<?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-0008_ses-03_task-alignvideo_acq-mb8_run-01_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-0008_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0008_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-0008/figures/sub-0008_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0008_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-0008/figures/sub-0008_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0008_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-0008/figures/sub-0008_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0008_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-0008/figures/sub-0008_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0008_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-0008/figures/sub-0008_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0008_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-0008/figures/sub-0008_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0008_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-0008/figures/sub-0008_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0008/figures/sub-0008_ses-03_task-alignvideo_acq-mb8_run-01_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-0008/figures/sub-0008_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-03_task-alignvideo_acq-mb8_run-01_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-0008/ses-03/func/sub-0008_ses-03_task-alignvideo_acq-mb8_run-01_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>1e218e5bb0f5418e9fc85fac60e1ce3f</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:47:28.960000</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.997785, -0.0283759, 0.0601717, 0.0278706, 0.999569, 0.00921956]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.0783463</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4145, -7717, -7317, 646, -111, -33, -80, 106]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>222.29</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>35db0bb1-4acd-42fa-bd90-bd20d42069f9||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.676983118057251, 0.07477486878633499, 0.16310001909732819, 105.92430877685547], [0.07613039761781693, 2.6817705631256104, 0.020309703424572945, -104.74772644042969], [0.16143636405467987, -0.024735409766435623, 2.694992780685425, -67.274658203125], [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, 1157]</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], 'AcquisitionTime': ['134728.960000', '134729.420000', '134729.880000', '134730.340000', '134730.800000', '134731.260000', '134731.720000', '134732.180000', '134732.640000', '134733.100000', '134733.560000', '134734.020000', '134734.480000', '134734.940000', '134735.400000', '134735.860000', '134736.320000', '134736.780000', '134737.240000', '134737.700000', '134738.160000', '134738.620000', '134739.080000', '134739.540000', '134740.000000', '134740.460000', '134740.920000', '134741.380000', '134741.840000', '134742.300000', '134742.760000', '134743.220000', '134743.680000', '134744.140000', '134744.600000', '134745.060000', '134745.520000', '134745.980000', '134746.440000', '134746.900000', '134747.360000', '134747.820000', '134748.280000', '134748.740000', '134749.200000', '134749.660000', '134750.120000', '134750.580000', '134751.040000', '134751.500000', '134751.960000', '134752.420000', '134752.880000', '134753.340000', '134753.800000', '134754.260000', '134754.720000', '134755.180000', '134755.640000', '134756.100000', '134756.560000', '134757.020000', '134757.480000', '134757.940000', '134758.400000', '134758.860000', '134759.320000', '134759.780000', '134800.240000', '134800.700000', '134801.160000', '134801.620000', '134802.080000', '134802.540000', '134803.000000', '134803.460000', '134803.920000', '134804.380000', '134804.840000', '134805.300000', '134805.760000', '134806.220000', '134806.680000', '134807.140000', '134807.600000', '134808.060000', '134808.520000', '134808.980000', '134809.440000', '134809.900000', '134810.360000', '134810.820000', '134811.280000', '134811.740000', '134812.200000', '134812.660000', '134813.120000', '134813.580000', '134814.040000', '134814.500000', '134814.960000', '134815.420000', '134815.880000', '134816.340000', '134816.800000', '134817.260000', '134817.720000', '134818.180000', '134818.640000', '134819.100000', '134819.560000', '134820.020000', '134820.480000', '134820.940000', '134821.400000', '134821.860000', '134822.320000', '134822.780000', '134823.240000', '134823.700000', '134824.160000', '134824.620000', '134825.080000', '134825.540000', '134826.000000', '134826.460000', '134826.920000', '134827.380000', '134827.840000', '134828.300000', '134828.760000', '134829.220000', '134829.680000', '134830.140000', '134830.600000', '134831.060000', '134831.520000', '134831.980000', '134832.440000', '134832.900000', '134833.360000', '134833.820000', '134834.280000', '134834.740000', '134835.200000', '134835.660000', '134836.120000', '134836.580000', '134837.040000', '134837.500000', '134837.960000', '134838.420000', '134838.880000', '134839.340000', '134839.800000', '134840.260000', '134840.720000', '134841.180000', '134841.640000', '134842.100000', '134842.560000', '134843.020000', '134843.480000', '134843.940000', '134844.400000', '134844.860000', '134845.320000', '134845.780000', '134846.240000', '134846.700000', '134847.160000', '134847.620000', '134848.080000', '134848.540000', '134849.000000', '134849.460000', '134849.920000', '134850.380000', '134850.840000', '134851.300000', '134851.760000', '134852.220000', '134852.680000', '134853.140000', '134853.600000', '134854.060000', '134854.520000', '134854.980000', '134855.440000', '134855.900000', '134856.360000', '134856.820000', '134857.280000', '134857.740000', '134858.200000', '134858.660000', '134859.120000', '134859.580000', '134900.040000', '134900.500000', '134900.960000', '134901.420000', '134901.880000', '134902.340000', '134902.800000', '134903.260000', '134903.720000', '134904.180000', '134904.640000', '134905.100000', '134905.560000', '134906.020000', '134906.480000', '134906.940000', '134907.400000', '134907.860000', '134908.320000', '134908.780000', '134909.240000', '134909.700000', '134910.160000', '134910.620000', '134911.080000', '134911.540000', '134912.000000', '134912.460000', '134912.920000', '134913.380000', '134913.840000', '134914.300000', '134914.760000', '134915.220000', '134915.680000', '134916.140000', '134916.600000', '134917.060000', '134917.520000', '134917.980000', '134918.440000', '134918.900000', '134919.360000', '134919.820000', '134920.280000', '134920.740000', '134921.200000', '134921.660000', '134922.120000', '134922.580000', '134923.040000', '134923.500000', '134923.960000', '134924.420000', '134924.880000', '134925.340000', '134925.800000', '134926.260000', '134926.720000', '134927.180000', '134927.640000', '134928.100000', '134928.560000', '134929.020000', '134929.480000', '134929.940000', '134930.400000', '134930.860000', '134931.320000', '134931.780000', '134932.240000', '134932.700000', '134933.160000', '134933.620000', '134934.080000', '134934.540000', '134935.000000', '134935.460000', '134935.920000', '134936.380000', '134936.840000', '134937.300000', '134937.760000', '134938.220000', '134938.680000', '134939.140000', '134939.600000', '134940.060000', '134940.520000', '134940.980000', '134941.440000', '134941.900000', '134942.360000', '134942.820000', '134943.280000', '134943.740000', '134944.200000', '134944.660000', '134945.120000', '134945.580000', '134946.040000', '134946.500000', '134946.960000', '134947.420000', '134947.880000', '134948.340000', '134948.800000', '134949.260000', '134949.720000', '134950.180000', '134950.640000', '134951.100000', '134951.560000', '134952.020000', '134952.480000', '134952.940000', '134953.400000', '134953.860000', '134954.320000', '134954.780000', '134955.240000', '134955.700000', '134956.160000', '134956.620000', '134957.080000', '134957.540000', '134958.000000', '134958.460000', '134958.920000', '134959.380000', '134959.840000', '135000.300000', '135000.760000', '135001.220000', '135001.680000', '135002.140000', '135002.600000', '135003.060000', '135003.520000', '135003.980000', '135004.440000', '135004.900000', '135005.360000', '135005.820000', '135006.280000', '135006.740000', '135007.200000', '135007.660000', '135008.120000', '135008.580000', '135009.040000', '135009.500000', '135009.960000', '135010.420000', '135010.880000', '135011.340000', '135011.800000', '135012.260000', '135012.720000', '135013.180000', '135013.640000', '135014.100000', '135014.560000', '135015.020000', '135015.480000', '135015.940000', '135016.400000', '135016.860000', '135017.320000', '135017.780000', '135018.240000', '135018.700000', '135019.160000', '135019.620000', '135020.080000', '135020.540000', '135021.000000', '135021.460000', '135021.920000', '135022.380000', '135022.840000', '135023.300000', '135023.760000', '135024.220000', '135024.680000', '135025.140000', '135025.600000', '135026.060000', '135026.520000', '135026.980000', '135027.440000', '135027.900000', '135028.360000', '135028.820000', '135029.280000', '135029.740000', '135030.200000', '135030.660000', '135031.120000', '135031.580000', '135032.040000', '135032.500000', '135032.960000', '135033.420000', '135033.880000', '135034.340000', '135034.800000', '135035.260000', '135035.720000', '135036.180000', '135036.640000', '135037.100000', '135037.560000', '135038.020000', '135038.480000', '135038.940000', '135039.400000', '135039.860000', '135040.320000', '135040.780000', '135041.240000', '135041.700000', '135042.160000', '135042.620000', '135043.080000', '135043.540000', '135044.000000', '135044.460000', '135044.920000', '135045.380000', '135045.840000', '135046.300000', '135046.760000', '135047.220000', '135047.680000', '135048.140000', '135048.600000', '135049.060000', '135049.520000', '135049.980000', '135050.440000', '135050.900000', '135051.360000', '135051.820000', '135052.280000', '135052.740000', '135053.200000', '135053.660000', '135054.120000', '135054.580000', '135055.040000', '135055.500000', '135055.960000', '135056.420000', '135056.880000', '135057.340000', '135057.800000', '135058.260000', '135058.720000', '135059.180000', '135059.640000', '135100.100000', '135100.560000', '135101.020000', '135101.480000', '135101.940000', '135102.400000', '135102.860000', '135103.320000', '135103.780000', '135104.240000', '135104.700000', '135105.160000', '135105.620000', '135106.080000', '135106.540000', '135107.000000', '135107.460000', '135107.920000', '135108.380000', '135108.840000', '135109.300000', '135109.760000', '135110.220000', '135110.680000', '135111.140000', '135111.600000', '135112.060000', '135112.520000', '135112.980000', '135113.440000', '135113.900000', '135114.360000', '135114.820000', '135115.280000', '135115.740000', '135116.200000', '135116.660000', '135117.120000', '135117.580000', '135118.040000', '135118.500000', '135118.960000', '135119.420000', '135119.880000', '135120.340000', '135120.800000', '135121.260000', '135121.720000', '135122.180000', '135122.640000', '135123.100000', '135123.560000', '135124.020000', '135124.480000', '135124.940000', '135125.400000', '135125.860000', '135126.320000', '135126.780000', '135127.240000', '135127.700000', '135128.160000', '135128.620000', '135129.080000', '135129.540000', '135130.000000', '135130.460000', '135130.920000', '135131.380000', '135131.840000', '135132.300000', '135132.760000', '135133.220000', '135133.680000', '135134.140000', '135134.600000', '135135.060000', '135135.520000', '135135.980000', '135136.440000', '135136.900000', '135137.360000', '135137.820000', '135138.280000', '135138.740000', '135139.200000', '135139.660000', '135140.120000', '135140.580000', '135141.040000', '135141.500000', '135141.960000', '135142.420000', '135142.880000', '135143.340000', '135143.800000', '135144.260000', '135144.720000', '135145.180000', '135145.640000', '135146.100000', '135146.560000', '135147.020000', '135147.480000', '135147.940000', '135148.400000', '135148.860000', '135149.320000', '135149.780000', '135150.240000', '135150.700000', '135151.160000', '135151.620000', '135152.080000', '135152.540000', '135153.000000', '135153.460000', '135153.920000', '135154.380000', '135154.840000', '135155.300000', '135155.760000', '135156.220000', '135156.680000', '135157.140000', '135157.600000', '135158.060000', '135158.520000', '135158.980000', '135159.440000', '135159.900000', '135200.360000', '135200.820000', '135201.280000', '135201.740000', '135202.200000', '135202.660000', '135203.120000', '135203.580000', '135204.040000', '135204.500000', '135204.960000', '135205.420000', '135205.880000', '135206.340000', '135206.800000', '135207.260000', '135207.720000', '135208.180000', '135208.640000', '135209.100000', '135209.560000', '135210.020000', '135210.480000', '135210.940000', '135211.400000', '135211.860000', '135212.320000', '135212.780000', '135213.240000', '135213.700000', '135214.160000', '135214.620000', '135215.080000', '135215.540000', '135216.000000', '135216.460000', '135216.920000', '135217.380000', '135217.840000', '135218.300000', '135218.760000', '135219.220000', '135219.680000', '135220.140000', '135220.600000', '135221.060000', '135221.520000', '135221.980000', '135222.440000', '135222.900000', '135223.360000', '135223.820000', '135224.280000', '135224.740000', '135225.200000', '135225.660000', '135226.120000', '135226.580000', '135227.040000', '135227.500000', '135227.960000', '135228.420000', '135228.880000', '135229.340000', '135229.800000', '135230.260000', '135230.720000', '135231.180000', '135231.640000', '135232.100000', '135232.560000', '135233.020000', '135233.480000', '135233.940000', '135234.400000', '135234.860000', '135235.320000', '135235.780000', '135236.240000', '135236.700000', '135237.160000', '135237.620000', '135238.080000', '135238.540000', '135239.000000', '135239.460000', '135239.920000', '135240.380000', '135240.840000', '135241.300000', '135241.760000', '135242.220000', '135242.680000', '135243.140000', '135243.600000', '135244.060000', '135244.520000', '135244.980000', '135245.440000', '135245.900000', '135246.360000', '135246.820000', '135247.280000', '135247.740000', '135248.200000', '135248.660000', '135249.120000', '135249.580000', '135250.040000', '135250.500000', '135250.960000', '135251.420000', '135251.880000', '135252.340000', '135252.800000', '135253.260000', '135253.720000', '135254.180000', '135254.640000', '135255.100000', '135255.560000', '135256.020000', '135256.480000', '135256.940000', '135257.400000', '135257.860000', '135258.320000', '135258.780000', '135259.240000', '135259.700000', '135300.160000', '135300.620000', '135301.080000', '135301.540000', '135302.000000', '135302.460000', '135302.920000', '135303.380000', '135303.840000', '135304.300000', '135304.760000', '135305.220000', '135305.680000', '135306.140000', '135306.600000', '135307.060000', '135307.520000', '135307.980000', '135308.440000', '135308.900000', '135309.360000', '135309.820000', '135310.280000', '135310.740000', '135311.200000', '135311.660000', '135312.120000', '135312.580000', '135313.040000', '135313.500000', '135313.960000', '135314.420000', '135314.880000', '135315.340000', '135315.800000', '135316.260000', '135316.720000', '135317.180000', '135317.640000', '135318.100000', '135318.560000', '135319.020000', '135319.480000', '135319.940000', '135320.400000', '135320.860000', '135321.320000', '135321.780000', '135322.240000', '135322.700000', '135323.160000', '135323.620000', '135324.080000', '135324.540000', '135325.000000', '135325.460000', '135325.920000', '135326.380000', '135326.840000', '135327.300000', '135327.760000', '135328.220000', '135328.680000', '135329.140000', '135329.600000', '135330.060000', '135330.520000', '135330.980000', '135331.440000', '135331.900000', '135332.360000', '135332.820000', '135333.280000', '135333.740000', '135334.200000', '135334.660000', '135335.120000', '135335.580000', '135336.040000', '135336.500000', '135336.960000', '135337.420000', '135337.880000', '135338.340000', '135338.800000', '135339.260000', '135339.720000', '135340.180000', '135340.640000', '135341.100000', '135341.560000', '135342.020000', '135342.480000', '135342.940000', '135343.400000', '135343.860000', '135344.320000', '135344.780000', '135345.240000', '135345.700000', '135346.160000', '135346.620000', '135347.080000', '135347.540000', '135348.000000', '135348.460000', '135348.920000', '135349.380000', '135349.840000', '135350.300000', '135350.760000', '135351.220000', '135351.680000', '135352.140000', '135352.600000', '135353.060000', '135353.520000', '135353.980000', '135354.440000', '135354.900000', '135355.360000', '135355.820000', '135356.280000', '135356.740000', '135357.200000', '135357.660000', '135358.120000', '135358.580000', '135359.040000', '135359.500000', '135359.960000', '135400.420000', '135400.880000', '135401.340000', '135401.800000', '135402.260000', '135402.720000', '135403.180000', '135403.640000', '135404.100000', '135404.560000', '135405.020000', '135405.480000', '135405.940000', '135406.400000', '135406.860000', '135407.320000', '135407.780000', '135408.240000', '135408.700000', '135409.160000', '135409.620000', '135410.080000', '135410.540000', '135411.000000', '135411.460000', '135411.920000', '135412.380000', '135412.840000', '135413.300000', '135413.760000', '135414.220000', '135414.680000', '135415.140000', '135415.600000', '135416.060000', '135416.520000', '135416.980000', '135417.440000', '135417.900000', '135418.360000', '135418.820000', '135419.280000', '135419.740000', '135420.200000', '135420.660000', '135421.120000', '135421.580000', '135422.040000', '135422.500000', '135422.960000', '135423.420000', '135423.880000', '135424.340000', '135424.800000', '135425.260000', '135425.720000', '135426.180000', '135426.640000', '135427.100000', '135427.560000', '135428.020000', '135428.480000', '135428.940000', '135429.400000', '135429.860000', '135430.320000', '135430.780000', '135431.240000', '135431.700000', '135432.160000', '135432.620000', '135433.080000', '135433.540000', '135434.000000', '135434.460000', '135434.920000', '135435.380000', '135435.840000', '135436.300000', '135436.760000', '135437.220000', '135437.680000', '135438.140000', '135438.600000', '135439.060000', '135439.520000', '135439.980000', '135440.440000', '135440.900000', '135441.360000', '135441.820000', '135442.280000', '135442.740000', '135443.200000', '135443.660000', '135444.120000', '135444.580000', '135445.040000', '135445.500000', '135445.960000', '135446.420000', '135446.880000', '135447.340000', '135447.800000', '135448.260000', '135448.720000', '135449.180000', '135449.640000', '135450.100000', '135450.560000', '135451.020000', '135451.480000', '135451.940000', '135452.400000', '135452.860000', '135453.320000', '135453.780000', '135454.240000', '135454.700000', '135455.160000', '135455.620000', '135456.080000', '135456.540000', '135457.000000', '135457.460000', '135457.920000', '135458.380000', '135458.840000', '135459.300000', '135459.760000', '135500.220000', '135500.680000', '135501.140000', '135501.600000', '135502.060000', '135502.520000', '135502.980000', '135503.440000', '135503.900000', '135504.360000', '135504.820000', '135505.280000', '135505.740000', '135506.200000', '135506.660000', '135507.120000', '135507.580000', '135508.040000', '135508.500000', '135508.960000', '135509.420000', '135509.880000', '135510.340000', '135510.800000', '135511.260000', '135511.720000', '135512.180000', '135512.640000', '135513.100000', '135513.560000', '135514.020000', '135514.480000', '135514.940000', '135515.400000', '135515.860000', '135516.320000', '135516.780000', '135517.240000', '135517.700000', '135518.160000', '135518.620000', '135519.080000', '135519.540000', '135520.000000', '135520.460000', '135520.920000', '135521.380000', '135521.840000', '135522.300000', '135522.760000', '135523.220000', '135523.680000', '135524.140000', '135524.600000', '135525.060000', '135525.520000', '135525.980000', '135526.440000', '135526.900000', '135527.360000', '135527.820000', '135528.280000', '135528.740000', '135529.200000', '135529.660000', '135530.120000', '135530.580000', '135531.040000', '135531.500000', '135531.960000', '135532.420000', '135532.880000', '135533.340000', '135533.800000', '135534.260000', '135534.720000', '135535.180000', '135535.640000', '135536.100000', '135536.560000', '135537.020000', '135537.480000', '135537.940000', '135538.400000', '135538.860000', '135539.320000', '135539.780000', '135540.240000', '135540.700000', '135541.160000', '135541.620000', '135542.080000', '135542.540000', '135543.000000', '135543.460000', '135543.920000', '135544.380000', '135544.840000', '135545.300000', '135545.760000', '135546.220000', '135546.680000', '135547.140000', '135547.600000', '135548.060000', '135548.520000', '135548.980000', '135549.440000', '135549.900000', '135550.360000', '135550.820000', '135551.280000', '135551.740000', '135552.200000', '135552.660000', '135553.120000', '135553.580000', '135554.040000', '135554.500000', '135554.960000', '135555.420000', '135555.880000', '135556.340000', '135556.800000', '135557.260000', '135557.720000', '135558.180000', '135558.640000', '135559.100000', '135559.560000', '135600.020000', '135600.480000', '135600.940000', '135601.400000', '135601.860000', '135602.320000', '135602.780000', '135603.240000', '135603.700000', '135604.160000', '135604.620000', '135605.080000', '135605.540000', '135606.000000', '135606.460000', '135606.920000', '135607.380000', '135607.840000', '135608.300000', '135608.760000', '135609.220000', '135609.680000', '135610.140000', '135610.600000', '135611.060000', '135611.520000', '135611.980000', '135612.440000', '135612.900000', '135613.360000', '135613.820000', '135614.280000', '135614.740000', '135615.200000', '135615.660000', '135616.120000', '135616.580000', '135617.040000', '135617.500000', '135617.960000', '135618.420000', '135618.880000', '135619.340000', '135619.800000', '135620.260000', '135620.720000'], 'ContentTime': ['134744.006000', '134744.009000', '134744.012000', '134744.015000', '134744.018000', '134744.021000', '134744.024000', '134744.027000', '134744.030000', '134744.033000', '134744.035000', '134744.038000', '134744.041000', '134744.044000', '134744.047000', '134744.050000', '134744.053000', '134744.058000', '134744.060000', '134744.064000', '134744.066000', '134744.069000', '134744.072000', '134744.075000', '134744.078000', '134744.081000', '134744.084000', '134744.087000', '134744.089000', '134744.092000', '134803.971000', '134803.974000', '134803.977000', '134803.980000', '134803.983000', '134803.986000', '134803.989000', '134803.992000', '134803.996000', '134804.000000', '134804.003000', '134804.006000', '134804.009000', '134804.011000', '134804.014000', '134804.017000', '134804.020000', '134804.023000', '134804.026000', '134804.029000', '134804.031000', '134804.034000', '134804.040000', '134804.043000', '134804.046000', '134804.049000', '134804.052000', '134804.055000', '134804.057000', '134804.060000', '134804.063000', '134804.066000', '134804.069000', '134804.072000', '134804.074000', '134804.077000', '134804.080000', '134804.083000', '134804.086000', '134804.089000', '134804.092000', '134804.094000', '134804.097000', '134823.971000', '134823.974000', '134823.977000', '134823.980000', '134823.983000', '134823.986000', '134823.989000', '134823.992000', '134823.994000', '134823.997000', '134824.001000', '134824.004000', '134824.007000', '134824.010000', '134824.013000', '134824.016000', '134824.019000', '134824.027000', '134824.029000', '134824.032000', '134824.035000', '134824.038000', '134824.041000', '134824.044000', '134824.047000', '134824.050000', '134824.053000', '134824.056000', '134824.059000', '134824.062000', '134824.064000', '134824.067000', '134824.070000', '134824.073000', '134824.076000', '134824.079000', '134824.082000', '134824.085000', '134824.088000', '134824.091000', '134824.094000', '134824.097000', '134824.099000', '134824.102000', '134843.971000', '134843.974000', '134843.977000', '134843.980000', '134843.983000', '134843.986000', '134843.989000', '134843.991000', '134843.994000', '134843.997000', '134844.001000', '134844.004000', '134844.007000', '134844.010000', '134844.013000', '134844.019000', '134844.022000', '134844.025000', '134844.028000', '134844.031000', '134844.034000', '134844.037000', '134844.040000', '134844.053000', '134844.056000', '134844.059000', '134844.062000', '134844.065000', '134844.068000', '134844.070000', '134844.073000', '134844.076000', '134844.079000', '134844.082000', '134844.085000', '134844.088000', '134844.090000', '134844.093000', '134844.096000', '134844.099000', '134844.102000', '134844.105000', '134844.108000', '134903.971000', '134903.974000', '134903.977000', '134903.980000', '134903.983000', '134903.986000', '134903.989000', '134903.992000', '134903.995000', '134903.998000', '134904.002000', '134904.004000', '134904.007000', '134904.010000', '134904.013000', '134904.016000', '134904.019000', '134904.022000', '134904.025000', '134904.028000', '134904.031000', '134904.034000', '134904.037000', '134904.040000', '134904.043000', '134904.045000', '134904.048000', '134904.051000', '134904.054000', '134904.057000', '134904.060000', '134904.063000', '134904.066000', '134904.069000', '134904.072000', '134904.075000', '134904.077000', '134904.080000', '134904.083000', '134904.086000', '134904.089000', '134904.092000', '134904.095000', '134904.098000', '134923.970000', '134923.973000', '134923.976000', '134923.979000', '134923.982000', '134923.985000', '134923.988000', '134923.991000', '134923.994000', '134923.997000', '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.042000', '134924.044000', '134924.047000', '134924.051000', '134924.054000', '134924.057000', '134924.060000', '134924.063000', '134924.066000', '134924.069000', '134924.072000', '134924.074000', '134924.077000', '134924.080000', '134924.083000', '134924.086000', '134924.089000', '134924.092000', '134924.095000', '134943.970000', '134943.974000', '134943.977000', '134943.979000', '134943.982000', '134943.985000', '134943.988000', '134943.991000', '134943.994000', '134943.997000', '134944.001000', '134944.004000', '134944.007000', '134944.010000', '134944.013000', '134944.016000', '134944.019000', '134944.022000', '134944.025000', '134944.027000', '134944.030000', '134944.033000', '134944.036000', '134944.039000', '134944.042000', '134944.045000', '134944.048000', '134944.051000', '134944.054000', '134944.057000', '134944.060000', '134944.062000', '134944.065000', '134944.068000', '134944.071000', '134944.074000', '134944.077000', '134944.080000', '134944.083000', '134944.086000', '134944.089000', '134944.092000', '134944.094000', '134944.097000', '135003.970000', '135003.973000', '135003.976000', '135003.979000', '135003.982000', '135003.985000', '135003.988000', '135003.991000', '135003.994000', '135003.998000', '135004.002000', '135004.005000', '135004.008000', '135004.011000', '135004.014000', '135004.017000', '135004.020000', '135004.023000', '135004.025000', '135004.028000', '135004.031000', '135004.034000', '135004.037000', '135004.040000', '135004.043000', '135004.046000', '135004.049000', '135004.052000', '135004.055000', '135004.057000', '135004.060000', '135004.063000', '135004.066000', '135004.069000', '135004.072000', '135004.076000', '135004.080000', '135004.083000', '135004.086000', '135004.088000', '135004.091000', '135004.094000', '135004.097000', '135023.971000', '135023.974000', '135023.977000', '135023.980000', '135023.983000', '135023.986000', '135023.989000', '135023.992000', '135023.994000', '135023.997000', '135024.000000', '135024.003000', '135024.006000', '135024.009000', '135024.012000', '135024.015000', '135024.017000', '135024.020000', '135024.023000', '135024.038000', '135024.041000', '135024.044000', '135024.047000', '135024.050000', '135024.052000', '135024.055000', '135024.058000', '135024.061000', '135024.064000', '135024.067000', '135024.070000', '135024.072000', '135024.084000', '135024.087000', '135024.090000', '135024.093000', '135024.096000', '135024.098000', '135024.101000', '135024.104000', '135024.107000', '135024.110000', '135024.113000', '135024.116000', '135043.971000', '135043.974000', '135043.977000', '135043.980000', '135043.983000', '135043.986000', '135043.989000', '135043.992000', '135043.994000', '135043.997000', '135044.001000', '135044.004000', '135044.007000', '135044.010000', '135044.013000', '135044.016000', '135044.019000', '135044.022000', '135044.025000', '135044.028000', '135044.031000', '135044.034000', '135044.037000', '135044.039000', '135044.042000', '135044.045000', '135044.048000', '135044.051000', '135044.054000', '135044.057000', '135044.060000', '135044.063000', '135044.066000', '135044.069000', '135044.072000', '135044.075000', '135044.078000', '135044.081000', '135044.084000', '135044.087000', '135044.090000', '135044.093000', '135044.096000', '135103.971000', '135103.974000', '135103.977000', '135103.980000', '135103.983000', '135103.986000', '135103.992000', '135103.995000', '135103.997000', '135104.001000', '135104.004000', '135104.007000', '135104.010000', '135104.013000', '135104.016000', '135104.019000', '135104.022000', '135104.024000', '135104.027000', '135104.030000', '135104.033000', '135104.036000', '135104.039000', '135104.042000', '135104.045000', '135104.047000', '135104.050000', '135104.053000', '135104.056000', '135104.059000', '135104.062000', '135104.065000', '135104.068000', '135104.071000', '135104.074000', '135104.076000', '135104.079000', '135104.082000', '135104.085000', '135104.088000', '135104.091000', '135104.094000', '135104.097000', '135104.100000', '135123.971000', '135123.974000', '135123.977000', '135123.980000', '135123.983000', '135123.986000', '135123.989000', '135123.991000', '135123.994000', '135123.997000', '135124.001000', '135124.004000', '135124.007000', '135124.010000', '135124.013000', '135124.016000', '135124.019000', '135124.022000', '135124.024000', '135124.027000', '135124.030000', '135124.034000', '135124.037000', '135124.040000', '135124.043000', '135124.046000', '135124.049000', '135124.052000', '135124.055000', '135124.058000', '135124.061000', '135124.064000', '135124.066000', '135124.069000', '135124.072000', '135124.075000', '135124.078000', '135124.081000', '135124.084000', '135124.087000', '135124.090000', '135124.093000', '135124.096000', '135143.970000', '135143.973000', '135143.976000', '135143.979000', '135143.982000', '135143.985000', '135143.988000', '135143.990000', '135143.993000', '135143.996000', '135144.000000', '135144.003000', '135144.006000', '135144.009000', '135144.012000', '135144.015000', '135144.017000', '135144.020000', '135144.023000', '135144.026000', '135144.029000', '135144.032000', '135144.035000', '135144.038000', '135144.040000', '135144.043000', '135144.046000', '135144.049000', '135144.052000', '135144.055000', '135144.058000', '135144.061000', '135144.064000', '135144.067000', '135144.069000', '135144.072000', '135144.075000', '135144.078000', '135144.081000', '135144.084000', '135144.087000', '135144.090000', '135144.092000', '135144.095000', '135203.970000', '135203.973000', '135203.976000', '135203.979000', '135203.982000', '135203.985000', '135203.988000', '135203.991000', '135203.994000', '135203.996000', '135204.000000', '135204.003000', '135204.006000', '135204.009000', '135204.012000', '135204.015000', '135204.018000', '135204.021000', '135204.023000', '135204.026000', '135204.036000', '135204.039000', '135204.042000', '135204.045000', '135204.048000', '135204.051000', '135204.054000', '135204.057000', '135204.060000', '135204.063000', '135204.066000', '135204.068000', '135204.071000', '135204.074000', '135204.077000', '135204.080000', '135204.083000', '135204.086000', '135204.089000', '135204.091000', '135204.094000', '135204.097000', '135204.100000', '135223.970000', '135223.979000', '135223.981000', '135223.984000', '135223.987000', '135223.990000', '135223.993000', '135223.996000', '135224.000000', '135224.003000', '135224.006000', '135224.009000', '135224.012000', '135224.015000', '135224.018000', '135224.021000', '135224.024000', '135224.027000', '135224.029000', '135224.032000', '135224.035000', '135224.038000', '135224.041000', '135224.044000', '135224.047000', '135224.050000', '135224.052000', '135224.055000', '135224.058000', '135224.061000', '135224.064000', '135224.067000', '135224.070000', '135224.073000', '135224.076000', '135224.079000', '135224.081000', '135224.084000', '135224.087000', '135224.090000', '135224.093000', '135224.096000', '135224.099000', '135224.102000', '135243.971000', '135243.974000', '135243.977000', '135243.980000', '135243.983000', '135243.986000', '135243.989000', '135243.992000', '135243.994000', '135243.997000', '135244.000000', '135244.003000', '135244.006000', '135244.009000', '135244.012000', '135244.015000', '135244.018000', '135244.021000', '135244.024000', '135244.027000', '135244.029000', '135244.032000', '135244.035000', '135244.038000', '135244.041000', '135244.044000', '135244.047000', '135244.050000', '135244.053000', '135244.056000', '135244.059000', '135244.062000', '135244.064000', '135244.067000', '135244.070000', '135244.075000', '135244.078000', '135244.081000', '135244.084000', '135244.086000', '135244.089000', '135244.092000', '135244.095000', '135303.971000', '135303.974000', '135303.977000', '135303.980000', '135303.983000', '135303.986000', '135303.989000', '135303.991000', '135303.994000', '135303.997000', '135304.001000', '135304.004000', '135304.007000', '135304.010000', '135304.013000', '135304.016000', '135304.019000', '135304.021000', '135304.024000', '135304.027000', '135304.030000', '135304.033000', '135304.036000', '135304.039000', '135304.042000', '135304.045000', '135304.047000', '135304.050000', '135304.053000', '135304.056000', '135304.061000', '135304.064000', '135304.067000', '135304.070000', '135304.073000', '135304.076000', '135304.079000', '135304.082000', '135304.085000', '135304.087000', '135304.090000', '135304.093000', '135304.096000', '135304.099000', '135323.971000', '135323.974000', '135323.977000', '135323.980000', '135323.983000', '135323.986000', '135323.989000', '135323.991000', '135323.994000', '135323.997000', '135324.001000', '135324.019000', '135324.022000', '135324.025000', '135324.028000', '135324.031000', '135324.034000', '135324.037000', '135324.040000', '135324.042000', '135324.045000', '135324.048000', '135324.051000', '135324.054000', '135324.057000', '135324.060000', '135324.063000', '135324.066000', '135324.069000', '135324.071000', '135324.074000', '135324.077000', '135324.080000', '135324.083000', '135324.086000', '135324.089000', '135324.091000', '135324.094000', '135324.097000', '135324.100000', '135324.103000', '135324.106000', '135324.109000', '135343.971000', '135343.974000', '135343.977000', '135343.980000', '135343.983000', '135343.986000', '135343.988000', '135343.991000', '135343.994000', '135343.997000', '135344.001000', '135344.004000', '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.053000', '135344.056000', '135344.059000', '135344.062000', '135344.065000', '135344.068000', '135344.071000', '135344.074000', '135344.077000', '135344.079000', '135344.082000', '135344.085000', '135344.088000', '135344.091000', '135344.094000', '135344.097000', '135403.970000', '135403.973000', '135403.976000', '135403.979000', '135403.982000', '135403.985000', '135403.988000', '135403.991000', '135403.994000', '135403.997000', '135404.001000', '135404.004000', '135404.007000', '135404.010000', '135404.013000', '135404.015000', '135404.018000', '135404.021000', '135404.024000', '135404.027000', '135404.030000', '135404.033000', '135404.036000', '135404.039000', '135404.042000', '135404.045000', '135404.048000', '135404.051000', '135404.054000', '135404.057000', '135404.060000', '135404.063000', '135404.065000', '135404.068000', '135404.071000', '135404.074000', '135404.077000', '135404.080000', '135404.083000', '135404.086000', '135404.089000', '135404.092000', '135404.095000', '135423.970000', '135423.973000', '135423.977000', '135423.980000', '135423.982000', '135423.985000', '135423.988000', '135423.991000', '135423.994000', '135423.997000', '135424.001000', '135424.004000', '135424.007000', '135424.010000', '135424.013000', '135424.016000', '135424.019000', '135424.021000', '135424.024000', '135424.027000', '135424.030000', '135424.033000', '135424.036000', '135424.039000', '135424.042000', '135424.045000', '135424.048000', '135424.051000', '135424.054000', '135424.057000', '135424.060000', '135424.063000', '135424.065000', '135424.068000', '135424.071000', '135424.074000', '135424.077000', '135424.080000', '135424.083000', '135424.086000', '135424.089000', '135424.092000', '135424.095000', '135443.970000', '135443.973000', '135443.976000', '135443.979000', '135443.982000', '135443.985000', '135443.988000', '135443.990000', '135443.993000', '135443.996000', '135444.000000', '135444.003000', '135444.006000', '135444.009000', '135444.012000', '135444.015000', '135444.018000', '135444.021000', '135444.023000', '135444.026000', '135444.029000', '135444.032000', '135444.035000', '135444.051000', '135444.054000', '135444.057000', '135444.060000', '135444.063000', '135444.066000', '135444.069000', '135444.072000', '135444.075000', '135444.078000', '135444.081000', '135444.083000', '135444.086000', '135444.089000', '135444.092000', '135444.095000', '135444.098000', '135444.101000', '135444.104000', '135444.107000', '135444.110000', '135503.971000', '135503.974000', '135503.979000', '135503.982000', '135503.985000', '135503.995000', '135503.998000', '135504.001000', '135504.004000', '135504.012000', '135504.015000', '135504.018000', '135504.021000', '135504.024000', '135504.027000', '135504.030000', '135504.033000', '135504.036000', '135504.039000', '135504.042000', '135504.045000', '135504.048000', '135504.051000', '135504.053000', '135504.056000', '135504.059000', '135504.062000', '135504.065000', '135504.068000', '135504.071000', '135504.074000', '135504.077000', '135504.080000', '135504.083000', '135504.086000', '135504.088000', '135504.091000', '135504.094000', '135504.097000', '135504.100000', '135504.103000', '135504.106000', '135504.109000', '135523.971000', '135523.974000', '135523.977000', '135523.980000', '135523.983000', '135523.986000', '135523.989000', '135523.991000', '135523.994000', '135523.997000', '135524.001000', '135524.004000', '135524.007000', '135524.010000', '135524.013000', '135524.016000', '135524.019000', '135524.022000', '135524.025000', '135524.028000', '135524.040000', '135524.043000', '135524.046000', '135524.049000', '135524.052000', '135524.055000', '135524.058000', '135524.061000', '135524.064000', '135524.067000', '135524.070000', '135524.072000', '135524.075000', '135524.078000', '135524.081000', '135524.084000', '135524.087000', '135524.090000', '135524.093000', '135524.096000', '135524.099000', '135524.102000', '135524.105000', '135524.108000', '135543.971000', '135543.974000', '135543.977000', '135543.980000', '135543.983000', '135543.986000', '135543.989000', '135543.992000', '135543.995000', '135543.998000', '135544.002000', '135544.005000', '135544.008000', '135544.011000', '135544.014000', '135544.017000', '135544.020000', '135544.023000', '135544.026000', '135544.029000', '135544.032000', '135544.035000', '135544.038000', '135544.040000', '135544.043000', '135544.046000', '135544.049000', '135544.052000', '135544.055000', '135544.058000', '135544.061000', '135544.064000', '135544.067000', '135544.070000', '135544.073000', '135544.075000', '135544.079000', '135544.081000', '135544.084000', '135544.087000', '135544.090000', '135544.093000', '135544.096000', '135603.971000', '135603.974000', '135603.977000', '135603.980000', '135603.983000', '135603.986000', '135603.989000', '135603.991000', '135603.994000', '135603.997000', '135604.001000', '135604.004000', '135604.007000', '135604.010000', '135604.013000', '135604.016000', '135604.019000', '135604.022000', '135604.024000', '135604.041000', '135604.044000', '135604.047000', '135604.050000', '135604.053000', '135604.056000', '135604.059000', '135604.062000', '135604.065000', '135604.068000', '135604.070000', '135604.073000', '135604.076000', '135604.079000', '135604.082000', '135604.085000', '135604.088000', '135604.091000', '135604.094000', '135604.097000', '135604.100000', '135604.103000', '135604.106000', '135604.108000', '135604.111000', '135622.234000', '135622.240000', '135622.243000', '135622.251000', '135622.255000', '135622.258000', '135622.261000', '135622.264000', '135622.267000', '135622.270000', '135622.273000', '135622.276000', '135622.279000', '135622.282000', '135622.285000', '135622.288000', '135622.292000', '135622.295000', '135622.298000', '135622.302000', '135622.304000', '135622.307000', '135622.310000', '135622.313000', '135622.316000', '135622.319000', '135622.322000', '135622.325000', '135622.328000', '135622.331000', '135622.334000', '135622.337000', '135622.340000', '135622.343000', '135622.346000', '135622.350000', '135622.353000', '135622.355000', '135622.358000', '135622.361000'], 'InstanceCreationTime': ['134744.006000', '134744.009000', '134744.012000', '134744.015000', '134744.018000', '134744.021000', '134744.024000', '134744.027000', '134744.030000', '134744.033000', '134744.035000', '134744.038000', '134744.041000', '134744.044000', '134744.047000', '134744.050000', '134744.053000', '134744.058000', '134744.060000', '134744.064000', '134744.066000', '134744.069000', '134744.072000', '134744.075000', '134744.078000', '134744.081000', '134744.084000', '134744.087000', '134744.089000', '134744.092000', '134803.971000', '134803.974000', '134803.977000', '134803.980000', '134803.983000', '134803.986000', '134803.989000', '134803.992000', '134803.996000', '134804.000000', '134804.003000', '134804.006000', '134804.009000', '134804.011000', '134804.014000', '134804.017000', '134804.020000', '134804.023000', '134804.026000', '134804.029000', '134804.031000', '134804.034000', '134804.040000', '134804.043000', '134804.046000', '134804.049000', '134804.052000', '134804.055000', '134804.057000', '134804.060000', '134804.063000', '134804.066000', '134804.069000', '134804.072000', '134804.074000', '134804.077000', '134804.080000', '134804.083000', '134804.086000', '134804.089000', '134804.092000', '134804.094000', '134804.097000', '134823.971000', '134823.974000', '134823.977000', '134823.980000', '134823.983000', '134823.986000', '134823.989000', '134823.992000', '134823.994000', '134823.997000', '134824.001000', '134824.004000', '134824.007000', '134824.010000', '134824.013000', '134824.016000', '134824.019000', '134824.027000', '134824.029000', '134824.032000', '134824.035000', '134824.038000', '134824.041000', '134824.044000', '134824.047000', '134824.050000', '134824.053000', '134824.056000', '134824.059000', '134824.062000', '134824.064000', '134824.067000', '134824.070000', '134824.073000', '134824.076000', '134824.079000', '134824.082000', '134824.085000', '134824.088000', '134824.091000', '134824.094000', '134824.097000', '134824.099000', '134824.102000', '134843.971000', '134843.974000', '134843.977000', '134843.980000', '134843.983000', '134843.986000', '134843.989000', '134843.991000', '134843.994000', '134843.997000', '134844.001000', '134844.004000', '134844.007000', '134844.010000', '134844.013000', '134844.019000', '134844.022000', '134844.025000', '134844.028000', '134844.031000', '134844.034000', '134844.037000', '134844.040000', '134844.053000', '134844.056000', '134844.059000', '134844.062000', '134844.065000', '134844.068000', '134844.070000', '134844.073000', '134844.076000', '134844.079000', '134844.082000', '134844.085000', '134844.088000', '134844.090000', '134844.093000', '134844.096000', '134844.099000', '134844.102000', '134844.105000', '134844.108000', '134903.971000', '134903.974000', '134903.977000', '134903.980000', '134903.983000', '134903.986000', '134903.989000', '134903.992000', '134903.995000', '134903.998000', '134904.002000', '134904.004000', '134904.007000', '134904.010000', '134904.013000', '134904.016000', '134904.019000', '134904.022000', '134904.025000', '134904.028000', '134904.031000', '134904.034000', '134904.037000', '134904.040000', '134904.043000', '134904.045000', '134904.048000', '134904.051000', '134904.054000', '134904.057000', '134904.060000', '134904.063000', '134904.066000', '134904.069000', '134904.072000', '134904.075000', '134904.077000', '134904.080000', '134904.083000', '134904.086000', '134904.089000', '134904.092000', '134904.095000', '134904.098000', '134923.970000', '134923.973000', '134923.976000', '134923.979000', '134923.982000', '134923.985000', '134923.988000', '134923.991000', '134923.994000', '134923.997000', '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.042000', '134924.044000', '134924.047000', '134924.051000', '134924.054000', '134924.057000', '134924.060000', '134924.063000', '134924.066000', '134924.069000', '134924.072000', '134924.074000', '134924.077000', '134924.080000', '134924.083000', '134924.086000', '134924.089000', '134924.092000', '134924.095000', '134943.970000', '134943.974000', '134943.977000', '134943.979000', '134943.982000', '134943.985000', '134943.988000', '134943.991000', '134943.994000', '134943.997000', '134944.001000', '134944.004000', '134944.007000', '134944.010000', '134944.013000', '134944.016000', '134944.019000', '134944.022000', '134944.025000', '134944.027000', '134944.030000', '134944.033000', '134944.036000', '134944.039000', '134944.042000', '134944.045000', '134944.048000', '134944.051000', '134944.054000', '134944.057000', '134944.060000', '134944.062000', '134944.065000', '134944.068000', '134944.071000', '134944.074000', '134944.077000', '134944.080000', '134944.083000', '134944.086000', '134944.089000', '134944.092000', '134944.094000', '134944.097000', '135003.970000', '135003.973000', '135003.976000', '135003.979000', '135003.982000', '135003.985000', '135003.988000', '135003.991000', '135003.994000', '135003.998000', '135004.002000', '135004.005000', '135004.008000', '135004.011000', '135004.014000', '135004.017000', '135004.020000', '135004.023000', '135004.025000', '135004.028000', '135004.031000', '135004.034000', '135004.037000', '135004.040000', '135004.043000', '135004.046000', '135004.049000', '135004.052000', '135004.055000', '135004.057000', '135004.060000', '135004.063000', '135004.066000', '135004.069000', '135004.072000', '135004.076000', '135004.080000', '135004.083000', '135004.086000', '135004.088000', '135004.091000', '135004.094000', '135004.097000', '135023.971000', '135023.974000', '135023.977000', '135023.980000', '135023.983000', '135023.986000', '135023.989000', '135023.992000', '135023.994000', '135023.997000', '135024.000000', '135024.003000', '135024.006000', '135024.009000', '135024.012000', '135024.015000', '135024.017000', '135024.020000', '135024.023000', '135024.038000', '135024.041000', '135024.044000', '135024.047000', '135024.050000', '135024.052000', '135024.055000', '135024.058000', '135024.061000', '135024.064000', '135024.067000', '135024.070000', '135024.072000', '135024.084000', '135024.087000', '135024.090000', '135024.093000', '135024.096000', '135024.098000', '135024.101000', '135024.104000', '135024.107000', '135024.110000', '135024.113000', '135024.116000', '135043.971000', '135043.974000', '135043.977000', '135043.980000', '135043.983000', '135043.986000', '135043.989000', '135043.992000', '135043.994000', '135043.997000', '135044.001000', '135044.004000', '135044.007000', '135044.010000', '135044.013000', '135044.016000', '135044.019000', '135044.022000', '135044.025000', '135044.028000', '135044.031000', '135044.034000', '135044.037000', '135044.039000', '135044.042000', '135044.045000', '135044.048000', '135044.051000', '135044.054000', '135044.057000', '135044.060000', '135044.063000', '135044.066000', '135044.069000', '135044.072000', '135044.075000', '135044.078000', '135044.081000', '135044.084000', '135044.087000', '135044.090000', '135044.093000', '135044.096000', '135103.971000', '135103.974000', '135103.977000', '135103.980000', '135103.983000', '135103.986000', '135103.992000', '135103.995000', '135103.997000', '135104.001000', '135104.004000', '135104.007000', '135104.010000', '135104.013000', '135104.016000', '135104.019000', '135104.022000', '135104.024000', '135104.027000', '135104.030000', '135104.033000', '135104.036000', '135104.039000', '135104.042000', '135104.045000', '135104.047000', '135104.050000', '135104.053000', '135104.056000', '135104.059000', '135104.062000', '135104.065000', '135104.068000', '135104.071000', '135104.074000', '135104.076000', '135104.079000', '135104.082000', '135104.085000', '135104.088000', '135104.091000', '135104.094000', '135104.097000', '135104.100000', '135123.971000', '135123.974000', '135123.977000', '135123.980000', '135123.983000', '135123.986000', '135123.989000', '135123.991000', '135123.994000', '135123.997000', '135124.001000', '135124.004000', '135124.007000', '135124.010000', '135124.013000', '135124.016000', '135124.019000', '135124.022000', '135124.024000', '135124.027000', '135124.030000', '135124.034000', '135124.037000', '135124.040000', '135124.043000', '135124.046000', '135124.049000', '135124.052000', '135124.055000', '135124.058000', '135124.061000', '135124.064000', '135124.066000', '135124.069000', '135124.072000', '135124.075000', '135124.078000', '135124.081000', '135124.084000', '135124.087000', '135124.090000', '135124.093000', '135124.096000', '135143.970000', '135143.973000', '135143.976000', '135143.979000', '135143.982000', '135143.985000', '135143.988000', '135143.990000', '135143.993000', '135143.996000', '135144.000000', '135144.003000', '135144.006000', '135144.009000', '135144.012000', '135144.015000', '135144.017000', '135144.020000', '135144.023000', '135144.026000', '135144.029000', '135144.032000', '135144.035000', '135144.038000', '135144.040000', '135144.043000', '135144.046000', '135144.049000', '135144.052000', '135144.055000', '135144.058000', '135144.061000', '135144.064000', '135144.067000', '135144.069000', '135144.072000', '135144.075000', '135144.078000', '135144.081000', '135144.084000', '135144.087000', '135144.090000', '135144.092000', '135144.095000', '135203.970000', '135203.973000', '135203.976000', '135203.979000', '135203.982000', '135203.985000', '135203.988000', '135203.991000', '135203.994000', '135203.996000', '135204.000000', '135204.003000', '135204.006000', '135204.009000', '135204.012000', '135204.015000', '135204.018000', '135204.021000', '135204.023000', '135204.026000', '135204.036000', '135204.039000', '135204.042000', '135204.045000', '135204.048000', '135204.051000', '135204.054000', '135204.057000', '135204.060000', '135204.063000', '135204.066000', '135204.068000', '135204.071000', '135204.074000', '135204.077000', '135204.080000', '135204.083000', '135204.086000', '135204.089000', '135204.091000', '135204.094000', '135204.097000', '135204.100000', '135223.970000', '135223.979000', '135223.981000', '135223.984000', '135223.987000', '135223.990000', '135223.993000', '135223.996000', '135224.000000', '135224.003000', '135224.006000', '135224.009000', '135224.012000', '135224.015000', '135224.018000', '135224.021000', '135224.024000', '135224.027000', '135224.029000', '135224.032000', '135224.035000', '135224.038000', '135224.041000', '135224.044000', '135224.047000', '135224.050000', '135224.052000', '135224.055000', '135224.058000', '135224.061000', '135224.064000', '135224.067000', '135224.070000', '135224.073000', '135224.076000', '135224.079000', '135224.081000', '135224.084000', '135224.087000', '135224.090000', '135224.093000', '135224.096000', '135224.099000', '135224.102000', '135243.971000', '135243.974000', '135243.977000', '135243.980000', '135243.983000', '135243.986000', '135243.989000', '135243.992000', '135243.994000', '135243.997000', '135244.000000', '135244.003000', '135244.006000', '135244.009000', '135244.012000', '135244.015000', '135244.018000', '135244.021000', '135244.024000', '135244.027000', '135244.029000', '135244.032000', '135244.035000', '135244.038000', '135244.041000', '135244.044000', '135244.047000', '135244.050000', '135244.053000', '135244.056000', '135244.059000', '135244.062000', '135244.064000', '135244.067000', '135244.070000', '135244.075000', '135244.078000', '135244.081000', '135244.084000', '135244.086000', '135244.089000', '135244.092000', '135244.095000', '135303.971000', '135303.974000', '135303.977000', '135303.980000', '135303.983000', '135303.986000', '135303.989000', '135303.991000', '135303.994000', '135303.997000', '135304.001000', '135304.004000', '135304.007000', '135304.010000', '135304.013000', '135304.016000', '135304.019000', '135304.021000', '135304.024000', '135304.027000', '135304.030000', '135304.033000', '135304.036000', '135304.039000', '135304.042000', '135304.045000', '135304.047000', '135304.050000', '135304.053000', '135304.056000', '135304.061000', '135304.064000', '135304.067000', '135304.070000', '135304.073000', '135304.076000', '135304.079000', '135304.082000', '135304.085000', '135304.087000', '135304.090000', '135304.093000', '135304.096000', '135304.099000', '135323.971000', '135323.974000', '135323.977000', '135323.980000', '135323.983000', '135323.986000', '135323.989000', '135323.991000', '135323.994000', '135323.997000', '135324.001000', '135324.019000', '135324.022000', '135324.025000', '135324.028000', '135324.031000', '135324.034000', '135324.037000', '135324.040000', '135324.042000', '135324.045000', '135324.048000', '135324.051000', '135324.054000', '135324.057000', '135324.060000', '135324.063000', '135324.066000', '135324.069000', '135324.071000', '135324.074000', '135324.077000', '135324.080000', '135324.083000', '135324.086000', '135324.089000', '135324.091000', '135324.094000', '135324.097000', '135324.100000', '135324.103000', '135324.106000', '135324.109000', '135343.971000', '135343.974000', '135343.977000', '135343.980000', '135343.983000', '135343.986000', '135343.988000', '135343.991000', '135343.994000', '135343.997000', '135344.001000', '135344.004000', '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.053000', '135344.056000', '135344.059000', '135344.062000', '135344.065000', '135344.068000', '135344.071000', '135344.074000', '135344.077000', '135344.079000', '135344.082000', '135344.085000', '135344.088000', '135344.091000', '135344.094000', '135344.097000', '135403.970000', '135403.973000', '135403.976000', '135403.979000', '135403.982000', '135403.985000', '135403.988000', '135403.991000', '135403.994000', '135403.997000', '135404.001000', '135404.004000', '135404.007000', '135404.010000', '135404.013000', '135404.015000', '135404.018000', '135404.021000', '135404.024000', '135404.027000', '135404.030000', '135404.033000', '135404.036000', '135404.039000', '135404.042000', '135404.045000', '135404.048000', '135404.051000', '135404.054000', '135404.057000', '135404.060000', '135404.063000', '135404.065000', '135404.068000', '135404.071000', '135404.074000', '135404.077000', '135404.080000', '135404.083000', '135404.086000', '135404.089000', '135404.092000', '135404.095000', '135423.970000', '135423.973000', '135423.977000', '135423.980000', '135423.982000', '135423.985000', '135423.988000', '135423.991000', '135423.994000', '135423.997000', '135424.001000', '135424.004000', '135424.007000', '135424.010000', '135424.013000', '135424.016000', '135424.019000', '135424.021000', '135424.024000', '135424.027000', '135424.030000', '135424.033000', '135424.036000', '135424.039000', '135424.042000', '135424.045000', '135424.048000', '135424.051000', '135424.054000', '135424.057000', '135424.060000', '135424.063000', '135424.065000', '135424.068000', '135424.071000', '135424.074000', '135424.077000', '135424.080000', '135424.083000', '135424.086000', '135424.089000', '135424.092000', '135424.095000', '135443.970000', '135443.973000', '135443.976000', '135443.979000', '135443.982000', '135443.985000', '135443.988000', '135443.990000', '135443.993000', '135443.996000', '135444.000000', '135444.003000', '135444.006000', '135444.009000', '135444.012000', '135444.015000', '135444.018000', '135444.021000', '135444.023000', '135444.026000', '135444.029000', '135444.032000', '135444.035000', '135444.051000', '135444.054000', '135444.057000', '135444.060000', '135444.063000', '135444.066000', '135444.069000', '135444.072000', '135444.075000', '135444.078000', '135444.081000', '135444.083000', '135444.086000', '135444.089000', '135444.092000', '135444.095000', '135444.098000', '135444.101000', '135444.104000', '135444.107000', '135444.110000', '135503.971000', '135503.974000', '135503.979000', '135503.982000', '135503.985000', '135503.995000', '135503.998000', '135504.001000', '135504.004000', '135504.012000', '135504.015000', '135504.018000', '135504.021000', '135504.024000', '135504.027000', '135504.030000', '135504.033000', '135504.036000', '135504.039000', '135504.042000', '135504.045000', '135504.048000', '135504.051000', '135504.053000', '135504.056000', '135504.059000', '135504.062000', '135504.065000', '135504.068000', '135504.071000', '135504.074000', '135504.077000', '135504.080000', '135504.083000', '135504.086000', '135504.088000', '135504.091000', '135504.094000', '135504.097000', '135504.100000', '135504.103000', '135504.106000', '135504.109000', '135523.971000', '135523.974000', '135523.977000', '135523.980000', '135523.983000', '135523.986000', '135523.989000', '135523.991000', '135523.994000', '135523.997000', '135524.001000', '135524.004000', '135524.007000', '135524.010000', '135524.013000', '135524.016000', '135524.019000', '135524.022000', '135524.025000', '135524.028000', '135524.040000', '135524.043000', '135524.046000', '135524.049000', '135524.052000', '135524.055000', '135524.058000', '135524.061000', '135524.064000', '135524.067000', '135524.070000', '135524.072000', '135524.075000', '135524.078000', '135524.081000', '135524.084000', '135524.087000', '135524.090000', '135524.093000', '135524.096000', '135524.099000', '135524.102000', '135524.105000', '135524.108000', '135543.971000', '135543.974000', '135543.977000', '135543.980000', '135543.983000', '135543.986000', '135543.989000', '135543.992000', '135543.995000', '135543.998000', '135544.002000', '135544.005000', '135544.008000', '135544.011000', '135544.014000', '135544.017000', '135544.020000', '135544.023000', '135544.026000', '135544.029000', '135544.032000', '135544.035000', '135544.038000', '135544.040000', '135544.043000', '135544.046000', '135544.049000', '135544.052000', '135544.055000', '135544.058000', '135544.061000', '135544.064000', '135544.067000', '135544.070000', '135544.073000', '135544.075000', '135544.079000', '135544.081000', '135544.084000', '135544.087000', '135544.090000', '135544.093000', '135544.096000', '135603.971000', '135603.974000', '135603.977000', '135603.980000', '135603.983000', '135603.986000', '135603.989000', '135603.991000', '135603.994000', '135603.997000', '135604.001000', '135604.004000', '135604.007000', '135604.010000', '135604.013000', '135604.016000', '135604.019000', '135604.022000', '135604.024000', '135604.041000', '135604.044000', '135604.047000', '135604.050000', '135604.053000', '135604.056000', '135604.059000', '135604.062000', '135604.065000', '135604.068000', '135604.070000', '135604.073000', '135604.076000', '135604.079000', '135604.082000', '135604.085000', '135604.088000', '135604.091000', '135604.094000', '135604.097000', '135604.100000', '135604.103000', '135604.106000', '135604.108000', '135604.111000', '135622.234000', '135622.240000', '135622.243000', '135622.251000', '135622.255000', '135622.258000', '135622.261000', '135622.264000', '135622.267000', '135622.270000', '135622.273000', '135622.276000', '135622.279000', '135622.282000', '135622.285000', '135622.288000', '135622.292000', '135622.295000', '135622.298000', '135622.302000', '135622.304000', '135622.307000', '135622.310000', '135622.313000', '135622.316000', '135622.319000', '135622.322000', '135622.325000', '135622.328000', '135622.331000', '135622.334000', '135622.337000', '135622.340000', '135622.343000', '135622.346000', '135622.350000', '135622.353000', '135622.355000', '135622.358000', '135622.361000'], '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], 'LargestImagePixelValue': [9665, 8597, 9354, 8199, 8892, 7529, 7697, 6645, 8478, 6292, 8604, 8240, 8134, 7867, 7475, 7589, 6465, 7656, 6596, 8426, 6526, 8294, 6808, 8444, 8108, 8430, 7764, 8259, 7876, 7711, 7804, 6816, 8015, 6804, 8888, 6658, 8809, 6583, 8829, 8714, 8263, 8123, 7966, 7792, 7580, 7557, 7012, 8051, 6900, 8715, 8335, 8621, 8807, 8451, 8032, 7852, 7929, 7269, 7920, 6793, 7548, 6671, 8569, 6126, 8588, 7614, 8900, 8165, 8741, 8095, 8588, 8100, 7331, 9047, 7055, 8720, 9448, 8489, 8044, 7909, 7799, 7201, 7746, 6476, 8606, 6524, 8110, 6180, 8184, 7944, 8153, 8002, 7881, 7687, 7393, 7696, 6721, 8500, 6295, 8658, 8455, 8771, 8562, 8780, 7899, 8429, 8048, 7819, 7721, 7508, 7790, 6784, 8913, 6586, 8748, 8032, 8563, 7864, 8150, 8033, 6771, 8429, 7415, 7951, 6716, 8098, 6938, 9366, 6540, 9254, 6329, 9033, 6200, 8732, 7977, 8675, 8422, 8397, 8055, 8336, 8051, 8112, 7852, 7181, 9242, 6626, 9083, 7283, 8845, 7969, 8395, 8281, 8006, 8163, 7291, 8043, 6414, 8388, 6327, 8489, 8501, 7941, 8189, 7340, 8115, 6428, 9017, 6372, 8974, 8120, 8809, 8611, 8042, 8174, 7848, 7884, 7173, 9152, 6135, 9282, 8997, 8801, 8139, 8020, 8186, 6897, 7934, 6710, 8691, 8018, 8163, 8176, 7388, 8103, 6643, 7604, 6295, 8170, 6624, 8113, 8416, 7657, 8115, 7694, 7960, 6823, 7845, 6421, 8009, 6380, 7834, 6434, 8376, 6294, 8537, 7805, 8408, 8872, 8076, 8613, 7868, 7888, 7320, 7961, 6550, 7913, 6557, 8358, 6339, 8039, 6452, 6925, 7491, 8515, 7890, 7923, 7690, 7902, 8071, 7615, 6287, 7969, 6308, 7837, 7134, 8191, 8453, 8331, 8909, 8239, 8611, 8456, 8142, 8164, 8240, 7641, 8487, 6992, 8299, 6416, 8165, 6364, 8084, 7034, 7788, 6650, 8334, 6494, 7857, 6529, 8098, 8902, 8064, 9304, 7961, 8039, 7424, 8047, 6782, 8285, 6836, 8240, 6370, 8684, 6569, 8561, 7715, 8467, 7481, 8428, 7834, 8333, 8467, 8342, 8293, 8315, 8141, 8124, 8057, 7317, 8282, 6272, 8866, 6636, 8484, 7230, 8202, 7545, 7764, 8672, 8522, 8474, 8005, 8051, 8366, 8123, 7995, 8755, 8198, 7795, 8172, 8143, 8260, 7950, 7995, 8477, 8027, 7854, 7407, 8108, 6825, 8240, 7007, 9231, 6561, 8859, 6964, 8883, 8436, 8828, 8233, 8420, 8012, 8396, 7875, 7539, 8088, 7065, 8126, 6700, 8993, 6411, 8936, 8015, 8774, 8770, 8419, 8252, 7074, 9240, 7445, 9092, 8645, 8806, 8233, 8073, 8152, 7054, 8021, 6400, 9186, 7108, 9111, 8300, 9311, 7825, 8474, 7972, 7279, 9462, 6559, 8998, 9386, 8543, 8200, 7672, 8083, 6557, 8735, 6628, 8576, 8629, 8034, 8048, 7321, 8291, 6555, 8618, 7636, 8266, 8360, 8070, 7876, 7147, 8047, 6403, 8853, 6721, 8902, 7817, 8972, 8229, 8521, 8067, 6866, 9234, 6681, 9022, 8294, 8429, 8307, 7312, 8257, 6669, 8587, 8742, 8194, 8295, 7651, 8107, 6556, 8647, 6681, 8370, 6234, 8311, 8624, 7946, 8064, 7121, 7981, 6596, 8748, 6497, 8696, 8929, 8772, 8147, 8412, 8081, 7730, 7818, 7137, 9101, 6414, 8773, 8268, 8544, 8172, 8341, 7727, 7286, 8133, 6521, 8393, 8243, 8317, 9230, 8247, 7944, 7621, 7930, 6757, 7857, 6298, 8404, 6268, 8251, 8325, 8066, 8267, 7811, 8141, 6765, 8030, 6629, 8492, 6405, 8580, 7616, 8872, 8261, 8772, 8107, 7695, 7866, 6727, 8813, 6436, 8536, 8738, 8273, 8415, 7630, 8095, 6677, 7930, 6562, 8160, 6300, 8343, 8453, 7935, 7859, 7415, 7723, 6784, 7970, 6210, 8601, 6458, 8395, 7661, 8740, 8267, 8427, 7908, 7768, 7974, 7404, 8842, 6487, 8808, 7487, 8599, 8440, 7858, 7696, 7370, 7632, 6513, 7572, 6521, 8224, 6469, 8092, 8085, 8322, 8592, 7618, 7858, 7224, 8000, 6762, 7895, 6338, 8482, 6386, 8181, 7883, 8345, 8372, 8488, 7729, 7934, 7697, 7553, 8015, 7099, 8882, 6912, 8675, 8916, 8196, 7977, 7019, 7980, 6546, 8250, 8739, 7792, 7922, 6796, 7901, 6330, 8041, 7538, 7697, 8038, 6605, 7850, 6679, 7742, 6977, 7705, 8210, 7040, 7967, 6628, 8436, 6315, 8584, 8505, 8373, 8229, 7009, 8182, 6418, 8385, 8224, 8191, 8158, 7393, 7805, 6773, 7786, 6521, 8129, 7242, 8063, 8910, 7891, 8391, 7701, 7785, 6521, 7989, 6464, 8458, 6309, 8386, 7900, 8199, 8030, 7910, 8090, 7534, 7564, 7054, 8254, 6763, 8896, 6771, 8923, 8188, 8523, 7778, 8061, 7699, 6826, 7623, 6496, 8319, 6347, 7833, 7659, 7840, 8049, 7582, 7578, 7039, 7623, 6682, 7893, 6718, 7920, 6781, 7806, 6384, 7997, 6435, 7731, 7851, 7923, 8389, 7783, 7630, 7376, 7967, 6813, 8543, 6559, 8396, 8667, 8237, 8058, 7511, 7992, 6518, 7681, 6220, 8002, 6714, 7617, 8255, 6854, 7763, 6580, 7795, 6544, 7875, 6386, 8188, 7223, 8434, 7989, 8240, 8079, 8096, 7830, 7557, 7896, 6616, 7982, 6350, 8704, 6330, 8576, 9337, 8314, 8783, 7855, 8166, 7383, 8106, 6490, 8173, 6747, 8630, 6603, 8336, 6958, 8233, 8494, 7685, 7887, 7490, 7730, 6733, 7951, 6464, 8006, 6613, 7883, 6673, 8988, 6784, 8840, 7482, 8830, 8622, 8200, 8601, 7735, 8168, 7340, 7794, 6559, 7825, 6660, 8228, 6570, 8298, 6606, 7951, 8356, 7766, 8142, 7552, 7714, 6549, 7998, 6423, 8496, 6551, 8880, 6828, 8794, 6596, 8463, 6398, 8663, 6347, 8897, 7756, 9055, 8466, 8512, 7925, 7756, 8107, 6921, 7789, 6597, 8398, 7766, 8602, 8990, 8305, 7811, 7369, 7822, 6699, 8529, 6433, 8310, 8235, 7949, 7733, 7889, 7714, 7518, 8003, 6748, 8495, 6349, 8771, 8413, 8539, 8009, 7489, 7992, 6559, 7686, 6517, 8320, 6453, 8087, 8494, 7629, 7829, 6737, 7826, 6583, 7828, 6347, 8141, 7429, 7538, 8473, 8051, 9454, 7674, 8112, 6681, 8652, 6376, 8582, 8742, 8596, 7127, 8524, 8423, 8280, 8114, 8178, 8004, 8200, 7986, 7847, 7932, 7142, 7829, 6622, 8394, 8023, 8304, 8617, 7568, 7998, 6742, 8283, 6826, 8230, 9702, 7787, 7857, 6399, 8445, 6314, 7888, 8750, 6793, 8321, 6453, 8057, 6292, 7509, 6692, 7874, 6548, 8471, 6967, 8606, 7533, 9718, 7664, 8359, 7894, 8354, 7619, 8439, 6815, 9492, 7520, 8298, 6686, 8062, 7231, 7785, 8875, 7542, 8396, 7100, 8260, 6877, 8159, 6613, 8220, 6468, 8042, 6339, 8286, 7327, 8348, 9761, 8121, 9534, 8163, 8260, 7317, 8260, 6556, 8692, 6418, 8396, 8528, 7952, 8409, 7648, 8250, 6599, 8170, 6578, 8174, 6564, 8011, 8247, 7872, 8270, 7088, 8164, 6603, 8061, 6480, 7542, 6549, 7942, 6336, 7874, 7835, 8088, 7828, 7970, 8441, 7793, 7883, 7618, 8047, 7187, 8202, 6541, 8004, 6537, 8233, 9207, 8065, 9781, 7881, 8298, 7548, 8757, 7138, 8315, 6928, 8275, 6638, 8313, 6535, 8047, 6654, 8368, 7394, 8192, 7885, 9710, 7822, 9946, 7818, 8012, 8227, 8193, 7080, 8261, 6837, 8182, 6857, 8528, 6856, 8606, 6458, 8317, 8037, 8395, 8537, 7874, 8108, 8067, 8159, 7488, 8036, 7153, 7972, 6911, 8246, 6730, 7932, 6276, 8912, 6296, 8891, 8932, 8479, 8784, 7725, 8893, 7245, 8018, 6604, 8135, 6827, 8105, 6402, 8016, 6626, 7807, 6709, 7403, 8808, 7354, 8295, 7300, 8352, 7845, 7849, 7196, 7768, 6747, 8078, 6801, 8229, 7133, 7911, 6876, 7563, 6923, 8953, 6628, 8720, 8780, 8476, 8632, 8125, 7657, 8167, 8451, 8146, 7931, 7907, 7950, 7194, 8044, 6573, 7584, 6811, 8144, 6746, 7369, 6574, 7579, 6790, 7723, 6608, 7953, 6427, 8138, 6622, 8233, 6432, 8820, 6509, 8605, 8578, 8663, 8345, 8718, 8645, 8575, 8258, 8155, 8195, 7216, 8484, 6964, 8106, 6433, 8364, 6401, 8290, 8400, 8322, 8182, 7434, 8360, 7143, 8128, 6311, 8016, 6510, 7919, 6542, 7582, 6839, 7545, 8434, 7340, 8036, 6730, 8284, 6603, 8274, 6305, 7721, 7268, 7351, 7733, 6789, 8390, 6409, 8528, 6811, 8417, 6324, 8089, 6559, 7810, 7829], 'WindowCenter': [4157.0, 4133.0, 4129.0, 4115.0, 4114.0, 4092.0, 4091.0, 4081.0, 4100.0, 4069.0, 4099.0, 4100.0, 4104.0, 4129.0, 4105.0, 4101.0, 4081.0, 4103.0, 4093.0, 4114.0, 4082.0, 4115.0, 4094.0, 4115.0, 4104.0, 4115.0, 4104.0, 4114.0, 4104.0, 4103.0, 4104.0, 4094.0, 4115.0, 4095.0, 4126.0, 4093.0, 4125.0, 4094.0, 4113.0, 4113.0, 4115.0, 4104.0, 4103.0, 4102.0, 4104.0, 4103.0, 4092.0, 4103.0, 4082.0, 4102.0, 4101.0, 4101.0, 4101.0, 4099.0, 4090.0, 4100.0, 4090.0, 4090.0, 4100.0, 4081.0, 4092.0, 4079.0, 4112.0, 4071.0, 4113.0, 4102.0, 4114.0, 4114.0, 4114.0, 4104.0, 4113.0, 4103.0, 4090.0, 4111.0, 4080.0, 4101.0, 4110.0, 4100.0, 4100.0, 4090.0, 4089.0, 4078.0, 4089.0, 4069.0, 4112.0, 4081.0, 4102.0, 4070.0, 4102.0, 4101.0, 4101.0, 4102.0, 4103.0, 4102.0, 4093.0, 4104.0, 4082.0, 4112.0, 4081.0, 4113.0, 4103.0, 4112.0, 4112.0, 4112.0, 4101.0, 4100.0, 4101.0, 4091.0, 4091.0, 4089.0, 4090.0, 4081.0, 4112.0, 4080.0, 4112.0, 4101.0, 4113.0, 4101.0, 4101.0, 4102.0, 4081.0, 4102.0, 4091.0, 4101.0, 4082.0, 4102.0, 4091.0, 4124.0, 4082.0, 4112.0, 4070.0, 4101.0, 4068.0, 4099.0, 4089.0, 4101.0, 4101.0, 4114.0, 4102.0, 4102.0, 4101.0, 4099.0, 4091.0, 4079.0, 4111.0, 4079.0, 4113.0, 4091.0, 4101.0, 4102.0, 4101.0, 4100.0, 4090.0, 4100.0, 4091.0, 4101.0, 4070.0, 4102.0, 4069.0, 4101.0, 4101.0, 4102.0, 4103.0, 4092.0, 4102.0, 4082.0, 4111.0, 4070.0, 4112.0, 4102.0, 4113.0, 4102.0, 4101.0, 4101.0, 4090.0, 4090.0, 4090.0, 4111.0, 4069.0, 4111.0, 4100.0, 4100.0, 4101.0, 4101.0, 4099.0, 4081.0, 4090.0, 4079.0, 4100.0, 4090.0, 4099.0, 4100.0, 4092.0, 4102.0, 4079.0, 4091.0, 4082.0, 4102.0, 4080.0, 4101.0, 4102.0, 4105.0, 4103.0, 4103.0, 4103.0, 4082.0, 4102.0, 4081.0, 4103.0, 4083.0, 4104.0, 4083.0, 4114.0, 4082.0, 4114.0, 4104.0, 4114.0, 4114.0, 4105.0, 4114.0, 4103.0, 4103.0, 4092.0, 4102.0, 4081.0, 4102.0, 4082.0, 4103.0, 4080.0, 4102.0, 4082.0, 4092.0, 4090.0, 4112.0, 4102.0, 4103.0, 4092.0, 4103.0, 4103.0, 4103.0, 4082.0, 4102.0, 4082.0, 4102.0, 4092.0, 4114.0, 4103.0, 4115.0, 4114.0, 4103.0, 4115.0, 4103.0, 4102.0, 4102.0, 4102.0, 4092.0, 4100.0, 4081.0, 4101.0, 4070.0, 4100.0, 4070.0, 4102.0, 4081.0, 4091.0, 4081.0, 4103.0, 4081.0, 4101.0, 4069.0, 4103.0, 4112.0, 4103.0, 4113.0, 4102.0, 4102.0, 4091.0, 4089.0, 4080.0, 4102.0, 4068.0, 4100.0, 4070.0, 4100.0, 4068.0, 4100.0, 4090.0, 4100.0, 4079.0, 4100.0, 4091.0, 4102.0, 4101.0, 4102.0, 4103.0, 4114.0, 4103.0, 4103.0, 4103.0, 4092.0, 4102.0, 4081.0, 4115.0, 4081.0, 4112.0, 4092.0, 4103.0, 4090.0, 4091.0, 4101.0, 4102.0, 4101.0, 4102.0, 4101.0, 4103.0, 4102.0, 4104.0, 4101.0, 4102.0, 4091.0, 4102.0, 4102.0, 4102.0, 4101.0, 4103.0, 4102.0, 4101.0, 4091.0, 4090.0, 4090.0, 4080.0, 4102.0, 4080.0, 4111.0, 4081.0, 4112.0, 4081.0, 4111.0, 4102.0, 4113.0, 4102.0, 4103.0, 4102.0, 4102.0, 4101.0, 4091.0, 4102.0, 4092.0, 4104.0, 4082.0, 4115.0, 4082.0, 4114.0, 4103.0, 4112.0, 4102.0, 4101.0, 4101.0, 4079.0, 4112.0, 4091.0, 4101.0, 4100.0, 4099.0, 4101.0, 4090.0, 4090.0, 4080.0, 4101.0, 4080.0, 4114.0, 4093.0, 4113.0, 4101.0, 4113.0, 4103.0, 4101.0, 4102.0, 4091.0, 4113.0, 4082.0, 4114.0, 4113.0, 4102.0, 4101.0, 4090.0, 4101.0, 4079.0, 4102.0, 4081.0, 4112.0, 4102.0, 4102.0, 4101.0, 4092.0, 4102.0, 4080.0, 4102.0, 4092.0, 4102.0, 4101.0, 4102.0, 4102.0, 4091.0, 4102.0, 4081.0, 4113.0, 4082.0, 4114.0, 4102.0, 4114.0, 4114.0, 4112.0, 4101.0, 4080.0, 4123.0, 4093.0, 4114.0, 4103.0, 4113.0, 4102.0, 4091.0, 4103.0, 4081.0, 4102.0, 4100.0, 4101.0, 4101.0, 4089.0, 4089.0, 4069.0, 4101.0, 4068.0, 4100.0, 4069.0, 4100.0, 4100.0, 4101.0, 4102.0, 4093.0, 4102.0, 4082.0, 4113.0, 4081.0, 4101.0, 4101.0, 4099.0, 4090.0, 4101.0, 4091.0, 4089.0, 4090.0, 4079.0, 4100.0, 4069.0, 4101.0, 4100.0, 4101.0, 4101.0, 4101.0, 4091.0, 4091.0, 4090.0, 4069.0, 4100.0, 4100.0, 4101.0, 4099.0, 4099.0, 4100.0, 4090.0, 4090.0, 4079.0, 4089.0, 4068.0, 4102.0, 4069.0, 4101.0, 4101.0, 4101.0, 4101.0, 4091.0, 4100.0, 4080.0, 4101.0, 4093.0, 4116.0, 4082.0, 4113.0, 4103.0, 4111.0, 4101.0, 4111.0, 4117.0, 4092.0, 4101.0, 4080.0, 4112.0, 4080.0, 4111.0, 4101.0, 4100.0, 4101.0, 4089.0, 4089.0, 4079.0, 4101.0, 4081.0, 4116.0, 4082.0, 4100.0, 4101.0, 4100.0, 4090.0, 4090.0, 4091.0, 4080.0, 4090.0, 4069.0, 4100.0, 4070.0, 4104.0, 4092.0, 4112.0, 4102.0, 4101.0, 4101.0, 4091.0, 4103.0, 4092.0, 4112.0, 4070.0, 4112.0, 4090.0, 4100.0, 4100.0, 4102.0, 4091.0, 4090.0, 4102.0, 4070.0, 4091.0, 4070.0, 4102.0, 4081.0, 4103.0, 4101.0, 4102.0, 4101.0, 4091.0, 4090.0, 4092.0, 4102.0, 4081.0, 4090.0, 4080.0, 4112.0, 4081.0, 4100.0, 4101.0, 4103.0, 4101.0, 4100.0, 4102.0, 4101.0, 4089.0, 4090.0, 4101.0, 4080.0, 4112.0, 4090.0, 4101.0, 4112.0, 4100.0, 4089.0, 4078.0, 4090.0, 4068.0, 4089.0, 4099.0, 4088.0, 4089.0, 4068.0, 4089.0, 4068.0, 4090.0, 4088.0, 4089.0, 4089.0, 4079.0, 4100.0, 4079.0, 4101.0, 4091.0, 4103.0, 4113.0, 4091.0, 4103.0, 4081.0, 4103.0, 4083.0, 4113.0, 4113.0, 4102.0, 4103.0, 4080.0, 4100.0, 4082.0, 4102.0, 4100.0, 4101.0, 4101.0, 4090.0, 4091.0, 4082.0, 4092.0, 4080.0, 4102.0, 4091.0, 4103.0, 4112.0, 4101.0, 4102.0, 4089.0, 4088.0, 4069.0, 4102.0, 4069.0, 4101.0, 4069.0, 4100.0, 4089.0, 4099.0, 4089.0, 4102.0, 4100.0, 4089.0, 4090.0, 4079.0, 4099.0, 4078.0, 4100.0, 4079.0, 4101.0, 4100.0, 4100.0, 4089.0, 4089.0, 4089.0, 4080.0, 4089.0, 4080.0, 4100.0, 4069.0, 4090.0, 4089.0, 4101.0, 4100.0, 4091.0, 4091.0, 4091.0, 4090.0, 4079.0, 4099.0, 4080.0, 4091.0, 4078.0, 4091.0, 4081.0, 4103.0, 4081.0, 4101.0, 4102.0, 4101.0, 4101.0, 4091.0, 4091.0, 4090.0, 4102.0, 4080.0, 4102.0, 4070.0, 4101.0, 4100.0, 4100.0, 4089.0, 4078.0, 4089.0, 4068.0, 4088.0, 4070.0, 4103.0, 4081.0, 4091.0, 4101.0, 4083.0, 4093.0, 4082.0, 4103.0, 4083.0, 4105.0, 4083.0, 4114.0, 4094.0, 4115.0, 4104.0, 4104.0, 4103.0, 4103.0, 4103.0, 4092.0, 4103.0, 4082.0, 4103.0, 4082.0, 4112.0, 4082.0, 4114.0, 4113.0, 4102.0, 4113.0, 4102.0, 4102.0, 4092.0, 4091.0, 4071.0, 4103.0, 4081.0, 4102.0, 4081.0, 4102.0, 4080.0, 4102.0, 4102.0, 4104.0, 4102.0, 4092.0, 4091.0, 4094.0, 4104.0, 4082.0, 4104.0, 4092.0, 4114.0, 4094.0, 4115.0, 4094.0, 4125.0, 4093.0, 4113.0, 4112.0, 4102.0, 4101.0, 4092.0, 4101.0, 4091.0, 4091.0, 4069.0, 4091.0, 4080.0, 4103.0, 4080.0, 4101.0, 4081.0, 4101.0, 4100.0, 4092.0, 4091.0, 4091.0, 4090.0, 4070.0, 4089.0, 4068.0, 4101.0, 4070.0, 4112.0, 4081.0, 4112.0, 4082.0, 4102.0, 4082.0, 4113.0, 4081.0, 4113.0, 4091.0, 4112.0, 4101.0, 4102.0, 4102.0, 4091.0, 4092.0, 4078.0, 4088.0, 4067.0, 4088.0, 4076.0, 4087.0, 4086.0, 4086.0, 4076.0, 4066.0, 4075.0, 4054.0, 4087.0, 4054.0, 4087.0, 4086.0, 4088.0, 4088.0, 4088.0, 4088.0, 4078.0, 4089.0, 4068.0, 4099.0, 4068.0, 4099.0, 4088.0, 4098.0, 4088.0, 4078.0, 4089.0, 4068.0, 4089.0, 4070.0, 4101.0, 4070.0, 4101.0, 4101.0, 4091.0, 4092.0, 4082.0, 4093.0, 4081.0, 4092.0, 4082.0, 4104.0, 4118.0, 4119.0, 4129.0, 4116.0, 4113.0, 4090.0, 4101.0, 4080.0, 4100.0, 4070.0, 4100.0, 4099.0, 4088.0, 4079.0, 4099.0, 4101.0, 4101.0, 4100.0, 4101.0, 4101.0, 4103.0, 4104.0, 4104.0, 4103.0, 4093.0, 4104.0, 4082.0, 4103.0, 4102.0, 4102.0, 4102.0, 4091.0, 4102.0, 4080.0, 4101.0, 4069.0, 4100.0, 4110.0, 4088.0, 4089.0, 4068.0, 4100.0, 4069.0, 4091.0, 4101.0, 4082.0, 4101.0, 4081.0, 4101.0, 4070.0, 4091.0, 4082.0, 4103.0, 4084.0, 4115.0, 4094.0, 4116.0, 4105.0, 4114.0, 4094.0, 4103.0, 4105.0, 4115.0, 4105.0, 4104.0, 4082.0, 4115.0, 4091.0, 4102.0, 4081.0, 4089.0, 4078.0, 4090.0, 4110.0, 4090.0, 4089.0, 4081.0, 4101.0, 4080.0, 4089.0, 4080.0, 4101.0, 4070.0, 4090.0, 4068.0, 4100.0, 4081.0, 4100.0, 4110.0, 4090.0, 4099.0, 4088.0, 4089.0, 4078.0, 4088.0, 4067.0, 4099.0, 4067.0, 4089.0, 4088.0, 4091.0, 4090.0, 4089.0, 4101.0, 4080.0, 4100.0, 4081.0, 4102.0, 4081.0, 4102.0, 4103.0, 4103.0, 4102.0, 4081.0, 4104.0, 4093.0, 4103.0, 4082.0, 4104.0, 4084.0, 4114.0, 4083.0, 4115.0, 4105.0, 4116.0, 4104.0, 4115.0, 4115.0, 4106.0, 4105.0, 4106.0, 4117.0, 4095.0, 4115.0, 4098.0, 4117.0, 4084.0, 4115.0, 4125.0, 4104.0, 4113.0, 4102.0, 4101.0, 4091.0, 4102.0, 4081.0, 4102.0, 4094.0, 4103.0, 4083.0, 4103.0, 4082.0, 4103.0, 4082.0, 4102.0, 4103.0, 4114.0, 4103.0, 4124.0, 4094.0, 4113.0, 4090.0, 4090.0, 4090.0, 4090.0, 4078.0, 4089.0, 4069.0, 4100.0, 4069.0, 4100.0, 4080.0, 4112.0, 4081.0, 4101.0, 4099.0, 4101.0, 4101.0, 4104.0, 4102.0, 4102.0, 4103.0, 4104.0, 4103.0, 4092.0, 4101.0, 4092.0, 4115.0, 4083.0, 4102.0, 4082.0, 4126.0, 4083.0, 4114.0, 4113.0, 4101.0, 4102.0, 4104.0, 4102.0, 4080.0, 4090.0, 4083.0, 4102.0, 4081.0, 4101.0, 4082.0, 4103.0, 4081.0, 4103.0, 4093.0, 4093.0, 4112.0, 4092.0, 4102.0, 4105.0, 4103.0, 4104.0, 4103.0, 4094.0, 4103.0, 4082.0, 4103.0, 4094.0, 4116.0, 4093.0, 4103.0, 4095.0, 4104.0, 4092.0, 4112.0, 4081.0, 4101.0, 4102.0, 4104.0, 4101.0, 4091.0, 4089.0, 4100.0, 4100.0, 4101.0, 4101.0, 4100.0, 4091.0, 4082.0, 4102.0, 4080.0, 4076.0, 4081.0, 4104.0, 4082.0, 4091.0, 4078.0, 4087.0, 4078.0, 4089.0, 4080.0, 4088.0, 4068.0, 4090.0, 4079.0, 4100.0, 4068.0, 4100.0, 4068.0, 4099.0, 4087.0, 4086.0, 4074.0, 4083.0, 4084.0, 4086.0, 4087.0, 4075.0, 4085.0, 4064.0, 4074.0, 4063.0, 4074.0, 4053.0, 4074.0, 4054.0, 4085.0, 4085.0, 4085.0, 4085.0, 4076.0, 4086.0, 4066.0, 4077.0, 4055.0, 4086.0, 4066.0, 4088.0, 4068.0, 4090.0, 4079.0, 4090.0, 4100.0, 4090.0, 4090.0, 4080.0, 4101.0, 4081.0, 4102.0, 4080.0, 4102.0, 4092.0, 4092.0, 4091.0, 4083.0, 4114.0, 4083.0, 4114.0, 4083.0, 4114.0, 4082.0, 4103.0, 4082.0, 4103.0, 4102.0], 'WindowWidth': [9244.0, 9198.0, 9187.0, 9160.0, 9154.0, 9120.0, 9119.0, 9105.0, 9128.0, 9086.0, 9127.0, 9128.0, 9142.0, 9187.0, 9145.0, 9133.0, 9106.0, 9137.0, 9126.0, 9156.0, 9111.0, 9159.0, 9129.0, 9157.0, 9141.0, 9159.0, 9142.0, 9155.0, 9143.0, 9139.0, 9142.0, 9128.0, 9159.0, 9130.0, 9173.0, 9126.0, 9170.0, 9131.0, 9152.0, 9150.0, 9158.0, 9142.0, 9138.0, 9138.0, 9140.0, 9139.0, 9123.0, 9138.0, 9107.0, 9134.0, 9131.0, 9130.0, 9131.0, 9125.0, 9115.0, 9128.0, 9114.0, 9115.0, 9130.0, 9104.0, 9121.0, 9100.0, 9148.0, 9095.0, 9152.0, 9137.0, 9153.0, 9154.0, 9155.0, 9140.0, 9150.0, 9136.0, 9117.0, 9143.0, 9101.0, 9131.0, 9141.0, 9127.0, 9129.0, 9114.0, 9112.0, 9096.0, 9113.0, 9088.0, 9149.0, 9105.0, 9133.0, 9090.0, 9135.0, 9134.0, 9134.0, 9136.0, 9140.0, 9138.0, 9126.0, 9139.0, 9109.0, 9149.0, 9105.0, 9150.0, 9138.0, 9148.0, 9147.0, 9146.0, 9132.0, 9129.0, 9130.0, 9118.0, 9118.0, 9115.0, 9116.0, 9105.0, 9146.0, 9103.0, 9147.0, 9132.0, 9150.0, 9132.0, 9132.0, 9134.0, 9105.0, 9133.0, 9119.0, 9132.0, 9106.0, 9135.0, 9119.0, 9167.0, 9108.0, 9147.0, 9089.0, 9128.0, 9083.0, 9126.0, 9113.0, 9131.0, 9132.0, 9153.0, 9136.0, 9135.0, 9131.0, 9126.0, 9116.0, 9099.0, 9143.0, 9100.0, 9150.0, 9118.0, 9130.0, 9134.0, 9130.0, 9128.0, 9113.0, 9129.0, 9117.0, 9132.0, 9090.0, 9134.0, 9089.0, 9131.0, 9133.0, 9134.0, 9138.0, 9121.0, 9133.0, 9109.0, 9146.0, 9090.0, 9147.0, 9133.0, 9147.0, 9132.0, 9131.0, 9131.0, 9113.0, 9114.0, 9116.0, 9144.0, 9087.0, 9143.0, 9129.0, 9127.0, 9132.0, 9132.0, 9127.0, 9102.0, 9114.0, 9098.0, 9129.0, 9114.0, 9126.0, 9130.0, 9120.0, 9136.0, 9099.0, 9118.0, 9106.0, 9134.0, 9104.0, 9133.0, 9135.0, 9144.0, 9139.0, 9137.0, 9138.0, 9108.0, 9133.0, 9107.0, 9139.0, 9112.0, 9141.0, 9113.0, 9155.0, 9109.0, 9154.0, 9141.0, 9153.0, 9153.0, 9143.0, 9153.0, 9137.0, 9139.0, 9123.0, 9135.0, 9107.0, 9133.0, 9109.0, 9137.0, 9101.0, 9133.0, 9107.0, 9121.0, 9117.0, 9147.0, 9133.0, 9137.0, 9121.0, 9136.0, 9136.0, 9138.0, 9107.0, 9134.0, 9109.0, 9137.0, 9121.0, 9153.0, 9139.0, 9158.0, 9154.0, 9138.0, 9156.0, 9137.0, 9135.0, 9133.0, 9135.0, 9122.0, 9129.0, 9104.0, 9129.0, 9089.0, 9129.0, 9088.0, 9134.0, 9104.0, 9118.0, 9106.0, 9136.0, 9105.0, 9130.0, 9087.0, 9136.0, 9150.0, 9136.0, 9151.0, 9134.0, 9135.0, 9117.0, 9113.0, 9102.0, 9133.0, 9083.0, 9128.0, 9087.0, 9128.0, 9083.0, 9126.0, 9113.0, 9126.0, 9097.0, 9128.0, 9118.0, 9133.0, 9132.0, 9136.0, 9139.0, 9155.0, 9137.0, 9137.0, 9138.0, 9122.0, 9135.0, 9107.0, 9156.0, 9104.0, 9146.0, 9120.0, 9135.0, 9115.0, 9118.0, 9131.0, 9132.0, 9132.0, 9134.0, 9132.0, 9136.0, 9135.0, 9138.0, 9131.0, 9132.0, 9118.0, 9133.0, 9132.0, 9133.0, 9131.0, 9135.0, 9134.0, 9131.0, 9116.0, 9115.0, 9115.0, 9100.0, 9133.0, 9101.0, 9143.0, 9106.0, 9146.0, 9105.0, 9146.0, 9134.0, 9149.0, 9135.0, 9137.0, 9135.0, 9133.0, 9132.0, 9119.0, 9134.0, 9122.0, 9139.0, 9109.0, 9156.0, 9110.0, 9152.0, 9137.0, 9147.0, 9134.0, 9131.0, 9132.0, 9101.0, 9146.0, 9116.0, 9131.0, 9128.0, 9126.0, 9131.0, 9114.0, 9115.0, 9103.0, 9133.0, 9103.0, 9152.0, 9123.0, 9151.0, 9134.0, 9150.0, 9137.0, 9132.0, 9133.0, 9119.0, 9149.0, 9107.0, 9153.0, 9150.0, 9132.0, 9131.0, 9116.0, 9131.0, 9101.0, 9134.0, 9106.0, 9149.0, 9133.0, 9132.0, 9133.0, 9121.0, 9135.0, 9104.0, 9134.0, 9120.0, 9135.0, 9132.0, 9132.0, 9134.0, 9120.0, 9134.0, 9106.0, 9151.0, 9108.0, 9153.0, 9134.0, 9154.0, 9153.0, 9148.0, 9132.0, 9104.0, 9166.0, 9126.0, 9153.0, 9139.0, 9150.0, 9133.0, 9118.0, 9138.0, 9105.0, 9132.0, 9129.0, 9129.0, 9131.0, 9112.0, 9112.0, 9085.0, 9129.0, 9082.0, 9126.0, 9086.0, 9128.0, 9129.0, 9131.0, 9135.0, 9125.0, 9133.0, 9108.0, 9150.0, 9106.0, 9131.0, 9131.0, 9126.0, 9114.0, 9131.0, 9116.0, 9110.0, 9113.0, 9098.0, 9129.0, 9086.0, 9130.0, 9129.0, 9131.0, 9131.0, 9130.0, 9118.0, 9116.0, 9115.0, 9085.0, 9127.0, 9127.0, 9131.0, 9126.0, 9127.0, 9131.0, 9114.0, 9114.0, 9098.0, 9111.0, 9085.0, 9133.0, 9086.0, 9132.0, 9130.0, 9130.0, 9132.0, 9119.0, 9130.0, 9104.0, 9132.0, 9126.0, 9160.0, 9109.0, 9153.0, 9138.0, 9146.0, 9133.0, 9145.0, 9163.0, 9120.0, 9130.0, 9102.0, 9148.0, 9104.0, 9145.0, 9130.0, 9127.0, 9132.0, 9113.0, 9113.0, 9098.0, 9131.0, 9107.0, 9161.0, 9109.0, 9130.0, 9132.0, 9129.0, 9115.0, 9116.0, 9117.0, 9101.0, 9114.0, 9086.0, 9128.0, 9088.0, 9139.0, 9121.0, 9148.0, 9136.0, 9131.0, 9130.0, 9119.0, 9138.0, 9120.0, 9147.0, 9090.0, 9146.0, 9115.0, 9128.0, 9129.0, 9133.0, 9118.0, 9117.0, 9133.0, 9089.0, 9119.0, 9089.0, 9133.0, 9106.0, 9136.0, 9131.0, 9133.0, 9131.0, 9117.0, 9115.0, 9121.0, 9133.0, 9105.0, 9116.0, 9103.0, 9146.0, 9105.0, 9130.0, 9130.0, 9137.0, 9131.0, 9128.0, 9136.0, 9130.0, 9112.0, 9113.0, 9132.0, 9103.0, 9148.0, 9116.0, 9131.0, 9147.0, 9128.0, 9111.0, 9096.0, 9116.0, 9082.0, 9111.0, 9127.0, 9111.0, 9112.0, 9083.0, 9112.0, 9083.0, 9113.0, 9112.0, 9113.0, 9113.0, 9100.0, 9128.0, 9101.0, 9133.0, 9119.0, 9139.0, 9153.0, 9121.0, 9138.0, 9107.0, 9138.0, 9111.0, 9152.0, 9150.0, 9134.0, 9139.0, 9102.0, 9127.0, 9109.0, 9133.0, 9129.0, 9131.0, 9131.0, 9117.0, 9119.0, 9109.0, 9120.0, 9102.0, 9133.0, 9119.0, 9136.0, 9148.0, 9132.0, 9136.0, 9113.0, 9111.0, 9087.0, 9135.0, 9084.0, 9129.0, 9088.0, 9127.0, 9111.0, 9124.0, 9110.0, 9135.0, 9130.0, 9112.0, 9115.0, 9100.0, 9126.0, 9095.0, 9128.0, 9099.0, 9129.0, 9130.0, 9128.0, 9112.0, 9111.0, 9113.0, 9101.0, 9112.0, 9102.0, 9129.0, 9085.0, 9114.0, 9111.0, 9131.0, 9130.0, 9117.0, 9119.0, 9120.0, 9116.0, 9098.0, 9127.0, 9102.0, 9116.0, 9097.0, 9117.0, 9108.0, 9136.0, 9105.0, 9133.0, 9134.0, 9133.0, 9132.0, 9119.0, 9119.0, 9118.0, 9134.0, 9104.0, 9133.0, 9089.0, 9132.0, 9130.0, 9126.0, 9113.0, 9096.0, 9113.0, 9083.0, 9111.0, 9089.0, 9137.0, 9105.0, 9118.0, 9131.0, 9109.0, 9123.0, 9109.0, 9138.0, 9113.0, 9143.0, 9113.0, 9156.0, 9128.0, 9156.0, 9139.0, 9139.0, 9137.0, 9135.0, 9137.0, 9121.0, 9136.0, 9107.0, 9135.0, 9108.0, 9148.0, 9108.0, 9152.0, 9150.0, 9134.0, 9150.0, 9132.0, 9134.0, 9120.0, 9117.0, 9090.0, 9136.0, 9104.0, 9134.0, 9105.0, 9134.0, 9103.0, 9133.0, 9134.0, 9140.0, 9134.0, 9120.0, 9120.0, 9128.0, 9140.0, 9110.0, 9141.0, 9125.0, 9156.0, 9129.0, 9156.0, 9127.0, 9171.0, 9124.0, 9151.0, 9149.0, 9132.0, 9131.0, 9120.0, 9132.0, 9117.0, 9117.0, 9087.0, 9116.0, 9103.0, 9137.0, 9103.0, 9132.0, 9106.0, 9130.0, 9127.0, 9120.0, 9117.0, 9116.0, 9115.0, 9087.0, 9111.0, 9083.0, 9129.0, 9088.0, 9146.0, 9106.0, 9148.0, 9109.0, 9135.0, 9111.0, 9149.0, 9105.0, 9149.0, 9117.0, 9147.0, 9132.0, 9132.0, 9134.0, 9117.0, 9119.0, 9096.0, 9108.0, 9079.0, 9106.0, 9088.0, 9102.0, 9102.0, 9100.0, 9089.0, 9074.0, 9084.0, 9056.0, 9102.0, 9057.0, 9103.0, 9103.0, 9107.0, 9107.0, 9108.0, 9108.0, 9093.0, 9110.0, 9080.0, 9123.0, 9081.0, 9124.0, 9108.0, 9121.0, 9108.0, 9094.0, 9110.0, 9082.0, 9112.0, 9088.0, 9130.0, 9088.0, 9132.0, 9130.0, 9119.0, 9120.0, 9108.0, 9123.0, 9105.0, 9121.0, 9108.0, 9137.0, 9170.0, 9170.0, 9183.0, 9160.0, 9150.0, 9114.0, 9131.0, 9100.0, 9126.0, 9089.0, 9126.0, 9123.0, 9106.0, 9098.0, 9123.0, 9134.0, 9132.0, 9129.0, 9130.0, 9131.0, 9136.0, 9140.0, 9140.0, 9136.0, 9125.0, 9140.0, 9109.0, 9138.0, 9134.0, 9133.0, 9133.0, 9117.0, 9134.0, 9101.0, 9129.0, 9083.0, 9126.0, 9141.0, 9108.0, 9109.0, 9083.0, 9127.0, 9086.0, 9116.0, 9131.0, 9105.0, 9130.0, 9106.0, 9130.0, 9089.0, 9117.0, 9106.0, 9137.0, 9113.0, 9155.0, 9128.0, 9159.0, 9143.0, 9152.0, 9123.0, 9137.0, 9142.0, 9158.0, 9141.0, 9138.0, 9105.0, 9152.0, 9114.0, 9129.0, 9103.0, 9111.0, 9094.0, 9111.0, 9141.0, 9112.0, 9111.0, 9103.0, 9129.0, 9102.0, 9112.0, 9101.0, 9129.0, 9087.0, 9113.0, 9083.0, 9127.0, 9102.0, 9126.0, 9140.0, 9110.0, 9123.0, 9107.0, 9109.0, 9093.0, 9107.0, 9078.0, 9123.0, 9079.0, 9110.0, 9108.0, 9115.0, 9112.0, 9111.0, 9131.0, 9103.0, 9127.0, 9104.0, 9135.0, 9104.0, 9133.0, 9137.0, 9137.0, 9134.0, 9106.0, 9138.0, 9125.0, 9135.0, 9109.0, 9141.0, 9115.0, 9154.0, 9112.0, 9157.0, 9145.0, 9161.0, 9140.0, 9158.0, 9159.0, 9146.0, 9145.0, 9147.0, 9164.0, 9131.0, 9157.0, 9140.0, 9162.0, 9115.0, 9156.0, 9171.0, 9141.0, 9148.0, 9131.0, 9131.0, 9117.0, 9133.0, 9104.0, 9135.0, 9127.0, 9136.0, 9110.0, 9136.0, 9108.0, 9135.0, 9109.0, 9136.0, 9139.0, 9154.0, 9138.0, 9167.0, 9125.0, 9148.0, 9116.0, 9115.0, 9113.0, 9112.0, 9094.0, 9110.0, 9083.0, 9128.0, 9083.0, 9125.0, 9103.0, 9149.0, 9106.0, 9131.0, 9127.0, 9129.0, 9132.0, 9140.0, 9135.0, 9132.0, 9137.0, 9141.0, 9137.0, 9121.0, 9131.0, 9122.0, 9157.0, 9110.0, 9134.0, 9108.0, 9172.0, 9113.0, 9152.0, 9149.0, 9130.0, 9133.0, 9139.0, 9133.0, 9101.0, 9115.0, 9111.0, 9134.0, 9104.0, 9130.0, 9107.0, 9138.0, 9103.0, 9138.0, 9125.0, 9122.0, 9146.0, 9119.0, 9135.0, 9145.0, 9137.0, 9140.0, 9136.0, 9128.0, 9140.0, 9108.0, 9138.0, 9129.0, 9162.0, 9125.0, 9138.0, 9132.0, 9142.0, 9121.0, 9147.0, 9106.0, 9131.0, 9134.0, 9140.0, 9131.0, 9118.0, 9112.0, 9127.0, 9130.0, 9130.0, 9132.0, 9129.0, 9118.0, 9106.0, 9133.0, 9100.0, 9087.0, 9105.0, 9140.0, 9106.0, 9118.0, 9095.0, 9105.0, 9095.0, 9113.0, 9105.0, 9109.0, 9081.0, 9113.0, 9098.0, 9129.0, 9085.0, 9129.0, 9081.0, 9122.0, 9102.0, 9099.0, 9081.0, 9092.0, 9096.0, 9099.0, 9102.0, 9084.0, 9097.0, 9068.0, 9080.0, 9066.0, 9082.0, 9053.0, 9083.0, 9055.0, 9098.0, 9098.0, 9098.0, 9100.0, 9088.0, 9102.0, 9074.0, 9089.0, 9059.0, 9102.0, 9075.0, 9109.0, 9081.0, 9114.0, 9100.0, 9114.0, 9127.0, 9116.0, 9115.0, 9101.0, 9132.0, 9105.0, 9133.0, 9103.0, 9136.0, 9122.0, 9122.0, 9119.0, 9111.0, 9154.0, 9114.0, 9156.0, 9112.0, 9152.0, 9109.0, 9137.0, 9108.0, 9138.0, 9135.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.001012147186147186</td></tr>
<tr><td colspan=3>aqi</td><td>0.016082978095238096</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.95361457041597</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1834328511958407</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0161704336135173</td></tr>
<tr><td colspan=3>efc</td><td>0.4681</td></tr>
<tr><td colspan=3>fber</td><td>6541.3784</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06913144269227202</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0389610389610389</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5915557805602143</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.524548848900974</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7815703882276486</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4685481045520197</td></tr>
<tr><td colspan=3>gcor</td><td>0.00688902</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0030704170931130648</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030469058081507683</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</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.7657699273473746</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>21.5924</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.9779</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.0728</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300399.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>769.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>317.33</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0522</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>544.4991</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3290.5554</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3504.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76145.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1025.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4353.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>930.4809</td></tr>
<tr><td colspan=3>tsnr</td><td>44.482420549727976</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>