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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0051_ses-02_task-narratives_acq-mb8_run-04_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0051/ses-02/func/sub-0051_ses-02_task-narratives_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>bbe6c0c5791158de1e1116bf40dd77ab</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>09:16:3.582500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99867, -0.0515458, 0.000873232, 0.0493672, 0.961068, 0.271867]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.102965</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4137, -7790, -7247, 576, -43, -43, 34, 128]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>255.414</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5b3e6b50-8a2c-406d-8b5a-55562d238a14||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679359197616577, 0.13244864344596863, 0.040102582424879074, 104.74362182617188], [0.13829351961612701, 2.578474760055542, 0.7329473495483398, -112.6554183959961], [0.0023428178392350674, -0.729398250579834, 2.5983033180236816, -14.150423049926758], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1156]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156], 'AcquisitionTime': ['091603.582500', '091604.042500', '091604.502500', '091604.962500', '091605.422500', '091605.882500', '091606.342500', '091606.802500', '091607.262500', '091607.722500', '091608.182500', '091608.642500', '091609.102500', '091609.562500', '091610.022500', '091610.482500', '091610.942500', '091611.402500', '091611.862500', '091612.322500', '091612.782500', '091613.242500', '091613.702500', '091614.162500', '091614.622500', '091615.082500', '091615.542500', '091616.002500', '091616.462500', '091616.922500', '091617.382500', '091617.842500', '091618.302500', '091618.762500', '091619.222500', '091619.682500', '091620.142500', '091620.602500', '091621.062500', '091621.522500', '091621.982500', '091622.442500', '091622.902500', '091623.362500', '091623.822500', '091624.282500', '091624.742500', '091625.202500', '091625.662500', '091626.122500', '091626.582500', '091627.042500', '091627.502500', '091627.962500', '091628.422500', '091628.882500', '091629.342500', '091629.802500', '091630.262500', '091630.722500', '091631.182500', '091631.642500', '091632.102500', '091632.562500', '091633.022500', '091633.482500', '091633.942500', '091634.402500', '091634.862500', '091635.322500', '091635.782500', '091636.242500', '091636.702500', '091637.162500', '091637.622500', '091638.082500', '091638.542500', '091639.002500', '091639.462500', '091639.922500', '091640.382500', '091640.842500', '091641.302500', '091641.762500', '091642.222500', '091642.682500', '091643.142500', '091643.602500', '091644.062500', '091644.522500', '091644.982500', '091645.442500', '091645.902500', '091646.362500', '091646.822500', '091647.282500', '091647.742500', '091648.202500', '091648.662500', '091649.122500', '091649.582500', '091650.042500', '091650.502500', '091650.962500', '091651.422500', '091651.882500', '091652.342500', '091652.802500', '091653.262500', '091653.722500', '091654.182500', '091654.642500', '091655.102500', '091655.562500', '091656.022500', '091656.482500', '091656.942500', '091657.402500', '091657.862500', '091658.322500', '091658.782500', '091659.242500', '091659.702500', '091700.162500', '091700.622500', '091701.082500', '091701.542500', '091702.002500', '091702.462500', '091702.922500', '091703.382500', '091703.842500', '091704.302500', '091704.762500', '091705.222500', '091705.682500', '091706.142500', '091706.602500', '091707.062500', '091707.522500', '091707.982500', '091708.442500', '091708.902500', '091709.362500', '091709.822500', '091710.282500', '091710.742500', '091711.202500', '091711.662500', '091712.122500', '091712.582500', '091713.042500', '091713.502500', '091713.962500', '091714.422500', '091714.882500', '091715.342500', '091715.802500', '091716.262500', '091716.722500', '091717.182500', '091717.642500', '091718.102500', '091718.562500', '091719.022500', '091719.482500', '091719.942500', '091720.402500', '091720.862500', '091721.322500', '091721.782500', '091722.242500', '091722.702500', '091723.162500', '091723.622500', '091724.082500', '091724.542500', '091725.002500', '091725.462500', '091725.922500', '091726.382500', '091726.842500', '091727.302500', '091727.762500', '091728.222500', '091728.682500', '091729.142500', '091729.602500', '091730.062500', '091730.522500', '091730.982500', '091731.442500', '091731.902500', '091732.362500', '091732.822500', '091733.282500', '091733.742500', '091734.202500', '091734.662500', '091735.122500', '091735.582500', '091736.042500', '091736.502500', '091736.962500', '091737.422500', '091737.882500', '091738.342500', '091738.802500', '091739.262500', '091739.722500', '091740.182500', '091740.642500', '091741.102500', '091741.562500', '091742.022500', '091742.482500', '091742.942500', '091743.402500', '091743.862500', '091744.322500', '091744.782500', '091745.242500', '091745.702500', '091746.162500', '091746.622500', '091747.082500', '091747.542500', '091748.002500', '091748.462500', '091748.922500', '091749.382500', '091749.842500', '091750.302500', '091750.762500', '091751.222500', '091751.682500', '091752.142500', '091752.602500', '091753.062500', '091753.522500', '091753.982500', '091754.442500', '091754.902500', '091755.362500', '091755.822500', '091756.282500', '091756.742500', '091757.202500', '091757.662500', '091758.122500', '091758.582500', '091759.042500', '091759.502500', '091759.962500', '091800.422500', '091800.882500', '091801.342500', '091801.802500', '091802.262500', '091802.722500', '091803.182500', '091803.642500', '091804.102500', '091804.562500', '091805.022500', '091805.482500', '091805.942500', '091806.402500', '091806.862500', '091807.322500', '091807.782500', '091808.242500', '091808.702500', '091809.162500', '091809.622500', '091810.082500', '091810.542500', '091811.002500', '091811.462500', '091811.922500', '091812.382500', '091812.842500', '091813.302500', '091813.762500', '091814.222500', '091814.682500', '091815.142500', '091815.602500', '091816.062500', '091816.522500', '091816.982500', '091817.442500', '091817.902500', '091818.362500', '091818.822500', '091819.282500', '091819.742500', '091820.202500', '091820.662500', '091821.122500', '091821.582500', '091822.042500', '091822.502500', '091822.962500', '091823.422500', '091823.882500', '091824.342500', '091824.802500', '091825.262500', '091825.722500', '091826.182500', '091826.642500', '091827.102500', '091827.562500', '091828.022500', '091828.482500', '091828.942500', '091829.402500', '091829.862500', '091830.322500', '091830.782500', '091831.242500', '091831.702500', '091832.162500', '091832.622500', '091833.082500', '091833.542500', '091834.002500', '091834.462500', '091834.922500', '091835.382500', '091835.842500', '091836.302500', '091836.762500', '091837.222500', '091837.682500', '091838.142500', '091838.602500', '091839.062500', '091839.522500', '091839.982500', '091840.442500', '091840.902500', '091841.362500', '091841.822500', '091842.282500', '091842.742500', '091843.202500', '091843.662500', '091844.122500', '091844.582500', '091845.042500', '091845.502500', '091845.962500', '091846.422500', '091846.882500', '091847.342500', '091847.802500', '091848.262500', '091848.722500', '091849.182500', '091849.642500', '091850.102500', '091850.562500', '091851.022500', '091851.482500', '091851.942500', '091852.402500', '091852.862500', '091853.322500', '091853.782500', '091854.242500', '091854.702500', '091855.162500', '091855.622500', '091856.082500', '091856.542500', '091857.002500', '091857.462500', '091857.922500', '091858.382500', '091858.842500', '091859.302500', '091859.762500', '091900.222500', '091900.682500', '091901.142500', '091901.602500', '091902.062500', '091902.522500', '091902.982500', '091903.442500', '091903.902500', '091904.362500', '091904.822500', '091905.282500', '091905.742500', '091906.202500', '091906.662500', '091907.122500', '091907.582500', '091908.042500', '091908.502500', '091908.962500', '091909.422500', '091909.882500', '091910.342500', '091910.802500', '091911.262500', '091911.722500', '091912.182500', '091912.642500', '091913.102500', '091913.562500', '091914.022500', '091914.482500', '091914.942500', '091915.402500', '091915.862500', '091916.322500', '091916.782500', '091917.242500', '091917.702500', '091918.162500', '091918.622500', '091919.082500', '091919.542500', '091920.002500', '091920.462500', '091920.922500', '091921.382500', '091921.842500', '091922.302500', '091922.762500', '091923.222500', '091923.682500', '091924.142500', '091924.602500', '091925.062500', '091925.522500', '091925.982500', '091926.442500', '091926.902500', '091927.362500', '091927.822500', '091928.282500', '091928.742500', '091929.202500', '091929.662500', '091930.122500', '091930.582500', '091931.042500', '091931.502500', '091931.962500', '091932.422500', '091932.882500', '091933.342500', '091933.802500', '091934.262500', '091934.722500', '091935.182500', '091935.642500', '091936.102500', '091936.562500', '091937.022500', '091937.482500', '091937.942500', '091938.402500', '091938.862500', '091939.322500', '091939.782500', '091940.242500', '091940.702500', '091941.162500', '091941.622500', '091942.082500', '091942.542500', '091943.002500', '091943.462500', '091943.922500', '091944.382500', '091944.842500', '091945.302500', '091945.762500', '091946.222500', '091946.682500', '091947.142500', '091947.602500', '091948.062500', '091948.522500', '091948.982500', '091949.442500', '091949.902500', '091950.362500', '091950.822500', '091951.282500', '091951.742500', '091952.202500', '091952.662500', '091953.122500', '091953.582500', '091954.042500', '091954.502500', '091954.962500', '091955.422500', '091955.882500', '091956.342500', '091956.802500', '091957.262500', '091957.722500', '091958.182500', '091958.642500', '091959.102500', '091959.562500', '092000.022500', '092000.482500', '092000.942500', '092001.402500', '092001.862500', '092002.322500', '092002.782500', '092003.242500', '092003.702500', '092004.162500', '092004.622500', '092005.082500', '092005.542500', '092006.002500', '092006.462500', '092006.922500', '092007.382500', '092007.842500', '092008.302500', '092008.762500', '092009.222500', '092009.682500', '092010.142500', '092010.602500', '092011.062500', '092011.522500', '092011.982500', '092012.442500', '092012.902500', '092013.362500', '092013.822500', '092014.282500', '092014.742500', '092015.202500', '092015.662500', '092016.122500', '092016.582500', '092017.042500', '092017.502500', '092017.962500', '092018.422500', '092018.882500', '092019.342500', '092019.802500', '092020.262500', '092020.722500', '092021.182500', '092021.642500', '092022.102500', '092022.562500', '092023.022500', '092023.482500', '092023.942500', '092024.402500', '092024.862500', '092025.322500', '092025.782500', '092026.242500', '092026.702500', '092027.162500', '092027.622500', '092028.082500', '092028.542500', '092029.002500', '092029.462500', '092029.922500', '092030.382500', '092030.842500', '092031.302500', '092031.762500', '092032.222500', '092032.682500', '092033.142500', '092033.602500', '092034.062500', '092034.522500', '092034.982500', '092035.442500', '092035.902500', '092036.362500', '092036.822500', '092037.282500', '092037.742500', '092038.202500', '092038.662500', '092039.122500', '092039.582500', '092040.042500', '092040.502500', '092040.962500', '092041.422500', '092041.882500', '092042.342500', '092042.802500', '092043.262500', '092043.722500', '092044.182500', '092044.642500', '092045.102500', '092045.562500', '092046.022500', '092046.482500', '092046.942500', '092047.402500', '092047.862500', '092048.322500', '092048.782500', '092049.242500', '092049.702500', '092050.162500', '092050.622500', '092051.082500', '092051.542500', '092052.002500', '092052.462500', '092052.922500', '092053.382500', '092053.842500', '092054.302500', '092054.762500', '092055.222500', '092055.682500', '092056.142500', '092056.602500', '092057.062500', '092057.522500', '092057.982500', '092058.442500', '092058.902500', '092059.362500', '092059.822500', '092100.282500', '092100.742500', '092101.202500', '092101.662500', '092102.122500', '092102.582500', '092103.042500', '092103.502500', '092103.962500', '092104.422500', '092104.882500', '092105.342500', '092105.802500', '092106.262500', '092106.722500', '092107.182500', '092107.642500', '092108.102500', '092108.562500', '092109.022500', '092109.482500', '092109.942500', '092110.402500', '092110.862500', '092111.322500', '092111.782500', '092112.242500', '092112.702500', '092113.162500', '092113.622500', '092114.082500', '092114.542500', '092115.002500', '092115.462500', '092115.922500', '092116.382500', '092116.842500', '092117.302500', '092117.762500', '092118.222500', '092118.682500', '092119.142500', '092119.602500', '092120.062500', '092120.522500', '092120.982500', '092121.442500', '092121.902500', '092122.362500', '092122.822500', '092123.282500', '092123.742500', '092124.202500', '092124.662500', '092125.122500', '092125.582500', '092126.042500', '092126.502500', '092126.962500', '092127.422500', '092127.882500', '092128.342500', '092128.802500', '092129.262500', '092129.722500', '092130.182500', '092130.642500', '092131.102500', '092131.562500', '092132.022500', '092132.482500', '092132.942500', '092133.402500', '092133.862500', '092134.322500', '092134.782500', '092135.242500', '092135.702500', '092136.162500', '092136.622500', '092137.082500', '092137.542500', '092138.002500', '092138.462500', '092138.922500', '092139.382500', '092139.842500', '092140.302500', '092140.762500', '092141.222500', '092141.682500', '092142.142500', '092142.602500', '092143.062500', '092143.522500', '092143.982500', '092144.442500', '092144.902500', '092145.362500', '092145.822500', '092146.282500', '092146.742500', '092147.202500', '092147.662500', '092148.122500', '092148.582500', '092149.042500', '092149.502500', '092149.962500', '092150.422500', '092150.882500', '092151.342500', '092151.802500', '092152.262500', '092152.722500', '092153.182500', '092153.642500', '092154.102500', '092154.562500', '092155.022500', '092155.482500', '092155.942500', '092156.402500', '092156.862500', '092157.322500', '092157.782500', '092158.242500', '092158.702500', '092159.162500', '092159.622500', '092200.082500', '092200.542500', '092201.002500', '092201.462500', '092201.922500', '092202.382500', '092202.842500', '092203.302500', '092203.762500', '092204.222500', '092204.682500', '092205.142500', '092205.602500', '092206.062500', '092206.522500', '092206.982500', '092207.442500', '092207.902500', '092208.362500', '092208.822500', '092209.282500', '092209.742500', '092210.202500', '092210.662500', '092211.122500', '092211.582500', '092212.042500', '092212.502500', '092212.962500', '092213.422500', '092213.882500', '092214.342500', '092214.802500', '092215.262500', '092215.722500', '092216.182500', '092216.642500', '092217.102500', '092217.562500', '092218.022500', '092218.482500', '092218.942500', '092219.402500', '092219.862500', '092220.322500', '092220.782500', '092221.242500', '092221.702500', '092222.162500', '092222.622500', '092223.082500', '092223.542500', '092224.002500', '092224.462500', '092224.922500', '092225.382500', '092225.842500', '092226.302500', '092226.762500', '092227.222500', '092227.682500', '092228.142500', '092228.602500', '092229.062500', '092229.522500', '092229.982500', '092230.442500', '092230.902500', '092231.362500', '092231.822500', '092232.282500', '092232.742500', '092233.202500', '092233.662500', '092234.122500', '092234.582500', '092235.042500', '092235.502500', '092235.962500', '092236.422500', '092236.882500', '092237.342500', '092237.802500', '092238.262500', '092238.722500', '092239.182500', '092239.642500', '092240.102500', '092240.562500', '092241.022500', '092241.482500', '092241.942500', '092242.402500', '092242.862500', '092243.322500', '092243.782500', '092244.242500', '092244.702500', '092245.162500', '092245.622500', '092246.082500', '092246.542500', '092247.002500', '092247.462500', '092247.922500', '092248.382500', '092248.842500', '092249.302500', '092249.762500', '092250.222500', '092250.682500', '092251.142500', '092251.602500', '092252.062500', '092252.522500', '092252.982500', '092253.442500', '092253.902500', '092254.362500', '092254.822500', '092255.282500', '092255.742500', '092256.202500', '092256.662500', '092257.122500', '092257.582500', '092258.042500', '092258.502500', '092258.962500', '092259.422500', '092259.882500', '092300.342500', '092300.802500', '092301.262500', '092301.722500', '092302.182500', '092302.642500', '092303.102500', '092303.562500', '092304.022500', '092304.482500', '092304.942500', '092305.402500', '092305.862500', '092306.322500', '092306.782500', '092307.242500', '092307.702500', '092308.162500', '092308.622500', '092309.082500', '092309.542500', '092310.002500', '092310.462500', '092310.922500', '092311.382500', '092311.842500', '092312.302500', '092312.762500', '092313.222500', '092313.682500', '092314.142500', '092314.602500', '092315.062500', '092315.522500', '092315.982500', '092316.442500', '092316.902500', '092317.362500', '092317.822500', '092318.282500', '092318.742500', '092319.202500', '092319.662500', '092320.122500', '092320.582500', '092321.042500', '092321.502500', '092321.962500', '092322.422500', '092322.882500', '092323.342500', '092323.802500', '092324.262500', '092324.722500', '092325.182500', '092325.642500', '092326.102500', '092326.562500', '092327.022500', '092327.482500', '092327.942500', '092328.402500', '092328.862500', '092329.322500', '092329.782500', '092330.242500', '092330.702500', '092331.162500', '092331.622500', '092332.082500', '092332.542500', '092333.002500', '092333.462500', '092333.922500', '092334.382500', '092334.842500', '092335.302500', '092335.762500', '092336.222500', '092336.682500', '092337.142500', '092337.602500', '092338.062500', '092338.522500', '092338.982500', '092339.442500', '092339.902500', '092340.362500', '092340.822500', '092341.282500', '092341.742500', '092342.202500', '092342.662500', '092343.122500', '092343.582500', '092344.042500', '092344.502500', '092344.962500', '092345.422500', '092345.882500', '092346.342500', '092346.802500', '092347.262500', '092347.722500', '092348.182500', '092348.642500', '092349.102500', '092349.562500', '092350.022500', '092350.482500', '092350.942500', '092351.402500', '092351.862500', '092352.322500', '092352.782500', '092353.242500', '092353.702500', '092354.162500', '092354.622500', '092355.082500', '092355.542500', '092356.002500', '092356.462500', '092356.922500', '092357.382500', '092357.842500', '092358.302500', '092358.762500', '092359.222500', '092359.682500', '092400.142500', '092400.602500', '092401.062500', '092401.522500', '092401.982500', '092402.442500', '092402.902500', '092403.362500', '092403.822500', '092404.282500', '092404.742500', '092405.202500', '092405.662500', '092406.122500', '092406.582500', '092407.042500', '092407.502500', '092407.962500', '092408.422500', '092408.882500', '092409.342500', '092409.802500', '092410.262500', '092410.722500', '092411.182500', '092411.642500', '092412.102500', '092412.562500', '092413.022500', '092413.482500', '092413.942500', '092414.402500', '092414.862500', '092415.322500', '092415.782500', '092416.242500', '092416.702500', '092417.162500', '092417.622500', '092418.082500', '092418.542500', '092419.002500', '092419.462500', '092419.922500', '092420.382500', '092420.842500', '092421.302500', '092421.762500', '092422.222500', '092422.682500', '092423.142500', '092423.602500', '092424.062500', '092424.522500', '092424.982500', '092425.442500', '092425.902500', '092426.362500', '092426.822500', '092427.282500', '092427.742500', '092428.202500', '092428.662500', '092429.122500', '092429.582500', '092430.042500', '092430.502500', '092430.962500', '092431.422500', '092431.882500', '092432.342500', '092432.802500', '092433.262500', '092433.722500', '092434.182500', '092434.642500', '092435.102500', '092435.562500', '092436.022500', '092436.482500', '092436.942500', '092437.402500', '092437.862500', '092438.322500', '092438.782500', '092439.242500', '092439.702500', '092440.162500', '092440.622500', '092441.082500', '092441.542500', '092442.002500', '092442.462500', '092442.922500', '092443.382500', '092443.842500', '092444.302500', '092444.762500', '092445.222500', '092445.682500', '092446.142500', '092446.602500', '092447.062500', '092447.522500', '092447.982500', '092448.442500', '092448.902500', '092449.362500', '092449.822500', '092450.282500', '092450.742500', '092451.202500', '092451.662500', '092452.122500', '092452.582500', '092453.042500', '092453.502500', '092453.962500', '092454.422500', '092454.882500'], 'ContentTime': ['091633.665000', '091633.668000', '091633.671000', '091633.674000', '091633.676000', '091633.679000', '091633.681000', '091633.684000', '091633.686000', '091633.689000', '091633.691000', '091633.694000', '091633.697000', '091633.699000', '091633.702000', '091633.704000', '091633.709000', '091633.711000', '091633.714000', '091633.717000', '091633.719000', '091633.722000', '091633.724000', '091633.727000', '091633.729000', '091633.732000', '091633.734000', '091633.737000', '091633.739000', '091633.742000', '091633.744000', '091633.747000', '091633.750000', '091633.752000', '091633.755000', '091633.757000', '091633.760000', '091633.762000', '091633.765000', '091633.767000', '091633.770000', '091633.773000', '091633.775000', '091633.778000', '091633.780000', '091633.783000', '091633.785000', '091633.788000', '091633.790000', '091633.793000', '091633.801000', '091633.804000', '091633.806000', '091633.809000', '091633.811000', '091633.814000', '091633.816000', '091633.819000', '091633.821000', '091633.824000', '091633.827000', '091633.829000', '091633.832000', '091653.635000', '091653.638000', '091653.641000', '091653.643000', '091653.646000', '091653.648000', '091653.651000', '091653.654000', '091653.656000', '091653.659000', '091653.661000', '091653.664000', '091653.667000', '091653.669000', '091653.672000', '091653.674000', '091653.677000', '091653.679000', '091653.682000', '091653.684000', '091653.687000', '091653.690000', '091653.692000', '091653.695000', '091653.697000', '091653.700000', '091653.702000', '091653.705000', '091653.707000', '091653.710000', '091653.713000', '091653.715000', '091653.718000', '091653.720000', '091653.723000', '091653.725000', '091653.728000', '091653.730000', '091653.733000', '091653.736000', '091653.738000', '091653.741000', '091653.743000', '091713.635000', '091713.638000', '091713.641000', '091713.643000', '091713.646000', '091713.648000', '091713.651000', '091713.654000', '091713.656000', '091713.659000', '091713.661000', '091713.664000', '091713.666000', '091713.669000', '091713.671000', '091713.674000', '091713.676000', '091713.679000', '091713.682000', '091713.684000', '091713.687000', '091713.689000', '091713.692000', '091713.694000', '091713.697000', '091713.700000', '091713.702000', '091713.705000', '091713.707000', '091713.710000', '091713.712000', '091713.715000', '091713.717000', '091713.720000', '091713.723000', '091713.725000', '091713.728000', '091713.730000', '091713.733000', '091713.735000', '091713.738000', '091713.741000', '091713.743000', '091713.746000', '091733.635000', '091733.638000', '091733.641000', '091733.643000', '091733.646000', '091733.649000', '091733.651000', '091733.654000', '091733.656000', '091733.659000', '091733.662000', '091733.665000', '091733.668000', '091733.671000', '091733.673000', '091733.676000', '091733.678000', '091733.681000', '091733.684000', '091733.686000', '091733.689000', '091733.691000', '091733.694000', '091733.696000', '091733.699000', '091733.702000', '091733.704000', '091733.707000', '091733.711000', '091733.713000', '091733.716000', '091733.719000', '091733.721000', '091733.724000', '091733.726000', '091733.729000', '091733.732000', '091733.734000', '091733.737000', '091733.739000', '091733.742000', '091733.744000', '091733.747000', '091753.635000', '091753.638000', '091753.641000', '091753.643000', '091753.646000', '091753.648000', '091753.651000', '091753.653000', '091753.656000', '091753.659000', '091753.661000', '091753.664000', '091753.666000', '091753.669000', '091753.671000', '091753.674000', '091753.677000', '091753.680000', '091753.711000', '091753.714000', '091753.716000', '091753.719000', '091753.721000', '091753.724000', '091753.726000', '091753.729000', '091753.732000', '091753.734000', '091753.737000', '091753.739000', '091753.742000', '091753.744000', '091753.747000', '091753.749000', '091753.752000', '091753.755000', '091753.757000', '091753.760000', '091753.762000', '091753.765000', '091753.767000', '091753.770000', '091753.772000', '091753.775000', '091813.637000', '091813.639000', '091813.642000', '091813.645000', '091813.647000', '091813.650000', '091813.652000', '091813.655000', '091813.657000', '091813.660000', '091813.662000', '091813.665000', '091813.668000', '091813.670000', '091813.673000', '091813.675000', '091813.678000', '091813.680000', '091813.683000', '091813.686000', '091813.688000', '091813.691000', '091813.693000', '091813.696000', '091813.698000', '091813.701000', '091813.703000', '091813.706000', '091813.709000', '091813.711000', '091813.714000', '091813.716000', '091813.719000', '091813.721000', '091813.724000', '091813.727000', '091813.729000', '091813.732000', '091813.734000', '091813.737000', '091813.740000', '091813.742000', '091813.745000', '091833.635000', '091833.638000', '091833.641000', '091833.643000', '091833.646000', '091833.649000', '091833.651000', '091833.654000', '091833.656000', '091833.659000', '091833.661000', '091833.664000', '091833.666000', '091833.669000', '091833.672000', '091833.674000', '091833.677000', '091833.679000', '091833.682000', '091833.684000', '091833.687000', '091833.690000', '091833.692000', '091833.695000', '091833.697000', '091833.700000', '091833.703000', '091833.705000', '091833.708000', '091833.710000', '091833.713000', '091833.716000', '091833.718000', '091833.721000', '091833.723000', '091833.726000', '091833.729000', '091833.731000', '091833.734000', '091833.736000', '091833.739000', '091833.741000', '091833.744000', '091833.746000', '091853.635000', '091853.638000', '091853.641000', '091853.677000', '091853.679000', '091853.682000', '091853.684000', '091853.687000', '091853.690000', '091853.692000', '091853.695000', '091853.697000', '091853.700000', '091853.702000', '091853.705000', '091853.708000', '091853.710000', '091853.713000', '091853.716000', '091853.718000', '091853.721000', '091853.723000', '091853.726000', '091853.729000', '091853.731000', '091853.734000', '091853.736000', '091853.739000', '091853.741000', '091853.744000', '091853.747000', '091853.751000', '091853.754000', '091853.756000', '091853.759000', '091853.761000', '091853.764000', '091853.767000', '091853.769000', '091853.772000', '091853.774000', '091853.777000', '091853.779000', '091913.635000', '091913.638000', '091913.641000', '091913.643000', '091913.646000', '091913.649000', '091913.651000', '091913.654000', '091913.656000', '091913.659000', '091913.661000', '091913.664000', '091913.667000', '091913.669000', '091913.672000', '091913.675000', '091913.677000', '091913.680000', '091913.682000', '091913.685000', '091913.687000', '091913.690000', '091913.693000', '091913.695000', '091913.698000', '091913.700000', '091913.703000', '091913.705000', '091913.708000', '091913.711000', '091913.713000', '091913.716000', '091913.718000', '091913.721000', '091913.724000', '091913.726000', '091913.729000', '091913.731000', '091913.734000', '091913.736000', '091913.739000', '091913.742000', '091913.744000', '091913.759000', '091933.635000', '091933.638000', '091933.641000', '091933.643000', '091933.646000', '091933.649000', '091933.651000', '091933.654000', '091933.656000', '091933.659000', '091933.661000', '091933.664000', '091933.667000', '091933.669000', '091933.672000', '091933.674000', '091933.677000', '091933.679000', '091933.682000', '091933.685000', '091933.687000', '091933.690000', '091933.692000', '091933.695000', '091933.698000', '091933.700000', '091933.703000', '091933.705000', '091933.708000', '091933.711000', '091933.714000', '091933.717000', '091933.720000', '091933.722000', '091933.725000', '091933.727000', '091933.730000', '091933.733000', '091933.735000', '091933.738000', '091933.741000', '091933.743000', '091933.746000', '091953.636000', '091953.638000', '091953.641000', '091953.644000', '091953.646000', '091953.649000', '091953.651000', '091953.654000', '091953.656000', '091953.659000', '091953.662000', '091953.664000', '091953.667000', '091953.669000', '091953.672000', '091953.675000', '091953.677000', '091953.680000', '091953.682000', '091953.685000', '091953.687000', '091953.690000', '091953.693000', '091953.695000', '091953.698000', '091953.700000', '091953.703000', '091953.706000', '091953.708000', '091953.711000', '091953.713000', '091953.716000', '091953.718000', '091953.721000', '091953.724000', '091953.726000', '091953.729000', '091953.731000', '091953.734000', '091953.736000', '091953.739000', '091953.741000', '091953.744000', '091953.747000', '092013.635000', '092013.638000', '092013.641000', '092013.643000', '092013.646000', '092013.648000', '092013.651000', '092013.654000', '092013.656000', '092013.659000', '092013.661000', '092013.664000', '092013.667000', '092013.669000', '092013.672000', '092013.674000', '092013.677000', '092013.679000', '092013.682000', '092013.685000', '092013.687000', '092013.690000', '092013.692000', '092013.695000', '092013.697000', '092013.700000', '092013.703000', '092013.705000', '092013.708000', '092013.710000', '092013.713000', '092013.715000', '092013.718000', '092013.721000', '092013.723000', '092013.726000', '092013.728000', '092013.731000', '092013.733000', '092013.736000', '092013.739000', '092013.741000', '092013.744000', '092033.636000', '092033.639000', '092033.642000', '092033.644000', '092033.647000', '092033.649000', '092033.652000', '092033.655000', '092033.657000', '092033.660000', '092033.662000', '092033.665000', '092033.667000', '092033.670000', '092033.672000', '092033.675000', '092033.678000', '092033.680000', '092033.683000', '092033.685000', '092033.688000', '092033.691000', '092033.693000', '092033.696000', '092033.698000', '092033.701000', '092033.703000', '092033.706000', '092033.709000', '092033.711000', '092033.714000', '092033.716000', '092033.719000', '092033.721000', '092033.724000', '092033.727000', '092033.729000', '092033.732000', '092033.734000', '092033.737000', '092033.739000', '092033.742000', '092033.744000', '092033.747000', '092053.635000', '092053.638000', '092053.641000', '092053.643000', '092053.646000', '092053.648000', '092053.651000', '092053.654000', '092053.656000', '092053.659000', '092053.661000', '092053.664000', '092053.667000', '092053.669000', '092053.672000', '092053.674000', '092053.677000', '092053.680000', '092053.682000', '092053.685000', '092053.687000', '092053.690000', '092053.692000', '092053.695000', '092053.705000', '092053.707000', '092053.710000', '092053.713000', '092053.715000', '092053.718000', '092053.720000', '092053.723000', '092053.725000', '092053.728000', '092053.730000', '092053.733000', '092053.736000', '092053.738000', '092053.741000', '092053.743000', '092053.746000', '092053.748000', '092053.751000', '092113.636000', '092113.638000', '092113.641000', '092113.644000', '092113.646000', '092113.649000', '092113.651000', '092113.654000', '092113.657000', '092113.659000', '092113.662000', '092113.664000', '092113.667000', '092113.670000', '092113.672000', '092113.675000', '092113.677000', '092113.680000', '092113.683000', '092113.685000', '092113.688000', '092113.690000', '092113.693000', '092113.695000', '092113.698000', '092113.701000', '092113.703000', '092113.716000', '092113.718000', '092113.721000', '092113.724000', '092113.726000', '092113.729000', '092113.731000', '092113.734000', '092113.737000', '092113.739000', '092113.742000', '092113.744000', '092113.747000', '092113.750000', '092113.752000', '092113.755000', '092113.757000', '092133.635000', '092133.638000', '092133.641000', '092133.644000', '092133.646000', '092133.649000', '092133.651000', '092133.654000', '092133.656000', '092133.659000', '092133.662000', '092133.664000', '092133.667000', '092133.669000', '092133.672000', '092133.674000', '092133.677000', '092133.680000', '092133.682000', '092133.685000', '092133.687000', '092133.690000', '092133.693000', '092133.695000', '092133.698000', '092133.700000', '092133.703000', '092133.706000', '092133.708000', '092133.711000', '092133.713000', '092133.716000', '092133.718000', '092133.721000', '092133.724000', '092133.726000', '092133.729000', '092133.731000', '092133.734000', '092133.737000', '092133.739000', '092133.747000', '092133.749000', '092153.635000', '092153.638000', '092153.641000', '092153.643000', '092153.646000', '092153.649000', '092153.651000', '092153.654000', '092153.656000', '092153.659000', '092153.662000', '092153.664000', '092153.667000', '092153.670000', '092153.672000', '092153.675000', '092153.677000', '092153.680000', '092153.683000', '092153.685000', '092153.688000', '092153.690000', '092153.693000', '092153.695000', '092153.698000', '092153.700000', '092153.703000', '092153.706000', '092153.708000', '092153.711000', '092153.714000', '092153.716000', '092153.719000', '092153.721000', '092153.724000', '092153.726000', '092153.729000', '092153.732000', '092153.734000', '092153.737000', '092153.739000', '092153.742000', '092153.745000', '092213.635000', '092213.638000', '092213.641000', '092213.643000', '092213.646000', '092213.648000', '092213.651000', '092213.654000', '092213.656000', '092213.659000', '092213.661000', '092213.664000', '092213.666000', '092213.669000', '092213.672000', '092213.674000', '092213.677000', '092213.679000', '092213.682000', '092213.684000', '092213.687000', '092213.689000', '092213.692000', '092213.695000', '092213.697000', '092213.700000', '092213.702000', '092213.705000', '092213.707000', '092213.710000', '092213.712000', '092213.715000', '092213.718000', '092213.720000', '092213.723000', '092213.725000', '092213.737000', '092213.739000', '092213.742000', '092213.745000', '092213.747000', '092213.750000', '092213.752000', '092213.755000', '092233.635000', '092233.638000', '092233.641000', '092233.643000', '092233.646000', '092233.648000', '092233.651000', '092233.654000', '092233.656000', '092233.659000', '092233.661000', '092233.664000', '092233.666000', '092233.669000', '092233.671000', '092233.674000', '092233.677000', '092233.679000', '092233.682000', '092233.685000', '092233.687000', '092233.690000', '092233.692000', '092233.695000', '092233.697000', '092233.700000', '092233.703000', '092233.705000', '092233.708000', '092233.710000', '092233.713000', '092233.715000', '092233.718000', '092233.721000', '092233.723000', '092233.726000', '092233.728000', '092233.731000', '092233.733000', '092233.736000', '092233.739000', '092233.741000', '092233.744000', '092253.636000', '092253.639000', '092253.642000', '092253.644000', '092253.647000', '092253.650000', '092253.652000', '092253.655000', '092253.657000', '092253.660000', '092253.663000', '092253.665000', '092253.668000', '092253.670000', '092253.673000', '092253.675000', '092253.678000', '092253.680000', '092253.683000', '092253.685000', '092253.688000', '092253.691000', '092253.693000', '092253.696000', '092253.698000', '092253.701000', '092253.704000', '092253.706000', '092253.709000', '092253.715000', '092253.718000', '092253.720000', '092253.723000', '092253.725000', '092253.728000', '092253.730000', '092253.733000', '092253.736000', '092253.738000', '092253.741000', '092253.743000', '092253.752000', '092253.755000', '092253.758000', '092313.636000', '092313.639000', '092313.641000', '092313.644000', '092313.647000', '092313.650000', '092313.653000', '092313.655000', '092313.658000', '092313.661000', '092313.664000', '092313.666000', '092313.669000', '092313.672000', '092313.675000', '092313.678000', '092313.680000', '092313.683000', '092313.686000', '092313.689000', '092313.692000', '092313.695000', '092313.698000', '092313.700000', '092313.703000', '092313.705000', '092313.708000', '092313.711000', '092313.713000', '092313.716000', '092313.718000', '092313.721000', '092313.723000', '092313.726000', '092313.729000', '092313.731000', '092313.734000', '092313.736000', '092313.739000', '092313.742000', '092313.744000', '092313.747000', '092313.749000', '092333.635000', '092333.638000', '092333.641000', '092333.644000', '092333.646000', '092333.649000', '092333.651000', '092333.654000', '092333.657000', '092333.659000', '092333.662000', '092333.664000', '092333.667000', '092333.669000', '092333.672000', '092333.674000', '092333.677000', '092333.680000', '092333.682000', '092333.685000', '092333.687000', '092333.690000', '092333.692000', '092333.695000', '092333.698000', '092333.700000', '092333.703000', '092333.705000', '092333.708000', '092333.711000', '092333.713000', '092333.716000', '092333.729000', '092333.732000', '092333.734000', '092333.737000', '092333.739000', '092333.742000', '092333.745000', '092333.747000', '092333.750000', '092333.752000', '092333.755000', '092333.758000', '092353.636000', '092353.639000', '092353.641000', '092353.644000', '092353.647000', '092353.649000', '092353.652000', '092353.654000', '092353.657000', '092353.660000', '092353.662000', '092353.665000', '092353.668000', '092353.672000', '092353.674000', '092353.677000', '092353.679000', '092353.682000', '092353.685000', '092353.687000', '092353.690000', '092353.692000', '092353.695000', '092353.697000', '092353.700000', '092353.703000', '092353.705000', '092353.708000', '092353.710000', '092353.713000', '092353.715000', '092353.718000', '092353.721000', '092353.724000', '092353.726000', '092353.729000', '092353.731000', '092353.734000', '092353.736000', '092353.739000', '092353.742000', '092353.744000', '092353.747000', '092413.636000', '092413.638000', '092413.641000', '092413.644000', '092413.646000', '092413.649000', '092413.651000', '092413.662000', '092413.664000', '092413.667000', '092413.669000', '092413.672000', '092413.675000', '092413.677000', '092413.680000', '092413.682000', '092413.685000', '092413.687000', '092413.690000', '092413.693000', '092413.695000', '092413.698000', '092413.700000', '092413.703000', '092413.705000', '092413.708000', '092413.710000', '092413.713000', '092413.716000', '092413.718000', '092413.721000', '092413.723000', '092413.726000', '092413.728000', '092413.731000', '092413.734000', '092413.736000', '092413.739000', '092413.741000', '092413.744000', '092413.746000', '092413.749000', '092413.752000', '092413.754000', '092433.635000', '092433.638000', '092433.641000', '092433.643000', '092433.646000', '092433.648000', '092433.651000', '092433.654000', '092433.656000', '092433.659000', '092433.661000', '092433.664000', '092433.666000', '092433.669000', '092433.672000', '092433.675000', '092433.677000', '092433.680000', '092433.683000', '092433.685000', '092433.688000', '092433.690000', '092433.693000', '092433.696000', '092433.698000', '092433.701000', '092433.703000', '092433.706000', '092433.708000', '092433.711000', '092433.714000', '092433.716000', '092433.719000', '092433.721000', '092433.724000', '092433.726000', '092433.729000', '092433.732000', '092433.734000', '092433.737000', '092433.739000', '092433.742000', '092433.744000', '092453.635000', '092453.638000', '092453.641000', '092453.643000', '092453.646000', '092453.649000', '092453.651000', '092453.654000', '092453.656000', '092453.659000', '092453.661000', '092453.664000', '092453.666000', '092453.669000', '092453.672000', '092453.674000', '092453.677000', '092453.679000', '092453.682000', '092453.684000', '092453.687000', '092453.690000', '092453.692000', '092453.695000', '092453.697000', '092453.700000', '092453.703000', '092453.705000', '092453.708000', '092453.716000', '092453.718000', '092453.721000', '092453.723000', '092453.726000', '092453.728000', '092453.731000', '092453.734000', '092453.736000', '092453.739000', '092453.741000', '092453.744000', '092453.746000', '092453.749000', '092453.752000', '092456.220000', '092456.223000', '092456.226000', '092456.229000', '092456.231000', '092456.234000'], 'InstanceCreationTime': ['091633.665000', '091633.668000', '091633.671000', '091633.674000', '091633.676000', '091633.679000', '091633.681000', '091633.684000', '091633.686000', '091633.689000', '091633.691000', '091633.694000', '091633.697000', '091633.699000', '091633.702000', '091633.704000', '091633.709000', '091633.711000', '091633.714000', '091633.717000', '091633.719000', '091633.722000', '091633.724000', '091633.727000', '091633.729000', '091633.732000', '091633.734000', '091633.737000', '091633.739000', '091633.742000', '091633.744000', '091633.747000', '091633.750000', '091633.752000', '091633.755000', '091633.757000', '091633.760000', '091633.762000', '091633.765000', '091633.767000', '091633.770000', '091633.773000', '091633.775000', '091633.778000', '091633.780000', '091633.783000', '091633.785000', '091633.788000', '091633.790000', '091633.793000', '091633.801000', '091633.804000', '091633.806000', '091633.809000', '091633.811000', '091633.814000', '091633.816000', '091633.819000', '091633.821000', '091633.824000', '091633.827000', '091633.829000', '091633.832000', '091653.635000', '091653.638000', '091653.641000', '091653.643000', '091653.646000', '091653.648000', '091653.651000', '091653.654000', '091653.656000', '091653.659000', '091653.661000', '091653.664000', '091653.667000', '091653.669000', '091653.672000', '091653.674000', '091653.677000', '091653.679000', '091653.682000', '091653.684000', '091653.687000', '091653.690000', '091653.692000', '091653.695000', '091653.697000', '091653.700000', '091653.702000', '091653.705000', '091653.707000', '091653.710000', '091653.713000', '091653.715000', '091653.718000', '091653.720000', '091653.723000', '091653.725000', '091653.728000', '091653.730000', '091653.733000', '091653.736000', '091653.738000', '091653.741000', '091653.743000', '091713.635000', '091713.638000', '091713.641000', '091713.643000', '091713.646000', '091713.648000', '091713.651000', '091713.654000', '091713.656000', '091713.659000', '091713.661000', '091713.664000', '091713.666000', '091713.669000', '091713.671000', '091713.674000', '091713.676000', '091713.679000', '091713.682000', '091713.684000', '091713.687000', '091713.689000', '091713.692000', '091713.694000', '091713.697000', '091713.700000', '091713.702000', '091713.705000', '091713.707000', '091713.710000', '091713.712000', '091713.715000', '091713.717000', '091713.720000', '091713.723000', '091713.725000', '091713.728000', '091713.730000', '091713.733000', '091713.735000', '091713.738000', '091713.741000', '091713.743000', '091713.746000', '091733.635000', '091733.638000', '091733.641000', '091733.643000', '091733.646000', '091733.649000', '091733.651000', '091733.654000', '091733.656000', '091733.659000', '091733.662000', '091733.665000', '091733.668000', '091733.671000', '091733.673000', '091733.676000', '091733.678000', '091733.681000', '091733.684000', '091733.686000', '091733.689000', '091733.691000', '091733.694000', '091733.696000', '091733.699000', '091733.702000', '091733.704000', '091733.707000', '091733.711000', '091733.713000', '091733.716000', '091733.719000', '091733.721000', '091733.724000', '091733.726000', '091733.729000', '091733.732000', '091733.734000', '091733.737000', '091733.739000', '091733.742000', '091733.744000', '091733.747000', '091753.635000', '091753.638000', '091753.641000', '091753.643000', '091753.646000', '091753.648000', '091753.651000', '091753.653000', '091753.656000', '091753.659000', '091753.661000', '091753.664000', '091753.666000', '091753.669000', '091753.671000', '091753.674000', '091753.677000', '091753.680000', '091753.711000', '091753.714000', '091753.716000', '091753.719000', '091753.721000', '091753.724000', '091753.726000', '091753.729000', '091753.732000', '091753.734000', '091753.737000', '091753.739000', '091753.742000', '091753.744000', '091753.747000', '091753.749000', '091753.752000', '091753.755000', '091753.757000', '091753.760000', '091753.762000', '091753.765000', '091753.767000', '091753.770000', '091753.772000', '091753.775000', '091813.637000', '091813.639000', '091813.642000', '091813.645000', '091813.647000', '091813.650000', '091813.652000', '091813.655000', '091813.657000', '091813.660000', '091813.662000', '091813.665000', '091813.668000', '091813.670000', '091813.673000', '091813.675000', '091813.678000', '091813.680000', '091813.683000', '091813.686000', '091813.688000', '091813.691000', '091813.693000', '091813.696000', '091813.698000', '091813.701000', '091813.703000', '091813.706000', '091813.709000', '091813.711000', '091813.714000', '091813.716000', '091813.719000', '091813.721000', '091813.724000', '091813.727000', '091813.729000', '091813.732000', '091813.734000', '091813.737000', '091813.740000', '091813.742000', '091813.745000', '091833.635000', '091833.638000', '091833.641000', '091833.643000', '091833.646000', '091833.649000', '091833.651000', '091833.654000', '091833.656000', '091833.659000', '091833.661000', '091833.664000', '091833.666000', '091833.669000', '091833.672000', '091833.674000', '091833.677000', '091833.679000', '091833.682000', '091833.684000', '091833.687000', '091833.690000', '091833.692000', '091833.695000', '091833.697000', '091833.700000', '091833.703000', '091833.705000', '091833.708000', '091833.710000', '091833.713000', '091833.716000', '091833.718000', '091833.721000', '091833.723000', '091833.726000', '091833.729000', '091833.731000', '091833.734000', '091833.736000', '091833.739000', '091833.741000', '091833.744000', '091833.746000', '091853.635000', '091853.638000', '091853.641000', '091853.677000', '091853.679000', '091853.682000', '091853.684000', '091853.687000', '091853.690000', '091853.692000', '091853.695000', '091853.697000', '091853.700000', '091853.702000', '091853.705000', '091853.708000', '091853.710000', '091853.713000', '091853.716000', '091853.718000', '091853.721000', '091853.723000', '091853.726000', '091853.729000', '091853.731000', '091853.734000', '091853.736000', '091853.739000', '091853.741000', '091853.744000', '091853.747000', '091853.751000', '091853.754000', '091853.756000', '091853.759000', '091853.761000', '091853.764000', '091853.767000', '091853.769000', '091853.772000', '091853.774000', '091853.777000', '091853.779000', '091913.635000', '091913.638000', '091913.641000', '091913.643000', '091913.646000', '091913.649000', '091913.651000', '091913.654000', '091913.656000', '091913.659000', '091913.661000', '091913.664000', '091913.667000', '091913.669000', '091913.672000', '091913.675000', '091913.677000', '091913.680000', '091913.682000', '091913.685000', '091913.687000', '091913.690000', '091913.693000', '091913.695000', '091913.698000', '091913.700000', '091913.703000', '091913.705000', '091913.708000', '091913.711000', '091913.713000', '091913.716000', '091913.718000', '091913.721000', '091913.724000', '091913.726000', '091913.729000', '091913.731000', '091913.734000', '091913.736000', '091913.739000', '091913.742000', '091913.744000', '091913.759000', '091933.635000', '091933.638000', '091933.641000', '091933.643000', '091933.646000', '091933.649000', '091933.651000', '091933.654000', '091933.656000', '091933.659000', '091933.661000', '091933.664000', '091933.667000', '091933.669000', '091933.672000', '091933.674000', '091933.677000', '091933.679000', '091933.682000', '091933.685000', '091933.687000', '091933.690000', '091933.692000', '091933.695000', '091933.698000', '091933.700000', '091933.703000', '091933.705000', '091933.708000', '091933.711000', '091933.714000', '091933.717000', '091933.720000', '091933.722000', '091933.725000', '091933.727000', '091933.730000', '091933.733000', '091933.735000', '091933.738000', '091933.741000', '091933.743000', '091933.746000', '091953.636000', '091953.638000', '091953.641000', '091953.644000', '091953.646000', '091953.649000', '091953.651000', '091953.654000', '091953.656000', '091953.659000', '091953.662000', '091953.664000', '091953.667000', '091953.669000', '091953.672000', '091953.675000', '091953.677000', '091953.680000', '091953.682000', '091953.685000', '091953.687000', '091953.690000', '091953.693000', '091953.695000', '091953.698000', '091953.700000', '091953.703000', '091953.706000', '091953.708000', '091953.711000', '091953.713000', '091953.716000', '091953.718000', '091953.721000', '091953.724000', '091953.726000', '091953.729000', '091953.731000', '091953.734000', '091953.736000', '091953.739000', '091953.741000', '091953.744000', '091953.747000', '092013.635000', '092013.638000', '092013.641000', '092013.643000', '092013.646000', '092013.648000', '092013.651000', '092013.654000', '092013.656000', '092013.659000', '092013.661000', '092013.664000', '092013.667000', '092013.669000', '092013.672000', '092013.674000', '092013.677000', '092013.679000', '092013.682000', '092013.685000', '092013.687000', '092013.690000', '092013.692000', '092013.695000', '092013.697000', '092013.700000', '092013.703000', '092013.705000', '092013.708000', '092013.710000', '092013.713000', '092013.715000', '092013.718000', '092013.721000', '092013.723000', '092013.726000', '092013.728000', '092013.731000', '092013.733000', '092013.736000', '092013.739000', '092013.741000', '092013.744000', '092033.636000', '092033.639000', '092033.642000', '092033.644000', '092033.647000', '092033.649000', '092033.652000', '092033.655000', '092033.657000', '092033.660000', '092033.662000', '092033.665000', '092033.667000', '092033.670000', '092033.672000', '092033.675000', '092033.678000', '092033.680000', '092033.683000', '092033.685000', '092033.688000', '092033.691000', '092033.693000', '092033.696000', '092033.698000', '092033.701000', '092033.703000', '092033.706000', '092033.709000', '092033.711000', '092033.714000', '092033.716000', '092033.719000', '092033.721000', '092033.724000', '092033.727000', '092033.729000', '092033.732000', '092033.734000', '092033.737000', '092033.739000', '092033.742000', '092033.744000', '092033.747000', '092053.635000', '092053.638000', '092053.641000', '092053.643000', '092053.646000', '092053.648000', '092053.651000', '092053.654000', '092053.656000', '092053.659000', '092053.661000', '092053.664000', '092053.667000', '092053.669000', '092053.672000', '092053.674000', '092053.677000', '092053.680000', '092053.682000', '092053.685000', '092053.687000', '092053.690000', '092053.692000', '092053.695000', '092053.705000', '092053.707000', '092053.710000', '092053.713000', '092053.715000', '092053.718000', '092053.720000', '092053.723000', '092053.725000', '092053.728000', '092053.730000', '092053.733000', '092053.736000', '092053.738000', '092053.741000', '092053.743000', '092053.746000', '092053.748000', '092053.751000', '092113.636000', '092113.638000', '092113.641000', '092113.644000', '092113.646000', '092113.649000', '092113.651000', '092113.654000', '092113.657000', '092113.659000', '092113.662000', '092113.664000', '092113.667000', '092113.670000', '092113.672000', '092113.675000', '092113.677000', '092113.680000', '092113.683000', '092113.685000', '092113.688000', '092113.690000', '092113.693000', '092113.695000', '092113.698000', '092113.701000', '092113.703000', '092113.716000', '092113.718000', '092113.721000', '092113.724000', '092113.726000', '092113.729000', '092113.731000', '092113.734000', '092113.737000', '092113.739000', '092113.742000', '092113.744000', '092113.747000', '092113.750000', '092113.752000', '092113.755000', '092113.757000', '092133.635000', '092133.638000', '092133.641000', '092133.644000', '092133.646000', '092133.649000', '092133.651000', '092133.654000', '092133.656000', '092133.659000', '092133.662000', '092133.664000', '092133.667000', '092133.669000', '092133.672000', '092133.674000', '092133.677000', '092133.680000', '092133.682000', '092133.685000', '092133.687000', '092133.690000', '092133.693000', '092133.695000', '092133.698000', '092133.700000', '092133.703000', '092133.706000', '092133.708000', '092133.711000', '092133.713000', '092133.716000', '092133.718000', '092133.721000', '092133.724000', '092133.726000', '092133.729000', '092133.731000', '092133.734000', '092133.737000', '092133.739000', '092133.747000', '092133.749000', '092153.635000', '092153.638000', '092153.641000', '092153.643000', '092153.646000', '092153.649000', '092153.651000', '092153.654000', '092153.656000', '092153.659000', '092153.662000', '092153.664000', '092153.667000', '092153.670000', '092153.672000', '092153.675000', '092153.677000', '092153.680000', '092153.683000', '092153.685000', '092153.688000', '092153.690000', '092153.693000', '092153.695000', '092153.698000', '092153.700000', '092153.703000', '092153.706000', '092153.708000', '092153.711000', '092153.714000', '092153.716000', '092153.719000', '092153.721000', '092153.724000', '092153.726000', '092153.729000', '092153.732000', '092153.734000', '092153.737000', '092153.739000', '092153.742000', '092153.745000', '092213.635000', '092213.638000', '092213.641000', '092213.643000', '092213.646000', '092213.648000', '092213.651000', '092213.654000', '092213.656000', '092213.659000', '092213.661000', '092213.664000', '092213.666000', '092213.669000', '092213.672000', '092213.674000', '092213.677000', '092213.679000', '092213.682000', '092213.684000', '092213.687000', '092213.689000', '092213.692000', '092213.695000', '092213.697000', '092213.700000', '092213.702000', '092213.705000', '092213.707000', '092213.710000', '092213.712000', '092213.715000', '092213.718000', '092213.720000', '092213.723000', '092213.725000', '092213.737000', '092213.739000', '092213.742000', '092213.745000', '092213.747000', '092213.750000', '092213.752000', '092213.755000', '092233.635000', '092233.638000', '092233.641000', '092233.643000', '092233.646000', '092233.648000', '092233.651000', '092233.654000', '092233.656000', '092233.659000', '092233.661000', '092233.664000', '092233.666000', '092233.669000', '092233.671000', '092233.674000', '092233.677000', '092233.679000', '092233.682000', '092233.685000', '092233.687000', '092233.690000', '092233.692000', '092233.695000', '092233.697000', '092233.700000', '092233.703000', '092233.705000', '092233.708000', '092233.710000', '092233.713000', '092233.715000', '092233.718000', '092233.721000', '092233.723000', '092233.726000', '092233.728000', '092233.731000', '092233.733000', '092233.736000', '092233.739000', '092233.741000', '092233.744000', '092253.636000', '092253.639000', '092253.642000', '092253.644000', '092253.647000', '092253.650000', '092253.652000', '092253.655000', '092253.657000', '092253.660000', '092253.663000', '092253.665000', '092253.668000', '092253.670000', '092253.673000', '092253.675000', '092253.678000', '092253.680000', '092253.683000', '092253.685000', '092253.688000', '092253.691000', '092253.693000', '092253.696000', '092253.698000', '092253.701000', '092253.704000', '092253.706000', '092253.709000', '092253.715000', '092253.718000', '092253.720000', '092253.723000', '092253.725000', '092253.728000', '092253.730000', '092253.733000', '092253.736000', '092253.738000', '092253.741000', '092253.743000', '092253.752000', '092253.755000', '092253.758000', '092313.636000', '092313.639000', '092313.641000', '092313.644000', '092313.647000', '092313.650000', '092313.653000', '092313.655000', '092313.658000', '092313.661000', '092313.664000', '092313.666000', '092313.669000', '092313.672000', '092313.675000', '092313.678000', '092313.680000', '092313.683000', '092313.686000', '092313.689000', '092313.692000', '092313.695000', '092313.698000', '092313.700000', '092313.703000', '092313.705000', '092313.708000', '092313.711000', '092313.713000', '092313.716000', '092313.718000', '092313.721000', '092313.723000', '092313.726000', '092313.729000', '092313.731000', '092313.734000', '092313.736000', '092313.739000', '092313.742000', '092313.744000', '092313.747000', '092313.749000', '092333.635000', '092333.638000', '092333.641000', '092333.644000', '092333.646000', '092333.649000', '092333.651000', '092333.654000', '092333.657000', '092333.659000', '092333.662000', '092333.664000', '092333.667000', '092333.669000', '092333.672000', '092333.674000', '092333.677000', '092333.680000', '092333.682000', '092333.685000', '092333.687000', '092333.690000', '092333.692000', '092333.695000', '092333.698000', '092333.700000', '092333.703000', '092333.705000', '092333.708000', '092333.711000', '092333.713000', '092333.716000', '092333.729000', '092333.732000', '092333.734000', '092333.737000', '092333.739000', '092333.742000', '092333.745000', '092333.747000', '092333.750000', '092333.752000', '092333.755000', '092333.758000', '092353.636000', '092353.639000', '092353.641000', '092353.644000', '092353.647000', '092353.649000', '092353.652000', '092353.654000', '092353.657000', '092353.660000', '092353.662000', '092353.665000', '092353.668000', '092353.672000', '092353.674000', '092353.677000', '092353.679000', '092353.682000', '092353.685000', '092353.687000', '092353.690000', '092353.692000', '092353.695000', '092353.697000', '092353.700000', '092353.703000', '092353.705000', '092353.708000', '092353.710000', '092353.713000', '092353.715000', '092353.718000', '092353.721000', '092353.724000', '092353.726000', '092353.729000', '092353.731000', '092353.734000', '092353.736000', '092353.739000', '092353.742000', '092353.744000', '092353.747000', '092413.636000', '092413.638000', '092413.641000', '092413.644000', '092413.646000', '092413.649000', '092413.651000', '092413.662000', '092413.664000', '092413.667000', '092413.669000', '092413.672000', '092413.675000', '092413.677000', '092413.680000', '092413.682000', '092413.685000', '092413.687000', '092413.690000', '092413.693000', '092413.695000', '092413.698000', '092413.700000', '092413.703000', '092413.705000', '092413.708000', '092413.710000', '092413.713000', '092413.716000', '092413.718000', '092413.721000', '092413.723000', '092413.726000', '092413.728000', '092413.731000', '092413.734000', '092413.736000', '092413.739000', '092413.741000', '092413.744000', '092413.746000', '092413.749000', '092413.752000', '092413.754000', '092433.635000', '092433.638000', '092433.641000', '092433.643000', '092433.646000', '092433.648000', '092433.651000', '092433.654000', '092433.656000', '092433.659000', '092433.661000', '092433.664000', '092433.666000', '092433.669000', '092433.672000', '092433.675000', '092433.677000', '092433.680000', '092433.683000', '092433.685000', '092433.688000', '092433.690000', '092433.693000', '092433.696000', '092433.698000', '092433.701000', '092433.703000', '092433.706000', '092433.708000', '092433.711000', '092433.714000', '092433.716000', '092433.719000', '092433.721000', '092433.724000', '092433.726000', '092433.729000', '092433.732000', '092433.734000', '092433.737000', '092433.739000', '092433.742000', '092433.744000', '092453.635000', '092453.638000', '092453.641000', '092453.643000', '092453.646000', '092453.649000', '092453.651000', '092453.654000', '092453.656000', '092453.659000', '092453.661000', '092453.664000', '092453.666000', '092453.669000', '092453.672000', '092453.674000', '092453.677000', '092453.679000', '092453.682000', '092453.684000', '092453.687000', '092453.690000', '092453.692000', '092453.695000', '092453.697000', '092453.700000', '092453.703000', '092453.705000', '092453.708000', '092453.716000', '092453.718000', '092453.721000', '092453.723000', '092453.726000', '092453.728000', '092453.731000', '092453.734000', '092453.736000', '092453.739000', '092453.741000', '092453.744000', '092453.746000', '092453.749000', '092453.752000', '092456.220000', '092456.223000', '092456.226000', '092456.229000', '092456.231000', '092456.234000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156], 'LargestImagePixelValue': [16592, 12420, 11684, 12991, 11528, 15124, 11718, 17949, 12143, 10941, 14126, 12174, 16383, 13805, 10680, 14533, 11879, 11313, 12352, 11336, 16563, 11336, 9517, 12612, 10162, 13101, 9583, 12838, 11166, 14351, 10239, 13619, 11387, 10854, 12920, 9710, 13609, 11838, 10287, 11593, 10443, 14352, 11315, 13300, 12197, 10401, 14144, 11043, 15537, 11460, 12674, 12507, 16945, 11245, 15909, 11624, 10343, 11523, 10219, 12979, 10659, 10027, 12321, 10750, 10790, 12439, 10506, 13538, 12264, 13269, 11106, 14312, 11342, 14798, 11012, 15757, 11247, 15690, 11385, 14803, 11503, 12679, 12314, 9813, 13086, 9704, 13375, 10632, 13500, 11480, 14944, 11686, 9841, 14147, 11150, 10589, 13606, 9934, 14645, 11308, 16094, 11731, 10301, 14822, 10651, 14800, 11671, 9721, 15100, 11124, 12581, 13180, 10715, 15538, 12210, 12130, 14121, 11175, 14894, 12242, 15227, 11591, 15085, 12738, 13870, 13944, 13585, 12258, 13133, 11783, 12246, 11615, 12567, 9951, 12506, 9831, 12081, 10033, 12673, 9889, 13173, 10273, 13534, 10365, 13574, 10790, 13609, 10716, 13767, 10320, 13992, 10580, 13335, 10100, 13241, 10432, 13650, 10719, 12527, 12174, 9771, 12941, 9749, 13169, 9847, 13981, 12011, 10225, 14894, 11992, 15726, 12376, 15481, 12844, 13924, 13271, 11205, 14659, 11876, 16017, 11525, 10378, 13255, 10128, 13641, 9818, 14068, 10517, 14124, 10805, 13585, 15473, 13380, 15202, 13703, 9728, 14168, 10449, 13920, 11572, 13710, 11257, 14732, 11341, 14787, 12928, 15171, 12838, 14652, 12734, 15543, 13165, 14702, 13077, 13318, 12983, 13443, 13456, 16195, 12869, 14968, 12816, 13532, 12337, 9625, 13182, 10329, 13182, 10658, 14002, 11191, 15144, 12246, 14349, 12222, 14011, 12214, 11852, 12411, 10772, 15517, 10366, 12949, 11124, 11744, 12215, 9742, 15052, 10052, 14210, 10952, 10217, 12784, 10608, 15352, 11228, 15503, 12976, 10721, 14878, 10642, 17244, 13146, 10354, 15572, 10902, 11049, 14713, 11719, 13468, 12625, 10816, 15010, 11578, 11083, 14129, 10897, 16262, 10947, 16170, 11262, 15938, 11146, 15497, 11345, 14742, 10852, 10540, 11894, 11685, 11488, 10311, 10106, 13052, 10912, 13351, 11196, 14113, 11618, 14099, 14537, 18955, 14593, 18416, 13153, 16586, 13344, 18738, 13182, 14769, 13269, 10886, 13499, 10980, 13334, 17790, 11756, 14003, 10881, 14338, 10646, 14161, 10104, 13885, 10211, 13732, 9495, 13992, 10372, 13725, 10424, 13001, 12356, 10556, 13325, 11423, 13221, 11756, 14534, 11477, 15496, 11565, 14593, 11864, 10816, 14315, 11084, 15288, 11925, 15050, 13202, 11201, 14779, 11123, 14768, 11855, 16364, 12009, 16736, 11582, 13739, 13606, 9573, 15203, 10985, 15294, 10366, 15012, 11297, 16261, 11351, 10895, 14272, 9851, 14516, 10806, 13686, 11543, 13797, 12338, 11367, 14033, 10051, 15121, 10646, 15304, 10336, 14348, 10489, 13398, 13912, 13030, 16463, 11966, 14998, 11612, 14513, 11155, 15021, 10451, 14280, 9861, 13864, 10035, 13939, 9723, 13582, 9558, 13216, 9712, 12302, 15249, 11400, 14690, 11442, 15132, 10727, 14104, 10552, 14763, 11256, 10473, 11857, 9838, 13793, 11033, 12742, 12397, 15642, 12410, 12207, 14429, 11024, 14431, 9954, 14389, 10465, 15861, 11772, 14453, 13413, 10848, 14923, 11549, 16090, 11896, 16519, 11153, 16295, 11683, 15685, 11422, 14741, 11163, 14962, 10691, 14874, 10108, 14447, 10855, 14072, 15578, 13560, 15949, 12858, 15030, 11832, 14720, 10929, 14179, 11093, 14073, 11627, 14521, 12310, 11675, 12871, 10523, 14185, 10851, 13031, 11801, 12063, 13682, 10414, 14779, 10334, 14262, 12230, 13903, 12595, 15049, 13024, 16878, 12945, 16794, 12293, 17118, 12485, 11289, 13685, 11344, 14321, 11812, 15081, 11290, 16471, 11480, 15876, 11978, 17315, 11795, 14580, 12792, 11348, 13517, 12190, 13524, 16414, 11860, 15766, 10579, 14834, 11378, 13646, 10459, 13663, 10640, 13262, 9320, 12335, 14458, 11675, 14850, 11423, 13878, 11266, 13340, 11300, 12636, 11191, 10147, 12380, 9504, 13544, 11392, 9600, 12531, 10391, 12842, 11506, 9331, 12856, 10624, 15264, 11581, 17200, 12236, 17098, 11534, 17203, 12744, 17422, 13646, 12388, 15795, 10483, 12133, 11161, 10526, 14355, 11219, 14281, 13072, 11792, 16568, 12322, 12832, 14268, 11524, 15114, 14656, 14771, 15660, 14418, 16898, 13836, 18050, 12283, 18201, 11476, 14481, 11312, 13093, 13087, 10312, 12169, 9991, 11451, 10749, 12862, 11935, 13031, 11965, 13433, 11986, 11490, 13158, 15506, 12075, 15470, 11768, 14684, 12537, 14426, 12144, 15486, 12027, 17044, 12291, 15738, 12095, 11235, 13848, 14440, 12479, 13413, 12348, 11722, 13686, 12000, 14539, 11654, 14633, 12078, 13961, 11683, 11986, 13207, 11857, 18756, 11893, 10542, 14257, 16648, 12476, 15552, 11605, 13675, 11293, 15437, 11393, 11320, 12193, 11946, 11958, 10341, 10497, 12384, 11481, 15176, 12088, 13941, 13627, 10879, 15081, 12089, 15280, 12132, 15378, 12093, 15588, 12215, 15567, 12647, 15851, 11763, 14512, 11839, 13743, 11810, 9872, 12045, 10204, 12693, 11260, 13837, 12171, 15114, 11703, 15414, 11210, 15137, 11086, 15283, 11170, 14835, 11265, 14645, 11586, 14252, 11311, 13692, 11489, 13917, 11741, 9781, 12789, 10925, 11569, 11945, 14286, 10361, 14759, 10843, 14532, 10567, 13990, 10310, 13634, 10223, 14234, 10692, 14522, 10258, 14719, 10439, 14230, 10623, 13807, 10885, 16784, 11484, 14889, 11246, 15237, 11176, 15275, 11208, 13449, 12499, 9315, 12604, 9687, 12871, 10586, 14344, 10376, 14824, 11282, 13726, 11853, 12306, 12510, 9676, 13869, 9946, 13970, 12742, 13253, 13846, 13003, 12638, 13345, 13944, 13495, 13281, 13626, 10756, 13638, 10652, 13573, 10612, 13811, 11533, 14887, 10792, 13690, 11258, 13471, 10545, 13330, 11690, 13588, 12088, 11402, 15906, 13957, 16292, 11385, 13129, 12894, 11037, 15464, 11393, 10133, 14125, 10573, 15171, 11896, 15406, 12375, 14711, 13059, 12459, 15357, 10512, 15364, 11545, 11798, 10782, 11525, 12502, 10477, 11517, 14327, 12797, 13063, 14288, 16989, 12293, 17350, 12121, 16165, 12716, 15187, 15978, 13334, 18115, 11659, 15137, 12121, 14029, 11868, 13126, 10975, 12394, 11363, 12171, 10081, 11862, 10063, 12222, 10944, 12364, 10024, 12221, 13913, 11702, 13770, 11648, 15262, 11713, 14645, 10664, 13501, 11381, 12296, 14623, 11648, 14225, 11520, 9701, 12834, 9672, 12975, 11420, 10544, 11745, 9932, 12972, 9920, 13736, 9872, 13911, 10425, 13628, 12661, 14021, 12320, 15162, 11204, 12783, 12471, 12648, 13487, 15211, 13005, 15650, 12119, 15341, 11929, 13502, 12363, 13137, 12964, 12034, 13646, 12018, 14785, 11713, 14763, 11477, 15529, 11529, 15552, 11723, 13578, 15660, 11853, 14982, 11710, 14043, 11279, 13252, 11221, 12439, 10994, 12302, 10967, 11782, 10283, 12666, 10855, 13175, 11457, 12496, 11712, 13100, 11500, 13495, 10023, 12440, 11327, 14041, 11298, 16242, 11207, 10904, 13182, 11901, 14788, 11173, 13599, 11748, 12177, 12926, 17010, 12560, 16470, 13221, 16512, 12251, 15121, 11709, 14609, 10910, 14589, 10358, 13684, 10933, 14784, 12010, 14165, 12406, 14230, 12668, 14625, 12274, 15926, 13386, 15633, 12033, 10357, 14442, 11981, 14930, 13796, 15885, 13197, 16101, 13681, 15911, 12898, 15937, 13929, 15961, 13093, 14999, 13775, 14621, 13752, 14483, 13318, 14456, 13837, 14238, 12505, 14477, 13330, 14666, 11320, 14753, 16656, 14719, 15834, 14029, 15703, 13535, 15851, 13759, 15318, 13245, 15051, 13219, 15007, 13016, 14531, 12807, 14525, 12733, 14468, 14058, 15427, 14144, 15044, 14144, 15384, 13706, 17101, 13495, 11972, 14746, 12488, 15816, 13528, 16565, 11349, 12294, 13328, 13623, 12275, 11647, 11920, 13579, 11827, 12917, 16791, 11907, 18129, 14498, 19554, 14010, 19377, 15301, 13120, 16782, 12372, 15417, 12494, 14267, 12713, 17729, 12483, 16138, 13153, 14255, 12333, 13699, 12262, 13576, 11749, 13444, 11668, 13606, 11080, 14047, 10433, 13646, 13830, 12593, 15448, 12628, 14361, 12791, 10773, 12404, 9751, 12479, 13611, 12302, 13091, 12242, 13807, 13731, 16966, 10890, 15381, 11965, 15685, 12199, 13339, 11641, 11422, 13246, 11083, 14545, 11945, 14891, 12536, 16276, 13172, 15198, 14119, 15436, 13483, 15067, 13309, 13901, 13688, 12564, 13829, 12544, 13943, 12056, 13612, 12715, 13581, 14510, 13463, 15414, 13064, 14871, 13122, 13995, 12873, 11870, 12648, 9556, 12964, 11672, 12903, 13456, 12990, 13005, 13506, 15412, 12922, 14749, 12339, 14974, 11880, 17215, 12955, 16272, 11757], 'WindowCenter': [5064.0, 5012.0, 4998.0, 5020.0, 4974.0, 4982.0, 4948.0, 4968.0, 4942.0, 4948.0, 4978.0, 4969.0, 4986.0, 4968.0, 4953.0, 4966.0, 4930.0, 4918.0, 4941.0, 4945.0, 4985.0, 4947.0, 4939.0, 4967.0, 4951.0, 4980.0, 4926.0, 4952.0, 4934.0, 4962.0, 4925.0, 4962.0, 4957.0, 4947.0, 4951.0, 4913.0, 4961.0, 4962.0, 4916.0, 4949.0, 4937.0, 4964.0, 4951.0, 4953.0, 4953.0, 4972.0, 5004.0, 4972.0, 4988.0, 4957.0, 4964.0, 4956.0, 4994.0, 4947.0, 4986.0, 4957.0, 4951.0, 4969.0, 4949.0, 4977.0, 4946.0, 4950.0, 4979.0, 4971.0, 4972.0, 5047.0, 5000.0, 5018.0, 4982.0, 4983.0, 4964.0, 4992.0, 4949.0, 4976.0, 4935.0, 4961.0, 4933.0, 4962.0, 4944.0, 4961.0, 4943.0, 4953.0, 4953.0, 4922.0, 4952.0, 4912.0, 4952.0, 4933.0, 4976.0, 4970.0, 5001.0, 4981.0, 4950.0, 4975.0, 4946.0, 4934.0, 4965.0, 4936.0, 4986.0, 4958.0, 4985.0, 4969.0, 4961.0, 5014.0, 4991.0, 5030.0, 5001.0, 4958.0, 4978.0, 4932.0, 4940.0, 4965.0, 4951.0, 4989.0, 4970.0, 4969.0, 4977.0, 4947.0, 4974.0, 4946.0, 4974.0, 4934.0, 4962.0, 4940.0, 4953.0, 4939.0, 4939.0, 4915.0, 4937.0, 4915.0, 4926.0, 4916.0, 4937.0, 4909.0, 4951.0, 4921.0, 4943.0, 4925.0, 4953.0, 4925.0, 4953.0, 4935.0, 4953.0, 4925.0, 4955.0, 4935.0, 4962.0, 4934.0, 4961.0, 4925.0, 4963.0, 4935.0, 4953.0, 4925.0, 4965.0, 4947.0, 4975.0, 4948.0, 4965.0, 4971.0, 4951.0, 4981.0, 4940.0, 4980.0, 4953.0, 5004.0, 4984.0, 4964.0, 5005.0, 4986.0, 5004.0, 4984.0, 5002.0, 4984.0, 4980.0, 4983.0, 4962.0, 4990.0, 4961.0, 4989.0, 4957.0, 4938.0, 4968.0, 4938.0, 4967.0, 4928.0, 4967.0, 4936.0, 4967.0, 4937.0, 4968.0, 4976.0, 4970.0, 4972.0, 4952.0, 4904.0, 4952.0, 4924.0, 4961.0, 4946.0, 4964.0, 4946.0, 4991.0, 4965.0, 4979.0, 4973.0, 4979.0, 4943.0, 4948.0, 4941.0, 4959.0, 4954.0, 4961.0, 4954.0, 4951.0, 4954.0, 4951.0, 4953.0, 4971.0, 4953.0, 4960.0, 4952.0, 4951.0, 4952.0, 4913.0, 4952.0, 4935.0, 4963.0, 4936.0, 4965.0, 4947.0, 4986.0, 4968.0, 4986.0, 4982.0, 4967.0, 4960.0, 4935.0, 4948.0, 4927.0, 4976.0, 4911.0, 4954.0, 4977.0, 4983.0, 4969.0, 4938.0, 4985.0, 4936.0, 4974.0, 4958.0, 4948.0, 4980.0, 4962.0, 5001.0, 4974.0, 5001.0, 4981.0, 4950.0, 4989.0, 4948.0, 5008.0, 5007.0, 4977.0, 4999.0, 4961.0, 4986.0, 5018.0, 5000.0, 4994.0, 4958.0, 4939.0, 4975.0, 4935.0, 4933.0, 4964.0, 4935.0, 4974.0, 4934.0, 4971.0, 4936.0, 4972.0, 4933.0, 4962.0, 4935.0, 4972.0, 4946.0, 4936.0, 4943.0, 4942.0, 4932.0, 4925.0, 4936.0, 4968.0, 4950.0, 4967.0, 4952.0, 4969.0, 4952.0, 4970.0, 4995.0, 5014.0, 4984.0, 5000.0, 4959.0, 4976.0, 4954.0, 4984.0, 4953.0, 4964.0, 4954.0, 4925.0, 4956.0, 4934.0, 4969.0, 4981.0, 4941.0, 4949.0, 4919.0, 4948.0, 4919.0, 4951.0, 4910.0, 4938.0, 4921.0, 4950.0, 4922.0, 4975.0, 4949.0, 4975.0, 4951.0, 4969.0, 4983.0, 4964.0, 4980.0, 4960.0, 4979.0, 4971.0, 4978.0, 4960.0, 4974.0, 4958.0, 4965.0, 4957.0, 4947.0, 4977.0, 4947.0, 4985.0, 4959.0, 4987.0, 4968.0, 4946.0, 4975.0, 4947.0, 4963.0, 4944.0, 4970.0, 4958.0, 4988.0, 4933.0, 4938.0, 4940.0, 4901.0, 4960.0, 4926.0, 4962.0, 4940.0, 4966.0, 4937.0, 4962.0, 4950.0, 4937.0, 4965.0, 4926.0, 4975.0, 4938.0, 4965.0, 4950.0, 4955.0, 4956.0, 4945.0, 4964.0, 4925.0, 4964.0, 4926.0, 4963.0, 4926.0, 4964.0, 4922.0, 4956.0, 4953.0, 4956.0, 4973.0, 4945.0, 4963.0, 4934.0, 4947.0, 4922.0, 4958.0, 4922.0, 4962.0, 4923.0, 4964.0, 4928.0, 4964.0, 4928.0, 4964.0, 4918.0, 4955.0, 4916.0, 4957.0, 4975.0, 4950.0, 4966.0, 4950.0, 4991.0, 5015.0, 5019.0, 4975.0, 5004.0, 4987.0, 4962.0, 4970.0, 4939.0, 4980.0, 4965.0, 4983.0, 4998.0, 5028.0, 4988.0, 4973.0, 4994.0, 4963.0, 5007.0, 4942.0, 4993.0, 4940.0, 4975.0, 4946.0, 4966.0, 4967.0, 4947.0, 4976.0, 4949.0, 4974.0, 4948.0, 4986.0, 4937.0, 4976.0, 4935.0, 4962.0, 4933.0, 4951.0, 4922.0, 4948.0, 4907.0, 4937.0, 4900.0, 4938.0, 4919.0, 4952.0, 4949.0, 4941.0, 4950.0, 4931.0, 4937.0, 4920.0, 4936.0, 4909.0, 4936.0, 4919.0, 4948.0, 4934.0, 4963.0, 4930.0, 4962.0, 4943.0, 4899.0, 4939.0, 4910.0, 4928.0, 4960.0, 4960.0, 4971.0, 4943.0, 4980.0, 4932.0, 4968.0, 4947.0, 4967.0, 4946.0, 4969.0, 4960.0, 4978.0, 4945.0, 4961.0, 4933.0, 4962.0, 4932.0, 4922.0, 4952.0, 4922.0, 4952.0, 4932.0, 4953.0, 4925.0, 4973.0, 4947.0, 4962.0, 4946.0, 4973.0, 4932.0, 4950.0, 4931.0, 4919.0, 4941.0, 4931.0, 4941.0, 4960.0, 4930.0, 4960.0, 4912.0, 4950.0, 4932.0, 4939.0, 4911.0, 4939.0, 4911.0, 4940.0, 4901.0, 4942.0, 4949.0, 4934.0, 4961.0, 4946.0, 4953.0, 4934.0, 4950.0, 4945.0, 4955.0, 4959.0, 4938.0, 4970.0, 4939.0, 4990.0, 4975.0, 4953.0, 4980.0, 4953.0, 4980.0, 4975.0, 4958.0, 4998.0, 4967.0, 5005.0, 4977.0, 5026.0, 4990.0, 5015.0, 4966.0, 5030.0, 5030.0, 5028.0, 4984.0, 4961.0, 4992.0, 4978.0, 4970.0, 4948.0, 4937.0, 4961.0, 4946.0, 4977.0, 4968.0, 4959.0, 4985.0, 4959.0, 4946.0, 4966.0, 4935.0, 4965.0, 4952.0, 4964.0, 4964.0, 4953.0, 4971.0, 4955.0, 4957.0, 4918.0, 4955.0, 4918.0, 4937.0, 4919.0, 4928.0, 4929.0, 4914.0, 4946.0, 4925.0, 4949.0, 4910.0, 4929.0, 4921.0, 4943.0, 4934.0, 4953.0, 4947.0, 4947.0, 4980.0, 4988.0, 4956.0, 4975.0, 4945.0, 4964.0, 4958.0, 4965.0, 4958.0, 4977.0, 4946.0, 4986.0, 4943.0, 4962.0, 4932.0, 4921.0, 4952.0, 4950.0, 4954.0, 4951.0, 4939.0, 4929.0, 4948.0, 4969.0, 5047.0, 5030.0, 5033.0, 4975.0, 4976.0, 4933.0, 4933.0, 4952.0, 4934.0, 4982.0, 4935.0, 4923.0, 4965.0, 4960.0, 4943.0, 4960.0, 4901.0, 4896.0, 4903.0, 4945.0, 4930.0, 4946.0, 4942.0, 4928.0, 4925.0, 4921.0, 4934.0, 4966.0, 4959.0, 4986.0, 4969.0, 4976.0, 4976.0, 4948.0, 4990.0, 4960.0, 4978.0, 4947.0, 4948.0, 4929.0, 4947.0, 4918.0, 4960.0, 4941.0, 4959.0, 4932.0, 4951.0, 4931.0, 4936.0, 4930.0, 4898.0, 4944.0, 4924.0, 4953.0, 4934.0, 4964.0, 4946.0, 4964.0, 4947.0, 4964.0, 4934.0, 4961.0, 4921.0, 4959.0, 4922.0, 4950.0, 4922.0, 4950.0, 4934.0, 4960.0, 4945.0, 4951.0, 4931.0, 4949.0, 4932.0, 4912.0, 4941.0, 4936.0, 4957.0, 4971.0, 4991.0, 4951.0, 4978.0, 4951.0, 4976.0, 4937.0, 4965.0, 4926.0, 4965.0, 4938.0, 4977.0, 4937.0, 4966.0, 4937.0, 4974.0, 4937.0, 4965.0, 4938.0, 4977.0, 4948.0, 4983.0, 4946.0, 4975.0, 4948.0, 4987.0, 4950.0, 4987.0, 4949.0, 4965.0, 4957.0, 4916.0, 4957.0, 4930.0, 4982.0, 4963.0, 5002.0, 4965.0, 4991.0, 4940.0, 4968.0, 4960.0, 4957.0, 4969.0, 4941.0, 4982.0, 4954.0, 4994.0, 4957.0, 4946.0, 4930.0, 4929.0, 4916.0, 4940.0, 4953.0, 4966.0, 4966.0, 4966.0, 4936.0, 4967.0, 4924.0, 4966.0, 4926.0, 4953.0, 4933.0, 4949.0, 4908.0, 4926.0, 4920.0, 4940.0, 4925.0, 4942.0, 4936.0, 4955.0, 4957.0, 4943.0, 4954.0, 5018.0, 5000.0, 4976.0, 5007.0, 4997.0, 4974.0, 5001.0, 4961.0, 4939.0, 4969.0, 4949.0, 4978.0, 4960.0, 4978.0, 4959.0, 4965.0, 4957.0, 4947.0, 4966.0, 4926.0, 4964.0, 4960.0, 4946.0, 4948.0, 4935.0, 4943.0, 4928.0, 4935.0, 4968.0, 4971.0, 4969.0, 4982.0, 4977.0, 4948.0, 4974.0, 4933.0, 4962.0, 4930.0, 4940.0, 4947.0, 4927.0, 4956.0, 4907.0, 4934.0, 4905.0, 4924.0, 4902.0, 4912.0, 4892.0, 4912.0, 4915.0, 4927.0, 4922.0, 4942.0, 4936.0, 4958.0, 4960.0, 4970.0, 4939.0, 4960.0, 4966.0, 4960.0, 4968.0, 4948.0, 4975.0, 4948.0, 4967.0, 4937.0, 4967.0, 4945.0, 4948.0, 4966.0, 4948.0, 4976.0, 4958.0, 4926.0, 4965.0, 4940.0, 4991.0, 4985.0, 4976.0, 4995.0, 4965.0, 4996.0, 4954.0, 4992.0, 4955.0, 4996.0, 4965.0, 5008.0, 4999.0, 5023.0, 5011.0, 5018.0, 4965.0, 4959.0, 4986.0, 4985.0, 4985.0, 4994.0, 4985.0, 4979.0, 4946.0, 4962.0, 4944.0, 4953.0, 4956.0, 4943.0, 4954.0, 4945.0, 4952.0, 4931.0, 4949.0, 4931.0, 4949.0, 4931.0, 4957.0, 4920.0, 4947.0, 4916.0, 4939.0, 4946.0, 4917.0, 4944.0, 4928.0, 4936.0, 4919.0, 4937.0, 4929.0, 4939.0, 4931.0, 4942.0, 4932.0, 4943.0, 4924.0, 4954.0, 4935.0, 4965.0, 4946.0, 4957.0, 4957.0, 4967.0, 4958.0, 4978.0, 4952.0, 4983.0, 4976.0, 4993.0, 4936.0, 4959.0, 4909.0, 4909.0, 4944.0, 4943.0, 4962.0, 4961.0, 4994.0, 5001.0, 5000.0, 5022.0, 5040.0, 5013.0, 5040.0, 5012.0, 5039.0, 4999.0, 5019.0, 4988.0, 5017.0, 4976.0, 5017.0, 4965.0, 5007.0, 4977.0, 5016.0, 4987.0, 5004.0, 4998.0, 5008.0, 5009.0, 5018.0, 4983.0, 5000.0, 4995.0, 5002.0, 4988.0, 4966.0, 5019.0, 4989.0, 5020.0, 5011.0, 5027.0, 5009.0, 5015.0, 5007.0, 5017.0, 4998.0, 5015.0, 4995.0, 5004.0, 4984.0, 5005.0, 4992.0, 5006.0, 5006.0, 5006.0, 4995.0, 5005.0, 5006.0, 5006.0, 4996.0, 5005.0, 4995.0, 5007.0, 4976.0, 5014.0, 5014.0, 5015.0, 5017.0, 5009.0, 5015.0, 5008.0, 5014.0, 4993.0, 5017.0, 5008.0, 5017.0, 5024.0, 5046.0, 5022.0, 5017.0, 5005.0, 5015.0, 5011.0, 5017.0, 5031.0, 5039.0, 5031.0, 5032.0, 5045.0, 5045.0, 5011.0, 5026.0, 5012.0, 4988.0, 5019.0, 4987.0, 5016.0, 5026.0, 5030.0, 4992.0, 5028.0, 5026.0, 5022.0, 4990.0, 4979.0, 4989.0, 4996.0, 4989.0, 4988.0, 4989.0, 4948.0, 5012.0, 4995.0, 5016.0, 4988.0, 5013.0, 4984.0, 4961.0, 4977.0, 4956.0, 4965.0, 4955.0, 4954.0, 4955.0, 4984.0, 4945.0, 4961.0, 4953.0, 4950.0, 4942.0, 4961.0, 4956.0, 4977.0, 4982.0, 4994.0, 4974.0, 4995.0, 4973.0, 4996.0, 4966.0, 5024.0, 5022.0, 5014.0, 5018.0, 4998.0, 5004.0, 4998.0, 4975.0, 4997.0, 4970.0, 5012.0, 5021.0, 5014.0, 5020.0, 5012.0, 5033.0, 5090.0, 5086.0, 4995.0, 4990.0, 4934.0, 4958.0, 4982.0, 4994.0, 4974.0, 4986.0, 5007.0, 4977.0, 5016.0, 4998.0, 5027.0, 5012.0, 5053.0, 5036.0, 5018.0, 5032.0, 5015.0, 5009.0, 5019.0, 4994.0, 5006.0, 5005.0, 4983.0, 4994.0, 4981.0, 5004.0, 4982.0, 4993.0, 4981.0, 4993.0, 5000.0, 4993.0, 5000.0, 4994.0, 5002.0, 5004.0, 5017.0, 5020.0, 5008.0, 5008.0, 4977.0, 5020.0, 5009.0, 5022.0, 5021.0, 5032.0, 5022.0, 5034.0, 5041.0, 5023.0, 5030.0, 5013.0, 5044.0, 5015.0, 5052.0, 5012.0, 5014.0, 4998.0], 'WindowWidth': [10959.0, 10882.0, 10855.0, 10888.0, 10808.0, 10809.0, 10757.0, 10776.0, 10745.0, 10764.0, 10806.0, 10794.0, 10814.0, 10789.0, 10777.0, 10781.0, 10724.0, 10703.0, 10743.0, 10753.0, 10813.0, 10760.0, 10752.0, 10790.0, 10775.0, 10813.0, 10731.0, 10759.0, 10734.0, 10772.0, 10725.0, 10773.0, 10776.0, 10762.0, 10755.0, 10706.0, 10770.0, 10787.0, 10705.0, 10761.0, 10742.0, 10775.0, 10769.0, 10757.0, 10762.0, 10807.0, 10850.0, 10804.0, 10819.0, 10774.0, 10779.0, 10771.0, 10823.0, 10761.0, 10812.0, 10775.0, 10774.0, 10796.0, 10769.0, 10806.0, 10758.0, 10769.0, 10809.0, 10806.0, 10807.0, 10942.0, 10860.0, 10882.0, 10821.0, 10823.0, 10795.0, 10834.0, 10766.0, 10801.0, 10739.0, 10772.0, 10734.0, 10774.0, 10752.0, 10775.0, 10750.0, 10763.0, 10763.0, 10718.0, 10761.0, 10704.0, 10760.0, 10738.0, 10800.0, 10802.0, 10846.0, 10819.0, 10771.0, 10797.0, 10758.0, 10738.0, 10782.0, 10746.0, 10814.0, 10777.0, 10814.0, 10799.0, 10789.0, 10867.0, 10845.0, 10897.0, 10859.0, 10789.0, 10798.0, 10729.0, 10739.0, 10781.0, 10767.0, 10821.0, 10798.0, 10793.0, 10800.0, 10757.0, 10792.0, 10755.0, 10795.0, 10735.0, 10776.0, 10738.0, 10760.0, 10733.0, 10736.0, 10697.0, 10728.0, 10696.0, 10714.0, 10698.0, 10731.0, 10695.0, 10756.0, 10717.0, 10749.0, 10726.0, 10763.0, 10726.0, 10762.0, 10740.0, 10762.0, 10726.0, 10766.0, 10739.0, 10775.0, 10738.0, 10771.0, 10726.0, 10776.0, 10738.0, 10761.0, 10725.0, 10782.0, 10760.0, 10796.0, 10762.0, 10782.0, 10799.0, 10772.0, 10816.0, 10757.0, 10810.0, 10779.0, 10849.0, 10824.0, 10794.0, 10853.0, 10827.0, 10850.0, 10821.0, 10842.0, 10821.0, 10810.0, 10819.0, 10786.0, 10825.0, 10783.0, 10818.0, 10775.0, 10747.0, 10790.0, 10747.0, 10789.0, 10734.0, 10787.0, 10743.0, 10787.0, 10742.0, 10789.0, 10800.0, 10795.0, 10787.0, 10757.0, 10690.0, 10754.0, 10721.0, 10769.0, 10754.0, 10777.0, 10759.0, 10829.0, 10794.0, 10805.0, 10801.0, 10802.0, 10743.0, 10742.0, 10740.0, 10762.0, 10761.0, 10768.0, 10762.0, 10756.0, 10763.0, 10756.0, 10762.0, 10784.0, 10761.0, 10767.0, 10759.0, 10756.0, 10760.0, 10706.0, 10758.0, 10740.0, 10777.0, 10743.0, 10781.0, 10761.0, 10814.0, 10791.0, 10814.0, 10817.0, 10783.0, 10780.0, 10731.0, 10752.0, 10725.0, 10799.0, 10695.0, 10766.0, 10818.0, 10822.0, 10795.0, 10751.0, 10814.0, 10747.0, 10795.0, 10779.0, 10767.0, 10812.0, 10791.0, 10844.0, 10811.0, 10845.0, 10816.0, 10769.0, 10821.0, 10764.0, 10851.0, 10866.0, 10822.0, 10840.0, 10787.0, 10830.0, 10879.0, 10858.0, 10837.0, 10773.0, 10746.0, 10794.0, 10739.0, 10731.0, 10777.0, 10737.0, 10791.0, 10738.0, 10784.0, 10739.0, 10785.0, 10734.0, 10770.0, 10738.0, 10789.0, 10759.0, 10742.0, 10742.0, 10741.0, 10727.0, 10723.0, 10739.0, 10786.0, 10764.0, 10783.0, 10769.0, 10789.0, 10769.0, 10792.0, 10836.0, 10864.0, 10819.0, 10837.0, 10779.0, 10798.0, 10763.0, 10803.0, 10762.0, 10777.0, 10763.0, 10724.0, 10767.0, 10735.0, 10793.0, 10798.0, 10743.0, 10750.0, 10708.0, 10748.0, 10709.0, 10756.0, 10697.0, 10731.0, 10716.0, 10753.0, 10718.0, 10794.0, 10770.0, 10799.0, 10773.0, 10793.0, 10819.0, 10794.0, 10811.0, 10781.0, 10806.0, 10799.0, 10805.0, 10783.0, 10793.0, 10776.0, 10780.0, 10774.0, 10757.0, 10801.0, 10759.0, 10810.0, 10780.0, 10816.0, 10790.0, 10757.0, 10796.0, 10758.0, 10774.0, 10749.0, 10782.0, 10776.0, 10820.0, 10729.0, 10729.0, 10733.0, 10679.0, 10762.0, 10724.0, 10771.0, 10749.0, 10781.0, 10740.0, 10768.0, 10764.0, 10743.0, 10779.0, 10728.0, 10792.0, 10745.0, 10780.0, 10763.0, 10764.0, 10769.0, 10751.0, 10777.0, 10723.0, 10774.0, 10722.0, 10772.0, 10722.0, 10774.0, 10714.0, 10766.0, 10761.0, 10766.0, 10787.0, 10751.0, 10775.0, 10734.0, 10744.0, 10714.0, 10759.0, 10715.0, 10771.0, 10719.0, 10777.0, 10732.0, 10776.0, 10733.0, 10777.0, 10716.0, 10768.0, 10712.0, 10772.0, 10796.0, 10763.0, 10781.0, 10764.0, 10828.0, 10891.0, 10882.0, 10813.0, 10851.0, 10832.0, 10789.0, 10796.0, 10747.0, 10807.0, 10796.0, 10817.0, 10847.0, 10892.0, 10834.0, 10804.0, 10834.0, 10790.0, 10861.0, 10757.0, 10834.0, 10752.0, 10792.0, 10754.0, 10779.0, 10782.0, 10757.0, 10795.0, 10763.0, 10793.0, 10762.0, 10810.0, 10742.0, 10797.0, 10737.0, 10771.0, 10730.0, 10755.0, 10712.0, 10745.0, 10687.0, 10728.0, 10676.0, 10729.0, 10704.0, 10756.0, 10747.0, 10737.0, 10748.0, 10721.0, 10727.0, 10704.0, 10723.0, 10689.0, 10722.0, 10706.0, 10743.0, 10734.0, 10771.0, 10717.0, 10785.0, 10741.0, 10672.0, 10727.0, 10688.0, 10711.0, 10779.0, 10779.0, 10792.0, 10758.0, 10807.0, 10741.0, 10785.0, 10757.0, 10783.0, 10754.0, 10789.0, 10778.0, 10801.0, 10750.0, 10770.0, 10731.0, 10769.0, 10725.0, 10710.0, 10754.0, 10712.0, 10753.0, 10727.0, 10755.0, 10720.0, 10784.0, 10756.0, 10768.0, 10754.0, 10787.0, 10730.0, 10748.0, 10724.0, 10702.0, 10736.0, 10720.0, 10738.0, 10763.0, 10721.0, 10761.0, 10697.0, 10747.0, 10724.0, 10733.0, 10694.0, 10733.0, 10695.0, 10736.0, 10682.0, 10740.0, 10748.0, 10733.0, 10768.0, 10753.0, 10760.0, 10735.0, 10754.0, 10753.0, 10769.0, 10779.0, 10750.0, 10796.0, 10752.0, 10825.0, 10810.0, 10779.0, 10813.0, 10776.0, 10809.0, 10810.0, 10793.0, 10850.0, 10803.0, 10850.0, 10811.0, 10884.0, 10838.0, 10866.0, 10795.0, 10899.0, 10915.0, 10891.0, 10819.0, 10782.0, 10826.0, 10820.0, 10798.0, 10759.0, 10741.0, 10767.0, 10759.0, 10800.0, 10788.0, 10775.0, 10808.0, 10776.0, 10753.0, 10782.0, 10737.0, 10779.0, 10756.0, 10776.0, 10777.0, 10759.0, 10783.0, 10766.0, 10760.0, 10702.0, 10750.0, 10702.0, 10729.0, 10706.0, 10715.0, 10714.0, 10702.0, 10753.0, 10726.0, 10763.0, 10691.0, 10715.0, 10706.0, 10740.0, 10729.0, 10757.0, 10758.0, 10757.0, 10810.0, 10819.0, 10771.0, 10794.0, 10751.0, 10778.0, 10775.0, 10783.0, 10778.0, 10803.0, 10755.0, 10816.0, 10750.0, 10771.0, 10730.0, 10710.0, 10759.0, 10752.0, 10767.0, 10759.0, 10739.0, 10722.0, 10747.0, 10793.0, 10939.0, 10917.0, 10905.0, 10809.0, 10797.0, 10730.0, 10727.0, 10756.0, 10730.0, 10798.0, 10736.0, 10715.0, 10779.0, 10765.0, 10746.0, 10766.0, 10666.0, 10651.0, 10673.0, 10736.0, 10725.0, 10758.0, 10742.0, 10715.0, 10709.0, 10714.0, 10737.0, 10785.0, 10780.0, 10814.0, 10794.0, 10798.0, 10800.0, 10768.0, 10828.0, 10781.0, 10805.0, 10757.0, 10748.0, 10720.0, 10745.0, 10704.0, 10768.0, 10738.0, 10763.0, 10727.0, 10754.0, 10727.0, 10728.0, 10723.0, 10676.0, 10750.0, 10719.0, 10760.0, 10736.0, 10776.0, 10753.0, 10774.0, 10756.0, 10774.0, 10733.0, 10765.0, 10713.0, 10760.0, 10714.0, 10750.0, 10715.0, 10751.0, 10733.0, 10767.0, 10754.0, 10754.0, 10725.0, 10749.0, 10727.0, 10701.0, 10740.0, 10741.0, 10771.0, 10800.0, 10830.0, 10770.0, 10804.0, 10769.0, 10796.0, 10742.0, 10778.0, 10727.0, 10781.0, 10749.0, 10800.0, 10744.0, 10782.0, 10743.0, 10791.0, 10741.0, 10777.0, 10747.0, 10800.0, 10761.0, 10802.0, 10756.0, 10794.0, 10761.0, 10817.0, 10768.0, 10817.0, 10766.0, 10779.0, 10772.0, 10713.0, 10771.0, 10739.0, 10816.0, 10791.0, 10846.0, 10798.0, 10824.0, 10745.0, 10788.0, 10779.0, 10771.0, 10791.0, 10756.0, 10815.0, 10778.0, 10840.0, 10771.0, 10751.0, 10718.0, 10716.0, 10696.0, 10736.0, 10757.0, 10783.0, 10781.0, 10783.0, 10740.0, 10786.0, 10723.0, 10782.0, 10727.0, 10759.0, 10729.0, 10745.0, 10687.0, 10708.0, 10707.0, 10734.0, 10721.0, 10742.0, 10737.0, 10762.0, 10772.0, 10752.0, 10762.0, 10884.0, 10839.0, 10818.0, 10862.0, 10848.0, 10811.0, 10841.0, 10784.0, 10750.0, 10789.0, 10765.0, 10802.0, 10778.0, 10801.0, 10777.0, 10780.0, 10770.0, 10756.0, 10780.0, 10723.0, 10773.0, 10782.0, 10756.0, 10761.0, 10734.0, 10742.0, 10725.0, 10730.0, 10782.0, 10795.0, 10791.0, 10812.0, 10801.0, 10757.0, 10790.0, 10729.0, 10769.0, 10719.0, 10736.0, 10741.0, 10712.0, 10753.0, 10684.0, 10719.0, 10677.0, 10705.0, 10668.0, 10682.0, 10655.0, 10684.0, 10692.0, 10715.0, 10714.0, 10743.0, 10742.0, 10776.0, 10783.0, 10796.0, 10749.0, 10782.0, 10785.0, 10780.0, 10788.0, 10760.0, 10795.0, 10759.0, 10784.0, 10742.0, 10787.0, 10750.0, 10759.0, 10782.0, 10760.0, 10797.0, 10775.0, 10727.0, 10781.0, 10757.0, 10828.0, 10829.0, 10817.0, 10843.0, 10802.0, 10843.0, 10781.0, 10832.0, 10784.0, 10842.0, 10795.0, 10863.0, 10849.0, 10890.0, 10871.0, 10874.0, 10792.0, 10773.0, 10825.0, 10822.0, 10822.0, 10832.0, 10820.0, 10806.0, 10752.0, 10771.0, 10749.0, 10759.0, 10770.0, 10745.0, 10763.0, 10754.0, 10758.0, 10725.0, 10746.0, 10726.0, 10748.0, 10726.0, 10758.0, 10708.0, 10745.0, 10698.0, 10733.0, 10739.0, 10701.0, 10735.0, 10718.0, 10726.0, 10707.0, 10730.0, 10722.0, 10737.0, 10729.0, 10747.0, 10728.0, 10745.0, 10721.0, 10765.0, 10737.0, 10781.0, 10755.0, 10771.0, 10771.0, 10785.0, 10775.0, 10806.0, 10775.0, 10822.0, 10817.0, 10829.0, 10737.0, 10759.0, 10686.0, 10689.0, 10742.0, 10748.0, 10771.0, 10787.0, 10840.0, 10861.0, 10859.0, 10894.0, 10916.0, 10879.0, 10913.0, 10876.0, 10913.0, 10853.0, 10882.0, 10834.0, 10876.0, 10815.0, 10874.0, 10801.0, 10863.0, 10818.0, 10874.0, 10833.0, 10856.0, 10849.0, 10862.0, 10866.0, 10878.0, 10821.0, 10838.0, 10837.0, 10844.0, 10832.0, 10802.0, 10880.0, 10836.0, 10883.0, 10870.0, 10890.0, 10865.0, 10872.0, 10860.0, 10876.0, 10846.0, 10868.0, 10837.0, 10850.0, 10821.0, 10852.0, 10832.0, 10856.0, 10854.0, 10857.0, 10841.0, 10857.0, 10858.0, 10860.0, 10846.0, 10858.0, 10840.0, 10862.0, 10814.0, 10868.0, 10868.0, 10869.0, 10875.0, 10864.0, 10868.0, 10860.0, 10862.0, 10835.0, 10873.0, 10864.0, 10874.0, 10898.0, 10931.0, 10889.0, 10874.0, 10858.0, 10871.0, 10873.0, 10877.0, 10902.0, 10913.0, 10905.0, 10906.0, 10929.0, 10930.0, 10871.0, 10886.0, 10872.0, 10831.0, 10878.0, 10828.0, 10872.0, 10899.0, 10897.0, 10848.0, 10908.0, 10898.0, 10888.0, 10836.0, 10817.0, 10831.0, 10839.0, 10831.0, 10827.0, 10815.0, 10758.0, 10860.0, 10839.0, 10874.0, 10829.0, 10860.0, 10819.0, 10779.0, 10799.0, 10769.0, 10779.0, 10766.0, 10763.0, 10766.0, 10805.0, 10752.0, 10768.0, 10759.0, 10750.0, 10742.0, 10770.0, 10769.0, 10801.0, 10820.0, 10839.0, 10810.0, 10838.0, 10805.0, 10843.0, 10802.0, 10897.0, 10893.0, 10882.0, 10878.0, 10848.0, 10850.0, 10846.0, 10813.0, 10849.0, 10814.0, 10876.0, 10886.0, 10881.0, 10885.0, 10877.0, 10909.0, 11015.0, 11000.0, 10851.0, 10819.0, 10733.0, 10758.0, 10817.0, 10839.0, 10810.0, 10831.0, 10862.0, 10818.0, 10873.0, 10854.0, 10893.0, 10878.0, 10941.0, 10921.0, 10881.0, 10908.0, 10874.0, 10869.0, 10885.0, 10840.0, 10862.0, 10857.0, 10823.0, 10841.0, 10820.0, 10853.0, 10820.0, 10836.0, 10818.0, 10838.0, 10845.0, 10838.0, 10844.0, 10839.0, 10850.0, 10857.0, 10881.0, 10888.0, 10869.0, 10868.0, 10825.0, 10887.0, 10870.0, 10894.0, 10893.0, 10909.0, 10895.0, 10915.0, 10919.0, 10897.0, 10903.0, 10881.0, 10927.0, 10888.0, 10936.0, 10874.0, 10864.0, 10851.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.004297731601731601</td></tr>
<tr><td colspan=3>aqi</td><td>0.04670815220779221</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.440746961975755</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3238118725736556</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.050158246074525</td></tr>
<tr><td colspan=3>efc</td><td>0.5026</td></tr>
<tr><td colspan=3>fber</td><td>5481.3267</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.23436808883635468</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>426</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>36.883116883116884</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.424447933353182</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2957874907187064</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7330785712019656</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2444777381388743</td></tr>
<tr><td colspan=3>gcor</td><td>0.0256422</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008696598000824451</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.040558915585279465</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.024313594466491</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>17.5558</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.3325</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>238.0275</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292248.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1135.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>435.742</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0349</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>610.3579</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4106.6154</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4322.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84296.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1456.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5327.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1073.9656</td></tr>
<tr><td colspan=3>tsnr</td><td>29.80073951650411</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>