<?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-0009_ses-02_task-narratives_acq-mb8_run-04_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-0009_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0009_suffix-bold_task-narratives" 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-0009/figures/sub-0009_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0009_suffix-bold_task-narratives" 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-0009/figures/sub-0009_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0009/figures/sub-0009_ses-02_task-narratives_acq-mb8_run-04_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-0009/figures/sub-0009_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-02_task-narratives_acq-mb8_run-04_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-0009/ses-02/func/sub-0009_ses-02_task-narratives_acq-mb8_run-04_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>6c6fa4c0c85f2a4d5ced9c8e927a7a14</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>12:29:19.905000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997677, -0.0405818, 0.0547082, 0.0391988, 0.99889, 0.0261191]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-narratives_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.0888529</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-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4171, -7696, -7230, 576, -1, 12, 5, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>240.18</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9d534393-db34-4d66-a8dc-1d186a531cf4||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6766953468322754, 0.10516759008169174, 0.15041010081768036, 108.71733856201172], [0.10887788236141205, 2.6799488067626953, 0.06456752121448517, -96.07764434814453], [0.1467781364917755, -0.07007552683353424, 2.6950337886810303, -46.823123931884766], [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, 1156]</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], 'AcquisitionTime': ['122919.905000', '122920.365000', '122920.825000', '122921.285000', '122921.745000', '122922.205000', '122922.665000', '122923.125000', '122923.585000', '122924.045000', '122924.505000', '122924.965000', '122925.425000', '122925.885000', '122926.345000', '122926.805000', '122927.265000', '122927.725000', '122928.185000', '122928.645000', '122929.105000', '122929.565000', '122930.025000', '122930.485000', '122930.945000', '122931.405000', '122931.865000', '122932.325000', '122932.785000', '122933.245000', '122933.705000', '122934.165000', '122934.625000', '122935.085000', '122935.545000', '122936.005000', '122936.465000', '122936.925000', '122937.385000', '122937.845000', '122938.305000', '122938.765000', '122939.225000', '122939.685000', '122940.145000', '122940.605000', '122941.065000', '122941.525000', '122941.985000', '122942.445000', '122942.905000', '122943.365000', '122943.825000', '122944.285000', '122944.745000', '122945.205000', '122945.665000', '122946.125000', '122946.585000', '122947.045000', '122947.505000', '122947.965000', '122948.425000', '122948.885000', '122949.345000', '122949.805000', '122950.265000', '122950.725000', '122951.185000', '122951.645000', '122952.105000', '122952.565000', '122953.025000', '122953.485000', '122953.945000', '122954.405000', '122954.865000', '122955.325000', '122955.785000', '122956.245000', '122956.705000', '122957.165000', '122957.625000', '122958.085000', '122958.545000', '122959.005000', '122959.465000', '122959.925000', '123000.385000', '123000.845000', '123001.305000', '123001.765000', '123002.225000', '123002.685000', '123003.145000', '123003.605000', '123004.065000', '123004.525000', '123004.985000', '123005.445000', '123005.905000', '123006.365000', '123006.825000', '123007.285000', '123007.745000', '123008.205000', '123008.665000', '123009.125000', '123009.585000', '123010.045000', '123010.505000', '123010.965000', '123011.425000', '123011.885000', '123012.345000', '123012.805000', '123013.265000', '123013.725000', '123014.185000', '123014.645000', '123015.105000', '123015.565000', '123016.025000', '123016.485000', '123016.945000', '123017.405000', '123017.865000', '123018.325000', '123018.785000', '123019.245000', '123019.705000', '123020.165000', '123020.625000', '123021.085000', '123021.545000', '123022.005000', '123022.465000', '123022.925000', '123023.385000', '123023.845000', '123024.305000', '123024.765000', '123025.225000', '123025.685000', '123026.145000', '123026.605000', '123027.065000', '123027.525000', '123027.985000', '123028.445000', '123028.905000', '123029.365000', '123029.825000', '123030.285000', '123030.745000', '123031.205000', '123031.665000', '123032.125000', '123032.585000', '123033.045000', '123033.505000', '123033.965000', '123034.425000', '123034.885000', '123035.345000', '123035.805000', '123036.265000', '123036.725000', '123037.185000', '123037.645000', '123038.105000', '123038.565000', '123039.025000', '123039.485000', '123039.945000', '123040.405000', '123040.865000', '123041.325000', '123041.785000', '123042.245000', '123042.705000', '123043.165000', '123043.625000', '123044.085000', '123044.545000', '123045.005000', '123045.465000', '123045.925000', '123046.385000', '123046.845000', '123047.305000', '123047.765000', '123048.225000', '123048.685000', '123049.145000', '123049.605000', '123050.065000', '123050.525000', '123050.985000', '123051.445000', '123051.905000', '123052.365000', '123052.825000', '123053.285000', '123053.745000', '123054.205000', '123054.665000', '123055.125000', '123055.585000', '123056.045000', '123056.505000', '123056.965000', '123057.425000', '123057.885000', '123058.345000', '123058.805000', '123059.265000', '123059.725000', '123100.185000', '123100.645000', '123101.105000', '123101.565000', '123102.025000', '123102.485000', '123102.945000', '123103.405000', '123103.865000', '123104.325000', '123104.785000', '123105.245000', '123105.705000', '123106.165000', '123106.625000', '123107.085000', '123107.545000', '123108.005000', '123108.465000', '123108.925000', '123109.385000', '123109.845000', '123110.305000', '123110.765000', '123111.225000', '123111.685000', '123112.145000', '123112.605000', '123113.065000', '123113.525000', '123113.985000', '123114.445000', '123114.905000', '123115.365000', '123115.825000', '123116.285000', '123116.745000', '123117.205000', '123117.665000', '123118.125000', '123118.585000', '123119.045000', '123119.505000', '123119.965000', '123120.425000', '123120.885000', '123121.345000', '123121.805000', '123122.265000', '123122.725000', '123123.185000', '123123.645000', '123124.105000', '123124.565000', '123125.025000', '123125.485000', '123125.945000', '123126.405000', '123126.865000', '123127.325000', '123127.785000', '123128.245000', '123128.705000', '123129.165000', '123129.625000', '123130.085000', '123130.545000', '123131.005000', '123131.465000', '123131.925000', '123132.385000', '123132.845000', '123133.305000', '123133.765000', '123134.225000', '123134.685000', '123135.145000', '123135.605000', '123136.065000', '123136.525000', '123136.985000', '123137.445000', '123137.905000', '123138.365000', '123138.825000', '123139.285000', '123139.745000', '123140.205000', '123140.665000', '123141.125000', '123141.585000', '123142.045000', '123142.505000', '123142.965000', '123143.425000', '123143.885000', '123144.345000', '123144.805000', '123145.265000', '123145.725000', '123146.185000', '123146.645000', '123147.105000', '123147.565000', '123148.025000', '123148.485000', '123148.945000', '123149.405000', '123149.865000', '123150.325000', '123150.785000', '123151.245000', '123151.705000', '123152.165000', '123152.625000', '123153.085000', '123153.545000', '123154.005000', '123154.465000', '123154.925000', '123155.385000', '123155.845000', '123156.305000', '123156.765000', '123157.225000', '123157.685000', '123158.145000', '123158.605000', '123159.065000', '123159.525000', '123159.985000', '123200.445000', '123200.905000', '123201.365000', '123201.825000', '123202.285000', '123202.745000', '123203.205000', '123203.665000', '123204.125000', '123204.585000', '123205.045000', '123205.505000', '123205.965000', '123206.425000', '123206.885000', '123207.345000', '123207.805000', '123208.265000', '123208.725000', '123209.185000', '123209.645000', '123210.105000', '123210.565000', '123211.025000', '123211.485000', '123211.945000', '123212.405000', '123212.865000', '123213.325000', '123213.785000', '123214.245000', '123214.705000', '123215.165000', '123215.625000', '123216.085000', '123216.545000', '123217.005000', '123217.465000', '123217.925000', '123218.385000', '123218.845000', '123219.305000', '123219.765000', '123220.225000', '123220.685000', '123221.145000', '123221.605000', '123222.065000', '123222.525000', '123222.985000', '123223.445000', '123223.905000', '123224.365000', '123224.825000', '123225.285000', '123225.745000', '123226.205000', '123226.665000', '123227.125000', '123227.585000', '123228.045000', '123228.505000', '123228.965000', '123229.425000', '123229.885000', '123230.345000', '123230.805000', '123231.265000', '123231.725000', '123232.185000', '123232.645000', '123233.105000', '123233.565000', '123234.025000', '123234.485000', '123234.945000', '123235.405000', '123235.865000', '123236.325000', '123236.785000', '123237.245000', '123237.705000', '123238.165000', '123238.625000', '123239.085000', '123239.545000', '123240.005000', '123240.465000', '123240.925000', '123241.385000', '123241.845000', '123242.305000', '123242.765000', '123243.225000', '123243.685000', '123244.145000', '123244.605000', '123245.065000', '123245.525000', '123245.985000', '123246.445000', '123246.905000', '123247.365000', '123247.825000', '123248.285000', '123248.745000', '123249.205000', '123249.665000', '123250.125000', '123250.585000', '123251.045000', '123251.505000', '123251.965000', '123252.425000', '123252.885000', '123253.345000', '123253.805000', '123254.265000', '123254.725000', '123255.185000', '123255.645000', '123256.105000', '123256.565000', '123257.025000', '123257.485000', '123257.945000', '123258.405000', '123258.865000', '123259.325000', '123259.785000', '123300.245000', '123300.705000', '123301.165000', '123301.625000', '123302.085000', '123302.545000', '123303.005000', '123303.465000', '123303.925000', '123304.385000', '123304.845000', '123305.305000', '123305.765000', '123306.225000', '123306.685000', '123307.145000', '123307.605000', '123308.065000', '123308.525000', '123308.985000', '123309.445000', '123309.905000', '123310.365000', '123310.825000', '123311.285000', '123311.745000', '123312.205000', '123312.665000', '123313.125000', '123313.585000', '123314.045000', '123314.505000', '123314.965000', '123315.425000', '123315.885000', '123316.345000', '123316.805000', '123317.265000', '123317.725000', '123318.185000', '123318.645000', '123319.105000', '123319.565000', '123320.025000', '123320.485000', '123320.945000', '123321.405000', '123321.865000', '123322.325000', '123322.785000', '123323.245000', '123323.705000', '123324.165000', '123324.625000', '123325.085000', '123325.545000', '123326.005000', '123326.465000', '123326.925000', '123327.385000', '123327.845000', '123328.305000', '123328.765000', '123329.225000', '123329.685000', '123330.145000', '123330.605000', '123331.065000', '123331.525000', '123331.985000', '123332.445000', '123332.905000', '123333.365000', '123333.825000', '123334.285000', '123334.745000', '123335.205000', '123335.665000', '123336.125000', '123336.585000', '123337.045000', '123337.505000', '123337.965000', '123338.425000', '123338.885000', '123339.345000', '123339.805000', '123340.265000', '123340.725000', '123341.185000', '123341.645000', '123342.105000', '123342.565000', '123343.025000', '123343.485000', '123343.945000', '123344.405000', '123344.865000', '123345.325000', '123345.785000', '123346.245000', '123346.705000', '123347.165000', '123347.625000', '123348.085000', '123348.545000', '123349.005000', '123349.465000', '123349.925000', '123350.385000', '123350.845000', '123351.305000', '123351.765000', '123352.225000', '123352.685000', '123353.145000', '123353.605000', '123354.065000', '123354.525000', '123354.985000', '123355.445000', '123355.905000', '123356.365000', '123356.825000', '123357.285000', '123357.745000', '123358.205000', '123358.665000', '123359.125000', '123359.585000', '123400.045000', '123400.505000', '123400.965000', '123401.425000', '123401.885000', '123402.345000', '123402.805000', '123403.265000', '123403.725000', '123404.185000', '123404.645000', '123405.105000', '123405.565000', '123406.025000', '123406.485000', '123406.945000', '123407.405000', '123407.865000', '123408.325000', '123408.785000', '123409.245000', '123409.705000', '123410.165000', '123410.625000', '123411.085000', '123411.545000', '123412.005000', '123412.465000', '123412.925000', '123413.385000', '123413.845000', '123414.305000', '123414.765000', '123415.225000', '123415.685000', '123416.145000', '123416.605000', '123417.065000', '123417.525000', '123417.985000', '123418.445000', '123418.905000', '123419.365000', '123419.825000', '123420.285000', '123420.745000', '123421.205000', '123421.665000', '123422.125000', '123422.585000', '123423.045000', '123423.505000', '123423.965000', '123424.425000', '123424.885000', '123425.345000', '123425.805000', '123426.265000', '123426.725000', '123427.185000', '123427.645000', '123428.105000', '123428.565000', '123429.025000', '123429.485000', '123429.945000', '123430.405000', '123430.865000', '123431.325000', '123431.785000', '123432.245000', '123432.705000', '123433.165000', '123433.625000', '123434.085000', '123434.545000', '123435.005000', '123435.465000', '123435.925000', '123436.385000', '123436.845000', '123437.305000', '123437.765000', '123438.225000', '123438.685000', '123439.145000', '123439.605000', '123440.065000', '123440.525000', '123440.985000', '123441.445000', '123441.905000', '123442.365000', '123442.825000', '123443.285000', '123443.745000', '123444.205000', '123444.665000', '123445.125000', '123445.585000', '123446.045000', '123446.505000', '123446.965000', '123447.425000', '123447.885000', '123448.345000', '123448.805000', '123449.265000', '123449.725000', '123450.185000', '123450.645000', '123451.105000', '123451.565000', '123452.025000', '123452.485000', '123452.945000', '123453.405000', '123453.865000', '123454.325000', '123454.785000', '123455.245000', '123455.705000', '123456.165000', '123456.625000', '123457.085000', '123457.545000', '123458.005000', '123458.465000', '123458.925000', '123459.385000', '123459.845000', '123500.305000', '123500.765000', '123501.225000', '123501.685000', '123502.145000', '123502.605000', '123503.065000', '123503.525000', '123503.985000', '123504.445000', '123504.905000', '123505.365000', '123505.825000', '123506.285000', '123506.745000', '123507.205000', '123507.665000', '123508.125000', '123508.585000', '123509.045000', '123509.505000', '123509.965000', '123510.425000', '123510.885000', '123511.345000', '123511.805000', '123512.265000', '123512.725000', '123513.185000', '123513.645000', '123514.105000', '123514.565000', '123515.025000', '123515.485000', '123515.945000', '123516.405000', '123516.865000', '123517.325000', '123517.785000', '123518.245000', '123518.705000', '123519.165000', '123519.625000', '123520.085000', '123520.545000', '123521.005000', '123521.465000', '123521.925000', '123522.385000', '123522.845000', '123523.305000', '123523.765000', '123524.225000', '123524.685000', '123525.145000', '123525.605000', '123526.065000', '123526.525000', '123526.985000', '123527.445000', '123527.905000', '123528.365000', '123528.825000', '123529.285000', '123529.745000', '123530.205000', '123530.665000', '123531.125000', '123531.585000', '123532.045000', '123532.505000', '123532.965000', '123533.425000', '123533.885000', '123534.345000', '123534.805000', '123535.265000', '123535.725000', '123536.185000', '123536.645000', '123537.105000', '123537.565000', '123538.025000', '123538.485000', '123538.945000', '123539.405000', '123539.865000', '123540.325000', '123540.785000', '123541.245000', '123541.705000', '123542.165000', '123542.625000', '123543.085000', '123543.545000', '123544.005000', '123544.465000', '123544.925000', '123545.385000', '123545.845000', '123546.305000', '123546.765000', '123547.225000', '123547.685000', '123548.145000', '123548.605000', '123549.065000', '123549.525000', '123549.985000', '123550.445000', '123550.905000', '123551.365000', '123551.825000', '123552.285000', '123552.745000', '123553.205000', '123553.665000', '123554.125000', '123554.585000', '123555.045000', '123555.505000', '123555.965000', '123556.425000', '123556.885000', '123557.345000', '123557.805000', '123558.265000', '123558.725000', '123559.185000', '123559.645000', '123600.105000', '123600.565000', '123601.025000', '123601.485000', '123601.945000', '123602.405000', '123602.865000', '123603.325000', '123603.785000', '123604.245000', '123604.705000', '123605.165000', '123605.625000', '123606.085000', '123606.545000', '123607.005000', '123607.465000', '123607.925000', '123608.385000', '123608.845000', '123609.305000', '123609.765000', '123610.225000', '123610.685000', '123611.145000', '123611.605000', '123612.065000', '123612.525000', '123612.985000', '123613.445000', '123613.905000', '123614.365000', '123614.825000', '123615.285000', '123615.745000', '123616.205000', '123616.665000', '123617.125000', '123617.585000', '123618.045000', '123618.505000', '123618.965000', '123619.425000', '123619.885000', '123620.345000', '123620.805000', '123621.265000', '123621.725000', '123622.185000', '123622.645000', '123623.105000', '123623.565000', '123624.025000', '123624.485000', '123624.945000', '123625.405000', '123625.865000', '123626.325000', '123626.785000', '123627.245000', '123627.705000', '123628.165000', '123628.625000', '123629.085000', '123629.545000', '123630.005000', '123630.465000', '123630.925000', '123631.385000', '123631.845000', '123632.305000', '123632.765000', '123633.225000', '123633.685000', '123634.145000', '123634.605000', '123635.065000', '123635.525000', '123635.985000', '123636.445000', '123636.905000', '123637.365000', '123637.825000', '123638.285000', '123638.745000', '123639.205000', '123639.665000', '123640.125000', '123640.585000', '123641.045000', '123641.505000', '123641.965000', '123642.425000', '123642.885000', '123643.345000', '123643.805000', '123644.265000', '123644.725000', '123645.185000', '123645.645000', '123646.105000', '123646.565000', '123647.025000', '123647.485000', '123647.945000', '123648.405000', '123648.865000', '123649.325000', '123649.785000', '123650.245000', '123650.705000', '123651.165000', '123651.625000', '123652.085000', '123652.545000', '123653.005000', '123653.465000', '123653.925000', '123654.385000', '123654.845000', '123655.305000', '123655.765000', '123656.225000', '123656.685000', '123657.145000', '123657.605000', '123658.065000', '123658.525000', '123658.985000', '123659.445000', '123659.905000', '123700.365000', '123700.825000', '123701.285000', '123701.745000', '123702.205000', '123702.665000', '123703.125000', '123703.585000', '123704.045000', '123704.505000', '123704.965000', '123705.425000', '123705.885000', '123706.345000', '123706.805000', '123707.265000', '123707.725000', '123708.185000', '123708.645000', '123709.105000', '123709.565000', '123710.025000', '123710.485000', '123710.945000', '123711.405000', '123711.865000', '123712.325000', '123712.785000', '123713.245000', '123713.705000', '123714.165000', '123714.625000', '123715.085000', '123715.545000', '123716.005000', '123716.465000', '123716.925000', '123717.385000', '123717.845000', '123718.305000', '123718.765000', '123719.225000', '123719.685000', '123720.145000', '123720.605000', '123721.065000', '123721.525000', '123721.985000', '123722.445000', '123722.905000', '123723.365000', '123723.825000', '123724.285000', '123724.745000', '123725.205000', '123725.665000', '123726.125000', '123726.585000', '123727.045000', '123727.505000', '123727.965000', '123728.425000', '123728.885000', '123729.345000', '123729.805000', '123730.265000', '123730.725000', '123731.185000', '123731.645000', '123732.105000', '123732.565000', '123733.025000', '123733.485000', '123733.945000', '123734.405000', '123734.865000', '123735.325000', '123735.785000', '123736.245000', '123736.705000', '123737.165000', '123737.625000', '123738.085000', '123738.545000', '123739.005000', '123739.465000', '123739.925000', '123740.385000', '123740.845000', '123741.305000', '123741.765000', '123742.225000', '123742.685000', '123743.145000', '123743.605000', '123744.065000', '123744.525000', '123744.985000', '123745.445000', '123745.905000', '123746.365000', '123746.825000', '123747.285000', '123747.745000', '123748.205000', '123748.665000', '123749.125000', '123749.585000', '123750.045000', '123750.505000', '123750.965000', '123751.425000', '123751.885000', '123752.345000', '123752.805000', '123753.265000', '123753.725000', '123754.185000', '123754.645000', '123755.105000', '123755.565000', '123756.025000', '123756.485000', '123756.945000', '123757.405000', '123757.865000', '123758.325000', '123758.785000', '123759.245000', '123759.705000', '123800.165000', '123800.625000', '123801.085000', '123801.545000', '123802.005000', '123802.465000', '123802.925000', '123803.385000', '123803.845000', '123804.305000', '123804.765000', '123805.225000', '123805.685000', '123806.145000', '123806.605000', '123807.065000', '123807.525000', '123807.985000', '123808.445000', '123808.905000', '123809.365000', '123809.825000', '123810.285000', '123810.745000', '123811.205000'], 'ContentTime': ['122939.294000', '122939.298000', '122939.301000', '122939.304000', '122939.308000', '122939.314000', '122939.317000', '122939.320000', '122939.323000', '122939.326000', '122939.329000', '122939.332000', '122939.335000', '122939.338000', '122939.341000', '122939.343000', '122939.346000', '122939.349000', '122939.352000', '122939.355000', '122939.364000', '122939.367000', '122939.370000', '122939.373000', '122939.375000', '122939.378000', '122939.382000', '122939.385000', '122939.388000', '122939.391000', '122939.399000', '122939.402000', '122939.405000', '122939.408000', '122939.411000', '122939.414000', '122939.417000', '122939.419000', '122939.422000', '122939.425000', '122939.428000', '122959.250000', '122959.253000', '122959.256000', '122959.259000', '122959.261000', '122959.264000', '122959.267000', '122959.270000', '122959.273000', '122959.275000', '122959.278000', '122959.281000', '122959.284000', '122959.287000', '122959.290000', '122959.293000', '122959.295000', '122959.298000', '122959.301000', '122959.304000', '122959.306000', '122959.309000', '122959.312000', '122959.315000', '122959.318000', '122959.320000', '122959.323000', '122959.326000', '122959.344000', '122959.347000', '122959.350000', '122959.353000', '122959.355000', '122959.358000', '122959.361000', '122959.364000', '122959.366000', '122959.369000', '122959.372000', '122959.375000', '122959.378000', '122959.380000', '122959.383000', '122959.386000', '123019.250000', '123019.253000', '123019.257000', '123019.259000', '123019.284000', '123019.286000', '123019.289000', '123019.292000', '123019.295000', '123019.298000', '123019.300000', '123019.303000', '123019.306000', '123019.309000', '123019.312000', '123019.315000', '123019.318000', '123019.322000', '123019.325000', '123019.328000', '123019.331000', '123019.333000', '123019.336000', '123019.339000', '123019.342000', '123019.345000', '123019.348000', '123019.350000', '123019.353000', '123019.356000', '123019.359000', '123019.362000', '123019.365000', '123019.367000', '123019.370000', '123019.373000', '123019.376000', '123019.379000', '123019.381000', '123019.384000', '123019.387000', '123019.390000', '123019.393000', '123039.251000', '123039.254000', '123039.257000', '123039.260000', '123039.262000', '123039.265000', '123039.268000', '123039.271000', '123039.274000', '123039.277000', '123039.279000', '123039.282000', '123039.285000', '123039.288000', '123039.291000', '123039.294000', '123039.296000', '123039.299000', '123039.302000', '123039.305000', '123039.308000', '123039.311000', '123039.313000', '123039.316000', '123039.319000', '123039.322000', '123039.325000', '123039.328000', '123039.330000', '123039.333000', '123039.336000', '123039.339000', '123039.342000', '123039.345000', '123039.347000', '123039.350000', '123039.353000', '123039.359000', '123039.361000', '123039.364000', '123039.367000', '123039.370000', '123039.373000', '123039.376000', '123059.250000', '123059.253000', '123059.256000', '123059.259000', '123059.261000', '123059.264000', '123059.267000', '123059.270000', '123059.273000', '123059.276000', '123059.278000', '123059.281000', '123059.284000', '123059.287000', '123059.290000', '123059.293000', '123059.295000', '123059.298000', '123059.301000', '123059.304000', '123059.307000', '123059.309000', '123059.312000', '123059.315000', '123059.318000', '123059.321000', '123059.324000', '123059.326000', '123059.329000', '123059.332000', '123059.335000', '123059.340000', '123059.344000', '123059.348000', '123059.350000', '123059.353000', '123059.356000', '123059.359000', '123059.362000', '123059.365000', '123059.367000', '123059.371000', '123059.374000', '123119.250000', '123119.253000', '123119.256000', '123119.258000', '123119.261000', '123119.264000', '123119.267000', '123119.270000', '123119.273000', '123119.275000', '123119.278000', '123119.281000', '123119.284000', '123119.287000', '123119.290000', '123119.293000', '123119.296000', '123119.298000', '123119.301000', '123119.304000', '123119.307000', '123119.310000', '123119.313000', '123119.315000', '123119.318000', '123119.321000', '123119.324000', '123119.327000', '123119.330000', '123119.333000', '123119.335000', '123119.342000', '123119.345000', '123119.348000', '123119.350000', '123119.353000', '123119.356000', '123119.359000', '123119.362000', '123119.365000', '123119.368000', '123119.371000', '123119.373000', '123119.376000', '123139.250000', '123139.253000', '123139.256000', '123139.259000', '123139.262000', '123139.264000', '123139.267000', '123139.270000', '123139.273000', '123139.276000', '123139.279000', '123139.281000', '123139.284000', '123139.287000', '123139.290000', '123139.294000', '123139.297000', '123139.300000', '123139.303000', '123139.306000', '123139.309000', '123139.311000', '123139.314000', '123139.334000', '123139.337000', '123139.340000', '123139.343000', '123139.346000', '123139.349000', '123139.352000', '123139.355000', '123139.358000', '123139.361000', '123139.364000', '123139.367000', '123139.370000', '123139.373000', '123139.376000', '123139.378000', '123139.381000', '123139.392000', '123139.395000', '123139.398000', '123159.250000', '123159.253000', '123159.256000', '123159.259000', '123159.261000', '123159.264000', '123159.267000', '123159.270000', '123159.273000', '123159.276000', '123159.279000', '123159.282000', '123159.284000', '123159.287000', '123159.290000', '123159.293000', '123159.296000', '123159.298000', '123159.301000', '123159.304000', '123159.307000', '123159.310000', '123159.313000', '123159.316000', '123159.318000', '123159.321000', '123159.324000', '123159.327000', '123159.330000', '123159.333000', '123159.335000', '123159.338000', '123159.341000', '123159.344000', '123159.347000', '123159.350000', '123159.353000', '123159.355000', '123159.358000', '123159.361000', '123159.364000', '123159.367000', '123159.370000', '123159.372000', '123219.250000', '123219.253000', '123219.256000', '123219.259000', '123219.261000', '123219.264000', '123219.267000', '123219.270000', '123219.273000', '123219.276000', '123219.279000', '123219.281000', '123219.284000', '123219.287000', '123219.290000', '123219.293000', '123219.295000', '123219.298000', '123219.301000', '123219.304000', '123219.307000', '123219.310000', '123219.312000', '123219.315000', '123219.318000', '123219.321000', '123219.324000', '123219.326000', '123219.329000', '123219.332000', '123219.335000', '123219.338000', '123219.341000', '123219.344000', '123219.346000', '123219.349000', '123219.352000', '123219.355000', '123219.358000', '123219.361000', '123219.364000', '123219.367000', '123219.369000', '123239.250000', '123239.253000', '123239.256000', '123239.259000', '123239.262000', '123239.264000', '123239.267000', '123239.270000', '123239.273000', '123239.276000', '123239.279000', '123239.282000', '123239.284000', '123239.287000', '123239.290000', '123239.293000', '123239.296000', '123239.299000', '123239.302000', '123239.304000', '123239.307000', '123239.310000', '123239.313000', '123239.316000', '123239.319000', '123239.321000', '123239.324000', '123239.327000', '123239.330000', '123239.332000', '123239.335000', '123239.338000', '123239.341000', '123239.344000', '123239.347000', '123239.350000', '123239.353000', '123239.355000', '123239.358000', '123239.361000', '123239.364000', '123239.367000', '123239.370000', '123239.372000', '123259.251000', '123259.254000', '123259.257000', '123259.259000', '123259.263000', '123259.265000', '123259.268000', '123259.271000', '123259.274000', '123259.277000', '123259.280000', '123259.282000', '123259.285000', '123259.288000', '123259.291000', '123259.294000', '123259.297000', '123259.300000', '123259.302000', '123259.305000', '123259.308000', '123259.311000', '123259.314000', '123259.317000', '123259.320000', '123259.322000', '123259.325000', '123259.328000', '123259.332000', '123259.335000', '123259.338000', '123259.341000', '123259.344000', '123259.347000', '123259.350000', '123259.353000', '123259.356000', '123259.358000', '123259.361000', '123259.364000', '123259.367000', '123259.370000', '123259.373000', '123319.250000', '123319.253000', '123319.256000', '123319.259000', '123319.261000', '123319.264000', '123319.267000', '123319.270000', '123319.273000', '123319.276000', '123319.279000', '123319.281000', '123319.284000', '123319.287000', '123319.290000', '123319.293000', '123319.296000', '123319.299000', '123319.301000', '123319.304000', '123319.307000', '123319.310000', '123319.313000', '123319.316000', '123319.318000', '123319.321000', '123319.324000', '123319.327000', '123319.330000', '123319.333000', '123319.335000', '123319.338000', '123319.341000', '123319.344000', '123319.347000', '123319.350000', '123319.352000', '123319.355000', '123319.358000', '123319.361000', '123319.364000', '123319.367000', '123319.370000', '123319.372000', '123339.250000', '123339.253000', '123339.256000', '123339.265000', '123339.268000', '123339.271000', '123339.274000', '123339.277000', '123339.279000', '123339.282000', '123339.285000', '123339.288000', '123339.291000', '123339.293000', '123339.296000', '123339.299000', '123339.302000', '123339.305000', '123339.308000', '123339.311000', '123339.314000', '123339.316000', '123339.319000', '123339.322000', '123339.325000', '123339.328000', '123339.330000', '123339.333000', '123339.336000', '123339.339000', '123339.342000', '123339.345000', '123339.348000', '123339.350000', '123339.353000', '123339.356000', '123339.359000', '123339.362000', '123339.364000', '123339.367000', '123339.370000', '123339.373000', '123339.376000', '123359.250000', '123359.253000', '123359.256000', '123359.259000', '123359.262000', '123359.264000', '123359.267000', '123359.270000', '123359.273000', '123359.276000', '123359.279000', '123359.281000', '123359.284000', '123359.287000', '123359.290000', '123359.293000', '123359.296000', '123359.299000', '123359.301000', '123359.304000', '123359.307000', '123359.310000', '123359.313000', '123359.316000', '123359.319000', '123359.321000', '123359.324000', '123359.327000', '123359.330000', '123359.333000', '123359.335000', '123359.338000', '123359.341000', '123359.344000', '123359.347000', '123359.350000', '123359.353000', '123359.356000', '123359.358000', '123359.361000', '123359.364000', '123359.367000', '123359.370000', '123359.372000', '123419.250000', '123419.253000', '123419.256000', '123419.259000', '123419.262000', '123419.264000', '123419.267000', '123419.270000', '123419.273000', '123419.276000', '123419.284000', '123419.286000', '123419.289000', '123419.292000', '123419.295000', '123419.298000', '123419.300000', '123419.303000', '123419.306000', '123419.309000', '123419.312000', '123419.315000', '123419.318000', '123419.320000', '123419.323000', '123419.326000', '123419.329000', '123419.332000', '123419.334000', '123419.337000', '123419.340000', '123419.343000', '123419.346000', '123419.349000', '123419.352000', '123419.354000', '123419.357000', '123419.360000', '123419.363000', '123419.366000', '123419.369000', '123419.373000', '123419.376000', '123439.250000', '123439.253000', '123439.256000', '123439.259000', '123439.261000', '123439.264000', '123439.267000', '123439.270000', '123439.273000', '123439.276000', '123439.278000', '123439.281000', '123439.284000', '123439.287000', '123439.290000', '123439.293000', '123439.310000', '123439.313000', '123439.316000', '123439.328000', '123439.331000', '123439.333000', '123439.336000', '123439.339000', '123439.342000', '123439.345000', '123439.348000', '123439.351000', '123439.353000', '123439.356000', '123439.359000', '123439.362000', '123439.365000', '123439.368000', '123439.371000', '123439.373000', '123439.376000', '123439.379000', '123439.382000', '123439.385000', '123439.394000', '123439.397000', '123439.400000', '123439.403000', '123459.250000', '123459.253000', '123459.256000', '123459.259000', '123459.262000', '123459.265000', '123459.267000', '123459.270000', '123459.273000', '123459.276000', '123459.279000', '123459.281000', '123459.284000', '123459.287000', '123459.290000', '123459.293000', '123459.296000', '123459.299000', '123459.301000', '123459.304000', '123459.307000', '123459.310000', '123459.313000', '123459.315000', '123459.318000', '123459.321000', '123459.324000', '123459.327000', '123459.330000', '123459.333000', '123459.335000', '123459.338000', '123459.341000', '123459.344000', '123459.347000', '123459.349000', '123459.352000', '123459.355000', '123459.358000', '123459.361000', '123459.364000', '123459.367000', '123459.370000', '123519.251000', '123519.254000', '123519.257000', '123519.260000', '123519.263000', '123519.265000', '123519.268000', '123519.271000', '123519.274000', '123519.277000', '123519.280000', '123519.282000', '123519.285000', '123519.288000', '123519.291000', '123519.294000', '123519.297000', '123519.301000', '123519.304000', '123519.307000', '123519.310000', '123519.313000', '123519.315000', '123519.318000', '123519.321000', '123519.324000', '123519.327000', '123519.330000', '123519.333000', '123519.336000', '123519.339000', '123519.341000', '123519.344000', '123519.347000', '123519.350000', '123519.353000', '123519.356000', '123519.358000', '123519.361000', '123519.364000', '123519.367000', '123519.370000', '123519.373000', '123519.376000', '123539.250000', '123539.253000', '123539.256000', '123539.258000', '123539.262000', '123539.264000', '123539.267000', '123539.270000', '123539.273000', '123539.276000', '123539.279000', '123539.281000', '123539.284000', '123539.287000', '123539.290000', '123539.293000', '123539.296000', '123539.298000', '123539.301000', '123539.304000', '123539.307000', '123539.310000', '123539.312000', '123539.315000', '123539.318000', '123539.321000', '123539.324000', '123539.327000', '123539.330000', '123539.332000', '123539.335000', '123539.338000', '123539.341000', '123539.344000', '123539.346000', '123539.349000', '123539.352000', '123539.355000', '123539.358000', '123539.360000', '123539.363000', '123539.366000', '123539.369000', '123559.250000', '123559.253000', '123559.256000', '123559.259000', '123559.262000', '123559.265000', '123559.268000', '123559.271000', '123559.274000', '123559.277000', '123559.279000', '123559.282000', '123559.285000', '123559.288000', '123559.291000', '123559.294000', '123559.296000', '123559.299000', '123559.302000', '123559.305000', '123559.308000', '123559.311000', '123559.314000', '123559.316000', '123559.319000', '123559.322000', '123559.325000', '123559.347000', '123559.350000', '123559.362000', '123559.365000', '123559.368000', '123559.371000', '123559.374000', '123559.376000', '123559.379000', '123559.382000', '123559.385000', '123559.388000', '123559.390000', '123559.393000', '123559.396000', '123559.399000', '123619.250000', '123619.253000', '123619.256000', '123619.259000', '123619.262000', '123619.264000', '123619.267000', '123619.270000', '123619.273000', '123619.276000', '123619.279000', '123619.281000', '123619.284000', '123619.287000', '123619.290000', '123619.293000', '123619.296000', '123619.299000', '123619.301000', '123619.304000', '123619.307000', '123619.310000', '123619.313000', '123619.315000', '123619.318000', '123619.321000', '123619.324000', '123619.327000', '123619.330000', '123619.332000', '123619.335000', '123619.338000', '123619.341000', '123619.344000', '123619.347000', '123619.349000', '123619.352000', '123619.355000', '123619.358000', '123619.361000', '123619.364000', '123619.367000', '123619.369000', '123619.372000', '123639.250000', '123639.253000', '123639.256000', '123639.259000', '123639.262000', '123639.265000', '123639.268000', '123639.270000', '123639.273000', '123639.278000', '123639.282000', '123639.285000', '123639.288000', '123639.291000', '123639.293000', '123639.296000', '123639.299000', '123639.302000', '123639.305000', '123639.307000', '123639.310000', '123639.313000', '123639.316000', '123639.319000', '123639.322000', '123639.325000', '123639.327000', '123639.330000', '123639.333000', '123639.336000', '123639.339000', '123639.342000', '123639.344000', '123639.347000', '123639.350000', '123639.353000', '123639.356000', '123639.359000', '123639.361000', '123639.364000', '123639.367000', '123639.370000', '123639.373000', '123659.250000', '123659.253000', '123659.256000', '123659.259000', '123659.261000', '123659.264000', '123659.267000', '123659.270000', '123659.273000', '123659.276000', '123659.278000', '123659.281000', '123659.284000', '123659.287000', '123659.290000', '123659.293000', '123659.296000', '123659.299000', '123659.301000', '123659.304000', '123659.307000', '123659.310000', '123659.313000', '123659.316000', '123659.319000', '123659.321000', '123659.324000', '123659.327000', '123659.330000', '123659.333000', '123659.336000', '123659.339000', '123659.341000', '123659.344000', '123659.347000', '123659.350000', '123659.353000', '123659.356000', '123659.358000', '123659.361000', '123659.364000', '123659.367000', '123659.370000', '123659.373000', '123719.250000', '123719.253000', '123719.256000', '123719.259000', '123719.262000', '123719.265000', '123719.267000', '123719.270000', '123719.273000', '123719.276000', '123719.279000', '123719.282000', '123719.284000', '123719.288000', '123719.291000', '123719.294000', '123719.298000', '123719.300000', '123719.303000', '123719.306000', '123719.309000', '123719.312000', '123719.315000', '123719.326000', '123719.329000', '123719.332000', '123719.335000', '123719.338000', '123719.341000', '123719.343000', '123719.346000', '123719.349000', '123719.352000', '123719.355000', '123719.357000', '123719.360000', '123719.363000', '123719.366000', '123719.369000', '123719.372000', '123719.375000', '123719.377000', '123719.380000', '123739.251000', '123739.254000', '123739.257000', '123739.260000', '123739.263000', '123739.266000', '123739.269000', '123739.271000', '123739.274000', '123739.277000', '123739.280000', '123739.283000', '123739.286000', '123739.288000', '123739.291000', '123739.294000', '123739.297000', '123739.300000', '123739.303000', '123739.306000', '123739.308000', '123739.311000', '123739.314000', '123739.317000', '123739.320000', '123739.323000', '123739.326000', '123739.329000', '123739.331000', '123739.334000', '123739.337000', '123739.340000', '123739.343000', '123739.346000', '123739.349000', '123739.351000', '123739.354000', '123739.357000', '123739.360000', '123739.363000', '123739.365000', '123739.368000', '123739.371000', '123739.374000', '123759.250000', '123759.253000', '123759.256000', '123759.259000', '123759.262000', '123759.265000', '123759.267000', '123759.270000', '123759.273000', '123759.276000', '123759.279000', '123759.282000', '123759.284000', '123759.287000', '123759.290000', '123759.293000', '123759.296000', '123759.299000', '123759.302000', '123759.304000', '123759.307000', '123759.310000', '123759.313000', '123759.316000', '123759.319000', '123759.322000', '123759.324000', '123759.327000', '123759.330000', '123759.333000', '123759.336000', '123759.339000', '123759.342000', '123759.345000', '123759.347000', '123759.350000', '123759.353000', '123759.356000', '123759.359000', '123759.362000', '123759.365000', '123759.368000', '123759.371000', '123811.791000', '123811.794000', '123811.797000', '123811.800000', '123811.803000', '123811.806000', '123811.809000', '123811.812000', '123811.815000', '123811.818000', '123811.821000', '123811.824000', '123811.827000', '123811.830000', '123811.833000', '123811.836000', '123811.839000', '123811.842000', '123811.845000', '123811.847000', '123811.850000', '123811.854000', '123811.857000', '123811.859000', '123811.862000', '123811.865000', '123811.868000', '123811.871000'], 'InstanceCreationTime': ['122939.294000', '122939.298000', '122939.301000', '122939.304000', '122939.308000', '122939.314000', '122939.317000', '122939.320000', '122939.323000', '122939.326000', '122939.329000', '122939.332000', '122939.335000', '122939.338000', '122939.341000', '122939.343000', '122939.346000', '122939.349000', '122939.352000', '122939.355000', '122939.364000', '122939.367000', '122939.370000', '122939.373000', '122939.375000', '122939.378000', '122939.382000', '122939.385000', '122939.388000', '122939.391000', '122939.399000', '122939.402000', '122939.405000', '122939.408000', '122939.411000', '122939.414000', '122939.417000', '122939.419000', '122939.422000', '122939.425000', '122939.428000', '122959.250000', '122959.253000', '122959.256000', '122959.259000', '122959.261000', '122959.264000', '122959.267000', '122959.270000', '122959.273000', '122959.275000', '122959.278000', '122959.281000', '122959.284000', '122959.287000', '122959.290000', '122959.293000', '122959.295000', '122959.298000', '122959.301000', '122959.304000', '122959.306000', '122959.309000', '122959.312000', '122959.315000', '122959.318000', '122959.320000', '122959.323000', '122959.326000', '122959.344000', '122959.347000', '122959.350000', '122959.353000', '122959.355000', '122959.358000', '122959.361000', '122959.364000', '122959.366000', '122959.369000', '122959.372000', '122959.375000', '122959.378000', '122959.380000', '122959.383000', '122959.386000', '123019.250000', '123019.253000', '123019.257000', '123019.259000', '123019.284000', '123019.286000', '123019.289000', '123019.292000', '123019.295000', '123019.298000', '123019.300000', '123019.303000', '123019.306000', '123019.309000', '123019.312000', '123019.315000', '123019.318000', '123019.322000', '123019.325000', '123019.328000', '123019.331000', '123019.333000', '123019.336000', '123019.339000', '123019.342000', '123019.345000', '123019.348000', '123019.350000', '123019.353000', '123019.356000', '123019.359000', '123019.362000', '123019.365000', '123019.367000', '123019.370000', '123019.373000', '123019.376000', '123019.379000', '123019.381000', '123019.384000', '123019.387000', '123019.390000', '123019.393000', '123039.251000', '123039.254000', '123039.257000', '123039.260000', '123039.262000', '123039.265000', '123039.268000', '123039.271000', '123039.274000', '123039.277000', '123039.279000', '123039.282000', '123039.285000', '123039.288000', '123039.291000', '123039.294000', '123039.296000', '123039.299000', '123039.302000', '123039.305000', '123039.308000', '123039.311000', '123039.313000', '123039.316000', '123039.319000', '123039.322000', '123039.325000', '123039.328000', '123039.330000', '123039.333000', '123039.336000', '123039.339000', '123039.342000', '123039.345000', '123039.347000', '123039.350000', '123039.353000', '123039.359000', '123039.361000', '123039.364000', '123039.367000', '123039.370000', '123039.373000', '123039.376000', '123059.250000', '123059.253000', '123059.256000', '123059.259000', '123059.261000', '123059.264000', '123059.267000', '123059.270000', '123059.273000', '123059.276000', '123059.278000', '123059.281000', '123059.284000', '123059.287000', '123059.290000', '123059.293000', '123059.295000', '123059.298000', '123059.301000', '123059.304000', '123059.307000', '123059.309000', '123059.312000', '123059.315000', '123059.318000', '123059.321000', '123059.324000', '123059.326000', '123059.329000', '123059.332000', '123059.335000', '123059.340000', '123059.344000', '123059.348000', '123059.350000', '123059.353000', '123059.356000', '123059.359000', '123059.362000', '123059.365000', '123059.367000', '123059.371000', '123059.374000', '123119.250000', '123119.253000', '123119.256000', '123119.258000', '123119.261000', '123119.264000', '123119.267000', '123119.270000', '123119.273000', '123119.275000', '123119.278000', '123119.281000', '123119.284000', '123119.287000', '123119.290000', '123119.293000', '123119.296000', '123119.298000', '123119.301000', '123119.304000', '123119.307000', '123119.310000', '123119.313000', '123119.315000', '123119.318000', '123119.321000', '123119.324000', '123119.327000', '123119.330000', '123119.333000', '123119.335000', '123119.342000', '123119.345000', '123119.348000', '123119.350000', '123119.353000', '123119.356000', '123119.359000', '123119.362000', '123119.365000', '123119.368000', '123119.371000', '123119.373000', '123119.376000', '123139.250000', '123139.253000', '123139.256000', '123139.259000', '123139.262000', '123139.264000', '123139.267000', '123139.270000', '123139.273000', '123139.276000', '123139.279000', '123139.281000', '123139.284000', '123139.287000', '123139.290000', '123139.294000', '123139.297000', '123139.300000', '123139.303000', '123139.306000', '123139.309000', '123139.311000', '123139.314000', '123139.334000', '123139.337000', '123139.340000', '123139.343000', '123139.346000', '123139.349000', '123139.352000', '123139.355000', '123139.358000', '123139.361000', '123139.364000', '123139.367000', '123139.370000', '123139.373000', '123139.376000', '123139.378000', '123139.381000', '123139.392000', '123139.395000', '123139.398000', '123159.250000', '123159.253000', '123159.256000', '123159.259000', '123159.261000', '123159.264000', '123159.267000', '123159.270000', '123159.273000', '123159.276000', '123159.279000', '123159.282000', '123159.284000', '123159.287000', '123159.290000', '123159.293000', '123159.296000', '123159.298000', '123159.301000', '123159.304000', '123159.307000', '123159.310000', '123159.313000', '123159.316000', '123159.318000', '123159.321000', '123159.324000', '123159.327000', '123159.330000', '123159.333000', '123159.335000', '123159.338000', '123159.341000', '123159.344000', '123159.347000', '123159.350000', '123159.353000', '123159.355000', '123159.358000', '123159.361000', '123159.364000', '123159.367000', '123159.370000', '123159.372000', '123219.250000', '123219.253000', '123219.256000', '123219.259000', '123219.261000', '123219.264000', '123219.267000', '123219.270000', '123219.273000', '123219.276000', '123219.279000', '123219.281000', '123219.284000', '123219.287000', '123219.290000', '123219.293000', '123219.295000', '123219.298000', '123219.301000', '123219.304000', '123219.307000', '123219.310000', '123219.312000', '123219.315000', '123219.318000', '123219.321000', '123219.324000', '123219.326000', '123219.329000', '123219.332000', '123219.335000', '123219.338000', '123219.341000', '123219.344000', '123219.346000', '123219.349000', '123219.352000', '123219.355000', '123219.358000', '123219.361000', '123219.364000', '123219.367000', '123219.369000', '123239.250000', '123239.253000', '123239.256000', '123239.259000', '123239.262000', '123239.264000', '123239.267000', '123239.270000', '123239.273000', '123239.276000', '123239.279000', '123239.282000', '123239.284000', '123239.287000', '123239.290000', '123239.293000', '123239.296000', '123239.299000', '123239.302000', '123239.304000', '123239.307000', '123239.310000', '123239.313000', '123239.316000', '123239.319000', '123239.321000', '123239.324000', '123239.327000', '123239.330000', '123239.332000', '123239.335000', '123239.338000', '123239.341000', '123239.344000', '123239.347000', '123239.350000', '123239.353000', '123239.355000', '123239.358000', '123239.361000', '123239.364000', '123239.367000', '123239.370000', '123239.372000', '123259.251000', '123259.254000', '123259.257000', '123259.259000', '123259.263000', '123259.265000', '123259.268000', '123259.271000', '123259.274000', '123259.277000', '123259.280000', '123259.282000', '123259.285000', '123259.288000', '123259.291000', '123259.294000', '123259.297000', '123259.300000', '123259.302000', '123259.305000', '123259.308000', '123259.311000', '123259.314000', '123259.317000', '123259.320000', '123259.322000', '123259.325000', '123259.328000', '123259.332000', '123259.335000', '123259.338000', '123259.341000', '123259.344000', '123259.347000', '123259.350000', '123259.353000', '123259.356000', '123259.358000', '123259.361000', '123259.364000', '123259.367000', '123259.370000', '123259.373000', '123319.250000', '123319.253000', '123319.256000', '123319.259000', '123319.261000', '123319.264000', '123319.267000', '123319.270000', '123319.273000', '123319.276000', '123319.279000', '123319.281000', '123319.284000', '123319.287000', '123319.290000', '123319.293000', '123319.296000', '123319.299000', '123319.301000', '123319.304000', '123319.307000', '123319.310000', '123319.313000', '123319.316000', '123319.318000', '123319.321000', '123319.324000', '123319.327000', '123319.330000', '123319.333000', '123319.335000', '123319.338000', '123319.341000', '123319.344000', '123319.347000', '123319.350000', '123319.352000', '123319.355000', '123319.358000', '123319.361000', '123319.364000', '123319.367000', '123319.370000', '123319.372000', '123339.250000', '123339.253000', '123339.256000', '123339.265000', '123339.268000', '123339.271000', '123339.274000', '123339.277000', '123339.279000', '123339.282000', '123339.285000', '123339.288000', '123339.291000', '123339.293000', '123339.296000', '123339.299000', '123339.302000', '123339.305000', '123339.308000', '123339.311000', '123339.314000', '123339.316000', '123339.319000', '123339.322000', '123339.325000', '123339.328000', '123339.330000', '123339.333000', '123339.336000', '123339.339000', '123339.342000', '123339.345000', '123339.348000', '123339.350000', '123339.353000', '123339.356000', '123339.359000', '123339.362000', '123339.364000', '123339.367000', '123339.370000', '123339.373000', '123339.376000', '123359.250000', '123359.253000', '123359.256000', '123359.259000', '123359.262000', '123359.264000', '123359.267000', '123359.270000', '123359.273000', '123359.276000', '123359.279000', '123359.281000', '123359.284000', '123359.287000', '123359.290000', '123359.293000', '123359.296000', '123359.299000', '123359.301000', '123359.304000', '123359.307000', '123359.310000', '123359.313000', '123359.316000', '123359.319000', '123359.321000', '123359.324000', '123359.327000', '123359.330000', '123359.333000', '123359.335000', '123359.338000', '123359.341000', '123359.344000', '123359.347000', '123359.350000', '123359.353000', '123359.356000', '123359.358000', '123359.361000', '123359.364000', '123359.367000', '123359.370000', '123359.372000', '123419.250000', '123419.253000', '123419.256000', '123419.259000', '123419.262000', '123419.264000', '123419.267000', '123419.270000', '123419.273000', '123419.276000', '123419.284000', '123419.286000', '123419.289000', '123419.292000', '123419.295000', '123419.298000', '123419.300000', '123419.303000', '123419.306000', '123419.309000', '123419.312000', '123419.315000', '123419.318000', '123419.320000', '123419.323000', '123419.326000', '123419.329000', '123419.332000', '123419.334000', '123419.337000', '123419.340000', '123419.343000', '123419.346000', '123419.349000', '123419.352000', '123419.354000', '123419.357000', '123419.360000', '123419.363000', '123419.366000', '123419.369000', '123419.373000', '123419.376000', '123439.250000', '123439.253000', '123439.256000', '123439.259000', '123439.261000', '123439.264000', '123439.267000', '123439.270000', '123439.273000', '123439.276000', '123439.278000', '123439.281000', '123439.284000', '123439.287000', '123439.290000', '123439.293000', '123439.310000', '123439.313000', '123439.316000', '123439.328000', '123439.331000', '123439.333000', '123439.336000', '123439.339000', '123439.342000', '123439.345000', '123439.348000', '123439.351000', '123439.353000', '123439.356000', '123439.359000', '123439.362000', '123439.365000', '123439.368000', '123439.371000', '123439.373000', '123439.376000', '123439.379000', '123439.382000', '123439.385000', '123439.394000', '123439.397000', '123439.400000', '123439.403000', '123459.250000', '123459.253000', '123459.256000', '123459.259000', '123459.262000', '123459.265000', '123459.267000', '123459.270000', '123459.273000', '123459.276000', '123459.279000', '123459.281000', '123459.284000', '123459.287000', '123459.290000', '123459.293000', '123459.296000', '123459.299000', '123459.301000', '123459.304000', '123459.307000', '123459.310000', '123459.313000', '123459.315000', '123459.318000', '123459.321000', '123459.324000', '123459.327000', '123459.330000', '123459.333000', '123459.335000', '123459.338000', '123459.341000', '123459.344000', '123459.347000', '123459.349000', '123459.352000', '123459.355000', '123459.358000', '123459.361000', '123459.364000', '123459.367000', '123459.370000', '123519.251000', '123519.254000', '123519.257000', '123519.260000', '123519.263000', '123519.265000', '123519.268000', '123519.271000', '123519.274000', '123519.277000', '123519.280000', '123519.282000', '123519.285000', '123519.288000', '123519.291000', '123519.294000', '123519.297000', '123519.301000', '123519.304000', '123519.307000', '123519.310000', '123519.313000', '123519.315000', '123519.318000', '123519.321000', '123519.324000', '123519.327000', '123519.330000', '123519.333000', '123519.336000', '123519.339000', '123519.341000', '123519.344000', '123519.347000', '123519.350000', '123519.353000', '123519.356000', '123519.358000', '123519.361000', '123519.364000', '123519.367000', '123519.370000', '123519.373000', '123519.376000', '123539.250000', '123539.253000', '123539.256000', '123539.258000', '123539.262000', '123539.264000', '123539.267000', '123539.270000', '123539.273000', '123539.276000', '123539.279000', '123539.281000', '123539.284000', '123539.287000', '123539.290000', '123539.293000', '123539.296000', '123539.298000', '123539.301000', '123539.304000', '123539.307000', '123539.310000', '123539.312000', '123539.315000', '123539.318000', '123539.321000', '123539.324000', '123539.327000', '123539.330000', '123539.332000', '123539.335000', '123539.338000', '123539.341000', '123539.344000', '123539.346000', '123539.349000', '123539.352000', '123539.355000', '123539.358000', '123539.360000', '123539.363000', '123539.366000', '123539.369000', '123559.250000', '123559.253000', '123559.256000', '123559.259000', '123559.262000', '123559.265000', '123559.268000', '123559.271000', '123559.274000', '123559.277000', '123559.279000', '123559.282000', '123559.285000', '123559.288000', '123559.291000', '123559.294000', '123559.296000', '123559.299000', '123559.302000', '123559.305000', '123559.308000', '123559.311000', '123559.314000', '123559.316000', '123559.319000', '123559.322000', '123559.325000', '123559.347000', '123559.350000', '123559.362000', '123559.365000', '123559.368000', '123559.371000', '123559.374000', '123559.376000', '123559.379000', '123559.382000', '123559.385000', '123559.388000', '123559.390000', '123559.393000', '123559.396000', '123559.399000', '123619.250000', '123619.253000', '123619.256000', '123619.259000', '123619.262000', '123619.264000', '123619.267000', '123619.270000', '123619.273000', '123619.276000', '123619.279000', '123619.281000', '123619.284000', '123619.287000', '123619.290000', '123619.293000', '123619.296000', '123619.299000', '123619.301000', '123619.304000', '123619.307000', '123619.310000', '123619.313000', '123619.315000', '123619.318000', '123619.321000', '123619.324000', '123619.327000', '123619.330000', '123619.332000', '123619.335000', '123619.338000', '123619.341000', '123619.344000', '123619.347000', '123619.349000', '123619.352000', '123619.355000', '123619.358000', '123619.361000', '123619.364000', '123619.367000', '123619.369000', '123619.372000', '123639.250000', '123639.253000', '123639.256000', '123639.259000', '123639.262000', '123639.265000', '123639.268000', '123639.270000', '123639.273000', '123639.278000', '123639.282000', '123639.285000', '123639.288000', '123639.291000', '123639.293000', '123639.296000', '123639.299000', '123639.302000', '123639.305000', '123639.307000', '123639.310000', '123639.313000', '123639.316000', '123639.319000', '123639.322000', '123639.325000', '123639.327000', '123639.330000', '123639.333000', '123639.336000', '123639.339000', '123639.342000', '123639.344000', '123639.347000', '123639.350000', '123639.353000', '123639.356000', '123639.359000', '123639.361000', '123639.364000', '123639.367000', '123639.370000', '123639.373000', '123659.250000', '123659.253000', '123659.256000', '123659.259000', '123659.261000', '123659.264000', '123659.267000', '123659.270000', '123659.273000', '123659.276000', '123659.278000', '123659.281000', '123659.284000', '123659.287000', '123659.290000', '123659.293000', '123659.296000', '123659.299000', '123659.301000', '123659.304000', '123659.307000', '123659.310000', '123659.313000', '123659.316000', '123659.319000', '123659.321000', '123659.324000', '123659.327000', '123659.330000', '123659.333000', '123659.336000', '123659.339000', '123659.341000', '123659.344000', '123659.347000', '123659.350000', '123659.353000', '123659.356000', '123659.358000', '123659.361000', '123659.364000', '123659.367000', '123659.370000', '123659.373000', '123719.250000', '123719.253000', '123719.256000', '123719.259000', '123719.262000', '123719.265000', '123719.267000', '123719.270000', '123719.273000', '123719.276000', '123719.279000', '123719.282000', '123719.284000', '123719.288000', '123719.291000', '123719.294000', '123719.298000', '123719.300000', '123719.303000', '123719.306000', '123719.309000', '123719.312000', '123719.315000', '123719.326000', '123719.329000', '123719.332000', '123719.335000', '123719.338000', '123719.341000', '123719.343000', '123719.346000', '123719.349000', '123719.352000', '123719.355000', '123719.357000', '123719.360000', '123719.363000', '123719.366000', '123719.369000', '123719.372000', '123719.375000', '123719.377000', '123719.380000', '123739.251000', '123739.254000', '123739.257000', '123739.260000', '123739.263000', '123739.266000', '123739.269000', '123739.271000', '123739.274000', '123739.277000', '123739.280000', '123739.283000', '123739.286000', '123739.288000', '123739.291000', '123739.294000', '123739.297000', '123739.300000', '123739.303000', '123739.306000', '123739.308000', '123739.311000', '123739.314000', '123739.317000', '123739.320000', '123739.323000', '123739.326000', '123739.329000', '123739.331000', '123739.334000', '123739.337000', '123739.340000', '123739.343000', '123739.346000', '123739.349000', '123739.351000', '123739.354000', '123739.357000', '123739.360000', '123739.363000', '123739.365000', '123739.368000', '123739.371000', '123739.374000', '123759.250000', '123759.253000', '123759.256000', '123759.259000', '123759.262000', '123759.265000', '123759.267000', '123759.270000', '123759.273000', '123759.276000', '123759.279000', '123759.282000', '123759.284000', '123759.287000', '123759.290000', '123759.293000', '123759.296000', '123759.299000', '123759.302000', '123759.304000', '123759.307000', '123759.310000', '123759.313000', '123759.316000', '123759.319000', '123759.322000', '123759.324000', '123759.327000', '123759.330000', '123759.333000', '123759.336000', '123759.339000', '123759.342000', '123759.345000', '123759.347000', '123759.350000', '123759.353000', '123759.356000', '123759.359000', '123759.362000', '123759.365000', '123759.368000', '123759.371000', '123811.791000', '123811.794000', '123811.797000', '123811.800000', '123811.803000', '123811.806000', '123811.809000', '123811.812000', '123811.815000', '123811.818000', '123811.821000', '123811.824000', '123811.827000', '123811.830000', '123811.833000', '123811.836000', '123811.839000', '123811.842000', '123811.845000', '123811.847000', '123811.850000', '123811.854000', '123811.857000', '123811.859000', '123811.862000', '123811.865000', '123811.868000', '123811.871000'], '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], 'LargestImagePixelValue': [10677, 10988, 10215, 10418, 9990, 10188, 10423, 11060, 10633, 10551, 10849, 10692, 10916, 10836, 10353, 10679, 10295, 12653, 10627, 15805, 11140, 13595, 10678, 11895, 10504, 11797, 10512, 10446, 10481, 10144, 10927, 9902, 10974, 10933, 11328, 9986, 10911, 10501, 10584, 11136, 11354, 10755, 11529, 10414, 11189, 10570, 10900, 10970, 10624, 10890, 12287, 10942, 10214, 10850, 11421, 10950, 11430, 10662, 10696, 10405, 11525, 10406, 11608, 10451, 11194, 12233, 11094, 12252, 10945, 10707, 10991, 13451, 10782, 13377, 11363, 11428, 11335, 11541, 10971, 10868, 11000, 11285, 11068, 11747, 12336, 11273, 10580, 11132, 11583, 11161, 10734, 16332, 10991, 13010, 11326, 11242, 15017, 10661, 10765, 11055, 10590, 10635, 12699, 10531, 10200, 17611, 13634, 18401, 15035, 18450, 14258, 17535, 14412, 15935, 13663, 13691, 11496, 10456, 16425, 11585, 13276, 10805, 10760, 10338, 10666, 13229, 10958, 12236, 10892, 9836, 10792, 10478, 10807, 10399, 10525, 11164, 10543, 11059, 10480, 10596, 10616, 10556, 10493, 10261, 10644, 9719, 10473, 9357, 10867, 10096, 10533, 9497, 10965, 9726, 11016, 9907, 10949, 9907, 10943, 10140, 11239, 11335, 11209, 11056, 11103, 12304, 11223, 12399, 10983, 12604, 10726, 14001, 11255, 12664, 11286, 11018, 11065, 10516, 10976, 11482, 10911, 11020, 10775, 10810, 13033, 11091, 11805, 11193, 9663, 10855, 11319, 10788, 10764, 10809, 11100, 11127, 11780, 11189, 10634, 11079, 11135, 11604, 11372, 11953, 14155, 11084, 16252, 11034, 10598, 16393, 10814, 12363, 15139, 12413, 17681, 16246, 14482, 11869, 14888, 10641, 14647, 15461, 10117, 10580, 10185, 9891, 10496, 10255, 10598, 10608, 10555, 9361, 10648, 10935, 10497, 10559, 9922, 10996, 10554, 11051, 11161, 10939, 11218, 10208, 10573, 10001, 15210, 11680, 14727, 12612, 11092, 12828, 10958, 16861, 12381, 18389, 10787, 15239, 11460, 10694, 15089, 11898, 18348, 10901, 15246, 10673, 10434, 10569, 10187, 10173, 10415, 10589, 10711, 11365, 10537, 11380, 10653, 10998, 11201, 10974, 11075, 17288, 12048, 16080, 11040, 14476, 11179, 10592, 11453, 10850, 12653, 10958, 10116, 11138, 10673, 11026, 10389, 11032, 11210, 11083, 11442, 11181, 11458, 11022, 10949, 10616, 10559, 10512, 10825, 12591, 10717, 16687, 10779, 14635, 10816, 15386, 10599, 17766, 10543, 14329, 10587, 12028, 10320, 13416, 10584, 14991, 10948, 12420, 10720, 13242, 10811, 17608, 10685, 13326, 11114, 10633, 11185, 11148, 11043, 10456, 11273, 10613, 11369, 10721, 10986, 10703, 10930, 11037, 9572, 11017, 14307, 10730, 14008, 10146, 11667, 10066, 10444, 10343, 12974, 11289, 10999, 11111, 10587, 10928, 10758, 10679, 10847, 10479, 11239, 17434, 10674, 18149, 10737, 15574, 10671, 15700, 9774, 17740, 9712, 13717, 10167, 10345, 10850, 10092, 10293, 11373, 10013, 9568, 9986, 9564, 11074, 9796, 10674, 10965, 10667, 11088, 10418, 11014, 13482, 10954, 11993, 10834, 15304, 10121, 17489, 11127, 10625, 12185, 10069, 16599, 13556, 15259, 10712, 13009, 10512, 11532, 9380, 10751, 9480, 9649, 10499, 9783, 10955, 10082, 10818, 10453, 10676, 10725, 12672, 10894, 11262, 9856, 12010, 10805, 10310, 13308, 10454, 13380, 9584, 11794, 9322, 9597, 10029, 9777, 10583, 9943, 11031, 10260, 10813, 10531, 9478, 10580, 11209, 10581, 11362, 10454, 9792, 11004, 10161, 10877, 10418, 10660, 10229, 10042, 9281, 10958, 9276, 11078, 12953, 10988, 15029, 11326, 16299, 10543, 14279, 10418, 15297, 9709, 16839, 9729, 11950, 10813, 10052, 10782, 12540, 11029, 10045, 11021, 10380, 9042, 10423, 12193, 10926, 12233, 9948, 10009, 10620, 9918, 11121, 10322, 12773, 10504, 14246, 10664, 11719, 10242, 12874, 10181, 12769, 10717, 9571, 10162, 9832, 9492, 13152, 10174, 13862, 10744, 11437, 10807, 11638, 10676, 13490, 10842, 11668, 10654, 13038, 10552, 16101, 10680, 13921, 10767, 13680, 11713, 12854, 10209, 12411, 10310, 14013, 10254, 14397, 10218, 12161, 10438, 9390, 10524, 9416, 10710, 9788, 10659, 11114, 10257, 11525, 10564, 11390, 10983, 9317, 10637, 11081, 10338, 10903, 10050, 10093, 10842, 10395, 15953, 10722, 13791, 11441, 10869, 11117, 14455, 10884, 10096, 10165, 10052, 11179, 9674, 10689, 10344, 10756, 10972, 9874, 8926, 9903, 10457, 11102, 10243, 10908, 11099, 10962, 9235, 17007, 10515, 16884, 10497, 16415, 11045, 15977, 10444, 14494, 10941, 11012, 10535, 10821, 10620, 11203, 10423, 10905, 11194, 10211, 10830, 10189, 10266, 11885, 10646, 13751, 11136, 12451, 11301, 10372, 10689, 11199, 10371, 10514, 9359, 10863, 10599, 10726, 11644, 9167, 11191, 10377, 10906, 11976, 11186, 13878, 11143, 13875, 12548, 11305, 10989, 11550, 10681, 11221, 14938, 10505, 13882, 10703, 10830, 10561, 11440, 11175, 13238, 11147, 10386, 10963, 14617, 11262, 15051, 11125, 15198, 11134, 13306, 10565, 13758, 10958, 10415, 10806, 11413, 10349, 10673, 10156, 11044, 11470, 10621, 12121, 10077, 14985, 10798, 10765, 10725, 10661, 10439, 11023, 11189, 10467, 10767, 11769, 11065, 13861, 13174, 16101, 10535, 11028, 14849, 10433, 17438, 13441, 14967, 10517, 12462, 10762, 10936, 10714, 10276, 10746, 9870, 10751, 10877, 10719, 10159, 9446, 10254, 10430, 9926, 10920, 10018, 10357, 10357, 9320, 10226, 10447, 10515, 9923, 10649, 9381, 10732, 9479, 10783, 10721, 11024, 11227, 10858, 11451, 10839, 12944, 11041, 11590, 10949, 12710, 10911, 11016, 10443, 11530, 10123, 10539, 14981, 10304, 14152, 10212, 13988, 10439, 14002, 10902, 11798, 10883, 11885, 10643, 12646, 10689, 11775, 10800, 9919, 10433, 10369, 10772, 11271, 10693, 11498, 10516, 10690, 10776, 10701, 11262, 11246, 12102, 10713, 15799, 10352, 14070, 10400, 10140, 12647, 11702, 13886, 10163, 13436, 10478, 9836, 10722, 9146, 10719, 10587, 10735, 9053, 11015, 11592, 10236, 12079, 10735, 10732, 10901, 9387, 10668, 10717, 10550, 11442, 10671, 11491, 10364, 11826, 13341, 13342, 10555, 15718, 10949, 15761, 12532, 15752, 10409, 12378, 10696, 10558, 10428, 10898, 10703, 10949, 9750, 11288, 10068, 10966, 10064, 10384, 10900, 11047, 9751, 10993, 9819, 10499, 10069, 10542, 10374, 13363, 10690, 14628, 10362, 14179, 10282, 14685, 10713, 11301, 10449, 10551, 10514, 12156, 10542, 10634, 10703, 9453, 10245, 10787, 10227, 10962, 9973, 10547, 10441, 17004, 13657, 16003, 10346, 13695, 10011, 12525, 9404, 12578, 10021, 11209, 10714, 9545, 10728, 9334, 10005, 9620, 10617, 9861, 12184, 10330, 14077, 9783, 12981, 10260, 9616, 10814, 10295, 13236, 10616, 11490, 10711, 10520, 10178, 9740, 9771, 9401, 10535, 11139, 10937, 10130, 14440, 10382, 14381, 10368, 12673, 10369, 10577, 10522, 10742, 10532, 10967, 10593, 11668, 10390, 10595, 10570, 9834, 10660, 10641, 10097, 10049, 10071, 10260, 10231, 10613, 9728, 10063, 9407, 10174, 12708, 10636, 15574, 10722, 14424, 10526, 14422, 10974, 15725, 10264, 14547, 9740, 12957, 9433, 12404, 9756, 11592, 9796, 9085, 9856, 9096, 9568, 10101, 10734, 10497, 10538, 10637, 10616, 11283, 9898, 13220, 9956, 9583, 10967, 10002, 10544, 10100, 11107, 10212, 9440, 10437, 9231, 10605, 10875, 10305, 11407, 9894, 10040, 10103, 9532, 9550, 10097, 10699, 9814, 10995, 9917, 11072, 10037, 10540, 9727, 10156, 9450, 10298, 9623, 10421, 10402, 9887, 13917, 10916, 13308, 11019, 14577, 11247, 16062, 12422, 15111, 10545, 15733, 10562, 15974, 12306, 16209, 10457, 12561, 10205, 10641, 10093, 10707, 10015, 10612, 9654, 9856, 9777, 9882, 13789, 10013, 14446, 10513, 12885, 10382, 15248, 11276, 16599, 10290, 11989, 9966, 10623, 13065, 9035, 11766, 10139, 10549, 10608, 10883, 10173, 10377, 10935, 10611, 10977, 13559, 11136, 11486, 10641, 11532, 10223, 11115, 17499, 10423, 16005, 11688, 11304, 10084, 10659, 11047, 13260, 10717, 15413, 10072, 10433, 9753, 10159, 13384, 8598, 17867, 10836, 14292, 10564, 10885, 10546, 9279, 9576, 11088, 11133, 10412, 11544, 10228, 11083, 10176, 10931, 10212, 11171, 10213, 16855, 10664, 16028, 11121, 14501, 9300, 9723, 11188, 10189, 10274, 10550, 10895, 10902, 9567, 10585, 9535, 10956, 10231, 10988, 10371, 9030, 10771, 11288, 10922, 11577, 11033, 11119, 11253, 10643, 11158, 12126, 10971, 13928, 11113, 12944, 10794, 12836, 10376, 15622, 10690, 10603, 10485, 9782, 10100, 11699, 10516, 10940, 10446, 9813, 10584, 11518, 10374, 13446, 11077, 10004, 10549, 10319], 'WindowCenter': [3909.0, 3904.0, 3890.0, 3890.0, 3877.0, 3875.0, 3886.0, 3898.0, 3901.0, 3900.0, 3902.0, 3890.0, 3900.0, 3888.0, 3888.0, 3889.0, 3888.0, 3911.0, 3889.0, 3920.0, 3901.0, 3910.0, 3889.0, 3899.0, 3901.0, 3900.0, 3891.0, 3890.0, 3902.0, 3891.0, 3903.0, 3891.0, 3903.0, 3903.0, 3917.0, 3905.0, 3915.0, 3919.0, 3917.0, 3929.0, 3928.0, 3928.0, 3930.0, 3919.0, 3930.0, 3918.0, 3918.0, 3918.0, 3917.0, 3917.0, 3926.0, 3918.0, 3917.0, 3918.0, 3928.0, 3917.0, 3930.0, 3930.0, 3931.0, 3932.0, 3944.0, 3932.0, 3944.0, 3944.0, 3946.0, 3955.0, 3946.0, 3954.0, 3946.0, 3933.0, 3945.0, 3955.0, 3946.0, 3965.0, 3957.0, 3954.0, 3946.0, 3957.0, 3958.0, 3959.0, 3958.0, 3959.0, 3958.0, 3971.0, 3970.0, 3960.0, 3948.0, 3959.0, 3958.0, 3959.0, 3959.0, 3987.0, 3949.0, 3982.0, 3960.0, 3961.0, 3979.0, 3959.0, 3958.0, 3957.0, 3958.0, 3971.0, 3980.0, 3970.0, 3974.0, 4014.0, 3993.0, 4002.0, 3981.0, 3988.0, 3966.0, 3976.0, 3968.0, 3964.0, 3937.0, 3939.0, 3915.0, 3904.0, 3948.0, 3917.0, 3924.0, 3901.0, 3902.0, 3899.0, 3902.0, 3924.0, 3913.0, 3912.0, 3901.0, 3892.0, 3902.0, 3901.0, 3903.0, 3901.0, 3900.0, 3913.0, 3901.0, 3901.0, 3903.0, 3901.0, 3903.0, 3902.0, 3901.0, 3901.0, 3902.0, 3890.0, 3903.0, 3891.0, 3915.0, 3903.0, 3915.0, 3901.0, 3916.0, 3906.0, 3929.0, 3917.0, 3930.0, 3918.0, 3930.0, 3918.0, 3942.0, 3942.0, 3944.0, 3941.0, 3942.0, 3941.0, 3931.0, 3942.0, 3943.0, 3941.0, 3944.0, 3953.0, 3943.0, 3952.0, 3944.0, 3931.0, 3944.0, 3931.0, 3930.0, 3943.0, 3944.0, 3943.0, 3944.0, 3945.0, 3955.0, 3945.0, 3955.0, 3946.0, 3936.0, 3946.0, 3943.0, 3944.0, 3945.0, 3944.0, 3945.0, 3944.0, 3957.0, 3957.0, 3947.0, 3955.0, 3959.0, 3957.0, 3958.0, 3955.0, 3966.0, 3944.0, 3976.0, 3946.0, 3934.0, 3978.0, 3947.0, 3957.0, 3967.0, 3944.0, 3976.0, 3963.0, 3954.0, 3930.0, 3938.0, 3906.0, 3937.0, 3933.0, 3904.0, 3902.0, 3902.0, 3890.0, 3903.0, 3890.0, 3903.0, 3901.0, 3903.0, 3906.0, 3916.0, 3915.0, 3915.0, 3915.0, 3918.0, 3930.0, 3944.0, 3945.0, 3946.0, 3958.0, 3962.0, 3976.0, 3963.0, 3948.0, 3979.0, 3956.0, 3967.0, 3943.0, 3933.0, 3941.0, 3931.0, 3975.0, 3955.0, 3977.0, 3931.0, 3948.0, 3919.0, 3919.0, 3950.0, 3927.0, 3948.0, 3904.0, 3932.0, 3904.0, 3902.0, 3903.0, 3903.0, 3904.0, 3914.0, 3917.0, 3917.0, 3940.0, 3930.0, 3943.0, 3934.0, 3943.0, 3944.0, 3932.0, 3932.0, 3974.0, 3943.0, 3962.0, 3932.0, 3952.0, 3930.0, 3918.0, 3930.0, 3930.0, 3941.0, 3930.0, 3918.0, 3929.0, 3918.0, 3930.0, 3930.0, 3931.0, 3931.0, 3943.0, 3942.0, 3943.0, 3944.0, 3944.0, 3944.0, 3944.0, 3946.0, 3945.0, 3946.0, 3955.0, 3947.0, 3978.0, 3945.0, 3962.0, 3945.0, 3965.0, 3934.0, 3975.0, 3930.0, 3952.0, 3931.0, 3940.0, 3931.0, 3942.0, 3932.0, 3962.0, 3931.0, 3941.0, 3932.0, 3940.0, 3930.0, 3973.0, 3919.0, 3938.0, 3929.0, 3917.0, 3917.0, 3929.0, 3917.0, 3917.0, 3928.0, 3916.0, 3927.0, 3929.0, 3928.0, 3930.0, 3929.0, 3929.0, 3907.0, 3928.0, 3950.0, 3932.0, 3951.0, 3919.0, 3928.0, 3918.0, 3918.0, 3932.0, 3940.0, 3931.0, 3930.0, 3930.0, 3931.0, 3942.0, 3931.0, 3945.0, 3942.0, 3931.0, 3943.0, 3973.0, 3931.0, 3961.0, 3918.0, 3945.0, 3916.0, 3949.0, 3906.0, 3959.0, 3906.0, 3925.0, 3903.0, 3902.0, 3902.0, 3903.0, 3903.0, 3912.0, 3902.0, 3902.0, 3903.0, 3904.0, 3927.0, 3916.0, 3917.0, 3928.0, 3929.0, 3929.0, 3930.0, 3930.0, 3951.0, 3930.0, 3929.0, 3930.0, 3962.0, 3919.0, 3962.0, 3929.0, 3918.0, 3927.0, 3906.0, 3948.0, 3938.0, 3946.0, 3916.0, 3922.0, 3914.0, 3913.0, 3894.0, 3913.0, 3904.0, 3903.0, 3914.0, 3903.0, 3915.0, 3916.0, 3916.0, 3916.0, 3929.0, 3928.0, 3938.0, 3929.0, 3927.0, 3918.0, 3927.0, 3928.0, 3918.0, 3937.0, 3916.0, 3935.0, 3906.0, 3925.0, 3906.0, 3902.0, 3916.0, 3906.0, 3917.0, 3918.0, 3929.0, 3919.0, 3930.0, 3930.0, 3919.0, 3932.0, 3931.0, 3932.0, 3941.0, 3931.0, 3932.0, 3931.0, 3931.0, 3943.0, 3931.0, 3943.0, 3932.0, 3933.0, 3922.0, 3946.0, 3934.0, 3945.0, 3954.0, 3945.0, 3966.0, 3945.0, 3976.0, 3933.0, 3953.0, 3932.0, 3960.0, 3921.0, 3963.0, 3920.0, 3930.0, 3918.0, 3918.0, 3917.0, 3940.0, 3917.0, 3917.0, 3917.0, 3918.0, 3906.0, 3929.0, 3928.0, 3929.0, 3939.0, 3918.0, 3918.0, 3918.0, 3918.0, 3927.0, 3919.0, 3939.0, 3918.0, 3937.0, 3916.0, 3926.0, 3918.0, 3927.0, 3918.0, 3938.0, 3918.0, 3907.0, 3918.0, 3917.0, 3919.0, 3940.0, 3919.0, 3951.0, 3930.0, 3928.0, 3930.0, 3930.0, 3930.0, 3951.0, 3931.0, 3929.0, 3931.0, 3939.0, 3930.0, 3961.0, 3929.0, 3939.0, 3929.0, 3938.0, 3930.0, 3938.0, 3917.0, 3928.0, 3916.0, 3936.0, 3916.0, 3936.0, 3906.0, 3925.0, 3915.0, 3892.0, 3915.0, 3904.0, 3917.0, 3916.0, 3917.0, 3916.0, 3918.0, 3928.0, 3931.0, 3943.0, 3932.0, 3920.0, 3930.0, 3929.0, 3930.0, 3931.0, 3929.0, 3933.0, 3945.0, 3933.0, 3976.0, 3932.0, 3953.0, 3931.0, 3932.0, 3918.0, 3940.0, 3917.0, 3917.0, 3917.0, 3906.0, 3930.0, 3918.0, 3930.0, 3930.0, 3930.0, 3944.0, 3921.0, 3909.0, 3918.0, 3930.0, 3939.0, 3930.0, 3945.0, 3932.0, 3931.0, 3924.0, 3975.0, 3932.0, 3962.0, 3919.0, 3949.0, 3917.0, 3950.0, 3919.0, 3938.0, 3916.0, 3916.0, 3903.0, 3916.0, 3917.0, 3930.0, 3919.0, 3930.0, 3931.0, 3920.0, 3932.0, 3921.0, 3933.0, 3940.0, 3934.0, 3953.0, 3944.0, 3954.0, 3942.0, 3932.0, 3935.0, 3943.0, 3934.0, 3935.0, 3935.0, 3946.0, 3946.0, 3947.0, 3958.0, 3936.0, 3959.0, 3947.0, 3948.0, 3956.0, 3947.0, 3968.0, 3945.0, 3953.0, 3955.0, 3944.0, 3934.0, 3941.0, 3933.0, 3932.0, 3962.0, 3932.0, 3954.0, 3933.0, 3932.0, 3932.0, 3932.0, 3943.0, 3953.0, 3932.0, 3932.0, 3931.0, 3952.0, 3933.0, 3953.0, 3932.0, 3964.0, 3932.0, 3940.0, 3931.0, 3941.0, 3934.0, 3920.0, 3930.0, 3928.0, 3921.0, 3930.0, 3933.0, 3933.0, 3944.0, 3935.0, 3943.0, 3923.0, 3953.0, 3946.0, 3931.0, 3932.0, 3933.0, 3933.0, 3943.0, 3944.0, 3934.0, 3934.0, 3944.0, 3932.0, 3951.0, 3942.0, 3954.0, 3920.0, 3928.0, 3940.0, 3917.0, 3949.0, 3928.0, 3936.0, 3905.0, 3924.0, 3904.0, 3902.0, 3903.0, 3902.0, 3912.0, 3903.0, 3915.0, 3914.0, 3905.0, 3904.0, 3893.0, 3904.0, 3904.0, 3903.0, 3904.0, 3904.0, 3902.0, 3904.0, 3893.0, 3905.0, 3904.0, 3915.0, 3905.0, 3917.0, 3905.0, 3918.0, 3906.0, 3916.0, 3918.0, 3930.0, 3929.0, 3930.0, 3929.0, 3929.0, 3941.0, 3932.0, 3930.0, 3933.0, 3941.0, 3931.0, 3931.0, 3931.0, 3931.0, 3920.0, 3931.0, 3952.0, 3920.0, 3952.0, 3920.0, 3950.0, 3919.0, 3951.0, 3930.0, 3929.0, 3928.0, 3929.0, 3931.0, 3940.0, 3919.0, 3929.0, 3919.0, 3918.0, 3919.0, 3920.0, 3919.0, 3930.0, 3920.0, 3931.0, 3930.0, 3933.0, 3942.0, 3931.0, 3931.0, 3931.0, 3942.0, 3933.0, 3963.0, 3932.0, 3951.0, 3920.0, 3920.0, 3940.0, 3931.0, 3939.0, 3918.0, 3939.0, 3918.0, 3906.0, 3927.0, 3907.0, 3919.0, 3930.0, 3930.0, 3909.0, 3932.0, 3931.0, 3922.0, 3940.0, 3932.0, 3932.0, 3931.0, 3921.0, 3933.0, 3933.0, 3935.0, 3945.0, 3933.0, 3945.0, 3934.0, 3945.0, 3957.0, 3955.0, 3934.0, 3965.0, 3932.0, 3963.0, 3944.0, 3952.0, 3920.0, 3941.0, 3918.0, 3919.0, 3931.0, 3930.0, 3931.0, 3931.0, 3920.0, 3930.0, 3920.0, 3919.0, 3920.0, 3919.0, 3920.0, 3930.0, 3916.0, 3918.0, 3919.0, 3919.0, 3921.0, 3919.0, 3919.0, 3940.0, 3919.0, 3951.0, 3920.0, 3939.0, 3919.0, 3951.0, 3930.0, 3929.0, 3930.0, 3918.0, 3931.0, 3929.0, 3920.0, 3918.0, 3930.0, 3919.0, 3932.0, 3929.0, 3930.0, 3931.0, 3919.0, 3919.0, 3930.0, 3962.0, 3952.0, 3961.0, 3918.0, 3938.0, 3906.0, 3926.0, 3906.0, 3926.0, 3906.0, 3927.0, 3918.0, 3905.0, 3928.0, 3907.0, 3919.0, 3920.0, 3919.0, 3919.0, 3940.0, 3919.0, 3939.0, 3907.0, 3939.0, 3906.0, 3907.0, 3917.0, 3916.0, 3927.0, 3917.0, 3927.0, 3917.0, 3918.0, 3918.0, 3905.0, 3917.0, 3908.0, 3917.0, 3928.0, 3917.0, 3917.0, 3937.0, 3917.0, 3937.0, 3917.0, 3926.0, 3917.0, 3916.0, 3917.0, 3916.0, 3917.0, 3916.0, 3918.0, 3927.0, 3918.0, 3916.0, 3919.0, 3918.0, 3931.0, 3918.0, 3930.0, 3920.0, 3920.0, 3919.0, 3934.0, 3931.0, 3919.0, 3932.0, 3919.0, 3932.0, 3942.0, 3932.0, 3963.0, 3933.0, 3952.0, 3930.0, 3951.0, 3931.0, 3962.0, 3919.0, 3950.0, 3907.0, 3927.0, 3907.0, 3927.0, 3906.0, 3925.0, 3918.0, 3895.0, 3917.0, 3906.0, 3919.0, 3918.0, 3929.0, 3930.0, 3931.0, 3929.0, 3931.0, 3930.0, 3920.0, 3941.0, 3920.0, 3920.0, 3929.0, 3919.0, 3917.0, 3919.0, 3918.0, 3918.0, 3919.0, 3919.0, 3906.0, 3930.0, 3929.0, 3921.0, 3930.0, 3921.0, 3920.0, 3931.0, 3920.0, 3921.0, 3921.0, 3920.0, 3920.0, 3931.0, 3921.0, 3931.0, 3920.0, 3930.0, 3922.0, 3932.0, 3933.0, 3934.0, 3933.0, 3945.0, 3943.0, 3948.0, 3967.0, 3947.0, 3966.0, 3946.0, 3965.0, 3947.0, 3977.0, 3956.0, 3966.0, 3934.0, 3963.0, 3931.0, 3963.0, 3944.0, 3962.0, 3920.0, 3940.0, 3919.0, 3917.0, 3919.0, 3918.0, 3918.0, 3931.0, 3919.0, 3920.0, 3920.0, 3920.0, 3952.0, 3920.0, 3952.0, 3931.0, 3940.0, 3921.0, 3961.0, 3933.0, 3962.0, 3920.0, 3929.0, 3919.0, 3918.0, 3953.0, 3908.0, 3927.0, 3919.0, 3918.0, 3932.0, 3928.0, 3916.0, 3931.0, 3927.0, 3918.0, 3930.0, 3949.0, 3931.0, 3930.0, 3930.0, 3930.0, 3921.0, 3931.0, 3977.0, 3931.0, 3962.0, 3930.0, 3929.0, 3918.0, 3917.0, 3928.0, 3940.0, 3918.0, 3950.0, 3906.0, 3906.0, 3894.0, 3901.0, 3922.0, 3882.0, 3945.0, 3901.0, 3922.0, 3901.0, 3900.0, 3901.0, 3893.0, 3905.0, 3916.0, 3925.0, 3918.0, 3928.0, 3919.0, 3930.0, 3921.0, 3930.0, 3920.0, 3930.0, 3919.0, 3960.0, 3920.0, 3948.0, 3917.0, 3935.0, 3904.0, 3906.0, 3916.0, 3918.0, 3906.0, 3917.0, 3918.0, 3917.0, 3905.0, 3918.0, 3908.0, 3918.0, 3919.0, 3930.0, 3921.0, 3908.0, 3931.0, 3931.0, 3933.0, 3942.0, 3944.0, 3944.0, 3943.0, 3932.0, 3946.0, 3944.0, 3945.0, 3966.0, 3945.0, 3954.0, 3945.0, 3955.0, 3936.0, 3966.0, 3933.0, 3932.0, 3932.0, 3921.0, 3933.0, 3943.0, 3933.0, 3932.0, 3946.0, 3933.0, 3932.0, 3944.0, 3935.0, 3956.0, 3946.0, 3930.0, 3934.0, 3934.0], 'WindowWidth': [8764.0, 8749.0, 8721.0, 8721.0, 8697.0, 8695.0, 8709.0, 8729.0, 8738.0, 8735.0, 8738.0, 8718.0, 8734.0, 8713.0, 8715.0, 8716.0, 8715.0, 8749.0, 8717.0, 8762.0, 8734.0, 8746.0, 8718.0, 8730.0, 8735.0, 8732.0, 8722.0, 8720.0, 8739.0, 8723.0, 8743.0, 8724.0, 8744.0, 8743.0, 8769.0, 8749.0, 8766.0, 8775.0, 8769.0, 8788.0, 8785.0, 8787.0, 8789.0, 8777.0, 8790.0, 8773.0, 8772.0, 8770.0, 8769.0, 8768.0, 8781.0, 8770.0, 8768.0, 8770.0, 8783.0, 8768.0, 8789.0, 8792.0, 8796.0, 8797.0, 8818.0, 8798.0, 8819.0, 8818.0, 8825.0, 8833.0, 8823.0, 8832.0, 8822.0, 8802.0, 8821.0, 8834.0, 8823.0, 8850.0, 8839.0, 8834.0, 8824.0, 8842.0, 8848.0, 8846.0, 8843.0, 8849.0, 8844.0, 8866.0, 8863.0, 8848.0, 8830.0, 8845.0, 8844.0, 8847.0, 8846.0, 8884.0, 8831.0, 8884.0, 8848.0, 8851.0, 8875.0, 8850.0, 8845.0, 8842.0, 8850.0, 8870.0, 8886.0, 8870.0, 8879.0, 8940.0, 8906.0, 8920.0, 8884.0, 8893.0, 8859.0, 8872.0, 8861.0, 8852.0, 8805.0, 8806.0, 8769.0, 8751.0, 8820.0, 8774.0, 8776.0, 8741.0, 8743.0, 8735.0, 8743.0, 8774.0, 8761.0, 8758.0, 8741.0, 8728.0, 8741.0, 8739.0, 8745.0, 8741.0, 8739.0, 8759.0, 8740.0, 8739.0, 8745.0, 8741.0, 8743.0, 8742.0, 8740.0, 8739.0, 8743.0, 8724.0, 8747.0, 8728.0, 8763.0, 8746.0, 8765.0, 8742.0, 8769.0, 8754.0, 8791.0, 8772.0, 8793.0, 8777.0, 8795.0, 8776.0, 8813.0, 8813.0, 8820.0, 8812.0, 8814.0, 8812.0, 8798.0, 8811.0, 8818.0, 8811.0, 8821.0, 8830.0, 8816.0, 8826.0, 8820.0, 8798.0, 8819.0, 8796.0, 8796.0, 8815.0, 8817.0, 8818.0, 8819.0, 8824.0, 8834.0, 8821.0, 8835.0, 8826.0, 8811.0, 8828.0, 8818.0, 8820.0, 8822.0, 8819.0, 8822.0, 8820.0, 8841.0, 8840.0, 8829.0, 8836.0, 8849.0, 8841.0, 8845.0, 8835.0, 8851.0, 8819.0, 8868.0, 8822.0, 8806.0, 8875.0, 8829.0, 8843.0, 8855.0, 8821.0, 8869.0, 8848.0, 8834.0, 8791.0, 8802.0, 8754.0, 8797.0, 8792.0, 8748.0, 8740.0, 8741.0, 8722.0, 8744.0, 8722.0, 8744.0, 8738.0, 8744.0, 8754.0, 8768.0, 8762.0, 8763.0, 8764.0, 8773.0, 8795.0, 8819.0, 8819.0, 8822.0, 8844.0, 8854.0, 8881.0, 8858.0, 8828.0, 8873.0, 8841.0, 8854.0, 8817.0, 8799.0, 8811.0, 8797.0, 8866.0, 8835.0, 8872.0, 8795.0, 8822.0, 8774.0, 8776.0, 8821.0, 8785.0, 8818.0, 8746.0, 8784.0, 8745.0, 8740.0, 8746.0, 8743.0, 8746.0, 8762.0, 8772.0, 8770.0, 8808.0, 8795.0, 8816.0, 8804.0, 8814.0, 8818.0, 8801.0, 8797.0, 8860.0, 8815.0, 8840.0, 8797.0, 8825.0, 8791.0, 8775.0, 8790.0, 8793.0, 8810.0, 8791.0, 8774.0, 8788.0, 8773.0, 8793.0, 8791.0, 8796.0, 8795.0, 8814.0, 8813.0, 8814.0, 8816.0, 8819.0, 8817.0, 8820.0, 8824.0, 8820.0, 8826.0, 8834.0, 8828.0, 8870.0, 8822.0, 8842.0, 8821.0, 8849.0, 8804.0, 8865.0, 8794.0, 8827.0, 8797.0, 8807.0, 8796.0, 8810.0, 8798.0, 8840.0, 8797.0, 8809.0, 8797.0, 8808.0, 8793.0, 8858.0, 8775.0, 8803.0, 8789.0, 8770.0, 8769.0, 8789.0, 8768.0, 8770.0, 8786.0, 8768.0, 8784.0, 8788.0, 8787.0, 8791.0, 8789.0, 8790.0, 8758.0, 8788.0, 8818.0, 8800.0, 8822.0, 8777.0, 8785.0, 8774.0, 8772.0, 8801.0, 8808.0, 8796.0, 8793.0, 8793.0, 8796.0, 8816.0, 8795.0, 8821.0, 8814.0, 8794.0, 8815.0, 8859.0, 8795.0, 8840.0, 8774.0, 8810.0, 8768.0, 8821.0, 8754.0, 8835.0, 8756.0, 8779.0, 8744.0, 8743.0, 8741.0, 8744.0, 8745.0, 8757.0, 8744.0, 8742.0, 8746.0, 8748.0, 8785.0, 8768.0, 8773.0, 8790.0, 8791.0, 8791.0, 8793.0, 8793.0, 8822.0, 8795.0, 8791.0, 8795.0, 8841.0, 8777.0, 8845.0, 8791.0, 8773.0, 8784.0, 8756.0, 8819.0, 8801.0, 8811.0, 8766.0, 8769.0, 8761.0, 8760.0, 8736.0, 8759.0, 8748.0, 8743.0, 8763.0, 8746.0, 8764.0, 8767.0, 8767.0, 8769.0, 8789.0, 8789.0, 8799.0, 8789.0, 8785.0, 8773.0, 8785.0, 8787.0, 8772.0, 8798.0, 8768.0, 8793.0, 8754.0, 8777.0, 8754.0, 8744.0, 8769.0, 8753.0, 8771.0, 8774.0, 8789.0, 8777.0, 8792.0, 8794.0, 8777.0, 8800.0, 8795.0, 8798.0, 8810.0, 8797.0, 8801.0, 8797.0, 8796.0, 8814.0, 8796.0, 8815.0, 8799.0, 8804.0, 8787.0, 8824.0, 8806.0, 8822.0, 8834.0, 8822.0, 8850.0, 8822.0, 8865.0, 8804.0, 8827.0, 8798.0, 8840.0, 8784.0, 8847.0, 8780.0, 8794.0, 8774.0, 8773.0, 8770.0, 8805.0, 8770.0, 8770.0, 8770.0, 8772.0, 8755.0, 8789.0, 8787.0, 8790.0, 8803.0, 8774.0, 8773.0, 8772.0, 8773.0, 8784.0, 8775.0, 8802.0, 8772.0, 8798.0, 8767.0, 8780.0, 8773.0, 8782.0, 8774.0, 8799.0, 8774.0, 8756.0, 8775.0, 8770.0, 8778.0, 8805.0, 8777.0, 8822.0, 8792.0, 8787.0, 8795.0, 8792.0, 8794.0, 8823.0, 8796.0, 8788.0, 8795.0, 8803.0, 8796.0, 8837.0, 8790.0, 8804.0, 8789.0, 8802.0, 8792.0, 8801.0, 8769.0, 8786.0, 8766.0, 8796.0, 8767.0, 8794.0, 8754.0, 8777.0, 8764.0, 8730.0, 8765.0, 8749.0, 8771.0, 8766.0, 8769.0, 8767.0, 8774.0, 8786.0, 8795.0, 8813.0, 8799.0, 8783.0, 8793.0, 8791.0, 8791.0, 8797.0, 8792.0, 8803.0, 8821.0, 8802.0, 8867.0, 8800.0, 8826.0, 8796.0, 8796.0, 8772.0, 8806.0, 8770.0, 8768.0, 8770.0, 8754.0, 8791.0, 8773.0, 8793.0, 8795.0, 8791.0, 8816.0, 8782.0, 8763.0, 8772.0, 8792.0, 8805.0, 8794.0, 8820.0, 8799.0, 8794.0, 8791.0, 8863.0, 8798.0, 8842.0, 8776.0, 8818.0, 8772.0, 8819.0, 8775.0, 8798.0, 8767.0, 8763.0, 8743.0, 8765.0, 8769.0, 8789.0, 8774.0, 8791.0, 8792.0, 8777.0, 8797.0, 8780.0, 8801.0, 8807.0, 8802.0, 8826.0, 8818.0, 8830.0, 8813.0, 8799.0, 8806.0, 8814.0, 8801.0, 8804.0, 8807.0, 8822.0, 8823.0, 8826.0, 8841.0, 8811.0, 8844.0, 8826.0, 8830.0, 8839.0, 8825.0, 8856.0, 8820.0, 8831.0, 8837.0, 8816.0, 8802.0, 8808.0, 8799.0, 8797.0, 8845.0, 8795.0, 8829.0, 8801.0, 8799.0, 8799.0, 8798.0, 8816.0, 8827.0, 8797.0, 8797.0, 8794.0, 8825.0, 8799.0, 8829.0, 8797.0, 8846.0, 8796.0, 8805.0, 8795.0, 8807.0, 8805.0, 8778.0, 8790.0, 8787.0, 8779.0, 8795.0, 8800.0, 8800.0, 8814.0, 8806.0, 8813.0, 8787.0, 8826.0, 8823.0, 8794.0, 8795.0, 8799.0, 8800.0, 8816.0, 8815.0, 8803.0, 8801.0, 8815.0, 8796.0, 8827.0, 8809.0, 8834.0, 8777.0, 8790.0, 8809.0, 8770.0, 8819.0, 8786.0, 8794.0, 8748.0, 8775.0, 8747.0, 8741.0, 8744.0, 8741.0, 8757.0, 8743.0, 8762.0, 8759.0, 8749.0, 8746.0, 8730.0, 8746.0, 8744.0, 8744.0, 8745.0, 8745.0, 8741.0, 8747.0, 8729.0, 8749.0, 8747.0, 8763.0, 8751.0, 8768.0, 8751.0, 8771.0, 8753.0, 8768.0, 8773.0, 8789.0, 8787.0, 8792.0, 8786.0, 8790.0, 8809.0, 8796.0, 8790.0, 8803.0, 8808.0, 8795.0, 8796.0, 8794.0, 8792.0, 8778.0, 8793.0, 8825.0, 8779.0, 8822.0, 8778.0, 8817.0, 8778.0, 8823.0, 8792.0, 8790.0, 8788.0, 8788.0, 8794.0, 8803.0, 8776.0, 8787.0, 8775.0, 8772.0, 8776.0, 8779.0, 8775.0, 8791.0, 8777.0, 8793.0, 8791.0, 8803.0, 8813.0, 8797.0, 8795.0, 8797.0, 8809.0, 8801.0, 8842.0, 8797.0, 8823.0, 8778.0, 8779.0, 8804.0, 8793.0, 8802.0, 8770.0, 8802.0, 8771.0, 8753.0, 8784.0, 8757.0, 8776.0, 8792.0, 8794.0, 8763.0, 8797.0, 8794.0, 8784.0, 8806.0, 8796.0, 8798.0, 8797.0, 8781.0, 8800.0, 8801.0, 8806.0, 8819.0, 8802.0, 8819.0, 8807.0, 8821.0, 8841.0, 8834.0, 8803.0, 8850.0, 8797.0, 8842.0, 8817.0, 8827.0, 8779.0, 8808.0, 8773.0, 8776.0, 8793.0, 8790.0, 8796.0, 8792.0, 8780.0, 8792.0, 8777.0, 8777.0, 8780.0, 8774.0, 8778.0, 8791.0, 8770.0, 8773.0, 8775.0, 8775.0, 8781.0, 8775.0, 8776.0, 8806.0, 8774.0, 8822.0, 8779.0, 8803.0, 8774.0, 8821.0, 8790.0, 8787.0, 8791.0, 8774.0, 8794.0, 8788.0, 8777.0, 8773.0, 8793.0, 8776.0, 8798.0, 8790.0, 8793.0, 8796.0, 8776.0, 8777.0, 8793.0, 8842.0, 8828.0, 8839.0, 8773.0, 8801.0, 8754.0, 8780.0, 8755.0, 8780.0, 8752.0, 8783.0, 8772.0, 8752.0, 8787.0, 8759.0, 8777.0, 8778.0, 8774.0, 8777.0, 8808.0, 8774.0, 8802.0, 8756.0, 8801.0, 8752.0, 8755.0, 8770.0, 8767.0, 8783.0, 8770.0, 8781.0, 8770.0, 8771.0, 8773.0, 8752.0, 8770.0, 8759.0, 8770.0, 8786.0, 8772.0, 8769.0, 8800.0, 8768.0, 8796.0, 8770.0, 8780.0, 8769.0, 8766.0, 8768.0, 8766.0, 8771.0, 8767.0, 8772.0, 8783.0, 8773.0, 8769.0, 8776.0, 8773.0, 8794.0, 8774.0, 8793.0, 8779.0, 8780.0, 8776.0, 8804.0, 8793.0, 8776.0, 8797.0, 8777.0, 8798.0, 8810.0, 8799.0, 8843.0, 8800.0, 8825.0, 8793.0, 8821.0, 8796.0, 8840.0, 8775.0, 8820.0, 8757.0, 8783.0, 8756.0, 8784.0, 8752.0, 8779.0, 8772.0, 8738.0, 8770.0, 8755.0, 8777.0, 8773.0, 8790.0, 8792.0, 8794.0, 8790.0, 8794.0, 8791.0, 8778.0, 8807.0, 8777.0, 8778.0, 8788.0, 8775.0, 8771.0, 8776.0, 8772.0, 8772.0, 8775.0, 8777.0, 8755.0, 8793.0, 8790.0, 8781.0, 8791.0, 8781.0, 8778.0, 8794.0, 8777.0, 8781.0, 8782.0, 8777.0, 8779.0, 8796.0, 8782.0, 8794.0, 8780.0, 8792.0, 8785.0, 8796.0, 8800.0, 8805.0, 8800.0, 8821.0, 8815.0, 8829.0, 8852.0, 8827.0, 8851.0, 8824.0, 8848.0, 8826.0, 8871.0, 8836.0, 8853.0, 8804.0, 8845.0, 8798.0, 8844.0, 8819.0, 8841.0, 8778.0, 8806.0, 8775.0, 8771.0, 8774.0, 8773.0, 8773.0, 8796.0, 8776.0, 8779.0, 8779.0, 8780.0, 8826.0, 8780.0, 8826.0, 8795.0, 8804.0, 8783.0, 8839.0, 8802.0, 8844.0, 8779.0, 8791.0, 8774.0, 8774.0, 8829.0, 8760.0, 8788.0, 8776.0, 8774.0, 8797.0, 8786.0, 8770.0, 8794.0, 8786.0, 8773.0, 8792.0, 8819.0, 8796.0, 8792.0, 8792.0, 8792.0, 8781.0, 8793.0, 8871.0, 8797.0, 8840.0, 8792.0, 8788.0, 8773.0, 8771.0, 8784.0, 8805.0, 8774.0, 8820.0, 8755.0, 8751.0, 8733.0, 8740.0, 8772.0, 8713.0, 8806.0, 8738.0, 8769.0, 8736.0, 8733.0, 8738.0, 8730.0, 8749.0, 8764.0, 8778.0, 8772.0, 8785.0, 8777.0, 8791.0, 8781.0, 8790.0, 8777.0, 8791.0, 8776.0, 8835.0, 8777.0, 8817.0, 8770.0, 8794.0, 8751.0, 8752.0, 8764.0, 8770.0, 8752.0, 8768.0, 8772.0, 8770.0, 8750.0, 8770.0, 8760.0, 8770.0, 8775.0, 8792.0, 8780.0, 8761.0, 8795.0, 8794.0, 8801.0, 8811.0, 8816.0, 8816.0, 8815.0, 8799.0, 8822.0, 8818.0, 8820.0, 8850.0, 8820.0, 8828.0, 8819.0, 8832.0, 8812.0, 8849.0, 8801.0, 8797.0, 8798.0, 8781.0, 8802.0, 8814.0, 8802.0, 8798.0, 8822.0, 8799.0, 8800.0, 8817.0, 8806.0, 8835.0, 8823.0, 8794.0, 8805.0, 8803.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.0007371972318339101</td></tr>
<tr><td colspan=3>aqi</td><td>0.030545314100346017</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.426942724632035</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2365453286580108</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9914422898701297</td></tr>
<tr><td colspan=3>efc</td><td>0.4961</td></tr>
<tr><td colspan=3>fber</td><td>4180.4448</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10372181235289508</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>69</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.968858131487889</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5045613626361316</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4002964882270175</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.763798752287721</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.349588847393657</td></tr>
<tr><td colspan=3>gcor</td><td>0.0204578</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016101744025945663</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03295581415295601</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1156</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.820344465846444</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>23.2803</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.2736</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>196.7353</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298270.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>959.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>356.8967</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2553</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>449.1183</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3100.43</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3303.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78274.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>959.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4079.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>864.5762</td></tr>
<tr><td colspan=3>tsnr</td><td>36.36314528470393</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>