<?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-0008_ses-04_task-alignvideo_acq-mb8_run-02_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-0008_ses-04_task-alignvideo_acq-mb8_run-02_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-02_session-04_subject-0008_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-0008/figures/sub-0008_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0008_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-0008/figures/sub-0008_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0008_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-0008/figures/sub-0008_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0008_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-0008/figures/sub-0008_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-alignvideo_acq-mb8_run-02_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-02_session-04_subject-0008_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-0008/figures/sub-0008_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-alignvideo_acq-mb8_run-02_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-02_session-04_subject-0008_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-0008/figures/sub-0008_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0008_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-0008/figures/sub-0008_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0008/figures/sub-0008_ses-04_task-alignvideo_acq-mb8_run-02_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-0008/figures/sub-0008_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-alignvideo_acq-mb8_run-02_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-0008/ses-04/func/sub-0008_ses-04_task-alignvideo_acq-mb8_run-02_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>52f2d131a385ff5761f74180259df21a</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>13:37:47.740000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.992125, -0.0802387, 0.0961708, 0.0815676, 0.996618, -0.00996053]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_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.0881122</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-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4151, -7714, -7285, 587, -95, -101, -76, 79]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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.908</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>24712099-db93-4e7b-8fa8-d311b364d79a||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6618001461029053, 0.21883979439735413, 0.2566249966621399, 95.99652099609375], [0.21527457237243652, 2.6738533973693848, -0.047861579805612564, -108.94513702392578], [0.2580191195011139, 0.026723377406597137, 2.6873505115509033, -61.037391662597656], [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, 926]</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], 'AcquisitionTime': ['133747.740000', '133748.200000', '133748.660000', '133749.120000', '133749.580000', '133750.040000', '133750.500000', '133750.960000', '133751.420000', '133751.880000', '133752.340000', '133752.800000', '133753.260000', '133753.720000', '133754.180000', '133754.640000', '133755.100000', '133755.560000', '133756.020000', '133756.480000', '133756.940000', '133757.400000', '133757.860000', '133758.320000', '133758.780000', '133759.240000', '133759.700000', '133800.160000', '133800.620000', '133801.080000', '133801.540000', '133802.000000', '133802.460000', '133802.920000', '133803.380000', '133803.840000', '133804.300000', '133804.760000', '133805.220000', '133805.680000', '133806.140000', '133806.600000', '133807.060000', '133807.520000', '133807.980000', '133808.440000', '133808.900000', '133809.360000', '133809.820000', '133810.280000', '133810.740000', '133811.200000', '133811.660000', '133812.120000', '133812.580000', '133813.040000', '133813.500000', '133813.960000', '133814.420000', '133814.880000', '133815.340000', '133815.800000', '133816.260000', '133816.720000', '133817.180000', '133817.640000', '133818.100000', '133818.560000', '133819.020000', '133819.480000', '133819.940000', '133820.400000', '133820.860000', '133821.320000', '133821.780000', '133822.240000', '133822.700000', '133823.160000', '133823.620000', '133824.080000', '133824.540000', '133825.000000', '133825.460000', '133825.920000', '133826.380000', '133826.840000', '133827.300000', '133827.760000', '133828.220000', '133828.680000', '133829.140000', '133829.600000', '133830.060000', '133830.520000', '133830.980000', '133831.440000', '133831.900000', '133832.360000', '133832.820000', '133833.280000', '133833.740000', '133834.200000', '133834.660000', '133835.120000', '133835.580000', '133836.040000', '133836.500000', '133836.960000', '133837.420000', '133837.880000', '133838.340000', '133838.800000', '133839.260000', '133839.720000', '133840.180000', '133840.640000', '133841.100000', '133841.560000', '133842.020000', '133842.480000', '133842.940000', '133843.400000', '133843.860000', '133844.320000', '133844.780000', '133845.240000', '133845.700000', '133846.160000', '133846.620000', '133847.080000', '133847.540000', '133848.000000', '133848.460000', '133848.920000', '133849.380000', '133849.840000', '133850.300000', '133850.760000', '133851.220000', '133851.680000', '133852.140000', '133852.600000', '133853.060000', '133853.520000', '133853.980000', '133854.440000', '133854.900000', '133855.360000', '133855.820000', '133856.280000', '133856.740000', '133857.200000', '133857.660000', '133858.120000', '133858.580000', '133859.040000', '133859.500000', '133859.960000', '133900.420000', '133900.880000', '133901.340000', '133901.800000', '133902.260000', '133902.720000', '133903.180000', '133903.640000', '133904.100000', '133904.560000', '133905.020000', '133905.480000', '133905.940000', '133906.400000', '133906.860000', '133907.320000', '133907.780000', '133908.240000', '133908.700000', '133909.160000', '133909.620000', '133910.080000', '133910.540000', '133911.000000', '133911.460000', '133911.920000', '133912.380000', '133912.840000', '133913.300000', '133913.760000', '133914.220000', '133914.680000', '133915.140000', '133915.600000', '133916.060000', '133916.520000', '133916.980000', '133917.440000', '133917.900000', '133918.360000', '133918.820000', '133919.280000', '133919.740000', '133920.200000', '133920.660000', '133921.120000', '133921.580000', '133922.040000', '133922.500000', '133922.960000', '133923.420000', '133923.880000', '133924.340000', '133924.800000', '133925.260000', '133925.720000', '133926.180000', '133926.640000', '133927.100000', '133927.560000', '133928.020000', '133928.480000', '133928.940000', '133929.400000', '133929.860000', '133930.320000', '133930.780000', '133931.240000', '133931.700000', '133932.160000', '133932.620000', '133933.080000', '133933.540000', '133934.000000', '133934.460000', '133934.920000', '133935.380000', '133935.840000', '133936.300000', '133936.760000', '133937.220000', '133937.680000', '133938.140000', '133938.600000', '133939.060000', '133939.520000', '133939.980000', '133940.440000', '133940.900000', '133941.360000', '133941.820000', '133942.280000', '133942.740000', '133943.200000', '133943.660000', '133944.120000', '133944.580000', '133945.040000', '133945.500000', '133945.960000', '133946.420000', '133946.880000', '133947.340000', '133947.800000', '133948.260000', '133948.720000', '133949.180000', '133949.640000', '133950.100000', '133950.560000', '133951.020000', '133951.480000', '133951.940000', '133952.400000', '133952.860000', '133953.320000', '133953.780000', '133954.240000', '133954.700000', '133955.160000', '133955.620000', '133956.080000', '133956.540000', '133957.000000', '133957.460000', '133957.920000', '133958.380000', '133958.840000', '133959.300000', '133959.760000', '134000.220000', '134000.680000', '134001.140000', '134001.600000', '134002.060000', '134002.520000', '134002.980000', '134003.440000', '134003.900000', '134004.360000', '134004.820000', '134005.280000', '134005.740000', '134006.200000', '134006.660000', '134007.120000', '134007.580000', '134008.040000', '134008.500000', '134008.960000', '134009.420000', '134009.880000', '134010.340000', '134010.800000', '134011.260000', '134011.720000', '134012.180000', '134012.640000', '134013.100000', '134013.560000', '134014.020000', '134014.480000', '134014.940000', '134015.400000', '134015.860000', '134016.320000', '134016.780000', '134017.240000', '134017.700000', '134018.160000', '134018.620000', '134019.080000', '134019.540000', '134020.000000', '134020.460000', '134020.920000', '134021.380000', '134021.840000', '134022.300000', '134022.760000', '134023.220000', '134023.680000', '134024.140000', '134024.600000', '134025.060000', '134025.520000', '134025.980000', '134026.440000', '134026.900000', '134027.360000', '134027.820000', '134028.280000', '134028.740000', '134029.200000', '134029.660000', '134030.120000', '134030.580000', '134031.040000', '134031.500000', '134031.960000', '134032.420000', '134032.880000', '134033.340000', '134033.800000', '134034.260000', '134034.720000', '134035.180000', '134035.640000', '134036.100000', '134036.560000', '134037.020000', '134037.480000', '134037.940000', '134038.400000', '134038.860000', '134039.320000', '134039.780000', '134040.240000', '134040.700000', '134041.160000', '134041.620000', '134042.080000', '134042.540000', '134043.000000', '134043.460000', '134043.920000', '134044.380000', '134044.840000', '134045.300000', '134045.760000', '134046.220000', '134046.680000', '134047.140000', '134047.600000', '134048.060000', '134048.520000', '134048.980000', '134049.440000', '134049.900000', '134050.360000', '134050.820000', '134051.280000', '134051.740000', '134052.200000', '134052.660000', '134053.120000', '134053.580000', '134054.040000', '134054.500000', '134054.960000', '134055.420000', '134055.880000', '134056.340000', '134056.800000', '134057.260000', '134057.720000', '134058.180000', '134058.640000', '134059.100000', '134059.560000', '134100.020000', '134100.480000', '134100.940000', '134101.400000', '134101.860000', '134102.320000', '134102.780000', '134103.240000', '134103.700000', '134104.160000', '134104.620000', '134105.080000', '134105.540000', '134106.000000', '134106.460000', '134106.920000', '134107.380000', '134107.840000', '134108.300000', '134108.760000', '134109.220000', '134109.680000', '134110.140000', '134110.600000', '134111.060000', '134111.520000', '134111.980000', '134112.440000', '134112.900000', '134113.360000', '134113.820000', '134114.280000', '134114.740000', '134115.200000', '134115.660000', '134116.120000', '134116.580000', '134117.040000', '134117.500000', '134117.960000', '134118.420000', '134118.880000', '134119.340000', '134119.800000', '134120.260000', '134120.720000', '134121.180000', '134121.640000', '134122.100000', '134122.560000', '134123.020000', '134123.480000', '134123.940000', '134124.400000', '134124.860000', '134125.320000', '134125.780000', '134126.240000', '134126.700000', '134127.160000', '134127.620000', '134128.080000', '134128.540000', '134129.000000', '134129.460000', '134129.920000', '134130.380000', '134130.840000', '134131.300000', '134131.760000', '134132.220000', '134132.680000', '134133.140000', '134133.600000', '134134.060000', '134134.520000', '134134.980000', '134135.440000', '134135.900000', '134136.360000', '134136.820000', '134137.280000', '134137.740000', '134138.200000', '134138.660000', '134139.120000', '134139.580000', '134140.040000', '134140.500000', '134140.960000', '134141.420000', '134141.880000', '134142.340000', '134142.800000', '134143.260000', '134143.720000', '134144.180000', '134144.640000', '134145.100000', '134145.560000', '134146.020000', '134146.480000', '134146.940000', '134147.400000', '134147.860000', '134148.320000', '134148.780000', '134149.240000', '134149.700000', '134150.160000', '134150.620000', '134151.080000', '134151.540000', '134152.000000', '134152.460000', '134152.920000', '134153.380000', '134153.840000', '134154.300000', '134154.760000', '134155.220000', '134155.680000', '134156.140000', '134156.600000', '134157.060000', '134157.520000', '134157.980000', '134158.440000', '134158.900000', '134159.360000', '134159.820000', '134200.280000', '134200.740000', '134201.200000', '134201.660000', '134202.120000', '134202.580000', '134203.040000', '134203.500000', '134203.960000', '134204.420000', '134204.880000', '134205.340000', '134205.800000', '134206.260000', '134206.720000', '134207.180000', '134207.640000', '134208.100000', '134208.560000', '134209.020000', '134209.480000', '134209.940000', '134210.400000', '134210.860000', '134211.320000', '134211.780000', '134212.240000', '134212.700000', '134213.160000', '134213.620000', '134214.080000', '134214.540000', '134215.000000', '134215.460000', '134215.920000', '134216.380000', '134216.840000', '134217.300000', '134217.760000', '134218.220000', '134218.680000', '134219.140000', '134219.600000', '134220.060000', '134220.520000', '134220.980000', '134221.440000', '134221.900000', '134222.360000', '134222.820000', '134223.280000', '134223.740000', '134224.200000', '134224.660000', '134225.120000', '134225.580000', '134226.040000', '134226.500000', '134226.960000', '134227.420000', '134227.880000', '134228.340000', '134228.800000', '134229.260000', '134229.720000', '134230.180000', '134230.640000', '134231.100000', '134231.560000', '134232.020000', '134232.480000', '134232.940000', '134233.400000', '134233.860000', '134234.320000', '134234.780000', '134235.240000', '134235.700000', '134236.160000', '134236.620000', '134237.080000', '134237.540000', '134238.000000', '134238.460000', '134238.920000', '134239.380000', '134239.840000', '134240.300000', '134240.760000', '134241.220000', '134241.680000', '134242.140000', '134242.600000', '134243.060000', '134243.520000', '134243.980000', '134244.440000', '134244.900000', '134245.360000', '134245.820000', '134246.280000', '134246.740000', '134247.200000', '134247.660000', '134248.120000', '134248.580000', '134249.040000', '134249.500000', '134249.960000', '134250.420000', '134250.880000', '134251.340000', '134251.800000', '134252.260000', '134252.720000', '134253.180000', '134253.640000', '134254.100000', '134254.560000', '134255.020000', '134255.480000', '134255.940000', '134256.400000', '134256.860000', '134257.320000', '134257.780000', '134258.240000', '134258.700000', '134259.160000', '134259.620000', '134300.080000', '134300.540000', '134301.000000', '134301.460000', '134301.920000', '134302.380000', '134302.840000', '134303.300000', '134303.760000', '134304.220000', '134304.680000', '134305.140000', '134305.600000', '134306.060000', '134306.520000', '134306.980000', '134307.440000', '134307.900000', '134308.360000', '134308.820000', '134309.280000', '134309.740000', '134310.200000', '134310.660000', '134311.120000', '134311.580000', '134312.040000', '134312.500000', '134312.960000', '134313.420000', '134313.880000', '134314.340000', '134314.800000', '134315.260000', '134315.720000', '134316.180000', '134316.640000', '134317.100000', '134317.560000', '134318.020000', '134318.480000', '134318.940000', '134319.400000', '134319.860000', '134320.320000', '134320.780000', '134321.240000', '134321.700000', '134322.160000', '134322.620000', '134323.080000', '134323.540000', '134324.000000', '134324.460000', '134324.920000', '134325.380000', '134325.840000', '134326.300000', '134326.760000', '134327.220000', '134327.680000', '134328.140000', '134328.600000', '134329.060000', '134329.520000', '134329.980000', '134330.440000', '134330.900000', '134331.360000', '134331.820000', '134332.280000', '134332.740000', '134333.200000', '134333.660000', '134334.120000', '134334.580000', '134335.040000', '134335.500000', '134335.960000', '134336.420000', '134336.880000', '134337.340000', '134337.800000', '134338.260000', '134338.720000', '134339.180000', '134339.640000', '134340.100000', '134340.560000', '134341.020000', '134341.480000', '134341.940000', '134342.400000', '134342.860000', '134343.320000', '134343.780000', '134344.240000', '134344.700000', '134345.160000', '134345.620000', '134346.080000', '134346.540000', '134347.000000', '134347.460000', '134347.920000', '134348.380000', '134348.840000', '134349.300000', '134349.760000', '134350.220000', '134350.680000', '134351.140000', '134351.600000', '134352.060000', '134352.520000', '134352.980000', '134353.440000', '134353.900000', '134354.360000', '134354.820000', '134355.280000', '134355.740000', '134356.200000', '134356.660000', '134357.120000', '134357.580000', '134358.040000', '134358.500000', '134358.960000', '134359.420000', '134359.880000', '134400.340000', '134400.800000', '134401.260000', '134401.720000', '134402.180000', '134402.640000', '134403.100000', '134403.560000', '134404.020000', '134404.480000', '134404.940000', '134405.400000', '134405.860000', '134406.320000', '134406.780000', '134407.240000', '134407.700000', '134408.160000', '134408.620000', '134409.080000', '134409.540000', '134410.000000', '134410.460000', '134410.920000', '134411.380000', '134411.840000', '134412.300000', '134412.760000', '134413.220000', '134413.680000', '134414.140000', '134414.600000', '134415.060000', '134415.520000', '134415.980000', '134416.440000', '134416.900000', '134417.360000', '134417.820000', '134418.280000', '134418.740000', '134419.200000', '134419.660000', '134420.120000', '134420.580000', '134421.040000', '134421.500000', '134421.960000', '134422.420000', '134422.880000', '134423.340000', '134423.800000', '134424.260000', '134424.720000', '134425.180000', '134425.640000', '134426.100000', '134426.560000', '134427.020000', '134427.480000', '134427.940000', '134428.400000', '134428.860000', '134429.320000', '134429.780000', '134430.240000', '134430.700000', '134431.160000', '134431.620000', '134432.080000', '134432.540000', '134433.000000', '134433.460000', '134433.920000', '134434.380000', '134434.840000', '134435.300000', '134435.760000', '134436.220000', '134436.680000', '134437.140000', '134437.600000', '134438.060000', '134438.520000', '134438.980000', '134439.440000', '134439.900000', '134440.360000', '134440.820000', '134441.280000', '134441.740000', '134442.200000', '134442.660000', '134443.120000', '134443.580000', '134444.040000', '134444.500000', '134444.960000', '134445.420000', '134445.880000', '134446.340000', '134446.800000', '134447.260000', '134447.720000', '134448.180000', '134448.640000', '134449.100000', '134449.560000', '134450.020000', '134450.480000', '134450.940000', '134451.400000', '134451.860000', '134452.320000', '134452.780000', '134453.240000'], 'ContentTime': ['133800.791000', '133800.795000', '133800.798000', '133800.800000', '133800.803000', '133800.806000', '133800.809000', '133800.812000', '133800.815000', '133800.818000', '133800.821000', '133800.824000', '133800.827000', '133800.830000', '133800.833000', '133800.835000', '133800.838000', '133800.841000', '133800.844000', '133800.847000', '133800.850000', '133800.853000', '133800.856000', '133800.859000', '133800.861000', '133800.864000', '133820.744000', '133820.747000', '133820.750000', '133820.753000', '133820.756000', '133820.759000', '133820.762000', '133820.765000', '133820.768000', '133820.770000', '133820.773000', '133820.776000', '133820.779000', '133820.782000', '133820.785000', '133820.788000', '133820.791000', '133820.794000', '133820.797000', '133820.800000', '133820.803000', '133820.805000', '133820.808000', '133820.811000', '133820.815000', '133820.818000', '133820.820000', '133820.823000', '133820.826000', '133820.829000', '133820.832000', '133820.835000', '133820.856000', '133820.858000', '133820.861000', '133820.864000', '133820.867000', '133820.870000', '133820.873000', '133820.876000', '133820.879000', '133820.882000', '133820.885000', '133840.744000', '133840.747000', '133840.750000', '133840.753000', '133840.756000', '133840.759000', '133840.762000', '133840.765000', '133840.768000', '133840.771000', '133840.773000', '133840.776000', '133840.779000', '133840.782000', '133840.807000', '133840.810000', '133840.819000', '133840.822000', '133840.825000', '133840.828000', '133840.831000', '133840.834000', '133840.837000', '133840.840000', '133840.843000', '133840.846000', '133840.848000', '133840.851000', '133840.854000', '133840.857000', '133840.860000', '133840.863000', '133840.866000', '133840.869000', '133840.872000', '133840.875000', '133840.877000', '133840.880000', '133840.883000', '133840.886000', '133840.889000', '133840.892000', '133840.895000', '133840.898000', '133900.744000', '133900.747000', '133900.750000', '133900.753000', '133900.756000', '133900.759000', '133900.762000', '133900.765000', '133900.768000', '133900.772000', '133900.775000', '133900.778000', '133900.781000', '133900.784000', '133900.787000', '133900.790000', '133900.793000', '133900.796000', '133900.798000', '133900.802000', '133900.804000', '133900.807000', '133900.810000', '133900.813000', '133900.816000', '133900.819000', '133900.822000', '133900.825000', '133900.828000', '133900.831000', '133900.835000', '133900.839000', '133900.842000', '133900.845000', '133900.848000', '133900.851000', '133900.854000', '133900.857000', '133900.860000', '133900.863000', '133900.866000', '133900.869000', '133900.872000', '133920.744000', '133920.747000', '133920.750000', '133920.753000', '133920.756000', '133920.759000', '133920.762000', '133920.765000', '133920.768000', '133920.770000', '133920.773000', '133920.776000', '133920.779000', '133920.782000', '133920.785000', '133920.788000', '133920.792000', '133920.794000', '133920.797000', '133920.800000', '133920.803000', '133920.806000', '133920.809000', '133920.812000', '133920.815000', '133920.818000', '133920.821000', '133920.824000', '133920.827000', '133920.830000', '133920.832000', '133920.835000', '133920.839000', '133920.841000', '133920.844000', '133920.847000', '133920.850000', '133920.853000', '133920.856000', '133920.859000', '133920.862000', '133920.865000', '133920.868000', '133920.871000', '133940.743000', '133940.746000', '133940.749000', '133940.752000', '133940.755000', '133940.758000', '133940.761000', '133940.764000', '133940.767000', '133940.770000', '133940.773000', '133940.776000', '133940.779000', '133940.782000', '133940.823000', '133940.826000', '133940.829000', '133940.831000', '133940.834000', '133940.837000', '133940.840000', '133940.843000', '133940.846000', '133940.849000', '133940.852000', '133940.855000', '133940.866000', '133940.869000', '133940.872000', '133940.875000', '133940.878000', '133940.881000', '133940.884000', '133940.887000', '133940.890000', '133940.893000', '133940.896000', '133940.899000', '133940.901000', '133940.904000', '133940.907000', '133940.910000', '133940.913000', '134000.744000', '134000.747000', '134000.750000', '134000.753000', '134000.756000', '134000.759000', '134000.762000', '134000.765000', '134000.768000', '134000.771000', '134000.774000', '134000.777000', '134000.780000', '134000.783000', '134000.804000', '134000.807000', '134000.810000', '134000.813000', '134000.815000', '134000.818000', '134000.821000', '134000.824000', '134000.827000', '134000.830000', '134000.833000', '134000.836000', '134000.839000', '134000.842000', '134000.845000', '134000.848000', '134000.851000', '134000.854000', '134000.857000', '134000.860000', '134000.863000', '134000.866000', '134000.869000', '134000.871000', '134000.874000', '134000.878000', '134000.880000', '134000.883000', '134000.886000', '134000.889000', '134020.744000', '134020.747000', '134020.750000', '134020.753000', '134020.756000', '134020.759000', '134020.762000', '134020.765000', '134020.768000', '134020.771000', '134020.774000', '134020.777000', '134020.780000', '134020.783000', '134020.786000', '134020.789000', '134020.792000', '134020.795000', '134020.798000', '134020.801000', '134020.803000', '134020.806000', '134020.811000', '134020.814000', '134020.817000', '134020.820000', '134020.823000', '134020.826000', '134020.829000', '134020.832000', '134020.835000', '134020.838000', '134020.841000', '134020.844000', '134020.847000', '134020.850000', '134020.853000', '134020.856000', '134020.859000', '134020.861000', '134020.865000', '134020.868000', '134020.871000', '134040.744000', '134040.747000', '134040.750000', '134040.753000', '134040.756000', '134040.759000', '134040.762000', '134040.765000', '134040.768000', '134040.771000', '134040.774000', '134040.777000', '134040.780000', '134040.783000', '134040.820000', '134040.823000', '134040.825000', '134040.828000', '134040.831000', '134040.834000', '134040.837000', '134040.840000', '134040.843000', '134040.846000', '134040.849000', '134040.852000', '134040.855000', '134040.858000', '134040.861000', '134040.864000', '134040.867000', '134040.870000', '134040.873000', '134040.875000', '134040.878000', '134040.881000', '134040.884000', '134040.887000', '134040.890000', '134040.893000', '134040.896000', '134040.899000', '134040.902000', '134040.905000', '134100.744000', '134100.747000', '134100.750000', '134100.753000', '134100.756000', '134100.759000', '134100.762000', '134100.765000', '134100.768000', '134100.771000', '134100.774000', '134100.777000', '134100.780000', '134100.783000', '134100.806000', '134100.809000', '134100.812000', '134100.815000', '134100.817000', '134100.820000', '134100.823000', '134100.826000', '134100.829000', '134100.832000', '134100.835000', '134100.838000', '134100.841000', '134100.844000', '134100.847000', '134100.850000', '134100.853000', '134100.856000', '134100.859000', '134100.861000', '134100.864000', '134100.867000', '134100.870000', '134100.873000', '134100.876000', '134100.879000', '134100.882000', '134100.885000', '134100.888000', '134120.744000', '134120.747000', '134120.750000', '134120.753000', '134120.756000', '134120.759000', '134120.762000', '134120.780000', '134120.783000', '134120.786000', '134120.789000', '134120.792000', '134120.795000', '134120.798000', '134120.801000', '134120.804000', '134120.807000', '134120.810000', '134120.813000', '134120.816000', '134120.818000', '134120.821000', '134120.824000', '134120.827000', '134120.830000', '134120.833000', '134120.836000', '134120.839000', '134120.842000', '134120.845000', '134120.848000', '134120.851000', '134120.854000', '134120.857000', '134120.860000', '134120.863000', '134120.866000', '134120.874000', '134120.877000', '134120.880000', '134120.883000', '134120.886000', '134120.889000', '134120.892000', '134140.744000', '134140.747000', '134140.750000', '134140.754000', '134140.757000', '134140.759000', '134140.762000', '134140.765000', '134140.768000', '134140.771000', '134140.774000', '134140.777000', '134140.780000', '134140.783000', '134140.816000', '134140.819000', '134140.822000', '134140.824000', '134140.827000', '134140.830000', '134140.833000', '134140.836000', '134140.839000', '134140.842000', '134140.847000', '134140.850000', '134140.853000', '134140.856000', '134140.859000', '134140.862000', '134140.864000', '134140.868000', '134140.870000', '134140.873000', '134140.876000', '134140.879000', '134140.882000', '134140.885000', '134140.888000', '134140.891000', '134140.894000', '134140.897000', '134140.900000', '134200.743000', '134200.746000', '134200.749000', '134200.752000', '134200.755000', '134200.758000', '134200.761000', '134200.764000', '134200.767000', '134200.770000', '134200.773000', '134200.776000', '134200.779000', '134200.782000', '134200.825000', '134200.828000', '134200.831000', '134200.834000', '134200.837000', '134200.840000', '134200.843000', '134200.846000', '134200.849000', '134200.852000', '134200.855000', '134200.858000', '134200.861000', '134200.864000', '134200.867000', '134200.870000', '134200.873000', '134200.875000', '134200.879000', '134200.881000', '134200.884000', '134200.887000', '134200.890000', '134200.893000', '134200.896000', '134200.899000', '134200.902000', '134200.905000', '134200.908000', '134200.911000', '134220.744000', '134220.747000', '134220.750000', '134220.753000', '134220.756000', '134220.759000', '134220.762000', '134220.765000', '134220.768000', '134220.771000', '134220.774000', '134220.777000', '134220.780000', '134220.783000', '134220.831000', '134220.834000', '134220.837000', '134220.840000', '134220.843000', '134220.846000', '134220.849000', '134220.852000', '134220.855000', '134220.858000', '134220.861000', '134220.864000', '134220.867000', '134220.870000', '134220.873000', '134220.876000', '134220.879000', '134220.882000', '134220.885000', '134220.888000', '134220.891000', '134220.894000', '134220.896000', '134220.899000', '134220.902000', '134220.905000', '134220.908000', '134220.911000', '134220.914000', '134240.744000', '134240.747000', '134240.750000', '134240.754000', '134240.756000', '134240.759000', '134240.762000', '134240.765000', '134240.768000', '134240.771000', '134240.774000', '134240.777000', '134240.780000', '134240.783000', '134240.794000', '134240.797000', '134240.800000', '134240.803000', '134240.806000', '134240.809000', '134240.812000', '134240.815000', '134240.818000', '134240.821000', '134240.824000', '134240.827000', '134240.829000', '134240.833000', '134240.835000', '134240.838000', '134240.841000', '134240.844000', '134240.863000', '134240.866000', '134240.869000', '134240.872000', '134240.875000', '134240.878000', '134240.881000', '134240.884000', '134240.887000', '134240.890000', '134240.893000', '134240.896000', '134300.744000', '134300.748000', '134300.750000', '134300.753000', '134300.756000', '134300.759000', '134300.762000', '134300.765000', '134300.768000', '134300.771000', '134300.774000', '134300.777000', '134300.780000', '134300.783000', '134300.827000', '134300.830000', '134300.833000', '134300.836000', '134300.839000', '134300.842000', '134300.845000', '134300.848000', '134300.851000', '134300.853000', '134300.856000', '134300.859000', '134300.862000', '134300.865000', '134300.868000', '134300.871000', '134300.874000', '134300.877000', '134300.880000', '134300.884000', '134300.888000', '134300.891000', '134300.893000', '134300.897000', '134300.900000', '134300.902000', '134300.905000', '134300.908000', '134300.911000', '134320.744000', '134320.747000', '134320.750000', '134320.753000', '134320.756000', '134320.759000', '134320.762000', '134320.765000', '134320.770000', '134320.773000', '134320.776000', '134320.779000', '134320.782000', '134320.832000', '134320.835000', '134320.838000', '134320.841000', '134320.844000', '134320.847000', '134320.851000', '134320.854000', '134320.857000', '134320.860000', '134320.863000', '134320.866000', '134320.868000', '134320.871000', '134320.874000', '134320.877000', '134320.880000', '134320.883000', '134320.886000', '134320.889000', '134320.892000', '134320.895000', '134320.898000', '134320.901000', '134320.904000', '134320.907000', '134320.910000', '134320.912000', '134320.915000', '134320.918000', '134320.921000', '134340.744000', '134340.747000', '134340.750000', '134340.753000', '134340.756000', '134340.759000', '134340.762000', '134340.765000', '134340.768000', '134340.771000', '134340.774000', '134340.777000', '134340.780000', '134340.783000', '134340.786000', '134340.789000', '134340.793000', '134340.796000', '134340.798000', '134340.801000', '134340.804000', '134340.807000', '134340.810000', '134340.813000', '134340.816000', '134340.819000', '134340.822000', '134340.825000', '134340.828000', '134340.831000', '134340.834000', '134340.837000', '134340.840000', '134340.843000', '134340.846000', '134340.849000', '134340.852000', '134340.855000', '134340.858000', '134340.861000', '134340.864000', '134340.867000', '134340.869000', '134400.744000', '134400.747000', '134400.750000', '134400.753000', '134400.756000', '134400.759000', '134400.762000', '134400.765000', '134400.768000', '134400.772000', '134400.774000', '134400.777000', '134400.780000', '134400.783000', '134400.849000', '134400.852000', '134400.855000', '134400.858000', '134400.861000', '134400.863000', '134400.866000', '134400.869000', '134400.872000', '134400.875000', '134400.878000', '134400.883000', '134400.886000', '134400.889000', '134400.892000', '134400.895000', '134400.898000', '134400.901000', '134400.904000', '134400.907000', '134400.910000', '134400.913000', '134400.916000', '134400.923000', '134400.926000', '134400.929000', '134400.932000', '134400.935000', '134400.938000', '134420.756000', '134420.759000', '134420.762000', '134420.765000', '134420.768000', '134420.771000', '134420.774000', '134420.777000', '134420.780000', '134420.783000', '134420.810000', '134420.813000', '134420.816000', '134420.819000', '134420.822000', '134420.825000', '134420.829000', '134420.832000', '134420.834000', '134420.837000', '134420.841000', '134420.844000', '134420.847000', '134420.850000', '134420.853000', '134420.856000', '134420.859000', '134420.862000', '134420.865000', '134420.868000', '134420.871000', '134420.874000', '134420.877000', '134420.880000', '134420.883000', '134420.886000', '134420.889000', '134420.892000', '134420.895000', '134420.898000', '134420.901000', '134420.904000', '134420.907000', '134420.910000', '134440.744000', '134440.747000', '134440.750000', '134440.753000', '134440.756000', '134440.759000', '134440.762000', '134440.765000', '134440.768000', '134440.775000', '134440.778000', '134440.781000', '134440.784000', '134440.831000', '134440.834000', '134440.837000', '134440.840000', '134440.843000', '134440.846000', '134440.849000', '134440.852000', '134440.855000', '134440.858000', '134440.861000', '134440.864000', '134440.867000', '134440.869000', '134440.872000', '134440.875000', '134440.878000', '134440.881000', '134440.884000', '134440.887000', '134440.890000', '134440.893000', '134440.896000', '134440.899000', '134440.902000', '134440.905000', '134440.908000', '134440.911000', '134440.914000', '134440.917000', '134454.661000', '134454.665000', '134454.668000', '134454.671000', '134454.674000', '134454.677000', '134454.679000', '134454.682000', '134454.685000', '134454.688000', '134454.691000', '134454.694000', '134454.697000', '134454.700000', '134454.703000', '134454.706000', '134454.709000', '134454.712000', '134454.715000', '134454.718000', '134454.721000', '134454.724000', '134454.727000', '134454.730000', '134454.733000', '134454.736000', '134454.739000', '134454.742000', '134454.745000', '134454.748000', '134454.751000'], 'InstanceCreationTime': ['133800.791000', '133800.795000', '133800.798000', '133800.800000', '133800.803000', '133800.806000', '133800.809000', '133800.812000', '133800.815000', '133800.818000', '133800.821000', '133800.824000', '133800.827000', '133800.830000', '133800.833000', '133800.835000', '133800.838000', '133800.841000', '133800.844000', '133800.847000', '133800.850000', '133800.853000', '133800.856000', '133800.859000', '133800.861000', '133800.864000', '133820.744000', '133820.747000', '133820.750000', '133820.753000', '133820.756000', '133820.759000', '133820.762000', '133820.765000', '133820.768000', '133820.770000', '133820.773000', '133820.776000', '133820.779000', '133820.782000', '133820.785000', '133820.788000', '133820.791000', '133820.794000', '133820.797000', '133820.800000', '133820.803000', '133820.805000', '133820.808000', '133820.811000', '133820.815000', '133820.818000', '133820.820000', '133820.823000', '133820.826000', '133820.829000', '133820.832000', '133820.835000', '133820.856000', '133820.858000', '133820.861000', '133820.864000', '133820.867000', '133820.870000', '133820.873000', '133820.876000', '133820.879000', '133820.882000', '133820.885000', '133840.744000', '133840.747000', '133840.750000', '133840.753000', '133840.756000', '133840.759000', '133840.762000', '133840.765000', '133840.768000', '133840.771000', '133840.773000', '133840.776000', '133840.779000', '133840.782000', '133840.807000', '133840.810000', '133840.819000', '133840.822000', '133840.825000', '133840.828000', '133840.831000', '133840.834000', '133840.837000', '133840.840000', '133840.843000', '133840.846000', '133840.848000', '133840.851000', '133840.854000', '133840.857000', '133840.860000', '133840.863000', '133840.866000', '133840.869000', '133840.872000', '133840.875000', '133840.877000', '133840.880000', '133840.883000', '133840.886000', '133840.889000', '133840.892000', '133840.895000', '133840.898000', '133900.744000', '133900.747000', '133900.750000', '133900.753000', '133900.756000', '133900.759000', '133900.762000', '133900.765000', '133900.768000', '133900.772000', '133900.775000', '133900.778000', '133900.781000', '133900.784000', '133900.787000', '133900.790000', '133900.793000', '133900.796000', '133900.798000', '133900.802000', '133900.804000', '133900.807000', '133900.810000', '133900.813000', '133900.816000', '133900.819000', '133900.822000', '133900.825000', '133900.828000', '133900.831000', '133900.835000', '133900.839000', '133900.842000', '133900.845000', '133900.848000', '133900.851000', '133900.854000', '133900.857000', '133900.860000', '133900.863000', '133900.866000', '133900.869000', '133900.872000', '133920.744000', '133920.747000', '133920.750000', '133920.753000', '133920.756000', '133920.759000', '133920.762000', '133920.765000', '133920.768000', '133920.770000', '133920.773000', '133920.776000', '133920.779000', '133920.782000', '133920.785000', '133920.788000', '133920.792000', '133920.794000', '133920.797000', '133920.800000', '133920.803000', '133920.806000', '133920.809000', '133920.812000', '133920.815000', '133920.818000', '133920.821000', '133920.824000', '133920.827000', '133920.830000', '133920.832000', '133920.835000', '133920.839000', '133920.841000', '133920.844000', '133920.847000', '133920.850000', '133920.853000', '133920.856000', '133920.859000', '133920.862000', '133920.865000', '133920.868000', '133920.871000', '133940.743000', '133940.746000', '133940.749000', '133940.752000', '133940.755000', '133940.758000', '133940.761000', '133940.764000', '133940.767000', '133940.770000', '133940.773000', '133940.776000', '133940.779000', '133940.782000', '133940.823000', '133940.826000', '133940.829000', '133940.831000', '133940.834000', '133940.837000', '133940.840000', '133940.843000', '133940.846000', '133940.849000', '133940.852000', '133940.855000', '133940.866000', '133940.869000', '133940.872000', '133940.875000', '133940.878000', '133940.881000', '133940.884000', '133940.887000', '133940.890000', '133940.893000', '133940.896000', '133940.899000', '133940.901000', '133940.904000', '133940.907000', '133940.910000', '133940.913000', '134000.744000', '134000.747000', '134000.750000', '134000.753000', '134000.756000', '134000.759000', '134000.762000', '134000.765000', '134000.768000', '134000.771000', '134000.774000', '134000.777000', '134000.780000', '134000.783000', '134000.804000', '134000.807000', '134000.810000', '134000.813000', '134000.815000', '134000.818000', '134000.821000', '134000.824000', '134000.827000', '134000.830000', '134000.833000', '134000.836000', '134000.839000', '134000.842000', '134000.845000', '134000.848000', '134000.851000', '134000.854000', '134000.857000', '134000.860000', '134000.863000', '134000.866000', '134000.869000', '134000.871000', '134000.874000', '134000.878000', '134000.880000', '134000.883000', '134000.886000', '134000.889000', '134020.744000', '134020.747000', '134020.750000', '134020.753000', '134020.756000', '134020.759000', '134020.762000', '134020.765000', '134020.768000', '134020.771000', '134020.774000', '134020.777000', '134020.780000', '134020.783000', '134020.786000', '134020.789000', '134020.792000', '134020.795000', '134020.798000', '134020.801000', '134020.803000', '134020.806000', '134020.811000', '134020.814000', '134020.817000', '134020.820000', '134020.823000', '134020.826000', '134020.829000', '134020.832000', '134020.835000', '134020.838000', '134020.841000', '134020.844000', '134020.847000', '134020.850000', '134020.853000', '134020.856000', '134020.859000', '134020.861000', '134020.865000', '134020.868000', '134020.871000', '134040.744000', '134040.747000', '134040.750000', '134040.753000', '134040.756000', '134040.759000', '134040.762000', '134040.765000', '134040.768000', '134040.771000', '134040.774000', '134040.777000', '134040.780000', '134040.783000', '134040.820000', '134040.823000', '134040.825000', '134040.828000', '134040.831000', '134040.834000', '134040.837000', '134040.840000', '134040.843000', '134040.846000', '134040.849000', '134040.852000', '134040.855000', '134040.858000', '134040.861000', '134040.864000', '134040.867000', '134040.870000', '134040.873000', '134040.875000', '134040.878000', '134040.881000', '134040.884000', '134040.887000', '134040.890000', '134040.893000', '134040.896000', '134040.899000', '134040.902000', '134040.905000', '134100.744000', '134100.747000', '134100.750000', '134100.753000', '134100.756000', '134100.759000', '134100.762000', '134100.765000', '134100.768000', '134100.771000', '134100.774000', '134100.777000', '134100.780000', '134100.783000', '134100.806000', '134100.809000', '134100.812000', '134100.815000', '134100.817000', '134100.820000', '134100.823000', '134100.826000', '134100.829000', '134100.832000', '134100.835000', '134100.838000', '134100.841000', '134100.844000', '134100.847000', '134100.850000', '134100.853000', '134100.856000', '134100.859000', '134100.861000', '134100.864000', '134100.867000', '134100.870000', '134100.873000', '134100.876000', '134100.879000', '134100.882000', '134100.885000', '134100.888000', '134120.744000', '134120.747000', '134120.750000', '134120.753000', '134120.756000', '134120.759000', '134120.762000', '134120.780000', '134120.783000', '134120.786000', '134120.789000', '134120.792000', '134120.795000', '134120.798000', '134120.801000', '134120.804000', '134120.807000', '134120.810000', '134120.813000', '134120.816000', '134120.818000', '134120.821000', '134120.824000', '134120.827000', '134120.830000', '134120.833000', '134120.836000', '134120.839000', '134120.842000', '134120.845000', '134120.848000', '134120.851000', '134120.854000', '134120.857000', '134120.860000', '134120.863000', '134120.866000', '134120.874000', '134120.877000', '134120.880000', '134120.883000', '134120.886000', '134120.889000', '134120.892000', '134140.744000', '134140.747000', '134140.750000', '134140.754000', '134140.757000', '134140.759000', '134140.762000', '134140.765000', '134140.768000', '134140.771000', '134140.774000', '134140.777000', '134140.780000', '134140.783000', '134140.816000', '134140.819000', '134140.822000', '134140.824000', '134140.827000', '134140.830000', '134140.833000', '134140.836000', '134140.839000', '134140.842000', '134140.847000', '134140.850000', '134140.853000', '134140.856000', '134140.859000', '134140.862000', '134140.864000', '134140.868000', '134140.870000', '134140.873000', '134140.876000', '134140.879000', '134140.882000', '134140.885000', '134140.888000', '134140.891000', '134140.894000', '134140.897000', '134140.900000', '134200.743000', '134200.746000', '134200.749000', '134200.752000', '134200.755000', '134200.758000', '134200.761000', '134200.764000', '134200.767000', '134200.770000', '134200.773000', '134200.776000', '134200.779000', '134200.782000', '134200.825000', '134200.828000', '134200.831000', '134200.834000', '134200.837000', '134200.840000', '134200.843000', '134200.846000', '134200.849000', '134200.852000', '134200.855000', '134200.858000', '134200.861000', '134200.864000', '134200.867000', '134200.870000', '134200.873000', '134200.875000', '134200.879000', '134200.881000', '134200.884000', '134200.887000', '134200.890000', '134200.893000', '134200.896000', '134200.899000', '134200.902000', '134200.905000', '134200.908000', '134200.911000', '134220.744000', '134220.747000', '134220.750000', '134220.753000', '134220.756000', '134220.759000', '134220.762000', '134220.765000', '134220.768000', '134220.771000', '134220.774000', '134220.777000', '134220.780000', '134220.783000', '134220.831000', '134220.834000', '134220.837000', '134220.840000', '134220.843000', '134220.846000', '134220.849000', '134220.852000', '134220.855000', '134220.858000', '134220.861000', '134220.864000', '134220.867000', '134220.870000', '134220.873000', '134220.876000', '134220.879000', '134220.882000', '134220.885000', '134220.888000', '134220.891000', '134220.894000', '134220.896000', '134220.899000', '134220.902000', '134220.905000', '134220.908000', '134220.911000', '134220.914000', '134240.744000', '134240.747000', '134240.750000', '134240.754000', '134240.756000', '134240.759000', '134240.762000', '134240.765000', '134240.768000', '134240.771000', '134240.774000', '134240.777000', '134240.780000', '134240.783000', '134240.794000', '134240.797000', '134240.800000', '134240.803000', '134240.806000', '134240.809000', '134240.812000', '134240.815000', '134240.818000', '134240.821000', '134240.824000', '134240.827000', '134240.829000', '134240.833000', '134240.835000', '134240.838000', '134240.841000', '134240.844000', '134240.863000', '134240.866000', '134240.869000', '134240.872000', '134240.875000', '134240.878000', '134240.881000', '134240.884000', '134240.887000', '134240.890000', '134240.893000', '134240.896000', '134300.744000', '134300.748000', '134300.750000', '134300.753000', '134300.756000', '134300.759000', '134300.762000', '134300.765000', '134300.768000', '134300.771000', '134300.774000', '134300.777000', '134300.780000', '134300.783000', '134300.827000', '134300.830000', '134300.833000', '134300.836000', '134300.839000', '134300.842000', '134300.845000', '134300.848000', '134300.851000', '134300.853000', '134300.856000', '134300.859000', '134300.862000', '134300.865000', '134300.868000', '134300.871000', '134300.874000', '134300.877000', '134300.880000', '134300.884000', '134300.888000', '134300.891000', '134300.893000', '134300.897000', '134300.900000', '134300.902000', '134300.905000', '134300.908000', '134300.911000', '134320.744000', '134320.747000', '134320.750000', '134320.753000', '134320.756000', '134320.759000', '134320.762000', '134320.765000', '134320.770000', '134320.773000', '134320.776000', '134320.779000', '134320.782000', '134320.832000', '134320.835000', '134320.838000', '134320.841000', '134320.844000', '134320.847000', '134320.851000', '134320.854000', '134320.857000', '134320.860000', '134320.863000', '134320.866000', '134320.868000', '134320.871000', '134320.874000', '134320.877000', '134320.880000', '134320.883000', '134320.886000', '134320.889000', '134320.892000', '134320.895000', '134320.898000', '134320.901000', '134320.904000', '134320.907000', '134320.910000', '134320.912000', '134320.915000', '134320.918000', '134320.921000', '134340.744000', '134340.747000', '134340.750000', '134340.753000', '134340.756000', '134340.759000', '134340.762000', '134340.765000', '134340.768000', '134340.771000', '134340.774000', '134340.777000', '134340.780000', '134340.783000', '134340.786000', '134340.789000', '134340.793000', '134340.796000', '134340.798000', '134340.801000', '134340.804000', '134340.807000', '134340.810000', '134340.813000', '134340.816000', '134340.819000', '134340.822000', '134340.825000', '134340.828000', '134340.831000', '134340.834000', '134340.837000', '134340.840000', '134340.843000', '134340.846000', '134340.849000', '134340.852000', '134340.855000', '134340.858000', '134340.861000', '134340.864000', '134340.867000', '134340.869000', '134400.744000', '134400.747000', '134400.750000', '134400.753000', '134400.756000', '134400.759000', '134400.762000', '134400.765000', '134400.768000', '134400.772000', '134400.774000', '134400.777000', '134400.780000', '134400.783000', '134400.849000', '134400.852000', '134400.855000', '134400.858000', '134400.861000', '134400.863000', '134400.866000', '134400.869000', '134400.872000', '134400.875000', '134400.878000', '134400.883000', '134400.886000', '134400.889000', '134400.892000', '134400.895000', '134400.898000', '134400.901000', '134400.904000', '134400.907000', '134400.910000', '134400.913000', '134400.916000', '134400.923000', '134400.926000', '134400.929000', '134400.932000', '134400.935000', '134400.938000', '134420.756000', '134420.759000', '134420.762000', '134420.765000', '134420.768000', '134420.771000', '134420.774000', '134420.777000', '134420.780000', '134420.783000', '134420.810000', '134420.813000', '134420.816000', '134420.819000', '134420.822000', '134420.825000', '134420.829000', '134420.832000', '134420.834000', '134420.837000', '134420.841000', '134420.844000', '134420.847000', '134420.850000', '134420.853000', '134420.856000', '134420.859000', '134420.862000', '134420.865000', '134420.868000', '134420.871000', '134420.874000', '134420.877000', '134420.880000', '134420.883000', '134420.886000', '134420.889000', '134420.892000', '134420.895000', '134420.898000', '134420.901000', '134420.904000', '134420.907000', '134420.910000', '134440.744000', '134440.747000', '134440.750000', '134440.753000', '134440.756000', '134440.759000', '134440.762000', '134440.765000', '134440.768000', '134440.775000', '134440.778000', '134440.781000', '134440.784000', '134440.831000', '134440.834000', '134440.837000', '134440.840000', '134440.843000', '134440.846000', '134440.849000', '134440.852000', '134440.855000', '134440.858000', '134440.861000', '134440.864000', '134440.867000', '134440.869000', '134440.872000', '134440.875000', '134440.878000', '134440.881000', '134440.884000', '134440.887000', '134440.890000', '134440.893000', '134440.896000', '134440.899000', '134440.902000', '134440.905000', '134440.908000', '134440.911000', '134440.914000', '134440.917000', '134454.661000', '134454.665000', '134454.668000', '134454.671000', '134454.674000', '134454.677000', '134454.679000', '134454.682000', '134454.685000', '134454.688000', '134454.691000', '134454.694000', '134454.697000', '134454.700000', '134454.703000', '134454.706000', '134454.709000', '134454.712000', '134454.715000', '134454.718000', '134454.721000', '134454.724000', '134454.727000', '134454.730000', '134454.733000', '134454.736000', '134454.739000', '134454.742000', '134454.745000', '134454.748000', '134454.751000'], '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], 'LargestImagePixelValue': [10589, 8812, 12211, 8628, 11338, 8483, 11231, 8322, 9444, 8273, 8850, 7784, 8553, 7755, 8461, 7106, 8536, 7727, 8548, 11613, 8493, 9202, 8105, 9021, 7308, 9042, 7197, 8966, 8128, 9523, 7131, 9056, 7203, 8903, 7986, 8887, 9097, 9998, 8194, 10171, 8433, 9973, 7567, 9900, 7332, 11030, 8023, 11825, 8376, 12345, 8414, 11544, 8527, 11138, 8205, 7255, 8959, 7198, 9260, 7322, 9417, 7766, 9390, 7359, 9215, 7066, 9165, 8013, 9878, 8820, 8404, 9039, 7321, 9144, 7037, 9627, 7412, 11776, 8976, 11587, 9465, 8107, 9838, 7638, 8564, 7385, 10736, 9069, 7945, 9040, 7393, 9356, 7136, 9467, 8257, 12987, 8140, 11547, 8424, 11374, 8107, 8951, 8134, 7459, 8733, 7216, 8899, 6871, 9063, 7090, 9557, 7023, 8828, 7714, 9396, 8179, 9824, 8403, 11273, 8963, 12273, 9802, 10608, 8783, 11513, 9116, 10063, 9128, 9881, 7984, 9656, 9088, 10369, 9309, 13091, 9256, 15239, 9908, 9467, 8934, 8431, 9571, 8670, 10299, 8433, 11006, 13897, 9768, 9471, 9384, 8462, 9480, 10167, 9512, 10802, 9276, 10460, 9658, 8964, 9662, 9686, 8743, 7650, 8923, 8036, 9295, 9642, 8811, 7675, 8566, 9858, 9063, 14160, 8657, 9590, 8503, 8438, 8485, 8400, 8756, 9742, 8946, 12751, 8499, 9533, 8343, 7198, 8746, 8112, 9012, 11961, 9083, 12745, 8694, 9274, 8719, 7639, 8818, 7850, 8896, 7912, 8813, 8525, 9297, 11563, 8664, 9409, 9161, 9932, 9413, 10118, 8912, 9271, 8118, 8978, 8076, 8903, 7132, 8712, 9551, 8724, 9920, 8370, 9557, 8165, 9295, 8165, 9137, 8018, 9080, 8027, 9129, 7802, 9065, 8931, 8966, 8020, 8745, 8329, 9058, 12784, 8671, 11455, 8679, 10337, 8404, 9085, 8262, 8988, 7586, 8706, 9117, 9077, 13966, 8788, 10205, 8651, 9451, 8202, 9172, 7924, 9248, 7834, 8832, 7522, 8733, 7786, 9255, 10336, 9103, 9917, 9214, 9740, 8846, 8777, 8248, 9027, 8230, 8799, 14776, 8339, 10665, 8274, 9544, 7660, 8947, 7284, 8791, 13294, 8439, 11515, 8072, 9448, 8008, 9093, 7651, 9094, 8663, 8626, 8552, 8305, 10228, 8293, 10032, 8422, 9288, 7803, 8611, 7630, 8879, 7630, 8657, 9975, 8945, 13860, 8707, 10246, 8431, 9061, 7950, 8935, 8233, 8478, 12915, 8549, 9937, 8515, 9371, 8248, 9314, 7421, 8874, 7829, 9003, 7615, 9123, 8590, 9137, 10440, 9092, 9114, 9040, 9194, 8521, 9206, 7791, 8924, 7536, 8720, 7026, 8936, 11108, 8636, 14722, 8291, 12895, 8298, 10610, 8285, 9475, 7699, 9123, 7494, 9233, 7040, 9112, 7271, 9253, 7069, 8975, 7496, 9001, 8426, 8858, 12949, 8769, 14515, 8662, 12405, 8560, 9703, 8549, 9328, 8503, 8826, 8149, 8863, 7811, 9058, 9129, 8399, 9135, 8621, 10410, 8870, 9781, 8649, 9369, 8475, 9086, 8538, 9136, 8682, 9580, 8360, 9521, 8408, 8955, 8542, 9024, 8542, 9161, 8171, 9361, 7889, 8911, 7592, 8557, 14339, 8318, 11093, 8234, 9275, 8255, 9305, 7620, 8979, 7114, 8301, 8670, 8607, 9640, 8313, 10215, 8255, 9814, 7996, 9140, 7597, 9089, 7417, 8847, 7655, 9004, 7031, 8398, 8461, 8383, 11079, 8322, 10300, 8082, 9437, 7980, 9257, 7871, 8697, 7842, 8957, 7567, 9615, 9810, 9260, 10993, 8530, 13667, 8665, 9705, 8471, 9133, 7913, 8730, 7523, 8810, 7256, 9137, 7048, 8652, 7069, 8536, 8697, 8519, 9644, 8304, 9369, 8330, 9043, 8104, 9041, 7909, 8862, 10334, 8993, 13881, 8605, 9549, 8296, 8988, 7669, 9172, 8758, 8389, 10917, 8244, 9597, 7880, 9232, 7214, 8851, 7179, 8495, 8704, 8012, 11226, 8141, 9413, 7848, 9422, 7329, 8835, 7821, 8551, 9496, 7999, 13009, 8046, 9421, 7539, 8968, 7043, 8942, 7286, 8276, 9831, 8108, 11237, 8708, 9511, 8616, 9029, 7937, 9001, 7138, 8666, 8150, 8489, 11595, 8212, 9533, 8352, 9413, 8163, 9252, 7175, 8942, 9478, 8792, 12498, 8879, 10140, 8618, 9471, 8074, 8888, 7873, 9017, 7662, 9211, 9978, 8930, 12468, 8735, 9457, 9004, 9168, 8400, 9144, 7853, 8919, 7565, 8475, 7202, 8740, 11880, 8773, 10068, 8551, 9431, 7874, 8770, 7991, 8915, 8106, 9161, 7896, 9322, 7748, 8986, 7652, 8385, 10037, 8524, 14168, 8396, 13494, 8457, 9733, 8380, 9531, 8080, 8923, 8187, 9081, 7882, 9088, 8331, 9446, 8428, 9464, 8850, 9665, 8458, 9260, 8280, 9064, 9446, 8645, 14317, 8396, 14281, 8577, 10173, 8700, 10665, 8366, 9872, 8219, 8439, 8051, 8730, 7628, 8349, 9123, 8362, 10426, 8407, 9112, 8286, 8946, 8310, 8891, 8355, 8849, 7911, 9203, 7571, 8755, 7636, 8412, 7265, 8870, 9182, 8712, 10052, 8633, 10822, 8237, 9369, 8223, 9385, 7905, 9409, 7815, 9282, 6963, 8565, 7004, 8430, 11090, 8269, 12487, 8082, 9628, 7604, 9262, 7348, 8781, 7106, 8614, 10705, 8127, 11486, 8275, 9593, 7541, 9198, 7169, 8734, 7264, 8682, 9303, 8441, 8567, 8239, 10245, 7976, 9479, 7919, 9045, 7502, 8708, 7046, 8340, 12503, 8343, 9326, 8357, 9142, 7766, 9227, 7211, 8875, 7817, 8727, 7361, 8866, 8886, 8974, 10820, 8940, 10836, 9135, 9857, 8854, 9312, 8486, 8868, 8098, 8942, 8051, 8812, 7502, 8918, 11335, 8413, 7406, 8355, 8585, 8402, 10335, 8404, 11391, 8337, 11925, 8118, 11051, 8185, 10893, 8267, 9458, 8175, 9888, 8312, 10076, 8011, 9030, 8075, 8998, 8039, 9196, 8084, 9072, 7490, 9717, 11149, 8509, 8444, 8586, 10178, 8470, 11866, 8090, 11973, 8313, 12320, 8011, 11158, 7940, 10265, 7915, 9427, 7914, 9089, 7953, 9440, 8072, 9274, 8343, 9450, 8424, 10895, 7729, 9135, 7614, 8729, 7519, 8429, 11829, 8839, 12672, 8691, 9320, 8548, 9011, 8585, 9737, 8464, 9740, 8609, 9903, 8694, 9445, 8387, 8196, 8421, 9603, 8263, 11548, 8183, 11063, 8711, 10170, 8127, 9129, 7930, 9064, 8020, 8912, 7810, 9268, 7734, 9148, 7936, 9438, 8113, 9253, 7847, 9425, 7942, 9314, 7432, 9084, 7180, 8841, 7145, 8680, 7129, 8944, 7660, 8405, 6972, 8439, 8884, 8507, 10023, 8653, 9875, 8584, 9255, 8467, 9407, 8169, 9158, 7809, 9172, 7434, 9009, 7306, 9228, 6952, 8966, 7841, 8827, 10097, 8242, 12884, 7981, 10633, 8039, 9414, 8019, 8962, 7169, 9257, 6974, 9211, 7219, 8898, 7049, 8517, 8045, 8382, 11145, 8166, 10697, 8147, 9877, 8305, 9341, 8472, 9330, 7971, 9163, 7252, 9020, 6924, 8971, 7108, 8476, 10583, 8035, 11397, 7986, 10645, 7777, 9021], 'WindowCenter': [4426.0, 4393.0, 4416.0, 4377.0, 4394.0, 4362.0, 4380.0, 4350.0, 4359.0, 4348.0, 4359.0, 4339.0, 4349.0, 4337.0, 4349.0, 4317.0, 4347.0, 4328.0, 4344.0, 4375.0, 4348.0, 4347.0, 4339.0, 4361.0, 4329.0, 4360.0, 4332.0, 4360.0, 4342.0, 4362.0, 4319.0, 4350.0, 4328.0, 4349.0, 4339.0, 4349.0, 4344.0, 4373.0, 4349.0, 4372.0, 4352.0, 4362.0, 4336.0, 4371.0, 4333.0, 4383.0, 4342.0, 4381.0, 4340.0, 4380.0, 4364.0, 4380.0, 4351.0, 4383.0, 4350.0, 4328.0, 4360.0, 4330.0, 4368.0, 4336.0, 4361.0, 4335.0, 4360.0, 4332.0, 4356.0, 4330.0, 4358.0, 4342.0, 4371.0, 4363.0, 4351.0, 4363.0, 4336.0, 4373.0, 4332.0, 4367.0, 4342.0, 4392.0, 4357.0, 4382.0, 4373.0, 4336.0, 4367.0, 4343.0, 4347.0, 4337.0, 4394.0, 4363.0, 4352.0, 4362.0, 4344.0, 4373.0, 4333.0, 4372.0, 4359.0, 4397.0, 4353.0, 4376.0, 4353.0, 4394.0, 4353.0, 4364.0, 4353.0, 4343.0, 4364.0, 4345.0, 4366.0, 4335.0, 4363.0, 4344.0, 4387.0, 4340.0, 4368.0, 4356.0, 4374.0, 4354.0, 4367.0, 4348.0, 4383.0, 4363.0, 4392.0, 4384.0, 4383.0, 4346.0, 4392.0, 4360.0, 4363.0, 4360.0, 4369.0, 4340.0, 4354.0, 4359.0, 4369.0, 4359.0, 4389.0, 4348.0, 4397.0, 4357.0, 4343.0, 4348.0, 4325.0, 4345.0, 4330.0, 4355.0, 4325.0, 4356.0, 4374.0, 4342.0, 4333.0, 4331.0, 4311.0, 4333.0, 4342.0, 4356.0, 4354.0, 4345.0, 4369.0, 4348.0, 4346.0, 4359.0, 4357.0, 4347.0, 4329.0, 4348.0, 4340.0, 4360.0, 4360.0, 4362.0, 4347.0, 4363.0, 4365.0, 4360.0, 4397.0, 4351.0, 4359.0, 4349.0, 4351.0, 4352.0, 4347.0, 4349.0, 4358.0, 4362.0, 4389.0, 4351.0, 4357.0, 4335.0, 4315.0, 4337.0, 4326.0, 4336.0, 4366.0, 4338.0, 4376.0, 4336.0, 4347.0, 4335.0, 4315.0, 4346.0, 4337.0, 4360.0, 4352.0, 4347.0, 4347.0, 4349.0, 4366.0, 4337.0, 4345.0, 4345.0, 4356.0, 4347.0, 4358.0, 4338.0, 4343.0, 4325.0, 4335.0, 4325.0, 4336.0, 4299.0, 4335.0, 4356.0, 4341.0, 4357.0, 4332.0, 4357.0, 4339.0, 4346.0, 4339.0, 4357.0, 4339.0, 4348.0, 4338.0, 4358.0, 4327.0, 4348.0, 4350.0, 4348.0, 4337.0, 4348.0, 4337.0, 4348.0, 4382.0, 4348.0, 4378.0, 4347.0, 4354.0, 4337.0, 4346.0, 4335.0, 4346.0, 4339.0, 4360.0, 4349.0, 4348.0, 4388.0, 4349.0, 4358.0, 4337.0, 4358.0, 4338.0, 4348.0, 4337.0, 4358.0, 4326.0, 4348.0, 4327.0, 4343.0, 4327.0, 4360.0, 4368.0, 4348.0, 4353.0, 4354.0, 4353.0, 4348.0, 4345.0, 4348.0, 4360.0, 4347.0, 4349.0, 4399.0, 4350.0, 4368.0, 4348.0, 4359.0, 4338.0, 4348.0, 4326.0, 4348.0, 4387.0, 4345.0, 4377.0, 4337.0, 4359.0, 4339.0, 4359.0, 4324.0, 4351.0, 4348.0, 4349.0, 4347.0, 4349.0, 4370.0, 4348.0, 4356.0, 4337.0, 4359.0, 4328.0, 4348.0, 4326.0, 4347.0, 4326.0, 4347.0, 4358.0, 4347.0, 4387.0, 4348.0, 4358.0, 4337.0, 4347.0, 4338.0, 4347.0, 4337.0, 4338.0, 4386.0, 4348.0, 4358.0, 4349.0, 4358.0, 4337.0, 4357.0, 4327.0, 4346.0, 4329.0, 4359.0, 4327.0, 4359.0, 4349.0, 4360.0, 4364.0, 4355.0, 4354.0, 4361.0, 4370.0, 4351.0, 4360.0, 4328.0, 4350.0, 4327.0, 4350.0, 4329.0, 4359.0, 4378.0, 4349.0, 4400.0, 4338.0, 4386.0, 4338.0, 4368.0, 4336.0, 4369.0, 4340.0, 4358.0, 4328.0, 4347.0, 4318.0, 4348.0, 4328.0, 4347.0, 4318.0, 4346.0, 4324.0, 4348.0, 4337.0, 4348.0, 4387.0, 4347.0, 4388.0, 4348.0, 4376.0, 4336.0, 4346.0, 4347.0, 4352.0, 4343.0, 4347.0, 4336.0, 4348.0, 4327.0, 4347.0, 4341.0, 4338.0, 4345.0, 4347.0, 4368.0, 4348.0, 4356.0, 4349.0, 4345.0, 4351.0, 4348.0, 4348.0, 4361.0, 4347.0, 4358.0, 4347.0, 4361.0, 4348.0, 4361.0, 4360.0, 4354.0, 4349.0, 4361.0, 4350.0, 4359.0, 4338.0, 4359.0, 4338.0, 4347.0, 4397.0, 4337.0, 4366.0, 4335.0, 4343.0, 4336.0, 4345.0, 4325.0, 4345.0, 4315.0, 4335.0, 4337.0, 4346.0, 4346.0, 4337.0, 4355.0, 4336.0, 4357.0, 4338.0, 4357.0, 4339.0, 4347.0, 4327.0, 4347.0, 4329.0, 4347.0, 4315.0, 4337.0, 4336.0, 4338.0, 4377.0, 4351.0, 4367.0, 4337.0, 4352.0, 4339.0, 4358.0, 4337.0, 4345.0, 4338.0, 4359.0, 4338.0, 4361.0, 4358.0, 4358.0, 4367.0, 4347.0, 4399.0, 4347.0, 4358.0, 4337.0, 4347.0, 4339.0, 4347.0, 4328.0, 4346.0, 4327.0, 4358.0, 4317.0, 4349.0, 4317.0, 4350.0, 4348.0, 4349.0, 4359.0, 4349.0, 4358.0, 4349.0, 4361.0, 4351.0, 4348.0, 4338.0, 4360.0, 4367.0, 4347.0, 4387.0, 4342.0, 4356.0, 4336.0, 4348.0, 4326.0, 4358.0, 4336.0, 4337.0, 4377.0, 4348.0, 4359.0, 4340.0, 4357.0, 4330.0, 4360.0, 4317.0, 4348.0, 4349.0, 4337.0, 4379.0, 4339.0, 4352.0, 4350.0, 4360.0, 4331.0, 4360.0, 4339.0, 4351.0, 4358.0, 4351.0, 4402.0, 4350.0, 4359.0, 4340.0, 4359.0, 4330.0, 4362.0, 4330.0, 4350.0, 4373.0, 4353.0, 4381.0, 4349.0, 4360.0, 4351.0, 4360.0, 4339.0, 4355.0, 4329.0, 4349.0, 4337.0, 4349.0, 4379.0, 4351.0, 4358.0, 4349.0, 4354.0, 4349.0, 4359.0, 4322.0, 4360.0, 4358.0, 4350.0, 4383.0, 4360.0, 4368.0, 4348.0, 4352.0, 4337.0, 4349.0, 4336.0, 4357.0, 4338.0, 4358.0, 4357.0, 4344.0, 4379.0, 4348.0, 4356.0, 4348.0, 4348.0, 4332.0, 4357.0, 4338.0, 4348.0, 4328.0, 4348.0, 4330.0, 4350.0, 4373.0, 4348.0, 4370.0, 4350.0, 4349.0, 4338.0, 4348.0, 4338.0, 4349.0, 4337.0, 4359.0, 4340.0, 4359.0, 4328.0, 4350.0, 4327.0, 4348.0, 4353.0, 4348.0, 4398.0, 4338.0, 4387.0, 4337.0, 4357.0, 4338.0, 4357.0, 4337.0, 4349.0, 4349.0, 4371.0, 4335.0, 4350.0, 4338.0, 4356.0, 4349.0, 4372.0, 4356.0, 4359.0, 4347.0, 4359.0, 4337.0, 4359.0, 4360.0, 4348.0, 4397.0, 4337.0, 4387.0, 4335.0, 4354.0, 4333.0, 4351.0, 4323.0, 4342.0, 4324.0, 4324.0, 4325.0, 4334.0, 4312.0, 4320.0, 4330.0, 4321.0, 4341.0, 4323.0, 4332.0, 4323.0, 4332.0, 4323.0, 4333.0, 4325.0, 4332.0, 4324.0, 4344.0, 4314.0, 4334.0, 4314.0, 4337.0, 4326.0, 4348.0, 4345.0, 4348.0, 4357.0, 4348.0, 4367.0, 4350.0, 4358.0, 4338.0, 4347.0, 4337.0, 4348.0, 4328.0, 4349.0, 4319.0, 4350.0, 4318.0, 4338.0, 4367.0, 4339.0, 4377.0, 4339.0, 4351.0, 4326.0, 4358.0, 4331.0, 4343.0, 4318.0, 4350.0, 4369.0, 4339.0, 4378.0, 4338.0, 4354.0, 4327.0, 4358.0, 4319.0, 4350.0, 4330.0, 4351.0, 4358.0, 4349.0, 4350.0, 4352.0, 4381.0, 4342.0, 4362.0, 4351.0, 4361.0, 4329.0, 4352.0, 4319.0, 4352.0, 4389.0, 4352.0, 4358.0, 4345.0, 4371.0, 4341.0, 4359.0, 4328.0, 4361.0, 4341.0, 4361.0, 4329.0, 4360.0, 4355.0, 4361.0, 4380.0, 4362.0, 4369.0, 4355.0, 4354.0, 4344.0, 4348.0, 4346.0, 4350.0, 4334.0, 4361.0, 4346.0, 4348.0, 4328.0, 4349.0, 4374.0, 4338.0, 4312.0, 4337.0, 4347.0, 4350.0, 4370.0, 4338.0, 4378.0, 4349.0, 4377.0, 4333.0, 4366.0, 4338.0, 4369.0, 4351.0, 4357.0, 4340.0, 4369.0, 4349.0, 4369.0, 4334.0, 4359.0, 4351.0, 4363.0, 4351.0, 4356.0, 4353.0, 4360.0, 4341.0, 4371.0, 4374.0, 4350.0, 4338.0, 4348.0, 4358.0, 4339.0, 4389.0, 4338.0, 4378.0, 4340.0, 4388.0, 4338.0, 4377.0, 4333.0, 4369.0, 4334.0, 4353.0, 4341.0, 4361.0, 4351.0, 4369.0, 4336.0, 4360.0, 4351.0, 4354.0, 4338.0, 4369.0, 4327.0, 4350.0, 4339.0, 4349.0, 4327.0, 4336.0, 4360.0, 4347.0, 4375.0, 4336.0, 4345.0, 4335.0, 4345.0, 4348.0, 4358.0, 4351.0, 4369.0, 4348.0, 4359.0, 4345.0, 4353.0, 4338.0, 4336.0, 4349.0, 4371.0, 4348.0, 4378.0, 4349.0, 4378.0, 4348.0, 4356.0, 4326.0, 4345.0, 4336.0, 4341.0, 4337.0, 4346.0, 4338.0, 4358.0, 4340.0, 4360.0, 4345.0, 4361.0, 4341.0, 4358.0, 4335.0, 4358.0, 4339.0, 4360.0, 4330.0, 4360.0, 4324.0, 4360.0, 4330.0, 4350.0, 4317.0, 4348.0, 4327.0, 4350.0, 4322.0, 4350.0, 4361.0, 4362.0, 4369.0, 4363.0, 4370.0, 4361.0, 4359.0, 4350.0, 4359.0, 4345.0, 4354.0, 4340.0, 4361.0, 4330.0, 4362.0, 4343.0, 4360.0, 4317.0, 4360.0, 4338.0, 4349.0, 4368.0, 4337.0, 4388.0, 4338.0, 4370.0, 4341.0, 4358.0, 4339.0, 4343.0, 4316.0, 4346.0, 4318.0, 4359.0, 4329.0, 4349.0, 4330.0, 4349.0, 4332.0, 4348.0, 4378.0, 4349.0, 4368.0, 4338.0, 4371.0, 4351.0, 4359.0, 4351.0, 4356.0, 4340.0, 4359.0, 4327.0, 4347.0, 4318.0, 4347.0, 4318.0, 4350.0, 4368.0, 4337.0, 4378.0, 4339.0, 4368.0, 4329.0, 4347.0], 'WindowWidth': [9757.0, 9702.0, 9724.0, 9666.0, 9684.0, 9636.0, 9657.0, 9616.0, 9626.0, 9612.0, 9627.0, 9599.0, 9613.0, 9594.0, 9611.0, 9567.0, 9607.0, 9582.0, 9601.0, 9642.0, 9608.0, 9606.0, 9598.0, 9630.0, 9586.0, 9628.0, 9595.0, 9629.0, 9606.0, 9632.0, 9570.0, 9613.0, 9581.0, 9610.0, 9597.0, 9611.0, 9601.0, 9646.0, 9612.0, 9645.0, 9618.0, 9632.0, 9592.0, 9644.0, 9594.0, 9664.0, 9605.0, 9656.0, 9598.0, 9651.0, 9640.0, 9655.0, 9615.0, 9660.0, 9615.0, 9584.0, 9627.0, 9590.0, 9642.0, 9595.0, 9629.0, 9590.0, 9626.0, 9592.0, 9621.0, 9589.0, 9624.0, 9605.0, 9645.0, 9634.0, 9619.0, 9635.0, 9595.0, 9649.0, 9593.0, 9637.0, 9606.0, 9672.0, 9622.0, 9660.0, 9649.0, 9593.0, 9633.0, 9609.0, 9610.0, 9599.0, 9680.0, 9637.0, 9620.0, 9635.0, 9611.0, 9648.0, 9597.0, 9648.0, 9630.0, 9677.0, 9624.0, 9648.0, 9623.0, 9678.0, 9623.0, 9637.0, 9623.0, 9609.0, 9640.0, 9616.0, 9643.0, 9602.0, 9636.0, 9615.0, 9675.0, 9608.0, 9643.0, 9632.0, 9654.0, 9625.0, 9638.0, 9614.0, 9664.0, 9636.0, 9672.0, 9666.0, 9663.0, 9606.0, 9675.0, 9628.0, 9625.0, 9626.0, 9639.0, 9601.0, 9614.0, 9626.0, 9636.0, 9624.0, 9662.0, 9607.0, 9670.0, 9617.0, 9593.0, 9604.0, 9569.0, 9598.0, 9573.0, 9610.0, 9569.0, 9612.0, 9631.0, 9588.0, 9574.0, 9570.0, 9543.0, 9576.0, 9586.0, 9614.0, 9606.0, 9599.0, 9635.0, 9605.0, 9600.0, 9623.0, 9618.0, 9604.0, 9580.0, 9606.0, 9598.0, 9626.0, 9626.0, 9630.0, 9613.0, 9638.0, 9632.0, 9627.0, 9672.0, 9615.0, 9623.0, 9610.0, 9617.0, 9619.0, 9608.0, 9610.0, 9621.0, 9634.0, 9663.0, 9616.0, 9616.0, 9586.0, 9557.0, 9589.0, 9573.0, 9587.0, 9628.0, 9590.0, 9640.0, 9587.0, 9601.0, 9585.0, 9556.0, 9599.0, 9592.0, 9626.0, 9619.0, 9606.0, 9606.0, 9609.0, 9628.0, 9590.0, 9596.0, 9598.0, 9614.0, 9603.0, 9618.0, 9591.0, 9594.0, 9570.0, 9585.0, 9570.0, 9585.0, 9531.0, 9584.0, 9615.0, 9593.0, 9616.0, 9582.0, 9620.0, 9596.0, 9604.0, 9597.0, 9619.0, 9596.0, 9609.0, 9593.0, 9620.0, 9579.0, 9609.0, 9611.0, 9606.0, 9592.0, 9608.0, 9592.0, 9607.0, 9649.0, 9606.0, 9648.0, 9606.0, 9612.0, 9592.0, 9602.0, 9585.0, 9604.0, 9601.0, 9628.0, 9611.0, 9608.0, 9661.0, 9610.0, 9619.0, 9590.0, 9619.0, 9595.0, 9607.0, 9592.0, 9621.0, 9576.0, 9606.0, 9578.0, 9599.0, 9579.0, 9625.0, 9634.0, 9609.0, 9612.0, 9613.0, 9612.0, 9608.0, 9602.0, 9611.0, 9629.0, 9608.0, 9613.0, 9678.0, 9615.0, 9635.0, 9610.0, 9626.0, 9597.0, 9608.0, 9577.0, 9607.0, 9660.0, 9604.0, 9646.0, 9592.0, 9625.0, 9599.0, 9625.0, 9575.0, 9616.0, 9608.0, 9612.0, 9605.0, 9610.0, 9640.0, 9608.0, 9619.0, 9593.0, 9623.0, 9582.0, 9608.0, 9577.0, 9606.0, 9577.0, 9606.0, 9621.0, 9607.0, 9661.0, 9607.0, 9620.0, 9591.0, 9604.0, 9592.0, 9606.0, 9592.0, 9595.0, 9657.0, 9607.0, 9621.0, 9611.0, 9620.0, 9592.0, 9620.0, 9580.0, 9604.0, 9582.0, 9624.0, 9580.0, 9624.0, 9610.0, 9628.0, 9627.0, 9619.0, 9616.0, 9632.0, 9644.0, 9616.0, 9628.0, 9582.0, 9612.0, 9579.0, 9615.0, 9588.0, 9625.0, 9648.0, 9611.0, 9678.0, 9596.0, 9656.0, 9594.0, 9633.0, 9591.0, 9639.0, 9600.0, 9623.0, 9580.0, 9606.0, 9568.0, 9608.0, 9580.0, 9604.0, 9568.0, 9605.0, 9574.0, 9610.0, 9592.0, 9607.0, 9659.0, 9604.0, 9660.0, 9607.0, 9642.0, 9587.0, 9601.0, 9605.0, 9609.0, 9597.0, 9604.0, 9589.0, 9608.0, 9578.0, 9606.0, 9593.0, 9594.0, 9601.0, 9604.0, 9635.0, 9608.0, 9614.0, 9608.0, 9602.0, 9616.0, 9607.0, 9610.0, 9631.0, 9608.0, 9623.0, 9607.0, 9629.0, 9608.0, 9632.0, 9631.0, 9616.0, 9612.0, 9632.0, 9616.0, 9626.0, 9595.0, 9626.0, 9597.0, 9607.0, 9672.0, 9592.0, 9630.0, 9586.0, 9598.0, 9590.0, 9599.0, 9571.0, 9598.0, 9556.0, 9587.0, 9588.0, 9602.0, 9601.0, 9591.0, 9613.0, 9588.0, 9617.0, 9593.0, 9620.0, 9598.0, 9605.0, 9578.0, 9604.0, 9582.0, 9604.0, 9559.0, 9591.0, 9588.0, 9595.0, 9645.0, 9616.0, 9632.0, 9593.0, 9609.0, 9597.0, 9622.0, 9595.0, 9604.0, 9596.0, 9625.0, 9598.0, 9630.0, 9621.0, 9623.0, 9632.0, 9606.0, 9680.0, 9606.0, 9621.0, 9592.0, 9607.0, 9597.0, 9605.0, 9579.0, 9604.0, 9580.0, 9622.0, 9566.0, 9611.0, 9567.0, 9613.0, 9610.0, 9612.0, 9625.0, 9614.0, 9624.0, 9614.0, 9633.0, 9620.0, 9611.0, 9595.0, 9626.0, 9633.0, 9605.0, 9659.0, 9594.0, 9616.0, 9591.0, 9607.0, 9578.0, 9621.0, 9590.0, 9592.0, 9648.0, 9611.0, 9624.0, 9599.0, 9621.0, 9588.0, 9628.0, 9567.0, 9609.0, 9611.0, 9595.0, 9652.0, 9600.0, 9610.0, 9615.0, 9630.0, 9591.0, 9628.0, 9598.0, 9618.0, 9622.0, 9619.0, 9691.0, 9618.0, 9627.0, 9602.0, 9628.0, 9588.0, 9634.0, 9589.0, 9615.0, 9650.0, 9623.0, 9658.0, 9613.0, 9628.0, 9618.0, 9629.0, 9598.0, 9619.0, 9586.0, 9611.0, 9592.0, 9613.0, 9653.0, 9616.0, 9622.0, 9612.0, 9614.0, 9613.0, 9625.0, 9571.0, 9627.0, 9623.0, 9615.0, 9653.0, 9627.0, 9637.0, 9609.0, 9609.0, 9593.0, 9609.0, 9590.0, 9621.0, 9597.0, 9623.0, 9619.0, 9602.0, 9651.0, 9608.0, 9616.0, 9606.0, 9608.0, 9583.0, 9620.0, 9594.0, 9608.0, 9581.0, 9610.0, 9585.0, 9613.0, 9640.0, 9610.0, 9644.0, 9616.0, 9610.0, 9596.0, 9607.0, 9596.0, 9611.0, 9596.0, 9624.0, 9601.0, 9625.0, 9582.0, 9613.0, 9577.0, 9609.0, 9612.0, 9608.0, 9675.0, 9595.0, 9659.0, 9590.0, 9617.0, 9592.0, 9619.0, 9594.0, 9611.0, 9612.0, 9648.0, 9590.0, 9610.0, 9595.0, 9615.0, 9611.0, 9649.0, 9623.0, 9626.0, 9607.0, 9624.0, 9593.0, 9626.0, 9626.0, 9610.0, 9673.0, 9592.0, 9657.0, 9586.0, 9608.0, 9580.0, 9601.0, 9563.0, 9588.0, 9564.0, 9568.0, 9570.0, 9581.0, 9548.0, 9556.0, 9568.0, 9557.0, 9584.0, 9563.0, 9573.0, 9562.0, 9574.0, 9565.0, 9578.0, 9568.0, 9576.0, 9565.0, 9595.0, 9553.0, 9581.0, 9554.0, 9591.0, 9577.0, 9608.0, 9600.0, 9609.0, 9619.0, 9611.0, 9633.0, 9615.0, 9623.0, 9595.0, 9605.0, 9592.0, 9609.0, 9580.0, 9608.0, 9568.0, 9615.0, 9570.0, 9593.0, 9630.0, 9597.0, 9647.0, 9598.0, 9606.0, 9576.0, 9621.0, 9591.0, 9600.0, 9570.0, 9613.0, 9638.0, 9598.0, 9649.0, 9595.0, 9613.0, 9578.0, 9620.0, 9570.0, 9613.0, 9585.0, 9614.0, 9620.0, 9611.0, 9614.0, 9620.0, 9658.0, 9605.0, 9632.0, 9616.0, 9631.0, 9585.0, 9618.0, 9571.0, 9620.0, 9665.0, 9617.0, 9623.0, 9603.0, 9645.0, 9604.0, 9626.0, 9583.0, 9629.0, 9606.0, 9632.0, 9585.0, 9628.0, 9617.0, 9629.0, 9655.0, 9632.0, 9639.0, 9616.0, 9614.0, 9601.0, 9609.0, 9604.0, 9614.0, 9590.0, 9632.0, 9608.0, 9608.0, 9580.0, 9609.0, 9640.0, 9594.0, 9553.0, 9591.0, 9607.0, 9613.0, 9640.0, 9593.0, 9648.0, 9610.0, 9645.0, 9583.0, 9629.0, 9596.0, 9637.0, 9614.0, 9617.0, 9599.0, 9638.0, 9610.0, 9638.0, 9590.0, 9627.0, 9618.0, 9635.0, 9619.0, 9622.0, 9623.0, 9630.0, 9605.0, 9645.0, 9641.0, 9615.0, 9594.0, 9608.0, 9619.0, 9596.0, 9666.0, 9597.0, 9648.0, 9599.0, 9660.0, 9593.0, 9645.0, 9586.0, 9639.0, 9588.0, 9613.0, 9603.0, 9630.0, 9618.0, 9640.0, 9593.0, 9628.0, 9617.0, 9616.0, 9595.0, 9637.0, 9579.0, 9612.0, 9599.0, 9612.0, 9579.0, 9589.0, 9615.0, 9604.0, 9640.0, 9589.0, 9597.0, 9587.0, 9599.0, 9607.0, 9624.0, 9618.0, 9639.0, 9610.0, 9624.0, 9604.0, 9611.0, 9595.0, 9589.0, 9613.0, 9645.0, 9611.0, 9650.0, 9613.0, 9650.0, 9609.0, 9616.0, 9575.0, 9601.0, 9590.0, 9593.0, 9592.0, 9604.0, 9594.0, 9622.0, 9600.0, 9628.0, 9606.0, 9630.0, 9605.0, 9623.0, 9592.0, 9623.0, 9598.0, 9628.0, 9588.0, 9629.0, 9576.0, 9627.0, 9589.0, 9615.0, 9568.0, 9611.0, 9581.0, 9616.0, 9571.0, 9616.0, 9634.0, 9633.0, 9638.0, 9636.0, 9641.0, 9631.0, 9624.0, 9614.0, 9626.0, 9604.0, 9616.0, 9601.0, 9628.0, 9586.0, 9632.0, 9609.0, 9627.0, 9567.0, 9628.0, 9597.0, 9611.0, 9634.0, 9594.0, 9664.0, 9597.0, 9640.0, 9602.0, 9624.0, 9597.0, 9597.0, 9564.0, 9603.0, 9568.0, 9622.0, 9580.0, 9612.0, 9591.0, 9614.0, 9583.0, 9610.0, 9648.0, 9611.0, 9633.0, 9595.0, 9642.0, 9615.0, 9625.0, 9615.0, 9621.0, 9601.0, 9623.0, 9578.0, 9604.0, 9565.0, 9606.0, 9569.0, 9612.0, 9634.0, 9594.0, 9649.0, 9596.0, 9635.0, 9582.0, 9607.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.00183728354978355</td></tr>
<tr><td colspan=3>aqi</td><td>0.018329170995671</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.345557426749735</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1918609126002175</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0361898942036827</td></tr>
<tr><td colspan=3>efc</td><td>0.4736</td></tr>
<tr><td colspan=3>fber</td><td>5423.5854</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06556243990041123</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.4329004329004329</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5711248943709695</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.500958940372492</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.759463934209253</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.452951808531164</td></tr>
<tr><td colspan=3>gcor</td><td>0.0075375</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007642784621566534</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03133201599121094</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>924</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.7718287043689336</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>22.1178</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.0557</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.839</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300855.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>866.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>355.9334</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9465</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>594.6328</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3540.8779</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3767.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75689.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1128.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4682.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>998.7132</td></tr>
<tr><td colspan=3>tsnr</td><td>42.26182723115198</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>