<?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-0088_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-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0088/figures/sub-0088_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-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088/ses-02/func/sub-0088_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>c0c918bba1a9333244bf8f1855172787</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:14:7.562500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999959, -0.00907895, 0.000288518, 0.00907565, 0.99991, 0.00989767]</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.0816384</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7775, -7192, 512, -11, -114, -17, 80]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>247.857</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cded7735-6bd9-4dc1-a249-6ff344b5fa35||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.68281626701355, 0.024349303916096687, 0.001021551783196628, 114.04316711425781], [0.024358157068490982, 2.682684898376465, 0.026715539395809174, -90.88227844238281], [0.0007740728906355798, -0.02655472792685032, 2.6998677253723145, -57.895023345947266], [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': ['091407.562500', '091408.022500', '091408.482500', '091408.942500', '091409.402500', '091409.862500', '091410.322500', '091410.782500', '091411.242500', '091411.702500', '091412.162500', '091412.622500', '091413.082500', '091413.542500', '091414.002500', '091414.462500', '091414.922500', '091415.382500', '091415.842500', '091416.302500', '091416.762500', '091417.222500', '091417.682500', '091418.142500', '091418.602500', '091419.062500', '091419.522500', '091419.982500', '091420.442500', '091420.902500', '091421.362500', '091421.822500', '091422.282500', '091422.742500', '091423.202500', '091423.662500', '091424.122500', '091424.582500', '091425.042500', '091425.502500', '091425.962500', '091426.422500', '091426.882500', '091427.342500', '091427.802500', '091428.262500', '091428.722500', '091429.182500', '091429.642500', '091430.102500', '091430.562500', '091431.022500', '091431.482500', '091431.942500', '091432.402500', '091432.862500', '091433.322500', '091433.782500', '091434.242500', '091434.702500', '091435.162500', '091435.622500', '091436.082500', '091436.542500', '091437.002500', '091437.462500', '091437.922500', '091438.382500', '091438.842500', '091439.302500', '091439.762500', '091440.222500', '091440.682500', '091441.142500', '091441.602500', '091442.062500', '091442.522500', '091442.982500', '091443.442500', '091443.902500', '091444.362500', '091444.822500', '091445.282500', '091445.742500', '091446.202500', '091446.662500', '091447.122500', '091447.582500', '091448.042500', '091448.502500', '091448.962500', '091449.422500', '091449.882500', '091450.342500', '091450.802500', '091451.262500', '091451.722500', '091452.182500', '091452.642500', '091453.102500', '091453.562500', '091454.022500', '091454.482500', '091454.942500', '091455.402500', '091455.862500', '091456.322500', '091456.782500', '091457.242500', '091457.702500', '091458.162500', '091458.622500', '091459.082500', '091459.542500', '091500.002500', '091500.462500', '091500.922500', '091501.382500', '091501.842500', '091502.302500', '091502.762500', '091503.222500', '091503.682500', '091504.142500', '091504.602500', '091505.062500', '091505.522500', '091505.982500', '091506.442500', '091506.902500', '091507.362500', '091507.822500', '091508.282500', '091508.742500', '091509.202500', '091509.662500', '091510.122500', '091510.582500', '091511.042500', '091511.502500', '091511.962500', '091512.422500', '091512.882500', '091513.342500', '091513.802500', '091514.262500', '091514.722500', '091515.182500', '091515.642500', '091516.102500', '091516.562500', '091517.022500', '091517.482500', '091517.942500', '091518.402500', '091518.862500', '091519.322500', '091519.782500', '091520.242500', '091520.702500', '091521.162500', '091521.622500', '091522.082500', '091522.542500', '091523.002500', '091523.462500', '091523.922500', '091524.382500', '091524.842500', '091525.302500', '091525.762500', '091526.222500', '091526.682500', '091527.142500', '091527.602500', '091528.062500', '091528.522500', '091528.982500', '091529.442500', '091529.902500', '091530.362500', '091530.822500', '091531.282500', '091531.742500', '091532.202500', '091532.662500', '091533.122500', '091533.582500', '091534.042500', '091534.502500', '091534.962500', '091535.422500', '091535.882500', '091536.342500', '091536.802500', '091537.262500', '091537.722500', '091538.182500', '091538.642500', '091539.102500', '091539.562500', '091540.022500', '091540.482500', '091540.942500', '091541.402500', '091541.862500', '091542.322500', '091542.782500', '091543.242500', '091543.702500', '091544.162500', '091544.622500', '091545.082500', '091545.542500', '091546.002500', '091546.462500', '091546.922500', '091547.382500', '091547.842500', '091548.302500', '091548.762500', '091549.222500', '091549.682500', '091550.142500', '091550.602500', '091551.062500', '091551.522500', '091551.982500', '091552.442500', '091552.902500', '091553.362500', '091553.822500', '091554.282500', '091554.742500', '091555.202500', '091555.662500', '091556.122500', '091556.582500', '091557.042500', '091557.502500', '091557.962500', '091558.422500', '091558.882500', '091559.342500', '091559.802500', '091600.262500', '091600.722500', '091601.182500', '091601.642500', '091602.102500', '091602.562500', '091603.022500', '091603.482500', '091603.942500', '091604.402500', '091604.862500', '091605.322500', '091605.782500', '091606.242500', '091606.702500', '091607.162500', '091607.622500', '091608.082500', '091608.542500', '091609.002500', '091609.462500', '091609.922500', '091610.382500', '091610.842500', '091611.302500', '091611.762500', '091612.222500', '091612.682500', '091613.142500', '091613.602500', '091614.062500', '091614.522500', '091614.982500', '091615.442500', '091615.902500', '091616.362500', '091616.822500', '091617.282500', '091617.742500', '091618.202500', '091618.662500', '091619.122500', '091619.582500', '091620.042500', '091620.502500', '091620.962500', '091621.422500', '091621.882500', '091622.342500', '091622.802500', '091623.262500', '091623.722500', '091624.182500', '091624.642500', '091625.102500', '091625.562500', '091626.022500', '091626.482500', '091626.942500', '091627.402500', '091627.862500', '091628.322500', '091628.782500', '091629.242500', '091629.702500', '091630.162500', '091630.622500', '091631.082500', '091631.542500', '091632.002500', '091632.462500', '091632.922500', '091633.382500', '091633.842500', '091634.302500', '091634.762500', '091635.222500', '091635.682500', '091636.142500', '091636.602500', '091637.062500', '091637.522500', '091637.982500', '091638.442500', '091638.902500', '091639.362500', '091639.822500', '091640.282500', '091640.742500', '091641.202500', '091641.662500', '091642.122500', '091642.582500', '091643.042500', '091643.502500', '091643.962500', '091644.422500', '091644.882500', '091645.342500', '091645.802500', '091646.262500', '091646.722500', '091647.182500', '091647.642500', '091648.102500', '091648.562500', '091649.022500', '091649.482500', '091649.942500', '091650.402500', '091650.862500', '091651.322500', '091651.782500', '091652.242500', '091652.702500', '091653.162500', '091653.622500', '091654.082500', '091654.542500', '091655.002500', '091655.462500', '091655.922500', '091656.382500', '091656.842500', '091657.302500', '091657.762500', '091658.222500', '091658.682500', '091659.142500', '091659.602500', '091700.062500', '091700.522500', '091700.982500', '091701.442500', '091701.902500', '091702.362500', '091702.822500', '091703.282500', '091703.742500', '091704.202500', '091704.662500', '091705.122500', '091705.582500', '091706.042500', '091706.502500', '091706.962500', '091707.422500', '091707.882500', '091708.342500', '091708.802500', '091709.262500', '091709.722500', '091710.182500', '091710.642500', '091711.102500', '091711.562500', '091712.022500', '091712.482500', '091712.942500', '091713.402500', '091713.862500', '091714.322500', '091714.782500', '091715.242500', '091715.702500', '091716.162500', '091716.622500', '091717.082500', '091717.542500', '091718.002500', '091718.462500', '091718.922500', '091719.382500', '091719.842500', '091720.302500', '091720.762500', '091721.222500', '091721.682500', '091722.142500', '091722.602500', '091723.062500', '091723.522500', '091723.982500', '091724.442500', '091724.902500', '091725.362500', '091725.822500', '091726.282500', '091726.742500', '091727.202500', '091727.662500', '091728.122500', '091728.582500', '091729.042500', '091729.502500', '091729.962500', '091730.422500', '091730.882500', '091731.342500', '091731.802500', '091732.262500', '091732.722500', '091733.182500', '091733.642500', '091734.102500', '091734.562500', '091735.022500', '091735.482500', '091735.942500', '091736.402500', '091736.862500', '091737.322500', '091737.782500', '091738.242500', '091738.702500', '091739.162500', '091739.622500', '091740.082500', '091740.542500', '091741.002500', '091741.462500', '091741.922500', '091742.382500', '091742.842500', '091743.302500', '091743.762500', '091744.222500', '091744.682500', '091745.142500', '091745.602500', '091746.062500', '091746.522500', '091746.982500', '091747.442500', '091747.902500', '091748.362500', '091748.822500', '091749.282500', '091749.742500', '091750.202500', '091750.662500', '091751.122500', '091751.582500', '091752.042500', '091752.502500', '091752.962500', '091753.422500', '091753.882500', '091754.342500', '091754.802500', '091755.262500', '091755.722500', '091756.182500', '091756.642500', '091757.102500', '091757.562500', '091758.022500', '091758.482500', '091758.942500', '091759.402500', '091759.862500', '091800.322500', '091800.782500', '091801.242500', '091801.702500', '091802.162500', '091802.622500', '091803.082500', '091803.542500', '091804.002500', '091804.462500', '091804.922500', '091805.382500', '091805.842500', '091806.302500', '091806.762500', '091807.222500', '091807.682500', '091808.142500', '091808.602500', '091809.062500', '091809.522500', '091809.982500', '091810.442500', '091810.902500', '091811.362500', '091811.822500', '091812.282500', '091812.742500', '091813.202500', '091813.662500', '091814.122500', '091814.582500', '091815.042500', '091815.502500', '091815.962500', '091816.422500', '091816.882500', '091817.342500', '091817.802500', '091818.262500', '091818.722500', '091819.182500', '091819.642500', '091820.102500', '091820.562500', '091821.022500', '091821.482500', '091821.942500', '091822.402500', '091822.862500', '091823.322500', '091823.782500', '091824.242500', '091824.702500', '091825.162500', '091825.622500', '091826.082500', '091826.542500', '091827.002500', '091827.462500', '091827.922500', '091828.382500', '091828.842500', '091829.302500', '091829.762500', '091830.222500', '091830.682500', '091831.142500', '091831.602500', '091832.062500', '091832.522500', '091832.982500', '091833.442500', '091833.902500', '091834.362500', '091834.822500', '091835.282500', '091835.742500', '091836.202500', '091836.662500', '091837.122500', '091837.582500', '091838.042500', '091838.502500', '091838.962500', '091839.422500', '091839.882500', '091840.342500', '091840.802500', '091841.262500', '091841.722500', '091842.182500', '091842.642500', '091843.102500', '091843.562500', '091844.022500', '091844.482500', '091844.942500', '091845.402500', '091845.862500', '091846.322500', '091846.782500', '091847.242500', '091847.702500', '091848.162500', '091848.622500', '091849.082500', '091849.542500', '091850.002500', '091850.462500', '091850.922500', '091851.382500', '091851.842500', '091852.302500', '091852.762500', '091853.222500', '091853.682500', '091854.142500', '091854.602500', '091855.062500', '091855.522500', '091855.982500', '091856.442500', '091856.902500', '091857.362500', '091857.822500', '091858.282500', '091858.742500', '091859.202500', '091859.662500', '091900.122500', '091900.582500', '091901.042500', '091901.502500', '091901.962500', '091902.422500', '091902.882500', '091903.342500', '091903.802500', '091904.262500', '091904.722500', '091905.182500', '091905.642500', '091906.102500', '091906.562500', '091907.022500', '091907.482500', '091907.942500', '091908.402500', '091908.862500', '091909.322500', '091909.782500', '091910.242500', '091910.702500', '091911.162500', '091911.622500', '091912.082500', '091912.542500', '091913.002500', '091913.462500', '091913.922500', '091914.382500', '091914.842500', '091915.302500', '091915.762500', '091916.222500', '091916.682500', '091917.142500', '091917.602500', '091918.062500', '091918.522500', '091918.982500', '091919.442500', '091919.902500', '091920.362500', '091920.822500', '091921.282500', '091921.742500', '091922.202500', '091922.662500', '091923.122500', '091923.582500', '091924.042500', '091924.502500', '091924.962500', '091925.422500', '091925.882500', '091926.342500', '091926.802500', '091927.262500', '091927.722500', '091928.182500', '091928.642500', '091929.102500', '091929.562500', '091930.022500', '091930.482500', '091930.942500', '091931.402500', '091931.862500', '091932.322500', '091932.782500', '091933.242500', '091933.702500', '091934.162500', '091934.622500', '091935.082500', '091935.542500', '091936.002500', '091936.462500', '091936.922500', '091937.382500', '091937.842500', '091938.302500', '091938.762500', '091939.222500', '091939.682500', '091940.142500', '091940.602500', '091941.062500', '091941.522500', '091941.982500', '091942.442500', '091942.902500', '091943.362500', '091943.822500', '091944.282500', '091944.742500', '091945.202500', '091945.662500', '091946.122500', '091946.582500', '091947.042500', '091947.502500', '091947.962500', '091948.422500', '091948.882500', '091949.342500', '091949.802500', '091950.262500', '091950.722500', '091951.182500', '091951.642500', '091952.102500', '091952.562500', '091953.022500', '091953.482500', '091953.942500', '091954.402500', '091954.862500', '091955.322500', '091955.782500', '091956.242500', '091956.702500', '091957.162500', '091957.622500', '091958.082500', '091958.542500', '091959.002500', '091959.462500', '091959.922500', '092000.382500', '092000.842500', '092001.302500', '092001.762500', '092002.222500', '092002.682500', '092003.142500', '092003.602500', '092004.062500', '092004.522500', '092004.982500', '092005.442500', '092005.902500', '092006.362500', '092006.822500', '092007.282500', '092007.742500', '092008.202500', '092008.662500', '092009.122500', '092009.582500', '092010.042500', '092010.502500', '092010.962500', '092011.422500', '092011.882500', '092012.342500', '092012.802500', '092013.262500', '092013.722500', '092014.182500', '092014.642500', '092015.102500', '092015.562500', '092016.022500', '092016.482500', '092016.942500', '092017.402500', '092017.862500', '092018.322500', '092018.782500', '092019.242500', '092019.702500', '092020.162500', '092020.622500', '092021.082500', '092021.542500', '092022.002500', '092022.462500', '092022.922500', '092023.382500', '092023.842500', '092024.302500', '092024.762500', '092025.222500', '092025.682500', '092026.142500', '092026.602500', '092027.062500', '092027.522500', '092027.982500', '092028.442500', '092028.902500', '092029.362500', '092029.822500', '092030.282500', '092030.742500', '092031.202500', '092031.662500', '092032.122500', '092032.582500', '092033.042500', '092033.502500', '092033.962500', '092034.422500', '092034.882500', '092035.342500', '092035.802500', '092036.262500', '092036.722500', '092037.182500', '092037.642500', '092038.102500', '092038.562500', '092039.022500', '092039.482500', '092039.942500', '092040.402500', '092040.862500', '092041.322500', '092041.782500', '092042.242500', '092042.702500', '092043.162500', '092043.622500', '092044.082500', '092044.542500', '092045.002500', '092045.462500', '092045.922500', '092046.382500', '092046.842500', '092047.302500', '092047.762500', '092048.222500', '092048.682500', '092049.142500', '092049.602500', '092050.062500', '092050.522500', '092050.982500', '092051.442500', '092051.902500', '092052.362500', '092052.822500', '092053.282500', '092053.742500', '092054.202500', '092054.662500', '092055.122500', '092055.582500', '092056.042500', '092056.502500', '092056.962500', '092057.422500', '092057.882500', '092058.342500', '092058.802500', '092059.262500', '092059.722500', '092100.182500', '092100.642500', '092101.102500', '092101.562500', '092102.022500', '092102.482500', '092102.942500', '092103.402500', '092103.862500', '092104.322500', '092104.782500', '092105.242500', '092105.702500', '092106.162500', '092106.622500', '092107.082500', '092107.542500', '092108.002500', '092108.462500', '092108.922500', '092109.382500', '092109.842500', '092110.302500', '092110.762500', '092111.222500', '092111.682500', '092112.142500', '092112.602500', '092113.062500', '092113.522500', '092113.982500', '092114.442500', '092114.902500', '092115.362500', '092115.822500', '092116.282500', '092116.742500', '092117.202500', '092117.662500', '092118.122500', '092118.582500', '092119.042500', '092119.502500', '092119.962500', '092120.422500', '092120.882500', '092121.342500', '092121.802500', '092122.262500', '092122.722500', '092123.182500', '092123.642500', '092124.102500', '092124.562500', '092125.022500', '092125.482500', '092125.942500', '092126.402500', '092126.862500', '092127.322500', '092127.782500', '092128.242500', '092128.702500', '092129.162500', '092129.622500', '092130.082500', '092130.542500', '092131.002500', '092131.462500', '092131.922500', '092132.382500', '092132.842500', '092133.302500', '092133.762500', '092134.222500', '092134.682500', '092135.142500', '092135.602500', '092136.062500', '092136.522500', '092136.982500', '092137.442500', '092137.902500', '092138.362500', '092138.822500', '092139.282500', '092139.742500', '092140.202500', '092140.662500', '092141.122500', '092141.582500', '092142.042500', '092142.502500', '092142.962500', '092143.422500', '092143.882500', '092144.342500', '092144.802500', '092145.262500', '092145.722500', '092146.182500', '092146.642500', '092147.102500', '092147.562500', '092148.022500', '092148.482500', '092148.942500', '092149.402500', '092149.862500', '092150.322500', '092150.782500', '092151.242500', '092151.702500', '092152.162500', '092152.622500', '092153.082500', '092153.542500', '092154.002500', '092154.462500', '092154.922500', '092155.382500', '092155.842500', '092156.302500', '092156.762500', '092157.222500', '092157.682500', '092158.142500', '092158.602500', '092159.062500', '092159.522500', '092159.982500', '092200.442500', '092200.902500', '092201.362500', '092201.822500', '092202.282500', '092202.742500', '092203.202500', '092203.662500', '092204.122500', '092204.582500', '092205.042500', '092205.502500', '092205.962500', '092206.422500', '092206.882500', '092207.342500', '092207.802500', '092208.262500', '092208.722500', '092209.182500', '092209.642500', '092210.102500', '092210.562500', '092211.022500', '092211.482500', '092211.942500', '092212.402500', '092212.862500', '092213.322500', '092213.782500', '092214.242500', '092214.702500', '092215.162500', '092215.622500', '092216.082500', '092216.542500', '092217.002500', '092217.462500', '092217.922500', '092218.382500', '092218.842500', '092219.302500', '092219.762500', '092220.222500', '092220.682500', '092221.142500', '092221.602500', '092222.062500', '092222.522500', '092222.982500', '092223.442500', '092223.902500', '092224.362500', '092224.822500', '092225.282500', '092225.742500', '092226.202500', '092226.662500', '092227.122500', '092227.582500', '092228.042500', '092228.502500', '092228.962500', '092229.422500', '092229.882500', '092230.342500', '092230.802500', '092231.262500', '092231.722500', '092232.182500', '092232.642500', '092233.102500', '092233.562500', '092234.022500', '092234.482500', '092234.942500', '092235.402500', '092235.862500', '092236.322500', '092236.782500', '092237.242500', '092237.702500', '092238.162500', '092238.622500', '092239.082500', '092239.542500', '092240.002500', '092240.462500', '092240.922500', '092241.382500', '092241.842500', '092242.302500', '092242.762500', '092243.222500', '092243.682500', '092244.142500', '092244.602500', '092245.062500', '092245.522500', '092245.982500', '092246.442500', '092246.902500', '092247.362500', '092247.822500', '092248.282500', '092248.742500', '092249.202500', '092249.662500', '092250.122500', '092250.582500', '092251.042500', '092251.502500', '092251.962500', '092252.422500', '092252.882500', '092253.342500', '092253.802500', '092254.262500', '092254.722500', '092255.182500', '092255.642500', '092256.102500', '092256.562500', '092257.022500', '092257.482500', '092257.942500', '092258.402500', '092258.862500'], 'ContentTime': ['091418.981000', '091418.984000', '091418.987000', '091418.989000', '091418.992000', '091418.995000', '091418.998000', '091419.001000', '091419.004000', '091419.007000', '091419.009000', '091419.012000', '091419.014000', '091419.059000', '091419.062000', '091419.064000', '091419.067000', '091419.070000', '091419.072000', '091419.075000', '091419.095000', '091438.936000', '091438.938000', '091438.941000', '091438.943000', '091438.946000', '091438.949000', '091438.951000', '091438.954000', '091438.957000', '091438.959000', '091438.962000', '091438.964000', '091438.967000', '091438.970000', '091438.972000', '091438.975000', '091438.977000', '091438.980000', '091438.983000', '091438.985000', '091438.988000', '091438.990000', '091438.993000', '091438.995000', '091439.006000', '091439.008000', '091439.011000', '091439.013000', '091439.016000', '091439.019000', '091439.021000', '091439.024000', '091439.027000', '091439.029000', '091439.032000', '091439.034000', '091439.037000', '091439.039000', '091439.042000', '091439.045000', '091439.047000', '091439.059000', '091439.062000', '091439.064000', '091458.936000', '091458.939000', '091458.942000', '091458.945000', '091458.947000', '091458.950000', '091458.952000', '091458.955000', '091458.958000', '091458.960000', '091458.963000', '091458.965000', '091458.968000', '091458.971000', '091458.973000', '091458.976000', '091458.978000', '091458.981000', '091458.984000', '091458.986000', '091458.989000', '091458.991000', '091458.994000', '091458.997000', '091458.999000', '091459.002000', '091459.005000', '091459.007000', '091459.010000', '091459.012000', '091459.015000', '091459.017000', '091459.020000', '091459.023000', '091459.025000', '091459.028000', '091459.031000', '091459.033000', '091459.036000', '091459.038000', '091459.041000', '091459.053000', '091459.055000', '091518.937000', '091518.939000', '091518.942000', '091518.945000', '091518.948000', '091518.950000', '091518.953000', '091518.956000', '091518.958000', '091518.961000', '091518.963000', '091518.966000', '091518.969000', '091518.971000', '091518.974000', '091518.976000', '091518.979000', '091518.981000', '091518.984000', '091518.987000', '091518.989000', '091518.992000', '091518.995000', '091518.997000', '091519.001000', '091519.003000', '091519.006000', '091519.009000', '091519.011000', '091519.014000', '091519.016000', '091519.019000', '091519.022000', '091519.024000', '091519.027000', '091519.029000', '091519.032000', '091519.035000', '091519.037000', '091519.040000', '091519.042000', '091519.045000', '091519.048000', '091519.050000', '091538.936000', '091538.940000', '091538.942000', '091538.945000', '091538.947000', '091538.950000', '091538.953000', '091538.955000', '091538.958000', '091538.961000', '091538.963000', '091538.966000', '091538.968000', '091538.971000', '091538.974000', '091538.976000', '091538.979000', '091538.982000', '091538.984000', '091538.987000', '091538.989000', '091538.992000', '091538.995000', '091538.997000', '091539.001000', '091539.004000', '091539.006000', '091539.009000', '091539.011000', '091539.014000', '091539.017000', '091539.019000', '091539.022000', '091539.025000', '091539.027000', '091539.030000', '091539.032000', '091539.035000', '091539.038000', '091539.040000', '091539.043000', '091539.045000', '091539.048000', '091558.936000', '091558.939000', '091558.942000', '091558.945000', '091558.947000', '091558.950000', '091558.953000', '091558.955000', '091558.958000', '091558.960000', '091558.963000', '091558.966000', '091558.968000', '091558.971000', '091558.974000', '091558.976000', '091558.994000', '091558.996000', '091559.000000', '091559.003000', '091559.005000', '091559.008000', '091559.010000', '091559.013000', '091559.016000', '091559.018000', '091559.021000', '091559.023000', '091559.026000', '091559.028000', '091559.031000', '091559.034000', '091559.036000', '091559.039000', '091559.042000', '091559.044000', '091559.047000', '091559.049000', '091559.052000', '091559.055000', '091559.057000', '091559.060000', '091559.063000', '091559.065000', '091618.936000', '091618.958000', '091618.960000', '091618.963000', '091618.966000', '091618.968000', '091618.971000', '091618.973000', '091618.976000', '091618.979000', '091618.981000', '091618.984000', '091618.986000', '091618.989000', '091618.992000', '091618.994000', '091618.997000', '091619.000000', '091619.003000', '091619.006000', '091619.009000', '091619.011000', '091619.014000', '091619.017000', '091619.019000', '091619.022000', '091619.025000', '091619.027000', '091619.030000', '091619.039000', '091619.041000', '091619.044000', '091619.047000', '091619.049000', '091619.052000', '091619.054000', '091619.057000', '091619.060000', '091619.062000', '091619.065000', '091619.068000', '091619.070000', '091619.073000', '091638.936000', '091638.939000', '091638.941000', '091638.944000', '091638.947000', '091638.949000', '091638.952000', '091638.954000', '091638.957000', '091638.960000', '091638.962000', '091638.965000', '091638.967000', '091638.970000', '091638.973000', '091638.975000', '091638.978000', '091638.981000', '091638.983000', '091638.986000', '091638.988000', '091638.991000', '091638.993000', '091638.996000', '091639.000000', '091639.002000', '091639.005000', '091639.007000', '091639.010000', '091639.013000', '091639.015000', '091639.018000', '091639.021000', '091639.023000', '091639.026000', '091639.028000', '091639.031000', '091639.034000', '091639.036000', '091639.039000', '091639.041000', '091639.044000', '091639.046000', '091639.049000', '091658.935000', '091658.938000', '091658.941000', '091658.944000', '091658.946000', '091658.949000', '091658.951000', '091658.954000', '091658.957000', '091658.960000', '091658.962000', '091658.965000', '091658.968000', '091658.970000', '091658.973000', '091658.976000', '091658.978000', '091658.981000', '091658.983000', '091658.986000', '091658.989000', '091658.991000', '091658.994000', '091658.997000', '091659.000000', '091659.003000', '091659.005000', '091659.008000', '091659.011000', '091659.013000', '091659.016000', '091659.018000', '091659.021000', '091659.024000', '091659.026000', '091659.036000', '091659.039000', '091659.041000', '091659.044000', '091659.047000', '091659.049000', '091659.052000', '091659.055000', '091718.937000', '091718.939000', '091718.942000', '091718.945000', '091718.947000', '091718.950000', '091718.952000', '091718.955000', '091718.958000', '091718.960000', '091718.963000', '091718.966000', '091718.968000', '091718.971000', '091718.973000', '091718.976000', '091718.979000', '091718.981000', '091718.984000', '091718.987000', '091718.989000', '091718.992000', '091718.994000', '091718.997000', '091719.000000', '091719.002000', '091719.005000', '091719.008000', '091719.010000', '091719.013000', '091719.015000', '091719.018000', '091719.021000', '091719.023000', '091719.026000', '091719.029000', '091719.031000', '091719.034000', '091719.036000', '091719.039000', '091719.042000', '091719.044000', '091719.047000', '091719.049000', '091738.937000', '091738.939000', '091738.942000', '091738.945000', '091738.947000', '091738.950000', '091738.953000', '091738.955000', '091738.958000', '091738.960000', '091738.963000', '091738.980000', '091738.982000', '091738.985000', '091738.988000', '091738.990000', '091738.993000', '091738.996000', '091738.998000', '091739.002000', '091739.004000', '091739.007000', '091739.010000', '091739.012000', '091739.015000', '091739.017000', '091739.020000', '091739.023000', '091739.026000', '091739.028000', '091739.031000', '091739.034000', '091739.036000', '091739.039000', '091739.041000', '091739.044000', '091739.046000', '091739.049000', '091739.052000', '091739.054000', '091739.057000', '091739.060000', '091739.062000', '091758.937000', '091758.939000', '091758.942000', '091758.945000', '091758.947000', '091758.950000', '091758.953000', '091758.956000', '091758.958000', '091758.962000', '091758.964000', '091758.967000', '091758.970000', '091758.972000', '091758.975000', '091758.978000', '091758.980000', '091758.983000', '091758.985000', '091758.988000', '091758.991000', '091758.993000', '091758.996000', '091758.998000', '091759.002000', '091759.005000', '091759.007000', '091759.010000', '091759.013000', '091759.015000', '091759.018000', '091759.021000', '091759.023000', '091759.026000', '091759.028000', '091759.031000', '091759.034000', '091759.036000', '091759.039000', '091759.042000', '091759.044000', '091759.047000', '091759.050000', '091759.052000', '091818.937000', '091818.940000', '091818.942000', '091818.945000', '091818.947000', '091818.950000', '091818.953000', '091818.955000', '091818.958000', '091818.960000', '091818.963000', '091818.966000', '091818.968000', '091818.971000', '091818.974000', '091818.976000', '091818.979000', '091818.981000', '091818.984000', '091818.987000', '091818.989000', '091818.992000', '091818.995000', '091818.997000', '091819.001000', '091819.004000', '091819.006000', '091819.015000', '091819.018000', '091819.021000', '091819.023000', '091819.026000', '091819.028000', '091819.031000', '091819.034000', '091819.036000', '091819.039000', '091819.041000', '091819.044000', '091819.047000', '091819.049000', '091819.052000', '091819.055000', '091838.936000', '091838.939000', '091838.942000', '091838.944000', '091838.947000', '091838.950000', '091838.952000', '091838.955000', '091838.958000', '091838.960000', '091838.963000', '091838.966000', '091838.968000', '091838.971000', '091838.974000', '091838.976000', '091838.979000', '091838.982000', '091838.984000', '091838.987000', '091838.990000', '091838.992000', '091838.995000', '091838.997000', '091839.001000', '091839.004000', '091839.007000', '091839.009000', '091839.012000', '091839.014000', '091839.017000', '091839.020000', '091839.022000', '091839.025000', '091839.028000', '091839.030000', '091839.033000', '091839.035000', '091839.038000', '091839.041000', '091839.043000', '091839.046000', '091839.049000', '091858.936000', '091858.939000', '091858.941000', '091858.944000', '091858.946000', '091858.949000', '091858.952000', '091858.954000', '091858.957000', '091858.960000', '091858.962000', '091858.965000', '091858.967000', '091858.970000', '091858.973000', '091858.975000', '091858.978000', '091858.981000', '091858.983000', '091858.986000', '091858.988000', '091858.991000', '091858.994000', '091858.996000', '091859.000000', '091859.003000', '091859.006000', '091859.008000', '091859.011000', '091859.014000', '091859.016000', '091859.019000', '091859.021000', '091859.024000', '091859.027000', '091859.029000', '091859.032000', '091859.046000', '091859.048000', '091859.051000', '091859.054000', '091859.056000', '091859.059000', '091859.066000', '091918.936000', '091918.938000', '091918.941000', '091918.944000', '091918.947000', '091918.950000', '091918.953000', '091918.956000', '091918.959000', '091918.962000', '091918.964000', '091918.967000', '091918.970000', '091918.972000', '091918.975000', '091918.978000', '091918.980000', '091918.983000', '091918.986000', '091918.988000', '091918.991000', '091918.993000', '091918.996000', '091919.000000', '091919.004000', '091919.007000', '091919.009000', '091919.012000', '091919.014000', '091919.017000', '091919.020000', '091919.022000', '091919.025000', '091919.028000', '091919.030000', '091919.033000', '091919.035000', '091919.038000', '091919.041000', '091919.043000', '091919.046000', '091919.049000', '091919.051000', '091938.936000', '091938.939000', '091938.942000', '091938.944000', '091938.948000', '091938.951000', '091938.953000', '091938.956000', '091938.959000', '091938.961000', '091938.964000', '091938.966000', '091938.969000', '091938.972000', '091938.974000', '091938.977000', '091938.980000', '091938.982000', '091938.985000', '091938.988000', '091938.990000', '091938.993000', '091938.996000', '091938.998000', '091939.001000', '091939.003000', '091939.006000', '091939.009000', '091939.011000', '091939.014000', '091939.017000', '091939.019000', '091939.022000', '091939.024000', '091939.027000', '091939.029000', '091939.032000', '091939.035000', '091939.037000', '091939.040000', '091939.043000', '091939.045000', '091939.048000', '091939.050000', '091958.937000', '091958.939000', '091958.942000', '091958.945000', '091958.948000', '091958.950000', '091958.953000', '091958.956000', '091958.960000', '091958.963000', '091958.965000', '091958.968000', '091958.971000', '091958.974000', '091958.976000', '091958.979000', '091958.981000', '091958.984000', '091958.987000', '091958.989000', '091958.992000', '091958.995000', '091958.998000', '091959.001000', '091959.004000', '091959.006000', '091959.009000', '091959.012000', '091959.014000', '091959.017000', '091959.019000', '091959.022000', '091959.025000', '091959.027000', '091959.030000', '091959.033000', '091959.035000', '091959.038000', '091959.041000', '091959.043000', '091959.046000', '091959.049000', '091959.053000', '092018.936000', '092018.939000', '092018.942000', '092018.945000', '092018.947000', '092018.950000', '092018.953000', '092018.955000', '092018.958000', '092018.960000', '092018.963000', '092018.966000', '092018.968000', '092018.971000', '092018.973000', '092018.976000', '092018.979000', '092018.981000', '092018.984000', '092018.987000', '092018.989000', '092018.992000', '092018.995000', '092018.998000', '092019.001000', '092019.004000', '092019.006000', '092019.009000', '092019.012000', '092019.014000', '092019.017000', '092019.020000', '092019.022000', '092019.025000', '092019.028000', '092019.030000', '092019.033000', '092019.036000', '092019.038000', '092019.041000', '092019.043000', '092019.046000', '092019.049000', '092019.051000', '092038.936000', '092038.939000', '092038.942000', '092038.945000', '092038.947000', '092038.950000', '092038.953000', '092038.955000', '092038.958000', '092038.961000', '092038.963000', '092038.966000', '092038.968000', '092038.971000', '092038.974000', '092038.976000', '092038.979000', '092038.982000', '092038.984000', '092038.987000', '092038.989000', '092038.992000', '092038.995000', '092038.998000', '092039.001000', '092039.004000', '092039.007000', '092039.010000', '092039.012000', '092039.015000', '092039.017000', '092039.020000', '092039.023000', '092039.025000', '092039.028000', '092039.031000', '092039.033000', '092039.036000', '092039.038000', '092039.043000', '092039.045000', '092039.048000', '092039.050000', '092058.935000', '092058.938000', '092058.941000', '092058.943000', '092058.946000', '092058.949000', '092058.951000', '092058.954000', '092058.957000', '092058.959000', '092058.962000', '092058.964000', '092058.967000', '092058.970000', '092058.972000', '092058.975000', '092058.978000', '092058.980000', '092058.983000', '092058.985000', '092058.988000', '092058.991000', '092058.993000', '092058.996000', '092058.998000', '092059.002000', '092059.005000', '092059.007000', '092059.010000', '092059.013000', '092059.015000', '092059.018000', '092059.021000', '092059.023000', '092059.026000', '092059.028000', '092059.031000', '092059.034000', '092059.036000', '092059.039000', '092059.041000', '092059.044000', '092059.047000', '092059.049000', '092118.936000', '092118.938000', '092118.941000', '092118.944000', '092118.947000', '092118.949000', '092118.952000', '092118.954000', '092118.957000', '092118.960000', '092118.962000', '092118.965000', '092118.968000', '092118.970000', '092118.973000', '092118.975000', '092118.978000', '092118.981000', '092118.983000', '092118.986000', '092118.989000', '092118.992000', '092118.994000', '092118.997000', '092119.001000', '092119.004000', '092119.007000', '092119.010000', '092119.012000', '092119.015000', '092119.018000', '092119.020000', '092119.023000', '092119.025000', '092119.028000', '092119.031000', '092119.033000', '092119.036000', '092119.039000', '092119.041000', '092119.044000', '092119.047000', '092119.049000', '092138.935000', '092138.939000', '092138.942000', '092138.944000', '092138.947000', '092138.950000', '092138.952000', '092138.955000', '092138.957000', '092138.961000', '092138.963000', '092138.966000', '092138.968000', '092138.971000', '092138.974000', '092138.976000', '092138.979000', '092138.985000', '092138.988000', '092138.990000', '092138.993000', '092138.996000', '092139.000000', '092139.002000', '092139.005000', '092139.007000', '092139.010000', '092139.013000', '092139.015000', '092139.018000', '092139.021000', '092139.023000', '092139.026000', '092139.028000', '092139.031000', '092139.034000', '092139.036000', '092139.039000', '092139.041000', '092139.044000', '092139.047000', '092139.049000', '092139.052000', '092139.054000', '092158.937000', '092158.967000', '092158.970000', '092158.973000', '092158.975000', '092158.978000', '092158.980000', '092158.983000', '092158.985000', '092158.988000', '092158.991000', '092158.993000', '092158.996000', '092158.998000', '092159.001000', '092159.004000', '092159.006000', '092159.009000', '092159.012000', '092159.014000', '092159.017000', '092159.019000', '092159.022000', '092159.025000', '092159.027000', '092159.030000', '092159.032000', '092159.035000', '092159.038000', '092159.041000', '092159.043000', '092159.046000', '092159.049000', '092159.051000', '092159.054000', '092159.057000', '092159.059000', '092159.062000', '092159.064000', '092159.067000', '092159.070000', '092159.072000', '092159.075000', '092218.937000', '092218.939000', '092218.942000', '092218.945000', '092218.948000', '092218.950000', '092218.953000', '092218.955000', '092218.958000', '092218.961000', '092218.963000', '092218.966000', '092218.969000', '092218.971000', '092218.974000', '092218.976000', '092218.979000', '092218.982000', '092218.985000', '092218.987000', '092218.990000', '092218.992000', '092218.995000', '092218.998000', '092219.001000', '092219.004000', '092219.007000', '092219.009000', '092219.012000', '092219.014000', '092219.017000', '092219.020000', '092219.022000', '092219.025000', '092219.028000', '092219.030000', '092219.033000', '092219.035000', '092219.038000', '092219.040000', '092219.043000', '092219.046000', '092219.048000', '092219.051000', '092238.937000', '092238.940000', '092238.942000', '092238.945000', '092238.947000', '092238.950000', '092238.953000', '092238.955000', '092238.958000', '092238.961000', '092238.963000', '092238.966000', '092238.969000', '092238.971000', '092238.974000', '092238.977000', '092238.979000', '092238.982000', '092238.984000', '092238.987000', '092238.990000', '092238.992000', '092238.995000', '092238.997000', '092239.001000', '092239.004000', '092239.006000', '092239.009000', '092239.012000', '092239.014000', '092239.017000', '092239.019000', '092239.022000', '092239.025000', '092239.027000', '092239.030000', '092239.033000', '092239.035000', '092239.038000', '092239.041000', '092239.045000', '092239.048000', '092239.050000', '092258.937000', '092258.939000', '092258.942000', '092258.945000', '092258.947000', '092258.950000', '092258.953000', '092258.955000', '092258.958000', '092258.960000', '092258.963000', '092258.966000', '092258.968000', '092258.971000', '092258.974000', '092258.977000', '092258.979000', '092258.982000', '092258.984000', '092258.987000', '092258.990000', '092258.992000', '092258.995000', '092258.998000', '092259.001000', '092259.004000', '092259.006000', '092259.009000', '092259.012000', '092259.014000', '092259.017000', '092259.020000', '092259.022000', '092259.025000', '092259.027000', '092259.030000', '092259.033000', '092259.035000', '092259.038000', '092259.041000', '092259.043000', '092259.046000', '092259.048000', '092259.051000', '092300.671000', '092300.674000', '092300.677000', '092300.680000'], 'InstanceCreationTime': ['091418.981000', '091418.984000', '091418.987000', '091418.989000', '091418.992000', '091418.995000', '091418.998000', '091419.001000', '091419.004000', '091419.007000', '091419.009000', '091419.012000', '091419.014000', '091419.059000', '091419.062000', '091419.064000', '091419.067000', '091419.070000', '091419.072000', '091419.075000', '091419.095000', '091438.936000', '091438.938000', '091438.941000', '091438.943000', '091438.946000', '091438.949000', '091438.951000', '091438.954000', '091438.957000', '091438.959000', '091438.962000', '091438.964000', '091438.967000', '091438.970000', '091438.972000', '091438.975000', '091438.977000', '091438.980000', '091438.983000', '091438.985000', '091438.988000', '091438.990000', '091438.993000', '091438.995000', '091439.006000', '091439.008000', '091439.011000', '091439.013000', '091439.016000', '091439.019000', '091439.021000', '091439.024000', '091439.027000', '091439.029000', '091439.032000', '091439.034000', '091439.037000', '091439.039000', '091439.042000', '091439.045000', '091439.047000', '091439.059000', '091439.062000', '091439.064000', '091458.936000', '091458.939000', '091458.942000', '091458.945000', '091458.947000', '091458.950000', '091458.952000', '091458.955000', '091458.958000', '091458.960000', '091458.963000', '091458.965000', '091458.968000', '091458.971000', '091458.973000', '091458.976000', '091458.978000', '091458.981000', '091458.984000', '091458.986000', '091458.989000', '091458.991000', '091458.994000', '091458.997000', '091458.999000', '091459.002000', '091459.005000', '091459.007000', '091459.010000', '091459.012000', '091459.015000', '091459.017000', '091459.020000', '091459.023000', '091459.025000', '091459.028000', '091459.031000', '091459.033000', '091459.036000', '091459.038000', '091459.041000', '091459.053000', '091459.055000', '091518.937000', '091518.939000', '091518.942000', '091518.945000', '091518.948000', '091518.950000', '091518.953000', '091518.956000', '091518.958000', '091518.961000', '091518.963000', '091518.966000', '091518.969000', '091518.971000', '091518.974000', '091518.976000', '091518.979000', '091518.981000', '091518.984000', '091518.987000', '091518.989000', '091518.992000', '091518.995000', '091518.997000', '091519.001000', '091519.003000', '091519.006000', '091519.009000', '091519.011000', '091519.014000', '091519.016000', '091519.019000', '091519.022000', '091519.024000', '091519.027000', '091519.029000', '091519.032000', '091519.035000', '091519.037000', '091519.040000', '091519.042000', '091519.045000', '091519.048000', '091519.050000', '091538.936000', '091538.940000', '091538.942000', '091538.945000', '091538.947000', '091538.950000', '091538.953000', '091538.955000', '091538.958000', '091538.961000', '091538.963000', '091538.966000', '091538.968000', '091538.971000', '091538.974000', '091538.976000', '091538.979000', '091538.982000', '091538.984000', '091538.987000', '091538.989000', '091538.992000', '091538.995000', '091538.997000', '091539.001000', '091539.004000', '091539.006000', '091539.009000', '091539.011000', '091539.014000', '091539.017000', '091539.019000', '091539.022000', '091539.025000', '091539.027000', '091539.030000', '091539.032000', '091539.035000', '091539.038000', '091539.040000', '091539.043000', '091539.045000', '091539.048000', '091558.936000', '091558.939000', '091558.942000', '091558.945000', '091558.947000', '091558.950000', '091558.953000', '091558.955000', '091558.958000', '091558.960000', '091558.963000', '091558.966000', '091558.968000', '091558.971000', '091558.974000', '091558.976000', '091558.994000', '091558.996000', '091559.000000', '091559.003000', '091559.005000', '091559.008000', '091559.010000', '091559.013000', '091559.016000', '091559.018000', '091559.021000', '091559.023000', '091559.026000', '091559.028000', '091559.031000', '091559.034000', '091559.036000', '091559.039000', '091559.042000', '091559.044000', '091559.047000', '091559.049000', '091559.052000', '091559.055000', '091559.057000', '091559.060000', '091559.063000', '091559.065000', '091618.936000', '091618.958000', '091618.960000', '091618.963000', '091618.966000', '091618.968000', '091618.971000', '091618.973000', '091618.976000', '091618.979000', '091618.981000', '091618.984000', '091618.986000', '091618.989000', '091618.992000', '091618.994000', '091618.997000', '091619.000000', '091619.003000', '091619.006000', '091619.009000', '091619.011000', '091619.014000', '091619.017000', '091619.019000', '091619.022000', '091619.025000', '091619.027000', '091619.030000', '091619.039000', '091619.041000', '091619.044000', '091619.047000', '091619.049000', '091619.052000', '091619.054000', '091619.057000', '091619.060000', '091619.062000', '091619.065000', '091619.068000', '091619.070000', '091619.073000', '091638.936000', '091638.939000', '091638.941000', '091638.944000', '091638.947000', '091638.949000', '091638.952000', '091638.954000', '091638.957000', '091638.960000', '091638.962000', '091638.965000', '091638.967000', '091638.970000', '091638.973000', '091638.975000', '091638.978000', '091638.981000', '091638.983000', '091638.986000', '091638.988000', '091638.991000', '091638.993000', '091638.996000', '091639.000000', '091639.002000', '091639.005000', '091639.007000', '091639.010000', '091639.013000', '091639.015000', '091639.018000', '091639.021000', '091639.023000', '091639.026000', '091639.028000', '091639.031000', '091639.034000', '091639.036000', '091639.039000', '091639.041000', '091639.044000', '091639.046000', '091639.049000', '091658.935000', '091658.938000', '091658.941000', '091658.944000', '091658.946000', '091658.949000', '091658.951000', '091658.954000', '091658.957000', '091658.960000', '091658.962000', '091658.965000', '091658.968000', '091658.970000', '091658.973000', '091658.976000', '091658.978000', '091658.981000', '091658.983000', '091658.986000', '091658.989000', '091658.991000', '091658.994000', '091658.997000', '091659.000000', '091659.003000', '091659.005000', '091659.008000', '091659.011000', '091659.013000', '091659.016000', '091659.018000', '091659.021000', '091659.024000', '091659.026000', '091659.036000', '091659.039000', '091659.041000', '091659.044000', '091659.047000', '091659.049000', '091659.052000', '091659.055000', '091718.937000', '091718.939000', '091718.942000', '091718.945000', '091718.947000', '091718.950000', '091718.952000', '091718.955000', '091718.958000', '091718.960000', '091718.963000', '091718.966000', '091718.968000', '091718.971000', '091718.973000', '091718.976000', '091718.979000', '091718.981000', '091718.984000', '091718.987000', '091718.989000', '091718.992000', '091718.994000', '091718.997000', '091719.000000', '091719.002000', '091719.005000', '091719.008000', '091719.010000', '091719.013000', '091719.015000', '091719.018000', '091719.021000', '091719.023000', '091719.026000', '091719.029000', '091719.031000', '091719.034000', '091719.036000', '091719.039000', '091719.042000', '091719.044000', '091719.047000', '091719.049000', '091738.937000', '091738.939000', '091738.942000', '091738.945000', '091738.947000', '091738.950000', '091738.953000', '091738.955000', '091738.958000', '091738.960000', '091738.963000', '091738.980000', '091738.982000', '091738.985000', '091738.988000', '091738.990000', '091738.993000', '091738.996000', '091738.998000', '091739.002000', '091739.004000', '091739.007000', '091739.010000', '091739.012000', '091739.015000', '091739.017000', '091739.020000', '091739.023000', '091739.026000', '091739.028000', '091739.031000', '091739.034000', '091739.036000', '091739.039000', '091739.041000', '091739.044000', '091739.046000', '091739.049000', '091739.052000', '091739.054000', '091739.057000', '091739.060000', '091739.062000', '091758.937000', '091758.939000', '091758.942000', '091758.945000', '091758.947000', '091758.950000', '091758.953000', '091758.956000', '091758.958000', '091758.962000', '091758.964000', '091758.967000', '091758.970000', '091758.972000', '091758.975000', '091758.978000', '091758.980000', '091758.983000', '091758.985000', '091758.988000', '091758.991000', '091758.993000', '091758.996000', '091758.998000', '091759.002000', '091759.005000', '091759.007000', '091759.010000', '091759.013000', '091759.015000', '091759.018000', '091759.021000', '091759.023000', '091759.026000', '091759.028000', '091759.031000', '091759.034000', '091759.036000', '091759.039000', '091759.042000', '091759.044000', '091759.047000', '091759.050000', '091759.052000', '091818.937000', '091818.940000', '091818.942000', '091818.945000', '091818.947000', '091818.950000', '091818.953000', '091818.955000', '091818.958000', '091818.960000', '091818.963000', '091818.966000', '091818.968000', '091818.971000', '091818.974000', '091818.976000', '091818.979000', '091818.981000', '091818.984000', '091818.987000', '091818.989000', '091818.992000', '091818.995000', '091818.997000', '091819.001000', '091819.004000', '091819.006000', '091819.015000', '091819.018000', '091819.021000', '091819.023000', '091819.026000', '091819.028000', '091819.031000', '091819.034000', '091819.036000', '091819.039000', '091819.041000', '091819.044000', '091819.047000', '091819.049000', '091819.052000', '091819.055000', '091838.936000', '091838.939000', '091838.942000', '091838.944000', '091838.947000', '091838.950000', '091838.952000', '091838.955000', '091838.958000', '091838.960000', '091838.963000', '091838.966000', '091838.968000', '091838.971000', '091838.974000', '091838.976000', '091838.979000', '091838.982000', '091838.984000', '091838.987000', '091838.990000', '091838.992000', '091838.995000', '091838.997000', '091839.001000', '091839.004000', '091839.007000', '091839.009000', '091839.012000', '091839.014000', '091839.017000', '091839.020000', '091839.022000', '091839.025000', '091839.028000', '091839.030000', '091839.033000', '091839.035000', '091839.038000', '091839.041000', '091839.043000', '091839.046000', '091839.049000', '091858.936000', '091858.939000', '091858.941000', '091858.944000', '091858.946000', '091858.949000', '091858.952000', '091858.954000', '091858.957000', '091858.960000', '091858.962000', '091858.965000', '091858.967000', '091858.970000', '091858.973000', '091858.975000', '091858.978000', '091858.981000', '091858.983000', '091858.986000', '091858.988000', '091858.991000', '091858.994000', '091858.996000', '091859.000000', '091859.003000', '091859.006000', '091859.008000', '091859.011000', '091859.014000', '091859.016000', '091859.019000', '091859.021000', '091859.024000', '091859.027000', '091859.029000', '091859.032000', '091859.046000', '091859.048000', '091859.051000', '091859.054000', '091859.056000', '091859.059000', '091859.066000', '091918.936000', '091918.938000', '091918.941000', '091918.944000', '091918.947000', '091918.950000', '091918.953000', '091918.956000', '091918.959000', '091918.962000', '091918.964000', '091918.967000', '091918.970000', '091918.972000', '091918.975000', '091918.978000', '091918.980000', '091918.983000', '091918.986000', '091918.988000', '091918.991000', '091918.993000', '091918.996000', '091919.000000', '091919.004000', '091919.007000', '091919.009000', '091919.012000', '091919.014000', '091919.017000', '091919.020000', '091919.022000', '091919.025000', '091919.028000', '091919.030000', '091919.033000', '091919.035000', '091919.038000', '091919.041000', '091919.043000', '091919.046000', '091919.049000', '091919.051000', '091938.936000', '091938.939000', '091938.942000', '091938.944000', '091938.948000', '091938.951000', '091938.953000', '091938.956000', '091938.959000', '091938.961000', '091938.964000', '091938.966000', '091938.969000', '091938.972000', '091938.974000', '091938.977000', '091938.980000', '091938.982000', '091938.985000', '091938.988000', '091938.990000', '091938.993000', '091938.996000', '091938.998000', '091939.001000', '091939.003000', '091939.006000', '091939.009000', '091939.011000', '091939.014000', '091939.017000', '091939.019000', '091939.022000', '091939.024000', '091939.027000', '091939.029000', '091939.032000', '091939.035000', '091939.037000', '091939.040000', '091939.043000', '091939.045000', '091939.048000', '091939.050000', '091958.937000', '091958.939000', '091958.942000', '091958.945000', '091958.948000', '091958.950000', '091958.953000', '091958.956000', '091958.960000', '091958.963000', '091958.965000', '091958.968000', '091958.971000', '091958.974000', '091958.976000', '091958.979000', '091958.981000', '091958.984000', '091958.987000', '091958.989000', '091958.992000', '091958.995000', '091958.998000', '091959.001000', '091959.004000', '091959.006000', '091959.009000', '091959.012000', '091959.014000', '091959.017000', '091959.019000', '091959.022000', '091959.025000', '091959.027000', '091959.030000', '091959.033000', '091959.035000', '091959.038000', '091959.041000', '091959.043000', '091959.046000', '091959.049000', '091959.053000', '092018.936000', '092018.939000', '092018.942000', '092018.945000', '092018.947000', '092018.950000', '092018.953000', '092018.955000', '092018.958000', '092018.960000', '092018.963000', '092018.966000', '092018.968000', '092018.971000', '092018.973000', '092018.976000', '092018.979000', '092018.981000', '092018.984000', '092018.987000', '092018.989000', '092018.992000', '092018.995000', '092018.998000', '092019.001000', '092019.004000', '092019.006000', '092019.009000', '092019.012000', '092019.014000', '092019.017000', '092019.020000', '092019.022000', '092019.025000', '092019.028000', '092019.030000', '092019.033000', '092019.036000', '092019.038000', '092019.041000', '092019.043000', '092019.046000', '092019.049000', '092019.051000', '092038.936000', '092038.939000', '092038.942000', '092038.945000', '092038.947000', '092038.950000', '092038.953000', '092038.955000', '092038.958000', '092038.961000', '092038.963000', '092038.966000', '092038.968000', '092038.971000', '092038.974000', '092038.976000', '092038.979000', '092038.982000', '092038.984000', '092038.987000', '092038.989000', '092038.992000', '092038.995000', '092038.998000', '092039.001000', '092039.004000', '092039.007000', '092039.010000', '092039.012000', '092039.015000', '092039.017000', '092039.020000', '092039.023000', '092039.025000', '092039.028000', '092039.031000', '092039.033000', '092039.036000', '092039.038000', '092039.043000', '092039.045000', '092039.048000', '092039.050000', '092058.935000', '092058.938000', '092058.941000', '092058.943000', '092058.946000', '092058.949000', '092058.951000', '092058.954000', '092058.957000', '092058.959000', '092058.962000', '092058.964000', '092058.967000', '092058.970000', '092058.972000', '092058.975000', '092058.978000', '092058.980000', '092058.983000', '092058.985000', '092058.988000', '092058.991000', '092058.993000', '092058.996000', '092058.998000', '092059.002000', '092059.005000', '092059.007000', '092059.010000', '092059.013000', '092059.015000', '092059.018000', '092059.021000', '092059.023000', '092059.026000', '092059.028000', '092059.031000', '092059.034000', '092059.036000', '092059.039000', '092059.041000', '092059.044000', '092059.047000', '092059.049000', '092118.936000', '092118.938000', '092118.941000', '092118.944000', '092118.947000', '092118.949000', '092118.952000', '092118.954000', '092118.957000', '092118.960000', '092118.962000', '092118.965000', '092118.968000', '092118.970000', '092118.973000', '092118.975000', '092118.978000', '092118.981000', '092118.983000', '092118.986000', '092118.989000', '092118.992000', '092118.994000', '092118.997000', '092119.001000', '092119.004000', '092119.007000', '092119.010000', '092119.012000', '092119.015000', '092119.018000', '092119.020000', '092119.023000', '092119.025000', '092119.028000', '092119.031000', '092119.033000', '092119.036000', '092119.039000', '092119.041000', '092119.044000', '092119.047000', '092119.049000', '092138.935000', '092138.939000', '092138.942000', '092138.944000', '092138.947000', '092138.950000', '092138.952000', '092138.955000', '092138.957000', '092138.961000', '092138.963000', '092138.966000', '092138.968000', '092138.971000', '092138.974000', '092138.976000', '092138.979000', '092138.985000', '092138.988000', '092138.990000', '092138.993000', '092138.996000', '092139.000000', '092139.002000', '092139.005000', '092139.007000', '092139.010000', '092139.013000', '092139.015000', '092139.018000', '092139.021000', '092139.023000', '092139.026000', '092139.028000', '092139.031000', '092139.034000', '092139.036000', '092139.039000', '092139.041000', '092139.044000', '092139.047000', '092139.049000', '092139.052000', '092139.054000', '092158.937000', '092158.967000', '092158.970000', '092158.973000', '092158.975000', '092158.978000', '092158.980000', '092158.983000', '092158.985000', '092158.988000', '092158.991000', '092158.993000', '092158.996000', '092158.998000', '092159.001000', '092159.004000', '092159.006000', '092159.009000', '092159.012000', '092159.014000', '092159.017000', '092159.019000', '092159.022000', '092159.025000', '092159.027000', '092159.030000', '092159.032000', '092159.035000', '092159.038000', '092159.041000', '092159.043000', '092159.046000', '092159.049000', '092159.051000', '092159.054000', '092159.057000', '092159.059000', '092159.062000', '092159.064000', '092159.067000', '092159.070000', '092159.072000', '092159.075000', '092218.937000', '092218.939000', '092218.942000', '092218.945000', '092218.948000', '092218.950000', '092218.953000', '092218.955000', '092218.958000', '092218.961000', '092218.963000', '092218.966000', '092218.969000', '092218.971000', '092218.974000', '092218.976000', '092218.979000', '092218.982000', '092218.985000', '092218.987000', '092218.990000', '092218.992000', '092218.995000', '092218.998000', '092219.001000', '092219.004000', '092219.007000', '092219.009000', '092219.012000', '092219.014000', '092219.017000', '092219.020000', '092219.022000', '092219.025000', '092219.028000', '092219.030000', '092219.033000', '092219.035000', '092219.038000', '092219.040000', '092219.043000', '092219.046000', '092219.048000', '092219.051000', '092238.937000', '092238.940000', '092238.942000', '092238.945000', '092238.947000', '092238.950000', '092238.953000', '092238.955000', '092238.958000', '092238.961000', '092238.963000', '092238.966000', '092238.969000', '092238.971000', '092238.974000', '092238.977000', '092238.979000', '092238.982000', '092238.984000', '092238.987000', '092238.990000', '092238.992000', '092238.995000', '092238.997000', '092239.001000', '092239.004000', '092239.006000', '092239.009000', '092239.012000', '092239.014000', '092239.017000', '092239.019000', '092239.022000', '092239.025000', '092239.027000', '092239.030000', '092239.033000', '092239.035000', '092239.038000', '092239.041000', '092239.045000', '092239.048000', '092239.050000', '092258.937000', '092258.939000', '092258.942000', '092258.945000', '092258.947000', '092258.950000', '092258.953000', '092258.955000', '092258.958000', '092258.960000', '092258.963000', '092258.966000', '092258.968000', '092258.971000', '092258.974000', '092258.977000', '092258.979000', '092258.982000', '092258.984000', '092258.987000', '092258.990000', '092258.992000', '092258.995000', '092258.998000', '092259.001000', '092259.004000', '092259.006000', '092259.009000', '092259.012000', '092259.014000', '092259.017000', '092259.020000', '092259.022000', '092259.025000', '092259.027000', '092259.030000', '092259.033000', '092259.035000', '092259.038000', '092259.041000', '092259.043000', '092259.046000', '092259.048000', '092259.051000', '092300.671000', '092300.674000', '092300.677000', '092300.680000'], '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': [11579, 11666, 8377, 12887, 9441, 12308, 10270, 8037, 12246, 8651, 13666, 9657, 10770, 10112, 7947, 12243, 8661, 13777, 9777, 10607, 10166, 8035, 12077, 8910, 13714, 9867, 8477, 10493, 7895, 13079, 9549, 10142, 10834, 7970, 12755, 9129, 13143, 10482, 8282, 12189, 8997, 13977, 10034, 10949, 10890, 8363, 12679, 9179, 11355, 10824, 8152, 12732, 9064, 13482, 9645, 10666, 11530, 8868, 13342, 9809, 10085, 12954, 9107, 12504, 9803, 10259, 13124, 9346, 10930, 10112, 8543, 13727, 10332, 8901, 10348, 8334, 14783, 10261, 8144, 11576, 9079, 11033, 10200, 8245, 10562, 8980, 8171, 11097, 11948, 9047, 13678, 9863, 9800, 12870, 10904, 11641, 10265, 8042, 13509, 10165, 11022, 11642, 9100, 10922, 10038, 9997, 15175, 9903, 9025, 10820, 9057, 15956, 11301, 9234, 11087, 8583, 15096, 10356, 8414, 11431, 8768, 14099, 10128, 8619, 12147, 8719, 11454, 10098, 9838, 13030, 9315, 9355, 11265, 10530, 14107, 10518, 8135, 12819, 9922, 11736, 10418, 8625, 13772, 10315, 10081, 11786, 8673, 10315, 9931, 9607, 12079, 9607, 9006, 10772, 9161, 13223, 9462, 9041, 10582, 9117, 13086, 9779, 8182, 11294, 9779, 14331, 10253, 11247, 10799, 9128, 13720, 8877, 10531, 9989, 8948, 13369, 9311, 10991, 9305, 9409, 16683, 10422, 8056, 8397, 10003, 9607, 9469, 10677, 9419, 10138, 12010, 10328, 11932, 11390, 10217, 17911, 12963, 10854, 12874, 11291, 9557, 11283, 9499, 12366, 10018, 12186, 10347, 9490, 11249, 8911, 13330, 10281, 9760, 10142, 8295, 12695, 10409, 9229, 10639, 7916, 12551, 9923, 10413, 9988, 8788, 11428, 8830, 10715, 9757, 8765, 12336, 9346, 10017, 9982, 9209, 12717, 8999, 9209, 10293, 9022, 14270, 10424, 8041, 12267, 9311, 11980, 10588, 7879, 12603, 10024, 9450, 12262, 9570, 13652, 10200, 11690, 11197, 9312, 12978, 10010, 8658, 10699, 8581, 13893, 9504, 9087, 10234, 8414, 13652, 9350, 9274, 10544, 7893, 13264, 9844, 8487, 10149, 8326, 13597, 9824, 9643, 10013, 7978, 13352, 10088, 8177, 11540, 9165, 12431, 10713, 8159, 11381, 10461, 7327, 12858, 9747, 10208, 11465, 10338, 7367, 12627, 9591, 8439, 10706, 9137, 12989, 10007, 10313, 10910, 8785, 9105, 10567, 8182, 14035, 10014, 8682, 11024, 8662, 12474, 10264, 9644, 12555, 9702, 10331, 10350, 9393, 13206, 9866, 8778, 10624, 8445, 14561, 9892, 8625, 10403, 8338, 13656, 9971, 7672, 11245, 8790, 14511, 10209, 7878, 10448, 8386, 11898, 9988, 7537, 11789, 9582, 10432, 10436, 7947, 9872, 10166, 7930, 13767, 9642, 9614, 10122, 7761, 13808, 9870, 7836, 11174, 9705, 10384, 12690, 8989, 11324, 10266, 8530, 14021, 9764, 9121, 10448, 7833, 13922, 10078, 10341, 9728, 7767, 13633, 10049, 8838, 10658, 8124, 13851, 10253, 7626, 11302, 10035, 9410, 12368, 8670, 9680, 10347, 8295, 14306, 9908, 8449, 11472, 9111, 13440, 10495, 8315, 12184, 9816, 11393, 10993, 8764, 12725, 10255, 10647, 12385, 9062, 12611, 10390, 8797, 12805, 9396, 10386, 10649, 8262, 13310, 10116, 9830, 10457, 8771, 14243, 10268, 8443, 10849, 8808, 11170, 10328, 8016, 12859, 10157, 9838, 12563, 8922, 10097, 10438, 9038, 13643, 10067, 8184, 11118, 8829, 11092, 9663, 7906, 13187, 9904, 8121, 11538, 8998, 9507, 11961, 8912, 10820, 10192, 8038, 14215, 9877, 11410, 11516, 9097, 12474, 10619, 11397, 13356, 9921, 9088, 10667, 8552, 14218, 9878, 9078, 10277, 8697, 13908, 9668, 8322, 10994, 8712, 14380, 9646, 9166, 9884, 8049, 13896, 9982, 8762, 10193, 7819, 13257, 9745, 7984, 11441, 8765, 12431, 10442, 8117, 12334, 10158, 10747, 12578, 9921, 9313, 10132, 10000, 7600, 12605, 10733, 8851, 12652, 10726, 11784, 13448, 9783, 13916, 10662, 11493, 12341, 10091, 16268, 10355, 9770, 9855, 8994, 12478, 9835, 10614, 9971, 8155, 10698, 9081, 13731, 9937, 10643, 9870, 9620, 11551, 9223, 13226, 9848, 8793, 10214, 8429, 12641, 9332, 11352, 9944, 10751, 10386, 9801, 11542, 8680, 12701, 10007, 8626, 10275, 8382, 12925, 9894, 10034, 9902, 7854, 12502, 9583, 10800, 10447, 7791, 12545, 8976, 12658, 9951, 7515, 11077, 8715, 11444, 10027, 8827, 13282, 9445, 9443, 10160, 8667, 14617, 10085, 10476, 10213, 8951, 14597, 9975, 13497, 9919, 8101, 13076, 9702, 11634, 9894, 8222, 13120, 9747, 10692, 10888, 8431, 13258, 10081, 9796, 11161, 7904, 10272, 9839, 8370, 12619, 8602, 10018, 10012, 8815, 12545, 8841, 11582, 9427, 8071, 13441, 8986, 9401, 10106, 10978, 11783, 12837, 11528, 8220, 11483, 8632, 14322, 9970, 8181, 10574, 8945, 9167, 10577, 9116, 12928, 9472, 10363, 10252, 10622, 13405, 9129, 13499, 10027, 11030, 11421, 8671, 12268, 9653, 10803, 10163, 7751, 11816, 9412, 9588, 10182, 8045, 12483, 9308, 9490, 10911, 8307, 12511, 9892, 8989, 12655, 8706, 12198, 10053, 10606, 11098, 10024, 14295, 9363, 8783, 9575, 7793, 13840, 9544, 9779, 10049, 7845, 13712, 10068, 12366, 9858, 9091, 12107, 9650, 12609, 9653, 8476, 11855, 9472, 14180, 10013, 8554, 11300, 9060, 14079, 9796, 9430, 10834, 8791, 13816, 9804, 7766, 11379, 8744, 11136, 9742, 7853, 12653, 9224, 12162, 9733, 8022, 13473, 10086, 8310, 10598, 8591, 10243, 10427, 8487, 12817, 9870, 7983, 12247, 8777, 9611, 10105, 8038, 12856, 9856, 10572, 9556, 8420, 13345, 9797, 10636, 11473, 8497, 10701, 10152, 7875, 13369, 10124, 9518, 9380, 8881, 14108, 10042, 11944, 10460, 8742, 12661, 9958, 9789, 11946, 8879, 10837, 10206, 9201, 13110, 9049, 9020, 10163, 7514, 13357, 9975, 8242, 9945, 8819, 13506, 10291, 9015, 11183, 9409, 12534, 10473, 10541, 10896, 9208, 9204, 10397, 9047, 12091, 9562, 8350, 9863, 8978, 11937, 9931, 7552, 11599, 8788, 11293, 10072, 7736, 12395, 8970, 11571, 10370, 8343, 12279, 9935, 13302, 10553, 9360, 10659, 9086, 12631, 10302, 9524, 10798, 8814, 10993, 10234, 8900, 11745, 9548, 8974, 10605, 8877, 12440, 9898, 8531, 10448, 8920, 12094, 10088, 7537, 10582, 8625, 10333, 9751, 7674, 12488, 9798, 8590, 10832, 8553, 13328, 10096, 8723, 11813, 9907, 9339, 11484, 10077, 11232, 10253, 8933, 14722, 10439, 8040, 10937, 9798, 9929, 10810, 10669, 13948, 9907, 9419, 10857, 8650, 13809, 10142, 9087, 10482, 8536, 14145, 10207, 7909, 10309, 8602, 13708, 10173, 8236, 9974, 9548, 10346, 10516, 8301, 12631, 10054, 9602, 10826, 9849, 11892, 9964, 7848, 11726, 9687, 11691, 9932, 8878, 12388, 10314, 10464, 11670, 9169, 8590, 10142, 8666, 12912, 12492, 8870, 7520, 10268, 9755, 8382, 8514, 10523, 9124, 12757, 10558, 11248, 11590, 10507, 11652, 10854, 10612, 14721, 11050, 11939, 10141, 10154, 11703, 10905, 8512, 12549, 9942, 9984, 10370, 8779, 11883, 9502, 11259, 9876, 8761, 10241, 8376, 12103, 10327, 7309, 10909, 9392, 11303, 10270, 7667, 11823, 9545, 12384, 10345, 8351, 11427, 8831, 12802, 10544, 9526, 11176, 9785, 9036, 10486, 8494, 12805, 9653, 10094, 10510, 8527, 12226, 8864, 12264, 10433, 10845, 10793, 8153, 10933, 9908, 9237, 10567, 8106, 10067, 10031, 8102, 11486, 8314, 10235, 10402, 7852, 12946, 10057, 11231, 10841, 8245, 14138, 9996, 10834, 10735, 8481, 12853, 9524, 12900, 10575, 8062, 11724, 9780, 11643, 10776, 8946, 12161, 10582, 9802, 12086, 9172, 9809, 10388, 8545, 13911, 10325, 8448, 11033, 9518, 13317, 10461, 7395, 9985, 9903, 9525, 10791, 7884, 11391, 9992, 9203, 9903, 8339, 9727, 10223, 7233, 12036, 10232, 9841, 11036, 9054, 11356, 10818, 10172, 12546, 8496, 13175, 10707, 10923, 11138, 8602, 11608, 10191, 11192, 10515, 7954, 11690, 8809, 12356, 10116, 9030, 11642, 9194, 9311, 10331, 8211, 13729, 9055, 11331, 10258, 8872, 11690, 9275, 14697, 10239, 9184, 10099, 8465, 13152, 10212, 7528, 10408, 8905, 13433, 10626, 8068, 10627, 9406, 14084, 10596, 8092, 10441, 9587, 14343, 10372, 7614, 10035, 8839, 10351, 10532, 7763, 11547, 10064, 8849, 10660, 8978, 12125, 10362, 9741, 11799, 9815, 13872, 10751, 8806, 10992, 9253, 15207, 10458, 9271, 9716, 8589, 12692, 10575, 7745, 10623, 9673, 9223, 10328, 8009, 10543, 9823, 8197, 12263, 9279, 11118, 10208, 7500, 13695], 'WindowCenter': [4341.0, 4326.0, 4272.0, 4308.0, 4278.0, 4297.0, 4288.0, 4255.0, 4306.0, 4266.0, 4305.0, 4276.0, 4285.0, 4286.0, 4254.0, 4296.0, 4265.0, 4305.0, 4276.0, 4284.0, 4274.0, 4254.0, 4295.0, 4265.0, 4306.0, 4277.0, 4255.0, 4284.0, 4254.0, 4307.0, 4276.0, 4286.0, 4286.0, 4257.0, 4306.0, 4278.0, 4306.0, 4287.0, 4257.0, 4296.0, 4267.0, 4307.0, 4277.0, 4286.0, 4287.0, 4255.0, 4294.0, 4275.0, 4286.0, 4287.0, 4256.0, 4304.0, 4268.0, 4306.0, 4276.0, 4285.0, 4295.0, 4265.0, 4306.0, 4275.0, 4275.0, 4305.0, 4266.0, 4294.0, 4275.0, 4273.0, 4306.0, 4265.0, 4284.0, 4285.0, 4266.0, 4305.0, 4286.0, 4266.0, 4284.0, 4255.0, 4315.0, 4287.0, 4256.0, 4295.0, 4267.0, 4286.0, 4285.0, 4257.0, 4287.0, 4278.0, 4281.0, 4312.0, 4310.0, 4280.0, 4319.0, 4287.0, 4276.0, 4306.0, 4297.0, 4296.0, 4285.0, 4256.0, 4305.0, 4286.0, 4286.0, 4294.0, 4266.0, 4283.0, 4276.0, 4276.0, 4317.0, 4276.0, 4264.0, 4284.0, 4264.0, 4315.0, 4286.0, 4263.0, 4282.0, 4255.0, 4304.0, 4274.0, 4243.0, 4283.0, 4254.0, 4302.0, 4274.0, 4254.0, 4293.0, 4265.0, 4284.0, 4274.0, 4276.0, 4305.0, 4265.0, 4264.0, 4285.0, 4274.0, 4304.0, 4274.0, 4242.0, 4293.0, 4273.0, 4284.0, 4272.0, 4251.0, 4293.0, 4273.0, 4273.0, 4282.0, 4254.0, 4272.0, 4274.0, 4264.0, 4292.0, 4273.0, 4252.0, 4283.0, 4263.0, 4292.0, 4263.0, 4262.0, 4283.0, 4263.0, 4304.0, 4273.0, 4253.0, 4283.0, 4274.0, 4304.0, 4274.0, 4283.0, 4284.0, 4263.0, 4303.0, 4262.0, 4272.0, 4263.0, 4251.0, 4305.0, 4275.0, 4297.0, 4265.0, 4265.0, 4326.0, 4286.0, 4267.0, 4267.0, 4287.0, 4286.0, 4273.0, 4287.0, 4278.0, 4289.0, 4309.0, 4289.0, 4296.0, 4286.0, 4273.0, 4314.0, 4279.0, 4258.0, 4266.0, 4255.0, 4233.0, 4252.0, 4232.0, 4255.0, 4234.0, 4254.0, 4243.0, 4233.0, 4254.0, 4234.0, 4265.0, 4247.0, 4247.0, 4246.0, 4228.0, 4278.0, 4259.0, 4249.0, 4259.0, 4241.0, 4280.0, 4262.0, 4271.0, 4263.0, 4254.0, 4282.0, 4254.0, 4273.0, 4263.0, 4254.0, 4295.0, 4266.0, 4274.0, 4275.0, 4265.0, 4295.0, 4267.0, 4265.0, 4275.0, 4266.0, 4318.0, 4287.0, 4256.0, 4294.0, 4267.0, 4294.0, 4285.0, 4255.0, 4295.0, 4276.0, 4264.0, 4296.0, 4276.0, 4304.0, 4275.0, 4283.0, 4272.0, 4253.0, 4292.0, 4262.0, 4240.0, 4270.0, 4241.0, 4292.0, 4263.0, 4252.0, 4261.0, 4243.0, 4304.0, 4264.0, 4263.0, 4274.0, 4243.0, 4293.0, 4276.0, 4255.0, 4274.0, 4254.0, 4294.0, 4276.0, 4265.0, 4274.0, 4245.0, 4303.0, 4275.0, 4254.0, 4285.0, 4264.0, 4295.0, 4285.0, 4247.0, 4284.0, 4285.0, 4234.0, 4305.0, 4276.0, 4287.0, 4296.0, 4287.0, 4247.0, 4307.0, 4276.0, 4257.0, 4285.0, 4277.0, 4304.0, 4276.0, 4274.0, 4285.0, 4266.0, 4263.0, 4282.0, 4254.0, 4304.0, 4275.0, 4255.0, 4284.0, 4255.0, 4295.0, 4275.0, 4275.0, 4295.0, 4264.0, 4271.0, 4274.0, 4265.0, 4294.0, 4274.0, 4252.0, 4274.0, 4244.0, 4304.0, 4264.0, 4251.0, 4272.0, 4243.0, 4303.0, 4274.0, 4243.0, 4283.0, 4254.0, 4304.0, 4276.0, 4244.0, 4274.0, 4255.0, 4283.0, 4275.0, 4243.0, 4283.0, 4264.0, 4283.0, 4284.0, 4255.0, 4274.0, 4286.0, 4256.0, 4317.0, 4276.0, 4276.0, 4275.0, 4243.0, 4305.0, 4274.0, 4245.0, 4284.0, 4275.0, 4275.0, 4307.0, 4267.0, 4286.0, 4274.0, 4256.0, 4307.0, 4276.0, 4262.0, 4274.0, 4243.0, 4305.0, 4274.0, 4273.0, 4262.0, 4244.0, 4304.0, 4274.0, 4263.0, 4273.0, 4243.0, 4304.0, 4275.0, 4245.0, 4284.0, 4275.0, 4264.0, 4295.0, 4265.0, 4263.0, 4272.0, 4254.0, 4305.0, 4275.0, 4254.0, 4283.0, 4265.0, 4304.0, 4274.0, 4253.0, 4282.0, 4274.0, 4283.0, 4271.0, 4254.0, 4281.0, 4261.0, 4260.0, 4282.0, 4250.0, 4281.0, 4261.0, 4240.0, 4291.0, 4252.0, 4259.0, 4270.0, 4240.0, 4291.0, 4272.0, 4261.0, 4271.0, 4251.0, 4300.0, 4272.0, 4241.0, 4271.0, 4252.0, 4282.0, 4273.0, 4243.0, 4292.0, 4273.0, 4263.0, 4295.0, 4263.0, 4272.0, 4273.0, 4253.0, 4303.0, 4273.0, 4251.0, 4283.0, 4264.0, 4284.0, 4274.0, 4255.0, 4306.0, 4276.0, 4256.0, 4295.0, 4265.0, 4274.0, 4294.0, 4265.0, 4285.0, 4274.0, 4255.0, 4304.0, 4275.0, 4295.0, 4284.0, 4263.0, 4282.0, 4273.0, 4284.0, 4292.0, 4262.0, 4250.0, 4271.0, 4241.0, 4292.0, 4261.0, 4251.0, 4271.0, 4251.0, 4292.0, 4261.0, 4242.0, 4271.0, 4251.0, 4302.0, 4262.0, 4251.0, 4261.0, 4241.0, 4303.0, 4262.0, 4252.0, 4272.0, 4233.0, 4293.0, 4263.0, 4243.0, 4283.0, 4255.0, 4294.0, 4274.0, 4243.0, 4293.0, 4274.0, 4274.0, 4295.0, 4275.0, 4276.0, 4287.0, 4287.0, 4257.0, 4304.0, 4286.0, 4266.0, 4306.0, 4287.0, 4298.0, 4307.0, 4275.0, 4302.0, 4273.0, 4269.0, 4269.0, 4246.0, 4286.0, 4246.0, 4234.0, 4233.0, 4223.0, 4253.0, 4233.0, 4244.0, 4244.0, 4226.0, 4255.0, 4235.0, 4288.0, 4249.0, 4256.0, 4260.0, 4247.0, 4268.0, 4251.0, 4280.0, 4260.0, 4239.0, 4260.0, 4240.0, 4281.0, 4252.0, 4270.0, 4261.0, 4269.0, 4262.0, 4261.0, 4271.0, 4240.0, 4280.0, 4261.0, 4241.0, 4272.0, 4252.0, 4294.0, 4273.0, 4274.0, 4263.0, 4244.0, 4292.0, 4264.0, 4273.0, 4274.0, 4244.0, 4293.0, 4252.0, 4293.0, 4274.0, 4232.0, 4284.0, 4253.0, 4284.0, 4275.0, 4265.0, 4305.0, 4275.0, 4263.0, 4274.0, 4254.0, 4305.0, 4274.0, 4274.0, 4272.0, 4252.0, 4302.0, 4264.0, 4292.0, 4261.0, 4231.0, 4290.0, 4261.0, 4281.0, 4260.0, 4240.0, 4280.0, 4251.0, 4271.0, 4271.0, 4242.0, 4291.0, 4272.0, 4261.0, 4271.0, 4242.0, 4260.0, 4270.0, 4253.0, 4305.0, 4267.0, 4274.0, 4287.0, 4264.0, 4295.0, 4265.0, 4283.0, 4264.0, 4245.0, 4306.0, 4267.0, 4275.0, 4287.0, 4285.0, 4297.0, 4293.0, 4282.0, 4241.0, 4270.0, 4240.0, 4290.0, 4262.0, 4243.0, 4273.0, 4264.0, 4264.0, 4284.0, 4264.0, 4295.0, 4275.0, 4273.0, 4272.0, 4273.0, 4293.0, 4252.0, 4290.0, 4261.0, 4259.0, 4270.0, 4240.0, 4269.0, 4261.0, 4259.0, 4261.0, 4231.0, 4279.0, 4252.0, 4261.0, 4272.0, 4243.0, 4291.0, 4264.0, 4264.0, 4285.0, 4256.0, 4294.0, 4275.0, 4264.0, 4306.0, 4265.0, 4295.0, 4275.0, 4273.0, 4285.0, 4274.0, 4303.0, 4263.0, 4252.0, 4261.0, 4231.0, 4293.0, 4263.0, 4263.0, 4262.0, 4243.0, 4303.0, 4274.0, 4282.0, 4262.0, 4251.0, 4282.0, 4262.0, 4282.0, 4261.0, 4241.0, 4283.0, 4261.0, 4303.0, 4264.0, 4253.0, 4271.0, 4253.0, 4303.0, 4262.0, 4252.0, 4272.0, 4253.0, 4303.0, 4263.0, 4232.0, 4282.0, 4253.0, 4283.0, 4263.0, 4243.0, 4292.0, 4263.0, 4293.0, 4261.0, 4243.0, 4292.0, 4273.0, 4242.0, 4272.0, 4253.0, 4272.0, 4274.0, 4254.0, 4294.0, 4275.0, 4254.0, 4295.0, 4266.0, 4274.0, 4275.0, 4255.0, 4305.0, 4277.0, 4285.0, 4274.0, 4255.0, 4304.0, 4274.0, 4285.0, 4295.0, 4265.0, 4274.0, 4274.0, 4244.0, 4304.0, 4275.0, 4264.0, 4263.0, 4253.0, 4304.0, 4274.0, 4283.0, 4272.0, 4253.0, 4281.0, 4262.0, 4262.0, 4282.0, 4263.0, 4272.0, 4272.0, 4261.0, 4293.0, 4252.0, 4252.0, 4271.0, 4233.0, 4303.0, 4274.0, 4254.0, 4273.0, 4264.0, 4293.0, 4274.0, 4254.0, 4283.0, 4263.0, 4282.0, 4274.0, 4273.0, 4272.0, 4262.0, 4261.0, 4272.0, 4263.0, 4293.0, 4274.0, 4254.0, 4275.0, 4264.0, 4294.0, 4274.0, 4245.0, 4295.0, 4256.0, 4285.0, 4276.0, 4247.0, 4295.0, 4266.0, 4285.0, 4276.0, 4256.0, 4294.0, 4276.0, 4292.0, 4275.0, 4262.0, 4272.0, 4253.0, 4282.0, 4274.0, 4261.0, 4271.0, 4251.0, 4270.0, 4273.0, 4252.0, 4280.0, 4262.0, 4252.0, 4272.0, 4252.0, 4292.0, 4274.0, 4251.0, 4273.0, 4263.0, 4295.0, 4274.0, 4244.0, 4282.0, 4266.0, 4286.0, 4273.0, 4256.0, 4306.0, 4288.0, 4267.0, 4296.0, 4266.0, 4306.0, 4275.0, 4266.0, 4295.0, 4274.0, 4264.0, 4296.0, 4276.0, 4285.0, 4275.0, 4265.0, 4314.0, 4286.0, 4244.0, 4284.0, 4275.0, 4274.0, 4284.0, 4274.0, 4302.0, 4272.0, 4250.0, 4270.0, 4240.0, 4291.0, 4272.0, 4252.0, 4269.0, 4241.0, 4291.0, 4272.0, 4241.0, 4271.0, 4253.0, 4292.0, 4272.0, 4242.0, 4260.0, 4263.0, 4260.0, 4273.0, 4244.0, 4292.0, 4274.0, 4262.0, 4273.0, 4274.0, 4284.0, 4274.0, 4242.0, 4282.0, 4262.0, 4284.0, 4262.0, 4263.0, 4293.0, 4274.0, 4274.0, 4284.0, 4263.0, 4252.0, 4274.0, 4254.0, 4306.0, 4307.0, 4278.0, 4257.0, 4284.0, 4288.0, 4268.0, 4266.0, 4287.0, 4277.0, 4307.0, 4288.0, 4297.0, 4296.0, 4286.0, 4284.0, 4271.0, 4260.0, 4290.0, 4271.0, 4270.0, 4247.0, 4258.0, 4266.0, 4257.0, 4227.0, 4278.0, 4258.0, 4248.0, 4258.0, 4237.0, 4269.0, 4261.0, 4270.0, 4261.0, 4240.0, 4261.0, 4243.0, 4283.0, 4275.0, 4233.0, 4272.0, 4265.0, 4284.0, 4275.0, 4245.0, 4285.0, 4266.0, 4294.0, 4277.0, 4245.0, 4284.0, 4254.0, 4293.0, 4274.0, 4265.0, 4284.0, 4275.0, 4254.0, 4274.0, 4254.0, 4296.0, 4276.0, 4274.0, 4274.0, 4254.0, 4295.0, 4265.0, 4294.0, 4275.0, 4273.0, 4283.0, 4245.0, 4285.0, 4276.0, 4265.0, 4285.0, 4256.0, 4274.0, 4277.0, 4256.0, 4296.0, 4268.0, 4287.0, 4286.0, 4256.0, 4308.0, 4287.0, 4298.0, 4286.0, 4255.0, 4308.0, 4276.0, 4285.0, 4285.0, 4255.0, 4295.0, 4276.0, 4295.0, 4276.0, 4245.0, 4284.0, 4263.0, 4283.0, 4273.0, 4254.0, 4282.0, 4273.0, 4263.0, 4294.0, 4264.0, 4263.0, 4272.0, 4253.0, 4305.0, 4275.0, 4254.0, 4274.0, 4263.0, 4293.0, 4274.0, 4235.0, 4273.0, 4274.0, 4264.0, 4286.0, 4255.0, 4295.0, 4275.0, 4265.0, 4274.0, 4256.0, 4275.0, 4288.0, 4247.0, 4298.0, 4289.0, 4277.0, 4287.0, 4268.0, 4286.0, 4285.0, 4276.0, 4296.0, 4255.0, 4293.0, 4276.0, 4275.0, 4285.0, 4255.0, 4283.0, 4274.0, 4272.0, 4275.0, 4244.0, 4285.0, 4264.0, 4293.0, 4274.0, 4255.0, 4284.0, 4265.0, 4263.0, 4274.0, 4254.0, 4304.0, 4264.0, 4284.0, 4275.0, 4252.0, 4283.0, 4262.0, 4304.0, 4273.0, 4263.0, 4273.0, 4253.0, 4296.0, 4274.0, 4246.0, 4283.0, 4265.0, 4305.0, 4276.0, 4245.0, 4274.0, 4264.0, 4303.0, 4275.0, 4245.0, 4271.0, 4263.0, 4302.0, 4273.0, 4233.0, 4262.0, 4263.0, 4273.0, 4274.0, 4244.0, 4284.0, 4276.0, 4266.0, 4287.0, 4266.0, 4297.0, 4275.0, 4264.0, 4286.0, 4275.0, 4305.0, 4284.0, 4254.0, 4272.0, 4264.0, 4303.0, 4273.0, 4262.0, 4263.0, 4253.0, 4294.0, 4286.0, 4258.0, 4287.0, 4277.0, 4275.0, 4287.0, 4256.0, 4286.0, 4286.0, 4256.0, 4308.0, 4277.0, 4297.0, 4288.0, 4247.0, 4308.0], 'WindowWidth': [9595.0, 9563.0, 9481.0, 9523.0, 9482.0, 9506.0, 9493.0, 9447.0, 9514.0, 9462.0, 9512.0, 9476.0, 9485.0, 9488.0, 9442.0, 9499.0, 9459.0, 9512.0, 9474.0, 9482.0, 9470.0, 9442.0, 9498.0, 9458.0, 9515.0, 9476.0, 9444.0, 9483.0, 9445.0, 9516.0, 9476.0, 9489.0, 9488.0, 9451.0, 9515.0, 9482.0, 9517.0, 9492.0, 9450.0, 9501.0, 9464.0, 9519.0, 9478.0, 9489.0, 9489.0, 9446.0, 9496.0, 9472.0, 9486.0, 9490.0, 9448.0, 9510.0, 9467.0, 9514.0, 9474.0, 9486.0, 9499.0, 9459.0, 9514.0, 9473.0, 9471.0, 9513.0, 9461.0, 9496.0, 9471.0, 9466.0, 9514.0, 9458.0, 9482.0, 9486.0, 9461.0, 9515.0, 9490.0, 9461.0, 9484.0, 9447.0, 9528.0, 9490.0, 9446.0, 9499.0, 9466.0, 9489.0, 9485.0, 9449.0, 9491.0, 9480.0, 9495.0, 9535.0, 9529.0, 9488.0, 9538.0, 9493.0, 9475.0, 9516.0, 9506.0, 9502.0, 9487.0, 9447.0, 9514.0, 9489.0, 9489.0, 9497.0, 9460.0, 9479.0, 9473.0, 9473.0, 9534.0, 9475.0, 9456.0, 9483.0, 9457.0, 9529.0, 9490.0, 9454.0, 9477.0, 9444.0, 9509.0, 9468.0, 9424.0, 9478.0, 9442.0, 9505.0, 9469.0, 9441.0, 9492.0, 9458.0, 9481.0, 9471.0, 9475.0, 9513.0, 9457.0, 9454.0, 9484.0, 9469.0, 9510.0, 9467.0, 9422.0, 9491.0, 9465.0, 9480.0, 9464.0, 9434.0, 9493.0, 9467.0, 9467.0, 9478.0, 9441.0, 9463.0, 9467.0, 9453.0, 9490.0, 9466.0, 9437.0, 9479.0, 9452.0, 9491.0, 9452.0, 9450.0, 9481.0, 9453.0, 9509.0, 9465.0, 9440.0, 9481.0, 9468.0, 9511.0, 9469.0, 9479.0, 9482.0, 9452.0, 9506.0, 9451.0, 9462.0, 9451.0, 9435.0, 9512.0, 9472.0, 9507.0, 9458.0, 9456.0, 9542.0, 9488.0, 9467.0, 9468.0, 9492.0, 9490.0, 9467.0, 9492.0, 9480.0, 9496.0, 9522.0, 9494.0, 9501.0, 9487.0, 9463.0, 9523.0, 9469.0, 9434.0, 9439.0, 9424.0, 9390.0, 9416.0, 9388.0, 9422.0, 9395.0, 9421.0, 9406.0, 9390.0, 9420.0, 9396.0, 9437.0, 9416.0, 9415.0, 9414.0, 9394.0, 9460.0, 9437.0, 9423.0, 9439.0, 9417.0, 9467.0, 9446.0, 9456.0, 9449.0, 9438.0, 9473.0, 9440.0, 9462.0, 9450.0, 9440.0, 9497.0, 9460.0, 9467.0, 9471.0, 9457.0, 9497.0, 9460.0, 9456.0, 9469.0, 9458.0, 9533.0, 9489.0, 9446.0, 9494.0, 9461.0, 9494.0, 9484.0, 9443.0, 9496.0, 9471.0, 9452.0, 9499.0, 9472.0, 9509.0, 9468.0, 9475.0, 9462.0, 9436.0, 9489.0, 9446.0, 9414.0, 9455.0, 9416.0, 9487.0, 9449.0, 9434.0, 9444.0, 9421.0, 9507.0, 9453.0, 9451.0, 9464.0, 9423.0, 9491.0, 9471.0, 9442.0, 9466.0, 9440.0, 9494.0, 9472.0, 9455.0, 9467.0, 9430.0, 9506.0, 9470.0, 9441.0, 9483.0, 9456.0, 9497.0, 9484.0, 9433.0, 9481.0, 9484.0, 9415.0, 9512.0, 9473.0, 9489.0, 9500.0, 9490.0, 9438.0, 9516.0, 9475.0, 9449.0, 9486.0, 9477.0, 9510.0, 9473.0, 9468.0, 9484.0, 9460.0, 9453.0, 9477.0, 9440.0, 9508.0, 9470.0, 9441.0, 9479.0, 9444.0, 9496.0, 9472.0, 9470.0, 9497.0, 9455.0, 9459.0, 9466.0, 9455.0, 9494.0, 9465.0, 9434.0, 9465.0, 9425.0, 9509.0, 9452.0, 9433.0, 9460.0, 9423.0, 9506.0, 9467.0, 9427.0, 9477.0, 9441.0, 9510.0, 9474.0, 9427.0, 9465.0, 9444.0, 9478.0, 9471.0, 9426.0, 9477.0, 9454.0, 9480.0, 9482.0, 9445.0, 9468.0, 9486.0, 9448.0, 9531.0, 9475.0, 9474.0, 9470.0, 9426.0, 9513.0, 9471.0, 9432.0, 9483.0, 9472.0, 9472.0, 9517.0, 9464.0, 9486.0, 9469.0, 9446.0, 9515.0, 9473.0, 9450.0, 9466.0, 9424.0, 9509.0, 9468.0, 9464.0, 9449.0, 9427.0, 9508.0, 9467.0, 9453.0, 9465.0, 9427.0, 9509.0, 9472.0, 9432.0, 9480.0, 9472.0, 9454.0, 9500.0, 9458.0, 9452.0, 9463.0, 9440.0, 9512.0, 9471.0, 9440.0, 9479.0, 9456.0, 9509.0, 9467.0, 9437.0, 9474.0, 9467.0, 9477.0, 9459.0, 9438.0, 9471.0, 9446.0, 9442.0, 9474.0, 9430.0, 9471.0, 9443.0, 9414.0, 9485.0, 9432.0, 9441.0, 9455.0, 9415.0, 9486.0, 9460.0, 9446.0, 9459.0, 9431.0, 9500.0, 9461.0, 9419.0, 9457.0, 9435.0, 9476.0, 9465.0, 9427.0, 9489.0, 9464.0, 9450.0, 9496.0, 9452.0, 9463.0, 9465.0, 9437.0, 9506.0, 9465.0, 9435.0, 9478.0, 9454.0, 9482.0, 9467.0, 9446.0, 9514.0, 9475.0, 9446.0, 9497.0, 9458.0, 9468.0, 9497.0, 9459.0, 9485.0, 9469.0, 9443.0, 9509.0, 9472.0, 9496.0, 9481.0, 9453.0, 9476.0, 9465.0, 9480.0, 9490.0, 9446.0, 9428.0, 9456.0, 9417.0, 9489.0, 9446.0, 9431.0, 9459.0, 9433.0, 9488.0, 9446.0, 9420.0, 9459.0, 9432.0, 9503.0, 9447.0, 9431.0, 9445.0, 9419.0, 9504.0, 9449.0, 9434.0, 9461.0, 9411.0, 9490.0, 9452.0, 9425.0, 9478.0, 9444.0, 9494.0, 9469.0, 9426.0, 9490.0, 9467.0, 9466.0, 9499.0, 9470.0, 9473.0, 9490.0, 9492.0, 9451.0, 9509.0, 9487.0, 9462.0, 9514.0, 9491.0, 9507.0, 9520.0, 9470.0, 9503.0, 9463.0, 9452.0, 9450.0, 9416.0, 9471.0, 9412.0, 9394.0, 9392.0, 9379.0, 9416.0, 9393.0, 9409.0, 9409.0, 9388.0, 9426.0, 9398.0, 9475.0, 9423.0, 9431.0, 9442.0, 9418.0, 9448.0, 9428.0, 9466.0, 9441.0, 9410.0, 9439.0, 9413.0, 9468.0, 9433.0, 9456.0, 9444.0, 9450.0, 9447.0, 9445.0, 9456.0, 9415.0, 9466.0, 9443.0, 9419.0, 9461.0, 9436.0, 9492.0, 9466.0, 9468.0, 9452.0, 9426.0, 9489.0, 9453.0, 9465.0, 9466.0, 9428.0, 9490.0, 9435.0, 9489.0, 9467.0, 9411.0, 9481.0, 9440.0, 9481.0, 9469.0, 9455.0, 9509.0, 9471.0, 9451.0, 9467.0, 9439.0, 9510.0, 9468.0, 9465.0, 9461.0, 9433.0, 9500.0, 9453.0, 9486.0, 9443.0, 9404.0, 9481.0, 9445.0, 9469.0, 9441.0, 9414.0, 9466.0, 9431.0, 9458.0, 9457.0, 9422.0, 9483.0, 9459.0, 9446.0, 9458.0, 9420.0, 9443.0, 9458.0, 9439.0, 9511.0, 9465.0, 9471.0, 9490.0, 9455.0, 9497.0, 9456.0, 9478.0, 9454.0, 9430.0, 9515.0, 9463.0, 9472.0, 9490.0, 9482.0, 9503.0, 9493.0, 9475.0, 9418.0, 9453.0, 9414.0, 9483.0, 9448.0, 9423.0, 9463.0, 9454.0, 9454.0, 9482.0, 9454.0, 9498.0, 9472.0, 9463.0, 9463.0, 9464.0, 9492.0, 9433.0, 9481.0, 9442.0, 9439.0, 9455.0, 9413.0, 9450.0, 9443.0, 9437.0, 9444.0, 9404.0, 9467.0, 9434.0, 9444.0, 9461.0, 9425.0, 9486.0, 9453.0, 9453.0, 9483.0, 9447.0, 9495.0, 9470.0, 9455.0, 9513.0, 9458.0, 9496.0, 9471.0, 9464.0, 9482.0, 9468.0, 9506.0, 9450.0, 9436.0, 9445.0, 9406.0, 9490.0, 9451.0, 9451.0, 9449.0, 9425.0, 9506.0, 9467.0, 9475.0, 9446.0, 9430.0, 9473.0, 9448.0, 9474.0, 9446.0, 9417.0, 9476.0, 9446.0, 9505.0, 9453.0, 9436.0, 9458.0, 9437.0, 9504.0, 9449.0, 9433.0, 9460.0, 9436.0, 9505.0, 9451.0, 9410.0, 9473.0, 9437.0, 9476.0, 9450.0, 9423.0, 9488.0, 9451.0, 9490.0, 9446.0, 9425.0, 9489.0, 9464.0, 9421.0, 9462.0, 9438.0, 9462.0, 9468.0, 9442.0, 9495.0, 9470.0, 9441.0, 9496.0, 9459.0, 9470.0, 9470.0, 9444.0, 9510.0, 9475.0, 9485.0, 9468.0, 9446.0, 9509.0, 9471.0, 9485.0, 9498.0, 9459.0, 9467.0, 9467.0, 9429.0, 9508.0, 9473.0, 9456.0, 9453.0, 9437.0, 9507.0, 9467.0, 9477.0, 9461.0, 9437.0, 9472.0, 9449.0, 9447.0, 9476.0, 9452.0, 9461.0, 9462.0, 9446.0, 9490.0, 9436.0, 9434.0, 9459.0, 9412.0, 9505.0, 9467.0, 9440.0, 9466.0, 9456.0, 9493.0, 9468.0, 9440.0, 9477.0, 9452.0, 9476.0, 9468.0, 9464.0, 9463.0, 9451.0, 9446.0, 9462.0, 9451.0, 9492.0, 9468.0, 9443.0, 9470.0, 9456.0, 9497.0, 9469.0, 9429.0, 9498.0, 9446.0, 9484.0, 9474.0, 9436.0, 9496.0, 9459.0, 9483.0, 9474.0, 9448.0, 9495.0, 9473.0, 9491.0, 9470.0, 9449.0, 9461.0, 9438.0, 9476.0, 9465.0, 9446.0, 9457.0, 9433.0, 9457.0, 9463.0, 9435.0, 9471.0, 9450.0, 9436.0, 9462.0, 9435.0, 9488.0, 9465.0, 9432.0, 9465.0, 9452.0, 9497.0, 9468.0, 9429.0, 9478.0, 9460.0, 9488.0, 9467.0, 9449.0, 9517.0, 9494.0, 9465.0, 9502.0, 9462.0, 9512.0, 9473.0, 9461.0, 9500.0, 9470.0, 9456.0, 9499.0, 9474.0, 9484.0, 9471.0, 9457.0, 9524.0, 9488.0, 9428.0, 9481.0, 9470.0, 9467.0, 9481.0, 9467.0, 9503.0, 9462.0, 9429.0, 9453.0, 9414.0, 9486.0, 9461.0, 9435.0, 9454.0, 9418.0, 9487.0, 9461.0, 9421.0, 9458.0, 9438.0, 9489.0, 9463.0, 9420.0, 9443.0, 9450.0, 9443.0, 9464.0, 9426.0, 9489.0, 9467.0, 9448.0, 9465.0, 9468.0, 9482.0, 9466.0, 9422.0, 9475.0, 9449.0, 9480.0, 9449.0, 9452.0, 9492.0, 9465.0, 9466.0, 9480.0, 9450.0, 9435.0, 9466.0, 9441.0, 9515.0, 9519.0, 9480.0, 9451.0, 9483.0, 9496.0, 9468.0, 9463.0, 9490.0, 9478.0, 9516.0, 9492.0, 9503.0, 9502.0, 9486.0, 9479.0, 9458.0, 9439.0, 9483.0, 9459.0, 9451.0, 9416.0, 9432.0, 9440.0, 9429.0, 9390.0, 9463.0, 9434.0, 9420.0, 9434.0, 9405.0, 9452.0, 9444.0, 9455.0, 9444.0, 9414.0, 9444.0, 9424.0, 9478.0, 9467.0, 9411.0, 9460.0, 9455.0, 9481.0, 9470.0, 9429.0, 9481.0, 9458.0, 9493.0, 9475.0, 9428.0, 9478.0, 9438.0, 9488.0, 9468.0, 9455.0, 9481.0, 9471.0, 9439.0, 9465.0, 9440.0, 9500.0, 9472.0, 9468.0, 9467.0, 9438.0, 9496.0, 9457.0, 9494.0, 9469.0, 9464.0, 9478.0, 9428.0, 9483.0, 9471.0, 9456.0, 9485.0, 9449.0, 9470.0, 9476.0, 9447.0, 9501.0, 9467.0, 9490.0, 9488.0, 9447.0, 9520.0, 9490.0, 9505.0, 9486.0, 9442.0, 9519.0, 9474.0, 9484.0, 9483.0, 9442.0, 9497.0, 9473.0, 9496.0, 9472.0, 9428.0, 9478.0, 9451.0, 9477.0, 9463.0, 9439.0, 9474.0, 9463.0, 9448.0, 9494.0, 9453.0, 9452.0, 9460.0, 9439.0, 9510.0, 9472.0, 9440.0, 9467.0, 9452.0, 9493.0, 9467.0, 9416.0, 9463.0, 9468.0, 9453.0, 9486.0, 9444.0, 9497.0, 9471.0, 9456.0, 9470.0, 9448.0, 9474.0, 9493.0, 9438.0, 9504.0, 9494.0, 9477.0, 9490.0, 9465.0, 9486.0, 9484.0, 9471.0, 9501.0, 9444.0, 9494.0, 9471.0, 9468.0, 9484.0, 9442.0, 9478.0, 9466.0, 9460.0, 9468.0, 9427.0, 9480.0, 9453.0, 9490.0, 9467.0, 9441.0, 9481.0, 9455.0, 9450.0, 9466.0, 9440.0, 9509.0, 9454.0, 9479.0, 9467.0, 9435.0, 9477.0, 9449.0, 9507.0, 9465.0, 9451.0, 9463.0, 9438.0, 9499.0, 9468.0, 9433.0, 9479.0, 9456.0, 9511.0, 9473.0, 9430.0, 9467.0, 9454.0, 9506.0, 9469.0, 9429.0, 9461.0, 9452.0, 9503.0, 9466.0, 9411.0, 9449.0, 9454.0, 9463.0, 9467.0, 9428.0, 9482.0, 9474.0, 9460.0, 9489.0, 9461.0, 9502.0, 9469.0, 9452.0, 9485.0, 9471.0, 9511.0, 9480.0, 9440.0, 9462.0, 9453.0, 9506.0, 9463.0, 9448.0, 9450.0, 9439.0, 9494.0, 9485.0, 9455.0, 9490.0, 9478.0, 9473.0, 9490.0, 9450.0, 9489.0, 9488.0, 9449.0, 9522.0, 9478.0, 9505.0, 9492.0, 9436.0, 9519.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.0008760277536860364</td></tr>
<tr><td colspan=3>aqi</td><td>0.020143273807458804</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.40956700178814</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2740829478211793</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0161117256944432</td></tr>
<tr><td colspan=3>efc</td><td>0.4778</td></tr>
<tr><td colspan=3>fber</td><td>6085.748</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09287063136356569</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.4744145706851692</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4745548650321134</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.311333944893504</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.764164025006285</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.348166625196552</td></tr>
<tr><td colspan=3>gcor</td><td>0.0113742</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012307392433285713</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0322929248213768</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1153</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.909405756436684</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.1355</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.8955</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.7754</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298942.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>12.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>822.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>339.9361</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3625</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>551.3784</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3464.8108</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3652.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77602.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1234.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4587.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>934.1513</td></tr>
<tr><td colspan=3>tsnr</td><td>40.07746368809603</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>