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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:06:28.642500</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.992456, -0.105567, 0.0623372, 0.115358, 0.976267, -0.183293]</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.088277</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7699, -7353, 580, -71, -66, -42, 104]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>241.983</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>afcdb892-546a-41fc-8164-c172e9455856||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.6626880168914795, 0.30949652194976807, 0.11207158863544464, 98.20816802978516], [0.2832287847995758, 2.6192517280578613, -0.5105735659599304, -106.0328598022461], [0.16724608838558197, 0.49176153540611267, 2.6489157676696777, -118.85113525390625], [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': ['110628.642500', '110629.102500', '110629.562500', '110630.022500', '110630.482500', '110630.942500', '110631.402500', '110631.862500', '110632.322500', '110632.782500', '110633.242500', '110633.702500', '110634.162500', '110634.622500', '110635.082500', '110635.542500', '110636.002500', '110636.462500', '110636.922500', '110637.382500', '110637.842500', '110638.302500', '110638.762500', '110639.222500', '110639.682500', '110640.142500', '110640.602500', '110641.062500', '110641.522500', '110641.982500', '110642.442500', '110642.902500', '110643.362500', '110643.822500', '110644.282500', '110644.742500', '110645.202500', '110645.662500', '110646.122500', '110646.582500', '110647.042500', '110647.502500', '110647.962500', '110648.422500', '110648.882500', '110649.342500', '110649.802500', '110650.262500', '110650.722500', '110651.182500', '110651.642500', '110652.102500', '110652.562500', '110653.022500', '110653.482500', '110653.942500', '110654.402500', '110654.862500', '110655.322500', '110655.782500', '110656.242500', '110656.702500', '110657.162500', '110657.622500', '110658.082500', '110658.542500', '110659.002500', '110659.462500', '110659.922500', '110700.382500', '110700.842500', '110701.302500', '110701.762500', '110702.222500', '110702.682500', '110703.142500', '110703.602500', '110704.062500', '110704.522500', '110704.982500', '110705.442500', '110705.902500', '110706.362500', '110706.822500', '110707.282500', '110707.742500', '110708.202500', '110708.662500', '110709.122500', '110709.582500', '110710.042500', '110710.502500', '110710.962500', '110711.422500', '110711.882500', '110712.342500', '110712.802500', '110713.262500', '110713.722500', '110714.182500', '110714.642500', '110715.102500', '110715.562500', '110716.022500', '110716.482500', '110716.942500', '110717.402500', '110717.862500', '110718.322500', '110718.782500', '110719.242500', '110719.702500', '110720.162500', '110720.622500', '110721.082500', '110721.542500', '110722.002500', '110722.462500', '110722.922500', '110723.382500', '110723.842500', '110724.302500', '110724.762500', '110725.222500', '110725.682500', '110726.142500', '110726.602500', '110727.062500', '110727.522500', '110727.982500', '110728.442500', '110728.902500', '110729.362500', '110729.822500', '110730.282500', '110730.742500', '110731.202500', '110731.662500', '110732.122500', '110732.582500', '110733.042500', '110733.502500', '110733.962500', '110734.422500', '110734.882500', '110735.342500', '110735.802500', '110736.262500', '110736.722500', '110737.182500', '110737.642500', '110738.102500', '110738.562500', '110739.022500', '110739.482500', '110739.942500', '110740.402500', '110740.862500', '110741.322500', '110741.782500', '110742.242500', '110742.702500', '110743.162500', '110743.622500', '110744.082500', '110744.542500', '110745.002500', '110745.462500', '110745.922500', '110746.382500', '110746.842500', '110747.302500', '110747.762500', '110748.222500', '110748.682500', '110749.142500', '110749.602500', '110750.062500', '110750.522500', '110750.982500', '110751.442500', '110751.902500', '110752.362500', '110752.822500', '110753.282500', '110753.742500', '110754.202500', '110754.662500', '110755.122500', '110755.582500', '110756.042500', '110756.502500', '110756.962500', '110757.422500', '110757.882500', '110758.342500', '110758.802500', '110759.262500', '110759.722500', '110800.182500', '110800.642500', '110801.102500', '110801.562500', '110802.022500', '110802.482500', '110802.942500', '110803.402500', '110803.862500', '110804.322500', '110804.782500', '110805.242500', '110805.702500', '110806.162500', '110806.622500', '110807.082500', '110807.542500', '110808.002500', '110808.462500', '110808.922500', '110809.382500', '110809.842500', '110810.302500', '110810.762500', '110811.222500', '110811.682500', '110812.142500', '110812.602500', '110813.062500', '110813.522500', '110813.982500', '110814.442500', '110814.902500', '110815.362500', '110815.822500', '110816.282500', '110816.742500', '110817.202500', '110817.662500', '110818.122500', '110818.582500', '110819.042500', '110819.502500', '110819.962500', '110820.422500', '110820.882500', '110821.342500', '110821.802500', '110822.262500', '110822.722500', '110823.182500', '110823.642500', '110824.102500', '110824.562500', '110825.022500', '110825.482500', '110825.942500', '110826.402500', '110826.862500', '110827.322500', '110827.782500', '110828.242500', '110828.702500', '110829.162500', '110829.622500', '110830.082500', '110830.542500', '110831.002500', '110831.462500', '110831.922500', '110832.382500', '110832.842500', '110833.302500', '110833.762500', '110834.222500', '110834.682500', '110835.142500', '110835.602500', '110836.062500', '110836.522500', '110836.982500', '110837.442500', '110837.902500', '110838.362500', '110838.822500', '110839.282500', '110839.742500', '110840.202500', '110840.662500', '110841.122500', '110841.582500', '110842.042500', '110842.502500', '110842.962500', '110843.422500', '110843.882500', '110844.342500', '110844.802500', '110845.262500', '110845.722500', '110846.182500', '110846.642500', '110847.102500', '110847.562500', '110848.022500', '110848.482500', '110848.942500', '110849.402500', '110849.862500', '110850.322500', '110850.782500', '110851.242500', '110851.702500', '110852.162500', '110852.622500', '110853.082500', '110853.542500', '110854.002500', '110854.462500', '110854.922500', '110855.382500', '110855.842500', '110856.302500', '110856.762500', '110857.222500', '110857.682500', '110858.142500', '110858.602500', '110859.062500', '110859.522500', '110859.982500', '110900.442500', '110900.902500', '110901.362500', '110901.822500', '110902.282500', '110902.742500', '110903.202500', '110903.662500', '110904.122500', '110904.582500', '110905.042500', '110905.502500', '110905.962500', '110906.422500', '110906.882500', '110907.342500', '110907.802500', '110908.262500', '110908.722500', '110909.182500', '110909.642500', '110910.102500', '110910.562500', '110911.022500', '110911.482500', '110911.942500', '110912.402500', '110912.862500', '110913.322500', '110913.782500', '110914.242500', '110914.702500', '110915.162500', '110915.622500', '110916.082500', '110916.542500', '110917.002500', '110917.462500', '110917.922500', '110918.382500', '110918.842500', '110919.302500', '110919.762500', '110920.222500', '110920.682500', '110921.142500', '110921.602500', '110922.062500', '110922.522500', '110922.982500', '110923.442500', '110923.902500', '110924.362500', '110924.822500', '110925.282500', '110925.742500', '110926.202500', '110926.662500', '110927.122500', '110927.582500', '110928.042500', '110928.502500', '110928.962500', '110929.422500', '110929.882500', '110930.342500', '110930.802500', '110931.262500', '110931.722500', '110932.182500', '110932.642500', '110933.102500', '110933.562500', '110934.022500', '110934.482500', '110934.942500', '110935.402500', '110935.862500', '110936.322500', '110936.782500', '110937.242500', '110937.702500', '110938.162500', '110938.622500', '110939.082500', '110939.542500', '110940.002500', '110940.462500', '110940.922500', '110941.382500', '110941.842500', '110942.302500', '110942.762500', '110943.222500', '110943.682500', '110944.142500', '110944.602500', '110945.062500', '110945.522500', '110945.982500', '110946.442500', '110946.902500', '110947.362500', '110947.822500', '110948.282500', '110948.742500', '110949.202500', '110949.662500', '110950.122500', '110950.582500', '110951.042500', '110951.502500', '110951.962500', '110952.422500', '110952.882500', '110953.342500', '110953.802500', '110954.262500', '110954.722500', '110955.182500', '110955.642500', '110956.102500', '110956.562500', '110957.022500', '110957.482500', '110957.942500', '110958.402500', '110958.862500', '110959.322500', '110959.782500', '111000.242500', '111000.702500', '111001.162500', '111001.622500', '111002.082500', '111002.542500', '111003.002500', '111003.462500', '111003.922500', '111004.382500', '111004.842500', '111005.302500', '111005.762500', '111006.222500', '111006.682500', '111007.142500', '111007.602500', '111008.062500', '111008.522500', '111008.982500', '111009.442500', '111009.902500', '111010.362500', '111010.822500', '111011.282500', '111011.742500', '111012.202500', '111012.662500', '111013.122500', '111013.582500', '111014.042500', '111014.502500', '111014.962500', '111015.422500', '111015.882500', '111016.342500', '111016.802500', '111017.262500', '111017.722500', '111018.182500', '111018.642500', '111019.102500', '111019.562500', '111020.022500', '111020.482500', '111020.942500', '111021.402500', '111021.862500', '111022.322500', '111022.782500', '111023.242500', '111023.702500', '111024.162500', '111024.622500', '111025.082500', '111025.542500', '111026.002500', '111026.462500', '111026.922500', '111027.382500', '111027.842500', '111028.302500', '111028.762500', '111029.222500', '111029.682500', '111030.142500', '111030.602500', '111031.062500', '111031.522500', '111031.982500', '111032.442500', '111032.902500', '111033.362500', '111033.822500', '111034.282500', '111034.742500', '111035.202500', '111035.662500', '111036.122500', '111036.582500', '111037.042500', '111037.502500', '111037.962500', '111038.422500', '111038.882500', '111039.342500', '111039.802500', '111040.262500', '111040.722500', '111041.182500', '111041.642500', '111042.102500', '111042.562500', '111043.022500', '111043.482500', '111043.942500', '111044.402500', '111044.862500', '111045.322500', '111045.782500', '111046.242500', '111046.702500', '111047.162500', '111047.622500', '111048.082500', '111048.542500', '111049.002500', '111049.462500', '111049.922500', '111050.382500', '111050.842500', '111051.302500', '111051.762500', '111052.222500', '111052.682500', '111053.142500', '111053.602500', '111054.062500', '111054.522500', '111054.982500', '111055.442500', '111055.902500', '111056.362500', '111056.822500', '111057.282500', '111057.742500', '111058.202500', '111058.662500', '111059.122500', '111059.582500', '111100.042500', '111100.502500', '111100.962500', '111101.422500', '111101.882500', '111102.342500', '111102.802500', '111103.262500', '111103.722500', '111104.182500', '111104.642500', '111105.102500', '111105.562500', '111106.022500', '111106.482500', '111106.942500', '111107.402500', '111107.862500', '111108.322500', '111108.782500', '111109.242500', '111109.702500', '111110.162500', '111110.622500', '111111.082500', '111111.542500', '111112.002500', '111112.462500', '111112.922500', '111113.382500', '111113.842500', '111114.302500', '111114.762500', '111115.222500', '111115.682500', '111116.142500', '111116.602500', '111117.062500', '111117.522500', '111117.982500', '111118.442500', '111118.902500', '111119.362500', '111119.822500', '111120.282500', '111120.742500', '111121.202500', '111121.662500', '111122.122500', '111122.582500', '111123.042500', '111123.502500', '111123.962500', '111124.422500', '111124.882500', '111125.342500', '111125.802500', '111126.262500', '111126.722500', '111127.182500', '111127.642500', '111128.102500', '111128.562500', '111129.022500', '111129.482500', '111129.942500', '111130.402500', '111130.862500', '111131.322500', '111131.782500', '111132.242500', '111132.702500', '111133.162500', '111133.622500', '111134.082500', '111134.542500', '111135.002500', '111135.462500', '111135.922500', '111136.382500', '111136.842500', '111137.302500', '111137.762500', '111138.222500', '111138.682500', '111139.142500', '111139.602500', '111140.062500', '111140.522500', '111140.982500', '111141.442500', '111141.902500', '111142.362500', '111142.822500', '111143.282500', '111143.742500', '111144.202500', '111144.662500', '111145.122500', '111145.582500', '111146.042500', '111146.502500', '111146.962500', '111147.422500', '111147.882500', '111148.342500', '111148.802500', '111149.262500', '111149.722500', '111150.182500', '111150.642500', '111151.102500', '111151.562500', '111152.022500', '111152.482500', '111152.942500', '111153.402500', '111153.862500', '111154.322500', '111154.782500', '111155.242500', '111155.702500', '111156.162500', '111156.622500', '111157.082500', '111157.542500', '111158.002500', '111158.462500', '111158.922500', '111159.382500', '111159.842500', '111200.302500', '111200.762500', '111201.222500', '111201.682500', '111202.142500', '111202.602500', '111203.062500', '111203.522500', '111203.982500', '111204.442500', '111204.902500', '111205.362500', '111205.822500', '111206.282500', '111206.742500', '111207.202500', '111207.662500', '111208.122500', '111208.582500', '111209.042500', '111209.502500', '111209.962500', '111210.422500', '111210.882500', '111211.342500', '111211.802500', '111212.262500', '111212.722500', '111213.182500', '111213.642500', '111214.102500', '111214.562500', '111215.022500', '111215.482500', '111215.942500', '111216.402500', '111216.862500', '111217.322500', '111217.782500', '111218.242500', '111218.702500', '111219.162500', '111219.622500', '111220.082500', '111220.542500', '111221.002500', '111221.462500', '111221.922500', '111222.382500', '111222.842500', '111223.302500', '111223.762500', '111224.222500', '111224.682500', '111225.142500', '111225.602500', '111226.062500', '111226.522500', '111226.982500', '111227.442500', '111227.902500', '111228.362500', '111228.822500', '111229.282500', '111229.742500', '111230.202500', '111230.662500', '111231.122500', '111231.582500', '111232.042500', '111232.502500', '111232.962500', '111233.422500', '111233.882500', '111234.342500', '111234.802500', '111235.262500', '111235.722500', '111236.182500', '111236.642500', '111237.102500', '111237.562500', '111238.022500', '111238.482500', '111238.942500', '111239.402500', '111239.862500', '111240.322500', '111240.782500', '111241.242500', '111241.702500', '111242.162500', '111242.622500', '111243.082500', '111243.542500', '111244.002500', '111244.462500', '111244.922500', '111245.382500', '111245.842500', '111246.302500', '111246.762500', '111247.222500', '111247.682500', '111248.142500', '111248.602500', '111249.062500', '111249.522500', '111249.982500', '111250.442500', '111250.902500', '111251.362500', '111251.822500', '111252.282500', '111252.742500', '111253.202500', '111253.662500', '111254.122500', '111254.582500', '111255.042500', '111255.502500', '111255.962500', '111256.422500', '111256.882500', '111257.342500', '111257.802500', '111258.262500', '111258.722500', '111259.182500', '111259.642500', '111300.102500', '111300.562500', '111301.022500', '111301.482500', '111301.942500', '111302.402500', '111302.862500', '111303.322500', '111303.782500', '111304.242500', '111304.702500', '111305.162500', '111305.622500', '111306.082500', '111306.542500', '111307.002500', '111307.462500', '111307.922500', '111308.382500', '111308.842500', '111309.302500', '111309.762500', '111310.222500', '111310.682500', '111311.142500', '111311.602500', '111312.062500', '111312.522500', '111312.982500', '111313.442500', '111313.902500', '111314.362500', '111314.822500', '111315.282500', '111315.742500', '111316.202500', '111316.662500', '111317.122500', '111317.582500', '111318.042500', '111318.502500', '111318.962500', '111319.422500', '111319.882500', '111320.342500', '111320.802500', '111321.262500', '111321.722500', '111322.182500', '111322.642500', '111323.102500', '111323.562500', '111324.022500', '111324.482500', '111324.942500', '111325.402500', '111325.862500', '111326.322500', '111326.782500', '111327.242500', '111327.702500', '111328.162500', '111328.622500', '111329.082500', '111329.542500', '111330.002500', '111330.462500', '111330.922500', '111331.382500', '111331.842500', '111332.302500', '111332.762500', '111333.222500', '111333.682500', '111334.142500', '111334.602500', '111335.062500', '111335.522500', '111335.982500', '111336.442500', '111336.902500', '111337.362500', '111337.822500', '111338.282500', '111338.742500', '111339.202500', '111339.662500', '111340.122500', '111340.582500', '111341.042500', '111341.502500', '111341.962500', '111342.422500', '111342.882500', '111343.342500', '111343.802500', '111344.262500', '111344.722500', '111345.182500', '111345.642500', '111346.102500', '111346.562500', '111347.022500', '111347.482500', '111347.942500', '111348.402500', '111348.862500', '111349.322500', '111349.782500', '111350.242500', '111350.702500', '111351.162500', '111351.622500', '111352.082500', '111352.542500', '111353.002500', '111353.462500', '111353.922500', '111354.382500', '111354.842500', '111355.302500', '111355.762500', '111356.222500', '111356.682500', '111357.142500', '111357.602500', '111358.062500', '111358.522500', '111358.982500', '111359.442500', '111359.902500', '111400.362500', '111400.822500', '111401.282500', '111401.742500', '111402.202500', '111402.662500', '111403.122500', '111403.582500', '111404.042500', '111404.502500', '111404.962500', '111405.422500', '111405.882500', '111406.342500', '111406.802500', '111407.262500', '111407.722500', '111408.182500', '111408.642500', '111409.102500', '111409.562500', '111410.022500', '111410.482500', '111410.942500', '111411.402500', '111411.862500', '111412.322500', '111412.782500', '111413.242500', '111413.702500', '111414.162500', '111414.622500', '111415.082500', '111415.542500', '111416.002500', '111416.462500', '111416.922500', '111417.382500', '111417.842500', '111418.302500', '111418.762500', '111419.222500', '111419.682500', '111420.142500', '111420.602500', '111421.062500', '111421.522500', '111421.982500', '111422.442500', '111422.902500', '111423.362500', '111423.822500', '111424.282500', '111424.742500', '111425.202500', '111425.662500', '111426.122500', '111426.582500', '111427.042500', '111427.502500', '111427.962500', '111428.422500', '111428.882500', '111429.342500', '111429.802500', '111430.262500', '111430.722500', '111431.182500', '111431.642500', '111432.102500', '111432.562500', '111433.022500', '111433.482500', '111433.942500', '111434.402500', '111434.862500', '111435.322500', '111435.782500', '111436.242500', '111436.702500', '111437.162500', '111437.622500', '111438.082500', '111438.542500', '111439.002500', '111439.462500', '111439.922500', '111440.382500', '111440.842500', '111441.302500', '111441.762500', '111442.222500', '111442.682500', '111443.142500', '111443.602500', '111444.062500', '111444.522500', '111444.982500', '111445.442500', '111445.902500', '111446.362500', '111446.822500', '111447.282500', '111447.742500', '111448.202500', '111448.662500', '111449.122500', '111449.582500', '111450.042500', '111450.502500', '111450.962500', '111451.422500', '111451.882500', '111452.342500', '111452.802500', '111453.262500', '111453.722500', '111454.182500', '111454.642500', '111455.102500', '111455.562500', '111456.022500', '111456.482500', '111456.942500', '111457.402500', '111457.862500', '111458.322500', '111458.782500', '111459.242500', '111459.702500', '111500.162500', '111500.622500', '111501.082500', '111501.542500', '111502.002500', '111502.462500', '111502.922500', '111503.382500', '111503.842500', '111504.302500', '111504.762500', '111505.222500', '111505.682500', '111506.142500', '111506.602500', '111507.062500', '111507.522500', '111507.982500', '111508.442500', '111508.902500', '111509.362500', '111509.822500', '111510.282500', '111510.742500', '111511.202500', '111511.662500', '111512.122500', '111512.582500', '111513.042500', '111513.502500', '111513.962500', '111514.422500', '111514.882500', '111515.342500', '111515.802500', '111516.262500', '111516.722500', '111517.182500', '111517.642500', '111518.102500', '111518.562500', '111519.022500', '111519.482500', '111519.942500', '111520.402500'], 'ContentTime': ['110645.273000', '110645.276000', '110645.279000', '110645.282000', '110645.284000', '110645.287000', '110645.290000', '110645.293000', '110645.296000', '110645.298000', '110645.301000', '110645.304000', '110645.317000', '110645.320000', '110645.323000', '110645.328000', '110645.332000', '110645.335000', '110645.338000', '110645.341000', '110645.344000', '110645.347000', '110645.349000', '110645.352000', '110645.355000', '110645.358000', '110645.361000', '110645.363000', '110645.366000', '110645.369000', '110645.372000', '110645.375000', '110645.377000', '110705.239000', '110705.242000', '110705.244000', '110705.247000', '110705.250000', '110705.253000', '110705.256000', '110705.258000', '110705.261000', '110705.264000', '110705.270000', '110705.273000', '110705.276000', '110705.278000', '110705.281000', '110705.284000', '110705.287000', '110705.289000', '110705.292000', '110705.295000', '110705.298000', '110705.301000', '110705.304000', '110705.306000', '110705.309000', '110705.312000', '110705.315000', '110705.318000', '110705.320000', '110705.323000', '110705.326000', '110705.329000', '110705.332000', '110705.334000', '110705.337000', '110705.340000', '110705.343000', '110705.346000', '110705.348000', '110705.351000', '110705.354000', '110705.357000', '110705.359000', '110705.362000', '110725.240000', '110725.243000', '110725.245000', '110725.248000', '110725.256000', '110725.259000', '110725.262000', '110725.265000', '110725.267000', '110725.270000', '110725.273000', '110725.276000', '110725.279000', '110725.283000', '110725.286000', '110725.289000', '110725.291000', '110725.294000', '110725.297000', '110725.300000', '110725.303000', '110725.305000', '110725.308000', '110725.311000', '110725.314000', '110725.317000', '110725.319000', '110725.322000', '110725.325000', '110725.328000', '110725.331000', '110725.333000', '110725.336000', '110725.339000', '110725.342000', '110725.345000', '110725.349000', '110725.351000', '110725.355000', '110725.358000', '110725.360000', '110725.363000', '110725.366000', '110745.240000', '110745.243000', '110745.245000', '110745.248000', '110745.251000', '110745.254000', '110745.257000', '110745.260000', '110745.262000', '110745.265000', '110745.268000', '110745.271000', '110745.274000', '110745.276000', '110745.279000', '110745.282000', '110745.285000', '110745.288000', '110745.291000', '110745.293000', '110745.296000', '110745.299000', '110745.302000', '110745.305000', '110745.307000', '110745.310000', '110745.313000', '110745.316000', '110745.319000', '110745.321000', '110745.324000', '110745.327000', '110745.330000', '110745.333000', '110745.335000', '110745.353000', '110745.355000', '110745.358000', '110745.361000', '110745.364000', '110745.367000', '110745.369000', '110745.372000', '110745.375000', '110805.239000', '110805.242000', '110805.245000', '110805.248000', '110805.250000', '110805.254000', '110805.256000', '110805.259000', '110805.262000', '110805.265000', '110805.268000', '110805.270000', '110805.273000', '110805.276000', '110805.279000', '110805.282000', '110805.285000', '110805.288000', '110805.290000', '110805.293000', '110805.296000', '110805.299000', '110805.302000', '110805.304000', '110805.307000', '110805.310000', '110805.313000', '110805.316000', '110805.318000', '110805.321000', '110805.324000', '110805.327000', '110805.329000', '110805.332000', '110805.335000', '110805.338000', '110805.341000', '110805.344000', '110805.346000', '110805.349000', '110805.352000', '110805.355000', '110805.358000', '110825.239000', '110825.242000', '110825.245000', '110825.247000', '110825.250000', '110825.253000', '110825.256000', '110825.259000', '110825.262000', '110825.264000', '110825.267000', '110825.270000', '110825.273000', '110825.276000', '110825.278000', '110825.281000', '110825.284000', '110825.287000', '110825.290000', '110825.293000', '110825.295000', '110825.298000', '110825.301000', '110825.304000', '110825.307000', '110825.309000', '110825.312000', '110825.315000', '110825.318000', '110825.321000', '110825.323000', '110825.326000', '110825.329000', '110825.332000', '110825.335000', '110825.337000', '110825.340000', '110825.343000', '110825.346000', '110825.349000', '110825.351000', '110825.354000', '110825.357000', '110825.360000', '110845.239000', '110845.242000', '110845.244000', '110845.247000', '110845.250000', '110845.253000', '110845.256000', '110845.258000', '110845.261000', '110845.264000', '110845.267000', '110845.270000', '110845.273000', '110845.275000', '110845.278000', '110845.281000', '110845.284000', '110845.287000', '110845.289000', '110845.292000', '110845.295000', '110845.298000', '110845.301000', '110845.304000', '110845.307000', '110845.309000', '110845.312000', '110845.315000', '110845.319000', '110845.322000', '110845.325000', '110845.327000', '110845.330000', '110845.333000', '110845.336000', '110845.339000', '110845.342000', '110845.344000', '110845.347000', '110845.350000', '110845.353000', '110845.356000', '110845.358000', '110905.239000', '110905.242000', '110905.245000', '110905.247000', '110905.250000', '110905.253000', '110905.256000', '110905.259000', '110905.262000', '110905.264000', '110905.267000', '110905.270000', '110905.273000', '110905.276000', '110905.279000', '110905.281000', '110905.284000', '110905.287000', '110905.290000', '110905.293000', '110905.295000', '110905.298000', '110905.301000', '110905.304000', '110905.307000', '110905.309000', '110905.312000', '110905.315000', '110905.318000', '110905.321000', '110905.323000', '110905.326000', '110905.329000', '110905.332000', '110905.335000', '110905.338000', '110905.340000', '110905.343000', '110905.346000', '110905.349000', '110905.352000', '110905.354000', '110905.357000', '110905.360000', '110925.239000', '110925.242000', '110925.244000', '110925.247000', '110925.250000', '110925.253000', '110925.256000', '110925.259000', '110925.262000', '110925.265000', '110925.267000', '110925.270000', '110925.273000', '110925.276000', '110925.279000', '110925.282000', '110925.285000', '110925.287000', '110925.290000', '110925.293000', '110925.296000', '110925.299000', '110925.302000', '110925.305000', '110925.307000', '110925.310000', '110925.313000', '110925.316000', '110925.319000', '110925.321000', '110925.335000', '110925.338000', '110925.341000', '110925.343000', '110925.346000', '110925.349000', '110925.352000', '110925.355000', '110925.357000', '110925.360000', '110925.363000', '110925.366000', '110925.369000', '110945.240000', '110945.243000', '110945.246000', '110945.248000', '110945.251000', '110945.254000', '110945.257000', '110945.260000', '110945.262000', '110945.265000', '110945.268000', '110945.271000', '110945.274000', '110945.277000', '110945.279000', '110945.282000', '110945.285000', '110945.288000', '110945.291000', '110945.293000', '110945.297000', '110945.299000', '110945.302000', '110945.305000', '110945.308000', '110945.311000', '110945.314000', '110945.316000', '110945.319000', '110945.322000', '110945.325000', '110945.328000', '110945.331000', '110945.334000', '110945.337000', '110945.339000', '110945.342000', '110945.345000', '110945.348000', '110945.351000', '110945.354000', '110945.357000', '110945.359000', '110945.362000', '111005.240000', '111005.243000', '111005.246000', '111005.248000', '111005.251000', '111005.254000', '111005.257000', '111005.260000', '111005.263000', '111005.266000', '111005.268000', '111005.271000', '111005.274000', '111005.277000', '111005.280000', '111005.282000', '111005.285000', '111005.288000', '111005.291000', '111005.294000', '111005.297000', '111005.299000', '111005.303000', '111005.305000', '111005.308000', '111005.311000', '111005.314000', '111005.317000', '111005.320000', '111005.322000', '111005.325000', '111005.328000', '111005.331000', '111005.334000', '111005.337000', '111005.339000', '111005.342000', '111005.345000', '111005.348000', '111005.351000', '111005.354000', '111005.357000', '111005.361000', '111025.239000', '111025.242000', '111025.245000', '111025.247000', '111025.250000', '111025.253000', '111025.256000', '111025.259000', '111025.261000', '111025.264000', '111025.267000', '111025.270000', '111025.273000', '111025.276000', '111025.279000', '111025.281000', '111025.284000', '111025.287000', '111025.290000', '111025.293000', '111025.295000', '111025.298000', '111025.301000', '111025.304000', '111025.307000', '111025.310000', '111025.312000', '111025.315000', '111025.318000', '111025.321000', '111025.324000', '111025.326000', '111025.329000', '111025.332000', '111025.335000', '111025.338000', '111025.340000', '111025.343000', '111025.346000', '111025.349000', '111025.352000', '111025.355000', '111025.358000', '111025.360000', '111045.239000', '111045.242000', '111045.245000', '111045.248000', '111045.250000', '111045.253000', '111045.256000', '111045.259000', '111045.262000', '111045.265000', '111045.268000', '111045.270000', '111045.273000', '111045.276000', '111045.279000', '111045.282000', '111045.284000', '111045.287000', '111045.290000', '111045.293000', '111045.296000', '111045.299000', '111045.301000', '111045.304000', '111045.307000', '111045.310000', '111045.313000', '111045.315000', '111045.318000', '111045.321000', '111045.324000', '111045.327000', '111045.330000', '111045.332000', '111045.335000', '111045.338000', '111045.341000', '111045.344000', '111045.347000', '111045.349000', '111045.352000', '111045.355000', '111045.358000', '111105.239000', '111105.242000', '111105.245000', '111105.248000', '111105.250000', '111105.253000', '111105.256000', '111105.259000', '111105.262000', '111105.265000', '111105.267000', '111105.270000', '111105.273000', '111105.276000', '111105.279000', '111105.281000', '111105.284000', '111105.287000', '111105.290000', '111105.293000', '111105.295000', '111105.298000', '111105.301000', '111105.304000', '111105.307000', '111105.309000', '111105.312000', '111105.315000', '111105.318000', '111105.321000', '111105.323000', '111105.326000', '111105.329000', '111105.332000', '111105.334000', '111105.337000', '111105.340000', '111105.343000', '111105.346000', '111105.349000', '111105.351000', '111105.354000', '111105.357000', '111125.239000', '111125.242000', '111125.245000', '111125.248000', '111125.250000', '111125.253000', '111125.256000', '111125.259000', '111125.262000', '111125.265000', '111125.268000', '111125.270000', '111125.273000', '111125.276000', '111125.279000', '111125.282000', '111125.285000', '111125.288000', '111125.290000', '111125.293000', '111125.296000', '111125.299000', '111125.302000', '111125.305000', '111125.307000', '111125.310000', '111125.313000', '111125.316000', '111125.319000', '111125.322000', '111125.325000', '111125.327000', '111125.330000', '111125.333000', '111125.336000', '111125.338000', '111125.341000', '111125.344000', '111125.347000', '111125.350000', '111125.353000', '111125.356000', '111125.358000', '111125.361000', '111145.239000', '111145.243000', '111145.247000', '111145.250000', '111145.253000', '111145.256000', '111145.259000', '111145.262000', '111145.264000', '111145.267000', '111145.270000', '111145.273000', '111145.276000', '111145.279000', '111145.282000', '111145.285000', '111145.287000', '111145.290000', '111145.293000', '111145.296000', '111145.299000', '111145.302000', '111145.304000', '111145.307000', '111145.310000', '111145.313000', '111145.316000', '111145.319000', '111145.321000', '111145.324000', '111145.327000', '111145.330000', '111145.333000', '111145.336000', '111145.339000', '111145.341000', '111145.344000', '111145.347000', '111145.350000', '111145.353000', '111145.356000', '111145.358000', '111145.361000', '111205.240000', '111205.243000', '111205.246000', '111205.249000', '111205.252000', '111205.255000', '111205.257000', '111205.260000', '111205.263000', '111205.266000', '111205.269000', '111205.272000', '111205.275000', '111205.277000', '111205.280000', '111205.283000', '111205.286000', '111205.289000', '111205.292000', '111205.294000', '111205.297000', '111205.300000', '111205.303000', '111205.306000', '111205.309000', '111205.313000', '111205.316000', '111205.319000', '111205.322000', '111205.325000', '111205.327000', '111205.330000', '111205.333000', '111205.336000', '111205.339000', '111205.341000', '111205.344000', '111205.347000', '111205.350000', '111205.353000', '111205.356000', '111205.358000', '111205.361000', '111205.364000', '111225.240000', '111225.243000', '111225.246000', '111225.249000', '111225.252000', '111225.255000', '111225.257000', '111225.262000', '111225.265000', '111225.267000', '111225.270000', '111225.273000', '111225.276000', '111225.279000', '111225.281000', '111225.284000', '111225.287000', '111225.290000', '111225.293000', '111225.296000', '111225.298000', '111225.301000', '111225.316000', '111225.319000', '111225.322000', '111225.325000', '111225.327000', '111225.330000', '111225.333000', '111225.336000', '111225.339000', '111225.341000', '111225.344000', '111225.347000', '111225.350000', '111225.353000', '111225.355000', '111225.358000', '111225.361000', '111225.364000', '111225.367000', '111225.370000', '111225.372000', '111245.239000', '111245.242000', '111245.245000', '111245.248000', '111245.251000', '111245.253000', '111245.256000', '111245.259000', '111245.262000', '111245.265000', '111245.267000', '111245.270000', '111245.273000', '111245.276000', '111245.279000', '111245.281000', '111245.284000', '111245.287000', '111245.290000', '111245.293000', '111245.295000', '111245.298000', '111245.301000', '111245.304000', '111245.307000', '111245.309000', '111245.312000', '111245.315000', '111245.318000', '111245.321000', '111245.323000', '111245.326000', '111245.329000', '111245.332000', '111245.335000', '111245.337000', '111245.340000', '111245.343000', '111245.346000', '111245.349000', '111245.351000', '111245.354000', '111245.357000', '111245.360000', '111305.239000', '111305.242000', '111305.245000', '111305.247000', '111305.250000', '111305.253000', '111305.256000', '111305.259000', '111305.262000', '111305.265000', '111305.267000', '111305.272000', '111305.276000', '111305.279000', '111305.282000', '111305.285000', '111305.288000', '111305.291000', '111305.293000', '111305.296000', '111305.299000', '111305.302000', '111305.305000', '111305.308000', '111305.311000', '111305.313000', '111305.316000', '111305.319000', '111305.322000', '111305.325000', '111305.327000', '111305.330000', '111305.333000', '111305.336000', '111305.339000', '111305.342000', '111305.345000', '111305.347000', '111305.350000', '111305.353000', '111305.356000', '111305.359000', '111305.361000', '111325.239000', '111325.242000', '111325.245000', '111325.247000', '111325.250000', '111325.253000', '111325.256000', '111325.259000', '111325.262000', '111325.264000', '111325.267000', '111325.270000', '111325.273000', '111325.276000', '111325.279000', '111325.281000', '111325.284000', '111325.287000', '111325.290000', '111325.293000', '111325.296000', '111325.298000', '111325.301000', '111325.304000', '111325.307000', '111325.310000', '111325.312000', '111325.315000', '111325.318000', '111325.321000', '111325.324000', '111325.327000', '111325.329000', '111325.332000', '111325.335000', '111325.338000', '111325.341000', '111325.344000', '111325.346000', '111325.349000', '111325.352000', '111325.355000', '111325.358000', '111325.360000', '111345.239000', '111345.242000', '111345.245000', '111345.248000', '111345.250000', '111345.253000', '111345.256000', '111345.259000', '111345.262000', '111345.265000', '111345.268000', '111345.270000', '111345.273000', '111345.276000', '111345.279000', '111345.282000', '111345.285000', '111345.288000', '111345.291000', '111345.303000', '111345.306000', '111345.308000', '111345.311000', '111345.314000', '111345.317000', '111345.320000', '111345.322000', '111345.325000', '111345.328000', '111345.331000', '111345.334000', '111345.337000', '111345.339000', '111345.342000', '111345.345000', '111345.348000', '111345.351000', '111345.353000', '111345.356000', '111345.359000', '111345.362000', '111345.365000', '111345.367000', '111405.239000', '111405.242000', '111405.245000', '111405.248000', '111405.251000', '111405.253000', '111405.256000', '111405.259000', '111405.262000', '111405.265000', '111405.268000', '111405.270000', '111405.273000', '111405.276000', '111405.279000', '111405.282000', '111405.284000', '111405.287000', '111405.290000', '111405.293000', '111405.296000', '111405.299000', '111405.301000', '111405.304000', '111405.307000', '111405.310000', '111405.312000', '111405.315000', '111405.318000', '111405.321000', '111405.324000', '111405.326000', '111405.329000', '111405.332000', '111405.335000', '111405.338000', '111405.341000', '111405.343000', '111405.346000', '111405.349000', '111405.352000', '111405.354000', '111405.357000', '111405.360000', '111425.240000', '111425.243000', '111425.246000', '111425.248000', '111425.251000', '111425.254000', '111425.257000', '111425.260000', '111425.263000', '111425.266000', '111425.268000', '111425.271000', '111425.274000', '111425.277000', '111425.280000', '111425.282000', '111425.285000', '111425.288000', '111425.291000', '111425.294000', '111425.297000', '111425.299000', '111425.302000', '111425.307000', '111425.311000', '111425.314000', '111425.317000', '111425.320000', '111425.323000', '111425.326000', '111425.328000', '111425.331000', '111425.334000', '111425.337000', '111425.340000', '111425.343000', '111425.345000', '111425.348000', '111425.351000', '111425.354000', '111425.357000', '111425.360000', '111425.362000', '111445.240000', '111445.243000', '111445.246000', '111445.249000', '111445.251000', '111445.254000', '111445.257000', '111445.260000', '111445.263000', '111445.266000', '111445.268000', '111445.271000', '111445.274000', '111445.277000', '111445.280000', '111445.283000', '111445.285000', '111445.288000', '111445.291000', '111445.294000', '111445.297000', '111445.300000', '111445.302000', '111445.305000', '111445.308000', '111445.311000', '111445.314000', '111445.316000', '111445.319000', '111445.322000', '111445.325000', '111445.328000', '111445.331000', '111445.334000', '111445.336000', '111445.339000', '111445.342000', '111445.345000', '111445.348000', '111445.350000', '111445.353000', '111445.356000', '111445.359000', '111445.362000', '111505.239000', '111505.242000', '111505.245000', '111505.248000', '111505.250000', '111505.253000', '111505.256000', '111505.259000', '111505.262000', '111505.265000', '111505.267000', '111505.271000', '111505.274000', '111505.277000', '111505.280000', '111505.298000', '111505.301000', '111505.304000', '111505.307000', '111505.310000', '111505.312000', '111505.315000', '111505.318000', '111505.321000', '111505.324000', '111505.329000', '111505.333000', '111505.336000', '111505.339000', '111505.342000', '111505.345000', '111505.348000', '111505.350000', '111505.353000', '111505.356000', '111505.359000', '111505.362000', '111505.365000', '111505.367000', '111505.370000', '111505.373000', '111505.376000', '111505.379000', '111521.960000', '111521.964000', '111521.967000', '111521.969000', '111521.973000', '111521.976000', '111521.980000', '111521.982000', '111521.985000', '111521.988000', '111521.991000', '111521.994000', '111521.997000', '111522.000000', '111522.003000', '111522.006000', '111522.009000', '111522.012000', '111522.015000', '111522.018000', '111522.021000', '111522.024000', '111522.027000', '111522.030000', '111522.032000', '111522.035000', '111522.038000', '111522.041000', '111522.044000', '111522.046000', '111522.049000', '111522.052000', '111522.055000', '111522.058000', '111522.061000', '111522.064000', '111522.067000'], 'InstanceCreationTime': ['110645.273000', '110645.276000', '110645.279000', '110645.282000', '110645.284000', '110645.287000', '110645.290000', '110645.293000', '110645.296000', '110645.298000', '110645.301000', '110645.304000', '110645.317000', '110645.320000', '110645.323000', '110645.328000', '110645.332000', '110645.335000', '110645.338000', '110645.341000', '110645.344000', '110645.347000', '110645.349000', '110645.352000', '110645.355000', '110645.358000', '110645.361000', '110645.363000', '110645.366000', '110645.369000', '110645.372000', '110645.375000', '110645.377000', '110705.239000', '110705.242000', '110705.244000', '110705.247000', '110705.250000', '110705.253000', '110705.256000', '110705.258000', '110705.261000', '110705.264000', '110705.270000', '110705.273000', '110705.276000', '110705.278000', '110705.281000', '110705.284000', '110705.287000', '110705.289000', '110705.292000', '110705.295000', '110705.298000', '110705.301000', '110705.304000', '110705.306000', '110705.309000', '110705.312000', '110705.315000', '110705.318000', '110705.320000', '110705.323000', '110705.326000', '110705.329000', '110705.332000', '110705.334000', '110705.337000', '110705.340000', '110705.343000', '110705.346000', '110705.348000', '110705.351000', '110705.354000', '110705.357000', '110705.359000', '110705.362000', '110725.240000', '110725.243000', '110725.245000', '110725.248000', '110725.256000', '110725.259000', '110725.262000', '110725.265000', '110725.267000', '110725.270000', '110725.273000', '110725.276000', '110725.279000', '110725.283000', '110725.286000', '110725.289000', '110725.291000', '110725.294000', '110725.297000', '110725.300000', '110725.303000', '110725.305000', '110725.308000', '110725.311000', '110725.314000', '110725.317000', '110725.319000', '110725.322000', '110725.325000', '110725.328000', '110725.331000', '110725.333000', '110725.336000', '110725.339000', '110725.342000', '110725.345000', '110725.349000', '110725.351000', '110725.355000', '110725.358000', '110725.360000', '110725.363000', '110725.366000', '110745.240000', '110745.243000', '110745.245000', '110745.248000', '110745.251000', '110745.254000', '110745.257000', '110745.260000', '110745.262000', '110745.265000', '110745.268000', '110745.271000', '110745.274000', '110745.276000', '110745.279000', '110745.282000', '110745.285000', '110745.288000', '110745.291000', '110745.293000', '110745.296000', '110745.299000', '110745.302000', '110745.305000', '110745.307000', '110745.310000', '110745.313000', '110745.316000', '110745.319000', '110745.321000', '110745.324000', '110745.327000', '110745.330000', '110745.333000', '110745.335000', '110745.353000', '110745.355000', '110745.358000', '110745.361000', '110745.364000', '110745.367000', '110745.369000', '110745.372000', '110745.375000', '110805.239000', '110805.242000', '110805.245000', '110805.248000', '110805.250000', '110805.254000', '110805.256000', '110805.259000', '110805.262000', '110805.265000', '110805.268000', '110805.270000', '110805.273000', '110805.276000', '110805.279000', '110805.282000', '110805.285000', '110805.288000', '110805.290000', '110805.293000', '110805.296000', '110805.299000', '110805.302000', '110805.304000', '110805.307000', '110805.310000', '110805.313000', '110805.316000', '110805.318000', '110805.321000', '110805.324000', '110805.327000', '110805.329000', '110805.332000', '110805.335000', '110805.338000', '110805.341000', '110805.344000', '110805.346000', '110805.349000', '110805.352000', '110805.355000', '110805.358000', '110825.239000', '110825.242000', '110825.245000', '110825.247000', '110825.250000', '110825.253000', '110825.256000', '110825.259000', '110825.262000', '110825.264000', '110825.267000', '110825.270000', '110825.273000', '110825.276000', '110825.278000', '110825.281000', '110825.284000', '110825.287000', '110825.290000', '110825.293000', '110825.295000', '110825.298000', '110825.301000', '110825.304000', '110825.307000', '110825.309000', '110825.312000', '110825.315000', '110825.318000', '110825.321000', '110825.323000', '110825.326000', '110825.329000', '110825.332000', '110825.335000', '110825.337000', '110825.340000', '110825.343000', '110825.346000', '110825.349000', '110825.351000', '110825.354000', '110825.357000', '110825.360000', '110845.239000', '110845.242000', '110845.244000', '110845.247000', '110845.250000', '110845.253000', '110845.256000', '110845.258000', '110845.261000', '110845.264000', '110845.267000', '110845.270000', '110845.273000', '110845.275000', '110845.278000', '110845.281000', '110845.284000', '110845.287000', '110845.289000', '110845.292000', '110845.295000', '110845.298000', '110845.301000', '110845.304000', '110845.307000', '110845.309000', '110845.312000', '110845.315000', '110845.319000', '110845.322000', '110845.325000', '110845.327000', '110845.330000', '110845.333000', '110845.336000', '110845.339000', '110845.342000', '110845.344000', '110845.347000', '110845.350000', '110845.353000', '110845.356000', '110845.358000', '110905.239000', '110905.242000', '110905.245000', '110905.247000', '110905.250000', '110905.253000', '110905.256000', '110905.259000', '110905.262000', '110905.264000', '110905.267000', '110905.270000', '110905.273000', '110905.276000', '110905.279000', '110905.281000', '110905.284000', '110905.287000', '110905.290000', '110905.293000', '110905.295000', '110905.298000', '110905.301000', '110905.304000', '110905.307000', '110905.309000', '110905.312000', '110905.315000', '110905.318000', '110905.321000', '110905.323000', '110905.326000', '110905.329000', '110905.332000', '110905.335000', '110905.338000', '110905.340000', '110905.343000', '110905.346000', '110905.349000', '110905.352000', '110905.354000', '110905.357000', '110905.360000', '110925.239000', '110925.242000', '110925.244000', '110925.247000', '110925.250000', '110925.253000', '110925.256000', '110925.259000', '110925.262000', '110925.265000', '110925.267000', '110925.270000', '110925.273000', '110925.276000', '110925.279000', '110925.282000', '110925.285000', '110925.287000', '110925.290000', '110925.293000', '110925.296000', '110925.299000', '110925.302000', '110925.305000', '110925.307000', '110925.310000', '110925.313000', '110925.316000', '110925.319000', '110925.321000', '110925.335000', '110925.338000', '110925.341000', '110925.343000', '110925.346000', '110925.349000', '110925.352000', '110925.355000', '110925.357000', '110925.360000', '110925.363000', '110925.366000', '110925.369000', '110945.240000', '110945.243000', '110945.246000', '110945.248000', '110945.251000', '110945.254000', '110945.257000', '110945.260000', '110945.262000', '110945.265000', '110945.268000', '110945.271000', '110945.274000', '110945.277000', '110945.279000', '110945.282000', '110945.285000', '110945.288000', '110945.291000', '110945.293000', '110945.297000', '110945.299000', '110945.302000', '110945.305000', '110945.308000', '110945.311000', '110945.314000', '110945.316000', '110945.319000', '110945.322000', '110945.325000', '110945.328000', '110945.331000', '110945.334000', '110945.337000', '110945.339000', '110945.342000', '110945.345000', '110945.348000', '110945.351000', '110945.354000', '110945.357000', '110945.359000', '110945.362000', '111005.240000', '111005.243000', '111005.246000', '111005.248000', '111005.251000', '111005.254000', '111005.257000', '111005.260000', '111005.263000', '111005.266000', '111005.268000', '111005.271000', '111005.274000', '111005.277000', '111005.280000', '111005.282000', '111005.285000', '111005.288000', '111005.291000', '111005.294000', '111005.297000', '111005.299000', '111005.303000', '111005.305000', '111005.308000', '111005.311000', '111005.314000', '111005.317000', '111005.320000', '111005.322000', '111005.325000', '111005.328000', '111005.331000', '111005.334000', '111005.337000', '111005.339000', '111005.342000', '111005.345000', '111005.348000', '111005.351000', '111005.354000', '111005.357000', '111005.361000', '111025.239000', '111025.242000', '111025.245000', '111025.247000', '111025.250000', '111025.253000', '111025.256000', '111025.259000', '111025.261000', '111025.264000', '111025.267000', '111025.270000', '111025.273000', '111025.276000', '111025.279000', '111025.281000', '111025.284000', '111025.287000', '111025.290000', '111025.293000', '111025.295000', '111025.298000', '111025.301000', '111025.304000', '111025.307000', '111025.310000', '111025.312000', '111025.315000', '111025.318000', '111025.321000', '111025.324000', '111025.326000', '111025.329000', '111025.332000', '111025.335000', '111025.338000', '111025.340000', '111025.343000', '111025.346000', '111025.349000', '111025.352000', '111025.355000', '111025.358000', '111025.360000', '111045.239000', '111045.242000', '111045.245000', '111045.248000', '111045.250000', '111045.253000', '111045.256000', '111045.259000', '111045.262000', '111045.265000', '111045.268000', '111045.270000', '111045.273000', '111045.276000', '111045.279000', '111045.282000', '111045.284000', '111045.287000', '111045.290000', '111045.293000', '111045.296000', '111045.299000', '111045.301000', '111045.304000', '111045.307000', '111045.310000', '111045.313000', '111045.315000', '111045.318000', '111045.321000', '111045.324000', '111045.327000', '111045.330000', '111045.332000', '111045.335000', '111045.338000', '111045.341000', '111045.344000', '111045.347000', '111045.349000', '111045.352000', '111045.355000', '111045.358000', '111105.239000', '111105.242000', '111105.245000', '111105.248000', '111105.250000', '111105.253000', '111105.256000', '111105.259000', '111105.262000', '111105.265000', '111105.267000', '111105.270000', '111105.273000', '111105.276000', '111105.279000', '111105.281000', '111105.284000', '111105.287000', '111105.290000', '111105.293000', '111105.295000', '111105.298000', '111105.301000', '111105.304000', '111105.307000', '111105.309000', '111105.312000', '111105.315000', '111105.318000', '111105.321000', '111105.323000', '111105.326000', '111105.329000', '111105.332000', '111105.334000', '111105.337000', '111105.340000', '111105.343000', '111105.346000', '111105.349000', '111105.351000', '111105.354000', '111105.357000', '111125.239000', '111125.242000', '111125.245000', '111125.248000', '111125.250000', '111125.253000', '111125.256000', '111125.259000', '111125.262000', '111125.265000', '111125.268000', '111125.270000', '111125.273000', '111125.276000', '111125.279000', '111125.282000', '111125.285000', '111125.288000', '111125.290000', '111125.293000', '111125.296000', '111125.299000', '111125.302000', '111125.305000', '111125.307000', '111125.310000', '111125.313000', '111125.316000', '111125.319000', '111125.322000', '111125.325000', '111125.327000', '111125.330000', '111125.333000', '111125.336000', '111125.338000', '111125.341000', '111125.344000', '111125.347000', '111125.350000', '111125.353000', '111125.356000', '111125.358000', '111125.361000', '111145.239000', '111145.243000', '111145.247000', '111145.250000', '111145.253000', '111145.256000', '111145.259000', '111145.262000', '111145.264000', '111145.267000', '111145.270000', '111145.273000', '111145.276000', '111145.279000', '111145.282000', '111145.285000', '111145.287000', '111145.290000', '111145.293000', '111145.296000', '111145.299000', '111145.302000', '111145.304000', '111145.307000', '111145.310000', '111145.313000', '111145.316000', '111145.319000', '111145.321000', '111145.324000', '111145.327000', '111145.330000', '111145.333000', '111145.336000', '111145.339000', '111145.341000', '111145.344000', '111145.347000', '111145.350000', '111145.353000', '111145.356000', '111145.358000', '111145.361000', '111205.240000', '111205.243000', '111205.246000', '111205.249000', '111205.252000', '111205.255000', '111205.257000', '111205.260000', '111205.263000', '111205.266000', '111205.269000', '111205.272000', '111205.275000', '111205.277000', '111205.280000', '111205.283000', '111205.286000', '111205.289000', '111205.292000', '111205.294000', '111205.297000', '111205.300000', '111205.303000', '111205.306000', '111205.309000', '111205.313000', '111205.316000', '111205.319000', '111205.322000', '111205.325000', '111205.327000', '111205.330000', '111205.333000', '111205.336000', '111205.339000', '111205.341000', '111205.344000', '111205.347000', '111205.350000', '111205.353000', '111205.356000', '111205.358000', '111205.361000', '111205.364000', '111225.240000', '111225.243000', '111225.246000', '111225.249000', '111225.252000', '111225.255000', '111225.257000', '111225.262000', '111225.265000', '111225.267000', '111225.270000', '111225.273000', '111225.276000', '111225.279000', '111225.281000', '111225.284000', '111225.287000', '111225.290000', '111225.293000', '111225.296000', '111225.298000', '111225.301000', '111225.316000', '111225.319000', '111225.322000', '111225.325000', '111225.327000', '111225.330000', '111225.333000', '111225.336000', '111225.339000', '111225.341000', '111225.344000', '111225.347000', '111225.350000', '111225.353000', '111225.355000', '111225.358000', '111225.361000', '111225.364000', '111225.367000', '111225.370000', '111225.372000', '111245.239000', '111245.242000', '111245.245000', '111245.248000', '111245.251000', '111245.253000', '111245.256000', '111245.259000', '111245.262000', '111245.265000', '111245.267000', '111245.270000', '111245.273000', '111245.276000', '111245.279000', '111245.281000', '111245.284000', '111245.287000', '111245.290000', '111245.293000', '111245.295000', '111245.298000', '111245.301000', '111245.304000', '111245.307000', '111245.309000', '111245.312000', '111245.315000', '111245.318000', '111245.321000', '111245.323000', '111245.326000', '111245.329000', '111245.332000', '111245.335000', '111245.337000', '111245.340000', '111245.343000', '111245.346000', '111245.349000', '111245.351000', '111245.354000', '111245.357000', '111245.360000', '111305.239000', '111305.242000', '111305.245000', '111305.247000', '111305.250000', '111305.253000', '111305.256000', '111305.259000', '111305.262000', '111305.265000', '111305.267000', '111305.272000', '111305.276000', '111305.279000', '111305.282000', '111305.285000', '111305.288000', '111305.291000', '111305.293000', '111305.296000', '111305.299000', '111305.302000', '111305.305000', '111305.308000', '111305.311000', '111305.313000', '111305.316000', '111305.319000', '111305.322000', '111305.325000', '111305.327000', '111305.330000', '111305.333000', '111305.336000', '111305.339000', '111305.342000', '111305.345000', '111305.347000', '111305.350000', '111305.353000', '111305.356000', '111305.359000', '111305.361000', '111325.239000', '111325.242000', '111325.245000', '111325.247000', '111325.250000', '111325.253000', '111325.256000', '111325.259000', '111325.262000', '111325.264000', '111325.267000', '111325.270000', '111325.273000', '111325.276000', '111325.279000', '111325.281000', '111325.284000', '111325.287000', '111325.290000', '111325.293000', '111325.296000', '111325.298000', '111325.301000', '111325.304000', '111325.307000', '111325.310000', '111325.312000', '111325.315000', '111325.318000', '111325.321000', '111325.324000', '111325.327000', '111325.329000', '111325.332000', '111325.335000', '111325.338000', '111325.341000', '111325.344000', '111325.346000', '111325.349000', '111325.352000', '111325.355000', '111325.358000', '111325.360000', '111345.239000', '111345.242000', '111345.245000', '111345.248000', '111345.250000', '111345.253000', '111345.256000', '111345.259000', '111345.262000', '111345.265000', '111345.268000', '111345.270000', '111345.273000', '111345.276000', '111345.279000', '111345.282000', '111345.285000', '111345.288000', '111345.291000', '111345.303000', '111345.306000', '111345.308000', '111345.311000', '111345.314000', '111345.317000', '111345.320000', '111345.322000', '111345.325000', '111345.328000', '111345.331000', '111345.334000', '111345.337000', '111345.339000', '111345.342000', '111345.345000', '111345.348000', '111345.351000', '111345.353000', '111345.356000', '111345.359000', '111345.362000', '111345.365000', '111345.367000', '111405.239000', '111405.242000', '111405.245000', '111405.248000', '111405.251000', '111405.253000', '111405.256000', '111405.259000', '111405.262000', '111405.265000', '111405.268000', '111405.270000', '111405.273000', '111405.276000', '111405.279000', '111405.282000', '111405.284000', '111405.287000', '111405.290000', '111405.293000', '111405.296000', '111405.299000', '111405.301000', '111405.304000', '111405.307000', '111405.310000', '111405.312000', '111405.315000', '111405.318000', '111405.321000', '111405.324000', '111405.326000', '111405.329000', '111405.332000', '111405.335000', '111405.338000', '111405.341000', '111405.343000', '111405.346000', '111405.349000', '111405.352000', '111405.354000', '111405.357000', '111405.360000', '111425.240000', '111425.243000', '111425.246000', '111425.248000', '111425.251000', '111425.254000', '111425.257000', '111425.260000', '111425.263000', '111425.266000', '111425.268000', '111425.271000', '111425.274000', '111425.277000', '111425.280000', '111425.282000', '111425.285000', '111425.288000', '111425.291000', '111425.294000', '111425.297000', '111425.299000', '111425.302000', '111425.307000', '111425.311000', '111425.314000', '111425.317000', '111425.320000', '111425.323000', '111425.326000', '111425.328000', '111425.331000', '111425.334000', '111425.337000', '111425.340000', '111425.343000', '111425.345000', '111425.348000', '111425.351000', '111425.354000', '111425.357000', '111425.360000', '111425.362000', '111445.240000', '111445.243000', '111445.246000', '111445.249000', '111445.251000', '111445.254000', '111445.257000', '111445.260000', '111445.263000', '111445.266000', '111445.268000', '111445.271000', '111445.274000', '111445.277000', '111445.280000', '111445.283000', '111445.285000', '111445.288000', '111445.291000', '111445.294000', '111445.297000', '111445.300000', '111445.302000', '111445.305000', '111445.308000', '111445.311000', '111445.314000', '111445.316000', '111445.319000', '111445.322000', '111445.325000', '111445.328000', '111445.331000', '111445.334000', '111445.336000', '111445.339000', '111445.342000', '111445.345000', '111445.348000', '111445.350000', '111445.353000', '111445.356000', '111445.359000', '111445.362000', '111505.239000', '111505.242000', '111505.245000', '111505.248000', '111505.250000', '111505.253000', '111505.256000', '111505.259000', '111505.262000', '111505.265000', '111505.267000', '111505.271000', '111505.274000', '111505.277000', '111505.280000', '111505.298000', '111505.301000', '111505.304000', '111505.307000', '111505.310000', '111505.312000', '111505.315000', '111505.318000', '111505.321000', '111505.324000', '111505.329000', '111505.333000', '111505.336000', '111505.339000', '111505.342000', '111505.345000', '111505.348000', '111505.350000', '111505.353000', '111505.356000', '111505.359000', '111505.362000', '111505.365000', '111505.367000', '111505.370000', '111505.373000', '111505.376000', '111505.379000', '111521.960000', '111521.964000', '111521.967000', '111521.969000', '111521.973000', '111521.976000', '111521.980000', '111521.982000', '111521.985000', '111521.988000', '111521.991000', '111521.994000', '111521.997000', '111522.000000', '111522.003000', '111522.006000', '111522.009000', '111522.012000', '111522.015000', '111522.018000', '111522.021000', '111522.024000', '111522.027000', '111522.030000', '111522.032000', '111522.035000', '111522.038000', '111522.041000', '111522.044000', '111522.046000', '111522.049000', '111522.052000', '111522.055000', '111522.058000', '111522.061000', '111522.064000', '111522.067000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'LargestImagePixelValue': [8571, 10240, 8783, 7834, 8524, 8395, 10506, 8478, 7893, 8549, 8151, 9462, 8446, 12732, 10855, 11828, 8373, 8412, 8379, 8075, 9303, 8222, 10964, 8412, 7503, 8376, 8121, 9315, 8410, 7591, 9335, 8157, 9531, 8182, 8192, 8358, 8262, 11422, 9462, 11958, 9915, 9171, 8393, 8429, 13216, 10987, 8262, 8342, 8236, 8874, 8164, 7710, 9344, 8053, 11353, 8131, 10431, 8588, 9567, 8364, 9378, 12171, 8340, 11224, 8240, 8905, 8496, 7959, 9026, 8427, 8081, 8217, 8104, 8267, 8159, 10639, 8026, 8011, 8387, 7866, 9078, 8459, 9815, 8250, 7794, 9630, 8211, 10443, 8189, 7973, 8580, 8434, 12069, 9560, 7866, 8390, 8205, 8660, 8177, 8044, 10848, 8376, 8877, 8359, 8173, 9530, 8439, 12446, 10710, 8923, 8425, 8169, 10419, 7818, 7917, 8801, 8268, 10143, 7915, 8038, 8282, 8165, 10780, 8351, 11479, 9729, 9408, 9479, 8345, 12681, 10270, 13152, 11417, 9786, 8141, 8260, 8688, 8515, 10256, 7947, 7640, 7966, 7907, 8970, 8225, 10000, 8236, 7828, 8849, 7995, 9238, 8218, 10593, 8600, 12235, 9802, 11836, 9143, 9700, 7978, 8466, 7774, 7923, 7513, 8252, 7779, 8694, 8075, 8679, 8112, 9118, 8144, 9182, 8235, 7748, 8373, 7943, 8872, 7963, 8895, 7940, 9951, 8189, 11026, 8475, 10852, 8314, 10293, 8339, 10413, 8533, 10894, 8450, 9829, 7846, 8980, 8243, 9527, 8618, 7709, 9216, 7803, 10055, 8385, 11285, 8137, 9587, 8355, 7796, 9691, 8219, 10635, 8498, 10908, 9426, 7830, 11039, 7895, 11211, 8220, 12153, 9874, 11756, 10117, 12302, 10402, 13040, 10263, 11638, 9048, 7849, 8210, 7975, 9118, 8512, 10832, 8405, 8717, 8035, 7921, 8478, 7702, 8679, 7770, 10154, 8052, 10323, 8135, 10461, 8334, 9658, 8300, 7824, 8794, 8105, 10265, 8291, 9411, 8291, 8237, 9296, 8217, 9619, 8350, 10633, 8312, 12175, 9550, 11922, 8651, 8129, 8627, 8226, 9395, 8252, 7843, 9194, 7937, 9930, 7954, 10100, 8092, 10536, 9356, 12320, 9538, 12199, 8897, 12058, 8632, 11113, 8404, 11289, 7894, 7761, 8167, 7825, 8529, 7834, 9531, 7862, 7722, 9183, 7702, 9903, 8389, 9833, 8007, 10348, 8095, 8406, 10902, 9041, 7941, 8951, 9571, 8822, 12826, 10767, 12234, 12033, 10062, 11749, 9042, 12251, 10168, 13070, 11064, 11529, 11412, 9800, 13593, 10249, 9553, 8310, 8289, 10779, 8314, 8199, 8493, 8227, 10842, 8424, 8317, 8357, 8421, 9104, 8409, 10677, 8708, 9338, 8279, 7600, 8378, 8126, 8523, 8330, 8749, 8259, 8026, 8367, 7482, 8433, 7583, 8204, 7714, 8796, 8062, 8718, 7959, 9027, 7860, 8981, 8012, 9465, 8475, 9593, 8193, 7884, 8124, 7825, 9687, 8432, 8897, 7785, 7809, 8478, 7925, 9656, 8051, 10766, 7959, 7365, 9377, 7501, 10304, 8341, 9698, 9320, 7475, 10763, 8039, 10734, 8514, 8382, 11262, 8614, 12589, 8672, 12524, 9341, 10044, 10616, 7760, 11064, 7640, 12228, 9076, 11001, 8202, 10868, 9520, 7789, 10662, 8054, 11510, 8313, 12064, 8985, 12917, 9610, 12456, 10926, 11771, 9644, 11977, 9790, 10831, 11124, 8237, 12668, 8402, 11822, 7764, 7575, 8807, 7986, 10577, 8727, 12221, 10147, 12368, 9351, 12431, 9729, 12374, 9730, 12135, 11530, 9870, 12926, 8013, 7375, 8420, 8010, 9245, 8476, 9079, 8378, 7649, 9608, 7807, 10014, 8191, 10466, 9347, 8160, 12493, 10962, 10744, 11284, 11928, 14102, 12305, 8205, 8766, 7755, 9908, 8647, 7915, 9730, 8425, 11107, 8266, 8225, 8848, 8082, 7646, 8878, 8183, 10192, 8261, 8283, 9360, 8223, 9596, 8595, 11347, 8986, 11444, 11387, 9900, 12231, 10689, 11881, 8179, 8250, 9627, 8686, 8317, 10500, 7953, 7628, 9270, 8522, 11461, 8598, 8520, 12556, 11528, 12799, 12089, 9856, 10185, 8157, 8437, 9430, 8851, 8042, 9548, 8201, 9077, 8802, 8190, 11458, 8709, 8460, 8623, 8383, 8538, 11159, 8929, 13439, 11571, 10381, 12018, 10158, 13604, 11027, 13615, 9976, 8183, 10370, 8396, 8660, 8658, 8549, 8667, 8330, 8898, 8379, 7664, 8843, 8540, 9286, 8553, 7674, 8689, 7862, 9186, 8222, 10024, 8209, 9050, 8566, 8487, 8500, 8251, 9680, 8244, 10113, 8536, 8060, 8514, 8183, 9730, 8148, 7703, 8597, 7981, 10367, 8134, 10324, 8434, 11273, 8566, 8170, 9742, 7938, 10896, 8150, 11910, 8658, 11272, 9297, 8273, 9957, 8168, 9016, 8527, 7721, 9768, 8216, 10150, 8687, 8459, 9207, 8103, 8522, 8505, 8245, 8302, 10215, 9505, 9135, 11969, 10677, 12424, 13153, 11969, 12334, 11039, 11030, 12854, 12255, 14105, 12180, 13757, 13439, 13481, 15259, 11585, 8498, 8090, 7946, 7969, 7839, 7792, 7742, 8229, 8316, 7691, 7477, 7957, 8538, 9419, 9618, 12892, 9723, 10175, 8719, 8209, 7652, 8429, 8273, 8014, 7922, 9572, 7889, 9205, 8416, 10601, 8306, 8922, 8360, 8298, 9063, 8325, 7823, 8937, 7826, 8306, 8228, 8995, 8396, 9582, 8589, 9658, 8784, 10633, 8945, 9653, 8950, 7755, 8659, 8223, 8926, 8203, 9370, 8536, 9603, 8515, 9697, 8635, 9697, 8519, 8050, 8624, 8327, 9064, 7911, 9680, 8203, 9504, 7953, 9485, 8447, 7763, 8599, 7653, 8589, 7561, 9476, 8143, 9430, 7756, 7622, 8969, 8261, 10343, 8188, 7425, 9532, 8078, 10510, 8168, 11257, 9528, 12357, 10685, 10431, 9636, 8195, 11254, 8614, 11948, 9384, 8900, 10942, 10310, 13745, 11392, 8080, 9902, 8208, 8528, 8730, 11109, 9159, 10984, 13547, 11041, 13544, 10199, 12457, 11085, 11611, 10420, 8523, 9777, 8227, 13720, 8929, 8390, 8187, 8234, 7336, 8608, 7627, 8505, 8374, 11650, 9313, 10456, 8397, 8464, 9183, 8373, 11437, 8825, 12022, 8940, 11307, 8402, 8367, 8864, 8209, 14419, 11313, 8423, 8548, 8338, 7883, 8677, 7437, 8375, 8029, 9393, 8191, 11189, 7954, 11320, 8465, 10723, 8730, 12090, 9120, 9801, 8892, 8191, 9148, 8439, 8890, 8812, 8093, 8703, 7760, 8701, 8018, 9084, 8403, 10928, 8506, 10395, 8601, 7759, 8522, 8043, 9517, 8113, 9418, 8462, 8240, 8848, 8419, 8946, 7976, 9634, 8209, 10316, 8327, 10095, 8347, 10197, 8887, 11252, 9252, 8243, 8829, 7982, 8898, 8082, 9758, 8168, 9906, 8516, 11156, 8538, 8136, 8412, 7407, 8578, 7581, 8926, 8055, 10127, 8407, 9330, 8715, 7813, 9692, 8057, 10134, 8459, 10039, 8567, 8075, 9854, 7990, 10213, 8075, 10007, 8473, 8883, 9578, 7988, 11906, 8221, 11807, 8334, 12292, 9091, 12257, 9851, 7922, 8715, 8090, 9184, 8497, 7675, 8408, 8019, 9671, 8371, 11186, 8497, 9733, 8483, 9302, 8586, 8418, 9568, 8881, 12192, 9861, 11456, 8503, 9252, 8921, 7656, 8643, 7782, 9591, 8001, 9937, 7983, 10466, 8169, 10237, 8336, 9350, 8483, 7726, 8908, 7981, 9682, 8417, 10676, 8654, 10323, 8017, 7690, 8744, 7928, 10133, 8276, 10431, 8635, 7495, 10457, 7998, 11529, 8479, 12107, 8902, 10607, 9740, 8374, 11988, 8043, 9679, 8266, 7616, 10071, 7967, 12129, 8132, 10712, 8041, 9223, 8708, 8294, 10163, 8102, 10707, 8369, 11189, 8428, 9733, 8929, 7691, 8423, 7974, 11437, 7746, 7523, 8527, 7830, 9756, 7806, 11557, 8299, 9884, 8553, 11732, 9161, 8477, 10295, 8291, 11147, 8383, 11876, 9303, 11989, 9588, 7931, 9407, 8424, 10996, 8149, 8234, 8882, 8240, 11751, 8063, 8391, 8413, 8038, 10144, 8323, 12246, 9617, 7944, 9705, 8216, 9003, 7819, 8245, 12301, 10079, 9604, 8318, 8463, 12458, 10405, 11557, 9513, 8660, 11000, 7756, 8232, 9332, 8046, 8428, 8076, 8214, 9273, 7946, 8351, 10031, 8197, 10852, 8614, 8123, 10527, 8936, 10905, 9718, 8698, 12127, 7839, 7999, 8242, 8585, 8219, 8969, 8372, 8041, 8152, 7882, 8102, 8357, 8090, 10363, 8596, 10411, 9743, 9092, 10490, 8291, 11533, 9309, 11659, 10581, 8935, 11059, 9156, 9337, 12784, 12806, 12345, 12251, 8688, 12507, 8585, 8650, 9399, 8477, 13889, 10890, 8352, 8934, 8371, 9513, 8292, 8746, 8178, 8550, 10361, 8572, 8209, 8564, 8207, 8837, 8544, 9720, 8636, 8191, 10043, 8449, 10241, 8439, 11781, 8595, 12243, 11168, 9679, 12247, 8657, 10061, 8593, 8329, 8387, 8573, 8959, 8404, 12588], 'WindowCenter': [4535.0, 4528.0, 4503.0, 4483.0, 4487.0, 4489.0, 4505.0, 4486.0, 4476.0, 4485.0, 4476.0, 4508.0, 4489.0, 4528.0, 4501.0, 4513.0, 4484.0, 4484.0, 4472.0, 4474.0, 4482.0, 4473.0, 4502.0, 4475.0, 4465.0, 4473.0, 4486.0, 4492.0, 4487.0, 4476.0, 4497.0, 4487.0, 4497.0, 4488.0, 4485.0, 4484.0, 4488.0, 4517.0, 4495.0, 4512.0, 4494.0, 4485.0, 4475.0, 4475.0, 4523.0, 4503.0, 4474.0, 4471.0, 4475.0, 4485.0, 4485.0, 4476.0, 4494.0, 4477.0, 4516.0, 4477.0, 4503.0, 4487.0, 4495.0, 4483.0, 4493.0, 4514.0, 4497.0, 4516.0, 4472.0, 4480.0, 4496.0, 4485.0, 4482.0, 4481.0, 4473.0, 4484.0, 4474.0, 4482.0, 4485.0, 4502.0, 4487.0, 4486.0, 4486.0, 4486.0, 4493.0, 4486.0, 4504.0, 4487.0, 4477.0, 4494.0, 4484.0, 4504.0, 4488.0, 4477.0, 4487.0, 4486.0, 4513.0, 4493.0, 4478.0, 4485.0, 4484.0, 4495.0, 4488.0, 4486.0, 4520.0, 4497.0, 4496.0, 4488.0, 4486.0, 4506.0, 4487.0, 4528.0, 4505.0, 4483.0, 4484.0, 4489.0, 4506.0, 4474.0, 4474.0, 4493.0, 4485.0, 4507.0, 4485.0, 4488.0, 4497.0, 4497.0, 4518.0, 4487.0, 4527.0, 4508.0, 4498.0, 4498.0, 4488.0, 4524.0, 4505.0, 4526.0, 4516.0, 4492.0, 4471.0, 4474.0, 4486.0, 4483.0, 4494.0, 4472.0, 4475.0, 4473.0, 4477.0, 4499.0, 4495.0, 4505.0, 4498.0, 4487.0, 4494.0, 4488.0, 4496.0, 4485.0, 4518.0, 4494.0, 4524.0, 4495.0, 4516.0, 4484.0, 4491.0, 4472.0, 4473.0, 4465.0, 4470.0, 4459.0, 4472.0, 4461.0, 4480.0, 4473.0, 4481.0, 4486.0, 4495.0, 4488.0, 4498.0, 4488.0, 4489.0, 4488.0, 4485.0, 4496.0, 4486.0, 4495.0, 4487.0, 4508.0, 4490.0, 4514.0, 4484.0, 4503.0, 4483.0, 4503.0, 4484.0, 4506.0, 4487.0, 4503.0, 4487.0, 4504.0, 4474.0, 4495.0, 4486.0, 4503.0, 4496.0, 4475.0, 4494.0, 4478.0, 4507.0, 4488.0, 4518.0, 4485.0, 4506.0, 4487.0, 4486.0, 4509.0, 4497.0, 4518.0, 4499.0, 4516.0, 4510.0, 4476.0, 4519.0, 4487.0, 4528.0, 4500.0, 4528.0, 4518.0, 4527.0, 4517.0, 4529.0, 4519.0, 4527.0, 4504.0, 4513.0, 4484.0, 4475.0, 4487.0, 4472.0, 4481.0, 4484.0, 4503.0, 4485.0, 4482.0, 4475.0, 4472.0, 4482.0, 4476.0, 4483.0, 4476.0, 4504.0, 4474.0, 4503.0, 4473.0, 4505.0, 4485.0, 4492.0, 4484.0, 4473.0, 4483.0, 4473.0, 4506.0, 4486.0, 4495.0, 4491.0, 4484.0, 4495.0, 4487.0, 4494.0, 4478.0, 4503.0, 4486.0, 4512.0, 4493.0, 4515.0, 4485.0, 4474.0, 4472.0, 4484.0, 4494.0, 4488.0, 4487.0, 4496.0, 4490.0, 4506.0, 4490.0, 4507.0, 4489.0, 4517.0, 4496.0, 4528.0, 4497.0, 4513.0, 4484.0, 4512.0, 4482.0, 4504.0, 4472.0, 4500.0, 4463.0, 4462.0, 4473.0, 4475.0, 4484.0, 4485.0, 4505.0, 4488.0, 4487.0, 4508.0, 4491.0, 4517.0, 4511.0, 4535.0, 4500.0, 4518.0, 4484.0, 4484.0, 4500.0, 4479.0, 4482.0, 4493.0, 4523.0, 4497.0, 4513.0, 4505.0, 4513.0, 4512.0, 4495.0, 4513.0, 4473.0, 4499.0, 4481.0, 4498.0, 4475.0, 4477.0, 4475.0, 4456.0, 4483.0, 4453.0, 4451.0, 4433.0, 4433.0, 4463.0, 4431.0, 4430.0, 4434.0, 4431.0, 4451.0, 4435.0, 4435.0, 4432.0, 4443.0, 4442.0, 4444.0, 4462.0, 4444.0, 4453.0, 4442.0, 4436.0, 4446.0, 4447.0, 4457.0, 4461.0, 4469.0, 4472.0, 4458.0, 4473.0, 4464.0, 4475.0, 4474.0, 4486.0, 4473.0, 4483.0, 4473.0, 4485.0, 4476.0, 4485.0, 4475.0, 4482.0, 4473.0, 4493.0, 4484.0, 4493.0, 4487.0, 4475.0, 4488.0, 4478.0, 4509.0, 4487.0, 4496.0, 4487.0, 4487.0, 4501.0, 4491.0, 4508.0, 4488.0, 4518.0, 4488.0, 4477.0, 4508.0, 4481.0, 4520.0, 4499.0, 4524.0, 4510.0, 4491.0, 4531.0, 4504.0, 4544.0, 4512.0, 4511.0, 4545.0, 4514.0, 4540.0, 4510.0, 4539.0, 4513.0, 4519.0, 4521.0, 4489.0, 4527.0, 4488.0, 4540.0, 4512.0, 4530.0, 4499.0, 4528.0, 4509.0, 4488.0, 4522.0, 4501.0, 4529.0, 4499.0, 4539.0, 4512.0, 4540.0, 4510.0, 4527.0, 4517.0, 4528.0, 4496.0, 4515.0, 4498.0, 4504.0, 4506.0, 4475.0, 4523.0, 4479.0, 4513.0, 4475.0, 4474.0, 4495.0, 4487.0, 4520.0, 4499.0, 4528.0, 4509.0, 4524.0, 4498.0, 4522.0, 4497.0, 4513.0, 4493.0, 4514.0, 4504.0, 4494.0, 4511.0, 4473.0, 4466.0, 4471.0, 4472.0, 4495.0, 4487.0, 4495.0, 4488.0, 4478.0, 4505.0, 4480.0, 4520.0, 4513.0, 4526.0, 4520.0, 4500.0, 4542.0, 4536.0, 4534.0, 4531.0, 4530.0, 4539.0, 4520.0, 4488.0, 4485.0, 4479.0, 4504.0, 4492.0, 4482.0, 4499.0, 4489.0, 4509.0, 4474.0, 4487.0, 4489.0, 4478.0, 4478.0, 4498.0, 4489.0, 4507.0, 4492.0, 4503.0, 4513.0, 4495.0, 4509.0, 4503.0, 4525.0, 4502.0, 4520.0, 4520.0, 4508.0, 4531.0, 4509.0, 4535.0, 4490.0, 4488.0, 4512.0, 4502.0, 4506.0, 4522.0, 4491.0, 4483.0, 4499.0, 4501.0, 4521.0, 4506.0, 4506.0, 4535.0, 4522.0, 4544.0, 4529.0, 4512.0, 4510.0, 4482.0, 4491.0, 4498.0, 4485.0, 4478.0, 4500.0, 4478.0, 4491.0, 4485.0, 4478.0, 4518.0, 4492.0, 4492.0, 4487.0, 4491.0, 4491.0, 4508.0, 4489.0, 4528.0, 4508.0, 4485.0, 4502.0, 4486.0, 4512.0, 4482.0, 4501.0, 4480.0, 4464.0, 4478.0, 4462.0, 4463.0, 4461.0, 4462.0, 4462.0, 4463.0, 4472.0, 4474.0, 4464.0, 4483.0, 4475.0, 4486.0, 4476.0, 4466.0, 4487.0, 4480.0, 4499.0, 4488.0, 4508.0, 4492.0, 4499.0, 4490.0, 4489.0, 4489.0, 4489.0, 4500.0, 4492.0, 4506.0, 4503.0, 4493.0, 4501.0, 4488.0, 4511.0, 4492.0, 4495.0, 4505.0, 4494.0, 4520.0, 4496.0, 4525.0, 4500.0, 4531.0, 4499.0, 4490.0, 4508.0, 4491.0, 4520.0, 4487.0, 4530.0, 4504.0, 4520.0, 4498.0, 4490.0, 4510.0, 4492.0, 4497.0, 4500.0, 4492.0, 4520.0, 4499.0, 4520.0, 4514.0, 4519.0, 4521.0, 4500.0, 4513.0, 4498.0, 4498.0, 4513.0, 4533.0, 4523.0, 4511.0, 4532.0, 4533.0, 4545.0, 4549.0, 4537.0, 4532.0, 4509.0, 4507.0, 4516.0, 4502.0, 4514.0, 4490.0, 4501.0, 4501.0, 4489.0, 4496.0, 4465.0, 4460.0, 4430.0, 4440.0, 4427.0, 4414.0, 4415.0, 4412.0, 4423.0, 4421.0, 4414.0, 4413.0, 4440.0, 4452.0, 4465.0, 4456.0, 4475.0, 4454.0, 4466.0, 4445.0, 4447.0, 4437.0, 4461.0, 4473.0, 4471.0, 4473.0, 4483.0, 4463.0, 4470.0, 4463.0, 4496.0, 4462.0, 4484.0, 4463.0, 4463.0, 4484.0, 4475.0, 4464.0, 4475.0, 4467.0, 4464.0, 4464.0, 4474.0, 4466.0, 4482.0, 4472.0, 4473.0, 4474.0, 4485.0, 4473.0, 4470.0, 4473.0, 4454.0, 4474.0, 4465.0, 4488.0, 4476.0, 4487.0, 4480.0, 4495.0, 4490.0, 4498.0, 4490.0, 4496.0, 4487.0, 4481.0, 4488.0, 4481.0, 4491.0, 4476.0, 4500.0, 4488.0, 4499.0, 4479.0, 4499.0, 4489.0, 4480.0, 4487.0, 4482.0, 4489.0, 4483.0, 4514.0, 4493.0, 4511.0, 4496.0, 4495.0, 4516.0, 4508.0, 4525.0, 4506.0, 4497.0, 4522.0, 4505.0, 4534.0, 4506.0, 4537.0, 4523.0, 4544.0, 4522.0, 4522.0, 4510.0, 4498.0, 4521.0, 4500.0, 4534.0, 4500.0, 4500.0, 4520.0, 4509.0, 4543.0, 4519.0, 4478.0, 4511.0, 4488.0, 4500.0, 4499.0, 4518.0, 4501.0, 4509.0, 4529.0, 4518.0, 4530.0, 4500.0, 4514.0, 4505.0, 4506.0, 4495.0, 4474.0, 4484.0, 4465.0, 4526.0, 4477.0, 4474.0, 4473.0, 4476.0, 4465.0, 4487.0, 4483.0, 4489.0, 4487.0, 4521.0, 4499.0, 4508.0, 4489.0, 4489.0, 4500.0, 4476.0, 4504.0, 4490.0, 4516.0, 4488.0, 4507.0, 4476.0, 4474.0, 4473.0, 4472.0, 4525.0, 4505.0, 4473.0, 4486.0, 4478.0, 4474.0, 4485.0, 4468.0, 4477.0, 4479.0, 4498.0, 4477.0, 4508.0, 4479.0, 4505.0, 4475.0, 4491.0, 4474.0, 4503.0, 4483.0, 4485.0, 4473.0, 4463.0, 4472.0, 4476.0, 4474.0, 4477.0, 4473.0, 4476.0, 4463.0, 4476.0, 4464.0, 4483.0, 4473.0, 4494.0, 4485.0, 4497.0, 4474.0, 4467.0, 4477.0, 4473.0, 4495.0, 4478.0, 4483.0, 4489.0, 4489.0, 4487.0, 4488.0, 4498.0, 4487.0, 4509.0, 4490.0, 4517.0, 4489.0, 4509.0, 4490.0, 4508.0, 4499.0, 4517.0, 4498.0, 4487.0, 4490.0, 4490.0, 4497.0, 4478.0, 4509.0, 4489.0, 4510.0, 4500.0, 4518.0, 4502.0, 4487.0, 4488.0, 4467.0, 4491.0, 4476.0, 4499.0, 4489.0, 4509.0, 4489.0, 4502.0, 4502.0, 4480.0, 4509.0, 4493.0, 4508.0, 4490.0, 4510.0, 4501.0, 4490.0, 4510.0, 4488.0, 4508.0, 4490.0, 4508.0, 4487.0, 4497.0, 4508.0, 4479.0, 4529.0, 4489.0, 4515.0, 4487.0, 4517.0, 4487.0, 4516.0, 4499.0, 4475.0, 4486.0, 4476.0, 4495.0, 4488.0, 4476.0, 4488.0, 4488.0, 4509.0, 4493.0, 4518.0, 4502.0, 4510.0, 4490.0, 4496.0, 4488.0, 4492.0, 4510.0, 4496.0, 4528.0, 4507.0, 4520.0, 4484.0, 4494.0, 4493.0, 4476.0, 4488.0, 4477.0, 4509.0, 4487.0, 4510.0, 4499.0, 4530.0, 4504.0, 4520.0, 4504.0, 4508.0, 4498.0, 4480.0, 4498.0, 4485.0, 4508.0, 4498.0, 4521.0, 4491.0, 4507.0, 4477.0, 4474.0, 4495.0, 4489.0, 4519.0, 4498.0, 4528.0, 4501.0, 4492.0, 4520.0, 4489.0, 4527.0, 4501.0, 4527.0, 4500.0, 4515.0, 4509.0, 4488.0, 4525.0, 4488.0, 4508.0, 4488.0, 4475.0, 4505.0, 4488.0, 4528.0, 4488.0, 4515.0, 4489.0, 4499.0, 4499.0, 4486.0, 4509.0, 4487.0, 4506.0, 4488.0, 4513.0, 4488.0, 4508.0, 4497.0, 4476.0, 4486.0, 4487.0, 4518.0, 4477.0, 4490.0, 4501.0, 4491.0, 4520.0, 4503.0, 4557.0, 4514.0, 4523.0, 4514.0, 4540.0, 4510.0, 4501.0, 4520.0, 4499.0, 4527.0, 4500.0, 4531.0, 4510.0, 4527.0, 4507.0, 4487.0, 4494.0, 4486.0, 4514.0, 4488.0, 4485.0, 4496.0, 4487.0, 4527.0, 4488.0, 4486.0, 4487.0, 4488.0, 4515.0, 4496.0, 4525.0, 4507.0, 4487.0, 4507.0, 4488.0, 4496.0, 4475.0, 4486.0, 4526.0, 4507.0, 4505.0, 4485.0, 4487.0, 4525.0, 4505.0, 4516.0, 4496.0, 4497.0, 4513.0, 4474.0, 4483.0, 4491.0, 4484.0, 4482.0, 4481.0, 4484.0, 4494.0, 4484.0, 4484.0, 4503.0, 4484.0, 4514.0, 4486.0, 4472.0, 4504.0, 4484.0, 4501.0, 4492.0, 4471.0, 4512.0, 4470.0, 4486.0, 4485.0, 4497.0, 4485.0, 4482.0, 4486.0, 4485.0, 4486.0, 4499.0, 4490.0, 4500.0, 4498.0, 4520.0, 4498.0, 4519.0, 4510.0, 4499.0, 4521.0, 4489.0, 4515.0, 4524.0, 4530.0, 4521.0, 4498.0, 4518.0, 4511.0, 4511.0, 4532.0, 4526.0, 4529.0, 4514.0, 4488.0, 4513.0, 4474.0, 4473.0, 4484.0, 4474.0, 4524.0, 4494.0, 4474.0, 4487.0, 4471.0, 4481.0, 4471.0, 4472.0, 4473.0, 4477.0, 4493.0, 4475.0, 4475.0, 4487.0, 4475.0, 4485.0, 4489.0, 4496.0, 4490.0, 4487.0, 4496.0, 4487.0, 4494.0, 4478.0, 4503.0, 4486.0, 4516.0, 4506.0, 4495.0, 4503.0, 4475.0, 4484.0, 4474.0, 4474.0, 4473.0, 4477.0, 4473.0, 4475.0, 4516.0], 'WindowWidth': [9986.0, 9957.0, 9913.0, 9884.0, 9883.0, 9885.0, 9902.0, 9877.0, 9864.0, 9875.0, 9866.0, 9914.0, 9887.0, 9936.0, 9894.0, 9907.0, 9870.0, 9871.0, 9850.0, 9855.0, 9865.0, 9854.0, 9892.0, 9858.0, 9844.0, 9854.0, 9877.0, 9882.0, 9880.0, 9864.0, 9893.0, 9879.0, 9891.0, 9882.0, 9875.0, 9873.0, 9879.0, 9918.0, 9887.0, 9907.0, 9883.0, 9872.0, 9858.0, 9856.0, 9921.0, 9893.0, 9854.0, 9849.0, 9859.0, 9871.0, 9873.0, 9861.0, 9886.0, 9865.0, 9915.0, 9863.0, 9894.0, 9877.0, 9886.0, 9869.0, 9882.0, 9912.0, 9895.0, 9916.0, 9851.0, 9860.0, 9891.0, 9875.0, 9865.0, 9863.0, 9854.0, 9869.0, 9857.0, 9868.0, 9874.0, 9894.0, 9878.0, 9877.0, 9877.0, 9877.0, 9885.0, 9878.0, 9900.0, 9880.0, 9865.0, 9887.0, 9874.0, 9899.0, 9882.0, 9866.0, 9879.0, 9876.0, 9911.0, 9883.0, 9864.0, 9872.0, 9874.0, 9890.0, 9882.0, 9880.0, 9928.0, 9896.0, 9894.0, 9883.0, 9881.0, 9906.0, 9882.0, 9937.0, 9903.0, 9871.0, 9871.0, 9880.0, 9903.0, 9860.0, 9859.0, 9885.0, 9875.0, 9907.0, 9878.0, 9884.0, 9896.0, 9896.0, 9925.0, 9885.0, 9935.0, 9909.0, 9895.0, 9896.0, 9883.0, 9928.0, 9902.0, 9931.0, 9915.0, 9880.0, 9850.0, 9856.0, 9873.0, 9869.0, 9884.0, 9854.0, 9860.0, 9857.0, 9865.0, 9896.0, 9893.0, 9906.0, 9897.0, 9883.0, 9891.0, 9884.0, 9893.0, 9876.0, 9924.0, 9888.0, 9929.0, 9886.0, 9915.0, 9870.0, 9877.0, 9852.0, 9851.0, 9841.0, 9847.0, 9830.0, 9851.0, 9836.0, 9861.0, 9855.0, 9865.0, 9877.0, 9888.0, 9885.0, 9896.0, 9883.0, 9885.0, 9883.0, 9878.0, 9892.0, 9881.0, 9892.0, 9882.0, 9910.0, 9885.0, 9913.0, 9873.0, 9897.0, 9870.0, 9895.0, 9872.0, 9902.0, 9878.0, 9898.0, 9880.0, 9899.0, 9861.0, 9889.0, 9879.0, 9898.0, 9891.0, 9863.0, 9888.0, 9868.0, 9906.0, 9884.0, 9922.0, 9878.0, 9906.0, 9882.0, 9880.0, 9911.0, 9895.0, 9928.0, 9902.0, 9922.0, 9916.0, 9866.0, 9926.0, 9882.0, 9939.0, 9904.0, 9941.0, 9928.0, 9937.0, 9924.0, 9940.0, 9925.0, 9936.0, 9901.0, 9909.0, 9870.0, 9857.0, 9878.0, 9853.0, 9863.0, 9868.0, 9894.0, 9871.0, 9866.0, 9859.0, 9853.0, 9868.0, 9861.0, 9871.0, 9862.0, 9900.0, 9859.0, 9896.0, 9857.0, 9901.0, 9878.0, 9884.0, 9873.0, 9855.0, 9869.0, 9858.0, 9902.0, 9876.0, 9891.0, 9887.0, 9874.0, 9890.0, 9878.0, 9885.0, 9866.0, 9897.0, 9876.0, 9907.0, 9882.0, 9911.0, 9871.0, 9855.0, 9851.0, 9872.0, 9886.0, 9882.0, 9880.0, 9893.0, 9889.0, 9907.0, 9887.0, 9909.0, 9888.0, 9922.0, 9891.0, 9934.0, 9893.0, 9911.0, 9870.0, 9907.0, 9867.0, 9897.0, 9851.0, 9887.0, 9840.0, 9837.0, 9853.0, 9858.0, 9872.0, 9879.0, 9905.0, 9885.0, 9883.0, 9912.0, 9892.0, 9923.0, 9925.0, 9961.0, 9911.0, 9928.0, 9874.0, 9875.0, 9889.0, 9861.0, 9870.0, 9884.0, 9936.0, 9892.0, 9910.0, 9898.0, 9906.0, 9905.0, 9882.0, 9906.0, 9851.0, 9882.0, 9857.0, 9877.0, 9843.0, 9843.0, 9839.0, 9812.0, 9847.0, 9805.0, 9800.0, 9777.0, 9778.0, 9817.0, 9772.0, 9770.0, 9776.0, 9772.0, 9800.0, 9780.0, 9781.0, 9776.0, 9791.0, 9790.0, 9795.0, 9818.0, 9796.0, 9807.0, 9792.0, 9787.0, 9801.0, 9804.0, 9820.0, 9829.0, 9840.0, 9847.0, 9829.0, 9852.0, 9841.0, 9857.0, 9855.0, 9873.0, 9854.0, 9869.0, 9855.0, 9872.0, 9859.0, 9871.0, 9857.0, 9864.0, 9853.0, 9881.0, 9870.0, 9882.0, 9878.0, 9861.0, 9881.0, 9869.0, 9910.0, 9882.0, 9893.0, 9882.0, 9880.0, 9902.0, 9890.0, 9910.0, 9885.0, 9923.0, 9884.0, 9869.0, 9912.0, 9879.0, 9929.0, 9902.0, 9938.0, 9917.0, 9894.0, 9947.0, 9914.0, 9972.0, 9925.0, 9922.0, 9972.0, 9926.0, 9961.0, 9918.0, 9956.0, 9926.0, 9929.0, 9933.0, 9887.0, 9937.0, 9885.0, 9959.0, 9924.0, 9944.0, 9902.0, 9939.0, 9917.0, 9888.0, 9936.0, 9906.0, 9943.0, 9902.0, 9956.0, 9921.0, 9957.0, 9915.0, 9936.0, 9922.0, 9937.0, 9892.0, 9915.0, 9894.0, 9899.0, 9903.0, 9859.0, 9924.0, 9867.0, 9909.0, 9859.0, 9860.0, 9890.0, 9885.0, 9929.0, 9899.0, 9938.0, 9913.0, 9927.0, 9893.0, 9922.0, 9890.0, 9908.0, 9882.0, 9909.0, 9897.0, 9880.0, 9904.0, 9853.0, 9844.0, 9848.0, 9852.0, 9884.0, 9879.0, 9889.0, 9880.0, 9867.0, 9903.0, 9872.0, 9931.0, 9931.0, 9941.0, 9936.0, 9907.0, 9963.0, 9958.0, 9952.0, 9946.0, 9940.0, 9950.0, 9922.0, 9879.0, 9871.0, 9865.0, 9899.0, 9888.0, 9874.0, 9890.0, 9880.0, 9903.0, 9854.0, 9876.0, 9879.0, 9864.0, 9867.0, 9892.0, 9883.0, 9906.0, 9890.0, 9909.0, 9920.0, 9896.0, 9912.0, 9906.0, 9939.0, 9906.0, 9925.0, 9925.0, 9907.0, 9941.0, 9908.0, 9948.0, 9883.0, 9879.0, 9916.0, 9906.0, 9911.0, 9932.0, 9889.0, 9878.0, 9895.0, 9900.0, 9926.0, 9911.0, 9911.0, 9949.0, 9931.0, 9963.0, 9937.0, 9914.0, 9908.0, 9872.0, 9889.0, 9892.0, 9870.0, 9864.0, 9894.0, 9863.0, 9883.0, 9869.0, 9864.0, 9918.0, 9886.0, 9886.0, 9877.0, 9884.0, 9884.0, 9905.0, 9879.0, 9930.0, 9901.0, 9868.0, 9887.0, 9866.0, 9898.0, 9858.0, 9881.0, 9852.0, 9833.0, 9848.0, 9829.0, 9832.0, 9827.0, 9830.0, 9832.0, 9836.0, 9847.0, 9853.0, 9839.0, 9863.0, 9855.0, 9870.0, 9857.0, 9846.0, 9876.0, 9869.0, 9894.0, 9879.0, 9906.0, 9888.0, 9894.0, 9884.0, 9882.0, 9882.0, 9881.0, 9896.0, 9887.0, 9902.0, 9905.0, 9891.0, 9900.0, 9882.0, 9915.0, 9893.0, 9897.0, 9911.0, 9897.0, 9930.0, 9900.0, 9939.0, 9902.0, 9943.0, 9899.0, 9886.0, 9909.0, 9887.0, 9925.0, 9880.0, 9939.0, 9907.0, 9925.0, 9895.0, 9885.0, 9911.0, 9891.0, 9893.0, 9899.0, 9891.0, 9928.0, 9900.0, 9929.0, 9928.0, 9941.0, 9937.0, 9905.0, 9924.0, 9898.0, 9900.0, 9929.0, 9955.0, 9943.0, 9921.0, 9953.0, 9954.0, 9971.0, 9977.0, 9958.0, 9945.0, 9909.0, 9904.0, 9917.0, 9890.0, 9909.0, 9868.0, 9880.0, 9880.0, 9861.0, 9865.0, 9820.0, 9824.0, 9773.0, 9789.0, 9765.0, 9743.0, 9744.0, 9737.0, 9753.0, 9749.0, 9743.0, 9742.0, 9789.0, 9809.0, 9829.0, 9812.0, 9836.0, 9806.0, 9825.0, 9796.0, 9801.0, 9789.0, 9828.0, 9850.0, 9848.0, 9851.0, 9863.0, 9833.0, 9839.0, 9832.0, 9881.0, 9833.0, 9864.0, 9836.0, 9835.0, 9865.0, 9856.0, 9838.0, 9854.0, 9843.0, 9837.0, 9838.0, 9851.0, 9841.0, 9860.0, 9846.0, 9846.0, 9848.0, 9863.0, 9847.0, 9841.0, 9848.0, 9824.0, 9850.0, 9840.0, 9873.0, 9859.0, 9874.0, 9866.0, 9883.0, 9882.0, 9892.0, 9882.0, 9888.0, 9875.0, 9870.0, 9879.0, 9871.0, 9883.0, 9862.0, 9894.0, 9878.0, 9893.0, 9870.0, 9894.0, 9882.0, 9871.0, 9878.0, 9875.0, 9884.0, 9879.0, 9920.0, 9894.0, 9919.0, 9903.0, 9902.0, 9929.0, 9923.0, 9944.0, 9918.0, 9907.0, 9937.0, 9915.0, 9954.0, 9917.0, 9961.0, 9941.0, 9966.0, 9936.0, 9935.0, 9915.0, 9899.0, 9930.0, 9900.0, 9950.0, 9901.0, 9899.0, 9925.0, 9911.0, 9959.0, 9923.0, 9868.0, 9913.0, 9881.0, 9900.0, 9897.0, 9921.0, 9900.0, 9909.0, 9936.0, 9920.0, 9937.0, 9895.0, 9909.0, 9896.0, 9898.0, 9882.0, 9852.0, 9863.0, 9840.0, 9922.0, 9857.0, 9853.0, 9851.0, 9860.0, 9846.0, 9876.0, 9879.0, 9884.0, 9878.0, 9926.0, 9896.0, 9907.0, 9883.0, 9882.0, 9895.0, 9860.0, 9896.0, 9879.0, 9910.0, 9875.0, 9902.0, 9859.0, 9854.0, 9852.0, 9851.0, 9923.0, 9897.0, 9851.0, 9874.0, 9865.0, 9855.0, 9871.0, 9851.0, 9863.0, 9866.0, 9891.0, 9862.0, 9904.0, 9866.0, 9896.0, 9856.0, 9874.0, 9853.0, 9890.0, 9864.0, 9866.0, 9849.0, 9835.0, 9848.0, 9856.0, 9852.0, 9858.0, 9854.0, 9856.0, 9838.0, 9856.0, 9840.0, 9865.0, 9853.0, 9881.0, 9871.0, 9886.0, 9854.0, 9846.0, 9860.0, 9852.0, 9882.0, 9865.0, 9867.0, 9881.0, 9881.0, 9877.0, 9881.0, 9895.0, 9881.0, 9910.0, 9888.0, 9922.0, 9886.0, 9912.0, 9885.0, 9908.0, 9896.0, 9919.0, 9894.0, 9877.0, 9884.0, 9885.0, 9891.0, 9866.0, 9910.0, 9884.0, 9912.0, 9900.0, 9922.0, 9902.0, 9880.0, 9882.0, 9852.0, 9887.0, 9864.0, 9898.0, 9885.0, 9912.0, 9885.0, 9904.0, 9905.0, 9875.0, 9911.0, 9892.0, 9909.0, 9887.0, 9914.0, 9903.0, 9888.0, 9913.0, 9883.0, 9910.0, 9888.0, 9910.0, 9882.0, 9894.0, 9910.0, 9871.0, 9939.0, 9883.0, 9915.0, 9879.0, 9918.0, 9877.0, 9915.0, 9895.0, 9858.0, 9873.0, 9862.0, 9885.0, 9879.0, 9863.0, 9882.0, 9884.0, 9912.0, 9893.0, 9925.0, 9904.0, 9913.0, 9886.0, 9892.0, 9882.0, 9889.0, 9914.0, 9891.0, 9935.0, 9906.0, 9925.0, 9872.0, 9885.0, 9883.0, 9863.0, 9882.0, 9868.0, 9912.0, 9883.0, 9915.0, 9903.0, 9946.0, 9915.0, 9930.0, 9911.0, 9912.0, 9898.0, 9875.0, 9898.0, 9878.0, 9910.0, 9900.0, 9933.0, 9889.0, 9906.0, 9865.0, 9861.0, 9890.0, 9884.0, 9928.0, 9901.0, 9939.0, 9906.0, 9893.0, 9930.0, 9888.0, 9938.0, 9904.0, 9937.0, 9902.0, 9919.0, 9913.0, 9882.0, 9931.0, 9882.0, 9910.0, 9883.0, 9865.0, 9903.0, 9883.0, 9935.0, 9883.0, 9917.0, 9885.0, 9898.0, 9899.0, 9879.0, 9912.0, 9881.0, 9904.0, 9883.0, 9913.0, 9884.0, 9908.0, 9893.0, 9863.0, 9878.0, 9881.0, 9923.0, 9869.0, 9890.0, 9907.0, 9896.0, 9935.0, 9917.0, 9995.0, 9934.0, 9939.0, 9931.0, 9960.0, 9919.0, 9905.0, 9931.0, 9900.0, 9936.0, 9902.0, 9948.0, 9917.0, 9935.0, 9909.0, 9881.0, 9888.0, 9879.0, 9914.0, 9884.0, 9879.0, 9893.0, 9883.0, 9936.0, 9884.0, 9880.0, 9883.0, 9884.0, 9919.0, 9895.0, 9933.0, 9908.0, 9881.0, 9908.0, 9885.0, 9894.0, 9865.0, 9879.0, 9934.0, 9909.0, 9903.0, 9878.0, 9881.0, 9931.0, 9903.0, 9915.0, 9892.0, 9894.0, 9914.0, 9859.0, 9868.0, 9880.0, 9873.0, 9869.0, 9867.0, 9874.0, 9887.0, 9874.0, 9875.0, 9899.0, 9874.0, 9914.0, 9876.0, 9856.0, 9897.0, 9870.0, 9892.0, 9881.0, 9849.0, 9907.0, 9849.0, 9877.0, 9874.0, 9893.0, 9874.0, 9866.0, 9876.0, 9876.0, 9881.0, 9902.0, 9890.0, 9906.0, 9901.0, 9930.0, 9901.0, 9930.0, 9916.0, 9900.0, 9931.0, 9885.0, 9921.0, 9942.0, 9946.0, 9929.0, 9899.0, 9922.0, 9917.0, 9918.0, 9945.0, 9931.0, 9934.0, 9909.0, 9878.0, 9910.0, 9854.0, 9850.0, 9868.0, 9853.0, 9920.0, 9880.0, 9854.0, 9872.0, 9845.0, 9858.0, 9845.0, 9847.0, 9852.0, 9858.0, 9878.0, 9855.0, 9857.0, 9877.0, 9859.0, 9871.0, 9879.0, 9886.0, 9885.0, 9875.0, 9887.0, 9877.0, 9883.0, 9865.0, 9893.0, 9872.0, 9912.0, 9902.0, 9885.0, 9892.0, 9853.0, 9865.0, 9851.0, 9851.0, 9851.0, 9858.0, 9850.0, 9855.0, 9911.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.0034559393939393936</td></tr>
<tr><td colspan=3>aqi</td><td>0.028179941818181814</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.62196736535523</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2240609619064113</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0344161617071044</td></tr>
<tr><td colspan=3>efc</td><td>0.4981</td></tr>
<tr><td colspan=3>fber</td><td>4705.6235</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09332547117988843</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>79</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.83982683982684</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5497429320299996</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.457979759579014</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7465377526992554</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4447112838117304</td></tr>
<tr><td colspan=3>gcor</td><td>0.0165078</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0018942473689094186</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04908204823732376</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.848748561382101</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>12.0918</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.9012</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>239.3314</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297923.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>1207.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>442.1538</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2502</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>590.9498</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3677.7644</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3898.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78621.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1200.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4817.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1012.7903</td></tr>
<tr><td colspan=3>tsnr</td><td>34.78307452518493</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>