<?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-0020_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-0020_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-0020_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-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0020/figures/sub-0020_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-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020/ses-03/func/sub-0020_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>cedc3c1c0f3cff84dc431a756e06c3fc</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:27:44.685000</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.998585, 0.00777844, 0.0526088, -0.0169074, 0.984355, 0.175383]</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.117838</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>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7792, -7162, 481, -87, -173, 91, 58]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>279.13</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>36427b50-ba20-4378-abdc-4c2b25bef5bc||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.6791303157806396, -0.045361198484897614, 0.13613814115524292, 110.83767700195312], [-0.020868998020887375, 2.6409528255462646, 0.4752650260925293, -96.65690612792969], [0.14114555716514587, -0.4705392122268677, 2.654352903366089, -3.5648577213287354], [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': ['132744.685000', '132745.145000', '132745.605000', '132746.065000', '132746.525000', '132746.985000', '132747.445000', '132747.905000', '132748.365000', '132748.825000', '132749.285000', '132749.745000', '132750.205000', '132750.665000', '132751.125000', '132751.585000', '132752.045000', '132752.505000', '132752.965000', '132753.425000', '132753.885000', '132754.345000', '132754.805000', '132755.265000', '132755.725000', '132756.185000', '132756.645000', '132757.105000', '132757.565000', '132758.025000', '132758.485000', '132758.945000', '132759.405000', '132759.865000', '132800.325000', '132800.785000', '132801.245000', '132801.705000', '132802.165000', '132802.625000', '132803.085000', '132803.545000', '132804.005000', '132804.465000', '132804.925000', '132805.385000', '132805.845000', '132806.305000', '132806.765000', '132807.225000', '132807.685000', '132808.145000', '132808.605000', '132809.065000', '132809.525000', '132809.985000', '132810.445000', '132810.905000', '132811.365000', '132811.825000', '132812.285000', '132812.745000', '132813.205000', '132813.665000', '132814.125000', '132814.585000', '132815.045000', '132815.505000', '132815.965000', '132816.425000', '132816.885000', '132817.345000', '132817.805000', '132818.265000', '132818.725000', '132819.185000', '132819.645000', '132820.105000', '132820.565000', '132821.025000', '132821.485000', '132821.945000', '132822.405000', '132822.865000', '132823.325000', '132823.785000', '132824.245000', '132824.705000', '132825.165000', '132825.625000', '132826.085000', '132826.545000', '132827.005000', '132827.465000', '132827.925000', '132828.385000', '132828.845000', '132829.305000', '132829.765000', '132830.225000', '132830.685000', '132831.145000', '132831.605000', '132832.065000', '132832.525000', '132832.985000', '132833.445000', '132833.905000', '132834.365000', '132834.825000', '132835.285000', '132835.745000', '132836.205000', '132836.665000', '132837.125000', '132837.585000', '132838.045000', '132838.505000', '132838.965000', '132839.425000', '132839.885000', '132840.345000', '132840.805000', '132841.265000', '132841.725000', '132842.185000', '132842.645000', '132843.105000', '132843.565000', '132844.025000', '132844.485000', '132844.945000', '132845.405000', '132845.865000', '132846.325000', '132846.785000', '132847.245000', '132847.705000', '132848.165000', '132848.625000', '132849.085000', '132849.545000', '132850.005000', '132850.465000', '132850.925000', '132851.385000', '132851.845000', '132852.305000', '132852.765000', '132853.225000', '132853.685000', '132854.145000', '132854.605000', '132855.065000', '132855.525000', '132855.985000', '132856.445000', '132856.905000', '132857.365000', '132857.825000', '132858.285000', '132858.745000', '132859.205000', '132859.665000', '132900.125000', '132900.585000', '132901.045000', '132901.505000', '132901.965000', '132902.425000', '132902.885000', '132903.345000', '132903.805000', '132904.265000', '132904.725000', '132905.185000', '132905.645000', '132906.105000', '132906.565000', '132907.025000', '132907.485000', '132907.945000', '132908.405000', '132908.865000', '132909.325000', '132909.785000', '132910.245000', '132910.705000', '132911.165000', '132911.625000', '132912.085000', '132912.545000', '132913.005000', '132913.465000', '132913.925000', '132914.385000', '132914.845000', '132915.305000', '132915.765000', '132916.225000', '132916.685000', '132917.145000', '132917.605000', '132918.065000', '132918.525000', '132918.985000', '132919.445000', '132919.905000', '132920.365000', '132920.825000', '132921.285000', '132921.745000', '132922.205000', '132922.665000', '132923.125000', '132923.585000', '132924.045000', '132924.505000', '132924.965000', '132925.425000', '132925.885000', '132926.345000', '132926.805000', '132927.265000', '132927.725000', '132928.185000', '132928.645000', '132929.105000', '132929.565000', '132930.025000', '132930.485000', '132930.945000', '132931.405000', '132931.865000', '132932.325000', '132932.785000', '132933.245000', '132933.705000', '132934.165000', '132934.625000', '132935.085000', '132935.545000', '132936.005000', '132936.465000', '132936.925000', '132937.385000', '132937.845000', '132938.305000', '132938.765000', '132939.225000', '132939.685000', '132940.145000', '132940.605000', '132941.065000', '132941.525000', '132941.985000', '132942.445000', '132942.905000', '132943.365000', '132943.825000', '132944.285000', '132944.745000', '132945.205000', '132945.665000', '132946.125000', '132946.585000', '132947.045000', '132947.505000', '132947.965000', '132948.425000', '132948.885000', '132949.345000', '132949.805000', '132950.265000', '132950.725000', '132951.185000', '132951.645000', '132952.105000', '132952.565000', '132953.025000', '132953.485000', '132953.945000', '132954.405000', '132954.865000', '132955.325000', '132955.785000', '132956.245000', '132956.705000', '132957.165000', '132957.625000', '132958.085000', '132958.545000', '132959.005000', '132959.465000', '132959.925000', '133000.385000', '133000.845000', '133001.305000', '133001.765000', '133002.225000', '133002.685000', '133003.145000', '133003.605000', '133004.065000', '133004.525000', '133004.985000', '133005.445000', '133005.905000', '133006.365000', '133006.825000', '133007.285000', '133007.745000', '133008.205000', '133008.665000', '133009.125000', '133009.585000', '133010.045000', '133010.505000', '133010.965000', '133011.425000', '133011.885000', '133012.345000', '133012.805000', '133013.265000', '133013.725000', '133014.185000', '133014.645000', '133015.105000', '133015.565000', '133016.025000', '133016.485000', '133016.945000', '133017.405000', '133017.865000', '133018.325000', '133018.785000', '133019.245000', '133019.705000', '133020.165000', '133020.625000', '133021.085000', '133021.545000', '133022.005000', '133022.465000', '133022.925000', '133023.385000', '133023.845000', '133024.305000', '133024.765000', '133025.225000', '133025.685000', '133026.145000', '133026.605000', '133027.065000', '133027.525000', '133027.985000', '133028.445000', '133028.905000', '133029.365000', '133029.825000', '133030.285000', '133030.745000', '133031.205000', '133031.665000', '133032.125000', '133032.585000', '133033.045000', '133033.505000', '133033.965000', '133034.425000', '133034.885000', '133035.345000', '133035.805000', '133036.265000', '133036.725000', '133037.185000', '133037.645000', '133038.105000', '133038.565000', '133039.025000', '133039.485000', '133039.945000', '133040.405000', '133040.865000', '133041.325000', '133041.785000', '133042.245000', '133042.705000', '133043.165000', '133043.625000', '133044.085000', '133044.545000', '133045.005000', '133045.465000', '133045.925000', '133046.385000', '133046.845000', '133047.305000', '133047.765000', '133048.225000', '133048.685000', '133049.145000', '133049.605000', '133050.065000', '133050.525000', '133050.985000', '133051.445000', '133051.905000', '133052.365000', '133052.825000', '133053.285000', '133053.745000', '133054.205000', '133054.665000', '133055.125000', '133055.585000', '133056.045000', '133056.505000', '133056.965000', '133057.425000', '133057.885000', '133058.345000', '133058.805000', '133059.265000', '133059.725000', '133100.185000', '133100.645000', '133101.105000', '133101.565000', '133102.025000', '133102.485000', '133102.945000', '133103.405000', '133103.865000', '133104.325000', '133104.785000', '133105.245000', '133105.705000', '133106.165000', '133106.625000', '133107.085000', '133107.545000', '133108.005000', '133108.465000', '133108.925000', '133109.385000', '133109.845000', '133110.305000', '133110.765000', '133111.225000', '133111.685000', '133112.145000', '133112.605000', '133113.065000', '133113.525000', '133113.985000', '133114.445000', '133114.905000', '133115.365000', '133115.825000', '133116.285000', '133116.745000', '133117.205000', '133117.665000', '133118.125000', '133118.585000', '133119.045000', '133119.505000', '133119.965000', '133120.425000', '133120.885000', '133121.345000', '133121.805000', '133122.265000', '133122.725000', '133123.185000', '133123.645000', '133124.105000', '133124.565000', '133125.025000', '133125.485000', '133125.945000', '133126.405000', '133126.865000', '133127.325000', '133127.785000', '133128.245000', '133128.705000', '133129.165000', '133129.625000', '133130.085000', '133130.545000', '133131.005000', '133131.465000', '133131.925000', '133132.385000', '133132.845000', '133133.305000', '133133.765000', '133134.225000', '133134.685000', '133135.145000', '133135.605000', '133136.065000', '133136.525000', '133136.985000', '133137.445000', '133137.905000', '133138.365000', '133138.825000', '133139.285000', '133139.745000', '133140.205000', '133140.665000', '133141.125000', '133141.585000', '133142.045000', '133142.505000', '133142.965000', '133143.425000', '133143.885000', '133144.345000', '133144.805000', '133145.265000', '133145.725000', '133146.185000', '133146.645000', '133147.105000', '133147.565000', '133148.025000', '133148.485000', '133148.945000', '133149.405000', '133149.865000', '133150.325000', '133150.785000', '133151.245000', '133151.705000', '133152.165000', '133152.625000', '133153.085000', '133153.545000', '133154.005000', '133154.465000', '133154.925000', '133155.385000', '133155.845000', '133156.305000', '133156.765000', '133157.225000', '133157.685000', '133158.145000', '133158.605000', '133159.065000', '133159.525000', '133159.985000', '133200.445000', '133200.905000', '133201.365000', '133201.825000', '133202.285000', '133202.745000', '133203.205000', '133203.665000', '133204.125000', '133204.585000', '133205.045000', '133205.505000', '133205.965000', '133206.425000', '133206.885000', '133207.345000', '133207.805000', '133208.265000', '133208.725000', '133209.185000', '133209.645000', '133210.105000', '133210.565000', '133211.025000', '133211.485000', '133211.945000', '133212.405000', '133212.865000', '133213.325000', '133213.785000', '133214.245000', '133214.705000', '133215.165000', '133215.625000', '133216.085000', '133216.545000', '133217.005000', '133217.465000', '133217.925000', '133218.385000', '133218.845000', '133219.305000', '133219.765000', '133220.225000', '133220.685000', '133221.145000', '133221.605000', '133222.065000', '133222.525000', '133222.985000', '133223.445000', '133223.905000', '133224.365000', '133224.825000', '133225.285000', '133225.745000', '133226.205000', '133226.665000', '133227.125000', '133227.585000', '133228.045000', '133228.505000', '133228.965000', '133229.425000', '133229.885000', '133230.345000', '133230.805000', '133231.265000', '133231.725000', '133232.185000', '133232.645000', '133233.105000', '133233.565000', '133234.025000', '133234.485000', '133234.945000', '133235.405000', '133235.865000', '133236.325000', '133236.785000', '133237.245000', '133237.705000', '133238.165000', '133238.625000', '133239.085000', '133239.545000', '133240.005000', '133240.465000', '133240.925000', '133241.385000', '133241.845000', '133242.305000', '133242.765000', '133243.225000', '133243.685000', '133244.145000', '133244.605000', '133245.065000', '133245.525000', '133245.985000', '133246.445000', '133246.905000', '133247.365000', '133247.825000', '133248.285000', '133248.745000', '133249.205000', '133249.665000', '133250.125000', '133250.585000', '133251.045000', '133251.505000', '133251.965000', '133252.425000', '133252.885000', '133253.345000', '133253.805000', '133254.265000', '133254.725000', '133255.185000', '133255.645000', '133256.105000', '133256.565000', '133257.025000', '133257.485000', '133257.945000', '133258.405000', '133258.865000', '133259.325000', '133259.785000', '133300.245000', '133300.705000', '133301.165000', '133301.625000', '133302.085000', '133302.545000', '133303.005000', '133303.465000', '133303.925000', '133304.385000', '133304.845000', '133305.305000', '133305.765000', '133306.225000', '133306.685000', '133307.145000', '133307.605000', '133308.065000', '133308.525000', '133308.985000', '133309.445000', '133309.905000', '133310.365000', '133310.825000', '133311.285000', '133311.745000', '133312.205000', '133312.665000', '133313.125000', '133313.585000', '133314.045000', '133314.505000', '133314.965000', '133315.425000', '133315.885000', '133316.345000', '133316.805000', '133317.265000', '133317.725000', '133318.185000', '133318.645000', '133319.105000', '133319.565000', '133320.025000', '133320.485000', '133320.945000', '133321.405000', '133321.865000', '133322.325000', '133322.785000', '133323.245000', '133323.705000', '133324.165000', '133324.625000', '133325.085000', '133325.545000', '133326.005000', '133326.465000', '133326.925000', '133327.385000', '133327.845000', '133328.305000', '133328.765000', '133329.225000', '133329.685000', '133330.145000', '133330.605000', '133331.065000', '133331.525000', '133331.985000', '133332.445000', '133332.905000', '133333.365000', '133333.825000', '133334.285000', '133334.745000', '133335.205000', '133335.665000', '133336.125000', '133336.585000', '133337.045000', '133337.505000', '133337.965000', '133338.425000', '133338.885000', '133339.345000', '133339.805000', '133340.265000', '133340.725000', '133341.185000', '133341.645000', '133342.105000', '133342.565000', '133343.025000', '133343.485000', '133343.945000', '133344.405000', '133344.865000', '133345.325000', '133345.785000', '133346.245000', '133346.705000', '133347.165000', '133347.625000', '133348.085000', '133348.545000', '133349.005000', '133349.465000', '133349.925000', '133350.385000', '133350.845000', '133351.305000', '133351.765000', '133352.225000', '133352.685000', '133353.145000', '133353.605000', '133354.065000', '133354.525000', '133354.985000', '133355.445000', '133355.905000', '133356.365000', '133356.825000', '133357.285000', '133357.745000', '133358.205000', '133358.665000', '133359.125000', '133359.585000', '133400.045000', '133400.505000', '133400.965000', '133401.425000', '133401.885000', '133402.345000', '133402.805000', '133403.265000', '133403.725000', '133404.185000', '133404.645000', '133405.105000', '133405.565000', '133406.025000', '133406.485000', '133406.945000', '133407.405000', '133407.865000', '133408.325000', '133408.785000', '133409.245000', '133409.705000', '133410.165000', '133410.625000', '133411.085000', '133411.545000', '133412.005000', '133412.465000', '133412.925000', '133413.385000', '133413.845000', '133414.305000', '133414.765000', '133415.225000', '133415.685000', '133416.145000', '133416.605000', '133417.065000', '133417.525000', '133417.985000', '133418.445000', '133418.905000', '133419.365000', '133419.825000', '133420.285000', '133420.745000', '133421.205000', '133421.665000', '133422.125000', '133422.585000', '133423.045000', '133423.505000', '133423.965000', '133424.425000', '133424.885000', '133425.345000', '133425.805000', '133426.265000', '133426.725000', '133427.185000', '133427.645000', '133428.105000', '133428.565000', '133429.025000', '133429.485000', '133429.945000', '133430.405000', '133430.865000', '133431.325000', '133431.785000', '133432.245000', '133432.705000', '133433.165000', '133433.625000', '133434.085000', '133434.545000', '133435.005000', '133435.465000', '133435.925000', '133436.385000', '133436.845000', '133437.305000', '133437.765000', '133438.225000', '133438.685000', '133439.145000', '133439.605000', '133440.065000', '133440.525000', '133440.985000', '133441.445000', '133441.905000', '133442.365000', '133442.825000', '133443.285000', '133443.745000', '133444.205000', '133444.665000', '133445.125000', '133445.585000', '133446.045000', '133446.505000', '133446.965000', '133447.425000', '133447.885000', '133448.345000', '133448.805000', '133449.265000', '133449.725000', '133450.185000', '133450.645000', '133451.105000', '133451.565000', '133452.025000', '133452.485000', '133452.945000', '133453.405000', '133453.865000', '133454.325000', '133454.785000', '133455.245000', '133455.705000', '133456.165000', '133456.625000', '133457.085000', '133457.545000', '133458.005000', '133458.465000', '133458.925000', '133459.385000', '133459.845000', '133500.305000', '133500.765000', '133501.225000', '133501.685000', '133502.145000', '133502.605000', '133503.065000', '133503.525000', '133503.985000', '133504.445000', '133504.905000', '133505.365000', '133505.825000', '133506.285000', '133506.745000', '133507.205000', '133507.665000', '133508.125000', '133508.585000', '133509.045000', '133509.505000', '133509.965000', '133510.425000', '133510.885000', '133511.345000', '133511.805000', '133512.265000', '133512.725000', '133513.185000', '133513.645000', '133514.105000', '133514.565000', '133515.025000', '133515.485000', '133515.945000', '133516.405000', '133516.865000', '133517.325000', '133517.785000', '133518.245000', '133518.705000', '133519.165000', '133519.625000', '133520.085000', '133520.545000', '133521.005000', '133521.465000', '133521.925000', '133522.385000', '133522.845000', '133523.305000', '133523.765000', '133524.225000', '133524.685000', '133525.145000', '133525.605000', '133526.065000', '133526.525000', '133526.985000', '133527.445000', '133527.905000', '133528.365000', '133528.825000', '133529.285000', '133529.745000', '133530.205000', '133530.665000', '133531.125000', '133531.585000', '133532.045000', '133532.505000', '133532.965000', '133533.425000', '133533.885000', '133534.345000', '133534.805000', '133535.265000', '133535.725000', '133536.185000', '133536.645000', '133537.105000', '133537.565000', '133538.025000', '133538.485000', '133538.945000', '133539.405000', '133539.865000', '133540.325000', '133540.785000', '133541.245000', '133541.705000', '133542.165000', '133542.625000', '133543.085000', '133543.545000', '133544.005000', '133544.465000', '133544.925000', '133545.385000', '133545.845000', '133546.305000', '133546.765000', '133547.225000', '133547.685000', '133548.145000', '133548.605000', '133549.065000', '133549.525000', '133549.985000', '133550.445000', '133550.905000', '133551.365000', '133551.825000', '133552.285000', '133552.745000', '133553.205000', '133553.665000', '133554.125000', '133554.585000', '133555.045000', '133555.505000', '133555.965000', '133556.425000', '133556.885000', '133557.345000', '133557.805000', '133558.265000', '133558.725000', '133559.185000', '133559.645000', '133600.105000', '133600.565000', '133601.025000', '133601.485000', '133601.945000', '133602.405000', '133602.865000', '133603.325000', '133603.785000', '133604.245000', '133604.705000', '133605.165000', '133605.625000', '133606.085000', '133606.545000', '133607.005000', '133607.465000', '133607.925000', '133608.385000', '133608.845000', '133609.305000', '133609.765000', '133610.225000', '133610.685000', '133611.145000', '133611.605000', '133612.065000', '133612.525000', '133612.985000', '133613.445000', '133613.905000', '133614.365000', '133614.825000', '133615.285000', '133615.745000', '133616.205000', '133616.665000', '133617.125000', '133617.585000', '133618.045000', '133618.505000', '133618.965000', '133619.425000', '133619.885000', '133620.345000', '133620.805000', '133621.265000', '133621.725000', '133622.185000', '133622.645000', '133623.105000', '133623.565000', '133624.025000', '133624.485000', '133624.945000', '133625.405000', '133625.865000', '133626.325000', '133626.785000', '133627.245000', '133627.705000', '133628.165000', '133628.625000', '133629.085000', '133629.545000', '133630.005000', '133630.465000', '133630.925000', '133631.385000', '133631.845000', '133632.305000', '133632.765000', '133633.225000', '133633.685000', '133634.145000', '133634.605000', '133635.065000', '133635.525000', '133635.985000', '133636.445000'], 'ContentTime': ['132755.624000', '132755.627000', '132755.630000', '132755.633000', '132755.636000', '132755.643000', '132755.646000', '132755.649000', '132755.653000', '132755.656000', '132755.659000', '132755.662000', '132755.664000', '132755.667000', '132755.670000', '132755.673000', '132755.683000', '132755.685000', '132755.688000', '132755.691000', '132755.694000', '132755.697000', '132815.591000', '132815.594000', '132815.597000', '132815.600000', '132815.603000', '132815.605000', '132815.608000', '132815.611000', '132815.614000', '132815.617000', '132815.619000', '132815.622000', '132815.625000', '132815.628000', '132815.630000', '132815.633000', '132815.639000', '132815.641000', '132815.644000', '132815.647000', '132815.650000', '132815.653000', '132815.655000', '132815.658000', '132815.661000', '132815.664000', '132815.666000', '132815.669000', '132815.672000', '132815.675000', '132815.678000', '132815.680000', '132815.683000', '132815.686000', '132815.689000', '132815.692000', '132815.698000', '132815.700000', '132815.703000', '132815.706000', '132815.709000', '132815.712000', '132815.714000', '132835.591000', '132835.594000', '132835.597000', '132835.600000', '132835.602000', '132835.605000', '132835.608000', '132835.611000', '132835.614000', '132835.617000', '132835.619000', '132835.622000', '132835.625000', '132835.628000', '132835.630000', '132835.633000', '132835.636000', '132835.639000', '132835.656000', '132835.658000', '132835.661000', '132835.664000', '132835.667000', '132835.670000', '132835.672000', '132835.675000', '132835.678000', '132835.681000', '132835.684000', '132835.686000', '132835.689000', '132835.692000', '132835.695000', '132835.698000', '132835.700000', '132835.703000', '132835.706000', '132835.709000', '132835.712000', '132835.714000', '132835.717000', '132835.720000', '132835.723000', '132835.726000', '132855.590000', '132855.593000', '132855.596000', '132855.599000', '132855.601000', '132855.604000', '132855.607000', '132855.610000', '132855.613000', '132855.615000', '132855.623000', '132855.626000', '132855.629000', '132855.632000', '132855.634000', '132855.637000', '132855.640000', '132855.643000', '132855.646000', '132855.649000', '132855.651000', '132855.654000', '132855.657000', '132855.660000', '132855.662000', '132855.665000', '132855.669000', '132855.672000', '132855.675000', '132855.678000', '132855.681000', '132855.684000', '132855.686000', '132855.689000', '132855.692000', '132855.695000', '132855.698000', '132855.700000', '132855.703000', '132855.706000', '132855.709000', '132855.712000', '132855.714000', '132915.590000', '132915.593000', '132915.596000', '132915.599000', '132915.601000', '132915.604000', '132915.607000', '132915.610000', '132915.613000', '132915.615000', '132915.618000', '132915.621000', '132915.624000', '132915.627000', '132915.629000', '132915.633000', '132915.636000', '132915.639000', '132915.641000', '132915.644000', '132915.647000', '132915.650000', '132915.653000', '132915.656000', '132915.658000', '132915.661000', '132915.664000', '132915.667000', '132915.669000', '132915.672000', '132915.675000', '132915.678000', '132915.681000', '132915.684000', '132915.686000', '132915.689000', '132915.692000', '132915.695000', '132915.698000', '132915.701000', '132915.703000', '132915.706000', '132915.709000', '132915.712000', '132935.590000', '132935.593000', '132935.596000', '132935.599000', '132935.601000', '132935.604000', '132935.607000', '132935.610000', '132935.613000', '132935.616000', '132935.618000', '132935.621000', '132935.624000', '132935.627000', '132935.630000', '132935.633000', '132935.636000', '132935.638000', '132935.641000', '132935.644000', '132935.647000', '132935.650000', '132935.652000', '132935.655000', '132935.658000', '132935.661000', '132935.664000', '132935.666000', '132935.669000', '132935.672000', '132935.675000', '132935.678000', '132935.681000', '132935.683000', '132935.686000', '132935.689000', '132935.692000', '132935.695000', '132935.698000', '132935.701000', '132935.703000', '132935.706000', '132935.709000', '132955.590000', '132955.593000', '132955.596000', '132955.599000', '132955.602000', '132955.604000', '132955.607000', '132955.610000', '132955.613000', '132955.616000', '132955.618000', '132955.621000', '132955.624000', '132955.627000', '132955.629000', '132955.632000', '132955.635000', '132955.638000', '132955.641000', '132955.644000', '132955.646000', '132955.649000', '132955.652000', '132955.655000', '132955.658000', '132955.660000', '132955.663000', '132955.666000', '132955.669000', '132955.672000', '132955.675000', '132955.678000', '132955.680000', '132955.683000', '132955.686000', '132955.689000', '132955.691000', '132955.694000', '132955.697000', '132955.700000', '132955.703000', '132955.706000', '132955.708000', '132955.711000', '133015.590000', '133015.593000', '133015.596000', '133015.599000', '133015.601000', '133015.604000', '133015.607000', '133015.610000', '133015.613000', '133015.616000', '133015.619000', '133015.621000', '133015.624000', '133015.627000', '133015.647000', '133015.650000', '133015.653000', '133015.656000', '133015.658000', '133015.661000', '133015.664000', '133015.667000', '133015.670000', '133015.672000', '133015.675000', '133015.678000', '133015.681000', '133015.684000', '133015.687000', '133015.690000', '133015.692000', '133015.695000', '133015.698000', '133015.701000', '133015.704000', '133015.708000', '133015.711000', '133015.714000', '133015.717000', '133015.720000', '133015.722000', '133015.725000', '133015.728000', '133035.591000', '133035.594000', '133035.597000', '133035.600000', '133035.602000', '133035.605000', '133035.608000', '133035.611000', '133035.614000', '133035.617000', '133035.619000', '133035.622000', '133035.625000', '133035.628000', '133035.631000', '133035.634000', '133035.637000', '133035.640000', '133035.642000', '133035.645000', '133035.648000', '133035.651000', '133035.654000', '133035.656000', '133035.659000', '133035.662000', '133035.665000', '133035.668000', '133035.671000', '133035.674000', '133035.676000', '133035.679000', '133035.682000', '133035.685000', '133035.688000', '133035.691000', '133035.693000', '133035.696000', '133035.699000', '133035.702000', '133035.705000', '133035.707000', '133035.710000', '133035.713000', '133055.591000', '133055.594000', '133055.597000', '133055.600000', '133055.603000', '133055.606000', '133055.608000', '133055.611000', '133055.614000', '133055.617000', '133055.620000', '133055.622000', '133055.625000', '133055.628000', '133055.631000', '133055.634000', '133055.637000', '133055.639000', '133055.642000', '133055.645000', '133055.648000', '133055.651000', '133055.653000', '133055.656000', '133055.659000', '133055.662000', '133055.665000', '133055.668000', '133055.671000', '133055.673000', '133055.676000', '133055.679000', '133055.682000', '133055.685000', '133055.688000', '133055.690000', '133055.693000', '133055.696000', '133055.699000', '133055.702000', '133055.705000', '133055.707000', '133055.710000', '133115.590000', '133115.593000', '133115.596000', '133115.599000', '133115.601000', '133115.604000', '133115.607000', '133115.610000', '133115.613000', '133115.616000', '133115.618000', '133115.621000', '133115.624000', '133115.627000', '133115.630000', '133115.633000', '133115.642000', '133115.644000', '133115.647000', '133115.650000', '133115.653000', '133115.656000', '133115.659000', '133115.661000', '133115.664000', '133115.667000', '133115.670000', '133115.673000', '133115.676000', '133115.678000', '133115.681000', '133115.684000', '133115.687000', '133115.690000', '133115.693000', '133115.695000', '133115.698000', '133115.701000', '133115.704000', '133115.707000', '133115.710000', '133115.712000', '133115.715000', '133115.718000', '133135.590000', '133135.593000', '133135.596000', '133135.599000', '133135.601000', '133135.604000', '133135.607000', '133135.610000', '133135.613000', '133135.616000', '133135.619000', '133135.621000', '133135.624000', '133135.627000', '133135.630000', '133135.633000', '133135.636000', '133135.638000', '133135.641000', '133135.644000', '133135.647000', '133135.650000', '133135.652000', '133135.655000', '133135.658000', '133135.661000', '133135.664000', '133135.667000', '133135.669000', '133135.672000', '133135.675000', '133135.678000', '133135.681000', '133135.683000', '133135.686000', '133135.689000', '133135.692000', '133135.695000', '133135.698000', '133135.700000', '133135.703000', '133135.706000', '133135.709000', '133155.590000', '133155.593000', '133155.596000', '133155.599000', '133155.601000', '133155.604000', '133155.607000', '133155.610000', '133155.613000', '133155.616000', '133155.619000', '133155.621000', '133155.624000', '133155.627000', '133155.630000', '133155.633000', '133155.636000', '133155.638000', '133155.641000', '133155.644000', '133155.647000', '133155.649000', '133155.652000', '133155.655000', '133155.659000', '133155.662000', '133155.664000', '133155.667000', '133155.670000', '133155.673000', '133155.676000', '133155.678000', '133155.681000', '133155.684000', '133155.687000', '133155.690000', '133155.693000', '133155.695000', '133155.698000', '133155.701000', '133155.704000', '133155.707000', '133155.709000', '133215.590000', '133215.593000', '133215.596000', '133215.599000', '133215.602000', '133215.605000', '133215.607000', '133215.610000', '133215.613000', '133215.616000', '133215.619000', '133215.621000', '133215.624000', '133215.627000', '133215.630000', '133215.633000', '133215.635000', '133215.638000', '133215.641000', '133215.644000', '133215.647000', '133215.650000', '133215.652000', '133215.655000', '133215.658000', '133215.661000', '133215.664000', '133215.667000', '133215.670000', '133215.672000', '133215.675000', '133215.678000', '133215.681000', '133215.684000', '133215.687000', '133215.689000', '133215.692000', '133215.695000', '133215.698000', '133215.701000', '133215.704000', '133215.707000', '133215.709000', '133215.712000', '133235.590000', '133235.593000', '133235.596000', '133235.599000', '133235.602000', '133235.605000', '133235.608000', '133235.611000', '133235.613000', '133235.618000', '133235.622000', '133235.625000', '133235.628000', '133235.631000', '133235.634000', '133235.637000', '133235.639000', '133235.642000', '133235.645000', '133235.648000', '133235.651000', '133235.654000', '133235.657000', '133235.659000', '133235.662000', '133235.665000', '133235.668000', '133235.671000', '133235.674000', '133235.676000', '133235.679000', '133235.682000', '133235.685000', '133235.688000', '133235.691000', '133235.693000', '133235.696000', '133235.699000', '133235.702000', '133235.705000', '133235.708000', '133235.710000', '133235.713000', '133255.591000', '133255.594000', '133255.597000', '133255.600000', '133255.603000', '133255.605000', '133255.608000', '133255.611000', '133255.614000', '133255.617000', '133255.620000', '133255.622000', '133255.625000', '133255.628000', '133255.631000', '133255.634000', '133255.637000', '133255.640000', '133255.642000', '133255.645000', '133255.648000', '133255.651000', '133255.654000', '133255.657000', '133255.660000', '133255.662000', '133255.665000', '133255.668000', '133255.671000', '133255.674000', '133255.676000', '133255.679000', '133255.682000', '133255.685000', '133255.688000', '133255.691000', '133255.693000', '133255.696000', '133255.699000', '133255.702000', '133255.705000', '133255.708000', '133255.710000', '133255.713000', '133315.591000', '133315.594000', '133315.597000', '133315.600000', '133315.603000', '133315.606000', '133315.609000', '133315.612000', '133315.614000', '133315.617000', '133315.620000', '133315.625000', '133315.629000', '133315.632000', '133315.635000', '133315.638000', '133315.640000', '133315.643000', '133315.646000', '133315.649000', '133315.662000', '133315.665000', '133315.667000', '133315.670000', '133315.673000', '133315.676000', '133315.679000', '133315.681000', '133315.684000', '133315.687000', '133315.690000', '133315.693000', '133315.696000', '133315.699000', '133315.709000', '133315.712000', '133315.715000', '133315.718000', '133315.721000', '133315.723000', '133315.726000', '133315.731000', '133315.734000', '133335.590000', '133335.593000', '133335.596000', '133335.599000', '133335.602000', '133335.604000', '133335.607000', '133335.610000', '133335.613000', '133335.616000', '133335.619000', '133335.622000', '133335.624000', '133335.627000', '133335.630000', '133335.633000', '133335.636000', '133335.638000', '133335.641000', '133335.644000', '133335.647000', '133335.650000', '133335.653000', '133335.656000', '133335.658000', '133335.661000', '133335.664000', '133335.667000', '133335.670000', '133335.673000', '133335.675000', '133335.678000', '133335.681000', '133335.684000', '133335.687000', '133335.690000', '133335.693000', '133335.695000', '133335.698000', '133335.701000', '133335.704000', '133335.707000', '133335.710000', '133335.712000', '133355.590000', '133355.593000', '133355.596000', '133355.599000', '133355.602000', '133355.605000', '133355.607000', '133355.610000', '133355.613000', '133355.616000', '133355.619000', '133355.622000', '133355.624000', '133355.627000', '133355.630000', '133355.633000', '133355.636000', '133355.639000', '133355.642000', '133355.644000', '133355.647000', '133355.650000', '133355.653000', '133355.656000', '133355.658000', '133355.661000', '133355.664000', '133355.667000', '133355.670000', '133355.673000', '133355.676000', '133355.678000', '133355.681000', '133355.684000', '133355.687000', '133355.690000', '133355.693000', '133355.696000', '133355.699000', '133355.702000', '133355.704000', '133355.707000', '133355.710000', '133415.590000', '133415.593000', '133415.596000', '133415.599000', '133415.602000', '133415.605000', '133415.608000', '133415.611000', '133415.613000', '133415.616000', '133415.619000', '133415.622000', '133415.625000', '133415.627000', '133415.630000', '133415.633000', '133415.636000', '133415.639000', '133415.642000', '133415.645000', '133415.647000', '133415.650000', '133415.653000', '133415.656000', '133415.659000', '133415.662000', '133415.664000', '133415.667000', '133415.670000', '133415.673000', '133415.676000', '133415.679000', '133415.681000', '133415.684000', '133415.687000', '133415.690000', '133415.693000', '133415.696000', '133415.698000', '133415.701000', '133415.704000', '133415.707000', '133415.710000', '133415.712000', '133435.590000', '133435.593000', '133435.596000', '133435.599000', '133435.602000', '133435.605000', '133435.607000', '133435.610000', '133435.613000', '133435.616000', '133435.619000', '133435.621000', '133435.624000', '133435.627000', '133435.630000', '133435.633000', '133435.636000', '133435.639000', '133435.641000', '133435.644000', '133435.647000', '133435.650000', '133435.653000', '133435.655000', '133435.658000', '133435.661000', '133435.664000', '133435.667000', '133435.670000', '133435.673000', '133435.676000', '133435.687000', '133435.690000', '133435.692000', '133435.695000', '133435.698000', '133435.701000', '133435.704000', '133435.706000', '133435.709000', '133435.712000', '133435.715000', '133435.718000', '133455.590000', '133455.593000', '133455.596000', '133455.599000', '133455.602000', '133455.605000', '133455.607000', '133455.610000', '133455.613000', '133455.616000', '133455.619000', '133455.622000', '133455.624000', '133455.627000', '133455.630000', '133455.633000', '133455.636000', '133455.639000', '133455.642000', '133455.644000', '133455.647000', '133455.650000', '133455.653000', '133455.656000', '133455.659000', '133455.661000', '133455.664000', '133455.667000', '133455.670000', '133455.673000', '133455.676000', '133455.679000', '133455.681000', '133455.684000', '133455.687000', '133455.690000', '133455.693000', '133455.696000', '133455.698000', '133455.701000', '133455.704000', '133455.707000', '133455.710000', '133455.712000', '133515.591000', '133515.594000', '133515.597000', '133515.600000', '133515.603000', '133515.606000', '133515.609000', '133515.611000', '133515.614000', '133515.617000', '133515.621000', '133515.642000', '133515.645000', '133515.648000', '133515.651000', '133515.654000', '133515.657000', '133515.659000', '133515.662000', '133515.665000', '133515.668000', '133515.671000', '133515.674000', '133515.678000', '133515.682000', '133515.685000', '133515.688000', '133515.691000', '133515.694000', '133515.697000', '133515.699000', '133515.702000', '133515.705000', '133515.708000', '133515.711000', '133515.714000', '133515.716000', '133515.719000', '133515.722000', '133515.725000', '133515.728000', '133515.731000', '133515.734000', '133535.591000', '133535.594000', '133535.597000', '133535.600000', '133535.603000', '133535.605000', '133535.608000', '133535.611000', '133535.614000', '133535.617000', '133535.620000', '133535.622000', '133535.625000', '133535.628000', '133535.631000', '133535.634000', '133535.637000', '133535.639000', '133535.642000', '133535.645000', '133535.648000', '133535.651000', '133535.654000', '133535.657000', '133535.659000', '133535.662000', '133535.665000', '133535.668000', '133535.671000', '133535.674000', '133535.677000', '133535.679000', '133535.682000', '133535.685000', '133535.688000', '133535.691000', '133535.694000', '133535.696000', '133535.699000', '133535.702000', '133535.705000', '133535.708000', '133535.710000', '133535.713000', '133555.590000', '133555.593000', '133555.596000', '133555.599000', '133555.602000', '133555.605000', '133555.607000', '133555.610000', '133555.613000', '133555.616000', '133555.619000', '133555.621000', '133555.624000', '133555.627000', '133555.630000', '133555.633000', '133555.636000', '133555.639000', '133555.641000', '133555.644000', '133555.647000', '133555.650000', '133555.653000', '133555.655000', '133555.658000', '133555.661000', '133555.664000', '133555.667000', '133555.685000', '133555.688000', '133555.690000', '133555.693000', '133555.696000', '133555.699000', '133555.702000', '133555.705000', '133555.708000', '133555.711000', '133555.714000', '133555.717000', '133555.719000', '133555.722000', '133555.725000', '133615.590000', '133615.593000', '133615.596000', '133615.599000', '133615.602000', '133615.604000', '133615.607000', '133615.610000', '133615.613000', '133615.616000', '133615.619000', '133615.621000', '133615.624000', '133615.627000', '133615.630000', '133615.633000', '133615.636000', '133615.639000', '133615.641000', '133615.644000', '133615.647000', '133615.650000', '133615.653000', '133615.656000', '133615.659000', '133615.662000', '133615.664000', '133615.667000', '133615.670000', '133615.673000', '133615.676000', '133615.679000', '133615.681000', '133615.684000', '133615.687000', '133615.690000', '133615.693000', '133615.695000', '133615.698000', '133615.701000', '133615.704000', '133615.707000', '133615.710000', '133615.712000', '133635.590000', '133635.593000', '133635.596000', '133635.599000', '133635.602000', '133635.605000', '133635.607000', '133635.610000', '133635.613000', '133635.616000', '133635.619000', '133635.622000', '133635.624000', '133635.627000', '133635.630000', '133635.633000', '133635.636000', '133635.639000', '133635.642000', '133635.645000', '133635.647000', '133635.650000', '133635.653000', '133635.657000', '133635.660000', '133635.663000', '133635.666000', '133635.669000', '133635.671000', '133635.674000', '133635.677000', '133635.680000', '133635.683000', '133635.686000', '133635.689000', '133635.691000', '133635.694000', '133635.697000', '133635.700000', '133635.703000', '133635.706000', '133635.709000', '133635.712000', '133637.625000', '133637.628000', '133637.632000', '133637.635000', '133637.638000'], 'InstanceCreationTime': ['132755.624000', '132755.627000', '132755.630000', '132755.633000', '132755.636000', '132755.643000', '132755.646000', '132755.649000', '132755.653000', '132755.656000', '132755.659000', '132755.662000', '132755.664000', '132755.667000', '132755.670000', '132755.673000', '132755.683000', '132755.685000', '132755.688000', '132755.691000', '132755.694000', '132755.697000', '132815.591000', '132815.594000', '132815.597000', '132815.600000', '132815.603000', '132815.605000', '132815.608000', '132815.611000', '132815.614000', '132815.617000', '132815.619000', '132815.622000', '132815.625000', '132815.628000', '132815.630000', '132815.633000', '132815.639000', '132815.641000', '132815.644000', '132815.647000', '132815.650000', '132815.653000', '132815.655000', '132815.658000', '132815.661000', '132815.664000', '132815.666000', '132815.669000', '132815.672000', '132815.675000', '132815.678000', '132815.680000', '132815.683000', '132815.686000', '132815.689000', '132815.692000', '132815.698000', '132815.700000', '132815.703000', '132815.706000', '132815.709000', '132815.712000', '132815.714000', '132835.591000', '132835.594000', '132835.597000', '132835.600000', '132835.602000', '132835.605000', '132835.608000', '132835.611000', '132835.614000', '132835.617000', '132835.619000', '132835.622000', '132835.625000', '132835.628000', '132835.630000', '132835.633000', '132835.636000', '132835.639000', '132835.656000', '132835.658000', '132835.661000', '132835.664000', '132835.667000', '132835.670000', '132835.672000', '132835.675000', '132835.678000', '132835.681000', '132835.684000', '132835.686000', '132835.689000', '132835.692000', '132835.695000', '132835.698000', '132835.700000', '132835.703000', '132835.706000', '132835.709000', '132835.712000', '132835.714000', '132835.717000', '132835.720000', '132835.723000', '132835.726000', '132855.590000', '132855.593000', '132855.596000', '132855.599000', '132855.601000', '132855.604000', '132855.607000', '132855.610000', '132855.613000', '132855.615000', '132855.623000', '132855.626000', '132855.629000', '132855.632000', '132855.634000', '132855.637000', '132855.640000', '132855.643000', '132855.646000', '132855.649000', '132855.651000', '132855.654000', '132855.657000', '132855.660000', '132855.662000', '132855.665000', '132855.669000', '132855.672000', '132855.675000', '132855.678000', '132855.681000', '132855.684000', '132855.686000', '132855.689000', '132855.692000', '132855.695000', '132855.698000', '132855.700000', '132855.703000', '132855.706000', '132855.709000', '132855.712000', '132855.714000', '132915.590000', '132915.593000', '132915.596000', '132915.599000', '132915.601000', '132915.604000', '132915.607000', '132915.610000', '132915.613000', '132915.615000', '132915.618000', '132915.621000', '132915.624000', '132915.627000', '132915.629000', '132915.633000', '132915.636000', '132915.639000', '132915.641000', '132915.644000', '132915.647000', '132915.650000', '132915.653000', '132915.656000', '132915.658000', '132915.661000', '132915.664000', '132915.667000', '132915.669000', '132915.672000', '132915.675000', '132915.678000', '132915.681000', '132915.684000', '132915.686000', '132915.689000', '132915.692000', '132915.695000', '132915.698000', '132915.701000', '132915.703000', '132915.706000', '132915.709000', '132915.712000', '132935.590000', '132935.593000', '132935.596000', '132935.599000', '132935.601000', '132935.604000', '132935.607000', '132935.610000', '132935.613000', '132935.616000', '132935.618000', '132935.621000', '132935.624000', '132935.627000', '132935.630000', '132935.633000', '132935.636000', '132935.638000', '132935.641000', '132935.644000', '132935.647000', '132935.650000', '132935.652000', '132935.655000', '132935.658000', '132935.661000', '132935.664000', '132935.666000', '132935.669000', '132935.672000', '132935.675000', '132935.678000', '132935.681000', '132935.683000', '132935.686000', '132935.689000', '132935.692000', '132935.695000', '132935.698000', '132935.701000', '132935.703000', '132935.706000', '132935.709000', '132955.590000', '132955.593000', '132955.596000', '132955.599000', '132955.602000', '132955.604000', '132955.607000', '132955.610000', '132955.613000', '132955.616000', '132955.618000', '132955.621000', '132955.624000', '132955.627000', '132955.629000', '132955.632000', '132955.635000', '132955.638000', '132955.641000', '132955.644000', '132955.646000', '132955.649000', '132955.652000', '132955.655000', '132955.658000', '132955.660000', '132955.663000', '132955.666000', '132955.669000', '132955.672000', '132955.675000', '132955.678000', '132955.680000', '132955.683000', '132955.686000', '132955.689000', '132955.691000', '132955.694000', '132955.697000', '132955.700000', '132955.703000', '132955.706000', '132955.708000', '132955.711000', '133015.590000', '133015.593000', '133015.596000', '133015.599000', '133015.601000', '133015.604000', '133015.607000', '133015.610000', '133015.613000', '133015.616000', '133015.619000', '133015.621000', '133015.624000', '133015.627000', '133015.647000', '133015.650000', '133015.653000', '133015.656000', '133015.658000', '133015.661000', '133015.664000', '133015.667000', '133015.670000', '133015.672000', '133015.675000', '133015.678000', '133015.681000', '133015.684000', '133015.687000', '133015.690000', '133015.692000', '133015.695000', '133015.698000', '133015.701000', '133015.704000', '133015.708000', '133015.711000', '133015.714000', '133015.717000', '133015.720000', '133015.722000', '133015.725000', '133015.728000', '133035.591000', '133035.594000', '133035.597000', '133035.600000', '133035.602000', '133035.605000', '133035.608000', '133035.611000', '133035.614000', '133035.617000', '133035.619000', '133035.622000', '133035.625000', '133035.628000', '133035.631000', '133035.634000', '133035.637000', '133035.640000', '133035.642000', '133035.645000', '133035.648000', '133035.651000', '133035.654000', '133035.656000', '133035.659000', '133035.662000', '133035.665000', '133035.668000', '133035.671000', '133035.674000', '133035.676000', '133035.679000', '133035.682000', '133035.685000', '133035.688000', '133035.691000', '133035.693000', '133035.696000', '133035.699000', '133035.702000', '133035.705000', '133035.707000', '133035.710000', '133035.713000', '133055.591000', '133055.594000', '133055.597000', '133055.600000', '133055.603000', '133055.606000', '133055.608000', '133055.611000', '133055.614000', '133055.617000', '133055.620000', '133055.622000', '133055.625000', '133055.628000', '133055.631000', '133055.634000', '133055.637000', '133055.639000', '133055.642000', '133055.645000', '133055.648000', '133055.651000', '133055.653000', '133055.656000', '133055.659000', '133055.662000', '133055.665000', '133055.668000', '133055.671000', '133055.673000', '133055.676000', '133055.679000', '133055.682000', '133055.685000', '133055.688000', '133055.690000', '133055.693000', '133055.696000', '133055.699000', '133055.702000', '133055.705000', '133055.707000', '133055.710000', '133115.590000', '133115.593000', '133115.596000', '133115.599000', '133115.601000', '133115.604000', '133115.607000', '133115.610000', '133115.613000', '133115.616000', '133115.618000', '133115.621000', '133115.624000', '133115.627000', '133115.630000', '133115.633000', '133115.642000', '133115.644000', '133115.647000', '133115.650000', '133115.653000', '133115.656000', '133115.659000', '133115.661000', '133115.664000', '133115.667000', '133115.670000', '133115.673000', '133115.676000', '133115.678000', '133115.681000', '133115.684000', '133115.687000', '133115.690000', '133115.693000', '133115.695000', '133115.698000', '133115.701000', '133115.704000', '133115.707000', '133115.710000', '133115.712000', '133115.715000', '133115.718000', '133135.590000', '133135.593000', '133135.596000', '133135.599000', '133135.601000', '133135.604000', '133135.607000', '133135.610000', '133135.613000', '133135.616000', '133135.619000', '133135.621000', '133135.624000', '133135.627000', '133135.630000', '133135.633000', '133135.636000', '133135.638000', '133135.641000', '133135.644000', '133135.647000', '133135.650000', '133135.652000', '133135.655000', '133135.658000', '133135.661000', '133135.664000', '133135.667000', '133135.669000', '133135.672000', '133135.675000', '133135.678000', '133135.681000', '133135.683000', '133135.686000', '133135.689000', '133135.692000', '133135.695000', '133135.698000', '133135.700000', '133135.703000', '133135.706000', '133135.709000', '133155.590000', '133155.593000', '133155.596000', '133155.599000', '133155.601000', '133155.604000', '133155.607000', '133155.610000', '133155.613000', '133155.616000', '133155.619000', '133155.621000', '133155.624000', '133155.627000', '133155.630000', '133155.633000', '133155.636000', '133155.638000', '133155.641000', '133155.644000', '133155.647000', '133155.649000', '133155.652000', '133155.655000', '133155.659000', '133155.662000', '133155.664000', '133155.667000', '133155.670000', '133155.673000', '133155.676000', '133155.678000', '133155.681000', '133155.684000', '133155.687000', '133155.690000', '133155.693000', '133155.695000', '133155.698000', '133155.701000', '133155.704000', '133155.707000', '133155.709000', '133215.590000', '133215.593000', '133215.596000', '133215.599000', '133215.602000', '133215.605000', '133215.607000', '133215.610000', '133215.613000', '133215.616000', '133215.619000', '133215.621000', '133215.624000', '133215.627000', '133215.630000', '133215.633000', '133215.635000', '133215.638000', '133215.641000', '133215.644000', '133215.647000', '133215.650000', '133215.652000', '133215.655000', '133215.658000', '133215.661000', '133215.664000', '133215.667000', '133215.670000', '133215.672000', '133215.675000', '133215.678000', '133215.681000', '133215.684000', '133215.687000', '133215.689000', '133215.692000', '133215.695000', '133215.698000', '133215.701000', '133215.704000', '133215.707000', '133215.709000', '133215.712000', '133235.590000', '133235.593000', '133235.596000', '133235.599000', '133235.602000', '133235.605000', '133235.608000', '133235.611000', '133235.613000', '133235.618000', '133235.622000', '133235.625000', '133235.628000', '133235.631000', '133235.634000', '133235.637000', '133235.639000', '133235.642000', '133235.645000', '133235.648000', '133235.651000', '133235.654000', '133235.657000', '133235.659000', '133235.662000', '133235.665000', '133235.668000', '133235.671000', '133235.674000', '133235.676000', '133235.679000', '133235.682000', '133235.685000', '133235.688000', '133235.691000', '133235.693000', '133235.696000', '133235.699000', '133235.702000', '133235.705000', '133235.708000', '133235.710000', '133235.713000', '133255.591000', '133255.594000', '133255.597000', '133255.600000', '133255.603000', '133255.605000', '133255.608000', '133255.611000', '133255.614000', '133255.617000', '133255.620000', '133255.622000', '133255.625000', '133255.628000', '133255.631000', '133255.634000', '133255.637000', '133255.640000', '133255.642000', '133255.645000', '133255.648000', '133255.651000', '133255.654000', '133255.657000', '133255.660000', '133255.662000', '133255.665000', '133255.668000', '133255.671000', '133255.674000', '133255.676000', '133255.679000', '133255.682000', '133255.685000', '133255.688000', '133255.691000', '133255.693000', '133255.696000', '133255.699000', '133255.702000', '133255.705000', '133255.708000', '133255.710000', '133255.713000', '133315.591000', '133315.594000', '133315.597000', '133315.600000', '133315.603000', '133315.606000', '133315.609000', '133315.612000', '133315.614000', '133315.617000', '133315.620000', '133315.625000', '133315.629000', '133315.632000', '133315.635000', '133315.638000', '133315.640000', '133315.643000', '133315.646000', '133315.649000', '133315.662000', '133315.665000', '133315.667000', '133315.670000', '133315.673000', '133315.676000', '133315.679000', '133315.681000', '133315.684000', '133315.687000', '133315.690000', '133315.693000', '133315.696000', '133315.699000', '133315.709000', '133315.712000', '133315.715000', '133315.718000', '133315.721000', '133315.723000', '133315.726000', '133315.731000', '133315.734000', '133335.590000', '133335.593000', '133335.596000', '133335.599000', '133335.602000', '133335.604000', '133335.607000', '133335.610000', '133335.613000', '133335.616000', '133335.619000', '133335.622000', '133335.624000', '133335.627000', '133335.630000', '133335.633000', '133335.636000', '133335.638000', '133335.641000', '133335.644000', '133335.647000', '133335.650000', '133335.653000', '133335.656000', '133335.658000', '133335.661000', '133335.664000', '133335.667000', '133335.670000', '133335.673000', '133335.675000', '133335.678000', '133335.681000', '133335.684000', '133335.687000', '133335.690000', '133335.693000', '133335.695000', '133335.698000', '133335.701000', '133335.704000', '133335.707000', '133335.710000', '133335.712000', '133355.590000', '133355.593000', '133355.596000', '133355.599000', '133355.602000', '133355.605000', '133355.607000', '133355.610000', '133355.613000', '133355.616000', '133355.619000', '133355.622000', '133355.624000', '133355.627000', '133355.630000', '133355.633000', '133355.636000', '133355.639000', '133355.642000', '133355.644000', '133355.647000', '133355.650000', '133355.653000', '133355.656000', '133355.658000', '133355.661000', '133355.664000', '133355.667000', '133355.670000', '133355.673000', '133355.676000', '133355.678000', '133355.681000', '133355.684000', '133355.687000', '133355.690000', '133355.693000', '133355.696000', '133355.699000', '133355.702000', '133355.704000', '133355.707000', '133355.710000', '133415.590000', '133415.593000', '133415.596000', '133415.599000', '133415.602000', '133415.605000', '133415.608000', '133415.611000', '133415.613000', '133415.616000', '133415.619000', '133415.622000', '133415.625000', '133415.627000', '133415.630000', '133415.633000', '133415.636000', '133415.639000', '133415.642000', '133415.645000', '133415.647000', '133415.650000', '133415.653000', '133415.656000', '133415.659000', '133415.662000', '133415.664000', '133415.667000', '133415.670000', '133415.673000', '133415.676000', '133415.679000', '133415.681000', '133415.684000', '133415.687000', '133415.690000', '133415.693000', '133415.696000', '133415.698000', '133415.701000', '133415.704000', '133415.707000', '133415.710000', '133415.712000', '133435.590000', '133435.593000', '133435.596000', '133435.599000', '133435.602000', '133435.605000', '133435.607000', '133435.610000', '133435.613000', '133435.616000', '133435.619000', '133435.621000', '133435.624000', '133435.627000', '133435.630000', '133435.633000', '133435.636000', '133435.639000', '133435.641000', '133435.644000', '133435.647000', '133435.650000', '133435.653000', '133435.655000', '133435.658000', '133435.661000', '133435.664000', '133435.667000', '133435.670000', '133435.673000', '133435.676000', '133435.687000', '133435.690000', '133435.692000', '133435.695000', '133435.698000', '133435.701000', '133435.704000', '133435.706000', '133435.709000', '133435.712000', '133435.715000', '133435.718000', '133455.590000', '133455.593000', '133455.596000', '133455.599000', '133455.602000', '133455.605000', '133455.607000', '133455.610000', '133455.613000', '133455.616000', '133455.619000', '133455.622000', '133455.624000', '133455.627000', '133455.630000', '133455.633000', '133455.636000', '133455.639000', '133455.642000', '133455.644000', '133455.647000', '133455.650000', '133455.653000', '133455.656000', '133455.659000', '133455.661000', '133455.664000', '133455.667000', '133455.670000', '133455.673000', '133455.676000', '133455.679000', '133455.681000', '133455.684000', '133455.687000', '133455.690000', '133455.693000', '133455.696000', '133455.698000', '133455.701000', '133455.704000', '133455.707000', '133455.710000', '133455.712000', '133515.591000', '133515.594000', '133515.597000', '133515.600000', '133515.603000', '133515.606000', '133515.609000', '133515.611000', '133515.614000', '133515.617000', '133515.621000', '133515.642000', '133515.645000', '133515.648000', '133515.651000', '133515.654000', '133515.657000', '133515.659000', '133515.662000', '133515.665000', '133515.668000', '133515.671000', '133515.674000', '133515.678000', '133515.682000', '133515.685000', '133515.688000', '133515.691000', '133515.694000', '133515.697000', '133515.699000', '133515.702000', '133515.705000', '133515.708000', '133515.711000', '133515.714000', '133515.716000', '133515.719000', '133515.722000', '133515.725000', '133515.728000', '133515.731000', '133515.734000', '133535.591000', '133535.594000', '133535.597000', '133535.600000', '133535.603000', '133535.605000', '133535.608000', '133535.611000', '133535.614000', '133535.617000', '133535.620000', '133535.622000', '133535.625000', '133535.628000', '133535.631000', '133535.634000', '133535.637000', '133535.639000', '133535.642000', '133535.645000', '133535.648000', '133535.651000', '133535.654000', '133535.657000', '133535.659000', '133535.662000', '133535.665000', '133535.668000', '133535.671000', '133535.674000', '133535.677000', '133535.679000', '133535.682000', '133535.685000', '133535.688000', '133535.691000', '133535.694000', '133535.696000', '133535.699000', '133535.702000', '133535.705000', '133535.708000', '133535.710000', '133535.713000', '133555.590000', '133555.593000', '133555.596000', '133555.599000', '133555.602000', '133555.605000', '133555.607000', '133555.610000', '133555.613000', '133555.616000', '133555.619000', '133555.621000', '133555.624000', '133555.627000', '133555.630000', '133555.633000', '133555.636000', '133555.639000', '133555.641000', '133555.644000', '133555.647000', '133555.650000', '133555.653000', '133555.655000', '133555.658000', '133555.661000', '133555.664000', '133555.667000', '133555.685000', '133555.688000', '133555.690000', '133555.693000', '133555.696000', '133555.699000', '133555.702000', '133555.705000', '133555.708000', '133555.711000', '133555.714000', '133555.717000', '133555.719000', '133555.722000', '133555.725000', '133615.590000', '133615.593000', '133615.596000', '133615.599000', '133615.602000', '133615.604000', '133615.607000', '133615.610000', '133615.613000', '133615.616000', '133615.619000', '133615.621000', '133615.624000', '133615.627000', '133615.630000', '133615.633000', '133615.636000', '133615.639000', '133615.641000', '133615.644000', '133615.647000', '133615.650000', '133615.653000', '133615.656000', '133615.659000', '133615.662000', '133615.664000', '133615.667000', '133615.670000', '133615.673000', '133615.676000', '133615.679000', '133615.681000', '133615.684000', '133615.687000', '133615.690000', '133615.693000', '133615.695000', '133615.698000', '133615.701000', '133615.704000', '133615.707000', '133615.710000', '133615.712000', '133635.590000', '133635.593000', '133635.596000', '133635.599000', '133635.602000', '133635.605000', '133635.607000', '133635.610000', '133635.613000', '133635.616000', '133635.619000', '133635.622000', '133635.624000', '133635.627000', '133635.630000', '133635.633000', '133635.636000', '133635.639000', '133635.642000', '133635.645000', '133635.647000', '133635.650000', '133635.653000', '133635.657000', '133635.660000', '133635.663000', '133635.666000', '133635.669000', '133635.671000', '133635.674000', '133635.677000', '133635.680000', '133635.683000', '133635.686000', '133635.689000', '133635.691000', '133635.694000', '133635.697000', '133635.700000', '133635.703000', '133635.706000', '133635.709000', '133635.712000', '133637.625000', '133637.628000', '133637.632000', '133637.635000', '133637.638000'], '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': [12883, 7962, 11070, 12884, 8897, 12014, 7601, 12116, 8440, 10049, 16259, 13121, 10282, 7524, 8340, 12001, 14030, 8913, 11468, 8752, 8584, 12513, 7719, 10623, 7631, 10516, 7341, 10584, 9357, 8355, 11895, 17935, 10376, 10046, 14008, 8673, 12724, 7278, 10536, 8514, 8914, 7549, 8208, 11520, 14567, 8591, 10342, 12889, 8460, 8757, 7089, 7903, 12789, 10576, 8273, 10787, 7440, 10786, 12834, 7477, 9450, 12308, 7847, 10265, 13011, 7952, 9906, 13288, 9301, 9885, 7429, 11292, 12969, 11108, 9071, 12601, 8476, 12480, 8194, 11421, 14845, 10751, 9733, 8855, 12073, 8665, 12513, 15625, 11360, 13115, 8879, 12737, 8563, 11568, 17238, 12294, 11470, 8563, 9747, 15034, 9075, 12542, 8738, 12374, 8597, 12387, 7884, 10209, 11580, 8833, 13723, 15347, 9150, 13294, 7952, 9741, 7121, 8909, 7248, 8234, 12506, 7910, 11242, 11916, 8253, 7210, 7862, 12164, 7918, 11411, 7637, 9108, 7302, 9799, 13593, 13214, 9313, 12150, 10059, 7376, 9193, 10613, 8772, 13598, 9596, 12058, 9347, 14694, 9961, 15112, 13112, 11781, 11384, 18269, 21942, 14657, 16787, 10709, 11853, 8822, 12149, 8786, 10640, 15662, 11609, 12556, 9698, 11864, 16052, 11757, 17198, 10273, 7283, 9096, 7478, 11043, 7524, 10864, 8655, 10890, 9571, 9637, 10741, 11978, 12315, 15004, 13972, 19474, 16102, 13099, 17840, 10098, 15955, 8912, 11723, 7721, 10620, 8017, 11139, 8012, 12965, 9733, 10243, 8540, 9791, 8297, 10575, 15080, 8903, 10872, 14812, 8840, 10845, 12289, 9152, 11103, 7661, 9259, 10607, 8464, 9719, 11973, 8893, 10654, 13056, 8781, 10597, 8237, 9597, 7913, 9773, 7037, 9263, 12491, 15610, 9211, 11454, 8310, 9281, 13764, 8383, 11643, 15128, 9505, 9035, 13893, 9538, 9541, 12978, 8835, 11951, 11484, 9223, 13039, 12082, 9350, 13070, 13448, 9285, 12959, 16321, 9379, 7848, 9220, 11619, 8350, 11051, 14470, 8461, 9865, 13302, 8280, 9811, 13358, 8344, 9976, 12644, 8571, 9534, 13329, 9278, 9390, 8091, 10417, 7056, 9496, 12710, 15217, 9362, 10177, 14617, 9253, 10970, 13766, 9073, 11049, 9331, 10337, 7312, 9008, 13209, 8019, 10338, 13491, 8271, 8882, 12935, 8515, 8838, 13214, 8120, 10882, 13741, 8384, 10402, 13898, 8415, 10842, 8349, 10528, 7254, 9350, 13149, 11835, 8451, 11701, 15432, 8268, 12424, 15550, 9288, 10979, 7199, 8945, 13411, 7868, 9330, 13145, 8311, 10985, 7277, 9167, 13278, 8803, 11363, 9083, 12235, 9088, 10340, 15015, 14271, 10170, 14673, 10873, 9574, 14195, 8190, 9665, 14373, 8823, 11321, 7373, 10476, 7700, 9758, 12025, 8702, 11697, 7838, 11375, 13195, 9624, 7757, 9092, 14012, 9364, 12508, 13830, 9806, 14851, 9080, 12429, 7766, 11117, 15951, 8882, 12187, 7724, 9532, 13321, 8569, 10535, 7527, 10361, 7357, 12059, 7253, 9441, 9564, 9736, 12643, 8381, 11279, 15383, 10444, 11266, 8657, 10990, 15459, 11269, 11739, 7894, 10529, 14959, 8847, 11128, 14344, 8623, 11798, 15944, 9002, 11257, 8640, 9576, 7695, 10697, 7658, 10775, 7594, 9664, 7862, 10581, 7777, 11603, 8154, 12773, 18310, 12549, 13694, 9605, 13164, 20991, 14295, 13124, 11015, 10049, 14222, 8859, 11972, 8504, 10495, 7883, 11458, 7383, 11713, 10298, 11578, 10808, 9371, 7169, 11149, 15402, 12321, 10574, 14712, 9236, 12517, 8593, 12819, 7781, 13001, 8213, 11141, 14951, 10573, 13649, 9448, 12997, 9553, 12496, 16932, 10000, 13185, 9317, 12095, 7989, 12416, 7806, 10467, 13224, 8983, 11048, 8337, 10919, 9552, 10926, 8354, 9413, 8144, 10347, 8370, 10325, 8698, 10263, 7675, 11385, 9540, 9677, 13069, 9375, 12406, 9033, 13028, 8525, 13609, 8635, 14085, 11186, 12598, 18483, 11306, 17840, 9777, 15711, 16111, 11368, 16860, 9316, 12495, 8473, 11528, 8169, 9239, 7511, 10903, 7874, 10888, 7915, 10586, 13760, 10033, 10299, 9759, 9761, 15215, 9885, 14242, 16043, 11426, 17834, 10833, 15480, 10977, 12628, 8998, 11737, 10880, 10283, 15774, 9252, 11352, 8902, 11961, 10243, 11289, 9058, 9829, 8901, 11650, 8123, 10868, 10636, 8921, 10839, 7775, 9914, 8716, 10352, 8309, 10198, 8368, 10184, 7593, 11065, 14749, 10071, 12795, 16954, 10764, 13403, 8886, 11919, 8092, 10908, 7347, 9818, 11104, 8258, 10164, 8029, 9851, 7816, 10129, 7824, 10311, 14018, 10485, 9550, 14210, 9268, 10263, 7327, 8885, 13330, 8076, 10959, 7272, 8747, 7327, 8337, 11126, 14005, 8903, 11135, 8352, 11435, 8281, 6936, 7584, 9707, 7689, 11266, 13483, 8560, 11335, 11283, 9073, 12992, 10953, 10610, 16123, 11780, 14043, 14899, 11671, 18078, 12921, 16529, 11298, 14940, 10965, 10820, 9992, 10362, 8230, 10301, 11416, 10494, 10471, 10847, 9725, 9274, 10428, 9662, 9978, 9648, 10266, 9636, 10251, 9242, 9896, 8363, 9600, 9331, 10089, 8735, 10381, 7781, 9886, 7564, 10672, 12768, 13703, 14125, 13247, 8481, 10103, 7981, 10870, 13443, 9094, 11386, 8816, 10319, 8622, 11537, 8830, 12817, 9399, 13805, 10226, 13508, 10431, 14174, 10090, 14144, 17897, 11556, 15133, 10941, 11760, 8796, 11765, 7586, 9942, 11741, 8983, 10420, 8365, 10233, 7222, 8733, 6941, 8555, 6864, 8411, 6851, 9356, 11366, 8058, 9215, 7169, 8440, 11657, 9510, 8394, 11090, 7469, 10502, 7661, 10466, 7134, 11001, 7414, 9962, 10302, 9761, 14912, 16397, 10786, 15815, 8686, 13427, 8573, 12589, 8386, 10784, 8725, 11418, 7410, 9980, 7229, 11131, 7532, 11367, 15403, 9513, 11838, 8189, 10684, 8270, 10607, 9642, 12256, 9661, 12199, 8631, 12837, 13636, 13075, 12526, 13497, 10992, 11857, 9704, 13879, 10974, 14913, 11321, 13780, 10035, 11704, 8702, 11183, 11261, 9864, 12436, 9411, 11061, 9916, 10756, 10391, 10753, 9367, 10437, 8436, 10241, 8359, 10363, 7755, 8769, 8098, 9160, 8337, 9031, 8805, 7435, 8598, 13050, 8148, 13425, 8911, 10066, 10121, 9560, 15127, 10591, 14528, 10607, 14527, 9435, 15565, 10709, 15630, 10101, 9607, 8396, 11923, 8212, 11786, 15309, 9835, 11202, 8486, 12058, 7783, 11562, 14947, 10106, 14083, 9355, 14073, 9919, 13886, 10166, 17091, 13242, 18524, 13675, 15049, 10353, 10711, 7677, 10303, 8075, 10370, 7547, 11101, 8425, 10585, 8942, 12750, 9270, 12735, 19358, 11199, 13964, 11354, 12039, 9511, 12506, 8994, 9565, 8060, 9970, 8311, 10136, 8673, 10505, 8178, 10751, 7218, 11050, 10310, 10720, 15544, 10403, 11462, 9454, 10844, 8712, 11410, 8723, 11646, 8464, 11989, 7261, 12418, 7720, 10177, 7600, 12169, 7646, 12303, 11385, 13687, 10316, 11061, 8109, 11603, 12019, 9778, 15049, 18400, 11128, 13288, 9470, 10673, 15580, 9150, 12384, 14210, 9616, 12662, 9162, 11666, 8510, 11553, 7251, 10953, 14431, 9877, 9245, 13131, 7433, 9420, 12758, 7290, 8804, 11192, 7353, 9604, 7184, 9268, 7151, 7287, 9311, 7405, 9219, 7433, 9261, 7412, 9176, 7178, 9837, 7943, 12407, 9009, 12135, 18081, 11358, 11031, 16190, 9705, 11630, 18932, 8941, 12317, 7451, 10394, 7188, 9586, 12233, 7945, 11550, 7930, 9789, 13064, 7769, 11852, 15808, 8658, 11542, 10214, 8262, 12241, 7138, 10698, 12429, 7771, 10451, 7090, 8876, 11669, 7404, 8740, 12588, 7645, 9999, 10756, 7851, 11525, 14215, 8165, 9738, 7582, 8104, 11983, 8343, 8925, 7332, 11090, 7195, 11115, 14201, 9869, 10945, 16324, 9077, 12217, 15015, 9856, 14045, 8596, 12902, 15631, 9250, 11769, 15234, 8511, 12126, 12280, 9457, 12513, 8097, 11887, 14740, 9352, 10763, 7559, 11446, 13959, 9848, 11453, 7531, 12186, 15854, 9996, 12439, 17754, 9774, 13665, 9167, 12375, 14715, 9290, 12041, 8060, 11694, 14689, 9951, 11222, 8141, 9311, 12311, 7478, 10992, 12364, 8202, 10018, 11620, 8283, 10707, 8286, 9951, 9072, 10083, 8829, 9636, 7643, 11075, 8009, 10883, 8841, 11737, 12692, 11556, 18957, 11699, 18557, 11626, 16826, 18895, 13169, 18117, 11723, 15292, 9019, 12720, 10189, 11298, 8141, 11001, 8736, 9705, 9358, 10108, 7167, 10027, 8081, 9786, 10967, 9526, 13380, 8941, 12278, 8963, 11826, 8424, 10626, 8431, 9973, 8267, 9653, 8038, 10839, 8325, 13046, 8284, 12014, 7548, 11267, 7507, 11849, 12212, 11854, 17412, 13074, 14959, 10218, 13661, 12712, 12005, 19966, 11028, 13643, 9502], 'WindowCenter': [4535.0, 4464.0, 4502.0, 4510.0, 4470.0, 4499.0, 4449.0, 4499.0, 4457.0, 4491.0, 4544.0, 4510.0, 4477.0, 4436.0, 4447.0, 4497.0, 4503.0, 4444.0, 4484.0, 4443.0, 4445.0, 4494.0, 4450.0, 4501.0, 4462.0, 4500.0, 4451.0, 4502.0, 4482.0, 4475.0, 4513.0, 4542.0, 4490.0, 4480.0, 4518.0, 4459.0, 4506.0, 4437.0, 4489.0, 4459.0, 4481.0, 4451.0, 4473.0, 4513.0, 4531.0, 4470.0, 4491.0, 4511.0, 4460.0, 4470.0, 4441.0, 4461.0, 4522.0, 4491.0, 4472.0, 4501.0, 4463.0, 4511.0, 4524.0, 4454.0, 4494.0, 4523.0, 4474.0, 4504.0, 4523.0, 4461.0, 4492.0, 4521.0, 4482.0, 4492.0, 4454.0, 4515.0, 4524.0, 4502.0, 4478.0, 4521.0, 4473.0, 4550.0, 4497.0, 4538.0, 4544.0, 4514.0, 4493.0, 4484.0, 4522.0, 4483.0, 4523.0, 4543.0, 4513.0, 4510.0, 4470.0, 4506.0, 4458.0, 4498.0, 4529.0, 4496.0, 4485.0, 4444.0, 4465.0, 4515.0, 4455.0, 4495.0, 4456.0, 4495.0, 4455.0, 4494.0, 4444.0, 4474.0, 4485.0, 4457.0, 4506.0, 4504.0, 4453.0, 4490.0, 4433.0, 4461.0, 4426.0, 4468.0, 4439.0, 4472.0, 4522.0, 4474.0, 4515.0, 4524.0, 4474.0, 4453.0, 4471.0, 4523.0, 4464.0, 4514.0, 4463.0, 4483.0, 4454.0, 4500.0, 4535.0, 4517.0, 4482.0, 4510.0, 4490.0, 4453.0, 4494.0, 4501.0, 4485.0, 4533.0, 4494.0, 4536.0, 4496.0, 4557.0, 4505.0, 4546.0, 4537.0, 4512.0, 4501.0, 4541.0, 4540.0, 4493.0, 4504.0, 4461.0, 4469.0, 4430.0, 4470.0, 4427.0, 4458.0, 4496.0, 4468.0, 4479.0, 4437.0, 4466.0, 4511.0, 4471.0, 4510.0, 4452.0, 4412.0, 4455.0, 4425.0, 4497.0, 4448.0, 4500.0, 4472.0, 4489.0, 4482.0, 4480.0, 4491.0, 4497.0, 4487.0, 4504.0, 4494.0, 4514.0, 4489.0, 4457.0, 4487.0, 4436.0, 4475.0, 4402.0, 4442.0, 4393.0, 4433.0, 4405.0, 4459.0, 4434.0, 4506.0, 4468.0, 4475.0, 4457.0, 4463.0, 4444.0, 4476.0, 4505.0, 4444.0, 4474.0, 4493.0, 4443.0, 4473.0, 4470.0, 4442.0, 4473.0, 4435.0, 4455.0, 4471.0, 4445.0, 4466.0, 4486.0, 4456.0, 4478.0, 4496.0, 4458.0, 4489.0, 4446.0, 4468.0, 4450.0, 4491.0, 4440.0, 4482.0, 4523.0, 4528.0, 4469.0, 4500.0, 4472.0, 4482.0, 4521.0, 4471.0, 4512.0, 4531.0, 4467.0, 4457.0, 4507.0, 4466.0, 4467.0, 4508.0, 4467.0, 4498.0, 4485.0, 4455.0, 4506.0, 4484.0, 4456.0, 4496.0, 4504.0, 4456.0, 4510.0, 4525.0, 4455.0, 4432.0, 4467.0, 4483.0, 4457.0, 4499.0, 4518.0, 4446.0, 4477.0, 4504.0, 4445.0, 4466.0, 4495.0, 4442.0, 4463.0, 4492.0, 4442.0, 4464.0, 4505.0, 4465.0, 4465.0, 4446.0, 4487.0, 4428.0, 4479.0, 4510.0, 4517.0, 4468.0, 4478.0, 4516.0, 4466.0, 4489.0, 4519.0, 4470.0, 4497.0, 4480.0, 4489.0, 4448.0, 4481.0, 4521.0, 4460.0, 4502.0, 4521.0, 4459.0, 4470.0, 4509.0, 4469.0, 4469.0, 4508.0, 4459.0, 4500.0, 4517.0, 4460.0, 4499.0, 4529.0, 4472.0, 4501.0, 4472.0, 4501.0, 4450.0, 4481.0, 4521.0, 4499.0, 4460.0, 4508.0, 4529.0, 4470.0, 4510.0, 4529.0, 4479.0, 4498.0, 4439.0, 4480.0, 4521.0, 4459.0, 4482.0, 4522.0, 4471.0, 4502.0, 4451.0, 4494.0, 4536.0, 4496.0, 4525.0, 4495.0, 4522.0, 4482.0, 4503.0, 4541.0, 4519.0, 4479.0, 4516.0, 4476.0, 4467.0, 4518.0, 4445.0, 4467.0, 4515.0, 4465.0, 4485.0, 4439.0, 4489.0, 4449.0, 4493.0, 4510.0, 4471.0, 4512.0, 4462.0, 4525.0, 4522.0, 4492.0, 4450.0, 4481.0, 4529.0, 4481.0, 4510.0, 4518.0, 4478.0, 4517.0, 4457.0, 4498.0, 4436.0, 4486.0, 4528.0, 4468.0, 4498.0, 4435.0, 4467.0, 4506.0, 4457.0, 4487.0, 4447.0, 4488.0, 4450.0, 4522.0, 4451.0, 4492.0, 4491.0, 4491.0, 4520.0, 4470.0, 4511.0, 4541.0, 4497.0, 4500.0, 4470.0, 4499.0, 4529.0, 4487.0, 4496.0, 4445.0, 4487.0, 4517.0, 4455.0, 4486.0, 4505.0, 4444.0, 4484.0, 4512.0, 4455.0, 4485.0, 4455.0, 4465.0, 4448.0, 4488.0, 4450.0, 4501.0, 4462.0, 4488.0, 4462.0, 4503.0, 4463.0, 4513.0, 4473.0, 4536.0, 4553.0, 4523.0, 4521.0, 4480.0, 4520.0, 4548.0, 4516.0, 4496.0, 4473.0, 4465.0, 4503.0, 4454.0, 4484.0, 4457.0, 4488.0, 4459.0, 4500.0, 4450.0, 4523.0, 4492.0, 4512.0, 4503.0, 4482.0, 4441.0, 4499.0, 4531.0, 4496.0, 4477.0, 4518.0, 4467.0, 4497.0, 4457.0, 4507.0, 4448.0, 4518.0, 4457.0, 4499.0, 4530.0, 4491.0, 4508.0, 4467.0, 4508.0, 4469.0, 4498.0, 4525.0, 4464.0, 4494.0, 4457.0, 4483.0, 4433.0, 4483.0, 4433.0, 4477.0, 4505.0, 4457.0, 4484.0, 4446.0, 4487.0, 4479.0, 4499.0, 4460.0, 4477.0, 4461.0, 4490.0, 4473.0, 4501.0, 4483.0, 4504.0, 4477.0, 4525.0, 4494.0, 4495.0, 4532.0, 4484.0, 4522.0, 4480.0, 4521.0, 4472.0, 4535.0, 4471.0, 4547.0, 4501.0, 4510.0, 4539.0, 4489.0, 4539.0, 4480.0, 4530.0, 4516.0, 4486.0, 4529.0, 4455.0, 4494.0, 4445.0, 4485.0, 4445.0, 4455.0, 4438.0, 4498.0, 4461.0, 4500.0, 4461.0, 4503.0, 4536.0, 4493.0, 4492.0, 4479.0, 4479.0, 4528.0, 4466.0, 4505.0, 4514.0, 4486.0, 4512.0, 4462.0, 4501.0, 4461.0, 4468.0, 4430.0, 4470.0, 4449.0, 4451.0, 4513.0, 4451.0, 4460.0, 4443.0, 4483.0, 4462.0, 4471.0, 4452.0, 4462.0, 4454.0, 4483.0, 4447.0, 4486.0, 4473.0, 4457.0, 4501.0, 4462.0, 4489.0, 4468.0, 4488.0, 4469.0, 4491.0, 4470.0, 4490.0, 4448.0, 4499.0, 4519.0, 4481.0, 4510.0, 4526.0, 4474.0, 4494.0, 4455.0, 4483.0, 4445.0, 4487.0, 4435.0, 4477.0, 4485.0, 4459.0, 4489.0, 4461.0, 4490.0, 4461.0, 4490.0, 4451.0, 4491.0, 4522.0, 4489.0, 4468.0, 4507.0, 4456.0, 4464.0, 4425.0, 4455.0, 4505.0, 4447.0, 4488.0, 4438.0, 4470.0, 4448.0, 4473.0, 4512.0, 4519.0, 4482.0, 4500.0, 4462.0, 4501.0, 4450.0, 4428.0, 4451.0, 4491.0, 4465.0, 4516.0, 4533.0, 4481.0, 4514.0, 4512.0, 4484.0, 4524.0, 4502.0, 4490.0, 4530.0, 4485.0, 4495.0, 4491.0, 4472.0, 4501.0, 4470.0, 4489.0, 4459.0, 4489.0, 4449.0, 4447.0, 4435.0, 4436.0, 4415.0, 4437.0, 4456.0, 4460.0, 4449.0, 4450.0, 4439.0, 4442.0, 4463.0, 4464.0, 4463.0, 4451.0, 4448.0, 4449.0, 4462.0, 4452.0, 4464.0, 4456.0, 4479.0, 4480.0, 4489.0, 4470.0, 4490.0, 4451.0, 4490.0, 4450.0, 4502.0, 4509.0, 4520.0, 4518.0, 4522.0, 4470.0, 4490.0, 4447.0, 4487.0, 4506.0, 4457.0, 4511.0, 4482.0, 4491.0, 4471.0, 4499.0, 4469.0, 4508.0, 4468.0, 4507.0, 4478.0, 4508.0, 4477.0, 4496.0, 4463.0, 4494.0, 4511.0, 4460.0, 4490.0, 4449.0, 4457.0, 4416.0, 4457.0, 4407.0, 4439.0, 4469.0, 4441.0, 4460.0, 4432.0, 4476.0, 4435.0, 4458.0, 4428.0, 4468.0, 4429.0, 4470.0, 4441.0, 4494.0, 4513.0, 4474.0, 4494.0, 4453.0, 4474.0, 4513.0, 4481.0, 4485.0, 4514.0, 4463.0, 4502.0, 4463.0, 4502.0, 4452.0, 4513.0, 4463.0, 4506.0, 4515.0, 4505.0, 4548.0, 4542.0, 4489.0, 4528.0, 4458.0, 4507.0, 4456.0, 4496.0, 4458.0, 4500.0, 4470.0, 4511.0, 4439.0, 4490.0, 4463.0, 4512.0, 4460.0, 4511.0, 4530.0, 4480.0, 4511.0, 4474.0, 4502.0, 4472.0, 4490.0, 4479.0, 4498.0, 4477.0, 4508.0, 4458.0, 4509.0, 4506.0, 4508.0, 4495.0, 4509.0, 4475.0, 4485.0, 4452.0, 4493.0, 4460.0, 4492.0, 4460.0, 4492.0, 4450.0, 4471.0, 4430.0, 4461.0, 4460.0, 4449.0, 4468.0, 4439.0, 4458.0, 4451.0, 4461.0, 4462.0, 4472.0, 4456.0, 4474.0, 4456.0, 4478.0, 4460.0, 4489.0, 4462.0, 4470.0, 4462.0, 4507.0, 4474.0, 4483.0, 4484.0, 4464.0, 4496.0, 4547.0, 4489.0, 4537.0, 4486.0, 4507.0, 4516.0, 4520.0, 4558.0, 4504.0, 4533.0, 4491.0, 4519.0, 4466.0, 4518.0, 4466.0, 4519.0, 4479.0, 4468.0, 4447.0, 4486.0, 4443.0, 4484.0, 4503.0, 4454.0, 4473.0, 4443.0, 4484.0, 4434.0, 4486.0, 4503.0, 4461.0, 4491.0, 4454.0, 4506.0, 4467.0, 4495.0, 4464.0, 4516.0, 4484.0, 4527.0, 4495.0, 4504.0, 4462.0, 4462.0, 4408.0, 4451.0, 4421.0, 4476.0, 4424.0, 4474.0, 4445.0, 4474.0, 4455.0, 4484.0, 4443.0, 4497.0, 4528.0, 4463.0, 4483.0, 4462.0, 4458.0, 4442.0, 4470.0, 4441.0, 4439.0, 4420.0, 4449.0, 4446.0, 4493.0, 4473.0, 4478.0, 4448.0, 4476.0, 4426.0, 4477.0, 4463.0, 4476.0, 4518.0, 4477.0, 4475.0, 4455.0, 4474.0, 4445.0, 4486.0, 4448.0, 4475.0, 4433.0, 4473.0, 4425.0, 4496.0, 4436.0, 4479.0, 4438.0, 4510.0, 4448.0, 4513.0, 4512.0, 4525.0, 4492.0, 4490.0, 4450.0, 4499.0, 4496.0, 4467.0, 4519.0, 4527.0, 4476.0, 4496.0, 4455.0, 4478.0, 4517.0, 4440.0, 4469.0, 4478.0, 4441.0, 4470.0, 4440.0, 4472.0, 4432.0, 4473.0, 4413.0, 4463.0, 4493.0, 4439.0, 4440.0, 4469.0, 4397.0, 4440.0, 4468.0, 4410.0, 4441.0, 4472.0, 4424.0, 4465.0, 4424.0, 4467.0, 4438.0, 4475.0, 4504.0, 4463.0, 4505.0, 4468.0, 4492.0, 4463.0, 4494.0, 4465.0, 4505.0, 4489.0, 4538.0, 4509.0, 4538.0, 4566.0, 4501.0, 4516.0, 4532.0, 4469.0, 4499.0, 4538.0, 4467.0, 4496.0, 4438.0, 4477.0, 4425.0, 4477.0, 4498.0, 4458.0, 4498.0, 4447.0, 4479.0, 4509.0, 4449.0, 4499.0, 4527.0, 4456.0, 4488.0, 4476.0, 4448.0, 4497.0, 4427.0, 4487.0, 4506.0, 4462.0, 4501.0, 4440.0, 4480.0, 4500.0, 4437.0, 4468.0, 4508.0, 4449.0, 4490.0, 4487.0, 4460.0, 4511.0, 4519.0, 4459.0, 4478.0, 4448.0, 4460.0, 4510.0, 4471.0, 4483.0, 4474.0, 4525.0, 4463.0, 4527.0, 4545.0, 4506.0, 4516.0, 4554.0, 4479.0, 4521.0, 4528.0, 4490.0, 4529.0, 4468.0, 4519.0, 4530.0, 4468.0, 4498.0, 4517.0, 4456.0, 4496.0, 4494.0, 4477.0, 4506.0, 4447.0, 4508.0, 4516.0, 4467.0, 4488.0, 4447.0, 4510.0, 4519.0, 4478.0, 4499.0, 4449.0, 4509.0, 4527.0, 4477.0, 4508.0, 4526.0, 4466.0, 4505.0, 4464.0, 4506.0, 4514.0, 4466.0, 4495.0, 4445.0, 4498.0, 4515.0, 4477.0, 4499.0, 4445.0, 4477.0, 4496.0, 4435.0, 4498.0, 4507.0, 4457.0, 4478.0, 4496.0, 4469.0, 4502.0, 4472.0, 4502.0, 4495.0, 4506.0, 4483.0, 4492.0, 4463.0, 4500.0, 4462.0, 4504.0, 4484.0, 4516.0, 4523.0, 4512.0, 4551.0, 4502.0, 4542.0, 4487.0, 4518.0, 4514.0, 4483.0, 4512.0, 4473.0, 4491.0, 4430.0, 4471.0, 4438.0, 4447.0, 4404.0, 4448.0, 4429.0, 4450.0, 4439.0, 4450.0, 4400.0, 4451.0, 4432.0, 4467.0, 4473.0, 4454.0, 4492.0, 4443.0, 4482.0, 4458.0, 4498.0, 4448.0, 4487.0, 4458.0, 4478.0, 4457.0, 4465.0, 4458.0, 4499.0, 4472.0, 4521.0, 4461.0, 4509.0, 4448.0, 4500.0, 4439.0, 4500.0, 4497.0, 4496.0, 4528.0, 4498.0, 4506.0, 4464.0, 4496.0, 4483.0, 4485.0, 4522.0, 4462.0, 4479.0, 4438.0], 'WindowWidth': [9957.0, 9855.0, 9902.0, 9909.0, 9856.0, 9893.0, 9825.0, 9891.0, 9834.0, 9887.0, 9972.0, 9913.0, 9858.0, 9801.0, 9818.0, 9887.0, 9890.0, 9809.0, 9862.0, 9805.0, 9812.0, 9878.0, 9828.0, 9899.0, 9851.0, 9897.0, 9835.0, 9903.0, 9876.0, 9874.0, 9920.0, 9961.0, 9882.0, 9868.0, 9915.0, 9839.0, 9899.0, 9807.0, 9878.0, 9839.0, 9873.0, 9834.0, 9867.0, 9921.0, 9944.0, 9858.0, 9886.0, 9915.0, 9844.0, 9856.0, 9820.0, 9850.0, 9931.0, 9887.0, 9864.0, 9902.0, 9855.0, 9920.0, 9937.0, 9842.0, 9898.0, 9936.0, 9870.0, 9910.0, 9935.0, 9849.0, 9889.0, 9929.0, 9878.0, 9891.0, 9843.0, 9925.0, 9942.0, 9902.0, 9869.0, 9928.0, 9866.0, 9987.0, 9911.0, 9965.0, 9968.0, 9925.0, 9895.0, 9885.0, 9933.0, 9881.0, 9935.0, 9964.0, 9919.0, 9913.0, 9858.0, 9901.0, 9835.0, 9892.0, 9942.0, 9886.0, 9868.0, 9809.0, 9839.0, 9910.0, 9828.0, 9881.0, 9829.0, 9879.0, 9829.0, 9880.0, 9814.0, 9854.0, 9868.0, 9831.0, 9899.0, 9893.0, 9821.0, 9868.0, 9795.0, 9832.0, 9789.0, 9849.0, 9813.0, 9864.0, 9932.0, 9870.0, 9926.0, 9938.0, 9870.0, 9840.0, 9864.0, 9934.0, 9855.0, 9922.0, 9853.0, 9881.0, 9845.0, 9903.0, 9957.0, 9923.0, 9878.0, 9911.0, 9888.0, 9840.0, 9896.0, 9903.0, 9886.0, 9949.0, 9900.0, 9959.0, 9906.0, 9990.0, 9917.0, 9973.0, 9961.0, 9918.0, 9900.0, 9970.0, 9962.0, 9877.0, 9890.0, 9828.0, 9836.0, 9783.0, 9836.0, 9777.0, 9819.0, 9872.0, 9832.0, 9849.0, 9791.0, 9831.0, 9900.0, 9843.0, 9894.0, 9817.0, 9766.0, 9828.0, 9790.0, 9889.0, 9825.0, 9897.0, 9863.0, 9880.0, 9875.0, 9870.0, 9884.0, 9887.0, 9871.0, 9891.0, 9877.0, 9916.0, 9858.0, 9811.0, 9855.0, 9782.0, 9831.0, 9728.0, 9781.0, 9719.0, 9771.0, 9738.0, 9819.0, 9797.0, 9899.0, 9849.0, 9852.0, 9830.0, 9833.0, 9810.0, 9855.0, 9893.0, 9806.0, 9846.0, 9873.0, 9805.0, 9844.0, 9836.0, 9802.0, 9843.0, 9799.0, 9824.0, 9842.0, 9813.0, 9844.0, 9867.0, 9829.0, 9860.0, 9884.0, 9835.0, 9878.0, 9817.0, 9846.0, 9829.0, 9886.0, 9818.0, 9876.0, 9933.0, 9932.0, 9853.0, 9896.0, 9861.0, 9875.0, 9928.0, 9860.0, 9915.0, 9946.0, 9846.0, 9831.0, 9901.0, 9842.0, 9845.0, 9903.0, 9847.0, 9888.0, 9867.0, 9828.0, 9896.0, 9863.0, 9827.0, 9883.0, 9891.0, 9830.0, 9911.0, 9924.0, 9827.0, 9794.0, 9846.0, 9865.0, 9834.0, 9894.0, 9923.0, 9817.0, 9858.0, 9894.0, 9812.0, 9841.0, 9880.0, 9806.0, 9834.0, 9871.0, 9803.0, 9839.0, 9897.0, 9840.0, 9840.0, 9818.0, 9875.0, 9797.0, 9866.0, 9911.0, 9917.0, 9848.0, 9863.0, 9912.0, 9845.0, 9879.0, 9921.0, 9856.0, 9888.0, 9869.0, 9881.0, 9827.0, 9875.0, 9929.0, 9846.0, 9903.0, 9929.0, 9841.0, 9857.0, 9911.0, 9854.0, 9854.0, 9905.0, 9843.0, 9896.0, 9920.0, 9844.0, 9896.0, 9938.0, 9867.0, 9901.0, 9864.0, 9901.0, 9834.0, 9876.0, 9930.0, 9896.0, 9844.0, 9910.0, 9938.0, 9858.0, 9911.0, 9941.0, 9868.0, 9892.0, 9815.0, 9872.0, 9927.0, 9842.0, 9877.0, 9930.0, 9863.0, 9904.0, 9836.0, 9897.0, 9959.0, 9907.0, 9941.0, 9903.0, 9937.0, 9880.0, 9910.0, 9966.0, 9921.0, 9868.0, 9919.0, 9856.0, 9846.0, 9923.0, 9817.0, 9846.0, 9911.0, 9843.0, 9870.0, 9815.0, 9882.0, 9831.0, 9893.0, 9913.0, 9862.0, 9916.0, 9851.0, 9942.0, 9932.0, 9891.0, 9832.0, 9874.0, 9939.0, 9873.0, 9915.0, 9919.0, 9863.0, 9920.0, 9835.0, 9889.0, 9803.0, 9872.0, 9935.0, 9850.0, 9889.0, 9802.0, 9847.0, 9900.0, 9837.0, 9874.0, 9822.0, 9879.0, 9833.0, 9930.0, 9836.0, 9892.0, 9891.0, 9891.0, 9929.0, 9859.0, 9919.0, 9964.0, 9898.0, 9902.0, 9857.0, 9894.0, 9939.0, 9874.0, 9884.0, 9816.0, 9875.0, 9921.0, 9831.0, 9872.0, 9897.0, 9811.0, 9864.0, 9904.0, 9831.0, 9869.0, 9828.0, 9844.0, 9827.0, 9880.0, 9832.0, 9902.0, 9851.0, 9881.0, 9851.0, 9908.0, 9855.0, 9922.0, 9868.0, 9960.0, 9983.0, 9936.0, 9930.0, 9871.0, 9928.0, 9973.0, 9912.0, 9887.0, 9849.0, 9839.0, 9889.0, 9824.0, 9865.0, 9835.0, 9877.0, 9843.0, 9897.0, 9836.0, 9935.0, 9889.0, 9917.0, 9905.0, 9877.0, 9818.0, 9895.0, 9944.0, 9884.0, 9860.0, 9919.0, 9846.0, 9886.0, 9835.0, 9903.0, 9825.0, 9918.0, 9835.0, 9895.0, 9936.0, 9886.0, 9906.0, 9845.0, 9903.0, 9850.0, 9888.0, 9929.0, 9838.0, 9879.0, 9831.0, 9861.0, 9792.0, 9860.0, 9794.0, 9861.0, 9897.0, 9834.0, 9866.0, 9819.0, 9875.0, 9868.0, 9896.0, 9844.0, 9863.0, 9849.0, 9885.0, 9866.0, 9903.0, 9880.0, 9910.0, 9879.0, 9941.0, 9896.0, 9900.0, 9948.0, 9882.0, 9932.0, 9874.0, 9929.0, 9865.0, 9955.0, 9859.0, 9972.0, 9898.0, 9909.0, 9951.0, 9880.0, 9951.0, 9867.0, 9944.0, 9911.0, 9870.0, 9937.0, 9825.0, 9877.0, 9812.0, 9866.0, 9812.0, 9826.0, 9813.0, 9894.0, 9849.0, 9899.0, 9848.0, 9907.0, 9960.0, 9891.0, 9891.0, 9868.0, 9867.0, 9933.0, 9841.0, 9895.0, 9903.0, 9868.0, 9902.0, 9829.0, 9886.0, 9826.0, 9835.0, 9782.0, 9835.0, 9805.0, 9811.0, 9902.0, 9815.0, 9825.0, 9805.0, 9863.0, 9830.0, 9839.0, 9818.0, 9831.0, 9826.0, 9863.0, 9820.0, 9871.0, 9848.0, 9833.0, 9904.0, 9853.0, 9881.0, 9853.0, 9879.0, 9855.0, 9888.0, 9860.0, 9885.0, 9825.0, 9892.0, 9923.0, 9872.0, 9911.0, 9926.0, 9850.0, 9880.0, 9827.0, 9862.0, 9813.0, 9875.0, 9802.0, 9860.0, 9871.0, 9841.0, 9881.0, 9848.0, 9883.0, 9847.0, 9885.0, 9832.0, 9887.0, 9935.0, 9879.0, 9847.0, 9901.0, 9827.0, 9836.0, 9786.0, 9827.0, 9893.0, 9820.0, 9877.0, 9810.0, 9857.0, 9827.0, 9868.0, 9916.0, 9922.0, 9876.0, 9899.0, 9849.0, 9898.0, 9826.0, 9795.0, 9832.0, 9889.0, 9860.0, 9932.0, 9950.0, 9876.0, 9924.0, 9918.0, 9883.0, 9940.0, 9902.0, 9883.0, 9944.0, 9866.0, 9879.0, 9867.0, 9843.0, 9887.0, 9837.0, 9866.0, 9820.0, 9862.0, 9805.0, 9799.0, 9781.0, 9783.0, 9754.0, 9784.0, 9812.0, 9822.0, 9806.0, 9806.0, 9793.0, 9800.0, 9830.0, 9837.0, 9832.0, 9813.0, 9803.0, 9807.0, 9828.0, 9816.0, 9837.0, 9832.0, 9865.0, 9868.0, 9880.0, 9856.0, 9883.0, 9833.0, 9883.0, 9831.0, 9905.0, 9908.0, 9925.0, 9918.0, 9932.0, 9856.0, 9881.0, 9818.0, 9871.0, 9898.0, 9833.0, 9916.0, 9876.0, 9889.0, 9860.0, 9894.0, 9855.0, 9903.0, 9851.0, 9903.0, 9863.0, 9904.0, 9858.0, 9884.0, 9831.0, 9879.0, 9898.0, 9822.0, 9866.0, 9806.0, 9812.0, 9756.0, 9813.0, 9746.0, 9791.0, 9832.0, 9797.0, 9822.0, 9791.0, 9857.0, 9803.0, 9838.0, 9796.0, 9851.0, 9802.0, 9857.0, 9821.0, 9896.0, 9921.0, 9868.0, 9896.0, 9841.0, 9869.0, 9921.0, 9872.0, 9888.0, 9925.0, 9856.0, 9904.0, 9854.0, 9905.0, 9838.0, 9920.0, 9856.0, 9919.0, 9928.0, 9914.0, 9982.0, 9963.0, 9879.0, 9933.0, 9837.0, 9900.0, 9829.0, 9885.0, 9835.0, 9897.0, 9856.0, 9917.0, 9815.0, 9886.0, 9854.0, 9918.0, 9845.0, 9914.0, 9943.0, 9872.0, 9913.0, 9870.0, 9905.0, 9864.0, 9885.0, 9866.0, 9891.0, 9862.0, 9906.0, 9838.0, 9908.0, 9897.0, 9907.0, 9879.0, 9908.0, 9855.0, 9870.0, 9816.0, 9875.0, 9824.0, 9872.0, 9822.0, 9871.0, 9809.0, 9838.0, 9781.0, 9824.0, 9824.0, 9805.0, 9830.0, 9793.0, 9816.0, 9812.0, 9827.0, 9830.0, 9843.0, 9828.0, 9850.0, 9832.0, 9863.0, 9844.0, 9881.0, 9850.0, 9858.0, 9851.0, 9921.0, 9872.0, 9878.0, 9881.0, 9857.0, 9905.0, 9974.0, 9899.0, 9960.0, 9887.0, 9916.0, 9933.0, 9944.0, 9995.0, 9911.0, 9949.0, 9885.0, 9922.0, 9841.0, 9922.0, 9842.0, 9927.0, 9865.0, 9847.0, 9819.0, 9869.0, 9808.0, 9862.0, 9893.0, 9821.0, 9846.0, 9806.0, 9864.0, 9796.0, 9871.0, 9889.0, 9827.0, 9869.0, 9823.0, 9899.0, 9845.0, 9882.0, 9837.0, 9916.0, 9867.0, 9940.0, 9884.0, 9894.0, 9830.0, 9832.0, 9752.0, 9812.0, 9775.0, 9856.0, 9781.0, 9848.0, 9813.0, 9850.0, 9825.0, 9859.0, 9803.0, 9883.0, 9933.0, 9827.0, 9855.0, 9824.0, 9812.0, 9799.0, 9835.0, 9798.0, 9790.0, 9768.0, 9803.0, 9815.0, 9890.0, 9864.0, 9860.0, 9816.0, 9852.0, 9784.0, 9852.0, 9831.0, 9852.0, 9916.0, 9854.0, 9847.0, 9822.0, 9846.0, 9810.0, 9865.0, 9817.0, 9849.0, 9789.0, 9842.0, 9785.0, 9879.0, 9801.0, 9862.0, 9806.0, 9905.0, 9820.0, 9917.0, 9914.0, 9937.0, 9887.0, 9881.0, 9827.0, 9889.0, 9882.0, 9842.0, 9920.0, 9927.0, 9851.0, 9881.0, 9821.0, 9857.0, 9912.0, 9794.0, 9829.0, 9840.0, 9795.0, 9835.0, 9794.0, 9840.0, 9789.0, 9844.0, 9762.0, 9829.0, 9873.0, 9790.0, 9791.0, 9831.0, 9730.0, 9792.0, 9828.0, 9755.0, 9800.0, 9842.0, 9783.0, 9836.0, 9784.0, 9847.0, 9814.0, 9878.0, 9915.0, 9856.0, 9919.0, 9870.0, 9893.0, 9853.0, 9898.0, 9863.0, 9916.0, 9901.0, 9964.0, 9926.0, 9965.0, 10004.0, 9902.0, 9928.0, 9950.0, 9850.0, 9892.0, 9948.0, 9846.0, 9883.0, 9808.0, 9859.0, 9789.0, 9861.0, 9889.0, 9839.0, 9892.0, 9821.0, 9866.0, 9904.0, 9826.0, 9893.0, 9932.0, 9831.0, 9875.0, 9856.0, 9820.0, 9886.0, 9792.0, 9875.0, 9901.0, 9849.0, 9900.0, 9819.0, 9872.0, 9898.0, 9808.0, 9851.0, 9903.0, 9827.0, 9882.0, 9876.0, 9844.0, 9913.0, 9926.0, 9840.0, 9864.0, 9823.0, 9846.0, 9911.0, 9860.0, 9882.0, 9875.0, 9941.0, 9859.0, 9947.0, 9972.0, 9918.0, 9932.0, 9984.0, 9872.0, 9930.0, 9935.0, 9886.0, 9938.0, 9853.0, 9923.0, 9945.0, 9851.0, 9891.0, 9921.0, 9832.0, 9886.0, 9881.0, 9862.0, 9900.0, 9822.0, 9906.0, 9916.0, 9850.0, 9879.0, 9822.0, 9909.0, 9925.0, 9864.0, 9891.0, 9827.0, 9907.0, 9934.0, 9860.0, 9905.0, 9928.0, 9844.0, 9896.0, 9839.0, 9898.0, 9908.0, 9845.0, 9883.0, 9818.0, 9891.0, 9915.0, 9860.0, 9895.0, 9819.0, 9863.0, 9887.0, 9805.0, 9893.0, 9905.0, 9834.0, 9866.0, 9888.0, 9856.0, 9904.0, 9866.0, 9907.0, 9907.0, 9918.0, 9881.0, 9892.0, 9855.0, 9899.0, 9850.0, 9909.0, 9882.0, 9927.0, 9932.0, 9917.0, 9969.0, 9899.0, 9962.0, 9871.0, 9920.0, 9907.0, 9856.0, 9903.0, 9841.0, 9866.0, 9780.0, 9839.0, 9787.0, 9798.0, 9737.0, 9800.0, 9780.0, 9811.0, 9793.0, 9807.0, 9742.0, 9813.0, 9789.0, 9843.0, 9846.0, 9821.0, 9871.0, 9805.0, 9857.0, 9832.0, 9888.0, 9822.0, 9876.0, 9838.0, 9866.0, 9835.0, 9842.0, 9839.0, 9894.0, 9863.0, 9926.0, 9844.0, 9906.0, 9823.0, 9894.0, 9810.0, 9894.0, 9886.0, 9884.0, 9934.0, 9886.0, 9895.0, 9834.0, 9879.0, 9858.0, 9863.0, 9915.0, 9827.0, 9847.0, 9790.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.002161961970613656</td></tr>
<tr><td colspan=3>aqi</td><td>0.03427161417458945</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.10493896912632</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2509462815657453</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0163292098356405</td></tr>
<tr><td colspan=3>efc</td><td>0.4819</td></tr>
<tr><td colspan=3>fber</td><td>6184.6274</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11550217429476065</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>139</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.013828867761452</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.947466163093004</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.894920476434263</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.2624854676708304</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.684992545173918</td></tr>
<tr><td colspan=3>gcor</td><td>0.0186128</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008284543640911579</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03304736316204071</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1157</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.348207941530918</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>20.1376</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.2446</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.6459</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294896.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>836.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>340.2352</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.3581</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>621.6528</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3542.3386</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3853.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81648.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>728.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4822.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1150.7578</td></tr>
<tr><td colspan=3>tsnr</td><td>31.892708024242893</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>