<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0036_ses-02_task-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-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0036/figures/sub-0036_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-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036/ses-02/func/sub-0036_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>4a7cf02674eb84de50f3d3fb88e13262</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:26:55.995000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998988, -0.0274021, 0.0356674, 0.0280787, 0.999433, -0.0186091]</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.10399</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4164, -7708, -7284, 598, -39, -85, 71, 78]</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>284.406</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cd252108-fe12-45ca-b496-83496751c1e9||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6802117824554443, 0.07533321529626846, 0.09487057477235794, 105.37657928466797], [0.07351792603731155, 2.6814043521881104, -0.052897870540618896, -90.77581024169922], [0.09569308906793594, 0.049926962703466415, 2.6978142261505127, -75.6954345703125], [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': ['092655.995000', '092656.455000', '092656.915000', '092657.375000', '092657.835000', '092658.295000', '092658.755000', '092659.215000', '092659.675000', '092700.135000', '092700.595000', '092701.055000', '092701.515000', '092701.975000', '092702.435000', '092702.895000', '092703.355000', '092703.815000', '092704.275000', '092704.735000', '092705.195000', '092705.655000', '092706.115000', '092706.575000', '092707.035000', '092707.495000', '092707.955000', '092708.415000', '092708.875000', '092709.335000', '092709.795000', '092710.255000', '092710.715000', '092711.175000', '092711.635000', '092712.095000', '092712.555000', '092713.015000', '092713.475000', '092713.935000', '092714.395000', '092714.855000', '092715.315000', '092715.775000', '092716.235000', '092716.695000', '092717.155000', '092717.615000', '092718.075000', '092718.535000', '092718.995000', '092719.455000', '092719.915000', '092720.375000', '092720.835000', '092721.295000', '092721.755000', '092722.215000', '092722.675000', '092723.135000', '092723.595000', '092724.055000', '092724.515000', '092724.975000', '092725.435000', '092725.895000', '092726.355000', '092726.815000', '092727.275000', '092727.735000', '092728.195000', '092728.655000', '092729.115000', '092729.575000', '092730.035000', '092730.495000', '092730.955000', '092731.415000', '092731.875000', '092732.335000', '092732.795000', '092733.255000', '092733.715000', '092734.175000', '092734.635000', '092735.095000', '092735.555000', '092736.015000', '092736.475000', '092736.935000', '092737.395000', '092737.855000', '092738.315000', '092738.775000', '092739.235000', '092739.695000', '092740.155000', '092740.615000', '092741.075000', '092741.535000', '092741.995000', '092742.455000', '092742.915000', '092743.375000', '092743.835000', '092744.295000', '092744.755000', '092745.215000', '092745.675000', '092746.135000', '092746.595000', '092747.055000', '092747.515000', '092747.975000', '092748.435000', '092748.895000', '092749.355000', '092749.815000', '092750.275000', '092750.735000', '092751.195000', '092751.655000', '092752.115000', '092752.575000', '092753.035000', '092753.495000', '092753.955000', '092754.415000', '092754.875000', '092755.335000', '092755.795000', '092756.255000', '092756.715000', '092757.175000', '092757.635000', '092758.095000', '092758.555000', '092759.015000', '092759.475000', '092759.935000', '092800.395000', '092800.855000', '092801.315000', '092801.775000', '092802.235000', '092802.695000', '092803.155000', '092803.615000', '092804.075000', '092804.535000', '092804.995000', '092805.455000', '092805.915000', '092806.375000', '092806.835000', '092807.295000', '092807.755000', '092808.215000', '092808.675000', '092809.135000', '092809.595000', '092810.055000', '092810.515000', '092810.975000', '092811.435000', '092811.895000', '092812.355000', '092812.815000', '092813.275000', '092813.735000', '092814.195000', '092814.655000', '092815.115000', '092815.575000', '092816.035000', '092816.495000', '092816.955000', '092817.415000', '092817.875000', '092818.335000', '092818.795000', '092819.255000', '092819.715000', '092820.175000', '092820.635000', '092821.095000', '092821.555000', '092822.015000', '092822.475000', '092822.935000', '092823.395000', '092823.855000', '092824.315000', '092824.775000', '092825.235000', '092825.695000', '092826.155000', '092826.615000', '092827.075000', '092827.535000', '092827.995000', '092828.455000', '092828.915000', '092829.375000', '092829.835000', '092830.295000', '092830.755000', '092831.215000', '092831.675000', '092832.135000', '092832.595000', '092833.055000', '092833.515000', '092833.975000', '092834.435000', '092834.895000', '092835.355000', '092835.815000', '092836.275000', '092836.735000', '092837.195000', '092837.655000', '092838.115000', '092838.575000', '092839.035000', '092839.495000', '092839.955000', '092840.415000', '092840.875000', '092841.335000', '092841.795000', '092842.255000', '092842.715000', '092843.175000', '092843.635000', '092844.095000', '092844.555000', '092845.015000', '092845.475000', '092845.935000', '092846.395000', '092846.855000', '092847.315000', '092847.775000', '092848.235000', '092848.695000', '092849.155000', '092849.615000', '092850.075000', '092850.535000', '092850.995000', '092851.455000', '092851.915000', '092852.375000', '092852.835000', '092853.295000', '092853.755000', '092854.215000', '092854.675000', '092855.135000', '092855.595000', '092856.055000', '092856.515000', '092856.975000', '092857.435000', '092857.895000', '092858.355000', '092858.815000', '092859.275000', '092859.735000', '092900.195000', '092900.655000', '092901.115000', '092901.575000', '092902.035000', '092902.495000', '092902.955000', '092903.415000', '092903.875000', '092904.335000', '092904.795000', '092905.255000', '092905.715000', '092906.175000', '092906.635000', '092907.095000', '092907.555000', '092908.015000', '092908.475000', '092908.935000', '092909.395000', '092909.855000', '092910.315000', '092910.775000', '092911.235000', '092911.695000', '092912.155000', '092912.615000', '092913.075000', '092913.535000', '092913.995000', '092914.455000', '092914.915000', '092915.375000', '092915.835000', '092916.295000', '092916.755000', '092917.215000', '092917.675000', '092918.135000', '092918.595000', '092919.055000', '092919.515000', '092919.975000', '092920.435000', '092920.895000', '092921.355000', '092921.815000', '092922.275000', '092922.735000', '092923.195000', '092923.655000', '092924.115000', '092924.575000', '092925.035000', '092925.495000', '092925.955000', '092926.415000', '092926.875000', '092927.335000', '092927.795000', '092928.255000', '092928.715000', '092929.175000', '092929.635000', '092930.095000', '092930.555000', '092931.015000', '092931.475000', '092931.935000', '092932.395000', '092932.855000', '092933.315000', '092933.775000', '092934.235000', '092934.695000', '092935.155000', '092935.615000', '092936.075000', '092936.535000', '092936.995000', '092937.455000', '092937.915000', '092938.375000', '092938.835000', '092939.295000', '092939.755000', '092940.215000', '092940.675000', '092941.135000', '092941.595000', '092942.055000', '092942.515000', '092942.975000', '092943.435000', '092943.895000', '092944.355000', '092944.815000', '092945.275000', '092945.735000', '092946.195000', '092946.655000', '092947.115000', '092947.575000', '092948.035000', '092948.495000', '092948.955000', '092949.415000', '092949.875000', '092950.335000', '092950.795000', '092951.255000', '092951.715000', '092952.175000', '092952.635000', '092953.095000', '092953.555000', '092954.015000', '092954.475000', '092954.935000', '092955.395000', '092955.855000', '092956.315000', '092956.775000', '092957.235000', '092957.695000', '092958.155000', '092958.615000', '092959.075000', '092959.535000', '092959.995000', '093000.455000', '093000.915000', '093001.375000', '093001.835000', '093002.295000', '093002.755000', '093003.215000', '093003.675000', '093004.135000', '093004.595000', '093005.055000', '093005.515000', '093005.975000', '093006.435000', '093006.895000', '093007.355000', '093007.815000', '093008.275000', '093008.735000', '093009.195000', '093009.655000', '093010.115000', '093010.575000', '093011.035000', '093011.495000', '093011.955000', '093012.415000', '093012.875000', '093013.335000', '093013.795000', '093014.255000', '093014.715000', '093015.175000', '093015.635000', '093016.095000', '093016.555000', '093017.015000', '093017.475000', '093017.935000', '093018.395000', '093018.855000', '093019.315000', '093019.775000', '093020.235000', '093020.695000', '093021.155000', '093021.615000', '093022.075000', '093022.535000', '093022.995000', '093023.455000', '093023.915000', '093024.375000', '093024.835000', '093025.295000', '093025.755000', '093026.215000', '093026.675000', '093027.135000', '093027.595000', '093028.055000', '093028.515000', '093028.975000', '093029.435000', '093029.895000', '093030.355000', '093030.815000', '093031.275000', '093031.735000', '093032.195000', '093032.655000', '093033.115000', '093033.575000', '093034.035000', '093034.495000', '093034.955000', '093035.415000', '093035.875000', '093036.335000', '093036.795000', '093037.255000', '093037.715000', '093038.175000', '093038.635000', '093039.095000', '093039.555000', '093040.015000', '093040.475000', '093040.935000', '093041.395000', '093041.855000', '093042.315000', '093042.775000', '093043.235000', '093043.695000', '093044.155000', '093044.615000', '093045.075000', '093045.535000', '093045.995000', '093046.455000', '093046.915000', '093047.375000', '093047.835000', '093048.295000', '093048.755000', '093049.215000', '093049.675000', '093050.135000', '093050.595000', '093051.055000', '093051.515000', '093051.975000', '093052.435000', '093052.895000', '093053.355000', '093053.815000', '093054.275000', '093054.735000', '093055.195000', '093055.655000', '093056.115000', '093056.575000', '093057.035000', '093057.495000', '093057.955000', '093058.415000', '093058.875000', '093059.335000', '093059.795000', '093100.255000', '093100.715000', '093101.175000', '093101.635000', '093102.095000', '093102.555000', '093103.015000', '093103.475000', '093103.935000', '093104.395000', '093104.855000', '093105.315000', '093105.775000', '093106.235000', '093106.695000', '093107.155000', '093107.615000', '093108.075000', '093108.535000', '093108.995000', '093109.455000', '093109.915000', '093110.375000', '093110.835000', '093111.295000', '093111.755000', '093112.215000', '093112.675000', '093113.135000', '093113.595000', '093114.055000', '093114.515000', '093114.975000', '093115.435000', '093115.895000', '093116.355000', '093116.815000', '093117.275000', '093117.735000', '093118.195000', '093118.655000', '093119.115000', '093119.575000', '093120.035000', '093120.495000', '093120.955000', '093121.415000', '093121.875000', '093122.335000', '093122.795000', '093123.255000', '093123.715000', '093124.175000', '093124.635000', '093125.095000', '093125.555000', '093126.015000', '093126.475000', '093126.935000', '093127.395000', '093127.855000', '093128.315000', '093128.775000', '093129.235000', '093129.695000', '093130.155000', '093130.615000', '093131.075000', '093131.535000', '093131.995000', '093132.455000', '093132.915000', '093133.375000', '093133.835000', '093134.295000', '093134.755000', '093135.215000', '093135.675000', '093136.135000', '093136.595000', '093137.055000', '093137.515000', '093137.975000', '093138.435000', '093138.895000', '093139.355000', '093139.815000', '093140.275000', '093140.735000', '093141.195000', '093141.655000', '093142.115000', '093142.575000', '093143.035000', '093143.495000', '093143.955000', '093144.415000', '093144.875000', '093145.335000', '093145.795000', '093146.255000', '093146.715000', '093147.175000', '093147.635000', '093148.095000', '093148.555000', '093149.015000', '093149.475000', '093149.935000', '093150.395000', '093150.855000', '093151.315000', '093151.775000', '093152.235000', '093152.695000', '093153.155000', '093153.615000', '093154.075000', '093154.535000', '093154.995000', '093155.455000', '093155.915000', '093156.375000', '093156.835000', '093157.295000', '093157.755000', '093158.215000', '093158.675000', '093159.135000', '093159.595000', '093200.055000', '093200.515000', '093200.975000', '093201.435000', '093201.895000', '093202.355000', '093202.815000', '093203.275000', '093203.735000', '093204.195000', '093204.655000', '093205.115000', '093205.575000', '093206.035000', '093206.495000', '093206.955000', '093207.415000', '093207.875000', '093208.335000', '093208.795000', '093209.255000', '093209.715000', '093210.175000', '093210.635000', '093211.095000', '093211.555000', '093212.015000', '093212.475000', '093212.935000', '093213.395000', '093213.855000', '093214.315000', '093214.775000', '093215.235000', '093215.695000', '093216.155000', '093216.615000', '093217.075000', '093217.535000', '093217.995000', '093218.455000', '093218.915000', '093219.375000', '093219.835000', '093220.295000', '093220.755000', '093221.215000', '093221.675000', '093222.135000', '093222.595000', '093223.055000', '093223.515000', '093223.975000', '093224.435000', '093224.895000', '093225.355000', '093225.815000', '093226.275000', '093226.735000', '093227.195000', '093227.655000', '093228.115000', '093228.575000', '093229.035000', '093229.495000', '093229.955000', '093230.415000', '093230.875000', '093231.335000', '093231.795000', '093232.255000', '093232.715000', '093233.175000', '093233.635000', '093234.095000', '093234.555000', '093235.015000', '093235.475000', '093235.935000', '093236.395000', '093236.855000', '093237.315000', '093237.775000', '093238.235000', '093238.695000', '093239.155000', '093239.615000', '093240.075000', '093240.535000', '093240.995000', '093241.455000', '093241.915000', '093242.375000', '093242.835000', '093243.295000', '093243.755000', '093244.215000', '093244.675000', '093245.135000', '093245.595000', '093246.055000', '093246.515000', '093246.975000', '093247.435000', '093247.895000', '093248.355000', '093248.815000', '093249.275000', '093249.735000', '093250.195000', '093250.655000', '093251.115000', '093251.575000', '093252.035000', '093252.495000', '093252.955000', '093253.415000', '093253.875000', '093254.335000', '093254.795000', '093255.255000', '093255.715000', '093256.175000', '093256.635000', '093257.095000', '093257.555000', '093258.015000', '093258.475000', '093258.935000', '093259.395000', '093259.855000', '093300.315000', '093300.775000', '093301.235000', '093301.695000', '093302.155000', '093302.615000', '093303.075000', '093303.535000', '093303.995000', '093304.455000', '093304.915000', '093305.375000', '093305.835000', '093306.295000', '093306.755000', '093307.215000', '093307.675000', '093308.135000', '093308.595000', '093309.055000', '093309.515000', '093309.975000', '093310.435000', '093310.895000', '093311.355000', '093311.815000', '093312.275000', '093312.735000', '093313.195000', '093313.655000', '093314.115000', '093314.575000', '093315.035000', '093315.495000', '093315.955000', '093316.415000', '093316.875000', '093317.335000', '093317.795000', '093318.255000', '093318.715000', '093319.175000', '093319.635000', '093320.095000', '093320.555000', '093321.015000', '093321.475000', '093321.935000', '093322.395000', '093322.855000', '093323.315000', '093323.775000', '093324.235000', '093324.695000', '093325.155000', '093325.615000', '093326.075000', '093326.535000', '093326.995000', '093327.455000', '093327.915000', '093328.375000', '093328.835000', '093329.295000', '093329.755000', '093330.215000', '093330.675000', '093331.135000', '093331.595000', '093332.055000', '093332.515000', '093332.975000', '093333.435000', '093333.895000', '093334.355000', '093334.815000', '093335.275000', '093335.735000', '093336.195000', '093336.655000', '093337.115000', '093337.575000', '093338.035000', '093338.495000', '093338.955000', '093339.415000', '093339.875000', '093340.335000', '093340.795000', '093341.255000', '093341.715000', '093342.175000', '093342.635000', '093343.095000', '093343.555000', '093344.015000', '093344.475000', '093344.935000', '093345.395000', '093345.855000', '093346.315000', '093346.775000', '093347.235000', '093347.695000', '093348.155000', '093348.615000', '093349.075000', '093349.535000', '093349.995000', '093350.455000', '093350.915000', '093351.375000', '093351.835000', '093352.295000', '093352.755000', '093353.215000', '093353.675000', '093354.135000', '093354.595000', '093355.055000', '093355.515000', '093355.975000', '093356.435000', '093356.895000', '093357.355000', '093357.815000', '093358.275000', '093358.735000', '093359.195000', '093359.655000', '093400.115000', '093400.575000', '093401.035000', '093401.495000', '093401.955000', '093402.415000', '093402.875000', '093403.335000', '093403.795000', '093404.255000', '093404.715000', '093405.175000', '093405.635000', '093406.095000', '093406.555000', '093407.015000', '093407.475000', '093407.935000', '093408.395000', '093408.855000', '093409.315000', '093409.775000', '093410.235000', '093410.695000', '093411.155000', '093411.615000', '093412.075000', '093412.535000', '093412.995000', '093413.455000', '093413.915000', '093414.375000', '093414.835000', '093415.295000', '093415.755000', '093416.215000', '093416.675000', '093417.135000', '093417.595000', '093418.055000', '093418.515000', '093418.975000', '093419.435000', '093419.895000', '093420.355000', '093420.815000', '093421.275000', '093421.735000', '093422.195000', '093422.655000', '093423.115000', '093423.575000', '093424.035000', '093424.495000', '093424.955000', '093425.415000', '093425.875000', '093426.335000', '093426.795000', '093427.255000', '093427.715000', '093428.175000', '093428.635000', '093429.095000', '093429.555000', '093430.015000', '093430.475000', '093430.935000', '093431.395000', '093431.855000', '093432.315000', '093432.775000', '093433.235000', '093433.695000', '093434.155000', '093434.615000', '093435.075000', '093435.535000', '093435.995000', '093436.455000', '093436.915000', '093437.375000', '093437.835000', '093438.295000', '093438.755000', '093439.215000', '093439.675000', '093440.135000', '093440.595000', '093441.055000', '093441.515000', '093441.975000', '093442.435000', '093442.895000', '093443.355000', '093443.815000', '093444.275000', '093444.735000', '093445.195000', '093445.655000', '093446.115000', '093446.575000', '093447.035000', '093447.495000', '093447.955000', '093448.415000', '093448.875000', '093449.335000', '093449.795000', '093450.255000', '093450.715000', '093451.175000', '093451.635000', '093452.095000', '093452.555000', '093453.015000', '093453.475000', '093453.935000', '093454.395000', '093454.855000', '093455.315000', '093455.775000', '093456.235000', '093456.695000', '093457.155000', '093457.615000', '093458.075000', '093458.535000', '093458.995000', '093459.455000', '093459.915000', '093500.375000', '093500.835000', '093501.295000', '093501.755000', '093502.215000', '093502.675000', '093503.135000', '093503.595000', '093504.055000', '093504.515000', '093504.975000', '093505.435000', '093505.895000', '093506.355000', '093506.815000', '093507.275000', '093507.735000', '093508.195000', '093508.655000', '093509.115000', '093509.575000', '093510.035000', '093510.495000', '093510.955000', '093511.415000', '093511.875000', '093512.335000', '093512.795000', '093513.255000', '093513.715000', '093514.175000', '093514.635000', '093515.095000', '093515.555000', '093516.015000', '093516.475000', '093516.935000', '093517.395000', '093517.855000', '093518.315000', '093518.775000', '093519.235000', '093519.695000', '093520.155000', '093520.615000', '093521.075000', '093521.535000', '093521.995000', '093522.455000', '093522.915000', '093523.375000', '093523.835000', '093524.295000', '093524.755000', '093525.215000', '093525.675000', '093526.135000', '093526.595000', '093527.055000', '093527.515000', '093527.975000', '093528.435000', '093528.895000', '093529.355000', '093529.815000', '093530.275000', '093530.735000', '093531.195000', '093531.655000', '093532.115000', '093532.575000', '093533.035000', '093533.495000', '093533.955000', '093534.415000', '093534.875000', '093535.335000', '093535.795000', '093536.255000', '093536.715000', '093537.175000', '093537.635000', '093538.095000', '093538.555000', '093539.015000', '093539.475000', '093539.935000', '093540.395000', '093540.855000', '093541.315000', '093541.775000', '093542.235000', '093542.695000', '093543.155000', '093543.615000', '093544.075000', '093544.535000', '093544.995000', '093545.455000', '093545.915000', '093546.375000', '093546.835000', '093547.295000'], 'ContentTime': ['092707.347000', '092707.351000', '092707.355000', '092707.358000', '092707.361000', '092707.364000', '092707.367000', '092707.370000', '092707.373000', '092707.376000', '092707.379000', '092707.388000', '092707.391000', '092707.394000', '092707.397000', '092707.410000', '092707.413000', '092707.417000', '092707.420000', '092707.423000', '092707.426000', '092707.429000', '092727.317000', '092727.320000', '092727.323000', '092727.339000', '092727.342000', '092727.345000', '092727.348000', '092727.351000', '092727.354000', '092727.357000', '092727.360000', '092727.363000', '092727.367000', '092727.370000', '092727.373000', '092727.376000', '092727.379000', '092727.382000', '092727.385000', '092727.388000', '092727.391000', '092727.395000', '092727.398000', '092727.401000', '092727.404000', '092727.407000', '092727.411000', '092727.414000', '092727.417000', '092727.420000', '092727.423000', '092727.425000', '092727.428000', '092727.432000', '092727.435000', '092727.438000', '092727.441000', '092727.444000', '092727.447000', '092727.450000', '092727.454000', '092727.457000', '092727.460000', '092747.315000', '092747.318000', '092747.321000', '092747.324000', '092747.327000', '092747.330000', '092747.333000', '092747.336000', '092747.339000', '092747.342000', '092747.345000', '092747.348000', '092747.351000', '092747.354000', '092747.357000', '092747.360000', '092747.362000', '092747.365000', '092747.369000', '092747.371000', '092747.374000', '092747.377000', '092747.388000', '092747.391000', '092747.394000', '092747.397000', '092747.400000', '092747.403000', '092747.406000', '092747.409000', '092747.412000', '092747.415000', '092747.418000', '092747.421000', '092747.424000', '092747.427000', '092747.430000', '092747.433000', '092747.436000', '092747.439000', '092747.442000', '092747.445000', '092747.448000', '092747.450000', '092807.315000', '092807.318000', '092807.321000', '092807.343000', '092807.346000', '092807.349000', '092807.352000', '092807.355000', '092807.358000', '092807.361000', '092807.364000', '092807.367000', '092807.370000', '092807.373000', '092807.376000', '092807.379000', '092807.382000', '092807.385000', '092807.388000', '092807.391000', '092807.394000', '092807.397000', '092807.400000', '092807.403000', '092807.406000', '092807.409000', '092807.412000', '092807.415000', '092807.418000', '092807.421000', '092807.423000', '092807.426000', '092807.429000', '092807.432000', '092807.435000', '092807.438000', '092807.441000', '092807.444000', '092807.447000', '092807.450000', '092807.453000', '092807.456000', '092807.459000', '092827.315000', '092827.318000', '092827.321000', '092827.324000', '092827.327000', '092827.330000', '092827.333000', '092827.336000', '092827.339000', '092827.342000', '092827.345000', '092827.348000', '092827.351000', '092827.354000', '092827.357000', '092827.360000', '092827.363000', '092827.366000', '092827.369000', '092827.372000', '092827.375000', '092827.378000', '092827.381000', '092827.384000', '092827.387000', '092827.390000', '092827.393000', '092827.396000', '092827.399000', '092827.402000', '092827.404000', '092827.408000', '092827.411000', '092827.414000', '092827.416000', '092827.419000', '092827.422000', '092827.425000', '092827.428000', '092827.431000', '092827.434000', '092827.437000', '092827.440000', '092827.443000', '092847.315000', '092847.318000', '092847.321000', '092847.324000', '092847.327000', '092847.330000', '092847.333000', '092847.336000', '092847.339000', '092847.342000', '092847.345000', '092847.348000', '092847.351000', '092847.354000', '092847.357000', '092847.361000', '092847.364000', '092847.367000', '092847.369000', '092847.372000', '092847.375000', '092847.378000', '092847.381000', '092847.384000', '092847.387000', '092847.390000', '092847.393000', '092847.396000', '092847.399000', '092847.402000', '092847.405000', '092847.408000', '092847.411000', '092847.414000', '092847.417000', '092847.420000', '092847.423000', '092847.426000', '092847.429000', '092847.432000', '092847.435000', '092847.438000', '092847.441000', '092907.315000', '092907.318000', '092907.321000', '092907.324000', '092907.327000', '092907.330000', '092907.333000', '092907.336000', '092907.339000', '092907.342000', '092907.345000', '092907.348000', '092907.351000', '092907.354000', '092907.357000', '092907.360000', '092907.363000', '092907.366000', '092907.369000', '092907.372000', '092907.375000', '092907.378000', '092907.381000', '092907.384000', '092907.387000', '092907.390000', '092907.393000', '092907.396000', '092907.399000', '092907.402000', '092907.405000', '092907.408000', '092907.411000', '092907.414000', '092907.417000', '092907.420000', '092907.423000', '092907.426000', '092907.429000', '092907.432000', '092907.435000', '092907.438000', '092907.440000', '092907.443000', '092927.316000', '092927.319000', '092927.322000', '092927.325000', '092927.328000', '092927.331000', '092927.334000', '092927.337000', '092927.340000', '092927.343000', '092927.346000', '092927.349000', '092927.352000', '092927.355000', '092927.358000', '092927.361000', '092927.364000', '092927.367000', '092927.371000', '092927.374000', '092927.377000', '092927.380000', '092927.383000', '092927.387000', '092927.390000', '092927.393000', '092927.396000', '092927.399000', '092927.402000', '092927.405000', '092927.408000', '092927.411000', '092927.414000', '092927.417000', '092927.420000', '092927.423000', '092927.426000', '092927.429000', '092927.432000', '092927.435000', '092927.438000', '092927.441000', '092927.454000', '092947.316000', '092947.319000', '092947.322000', '092947.325000', '092947.328000', '092947.331000', '092947.334000', '092947.337000', '092947.340000', '092947.343000', '092947.346000', '092947.349000', '092947.352000', '092947.355000', '092947.358000', '092947.371000', '092947.374000', '092947.377000', '092947.380000', '092947.383000', '092947.386000', '092947.389000', '092947.392000', '092947.395000', '092947.398000', '092947.401000', '092947.404000', '092947.407000', '092947.410000', '092947.413000', '092947.416000', '092947.419000', '092947.422000', '092947.425000', '092947.428000', '092947.431000', '092947.433000', '092947.436000', '092947.439000', '092947.442000', '092947.445000', '092947.448000', '092947.452000', '092947.455000', '093007.315000', '093007.318000', '093007.321000', '093007.324000', '093007.327000', '093007.330000', '093007.333000', '093007.336000', '093007.339000', '093007.342000', '093007.345000', '093007.348000', '093007.351000', '093007.354000', '093007.357000', '093007.360000', '093007.363000', '093007.366000', '093007.369000', '093007.372000', '093007.375000', '093007.378000', '093007.381000', '093007.384000', '093007.390000', '093007.393000', '093007.396000', '093007.399000', '093007.402000', '093007.405000', '093007.408000', '093007.411000', '093007.414000', '093007.417000', '093007.420000', '093007.423000', '093007.426000', '093007.429000', '093007.432000', '093007.435000', '093007.438000', '093007.441000', '093007.444000', '093027.315000', '093027.318000', '093027.321000', '093027.324000', '093027.327000', '093027.330000', '093027.333000', '093027.336000', '093027.339000', '093027.342000', '093027.345000', '093027.348000', '093027.351000', '093027.354000', '093027.357000', '093027.360000', '093027.363000', '093027.366000', '093027.369000', '093027.372000', '093027.375000', '093027.378000', '093027.381000', '093027.384000', '093027.387000', '093027.390000', '093027.393000', '093027.396000', '093027.399000', '093027.402000', '093027.405000', '093027.408000', '093027.411000', '093027.414000', '093027.417000', '093027.420000', '093027.423000', '093027.426000', '093027.429000', '093027.432000', '093027.435000', '093027.438000', '093027.441000', '093027.444000', '093047.315000', '093047.318000', '093047.321000', '093047.324000', '093047.327000', '093047.330000', '093047.333000', '093047.336000', '093047.339000', '093047.342000', '093047.345000', '093047.348000', '093047.352000', '093047.355000', '093047.358000', '093047.361000', '093047.364000', '093047.367000', '093047.370000', '093047.373000', '093047.376000', '093047.379000', '093047.382000', '093047.385000', '093047.388000', '093047.391000', '093047.394000', '093047.397000', '093047.400000', '093047.403000', '093047.406000', '093047.409000', '093047.412000', '093047.416000', '093047.419000', '093047.422000', '093047.425000', '093047.428000', '093047.431000', '093047.434000', '093047.437000', '093047.440000', '093047.443000', '093107.315000', '093107.318000', '093107.321000', '093107.324000', '093107.327000', '093107.330000', '093107.333000', '093107.336000', '093107.339000', '093107.342000', '093107.345000', '093107.348000', '093107.351000', '093107.354000', '093107.357000', '093107.360000', '093107.363000', '093107.376000', '093107.379000', '093107.382000', '093107.385000', '093107.388000', '093107.391000', '093107.394000', '093107.410000', '093107.413000', '093107.416000', '093107.419000', '093107.422000', '093107.425000', '093107.428000', '093107.431000', '093107.434000', '093107.437000', '093107.440000', '093107.443000', '093107.446000', '093107.449000', '093107.452000', '093107.455000', '093107.458000', '093107.460000', '093107.463000', '093107.466000', '093127.315000', '093127.318000', '093127.321000', '093127.324000', '093127.327000', '093127.330000', '093127.333000', '093127.336000', '093127.339000', '093127.342000', '093127.345000', '093127.348000', '093127.351000', '093127.354000', '093127.357000', '093127.360000', '093127.363000', '093127.366000', '093127.369000', '093127.372000', '093127.375000', '093127.378000', '093127.381000', '093127.384000', '093127.387000', '093127.390000', '093127.393000', '093127.396000', '093127.399000', '093127.402000', '093127.405000', '093127.408000', '093127.411000', '093127.414000', '093127.417000', '093127.420000', '093127.423000', '093127.426000', '093127.429000', '093127.433000', '093127.436000', '093127.439000', '093127.442000', '093147.316000', '093147.319000', '093147.322000', '093147.325000', '093147.328000', '093147.331000', '093147.334000', '093147.337000', '093147.340000', '093147.343000', '093147.346000', '093147.349000', '093147.352000', '093147.355000', '093147.358000', '093147.361000', '093147.364000', '093147.367000', '093147.370000', '093147.373000', '093147.376000', '093147.379000', '093147.382000', '093147.385000', '093147.388000', '093147.391000', '093147.394000', '093147.397000', '093147.400000', '093147.403000', '093147.406000', '093147.409000', '093147.412000', '093147.415000', '093147.418000', '093147.421000', '093147.424000', '093147.427000', '093147.430000', '093147.433000', '093147.436000', '093147.439000', '093147.442000', '093147.445000', '093207.316000', '093207.319000', '093207.322000', '093207.325000', '093207.328000', '093207.331000', '093207.334000', '093207.337000', '093207.340000', '093207.343000', '093207.346000', '093207.349000', '093207.352000', '093207.355000', '093207.358000', '093207.361000', '093207.364000', '093207.367000', '093207.370000', '093207.373000', '093207.376000', '093207.379000', '093207.382000', '093207.385000', '093207.389000', '093207.392000', '093207.395000', '093207.398000', '093207.401000', '093207.404000', '093207.407000', '093207.410000', '093207.413000', '093207.416000', '093207.419000', '093207.422000', '093207.425000', '093207.428000', '093207.431000', '093207.434000', '093207.437000', '093207.440000', '093207.444000', '093227.315000', '093227.318000', '093227.321000', '093227.324000', '093227.327000', '093227.330000', '093227.333000', '093227.336000', '093227.339000', '093227.342000', '093227.345000', '093227.348000', '093227.351000', '093227.354000', '093227.357000', '093227.360000', '093227.363000', '093227.366000', '093227.369000', '093227.372000', '093227.375000', '093227.378000', '093227.381000', '093227.384000', '093227.387000', '093227.390000', '093227.393000', '093227.396000', '093227.399000', '093227.402000', '093227.406000', '093227.408000', '093227.411000', '093227.414000', '093227.417000', '093227.420000', '093227.423000', '093227.426000', '093227.429000', '093227.432000', '093227.435000', '093227.438000', '093227.441000', '093227.444000', '093247.315000', '093247.318000', '093247.321000', '093247.324000', '093247.327000', '093247.330000', '093247.333000', '093247.336000', '093247.339000', '093247.342000', '093247.345000', '093247.348000', '093247.351000', '093247.354000', '093247.357000', '093247.360000', '093247.363000', '093247.366000', '093247.369000', '093247.372000', '093247.375000', '093247.378000', '093247.381000', '093247.384000', '093247.387000', '093247.390000', '093247.393000', '093247.396000', '093247.399000', '093247.402000', '093247.405000', '093247.408000', '093247.411000', '093247.414000', '093247.417000', '093247.420000', '093247.423000', '093247.426000', '093247.431000', '093247.434000', '093247.437000', '093247.440000', '093247.443000', '093307.315000', '093307.318000', '093307.321000', '093307.324000', '093307.327000', '093307.330000', '093307.333000', '093307.336000', '093307.339000', '093307.342000', '093307.345000', '093307.348000', '093307.351000', '093307.354000', '093307.357000', '093307.360000', '093307.363000', '093307.366000', '093307.369000', '093307.372000', '093307.375000', '093307.378000', '093307.381000', '093307.384000', '093307.387000', '093307.390000', '093307.393000', '093307.396000', '093307.399000', '093307.402000', '093307.405000', '093307.408000', '093307.411000', '093307.414000', '093307.417000', '093307.420000', '093307.423000', '093307.426000', '093307.429000', '093307.432000', '093307.435000', '093307.438000', '093307.441000', '093307.444000', '093327.315000', '093327.318000', '093327.321000', '093327.324000', '093327.327000', '093327.330000', '093327.333000', '093327.336000', '093327.339000', '093327.342000', '093327.345000', '093327.348000', '093327.351000', '093327.354000', '093327.357000', '093327.360000', '093327.363000', '093327.366000', '093327.369000', '093327.372000', '093327.375000', '093327.378000', '093327.381000', '093327.384000', '093327.387000', '093327.390000', '093327.393000', '093327.396000', '093327.399000', '093327.401000', '093327.404000', '093327.407000', '093327.410000', '093327.414000', '093327.416000', '093327.419000', '093327.422000', '093327.426000', '093327.430000', '093327.433000', '093327.436000', '093327.439000', '093327.442000', '093347.315000', '093347.318000', '093347.321000', '093347.324000', '093347.327000', '093347.330000', '093347.333000', '093347.336000', '093347.339000', '093347.342000', '093347.345000', '093347.348000', '093347.351000', '093347.354000', '093347.357000', '093347.360000', '093347.363000', '093347.366000', '093347.369000', '093347.372000', '093347.375000', '093347.378000', '093347.381000', '093347.395000', '093347.398000', '093347.401000', '093347.404000', '093347.407000', '093347.410000', '093347.413000', '093347.416000', '093347.419000', '093347.422000', '093347.425000', '093347.428000', '093347.431000', '093347.434000', '093347.437000', '093347.440000', '093347.442000', '093347.445000', '093347.448000', '093347.451000', '093347.454000', '093407.316000', '093407.335000', '093407.338000', '093407.341000', '093407.343000', '093407.346000', '093407.349000', '093407.352000', '093407.355000', '093407.358000', '093407.361000', '093407.364000', '093407.367000', '093407.370000', '093407.373000', '093407.376000', '093407.379000', '093407.382000', '093407.385000', '093407.388000', '093407.391000', '093407.394000', '093407.397000', '093407.400000', '093407.403000', '093407.406000', '093407.409000', '093407.412000', '093407.415000', '093407.418000', '093407.421000', '093407.424000', '093407.427000', '093407.430000', '093407.433000', '093407.436000', '093407.439000', '093407.442000', '093407.445000', '093407.448000', '093407.451000', '093407.454000', '093407.457000', '093427.316000', '093427.319000', '093427.322000', '093427.325000', '093427.328000', '093427.331000', '093427.334000', '093427.337000', '093427.340000', '093427.343000', '093427.346000', '093427.349000', '093427.352000', '093427.355000', '093427.358000', '093427.361000', '093427.364000', '093427.367000', '093427.370000', '093427.373000', '093427.376000', '093427.379000', '093427.382000', '093427.385000', '093427.388000', '093427.391000', '093427.393000', '093427.396000', '093427.399000', '093427.402000', '093427.405000', '093427.408000', '093427.411000', '093427.414000', '093427.417000', '093427.420000', '093427.423000', '093427.426000', '093427.429000', '093427.432000', '093427.435000', '093427.438000', '093427.441000', '093427.444000', '093447.315000', '093447.318000', '093447.321000', '093447.324000', '093447.327000', '093447.330000', '093447.333000', '093447.336000', '093447.339000', '093447.342000', '093447.345000', '093447.348000', '093447.351000', '093447.354000', '093447.357000', '093447.360000', '093447.363000', '093447.366000', '093447.369000', '093447.372000', '093447.375000', '093447.378000', '093447.381000', '093447.384000', '093447.387000', '093447.390000', '093447.393000', '093447.396000', '093447.399000', '093447.402000', '093447.405000', '093447.408000', '093447.411000', '093447.414000', '093447.417000', '093447.420000', '093447.423000', '093447.426000', '093447.429000', '093447.432000', '093447.435000', '093447.438000', '093447.441000', '093507.316000', '093507.319000', '093507.322000', '093507.325000', '093507.328000', '093507.331000', '093507.334000', '093507.337000', '093507.340000', '093507.343000', '093507.346000', '093507.349000', '093507.352000', '093507.355000', '093507.358000', '093507.361000', '093507.364000', '093507.367000', '093507.370000', '093507.373000', '093507.376000', '093507.379000', '093507.382000', '093507.385000', '093507.388000', '093507.391000', '093507.394000', '093507.397000', '093507.400000', '093507.403000', '093507.406000', '093507.409000', '093507.412000', '093507.415000', '093507.418000', '093507.421000', '093507.424000', '093507.427000', '093507.430000', '093507.433000', '093507.436000', '093507.439000', '093507.442000', '093527.315000', '093527.318000', '093527.321000', '093527.324000', '093527.327000', '093527.330000', '093527.333000', '093527.336000', '093527.339000', '093527.342000', '093527.345000', '093527.348000', '093527.351000', '093527.354000', '093527.357000', '093527.360000', '093527.363000', '093527.366000', '093527.369000', '093527.372000', '093527.375000', '093527.378000', '093527.381000', '093527.384000', '093527.387000', '093527.390000', '093527.393000', '093527.396000', '093527.399000', '093527.402000', '093527.405000', '093527.408000', '093527.411000', '093527.414000', '093527.417000', '093527.420000', '093527.423000', '093527.426000', '093527.429000', '093527.432000', '093527.435000', '093527.438000', '093527.441000', '093527.444000', '093547.315000', '093547.319000', '093547.322000', '093547.325000', '093547.328000', '093547.331000', '093547.334000', '093547.337000', '093547.340000', '093547.343000', '093547.346000', '093547.349000', '093547.352000', '093547.355000', '093547.358000', '093547.361000', '093547.364000', '093547.367000', '093547.370000', '093547.373000', '093547.376000', '093547.379000', '093547.382000', '093547.385000', '093547.388000', '093547.391000', '093547.394000', '093547.397000', '093547.400000', '093547.403000', '093547.406000', '093547.409000', '093547.412000', '093547.415000', '093547.418000', '093547.421000', '093547.424000', '093547.427000', '093547.430000', '093547.433000', '093547.436000', '093547.439000', '093547.442000', '093548.763000', '093548.766000', '093548.770000', '093548.773000'], 'InstanceCreationTime': ['092707.347000', '092707.351000', '092707.355000', '092707.358000', '092707.361000', '092707.364000', '092707.367000', '092707.370000', '092707.373000', '092707.376000', '092707.379000', '092707.388000', '092707.391000', '092707.394000', '092707.397000', '092707.410000', '092707.413000', '092707.417000', '092707.420000', '092707.423000', '092707.426000', '092707.429000', '092727.317000', '092727.320000', '092727.323000', '092727.339000', '092727.342000', '092727.345000', '092727.348000', '092727.351000', '092727.354000', '092727.357000', '092727.360000', '092727.363000', '092727.367000', '092727.370000', '092727.373000', '092727.376000', '092727.379000', '092727.382000', '092727.385000', '092727.388000', '092727.391000', '092727.395000', '092727.398000', '092727.401000', '092727.404000', '092727.407000', '092727.411000', '092727.414000', '092727.417000', '092727.420000', '092727.423000', '092727.425000', '092727.428000', '092727.432000', '092727.435000', '092727.438000', '092727.441000', '092727.444000', '092727.447000', '092727.450000', '092727.454000', '092727.457000', '092727.460000', '092747.315000', '092747.318000', '092747.321000', '092747.324000', '092747.327000', '092747.330000', '092747.333000', '092747.336000', '092747.339000', '092747.342000', '092747.345000', '092747.348000', '092747.351000', '092747.354000', '092747.357000', '092747.360000', '092747.362000', '092747.365000', '092747.369000', '092747.371000', '092747.374000', '092747.377000', '092747.388000', '092747.391000', '092747.394000', '092747.397000', '092747.400000', '092747.403000', '092747.406000', '092747.409000', '092747.412000', '092747.415000', '092747.418000', '092747.421000', '092747.424000', '092747.427000', '092747.430000', '092747.433000', '092747.436000', '092747.439000', '092747.442000', '092747.445000', '092747.448000', '092747.450000', '092807.315000', '092807.318000', '092807.321000', '092807.343000', '092807.346000', '092807.349000', '092807.352000', '092807.355000', '092807.358000', '092807.361000', '092807.364000', '092807.367000', '092807.370000', '092807.373000', '092807.376000', '092807.379000', '092807.382000', '092807.385000', '092807.388000', '092807.391000', '092807.394000', '092807.397000', '092807.400000', '092807.403000', '092807.406000', '092807.409000', '092807.412000', '092807.415000', '092807.418000', '092807.421000', '092807.423000', '092807.426000', '092807.429000', '092807.432000', '092807.435000', '092807.438000', '092807.441000', '092807.444000', '092807.447000', '092807.450000', '092807.453000', '092807.456000', '092807.459000', '092827.315000', '092827.318000', '092827.321000', '092827.324000', '092827.327000', '092827.330000', '092827.333000', '092827.336000', '092827.339000', '092827.342000', '092827.345000', '092827.348000', '092827.351000', '092827.354000', '092827.357000', '092827.360000', '092827.363000', '092827.366000', '092827.369000', '092827.372000', '092827.375000', '092827.378000', '092827.381000', '092827.384000', '092827.387000', '092827.390000', '092827.393000', '092827.396000', '092827.399000', '092827.402000', '092827.404000', '092827.408000', '092827.411000', '092827.414000', '092827.416000', '092827.419000', '092827.422000', '092827.425000', '092827.428000', '092827.431000', '092827.434000', '092827.437000', '092827.440000', '092827.443000', '092847.315000', '092847.318000', '092847.321000', '092847.324000', '092847.327000', '092847.330000', '092847.333000', '092847.336000', '092847.339000', '092847.342000', '092847.345000', '092847.348000', '092847.351000', '092847.354000', '092847.357000', '092847.361000', '092847.364000', '092847.367000', '092847.369000', '092847.372000', '092847.375000', '092847.378000', '092847.381000', '092847.384000', '092847.387000', '092847.390000', '092847.393000', '092847.396000', '092847.399000', '092847.402000', '092847.405000', '092847.408000', '092847.411000', '092847.414000', '092847.417000', '092847.420000', '092847.423000', '092847.426000', '092847.429000', '092847.432000', '092847.435000', '092847.438000', '092847.441000', '092907.315000', '092907.318000', '092907.321000', '092907.324000', '092907.327000', '092907.330000', '092907.333000', '092907.336000', '092907.339000', '092907.342000', '092907.345000', '092907.348000', '092907.351000', '092907.354000', '092907.357000', '092907.360000', '092907.363000', '092907.366000', '092907.369000', '092907.372000', '092907.375000', '092907.378000', '092907.381000', '092907.384000', '092907.387000', '092907.390000', '092907.393000', '092907.396000', '092907.399000', '092907.402000', '092907.405000', '092907.408000', '092907.411000', '092907.414000', '092907.417000', '092907.420000', '092907.423000', '092907.426000', '092907.429000', '092907.432000', '092907.435000', '092907.438000', '092907.440000', '092907.443000', '092927.316000', '092927.319000', '092927.322000', '092927.325000', '092927.328000', '092927.331000', '092927.334000', '092927.337000', '092927.340000', '092927.343000', '092927.346000', '092927.349000', '092927.352000', '092927.355000', '092927.358000', '092927.361000', '092927.364000', '092927.367000', '092927.371000', '092927.374000', '092927.377000', '092927.380000', '092927.383000', '092927.387000', '092927.390000', '092927.393000', '092927.396000', '092927.399000', '092927.402000', '092927.405000', '092927.408000', '092927.411000', '092927.414000', '092927.417000', '092927.420000', '092927.423000', '092927.426000', '092927.429000', '092927.432000', '092927.435000', '092927.438000', '092927.441000', '092927.454000', '092947.316000', '092947.319000', '092947.322000', '092947.325000', '092947.328000', '092947.331000', '092947.334000', '092947.337000', '092947.340000', '092947.343000', '092947.346000', '092947.349000', '092947.352000', '092947.355000', '092947.358000', '092947.371000', '092947.374000', '092947.377000', '092947.380000', '092947.383000', '092947.386000', '092947.389000', '092947.392000', '092947.395000', '092947.398000', '092947.401000', '092947.404000', '092947.407000', '092947.410000', '092947.413000', '092947.416000', '092947.419000', '092947.422000', '092947.425000', '092947.428000', '092947.431000', '092947.433000', '092947.436000', '092947.439000', '092947.442000', '092947.445000', '092947.448000', '092947.452000', '092947.455000', '093007.315000', '093007.318000', '093007.321000', '093007.324000', '093007.327000', '093007.330000', '093007.333000', '093007.336000', '093007.339000', '093007.342000', '093007.345000', '093007.348000', '093007.351000', '093007.354000', '093007.357000', '093007.360000', '093007.363000', '093007.366000', '093007.369000', '093007.372000', '093007.375000', '093007.378000', '093007.381000', '093007.384000', '093007.390000', '093007.393000', '093007.396000', '093007.399000', '093007.402000', '093007.405000', '093007.408000', '093007.411000', '093007.414000', '093007.417000', '093007.420000', '093007.423000', '093007.426000', '093007.429000', '093007.432000', '093007.435000', '093007.438000', '093007.441000', '093007.444000', '093027.315000', '093027.318000', '093027.321000', '093027.324000', '093027.327000', '093027.330000', '093027.333000', '093027.336000', '093027.339000', '093027.342000', '093027.345000', '093027.348000', '093027.351000', '093027.354000', '093027.357000', '093027.360000', '093027.363000', '093027.366000', '093027.369000', '093027.372000', '093027.375000', '093027.378000', '093027.381000', '093027.384000', '093027.387000', '093027.390000', '093027.393000', '093027.396000', '093027.399000', '093027.402000', '093027.405000', '093027.408000', '093027.411000', '093027.414000', '093027.417000', '093027.420000', '093027.423000', '093027.426000', '093027.429000', '093027.432000', '093027.435000', '093027.438000', '093027.441000', '093027.444000', '093047.315000', '093047.318000', '093047.321000', '093047.324000', '093047.327000', '093047.330000', '093047.333000', '093047.336000', '093047.339000', '093047.342000', '093047.345000', '093047.348000', '093047.352000', '093047.355000', '093047.358000', '093047.361000', '093047.364000', '093047.367000', '093047.370000', '093047.373000', '093047.376000', '093047.379000', '093047.382000', '093047.385000', '093047.388000', '093047.391000', '093047.394000', '093047.397000', '093047.400000', '093047.403000', '093047.406000', '093047.409000', '093047.412000', '093047.416000', '093047.419000', '093047.422000', '093047.425000', '093047.428000', '093047.431000', '093047.434000', '093047.437000', '093047.440000', '093047.443000', '093107.315000', '093107.318000', '093107.321000', '093107.324000', '093107.327000', '093107.330000', '093107.333000', '093107.336000', '093107.339000', '093107.342000', '093107.345000', '093107.348000', '093107.351000', '093107.354000', '093107.357000', '093107.360000', '093107.363000', '093107.376000', '093107.379000', '093107.382000', '093107.385000', '093107.388000', '093107.391000', '093107.394000', '093107.410000', '093107.413000', '093107.416000', '093107.419000', '093107.422000', '093107.425000', '093107.428000', '093107.431000', '093107.434000', '093107.437000', '093107.440000', '093107.443000', '093107.446000', '093107.449000', '093107.452000', '093107.455000', '093107.458000', '093107.460000', '093107.463000', '093107.466000', '093127.315000', '093127.318000', '093127.321000', '093127.324000', '093127.327000', '093127.330000', '093127.333000', '093127.336000', '093127.339000', '093127.342000', '093127.345000', '093127.348000', '093127.351000', '093127.354000', '093127.357000', '093127.360000', '093127.363000', '093127.366000', '093127.369000', '093127.372000', '093127.375000', '093127.378000', '093127.381000', '093127.384000', '093127.387000', '093127.390000', '093127.393000', '093127.396000', '093127.399000', '093127.402000', '093127.405000', '093127.408000', '093127.411000', '093127.414000', '093127.417000', '093127.420000', '093127.423000', '093127.426000', '093127.429000', '093127.433000', '093127.436000', '093127.439000', '093127.442000', '093147.316000', '093147.319000', '093147.322000', '093147.325000', '093147.328000', '093147.331000', '093147.334000', '093147.337000', '093147.340000', '093147.343000', '093147.346000', '093147.349000', '093147.352000', '093147.355000', '093147.358000', '093147.361000', '093147.364000', '093147.367000', '093147.370000', '093147.373000', '093147.376000', '093147.379000', '093147.382000', '093147.385000', '093147.388000', '093147.391000', '093147.394000', '093147.397000', '093147.400000', '093147.403000', '093147.406000', '093147.409000', '093147.412000', '093147.415000', '093147.418000', '093147.421000', '093147.424000', '093147.427000', '093147.430000', '093147.433000', '093147.436000', '093147.439000', '093147.442000', '093147.445000', '093207.316000', '093207.319000', '093207.322000', '093207.325000', '093207.328000', '093207.331000', '093207.334000', '093207.337000', '093207.340000', '093207.343000', '093207.346000', '093207.349000', '093207.352000', '093207.355000', '093207.358000', '093207.361000', '093207.364000', '093207.367000', '093207.370000', '093207.373000', '093207.376000', '093207.379000', '093207.382000', '093207.385000', '093207.389000', '093207.392000', '093207.395000', '093207.398000', '093207.401000', '093207.404000', '093207.407000', '093207.410000', '093207.413000', '093207.416000', '093207.419000', '093207.422000', '093207.425000', '093207.428000', '093207.431000', '093207.434000', '093207.437000', '093207.440000', '093207.444000', '093227.315000', '093227.318000', '093227.321000', '093227.324000', '093227.327000', '093227.330000', '093227.333000', '093227.336000', '093227.339000', '093227.342000', '093227.345000', '093227.348000', '093227.351000', '093227.354000', '093227.357000', '093227.360000', '093227.363000', '093227.366000', '093227.369000', '093227.372000', '093227.375000', '093227.378000', '093227.381000', '093227.384000', '093227.387000', '093227.390000', '093227.393000', '093227.396000', '093227.399000', '093227.402000', '093227.406000', '093227.408000', '093227.411000', '093227.414000', '093227.417000', '093227.420000', '093227.423000', '093227.426000', '093227.429000', '093227.432000', '093227.435000', '093227.438000', '093227.441000', '093227.444000', '093247.315000', '093247.318000', '093247.321000', '093247.324000', '093247.327000', '093247.330000', '093247.333000', '093247.336000', '093247.339000', '093247.342000', '093247.345000', '093247.348000', '093247.351000', '093247.354000', '093247.357000', '093247.360000', '093247.363000', '093247.366000', '093247.369000', '093247.372000', '093247.375000', '093247.378000', '093247.381000', '093247.384000', '093247.387000', '093247.390000', '093247.393000', '093247.396000', '093247.399000', '093247.402000', '093247.405000', '093247.408000', '093247.411000', '093247.414000', '093247.417000', '093247.420000', '093247.423000', '093247.426000', '093247.431000', '093247.434000', '093247.437000', '093247.440000', '093247.443000', '093307.315000', '093307.318000', '093307.321000', '093307.324000', '093307.327000', '093307.330000', '093307.333000', '093307.336000', '093307.339000', '093307.342000', '093307.345000', '093307.348000', '093307.351000', '093307.354000', '093307.357000', '093307.360000', '093307.363000', '093307.366000', '093307.369000', '093307.372000', '093307.375000', '093307.378000', '093307.381000', '093307.384000', '093307.387000', '093307.390000', '093307.393000', '093307.396000', '093307.399000', '093307.402000', '093307.405000', '093307.408000', '093307.411000', '093307.414000', '093307.417000', '093307.420000', '093307.423000', '093307.426000', '093307.429000', '093307.432000', '093307.435000', '093307.438000', '093307.441000', '093307.444000', '093327.315000', '093327.318000', '093327.321000', '093327.324000', '093327.327000', '093327.330000', '093327.333000', '093327.336000', '093327.339000', '093327.342000', '093327.345000', '093327.348000', '093327.351000', '093327.354000', '093327.357000', '093327.360000', '093327.363000', '093327.366000', '093327.369000', '093327.372000', '093327.375000', '093327.378000', '093327.381000', '093327.384000', '093327.387000', '093327.390000', '093327.393000', '093327.396000', '093327.399000', '093327.401000', '093327.404000', '093327.407000', '093327.410000', '093327.414000', '093327.416000', '093327.419000', '093327.422000', '093327.426000', '093327.430000', '093327.433000', '093327.436000', '093327.439000', '093327.442000', '093347.315000', '093347.318000', '093347.321000', '093347.324000', '093347.327000', '093347.330000', '093347.333000', '093347.336000', '093347.339000', '093347.342000', '093347.345000', '093347.348000', '093347.351000', '093347.354000', '093347.357000', '093347.360000', '093347.363000', '093347.366000', '093347.369000', '093347.372000', '093347.375000', '093347.378000', '093347.381000', '093347.395000', '093347.398000', '093347.401000', '093347.404000', '093347.407000', '093347.410000', '093347.413000', '093347.416000', '093347.419000', '093347.422000', '093347.425000', '093347.428000', '093347.431000', '093347.434000', '093347.437000', '093347.440000', '093347.442000', '093347.445000', '093347.448000', '093347.451000', '093347.454000', '093407.316000', '093407.335000', '093407.338000', '093407.341000', '093407.343000', '093407.346000', '093407.349000', '093407.352000', '093407.355000', '093407.358000', '093407.361000', '093407.364000', '093407.367000', '093407.370000', '093407.373000', '093407.376000', '093407.379000', '093407.382000', '093407.385000', '093407.388000', '093407.391000', '093407.394000', '093407.397000', '093407.400000', '093407.403000', '093407.406000', '093407.409000', '093407.412000', '093407.415000', '093407.418000', '093407.421000', '093407.424000', '093407.427000', '093407.430000', '093407.433000', '093407.436000', '093407.439000', '093407.442000', '093407.445000', '093407.448000', '093407.451000', '093407.454000', '093407.457000', '093427.316000', '093427.319000', '093427.322000', '093427.325000', '093427.328000', '093427.331000', '093427.334000', '093427.337000', '093427.340000', '093427.343000', '093427.346000', '093427.349000', '093427.352000', '093427.355000', '093427.358000', '093427.361000', '093427.364000', '093427.367000', '093427.370000', '093427.373000', '093427.376000', '093427.379000', '093427.382000', '093427.385000', '093427.388000', '093427.391000', '093427.393000', '093427.396000', '093427.399000', '093427.402000', '093427.405000', '093427.408000', '093427.411000', '093427.414000', '093427.417000', '093427.420000', '093427.423000', '093427.426000', '093427.429000', '093427.432000', '093427.435000', '093427.438000', '093427.441000', '093427.444000', '093447.315000', '093447.318000', '093447.321000', '093447.324000', '093447.327000', '093447.330000', '093447.333000', '093447.336000', '093447.339000', '093447.342000', '093447.345000', '093447.348000', '093447.351000', '093447.354000', '093447.357000', '093447.360000', '093447.363000', '093447.366000', '093447.369000', '093447.372000', '093447.375000', '093447.378000', '093447.381000', '093447.384000', '093447.387000', '093447.390000', '093447.393000', '093447.396000', '093447.399000', '093447.402000', '093447.405000', '093447.408000', '093447.411000', '093447.414000', '093447.417000', '093447.420000', '093447.423000', '093447.426000', '093447.429000', '093447.432000', '093447.435000', '093447.438000', '093447.441000', '093507.316000', '093507.319000', '093507.322000', '093507.325000', '093507.328000', '093507.331000', '093507.334000', '093507.337000', '093507.340000', '093507.343000', '093507.346000', '093507.349000', '093507.352000', '093507.355000', '093507.358000', '093507.361000', '093507.364000', '093507.367000', '093507.370000', '093507.373000', '093507.376000', '093507.379000', '093507.382000', '093507.385000', '093507.388000', '093507.391000', '093507.394000', '093507.397000', '093507.400000', '093507.403000', '093507.406000', '093507.409000', '093507.412000', '093507.415000', '093507.418000', '093507.421000', '093507.424000', '093507.427000', '093507.430000', '093507.433000', '093507.436000', '093507.439000', '093507.442000', '093527.315000', '093527.318000', '093527.321000', '093527.324000', '093527.327000', '093527.330000', '093527.333000', '093527.336000', '093527.339000', '093527.342000', '093527.345000', '093527.348000', '093527.351000', '093527.354000', '093527.357000', '093527.360000', '093527.363000', '093527.366000', '093527.369000', '093527.372000', '093527.375000', '093527.378000', '093527.381000', '093527.384000', '093527.387000', '093527.390000', '093527.393000', '093527.396000', '093527.399000', '093527.402000', '093527.405000', '093527.408000', '093527.411000', '093527.414000', '093527.417000', '093527.420000', '093527.423000', '093527.426000', '093527.429000', '093527.432000', '093527.435000', '093527.438000', '093527.441000', '093527.444000', '093547.315000', '093547.319000', '093547.322000', '093547.325000', '093547.328000', '093547.331000', '093547.334000', '093547.337000', '093547.340000', '093547.343000', '093547.346000', '093547.349000', '093547.352000', '093547.355000', '093547.358000', '093547.361000', '093547.364000', '093547.367000', '093547.370000', '093547.373000', '093547.376000', '093547.379000', '093547.382000', '093547.385000', '093547.388000', '093547.391000', '093547.394000', '093547.397000', '093547.400000', '093547.403000', '093547.406000', '093547.409000', '093547.412000', '093547.415000', '093547.418000', '093547.421000', '093547.424000', '093547.427000', '093547.430000', '093547.433000', '093547.436000', '093547.439000', '093547.442000', '093548.763000', '093548.766000', '093548.770000', '093548.773000'], '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': [10804, 7901, 14015, 7700, 8883, 14381, 7336, 11729, 12502, 7630, 13313, 6844, 9487, 13941, 7696, 11741, 14139, 8238, 12525, 9676, 7742, 14273, 8673, 8545, 14325, 8877, 9147, 13557, 7972, 14231, 9892, 9082, 7448, 10123, 14200, 8107, 9107, 14258, 9203, 8847, 15288, 9699, 8716, 14914, 9648, 8432, 14463, 9001, 8623, 13426, 9798, 12988, 8401, 13257, 9636, 13829, 15397, 11765, 9717, 13168, 8291, 10765, 14900, 9647, 11939, 8379, 9021, 13954, 7991, 11271, 14256, 10015, 12372, 7587, 10518, 13883, 8687, 12706, 7928, 8933, 13434, 7601, 9861, 13771, 8385, 11391, 8124, 9123, 13390, 8463, 8881, 14039, 7312, 10103, 14179, 8165, 12435, 10282, 8471, 13916, 7915, 9817, 14168, 9846, 12009, 10239, 7921, 14076, 9008, 9775, 14339, 7430, 10701, 14521, 8860, 11836, 12789, 8407, 13792, 12448, 8471, 13248, 9512, 8485, 13946, 8417, 9030, 14280, 7975, 9587, 14357, 7341, 10331, 14220, 8576, 11425, 10479, 8312, 14164, 9231, 8711, 14077, 9029, 8428, 14183, 8581, 8450, 14245, 8990, 8098, 14147, 8531, 8080, 14076, 8988, 7865, 14042, 7272, 9055, 14199, 8173, 10395, 14306, 7639, 11464, 14104, 8153, 12863, 13145, 7807, 13162, 9330, 8087, 14426, 8994, 8332, 14507, 9287, 8533, 14437, 9337, 8139, 13907, 8479, 8842, 14643, 8038, 9739, 14555, 8076, 10303, 14541, 8090, 11645, 11197, 7842, 14047, 13389, 9039, 13532, 8920, 8510, 14798, 8944, 8773, 14534, 8001, 9409, 14720, 8475, 9200, 14637, 7916, 9679, 14590, 8280, 8790, 14655, 8117, 9713, 14533, 8005, 9783, 14575, 7629, 10113, 14212, 8153, 9493, 14505, 7732, 11635, 14718, 8395, 12040, 12142, 8596, 13153, 9854, 8376, 14396, 7953, 9989, 14624, 8596, 11655, 14441, 9183, 12233, 14403, 8026, 12536, 12907, 8409, 13248, 9225, 7624, 14463, 9202, 9323, 14534, 9007, 8235, 14529, 9076, 8176, 14454, 8589, 8270, 14316, 8767, 8519, 14390, 8812, 8472, 14497, 8905, 9137, 14746, 7562, 9068, 14613, 8156, 9422, 14689, 7237, 10697, 14428, 9034, 10083, 14304, 7307, 9108, 14886, 8803, 9547, 14787, 7799, 10385, 14827, 7865, 11584, 14707, 8534, 11562, 9147, 8039, 14520, 9236, 8827, 14538, 8915, 8954, 14709, 9249, 8154, 14585, 10305, 9277, 14132, 10094, 8735, 14092, 12836, 8293, 12330, 13240, 7777, 12810, 13519, 8609, 12886, 14407, 8435, 11725, 11490, 8390, 13475, 10797, 8645, 13275, 12175, 8132, 12605, 14765, 8616, 11238, 14006, 8372, 11947, 14175, 8804, 9923, 14294, 7777, 11620, 14474, 8761, 10553, 13671, 7993, 12304, 14356, 8881, 11065, 11200, 8180, 13566, 9027, 8420, 14898, 8089, 12452, 7911, 11643, 7000, 12698, 7583, 12983, 14874, 10570, 9174, 13219, 11662, 8088, 13663, 14687, 8109, 10720, 14609, 7744, 10775, 14187, 8453, 10057, 14307, 7430, 10275, 14272, 7557, 10899, 8534, 8246, 13815, 8909, 8883, 13843, 7786, 11550, 14265, 8986, 11559, 13915, 8152, 12908, 14748, 8748, 11580, 14020, 7661, 12248, 14613, 8723, 9941, 14320, 7714, 10289, 14524, 8606, 9263, 14305, 7309, 9933, 14316, 8465, 9401, 14258, 7365, 9213, 14208, 8784, 8607, 13983, 8388, 8217, 14162, 9076, 8155, 13842, 8049, 8066, 14278, 8914, 8743, 14241, 8503, 8895, 14500, 8606, 10685, 14727, 8270, 12064, 14532, 9872, 11214, 12756, 8871, 13495, 12062, 8739, 12777, 9706, 8507, 13687, 11794, 8476, 13028, 13105, 8122, 12817, 14750, 8927, 10019, 14285, 7530, 9481, 14019, 8234, 9010, 13726, 8417, 8602, 13669, 9411, 8098, 13537, 9076, 8196, 13884, 9244, 8584, 13994, 8858, 8255, 14156, 8867, 8983, 14369, 9008, 8658, 14282, 9066, 9085, 14574, 9024, 9017, 14435, 8160, 9875, 14757, 8583, 9576, 14866, 7357, 10884, 14782, 8752, 9148, 14374, 7169, 10151, 14542, 9091, 8974, 14666, 7672, 9108, 14768, 8876, 8326, 14635, 8762, 8702, 14586, 9070, 8512, 14350, 8221, 8627, 14381, 9193, 8366, 13945, 8110, 8575, 14454, 8862, 8067, 13688, 9005, 8156, 14187, 10187, 8312, 13211, 10146, 8107, 13518, 15014, 8285, 10462, 12388, 8064, 13423, 14985, 8035, 9946, 14328, 7164, 10956, 14597, 8740, 9979, 14263, 7340, 11357, 14526, 8917, 11901, 13268, 7875, 13298, 13896, 8663, 13166, 13616, 9071, 11954, 9316, 8318, 13913, 9818, 8621, 13814, 7845, 9130, 14535, 9321, 8997, 14376, 8918, 8864, 13676, 6854, 8697, 13837, 8738, 8385, 13408, 7601, 8664, 14151, 8551, 8733, 13511, 8226, 8684, 13624, 8554, 8550, 14075, 7162, 9579, 14389, 7776, 11046, 14138, 8479, 11482, 13416, 7982, 13328, 11450, 8258, 13430, 7909, 8274, 14396, 8769, 9951, 14262, 8272, 12141, 14303, 8246, 12342, 14146, 8667, 11632, 11516, 7550, 13462, 14285, 7928, 11995, 13475, 8100, 12617, 8822, 9291, 14664, 7937, 13015, 7787, 12372, 8202, 12835, 14572, 8351, 8826, 14224, 8619, 8798, 14042, 6977, 8561, 14573, 8540, 9354, 14045, 6993, 11182, 13776, 7513, 12186, 9697, 7609, 13298, 8861, 8001, 13705, 8855, 8209, 13674, 7759, 8437, 14045, 9016, 8213, 13457, 8228, 8301, 13845, 8957, 8164, 13732, 7097, 8808, 13985, 8855, 8682, 13941, 6976, 9227, 14139, 8754, 8636, 14257, 6950, 9717, 14147, 9372, 8088, 13108, 8439, 7582, 13931, 9027, 7766, 13723, 8571, 7769, 14071, 8176, 8656, 14195, 7613, 8829, 13877, 9491, 8542, 13732, 7658, 8827, 14110, 8618, 8616, 14284, 7244, 9345, 13952, 8392, 9109, 14349, 8827, 8856, 13944, 7605, 8930, 14184, 8879, 8471, 13463, 8160, 8208, 13958, 9291, 8139, 13542, 7481, 8201, 13941, 8649, 8199, 13927, 7170, 8958, 14011, 7864, 9424, 14017, 8271, 11497, 13986, 7918, 11895, 13630, 8454, 11449, 11940, 7493, 13182, 11516, 8024, 12612, 9535, 7895, 13753, 9155, 8269, 13843, 6781, 8991, 14328, 8692, 8635, 14014, 6713, 9074, 14238, 9257, 8246, 13560, 8521, 7984, 13764, 11378, 8265, 12541, 8160, 8208, 14179, 9099, 8418, 13983, 7987, 8371, 13875, 8331, 7962, 14061, 8596, 8107, 13821, 8536, 7836, 13034, 12049, 8265, 11887, 13146, 7759, 11515, 13442, 8118, 12091, 12578, 8099, 11584, 9578, 8196, 13412, 9392, 8434, 13768, 9024, 8667, 14117, 9208, 9210, 14276, 8396, 9031, 14345, 8543, 8908, 14672, 7640, 9323, 14332, 9269, 11249, 14062, 7676, 11776, 14460, 8817, 12710, 10578, 7686, 13549, 10596, 8451, 13500, 7987, 7842, 14240, 8724, 8296, 14333, 6950, 8679, 14373, 8524, 8811, 14551, 6988, 9579, 14294, 7953, 9260, 14393, 7899, 11971, 14487, 8276, 10158, 14284, 8053, 10912, 13893, 8065, 9962, 13498, 7901, 13019, 13580, 8154, 12757, 12537, 7817, 12753, 10508, 8056, 13477, 7643, 8228, 14311, 8007, 9730, 13853, 8860, 11730, 14464, 7908, 12641, 13327, 8680, 13089, 9489, 7922, 13987, 9063, 8495, 14162, 7209, 8741, 14112, 9354, 11176, 11411, 8144, 13601, 12970, 8540, 13173, 11160, 8357, 13513, 13958, 8178, 12527, 13136, 8293, 12958, 12247, 8452, 13012, 10094, 8164, 13473, 9291, 8351, 14053, 9902, 8242, 13429, 9046, 8296, 14073, 8663, 8518, 14098, 7854, 8625, 14163, 7865, 10509, 14158, 7605, 11566, 13970, 8173, 11888, 12420, 8206, 13011, 9200, 8132, 14212, 8234, 8837, 14407, 8728, 10175, 14362, 7829, 12468, 14630, 9299, 10906, 12450, 8546, 13357, 10564, 8675, 13643, 8990, 8566, 14053, 6911, 9847, 14023, 8740, 11222, 13945, 8134, 12215, 13435, 7446, 12509, 11374, 8418, 14026, 7024, 10441, 6588, 11854, 7765, 11879, 14119, 9653, 8606, 13810, 8793, 8799, 14105, 7846, 10901, 15046, 8382, 10899, 14562, 8649, 10002, 14100, 6970, 9815, 14387, 8258, 9589, 13936, 7347, 10792, 14315, 8150, 10998, 13991, 8615, 11896, 11700, 8178, 13637, 12551, 8889, 13086, 8845, 8044, 14282, 9102, 8693, 14192, 9400, 8375, 14222, 9884, 7949, 13268, 11403, 8121, 13152, 12604, 8057, 12951, 13783, 8979, 12227, 13233, 7544, 12542, 14539, 8914, 11723, 14412, 7923, 10728, 14515, 8427, 10782, 14189, 8284, 10322, 14287, 8008, 10631, 14330, 8632, 10396, 14106, 8013, 10456, 14410, 8596, 8434, 13919, 9176, 8367, 13431, 10875, 8160, 12746, 13699, 8925, 12031, 14394, 7968, 11393, 14080, 8582, 11506, 11532, 8071, 13412, 13758, 9066], 'WindowCenter': [4384.0, 4335.0, 4382.0, 4320.0, 4330.0, 4366.0, 4305.0, 4358.0, 4356.0, 4316.0, 4368.0, 4295.0, 4336.0, 4367.0, 4316.0, 4358.0, 4367.0, 4314.0, 4358.0, 4324.0, 4305.0, 4364.0, 4314.0, 4314.0, 4354.0, 4324.0, 4325.0, 4353.0, 4303.0, 4354.0, 4322.0, 4310.0, 4302.0, 4333.0, 4364.0, 4311.0, 4326.0, 4369.0, 4324.0, 4340.0, 4394.0, 4339.0, 4326.0, 4366.0, 4312.0, 4300.0, 4353.0, 4314.0, 4314.0, 4355.0, 4323.0, 4338.0, 4301.0, 4329.0, 4310.0, 4340.0, 4341.0, 4305.0, 4282.0, 4302.0, 4270.0, 4290.0, 4322.0, 4282.0, 4301.0, 4269.0, 4282.0, 4321.0, 4269.0, 4304.0, 4323.0, 4294.0, 4314.0, 4273.0, 4303.0, 4323.0, 4284.0, 4340.0, 4284.0, 4296.0, 4337.0, 4286.0, 4318.0, 4352.0, 4300.0, 4329.0, 4300.0, 4322.0, 4353.0, 4323.0, 4324.0, 4363.0, 4303.0, 4335.0, 4354.0, 4326.0, 4357.0, 4333.0, 4315.0, 4353.0, 4304.0, 4336.0, 4354.0, 4324.0, 4346.0, 4323.0, 4301.0, 4355.0, 4310.0, 4323.0, 4352.0, 4289.0, 4322.0, 4352.0, 4299.0, 4333.0, 4329.0, 4299.0, 4340.0, 4329.0, 4299.0, 4338.0, 4306.0, 4296.0, 4338.0, 4287.0, 4309.0, 4348.0, 4286.0, 4307.0, 4336.0, 4290.0, 4320.0, 4353.0, 4311.0, 4335.0, 4331.0, 4312.0, 4354.0, 4322.0, 4313.0, 4353.0, 4310.0, 4300.0, 4353.0, 4310.0, 4313.0, 4349.0, 4312.0, 4301.0, 4350.0, 4311.0, 4300.0, 4350.0, 4311.0, 4302.0, 4352.0, 4304.0, 4324.0, 4354.0, 4313.0, 4334.0, 4363.0, 4313.0, 4345.0, 4362.0, 4315.0, 4355.0, 4356.0, 4305.0, 4354.0, 4323.0, 4313.0, 4364.0, 4314.0, 4314.0, 4354.0, 4324.0, 4313.0, 4362.0, 4323.0, 4302.0, 4355.0, 4313.0, 4314.0, 4364.0, 4313.0, 4335.0, 4365.0, 4304.0, 4333.0, 4366.0, 4302.0, 4346.0, 4343.0, 4312.0, 4365.0, 4354.0, 4315.0, 4352.0, 4309.0, 4311.0, 4353.0, 4314.0, 4313.0, 4351.0, 4300.0, 4311.0, 4351.0, 4310.0, 4309.0, 4351.0, 4290.0, 4308.0, 4338.0, 4300.0, 4299.0, 4348.0, 4287.0, 4308.0, 4339.0, 4288.0, 4308.0, 4340.0, 4286.0, 4307.0, 4353.0, 4298.0, 4308.0, 4338.0, 4287.0, 4330.0, 4361.0, 4301.0, 4342.0, 4342.0, 4311.0, 4352.0, 4322.0, 4301.0, 4364.0, 4301.0, 4323.0, 4362.0, 4314.0, 4343.0, 4352.0, 4311.0, 4343.0, 4353.0, 4303.0, 4342.0, 4341.0, 4300.0, 4340.0, 4308.0, 4300.0, 4353.0, 4310.0, 4312.0, 4351.0, 4311.0, 4313.0, 4351.0, 4300.0, 4303.0, 4348.0, 4299.0, 4299.0, 4350.0, 4298.0, 4309.0, 4350.0, 4308.0, 4300.0, 4351.0, 4309.0, 4313.0, 4350.0, 4302.0, 4312.0, 4352.0, 4302.0, 4325.0, 4352.0, 4304.0, 4337.0, 4355.0, 4313.0, 4333.0, 4352.0, 4316.0, 4339.0, 4375.0, 4325.0, 4324.0, 4366.0, 4315.0, 4337.0, 4375.0, 4316.0, 4348.0, 4376.0, 4326.0, 4346.0, 4324.0, 4315.0, 4364.0, 4324.0, 4324.0, 4365.0, 4322.0, 4326.0, 4364.0, 4313.0, 4315.0, 4365.0, 4322.0, 4313.0, 4352.0, 4318.0, 4312.0, 4351.0, 4330.0, 4298.0, 4328.0, 4339.0, 4289.0, 4329.0, 4338.0, 4297.0, 4338.0, 4351.0, 4297.0, 4329.0, 4317.0, 4296.0, 4341.0, 4329.0, 4296.0, 4339.0, 4328.0, 4289.0, 4340.0, 4349.0, 4298.0, 4319.0, 4339.0, 4301.0, 4331.0, 4340.0, 4309.0, 4311.0, 4339.0, 4288.0, 4330.0, 4350.0, 4301.0, 4321.0, 4340.0, 4313.0, 4356.0, 4352.0, 4312.0, 4330.0, 4328.0, 4313.0, 4355.0, 4325.0, 4329.0, 4379.0, 4316.0, 4355.0, 4329.0, 4360.0, 4322.0, 4369.0, 4331.0, 4370.0, 4381.0, 4336.0, 4315.0, 4344.0, 4319.0, 4303.0, 4355.0, 4339.0, 4286.0, 4317.0, 4336.0, 4287.0, 4319.0, 4337.0, 4286.0, 4321.0, 4337.0, 4276.0, 4306.0, 4339.0, 4287.0, 4331.0, 4297.0, 4312.0, 4364.0, 4323.0, 4325.0, 4365.0, 4304.0, 4348.0, 4367.0, 4327.0, 4348.0, 4354.0, 4302.0, 4346.0, 4355.0, 4302.0, 4334.0, 4341.0, 4289.0, 4331.0, 4351.0, 4301.0, 4311.0, 4351.0, 4289.0, 4318.0, 4351.0, 4298.0, 4307.0, 4338.0, 4287.0, 4309.0, 4350.0, 4298.0, 4311.0, 4350.0, 4277.0, 4312.0, 4352.0, 4298.0, 4311.0, 4340.0, 4298.0, 4311.0, 4353.0, 4309.0, 4302.0, 4339.0, 4299.0, 4301.0, 4351.0, 4312.0, 4313.0, 4364.0, 4313.0, 4325.0, 4363.0, 4314.0, 4335.0, 4364.0, 4314.0, 4356.0, 4354.0, 4323.0, 4333.0, 4341.0, 4312.0, 4354.0, 4329.0, 4299.0, 4340.0, 4307.0, 4310.0, 4350.0, 4329.0, 4300.0, 4340.0, 4338.0, 4301.0, 4342.0, 4348.0, 4298.0, 4309.0, 4337.0, 4289.0, 4310.0, 4338.0, 4285.0, 4300.0, 4338.0, 4296.0, 4299.0, 4339.0, 4307.0, 4288.0, 4339.0, 4309.0, 4301.0, 4351.0, 4309.0, 4309.0, 4352.0, 4313.0, 4312.0, 4353.0, 4309.0, 4312.0, 4365.0, 4323.0, 4323.0, 4367.0, 4311.0, 4313.0, 4363.0, 4312.0, 4323.0, 4364.0, 4313.0, 4334.0, 4363.0, 4313.0, 4325.0, 4363.0, 4291.0, 4332.0, 4365.0, 4312.0, 4311.0, 4354.0, 4290.0, 4320.0, 4351.0, 4310.0, 4312.0, 4352.0, 4289.0, 4310.0, 4350.0, 4310.0, 4299.0, 4352.0, 4298.0, 4312.0, 4363.0, 4310.0, 4301.0, 4352.0, 4298.0, 4297.0, 4352.0, 4309.0, 4301.0, 4350.0, 4288.0, 4311.0, 4353.0, 4310.0, 4300.0, 4352.0, 4309.0, 4302.0, 4364.0, 4334.0, 4313.0, 4354.0, 4332.0, 4316.0, 4366.0, 4362.0, 4312.0, 4335.0, 4354.0, 4315.0, 4370.0, 4377.0, 4326.0, 4350.0, 4364.0, 4304.0, 4345.0, 4362.0, 4312.0, 4335.0, 4362.0, 4302.0, 4346.0, 4366.0, 4323.0, 4355.0, 4354.0, 4311.0, 4355.0, 4352.0, 4311.0, 4354.0, 4352.0, 4310.0, 4331.0, 4309.0, 4297.0, 4350.0, 4308.0, 4297.0, 4338.0, 4286.0, 4307.0, 4338.0, 4296.0, 4299.0, 4336.0, 4294.0, 4293.0, 4325.0, 4264.0, 4296.0, 4335.0, 4294.0, 4297.0, 4337.0, 4286.0, 4297.0, 4351.0, 4309.0, 4310.0, 4339.0, 4300.0, 4309.0, 4349.0, 4312.0, 4310.0, 4364.0, 4290.0, 4322.0, 4364.0, 4304.0, 4344.0, 4352.0, 4314.0, 4344.0, 4351.0, 4302.0, 4354.0, 4332.0, 4300.0, 4352.0, 4299.0, 4301.0, 4350.0, 4313.0, 4321.0, 4351.0, 4300.0, 4342.0, 4350.0, 4299.0, 4342.0, 4350.0, 4298.0, 4331.0, 4331.0, 4287.0, 4341.0, 4350.0, 4300.0, 4331.0, 4351.0, 4316.0, 4359.0, 4313.0, 4327.0, 4376.0, 4316.0, 4366.0, 4330.0, 4369.0, 4327.0, 4357.0, 4365.0, 4312.0, 4325.0, 4354.0, 4310.0, 4299.0, 4341.0, 4279.0, 4298.0, 4350.0, 4296.0, 4307.0, 4336.0, 4278.0, 4328.0, 4349.0, 4290.0, 4341.0, 4321.0, 4299.0, 4350.0, 4311.0, 4315.0, 4353.0, 4311.0, 4313.0, 4351.0, 4290.0, 4314.0, 4354.0, 4309.0, 4303.0, 4342.0, 4299.0, 4303.0, 4353.0, 4310.0, 4300.0, 4343.0, 4278.0, 4313.0, 4353.0, 4309.0, 4314.0, 4352.0, 4290.0, 4325.0, 4353.0, 4311.0, 4314.0, 4352.0, 4291.0, 4335.0, 4353.0, 4322.0, 4314.0, 4343.0, 4301.0, 4301.0, 4352.0, 4309.0, 4302.0, 4353.0, 4312.0, 4300.0, 4352.0, 4301.0, 4313.0, 4353.0, 4300.0, 4326.0, 4352.0, 4308.0, 4313.0, 4350.0, 4289.0, 4310.0, 4351.0, 4309.0, 4300.0, 4351.0, 4289.0, 4311.0, 4353.0, 4301.0, 4312.0, 4350.0, 4298.0, 4299.0, 4338.0, 4275.0, 4298.0, 4337.0, 4294.0, 4286.0, 4327.0, 4282.0, 4297.0, 4338.0, 4294.0, 4286.0, 4327.0, 4274.0, 4287.0, 4351.0, 4297.0, 4297.0, 4340.0, 4276.0, 4308.0, 4348.0, 4300.0, 4309.0, 4340.0, 4299.0, 4331.0, 4350.0, 4302.0, 4345.0, 4350.0, 4302.0, 4331.0, 4341.0, 4303.0, 4353.0, 4332.0, 4302.0, 4343.0, 4320.0, 4303.0, 4351.0, 4309.0, 4314.0, 4354.0, 4291.0, 4327.0, 4364.0, 4313.0, 4314.0, 4364.0, 4292.0, 4325.0, 4365.0, 4323.0, 4314.0, 4354.0, 4312.0, 4314.0, 4365.0, 4342.0, 4314.0, 4342.0, 4314.0, 4315.0, 4366.0, 4313.0, 4312.0, 4351.0, 4300.0, 4301.0, 4351.0, 4300.0, 4302.0, 4351.0, 4298.0, 4300.0, 4342.0, 4309.0, 4306.0, 4365.0, 4343.0, 4300.0, 4330.0, 4351.0, 4302.0, 4355.0, 4364.0, 4314.0, 4368.0, 4354.0, 4313.0, 4344.0, 4319.0, 4313.0, 4365.0, 4334.0, 4325.0, 4366.0, 4322.0, 4324.0, 4365.0, 4323.0, 4322.0, 4353.0, 4311.0, 4313.0, 4352.0, 4299.0, 4308.0, 4349.0, 4288.0, 4309.0, 4349.0, 4309.0, 4330.0, 4337.0, 4287.0, 4341.0, 4348.0, 4309.0, 4339.0, 4316.0, 4300.0, 4352.0, 4318.0, 4299.0, 4338.0, 4284.0, 4298.0, 4362.0, 4298.0, 4309.0, 4350.0, 4287.0, 4312.0, 4353.0, 4310.0, 4313.0, 4352.0, 4288.0, 4322.0, 4362.0, 4312.0, 4323.0, 4351.0, 4300.0, 4343.0, 4363.0, 4313.0, 4331.0, 4351.0, 4314.0, 4330.0, 4351.0, 4310.0, 4324.0, 4352.0, 4312.0, 4353.0, 4365.0, 4312.0, 4356.0, 4341.0, 4302.0, 4353.0, 4333.0, 4302.0, 4352.0, 4302.0, 4311.0, 4361.0, 4312.0, 4322.0, 4353.0, 4326.0, 4344.0, 4352.0, 4303.0, 4354.0, 4351.0, 4311.0, 4342.0, 4310.0, 4301.0, 4351.0, 4298.0, 4301.0, 4340.0, 4286.0, 4309.0, 4348.0, 4308.0, 4329.0, 4328.0, 4299.0, 4350.0, 4352.0, 4310.0, 4352.0, 4331.0, 4298.0, 4350.0, 4349.0, 4300.0, 4340.0, 4341.0, 4299.0, 4341.0, 4329.0, 4299.0, 4341.0, 4320.0, 4299.0, 4341.0, 4307.0, 4300.0, 4349.0, 4319.0, 4301.0, 4340.0, 4310.0, 4312.0, 4352.0, 4297.0, 4309.0, 4350.0, 4301.0, 4311.0, 4354.0, 4301.0, 4332.0, 4362.0, 4313.0, 4357.0, 4365.0, 4313.0, 4344.0, 4353.0, 4313.0, 4356.0, 4323.0, 4314.0, 4363.0, 4313.0, 4325.0, 4365.0, 4313.0, 4334.0, 4363.0, 4303.0, 4355.0, 4362.0, 4311.0, 4331.0, 4341.0, 4299.0, 4353.0, 4332.0, 4310.0, 4351.0, 4299.0, 4300.0, 4336.0, 4276.0, 4319.0, 4348.0, 4298.0, 4328.0, 4339.0, 4297.0, 4331.0, 4339.0, 4290.0, 4356.0, 4344.0, 4315.0, 4367.0, 4305.0, 4345.0, 4305.0, 4355.0, 4314.0, 4357.0, 4366.0, 4321.0, 4313.0, 4353.0, 4310.0, 4309.0, 4368.0, 4315.0, 4335.0, 4350.0, 4301.0, 4334.0, 4352.0, 4298.0, 4319.0, 4340.0, 4276.0, 4321.0, 4352.0, 4299.0, 4321.0, 4352.0, 4291.0, 4335.0, 4363.0, 4316.0, 4344.0, 4354.0, 4314.0, 4345.0, 4344.0, 4316.0, 4369.0, 4344.0, 4315.0, 4355.0, 4312.0, 4305.0, 4364.0, 4325.0, 4312.0, 4364.0, 4324.0, 4313.0, 4355.0, 4324.0, 4305.0, 4356.0, 4334.0, 4304.0, 4355.0, 4344.0, 4304.0, 4356.0, 4356.0, 4313.0, 4344.0, 4355.0, 4305.0, 4345.0, 4363.0, 4313.0, 4344.0, 4365.0, 4303.0, 4335.0, 4364.0, 4315.0, 4334.0, 4365.0, 4312.0, 4323.0, 4365.0, 4304.0, 4335.0, 4366.0, 4314.0, 4334.0, 4365.0, 4303.0, 4333.0, 4354.0, 4313.0, 4316.0, 4355.0, 4325.0, 4315.0, 4354.0, 4334.0, 4313.0, 4355.0, 4351.0, 4324.0, 4355.0, 4354.0, 4303.0, 4344.0, 4353.0, 4313.0, 4345.0, 4334.0, 4304.0, 4356.0, 4353.0, 4315.0], 'WindowWidth': [9676.0, 9597.0, 9649.0, 9560.0, 9572.0, 9616.0, 9534.0, 9609.0, 9603.0, 9546.0, 9620.0, 9520.0, 9576.0, 9619.0, 9548.0, 9605.0, 9617.0, 9543.0, 9604.0, 9554.0, 9529.0, 9609.0, 9540.0, 9538.0, 9595.0, 9555.0, 9555.0, 9591.0, 9523.0, 9594.0, 9547.0, 9530.0, 9521.0, 9567.0, 9609.0, 9534.0, 9559.0, 9622.0, 9555.0, 9590.0, 9668.0, 9580.0, 9560.0, 9613.0, 9533.0, 9513.0, 9591.0, 9536.0, 9537.0, 9598.0, 9547.0, 9564.0, 9516.0, 9551.0, 9525.0, 9568.0, 9579.0, 9511.0, 9476.0, 9501.0, 9455.0, 9483.0, 9531.0, 9472.0, 9497.0, 9454.0, 9473.0, 9526.0, 9456.0, 9509.0, 9535.0, 9495.0, 9521.0, 9465.0, 9507.0, 9534.0, 9483.0, 9569.0, 9485.0, 9503.0, 9559.0, 9491.0, 9538.0, 9588.0, 9515.0, 9553.0, 9516.0, 9548.0, 9591.0, 9556.0, 9556.0, 9607.0, 9524.0, 9570.0, 9595.0, 9562.0, 9602.0, 9567.0, 9543.0, 9593.0, 9525.0, 9573.0, 9595.0, 9554.0, 9583.0, 9549.0, 9520.0, 9597.0, 9529.0, 9551.0, 9590.0, 9498.0, 9543.0, 9589.0, 9512.0, 9560.0, 9554.0, 9510.0, 9568.0, 9555.0, 9513.0, 9564.0, 9518.0, 9503.0, 9560.0, 9491.0, 9525.0, 9576.0, 9489.0, 9518.0, 9560.0, 9501.0, 9545.0, 9592.0, 9534.0, 9566.0, 9558.0, 9533.0, 9593.0, 9550.0, 9538.0, 9591.0, 9529.0, 9518.0, 9588.0, 9529.0, 9538.0, 9582.0, 9532.0, 9518.0, 9583.0, 9532.0, 9518.0, 9585.0, 9532.0, 9522.0, 9587.0, 9528.0, 9554.0, 9595.0, 9539.0, 9568.0, 9607.0, 9542.0, 9584.0, 9607.0, 9544.0, 9598.0, 9601.0, 9530.0, 9596.0, 9553.0, 9540.0, 9609.0, 9541.0, 9540.0, 9596.0, 9552.0, 9538.0, 9606.0, 9556.0, 9522.0, 9599.0, 9537.0, 9540.0, 9608.0, 9541.0, 9571.0, 9611.0, 9527.0, 9565.0, 9614.0, 9523.0, 9586.0, 9579.0, 9537.0, 9612.0, 9597.0, 9539.0, 9591.0, 9527.0, 9532.0, 9591.0, 9538.0, 9535.0, 9586.0, 9514.0, 9530.0, 9587.0, 9532.0, 9525.0, 9587.0, 9499.0, 9523.0, 9564.0, 9515.0, 9512.0, 9579.0, 9493.0, 9522.0, 9566.0, 9496.0, 9523.0, 9567.0, 9491.0, 9520.0, 9591.0, 9510.0, 9525.0, 9564.0, 9493.0, 9554.0, 9603.0, 9519.0, 9576.0, 9573.0, 9530.0, 9589.0, 9549.0, 9521.0, 9607.0, 9519.0, 9551.0, 9604.0, 9540.0, 9579.0, 9590.0, 9532.0, 9577.0, 9591.0, 9524.0, 9576.0, 9572.0, 9515.0, 9569.0, 9525.0, 9518.0, 9589.0, 9527.0, 9534.0, 9585.0, 9530.0, 9538.0, 9585.0, 9512.0, 9520.0, 9579.0, 9511.0, 9515.0, 9582.0, 9510.0, 9527.0, 9582.0, 9525.0, 9519.0, 9586.0, 9527.0, 9536.0, 9583.0, 9523.0, 9537.0, 9590.0, 9523.0, 9556.0, 9589.0, 9530.0, 9575.0, 9598.0, 9539.0, 9567.0, 9592.0, 9550.0, 9585.0, 9629.0, 9556.0, 9553.0, 9616.0, 9545.0, 9578.0, 9629.0, 9547.0, 9592.0, 9631.0, 9559.0, 9587.0, 9556.0, 9545.0, 9610.0, 9557.0, 9556.0, 9613.0, 9551.0, 9560.0, 9612.0, 9536.0, 9545.0, 9613.0, 9548.0, 9536.0, 9589.0, 9536.0, 9534.0, 9585.0, 9557.0, 9510.0, 9549.0, 9566.0, 9497.0, 9552.0, 9566.0, 9508.0, 9565.0, 9587.0, 9508.0, 9551.0, 9534.0, 9505.0, 9569.0, 9554.0, 9506.0, 9566.0, 9552.0, 9497.0, 9568.0, 9583.0, 9510.0, 9540.0, 9567.0, 9514.0, 9556.0, 9569.0, 9527.0, 9530.0, 9566.0, 9496.0, 9556.0, 9585.0, 9514.0, 9544.0, 9569.0, 9538.0, 9599.0, 9588.0, 9535.0, 9555.0, 9550.0, 9536.0, 9596.0, 9555.0, 9566.0, 9638.0, 9550.0, 9598.0, 9570.0, 9613.0, 9566.0, 9625.0, 9577.0, 9627.0, 9646.0, 9572.0, 9540.0, 9578.0, 9541.0, 9522.0, 9598.0, 9571.0, 9489.0, 9532.0, 9557.0, 9493.0, 9540.0, 9559.0, 9490.0, 9544.0, 9561.0, 9476.0, 9517.0, 9564.0, 9495.0, 9557.0, 9509.0, 9534.0, 9610.0, 9551.0, 9556.0, 9612.0, 9529.0, 9590.0, 9620.0, 9562.0, 9591.0, 9597.0, 9522.0, 9585.0, 9599.0, 9520.0, 9566.0, 9573.0, 9499.0, 9557.0, 9591.0, 9515.0, 9530.0, 9585.0, 9497.0, 9536.0, 9586.0, 9512.0, 9521.0, 9564.0, 9494.0, 9525.0, 9584.0, 9508.0, 9530.0, 9583.0, 9481.0, 9532.0, 9589.0, 9511.0, 9530.0, 9569.0, 9508.0, 9533.0, 9593.0, 9526.0, 9522.0, 9569.0, 9513.0, 9521.0, 9587.0, 9535.0, 9539.0, 9607.0, 9539.0, 9554.0, 9607.0, 9541.0, 9570.0, 9609.0, 9540.0, 9600.0, 9595.0, 9552.0, 9565.0, 9573.0, 9533.0, 9596.0, 9555.0, 9513.0, 9570.0, 9522.0, 9529.0, 9584.0, 9553.0, 9513.0, 9569.0, 9565.0, 9517.0, 9575.0, 9581.0, 9511.0, 9526.0, 9561.0, 9500.0, 9528.0, 9565.0, 9488.0, 9512.0, 9563.0, 9505.0, 9513.0, 9567.0, 9520.0, 9496.0, 9566.0, 9528.0, 9516.0, 9587.0, 9527.0, 9528.0, 9591.0, 9537.0, 9534.0, 9593.0, 9528.0, 9534.0, 9613.0, 9555.0, 9555.0, 9617.0, 9532.0, 9536.0, 9605.0, 9535.0, 9553.0, 9610.0, 9540.0, 9568.0, 9608.0, 9538.0, 9555.0, 9606.0, 9507.0, 9564.0, 9612.0, 9535.0, 9534.0, 9593.0, 9502.0, 9544.0, 9587.0, 9532.0, 9532.0, 9588.0, 9499.0, 9529.0, 9584.0, 9530.0, 9515.0, 9591.0, 9510.0, 9533.0, 9607.0, 9529.0, 9517.0, 9588.0, 9510.0, 9511.0, 9590.0, 9528.0, 9517.0, 9583.0, 9497.0, 9530.0, 9592.0, 9531.0, 9518.0, 9591.0, 9528.0, 9523.0, 9611.0, 9569.0, 9539.0, 9597.0, 9562.0, 9546.0, 9616.0, 9607.0, 9535.0, 9570.0, 9594.0, 9543.0, 9626.0, 9636.0, 9566.0, 9601.0, 9613.0, 9529.0, 9585.0, 9606.0, 9539.0, 9570.0, 9605.0, 9525.0, 9589.0, 9615.0, 9554.0, 9600.0, 9597.0, 9535.0, 9598.0, 9591.0, 9535.0, 9595.0, 9590.0, 9528.0, 9558.0, 9523.0, 9508.0, 9585.0, 9524.0, 9508.0, 9565.0, 9491.0, 9520.0, 9565.0, 9502.0, 9511.0, 9559.0, 9497.0, 9496.0, 9539.0, 9457.0, 9503.0, 9557.0, 9499.0, 9505.0, 9562.0, 9490.0, 9510.0, 9587.0, 9529.0, 9531.0, 9569.0, 9514.0, 9529.0, 9583.0, 9535.0, 9532.0, 9608.0, 9505.0, 9550.0, 9609.0, 9530.0, 9582.0, 9593.0, 9539.0, 9580.0, 9588.0, 9521.0, 9596.0, 9561.0, 9516.0, 9590.0, 9512.0, 9518.0, 9585.0, 9536.0, 9544.0, 9587.0, 9517.0, 9574.0, 9585.0, 9513.0, 9576.0, 9588.0, 9511.0, 9558.0, 9557.0, 9496.0, 9571.0, 9585.0, 9516.0, 9560.0, 9589.0, 9547.0, 9609.0, 9538.0, 9561.0, 9628.0, 9546.0, 9616.0, 9575.0, 9623.0, 9565.0, 9604.0, 9616.0, 9535.0, 9557.0, 9597.0, 9528.0, 9514.0, 9571.0, 9482.0, 9511.0, 9581.0, 9505.0, 9520.0, 9560.0, 9483.0, 9551.0, 9583.0, 9502.0, 9573.0, 9543.0, 9514.0, 9584.0, 9531.0, 9542.0, 9593.0, 9531.0, 9537.0, 9588.0, 9503.0, 9541.0, 9594.0, 9525.0, 9521.0, 9574.0, 9512.0, 9521.0, 9589.0, 9527.0, 9515.0, 9575.0, 9484.0, 9538.0, 9592.0, 9527.0, 9540.0, 9589.0, 9504.0, 9558.0, 9594.0, 9533.0, 9541.0, 9590.0, 9506.0, 9573.0, 9595.0, 9549.0, 9540.0, 9577.0, 9518.0, 9519.0, 9587.0, 9527.0, 9524.0, 9592.0, 9533.0, 9518.0, 9590.0, 9517.0, 9537.0, 9590.0, 9516.0, 9558.0, 9592.0, 9526.0, 9536.0, 9585.0, 9499.0, 9529.0, 9587.0, 9527.0, 9515.0, 9584.0, 9499.0, 9530.0, 9589.0, 9517.0, 9532.0, 9583.0, 9508.0, 9510.0, 9563.0, 9474.0, 9509.0, 9563.0, 9497.0, 9490.0, 9546.0, 9479.0, 9506.0, 9563.0, 9498.0, 9488.0, 9545.0, 9471.0, 9492.0, 9584.0, 9508.0, 9506.0, 9567.0, 9478.0, 9523.0, 9580.0, 9515.0, 9526.0, 9570.0, 9514.0, 9559.0, 9585.0, 9521.0, 9584.0, 9586.0, 9518.0, 9559.0, 9574.0, 9527.0, 9592.0, 9563.0, 9524.0, 9581.0, 9544.0, 9522.0, 9587.0, 9527.0, 9540.0, 9593.0, 9506.0, 9561.0, 9609.0, 9538.0, 9541.0, 9609.0, 9510.0, 9560.0, 9613.0, 9550.0, 9541.0, 9595.0, 9534.0, 9541.0, 9612.0, 9575.0, 9537.0, 9578.0, 9538.0, 9541.0, 9613.0, 9537.0, 9534.0, 9587.0, 9514.0, 9517.0, 9586.0, 9517.0, 9520.0, 9585.0, 9509.0, 9516.0, 9573.0, 9528.0, 9533.0, 9615.0, 9582.0, 9515.0, 9554.0, 9590.0, 9525.0, 9601.0, 9611.0, 9542.0, 9624.0, 9601.0, 9544.0, 9583.0, 9544.0, 9540.0, 9613.0, 9571.0, 9560.0, 9616.0, 9551.0, 9556.0, 9615.0, 9552.0, 9551.0, 9593.0, 9532.0, 9537.0, 9591.0, 9514.0, 9526.0, 9582.0, 9499.0, 9529.0, 9585.0, 9528.0, 9555.0, 9565.0, 9497.0, 9574.0, 9580.0, 9526.0, 9567.0, 9532.0, 9517.0, 9590.0, 9536.0, 9513.0, 9566.0, 9489.0, 9513.0, 9603.0, 9512.0, 9530.0, 9584.0, 9496.0, 9536.0, 9592.0, 9530.0, 9538.0, 9591.0, 9501.0, 9549.0, 9606.0, 9536.0, 9551.0, 9589.0, 9519.0, 9578.0, 9609.0, 9539.0, 9562.0, 9588.0, 9541.0, 9560.0, 9592.0, 9533.0, 9553.0, 9591.0, 9535.0, 9593.0, 9614.0, 9540.0, 9602.0, 9577.0, 9523.0, 9594.0, 9566.0, 9522.0, 9590.0, 9520.0, 9535.0, 9604.0, 9539.0, 9551.0, 9596.0, 9561.0, 9582.0, 9591.0, 9526.0, 9594.0, 9588.0, 9531.0, 9574.0, 9527.0, 9519.0, 9587.0, 9510.0, 9516.0, 9568.0, 9491.0, 9528.0, 9581.0, 9524.0, 9553.0, 9552.0, 9515.0, 9586.0, 9590.0, 9530.0, 9588.0, 9558.0, 9513.0, 9585.0, 9583.0, 9516.0, 9569.0, 9572.0, 9514.0, 9572.0, 9555.0, 9516.0, 9571.0, 9543.0, 9514.0, 9571.0, 9520.0, 9516.0, 9583.0, 9539.0, 9517.0, 9569.0, 9530.0, 9536.0, 9590.0, 9511.0, 9530.0, 9585.0, 9519.0, 9533.0, 9595.0, 9521.0, 9564.0, 9606.0, 9542.0, 9603.0, 9614.0, 9540.0, 9581.0, 9595.0, 9540.0, 9600.0, 9553.0, 9543.0, 9608.0, 9537.0, 9559.0, 9614.0, 9539.0, 9568.0, 9607.0, 9523.0, 9597.0, 9607.0, 9532.0, 9559.0, 9573.0, 9513.0, 9595.0, 9564.0, 9530.0, 9585.0, 9511.0, 9515.0, 9562.0, 9480.0, 9539.0, 9579.0, 9511.0, 9550.0, 9567.0, 9510.0, 9557.0, 9568.0, 9504.0, 9604.0, 9580.0, 9543.0, 9618.0, 9535.0, 9585.0, 9533.0, 9598.0, 9541.0, 9602.0, 9616.0, 9545.0, 9536.0, 9590.0, 9527.0, 9527.0, 9621.0, 9542.0, 9565.0, 9581.0, 9516.0, 9563.0, 9586.0, 9507.0, 9538.0, 9567.0, 9479.0, 9545.0, 9587.0, 9513.0, 9544.0, 9587.0, 9504.0, 9567.0, 9606.0, 9546.0, 9582.0, 9596.0, 9540.0, 9584.0, 9579.0, 9543.0, 9620.0, 9581.0, 9540.0, 9596.0, 9535.0, 9528.0, 9610.0, 9557.0, 9538.0, 9610.0, 9551.0, 9537.0, 9598.0, 9553.0, 9528.0, 9596.0, 9567.0, 9525.0, 9595.0, 9581.0, 9525.0, 9597.0, 9598.0, 9537.0, 9580.0, 9597.0, 9528.0, 9581.0, 9608.0, 9538.0, 9581.0, 9611.0, 9524.0, 9567.0, 9608.0, 9542.0, 9567.0, 9610.0, 9535.0, 9550.0, 9610.0, 9525.0, 9569.0, 9613.0, 9541.0, 9567.0, 9612.0, 9526.0, 9566.0, 9595.0, 9541.0, 9546.0, 9596.0, 9554.0, 9542.0, 9595.0, 9565.0, 9536.0, 9595.0, 9589.0, 9552.0, 9599.0, 9594.0, 9524.0, 9579.0, 9591.0, 9536.0, 9582.0, 9565.0, 9527.0, 9600.0, 9590.0, 9539.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.0008013951473136915</td></tr>
<tr><td colspan=3>aqi</td><td>0.017671232495667245</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.60783070260187</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2233996774761482</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0112725631743271</td></tr>
<tr><td colspan=3>efc</td><td>0.5257</td></tr>
<tr><td colspan=3>fber</td><td>3750.9648</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08016616567328289</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>35</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.032928942807626</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.615770568217784</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5244966670840365</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.833703750621056</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4891112869482597</td></tr>
<tr><td colspan=3>gcor</td><td>0.0127287</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0014717334415763617</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.034340254962444305</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1154</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.816891838943142</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>11.8774</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.293</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>238.2926</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>286842.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1179.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>425.2363</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2555</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>545.8546</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3404.6028</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3617.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>89702.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1103.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4496.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>947.6244</td></tr>
<tr><td colspan=3>tsnr</td><td>40.77215635823086</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>