<?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-0013_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-0013_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-0013_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-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0013/figures/sub-0013_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-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013/ses-03/func/sub-0013_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>1f536a588dc0770fc347fdb9a4441176</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>10:59:10.617500</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.99668, 0.0750597, 0.0315378, -0.0812416, 0.942249, 0.324911]</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.0976899</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>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7781, -7250, 397, -151, -131, 59, 39]</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>251.33</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>06367487-9610-46e2-b8aa-ab30a27b3ce6||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.6740200519561768, -0.21796518564224243, 0.014387616887688637, 124.51841735839844], [-0.20137964189052582, 2.527984619140625, 0.8812645673751831, -87.80216217041016], [0.08461358398199081, -0.871711790561676, 2.5520904064178467, -6.175644874572754], [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': ['105910.617500', '105911.077500', '105911.537500', '105911.997500', '105912.457500', '105912.917500', '105913.377500', '105913.837500', '105914.297500', '105914.757500', '105915.217500', '105915.677500', '105916.137500', '105916.597500', '105917.057500', '105917.517500', '105917.977500', '105918.437500', '105918.897500', '105919.357500', '105919.817500', '105920.277500', '105920.737500', '105921.197500', '105921.657500', '105922.117500', '105922.577500', '105923.037500', '105923.497500', '105923.957500', '105924.417500', '105924.877500', '105925.337500', '105925.797500', '105926.257500', '105926.717500', '105927.177500', '105927.637500', '105928.097500', '105928.557500', '105929.017500', '105929.477500', '105929.937500', '105930.397500', '105930.857500', '105931.317500', '105931.777500', '105932.237500', '105932.697500', '105933.157500', '105933.617500', '105934.077500', '105934.537500', '105934.997500', '105935.457500', '105935.917500', '105936.377500', '105936.837500', '105937.297500', '105937.757500', '105938.217500', '105938.677500', '105939.137500', '105939.597500', '105940.057500', '105940.517500', '105940.977500', '105941.437500', '105941.897500', '105942.357500', '105942.817500', '105943.277500', '105943.737500', '105944.197500', '105944.657500', '105945.117500', '105945.577500', '105946.037500', '105946.497500', '105946.957500', '105947.417500', '105947.877500', '105948.337500', '105948.797500', '105949.257500', '105949.717500', '105950.177500', '105950.637500', '105951.097500', '105951.557500', '105952.017500', '105952.477500', '105952.937500', '105953.397500', '105953.857500', '105954.317500', '105954.777500', '105955.237500', '105955.697500', '105956.157500', '105956.617500', '105957.077500', '105957.537500', '105957.997500', '105958.457500', '105958.917500', '105959.377500', '105959.837500', '110000.297500', '110000.757500', '110001.217500', '110001.677500', '110002.137500', '110002.597500', '110003.057500', '110003.517500', '110003.977500', '110004.437500', '110004.897500', '110005.357500', '110005.817500', '110006.277500', '110006.737500', '110007.197500', '110007.657500', '110008.117500', '110008.577500', '110009.037500', '110009.497500', '110009.957500', '110010.417500', '110010.877500', '110011.337500', '110011.797500', '110012.257500', '110012.717500', '110013.177500', '110013.637500', '110014.097500', '110014.557500', '110015.017500', '110015.477500', '110015.937500', '110016.397500', '110016.857500', '110017.317500', '110017.777500', '110018.237500', '110018.697500', '110019.157500', '110019.617500', '110020.077500', '110020.537500', '110020.997500', '110021.457500', '110021.917500', '110022.377500', '110022.837500', '110023.297500', '110023.757500', '110024.217500', '110024.677500', '110025.137500', '110025.597500', '110026.057500', '110026.517500', '110026.977500', '110027.437500', '110027.897500', '110028.357500', '110028.817500', '110029.277500', '110029.737500', '110030.197500', '110030.657500', '110031.117500', '110031.577500', '110032.037500', '110032.497500', '110032.957500', '110033.417500', '110033.877500', '110034.337500', '110034.797500', '110035.257500', '110035.717500', '110036.177500', '110036.637500', '110037.097500', '110037.557500', '110038.017500', '110038.477500', '110038.937500', '110039.397500', '110039.857500', '110040.317500', '110040.777500', '110041.237500', '110041.697500', '110042.157500', '110042.617500', '110043.077500', '110043.537500', '110043.997500', '110044.457500', '110044.917500', '110045.377500', '110045.837500', '110046.297500', '110046.757500', '110047.217500', '110047.677500', '110048.137500', '110048.597500', '110049.057500', '110049.517500', '110049.977500', '110050.437500', '110050.897500', '110051.357500', '110051.817500', '110052.277500', '110052.737500', '110053.197500', '110053.657500', '110054.117500', '110054.577500', '110055.037500', '110055.497500', '110055.957500', '110056.417500', '110056.877500', '110057.337500', '110057.797500', '110058.257500', '110058.717500', '110059.177500', '110059.637500', '110100.097500', '110100.557500', '110101.017500', '110101.477500', '110101.937500', '110102.397500', '110102.857500', '110103.317500', '110103.777500', '110104.237500', '110104.697500', '110105.157500', '110105.617500', '110106.077500', '110106.537500', '110106.997500', '110107.457500', '110107.917500', '110108.377500', '110108.837500', '110109.297500', '110109.757500', '110110.217500', '110110.677500', '110111.137500', '110111.597500', '110112.057500', '110112.517500', '110112.977500', '110113.437500', '110113.897500', '110114.357500', '110114.817500', '110115.277500', '110115.737500', '110116.197500', '110116.657500', '110117.117500', '110117.577500', '110118.037500', '110118.497500', '110118.957500', '110119.417500', '110119.877500', '110120.337500', '110120.797500', '110121.257500', '110121.717500', '110122.177500', '110122.637500', '110123.097500', '110123.557500', '110124.017500', '110124.477500', '110124.937500', '110125.397500', '110125.857500', '110126.317500', '110126.777500', '110127.237500', '110127.697500', '110128.157500', '110128.617500', '110129.077500', '110129.537500', '110129.997500', '110130.457500', '110130.917500', '110131.377500', '110131.837500', '110132.297500', '110132.757500', '110133.217500', '110133.677500', '110134.137500', '110134.597500', '110135.057500', '110135.517500', '110135.977500', '110136.437500', '110136.897500', '110137.357500', '110137.817500', '110138.277500', '110138.737500', '110139.197500', '110139.657500', '110140.117500', '110140.577500', '110141.037500', '110141.497500', '110141.957500', '110142.417500', '110142.877500', '110143.337500', '110143.797500', '110144.257500', '110144.717500', '110145.177500', '110145.637500', '110146.097500', '110146.557500', '110147.017500', '110147.477500', '110147.937500', '110148.397500', '110148.857500', '110149.317500', '110149.777500', '110150.237500', '110150.697500', '110151.157500', '110151.617500', '110152.077500', '110152.537500', '110152.997500', '110153.457500', '110153.917500', '110154.377500', '110154.837500', '110155.297500', '110155.757500', '110156.217500', '110156.677500', '110157.137500', '110157.597500', '110158.057500', '110158.517500', '110158.977500', '110159.437500', '110159.897500', '110200.357500', '110200.817500', '110201.277500', '110201.737500', '110202.197500', '110202.657500', '110203.117500', '110203.577500', '110204.037500', '110204.497500', '110204.957500', '110205.417500', '110205.877500', '110206.337500', '110206.797500', '110207.257500', '110207.717500', '110208.177500', '110208.637500', '110209.097500', '110209.557500', '110210.017500', '110210.477500', '110210.937500', '110211.397500', '110211.857500', '110212.317500', '110212.777500', '110213.237500', '110213.697500', '110214.157500', '110214.617500', '110215.077500', '110215.537500', '110215.997500', '110216.457500', '110216.917500', '110217.377500', '110217.837500', '110218.297500', '110218.757500', '110219.217500', '110219.677500', '110220.137500', '110220.597500', '110221.057500', '110221.517500', '110221.977500', '110222.437500', '110222.897500', '110223.357500', '110223.817500', '110224.277500', '110224.737500', '110225.197500', '110225.657500', '110226.117500', '110226.577500', '110227.037500', '110227.497500', '110227.957500', '110228.417500', '110228.877500', '110229.337500', '110229.797500', '110230.257500', '110230.717500', '110231.177500', '110231.637500', '110232.097500', '110232.557500', '110233.017500', '110233.477500', '110233.937500', '110234.397500', '110234.857500', '110235.317500', '110235.777500', '110236.237500', '110236.697500', '110237.157500', '110237.617500', '110238.077500', '110238.537500', '110238.997500', '110239.457500', '110239.917500', '110240.377500', '110240.837500', '110241.297500', '110241.757500', '110242.217500', '110242.677500', '110243.137500', '110243.597500', '110244.057500', '110244.517500', '110244.977500', '110245.437500', '110245.897500', '110246.357500', '110246.817500', '110247.277500', '110247.737500', '110248.197500', '110248.657500', '110249.117500', '110249.577500', '110250.037500', '110250.497500', '110250.957500', '110251.417500', '110251.877500', '110252.337500', '110252.797500', '110253.257500', '110253.717500', '110254.177500', '110254.637500', '110255.097500', '110255.557500', '110256.017500', '110256.477500', '110256.937500', '110257.397500', '110257.857500', '110258.317500', '110258.777500', '110259.237500', '110259.697500', '110300.157500', '110300.617500', '110301.077500', '110301.537500', '110301.997500', '110302.457500', '110302.917500', '110303.377500', '110303.837500', '110304.297500', '110304.757500', '110305.217500', '110305.677500', '110306.137500', '110306.597500', '110307.057500', '110307.517500', '110307.977500', '110308.437500', '110308.897500', '110309.357500', '110309.817500', '110310.277500', '110310.737500', '110311.197500', '110311.657500', '110312.117500', '110312.577500', '110313.037500', '110313.497500', '110313.957500', '110314.417500', '110314.877500', '110315.337500', '110315.797500', '110316.257500', '110316.717500', '110317.177500', '110317.637500', '110318.097500', '110318.557500', '110319.017500', '110319.477500', '110319.937500', '110320.397500', '110320.857500', '110321.317500', '110321.777500', '110322.237500', '110322.697500', '110323.157500', '110323.617500', '110324.077500', '110324.537500', '110324.997500', '110325.457500', '110325.917500', '110326.377500', '110326.837500', '110327.297500', '110327.757500', '110328.217500', '110328.677500', '110329.137500', '110329.597500', '110330.057500', '110330.517500', '110330.977500', '110331.437500', '110331.897500', '110332.357500', '110332.817500', '110333.277500', '110333.737500', '110334.197500', '110334.657500', '110335.117500', '110335.577500', '110336.037500', '110336.497500', '110336.957500', '110337.417500', '110337.877500', '110338.337500', '110338.797500', '110339.257500', '110339.717500', '110340.177500', '110340.637500', '110341.097500', '110341.557500', '110342.017500', '110342.477500', '110342.937500', '110343.397500', '110343.857500', '110344.317500', '110344.777500', '110345.237500', '110345.697500', '110346.157500', '110346.617500', '110347.077500', '110347.537500', '110347.997500', '110348.457500', '110348.917500', '110349.377500', '110349.837500', '110350.297500', '110350.757500', '110351.217500', '110351.677500', '110352.137500', '110352.597500', '110353.057500', '110353.517500', '110353.977500', '110354.437500', '110354.897500', '110355.357500', '110355.817500', '110356.277500', '110356.737500', '110357.197500', '110357.657500', '110358.117500', '110358.577500', '110359.037500', '110359.497500', '110359.957500', '110400.417500', '110400.877500', '110401.337500', '110401.797500', '110402.257500', '110402.717500', '110403.177500', '110403.637500', '110404.097500', '110404.557500', '110405.017500', '110405.477500', '110405.937500', '110406.397500', '110406.857500', '110407.317500', '110407.777500', '110408.237500', '110408.697500', '110409.157500', '110409.617500', '110410.077500', '110410.537500', '110410.997500', '110411.457500', '110411.917500', '110412.377500', '110412.837500', '110413.297500', '110413.757500', '110414.217500', '110414.677500', '110415.137500', '110415.597500', '110416.057500', '110416.517500', '110416.977500', '110417.437500', '110417.897500', '110418.357500', '110418.817500', '110419.277500', '110419.737500', '110420.197500', '110420.657500', '110421.117500', '110421.577500', '110422.037500', '110422.497500', '110422.957500', '110423.417500', '110423.877500', '110424.337500', '110424.797500', '110425.257500', '110425.717500', '110426.177500', '110426.637500', '110427.097500', '110427.557500', '110428.017500', '110428.477500', '110428.937500', '110429.397500', '110429.857500', '110430.317500', '110430.777500', '110431.237500', '110431.697500', '110432.157500', '110432.617500', '110433.077500', '110433.537500', '110433.997500', '110434.457500', '110434.917500', '110435.377500', '110435.837500', '110436.297500', '110436.757500', '110437.217500', '110437.677500', '110438.137500', '110438.597500', '110439.057500', '110439.517500', '110439.977500', '110440.437500', '110440.897500', '110441.357500', '110441.817500', '110442.277500', '110442.737500', '110443.197500', '110443.657500', '110444.117500', '110444.577500', '110445.037500', '110445.497500', '110445.957500', '110446.417500', '110446.877500', '110447.337500', '110447.797500', '110448.257500', '110448.717500', '110449.177500', '110449.637500', '110450.097500', '110450.557500', '110451.017500', '110451.477500', '110451.937500', '110452.397500', '110452.857500', '110453.317500', '110453.777500', '110454.237500', '110454.697500', '110455.157500', '110455.617500', '110456.077500', '110456.537500', '110456.997500', '110457.457500', '110457.917500', '110458.377500', '110458.837500', '110459.297500', '110459.757500', '110500.217500', '110500.677500', '110501.137500', '110501.597500', '110502.057500', '110502.517500', '110502.977500', '110503.437500', '110503.897500', '110504.357500', '110504.817500', '110505.277500', '110505.737500', '110506.197500', '110506.657500', '110507.117500', '110507.577500', '110508.037500', '110508.497500', '110508.957500', '110509.417500', '110509.877500', '110510.337500', '110510.797500', '110511.257500', '110511.717500', '110512.177500', '110512.637500', '110513.097500', '110513.557500', '110514.017500', '110514.477500', '110514.937500', '110515.397500', '110515.857500', '110516.317500', '110516.777500', '110517.237500', '110517.697500', '110518.157500', '110518.617500', '110519.077500', '110519.537500', '110519.997500', '110520.457500', '110520.917500', '110521.377500', '110521.837500', '110522.297500', '110522.757500', '110523.217500', '110523.677500', '110524.137500', '110524.597500', '110525.057500', '110525.517500', '110525.977500', '110526.437500', '110526.897500', '110527.357500', '110527.817500', '110528.277500', '110528.737500', '110529.197500', '110529.657500', '110530.117500', '110530.577500', '110531.037500', '110531.497500', '110531.957500', '110532.417500', '110532.877500', '110533.337500', '110533.797500', '110534.257500', '110534.717500', '110535.177500', '110535.637500', '110536.097500', '110536.557500', '110537.017500', '110537.477500', '110537.937500', '110538.397500', '110538.857500', '110539.317500', '110539.777500', '110540.237500', '110540.697500', '110541.157500', '110541.617500', '110542.077500', '110542.537500', '110542.997500', '110543.457500', '110543.917500', '110544.377500', '110544.837500', '110545.297500', '110545.757500', '110546.217500', '110546.677500', '110547.137500', '110547.597500', '110548.057500', '110548.517500', '110548.977500', '110549.437500', '110549.897500', '110550.357500', '110550.817500', '110551.277500', '110551.737500', '110552.197500', '110552.657500', '110553.117500', '110553.577500', '110554.037500', '110554.497500', '110554.957500', '110555.417500', '110555.877500', '110556.337500', '110556.797500', '110557.257500', '110557.717500', '110558.177500', '110558.637500', '110559.097500', '110559.557500', '110600.017500', '110600.477500', '110600.937500', '110601.397500', '110601.857500', '110602.317500', '110602.777500', '110603.237500', '110603.697500', '110604.157500', '110604.617500', '110605.077500', '110605.537500', '110605.997500', '110606.457500', '110606.917500', '110607.377500', '110607.837500', '110608.297500', '110608.757500', '110609.217500', '110609.677500', '110610.137500', '110610.597500', '110611.057500', '110611.517500', '110611.977500', '110612.437500', '110612.897500', '110613.357500', '110613.817500', '110614.277500', '110614.737500', '110615.197500', '110615.657500', '110616.117500', '110616.577500', '110617.037500', '110617.497500', '110617.957500', '110618.417500', '110618.877500', '110619.337500', '110619.797500', '110620.257500', '110620.717500', '110621.177500', '110621.637500', '110622.097500', '110622.557500', '110623.017500', '110623.477500', '110623.937500', '110624.397500', '110624.857500', '110625.317500', '110625.777500', '110626.237500', '110626.697500', '110627.157500', '110627.617500', '110628.077500', '110628.537500', '110628.997500', '110629.457500', '110629.917500', '110630.377500', '110630.837500', '110631.297500', '110631.757500', '110632.217500', '110632.677500', '110633.137500', '110633.597500', '110634.057500', '110634.517500', '110634.977500', '110635.437500', '110635.897500', '110636.357500', '110636.817500', '110637.277500', '110637.737500', '110638.197500', '110638.657500', '110639.117500', '110639.577500', '110640.037500', '110640.497500', '110640.957500', '110641.417500', '110641.877500', '110642.337500', '110642.797500', '110643.257500', '110643.717500', '110644.177500', '110644.637500', '110645.097500', '110645.557500', '110646.017500', '110646.477500', '110646.937500', '110647.397500', '110647.857500', '110648.317500', '110648.777500', '110649.237500', '110649.697500', '110650.157500', '110650.617500', '110651.077500', '110651.537500', '110651.997500', '110652.457500', '110652.917500', '110653.377500', '110653.837500', '110654.297500', '110654.757500', '110655.217500', '110655.677500', '110656.137500', '110656.597500', '110657.057500', '110657.517500', '110657.977500', '110658.437500', '110658.897500', '110659.357500', '110659.817500', '110700.277500', '110700.737500', '110701.197500', '110701.657500', '110702.117500', '110702.577500', '110703.037500', '110703.497500', '110703.957500', '110704.417500', '110704.877500', '110705.337500', '110705.797500', '110706.257500', '110706.717500', '110707.177500', '110707.637500', '110708.097500', '110708.557500', '110709.017500', '110709.477500', '110709.937500', '110710.397500', '110710.857500', '110711.317500', '110711.777500', '110712.237500', '110712.697500', '110713.157500', '110713.617500', '110714.077500', '110714.537500', '110714.997500', '110715.457500', '110715.917500', '110716.377500', '110716.837500', '110717.297500', '110717.757500', '110718.217500', '110718.677500', '110719.137500', '110719.597500', '110720.057500', '110720.517500', '110720.977500', '110721.437500', '110721.897500', '110722.357500', '110722.817500', '110723.277500', '110723.737500', '110724.197500', '110724.657500', '110725.117500', '110725.577500', '110726.037500', '110726.497500', '110726.957500', '110727.417500', '110727.877500', '110728.337500', '110728.797500', '110729.257500', '110729.717500', '110730.177500', '110730.637500', '110731.097500', '110731.557500', '110732.017500', '110732.477500', '110732.937500', '110733.397500', '110733.857500', '110734.317500', '110734.777500', '110735.237500', '110735.697500', '110736.157500', '110736.617500', '110737.077500', '110737.537500', '110737.997500', '110738.457500', '110738.917500', '110739.377500', '110739.837500', '110740.297500', '110740.757500', '110741.217500', '110741.677500', '110742.137500', '110742.597500', '110743.057500', '110743.517500', '110743.977500', '110744.437500', '110744.897500', '110745.357500', '110745.817500', '110746.277500', '110746.737500', '110747.197500', '110747.657500', '110748.117500', '110748.577500', '110749.037500', '110749.497500', '110749.957500', '110750.417500', '110750.877500', '110751.337500', '110751.797500', '110752.257500', '110752.717500', '110753.177500', '110753.637500', '110754.097500', '110754.557500', '110755.017500', '110755.477500', '110755.937500', '110756.397500', '110756.857500', '110757.317500', '110757.777500', '110758.237500', '110758.697500', '110759.157500', '110759.617500', '110800.077500', '110800.537500', '110800.997500', '110801.457500', '110801.917500', '110802.377500'], 'ContentTime': ['105923.224000', '105923.227000', '105923.230000', '105923.233000', '105923.236000', '105923.239000', '105923.242000', '105923.245000', '105923.247000', '105923.250000', '105923.255000', '105923.258000', '105923.261000', '105923.264000', '105923.267000', '105923.269000', '105923.272000', '105923.275000', '105923.278000', '105923.280000', '105923.283000', '105923.286000', '105923.289000', '105923.292000', '105923.294000', '105943.182000', '105943.185000', '105943.188000', '105943.191000', '105943.193000', '105943.196000', '105943.199000', '105943.202000', '105943.205000', '105943.208000', '105943.210000', '105943.213000', '105943.216000', '105943.219000', '105943.222000', '105943.225000', '105943.234000', '105943.237000', '105943.240000', '105943.242000', '105943.245000', '105943.248000', '105943.251000', '105943.254000', '105943.256000', '105943.264000', '105943.267000', '105943.269000', '105943.272000', '105943.275000', '105943.278000', '105943.281000', '105943.284000', '105943.286000', '105943.289000', '105943.292000', '105943.295000', '105943.298000', '105943.300000', '105943.303000', '105943.306000', '105943.309000', '105943.312000', '105943.314000', '110003.182000', '110003.185000', '110003.188000', '110003.191000', '110003.193000', '110003.196000', '110003.199000', '110003.202000', '110003.205000', '110003.208000', '110003.210000', '110003.213000', '110003.216000', '110003.219000', '110003.222000', '110003.225000', '110003.228000', '110003.230000', '110003.233000', '110003.236000', '110003.239000', '110003.242000', '110003.245000', '110003.247000', '110003.250000', '110003.253000', '110003.256000', '110003.259000', '110003.262000', '110003.269000', '110003.272000', '110003.275000', '110003.278000', '110003.281000', '110003.284000', '110003.287000', '110003.289000', '110003.292000', '110003.295000', '110003.298000', '110003.301000', '110003.303000', '110003.306000', '110023.182000', '110023.185000', '110023.188000', '110023.191000', '110023.193000', '110023.196000', '110023.199000', '110023.202000', '110023.205000', '110023.208000', '110023.210000', '110023.213000', '110023.216000', '110023.219000', '110023.222000', '110023.225000', '110023.228000', '110023.230000', '110023.233000', '110023.236000', '110023.239000', '110023.242000', '110023.245000', '110023.247000', '110023.250000', '110023.253000', '110023.256000', '110023.259000', '110023.262000', '110023.264000', '110023.267000', '110023.270000', '110023.273000', '110023.276000', '110023.279000', '110023.281000', '110023.284000', '110023.287000', '110023.290000', '110023.293000', '110023.295000', '110023.298000', '110023.301000', '110023.304000', '110043.181000', '110043.184000', '110043.187000', '110043.189000', '110043.192000', '110043.195000', '110043.198000', '110043.201000', '110043.203000', '110043.206000', '110043.209000', '110043.212000', '110043.215000', '110043.218000', '110043.221000', '110043.223000', '110043.226000', '110043.229000', '110043.232000', '110043.235000', '110043.238000', '110043.240000', '110043.243000', '110043.246000', '110043.249000', '110043.252000', '110043.254000', '110043.258000', '110043.260000', '110043.263000', '110043.266000', '110043.269000', '110043.272000', '110043.275000', '110043.278000', '110043.281000', '110043.284000', '110043.287000', '110043.289000', '110043.292000', '110043.295000', '110043.298000', '110043.301000', '110103.181000', '110103.184000', '110103.191000', '110103.194000', '110103.197000', '110103.200000', '110103.203000', '110103.206000', '110103.209000', '110103.212000', '110103.215000', '110103.217000', '110103.220000', '110103.223000', '110103.226000', '110103.229000', '110103.232000', '110103.234000', '110103.237000', '110103.240000', '110103.243000', '110103.246000', '110103.248000', '110103.251000', '110103.254000', '110103.257000', '110103.260000', '110103.263000', '110103.266000', '110103.268000', '110103.271000', '110103.274000', '110103.277000', '110103.280000', '110103.283000', '110103.285000', '110103.288000', '110103.291000', '110103.294000', '110103.297000', '110103.300000', '110103.303000', '110103.305000', '110103.308000', '110123.181000', '110123.184000', '110123.187000', '110123.190000', '110123.193000', '110123.195000', '110123.198000', '110123.201000', '110123.204000', '110123.207000', '110123.210000', '110123.223000', '110123.226000', '110123.229000', '110123.232000', '110123.235000', '110123.238000', '110123.241000', '110123.244000', '110123.246000', '110123.249000', '110123.252000', '110123.255000', '110123.258000', '110123.261000', '110123.264000', '110123.269000', '110123.272000', '110123.275000', '110123.277000', '110123.280000', '110123.283000', '110123.286000', '110123.289000', '110123.292000', '110123.295000', '110123.297000', '110123.300000', '110123.303000', '110123.306000', '110123.309000', '110123.312000', '110123.315000', '110143.182000', '110143.185000', '110143.188000', '110143.191000', '110143.193000', '110143.196000', '110143.199000', '110143.202000', '110143.205000', '110143.208000', '110143.210000', '110143.213000', '110143.216000', '110143.219000', '110143.222000', '110143.225000', '110143.227000', '110143.230000', '110143.233000', '110143.236000', '110143.239000', '110143.242000', '110143.244000', '110143.247000', '110143.250000', '110143.253000', '110143.256000', '110143.259000', '110143.261000', '110143.264000', '110143.267000', '110143.270000', '110143.273000', '110143.276000', '110143.279000', '110143.282000', '110143.284000', '110143.287000', '110143.290000', '110143.293000', '110143.296000', '110143.299000', '110143.301000', '110143.304000', '110203.182000', '110203.185000', '110203.188000', '110203.191000', '110203.193000', '110203.196000', '110203.199000', '110203.202000', '110203.205000', '110203.208000', '110203.211000', '110203.213000', '110203.216000', '110203.219000', '110203.222000', '110203.225000', '110203.228000', '110203.230000', '110203.233000', '110203.236000', '110203.239000', '110203.242000', '110203.245000', '110203.248000', '110203.251000', '110203.253000', '110203.256000', '110203.259000', '110203.262000', '110203.265000', '110203.268000', '110203.270000', '110203.273000', '110203.276000', '110203.279000', '110203.282000', '110203.284000', '110203.287000', '110203.290000', '110203.293000', '110203.297000', '110203.302000', '110203.305000', '110223.182000', '110223.185000', '110223.188000', '110223.190000', '110223.193000', '110223.196000', '110223.199000', '110223.202000', '110223.205000', '110223.208000', '110223.210000', '110223.213000', '110223.216000', '110223.219000', '110223.222000', '110223.225000', '110223.228000', '110223.230000', '110223.233000', '110223.236000', '110223.239000', '110223.242000', '110223.245000', '110223.247000', '110223.250000', '110223.253000', '110223.256000', '110223.259000', '110223.262000', '110223.264000', '110223.267000', '110223.270000', '110223.273000', '110223.276000', '110223.279000', '110223.281000', '110223.284000', '110223.287000', '110223.290000', '110223.293000', '110223.296000', '110223.299000', '110223.301000', '110223.304000', '110243.182000', '110243.185000', '110243.188000', '110243.191000', '110243.194000', '110243.196000', '110243.199000', '110243.202000', '110243.205000', '110243.208000', '110243.211000', '110243.214000', '110243.216000', '110243.219000', '110243.222000', '110243.225000', '110243.228000', '110243.231000', '110243.234000', '110243.236000', '110243.239000', '110243.242000', '110243.245000', '110243.249000', '110243.252000', '110243.255000', '110243.258000', '110243.261000', '110243.264000', '110243.266000', '110243.269000', '110243.272000', '110243.275000', '110243.278000', '110243.281000', '110243.284000', '110243.287000', '110243.289000', '110243.292000', '110243.295000', '110243.298000', '110243.301000', '110243.304000', '110303.181000', '110303.184000', '110303.187000', '110303.190000', '110303.193000', '110303.195000', '110303.198000', '110303.201000', '110303.204000', '110303.207000', '110303.210000', '110303.213000', '110303.216000', '110303.218000', '110303.221000', '110303.224000', '110303.227000', '110303.230000', '110303.233000', '110303.235000', '110303.238000', '110303.241000', '110303.244000', '110303.247000', '110303.250000', '110303.253000', '110303.255000', '110303.258000', '110303.261000', '110303.264000', '110303.267000', '110303.270000', '110303.272000', '110303.275000', '110303.278000', '110303.281000', '110303.284000', '110303.287000', '110303.289000', '110303.292000', '110303.295000', '110303.298000', '110303.301000', '110303.304000', '110323.181000', '110323.184000', '110323.187000', '110323.190000', '110323.193000', '110323.195000', '110323.198000', '110323.201000', '110323.204000', '110323.207000', '110323.210000', '110323.213000', '110323.215000', '110323.218000', '110323.221000', '110323.224000', '110323.227000', '110323.230000', '110323.232000', '110323.235000', '110323.238000', '110323.241000', '110323.244000', '110323.247000', '110323.250000', '110323.253000', '110323.255000', '110323.258000', '110323.261000', '110323.264000', '110323.267000', '110323.270000', '110323.272000', '110323.275000', '110323.278000', '110323.281000', '110323.284000', '110323.287000', '110323.290000', '110323.292000', '110323.295000', '110323.298000', '110323.301000', '110343.181000', '110343.184000', '110343.187000', '110343.189000', '110343.192000', '110343.195000', '110343.198000', '110343.201000', '110343.204000', '110343.207000', '110343.210000', '110343.212000', '110343.215000', '110343.218000', '110343.221000', '110343.224000', '110343.227000', '110343.229000', '110343.232000', '110343.235000', '110343.238000', '110343.241000', '110343.244000', '110343.247000', '110343.249000', '110343.252000', '110343.255000', '110343.258000', '110343.261000', '110343.264000', '110343.266000', '110343.269000', '110343.272000', '110343.275000', '110343.278000', '110343.281000', '110343.284000', '110343.287000', '110343.289000', '110343.292000', '110343.295000', '110343.298000', '110343.301000', '110343.304000', '110403.182000', '110403.185000', '110403.188000', '110403.191000', '110403.194000', '110403.197000', '110403.199000', '110403.202000', '110403.205000', '110403.208000', '110403.211000', '110403.214000', '110403.216000', '110403.219000', '110403.222000', '110403.225000', '110403.228000', '110403.231000', '110403.233000', '110403.236000', '110403.239000', '110403.242000', '110403.245000', '110403.248000', '110403.250000', '110403.253000', '110403.256000', '110403.259000', '110403.262000', '110403.265000', '110403.267000', '110403.270000', '110403.273000', '110403.276000', '110403.279000', '110403.282000', '110403.285000', '110403.289000', '110403.292000', '110403.295000', '110403.298000', '110403.300000', '110403.303000', '110423.182000', '110423.185000', '110423.188000', '110423.191000', '110423.193000', '110423.196000', '110423.199000', '110423.202000', '110423.205000', '110423.208000', '110423.211000', '110423.213000', '110423.216000', '110423.219000', '110423.222000', '110423.225000', '110423.228000', '110423.231000', '110423.246000', '110423.249000', '110423.251000', '110423.254000', '110423.257000', '110423.260000', '110423.263000', '110423.266000', '110423.269000', '110423.272000', '110423.274000', '110423.277000', '110423.280000', '110423.283000', '110423.286000', '110423.289000', '110423.292000', '110423.294000', '110423.297000', '110423.300000', '110423.303000', '110423.306000', '110423.309000', '110423.311000', '110423.314000', '110423.317000', '110443.182000', '110443.185000', '110443.188000', '110443.191000', '110443.193000', '110443.196000', '110443.199000', '110443.202000', '110443.205000', '110443.208000', '110443.211000', '110443.213000', '110443.216000', '110443.219000', '110443.222000', '110443.225000', '110443.228000', '110443.231000', '110443.234000', '110443.237000', '110443.239000', '110443.242000', '110443.245000', '110443.248000', '110443.251000', '110443.254000', '110443.256000', '110443.259000', '110443.262000', '110443.265000', '110443.268000', '110443.271000', '110443.273000', '110443.276000', '110443.279000', '110443.282000', '110443.287000', '110443.290000', '110443.292000', '110443.295000', '110443.298000', '110443.301000', '110443.304000', '110503.182000', '110503.185000', '110503.188000', '110503.191000', '110503.193000', '110503.196000', '110503.199000', '110503.202000', '110503.205000', '110503.208000', '110503.210000', '110503.213000', '110503.216000', '110503.219000', '110503.222000', '110503.225000', '110503.228000', '110503.231000', '110503.233000', '110503.236000', '110503.239000', '110503.242000', '110503.245000', '110503.248000', '110503.250000', '110503.253000', '110503.256000', '110503.259000', '110503.262000', '110503.265000', '110503.268000', '110503.270000', '110503.273000', '110503.276000', '110503.279000', '110503.282000', '110503.285000', '110503.287000', '110503.290000', '110503.293000', '110503.296000', '110503.299000', '110503.301000', '110503.304000', '110523.181000', '110523.184000', '110523.187000', '110523.190000', '110523.193000', '110523.196000', '110523.199000', '110523.201000', '110523.204000', '110523.207000', '110523.210000', '110523.213000', '110523.216000', '110523.219000', '110523.222000', '110523.224000', '110523.227000', '110523.230000', '110523.233000', '110523.236000', '110523.239000', '110523.241000', '110523.244000', '110523.247000', '110523.250000', '110523.253000', '110523.256000', '110523.258000', '110523.261000', '110523.264000', '110523.267000', '110523.270000', '110523.273000', '110523.275000', '110523.278000', '110523.281000', '110523.284000', '110523.287000', '110523.290000', '110523.292000', '110523.295000', '110523.298000', '110523.301000', '110543.181000', '110543.184000', '110543.187000', '110543.190000', '110543.193000', '110543.196000', '110543.199000', '110543.201000', '110543.204000', '110543.207000', '110543.210000', '110543.213000', '110543.216000', '110543.218000', '110543.221000', '110543.224000', '110543.227000', '110543.230000', '110543.233000', '110543.236000', '110543.238000', '110543.241000', '110543.244000', '110543.247000', '110543.250000', '110543.253000', '110543.255000', '110543.258000', '110543.261000', '110543.278000', '110543.281000', '110543.284000', '110543.287000', '110543.290000', '110543.293000', '110543.295000', '110543.298000', '110543.301000', '110543.304000', '110543.307000', '110543.310000', '110543.312000', '110543.315000', '110543.318000', '110603.181000', '110603.184000', '110603.187000', '110603.190000', '110603.193000', '110603.196000', '110603.198000', '110603.201000', '110603.204000', '110603.207000', '110603.210000', '110603.213000', '110603.215000', '110603.218000', '110603.221000', '110603.224000', '110603.227000', '110603.230000', '110603.233000', '110603.235000', '110603.238000', '110603.241000', '110603.244000', '110603.247000', '110603.250000', '110603.253000', '110603.255000', '110603.258000', '110603.261000', '110603.264000', '110603.267000', '110603.270000', '110603.273000', '110603.275000', '110603.278000', '110603.281000', '110603.284000', '110603.287000', '110603.296000', '110603.299000', '110603.302000', '110603.305000', '110603.308000', '110623.182000', '110623.185000', '110623.188000', '110623.191000', '110623.194000', '110623.197000', '110623.203000', '110623.206000', '110623.208000', '110623.211000', '110623.214000', '110623.217000', '110623.220000', '110623.223000', '110623.225000', '110623.228000', '110623.231000', '110623.234000', '110623.237000', '110623.240000', '110623.242000', '110623.245000', '110623.248000', '110623.251000', '110623.254000', '110623.257000', '110623.259000', '110623.262000', '110623.265000', '110623.268000', '110623.271000', '110623.274000', '110623.277000', '110623.279000', '110623.282000', '110623.285000', '110623.288000', '110623.291000', '110623.294000', '110623.297000', '110623.299000', '110623.302000', '110623.305000', '110643.182000', '110643.185000', '110643.188000', '110643.191000', '110643.193000', '110643.196000', '110643.199000', '110643.202000', '110643.205000', '110643.208000', '110643.210000', '110643.213000', '110643.216000', '110643.219000', '110643.222000', '110643.225000', '110643.228000', '110643.231000', '110643.234000', '110643.236000', '110643.239000', '110643.242000', '110643.245000', '110643.248000', '110643.251000', '110643.254000', '110643.256000', '110643.259000', '110643.262000', '110643.265000', '110643.268000', '110643.271000', '110643.273000', '110643.276000', '110643.279000', '110643.282000', '110643.285000', '110643.288000', '110643.290000', '110643.293000', '110643.296000', '110643.299000', '110643.302000', '110643.305000', '110703.182000', '110703.185000', '110703.188000', '110703.191000', '110703.194000', '110703.196000', '110703.199000', '110703.202000', '110703.205000', '110703.208000', '110703.211000', '110703.214000', '110703.217000', '110703.219000', '110703.222000', '110703.225000', '110703.228000', '110703.231000', '110703.234000', '110703.237000', '110703.240000', '110703.243000', '110703.246000', '110703.248000', '110703.251000', '110703.262000', '110703.265000', '110703.268000', '110703.271000', '110703.273000', '110703.276000', '110703.279000', '110703.282000', '110703.285000', '110703.287000', '110703.290000', '110703.293000', '110703.296000', '110703.299000', '110703.302000', '110703.304000', '110703.307000', '110703.310000', '110723.182000', '110723.185000', '110723.188000', '110723.191000', '110723.194000', '110723.197000', '110723.199000', '110723.202000', '110723.205000', '110723.208000', '110723.211000', '110723.214000', '110723.217000', '110723.219000', '110723.222000', '110723.225000', '110723.228000', '110723.231000', '110723.234000', '110723.236000', '110723.239000', '110723.242000', '110723.245000', '110723.248000', '110723.251000', '110723.254000', '110723.257000', '110723.259000', '110723.262000', '110723.265000', '110723.268000', '110723.271000', '110723.274000', '110723.277000', '110723.279000', '110723.282000', '110723.285000', '110723.288000', '110723.291000', '110723.294000', '110723.297000', '110723.299000', '110723.302000', '110723.305000', '110743.181000', '110743.184000', '110743.187000', '110743.190000', '110743.193000', '110743.196000', '110743.199000', '110743.201000', '110743.204000', '110743.207000', '110743.210000', '110743.213000', '110743.216000', '110743.219000', '110743.222000', '110743.225000', '110743.228000', '110743.231000', '110743.234000', '110743.237000', '110743.240000', '110743.242000', '110743.245000', '110743.248000', '110743.251000', '110743.254000', '110743.257000', '110743.260000', '110743.262000', '110743.265000', '110743.268000', '110743.271000', '110743.274000', '110743.276000', '110743.279000', '110743.282000', '110743.285000', '110743.288000', '110743.291000', '110743.294000', '110743.296000', '110743.299000', '110743.302000', '110803.181000', '110803.184000', '110803.187000', '110803.190000', '110803.193000', '110803.196000', '110803.199000', '110803.201000', '110803.204000', '110803.207000', '110803.210000', '110803.213000', '110803.216000', '110803.219000', '110803.221000', '110803.224000', '110803.227000', '110803.230000', '110803.233000', '110803.236000', '110803.239000', '110803.242000', '110803.244000', '110803.247000', '110803.250000', '110803.253000', '110803.256000', '110803.259000', '110803.262000', '110803.264000', '110803.267000', '110803.270000', '110803.273000', '110803.276000', '110803.279000', '110803.282000', '110803.285000', '110803.287000', '110803.290000', '110803.293000', '110803.296000', '110803.299000', '110803.302000', '110803.304000', '110803.532000'], 'InstanceCreationTime': ['105923.224000', '105923.227000', '105923.230000', '105923.233000', '105923.236000', '105923.239000', '105923.242000', '105923.245000', '105923.247000', '105923.250000', '105923.255000', '105923.258000', '105923.261000', '105923.264000', '105923.267000', '105923.269000', '105923.272000', '105923.275000', '105923.278000', '105923.280000', '105923.283000', '105923.286000', '105923.289000', '105923.292000', '105923.294000', '105943.182000', '105943.185000', '105943.188000', '105943.191000', '105943.193000', '105943.196000', '105943.199000', '105943.202000', '105943.205000', '105943.208000', '105943.210000', '105943.213000', '105943.216000', '105943.219000', '105943.222000', '105943.225000', '105943.234000', '105943.237000', '105943.240000', '105943.242000', '105943.245000', '105943.248000', '105943.251000', '105943.254000', '105943.256000', '105943.264000', '105943.267000', '105943.269000', '105943.272000', '105943.275000', '105943.278000', '105943.281000', '105943.284000', '105943.286000', '105943.289000', '105943.292000', '105943.295000', '105943.298000', '105943.300000', '105943.303000', '105943.306000', '105943.309000', '105943.312000', '105943.314000', '110003.182000', '110003.185000', '110003.188000', '110003.191000', '110003.193000', '110003.196000', '110003.199000', '110003.202000', '110003.205000', '110003.208000', '110003.210000', '110003.213000', '110003.216000', '110003.219000', '110003.222000', '110003.225000', '110003.228000', '110003.230000', '110003.233000', '110003.236000', '110003.239000', '110003.242000', '110003.245000', '110003.247000', '110003.250000', '110003.253000', '110003.256000', '110003.259000', '110003.262000', '110003.269000', '110003.272000', '110003.275000', '110003.278000', '110003.281000', '110003.284000', '110003.287000', '110003.289000', '110003.292000', '110003.295000', '110003.298000', '110003.301000', '110003.303000', '110003.306000', '110023.182000', '110023.185000', '110023.188000', '110023.191000', '110023.193000', '110023.196000', '110023.199000', '110023.202000', '110023.205000', '110023.208000', '110023.210000', '110023.213000', '110023.216000', '110023.219000', '110023.222000', '110023.225000', '110023.228000', '110023.230000', '110023.233000', '110023.236000', '110023.239000', '110023.242000', '110023.245000', '110023.247000', '110023.250000', '110023.253000', '110023.256000', '110023.259000', '110023.262000', '110023.264000', '110023.267000', '110023.270000', '110023.273000', '110023.276000', '110023.279000', '110023.281000', '110023.284000', '110023.287000', '110023.290000', '110023.293000', '110023.295000', '110023.298000', '110023.301000', '110023.304000', '110043.181000', '110043.184000', '110043.187000', '110043.189000', '110043.192000', '110043.195000', '110043.198000', '110043.201000', '110043.203000', '110043.206000', '110043.209000', '110043.212000', '110043.215000', '110043.218000', '110043.221000', '110043.223000', '110043.226000', '110043.229000', '110043.232000', '110043.235000', '110043.238000', '110043.240000', '110043.243000', '110043.246000', '110043.249000', '110043.252000', '110043.254000', '110043.258000', '110043.260000', '110043.263000', '110043.266000', '110043.269000', '110043.272000', '110043.275000', '110043.278000', '110043.281000', '110043.284000', '110043.287000', '110043.289000', '110043.292000', '110043.295000', '110043.298000', '110043.301000', '110103.181000', '110103.184000', '110103.191000', '110103.194000', '110103.197000', '110103.200000', '110103.203000', '110103.206000', '110103.209000', '110103.212000', '110103.215000', '110103.217000', '110103.220000', '110103.223000', '110103.226000', '110103.229000', '110103.232000', '110103.234000', '110103.237000', '110103.240000', '110103.243000', '110103.246000', '110103.248000', '110103.251000', '110103.254000', '110103.257000', '110103.260000', '110103.263000', '110103.266000', '110103.268000', '110103.271000', '110103.274000', '110103.277000', '110103.280000', '110103.283000', '110103.285000', '110103.288000', '110103.291000', '110103.294000', '110103.297000', '110103.300000', '110103.303000', '110103.305000', '110103.308000', '110123.181000', '110123.184000', '110123.187000', '110123.190000', '110123.193000', '110123.195000', '110123.198000', '110123.201000', '110123.204000', '110123.207000', '110123.210000', '110123.223000', '110123.226000', '110123.229000', '110123.232000', '110123.235000', '110123.238000', '110123.241000', '110123.244000', '110123.246000', '110123.249000', '110123.252000', '110123.255000', '110123.258000', '110123.261000', '110123.264000', '110123.269000', '110123.272000', '110123.275000', '110123.277000', '110123.280000', '110123.283000', '110123.286000', '110123.289000', '110123.292000', '110123.295000', '110123.297000', '110123.300000', '110123.303000', '110123.306000', '110123.309000', '110123.312000', '110123.315000', '110143.182000', '110143.185000', '110143.188000', '110143.191000', '110143.193000', '110143.196000', '110143.199000', '110143.202000', '110143.205000', '110143.208000', '110143.210000', '110143.213000', '110143.216000', '110143.219000', '110143.222000', '110143.225000', '110143.227000', '110143.230000', '110143.233000', '110143.236000', '110143.239000', '110143.242000', '110143.244000', '110143.247000', '110143.250000', '110143.253000', '110143.256000', '110143.259000', '110143.261000', '110143.264000', '110143.267000', '110143.270000', '110143.273000', '110143.276000', '110143.279000', '110143.282000', '110143.284000', '110143.287000', '110143.290000', '110143.293000', '110143.296000', '110143.299000', '110143.301000', '110143.304000', '110203.182000', '110203.185000', '110203.188000', '110203.191000', '110203.193000', '110203.196000', '110203.199000', '110203.202000', '110203.205000', '110203.208000', '110203.211000', '110203.213000', '110203.216000', '110203.219000', '110203.222000', '110203.225000', '110203.228000', '110203.230000', '110203.233000', '110203.236000', '110203.239000', '110203.242000', '110203.245000', '110203.248000', '110203.251000', '110203.253000', '110203.256000', '110203.259000', '110203.262000', '110203.265000', '110203.268000', '110203.270000', '110203.273000', '110203.276000', '110203.279000', '110203.282000', '110203.284000', '110203.287000', '110203.290000', '110203.293000', '110203.297000', '110203.302000', '110203.305000', '110223.182000', '110223.185000', '110223.188000', '110223.190000', '110223.193000', '110223.196000', '110223.199000', '110223.202000', '110223.205000', '110223.208000', '110223.210000', '110223.213000', '110223.216000', '110223.219000', '110223.222000', '110223.225000', '110223.228000', '110223.230000', '110223.233000', '110223.236000', '110223.239000', '110223.242000', '110223.245000', '110223.247000', '110223.250000', '110223.253000', '110223.256000', '110223.259000', '110223.262000', '110223.264000', '110223.267000', '110223.270000', '110223.273000', '110223.276000', '110223.279000', '110223.281000', '110223.284000', '110223.287000', '110223.290000', '110223.293000', '110223.296000', '110223.299000', '110223.301000', '110223.304000', '110243.182000', '110243.185000', '110243.188000', '110243.191000', '110243.194000', '110243.196000', '110243.199000', '110243.202000', '110243.205000', '110243.208000', '110243.211000', '110243.214000', '110243.216000', '110243.219000', '110243.222000', '110243.225000', '110243.228000', '110243.231000', '110243.234000', '110243.236000', '110243.239000', '110243.242000', '110243.245000', '110243.249000', '110243.252000', '110243.255000', '110243.258000', '110243.261000', '110243.264000', '110243.266000', '110243.269000', '110243.272000', '110243.275000', '110243.278000', '110243.281000', '110243.284000', '110243.287000', '110243.289000', '110243.292000', '110243.295000', '110243.298000', '110243.301000', '110243.304000', '110303.181000', '110303.184000', '110303.187000', '110303.190000', '110303.193000', '110303.195000', '110303.198000', '110303.201000', '110303.204000', '110303.207000', '110303.210000', '110303.213000', '110303.216000', '110303.218000', '110303.221000', '110303.224000', '110303.227000', '110303.230000', '110303.233000', '110303.235000', '110303.238000', '110303.241000', '110303.244000', '110303.247000', '110303.250000', '110303.253000', '110303.255000', '110303.258000', '110303.261000', '110303.264000', '110303.267000', '110303.270000', '110303.272000', '110303.275000', '110303.278000', '110303.281000', '110303.284000', '110303.287000', '110303.289000', '110303.292000', '110303.295000', '110303.298000', '110303.301000', '110303.304000', '110323.181000', '110323.184000', '110323.187000', '110323.190000', '110323.193000', '110323.195000', '110323.198000', '110323.201000', '110323.204000', '110323.207000', '110323.210000', '110323.213000', '110323.215000', '110323.218000', '110323.221000', '110323.224000', '110323.227000', '110323.230000', '110323.232000', '110323.235000', '110323.238000', '110323.241000', '110323.244000', '110323.247000', '110323.250000', '110323.253000', '110323.255000', '110323.258000', '110323.261000', '110323.264000', '110323.267000', '110323.270000', '110323.272000', '110323.275000', '110323.278000', '110323.281000', '110323.284000', '110323.287000', '110323.290000', '110323.292000', '110323.295000', '110323.298000', '110323.301000', '110343.181000', '110343.184000', '110343.187000', '110343.189000', '110343.192000', '110343.195000', '110343.198000', '110343.201000', '110343.204000', '110343.207000', '110343.210000', '110343.212000', '110343.215000', '110343.218000', '110343.221000', '110343.224000', '110343.227000', '110343.229000', '110343.232000', '110343.235000', '110343.238000', '110343.241000', '110343.244000', '110343.247000', '110343.249000', '110343.252000', '110343.255000', '110343.258000', '110343.261000', '110343.264000', '110343.266000', '110343.269000', '110343.272000', '110343.275000', '110343.278000', '110343.281000', '110343.284000', '110343.287000', '110343.289000', '110343.292000', '110343.295000', '110343.298000', '110343.301000', '110343.304000', '110403.182000', '110403.185000', '110403.188000', '110403.191000', '110403.194000', '110403.197000', '110403.199000', '110403.202000', '110403.205000', '110403.208000', '110403.211000', '110403.214000', '110403.216000', '110403.219000', '110403.222000', '110403.225000', '110403.228000', '110403.231000', '110403.233000', '110403.236000', '110403.239000', '110403.242000', '110403.245000', '110403.248000', '110403.250000', '110403.253000', '110403.256000', '110403.259000', '110403.262000', '110403.265000', '110403.267000', '110403.270000', '110403.273000', '110403.276000', '110403.279000', '110403.282000', '110403.285000', '110403.289000', '110403.292000', '110403.295000', '110403.298000', '110403.300000', '110403.303000', '110423.182000', '110423.185000', '110423.188000', '110423.191000', '110423.193000', '110423.196000', '110423.199000', '110423.202000', '110423.205000', '110423.208000', '110423.211000', '110423.213000', '110423.216000', '110423.219000', '110423.222000', '110423.225000', '110423.228000', '110423.231000', '110423.246000', '110423.249000', '110423.251000', '110423.254000', '110423.257000', '110423.260000', '110423.263000', '110423.266000', '110423.269000', '110423.272000', '110423.274000', '110423.277000', '110423.280000', '110423.283000', '110423.286000', '110423.289000', '110423.292000', '110423.294000', '110423.297000', '110423.300000', '110423.303000', '110423.306000', '110423.309000', '110423.311000', '110423.314000', '110423.317000', '110443.182000', '110443.185000', '110443.188000', '110443.191000', '110443.193000', '110443.196000', '110443.199000', '110443.202000', '110443.205000', '110443.208000', '110443.211000', '110443.213000', '110443.216000', '110443.219000', '110443.222000', '110443.225000', '110443.228000', '110443.231000', '110443.234000', '110443.237000', '110443.239000', '110443.242000', '110443.245000', '110443.248000', '110443.251000', '110443.254000', '110443.256000', '110443.259000', '110443.262000', '110443.265000', '110443.268000', '110443.271000', '110443.273000', '110443.276000', '110443.279000', '110443.282000', '110443.287000', '110443.290000', '110443.292000', '110443.295000', '110443.298000', '110443.301000', '110443.304000', '110503.182000', '110503.185000', '110503.188000', '110503.191000', '110503.193000', '110503.196000', '110503.199000', '110503.202000', '110503.205000', '110503.208000', '110503.210000', '110503.213000', '110503.216000', '110503.219000', '110503.222000', '110503.225000', '110503.228000', '110503.231000', '110503.233000', '110503.236000', '110503.239000', '110503.242000', '110503.245000', '110503.248000', '110503.250000', '110503.253000', '110503.256000', '110503.259000', '110503.262000', '110503.265000', '110503.268000', '110503.270000', '110503.273000', '110503.276000', '110503.279000', '110503.282000', '110503.285000', '110503.287000', '110503.290000', '110503.293000', '110503.296000', '110503.299000', '110503.301000', '110503.304000', '110523.181000', '110523.184000', '110523.187000', '110523.190000', '110523.193000', '110523.196000', '110523.199000', '110523.201000', '110523.204000', '110523.207000', '110523.210000', '110523.213000', '110523.216000', '110523.219000', '110523.222000', '110523.224000', '110523.227000', '110523.230000', '110523.233000', '110523.236000', '110523.239000', '110523.241000', '110523.244000', '110523.247000', '110523.250000', '110523.253000', '110523.256000', '110523.258000', '110523.261000', '110523.264000', '110523.267000', '110523.270000', '110523.273000', '110523.275000', '110523.278000', '110523.281000', '110523.284000', '110523.287000', '110523.290000', '110523.292000', '110523.295000', '110523.298000', '110523.301000', '110543.181000', '110543.184000', '110543.187000', '110543.190000', '110543.193000', '110543.196000', '110543.199000', '110543.201000', '110543.204000', '110543.207000', '110543.210000', '110543.213000', '110543.216000', '110543.218000', '110543.221000', '110543.224000', '110543.227000', '110543.230000', '110543.233000', '110543.236000', '110543.238000', '110543.241000', '110543.244000', '110543.247000', '110543.250000', '110543.253000', '110543.255000', '110543.258000', '110543.261000', '110543.278000', '110543.281000', '110543.284000', '110543.287000', '110543.290000', '110543.293000', '110543.295000', '110543.298000', '110543.301000', '110543.304000', '110543.307000', '110543.310000', '110543.312000', '110543.315000', '110543.318000', '110603.181000', '110603.184000', '110603.187000', '110603.190000', '110603.193000', '110603.196000', '110603.198000', '110603.201000', '110603.204000', '110603.207000', '110603.210000', '110603.213000', '110603.215000', '110603.218000', '110603.221000', '110603.224000', '110603.227000', '110603.230000', '110603.233000', '110603.235000', '110603.238000', '110603.241000', '110603.244000', '110603.247000', '110603.250000', '110603.253000', '110603.255000', '110603.258000', '110603.261000', '110603.264000', '110603.267000', '110603.270000', '110603.273000', '110603.275000', '110603.278000', '110603.281000', '110603.284000', '110603.287000', '110603.296000', '110603.299000', '110603.302000', '110603.305000', '110603.308000', '110623.182000', '110623.185000', '110623.188000', '110623.191000', '110623.194000', '110623.197000', '110623.203000', '110623.206000', '110623.208000', '110623.211000', '110623.214000', '110623.217000', '110623.220000', '110623.223000', '110623.225000', '110623.228000', '110623.231000', '110623.234000', '110623.237000', '110623.240000', '110623.242000', '110623.245000', '110623.248000', '110623.251000', '110623.254000', '110623.257000', '110623.259000', '110623.262000', '110623.265000', '110623.268000', '110623.271000', '110623.274000', '110623.277000', '110623.279000', '110623.282000', '110623.285000', '110623.288000', '110623.291000', '110623.294000', '110623.297000', '110623.299000', '110623.302000', '110623.305000', '110643.182000', '110643.185000', '110643.188000', '110643.191000', '110643.193000', '110643.196000', '110643.199000', '110643.202000', '110643.205000', '110643.208000', '110643.210000', '110643.213000', '110643.216000', '110643.219000', '110643.222000', '110643.225000', '110643.228000', '110643.231000', '110643.234000', '110643.236000', '110643.239000', '110643.242000', '110643.245000', '110643.248000', '110643.251000', '110643.254000', '110643.256000', '110643.259000', '110643.262000', '110643.265000', '110643.268000', '110643.271000', '110643.273000', '110643.276000', '110643.279000', '110643.282000', '110643.285000', '110643.288000', '110643.290000', '110643.293000', '110643.296000', '110643.299000', '110643.302000', '110643.305000', '110703.182000', '110703.185000', '110703.188000', '110703.191000', '110703.194000', '110703.196000', '110703.199000', '110703.202000', '110703.205000', '110703.208000', '110703.211000', '110703.214000', '110703.217000', '110703.219000', '110703.222000', '110703.225000', '110703.228000', '110703.231000', '110703.234000', '110703.237000', '110703.240000', '110703.243000', '110703.246000', '110703.248000', '110703.251000', '110703.262000', '110703.265000', '110703.268000', '110703.271000', '110703.273000', '110703.276000', '110703.279000', '110703.282000', '110703.285000', '110703.287000', '110703.290000', '110703.293000', '110703.296000', '110703.299000', '110703.302000', '110703.304000', '110703.307000', '110703.310000', '110723.182000', '110723.185000', '110723.188000', '110723.191000', '110723.194000', '110723.197000', '110723.199000', '110723.202000', '110723.205000', '110723.208000', '110723.211000', '110723.214000', '110723.217000', '110723.219000', '110723.222000', '110723.225000', '110723.228000', '110723.231000', '110723.234000', '110723.236000', '110723.239000', '110723.242000', '110723.245000', '110723.248000', '110723.251000', '110723.254000', '110723.257000', '110723.259000', '110723.262000', '110723.265000', '110723.268000', '110723.271000', '110723.274000', '110723.277000', '110723.279000', '110723.282000', '110723.285000', '110723.288000', '110723.291000', '110723.294000', '110723.297000', '110723.299000', '110723.302000', '110723.305000', '110743.181000', '110743.184000', '110743.187000', '110743.190000', '110743.193000', '110743.196000', '110743.199000', '110743.201000', '110743.204000', '110743.207000', '110743.210000', '110743.213000', '110743.216000', '110743.219000', '110743.222000', '110743.225000', '110743.228000', '110743.231000', '110743.234000', '110743.237000', '110743.240000', '110743.242000', '110743.245000', '110743.248000', '110743.251000', '110743.254000', '110743.257000', '110743.260000', '110743.262000', '110743.265000', '110743.268000', '110743.271000', '110743.274000', '110743.276000', '110743.279000', '110743.282000', '110743.285000', '110743.288000', '110743.291000', '110743.294000', '110743.296000', '110743.299000', '110743.302000', '110803.181000', '110803.184000', '110803.187000', '110803.190000', '110803.193000', '110803.196000', '110803.199000', '110803.201000', '110803.204000', '110803.207000', '110803.210000', '110803.213000', '110803.216000', '110803.219000', '110803.221000', '110803.224000', '110803.227000', '110803.230000', '110803.233000', '110803.236000', '110803.239000', '110803.242000', '110803.244000', '110803.247000', '110803.250000', '110803.253000', '110803.256000', '110803.259000', '110803.262000', '110803.264000', '110803.267000', '110803.270000', '110803.273000', '110803.276000', '110803.279000', '110803.282000', '110803.285000', '110803.287000', '110803.290000', '110803.293000', '110803.296000', '110803.299000', '110803.302000', '110803.304000', '110803.532000'], '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': [7092, 9075, 7021, 8372, 10056, 7090, 10242, 6930, 8172, 9234, 6828, 8903, 7381, 7581, 9772, 6777, 8593, 7144, 7299, 10357, 6666, 8894, 6942, 7040, 8877, 6637, 8010, 6808, 7019, 8610, 6765, 7689, 8106, 7279, 9053, 6464, 7943, 7861, 6727, 10444, 6916, 9010, 7169, 6972, 10124, 6749, 8611, 6971, 7095, 9826, 6718, 8305, 7471, 7470, 11392, 7490, 10006, 6724, 7626, 8364, 7004, 10076, 7236, 8044, 7353, 6784, 10337, 6759, 8803, 7116, 7256, 9658, 6847, 8919, 6978, 7515, 10390, 6770, 7923, 6980, 7121, 11389, 6781, 8888, 6912, 7262, 10023, 7025, 9619, 7055, 8023, 9381, 7005, 8835, 6448, 7452, 10004, 7154, 9539, 6490, 7703, 6934, 6795, 9065, 6498, 8300, 7157, 7105, 8332, 6775, 8444, 7466, 7196, 11500, 6610, 9172, 6976, 7610, 8850, 7063, 8835, 6535, 8197, 7383, 7244, 9046, 6684, 8203, 7626, 7034, 11503, 6827, 8874, 7284, 6976, 9116, 6780, 8166, 7267, 7309, 10750, 7125, 8675, 6545, 7284, 8912, 6695, 9540, 6920, 7659, 8353, 6737, 8828, 6403, 7832, 9476, 7129, 9535, 6474, 7501, 7007, 6996, 9896, 6881, 8836, 7547, 6927, 9782, 6862, 9695, 7244, 8659, 12567, 7059, 10264, 6783, 8546, 6944, 7559, 9313, 7045, 9178, 6520, 8928, 11312, 7219, 10596, 6787, 8490, 7649, 7252, 10708, 7155, 9760, 6957, 7369, 9488, 6838, 10006, 7563, 7498, 9720, 6751, 9272, 7067, 7504, 9147, 6986, 10052, 6819, 7608, 7415, 6932, 9155, 6795, 7889, 7835, 6808, 10461, 7054, 8818, 8879, 6999, 9993, 7452, 8793, 12485, 7130, 9946, 6692, 7236, 9331, 7105, 8610, 7113, 7187, 9854, 6809, 8436, 7215, 6985, 9865, 6641, 7479, 7473, 7053, 8812, 6516, 7738, 7047, 6890, 9005, 6685, 7183, 7678, 6924, 9887, 6610, 8191, 7847, 7120, 10182, 7099, 9305, 7264, 7304, 10666, 6636, 9227, 6728, 8079, 10625, 6822, 9484, 6501, 7656, 7262, 7036, 9110, 6753, 8749, 7869, 6894, 9161, 6527, 9112, 8902, 7352, 10521, 6497, 8275, 7782, 7289, 12202, 6658, 9097, 7190, 7254, 10285, 6913, 9471, 6635, 7283, 9014, 6860, 8611, 6603, 7609, 10681, 6991, 9637, 6533, 7327, 7939, 6880, 10058, 6947, 8677, 7740, 6922, 9474, 6822, 9351, 7639, 7071, 10681, 6753, 8131, 7525, 7307, 11930, 6839, 9011, 6956, 7083, 10888, 6670, 9744, 6568, 7294, 9796, 6881, 8675, 6669, 7420, 7279, 6635, 8523, 6722, 7802, 7862, 6949, 9232, 6801, 7758, 7540, 7083, 10564, 6929, 8541, 6893, 7338, 10110, 6663, 10082, 6874, 7316, 8351, 6776, 9421, 6982, 8354, 8041, 6730, 9085, 6853, 9518, 8028, 7382, 11401, 6741, 9137, 7132, 8260, 12174, 7025, 10088, 6910, 7415, 8632, 6786, 9789, 6890, 7763, 7353, 6858, 9519, 6513, 8307, 8829, 6763, 9819, 6726, 7538, 6994, 7160, 9490, 6486, 8042, 7194, 7000, 9296, 6603, 7662, 7548, 7242, 9545, 6455, 7696, 6969, 6820, 10095, 6853, 8631, 7727, 7541, 11517, 6759, 8803, 6677, 7440, 10285, 7018, 10153, 6819, 7795, 7244, 6827, 8959, 6960, 8628, 6863, 6950, 10655, 6790, 10036, 7384, 7674, 9688, 6953, 9119, 6956, 8102, 8845, 7374, 11883, 7180, 8947, 7742, 7261, 9744, 6918, 10355, 8159, 7658, 10457, 6783, 9702, 6530, 7267, 9431, 6718, 8781, 6637, 7669, 7720, 6758, 9110, 6859, 8213, 8085, 7506, 9990, 6814, 8078, 7580, 7283, 11092, 6588, 8894, 6850, 7628, 8257, 6796, 9509, 6733, 8209, 7398, 7047, 10016, 6849, 8432, 6691, 7672, 8839, 7126, 9529, 6710, 7970, 7233, 7484, 11942, 7070, 10779, 6749, 7775, 10188, 7473, 11732, 7165, 8099, 7224, 7007, 10121, 6893, 9024, 6524, 7942, 7514, 6850, 8922, 6823, 9291, 8899, 7705, 11421, 6863, 8893, 6841, 7877, 11625, 7033, 9950, 7084, 8181, 8585, 7361, 10818, 6677, 8055, 6792, 7033, 9265, 6840, 9334, 6993, 7841, 7408, 6884, 8502, 6982, 9423, 7639, 7629, 10324, 7128, 8022, 6897, 7484, 10579, 7019, 8997, 6814, 7605, 7959, 7083, 9788, 7099, 9407, 7453, 7399, 10719, 7104, 7907, 6668, 7550, 11108, 7209, 10545, 6949, 7969, 7731, 7044, 10083, 6950, 8027, 9094, 7737, 10249, 7082, 8530, 6493, 7431, 9640, 7046, 8858, 6666, 7942, 8475, 7815, 10421, 6872, 8610, 7107, 7310, 11623, 6697, 10898, 6770, 7424, 9742, 6962, 9407, 6928, 7699, 8405, 7024, 9118, 6740, 7757, 8500, 7053, 9370, 6679, 8060, 7203, 7235, 9627, 6774, 9356, 6905, 7327, 9619, 7095, 9879, 6886, 8407, 11465, 6942, 9980, 6953, 7812, 11289, 7698, 10675, 6930, 8023, 9146, 7012, 9750, 6773, 7850, 9245, 7069, 9090, 6877, 8281, 10553, 6988, 9880, 6785, 7770, 7200, 7146, 9313, 6806, 8268, 7015, 6950, 10663, 6975, 8549, 6953, 8092, 12192, 7121, 10802, 7033, 7772, 9958, 6848, 9131, 7054, 8935, 12740, 7050, 9758, 7176, 7723, 7954, 6969, 9618, 6952, 7742, 7949, 7089, 10698, 6939, 8088, 7347, 6826, 9602, 6970, 8205, 7611, 7261, 11057, 7069, 8320, 7678, 6876, 9930, 6899, 9058, 8740, 7741, 10188, 6974, 7954, 7237, 7078, 9027, 7080, 8509, 7156, 7018, 9693, 7057, 7701, 7664, 7117, 9003, 6781, 8098, 6800, 7031, 9424, 6928, 8447, 7209, 7408, 10080, 6929, 8428, 6744, 8033, 8966, 7280, 9586, 6832, 7804, 6852, 7843, 7361, 9082, 7375, 7395, 11162, 6783, 9498, 7643, 8113, 9702, 6847, 9536, 6780, 8232, 8038, 7264, 9808, 6953, 8033, 6852, 7464, 9181, 7002, 9950, 6925, 7937, 6881, 7600, 10712, 6861, 9909, 6810, 7924, 7843, 7206, 10828, 6842, 9676, 7384, 7381, 10868, 7078, 10344, 7001, 7959, 7710, 7031, 10290, 6948, 8851, 7050, 7982, 7883, 6908, 8843, 6795, 7726, 7867, 7235, 9921, 6750, 8356, 7439, 7329, 9211, 6657, 7891, 7351, 7346, 10037, 7197, 9257, 6998, 7824, 7778, 7205, 10282, 6991, 8795, 7030, 7715, 7809, 7182, 9650, 6881, 9835, 8160, 7488, 11261, 6854, 8611, 7514, 7578, 11755, 7135, 9434, 7280, 7568, 10662, 7078, 9265, 7671, 7325, 11653, 6954, 8240, 7344, 7008, 9266, 6957, 8369, 8174, 7177, 9512, 6936, 7769, 7923, 7156, 9933, 6792, 9313, 7722, 7119, 9161, 7076, 9623, 7888, 7200, 10643, 6767, 8501, 7572, 7019, 9578, 7184, 7656, 7679, 7024, 10158, 6921, 7500, 7661, 6913, 9168, 6897, 7731, 7941, 6757, 9921, 6805, 7637, 10046, 6879, 9780, 6899, 7736, 7720, 7018, 9344, 6776, 7680, 7624, 6960, 9495, 6830, 7534, 9415, 6970, 9882, 7059, 7730, 9011, 7073, 9128, 7124, 7867, 10422, 7196, 8970, 7103, 7267, 10999, 7120, 9011, 7340, 7345, 10815, 7149, 8434, 7570, 7371, 10411, 7044, 8857, 7216, 7641, 7633, 6952, 9035, 6948, 7845, 7635, 7048, 11128, 7151, 8937, 7254, 7737, 10628, 7384, 10822, 7477, 8810, 8653, 7134, 9557, 7083, 8987, 8336, 7930, 11123, 7232, 9836, 7151, 8652, 7122, 7987, 7945, 7217, 9822, 7003, 8947, 8005, 8116, 11989, 6922, 10126, 6976, 7963, 9728, 6909, 10208, 7065, 7943, 7696, 7180, 10171, 6787, 8222, 7065, 7249, 10180, 6853, 9085, 7070, 7786, 7476, 6983, 8732, 6992, 8323, 7261, 7271, 11041, 7058, 9840, 7196, 7706, 8719, 7107, 10180, 6926, 8424, 7276, 7051, 10876, 7170, 9469, 7139, 7637, 9480, 6945, 9105, 6962, 8244, 8979, 7353, 9938, 7078, 7912, 7155, 7087, 10052, 6907, 9809, 7129, 7790, 7741, 6942, 9007, 6985, 9142, 7326, 7132, 10122, 6844, 9402, 7081, 8584, 10716, 7633, 10502, 7011, 7989, 7843, 6984, 10507, 6949, 8025, 7235, 7089, 10931, 6936, 9011, 6867, 7251, 8242, 7034, 9787, 7017, 7899, 7460, 6938, 10078, 6914, 9969, 8464, 7546, 11018, 6934, 10395, 7247, 8836, 11063, 7490, 11200, 6813, 8760, 7371, 7226, 10077, 7101, 9930, 7187, 8060, 8150, 7199, 10454, 6921, 9552, 7568, 7358, 9865, 6914, 9920, 8270, 8914, 12612, 6939, 7517, 6993, 9354, 7263, 9498, 7806, 7295, 10353, 7109, 9885, 7596, 7662, 11465, 6665, 10036, 7096, 7824, 10357, 7058, 10582, 6888, 8404, 7314, 7594, 8542], 'WindowCenter': [4147.0, 4166.0, 4121.0, 4140.0, 4158.0, 4106.0, 4158.0, 4104.0, 4125.0, 4132.0, 4091.0, 4133.0, 4102.0, 4114.0, 4143.0, 4094.0, 4133.0, 4103.0, 4116.0, 4155.0, 4105.0, 4147.0, 4104.0, 4105.0, 4144.0, 4108.0, 4125.0, 4106.0, 4107.0, 4135.0, 4105.0, 4127.0, 4125.0, 4117.0, 4145.0, 4096.0, 4126.0, 4124.0, 4106.0, 4157.0, 4105.0, 4145.0, 4102.0, 4105.0, 4155.0, 4093.0, 4137.0, 4105.0, 4107.0, 4157.0, 4105.0, 4137.0, 4102.0, 4116.0, 4165.0, 4103.0, 4146.0, 4092.0, 4114.0, 4122.0, 4104.0, 4145.0, 4102.0, 4123.0, 4101.0, 4093.0, 4153.0, 4093.0, 4132.0, 4093.0, 4103.0, 4143.0, 4093.0, 4134.0, 4102.0, 4114.0, 4154.0, 4093.0, 4123.0, 4103.0, 4104.0, 4163.0, 4092.0, 4133.0, 4091.0, 4102.0, 4142.0, 4104.0, 4145.0, 4092.0, 4115.0, 4131.0, 4091.0, 4132.0, 4081.0, 4101.0, 4141.0, 4091.0, 4142.0, 4094.0, 4113.0, 4102.0, 4093.0, 4133.0, 4083.0, 4123.0, 4102.0, 4104.0, 4122.0, 4093.0, 4123.0, 4114.0, 4116.0, 4163.0, 4093.0, 4143.0, 4101.0, 4113.0, 4133.0, 4105.0, 4145.0, 4094.0, 4136.0, 4114.0, 4115.0, 4144.0, 4094.0, 4136.0, 4114.0, 4115.0, 4166.0, 4094.0, 4134.0, 4100.0, 4102.0, 4131.0, 4094.0, 4122.0, 4113.0, 4116.0, 4165.0, 4104.0, 4135.0, 4093.0, 4115.0, 4134.0, 4104.0, 4155.0, 4105.0, 4126.0, 4123.0, 4093.0, 4134.0, 4083.0, 4114.0, 4143.0, 4105.0, 4142.0, 4082.0, 4113.0, 4103.0, 4106.0, 4156.0, 4104.0, 4135.0, 4112.0, 4104.0, 4155.0, 4105.0, 4157.0, 4117.0, 4136.0, 4164.0, 4103.0, 4153.0, 4094.0, 4134.0, 4104.0, 4115.0, 4132.0, 4104.0, 4145.0, 4083.0, 4135.0, 4153.0, 4103.0, 4142.0, 4080.0, 4123.0, 4099.0, 4101.0, 4142.0, 4092.0, 4142.0, 4090.0, 4102.0, 4143.0, 4092.0, 4144.0, 4111.0, 4102.0, 4130.0, 4090.0, 4132.0, 4091.0, 4102.0, 4130.0, 4091.0, 4143.0, 4091.0, 4111.0, 4100.0, 4092.0, 4132.0, 4092.0, 4123.0, 4113.0, 4094.0, 4154.0, 4102.0, 4134.0, 4132.0, 4103.0, 4142.0, 4101.0, 4123.0, 4161.0, 4089.0, 4130.0, 4079.0, 4100.0, 4128.0, 4089.0, 4121.0, 4090.0, 4101.0, 4141.0, 4092.0, 4122.0, 4100.0, 4102.0, 4142.0, 4091.0, 4101.0, 4099.0, 4101.0, 4133.0, 4096.0, 4126.0, 4102.0, 4105.0, 4134.0, 4093.0, 4116.0, 4128.0, 4117.0, 4156.0, 4105.0, 4125.0, 4124.0, 4105.0, 4156.0, 4104.0, 4146.0, 4105.0, 4115.0, 4153.0, 4093.0, 4145.0, 4094.0, 4125.0, 4153.0, 4093.0, 4142.0, 4080.0, 4113.0, 4102.0, 4102.0, 4135.0, 4093.0, 4135.0, 4125.0, 4105.0, 4143.0, 4082.0, 4134.0, 4134.0, 4104.0, 4153.0, 4082.0, 4124.0, 4112.0, 4103.0, 4163.0, 4091.0, 4131.0, 4091.0, 4103.0, 4141.0, 4090.0, 4143.0, 4092.0, 4114.0, 4130.0, 4092.0, 4133.0, 4093.0, 4114.0, 4154.0, 4103.0, 4144.0, 4082.0, 4114.0, 4112.0, 4103.0, 4144.0, 4093.0, 4134.0, 4114.0, 4104.0, 4144.0, 4092.0, 4134.0, 4111.0, 4101.0, 4142.0, 4081.0, 4112.0, 4112.0, 4103.0, 4163.0, 4093.0, 4133.0, 4091.0, 4102.0, 4153.0, 4093.0, 4144.0, 4092.0, 4103.0, 4142.0, 4102.0, 4134.0, 4093.0, 4113.0, 4102.0, 4094.0, 4133.0, 4094.0, 4124.0, 4124.0, 4103.0, 4144.0, 4095.0, 4115.0, 4113.0, 4116.0, 4166.0, 4106.0, 4137.0, 4103.0, 4114.0, 4154.0, 4094.0, 4155.0, 4093.0, 4115.0, 4123.0, 4092.0, 4144.0, 4103.0, 4126.0, 4113.0, 4094.0, 4133.0, 4094.0, 4144.0, 4111.0, 4104.0, 4152.0, 4092.0, 4132.0, 4089.0, 4124.0, 4162.0, 4090.0, 4141.0, 4091.0, 4101.0, 4119.0, 4080.0, 4142.0, 4091.0, 4111.0, 4099.0, 4093.0, 4141.0, 4082.0, 4126.0, 4145.0, 4106.0, 4156.0, 4105.0, 4138.0, 4115.0, 4116.0, 4143.0, 4093.0, 4123.0, 4102.0, 4106.0, 4134.0, 4092.0, 4114.0, 4111.0, 4114.0, 4143.0, 4082.0, 4113.0, 4102.0, 4106.0, 4166.0, 4107.0, 4146.0, 4125.0, 4127.0, 4177.0, 4105.0, 4134.0, 4091.0, 4115.0, 4155.0, 4105.0, 4155.0, 4106.0, 4125.0, 4114.0, 4105.0, 4148.0, 4117.0, 4136.0, 4103.0, 4105.0, 4166.0, 4106.0, 4158.0, 4117.0, 4127.0, 4155.0, 4115.0, 4146.0, 4105.0, 4126.0, 4134.0, 4116.0, 4165.0, 4103.0, 4135.0, 4113.0, 4103.0, 4131.0, 4092.0, 4144.0, 4112.0, 4112.0, 4152.0, 4090.0, 4143.0, 4082.0, 4102.0, 4133.0, 4093.0, 4134.0, 4093.0, 4114.0, 4114.0, 4096.0, 4146.0, 4107.0, 4136.0, 4124.0, 4104.0, 4143.0, 4092.0, 4125.0, 4125.0, 4114.0, 4152.0, 4092.0, 4133.0, 4092.0, 4115.0, 4123.0, 4094.0, 4144.0, 4104.0, 4135.0, 4102.0, 4104.0, 4143.0, 4092.0, 4123.0, 4091.0, 4115.0, 4133.0, 4103.0, 4146.0, 4093.0, 4124.0, 4114.0, 4115.0, 4165.0, 4092.0, 4152.0, 4080.0, 4115.0, 4154.0, 4114.0, 4163.0, 4090.0, 4111.0, 4089.0, 4090.0, 4141.0, 4091.0, 4134.0, 4079.0, 4113.0, 4099.0, 4091.0, 4132.0, 4093.0, 4146.0, 4131.0, 4111.0, 4152.0, 4091.0, 4130.0, 4079.0, 4113.0, 4150.0, 4091.0, 4129.0, 4089.0, 4120.0, 4118.0, 4101.0, 4151.0, 4089.0, 4110.0, 4079.0, 4102.0, 4131.0, 4092.0, 4133.0, 4103.0, 4112.0, 4101.0, 4102.0, 4121.0, 4103.0, 4145.0, 4110.0, 4113.0, 4141.0, 4092.0, 4112.0, 4102.0, 4113.0, 4150.0, 4101.0, 4132.0, 4090.0, 4110.0, 4110.0, 4102.0, 4143.0, 4105.0, 4146.0, 4113.0, 4114.0, 4153.0, 4104.0, 4125.0, 4091.0, 4126.0, 4166.0, 4113.0, 4153.0, 4103.0, 4123.0, 4111.0, 4090.0, 4141.0, 4089.0, 4112.0, 4120.0, 4100.0, 4141.0, 4089.0, 4121.0, 4069.0, 4100.0, 4128.0, 4091.0, 4119.0, 4080.0, 4112.0, 4122.0, 4111.0, 4140.0, 4078.0, 4119.0, 4087.0, 4101.0, 4152.0, 4079.0, 4151.0, 4079.0, 4100.0, 4127.0, 4091.0, 4132.0, 4088.0, 4099.0, 4108.0, 4090.0, 4119.0, 4091.0, 4112.0, 4118.0, 4091.0, 4131.0, 4090.0, 4109.0, 4101.0, 4104.0, 4141.0, 4092.0, 4143.0, 4103.0, 4115.0, 4144.0, 4091.0, 4143.0, 4103.0, 4123.0, 4150.0, 4091.0, 4141.0, 4089.0, 4113.0, 4151.0, 4100.0, 4141.0, 4088.0, 4110.0, 4118.0, 4088.0, 4142.0, 4079.0, 4111.0, 4117.0, 4089.0, 4121.0, 4079.0, 4122.0, 4141.0, 4091.0, 4129.0, 4079.0, 4100.0, 4099.0, 4101.0, 4131.0, 4091.0, 4121.0, 4089.0, 4102.0, 4150.0, 4091.0, 4121.0, 4091.0, 4113.0, 4161.0, 4090.0, 4141.0, 4089.0, 4100.0, 4127.0, 4079.0, 4129.0, 4089.0, 4134.0, 4173.0, 4090.0, 4129.0, 4088.0, 4099.0, 4097.0, 4089.0, 4128.0, 4089.0, 4100.0, 4110.0, 4091.0, 4139.0, 4089.0, 4108.0, 4088.0, 4079.0, 4128.0, 4089.0, 4110.0, 4098.0, 4100.0, 4151.0, 4089.0, 4110.0, 4098.0, 4079.0, 4127.0, 4087.0, 4120.0, 4108.0, 4100.0, 4140.0, 4089.0, 4111.0, 4088.0, 4090.0, 4117.0, 4089.0, 4120.0, 4089.0, 4091.0, 4128.0, 4090.0, 4112.0, 4099.0, 4102.0, 4130.0, 4090.0, 4111.0, 4090.0, 4104.0, 4144.0, 4103.0, 4134.0, 4114.0, 4115.0, 4153.0, 4103.0, 4124.0, 4093.0, 4125.0, 4134.0, 4115.0, 4156.0, 4108.0, 4127.0, 4106.0, 4136.0, 4114.0, 4145.0, 4115.0, 4116.0, 4164.0, 4092.0, 4145.0, 4112.0, 4124.0, 4142.0, 4091.0, 4142.0, 4092.0, 4124.0, 4110.0, 4100.0, 4129.0, 4090.0, 4110.0, 4090.0, 4102.0, 4132.0, 4103.0, 4142.0, 4103.0, 4125.0, 4103.0, 4127.0, 4166.0, 4094.0, 4143.0, 4093.0, 4124.0, 4110.0, 4114.0, 4165.0, 4092.0, 4142.0, 4088.0, 4101.0, 4151.0, 4092.0, 4142.0, 4089.0, 4109.0, 4099.0, 4090.0, 4141.0, 4090.0, 4133.0, 4091.0, 4111.0, 4110.0, 4101.0, 4130.0, 4092.0, 4112.0, 4110.0, 4102.0, 4143.0, 4092.0, 4121.0, 4099.0, 4100.0, 4130.0, 4089.0, 4111.0, 4101.0, 4113.0, 4143.0, 4102.0, 4132.0, 4100.0, 4112.0, 4113.0, 4114.0, 4153.0, 4092.0, 4122.0, 4091.0, 4113.0, 4100.0, 4103.0, 4144.0, 4102.0, 4143.0, 4121.0, 4102.0, 4151.0, 4080.0, 4122.0, 4101.0, 4112.0, 4162.0, 4091.0, 4133.0, 4099.0, 4112.0, 4140.0, 4090.0, 4132.0, 4099.0, 4101.0, 4152.0, 4091.0, 4121.0, 4089.0, 4089.0, 4130.0, 4090.0, 4123.0, 4121.0, 4092.0, 4131.0, 4093.0, 4113.0, 4109.0, 4103.0, 4143.0, 4092.0, 4135.0, 4112.0, 4104.0, 4131.0, 4089.0, 4132.0, 4112.0, 4100.0, 4142.0, 4091.0, 4122.0, 4099.0, 4091.0, 4130.0, 4089.0, 4110.0, 4100.0, 4092.0, 4141.0, 4091.0, 4104.0, 4101.0, 4104.0, 4144.0, 4101.0, 4114.0, 4111.0, 4093.0, 4143.0, 4092.0, 4114.0, 4141.0, 4093.0, 4143.0, 4102.0, 4113.0, 4110.0, 4102.0, 4134.0, 4093.0, 4113.0, 4112.0, 4104.0, 4143.0, 4092.0, 4114.0, 4143.0, 4104.0, 4153.0, 4103.0, 4114.0, 4132.0, 4105.0, 4145.0, 4104.0, 4125.0, 4152.0, 4102.0, 4134.0, 4103.0, 4115.0, 4165.0, 4104.0, 4134.0, 4113.0, 4115.0, 4164.0, 4114.0, 4135.0, 4113.0, 4114.0, 4154.0, 4103.0, 4146.0, 4114.0, 4127.0, 4115.0, 4106.0, 4144.0, 4105.0, 4136.0, 4126.0, 4119.0, 4167.0, 4116.0, 4146.0, 4114.0, 4125.0, 4166.0, 4116.0, 4166.0, 4103.0, 4136.0, 4122.0, 4104.0, 4141.0, 4103.0, 4134.0, 4125.0, 4114.0, 4176.0, 4117.0, 4143.0, 4102.0, 4132.0, 4103.0, 4124.0, 4121.0, 4115.0, 4144.0, 4105.0, 4134.0, 4123.0, 4123.0, 4163.0, 4090.0, 4141.0, 4089.0, 4109.0, 4129.0, 4089.0, 4140.0, 4087.0, 4110.0, 4100.0, 4091.0, 4140.0, 4080.0, 4109.0, 4088.0, 4099.0, 4139.0, 4092.0, 4146.0, 4104.0, 4112.0, 4099.0, 4102.0, 4122.0, 4102.0, 4122.0, 4102.0, 4115.0, 4163.0, 4102.0, 4143.0, 4101.0, 4114.0, 4134.0, 4105.0, 4153.0, 4102.0, 4123.0, 4101.0, 4104.0, 4153.0, 4103.0, 4146.0, 4103.0, 4114.0, 4144.0, 4102.0, 4133.0, 4103.0, 4135.0, 4131.0, 4104.0, 4141.0, 4092.0, 4111.0, 4101.0, 4106.0, 4142.0, 4102.0, 4142.0, 4093.0, 4113.0, 4109.0, 4102.0, 4133.0, 4101.0, 4134.0, 4101.0, 4101.0, 4151.0, 4092.0, 4143.0, 4103.0, 4135.0, 4151.0, 4113.0, 4153.0, 4089.0, 4111.0, 4109.0, 4101.0, 4143.0, 4089.0, 4111.0, 4101.0, 4103.0, 4152.0, 4091.0, 4132.0, 4090.0, 4102.0, 4121.0, 4104.0, 4143.0, 4091.0, 4125.0, 4101.0, 4104.0, 4142.0, 4093.0, 4143.0, 4111.0, 4114.0, 4151.0, 4089.0, 4142.0, 4100.0, 4133.0, 4151.0, 4101.0, 4152.0, 4080.0, 4120.0, 4089.0, 4100.0, 4130.0, 4091.0, 4140.0, 4091.0, 4112.0, 4109.0, 4089.0, 4141.0, 4092.0, 4131.0, 4098.0, 4091.0, 4129.0, 4088.0, 4141.0, 4109.0, 4132.0, 4175.0, 4091.0, 4086.0, 4091.0, 4116.0, 4102.0, 4131.0, 4099.0, 4101.0, 4141.0, 4092.0, 4143.0, 4111.0, 4100.0, 4139.0, 4065.0, 4128.0, 4075.0, 4096.0, 4127.0, 4077.0, 4126.0, 4075.0, 4098.0, 4087.0, 4087.0, 4105.0], 'WindowWidth': [9243.0, 9260.0, 9191.0, 9215.0, 9231.0, 9161.0, 9230.0, 9154.0, 9182.0, 9186.0, 9132.0, 9190.0, 9145.0, 9168.0, 9203.0, 9142.0, 9191.0, 9150.0, 9175.0, 9223.0, 9157.0, 9215.0, 9154.0, 9160.0, 9209.0, 9164.0, 9186.0, 9160.0, 9163.0, 9196.0, 9159.0, 9191.0, 9183.0, 9177.0, 9210.0, 9146.0, 9187.0, 9181.0, 9162.0, 9229.0, 9157.0, 9211.0, 9149.0, 9158.0, 9224.0, 9140.0, 9201.0, 9157.0, 9164.0, 9229.0, 9158.0, 9201.0, 9148.0, 9172.0, 9236.0, 9151.0, 9210.0, 9134.0, 9167.0, 9173.0, 9153.0, 9209.0, 9147.0, 9178.0, 9144.0, 9140.0, 9217.0, 9139.0, 9189.0, 9135.0, 9150.0, 9204.0, 9138.0, 9192.0, 9148.0, 9166.0, 9218.0, 9139.0, 9179.0, 9149.0, 9157.0, 9232.0, 9137.0, 9191.0, 9132.0, 9149.0, 9201.0, 9154.0, 9209.0, 9134.0, 9167.0, 9183.0, 9131.0, 9187.0, 9117.0, 9147.0, 9198.0, 9133.0, 9200.0, 9140.0, 9165.0, 9149.0, 9139.0, 9192.0, 9125.0, 9179.0, 9147.0, 9155.0, 9176.0, 9138.0, 9179.0, 9167.0, 9174.0, 9232.0, 9138.0, 9203.0, 9146.0, 9166.0, 9191.0, 9159.0, 9212.0, 9142.0, 9200.0, 9166.0, 9171.0, 9209.0, 9142.0, 9201.0, 9166.0, 9174.0, 9241.0, 9141.0, 9193.0, 9144.0, 9149.0, 9186.0, 9141.0, 9177.0, 9164.0, 9174.0, 9235.0, 9155.0, 9196.0, 9140.0, 9172.0, 9193.0, 9157.0, 9225.0, 9158.0, 9186.0, 9177.0, 9141.0, 9195.0, 9126.0, 9170.0, 9202.0, 9155.0, 9203.0, 9124.0, 9166.0, 9152.0, 9160.0, 9226.0, 9156.0, 9197.0, 9161.0, 9153.0, 9223.0, 9161.0, 9231.0, 9178.0, 9200.0, 9233.0, 9150.0, 9217.0, 9143.0, 9197.0, 9155.0, 9170.0, 9186.0, 9156.0, 9209.0, 9123.0, 9198.0, 9217.0, 9150.0, 9200.0, 9115.0, 9175.0, 9138.0, 9145.0, 9201.0, 9133.0, 9201.0, 9129.0, 9149.0, 9204.0, 9138.0, 9206.0, 9158.0, 9148.0, 9181.0, 9129.0, 9187.0, 9129.0, 9147.0, 9181.0, 9133.0, 9202.0, 9132.0, 9159.0, 9143.0, 9133.0, 9185.0, 9136.0, 9179.0, 9162.0, 9142.0, 9220.0, 9148.0, 9193.0, 9188.0, 9149.0, 9200.0, 9144.0, 9178.0, 9220.0, 9125.0, 9180.0, 9110.0, 9141.0, 9175.0, 9127.0, 9171.0, 9129.0, 9146.0, 9198.0, 9133.0, 9174.0, 9140.0, 9148.0, 9200.0, 9131.0, 9145.0, 9139.0, 9146.0, 9192.0, 9148.0, 9186.0, 9149.0, 9157.0, 9193.0, 9139.0, 9174.0, 9193.0, 9177.0, 9225.0, 9157.0, 9184.0, 9179.0, 9158.0, 9228.0, 9156.0, 9212.0, 9155.0, 9171.0, 9215.0, 9138.0, 9208.0, 9138.0, 9183.0, 9216.0, 9137.0, 9200.0, 9117.0, 9164.0, 9146.0, 9152.0, 9196.0, 9140.0, 9196.0, 9182.0, 9156.0, 9203.0, 9124.0, 9195.0, 9191.0, 9154.0, 9217.0, 9122.0, 9178.0, 9161.0, 9152.0, 9231.0, 9133.0, 9186.0, 9129.0, 9149.0, 9196.0, 9131.0, 9203.0, 9134.0, 9165.0, 9183.0, 9137.0, 9190.0, 9137.0, 9168.0, 9218.0, 9150.0, 9205.0, 9122.0, 9165.0, 9161.0, 9152.0, 9207.0, 9137.0, 9193.0, 9164.0, 9153.0, 9206.0, 9137.0, 9193.0, 9159.0, 9147.0, 9201.0, 9118.0, 9161.0, 9160.0, 9151.0, 9230.0, 9136.0, 9188.0, 9132.0, 9148.0, 9215.0, 9137.0, 9205.0, 9134.0, 9152.0, 9200.0, 9149.0, 9193.0, 9138.0, 9166.0, 9147.0, 9140.0, 9190.0, 9141.0, 9183.0, 9180.0, 9153.0, 9207.0, 9144.0, 9170.0, 9164.0, 9175.0, 9242.0, 9159.0, 9199.0, 9151.0, 9169.0, 9220.0, 9142.0, 9223.0, 9138.0, 9170.0, 9176.0, 9138.0, 9207.0, 9150.0, 9184.0, 9163.0, 9141.0, 9191.0, 9140.0, 9208.0, 9158.0, 9152.0, 9213.0, 9134.0, 9185.0, 9125.0, 9179.0, 9226.0, 9128.0, 9196.0, 9130.0, 9145.0, 9166.0, 9117.0, 9201.0, 9131.0, 9159.0, 9139.0, 9135.0, 9198.0, 9122.0, 9185.0, 9210.0, 9160.0, 9228.0, 9160.0, 9210.0, 9176.0, 9176.0, 9205.0, 9139.0, 9181.0, 9149.0, 9160.0, 9191.0, 9136.0, 9169.0, 9159.0, 9167.0, 9206.0, 9123.0, 9165.0, 9149.0, 9162.0, 9241.0, 9167.0, 9215.0, 9185.0, 9189.0, 9256.0, 9157.0, 9194.0, 9135.0, 9171.0, 9222.0, 9157.0, 9224.0, 9161.0, 9186.0, 9168.0, 9161.0, 9221.0, 9176.0, 9201.0, 9153.0, 9160.0, 9238.0, 9163.0, 9232.0, 9174.0, 9189.0, 9223.0, 9173.0, 9212.0, 9158.0, 9187.0, 9194.0, 9174.0, 9238.0, 9152.0, 9195.0, 9164.0, 9150.0, 9185.0, 9136.0, 9207.0, 9159.0, 9162.0, 9214.0, 9132.0, 9201.0, 9121.0, 9148.0, 9189.0, 9138.0, 9195.0, 9139.0, 9169.0, 9166.0, 9146.0, 9214.0, 9167.0, 9202.0, 9179.0, 9154.0, 9204.0, 9136.0, 9184.0, 9185.0, 9168.0, 9215.0, 9136.0, 9189.0, 9136.0, 9170.0, 9176.0, 9143.0, 9207.0, 9156.0, 9199.0, 9148.0, 9154.0, 9204.0, 9137.0, 9176.0, 9132.0, 9171.0, 9191.0, 9152.0, 9210.0, 9139.0, 9183.0, 9167.0, 9170.0, 9234.0, 9134.0, 9215.0, 9115.0, 9172.0, 9218.0, 9168.0, 9231.0, 9129.0, 9156.0, 9124.0, 9128.0, 9196.0, 9132.0, 9193.0, 9115.0, 9162.0, 9140.0, 9132.0, 9186.0, 9139.0, 9212.0, 9184.0, 9161.0, 9214.0, 9131.0, 9182.0, 9113.0, 9163.0, 9207.0, 9129.0, 9178.0, 9124.0, 9167.0, 9162.0, 9145.0, 9211.0, 9128.0, 9156.0, 9112.0, 9149.0, 9184.0, 9134.0, 9192.0, 9150.0, 9163.0, 9145.0, 9149.0, 9173.0, 9152.0, 9210.0, 9156.0, 9163.0, 9198.0, 9134.0, 9161.0, 9148.0, 9165.0, 9209.0, 9146.0, 9187.0, 9130.0, 9158.0, 9156.0, 9149.0, 9206.0, 9159.0, 9214.0, 9164.0, 9167.0, 9216.0, 9155.0, 9183.0, 9135.0, 9190.0, 9238.0, 9165.0, 9216.0, 9150.0, 9177.0, 9157.0, 9130.0, 9197.0, 9125.0, 9161.0, 9166.0, 9142.0, 9196.0, 9125.0, 9171.0, 9097.0, 9140.0, 9175.0, 9130.0, 9166.0, 9115.0, 9162.0, 9171.0, 9157.0, 9195.0, 9111.0, 9166.0, 9120.0, 9143.0, 9212.0, 9113.0, 9210.0, 9111.0, 9140.0, 9172.0, 9130.0, 9188.0, 9123.0, 9139.0, 9146.0, 9127.0, 9164.0, 9134.0, 9160.0, 9164.0, 9131.0, 9183.0, 9130.0, 9154.0, 9143.0, 9152.0, 9201.0, 9136.0, 9204.0, 9151.0, 9170.0, 9204.0, 9132.0, 9203.0, 9152.0, 9177.0, 9205.0, 9131.0, 9196.0, 9126.0, 9162.0, 9209.0, 9140.0, 9194.0, 9122.0, 9153.0, 9159.0, 9124.0, 9201.0, 9111.0, 9157.0, 9158.0, 9125.0, 9169.0, 9112.0, 9174.0, 9194.0, 9129.0, 9178.0, 9111.0, 9140.0, 9138.0, 9145.0, 9186.0, 9132.0, 9172.0, 9126.0, 9148.0, 9208.0, 9132.0, 9172.0, 9130.0, 9163.0, 9223.0, 9128.0, 9197.0, 9125.0, 9140.0, 9171.0, 9112.0, 9181.0, 9127.0, 9194.0, 9241.0, 9129.0, 9178.0, 9123.0, 9138.0, 9131.0, 9124.0, 9175.0, 9123.0, 9142.0, 9152.0, 9130.0, 9192.0, 9123.0, 9149.0, 9120.0, 9111.0, 9175.0, 9124.0, 9156.0, 9135.0, 9143.0, 9210.0, 9125.0, 9154.0, 9134.0, 9112.0, 9172.0, 9120.0, 9168.0, 9147.0, 9139.0, 9193.0, 9125.0, 9155.0, 9121.0, 9129.0, 9160.0, 9126.0, 9169.0, 9125.0, 9131.0, 9177.0, 9130.0, 9162.0, 9139.0, 9146.0, 9182.0, 9131.0, 9158.0, 9130.0, 9155.0, 9208.0, 9152.0, 9196.0, 9166.0, 9170.0, 9217.0, 9151.0, 9180.0, 9141.0, 9185.0, 9193.0, 9170.0, 9228.0, 9168.0, 9193.0, 9163.0, 9201.0, 9169.0, 9211.0, 9171.0, 9175.0, 9232.0, 9136.0, 9211.0, 9160.0, 9180.0, 9200.0, 9133.0, 9200.0, 9135.0, 9178.0, 9154.0, 9143.0, 9178.0, 9129.0, 9156.0, 9130.0, 9149.0, 9186.0, 9152.0, 9202.0, 9153.0, 9182.0, 9152.0, 9190.0, 9241.0, 9142.0, 9205.0, 9138.0, 9181.0, 9156.0, 9168.0, 9237.0, 9133.0, 9201.0, 9123.0, 9144.0, 9211.0, 9134.0, 9202.0, 9125.0, 9151.0, 9138.0, 9129.0, 9197.0, 9131.0, 9190.0, 9132.0, 9159.0, 9154.0, 9146.0, 9183.0, 9134.0, 9162.0, 9154.0, 9149.0, 9206.0, 9137.0, 9173.0, 9139.0, 9143.0, 9180.0, 9127.0, 9160.0, 9148.0, 9165.0, 9201.0, 9149.0, 9187.0, 9144.0, 9163.0, 9164.0, 9168.0, 9217.0, 9135.0, 9172.0, 9132.0, 9163.0, 9142.0, 9151.0, 9206.0, 9149.0, 9204.0, 9172.0, 9149.0, 9212.0, 9115.0, 9173.0, 9144.0, 9162.0, 9226.0, 9131.0, 9188.0, 9139.0, 9160.0, 9194.0, 9128.0, 9186.0, 9140.0, 9144.0, 9211.0, 9130.0, 9170.0, 9123.0, 9126.0, 9181.0, 9130.0, 9176.0, 9170.0, 9134.0, 9184.0, 9135.0, 9162.0, 9154.0, 9151.0, 9204.0, 9135.0, 9194.0, 9159.0, 9152.0, 9185.0, 9127.0, 9186.0, 9158.0, 9143.0, 9200.0, 9130.0, 9173.0, 9139.0, 9130.0, 9179.0, 9125.0, 9157.0, 9140.0, 9134.0, 9198.0, 9131.0, 9151.0, 9144.0, 9155.0, 9207.0, 9146.0, 9166.0, 9157.0, 9136.0, 9201.0, 9133.0, 9166.0, 9198.0, 9138.0, 9202.0, 9147.0, 9163.0, 9156.0, 9150.0, 9193.0, 9137.0, 9165.0, 9160.0, 9153.0, 9202.0, 9135.0, 9168.0, 9202.0, 9155.0, 9217.0, 9151.0, 9167.0, 9188.0, 9156.0, 9209.0, 9155.0, 9183.0, 9213.0, 9149.0, 9191.0, 9149.0, 9172.0, 9236.0, 9154.0, 9194.0, 9164.0, 9171.0, 9234.0, 9172.0, 9199.0, 9165.0, 9170.0, 9220.0, 9154.0, 9213.0, 9169.0, 9189.0, 9170.0, 9160.0, 9208.0, 9159.0, 9201.0, 9187.0, 9184.0, 9244.0, 9174.0, 9213.0, 9169.0, 9186.0, 9240.0, 9174.0, 9240.0, 9152.0, 9199.0, 9174.0, 9152.0, 9199.0, 9151.0, 9197.0, 9182.0, 9166.0, 9256.0, 9177.0, 9205.0, 9149.0, 9189.0, 9151.0, 9182.0, 9174.0, 9170.0, 9208.0, 9154.0, 9194.0, 9177.0, 9178.0, 9230.0, 9129.0, 9196.0, 9124.0, 9151.0, 9174.0, 9123.0, 9193.0, 9120.0, 9153.0, 9142.0, 9132.0, 9194.0, 9114.0, 9151.0, 9122.0, 9139.0, 9190.0, 9136.0, 9213.0, 9153.0, 9162.0, 9139.0, 9148.0, 9174.0, 9147.0, 9175.0, 9149.0, 9171.0, 9230.0, 9148.0, 9203.0, 9148.0, 9167.0, 9193.0, 9159.0, 9219.0, 9148.0, 9177.0, 9145.0, 9152.0, 9217.0, 9153.0, 9213.0, 9150.0, 9168.0, 9203.0, 9150.0, 9190.0, 9152.0, 9199.0, 9186.0, 9152.0, 9198.0, 9133.0, 9159.0, 9146.0, 9160.0, 9201.0, 9150.0, 9202.0, 9135.0, 9162.0, 9153.0, 9150.0, 9193.0, 9148.0, 9192.0, 9146.0, 9148.0, 9212.0, 9136.0, 9205.0, 9150.0, 9197.0, 9210.0, 9164.0, 9215.0, 9127.0, 9157.0, 9154.0, 9146.0, 9201.0, 9125.0, 9158.0, 9145.0, 9151.0, 9213.0, 9132.0, 9186.0, 9129.0, 9147.0, 9169.0, 9153.0, 9203.0, 9132.0, 9182.0, 9146.0, 9155.0, 9200.0, 9135.0, 9205.0, 9156.0, 9164.0, 9211.0, 9127.0, 9197.0, 9141.0, 9189.0, 9209.0, 9144.0, 9212.0, 9114.0, 9166.0, 9123.0, 9141.0, 9178.0, 9131.0, 9194.0, 9130.0, 9158.0, 9150.0, 9126.0, 9198.0, 9131.0, 9183.0, 9133.0, 9128.0, 9178.0, 9124.0, 9198.0, 9152.0, 9188.0, 9249.0, 9130.0, 9118.0, 9128.0, 9158.0, 9147.0, 9185.0, 9138.0, 9143.0, 9195.0, 9130.0, 9200.0, 9158.0, 9140.0, 9188.0, 9086.0, 9172.0, 9100.0, 9131.0, 9168.0, 9104.0, 9166.0, 9097.0, 9131.0, 9117.0, 9119.0, 9137.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.0014347961838681697</td></tr>
<tr><td colspan=3>aqi</td><td>0.041483608586296614</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.25199779197916</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1577909135069466</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9624284944097236</td></tr>
<tr><td colspan=3>efc</td><td>0.4678</td></tr>
<tr><td colspan=3>fber</td><td>5102.2183</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0757637112008153</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.3876843018213356</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5760646551115953</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.544605302968246</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.771581297556716</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4120073648098246</td></tr>
<tr><td colspan=3>gcor</td><td>0.00317548</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01272523868829012</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02517962083220482</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1153</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.692286838720928</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>27.8118</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.8257</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.7391</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301815.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>671.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>305.7792</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2148</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>540.0556</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3312.6087</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3540.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74729.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>920.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4381.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>958.749</td></tr>
<tr><td colspan=3>tsnr</td><td>32.650207029655576</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>