<?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-0006_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-0006_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-0006_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-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0006/figures/sub-0006_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-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006/ses-02/func/sub-0006_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>32c05403d1825c4bef10a5349090aee6</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:50:17.297500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999145, 0.0158279, 0.0381909, -0.00732421, 0.976964, -0.213279]</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.109144</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>[4150, -7689, -7255, 567, -49, 0, -10, 77]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>246.275</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9d07acdc-0fd4-4ea5-b176-c9a2c9e7d2c2||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680633306503296, -0.019650310277938843, 0.1098545491695404, 114.83248138427734], [-0.0424649715423584, 2.6211228370666504, -0.5746044516563416, -75.30205535888672], [0.10246337205171585, 0.5722106695175171, 2.6358606815338135, -71.75321960449219], [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': ['095017.297500', '095017.757500', '095018.217500', '095018.677500', '095019.137500', '095019.597500', '095020.057500', '095020.517500', '095020.977500', '095021.437500', '095021.897500', '095022.357500', '095022.817500', '095023.277500', '095023.737500', '095024.197500', '095024.657500', '095025.117500', '095025.577500', '095026.037500', '095026.497500', '095026.957500', '095027.417500', '095027.877500', '095028.337500', '095028.797500', '095029.257500', '095029.717500', '095030.177500', '095030.637500', '095031.097500', '095031.557500', '095032.017500', '095032.477500', '095032.937500', '095033.397500', '095033.857500', '095034.317500', '095034.777500', '095035.237500', '095035.697500', '095036.157500', '095036.617500', '095037.077500', '095037.537500', '095037.997500', '095038.457500', '095038.917500', '095039.377500', '095039.837500', '095040.297500', '095040.757500', '095041.217500', '095041.677500', '095042.137500', '095042.597500', '095043.057500', '095043.517500', '095043.977500', '095044.437500', '095044.897500', '095045.357500', '095045.817500', '095046.277500', '095046.737500', '095047.197500', '095047.657500', '095048.117500', '095048.577500', '095049.037500', '095049.497500', '095049.957500', '095050.417500', '095050.877500', '095051.337500', '095051.797500', '095052.257500', '095052.717500', '095053.177500', '095053.637500', '095054.097500', '095054.557500', '095055.017500', '095055.477500', '095055.937500', '095056.397500', '095056.857500', '095057.317500', '095057.777500', '095058.237500', '095058.697500', '095059.157500', '095059.617500', '095100.077500', '095100.537500', '095100.997500', '095101.457500', '095101.917500', '095102.377500', '095102.837500', '095103.297500', '095103.757500', '095104.217500', '095104.677500', '095105.137500', '095105.597500', '095106.057500', '095106.517500', '095106.977500', '095107.437500', '095107.897500', '095108.357500', '095108.817500', '095109.277500', '095109.737500', '095110.197500', '095110.657500', '095111.117500', '095111.577500', '095112.037500', '095112.497500', '095112.957500', '095113.417500', '095113.877500', '095114.337500', '095114.797500', '095115.257500', '095115.717500', '095116.177500', '095116.637500', '095117.097500', '095117.557500', '095118.017500', '095118.477500', '095118.937500', '095119.397500', '095119.857500', '095120.317500', '095120.777500', '095121.237500', '095121.697500', '095122.157500', '095122.617500', '095123.077500', '095123.537500', '095123.997500', '095124.457500', '095124.917500', '095125.377500', '095125.837500', '095126.297500', '095126.757500', '095127.217500', '095127.677500', '095128.137500', '095128.597500', '095129.057500', '095129.517500', '095129.977500', '095130.437500', '095130.897500', '095131.357500', '095131.817500', '095132.277500', '095132.737500', '095133.197500', '095133.657500', '095134.117500', '095134.577500', '095135.037500', '095135.497500', '095135.957500', '095136.417500', '095136.877500', '095137.337500', '095137.797500', '095138.257500', '095138.717500', '095139.177500', '095139.637500', '095140.097500', '095140.557500', '095141.017500', '095141.477500', '095141.937500', '095142.397500', '095142.857500', '095143.317500', '095143.777500', '095144.237500', '095144.697500', '095145.157500', '095145.617500', '095146.077500', '095146.537500', '095146.997500', '095147.457500', '095147.917500', '095148.377500', '095148.837500', '095149.297500', '095149.757500', '095150.217500', '095150.677500', '095151.137500', '095151.597500', '095152.057500', '095152.517500', '095152.977500', '095153.437500', '095153.897500', '095154.357500', '095154.817500', '095155.277500', '095155.737500', '095156.197500', '095156.657500', '095157.117500', '095157.577500', '095158.037500', '095158.497500', '095158.957500', '095159.417500', '095159.877500', '095200.337500', '095200.797500', '095201.257500', '095201.717500', '095202.177500', '095202.637500', '095203.097500', '095203.557500', '095204.017500', '095204.477500', '095204.937500', '095205.397500', '095205.857500', '095206.317500', '095206.777500', '095207.237500', '095207.697500', '095208.157500', '095208.617500', '095209.077500', '095209.537500', '095209.997500', '095210.457500', '095210.917500', '095211.377500', '095211.837500', '095212.297500', '095212.757500', '095213.217500', '095213.677500', '095214.137500', '095214.597500', '095215.057500', '095215.517500', '095215.977500', '095216.437500', '095216.897500', '095217.357500', '095217.817500', '095218.277500', '095218.737500', '095219.197500', '095219.657500', '095220.117500', '095220.577500', '095221.037500', '095221.497500', '095221.957500', '095222.417500', '095222.877500', '095223.337500', '095223.797500', '095224.257500', '095224.717500', '095225.177500', '095225.637500', '095226.097500', '095226.557500', '095227.017500', '095227.477500', '095227.937500', '095228.397500', '095228.857500', '095229.317500', '095229.777500', '095230.237500', '095230.697500', '095231.157500', '095231.617500', '095232.077500', '095232.537500', '095232.997500', '095233.457500', '095233.917500', '095234.377500', '095234.837500', '095235.297500', '095235.757500', '095236.217500', '095236.677500', '095237.137500', '095237.597500', '095238.057500', '095238.517500', '095238.977500', '095239.437500', '095239.897500', '095240.357500', '095240.817500', '095241.277500', '095241.737500', '095242.197500', '095242.657500', '095243.117500', '095243.577500', '095244.037500', '095244.497500', '095244.957500', '095245.417500', '095245.877500', '095246.337500', '095246.797500', '095247.257500', '095247.717500', '095248.177500', '095248.637500', '095249.097500', '095249.557500', '095250.017500', '095250.477500', '095250.937500', '095251.397500', '095251.857500', '095252.317500', '095252.777500', '095253.237500', '095253.697500', '095254.157500', '095254.617500', '095255.077500', '095255.537500', '095255.997500', '095256.457500', '095256.917500', '095257.377500', '095257.837500', '095258.297500', '095258.757500', '095259.217500', '095259.677500', '095300.137500', '095300.597500', '095301.057500', '095301.517500', '095301.977500', '095302.437500', '095302.897500', '095303.357500', '095303.817500', '095304.277500', '095304.737500', '095305.197500', '095305.657500', '095306.117500', '095306.577500', '095307.037500', '095307.497500', '095307.957500', '095308.417500', '095308.877500', '095309.337500', '095309.797500', '095310.257500', '095310.717500', '095311.177500', '095311.637500', '095312.097500', '095312.557500', '095313.017500', '095313.477500', '095313.937500', '095314.397500', '095314.857500', '095315.317500', '095315.777500', '095316.237500', '095316.697500', '095317.157500', '095317.617500', '095318.077500', '095318.537500', '095318.997500', '095319.457500', '095319.917500', '095320.377500', '095320.837500', '095321.297500', '095321.757500', '095322.217500', '095322.677500', '095323.137500', '095323.597500', '095324.057500', '095324.517500', '095324.977500', '095325.437500', '095325.897500', '095326.357500', '095326.817500', '095327.277500', '095327.737500', '095328.197500', '095328.657500', '095329.117500', '095329.577500', '095330.037500', '095330.497500', '095330.957500', '095331.417500', '095331.877500', '095332.337500', '095332.797500', '095333.257500', '095333.717500', '095334.177500', '095334.637500', '095335.097500', '095335.557500', '095336.017500', '095336.477500', '095336.937500', '095337.397500', '095337.857500', '095338.317500', '095338.777500', '095339.237500', '095339.697500', '095340.157500', '095340.617500', '095341.077500', '095341.537500', '095341.997500', '095342.457500', '095342.917500', '095343.377500', '095343.837500', '095344.297500', '095344.757500', '095345.217500', '095345.677500', '095346.137500', '095346.597500', '095347.057500', '095347.517500', '095347.977500', '095348.437500', '095348.897500', '095349.357500', '095349.817500', '095350.277500', '095350.737500', '095351.197500', '095351.657500', '095352.117500', '095352.577500', '095353.037500', '095353.497500', '095353.957500', '095354.417500', '095354.877500', '095355.337500', '095355.797500', '095356.257500', '095356.717500', '095357.177500', '095357.637500', '095358.097500', '095358.557500', '095359.017500', '095359.477500', '095359.937500', '095400.397500', '095400.857500', '095401.317500', '095401.777500', '095402.237500', '095402.697500', '095403.157500', '095403.617500', '095404.077500', '095404.537500', '095404.997500', '095405.457500', '095405.917500', '095406.377500', '095406.837500', '095407.297500', '095407.757500', '095408.217500', '095408.677500', '095409.137500', '095409.597500', '095410.057500', '095410.517500', '095410.977500', '095411.437500', '095411.897500', '095412.357500', '095412.817500', '095413.277500', '095413.737500', '095414.197500', '095414.657500', '095415.117500', '095415.577500', '095416.037500', '095416.497500', '095416.957500', '095417.417500', '095417.877500', '095418.337500', '095418.797500', '095419.257500', '095419.717500', '095420.177500', '095420.637500', '095421.097500', '095421.557500', '095422.017500', '095422.477500', '095422.937500', '095423.397500', '095423.857500', '095424.317500', '095424.777500', '095425.237500', '095425.697500', '095426.157500', '095426.617500', '095427.077500', '095427.537500', '095427.997500', '095428.457500', '095428.917500', '095429.377500', '095429.837500', '095430.297500', '095430.757500', '095431.217500', '095431.677500', '095432.137500', '095432.597500', '095433.057500', '095433.517500', '095433.977500', '095434.437500', '095434.897500', '095435.357500', '095435.817500', '095436.277500', '095436.737500', '095437.197500', '095437.657500', '095438.117500', '095438.577500', '095439.037500', '095439.497500', '095439.957500', '095440.417500', '095440.877500', '095441.337500', '095441.797500', '095442.257500', '095442.717500', '095443.177500', '095443.637500', '095444.097500', '095444.557500', '095445.017500', '095445.477500', '095445.937500', '095446.397500', '095446.857500', '095447.317500', '095447.777500', '095448.237500', '095448.697500', '095449.157500', '095449.617500', '095450.077500', '095450.537500', '095450.997500', '095451.457500', '095451.917500', '095452.377500', '095452.837500', '095453.297500', '095453.757500', '095454.217500', '095454.677500', '095455.137500', '095455.597500', '095456.057500', '095456.517500', '095456.977500', '095457.437500', '095457.897500', '095458.357500', '095458.817500', '095459.277500', '095459.737500', '095500.197500', '095500.657500', '095501.117500', '095501.577500', '095502.037500', '095502.497500', '095502.957500', '095503.417500', '095503.877500', '095504.337500', '095504.797500', '095505.257500', '095505.717500', '095506.177500', '095506.637500', '095507.097500', '095507.557500', '095508.017500', '095508.477500', '095508.937500', '095509.397500', '095509.857500', '095510.317500', '095510.777500', '095511.237500', '095511.697500', '095512.157500', '095512.617500', '095513.077500', '095513.537500', '095513.997500', '095514.457500', '095514.917500', '095515.377500', '095515.837500', '095516.297500', '095516.757500', '095517.217500', '095517.677500', '095518.137500', '095518.597500', '095519.057500', '095519.517500', '095519.977500', '095520.437500', '095520.897500', '095521.357500', '095521.817500', '095522.277500', '095522.737500', '095523.197500', '095523.657500', '095524.117500', '095524.577500', '095525.037500', '095525.497500', '095525.957500', '095526.417500', '095526.877500', '095527.337500', '095527.797500', '095528.257500', '095528.717500', '095529.177500', '095529.637500', '095530.097500', '095530.557500', '095531.017500', '095531.477500', '095531.937500', '095532.397500', '095532.857500', '095533.317500', '095533.777500', '095534.237500', '095534.697500', '095535.157500', '095535.617500', '095536.077500', '095536.537500', '095536.997500', '095537.457500', '095537.917500', '095538.377500', '095538.837500', '095539.297500', '095539.757500', '095540.217500', '095540.677500', '095541.137500', '095541.597500', '095542.057500', '095542.517500', '095542.977500', '095543.437500', '095543.897500', '095544.357500', '095544.817500', '095545.277500', '095545.737500', '095546.197500', '095546.657500', '095547.117500', '095547.577500', '095548.037500', '095548.497500', '095548.957500', '095549.417500', '095549.877500', '095550.337500', '095550.797500', '095551.257500', '095551.717500', '095552.177500', '095552.637500', '095553.097500', '095553.557500', '095554.017500', '095554.477500', '095554.937500', '095555.397500', '095555.857500', '095556.317500', '095556.777500', '095557.237500', '095557.697500', '095558.157500', '095558.617500', '095559.077500', '095559.537500', '095559.997500', '095600.457500', '095600.917500', '095601.377500', '095601.837500', '095602.297500', '095602.757500', '095603.217500', '095603.677500', '095604.137500', '095604.597500', '095605.057500', '095605.517500', '095605.977500', '095606.437500', '095606.897500', '095607.357500', '095607.817500', '095608.277500', '095608.737500', '095609.197500', '095609.657500', '095610.117500', '095610.577500', '095611.037500', '095611.497500', '095611.957500', '095612.417500', '095612.877500', '095613.337500', '095613.797500', '095614.257500', '095614.717500', '095615.177500', '095615.637500', '095616.097500', '095616.557500', '095617.017500', '095617.477500', '095617.937500', '095618.397500', '095618.857500', '095619.317500', '095619.777500', '095620.237500', '095620.697500', '095621.157500', '095621.617500', '095622.077500', '095622.537500', '095622.997500', '095623.457500', '095623.917500', '095624.377500', '095624.837500', '095625.297500', '095625.757500', '095626.217500', '095626.677500', '095627.137500', '095627.597500', '095628.057500', '095628.517500', '095628.977500', '095629.437500', '095629.897500', '095630.357500', '095630.817500', '095631.277500', '095631.737500', '095632.197500', '095632.657500', '095633.117500', '095633.577500', '095634.037500', '095634.497500', '095634.957500', '095635.417500', '095635.877500', '095636.337500', '095636.797500', '095637.257500', '095637.717500', '095638.177500', '095638.637500', '095639.097500', '095639.557500', '095640.017500', '095640.477500', '095640.937500', '095641.397500', '095641.857500', '095642.317500', '095642.777500', '095643.237500', '095643.697500', '095644.157500', '095644.617500', '095645.077500', '095645.537500', '095645.997500', '095646.457500', '095646.917500', '095647.377500', '095647.837500', '095648.297500', '095648.757500', '095649.217500', '095649.677500', '095650.137500', '095650.597500', '095651.057500', '095651.517500', '095651.977500', '095652.437500', '095652.897500', '095653.357500', '095653.817500', '095654.277500', '095654.737500', '095655.197500', '095655.657500', '095656.117500', '095656.577500', '095657.037500', '095657.497500', '095657.957500', '095658.417500', '095658.877500', '095659.337500', '095659.797500', '095700.257500', '095700.717500', '095701.177500', '095701.637500', '095702.097500', '095702.557500', '095703.017500', '095703.477500', '095703.937500', '095704.397500', '095704.857500', '095705.317500', '095705.777500', '095706.237500', '095706.697500', '095707.157500', '095707.617500', '095708.077500', '095708.537500', '095708.997500', '095709.457500', '095709.917500', '095710.377500', '095710.837500', '095711.297500', '095711.757500', '095712.217500', '095712.677500', '095713.137500', '095713.597500', '095714.057500', '095714.517500', '095714.977500', '095715.437500', '095715.897500', '095716.357500', '095716.817500', '095717.277500', '095717.737500', '095718.197500', '095718.657500', '095719.117500', '095719.577500', '095720.037500', '095720.497500', '095720.957500', '095721.417500', '095721.877500', '095722.337500', '095722.797500', '095723.257500', '095723.717500', '095724.177500', '095724.637500', '095725.097500', '095725.557500', '095726.017500', '095726.477500', '095726.937500', '095727.397500', '095727.857500', '095728.317500', '095728.777500', '095729.237500', '095729.697500', '095730.157500', '095730.617500', '095731.077500', '095731.537500', '095731.997500', '095732.457500', '095732.917500', '095733.377500', '095733.837500', '095734.297500', '095734.757500', '095735.217500', '095735.677500', '095736.137500', '095736.597500', '095737.057500', '095737.517500', '095737.977500', '095738.437500', '095738.897500', '095739.357500', '095739.817500', '095740.277500', '095740.737500', '095741.197500', '095741.657500', '095742.117500', '095742.577500', '095743.037500', '095743.497500', '095743.957500', '095744.417500', '095744.877500', '095745.337500', '095745.797500', '095746.257500', '095746.717500', '095747.177500', '095747.637500', '095748.097500', '095748.557500', '095749.017500', '095749.477500', '095749.937500', '095750.397500', '095750.857500', '095751.317500', '095751.777500', '095752.237500', '095752.697500', '095753.157500', '095753.617500', '095754.077500', '095754.537500', '095754.997500', '095755.457500', '095755.917500', '095756.377500', '095756.837500', '095757.297500', '095757.757500', '095758.217500', '095758.677500', '095759.137500', '095759.597500', '095800.057500', '095800.517500', '095800.977500', '095801.437500', '095801.897500', '095802.357500', '095802.817500', '095803.277500', '095803.737500', '095804.197500', '095804.657500', '095805.117500', '095805.577500', '095806.037500', '095806.497500', '095806.957500', '095807.417500', '095807.877500', '095808.337500', '095808.797500', '095809.257500', '095809.717500', '095810.177500', '095810.637500', '095811.097500', '095811.557500', '095812.017500', '095812.477500', '095812.937500', '095813.397500', '095813.857500', '095814.317500', '095814.777500', '095815.237500', '095815.697500', '095816.157500', '095816.617500', '095817.077500', '095817.537500', '095817.997500', '095818.457500', '095818.917500', '095819.377500', '095819.837500', '095820.297500', '095820.757500', '095821.217500', '095821.677500', '095822.137500', '095822.597500', '095823.057500', '095823.517500', '095823.977500', '095824.437500', '095824.897500', '095825.357500', '095825.817500', '095826.277500', '095826.737500', '095827.197500', '095827.657500', '095828.117500', '095828.577500', '095829.037500', '095829.497500', '095829.957500', '095830.417500', '095830.877500', '095831.337500', '095831.797500', '095832.257500', '095832.717500', '095833.177500', '095833.637500', '095834.097500', '095834.557500', '095835.017500', '095835.477500', '095835.937500', '095836.397500', '095836.857500', '095837.317500', '095837.777500', '095838.237500', '095838.697500', '095839.157500', '095839.617500', '095840.077500', '095840.537500', '095840.997500', '095841.457500', '095841.917500', '095842.377500', '095842.837500', '095843.297500', '095843.757500', '095844.217500', '095844.677500', '095845.137500', '095845.597500', '095846.057500', '095846.517500', '095846.977500', '095847.437500', '095847.897500', '095848.357500', '095848.817500', '095849.277500', '095849.737500', '095850.197500', '095850.657500', '095851.117500', '095851.577500', '095852.037500', '095852.497500', '095852.957500', '095853.417500', '095853.877500', '095854.337500', '095854.797500', '095855.257500', '095855.717500', '095856.177500', '095856.637500', '095857.097500', '095857.557500', '095858.017500', '095858.477500', '095858.937500', '095859.397500', '095859.857500', '095900.317500', '095900.777500', '095901.237500', '095901.697500', '095902.157500', '095902.617500', '095903.077500', '095903.537500', '095903.997500', '095904.457500', '095904.917500', '095905.377500', '095905.837500', '095906.297500', '095906.757500', '095907.217500', '095907.677500', '095908.137500', '095908.597500'], 'ContentTime': ['095039.218000', '095039.221000', '095039.224000', '095039.228000', '095039.230000', '095039.233000', '095039.236000', '095039.239000', '095039.242000', '095039.245000', '095039.248000', '095039.258000', '095039.261000', '095039.264000', '095039.267000', '095039.270000', '095039.273000', '095039.276000', '095039.279000', '095039.283000', '095039.286000', '095039.289000', '095039.292000', '095039.295000', '095039.298000', '095039.301000', '095039.304000', '095039.317000', '095039.320000', '095039.323000', '095039.326000', '095039.329000', '095039.332000', '095039.336000', '095039.339000', '095039.342000', '095039.345000', '095039.348000', '095039.351000', '095039.354000', '095039.357000', '095039.361000', '095039.364000', '095039.367000', '095039.370000', '095039.373000', '095039.376000', '095059.179000', '095059.182000', '095059.185000', '095059.187000', '095059.190000', '095059.193000', '095059.196000', '095059.199000', '095059.202000', '095059.205000', '095059.208000', '095059.210000', '095059.213000', '095059.216000', '095059.219000', '095059.222000', '095059.225000', '095059.227000', '095059.230000', '095059.233000', '095059.236000', '095059.239000', '095059.242000', '095059.245000', '095059.247000', '095059.250000', '095059.253000', '095059.256000', '095059.259000', '095059.261000', '095059.264000', '095059.267000', '095059.270000', '095059.273000', '095059.277000', '095059.280000', '095059.282000', '095059.285000', '095059.288000', '095059.291000', '095059.294000', '095059.297000', '095059.299000', '095119.179000', '095119.182000', '095119.185000', '095119.187000', '095119.190000', '095119.193000', '095119.196000', '095119.199000', '095119.202000', '095119.204000', '095119.207000', '095119.210000', '095119.213000', '095119.216000', '095119.219000', '095119.222000', '095119.224000', '095119.227000', '095119.230000', '095119.233000', '095119.236000', '095119.239000', '095119.242000', '095119.244000', '095119.247000', '095119.250000', '095119.253000', '095119.256000', '095119.259000', '095119.261000', '095119.264000', '095119.267000', '095119.270000', '095119.273000', '095119.278000', '095119.281000', '095119.284000', '095119.287000', '095119.289000', '095119.292000', '095119.295000', '095119.298000', '095119.301000', '095119.304000', '095139.179000', '095139.182000', '095139.184000', '095139.187000', '095139.190000', '095139.193000', '095139.196000', '095139.199000', '095139.202000', '095139.205000', '095139.207000', '095139.210000', '095139.213000', '095139.216000', '095139.219000', '095139.221000', '095139.224000', '095139.227000', '095139.230000', '095139.233000', '095139.236000', '095139.244000', '095139.247000', '095139.250000', '095139.253000', '095139.256000', '095139.259000', '095139.261000', '095139.264000', '095139.267000', '095139.270000', '095139.273000', '095139.276000', '095139.279000', '095139.281000', '095139.284000', '095139.287000', '095139.290000', '095139.293000', '095139.296000', '095139.299000', '095139.301000', '095139.304000', '095159.179000', '095159.182000', '095159.185000', '095159.187000', '095159.190000', '095159.193000', '095159.196000', '095159.199000', '095159.202000', '095159.205000', '095159.208000', '095159.210000', '095159.213000', '095159.216000', '095159.219000', '095159.222000', '095159.224000', '095159.227000', '095159.230000', '095159.233000', '095159.236000', '095159.239000', '095159.242000', '095159.245000', '095159.247000', '095159.250000', '095159.253000', '095159.256000', '095159.259000', '095159.262000', '095159.265000', '095159.267000', '095159.270000', '095159.273000', '095159.276000', '095159.279000', '095159.282000', '095159.285000', '095159.287000', '095159.290000', '095159.293000', '095159.296000', '095159.299000', '095159.302000', '095219.179000', '095219.182000', '095219.184000', '095219.187000', '095219.190000', '095219.206000', '095219.209000', '095219.212000', '095219.215000', '095219.217000', '095219.220000', '095219.223000', '095219.226000', '095219.229000', '095219.232000', '095219.235000', '095219.238000', '095219.240000', '095219.243000', '095219.246000', '095219.249000', '095219.252000', '095219.254000', '095219.257000', '095219.260000', '095219.263000', '095219.266000', '095219.269000', '095219.271000', '095219.274000', '095219.277000', '095219.280000', '095219.283000', '095219.286000', '095219.288000', '095219.291000', '095219.294000', '095219.297000', '095219.300000', '095219.302000', '095219.305000', '095219.308000', '095219.311000', '095239.179000', '095239.182000', '095239.185000', '095239.190000', '095239.194000', '095239.197000', '095239.200000', '095239.203000', '095239.206000', '095239.209000', '095239.211000', '095239.214000', '095239.217000', '095239.220000', '095239.223000', '095239.226000', '095239.229000', '095239.231000', '095239.234000', '095239.237000', '095239.240000', '095239.243000', '095239.246000', '095239.248000', '095239.251000', '095239.254000', '095239.257000', '095239.260000', '095239.263000', '095239.266000', '095239.268000', '095239.271000', '095239.274000', '095239.277000', '095239.280000', '095239.283000', '095239.286000', '095239.288000', '095239.291000', '095239.294000', '095239.297000', '095239.300000', '095239.302000', '095259.179000', '095259.182000', '095259.185000', '095259.188000', '095259.191000', '095259.193000', '095259.196000', '095259.199000', '095259.202000', '095259.205000', '095259.208000', '095259.211000', '095259.213000', '095259.216000', '095259.219000', '095259.222000', '095259.225000', '095259.229000', '095259.231000', '095259.234000', '095259.237000', '095259.240000', '095259.243000', '095259.246000', '095259.248000', '095259.251000', '095259.254000', '095259.257000', '095259.260000', '095259.263000', '095259.271000', '095259.274000', '095259.277000', '095259.280000', '095259.283000', '095259.286000', '095259.288000', '095259.291000', '095259.294000', '095259.297000', '095259.300000', '095259.302000', '095259.305000', '095259.308000', '095319.179000', '095319.182000', '095319.185000', '095319.188000', '095319.190000', '095319.193000', '095319.196000', '095319.199000', '095319.202000', '095319.208000', '095319.211000', '095319.215000', '095319.218000', '095319.220000', '095319.223000', '095319.226000', '095319.229000', '095319.232000', '095319.235000', '095319.238000', '095319.240000', '095319.243000', '095319.246000', '095319.249000', '095319.252000', '095319.255000', '095319.257000', '095319.260000', '095319.263000', '095319.266000', '095319.269000', '095319.272000', '095319.274000', '095319.277000', '095319.280000', '095319.283000', '095319.286000', '095319.288000', '095319.291000', '095319.294000', '095319.297000', '095319.300000', '095319.303000', '095339.179000', '095339.194000', '095339.197000', '095339.200000', '095339.203000', '095339.206000', '095339.209000', '095339.212000', '095339.214000', '095339.217000', '095339.220000', '095339.223000', '095339.226000', '095339.229000', '095339.232000', '095339.234000', '095339.237000', '095339.240000', '095339.243000', '095339.246000', '095339.249000', '095339.252000', '095339.254000', '095339.257000', '095339.260000', '095339.263000', '095339.266000', '095339.269000', '095339.271000', '095339.274000', '095339.277000', '095339.280000', '095339.283000', '095339.286000', '095339.289000', '095339.300000', '095339.303000', '095339.306000', '095339.309000', '095339.311000', '095339.314000', '095339.317000', '095339.320000', '095339.323000', '095359.179000', '095359.194000', '095359.197000', '095359.200000', '095359.203000', '095359.205000', '095359.208000', '095359.211000', '095359.214000', '095359.217000', '095359.219000', '095359.222000', '095359.225000', '095359.228000', '095359.233000', '095359.238000', '095359.241000', '095359.244000', '095359.246000', '095359.249000', '095359.252000', '095359.255000', '095359.258000', '095359.261000', '095359.263000', '095359.266000', '095359.269000', '095359.272000', '095359.275000', '095359.278000', '095359.280000', '095359.283000', '095359.286000', '095359.289000', '095359.292000', '095359.295000', '095359.297000', '095359.300000', '095359.303000', '095359.306000', '095359.309000', '095359.312000', '095359.314000', '095419.179000', '095419.182000', '095419.185000', '095419.188000', '095419.191000', '095419.193000', '095419.196000', '095419.199000', '095419.202000', '095419.205000', '095419.208000', '095419.211000', '095419.213000', '095419.216000', '095419.219000', '095419.222000', '095419.225000', '095419.238000', '095419.241000', '095419.244000', '095419.247000', '095419.250000', '095419.253000', '095419.255000', '095419.258000', '095419.261000', '095419.264000', '095419.267000', '095419.270000', '095419.273000', '095419.276000', '095419.278000', '095419.281000', '095419.284000', '095419.287000', '095419.290000', '095419.293000', '095419.296000', '095419.298000', '095419.301000', '095419.304000', '095419.307000', '095419.310000', '095419.313000', '095439.181000', '095439.209000', '095439.212000', '095439.215000', '095439.218000', '095439.221000', '095439.224000', '095439.226000', '095439.229000', '095439.232000', '095439.235000', '095439.238000', '095439.241000', '095439.245000', '095439.248000', '095439.251000', '095439.254000', '095439.257000', '095439.260000', '095439.262000', '095439.265000', '095439.268000', '095439.271000', '095439.274000', '095439.277000', '095439.280000', '095439.282000', '095439.285000', '095439.288000', '095439.291000', '095439.294000', '095439.297000', '095439.300000', '095439.303000', '095439.305000', '095439.308000', '095439.311000', '095439.314000', '095439.317000', '095439.320000', '095439.322000', '095439.325000', '095439.328000', '095459.179000', '095459.188000', '095459.191000', '095459.194000', '095459.197000', '095459.200000', '095459.202000', '095459.205000', '095459.208000', '095459.211000', '095459.214000', '095459.217000', '095459.220000', '095459.222000', '095459.225000', '095459.228000', '095459.231000', '095459.234000', '095459.237000', '095459.240000', '095459.243000', '095459.245000', '095459.248000', '095459.251000', '095459.254000', '095459.257000', '095459.260000', '095459.263000', '095459.266000', '095459.268000', '095459.271000', '095459.274000', '095459.277000', '095459.280000', '095459.282000', '095459.285000', '095459.288000', '095459.291000', '095459.294000', '095459.296000', '095459.299000', '095459.302000', '095459.305000', '095459.308000', '095519.180000', '095519.183000', '095519.186000', '095519.189000', '095519.191000', '095519.194000', '095519.197000', '095519.200000', '095519.203000', '095519.206000', '095519.209000', '095519.227000', '095519.230000', '095519.232000', '095519.244000', '095519.247000', '095519.250000', '095519.253000', '095519.256000', '095519.259000', '095519.262000', '095519.265000', '095519.269000', '095519.272000', '095519.275000', '095519.277000', '095519.280000', '095519.283000', '095519.286000', '095519.289000', '095519.292000', '095519.295000', '095519.298000', '095519.301000', '095519.303000', '095519.306000', '095519.309000', '095519.312000', '095519.315000', '095519.318000', '095519.321000', '095519.324000', '095519.326000', '095539.180000', '095539.379000', '095539.381000', '095539.384000', '095539.387000', '095539.390000', '095539.393000', '095539.396000', '095539.399000', '095539.401000', '095539.404000', '095539.407000', '095539.410000', '095539.413000', '095539.416000', '095539.419000', '095539.421000', '095539.424000', '095539.427000', '095539.430000', '095539.433000', '095539.436000', '095539.439000', '095539.441000', '095539.444000', '095539.447000', '095539.450000', '095539.453000', '095539.456000', '095539.458000', '095539.461000', '095539.464000', '095539.467000', '095539.470000', '095539.473000', '095539.475000', '095539.478000', '095539.481000', '095539.484000', '095539.487000', '095539.490000', '095539.493000', '095539.495000', '095539.498000', '095559.179000', '095559.184000', '095559.187000', '095559.190000', '095559.192000', '095559.204000', '095559.206000', '095559.209000', '095559.212000', '095559.215000', '095559.219000', '095559.222000', '095559.225000', '095559.228000', '095559.231000', '095559.234000', '095559.237000', '095559.240000', '095559.242000', '095559.245000', '095559.248000', '095559.251000', '095559.254000', '095559.257000', '095559.260000', '095559.263000', '095559.265000', '095559.268000', '095559.271000', '095559.274000', '095559.277000', '095559.282000', '095559.286000', '095559.289000', '095559.292000', '095559.295000', '095559.298000', '095559.300000', '095559.303000', '095559.306000', '095559.309000', '095559.312000', '095559.315000', '095619.179000', '095619.205000', '095619.208000', '095619.211000', '095619.214000', '095619.217000', '095619.220000', '095619.222000', '095619.225000', '095619.228000', '095619.231000', '095619.236000', '095619.238000', '095619.241000', '095619.244000', '095619.247000', '095619.250000', '095619.253000', '095619.256000', '095619.259000', '095619.261000', '095619.264000', '095619.267000', '095619.270000', '095619.273000', '095619.276000', '095619.279000', '095619.281000', '095619.284000', '095619.287000', '095619.290000', '095619.293000', '095619.296000', '095619.298000', '095619.301000', '095619.304000', '095619.307000', '095619.310000', '095619.313000', '095619.315000', '095619.318000', '095619.321000', '095619.324000', '095619.327000', '095639.179000', '095639.186000', '095639.189000', '095639.192000', '095639.195000', '095639.198000', '095639.201000', '095639.203000', '095639.206000', '095639.209000', '095639.212000', '095639.215000', '095639.218000', '095639.221000', '095639.223000', '095639.226000', '095639.229000', '095639.232000', '095639.235000', '095639.238000', '095639.241000', '095639.244000', '095639.257000', '095639.260000', '095639.272000', '095639.274000', '095639.277000', '095639.280000', '095639.283000', '095639.286000', '095639.289000', '095639.291000', '095639.294000', '095639.299000', '095639.303000', '095639.306000', '095639.309000', '095639.312000', '095639.315000', '095639.318000', '095639.321000', '095639.323000', '095639.326000', '095659.179000', '095659.185000', '095659.188000', '095659.191000', '095659.194000', '095659.197000', '095659.199000', '095659.202000', '095659.205000', '095659.208000', '095659.211000', '095659.214000', '095659.217000', '095659.220000', '095659.222000', '095659.225000', '095659.228000', '095659.231000', '095659.234000', '095659.237000', '095659.239000', '095659.242000', '095659.245000', '095659.248000', '095659.251000', '095659.254000', '095659.256000', '095659.259000', '095659.262000', '095659.265000', '095659.268000', '095659.271000', '095659.273000', '095659.276000', '095659.279000', '095659.282000', '095659.285000', '095659.288000', '095659.290000', '095659.293000', '095659.296000', '095659.299000', '095659.302000', '095659.305000', '095719.179000', '095719.213000', '095719.216000', '095719.219000', '095719.222000', '095719.224000', '095719.227000', '095719.230000', '095719.233000', '095719.236000', '095719.239000', '095719.242000', '095719.244000', '095719.247000', '095719.250000', '095719.254000', '095719.257000', '095719.260000', '095719.263000', '095719.266000', '095719.269000', '095719.271000', '095719.274000', '095719.277000', '095719.280000', '095719.283000', '095719.286000', '095719.288000', '095719.291000', '095719.294000', '095719.297000', '095719.306000', '095719.311000', '095719.314000', '095719.317000', '095719.320000', '095719.323000', '095719.325000', '095719.328000', '095719.331000', '095719.334000', '095719.337000', '095719.340000', '095739.180000', '095739.183000', '095739.186000', '095739.188000', '095739.191000', '095739.194000', '095739.197000', '095739.200000', '095739.203000', '095739.206000', '095739.209000', '095739.212000', '095739.214000', '095739.217000', '095739.220000', '095739.223000', '095739.226000', '095739.229000', '095739.232000', '095739.234000', '095739.238000', '095739.240000', '095739.243000', '095739.246000', '095739.249000', '095739.252000', '095739.254000', '095739.257000', '095739.260000', '095739.263000', '095739.266000', '095739.269000', '095739.272000', '095739.274000', '095739.277000', '095739.280000', '095739.283000', '095739.286000', '095739.288000', '095739.291000', '095739.294000', '095739.297000', '095739.300000', '095739.302000', '095759.179000', '095759.200000', '095759.203000', '095759.206000', '095759.209000', '095759.212000', '095759.215000', '095759.218000', '095759.221000', '095759.224000', '095759.227000', '095759.230000', '095759.232000', '095759.235000', '095759.238000', '095759.241000', '095759.244000', '095759.247000', '095759.250000', '095759.253000', '095759.256000', '095759.259000', '095759.262000', '095759.265000', '095759.268000', '095759.270000', '095759.273000', '095759.276000', '095759.279000', '095759.282000', '095759.285000', '095759.288000', '095759.291000', '095759.300000', '095759.304000', '095759.307000', '095759.310000', '095759.313000', '095759.316000', '095759.319000', '095759.321000', '095759.324000', '095759.327000', '095819.179000', '095819.205000', '095819.208000', '095819.211000', '095819.214000', '095819.216000', '095819.219000', '095819.222000', '095819.225000', '095819.228000', '095819.231000', '095819.234000', '095819.236000', '095819.239000', '095819.242000', '095819.245000', '095819.248000', '095819.251000', '095819.254000', '095819.257000', '095819.260000', '095819.262000', '095819.265000', '095819.268000', '095819.271000', '095819.274000', '095819.276000', '095819.279000', '095819.282000', '095819.285000', '095819.288000', '095819.291000', '095819.294000', '095819.296000', '095819.299000', '095819.302000', '095819.305000', '095819.308000', '095819.310000', '095819.313000', '095819.316000', '095819.319000', '095819.322000', '095819.325000', '095839.179000', '095839.203000', '095839.205000', '095839.208000', '095839.211000', '095839.214000', '095839.217000', '095839.220000', '095839.223000', '095839.226000', '095839.228000', '095839.231000', '095839.234000', '095839.237000', '095839.240000', '095839.243000', '095839.246000', '095839.249000', '095839.251000', '095839.254000', '095839.257000', '095839.260000', '095839.263000', '095839.266000', '095839.268000', '095839.271000', '095839.274000', '095839.277000', '095839.280000', '095839.283000', '095839.285000', '095839.288000', '095839.291000', '095839.295000', '095839.298000', '095839.301000', '095839.304000', '095839.307000', '095839.309000', '095839.312000', '095839.315000', '095839.318000', '095839.321000', '095859.179000', '095859.208000', '095859.211000', '095859.214000', '095859.217000', '095859.220000', '095859.223000', '095859.226000', '095859.228000', '095859.231000', '095859.234000', '095859.237000', '095859.240000', '095859.243000', '095859.246000', '095859.249000', '095859.251000', '095859.254000', '095859.257000', '095859.260000', '095859.263000', '095859.266000', '095859.269000', '095859.272000', '095859.274000', '095859.277000', '095859.280000', '095859.283000', '095859.286000', '095859.289000', '095859.292000', '095859.295000', '095859.297000', '095859.300000', '095859.303000', '095859.306000', '095859.309000', '095859.312000', '095859.314000', '095859.317000', '095859.320000', '095859.323000', '095859.326000', '095859.329000', '095909.305000', '095909.308000', '095909.317000', '095909.320000', '095909.323000', '095909.326000', '095909.329000', '095909.332000', '095909.335000', '095909.338000', '095909.341000', '095909.344000', '095909.347000', '095909.350000', '095909.353000', '095909.356000', '095909.358000', '095909.362000', '095909.365000', '095909.367000', '095909.370000', '095909.373000'], 'InstanceCreationTime': ['095039.218000', '095039.221000', '095039.224000', '095039.228000', '095039.230000', '095039.233000', '095039.236000', '095039.239000', '095039.242000', '095039.245000', '095039.248000', '095039.258000', '095039.261000', '095039.264000', '095039.267000', '095039.270000', '095039.273000', '095039.276000', '095039.279000', '095039.283000', '095039.286000', '095039.289000', '095039.292000', '095039.295000', '095039.298000', '095039.301000', '095039.304000', '095039.317000', '095039.320000', '095039.323000', '095039.326000', '095039.329000', '095039.332000', '095039.336000', '095039.339000', '095039.342000', '095039.345000', '095039.348000', '095039.351000', '095039.354000', '095039.357000', '095039.361000', '095039.364000', '095039.367000', '095039.370000', '095039.373000', '095039.376000', '095059.179000', '095059.182000', '095059.185000', '095059.187000', '095059.190000', '095059.193000', '095059.196000', '095059.199000', '095059.202000', '095059.205000', '095059.208000', '095059.210000', '095059.213000', '095059.216000', '095059.219000', '095059.222000', '095059.225000', '095059.227000', '095059.230000', '095059.233000', '095059.236000', '095059.239000', '095059.242000', '095059.245000', '095059.247000', '095059.250000', '095059.253000', '095059.256000', '095059.259000', '095059.261000', '095059.264000', '095059.267000', '095059.270000', '095059.273000', '095059.277000', '095059.280000', '095059.282000', '095059.285000', '095059.288000', '095059.291000', '095059.294000', '095059.297000', '095059.299000', '095119.179000', '095119.182000', '095119.185000', '095119.187000', '095119.190000', '095119.193000', '095119.196000', '095119.199000', '095119.202000', '095119.204000', '095119.207000', '095119.210000', '095119.213000', '095119.216000', '095119.219000', '095119.222000', '095119.224000', '095119.227000', '095119.230000', '095119.233000', '095119.236000', '095119.239000', '095119.242000', '095119.244000', '095119.247000', '095119.250000', '095119.253000', '095119.256000', '095119.259000', '095119.261000', '095119.264000', '095119.267000', '095119.270000', '095119.273000', '095119.278000', '095119.281000', '095119.284000', '095119.287000', '095119.289000', '095119.292000', '095119.295000', '095119.298000', '095119.301000', '095119.304000', '095139.179000', '095139.182000', '095139.184000', '095139.187000', '095139.190000', '095139.193000', '095139.196000', '095139.199000', '095139.202000', '095139.205000', '095139.207000', '095139.210000', '095139.213000', '095139.216000', '095139.219000', '095139.221000', '095139.224000', '095139.227000', '095139.230000', '095139.233000', '095139.236000', '095139.244000', '095139.247000', '095139.250000', '095139.253000', '095139.256000', '095139.259000', '095139.261000', '095139.264000', '095139.267000', '095139.270000', '095139.273000', '095139.276000', '095139.279000', '095139.281000', '095139.284000', '095139.287000', '095139.290000', '095139.293000', '095139.296000', '095139.299000', '095139.301000', '095139.304000', '095159.179000', '095159.182000', '095159.185000', '095159.187000', '095159.190000', '095159.193000', '095159.196000', '095159.199000', '095159.202000', '095159.205000', '095159.208000', '095159.210000', '095159.213000', '095159.216000', '095159.219000', '095159.222000', '095159.224000', '095159.227000', '095159.230000', '095159.233000', '095159.236000', '095159.239000', '095159.242000', '095159.245000', '095159.247000', '095159.250000', '095159.253000', '095159.256000', '095159.259000', '095159.262000', '095159.265000', '095159.267000', '095159.270000', '095159.273000', '095159.276000', '095159.279000', '095159.282000', '095159.285000', '095159.287000', '095159.290000', '095159.293000', '095159.296000', '095159.299000', '095159.302000', '095219.179000', '095219.182000', '095219.184000', '095219.187000', '095219.190000', '095219.206000', '095219.209000', '095219.212000', '095219.215000', '095219.217000', '095219.220000', '095219.223000', '095219.226000', '095219.229000', '095219.232000', '095219.235000', '095219.238000', '095219.240000', '095219.243000', '095219.246000', '095219.249000', '095219.252000', '095219.254000', '095219.257000', '095219.260000', '095219.263000', '095219.266000', '095219.269000', '095219.271000', '095219.274000', '095219.277000', '095219.280000', '095219.283000', '095219.286000', '095219.288000', '095219.291000', '095219.294000', '095219.297000', '095219.300000', '095219.302000', '095219.305000', '095219.308000', '095219.311000', '095239.179000', '095239.182000', '095239.185000', '095239.190000', '095239.194000', '095239.197000', '095239.200000', '095239.203000', '095239.206000', '095239.209000', '095239.211000', '095239.214000', '095239.217000', '095239.220000', '095239.223000', '095239.226000', '095239.229000', '095239.231000', '095239.234000', '095239.237000', '095239.240000', '095239.243000', '095239.246000', '095239.248000', '095239.251000', '095239.254000', '095239.257000', '095239.260000', '095239.263000', '095239.266000', '095239.268000', '095239.271000', '095239.274000', '095239.277000', '095239.280000', '095239.283000', '095239.286000', '095239.288000', '095239.291000', '095239.294000', '095239.297000', '095239.300000', '095239.302000', '095259.179000', '095259.182000', '095259.185000', '095259.188000', '095259.191000', '095259.193000', '095259.196000', '095259.199000', '095259.202000', '095259.205000', '095259.208000', '095259.211000', '095259.213000', '095259.216000', '095259.219000', '095259.222000', '095259.225000', '095259.229000', '095259.231000', '095259.234000', '095259.237000', '095259.240000', '095259.243000', '095259.246000', '095259.248000', '095259.251000', '095259.254000', '095259.257000', '095259.260000', '095259.263000', '095259.271000', '095259.274000', '095259.277000', '095259.280000', '095259.283000', '095259.286000', '095259.288000', '095259.291000', '095259.294000', '095259.297000', '095259.300000', '095259.302000', '095259.305000', '095259.308000', '095319.179000', '095319.182000', '095319.185000', '095319.188000', '095319.190000', '095319.193000', '095319.196000', '095319.199000', '095319.202000', '095319.208000', '095319.211000', '095319.215000', '095319.218000', '095319.220000', '095319.223000', '095319.226000', '095319.229000', '095319.232000', '095319.235000', '095319.238000', '095319.240000', '095319.243000', '095319.246000', '095319.249000', '095319.252000', '095319.255000', '095319.257000', '095319.260000', '095319.263000', '095319.266000', '095319.269000', '095319.272000', '095319.274000', '095319.277000', '095319.280000', '095319.283000', '095319.286000', '095319.288000', '095319.291000', '095319.294000', '095319.297000', '095319.300000', '095319.303000', '095339.179000', '095339.194000', '095339.197000', '095339.200000', '095339.203000', '095339.206000', '095339.209000', '095339.212000', '095339.214000', '095339.217000', '095339.220000', '095339.223000', '095339.226000', '095339.229000', '095339.232000', '095339.234000', '095339.237000', '095339.240000', '095339.243000', '095339.246000', '095339.249000', '095339.252000', '095339.254000', '095339.257000', '095339.260000', '095339.263000', '095339.266000', '095339.269000', '095339.271000', '095339.274000', '095339.277000', '095339.280000', '095339.283000', '095339.286000', '095339.289000', '095339.300000', '095339.303000', '095339.306000', '095339.309000', '095339.311000', '095339.314000', '095339.317000', '095339.320000', '095339.323000', '095359.179000', '095359.194000', '095359.197000', '095359.200000', '095359.203000', '095359.205000', '095359.208000', '095359.211000', '095359.214000', '095359.217000', '095359.219000', '095359.222000', '095359.225000', '095359.228000', '095359.233000', '095359.238000', '095359.241000', '095359.244000', '095359.246000', '095359.249000', '095359.252000', '095359.255000', '095359.258000', '095359.261000', '095359.263000', '095359.266000', '095359.269000', '095359.272000', '095359.275000', '095359.278000', '095359.280000', '095359.283000', '095359.286000', '095359.289000', '095359.292000', '095359.295000', '095359.297000', '095359.300000', '095359.303000', '095359.306000', '095359.309000', '095359.312000', '095359.314000', '095419.179000', '095419.182000', '095419.185000', '095419.188000', '095419.191000', '095419.193000', '095419.196000', '095419.199000', '095419.202000', '095419.205000', '095419.208000', '095419.211000', '095419.213000', '095419.216000', '095419.219000', '095419.222000', '095419.225000', '095419.238000', '095419.241000', '095419.244000', '095419.247000', '095419.250000', '095419.253000', '095419.255000', '095419.258000', '095419.261000', '095419.264000', '095419.267000', '095419.270000', '095419.273000', '095419.276000', '095419.278000', '095419.281000', '095419.284000', '095419.287000', '095419.290000', '095419.293000', '095419.296000', '095419.298000', '095419.301000', '095419.304000', '095419.307000', '095419.310000', '095419.313000', '095439.181000', '095439.209000', '095439.212000', '095439.215000', '095439.218000', '095439.221000', '095439.224000', '095439.226000', '095439.229000', '095439.232000', '095439.235000', '095439.238000', '095439.241000', '095439.245000', '095439.248000', '095439.251000', '095439.254000', '095439.257000', '095439.260000', '095439.262000', '095439.265000', '095439.268000', '095439.271000', '095439.274000', '095439.277000', '095439.280000', '095439.282000', '095439.285000', '095439.288000', '095439.291000', '095439.294000', '095439.297000', '095439.300000', '095439.303000', '095439.305000', '095439.308000', '095439.311000', '095439.314000', '095439.317000', '095439.320000', '095439.322000', '095439.325000', '095439.328000', '095459.179000', '095459.188000', '095459.191000', '095459.194000', '095459.197000', '095459.200000', '095459.202000', '095459.205000', '095459.208000', '095459.211000', '095459.214000', '095459.217000', '095459.220000', '095459.222000', '095459.225000', '095459.228000', '095459.231000', '095459.234000', '095459.237000', '095459.240000', '095459.243000', '095459.245000', '095459.248000', '095459.251000', '095459.254000', '095459.257000', '095459.260000', '095459.263000', '095459.266000', '095459.268000', '095459.271000', '095459.274000', '095459.277000', '095459.280000', '095459.282000', '095459.285000', '095459.288000', '095459.291000', '095459.294000', '095459.296000', '095459.299000', '095459.302000', '095459.305000', '095459.308000', '095519.180000', '095519.183000', '095519.186000', '095519.189000', '095519.191000', '095519.194000', '095519.197000', '095519.200000', '095519.203000', '095519.206000', '095519.209000', '095519.227000', '095519.230000', '095519.232000', '095519.244000', '095519.247000', '095519.250000', '095519.253000', '095519.256000', '095519.259000', '095519.262000', '095519.265000', '095519.269000', '095519.272000', '095519.275000', '095519.277000', '095519.280000', '095519.283000', '095519.286000', '095519.289000', '095519.292000', '095519.295000', '095519.298000', '095519.301000', '095519.303000', '095519.306000', '095519.309000', '095519.312000', '095519.315000', '095519.318000', '095519.321000', '095519.324000', '095519.326000', '095539.180000', '095539.379000', '095539.381000', '095539.384000', '095539.387000', '095539.390000', '095539.393000', '095539.396000', '095539.399000', '095539.401000', '095539.404000', '095539.407000', '095539.410000', '095539.413000', '095539.416000', '095539.419000', '095539.421000', '095539.424000', '095539.427000', '095539.430000', '095539.433000', '095539.436000', '095539.439000', '095539.441000', '095539.444000', '095539.447000', '095539.450000', '095539.453000', '095539.456000', '095539.458000', '095539.461000', '095539.464000', '095539.467000', '095539.470000', '095539.473000', '095539.475000', '095539.478000', '095539.481000', '095539.484000', '095539.487000', '095539.490000', '095539.493000', '095539.495000', '095539.498000', '095559.179000', '095559.184000', '095559.187000', '095559.190000', '095559.192000', '095559.204000', '095559.206000', '095559.209000', '095559.212000', '095559.215000', '095559.219000', '095559.222000', '095559.225000', '095559.228000', '095559.231000', '095559.234000', '095559.237000', '095559.240000', '095559.242000', '095559.245000', '095559.248000', '095559.251000', '095559.254000', '095559.257000', '095559.260000', '095559.263000', '095559.265000', '095559.268000', '095559.271000', '095559.274000', '095559.277000', '095559.282000', '095559.286000', '095559.289000', '095559.292000', '095559.295000', '095559.298000', '095559.300000', '095559.303000', '095559.306000', '095559.309000', '095559.312000', '095559.315000', '095619.179000', '095619.205000', '095619.208000', '095619.211000', '095619.214000', '095619.217000', '095619.220000', '095619.222000', '095619.225000', '095619.228000', '095619.231000', '095619.236000', '095619.238000', '095619.241000', '095619.244000', '095619.247000', '095619.250000', '095619.253000', '095619.256000', '095619.259000', '095619.261000', '095619.264000', '095619.267000', '095619.270000', '095619.273000', '095619.276000', '095619.279000', '095619.281000', '095619.284000', '095619.287000', '095619.290000', '095619.293000', '095619.296000', '095619.298000', '095619.301000', '095619.304000', '095619.307000', '095619.310000', '095619.313000', '095619.315000', '095619.318000', '095619.321000', '095619.324000', '095619.327000', '095639.179000', '095639.186000', '095639.189000', '095639.192000', '095639.195000', '095639.198000', '095639.201000', '095639.203000', '095639.206000', '095639.209000', '095639.212000', '095639.215000', '095639.218000', '095639.221000', '095639.223000', '095639.226000', '095639.229000', '095639.232000', '095639.235000', '095639.238000', '095639.241000', '095639.244000', '095639.257000', '095639.260000', '095639.272000', '095639.274000', '095639.277000', '095639.280000', '095639.283000', '095639.286000', '095639.289000', '095639.291000', '095639.294000', '095639.299000', '095639.303000', '095639.306000', '095639.309000', '095639.312000', '095639.315000', '095639.318000', '095639.321000', '095639.323000', '095639.326000', '095659.179000', '095659.185000', '095659.188000', '095659.191000', '095659.194000', '095659.197000', '095659.199000', '095659.202000', '095659.205000', '095659.208000', '095659.211000', '095659.214000', '095659.217000', '095659.220000', '095659.222000', '095659.225000', '095659.228000', '095659.231000', '095659.234000', '095659.237000', '095659.239000', '095659.242000', '095659.245000', '095659.248000', '095659.251000', '095659.254000', '095659.256000', '095659.259000', '095659.262000', '095659.265000', '095659.268000', '095659.271000', '095659.273000', '095659.276000', '095659.279000', '095659.282000', '095659.285000', '095659.288000', '095659.290000', '095659.293000', '095659.296000', '095659.299000', '095659.302000', '095659.305000', '095719.179000', '095719.213000', '095719.216000', '095719.219000', '095719.222000', '095719.224000', '095719.227000', '095719.230000', '095719.233000', '095719.236000', '095719.239000', '095719.242000', '095719.244000', '095719.247000', '095719.250000', '095719.254000', '095719.257000', '095719.260000', '095719.263000', '095719.266000', '095719.269000', '095719.271000', '095719.274000', '095719.277000', '095719.280000', '095719.283000', '095719.286000', '095719.288000', '095719.291000', '095719.294000', '095719.297000', '095719.306000', '095719.311000', '095719.314000', '095719.317000', '095719.320000', '095719.323000', '095719.325000', '095719.328000', '095719.331000', '095719.334000', '095719.337000', '095719.340000', '095739.180000', '095739.183000', '095739.186000', '095739.188000', '095739.191000', '095739.194000', '095739.197000', '095739.200000', '095739.203000', '095739.206000', '095739.209000', '095739.212000', '095739.214000', '095739.217000', '095739.220000', '095739.223000', '095739.226000', '095739.229000', '095739.232000', '095739.234000', '095739.238000', '095739.240000', '095739.243000', '095739.246000', '095739.249000', '095739.252000', '095739.254000', '095739.257000', '095739.260000', '095739.263000', '095739.266000', '095739.269000', '095739.272000', '095739.274000', '095739.277000', '095739.280000', '095739.283000', '095739.286000', '095739.288000', '095739.291000', '095739.294000', '095739.297000', '095739.300000', '095739.302000', '095759.179000', '095759.200000', '095759.203000', '095759.206000', '095759.209000', '095759.212000', '095759.215000', '095759.218000', '095759.221000', '095759.224000', '095759.227000', '095759.230000', '095759.232000', '095759.235000', '095759.238000', '095759.241000', '095759.244000', '095759.247000', '095759.250000', '095759.253000', '095759.256000', '095759.259000', '095759.262000', '095759.265000', '095759.268000', '095759.270000', '095759.273000', '095759.276000', '095759.279000', '095759.282000', '095759.285000', '095759.288000', '095759.291000', '095759.300000', '095759.304000', '095759.307000', '095759.310000', '095759.313000', '095759.316000', '095759.319000', '095759.321000', '095759.324000', '095759.327000', '095819.179000', '095819.205000', '095819.208000', '095819.211000', '095819.214000', '095819.216000', '095819.219000', '095819.222000', '095819.225000', '095819.228000', '095819.231000', '095819.234000', '095819.236000', '095819.239000', '095819.242000', '095819.245000', '095819.248000', '095819.251000', '095819.254000', '095819.257000', '095819.260000', '095819.262000', '095819.265000', '095819.268000', '095819.271000', '095819.274000', '095819.276000', '095819.279000', '095819.282000', '095819.285000', '095819.288000', '095819.291000', '095819.294000', '095819.296000', '095819.299000', '095819.302000', '095819.305000', '095819.308000', '095819.310000', '095819.313000', '095819.316000', '095819.319000', '095819.322000', '095819.325000', '095839.179000', '095839.203000', '095839.205000', '095839.208000', '095839.211000', '095839.214000', '095839.217000', '095839.220000', '095839.223000', '095839.226000', '095839.228000', '095839.231000', '095839.234000', '095839.237000', '095839.240000', '095839.243000', '095839.246000', '095839.249000', '095839.251000', '095839.254000', '095839.257000', '095839.260000', '095839.263000', '095839.266000', '095839.268000', '095839.271000', '095839.274000', '095839.277000', '095839.280000', '095839.283000', '095839.285000', '095839.288000', '095839.291000', '095839.295000', '095839.298000', '095839.301000', '095839.304000', '095839.307000', '095839.309000', '095839.312000', '095839.315000', '095839.318000', '095839.321000', '095859.179000', '095859.208000', '095859.211000', '095859.214000', '095859.217000', '095859.220000', '095859.223000', '095859.226000', '095859.228000', '095859.231000', '095859.234000', '095859.237000', '095859.240000', '095859.243000', '095859.246000', '095859.249000', '095859.251000', '095859.254000', '095859.257000', '095859.260000', '095859.263000', '095859.266000', '095859.269000', '095859.272000', '095859.274000', '095859.277000', '095859.280000', '095859.283000', '095859.286000', '095859.289000', '095859.292000', '095859.295000', '095859.297000', '095859.300000', '095859.303000', '095859.306000', '095859.309000', '095859.312000', '095859.314000', '095859.317000', '095859.320000', '095859.323000', '095859.326000', '095859.329000', '095909.305000', '095909.308000', '095909.317000', '095909.320000', '095909.323000', '095909.326000', '095909.329000', '095909.332000', '095909.335000', '095909.338000', '095909.341000', '095909.344000', '095909.347000', '095909.350000', '095909.353000', '095909.356000', '095909.358000', '095909.362000', '095909.365000', '095909.367000', '095909.370000', '095909.373000'], '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': [9365, 11841, 9154, 13112, 9453, 14974, 10743, 12993, 10378, 8382, 11291, 8983, 12515, 9210, 14017, 9583, 10215, 10646, 7684, 11317, 8734, 12184, 8661, 9359, 8813, 8083, 9823, 7941, 11516, 9760, 13686, 9546, 7190, 7093, 7485, 6521, 7810, 7474, 7613, 9636, 9186, 9336, 11694, 8769, 8098, 11754, 8168, 14309, 11141, 10372, 14911, 12711, 16128, 12954, 14904, 12883, 12789, 15053, 8371, 15716, 9638, 8507, 8227, 7252, 7842, 7131, 7191, 9480, 7109, 7838, 7247, 7265, 10169, 7297, 11655, 7496, 10984, 8691, 6878, 10950, 6879, 7190, 6945, 6712, 7363, 7049, 7386, 7359, 7122, 7403, 9400, 8479, 7205, 7084, 8802, 11970, 10709, 13066, 13559, 13414, 15391, 14623, 16062, 16362, 13950, 16203, 14456, 16406, 13478, 15975, 13172, 12572, 10482, 7577, 7734, 7304, 8670, 6959, 9115, 7274, 10231, 7413, 10372, 7148, 9677, 6961, 8219, 6915, 7638, 7088, 7156, 7893, 7136, 8307, 7280, 8332, 7213, 8565, 7200, 8598, 7136, 8875, 7125, 9211, 7182, 9102, 7292, 8575, 7356, 7117, 7499, 7459, 8881, 7084, 8733, 6978, 9156, 7489, 7237, 9150, 7253, 11471, 7262, 10928, 8718, 11926, 9133, 11132, 8760, 11390, 9026, 7186, 9742, 7271, 11951, 7431, 12786, 8977, 13220, 10773, 9531, 10564, 7286, 10328, 7015, 7285, 8584, 7205, 11363, 8686, 8799, 11011, 8984, 13061, 11230, 7484, 11160, 7548, 7344, 13560, 9853, 7271, 13372, 14637, 14374, 15428, 12561, 14208, 16065, 14427, 16386, 14201, 16279, 15516, 15316, 16186, 13592, 16456, 11670, 16515, 12731, 14668, 9936, 8030, 7988, 7176, 8842, 7151, 7307, 7776, 7120, 9078, 7253, 7009, 7149, 7048, 9603, 7713, 7271, 7284, 6837, 7165, 6971, 6953, 7054, 7650, 6930, 9469, 10366, 8294, 11892, 9414, 7329, 11005, 8018, 13510, 10330, 14170, 9794, 13449, 12730, 10459, 14858, 11282, 14537, 10433, 11751, 7919, 10476, 7041, 8422, 7212, 6732, 7242, 6872, 8873, 6972, 9256, 7165, 10521, 7308, 10657, 8622, 7009, 8886, 7551, 9552, 7374, 9833, 7000, 10614, 7137, 12772, 8686, 6939, 8654, 6986, 9155, 6995, 8762, 7258, 7858, 7179, 7160, 11597, 8333, 7206, 7716, 7110, 10019, 7161, 8240, 8212, 7091, 12093, 8728, 13789, 10117, 9442, 8937, 7384, 14340, 9494, 14291, 11699, 15863, 12343, 11565, 11799, 6983, 12487, 7754, 13529, 10312, 13761, 10913, 13773, 10596, 13396, 9806, 12591, 10386, 11415, 8979, 6985, 9197, 7047, 9465, 7255, 8046, 8185, 7159, 9662, 7128, 10664, 8419, 6827, 9638, 7217, 11558, 7406, 13140, 10298, 13490, 11451, 12546, 10734, 8006, 9285, 7640, 9499, 7257, 9562, 6917, 8981, 7168, 7185, 7003, 6866, 8641, 7012, 9849, 7445, 10671, 7500, 11293, 9068, 12294, 9805, 13806, 10146, 14168, 10745, 13692, 10445, 13783, 10975, 14480, 11945, 7882, 7903, 7083, 10155, 7426, 9734, 7811, 7031, 10510, 6942, 12018, 6915, 13186, 8960, 14545, 9319, 12476, 9024, 12255, 8925, 12098, 8433, 10494, 7270, 9818, 7479, 9741, 7360, 6751, 7494, 6807, 8460, 7087, 8462, 7183, 8617, 7146, 8448, 7594, 8571, 8495, 6582, 9249, 7006, 9733, 7407, 9949, 7095, 11756, 7621, 12783, 9734, 13056, 9204, 6566, 8532, 7422, 8086, 14419, 9897, 9087, 8168, 6948, 9716, 8458, 7586, 13708, 11472, 7049, 11951, 8331, 13248, 12668, 10723, 13961, 11483, 14722, 11089, 14495, 11547, 14725, 11892, 15505, 11792, 14608, 11309, 14623, 10984, 14575, 10704, 13864, 9533, 10388, 7194, 6876, 7080, 6743, 7447, 7038, 7967, 7207, 6880, 6947, 6798, 7707, 7421, 6712, 7669, 7142, 6824, 8397, 6895, 6968, 7378, 7046, 9338, 7637, 12002, 9657, 12982, 11026, 12734, 11488, 13078, 11379, 13001, 8787, 10273, 7534, 9736, 7431, 7016, 7864, 6772, 8412, 7738, 7603, 7183, 6939, 7907, 6999, 8895, 7085, 10129, 7582, 9621, 8251, 7162, 7759, 7157, 8685, 7227, 8995, 7374, 10964, 7854, 12711, 8232, 11058, 8282, 7236, 8492, 6854, 9399, 7829, 9707, 8028, 10054, 7978, 9011, 7746, 7084, 7437, 7043, 7031, 7977, 6954, 9501, 6786, 7064, 8788, 7425, 6604, 7715, 6932, 10209, 7617, 7738, 12556, 9686, 10238, 11151, 8554, 12609, 9114, 7321, 12730, 8923, 13831, 11091, 9527, 9391, 7457, 13351, 10323, 14214, 10558, 9234, 12536, 8877, 13891, 11175, 12748, 9166, 7230, 13346, 8045, 12050, 7871, 7046, 7970, 6857, 9886, 7383, 7185, 6750, 7491, 7290, 7581, 7208, 7966, 8536, 7138, 7066, 9546, 7705, 7903, 9353, 9197, 13225, 11514, 13928, 12914, 14490, 12900, 14073, 12995, 13808, 13417, 11874, 12774, 8935, 13034, 7703, 10926, 7301, 10337, 7351, 9660, 7387, 8639, 7390, 8455, 7403, 8334, 7277, 7883, 7283, 6971, 7251, 6960, 7301, 7219, 6973, 7347, 6822, 6644, 6809, 6698, 6889, 7110, 6609, 10376, 8430, 10307, 10708, 10775, 12242, 11046, 13363, 12229, 14116, 14306, 12103, 14594, 11782, 13784, 10502, 12927, 12649, 8485, 10933, 6896, 6923, 7045, 6862, 6986, 6836, 7500, 6863, 6955, 6899, 6702, 7041, 6947, 8437, 7031, 8344, 7760, 11011, 8305, 12588, 8386, 10852, 8617, 10726, 7633, 11494, 7268, 10610, 7569, 8347, 8738, 7981, 6933, 8138, 7403, 8535, 7272, 8645, 7472, 8719, 7322, 8704, 7445, 8981, 7307, 9016, 7290, 7182, 7887, 7161, 8478, 7300, 7898, 7485, 7082, 8854, 7474, 10146, 8355, 10841, 8241, 11659, 9121, 10627, 10091, 9756, 11940, 9811, 12052, 8777, 11381, 8772, 12171, 8029, 12054, 8332, 11844, 7948, 10718, 7988, 8460, 7711, 7553, 8303, 7140, 8726, 7356, 9181, 7010, 9116, 7114, 9163, 7122, 9039, 7157, 8860, 7748, 7222, 7596, 7188, 7408, 7522, 6936, 7037, 6847, 6666, 6935, 7452, 8108, 8390, 7297, 11216, 9607, 8729, 12871, 12474, 11056, 14179, 11374, 14271, 13351, 14739, 14306, 11935, 15714, 11988, 15854, 13128, 14549, 12051, 12407, 11242, 9235, 15481, 11668, 15305, 9110, 10341, 8808, 7117, 9387, 7338, 10953, 7939, 9376, 7991, 7153, 9630, 7644, 9275, 8018, 7305, 8449, 6971, 7198, 7067, 7328, 7198, 7062, 8947, 6634, 6737, 7486, 8869, 11153, 13864, 13222, 13345, 13871, 14945, 14822, 14963, 14714, 14562, 14781, 12762, 15789, 13327, 14351, 10352, 8141, 8324, 7197, 8548, 7087, 9070, 7583, 8286, 7389, 6932, 8131, 7107, 8699, 6974, 9143, 7249, 9220, 7134, 8901, 7087, 9056, 6947, 8917, 7116, 8681, 7037, 8568, 7138, 9202, 7709, 7972, 7812, 6853, 8217, 6792, 8503, 7065, 9643, 7877, 7866, 8252, 6870, 9367, 8103, 6685, 8900, 7407, 6841, 7486, 6717, 9564, 7648, 7178, 12264, 9824, 8372, 13282, 9313, 7242, 11157, 9154, 8690, 14191, 13153, 13576, 14848, 14285, 15186, 14299, 16115, 14484, 15720, 13417, 15770, 12264, 15329, 12127, 14954, 11240, 13138, 8171, 9417, 6977, 7852, 6905, 7404, 6834, 7002, 7015, 6827, 7033, 7084, 6965, 6947, 7013, 7703, 7140, 8830, 7516, 10591, 7926, 11993, 8545, 9946, 7739, 7876, 8054, 8517, 8196, 7101, 8674, 6923, 8622, 7229, 8872, 7674, 9077, 7973, 7092, 7652, 6900, 8137, 7282, 7240, 7630, 7270, 8868, 7168, 10222, 7952, 6931, 8755, 6928, 10355, 7553, 10342, 7494, 10442, 8138, 12172, 8826, 11737, 9577, 12329, 9518, 11557, 8628, 11303, 7787, 10945, 7665, 10451, 8038, 9138, 7510, 7297, 8172, 6998, 7269, 7248, 7195, 7950, 7060, 9443, 7359, 10256, 8698, 12341, 10020, 8471, 12311, 7224, 7236, 7030, 6839, 9862, 8388, 9416, 15372, 12891, 14163, 16037, 13886, 16097, 14784, 16288, 14541, 16355, 13931, 16033, 12408, 13241, 12764, 10140, 15720, 10954, 15801, 10407, 11102, 7415, 6931, 8377, 7210, 10621, 7896, 11040, 7728, 8384, 7871, 6985, 8679, 7060, 8552, 7411, 8747, 7619, 8034, 7843, 7784, 8011, 7191, 8574, 7280, 8526, 7405, 8588, 7663, 8476, 7366, 8402, 7006, 8827, 7264, 9117, 7280, 9082, 7149, 9614, 7870, 7313, 7682, 7165, 8113, 7333, 8806, 7614, 8410, 6820, 7877, 7875, 7359, 8528, 7448, 9405, 7177, 9346, 7649, 9804, 8137, 8399, 8065, 7492, 8567, 7321, 9197, 7774, 8022, 8215, 7192, 8668, 7219, 8326, 7738, 7416, 8611], 'WindowCenter': [4194.0, 4199.0, 4164.0, 4192.0, 4161.0, 4201.0, 4171.0, 4179.0, 4148.0, 4124.0, 4157.0, 4136.0, 4165.0, 4146.0, 4178.0, 4149.0, 4159.0, 4157.0, 4126.0, 4155.0, 4138.0, 4167.0, 4137.0, 4148.0, 4148.0, 4138.0, 4160.0, 4139.0, 4181.0, 4160.0, 4204.0, 4175.0, 4098.0, 4121.0, 4055.0, 4021.0, 4196.0, 4139.0, 4135.0, 4143.0, 4142.0, 4143.0, 4163.0, 4133.0, 4121.0, 4162.0, 4131.0, 4170.0, 4151.0, 4142.0, 4174.0, 4161.0, 4170.0, 4150.0, 4157.0, 4136.0, 4134.0, 4144.0, 4080.0, 4141.0, 4089.0, 4089.0, 4079.0, 4069.0, 4080.0, 4073.0, 4084.0, 4114.0, 4097.0, 4094.0, 4093.0, 4096.0, 4128.0, 4096.0, 4134.0, 4099.0, 4139.0, 4119.0, 4099.0, 4134.0, 4095.0, 4095.0, 4093.0, 4085.0, 4118.0, 4119.0, 4118.0, 4119.0, 4132.0, 4132.0, 4141.0, 4119.0, 4108.0, 4109.0, 4142.0, 4160.0, 4153.0, 4173.0, 4174.0, 4162.0, 4171.0, 4159.0, 4156.0, 4156.0, 4121.0, 4131.0, 4118.0, 4127.0, 4105.0, 4116.0, 4104.0, 4093.0, 4080.0, 4048.0, 4049.0, 4050.0, 4061.0, 4052.0, 4072.0, 4053.0, 4084.0, 4065.0, 4095.0, 4067.0, 4085.0, 4067.0, 4077.0, 4068.0, 4078.0, 4079.0, 4078.0, 4090.0, 4080.0, 4101.0, 4093.0, 4104.0, 4093.0, 4114.0, 4096.0, 4112.0, 4095.0, 4115.0, 4097.0, 4118.0, 4096.0, 4116.0, 4106.0, 4116.0, 4108.0, 4109.0, 4111.0, 4121.0, 4126.0, 4111.0, 4130.0, 4122.0, 4144.0, 4121.0, 4123.0, 4142.0, 4124.0, 4162.0, 4122.0, 4163.0, 4144.0, 4164.0, 4145.0, 4161.0, 4143.0, 4162.0, 4142.0, 4111.0, 4142.0, 4123.0, 4163.0, 4122.0, 4173.0, 4145.0, 4174.0, 4163.0, 4154.0, 4177.0, 4134.0, 4153.0, 4121.0, 4134.0, 4155.0, 4148.0, 4181.0, 4160.0, 4163.0, 4180.0, 4172.0, 4200.0, 4175.0, 4125.0, 4177.0, 4136.0, 4122.0, 4183.0, 4154.0, 4133.0, 4183.0, 4184.0, 4171.0, 4183.0, 4174.0, 4177.0, 4181.0, 4164.0, 4172.0, 4150.0, 4159.0, 4147.0, 4133.0, 4143.0, 4108.0, 4129.0, 4086.0, 4115.0, 4096.0, 4103.0, 4072.0, 4052.0, 4051.0, 4041.0, 4063.0, 4043.0, 4055.0, 4066.0, 4058.0, 4087.0, 4068.0, 4068.0, 4083.0, 4085.0, 4129.0, 4097.0, 4107.0, 4095.0, 4085.0, 4096.0, 4084.0, 4096.0, 4098.0, 4122.0, 4111.0, 4139.0, 4143.0, 4122.0, 4153.0, 4130.0, 4107.0, 4153.0, 4112.0, 4162.0, 4129.0, 4162.0, 4117.0, 4148.0, 4136.0, 4117.0, 4145.0, 4125.0, 4134.0, 4103.0, 4110.0, 4080.0, 4098.0, 4070.0, 4093.0, 4082.0, 4073.0, 4083.0, 4082.0, 4105.0, 4084.0, 4116.0, 4096.0, 4129.0, 4098.0, 4130.0, 4120.0, 4097.0, 4121.0, 4121.0, 4131.0, 4098.0, 4128.0, 4097.0, 4141.0, 4101.0, 4149.0, 4119.0, 4100.0, 4119.0, 4100.0, 4130.0, 4112.0, 4131.0, 4112.0, 4122.0, 4114.0, 4113.0, 4153.0, 4124.0, 4123.0, 4124.0, 4116.0, 4155.0, 4128.0, 4136.0, 4138.0, 4116.0, 4167.0, 4133.0, 4177.0, 4157.0, 4145.0, 4134.0, 4114.0, 4187.0, 4144.0, 4189.0, 4169.0, 4187.0, 4154.0, 4142.0, 4141.0, 4100.0, 4151.0, 4110.0, 4152.0, 4142.0, 4161.0, 4141.0, 4151.0, 4128.0, 4148.0, 4117.0, 4138.0, 4117.0, 4126.0, 4106.0, 4083.0, 4116.0, 4087.0, 4120.0, 4099.0, 4109.0, 4120.0, 4100.0, 4131.0, 4113.0, 4144.0, 4119.0, 4104.0, 4144.0, 4112.0, 4154.0, 4112.0, 4163.0, 4145.0, 4165.0, 4152.0, 4149.0, 4141.0, 4109.0, 4119.0, 4100.0, 4118.0, 4099.0, 4119.0, 4088.0, 4119.0, 4098.0, 4100.0, 4103.0, 4104.0, 4135.0, 4127.0, 4157.0, 4128.0, 4159.0, 4129.0, 4168.0, 4149.0, 4168.0, 4148.0, 4178.0, 4146.0, 4177.0, 4156.0, 4176.0, 4146.0, 4177.0, 4158.0, 4187.0, 4165.0, 4123.0, 4120.0, 4111.0, 4140.0, 4114.0, 4133.0, 4111.0, 4099.0, 4140.0, 4099.0, 4149.0, 4100.0, 4151.0, 4118.0, 4161.0, 4120.0, 4150.0, 4120.0, 4139.0, 4107.0, 4138.0, 4096.0, 4116.0, 4086.0, 4105.0, 4084.0, 4104.0, 4084.0, 4074.0, 4086.0, 4088.0, 4108.0, 4100.0, 4121.0, 4114.0, 4135.0, 4115.0, 4123.0, 4124.0, 4135.0, 4134.0, 4105.0, 4147.0, 4114.0, 4142.0, 4115.0, 4144.0, 4115.0, 4166.0, 4124.0, 4165.0, 4146.0, 4164.0, 4136.0, 4116.0, 4135.0, 4132.0, 4115.0, 4120.0, 4191.0, 4172.0, 4158.0, 4139.0, 4160.0, 4137.0, 4137.0, 4189.0, 4182.0, 4141.0, 4181.0, 4150.0, 4191.0, 4179.0, 4157.0, 4178.0, 4155.0, 4177.0, 4154.0, 4174.0, 4142.0, 4161.0, 4140.0, 4148.0, 4127.0, 4135.0, 4113.0, 4132.0, 4099.0, 4118.0, 4087.0, 4106.0, 4073.0, 4072.0, 4043.0, 4057.0, 4069.0, 4044.0, 4053.0, 4043.0, 4063.0, 4069.0, 4082.0, 4067.0, 4058.0, 4078.0, 4092.0, 4083.0, 4095.0, 4085.0, 4098.0, 4118.0, 4111.0, 4110.0, 4110.0, 4111.0, 4132.0, 4124.0, 4163.0, 4145.0, 4174.0, 4155.0, 4165.0, 4154.0, 4149.0, 4139.0, 4145.0, 4108.0, 4124.0, 4105.0, 4117.0, 4099.0, 4097.0, 4108.0, 4112.0, 4122.0, 4111.0, 4109.0, 4101.0, 4112.0, 4123.0, 4113.0, 4134.0, 4114.0, 4144.0, 4125.0, 4147.0, 4135.0, 4112.0, 4123.0, 4114.0, 4133.0, 4112.0, 4134.0, 4113.0, 4143.0, 4122.0, 4163.0, 4123.0, 4152.0, 4122.0, 4112.0, 4132.0, 4102.0, 4133.0, 4112.0, 4132.0, 4122.0, 4142.0, 4123.0, 4146.0, 4123.0, 4098.0, 4081.0, 4091.0, 4110.0, 4106.0, 4109.0, 4156.0, 4122.0, 4103.0, 4126.0, 4118.0, 4093.0, 4120.0, 4106.0, 4147.0, 4134.0, 4119.0, 4160.0, 4142.0, 4153.0, 4163.0, 4145.0, 4163.0, 4131.0, 4109.0, 4151.0, 4121.0, 4162.0, 4140.0, 4128.0, 4116.0, 4096.0, 4149.0, 4128.0, 4158.0, 4128.0, 4115.0, 4137.0, 4105.0, 4147.0, 4125.0, 4137.0, 4117.0, 4095.0, 4149.0, 4096.0, 4137.0, 4109.0, 4097.0, 4133.0, 4111.0, 4142.0, 4133.0, 4108.0, 4099.0, 4109.0, 4108.0, 4104.0, 4107.0, 4118.0, 4116.0, 4107.0, 4112.0, 4142.0, 4120.0, 4122.0, 4131.0, 4131.0, 4164.0, 4153.0, 4161.0, 4150.0, 4145.0, 4122.0, 4132.0, 4121.0, 4109.0, 4109.0, 4086.0, 4096.0, 4062.0, 4091.0, 4041.0, 4073.0, 4038.0, 4070.0, 4042.0, 4071.0, 4043.0, 4063.0, 4054.0, 4054.0, 4052.0, 4066.0, 4054.0, 4054.0, 4054.0, 4071.0, 4081.0, 4071.0, 4082.0, 4087.0, 4073.0, 4101.0, 4102.0, 4113.0, 4112.0, 4116.0, 4113.0, 4114.0, 4114.0, 4155.0, 4137.0, 4157.0, 4156.0, 4152.0, 4162.0, 4155.0, 4164.0, 4140.0, 4149.0, 4147.0, 4124.0, 4134.0, 4113.0, 4132.0, 4102.0, 4123.0, 4109.0, 4066.0, 4084.0, 4044.0, 4042.0, 4042.0, 4046.0, 4071.0, 4071.0, 4070.0, 4059.0, 4071.0, 4072.0, 4085.0, 4098.0, 4098.0, 4108.0, 4100.0, 4120.0, 4124.0, 4154.0, 4121.0, 4149.0, 4109.0, 4127.0, 4108.0, 4130.0, 4098.0, 4140.0, 4097.0, 4125.0, 4085.0, 4095.0, 4094.0, 4084.0, 4072.0, 4083.0, 4096.0, 4105.0, 4096.0, 4106.0, 4098.0, 4107.0, 4110.0, 4120.0, 4114.0, 4133.0, 4124.0, 4132.0, 4111.0, 4100.0, 4120.0, 4114.0, 4124.0, 4123.0, 4126.0, 4124.0, 4114.0, 4144.0, 4126.0, 4155.0, 4136.0, 4155.0, 4135.0, 4165.0, 4145.0, 4159.0, 4157.0, 4144.0, 4155.0, 4131.0, 4153.0, 4121.0, 4142.0, 4111.0, 4141.0, 4098.0, 4139.0, 4108.0, 4140.0, 4099.0, 4128.0, 4096.0, 4109.0, 4098.0, 4099.0, 4109.0, 4088.0, 4108.0, 4096.0, 4117.0, 4084.0, 4107.0, 4088.0, 4105.0, 4087.0, 4107.0, 4088.0, 4117.0, 4099.0, 4099.0, 4108.0, 4099.0, 4112.0, 4137.0, 4138.0, 4121.0, 4146.0, 4139.0, 4144.0, 4151.0, 4167.0, 4166.0, 4153.0, 4194.0, 4178.0, 4163.0, 4199.0, 4200.0, 4185.0, 4197.0, 4188.0, 4183.0, 4184.0, 4181.0, 4182.0, 4160.0, 4180.0, 4158.0, 4177.0, 4169.0, 4168.0, 4159.0, 4160.0, 4147.0, 4113.0, 4164.0, 4147.0, 4165.0, 4113.0, 4122.0, 4102.0, 4078.0, 4114.0, 4094.0, 4134.0, 4107.0, 4115.0, 4118.0, 4123.0, 4142.0, 4136.0, 4144.0, 4117.0, 4133.0, 4140.0, 4131.0, 4128.0, 4115.0, 4115.0, 4114.0, 4116.0, 4149.0, 4121.0, 4122.0, 4131.0, 4137.0, 4162.0, 4185.0, 4176.0, 4175.0, 4174.0, 4174.0, 4159.0, 4155.0, 4147.0, 4129.0, 4128.0, 4109.0, 4126.0, 4106.0, 4104.0, 4071.0, 4051.0, 4051.0, 4038.0, 4061.0, 4053.0, 4071.0, 4063.0, 4073.0, 4064.0, 4057.0, 4076.0, 4066.0, 4090.0, 4067.0, 4099.0, 4069.0, 4088.0, 4068.0, 4088.0, 4068.0, 4100.0, 4081.0, 4101.0, 4080.0, 4102.0, 4085.0, 4106.0, 4096.0, 4130.0, 4109.0, 4119.0, 4123.0, 4101.0, 4123.0, 4113.0, 4132.0, 4113.0, 4158.0, 4148.0, 4149.0, 4144.0, 4116.0, 4144.0, 4138.0, 4116.0, 4145.0, 4137.0, 4142.0, 4139.0, 4124.0, 4170.0, 4151.0, 4134.0, 4185.0, 4166.0, 4134.0, 4199.0, 4154.0, 4130.0, 4166.0, 4159.0, 4160.0, 4202.0, 4192.0, 4190.0, 4190.0, 4178.0, 4177.0, 4163.0, 4172.0, 4149.0, 4144.0, 4133.0, 4131.0, 4110.0, 4131.0, 4110.0, 4118.0, 4086.0, 4093.0, 4050.0, 4060.0, 4029.0, 4051.0, 4040.0, 4041.0, 4042.0, 4053.0, 4056.0, 4057.0, 4057.0, 4070.0, 4070.0, 4072.0, 4082.0, 4095.0, 4085.0, 4116.0, 4099.0, 4126.0, 4110.0, 4151.0, 4118.0, 4128.0, 4097.0, 4107.0, 4108.0, 4108.0, 4107.0, 4098.0, 4117.0, 4098.0, 4108.0, 4096.0, 4130.0, 4111.0, 4119.0, 4109.0, 4099.0, 4110.0, 4100.0, 4117.0, 4112.0, 4139.0, 4140.0, 4126.0, 4149.0, 4127.0, 4157.0, 4126.0, 4115.0, 4138.0, 4128.0, 4156.0, 4126.0, 4158.0, 4128.0, 4157.0, 4125.0, 4168.0, 4148.0, 4166.0, 4148.0, 4166.0, 4133.0, 4142.0, 4123.0, 4155.0, 4123.0, 4142.0, 4112.0, 4142.0, 4112.0, 4133.0, 4110.0, 4110.0, 4122.0, 4115.0, 4127.0, 4127.0, 4128.0, 4138.0, 4129.0, 4161.0, 4140.0, 4174.0, 4179.0, 4192.0, 4174.0, 4148.0, 4165.0, 4135.0, 4130.0, 4129.0, 4121.0, 4163.0, 4142.0, 4153.0, 4196.0, 4175.0, 4182.0, 4182.0, 4168.0, 4181.0, 4168.0, 4166.0, 4144.0, 4152.0, 4130.0, 4138.0, 4117.0, 4115.0, 4104.0, 4081.0, 4111.0, 4079.0, 4109.0, 4067.0, 4076.0, 4035.0, 4036.0, 4058.0, 4049.0, 4079.0, 4060.0, 4090.0, 4049.0, 4060.0, 4060.0, 4049.0, 4072.0, 4065.0, 4085.0, 4079.0, 4099.0, 4096.0, 4102.0, 4104.0, 4093.0, 4103.0, 4094.0, 4116.0, 4097.0, 4117.0, 4096.0, 4116.0, 4105.0, 4105.0, 4095.0, 4104.0, 4095.0, 4115.0, 4095.0, 4116.0, 4094.0, 4116.0, 4096.0, 4125.0, 4106.0, 4106.0, 4106.0, 4097.0, 4117.0, 4107.0, 4128.0, 4119.0, 4130.0, 4111.0, 4131.0, 4132.0, 4125.0, 4144.0, 4133.0, 4157.0, 4124.0, 4155.0, 4138.0, 4168.0, 4147.0, 4149.0, 4159.0, 4151.0, 4155.0, 4133.0, 4149.0, 4147.0, 4144.0, 4145.0, 4148.0, 4156.0, 4148.0, 4170.0, 4145.0, 4145.0, 4155.0], 'WindowWidth': [9320.0, 9317.0, 9259.0, 9293.0, 9248.0, 9303.0, 9259.0, 9265.0, 9223.0, 9187.0, 9233.0, 9203.0, 9242.0, 9216.0, 9263.0, 9224.0, 9238.0, 9232.0, 9191.0, 9230.0, 9208.0, 9247.0, 9208.0, 9223.0, 9224.0, 9211.0, 9243.0, 9215.0, 9274.0, 9246.0, 9313.0, 9275.0, 9141.0, 9189.0, 9055.0, 9000.0, 9341.0, 9223.0, 9204.0, 9212.0, 9208.0, 9211.0, 9236.0, 9196.0, 9179.0, 9237.0, 9193.0, 9246.0, 9220.0, 9205.0, 9254.0, 9228.0, 9244.0, 9211.0, 9216.0, 9185.0, 9179.0, 9194.0, 9101.0, 9182.0, 9106.0, 9109.0, 9096.0, 9084.0, 9101.0, 9095.0, 9112.0, 9153.0, 9135.0, 9129.0, 9129.0, 9134.0, 9178.0, 9134.0, 9183.0, 9143.0, 9199.0, 9170.0, 9145.0, 9186.0, 9137.0, 9136.0, 9126.0, 9121.0, 9174.0, 9180.0, 9176.0, 9180.0, 9205.0, 9202.0, 9209.0, 9172.0, 9160.0, 9163.0, 9208.0, 9233.0, 9226.0, 9251.0, 9257.0, 9237.0, 9251.0, 9227.0, 9217.0, 9216.0, 9157.0, 9176.0, 9149.0, 9159.0, 9126.0, 9139.0, 9121.0, 9103.0, 9084.0, 9038.0, 9041.0, 9043.0, 9059.0, 9049.0, 9078.0, 9055.0, 9095.0, 9073.0, 9112.0, 9079.0, 9101.0, 9080.0, 9094.0, 9085.0, 9098.0, 9102.0, 9101.0, 9118.0, 9105.0, 9136.0, 9127.0, 9142.0, 9129.0, 9158.0, 9137.0, 9155.0, 9135.0, 9161.0, 9139.0, 9168.0, 9137.0, 9163.0, 9152.0, 9165.0, 9157.0, 9159.0, 9165.0, 9178.0, 9182.0, 9169.0, 9194.0, 9185.0, 9214.0, 9181.0, 9184.0, 9210.0, 9189.0, 9239.0, 9186.0, 9241.0, 9216.0, 9242.0, 9217.0, 9236.0, 9213.0, 9236.0, 9211.0, 9169.0, 9210.0, 9185.0, 9239.0, 9187.0, 9255.0, 9219.0, 9256.0, 9239.0, 9232.0, 9268.0, 9203.0, 9227.0, 9184.0, 9205.0, 9237.0, 9236.0, 9275.0, 9249.0, 9254.0, 9276.0, 9265.0, 9301.0, 9267.0, 9193.0, 9270.0, 9211.0, 9184.0, 9269.0, 9234.0, 9203.0, 9268.0, 9272.0, 9245.0, 9268.0, 9258.0, 9262.0, 9266.0, 9238.0, 9250.0, 9214.0, 9221.0, 9203.0, 9177.0, 9190.0, 9132.0, 9162.0, 9097.0, 9136.0, 9110.0, 9115.0, 9073.0, 9045.0, 9043.0, 9032.0, 9062.0, 9038.0, 9055.0, 9073.0, 9067.0, 9104.0, 9082.0, 9083.0, 9110.0, 9118.0, 9182.0, 9135.0, 9151.0, 9130.0, 9118.0, 9137.0, 9114.0, 9134.0, 9141.0, 9181.0, 9166.0, 9203.0, 9209.0, 9179.0, 9222.0, 9188.0, 9155.0, 9219.0, 9163.0, 9232.0, 9182.0, 9231.0, 9161.0, 9206.0, 9186.0, 9159.0, 9198.0, 9167.0, 9181.0, 9133.0, 9139.0, 9099.0, 9122.0, 9087.0, 9123.0, 9108.0, 9095.0, 9110.0, 9110.0, 9143.0, 9116.0, 9160.0, 9134.0, 9180.0, 9141.0, 9182.0, 9171.0, 9138.0, 9175.0, 9177.0, 9190.0, 9141.0, 9180.0, 9139.0, 9201.0, 9150.0, 9211.0, 9170.0, 9143.0, 9169.0, 9146.0, 9186.0, 9165.0, 9191.0, 9166.0, 9180.0, 9170.0, 9170.0, 9222.0, 9183.0, 9182.0, 9184.0, 9177.0, 9227.0, 9194.0, 9204.0, 9208.0, 9176.0, 9246.0, 9198.0, 9259.0, 9230.0, 9211.0, 9197.0, 9170.0, 9273.0, 9211.0, 9281.0, 9252.0, 9274.0, 9222.0, 9201.0, 9198.0, 9143.0, 9212.0, 9157.0, 9217.0, 9204.0, 9228.0, 9201.0, 9212.0, 9178.0, 9205.0, 9161.0, 9191.0, 9162.0, 9171.0, 9143.0, 9111.0, 9158.0, 9121.0, 9168.0, 9142.0, 9155.0, 9172.0, 9146.0, 9189.0, 9168.0, 9209.0, 9173.0, 9156.0, 9211.0, 9167.0, 9223.0, 9165.0, 9234.0, 9209.0, 9238.0, 9218.0, 9211.0, 9200.0, 9154.0, 9168.0, 9143.0, 9165.0, 9140.0, 9167.0, 9126.0, 9169.0, 9142.0, 9146.0, 9153.0, 9158.0, 9202.0, 9194.0, 9234.0, 9199.0, 9239.0, 9200.0, 9249.0, 9227.0, 9250.0, 9222.0, 9263.0, 9218.0, 9262.0, 9229.0, 9257.0, 9216.0, 9261.0, 9236.0, 9278.0, 9242.0, 9183.0, 9176.0, 9166.0, 9203.0, 9172.0, 9195.0, 9164.0, 9144.0, 9201.0, 9144.0, 9211.0, 9144.0, 9214.0, 9166.0, 9228.0, 9169.0, 9212.0, 9170.0, 9193.0, 9149.0, 9189.0, 9131.0, 9157.0, 9119.0, 9140.0, 9111.0, 9138.0, 9112.0, 9099.0, 9120.0, 9125.0, 9153.0, 9146.0, 9175.0, 9172.0, 9201.0, 9173.0, 9182.0, 9185.0, 9198.0, 9198.0, 9159.0, 9218.0, 9172.0, 9208.0, 9173.0, 9212.0, 9174.0, 9242.0, 9184.0, 9241.0, 9216.0, 9238.0, 9201.0, 9181.0, 9203.0, 9202.0, 9164.0, 9151.0, 9304.0, 9273.0, 9249.0, 9218.0, 9244.0, 9208.0, 9206.0, 9281.0, 9277.0, 9220.0, 9273.0, 9233.0, 9288.0, 9269.0, 9234.0, 9267.0, 9230.0, 9262.0, 9227.0, 9256.0, 9206.0, 9235.0, 9199.0, 9210.0, 9173.0, 9184.0, 9147.0, 9171.0, 9120.0, 9145.0, 9101.0, 9125.0, 9077.0, 9075.0, 9036.0, 9065.0, 9084.0, 9043.0, 9052.0, 9040.0, 9066.0, 9084.0, 9111.0, 9080.0, 9071.0, 9098.0, 9125.0, 9115.0, 9129.0, 9119.0, 9142.0, 9169.0, 9166.0, 9161.0, 9162.0, 9164.0, 9193.0, 9186.0, 9237.0, 9215.0, 9256.0, 9225.0, 9243.0, 9224.0, 9211.0, 9195.0, 9199.0, 9150.0, 9170.0, 9148.0, 9163.0, 9144.0, 9136.0, 9153.0, 9168.0, 9179.0, 9162.0, 9157.0, 9148.0, 9166.0, 9184.0, 9170.0, 9198.0, 9173.0, 9212.0, 9190.0, 9219.0, 9202.0, 9168.0, 9183.0, 9174.0, 9197.0, 9169.0, 9197.0, 9168.0, 9209.0, 9179.0, 9236.0, 9182.0, 9219.0, 9180.0, 9165.0, 9192.0, 9154.0, 9193.0, 9167.0, 9192.0, 9178.0, 9207.0, 9183.0, 9219.0, 9183.0, 9139.0, 9106.0, 9124.0, 9165.0, 9150.0, 9159.0, 9236.0, 9190.0, 9152.0, 9180.0, 9178.0, 9136.0, 9180.0, 9157.0, 9211.0, 9206.0, 9177.0, 9233.0, 9212.0, 9227.0, 9242.0, 9219.0, 9238.0, 9193.0, 9157.0, 9219.0, 9176.0, 9233.0, 9200.0, 9182.0, 9166.0, 9137.0, 9212.0, 9180.0, 9222.0, 9178.0, 9158.0, 9190.0, 9143.0, 9204.0, 9171.0, 9190.0, 9162.0, 9131.0, 9211.0, 9136.0, 9190.0, 9157.0, 9141.0, 9202.0, 9169.0, 9207.0, 9206.0, 9164.0, 9149.0, 9161.0, 9159.0, 9150.0, 9157.0, 9173.0, 9167.0, 9155.0, 9169.0, 9209.0, 9178.0, 9181.0, 9193.0, 9191.0, 9241.0, 9223.0, 9235.0, 9214.0, 9205.0, 9165.0, 9178.0, 9157.0, 9135.0, 9135.0, 9097.0, 9112.0, 9060.0, 9099.0, 9031.0, 9074.0, 9026.0, 9069.0, 9035.0, 9072.0, 9036.0, 9063.0, 9053.0, 9052.0, 9050.0, 9070.0, 9054.0, 9052.0, 9057.0, 9091.0, 9105.0, 9091.0, 9104.0, 9116.0, 9093.0, 9146.0, 9150.0, 9173.0, 9168.0, 9178.0, 9168.0, 9172.0, 9174.0, 9232.0, 9209.0, 9235.0, 9234.0, 9220.0, 9237.0, 9225.0, 9240.0, 9198.0, 9213.0, 9206.0, 9168.0, 9181.0, 9148.0, 9177.0, 9132.0, 9160.0, 9134.0, 9071.0, 9092.0, 9039.0, 9036.0, 9036.0, 9045.0, 9091.0, 9091.0, 9085.0, 9071.0, 9088.0, 9092.0, 9117.0, 9138.0, 9140.0, 9153.0, 9149.0, 9176.0, 9185.0, 9225.0, 9174.0, 9210.0, 9154.0, 9175.0, 9151.0, 9183.0, 9140.0, 9199.0, 9137.0, 9173.0, 9114.0, 9126.0, 9125.0, 9109.0, 9092.0, 9108.0, 9133.0, 9144.0, 9137.0, 9148.0, 9139.0, 9151.0, 9158.0, 9171.0, 9171.0, 9196.0, 9187.0, 9192.0, 9163.0, 9147.0, 9174.0, 9169.0, 9184.0, 9185.0, 9190.0, 9188.0, 9174.0, 9214.0, 9191.0, 9230.0, 9206.0, 9229.0, 9204.0, 9244.0, 9216.0, 9237.0, 9233.0, 9212.0, 9227.0, 9190.0, 9223.0, 9174.0, 9206.0, 9160.0, 9201.0, 9139.0, 9196.0, 9150.0, 9195.0, 9139.0, 9178.0, 9135.0, 9153.0, 9138.0, 9140.0, 9155.0, 9126.0, 9151.0, 9134.0, 9162.0, 9116.0, 9147.0, 9123.0, 9144.0, 9121.0, 9149.0, 9126.0, 9164.0, 9140.0, 9145.0, 9154.0, 9146.0, 9167.0, 9209.0, 9217.0, 9187.0, 9236.0, 9219.0, 9224.0, 9236.0, 9263.0, 9258.0, 9244.0, 9297.0, 9277.0, 9252.0, 9306.0, 9311.0, 9284.0, 9303.0, 9287.0, 9275.0, 9274.0, 9268.0, 9270.0, 9235.0, 9266.0, 9230.0, 9256.0, 9245.0, 9245.0, 9233.0, 9233.0, 9210.0, 9157.0, 9228.0, 9210.0, 9233.0, 9156.0, 9167.0, 9140.0, 9105.0, 9159.0, 9134.0, 9185.0, 9150.0, 9161.0, 9170.0, 9187.0, 9208.0, 9208.0, 9214.0, 9171.0, 9206.0, 9210.0, 9202.0, 9193.0, 9169.0, 9170.0, 9167.0, 9173.0, 9222.0, 9189.0, 9190.0, 9201.0, 9203.0, 9238.0, 9276.0, 9266.0, 9263.0, 9256.0, 9264.0, 9234.0, 9220.0, 9207.0, 9168.0, 9169.0, 9139.0, 9159.0, 9128.0, 9122.0, 9073.0, 9044.0, 9045.0, 9026.0, 9059.0, 9052.0, 9074.0, 9068.0, 9081.0, 9071.0, 9063.0, 9089.0, 9078.0, 9113.0, 9082.0, 9128.0, 9086.0, 9109.0, 9083.0, 9109.0, 9085.0, 9130.0, 9105.0, 9133.0, 9105.0, 9135.0, 9118.0, 9146.0, 9135.0, 9186.0, 9157.0, 9172.0, 9182.0, 9150.0, 9181.0, 9168.0, 9195.0, 9170.0, 9239.0, 9226.0, 9229.0, 9216.0, 9179.0, 9212.0, 9208.0, 9178.0, 9218.0, 9209.0, 9225.0, 9219.0, 9196.0, 9260.0, 9238.0, 9206.0, 9276.0, 9249.0, 9202.0, 9302.0, 9233.0, 9197.0, 9250.0, 9245.0, 9247.0, 9309.0, 9293.0, 9284.0, 9290.0, 9266.0, 9268.0, 9239.0, 9251.0, 9213.0, 9204.0, 9181.0, 9178.0, 9143.0, 9173.0, 9140.0, 9147.0, 9100.0, 9104.0, 9042.0, 9053.0, 9013.0, 9043.0, 9028.0, 9033.0, 9037.0, 9053.0, 9064.0, 9064.0, 9067.0, 9086.0, 9088.0, 9093.0, 9109.0, 9129.0, 9118.0, 9161.0, 9143.0, 9173.0, 9158.0, 9214.0, 9167.0, 9178.0, 9138.0, 9150.0, 9151.0, 9153.0, 9149.0, 9139.0, 9164.0, 9138.0, 9151.0, 9134.0, 9187.0, 9160.0, 9170.0, 9157.0, 9143.0, 9159.0, 9146.0, 9167.0, 9166.0, 9215.0, 9216.0, 9190.0, 9223.0, 9194.0, 9232.0, 9190.0, 9173.0, 9206.0, 9195.0, 9232.0, 9193.0, 9236.0, 9196.0, 9234.0, 9189.0, 9252.0, 9222.0, 9245.0, 9220.0, 9242.0, 9194.0, 9204.0, 9180.0, 9225.0, 9183.0, 9202.0, 9162.0, 9201.0, 9165.0, 9195.0, 9160.0, 9159.0, 9177.0, 9175.0, 9195.0, 9194.0, 9200.0, 9213.0, 9203.0, 9247.0, 9216.0, 9267.0, 9286.0, 9294.0, 9267.0, 9225.0, 9237.0, 9207.0, 9194.0, 9195.0, 9187.0, 9245.0, 9216.0, 9232.0, 9294.0, 9263.0, 9270.0, 9270.0, 9242.0, 9268.0, 9242.0, 9238.0, 9203.0, 9212.0, 9176.0, 9185.0, 9149.0, 9144.0, 9126.0, 9088.0, 9133.0, 9083.0, 9123.0, 9064.0, 9075.0, 9020.0, 9024.0, 9057.0, 9045.0, 9085.0, 9062.0, 9101.0, 9047.0, 9061.0, 9063.0, 9047.0, 9082.0, 9076.0, 9104.0, 9104.0, 9132.0, 9136.0, 9142.0, 9144.0, 9129.0, 9142.0, 9130.0, 9163.0, 9138.0, 9164.0, 9138.0, 9163.0, 9147.0, 9147.0, 9133.0, 9144.0, 9133.0, 9160.0, 9133.0, 9162.0, 9132.0, 9163.0, 9137.0, 9173.0, 9152.0, 9152.0, 9151.0, 9142.0, 9167.0, 9155.0, 9183.0, 9175.0, 9191.0, 9167.0, 9195.0, 9198.0, 9191.0, 9217.0, 9202.0, 9237.0, 9193.0, 9234.0, 9215.0, 9257.0, 9227.0, 9231.0, 9246.0, 9238.0, 9237.0, 9205.0, 9221.0, 9229.0, 9221.0, 9221.0, 9233.0, 9239.0, 9234.0, 9267.0, 9227.0, 9225.0, 9240.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.006550553633217993</td></tr>
<tr><td colspan=3>aqi</td><td>0.11124707162629757</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.32593943281384</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0448326916017316</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9406233992121206</td></tr>
<tr><td colspan=3>efc</td><td>0.4922</td></tr>
<tr><td colspan=3>fber</td><td>5691.5693</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.22697628486556162</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>278</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>24.048442906574394</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8316263648434266</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6334746644857985</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0136341099675454</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.8477703200769366</td></tr>
<tr><td colspan=3>gcor</td><td>0.0168969</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0005400353111326694</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.044393204152584076</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1156</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.0716095023424765</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>12.79</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.6565</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.1958</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298319.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>981.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>367.2615</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3723</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>500.3489</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3308.8533</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3482.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78225.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1261.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4299.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>855.1846</td></tr>
<tr><td colspan=3>tsnr</td><td>18.571622693096288</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>