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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0017_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-0017/figures/sub-0017_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0017/figures/sub-0017_ses-03_task-alignvideo_acq-mb8_run-01_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-0017/figures/sub-0017_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-03_task-alignvideo_acq-mb8_run-01_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-0017/ses-03/func/sub-0017_ses-03_task-alignvideo_acq-mb8_run-01_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>995ed69802c9d330d3dc15b1d8a39387</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:34:49.110000</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.994231, -0.077922, 0.0737103, 0.0761528, 0.996743, 0.0265203]</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-01_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.104531</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4181, -7766, -7181, 641, 2, -144, 55, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>268.287</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ab628f30-4998-458c-89ac-d2ab68e838cd||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.6674487590789795, 0.20431239902973175, 0.2039492279291153, 95.8608169555664], [0.20905913412570953, 2.674189805984497, 0.0560358501970768, -105.59943389892578], [0.19775928556919098, -0.07115192711353302, 2.6917030811309814, -42.43903350830078], [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, 1157]</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], 'AcquisitionTime': ['133449.110000', '133449.570000', '133450.030000', '133450.490000', '133450.950000', '133451.410000', '133451.870000', '133452.330000', '133452.790000', '133453.250000', '133453.710000', '133454.170000', '133454.630000', '133455.090000', '133455.550000', '133456.010000', '133456.470000', '133456.930000', '133457.390000', '133457.850000', '133458.310000', '133458.770000', '133459.230000', '133459.690000', '133500.150000', '133500.610000', '133501.070000', '133501.530000', '133501.990000', '133502.450000', '133502.910000', '133503.370000', '133503.830000', '133504.290000', '133504.750000', '133505.210000', '133505.670000', '133506.130000', '133506.590000', '133507.050000', '133507.510000', '133507.970000', '133508.430000', '133508.890000', '133509.350000', '133509.810000', '133510.270000', '133510.730000', '133511.190000', '133511.650000', '133512.110000', '133512.570000', '133513.030000', '133513.490000', '133513.950000', '133514.410000', '133514.870000', '133515.330000', '133515.790000', '133516.250000', '133516.710000', '133517.170000', '133517.630000', '133518.090000', '133518.550000', '133519.010000', '133519.470000', '133519.930000', '133520.390000', '133520.850000', '133521.310000', '133521.770000', '133522.230000', '133522.690000', '133523.150000', '133523.610000', '133524.070000', '133524.530000', '133524.990000', '133525.450000', '133525.910000', '133526.370000', '133526.830000', '133527.290000', '133527.750000', '133528.210000', '133528.670000', '133529.130000', '133529.590000', '133530.050000', '133530.510000', '133530.970000', '133531.430000', '133531.890000', '133532.350000', '133532.810000', '133533.270000', '133533.730000', '133534.190000', '133534.650000', '133535.110000', '133535.570000', '133536.030000', '133536.490000', '133536.950000', '133537.410000', '133537.870000', '133538.330000', '133538.790000', '133539.250000', '133539.710000', '133540.170000', '133540.630000', '133541.090000', '133541.550000', '133542.010000', '133542.470000', '133542.930000', '133543.390000', '133543.850000', '133544.310000', '133544.770000', '133545.230000', '133545.690000', '133546.150000', '133546.610000', '133547.070000', '133547.530000', '133547.990000', '133548.450000', '133548.910000', '133549.370000', '133549.830000', '133550.290000', '133550.750000', '133551.210000', '133551.670000', '133552.130000', '133552.590000', '133553.050000', '133553.510000', '133553.970000', '133554.430000', '133554.890000', '133555.350000', '133555.810000', '133556.270000', '133556.730000', '133557.190000', '133557.650000', '133558.110000', '133558.570000', '133559.030000', '133559.490000', '133559.950000', '133600.410000', '133600.870000', '133601.330000', '133601.790000', '133602.250000', '133602.710000', '133603.170000', '133603.630000', '133604.090000', '133604.550000', '133605.010000', '133605.470000', '133605.930000', '133606.390000', '133606.850000', '133607.310000', '133607.770000', '133608.230000', '133608.690000', '133609.150000', '133609.610000', '133610.070000', '133610.530000', '133610.990000', '133611.450000', '133611.910000', '133612.370000', '133612.830000', '133613.290000', '133613.750000', '133614.210000', '133614.670000', '133615.130000', '133615.590000', '133616.050000', '133616.510000', '133616.970000', '133617.430000', '133617.890000', '133618.350000', '133618.810000', '133619.270000', '133619.730000', '133620.190000', '133620.650000', '133621.110000', '133621.570000', '133622.030000', '133622.490000', '133622.950000', '133623.410000', '133623.870000', '133624.330000', '133624.790000', '133625.250000', '133625.710000', '133626.170000', '133626.630000', '133627.090000', '133627.550000', '133628.010000', '133628.470000', '133628.930000', '133629.390000', '133629.850000', '133630.310000', '133630.770000', '133631.230000', '133631.690000', '133632.150000', '133632.610000', '133633.070000', '133633.530000', '133633.990000', '133634.450000', '133634.910000', '133635.370000', '133635.830000', '133636.290000', '133636.750000', '133637.210000', '133637.670000', '133638.130000', '133638.590000', '133639.050000', '133639.510000', '133639.970000', '133640.430000', '133640.890000', '133641.350000', '133641.810000', '133642.270000', '133642.730000', '133643.190000', '133643.650000', '133644.110000', '133644.570000', '133645.030000', '133645.490000', '133645.950000', '133646.410000', '133646.870000', '133647.330000', '133647.790000', '133648.250000', '133648.710000', '133649.170000', '133649.630000', '133650.090000', '133650.550000', '133651.010000', '133651.470000', '133651.930000', '133652.390000', '133652.850000', '133653.310000', '133653.770000', '133654.230000', '133654.690000', '133655.150000', '133655.610000', '133656.070000', '133656.530000', '133656.990000', '133657.450000', '133657.910000', '133658.370000', '133658.830000', '133659.290000', '133659.750000', '133700.210000', '133700.670000', '133701.130000', '133701.590000', '133702.050000', '133702.510000', '133702.970000', '133703.430000', '133703.890000', '133704.350000', '133704.810000', '133705.270000', '133705.730000', '133706.190000', '133706.650000', '133707.110000', '133707.570000', '133708.030000', '133708.490000', '133708.950000', '133709.410000', '133709.870000', '133710.330000', '133710.790000', '133711.250000', '133711.710000', '133712.170000', '133712.630000', '133713.090000', '133713.550000', '133714.010000', '133714.470000', '133714.930000', '133715.390000', '133715.850000', '133716.310000', '133716.770000', '133717.230000', '133717.690000', '133718.150000', '133718.610000', '133719.070000', '133719.530000', '133719.990000', '133720.450000', '133720.910000', '133721.370000', '133721.830000', '133722.290000', '133722.750000', '133723.210000', '133723.670000', '133724.130000', '133724.590000', '133725.050000', '133725.510000', '133725.970000', '133726.430000', '133726.890000', '133727.350000', '133727.810000', '133728.270000', '133728.730000', '133729.190000', '133729.650000', '133730.110000', '133730.570000', '133731.030000', '133731.490000', '133731.950000', '133732.410000', '133732.870000', '133733.330000', '133733.790000', '133734.250000', '133734.710000', '133735.170000', '133735.630000', '133736.090000', '133736.550000', '133737.010000', '133737.470000', '133737.930000', '133738.390000', '133738.850000', '133739.310000', '133739.770000', '133740.230000', '133740.690000', '133741.150000', '133741.610000', '133742.070000', '133742.530000', '133742.990000', '133743.450000', '133743.910000', '133744.370000', '133744.830000', '133745.290000', '133745.750000', '133746.210000', '133746.670000', '133747.130000', '133747.590000', '133748.050000', '133748.510000', '133748.970000', '133749.430000', '133749.890000', '133750.350000', '133750.810000', '133751.270000', '133751.730000', '133752.190000', '133752.650000', '133753.110000', '133753.570000', '133754.030000', '133754.490000', '133754.950000', '133755.410000', '133755.870000', '133756.330000', '133756.790000', '133757.250000', '133757.710000', '133758.170000', '133758.630000', '133759.090000', '133759.550000', '133800.010000', '133800.470000', '133800.930000', '133801.390000', '133801.850000', '133802.310000', '133802.770000', '133803.230000', '133803.690000', '133804.150000', '133804.610000', '133805.070000', '133805.530000', '133805.990000', '133806.450000', '133806.910000', '133807.370000', '133807.830000', '133808.290000', '133808.750000', '133809.210000', '133809.670000', '133810.130000', '133810.590000', '133811.050000', '133811.510000', '133811.970000', '133812.430000', '133812.890000', '133813.350000', '133813.810000', '133814.270000', '133814.730000', '133815.190000', '133815.650000', '133816.110000', '133816.570000', '133817.030000', '133817.490000', '133817.950000', '133818.410000', '133818.870000', '133819.330000', '133819.790000', '133820.250000', '133820.710000', '133821.170000', '133821.630000', '133822.090000', '133822.550000', '133823.010000', '133823.470000', '133823.930000', '133824.390000', '133824.850000', '133825.310000', '133825.770000', '133826.230000', '133826.690000', '133827.150000', '133827.610000', '133828.070000', '133828.530000', '133828.990000', '133829.450000', '133829.910000', '133830.370000', '133830.830000', '133831.290000', '133831.750000', '133832.210000', '133832.670000', '133833.130000', '133833.590000', '133834.050000', '133834.510000', '133834.970000', '133835.430000', '133835.890000', '133836.350000', '133836.810000', '133837.270000', '133837.730000', '133838.190000', '133838.650000', '133839.110000', '133839.570000', '133840.030000', '133840.490000', '133840.950000', '133841.410000', '133841.870000', '133842.330000', '133842.790000', '133843.250000', '133843.710000', '133844.170000', '133844.630000', '133845.090000', '133845.550000', '133846.010000', '133846.470000', '133846.930000', '133847.390000', '133847.850000', '133848.310000', '133848.770000', '133849.230000', '133849.690000', '133850.150000', '133850.610000', '133851.070000', '133851.530000', '133851.990000', '133852.450000', '133852.910000', '133853.370000', '133853.830000', '133854.290000', '133854.750000', '133855.210000', '133855.670000', '133856.130000', '133856.590000', '133857.050000', '133857.510000', '133857.970000', '133858.430000', '133858.890000', '133859.350000', '133859.810000', '133900.270000', '133900.730000', '133901.190000', '133901.650000', '133902.110000', '133902.570000', '133903.030000', '133903.490000', '133903.950000', '133904.410000', '133904.870000', '133905.330000', '133905.790000', '133906.250000', '133906.710000', '133907.170000', '133907.630000', '133908.090000', '133908.550000', '133909.010000', '133909.470000', '133909.930000', '133910.390000', '133910.850000', '133911.310000', '133911.770000', '133912.230000', '133912.690000', '133913.150000', '133913.610000', '133914.070000', '133914.530000', '133914.990000', '133915.450000', '133915.910000', '133916.370000', '133916.830000', '133917.290000', '133917.750000', '133918.210000', '133918.670000', '133919.130000', '133919.590000', '133920.050000', '133920.510000', '133920.970000', '133921.430000', '133921.890000', '133922.350000', '133922.810000', '133923.270000', '133923.730000', '133924.190000', '133924.650000', '133925.110000', '133925.570000', '133926.030000', '133926.490000', '133926.950000', '133927.410000', '133927.870000', '133928.330000', '133928.790000', '133929.250000', '133929.710000', '133930.170000', '133930.630000', '133931.090000', '133931.550000', '133932.010000', '133932.470000', '133932.930000', '133933.390000', '133933.850000', '133934.310000', '133934.770000', '133935.230000', '133935.690000', '133936.150000', '133936.610000', '133937.070000', '133937.530000', '133937.990000', '133938.450000', '133938.910000', '133939.370000', '133939.830000', '133940.290000', '133940.750000', '133941.210000', '133941.670000', '133942.130000', '133942.590000', '133943.050000', '133943.510000', '133943.970000', '133944.430000', '133944.890000', '133945.350000', '133945.810000', '133946.270000', '133946.730000', '133947.190000', '133947.650000', '133948.110000', '133948.570000', '133949.030000', '133949.490000', '133949.950000', '133950.410000', '133950.870000', '133951.330000', '133951.790000', '133952.250000', '133952.710000', '133953.170000', '133953.630000', '133954.090000', '133954.550000', '133955.010000', '133955.470000', '133955.930000', '133956.390000', '133956.850000', '133957.310000', '133957.770000', '133958.230000', '133958.690000', '133959.150000', '133959.610000', '134000.070000', '134000.530000', '134000.990000', '134001.450000', '134001.910000', '134002.370000', '134002.830000', '134003.290000', '134003.750000', '134004.210000', '134004.670000', '134005.130000', '134005.590000', '134006.050000', '134006.510000', '134006.970000', '134007.430000', '134007.890000', '134008.350000', '134008.810000', '134009.270000', '134009.730000', '134010.190000', '134010.650000', '134011.110000', '134011.570000', '134012.030000', '134012.490000', '134012.950000', '134013.410000', '134013.870000', '134014.330000', '134014.790000', '134015.250000', '134015.710000', '134016.170000', '134016.630000', '134017.090000', '134017.550000', '134018.010000', '134018.470000', '134018.930000', '134019.390000', '134019.850000', '134020.310000', '134020.770000', '134021.230000', '134021.690000', '134022.150000', '134022.610000', '134023.070000', '134023.530000', '134023.990000', '134024.450000', '134024.910000', '134025.370000', '134025.830000', '134026.290000', '134026.750000', '134027.210000', '134027.670000', '134028.130000', '134028.590000', '134029.050000', '134029.510000', '134029.970000', '134030.430000', '134030.890000', '134031.350000', '134031.810000', '134032.270000', '134032.730000', '134033.190000', '134033.650000', '134034.110000', '134034.570000', '134035.030000', '134035.490000', '134035.950000', '134036.410000', '134036.870000', '134037.330000', '134037.790000', '134038.250000', '134038.710000', '134039.170000', '134039.630000', '134040.090000', '134040.550000', '134041.010000', '134041.470000', '134041.930000', '134042.390000', '134042.850000', '134043.310000', '134043.770000', '134044.230000', '134044.690000', '134045.150000', '134045.610000', '134046.070000', '134046.530000', '134046.990000', '134047.450000', '134047.910000', '134048.370000', '134048.830000', '134049.290000', '134049.750000', '134050.210000', '134050.670000', '134051.130000', '134051.590000', '134052.050000', '134052.510000', '134052.970000', '134053.430000', '134053.890000', '134054.350000', '134054.810000', '134055.270000', '134055.730000', '134056.190000', '134056.650000', '134057.110000', '134057.570000', '134058.030000', '134058.490000', '134058.950000', '134059.410000', '134059.870000', '134100.330000', '134100.790000', '134101.250000', '134101.710000', '134102.170000', '134102.630000', '134103.090000', '134103.550000', '134104.010000', '134104.470000', '134104.930000', '134105.390000', '134105.850000', '134106.310000', '134106.770000', '134107.230000', '134107.690000', '134108.150000', '134108.610000', '134109.070000', '134109.530000', '134109.990000', '134110.450000', '134110.910000', '134111.370000', '134111.830000', '134112.290000', '134112.750000', '134113.210000', '134113.670000', '134114.130000', '134114.590000', '134115.050000', '134115.510000', '134115.970000', '134116.430000', '134116.890000', '134117.350000', '134117.810000', '134118.270000', '134118.730000', '134119.190000', '134119.650000', '134120.110000', '134120.570000', '134121.030000', '134121.490000', '134121.950000', '134122.410000', '134122.870000', '134123.330000', '134123.790000', '134124.250000', '134124.710000', '134125.170000', '134125.630000', '134126.090000', '134126.550000', '134127.010000', '134127.470000', '134127.930000', '134128.390000', '134128.850000', '134129.310000', '134129.770000', '134130.230000', '134130.690000', '134131.150000', '134131.610000', '134132.070000', '134132.530000', '134132.990000', '134133.450000', '134133.910000', '134134.370000', '134134.830000', '134135.290000', '134135.750000', '134136.210000', '134136.670000', '134137.130000', '134137.590000', '134138.050000', '134138.510000', '134138.970000', '134139.430000', '134139.890000', '134140.350000', '134140.810000', '134141.270000', '134141.730000', '134142.190000', '134142.650000', '134143.110000', '134143.570000', '134144.030000', '134144.490000', '134144.950000', '134145.410000', '134145.870000', '134146.330000', '134146.790000', '134147.250000', '134147.710000', '134148.170000', '134148.630000', '134149.090000', '134149.550000', '134150.010000', '134150.470000', '134150.930000', '134151.390000', '134151.850000', '134152.310000', '134152.770000', '134153.230000', '134153.690000', '134154.150000', '134154.610000', '134155.070000', '134155.530000', '134155.990000', '134156.450000', '134156.910000', '134157.370000', '134157.830000', '134158.290000', '134158.750000', '134159.210000', '134159.670000', '134200.130000', '134200.590000', '134201.050000', '134201.510000', '134201.970000', '134202.430000', '134202.890000', '134203.350000', '134203.810000', '134204.270000', '134204.730000', '134205.190000', '134205.650000', '134206.110000', '134206.570000', '134207.030000', '134207.490000', '134207.950000', '134208.410000', '134208.870000', '134209.330000', '134209.790000', '134210.250000', '134210.710000', '134211.170000', '134211.630000', '134212.090000', '134212.550000', '134213.010000', '134213.470000', '134213.930000', '134214.390000', '134214.850000', '134215.310000', '134215.770000', '134216.230000', '134216.690000', '134217.150000', '134217.610000', '134218.070000', '134218.530000', '134218.990000', '134219.450000', '134219.910000', '134220.370000', '134220.830000', '134221.290000', '134221.750000', '134222.210000', '134222.670000', '134223.130000', '134223.590000', '134224.050000', '134224.510000', '134224.970000', '134225.430000', '134225.890000', '134226.350000', '134226.810000', '134227.270000', '134227.730000', '134228.190000', '134228.650000', '134229.110000', '134229.570000', '134230.030000', '134230.490000', '134230.950000', '134231.410000', '134231.870000', '134232.330000', '134232.790000', '134233.250000', '134233.710000', '134234.170000', '134234.630000', '134235.090000', '134235.550000', '134236.010000', '134236.470000', '134236.930000', '134237.390000', '134237.850000', '134238.310000', '134238.770000', '134239.230000', '134239.690000', '134240.150000', '134240.610000', '134241.070000', '134241.530000', '134241.990000', '134242.450000', '134242.910000', '134243.370000', '134243.830000', '134244.290000', '134244.750000', '134245.210000', '134245.670000', '134246.130000', '134246.590000', '134247.050000', '134247.510000', '134247.970000', '134248.430000', '134248.890000', '134249.350000', '134249.810000', '134250.270000', '134250.730000', '134251.190000', '134251.650000', '134252.110000', '134252.570000', '134253.030000', '134253.490000', '134253.950000', '134254.410000', '134254.870000', '134255.330000', '134255.790000', '134256.250000', '134256.710000', '134257.170000', '134257.630000', '134258.090000', '134258.550000', '134259.010000', '134259.470000', '134259.930000', '134300.390000', '134300.850000', '134301.310000', '134301.770000', '134302.230000', '134302.690000', '134303.150000', '134303.610000', '134304.070000', '134304.530000', '134304.990000', '134305.450000', '134305.910000', '134306.370000', '134306.830000', '134307.290000', '134307.750000', '134308.210000', '134308.670000', '134309.130000', '134309.590000', '134310.050000', '134310.510000', '134310.970000', '134311.430000', '134311.890000', '134312.350000', '134312.810000', '134313.270000', '134313.730000', '134314.190000', '134314.650000', '134315.110000', '134315.570000', '134316.030000', '134316.490000', '134316.950000', '134317.410000', '134317.870000', '134318.330000', '134318.790000', '134319.250000', '134319.710000', '134320.170000', '134320.630000', '134321.090000', '134321.550000', '134322.010000', '134322.470000', '134322.930000', '134323.390000', '134323.850000', '134324.310000', '134324.770000', '134325.230000', '134325.690000', '134326.150000', '134326.610000', '134327.070000', '134327.530000', '134327.990000', '134328.450000', '134328.910000', '134329.370000', '134329.830000', '134330.290000', '134330.750000', '134331.210000', '134331.670000', '134332.130000', '134332.590000', '134333.050000', '134333.510000', '134333.970000', '134334.430000', '134334.890000', '134335.350000', '134335.810000', '134336.270000', '134336.730000', '134337.190000', '134337.650000', '134338.110000', '134338.570000', '134339.030000', '134339.490000', '134339.950000', '134340.410000', '134340.870000'], 'ContentTime': ['133503.361000', '133503.364000', '133503.367000', '133503.370000', '133503.373000', '133503.376000', '133503.378000', '133503.381000', '133503.384000', '133503.387000', '133503.390000', '133503.393000', '133503.395000', '133503.398000', '133503.401000', '133503.404000', '133503.407000', '133503.410000', '133503.413000', '133503.415000', '133503.418000', '133503.421000', '133503.424000', '133503.427000', '133503.429000', '133503.432000', '133503.435000', '133503.438000', '133503.441000', '133503.447000', '133523.325000', '133523.328000', '133523.331000', '133523.334000', '133523.336000', '133523.339000', '133523.342000', '133523.345000', '133523.348000', '133523.351000', '133523.354000', '133523.356000', '133523.359000', '133523.362000', '133523.365000', '133523.368000', '133523.371000', '133523.374000', '133523.377000', '133523.379000', '133523.382000', '133523.385000', '133523.390000', '133523.393000', '133523.396000', '133523.399000', '133523.402000', '133523.404000', '133523.407000', '133523.410000', '133523.413000', '133523.416000', '133523.419000', '133523.422000', '133523.425000', '133523.427000', '133523.430000', '133523.433000', '133523.436000', '133523.439000', '133523.442000', '133523.444000', '133523.447000', '133523.450000', '133543.325000', '133543.328000', '133543.331000', '133543.334000', '133543.337000', '133543.340000', '133543.343000', '133543.345000', '133543.348000', '133543.351000', '133543.354000', '133543.357000', '133543.360000', '133543.363000', '133543.366000', '133543.369000', '133543.372000', '133543.375000', '133543.377000', '133543.384000', '133543.387000', '133543.390000', '133543.393000', '133543.396000', '133543.399000', '133543.402000', '133543.405000', '133543.407000', '133543.410000', '133543.413000', '133543.416000', '133543.419000', '133543.422000', '133543.425000', '133543.427000', '133543.430000', '133543.433000', '133543.436000', '133543.439000', '133543.442000', '133543.445000', '133543.447000', '133543.450000', '133603.326000', '133603.329000', '133603.332000', '133603.335000', '133603.338000', '133603.341000', '133603.344000', '133603.346000', '133603.349000', '133603.352000', '133603.355000', '133603.358000', '133603.361000', '133603.364000', '133603.367000', '133603.369000', '133603.372000', '133603.375000', '133603.378000', '133603.381000', '133603.384000', '133603.387000', '133603.390000', '133603.408000', '133603.412000', '133603.424000', '133603.427000', '133603.430000', '133603.433000', '133603.436000', '133603.438000', '133603.441000', '133603.444000', '133603.447000', '133603.450000', '133603.453000', '133603.456000', '133603.459000', '133603.462000', '133603.464000', '133603.467000', '133603.470000', '133603.473000', '133623.326000', '133623.329000', '133623.332000', '133623.334000', '133623.337000', '133623.340000', '133623.343000', '133623.346000', '133623.349000', '133623.352000', '133623.355000', '133623.357000', '133623.360000', '133623.363000', '133623.366000', '133623.369000', '133623.372000', '133623.375000', '133623.377000', '133623.380000', '133623.383000', '133623.386000', '133623.389000', '133623.392000', '133623.395000', '133623.397000', '133623.400000', '133623.403000', '133623.406000', '133623.409000', '133623.412000', '133623.414000', '133623.417000', '133623.420000', '133623.423000', '133623.426000', '133623.429000', '133623.432000', '133623.434000', '133623.437000', '133623.440000', '133623.443000', '133623.446000', '133623.449000', '133643.326000', '133643.329000', '133643.332000', '133643.335000', '133643.338000', '133643.341000', '133643.344000', '133643.347000', '133643.350000', '133643.353000', '133643.356000', '133643.359000', '133643.362000', '133643.365000', '133643.368000', '133643.370000', '133643.373000', '133643.376000', '133643.379000', '133643.382000', '133643.385000', '133643.388000', '133643.391000', '133643.394000', '133643.397000', '133643.400000', '133643.403000', '133643.405000', '133643.408000', '133643.411000', '133643.414000', '133643.417000', '133643.420000', '133643.423000', '133643.425000', '133643.428000', '133643.431000', '133643.434000', '133643.437000', '133643.440000', '133643.443000', '133643.446000', '133643.448000', '133703.326000', '133703.329000', '133703.332000', '133703.343000', '133703.346000', '133703.349000', '133703.351000', '133703.354000', '133703.357000', '133703.360000', '133703.363000', '133703.366000', '133703.369000', '133703.372000', '133703.374000', '133703.377000', '133703.380000', '133703.383000', '133703.386000', '133703.389000', '133703.392000', '133703.395000', '133703.398000', '133703.401000', '133703.403000', '133703.406000', '133703.409000', '133703.412000', '133703.415000', '133703.418000', '133703.421000', '133703.424000', '133703.427000', '133703.429000', '133703.432000', '133703.435000', '133703.438000', '133703.441000', '133703.444000', '133703.447000', '133703.450000', '133703.452000', '133703.455000', '133703.458000', '133723.325000', '133723.328000', '133723.331000', '133723.334000', '133723.337000', '133723.340000', '133723.343000', '133723.348000', '133723.352000', '133723.355000', '133723.358000', '133723.361000', '133723.363000', '133723.366000', '133723.369000', '133723.372000', '133723.375000', '133723.378000', '133723.381000', '133723.384000', '133723.386000', '133723.389000', '133723.392000', '133723.395000', '133723.398000', '133723.401000', '133723.403000', '133723.406000', '133723.409000', '133723.412000', '133723.415000', '133723.418000', '133723.421000', '133723.423000', '133723.426000', '133723.429000', '133723.432000', '133723.435000', '133723.438000', '133723.441000', '133723.444000', '133723.447000', '133723.449000', '133743.325000', '133743.328000', '133743.331000', '133743.334000', '133743.337000', '133743.340000', '133743.343000', '133743.345000', '133743.348000', '133743.351000', '133743.354000', '133743.357000', '133743.360000', '133743.363000', '133743.366000', '133743.369000', '133743.372000', '133743.375000', '133743.378000', '133743.392000', '133743.395000', '133743.398000', '133743.401000', '133743.404000', '133743.407000', '133743.410000', '133743.413000', '133743.416000', '133743.418000', '133743.421000', '133743.424000', '133743.427000', '133743.430000', '133743.433000', '133743.436000', '133743.439000', '133743.441000', '133743.444000', '133743.447000', '133743.450000', '133743.453000', '133743.456000', '133743.459000', '133743.461000', '133803.325000', '133803.328000', '133803.331000', '133803.334000', '133803.337000', '133803.339000', '133803.342000', '133803.345000', '133803.348000', '133803.351000', '133803.354000', '133803.357000', '133803.360000', '133803.363000', '133803.365000', '133803.368000', '133803.372000', '133803.375000', '133803.378000', '133803.381000', '133803.384000', '133803.387000', '133803.390000', '133803.392000', '133803.395000', '133803.398000', '133803.401000', '133803.404000', '133803.407000', '133803.410000', '133803.413000', '133803.415000', '133803.418000', '133803.421000', '133803.424000', '133803.427000', '133803.430000', '133803.433000', '133803.435000', '133803.438000', '133803.441000', '133803.444000', '133803.447000', '133823.326000', '133823.329000', '133823.332000', '133823.335000', '133823.338000', '133823.341000', '133823.344000', '133823.346000', '133823.349000', '133823.352000', '133823.355000', '133823.358000', '133823.361000', '133823.364000', '133823.367000', '133823.369000', '133823.372000', '133823.375000', '133823.378000', '133823.381000', '133823.384000', '133823.387000', '133823.390000', '133823.392000', '133823.395000', '133823.398000', '133823.401000', '133823.404000', '133823.407000', '133823.410000', '133823.412000', '133823.415000', '133823.418000', '133823.421000', '133823.424000', '133823.427000', '133823.430000', '133823.433000', '133823.435000', '133823.438000', '133823.441000', '133823.444000', '133823.447000', '133823.450000', '133843.326000', '133843.329000', '133843.332000', '133843.342000', '133843.345000', '133843.348000', '133843.351000', '133843.354000', '133843.357000', '133843.360000', '133843.362000', '133843.365000', '133843.368000', '133843.371000', '133843.374000', '133843.377000', '133843.380000', '133843.383000', '133843.386000', '133843.389000', '133843.392000', '133843.395000', '133843.398000', '133843.401000', '133843.404000', '133843.407000', '133843.410000', '133843.413000', '133843.416000', '133843.421000', '133843.425000', '133843.428000', '133843.431000', '133843.434000', '133843.437000', '133843.440000', '133843.443000', '133843.446000', '133843.448000', '133843.451000', '133843.460000', '133843.463000', '133843.466000', '133903.326000', '133903.329000', '133903.332000', '133903.335000', '133903.338000', '133903.340000', '133903.343000', '133903.346000', '133903.349000', '133903.352000', '133903.355000', '133903.358000', '133903.361000', '133903.364000', '133903.366000', '133903.369000', '133903.372000', '133903.375000', '133903.378000', '133903.381000', '133903.384000', '133903.387000', '133903.389000', '133903.392000', '133903.395000', '133903.398000', '133903.401000', '133903.404000', '133903.407000', '133903.410000', '133903.412000', '133903.415000', '133903.418000', '133903.421000', '133903.424000', '133903.427000', '133903.430000', '133903.433000', '133903.435000', '133903.438000', '133903.441000', '133903.444000', '133903.447000', '133903.450000', '133923.326000', '133923.329000', '133923.332000', '133923.335000', '133923.338000', '133923.341000', '133923.344000', '133923.346000', '133923.349000', '133923.352000', '133923.355000', '133923.358000', '133923.361000', '133923.364000', '133923.367000', '133923.370000', '133923.373000', '133923.376000', '133923.379000', '133923.381000', '133923.384000', '133923.387000', '133923.390000', '133923.393000', '133923.396000', '133923.399000', '133923.402000', '133923.405000', '133923.408000', '133923.410000', '133923.414000', '133923.417000', '133923.420000', '133923.422000', '133923.425000', '133923.428000', '133923.431000', '133923.434000', '133923.437000', '133923.440000', '133923.443000', '133923.445000', '133923.448000', '133943.325000', '133943.328000', '133943.331000', '133943.334000', '133943.337000', '133943.339000', '133943.342000', '133943.345000', '133943.348000', '133943.351000', '133943.354000', '133943.357000', '133943.360000', '133943.363000', '133943.365000', '133943.368000', '133943.371000', '133943.374000', '133943.377000', '133943.380000', '133943.383000', '133943.385000', '133943.388000', '133943.391000', '133943.394000', '133943.397000', '133943.400000', '133943.403000', '133943.407000', '133943.409000', '133943.412000', '133943.415000', '133943.418000', '133943.421000', '133943.424000', '133943.427000', '133943.430000', '133943.433000', '133943.436000', '133943.439000', '133943.442000', '133943.444000', '133943.447000', '133943.450000', '134003.325000', '134003.328000', '134003.331000', '134003.334000', '134003.337000', '134003.340000', '134003.343000', '134003.345000', '134003.348000', '134003.351000', '134003.354000', '134003.357000', '134003.360000', '134003.364000', '134003.367000', '134003.370000', '134003.372000', '134003.376000', '134003.378000', '134003.381000', '134003.384000', '134003.387000', '134003.390000', '134003.393000', '134003.396000', '134003.399000', '134003.401000', '134003.404000', '134003.407000', '134003.410000', '134003.413000', '134003.416000', '134003.419000', '134003.422000', '134003.425000', '134003.427000', '134003.430000', '134003.433000', '134003.436000', '134003.439000', '134003.442000', '134003.445000', '134003.448000', '134023.325000', '134023.328000', '134023.331000', '134023.334000', '134023.337000', '134023.340000', '134023.343000', '134023.346000', '134023.349000', '134023.352000', '134023.355000', '134023.358000', '134023.360000', '134023.363000', '134023.366000', '134023.369000', '134023.372000', '134023.375000', '134023.378000', '134023.381000', '134023.384000', '134023.387000', '134023.390000', '134023.393000', '134023.395000', '134023.398000', '134023.401000', '134023.404000', '134023.407000', '134023.412000', '134023.415000', '134023.418000', '134023.420000', '134023.423000', '134023.426000', '134023.429000', '134023.432000', '134023.435000', '134023.438000', '134023.441000', '134023.443000', '134023.446000', '134023.449000', '134023.452000', '134043.326000', '134043.329000', '134043.332000', '134043.335000', '134043.338000', '134043.341000', '134043.343000', '134043.346000', '134043.349000', '134043.352000', '134043.355000', '134043.369000', '134043.372000', '134043.375000', '134043.377000', '134043.380000', '134043.383000', '134043.386000', '134043.389000', '134043.392000', '134043.395000', '134043.398000', '134043.400000', '134043.403000', '134043.406000', '134043.409000', '134043.412000', '134043.415000', '134043.419000', '134043.422000', '134043.424000', '134043.427000', '134043.430000', '134043.433000', '134043.436000', '134043.439000', '134043.442000', '134043.445000', '134043.448000', '134043.453000', '134043.456000', '134043.459000', '134043.462000', '134103.326000', '134103.329000', '134103.332000', '134103.335000', '134103.338000', '134103.341000', '134103.344000', '134103.346000', '134103.349000', '134103.352000', '134103.355000', '134103.358000', '134103.361000', '134103.364000', '134103.367000', '134103.370000', '134103.372000', '134103.375000', '134103.378000', '134103.381000', '134103.384000', '134103.387000', '134103.390000', '134103.393000', '134103.395000', '134103.398000', '134103.401000', '134103.404000', '134103.407000', '134103.410000', '134103.413000', '134103.416000', '134103.418000', '134103.421000', '134103.424000', '134103.427000', '134103.430000', '134103.433000', '134103.436000', '134103.439000', '134103.441000', '134103.444000', '134103.447000', '134103.450000', '134123.327000', '134123.330000', '134123.332000', '134123.336000', '134123.338000', '134123.341000', '134123.344000', '134123.347000', '134123.350000', '134123.353000', '134123.355000', '134123.359000', '134123.361000', '134123.364000', '134123.367000', '134123.370000', '134123.373000', '134123.376000', '134123.379000', '134123.382000', '134123.384000', '134123.387000', '134123.390000', '134123.393000', '134123.396000', '134123.400000', '134123.403000', '134123.406000', '134123.409000', '134123.412000', '134123.415000', '134123.418000', '134123.420000', '134123.423000', '134123.426000', '134123.429000', '134123.432000', '134123.435000', '134123.438000', '134123.441000', '134123.444000', '134123.446000', '134123.449000', '134143.327000', '134143.330000', '134143.333000', '134143.335000', '134143.338000', '134143.341000', '134143.344000', '134143.347000', '134143.350000', '134143.353000', '134143.356000', '134143.358000', '134143.361000', '134143.364000', '134143.367000', '134143.370000', '134143.373000', '134143.376000', '134143.379000', '134143.382000', '134143.385000', '134143.387000', '134143.390000', '134143.393000', '134143.396000', '134143.399000', '134143.402000', '134143.404000', '134143.408000', '134143.410000', '134143.413000', '134143.416000', '134143.419000', '134143.422000', '134143.425000', '134143.427000', '134143.431000', '134143.434000', '134143.437000', '134143.440000', '134143.443000', '134143.446000', '134143.448000', '134143.451000', '134203.326000', '134203.329000', '134203.332000', '134203.335000', '134203.338000', '134203.340000', '134203.343000', '134203.346000', '134203.349000', '134203.352000', '134203.355000', '134203.358000', '134203.361000', '134203.364000', '134203.367000', '134203.370000', '134203.372000', '134203.375000', '134203.378000', '134203.381000', '134203.384000', '134203.387000', '134203.411000', '134203.414000', '134203.416000', '134203.419000', '134203.422000', '134203.425000', '134203.428000', '134203.431000', '134203.434000', '134203.437000', '134203.440000', '134203.442000', '134203.445000', '134203.448000', '134203.451000', '134203.454000', '134203.457000', '134203.460000', '134203.462000', '134203.465000', '134203.468000', '134223.325000', '134223.328000', '134223.331000', '134223.334000', '134223.337000', '134223.339000', '134223.342000', '134223.345000', '134223.348000', '134223.351000', '134223.354000', '134223.357000', '134223.360000', '134223.362000', '134223.365000', '134223.368000', '134223.371000', '134223.374000', '134223.377000', '134223.380000', '134223.383000', '134223.386000', '134223.389000', '134223.392000', '134223.394000', '134223.397000', '134223.400000', '134223.403000', '134223.406000', '134223.409000', '134223.411000', '134223.414000', '134223.417000', '134223.420000', '134223.423000', '134223.426000', '134223.429000', '134223.432000', '134223.435000', '134223.438000', '134223.440000', '134223.443000', '134223.446000', '134223.449000', '134243.325000', '134243.328000', '134243.331000', '134243.334000', '134243.337000', '134243.340000', '134243.343000', '134243.346000', '134243.349000', '134243.352000', '134243.354000', '134243.357000', '134243.360000', '134243.363000', '134243.366000', '134243.369000', '134243.372000', '134243.375000', '134243.378000', '134243.380000', '134243.383000', '134243.386000', '134243.389000', '134243.392000', '134243.395000', '134243.398000', '134243.401000', '134243.403000', '134243.406000', '134243.409000', '134243.412000', '134243.415000', '134243.418000', '134243.421000', '134243.424000', '134243.427000', '134243.429000', '134243.433000', '134243.436000', '134243.439000', '134243.442000', '134243.445000', '134243.449000', '134303.326000', '134303.329000', '134303.332000', '134303.335000', '134303.338000', '134303.340000', '134303.351000', '134303.353000', '134303.356000', '134303.359000', '134303.362000', '134303.365000', '134303.368000', '134303.371000', '134303.374000', '134303.376000', '134303.379000', '134303.382000', '134303.385000', '134303.388000', '134303.391000', '134303.394000', '134303.397000', '134303.399000', '134303.403000', '134303.406000', '134303.409000', '134303.412000', '134303.415000', '134303.418000', '134303.421000', '134303.423000', '134303.426000', '134303.429000', '134303.432000', '134303.435000', '134303.438000', '134303.441000', '134303.444000', '134303.447000', '134303.450000', '134303.452000', '134303.455000', '134303.458000', '134323.326000', '134323.329000', '134323.332000', '134323.335000', '134323.338000', '134323.341000', '134323.343000', '134323.346000', '134323.349000', '134323.352000', '134323.355000', '134323.358000', '134323.361000', '134323.364000', '134323.366000', '134323.369000', '134323.372000', '134323.375000', '134323.385000', '134323.388000', '134323.391000', '134323.394000', '134323.396000', '134323.399000', '134323.402000', '134323.405000', '134323.408000', '134323.411000', '134323.414000', '134323.417000', '134323.419000', '134323.422000', '134323.425000', '134323.428000', '134323.431000', '134323.434000', '134323.437000', '134323.439000', '134323.442000', '134323.445000', '134323.448000', '134323.451000', '134323.454000', '134341.527000', '134341.530000', '134341.533000', '134341.537000', '134341.540000', '134341.544000', '134341.547000', '134341.551000', '134341.554000', '134341.558000', '134341.562000', '134341.565000', '134341.568000', '134341.571000', '134341.574000', '134341.577000', '134341.580000', '134341.583000', '134341.586000', '134341.589000', '134341.592000', '134341.596000', '134341.599000', '134341.602000', '134341.605000', '134341.608000', '134341.611000', '134341.614000', '134341.617000', '134341.620000', '134341.623000', '134341.626000', '134341.629000', '134341.632000', '134341.635000', '134341.638000', '134341.641000', '134341.644000', '134341.647000', '134341.650000'], 'InstanceCreationTime': ['133503.361000', '133503.364000', '133503.367000', '133503.370000', '133503.373000', '133503.376000', '133503.378000', '133503.381000', '133503.384000', '133503.387000', '133503.390000', '133503.393000', '133503.395000', '133503.398000', '133503.401000', '133503.404000', '133503.407000', '133503.410000', '133503.413000', '133503.415000', '133503.418000', '133503.421000', '133503.424000', '133503.427000', '133503.429000', '133503.432000', '133503.435000', '133503.438000', '133503.441000', '133503.447000', '133523.325000', '133523.328000', '133523.331000', '133523.334000', '133523.336000', '133523.339000', '133523.342000', '133523.345000', '133523.348000', '133523.351000', '133523.354000', '133523.356000', '133523.359000', '133523.362000', '133523.365000', '133523.368000', '133523.371000', '133523.374000', '133523.377000', '133523.379000', '133523.382000', '133523.385000', '133523.390000', '133523.393000', '133523.396000', '133523.399000', '133523.402000', '133523.404000', '133523.407000', '133523.410000', '133523.413000', '133523.416000', '133523.419000', '133523.422000', '133523.425000', '133523.427000', '133523.430000', '133523.433000', '133523.436000', '133523.439000', '133523.442000', '133523.444000', '133523.447000', '133523.450000', '133543.325000', '133543.328000', '133543.331000', '133543.334000', '133543.337000', '133543.340000', '133543.343000', '133543.345000', '133543.348000', '133543.351000', '133543.354000', '133543.357000', '133543.360000', '133543.363000', '133543.366000', '133543.369000', '133543.372000', '133543.375000', '133543.377000', '133543.384000', '133543.387000', '133543.390000', '133543.393000', '133543.396000', '133543.399000', '133543.402000', '133543.405000', '133543.407000', '133543.410000', '133543.413000', '133543.416000', '133543.419000', '133543.422000', '133543.425000', '133543.427000', '133543.430000', '133543.433000', '133543.436000', '133543.439000', '133543.442000', '133543.445000', '133543.447000', '133543.450000', '133603.326000', '133603.329000', '133603.332000', '133603.335000', '133603.338000', '133603.341000', '133603.344000', '133603.346000', '133603.349000', '133603.352000', '133603.355000', '133603.358000', '133603.361000', '133603.364000', '133603.367000', '133603.369000', '133603.372000', '133603.375000', '133603.378000', '133603.381000', '133603.384000', '133603.387000', '133603.390000', '133603.408000', '133603.412000', '133603.424000', '133603.427000', '133603.430000', '133603.433000', '133603.436000', '133603.438000', '133603.441000', '133603.444000', '133603.447000', '133603.450000', '133603.453000', '133603.456000', '133603.459000', '133603.462000', '133603.464000', '133603.467000', '133603.470000', '133603.473000', '133623.326000', '133623.329000', '133623.332000', '133623.334000', '133623.337000', '133623.340000', '133623.343000', '133623.346000', '133623.349000', '133623.352000', '133623.355000', '133623.357000', '133623.360000', '133623.363000', '133623.366000', '133623.369000', '133623.372000', '133623.375000', '133623.377000', '133623.380000', '133623.383000', '133623.386000', '133623.389000', '133623.392000', '133623.395000', '133623.397000', '133623.400000', '133623.403000', '133623.406000', '133623.409000', '133623.412000', '133623.414000', '133623.417000', '133623.420000', '133623.423000', '133623.426000', '133623.429000', '133623.432000', '133623.434000', '133623.437000', '133623.440000', '133623.443000', '133623.446000', '133623.449000', '133643.326000', '133643.329000', '133643.332000', '133643.335000', '133643.338000', '133643.341000', '133643.344000', '133643.347000', '133643.350000', '133643.353000', '133643.356000', '133643.359000', '133643.362000', '133643.365000', '133643.368000', '133643.370000', '133643.373000', '133643.376000', '133643.379000', '133643.382000', '133643.385000', '133643.388000', '133643.391000', '133643.394000', '133643.397000', '133643.400000', '133643.403000', '133643.405000', '133643.408000', '133643.411000', '133643.414000', '133643.417000', '133643.420000', '133643.423000', '133643.425000', '133643.428000', '133643.431000', '133643.434000', '133643.437000', '133643.440000', '133643.443000', '133643.446000', '133643.448000', '133703.326000', '133703.329000', '133703.332000', '133703.343000', '133703.346000', '133703.349000', '133703.351000', '133703.354000', '133703.357000', '133703.360000', '133703.363000', '133703.366000', '133703.369000', '133703.372000', '133703.374000', '133703.377000', '133703.380000', '133703.383000', '133703.386000', '133703.389000', '133703.392000', '133703.395000', '133703.398000', '133703.401000', '133703.403000', '133703.406000', '133703.409000', '133703.412000', '133703.415000', '133703.418000', '133703.421000', '133703.424000', '133703.427000', '133703.429000', '133703.432000', '133703.435000', '133703.438000', '133703.441000', '133703.444000', '133703.447000', '133703.450000', '133703.452000', '133703.455000', '133703.458000', '133723.325000', '133723.328000', '133723.331000', '133723.334000', '133723.337000', '133723.340000', '133723.343000', '133723.348000', '133723.352000', '133723.355000', '133723.358000', '133723.361000', '133723.363000', '133723.366000', '133723.369000', '133723.372000', '133723.375000', '133723.378000', '133723.381000', '133723.384000', '133723.386000', '133723.389000', '133723.392000', '133723.395000', '133723.398000', '133723.401000', '133723.403000', '133723.406000', '133723.409000', '133723.412000', '133723.415000', '133723.418000', '133723.421000', '133723.423000', '133723.426000', '133723.429000', '133723.432000', '133723.435000', '133723.438000', '133723.441000', '133723.444000', '133723.447000', '133723.449000', '133743.325000', '133743.328000', '133743.331000', '133743.334000', '133743.337000', '133743.340000', '133743.343000', '133743.345000', '133743.348000', '133743.351000', '133743.354000', '133743.357000', '133743.360000', '133743.363000', '133743.366000', '133743.369000', '133743.372000', '133743.375000', '133743.378000', '133743.392000', '133743.395000', '133743.398000', '133743.401000', '133743.404000', '133743.407000', '133743.410000', '133743.413000', '133743.416000', '133743.418000', '133743.421000', '133743.424000', '133743.427000', '133743.430000', '133743.433000', '133743.436000', '133743.439000', '133743.441000', '133743.444000', '133743.447000', '133743.450000', '133743.453000', '133743.456000', '133743.459000', '133743.461000', '133803.325000', '133803.328000', '133803.331000', '133803.334000', '133803.337000', '133803.339000', '133803.342000', '133803.345000', '133803.348000', '133803.351000', '133803.354000', '133803.357000', '133803.360000', '133803.363000', '133803.365000', '133803.368000', '133803.372000', '133803.375000', '133803.378000', '133803.381000', '133803.384000', '133803.387000', '133803.390000', '133803.392000', '133803.395000', '133803.398000', '133803.401000', '133803.404000', '133803.407000', '133803.410000', '133803.413000', '133803.415000', '133803.418000', '133803.421000', '133803.424000', '133803.427000', '133803.430000', '133803.433000', '133803.435000', '133803.438000', '133803.441000', '133803.444000', '133803.447000', '133823.326000', '133823.329000', '133823.332000', '133823.335000', '133823.338000', '133823.341000', '133823.344000', '133823.346000', '133823.349000', '133823.352000', '133823.355000', '133823.358000', '133823.361000', '133823.364000', '133823.367000', '133823.369000', '133823.372000', '133823.375000', '133823.378000', '133823.381000', '133823.384000', '133823.387000', '133823.390000', '133823.392000', '133823.395000', '133823.398000', '133823.401000', '133823.404000', '133823.407000', '133823.410000', '133823.412000', '133823.415000', '133823.418000', '133823.421000', '133823.424000', '133823.427000', '133823.430000', '133823.433000', '133823.435000', '133823.438000', '133823.441000', '133823.444000', '133823.447000', '133823.450000', '133843.326000', '133843.329000', '133843.332000', '133843.342000', '133843.345000', '133843.348000', '133843.351000', '133843.354000', '133843.357000', '133843.360000', '133843.362000', '133843.365000', '133843.368000', '133843.371000', '133843.374000', '133843.377000', '133843.380000', '133843.383000', '133843.386000', '133843.389000', '133843.392000', '133843.395000', '133843.398000', '133843.401000', '133843.404000', '133843.407000', '133843.410000', '133843.413000', '133843.416000', '133843.421000', '133843.425000', '133843.428000', '133843.431000', '133843.434000', '133843.437000', '133843.440000', '133843.443000', '133843.446000', '133843.448000', '133843.451000', '133843.460000', '133843.463000', '133843.466000', '133903.326000', '133903.329000', '133903.332000', '133903.335000', '133903.338000', '133903.340000', '133903.343000', '133903.346000', '133903.349000', '133903.352000', '133903.355000', '133903.358000', '133903.361000', '133903.364000', '133903.366000', '133903.369000', '133903.372000', '133903.375000', '133903.378000', '133903.381000', '133903.384000', '133903.387000', '133903.389000', '133903.392000', '133903.395000', '133903.398000', '133903.401000', '133903.404000', '133903.407000', '133903.410000', '133903.412000', '133903.415000', '133903.418000', '133903.421000', '133903.424000', '133903.427000', '133903.430000', '133903.433000', '133903.435000', '133903.438000', '133903.441000', '133903.444000', '133903.447000', '133903.450000', '133923.326000', '133923.329000', '133923.332000', '133923.335000', '133923.338000', '133923.341000', '133923.344000', '133923.346000', '133923.349000', '133923.352000', '133923.355000', '133923.358000', '133923.361000', '133923.364000', '133923.367000', '133923.370000', '133923.373000', '133923.376000', '133923.379000', '133923.381000', '133923.384000', '133923.387000', '133923.390000', '133923.393000', '133923.396000', '133923.399000', '133923.402000', '133923.405000', '133923.408000', '133923.410000', '133923.414000', '133923.417000', '133923.420000', '133923.422000', '133923.425000', '133923.428000', '133923.431000', '133923.434000', '133923.437000', '133923.440000', '133923.443000', '133923.445000', '133923.448000', '133943.325000', '133943.328000', '133943.331000', '133943.334000', '133943.337000', '133943.339000', '133943.342000', '133943.345000', '133943.348000', '133943.351000', '133943.354000', '133943.357000', '133943.360000', '133943.363000', '133943.365000', '133943.368000', '133943.371000', '133943.374000', '133943.377000', '133943.380000', '133943.383000', '133943.385000', '133943.388000', '133943.391000', '133943.394000', '133943.397000', '133943.400000', '133943.403000', '133943.407000', '133943.409000', '133943.412000', '133943.415000', '133943.418000', '133943.421000', '133943.424000', '133943.427000', '133943.430000', '133943.433000', '133943.436000', '133943.439000', '133943.442000', '133943.444000', '133943.447000', '133943.450000', '134003.325000', '134003.328000', '134003.331000', '134003.334000', '134003.337000', '134003.340000', '134003.343000', '134003.345000', '134003.348000', '134003.351000', '134003.354000', '134003.357000', '134003.360000', '134003.364000', '134003.367000', '134003.370000', '134003.372000', '134003.376000', '134003.378000', '134003.381000', '134003.384000', '134003.387000', '134003.390000', '134003.393000', '134003.396000', '134003.399000', '134003.401000', '134003.404000', '134003.407000', '134003.410000', '134003.413000', '134003.416000', '134003.419000', '134003.422000', '134003.425000', '134003.427000', '134003.430000', '134003.433000', '134003.436000', '134003.439000', '134003.442000', '134003.445000', '134003.448000', '134023.325000', '134023.328000', '134023.331000', '134023.334000', '134023.337000', '134023.340000', '134023.343000', '134023.346000', '134023.349000', '134023.352000', '134023.355000', '134023.358000', '134023.360000', '134023.363000', '134023.366000', '134023.369000', '134023.372000', '134023.375000', '134023.378000', '134023.381000', '134023.384000', '134023.387000', '134023.390000', '134023.393000', '134023.395000', '134023.398000', '134023.401000', '134023.404000', '134023.407000', '134023.412000', '134023.415000', '134023.418000', '134023.420000', '134023.423000', '134023.426000', '134023.429000', '134023.432000', '134023.435000', '134023.438000', '134023.441000', '134023.443000', '134023.446000', '134023.449000', '134023.452000', '134043.326000', '134043.329000', '134043.332000', '134043.335000', '134043.338000', '134043.341000', '134043.343000', '134043.346000', '134043.349000', '134043.352000', '134043.355000', '134043.369000', '134043.372000', '134043.375000', '134043.377000', '134043.380000', '134043.383000', '134043.386000', '134043.389000', '134043.392000', '134043.395000', '134043.398000', '134043.400000', '134043.403000', '134043.406000', '134043.409000', '134043.412000', '134043.415000', '134043.419000', '134043.422000', '134043.424000', '134043.427000', '134043.430000', '134043.433000', '134043.436000', '134043.439000', '134043.442000', '134043.445000', '134043.448000', '134043.453000', '134043.456000', '134043.459000', '134043.462000', '134103.326000', '134103.329000', '134103.332000', '134103.335000', '134103.338000', '134103.341000', '134103.344000', '134103.346000', '134103.349000', '134103.352000', '134103.355000', '134103.358000', '134103.361000', '134103.364000', '134103.367000', '134103.370000', '134103.372000', '134103.375000', '134103.378000', '134103.381000', '134103.384000', '134103.387000', '134103.390000', '134103.393000', '134103.395000', '134103.398000', '134103.401000', '134103.404000', '134103.407000', '134103.410000', '134103.413000', '134103.416000', '134103.418000', '134103.421000', '134103.424000', '134103.427000', '134103.430000', '134103.433000', '134103.436000', '134103.439000', '134103.441000', '134103.444000', '134103.447000', '134103.450000', '134123.327000', '134123.330000', '134123.332000', '134123.336000', '134123.338000', '134123.341000', '134123.344000', '134123.347000', '134123.350000', '134123.353000', '134123.355000', '134123.359000', '134123.361000', '134123.364000', '134123.367000', '134123.370000', '134123.373000', '134123.376000', '134123.379000', '134123.382000', '134123.384000', '134123.387000', '134123.390000', '134123.393000', '134123.396000', '134123.400000', '134123.403000', '134123.406000', '134123.409000', '134123.412000', '134123.415000', '134123.418000', '134123.420000', '134123.423000', '134123.426000', '134123.429000', '134123.432000', '134123.435000', '134123.438000', '134123.441000', '134123.444000', '134123.446000', '134123.449000', '134143.327000', '134143.330000', '134143.333000', '134143.335000', '134143.338000', '134143.341000', '134143.344000', '134143.347000', '134143.350000', '134143.353000', '134143.356000', '134143.358000', '134143.361000', '134143.364000', '134143.367000', '134143.370000', '134143.373000', '134143.376000', '134143.379000', '134143.382000', '134143.385000', '134143.387000', '134143.390000', '134143.393000', '134143.396000', '134143.399000', '134143.402000', '134143.404000', '134143.408000', '134143.410000', '134143.413000', '134143.416000', '134143.419000', '134143.422000', '134143.425000', '134143.427000', '134143.431000', '134143.434000', '134143.437000', '134143.440000', '134143.443000', '134143.446000', '134143.448000', '134143.451000', '134203.326000', '134203.329000', '134203.332000', '134203.335000', '134203.338000', '134203.340000', '134203.343000', '134203.346000', '134203.349000', '134203.352000', '134203.355000', '134203.358000', '134203.361000', '134203.364000', '134203.367000', '134203.370000', '134203.372000', '134203.375000', '134203.378000', '134203.381000', '134203.384000', '134203.387000', '134203.411000', '134203.414000', '134203.416000', '134203.419000', '134203.422000', '134203.425000', '134203.428000', '134203.431000', '134203.434000', '134203.437000', '134203.440000', '134203.442000', '134203.445000', '134203.448000', '134203.451000', '134203.454000', '134203.457000', '134203.460000', '134203.462000', '134203.465000', '134203.468000', '134223.325000', '134223.328000', '134223.331000', '134223.334000', '134223.337000', '134223.339000', '134223.342000', '134223.345000', '134223.348000', '134223.351000', '134223.354000', '134223.357000', '134223.360000', '134223.362000', '134223.365000', '134223.368000', '134223.371000', '134223.374000', '134223.377000', '134223.380000', '134223.383000', '134223.386000', '134223.389000', '134223.392000', '134223.394000', '134223.397000', '134223.400000', '134223.403000', '134223.406000', '134223.409000', '134223.411000', '134223.414000', '134223.417000', '134223.420000', '134223.423000', '134223.426000', '134223.429000', '134223.432000', '134223.435000', '134223.438000', '134223.440000', '134223.443000', '134223.446000', '134223.449000', '134243.325000', '134243.328000', '134243.331000', '134243.334000', '134243.337000', '134243.340000', '134243.343000', '134243.346000', '134243.349000', '134243.352000', '134243.354000', '134243.357000', '134243.360000', '134243.363000', '134243.366000', '134243.369000', '134243.372000', '134243.375000', '134243.378000', '134243.380000', '134243.383000', '134243.386000', '134243.389000', '134243.392000', '134243.395000', '134243.398000', '134243.401000', '134243.403000', '134243.406000', '134243.409000', '134243.412000', '134243.415000', '134243.418000', '134243.421000', '134243.424000', '134243.427000', '134243.429000', '134243.433000', '134243.436000', '134243.439000', '134243.442000', '134243.445000', '134243.449000', '134303.326000', '134303.329000', '134303.332000', '134303.335000', '134303.338000', '134303.340000', '134303.351000', '134303.353000', '134303.356000', '134303.359000', '134303.362000', '134303.365000', '134303.368000', '134303.371000', '134303.374000', '134303.376000', '134303.379000', '134303.382000', '134303.385000', '134303.388000', '134303.391000', '134303.394000', '134303.397000', '134303.399000', '134303.403000', '134303.406000', '134303.409000', '134303.412000', '134303.415000', '134303.418000', '134303.421000', '134303.423000', '134303.426000', '134303.429000', '134303.432000', '134303.435000', '134303.438000', '134303.441000', '134303.444000', '134303.447000', '134303.450000', '134303.452000', '134303.455000', '134303.458000', '134323.326000', '134323.329000', '134323.332000', '134323.335000', '134323.338000', '134323.341000', '134323.343000', '134323.346000', '134323.349000', '134323.352000', '134323.355000', '134323.358000', '134323.361000', '134323.364000', '134323.366000', '134323.369000', '134323.372000', '134323.375000', '134323.385000', '134323.388000', '134323.391000', '134323.394000', '134323.396000', '134323.399000', '134323.402000', '134323.405000', '134323.408000', '134323.411000', '134323.414000', '134323.417000', '134323.419000', '134323.422000', '134323.425000', '134323.428000', '134323.431000', '134323.434000', '134323.437000', '134323.439000', '134323.442000', '134323.445000', '134323.448000', '134323.451000', '134323.454000', '134341.527000', '134341.530000', '134341.533000', '134341.537000', '134341.540000', '134341.544000', '134341.547000', '134341.551000', '134341.554000', '134341.558000', '134341.562000', '134341.565000', '134341.568000', '134341.571000', '134341.574000', '134341.577000', '134341.580000', '134341.583000', '134341.586000', '134341.589000', '134341.592000', '134341.596000', '134341.599000', '134341.602000', '134341.605000', '134341.608000', '134341.611000', '134341.614000', '134341.617000', '134341.620000', '134341.623000', '134341.626000', '134341.629000', '134341.632000', '134341.635000', '134341.638000', '134341.641000', '134341.644000', '134341.647000', '134341.650000'], '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], 'LargestImagePixelValue': [12146, 16936, 12511, 15593, 9600, 16966, 9034, 15568, 8626, 13989, 14544, 11144, 16252, 12704, 15302, 11333, 13954, 10547, 12712, 9816, 13842, 7952, 13134, 12162, 10761, 15347, 10137, 14105, 8391, 12110, 16186, 10801, 14841, 11258, 13194, 11309, 14518, 11833, 8726, 11538, 7730, 13134, 7612, 14396, 8014, 13525, 12839, 10734, 14596, 8461, 13366, 7842, 11651, 15333, 9494, 13768, 8191, 12983, 8284, 10859, 14117, 9184, 13011, 8118, 12117, 12512, 9936, 13322, 8459, 12294, 9309, 11011, 15348, 9537, 12724, 8036, 11909, 11286, 10776, 13719, 10322, 12747, 8137, 12128, 11645, 10736, 14364, 10717, 13380, 8278, 13167, 7928, 11963, 12692, 10523, 13531, 9550, 13147, 7895, 12223, 12996, 10603, 13963, 9599, 13862, 8086, 11852, 12756, 10792, 13393, 10108, 12779, 8103, 12361, 9112, 12006, 11427, 11498, 14042, 10586, 13622, 10188, 13327, 8685, 13654, 9273, 12068, 11543, 10938, 13875, 9986, 13141, 8534, 12825, 8307, 12765, 7576, 12806, 9199, 13452, 10902, 11314, 10073, 11083, 10648, 15042, 10578, 15479, 9088, 14030, 9588, 12148, 15024, 9892, 13688, 8212, 12317, 10610, 9875, 13958, 8909, 13516, 9080, 11636, 10499, 10124, 14075, 9701, 13184, 7821, 12451, 9783, 10775, 16118, 10199, 13363, 8742, 13162, 8442, 11076, 15111, 10753, 14047, 8744, 13665, 8290, 13355, 8009, 13676, 7876, 13765, 8984, 14719, 8698, 13421, 7858, 12422, 15047, 10355, 14082, 8402, 12529, 8571, 10387, 13931, 9617, 13318, 9908, 13746, 9533, 13923, 10278, 13500, 8315, 12855, 10210, 11469, 14713, 9954, 12915, 7981, 11641, 14415, 9939, 13495, 8574, 12026, 7992, 10730, 13639, 9408, 11923, 8039, 11150, 7721, 10474, 10090, 9677, 12753, 9504, 12098, 7922, 10978, 10242, 10208, 13153, 9993, 12344, 8463, 11575, 10355, 10280, 13707, 10652, 12597, 8171, 11555, 10264, 10925, 14452, 11567, 13008, 10704, 13467, 9717, 12990, 9130, 12787, 8820, 12530, 8788, 12095, 11422, 10929, 13813, 11453, 13147, 8565, 12768, 8316, 12097, 13222, 11248, 13864, 11402, 13297, 8320, 11946, 11476, 10938, 14291, 11323, 12903, 8409, 12033, 7944, 11301, 14117, 11027, 13283, 9436, 12693, 7858, 11660, 9556, 10938, 14015, 9549, 11776, 8920, 11689, 7918, 10029, 10927, 9707, 13448, 10266, 12027, 8428, 11216, 11398, 10104, 13715, 10614, 11856, 7849, 11093, 9506, 10586, 14048, 11137, 13075, 9288, 12145, 8276, 11357, 11015, 10900, 13940, 9937, 12369, 8840, 11444, 11354, 11067, 13928, 9795, 12528, 8063, 11616, 8634, 10449, 13760, 9294, 12006, 8939, 10308, 13245, 10018, 12129, 7838, 10999, 11367, 9350, 13193, 10032, 11542, 7794, 10094, 11501, 9542, 13178, 10314, 12264, 8004, 11541, 9002, 9884, 12371, 10105, 14576, 8720, 12279, 10033, 11049, 12382, 10034, 14833, 9926, 12812, 7805, 12327, 7901, 10749, 11296, 10282, 14601, 10972, 13110, 9691, 12025, 7897, 11162, 8168, 10525, 12936, 10641, 13583, 9085, 11775, 8354, 11094, 9354, 9255, 13671, 9044, 12094, 7958, 10913, 8249, 9533, 12963, 9268, 12367, 8467, 11784, 7583, 10244, 10676, 9358, 13567, 9941, 12895, 8079, 11724, 10427, 10537, 12197, 9661, 13872, 8297, 12032, 10830, 10564, 12221, 9334, 14392, 8141, 12037, 10571, 10681, 12029, 9402, 14552, 8764, 11978, 9085, 11015, 8389, 10659, 12254, 9583, 13979, 9661, 13064, 8201, 11703, 8449, 9933, 14096, 10328, 14043, 9669, 12342, 8003, 11230, 9252, 10487, 7969, 10674, 12338, 9945, 14451, 10299, 13336, 8085, 11143, 7919, 9548, 14413, 9539, 13319, 8092, 11495, 8090, 9540, 13516, 10020, 13451, 10210, 12321, 8032, 11134, 9566, 9405, 14083, 10717, 12109, 8606, 11671, 8746, 10472, 12478, 9989, 14027, 8985, 11713, 8759, 9661, 12261, 10326, 13499, 9717, 12046, 8046, 10631, 11618, 9701, 14234, 10421, 11634, 7932, 12290, 9403, 12918, 8345, 14251, 11128, 14678, 10726, 13618, 10914, 14123, 10836, 13448, 10385, 11858, 7702, 12072, 8531, 11665, 11013, 9076, 12555, 9034, 12280, 11936, 7763, 15300, 11034, 21483, 15438, 16808, 15111, 12547, 14913, 10576, 17858, 14022, 14902, 14218, 8795, 14324, 11519, 9143, 11858, 8377, 12446, 12548, 11259, 13702, 10484, 12335, 8196, 11290, 8108, 9746, 13033, 9199, 11443, 9351, 11411, 8522, 10201, 8189, 10325, 7966, 10320, 7958, 9909, 8224, 10946, 7973, 10211, 13286, 9159, 12037, 11486, 10263, 15299, 8820, 13317, 11657, 9991, 15314, 8880, 12562, 10265, 10869, 11653, 9434, 13977, 9568, 13649, 9043, 13663, 8393, 12534, 9393, 11985, 14237, 9250, 13630, 8714, 11803, 8717, 10468, 13021, 8087, 11534, 8731, 8688, 13030, 8201, 11707, 10385, 9154, 14745, 8026, 11979, 8466, 10506, 14471, 8536, 13637, 8043, 12876, 8529, 11809, 10087, 9316, 12237, 8772, 12454, 8014, 11336, 8190, 9898, 15551, 8611, 12100, 9424, 11313, 12420, 8603, 13269, 8475, 12463, 10766, 11153, 9125, 10687, 9098, 8899, 13344, 8277, 12284, 7912, 11769, 7814, 10343, 15246, 8504, 12642, 8024, 11970, 9940, 9755, 15423, 8771, 12531, 8330, 11787, 9252, 9705, 13589, 8472, 12179, 9634, 9827, 14368, 8528, 12496, 8051, 12189, 8361, 10569, 8126, 8507, 7997, 8432, 7952, 11217, 7825, 12148, 7599, 11763, 7638, 11761, 9917, 10324, 15803, 9161, 13103, 8208, 11740, 8626, 9796, 15774, 9714, 13777, 9395, 14625, 8779, 11339, 8588, 14050, 8801, 12778, 9416, 9860, 14147, 10055, 13744, 9815, 11435, 15487, 10143, 14313, 8820, 13402, 8752, 11353, 11057, 9407, 14792, 8955, 13545, 9172, 9874, 15147, 9652, 13783, 8404, 13090, 7856, 11164, 12113, 9256, 14500, 7901, 12149, 12683, 9388, 14387, 8912, 12635, 8380, 9450, 14644, 9448, 13661, 7572, 10131, 7731, 9827, 7949, 12044, 8442, 13663, 8889, 13853, 9652, 9983, 14065, 9657, 13926, 8824, 13581, 8964, 10280, 15794, 9974, 14037, 8505, 12906, 8850, 13463, 8797, 11244, 8910, 7647, 11373, 7972, 12622, 9697, 11216, 14927, 9706, 13985, 10112, 11641, 17506, 10651, 15469, 10491, 13785, 12411, 11496, 17554, 10097, 15682, 9547, 13877, 8489, 12778, 8169, 12461, 7991, 10433, 8139, 8868, 8832, 8842, 11283, 8074, 14279, 8787, 14274, 8854, 9092, 8132, 7775, 8588, 7933, 11236, 7819, 13681, 8761, 13275, 8505, 12779, 9864, 9720, 14590, 9305, 12923, 8909, 9468, 15987, 10644, 13084, 8598, 10949, 8434, 9236, 10155, 8713, 14377, 9768, 13416, 9135, 12689, 8440, 13533, 8963, 12594, 8256, 12355, 9486, 10109, 15414, 9839, 13203, 7918, 12070, 10378, 10058, 12655, 9474, 13768, 9186, 12435, 7624, 12350, 10414, 10724, 11740, 9223, 15469, 9926, 13361, 8383, 12886, 10287, 10367, 15025, 9535, 13417, 9119, 12951, 8933, 13183, 8087, 11564, 8878, 9953, 14730, 9914, 13795, 8769, 12633, 10576, 9448, 14591, 9449, 12969, 8499, 12215, 8437, 9996, 11211, 9163, 16150, 10156, 15320, 9372, 12876, 8491, 12351, 10189, 12145, 10634, 9369, 14703, 9154, 13318, 10836, 12310, 11044, 9605, 11461, 9089, 13637, 10032, 16287, 9754, 13446, 8782, 12840, 10202, 12608, 10450, 10222, 15332, 10244, 13766, 10788, 12418, 10047, 11950, 16498, 11177, 15369, 11333, 15301, 9829, 14071, 9065, 13544, 9968, 11190, 15857, 9869, 14327, 8731, 11717, 12975, 9929, 15335, 10868, 14005, 8949, 12341, 8105, 12642, 9197, 11506, 12042, 9267, 14403, 9550, 13599, 8535, 12786, 11366, 9829, 15055, 10201, 13840, 8632, 12488, 11968, 9978, 15381, 9856, 13523, 8477, 12490, 12072, 10149, 15595, 9556, 13201, 8146, 13126, 10188, 11257, 12476, 9214, 14274, 9436, 13724, 8848, 12545, 8699, 12404, 12534, 11874, 12451, 8781, 11733, 9859, 12952, 9093, 15250, 9983, 14277, 9324, 12720, 10560, 9870, 16064, 10277, 14110, 8551, 12467, 10616, 10095, 15347, 10305, 14298, 8498, 13141, 9959, 14307, 9439, 11483, 9358, 9563, 9457, 13017, 9384, 14398, 8989, 13330, 10346, 11135, 15959, 9950, 14072, 12517, 12726, 16780, 9611, 17563, 12108, 16363, 11067, 13461, 11187, 8837, 15000, 8137, 14697, 8560, 13927, 13472, 10431, 14994, 10879, 13204, 15995, 10199, 14587, 8779, 11143, 12078, 9119, 14745, 10117, 14327, 8707, 13392, 8051, 12162, 8209, 10947, 9335, 10033, 9279, 10091, 10159, 9197, 14304, 8620, 13022, 10609, 10281, 14621, 9587, 13668, 9589, 14371, 9731, 13534, 7979], 'WindowCenter': [4775.0, 4786.0, 4757.0, 4752.0, 4667.0, 4765.0, 4727.0, 4788.0, 4710.0, 4746.0, 4743.0, 4711.0, 4808.0, 4804.0, 4794.0, 4754.0, 4771.0, 4740.0, 4747.0, 4718.0, 4757.0, 4687.0, 4747.0, 4736.0, 4728.0, 4767.0, 4706.0, 4744.0, 4703.0, 4748.0, 4764.0, 4728.0, 4763.0, 4715.0, 4740.0, 4719.0, 4753.0, 4745.0, 4695.0, 4734.0, 4700.0, 4767.0, 4701.0, 4776.0, 4702.0, 4770.0, 4759.0, 4737.0, 4766.0, 4698.0, 4756.0, 4686.0, 4723.0, 4764.0, 4705.0, 4742.0, 4683.0, 4744.0, 4685.0, 4724.0, 4756.0, 4715.0, 4743.0, 4686.0, 4735.0, 4745.0, 4728.0, 4755.0, 4707.0, 4744.0, 4705.0, 4725.0, 4776.0, 4717.0, 4744.0, 4698.0, 4747.0, 4738.0, 4737.0, 4767.0, 4725.0, 4746.0, 4698.0, 4747.0, 4749.0, 4738.0, 4767.0, 4740.0, 4768.0, 4698.0, 4756.0, 4698.0, 4748.0, 4758.0, 4738.0, 4770.0, 4730.0, 4758.0, 4699.0, 4758.0, 4767.0, 4727.0, 4768.0, 4728.0, 4767.0, 4700.0, 4748.0, 4757.0, 4739.0, 4769.0, 4740.0, 4758.0, 4699.0, 4758.0, 4721.0, 4773.0, 4763.0, 4752.0, 4780.0, 4751.0, 4781.0, 4742.0, 4783.0, 4723.0, 4780.0, 4731.0, 4759.0, 4761.0, 4765.0, 4808.0, 4757.0, 4785.0, 4725.0, 4784.0, 4752.0, 4801.0, 4741.0, 4772.0, 4716.0, 4778.0, 4761.0, 4787.0, 4780.0, 4791.0, 4767.0, 4805.0, 4753.0, 4792.0, 4722.0, 4783.0, 4741.0, 4775.0, 4793.0, 4743.0, 4783.0, 4711.0, 4750.0, 4738.0, 4717.0, 4767.0, 4707.0, 4757.0, 4721.0, 4753.0, 4739.0, 4730.0, 4768.0, 4720.0, 4757.0, 4701.0, 4759.0, 4730.0, 4739.0, 4777.0, 4728.0, 4757.0, 4708.0, 4756.0, 4699.0, 4738.0, 4791.0, 4755.0, 4769.0, 4723.0, 4770.0, 4698.0, 4782.0, 4702.0, 4781.0, 4728.0, 4782.0, 4722.0, 4783.0, 4724.0, 4770.0, 4705.0, 4760.0, 4780.0, 4731.0, 4770.0, 4703.0, 4763.0, 4714.0, 4731.0, 4768.0, 4717.0, 4781.0, 4742.0, 4782.0, 4733.0, 4782.0, 4742.0, 4771.0, 4702.0, 4759.0, 4743.0, 4751.0, 4779.0, 4721.0, 4760.0, 4688.0, 4738.0, 4767.0, 4717.0, 4746.0, 4697.0, 4737.0, 4677.0, 4726.0, 4757.0, 4709.0, 4735.0, 4689.0, 4730.0, 4690.0, 4730.0, 4730.0, 4731.0, 4761.0, 4732.0, 4762.0, 4703.0, 4741.0, 4730.0, 4731.0, 4760.0, 4732.0, 4764.0, 4713.0, 4753.0, 4731.0, 4743.0, 4770.0, 4741.0, 4761.0, 4700.0, 4740.0, 4729.0, 4739.0, 4769.0, 4753.0, 4785.0, 4768.0, 4772.0, 4720.0, 4760.0, 4721.0, 4758.0, 4723.0, 4778.0, 4713.0, 4790.0, 4793.0, 4755.0, 4781.0, 4753.0, 4761.0, 4711.0, 4749.0, 4700.0, 4750.0, 4759.0, 4740.0, 4761.0, 4738.0, 4745.0, 4687.0, 4736.0, 4727.0, 4715.0, 4754.0, 4724.0, 4735.0, 4684.0, 4735.0, 4686.0, 4725.0, 4755.0, 4715.0, 4744.0, 4693.0, 4733.0, 4686.0, 4739.0, 4707.0, 4725.0, 4768.0, 4731.0, 4747.0, 4723.0, 4748.0, 4689.0, 4718.0, 4728.0, 4719.0, 4759.0, 4720.0, 4750.0, 4690.0, 4729.0, 4750.0, 4730.0, 4758.0, 4729.0, 4737.0, 4688.0, 4728.0, 4720.0, 4728.0, 4758.0, 4741.0, 4758.0, 4709.0, 4748.0, 4713.0, 4740.0, 4739.0, 4745.0, 4770.0, 4719.0, 4749.0, 4722.0, 4741.0, 4741.0, 4741.0, 4769.0, 4718.0, 4748.0, 4703.0, 4740.0, 4700.0, 4729.0, 4768.0, 4710.0, 4750.0, 4711.0, 4729.0, 4759.0, 4719.0, 4748.0, 4691.0, 4728.0, 4749.0, 4710.0, 4758.0, 4722.0, 4739.0, 4689.0, 4729.0, 4740.0, 4721.0, 4760.0, 4730.0, 4750.0, 4691.0, 4750.0, 4710.0, 4734.0, 4762.0, 4731.0, 4771.0, 4715.0, 4751.0, 4721.0, 4742.0, 4748.0, 4719.0, 4769.0, 4719.0, 4748.0, 4679.0, 4740.0, 4678.0, 4718.0, 4727.0, 4718.0, 4756.0, 4726.0, 4746.0, 4706.0, 4737.0, 4688.0, 4727.0, 4699.0, 4720.0, 4738.0, 4716.0, 4747.0, 4698.0, 4728.0, 4687.0, 4730.0, 4707.0, 4698.0, 4757.0, 4699.0, 4738.0, 4688.0, 4731.0, 4689.0, 4709.0, 4759.0, 4711.0, 4749.0, 4689.0, 4740.0, 4681.0, 4731.0, 4732.0, 4721.0, 4762.0, 4722.0, 4759.0, 4701.0, 4751.0, 4730.0, 4732.0, 4749.0, 4721.0, 4759.0, 4701.0, 4750.0, 4732.0, 4732.0, 4750.0, 4712.0, 4767.0, 4691.0, 4739.0, 4731.0, 4732.0, 4751.0, 4711.0, 4760.0, 4701.0, 4737.0, 4708.0, 4731.0, 4691.0, 4731.0, 4751.0, 4720.0, 4761.0, 4722.0, 4763.0, 4689.0, 4739.0, 4689.0, 4718.0, 4754.0, 4721.0, 4760.0, 4712.0, 4749.0, 4715.0, 4744.0, 4725.0, 4744.0, 4703.0, 4732.0, 4762.0, 4733.0, 4771.0, 4731.0, 4776.0, 4691.0, 4730.0, 4690.0, 4711.0, 4769.0, 4721.0, 4749.0, 4691.0, 4730.0, 4677.0, 4697.0, 4747.0, 4708.0, 4745.0, 4706.0, 4737.0, 4678.0, 4727.0, 4709.0, 4700.0, 4757.0, 4719.0, 4736.0, 4700.0, 4729.0, 4686.0, 4720.0, 4735.0, 4706.0, 4746.0, 4685.0, 4716.0, 4685.0, 4698.0, 4723.0, 4706.0, 4732.0, 4695.0, 4722.0, 4663.0, 4705.0, 4713.0, 4695.0, 4758.0, 4732.0, 4834.0, 4757.0, 4722.0, 4692.0, 4747.0, 4700.0, 4779.0, 4754.0, 4805.0, 4793.0, 4798.0, 4756.0, 4797.0, 4794.0, 4787.0, 4677.0, 4725.0, 4695.0, 4778.0, 4715.0, 4697.0, 4664.0, 4650.0, 4702.0, 4660.0, 4731.0, 4756.0, 4719.0, 4837.0, 4813.0, 4892.0, 4804.0, 4774.0, 4768.0, 4735.0, 4753.0, 4714.0, 4759.0, 4743.0, 4739.0, 4731.0, 4671.0, 4727.0, 4684.0, 4665.0, 4696.0, 4655.0, 4695.0, 4695.0, 4684.0, 4704.0, 4673.0, 4680.0, 4658.0, 4696.0, 4658.0, 4677.0, 4713.0, 4661.0, 4693.0, 4675.0, 4707.0, 4692.0, 4724.0, 4706.0, 4726.0, 4700.0, 4727.0, 4700.0, 4741.0, 4709.0, 4740.0, 4715.0, 4744.0, 4771.0, 4720.0, 4751.0, 4738.0, 4720.0, 4780.0, 4736.0, 4764.0, 4739.0, 4718.0, 4766.0, 4700.0, 4735.0, 4729.0, 4726.0, 4750.0, 4706.0, 4753.0, 4704.0, 4756.0, 4705.0, 4768.0, 4712.0, 4774.0, 4731.0, 4761.0, 4779.0, 4730.0, 4780.0, 4721.0, 4760.0, 4722.0, 4742.0, 4758.0, 4701.0, 4738.0, 4708.0, 4709.0, 4756.0, 4710.0, 4747.0, 4725.0, 4719.0, 4762.0, 4699.0, 4748.0, 4697.0, 4730.0, 4779.0, 4710.0, 4771.0, 4713.0, 4771.0, 4721.0, 4753.0, 4743.0, 4734.0, 4760.0, 4723.0, 4761.0, 4701.0, 4751.0, 4723.0, 4745.0, 4805.0, 4723.0, 4764.0, 4721.0, 4742.0, 4761.0, 4739.0, 4785.0, 4710.0, 4748.0, 4738.0, 4741.0, 4723.0, 4737.0, 4720.0, 4734.0, 4768.0, 4699.0, 4750.0, 4690.0, 4739.0, 4686.0, 4733.0, 4778.0, 4699.0, 4747.0, 4688.0, 4740.0, 4716.0, 4707.0, 4766.0, 4697.0, 4735.0, 4684.0, 4725.0, 4694.0, 4699.0, 4745.0, 4685.0, 4723.0, 4692.0, 4703.0, 4742.0, 4685.0, 4788.0, 4707.0, 4723.0, 4620.0, 4654.0, 4642.0, 4658.0, 4665.0, 4740.0, 4721.0, 4746.0, 4700.0, 4749.0, 4695.0, 4744.0, 4701.0, 4752.0, 4744.0, 4746.0, 4795.0, 4755.0, 4758.0, 4692.0, 4737.0, 4696.0, 4705.0, 4753.0, 4704.0, 4744.0, 4696.0, 4779.0, 4712.0, 4744.0, 4723.0, 4769.0, 4715.0, 4748.0, 4701.0, 4719.0, 4750.0, 4714.0, 4759.0, 4711.0, 4729.0, 4768.0, 4715.0, 4742.0, 4681.0, 4730.0, 4681.0, 4743.0, 4721.0, 4686.0, 4733.0, 4682.0, 4731.0, 4681.0, 4703.0, 4753.0, 4686.0, 4742.0, 4671.0, 4732.0, 4672.0, 4714.0, 4722.0, 4693.0, 4744.0, 4686.0, 4736.0, 4735.0, 4689.0, 4754.0, 4706.0, 4737.0, 4687.0, 4708.0, 4755.0, 4722.0, 4772.0, 4689.0, 4740.0, 4696.0, 4737.0, 4702.0, 4763.0, 4720.0, 4790.0, 4749.0, 4797.0, 4730.0, 4744.0, 4768.0, 4733.0, 4782.0, 4720.0, 4772.0, 4749.0, 4773.0, 4822.0, 4732.0, 4751.0, 4684.0, 4748.0, 4705.0, 4742.0, 4694.0, 4725.0, 4706.0, 4688.0, 4726.0, 4672.0, 4740.0, 4702.0, 4723.0, 4756.0, 4692.0, 4744.0, 4708.0, 4714.0, 4747.0, 4689.0, 4724.0, 4673.0, 4701.0, 4682.0, 4670.0, 4718.0, 4656.0, 4696.0, 4636.0, 4682.0, 4614.0, 4663.0, 4616.0, 4664.0, 4618.0, 4672.0, 4630.0, 4638.0, 4636.0, 4638.0, 4709.0, 4671.0, 4727.0, 4639.0, 4669.0, 4610.0, 4608.0, 4599.0, 4604.0, 4636.0, 4628.0, 4666.0, 4614.0, 4683.0, 4624.0, 4672.0, 4622.0, 4675.0, 4633.0, 4634.0, 4684.0, 4634.0, 4665.0, 4623.0, 4635.0, 4692.0, 4642.0, 4661.0, 4612.0, 4641.0, 4612.0, 4635.0, 4644.0, 4624.0, 4669.0, 4631.0, 4683.0, 4632.0, 4673.0, 4623.0, 4671.0, 4624.0, 4664.0, 4624.0, 4676.0, 4647.0, 4659.0, 4695.0, 4646.0, 4673.0, 4615.0, 4664.0, 4645.0, 4645.0, 4675.0, 4646.0, 4684.0, 4647.0, 4676.0, 4615.0, 4676.0, 4655.0, 4657.0, 4676.0, 4636.0, 4705.0, 4645.0, 4685.0, 4625.0, 4675.0, 4645.0, 4657.0, 4693.0, 4634.0, 4673.0, 4623.0, 4674.0, 4636.0, 4685.0, 4628.0, 4665.0, 4637.0, 4647.0, 4695.0, 4646.0, 4686.0, 4626.0, 4675.0, 4655.0, 4634.0, 4695.0, 4634.0, 4685.0, 4626.0, 4675.0, 4626.0, 4659.0, 4668.0, 4648.0, 4717.0, 4659.0, 4719.0, 4662.0, 4715.0, 4651.0, 4690.0, 4668.0, 4692.0, 4669.0, 4648.0, 4709.0, 4648.0, 4687.0, 4666.0, 4690.0, 4668.0, 4647.0, 4677.0, 4638.0, 4697.0, 4661.0, 4728.0, 4660.0, 4698.0, 4651.0, 4689.0, 4657.0, 4689.0, 4666.0, 4658.0, 4706.0, 4646.0, 4687.0, 4655.0, 4675.0, 4686.0, 4702.0, 4744.0, 4702.0, 4741.0, 4705.0, 4742.0, 4682.0, 4721.0, 4665.0, 4727.0, 4686.0, 4708.0, 4749.0, 4697.0, 4739.0, 4690.0, 4717.0, 4713.0, 4681.0, 4732.0, 4696.0, 4726.0, 4663.0, 4709.0, 4654.0, 4715.0, 4677.0, 4719.0, 4728.0, 4690.0, 4738.0, 4686.0, 4739.0, 4687.0, 4736.0, 4721.0, 4706.0, 4746.0, 4717.0, 4738.0, 4680.0, 4728.0, 4716.0, 4687.0, 4746.0, 4696.0, 4728.0, 4667.0, 4729.0, 4725.0, 4699.0, 4756.0, 4686.0, 4734.0, 4676.0, 4736.0, 4706.0, 4721.0, 4731.0, 4707.0, 4750.0, 4698.0, 4739.0, 4691.0, 4736.0, 4687.0, 4750.0, 4773.0, 4761.0, 4751.0, 4700.0, 4739.0, 4710.0, 4752.0, 4707.0, 4763.0, 4713.0, 4760.0, 4701.0, 4741.0, 4709.0, 4709.0, 4767.0, 4716.0, 4751.0, 4699.0, 4737.0, 4709.0, 4707.0, 4745.0, 4697.0, 4789.0, 4735.0, 4748.0, 4702.0, 4743.0, 4691.0, 4722.0, 4729.0, 4735.0, 4730.0, 4762.0, 4703.0, 4764.0, 4706.0, 4742.0, 4711.0, 4721.0, 4749.0, 4697.0, 4731.0, 4706.0, 4743.0, 4771.0, 4718.0, 4769.0, 4705.0, 4751.0, 4694.0, 4728.0, 4707.0, 4688.0, 4758.0, 4679.0, 4737.0, 4679.0, 4742.0, 4730.0, 4698.0, 4725.0, 4697.0, 4715.0, 4741.0, 4673.0, 4749.0, 4678.0, 4715.0, 4719.0, 4670.0, 4734.0, 4694.0, 4724.0, 4666.0, 4733.0, 4679.0, 4718.0, 4680.0, 4709.0, 4690.0, 4704.0, 4691.0, 4711.0, 4711.0, 4694.0, 4749.0, 4684.0, 4746.0, 4739.0, 4740.0, 4797.0, 4735.0, 4762.0, 4712.0, 4752.0, 4704.0, 4743.0, 4704.0], 'WindowWidth': [10419.0, 10419.0, 10379.0, 10358.0, 10225.0, 10376.0, 10349.0, 10422.0, 10313.0, 10350.0, 10344.0, 10295.0, 10466.0, 10471.0, 10440.0, 10384.0, 10400.0, 10356.0, 10360.0, 10318.0, 10369.0, 10276.0, 10356.0, 10340.0, 10331.0, 10385.0, 10298.0, 10348.0, 10307.0, 10359.0, 10377.0, 10335.0, 10379.0, 10302.0, 10340.0, 10313.0, 10362.0, 10357.0, 10289.0, 10341.0, 10307.0, 10392.0, 10309.0, 10405.0, 10308.0, 10398.0, 10383.0, 10346.0, 10383.0, 10296.0, 10368.0, 10274.0, 10321.0, 10378.0, 10297.0, 10344.0, 10266.0, 10348.0, 10273.0, 10323.0, 10371.0, 10316.0, 10348.0, 10276.0, 10339.0, 10354.0, 10335.0, 10370.0, 10310.0, 10353.0, 10303.0, 10329.0, 10401.0, 10320.0, 10354.0, 10298.0, 10360.0, 10349.0, 10348.0, 10390.0, 10331.0, 10359.0, 10298.0, 10361.0, 10368.0, 10353.0, 10392.0, 10360.0, 10394.0, 10298.0, 10374.0, 10299.0, 10364.0, 10379.0, 10352.0, 10400.0, 10343.0, 10378.0, 10303.0, 10378.0, 10390.0, 10336.0, 10396.0, 10338.0, 10390.0, 10301.0, 10365.0, 10377.0, 10354.0, 10398.0, 10357.0, 10380.0, 10302.0, 10379.0, 10334.0, 10408.0, 10393.0, 10377.0, 10413.0, 10376.0, 10418.0, 10365.0, 10425.0, 10339.0, 10414.0, 10347.0, 10383.0, 10389.0, 10402.0, 10471.0, 10396.0, 10431.0, 10345.0, 10426.0, 10401.0, 10462.0, 10388.0, 10405.0, 10319.0, 10411.0, 10392.0, 10443.0, 10438.0, 10452.0, 10411.0, 10457.0, 10384.0, 10435.0, 10337.0, 10421.0, 10365.0, 10414.0, 10438.0, 10367.0, 10420.0, 10322.0, 10369.0, 10352.0, 10320.0, 10390.0, 10307.0, 10376.0, 10332.0, 10378.0, 10356.0, 10343.0, 10394.0, 10328.0, 10375.0, 10306.0, 10380.0, 10342.0, 10353.0, 10406.0, 10336.0, 10375.0, 10309.0, 10373.0, 10299.0, 10351.0, 10432.0, 10384.0, 10398.0, 10340.0, 10396.0, 10296.0, 10418.0, 10311.0, 10413.0, 10358.0, 10418.0, 10333.0, 10418.0, 10339.0, 10397.0, 10314.0, 10383.0, 10412.0, 10344.0, 10395.0, 10308.0, 10392.0, 10324.0, 10344.0, 10391.0, 10319.0, 10416.0, 10364.0, 10421.0, 10354.0, 10417.0, 10363.0, 10400.0, 10305.0, 10381.0, 10366.0, 10372.0, 10408.0, 10328.0, 10382.0, 10280.0, 10345.0, 10385.0, 10316.0, 10354.0, 10289.0, 10342.0, 10261.0, 10326.0, 10373.0, 10311.0, 10341.0, 10285.0, 10339.0, 10286.0, 10339.0, 10340.0, 10345.0, 10387.0, 10347.0, 10387.0, 10308.0, 10358.0, 10342.0, 10345.0, 10385.0, 10346.0, 10395.0, 10322.0, 10377.0, 10345.0, 10364.0, 10399.0, 10358.0, 10385.0, 10302.0, 10355.0, 10340.0, 10352.0, 10392.0, 10378.0, 10428.0, 10413.0, 10403.0, 10330.0, 10380.0, 10331.0, 10379.0, 10337.0, 10421.0, 10325.0, 10441.0, 10453.0, 10385.0, 10417.0, 10378.0, 10388.0, 10317.0, 10363.0, 10298.0, 10366.0, 10380.0, 10351.0, 10383.0, 10346.0, 10353.0, 10273.0, 10339.0, 10327.0, 10307.0, 10362.0, 10318.0, 10337.0, 10267.0, 10337.0, 10275.0, 10326.0, 10364.0, 10308.0, 10350.0, 10277.0, 10331.0, 10273.0, 10349.0, 10304.0, 10326.0, 10391.0, 10346.0, 10361.0, 10338.0, 10363.0, 10284.0, 10322.0, 10334.0, 10326.0, 10380.0, 10324.0, 10369.0, 10283.0, 10335.0, 10369.0, 10340.0, 10374.0, 10336.0, 10346.0, 10277.0, 10332.0, 10326.0, 10336.0, 10376.0, 10357.0, 10378.0, 10310.0, 10362.0, 10323.0, 10356.0, 10353.0, 10368.0, 10399.0, 10325.0, 10365.0, 10337.0, 10356.0, 10355.0, 10356.0, 10394.0, 10320.0, 10361.0, 10311.0, 10354.0, 10300.0, 10338.0, 10391.0, 10313.0, 10366.0, 10317.0, 10339.0, 10377.0, 10322.0, 10364.0, 10288.0, 10334.0, 10368.0, 10313.0, 10375.0, 10329.0, 10351.0, 10284.0, 10337.0, 10353.0, 10328.0, 10383.0, 10340.0, 10368.0, 10290.0, 10368.0, 10316.0, 10350.0, 10386.0, 10342.0, 10398.0, 10326.0, 10369.0, 10327.0, 10358.0, 10362.0, 10321.0, 10391.0, 10323.0, 10360.0, 10267.0, 10350.0, 10265.0, 10316.0, 10330.0, 10318.0, 10369.0, 10327.0, 10356.0, 10301.0, 10340.0, 10277.0, 10331.0, 10295.0, 10323.0, 10346.0, 10313.0, 10357.0, 10292.0, 10330.0, 10275.0, 10336.0, 10303.0, 10291.0, 10371.0, 10294.0, 10344.0, 10280.0, 10341.0, 10283.0, 10307.0, 10378.0, 10313.0, 10364.0, 10281.0, 10350.0, 10272.0, 10342.0, 10344.0, 10329.0, 10385.0, 10330.0, 10379.0, 10304.0, 10369.0, 10340.0, 10346.0, 10368.0, 10328.0, 10380.0, 10303.0, 10367.0, 10344.0, 10345.0, 10366.0, 10314.0, 10388.0, 10289.0, 10351.0, 10339.0, 10344.0, 10368.0, 10313.0, 10379.0, 10298.0, 10345.0, 10307.0, 10341.0, 10287.0, 10339.0, 10368.0, 10326.0, 10382.0, 10328.0, 10388.0, 10283.0, 10348.0, 10283.0, 10320.0, 10366.0, 10325.0, 10380.0, 10313.0, 10363.0, 10331.0, 10365.0, 10342.0, 10366.0, 10307.0, 10346.0, 10387.0, 10349.0, 10396.0, 10342.0, 10410.0, 10287.0, 10337.0, 10285.0, 10311.0, 10392.0, 10327.0, 10361.0, 10284.0, 10336.0, 10264.0, 10286.0, 10355.0, 10301.0, 10351.0, 10298.0, 10338.0, 10262.0, 10328.0, 10307.0, 10296.0, 10370.0, 10323.0, 10341.0, 10296.0, 10331.0, 10274.0, 10322.0, 10338.0, 10296.0, 10353.0, 10266.0, 10309.0, 10269.0, 10288.0, 10316.0, 10295.0, 10330.0, 10281.0, 10314.0, 10236.0, 10292.0, 10303.0, 10279.0, 10371.0, 10346.0, 10533.0, 10414.0, 10313.0, 10274.0, 10360.0, 10303.0, 10408.0, 10381.0, 10458.0, 10456.0, 10452.0, 10388.0, 10448.0, 10457.0, 10434.0, 10240.0, 10323.0, 10299.0, 10420.0, 10327.0, 10268.0, 10213.0, 10199.0, 10271.0, 10222.0, 10335.0, 10382.0, 10342.0, 10526.0, 10502.0, 10612.0, 10452.0, 10393.0, 10397.0, 10339.0, 10361.0, 10309.0, 10366.0, 10346.0, 10336.0, 10326.0, 10243.0, 10317.0, 10248.0, 10223.0, 10264.0, 10210.0, 10263.0, 10265.0, 10246.0, 10277.0, 10229.0, 10237.0, 10222.0, 10271.0, 10225.0, 10248.0, 10288.0, 10218.0, 10263.0, 10242.0, 10291.0, 10280.0, 10330.0, 10307.0, 10334.0, 10303.0, 10333.0, 10300.0, 10362.0, 10313.0, 10357.0, 10330.0, 10369.0, 10403.0, 10327.0, 10370.0, 10345.0, 10324.0, 10416.0, 10363.0, 10394.0, 10352.0, 10321.0, 10387.0, 10296.0, 10340.0, 10338.0, 10333.0, 10371.0, 10304.0, 10364.0, 10294.0, 10371.0, 10302.0, 10395.0, 10324.0, 10416.0, 10351.0, 10389.0, 10411.0, 10347.0, 10415.0, 10339.0, 10386.0, 10341.0, 10363.0, 10381.0, 10307.0, 10349.0, 10311.0, 10312.0, 10376.0, 10316.0, 10364.0, 10331.0, 10326.0, 10381.0, 10300.0, 10367.0, 10296.0, 10344.0, 10410.0, 10317.0, 10401.0, 10328.0, 10405.0, 10336.0, 10379.0, 10367.0, 10357.0, 10388.0, 10340.0, 10387.0, 10309.0, 10376.0, 10344.0, 10375.0, 10458.0, 10341.0, 10397.0, 10334.0, 10363.0, 10388.0, 10372.0, 10429.0, 10317.0, 10364.0, 10351.0, 10361.0, 10338.0, 10355.0, 10335.0, 10359.0, 10397.0, 10300.0, 10368.0, 10290.0, 10352.0, 10284.0, 10352.0, 10405.0, 10300.0, 10362.0, 10283.0, 10355.0, 10316.0, 10305.0, 10384.0, 10290.0, 10342.0, 10272.0, 10327.0, 10284.0, 10287.0, 10354.0, 10270.0, 10322.0, 10275.0, 10291.0, 10343.0, 10272.0, 10440.0, 10319.0, 10322.0, 10154.0, 10200.0, 10196.0, 10217.0, 10240.0, 10377.0, 10346.0, 10369.0, 10310.0, 10366.0, 10300.0, 10361.0, 10310.0, 10378.0, 10369.0, 10376.0, 10442.0, 10397.0, 10379.0, 10286.0, 10349.0, 10292.0, 10299.0, 10363.0, 10298.0, 10351.0, 10288.0, 10410.0, 10323.0, 10363.0, 10341.0, 10399.0, 10323.0, 10365.0, 10299.0, 10326.0, 10364.0, 10314.0, 10381.0, 10308.0, 10336.0, 10392.0, 10314.0, 10343.0, 10258.0, 10325.0, 10262.0, 10359.0, 10322.0, 10268.0, 10326.0, 10263.0, 10326.0, 10260.0, 10294.0, 10362.0, 10265.0, 10345.0, 10247.0, 10330.0, 10254.0, 10309.0, 10318.0, 10279.0, 10350.0, 10276.0, 10342.0, 10340.0, 10274.0, 10368.0, 10305.0, 10346.0, 10280.0, 10307.0, 10370.0, 10336.0, 10406.0, 10288.0, 10362.0, 10304.0, 10356.0, 10311.0, 10396.0, 10339.0, 10436.0, 10390.0, 10452.0, 10352.0, 10372.0, 10399.0, 10353.0, 10419.0, 10336.0, 10406.0, 10393.0, 10424.0, 10496.0, 10350.0, 10362.0, 10268.0, 10363.0, 10303.0, 10349.0, 10286.0, 10329.0, 10308.0, 10285.0, 10331.0, 10255.0, 10351.0, 10294.0, 10325.0, 10374.0, 10280.0, 10355.0, 10302.0, 10307.0, 10348.0, 10263.0, 10308.0, 10235.0, 10270.0, 10242.0, 10221.0, 10289.0, 10203.0, 10255.0, 10170.0, 10235.0, 10141.0, 10203.0, 10145.0, 10207.0, 10151.0, 10235.0, 10177.0, 10181.0, 10174.0, 10181.0, 10298.0, 10250.0, 10321.0, 10187.0, 10205.0, 10127.0, 10121.0, 10111.0, 10129.0, 10177.0, 10169.0, 10218.0, 10143.0, 10232.0, 10155.0, 10214.0, 10147.0, 10223.0, 10165.0, 10167.0, 10235.0, 10165.0, 10207.0, 10151.0, 10167.0, 10241.0, 10173.0, 10197.0, 10133.0, 10170.0, 10134.0, 10169.0, 10183.0, 10152.0, 10206.0, 10158.0, 10233.0, 10161.0, 10221.0, 10154.0, 10215.0, 10153.0, 10207.0, 10155.0, 10230.0, 10189.0, 10208.0, 10254.0, 10185.0, 10221.0, 10145.0, 10210.0, 10185.0, 10185.0, 10226.0, 10186.0, 10237.0, 10191.0, 10227.0, 10145.0, 10229.0, 10197.0, 10203.0, 10228.0, 10174.0, 10268.0, 10185.0, 10240.0, 10159.0, 10228.0, 10184.0, 10202.0, 10248.0, 10167.0, 10219.0, 10153.0, 10224.0, 10175.0, 10239.0, 10166.0, 10214.0, 10176.0, 10190.0, 10252.0, 10187.0, 10243.0, 10159.0, 10226.0, 10197.0, 10169.0, 10252.0, 10169.0, 10240.0, 10159.0, 10226.0, 10162.0, 10211.0, 10223.0, 10194.0, 10288.0, 10212.0, 10296.0, 10225.0, 10300.0, 10209.0, 10256.0, 10224.0, 10260.0, 10226.0, 10196.0, 10279.0, 10195.0, 10247.0, 10218.0, 10257.0, 10222.0, 10195.0, 10234.0, 10182.0, 10262.0, 10217.0, 10307.0, 10214.0, 10265.0, 10204.0, 10253.0, 10207.0, 10253.0, 10219.0, 10207.0, 10271.0, 10186.0, 10247.0, 10198.0, 10226.0, 10265.0, 10280.0, 10342.0, 10286.0, 10343.0, 10295.0, 10345.0, 10255.0, 10307.0, 10232.0, 10320.0, 10264.0, 10298.0, 10356.0, 10284.0, 10343.0, 10281.0, 10311.0, 10297.0, 10258.0, 10323.0, 10277.0, 10318.0, 10230.0, 10293.0, 10220.0, 10304.0, 10254.0, 10318.0, 10331.0, 10278.0, 10339.0, 10267.0, 10344.0, 10275.0, 10343.0, 10319.0, 10302.0, 10350.0, 10317.0, 10344.0, 10263.0, 10326.0, 10306.0, 10268.0, 10350.0, 10287.0, 10323.0, 10242.0, 10327.0, 10324.0, 10286.0, 10368.0, 10269.0, 10336.0, 10262.0, 10343.0, 10302.0, 10321.0, 10335.0, 10306.0, 10360.0, 10294.0, 10344.0, 10282.0, 10344.0, 10278.0, 10371.0, 10415.0, 10394.0, 10374.0, 10300.0, 10352.0, 10308.0, 10371.0, 10312.0, 10384.0, 10315.0, 10378.0, 10299.0, 10352.0, 10306.0, 10306.0, 10391.0, 10318.0, 10361.0, 10298.0, 10347.0, 10301.0, 10304.0, 10349.0, 10283.0, 10437.0, 10373.0, 10367.0, 10296.0, 10347.0, 10282.0, 10325.0, 10351.0, 10359.0, 10349.0, 10390.0, 10305.0, 10389.0, 10310.0, 10353.0, 10308.0, 10321.0, 10359.0, 10285.0, 10333.0, 10289.0, 10359.0, 10392.0, 10328.0, 10386.0, 10286.0, 10356.0, 10272.0, 10324.0, 10295.0, 10275.0, 10374.0, 10265.0, 10332.0, 10260.0, 10345.0, 10327.0, 10280.0, 10315.0, 10276.0, 10300.0, 10339.0, 10239.0, 10355.0, 10257.0, 10308.0, 10313.0, 10241.0, 10331.0, 10276.0, 10311.0, 10237.0, 10334.0, 10269.0, 10314.0, 10268.0, 10302.0, 10276.0, 10299.0, 10281.0, 10306.0, 10308.0, 10287.0, 10357.0, 10272.0, 10360.0, 10360.0, 10365.0, 10448.0, 10357.0, 10388.0, 10319.0, 10367.0, 10301.0, 10354.0, 10313.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.005348200692041523</td></tr>
<tr><td colspan=3>aqi</td><td>0.11609188070934255</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.64530393268391</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0692195535757576</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9169742618095242</td></tr>
<tr><td colspan=3>efc</td><td>0.493</td></tr>
<tr><td colspan=3>fber</td><td>5009.7148</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16241954803519426</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>211</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.252595155709344</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.948706208424957</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.705135208231823</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.2287834684743486</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.9121999485686985</td></tr>
<tr><td colspan=3>gcor</td><td>0.0176643</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011466871947050095</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04246841371059418</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1156</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.078761976533968</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>12.0194</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.6095</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>223.0435</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297753.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1033.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>379.3645</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.964</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>642.3682</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3892.928</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4124.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78791.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1518.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5086.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1011.0847</td></tr>
<tr><td colspan=3>tsnr</td><td>19.232424376066774</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>