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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0036_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0036_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0036_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0036_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0036_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0036_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0036_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0036/ses-02/func/sub-0036_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>f133627e68729d8178f57e07b19d0677</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:23:1.902500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998784, -0.017416, 0.0461146, 0.0200496, 0.998157, -0.0572776]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.10399</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4165, -7707, -7283, 607, -27, -82, 73, 82]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>284.406</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>09b79d5e-42fd-4806-b521-2ebe876ff956||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6796653270721436, 0.053791653364896774, 0.1215866357088089, 105.82252502441406], [0.04672587662935257, 2.6779820919036865, -0.15695779025554657, -87.51546478271484], [0.12372216582298279, 0.1536715179681778, 2.692690372467041, -79.65320587158203], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1158]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'AcquisitionTime': ['102301.902500', '102302.362500', '102302.822500', '102303.282500', '102303.742500', '102304.202500', '102304.662500', '102305.122500', '102305.582500', '102306.042500', '102306.502500', '102306.962500', '102307.422500', '102307.882500', '102308.342500', '102308.802500', '102309.262500', '102309.722500', '102310.182500', '102310.642500', '102311.102500', '102311.562500', '102312.022500', '102312.482500', '102312.942500', '102313.402500', '102313.862500', '102314.322500', '102314.782500', '102315.242500', '102315.702500', '102316.162500', '102316.622500', '102317.082500', '102317.542500', '102318.002500', '102318.462500', '102318.922500', '102319.382500', '102319.842500', '102320.302500', '102320.762500', '102321.222500', '102321.682500', '102322.142500', '102322.602500', '102323.062500', '102323.522500', '102323.982500', '102324.442500', '102324.902500', '102325.362500', '102325.822500', '102326.282500', '102326.742500', '102327.202500', '102327.662500', '102328.122500', '102328.582500', '102329.042500', '102329.502500', '102329.962500', '102330.422500', '102330.882500', '102331.342500', '102331.802500', '102332.262500', '102332.722500', '102333.182500', '102333.642500', '102334.102500', '102334.562500', '102335.022500', '102335.482500', '102335.942500', '102336.402500', '102336.862500', '102337.322500', '102337.782500', '102338.242500', '102338.702500', '102339.162500', '102339.622500', '102340.082500', '102340.542500', '102341.002500', '102341.462500', '102341.922500', '102342.382500', '102342.842500', '102343.302500', '102343.762500', '102344.222500', '102344.682500', '102345.142500', '102345.602500', '102346.062500', '102346.522500', '102346.982500', '102347.442500', '102347.902500', '102348.362500', '102348.822500', '102349.282500', '102349.742500', '102350.202500', '102350.662500', '102351.122500', '102351.582500', '102352.042500', '102352.502500', '102352.962500', '102353.422500', '102353.882500', '102354.342500', '102354.802500', '102355.262500', '102355.722500', '102356.182500', '102356.642500', '102357.102500', '102357.562500', '102358.022500', '102358.482500', '102358.942500', '102359.402500', '102359.862500', '102400.322500', '102400.782500', '102401.242500', '102401.702500', '102402.162500', '102402.622500', '102403.082500', '102403.542500', '102404.002500', '102404.462500', '102404.922500', '102405.382500', '102405.842500', '102406.302500', '102406.762500', '102407.222500', '102407.682500', '102408.142500', '102408.602500', '102409.062500', '102409.522500', '102409.982500', '102410.442500', '102410.902500', '102411.362500', '102411.822500', '102412.282500', '102412.742500', '102413.202500', '102413.662500', '102414.122500', '102414.582500', '102415.042500', '102415.502500', '102415.962500', '102416.422500', '102416.882500', '102417.342500', '102417.802500', '102418.262500', '102418.722500', '102419.182500', '102419.642500', '102420.102500', '102420.562500', '102421.022500', '102421.482500', '102421.942500', '102422.402500', '102422.862500', '102423.322500', '102423.782500', '102424.242500', '102424.702500', '102425.162500', '102425.622500', '102426.082500', '102426.542500', '102427.002500', '102427.462500', '102427.922500', '102428.382500', '102428.842500', '102429.302500', '102429.762500', '102430.222500', '102430.682500', '102431.142500', '102431.602500', '102432.062500', '102432.522500', '102432.982500', '102433.442500', '102433.902500', '102434.362500', '102434.822500', '102435.282500', '102435.742500', '102436.202500', '102436.662500', '102437.122500', '102437.582500', '102438.042500', '102438.502500', '102438.962500', '102439.422500', '102439.882500', '102440.342500', '102440.802500', '102441.262500', '102441.722500', '102442.182500', '102442.642500', '102443.102500', '102443.562500', '102444.022500', '102444.482500', '102444.942500', '102445.402500', '102445.862500', '102446.322500', '102446.782500', '102447.242500', '102447.702500', '102448.162500', '102448.622500', '102449.082500', '102449.542500', '102450.002500', '102450.462500', '102450.922500', '102451.382500', '102451.842500', '102452.302500', '102452.762500', '102453.222500', '102453.682500', '102454.142500', '102454.602500', '102455.062500', '102455.522500', '102455.982500', '102456.442500', '102456.902500', '102457.362500', '102457.822500', '102458.282500', '102458.742500', '102459.202500', '102459.662500', '102500.122500', '102500.582500', '102501.042500', '102501.502500', '102501.962500', '102502.422500', '102502.882500', '102503.342500', '102503.802500', '102504.262500', '102504.722500', '102505.182500', '102505.642500', '102506.102500', '102506.562500', '102507.022500', '102507.482500', '102507.942500', '102508.402500', '102508.862500', '102509.322500', '102509.782500', '102510.242500', '102510.702500', '102511.162500', '102511.622500', '102512.082500', '102512.542500', '102513.002500', '102513.462500', '102513.922500', '102514.382500', '102514.842500', '102515.302500', '102515.762500', '102516.222500', '102516.682500', '102517.142500', '102517.602500', '102518.062500', '102518.522500', '102518.982500', '102519.442500', '102519.902500', '102520.362500', '102520.822500', '102521.282500', '102521.742500', '102522.202500', '102522.662500', '102523.122500', '102523.582500', '102524.042500', '102524.502500', '102524.962500', '102525.422500', '102525.882500', '102526.342500', '102526.802500', '102527.262500', '102527.722500', '102528.182500', '102528.642500', '102529.102500', '102529.562500', '102530.022500', '102530.482500', '102530.942500', '102531.402500', '102531.862500', '102532.322500', '102532.782500', '102533.242500', '102533.702500', '102534.162500', '102534.622500', '102535.082500', '102535.542500', '102536.002500', '102536.462500', '102536.922500', '102537.382500', '102537.842500', '102538.302500', '102538.762500', '102539.222500', '102539.682500', '102540.142500', '102540.602500', '102541.062500', '102541.522500', '102541.982500', '102542.442500', '102542.902500', '102543.362500', '102543.822500', '102544.282500', '102544.742500', '102545.202500', '102545.662500', '102546.122500', '102546.582500', '102547.042500', '102547.502500', '102547.962500', '102548.422500', '102548.882500', '102549.342500', '102549.802500', '102550.262500', '102550.722500', '102551.182500', '102551.642500', '102552.102500', '102552.562500', '102553.022500', '102553.482500', '102553.942500', '102554.402500', '102554.862500', '102555.322500', '102555.782500', '102556.242500', '102556.702500', '102557.162500', '102557.622500', '102558.082500', '102558.542500', '102559.002500', '102559.462500', '102559.922500', '102600.382500', '102600.842500', '102601.302500', '102601.762500', '102602.222500', '102602.682500', '102603.142500', '102603.602500', '102604.062500', '102604.522500', '102604.982500', '102605.442500', '102605.902500', '102606.362500', '102606.822500', '102607.282500', '102607.742500', '102608.202500', '102608.662500', '102609.122500', '102609.582500', '102610.042500', '102610.502500', '102610.962500', '102611.422500', '102611.882500', '102612.342500', '102612.802500', '102613.262500', '102613.722500', '102614.182500', '102614.642500', '102615.102500', '102615.562500', '102616.022500', '102616.482500', '102616.942500', '102617.402500', '102617.862500', '102618.322500', '102618.782500', '102619.242500', '102619.702500', '102620.162500', '102620.622500', '102621.082500', '102621.542500', '102622.002500', '102622.462500', '102622.922500', '102623.382500', '102623.842500', '102624.302500', '102624.762500', '102625.222500', '102625.682500', '102626.142500', '102626.602500', '102627.062500', '102627.522500', '102627.982500', '102628.442500', '102628.902500', '102629.362500', '102629.822500', '102630.282500', '102630.742500', '102631.202500', '102631.662500', '102632.122500', '102632.582500', '102633.042500', '102633.502500', '102633.962500', '102634.422500', '102634.882500', '102635.342500', '102635.802500', '102636.262500', '102636.722500', '102637.182500', '102637.642500', '102638.102500', '102638.562500', '102639.022500', '102639.482500', '102639.942500', '102640.402500', '102640.862500', '102641.322500', '102641.782500', '102642.242500', '102642.702500', '102643.162500', '102643.622500', '102644.082500', '102644.542500', '102645.002500', '102645.462500', '102645.922500', '102646.382500', '102646.842500', '102647.302500', '102647.762500', '102648.222500', '102648.682500', '102649.142500', '102649.602500', '102650.062500', '102650.522500', '102650.982500', '102651.442500', '102651.902500', '102652.362500', '102652.822500', '102653.282500', '102653.742500', '102654.202500', '102654.662500', '102655.122500', '102655.582500', '102656.042500', '102656.502500', '102656.962500', '102657.422500', '102657.882500', '102658.342500', '102658.802500', '102659.262500', '102659.722500', '102700.182500', '102700.642500', '102701.102500', '102701.562500', '102702.022500', '102702.482500', '102702.942500', '102703.402500', '102703.862500', '102704.322500', '102704.782500', '102705.242500', '102705.702500', '102706.162500', '102706.622500', '102707.082500', '102707.542500', '102708.002500', '102708.462500', '102708.922500', '102709.382500', '102709.842500', '102710.302500', '102710.762500', '102711.222500', '102711.682500', '102712.142500', '102712.602500', '102713.062500', '102713.522500', '102713.982500', '102714.442500', '102714.902500', '102715.362500', '102715.822500', '102716.282500', '102716.742500', '102717.202500', '102717.662500', '102718.122500', '102718.582500', '102719.042500', '102719.502500', '102719.962500', '102720.422500', '102720.882500', '102721.342500', '102721.802500', '102722.262500', '102722.722500', '102723.182500', '102723.642500', '102724.102500', '102724.562500', '102725.022500', '102725.482500', '102725.942500', '102726.402500', '102726.862500', '102727.322500', '102727.782500', '102728.242500', '102728.702500', '102729.162500', '102729.622500', '102730.082500', '102730.542500', '102731.002500', '102731.462500', '102731.922500', '102732.382500', '102732.842500', '102733.302500', '102733.762500', '102734.222500', '102734.682500', '102735.142500', '102735.602500', '102736.062500', '102736.522500', '102736.982500', '102737.442500', '102737.902500', '102738.362500', '102738.822500', '102739.282500', '102739.742500', '102740.202500', '102740.662500', '102741.122500', '102741.582500', '102742.042500', '102742.502500', '102742.962500', '102743.422500', '102743.882500', '102744.342500', '102744.802500', '102745.262500', '102745.722500', '102746.182500', '102746.642500', '102747.102500', '102747.562500', '102748.022500', '102748.482500', '102748.942500', '102749.402500', '102749.862500', '102750.322500', '102750.782500', '102751.242500', '102751.702500', '102752.162500', '102752.622500', '102753.082500', '102753.542500', '102754.002500', '102754.462500', '102754.922500', '102755.382500', '102755.842500', '102756.302500', '102756.762500', '102757.222500', '102757.682500', '102758.142500', '102758.602500', '102759.062500', '102759.522500', '102759.982500', '102800.442500', '102800.902500', '102801.362500', '102801.822500', '102802.282500', '102802.742500', '102803.202500', '102803.662500', '102804.122500', '102804.582500', '102805.042500', '102805.502500', '102805.962500', '102806.422500', '102806.882500', '102807.342500', '102807.802500', '102808.262500', '102808.722500', '102809.182500', '102809.642500', '102810.102500', '102810.562500', '102811.022500', '102811.482500', '102811.942500', '102812.402500', '102812.862500', '102813.322500', '102813.782500', '102814.242500', '102814.702500', '102815.162500', '102815.622500', '102816.082500', '102816.542500', '102817.002500', '102817.462500', '102817.922500', '102818.382500', '102818.842500', '102819.302500', '102819.762500', '102820.222500', '102820.682500', '102821.142500', '102821.602500', '102822.062500', '102822.522500', '102822.982500', '102823.442500', '102823.902500', '102824.362500', '102824.822500', '102825.282500', '102825.742500', '102826.202500', '102826.662500', '102827.122500', '102827.582500', '102828.042500', '102828.502500', '102828.962500', '102829.422500', '102829.882500', '102830.342500', '102830.802500', '102831.262500', '102831.722500', '102832.182500', '102832.642500', '102833.102500', '102833.562500', '102834.022500', '102834.482500', '102834.942500', '102835.402500', '102835.862500', '102836.322500', '102836.782500', '102837.242500', '102837.702500', '102838.162500', '102838.622500', '102839.082500', '102839.542500', '102840.002500', '102840.462500', '102840.922500', '102841.382500', '102841.842500', '102842.302500', '102842.762500', '102843.222500', '102843.682500', '102844.142500', '102844.602500', '102845.062500', '102845.522500', '102845.982500', '102846.442500', '102846.902500', '102847.362500', '102847.822500', '102848.282500', '102848.742500', '102849.202500', '102849.662500', '102850.122500', '102850.582500', '102851.042500', '102851.502500', '102851.962500', '102852.422500', '102852.882500', '102853.342500', '102853.802500', '102854.262500', '102854.722500', '102855.182500', '102855.642500', '102856.102500', '102856.562500', '102857.022500', '102857.482500', '102857.942500', '102858.402500', '102858.862500', '102859.322500', '102859.782500', '102900.242500', '102900.702500', '102901.162500', '102901.622500', '102902.082500', '102902.542500', '102903.002500', '102903.462500', '102903.922500', '102904.382500', '102904.842500', '102905.302500', '102905.762500', '102906.222500', '102906.682500', '102907.142500', '102907.602500', '102908.062500', '102908.522500', '102908.982500', '102909.442500', '102909.902500', '102910.362500', '102910.822500', '102911.282500', '102911.742500', '102912.202500', '102912.662500', '102913.122500', '102913.582500', '102914.042500', '102914.502500', '102914.962500', '102915.422500', '102915.882500', '102916.342500', '102916.802500', '102917.262500', '102917.722500', '102918.182500', '102918.642500', '102919.102500', '102919.562500', '102920.022500', '102920.482500', '102920.942500', '102921.402500', '102921.862500', '102922.322500', '102922.782500', '102923.242500', '102923.702500', '102924.162500', '102924.622500', '102925.082500', '102925.542500', '102926.002500', '102926.462500', '102926.922500', '102927.382500', '102927.842500', '102928.302500', '102928.762500', '102929.222500', '102929.682500', '102930.142500', '102930.602500', '102931.062500', '102931.522500', '102931.982500', '102932.442500', '102932.902500', '102933.362500', '102933.822500', '102934.282500', '102934.742500', '102935.202500', '102935.662500', '102936.122500', '102936.582500', '102937.042500', '102937.502500', '102937.962500', '102938.422500', '102938.882500', '102939.342500', '102939.802500', '102940.262500', '102940.722500', '102941.182500', '102941.642500', '102942.102500', '102942.562500', '102943.022500', '102943.482500', '102943.942500', '102944.402500', '102944.862500', '102945.322500', '102945.782500', '102946.242500', '102946.702500', '102947.162500', '102947.622500', '102948.082500', '102948.542500', '102949.002500', '102949.462500', '102949.922500', '102950.382500', '102950.842500', '102951.302500', '102951.762500', '102952.222500', '102952.682500', '102953.142500', '102953.602500', '102954.062500', '102954.522500', '102954.982500', '102955.442500', '102955.902500', '102956.362500', '102956.822500', '102957.282500', '102957.742500', '102958.202500', '102958.662500', '102959.122500', '102959.582500', '103000.042500', '103000.502500', '103000.962500', '103001.422500', '103001.882500', '103002.342500', '103002.802500', '103003.262500', '103003.722500', '103004.182500', '103004.642500', '103005.102500', '103005.562500', '103006.022500', '103006.482500', '103006.942500', '103007.402500', '103007.862500', '103008.322500', '103008.782500', '103009.242500', '103009.702500', '103010.162500', '103010.622500', '103011.082500', '103011.542500', '103012.002500', '103012.462500', '103012.922500', '103013.382500', '103013.842500', '103014.302500', '103014.762500', '103015.222500', '103015.682500', '103016.142500', '103016.602500', '103017.062500', '103017.522500', '103017.982500', '103018.442500', '103018.902500', '103019.362500', '103019.822500', '103020.282500', '103020.742500', '103021.202500', '103021.662500', '103022.122500', '103022.582500', '103023.042500', '103023.502500', '103023.962500', '103024.422500', '103024.882500', '103025.342500', '103025.802500', '103026.262500', '103026.722500', '103027.182500', '103027.642500', '103028.102500', '103028.562500', '103029.022500', '103029.482500', '103029.942500', '103030.402500', '103030.862500', '103031.322500', '103031.782500', '103032.242500', '103032.702500', '103033.162500', '103033.622500', '103034.082500', '103034.542500', '103035.002500', '103035.462500', '103035.922500', '103036.382500', '103036.842500', '103037.302500', '103037.762500', '103038.222500', '103038.682500', '103039.142500', '103039.602500', '103040.062500', '103040.522500', '103040.982500', '103041.442500', '103041.902500', '103042.362500', '103042.822500', '103043.282500', '103043.742500', '103044.202500', '103044.662500', '103045.122500', '103045.582500', '103046.042500', '103046.502500', '103046.962500', '103047.422500', '103047.882500', '103048.342500', '103048.802500', '103049.262500', '103049.722500', '103050.182500', '103050.642500', '103051.102500', '103051.562500', '103052.022500', '103052.482500', '103052.942500', '103053.402500', '103053.862500', '103054.322500', '103054.782500', '103055.242500', '103055.702500', '103056.162500', '103056.622500', '103057.082500', '103057.542500', '103058.002500', '103058.462500', '103058.922500', '103059.382500', '103059.842500', '103100.302500', '103100.762500', '103101.222500', '103101.682500', '103102.142500', '103102.602500', '103103.062500', '103103.522500', '103103.982500', '103104.442500', '103104.902500', '103105.362500', '103105.822500', '103106.282500', '103106.742500', '103107.202500', '103107.662500', '103108.122500', '103108.582500', '103109.042500', '103109.502500', '103109.962500', '103110.422500', '103110.882500', '103111.342500', '103111.802500', '103112.262500', '103112.722500', '103113.182500', '103113.642500', '103114.102500', '103114.562500', '103115.022500', '103115.482500', '103115.942500', '103116.402500', '103116.862500', '103117.322500', '103117.782500', '103118.242500', '103118.702500', '103119.162500', '103119.622500', '103120.082500', '103120.542500', '103121.002500', '103121.462500', '103121.922500', '103122.382500', '103122.842500', '103123.302500', '103123.762500', '103124.222500', '103124.682500', '103125.142500', '103125.602500', '103126.062500', '103126.522500', '103126.982500', '103127.442500', '103127.902500', '103128.362500', '103128.822500', '103129.282500', '103129.742500', '103130.202500', '103130.662500', '103131.122500', '103131.582500', '103132.042500', '103132.502500', '103132.962500', '103133.422500', '103133.882500', '103134.342500', '103134.802500', '103135.262500', '103135.722500', '103136.182500', '103136.642500', '103137.102500', '103137.562500', '103138.022500', '103138.482500', '103138.942500', '103139.402500', '103139.862500', '103140.322500', '103140.782500', '103141.242500', '103141.702500', '103142.162500', '103142.622500', '103143.082500', '103143.542500', '103144.002500', '103144.462500', '103144.922500', '103145.382500', '103145.842500', '103146.302500', '103146.762500', '103147.222500', '103147.682500', '103148.142500', '103148.602500', '103149.062500', '103149.522500', '103149.982500', '103150.442500', '103150.902500', '103151.362500', '103151.822500', '103152.282500', '103152.742500', '103153.202500', '103153.662500', '103154.122500'], 'ContentTime': ['102327.355000', '102327.359000', '102327.362000', '102327.366000', '102327.369000', '102327.372000', '102327.375000', '102327.378000', '102327.382000', '102327.385000', '102327.388000', '102327.391000', '102327.394000', '102327.397000', '102327.401000', '102327.404000', '102327.407000', '102327.410000', '102327.414000', '102327.417000', '102327.420000', '102327.423000', '102327.426000', '102327.429000', '102327.433000', '102327.436000', '102327.439000', '102327.442000', '102327.445000', '102327.448000', '102327.451000', '102327.454000', '102327.457000', '102327.460000', '102327.463000', '102327.466000', '102327.469000', '102327.472000', '102327.475000', '102327.478000', '102327.490000', '102327.493000', '102327.496000', '102327.499000', '102327.502000', '102327.505000', '102327.508000', '102327.511000', '102327.514000', '102327.517000', '102327.520000', '102327.523000', '102327.526000', '102347.315000', '102347.319000', '102347.322000', '102347.325000', '102347.328000', '102347.332000', '102347.335000', '102347.338000', '102347.341000', '102347.353000', '102347.356000', '102347.359000', '102347.362000', '102347.379000', '102347.382000', '102347.386000', '102347.389000', '102347.392000', '102347.396000', '102347.399000', '102347.402000', '102347.405000', '102347.410000', '102347.415000', '102347.418000', '102347.422000', '102347.424000', '102347.428000', '102347.431000', '102347.434000', '102347.437000', '102347.440000', '102347.443000', '102347.446000', '102347.449000', '102347.452000', '102347.455000', '102347.458000', '102347.462000', '102347.465000', '102347.468000', '102347.471000', '102347.474000', '102407.315000', '102407.318000', '102407.321000', '102407.324000', '102407.327000', '102407.330000', '102407.333000', '102407.336000', '102407.339000', '102407.342000', '102407.345000', '102407.348000', '102407.351000', '102407.354000', '102407.357000', '102407.360000', '102407.375000', '102407.378000', '102407.381000', '102407.384000', '102407.387000', '102407.389000', '102407.392000', '102407.395000', '102407.398000', '102407.401000', '102407.404000', '102407.407000', '102407.410000', '102407.413000', '102407.416000', '102407.419000', '102407.422000', '102407.425000', '102407.428000', '102407.431000', '102407.434000', '102407.437000', '102407.440000', '102407.451000', '102407.454000', '102407.457000', '102407.460000', '102407.463000', '102427.315000', '102427.318000', '102427.321000', '102427.324000', '102427.327000', '102427.330000', '102427.333000', '102427.336000', '102427.339000', '102427.342000', '102427.345000', '102427.348000', '102427.351000', '102427.354000', '102427.357000', '102427.360000', '102427.363000', '102427.366000', '102427.369000', '102427.372000', '102427.375000', '102427.378000', '102427.381000', '102427.384000', '102427.387000', '102427.390000', '102427.403000', '102427.406000', '102427.409000', '102427.412000', '102427.415000', '102427.418000', '102427.421000', '102427.424000', '102427.427000', '102427.430000', '102427.433000', '102427.436000', '102427.439000', '102427.442000', '102427.445000', '102427.448000', '102427.451000', '102447.315000', '102447.318000', '102447.321000', '102447.324000', '102447.327000', '102447.330000', '102447.333000', '102447.336000', '102447.339000', '102447.342000', '102447.345000', '102447.348000', '102447.351000', '102447.354000', '102447.357000', '102447.360000', '102447.363000', '102447.366000', '102447.369000', '102447.372000', '102447.375000', '102447.378000', '102447.381000', '102447.384000', '102447.387000', '102447.390000', '102447.393000', '102447.403000', '102447.406000', '102447.409000', '102447.412000', '102447.415000', '102447.418000', '102447.421000', '102447.424000', '102447.427000', '102447.430000', '102447.433000', '102447.436000', '102447.439000', '102447.442000', '102447.445000', '102447.448000', '102447.457000', '102507.316000', '102507.319000', '102507.322000', '102507.325000', '102507.328000', '102507.331000', '102507.334000', '102507.337000', '102507.347000', '102507.351000', '102507.353000', '102507.356000', '102507.359000', '102507.363000', '102507.366000', '102507.369000', '102507.372000', '102507.375000', '102507.378000', '102507.382000', '102507.385000', '102507.388000', '102507.391000', '102507.394000', '102507.397000', '102507.400000', '102507.403000', '102507.406000', '102507.409000', '102507.412000', '102507.415000', '102507.418000', '102507.421000', '102507.424000', '102507.427000', '102507.430000', '102507.433000', '102507.436000', '102507.439000', '102507.442000', '102507.445000', '102507.449000', '102507.454000', '102527.316000', '102527.319000', '102527.322000', '102527.325000', '102527.328000', '102527.331000', '102527.334000', '102527.337000', '102527.340000', '102527.343000', '102527.346000', '102527.349000', '102527.352000', '102527.355000', '102527.358000', '102527.361000', '102527.364000', '102527.367000', '102527.376000', '102527.379000', '102527.382000', '102527.385000', '102527.388000', '102527.391000', '102527.394000', '102527.397000', '102527.400000', '102527.403000', '102527.406000', '102527.409000', '102527.412000', '102527.415000', '102527.418000', '102527.421000', '102527.424000', '102527.427000', '102527.430000', '102527.433000', '102527.436000', '102527.439000', '102527.442000', '102527.445000', '102527.448000', '102527.451000', '102547.315000', '102547.318000', '102547.321000', '102547.324000', '102547.327000', '102547.330000', '102547.333000', '102547.336000', '102547.339000', '102547.342000', '102547.345000', '102547.359000', '102547.362000', '102547.365000', '102547.368000', '102547.376000', '102547.379000', '102547.382000', '102547.385000', '102547.396000', '102547.399000', '102547.402000', '102547.405000', '102547.408000', '102547.411000', '102547.414000', '102547.417000', '102547.420000', '102547.423000', '102547.426000', '102547.429000', '102547.432000', '102547.435000', '102547.438000', '102547.441000', '102547.444000', '102547.447000', '102547.450000', '102547.453000', '102547.456000', '102547.460000', '102547.463000', '102547.469000', '102607.315000', '102607.318000', '102607.321000', '102607.324000', '102607.327000', '102607.330000', '102607.333000', '102607.336000', '102607.339000', '102607.342000', '102607.345000', '102607.348000', '102607.351000', '102607.354000', '102607.357000', '102607.360000', '102607.363000', '102607.366000', '102607.369000', '102607.372000', '102607.375000', '102607.378000', '102607.381000', '102607.384000', '102607.387000', '102607.391000', '102607.394000', '102607.397000', '102607.400000', '102607.402000', '102607.405000', '102607.408000', '102607.411000', '102607.414000', '102607.417000', '102607.420000', '102607.423000', '102607.426000', '102607.430000', '102607.433000', '102607.436000', '102607.439000', '102607.442000', '102607.445000', '102627.315000', '102627.318000', '102627.321000', '102627.324000', '102627.327000', '102627.330000', '102627.333000', '102627.336000', '102627.339000', '102627.342000', '102627.345000', '102627.348000', '102627.352000', '102627.355000', '102627.358000', '102627.361000', '102627.364000', '102627.367000', '102627.370000', '102627.373000', '102627.376000', '102627.379000', '102627.382000', '102627.385000', '102627.388000', '102627.391000', '102627.394000', '102627.397000', '102627.400000', '102627.403000', '102627.406000', '102627.409000', '102627.412000', '102627.415000', '102627.419000', '102627.422000', '102627.425000', '102627.428000', '102627.431000', '102627.434000', '102627.437000', '102627.440000', '102627.443000', '102647.315000', '102647.318000', '102647.321000', '102647.324000', '102647.327000', '102647.330000', '102647.333000', '102647.336000', '102647.339000', '102647.342000', '102647.345000', '102647.348000', '102647.351000', '102647.354000', '102647.357000', '102647.360000', '102647.363000', '102647.366000', '102647.369000', '102647.372000', '102647.376000', '102647.379000', '102647.382000', '102647.385000', '102647.388000', '102647.391000', '102647.394000', '102647.397000', '102647.400000', '102647.403000', '102647.406000', '102647.409000', '102647.412000', '102647.415000', '102647.418000', '102647.421000', '102647.427000', '102647.430000', '102647.433000', '102647.436000', '102647.439000', '102647.443000', '102647.446000', '102647.449000', '102707.315000', '102707.318000', '102707.321000', '102707.324000', '102707.327000', '102707.330000', '102707.333000', '102707.336000', '102707.339000', '102707.342000', '102707.345000', '102707.348000', '102707.351000', '102707.354000', '102707.357000', '102707.360000', '102707.363000', '102707.366000', '102707.369000', '102707.372000', '102707.375000', '102707.378000', '102707.381000', '102707.384000', '102707.387000', '102707.390000', '102707.393000', '102707.396000', '102707.399000', '102707.402000', '102707.405000', '102707.408000', '102707.411000', '102707.414000', '102707.417000', '102707.420000', '102707.436000', '102707.439000', '102707.442000', '102707.462000', '102707.465000', '102707.468000', '102707.471000', '102727.316000', '102727.319000', '102727.322000', '102727.325000', '102727.328000', '102727.331000', '102727.334000', '102727.337000', '102727.340000', '102727.343000', '102727.346000', '102727.349000', '102727.352000', '102727.355000', '102727.358000', '102727.361000', '102727.364000', '102727.375000', '102727.378000', '102727.381000', '102727.384000', '102727.387000', '102727.390000', '102727.393000', '102727.396000', '102727.399000', '102727.402000', '102727.405000', '102727.408000', '102727.411000', '102727.414000', '102727.417000', '102727.420000', '102727.423000', '102727.426000', '102727.429000', '102727.432000', '102727.435000', '102727.438000', '102727.441000', '102727.444000', '102727.447000', '102727.450000', '102727.453000', '102747.315000', '102747.318000', '102747.321000', '102747.325000', '102747.328000', '102747.330000', '102747.334000', '102747.337000', '102747.340000', '102747.343000', '102747.346000', '102747.349000', '102747.352000', '102747.355000', '102747.358000', '102747.361000', '102747.364000', '102747.367000', '102747.370000', '102747.373000', '102747.376000', '102747.379000', '102747.382000', '102747.385000', '102747.388000', '102747.391000', '102747.394000', '102747.397000', '102747.400000', '102747.403000', '102747.406000', '102747.409000', '102747.412000', '102747.415000', '102747.418000', '102747.421000', '102747.424000', '102747.427000', '102747.430000', '102747.433000', '102747.436000', '102747.439000', '102747.442000', '102807.317000', '102807.321000', '102807.324000', '102807.327000', '102807.330000', '102807.333000', '102807.336000', '102807.339000', '102807.342000', '102807.345000', '102807.348000', '102807.351000', '102807.354000', '102807.357000', '102807.360000', '102807.363000', '102807.366000', '102807.369000', '102807.372000', '102807.375000', '102807.378000', '102807.381000', '102807.384000', '102807.387000', '102807.390000', '102807.393000', '102807.396000', '102807.399000', '102807.402000', '102807.405000', '102807.408000', '102807.411000', '102807.414000', '102807.417000', '102807.421000', '102807.424000', '102807.427000', '102807.430000', '102807.433000', '102807.436000', '102807.439000', '102807.442000', '102807.445000', '102827.315000', '102827.318000', '102827.321000', '102827.324000', '102827.327000', '102827.330000', '102827.333000', '102827.336000', '102827.339000', '102827.342000', '102827.348000', '102827.351000', '102827.354000', '102827.357000', '102827.360000', '102827.363000', '102827.366000', '102827.369000', '102827.372000', '102827.375000', '102827.378000', '102827.381000', '102827.384000', '102827.387000', '102827.390000', '102827.393000', '102827.396000', '102827.408000', '102827.411000', '102827.414000', '102827.417000', '102827.420000', '102827.423000', '102827.426000', '102827.429000', '102827.432000', '102827.435000', '102827.438000', '102827.441000', '102827.444000', '102827.447000', '102827.450000', '102827.453000', '102827.456000', '102847.315000', '102847.318000', '102847.321000', '102847.324000', '102847.337000', '102847.340000', '102847.343000', '102847.346000', '102847.349000', '102847.352000', '102847.355000', '102847.358000', '102847.361000', '102847.364000', '102847.367000', '102847.370000', '102847.373000', '102847.376000', '102847.380000', '102847.383000', '102847.385000', '102847.388000', '102847.391000', '102847.402000', '102847.405000', '102847.408000', '102847.411000', '102847.414000', '102847.417000', '102847.420000', '102847.423000', '102847.426000', '102847.429000', '102847.432000', '102847.435000', '102847.438000', '102847.441000', '102847.444000', '102847.447000', '102847.450000', '102847.453000', '102847.456000', '102847.459000', '102907.315000', '102907.318000', '102907.321000', '102907.324000', '102907.327000', '102907.330000', '102907.333000', '102907.336000', '102907.339000', '102907.342000', '102907.345000', '102907.348000', '102907.351000', '102907.354000', '102907.357000', '102907.360000', '102907.363000', '102907.366000', '102907.369000', '102907.372000', '102907.375000', '102907.378000', '102907.381000', '102907.384000', '102907.387000', '102907.390000', '102907.393000', '102907.396000', '102907.399000', '102907.402000', '102907.405000', '102907.408000', '102907.412000', '102907.415000', '102907.418000', '102907.420000', '102907.423000', '102907.426000', '102907.429000', '102907.432000', '102907.435000', '102907.438000', '102907.441000', '102907.444000', '102927.315000', '102927.318000', '102927.321000', '102927.324000', '102927.327000', '102927.330000', '102927.333000', '102927.336000', '102927.340000', '102927.343000', '102927.346000', '102927.349000', '102927.352000', '102927.355000', '102927.358000', '102927.361000', '102927.364000', '102927.367000', '102927.370000', '102927.373000', '102927.376000', '102927.379000', '102927.389000', '102927.392000', '102927.395000', '102927.398000', '102927.401000', '102927.404000', '102927.407000', '102927.410000', '102927.413000', '102927.416000', '102927.419000', '102927.422000', '102927.426000', '102927.429000', '102927.432000', '102927.435000', '102927.438000', '102927.441000', '102927.444000', '102927.447000', '102927.450000', '102947.316000', '102947.319000', '102947.323000', '102947.326000', '102947.329000', '102947.332000', '102947.335000', '102947.338000', '102947.341000', '102947.344000', '102947.347000', '102947.350000', '102947.353000', '102947.356000', '102947.359000', '102947.362000', '102947.365000', '102947.368000', '102947.371000', '102947.374000', '102947.377000', '102947.380000', '102947.383000', '102947.386000', '102947.389000', '102947.392000', '102947.395000', '102947.398000', '102947.401000', '102947.404000', '102947.407000', '102947.410000', '102947.413000', '102947.416000', '102947.419000', '102947.427000', '102947.430000', '102947.433000', '102947.436000', '102947.439000', '102947.442000', '102947.445000', '102947.448000', '102947.451000', '103007.315000', '103007.318000', '103007.321000', '103007.324000', '103007.327000', '103007.330000', '103007.333000', '103007.336000', '103007.339000', '103007.342000', '103007.345000', '103007.349000', '103007.352000', '103007.355000', '103007.372000', '103007.375000', '103007.378000', '103007.381000', '103007.384000', '103007.387000', '103007.390000', '103007.393000', '103007.396000', '103007.399000', '103007.402000', '103007.405000', '103007.408000', '103007.411000', '103007.414000', '103007.417000', '103007.420000', '103007.423000', '103007.426000', '103007.429000', '103007.432000', '103007.435000', '103007.438000', '103007.441000', '103007.444000', '103007.447000', '103007.450000', '103007.453000', '103007.456000', '103027.315000', '103027.318000', '103027.321000', '103027.324000', '103027.327000', '103027.330000', '103027.333000', '103027.336000', '103027.339000', '103027.356000', '103027.359000', '103027.362000', '103027.365000', '103027.368000', '103027.371000', '103027.375000', '103027.378000', '103027.381000', '103027.384000', '103027.386000', '103027.389000', '103027.392000', '103027.395000', '103027.398000', '103027.401000', '103027.404000', '103027.407000', '103027.411000', '103027.414000', '103027.417000', '103027.420000', '103027.423000', '103027.426000', '103027.429000', '103027.432000', '103027.435000', '103027.438000', '103027.441000', '103027.444000', '103027.447000', '103027.450000', '103027.453000', '103027.456000', '103027.459000', '103047.315000', '103047.318000', '103047.321000', '103047.324000', '103047.327000', '103047.330000', '103047.333000', '103047.336000', '103047.341000', '103047.344000', '103047.347000', '103047.350000', '103047.353000', '103047.356000', '103047.359000', '103047.362000', '103047.365000', '103047.368000', '103047.371000', '103047.374000', '103047.377000', '103047.380000', '103047.383000', '103047.386000', '103047.389000', '103047.392000', '103047.395000', '103047.398000', '103047.401000', '103047.404000', '103047.407000', '103047.410000', '103047.413000', '103047.416000', '103047.419000', '103047.422000', '103047.425000', '103047.428000', '103047.431000', '103047.434000', '103047.437000', '103047.440000', '103047.443000', '103107.315000', '103107.318000', '103107.321000', '103107.324000', '103107.327000', '103107.330000', '103107.333000', '103107.336000', '103107.339000', '103107.342000', '103107.345000', '103107.348000', '103107.351000', '103107.354000', '103107.357000', '103107.360000', '103107.363000', '103107.366000', '103107.369000', '103107.372000', '103107.376000', '103107.379000', '103107.382000', '103107.385000', '103107.388000', '103107.391000', '103107.394000', '103107.397000', '103107.400000', '103107.403000', '103107.406000', '103107.409000', '103107.412000', '103107.415000', '103107.418000', '103107.421000', '103107.424000', '103107.427000', '103107.430000', '103107.433000', '103107.436000', '103107.439000', '103107.442000', '103107.445000', '103127.315000', '103127.318000', '103127.321000', '103127.324000', '103127.327000', '103127.331000', '103127.334000', '103127.337000', '103127.340000', '103127.343000', '103127.346000', '103127.363000', '103127.366000', '103127.369000', '103127.372000', '103127.375000', '103127.378000', '103127.381000', '103127.384000', '103127.387000', '103127.391000', '103127.394000', '103127.397000', '103127.400000', '103127.403000', '103127.406000', '103127.411000', '103127.415000', '103127.419000', '103127.422000', '103127.424000', '103127.427000', '103127.430000', '103127.433000', '103127.436000', '103127.439000', '103127.442000', '103127.445000', '103127.448000', '103127.451000', '103127.454000', '103127.457000', '103127.460000', '103147.316000', '103147.319000', '103147.322000', '103147.325000', '103147.328000', '103147.331000', '103147.334000', '103147.337000', '103147.340000', '103147.343000', '103147.346000', '103147.349000', '103147.353000', '103147.356000', '103147.359000', '103147.362000', '103147.365000', '103147.368000', '103147.371000', '103147.374000', '103147.377000', '103147.380000', '103147.383000', '103147.386000', '103147.389000', '103147.392000', '103147.395000', '103147.398000', '103147.401000', '103147.404000', '103147.407000', '103147.410000', '103147.413000', '103147.416000', '103147.419000', '103147.422000', '103147.425000', '103147.428000', '103147.431000', '103147.434000', '103147.437000', '103147.440000', '103147.444000', '103147.446000', '103155.515000', '103155.518000', '103155.522000', '103155.525000', '103155.529000', '103155.532000', '103155.535000', '103155.539000', '103155.542000', '103155.546000', '103155.549000', '103155.552000', '103155.555000', '103155.558000', '103155.561000', '103155.564000', '103155.568000', '103155.571000'], 'InstanceCreationTime': ['102327.355000', '102327.359000', '102327.362000', '102327.366000', '102327.369000', '102327.372000', '102327.375000', '102327.378000', '102327.382000', '102327.385000', '102327.388000', '102327.391000', '102327.394000', '102327.397000', '102327.401000', '102327.404000', '102327.407000', '102327.410000', '102327.414000', '102327.417000', '102327.420000', '102327.423000', '102327.426000', '102327.429000', '102327.433000', '102327.436000', '102327.439000', '102327.442000', '102327.445000', '102327.448000', '102327.451000', '102327.454000', '102327.457000', '102327.460000', '102327.463000', '102327.466000', '102327.469000', '102327.472000', '102327.475000', '102327.478000', '102327.490000', '102327.493000', '102327.496000', '102327.499000', '102327.502000', '102327.505000', '102327.508000', '102327.511000', '102327.514000', '102327.517000', '102327.520000', '102327.523000', '102327.526000', '102347.315000', '102347.319000', '102347.322000', '102347.325000', '102347.328000', '102347.332000', '102347.335000', '102347.338000', '102347.341000', '102347.353000', '102347.356000', '102347.359000', '102347.362000', '102347.379000', '102347.382000', '102347.386000', '102347.389000', '102347.392000', '102347.396000', '102347.399000', '102347.402000', '102347.405000', '102347.410000', '102347.415000', '102347.418000', '102347.422000', '102347.424000', '102347.428000', '102347.431000', '102347.434000', '102347.437000', '102347.440000', '102347.443000', '102347.446000', '102347.449000', '102347.452000', '102347.455000', '102347.458000', '102347.462000', '102347.465000', '102347.468000', '102347.471000', '102347.474000', '102407.315000', '102407.318000', '102407.321000', '102407.324000', '102407.327000', '102407.330000', '102407.333000', '102407.336000', '102407.339000', '102407.342000', '102407.345000', '102407.348000', '102407.351000', '102407.354000', '102407.357000', '102407.360000', '102407.375000', '102407.378000', '102407.381000', '102407.384000', '102407.387000', '102407.389000', '102407.392000', '102407.395000', '102407.398000', '102407.401000', '102407.404000', '102407.407000', '102407.410000', '102407.413000', '102407.416000', '102407.419000', '102407.422000', '102407.425000', '102407.428000', '102407.431000', '102407.434000', '102407.437000', '102407.440000', '102407.451000', '102407.454000', '102407.457000', '102407.460000', '102407.463000', '102427.315000', '102427.318000', '102427.321000', '102427.324000', '102427.327000', '102427.330000', '102427.333000', '102427.336000', '102427.339000', '102427.342000', '102427.345000', '102427.348000', '102427.351000', '102427.354000', '102427.357000', '102427.360000', '102427.363000', '102427.366000', '102427.369000', '102427.372000', '102427.375000', '102427.378000', '102427.381000', '102427.384000', '102427.387000', '102427.390000', '102427.403000', '102427.406000', '102427.409000', '102427.412000', '102427.415000', '102427.418000', '102427.421000', '102427.424000', '102427.427000', '102427.430000', '102427.433000', '102427.436000', '102427.439000', '102427.442000', '102427.445000', '102427.448000', '102427.451000', '102447.315000', '102447.318000', '102447.321000', '102447.324000', '102447.327000', '102447.330000', '102447.333000', '102447.336000', '102447.339000', '102447.342000', '102447.345000', '102447.348000', '102447.351000', '102447.354000', '102447.357000', '102447.360000', '102447.363000', '102447.366000', '102447.369000', '102447.372000', '102447.375000', '102447.378000', '102447.381000', '102447.384000', '102447.387000', '102447.390000', '102447.393000', '102447.403000', '102447.406000', '102447.409000', '102447.412000', '102447.415000', '102447.418000', '102447.421000', '102447.424000', '102447.427000', '102447.430000', '102447.433000', '102447.436000', '102447.439000', '102447.442000', '102447.445000', '102447.448000', '102447.457000', '102507.316000', '102507.319000', '102507.322000', '102507.325000', '102507.328000', '102507.331000', '102507.334000', '102507.337000', '102507.347000', '102507.351000', '102507.353000', '102507.356000', '102507.359000', '102507.363000', '102507.366000', '102507.369000', '102507.372000', '102507.375000', '102507.378000', '102507.382000', '102507.385000', '102507.388000', '102507.391000', '102507.394000', '102507.397000', '102507.400000', '102507.403000', '102507.406000', '102507.409000', '102507.412000', '102507.415000', '102507.418000', '102507.421000', '102507.424000', '102507.427000', '102507.430000', '102507.433000', '102507.436000', '102507.439000', '102507.442000', '102507.445000', '102507.449000', '102507.454000', '102527.316000', '102527.319000', '102527.322000', '102527.325000', '102527.328000', '102527.331000', '102527.334000', '102527.337000', '102527.340000', '102527.343000', '102527.346000', '102527.349000', '102527.352000', '102527.355000', '102527.358000', '102527.361000', '102527.364000', '102527.367000', '102527.376000', '102527.379000', '102527.382000', '102527.385000', '102527.388000', '102527.391000', '102527.394000', '102527.397000', '102527.400000', '102527.403000', '102527.406000', '102527.409000', '102527.412000', '102527.415000', '102527.418000', '102527.421000', '102527.424000', '102527.427000', '102527.430000', '102527.433000', '102527.436000', '102527.439000', '102527.442000', '102527.445000', '102527.448000', '102527.451000', '102547.315000', '102547.318000', '102547.321000', '102547.324000', '102547.327000', '102547.330000', '102547.333000', '102547.336000', '102547.339000', '102547.342000', '102547.345000', '102547.359000', '102547.362000', '102547.365000', '102547.368000', '102547.376000', '102547.379000', '102547.382000', '102547.385000', '102547.396000', '102547.399000', '102547.402000', '102547.405000', '102547.408000', '102547.411000', '102547.414000', '102547.417000', '102547.420000', '102547.423000', '102547.426000', '102547.429000', '102547.432000', '102547.435000', '102547.438000', '102547.441000', '102547.444000', '102547.447000', '102547.450000', '102547.453000', '102547.456000', '102547.460000', '102547.463000', '102547.469000', '102607.315000', '102607.318000', '102607.321000', '102607.324000', '102607.327000', '102607.330000', '102607.333000', '102607.336000', '102607.339000', '102607.342000', '102607.345000', '102607.348000', '102607.351000', '102607.354000', '102607.357000', '102607.360000', '102607.363000', '102607.366000', '102607.369000', '102607.372000', '102607.375000', '102607.378000', '102607.381000', '102607.384000', '102607.387000', '102607.391000', '102607.394000', '102607.397000', '102607.400000', '102607.402000', '102607.405000', '102607.408000', '102607.411000', '102607.414000', '102607.417000', '102607.420000', '102607.423000', '102607.426000', '102607.430000', '102607.433000', '102607.436000', '102607.439000', '102607.442000', '102607.445000', '102627.315000', '102627.318000', '102627.321000', '102627.324000', '102627.327000', '102627.330000', '102627.333000', '102627.336000', '102627.339000', '102627.342000', '102627.345000', '102627.348000', '102627.352000', '102627.355000', '102627.358000', '102627.361000', '102627.364000', '102627.367000', '102627.370000', '102627.373000', '102627.376000', '102627.379000', '102627.382000', '102627.385000', '102627.388000', '102627.391000', '102627.394000', '102627.397000', '102627.400000', '102627.403000', '102627.406000', '102627.409000', '102627.412000', '102627.415000', '102627.419000', '102627.422000', '102627.425000', '102627.428000', '102627.431000', '102627.434000', '102627.437000', '102627.440000', '102627.443000', '102647.315000', '102647.318000', '102647.321000', '102647.324000', '102647.327000', '102647.330000', '102647.333000', '102647.336000', '102647.339000', '102647.342000', '102647.345000', '102647.348000', '102647.351000', '102647.354000', '102647.357000', '102647.360000', '102647.363000', '102647.366000', '102647.369000', '102647.372000', '102647.376000', '102647.379000', '102647.382000', '102647.385000', '102647.388000', '102647.391000', '102647.394000', '102647.397000', '102647.400000', '102647.403000', '102647.406000', '102647.409000', '102647.412000', '102647.415000', '102647.418000', '102647.421000', '102647.427000', '102647.430000', '102647.433000', '102647.436000', '102647.439000', '102647.443000', '102647.446000', '102647.449000', '102707.315000', '102707.318000', '102707.321000', '102707.324000', '102707.327000', '102707.330000', '102707.333000', '102707.336000', '102707.339000', '102707.342000', '102707.345000', '102707.348000', '102707.351000', '102707.354000', '102707.357000', '102707.360000', '102707.363000', '102707.366000', '102707.369000', '102707.372000', '102707.375000', '102707.378000', '102707.381000', '102707.384000', '102707.387000', '102707.390000', '102707.393000', '102707.396000', '102707.399000', '102707.402000', '102707.405000', '102707.408000', '102707.411000', '102707.414000', '102707.417000', '102707.420000', '102707.436000', '102707.439000', '102707.442000', '102707.462000', '102707.465000', '102707.468000', '102707.471000', '102727.316000', '102727.319000', '102727.322000', '102727.325000', '102727.328000', '102727.331000', '102727.334000', '102727.337000', '102727.340000', '102727.343000', '102727.346000', '102727.349000', '102727.352000', '102727.355000', '102727.358000', '102727.361000', '102727.364000', '102727.375000', '102727.378000', '102727.381000', '102727.384000', '102727.387000', '102727.390000', '102727.393000', '102727.396000', '102727.399000', '102727.402000', '102727.405000', '102727.408000', '102727.411000', '102727.414000', '102727.417000', '102727.420000', '102727.423000', '102727.426000', '102727.429000', '102727.432000', '102727.435000', '102727.438000', '102727.441000', '102727.444000', '102727.447000', '102727.450000', '102727.453000', '102747.315000', '102747.318000', '102747.321000', '102747.325000', '102747.328000', '102747.330000', '102747.334000', '102747.337000', '102747.340000', '102747.343000', '102747.346000', '102747.349000', '102747.352000', '102747.355000', '102747.358000', '102747.361000', '102747.364000', '102747.367000', '102747.370000', '102747.373000', '102747.376000', '102747.379000', '102747.382000', '102747.385000', '102747.388000', '102747.391000', '102747.394000', '102747.397000', '102747.400000', '102747.403000', '102747.406000', '102747.409000', '102747.412000', '102747.415000', '102747.418000', '102747.421000', '102747.424000', '102747.427000', '102747.430000', '102747.433000', '102747.436000', '102747.439000', '102747.442000', '102807.317000', '102807.321000', '102807.324000', '102807.327000', '102807.330000', '102807.333000', '102807.336000', '102807.339000', '102807.342000', '102807.345000', '102807.348000', '102807.351000', '102807.354000', '102807.357000', '102807.360000', '102807.363000', '102807.366000', '102807.369000', '102807.372000', '102807.375000', '102807.378000', '102807.381000', '102807.384000', '102807.387000', '102807.390000', '102807.393000', '102807.396000', '102807.399000', '102807.402000', '102807.405000', '102807.408000', '102807.411000', '102807.414000', '102807.417000', '102807.421000', '102807.424000', '102807.427000', '102807.430000', '102807.433000', '102807.436000', '102807.439000', '102807.442000', '102807.445000', '102827.315000', '102827.318000', '102827.321000', '102827.324000', '102827.327000', '102827.330000', '102827.333000', '102827.336000', '102827.339000', '102827.342000', '102827.348000', '102827.351000', '102827.354000', '102827.357000', '102827.360000', '102827.363000', '102827.366000', '102827.369000', '102827.372000', '102827.375000', '102827.378000', '102827.381000', '102827.384000', '102827.387000', '102827.390000', '102827.393000', '102827.396000', '102827.408000', '102827.411000', '102827.414000', '102827.417000', '102827.420000', '102827.423000', '102827.426000', '102827.429000', '102827.432000', '102827.435000', '102827.438000', '102827.441000', '102827.444000', '102827.447000', '102827.450000', '102827.453000', '102827.456000', '102847.315000', '102847.318000', '102847.321000', '102847.324000', '102847.337000', '102847.340000', '102847.343000', '102847.346000', '102847.349000', '102847.352000', '102847.355000', '102847.358000', '102847.361000', '102847.364000', '102847.367000', '102847.370000', '102847.373000', '102847.376000', '102847.380000', '102847.383000', '102847.385000', '102847.388000', '102847.391000', '102847.402000', '102847.405000', '102847.408000', '102847.411000', '102847.414000', '102847.417000', '102847.420000', '102847.423000', '102847.426000', '102847.429000', '102847.432000', '102847.435000', '102847.438000', '102847.441000', '102847.444000', '102847.447000', '102847.450000', '102847.453000', '102847.456000', '102847.459000', '102907.315000', '102907.318000', '102907.321000', '102907.324000', '102907.327000', '102907.330000', '102907.333000', '102907.336000', '102907.339000', '102907.342000', '102907.345000', '102907.348000', '102907.351000', '102907.354000', '102907.357000', '102907.360000', '102907.363000', '102907.366000', '102907.369000', '102907.372000', '102907.375000', '102907.378000', '102907.381000', '102907.384000', '102907.387000', '102907.390000', '102907.393000', '102907.396000', '102907.399000', '102907.402000', '102907.405000', '102907.408000', '102907.412000', '102907.415000', '102907.418000', '102907.420000', '102907.423000', '102907.426000', '102907.429000', '102907.432000', '102907.435000', '102907.438000', '102907.441000', '102907.444000', '102927.315000', '102927.318000', '102927.321000', '102927.324000', '102927.327000', '102927.330000', '102927.333000', '102927.336000', '102927.340000', '102927.343000', '102927.346000', '102927.349000', '102927.352000', '102927.355000', '102927.358000', '102927.361000', '102927.364000', '102927.367000', '102927.370000', '102927.373000', '102927.376000', '102927.379000', '102927.389000', '102927.392000', '102927.395000', '102927.398000', '102927.401000', '102927.404000', '102927.407000', '102927.410000', '102927.413000', '102927.416000', '102927.419000', '102927.422000', '102927.426000', '102927.429000', '102927.432000', '102927.435000', '102927.438000', '102927.441000', '102927.444000', '102927.447000', '102927.450000', '102947.316000', '102947.319000', '102947.323000', '102947.326000', '102947.329000', '102947.332000', '102947.335000', '102947.338000', '102947.341000', '102947.344000', '102947.347000', '102947.350000', '102947.353000', '102947.356000', '102947.359000', '102947.362000', '102947.365000', '102947.368000', '102947.371000', '102947.374000', '102947.377000', '102947.380000', '102947.383000', '102947.386000', '102947.389000', '102947.392000', '102947.395000', '102947.398000', '102947.401000', '102947.404000', '102947.407000', '102947.410000', '102947.413000', '102947.416000', '102947.419000', '102947.427000', '102947.430000', '102947.433000', '102947.436000', '102947.439000', '102947.442000', '102947.445000', '102947.448000', '102947.451000', '103007.315000', '103007.318000', '103007.321000', '103007.324000', '103007.327000', '103007.330000', '103007.333000', '103007.336000', '103007.339000', '103007.342000', '103007.345000', '103007.349000', '103007.352000', '103007.355000', '103007.372000', '103007.375000', '103007.378000', '103007.381000', '103007.384000', '103007.387000', '103007.390000', '103007.393000', '103007.396000', '103007.399000', '103007.402000', '103007.405000', '103007.408000', '103007.411000', '103007.414000', '103007.417000', '103007.420000', '103007.423000', '103007.426000', '103007.429000', '103007.432000', '103007.435000', '103007.438000', '103007.441000', '103007.444000', '103007.447000', '103007.450000', '103007.453000', '103007.456000', '103027.315000', '103027.318000', '103027.321000', '103027.324000', '103027.327000', '103027.330000', '103027.333000', '103027.336000', '103027.339000', '103027.356000', '103027.359000', '103027.362000', '103027.365000', '103027.368000', '103027.371000', '103027.375000', '103027.378000', '103027.381000', '103027.384000', '103027.386000', '103027.389000', '103027.392000', '103027.395000', '103027.398000', '103027.401000', '103027.404000', '103027.407000', '103027.411000', '103027.414000', '103027.417000', '103027.420000', '103027.423000', '103027.426000', '103027.429000', '103027.432000', '103027.435000', '103027.438000', '103027.441000', '103027.444000', '103027.447000', '103027.450000', '103027.453000', '103027.456000', '103027.459000', '103047.315000', '103047.318000', '103047.321000', '103047.324000', '103047.327000', '103047.330000', '103047.333000', '103047.336000', '103047.341000', '103047.344000', '103047.347000', '103047.350000', '103047.353000', '103047.356000', '103047.359000', '103047.362000', '103047.365000', '103047.368000', '103047.371000', '103047.374000', '103047.377000', '103047.380000', '103047.383000', '103047.386000', '103047.389000', '103047.392000', '103047.395000', '103047.398000', '103047.401000', '103047.404000', '103047.407000', '103047.410000', '103047.413000', '103047.416000', '103047.419000', '103047.422000', '103047.425000', '103047.428000', '103047.431000', '103047.434000', '103047.437000', '103047.440000', '103047.443000', '103107.315000', '103107.318000', '103107.321000', '103107.324000', '103107.327000', '103107.330000', '103107.333000', '103107.336000', '103107.339000', '103107.342000', '103107.345000', '103107.348000', '103107.351000', '103107.354000', '103107.357000', '103107.360000', '103107.363000', '103107.366000', '103107.369000', '103107.372000', '103107.376000', '103107.379000', '103107.382000', '103107.385000', '103107.388000', '103107.391000', '103107.394000', '103107.397000', '103107.400000', '103107.403000', '103107.406000', '103107.409000', '103107.412000', '103107.415000', '103107.418000', '103107.421000', '103107.424000', '103107.427000', '103107.430000', '103107.433000', '103107.436000', '103107.439000', '103107.442000', '103107.445000', '103127.315000', '103127.318000', '103127.321000', '103127.324000', '103127.327000', '103127.331000', '103127.334000', '103127.337000', '103127.340000', '103127.343000', '103127.346000', '103127.363000', '103127.366000', '103127.369000', '103127.372000', '103127.375000', '103127.378000', '103127.381000', '103127.384000', '103127.387000', '103127.391000', '103127.394000', '103127.397000', '103127.400000', '103127.403000', '103127.406000', '103127.411000', '103127.415000', '103127.419000', '103127.422000', '103127.424000', '103127.427000', '103127.430000', '103127.433000', '103127.436000', '103127.439000', '103127.442000', '103127.445000', '103127.448000', '103127.451000', '103127.454000', '103127.457000', '103127.460000', '103147.316000', '103147.319000', '103147.322000', '103147.325000', '103147.328000', '103147.331000', '103147.334000', '103147.337000', '103147.340000', '103147.343000', '103147.346000', '103147.349000', '103147.353000', '103147.356000', '103147.359000', '103147.362000', '103147.365000', '103147.368000', '103147.371000', '103147.374000', '103147.377000', '103147.380000', '103147.383000', '103147.386000', '103147.389000', '103147.392000', '103147.395000', '103147.398000', '103147.401000', '103147.404000', '103147.407000', '103147.410000', '103147.413000', '103147.416000', '103147.419000', '103147.422000', '103147.425000', '103147.428000', '103147.431000', '103147.434000', '103147.437000', '103147.440000', '103147.444000', '103147.446000', '103155.515000', '103155.518000', '103155.522000', '103155.525000', '103155.529000', '103155.532000', '103155.535000', '103155.539000', '103155.542000', '103155.546000', '103155.549000', '103155.552000', '103155.555000', '103155.558000', '103155.561000', '103155.564000', '103155.568000', '103155.571000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'LargestImagePixelValue': [14895, 10181, 12461, 14409, 9793, 13041, 9832, 11337, 13751, 9734, 11849, 13676, 9656, 12680, 9344, 10826, 13567, 9544, 11582, 13140, 9186, 12968, 14036, 10784, 12539, 9994, 9428, 13744, 9514, 10885, 13681, 8852, 11475, 14432, 9589, 11915, 14174, 8605, 12323, 14119, 10774, 12457, 13740, 9461, 12786, 13851, 10690, 12228, 13347, 9636, 12671, 12685, 10016, 12525, 9282, 10081, 13548, 9060, 10573, 13540, 8963, 10439, 13712, 9470, 10073, 13584, 9726, 10385, 13995, 8957, 10114, 13725, 8632, 10745, 13809, 9151, 11232, 13574, 8625, 10961, 13801, 9212, 12195, 13778, 8849, 12116, 13763, 9379, 12147, 13839, 8968, 12231, 13492, 9016, 12213, 13293, 9194, 12447, 9687, 9495, 13583, 9409, 10172, 14012, 9038, 10606, 14289, 8981, 11226, 14095, 8571, 11783, 14457, 9177, 10892, 14114, 8177, 12502, 14250, 9762, 11878, 13705, 8273, 12875, 14184, 9653, 12626, 10360, 9039, 13739, 10013, 10071, 14064, 8050, 11728, 14529, 9407, 11149, 13757, 7565, 12905, 14254, 10379, 12702, 14020, 8870, 12912, 13581, 9975, 12762, 12007, 8718, 13231, 12402, 9987, 13064, 9482, 9396, 13952, 11065, 9760, 13765, 9220, 9658, 13899, 8589, 10380, 14085, 8706, 10869, 14292, 9791, 11961, 14070, 8353, 12918, 14260, 10707, 12809, 14133, 8875, 12891, 13759, 10297, 12849, 11304, 9401, 13558, 10367, 9553, 13802, 8751, 9516, 14228, 8994, 10992, 14068, 8277, 12537, 14130, 9093, 12381, 13912, 8765, 13063, 12264, 9698, 13514, 8859, 9701, 14052, 9240, 11084, 14064, 8472, 13314, 14561, 10242, 13189, 12690, 8751, 13373, 12448, 9450, 13823, 8536, 10617, 14269, 9056, 12696, 14267, 10346, 13107, 14259, 8964, 13237, 14068, 10085, 13221, 11099, 8674, 14021, 9449, 10052, 14324, 7539, 13115, 14881, 10384, 12965, 14479, 8447, 13519, 12790, 9531, 13483, 8280, 11924, 14672, 9827, 13686, 14498, 10461, 13125, 7741, 10714, 13644, 9545, 13622, 10639, 13262, 11075, 9824, 13467, 9197, 9527, 14391, 9384, 11218, 14292, 7530, 12381, 14607, 10805, 13151, 12178, 8724, 13588, 9238, 10060, 13916, 8058, 13174, 14539, 9507, 13146, 11428, 9377, 13653, 9348, 9571, 14317, 9496, 11631, 13962, 8613, 13138, 14284, 9382, 11771, 14014, 8429, 12799, 12872, 9390, 13072, 9861, 9604, 13714, 10782, 9155, 14194, 9626, 9622, 14127, 8710, 10574, 14163, 8932, 12120, 14170, 8245, 13067, 14291, 9980, 12455, 10386, 8446, 13821, 8193, 12024, 14268, 9399, 13240, 10720, 9356, 13701, 9249, 9814, 13965, 9203, 9717, 14453, 9152, 11436, 14067, 8363, 12192, 13820, 9966, 13150, 11704, 9018, 13528, 8773, 10066, 13640, 8572, 11071, 14266, 9347, 12245, 14142, 8638, 12935, 14015, 10151, 13097, 11956, 9327, 13667, 9352, 10281, 13750, 8539, 11138, 14350, 9955, 12870, 12829, 9256, 13207, 12097, 9417, 13461, 9097, 9192, 13763, 10541, 9439, 13714, 9219, 9288, 14176, 10256, 9716, 14202, 9275, 9755, 13949, 9231, 10048, 14049, 8301, 10539, 14124, 9135, 10687, 14179, 7716, 12980, 14528, 9239, 12708, 14255, 8730, 13175, 14412, 9244, 12963, 12282, 9431, 13773, 10401, 9762, 14257, 9772, 10328, 14223, 9049, 10370, 14456, 9583, 11390, 14243, 8132, 12888, 14351, 9861, 12629, 12718, 9955, 12662, 7638, 11308, 14059, 9455, 13106, 14036, 10799, 12225, 8625, 9924, 13633, 8461, 11942, 13913, 9181, 12256, 13695, 8872, 12887, 13449, 9851, 12957, 9117, 9451, 13428, 8562, 10344, 13565, 8839, 10982, 13665, 8974, 10709, 14140, 8240, 12183, 13881, 9204, 12548, 13647, 9103, 12770, 12662, 9392, 13321, 9608, 9507, 13842, 8720, 10650, 14278, 9037, 11218, 14289, 8867, 12276, 14407, 9721, 12571, 14235, 8811, 12564, 14070, 9529, 13085, 13849, 9286, 13069, 10628, 8935, 13930, 11907, 9745, 13619, 9124, 10456, 14105, 8609, 11120, 14285, 9509, 12530, 14353, 9236, 12952, 13912, 9663, 12600, 14138, 9453, 12865, 11115, 9627, 13825, 9114, 10335, 14008, 9160, 11124, 13777, 7840, 11803, 14192, 10545, 12639, 11150, 9155, 13368, 9164, 10323, 13751, 8675, 9241, 14401, 9260, 10161, 14158, 9464, 9256, 14126, 11906, 9731, 13826, 9238, 9411, 14157, 9429, 9611, 14233, 8906, 10041, 13856, 9111, 10527, 13920, 9140, 11060, 14474, 9102, 11151, 14708, 8571, 13150, 14683, 9213, 12940, 14497, 9025, 12765, 14825, 8731, 12944, 14174, 9337, 12994, 13309, 7992, 13560, 12673, 9010, 13922, 8154, 10861, 14943, 9016, 11570, 13382, 8590, 13593, 11549, 9577, 14192, 9277, 11183, 15084, 8795, 12270, 14562, 8914, 13092, 12907, 8985, 13751, 8747, 10732, 14637, 8712, 13585, 14877, 11002, 13267, 9950, 9149, 14228, 9358, 10799, 14233, 7519, 12775, 14450, 10259, 13023, 8553, 9788, 14100, 9644, 12450, 14186, 8978, 13173, 12408, 9969, 13336, 8056, 13079, 13458, 10097, 12973, 8395, 11191, 13835, 8913, 13085, 13481, 10436, 13111, 8658, 10182, 14048, 10318, 12900, 8434, 12774, 11274, 10593, 13601, 8620, 12023, 14014, 10068, 11999, 10239, 9489, 11941, 8694, 9683, 8130, 6849, 9510, 12450, 7863, 11140, 12878, 8215, 12330, 11832, 9236, 12517, 8109, 9683, 12672, 8767, 11023, 13234, 9889, 11675, 12860, 10085, 11841, 8341, 9584, 12659, 9015, 11631, 8875, 9564, 13089, 9256, 10285, 10536, 8908, 11786, 9865, 11273, 8984, 11574, 9337, 11478, 9530, 10733, 9550, 13202, 12889, 8951, 11931, 7582, 9941, 12640, 9074, 11849, 7765, 9381, 12535, 8146, 10852, 12029, 9652, 11735, 7201, 10783, 12104, 8783, 11771, 7815, 10615, 12350, 9306, 11921, 7830, 9783, 13051, 8406, 10436, 12236, 8033, 11856, 8628, 9466, 12513, 8207, 10151, 12914, 8094, 10823, 12744, 10094, 11444, 8311, 8879, 12263, 8248, 10249, 13522, 9061, 10250, 13701, 8419, 11401, 12009, 9068, 11786, 10056, 8220, 12065, 9386, 8578, 12257, 7829, 9169, 12826, 8183, 9385, 12165, 8082, 8750, 12567, 8066, 9017, 12422, 7955, 9169, 12439, 8091, 9665, 12593, 7685, 10787, 12369, 9410, 11445, 12317, 8372, 11862, 10935, 8741, 12401, 8483, 8118, 12660, 8555, 9173, 12689, 7636, 9756, 12629, 8559, 10492, 12502, 7665, 11614, 12750, 8854, 11538, 11330, 8316, 12155, 8818, 8829, 12442, 8412, 9222, 12600, 8219, 9201, 12453, 8473, 9789, 12640, 7640, 11607, 12541, 9801, 11933, 9140, 8284, 12403, 8322, 9260, 12598, 7737, 11381, 13145, 9098, 11325, 11772, 8896, 11951, 6883, 9855, 13099, 8950, 11015, 12245, 8489, 11684, 10213, 8278, 11838, 8177, 9718, 12194, 8081, 11943, 8934, 11847, 9699, 12259, 10029, 11271, 13936, 8942, 10993, 11889, 8331, 11782, 11299, 8962, 11964, 8287, 9249, 12457, 7950, 9567, 12424, 9411, 10583, 10431, 8267, 11639, 8645, 9203, 12145, 8928, 11636, 9710, 9058, 12240, 8170, 10215, 12599, 8065, 11477, 13324, 9665, 11460, 13755, 8666, 11065, 13368, 8639, 11362, 12199, 8988, 11500, 11104, 8662, 11721, 8625, 9187, 12230, 8115, 9535, 12757, 8448, 10596, 12624, 8143, 11190, 12748, 9140, 10948, 13003, 8604, 11535, 12676, 9176, 11315, 11514, 8350, 11940, 11797, 9366, 12026, 9016, 8609, 12341, 10262, 9279, 12625, 8576, 9219, 12446, 8849, 10395, 12792, 7755, 11051, 12779, 9713, 11171, 12383, 8193, 11870, 9607, 9553, 12243, 8509, 9909, 12540, 8867, 11011, 13631, 9141, 11782, 12528, 9337, 11973, 8385, 9421, 12599, 8757, 10932, 13889, 8834, 11496, 11603, 9215, 12232, 7548, 9809, 12603, 9165, 10978, 13590, 8350, 11459, 12515, 9403, 11946, 7745, 9157, 12569, 8301, 10545, 12721, 7734, 11391, 12809, 9712, 11282, 11431, 8829, 11892, 8455, 9529, 12565, 8143, 10349, 12638, 9154, 11211, 13598, 8318, 11585, 12492, 9355, 11515, 10212, 8748, 12160, 8340, 10276, 12803, 7607, 10675, 13006, 8506, 10659, 12605, 8445, 11540, 10786, 9003, 12331, 8326, 10354, 12692, 8178, 11350, 13268, 10151, 13263, 8346, 11947, 8853, 12853, 9810, 12455, 14049, 10080, 9735, 12747, 7652, 11599, 13517, 8750, 11411, 11334, 9428, 12059, 9741, 9277, 12728, 8375, 9952, 10482, 8355, 8376, 8958, 6761, 8981, 6500, 11347, 12863, 9454, 9198, 12764, 9327, 9847, 13045, 9209, 9698, 13342, 9797, 9937, 13446, 9016, 10400, 14410, 9105, 11438, 14808, 9008, 11369, 10740, 9266, 12503, 9106, 10444, 9243, 10417, 9850, 13303, 11334, 9245], 'WindowCenter': [4407.0, 4360.0, 4363.0, 4370.0, 4328.0, 4358.0, 4324.0, 4334.0, 4342.0, 4310.0, 4334.0, 4342.0, 4314.0, 4344.0, 4313.0, 4335.0, 4354.0, 4324.0, 4345.0, 4344.0, 4327.0, 4360.0, 4355.0, 4336.0, 4347.0, 4323.0, 4315.0, 4356.0, 4313.0, 4336.0, 4356.0, 4314.0, 4346.0, 4356.0, 4312.0, 4346.0, 4355.0, 4313.0, 4357.0, 4356.0, 4333.0, 4345.0, 4333.0, 4326.0, 4357.0, 4332.0, 4325.0, 4343.0, 4343.0, 4313.0, 4342.0, 4333.0, 4310.0, 4333.0, 4299.0, 4308.0, 4331.0, 4298.0, 4320.0, 4339.0, 4297.0, 4321.0, 4340.0, 4310.0, 4309.0, 4341.0, 4310.0, 4309.0, 4342.0, 4298.0, 4309.0, 4339.0, 4300.0, 4319.0, 4341.0, 4299.0, 4320.0, 4329.0, 4299.0, 4320.0, 4329.0, 4299.0, 4329.0, 4339.0, 4299.0, 4329.0, 4329.0, 4298.0, 4332.0, 4342.0, 4300.0, 4331.0, 4331.0, 4311.0, 4342.0, 4331.0, 4314.0, 4344.0, 4324.0, 4323.0, 4355.0, 4324.0, 4323.0, 4355.0, 4310.0, 4337.0, 4355.0, 4314.0, 4334.0, 4354.0, 4312.0, 4346.0, 4355.0, 4314.0, 4334.0, 4344.0, 4303.0, 4346.0, 4346.0, 4324.0, 4343.0, 4354.0, 4313.0, 4358.0, 4356.0, 4326.0, 4356.0, 4336.0, 4326.0, 4369.0, 4326.0, 4335.0, 4355.0, 4304.0, 4347.0, 4357.0, 4312.0, 4334.0, 4354.0, 4292.0, 4356.0, 4343.0, 4324.0, 4344.0, 4331.0, 4313.0, 4343.0, 4330.0, 4310.0, 4342.0, 4319.0, 4300.0, 4344.0, 4320.0, 4307.0, 4341.0, 4309.0, 4310.0, 4353.0, 4322.0, 4311.0, 4338.0, 4309.0, 4311.0, 4342.0, 4298.0, 4321.0, 4340.0, 4300.0, 4320.0, 4349.0, 4309.0, 4332.0, 4339.0, 4289.0, 4341.0, 4328.0, 4321.0, 4330.0, 4338.0, 4299.0, 4340.0, 4339.0, 4310.0, 4320.0, 4318.0, 4299.0, 4328.0, 4308.0, 4308.0, 4338.0, 4285.0, 4309.0, 4329.0, 4296.0, 4319.0, 4330.0, 4299.0, 4332.0, 4340.0, 4298.0, 4331.0, 4328.0, 4299.0, 4342.0, 4330.0, 4312.0, 4342.0, 4298.0, 4322.0, 4351.0, 4310.0, 4333.0, 4352.0, 4301.0, 4353.0, 4351.0, 4321.0, 4343.0, 4332.0, 4302.0, 4354.0, 4344.0, 4312.0, 4342.0, 4300.0, 4324.0, 4353.0, 4313.0, 4344.0, 4352.0, 4321.0, 4342.0, 4342.0, 4301.0, 4343.0, 4329.0, 4311.0, 4341.0, 4318.0, 4300.0, 4342.0, 4308.0, 4311.0, 4350.0, 4290.0, 4344.0, 4352.0, 4322.0, 4342.0, 4352.0, 4302.0, 4355.0, 4343.0, 4325.0, 4353.0, 4301.0, 4344.0, 4343.0, 4320.0, 4355.0, 4343.0, 4325.0, 4358.0, 4304.0, 4335.0, 4355.0, 4326.0, 4355.0, 4336.0, 4356.0, 4334.0, 4321.0, 4343.0, 4298.0, 4310.0, 4339.0, 4298.0, 4318.0, 4339.0, 4277.0, 4328.0, 4338.0, 4307.0, 4328.0, 4316.0, 4297.0, 4339.0, 4298.0, 4309.0, 4338.0, 4288.0, 4341.0, 4340.0, 4309.0, 4331.0, 4318.0, 4298.0, 4339.0, 4298.0, 4309.0, 4340.0, 4298.0, 4320.0, 4329.0, 4297.0, 4341.0, 4339.0, 4297.0, 4329.0, 4339.0, 4289.0, 4341.0, 4340.0, 4310.0, 4341.0, 4309.0, 4308.0, 4339.0, 4318.0, 4298.0, 4337.0, 4298.0, 4298.0, 4339.0, 4286.0, 4319.0, 4327.0, 4297.0, 4329.0, 4326.0, 4286.0, 4340.0, 4328.0, 4311.0, 4346.0, 4323.0, 4302.0, 4357.0, 4314.0, 4342.0, 4343.0, 4324.0, 4355.0, 4332.0, 4313.0, 4354.0, 4310.0, 4311.0, 4330.0, 4298.0, 4309.0, 4339.0, 4297.0, 4318.0, 4327.0, 4288.0, 4328.0, 4338.0, 4307.0, 4338.0, 4328.0, 4299.0, 4339.0, 4297.0, 4309.0, 4327.0, 4298.0, 4318.0, 4339.0, 4309.0, 4330.0, 4339.0, 4299.0, 4340.0, 4328.0, 4309.0, 4339.0, 4328.0, 4308.0, 4339.0, 4297.0, 4309.0, 4339.0, 4298.0, 4330.0, 4350.0, 4309.0, 4327.0, 4329.0, 4309.0, 4341.0, 4330.0, 4297.0, 4328.0, 4296.0, 4298.0, 4339.0, 4308.0, 4298.0, 4338.0, 4295.0, 4296.0, 4351.0, 4307.0, 4307.0, 4341.0, 4307.0, 4309.0, 4352.0, 4310.0, 4321.0, 4340.0, 4298.0, 4322.0, 4352.0, 4309.0, 4320.0, 4350.0, 4289.0, 4341.0, 4351.0, 4311.0, 4342.0, 4342.0, 4300.0, 4341.0, 4351.0, 4310.0, 4340.0, 4330.0, 4310.0, 4352.0, 4320.0, 4322.0, 4352.0, 4320.0, 4321.0, 4330.0, 4297.0, 4322.0, 4341.0, 4310.0, 4331.0, 4350.0, 4290.0, 4342.0, 4350.0, 4311.0, 4330.0, 4330.0, 4310.0, 4328.0, 4287.0, 4318.0, 4326.0, 4295.0, 4328.0, 4327.0, 4308.0, 4317.0, 4285.0, 4308.0, 4326.0, 4284.0, 4317.0, 4314.0, 4293.0, 4315.0, 4315.0, 4295.0, 4328.0, 4338.0, 4306.0, 4327.0, 4296.0, 4307.0, 4338.0, 4297.0, 4307.0, 4338.0, 4296.0, 4319.0, 4338.0, 4298.0, 4320.0, 4338.0, 4288.0, 4330.0, 4350.0, 4309.0, 4342.0, 4331.0, 4311.0, 4343.0, 4342.0, 4324.0, 4354.0, 4321.0, 4323.0, 4353.0, 4312.0, 4333.0, 4353.0, 4312.0, 4334.0, 4353.0, 4313.0, 4343.0, 4354.0, 4323.0, 4343.0, 4353.0, 4313.0, 4343.0, 4344.0, 4322.0, 4353.0, 4354.0, 4310.0, 4354.0, 4322.0, 4311.0, 4354.0, 4332.0, 4322.0, 4352.0, 4310.0, 4332.0, 4352.0, 4312.0, 4333.0, 4352.0, 4321.0, 4342.0, 4352.0, 4311.0, 4342.0, 4342.0, 4310.0, 4341.0, 4349.0, 4309.0, 4342.0, 4320.0, 4309.0, 4340.0, 4298.0, 4319.0, 4339.0, 4297.0, 4317.0, 4328.0, 4285.0, 4328.0, 4328.0, 4318.0, 4330.0, 4318.0, 4309.0, 4340.0, 4308.0, 4318.0, 4338.0, 4296.0, 4309.0, 4350.0, 4297.0, 4318.0, 4338.0, 4308.0, 4309.0, 4351.0, 4328.0, 4308.0, 4340.0, 4307.0, 4310.0, 4352.0, 4309.0, 4310.0, 4351.0, 4310.0, 4322.0, 4353.0, 4312.0, 4333.0, 4353.0, 4311.0, 4334.0, 4364.0, 4311.0, 4334.0, 4366.0, 4313.0, 4354.0, 4366.0, 4324.0, 4355.0, 4355.0, 4313.0, 4355.0, 4364.0, 4315.0, 4355.0, 4354.0, 4324.0, 4354.0, 4354.0, 4316.0, 4367.0, 4356.0, 4325.0, 4368.0, 4316.0, 4362.0, 4378.0, 4326.0, 4358.0, 4366.0, 4327.0, 4370.0, 4357.0, 4338.0, 4382.0, 4328.0, 4348.0, 4380.0, 4329.0, 4358.0, 4367.0, 4326.0, 4368.0, 4356.0, 4326.0, 4368.0, 4314.0, 4346.0, 4365.0, 4313.0, 4368.0, 4355.0, 4334.0, 4344.0, 4321.0, 4313.0, 4354.0, 4310.0, 4320.0, 4340.0, 4290.0, 4341.0, 4350.0, 4320.0, 4340.0, 4295.0, 4321.0, 4350.0, 4309.0, 4330.0, 4340.0, 4297.0, 4340.0, 4328.0, 4308.0, 4338.0, 4287.0, 4339.0, 4338.0, 4318.0, 4335.0, 4287.0, 4318.0, 4336.0, 4297.0, 4339.0, 4327.0, 4320.0, 4355.0, 4300.0, 4323.0, 4352.0, 4320.0, 4340.0, 4300.0, 4354.0, 4330.0, 4320.0, 4339.0, 4298.0, 4330.0, 4336.0, 4323.0, 4332.0, 4296.0, 4285.0, 4303.0, 4287.0, 4295.0, 4273.0, 4264.0, 4298.0, 4305.0, 4276.0, 4308.0, 4307.0, 4287.0, 4329.0, 4305.0, 4286.0, 4316.0, 4276.0, 4285.0, 4293.0, 4272.0, 4292.0, 4291.0, 4281.0, 4293.0, 4291.0, 4279.0, 4278.0, 4246.0, 4262.0, 4275.0, 4255.0, 4286.0, 4269.0, 4294.0, 4325.0, 4295.0, 4306.0, 4303.0, 4281.0, 4301.0, 4291.0, 4305.0, 4296.0, 4315.0, 4295.0, 4312.0, 4295.0, 4305.0, 4295.0, 4314.0, 4302.0, 4270.0, 4300.0, 4260.0, 4280.0, 4311.0, 4282.0, 4303.0, 4261.0, 4280.0, 4313.0, 4273.0, 4305.0, 4305.0, 4296.0, 4316.0, 4277.0, 4319.0, 4328.0, 4299.0, 4329.0, 4290.0, 4335.0, 4343.0, 4325.0, 4345.0, 4302.0, 4326.0, 4356.0, 4303.0, 4323.0, 4333.0, 4302.0, 4333.0, 4302.0, 4322.0, 4346.0, 4300.0, 4323.0, 4341.0, 4290.0, 4333.0, 4340.0, 4322.0, 4331.0, 4301.0, 4313.0, 4342.0, 4301.0, 4324.0, 4343.0, 4312.0, 4321.0, 4340.0, 4300.0, 4332.0, 4331.0, 4299.0, 4331.0, 4309.0, 4297.0, 4331.0, 4299.0, 4298.0, 4328.0, 4287.0, 4309.0, 4328.0, 4286.0, 4299.0, 4328.0, 4287.0, 4299.0, 4330.0, 4286.0, 4299.0, 4326.0, 4288.0, 4310.0, 4340.0, 4288.0, 4323.0, 4342.0, 4290.0, 4334.0, 4341.0, 4310.0, 4331.0, 4330.0, 4300.0, 4333.0, 4320.0, 4297.0, 4329.0, 4298.0, 4288.0, 4341.0, 4298.0, 4299.0, 4329.0, 4276.0, 4309.0, 4340.0, 4298.0, 4321.0, 4329.0, 4289.0, 4330.0, 4340.0, 4310.0, 4332.0, 4331.0, 4299.0, 4330.0, 4310.0, 4310.0, 4341.0, 4298.0, 4311.0, 4342.0, 4302.0, 4322.0, 4341.0, 4301.0, 4319.0, 4341.0, 4302.0, 4343.0, 4342.0, 4322.0, 4345.0, 4311.0, 4312.0, 4344.0, 4302.0, 4312.0, 4342.0, 4291.0, 4330.0, 4342.0, 4310.0, 4331.0, 4331.0, 4301.0, 4329.0, 4276.0, 4310.0, 4330.0, 4299.0, 4319.0, 4328.0, 4298.0, 4318.0, 4306.0, 4297.0, 4317.0, 4283.0, 4322.0, 4342.0, 4303.0, 4329.0, 4312.0, 4331.0, 4312.0, 4345.0, 4313.0, 4323.0, 4329.0, 4288.0, 4308.0, 4305.0, 4275.0, 4304.0, 4304.0, 4284.0, 4304.0, 4271.0, 4282.0, 4302.0, 4272.0, 4295.0, 4313.0, 4283.0, 4305.0, 4293.0, 4283.0, 4315.0, 4286.0, 4298.0, 4327.0, 4299.0, 4317.0, 4309.0, 4300.0, 4330.0, 4299.0, 4322.0, 4330.0, 4288.0, 4331.0, 4342.0, 4312.0, 4322.0, 4329.0, 4289.0, 4319.0, 4328.0, 4288.0, 4317.0, 4306.0, 4287.0, 4318.0, 4305.0, 4285.0, 4317.0, 4287.0, 4297.0, 4315.0, 4288.0, 4309.0, 4330.0, 4288.0, 4320.0, 4329.0, 4289.0, 4319.0, 4328.0, 4299.0, 4308.0, 4327.0, 4299.0, 4329.0, 4327.0, 4298.0, 4320.0, 4319.0, 4300.0, 4332.0, 4319.0, 4300.0, 4330.0, 4298.0, 4301.0, 4332.0, 4309.0, 4299.0, 4329.0, 4298.0, 4311.0, 4329.0, 4298.0, 4321.0, 4330.0, 4290.0, 4320.0, 4331.0, 4311.0, 4319.0, 4328.0, 4300.0, 4320.0, 4307.0, 4310.0, 4319.0, 4298.0, 4308.0, 4329.0, 4297.0, 4318.0, 4340.0, 4298.0, 4320.0, 4318.0, 4299.0, 4320.0, 4287.0, 4297.0, 4329.0, 4286.0, 4308.0, 4326.0, 4286.0, 4319.0, 4306.0, 4297.0, 4316.0, 4275.0, 4310.0, 4329.0, 4297.0, 4308.0, 4316.0, 4287.0, 4318.0, 4305.0, 4296.0, 4314.0, 4275.0, 4297.0, 4328.0, 4285.0, 4308.0, 4328.0, 4288.0, 4329.0, 4323.0, 4298.0, 4320.0, 4318.0, 4297.0, 4320.0, 4285.0, 4309.0, 4325.0, 4286.0, 4320.0, 4330.0, 4299.0, 4320.0, 4329.0, 4289.0, 4321.0, 4318.0, 4297.0, 4318.0, 4297.0, 4288.0, 4317.0, 4275.0, 4306.0, 4315.0, 4275.0, 4309.0, 4327.0, 4285.0, 4308.0, 4317.0, 4286.0, 4319.0, 4318.0, 4298.0, 4329.0, 4286.0, 4309.0, 4328.0, 4302.0, 4337.0, 4344.0, 4325.0, 4346.0, 4316.0, 4346.0, 4327.0, 4346.0, 4326.0, 4347.0, 4346.0, 4311.0, 4299.0, 4319.0, 4279.0, 4319.0, 4329.0, 4289.0, 4320.0, 4307.0, 4287.0, 4318.0, 4285.0, 4286.0, 4316.0, 4301.0, 4309.0, 4307.0, 4285.0, 4273.0, 4274.0, 4267.0, 4299.0, 4273.0, 4336.0, 4335.0, 4312.0, 4301.0, 4330.0, 4298.0, 4299.0, 4319.0, 4285.0, 4285.0, 4305.0, 4280.0, 4281.0, 4300.0, 4257.0, 4280.0, 4300.0, 4255.0, 4277.0, 4286.0, 4243.0, 4263.0, 4263.0, 4257.0, 4285.0, 4254.0, 4263.0, 4255.0, 4264.0, 4267.0, 4286.0, 4265.0, 4253.0], 'WindowWidth': [9711.0, 9630.0, 9621.0, 9625.0, 9561.0, 9602.0, 9549.0, 9562.0, 9571.0, 9528.0, 9562.0, 9573.0, 9534.0, 9576.0, 9535.0, 9567.0, 9591.0, 9548.0, 9580.0, 9579.0, 9557.0, 9605.0, 9595.0, 9568.0, 9584.0, 9545.0, 9539.0, 9598.0, 9533.0, 9566.0, 9594.0, 9532.0, 9581.0, 9595.0, 9531.0, 9580.0, 9592.0, 9536.0, 9599.0, 9595.0, 9561.0, 9579.0, 9557.0, 9554.0, 9597.0, 9558.0, 9550.0, 9574.0, 9574.0, 9532.0, 9571.0, 9560.0, 9524.0, 9558.0, 9509.0, 9519.0, 9550.0, 9506.0, 9537.0, 9564.0, 9505.0, 9539.0, 9565.0, 9523.0, 9521.0, 9566.0, 9523.0, 9521.0, 9567.0, 9504.0, 9521.0, 9563.0, 9511.0, 9534.0, 9566.0, 9507.0, 9538.0, 9546.0, 9509.0, 9536.0, 9545.0, 9507.0, 9548.0, 9563.0, 9508.0, 9547.0, 9546.0, 9505.0, 9554.0, 9569.0, 9511.0, 9554.0, 9550.0, 9528.0, 9570.0, 9552.0, 9533.0, 9578.0, 9548.0, 9548.0, 9594.0, 9550.0, 9549.0, 9594.0, 9529.0, 9569.0, 9595.0, 9536.0, 9564.0, 9593.0, 9533.0, 9582.0, 9595.0, 9536.0, 9564.0, 9574.0, 9521.0, 9582.0, 9578.0, 9548.0, 9575.0, 9592.0, 9536.0, 9601.0, 9599.0, 9554.0, 9597.0, 9570.0, 9557.0, 9619.0, 9556.0, 9569.0, 9597.0, 9524.0, 9587.0, 9596.0, 9533.0, 9563.0, 9591.0, 9506.0, 9595.0, 9571.0, 9548.0, 9576.0, 9553.0, 9531.0, 9574.0, 9551.0, 9525.0, 9571.0, 9532.0, 9511.0, 9573.0, 9534.0, 9517.0, 9566.0, 9521.0, 9525.0, 9589.0, 9543.0, 9527.0, 9563.0, 9523.0, 9529.0, 9572.0, 9507.0, 9540.0, 9565.0, 9510.0, 9541.0, 9580.0, 9522.0, 9555.0, 9565.0, 9495.0, 9566.0, 9543.0, 9538.0, 9552.0, 9562.0, 9508.0, 9565.0, 9563.0, 9524.0, 9533.0, 9534.0, 9507.0, 9547.0, 9517.0, 9517.0, 9558.0, 9486.0, 9522.0, 9543.0, 9500.0, 9535.0, 9546.0, 9509.0, 9557.0, 9565.0, 9506.0, 9552.0, 9545.0, 9511.0, 9569.0, 9552.0, 9529.0, 9571.0, 9508.0, 9545.0, 9584.0, 9525.0, 9558.0, 9586.0, 9515.0, 9588.0, 9584.0, 9540.0, 9573.0, 9555.0, 9518.0, 9590.0, 9576.0, 9531.0, 9572.0, 9513.0, 9549.0, 9589.0, 9534.0, 9574.0, 9586.0, 9542.0, 9571.0, 9573.0, 9516.0, 9571.0, 9549.0, 9526.0, 9568.0, 9535.0, 9512.0, 9570.0, 9520.0, 9527.0, 9581.0, 9500.0, 9575.0, 9585.0, 9544.0, 9572.0, 9587.0, 9518.0, 9592.0, 9576.0, 9553.0, 9589.0, 9515.0, 9577.0, 9572.0, 9542.0, 9592.0, 9575.0, 9551.0, 9603.0, 9524.0, 9567.0, 9596.0, 9558.0, 9592.0, 9572.0, 9597.0, 9564.0, 9542.0, 9574.0, 9507.0, 9525.0, 9564.0, 9503.0, 9531.0, 9561.0, 9474.0, 9547.0, 9559.0, 9515.0, 9544.0, 9528.0, 9502.0, 9562.0, 9505.0, 9520.0, 9560.0, 9493.0, 9567.0, 9567.0, 9523.0, 9553.0, 9533.0, 9505.0, 9563.0, 9506.0, 9520.0, 9563.0, 9505.0, 9537.0, 9546.0, 9503.0, 9565.0, 9563.0, 9501.0, 9546.0, 9561.0, 9494.0, 9567.0, 9565.0, 9524.0, 9568.0, 9521.0, 9520.0, 9563.0, 9533.0, 9504.0, 9556.0, 9503.0, 9503.0, 9560.0, 9486.0, 9535.0, 9542.0, 9502.0, 9548.0, 9538.0, 9488.0, 9565.0, 9543.0, 9525.0, 9583.0, 9547.0, 9518.0, 9597.0, 9538.0, 9572.0, 9571.0, 9550.0, 9593.0, 9559.0, 9534.0, 9588.0, 9525.0, 9526.0, 9547.0, 9505.0, 9520.0, 9561.0, 9502.0, 9531.0, 9540.0, 9491.0, 9543.0, 9561.0, 9518.0, 9560.0, 9546.0, 9508.0, 9562.0, 9503.0, 9522.0, 9540.0, 9506.0, 9533.0, 9560.0, 9522.0, 9552.0, 9565.0, 9509.0, 9564.0, 9544.0, 9523.0, 9564.0, 9547.0, 9520.0, 9563.0, 9504.0, 9520.0, 9563.0, 9506.0, 9552.0, 9579.0, 9522.0, 9546.0, 9550.0, 9522.0, 9568.0, 9553.0, 9504.0, 9544.0, 9500.0, 9503.0, 9563.0, 9518.0, 9503.0, 9559.0, 9499.0, 9502.0, 9581.0, 9519.0, 9518.0, 9568.0, 9518.0, 9524.0, 9586.0, 9524.0, 9542.0, 9567.0, 9506.0, 9543.0, 9586.0, 9522.0, 9540.0, 9580.0, 9498.0, 9570.0, 9586.0, 9529.0, 9573.0, 9568.0, 9513.0, 9570.0, 9586.0, 9528.0, 9567.0, 9555.0, 9527.0, 9585.0, 9541.0, 9544.0, 9585.0, 9540.0, 9542.0, 9550.0, 9505.0, 9544.0, 9566.0, 9525.0, 9554.0, 9580.0, 9497.0, 9569.0, 9582.0, 9528.0, 9553.0, 9548.0, 9523.0, 9547.0, 9489.0, 9534.0, 9541.0, 9501.0, 9546.0, 9542.0, 9516.0, 9529.0, 9482.0, 9517.0, 9542.0, 9482.0, 9527.0, 9519.0, 9491.0, 9523.0, 9521.0, 9498.0, 9545.0, 9560.0, 9513.0, 9545.0, 9499.0, 9515.0, 9559.0, 9503.0, 9517.0, 9562.0, 9500.0, 9534.0, 9561.0, 9507.0, 9536.0, 9561.0, 9492.0, 9552.0, 9579.0, 9523.0, 9570.0, 9551.0, 9528.0, 9574.0, 9571.0, 9549.0, 9594.0, 9546.0, 9547.0, 9590.0, 9535.0, 9562.0, 9586.0, 9532.0, 9564.0, 9591.0, 9536.0, 9576.0, 9590.0, 9548.0, 9576.0, 9593.0, 9535.0, 9576.0, 9574.0, 9546.0, 9590.0, 9594.0, 9528.0, 9590.0, 9546.0, 9529.0, 9591.0, 9559.0, 9544.0, 9587.0, 9526.0, 9558.0, 9586.0, 9533.0, 9559.0, 9587.0, 9542.0, 9572.0, 9587.0, 9530.0, 9573.0, 9574.0, 9527.0, 9569.0, 9581.0, 9523.0, 9569.0, 9540.0, 9523.0, 9567.0, 9508.0, 9536.0, 9564.0, 9503.0, 9530.0, 9543.0, 9488.0, 9547.0, 9543.0, 9534.0, 9551.0, 9533.0, 9523.0, 9567.0, 9519.0, 9533.0, 9562.0, 9501.0, 9522.0, 9581.0, 9504.0, 9534.0, 9562.0, 9519.0, 9522.0, 9582.0, 9547.0, 9521.0, 9565.0, 9518.0, 9525.0, 9586.0, 9523.0, 9528.0, 9584.0, 9526.0, 9546.0, 9592.0, 9532.0, 9563.0, 9590.0, 9530.0, 9564.0, 9606.0, 9533.0, 9565.0, 9610.0, 9537.0, 9593.0, 9612.0, 9551.0, 9593.0, 9592.0, 9536.0, 9593.0, 9608.0, 9541.0, 9594.0, 9593.0, 9552.0, 9593.0, 9595.0, 9544.0, 9616.0, 9597.0, 9555.0, 9617.0, 9549.0, 9615.0, 9634.0, 9560.0, 9605.0, 9616.0, 9564.0, 9625.0, 9604.0, 9577.0, 9644.0, 9564.0, 9593.0, 9637.0, 9566.0, 9603.0, 9618.0, 9559.0, 9618.0, 9602.0, 9559.0, 9618.0, 9542.0, 9586.0, 9611.0, 9540.0, 9618.0, 9594.0, 9567.0, 9579.0, 9543.0, 9535.0, 9593.0, 9527.0, 9540.0, 9570.0, 9499.0, 9572.0, 9583.0, 9541.0, 9568.0, 9502.0, 9541.0, 9582.0, 9523.0, 9553.0, 9567.0, 9506.0, 9566.0, 9548.0, 9520.0, 9560.0, 9490.0, 9562.0, 9562.0, 9534.0, 9556.0, 9490.0, 9533.0, 9558.0, 9504.0, 9564.0, 9542.0, 9539.0, 9594.0, 9513.0, 9549.0, 9586.0, 9541.0, 9567.0, 9514.0, 9591.0, 9552.0, 9538.0, 9564.0, 9505.0, 9550.0, 9559.0, 9545.0, 9556.0, 9497.0, 9479.0, 9503.0, 9486.0, 9494.0, 9463.0, 9452.0, 9502.0, 9505.0, 9467.0, 9515.0, 9509.0, 9488.0, 9544.0, 9509.0, 9482.0, 9524.0, 9468.0, 9478.0, 9485.0, 9454.0, 9482.0, 9478.0, 9466.0, 9486.0, 9480.0, 9461.0, 9456.0, 9414.0, 9431.0, 9449.0, 9424.0, 9468.0, 9451.0, 9493.0, 9537.0, 9497.0, 9513.0, 9505.0, 9473.0, 9501.0, 9485.0, 9510.0, 9499.0, 9522.0, 9497.0, 9515.0, 9496.0, 9509.0, 9495.0, 9522.0, 9502.0, 9452.0, 9492.0, 9441.0, 9467.0, 9510.0, 9471.0, 9501.0, 9443.0, 9470.0, 9516.0, 9463.0, 9508.0, 9508.0, 9498.0, 9527.0, 9475.0, 9533.0, 9545.0, 9507.0, 9548.0, 9497.0, 9564.0, 9575.0, 9552.0, 9581.0, 9518.0, 9554.0, 9597.0, 9518.0, 9547.0, 9560.0, 9516.0, 9560.0, 9518.0, 9544.0, 9580.0, 9512.0, 9544.0, 9570.0, 9498.0, 9559.0, 9566.0, 9544.0, 9554.0, 9513.0, 9531.0, 9571.0, 9514.0, 9548.0, 9575.0, 9528.0, 9540.0, 9567.0, 9513.0, 9557.0, 9556.0, 9509.0, 9554.0, 9523.0, 9505.0, 9555.0, 9507.0, 9504.0, 9546.0, 9489.0, 9521.0, 9548.0, 9487.0, 9507.0, 9546.0, 9488.0, 9508.0, 9552.0, 9488.0, 9509.0, 9543.0, 9492.0, 9525.0, 9566.0, 9493.0, 9545.0, 9570.0, 9499.0, 9564.0, 9571.0, 9527.0, 9556.0, 9554.0, 9511.0, 9560.0, 9538.0, 9505.0, 9551.0, 9504.0, 9494.0, 9570.0, 9504.0, 9507.0, 9548.0, 9473.0, 9523.0, 9570.0, 9508.0, 9541.0, 9550.0, 9495.0, 9552.0, 9570.0, 9527.0, 9558.0, 9555.0, 9511.0, 9555.0, 9527.0, 9527.0, 9571.0, 9509.0, 9528.0, 9573.0, 9517.0, 9546.0, 9572.0, 9516.0, 9541.0, 9572.0, 9520.0, 9579.0, 9575.0, 9547.0, 9581.0, 9530.0, 9532.0, 9580.0, 9517.0, 9530.0, 9572.0, 9502.0, 9554.0, 9572.0, 9526.0, 9557.0, 9556.0, 9513.0, 9551.0, 9475.0, 9523.0, 9549.0, 9508.0, 9535.0, 9550.0, 9506.0, 9534.0, 9516.0, 9507.0, 9532.0, 9483.0, 9545.0, 9572.0, 9522.0, 9551.0, 9531.0, 9553.0, 9529.0, 9581.0, 9532.0, 9546.0, 9548.0, 9487.0, 9515.0, 9509.0, 9466.0, 9506.0, 9505.0, 9476.0, 9503.0, 9454.0, 9471.0, 9498.0, 9460.0, 9492.0, 9516.0, 9475.0, 9506.0, 9490.0, 9477.0, 9524.0, 9485.0, 9502.0, 9543.0, 9506.0, 9530.0, 9521.0, 9509.0, 9550.0, 9508.0, 9542.0, 9552.0, 9492.0, 9553.0, 9569.0, 9528.0, 9541.0, 9550.0, 9490.0, 9532.0, 9546.0, 9488.0, 9528.0, 9508.0, 9485.0, 9528.0, 9511.0, 9484.0, 9527.0, 9487.0, 9501.0, 9525.0, 9490.0, 9520.0, 9549.0, 9491.0, 9536.0, 9547.0, 9493.0, 9534.0, 9545.0, 9505.0, 9517.0, 9542.0, 9507.0, 9549.0, 9544.0, 9504.0, 9536.0, 9533.0, 9510.0, 9556.0, 9535.0, 9508.0, 9551.0, 9504.0, 9512.0, 9555.0, 9522.0, 9507.0, 9547.0, 9505.0, 9526.0, 9549.0, 9504.0, 9537.0, 9551.0, 9496.0, 9539.0, 9554.0, 9524.0, 9535.0, 9548.0, 9510.0, 9537.0, 9518.0, 9521.0, 9534.0, 9504.0, 9518.0, 9549.0, 9502.0, 9531.0, 9563.0, 9505.0, 9536.0, 9529.0, 9506.0, 9536.0, 9489.0, 9502.0, 9547.0, 9486.0, 9517.0, 9541.0, 9487.0, 9534.0, 9513.0, 9500.0, 9526.0, 9469.0, 9522.0, 9547.0, 9501.0, 9518.0, 9522.0, 9488.0, 9532.0, 9507.0, 9498.0, 9522.0, 9468.0, 9502.0, 9544.0, 9484.0, 9517.0, 9543.0, 9491.0, 9550.0, 9537.0, 9505.0, 9534.0, 9531.0, 9502.0, 9535.0, 9484.0, 9520.0, 9540.0, 9487.0, 9537.0, 9550.0, 9505.0, 9535.0, 9548.0, 9493.0, 9539.0, 9532.0, 9502.0, 9531.0, 9499.0, 9489.0, 9529.0, 9468.0, 9510.0, 9524.0, 9467.0, 9519.0, 9542.0, 9482.0, 9517.0, 9528.0, 9486.0, 9534.0, 9532.0, 9504.0, 9548.0, 9486.0, 9520.0, 9545.0, 9517.0, 9571.0, 9574.0, 9550.0, 9581.0, 9541.0, 9582.0, 9557.0, 9580.0, 9552.0, 9585.0, 9584.0, 9524.0, 9504.0, 9532.0, 9478.0, 9533.0, 9546.0, 9492.0, 9533.0, 9513.0, 9484.0, 9526.0, 9478.0, 9483.0, 9525.0, 9513.0, 9519.0, 9512.0, 9483.0, 9459.0, 9460.0, 9462.0, 9505.0, 9479.0, 9566.0, 9562.0, 9526.0, 9511.0, 9551.0, 9502.0, 9502.0, 9532.0, 9478.0, 9477.0, 9503.0, 9464.0, 9464.0, 9493.0, 9430.0, 9462.0, 9493.0, 9421.0, 9451.0, 9467.0, 9401.0, 9428.0, 9429.0, 9426.0, 9461.0, 9418.0, 9428.0, 9421.0, 9434.0, 9439.0, 9468.0, 9433.0, 9414.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.0009187099567099567</td></tr>
<tr><td colspan=3>aqi</td><td>0.030696788051948056</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.66009218363083</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1782171298180233</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9744696460051987</td></tr>
<tr><td colspan=3>efc</td><td>0.5284</td></tr>
<tr><td colspan=3>fber</td><td>3361.0938</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07831308778736228</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>41</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.54978354978355</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6206389886711845</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5372588485979444</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8317655688490837</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.492892548566526</td></tr>
<tr><td colspan=3>gcor</td><td>0.0124599</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.002467069309204817</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03506788611412048</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.898353204274068</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>10.8643</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.191</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>247.3932</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>287730.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1217.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>434.2305</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.299</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>542.8404</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3407.9049</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3608.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88814.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1170.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4490.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>925.5138</td></tr>
<tr><td colspan=3>tsnr</td><td>32.821648887125775</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>