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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0024_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-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0024_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-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0024_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-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0024_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-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0024/ses-02/func/sub-0024_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>11ee393b72de76c3e43a71b914c878df</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>16:31:41.372500</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.999525, 0.0245972, 0.01857, -0.0258244, 0.997281, 0.0690228]</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-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.122648</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7837, -7141, 513, -98, -255, 98, 49]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>271.425</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2666fd0d-eff6-40c8-a280-2fe61c7fe452||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.681652307510376, -0.06928486377000809, 0.04541859030723572, 111.35440063476562], [-0.06599254906177521, 2.675631523132324, 0.18756790459156036, -96.54729461669922], [0.04982186108827591, -0.18518319725990295, 2.69309401512146, -11.52586555480957], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1158]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'AcquisitionTime': ['163141.372500', '163141.832500', '163142.292500', '163142.752500', '163143.212500', '163143.672500', '163144.132500', '163144.592500', '163145.052500', '163145.512500', '163145.972500', '163146.432500', '163146.892500', '163147.352500', '163147.812500', '163148.272500', '163148.732500', '163149.192500', '163149.652500', '163150.112500', '163150.572500', '163151.032500', '163151.492500', '163151.952500', '163152.412500', '163152.872500', '163153.332500', '163153.792500', '163154.252500', '163154.712500', '163155.172500', '163155.632500', '163156.092500', '163156.552500', '163157.012500', '163157.472500', '163157.932500', '163158.392500', '163158.852500', '163159.312500', '163159.772500', '163200.232500', '163200.692500', '163201.152500', '163201.612500', '163202.072500', '163202.532500', '163202.992500', '163203.452500', '163203.912500', '163204.372500', '163204.832500', '163205.292500', '163205.752500', '163206.212500', '163206.672500', '163207.132500', '163207.592500', '163208.052500', '163208.512500', '163208.972500', '163209.432500', '163209.892500', '163210.352500', '163210.812500', '163211.272500', '163211.732500', '163212.192500', '163212.652500', '163213.112500', '163213.572500', '163214.032500', '163214.492500', '163214.952500', '163215.412500', '163215.872500', '163216.332500', '163216.792500', '163217.252500', '163217.712500', '163218.172500', '163218.632500', '163219.092500', '163219.552500', '163220.012500', '163220.472500', '163220.932500', '163221.392500', '163221.852500', '163222.312500', '163222.772500', '163223.232500', '163223.692500', '163224.152500', '163224.612500', '163225.072500', '163225.532500', '163225.992500', '163226.452500', '163226.912500', '163227.372500', '163227.832500', '163228.292500', '163228.752500', '163229.212500', '163229.672500', '163230.132500', '163230.592500', '163231.052500', '163231.512500', '163231.972500', '163232.432500', '163232.892500', '163233.352500', '163233.812500', '163234.272500', '163234.732500', '163235.192500', '163235.652500', '163236.112500', '163236.572500', '163237.032500', '163237.492500', '163237.952500', '163238.412500', '163238.872500', '163239.332500', '163239.792500', '163240.252500', '163240.712500', '163241.172500', '163241.632500', '163242.092500', '163242.552500', '163243.012500', '163243.472500', '163243.932500', '163244.392500', '163244.852500', '163245.312500', '163245.772500', '163246.232500', '163246.692500', '163247.152500', '163247.612500', '163248.072500', '163248.532500', '163248.992500', '163249.452500', '163249.912500', '163250.372500', '163250.832500', '163251.292500', '163251.752500', '163252.212500', '163252.672500', '163253.132500', '163253.592500', '163254.052500', '163254.512500', '163254.972500', '163255.432500', '163255.892500', '163256.352500', '163256.812500', '163257.272500', '163257.732500', '163258.192500', '163258.652500', '163259.112500', '163259.572500', '163300.032500', '163300.492500', '163300.952500', '163301.412500', '163301.872500', '163302.332500', '163302.792500', '163303.252500', '163303.712500', '163304.172500', '163304.632500', '163305.092500', '163305.552500', '163306.012500', '163306.472500', '163306.932500', '163307.392500', '163307.852500', '163308.312500', '163308.772500', '163309.232500', '163309.692500', '163310.152500', '163310.612500', '163311.072500', '163311.532500', '163311.992500', '163312.452500', '163312.912500', '163313.372500', '163313.832500', '163314.292500', '163314.752500', '163315.212500', '163315.672500', '163316.132500', '163316.592500', '163317.052500', '163317.512500', '163317.972500', '163318.432500', '163318.892500', '163319.352500', '163319.812500', '163320.272500', '163320.732500', '163321.192500', '163321.652500', '163322.112500', '163322.572500', '163323.032500', '163323.492500', '163323.952500', '163324.412500', '163324.872500', '163325.332500', '163325.792500', '163326.252500', '163326.712500', '163327.172500', '163327.632500', '163328.092500', '163328.552500', '163329.012500', '163329.472500', '163329.932500', '163330.392500', '163330.852500', '163331.312500', '163331.772500', '163332.232500', '163332.692500', '163333.152500', '163333.612500', '163334.072500', '163334.532500', '163334.992500', '163335.452500', '163335.912500', '163336.372500', '163336.832500', '163337.292500', '163337.752500', '163338.212500', '163338.672500', '163339.132500', '163339.592500', '163340.052500', '163340.512500', '163340.972500', '163341.432500', '163341.892500', '163342.352500', '163342.812500', '163343.272500', '163343.732500', '163344.192500', '163344.652500', '163345.112500', '163345.572500', '163346.032500', '163346.492500', '163346.952500', '163347.412500', '163347.872500', '163348.332500', '163348.792500', '163349.252500', '163349.712500', '163350.172500', '163350.632500', '163351.092500', '163351.552500', '163352.012500', '163352.472500', '163352.932500', '163353.392500', '163353.852500', '163354.312500', '163354.772500', '163355.232500', '163355.692500', '163356.152500', '163356.612500', '163357.072500', '163357.532500', '163357.992500', '163358.452500', '163358.912500', '163359.372500', '163359.832500', '163400.292500', '163400.752500', '163401.212500', '163401.672500', '163402.132500', '163402.592500', '163403.052500', '163403.512500', '163403.972500', '163404.432500', '163404.892500', '163405.352500', '163405.812500', '163406.272500', '163406.732500', '163407.192500', '163407.652500', '163408.112500', '163408.572500', '163409.032500', '163409.492500', '163409.952500', '163410.412500', '163410.872500', '163411.332500', '163411.792500', '163412.252500', '163412.712500', '163413.172500', '163413.632500', '163414.092500', '163414.552500', '163415.012500', '163415.472500', '163415.932500', '163416.392500', '163416.852500', '163417.312500', '163417.772500', '163418.232500', '163418.692500', '163419.152500', '163419.612500', '163420.072500', '163420.532500', '163420.992500', '163421.452500', '163421.912500', '163422.372500', '163422.832500', '163423.292500', '163423.752500', '163424.212500', '163424.672500', '163425.132500', '163425.592500', '163426.052500', '163426.512500', '163426.972500', '163427.432500', '163427.892500', '163428.352500', '163428.812500', '163429.272500', '163429.732500', '163430.192500', '163430.652500', '163431.112500', '163431.572500', '163432.032500', '163432.492500', '163432.952500', '163433.412500', '163433.872500', '163434.332500', '163434.792500', '163435.252500', '163435.712500', '163436.172500', '163436.632500', '163437.092500', '163437.552500', '163438.012500', '163438.472500', '163438.932500', '163439.392500', '163439.852500', '163440.312500', '163440.772500', '163441.232500', '163441.692500', '163442.152500', '163442.612500', '163443.072500', '163443.532500', '163443.992500', '163444.452500', '163444.912500', '163445.372500', '163445.832500', '163446.292500', '163446.752500', '163447.212500', '163447.672500', '163448.132500', '163448.592500', '163449.052500', '163449.512500', '163449.972500', '163450.432500', '163450.892500', '163451.352500', '163451.812500', '163452.272500', '163452.732500', '163453.192500', '163453.652500', '163454.112500', '163454.572500', '163455.032500', '163455.492500', '163455.952500', '163456.412500', '163456.872500', '163457.332500', '163457.792500', '163458.252500', '163458.712500', '163459.172500', '163459.632500', '163500.092500', '163500.552500', '163501.012500', '163501.472500', '163501.932500', '163502.392500', '163502.852500', '163503.312500', '163503.772500', '163504.232500', '163504.692500', '163505.152500', '163505.612500', '163506.072500', '163506.532500', '163506.992500', '163507.452500', '163507.912500', '163508.372500', '163508.832500', '163509.292500', '163509.752500', '163510.212500', '163510.672500', '163511.132500', '163511.592500', '163512.052500', '163512.512500', '163512.972500', '163513.432500', '163513.892500', '163514.352500', '163514.812500', '163515.272500', '163515.732500', '163516.192500', '163516.652500', '163517.112500', '163517.572500', '163518.032500', '163518.492500', '163518.952500', '163519.412500', '163519.872500', '163520.332500', '163520.792500', '163521.252500', '163521.712500', '163522.172500', '163522.632500', '163523.092500', '163523.552500', '163524.012500', '163524.472500', '163524.932500', '163525.392500', '163525.852500', '163526.312500', '163526.772500', '163527.232500', '163527.692500', '163528.152500', '163528.612500', '163529.072500', '163529.532500', '163529.992500', '163530.452500', '163530.912500', '163531.372500', '163531.832500', '163532.292500', '163532.752500', '163533.212500', '163533.672500', '163534.132500', '163534.592500', '163535.052500', '163535.512500', '163535.972500', '163536.432500', '163536.892500', '163537.352500', '163537.812500', '163538.272500', '163538.732500', '163539.192500', '163539.652500', '163540.112500', '163540.572500', '163541.032500', '163541.492500', '163541.952500', '163542.412500', '163542.872500', '163543.332500', '163543.792500', '163544.252500', '163544.712500', '163545.172500', '163545.632500', '163546.092500', '163546.552500', '163547.012500', '163547.472500', '163547.932500', '163548.392500', '163548.852500', '163549.312500', '163549.772500', '163550.232500', '163550.692500', '163551.152500', '163551.612500', '163552.072500', '163552.532500', '163552.992500', '163553.452500', '163553.912500', '163554.372500', '163554.832500', '163555.292500', '163555.752500', '163556.212500', '163556.672500', '163557.132500', '163557.592500', '163558.052500', '163558.512500', '163558.972500', '163559.432500', '163559.892500', '163600.352500', '163600.812500', '163601.272500', '163601.732500', '163602.192500', '163602.652500', '163603.112500', '163603.572500', '163604.032500', '163604.492500', '163604.952500', '163605.412500', '163605.872500', '163606.332500', '163606.792500', '163607.252500', '163607.712500', '163608.172500', '163608.632500', '163609.092500', '163609.552500', '163610.012500', '163610.472500', '163610.932500', '163611.392500', '163611.852500', '163612.312500', '163612.772500', '163613.232500', '163613.692500', '163614.152500', '163614.612500', '163615.072500', '163615.532500', '163615.992500', '163616.452500', '163616.912500', '163617.372500', '163617.832500', '163618.292500', '163618.752500', '163619.212500', '163619.672500', '163620.132500', '163620.592500', '163621.052500', '163621.512500', '163621.972500', '163622.432500', '163622.892500', '163623.352500', '163623.812500', '163624.272500', '163624.732500', '163625.192500', '163625.652500', '163626.112500', '163626.572500', '163627.032500', '163627.492500', '163627.952500', '163628.412500', '163628.872500', '163629.332500', '163629.792500', '163630.252500', '163630.712500', '163631.172500', '163631.632500', '163632.092500', '163632.552500', '163633.012500', '163633.472500', '163633.932500', '163634.392500', '163634.852500', '163635.312500', '163635.772500', '163636.232500', '163636.692500', '163637.152500', '163637.612500', '163638.072500', '163638.532500', '163638.992500', '163639.452500', '163639.912500', '163640.372500', '163640.832500', '163641.292500', '163641.752500', '163642.212500', '163642.672500', '163643.132500', '163643.592500', '163644.052500', '163644.512500', '163644.972500', '163645.432500', '163645.892500', '163646.352500', '163646.812500', '163647.272500', '163647.732500', '163648.192500', '163648.652500', '163649.112500', '163649.572500', '163650.032500', '163650.492500', '163650.952500', '163651.412500', '163651.872500', '163652.332500', '163652.792500', '163653.252500', '163653.712500', '163654.172500', '163654.632500', '163655.092500', '163655.552500', '163656.012500', '163656.472500', '163656.932500', '163657.392500', '163657.852500', '163658.312500', '163658.772500', '163659.232500', '163659.692500', '163700.152500', '163700.612500', '163701.072500', '163701.532500', '163701.992500', '163702.452500', '163702.912500', '163703.372500', '163703.832500', '163704.292500', '163704.752500', '163705.212500', '163705.672500', '163706.132500', '163706.592500', '163707.052500', '163707.512500', '163707.972500', '163708.432500', '163708.892500', '163709.352500', '163709.812500', '163710.272500', '163710.732500', '163711.192500', '163711.652500', '163712.112500', '163712.572500', '163713.032500', '163713.492500', '163713.952500', '163714.412500', '163714.872500', '163715.332500', '163715.792500', '163716.252500', '163716.712500', '163717.172500', '163717.632500', '163718.092500', '163718.552500', '163719.012500', '163719.472500', '163719.932500', '163720.392500', '163720.852500', '163721.312500', '163721.772500', '163722.232500', '163722.692500', '163723.152500', '163723.612500', '163724.072500', '163724.532500', '163724.992500', '163725.452500', '163725.912500', '163726.372500', '163726.832500', '163727.292500', '163727.752500', '163728.212500', '163728.672500', '163729.132500', '163729.592500', '163730.052500', '163730.512500', '163730.972500', '163731.432500', '163731.892500', '163732.352500', '163732.812500', '163733.272500', '163733.732500', '163734.192500', '163734.652500', '163735.112500', '163735.572500', '163736.032500', '163736.492500', '163736.952500', '163737.412500', '163737.872500', '163738.332500', '163738.792500', '163739.252500', '163739.712500', '163740.172500', '163740.632500', '163741.092500', '163741.552500', '163742.012500', '163742.472500', '163742.932500', '163743.392500', '163743.852500', '163744.312500', '163744.772500', '163745.232500', '163745.692500', '163746.152500', '163746.612500', '163747.072500', '163747.532500', '163747.992500', '163748.452500', '163748.912500', '163749.372500', '163749.832500', '163750.292500', '163750.752500', '163751.212500', '163751.672500', '163752.132500', '163752.592500', '163753.052500', '163753.512500', '163753.972500', '163754.432500', '163754.892500', '163755.352500', '163755.812500', '163756.272500', '163756.732500', '163757.192500', '163757.652500', '163758.112500', '163758.572500', '163759.032500', '163759.492500', '163759.952500', '163800.412500', '163800.872500', '163801.332500', '163801.792500', '163802.252500', '163802.712500', '163803.172500', '163803.632500', '163804.092500', '163804.552500', '163805.012500', '163805.472500', '163805.932500', '163806.392500', '163806.852500', '163807.312500', '163807.772500', '163808.232500', '163808.692500', '163809.152500', '163809.612500', '163810.072500', '163810.532500', '163810.992500', '163811.452500', '163811.912500', '163812.372500', '163812.832500', '163813.292500', '163813.752500', '163814.212500', '163814.672500', '163815.132500', '163815.592500', '163816.052500', '163816.512500', '163816.972500', '163817.432500', '163817.892500', '163818.352500', '163818.812500', '163819.272500', '163819.732500', '163820.192500', '163820.652500', '163821.112500', '163821.572500', '163822.032500', '163822.492500', '163822.952500', '163823.412500', '163823.872500', '163824.332500', '163824.792500', '163825.252500', '163825.712500', '163826.172500', '163826.632500', '163827.092500', '163827.552500', '163828.012500', '163828.472500', '163828.932500', '163829.392500', '163829.852500', '163830.312500', '163830.772500', '163831.232500', '163831.692500', '163832.152500', '163832.612500', '163833.072500', '163833.532500', '163833.992500', '163834.452500', '163834.912500', '163835.372500', '163835.832500', '163836.292500', '163836.752500', '163837.212500', '163837.672500', '163838.132500', '163838.592500', '163839.052500', '163839.512500', '163839.972500', '163840.432500', '163840.892500', '163841.352500', '163841.812500', '163842.272500', '163842.732500', '163843.192500', '163843.652500', '163844.112500', '163844.572500', '163845.032500', '163845.492500', '163845.952500', '163846.412500', '163846.872500', '163847.332500', '163847.792500', '163848.252500', '163848.712500', '163849.172500', '163849.632500', '163850.092500', '163850.552500', '163851.012500', '163851.472500', '163851.932500', '163852.392500', '163852.852500', '163853.312500', '163853.772500', '163854.232500', '163854.692500', '163855.152500', '163855.612500', '163856.072500', '163856.532500', '163856.992500', '163857.452500', '163857.912500', '163858.372500', '163858.832500', '163859.292500', '163859.752500', '163900.212500', '163900.672500', '163901.132500', '163901.592500', '163902.052500', '163902.512500', '163902.972500', '163903.432500', '163903.892500', '163904.352500', '163904.812500', '163905.272500', '163905.732500', '163906.192500', '163906.652500', '163907.112500', '163907.572500', '163908.032500', '163908.492500', '163908.952500', '163909.412500', '163909.872500', '163910.332500', '163910.792500', '163911.252500', '163911.712500', '163912.172500', '163912.632500', '163913.092500', '163913.552500', '163914.012500', '163914.472500', '163914.932500', '163915.392500', '163915.852500', '163916.312500', '163916.772500', '163917.232500', '163917.692500', '163918.152500', '163918.612500', '163919.072500', '163919.532500', '163919.992500', '163920.452500', '163920.912500', '163921.372500', '163921.832500', '163922.292500', '163922.752500', '163923.212500', '163923.672500', '163924.132500', '163924.592500', '163925.052500', '163925.512500', '163925.972500', '163926.432500', '163926.892500', '163927.352500', '163927.812500', '163928.272500', '163928.732500', '163929.192500', '163929.652500', '163930.112500', '163930.572500', '163931.032500', '163931.492500', '163931.952500', '163932.412500', '163932.872500', '163933.332500', '163933.792500', '163934.252500', '163934.712500', '163935.172500', '163935.632500', '163936.092500', '163936.552500', '163937.012500', '163937.472500', '163937.932500', '163938.392500', '163938.852500', '163939.312500', '163939.772500', '163940.232500', '163940.692500', '163941.152500', '163941.612500', '163942.072500', '163942.532500', '163942.992500', '163943.452500', '163943.912500', '163944.372500', '163944.832500', '163945.292500', '163945.752500', '163946.212500', '163946.672500', '163947.132500', '163947.592500', '163948.052500', '163948.512500', '163948.972500', '163949.432500', '163949.892500', '163950.352500', '163950.812500', '163951.272500', '163951.732500', '163952.192500', '163952.652500', '163953.112500', '163953.572500', '163954.032500', '163954.492500', '163954.952500', '163955.412500', '163955.872500', '163956.332500', '163956.792500', '163957.252500', '163957.712500', '163958.172500', '163958.632500', '163959.092500', '163959.552500', '164000.012500', '164000.472500', '164000.932500', '164001.392500', '164001.852500', '164002.312500', '164002.772500', '164003.232500', '164003.692500', '164004.152500', '164004.612500', '164005.072500', '164005.532500', '164005.992500', '164006.452500', '164006.912500', '164007.372500', '164007.832500', '164008.292500', '164008.752500', '164009.212500', '164009.672500', '164010.132500', '164010.592500', '164011.052500', '164011.512500', '164011.972500', '164012.432500', '164012.892500', '164013.352500', '164013.812500', '164014.272500', '164014.732500', '164015.192500', '164015.652500', '164016.112500', '164016.572500', '164017.032500', '164017.492500', '164017.952500', '164018.412500', '164018.872500', '164019.332500', '164019.792500', '164020.252500', '164020.712500', '164021.172500', '164021.632500', '164022.092500', '164022.552500', '164023.012500', '164023.472500', '164023.932500', '164024.392500', '164024.852500', '164025.312500', '164025.772500', '164026.232500', '164026.692500', '164027.152500', '164027.612500', '164028.072500', '164028.532500', '164028.992500', '164029.452500', '164029.912500', '164030.372500', '164030.832500', '164031.292500', '164031.752500', '164032.212500', '164032.672500', '164033.132500', '164033.592500'], 'ContentTime': ['163158.900000', '163158.904000', '163158.907000', '163158.910000', '163158.912000', '163158.924000', '163158.927000', '163158.930000', '163158.932000', '163158.935000', '163158.938000', '163158.941000', '163158.944000', '163158.947000', '163158.950000', '163158.953000', '163158.956000', '163158.959000', '163158.962000', '163158.965000', '163158.968000', '163158.971000', '163158.974000', '163158.977000', '163158.980000', '163158.984000', '163158.987000', '163158.990000', '163158.993000', '163158.996000', '163159.000000', '163159.003000', '163159.006000', '163159.009000', '163159.012000', '163159.015000', '163218.856000', '163218.859000', '163218.862000', '163218.865000', '163218.868000', '163218.870000', '163218.873000', '163218.876000', '163218.879000', '163218.882000', '163218.885000', '163218.888000', '163218.891000', '163218.894000', '163218.897000', '163218.900000', '163218.902000', '163218.905000', '163218.908000', '163218.911000', '163218.914000', '163218.917000', '163218.924000', '163218.927000', '163218.930000', '163218.933000', '163218.936000', '163218.939000', '163218.941000', '163218.945000', '163218.947000', '163218.950000', '163218.953000', '163218.956000', '163218.959000', '163218.962000', '163218.965000', '163218.968000', '163218.971000', '163218.974000', '163218.976000', '163218.979000', '163218.982000', '163218.985000', '163238.855000', '163238.858000', '163238.861000', '163238.863000', '163238.866000', '163238.869000', '163238.872000', '163238.875000', '163238.878000', '163238.881000', '163238.883000', '163238.886000', '163238.889000', '163238.892000', '163238.895000', '163238.898000', '163238.901000', '163238.904000', '163238.906000', '163238.909000', '163238.912000', '163238.915000', '163238.918000', '163238.921000', '163238.924000', '163238.926000', '163238.929000', '163238.932000', '163238.935000', '163238.938000', '163238.941000', '163238.944000', '163238.947000', '163238.949000', '163238.952000', '163238.955000', '163238.958000', '163238.961000', '163238.964000', '163238.967000', '163238.969000', '163238.972000', '163238.975000', '163258.855000', '163258.858000', '163258.861000', '163258.864000', '163258.867000', '163258.870000', '163258.873000', '163258.875000', '163258.879000', '163258.883000', '163258.885000', '163258.888000', '163258.891000', '163258.894000', '163258.897000', '163258.900000', '163258.903000', '163258.919000', '163258.922000', '163258.925000', '163258.928000', '163258.931000', '163258.933000', '163258.936000', '163258.939000', '163258.942000', '163258.945000', '163258.948000', '163258.951000', '163258.953000', '163258.956000', '163258.959000', '163258.962000', '163258.965000', '163258.968000', '163258.971000', '163258.974000', '163258.976000', '163258.979000', '163258.982000', '163258.985000', '163258.988000', '163258.991000', '163318.855000', '163318.858000', '163318.861000', '163318.864000', '163318.867000', '163318.870000', '163318.873000', '163318.875000', '163318.878000', '163318.881000', '163318.884000', '163318.887000', '163318.890000', '163318.892000', '163318.895000', '163318.898000', '163318.901000', '163318.904000', '163318.907000', '163318.910000', '163318.913000', '163318.915000', '163318.918000', '163318.921000', '163318.924000', '163318.927000', '163318.930000', '163318.933000', '163318.936000', '163318.939000', '163318.941000', '163318.944000', '163318.947000', '163318.950000', '163318.953000', '163318.956000', '163318.959000', '163318.962000', '163318.964000', '163318.967000', '163318.970000', '163318.973000', '163318.976000', '163318.979000', '163338.856000', '163338.859000', '163338.862000', '163338.865000', '163338.868000', '163338.871000', '163338.874000', '163338.877000', '163338.880000', '163338.883000', '163338.886000', '163338.889000', '163338.891000', '163338.894000', '163338.897000', '163338.900000', '163338.903000', '163338.906000', '163338.909000', '163338.912000', '163338.914000', '163338.917000', '163338.920000', '163338.923000', '163338.926000', '163338.929000', '163338.932000', '163338.935000', '163338.937000', '163338.940000', '163338.943000', '163338.946000', '163338.949000', '163338.952000', '163338.955000', '163338.958000', '163338.960000', '163338.963000', '163338.966000', '163338.969000', '163338.972000', '163338.975000', '163338.978000', '163358.856000', '163358.859000', '163358.862000', '163358.865000', '163358.868000', '163358.870000', '163358.873000', '163358.876000', '163358.879000', '163358.882000', '163358.885000', '163358.888000', '163358.891000', '163358.894000', '163358.896000', '163358.899000', '163358.902000', '163358.905000', '163358.908000', '163358.911000', '163358.914000', '163358.917000', '163358.919000', '163358.922000', '163358.925000', '163358.928000', '163358.931000', '163358.934000', '163358.937000', '163358.940000', '163358.943000', '163358.945000', '163358.948000', '163358.951000', '163358.954000', '163358.957000', '163358.960000', '163358.963000', '163358.966000', '163358.969000', '163358.971000', '163358.974000', '163358.977000', '163358.980000', '163418.856000', '163418.859000', '163418.862000', '163418.865000', '163418.868000', '163418.871000', '163418.873000', '163418.876000', '163418.879000', '163418.882000', '163418.885000', '163418.888000', '163418.891000', '163418.894000', '163418.897000', '163418.900000', '163418.903000', '163418.906000', '163418.908000', '163418.911000', '163418.914000', '163418.917000', '163418.920000', '163418.923000', '163418.926000', '163418.929000', '163418.931000', '163418.934000', '163418.937000', '163418.940000', '163418.943000', '163418.946000', '163418.949000', '163418.952000', '163418.955000', '163418.958000', '163418.960000', '163418.963000', '163418.966000', '163418.969000', '163418.972000', '163418.975000', '163418.978000', '163438.855000', '163438.858000', '163438.861000', '163438.864000', '163438.867000', '163438.869000', '163438.872000', '163438.875000', '163438.878000', '163438.881000', '163438.884000', '163438.887000', '163438.890000', '163438.893000', '163438.895000', '163438.898000', '163438.901000', '163438.904000', '163438.907000', '163438.910000', '163438.913000', '163438.916000', '163438.919000', '163438.921000', '163438.924000', '163438.927000', '163438.930000', '163438.933000', '163438.945000', '163438.948000', '163438.951000', '163438.954000', '163438.957000', '163438.959000', '163438.962000', '163438.965000', '163438.968000', '163438.971000', '163438.974000', '163438.977000', '163438.980000', '163438.983000', '163438.985000', '163438.988000', '163458.855000', '163458.858000', '163458.861000', '163458.864000', '163458.867000', '163458.869000', '163458.872000', '163458.875000', '163458.878000', '163458.881000', '163458.884000', '163458.887000', '163458.890000', '163458.893000', '163458.895000', '163458.898000', '163458.901000', '163458.904000', '163458.907000', '163458.910000', '163458.913000', '163458.916000', '163458.918000', '163458.921000', '163458.924000', '163458.927000', '163458.930000', '163458.933000', '163458.936000', '163458.939000', '163458.942000', '163458.945000', '163458.948000', '163458.950000', '163458.953000', '163458.956000', '163458.959000', '163458.962000', '163458.965000', '163458.968000', '163458.971000', '163458.973000', '163458.976000', '163518.855000', '163518.858000', '163518.861000', '163518.864000', '163518.867000', '163518.870000', '163518.872000', '163518.875000', '163518.878000', '163518.881000', '163518.884000', '163518.887000', '163518.890000', '163518.892000', '163518.895000', '163518.898000', '163518.901000', '163518.904000', '163518.907000', '163518.910000', '163518.912000', '163518.915000', '163518.918000', '163518.921000', '163518.924000', '163518.927000', '163518.930000', '163518.933000', '163518.936000', '163518.939000', '163518.942000', '163518.944000', '163518.947000', '163518.950000', '163518.953000', '163518.956000', '163518.959000', '163518.962000', '163518.965000', '163518.967000', '163518.970000', '163518.973000', '163518.976000', '163518.979000', '163538.855000', '163538.859000', '163538.862000', '163538.865000', '163538.868000', '163538.871000', '163538.874000', '163538.877000', '163538.880000', '163538.883000', '163538.886000', '163538.889000', '163538.891000', '163538.894000', '163538.897000', '163538.900000', '163538.903000', '163538.906000', '163538.909000', '163538.912000', '163538.915000', '163538.918000', '163538.921000', '163538.924000', '163538.927000', '163538.930000', '163538.933000', '163538.935000', '163538.938000', '163538.941000', '163538.944000', '163538.947000', '163538.950000', '163538.953000', '163538.955000', '163538.958000', '163538.961000', '163538.964000', '163538.967000', '163538.970000', '163538.973000', '163538.976000', '163538.978000', '163558.856000', '163558.859000', '163558.862000', '163558.865000', '163558.867000', '163558.870000', '163558.873000', '163558.876000', '163558.879000', '163558.882000', '163558.885000', '163558.888000', '163558.891000', '163558.893000', '163558.896000', '163558.899000', '163558.902000', '163558.905000', '163558.908000', '163558.911000', '163558.913000', '163558.916000', '163558.919000', '163558.923000', '163558.926000', '163558.929000', '163558.932000', '163558.935000', '163558.938000', '163558.941000', '163558.944000', '163558.947000', '163558.949000', '163558.952000', '163558.955000', '163558.958000', '163558.961000', '163558.964000', '163558.967000', '163558.970000', '163558.972000', '163558.975000', '163558.978000', '163558.981000', '163618.856000', '163618.859000', '163618.862000', '163618.865000', '163618.868000', '163618.871000', '163618.873000', '163618.876000', '163618.879000', '163618.882000', '163618.885000', '163618.888000', '163618.891000', '163618.894000', '163618.897000', '163618.900000', '163618.902000', '163618.905000', '163618.908000', '163618.911000', '163618.914000', '163618.917000', '163618.920000', '163618.923000', '163618.926000', '163618.928000', '163618.931000', '163618.934000', '163618.937000', '163618.940000', '163618.943000', '163618.946000', '163618.949000', '163618.952000', '163618.955000', '163618.958000', '163618.960000', '163618.975000', '163618.978000', '163618.981000', '163618.984000', '163618.986000', '163618.989000', '163638.856000', '163638.859000', '163638.862000', '163638.865000', '163638.867000', '163638.870000', '163638.873000', '163638.876000', '163638.879000', '163638.882000', '163638.885000', '163638.888000', '163638.891000', '163638.894000', '163638.896000', '163638.899000', '163638.902000', '163638.905000', '163638.908000', '163638.911000', '163638.914000', '163638.917000', '163638.920000', '163638.922000', '163638.925000', '163638.928000', '163638.931000', '163638.934000', '163638.937000', '163638.940000', '163638.943000', '163638.946000', '163638.948000', '163638.951000', '163638.954000', '163638.957000', '163638.960000', '163638.963000', '163638.966000', '163638.969000', '163638.971000', '163638.974000', '163638.977000', '163638.980000', '163658.855000', '163658.858000', '163658.861000', '163658.864000', '163658.867000', '163658.869000', '163658.872000', '163658.875000', '163658.878000', '163658.881000', '163658.884000', '163658.887000', '163658.890000', '163658.893000', '163658.897000', '163658.900000', '163658.903000', '163658.906000', '163658.909000', '163658.911000', '163658.914000', '163658.917000', '163658.920000', '163658.923000', '163658.926000', '163658.929000', '163658.932000', '163658.935000', '163658.938000', '163658.940000', '163658.943000', '163658.946000', '163658.949000', '163658.952000', '163658.955000', '163658.958000', '163658.961000', '163658.964000', '163658.967000', '163658.970000', '163658.973000', '163658.976000', '163658.979000', '163718.855000', '163718.858000', '163718.861000', '163718.864000', '163718.867000', '163718.870000', '163718.873000', '163718.876000', '163718.878000', '163718.881000', '163718.884000', '163718.887000', '163718.890000', '163718.893000', '163718.896000', '163718.899000', '163718.901000', '163718.904000', '163718.907000', '163718.910000', '163718.913000', '163718.916000', '163718.919000', '163718.922000', '163718.924000', '163718.927000', '163718.930000', '163718.933000', '163718.936000', '163718.939000', '163718.942000', '163718.945000', '163718.948000', '163718.951000', '163718.953000', '163718.956000', '163718.959000', '163718.962000', '163718.965000', '163718.968000', '163718.971000', '163718.974000', '163718.976000', '163718.979000', '163738.855000', '163738.858000', '163738.861000', '163738.864000', '163738.867000', '163738.870000', '163738.873000', '163738.876000', '163738.881000', '163738.884000', '163738.886000', '163738.889000', '163738.892000', '163738.895000', '163738.898000', '163738.901000', '163738.904000', '163738.907000', '163738.910000', '163738.913000', '163738.915000', '163738.918000', '163738.921000', '163738.924000', '163738.927000', '163738.930000', '163738.933000', '163738.936000', '163738.939000', '163738.941000', '163738.944000', '163738.947000', '163738.950000', '163738.953000', '163738.956000', '163738.959000', '163738.962000', '163738.965000', '163738.967000', '163738.970000', '163738.973000', '163738.976000', '163738.979000', '163758.855000', '163758.858000', '163758.861000', '163758.864000', '163758.866000', '163758.869000', '163758.872000', '163758.875000', '163758.878000', '163758.881000', '163758.884000', '163758.887000', '163758.890000', '163758.892000', '163758.895000', '163758.898000', '163758.901000', '163758.904000', '163758.907000', '163758.910000', '163758.913000', '163758.915000', '163758.918000', '163758.921000', '163758.924000', '163758.927000', '163758.930000', '163758.933000', '163758.935000', '163758.938000', '163758.941000', '163758.944000', '163758.947000', '163758.950000', '163758.953000', '163758.956000', '163758.958000', '163758.961000', '163758.964000', '163758.967000', '163758.970000', '163758.973000', '163758.976000', '163758.978000', '163818.856000', '163818.859000', '163818.862000', '163818.878000', '163818.881000', '163818.884000', '163818.887000', '163818.890000', '163818.893000', '163818.896000', '163818.899000', '163818.901000', '163818.904000', '163818.907000', '163818.910000', '163818.913000', '163818.916000', '163818.919000', '163818.922000', '163818.924000', '163818.927000', '163818.930000', '163818.934000', '163818.937000', '163818.940000', '163818.943000', '163818.946000', '163818.949000', '163818.951000', '163818.954000', '163818.957000', '163818.960000', '163818.963000', '163818.966000', '163818.969000', '163818.972000', '163818.975000', '163818.977000', '163818.980000', '163818.983000', '163818.986000', '163818.989000', '163818.992000', '163838.856000', '163838.859000', '163838.862000', '163838.865000', '163838.868000', '163838.871000', '163838.873000', '163838.876000', '163838.879000', '163838.882000', '163838.885000', '163838.888000', '163838.891000', '163838.894000', '163838.897000', '163838.900000', '163838.903000', '163838.906000', '163838.909000', '163838.912000', '163838.915000', '163838.918000', '163838.921000', '163838.924000', '163838.927000', '163838.929000', '163838.932000', '163838.935000', '163838.938000', '163838.941000', '163838.944000', '163838.947000', '163838.950000', '163838.953000', '163838.955000', '163838.958000', '163838.968000', '163838.971000', '163838.974000', '163838.977000', '163838.979000', '163838.982000', '163838.985000', '163838.988000', '163858.856000', '163858.859000', '163858.862000', '163858.865000', '163858.868000', '163858.871000', '163858.873000', '163858.876000', '163858.879000', '163858.882000', '163858.885000', '163858.888000', '163858.891000', '163858.894000', '163858.897000', '163858.900000', '163858.902000', '163858.905000', '163858.908000', '163858.911000', '163858.914000', '163858.917000', '163858.920000', '163858.923000', '163858.926000', '163858.928000', '163858.931000', '163858.934000', '163858.937000', '163858.940000', '163858.943000', '163858.946000', '163858.949000', '163858.952000', '163858.954000', '163858.957000', '163858.960000', '163858.963000', '163858.966000', '163858.969000', '163858.972000', '163858.974000', '163858.977000', '163918.855000', '163918.858000', '163918.861000', '163918.864000', '163918.867000', '163918.870000', '163918.872000', '163918.875000', '163918.878000', '163918.881000', '163918.884000', '163918.887000', '163918.890000', '163918.893000', '163918.896000', '163918.898000', '163918.901000', '163918.904000', '163918.907000', '163918.910000', '163918.913000', '163918.916000', '163918.919000', '163918.921000', '163918.924000', '163918.927000', '163918.930000', '163918.933000', '163918.936000', '163918.939000', '163918.942000', '163918.945000', '163918.948000', '163918.950000', '163918.953000', '163918.956000', '163918.959000', '163918.962000', '163918.965000', '163918.968000', '163918.971000', '163918.973000', '163918.976000', '163918.979000', '163938.855000', '163938.858000', '163938.861000', '163938.864000', '163938.867000', '163938.870000', '163938.873000', '163938.875000', '163938.878000', '163938.881000', '163938.884000', '163938.887000', '163938.890000', '163938.893000', '163938.896000', '163938.899000', '163938.902000', '163938.904000', '163938.907000', '163938.910000', '163938.913000', '163938.916000', '163938.919000', '163938.922000', '163938.925000', '163938.928000', '163938.930000', '163938.933000', '163938.936000', '163938.939000', '163938.942000', '163938.945000', '163938.948000', '163938.951000', '163938.954000', '163938.957000', '163938.960000', '163938.962000', '163938.965000', '163938.968000', '163938.972000', '163938.975000', '163938.978000', '163958.855000', '163958.858000', '163958.861000', '163958.864000', '163958.867000', '163958.869000', '163958.872000', '163958.875000', '163958.878000', '163958.881000', '163958.884000', '163958.887000', '163958.890000', '163958.893000', '163958.915000', '163958.918000', '163958.920000', '163958.923000', '163958.926000', '163958.929000', '163958.932000', '163958.935000', '163958.938000', '163958.941000', '163958.944000', '163958.946000', '163958.949000', '163958.952000', '163958.955000', '163958.958000', '163958.961000', '163958.964000', '163958.967000', '163958.970000', '163958.973000', '163958.975000', '163958.978000', '163958.981000', '163958.984000', '163958.987000', '163958.990000', '163958.993000', '163958.996000', '163958.998000', '164018.855000', '164018.858000', '164018.861000', '164018.864000', '164018.867000', '164018.870000', '164018.872000', '164018.875000', '164018.878000', '164018.881000', '164018.884000', '164018.887000', '164018.890000', '164018.893000', '164018.896000', '164018.898000', '164018.901000', '164018.904000', '164018.907000', '164018.910000', '164018.913000', '164018.916000', '164018.919000', '164018.921000', '164018.924000', '164018.927000', '164018.930000', '164018.933000', '164018.936000', '164018.939000', '164018.942000', '164018.945000', '164018.947000', '164018.950000', '164018.953000', '164018.956000', '164018.959000', '164018.962000', '164018.965000', '164018.968000', '164018.970000', '164018.973000', '164018.976000', '164034.769000', '164034.773000', '164034.776000', '164034.780000', '164034.784000', '164034.787000', '164034.791000', '164034.795000', '164034.800000', '164034.803000', '164034.806000', '164034.809000', '164034.812000', '164034.815000', '164034.818000', '164034.821000', '164034.824000', '164034.827000', '164034.830000', '164034.833000', '164034.836000', '164034.839000', '164034.842000', '164034.845000', '164034.848000', '164034.851000', '164034.854000', '164034.857000', '164034.860000', '164034.863000', '164034.866000', '164034.869000', '164034.872000', '164034.875000', '164034.878000'], 'InstanceCreationTime': ['163158.900000', '163158.904000', '163158.907000', '163158.910000', '163158.912000', '163158.924000', '163158.927000', '163158.930000', '163158.932000', '163158.935000', '163158.938000', '163158.941000', '163158.944000', '163158.947000', '163158.950000', '163158.953000', '163158.956000', '163158.959000', '163158.962000', '163158.965000', '163158.968000', '163158.971000', '163158.974000', '163158.977000', '163158.980000', '163158.984000', '163158.987000', '163158.990000', '163158.993000', '163158.996000', '163159.000000', '163159.003000', '163159.006000', '163159.009000', '163159.012000', '163159.015000', '163218.856000', '163218.859000', '163218.862000', '163218.865000', '163218.868000', '163218.870000', '163218.873000', '163218.876000', '163218.879000', '163218.882000', '163218.885000', '163218.888000', '163218.891000', '163218.894000', '163218.897000', '163218.900000', '163218.902000', '163218.905000', '163218.908000', '163218.911000', '163218.914000', '163218.917000', '163218.924000', '163218.927000', '163218.930000', '163218.933000', '163218.936000', '163218.939000', '163218.941000', '163218.945000', '163218.947000', '163218.950000', '163218.953000', '163218.956000', '163218.959000', '163218.962000', '163218.965000', '163218.968000', '163218.971000', '163218.974000', '163218.976000', '163218.979000', '163218.982000', '163218.985000', '163238.855000', '163238.858000', '163238.861000', '163238.863000', '163238.866000', '163238.869000', '163238.872000', '163238.875000', '163238.878000', '163238.881000', '163238.883000', '163238.886000', '163238.889000', '163238.892000', '163238.895000', '163238.898000', '163238.901000', '163238.904000', '163238.906000', '163238.909000', '163238.912000', '163238.915000', '163238.918000', '163238.921000', '163238.924000', '163238.926000', '163238.929000', '163238.932000', '163238.935000', '163238.938000', '163238.941000', '163238.944000', '163238.947000', '163238.949000', '163238.952000', '163238.955000', '163238.958000', '163238.961000', '163238.964000', '163238.967000', '163238.969000', '163238.972000', '163238.975000', '163258.855000', '163258.858000', '163258.861000', '163258.864000', '163258.867000', '163258.870000', '163258.873000', '163258.875000', '163258.879000', '163258.883000', '163258.885000', '163258.888000', '163258.891000', '163258.894000', '163258.897000', '163258.900000', '163258.903000', '163258.919000', '163258.922000', '163258.925000', '163258.928000', '163258.931000', '163258.933000', '163258.936000', '163258.939000', '163258.942000', '163258.945000', '163258.948000', '163258.951000', '163258.953000', '163258.956000', '163258.959000', '163258.962000', '163258.965000', '163258.968000', '163258.971000', '163258.974000', '163258.976000', '163258.979000', '163258.982000', '163258.985000', '163258.988000', '163258.991000', '163318.855000', '163318.858000', '163318.861000', '163318.864000', '163318.867000', '163318.870000', '163318.873000', '163318.875000', '163318.878000', '163318.881000', '163318.884000', '163318.887000', '163318.890000', '163318.892000', '163318.895000', '163318.898000', '163318.901000', '163318.904000', '163318.907000', '163318.910000', '163318.913000', '163318.915000', '163318.918000', '163318.921000', '163318.924000', '163318.927000', '163318.930000', '163318.933000', '163318.936000', '163318.939000', '163318.941000', '163318.944000', '163318.947000', '163318.950000', '163318.953000', '163318.956000', '163318.959000', '163318.962000', '163318.964000', '163318.967000', '163318.970000', '163318.973000', '163318.976000', '163318.979000', '163338.856000', '163338.859000', '163338.862000', '163338.865000', '163338.868000', '163338.871000', '163338.874000', '163338.877000', '163338.880000', '163338.883000', '163338.886000', '163338.889000', '163338.891000', '163338.894000', '163338.897000', '163338.900000', '163338.903000', '163338.906000', '163338.909000', '163338.912000', '163338.914000', '163338.917000', '163338.920000', '163338.923000', '163338.926000', '163338.929000', '163338.932000', '163338.935000', '163338.937000', '163338.940000', '163338.943000', '163338.946000', '163338.949000', '163338.952000', '163338.955000', '163338.958000', '163338.960000', '163338.963000', '163338.966000', '163338.969000', '163338.972000', '163338.975000', '163338.978000', '163358.856000', '163358.859000', '163358.862000', '163358.865000', '163358.868000', '163358.870000', '163358.873000', '163358.876000', '163358.879000', '163358.882000', '163358.885000', '163358.888000', '163358.891000', '163358.894000', '163358.896000', '163358.899000', '163358.902000', '163358.905000', '163358.908000', '163358.911000', '163358.914000', '163358.917000', '163358.919000', '163358.922000', '163358.925000', '163358.928000', '163358.931000', '163358.934000', '163358.937000', '163358.940000', '163358.943000', '163358.945000', '163358.948000', '163358.951000', '163358.954000', '163358.957000', '163358.960000', '163358.963000', '163358.966000', '163358.969000', '163358.971000', '163358.974000', '163358.977000', '163358.980000', '163418.856000', '163418.859000', '163418.862000', '163418.865000', '163418.868000', '163418.871000', '163418.873000', '163418.876000', '163418.879000', '163418.882000', '163418.885000', '163418.888000', '163418.891000', '163418.894000', '163418.897000', '163418.900000', '163418.903000', '163418.906000', '163418.908000', '163418.911000', '163418.914000', '163418.917000', '163418.920000', '163418.923000', '163418.926000', '163418.929000', '163418.931000', '163418.934000', '163418.937000', '163418.940000', '163418.943000', '163418.946000', '163418.949000', '163418.952000', '163418.955000', '163418.958000', '163418.960000', '163418.963000', '163418.966000', '163418.969000', '163418.972000', '163418.975000', '163418.978000', '163438.855000', '163438.858000', '163438.861000', '163438.864000', '163438.867000', '163438.869000', '163438.872000', '163438.875000', '163438.878000', '163438.881000', '163438.884000', '163438.887000', '163438.890000', '163438.893000', '163438.895000', '163438.898000', '163438.901000', '163438.904000', '163438.907000', '163438.910000', '163438.913000', '163438.916000', '163438.919000', '163438.921000', '163438.924000', '163438.927000', '163438.930000', '163438.933000', '163438.945000', '163438.948000', '163438.951000', '163438.954000', '163438.957000', '163438.959000', '163438.962000', '163438.965000', '163438.968000', '163438.971000', '163438.974000', '163438.977000', '163438.980000', '163438.983000', '163438.985000', '163438.988000', '163458.855000', '163458.858000', '163458.861000', '163458.864000', '163458.867000', '163458.869000', '163458.872000', '163458.875000', '163458.878000', '163458.881000', '163458.884000', '163458.887000', '163458.890000', '163458.893000', '163458.895000', '163458.898000', '163458.901000', '163458.904000', '163458.907000', '163458.910000', '163458.913000', '163458.916000', '163458.918000', '163458.921000', '163458.924000', '163458.927000', '163458.930000', '163458.933000', '163458.936000', '163458.939000', '163458.942000', '163458.945000', '163458.948000', '163458.950000', '163458.953000', '163458.956000', '163458.959000', '163458.962000', '163458.965000', '163458.968000', '163458.971000', '163458.973000', '163458.976000', '163518.855000', '163518.858000', '163518.861000', '163518.864000', '163518.867000', '163518.870000', '163518.872000', '163518.875000', '163518.878000', '163518.881000', '163518.884000', '163518.887000', '163518.890000', '163518.892000', '163518.895000', '163518.898000', '163518.901000', '163518.904000', '163518.907000', '163518.910000', '163518.912000', '163518.915000', '163518.918000', '163518.921000', '163518.924000', '163518.927000', '163518.930000', '163518.933000', '163518.936000', '163518.939000', '163518.942000', '163518.944000', '163518.947000', '163518.950000', '163518.953000', '163518.956000', '163518.959000', '163518.962000', '163518.965000', '163518.967000', '163518.970000', '163518.973000', '163518.976000', '163518.979000', '163538.855000', '163538.859000', '163538.862000', '163538.865000', '163538.868000', '163538.871000', '163538.874000', '163538.877000', '163538.880000', '163538.883000', '163538.886000', '163538.889000', '163538.891000', '163538.894000', '163538.897000', '163538.900000', '163538.903000', '163538.906000', '163538.909000', '163538.912000', '163538.915000', '163538.918000', '163538.921000', '163538.924000', '163538.927000', '163538.930000', '163538.933000', '163538.935000', '163538.938000', '163538.941000', '163538.944000', '163538.947000', '163538.950000', '163538.953000', '163538.955000', '163538.958000', '163538.961000', '163538.964000', '163538.967000', '163538.970000', '163538.973000', '163538.976000', '163538.978000', '163558.856000', '163558.859000', '163558.862000', '163558.865000', '163558.867000', '163558.870000', '163558.873000', '163558.876000', '163558.879000', '163558.882000', '163558.885000', '163558.888000', '163558.891000', '163558.893000', '163558.896000', '163558.899000', '163558.902000', '163558.905000', '163558.908000', '163558.911000', '163558.913000', '163558.916000', '163558.919000', '163558.923000', '163558.926000', '163558.929000', '163558.932000', '163558.935000', '163558.938000', '163558.941000', '163558.944000', '163558.947000', '163558.949000', '163558.952000', '163558.955000', '163558.958000', '163558.961000', '163558.964000', '163558.967000', '163558.970000', '163558.972000', '163558.975000', '163558.978000', '163558.981000', '163618.856000', '163618.859000', '163618.862000', '163618.865000', '163618.868000', '163618.871000', '163618.873000', '163618.876000', '163618.879000', '163618.882000', '163618.885000', '163618.888000', '163618.891000', '163618.894000', '163618.897000', '163618.900000', '163618.902000', '163618.905000', '163618.908000', '163618.911000', '163618.914000', '163618.917000', '163618.920000', '163618.923000', '163618.926000', '163618.928000', '163618.931000', '163618.934000', '163618.937000', '163618.940000', '163618.943000', '163618.946000', '163618.949000', '163618.952000', '163618.955000', '163618.958000', '163618.960000', '163618.975000', '163618.978000', '163618.981000', '163618.984000', '163618.986000', '163618.989000', '163638.856000', '163638.859000', '163638.862000', '163638.865000', '163638.867000', '163638.870000', '163638.873000', '163638.876000', '163638.879000', '163638.882000', '163638.885000', '163638.888000', '163638.891000', '163638.894000', '163638.896000', '163638.899000', '163638.902000', '163638.905000', '163638.908000', '163638.911000', '163638.914000', '163638.917000', '163638.920000', '163638.922000', '163638.925000', '163638.928000', '163638.931000', '163638.934000', '163638.937000', '163638.940000', '163638.943000', '163638.946000', '163638.948000', '163638.951000', '163638.954000', '163638.957000', '163638.960000', '163638.963000', '163638.966000', '163638.969000', '163638.971000', '163638.974000', '163638.977000', '163638.980000', '163658.855000', '163658.858000', '163658.861000', '163658.864000', '163658.867000', '163658.869000', '163658.872000', '163658.875000', '163658.878000', '163658.881000', '163658.884000', '163658.887000', '163658.890000', '163658.893000', '163658.897000', '163658.900000', '163658.903000', '163658.906000', '163658.909000', '163658.911000', '163658.914000', '163658.917000', '163658.920000', '163658.923000', '163658.926000', '163658.929000', '163658.932000', '163658.935000', '163658.938000', '163658.940000', '163658.943000', '163658.946000', '163658.949000', '163658.952000', '163658.955000', '163658.958000', '163658.961000', '163658.964000', '163658.967000', '163658.970000', '163658.973000', '163658.976000', '163658.979000', '163718.855000', '163718.858000', '163718.861000', '163718.864000', '163718.867000', '163718.870000', '163718.873000', '163718.876000', '163718.878000', '163718.881000', '163718.884000', '163718.887000', '163718.890000', '163718.893000', '163718.896000', '163718.899000', '163718.901000', '163718.904000', '163718.907000', '163718.910000', '163718.913000', '163718.916000', '163718.919000', '163718.922000', '163718.924000', '163718.927000', '163718.930000', '163718.933000', '163718.936000', '163718.939000', '163718.942000', '163718.945000', '163718.948000', '163718.951000', '163718.953000', '163718.956000', '163718.959000', '163718.962000', '163718.965000', '163718.968000', '163718.971000', '163718.974000', '163718.976000', '163718.979000', '163738.855000', '163738.858000', '163738.861000', '163738.864000', '163738.867000', '163738.870000', '163738.873000', '163738.876000', '163738.881000', '163738.884000', '163738.886000', '163738.889000', '163738.892000', '163738.895000', '163738.898000', '163738.901000', '163738.904000', '163738.907000', '163738.910000', '163738.913000', '163738.915000', '163738.918000', '163738.921000', '163738.924000', '163738.927000', '163738.930000', '163738.933000', '163738.936000', '163738.939000', '163738.941000', '163738.944000', '163738.947000', '163738.950000', '163738.953000', '163738.956000', '163738.959000', '163738.962000', '163738.965000', '163738.967000', '163738.970000', '163738.973000', '163738.976000', '163738.979000', '163758.855000', '163758.858000', '163758.861000', '163758.864000', '163758.866000', '163758.869000', '163758.872000', '163758.875000', '163758.878000', '163758.881000', '163758.884000', '163758.887000', '163758.890000', '163758.892000', '163758.895000', '163758.898000', '163758.901000', '163758.904000', '163758.907000', '163758.910000', '163758.913000', '163758.915000', '163758.918000', '163758.921000', '163758.924000', '163758.927000', '163758.930000', '163758.933000', '163758.935000', '163758.938000', '163758.941000', '163758.944000', '163758.947000', '163758.950000', '163758.953000', '163758.956000', '163758.958000', '163758.961000', '163758.964000', '163758.967000', '163758.970000', '163758.973000', '163758.976000', '163758.978000', '163818.856000', '163818.859000', '163818.862000', '163818.878000', '163818.881000', '163818.884000', '163818.887000', '163818.890000', '163818.893000', '163818.896000', '163818.899000', '163818.901000', '163818.904000', '163818.907000', '163818.910000', '163818.913000', '163818.916000', '163818.919000', '163818.922000', '163818.924000', '163818.927000', '163818.930000', '163818.934000', '163818.937000', '163818.940000', '163818.943000', '163818.946000', '163818.949000', '163818.951000', '163818.954000', '163818.957000', '163818.960000', '163818.963000', '163818.966000', '163818.969000', '163818.972000', '163818.975000', '163818.977000', '163818.980000', '163818.983000', '163818.986000', '163818.989000', '163818.992000', '163838.856000', '163838.859000', '163838.862000', '163838.865000', '163838.868000', '163838.871000', '163838.873000', '163838.876000', '163838.879000', '163838.882000', '163838.885000', '163838.888000', '163838.891000', '163838.894000', '163838.897000', '163838.900000', '163838.903000', '163838.906000', '163838.909000', '163838.912000', '163838.915000', '163838.918000', '163838.921000', '163838.924000', '163838.927000', '163838.929000', '163838.932000', '163838.935000', '163838.938000', '163838.941000', '163838.944000', '163838.947000', '163838.950000', '163838.953000', '163838.955000', '163838.958000', '163838.968000', '163838.971000', '163838.974000', '163838.977000', '163838.979000', '163838.982000', '163838.985000', '163838.988000', '163858.856000', '163858.859000', '163858.862000', '163858.865000', '163858.868000', '163858.871000', '163858.873000', '163858.876000', '163858.879000', '163858.882000', '163858.885000', '163858.888000', '163858.891000', '163858.894000', '163858.897000', '163858.900000', '163858.902000', '163858.905000', '163858.908000', '163858.911000', '163858.914000', '163858.917000', '163858.920000', '163858.923000', '163858.926000', '163858.928000', '163858.931000', '163858.934000', '163858.937000', '163858.940000', '163858.943000', '163858.946000', '163858.949000', '163858.952000', '163858.954000', '163858.957000', '163858.960000', '163858.963000', '163858.966000', '163858.969000', '163858.972000', '163858.974000', '163858.977000', '163918.855000', '163918.858000', '163918.861000', '163918.864000', '163918.867000', '163918.870000', '163918.872000', '163918.875000', '163918.878000', '163918.881000', '163918.884000', '163918.887000', '163918.890000', '163918.893000', '163918.896000', '163918.898000', '163918.901000', '163918.904000', '163918.907000', '163918.910000', '163918.913000', '163918.916000', '163918.919000', '163918.921000', '163918.924000', '163918.927000', '163918.930000', '163918.933000', '163918.936000', '163918.939000', '163918.942000', '163918.945000', '163918.948000', '163918.950000', '163918.953000', '163918.956000', '163918.959000', '163918.962000', '163918.965000', '163918.968000', '163918.971000', '163918.973000', '163918.976000', '163918.979000', '163938.855000', '163938.858000', '163938.861000', '163938.864000', '163938.867000', '163938.870000', '163938.873000', '163938.875000', '163938.878000', '163938.881000', '163938.884000', '163938.887000', '163938.890000', '163938.893000', '163938.896000', '163938.899000', '163938.902000', '163938.904000', '163938.907000', '163938.910000', '163938.913000', '163938.916000', '163938.919000', '163938.922000', '163938.925000', '163938.928000', '163938.930000', '163938.933000', '163938.936000', '163938.939000', '163938.942000', '163938.945000', '163938.948000', '163938.951000', '163938.954000', '163938.957000', '163938.960000', '163938.962000', '163938.965000', '163938.968000', '163938.972000', '163938.975000', '163938.978000', '163958.855000', '163958.858000', '163958.861000', '163958.864000', '163958.867000', '163958.869000', '163958.872000', '163958.875000', '163958.878000', '163958.881000', '163958.884000', '163958.887000', '163958.890000', '163958.893000', '163958.915000', '163958.918000', '163958.920000', '163958.923000', '163958.926000', '163958.929000', '163958.932000', '163958.935000', '163958.938000', '163958.941000', '163958.944000', '163958.946000', '163958.949000', '163958.952000', '163958.955000', '163958.958000', '163958.961000', '163958.964000', '163958.967000', '163958.970000', '163958.973000', '163958.975000', '163958.978000', '163958.981000', '163958.984000', '163958.987000', '163958.990000', '163958.993000', '163958.996000', '163958.998000', '164018.855000', '164018.858000', '164018.861000', '164018.864000', '164018.867000', '164018.870000', '164018.872000', '164018.875000', '164018.878000', '164018.881000', '164018.884000', '164018.887000', '164018.890000', '164018.893000', '164018.896000', '164018.898000', '164018.901000', '164018.904000', '164018.907000', '164018.910000', '164018.913000', '164018.916000', '164018.919000', '164018.921000', '164018.924000', '164018.927000', '164018.930000', '164018.933000', '164018.936000', '164018.939000', '164018.942000', '164018.945000', '164018.947000', '164018.950000', '164018.953000', '164018.956000', '164018.959000', '164018.962000', '164018.965000', '164018.968000', '164018.970000', '164018.973000', '164018.976000', '164034.769000', '164034.773000', '164034.776000', '164034.780000', '164034.784000', '164034.787000', '164034.791000', '164034.795000', '164034.800000', '164034.803000', '164034.806000', '164034.809000', '164034.812000', '164034.815000', '164034.818000', '164034.821000', '164034.824000', '164034.827000', '164034.830000', '164034.833000', '164034.836000', '164034.839000', '164034.842000', '164034.845000', '164034.848000', '164034.851000', '164034.854000', '164034.857000', '164034.860000', '164034.863000', '164034.866000', '164034.869000', '164034.872000', '164034.875000', '164034.878000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'LargestImagePixelValue': [14290, 14558, 14440, 13518, 16732, 12655, 17810, 13149, 20055, 16117, 16380, 14597, 14076, 14555, 15028, 14603, 14461, 13782, 14352, 15628, 14951, 14440, 14502, 14300, 14780, 17990, 14600, 15336, 14812, 15426, 14824, 14873, 15091, 18086, 14692, 15190, 14609, 15829, 14708, 14912, 14338, 15509, 14526, 14619, 14766, 15280, 15240, 14192, 14830, 15312, 15217, 15162, 15124, 14520, 13863, 14197, 14390, 14585, 14409, 14837, 16053, 13762, 14704, 14580, 15178, 14745, 14811, 14572, 16571, 14755, 14149, 14810, 15949, 15071, 15500, 15006, 15535, 14608, 14928, 15029, 15223, 14024, 14977, 13152, 14484, 15271, 14508, 16117, 15047, 16407, 14788, 15544, 14166, 15307, 15103, 14778, 15088, 15318, 14359, 15803, 14583, 17181, 14523, 16688, 14728, 17239, 14201, 15941, 14836, 15559, 14832, 14741, 14735, 15813, 13965, 14761, 14328, 15563, 14961, 16164, 14783, 16353, 14349, 17012, 14406, 16709, 14608, 16488, 14743, 16731, 15671, 16926, 14824, 16516, 14721, 16308, 14530, 15624, 14754, 15803, 14972, 16156, 14828, 16187, 14481, 16931, 14545, 15121, 15072, 14937, 14903, 16851, 15274, 16236, 15037, 16403, 15007, 16314, 14762, 16636, 14545, 16526, 14848, 16434, 15075, 15763, 14827, 15490, 14601, 15925, 14679, 16654, 14591, 15201, 14705, 14582, 15571, 15356, 15080, 15409, 14986, 15741, 14449, 15123, 16168, 16329, 14744, 16488, 14514, 15910, 14207, 15643, 14340, 15816, 14569, 15189, 15012, 15955, 15366, 15563, 14530, 15395, 14751, 15748, 14984, 15127, 15228, 15826, 14719, 15379, 15467, 15678, 15904, 16916, 15606, 14459, 15613, 13934, 15990, 14228, 16103, 14209, 16172, 14596, 15998, 14507, 15919, 14862, 15723, 13859, 16149, 13398, 16259, 14136, 16389, 15352, 15636, 14887, 16120, 15850, 14596, 16378, 14132, 16483, 15162, 16758, 13856, 16274, 14477, 15847, 14165, 15579, 14686, 15815, 14495, 16901, 14000, 17301, 13557, 15490, 14718, 15282, 15892, 15727, 18062, 16745, 16001, 15941, 14814, 17070, 15081, 17008, 15678, 17294, 15012, 16120, 15018, 16769, 15207, 16371, 16295, 16137, 16318, 15415, 15823, 15407, 15385, 14922, 15624, 14192, 16173, 15286, 15949, 15359, 16270, 14428, 15862, 14475, 16096, 15124, 15518, 14716, 15509, 14139, 16030, 15282, 16506, 15263, 15525, 14616, 15593, 14141, 16050, 15340, 15192, 14738, 15502, 13961, 15998, 15237, 15907, 15314, 16087, 14847, 16077, 15095, 17336, 14841, 17304, 15837, 16523, 15009, 17460, 15047, 15721, 14965, 17178, 16222, 16663, 15024, 14972, 15190, 15954, 14560, 15370, 15678, 15446, 15646, 15356, 14797, 15398, 15218, 15694, 15374, 15382, 15131, 15615, 15607, 15054, 13266, 15525, 14001, 15253, 16158, 14797, 15834, 14739, 15556, 14809, 16668, 15036, 17337, 14560, 14402, 14935, 15012, 15095, 15744, 14882, 14226, 15611, 13994, 15267, 13840, 14890, 18295, 14643, 16857, 14953, 16213, 14668, 17486, 14974, 17376, 14651, 16618, 14156, 17232, 14475, 15847, 14184, 17027, 14484, 16406, 14936, 16788, 15255, 16973, 15852, 13413, 16163, 13692, 15785, 16030, 15266, 14788, 15999, 13564, 15680, 14145, 16718, 14955, 16874, 14205, 16668, 13637, 15670, 16276, 16532, 14257, 16901, 14272, 16906, 14733, 15716, 16628, 16794, 14042, 17049, 13878, 14378, 15560, 14209, 15863, 15324, 13839, 17911, 13325, 18785, 15196, 18693, 13373, 18269, 13414, 17477, 15514, 15698, 17769, 15812, 17689, 14300, 18381, 14132, 17573, 16865, 17169, 15943, 15944, 14363, 17067, 13924, 16346, 15434, 16115, 16617, 15545, 16165, 16342, 16159, 15974, 15831, 16034, 17029, 16216, 13674, 16891, 13480, 16588, 15347, 16610, 15306, 17228, 14639, 16915, 15071, 16612, 15803, 16796, 13864, 17257, 14252, 17037, 15535, 17471, 16121, 17190, 14106, 17173, 16057, 16554, 16498, 16694, 15565, 16983, 14119, 16929, 15314, 16993, 15287, 16879, 14147, 16908, 16065, 16215, 17454, 16835, 17274, 16104, 17686, 16020, 17983, 15825, 18301, 14042, 18770, 13872, 18542, 17565, 15594, 15884, 16586, 14693, 17373, 17378, 15123, 18148, 14711, 17046, 18891, 15388, 19681, 14966, 14840, 15511, 15318, 14838, 15897, 15091, 16640, 15850, 17516, 14939, 17420, 15735, 15326, 15027, 16475, 14793, 16461, 17136, 14644, 17213, 13823, 14557, 16187, 15743, 13287, 16570, 13518, 15694, 19317, 15416, 16325, 15447, 16377, 15282, 16643, 19950, 20745, 15214, 14475, 15722, 13154, 15646, 14435, 14910, 16340, 15639, 15281, 15888, 14679, 13102, 15806, 15159, 15438, 15326, 14407, 15462, 14803, 15806, 14468, 15700, 15143, 15548, 15821, 15397, 15210, 15160, 15195, 13739, 14779, 14431, 15419, 15512, 15604, 14340, 15557, 15518, 15025, 15510, 13669, 15836, 13778, 12862, 14322, 14681, 14935, 13872, 15016, 13394, 15236, 15657, 14920, 14284, 14785, 14844, 14308, 15299, 14967, 14495, 17409, 14529, 16863, 14419, 15005, 14477, 15555, 14563, 19461, 14508, 13946, 14942, 14505, 14561, 14937, 14020, 19276, 15113, 17431, 15027, 16087, 14553, 14898, 14161, 15326, 13302, 15226, 15743, 15698, 14496, 16675, 13582, 15901, 13599, 16511, 14741, 15311, 14245, 15624, 14806, 14369, 15671, 15642, 16155, 14717, 15165, 14385, 16234, 14871, 15967, 14802, 18047, 14827, 17996, 15131, 14393, 15039, 16159, 15289, 17717, 15003, 19369, 15278, 18536, 15889, 14853, 15372, 14748, 15520, 15495, 14736, 15732, 16481, 15718, 15873, 14993, 18593, 16469, 15247, 15712, 15750, 12910, 15937, 13545, 15590, 12755, 15856, 15256, 16292, 14525, 15575, 15914, 15631, 16131, 13327, 16228, 15190, 16611, 15108, 12905, 16059, 14696, 16284, 15093, 16055, 13398, 16035, 15098, 16405, 14734, 15804, 15873, 16032, 15214, 15676, 15705, 15656, 15056, 15521, 15627, 13705, 16181, 14982, 15316, 15530, 14090, 15975, 14716, 15841, 13572, 16985, 14842, 15386, 16294, 15105, 16294, 14703, 14364, 15900, 13760, 16066, 15099, 16205, 14205, 16935, 15400, 16676, 15377, 16380, 15341, 16437, 15392, 15776, 15267, 17074, 16169, 13767, 15958, 15007, 16091, 14277, 15766, 13523, 15580, 13032, 15528, 13386, 15570, 12839, 15405, 13668, 15989, 14215, 15760, 13725, 15821, 14098, 14985, 15011, 14100, 15910, 15500, 15663, 13607, 15734, 14035, 15797, 16829, 15723, 16557, 15330, 17255, 15106, 15681, 15526, 16119, 14305, 14681, 14180, 14891, 15111, 16449, 15437, 14831, 15487, 14899, 13363, 15072, 17221, 14921, 18947, 15278, 17985, 15439, 15561, 14808, 13682, 15337, 13784, 15924, 15301, 15033, 15058, 14897, 14866, 15752, 14911, 15529, 15210, 14843, 14536, 15203, 15000, 14179, 14837, 14344, 15704, 15181, 15246, 14368, 14463, 13509, 14998, 13805, 15531, 15079, 14330, 14582, 14146, 15434, 17995, 15268, 16173, 15221, 15571, 14489, 15895, 15859, 14540, 16880, 13644, 14710, 15244, 14691, 14110, 18475, 15569, 16950, 15299, 15530, 15332, 15160, 15013, 14436, 14641, 15155, 15958, 15907, 15962, 14877, 13878, 14571, 13459, 16769, 15714, 15210, 15864, 15128, 15065, 15693, 16694, 16136, 14969, 15105, 15222, 14966, 15129, 15558, 15562, 13692, 15863, 14800, 14769, 14729, 14953, 14867, 14779, 14939, 14958, 14612, 15333, 14797, 15481, 16144, 15174, 15974, 14827, 15019, 15383, 19374, 14657, 16527, 15926, 16736, 16043, 15090, 15886, 15210, 14330, 15371, 15443, 15348, 15286, 15771, 16040, 16705, 14765, 16978, 15870, 14777, 14397, 14571, 15809, 14485, 15993, 13935, 15641, 15055, 15641, 14922, 15923, 13793, 15822, 13261, 15982, 13228, 15805, 14221, 15512, 15008, 16148, 15059, 15693, 15728, 15700, 14500, 16040, 15892, 12635, 15813, 13293, 15654, 14122, 15715, 14377, 15889, 14710, 15381, 16410, 15808, 15130, 16794, 16026, 13690, 15614, 13798, 15753, 13587, 15616, 13451, 15623, 14005, 15939, 13694, 15880, 15404, 15293, 15734, 15911, 14921, 17685, 16060, 14160, 15846, 13728, 15987, 15075, 15718, 13705, 16071, 15312, 15529, 16190, 15806, 15045, 17035, 15435, 16798, 15149, 17454, 15654, 15149, 17339, 15583, 14963, 15757, 15355, 15965, 15848, 16060, 15244, 16108, 14697, 15955, 15066, 15572, 14950, 16640, 15855, 15518, 16325, 14923, 15826, 15750, 15906, 15381, 15851, 15474, 16276, 15241, 16095, 16323, 15453, 15448, 16027, 14589, 13049, 15442, 14800, 15836, 15936, 16132, 15128, 16141, 15204, 16066, 15724, 16888, 15326, 16151, 14790, 15313, 15061, 15377, 14822, 16980, 16057, 14364, 16280, 15095, 16182, 18192, 16819, 15644, 16086, 15136, 12979, 15404, 15598, 14602, 16129, 15977, 13888, 16112, 12750, 15429, 15962, 13749, 16202, 17890, 15625, 14893, 16349, 14913, 15946, 14976, 15785, 14970], 'WindowCenter': [5216.0, 5201.0, 5187.0, 5163.0, 5172.0, 5140.0, 5175.0, 5141.0, 5177.0, 5159.0, 5167.0, 5147.0, 5155.0, 5154.0, 5168.0, 5158.0, 5158.0, 5159.0, 5161.0, 5168.0, 5182.0, 5171.0, 5180.0, 5172.0, 5183.0, 5191.0, 5184.0, 5182.0, 5183.0, 5178.0, 5182.0, 5180.0, 5185.0, 5191.0, 5174.0, 5171.0, 5171.0, 5170.0, 5171.0, 5171.0, 5172.0, 5171.0, 5171.0, 5156.0, 5167.0, 5167.0, 5167.0, 5160.0, 5170.0, 5166.0, 5168.0, 5158.0, 5166.0, 5159.0, 5160.0, 5157.0, 5159.0, 5158.0, 5153.0, 5159.0, 5179.0, 5161.0, 5170.0, 5168.0, 5167.0, 5159.0, 5166.0, 5168.0, 5178.0, 5171.0, 5159.0, 5167.0, 5177.0, 5169.0, 5180.0, 5170.0, 5181.0, 5168.0, 5170.0, 5170.0, 5182.0, 5159.0, 5171.0, 5150.0, 5172.0, 5169.0, 5169.0, 5177.0, 5169.0, 5179.0, 5169.0, 5170.0, 5161.0, 5169.0, 5167.0, 5156.0, 5168.0, 5168.0, 5156.0, 5169.0, 5159.0, 5178.0, 5158.0, 5177.0, 5157.0, 5176.0, 5158.0, 5178.0, 5168.0, 5166.0, 5167.0, 5155.0, 5158.0, 5168.0, 5161.0, 5169.0, 5169.0, 5175.0, 5169.0, 5179.0, 5169.0, 5189.0, 5171.0, 5191.0, 5172.0, 5190.0, 5171.0, 5180.0, 5173.0, 5189.0, 5179.0, 5189.0, 5171.0, 5179.0, 5171.0, 5177.0, 5171.0, 5178.0, 5172.0, 5179.0, 5181.0, 5178.0, 5171.0, 5178.0, 5172.0, 5189.0, 5172.0, 5171.0, 5169.0, 5169.0, 5171.0, 5188.0, 5196.0, 5192.0, 5168.0, 5180.0, 5168.0, 5179.0, 5171.0, 5179.0, 5171.0, 5180.0, 5171.0, 5180.0, 5170.0, 5167.0, 5168.0, 5171.0, 5172.0, 5178.0, 5168.0, 5180.0, 5170.0, 5179.0, 5170.0, 5171.0, 5182.0, 5182.0, 5169.0, 5180.0, 5180.0, 5182.0, 5171.0, 5182.0, 5181.0, 5179.0, 5168.0, 5179.0, 5168.0, 5178.0, 5171.0, 5166.0, 5159.0, 5168.0, 5168.0, 5166.0, 5171.0, 5176.0, 5181.0, 5166.0, 5171.0, 5168.0, 5170.0, 5178.0, 5182.0, 5169.0, 5182.0, 5177.0, 5171.0, 5169.0, 5181.0, 5170.0, 5182.0, 5179.0, 5180.0, 5159.0, 5179.0, 5158.0, 5178.0, 5160.0, 5181.0, 5162.0, 5181.0, 5168.0, 5179.0, 5168.0, 5181.0, 5169.0, 5183.0, 5162.0, 5183.0, 5163.0, 5181.0, 5171.0, 5182.0, 5183.0, 5184.0, 5182.0, 5193.0, 5191.0, 5183.0, 5182.0, 5173.0, 5180.0, 5174.0, 5181.0, 5162.0, 5180.0, 5172.0, 5179.0, 5158.0, 5166.0, 5161.0, 5165.0, 5158.0, 5174.0, 5159.0, 5176.0, 5151.0, 5170.0, 5171.0, 5182.0, 5193.0, 5184.0, 5202.0, 5193.0, 5193.0, 5195.0, 5184.0, 5202.0, 5179.0, 5192.0, 5182.0, 5184.0, 5184.0, 5206.0, 5184.0, 5194.0, 5181.0, 5192.0, 5193.0, 5182.0, 5194.0, 5184.0, 5182.0, 5182.0, 5173.0, 5174.0, 5171.0, 5163.0, 5179.0, 5169.0, 5167.0, 5168.0, 5165.0, 5159.0, 5169.0, 5157.0, 5167.0, 5157.0, 5169.0, 5159.0, 5153.0, 5157.0, 5166.0, 5168.0, 5164.0, 5167.0, 5165.0, 5168.0, 5167.0, 5160.0, 5166.0, 5181.0, 5169.0, 5169.0, 5155.0, 5159.0, 5166.0, 5167.0, 5168.0, 5168.0, 5167.0, 5159.0, 5168.0, 5159.0, 5175.0, 5159.0, 5175.0, 5169.0, 5167.0, 5168.0, 5178.0, 5169.0, 5167.0, 5157.0, 5178.0, 5170.0, 5168.0, 5157.0, 5158.0, 5155.0, 5168.0, 5156.0, 5168.0, 5170.0, 5167.0, 5167.0, 5167.0, 5156.0, 5169.0, 5158.0, 5165.0, 5157.0, 5155.0, 5154.0, 5168.0, 5167.0, 5170.0, 5147.0, 5178.0, 5157.0, 5169.0, 5166.0, 5169.0, 5165.0, 5158.0, 5167.0, 5157.0, 5178.0, 5170.0, 5167.0, 5157.0, 5146.0, 5156.0, 5156.0, 5158.0, 5154.0, 5158.0, 5144.0, 5168.0, 5147.0, 5169.0, 5146.0, 5170.0, 5178.0, 5160.0, 5176.0, 5158.0, 5167.0, 5160.0, 5177.0, 5161.0, 5165.0, 5157.0, 5164.0, 5148.0, 5165.0, 5157.0, 5166.0, 5147.0, 5166.0, 5158.0, 5164.0, 5158.0, 5166.0, 5168.0, 5165.0, 5167.0, 5147.0, 5165.0, 5158.0, 5169.0, 5168.0, 5169.0, 5156.0, 5167.0, 5146.0, 5168.0, 5157.0, 5177.0, 5158.0, 5176.0, 5148.0, 5178.0, 5157.0, 5170.0, 5167.0, 5179.0, 5157.0, 5165.0, 5148.0, 5168.0, 5158.0, 5167.0, 5167.0, 5167.0, 5146.0, 5166.0, 5146.0, 5157.0, 5155.0, 5146.0, 5157.0, 5156.0, 5145.0, 5174.0, 5148.0, 5176.0, 5154.0, 5176.0, 5147.0, 5175.0, 5147.0, 5175.0, 5168.0, 5169.0, 5180.0, 5179.0, 5186.0, 5170.0, 5187.0, 5161.0, 5178.0, 5180.0, 5176.0, 5170.0, 5168.0, 5156.0, 5176.0, 5149.0, 5170.0, 5168.0, 5168.0, 5169.0, 5169.0, 5167.0, 5178.0, 5164.0, 5180.0, 5168.0, 5170.0, 5178.0, 5168.0, 5147.0, 5177.0, 5149.0, 5178.0, 5166.0, 5179.0, 5167.0, 5191.0, 5160.0, 5191.0, 5170.0, 5189.0, 5180.0, 5182.0, 5161.0, 5190.0, 5170.0, 5190.0, 5181.0, 5191.0, 5180.0, 5191.0, 5162.0, 5193.0, 5179.0, 5191.0, 5182.0, 5189.0, 5169.0, 5176.0, 5159.0, 5181.0, 5169.0, 5191.0, 5169.0, 5189.0, 5158.0, 5189.0, 5180.0, 5180.0, 5190.0, 5191.0, 5186.0, 5181.0, 5190.0, 5179.0, 5190.0, 5182.0, 5189.0, 5172.0, 5199.0, 5161.0, 5189.0, 5179.0, 5165.0, 5185.0, 5220.0, 5200.0, 5206.0, 5203.0, 5192.0, 5202.0, 5183.0, 5206.0, 5203.0, 5171.0, 5188.0, 5161.0, 5147.0, 5157.0, 5157.0, 5160.0, 5167.0, 5158.0, 5167.0, 5167.0, 5167.0, 5157.0, 5166.0, 5182.0, 5170.0, 5169.0, 5179.0, 5171.0, 5192.0, 5194.0, 5183.0, 5202.0, 5173.0, 5184.0, 5208.0, 5198.0, 5186.0, 5206.0, 5175.0, 5193.0, 5204.0, 5197.0, 5192.0, 5184.0, 5179.0, 5184.0, 5193.0, 5219.0, 5202.0, 5172.0, 5149.0, 5157.0, 5134.0, 5155.0, 5134.0, 5146.0, 5154.0, 5154.0, 5143.0, 5153.0, 5147.0, 5135.0, 5167.0, 5146.0, 5144.0, 5143.0, 5146.0, 5144.0, 5145.0, 5154.0, 5144.0, 5154.0, 5156.0, 5165.0, 5167.0, 5154.0, 5157.0, 5160.0, 5160.0, 5147.0, 5160.0, 5156.0, 5172.0, 5169.0, 5181.0, 5157.0, 5182.0, 5172.0, 5172.0, 5170.0, 5161.0, 5168.0, 5162.0, 5151.0, 5171.0, 5171.0, 5172.0, 5159.0, 5186.0, 5164.0, 5182.0, 5184.0, 5172.0, 5162.0, 5174.0, 5173.0, 5172.0, 5182.0, 5175.0, 5175.0, 5183.0, 5163.0, 5180.0, 5173.0, 5161.0, 5161.0, 5171.0, 5164.0, 5191.0, 5163.0, 5151.0, 5162.0, 5149.0, 5162.0, 5160.0, 5150.0, 5180.0, 5160.0, 5167.0, 5149.0, 5158.0, 5149.0, 5156.0, 5151.0, 5160.0, 5150.0, 5159.0, 5160.0, 5156.0, 5148.0, 5156.0, 5140.0, 5157.0, 5139.0, 5156.0, 5150.0, 5145.0, 5148.0, 5160.0, 5159.0, 5160.0, 5172.0, 5182.0, 5181.0, 5171.0, 5169.0, 5159.0, 5157.0, 5150.0, 5159.0, 5150.0, 5170.0, 5161.0, 5180.0, 5162.0, 5149.0, 5148.0, 5146.0, 5145.0, 5141.0, 5112.0, 5126.0, 5105.0, 5126.0, 5130.0, 5110.0, 5122.0, 5122.0, 5118.0, 5129.0, 5117.0, 5120.0, 5128.0, 5142.0, 5143.0, 5132.0, 5147.0, 5141.0, 5115.0, 5117.0, 5126.0, 5109.0, 5141.0, 5123.0, 5144.0, 5125.0, 5153.0, 5145.0, 5168.0, 5146.0, 5155.0, 5155.0, 5142.0, 5155.0, 5124.0, 5153.0, 5135.0, 5153.0, 5145.0, 5127.0, 5154.0, 5135.0, 5153.0, 5133.0, 5145.0, 5124.0, 5157.0, 5145.0, 5153.0, 5144.0, 5155.0, 5155.0, 5156.0, 5157.0, 5158.0, 5158.0, 5156.0, 5161.0, 5170.0, 5170.0, 5149.0, 5169.0, 5173.0, 5172.0, 5171.0, 5165.0, 5184.0, 5160.0, 5161.0, 5140.0, 5172.0, 5164.0, 5172.0, 5182.0, 5170.0, 5170.0, 5161.0, 5145.0, 5161.0, 5150.0, 5172.0, 5164.0, 5171.0, 5152.0, 5170.0, 5150.0, 5156.0, 5148.0, 5146.0, 5136.0, 5135.0, 5133.0, 5132.0, 5135.0, 5142.0, 5143.0, 5122.0, 5132.0, 5131.0, 5140.0, 5120.0, 5132.0, 5120.0, 5144.0, 5114.0, 5141.0, 5122.0, 5155.0, 5125.0, 5144.0, 5135.0, 5157.0, 5158.0, 5170.0, 5162.0, 5171.0, 5160.0, 5172.0, 5171.0, 5161.0, 5183.0, 5173.0, 5175.0, 5154.0, 5172.0, 5152.0, 5172.0, 5170.0, 5162.0, 5157.0, 5149.0, 5148.0, 5136.0, 5135.0, 5135.0, 5135.0, 5124.0, 5132.0, 5122.0, 5122.0, 5131.0, 5143.0, 5141.0, 5145.0, 5145.0, 5158.0, 5147.0, 5159.0, 5156.0, 5149.0, 5166.0, 5148.0, 5156.0, 5146.0, 5146.0, 5147.0, 5135.0, 5148.0, 5138.0, 5159.0, 5157.0, 5149.0, 5158.0, 5158.0, 5150.0, 5148.0, 5148.0, 5147.0, 5146.0, 5148.0, 5138.0, 5145.0, 5145.0, 5136.0, 5147.0, 5135.0, 5147.0, 5147.0, 5157.0, 5144.0, 5147.0, 5137.0, 5157.0, 5148.0, 5170.0, 5169.0, 5148.0, 5161.0, 5145.0, 5171.0, 5178.0, 5161.0, 5168.0, 5159.0, 5159.0, 5149.0, 5158.0, 5160.0, 5149.0, 5159.0, 5136.0, 5137.0, 5144.0, 5134.0, 5136.0, 5157.0, 5143.0, 5158.0, 5148.0, 5156.0, 5156.0, 5154.0, 5146.0, 5148.0, 5147.0, 5148.0, 5158.0, 5161.0, 5160.0, 5145.0, 5138.0, 5171.0, 5149.0, 5157.0, 5136.0, 5134.0, 5146.0, 5143.0, 5135.0, 5145.0, 5147.0, 5144.0, 5136.0, 5134.0, 5132.0, 5124.0, 5132.0, 5144.0, 5146.0, 5126.0, 5147.0, 5146.0, 5146.0, 5148.0, 5145.0, 5146.0, 5146.0, 5149.0, 5162.0, 5160.0, 5156.0, 5158.0, 5157.0, 5168.0, 5170.0, 5167.0, 5158.0, 5180.0, 5172.0, 5188.0, 5162.0, 5169.0, 5170.0, 5166.0, 5157.0, 5157.0, 5158.0, 5160.0, 5145.0, 5158.0, 5145.0, 5158.0, 5157.0, 5159.0, 5155.0, 5157.0, 5159.0, 5167.0, 5157.0, 5137.0, 5135.0, 5134.0, 5144.0, 5135.0, 5156.0, 5137.0, 5144.0, 5134.0, 5135.0, 5129.0, 5132.0, 5110.0, 5130.0, 5109.0, 5129.0, 5109.0, 5129.0, 5121.0, 5131.0, 5131.0, 5139.0, 5132.0, 5139.0, 5138.0, 5140.0, 5136.0, 5154.0, 5168.0, 5124.0, 5155.0, 5133.0, 5156.0, 5135.0, 5157.0, 5145.0, 5155.0, 5145.0, 5143.0, 5155.0, 5146.0, 5146.0, 5155.0, 5158.0, 5137.0, 5159.0, 5136.0, 5156.0, 5137.0, 5157.0, 5125.0, 5147.0, 5135.0, 5147.0, 5136.0, 5156.0, 5155.0, 5145.0, 5147.0, 5145.0, 5148.0, 5167.0, 5156.0, 5135.0, 5155.0, 5136.0, 5155.0, 5145.0, 5147.0, 5135.0, 5154.0, 5146.0, 5145.0, 5167.0, 5169.0, 5173.0, 5166.0, 5160.0, 5169.0, 5166.0, 5188.0, 5166.0, 5171.0, 5178.0, 5170.0, 5160.0, 5169.0, 5158.0, 5168.0, 5158.0, 5159.0, 5156.0, 5156.0, 5146.0, 5154.0, 5144.0, 5145.0, 5144.0, 5144.0, 5145.0, 5144.0, 5143.0, 5134.0, 5145.0, 5145.0, 5156.0, 5143.0, 5155.0, 5143.0, 5154.0, 5144.0, 5153.0, 5155.0, 5157.0, 5155.0, 5166.0, 5160.0, 5137.0, 5168.0, 5157.0, 5169.0, 5167.0, 5170.0, 5169.0, 5169.0, 5158.0, 5157.0, 5156.0, 5170.0, 5157.0, 5159.0, 5158.0, 5155.0, 5158.0, 5147.0, 5148.0, 5167.0, 5171.0, 5149.0, 5166.0, 5170.0, 5169.0, 5177.0, 5169.0, 5158.0, 5155.0, 5158.0, 5138.0, 5159.0, 5156.0, 5147.0, 5158.0, 5156.0, 5135.0, 5155.0, 5125.0, 5157.0, 5168.0, 5146.0, 5175.0, 5187.0, 5190.0, 5180.0, 5185.0, 5176.0, 5176.0, 5166.0, 5166.0, 5165.0], 'WindowWidth': [11266.0, 11231.0, 11203.0, 11163.0, 11171.0, 11124.0, 11166.0, 11123.0, 11171.0, 11149.0, 11156.0, 11127.0, 11139.0, 11134.0, 11159.0, 11146.0, 11148.0, 11151.0, 11155.0, 11164.0, 11185.0, 11169.0, 11184.0, 11172.0, 11190.0, 11199.0, 11191.0, 11185.0, 11188.0, 11177.0, 11188.0, 11184.0, 11194.0, 11199.0, 11178.0, 11169.0, 11171.0, 11167.0, 11169.0, 11172.0, 11173.0, 11169.0, 11167.0, 11143.0, 11159.0, 11157.0, 11160.0, 11153.0, 11165.0, 11156.0, 11160.0, 11145.0, 11157.0, 11148.0, 11151.0, 11146.0, 11150.0, 11146.0, 11136.0, 11149.0, 11178.0, 11157.0, 11167.0, 11164.0, 11160.0, 11149.0, 11157.0, 11162.0, 11176.0, 11171.0, 11150.0, 11161.0, 11175.0, 11163.0, 11181.0, 11166.0, 11184.0, 11165.0, 11167.0, 11168.0, 11188.0, 11151.0, 11167.0, 11137.0, 11171.0, 11165.0, 11164.0, 11173.0, 11165.0, 11176.0, 11166.0, 11165.0, 11157.0, 11163.0, 11158.0, 11140.0, 11160.0, 11160.0, 11145.0, 11162.0, 11154.0, 11172.0, 11146.0, 11171.0, 11144.0, 11168.0, 11148.0, 11172.0, 11162.0, 11155.0, 11159.0, 11140.0, 11147.0, 11159.0, 11153.0, 11164.0, 11166.0, 11170.0, 11165.0, 11177.0, 11166.0, 11192.0, 11173.0, 11197.0, 11175.0, 11195.0, 11170.0, 11180.0, 11176.0, 11192.0, 11185.0, 11192.0, 11171.0, 11178.0, 11168.0, 11172.0, 11171.0, 11176.0, 11176.0, 11177.0, 11182.0, 11176.0, 11169.0, 11176.0, 11173.0, 11192.0, 11173.0, 11169.0, 11164.0, 11166.0, 11171.0, 11191.0, 11216.0, 11203.0, 11165.0, 11179.0, 11162.0, 11177.0, 11168.0, 11178.0, 11173.0, 11179.0, 11171.0, 11179.0, 11167.0, 11160.0, 11165.0, 11167.0, 11175.0, 11176.0, 11164.0, 11179.0, 11166.0, 11181.0, 11170.0, 11171.0, 11190.0, 11186.0, 11167.0, 11183.0, 11181.0, 11187.0, 11172.0, 11186.0, 11190.0, 11178.0, 11166.0, 11177.0, 11163.0, 11175.0, 11169.0, 11157.0, 11149.0, 11160.0, 11162.0, 11156.0, 11169.0, 11173.0, 11183.0, 11159.0, 11169.0, 11161.0, 11167.0, 11175.0, 11186.0, 11166.0, 11186.0, 11173.0, 11170.0, 11163.0, 11184.0, 11170.0, 11187.0, 11181.0, 11183.0, 11153.0, 11180.0, 11149.0, 11178.0, 11154.0, 11185.0, 11161.0, 11184.0, 11163.0, 11180.0, 11162.0, 11186.0, 11168.0, 11189.0, 11160.0, 11189.0, 11160.0, 11185.0, 11171.0, 11187.0, 11191.0, 11192.0, 11187.0, 11206.0, 11198.0, 11190.0, 11184.0, 11176.0, 11182.0, 11180.0, 11182.0, 11159.0, 11179.0, 11170.0, 11177.0, 11150.0, 11157.0, 11154.0, 11154.0, 11149.0, 11164.0, 11148.0, 11168.0, 11138.0, 11164.0, 11170.0, 11188.0, 11202.0, 11197.0, 11214.0, 11209.0, 11208.0, 11210.0, 11194.0, 11216.0, 11184.0, 11199.0, 11192.0, 11184.0, 11195.0, 11233.0, 11194.0, 11207.0, 11185.0, 11201.0, 11205.0, 11190.0, 11208.0, 11190.0, 11185.0, 11188.0, 11172.0, 11178.0, 11170.0, 11163.0, 11176.0, 11162.0, 11157.0, 11161.0, 11153.0, 11151.0, 11161.0, 11144.0, 11154.0, 11141.0, 11162.0, 11148.0, 11135.0, 11145.0, 11153.0, 11157.0, 11150.0, 11159.0, 11152.0, 11161.0, 11159.0, 11152.0, 11154.0, 11185.0, 11162.0, 11162.0, 11138.0, 11147.0, 11154.0, 11157.0, 11158.0, 11160.0, 11155.0, 11148.0, 11158.0, 11149.0, 11167.0, 11148.0, 11166.0, 11163.0, 11156.0, 11163.0, 11172.0, 11161.0, 11156.0, 11143.0, 11169.0, 11168.0, 11156.0, 11142.0, 11142.0, 11137.0, 11158.0, 11142.0, 11161.0, 11166.0, 11157.0, 11155.0, 11155.0, 11141.0, 11161.0, 11147.0, 11152.0, 11140.0, 11138.0, 11136.0, 11160.0, 11158.0, 11164.0, 11131.0, 11174.0, 11142.0, 11165.0, 11158.0, 11165.0, 11152.0, 11146.0, 11155.0, 11144.0, 11176.0, 11166.0, 11156.0, 11143.0, 11126.0, 11140.0, 11137.0, 11143.0, 11136.0, 11144.0, 11120.0, 11158.0, 11127.0, 11161.0, 11129.0, 11165.0, 11173.0, 11150.0, 11167.0, 11144.0, 11155.0, 11149.0, 11169.0, 11155.0, 11151.0, 11141.0, 11146.0, 11128.0, 11148.0, 11141.0, 11153.0, 11131.0, 11151.0, 11143.0, 11148.0, 11145.0, 11156.0, 11158.0, 11152.0, 11156.0, 11127.0, 11153.0, 11145.0, 11163.0, 11161.0, 11163.0, 11142.0, 11156.0, 11126.0, 11160.0, 11144.0, 11171.0, 11144.0, 11168.0, 11131.0, 11174.0, 11143.0, 11164.0, 11160.0, 11175.0, 11143.0, 11150.0, 11128.0, 11157.0, 11144.0, 11157.0, 11157.0, 11155.0, 11126.0, 11152.0, 11126.0, 11140.0, 11141.0, 11123.0, 11140.0, 11136.0, 11122.0, 11161.0, 11130.0, 11165.0, 11139.0, 11166.0, 11129.0, 11165.0, 11129.0, 11166.0, 11160.0, 11163.0, 11181.0, 11177.0, 11184.0, 11166.0, 11185.0, 11155.0, 11172.0, 11184.0, 11169.0, 11163.0, 11157.0, 11139.0, 11170.0, 11133.0, 11163.0, 11160.0, 11161.0, 11164.0, 11161.0, 11155.0, 11174.0, 11149.0, 11178.0, 11163.0, 11165.0, 11174.0, 11159.0, 11128.0, 11170.0, 11134.0, 11175.0, 11157.0, 11178.0, 11158.0, 11195.0, 11151.0, 11197.0, 11166.0, 11193.0, 11181.0, 11185.0, 11155.0, 11193.0, 11166.0, 11195.0, 11184.0, 11197.0, 11180.0, 11197.0, 11158.0, 11202.0, 11182.0, 11200.0, 11187.0, 11193.0, 11165.0, 11171.0, 11150.0, 11184.0, 11165.0, 11197.0, 11165.0, 11191.0, 11147.0, 11192.0, 11181.0, 11183.0, 11194.0, 11196.0, 11183.0, 11182.0, 11191.0, 11180.0, 11194.0, 11188.0, 11191.0, 11172.0, 11203.0, 11154.0, 11190.0, 11180.0, 11151.0, 11195.0, 11256.0, 11230.0, 11227.0, 11219.0, 11205.0, 11217.0, 11193.0, 11227.0, 11217.0, 11169.0, 11187.0, 11151.0, 11127.0, 11141.0, 11142.0, 11150.0, 11155.0, 11144.0, 11153.0, 11154.0, 11152.0, 11143.0, 11151.0, 11187.0, 11166.0, 11161.0, 11180.0, 11173.0, 11200.0, 11199.0, 11190.0, 11216.0, 11180.0, 11193.0, 11240.0, 11219.0, 11203.0, 11230.0, 11182.0, 11207.0, 11222.0, 11220.0, 11200.0, 11194.0, 11178.0, 11191.0, 11203.0, 11257.0, 11221.0, 11170.0, 11134.0, 11139.0, 11105.0, 11133.0, 11104.0, 11121.0, 11132.0, 11133.0, 11115.0, 11128.0, 11125.0, 11108.0, 11154.0, 11124.0, 11118.0, 11116.0, 11122.0, 11118.0, 11121.0, 11130.0, 11121.0, 11134.0, 11141.0, 11150.0, 11155.0, 11135.0, 11142.0, 11149.0, 11149.0, 11128.0, 11149.0, 11142.0, 11169.0, 11162.0, 11181.0, 11144.0, 11184.0, 11170.0, 11168.0, 11164.0, 11153.0, 11160.0, 11155.0, 11138.0, 11168.0, 11166.0, 11172.0, 11150.0, 11195.0, 11161.0, 11183.0, 11189.0, 11170.0, 11157.0, 11173.0, 11171.0, 11171.0, 11185.0, 11179.0, 11179.0, 11190.0, 11159.0, 11179.0, 11170.0, 11152.0, 11152.0, 11167.0, 11159.0, 11193.0, 11154.0, 11135.0, 11150.0, 11130.0, 11151.0, 11145.0, 11133.0, 11175.0, 11148.0, 11153.0, 11127.0, 11139.0, 11128.0, 11137.0, 11135.0, 11146.0, 11133.0, 11140.0, 11149.0, 11135.0, 11128.0, 11133.0, 11115.0, 11135.0, 11114.0, 11134.0, 11131.0, 11119.0, 11125.0, 11147.0, 11145.0, 11148.0, 11167.0, 11184.0, 11181.0, 11164.0, 11159.0, 11146.0, 11137.0, 11134.0, 11141.0, 11131.0, 11161.0, 11152.0, 11177.0, 11153.0, 11127.0, 11124.0, 11116.0, 11120.0, 11103.0, 11062.0, 11073.0, 11042.0, 11073.0, 11088.0, 11055.0, 11075.0, 11077.0, 11064.0, 11085.0, 11066.0, 11070.0, 11082.0, 11110.0, 11112.0, 11094.0, 11113.0, 11104.0, 11058.0, 11062.0, 11076.0, 11055.0, 11104.0, 11081.0, 11111.0, 11088.0, 11126.0, 11117.0, 11157.0, 11119.0, 11132.0, 11130.0, 11110.0, 11129.0, 11086.0, 11127.0, 11101.0, 11132.0, 11119.0, 11093.0, 11128.0, 11102.0, 11125.0, 11096.0, 11115.0, 11087.0, 11137.0, 11116.0, 11125.0, 11116.0, 11130.0, 11132.0, 11133.0, 11139.0, 11141.0, 11140.0, 11136.0, 11149.0, 11166.0, 11165.0, 11131.0, 11159.0, 11171.0, 11165.0, 11165.0, 11162.0, 11185.0, 11145.0, 11147.0, 11118.0, 11169.0, 11160.0, 11170.0, 11181.0, 11165.0, 11161.0, 11146.0, 11118.0, 11147.0, 11131.0, 11165.0, 11155.0, 11165.0, 11136.0, 11162.0, 11129.0, 11135.0, 11123.0, 11118.0, 11101.0, 11101.0, 11096.0, 11094.0, 11099.0, 11109.0, 11108.0, 11077.0, 11090.0, 11089.0, 11102.0, 11074.0, 11094.0, 11077.0, 11111.0, 11069.0, 11106.0, 11078.0, 11131.0, 11090.0, 11114.0, 11102.0, 11138.0, 11142.0, 11163.0, 11155.0, 11162.0, 11147.0, 11166.0, 11165.0, 11151.0, 11184.0, 11166.0, 11173.0, 11140.0, 11165.0, 11136.0, 11164.0, 11162.0, 11149.0, 11140.0, 11125.0, 11124.0, 11101.0, 11103.0, 11097.0, 11099.0, 11082.0, 11094.0, 11075.0, 11077.0, 11088.0, 11111.0, 11106.0, 11116.0, 11116.0, 11140.0, 11124.0, 11142.0, 11135.0, 11126.0, 11146.0, 11123.0, 11135.0, 11121.0, 11119.0, 11121.0, 11102.0, 11124.0, 11111.0, 11145.0, 11136.0, 11126.0, 11139.0, 11139.0, 11129.0, 11125.0, 11123.0, 11121.0, 11118.0, 11124.0, 11109.0, 11118.0, 11117.0, 11105.0, 11120.0, 11102.0, 11121.0, 11123.0, 11137.0, 11117.0, 11122.0, 11107.0, 11139.0, 11126.0, 11161.0, 11159.0, 11128.0, 11147.0, 11122.0, 11163.0, 11174.0, 11150.0, 11154.0, 11141.0, 11140.0, 11131.0, 11138.0, 11147.0, 11126.0, 11144.0, 11105.0, 11108.0, 11112.0, 11100.0, 11103.0, 11139.0, 11111.0, 11143.0, 11124.0, 11134.0, 11136.0, 11131.0, 11118.0, 11125.0, 11121.0, 11124.0, 11139.0, 11148.0, 11144.0, 11119.0, 11112.0, 11165.0, 11131.0, 11134.0, 11100.0, 11097.0, 11116.0, 11110.0, 11099.0, 11115.0, 11121.0, 11118.0, 11101.0, 11094.0, 11089.0, 11080.0, 11093.0, 11113.0, 11118.0, 11090.0, 11116.0, 11117.0, 11119.0, 11124.0, 11114.0, 11120.0, 11117.0, 11126.0, 11152.0, 11149.0, 11138.0, 11144.0, 11138.0, 11155.0, 11160.0, 11153.0, 11145.0, 11181.0, 11170.0, 11186.0, 11158.0, 11159.0, 11163.0, 11151.0, 11138.0, 11138.0, 11143.0, 11146.0, 11120.0, 11140.0, 11117.0, 11144.0, 11140.0, 11142.0, 11131.0, 11142.0, 11147.0, 11156.0, 11136.0, 11104.0, 11100.0, 11098.0, 11114.0, 11104.0, 11134.0, 11106.0, 11116.0, 11100.0, 11099.0, 11086.0, 11091.0, 11059.0, 11084.0, 11056.0, 11084.0, 11054.0, 11084.0, 11077.0, 11092.0, 11090.0, 11100.0, 11091.0, 11100.0, 11101.0, 11104.0, 11106.0, 11131.0, 11156.0, 11088.0, 11131.0, 11098.0, 11133.0, 11103.0, 11138.0, 11118.0, 11132.0, 11117.0, 11111.0, 11131.0, 11122.0, 11121.0, 11136.0, 11138.0, 11109.0, 11142.0, 11105.0, 11134.0, 11106.0, 11134.0, 11089.0, 11121.0, 11104.0, 11121.0, 11105.0, 11133.0, 11132.0, 11118.0, 11121.0, 11120.0, 11125.0, 11153.0, 11134.0, 11104.0, 11131.0, 11106.0, 11133.0, 11117.0, 11122.0, 11104.0, 11128.0, 11120.0, 11116.0, 11152.0, 11161.0, 11174.0, 11156.0, 11149.0, 11156.0, 11154.0, 11185.0, 11153.0, 11167.0, 11172.0, 11163.0, 11148.0, 11160.0, 11140.0, 11161.0, 11140.0, 11143.0, 11135.0, 11134.0, 11120.0, 11129.0, 11116.0, 11117.0, 11115.0, 11114.0, 11114.0, 11112.0, 11110.0, 11100.0, 11116.0, 11117.0, 11134.0, 11113.0, 11132.0, 11112.0, 11129.0, 11114.0, 11127.0, 11131.0, 11137.0, 11133.0, 11152.0, 11147.0, 11112.0, 11157.0, 11139.0, 11161.0, 11155.0, 11164.0, 11160.0, 11158.0, 11140.0, 11141.0, 11135.0, 11165.0, 11140.0, 11147.0, 11141.0, 11134.0, 11139.0, 11123.0, 11128.0, 11156.0, 11167.0, 11129.0, 11151.0, 11163.0, 11161.0, 11166.0, 11164.0, 11144.0, 11137.0, 11141.0, 11112.0, 11144.0, 11139.0, 11126.0, 11143.0, 11136.0, 11104.0, 11132.0, 11089.0, 11139.0, 11158.0, 11128.0, 11167.0, 11193.0, 11205.0, 11184.0, 11184.0, 11174.0, 11171.0, 11157.0, 11156.0, 11155.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.0006591356957649093</td></tr>
<tr><td colspan=3>aqi</td><td>0.03176788452895418</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.477210480544926</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3395944349480962</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.977581793261245</td></tr>
<tr><td colspan=3>efc</td><td>0.4756</td></tr>
<tr><td colspan=3>fber</td><td>5720.0396</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09347369062767079</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>64</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.531547104580812</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4698006877050283</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.458136305029827</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6572583911914776</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2940073668937795</td></tr>
<tr><td colspan=3>gcor</td><td>0.0155652</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018771996721625328</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021488742902874947</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1157</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.147159900809274</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>36.5139</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.1646</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>222.8855</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300247.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>1076.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>448.0227</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0841</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>680.3624</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4389.6904</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4598.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76297.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1738.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5662.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1108.7033</td></tr>
<tr><td colspan=3>tsnr</td><td>37.62461573746987</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>