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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0123/ses-02/func/sub-0123_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>eab0dff0a6a5e3dec9c89f391023cc4e</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>22:47:23.105000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999613, -0.0220111, 0.0170236, 0.0228589, 0.99842, -0.0513254]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0938365</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4241, -7753, -7286, 210, -121, 59, -41, 110]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.42</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b5f5503c-ee65-4b13-aec8-0d1d418a56fc||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6818881034851074, 0.06132880598306656, 0.04284090921282768, 105.66836547851562], [0.05905415117740631, 2.6786887645721436, -0.13957571983337402, -92.69190216064453], [0.04567313939332962, 0.13770240545272827, 2.696049690246582, -77.05892181396484], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1158]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'AcquisitionTime': ['224723.105000', '224723.565000', '224724.025000', '224724.485000', '224724.945000', '224725.405000', '224725.865000', '224726.325000', '224726.785000', '224727.245000', '224727.705000', '224728.165000', '224728.625000', '224729.085000', '224729.545000', '224730.005000', '224730.465000', '224730.925000', '224731.385000', '224731.845000', '224732.305000', '224732.765000', '224733.225000', '224733.685000', '224734.145000', '224734.605000', '224735.065000', '224735.525000', '224735.985000', '224736.445000', '224736.905000', '224737.365000', '224737.825000', '224738.285000', '224738.745000', '224739.205000', '224739.665000', '224740.125000', '224740.585000', '224741.045000', '224741.505000', '224741.965000', '224742.425000', '224742.885000', '224743.345000', '224743.805000', '224744.265000', '224744.725000', '224745.185000', '224745.645000', '224746.105000', '224746.565000', '224747.025000', '224747.485000', '224747.945000', '224748.405000', '224748.865000', '224749.325000', '224749.785000', '224750.245000', '224750.705000', '224751.165000', '224751.625000', '224752.085000', '224752.545000', '224753.005000', '224753.465000', '224753.925000', '224754.385000', '224754.845000', '224755.305000', '224755.765000', '224756.225000', '224756.685000', '224757.145000', '224757.605000', '224758.065000', '224758.525000', '224758.985000', '224759.445000', '224759.905000', '224800.365000', '224800.825000', '224801.285000', '224801.745000', '224802.205000', '224802.665000', '224803.125000', '224803.585000', '224804.045000', '224804.505000', '224804.965000', '224805.425000', '224805.885000', '224806.345000', '224806.805000', '224807.265000', '224807.725000', '224808.185000', '224808.645000', '224809.105000', '224809.565000', '224810.025000', '224810.485000', '224810.945000', '224811.405000', '224811.865000', '224812.325000', '224812.785000', '224813.245000', '224813.705000', '224814.165000', '224814.625000', '224815.085000', '224815.545000', '224816.005000', '224816.465000', '224816.925000', '224817.385000', '224817.845000', '224818.305000', '224818.765000', '224819.225000', '224819.685000', '224820.145000', '224820.605000', '224821.065000', '224821.525000', '224821.985000', '224822.445000', '224822.905000', '224823.365000', '224823.825000', '224824.285000', '224824.745000', '224825.205000', '224825.665000', '224826.125000', '224826.585000', '224827.045000', '224827.505000', '224827.965000', '224828.425000', '224828.885000', '224829.345000', '224829.805000', '224830.265000', '224830.725000', '224831.185000', '224831.645000', '224832.105000', '224832.565000', '224833.025000', '224833.485000', '224833.945000', '224834.405000', '224834.865000', '224835.325000', '224835.785000', '224836.245000', '224836.705000', '224837.165000', '224837.625000', '224838.085000', '224838.545000', '224839.005000', '224839.465000', '224839.925000', '224840.385000', '224840.845000', '224841.305000', '224841.765000', '224842.225000', '224842.685000', '224843.145000', '224843.605000', '224844.065000', '224844.525000', '224844.985000', '224845.445000', '224845.905000', '224846.365000', '224846.825000', '224847.285000', '224847.745000', '224848.205000', '224848.665000', '224849.125000', '224849.585000', '224850.045000', '224850.505000', '224850.965000', '224851.425000', '224851.885000', '224852.345000', '224852.805000', '224853.265000', '224853.725000', '224854.185000', '224854.645000', '224855.105000', '224855.565000', '224856.025000', '224856.485000', '224856.945000', '224857.405000', '224857.865000', '224858.325000', '224858.785000', '224859.245000', '224859.705000', '224900.165000', '224900.625000', '224901.085000', '224901.545000', '224902.005000', '224902.465000', '224902.925000', '224903.385000', '224903.845000', '224904.305000', '224904.765000', '224905.225000', '224905.685000', '224906.145000', '224906.605000', '224907.065000', '224907.525000', '224907.985000', '224908.445000', '224908.905000', '224909.365000', '224909.825000', '224910.285000', '224910.745000', '224911.205000', '224911.665000', '224912.125000', '224912.585000', '224913.045000', '224913.505000', '224913.965000', '224914.425000', '224914.885000', '224915.345000', '224915.805000', '224916.265000', '224916.725000', '224917.185000', '224917.645000', '224918.105000', '224918.565000', '224919.025000', '224919.485000', '224919.945000', '224920.405000', '224920.865000', '224921.325000', '224921.785000', '224922.245000', '224922.705000', '224923.165000', '224923.625000', '224924.085000', '224924.545000', '224925.005000', '224925.465000', '224925.925000', '224926.385000', '224926.845000', '224927.305000', '224927.765000', '224928.225000', '224928.685000', '224929.145000', '224929.605000', '224930.065000', '224930.525000', '224930.985000', '224931.445000', '224931.905000', '224932.365000', '224932.825000', '224933.285000', '224933.745000', '224934.205000', '224934.665000', '224935.125000', '224935.585000', '224936.045000', '224936.505000', '224936.965000', '224937.425000', '224937.885000', '224938.345000', '224938.805000', '224939.265000', '224939.725000', '224940.185000', '224940.645000', '224941.105000', '224941.565000', '224942.025000', '224942.485000', '224942.945000', '224943.405000', '224943.865000', '224944.325000', '224944.785000', '224945.245000', '224945.705000', '224946.165000', '224946.625000', '224947.085000', '224947.545000', '224948.005000', '224948.465000', '224948.925000', '224949.385000', '224949.845000', '224950.305000', '224950.765000', '224951.225000', '224951.685000', '224952.145000', '224952.605000', '224953.065000', '224953.525000', '224953.985000', '224954.445000', '224954.905000', '224955.365000', '224955.825000', '224956.285000', '224956.745000', '224957.205000', '224957.665000', '224958.125000', '224958.585000', '224959.045000', '224959.505000', '224959.965000', '225000.425000', '225000.885000', '225001.345000', '225001.805000', '225002.265000', '225002.725000', '225003.185000', '225003.645000', '225004.105000', '225004.565000', '225005.025000', '225005.485000', '225005.945000', '225006.405000', '225006.865000', '225007.325000', '225007.785000', '225008.245000', '225008.705000', '225009.165000', '225009.625000', '225010.085000', '225010.545000', '225011.005000', '225011.465000', '225011.925000', '225012.385000', '225012.845000', '225013.305000', '225013.765000', '225014.225000', '225014.685000', '225015.145000', '225015.605000', '225016.065000', '225016.525000', '225016.985000', '225017.445000', '225017.905000', '225018.365000', '225018.825000', '225019.285000', '225019.745000', '225020.205000', '225020.665000', '225021.125000', '225021.585000', '225022.045000', '225022.505000', '225022.965000', '225023.425000', '225023.885000', '225024.345000', '225024.805000', '225025.265000', '225025.725000', '225026.185000', '225026.645000', '225027.105000', '225027.565000', '225028.025000', '225028.485000', '225028.945000', '225029.405000', '225029.865000', '225030.325000', '225030.785000', '225031.245000', '225031.705000', '225032.165000', '225032.625000', '225033.085000', '225033.545000', '225034.005000', '225034.465000', '225034.925000', '225035.385000', '225035.845000', '225036.305000', '225036.765000', '225037.225000', '225037.685000', '225038.145000', '225038.605000', '225039.065000', '225039.525000', '225039.985000', '225040.445000', '225040.905000', '225041.365000', '225041.825000', '225042.285000', '225042.745000', '225043.205000', '225043.665000', '225044.125000', '225044.585000', '225045.045000', '225045.505000', '225045.965000', '225046.425000', '225046.885000', '225047.345000', '225047.805000', '225048.265000', '225048.725000', '225049.185000', '225049.645000', '225050.105000', '225050.565000', '225051.025000', '225051.485000', '225051.945000', '225052.405000', '225052.865000', '225053.325000', '225053.785000', '225054.245000', '225054.705000', '225055.165000', '225055.625000', '225056.085000', '225056.545000', '225057.005000', '225057.465000', '225057.925000', '225058.385000', '225058.845000', '225059.305000', '225059.765000', '225100.225000', '225100.685000', '225101.145000', '225101.605000', '225102.065000', '225102.525000', '225102.985000', '225103.445000', '225103.905000', '225104.365000', '225104.825000', '225105.285000', '225105.745000', '225106.205000', '225106.665000', '225107.125000', '225107.585000', '225108.045000', '225108.505000', '225108.965000', '225109.425000', '225109.885000', '225110.345000', '225110.805000', '225111.265000', '225111.725000', '225112.185000', '225112.645000', '225113.105000', '225113.565000', '225114.025000', '225114.485000', '225114.945000', '225115.405000', '225115.865000', '225116.325000', '225116.785000', '225117.245000', '225117.705000', '225118.165000', '225118.625000', '225119.085000', '225119.545000', '225120.005000', '225120.465000', '225120.925000', '225121.385000', '225121.845000', '225122.305000', '225122.765000', '225123.225000', '225123.685000', '225124.145000', '225124.605000', '225125.065000', '225125.525000', '225125.985000', '225126.445000', '225126.905000', '225127.365000', '225127.825000', '225128.285000', '225128.745000', '225129.205000', '225129.665000', '225130.125000', '225130.585000', '225131.045000', '225131.505000', '225131.965000', '225132.425000', '225132.885000', '225133.345000', '225133.805000', '225134.265000', '225134.725000', '225135.185000', '225135.645000', '225136.105000', '225136.565000', '225137.025000', '225137.485000', '225137.945000', '225138.405000', '225138.865000', '225139.325000', '225139.785000', '225140.245000', '225140.705000', '225141.165000', '225141.625000', '225142.085000', '225142.545000', '225143.005000', '225143.465000', '225143.925000', '225144.385000', '225144.845000', '225145.305000', '225145.765000', '225146.225000', '225146.685000', '225147.145000', '225147.605000', '225148.065000', '225148.525000', '225148.985000', '225149.445000', '225149.905000', '225150.365000', '225150.825000', '225151.285000', '225151.745000', '225152.205000', '225152.665000', '225153.125000', '225153.585000', '225154.045000', '225154.505000', '225154.965000', '225155.425000', '225155.885000', '225156.345000', '225156.805000', '225157.265000', '225157.725000', '225158.185000', '225158.645000', '225159.105000', '225159.565000', '225200.025000', '225200.485000', '225200.945000', '225201.405000', '225201.865000', '225202.325000', '225202.785000', '225203.245000', '225203.705000', '225204.165000', '225204.625000', '225205.085000', '225205.545000', '225206.005000', '225206.465000', '225206.925000', '225207.385000', '225207.845000', '225208.305000', '225208.765000', '225209.225000', '225209.685000', '225210.145000', '225210.605000', '225211.065000', '225211.525000', '225211.985000', '225212.445000', '225212.905000', '225213.365000', '225213.825000', '225214.285000', '225214.745000', '225215.205000', '225215.665000', '225216.125000', '225216.585000', '225217.045000', '225217.505000', '225217.965000', '225218.425000', '225218.885000', '225219.345000', '225219.805000', '225220.265000', '225220.725000', '225221.185000', '225221.645000', '225222.105000', '225222.565000', '225223.025000', '225223.485000', '225223.945000', '225224.405000', '225224.865000', '225225.325000', '225225.785000', '225226.245000', '225226.705000', '225227.165000', '225227.625000', '225228.085000', '225228.545000', '225229.005000', '225229.465000', '225229.925000', '225230.385000', '225230.845000', '225231.305000', '225231.765000', '225232.225000', '225232.685000', '225233.145000', '225233.605000', '225234.065000', '225234.525000', '225234.985000', '225235.445000', '225235.905000', '225236.365000', '225236.825000', '225237.285000', '225237.745000', '225238.205000', '225238.665000', '225239.125000', '225239.585000', '225240.045000', '225240.505000', '225240.965000', '225241.425000', '225241.885000', '225242.345000', '225242.805000', '225243.265000', '225243.725000', '225244.185000', '225244.645000', '225245.105000', '225245.565000', '225246.025000', '225246.485000', '225246.945000', '225247.405000', '225247.865000', '225248.325000', '225248.785000', '225249.245000', '225249.705000', '225250.165000', '225250.625000', '225251.085000', '225251.545000', '225252.005000', '225252.465000', '225252.925000', '225253.385000', '225253.845000', '225254.305000', '225254.765000', '225255.225000', '225255.685000', '225256.145000', '225256.605000', '225257.065000', '225257.525000', '225257.985000', '225258.445000', '225258.905000', '225259.365000', '225259.825000', '225300.285000', '225300.745000', '225301.205000', '225301.665000', '225302.125000', '225302.585000', '225303.045000', '225303.505000', '225303.965000', '225304.425000', '225304.885000', '225305.345000', '225305.805000', '225306.265000', '225306.725000', '225307.185000', '225307.645000', '225308.105000', '225308.565000', '225309.025000', '225309.485000', '225309.945000', '225310.405000', '225310.865000', '225311.325000', '225311.785000', '225312.245000', '225312.705000', '225313.165000', '225313.625000', '225314.085000', '225314.545000', '225315.005000', '225315.465000', '225315.925000', '225316.385000', '225316.845000', '225317.305000', '225317.765000', '225318.225000', '225318.685000', '225319.145000', '225319.605000', '225320.065000', '225320.525000', '225320.985000', '225321.445000', '225321.905000', '225322.365000', '225322.825000', '225323.285000', '225323.745000', '225324.205000', '225324.665000', '225325.125000', '225325.585000', '225326.045000', '225326.505000', '225326.965000', '225327.425000', '225327.885000', '225328.345000', '225328.805000', '225329.265000', '225329.725000', '225330.185000', '225330.645000', '225331.105000', '225331.565000', '225332.025000', '225332.485000', '225332.945000', '225333.405000', '225333.865000', '225334.325000', '225334.785000', '225335.245000', '225335.705000', '225336.165000', '225336.625000', '225337.085000', '225337.545000', '225338.005000', '225338.465000', '225338.925000', '225339.385000', '225339.845000', '225340.305000', '225340.765000', '225341.225000', '225341.685000', '225342.145000', '225342.605000', '225343.065000', '225343.525000', '225343.985000', '225344.445000', '225344.905000', '225345.365000', '225345.825000', '225346.285000', '225346.745000', '225347.205000', '225347.665000', '225348.125000', '225348.585000', '225349.045000', '225349.505000', '225349.965000', '225350.425000', '225350.885000', '225351.345000', '225351.805000', '225352.265000', '225352.725000', '225353.185000', '225353.645000', '225354.105000', '225354.565000', '225355.025000', '225355.485000', '225355.945000', '225356.405000', '225356.865000', '225357.325000', '225357.785000', '225358.245000', '225358.705000', '225359.165000', '225359.625000', '225400.085000', '225400.545000', '225401.005000', '225401.465000', '225401.925000', '225402.385000', '225402.845000', '225403.305000', '225403.765000', '225404.225000', '225404.685000', '225405.145000', '225405.605000', '225406.065000', '225406.525000', '225406.985000', '225407.445000', '225407.905000', '225408.365000', '225408.825000', '225409.285000', '225409.745000', '225410.205000', '225410.665000', '225411.125000', '225411.585000', '225412.045000', '225412.505000', '225412.965000', '225413.425000', '225413.885000', '225414.345000', '225414.805000', '225415.265000', '225415.725000', '225416.185000', '225416.645000', '225417.105000', '225417.565000', '225418.025000', '225418.485000', '225418.945000', '225419.405000', '225419.865000', '225420.325000', '225420.785000', '225421.245000', '225421.705000', '225422.165000', '225422.625000', '225423.085000', '225423.545000', '225424.005000', '225424.465000', '225424.925000', '225425.385000', '225425.845000', '225426.305000', '225426.765000', '225427.225000', '225427.685000', '225428.145000', '225428.605000', '225429.065000', '225429.525000', '225429.985000', '225430.445000', '225430.905000', '225431.365000', '225431.825000', '225432.285000', '225432.745000', '225433.205000', '225433.665000', '225434.125000', '225434.585000', '225435.045000', '225435.505000', '225435.965000', '225436.425000', '225436.885000', '225437.345000', '225437.805000', '225438.265000', '225438.725000', '225439.185000', '225439.645000', '225440.105000', '225440.565000', '225441.025000', '225441.485000', '225441.945000', '225442.405000', '225442.865000', '225443.325000', '225443.785000', '225444.245000', '225444.705000', '225445.165000', '225445.625000', '225446.085000', '225446.545000', '225447.005000', '225447.465000', '225447.925000', '225448.385000', '225448.845000', '225449.305000', '225449.765000', '225450.225000', '225450.685000', '225451.145000', '225451.605000', '225452.065000', '225452.525000', '225452.985000', '225453.445000', '225453.905000', '225454.365000', '225454.825000', '225455.285000', '225455.745000', '225456.205000', '225456.665000', '225457.125000', '225457.585000', '225458.045000', '225458.505000', '225458.965000', '225459.425000', '225459.885000', '225500.345000', '225500.805000', '225501.265000', '225501.725000', '225502.185000', '225502.645000', '225503.105000', '225503.565000', '225504.025000', '225504.485000', '225504.945000', '225505.405000', '225505.865000', '225506.325000', '225506.785000', '225507.245000', '225507.705000', '225508.165000', '225508.625000', '225509.085000', '225509.545000', '225510.005000', '225510.465000', '225510.925000', '225511.385000', '225511.845000', '225512.305000', '225512.765000', '225513.225000', '225513.685000', '225514.145000', '225514.605000', '225515.065000', '225515.525000', '225515.985000', '225516.445000', '225516.905000', '225517.365000', '225517.825000', '225518.285000', '225518.745000', '225519.205000', '225519.665000', '225520.125000', '225520.585000', '225521.045000', '225521.505000', '225521.965000', '225522.425000', '225522.885000', '225523.345000', '225523.805000', '225524.265000', '225524.725000', '225525.185000', '225525.645000', '225526.105000', '225526.565000', '225527.025000', '225527.485000', '225527.945000', '225528.405000', '225528.865000', '225529.325000', '225529.785000', '225530.245000', '225530.705000', '225531.165000', '225531.625000', '225532.085000', '225532.545000', '225533.005000', '225533.465000', '225533.925000', '225534.385000', '225534.845000', '225535.305000', '225535.765000', '225536.225000', '225536.685000', '225537.145000', '225537.605000', '225538.065000', '225538.525000', '225538.985000', '225539.445000', '225539.905000', '225540.365000', '225540.825000', '225541.285000', '225541.745000', '225542.205000', '225542.665000', '225543.125000', '225543.585000', '225544.045000', '225544.505000', '225544.965000', '225545.425000', '225545.885000', '225546.345000', '225546.805000', '225547.265000', '225547.725000', '225548.185000', '225548.645000', '225549.105000', '225549.565000', '225550.025000', '225550.485000', '225550.945000', '225551.405000', '225551.865000', '225552.325000', '225552.785000', '225553.245000', '225553.705000', '225554.165000', '225554.625000', '225555.085000', '225555.545000', '225556.005000', '225556.465000', '225556.925000', '225557.385000', '225557.845000', '225558.305000', '225558.765000', '225559.225000', '225559.685000', '225600.145000', '225600.605000', '225601.065000', '225601.525000', '225601.985000', '225602.445000', '225602.905000', '225603.365000', '225603.825000', '225604.285000', '225604.745000', '225605.205000', '225605.665000', '225606.125000', '225606.585000', '225607.045000', '225607.505000', '225607.965000', '225608.425000', '225608.885000', '225609.345000', '225609.805000', '225610.265000', '225610.725000', '225611.185000', '225611.645000', '225612.105000', '225612.565000', '225613.025000', '225613.485000', '225613.945000', '225614.405000', '225614.865000', '225615.325000'], 'ContentTime': ['224749.070000', '224749.073000', '224749.075000', '224749.078000', '224749.081000', '224749.083000', '224749.086000', '224749.088000', '224749.091000', '224749.094000', '224749.096000', '224749.099000', '224749.101000', '224749.104000', '224749.106000', '224749.109000', '224749.112000', '224749.114000', '224749.117000', '224749.119000', '224749.122000', '224749.124000', '224749.127000', '224749.129000', '224749.132000', '224749.134000', '224749.137000', '224749.140000', '224749.142000', '224749.145000', '224749.147000', '224749.150000', '224749.152000', '224749.155000', '224749.157000', '224749.160000', '224749.163000', '224749.165000', '224749.168000', '224749.170000', '224749.173000', '224749.175000', '224749.178000', '224749.180000', '224749.183000', '224749.186000', '224749.188000', '224749.191000', '224749.193000', '224749.201000', '224749.204000', '224749.206000', '224749.209000', '224749.211000', '224749.214000', '224809.040000', '224809.043000', '224809.046000', '224809.048000', '224809.051000', '224809.053000', '224809.056000', '224809.059000', '224809.061000', '224809.064000', '224809.066000', '224809.069000', '224809.071000', '224809.074000', '224809.076000', '224809.079000', '224809.082000', '224809.090000', '224809.092000', '224809.095000', '224809.097000', '224809.100000', '224809.102000', '224809.105000', '224809.107000', '224809.110000', '224809.112000', '224809.115000', '224809.118000', '224809.120000', '224809.123000', '224809.125000', '224809.128000', '224809.130000', '224809.133000', '224809.135000', '224809.138000', '224809.141000', '224809.143000', '224809.146000', '224809.148000', '224809.151000', '224809.153000', '224829.041000', '224829.043000', '224829.046000', '224829.048000', '224829.051000', '224829.054000', '224829.056000', '224829.059000', '224829.061000', '224829.064000', '224829.066000', '224829.069000', '224829.071000', '224829.074000', '224829.077000', '224829.079000', '224829.082000', '224829.085000', '224829.088000', '224829.090000', '224829.093000', '224829.095000', '224829.098000', '224829.100000', '224829.103000', '224829.105000', '224829.108000', '224829.111000', '224829.113000', '224829.116000', '224829.118000', '224829.121000', '224829.124000', '224829.126000', '224829.129000', '224829.131000', '224829.134000', '224829.136000', '224829.139000', '224829.141000', '224829.144000', '224829.146000', '224829.149000', '224829.152000', '224849.040000', '224849.043000', '224849.046000', '224849.048000', '224849.051000', '224849.053000', '224849.056000', '224849.059000', '224849.061000', '224849.064000', '224849.066000', '224849.069000', '224849.071000', '224849.074000', '224849.077000', '224849.079000', '224849.082000', '224849.085000', '224849.087000', '224849.090000', '224849.092000', '224849.095000', '224849.098000', '224849.100000', '224849.103000', '224849.105000', '224849.108000', '224849.111000', '224849.113000', '224849.116000', '224849.118000', '224849.121000', '224849.123000', '224849.126000', '224849.129000', '224849.131000', '224849.134000', '224849.136000', '224849.139000', '224849.141000', '224849.144000', '224849.178000', '224849.180000', '224909.040000', '224909.043000', '224909.046000', '224909.048000', '224909.051000', '224909.053000', '224909.056000', '224909.059000', '224909.061000', '224909.064000', '224909.066000', '224909.069000', '224909.072000', '224909.074000', '224909.077000', '224909.079000', '224909.086000', '224909.089000', '224909.092000', '224909.094000', '224909.097000', '224909.099000', '224909.102000', '224909.104000', '224909.107000', '224909.109000', '224909.112000', '224909.115000', '224909.117000', '224909.120000', '224909.122000', '224909.125000', '224909.127000', '224909.130000', '224909.132000', '224909.135000', '224909.137000', '224909.140000', '224909.143000', '224909.145000', '224909.148000', '224909.151000', '224909.153000', '224909.156000', '224929.040000', '224929.049000', '224929.052000', '224929.055000', '224929.057000', '224929.060000', '224929.062000', '224929.065000', '224929.067000', '224929.070000', '224929.072000', '224929.075000', '224929.078000', '224929.080000', '224929.083000', '224929.085000', '224929.088000', '224929.091000', '224929.093000', '224929.096000', '224929.098000', '224929.101000', '224929.103000', '224929.106000', '224929.108000', '224929.111000', '224929.114000', '224929.116000', '224929.119000', '224929.121000', '224929.124000', '224929.127000', '224929.129000', '224929.132000', '224929.134000', '224929.137000', '224929.139000', '224929.142000', '224929.144000', '224929.147000', '224929.150000', '224929.152000', '224929.155000', '224949.041000', '224949.043000', '224949.046000', '224949.048000', '224949.051000', '224949.054000', '224949.056000', '224949.059000', '224949.061000', '224949.064000', '224949.068000', '224949.070000', '224949.073000', '224949.076000', '224949.078000', '224949.081000', '224949.083000', '224949.086000', '224949.089000', '224949.091000', '224949.094000', '224949.096000', '224949.099000', '224949.101000', '224949.104000', '224949.107000', '224949.109000', '224949.112000', '224949.114000', '224949.117000', '224949.120000', '224949.122000', '224949.125000', '224949.127000', '224949.130000', '224949.133000', '224949.135000', '224949.138000', '224949.140000', '224949.143000', '224949.146000', '224949.148000', '224949.151000', '224949.153000', '225009.039000', '225009.042000', '225009.045000', '225009.047000', '225009.050000', '225009.053000', '225009.055000', '225009.058000', '225009.060000', '225009.063000', '225009.065000', '225009.068000', '225009.071000', '225009.073000', '225009.076000', '225009.078000', '225009.081000', '225009.084000', '225009.086000', '225009.089000', '225009.091000', '225009.094000', '225009.096000', '225009.099000', '225009.102000', '225009.104000', '225009.110000', '225009.113000', '225009.116000', '225009.118000', '225009.121000', '225009.123000', '225009.126000', '225009.128000', '225009.131000', '225009.133000', '225009.136000', '225009.139000', '225009.141000', '225009.144000', '225009.146000', '225009.149000', '225009.152000', '225029.040000', '225029.043000', '225029.046000', '225029.048000', '225029.051000', '225029.054000', '225029.056000', '225029.059000', '225029.061000', '225029.064000', '225029.067000', '225029.069000', '225029.072000', '225029.074000', '225029.077000', '225029.080000', '225029.083000', '225029.086000', '225029.088000', '225029.091000', '225029.094000', '225029.096000', '225029.099000', '225029.102000', '225029.104000', '225029.107000', '225029.110000', '225029.112000', '225029.115000', '225029.117000', '225029.120000', '225029.122000', '225029.125000', '225029.128000', '225029.130000', '225029.133000', '225029.135000', '225029.153000', '225029.156000', '225029.158000', '225029.161000', '225029.163000', '225029.166000', '225049.041000', '225049.043000', '225049.046000', '225049.049000', '225049.051000', '225049.054000', '225049.056000', '225049.059000', '225049.061000', '225049.064000', '225049.067000', '225049.069000', '225049.072000', '225049.074000', '225049.077000', '225049.079000', '225049.082000', '225049.085000', '225049.087000', '225049.090000', '225049.092000', '225049.095000', '225049.097000', '225049.100000', '225049.103000', '225049.105000', '225049.108000', '225049.111000', '225049.113000', '225049.116000', '225049.118000', '225049.121000', '225049.123000', '225049.126000', '225049.133000', '225049.135000', '225049.138000', '225049.141000', '225049.143000', '225049.146000', '225049.148000', '225049.151000', '225049.153000', '225049.156000', '225109.040000', '225109.043000', '225109.046000', '225109.048000', '225109.051000', '225109.053000', '225109.056000', '225109.059000', '225109.061000', '225109.064000', '225109.067000', '225109.070000', '225109.073000', '225109.076000', '225109.078000', '225109.081000', '225109.084000', '225109.086000', '225109.089000', '225109.091000', '225109.094000', '225109.097000', '225109.099000', '225109.102000', '225109.104000', '225109.108000', '225109.111000', '225109.113000', '225109.116000', '225109.119000', '225109.121000', '225109.124000', '225109.126000', '225109.129000', '225109.131000', '225109.134000', '225109.137000', '225109.139000', '225109.142000', '225109.144000', '225109.147000', '225109.149000', '225109.152000', '225129.040000', '225129.043000', '225129.046000', '225129.049000', '225129.051000', '225129.054000', '225129.056000', '225129.059000', '225129.062000', '225129.064000', '225129.067000', '225129.069000', '225129.072000', '225129.075000', '225129.077000', '225129.080000', '225129.082000', '225129.085000', '225129.088000', '225129.090000', '225129.093000', '225129.095000', '225129.098000', '225129.100000', '225129.103000', '225129.106000', '225129.108000', '225129.111000', '225129.113000', '225129.116000', '225129.118000', '225129.121000', '225129.123000', '225129.126000', '225129.129000', '225129.131000', '225129.134000', '225129.136000', '225129.139000', '225129.142000', '225129.144000', '225129.147000', '225129.149000', '225129.152000', '225149.040000', '225149.043000', '225149.046000', '225149.048000', '225149.051000', '225149.054000', '225149.056000', '225149.059000', '225149.061000', '225149.064000', '225149.067000', '225149.069000', '225149.072000', '225149.074000', '225149.077000', '225149.080000', '225149.082000', '225149.085000', '225149.087000', '225149.090000', '225149.092000', '225149.095000', '225149.098000', '225149.100000', '225149.103000', '225149.105000', '225149.108000', '225149.110000', '225149.113000', '225149.115000', '225149.118000', '225149.121000', '225149.123000', '225149.126000', '225149.128000', '225149.131000', '225149.134000', '225149.136000', '225149.139000', '225149.141000', '225149.144000', '225149.146000', '225149.149000', '225209.041000', '225209.043000', '225209.046000', '225209.049000', '225209.051000', '225209.054000', '225209.056000', '225209.059000', '225209.062000', '225209.064000', '225209.067000', '225209.069000', '225209.072000', '225209.075000', '225209.077000', '225209.080000', '225209.082000', '225209.085000', '225209.087000', '225209.098000', '225209.101000', '225209.103000', '225209.106000', '225209.109000', '225209.111000', '225209.114000', '225209.116000', '225209.119000', '225209.121000', '225209.124000', '225209.127000', '225209.129000', '225209.132000', '225209.134000', '225209.137000', '225209.140000', '225209.142000', '225209.145000', '225209.148000', '225209.150000', '225209.153000', '225209.155000', '225209.158000', '225209.161000', '225229.040000', '225229.042000', '225229.045000', '225229.048000', '225229.050000', '225229.053000', '225229.055000', '225229.058000', '225229.060000', '225229.063000', '225229.066000', '225229.068000', '225229.071000', '225229.073000', '225229.076000', '225229.079000', '225229.081000', '225229.084000', '225229.086000', '225229.089000', '225229.092000', '225229.095000', '225229.097000', '225229.100000', '225229.103000', '225229.105000', '225229.108000', '225229.110000', '225229.113000', '225229.115000', '225229.118000', '225229.121000', '225229.123000', '225229.126000', '225229.129000', '225229.131000', '225229.134000', '225229.136000', '225229.139000', '225229.142000', '225229.145000', '225229.148000', '225229.151000', '225249.041000', '225249.043000', '225249.046000', '225249.048000', '225249.051000', '225249.054000', '225249.056000', '225249.059000', '225249.062000', '225249.064000', '225249.067000', '225249.069000', '225249.072000', '225249.074000', '225249.077000', '225249.080000', '225249.082000', '225249.087000', '225249.090000', '225249.092000', '225249.095000', '225249.097000', '225249.100000', '225249.102000', '225249.105000', '225249.108000', '225249.110000', '225249.113000', '225249.116000', '225249.118000', '225249.121000', '225249.123000', '225249.126000', '225249.128000', '225249.131000', '225249.134000', '225249.136000', '225249.139000', '225249.141000', '225249.144000', '225249.147000', '225249.149000', '225249.152000', '225249.154000', '225309.041000', '225309.044000', '225309.046000', '225309.049000', '225309.051000', '225309.054000', '225309.056000', '225309.059000', '225309.062000', '225309.064000', '225309.067000', '225309.069000', '225309.072000', '225309.074000', '225309.077000', '225309.080000', '225309.082000', '225309.085000', '225309.087000', '225309.090000', '225309.093000', '225309.095000', '225309.098000', '225309.101000', '225309.104000', '225309.107000', '225309.110000', '225309.112000', '225309.115000', '225309.118000', '225309.120000', '225309.123000', '225309.125000', '225309.128000', '225309.131000', '225309.133000', '225309.136000', '225309.138000', '225309.141000', '225309.143000', '225309.146000', '225309.148000', '225309.151000', '225329.040000', '225329.043000', '225329.046000', '225329.048000', '225329.051000', '225329.054000', '225329.056000', '225329.059000', '225329.061000', '225329.064000', '225329.066000', '225329.069000', '225329.072000', '225329.074000', '225329.077000', '225329.079000', '225329.082000', '225329.085000', '225329.087000', '225329.090000', '225329.092000', '225329.095000', '225329.097000', '225329.100000', '225329.103000', '225329.105000', '225329.108000', '225329.110000', '225329.113000', '225329.115000', '225329.144000', '225329.147000', '225329.150000', '225329.152000', '225329.155000', '225329.157000', '225329.160000', '225329.163000', '225329.165000', '225329.168000', '225329.170000', '225329.173000', '225329.175000', '225329.178000', '225349.041000', '225349.043000', '225349.046000', '225349.049000', '225349.051000', '225349.054000', '225349.056000', '225349.059000', '225349.062000', '225349.064000', '225349.067000', '225349.069000', '225349.072000', '225349.074000', '225349.077000', '225349.080000', '225349.082000', '225349.085000', '225349.088000', '225349.090000', '225349.093000', '225349.095000', '225349.098000', '225349.101000', '225349.103000', '225349.106000', '225349.108000', '225349.111000', '225349.114000', '225349.116000', '225349.119000', '225349.121000', '225349.124000', '225349.126000', '225349.129000', '225349.131000', '225349.134000', '225349.136000', '225349.139000', '225349.142000', '225349.144000', '225349.147000', '225349.149000', '225409.040000', '225409.043000', '225409.046000', '225409.048000', '225409.051000', '225409.054000', '225409.056000', '225409.059000', '225409.061000', '225409.064000', '225409.067000', '225409.069000', '225409.072000', '225409.074000', '225409.077000', '225409.080000', '225409.082000', '225409.085000', '225409.087000', '225409.090000', '225409.092000', '225409.095000', '225409.098000', '225409.100000', '225409.103000', '225409.105000', '225409.108000', '225409.110000', '225409.113000', '225409.116000', '225409.118000', '225409.121000', '225409.123000', '225409.126000', '225409.129000', '225409.131000', '225409.134000', '225409.136000', '225409.139000', '225409.141000', '225409.144000', '225409.146000', '225409.149000', '225409.152000', '225429.041000', '225429.043000', '225429.046000', '225429.049000', '225429.051000', '225429.054000', '225429.056000', '225429.059000', '225429.061000', '225429.064000', '225429.066000', '225429.069000', '225429.072000', '225429.074000', '225429.077000', '225429.079000', '225429.082000', '225429.084000', '225429.087000', '225429.089000', '225429.116000', '225429.119000', '225429.121000', '225429.124000', '225429.126000', '225429.129000', '225429.132000', '225429.134000', '225429.137000', '225429.139000', '225429.142000', '225429.145000', '225429.147000', '225429.150000', '225429.152000', '225429.155000', '225429.157000', '225429.160000', '225429.163000', '225429.165000', '225429.168000', '225429.171000', '225429.173000', '225449.040000', '225449.043000', '225449.045000', '225449.048000', '225449.050000', '225449.053000', '225449.056000', '225449.058000', '225449.061000', '225449.063000', '225449.066000', '225449.068000', '225449.071000', '225449.074000', '225449.076000', '225449.079000', '225449.081000', '225449.084000', '225449.086000', '225449.089000', '225449.092000', '225449.094000', '225449.097000', '225449.099000', '225449.102000', '225449.104000', '225449.136000', '225449.139000', '225449.142000', '225449.144000', '225449.147000', '225449.149000', '225449.152000', '225449.155000', '225449.157000', '225449.160000', '225449.162000', '225449.165000', '225449.168000', '225449.170000', '225449.173000', '225449.175000', '225449.178000', '225449.180000', '225509.040000', '225509.043000', '225509.046000', '225509.049000', '225509.051000', '225509.054000', '225509.056000', '225509.059000', '225509.062000', '225509.064000', '225509.067000', '225509.069000', '225509.072000', '225509.075000', '225509.077000', '225509.080000', '225509.082000', '225509.085000', '225509.088000', '225509.090000', '225509.093000', '225509.095000', '225509.098000', '225509.101000', '225509.103000', '225509.106000', '225509.108000', '225509.111000', '225509.114000', '225509.116000', '225509.119000', '225509.121000', '225509.124000', '225509.126000', '225509.129000', '225509.131000', '225509.134000', '225509.136000', '225509.139000', '225509.142000', '225509.144000', '225509.147000', '225509.149000', '225529.040000', '225529.043000', '225529.046000', '225529.048000', '225529.051000', '225529.054000', '225529.056000', '225529.059000', '225529.061000', '225529.064000', '225529.066000', '225529.069000', '225529.072000', '225529.074000', '225529.077000', '225529.079000', '225529.082000', '225529.085000', '225529.087000', '225529.090000', '225529.100000', '225529.103000', '225529.105000', '225529.108000', '225529.110000', '225529.113000', '225529.116000', '225529.118000', '225529.121000', '225529.123000', '225529.126000', '225529.129000', '225529.131000', '225529.134000', '225529.136000', '225529.139000', '225529.141000', '225529.144000', '225529.146000', '225529.149000', '225529.152000', '225529.154000', '225529.157000', '225529.159000', '225549.041000', '225549.044000', '225549.046000', '225549.049000', '225549.052000', '225549.054000', '225549.057000', '225549.059000', '225549.062000', '225549.064000', '225549.067000', '225549.070000', '225549.072000', '225549.075000', '225549.077000', '225549.080000', '225549.082000', '225549.085000', '225549.088000', '225549.090000', '225549.093000', '225549.095000', '225549.098000', '225549.101000', '225549.103000', '225549.106000', '225549.108000', '225549.111000', '225549.114000', '225549.116000', '225549.119000', '225549.121000', '225549.124000', '225549.127000', '225549.129000', '225549.132000', '225549.134000', '225549.137000', '225549.139000', '225549.142000', '225549.145000', '225549.147000', '225549.150000', '225609.041000', '225609.043000', '225609.046000', '225609.049000', '225609.051000', '225609.054000', '225609.056000', '225609.059000', '225609.062000', '225609.064000', '225609.067000', '225609.070000', '225609.072000', '225609.075000', '225609.077000', '225609.080000', '225609.083000', '225609.086000', '225609.088000', '225609.091000', '225609.093000', '225609.096000', '225609.099000', '225609.101000', '225609.104000', '225609.107000', '225609.109000', '225609.112000', '225609.115000', '225609.117000', '225609.120000', '225609.122000', '225609.125000', '225609.127000', '225609.130000', '225609.133000', '225609.135000', '225609.165000', '225609.168000', '225609.170000', '225609.173000', '225609.175000', '225609.178000', '225609.180000', '225616.358000', '225616.362000', '225616.364000', '225616.367000', '225616.370000', '225616.373000', '225616.376000', '225616.378000', '225616.381000', '225616.384000', '225616.387000', '225616.389000', '225616.392000', '225616.396000', '225616.400000', '225616.404000'], 'InstanceCreationTime': ['224749.070000', '224749.073000', '224749.075000', '224749.078000', '224749.081000', '224749.083000', '224749.086000', '224749.088000', '224749.091000', '224749.094000', '224749.096000', '224749.099000', '224749.101000', '224749.104000', '224749.106000', '224749.109000', '224749.112000', '224749.114000', '224749.117000', '224749.119000', '224749.122000', '224749.124000', '224749.127000', '224749.129000', '224749.132000', '224749.134000', '224749.137000', '224749.140000', '224749.142000', '224749.145000', '224749.147000', '224749.150000', '224749.152000', '224749.155000', '224749.157000', '224749.160000', '224749.163000', '224749.165000', '224749.168000', '224749.170000', '224749.173000', '224749.175000', '224749.178000', '224749.180000', '224749.183000', '224749.186000', '224749.188000', '224749.191000', '224749.193000', '224749.201000', '224749.204000', '224749.206000', '224749.209000', '224749.211000', '224749.214000', '224809.040000', '224809.043000', '224809.046000', '224809.048000', '224809.051000', '224809.053000', '224809.056000', '224809.059000', '224809.061000', '224809.064000', '224809.066000', '224809.069000', '224809.071000', '224809.074000', '224809.076000', '224809.079000', '224809.082000', '224809.090000', '224809.092000', '224809.095000', '224809.097000', '224809.100000', '224809.102000', '224809.105000', '224809.107000', '224809.110000', '224809.112000', '224809.115000', '224809.118000', '224809.120000', '224809.123000', '224809.125000', '224809.128000', '224809.130000', '224809.133000', '224809.135000', '224809.138000', '224809.141000', '224809.143000', '224809.146000', '224809.148000', '224809.151000', '224809.153000', '224829.041000', '224829.043000', '224829.046000', '224829.048000', '224829.051000', '224829.054000', '224829.056000', '224829.059000', '224829.061000', '224829.064000', '224829.066000', '224829.069000', '224829.071000', '224829.074000', '224829.077000', '224829.079000', '224829.082000', '224829.085000', '224829.088000', '224829.090000', '224829.093000', '224829.095000', '224829.098000', '224829.100000', '224829.103000', '224829.105000', '224829.108000', '224829.111000', '224829.113000', '224829.116000', '224829.118000', '224829.121000', '224829.124000', '224829.126000', '224829.129000', '224829.131000', '224829.134000', '224829.136000', '224829.139000', '224829.141000', '224829.144000', '224829.146000', '224829.149000', '224829.152000', '224849.040000', '224849.043000', '224849.046000', '224849.048000', '224849.051000', '224849.053000', '224849.056000', '224849.059000', '224849.061000', '224849.064000', '224849.066000', '224849.069000', '224849.071000', '224849.074000', '224849.077000', '224849.079000', '224849.082000', '224849.085000', '224849.087000', '224849.090000', '224849.092000', '224849.095000', '224849.098000', '224849.100000', '224849.103000', '224849.105000', '224849.108000', '224849.111000', '224849.113000', '224849.116000', '224849.118000', '224849.121000', '224849.123000', '224849.126000', '224849.129000', '224849.131000', '224849.134000', '224849.136000', '224849.139000', '224849.141000', '224849.144000', '224849.178000', '224849.180000', '224909.040000', '224909.043000', '224909.046000', '224909.048000', '224909.051000', '224909.053000', '224909.056000', '224909.059000', '224909.061000', '224909.064000', '224909.066000', '224909.069000', '224909.072000', '224909.074000', '224909.077000', '224909.079000', '224909.086000', '224909.089000', '224909.092000', '224909.094000', '224909.097000', '224909.099000', '224909.102000', '224909.104000', '224909.107000', '224909.109000', '224909.112000', '224909.115000', '224909.117000', '224909.120000', '224909.122000', '224909.125000', '224909.127000', '224909.130000', '224909.132000', '224909.135000', '224909.137000', '224909.140000', '224909.143000', '224909.145000', '224909.148000', '224909.151000', '224909.153000', '224909.156000', '224929.040000', '224929.049000', '224929.052000', '224929.055000', '224929.057000', '224929.060000', '224929.062000', '224929.065000', '224929.067000', '224929.070000', '224929.072000', '224929.075000', '224929.078000', '224929.080000', '224929.083000', '224929.085000', '224929.088000', '224929.091000', '224929.093000', '224929.096000', '224929.098000', '224929.101000', '224929.103000', '224929.106000', '224929.108000', '224929.111000', '224929.114000', '224929.116000', '224929.119000', '224929.121000', '224929.124000', '224929.127000', '224929.129000', '224929.132000', '224929.134000', '224929.137000', '224929.139000', '224929.142000', '224929.144000', '224929.147000', '224929.150000', '224929.152000', '224929.155000', '224949.041000', '224949.043000', '224949.046000', '224949.048000', '224949.051000', '224949.054000', '224949.056000', '224949.059000', '224949.061000', '224949.064000', '224949.068000', '224949.070000', '224949.073000', '224949.076000', '224949.078000', '224949.081000', '224949.083000', '224949.086000', '224949.089000', '224949.091000', '224949.094000', '224949.096000', '224949.099000', '224949.101000', '224949.104000', '224949.107000', '224949.109000', '224949.112000', '224949.114000', '224949.117000', '224949.120000', '224949.122000', '224949.125000', '224949.127000', '224949.130000', '224949.133000', '224949.135000', '224949.138000', '224949.140000', '224949.143000', '224949.146000', '224949.148000', '224949.151000', '224949.153000', '225009.039000', '225009.042000', '225009.045000', '225009.047000', '225009.050000', '225009.053000', '225009.055000', '225009.058000', '225009.060000', '225009.063000', '225009.065000', '225009.068000', '225009.071000', '225009.073000', '225009.076000', '225009.078000', '225009.081000', '225009.084000', '225009.086000', '225009.089000', '225009.091000', '225009.094000', '225009.096000', '225009.099000', '225009.102000', '225009.104000', '225009.110000', '225009.113000', '225009.116000', '225009.118000', '225009.121000', '225009.123000', '225009.126000', '225009.128000', '225009.131000', '225009.133000', '225009.136000', '225009.139000', '225009.141000', '225009.144000', '225009.146000', '225009.149000', '225009.152000', '225029.040000', '225029.043000', '225029.046000', '225029.048000', '225029.051000', '225029.054000', '225029.056000', '225029.059000', '225029.061000', '225029.064000', '225029.067000', '225029.069000', '225029.072000', '225029.074000', '225029.077000', '225029.080000', '225029.083000', '225029.086000', '225029.088000', '225029.091000', '225029.094000', '225029.096000', '225029.099000', '225029.102000', '225029.104000', '225029.107000', '225029.110000', '225029.112000', '225029.115000', '225029.117000', '225029.120000', '225029.122000', '225029.125000', '225029.128000', '225029.130000', '225029.133000', '225029.135000', '225029.153000', '225029.156000', '225029.158000', '225029.161000', '225029.163000', '225029.166000', '225049.041000', '225049.043000', '225049.046000', '225049.049000', '225049.051000', '225049.054000', '225049.056000', '225049.059000', '225049.061000', '225049.064000', '225049.067000', '225049.069000', '225049.072000', '225049.074000', '225049.077000', '225049.079000', '225049.082000', '225049.085000', '225049.087000', '225049.090000', '225049.092000', '225049.095000', '225049.097000', '225049.100000', '225049.103000', '225049.105000', '225049.108000', '225049.111000', '225049.113000', '225049.116000', '225049.118000', '225049.121000', '225049.123000', '225049.126000', '225049.133000', '225049.135000', '225049.138000', '225049.141000', '225049.143000', '225049.146000', '225049.148000', '225049.151000', '225049.153000', '225049.156000', '225109.040000', '225109.043000', '225109.046000', '225109.048000', '225109.051000', '225109.053000', '225109.056000', '225109.059000', '225109.061000', '225109.064000', '225109.067000', '225109.070000', '225109.073000', '225109.076000', '225109.078000', '225109.081000', '225109.084000', '225109.086000', '225109.089000', '225109.091000', '225109.094000', '225109.097000', '225109.099000', '225109.102000', '225109.104000', '225109.108000', '225109.111000', '225109.113000', '225109.116000', '225109.119000', '225109.121000', '225109.124000', '225109.126000', '225109.129000', '225109.131000', '225109.134000', '225109.137000', '225109.139000', '225109.142000', '225109.144000', '225109.147000', '225109.149000', '225109.152000', '225129.040000', '225129.043000', '225129.046000', '225129.049000', '225129.051000', '225129.054000', '225129.056000', '225129.059000', '225129.062000', '225129.064000', '225129.067000', '225129.069000', '225129.072000', '225129.075000', '225129.077000', '225129.080000', '225129.082000', '225129.085000', '225129.088000', '225129.090000', '225129.093000', '225129.095000', '225129.098000', '225129.100000', '225129.103000', '225129.106000', '225129.108000', '225129.111000', '225129.113000', '225129.116000', '225129.118000', '225129.121000', '225129.123000', '225129.126000', '225129.129000', '225129.131000', '225129.134000', '225129.136000', '225129.139000', '225129.142000', '225129.144000', '225129.147000', '225129.149000', '225129.152000', '225149.040000', '225149.043000', '225149.046000', '225149.048000', '225149.051000', '225149.054000', '225149.056000', '225149.059000', '225149.061000', '225149.064000', '225149.067000', '225149.069000', '225149.072000', '225149.074000', '225149.077000', '225149.080000', '225149.082000', '225149.085000', '225149.087000', '225149.090000', '225149.092000', '225149.095000', '225149.098000', '225149.100000', '225149.103000', '225149.105000', '225149.108000', '225149.110000', '225149.113000', '225149.115000', '225149.118000', '225149.121000', '225149.123000', '225149.126000', '225149.128000', '225149.131000', '225149.134000', '225149.136000', '225149.139000', '225149.141000', '225149.144000', '225149.146000', '225149.149000', '225209.041000', '225209.043000', '225209.046000', '225209.049000', '225209.051000', '225209.054000', '225209.056000', '225209.059000', '225209.062000', '225209.064000', '225209.067000', '225209.069000', '225209.072000', '225209.075000', '225209.077000', '225209.080000', '225209.082000', '225209.085000', '225209.087000', '225209.098000', '225209.101000', '225209.103000', '225209.106000', '225209.109000', '225209.111000', '225209.114000', '225209.116000', '225209.119000', '225209.121000', '225209.124000', '225209.127000', '225209.129000', '225209.132000', '225209.134000', '225209.137000', '225209.140000', '225209.142000', '225209.145000', '225209.148000', '225209.150000', '225209.153000', '225209.155000', '225209.158000', '225209.161000', '225229.040000', '225229.042000', '225229.045000', '225229.048000', '225229.050000', '225229.053000', '225229.055000', '225229.058000', '225229.060000', '225229.063000', '225229.066000', '225229.068000', '225229.071000', '225229.073000', '225229.076000', '225229.079000', '225229.081000', '225229.084000', '225229.086000', '225229.089000', '225229.092000', '225229.095000', '225229.097000', '225229.100000', '225229.103000', '225229.105000', '225229.108000', '225229.110000', '225229.113000', '225229.115000', '225229.118000', '225229.121000', '225229.123000', '225229.126000', '225229.129000', '225229.131000', '225229.134000', '225229.136000', '225229.139000', '225229.142000', '225229.145000', '225229.148000', '225229.151000', '225249.041000', '225249.043000', '225249.046000', '225249.048000', '225249.051000', '225249.054000', '225249.056000', '225249.059000', '225249.062000', '225249.064000', '225249.067000', '225249.069000', '225249.072000', '225249.074000', '225249.077000', '225249.080000', '225249.082000', '225249.087000', '225249.090000', '225249.092000', '225249.095000', '225249.097000', '225249.100000', '225249.102000', '225249.105000', '225249.108000', '225249.110000', '225249.113000', '225249.116000', '225249.118000', '225249.121000', '225249.123000', '225249.126000', '225249.128000', '225249.131000', '225249.134000', '225249.136000', '225249.139000', '225249.141000', '225249.144000', '225249.147000', '225249.149000', '225249.152000', '225249.154000', '225309.041000', '225309.044000', '225309.046000', '225309.049000', '225309.051000', '225309.054000', '225309.056000', '225309.059000', '225309.062000', '225309.064000', '225309.067000', '225309.069000', '225309.072000', '225309.074000', '225309.077000', '225309.080000', '225309.082000', '225309.085000', '225309.087000', '225309.090000', '225309.093000', '225309.095000', '225309.098000', '225309.101000', '225309.104000', '225309.107000', '225309.110000', '225309.112000', '225309.115000', '225309.118000', '225309.120000', '225309.123000', '225309.125000', '225309.128000', '225309.131000', '225309.133000', '225309.136000', '225309.138000', '225309.141000', '225309.143000', '225309.146000', '225309.148000', '225309.151000', '225329.040000', '225329.043000', '225329.046000', '225329.048000', '225329.051000', '225329.054000', '225329.056000', '225329.059000', '225329.061000', '225329.064000', '225329.066000', '225329.069000', '225329.072000', '225329.074000', '225329.077000', '225329.079000', '225329.082000', '225329.085000', '225329.087000', '225329.090000', '225329.092000', '225329.095000', '225329.097000', '225329.100000', '225329.103000', '225329.105000', '225329.108000', '225329.110000', '225329.113000', '225329.115000', '225329.144000', '225329.147000', '225329.150000', '225329.152000', '225329.155000', '225329.157000', '225329.160000', '225329.163000', '225329.165000', '225329.168000', '225329.170000', '225329.173000', '225329.175000', '225329.178000', '225349.041000', '225349.043000', '225349.046000', '225349.049000', '225349.051000', '225349.054000', '225349.056000', '225349.059000', '225349.062000', '225349.064000', '225349.067000', '225349.069000', '225349.072000', '225349.074000', '225349.077000', '225349.080000', '225349.082000', '225349.085000', '225349.088000', '225349.090000', '225349.093000', '225349.095000', '225349.098000', '225349.101000', '225349.103000', '225349.106000', '225349.108000', '225349.111000', '225349.114000', '225349.116000', '225349.119000', '225349.121000', '225349.124000', '225349.126000', '225349.129000', '225349.131000', '225349.134000', '225349.136000', '225349.139000', '225349.142000', '225349.144000', '225349.147000', '225349.149000', '225409.040000', '225409.043000', '225409.046000', '225409.048000', '225409.051000', '225409.054000', '225409.056000', '225409.059000', '225409.061000', '225409.064000', '225409.067000', '225409.069000', '225409.072000', '225409.074000', '225409.077000', '225409.080000', '225409.082000', '225409.085000', '225409.087000', '225409.090000', '225409.092000', '225409.095000', '225409.098000', '225409.100000', '225409.103000', '225409.105000', '225409.108000', '225409.110000', '225409.113000', '225409.116000', '225409.118000', '225409.121000', '225409.123000', '225409.126000', '225409.129000', '225409.131000', '225409.134000', '225409.136000', '225409.139000', '225409.141000', '225409.144000', '225409.146000', '225409.149000', '225409.152000', '225429.041000', '225429.043000', '225429.046000', '225429.049000', '225429.051000', '225429.054000', '225429.056000', '225429.059000', '225429.061000', '225429.064000', '225429.066000', '225429.069000', '225429.072000', '225429.074000', '225429.077000', '225429.079000', '225429.082000', '225429.084000', '225429.087000', '225429.089000', '225429.116000', '225429.119000', '225429.121000', '225429.124000', '225429.126000', '225429.129000', '225429.132000', '225429.134000', '225429.137000', '225429.139000', '225429.142000', '225429.145000', '225429.147000', '225429.150000', '225429.152000', '225429.155000', '225429.157000', '225429.160000', '225429.163000', '225429.165000', '225429.168000', '225429.171000', '225429.173000', '225449.040000', '225449.043000', '225449.045000', '225449.048000', '225449.050000', '225449.053000', '225449.056000', '225449.058000', '225449.061000', '225449.063000', '225449.066000', '225449.068000', '225449.071000', '225449.074000', '225449.076000', '225449.079000', '225449.081000', '225449.084000', '225449.086000', '225449.089000', '225449.092000', '225449.094000', '225449.097000', '225449.099000', '225449.102000', '225449.104000', '225449.136000', '225449.139000', '225449.142000', '225449.144000', '225449.147000', '225449.149000', '225449.152000', '225449.155000', '225449.157000', '225449.160000', '225449.162000', '225449.165000', '225449.168000', '225449.170000', '225449.173000', '225449.175000', '225449.178000', '225449.180000', '225509.040000', '225509.043000', '225509.046000', '225509.049000', '225509.051000', '225509.054000', '225509.056000', '225509.059000', '225509.062000', '225509.064000', '225509.067000', '225509.069000', '225509.072000', '225509.075000', '225509.077000', '225509.080000', '225509.082000', '225509.085000', '225509.088000', '225509.090000', '225509.093000', '225509.095000', '225509.098000', '225509.101000', '225509.103000', '225509.106000', '225509.108000', '225509.111000', '225509.114000', '225509.116000', '225509.119000', '225509.121000', '225509.124000', '225509.126000', '225509.129000', '225509.131000', '225509.134000', '225509.136000', '225509.139000', '225509.142000', '225509.144000', '225509.147000', '225509.149000', '225529.040000', '225529.043000', '225529.046000', '225529.048000', '225529.051000', '225529.054000', '225529.056000', '225529.059000', '225529.061000', '225529.064000', '225529.066000', '225529.069000', '225529.072000', '225529.074000', '225529.077000', '225529.079000', '225529.082000', '225529.085000', '225529.087000', '225529.090000', '225529.100000', '225529.103000', '225529.105000', '225529.108000', '225529.110000', '225529.113000', '225529.116000', '225529.118000', '225529.121000', '225529.123000', '225529.126000', '225529.129000', '225529.131000', '225529.134000', '225529.136000', '225529.139000', '225529.141000', '225529.144000', '225529.146000', '225529.149000', '225529.152000', '225529.154000', '225529.157000', '225529.159000', '225549.041000', '225549.044000', '225549.046000', '225549.049000', '225549.052000', '225549.054000', '225549.057000', '225549.059000', '225549.062000', '225549.064000', '225549.067000', '225549.070000', '225549.072000', '225549.075000', '225549.077000', '225549.080000', '225549.082000', '225549.085000', '225549.088000', '225549.090000', '225549.093000', '225549.095000', '225549.098000', '225549.101000', '225549.103000', '225549.106000', '225549.108000', '225549.111000', '225549.114000', '225549.116000', '225549.119000', '225549.121000', '225549.124000', '225549.127000', '225549.129000', '225549.132000', '225549.134000', '225549.137000', '225549.139000', '225549.142000', '225549.145000', '225549.147000', '225549.150000', '225609.041000', '225609.043000', '225609.046000', '225609.049000', '225609.051000', '225609.054000', '225609.056000', '225609.059000', '225609.062000', '225609.064000', '225609.067000', '225609.070000', '225609.072000', '225609.075000', '225609.077000', '225609.080000', '225609.083000', '225609.086000', '225609.088000', '225609.091000', '225609.093000', '225609.096000', '225609.099000', '225609.101000', '225609.104000', '225609.107000', '225609.109000', '225609.112000', '225609.115000', '225609.117000', '225609.120000', '225609.122000', '225609.125000', '225609.127000', '225609.130000', '225609.133000', '225609.135000', '225609.165000', '225609.168000', '225609.170000', '225609.173000', '225609.175000', '225609.178000', '225609.180000', '225616.358000', '225616.362000', '225616.364000', '225616.367000', '225616.370000', '225616.373000', '225616.376000', '225616.378000', '225616.381000', '225616.384000', '225616.387000', '225616.389000', '225616.392000', '225616.396000', '225616.400000', '225616.404000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'LargestImagePixelValue': [9821, 11754, 10705, 7772, 15214, 11504, 15459, 12911, 15342, 13583, 16042, 12615, 15081, 11367, 7427, 10741, 7581, 10885, 8352, 10659, 9038, 10629, 8674, 7610, 11885, 8353, 8923, 9774, 7377, 10960, 7384, 10787, 7268, 11159, 7211, 11226, 7181, 10506, 7172, 10625, 7298, 10544, 7292, 10669, 7405, 10814, 7333, 11172, 7733, 11275, 7664, 11384, 8150, 11840, 8625, 11537, 8137, 11189, 8857, 11556, 8884, 11617, 8723, 11597, 8679, 11409, 8573, 11085, 9265, 8929, 8839, 9752, 9918, 11667, 9826, 9206, 10364, 9846, 10154, 10918, 10646, 8104, 11551, 7331, 11086, 7679, 11741, 8684, 11534, 7387, 10709, 7457, 10853, 10989, 10756, 7415, 11179, 7261, 10917, 7169, 11679, 7437, 11903, 7782, 11590, 7430, 11393, 7284, 11404, 7361, 10396, 7064, 9825, 10578, 9666, 11148, 9518, 9740, 8663, 12129, 8680, 12840, 8836, 11853, 8447, 11039, 8321, 11109, 8714, 11198, 8507, 11002, 8105, 10987, 8476, 11186, 8527, 11412, 8327, 11340, 7714, 11022, 7397, 11586, 7622, 11361, 7260, 11268, 7436, 11492, 7617, 11279, 7474, 11117, 7413, 10149, 12247, 9740, 11428, 10081, 8505, 9423, 10338, 9414, 11843, 9487, 9464, 8927, 11311, 8536, 12721, 9190, 11538, 8670, 11927, 8277, 11185, 9041, 11448, 9847, 11261, 8177, 11012, 8420, 11457, 9506, 11721, 8266, 11187, 8011, 11244, 8231, 11297, 8136, 11570, 7766, 11072, 7740, 11054, 7453, 11053, 7680, 11078, 7007, 10692, 7843, 10776, 8531, 11204, 7298, 10649, 9400, 10169, 12983, 9749, 13101, 9379, 11236, 8595, 13013, 8847, 12636, 10045, 12552, 8760, 12539, 8461, 11002, 9615, 9298, 9029, 8207, 9167, 9335, 9979, 10615, 10452, 7989, 10078, 8484, 9986, 12365, 11019, 11029, 10725, 7298, 10229, 7179, 11347, 7345, 12216, 7540, 11923, 8226, 11709, 8940, 12268, 8686, 11299, 8336, 10187, 9296, 9192, 9881, 8941, 9752, 8849, 10603, 7971, 11479, 7456, 12310, 9036, 9891, 8966, 7221, 12209, 9158, 9522, 9341, 8516, 10835, 7733, 13139, 7535, 12018, 7473, 12530, 7655, 13175, 7503, 11646, 7437, 11840, 8037, 11612, 8090, 11638, 8163, 11330, 8933, 10454, 8339, 8541, 9008, 8146, 10118, 7487, 10883, 7093, 11195, 8014, 10982, 7323, 11701, 7418, 11669, 7622, 12081, 8850, 12735, 8366, 11630, 8658, 12412, 9444, 9183, 8571, 8508, 10266, 8582, 10970, 7310, 11634, 7407, 12945, 8834, 13511, 8451, 12448, 8463, 12346, 10571, 8787, 9244, 7194, 10284, 7664, 11422, 7413, 12135, 7324, 11882, 8166, 12640, 8805, 13495, 8217, 12226, 8117, 9945, 9232, 7391, 10110, 7144, 11193, 7281, 11934, 8446, 12882, 8433, 12365, 8259, 11756, 9884, 11148, 9481, 7748, 8884, 7539, 10012, 8168, 10638, 7095, 10691, 7208, 10717, 7204, 11563, 7495, 12033, 7376, 11726, 7964, 12346, 8690, 13113, 7793, 12233, 8490, 11979, 10645, 9800, 9002, 9767, 8648, 10303, 9391, 7605, 9885, 7267, 10520, 7796, 11832, 7597, 11804, 8291, 11742, 8351, 12091, 9225, 9173, 8392, 8106, 9728, 8098, 10792, 7016, 11375, 7208, 11772, 8475, 12366, 8386, 12443, 8314, 10067, 9633, 7143, 11505, 7823, 8468, 10809, 7262, 12335, 8604, 10319, 9548, 7561, 12120, 7397, 13089, 7846, 14394, 9931, 13768, 8364, 12527, 9568, 12976, 11345, 11867, 9059, 8272, 9448, 7263, 11384, 7381, 11836, 7790, 11802, 8475, 12639, 9677, 9785, 9576, 7157, 10498, 7628, 12765, 7269, 12189, 7949, 11931, 8439, 13142, 8748, 10360, 8516, 8553, 10138, 7513, 10709, 7288, 11561, 7785, 13736, 8405, 13463, 8052, 12383, 9712, 9637, 9620, 7300, 11140, 7391, 11877, 7537, 13466, 8109, 12902, 7820, 10673, 8842, 8820, 9814, 7084, 11168, 7404, 11399, 7598, 12036, 7330, 10769, 7098, 10662, 7359, 11341, 7008, 10612, 7460, 10915, 7417, 11692, 7052, 11992, 7380, 12317, 7659, 12294, 7742, 12309, 7632, 11797, 8206, 11639, 7972, 11496, 7594, 11630, 8498, 11575, 9249, 11454, 7446, 11431, 7664, 11539, 8444, 11934, 7955, 12337, 7840, 11644, 8442, 11100, 7757, 11371, 7800, 11095, 8626, 10777, 8241, 10659, 7529, 10405, 8663, 10239, 8464, 7206, 9269, 7309, 10251, 8790, 10435, 7444, 10364, 10456, 10019, 13653, 10738, 13828, 11657, 13990, 9787, 12758, 9640, 11682, 11039, 11862, 7998, 11223, 7807, 11102, 8710, 11491, 8196, 11856, 7618, 11000, 7660, 11578, 7299, 11980, 7511, 11218, 7167, 10854, 7114, 10848, 7077, 10737, 7151, 10564, 6928, 9973, 6899, 9876, 7429, 10200, 7056, 9812, 7164, 9787, 7608, 9975, 7897, 10126, 6930, 9996, 7149, 10276, 7448, 10497, 7108, 11052, 7081, 11005, 7267, 11492, 7746, 12063, 8564, 11983, 8211, 11954, 9242, 9743, 9429, 7035, 10819, 7665, 9905, 9898, 7458, 12521, 8989, 12963, 9166, 13232, 9491, 13918, 8937, 14068, 9037, 13387, 7795, 11779, 7325, 11228, 7421, 11286, 7304, 11078, 7254, 11138, 7545, 11791, 8469, 11597, 7823, 11361, 8163, 12067, 8716, 12478, 8200, 12000, 8567, 10291, 9653, 7548, 10409, 7116, 11689, 8325, 12808, 9427, 8489, 9733, 7120, 11607, 7292, 12593, 8541, 13843, 8410, 12983, 10948, 14514, 12239, 11204, 9841, 7509, 9829, 7627, 11425, 8260, 13396, 8228, 13042, 9243, 12916, 10984, 9986, 9001, 10708, 9165, 11488, 9691, 11601, 10055, 7006, 10507, 7377, 10506, 7779, 10622, 7461, 10981, 7306, 11029, 7659, 11225, 8114, 11691, 7960, 11259, 8443, 10891, 9813, 8077, 9048, 7586, 9957, 7379, 11017, 7673, 12886, 8872, 6963, 10732, 7934, 9515, 9915, 7500, 11999, 8427, 13534, 10477, 14290, 10297, 13845, 11632, 13199, 10922, 7657, 9580, 7895, 11361, 7759, 12803, 8099, 11532, 8350, 9210, 9448, 7799, 11681, 8440, 12059, 9585, 7142, 12247, 9192, 11625, 8095, 11366, 7691, 10928, 7275, 11969, 7411, 11815, 7735, 11654, 9288, 11891, 7625, 11062, 7501, 10866, 7719, 11155, 7442, 11069, 7494, 11981, 7522, 11667, 7534, 11714, 7959, 11350, 8172, 11517, 8225, 12612, 7891, 11261, 7717, 11374, 8030, 10982, 9235, 11134, 7753, 10775, 8314, 10399, 9467, 9094, 8836, 7202, 10234, 7292, 10897, 7393, 11701, 8221, 11441, 7785, 10970, 8555, 12781, 9494, 11887, 8709, 9101, 8425, 7279, 10431, 7469, 11550, 7622, 11778, 8059, 11288, 9483, 7458, 9857, 7005, 10821, 7236, 12635, 8360, 13576, 8560, 9796, 9068, 7533, 10908, 7613, 11594, 7293, 12577, 8123, 12841, 8045, 12227, 9633, 7241, 10272, 7133, 11195, 7764, 11326, 8241, 12171, 9303, 7626, 9005, 7316, 10401, 7586, 12114, 8219, 12640, 7863, 11965, 8413, 12926, 9685, 12759, 8490, 9911, 8647, 7293, 10355, 7159, 10963, 7121, 11291, 7744, 11942, 8451, 12535, 7678, 10445, 9216, 7289, 9877, 7609, 11584, 7569, 7682, 11382, 8014, 8260, 10267, 7424, 11581, 8383, 13996, 10428, 9831, 9288, 7592, 10682, 7501, 13929, 7513, 12612, 7829, 11333, 8635, 7591, 10873, 7165, 11200, 7783, 11315, 8291, 12468, 9640, 8870, 8697, 7803, 9299, 7413, 10169, 7427, 10987, 7186, 11093, 7662, 11196, 8132, 12174, 8359, 9245, 8696, 7746, 9985, 7355, 10727, 7161, 11055, 7635, 11600, 8305, 12083, 7813, 9173, 9124, 7850, 10455, 7108, 11015, 7125, 11401, 8233, 11485, 8292, 11830, 8030, 9716, 9202, 8037, 10458, 7260, 11224, 7795, 11221, 8528, 12719, 8881, 10108, 8701, 7647, 10732, 7294, 12163, 8259, 12118, 8404, 13743, 9861, 10128, 9422, 7378, 10500, 7719, 13859, 9261, 14006, 9533, 10800, 9420, 7287, 10960, 7386, 12967, 7963, 12424, 8484, 13888, 10526, 13112, 9388, 10535, 8716, 9147, 9458, 7289, 10255, 7258, 10822, 7692, 11196, 7786, 11560, 8455, 8610, 8981, 7131, 10413, 7323, 11128, 7317, 11222, 7954, 12016, 8351, 13253, 7709, 11608, 8192, 10404, 9635, 7359, 9922, 7235, 10394, 7200, 11270, 8040, 11534, 7772, 11169, 7923, 11207, 8602, 11708, 7824, 11176, 8034, 10227, 9821, 7913, 9244, 8443, 9383, 7792, 10374, 7267, 10782, 7146, 10755, 7454, 11108, 8271, 11690, 8299, 12116, 9096, 12920, 9449, 13612, 8303, 11944, 8835, 12115, 9331, 7407, 10279, 7320, 10798, 7226, 12228, 7970, 12209, 8405, 11161, 8578, 13621, 9489, 7631, 10137, 7469, 7921, 8584, 7248, 10983, 8227, 11503, 8467], 'WindowCenter': [4383.0, 4386.0, 4348.0, 4295.0, 4361.0, 4320.0, 4335.0, 4314.0, 4310.0, 4300.0, 4306.0, 4276.0, 4293.0, 4264.0, 4211.0, 4262.0, 4223.0, 4262.0, 4245.0, 4275.0, 4257.0, 4275.0, 4257.0, 4259.0, 4297.0, 4273.0, 4280.0, 4293.0, 4251.0, 4303.0, 4253.0, 4302.0, 4250.0, 4301.0, 4251.0, 4301.0, 4239.0, 4291.0, 4252.0, 4302.0, 4251.0, 4292.0, 4263.0, 4302.0, 4265.0, 4314.0, 4275.0, 4314.0, 4275.0, 4326.0, 4287.0, 4326.0, 4288.0, 4325.0, 4286.0, 4315.0, 4287.0, 4315.0, 4297.0, 4316.0, 4298.0, 4315.0, 4297.0, 4326.0, 4297.0, 4325.0, 4297.0, 4315.0, 4297.0, 4296.0, 4296.0, 4295.0, 4307.0, 4314.0, 4305.0, 4294.0, 4305.0, 4304.0, 4305.0, 4314.0, 4305.0, 4273.0, 4315.0, 4263.0, 4314.0, 4273.0, 4325.0, 4284.0, 4314.0, 4263.0, 4303.0, 4263.0, 4314.0, 4302.0, 4304.0, 4262.0, 4312.0, 4263.0, 4302.0, 4253.0, 4314.0, 4263.0, 4325.0, 4274.0, 4314.0, 4264.0, 4314.0, 4264.0, 4314.0, 4277.0, 4305.0, 4263.0, 4303.0, 4301.0, 4292.0, 4301.0, 4294.0, 4291.0, 4283.0, 4311.0, 4284.0, 4323.0, 4292.0, 4312.0, 4283.0, 4302.0, 4285.0, 4313.0, 4285.0, 4313.0, 4285.0, 4303.0, 4284.0, 4314.0, 4286.0, 4314.0, 4285.0, 4314.0, 4284.0, 4314.0, 4273.0, 4314.0, 4263.0, 4313.0, 4263.0, 4312.0, 4263.0, 4313.0, 4262.0, 4313.0, 4273.0, 4314.0, 4262.0, 4314.0, 4261.0, 4304.0, 4324.0, 4304.0, 4312.0, 4303.0, 4281.0, 4293.0, 4303.0, 4295.0, 4323.0, 4294.0, 4292.0, 4293.0, 4313.0, 4295.0, 4323.0, 4295.0, 4312.0, 4285.0, 4312.0, 4285.0, 4313.0, 4296.0, 4313.0, 4305.0, 4312.0, 4285.0, 4303.0, 4285.0, 4313.0, 4295.0, 4313.0, 4283.0, 4313.0, 4274.0, 4312.0, 4284.0, 4312.0, 4273.0, 4313.0, 4272.0, 4312.0, 4273.0, 4313.0, 4263.0, 4312.0, 4261.0, 4313.0, 4251.0, 4303.0, 4272.0, 4313.0, 4282.0, 4314.0, 4263.0, 4313.0, 4292.0, 4303.0, 4333.0, 4294.0, 4323.0, 4293.0, 4311.0, 4285.0, 4323.0, 4294.0, 4323.0, 4303.0, 4312.0, 4284.0, 4312.0, 4274.0, 4302.0, 4294.0, 4293.0, 4297.0, 4275.0, 4294.0, 4293.0, 4305.0, 4304.0, 4304.0, 4272.0, 4304.0, 4282.0, 4305.0, 4324.0, 4316.0, 4304.0, 4303.0, 4265.0, 4316.0, 4265.0, 4313.0, 4263.0, 4312.0, 4263.0, 4313.0, 4286.0, 4314.0, 4286.0, 4313.0, 4285.0, 4314.0, 4285.0, 4304.0, 4296.0, 4292.0, 4305.0, 4284.0, 4294.0, 4282.0, 4317.0, 4273.0, 4313.0, 4262.0, 4312.0, 4284.0, 4301.0, 4295.0, 4275.0, 4336.0, 4306.0, 4305.0, 4309.0, 4296.0, 4316.0, 4274.0, 4325.0, 4263.0, 4313.0, 4262.0, 4324.0, 4263.0, 4322.0, 4253.0, 4300.0, 4261.0, 4311.0, 4261.0, 4300.0, 4270.0, 4311.0, 4272.0, 4312.0, 4284.0, 4303.0, 4283.0, 4282.0, 4294.0, 4272.0, 4306.0, 4262.0, 4303.0, 4252.0, 4315.0, 4272.0, 4303.0, 4251.0, 4312.0, 4261.0, 4313.0, 4273.0, 4312.0, 4295.0, 4323.0, 4284.0, 4312.0, 4284.0, 4323.0, 4294.0, 4292.0, 4283.0, 4282.0, 4303.0, 4282.0, 4304.0, 4263.0, 4312.0, 4262.0, 4322.0, 4282.0, 4321.0, 4272.0, 4311.0, 4273.0, 4321.0, 4302.0, 4281.0, 4292.0, 4251.0, 4302.0, 4263.0, 4313.0, 4261.0, 4312.0, 4261.0, 4312.0, 4271.0, 4311.0, 4283.0, 4321.0, 4272.0, 4322.0, 4284.0, 4304.0, 4293.0, 4261.0, 4303.0, 4253.0, 4312.0, 4263.0, 4312.0, 4273.0, 4320.0, 4273.0, 4322.0, 4275.0, 4310.0, 4295.0, 4300.0, 4292.0, 4260.0, 4281.0, 4261.0, 4293.0, 4271.0, 4303.0, 4250.0, 4301.0, 4262.0, 4301.0, 4259.0, 4301.0, 4251.0, 4310.0, 4261.0, 4311.0, 4271.0, 4321.0, 4282.0, 4319.0, 4262.0, 4310.0, 4284.0, 4309.0, 4303.0, 4290.0, 4282.0, 4290.0, 4281.0, 4290.0, 4282.0, 4258.0, 4291.0, 4260.0, 4301.0, 4261.0, 4310.0, 4261.0, 4311.0, 4272.0, 4311.0, 4283.0, 4311.0, 4292.0, 4292.0, 4283.0, 4271.0, 4292.0, 4271.0, 4302.0, 4250.0, 4313.0, 4262.0, 4311.0, 4282.0, 4321.0, 4284.0, 4325.0, 4284.0, 4290.0, 4293.0, 4263.0, 4322.0, 4274.0, 4283.0, 4313.0, 4275.0, 4334.0, 4296.0, 4304.0, 4305.0, 4274.0, 4323.0, 4263.0, 4323.0, 4271.0, 4332.0, 4291.0, 4320.0, 4270.0, 4311.0, 4280.0, 4310.0, 4301.0, 4299.0, 4279.0, 4268.0, 4280.0, 4249.0, 4310.0, 4250.0, 4309.0, 4261.0, 4310.0, 4272.0, 4309.0, 4292.0, 4288.0, 4290.0, 4249.0, 4299.0, 4259.0, 4311.0, 4249.0, 4308.0, 4259.0, 4300.0, 4271.0, 4318.0, 4282.0, 4290.0, 4281.0, 4269.0, 4291.0, 4249.0, 4302.0, 4249.0, 4311.0, 4259.0, 4320.0, 4272.0, 4320.0, 4260.0, 4308.0, 4290.0, 4289.0, 4280.0, 4248.0, 4301.0, 4250.0, 4309.0, 4260.0, 4319.0, 4260.0, 4320.0, 4273.0, 4300.0, 4281.0, 4281.0, 4292.0, 4251.0, 4311.0, 4260.0, 4310.0, 4260.0, 4309.0, 4251.0, 4300.0, 4249.0, 4288.0, 4247.0, 4298.0, 4239.0, 4289.0, 4248.0, 4299.0, 4248.0, 4308.0, 4250.0, 4311.0, 4262.0, 4310.0, 4261.0, 4310.0, 4262.0, 4312.0, 4263.0, 4310.0, 4271.0, 4310.0, 4272.0, 4312.0, 4271.0, 4310.0, 4284.0, 4309.0, 4282.0, 4310.0, 4261.0, 4310.0, 4262.0, 4311.0, 4273.0, 4310.0, 4273.0, 4321.0, 4272.0, 4311.0, 4284.0, 4309.0, 4275.0, 4320.0, 4273.0, 4312.0, 4293.0, 4311.0, 4296.0, 4313.0, 4287.0, 4312.0, 4295.0, 4315.0, 4285.0, 4265.0, 4295.0, 4263.0, 4306.0, 4283.0, 4304.0, 4263.0, 4304.0, 4301.0, 4294.0, 4321.0, 4305.0, 4320.0, 4303.0, 4320.0, 4290.0, 4309.0, 4280.0, 4298.0, 4290.0, 4298.0, 4260.0, 4288.0, 4260.0, 4299.0, 4271.0, 4299.0, 4270.0, 4300.0, 4260.0, 4301.0, 4260.0, 4299.0, 4250.0, 4300.0, 4251.0, 4300.0, 4249.0, 4300.0, 4250.0, 4301.0, 4239.0, 4302.0, 4251.0, 4291.0, 4250.0, 4291.0, 4250.0, 4291.0, 4249.0, 4291.0, 4250.0, 4292.0, 4250.0, 4292.0, 4261.0, 4292.0, 4272.0, 4303.0, 4263.0, 4303.0, 4253.0, 4303.0, 4261.0, 4316.0, 4264.0, 4314.0, 4264.0, 4313.0, 4273.0, 4323.0, 4285.0, 4323.0, 4295.0, 4324.0, 4284.0, 4325.0, 4308.0, 4305.0, 4295.0, 4266.0, 4327.0, 4289.0, 4318.0, 4320.0, 4280.0, 4339.0, 4298.0, 4338.0, 4298.0, 4336.0, 4297.0, 4338.0, 4284.0, 4324.0, 4272.0, 4312.0, 4251.0, 4300.0, 4250.0, 4301.0, 4251.0, 4300.0, 4252.0, 4301.0, 4262.0, 4304.0, 4265.0, 4312.0, 4273.0, 4302.0, 4262.0, 4312.0, 4275.0, 4312.0, 4274.0, 4312.0, 4273.0, 4312.0, 4285.0, 4292.0, 4295.0, 4265.0, 4304.0, 4266.0, 4325.0, 4290.0, 4337.0, 4310.0, 4284.0, 4296.0, 4265.0, 4315.0, 4278.0, 4341.0, 4297.0, 4335.0, 4284.0, 4323.0, 4303.0, 4333.0, 4314.0, 4302.0, 4280.0, 4250.0, 4292.0, 4262.0, 4312.0, 4273.0, 4320.0, 4271.0, 4320.0, 4281.0, 4309.0, 4301.0, 4289.0, 4280.0, 4288.0, 4279.0, 4299.0, 4279.0, 4298.0, 4293.0, 4238.0, 4290.0, 4249.0, 4301.0, 4261.0, 4301.0, 4262.0, 4299.0, 4261.0, 4299.0, 4261.0, 4313.0, 4274.0, 4311.0, 4262.0, 4299.0, 4273.0, 4300.0, 4291.0, 4260.0, 4283.0, 4259.0, 4292.0, 4250.0, 4301.0, 4273.0, 4325.0, 4294.0, 4263.0, 4314.0, 4287.0, 4306.0, 4306.0, 4275.0, 4327.0, 4285.0, 4335.0, 4316.0, 4332.0, 4306.0, 4320.0, 4314.0, 4311.0, 4301.0, 4249.0, 4281.0, 4260.0, 4300.0, 4261.0, 4311.0, 4273.0, 4309.0, 4283.0, 4291.0, 4296.0, 4272.0, 4313.0, 4273.0, 4323.0, 4304.0, 4277.0, 4337.0, 4331.0, 4338.0, 4287.0, 4326.0, 4286.0, 4313.0, 4262.0, 4313.0, 4249.0, 4300.0, 4246.0, 4299.0, 4278.0, 4299.0, 4235.0, 4285.0, 4233.0, 4275.0, 4233.0, 4275.0, 4233.0, 4274.0, 4223.0, 4283.0, 4233.0, 4283.0, 4235.0, 4285.0, 4244.0, 4284.0, 4256.0, 4285.0, 4256.0, 4295.0, 4257.0, 4286.0, 4248.0, 4287.0, 4258.0, 4286.0, 4269.0, 4287.0, 4258.0, 4288.0, 4269.0, 4289.0, 4291.0, 4268.0, 4279.0, 4249.0, 4290.0, 4261.0, 4301.0, 4264.0, 4311.0, 4273.0, 4311.0, 4262.0, 4300.0, 4281.0, 4322.0, 4293.0, 4312.0, 4283.0, 4281.0, 4271.0, 4274.0, 4302.0, 4261.0, 4311.0, 4272.0, 4312.0, 4285.0, 4313.0, 4306.0, 4274.0, 4304.0, 4251.0, 4313.0, 4275.0, 4324.0, 4285.0, 4334.0, 4283.0, 4292.0, 4283.0, 4262.0, 4302.0, 4260.0, 4312.0, 4261.0, 4311.0, 4273.0, 4320.0, 4271.0, 4321.0, 4291.0, 4260.0, 4301.0, 4250.0, 4312.0, 4273.0, 4314.0, 4285.0, 4312.0, 4293.0, 4262.0, 4283.0, 4261.0, 4302.0, 4263.0, 4313.0, 4272.0, 4319.0, 4273.0, 4311.0, 4273.0, 4322.0, 4293.0, 4311.0, 4280.0, 4291.0, 4281.0, 4261.0, 4302.0, 4250.0, 4301.0, 4264.0, 4311.0, 4273.0, 4311.0, 4273.0, 4321.0, 4262.0, 4301.0, 4294.0, 4263.0, 4292.0, 4272.0, 4313.0, 4273.0, 4275.0, 4326.0, 4286.0, 4284.0, 4305.0, 4275.0, 4313.0, 4285.0, 4334.0, 4305.0, 4291.0, 4281.0, 4260.0, 4301.0, 4251.0, 4320.0, 4249.0, 4310.0, 4261.0, 4301.0, 4281.0, 4260.0, 4302.0, 4252.0, 4312.0, 4273.0, 4312.0, 4284.0, 4322.0, 4293.0, 4281.0, 4282.0, 4262.0, 4292.0, 4260.0, 4302.0, 4250.0, 4301.0, 4252.0, 4302.0, 4272.0, 4301.0, 4272.0, 4311.0, 4273.0, 4282.0, 4282.0, 4260.0, 4291.0, 4250.0, 4300.0, 4251.0, 4301.0, 4261.0, 4298.0, 4270.0, 4309.0, 4260.0, 4291.0, 4293.0, 4273.0, 4303.0, 4252.0, 4301.0, 4252.0, 4312.0, 4282.0, 4311.0, 4271.0, 4310.0, 4272.0, 4293.0, 4293.0, 4272.0, 4302.0, 4262.0, 4312.0, 4273.0, 4313.0, 4281.0, 4322.0, 4282.0, 4290.0, 4283.0, 4262.0, 4311.0, 4261.0, 4322.0, 4283.0, 4318.0, 4283.0, 4333.0, 4303.0, 4302.0, 4293.0, 4260.0, 4300.0, 4271.0, 4332.0, 4281.0, 4321.0, 4290.0, 4302.0, 4280.0, 4250.0, 4301.0, 4250.0, 4321.0, 4261.0, 4309.0, 4281.0, 4320.0, 4301.0, 4308.0, 4279.0, 4287.0, 4269.0, 4278.0, 4279.0, 4247.0, 4288.0, 4248.0, 4299.0, 4259.0, 4300.0, 4260.0, 4310.0, 4272.0, 4280.0, 4279.0, 4251.0, 4300.0, 4260.0, 4301.0, 4261.0, 4311.0, 4271.0, 4310.0, 4270.0, 4319.0, 4261.0, 4300.0, 4272.0, 4300.0, 4291.0, 4260.0, 4290.0, 4259.0, 4302.0, 4261.0, 4311.0, 4271.0, 4310.0, 4272.0, 4310.0, 4273.0, 4300.0, 4282.0, 4309.0, 4261.0, 4300.0, 4272.0, 4290.0, 4291.0, 4270.0, 4293.0, 4270.0, 4292.0, 4262.0, 4301.0, 4260.0, 4301.0, 4261.0, 4312.0, 4262.0, 4312.0, 4285.0, 4324.0, 4297.0, 4325.0, 4296.0, 4322.0, 4293.0, 4332.0, 4284.0, 4312.0, 4296.0, 4323.0, 4282.0, 4250.0, 4290.0, 4250.0, 4301.0, 4261.0, 4311.0, 4271.0, 4312.0, 4285.0, 4315.0, 4284.0, 4334.0, 4292.0, 4251.0, 4289.0, 4264.0, 4284.0, 4295.0, 4275.0, 4328.0, 4311.0, 4326.0, 4286.0], 'WindowWidth': [9689.0, 9678.0, 9609.0, 9528.0, 9612.0, 9548.0, 9562.0, 9527.0, 9518.0, 9500.0, 9502.0, 9458.0, 9478.0, 9440.0, 9364.0, 9433.0, 9382.0, 9434.0, 9417.0, 9459.0, 9438.0, 9461.0, 9440.0, 9448.0, 9494.0, 9473.0, 9479.0, 9497.0, 9440.0, 9510.0, 9444.0, 9507.0, 9435.0, 9504.0, 9436.0, 9503.0, 9420.0, 9490.0, 9440.0, 9508.0, 9441.0, 9495.0, 9457.0, 9510.0, 9464.0, 9528.0, 9481.0, 9530.0, 9480.0, 9548.0, 9501.0, 9550.0, 9504.0, 9545.0, 9496.0, 9532.0, 9497.0, 9532.0, 9512.0, 9536.0, 9515.0, 9533.0, 9513.0, 9547.0, 9512.0, 9546.0, 9514.0, 9533.0, 9513.0, 9507.0, 9510.0, 9506.0, 9526.0, 9531.0, 9521.0, 9503.0, 9520.0, 9517.0, 9520.0, 9532.0, 9519.0, 9475.0, 9534.0, 9461.0, 9530.0, 9473.0, 9546.0, 9489.0, 9530.0, 9461.0, 9515.0, 9460.0, 9530.0, 9512.0, 9515.0, 9457.0, 9524.0, 9460.0, 9511.0, 9447.0, 9530.0, 9461.0, 9544.0, 9476.0, 9530.0, 9464.0, 9529.0, 9465.0, 9529.0, 9487.0, 9520.0, 9460.0, 9514.0, 9508.0, 9499.0, 9508.0, 9501.0, 9493.0, 9486.0, 9520.0, 9489.0, 9540.0, 9500.0, 9524.0, 9489.0, 9511.0, 9492.0, 9526.0, 9494.0, 9527.0, 9494.0, 9515.0, 9493.0, 9529.0, 9497.0, 9530.0, 9494.0, 9529.0, 9491.0, 9529.0, 9476.0, 9529.0, 9463.0, 9528.0, 9462.0, 9524.0, 9462.0, 9526.0, 9459.0, 9529.0, 9476.0, 9531.0, 9459.0, 9531.0, 9458.0, 9518.0, 9543.0, 9518.0, 9525.0, 9514.0, 9482.0, 9502.0, 9513.0, 9507.0, 9541.0, 9503.0, 9498.0, 9505.0, 9528.0, 9509.0, 9544.0, 9507.0, 9527.0, 9495.0, 9528.0, 9495.0, 9530.0, 9511.0, 9529.0, 9521.0, 9526.0, 9493.0, 9513.0, 9494.0, 9527.0, 9508.0, 9526.0, 9488.0, 9526.0, 9477.0, 9525.0, 9493.0, 9524.0, 9475.0, 9526.0, 9473.0, 9524.0, 9476.0, 9528.0, 9462.0, 9526.0, 9457.0, 9528.0, 9444.0, 9515.0, 9472.0, 9529.0, 9485.0, 9531.0, 9460.0, 9530.0, 9498.0, 9517.0, 9555.0, 9505.0, 9541.0, 9502.0, 9523.0, 9493.0, 9540.0, 9506.0, 9542.0, 9516.0, 9523.0, 9489.0, 9525.0, 9477.0, 9511.0, 9503.0, 9501.0, 9510.0, 9478.0, 9503.0, 9500.0, 9522.0, 9520.0, 9516.0, 9471.0, 9516.0, 9484.0, 9518.0, 9543.0, 9540.0, 9516.0, 9512.0, 9468.0, 9539.0, 9467.0, 9528.0, 9461.0, 9525.0, 9461.0, 9525.0, 9495.0, 9528.0, 9495.0, 9526.0, 9493.0, 9530.0, 9493.0, 9516.0, 9508.0, 9498.0, 9517.0, 9487.0, 9501.0, 9483.0, 9539.0, 9472.0, 9526.0, 9457.0, 9526.0, 9491.0, 9512.0, 9507.0, 9481.0, 9566.0, 9524.0, 9520.0, 9533.0, 9510.0, 9536.0, 9476.0, 9546.0, 9459.0, 9525.0, 9458.0, 9541.0, 9459.0, 9536.0, 9443.0, 9503.0, 9454.0, 9518.0, 9453.0, 9503.0, 9466.0, 9521.0, 9473.0, 9523.0, 9490.0, 9511.0, 9489.0, 9485.0, 9503.0, 9472.0, 9521.0, 9458.0, 9513.0, 9445.0, 9532.0, 9472.0, 9514.0, 9440.0, 9523.0, 9456.0, 9525.0, 9475.0, 9525.0, 9507.0, 9540.0, 9492.0, 9525.0, 9492.0, 9542.0, 9503.0, 9499.0, 9488.0, 9484.0, 9514.0, 9484.0, 9516.0, 9460.0, 9524.0, 9458.0, 9538.0, 9485.0, 9536.0, 9473.0, 9522.0, 9475.0, 9537.0, 9512.0, 9482.0, 9498.0, 9441.0, 9510.0, 9459.0, 9527.0, 9455.0, 9523.0, 9454.0, 9522.0, 9469.0, 9521.0, 9486.0, 9533.0, 9470.0, 9540.0, 9494.0, 9518.0, 9502.0, 9456.0, 9512.0, 9448.0, 9524.0, 9461.0, 9525.0, 9473.0, 9533.0, 9474.0, 9537.0, 9478.0, 9521.0, 9506.0, 9505.0, 9497.0, 9452.0, 9480.0, 9453.0, 9499.0, 9468.0, 9512.0, 9439.0, 9507.0, 9458.0, 9508.0, 9450.0, 9508.0, 9439.0, 9518.0, 9455.0, 9522.0, 9471.0, 9535.0, 9484.0, 9530.0, 9458.0, 9519.0, 9489.0, 9517.0, 9513.0, 9491.0, 9483.0, 9491.0, 9482.0, 9492.0, 9483.0, 9446.0, 9494.0, 9452.0, 9507.0, 9454.0, 9520.0, 9457.0, 9522.0, 9472.0, 9521.0, 9488.0, 9522.0, 9499.0, 9497.0, 9487.0, 9469.0, 9498.0, 9468.0, 9512.0, 9441.0, 9526.0, 9459.0, 9523.0, 9487.0, 9537.0, 9492.0, 9550.0, 9493.0, 9493.0, 9502.0, 9464.0, 9541.0, 9481.0, 9489.0, 9530.0, 9483.0, 9561.0, 9512.0, 9519.0, 9521.0, 9476.0, 9542.0, 9463.0, 9541.0, 9470.0, 9552.0, 9494.0, 9534.0, 9465.0, 9518.0, 9479.0, 9518.0, 9508.0, 9500.0, 9474.0, 9459.0, 9476.0, 9436.0, 9518.0, 9437.0, 9515.0, 9454.0, 9518.0, 9471.0, 9517.0, 9496.0, 9487.0, 9490.0, 9435.0, 9502.0, 9448.0, 9519.0, 9436.0, 9512.0, 9449.0, 9504.0, 9468.0, 9528.0, 9483.0, 9491.0, 9480.0, 9464.0, 9493.0, 9435.0, 9509.0, 9436.0, 9520.0, 9450.0, 9533.0, 9470.0, 9532.0, 9453.0, 9514.0, 9492.0, 9490.0, 9478.0, 9434.0, 9505.0, 9437.0, 9515.0, 9452.0, 9529.0, 9453.0, 9534.0, 9475.0, 9507.0, 9482.0, 9481.0, 9497.0, 9442.0, 9520.0, 9453.0, 9519.0, 9453.0, 9517.0, 9440.0, 9503.0, 9435.0, 9486.0, 9430.0, 9500.0, 9420.0, 9487.0, 9432.0, 9501.0, 9434.0, 9513.0, 9439.0, 9519.0, 9458.0, 9520.0, 9457.0, 9520.0, 9459.0, 9522.0, 9460.0, 9519.0, 9470.0, 9519.0, 9472.0, 9523.0, 9471.0, 9519.0, 9490.0, 9518.0, 9486.0, 9519.0, 9456.0, 9518.0, 9458.0, 9520.0, 9473.0, 9517.0, 9474.0, 9535.0, 9473.0, 9522.0, 9491.0, 9518.0, 9483.0, 9537.0, 9480.0, 9527.0, 9506.0, 9528.0, 9516.0, 9532.0, 9502.0, 9529.0, 9511.0, 9535.0, 9497.0, 9466.0, 9505.0, 9461.0, 9524.0, 9488.0, 9517.0, 9460.0, 9518.0, 9508.0, 9501.0, 9536.0, 9516.0, 9533.0, 9510.0, 9531.0, 9490.0, 9515.0, 9475.0, 9495.0, 9490.0, 9497.0, 9451.0, 9483.0, 9450.0, 9499.0, 9467.0, 9501.0, 9466.0, 9502.0, 9451.0, 9506.0, 9452.0, 9501.0, 9438.0, 9504.0, 9440.0, 9504.0, 9435.0, 9504.0, 9436.0, 9505.0, 9420.0, 9507.0, 9439.0, 9491.0, 9435.0, 9493.0, 9437.0, 9493.0, 9435.0, 9492.0, 9437.0, 9495.0, 9437.0, 9496.0, 9453.0, 9497.0, 9470.0, 9512.0, 9461.0, 9513.0, 9445.0, 9514.0, 9456.0, 9536.0, 9466.0, 9532.0, 9465.0, 9531.0, 9479.0, 9544.0, 9496.0, 9544.0, 9509.0, 9544.0, 9495.0, 9548.0, 9532.0, 9522.0, 9507.0, 9468.0, 9555.0, 9507.0, 9544.0, 9547.0, 9496.0, 9572.0, 9516.0, 9568.0, 9514.0, 9564.0, 9511.0, 9566.0, 9489.0, 9543.0, 9467.0, 9521.0, 9437.0, 9503.0, 9435.0, 9505.0, 9439.0, 9502.0, 9440.0, 9504.0, 9456.0, 9512.0, 9464.0, 9523.0, 9472.0, 9509.0, 9458.0, 9523.0, 9478.0, 9523.0, 9475.0, 9522.0, 9474.0, 9522.0, 9491.0, 9497.0, 9505.0, 9464.0, 9517.0, 9469.0, 9546.0, 9507.0, 9569.0, 9534.0, 9490.0, 9506.0, 9466.0, 9533.0, 9489.0, 9579.0, 9512.0, 9562.0, 9493.0, 9539.0, 9511.0, 9556.0, 9530.0, 9509.0, 9476.0, 9437.0, 9497.0, 9458.0, 9524.0, 9472.0, 9532.0, 9468.0, 9532.0, 9482.0, 9515.0, 9506.0, 9486.0, 9476.0, 9484.0, 9472.0, 9498.0, 9472.0, 9495.0, 9499.0, 9418.0, 9487.0, 9433.0, 9507.0, 9457.0, 9508.0, 9459.0, 9500.0, 9456.0, 9500.0, 9456.0, 9526.0, 9479.0, 9519.0, 9455.0, 9502.0, 9473.0, 9502.0, 9495.0, 9450.0, 9485.0, 9449.0, 9495.0, 9438.0, 9508.0, 9475.0, 9546.0, 9503.0, 9463.0, 9532.0, 9499.0, 9523.0, 9523.0, 9480.0, 9552.0, 9494.0, 9561.0, 9535.0, 9551.0, 9521.0, 9534.0, 9527.0, 9521.0, 9506.0, 9432.0, 9479.0, 9450.0, 9505.0, 9456.0, 9519.0, 9472.0, 9517.0, 9487.0, 9496.0, 9507.0, 9471.0, 9527.0, 9474.0, 9540.0, 9522.0, 9491.0, 9570.0, 9572.0, 9577.0, 9504.0, 9552.0, 9499.0, 9529.0, 9459.0, 9526.0, 9437.0, 9503.0, 9425.0, 9499.0, 9471.0, 9498.0, 9408.0, 9475.0, 9404.0, 9459.0, 9402.0, 9459.0, 9401.0, 9457.0, 9387.0, 9468.0, 9401.0, 9468.0, 9406.0, 9472.0, 9420.0, 9472.0, 9438.0, 9474.0, 9439.0, 9487.0, 9440.0, 9477.0, 9430.0, 9479.0, 9445.0, 9479.0, 9461.0, 9480.0, 9446.0, 9482.0, 9462.0, 9489.0, 9495.0, 9459.0, 9476.0, 9434.0, 9491.0, 9456.0, 9508.0, 9464.0, 9523.0, 9473.0, 9521.0, 9458.0, 9506.0, 9484.0, 9537.0, 9502.0, 9523.0, 9488.0, 9481.0, 9470.0, 9479.0, 9513.0, 9457.0, 9522.0, 9472.0, 9524.0, 9497.0, 9529.0, 9526.0, 9477.0, 9514.0, 9443.0, 9527.0, 9484.0, 9546.0, 9493.0, 9557.0, 9486.0, 9496.0, 9487.0, 9458.0, 9512.0, 9451.0, 9522.0, 9456.0, 9521.0, 9473.0, 9532.0, 9469.0, 9536.0, 9497.0, 9452.0, 9508.0, 9441.0, 9524.0, 9475.0, 9532.0, 9493.0, 9525.0, 9500.0, 9456.0, 9486.0, 9455.0, 9510.0, 9460.0, 9526.0, 9470.0, 9531.0, 9473.0, 9521.0, 9473.0, 9537.0, 9500.0, 9520.0, 9479.0, 9493.0, 9483.0, 9456.0, 9511.0, 9441.0, 9509.0, 9464.0, 9523.0, 9476.0, 9522.0, 9475.0, 9536.0, 9459.0, 9509.0, 9503.0, 9462.0, 9497.0, 9472.0, 9529.0, 9475.0, 9480.0, 9550.0, 9499.0, 9491.0, 9520.0, 9481.0, 9530.0, 9495.0, 9558.0, 9518.0, 9495.0, 9481.0, 9451.0, 9507.0, 9440.0, 9532.0, 9434.0, 9516.0, 9453.0, 9507.0, 9482.0, 9453.0, 9508.0, 9444.0, 9524.0, 9474.0, 9525.0, 9492.0, 9540.0, 9501.0, 9481.0, 9484.0, 9457.0, 9497.0, 9453.0, 9510.0, 9437.0, 9506.0, 9443.0, 9511.0, 9474.0, 9509.0, 9472.0, 9521.0, 9472.0, 9483.0, 9483.0, 9451.0, 9495.0, 9437.0, 9503.0, 9441.0, 9507.0, 9456.0, 9498.0, 9465.0, 9514.0, 9454.0, 9495.0, 9503.0, 9476.0, 9516.0, 9444.0, 9507.0, 9446.0, 9526.0, 9486.0, 9520.0, 9469.0, 9520.0, 9473.0, 9501.0, 9504.0, 9473.0, 9512.0, 9458.0, 9526.0, 9476.0, 9527.0, 9486.0, 9537.0, 9485.0, 9492.0, 9487.0, 9459.0, 9524.0, 9457.0, 9538.0, 9487.0, 9531.0, 9490.0, 9555.0, 9516.0, 9510.0, 9500.0, 9453.0, 9507.0, 9471.0, 9553.0, 9482.0, 9536.0, 9493.0, 9509.0, 9479.0, 9439.0, 9507.0, 9438.0, 9534.0, 9454.0, 9515.0, 9483.0, 9533.0, 9508.0, 9512.0, 9475.0, 9482.0, 9462.0, 9472.0, 9476.0, 9431.0, 9485.0, 9435.0, 9502.0, 9451.0, 9507.0, 9456.0, 9518.0, 9470.0, 9479.0, 9478.0, 9443.0, 9507.0, 9453.0, 9508.0, 9454.0, 9523.0, 9470.0, 9519.0, 9467.0, 9529.0, 9455.0, 9504.0, 9472.0, 9507.0, 9495.0, 9451.0, 9491.0, 9452.0, 9510.0, 9457.0, 9522.0, 9470.0, 9519.0, 9472.0, 9521.0, 9476.0, 9506.0, 9485.0, 9517.0, 9458.0, 9507.0, 9473.0, 9493.0, 9496.0, 9467.0, 9502.0, 9467.0, 9497.0, 9457.0, 9508.0, 9453.0, 9509.0, 9457.0, 9525.0, 9461.0, 9526.0, 9496.0, 9548.0, 9515.0, 9548.0, 9509.0, 9539.0, 9499.0, 9552.0, 9492.0, 9525.0, 9513.0, 9541.0, 9484.0, 9436.0, 9491.0, 9437.0, 9508.0, 9457.0, 9522.0, 9469.0, 9524.0, 9495.0, 9534.0, 9492.0, 9556.0, 9498.0, 9438.0, 9487.0, 9463.0, 9492.0, 9507.0, 9482.0, 9558.0, 9541.0, 9550.0, 9500.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.0009129783549783551</td></tr>
<tr><td colspan=3>aqi</td><td>0.029770271341991342</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.60131280273835</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2012453859532062</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9880277208925481</td></tr>
<tr><td colspan=3>efc</td><td>0.4521</td></tr>
<tr><td colspan=3>fber</td><td>7853.4321</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0821492331830677</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>32</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.7705627705627704</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5316398739284276</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.419506851405371</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.751379479856547</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.424033290523365</td></tr>
<tr><td colspan=3>gcor</td><td>0.00801623</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018633369356393814</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03273257240653038</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.818579207568217</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>23.7144</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.6672</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.8347</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307989.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>842.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>341.3148</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.222</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>547.7285</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3563.7545</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3774.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68555.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1161.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4695.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>988.3185</td></tr>
<tr><td colspan=3>tsnr</td><td>36.50678033474833</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>