<?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-0122_ses-02_task-alignvideo_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0122_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0122_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-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0122_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-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0122_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-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0122_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-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0122/ses-02/func/sub-0122_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>87576f6356f2564df448f69a51593597</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>22:19:21.792500</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_VE11E_LATEST_20181129</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.999675, 0.0247275, -0.00622593, -0.0242569, 0.997471, 0.0668109]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0820696</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4228, -7635, -7102, 875, -174, 296, -454, 75]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.155</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>24d2a057-3752-4e05-a22d-e14b20238f53||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6820545196533203, -0.06507955491542816, -0.02122807689011097, 113.68132019042969], [-0.06634218245744705, 2.6761410236358643, 0.17992305755615234, -97.89546966552734], [-0.016703709959983826, -0.17924880981445312, 2.6939146518707275, -51.6805305480957], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1158]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'AcquisitionTime': ['221921.792500', '221922.252500', '221922.712500', '221923.172500', '221923.632500', '221924.092500', '221924.552500', '221925.012500', '221925.472500', '221925.932500', '221926.392500', '221926.852500', '221927.312500', '221927.772500', '221928.232500', '221928.692500', '221929.152500', '221929.612500', '221930.072500', '221930.532500', '221930.992500', '221931.452500', '221931.912500', '221932.372500', '221932.832500', '221933.292500', '221933.752500', '221934.212500', '221934.672500', '221935.132500', '221935.592500', '221936.052500', '221936.512500', '221936.972500', '221937.432500', '221937.892500', '221938.352500', '221938.812500', '221939.272500', '221939.732500', '221940.192500', '221940.652500', '221941.112500', '221941.572500', '221942.032500', '221942.492500', '221942.952500', '221943.412500', '221943.872500', '221944.332500', '221944.792500', '221945.252500', '221945.712500', '221946.172500', '221946.632500', '221947.092500', '221947.552500', '221948.012500', '221948.472500', '221948.932500', '221949.392500', '221949.852500', '221950.312500', '221950.772500', '221951.232500', '221951.692500', '221952.152500', '221952.612500', '221953.072500', '221953.532500', '221953.992500', '221954.452500', '221954.912500', '221955.372500', '221955.832500', '221956.292500', '221956.752500', '221957.212500', '221957.672500', '221958.132500', '221958.592500', '221959.052500', '221959.512500', '221959.972500', '222000.432500', '222000.892500', '222001.352500', '222001.812500', '222002.272500', '222002.732500', '222003.192500', '222003.652500', '222004.112500', '222004.572500', '222005.032500', '222005.492500', '222005.952500', '222006.412500', '222006.872500', '222007.332500', '222007.792500', '222008.252500', '222008.712500', '222009.172500', '222009.632500', '222010.092500', '222010.552500', '222011.012500', '222011.472500', '222011.932500', '222012.392500', '222012.852500', '222013.312500', '222013.772500', '222014.232500', '222014.692500', '222015.152500', '222015.612500', '222016.072500', '222016.532500', '222016.992500', '222017.452500', '222017.912500', '222018.372500', '222018.832500', '222019.292500', '222019.752500', '222020.212500', '222020.672500', '222021.132500', '222021.592500', '222022.052500', '222022.512500', '222022.972500', '222023.432500', '222023.892500', '222024.352500', '222024.812500', '222025.272500', '222025.732500', '222026.192500', '222026.652500', '222027.112500', '222027.572500', '222028.032500', '222028.492500', '222028.952500', '222029.412500', '222029.872500', '222030.332500', '222030.792500', '222031.252500', '222031.712500', '222032.172500', '222032.632500', '222033.092500', '222033.552500', '222034.012500', '222034.472500', '222034.932500', '222035.392500', '222035.852500', '222036.312500', '222036.772500', '222037.232500', '222037.692500', '222038.152500', '222038.612500', '222039.072500', '222039.532500', '222039.992500', '222040.452500', '222040.912500', '222041.372500', '222041.832500', '222042.292500', '222042.752500', '222043.212500', '222043.672500', '222044.132500', '222044.592500', '222045.052500', '222045.512500', '222045.972500', '222046.432500', '222046.892500', '222047.352500', '222047.812500', '222048.272500', '222048.732500', '222049.192500', '222049.652500', '222050.112500', '222050.572500', '222051.032500', '222051.492500', '222051.952500', '222052.412500', '222052.872500', '222053.332500', '222053.792500', '222054.252500', '222054.712500', '222055.172500', '222055.632500', '222056.092500', '222056.552500', '222057.012500', '222057.472500', '222057.932500', '222058.392500', '222058.852500', '222059.312500', '222059.772500', '222100.232500', '222100.692500', '222101.152500', '222101.612500', '222102.072500', '222102.532500', '222102.992500', '222103.452500', '222103.912500', '222104.372500', '222104.832500', '222105.292500', '222105.752500', '222106.212500', '222106.672500', '222107.132500', '222107.592500', '222108.052500', '222108.512500', '222108.972500', '222109.432500', '222109.892500', '222110.352500', '222110.812500', '222111.272500', '222111.732500', '222112.192500', '222112.652500', '222113.112500', '222113.572500', '222114.032500', '222114.492500', '222114.952500', '222115.412500', '222115.872500', '222116.332500', '222116.792500', '222117.252500', '222117.712500', '222118.172500', '222118.632500', '222119.092500', '222119.552500', '222120.012500', '222120.472500', '222120.932500', '222121.392500', '222121.852500', '222122.312500', '222122.772500', '222123.232500', '222123.692500', '222124.152500', '222124.612500', '222125.072500', '222125.532500', '222125.992500', '222126.452500', '222126.912500', '222127.372500', '222127.832500', '222128.292500', '222128.752500', '222129.212500', '222129.672500', '222130.132500', '222130.592500', '222131.052500', '222131.512500', '222131.972500', '222132.432500', '222132.892500', '222133.352500', '222133.812500', '222134.272500', '222134.732500', '222135.192500', '222135.652500', '222136.112500', '222136.572500', '222137.032500', '222137.492500', '222137.952500', '222138.412500', '222138.872500', '222139.332500', '222139.792500', '222140.252500', '222140.712500', '222141.172500', '222141.632500', '222142.092500', '222142.552500', '222143.012500', '222143.472500', '222143.932500', '222144.392500', '222144.852500', '222145.312500', '222145.772500', '222146.232500', '222146.692500', '222147.152500', '222147.612500', '222148.072500', '222148.532500', '222148.992500', '222149.452500', '222149.912500', '222150.372500', '222150.832500', '222151.292500', '222151.752500', '222152.212500', '222152.672500', '222153.132500', '222153.592500', '222154.052500', '222154.512500', '222154.972500', '222155.432500', '222155.892500', '222156.352500', '222156.812500', '222157.272500', '222157.732500', '222158.192500', '222158.652500', '222159.112500', '222159.572500', '222200.032500', '222200.492500', '222200.952500', '222201.412500', '222201.872500', '222202.332500', '222202.792500', '222203.252500', '222203.712500', '222204.172500', '222204.632500', '222205.092500', '222205.552500', '222206.012500', '222206.472500', '222206.932500', '222207.392500', '222207.852500', '222208.312500', '222208.772500', '222209.232500', '222209.692500', '222210.152500', '222210.612500', '222211.072500', '222211.532500', '222211.992500', '222212.452500', '222212.912500', '222213.372500', '222213.832500', '222214.292500', '222214.752500', '222215.212500', '222215.672500', '222216.132500', '222216.592500', '222217.052500', '222217.512500', '222217.972500', '222218.432500', '222218.892500', '222219.352500', '222219.812500', '222220.272500', '222220.732500', '222221.192500', '222221.652500', '222222.112500', '222222.572500', '222223.032500', '222223.492500', '222223.952500', '222224.412500', '222224.872500', '222225.332500', '222225.792500', '222226.252500', '222226.712500', '222227.172500', '222227.632500', '222228.092500', '222228.552500', '222229.012500', '222229.472500', '222229.932500', '222230.392500', '222230.852500', '222231.312500', '222231.772500', '222232.232500', '222232.692500', '222233.152500', '222233.612500', '222234.072500', '222234.532500', '222234.992500', '222235.452500', '222235.912500', '222236.372500', '222236.832500', '222237.292500', '222237.752500', '222238.212500', '222238.672500', '222239.132500', '222239.592500', '222240.052500', '222240.512500', '222240.972500', '222241.432500', '222241.892500', '222242.352500', '222242.812500', '222243.272500', '222243.732500', '222244.192500', '222244.652500', '222245.112500', '222245.572500', '222246.032500', '222246.492500', '222246.952500', '222247.412500', '222247.872500', '222248.332500', '222248.792500', '222249.252500', '222249.712500', '222250.172500', '222250.632500', '222251.092500', '222251.552500', '222252.012500', '222252.472500', '222252.932500', '222253.392500', '222253.852500', '222254.312500', '222254.772500', '222255.232500', '222255.692500', '222256.152500', '222256.612500', '222257.072500', '222257.532500', '222257.992500', '222258.452500', '222258.912500', '222259.372500', '222259.832500', '222300.292500', '222300.752500', '222301.212500', '222301.672500', '222302.132500', '222302.592500', '222303.052500', '222303.512500', '222303.972500', '222304.432500', '222304.892500', '222305.352500', '222305.812500', '222306.272500', '222306.732500', '222307.192500', '222307.652500', '222308.112500', '222308.572500', '222309.032500', '222309.492500', '222309.952500', '222310.412500', '222310.872500', '222311.332500', '222311.792500', '222312.252500', '222312.712500', '222313.172500', '222313.632500', '222314.092500', '222314.552500', '222315.012500', '222315.472500', '222315.932500', '222316.392500', '222316.852500', '222317.312500', '222317.772500', '222318.232500', '222318.692500', '222319.152500', '222319.612500', '222320.072500', '222320.532500', '222320.992500', '222321.452500', '222321.912500', '222322.372500', '222322.832500', '222323.292500', '222323.752500', '222324.212500', '222324.672500', '222325.132500', '222325.592500', '222326.052500', '222326.512500', '222326.972500', '222327.432500', '222327.892500', '222328.352500', '222328.812500', '222329.272500', '222329.732500', '222330.192500', '222330.652500', '222331.112500', '222331.572500', '222332.032500', '222332.492500', '222332.952500', '222333.412500', '222333.872500', '222334.332500', '222334.792500', '222335.252500', '222335.712500', '222336.172500', '222336.632500', '222337.092500', '222337.552500', '222338.012500', '222338.472500', '222338.932500', '222339.392500', '222339.852500', '222340.312500', '222340.772500', '222341.232500', '222341.692500', '222342.152500', '222342.612500', '222343.072500', '222343.532500', '222343.992500', '222344.452500', '222344.912500', '222345.372500', '222345.832500', '222346.292500', '222346.752500', '222347.212500', '222347.672500', '222348.132500', '222348.592500', '222349.052500', '222349.512500', '222349.972500', '222350.432500', '222350.892500', '222351.352500', '222351.812500', '222352.272500', '222352.732500', '222353.192500', '222353.652500', '222354.112500', '222354.572500', '222355.032500', '222355.492500', '222355.952500', '222356.412500', '222356.872500', '222357.332500', '222357.792500', '222358.252500', '222358.712500', '222359.172500', '222359.632500', '222400.092500', '222400.552500', '222401.012500', '222401.472500', '222401.932500', '222402.392500', '222402.852500', '222403.312500', '222403.772500', '222404.232500', '222404.692500', '222405.152500', '222405.612500', '222406.072500', '222406.532500', '222406.992500', '222407.452500', '222407.912500', '222408.372500', '222408.832500', '222409.292500', '222409.752500', '222410.212500', '222410.672500', '222411.132500', '222411.592500', '222412.052500', '222412.512500', '222412.972500', '222413.432500', '222413.892500', '222414.352500', '222414.812500', '222415.272500', '222415.732500', '222416.192500', '222416.652500', '222417.112500', '222417.572500', '222418.032500', '222418.492500', '222418.952500', '222419.412500', '222419.872500', '222420.332500', '222420.792500', '222421.252500', '222421.712500', '222422.172500', '222422.632500', '222423.092500', '222423.552500', '222424.012500', '222424.472500', '222424.932500', '222425.392500', '222425.852500', '222426.312500', '222426.772500', '222427.232500', '222427.692500', '222428.152500', '222428.612500', '222429.072500', '222429.532500', '222429.992500', '222430.452500', '222430.912500', '222431.372500', '222431.832500', '222432.292500', '222432.752500', '222433.212500', '222433.672500', '222434.132500', '222434.592500', '222435.052500', '222435.512500', '222435.972500', '222436.432500', '222436.892500', '222437.352500', '222437.812500', '222438.272500', '222438.732500', '222439.192500', '222439.652500', '222440.112500', '222440.572500', '222441.032500', '222441.492500', '222441.952500', '222442.412500', '222442.872500', '222443.332500', '222443.792500', '222444.252500', '222444.712500', '222445.172500', '222445.632500', '222446.092500', '222446.552500', '222447.012500', '222447.472500', '222447.932500', '222448.392500', '222448.852500', '222449.312500', '222449.772500', '222450.232500', '222450.692500', '222451.152500', '222451.612500', '222452.072500', '222452.532500', '222452.992500', '222453.452500', '222453.912500', '222454.372500', '222454.832500', '222455.292500', '222455.752500', '222456.212500', '222456.672500', '222457.132500', '222457.592500', '222458.052500', '222458.512500', '222458.972500', '222459.432500', '222459.892500', '222500.352500', '222500.812500', '222501.272500', '222501.732500', '222502.192500', '222502.652500', '222503.112500', '222503.572500', '222504.032500', '222504.492500', '222504.952500', '222505.412500', '222505.872500', '222506.332500', '222506.792500', '222507.252500', '222507.712500', '222508.172500', '222508.632500', '222509.092500', '222509.552500', '222510.012500', '222510.472500', '222510.932500', '222511.392500', '222511.852500', '222512.312500', '222512.772500', '222513.232500', '222513.692500', '222514.152500', '222514.612500', '222515.072500', '222515.532500', '222515.992500', '222516.452500', '222516.912500', '222517.372500', '222517.832500', '222518.292500', '222518.752500', '222519.212500', '222519.672500', '222520.132500', '222520.592500', '222521.052500', '222521.512500', '222521.972500', '222522.432500', '222522.892500', '222523.352500', '222523.812500', '222524.272500', '222524.732500', '222525.192500', '222525.652500', '222526.112500', '222526.572500', '222527.032500', '222527.492500', '222527.952500', '222528.412500', '222528.872500', '222529.332500', '222529.792500', '222530.252500', '222530.712500', '222531.172500', '222531.632500', '222532.092500', '222532.552500', '222533.012500', '222533.472500', '222533.932500', '222534.392500', '222534.852500', '222535.312500', '222535.772500', '222536.232500', '222536.692500', '222537.152500', '222537.612500', '222538.072500', '222538.532500', '222538.992500', '222539.452500', '222539.912500', '222540.372500', '222540.832500', '222541.292500', '222541.752500', '222542.212500', '222542.672500', '222543.132500', '222543.592500', '222544.052500', '222544.512500', '222544.972500', '222545.432500', '222545.892500', '222546.352500', '222546.812500', '222547.272500', '222547.732500', '222548.192500', '222548.652500', '222549.112500', '222549.572500', '222550.032500', '222550.492500', '222550.952500', '222551.412500', '222551.872500', '222552.332500', '222552.792500', '222553.252500', '222553.712500', '222554.172500', '222554.632500', '222555.092500', '222555.552500', '222556.012500', '222556.472500', '222556.932500', '222557.392500', '222557.852500', '222558.312500', '222558.772500', '222559.232500', '222559.692500', '222600.152500', '222600.612500', '222601.072500', '222601.532500', '222601.992500', '222602.452500', '222602.912500', '222603.372500', '222603.832500', '222604.292500', '222604.752500', '222605.212500', '222605.672500', '222606.132500', '222606.592500', '222607.052500', '222607.512500', '222607.972500', '222608.432500', '222608.892500', '222609.352500', '222609.812500', '222610.272500', '222610.732500', '222611.192500', '222611.652500', '222612.112500', '222612.572500', '222613.032500', '222613.492500', '222613.952500', '222614.412500', '222614.872500', '222615.332500', '222615.792500', '222616.252500', '222616.712500', '222617.172500', '222617.632500', '222618.092500', '222618.552500', '222619.012500', '222619.472500', '222619.932500', '222620.392500', '222620.852500', '222621.312500', '222621.772500', '222622.232500', '222622.692500', '222623.152500', '222623.612500', '222624.072500', '222624.532500', '222624.992500', '222625.452500', '222625.912500', '222626.372500', '222626.832500', '222627.292500', '222627.752500', '222628.212500', '222628.672500', '222629.132500', '222629.592500', '222630.052500', '222630.512500', '222630.972500', '222631.432500', '222631.892500', '222632.352500', '222632.812500', '222633.272500', '222633.732500', '222634.192500', '222634.652500', '222635.112500', '222635.572500', '222636.032500', '222636.492500', '222636.952500', '222637.412500', '222637.872500', '222638.332500', '222638.792500', '222639.252500', '222639.712500', '222640.172500', '222640.632500', '222641.092500', '222641.552500', '222642.012500', '222642.472500', '222642.932500', '222643.392500', '222643.852500', '222644.312500', '222644.772500', '222645.232500', '222645.692500', '222646.152500', '222646.612500', '222647.072500', '222647.532500', '222647.992500', '222648.452500', '222648.912500', '222649.372500', '222649.832500', '222650.292500', '222650.752500', '222651.212500', '222651.672500', '222652.132500', '222652.592500', '222653.052500', '222653.512500', '222653.972500', '222654.432500', '222654.892500', '222655.352500', '222655.812500', '222656.272500', '222656.732500', '222657.192500', '222657.652500', '222658.112500', '222658.572500', '222659.032500', '222659.492500', '222659.952500', '222700.412500', '222700.872500', '222701.332500', '222701.792500', '222702.252500', '222702.712500', '222703.172500', '222703.632500', '222704.092500', '222704.552500', '222705.012500', '222705.472500', '222705.932500', '222706.392500', '222706.852500', '222707.312500', '222707.772500', '222708.232500', '222708.692500', '222709.152500', '222709.612500', '222710.072500', '222710.532500', '222710.992500', '222711.452500', '222711.912500', '222712.372500', '222712.832500', '222713.292500', '222713.752500', '222714.212500', '222714.672500', '222715.132500', '222715.592500', '222716.052500', '222716.512500', '222716.972500', '222717.432500', '222717.892500', '222718.352500', '222718.812500', '222719.272500', '222719.732500', '222720.192500', '222720.652500', '222721.112500', '222721.572500', '222722.032500', '222722.492500', '222722.952500', '222723.412500', '222723.872500', '222724.332500', '222724.792500', '222725.252500', '222725.712500', '222726.172500', '222726.632500', '222727.092500', '222727.552500', '222728.012500', '222728.472500', '222728.932500', '222729.392500', '222729.852500', '222730.312500', '222730.772500', '222731.232500', '222731.692500', '222732.152500', '222732.612500', '222733.072500', '222733.532500', '222733.992500', '222734.452500', '222734.912500', '222735.372500', '222735.832500', '222736.292500', '222736.752500', '222737.212500', '222737.672500', '222738.132500', '222738.592500', '222739.052500', '222739.512500', '222739.972500', '222740.432500', '222740.892500', '222741.352500', '222741.812500', '222742.272500', '222742.732500', '222743.192500', '222743.652500', '222744.112500', '222744.572500', '222745.032500', '222745.492500', '222745.952500', '222746.412500', '222746.872500', '222747.332500', '222747.792500', '222748.252500', '222748.712500', '222749.172500', '222749.632500', '222750.092500', '222750.552500', '222751.012500', '222751.472500', '222751.932500', '222752.392500', '222752.852500', '222753.312500', '222753.772500', '222754.232500', '222754.692500', '222755.152500', '222755.612500', '222756.072500', '222756.532500', '222756.992500', '222757.452500', '222757.912500', '222758.372500', '222758.832500', '222759.292500', '222759.752500', '222800.212500', '222800.672500', '222801.132500', '222801.592500', '222802.052500', '222802.512500', '222802.972500', '222803.432500', '222803.892500', '222804.352500', '222804.812500', '222805.272500', '222805.732500', '222806.192500', '222806.652500', '222807.112500', '222807.572500', '222808.032500', '222808.492500', '222808.952500', '222809.412500', '222809.872500', '222810.332500', '222810.792500', '222811.252500', '222811.712500', '222812.172500', '222812.632500', '222813.092500', '222813.552500', '222814.012500'], 'ContentTime': ['221938.238000', '221938.241000', '221938.244000', '221938.246000', '221938.249000', '221938.252000', '221938.255000', '221938.257000', '221938.260000', '221938.263000', '221938.266000', '221938.276000', '221938.279000', '221938.282000', '221938.285000', '221938.288000', '221938.290000', '221938.293000', '221938.296000', '221938.298000', '221938.301000', '221938.304000', '221938.306000', '221938.309000', '221938.312000', '221938.315000', '221938.317000', '221938.320000', '221938.322000', '221938.325000', '221938.328000', '221938.330000', '221938.333000', '221938.336000', '221958.202000', '221958.205000', '221958.208000', '221958.210000', '221958.213000', '221958.216000', '221958.218000', '221958.221000', '221958.223000', '221958.226000', '221958.229000', '221958.231000', '221958.234000', '221958.236000', '221958.239000', '221958.242000', '221958.244000', '221958.247000', '221958.249000', '221958.252000', '221958.254000', '221958.266000', '221958.269000', '221958.272000', '221958.275000', '221958.277000', '221958.280000', '221958.283000', '221958.285000', '221958.288000', '221958.290000', '221958.293000', '221958.295000', '221958.298000', '221958.301000', '221958.303000', '221958.306000', '221958.308000', '221958.311000', '221958.314000', '221958.316000', '221958.319000', '221958.321000', '222018.203000', '222018.206000', '222018.209000', '222018.212000', '222018.214000', '222018.217000', '222018.219000', '222018.222000', '222018.224000', '222018.227000', '222018.230000', '222018.232000', '222018.235000', '222018.237000', '222018.240000', '222018.242000', '222018.245000', '222018.248000', '222018.250000', '222018.253000', '222018.255000', '222018.258000', '222018.261000', '222018.263000', '222018.266000', '222018.270000', '222018.273000', '222018.275000', '222018.278000', '222018.280000', '222018.283000', '222018.285000', '222018.288000', '222018.291000', '222018.293000', '222018.296000', '222018.298000', '222018.301000', '222018.304000', '222018.306000', '222018.309000', '222018.311000', '222018.314000', '222018.317000', '222038.204000', '222038.207000', '222038.209000', '222038.212000', '222038.214000', '222038.217000', '222038.220000', '222038.222000', '222038.225000', '222038.227000', '222038.230000', '222038.233000', '222038.235000', '222038.238000', '222038.240000', '222038.243000', '222038.246000', '222038.248000', '222038.251000', '222038.253000', '222038.256000', '222038.259000', '222038.261000', '222038.264000', '222038.266000', '222038.269000', '222038.272000', '222038.274000', '222038.277000', '222038.279000', '222038.282000', '222038.285000', '222038.287000', '222038.290000', '222038.292000', '222038.295000', '222038.297000', '222038.300000', '222038.303000', '222038.305000', '222038.308000', '222038.310000', '222038.313000', '222058.204000', '222058.206000', '222058.209000', '222058.212000', '222058.214000', '222058.217000', '222058.220000', '222058.222000', '222058.225000', '222058.228000', '222058.231000', '222058.234000', '222058.237000', '222058.239000', '222058.242000', '222058.244000', '222058.247000', '222058.249000', '222058.252000', '222058.256000', '222058.258000', '222058.261000', '222058.263000', '222058.266000', '222058.269000', '222058.271000', '222058.274000', '222058.276000', '222058.279000', '222058.281000', '222058.284000', '222058.287000', '222058.289000', '222058.292000', '222058.295000', '222058.298000', '222058.300000', '222058.303000', '222058.305000', '222058.308000', '222058.311000', '222058.313000', '222058.316000', '222118.203000', '222118.205000', '222118.208000', '222118.211000', '222118.213000', '222118.216000', '222118.219000', '222118.221000', '222118.224000', '222118.226000', '222118.229000', '222118.232000', '222118.234000', '222118.237000', '222118.239000', '222118.242000', '222118.245000', '222118.247000', '222118.250000', '222118.252000', '222118.255000', '222118.258000', '222118.260000', '222118.263000', '222118.265000', '222118.268000', '222118.270000', '222118.273000', '222118.276000', '222118.278000', '222118.281000', '222118.283000', '222118.286000', '222118.288000', '222118.291000', '222118.294000', '222118.296000', '222118.299000', '222118.301000', '222118.304000', '222118.307000', '222118.309000', '222118.312000', '222118.314000', '222138.203000', '222138.206000', '222138.208000', '222138.211000', '222138.214000', '222138.216000', '222138.219000', '222138.222000', '222138.224000', '222138.227000', '222138.229000', '222138.232000', '222138.235000', '222138.238000', '222138.241000', '222138.244000', '222138.246000', '222138.258000', '222138.261000', '222138.263000', '222138.266000', '222138.269000', '222138.271000', '222138.274000', '222138.277000', '222138.279000', '222138.282000', '222138.284000', '222138.287000', '222138.290000', '222138.292000', '222138.295000', '222138.298000', '222138.300000', '222138.303000', '222138.305000', '222138.308000', '222138.311000', '222138.313000', '222138.316000', '222138.318000', '222138.321000', '222138.324000', '222158.202000', '222158.205000', '222158.208000', '222158.211000', '222158.213000', '222158.217000', '222158.219000', '222158.222000', '222158.225000', '222158.227000', '222158.230000', '222158.232000', '222158.235000', '222158.237000', '222158.240000', '222158.243000', '222158.245000', '222158.248000', '222158.251000', '222158.253000', '222158.256000', '222158.258000', '222158.261000', '222158.264000', '222158.266000', '222158.269000', '222158.271000', '222158.274000', '222158.277000', '222158.279000', '222158.282000', '222158.284000', '222158.287000', '222158.290000', '222158.292000', '222158.295000', '222158.297000', '222158.300000', '222158.303000', '222158.305000', '222158.308000', '222158.311000', '222158.313000', '222158.316000', '222218.203000', '222218.206000', '222218.208000', '222218.211000', '222218.213000', '222218.216000', '222218.219000', '222218.221000', '222218.224000', '222218.226000', '222218.229000', '222218.232000', '222218.234000', '222218.237000', '222218.239000', '222218.242000', '222218.245000', '222218.247000', '222218.250000', '222218.252000', '222218.255000', '222218.258000', '222218.260000', '222218.263000', '222218.266000', '222218.268000', '222218.271000', '222218.274000', '222218.276000', '222218.279000', '222218.281000', '222218.284000', '222218.287000', '222218.289000', '222218.293000', '222218.296000', '222218.298000', '222218.301000', '222218.303000', '222218.306000', '222218.309000', '222218.311000', '222218.314000', '222238.204000', '222238.207000', '222238.209000', '222238.212000', '222238.215000', '222238.217000', '222238.220000', '222238.222000', '222238.225000', '222238.227000', '222238.230000', '222238.233000', '222238.235000', '222238.238000', '222238.240000', '222238.243000', '222238.246000', '222238.248000', '222238.251000', '222238.254000', '222238.256000', '222238.259000', '222238.261000', '222238.264000', '222238.267000', '222238.269000', '222238.272000', '222238.274000', '222238.277000', '222238.280000', '222238.282000', '222238.285000', '222238.287000', '222238.290000', '222238.293000', '222238.296000', '222238.298000', '222238.301000', '222238.303000', '222238.306000', '222238.309000', '222238.311000', '222238.314000', '222238.316000', '222258.204000', '222258.206000', '222258.209000', '222258.212000', '222258.214000', '222258.217000', '222258.219000', '222258.222000', '222258.225000', '222258.227000', '222258.230000', '222258.232000', '222258.235000', '222258.238000', '222258.240000', '222258.243000', '222258.246000', '222258.249000', '222258.252000', '222258.255000', '222258.257000', '222258.260000', '222258.262000', '222258.265000', '222258.268000', '222258.270000', '222258.273000', '222258.275000', '222258.278000', '222258.281000', '222258.283000', '222258.286000', '222258.289000', '222258.291000', '222258.294000', '222258.296000', '222258.299000', '222258.302000', '222258.304000', '222258.307000', '222258.309000', '222258.312000', '222258.315000', '222318.203000', '222318.206000', '222318.209000', '222318.212000', '222318.214000', '222318.217000', '222318.220000', '222318.222000', '222318.225000', '222318.227000', '222318.230000', '222318.232000', '222318.235000', '222318.238000', '222318.240000', '222318.243000', '222318.245000', '222318.248000', '222318.251000', '222318.253000', '222318.256000', '222318.258000', '222318.261000', '222318.264000', '222318.266000', '222318.269000', '222318.271000', '222318.274000', '222318.277000', '222318.279000', '222318.282000', '222318.285000', '222318.287000', '222318.290000', '222318.292000', '222318.295000', '222318.298000', '222318.300000', '222318.303000', '222318.305000', '222318.308000', '222318.311000', '222318.313000', '222318.316000', '222338.203000', '222338.206000', '222338.208000', '222338.211000', '222338.214000', '222338.216000', '222338.219000', '222338.222000', '222338.224000', '222338.227000', '222338.229000', '222338.232000', '222338.235000', '222338.237000', '222338.240000', '222338.242000', '222338.245000', '222338.248000', '222338.250000', '222338.253000', '222338.255000', '222338.258000', '222338.261000', '222338.263000', '222338.266000', '222338.268000', '222338.271000', '222338.274000', '222338.277000', '222338.279000', '222338.282000', '222338.285000', '222338.287000', '222338.290000', '222338.292000', '222338.295000', '222338.298000', '222338.300000', '222338.303000', '222338.305000', '222338.308000', '222338.311000', '222338.313000', '222358.202000', '222358.205000', '222358.208000', '222358.211000', '222358.213000', '222358.216000', '222358.218000', '222358.221000', '222358.224000', '222358.226000', '222358.229000', '222358.232000', '222358.234000', '222358.237000', '222358.239000', '222358.242000', '222358.245000', '222358.247000', '222358.250000', '222358.252000', '222358.255000', '222358.257000', '222358.260000', '222358.263000', '222358.265000', '222358.268000', '222358.271000', '222358.273000', '222358.276000', '222358.278000', '222358.281000', '222358.283000', '222358.286000', '222358.289000', '222358.291000', '222358.294000', '222358.296000', '222358.299000', '222358.302000', '222358.304000', '222358.307000', '222358.310000', '222358.312000', '222358.315000', '222418.203000', '222418.206000', '222418.208000', '222418.211000', '222418.214000', '222418.216000', '222418.219000', '222418.221000', '222418.224000', '222418.227000', '222418.229000', '222418.232000', '222418.235000', '222418.237000', '222418.240000', '222418.242000', '222418.245000', '222418.247000', '222418.250000', '222418.253000', '222418.255000', '222418.258000', '222418.260000', '222418.263000', '222418.266000', '222418.268000', '222418.271000', '222418.274000', '222418.276000', '222418.279000', '222418.281000', '222418.284000', '222418.287000', '222418.289000', '222418.292000', '222418.294000', '222418.297000', '222418.300000', '222418.302000', '222418.305000', '222418.307000', '222418.310000', '222418.313000', '222438.202000', '222438.205000', '222438.208000', '222438.211000', '222438.213000', '222438.216000', '222438.219000', '222438.221000', '222438.224000', '222438.227000', '222438.229000', '222438.232000', '222438.234000', '222438.237000', '222438.240000', '222438.242000', '222438.245000', '222438.247000', '222438.250000', '222438.252000', '222438.255000', '222438.258000', '222438.260000', '222438.263000', '222438.276000', '222438.279000', '222438.282000', '222438.284000', '222438.287000', '222438.289000', '222438.292000', '222438.295000', '222438.297000', '222438.300000', '222438.302000', '222438.307000', '222438.310000', '222438.312000', '222438.315000', '222438.318000', '222438.320000', '222438.323000', '222438.325000', '222438.328000', '222458.204000', '222458.206000', '222458.209000', '222458.212000', '222458.214000', '222458.217000', '222458.219000', '222458.222000', '222458.225000', '222458.227000', '222458.230000', '222458.233000', '222458.235000', '222458.238000', '222458.240000', '222458.243000', '222458.245000', '222458.248000', '222458.251000', '222458.254000', '222458.256000', '222458.259000', '222458.261000', '222458.264000', '222458.267000', '222458.269000', '222458.272000', '222458.274000', '222458.277000', '222458.280000', '222458.282000', '222458.285000', '222458.287000', '222458.290000', '222458.293000', '222458.295000', '222458.298000', '222458.301000', '222458.303000', '222458.306000', '222458.308000', '222458.311000', '222458.313000', '222518.204000', '222518.207000', '222518.209000', '222518.212000', '222518.214000', '222518.217000', '222518.219000', '222518.222000', '222518.225000', '222518.227000', '222518.230000', '222518.232000', '222518.235000', '222518.237000', '222518.240000', '222518.243000', '222518.245000', '222518.248000', '222518.250000', '222518.253000', '222518.256000', '222518.258000', '222518.261000', '222518.263000', '222518.266000', '222518.269000', '222518.279000', '222518.281000', '222518.284000', '222518.286000', '222518.289000', '222518.291000', '222518.294000', '222518.297000', '222518.299000', '222518.302000', '222518.305000', '222518.307000', '222518.310000', '222518.313000', '222518.315000', '222518.318000', '222518.320000', '222518.323000', '222538.204000', '222538.207000', '222538.209000', '222538.212000', '222538.215000', '222538.217000', '222538.220000', '222538.222000', '222538.225000', '222538.228000', '222538.230000', '222538.233000', '222538.236000', '222538.238000', '222538.241000', '222538.243000', '222538.246000', '222538.249000', '222538.251000', '222538.254000', '222538.256000', '222538.259000', '222538.262000', '222538.264000', '222538.267000', '222538.270000', '222538.272000', '222538.275000', '222538.277000', '222538.280000', '222538.283000', '222538.285000', '222538.288000', '222538.290000', '222538.293000', '222538.296000', '222538.298000', '222538.301000', '222538.304000', '222538.306000', '222538.309000', '222538.311000', '222538.314000', '222558.203000', '222558.206000', '222558.208000', '222558.211000', '222558.214000', '222558.216000', '222558.219000', '222558.222000', '222558.224000', '222558.227000', '222558.229000', '222558.232000', '222558.235000', '222558.237000', '222558.240000', '222558.242000', '222558.245000', '222558.248000', '222558.250000', '222558.253000', '222558.255000', '222558.258000', '222558.261000', '222558.263000', '222558.266000', '222558.268000', '222558.271000', '222558.274000', '222558.276000', '222558.279000', '222558.281000', '222558.284000', '222558.287000', '222558.289000', '222558.292000', '222558.294000', '222558.297000', '222558.300000', '222558.302000', '222558.305000', '222558.308000', '222558.310000', '222558.313000', '222558.315000', '222618.203000', '222618.213000', '222618.216000', '222618.219000', '222618.221000', '222618.224000', '222618.227000', '222618.229000', '222618.232000', '222618.234000', '222618.237000', '222618.239000', '222618.242000', '222618.245000', '222618.247000', '222618.250000', '222618.252000', '222618.255000', '222618.258000', '222618.260000', '222618.263000', '222618.266000', '222618.268000', '222618.271000', '222618.273000', '222618.276000', '222618.279000', '222618.281000', '222618.284000', '222618.286000', '222618.289000', '222618.292000', '222618.294000', '222618.297000', '222618.299000', '222618.302000', '222618.305000', '222618.307000', '222618.310000', '222618.313000', '222618.315000', '222618.318000', '222618.320000', '222638.202000', '222638.205000', '222638.208000', '222638.211000', '222638.213000', '222638.216000', '222638.219000', '222638.221000', '222638.224000', '222638.226000', '222638.229000', '222638.231000', '222638.234000', '222638.237000', '222638.239000', '222638.242000', '222638.244000', '222638.247000', '222638.250000', '222638.252000', '222638.255000', '222638.257000', '222638.260000', '222638.263000', '222638.265000', '222638.268000', '222638.270000', '222638.273000', '222638.275000', '222638.278000', '222638.281000', '222638.283000', '222638.286000', '222638.289000', '222638.291000', '222638.294000', '222638.296000', '222638.299000', '222638.302000', '222638.304000', '222638.307000', '222638.309000', '222638.312000', '222638.315000', '222658.203000', '222658.205000', '222658.208000', '222658.211000', '222658.213000', '222658.216000', '222658.218000', '222658.221000', '222658.224000', '222658.226000', '222658.229000', '222658.231000', '222658.234000', '222658.237000', '222658.239000', '222658.242000', '222658.245000', '222658.247000', '222658.250000', '222658.253000', '222658.255000', '222658.258000', '222658.260000', '222658.263000', '222658.266000', '222658.268000', '222658.271000', '222658.273000', '222658.276000', '222658.278000', '222658.281000', '222658.284000', '222658.286000', '222658.289000', '222658.291000', '222658.294000', '222658.297000', '222658.299000', '222658.302000', '222658.305000', '222658.307000', '222658.310000', '222658.312000', '222718.204000', '222718.206000', '222718.209000', '222718.213000', '222718.217000', '222718.220000', '222718.222000', '222718.225000', '222718.228000', '222718.230000', '222718.233000', '222718.235000', '222718.238000', '222718.241000', '222718.243000', '222718.246000', '222718.248000', '222718.251000', '222718.254000', '222718.256000', '222718.259000', '222718.262000', '222718.264000', '222718.267000', '222718.269000', '222718.272000', '222718.275000', '222718.277000', '222718.280000', '222718.283000', '222718.285000', '222718.288000', '222718.291000', '222718.293000', '222718.296000', '222718.298000', '222718.301000', '222718.304000', '222718.306000', '222718.309000', '222718.311000', '222718.314000', '222718.316000', '222738.204000', '222738.206000', '222738.209000', '222738.212000', '222738.215000', '222738.217000', '222738.220000', '222738.222000', '222738.225000', '222738.227000', '222738.230000', '222738.233000', '222738.235000', '222738.238000', '222738.240000', '222738.243000', '222738.246000', '222738.248000', '222738.251000', '222738.254000', '222738.256000', '222738.259000', '222738.262000', '222738.264000', '222738.267000', '222738.269000', '222738.272000', '222738.275000', '222738.277000', '222738.280000', '222738.282000', '222738.285000', '222738.288000', '222738.290000', '222738.293000', '222738.295000', '222738.298000', '222738.301000', '222738.303000', '222738.306000', '222738.308000', '222738.311000', '222738.314000', '222738.316000', '222758.204000', '222758.206000', '222758.209000', '222758.212000', '222758.214000', '222758.217000', '222758.219000', '222758.222000', '222758.225000', '222758.227000', '222758.230000', '222758.232000', '222758.235000', '222758.238000', '222758.240000', '222758.243000', '222758.246000', '222758.249000', '222758.252000', '222758.254000', '222758.257000', '222758.259000', '222758.262000', '222758.265000', '222758.268000', '222758.270000', '222758.273000', '222758.275000', '222758.278000', '222758.281000', '222758.283000', '222758.286000', '222758.288000', '222758.291000', '222758.294000', '222758.296000', '222758.299000', '222758.301000', '222758.304000', '222758.307000', '222758.309000', '222758.312000', '222758.314000', '222815.218000', '222815.221000', '222815.224000', '222815.227000', '222815.229000', '222815.232000', '222815.235000', '222815.238000', '222815.240000', '222815.243000', '222815.246000', '222815.249000', '222815.252000', '222815.255000', '222815.258000', '222815.261000', '222815.264000', '222815.267000', '222815.269000', '222815.272000', '222815.275000', '222815.277000', '222815.280000', '222815.283000', '222815.286000', '222815.288000', '222815.291000', '222815.294000', '222815.297000', '222815.299000', '222815.302000', '222815.305000', '222815.308000', '222815.313000', '222815.316000', '222815.319000', '222815.321000', '222815.324000'], 'InstanceCreationTime': ['221938.238000', '221938.241000', '221938.244000', '221938.246000', '221938.249000', '221938.252000', '221938.255000', '221938.257000', '221938.260000', '221938.263000', '221938.266000', '221938.276000', '221938.279000', '221938.282000', '221938.285000', '221938.288000', '221938.290000', '221938.293000', '221938.296000', '221938.298000', '221938.301000', '221938.304000', '221938.306000', '221938.309000', '221938.312000', '221938.315000', '221938.317000', '221938.320000', '221938.322000', '221938.325000', '221938.328000', '221938.330000', '221938.333000', '221938.336000', '221958.202000', '221958.205000', '221958.208000', '221958.210000', '221958.213000', '221958.216000', '221958.218000', '221958.221000', '221958.223000', '221958.226000', '221958.229000', '221958.231000', '221958.234000', '221958.236000', '221958.239000', '221958.242000', '221958.244000', '221958.247000', '221958.249000', '221958.252000', '221958.254000', '221958.266000', '221958.269000', '221958.272000', '221958.275000', '221958.277000', '221958.280000', '221958.283000', '221958.285000', '221958.288000', '221958.290000', '221958.293000', '221958.295000', '221958.298000', '221958.301000', '221958.303000', '221958.306000', '221958.308000', '221958.311000', '221958.314000', '221958.316000', '221958.319000', '221958.321000', '222018.203000', '222018.206000', '222018.209000', '222018.212000', '222018.214000', '222018.217000', '222018.219000', '222018.222000', '222018.224000', '222018.227000', '222018.230000', '222018.232000', '222018.235000', '222018.237000', '222018.240000', '222018.242000', '222018.245000', '222018.248000', '222018.250000', '222018.253000', '222018.255000', '222018.258000', '222018.261000', '222018.263000', '222018.266000', '222018.270000', '222018.273000', '222018.275000', '222018.278000', '222018.280000', '222018.283000', '222018.285000', '222018.288000', '222018.291000', '222018.293000', '222018.296000', '222018.298000', '222018.301000', '222018.304000', '222018.306000', '222018.309000', '222018.311000', '222018.314000', '222018.317000', '222038.204000', '222038.207000', '222038.209000', '222038.212000', '222038.214000', '222038.217000', '222038.220000', '222038.222000', '222038.225000', '222038.227000', '222038.230000', '222038.233000', '222038.235000', '222038.238000', '222038.240000', '222038.243000', '222038.246000', '222038.248000', '222038.251000', '222038.253000', '222038.256000', '222038.259000', '222038.261000', '222038.264000', '222038.266000', '222038.269000', '222038.272000', '222038.274000', '222038.277000', '222038.279000', '222038.282000', '222038.285000', '222038.287000', '222038.290000', '222038.292000', '222038.295000', '222038.297000', '222038.300000', '222038.303000', '222038.305000', '222038.308000', '222038.310000', '222038.313000', '222058.204000', '222058.206000', '222058.209000', '222058.212000', '222058.214000', '222058.217000', '222058.220000', '222058.222000', '222058.225000', '222058.228000', '222058.231000', '222058.234000', '222058.237000', '222058.239000', '222058.242000', '222058.244000', '222058.247000', '222058.249000', '222058.252000', '222058.256000', '222058.258000', '222058.261000', '222058.263000', '222058.266000', '222058.269000', '222058.271000', '222058.274000', '222058.276000', '222058.279000', '222058.281000', '222058.284000', '222058.287000', '222058.289000', '222058.292000', '222058.295000', '222058.298000', '222058.300000', '222058.303000', '222058.305000', '222058.308000', '222058.311000', '222058.313000', '222058.316000', '222118.203000', '222118.205000', '222118.208000', '222118.211000', '222118.213000', '222118.216000', '222118.219000', '222118.221000', '222118.224000', '222118.226000', '222118.229000', '222118.232000', '222118.234000', '222118.237000', '222118.239000', '222118.242000', '222118.245000', '222118.247000', '222118.250000', '222118.252000', '222118.255000', '222118.258000', '222118.260000', '222118.263000', '222118.265000', '222118.268000', '222118.270000', '222118.273000', '222118.276000', '222118.278000', '222118.281000', '222118.283000', '222118.286000', '222118.288000', '222118.291000', '222118.294000', '222118.296000', '222118.299000', '222118.301000', '222118.304000', '222118.307000', '222118.309000', '222118.312000', '222118.314000', '222138.203000', '222138.206000', '222138.208000', '222138.211000', '222138.214000', '222138.216000', '222138.219000', '222138.222000', '222138.224000', '222138.227000', '222138.229000', '222138.232000', '222138.235000', '222138.238000', '222138.241000', '222138.244000', '222138.246000', '222138.258000', '222138.261000', '222138.263000', '222138.266000', '222138.269000', '222138.271000', '222138.274000', '222138.277000', '222138.279000', '222138.282000', '222138.284000', '222138.287000', '222138.290000', '222138.292000', '222138.295000', '222138.298000', '222138.300000', '222138.303000', '222138.305000', '222138.308000', '222138.311000', '222138.313000', '222138.316000', '222138.318000', '222138.321000', '222138.324000', '222158.202000', '222158.205000', '222158.208000', '222158.211000', '222158.213000', '222158.217000', '222158.219000', '222158.222000', '222158.225000', '222158.227000', '222158.230000', '222158.232000', '222158.235000', '222158.237000', '222158.240000', '222158.243000', '222158.245000', '222158.248000', '222158.251000', '222158.253000', '222158.256000', '222158.258000', '222158.261000', '222158.264000', '222158.266000', '222158.269000', '222158.271000', '222158.274000', '222158.277000', '222158.279000', '222158.282000', '222158.284000', '222158.287000', '222158.290000', '222158.292000', '222158.295000', '222158.297000', '222158.300000', '222158.303000', '222158.305000', '222158.308000', '222158.311000', '222158.313000', '222158.316000', '222218.203000', '222218.206000', '222218.208000', '222218.211000', '222218.213000', '222218.216000', '222218.219000', '222218.221000', '222218.224000', '222218.226000', '222218.229000', '222218.232000', '222218.234000', '222218.237000', '222218.239000', '222218.242000', '222218.245000', '222218.247000', '222218.250000', '222218.252000', '222218.255000', '222218.258000', '222218.260000', '222218.263000', '222218.266000', '222218.268000', '222218.271000', '222218.274000', '222218.276000', '222218.279000', '222218.281000', '222218.284000', '222218.287000', '222218.289000', '222218.293000', '222218.296000', '222218.298000', '222218.301000', '222218.303000', '222218.306000', '222218.309000', '222218.311000', '222218.314000', '222238.204000', '222238.207000', '222238.209000', '222238.212000', '222238.215000', '222238.217000', '222238.220000', '222238.222000', '222238.225000', '222238.227000', '222238.230000', '222238.233000', '222238.235000', '222238.238000', '222238.240000', '222238.243000', '222238.246000', '222238.248000', '222238.251000', '222238.254000', '222238.256000', '222238.259000', '222238.261000', '222238.264000', '222238.267000', '222238.269000', '222238.272000', '222238.274000', '222238.277000', '222238.280000', '222238.282000', '222238.285000', '222238.287000', '222238.290000', '222238.293000', '222238.296000', '222238.298000', '222238.301000', '222238.303000', '222238.306000', '222238.309000', '222238.311000', '222238.314000', '222238.316000', '222258.204000', '222258.206000', '222258.209000', '222258.212000', '222258.214000', '222258.217000', '222258.219000', '222258.222000', '222258.225000', '222258.227000', '222258.230000', '222258.232000', '222258.235000', '222258.238000', '222258.240000', '222258.243000', '222258.246000', '222258.249000', '222258.252000', '222258.255000', '222258.257000', '222258.260000', '222258.262000', '222258.265000', '222258.268000', '222258.270000', '222258.273000', '222258.275000', '222258.278000', '222258.281000', '222258.283000', '222258.286000', '222258.289000', '222258.291000', '222258.294000', '222258.296000', '222258.299000', '222258.302000', '222258.304000', '222258.307000', '222258.309000', '222258.312000', '222258.315000', '222318.203000', '222318.206000', '222318.209000', '222318.212000', '222318.214000', '222318.217000', '222318.220000', '222318.222000', '222318.225000', '222318.227000', '222318.230000', '222318.232000', '222318.235000', '222318.238000', '222318.240000', '222318.243000', '222318.245000', '222318.248000', '222318.251000', '222318.253000', '222318.256000', '222318.258000', '222318.261000', '222318.264000', '222318.266000', '222318.269000', '222318.271000', '222318.274000', '222318.277000', '222318.279000', '222318.282000', '222318.285000', '222318.287000', '222318.290000', '222318.292000', '222318.295000', '222318.298000', '222318.300000', '222318.303000', '222318.305000', '222318.308000', '222318.311000', '222318.313000', '222318.316000', '222338.203000', '222338.206000', '222338.208000', '222338.211000', '222338.214000', '222338.216000', '222338.219000', '222338.222000', '222338.224000', '222338.227000', '222338.229000', '222338.232000', '222338.235000', '222338.237000', '222338.240000', '222338.242000', '222338.245000', '222338.248000', '222338.250000', '222338.253000', '222338.255000', '222338.258000', '222338.261000', '222338.263000', '222338.266000', '222338.268000', '222338.271000', '222338.274000', '222338.277000', '222338.279000', '222338.282000', '222338.285000', '222338.287000', '222338.290000', '222338.292000', '222338.295000', '222338.298000', '222338.300000', '222338.303000', '222338.305000', '222338.308000', '222338.311000', '222338.313000', '222358.202000', '222358.205000', '222358.208000', '222358.211000', '222358.213000', '222358.216000', '222358.218000', '222358.221000', '222358.224000', '222358.226000', '222358.229000', '222358.232000', '222358.234000', '222358.237000', '222358.239000', '222358.242000', '222358.245000', '222358.247000', '222358.250000', '222358.252000', '222358.255000', '222358.257000', '222358.260000', '222358.263000', '222358.265000', '222358.268000', '222358.271000', '222358.273000', '222358.276000', '222358.278000', '222358.281000', '222358.283000', '222358.286000', '222358.289000', '222358.291000', '222358.294000', '222358.296000', '222358.299000', '222358.302000', '222358.304000', '222358.307000', '222358.310000', '222358.312000', '222358.315000', '222418.203000', '222418.206000', '222418.208000', '222418.211000', '222418.214000', '222418.216000', '222418.219000', '222418.221000', '222418.224000', '222418.227000', '222418.229000', '222418.232000', '222418.235000', '222418.237000', '222418.240000', '222418.242000', '222418.245000', '222418.247000', '222418.250000', '222418.253000', '222418.255000', '222418.258000', '222418.260000', '222418.263000', '222418.266000', '222418.268000', '222418.271000', '222418.274000', '222418.276000', '222418.279000', '222418.281000', '222418.284000', '222418.287000', '222418.289000', '222418.292000', '222418.294000', '222418.297000', '222418.300000', '222418.302000', '222418.305000', '222418.307000', '222418.310000', '222418.313000', '222438.202000', '222438.205000', '222438.208000', '222438.211000', '222438.213000', '222438.216000', '222438.219000', '222438.221000', '222438.224000', '222438.227000', '222438.229000', '222438.232000', '222438.234000', '222438.237000', '222438.240000', '222438.242000', '222438.245000', '222438.247000', '222438.250000', '222438.252000', '222438.255000', '222438.258000', '222438.260000', '222438.263000', '222438.276000', '222438.279000', '222438.282000', '222438.284000', '222438.287000', '222438.289000', '222438.292000', '222438.295000', '222438.297000', '222438.300000', '222438.302000', '222438.307000', '222438.310000', '222438.312000', '222438.315000', '222438.318000', '222438.320000', '222438.323000', '222438.325000', '222438.328000', '222458.204000', '222458.206000', '222458.209000', '222458.212000', '222458.214000', '222458.217000', '222458.219000', '222458.222000', '222458.225000', '222458.227000', '222458.230000', '222458.233000', '222458.235000', '222458.238000', '222458.240000', '222458.243000', '222458.245000', '222458.248000', '222458.251000', '222458.254000', '222458.256000', '222458.259000', '222458.261000', '222458.264000', '222458.267000', '222458.269000', '222458.272000', '222458.274000', '222458.277000', '222458.280000', '222458.282000', '222458.285000', '222458.287000', '222458.290000', '222458.293000', '222458.295000', '222458.298000', '222458.301000', '222458.303000', '222458.306000', '222458.308000', '222458.311000', '222458.313000', '222518.204000', '222518.207000', '222518.209000', '222518.212000', '222518.214000', '222518.217000', '222518.219000', '222518.222000', '222518.225000', '222518.227000', '222518.230000', '222518.232000', '222518.235000', '222518.237000', '222518.240000', '222518.243000', '222518.245000', '222518.248000', '222518.250000', '222518.253000', '222518.256000', '222518.258000', '222518.261000', '222518.263000', '222518.266000', '222518.269000', '222518.279000', '222518.281000', '222518.284000', '222518.286000', '222518.289000', '222518.291000', '222518.294000', '222518.297000', '222518.299000', '222518.302000', '222518.305000', '222518.307000', '222518.310000', '222518.313000', '222518.315000', '222518.318000', '222518.320000', '222518.323000', '222538.204000', '222538.207000', '222538.209000', '222538.212000', '222538.215000', '222538.217000', '222538.220000', '222538.222000', '222538.225000', '222538.228000', '222538.230000', '222538.233000', '222538.236000', '222538.238000', '222538.241000', '222538.243000', '222538.246000', '222538.249000', '222538.251000', '222538.254000', '222538.256000', '222538.259000', '222538.262000', '222538.264000', '222538.267000', '222538.270000', '222538.272000', '222538.275000', '222538.277000', '222538.280000', '222538.283000', '222538.285000', '222538.288000', '222538.290000', '222538.293000', '222538.296000', '222538.298000', '222538.301000', '222538.304000', '222538.306000', '222538.309000', '222538.311000', '222538.314000', '222558.203000', '222558.206000', '222558.208000', '222558.211000', '222558.214000', '222558.216000', '222558.219000', '222558.222000', '222558.224000', '222558.227000', '222558.229000', '222558.232000', '222558.235000', '222558.237000', '222558.240000', '222558.242000', '222558.245000', '222558.248000', '222558.250000', '222558.253000', '222558.255000', '222558.258000', '222558.261000', '222558.263000', '222558.266000', '222558.268000', '222558.271000', '222558.274000', '222558.276000', '222558.279000', '222558.281000', '222558.284000', '222558.287000', '222558.289000', '222558.292000', '222558.294000', '222558.297000', '222558.300000', '222558.302000', '222558.305000', '222558.308000', '222558.310000', '222558.313000', '222558.315000', '222618.203000', '222618.213000', '222618.216000', '222618.219000', '222618.221000', '222618.224000', '222618.227000', '222618.229000', '222618.232000', '222618.234000', '222618.237000', '222618.239000', '222618.242000', '222618.245000', '222618.247000', '222618.250000', '222618.252000', '222618.255000', '222618.258000', '222618.260000', '222618.263000', '222618.266000', '222618.268000', '222618.271000', '222618.273000', '222618.276000', '222618.279000', '222618.281000', '222618.284000', '222618.286000', '222618.289000', '222618.292000', '222618.294000', '222618.297000', '222618.299000', '222618.302000', '222618.305000', '222618.307000', '222618.310000', '222618.313000', '222618.315000', '222618.318000', '222618.320000', '222638.202000', '222638.205000', '222638.208000', '222638.211000', '222638.213000', '222638.216000', '222638.219000', '222638.221000', '222638.224000', '222638.226000', '222638.229000', '222638.231000', '222638.234000', '222638.237000', '222638.239000', '222638.242000', '222638.244000', '222638.247000', '222638.250000', '222638.252000', '222638.255000', '222638.257000', '222638.260000', '222638.263000', '222638.265000', '222638.268000', '222638.270000', '222638.273000', '222638.275000', '222638.278000', '222638.281000', '222638.283000', '222638.286000', '222638.289000', '222638.291000', '222638.294000', '222638.296000', '222638.299000', '222638.302000', '222638.304000', '222638.307000', '222638.309000', '222638.312000', '222638.315000', '222658.203000', '222658.205000', '222658.208000', '222658.211000', '222658.213000', '222658.216000', '222658.218000', '222658.221000', '222658.224000', '222658.226000', '222658.229000', '222658.231000', '222658.234000', '222658.237000', '222658.239000', '222658.242000', '222658.245000', '222658.247000', '222658.250000', '222658.253000', '222658.255000', '222658.258000', '222658.260000', '222658.263000', '222658.266000', '222658.268000', '222658.271000', '222658.273000', '222658.276000', '222658.278000', '222658.281000', '222658.284000', '222658.286000', '222658.289000', '222658.291000', '222658.294000', '222658.297000', '222658.299000', '222658.302000', '222658.305000', '222658.307000', '222658.310000', '222658.312000', '222718.204000', '222718.206000', '222718.209000', '222718.213000', '222718.217000', '222718.220000', '222718.222000', '222718.225000', '222718.228000', '222718.230000', '222718.233000', '222718.235000', '222718.238000', '222718.241000', '222718.243000', '222718.246000', '222718.248000', '222718.251000', '222718.254000', '222718.256000', '222718.259000', '222718.262000', '222718.264000', '222718.267000', '222718.269000', '222718.272000', '222718.275000', '222718.277000', '222718.280000', '222718.283000', '222718.285000', '222718.288000', '222718.291000', '222718.293000', '222718.296000', '222718.298000', '222718.301000', '222718.304000', '222718.306000', '222718.309000', '222718.311000', '222718.314000', '222718.316000', '222738.204000', '222738.206000', '222738.209000', '222738.212000', '222738.215000', '222738.217000', '222738.220000', '222738.222000', '222738.225000', '222738.227000', '222738.230000', '222738.233000', '222738.235000', '222738.238000', '222738.240000', '222738.243000', '222738.246000', '222738.248000', '222738.251000', '222738.254000', '222738.256000', '222738.259000', '222738.262000', '222738.264000', '222738.267000', '222738.269000', '222738.272000', '222738.275000', '222738.277000', '222738.280000', '222738.282000', '222738.285000', '222738.288000', '222738.290000', '222738.293000', '222738.295000', '222738.298000', '222738.301000', '222738.303000', '222738.306000', '222738.308000', '222738.311000', '222738.314000', '222738.316000', '222758.204000', '222758.206000', '222758.209000', '222758.212000', '222758.214000', '222758.217000', '222758.219000', '222758.222000', '222758.225000', '222758.227000', '222758.230000', '222758.232000', '222758.235000', '222758.238000', '222758.240000', '222758.243000', '222758.246000', '222758.249000', '222758.252000', '222758.254000', '222758.257000', '222758.259000', '222758.262000', '222758.265000', '222758.268000', '222758.270000', '222758.273000', '222758.275000', '222758.278000', '222758.281000', '222758.283000', '222758.286000', '222758.288000', '222758.291000', '222758.294000', '222758.296000', '222758.299000', '222758.301000', '222758.304000', '222758.307000', '222758.309000', '222758.312000', '222758.314000', '222815.218000', '222815.221000', '222815.224000', '222815.227000', '222815.229000', '222815.232000', '222815.235000', '222815.238000', '222815.240000', '222815.243000', '222815.246000', '222815.249000', '222815.252000', '222815.255000', '222815.258000', '222815.261000', '222815.264000', '222815.267000', '222815.269000', '222815.272000', '222815.275000', '222815.277000', '222815.280000', '222815.283000', '222815.286000', '222815.288000', '222815.291000', '222815.294000', '222815.297000', '222815.299000', '222815.302000', '222815.305000', '222815.308000', '222815.313000', '222815.316000', '222815.319000', '222815.321000', '222815.324000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'LargestImagePixelValue': [9198, 10454, 9095, 10524, 8513, 9554, 10288, 9381, 10309, 8036, 10271, 8175, 9544, 9944, 8559, 9858, 8214, 9402, 9338, 9574, 9588, 8871, 10197, 7988, 9731, 8035, 9615, 9650, 8906, 10352, 8757, 9728, 9921, 9849, 9815, 9423, 9675, 9684, 9917, 10083, 8107, 9716, 9170, 8960, 9845, 8134, 9757, 9484, 9033, 9828, 7856, 9628, 9131, 9841, 9739, 8769, 9552, 9887, 9621, 9889, 8904, 9407, 8841, 9538, 9744, 8419, 9834, 8948, 8669, 9500, 9260, 9381, 8867, 9380, 9445, 9473, 9654, 9879, 9569, 8159, 9094, 9795, 8847, 9594, 9703, 8929, 9924, 9076, 9410, 9695, 7936, 9564, 8990, 9135, 9396, 7618, 9524, 9165, 8720, 9346, 8212, 9602, 9613, 9550, 10172, 7731, 9563, 8048, 9526, 9666, 8776, 9622, 9308, 8825, 9544, 8897, 9831, 9547, 9529, 9660, 8850, 9595, 9050, 9177, 9539, 9120, 9878, 9719, 8481, 9774, 8148, 9617, 9600, 9045, 9612, 8639, 9731, 9320, 9961, 9597, 9104, 8308, 9766, 8095, 9592, 9347, 9132, 9616, 8251, 9737, 8462, 9418, 9752, 9000, 9569, 8341, 9975, 9405, 9480, 9518, 8545, 9810, 9245, 9397, 10111, 8303, 10112, 7970, 9589, 9528, 9866, 10134, 8760, 10167, 9754, 9896, 10360, 9886, 10238, 8701, 10051, 9807, 9393, 10033, 8959, 10381, 9955, 8101, 9753, 8761, 10237, 9905, 9051, 9597, 9574, 10154, 9824, 9825, 9906, 9506, 10068, 9654, 8789, 9891, 7821, 10117, 9693, 9197, 9750, 8302, 10196, 9441, 9814, 9454, 9116, 9978, 8343, 10374, 10255, 8478, 10142, 9418, 9429, 10377, 8597, 10375, 9633, 9463, 9788, 8597, 10398, 8167, 10397, 10040, 9680, 9771, 8843, 9929, 10506, 10147, 10860, 9077, 9977, 9391, 8703, 9979, 9344, 9598, 10065, 9163, 9791, 9104, 9797, 10011, 8726, 10393, 9228, 8660, 9788, 9860, 10535, 9754, 8811, 10268, 8802, 9841, 9083, 10156, 9989, 10533, 9807, 8618, 10223, 10026, 10652, 10363, 10360, 10928, 9155, 10259, 10044, 9837, 10675, 8625, 10483, 10093, 9726, 10169, 10094, 10740, 9956, 9755, 10356, 11527, 10456, 10608, 9482, 10737, 8470, 10269, 10968, 9869, 10998, 10475, 10294, 10304, 10389, 10907, 8812, 10271, 10133, 10754, 10369, 8924, 10217, 9812, 9835, 10435, 8561, 10114, 10174, 10550, 9866, 8314, 9886, 8131, 10357, 10105, 9703, 9877, 7897, 10038, 9677, 10177, 9668, 9888, 10344, 9278, 10103, 8543, 10601, 8777, 10354, 10930, 10142, 11004, 10401, 10289, 8458, 10228, 10740, 8338, 10067, 10240, 9642, 11136, 8466, 10232, 10197, 9526, 10560, 8789, 10294, 10259, 10195, 10173, 8399, 9932, 10989, 10087, 10780, 8866, 10692, 8662, 10189, 8541, 9927, 8098, 10272, 7811, 10474, 10636, 9563, 10937, 9210, 10608, 10749, 10196, 11167, 10321, 10364, 10967, 9552, 10842, 8260, 10809, 11136, 9369, 8313, 9408, 8392, 9823, 7964, 9990, 10965, 10629, 10161, 10555, 9995, 11088, 7979, 9842, 10493, 8128, 10067, 10233, 10172, 10490, 8677, 10763, 8543, 9581, 10481, 9934, 11364, 8259, 10411, 10653, 7969, 10761, 8886, 10086, 10439, 9909, 11064, 8330, 10259, 10115, 10193, 11284, 9371, 10968, 11397, 9743, 11305, 10400, 10416, 11681, 8177, 11071, 10793, 9497, 11150, 8698, 10208, 10340, 9474, 11286, 9509, 10048, 10780, 9602, 11417, 10531, 10536, 11606, 8755, 10021, 10672, 10306, 11363, 8760, 10118, 10782, 9762, 10494, 8412, 10259, 11150, 10166, 11509, 11064, 10406, 11650, 9113, 10427, 10962, 10629, 10332, 8313, 9603, 8045, 9658, 9849, 7775, 9382, 8450, 9517, 10044, 9258, 10907, 8586, 9339, 9993, 9282, 10960, 8855, 9455, 10125, 8016, 9975, 8828, 9478, 10452, 7619, 9795, 9865, 9341, 10063, 9539, 10620, 8588, 9762, 8077, 9527, 10638, 9798, 11733, 9075, 9749, 10987, 10370, 10374, 11064, 9756, 11010, 8441, 9896, 10561, 8173, 10553, 8571, 9933, 10937, 9327, 10330, 8104, 9990, 10445, 9703, 11248, 8192, 9843, 10500, 9879, 10293, 8603, 9882, 8744, 9988, 9808, 9691, 9887, 10043, 10094, 8458, 10792, 9147, 8546, 10134, 10354, 8539, 9510, 8001, 9911, 9212, 9739, 9036, 8172, 9596, 7670, 10355, 8834, 9751, 8900, 8380, 10158, 7765, 10357, 8109, 10085, 8655, 8193, 8983, 8147, 10136, 7963, 9264, 10245, 8395, 9738, 10434, 9625, 9608, 8654, 9636, 9779, 8832, 9415, 8332, 10136, 8473, 8933, 9346, 8563, 9486, 8462, 9411, 8663, 8985, 9575, 8436, 9480, 8505, 9309, 9982, 9198, 9838, 9074, 9789, 9865, 9464, 9698, 7885, 9313, 9593, 9094, 10010, 9214, 9237, 8799, 9046, 9518, 7935, 9486, 8469, 9179, 9817, 9165, 9340, 8589, 9481, 9272, 8982, 9744, 7689, 9394, 8537, 9377, 9825, 9120, 10251, 8965, 9539, 9606, 9471, 9535, 8648, 9540, 9936, 8148, 9863, 8700, 9860, 9940, 9247, 10056, 8817, 9767, 8498, 9697, 9799, 7767, 9772, 9673, 10111, 9841, 8936, 10232, 8430, 9845, 9842, 10116, 10322, 9084, 10095, 8316, 10322, 10052, 10079, 10994, 8172, 10339, 10004, 9945, 10521, 8446, 10527, 9925, 10011, 10410, 8377, 10156, 9635, 10532, 10495, 9763, 10624, 8719, 10230, 9311, 10442, 10709, 10348, 10584, 10505, 10250, 10629, 10065, 10414, 8681, 10312, 10428, 10140, 10035, 9419, 10814, 9758, 10095, 9779, 10733, 9888, 10427, 10398, 9986, 10334, 10046, 9995, 10073, 9843, 9788, 10594, 8224, 10552, 8426, 10336, 8929, 10636, 9245, 10760, 9666, 11150, 9132, 10658, 10684, 10776, 10313, 10312, 10685, 10567, 10814, 10516, 10878, 7854, 10441, 9696, 10247, 11076, 9007, 10344, 8304, 10490, 9659, 10038, 10432, 9766, 10955, 9169, 10507, 8647, 10369, 8892, 10604, 8833, 10706, 10354, 10099, 10466, 10546, 10184, 9454, 9840, 9515, 10464, 9132, 10047, 9693, 9742, 9817, 10991, 10036, 11477, 8441, 10384, 10516, 9918, 11167, 8039, 10355, 10459, 8985, 10839, 9838, 10194, 10274, 8210, 10221, 9787, 9745, 10340, 8395, 10521, 10006, 8580, 10455, 9595, 10245, 10002, 8424, 10589, 9726, 9591, 10279, 9475, 10529, 9474, 10143, 10388, 7969, 10767, 9760, 10028, 10480, 8670, 10720, 9613, 9935, 10548, 8619, 10609, 9837, 9605, 10677, 9707, 10688, 9535, 8085, 9843, 8459, 10116, 9024, 10045, 9642, 9533, 10033, 9249, 10081, 9577, 10309, 8651, 10676, 10576, 9927, 10405, 9481, 10666, 10419, 9179, 10095, 9848, 10370, 9958, 9966, 11018, 9564, 10322, 8513, 10353, 9355, 10419, 8553, 10582, 10381, 10195, 10434, 10089, 11142, 11079, 10817, 10812, 9013, 10100, 9571, 10490, 10841, 10366, 11469, 10132, 11066, 8477, 10563, 8992, 10535, 9034, 10579, 10265, 10593, 11628, 9378, 10669, 9245, 10372, 10374, 10215, 10101, 9767, 10464, 9749, 10264, 10183, 11407, 10090, 11156, 8195, 9787, 8165, 9955, 8069, 10056, 10657, 9810, 10927, 10057, 10959, 7874, 10000, 10439, 9843, 10885, 8044, 10141, 7840, 10178, 10493, 9477, 10865, 7877, 10074, 8371, 10206, 10361, 9979, 10673, 7848, 9795, 8014, 9731, 9440, 9485, 10654, 7612, 9812, 8853, 9767, 10034, 9314, 10398, 8266, 10271, 7911, 9275, 9643, 9656, 10264, 9506, 10562, 7999, 9357, 8477, 9724, 10249, 10043, 9932, 8918, 10024, 9563, 10014, 8902, 9918, 8413, 9710, 10113, 9924, 10292, 9166, 10826, 8055, 9698, 8881, 9915, 8436, 9985, 10461, 9277, 9892, 9005, 10823, 9654, 10359, 8318, 9770, 9407, 10144, 8157, 9978, 10694, 9930, 10876, 9466, 9756, 9431, 9565, 9330, 9659, 9165, 10847, 8452, 10442, 10165, 10350, 7821, 9785, 10960, 8647, 10363, 9440, 9793, 10422, 9526, 10824, 9804, 10134, 8414, 10023, 8508, 10060, 8487, 10058, 8955, 10304, 8929, 10053, 10686, 9036, 10092, 9581, 10097, 8173, 9620, 7913, 9335, 10007, 9866, 10497, 9400, 10761, 7743, 9721, 8701, 9824, 10408, 9622, 11022, 8227, 9454, 8276, 10545, 8896, 9923, 8978, 10062, 9878, 8812, 10034, 7736, 9985, 10266, 9822, 9805, 9530, 10336, 8046, 10387, 7987, 9914, 10200, 9526, 10515, 9645, 11042, 7941, 9996, 10097, 9644, 10274, 9569, 11360, 9170, 10736, 7998, 9866, 8453, 9816, 9740, 10034, 10238, 8835, 8793, 8910, 10107, 8578, 10699, 7821, 9686, 8364, 9743, 10025, 9957, 9615, 10779, 9412, 9777, 9929, 9529, 8383, 9970, 8200, 10068], 'WindowCenter': [4786.0, 4781.0, 4735.0, 4751.0, 4716.0, 4724.0, 4721.0, 4715.0, 4723.0, 4688.0, 4723.0, 4688.0, 4711.0, 4722.0, 4699.0, 4712.0, 4688.0, 4698.0, 4700.0, 4711.0, 4721.0, 4713.0, 4737.0, 4702.0, 4725.0, 4704.0, 4723.0, 4734.0, 4727.0, 4746.0, 4713.0, 4726.0, 4724.0, 4723.0, 4733.0, 4723.0, 4724.0, 4724.0, 4721.0, 4735.0, 4691.0, 4726.0, 4724.0, 4713.0, 4723.0, 4690.0, 4723.0, 4722.0, 4727.0, 4737.0, 4703.0, 4735.0, 4723.0, 4733.0, 4739.0, 4725.0, 4734.0, 4736.0, 4722.0, 4735.0, 4723.0, 4734.0, 4725.0, 4722.0, 4723.0, 4704.0, 4722.0, 4725.0, 4714.0, 4723.0, 4723.0, 4726.0, 4724.0, 4724.0, 4734.0, 4735.0, 4750.0, 4737.0, 4735.0, 4706.0, 4712.0, 4734.0, 4713.0, 4723.0, 4724.0, 4712.0, 4723.0, 4701.0, 4710.0, 4712.0, 4690.0, 4722.0, 4699.0, 4700.0, 4710.0, 4679.0, 4710.0, 4712.0, 4713.0, 4710.0, 4702.0, 4721.0, 4722.0, 4720.0, 4733.0, 4705.0, 4733.0, 4705.0, 4724.0, 4733.0, 4711.0, 4721.0, 4726.0, 4712.0, 4723.0, 4711.0, 4722.0, 4722.0, 4709.0, 4723.0, 4713.0, 4722.0, 4713.0, 4722.0, 4723.0, 4723.0, 4733.0, 4734.0, 4712.0, 4734.0, 4714.0, 4732.0, 4736.0, 4727.0, 4739.0, 4727.0, 4724.0, 4726.0, 4719.0, 4721.0, 4713.0, 4700.0, 4724.0, 4703.0, 4719.0, 4720.0, 4721.0, 4723.0, 4702.0, 4724.0, 4703.0, 4721.0, 4734.0, 4723.0, 4737.0, 4715.0, 4735.0, 4724.0, 4722.0, 4732.0, 4714.0, 4735.0, 4725.0, 4722.0, 4735.0, 4702.0, 4734.0, 4713.0, 4735.0, 4735.0, 4735.0, 4736.0, 4711.0, 4736.0, 4724.0, 4721.0, 4737.0, 4733.0, 4733.0, 4713.0, 4733.0, 4733.0, 4710.0, 4721.0, 4699.0, 4720.0, 4730.0, 4703.0, 4723.0, 4700.0, 4717.0, 4720.0, 4709.0, 4722.0, 4720.0, 4720.0, 4719.0, 4719.0, 4720.0, 4720.0, 4734.0, 4725.0, 4711.0, 4724.0, 4692.0, 4730.0, 4735.0, 4725.0, 4723.0, 4702.0, 4735.0, 4724.0, 4721.0, 4734.0, 4713.0, 4723.0, 4703.0, 4733.0, 4733.0, 4700.0, 4733.0, 4724.0, 4711.0, 4723.0, 4698.0, 4730.0, 4723.0, 4722.0, 4732.0, 4714.0, 4732.0, 4712.0, 4733.0, 4737.0, 4735.0, 4746.0, 4716.0, 4735.0, 4732.0, 4732.0, 4744.0, 4712.0, 4722.0, 4712.0, 4700.0, 4719.0, 4710.0, 4696.0, 4719.0, 4710.0, 4721.0, 4710.0, 4720.0, 4721.0, 4700.0, 4720.0, 4724.0, 4711.0, 4721.0, 4731.0, 4731.0, 4723.0, 4712.0, 4744.0, 4724.0, 4721.0, 4713.0, 4735.0, 4734.0, 4745.0, 4748.0, 4724.0, 4745.0, 4737.0, 4745.0, 4734.0, 4735.0, 4756.0, 4726.0, 4734.0, 4724.0, 4721.0, 4731.0, 4713.0, 4729.0, 4733.0, 4723.0, 4733.0, 4731.0, 4745.0, 4735.0, 4735.0, 4747.0, 4765.0, 4760.0, 4750.0, 4724.0, 4734.0, 4700.0, 4719.0, 4731.0, 4722.0, 4731.0, 4707.0, 4705.0, 4706.0, 4706.0, 4716.0, 4684.0, 4707.0, 4706.0, 4705.0, 4707.0, 4685.0, 4707.0, 4708.0, 4706.0, 4719.0, 4684.0, 4708.0, 4708.0, 4717.0, 4721.0, 4700.0, 4710.0, 4689.0, 4720.0, 4721.0, 4710.0, 4718.0, 4702.0, 4733.0, 4721.0, 4719.0, 4720.0, 4722.0, 4734.0, 4723.0, 4745.0, 4715.0, 4744.0, 4715.0, 4744.0, 4744.0, 4734.0, 4745.0, 4731.0, 4725.0, 4702.0, 4723.0, 4733.0, 4700.0, 4721.0, 4721.0, 4709.0, 4720.0, 4686.0, 4710.0, 4719.0, 4709.0, 4717.0, 4688.0, 4709.0, 4707.0, 4704.0, 4719.0, 4700.0, 4719.0, 4730.0, 4718.0, 4741.0, 4711.0, 4735.0, 4712.0, 4733.0, 4713.0, 4731.0, 4702.0, 4732.0, 4692.0, 4732.0, 4734.0, 4722.0, 4733.0, 4710.0, 4721.0, 4731.0, 4707.0, 4730.0, 4720.0, 4706.0, 4717.0, 4697.0, 4718.0, 4691.0, 4720.0, 4742.0, 4725.0, 4717.0, 4734.0, 4714.0, 4737.0, 4704.0, 4733.0, 4746.0, 4733.0, 4725.0, 4722.0, 4710.0, 4720.0, 4679.0, 4706.0, 4718.0, 4692.0, 4710.0, 4709.0, 4707.0, 4719.0, 4697.0, 4727.0, 4712.0, 4722.0, 4733.0, 4720.0, 4743.0, 4697.0, 4731.0, 4732.0, 4699.0, 4731.0, 4712.0, 4720.0, 4723.0, 4719.0, 4731.0, 4703.0, 4733.0, 4735.0, 4723.0, 4742.0, 4712.0, 4733.0, 4743.0, 4721.0, 4741.0, 4721.0, 4719.0, 4729.0, 4688.0, 4717.0, 4719.0, 4707.0, 4730.0, 4685.0, 4720.0, 4719.0, 4707.0, 4731.0, 4720.0, 4719.0, 4731.0, 4717.0, 4743.0, 4732.0, 4722.0, 4742.0, 4710.0, 4723.0, 4732.0, 4719.0, 4742.0, 4700.0, 4732.0, 4732.0, 4734.0, 4745.0, 4705.0, 4735.0, 4742.0, 4734.0, 4755.0, 4744.0, 4732.0, 4747.0, 4710.0, 4732.0, 4733.0, 4733.0, 4732.0, 4715.0, 4737.0, 4713.0, 4733.0, 4746.0, 4714.0, 4735.0, 4714.0, 4720.0, 4734.0, 4722.0, 4745.0, 4724.0, 4734.0, 4734.0, 4722.0, 4742.0, 4709.0, 4719.0, 4735.0, 4701.0, 4721.0, 4714.0, 4722.0, 4733.0, 4689.0, 4722.0, 4722.0, 4721.0, 4735.0, 4721.0, 4743.0, 4710.0, 4734.0, 4716.0, 4733.0, 4748.0, 4733.0, 4756.0, 4711.0, 4723.0, 4746.0, 4722.0, 4722.0, 4732.0, 4709.0, 4720.0, 4688.0, 4719.0, 4720.0, 4687.0, 4719.0, 4698.0, 4718.0, 4728.0, 4721.0, 4733.0, 4701.0, 4723.0, 4731.0, 4719.0, 4742.0, 4703.0, 4733.0, 4732.0, 4721.0, 4733.0, 4701.0, 4723.0, 4727.0, 4732.0, 4747.0, 4736.0, 4747.0, 4736.0, 4760.0, 4713.0, 4744.0, 4699.0, 4727.0, 4749.0, 4732.0, 4712.0, 4735.0, 4715.0, 4732.0, 4709.0, 4719.0, 4710.0, 4700.0, 4721.0, 4703.0, 4734.0, 4712.0, 4724.0, 4721.0, 4713.0, 4745.0, 4716.0, 4748.0, 4713.0, 4749.0, 4726.0, 4727.0, 4736.0, 4715.0, 4749.0, 4716.0, 4736.0, 4744.0, 4725.0, 4739.0, 4733.0, 4723.0, 4726.0, 4714.0, 4724.0, 4720.0, 4709.0, 4721.0, 4700.0, 4732.0, 4701.0, 4713.0, 4720.0, 4711.0, 4733.0, 4711.0, 4724.0, 4712.0, 4724.0, 4733.0, 4712.0, 4734.0, 4715.0, 4734.0, 4732.0, 4725.0, 4736.0, 4723.0, 4735.0, 4733.0, 4722.0, 4735.0, 4701.0, 4724.0, 4724.0, 4722.0, 4734.0, 4723.0, 4734.0, 4714.0, 4724.0, 4735.0, 4701.0, 4733.0, 4715.0, 4735.0, 4746.0, 4723.0, 4734.0, 4725.0, 4735.0, 4725.0, 4723.0, 4735.0, 4716.0, 4737.0, 4726.0, 4733.0, 4736.0, 4733.0, 4747.0, 4724.0, 4723.0, 4734.0, 4722.0, 4724.0, 4713.0, 4722.0, 4733.0, 4697.0, 4722.0, 4709.0, 4732.0, 4731.0, 4721.0, 4735.0, 4713.0, 4734.0, 4712.0, 4722.0, 4735.0, 4701.0, 4733.0, 4724.0, 4733.0, 4732.0, 4721.0, 4743.0, 4712.0, 4735.0, 4733.0, 4731.0, 4744.0, 4722.0, 4733.0, 4712.0, 4734.0, 4736.0, 4731.0, 4745.0, 4701.0, 4731.0, 4733.0, 4722.0, 4742.0, 4703.0, 4732.0, 4721.0, 4721.0, 4745.0, 4703.0, 4731.0, 4722.0, 4741.0, 4743.0, 4729.0, 4747.0, 4724.0, 4745.0, 4733.0, 4747.0, 4746.0, 4731.0, 4744.0, 4743.0, 4732.0, 4745.0, 4735.0, 4746.0, 4712.0, 4733.0, 4732.0, 4732.0, 4736.0, 4734.0, 4744.0, 4733.0, 4745.0, 4747.0, 4758.0, 4746.0, 4757.0, 4743.0, 4748.0, 4749.0, 4736.0, 4723.0, 4710.0, 4720.0, 4719.0, 4720.0, 4686.0, 4718.0, 4688.0, 4708.0, 4698.0, 4717.0, 4698.0, 4719.0, 4712.0, 4729.0, 4708.0, 4718.0, 4719.0, 4720.0, 4708.0, 4711.0, 4721.0, 4718.0, 4720.0, 4717.0, 4719.0, 4688.0, 4718.0, 4710.0, 4707.0, 4718.0, 4696.0, 4719.0, 4688.0, 4719.0, 4708.0, 4710.0, 4719.0, 4710.0, 4730.0, 4709.0, 4733.0, 4710.0, 4734.0, 4711.0, 4733.0, 4713.0, 4734.0, 4733.0, 4733.0, 4734.0, 4733.0, 4723.0, 4710.0, 4734.0, 4722.0, 4734.0, 4724.0, 4736.0, 4736.0, 4736.0, 4723.0, 4734.0, 4721.0, 4744.0, 4687.0, 4721.0, 4721.0, 4708.0, 4719.0, 4677.0, 4707.0, 4719.0, 4685.0, 4716.0, 4694.0, 4695.0, 4706.0, 4674.0, 4704.0, 4708.0, 4696.0, 4717.0, 4689.0, 4718.0, 4721.0, 4697.0, 4720.0, 4710.0, 4720.0, 4721.0, 4689.0, 4733.0, 4722.0, 4710.0, 4722.0, 4711.0, 4732.0, 4724.0, 4732.0, 4735.0, 4702.0, 4741.0, 4735.0, 4734.0, 4745.0, 4711.0, 4745.0, 4733.0, 4735.0, 4748.0, 4715.0, 4735.0, 4735.0, 4721.0, 4733.0, 4734.0, 4745.0, 4739.0, 4715.0, 4735.0, 4713.0, 4744.0, 4722.0, 4737.0, 4737.0, 4737.0, 4746.0, 4738.0, 4748.0, 4746.0, 4758.0, 4726.0, 4756.0, 4760.0, 4733.0, 4735.0, 4726.0, 4732.0, 4733.0, 4709.0, 4721.0, 4711.0, 4709.0, 4710.0, 4708.0, 4731.0, 4721.0, 4732.0, 4701.0, 4734.0, 4712.0, 4735.0, 4711.0, 4733.0, 4734.0, 4723.0, 4731.0, 4719.0, 4731.0, 4729.0, 4717.0, 4720.0, 4699.0, 4708.0, 4695.0, 4705.0, 4717.0, 4719.0, 4729.0, 4719.0, 4728.0, 4696.0, 4733.0, 4709.0, 4732.0, 4711.0, 4730.0, 4720.0, 4730.0, 4730.0, 4709.0, 4721.0, 4698.0, 4709.0, 4707.0, 4719.0, 4719.0, 4719.0, 4719.0, 4709.0, 4718.0, 4718.0, 4728.0, 4719.0, 4731.0, 4699.0, 4722.0, 4699.0, 4721.0, 4688.0, 4720.0, 4717.0, 4719.0, 4730.0, 4717.0, 4731.0, 4691.0, 4719.0, 4718.0, 4708.0, 4728.0, 4678.0, 4707.0, 4676.0, 4717.0, 4718.0, 4708.0, 4730.0, 4691.0, 4709.0, 4689.0, 4720.0, 4718.0, 4720.0, 4730.0, 4689.0, 4718.0, 4687.0, 4710.0, 4707.0, 4710.0, 4728.0, 4689.0, 4722.0, 4711.0, 4718.0, 4719.0, 4712.0, 4734.0, 4699.0, 4732.0, 4701.0, 4712.0, 4720.0, 4720.0, 4733.0, 4721.0, 4733.0, 4703.0, 4722.0, 4711.0, 4723.0, 4731.0, 4733.0, 4734.0, 4724.0, 4733.0, 4734.0, 4736.0, 4724.0, 4735.0, 4716.0, 4736.0, 4732.0, 4734.0, 4735.0, 4722.0, 4745.0, 4713.0, 4734.0, 4711.0, 4734.0, 4703.0, 4720.0, 4733.0, 4724.0, 4733.0, 4712.0, 4733.0, 4722.0, 4732.0, 4704.0, 4733.0, 4711.0, 4733.0, 4701.0, 4723.0, 4730.0, 4720.0, 4732.0, 4722.0, 4721.0, 4711.0, 4711.0, 4711.0, 4720.0, 4708.0, 4731.0, 4699.0, 4731.0, 4719.0, 4719.0, 4678.0, 4708.0, 4719.0, 4685.0, 4709.0, 4696.0, 4695.0, 4703.0, 4693.0, 4716.0, 4706.0, 4719.0, 4699.0, 4721.0, 4708.0, 4733.0, 4712.0, 4736.0, 4722.0, 4743.0, 4723.0, 4734.0, 4743.0, 4726.0, 4745.0, 4722.0, 4747.0, 4714.0, 4733.0, 4715.0, 4735.0, 4737.0, 4732.0, 4744.0, 4723.0, 4742.0, 4701.0, 4734.0, 4715.0, 4721.0, 4731.0, 4722.0, 4740.0, 4710.0, 4734.0, 4715.0, 4746.0, 4723.0, 4733.0, 4720.0, 4732.0, 4734.0, 4698.0, 4709.0, 4676.0, 4710.0, 4718.0, 4709.0, 4720.0, 4709.0, 4721.0, 4689.0, 4720.0, 4689.0, 4718.0, 4721.0, 4719.0, 4733.0, 4720.0, 4731.0, 4689.0, 4720.0, 4719.0, 4708.0, 4721.0, 4708.0, 4740.0, 4721.0, 4741.0, 4689.0, 4722.0, 4700.0, 4722.0, 4722.0, 4734.0, 4746.0, 4735.0, 4740.0, 4737.0, 4745.0, 4723.0, 4745.0, 4692.0, 4721.0, 4702.0, 4723.0, 4722.0, 4720.0, 4725.0, 4743.0, 4723.0, 4734.0, 4732.0, 4722.0, 4699.0, 4722.0, 4701.0, 4720.0], 'WindowWidth': [10482.0, 10456.0, 10380.0, 10392.0, 10335.0, 10343.0, 10333.0, 10328.0, 10334.0, 10282.0, 10332.0, 10280.0, 10315.0, 10328.0, 10298.0, 10315.0, 10278.0, 10293.0, 10295.0, 10314.0, 10329.0, 10324.0, 10358.0, 10306.0, 10341.0, 10311.0, 10336.0, 10352.0, 10347.0, 10372.0, 10321.0, 10343.0, 10337.0, 10334.0, 10350.0, 10336.0, 10337.0, 10338.0, 10330.0, 10352.0, 10289.0, 10343.0, 10339.0, 10319.0, 10334.0, 10286.0, 10335.0, 10334.0, 10348.0, 10358.0, 10309.0, 10355.0, 10336.0, 10348.0, 10366.0, 10344.0, 10352.0, 10357.0, 10334.0, 10354.0, 10337.0, 10356.0, 10341.0, 10332.0, 10336.0, 10309.0, 10331.0, 10342.0, 10326.0, 10336.0, 10334.0, 10343.0, 10339.0, 10342.0, 10353.0, 10356.0, 10386.0, 10362.0, 10355.0, 10317.0, 10322.0, 10353.0, 10321.0, 10336.0, 10337.0, 10318.0, 10333.0, 10301.0, 10313.0, 10317.0, 10285.0, 10331.0, 10297.0, 10296.0, 10312.0, 10267.0, 10312.0, 10319.0, 10324.0, 10315.0, 10304.0, 10331.0, 10330.0, 10326.0, 10349.0, 10316.0, 10351.0, 10315.0, 10339.0, 10351.0, 10318.0, 10333.0, 10343.0, 10320.0, 10335.0, 10318.0, 10331.0, 10330.0, 10309.0, 10336.0, 10320.0, 10332.0, 10323.0, 10333.0, 10338.0, 10334.0, 10353.0, 10353.0, 10321.0, 10352.0, 10326.0, 10351.0, 10360.0, 10349.0, 10365.0, 10346.0, 10339.0, 10344.0, 10327.0, 10330.0, 10323.0, 10300.0, 10337.0, 10307.0, 10326.0, 10328.0, 10332.0, 10337.0, 10306.0, 10338.0, 10309.0, 10334.0, 10354.0, 10340.0, 10361.0, 10329.0, 10356.0, 10339.0, 10335.0, 10350.0, 10327.0, 10357.0, 10340.0, 10333.0, 10354.0, 10307.0, 10351.0, 10326.0, 10358.0, 10357.0, 10354.0, 10358.0, 10319.0, 10357.0, 10340.0, 10332.0, 10359.0, 10349.0, 10351.0, 10323.0, 10352.0, 10351.0, 10313.0, 10328.0, 10297.0, 10324.0, 10343.0, 10308.0, 10333.0, 10300.0, 10320.0, 10327.0, 10312.0, 10335.0, 10327.0, 10326.0, 10325.0, 10323.0, 10328.0, 10328.0, 10352.0, 10340.0, 10317.0, 10338.0, 10292.0, 10342.0, 10357.0, 10342.0, 10338.0, 10307.0, 10354.0, 10337.0, 10330.0, 10355.0, 10323.0, 10336.0, 10309.0, 10348.0, 10350.0, 10301.0, 10351.0, 10339.0, 10315.0, 10335.0, 10295.0, 10342.0, 10337.0, 10337.0, 10348.0, 10323.0, 10348.0, 10319.0, 10351.0, 10360.0, 10359.0, 10378.0, 10329.0, 10356.0, 10349.0, 10347.0, 10367.0, 10318.0, 10333.0, 10319.0, 10299.0, 10324.0, 10313.0, 10288.0, 10324.0, 10314.0, 10328.0, 10312.0, 10325.0, 10330.0, 10301.0, 10326.0, 10339.0, 10321.0, 10331.0, 10346.0, 10345.0, 10336.0, 10319.0, 10369.0, 10339.0, 10332.0, 10323.0, 10355.0, 10354.0, 10370.0, 10380.0, 10346.0, 10372.0, 10361.0, 10369.0, 10355.0, 10356.0, 10387.0, 10346.0, 10352.0, 10337.0, 10329.0, 10344.0, 10322.0, 10340.0, 10351.0, 10335.0, 10349.0, 10346.0, 10369.0, 10358.0, 10356.0, 10374.0, 10400.0, 10400.0, 10382.0, 10337.0, 10350.0, 10298.0, 10325.0, 10341.0, 10332.0, 10342.0, 10302.0, 10299.0, 10298.0, 10298.0, 10313.0, 10268.0, 10301.0, 10299.0, 10296.0, 10300.0, 10269.0, 10301.0, 10305.0, 10300.0, 10321.0, 10268.0, 10304.0, 10304.0, 10316.0, 10330.0, 10301.0, 10313.0, 10284.0, 10326.0, 10328.0, 10312.0, 10324.0, 10308.0, 10351.0, 10331.0, 10326.0, 10328.0, 10333.0, 10354.0, 10338.0, 10369.0, 10327.0, 10367.0, 10327.0, 10370.0, 10368.0, 10355.0, 10368.0, 10343.0, 10337.0, 10303.0, 10332.0, 10346.0, 10299.0, 10331.0, 10327.0, 10307.0, 10323.0, 10274.0, 10309.0, 10320.0, 10308.0, 10318.0, 10278.0, 10308.0, 10302.0, 10298.0, 10324.0, 10301.0, 10324.0, 10340.0, 10322.0, 10358.0, 10317.0, 10353.0, 10319.0, 10352.0, 10323.0, 10346.0, 10305.0, 10347.0, 10292.0, 10343.0, 10351.0, 10332.0, 10345.0, 10313.0, 10328.0, 10341.0, 10302.0, 10339.0, 10325.0, 10301.0, 10314.0, 10287.0, 10318.0, 10286.0, 10326.0, 10361.0, 10342.0, 10334.0, 10357.0, 10325.0, 10360.0, 10312.0, 10352.0, 10370.0, 10347.0, 10337.0, 10328.0, 10307.0, 10322.0, 10265.0, 10301.0, 10320.0, 10290.0, 10310.0, 10308.0, 10303.0, 10321.0, 10289.0, 10333.0, 10318.0, 10332.0, 10347.0, 10327.0, 10360.0, 10294.0, 10342.0, 10347.0, 10299.0, 10340.0, 10315.0, 10326.0, 10331.0, 10323.0, 10342.0, 10307.0, 10350.0, 10352.0, 10332.0, 10359.0, 10318.0, 10348.0, 10361.0, 10331.0, 10357.0, 10326.0, 10321.0, 10333.0, 10276.0, 10317.0, 10321.0, 10305.0, 10336.0, 10272.0, 10323.0, 10322.0, 10304.0, 10340.0, 10327.0, 10325.0, 10343.0, 10321.0, 10362.0, 10344.0, 10330.0, 10359.0, 10316.0, 10335.0, 10345.0, 10324.0, 10358.0, 10299.0, 10346.0, 10346.0, 10353.0, 10367.0, 10312.0, 10353.0, 10360.0, 10351.0, 10382.0, 10365.0, 10347.0, 10372.0, 10316.0, 10349.0, 10347.0, 10349.0, 10346.0, 10329.0, 10363.0, 10325.0, 10353.0, 10372.0, 10331.0, 10357.0, 10326.0, 10331.0, 10350.0, 10334.0, 10368.0, 10340.0, 10355.0, 10353.0, 10334.0, 10360.0, 10312.0, 10326.0, 10355.0, 10303.0, 10329.0, 10322.0, 10330.0, 10347.0, 10282.0, 10333.0, 10334.0, 10331.0, 10354.0, 10332.0, 10364.0, 10317.0, 10353.0, 10334.0, 10354.0, 10376.0, 10352.0, 10384.0, 10318.0, 10335.0, 10371.0, 10333.0, 10331.0, 10345.0, 10308.0, 10324.0, 10279.0, 10326.0, 10325.0, 10277.0, 10323.0, 10292.0, 10322.0, 10336.0, 10331.0, 10348.0, 10302.0, 10335.0, 10342.0, 10326.0, 10360.0, 10307.0, 10351.0, 10348.0, 10328.0, 10347.0, 10302.0, 10333.0, 10348.0, 10348.0, 10375.0, 10361.0, 10375.0, 10360.0, 10399.0, 10326.0, 10368.0, 10293.0, 10353.0, 10382.0, 10350.0, 10322.0, 10355.0, 10331.0, 10346.0, 10310.0, 10325.0, 10312.0, 10301.0, 10331.0, 10310.0, 10351.0, 10319.0, 10339.0, 10331.0, 10326.0, 10369.0, 10336.0, 10380.0, 10327.0, 10380.0, 10347.0, 10352.0, 10364.0, 10333.0, 10381.0, 10335.0, 10362.0, 10370.0, 10346.0, 10368.0, 10350.0, 10338.0, 10342.0, 10323.0, 10338.0, 10327.0, 10312.0, 10331.0, 10300.0, 10348.0, 10303.0, 10324.0, 10331.0, 10320.0, 10351.0, 10318.0, 10339.0, 10321.0, 10342.0, 10354.0, 10324.0, 10356.0, 10330.0, 10354.0, 10350.0, 10343.0, 10358.0, 10339.0, 10355.0, 10353.0, 10335.0, 10355.0, 10305.0, 10339.0, 10339.0, 10335.0, 10354.0, 10339.0, 10355.0, 10327.0, 10344.0, 10358.0, 10306.0, 10352.0, 10329.0, 10359.0, 10372.0, 10338.0, 10356.0, 10343.0, 10355.0, 10342.0, 10341.0, 10357.0, 10334.0, 10363.0, 10346.0, 10354.0, 10360.0, 10353.0, 10375.0, 10340.0, 10339.0, 10357.0, 10334.0, 10339.0, 10321.0, 10334.0, 10350.0, 10296.0, 10333.0, 10313.0, 10349.0, 10346.0, 10334.0, 10356.0, 10323.0, 10352.0, 10321.0, 10337.0, 10356.0, 10307.0, 10353.0, 10339.0, 10350.0, 10349.0, 10334.0, 10364.0, 10322.0, 10356.0, 10353.0, 10348.0, 10368.0, 10335.0, 10353.0, 10323.0, 10352.0, 10358.0, 10347.0, 10368.0, 10306.0, 10346.0, 10350.0, 10333.0, 10362.0, 10309.0, 10347.0, 10331.0, 10331.0, 10368.0, 10308.0, 10344.0, 10332.0, 10360.0, 10365.0, 10343.0, 10374.0, 10341.0, 10371.0, 10352.0, 10376.0, 10373.0, 10348.0, 10368.0, 10366.0, 10348.0, 10368.0, 10357.0, 10373.0, 10321.0, 10350.0, 10349.0, 10350.0, 10360.0, 10357.0, 10367.0, 10354.0, 10371.0, 10375.0, 10395.0, 10376.0, 10390.0, 10368.0, 10382.0, 10382.0, 10358.0, 10332.0, 10311.0, 10326.0, 10322.0, 10324.0, 10274.0, 10319.0, 10279.0, 10306.0, 10289.0, 10317.0, 10291.0, 10321.0, 10316.0, 10337.0, 10306.0, 10320.0, 10322.0, 10326.0, 10307.0, 10311.0, 10324.0, 10320.0, 10325.0, 10316.0, 10322.0, 10280.0, 10321.0, 10308.0, 10301.0, 10318.0, 10288.0, 10322.0, 10278.0, 10322.0, 10305.0, 10310.0, 10322.0, 10311.0, 10340.0, 10312.0, 10348.0, 10315.0, 10349.0, 10316.0, 10348.0, 10320.0, 10349.0, 10347.0, 10348.0, 10350.0, 10349.0, 10334.0, 10313.0, 10350.0, 10333.0, 10350.0, 10338.0, 10357.0, 10361.0, 10358.0, 10337.0, 10351.0, 10329.0, 10363.0, 10278.0, 10327.0, 10327.0, 10305.0, 10321.0, 10261.0, 10303.0, 10320.0, 10268.0, 10313.0, 10281.0, 10279.0, 10298.0, 10254.0, 10296.0, 10304.0, 10287.0, 10316.0, 10279.0, 10320.0, 10326.0, 10291.0, 10324.0, 10312.0, 10326.0, 10328.0, 10283.0, 10345.0, 10330.0, 10311.0, 10330.0, 10314.0, 10345.0, 10336.0, 10346.0, 10353.0, 10307.0, 10358.0, 10354.0, 10352.0, 10369.0, 10320.0, 10368.0, 10351.0, 10354.0, 10375.0, 10328.0, 10354.0, 10353.0, 10331.0, 10348.0, 10354.0, 10370.0, 10368.0, 10328.0, 10354.0, 10322.0, 10366.0, 10335.0, 10360.0, 10362.0, 10364.0, 10376.0, 10366.0, 10379.0, 10375.0, 10395.0, 10347.0, 10388.0, 10398.0, 10352.0, 10354.0, 10340.0, 10344.0, 10349.0, 10310.0, 10330.0, 10314.0, 10307.0, 10310.0, 10307.0, 10343.0, 10329.0, 10346.0, 10302.0, 10352.0, 10317.0, 10352.0, 10316.0, 10349.0, 10351.0, 10333.0, 10344.0, 10324.0, 10342.0, 10337.0, 10318.0, 10324.0, 10294.0, 10305.0, 10283.0, 10298.0, 10317.0, 10322.0, 10337.0, 10323.0, 10337.0, 10292.0, 10346.0, 10312.0, 10345.0, 10315.0, 10343.0, 10328.0, 10341.0, 10340.0, 10309.0, 10326.0, 10293.0, 10305.0, 10301.0, 10324.0, 10324.0, 10328.0, 10324.0, 10308.0, 10321.0, 10320.0, 10335.0, 10323.0, 10342.0, 10298.0, 10334.0, 10295.0, 10329.0, 10281.0, 10326.0, 10320.0, 10325.0, 10339.0, 10319.0, 10339.0, 10285.0, 10322.0, 10319.0, 10306.0, 10333.0, 10264.0, 10303.0, 10260.0, 10319.0, 10320.0, 10305.0, 10340.0, 10286.0, 10309.0, 10281.0, 10325.0, 10320.0, 10326.0, 10340.0, 10284.0, 10321.0, 10279.0, 10310.0, 10303.0, 10312.0, 10336.0, 10283.0, 10332.0, 10313.0, 10322.0, 10323.0, 10317.0, 10349.0, 10299.0, 10346.0, 10303.0, 10320.0, 10328.0, 10328.0, 10347.0, 10331.0, 10349.0, 10308.0, 10336.0, 10318.0, 10336.0, 10343.0, 10351.0, 10352.0, 10342.0, 10352.0, 10353.0, 10358.0, 10340.0, 10358.0, 10331.0, 10360.0, 10350.0, 10354.0, 10353.0, 10336.0, 10369.0, 10325.0, 10354.0, 10318.0, 10351.0, 10307.0, 10330.0, 10349.0, 10340.0, 10350.0, 10320.0, 10349.0, 10333.0, 10348.0, 10309.0, 10350.0, 10316.0, 10348.0, 10303.0, 10335.0, 10340.0, 10327.0, 10347.0, 10331.0, 10330.0, 10315.0, 10315.0, 10315.0, 10328.0, 10309.0, 10344.0, 10300.0, 10343.0, 10322.0, 10323.0, 10264.0, 10306.0, 10321.0, 10271.0, 10305.0, 10285.0, 10282.0, 10291.0, 10280.0, 10314.0, 10302.0, 10324.0, 10298.0, 10331.0, 10310.0, 10351.0, 10322.0, 10358.0, 10335.0, 10367.0, 10337.0, 10356.0, 10367.0, 10347.0, 10371.0, 10336.0, 10373.0, 10329.0, 10354.0, 10332.0, 10359.0, 10362.0, 10350.0, 10367.0, 10337.0, 10362.0, 10308.0, 10353.0, 10325.0, 10331.0, 10343.0, 10332.0, 10357.0, 10318.0, 10355.0, 10329.0, 10372.0, 10336.0, 10351.0, 10330.0, 10348.0, 10352.0, 10294.0, 10307.0, 10260.0, 10309.0, 10319.0, 10307.0, 10325.0, 10308.0, 10327.0, 10281.0, 10327.0, 10283.0, 10322.0, 10329.0, 10327.0, 10348.0, 10325.0, 10343.0, 10282.0, 10325.0, 10323.0, 10310.0, 10327.0, 10308.0, 10355.0, 10330.0, 10357.0, 10283.0, 10329.0, 10300.0, 10335.0, 10333.0, 10352.0, 10375.0, 10361.0, 10375.0, 10363.0, 10371.0, 10339.0, 10367.0, 10293.0, 10331.0, 10305.0, 10334.0, 10330.0, 10327.0, 10340.0, 10362.0, 10337.0, 10353.0, 10348.0, 10332.0, 10297.0, 10332.0, 10300.0, 10329.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.0005460952380952381</td></tr>
<tr><td colspan=3>aqi</td><td>0.018451406147186145</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.2494064012565</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.213968138994799</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9963549810831894</td></tr>
<tr><td colspan=3>efc</td><td>0.4811</td></tr>
<tr><td colspan=3>fber</td><td>6306.9507</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07862881452327491</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>28</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.4242424242424243</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3124534293038326</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3271040354266073</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4495523961435746</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1607038563413163</td></tr>
<tr><td colspan=3>gcor</td><td>0.0118753</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011876230128109455</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024645809084177017</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.2056557867491025</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.8219</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.9556</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.0167</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297199.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>952.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>402.1081</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9505</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>611.6719</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3949.6613</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4098.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79345.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1666.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5153.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>974.396</td></tr>
<tr><td colspan=3>tsnr</td><td>43.53405045066029</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>