<?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-0133_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-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0133/figures/sub-0133_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-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133/ses-02/func/sub-0133_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>9dcdb64ecc378f192d64117f5dcac825</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:17:55.072500</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.999707, -0.00672364, -0.0232434, 0.00767736, 0.999122, 0.0411894]</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.104297</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4208, -7788, -7235, 173, -133, -94, -23, 80]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>278.058</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>66acbe9a-7be0-47a8-8121-892d5c6d2715||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.6821413040161133, 0.02059779316186905, -0.061954233795404434, 114.10824584960938], [0.018039021641016006, 2.6805708408355713, 0.11166060715913773, -100.0685806274414], [-0.0623602494597435, -0.11050812900066376, 2.6969785690307617, -69.40123748779297], [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': ['221755.072500', '221755.532500', '221755.992500', '221756.452500', '221756.912500', '221757.372500', '221757.832500', '221758.292500', '221758.752500', '221759.212500', '221759.672500', '221800.132500', '221800.592500', '221801.052500', '221801.512500', '221801.972500', '221802.432500', '221802.892500', '221803.352500', '221803.812500', '221804.272500', '221804.732500', '221805.192500', '221805.652500', '221806.112500', '221806.572500', '221807.032500', '221807.492500', '221807.952500', '221808.412500', '221808.872500', '221809.332500', '221809.792500', '221810.252500', '221810.712500', '221811.172500', '221811.632500', '221812.092500', '221812.552500', '221813.012500', '221813.472500', '221813.932500', '221814.392500', '221814.852500', '221815.312500', '221815.772500', '221816.232500', '221816.692500', '221817.152500', '221817.612500', '221818.072500', '221818.532500', '221818.992500', '221819.452500', '221819.912500', '221820.372500', '221820.832500', '221821.292500', '221821.752500', '221822.212500', '221822.672500', '221823.132500', '221823.592500', '221824.052500', '221824.512500', '221824.972500', '221825.432500', '221825.892500', '221826.352500', '221826.812500', '221827.272500', '221827.732500', '221828.192500', '221828.652500', '221829.112500', '221829.572500', '221830.032500', '221830.492500', '221830.952500', '221831.412500', '221831.872500', '221832.332500', '221832.792500', '221833.252500', '221833.712500', '221834.172500', '221834.632500', '221835.092500', '221835.552500', '221836.012500', '221836.472500', '221836.932500', '221837.392500', '221837.852500', '221838.312500', '221838.772500', '221839.232500', '221839.692500', '221840.152500', '221840.612500', '221841.072500', '221841.532500', '221841.992500', '221842.452500', '221842.912500', '221843.372500', '221843.832500', '221844.292500', '221844.752500', '221845.212500', '221845.672500', '221846.132500', '221846.592500', '221847.052500', '221847.512500', '221847.972500', '221848.432500', '221848.892500', '221849.352500', '221849.812500', '221850.272500', '221850.732500', '221851.192500', '221851.652500', '221852.112500', '221852.572500', '221853.032500', '221853.492500', '221853.952500', '221854.412500', '221854.872500', '221855.332500', '221855.792500', '221856.252500', '221856.712500', '221857.172500', '221857.632500', '221858.092500', '221858.552500', '221859.012500', '221859.472500', '221859.932500', '221900.392500', '221900.852500', '221901.312500', '221901.772500', '221902.232500', '221902.692500', '221903.152500', '221903.612500', '221904.072500', '221904.532500', '221904.992500', '221905.452500', '221905.912500', '221906.372500', '221906.832500', '221907.292500', '221907.752500', '221908.212500', '221908.672500', '221909.132500', '221909.592500', '221910.052500', '221910.512500', '221910.972500', '221911.432500', '221911.892500', '221912.352500', '221912.812500', '221913.272500', '221913.732500', '221914.192500', '221914.652500', '221915.112500', '221915.572500', '221916.032500', '221916.492500', '221916.952500', '221917.412500', '221917.872500', '221918.332500', '221918.792500', '221919.252500', '221919.712500', '221920.172500', '221920.632500', '221921.092500', '221921.552500', '221922.012500', '221922.472500', '221922.932500', '221923.392500', '221923.852500', '221924.312500', '221924.772500', '221925.232500', '221925.692500', '221926.152500', '221926.612500', '221927.072500', '221927.532500', '221927.992500', '221928.452500', '221928.912500', '221929.372500', '221929.832500', '221930.292500', '221930.752500', '221931.212500', '221931.672500', '221932.132500', '221932.592500', '221933.052500', '221933.512500', '221933.972500', '221934.432500', '221934.892500', '221935.352500', '221935.812500', '221936.272500', '221936.732500', '221937.192500', '221937.652500', '221938.112500', '221938.572500', '221939.032500', '221939.492500', '221939.952500', '221940.412500', '221940.872500', '221941.332500', '221941.792500', '221942.252500', '221942.712500', '221943.172500', '221943.632500', '221944.092500', '221944.552500', '221945.012500', '221945.472500', '221945.932500', '221946.392500', '221946.852500', '221947.312500', '221947.772500', '221948.232500', '221948.692500', '221949.152500', '221949.612500', '221950.072500', '221950.532500', '221950.992500', '221951.452500', '221951.912500', '221952.372500', '221952.832500', '221953.292500', '221953.752500', '221954.212500', '221954.672500', '221955.132500', '221955.592500', '221956.052500', '221956.512500', '221956.972500', '221957.432500', '221957.892500', '221958.352500', '221958.812500', '221959.272500', '221959.732500', '222000.192500', '222000.652500', '222001.112500', '222001.572500', '222002.032500', '222002.492500', '222002.952500', '222003.412500', '222003.872500', '222004.332500', '222004.792500', '222005.252500', '222005.712500', '222006.172500', '222006.632500', '222007.092500', '222007.552500', '222008.012500', '222008.472500', '222008.932500', '222009.392500', '222009.852500', '222010.312500', '222010.772500', '222011.232500', '222011.692500', '222012.152500', '222012.612500', '222013.072500', '222013.532500', '222013.992500', '222014.452500', '222014.912500', '222015.372500', '222015.832500', '222016.292500', '222016.752500', '222017.212500', '222017.672500', '222018.132500', '222018.592500', '222019.052500', '222019.512500', '222019.972500', '222020.432500', '222020.892500', '222021.352500', '222021.812500', '222022.272500', '222022.732500', '222023.192500', '222023.652500', '222024.112500', '222024.572500', '222025.032500', '222025.492500', '222025.952500', '222026.412500', '222026.872500', '222027.332500', '222027.792500', '222028.252500', '222028.712500', '222029.172500', '222029.632500', '222030.092500', '222030.552500', '222031.012500', '222031.472500', '222031.932500', '222032.392500', '222032.852500', '222033.312500', '222033.772500', '222034.232500', '222034.692500', '222035.152500', '222035.612500', '222036.072500', '222036.532500', '222036.992500', '222037.452500', '222037.912500', '222038.372500', '222038.832500', '222039.292500', '222039.752500', '222040.212500', '222040.672500', '222041.132500', '222041.592500', '222042.052500', '222042.512500', '222042.972500', '222043.432500', '222043.892500', '222044.352500', '222044.812500', '222045.272500', '222045.732500', '222046.192500', '222046.652500', '222047.112500', '222047.572500', '222048.032500', '222048.492500', '222048.952500', '222049.412500', '222049.872500', '222050.332500', '222050.792500', '222051.252500', '222051.712500', '222052.172500', '222052.632500', '222053.092500', '222053.552500', '222054.012500', '222054.472500', '222054.932500', '222055.392500', '222055.852500', '222056.312500', '222056.772500', '222057.232500', '222057.692500', '222058.152500', '222058.612500', '222059.072500', '222059.532500', '222059.992500', '222100.452500', '222100.912500', '222101.372500', '222101.832500', '222102.292500', '222102.752500', '222103.212500', '222103.672500', '222104.132500', '222104.592500', '222105.052500', '222105.512500', '222105.972500', '222106.432500', '222106.892500', '222107.352500', '222107.812500', '222108.272500', '222108.732500', '222109.192500', '222109.652500', '222110.112500', '222110.572500', '222111.032500', '222111.492500', '222111.952500', '222112.412500', '222112.872500', '222113.332500', '222113.792500', '222114.252500', '222114.712500', '222115.172500', '222115.632500', '222116.092500', '222116.552500', '222117.012500', '222117.472500', '222117.932500', '222118.392500', '222118.852500', '222119.312500', '222119.772500', '222120.232500', '222120.692500', '222121.152500', '222121.612500', '222122.072500', '222122.532500', '222122.992500', '222123.452500', '222123.912500', '222124.372500', '222124.832500', '222125.292500', '222125.752500', '222126.212500', '222126.672500', '222127.132500', '222127.592500', '222128.052500', '222128.512500', '222128.972500', '222129.432500', '222129.892500', '222130.352500', '222130.812500', '222131.272500', '222131.732500', '222132.192500', '222132.652500', '222133.112500', '222133.572500', '222134.032500', '222134.492500', '222134.952500', '222135.412500', '222135.872500', '222136.332500', '222136.792500', '222137.252500', '222137.712500', '222138.172500', '222138.632500', '222139.092500', '222139.552500', '222140.012500', '222140.472500', '222140.932500', '222141.392500', '222141.852500', '222142.312500', '222142.772500', '222143.232500', '222143.692500', '222144.152500', '222144.612500', '222145.072500', '222145.532500', '222145.992500', '222146.452500', '222146.912500', '222147.372500', '222147.832500', '222148.292500', '222148.752500', '222149.212500', '222149.672500', '222150.132500', '222150.592500', '222151.052500', '222151.512500', '222151.972500', '222152.432500', '222152.892500', '222153.352500', '222153.812500', '222154.272500', '222154.732500', '222155.192500', '222155.652500', '222156.112500', '222156.572500', '222157.032500', '222157.492500', '222157.952500', '222158.412500', '222158.872500', '222159.332500', '222159.792500', '222200.252500', '222200.712500', '222201.172500', '222201.632500', '222202.092500', '222202.552500', '222203.012500', '222203.472500', '222203.932500', '222204.392500', '222204.852500', '222205.312500', '222205.772500', '222206.232500', '222206.692500', '222207.152500', '222207.612500', '222208.072500', '222208.532500', '222208.992500', '222209.452500', '222209.912500', '222210.372500', '222210.832500', '222211.292500', '222211.752500', '222212.212500', '222212.672500', '222213.132500', '222213.592500', '222214.052500', '222214.512500', '222214.972500', '222215.432500', '222215.892500', '222216.352500', '222216.812500', '222217.272500', '222217.732500', '222218.192500', '222218.652500', '222219.112500', '222219.572500', '222220.032500', '222220.492500', '222220.952500', '222221.412500', '222221.872500', '222222.332500', '222222.792500', '222223.252500', '222223.712500', '222224.172500', '222224.632500', '222225.092500', '222225.552500', '222226.012500', '222226.472500', '222226.932500', '222227.392500', '222227.852500', '222228.312500', '222228.772500', '222229.232500', '222229.692500', '222230.152500', '222230.612500', '222231.072500', '222231.532500', '222231.992500', '222232.452500', '222232.912500', '222233.372500', '222233.832500', '222234.292500', '222234.752500', '222235.212500', '222235.672500', '222236.132500', '222236.592500', '222237.052500', '222237.512500', '222237.972500', '222238.432500', '222238.892500', '222239.352500', '222239.812500', '222240.272500', '222240.732500', '222241.192500', '222241.652500', '222242.112500', '222242.572500', '222243.032500', '222243.492500', '222243.952500', '222244.412500', '222244.872500', '222245.332500', '222245.792500', '222246.252500', '222246.712500', '222247.172500', '222247.632500', '222248.092500', '222248.552500', '222249.012500', '222249.472500', '222249.932500', '222250.392500', '222250.852500', '222251.312500', '222251.772500', '222252.232500', '222252.692500', '222253.152500', '222253.612500', '222254.072500', '222254.532500', '222254.992500', '222255.452500', '222255.912500', '222256.372500', '222256.832500', '222257.292500', '222257.752500', '222258.212500', '222258.672500', '222259.132500', '222259.592500', '222300.052500', '222300.512500', '222300.972500', '222301.432500', '222301.892500', '222302.352500', '222302.812500', '222303.272500', '222303.732500', '222304.192500', '222304.652500', '222305.112500', '222305.572500', '222306.032500', '222306.492500', '222306.952500', '222307.412500', '222307.872500', '222308.332500', '222308.792500', '222309.252500', '222309.712500', '222310.172500', '222310.632500', '222311.092500', '222311.552500', '222312.012500', '222312.472500', '222312.932500', '222313.392500', '222313.852500', '222314.312500', '222314.772500', '222315.232500', '222315.692500', '222316.152500', '222316.612500', '222317.072500', '222317.532500', '222317.992500', '222318.452500', '222318.912500', '222319.372500', '222319.832500', '222320.292500', '222320.752500', '222321.212500', '222321.672500', '222322.132500', '222322.592500', '222323.052500', '222323.512500', '222323.972500', '222324.432500', '222324.892500', '222325.352500', '222325.812500', '222326.272500', '222326.732500', '222327.192500', '222327.652500', '222328.112500', '222328.572500', '222329.032500', '222329.492500', '222329.952500', '222330.412500', '222330.872500', '222331.332500', '222331.792500', '222332.252500', '222332.712500', '222333.172500', '222333.632500', '222334.092500', '222334.552500', '222335.012500', '222335.472500', '222335.932500', '222336.392500', '222336.852500', '222337.312500', '222337.772500', '222338.232500', '222338.692500', '222339.152500', '222339.612500', '222340.072500', '222340.532500', '222340.992500', '222341.452500', '222341.912500', '222342.372500', '222342.832500', '222343.292500', '222343.752500', '222344.212500', '222344.672500', '222345.132500', '222345.592500', '222346.052500', '222346.512500', '222346.972500', '222347.432500', '222347.892500', '222348.352500', '222348.812500', '222349.272500', '222349.732500', '222350.192500', '222350.652500', '222351.112500', '222351.572500', '222352.032500', '222352.492500', '222352.952500', '222353.412500', '222353.872500', '222354.332500', '222354.792500', '222355.252500', '222355.712500', '222356.172500', '222356.632500', '222357.092500', '222357.552500', '222358.012500', '222358.472500', '222358.932500', '222359.392500', '222359.852500', '222400.312500', '222400.772500', '222401.232500', '222401.692500', '222402.152500', '222402.612500', '222403.072500', '222403.532500', '222403.992500', '222404.452500', '222404.912500', '222405.372500', '222405.832500', '222406.292500', '222406.752500', '222407.212500', '222407.672500', '222408.132500', '222408.592500', '222409.052500', '222409.512500', '222409.972500', '222410.432500', '222410.892500', '222411.352500', '222411.812500', '222412.272500', '222412.732500', '222413.192500', '222413.652500', '222414.112500', '222414.572500', '222415.032500', '222415.492500', '222415.952500', '222416.412500', '222416.872500', '222417.332500', '222417.792500', '222418.252500', '222418.712500', '222419.172500', '222419.632500', '222420.092500', '222420.552500', '222421.012500', '222421.472500', '222421.932500', '222422.392500', '222422.852500', '222423.312500', '222423.772500', '222424.232500', '222424.692500', '222425.152500', '222425.612500', '222426.072500', '222426.532500', '222426.992500', '222427.452500', '222427.912500', '222428.372500', '222428.832500', '222429.292500', '222429.752500', '222430.212500', '222430.672500', '222431.132500', '222431.592500', '222432.052500', '222432.512500', '222432.972500', '222433.432500', '222433.892500', '222434.352500', '222434.812500', '222435.272500', '222435.732500', '222436.192500', '222436.652500', '222437.112500', '222437.572500', '222438.032500', '222438.492500', '222438.952500', '222439.412500', '222439.872500', '222440.332500', '222440.792500', '222441.252500', '222441.712500', '222442.172500', '222442.632500', '222443.092500', '222443.552500', '222444.012500', '222444.472500', '222444.932500', '222445.392500', '222445.852500', '222446.312500', '222446.772500', '222447.232500', '222447.692500', '222448.152500', '222448.612500', '222449.072500', '222449.532500', '222449.992500', '222450.452500', '222450.912500', '222451.372500', '222451.832500', '222452.292500', '222452.752500', '222453.212500', '222453.672500', '222454.132500', '222454.592500', '222455.052500', '222455.512500', '222455.972500', '222456.432500', '222456.892500', '222457.352500', '222457.812500', '222458.272500', '222458.732500', '222459.192500', '222459.652500', '222500.112500', '222500.572500', '222501.032500', '222501.492500', '222501.952500', '222502.412500', '222502.872500', '222503.332500', '222503.792500', '222504.252500', '222504.712500', '222505.172500', '222505.632500', '222506.092500', '222506.552500', '222507.012500', '222507.472500', '222507.932500', '222508.392500', '222508.852500', '222509.312500', '222509.772500', '222510.232500', '222510.692500', '222511.152500', '222511.612500', '222512.072500', '222512.532500', '222512.992500', '222513.452500', '222513.912500', '222514.372500', '222514.832500', '222515.292500', '222515.752500', '222516.212500', '222516.672500', '222517.132500', '222517.592500', '222518.052500', '222518.512500', '222518.972500', '222519.432500', '222519.892500', '222520.352500', '222520.812500', '222521.272500', '222521.732500', '222522.192500', '222522.652500', '222523.112500', '222523.572500', '222524.032500', '222524.492500', '222524.952500', '222525.412500', '222525.872500', '222526.332500', '222526.792500', '222527.252500', '222527.712500', '222528.172500', '222528.632500', '222529.092500', '222529.552500', '222530.012500', '222530.472500', '222530.932500', '222531.392500', '222531.852500', '222532.312500', '222532.772500', '222533.232500', '222533.692500', '222534.152500', '222534.612500', '222535.072500', '222535.532500', '222535.992500', '222536.452500', '222536.912500', '222537.372500', '222537.832500', '222538.292500', '222538.752500', '222539.212500', '222539.672500', '222540.132500', '222540.592500', '222541.052500', '222541.512500', '222541.972500', '222542.432500', '222542.892500', '222543.352500', '222543.812500', '222544.272500', '222544.732500', '222545.192500', '222545.652500', '222546.112500', '222546.572500', '222547.032500', '222547.492500', '222547.952500', '222548.412500', '222548.872500', '222549.332500', '222549.792500', '222550.252500', '222550.712500', '222551.172500', '222551.632500', '222552.092500', '222552.552500', '222553.012500', '222553.472500', '222553.932500', '222554.392500', '222554.852500', '222555.312500', '222555.772500', '222556.232500', '222556.692500', '222557.152500', '222557.612500', '222558.072500', '222558.532500', '222558.992500', '222559.452500', '222559.912500', '222600.372500', '222600.832500', '222601.292500', '222601.752500', '222602.212500', '222602.672500', '222603.132500', '222603.592500', '222604.052500', '222604.512500', '222604.972500', '222605.432500', '222605.892500', '222606.352500', '222606.812500', '222607.272500', '222607.732500', '222608.192500', '222608.652500', '222609.112500', '222609.572500', '222610.032500', '222610.492500', '222610.952500', '222611.412500', '222611.872500', '222612.332500', '222612.792500', '222613.252500', '222613.712500', '222614.172500', '222614.632500', '222615.092500', '222615.552500', '222616.012500', '222616.472500', '222616.932500', '222617.392500', '222617.852500', '222618.312500', '222618.772500', '222619.232500', '222619.692500', '222620.152500', '222620.612500', '222621.072500', '222621.532500', '222621.992500', '222622.452500', '222622.912500', '222623.372500', '222623.832500', '222624.292500', '222624.752500', '222625.212500', '222625.672500', '222626.132500', '222626.592500', '222627.052500', '222627.512500', '222627.972500', '222628.432500', '222628.892500', '222629.352500', '222629.812500', '222630.272500', '222630.732500', '222631.192500', '222631.652500', '222632.112500', '222632.572500', '222633.032500', '222633.492500', '222633.952500', '222634.412500', '222634.872500', '222635.332500', '222635.792500', '222636.252500', '222636.712500', '222637.172500', '222637.632500', '222638.092500', '222638.552500', '222639.012500', '222639.472500', '222639.932500', '222640.392500', '222640.852500', '222641.312500', '222641.772500', '222642.232500', '222642.692500', '222643.152500', '222643.612500', '222644.072500', '222644.532500', '222644.992500', '222645.452500', '222645.912500', '222646.372500', '222646.832500', '222647.292500'], 'ContentTime': ['221814.878000', '221814.884000', '221814.894000', '221814.896000', '221814.899000', '221814.902000', '221814.904000', '221814.907000', '221814.910000', '221814.913000', '221814.916000', '221814.919000', '221814.921000', '221814.924000', '221814.927000', '221814.930000', '221814.933000', '221814.944000', '221814.946000', '221814.949000', '221814.952000', '221814.954000', '221814.957000', '221814.960000', '221814.962000', '221814.965000', '221814.968000', '221814.970000', '221814.973000', '221814.975000', '221814.978000', '221814.981000', '221814.984000', '221814.986000', '221814.989000', '221814.992000', '221814.995000', '221814.998000', '221815.002000', '221834.839000', '221834.841000', '221834.844000', '221834.847000', '221834.849000', '221834.852000', '221834.855000', '221834.857000', '221834.860000', '221834.862000', '221834.865000', '221834.867000', '221834.870000', '221834.872000', '221834.875000', '221834.878000', '221834.880000', '221834.891000', '221834.895000', '221834.898000', '221834.901000', '221834.903000', '221834.906000', '221834.908000', '221834.911000', '221834.914000', '221834.916000', '221834.919000', '221834.921000', '221834.924000', '221834.926000', '221834.929000', '221834.932000', '221834.934000', '221834.937000', '221834.939000', '221834.942000', '221834.944000', '221834.947000', '221834.949000', '221834.952000', '221834.954000', '221834.957000', '221834.959000', '221854.838000', '221854.841000', '221854.844000', '221854.846000', '221854.849000', '221854.852000', '221854.854000', '221854.857000', '221854.859000', '221854.862000', '221854.864000', '221854.867000', '221854.869000', '221854.872000', '221854.875000', '221854.877000', '221854.880000', '221854.882000', '221854.885000', '221854.887000', '221854.890000', '221854.892000', '221854.895000', '221854.898000', '221854.900000', '221854.903000', '221854.905000', '221854.908000', '221854.910000', '221854.913000', '221854.915000', '221854.918000', '221854.920000', '221854.923000', '221854.926000', '221854.928000', '221854.931000', '221854.933000', '221854.936000', '221854.938000', '221854.941000', '221854.943000', '221854.946000', '221854.977000', '221914.838000', '221914.841000', '221914.844000', '221914.846000', '221914.849000', '221914.852000', '221914.854000', '221914.857000', '221914.860000', '221914.862000', '221914.865000', '221914.867000', '221914.870000', '221914.885000', '221914.887000', '221914.890000', '221914.893000', '221914.895000', '221914.898000', '221914.900000', '221914.903000', '221914.905000', '221914.908000', '221914.911000', '221914.913000', '221914.916000', '221914.918000', '221914.921000', '221914.924000', '221914.926000', '221914.929000', '221914.931000', '221914.934000', '221914.936000', '221914.939000', '221914.941000', '221914.944000', '221914.947000', '221914.949000', '221914.952000', '221914.954000', '221914.966000', '221914.969000', '221934.838000', '221934.841000', '221934.844000', '221934.846000', '221934.849000', '221934.851000', '221934.854000', '221934.857000', '221934.859000', '221934.862000', '221934.865000', '221934.867000', '221934.870000', '221934.873000', '221934.875000', '221934.878000', '221934.880000', '221934.883000', '221934.886000', '221934.888000', '221934.891000', '221934.893000', '221934.896000', '221934.899000', '221934.901000', '221934.904000', '221934.906000', '221934.909000', '221934.911000', '221934.914000', '221934.917000', '221934.920000', '221934.922000', '221934.925000', '221934.927000', '221934.930000', '221934.932000', '221934.935000', '221934.938000', '221934.940000', '221934.943000', '221934.945000', '221934.948000', '221934.950000', '221954.839000', '221954.842000', '221954.844000', '221954.847000', '221954.850000', '221954.852000', '221954.855000', '221954.858000', '221954.860000', '221954.863000', '221954.866000', '221954.868000', '221954.871000', '221954.873000', '221954.876000', '221954.879000', '221954.881000', '221954.884000', '221954.886000', '221954.889000', '221954.891000', '221954.894000', '221954.897000', '221954.907000', '221954.909000', '221954.912000', '221954.915000', '221954.918000', '221954.920000', '221954.923000', '221954.926000', '221954.928000', '221954.931000', '221954.933000', '221954.936000', '221954.939000', '221954.941000', '221954.944000', '221954.946000', '221954.949000', '221954.951000', '221954.954000', '221954.957000', '222014.839000', '222014.841000', '222014.844000', '222014.847000', '222014.849000', '222014.852000', '222014.855000', '222014.857000', '222014.860000', '222014.862000', '222014.865000', '222014.869000', '222014.871000', '222014.874000', '222014.877000', '222014.879000', '222014.882000', '222014.884000', '222014.887000', '222014.889000', '222014.892000', '222014.895000', '222014.897000', '222014.900000', '222014.902000', '222014.905000', '222014.908000', '222014.910000', '222014.913000', '222014.915000', '222014.918000', '222014.920000', '222014.923000', '222014.926000', '222014.928000', '222014.931000', '222014.933000', '222014.936000', '222014.939000', '222014.941000', '222014.944000', '222014.946000', '222014.949000', '222014.952000', '222034.838000', '222034.841000', '222034.844000', '222034.846000', '222034.849000', '222034.852000', '222034.854000', '222034.857000', '222034.859000', '222034.862000', '222034.865000', '222034.867000', '222034.870000', '222034.872000', '222034.875000', '222034.878000', '222034.880000', '222034.883000', '222034.886000', '222034.888000', '222034.891000', '222034.893000', '222034.896000', '222034.899000', '222034.901000', '222034.904000', '222034.906000', '222034.909000', '222034.912000', '222034.914000', '222034.917000', '222034.920000', '222034.922000', '222034.928000', '222034.930000', '222034.933000', '222034.936000', '222034.938000', '222034.966000', '222034.969000', '222034.972000', '222034.974000', '222034.977000', '222054.838000', '222054.841000', '222054.844000', '222054.847000', '222054.849000', '222054.853000', '222054.856000', '222054.859000', '222054.862000', '222054.865000', '222054.867000', '222054.870000', '222054.872000', '222054.875000', '222054.878000', '222054.880000', '222054.883000', '222054.885000', '222054.888000', '222054.890000', '222054.893000', '222054.896000', '222054.898000', '222054.901000', '222054.903000', '222054.906000', '222054.909000', '222054.911000', '222054.914000', '222054.917000', '222054.919000', '222054.922000', '222054.924000', '222054.927000', '222054.930000', '222054.932000', '222054.935000', '222054.937000', '222054.940000', '222054.943000', '222054.945000', '222054.948000', '222054.950000', '222114.839000', '222114.841000', '222114.844000', '222114.846000', '222114.849000', '222114.852000', '222114.854000', '222114.857000', '222114.859000', '222114.862000', '222114.865000', '222114.867000', '222114.870000', '222114.873000', '222114.875000', '222114.878000', '222114.881000', '222114.883000', '222114.886000', '222114.888000', '222114.891000', '222114.894000', '222114.896000', '222114.899000', '222114.902000', '222114.904000', '222114.907000', '222114.909000', '222114.912000', '222114.915000', '222114.917000', '222114.920000', '222114.923000', '222114.925000', '222114.928000', '222114.930000', '222114.933000', '222114.936000', '222114.938000', '222114.941000', '222114.944000', '222114.946000', '222114.949000', '222114.951000', '222134.839000', '222134.841000', '222134.844000', '222134.847000', '222134.849000', '222134.852000', '222134.854000', '222134.857000', '222134.860000', '222134.862000', '222134.865000', '222134.867000', '222134.870000', '222134.872000', '222134.875000', '222134.878000', '222134.880000', '222134.883000', '222134.885000', '222134.888000', '222134.890000', '222134.893000', '222134.896000', '222134.898000', '222134.901000', '222134.903000', '222134.906000', '222134.908000', '222134.911000', '222134.914000', '222134.916000', '222134.919000', '222134.922000', '222134.924000', '222134.927000', '222134.929000', '222134.932000', '222134.935000', '222134.937000', '222134.940000', '222134.942000', '222134.945000', '222134.954000', '222134.957000', '222154.838000', '222154.841000', '222154.844000', '222154.847000', '222154.849000', '222154.852000', '222154.855000', '222154.857000', '222154.860000', '222154.863000', '222154.865000', '222154.868000', '222154.871000', '222154.873000', '222154.876000', '222154.878000', '222154.881000', '222154.884000', '222154.886000', '222154.889000', '222154.892000', '222154.894000', '222154.897000', '222154.900000', '222154.902000', '222154.905000', '222154.907000', '222154.910000', '222154.912000', '222154.915000', '222154.918000', '222154.920000', '222154.923000', '222154.925000', '222154.928000', '222154.931000', '222154.933000', '222154.936000', '222154.939000', '222154.941000', '222154.944000', '222154.946000', '222154.949000', '222214.839000', '222214.842000', '222214.844000', '222214.847000', '222214.850000', '222214.853000', '222214.856000', '222214.859000', '222214.862000', '222214.865000', '222214.867000', '222214.870000', '222214.872000', '222214.875000', '222214.877000', '222214.880000', '222214.883000', '222214.885000', '222214.888000', '222214.891000', '222214.907000', '222214.910000', '222214.912000', '222214.915000', '222214.918000', '222214.920000', '222214.923000', '222214.926000', '222214.928000', '222214.931000', '222214.934000', '222214.936000', '222214.939000', '222214.942000', '222214.944000', '222214.947000', '222214.950000', '222214.952000', '222214.955000', '222214.958000', '222214.960000', '222214.963000', '222214.965000', '222234.839000', '222234.842000', '222234.845000', '222234.848000', '222234.850000', '222234.853000', '222234.856000', '222234.859000', '222234.861000', '222234.864000', '222234.867000', '222234.869000', '222234.872000', '222234.875000', '222234.877000', '222234.880000', '222234.883000', '222234.885000', '222234.888000', '222234.890000', '222234.893000', '222234.896000', '222234.898000', '222234.901000', '222234.904000', '222234.906000', '222234.909000', '222234.911000', '222234.914000', '222234.917000', '222234.919000', '222234.922000', '222234.925000', '222234.927000', '222234.930000', '222234.932000', '222234.935000', '222234.938000', '222234.940000', '222234.943000', '222234.945000', '222234.948000', '222234.951000', '222234.953000', '222254.838000', '222254.841000', '222254.844000', '222254.846000', '222254.849000', '222254.852000', '222254.854000', '222254.857000', '222254.860000', '222254.862000', '222254.865000', '222254.867000', '222254.870000', '222254.873000', '222254.875000', '222254.878000', '222254.880000', '222254.884000', '222254.887000', '222254.889000', '222254.892000', '222254.895000', '222254.898000', '222254.900000', '222254.903000', '222254.906000', '222254.908000', '222254.911000', '222254.914000', '222254.916000', '222254.919000', '222254.921000', '222254.924000', '222254.927000', '222254.929000', '222254.932000', '222254.934000', '222254.937000', '222254.940000', '222254.942000', '222254.945000', '222254.947000', '222254.950000', '222314.839000', '222314.842000', '222314.844000', '222314.847000', '222314.850000', '222314.852000', '222314.855000', '222314.858000', '222314.860000', '222314.863000', '222314.865000', '222314.868000', '222314.871000', '222314.873000', '222314.876000', '222314.878000', '222314.881000', '222314.884000', '222314.886000', '222314.889000', '222314.891000', '222314.894000', '222314.897000', '222314.899000', '222314.902000', '222314.905000', '222314.907000', '222314.910000', '222314.914000', '222314.917000', '222314.920000', '222314.923000', '222314.925000', '222314.928000', '222314.930000', '222314.933000', '222314.936000', '222314.938000', '222314.941000', '222314.943000', '222314.946000', '222314.949000', '222314.951000', '222314.954000', '222334.839000', '222334.841000', '222334.844000', '222334.847000', '222334.849000', '222334.852000', '222334.855000', '222334.857000', '222334.860000', '222334.864000', '222334.866000', '222334.869000', '222334.872000', '222334.874000', '222334.877000', '222334.880000', '222334.882000', '222334.885000', '222334.887000', '222334.890000', '222334.892000', '222334.895000', '222334.898000', '222334.900000', '222334.903000', '222334.905000', '222334.908000', '222334.910000', '222334.913000', '222334.916000', '222334.918000', '222334.921000', '222334.924000', '222334.926000', '222334.929000', '222334.932000', '222334.935000', '222334.938000', '222334.940000', '222334.943000', '222334.945000', '222334.948000', '222334.951000', '222354.838000', '222354.841000', '222354.844000', '222354.847000', '222354.850000', '222354.852000', '222354.855000', '222354.857000', '222354.860000', '222354.862000', '222354.865000', '222354.868000', '222354.870000', '222354.873000', '222354.875000', '222354.878000', '222354.881000', '222354.883000', '222354.886000', '222354.888000', '222354.891000', '222354.894000', '222354.896000', '222354.899000', '222354.901000', '222354.904000', '222354.907000', '222354.909000', '222354.912000', '222354.914000', '222354.917000', '222354.920000', '222354.922000', '222354.925000', '222354.927000', '222354.930000', '222354.933000', '222354.935000', '222354.938000', '222354.940000', '222354.943000', '222354.945000', '222354.948000', '222354.950000', '222414.839000', '222414.842000', '222414.844000', '222414.847000', '222414.849000', '222414.852000', '222414.855000', '222414.857000', '222414.860000', '222414.862000', '222414.865000', '222414.868000', '222414.870000', '222414.873000', '222414.875000', '222414.878000', '222414.881000', '222414.883000', '222414.886000', '222414.889000', '222414.891000', '222414.894000', '222414.897000', '222414.900000', '222414.903000', '222414.906000', '222414.909000', '222414.912000', '222414.914000', '222414.917000', '222414.920000', '222414.922000', '222414.925000', '222414.927000', '222414.930000', '222414.933000', '222414.935000', '222414.938000', '222414.940000', '222414.943000', '222414.946000', '222414.948000', '222414.951000', '222434.839000', '222434.841000', '222434.844000', '222434.848000', '222434.850000', '222434.853000', '222434.855000', '222434.858000', '222434.860000', '222434.863000', '222434.866000', '222434.868000', '222434.871000', '222434.874000', '222434.876000', '222434.879000', '222434.881000', '222434.884000', '222434.887000', '222434.889000', '222434.892000', '222434.894000', '222434.897000', '222434.900000', '222434.902000', '222434.905000', '222434.907000', '222434.910000', '222434.913000', '222434.915000', '222434.918000', '222434.920000', '222434.923000', '222434.926000', '222434.928000', '222434.931000', '222434.933000', '222434.936000', '222434.939000', '222434.941000', '222434.944000', '222434.946000', '222434.949000', '222434.952000', '222454.839000', '222454.842000', '222454.845000', '222454.847000', '222454.850000', '222454.853000', '222454.855000', '222454.858000', '222454.860000', '222454.863000', '222454.866000', '222454.868000', '222454.871000', '222454.874000', '222454.876000', '222454.879000', '222454.882000', '222454.884000', '222454.887000', '222454.889000', '222454.892000', '222454.894000', '222454.897000', '222454.900000', '222454.902000', '222454.905000', '222454.907000', '222454.910000', '222454.912000', '222454.915000', '222454.918000', '222454.921000', '222454.924000', '222454.927000', '222454.930000', '222454.932000', '222454.935000', '222454.938000', '222454.940000', '222454.943000', '222454.946000', '222454.948000', '222454.951000', '222514.839000', '222514.841000', '222514.844000', '222514.847000', '222514.849000', '222514.852000', '222514.854000', '222514.857000', '222514.859000', '222514.862000', '222514.864000', '222514.867000', '222514.870000', '222514.872000', '222514.875000', '222514.877000', '222514.880000', '222514.882000', '222514.885000', '222514.888000', '222514.890000', '222514.893000', '222514.895000', '222514.898000', '222514.900000', '222514.903000', '222514.905000', '222514.908000', '222514.911000', '222514.913000', '222514.916000', '222514.919000', '222514.922000', '222514.924000', '222514.927000', '222514.930000', '222514.932000', '222514.935000', '222514.937000', '222514.940000', '222514.943000', '222514.945000', '222514.948000', '222514.951000', '222534.839000', '222534.841000', '222534.844000', '222534.847000', '222534.849000', '222534.852000', '222534.854000', '222534.857000', '222534.859000', '222534.862000', '222534.865000', '222534.867000', '222534.870000', '222534.872000', '222534.875000', '222534.878000', '222534.880000', '222534.883000', '222534.886000', '222534.888000', '222534.891000', '222534.893000', '222534.896000', '222534.898000', '222534.901000', '222534.904000', '222534.906000', '222534.909000', '222534.911000', '222534.914000', '222534.916000', '222534.919000', '222534.922000', '222534.924000', '222534.927000', '222534.929000', '222534.932000', '222534.934000', '222534.937000', '222534.940000', '222534.943000', '222534.946000', '222534.949000', '222554.839000', '222554.841000', '222554.844000', '222554.847000', '222554.849000', '222554.852000', '222554.854000', '222554.857000', '222554.860000', '222554.862000', '222554.865000', '222554.867000', '222554.870000', '222554.872000', '222554.875000', '222554.878000', '222554.880000', '222554.883000', '222554.885000', '222554.888000', '222554.890000', '222554.893000', '222554.896000', '222554.898000', '222554.901000', '222554.903000', '222554.906000', '222554.909000', '222554.911000', '222554.914000', '222554.916000', '222554.919000', '222554.922000', '222554.924000', '222554.927000', '222554.929000', '222554.932000', '222554.934000', '222554.937000', '222554.939000', '222554.942000', '222554.945000', '222554.947000', '222554.950000', '222614.839000', '222614.841000', '222614.844000', '222614.847000', '222614.849000', '222614.852000', '222614.854000', '222614.857000', '222614.860000', '222614.862000', '222614.865000', '222614.868000', '222614.870000', '222614.873000', '222614.875000', '222614.878000', '222614.881000', '222614.883000', '222614.886000', '222614.889000', '222614.891000', '222614.894000', '222614.896000', '222614.899000', '222614.902000', '222614.904000', '222614.907000', '222614.910000', '222614.912000', '222614.915000', '222614.917000', '222614.920000', '222614.923000', '222614.925000', '222614.928000', '222614.930000', '222614.933000', '222614.936000', '222614.939000', '222614.942000', '222614.945000', '222614.947000', '222614.950000', '222634.839000', '222634.841000', '222634.844000', '222634.847000', '222634.849000', '222634.852000', '222634.854000', '222634.857000', '222634.860000', '222634.863000', '222634.865000', '222634.868000', '222634.870000', '222634.873000', '222634.876000', '222634.878000', '222634.881000', '222634.883000', '222634.886000', '222634.889000', '222634.891000', '222634.894000', '222634.896000', '222634.899000', '222634.902000', '222634.904000', '222634.907000', '222634.910000', '222634.912000', '222634.915000', '222634.918000', '222634.920000', '222634.923000', '222634.926000', '222634.928000', '222634.931000', '222634.933000', '222634.936000', '222634.938000', '222634.941000', '222634.944000', '222634.946000', '222634.949000', '222634.951000', '222649.005000', '222649.008000', '222649.011000', '222649.014000', '222649.016000', '222649.019000', '222649.022000', '222649.024000', '222649.027000', '222649.030000', '222649.033000', '222649.036000', '222649.039000', '222649.041000', '222649.044000', '222649.047000', '222649.050000', '222649.052000', '222649.055000', '222649.058000', '222649.061000', '222649.064000', '222649.076000', '222649.079000', '222649.081000', '222649.084000', '222649.087000', '222649.090000', '222649.092000', '222649.095000', '222649.098000'], 'InstanceCreationTime': ['221814.878000', '221814.884000', '221814.894000', '221814.896000', '221814.899000', '221814.902000', '221814.904000', '221814.907000', '221814.910000', '221814.913000', '221814.916000', '221814.919000', '221814.921000', '221814.924000', '221814.927000', '221814.930000', '221814.933000', '221814.944000', '221814.946000', '221814.949000', '221814.952000', '221814.954000', '221814.957000', '221814.960000', '221814.962000', '221814.965000', '221814.968000', '221814.970000', '221814.973000', '221814.975000', '221814.978000', '221814.981000', '221814.984000', '221814.986000', '221814.989000', '221814.992000', '221814.995000', '221814.998000', '221815.002000', '221834.839000', '221834.841000', '221834.844000', '221834.847000', '221834.849000', '221834.852000', '221834.855000', '221834.857000', '221834.860000', '221834.862000', '221834.865000', '221834.867000', '221834.870000', '221834.872000', '221834.875000', '221834.878000', '221834.880000', '221834.891000', '221834.895000', '221834.898000', '221834.901000', '221834.903000', '221834.906000', '221834.908000', '221834.911000', '221834.914000', '221834.916000', '221834.919000', '221834.921000', '221834.924000', '221834.926000', '221834.929000', '221834.932000', '221834.934000', '221834.937000', '221834.939000', '221834.942000', '221834.944000', '221834.947000', '221834.949000', '221834.952000', '221834.954000', '221834.957000', '221834.959000', '221854.838000', '221854.841000', '221854.844000', '221854.846000', '221854.849000', '221854.852000', '221854.854000', '221854.857000', '221854.859000', '221854.862000', '221854.864000', '221854.867000', '221854.869000', '221854.872000', '221854.875000', '221854.877000', '221854.880000', '221854.882000', '221854.885000', '221854.887000', '221854.890000', '221854.892000', '221854.895000', '221854.898000', '221854.900000', '221854.903000', '221854.905000', '221854.908000', '221854.910000', '221854.913000', '221854.915000', '221854.918000', '221854.920000', '221854.923000', '221854.926000', '221854.928000', '221854.931000', '221854.933000', '221854.936000', '221854.938000', '221854.941000', '221854.943000', '221854.946000', '221854.977000', '221914.838000', '221914.841000', '221914.844000', '221914.846000', '221914.849000', '221914.852000', '221914.854000', '221914.857000', '221914.860000', '221914.862000', '221914.865000', '221914.867000', '221914.870000', '221914.885000', '221914.887000', '221914.890000', '221914.893000', '221914.895000', '221914.898000', '221914.900000', '221914.903000', '221914.905000', '221914.908000', '221914.911000', '221914.913000', '221914.916000', '221914.918000', '221914.921000', '221914.924000', '221914.926000', '221914.929000', '221914.931000', '221914.934000', '221914.936000', '221914.939000', '221914.941000', '221914.944000', '221914.947000', '221914.949000', '221914.952000', '221914.954000', '221914.966000', '221914.969000', '221934.838000', '221934.841000', '221934.844000', '221934.846000', '221934.849000', '221934.851000', '221934.854000', '221934.857000', '221934.859000', '221934.862000', '221934.865000', '221934.867000', '221934.870000', '221934.873000', '221934.875000', '221934.878000', '221934.880000', '221934.883000', '221934.886000', '221934.888000', '221934.891000', '221934.893000', '221934.896000', '221934.899000', '221934.901000', '221934.904000', '221934.906000', '221934.909000', '221934.911000', '221934.914000', '221934.917000', '221934.920000', '221934.922000', '221934.925000', '221934.927000', '221934.930000', '221934.932000', '221934.935000', '221934.938000', '221934.940000', '221934.943000', '221934.945000', '221934.948000', '221934.950000', '221954.839000', '221954.842000', '221954.844000', '221954.847000', '221954.850000', '221954.852000', '221954.855000', '221954.858000', '221954.860000', '221954.863000', '221954.866000', '221954.868000', '221954.871000', '221954.873000', '221954.876000', '221954.879000', '221954.881000', '221954.884000', '221954.886000', '221954.889000', '221954.891000', '221954.894000', '221954.897000', '221954.907000', '221954.909000', '221954.912000', '221954.915000', '221954.918000', '221954.920000', '221954.923000', '221954.926000', '221954.928000', '221954.931000', '221954.933000', '221954.936000', '221954.939000', '221954.941000', '221954.944000', '221954.946000', '221954.949000', '221954.951000', '221954.954000', '221954.957000', '222014.839000', '222014.841000', '222014.844000', '222014.847000', '222014.849000', '222014.852000', '222014.855000', '222014.857000', '222014.860000', '222014.862000', '222014.865000', '222014.869000', '222014.871000', '222014.874000', '222014.877000', '222014.879000', '222014.882000', '222014.884000', '222014.887000', '222014.889000', '222014.892000', '222014.895000', '222014.897000', '222014.900000', '222014.902000', '222014.905000', '222014.908000', '222014.910000', '222014.913000', '222014.915000', '222014.918000', '222014.920000', '222014.923000', '222014.926000', '222014.928000', '222014.931000', '222014.933000', '222014.936000', '222014.939000', '222014.941000', '222014.944000', '222014.946000', '222014.949000', '222014.952000', '222034.838000', '222034.841000', '222034.844000', '222034.846000', '222034.849000', '222034.852000', '222034.854000', '222034.857000', '222034.859000', '222034.862000', '222034.865000', '222034.867000', '222034.870000', '222034.872000', '222034.875000', '222034.878000', '222034.880000', '222034.883000', '222034.886000', '222034.888000', '222034.891000', '222034.893000', '222034.896000', '222034.899000', '222034.901000', '222034.904000', '222034.906000', '222034.909000', '222034.912000', '222034.914000', '222034.917000', '222034.920000', '222034.922000', '222034.928000', '222034.930000', '222034.933000', '222034.936000', '222034.938000', '222034.966000', '222034.969000', '222034.972000', '222034.974000', '222034.977000', '222054.838000', '222054.841000', '222054.844000', '222054.847000', '222054.849000', '222054.853000', '222054.856000', '222054.859000', '222054.862000', '222054.865000', '222054.867000', '222054.870000', '222054.872000', '222054.875000', '222054.878000', '222054.880000', '222054.883000', '222054.885000', '222054.888000', '222054.890000', '222054.893000', '222054.896000', '222054.898000', '222054.901000', '222054.903000', '222054.906000', '222054.909000', '222054.911000', '222054.914000', '222054.917000', '222054.919000', '222054.922000', '222054.924000', '222054.927000', '222054.930000', '222054.932000', '222054.935000', '222054.937000', '222054.940000', '222054.943000', '222054.945000', '222054.948000', '222054.950000', '222114.839000', '222114.841000', '222114.844000', '222114.846000', '222114.849000', '222114.852000', '222114.854000', '222114.857000', '222114.859000', '222114.862000', '222114.865000', '222114.867000', '222114.870000', '222114.873000', '222114.875000', '222114.878000', '222114.881000', '222114.883000', '222114.886000', '222114.888000', '222114.891000', '222114.894000', '222114.896000', '222114.899000', '222114.902000', '222114.904000', '222114.907000', '222114.909000', '222114.912000', '222114.915000', '222114.917000', '222114.920000', '222114.923000', '222114.925000', '222114.928000', '222114.930000', '222114.933000', '222114.936000', '222114.938000', '222114.941000', '222114.944000', '222114.946000', '222114.949000', '222114.951000', '222134.839000', '222134.841000', '222134.844000', '222134.847000', '222134.849000', '222134.852000', '222134.854000', '222134.857000', '222134.860000', '222134.862000', '222134.865000', '222134.867000', '222134.870000', '222134.872000', '222134.875000', '222134.878000', '222134.880000', '222134.883000', '222134.885000', '222134.888000', '222134.890000', '222134.893000', '222134.896000', '222134.898000', '222134.901000', '222134.903000', '222134.906000', '222134.908000', '222134.911000', '222134.914000', '222134.916000', '222134.919000', '222134.922000', '222134.924000', '222134.927000', '222134.929000', '222134.932000', '222134.935000', '222134.937000', '222134.940000', '222134.942000', '222134.945000', '222134.954000', '222134.957000', '222154.838000', '222154.841000', '222154.844000', '222154.847000', '222154.849000', '222154.852000', '222154.855000', '222154.857000', '222154.860000', '222154.863000', '222154.865000', '222154.868000', '222154.871000', '222154.873000', '222154.876000', '222154.878000', '222154.881000', '222154.884000', '222154.886000', '222154.889000', '222154.892000', '222154.894000', '222154.897000', '222154.900000', '222154.902000', '222154.905000', '222154.907000', '222154.910000', '222154.912000', '222154.915000', '222154.918000', '222154.920000', '222154.923000', '222154.925000', '222154.928000', '222154.931000', '222154.933000', '222154.936000', '222154.939000', '222154.941000', '222154.944000', '222154.946000', '222154.949000', '222214.839000', '222214.842000', '222214.844000', '222214.847000', '222214.850000', '222214.853000', '222214.856000', '222214.859000', '222214.862000', '222214.865000', '222214.867000', '222214.870000', '222214.872000', '222214.875000', '222214.877000', '222214.880000', '222214.883000', '222214.885000', '222214.888000', '222214.891000', '222214.907000', '222214.910000', '222214.912000', '222214.915000', '222214.918000', '222214.920000', '222214.923000', '222214.926000', '222214.928000', '222214.931000', '222214.934000', '222214.936000', '222214.939000', '222214.942000', '222214.944000', '222214.947000', '222214.950000', '222214.952000', '222214.955000', '222214.958000', '222214.960000', '222214.963000', '222214.965000', '222234.839000', '222234.842000', '222234.845000', '222234.848000', '222234.850000', '222234.853000', '222234.856000', '222234.859000', '222234.861000', '222234.864000', '222234.867000', '222234.869000', '222234.872000', '222234.875000', '222234.877000', '222234.880000', '222234.883000', '222234.885000', '222234.888000', '222234.890000', '222234.893000', '222234.896000', '222234.898000', '222234.901000', '222234.904000', '222234.906000', '222234.909000', '222234.911000', '222234.914000', '222234.917000', '222234.919000', '222234.922000', '222234.925000', '222234.927000', '222234.930000', '222234.932000', '222234.935000', '222234.938000', '222234.940000', '222234.943000', '222234.945000', '222234.948000', '222234.951000', '222234.953000', '222254.838000', '222254.841000', '222254.844000', '222254.846000', '222254.849000', '222254.852000', '222254.854000', '222254.857000', '222254.860000', '222254.862000', '222254.865000', '222254.867000', '222254.870000', '222254.873000', '222254.875000', '222254.878000', '222254.880000', '222254.884000', '222254.887000', '222254.889000', '222254.892000', '222254.895000', '222254.898000', '222254.900000', '222254.903000', '222254.906000', '222254.908000', '222254.911000', '222254.914000', '222254.916000', '222254.919000', '222254.921000', '222254.924000', '222254.927000', '222254.929000', '222254.932000', '222254.934000', '222254.937000', '222254.940000', '222254.942000', '222254.945000', '222254.947000', '222254.950000', '222314.839000', '222314.842000', '222314.844000', '222314.847000', '222314.850000', '222314.852000', '222314.855000', '222314.858000', '222314.860000', '222314.863000', '222314.865000', '222314.868000', '222314.871000', '222314.873000', '222314.876000', '222314.878000', '222314.881000', '222314.884000', '222314.886000', '222314.889000', '222314.891000', '222314.894000', '222314.897000', '222314.899000', '222314.902000', '222314.905000', '222314.907000', '222314.910000', '222314.914000', '222314.917000', '222314.920000', '222314.923000', '222314.925000', '222314.928000', '222314.930000', '222314.933000', '222314.936000', '222314.938000', '222314.941000', '222314.943000', '222314.946000', '222314.949000', '222314.951000', '222314.954000', '222334.839000', '222334.841000', '222334.844000', '222334.847000', '222334.849000', '222334.852000', '222334.855000', '222334.857000', '222334.860000', '222334.864000', '222334.866000', '222334.869000', '222334.872000', '222334.874000', '222334.877000', '222334.880000', '222334.882000', '222334.885000', '222334.887000', '222334.890000', '222334.892000', '222334.895000', '222334.898000', '222334.900000', '222334.903000', '222334.905000', '222334.908000', '222334.910000', '222334.913000', '222334.916000', '222334.918000', '222334.921000', '222334.924000', '222334.926000', '222334.929000', '222334.932000', '222334.935000', '222334.938000', '222334.940000', '222334.943000', '222334.945000', '222334.948000', '222334.951000', '222354.838000', '222354.841000', '222354.844000', '222354.847000', '222354.850000', '222354.852000', '222354.855000', '222354.857000', '222354.860000', '222354.862000', '222354.865000', '222354.868000', '222354.870000', '222354.873000', '222354.875000', '222354.878000', '222354.881000', '222354.883000', '222354.886000', '222354.888000', '222354.891000', '222354.894000', '222354.896000', '222354.899000', '222354.901000', '222354.904000', '222354.907000', '222354.909000', '222354.912000', '222354.914000', '222354.917000', '222354.920000', '222354.922000', '222354.925000', '222354.927000', '222354.930000', '222354.933000', '222354.935000', '222354.938000', '222354.940000', '222354.943000', '222354.945000', '222354.948000', '222354.950000', '222414.839000', '222414.842000', '222414.844000', '222414.847000', '222414.849000', '222414.852000', '222414.855000', '222414.857000', '222414.860000', '222414.862000', '222414.865000', '222414.868000', '222414.870000', '222414.873000', '222414.875000', '222414.878000', '222414.881000', '222414.883000', '222414.886000', '222414.889000', '222414.891000', '222414.894000', '222414.897000', '222414.900000', '222414.903000', '222414.906000', '222414.909000', '222414.912000', '222414.914000', '222414.917000', '222414.920000', '222414.922000', '222414.925000', '222414.927000', '222414.930000', '222414.933000', '222414.935000', '222414.938000', '222414.940000', '222414.943000', '222414.946000', '222414.948000', '222414.951000', '222434.839000', '222434.841000', '222434.844000', '222434.848000', '222434.850000', '222434.853000', '222434.855000', '222434.858000', '222434.860000', '222434.863000', '222434.866000', '222434.868000', '222434.871000', '222434.874000', '222434.876000', '222434.879000', '222434.881000', '222434.884000', '222434.887000', '222434.889000', '222434.892000', '222434.894000', '222434.897000', '222434.900000', '222434.902000', '222434.905000', '222434.907000', '222434.910000', '222434.913000', '222434.915000', '222434.918000', '222434.920000', '222434.923000', '222434.926000', '222434.928000', '222434.931000', '222434.933000', '222434.936000', '222434.939000', '222434.941000', '222434.944000', '222434.946000', '222434.949000', '222434.952000', '222454.839000', '222454.842000', '222454.845000', '222454.847000', '222454.850000', '222454.853000', '222454.855000', '222454.858000', '222454.860000', '222454.863000', '222454.866000', '222454.868000', '222454.871000', '222454.874000', '222454.876000', '222454.879000', '222454.882000', '222454.884000', '222454.887000', '222454.889000', '222454.892000', '222454.894000', '222454.897000', '222454.900000', '222454.902000', '222454.905000', '222454.907000', '222454.910000', '222454.912000', '222454.915000', '222454.918000', '222454.921000', '222454.924000', '222454.927000', '222454.930000', '222454.932000', '222454.935000', '222454.938000', '222454.940000', '222454.943000', '222454.946000', '222454.948000', '222454.951000', '222514.839000', '222514.841000', '222514.844000', '222514.847000', '222514.849000', '222514.852000', '222514.854000', '222514.857000', '222514.859000', '222514.862000', '222514.864000', '222514.867000', '222514.870000', '222514.872000', '222514.875000', '222514.877000', '222514.880000', '222514.882000', '222514.885000', '222514.888000', '222514.890000', '222514.893000', '222514.895000', '222514.898000', '222514.900000', '222514.903000', '222514.905000', '222514.908000', '222514.911000', '222514.913000', '222514.916000', '222514.919000', '222514.922000', '222514.924000', '222514.927000', '222514.930000', '222514.932000', '222514.935000', '222514.937000', '222514.940000', '222514.943000', '222514.945000', '222514.948000', '222514.951000', '222534.839000', '222534.841000', '222534.844000', '222534.847000', '222534.849000', '222534.852000', '222534.854000', '222534.857000', '222534.859000', '222534.862000', '222534.865000', '222534.867000', '222534.870000', '222534.872000', '222534.875000', '222534.878000', '222534.880000', '222534.883000', '222534.886000', '222534.888000', '222534.891000', '222534.893000', '222534.896000', '222534.898000', '222534.901000', '222534.904000', '222534.906000', '222534.909000', '222534.911000', '222534.914000', '222534.916000', '222534.919000', '222534.922000', '222534.924000', '222534.927000', '222534.929000', '222534.932000', '222534.934000', '222534.937000', '222534.940000', '222534.943000', '222534.946000', '222534.949000', '222554.839000', '222554.841000', '222554.844000', '222554.847000', '222554.849000', '222554.852000', '222554.854000', '222554.857000', '222554.860000', '222554.862000', '222554.865000', '222554.867000', '222554.870000', '222554.872000', '222554.875000', '222554.878000', '222554.880000', '222554.883000', '222554.885000', '222554.888000', '222554.890000', '222554.893000', '222554.896000', '222554.898000', '222554.901000', '222554.903000', '222554.906000', '222554.909000', '222554.911000', '222554.914000', '222554.916000', '222554.919000', '222554.922000', '222554.924000', '222554.927000', '222554.929000', '222554.932000', '222554.934000', '222554.937000', '222554.939000', '222554.942000', '222554.945000', '222554.947000', '222554.950000', '222614.839000', '222614.841000', '222614.844000', '222614.847000', '222614.849000', '222614.852000', '222614.854000', '222614.857000', '222614.860000', '222614.862000', '222614.865000', '222614.868000', '222614.870000', '222614.873000', '222614.875000', '222614.878000', '222614.881000', '222614.883000', '222614.886000', '222614.889000', '222614.891000', '222614.894000', '222614.896000', '222614.899000', '222614.902000', '222614.904000', '222614.907000', '222614.910000', '222614.912000', '222614.915000', '222614.917000', '222614.920000', '222614.923000', '222614.925000', '222614.928000', '222614.930000', '222614.933000', '222614.936000', '222614.939000', '222614.942000', '222614.945000', '222614.947000', '222614.950000', '222634.839000', '222634.841000', '222634.844000', '222634.847000', '222634.849000', '222634.852000', '222634.854000', '222634.857000', '222634.860000', '222634.863000', '222634.865000', '222634.868000', '222634.870000', '222634.873000', '222634.876000', '222634.878000', '222634.881000', '222634.883000', '222634.886000', '222634.889000', '222634.891000', '222634.894000', '222634.896000', '222634.899000', '222634.902000', '222634.904000', '222634.907000', '222634.910000', '222634.912000', '222634.915000', '222634.918000', '222634.920000', '222634.923000', '222634.926000', '222634.928000', '222634.931000', '222634.933000', '222634.936000', '222634.938000', '222634.941000', '222634.944000', '222634.946000', '222634.949000', '222634.951000', '222649.005000', '222649.008000', '222649.011000', '222649.014000', '222649.016000', '222649.019000', '222649.022000', '222649.024000', '222649.027000', '222649.030000', '222649.033000', '222649.036000', '222649.039000', '222649.041000', '222649.044000', '222649.047000', '222649.050000', '222649.052000', '222649.055000', '222649.058000', '222649.061000', '222649.064000', '222649.076000', '222649.079000', '222649.081000', '222649.084000', '222649.087000', '222649.090000', '222649.092000', '222649.095000', '222649.098000'], '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': [10159, 14628, 10022, 13595, 12046, 11619, 7633, 8535, 13902, 9705, 12666, 11710, 9392, 7124, 8631, 8029, 8715, 13031, 10570, 10091, 7862, 8542, 9073, 9230, 13181, 10020, 9719, 7388, 8266, 8613, 9102, 13069, 10027, 8929, 8039, 9246, 7801, 10114, 12587, 10211, 12454, 8133, 10530, 8412, 9305, 15472, 10426, 10817, 8096, 8839, 8009, 10091, 12122, 10387, 11755, 8352, 8979, 9066, 9155, 12727, 10824, 9322, 7599, 7710, 10674, 8959, 10991, 9586, 8967, 7455, 8244, 12628, 9348, 11308, 8780, 9606, 7480, 8310, 12043, 9500, 11064, 8701, 8890, 7074, 8087, 11925, 8934, 10599, 8541, 8818, 7720, 8233, 11287, 9105, 10900, 10834, 11200, 7448, 8496, 13023, 9079, 11578, 11309, 10066, 7343, 8108, 13041, 9263, 12536, 11163, 8890, 7333, 8271, 14303, 9330, 12671, 12658, 8960, 8171, 8741, 7477, 9148, 13594, 11544, 9287, 8894, 11450, 8693, 10299, 11361, 12530, 7532, 8938, 12051, 8530, 9968, 9483, 10508, 7188, 8461, 8293, 8442, 13457, 12886, 9257, 8744, 8435, 8583, 7336, 8224, 7461, 11384, 15125, 11600, 12471, 8579, 9146, 13941, 10143, 8601, 8938, 8765, 7733, 8955, 14953, 11116, 9139, 8544, 8901, 8522, 8793, 8497, 9574, 6966, 8562, 12592, 8868, 9711, 9046, 8441, 6997, 8695, 9648, 8979, 13270, 13100, 9788, 7635, 8477, 12984, 9525, 12734, 12807, 9189, 7884, 8340, 7830, 8429, 12375, 11700, 8936, 7694, 8011, 14072, 8720, 11198, 10089, 9843, 7382, 8083, 11844, 9235, 9658, 9975, 10826, 7142, 7996, 10977, 8949, 11040, 10022, 8488, 7967, 8813, 8368, 9681, 14230, 10773, 13841, 8919, 9851, 10483, 10229, 13180, 12433, 12642, 8984, 9571, 16270, 11675, 9393, 8648, 8446, 8473, 8393, 13344, 11940, 9021, 8352, 8430, 7409, 8749, 13558, 10670, 8606, 8238, 8612, 7418, 8375, 13116, 10625, 8350, 8480, 8966, 7454, 9006, 13622, 10078, 7576, 8984, 6752, 9058, 8311, 12024, 10502, 8820, 8636, 11370, 14164, 12003, 11704, 10795, 11859, 9987, 10246, 8413, 11069, 12717, 11968, 9540, 9758, 7892, 12072, 10867, 12587, 10893, 15745, 8899, 9876, 8664, 14749, 15310, 14526, 11444, 9745, 10265, 9394, 8051, 9270, 13789, 9843, 13323, 10800, 12347, 10407, 13442, 9462, 12307, 16832, 14009, 12687, 11130, 11071, 9599, 7137, 9594, 7394, 9622, 11003, 12491, 10647, 9070, 9616, 8334, 8742, 7801, 9428, 7571, 8430, 8183, 8608, 8082, 8696, 7743, 7697, 8744, 7691, 10817, 8614, 10492, 8928, 12848, 13827, 13191, 12849, 10917, 15736, 9465, 11127, 11944, 9140, 8988, 8488, 8404, 11364, 9858, 8508, 10623, 7074, 9032, 7484, 11658, 9116, 13391, 8876, 8063, 8939, 7493, 8618, 15383, 11087, 13429, 11730, 11663, 9295, 9405, 9063, 10418, 11115, 10060, 9095, 8570, 8773, 8826, 8283, 9110, 7966, 8281, 7248, 8779, 7482, 8503, 8258, 10938, 9874, 8977, 9094, 10676, 8026, 8817, 8470, 7487, 7693, 7515, 7416, 8746, 8108, 6534, 7158, 7326, 10016, 8368, 12508, 10875, 7250, 8135, 14528, 11304, 12838, 10847, 10077, 8722, 8572, 8544, 8250, 7173, 6838, 9098, 7369, 7440, 8325, 6778, 9214, 10783, 10249, 8637, 8872, 8782, 8137, 8902, 7702, 8964, 7325, 8613, 7124, 9299, 9837, 8934, 6977, 7794, 6793, 8997, 13349, 10194, 10207, 6696, 7769, 12746, 9876, 11867, 8977, 7502, 6978, 9049, 9427, 9079, 6886, 8063, 8581, 8156, 11636, 11269, 8409, 7483, 8115, 7310, 9133, 14955, 11209, 9117, 8541, 8685, 8498, 11647, 8952, 11621, 7461, 9238, 8401, 12032, 14942, 11040, 8589, 8079, 7378, 9520, 8268, 8643, 8520, 10673, 8673, 8538, 13045, 11287, 13360, 9982, 9466, 8906, 9707, 10694, 13819, 7625, 8869, 7256, 9811, 7464, 10177, 7996, 8379, 7383, 9223, 7603, 8538, 8852, 8242, 7600, 9973, 8190, 10616, 8707, 13204, 9784, 6782, 8472, 7306, 9993, 11015, 10386, 7597, 8117, 12366, 8843, 13115, 10814, 8501, 7385, 9303, 7787, 9542, 9356, 9487, 8213, 8772, 8184, 9399, 8411, 7924, 7149, 9315, 7074, 9104, 12306, 8716, 8784, 7752, 9591, 6796, 9670, 13934, 9334, 10881, 7783, 9921, 9655, 8399, 8277, 8710, 7307, 9076, 13221, 10400, 7952, 7961, 8696, 8946, 9860, 14233, 9914, 12062, 8269, 9839, 9917, 8456, 9054, 7675, 8658, 8344, 9827, 7572, 7750, 6986, 7247, 10645, 9006, 11522, 9264, 8502, 7171, 7586, 12140, 9574, 11401, 7756, 9680, 6946, 7493, 12772, 9576, 10945, 9030, 11494, 9512, 7490, 8102, 8441, 7211, 9578, 14042, 10066, 9363, 8146, 9576, 7326, 9762, 12335, 9096, 8931, 7280, 9753, 7256, 9314, 7932, 7904, 6776, 9222, 7373, 8961, 13514, 10038, 7664, 7913, 8566, 7905, 8824, 15383, 11390, 8015, 8176, 8650, 7398, 9081, 15608, 10674, 7988, 8045, 9078, 7342, 9141, 7609, 6940, 7501, 7358, 9596, 7655, 9452, 12502, 9479, 12154, 8437, 9450, 12137, 7975, 8289, 7971, 9739, 7186, 7953, 7627, 8472, 7144, 7616, 7156, 10139, 10323, 10297, 7052, 8152, 11922, 11167, 14398, 11942, 11150, 8091, 11090, 8507, 10318, 10014, 9365, 8085, 8835, 8371, 7441, 8541, 7424, 9546, 8140, 9532, 8856, 10493, 9064, 8969, 16371, 12030, 11044, 9159, 8481, 7486, 7424, 8841, 8494, 7387, 7514, 8439, 8071, 9993, 9154, 8356, 8175, 8869, 7658, 9123, 7542, 8120, 7023, 8321, 7339, 7941, 8186, 7311, 7162, 9843, 9084, 13955, 10579, 13132, 7808, 8470, 7917, 8382, 8728, 10169, 11230, 10183, 14542, 9558, 8955, 9155, 9737, 9808, 9644, 7158, 8139, 10353, 9206, 9915, 8405, 7957, 7306, 8380, 7867, 9259, 7341, 8039, 7154, 8406, 8343, 10861, 10056, 11925, 7198, 8574, 11786, 10021, 8587, 11683, 10975, 7894, 7286, 9560, 9510, 7341, 7848, 7206, 7159, 7134, 11302, 9832, 6738, 7847, 13488, 10079, 9992, 11365, 8056, 12572, 7758, 9730, 9792, 7904, 6884, 8593, 6934, 9059, 6804, 8324, 7851, 7457, 9205, 8633, 8571, 7846, 7942, 7332, 8010, 12007, 9961, 7598, 7910, 8073, 7159, 8577, 12726, 9900, 7424, 8260, 7536, 7715, 8805, 8921, 10084, 7422, 7798, 11875, 9612, 7746, 7086, 7430, 11074, 7098, 11275, 9147, 7749, 7128, 7204, 7168, 9399, 9552, 9874, 7871, 7818, 7562, 8863, 9735, 7953, 7389, 8018, 10259, 12995, 7661, 8790, 8607, 8504, 13999, 11811, 9519, 7704, 8215, 7377, 8793, 10333, 8053, 7146, 7464, 9408, 8336, 7289, 7770, 7278, 8559, 7279, 8648, 12979, 10308, 9481, 8185, 7483, 7979, 8358, 9496, 11101, 7589, 11085, 8983, 8004, 14106, 10576, 12621, 10752, 9812, 7580, 7417, 7357, 7249, 10917, 10455, 7784, 7603, 8750, 7410, 7750, 8479, 9267, 7159, 7289, 7600, 8264, 7896, 7519, 7229, 7585, 7741, 8121, 8202, 8890, 8351, 13370, 8486, 11746, 7338, 8600, 12199, 9718, 10885, 8740, 11673, 7423, 8429, 7008, 8719, 12475, 10199, 9666, 9117, 7323, 9806, 8562, 9176, 11634, 9242, 10415, 8411, 8656, 9879, 9328, 12859, 10395, 8939, 8942, 8727, 8529, 8609, 7280, 8871, 7210, 8481, 7477, 8539, 12924, 9794, 9796, 8308, 8304, 9053, 10917, 11156, 11260, 8506, 7706, 8466, 7685, 8982, 8889, 13584, 8966, 11914, 7944, 9676, 17526, 11882, 14432, 9952, 11656, 7192, 8724, 10978, 8831, 12710, 10975, 8952, 7868, 8747, 7286, 9686, 9381, 11127, 7394, 8802, 7361, 9003, 14411, 12977, 10114, 7082, 8672, 7096, 8838, 15854, 13030, 9161, 7582, 8105, 7226, 8396, 14968, 11265, 8423, 8618, 9118, 7433, 9005, 13034, 11692, 8322, 8596, 11574, 8936, 10974, 10153, 11801, 7372, 8612, 9479, 9089, 11484, 10005, 11012, 7155, 7995, 7248, 8881, 9740, 10144, 7068, 8168, 7348, 8989, 9516, 11584, 7231, 9882, 15436, 11248, 12737, 12450, 10455, 7654, 8431, 7998, 10335, 15094, 11960, 11962, 8606, 9043, 7443, 9726, 11453, 10230, 8522, 7909, 9290, 8654, 9764, 8656, 9541, 7328, 8235, 7115, 9712, 8261, 11680, 7161, 8456, 13713, 9320, 14163, 12935, 10079, 8442, 8406, 8276, 8449, 8320, 7487, 12028, 11537, 15687, 7339, 9609, 13331, 9908, 15537, 12937, 10864, 7528, 9459, 9123, 11137, 7187, 9040, 7251, 9246, 11209, 9269, 13506, 9604, 6705, 8619], 'WindowCenter': [4024.0, 4037.0, 3995.0, 4023.0, 4002.0, 3988.0, 3945.0, 3955.0, 3993.0, 3963.0, 3994.0, 3985.0, 3951.0, 3932.0, 3952.0, 3941.0, 3953.0, 3995.0, 3975.0, 3973.0, 3941.0, 3953.0, 3953.0, 3965.0, 4005.0, 3964.0, 3963.0, 3932.0, 3952.0, 3952.0, 3966.0, 3996.0, 3977.0, 3963.0, 3957.0, 3966.0, 3954.0, 3989.0, 3998.0, 3977.0, 3995.0, 3956.0, 3975.0, 3953.0, 3967.0, 4019.0, 3977.0, 3974.0, 3956.0, 3964.0, 3955.0, 3988.0, 3996.0, 3977.0, 3986.0, 3953.0, 3964.0, 3963.0, 3966.0, 3995.0, 3985.0, 3964.0, 3943.0, 3943.0, 3984.0, 3976.0, 3986.0, 3977.0, 3965.0, 3943.0, 3966.0, 3998.0, 3978.0, 3999.0, 3968.0, 3975.0, 3943.0, 3956.0, 3997.0, 3977.0, 3988.0, 3967.0, 3968.0, 3945.0, 3956.0, 3998.0, 3978.0, 3989.0, 3967.0, 3979.0, 3956.0, 3970.0, 3998.0, 3978.0, 4000.0, 4000.0, 4002.0, 3948.0, 3969.0, 4009.0, 3978.0, 3999.0, 3987.0, 3977.0, 3945.0, 3957.0, 4006.0, 3977.0, 3997.0, 3986.0, 3965.0, 3946.0, 3955.0, 4018.0, 3978.0, 3998.0, 4009.0, 3964.0, 3956.0, 3954.0, 3945.0, 3976.0, 4008.0, 3999.0, 3964.0, 3966.0, 3988.0, 3956.0, 3976.0, 3985.0, 3996.0, 3943.0, 3964.0, 3983.0, 3954.0, 3977.0, 3976.0, 3974.0, 3933.0, 3955.0, 3951.0, 3967.0, 4006.0, 4010.0, 3964.0, 3967.0, 3954.0, 3965.0, 3957.0, 3967.0, 3956.0, 4000.0, 4023.0, 3998.0, 3996.0, 3954.0, 3967.0, 4005.0, 3975.0, 3952.0, 3964.0, 3952.0, 3942.0, 3966.0, 4005.0, 3987.0, 3962.0, 3954.0, 3950.0, 3964.0, 3966.0, 3964.0, 3977.0, 3932.0, 3966.0, 3995.0, 3965.0, 3976.0, 3967.0, 3956.0, 3945.0, 3966.0, 3976.0, 3979.0, 4010.0, 4010.0, 3976.0, 3956.0, 3967.0, 4007.0, 3978.0, 4008.0, 4009.0, 3966.0, 3955.0, 3968.0, 3955.0, 3969.0, 4010.0, 4000.0, 3969.0, 3957.0, 3958.0, 4018.0, 3967.0, 4000.0, 3990.0, 3977.0, 3945.0, 3957.0, 3997.0, 3980.0, 3977.0, 3976.0, 3988.0, 3943.0, 3958.0, 3989.0, 3976.0, 3996.0, 3988.0, 3970.0, 3970.0, 3978.0, 3970.0, 3993.0, 4022.0, 4002.0, 4020.0, 3978.0, 3988.0, 3988.0, 3989.0, 4006.0, 3999.0, 3996.0, 3952.0, 3974.0, 4016.0, 3984.0, 3962.0, 3953.0, 3951.0, 3953.0, 3953.0, 3993.0, 3984.0, 3950.0, 3952.0, 3951.0, 3929.0, 3964.0, 4006.0, 3976.0, 3951.0, 3954.0, 3954.0, 3942.0, 3965.0, 4007.0, 3985.0, 3953.0, 3964.0, 3966.0, 3943.0, 3980.0, 4021.0, 3988.0, 3958.0, 3977.0, 3948.0, 3989.0, 3995.0, 4024.0, 4016.0, 3992.0, 3997.0, 4016.0, 4022.0, 4013.0, 4010.0, 4002.0, 4014.0, 3991.0, 3989.0, 3955.0, 3957.0, 3966.0, 3996.0, 3965.0, 3977.0, 3999.0, 4023.0, 4000.0, 4009.0, 3989.0, 4019.0, 3966.0, 3975.0, 3953.0, 4004.0, 4005.0, 4007.0, 3983.0, 3974.0, 3971.0, 3977.0, 3968.0, 3980.0, 4005.0, 3976.0, 4006.0, 4000.0, 3996.0, 3974.0, 3995.0, 3960.0, 3972.0, 4000.0, 3991.0, 3966.0, 3956.0, 3954.0, 3936.0, 3904.0, 3946.0, 3915.0, 3950.0, 3958.0, 3978.0, 3959.0, 3949.0, 3946.0, 3937.0, 3937.0, 3939.0, 3963.0, 3942.0, 3953.0, 3965.0, 3978.0, 3970.0, 3980.0, 3971.0, 3970.0, 3996.0, 3975.0, 4016.0, 3996.0, 4002.0, 3995.0, 4015.0, 4013.0, 4012.0, 3999.0, 3990.0, 4020.0, 3978.0, 3987.0, 3999.0, 3965.0, 3966.0, 3953.0, 3968.0, 3998.0, 3991.0, 3980.0, 3989.0, 3947.0, 3980.0, 3961.0, 4012.0, 3981.0, 4009.0, 3966.0, 3956.0, 3967.0, 3944.0, 3968.0, 4019.0, 3988.0, 3997.0, 3987.0, 3983.0, 3965.0, 3951.0, 3954.0, 3973.0, 3973.0, 3962.0, 3953.0, 3940.0, 3953.0, 3952.0, 3953.0, 3965.0, 3943.0, 3955.0, 3933.0, 3952.0, 3944.0, 3967.0, 3956.0, 3986.0, 3976.0, 3965.0, 3967.0, 3988.0, 3971.0, 3995.0, 3988.0, 3993.0, 3974.0, 3972.0, 3977.0, 3986.0, 3973.0, 3926.0, 3936.0, 3947.0, 3974.0, 3956.0, 3986.0, 3976.0, 3946.0, 3944.0, 4005.0, 3974.0, 3980.0, 3961.0, 3948.0, 3939.0, 3927.0, 3951.0, 3953.0, 3932.0, 3921.0, 3950.0, 3930.0, 3930.0, 3941.0, 3920.0, 3964.0, 3976.0, 3976.0, 3952.0, 3953.0, 3951.0, 3942.0, 3952.0, 3942.0, 3955.0, 3943.0, 3955.0, 3933.0, 3975.0, 3974.0, 3965.0, 3935.0, 3946.0, 3934.0, 3965.0, 4006.0, 3978.0, 3974.0, 3934.0, 3943.0, 3994.0, 3962.0, 3983.0, 3966.0, 3933.0, 3933.0, 3962.0, 3962.0, 3965.0, 3933.0, 3956.0, 3964.0, 3954.0, 3984.0, 3985.0, 3942.0, 3932.0, 3941.0, 3931.0, 3962.0, 4005.0, 3987.0, 3950.0, 3951.0, 3938.0, 3952.0, 3982.0, 3966.0, 3984.0, 3930.0, 3950.0, 3951.0, 3984.0, 4004.0, 3984.0, 3952.0, 3941.0, 3930.0, 3960.0, 3951.0, 3951.0, 3954.0, 3973.0, 3953.0, 3952.0, 3995.0, 3973.0, 3993.0, 3962.0, 3949.0, 3950.0, 3948.0, 3960.0, 3981.0, 3927.0, 3937.0, 3916.0, 3947.0, 3929.0, 3959.0, 3941.0, 3937.0, 3932.0, 3960.0, 3944.0, 3953.0, 3965.0, 3954.0, 3944.0, 3976.0, 3954.0, 3973.0, 3964.0, 3997.0, 3975.0, 3921.0, 3953.0, 3941.0, 3975.0, 3985.0, 3978.0, 3945.0, 3954.0, 3994.0, 3954.0, 3994.0, 3974.0, 3952.0, 3931.0, 3961.0, 3942.0, 3975.0, 3975.0, 3976.0, 3955.0, 3964.0, 3966.0, 3975.0, 3954.0, 3953.0, 3933.0, 3965.0, 3946.0, 3977.0, 3996.0, 3966.0, 3953.0, 3954.0, 3974.0, 3933.0, 3976.0, 4018.0, 3978.0, 3986.0, 3955.0, 3975.0, 3988.0, 3966.0, 3967.0, 3966.0, 3947.0, 3977.0, 4007.0, 3988.0, 3955.0, 3956.0, 3965.0, 3966.0, 3988.0, 4020.0, 3976.0, 3994.0, 3954.0, 3974.0, 3974.0, 3966.0, 3966.0, 3955.0, 3964.0, 3966.0, 3974.0, 3956.0, 3956.0, 3943.0, 3943.0, 3983.0, 3965.0, 3995.0, 3976.0, 3964.0, 3932.0, 3944.0, 3995.0, 3974.0, 3983.0, 3942.0, 3962.0, 3930.0, 3943.0, 3995.0, 3976.0, 3985.0, 3963.0, 3985.0, 3975.0, 3944.0, 3951.0, 3951.0, 3941.0, 3973.0, 4005.0, 3962.0, 3962.0, 3952.0, 3962.0, 3940.0, 3973.0, 3995.0, 3965.0, 3960.0, 3941.0, 3973.0, 3944.0, 3975.0, 3966.0, 3966.0, 3947.0, 3977.0, 3956.0, 3978.0, 4019.0, 3989.0, 3955.0, 3955.0, 3965.0, 3954.0, 3976.0, 4018.0, 3997.0, 3953.0, 3965.0, 3964.0, 3943.0, 3964.0, 4017.0, 3987.0, 3940.0, 3952.0, 3961.0, 3942.0, 3974.0, 3942.0, 3943.0, 3942.0, 3955.0, 3975.0, 3954.0, 3976.0, 4008.0, 3977.0, 3997.0, 3953.0, 3974.0, 4008.0, 3955.0, 3941.0, 3937.0, 3948.0, 3928.0, 3935.0, 3907.0, 3936.0, 3944.0, 3969.0, 3959.0, 3986.0, 3985.0, 4012.0, 3973.0, 3967.0, 4008.0, 3999.0, 4015.0, 3995.0, 3994.0, 3966.0, 3994.0, 3975.0, 3985.0, 3986.0, 3973.0, 3953.0, 3964.0, 3964.0, 3955.0, 3976.0, 3956.0, 3985.0, 3965.0, 3977.0, 3978.0, 3988.0, 3975.0, 3975.0, 4015.0, 3994.0, 3983.0, 3964.0, 3961.0, 3940.0, 3940.0, 3963.0, 3965.0, 3944.0, 3954.0, 3963.0, 3964.0, 3987.0, 3987.0, 3966.0, 3966.0, 3975.0, 3955.0, 3976.0, 3955.0, 3967.0, 3955.0, 3980.0, 3969.0, 3980.0, 3981.0, 3969.0, 3959.0, 4001.0, 3979.0, 4021.0, 3989.0, 4009.0, 3955.0, 3953.0, 3954.0, 3952.0, 3966.0, 3986.0, 3997.0, 3987.0, 4018.0, 3976.0, 3965.0, 3964.0, 3963.0, 3974.0, 3965.0, 3932.0, 3953.0, 3975.0, 3975.0, 3975.0, 3966.0, 3954.0, 3945.0, 3964.0, 3956.0, 3976.0, 3957.0, 3967.0, 3958.0, 3981.0, 3979.0, 4001.0, 3991.0, 4025.0, 3988.0, 3995.0, 4053.0, 4037.0, 3995.0, 4011.0, 3987.0, 3953.0, 3944.0, 3961.0, 3962.0, 3929.0, 3952.0, 3955.0, 3948.0, 3944.0, 3985.0, 3977.0, 3932.0, 3952.0, 3992.0, 3959.0, 3960.0, 3970.0, 3938.0, 3966.0, 3925.0, 3947.0, 3957.0, 3936.0, 3915.0, 3948.0, 3929.0, 3950.0, 3917.0, 3950.0, 3939.0, 3930.0, 3950.0, 3950.0, 3950.0, 3940.0, 3940.0, 3930.0, 3938.0, 3981.0, 3962.0, 3927.0, 3938.0, 3940.0, 3927.0, 3949.0, 3993.0, 3974.0, 3927.0, 3950.0, 3938.0, 3940.0, 3951.0, 3960.0, 3973.0, 3932.0, 3940.0, 3981.0, 3949.0, 3938.0, 3911.0, 3881.0, 3921.0, 3899.0, 3954.0, 3960.0, 3939.0, 3956.0, 3971.0, 3958.0, 3976.0, 3985.0, 3988.0, 3967.0, 3954.0, 3957.0, 3977.0, 3986.0, 3967.0, 3955.0, 3968.0, 3988.0, 4019.0, 3954.0, 3965.0, 3962.0, 3962.0, 4006.0, 3993.0, 3961.0, 3940.0, 3951.0, 3939.0, 3961.0, 3972.0, 3963.0, 3942.0, 3952.0, 3973.0, 3966.0, 3957.0, 3967.0, 3957.0, 3978.0, 3967.0, 3981.0, 4018.0, 3986.0, 3985.0, 3980.0, 3957.0, 3965.0, 3965.0, 3974.0, 3997.0, 3955.0, 3987.0, 3965.0, 3954.0, 4004.0, 3986.0, 3994.0, 3983.0, 3971.0, 3941.0, 3941.0, 3939.0, 3940.0, 3981.0, 3984.0, 3943.0, 3942.0, 3950.0, 3941.0, 3942.0, 3952.0, 3975.0, 3941.0, 3945.0, 3942.0, 3951.0, 3955.0, 3957.0, 3956.0, 3967.0, 3960.0, 3968.0, 3981.0, 3981.0, 3980.0, 4022.0, 3967.0, 3999.0, 3945.0, 3965.0, 3996.0, 3974.0, 3984.0, 3964.0, 3996.0, 3942.0, 3953.0, 3943.0, 3967.0, 4005.0, 3974.0, 3963.0, 3962.0, 3943.0, 3974.0, 3963.0, 3974.0, 3995.0, 3975.0, 3983.0, 3953.0, 3963.0, 3972.0, 3962.0, 3992.0, 3975.0, 3963.0, 3963.0, 3951.0, 3962.0, 3963.0, 3943.0, 3964.0, 3943.0, 3965.0, 3945.0, 3965.0, 4006.0, 3975.0, 3974.0, 3980.0, 3981.0, 4008.0, 4013.0, 4012.0, 3997.0, 3967.0, 3956.0, 3979.0, 3971.0, 3980.0, 3981.0, 4033.0, 3992.0, 4011.0, 3969.0, 3990.0, 4039.0, 3998.0, 4019.0, 3976.0, 3997.0, 3945.0, 3965.0, 3985.0, 3963.0, 3995.0, 3985.0, 3964.0, 3954.0, 3963.0, 3944.0, 3975.0, 3976.0, 3998.0, 3945.0, 3976.0, 3943.0, 3965.0, 4017.0, 4008.0, 3975.0, 3943.0, 3965.0, 3934.0, 3966.0, 4026.0, 4007.0, 3964.0, 3955.0, 3955.0, 3942.0, 3954.0, 4019.0, 3997.0, 3954.0, 3966.0, 3965.0, 3944.0, 3965.0, 4005.0, 3997.0, 3953.0, 3965.0, 3995.0, 3964.0, 3984.0, 3973.0, 3995.0, 3942.0, 3953.0, 3965.0, 3964.0, 3983.0, 3974.0, 3984.0, 3931.0, 3953.0, 3957.0, 3976.0, 3974.0, 3987.0, 3947.0, 3981.0, 3957.0, 3976.0, 3975.0, 3999.0, 3958.0, 3989.0, 4030.0, 3998.0, 4007.0, 4008.0, 3986.0, 3955.0, 3954.0, 3952.0, 3985.0, 4016.0, 3996.0, 3984.0, 3953.0, 3963.0, 3941.0, 3975.0, 3983.0, 3974.0, 3965.0, 3953.0, 3964.0, 3963.0, 3974.0, 3964.0, 3974.0, 3956.0, 3966.0, 3944.0, 3976.0, 3965.0, 3998.0, 3944.0, 3966.0, 4008.0, 3975.0, 4018.0, 4008.0, 3976.0, 3966.0, 3965.0, 3967.0, 3967.0, 3978.0, 3955.0, 4011.0, 4008.0, 4030.0, 3957.0, 3977.0, 4006.0, 3975.0, 4017.0, 4006.0, 3984.0, 3943.0, 3974.0, 3962.0, 3985.0, 3933.0, 3965.0, 3958.0, 3977.0, 3997.0, 3976.0, 4018.0, 3988.0, 3933.0, 3979.0], 'WindowWidth': [8989.0, 8994.0, 8928.0, 8963.0, 8932.0, 8907.0, 8844.0, 8856.0, 8905.0, 8865.0, 8907.0, 8898.0, 8847.0, 8822.0, 8848.0, 8832.0, 8851.0, 8909.0, 8883.0, 8876.0, 8834.0, 8851.0, 8850.0, 8872.0, 8926.0, 8868.0, 8863.0, 8823.0, 8850.0, 8851.0, 8875.0, 8913.0, 8891.0, 8866.0, 8864.0, 8875.0, 8859.0, 8910.0, 8921.0, 8892.0, 8911.0, 8860.0, 8885.0, 8854.0, 8876.0, 8949.0, 8888.0, 8880.0, 8861.0, 8870.0, 8859.0, 8907.0, 8915.0, 8890.0, 8899.0, 8854.0, 8867.0, 8867.0, 8875.0, 8913.0, 8899.0, 8867.0, 8840.0, 8841.0, 8897.0, 8892.0, 8903.0, 8891.0, 8872.0, 8841.0, 8875.0, 8920.0, 8896.0, 8923.0, 8880.0, 8886.0, 8841.0, 8861.0, 8917.0, 8891.0, 8906.0, 8879.0, 8879.0, 8847.0, 8862.0, 8919.0, 8896.0, 8910.0, 8880.0, 8896.0, 8863.0, 8886.0, 8921.0, 8896.0, 8928.0, 8928.0, 8932.0, 8855.0, 8884.0, 8936.0, 8895.0, 8923.0, 8906.0, 8891.0, 8846.0, 8863.0, 8927.0, 8892.0, 8919.0, 8903.0, 8873.0, 8847.0, 8860.0, 8946.0, 8894.0, 8920.0, 8936.0, 8869.0, 8860.0, 8856.0, 8844.0, 8888.0, 8934.0, 8921.0, 8869.0, 8874.0, 8904.0, 8859.0, 8886.0, 8899.0, 8914.0, 8839.0, 8868.0, 8892.0, 8857.0, 8889.0, 8887.0, 8881.0, 8826.0, 8858.0, 8850.0, 8879.0, 8931.0, 8941.0, 8872.0, 8878.0, 8857.0, 8873.0, 8867.0, 8880.0, 8865.0, 8927.0, 8959.0, 8921.0, 8914.0, 8854.0, 8873.0, 8926.0, 8884.0, 8850.0, 8868.0, 8850.0, 8838.0, 8872.0, 8925.0, 8903.0, 8863.0, 8856.0, 8846.0, 8870.0, 8873.0, 8871.0, 8890.0, 8827.0, 8875.0, 8912.0, 8872.0, 8890.0, 8879.0, 8862.0, 8847.0, 8876.0, 8891.0, 8898.0, 8940.0, 8939.0, 8889.0, 8861.0, 8878.0, 8930.0, 8894.0, 8934.0, 8936.0, 8875.0, 8861.0, 8879.0, 8861.0, 8886.0, 8940.0, 8926.0, 8883.0, 8865.0, 8868.0, 8948.0, 8882.0, 8926.0, 8911.0, 8891.0, 8846.0, 8865.0, 8917.0, 8901.0, 8894.0, 8891.0, 8907.0, 8844.0, 8867.0, 8907.0, 8891.0, 8918.0, 8911.0, 8886.0, 8887.0, 8895.0, 8889.0, 8923.0, 8960.0, 8931.0, 8953.0, 8895.0, 8906.0, 8908.0, 8909.0, 8930.0, 8921.0, 8914.0, 8850.0, 8883.0, 8943.0, 8896.0, 8862.0, 8851.0, 8848.0, 8851.0, 8854.0, 8908.0, 8896.0, 8844.0, 8849.0, 8847.0, 8818.0, 8871.0, 8928.0, 8886.0, 8849.0, 8856.0, 8854.0, 8837.0, 8873.0, 8930.0, 8899.0, 8854.0, 8871.0, 8874.0, 8843.0, 8900.0, 8958.0, 8910.0, 8870.0, 8894.0, 8858.0, 8915.0, 8930.0, 8966.0, 8959.0, 8922.0, 8936.0, 8959.0, 8961.0, 8947.0, 8941.0, 8932.0, 8949.0, 8918.0, 8913.0, 8861.0, 8844.0, 8856.0, 8915.0, 8873.0, 8894.0, 8949.0, 8968.0, 8932.0, 8936.0, 8912.0, 8952.0, 8874.0, 8886.0, 8857.0, 8923.0, 8924.0, 8934.0, 8898.0, 8887.0, 8881.0, 8897.0, 8886.0, 8903.0, 8927.0, 8890.0, 8931.0, 8926.0, 8915.0, 8883.0, 8910.0, 8859.0, 8874.0, 8910.0, 8898.0, 8858.0, 8842.0, 8838.0, 8816.0, 8772.0, 8830.0, 8790.0, 8840.0, 8849.0, 8877.0, 8851.0, 8840.0, 8832.0, 8823.0, 8820.0, 8829.0, 8865.0, 8840.0, 8854.0, 8874.0, 8895.0, 8889.0, 8899.0, 8890.0, 8890.0, 8932.0, 8905.0, 8956.0, 8932.0, 8931.0, 8927.0, 8952.0, 8947.0, 8941.0, 8918.0, 8912.0, 8954.0, 8891.0, 8901.0, 8920.0, 8869.0, 8873.0, 8852.0, 8879.0, 8923.0, 8916.0, 8900.0, 8910.0, 8851.0, 8898.0, 8878.0, 8948.0, 8903.0, 8938.0, 8876.0, 8862.0, 8876.0, 8845.0, 8880.0, 8950.0, 8908.0, 8916.0, 8902.0, 8892.0, 8867.0, 8845.0, 8853.0, 8879.0, 8879.0, 8859.0, 8850.0, 8829.0, 8850.0, 8848.0, 8851.0, 8871.0, 8840.0, 8858.0, 8825.0, 8849.0, 8840.0, 8879.0, 8861.0, 8899.0, 8886.0, 8870.0, 8875.0, 8907.0, 8894.0, 8930.0, 8925.0, 8944.0, 8902.0, 8896.0, 8906.0, 8914.0, 8894.0, 8820.0, 8830.0, 8848.0, 8880.0, 8856.0, 8895.0, 8882.0, 8844.0, 8838.0, 8919.0, 8877.0, 8879.0, 8855.0, 8831.0, 8818.0, 8800.0, 8843.0, 8848.0, 8819.0, 8803.0, 8841.0, 8814.0, 8813.0, 8830.0, 8801.0, 8864.0, 8883.0, 8885.0, 8847.0, 8850.0, 8844.0, 8833.0, 8846.0, 8832.0, 8852.0, 8837.0, 8854.0, 8825.0, 8884.0, 8881.0, 8868.0, 8830.0, 8844.0, 8828.0, 8869.0, 8926.0, 8888.0, 8879.0, 8828.0, 8838.0, 8903.0, 8861.0, 8889.0, 8869.0, 8823.0, 8825.0, 8862.0, 8861.0, 8867.0, 8825.0, 8862.0, 8867.0, 8853.0, 8894.0, 8897.0, 8835.0, 8821.0, 8832.0, 8817.0, 8861.0, 8922.0, 8898.0, 8842.0, 8843.0, 8823.0, 8848.0, 8887.0, 8871.0, 8893.0, 8816.0, 8841.0, 8845.0, 8893.0, 8918.0, 8892.0, 8848.0, 8833.0, 8816.0, 8855.0, 8844.0, 8845.0, 8853.0, 8877.0, 8852.0, 8847.0, 8908.0, 8877.0, 8903.0, 8859.0, 8839.0, 8840.0, 8836.0, 8854.0, 8882.0, 8807.0, 8819.0, 8791.0, 8832.0, 8810.0, 8851.0, 8830.0, 8823.0, 8821.0, 8856.0, 8839.0, 8852.0, 8871.0, 8853.0, 8841.0, 8882.0, 8853.0, 8877.0, 8867.0, 8914.0, 8882.0, 8808.0, 8851.0, 8835.0, 8882.0, 8897.0, 8890.0, 8842.0, 8853.0, 8906.0, 8852.0, 8908.0, 8881.0, 8846.0, 8818.0, 8858.0, 8838.0, 8884.0, 8886.0, 8886.0, 8858.0, 8869.0, 8875.0, 8885.0, 8857.0, 8853.0, 8827.0, 8870.0, 8847.0, 8889.0, 8915.0, 8874.0, 8853.0, 8856.0, 8881.0, 8825.0, 8886.0, 8946.0, 8893.0, 8901.0, 8860.0, 8886.0, 8907.0, 8877.0, 8878.0, 8876.0, 8850.0, 8890.0, 8932.0, 8907.0, 8858.0, 8862.0, 8873.0, 8874.0, 8907.0, 8951.0, 8889.0, 8909.0, 8855.0, 8885.0, 8886.0, 8874.0, 8874.0, 8858.0, 8869.0, 8874.0, 8883.0, 8861.0, 8861.0, 8840.0, 8841.0, 8892.0, 8872.0, 8913.0, 8890.0, 8870.0, 8823.0, 8842.0, 8908.0, 8882.0, 8893.0, 8836.0, 8861.0, 8818.0, 8840.0, 8908.0, 8885.0, 8895.0, 8867.0, 8898.0, 8885.0, 8840.0, 8850.0, 8847.0, 8833.0, 8878.0, 8921.0, 8861.0, 8860.0, 8849.0, 8862.0, 8832.0, 8880.0, 8908.0, 8869.0, 8859.0, 8836.0, 8877.0, 8844.0, 8886.0, 8876.0, 8876.0, 8852.0, 8891.0, 8863.0, 8895.0, 8950.0, 8910.0, 8859.0, 8861.0, 8872.0, 8857.0, 8889.0, 8950.0, 8918.0, 8854.0, 8872.0, 8868.0, 8840.0, 8869.0, 8945.0, 8902.0, 8832.0, 8850.0, 8860.0, 8839.0, 8883.0, 8840.0, 8841.0, 8839.0, 8860.0, 8887.0, 8859.0, 8888.0, 8933.0, 8892.0, 8916.0, 8854.0, 8883.0, 8934.0, 8858.0, 8829.0, 8820.0, 8835.0, 8812.0, 8819.0, 8767.0, 8820.0, 8849.0, 8893.0, 8879.0, 8907.0, 8905.0, 8952.0, 8905.0, 8886.0, 8939.0, 8925.0, 8945.0, 8917.0, 8913.0, 8880.0, 8915.0, 8892.0, 8904.0, 8906.0, 8884.0, 8860.0, 8871.0, 8873.0, 8865.0, 8894.0, 8867.0, 8906.0, 8880.0, 8895.0, 8900.0, 8911.0, 8891.0, 8889.0, 8944.0, 8912.0, 8895.0, 8871.0, 8865.0, 8837.0, 8836.0, 8869.0, 8874.0, 8848.0, 8862.0, 8874.0, 8875.0, 8909.0, 8912.0, 8879.0, 8881.0, 8892.0, 8865.0, 8893.0, 8864.0, 8881.0, 8866.0, 8907.0, 8890.0, 8906.0, 8909.0, 8889.0, 8875.0, 8935.0, 8902.0, 8960.0, 8912.0, 8939.0, 8862.0, 8855.0, 8857.0, 8852.0, 8877.0, 8904.0, 8920.0, 8907.0, 8949.0, 8892.0, 8872.0, 8870.0, 8869.0, 8884.0, 8872.0, 8825.0, 8856.0, 8884.0, 8887.0, 8889.0, 8878.0, 8860.0, 8848.0, 8873.0, 8864.0, 8892.0, 8870.0, 8883.0, 8873.0, 8905.0, 8903.0, 8933.0, 8919.0, 8972.0, 8933.0, 8933.0, 9026.0, 9009.0, 8929.0, 8946.0, 8906.0, 8854.0, 8841.0, 8861.0, 8861.0, 8815.0, 8853.0, 8861.0, 8855.0, 8847.0, 8900.0, 8890.0, 8826.0, 8851.0, 8902.0, 8852.0, 8853.0, 8867.0, 8823.0, 8858.0, 8801.0, 8833.0, 8848.0, 8818.0, 8792.0, 8837.0, 8814.0, 8843.0, 8799.0, 8843.0, 8828.0, 8818.0, 8842.0, 8844.0, 8846.0, 8832.0, 8831.0, 8816.0, 8827.0, 8885.0, 8862.0, 8811.0, 8827.0, 8830.0, 8811.0, 8843.0, 8902.0, 8879.0, 8812.0, 8844.0, 8825.0, 8830.0, 8847.0, 8860.0, 8877.0, 8822.0, 8831.0, 8886.0, 8839.0, 8825.0, 8776.0, 8719.0, 8772.0, 8757.0, 8839.0, 8857.0, 8833.0, 8871.0, 8899.0, 8875.0, 8895.0, 8907.0, 8910.0, 8884.0, 8863.0, 8869.0, 8898.0, 8907.0, 8886.0, 8866.0, 8885.0, 8912.0, 8957.0, 8863.0, 8878.0, 8870.0, 8868.0, 8931.0, 8914.0, 8865.0, 8836.0, 8854.0, 8834.0, 8865.0, 8880.0, 8875.0, 8842.0, 8857.0, 8885.0, 8879.0, 8870.0, 8885.0, 8871.0, 8899.0, 8888.0, 8908.0, 8954.0, 8908.0, 8905.0, 8906.0, 8872.0, 8879.0, 8877.0, 8886.0, 8920.0, 8863.0, 8906.0, 8874.0, 8859.0, 8926.0, 8902.0, 8910.0, 8897.0, 8879.0, 8839.0, 8839.0, 8834.0, 8839.0, 8893.0, 8903.0, 8843.0, 8840.0, 8848.0, 8838.0, 8841.0, 8855.0, 8890.0, 8841.0, 8850.0, 8841.0, 8851.0, 8864.0, 8869.0, 8865.0, 8883.0, 8876.0, 8886.0, 8909.0, 8907.0, 8904.0, 8961.0, 8883.0, 8926.0, 8849.0, 8874.0, 8915.0, 8886.0, 8899.0, 8874.0, 8917.0, 8840.0, 8856.0, 8843.0, 8882.0, 8930.0, 8886.0, 8868.0, 8867.0, 8843.0, 8885.0, 8870.0, 8887.0, 8914.0, 8889.0, 8895.0, 8855.0, 8867.0, 8880.0, 8865.0, 8906.0, 8885.0, 8867.0, 8869.0, 8851.0, 8869.0, 8869.0, 8843.0, 8874.0, 8845.0, 8875.0, 8848.0, 8876.0, 8929.0, 8890.0, 8887.0, 8908.0, 8910.0, 8953.0, 8953.0, 8949.0, 8917.0, 8879.0, 8866.0, 8901.0, 8892.0, 8903.0, 8906.0, 8977.0, 8923.0, 8947.0, 8886.0, 8914.0, 8981.0, 8922.0, 8950.0, 8890.0, 8918.0, 8849.0, 8872.0, 8898.0, 8867.0, 8913.0, 8900.0, 8869.0, 8858.0, 8869.0, 8846.0, 8887.0, 8890.0, 8923.0, 8851.0, 8893.0, 8844.0, 8876.0, 8946.0, 8935.0, 8888.0, 8844.0, 8874.0, 8832.0, 8876.0, 8957.0, 8933.0, 8872.0, 8861.0, 8861.0, 8841.0, 8859.0, 8949.0, 8919.0, 8859.0, 8876.0, 8873.0, 8845.0, 8872.0, 8927.0, 8918.0, 8856.0, 8874.0, 8912.0, 8870.0, 8898.0, 8882.0, 8913.0, 8839.0, 8855.0, 8872.0, 8870.0, 8895.0, 8883.0, 8897.0, 8824.0, 8859.0, 8872.0, 8892.0, 8887.0, 8907.0, 8854.0, 8909.0, 8870.0, 8892.0, 8892.0, 8927.0, 8873.0, 8914.0, 8968.0, 8923.0, 8935.0, 8936.0, 8904.0, 8862.0, 8859.0, 8855.0, 8902.0, 8943.0, 8916.0, 8897.0, 8856.0, 8869.0, 8838.0, 8886.0, 8896.0, 8884.0, 8872.0, 8857.0, 8871.0, 8870.0, 8885.0, 8875.0, 8886.0, 8867.0, 8881.0, 8848.0, 8892.0, 8876.0, 8923.0, 8849.0, 8878.0, 8935.0, 8889.0, 8948.0, 8936.0, 8889.0, 8880.0, 8875.0, 8884.0, 8882.0, 8901.0, 8866.0, 8945.0, 8939.0, 8971.0, 8869.0, 8895.0, 8930.0, 8886.0, 8946.0, 8931.0, 8898.0, 8842.0, 8883.0, 8868.0, 8902.0, 8831.0, 8875.0, 8870.0, 8896.0, 8920.0, 8892.0, 8948.0, 8912.0, 8833.0, 8901.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.0018209696969696968</td></tr>
<tr><td colspan=3>aqi</td><td>0.08533504632034633</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.11610176578853</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0993977745320636</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.949084032772963</td></tr>
<tr><td colspan=3>efc</td><td>0.5103</td></tr>
<tr><td colspan=3>fber</td><td>4333.7939</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16081038765228547</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>277</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>23.982683982683984</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.539116636949807</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.405455033558574</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7819356609462127</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4299592163446353</td></tr>
<tr><td colspan=3>gcor</td><td>0.00647435</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020741472020745277</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04322697967290878</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.111196076048018</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>12.5711</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.3855</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>204.3332</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294041.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>960.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>351.8063</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5511</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>447.3854</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3154.8976</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3315.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82503.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1191.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4103.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>806.3298</td></tr>
<tr><td colspan=3>tsnr</td><td>23.613672701641917</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>