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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:15:30.107500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99593, -0.022364, -0.0873077, 0.0140805, 0.995438, -0.0943647]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0978457</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>[4218, -7791, -7296, 210, -124, -132, -114, 96]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</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>256.126</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fd260357-d4b1-4acf-9168-3d0c2ff7d8c3||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6720082759857178, 0.037777043879032135, -0.2403535544872284, 116.93028259277344], [0.06000104546546936, 2.670687675476074, -0.2504286766052246, -95.27086639404297], [-0.23424029350280762, 0.25317367911338806, 2.6775951385498047, -82.20867156982422], [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': ['101530.107500', '101530.567500', '101531.027500', '101531.487500', '101531.947500', '101532.407500', '101532.867500', '101533.327500', '101533.787500', '101534.247500', '101534.707500', '101535.167500', '101535.627500', '101536.087500', '101536.547500', '101537.007500', '101537.467500', '101537.927500', '101538.387500', '101538.847500', '101539.307500', '101539.767500', '101540.227500', '101540.687500', '101541.147500', '101541.607500', '101542.067500', '101542.527500', '101542.987500', '101543.447500', '101543.907500', '101544.367500', '101544.827500', '101545.287500', '101545.747500', '101546.207500', '101546.667500', '101547.127500', '101547.587500', '101548.047500', '101548.507500', '101548.967500', '101549.427500', '101549.887500', '101550.347500', '101550.807500', '101551.267500', '101551.727500', '101552.187500', '101552.647500', '101553.107500', '101553.567500', '101554.027500', '101554.487500', '101554.947500', '101555.407500', '101555.867500', '101556.327500', '101556.787500', '101557.247500', '101557.707500', '101558.167500', '101558.627500', '101559.087500', '101559.547500', '101600.007500', '101600.467500', '101600.927500', '101601.387500', '101601.847500', '101602.307500', '101602.767500', '101603.227500', '101603.687500', '101604.147500', '101604.607500', '101605.067500', '101605.527500', '101605.987500', '101606.447500', '101606.907500', '101607.367500', '101607.827500', '101608.287500', '101608.747500', '101609.207500', '101609.667500', '101610.127500', '101610.587500', '101611.047500', '101611.507500', '101611.967500', '101612.427500', '101612.887500', '101613.347500', '101613.807500', '101614.267500', '101614.727500', '101615.187500', '101615.647500', '101616.107500', '101616.567500', '101617.027500', '101617.487500', '101617.947500', '101618.407500', '101618.867500', '101619.327500', '101619.787500', '101620.247500', '101620.707500', '101621.167500', '101621.627500', '101622.087500', '101622.547500', '101623.007500', '101623.467500', '101623.927500', '101624.387500', '101624.847500', '101625.307500', '101625.767500', '101626.227500', '101626.687500', '101627.147500', '101627.607500', '101628.067500', '101628.527500', '101628.987500', '101629.447500', '101629.907500', '101630.367500', '101630.827500', '101631.287500', '101631.747500', '101632.207500', '101632.667500', '101633.127500', '101633.587500', '101634.047500', '101634.507500', '101634.967500', '101635.427500', '101635.887500', '101636.347500', '101636.807500', '101637.267500', '101637.727500', '101638.187500', '101638.647500', '101639.107500', '101639.567500', '101640.027500', '101640.487500', '101640.947500', '101641.407500', '101641.867500', '101642.327500', '101642.787500', '101643.247500', '101643.707500', '101644.167500', '101644.627500', '101645.087500', '101645.547500', '101646.007500', '101646.467500', '101646.927500', '101647.387500', '101647.847500', '101648.307500', '101648.767500', '101649.227500', '101649.687500', '101650.147500', '101650.607500', '101651.067500', '101651.527500', '101651.987500', '101652.447500', '101652.907500', '101653.367500', '101653.827500', '101654.287500', '101654.747500', '101655.207500', '101655.667500', '101656.127500', '101656.587500', '101657.047500', '101657.507500', '101657.967500', '101658.427500', '101658.887500', '101659.347500', '101659.807500', '101700.267500', '101700.727500', '101701.187500', '101701.647500', '101702.107500', '101702.567500', '101703.027500', '101703.487500', '101703.947500', '101704.407500', '101704.867500', '101705.327500', '101705.787500', '101706.247500', '101706.707500', '101707.167500', '101707.627500', '101708.087500', '101708.547500', '101709.007500', '101709.467500', '101709.927500', '101710.387500', '101710.847500', '101711.307500', '101711.767500', '101712.227500', '101712.687500', '101713.147500', '101713.607500', '101714.067500', '101714.527500', '101714.987500', '101715.447500', '101715.907500', '101716.367500', '101716.827500', '101717.287500', '101717.747500', '101718.207500', '101718.667500', '101719.127500', '101719.587500', '101720.047500', '101720.507500', '101720.967500', '101721.427500', '101721.887500', '101722.347500', '101722.807500', '101723.267500', '101723.727500', '101724.187500', '101724.647500', '101725.107500', '101725.567500', '101726.027500', '101726.487500', '101726.947500', '101727.407500', '101727.867500', '101728.327500', '101728.787500', '101729.247500', '101729.707500', '101730.167500', '101730.627500', '101731.087500', '101731.547500', '101732.007500', '101732.467500', '101732.927500', '101733.387500', '101733.847500', '101734.307500', '101734.767500', '101735.227500', '101735.687500', '101736.147500', '101736.607500', '101737.067500', '101737.527500', '101737.987500', '101738.447500', '101738.907500', '101739.367500', '101739.827500', '101740.287500', '101740.747500', '101741.207500', '101741.667500', '101742.127500', '101742.587500', '101743.047500', '101743.507500', '101743.967500', '101744.427500', '101744.887500', '101745.347500', '101745.807500', '101746.267500', '101746.727500', '101747.187500', '101747.647500', '101748.107500', '101748.567500', '101749.027500', '101749.487500', '101749.947500', '101750.407500', '101750.867500', '101751.327500', '101751.787500', '101752.247500', '101752.707500', '101753.167500', '101753.627500', '101754.087500', '101754.547500', '101755.007500', '101755.467500', '101755.927500', '101756.387500', '101756.847500', '101757.307500', '101757.767500', '101758.227500', '101758.687500', '101759.147500', '101759.607500', '101800.067500', '101800.527500', '101800.987500', '101801.447500', '101801.907500', '101802.367500', '101802.827500', '101803.287500', '101803.747500', '101804.207500', '101804.667500', '101805.127500', '101805.587500', '101806.047500', '101806.507500', '101806.967500', '101807.427500', '101807.887500', '101808.347500', '101808.807500', '101809.267500', '101809.727500', '101810.187500', '101810.647500', '101811.107500', '101811.567500', '101812.027500', '101812.487500', '101812.947500', '101813.407500', '101813.867500', '101814.327500', '101814.787500', '101815.247500', '101815.707500', '101816.167500', '101816.627500', '101817.087500', '101817.547500', '101818.007500', '101818.467500', '101818.927500', '101819.387500', '101819.847500', '101820.307500', '101820.767500', '101821.227500', '101821.687500', '101822.147500', '101822.607500', '101823.067500', '101823.527500', '101823.987500', '101824.447500', '101824.907500', '101825.367500', '101825.827500', '101826.287500', '101826.747500', '101827.207500', '101827.667500', '101828.127500', '101828.587500', '101829.047500', '101829.507500', '101829.967500', '101830.427500', '101830.887500', '101831.347500', '101831.807500', '101832.267500', '101832.727500', '101833.187500', '101833.647500', '101834.107500', '101834.567500', '101835.027500', '101835.487500', '101835.947500', '101836.407500', '101836.867500', '101837.327500', '101837.787500', '101838.247500', '101838.707500', '101839.167500', '101839.627500', '101840.087500', '101840.547500', '101841.007500', '101841.467500', '101841.927500', '101842.387500', '101842.847500', '101843.307500', '101843.767500', '101844.227500', '101844.687500', '101845.147500', '101845.607500', '101846.067500', '101846.527500', '101846.987500', '101847.447500', '101847.907500', '101848.367500', '101848.827500', '101849.287500', '101849.747500', '101850.207500', '101850.667500', '101851.127500', '101851.587500', '101852.047500', '101852.507500', '101852.967500', '101853.427500', '101853.887500', '101854.347500', '101854.807500', '101855.267500', '101855.727500', '101856.187500', '101856.647500', '101857.107500', '101857.567500', '101858.027500', '101858.487500', '101858.947500', '101859.407500', '101859.867500', '101900.327500', '101900.787500', '101901.247500', '101901.707500', '101902.167500', '101902.627500', '101903.087500', '101903.547500', '101904.007500', '101904.467500', '101904.927500', '101905.387500', '101905.847500', '101906.307500', '101906.767500', '101907.227500', '101907.687500', '101908.147500', '101908.607500', '101909.067500', '101909.527500', '101909.987500', '101910.447500', '101910.907500', '101911.367500', '101911.827500', '101912.287500', '101912.747500', '101913.207500', '101913.667500', '101914.127500', '101914.587500', '101915.047500', '101915.507500', '101915.967500', '101916.427500', '101916.887500', '101917.347500', '101917.807500', '101918.267500', '101918.727500', '101919.187500', '101919.647500', '101920.107500', '101920.567500', '101921.027500', '101921.487500', '101921.947500', '101922.407500', '101922.867500', '101923.327500', '101923.787500', '101924.247500', '101924.707500', '101925.167500', '101925.627500', '101926.087500', '101926.547500', '101927.007500', '101927.467500', '101927.927500', '101928.387500', '101928.847500', '101929.307500', '101929.767500', '101930.227500', '101930.687500', '101931.147500', '101931.607500', '101932.067500', '101932.527500', '101932.987500', '101933.447500', '101933.907500', '101934.367500', '101934.827500', '101935.287500', '101935.747500', '101936.207500', '101936.667500', '101937.127500', '101937.587500', '101938.047500', '101938.507500', '101938.967500', '101939.427500', '101939.887500', '101940.347500', '101940.807500', '101941.267500', '101941.727500', '101942.187500', '101942.647500', '101943.107500', '101943.567500', '101944.027500', '101944.487500', '101944.947500', '101945.407500', '101945.867500', '101946.327500', '101946.787500', '101947.247500', '101947.707500', '101948.167500', '101948.627500', '101949.087500', '101949.547500', '101950.007500', '101950.467500', '101950.927500', '101951.387500', '101951.847500', '101952.307500', '101952.767500', '101953.227500', '101953.687500', '101954.147500', '101954.607500', '101955.067500', '101955.527500', '101955.987500', '101956.447500', '101956.907500', '101957.367500', '101957.827500', '101958.287500', '101958.747500', '101959.207500', '101959.667500', '102000.127500', '102000.587500', '102001.047500', '102001.507500', '102001.967500', '102002.427500', '102002.887500', '102003.347500', '102003.807500', '102004.267500', '102004.727500', '102005.187500', '102005.647500', '102006.107500', '102006.567500', '102007.027500', '102007.487500', '102007.947500', '102008.407500', '102008.867500', '102009.327500', '102009.787500', '102010.247500', '102010.707500', '102011.167500', '102011.627500', '102012.087500', '102012.547500', '102013.007500', '102013.467500', '102013.927500', '102014.387500', '102014.847500', '102015.307500', '102015.767500', '102016.227500', '102016.687500', '102017.147500', '102017.607500', '102018.067500', '102018.527500', '102018.987500', '102019.447500', '102019.907500', '102020.367500', '102020.827500', '102021.287500', '102021.747500', '102022.207500', '102022.667500', '102023.127500', '102023.587500', '102024.047500', '102024.507500', '102024.967500', '102025.427500', '102025.887500', '102026.347500', '102026.807500', '102027.267500', '102027.727500', '102028.187500', '102028.647500', '102029.107500', '102029.567500', '102030.027500', '102030.487500', '102030.947500', '102031.407500', '102031.867500', '102032.327500', '102032.787500', '102033.247500', '102033.707500', '102034.167500', '102034.627500', '102035.087500', '102035.547500', '102036.007500', '102036.467500', '102036.927500', '102037.387500', '102037.847500', '102038.307500', '102038.767500', '102039.227500', '102039.687500', '102040.147500', '102040.607500', '102041.067500', '102041.527500', '102041.987500', '102042.447500', '102042.907500', '102043.367500', '102043.827500', '102044.287500', '102044.747500', '102045.207500', '102045.667500', '102046.127500', '102046.587500', '102047.047500', '102047.507500', '102047.967500', '102048.427500', '102048.887500', '102049.347500', '102049.807500', '102050.267500', '102050.727500', '102051.187500', '102051.647500', '102052.107500', '102052.567500', '102053.027500', '102053.487500', '102053.947500', '102054.407500', '102054.867500', '102055.327500', '102055.787500', '102056.247500', '102056.707500', '102057.167500', '102057.627500', '102058.087500', '102058.547500', '102059.007500', '102059.467500', '102059.927500', '102100.387500', '102100.847500', '102101.307500', '102101.767500', '102102.227500', '102102.687500', '102103.147500', '102103.607500', '102104.067500', '102104.527500', '102104.987500', '102105.447500', '102105.907500', '102106.367500', '102106.827500', '102107.287500', '102107.747500', '102108.207500', '102108.667500', '102109.127500', '102109.587500', '102110.047500', '102110.507500', '102110.967500', '102111.427500', '102111.887500', '102112.347500', '102112.807500', '102113.267500', '102113.727500', '102114.187500', '102114.647500', '102115.107500', '102115.567500', '102116.027500', '102116.487500', '102116.947500', '102117.407500', '102117.867500', '102118.327500', '102118.787500', '102119.247500', '102119.707500', '102120.167500', '102120.627500', '102121.087500', '102121.547500', '102122.007500', '102122.467500', '102122.927500', '102123.387500', '102123.847500', '102124.307500', '102124.767500', '102125.227500', '102125.687500', '102126.147500', '102126.607500', '102127.067500', '102127.527500', '102127.987500', '102128.447500', '102128.907500', '102129.367500', '102129.827500', '102130.287500', '102130.747500', '102131.207500', '102131.667500', '102132.127500', '102132.587500', '102133.047500', '102133.507500', '102133.967500', '102134.427500', '102134.887500', '102135.347500', '102135.807500', '102136.267500', '102136.727500', '102137.187500', '102137.647500', '102138.107500', '102138.567500', '102139.027500', '102139.487500', '102139.947500', '102140.407500', '102140.867500', '102141.327500', '102141.787500', '102142.247500', '102142.707500', '102143.167500', '102143.627500', '102144.087500', '102144.547500', '102145.007500', '102145.467500', '102145.927500', '102146.387500', '102146.847500', '102147.307500', '102147.767500', '102148.227500', '102148.687500', '102149.147500', '102149.607500', '102150.067500', '102150.527500', '102150.987500', '102151.447500', '102151.907500', '102152.367500', '102152.827500', '102153.287500', '102153.747500', '102154.207500', '102154.667500', '102155.127500', '102155.587500', '102156.047500', '102156.507500', '102156.967500', '102157.427500', '102157.887500', '102158.347500', '102158.807500', '102159.267500', '102159.727500', '102200.187500', '102200.647500', '102201.107500', '102201.567500', '102202.027500', '102202.487500', '102202.947500', '102203.407500', '102203.867500', '102204.327500', '102204.787500', '102205.247500', '102205.707500', '102206.167500', '102206.627500', '102207.087500', '102207.547500', '102208.007500', '102208.467500', '102208.927500', '102209.387500', '102209.847500', '102210.307500', '102210.767500', '102211.227500', '102211.687500', '102212.147500', '102212.607500', '102213.067500', '102213.527500', '102213.987500', '102214.447500', '102214.907500', '102215.367500', '102215.827500', '102216.287500', '102216.747500', '102217.207500', '102217.667500', '102218.127500', '102218.587500', '102219.047500', '102219.507500', '102219.967500', '102220.427500', '102220.887500', '102221.347500', '102221.807500', '102222.267500', '102222.727500', '102223.187500', '102223.647500', '102224.107500', '102224.567500', '102225.027500', '102225.487500', '102225.947500', '102226.407500', '102226.867500', '102227.327500', '102227.787500', '102228.247500', '102228.707500', '102229.167500', '102229.627500', '102230.087500', '102230.547500', '102231.007500', '102231.467500', '102231.927500', '102232.387500', '102232.847500', '102233.307500', '102233.767500', '102234.227500', '102234.687500', '102235.147500', '102235.607500', '102236.067500', '102236.527500', '102236.987500', '102237.447500', '102237.907500', '102238.367500', '102238.827500', '102239.287500', '102239.747500', '102240.207500', '102240.667500', '102241.127500', '102241.587500', '102242.047500', '102242.507500', '102242.967500', '102243.427500', '102243.887500', '102244.347500', '102244.807500', '102245.267500', '102245.727500', '102246.187500', '102246.647500', '102247.107500', '102247.567500', '102248.027500', '102248.487500', '102248.947500', '102249.407500', '102249.867500', '102250.327500', '102250.787500', '102251.247500', '102251.707500', '102252.167500', '102252.627500', '102253.087500', '102253.547500', '102254.007500', '102254.467500', '102254.927500', '102255.387500', '102255.847500', '102256.307500', '102256.767500', '102257.227500', '102257.687500', '102258.147500', '102258.607500', '102259.067500', '102259.527500', '102259.987500', '102300.447500', '102300.907500', '102301.367500', '102301.827500', '102302.287500', '102302.747500', '102303.207500', '102303.667500', '102304.127500', '102304.587500', '102305.047500', '102305.507500', '102305.967500', '102306.427500', '102306.887500', '102307.347500', '102307.807500', '102308.267500', '102308.727500', '102309.187500', '102309.647500', '102310.107500', '102310.567500', '102311.027500', '102311.487500', '102311.947500', '102312.407500', '102312.867500', '102313.327500', '102313.787500', '102314.247500', '102314.707500', '102315.167500', '102315.627500', '102316.087500', '102316.547500', '102317.007500', '102317.467500', '102317.927500', '102318.387500', '102318.847500', '102319.307500', '102319.767500', '102320.227500', '102320.687500', '102321.147500', '102321.607500', '102322.067500', '102322.527500', '102322.987500', '102323.447500', '102323.907500', '102324.367500', '102324.827500', '102325.287500', '102325.747500', '102326.207500', '102326.667500', '102327.127500', '102327.587500', '102328.047500', '102328.507500', '102328.967500', '102329.427500', '102329.887500', '102330.347500', '102330.807500', '102331.267500', '102331.727500', '102332.187500', '102332.647500', '102333.107500', '102333.567500', '102334.027500', '102334.487500', '102334.947500', '102335.407500', '102335.867500', '102336.327500', '102336.787500', '102337.247500', '102337.707500', '102338.167500', '102338.627500', '102339.087500', '102339.547500', '102340.007500', '102340.467500', '102340.927500', '102341.387500', '102341.847500', '102342.307500', '102342.767500', '102343.227500', '102343.687500', '102344.147500', '102344.607500', '102345.067500', '102345.527500', '102345.987500', '102346.447500', '102346.907500', '102347.367500', '102347.827500', '102348.287500', '102348.747500', '102349.207500', '102349.667500', '102350.127500', '102350.587500', '102351.047500', '102351.507500', '102351.967500', '102352.427500', '102352.887500', '102353.347500', '102353.807500', '102354.267500', '102354.727500', '102355.187500', '102355.647500', '102356.107500', '102356.567500', '102357.027500', '102357.487500', '102357.947500', '102358.407500', '102358.867500', '102359.327500', '102359.787500', '102400.247500', '102400.707500', '102401.167500', '102401.627500', '102402.087500', '102402.547500', '102403.007500', '102403.467500', '102403.927500', '102404.387500', '102404.847500', '102405.307500', '102405.767500', '102406.227500', '102406.687500', '102407.147500', '102407.607500', '102408.067500', '102408.527500', '102408.987500', '102409.447500', '102409.907500', '102410.367500', '102410.827500', '102411.287500', '102411.747500', '102412.207500', '102412.667500', '102413.127500', '102413.587500', '102414.047500', '102414.507500', '102414.967500', '102415.427500', '102415.887500', '102416.347500', '102416.807500', '102417.267500', '102417.727500', '102418.187500', '102418.647500', '102419.107500', '102419.567500', '102420.027500', '102420.487500', '102420.947500', '102421.407500'], 'ContentTime': ['101547.289000', '101547.293000', '101547.295000', '101547.298000', '101547.300000', '101547.303000', '101547.306000', '101547.308000', '101547.311000', '101547.314000', '101547.316000', '101547.319000', '101547.321000', '101547.331000', '101547.334000', '101547.336000', '101547.339000', '101547.341000', '101547.344000', '101547.347000', '101547.349000', '101547.352000', '101547.354000', '101547.357000', '101547.359000', '101547.362000', '101547.365000', '101547.367000', '101547.370000', '101547.373000', '101547.375000', '101547.378000', '101547.380000', '101547.383000', '101547.388000', '101607.256000', '101607.259000', '101607.262000', '101607.264000', '101607.267000', '101607.270000', '101607.272000', '101607.275000', '101607.277000', '101607.280000', '101607.282000', '101607.285000', '101607.287000', '101607.290000', '101607.293000', '101607.295000', '101607.298000', '101607.300000', '101607.303000', '101607.306000', '101607.308000', '101607.311000', '101607.313000', '101607.316000', '101607.318000', '101607.321000', '101607.323000', '101607.326000', '101607.329000', '101607.331000', '101607.334000', '101607.336000', '101607.339000', '101607.342000', '101607.344000', '101607.347000', '101607.350000', '101607.352000', '101607.355000', '101607.357000', '101607.360000', '101607.362000', '101607.365000', '101607.368000', '101627.256000', '101627.259000', '101627.262000', '101627.265000', '101627.267000', '101627.270000', '101627.272000', '101627.275000', '101627.277000', '101627.280000', '101627.289000', '101627.292000', '101627.294000', '101627.297000', '101627.300000', '101627.302000', '101627.305000', '101627.307000', '101627.310000', '101627.313000', '101627.315000', '101627.318000', '101627.320000', '101627.323000', '101627.325000', '101627.328000', '101627.330000', '101627.333000', '101627.336000', '101627.338000', '101627.341000', '101627.343000', '101627.346000', '101627.348000', '101627.351000', '101627.353000', '101627.356000', '101627.359000', '101627.361000', '101627.364000', '101627.366000', '101627.369000', '101627.371000', '101647.257000', '101647.271000', '101647.274000', '101647.276000', '101647.279000', '101647.282000', '101647.284000', '101647.287000', '101647.289000', '101647.292000', '101647.295000', '101647.297000', '101647.300000', '101647.304000', '101647.313000', '101647.316000', '101647.318000', '101647.321000', '101647.323000', '101647.326000', '101647.329000', '101647.331000', '101647.334000', '101647.336000', '101647.339000', '101647.342000', '101647.344000', '101647.347000', '101647.350000', '101647.352000', '101647.355000', '101647.357000', '101647.360000', '101647.362000', '101647.365000', '101647.368000', '101647.370000', '101647.373000', '101647.375000', '101647.378000', '101647.380000', '101647.383000', '101647.386000', '101707.255000', '101707.258000', '101707.261000', '101707.264000', '101707.266000', '101707.269000', '101707.271000', '101707.274000', '101707.277000', '101707.279000', '101707.282000', '101707.284000', '101707.287000', '101707.289000', '101707.292000', '101707.295000', '101707.297000', '101707.300000', '101707.302000', '101707.305000', '101707.308000', '101707.310000', '101707.313000', '101707.315000', '101707.318000', '101707.320000', '101707.323000', '101707.326000', '101707.328000', '101707.331000', '101707.333000', '101707.336000', '101707.339000', '101707.341000', '101707.344000', '101707.346000', '101707.349000', '101707.352000', '101707.354000', '101707.357000', '101707.359000', '101707.362000', '101707.365000', '101707.367000', '101727.255000', '101727.258000', '101727.261000', '101727.264000', '101727.266000', '101727.269000', '101727.271000', '101727.274000', '101727.277000', '101727.279000', '101727.282000', '101727.284000', '101727.287000', '101727.289000', '101727.292000', '101727.295000', '101727.297000', '101727.300000', '101727.302000', '101727.305000', '101727.308000', '101727.310000', '101727.313000', '101727.315000', '101727.318000', '101727.320000', '101727.323000', '101727.326000', '101727.328000', '101727.331000', '101727.333000', '101727.336000', '101727.338000', '101727.341000', '101727.344000', '101727.346000', '101727.349000', '101727.351000', '101727.354000', '101727.356000', '101727.359000', '101727.362000', '101727.364000', '101727.367000', '101747.256000', '101747.258000', '101747.261000', '101747.264000', '101747.266000', '101747.269000', '101747.271000', '101747.274000', '101747.277000', '101747.279000', '101747.282000', '101747.284000', '101747.287000', '101747.290000', '101747.292000', '101747.295000', '101747.297000', '101747.300000', '101747.303000', '101747.305000', '101747.308000', '101747.310000', '101747.313000', '101747.316000', '101747.318000', '101747.321000', '101747.323000', '101747.326000', '101747.329000', '101747.331000', '101747.334000', '101747.336000', '101747.339000', '101747.342000', '101747.344000', '101747.347000', '101747.349000', '101747.352000', '101747.355000', '101747.357000', '101747.360000', '101747.362000', '101747.365000', '101807.255000', '101807.258000', '101807.261000', '101807.263000', '101807.266000', '101807.269000', '101807.271000', '101807.274000', '101807.277000', '101807.279000', '101807.282000', '101807.284000', '101807.287000', '101807.290000', '101807.293000', '101807.296000', '101807.299000', '101807.301000', '101807.304000', '101807.307000', '101807.309000', '101807.312000', '101807.315000', '101807.317000', '101807.320000', '101807.322000', '101807.325000', '101807.328000', '101807.330000', '101807.333000', '101807.336000', '101807.338000', '101807.341000', '101807.344000', '101807.377000', '101807.380000', '101807.383000', '101807.385000', '101807.388000', '101807.390000', '101807.393000', '101807.396000', '101807.398000', '101827.257000', '101827.260000', '101827.262000', '101827.265000', '101827.267000', '101827.270000', '101827.273000', '101827.275000', '101827.278000', '101827.281000', '101827.283000', '101827.286000', '101827.288000', '101827.291000', '101827.293000', '101827.296000', '101827.299000', '101827.301000', '101827.304000', '101827.307000', '101827.309000', '101827.312000', '101827.314000', '101827.317000', '101827.320000', '101827.322000', '101827.325000', '101827.327000', '101827.330000', '101827.333000', '101827.335000', '101827.338000', '101827.340000', '101827.343000', '101827.346000', '101827.348000', '101827.351000', '101827.353000', '101827.356000', '101827.359000', '101827.361000', '101827.364000', '101827.367000', '101827.369000', '101847.257000', '101847.259000', '101847.262000', '101847.265000', '101847.267000', '101847.270000', '101847.273000', '101847.275000', '101847.278000', '101847.280000', '101847.283000', '101847.286000', '101847.288000', '101847.291000', '101847.293000', '101847.296000', '101847.299000', '101847.301000', '101847.304000', '101847.307000', '101847.309000', '101847.312000', '101847.316000', '101847.319000', '101847.322000', '101847.325000', '101847.328000', '101847.331000', '101847.333000', '101847.336000', '101847.339000', '101847.341000', '101847.344000', '101847.346000', '101847.349000', '101847.352000', '101847.354000', '101847.357000', '101847.360000', '101847.362000', '101847.365000', '101847.368000', '101847.370000', '101907.256000', '101907.259000', '101907.262000', '101907.264000', '101907.267000', '101907.270000', '101907.272000', '101907.275000', '101907.277000', '101907.280000', '101907.283000', '101907.285000', '101907.288000', '101907.290000', '101907.293000', '101907.296000', '101907.298000', '101907.301000', '101907.303000', '101907.306000', '101907.318000', '101907.321000', '101907.323000', '101907.326000', '101907.328000', '101907.331000', '101907.334000', '101907.336000', '101907.339000', '101907.342000', '101907.344000', '101907.347000', '101907.349000', '101907.352000', '101907.355000', '101907.357000', '101907.360000', '101907.363000', '101907.365000', '101907.368000', '101907.370000', '101907.373000', '101907.376000', '101907.378000', '101927.256000', '101927.258000', '101927.261000', '101927.264000', '101927.266000', '101927.269000', '101927.271000', '101927.274000', '101927.277000', '101927.279000', '101927.282000', '101927.284000', '101927.287000', '101927.290000', '101927.292000', '101927.295000', '101927.297000', '101927.300000', '101927.303000', '101927.305000', '101927.308000', '101927.310000', '101927.313000', '101927.316000', '101927.318000', '101927.321000', '101927.323000', '101927.326000', '101927.328000', '101927.331000', '101927.334000', '101927.336000', '101927.339000', '101927.341000', '101927.344000', '101927.346000', '101927.349000', '101927.352000', '101927.354000', '101927.371000', '101927.374000', '101927.376000', '101927.379000', '101947.255000', '101947.258000', '101947.261000', '101947.264000', '101947.266000', '101947.269000', '101947.271000', '101947.274000', '101947.276000', '101947.279000', '101947.282000', '101947.296000', '101947.298000', '101947.301000', '101947.304000', '101947.306000', '101947.309000', '101947.311000', '101947.314000', '101947.317000', '101947.319000', '101947.322000', '101947.325000', '101947.327000', '101947.330000', '101947.332000', '101947.335000', '101947.338000', '101947.340000', '101947.343000', '101947.345000', '101947.348000', '101947.350000', '101947.353000', '101947.355000', '101947.358000', '101947.361000', '101947.363000', '101947.366000', '101947.368000', '101947.371000', '101947.373000', '101947.376000', '101947.379000', '102007.256000', '102007.258000', '102007.261000', '102007.264000', '102007.266000', '102007.269000', '102007.272000', '102007.275000', '102007.277000', '102007.280000', '102007.283000', '102007.285000', '102007.288000', '102007.290000', '102007.293000', '102007.296000', '102007.298000', '102007.301000', '102007.304000', '102007.306000', '102007.309000', '102007.311000', '102007.314000', '102007.316000', '102007.319000', '102007.322000', '102007.324000', '102007.327000', '102007.329000', '102007.332000', '102007.335000', '102007.338000', '102007.341000', '102007.344000', '102007.347000', '102007.349000', '102007.352000', '102007.355000', '102007.357000', '102007.360000', '102007.363000', '102007.365000', '102007.368000', '102027.255000', '102027.258000', '102027.261000', '102027.264000', '102027.266000', '102027.269000', '102027.271000', '102027.274000', '102027.277000', '102027.279000', '102027.282000', '102027.284000', '102027.287000', '102027.290000', '102027.292000', '102027.295000', '102027.297000', '102027.300000', '102027.303000', '102027.305000', '102027.308000', '102027.310000', '102027.313000', '102027.316000', '102027.318000', '102027.321000', '102027.323000', '102027.326000', '102027.328000', '102027.331000', '102027.334000', '102027.336000', '102027.339000', '102027.341000', '102027.344000', '102027.347000', '102027.349000', '102027.352000', '102027.354000', '102027.357000', '102027.360000', '102027.362000', '102027.365000', '102027.367000', '102047.256000', '102047.259000', '102047.262000', '102047.265000', '102047.267000', '102047.270000', '102047.272000', '102047.275000', '102047.278000', '102047.280000', '102047.283000', '102047.285000', '102047.288000', '102047.291000', '102047.293000', '102047.296000', '102047.299000', '102047.301000', '102047.304000', '102047.306000', '102047.309000', '102047.312000', '102047.314000', '102047.317000', '102047.319000', '102047.322000', '102047.324000', '102047.327000', '102047.330000', '102047.332000', '102047.335000', '102047.337000', '102047.340000', '102047.343000', '102047.345000', '102047.348000', '102047.350000', '102047.353000', '102047.355000', '102047.358000', '102047.361000', '102047.364000', '102047.367000', '102107.256000', '102107.259000', '102107.262000', '102107.265000', '102107.267000', '102107.270000', '102107.273000', '102107.275000', '102107.278000', '102107.280000', '102107.283000', '102107.286000', '102107.288000', '102107.291000', '102107.293000', '102107.296000', '102107.310000', '102107.312000', '102107.315000', '102107.318000', '102107.320000', '102107.323000', '102107.325000', '102107.328000', '102107.331000', '102107.333000', '102107.336000', '102107.338000', '102107.341000', '102107.344000', '102107.346000', '102107.349000', '102107.352000', '102107.354000', '102107.357000', '102107.359000', '102107.362000', '102107.364000', '102107.367000', '102107.370000', '102107.372000', '102107.375000', '102107.378000', '102107.380000', '102127.257000', '102127.259000', '102127.262000', '102127.265000', '102127.269000', '102127.272000', '102127.274000', '102127.277000', '102127.279000', '102127.282000', '102127.285000', '102127.287000', '102127.290000', '102127.292000', '102127.295000', '102127.298000', '102127.300000', '102127.303000', '102127.305000', '102127.308000', '102127.311000', '102127.313000', '102127.316000', '102127.319000', '102127.321000', '102127.324000', '102127.326000', '102127.329000', '102127.332000', '102127.334000', '102127.337000', '102127.339000', '102127.342000', '102127.345000', '102127.347000', '102127.350000', '102127.352000', '102127.355000', '102127.357000', '102127.360000', '102127.362000', '102127.365000', '102127.368000', '102147.256000', '102147.258000', '102147.261000', '102147.264000', '102147.266000', '102147.269000', '102147.272000', '102147.274000', '102147.277000', '102147.279000', '102147.282000', '102147.285000', '102147.287000', '102147.290000', '102147.292000', '102147.295000', '102147.298000', '102147.300000', '102147.303000', '102147.305000', '102147.308000', '102147.311000', '102147.313000', '102147.316000', '102147.318000', '102147.321000', '102147.324000', '102147.326000', '102147.329000', '102147.331000', '102147.334000', '102147.336000', '102147.339000', '102147.341000', '102147.344000', '102147.347000', '102147.349000', '102147.352000', '102147.354000', '102147.357000', '102147.360000', '102147.362000', '102147.365000', '102147.367000', '102207.255000', '102207.258000', '102207.261000', '102207.264000', '102207.266000', '102207.269000', '102207.271000', '102207.274000', '102207.277000', '102207.279000', '102207.282000', '102207.285000', '102207.287000', '102207.290000', '102207.292000', '102207.295000', '102207.297000', '102207.300000', '102207.303000', '102207.305000', '102207.308000', '102207.310000', '102207.313000', '102207.316000', '102207.318000', '102207.321000', '102207.324000', '102207.326000', '102207.329000', '102207.332000', '102207.334000', '102207.337000', '102207.339000', '102207.342000', '102207.344000', '102207.347000', '102207.350000', '102207.352000', '102207.355000', '102207.358000', '102207.360000', '102207.363000', '102207.365000', '102227.256000', '102227.266000', '102227.269000', '102227.271000', '102227.274000', '102227.277000', '102227.279000', '102227.282000', '102227.285000', '102227.287000', '102227.290000', '102227.293000', '102227.295000', '102227.298000', '102227.300000', '102227.303000', '102227.305000', '102227.308000', '102227.311000', '102227.313000', '102227.316000', '102227.318000', '102227.330000', '102227.333000', '102227.335000', '102227.338000', '102227.340000', '102227.343000', '102227.345000', '102227.348000', '102227.351000', '102227.353000', '102227.356000', '102227.358000', '102227.361000', '102227.363000', '102227.366000', '102227.369000', '102227.371000', '102227.374000', '102227.376000', '102227.379000', '102227.382000', '102227.384000', '102247.256000', '102247.258000', '102247.261000', '102247.264000', '102247.266000', '102247.269000', '102247.272000', '102247.274000', '102247.277000', '102247.280000', '102247.282000', '102247.285000', '102247.287000', '102247.290000', '102247.293000', '102247.295000', '102247.298000', '102247.300000', '102247.303000', '102247.306000', '102247.308000', '102247.311000', '102247.314000', '102247.316000', '102247.319000', '102247.321000', '102247.324000', '102247.326000', '102247.329000', '102247.332000', '102247.334000', '102247.337000', '102247.339000', '102247.343000', '102247.345000', '102247.348000', '102247.350000', '102247.353000', '102247.356000', '102247.358000', '102247.361000', '102247.363000', '102247.366000', '102307.257000', '102307.260000', '102307.264000', '102307.266000', '102307.269000', '102307.272000', '102307.274000', '102307.277000', '102307.279000', '102307.282000', '102307.285000', '102307.287000', '102307.290000', '102307.293000', '102307.295000', '102307.298000', '102307.300000', '102307.303000', '102307.306000', '102307.308000', '102307.311000', '102307.313000', '102307.316000', '102307.319000', '102307.321000', '102307.324000', '102307.327000', '102307.329000', '102307.332000', '102307.334000', '102307.337000', '102307.339000', '102307.342000', '102307.345000', '102307.347000', '102307.350000', '102307.353000', '102307.355000', '102307.358000', '102307.361000', '102307.363000', '102307.366000', '102307.368000', '102307.371000', '102327.257000', '102327.260000', '102327.262000', '102327.265000', '102327.267000', '102327.270000', '102327.273000', '102327.275000', '102327.278000', '102327.280000', '102327.283000', '102327.285000', '102327.288000', '102327.291000', '102327.293000', '102327.296000', '102327.299000', '102327.301000', '102327.304000', '102327.306000', '102327.309000', '102327.311000', '102327.314000', '102327.317000', '102327.319000', '102327.322000', '102327.324000', '102327.327000', '102327.329000', '102327.332000', '102327.335000', '102327.337000', '102327.340000', '102327.343000', '102327.345000', '102327.348000', '102327.350000', '102327.353000', '102327.355000', '102327.358000', '102327.361000', '102327.363000', '102327.366000', '102347.257000', '102347.260000', '102347.262000', '102347.265000', '102347.267000', '102347.270000', '102347.272000', '102347.275000', '102347.278000', '102347.280000', '102347.283000', '102347.286000', '102347.288000', '102347.291000', '102347.316000', '102347.318000', '102347.321000', '102347.323000', '102347.326000', '102347.329000', '102347.331000', '102347.334000', '102347.336000', '102347.339000', '102347.342000', '102347.344000', '102347.347000', '102347.349000', '102347.352000', '102347.355000', '102347.357000', '102347.360000', '102347.362000', '102347.365000', '102347.367000', '102347.370000', '102347.373000', '102347.375000', '102347.378000', '102347.380000', '102347.383000', '102347.385000', '102347.389000', '102347.392000', '102407.256000', '102407.258000', '102407.261000', '102407.264000', '102407.266000', '102407.269000', '102407.271000', '102407.274000', '102407.277000', '102407.279000', '102407.282000', '102407.284000', '102407.287000', '102407.290000', '102407.292000', '102407.295000', '102407.297000', '102407.300000', '102407.303000', '102407.305000', '102407.308000', '102407.310000', '102407.313000', '102407.316000', '102407.318000', '102407.321000', '102407.324000', '102407.326000', '102407.329000', '102407.332000', '102407.334000', '102407.337000', '102407.339000', '102407.342000', '102407.345000', '102407.347000', '102407.350000', '102407.362000', '102407.365000', '102407.367000', '102407.370000', '102407.373000', '102407.375000', '102422.656000', '102422.659000', '102422.662000', '102422.664000', '102422.667000', '102422.669000', '102422.672000', '102422.675000', '102422.677000', '102422.680000', '102422.682000', '102422.685000', '102422.688000', '102422.690000', '102422.693000', '102422.696000', '102422.698000', '102422.701000', '102422.704000', '102422.706000', '102422.709000', '102422.711000', '102422.714000', '102422.717000', '102422.719000', '102422.722000', '102422.724000', '102422.727000', '102422.730000', '102422.732000', '102422.735000', '102422.737000', '102422.740000', '102422.742000'], 'InstanceCreationTime': ['101547.289000', '101547.293000', '101547.295000', '101547.298000', '101547.300000', '101547.303000', '101547.306000', '101547.308000', '101547.311000', '101547.314000', '101547.316000', '101547.319000', '101547.321000', '101547.331000', '101547.334000', '101547.336000', '101547.339000', '101547.341000', '101547.344000', '101547.347000', '101547.349000', '101547.352000', '101547.354000', '101547.357000', '101547.359000', '101547.362000', '101547.365000', '101547.367000', '101547.370000', '101547.373000', '101547.375000', '101547.378000', '101547.380000', '101547.383000', '101547.388000', '101607.256000', '101607.259000', '101607.262000', '101607.264000', '101607.267000', '101607.270000', '101607.272000', '101607.275000', '101607.277000', '101607.280000', '101607.282000', '101607.285000', '101607.287000', '101607.290000', '101607.293000', '101607.295000', '101607.298000', '101607.300000', '101607.303000', '101607.306000', '101607.308000', '101607.311000', '101607.313000', '101607.316000', '101607.318000', '101607.321000', '101607.323000', '101607.326000', '101607.329000', '101607.331000', '101607.334000', '101607.336000', '101607.339000', '101607.342000', '101607.344000', '101607.347000', '101607.350000', '101607.352000', '101607.355000', '101607.357000', '101607.360000', '101607.362000', '101607.365000', '101607.368000', '101627.256000', '101627.259000', '101627.262000', '101627.265000', '101627.267000', '101627.270000', '101627.272000', '101627.275000', '101627.277000', '101627.280000', '101627.289000', '101627.292000', '101627.294000', '101627.297000', '101627.300000', '101627.302000', '101627.305000', '101627.307000', '101627.310000', '101627.313000', '101627.315000', '101627.318000', '101627.320000', '101627.323000', '101627.325000', '101627.328000', '101627.330000', '101627.333000', '101627.336000', '101627.338000', '101627.341000', '101627.343000', '101627.346000', '101627.348000', '101627.351000', '101627.353000', '101627.356000', '101627.359000', '101627.361000', '101627.364000', '101627.366000', '101627.369000', '101627.371000', '101647.257000', '101647.271000', '101647.274000', '101647.276000', '101647.279000', '101647.282000', '101647.284000', '101647.287000', '101647.289000', '101647.292000', '101647.295000', '101647.297000', '101647.300000', '101647.304000', '101647.313000', '101647.316000', '101647.318000', '101647.321000', '101647.323000', '101647.326000', '101647.329000', '101647.331000', '101647.334000', '101647.336000', '101647.339000', '101647.342000', '101647.344000', '101647.347000', '101647.350000', '101647.352000', '101647.355000', '101647.357000', '101647.360000', '101647.362000', '101647.365000', '101647.368000', '101647.370000', '101647.373000', '101647.375000', '101647.378000', '101647.380000', '101647.383000', '101647.386000', '101707.255000', '101707.258000', '101707.261000', '101707.264000', '101707.266000', '101707.269000', '101707.271000', '101707.274000', '101707.277000', '101707.279000', '101707.282000', '101707.284000', '101707.287000', '101707.289000', '101707.292000', '101707.295000', '101707.297000', '101707.300000', '101707.302000', '101707.305000', '101707.308000', '101707.310000', '101707.313000', '101707.315000', '101707.318000', '101707.320000', '101707.323000', '101707.326000', '101707.328000', '101707.331000', '101707.333000', '101707.336000', '101707.339000', '101707.341000', '101707.344000', '101707.346000', '101707.349000', '101707.352000', '101707.354000', '101707.357000', '101707.359000', '101707.362000', '101707.365000', '101707.367000', '101727.255000', '101727.258000', '101727.261000', '101727.264000', '101727.266000', '101727.269000', '101727.271000', '101727.274000', '101727.277000', '101727.279000', '101727.282000', '101727.284000', '101727.287000', '101727.289000', '101727.292000', '101727.295000', '101727.297000', '101727.300000', '101727.302000', '101727.305000', '101727.308000', '101727.310000', '101727.313000', '101727.315000', '101727.318000', '101727.320000', '101727.323000', '101727.326000', '101727.328000', '101727.331000', '101727.333000', '101727.336000', '101727.338000', '101727.341000', '101727.344000', '101727.346000', '101727.349000', '101727.351000', '101727.354000', '101727.356000', '101727.359000', '101727.362000', '101727.364000', '101727.367000', '101747.256000', '101747.258000', '101747.261000', '101747.264000', '101747.266000', '101747.269000', '101747.271000', '101747.274000', '101747.277000', '101747.279000', '101747.282000', '101747.284000', '101747.287000', '101747.290000', '101747.292000', '101747.295000', '101747.297000', '101747.300000', '101747.303000', '101747.305000', '101747.308000', '101747.310000', '101747.313000', '101747.316000', '101747.318000', '101747.321000', '101747.323000', '101747.326000', '101747.329000', '101747.331000', '101747.334000', '101747.336000', '101747.339000', '101747.342000', '101747.344000', '101747.347000', '101747.349000', '101747.352000', '101747.355000', '101747.357000', '101747.360000', '101747.362000', '101747.365000', '101807.255000', '101807.258000', '101807.261000', '101807.263000', '101807.266000', '101807.269000', '101807.271000', '101807.274000', '101807.277000', '101807.279000', '101807.282000', '101807.284000', '101807.287000', '101807.290000', '101807.293000', '101807.296000', '101807.299000', '101807.301000', '101807.304000', '101807.307000', '101807.309000', '101807.312000', '101807.315000', '101807.317000', '101807.320000', '101807.322000', '101807.325000', '101807.328000', '101807.330000', '101807.333000', '101807.336000', '101807.338000', '101807.341000', '101807.344000', '101807.377000', '101807.380000', '101807.383000', '101807.385000', '101807.388000', '101807.390000', '101807.393000', '101807.396000', '101807.398000', '101827.257000', '101827.260000', '101827.262000', '101827.265000', '101827.267000', '101827.270000', '101827.273000', '101827.275000', '101827.278000', '101827.281000', '101827.283000', '101827.286000', '101827.288000', '101827.291000', '101827.293000', '101827.296000', '101827.299000', '101827.301000', '101827.304000', '101827.307000', '101827.309000', '101827.312000', '101827.314000', '101827.317000', '101827.320000', '101827.322000', '101827.325000', '101827.327000', '101827.330000', '101827.333000', '101827.335000', '101827.338000', '101827.340000', '101827.343000', '101827.346000', '101827.348000', '101827.351000', '101827.353000', '101827.356000', '101827.359000', '101827.361000', '101827.364000', '101827.367000', '101827.369000', '101847.257000', '101847.259000', '101847.262000', '101847.265000', '101847.267000', '101847.270000', '101847.273000', '101847.275000', '101847.278000', '101847.280000', '101847.283000', '101847.286000', '101847.288000', '101847.291000', '101847.293000', '101847.296000', '101847.299000', '101847.301000', '101847.304000', '101847.307000', '101847.309000', '101847.312000', '101847.316000', '101847.319000', '101847.322000', '101847.325000', '101847.328000', '101847.331000', '101847.333000', '101847.336000', '101847.339000', '101847.341000', '101847.344000', '101847.346000', '101847.349000', '101847.352000', '101847.354000', '101847.357000', '101847.360000', '101847.362000', '101847.365000', '101847.368000', '101847.370000', '101907.256000', '101907.259000', '101907.262000', '101907.264000', '101907.267000', '101907.270000', '101907.272000', '101907.275000', '101907.277000', '101907.280000', '101907.283000', '101907.285000', '101907.288000', '101907.290000', '101907.293000', '101907.296000', '101907.298000', '101907.301000', '101907.303000', '101907.306000', '101907.318000', '101907.321000', '101907.323000', '101907.326000', '101907.328000', '101907.331000', '101907.334000', '101907.336000', '101907.339000', '101907.342000', '101907.344000', '101907.347000', '101907.349000', '101907.352000', '101907.355000', '101907.357000', '101907.360000', '101907.363000', '101907.365000', '101907.368000', '101907.370000', '101907.373000', '101907.376000', '101907.378000', '101927.256000', '101927.258000', '101927.261000', '101927.264000', '101927.266000', '101927.269000', '101927.271000', '101927.274000', '101927.277000', '101927.279000', '101927.282000', '101927.284000', '101927.287000', '101927.290000', '101927.292000', '101927.295000', '101927.297000', '101927.300000', '101927.303000', '101927.305000', '101927.308000', '101927.310000', '101927.313000', '101927.316000', '101927.318000', '101927.321000', '101927.323000', '101927.326000', '101927.328000', '101927.331000', '101927.334000', '101927.336000', '101927.339000', '101927.341000', '101927.344000', '101927.346000', '101927.349000', '101927.352000', '101927.354000', '101927.371000', '101927.374000', '101927.376000', '101927.379000', '101947.255000', '101947.258000', '101947.261000', '101947.264000', '101947.266000', '101947.269000', '101947.271000', '101947.274000', '101947.276000', '101947.279000', '101947.282000', '101947.296000', '101947.298000', '101947.301000', '101947.304000', '101947.306000', '101947.309000', '101947.311000', '101947.314000', '101947.317000', '101947.319000', '101947.322000', '101947.325000', '101947.327000', '101947.330000', '101947.332000', '101947.335000', '101947.338000', '101947.340000', '101947.343000', '101947.345000', '101947.348000', '101947.350000', '101947.353000', '101947.355000', '101947.358000', '101947.361000', '101947.363000', '101947.366000', '101947.368000', '101947.371000', '101947.373000', '101947.376000', '101947.379000', '102007.256000', '102007.258000', '102007.261000', '102007.264000', '102007.266000', '102007.269000', '102007.272000', '102007.275000', '102007.277000', '102007.280000', '102007.283000', '102007.285000', '102007.288000', '102007.290000', '102007.293000', '102007.296000', '102007.298000', '102007.301000', '102007.304000', '102007.306000', '102007.309000', '102007.311000', '102007.314000', '102007.316000', '102007.319000', '102007.322000', '102007.324000', '102007.327000', '102007.329000', '102007.332000', '102007.335000', '102007.338000', '102007.341000', '102007.344000', '102007.347000', '102007.349000', '102007.352000', '102007.355000', '102007.357000', '102007.360000', '102007.363000', '102007.365000', '102007.368000', '102027.255000', '102027.258000', '102027.261000', '102027.264000', '102027.266000', '102027.269000', '102027.271000', '102027.274000', '102027.277000', '102027.279000', '102027.282000', '102027.284000', '102027.287000', '102027.290000', '102027.292000', '102027.295000', '102027.297000', '102027.300000', '102027.303000', '102027.305000', '102027.308000', '102027.310000', '102027.313000', '102027.316000', '102027.318000', '102027.321000', '102027.323000', '102027.326000', '102027.328000', '102027.331000', '102027.334000', '102027.336000', '102027.339000', '102027.341000', '102027.344000', '102027.347000', '102027.349000', '102027.352000', '102027.354000', '102027.357000', '102027.360000', '102027.362000', '102027.365000', '102027.367000', '102047.256000', '102047.259000', '102047.262000', '102047.265000', '102047.267000', '102047.270000', '102047.272000', '102047.275000', '102047.278000', '102047.280000', '102047.283000', '102047.285000', '102047.288000', '102047.291000', '102047.293000', '102047.296000', '102047.299000', '102047.301000', '102047.304000', '102047.306000', '102047.309000', '102047.312000', '102047.314000', '102047.317000', '102047.319000', '102047.322000', '102047.324000', '102047.327000', '102047.330000', '102047.332000', '102047.335000', '102047.337000', '102047.340000', '102047.343000', '102047.345000', '102047.348000', '102047.350000', '102047.353000', '102047.355000', '102047.358000', '102047.361000', '102047.364000', '102047.367000', '102107.256000', '102107.259000', '102107.262000', '102107.265000', '102107.267000', '102107.270000', '102107.273000', '102107.275000', '102107.278000', '102107.280000', '102107.283000', '102107.286000', '102107.288000', '102107.291000', '102107.293000', '102107.296000', '102107.310000', '102107.312000', '102107.315000', '102107.318000', '102107.320000', '102107.323000', '102107.325000', '102107.328000', '102107.331000', '102107.333000', '102107.336000', '102107.338000', '102107.341000', '102107.344000', '102107.346000', '102107.349000', '102107.352000', '102107.354000', '102107.357000', '102107.359000', '102107.362000', '102107.364000', '102107.367000', '102107.370000', '102107.372000', '102107.375000', '102107.378000', '102107.380000', '102127.257000', '102127.259000', '102127.262000', '102127.265000', '102127.269000', '102127.272000', '102127.274000', '102127.277000', '102127.279000', '102127.282000', '102127.285000', '102127.287000', '102127.290000', '102127.292000', '102127.295000', '102127.298000', '102127.300000', '102127.303000', '102127.305000', '102127.308000', '102127.311000', '102127.313000', '102127.316000', '102127.319000', '102127.321000', '102127.324000', '102127.326000', '102127.329000', '102127.332000', '102127.334000', '102127.337000', '102127.339000', '102127.342000', '102127.345000', '102127.347000', '102127.350000', '102127.352000', '102127.355000', '102127.357000', '102127.360000', '102127.362000', '102127.365000', '102127.368000', '102147.256000', '102147.258000', '102147.261000', '102147.264000', '102147.266000', '102147.269000', '102147.272000', '102147.274000', '102147.277000', '102147.279000', '102147.282000', '102147.285000', '102147.287000', '102147.290000', '102147.292000', '102147.295000', '102147.298000', '102147.300000', '102147.303000', '102147.305000', '102147.308000', '102147.311000', '102147.313000', '102147.316000', '102147.318000', '102147.321000', '102147.324000', '102147.326000', '102147.329000', '102147.331000', '102147.334000', '102147.336000', '102147.339000', '102147.341000', '102147.344000', '102147.347000', '102147.349000', '102147.352000', '102147.354000', '102147.357000', '102147.360000', '102147.362000', '102147.365000', '102147.367000', '102207.255000', '102207.258000', '102207.261000', '102207.264000', '102207.266000', '102207.269000', '102207.271000', '102207.274000', '102207.277000', '102207.279000', '102207.282000', '102207.285000', '102207.287000', '102207.290000', '102207.292000', '102207.295000', '102207.297000', '102207.300000', '102207.303000', '102207.305000', '102207.308000', '102207.310000', '102207.313000', '102207.316000', '102207.318000', '102207.321000', '102207.324000', '102207.326000', '102207.329000', '102207.332000', '102207.334000', '102207.337000', '102207.339000', '102207.342000', '102207.344000', '102207.347000', '102207.350000', '102207.352000', '102207.355000', '102207.358000', '102207.360000', '102207.363000', '102207.365000', '102227.256000', '102227.266000', '102227.269000', '102227.271000', '102227.274000', '102227.277000', '102227.279000', '102227.282000', '102227.285000', '102227.287000', '102227.290000', '102227.293000', '102227.295000', '102227.298000', '102227.300000', '102227.303000', '102227.305000', '102227.308000', '102227.311000', '102227.313000', '102227.316000', '102227.318000', '102227.330000', '102227.333000', '102227.335000', '102227.338000', '102227.340000', '102227.343000', '102227.345000', '102227.348000', '102227.351000', '102227.353000', '102227.356000', '102227.358000', '102227.361000', '102227.363000', '102227.366000', '102227.369000', '102227.371000', '102227.374000', '102227.376000', '102227.379000', '102227.382000', '102227.384000', '102247.256000', '102247.258000', '102247.261000', '102247.264000', '102247.266000', '102247.269000', '102247.272000', '102247.274000', '102247.277000', '102247.280000', '102247.282000', '102247.285000', '102247.287000', '102247.290000', '102247.293000', '102247.295000', '102247.298000', '102247.300000', '102247.303000', '102247.306000', '102247.308000', '102247.311000', '102247.314000', '102247.316000', '102247.319000', '102247.321000', '102247.324000', '102247.326000', '102247.329000', '102247.332000', '102247.334000', '102247.337000', '102247.339000', '102247.343000', '102247.345000', '102247.348000', '102247.350000', '102247.353000', '102247.356000', '102247.358000', '102247.361000', '102247.363000', '102247.366000', '102307.257000', '102307.260000', '102307.264000', '102307.266000', '102307.269000', '102307.272000', '102307.274000', '102307.277000', '102307.279000', '102307.282000', '102307.285000', '102307.287000', '102307.290000', '102307.293000', '102307.295000', '102307.298000', '102307.300000', '102307.303000', '102307.306000', '102307.308000', '102307.311000', '102307.313000', '102307.316000', '102307.319000', '102307.321000', '102307.324000', '102307.327000', '102307.329000', '102307.332000', '102307.334000', '102307.337000', '102307.339000', '102307.342000', '102307.345000', '102307.347000', '102307.350000', '102307.353000', '102307.355000', '102307.358000', '102307.361000', '102307.363000', '102307.366000', '102307.368000', '102307.371000', '102327.257000', '102327.260000', '102327.262000', '102327.265000', '102327.267000', '102327.270000', '102327.273000', '102327.275000', '102327.278000', '102327.280000', '102327.283000', '102327.285000', '102327.288000', '102327.291000', '102327.293000', '102327.296000', '102327.299000', '102327.301000', '102327.304000', '102327.306000', '102327.309000', '102327.311000', '102327.314000', '102327.317000', '102327.319000', '102327.322000', '102327.324000', '102327.327000', '102327.329000', '102327.332000', '102327.335000', '102327.337000', '102327.340000', '102327.343000', '102327.345000', '102327.348000', '102327.350000', '102327.353000', '102327.355000', '102327.358000', '102327.361000', '102327.363000', '102327.366000', '102347.257000', '102347.260000', '102347.262000', '102347.265000', '102347.267000', '102347.270000', '102347.272000', '102347.275000', '102347.278000', '102347.280000', '102347.283000', '102347.286000', '102347.288000', '102347.291000', '102347.316000', '102347.318000', '102347.321000', '102347.323000', '102347.326000', '102347.329000', '102347.331000', '102347.334000', '102347.336000', '102347.339000', '102347.342000', '102347.344000', '102347.347000', '102347.349000', '102347.352000', '102347.355000', '102347.357000', '102347.360000', '102347.362000', '102347.365000', '102347.367000', '102347.370000', '102347.373000', '102347.375000', '102347.378000', '102347.380000', '102347.383000', '102347.385000', '102347.389000', '102347.392000', '102407.256000', '102407.258000', '102407.261000', '102407.264000', '102407.266000', '102407.269000', '102407.271000', '102407.274000', '102407.277000', '102407.279000', '102407.282000', '102407.284000', '102407.287000', '102407.290000', '102407.292000', '102407.295000', '102407.297000', '102407.300000', '102407.303000', '102407.305000', '102407.308000', '102407.310000', '102407.313000', '102407.316000', '102407.318000', '102407.321000', '102407.324000', '102407.326000', '102407.329000', '102407.332000', '102407.334000', '102407.337000', '102407.339000', '102407.342000', '102407.345000', '102407.347000', '102407.350000', '102407.362000', '102407.365000', '102407.367000', '102407.370000', '102407.373000', '102407.375000', '102422.656000', '102422.659000', '102422.662000', '102422.664000', '102422.667000', '102422.669000', '102422.672000', '102422.675000', '102422.677000', '102422.680000', '102422.682000', '102422.685000', '102422.688000', '102422.690000', '102422.693000', '102422.696000', '102422.698000', '102422.701000', '102422.704000', '102422.706000', '102422.709000', '102422.711000', '102422.714000', '102422.717000', '102422.719000', '102422.722000', '102422.724000', '102422.727000', '102422.730000', '102422.732000', '102422.735000', '102422.737000', '102422.740000', '102422.742000'], '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': [8424, 11180, 8928, 12502, 9668, 14332, 9122, 13576, 8809, 13282, 9282, 13192, 9751, 10605, 9310, 7915, 9011, 8190, 8647, 7606, 9847, 7332, 11255, 7998, 12599, 8259, 11110, 8689, 11463, 8184, 11645, 8229, 11012, 9214, 11093, 8945, 11789, 8799, 12801, 8033, 11541, 7886, 11318, 8688, 12301, 8321, 11463, 8289, 11997, 8696, 10327, 9007, 8479, 11549, 8221, 11334, 8821, 11244, 8806, 12070, 9472, 13872, 9001, 14057, 8830, 11458, 8846, 11771, 8774, 10983, 8772, 7741, 8767, 8066, 9053, 7559, 11392, 8778, 13050, 8989, 8377, 9433, 8710, 10707, 8052, 12038, 9537, 10084, 9645, 9220, 10766, 9287, 12075, 9359, 13678, 10407, 8592, 9911, 8973, 11681, 8535, 12697, 11665, 12405, 9000, 10205, 8914, 11205, 8441, 11707, 8393, 10857, 8777, 11631, 8453, 10080, 9521, 8310, 10208, 8984, 11060, 8854, 11905, 10224, 12133, 9129, 11116, 9335, 9287, 9203, 8461, 11896, 8949, 11969, 9210, 12374, 9199, 12010, 10009, 13314, 9347, 11352, 9618, 9609, 8968, 8360, 11715, 8557, 11727, 9251, 11849, 8626, 12514, 9267, 9389, 9318, 8549, 9618, 8825, 11356, 9644, 15583, 9158, 13406, 9461, 12481, 8823, 11657, 10143, 8644, 10152, 9231, 11176, 8772, 12471, 9853, 10529, 9540, 8731, 9479, 8582, 10523, 8534, 12337, 9540, 8993, 9825, 9499, 11032, 9188, 13164, 9593, 8487, 11606, 9582, 12465, 9643, 10543, 9580, 10235, 15085, 9124, 14434, 9726, 12853, 9313, 12432, 9843, 8715, 10996, 9781, 11210, 9647, 12409, 8961, 11471, 9478, 8988, 10476, 9466, 11793, 8635, 9403, 8641, 10990, 8881, 11385, 8809, 12616, 8341, 10209, 9243, 8353, 10795, 9066, 11008, 9258, 11567, 9624, 12152, 9759, 9200, 9753, 8900, 10511, 8930, 12628, 9737, 9226, 10658, 9780, 11004, 8659, 12626, 9877, 12652, 9671, 10423, 9699, 10064, 9497, 8794, 14113, 9105, 12244, 9435, 12019, 8975, 12675, 9201, 8326, 9908, 9041, 9643, 8504, 12030, 9269, 11841, 9621, 9569, 10014, 9367, 10415, 9035, 12183, 9276, 12568, 9602, 13200, 9429, 9621, 12009, 9427, 11847, 9471, 8324, 7750, 6981, 12027, 8587, 10227, 8900, 8158, 10581, 9099, 9254, 9585, 8497, 14867, 11749, 9408, 16790, 9974, 14263, 10013, 12942, 10466, 14461, 16422, 8914, 11766, 9459, 12146, 9044, 12233, 8502, 11769, 8836, 7836, 9939, 8540, 11391, 8030, 10619, 8120, 10540, 10253, 7840, 11105, 8737, 10519, 8956, 10226, 9505, 15378, 8522, 13999, 9200, 11768, 8925, 12320, 8884, 12809, 8927, 8593, 9578, 8605, 9520, 8102, 11525, 8478, 12964, 9039, 8419, 12409, 9309, 12328, 8968, 9091, 8461, 8495, 12321, 8837, 14056, 9094, 12882, 8718, 13214, 9350, 11134, 11130, 8710, 10899, 8851, 11166, 8311, 12057, 8626, 9095, 9329, 8884, 9537, 8340, 11362, 8478, 11993, 8999, 9615, 9633, 8949, 10050, 8290, 11816, 8294, 13041, 9410, 8256, 10964, 9039, 12272, 8894, 11367, 11366, 8456, 12281, 9232, 11860, 9042, 8688, 12339, 8511, 11950, 8453, 12592, 8055, 11588, 9078, 8159, 10273, 8256, 10831, 8069, 11360, 8038, 10412, 8849, 7728, 10577, 8388, 10223, 8448, 8755, 11604, 8610, 13086, 8951, 11909, 9914, 9083, 14413, 8829, 14189, 9070, 14709, 11388, 8550, 11667, 9087, 12686, 8653, 13491, 9488, 9079, 9288, 8644, 9296, 8474, 9003, 7779, 10025, 7966, 11685, 8329, 12668, 8498, 12043, 8288, 11213, 10435, 8295, 11716, 8796, 11717, 8522, 12738, 9887, 14493, 9169, 13097, 9008, 10408, 9074, 8991, 12416, 8139, 11958, 8592, 11918, 8392, 12072, 8953, 11364, 8969, 7539, 9658, 7836, 11264, 8141, 11641, 11021, 9158, 11958, 8462, 12929, 11516, 9787, 17288, 12805, 9213, 8959, 7755, 11430, 8886, 12338, 9779, 14283, 10107, 8406, 10447, 8544, 10923, 8491, 12206, 9510, 13267, 9713, 10595, 9658, 9578, 9432, 8801, 10188, 8709, 12261, 8448, 11367, 8524, 11734, 9620, 13181, 9736, 13481, 9104, 11417, 9540, 8960, 10421, 8425, 10596, 7935, 10524, 8536, 11648, 8074, 12378, 8281, 11083, 8411, 8649, 9894, 8198, 9450, 8227, 9739, 7860, 9249, 7911, 9170, 7939, 10080, 7617, 9510, 7339, 10354, 7114, 11917, 9017, 11528, 9320, 9220, 8818, 9654, 10165, 12767, 11758, 10633, 14221, 7952, 11525, 8580, 12548, 8773, 11784, 10715, 11652, 17675, 14633, 14301, 9532, 7556, 9670, 7605, 11251, 8150, 12857, 9090, 12505, 9408, 13670, 9829, 9231, 13249, 10898, 16491, 14078, 17752, 14200, 17402, 13465, 15257, 9713, 8072, 10336, 7943, 11939, 9109, 8220, 11194, 8371, 11551, 9001, 8841, 10971, 8968, 13183, 10826, 9637, 11545, 9670, 11841, 9239, 11897, 9020, 11280, 9072, 10894, 8760, 11967, 9181, 9978, 8945, 8659, 9034, 8223, 9744, 8014, 9602, 8118, 11271, 8590, 11662, 8987, 9976, 9330, 9362, 11164, 8986, 11072, 8451, 11324, 8542, 8257, 10484, 8377, 10613, 8285, 11126, 8602, 11319, 10715, 8752, 11433, 9814, 12112, 9800, 10805, 12328, 9575, 12583, 9988, 11658, 9937, 10286, 13045, 9353, 13106, 9560, 12803, 9531, 14753, 11217, 9698, 10194, 9206, 10134, 8380, 11706, 9359, 12919, 9131, 13457, 9217, 12516, 9617, 9595, 9916, 8888, 10082, 8362, 10399, 8349, 11090, 8026, 11632, 8475, 12622, 8258, 12701, 9452, 8774, 9690, 8591, 9996, 8074, 11630, 9637, 8272, 10464, 8837, 10808, 8353, 12817, 10131, 9910, 9846, 10222, 10474, 8948, 13417, 9720, 15353, 9632, 13348, 9552, 13498, 10023, 13014, 10331, 8782, 10187, 7963, 10933, 8374, 11862, 8848, 12693, 9212, 10737, 10700, 7791, 11787, 8897, 12004, 9440, 14027, 10889, 9413, 11116, 9240, 10735, 8633, 12670, 10211, 15813, 9954, 9793, 10492, 8037, 11948, 10470, 11709, 11711, 8170, 11766, 8783, 11450, 10204, 9029, 13723, 9220, 13566, 10420, 11100, 11160, 8976, 15449, 9787, 13621, 10655, 13349, 11003, 15241, 11148, 8884, 10863, 8310, 11267, 8294, 11597, 9686, 11784, 9194, 12435, 9128, 10603, 9212, 9885, 11166, 8656, 11345, 9333, 11663, 10110, 13259, 10977, 8804, 10934, 8365, 10244, 8495, 12358, 9999, 8005, 10490, 8445, 11386, 9719, 9577, 10158, 8644, 13672, 9706, 9576, 14270, 10986, 14036, 10025, 9636, 11981, 10203, 16243, 11278, 8366, 10609, 8010, 12313, 8534, 9092, 12256, 7646, 13097, 10226, 13558, 10406, 13859, 10612, 11393, 9850, 10156, 9699, 8209, 10135, 7725, 11436, 7911, 12210, 7975, 10866, 8063, 11828, 8588, 13002, 9626, 9616, 9626, 10766, 8952, 11173, 8091, 11924, 7437, 11700, 9182, 8209, 10451, 8140, 10842, 7795, 12552, 10455, 13132, 9837, 10338, 8982, 8434, 11790, 9500, 13364, 9226, 12422, 8741, 9798, 11534, 9010, 13256, 9576, 13204, 10669, 11424, 12171, 9281, 13066, 9524, 12972, 10046, 9518, 12092, 8928, 12326, 9635, 11902, 10636, 11900, 13609, 9233, 14303, 9800, 12989, 10269, 9602, 17052, 12825, 9649, 10499, 7504, 11637, 9011, 11267, 9174, 12637, 10098, 13986, 11006, 8856, 10633, 8820, 12346, 9771, 13787, 10436, 9094, 12940, 10249, 11589, 14649, 10970, 9741, 9421, 7868, 11109, 9228, 13873, 9500, 11868, 8765, 9361, 10700, 9819, 15279, 11760, 13978, 14492, 11427, 18433, 14013, 9761, 15480, 11090, 11164, 10286, 9684, 13617, 9867, 10414, 10401, 9751, 11563, 8387, 11621, 10014, 10364, 9847, 8908, 9671, 8632, 9038, 9240, 9002, 9927, 8937, 10860, 8931, 12281, 9549, 10314, 9616, 10366, 10539, 10749, 11737, 10021, 11924, 9516, 9468, 11500, 8669, 12068, 8216, 8696, 9174, 9045, 12941, 9711, 13712, 9708, 11456, 9453, 12347, 10077, 12145, 9405, 11325, 9164, 11051, 10333, 8533, 10255, 9207, 9618, 7992, 10412, 7750, 11663, 7607, 10716, 7765, 10285, 7156, 11073, 8269, 9574, 9710, 7465, 8850, 7203, 11617, 10043, 9801, 11641, 8716, 11833, 8902, 13205, 10060, 12180, 12434, 9032, 11827, 8554, 12867, 10246, 14695, 12004, 9072, 12733, 9540, 13856, 9572, 16355, 12917, 17279, 11865, 13464, 10605, 12641, 10169, 11575, 10373, 8215, 10419, 7973, 10561, 8193, 12310, 8948, 12332, 9802, 11932, 9409, 11875, 9593, 11836, 9209, 11781, 8554, 11334, 7766, 10496, 7687, 10743, 7868, 9605, 7620, 7902, 7904, 8781, 9439, 9565, 9767, 9448, 9239, 10754, 9490, 11390, 11009, 8529], 'WindowCenter': [4364.0, 4379.0, 4342.0, 4368.0, 4337.0, 4367.0, 4323.0, 4351.0, 4310.0, 4339.0, 4310.0, 4350.0, 4320.0, 4318.0, 4310.0, 4300.0, 4309.0, 4300.0, 4297.0, 4300.0, 4321.0, 4303.0, 4333.0, 4300.0, 4343.0, 4312.0, 4329.0, 4311.0, 4330.0, 4298.0, 4331.0, 4310.0, 4328.0, 4309.0, 4329.0, 4311.0, 4330.0, 4308.0, 4337.0, 4300.0, 4328.0, 4302.0, 4330.0, 4310.0, 4342.0, 4300.0, 4331.0, 4310.0, 4329.0, 4312.0, 4319.0, 4312.0, 4299.0, 4332.0, 4298.0, 4332.0, 4311.0, 4331.0, 4309.0, 4342.0, 4322.0, 4341.0, 4311.0, 4340.0, 4300.0, 4319.0, 4300.0, 4330.0, 4300.0, 4316.0, 4297.0, 4286.0, 4298.0, 4301.0, 4309.0, 4302.0, 4344.0, 4314.0, 4353.0, 4314.0, 4314.0, 4321.0, 4314.0, 4331.0, 4313.0, 4356.0, 4336.0, 4333.0, 4322.0, 4323.0, 4331.0, 4324.0, 4355.0, 4324.0, 4365.0, 4332.0, 4310.0, 4323.0, 4309.0, 4332.0, 4310.0, 4344.0, 4328.0, 4330.0, 4296.0, 4306.0, 4299.0, 4327.0, 4300.0, 4330.0, 4301.0, 4328.0, 4309.0, 4332.0, 4313.0, 4319.0, 4320.0, 4298.0, 4319.0, 4310.0, 4331.0, 4311.0, 4343.0, 4323.0, 4343.0, 4312.0, 4329.0, 4312.0, 4323.0, 4321.0, 4310.0, 4341.0, 4310.0, 4340.0, 4322.0, 4343.0, 4322.0, 4343.0, 4325.0, 4350.0, 4312.0, 4330.0, 4310.0, 4319.0, 4312.0, 4299.0, 4330.0, 4312.0, 4332.0, 4311.0, 4332.0, 4314.0, 4352.0, 4322.0, 4321.0, 4324.0, 4314.0, 4321.0, 4312.0, 4345.0, 4322.0, 4365.0, 4312.0, 4342.0, 4319.0, 4342.0, 4313.0, 4332.0, 4322.0, 4298.0, 4319.0, 4308.0, 4328.0, 4312.0, 4340.0, 4322.0, 4321.0, 4312.0, 4302.0, 4309.0, 4303.0, 4324.0, 4312.0, 4355.0, 4322.0, 4311.0, 4334.0, 4326.0, 4335.0, 4325.0, 4352.0, 4325.0, 4312.0, 4347.0, 4324.0, 4342.0, 4322.0, 4334.0, 4324.0, 4321.0, 4364.0, 4309.0, 4350.0, 4312.0, 4341.0, 4312.0, 4342.0, 4308.0, 4297.0, 4319.0, 4308.0, 4318.0, 4308.0, 4330.0, 4300.0, 4328.0, 4310.0, 4296.0, 4317.0, 4310.0, 4329.0, 4300.0, 4310.0, 4297.0, 4318.0, 4307.0, 4328.0, 4311.0, 4342.0, 4314.0, 4323.0, 4313.0, 4302.0, 4333.0, 4309.0, 4319.0, 4325.0, 4331.0, 4322.0, 4341.0, 4324.0, 4324.0, 4323.0, 4312.0, 4332.0, 4325.0, 4343.0, 4323.0, 4322.0, 4334.0, 4324.0, 4334.0, 4313.0, 4353.0, 4323.0, 4353.0, 4324.0, 4332.0, 4321.0, 4325.0, 4324.0, 4313.0, 4355.0, 4309.0, 4332.0, 4309.0, 4332.0, 4314.0, 4341.0, 4312.0, 4302.0, 4312.0, 4311.0, 4311.0, 4311.0, 4343.0, 4321.0, 4333.0, 4324.0, 4310.0, 4322.0, 4312.0, 4331.0, 4310.0, 4344.0, 4309.0, 4332.0, 4313.0, 4342.0, 4313.0, 4311.0, 4333.0, 4311.0, 4332.0, 4323.0, 4313.0, 4316.0, 4306.0, 4357.0, 4329.0, 4364.0, 4341.0, 4302.0, 4322.0, 4328.0, 4324.0, 4328.0, 4327.0, 4378.0, 4358.0, 4328.0, 4378.0, 4323.0, 4354.0, 4322.0, 4342.0, 4322.0, 4354.0, 4365.0, 4301.0, 4320.0, 4300.0, 4319.0, 4298.0, 4318.0, 4300.0, 4328.0, 4302.0, 4290.0, 4312.0, 4312.0, 4333.0, 4302.0, 4333.0, 4315.0, 4336.0, 4336.0, 4302.0, 4336.0, 4313.0, 4324.0, 4311.0, 4324.0, 4322.0, 4365.0, 4301.0, 4342.0, 4312.0, 4331.0, 4301.0, 4331.0, 4311.0, 4343.0, 4302.0, 4300.0, 4310.0, 4300.0, 4313.0, 4304.0, 4333.0, 4316.0, 4357.0, 4327.0, 4317.0, 4355.0, 4325.0, 4345.0, 4315.0, 4314.0, 4314.0, 4313.0, 4356.0, 4316.0, 4356.0, 4314.0, 4343.0, 4301.0, 4342.0, 4311.0, 4333.0, 4321.0, 4299.0, 4321.0, 4301.0, 4319.0, 4302.0, 4339.0, 4314.0, 4314.0, 4312.0, 4313.0, 4310.0, 4302.0, 4332.0, 4306.0, 4335.0, 4314.0, 4314.0, 4313.0, 4313.0, 4322.0, 4304.0, 4345.0, 4317.0, 4354.0, 4315.0, 4304.0, 4333.0, 4316.0, 4345.0, 4314.0, 4346.0, 4337.0, 4302.0, 4345.0, 4315.0, 4335.0, 4314.0, 4315.0, 4347.0, 4304.0, 4334.0, 4306.0, 4343.0, 4304.0, 4333.0, 4316.0, 4305.0, 4324.0, 4303.0, 4336.0, 4303.0, 4346.0, 4317.0, 4338.0, 4326.0, 4305.0, 4348.0, 4317.0, 4337.0, 4330.0, 4330.0, 4362.0, 4331.0, 4361.0, 4330.0, 4350.0, 4331.0, 4315.0, 4366.0, 4315.0, 4357.0, 4315.0, 4366.0, 4338.0, 4302.0, 4335.0, 4315.0, 4343.0, 4306.0, 4357.0, 4316.0, 4312.0, 4313.0, 4305.0, 4315.0, 4304.0, 4313.0, 4304.0, 4338.0, 4318.0, 4346.0, 4317.0, 4354.0, 4316.0, 4347.0, 4318.0, 4348.0, 4339.0, 4317.0, 4349.0, 4315.0, 4334.0, 4316.0, 4345.0, 4325.0, 4354.0, 4315.0, 4344.0, 4304.0, 4321.0, 4313.0, 4314.0, 4332.0, 4293.0, 4333.0, 4303.0, 4330.0, 4304.0, 4335.0, 4315.0, 4334.0, 4312.0, 4306.0, 4324.0, 4307.0, 4336.0, 4308.0, 4349.0, 4350.0, 4329.0, 4347.0, 4320.0, 4359.0, 4349.0, 4328.0, 4392.0, 4362.0, 4315.0, 4305.0, 4291.0, 4336.0, 4312.0, 4347.0, 4328.0, 4355.0, 4322.0, 4305.0, 4323.0, 4303.0, 4324.0, 4302.0, 4345.0, 4316.0, 4345.0, 4315.0, 4322.0, 4311.0, 4313.0, 4303.0, 4303.0, 4313.0, 4303.0, 4331.0, 4293.0, 4323.0, 4303.0, 4333.0, 4315.0, 4343.0, 4314.0, 4343.0, 4299.0, 4322.0, 4313.0, 4299.0, 4312.0, 4288.0, 4311.0, 4288.0, 4321.0, 4304.0, 4333.0, 4295.0, 4345.0, 4302.0, 4336.0, 4306.0, 4306.0, 4324.0, 4305.0, 4315.0, 4305.0, 4315.0, 4305.0, 4316.0, 4306.0, 4326.0, 4304.0, 4325.0, 4307.0, 4327.0, 4309.0, 4339.0, 4308.0, 4361.0, 4344.0, 4361.0, 4343.0, 4342.0, 4329.0, 4329.0, 4341.0, 4360.0, 4351.0, 4337.0, 4360.0, 4307.0, 4337.0, 4316.0, 4358.0, 4330.0, 4346.0, 4339.0, 4347.0, 4392.0, 4373.0, 4369.0, 4324.0, 4294.0, 4326.0, 4306.0, 4347.0, 4306.0, 4347.0, 4318.0, 4345.0, 4329.0, 4355.0, 4326.0, 4312.0, 4343.0, 4320.0, 4353.0, 4330.0, 4353.0, 4330.0, 4348.0, 4318.0, 4326.0, 4274.0, 4262.0, 4284.0, 4275.0, 4301.0, 4273.0, 4263.0, 4294.0, 4276.0, 4305.0, 4275.0, 4274.0, 4291.0, 4287.0, 4317.0, 4296.0, 4282.0, 4294.0, 4272.0, 4293.0, 4274.0, 4302.0, 4272.0, 4293.0, 4273.0, 4295.0, 4274.0, 4307.0, 4287.0, 4297.0, 4284.0, 4288.0, 4286.0, 4290.0, 4298.0, 4293.0, 4310.0, 4295.0, 4321.0, 4305.0, 4334.0, 4316.0, 4326.0, 4314.0, 4314.0, 4337.0, 4314.0, 4337.0, 4317.0, 4351.0, 4330.0, 4330.0, 4349.0, 4342.0, 4365.0, 4330.0, 4348.0, 4329.0, 4349.0, 4349.0, 4329.0, 4358.0, 4339.0, 4359.0, 4340.0, 4349.0, 4360.0, 4340.0, 4385.0, 4341.0, 4376.0, 4343.0, 4342.0, 4370.0, 4329.0, 4361.0, 4329.0, 4361.0, 4339.0, 4370.0, 4351.0, 4326.0, 4325.0, 4314.0, 4327.0, 4316.0, 4349.0, 4326.0, 4359.0, 4326.0, 4357.0, 4326.0, 4349.0, 4327.0, 4324.0, 4325.0, 4315.0, 4338.0, 4307.0, 4336.0, 4321.0, 4350.0, 4317.0, 4349.0, 4320.0, 4360.0, 4329.0, 4369.0, 4339.0, 4328.0, 4341.0, 4330.0, 4340.0, 4331.0, 4363.0, 4342.0, 4331.0, 4352.0, 4332.0, 4352.0, 4333.0, 4371.0, 4351.0, 4343.0, 4341.0, 4340.0, 4351.0, 4329.0, 4371.0, 4340.0, 4383.0, 4329.0, 4359.0, 4328.0, 4360.0, 4328.0, 4357.0, 4339.0, 4316.0, 4336.0, 4308.0, 4339.0, 4317.0, 4349.0, 4328.0, 4358.0, 4341.0, 4352.0, 4349.0, 4322.0, 4362.0, 4330.0, 4362.0, 4344.0, 4381.0, 4350.0, 4332.0, 4349.0, 4328.0, 4338.0, 4318.0, 4360.0, 4339.0, 4372.0, 4327.0, 4326.0, 4334.0, 4304.0, 4346.0, 4339.0, 4347.0, 4347.0, 4317.0, 4347.0, 4316.0, 4349.0, 4338.0, 4328.0, 4370.0, 4327.0, 4359.0, 4339.0, 4339.0, 4337.0, 4315.0, 4368.0, 4316.0, 4342.0, 4325.0, 4342.0, 4325.0, 4352.0, 4322.0, 4291.0, 4309.0, 4277.0, 4307.0, 4291.0, 4322.0, 4311.0, 4320.0, 4302.0, 4332.0, 4300.0, 4320.0, 4314.0, 4314.0, 4324.0, 4293.0, 4323.0, 4303.0, 4320.0, 4314.0, 4331.0, 4323.0, 4303.0, 4320.0, 4294.0, 4326.0, 4304.0, 4347.0, 4340.0, 4318.0, 4353.0, 4331.0, 4347.0, 4331.0, 4327.0, 4326.0, 4316.0, 4360.0, 4327.0, 4328.0, 4369.0, 4340.0, 4357.0, 4326.0, 4314.0, 4334.0, 4325.0, 4367.0, 4336.0, 4303.0, 4325.0, 4294.0, 4334.0, 4318.0, 4316.0, 4348.0, 4296.0, 4346.0, 4325.0, 4347.0, 4328.0, 4358.0, 4327.0, 4334.0, 4314.0, 4315.0, 4313.0, 4306.0, 4325.0, 4307.0, 4337.0, 4308.0, 4348.0, 4309.0, 4339.0, 4308.0, 4351.0, 4333.0, 4373.0, 4340.0, 4331.0, 4332.0, 4341.0, 4331.0, 4352.0, 4321.0, 4352.0, 4324.0, 4364.0, 4344.0, 4333.0, 4350.0, 4322.0, 4351.0, 4323.0, 4375.0, 4356.0, 4374.0, 4355.0, 4354.0, 4333.0, 4335.0, 4365.0, 4342.0, 4374.0, 4340.0, 4360.0, 4334.0, 4351.0, 4363.0, 4331.0, 4371.0, 4329.0, 4359.0, 4352.0, 4349.0, 4360.0, 4327.0, 4362.0, 4340.0, 4358.0, 4339.0, 4328.0, 4347.0, 4314.0, 4346.0, 4327.0, 4347.0, 4336.0, 4347.0, 4359.0, 4316.0, 4355.0, 4325.0, 4356.0, 4337.0, 4314.0, 4365.0, 4343.0, 4310.0, 4319.0, 4281.0, 4330.0, 4302.0, 4323.0, 4312.0, 4335.0, 4324.0, 4354.0, 4323.0, 4304.0, 4310.0, 4300.0, 4318.0, 4297.0, 4340.0, 4322.0, 4313.0, 4343.0, 4323.0, 4321.0, 4339.0, 4308.0, 4309.0, 4298.0, 4288.0, 4321.0, 4316.0, 4353.0, 4324.0, 4344.0, 4299.0, 4297.0, 4307.0, 4306.0, 4336.0, 4316.0, 4324.0, 4325.0, 4302.0, 4345.0, 4314.0, 4282.0, 4322.0, 4289.0, 4277.0, 4266.0, 4265.0, 4296.0, 4255.0, 4264.0, 4263.0, 4267.0, 4289.0, 4274.0, 4302.0, 4280.0, 4279.0, 4278.0, 4270.0, 4279.0, 4283.0, 4283.0, 4295.0, 4298.0, 4309.0, 4299.0, 4319.0, 4300.0, 4330.0, 4312.0, 4309.0, 4309.0, 4309.0, 4335.0, 4334.0, 4331.0, 4324.0, 4333.0, 4311.0, 4322.0, 4333.0, 4313.0, 4343.0, 4314.0, 4327.0, 4329.0, 4328.0, 4359.0, 4343.0, 4371.0, 4338.0, 4349.0, 4330.0, 4359.0, 4326.0, 4345.0, 4316.0, 4334.0, 4314.0, 4334.0, 4324.0, 4314.0, 4324.0, 4315.0, 4324.0, 4316.0, 4337.0, 4306.0, 4346.0, 4311.0, 4339.0, 4322.0, 4337.0, 4311.0, 4360.0, 4334.0, 4343.0, 4342.0, 4322.0, 4342.0, 4338.0, 4376.0, 4367.0, 4354.0, 4363.0, 4333.0, 4363.0, 4342.0, 4384.0, 4368.0, 4374.0, 4374.0, 4330.0, 4359.0, 4330.0, 4370.0, 4353.0, 4382.0, 4361.0, 4330.0, 4359.0, 4328.0, 4357.0, 4327.0, 4377.0, 4347.0, 4375.0, 4333.0, 4343.0, 4323.0, 4333.0, 4323.0, 4322.0, 4311.0, 4291.0, 4310.0, 4289.0, 4310.0, 4291.0, 4329.0, 4302.0, 4331.0, 4310.0, 4318.0, 4299.0, 4321.0, 4311.0, 4319.0, 4301.0, 4322.0, 4300.0, 4318.0, 4290.0, 4321.0, 4293.0, 4334.0, 4305.0, 4314.0, 4304.0, 4307.0, 4317.0, 4330.0, 4340.0, 4328.0, 4338.0, 4329.0, 4327.0, 4337.0, 4339.0, 4347.0, 4337.0, 4317.0], 'WindowWidth': [9654.0, 9660.0, 9602.0, 9630.0, 9583.0, 9623.0, 9556.0, 9593.0, 9534.0, 9575.0, 9533.0, 9589.0, 9548.0, 9544.0, 9533.0, 9517.0, 9529.0, 9517.0, 9512.0, 9520.0, 9549.0, 9528.0, 9569.0, 9523.0, 9582.0, 9539.0, 9558.0, 9534.0, 9559.0, 9515.0, 9560.0, 9534.0, 9557.0, 9532.0, 9558.0, 9534.0, 9559.0, 9528.0, 9567.0, 9519.0, 9556.0, 9525.0, 9560.0, 9535.0, 9577.0, 9521.0, 9562.0, 9534.0, 9558.0, 9536.0, 9545.0, 9538.0, 9517.0, 9565.0, 9515.0, 9563.0, 9534.0, 9560.0, 9530.0, 9577.0, 9552.0, 9576.0, 9533.0, 9573.0, 9516.0, 9542.0, 9517.0, 9558.0, 9518.0, 9537.0, 9510.0, 9497.0, 9512.0, 9519.0, 9530.0, 9525.0, 9582.0, 9544.0, 9596.0, 9542.0, 9542.0, 9549.0, 9542.0, 9565.0, 9545.0, 9604.0, 9577.0, 9570.0, 9554.0, 9555.0, 9565.0, 9558.0, 9600.0, 9559.0, 9616.0, 9568.0, 9534.0, 9552.0, 9531.0, 9563.0, 9534.0, 9582.0, 9552.0, 9556.0, 9506.0, 9520.0, 9513.0, 9551.0, 9519.0, 9557.0, 9520.0, 9554.0, 9529.0, 9564.0, 9539.0, 9545.0, 9547.0, 9515.0, 9545.0, 9530.0, 9562.0, 9536.0, 9580.0, 9553.0, 9580.0, 9537.0, 9559.0, 9536.0, 9554.0, 9549.0, 9535.0, 9579.0, 9534.0, 9574.0, 9551.0, 9580.0, 9553.0, 9582.0, 9557.0, 9588.0, 9537.0, 9560.0, 9531.0, 9544.0, 9536.0, 9518.0, 9561.0, 9536.0, 9564.0, 9534.0, 9563.0, 9544.0, 9593.0, 9554.0, 9551.0, 9556.0, 9542.0, 9551.0, 9539.0, 9586.0, 9552.0, 9615.0, 9537.0, 9579.0, 9544.0, 9579.0, 9540.0, 9565.0, 9549.0, 9514.0, 9542.0, 9526.0, 9554.0, 9538.0, 9574.0, 9550.0, 9548.0, 9534.0, 9521.0, 9528.0, 9524.0, 9554.0, 9539.0, 9599.0, 9553.0, 9537.0, 9574.0, 9561.0, 9570.0, 9558.0, 9595.0, 9559.0, 9540.0, 9590.0, 9555.0, 9579.0, 9551.0, 9570.0, 9557.0, 9548.0, 9611.0, 9528.0, 9586.0, 9534.0, 9572.0, 9534.0, 9575.0, 9526.0, 9509.0, 9540.0, 9523.0, 9537.0, 9524.0, 9556.0, 9517.0, 9552.0, 9527.0, 9508.0, 9536.0, 9529.0, 9554.0, 9517.0, 9530.0, 9511.0, 9539.0, 9524.0, 9551.0, 9533.0, 9575.0, 9540.0, 9552.0, 9538.0, 9522.0, 9565.0, 9530.0, 9544.0, 9556.0, 9561.0, 9551.0, 9576.0, 9554.0, 9554.0, 9551.0, 9538.0, 9566.0, 9557.0, 9582.0, 9554.0, 9551.0, 9566.0, 9553.0, 9568.0, 9543.0, 9597.0, 9556.0, 9596.0, 9554.0, 9564.0, 9548.0, 9557.0, 9555.0, 9538.0, 9598.0, 9528.0, 9563.0, 9529.0, 9560.0, 9540.0, 9574.0, 9534.0, 9520.0, 9533.0, 9531.0, 9533.0, 9535.0, 9579.0, 9548.0, 9565.0, 9552.0, 9533.0, 9548.0, 9536.0, 9561.0, 9533.0, 9581.0, 9528.0, 9561.0, 9534.0, 9575.0, 9536.0, 9530.0, 9563.0, 9531.0, 9563.0, 9549.0, 9539.0, 9548.0, 9536.0, 9605.0, 9572.0, 9628.0, 9591.0, 9521.0, 9545.0, 9566.0, 9560.0, 9566.0, 9568.0, 9642.0, 9611.0, 9566.0, 9636.0, 9553.0, 9596.0, 9549.0, 9580.0, 9551.0, 9594.0, 9610.0, 9515.0, 9541.0, 9511.0, 9537.0, 9508.0, 9534.0, 9513.0, 9552.0, 9520.0, 9503.0, 9532.0, 9533.0, 9564.0, 9524.0, 9566.0, 9546.0, 9574.0, 9572.0, 9524.0, 9573.0, 9538.0, 9553.0, 9533.0, 9554.0, 9550.0, 9612.0, 9518.0, 9574.0, 9531.0, 9556.0, 9517.0, 9559.0, 9533.0, 9577.0, 9518.0, 9514.0, 9527.0, 9515.0, 9534.0, 9525.0, 9563.0, 9548.0, 9605.0, 9564.0, 9548.0, 9602.0, 9558.0, 9585.0, 9542.0, 9540.0, 9542.0, 9542.0, 9603.0, 9546.0, 9603.0, 9540.0, 9580.0, 9520.0, 9578.0, 9533.0, 9563.0, 9546.0, 9511.0, 9544.0, 9515.0, 9539.0, 9521.0, 9571.0, 9539.0, 9538.0, 9534.0, 9534.0, 9530.0, 9520.0, 9560.0, 9532.0, 9569.0, 9541.0, 9539.0, 9537.0, 9536.0, 9548.0, 9526.0, 9584.0, 9549.0, 9596.0, 9543.0, 9527.0, 9566.0, 9544.0, 9583.0, 9543.0, 9585.0, 9574.0, 9523.0, 9584.0, 9544.0, 9569.0, 9542.0, 9543.0, 9587.0, 9526.0, 9567.0, 9531.0, 9581.0, 9529.0, 9567.0, 9545.0, 9529.0, 9555.0, 9525.0, 9570.0, 9526.0, 9586.0, 9549.0, 9579.0, 9562.0, 9534.0, 9592.0, 9552.0, 9581.0, 9573.0, 9574.0, 9618.0, 9574.0, 9616.0, 9569.0, 9597.0, 9572.0, 9547.0, 9619.0, 9544.0, 9605.0, 9545.0, 9618.0, 9576.0, 9523.0, 9570.0, 9541.0, 9579.0, 9529.0, 9601.0, 9544.0, 9534.0, 9537.0, 9527.0, 9542.0, 9525.0, 9538.0, 9530.0, 9578.0, 9553.0, 9587.0, 9548.0, 9597.0, 9545.0, 9588.0, 9552.0, 9593.0, 9581.0, 9548.0, 9595.0, 9544.0, 9569.0, 9547.0, 9587.0, 9558.0, 9596.0, 9541.0, 9580.0, 9524.0, 9547.0, 9538.0, 9539.0, 9563.0, 9507.0, 9562.0, 9522.0, 9556.0, 9524.0, 9569.0, 9543.0, 9567.0, 9537.0, 9531.0, 9557.0, 9535.0, 9574.0, 9539.0, 9595.0, 9598.0, 9568.0, 9592.0, 9559.0, 9612.0, 9597.0, 9565.0, 9664.0, 9618.0, 9543.0, 9527.0, 9506.0, 9571.0, 9537.0, 9587.0, 9563.0, 9601.0, 9551.0, 9528.0, 9551.0, 9522.0, 9550.0, 9521.0, 9584.0, 9546.0, 9584.0, 9542.0, 9548.0, 9533.0, 9536.0, 9521.0, 9524.0, 9536.0, 9522.0, 9560.0, 9507.0, 9548.0, 9520.0, 9562.0, 9540.0, 9577.0, 9536.0, 9575.0, 9512.0, 9545.0, 9534.0, 9512.0, 9531.0, 9496.0, 9529.0, 9499.0, 9547.0, 9525.0, 9563.0, 9513.0, 9580.0, 9521.0, 9572.0, 9532.0, 9530.0, 9553.0, 9527.0, 9541.0, 9527.0, 9541.0, 9528.0, 9543.0, 9531.0, 9560.0, 9530.0, 9557.0, 9535.0, 9562.0, 9541.0, 9581.0, 9542.0, 9615.0, 9596.0, 9616.0, 9591.0, 9588.0, 9569.0, 9567.0, 9586.0, 9612.0, 9600.0, 9576.0, 9613.0, 9533.0, 9575.0, 9548.0, 9608.0, 9571.0, 9591.0, 9580.0, 9590.0, 9666.0, 9634.0, 9622.0, 9555.0, 9514.0, 9558.0, 9534.0, 9592.0, 9536.0, 9591.0, 9552.0, 9585.0, 9568.0, 9602.0, 9560.0, 9536.0, 9579.0, 9542.0, 9597.0, 9555.0, 9595.0, 9553.0, 9582.0, 9535.0, 9540.0, 9467.0, 9447.0, 9481.0, 9471.0, 9500.0, 9466.0, 9452.0, 9494.0, 9473.0, 9511.0, 9469.0, 9467.0, 9489.0, 9490.0, 9529.0, 9499.0, 9476.0, 9492.0, 9461.0, 9491.0, 9465.0, 9503.0, 9464.0, 9493.0, 9466.0, 9496.0, 9470.0, 9516.0, 9488.0, 9502.0, 9484.0, 9492.0, 9490.0, 9498.0, 9508.0, 9507.0, 9527.0, 9512.0, 9547.0, 9529.0, 9566.0, 9542.0, 9558.0, 9541.0, 9542.0, 9574.0, 9541.0, 9573.0, 9547.0, 9603.0, 9576.0, 9575.0, 9599.0, 9596.0, 9631.0, 9576.0, 9595.0, 9572.0, 9598.0, 9597.0, 9572.0, 9610.0, 9583.0, 9612.0, 9587.0, 9600.0, 9614.0, 9587.0, 9658.0, 9589.0, 9644.0, 9593.0, 9589.0, 9628.0, 9569.0, 9616.0, 9569.0, 9613.0, 9582.0, 9634.0, 9600.0, 9561.0, 9559.0, 9542.0, 9561.0, 9549.0, 9593.0, 9562.0, 9609.0, 9561.0, 9604.0, 9560.0, 9594.0, 9563.0, 9557.0, 9558.0, 9544.0, 9577.0, 9535.0, 9573.0, 9558.0, 9594.0, 9550.0, 9594.0, 9556.0, 9610.0, 9570.0, 9626.0, 9583.0, 9568.0, 9585.0, 9571.0, 9585.0, 9577.0, 9621.0, 9591.0, 9575.0, 9603.0, 9577.0, 9605.0, 9583.0, 9632.0, 9605.0, 9594.0, 9589.0, 9586.0, 9600.0, 9572.0, 9632.0, 9586.0, 9648.0, 9569.0, 9610.0, 9566.0, 9611.0, 9567.0, 9607.0, 9581.0, 9548.0, 9574.0, 9538.0, 9581.0, 9550.0, 9594.0, 9566.0, 9609.0, 9588.0, 9603.0, 9597.0, 9563.0, 9616.0, 9572.0, 9616.0, 9595.0, 9647.0, 9601.0, 9577.0, 9597.0, 9566.0, 9578.0, 9553.0, 9611.0, 9580.0, 9632.0, 9562.0, 9561.0, 9567.0, 9529.0, 9588.0, 9580.0, 9592.0, 9591.0, 9550.0, 9591.0, 9548.0, 9596.0, 9583.0, 9566.0, 9626.0, 9562.0, 9608.0, 9579.0, 9581.0, 9577.0, 9544.0, 9623.0, 9544.0, 9579.0, 9553.0, 9577.0, 9553.0, 9593.0, 9545.0, 9500.0, 9522.0, 9478.0, 9519.0, 9502.0, 9545.0, 9530.0, 9541.0, 9518.0, 9558.0, 9514.0, 9543.0, 9538.0, 9537.0, 9551.0, 9506.0, 9550.0, 9520.0, 9542.0, 9536.0, 9558.0, 9547.0, 9519.0, 9541.0, 9509.0, 9555.0, 9525.0, 9588.0, 9585.0, 9554.0, 9608.0, 9579.0, 9590.0, 9571.0, 9559.0, 9558.0, 9547.0, 9610.0, 9564.0, 9567.0, 9624.0, 9583.0, 9604.0, 9558.0, 9540.0, 9568.0, 9554.0, 9621.0, 9574.0, 9523.0, 9552.0, 9511.0, 9566.0, 9549.0, 9547.0, 9591.0, 9517.0, 9586.0, 9556.0, 9586.0, 9561.0, 9604.0, 9559.0, 9567.0, 9537.0, 9538.0, 9534.0, 9528.0, 9555.0, 9534.0, 9572.0, 9535.0, 9590.0, 9538.0, 9580.0, 9537.0, 9597.0, 9576.0, 9631.0, 9582.0, 9571.0, 9572.0, 9584.0, 9569.0, 9599.0, 9558.0, 9601.0, 9567.0, 9622.0, 9593.0, 9578.0, 9599.0, 9562.0, 9600.0, 9569.0, 9638.0, 9613.0, 9639.0, 9613.0, 9610.0, 9577.0, 9587.0, 9625.0, 9594.0, 9638.0, 9586.0, 9613.0, 9584.0, 9605.0, 9620.0, 9575.0, 9629.0, 9569.0, 9612.0, 9603.0, 9599.0, 9613.0, 9564.0, 9620.0, 9585.0, 9610.0, 9583.0, 9568.0, 9591.0, 9544.0, 9588.0, 9565.0, 9590.0, 9574.0, 9590.0, 9613.0, 9545.0, 9600.0, 9559.0, 9602.0, 9580.0, 9540.0, 9619.0, 9580.0, 9530.0, 9541.0, 9494.0, 9558.0, 9523.0, 9551.0, 9536.0, 9567.0, 9554.0, 9598.0, 9552.0, 9523.0, 9529.0, 9512.0, 9535.0, 9507.0, 9570.0, 9546.0, 9538.0, 9582.0, 9552.0, 9544.0, 9571.0, 9524.0, 9526.0, 9513.0, 9498.0, 9543.0, 9544.0, 9592.0, 9559.0, 9584.0, 9516.0, 9508.0, 9522.0, 9518.0, 9562.0, 9533.0, 9539.0, 9543.0, 9504.0, 9572.0, 9523.0, 9475.0, 9534.0, 9482.0, 9463.0, 9445.0, 9440.0, 9487.0, 9426.0, 9439.0, 9437.0, 9444.0, 9480.0, 9470.0, 9505.0, 9473.0, 9467.0, 9463.0, 9456.0, 9468.0, 9480.0, 9482.0, 9501.0, 9509.0, 9525.0, 9515.0, 9539.0, 9517.0, 9556.0, 9532.0, 9526.0, 9526.0, 9528.0, 9572.0, 9567.0, 9559.0, 9553.0, 9563.0, 9533.0, 9550.0, 9566.0, 9539.0, 9580.0, 9543.0, 9566.0, 9571.0, 9567.0, 9613.0, 9592.0, 9628.0, 9580.0, 9595.0, 9568.0, 9609.0, 9560.0, 9586.0, 9543.0, 9570.0, 9539.0, 9568.0, 9554.0, 9540.0, 9552.0, 9540.0, 9552.0, 9547.0, 9574.0, 9533.0, 9587.0, 9545.0, 9581.0, 9560.0, 9578.0, 9549.0, 9616.0, 9584.0, 9595.0, 9593.0, 9564.0, 9592.0, 9599.0, 9647.0, 9636.0, 9613.0, 9624.0, 9581.0, 9620.0, 9592.0, 9655.0, 9635.0, 9643.0, 9642.0, 9573.0, 9613.0, 9575.0, 9629.0, 9606.0, 9651.0, 9618.0, 9572.0, 9613.0, 9567.0, 9607.0, 9564.0, 9636.0, 9591.0, 9631.0, 9566.0, 9580.0, 9550.0, 9566.0, 9550.0, 9548.0, 9530.0, 9502.0, 9525.0, 9497.0, 9529.0, 9504.0, 9554.0, 9519.0, 9558.0, 9528.0, 9537.0, 9513.0, 9543.0, 9532.0, 9540.0, 9517.0, 9544.0, 9515.0, 9537.0, 9501.0, 9545.0, 9512.0, 9567.0, 9529.0, 9542.0, 9527.0, 9535.0, 9549.0, 9570.0, 9584.0, 9567.0, 9578.0, 9567.0, 9563.0, 9578.0, 9582.0, 9593.0, 9576.0, 9550.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.003043666377063423</td></tr>
<tr><td colspan=3>aqi</td><td>0.07817120104257168</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.50089130566952</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1159758683478287</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9367444545652182</td></tr>
<tr><td colspan=3>efc</td><td>0.5144</td></tr>
<tr><td colspan=3>fber</td><td>3546.3135</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09806798544475624</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>56</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.8653344917463075</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5875056548670483</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5974580289808658</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7393515710524055</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4257073645678737</td></tr>
<tr><td colspan=3>gcor</td><td>0.00805822</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.005423037335276604</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030492480844259262</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1151</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.439886755877435</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>13.3286</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.168</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>235.1382</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293644.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>1151.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>423.982</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2258</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>517.5988</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3518.4405</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3654.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82900.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1620.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4512.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>822.989</td></tr>
<tr><td colspan=3>tsnr</td><td>24.624598418478854</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>