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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0075/ses-02/func/sub-0075_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>9ad1a34c548e00b0faa1e52205dac1e6</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:37:42.067500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99785, 0.0328139, 0.0567345, -0.0304871, 0.998677, -0.0414031]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.086818</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4170, -7691, -7244, 452, -52, -22, 52, 26]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>226.897</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>86ecaa12-1e00-4d67-8d58-5de29f40bb0b||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6771583557128906, -0.08179459720849991, 0.1566486358642578, 111.93319702148438], [-0.08803732693195343, 2.679378032684326, -0.10687783360481262, -78.47505950927734], [0.1522144079208374, 0.11108141392469406, 2.6933321952819824, -80.84291076660156], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1158]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'AcquisitionTime': ['133742.067500', '133742.527500', '133742.987500', '133743.447500', '133743.907500', '133744.367500', '133744.827500', '133745.287500', '133745.747500', '133746.207500', '133746.667500', '133747.127500', '133747.587500', '133748.047500', '133748.507500', '133748.967500', '133749.427500', '133749.887500', '133750.347500', '133750.807500', '133751.267500', '133751.727500', '133752.187500', '133752.647500', '133753.107500', '133753.567500', '133754.027500', '133754.487500', '133754.947500', '133755.407500', '133755.867500', '133756.327500', '133756.787500', '133757.247500', '133757.707500', '133758.167500', '133758.627500', '133759.087500', '133759.547500', '133800.007500', '133800.467500', '133800.927500', '133801.387500', '133801.847500', '133802.307500', '133802.767500', '133803.227500', '133803.687500', '133804.147500', '133804.607500', '133805.067500', '133805.527500', '133805.987500', '133806.447500', '133806.907500', '133807.367500', '133807.827500', '133808.287500', '133808.747500', '133809.207500', '133809.667500', '133810.127500', '133810.587500', '133811.047500', '133811.507500', '133811.967500', '133812.427500', '133812.887500', '133813.347500', '133813.807500', '133814.267500', '133814.727500', '133815.187500', '133815.647500', '133816.107500', '133816.567500', '133817.027500', '133817.487500', '133817.947500', '133818.407500', '133818.867500', '133819.327500', '133819.787500', '133820.247500', '133820.707500', '133821.167500', '133821.627500', '133822.087500', '133822.547500', '133823.007500', '133823.467500', '133823.927500', '133824.387500', '133824.847500', '133825.307500', '133825.767500', '133826.227500', '133826.687500', '133827.147500', '133827.607500', '133828.067500', '133828.527500', '133828.987500', '133829.447500', '133829.907500', '133830.367500', '133830.827500', '133831.287500', '133831.747500', '133832.207500', '133832.667500', '133833.127500', '133833.587500', '133834.047500', '133834.507500', '133834.967500', '133835.427500', '133835.887500', '133836.347500', '133836.807500', '133837.267500', '133837.727500', '133838.187500', '133838.647500', '133839.107500', '133839.567500', '133840.027500', '133840.487500', '133840.947500', '133841.407500', '133841.867500', '133842.327500', '133842.787500', '133843.247500', '133843.707500', '133844.167500', '133844.627500', '133845.087500', '133845.547500', '133846.007500', '133846.467500', '133846.927500', '133847.387500', '133847.847500', '133848.307500', '133848.767500', '133849.227500', '133849.687500', '133850.147500', '133850.607500', '133851.067500', '133851.527500', '133851.987500', '133852.447500', '133852.907500', '133853.367500', '133853.827500', '133854.287500', '133854.747500', '133855.207500', '133855.667500', '133856.127500', '133856.587500', '133857.047500', '133857.507500', '133857.967500', '133858.427500', '133858.887500', '133859.347500', '133859.807500', '133900.267500', '133900.727500', '133901.187500', '133901.647500', '133902.107500', '133902.567500', '133903.027500', '133903.487500', '133903.947500', '133904.407500', '133904.867500', '133905.327500', '133905.787500', '133906.247500', '133906.707500', '133907.167500', '133907.627500', '133908.087500', '133908.547500', '133909.007500', '133909.467500', '133909.927500', '133910.387500', '133910.847500', '133911.307500', '133911.767500', '133912.227500', '133912.687500', '133913.147500', '133913.607500', '133914.067500', '133914.527500', '133914.987500', '133915.447500', '133915.907500', '133916.367500', '133916.827500', '133917.287500', '133917.747500', '133918.207500', '133918.667500', '133919.127500', '133919.587500', '133920.047500', '133920.507500', '133920.967500', '133921.427500', '133921.887500', '133922.347500', '133922.807500', '133923.267500', '133923.727500', '133924.187500', '133924.647500', '133925.107500', '133925.567500', '133926.027500', '133926.487500', '133926.947500', '133927.407500', '133927.867500', '133928.327500', '133928.787500', '133929.247500', '133929.707500', '133930.167500', '133930.627500', '133931.087500', '133931.547500', '133932.007500', '133932.467500', '133932.927500', '133933.387500', '133933.847500', '133934.307500', '133934.767500', '133935.227500', '133935.687500', '133936.147500', '133936.607500', '133937.067500', '133937.527500', '133937.987500', '133938.447500', '133938.907500', '133939.367500', '133939.827500', '133940.287500', '133940.747500', '133941.207500', '133941.667500', '133942.127500', '133942.587500', '133943.047500', '133943.507500', '133943.967500', '133944.427500', '133944.887500', '133945.347500', '133945.807500', '133946.267500', '133946.727500', '133947.187500', '133947.647500', '133948.107500', '133948.567500', '133949.027500', '133949.487500', '133949.947500', '133950.407500', '133950.867500', '133951.327500', '133951.787500', '133952.247500', '133952.707500', '133953.167500', '133953.627500', '133954.087500', '133954.547500', '133955.007500', '133955.467500', '133955.927500', '133956.387500', '133956.847500', '133957.307500', '133957.767500', '133958.227500', '133958.687500', '133959.147500', '133959.607500', '134000.067500', '134000.527500', '134000.987500', '134001.447500', '134001.907500', '134002.367500', '134002.827500', '134003.287500', '134003.747500', '134004.207500', '134004.667500', '134005.127500', '134005.587500', '134006.047500', '134006.507500', '134006.967500', '134007.427500', '134007.887500', '134008.347500', '134008.807500', '134009.267500', '134009.727500', '134010.187500', '134010.647500', '134011.107500', '134011.567500', '134012.027500', '134012.487500', '134012.947500', '134013.407500', '134013.867500', '134014.327500', '134014.787500', '134015.247500', '134015.707500', '134016.167500', '134016.627500', '134017.087500', '134017.547500', '134018.007500', '134018.467500', '134018.927500', '134019.387500', '134019.847500', '134020.307500', '134020.767500', '134021.227500', '134021.687500', '134022.147500', '134022.607500', '134023.067500', '134023.527500', '134023.987500', '134024.447500', '134024.907500', '134025.367500', '134025.827500', '134026.287500', '134026.747500', '134027.207500', '134027.667500', '134028.127500', '134028.587500', '134029.047500', '134029.507500', '134029.967500', '134030.427500', '134030.887500', '134031.347500', '134031.807500', '134032.267500', '134032.727500', '134033.187500', '134033.647500', '134034.107500', '134034.567500', '134035.027500', '134035.487500', '134035.947500', '134036.407500', '134036.867500', '134037.327500', '134037.787500', '134038.247500', '134038.707500', '134039.167500', '134039.627500', '134040.087500', '134040.547500', '134041.007500', '134041.467500', '134041.927500', '134042.387500', '134042.847500', '134043.307500', '134043.767500', '134044.227500', '134044.687500', '134045.147500', '134045.607500', '134046.067500', '134046.527500', '134046.987500', '134047.447500', '134047.907500', '134048.367500', '134048.827500', '134049.287500', '134049.747500', '134050.207500', '134050.667500', '134051.127500', '134051.587500', '134052.047500', '134052.507500', '134052.967500', '134053.427500', '134053.887500', '134054.347500', '134054.807500', '134055.267500', '134055.727500', '134056.187500', '134056.647500', '134057.107500', '134057.567500', '134058.027500', '134058.487500', '134058.947500', '134059.407500', '134059.867500', '134100.327500', '134100.787500', '134101.247500', '134101.707500', '134102.167500', '134102.627500', '134103.087500', '134103.547500', '134104.007500', '134104.467500', '134104.927500', '134105.387500', '134105.847500', '134106.307500', '134106.767500', '134107.227500', '134107.687500', '134108.147500', '134108.607500', '134109.067500', '134109.527500', '134109.987500', '134110.447500', '134110.907500', '134111.367500', '134111.827500', '134112.287500', '134112.747500', '134113.207500', '134113.667500', '134114.127500', '134114.587500', '134115.047500', '134115.507500', '134115.967500', '134116.427500', '134116.887500', '134117.347500', '134117.807500', '134118.267500', '134118.727500', '134119.187500', '134119.647500', '134120.107500', '134120.567500', '134121.027500', '134121.487500', '134121.947500', '134122.407500', '134122.867500', '134123.327500', '134123.787500', '134124.247500', '134124.707500', '134125.167500', '134125.627500', '134126.087500', '134126.547500', '134127.007500', '134127.467500', '134127.927500', '134128.387500', '134128.847500', '134129.307500', '134129.767500', '134130.227500', '134130.687500', '134131.147500', '134131.607500', '134132.067500', '134132.527500', '134132.987500', '134133.447500', '134133.907500', '134134.367500', '134134.827500', '134135.287500', '134135.747500', '134136.207500', '134136.667500', '134137.127500', '134137.587500', '134138.047500', '134138.507500', '134138.967500', '134139.427500', '134139.887500', '134140.347500', '134140.807500', '134141.267500', '134141.727500', '134142.187500', '134142.647500', '134143.107500', '134143.567500', '134144.027500', '134144.487500', '134144.947500', '134145.407500', '134145.867500', '134146.327500', '134146.787500', '134147.247500', '134147.707500', '134148.167500', '134148.627500', '134149.087500', '134149.547500', '134150.007500', '134150.467500', '134150.927500', '134151.387500', '134151.847500', '134152.307500', '134152.767500', '134153.227500', '134153.687500', '134154.147500', '134154.607500', '134155.067500', '134155.527500', '134155.987500', '134156.447500', '134156.907500', '134157.367500', '134157.827500', '134158.287500', '134158.747500', '134159.207500', '134159.667500', '134200.127500', '134200.587500', '134201.047500', '134201.507500', '134201.967500', '134202.427500', '134202.887500', '134203.347500', '134203.807500', '134204.267500', '134204.727500', '134205.187500', '134205.647500', '134206.107500', '134206.567500', '134207.027500', '134207.487500', '134207.947500', '134208.407500', '134208.867500', '134209.327500', '134209.787500', '134210.247500', '134210.707500', '134211.167500', '134211.627500', '134212.087500', '134212.547500', '134213.007500', '134213.467500', '134213.927500', '134214.387500', '134214.847500', '134215.307500', '134215.767500', '134216.227500', '134216.687500', '134217.147500', '134217.607500', '134218.067500', '134218.527500', '134218.987500', '134219.447500', '134219.907500', '134220.367500', '134220.827500', '134221.287500', '134221.747500', '134222.207500', '134222.667500', '134223.127500', '134223.587500', '134224.047500', '134224.507500', '134224.967500', '134225.427500', '134225.887500', '134226.347500', '134226.807500', '134227.267500', '134227.727500', '134228.187500', '134228.647500', '134229.107500', '134229.567500', '134230.027500', '134230.487500', '134230.947500', '134231.407500', '134231.867500', '134232.327500', '134232.787500', '134233.247500', '134233.707500', '134234.167500', '134234.627500', '134235.087500', '134235.547500', '134236.007500', '134236.467500', '134236.927500', '134237.387500', '134237.847500', '134238.307500', '134238.767500', '134239.227500', '134239.687500', '134240.147500', '134240.607500', '134241.067500', '134241.527500', '134241.987500', '134242.447500', '134242.907500', '134243.367500', '134243.827500', '134244.287500', '134244.747500', '134245.207500', '134245.667500', '134246.127500', '134246.587500', '134247.047500', '134247.507500', '134247.967500', '134248.427500', '134248.887500', '134249.347500', '134249.807500', '134250.267500', '134250.727500', '134251.187500', '134251.647500', '134252.107500', '134252.567500', '134253.027500', '134253.487500', '134253.947500', '134254.407500', '134254.867500', '134255.327500', '134255.787500', '134256.247500', '134256.707500', '134257.167500', '134257.627500', '134258.087500', '134258.547500', '134259.007500', '134259.467500', '134259.927500', '134300.387500', '134300.847500', '134301.307500', '134301.767500', '134302.227500', '134302.687500', '134303.147500', '134303.607500', '134304.067500', '134304.527500', '134304.987500', '134305.447500', '134305.907500', '134306.367500', '134306.827500', '134307.287500', '134307.747500', '134308.207500', '134308.667500', '134309.127500', '134309.587500', '134310.047500', '134310.507500', '134310.967500', '134311.427500', '134311.887500', '134312.347500', '134312.807500', '134313.267500', '134313.727500', '134314.187500', '134314.647500', '134315.107500', '134315.567500', '134316.027500', '134316.487500', '134316.947500', '134317.407500', '134317.867500', '134318.327500', '134318.787500', '134319.247500', '134319.707500', '134320.167500', '134320.627500', '134321.087500', '134321.547500', '134322.007500', '134322.467500', '134322.927500', '134323.387500', '134323.847500', '134324.307500', '134324.767500', '134325.227500', '134325.687500', '134326.147500', '134326.607500', '134327.067500', '134327.527500', '134327.987500', '134328.447500', '134328.907500', '134329.367500', '134329.827500', '134330.287500', '134330.747500', '134331.207500', '134331.667500', '134332.127500', '134332.587500', '134333.047500', '134333.507500', '134333.967500', '134334.427500', '134334.887500', '134335.347500', '134335.807500', '134336.267500', '134336.727500', '134337.187500', '134337.647500', '134338.107500', '134338.567500', '134339.027500', '134339.487500', '134339.947500', '134340.407500', '134340.867500', '134341.327500', '134341.787500', '134342.247500', '134342.707500', '134343.167500', '134343.627500', '134344.087500', '134344.547500', '134345.007500', '134345.467500', '134345.927500', '134346.387500', '134346.847500', '134347.307500', '134347.767500', '134348.227500', '134348.687500', '134349.147500', '134349.607500', '134350.067500', '134350.527500', '134350.987500', '134351.447500', '134351.907500', '134352.367500', '134352.827500', '134353.287500', '134353.747500', '134354.207500', '134354.667500', '134355.127500', '134355.587500', '134356.047500', '134356.507500', '134356.967500', '134357.427500', '134357.887500', '134358.347500', '134358.807500', '134359.267500', '134359.727500', '134400.187500', '134400.647500', '134401.107500', '134401.567500', '134402.027500', '134402.487500', '134402.947500', '134403.407500', '134403.867500', '134404.327500', '134404.787500', '134405.247500', '134405.707500', '134406.167500', '134406.627500', '134407.087500', '134407.547500', '134408.007500', '134408.467500', '134408.927500', '134409.387500', '134409.847500', '134410.307500', '134410.767500', '134411.227500', '134411.687500', '134412.147500', '134412.607500', '134413.067500', '134413.527500', '134413.987500', '134414.447500', '134414.907500', '134415.367500', '134415.827500', '134416.287500', '134416.747500', '134417.207500', '134417.667500', '134418.127500', '134418.587500', '134419.047500', '134419.507500', '134419.967500', '134420.427500', '134420.887500', '134421.347500', '134421.807500', '134422.267500', '134422.727500', '134423.187500', '134423.647500', '134424.107500', '134424.567500', '134425.027500', '134425.487500', '134425.947500', '134426.407500', '134426.867500', '134427.327500', '134427.787500', '134428.247500', '134428.707500', '134429.167500', '134429.627500', '134430.087500', '134430.547500', '134431.007500', '134431.467500', '134431.927500', '134432.387500', '134432.847500', '134433.307500', '134433.767500', '134434.227500', '134434.687500', '134435.147500', '134435.607500', '134436.067500', '134436.527500', '134436.987500', '134437.447500', '134437.907500', '134438.367500', '134438.827500', '134439.287500', '134439.747500', '134440.207500', '134440.667500', '134441.127500', '134441.587500', '134442.047500', '134442.507500', '134442.967500', '134443.427500', '134443.887500', '134444.347500', '134444.807500', '134445.267500', '134445.727500', '134446.187500', '134446.647500', '134447.107500', '134447.567500', '134448.027500', '134448.487500', '134448.947500', '134449.407500', '134449.867500', '134450.327500', '134450.787500', '134451.247500', '134451.707500', '134452.167500', '134452.627500', '134453.087500', '134453.547500', '134454.007500', '134454.467500', '134454.927500', '134455.387500', '134455.847500', '134456.307500', '134456.767500', '134457.227500', '134457.687500', '134458.147500', '134458.607500', '134459.067500', '134459.527500', '134459.987500', '134500.447500', '134500.907500', '134501.367500', '134501.827500', '134502.287500', '134502.747500', '134503.207500', '134503.667500', '134504.127500', '134504.587500', '134505.047500', '134505.507500', '134505.967500', '134506.427500', '134506.887500', '134507.347500', '134507.807500', '134508.267500', '134508.727500', '134509.187500', '134509.647500', '134510.107500', '134510.567500', '134511.027500', '134511.487500', '134511.947500', '134512.407500', '134512.867500', '134513.327500', '134513.787500', '134514.247500', '134514.707500', '134515.167500', '134515.627500', '134516.087500', '134516.547500', '134517.007500', '134517.467500', '134517.927500', '134518.387500', '134518.847500', '134519.307500', '134519.767500', '134520.227500', '134520.687500', '134521.147500', '134521.607500', '134522.067500', '134522.527500', '134522.987500', '134523.447500', '134523.907500', '134524.367500', '134524.827500', '134525.287500', '134525.747500', '134526.207500', '134526.667500', '134527.127500', '134527.587500', '134528.047500', '134528.507500', '134528.967500', '134529.427500', '134529.887500', '134530.347500', '134530.807500', '134531.267500', '134531.727500', '134532.187500', '134532.647500', '134533.107500', '134533.567500', '134534.027500', '134534.487500', '134534.947500', '134535.407500', '134535.867500', '134536.327500', '134536.787500', '134537.247500', '134537.707500', '134538.167500', '134538.627500', '134539.087500', '134539.547500', '134540.007500', '134540.467500', '134540.927500', '134541.387500', '134541.847500', '134542.307500', '134542.767500', '134543.227500', '134543.687500', '134544.147500', '134544.607500', '134545.067500', '134545.527500', '134545.987500', '134546.447500', '134546.907500', '134547.367500', '134547.827500', '134548.287500', '134548.747500', '134549.207500', '134549.667500', '134550.127500', '134550.587500', '134551.047500', '134551.507500', '134551.967500', '134552.427500', '134552.887500', '134553.347500', '134553.807500', '134554.267500', '134554.727500', '134555.187500', '134555.647500', '134556.107500', '134556.567500', '134557.027500', '134557.487500', '134557.947500', '134558.407500', '134558.867500', '134559.327500', '134559.787500', '134600.247500', '134600.707500', '134601.167500', '134601.627500', '134602.087500', '134602.547500', '134603.007500', '134603.467500', '134603.927500', '134604.387500', '134604.847500', '134605.307500', '134605.767500', '134606.227500', '134606.687500', '134607.147500', '134607.607500', '134608.067500', '134608.527500', '134608.987500', '134609.447500', '134609.907500', '134610.367500', '134610.827500', '134611.287500', '134611.747500', '134612.207500', '134612.667500', '134613.127500', '134613.587500', '134614.047500', '134614.507500', '134614.967500', '134615.427500', '134615.887500', '134616.347500', '134616.807500', '134617.267500', '134617.727500', '134618.187500', '134618.647500', '134619.107500', '134619.567500', '134620.027500', '134620.487500', '134620.947500', '134621.407500', '134621.867500', '134622.327500', '134622.787500', '134623.247500', '134623.707500', '134624.167500', '134624.627500', '134625.087500', '134625.547500', '134626.007500', '134626.467500', '134626.927500', '134627.387500', '134627.847500', '134628.307500', '134628.767500', '134629.227500', '134629.687500', '134630.147500', '134630.607500', '134631.067500', '134631.527500', '134631.987500', '134632.447500', '134632.907500', '134633.367500', '134633.827500', '134634.287500'], 'ContentTime': ['133812.478000', '133812.482000', '133812.485000', '133812.487000', '133812.490000', '133812.493000', '133812.495000', '133812.498000', '133812.500000', '133812.503000', '133812.506000', '133812.508000', '133812.511000', '133812.514000', '133812.516000', '133812.519000', '133812.521000', '133812.524000', '133812.527000', '133812.529000', '133812.532000', '133812.534000', '133812.537000', '133812.540000', '133812.542000', '133812.545000', '133812.547000', '133812.550000', '133812.553000', '133812.555000', '133812.558000', '133812.560000', '133812.563000', '133812.566000', '133812.568000', '133812.571000', '133812.573000', '133812.583000', '133812.589000', '133812.591000', '133812.594000', '133812.597000', '133812.599000', '133812.602000', '133812.604000', '133812.607000', '133812.609000', '133812.612000', '133812.614000', '133812.617000', '133812.620000', '133812.622000', '133812.625000', '133812.628000', '133812.638000', '133812.640000', '133812.643000', '133812.646000', '133812.649000', '133812.651000', '133812.654000', '133812.656000', '133812.659000', '133832.420000', '133832.423000', '133832.426000', '133832.429000', '133832.431000', '133832.434000', '133832.437000', '133832.439000', '133832.442000', '133832.445000', '133832.447000', '133832.450000', '133832.453000', '133832.455000', '133832.459000', '133832.462000', '133832.464000', '133832.467000', '133832.469000', '133832.472000', '133832.475000', '133832.477000', '133832.480000', '133832.482000', '133832.485000', '133832.488000', '133832.490000', '133832.493000', '133832.496000', '133832.498000', '133832.501000', '133832.504000', '133832.506000', '133832.509000', '133832.511000', '133832.551000', '133832.554000', '133832.557000', '133832.559000', '133832.562000', '133832.565000', '133832.567000', '133832.570000', '133852.421000', '133852.424000', '133852.427000', '133852.429000', '133852.433000', '133852.436000', '133852.444000', '133852.446000', '133852.449000', '133852.452000', '133852.454000', '133852.457000', '133852.460000', '133852.462000', '133852.465000', '133852.467000', '133852.470000', '133852.473000', '133852.476000', '133852.478000', '133852.481000', '133852.484000', '133852.486000', '133852.489000', '133852.492000', '133852.494000', '133852.497000', '133852.499000', '133852.502000', '133852.505000', '133852.507000', '133852.510000', '133852.513000', '133852.515000', '133852.518000', '133852.520000', '133852.523000', '133852.526000', '133852.528000', '133852.531000', '133852.534000', '133852.536000', '133852.539000', '133852.541000', '133912.422000', '133912.424000', '133912.428000', '133912.430000', '133912.433000', '133912.435000', '133912.438000', '133912.441000', '133912.443000', '133912.446000', '133912.449000', '133912.451000', '133912.454000', '133912.456000', '133912.459000', '133912.462000', '133912.464000', '133912.467000', '133912.469000', '133912.472000', '133912.475000', '133912.478000', '133912.481000', '133912.484000', '133912.486000', '133912.489000', '133912.492000', '133912.494000', '133912.497000', '133912.500000', '133912.502000', '133912.505000', '133912.508000', '133912.510000', '133912.513000', '133912.515000', '133912.519000', '133912.522000', '133912.524000', '133912.527000', '133912.530000', '133912.532000', '133912.535000', '133932.422000', '133932.424000', '133932.427000', '133932.430000', '133932.433000', '133932.435000', '133932.438000', '133932.440000', '133932.443000', '133932.446000', '133932.448000', '133932.451000', '133932.453000', '133932.456000', '133932.459000', '133932.461000', '133932.464000', '133932.467000', '133932.469000', '133932.472000', '133932.474000', '133932.477000', '133932.480000', '133932.482000', '133932.485000', '133932.488000', '133932.490000', '133932.493000', '133932.495000', '133932.498000', '133932.501000', '133932.503000', '133932.506000', '133932.509000', '133932.511000', '133932.514000', '133932.516000', '133932.519000', '133932.522000', '133932.524000', '133932.527000', '133932.529000', '133932.532000', '133932.535000', '133952.421000', '133952.425000', '133952.427000', '133952.430000', '133952.432000', '133952.435000', '133952.438000', '133952.441000', '133952.443000', '133952.446000', '133952.448000', '133952.451000', '133952.454000', '133952.456000', '133952.459000', '133952.461000', '133952.464000', '133952.467000', '133952.469000', '133952.472000', '133952.474000', '133952.477000', '133952.480000', '133952.482000', '133952.485000', '133952.487000', '133952.490000', '133952.492000', '133952.495000', '133952.498000', '133952.500000', '133952.503000', '133952.506000', '133952.508000', '133952.511000', '133952.514000', '133952.516000', '133952.519000', '133952.521000', '133952.524000', '133952.527000', '133952.529000', '133952.532000', '134012.420000', '134012.423000', '134012.426000', '134012.429000', '134012.431000', '134012.434000', '134012.436000', '134012.439000', '134012.442000', '134012.444000', '134012.447000', '134012.449000', '134012.452000', '134012.454000', '134012.457000', '134012.460000', '134012.462000', '134012.465000', '134012.467000', '134012.470000', '134012.473000', '134012.475000', '134012.478000', '134012.481000', '134012.483000', '134012.486000', '134012.488000', '134012.491000', '134012.494000', '134012.496000', '134012.499000', '134012.502000', '134012.504000', '134012.507000', '134012.509000', '134012.512000', '134012.515000', '134012.517000', '134012.520000', '134012.523000', '134012.525000', '134012.528000', '134012.531000', '134012.533000', '134032.421000', '134032.424000', '134032.426000', '134032.429000', '134032.432000', '134032.434000', '134032.437000', '134032.440000', '134032.442000', '134032.445000', '134032.448000', '134032.450000', '134032.453000', '134032.455000', '134032.458000', '134032.461000', '134032.463000', '134032.466000', '134032.469000', '134032.471000', '134032.474000', '134032.477000', '134032.479000', '134032.482000', '134032.485000', '134032.487000', '134032.490000', '134032.492000', '134032.495000', '134032.498000', '134032.500000', '134032.503000', '134032.506000', '134032.508000', '134032.511000', '134032.514000', '134032.517000', '134032.520000', '134032.523000', '134032.526000', '134032.528000', '134032.531000', '134032.534000', '134052.421000', '134052.424000', '134052.427000', '134052.430000', '134052.432000', '134052.435000', '134052.438000', '134052.440000', '134052.443000', '134052.445000', '134052.448000', '134052.451000', '134052.453000', '134052.456000', '134052.459000', '134052.461000', '134052.464000', '134052.467000', '134052.469000', '134052.472000', '134052.474000', '134052.477000', '134052.480000', '134052.482000', '134052.485000', '134052.488000', '134052.490000', '134052.493000', '134052.495000', '134052.498000', '134052.501000', '134052.503000', '134052.506000', '134052.509000', '134052.511000', '134052.514000', '134052.516000', '134052.519000', '134052.522000', '134052.524000', '134052.527000', '134052.530000', '134052.532000', '134052.535000', '134112.421000', '134112.424000', '134112.427000', '134112.430000', '134112.432000', '134112.435000', '134112.438000', '134112.440000', '134112.443000', '134112.445000', '134112.448000', '134112.451000', '134112.453000', '134112.456000', '134112.459000', '134112.461000', '134112.464000', '134112.467000', '134112.469000', '134112.472000', '134112.475000', '134112.477000', '134112.480000', '134112.482000', '134112.485000', '134112.488000', '134112.490000', '134112.493000', '134112.496000', '134112.498000', '134112.501000', '134112.504000', '134112.506000', '134112.509000', '134112.511000', '134112.514000', '134112.517000', '134112.519000', '134112.522000', '134112.525000', '134112.527000', '134112.530000', '134112.533000', '134132.422000', '134132.424000', '134132.427000', '134132.429000', '134132.432000', '134132.435000', '134132.438000', '134132.440000', '134132.443000', '134132.446000', '134132.448000', '134132.451000', '134132.454000', '134132.456000', '134132.459000', '134132.461000', '134132.464000', '134132.467000', '134132.469000', '134132.472000', '134132.475000', '134132.477000', '134132.480000', '134132.482000', '134132.485000', '134132.488000', '134132.490000', '134132.493000', '134132.496000', '134132.498000', '134132.501000', '134132.504000', '134132.506000', '134132.509000', '134132.512000', '134132.514000', '134132.517000', '134132.519000', '134132.522000', '134132.525000', '134132.527000', '134132.530000', '134132.533000', '134132.535000', '134152.421000', '134152.424000', '134152.427000', '134152.430000', '134152.432000', '134152.435000', '134152.437000', '134152.440000', '134152.442000', '134152.445000', '134152.448000', '134152.450000', '134152.468000', '134152.471000', '134152.474000', '134152.476000', '134152.479000', '134152.482000', '134152.484000', '134152.487000', '134152.490000', '134152.492000', '134152.495000', '134152.498000', '134152.500000', '134152.503000', '134152.506000', '134152.508000', '134152.511000', '134152.513000', '134152.516000', '134152.519000', '134152.521000', '134152.524000', '134152.527000', '134152.529000', '134152.532000', '134152.534000', '134152.537000', '134152.540000', '134152.542000', '134152.545000', '134152.548000', '134212.421000', '134212.424000', '134212.427000', '134212.429000', '134212.432000', '134212.435000', '134212.437000', '134212.440000', '134212.443000', '134212.445000', '134212.448000', '134212.451000', '134212.453000', '134212.456000', '134212.458000', '134212.461000', '134212.464000', '134212.466000', '134212.469000', '134212.472000', '134212.474000', '134212.477000', '134212.480000', '134212.482000', '134212.485000', '134212.487000', '134212.490000', '134212.493000', '134212.496000', '134212.498000', '134212.501000', '134212.504000', '134212.506000', '134212.509000', '134212.512000', '134212.514000', '134212.517000', '134212.520000', '134212.522000', '134212.525000', '134212.527000', '134212.530000', '134212.533000', '134212.535000', '134232.421000', '134232.424000', '134232.426000', '134232.429000', '134232.431000', '134232.434000', '134232.437000', '134232.439000', '134232.442000', '134232.445000', '134232.447000', '134232.450000', '134232.453000', '134232.455000', '134232.458000', '134232.461000', '134232.463000', '134232.466000', '134232.468000', '134232.471000', '134232.474000', '134232.476000', '134232.479000', '134232.482000', '134232.484000', '134232.487000', '134232.490000', '134232.492000', '134232.495000', '134232.498000', '134232.500000', '134232.503000', '134232.506000', '134232.508000', '134232.511000', '134232.513000', '134232.516000', '134232.519000', '134232.522000', '134232.524000', '134232.527000', '134232.529000', '134232.532000', '134252.421000', '134252.423000', '134252.426000', '134252.429000', '134252.431000', '134252.434000', '134252.437000', '134252.439000', '134252.442000', '134252.445000', '134252.447000', '134252.450000', '134252.453000', '134252.455000', '134252.458000', '134252.461000', '134252.463000', '134252.466000', '134252.469000', '134252.471000', '134252.474000', '134252.477000', '134252.479000', '134252.482000', '134252.485000', '134252.487000', '134252.490000', '134252.493000', '134252.496000', '134252.498000', '134252.501000', '134252.504000', '134252.506000', '134252.509000', '134252.511000', '134252.514000', '134252.517000', '134252.519000', '134252.522000', '134252.525000', '134252.527000', '134252.530000', '134252.533000', '134252.537000', '134312.422000', '134312.424000', '134312.427000', '134312.430000', '134312.432000', '134312.435000', '134312.437000', '134312.440000', '134312.443000', '134312.445000', '134312.448000', '134312.451000', '134312.453000', '134312.456000', '134312.458000', '134312.461000', '134312.464000', '134312.466000', '134312.469000', '134312.471000', '134312.474000', '134312.477000', '134312.479000', '134312.482000', '134312.485000', '134312.487000', '134312.490000', '134312.492000', '134312.495000', '134312.498000', '134312.500000', '134312.503000', '134312.506000', '134312.508000', '134312.511000', '134312.513000', '134312.516000', '134312.519000', '134312.521000', '134312.524000', '134312.526000', '134312.529000', '134312.532000', '134332.421000', '134332.424000', '134332.427000', '134332.429000', '134332.432000', '134332.435000', '134332.437000', '134332.440000', '134332.442000', '134332.445000', '134332.448000', '134332.450000', '134332.453000', '134332.456000', '134332.458000', '134332.461000', '134332.463000', '134332.466000', '134332.469000', '134332.471000', '134332.474000', '134332.477000', '134332.479000', '134332.482000', '134332.485000', '134332.487000', '134332.490000', '134332.492000', '134332.495000', '134332.498000', '134332.500000', '134332.503000', '134332.505000', '134332.508000', '134332.511000', '134332.513000', '134332.516000', '134332.519000', '134332.521000', '134332.524000', '134332.527000', '134332.529000', '134332.532000', '134332.535000', '134352.422000', '134352.424000', '134352.427000', '134352.430000', '134352.433000', '134352.435000', '134352.438000', '134352.441000', '134352.444000', '134352.447000', '134352.449000', '134352.452000', '134352.454000', '134352.457000', '134352.460000', '134352.462000', '134352.465000', '134352.468000', '134352.470000', '134352.473000', '134352.476000', '134352.478000', '134352.481000', '134352.484000', '134352.486000', '134352.489000', '134352.491000', '134352.494000', '134352.497000', '134352.499000', '134352.502000', '134352.504000', '134352.507000', '134352.510000', '134352.512000', '134352.515000', '134352.517000', '134352.520000', '134352.523000', '134352.525000', '134352.528000', '134352.531000', '134352.533000', '134412.421000', '134412.424000', '134412.427000', '134412.429000', '134412.432000', '134412.436000', '134412.439000', '134412.441000', '134412.444000', '134412.447000', '134412.449000', '134412.452000', '134412.454000', '134412.457000', '134412.460000', '134412.462000', '134412.465000', '134412.467000', '134412.470000', '134412.473000', '134412.475000', '134412.478000', '134412.481000', '134412.483000', '134412.486000', '134412.489000', '134412.491000', '134412.494000', '134412.497000', '134412.499000', '134412.502000', '134412.505000', '134412.507000', '134412.510000', '134412.512000', '134412.515000', '134412.518000', '134412.520000', '134412.523000', '134412.526000', '134412.528000', '134412.531000', '134412.533000', '134432.421000', '134432.424000', '134432.427000', '134432.430000', '134432.433000', '134432.435000', '134432.438000', '134432.441000', '134432.444000', '134432.446000', '134432.449000', '134432.452000', '134432.454000', '134432.457000', '134432.460000', '134432.463000', '134432.465000', '134432.468000', '134432.471000', '134432.473000', '134432.476000', '134432.478000', '134432.481000', '134432.484000', '134432.487000', '134432.489000', '134432.492000', '134432.495000', '134432.497000', '134432.500000', '134432.502000', '134432.505000', '134432.508000', '134432.510000', '134432.513000', '134432.516000', '134432.519000', '134432.521000', '134432.524000', '134432.526000', '134432.529000', '134432.532000', '134432.534000', '134432.537000', '134452.421000', '134452.424000', '134452.427000', '134452.430000', '134452.440000', '134452.443000', '134452.445000', '134452.448000', '134452.451000', '134452.453000', '134452.456000', '134452.459000', '134452.461000', '134452.464000', '134452.466000', '134452.469000', '134452.472000', '134452.474000', '134452.477000', '134452.480000', '134452.482000', '134452.485000', '134452.488000', '134452.490000', '134452.493000', '134452.495000', '134452.498000', '134452.501000', '134452.503000', '134452.506000', '134452.509000', '134452.511000', '134452.514000', '134452.517000', '134452.519000', '134452.522000', '134452.525000', '134452.527000', '134452.530000', '134452.533000', '134452.535000', '134452.538000', '134452.541000', '134512.420000', '134512.423000', '134512.426000', '134512.429000', '134512.431000', '134512.434000', '134512.437000', '134512.439000', '134512.442000', '134512.445000', '134512.447000', '134512.450000', '134512.452000', '134512.455000', '134512.458000', '134512.460000', '134512.463000', '134512.466000', '134512.468000', '134512.471000', '134512.474000', '134512.476000', '134512.479000', '134512.482000', '134512.484000', '134512.487000', '134512.489000', '134512.492000', '134512.495000', '134512.497000', '134512.500000', '134512.503000', '134512.505000', '134512.508000', '134512.511000', '134512.513000', '134512.516000', '134512.518000', '134512.521000', '134512.524000', '134512.526000', '134512.529000', '134512.532000', '134512.534000', '134532.422000', '134532.424000', '134532.427000', '134532.430000', '134532.433000', '134532.435000', '134532.438000', '134532.441000', '134532.445000', '134532.447000', '134532.450000', '134532.453000', '134532.455000', '134532.458000', '134532.461000', '134532.463000', '134532.466000', '134532.469000', '134532.471000', '134532.474000', '134532.477000', '134532.480000', '134532.483000', '134532.486000', '134532.488000', '134532.491000', '134532.494000', '134532.496000', '134532.499000', '134532.501000', '134532.504000', '134532.507000', '134532.510000', '134532.512000', '134532.515000', '134532.517000', '134532.520000', '134532.523000', '134532.525000', '134532.528000', '134532.531000', '134532.533000', '134532.536000', '134552.421000', '134552.425000', '134552.428000', '134552.431000', '134552.433000', '134552.436000', '134552.439000', '134552.442000', '134552.444000', '134552.447000', '134552.450000', '134552.452000', '134552.455000', '134552.457000', '134552.460000', '134552.463000', '134552.465000', '134552.468000', '134552.471000', '134552.473000', '134552.476000', '134552.478000', '134552.481000', '134552.484000', '134552.486000', '134552.489000', '134552.492000', '134552.494000', '134552.497000', '134552.500000', '134552.502000', '134552.505000', '134552.508000', '134552.510000', '134552.513000', '134552.524000', '134552.527000', '134552.530000', '134552.532000', '134552.535000', '134552.538000', '134552.540000', '134552.543000', '134552.546000', '134612.422000', '134612.433000', '134612.436000', '134612.441000', '134612.444000', '134612.446000', '134612.449000', '134612.452000', '134612.454000', '134612.457000', '134612.460000', '134612.462000', '134612.465000', '134612.468000', '134612.470000', '134612.473000', '134612.476000', '134612.479000', '134612.481000', '134612.484000', '134612.486000', '134612.489000', '134612.492000', '134612.494000', '134612.497000', '134612.500000', '134612.502000', '134612.505000', '134612.508000', '134612.510000', '134612.513000', '134612.516000', '134612.518000', '134612.521000', '134612.524000', '134612.526000', '134612.529000', '134612.532000', '134612.534000', '134612.537000', '134612.539000', '134612.542000', '134612.545000', '134632.421000', '134632.424000', '134632.427000', '134632.430000', '134632.432000', '134632.435000', '134632.437000', '134632.440000', '134632.442000', '134632.445000', '134632.448000', '134632.450000', '134632.454000', '134632.456000', '134632.459000', '134632.461000', '134632.464000', '134632.467000', '134632.469000', '134632.472000', '134632.475000', '134632.477000', '134632.480000', '134632.483000', '134632.485000', '134632.488000', '134632.490000', '134632.493000', '134632.496000', '134632.499000', '134632.501000', '134632.504000', '134632.507000', '134632.509000', '134632.512000', '134632.515000', '134632.517000', '134632.520000', '134632.522000', '134632.525000', '134632.528000', '134632.530000', '134632.533000', '134632.536000', '134635.892000', '134635.895000', '134635.898000', '134635.900000', '134635.903000', '134635.906000', '134635.908000', '134635.911000'], 'InstanceCreationTime': ['133812.478000', '133812.482000', '133812.485000', '133812.487000', '133812.490000', '133812.493000', '133812.495000', '133812.498000', '133812.500000', '133812.503000', '133812.506000', '133812.508000', '133812.511000', '133812.514000', '133812.516000', '133812.519000', '133812.521000', '133812.524000', '133812.527000', '133812.529000', '133812.532000', '133812.534000', '133812.537000', '133812.540000', '133812.542000', '133812.545000', '133812.547000', '133812.550000', '133812.553000', '133812.555000', '133812.558000', '133812.560000', '133812.563000', '133812.566000', '133812.568000', '133812.571000', '133812.573000', '133812.583000', '133812.589000', '133812.591000', '133812.594000', '133812.597000', '133812.599000', '133812.602000', '133812.604000', '133812.607000', '133812.609000', '133812.612000', '133812.614000', '133812.617000', '133812.620000', '133812.622000', '133812.625000', '133812.628000', '133812.638000', '133812.640000', '133812.643000', '133812.646000', '133812.649000', '133812.651000', '133812.654000', '133812.656000', '133812.659000', '133832.420000', '133832.423000', '133832.426000', '133832.429000', '133832.431000', '133832.434000', '133832.437000', '133832.439000', '133832.442000', '133832.445000', '133832.447000', '133832.450000', '133832.453000', '133832.455000', '133832.459000', '133832.462000', '133832.464000', '133832.467000', '133832.469000', '133832.472000', '133832.475000', '133832.477000', '133832.480000', '133832.482000', '133832.485000', '133832.488000', '133832.490000', '133832.493000', '133832.496000', '133832.498000', '133832.501000', '133832.504000', '133832.506000', '133832.509000', '133832.511000', '133832.551000', '133832.554000', '133832.557000', '133832.559000', '133832.562000', '133832.565000', '133832.567000', '133832.570000', '133852.421000', '133852.424000', '133852.427000', '133852.429000', '133852.433000', '133852.436000', '133852.444000', '133852.446000', '133852.449000', '133852.452000', '133852.454000', '133852.457000', '133852.460000', '133852.462000', '133852.465000', '133852.467000', '133852.470000', '133852.473000', '133852.476000', '133852.478000', '133852.481000', '133852.484000', '133852.486000', '133852.489000', '133852.492000', '133852.494000', '133852.497000', '133852.499000', '133852.502000', '133852.505000', '133852.507000', '133852.510000', '133852.513000', '133852.515000', '133852.518000', '133852.520000', '133852.523000', '133852.526000', '133852.528000', '133852.531000', '133852.534000', '133852.536000', '133852.539000', '133852.541000', '133912.422000', '133912.424000', '133912.428000', '133912.430000', '133912.433000', '133912.435000', '133912.438000', '133912.441000', '133912.443000', '133912.446000', '133912.449000', '133912.451000', '133912.454000', '133912.456000', '133912.459000', '133912.462000', '133912.464000', '133912.467000', '133912.469000', '133912.472000', '133912.475000', '133912.478000', '133912.481000', '133912.484000', '133912.486000', '133912.489000', '133912.492000', '133912.494000', '133912.497000', '133912.500000', '133912.502000', '133912.505000', '133912.508000', '133912.510000', '133912.513000', '133912.515000', '133912.519000', '133912.522000', '133912.524000', '133912.527000', '133912.530000', '133912.532000', '133912.535000', '133932.422000', '133932.424000', '133932.427000', '133932.430000', '133932.433000', '133932.435000', '133932.438000', '133932.440000', '133932.443000', '133932.446000', '133932.448000', '133932.451000', '133932.453000', '133932.456000', '133932.459000', '133932.461000', '133932.464000', '133932.467000', '133932.469000', '133932.472000', '133932.474000', '133932.477000', '133932.480000', '133932.482000', '133932.485000', '133932.488000', '133932.490000', '133932.493000', '133932.495000', '133932.498000', '133932.501000', '133932.503000', '133932.506000', '133932.509000', '133932.511000', '133932.514000', '133932.516000', '133932.519000', '133932.522000', '133932.524000', '133932.527000', '133932.529000', '133932.532000', '133932.535000', '133952.421000', '133952.425000', '133952.427000', '133952.430000', '133952.432000', '133952.435000', '133952.438000', '133952.441000', '133952.443000', '133952.446000', '133952.448000', '133952.451000', '133952.454000', '133952.456000', '133952.459000', '133952.461000', '133952.464000', '133952.467000', '133952.469000', '133952.472000', '133952.474000', '133952.477000', '133952.480000', '133952.482000', '133952.485000', '133952.487000', '133952.490000', '133952.492000', '133952.495000', '133952.498000', '133952.500000', '133952.503000', '133952.506000', '133952.508000', '133952.511000', '133952.514000', '133952.516000', '133952.519000', '133952.521000', '133952.524000', '133952.527000', '133952.529000', '133952.532000', '134012.420000', '134012.423000', '134012.426000', '134012.429000', '134012.431000', '134012.434000', '134012.436000', '134012.439000', '134012.442000', '134012.444000', '134012.447000', '134012.449000', '134012.452000', '134012.454000', '134012.457000', '134012.460000', '134012.462000', '134012.465000', '134012.467000', '134012.470000', '134012.473000', '134012.475000', '134012.478000', '134012.481000', '134012.483000', '134012.486000', '134012.488000', '134012.491000', '134012.494000', '134012.496000', '134012.499000', '134012.502000', '134012.504000', '134012.507000', '134012.509000', '134012.512000', '134012.515000', '134012.517000', '134012.520000', '134012.523000', '134012.525000', '134012.528000', '134012.531000', '134012.533000', '134032.421000', '134032.424000', '134032.426000', '134032.429000', '134032.432000', '134032.434000', '134032.437000', '134032.440000', '134032.442000', '134032.445000', '134032.448000', '134032.450000', '134032.453000', '134032.455000', '134032.458000', '134032.461000', '134032.463000', '134032.466000', '134032.469000', '134032.471000', '134032.474000', '134032.477000', '134032.479000', '134032.482000', '134032.485000', '134032.487000', '134032.490000', '134032.492000', '134032.495000', '134032.498000', '134032.500000', '134032.503000', '134032.506000', '134032.508000', '134032.511000', '134032.514000', '134032.517000', '134032.520000', '134032.523000', '134032.526000', '134032.528000', '134032.531000', '134032.534000', '134052.421000', '134052.424000', '134052.427000', '134052.430000', '134052.432000', '134052.435000', '134052.438000', '134052.440000', '134052.443000', '134052.445000', '134052.448000', '134052.451000', '134052.453000', '134052.456000', '134052.459000', '134052.461000', '134052.464000', '134052.467000', '134052.469000', '134052.472000', '134052.474000', '134052.477000', '134052.480000', '134052.482000', '134052.485000', '134052.488000', '134052.490000', '134052.493000', '134052.495000', '134052.498000', '134052.501000', '134052.503000', '134052.506000', '134052.509000', '134052.511000', '134052.514000', '134052.516000', '134052.519000', '134052.522000', '134052.524000', '134052.527000', '134052.530000', '134052.532000', '134052.535000', '134112.421000', '134112.424000', '134112.427000', '134112.430000', '134112.432000', '134112.435000', '134112.438000', '134112.440000', '134112.443000', '134112.445000', '134112.448000', '134112.451000', '134112.453000', '134112.456000', '134112.459000', '134112.461000', '134112.464000', '134112.467000', '134112.469000', '134112.472000', '134112.475000', '134112.477000', '134112.480000', '134112.482000', '134112.485000', '134112.488000', '134112.490000', '134112.493000', '134112.496000', '134112.498000', '134112.501000', '134112.504000', '134112.506000', '134112.509000', '134112.511000', '134112.514000', '134112.517000', '134112.519000', '134112.522000', '134112.525000', '134112.527000', '134112.530000', '134112.533000', '134132.422000', '134132.424000', '134132.427000', '134132.429000', '134132.432000', '134132.435000', '134132.438000', '134132.440000', '134132.443000', '134132.446000', '134132.448000', '134132.451000', '134132.454000', '134132.456000', '134132.459000', '134132.461000', '134132.464000', '134132.467000', '134132.469000', '134132.472000', '134132.475000', '134132.477000', '134132.480000', '134132.482000', '134132.485000', '134132.488000', '134132.490000', '134132.493000', '134132.496000', '134132.498000', '134132.501000', '134132.504000', '134132.506000', '134132.509000', '134132.512000', '134132.514000', '134132.517000', '134132.519000', '134132.522000', '134132.525000', '134132.527000', '134132.530000', '134132.533000', '134132.535000', '134152.421000', '134152.424000', '134152.427000', '134152.430000', '134152.432000', '134152.435000', '134152.437000', '134152.440000', '134152.442000', '134152.445000', '134152.448000', '134152.450000', '134152.468000', '134152.471000', '134152.474000', '134152.476000', '134152.479000', '134152.482000', '134152.484000', '134152.487000', '134152.490000', '134152.492000', '134152.495000', '134152.498000', '134152.500000', '134152.503000', '134152.506000', '134152.508000', '134152.511000', '134152.513000', '134152.516000', '134152.519000', '134152.521000', '134152.524000', '134152.527000', '134152.529000', '134152.532000', '134152.534000', '134152.537000', '134152.540000', '134152.542000', '134152.545000', '134152.548000', '134212.421000', '134212.424000', '134212.427000', '134212.429000', '134212.432000', '134212.435000', '134212.437000', '134212.440000', '134212.443000', '134212.445000', '134212.448000', '134212.451000', '134212.453000', '134212.456000', '134212.458000', '134212.461000', '134212.464000', '134212.466000', '134212.469000', '134212.472000', '134212.474000', '134212.477000', '134212.480000', '134212.482000', '134212.485000', '134212.487000', '134212.490000', '134212.493000', '134212.496000', '134212.498000', '134212.501000', '134212.504000', '134212.506000', '134212.509000', '134212.512000', '134212.514000', '134212.517000', '134212.520000', '134212.522000', '134212.525000', '134212.527000', '134212.530000', '134212.533000', '134212.535000', '134232.421000', '134232.424000', '134232.426000', '134232.429000', '134232.431000', '134232.434000', '134232.437000', '134232.439000', '134232.442000', '134232.445000', '134232.447000', '134232.450000', '134232.453000', '134232.455000', '134232.458000', '134232.461000', '134232.463000', '134232.466000', '134232.468000', '134232.471000', '134232.474000', '134232.476000', '134232.479000', '134232.482000', '134232.484000', '134232.487000', '134232.490000', '134232.492000', '134232.495000', '134232.498000', '134232.500000', '134232.503000', '134232.506000', '134232.508000', '134232.511000', '134232.513000', '134232.516000', '134232.519000', '134232.522000', '134232.524000', '134232.527000', '134232.529000', '134232.532000', '134252.421000', '134252.423000', '134252.426000', '134252.429000', '134252.431000', '134252.434000', '134252.437000', '134252.439000', '134252.442000', '134252.445000', '134252.447000', '134252.450000', '134252.453000', '134252.455000', '134252.458000', '134252.461000', '134252.463000', '134252.466000', '134252.469000', '134252.471000', '134252.474000', '134252.477000', '134252.479000', '134252.482000', '134252.485000', '134252.487000', '134252.490000', '134252.493000', '134252.496000', '134252.498000', '134252.501000', '134252.504000', '134252.506000', '134252.509000', '134252.511000', '134252.514000', '134252.517000', '134252.519000', '134252.522000', '134252.525000', '134252.527000', '134252.530000', '134252.533000', '134252.537000', '134312.422000', '134312.424000', '134312.427000', '134312.430000', '134312.432000', '134312.435000', '134312.437000', '134312.440000', '134312.443000', '134312.445000', '134312.448000', '134312.451000', '134312.453000', '134312.456000', '134312.458000', '134312.461000', '134312.464000', '134312.466000', '134312.469000', '134312.471000', '134312.474000', '134312.477000', '134312.479000', '134312.482000', '134312.485000', '134312.487000', '134312.490000', '134312.492000', '134312.495000', '134312.498000', '134312.500000', '134312.503000', '134312.506000', '134312.508000', '134312.511000', '134312.513000', '134312.516000', '134312.519000', '134312.521000', '134312.524000', '134312.526000', '134312.529000', '134312.532000', '134332.421000', '134332.424000', '134332.427000', '134332.429000', '134332.432000', '134332.435000', '134332.437000', '134332.440000', '134332.442000', '134332.445000', '134332.448000', '134332.450000', '134332.453000', '134332.456000', '134332.458000', '134332.461000', '134332.463000', '134332.466000', '134332.469000', '134332.471000', '134332.474000', '134332.477000', '134332.479000', '134332.482000', '134332.485000', '134332.487000', '134332.490000', '134332.492000', '134332.495000', '134332.498000', '134332.500000', '134332.503000', '134332.505000', '134332.508000', '134332.511000', '134332.513000', '134332.516000', '134332.519000', '134332.521000', '134332.524000', '134332.527000', '134332.529000', '134332.532000', '134332.535000', '134352.422000', '134352.424000', '134352.427000', '134352.430000', '134352.433000', '134352.435000', '134352.438000', '134352.441000', '134352.444000', '134352.447000', '134352.449000', '134352.452000', '134352.454000', '134352.457000', '134352.460000', '134352.462000', '134352.465000', '134352.468000', '134352.470000', '134352.473000', '134352.476000', '134352.478000', '134352.481000', '134352.484000', '134352.486000', '134352.489000', '134352.491000', '134352.494000', '134352.497000', '134352.499000', '134352.502000', '134352.504000', '134352.507000', '134352.510000', '134352.512000', '134352.515000', '134352.517000', '134352.520000', '134352.523000', '134352.525000', '134352.528000', '134352.531000', '134352.533000', '134412.421000', '134412.424000', '134412.427000', '134412.429000', '134412.432000', '134412.436000', '134412.439000', '134412.441000', '134412.444000', '134412.447000', '134412.449000', '134412.452000', '134412.454000', '134412.457000', '134412.460000', '134412.462000', '134412.465000', '134412.467000', '134412.470000', '134412.473000', '134412.475000', '134412.478000', '134412.481000', '134412.483000', '134412.486000', '134412.489000', '134412.491000', '134412.494000', '134412.497000', '134412.499000', '134412.502000', '134412.505000', '134412.507000', '134412.510000', '134412.512000', '134412.515000', '134412.518000', '134412.520000', '134412.523000', '134412.526000', '134412.528000', '134412.531000', '134412.533000', '134432.421000', '134432.424000', '134432.427000', '134432.430000', '134432.433000', '134432.435000', '134432.438000', '134432.441000', '134432.444000', '134432.446000', '134432.449000', '134432.452000', '134432.454000', '134432.457000', '134432.460000', '134432.463000', '134432.465000', '134432.468000', '134432.471000', '134432.473000', '134432.476000', '134432.478000', '134432.481000', '134432.484000', '134432.487000', '134432.489000', '134432.492000', '134432.495000', '134432.497000', '134432.500000', '134432.502000', '134432.505000', '134432.508000', '134432.510000', '134432.513000', '134432.516000', '134432.519000', '134432.521000', '134432.524000', '134432.526000', '134432.529000', '134432.532000', '134432.534000', '134432.537000', '134452.421000', '134452.424000', '134452.427000', '134452.430000', '134452.440000', '134452.443000', '134452.445000', '134452.448000', '134452.451000', '134452.453000', '134452.456000', '134452.459000', '134452.461000', '134452.464000', '134452.466000', '134452.469000', '134452.472000', '134452.474000', '134452.477000', '134452.480000', '134452.482000', '134452.485000', '134452.488000', '134452.490000', '134452.493000', '134452.495000', '134452.498000', '134452.501000', '134452.503000', '134452.506000', '134452.509000', '134452.511000', '134452.514000', '134452.517000', '134452.519000', '134452.522000', '134452.525000', '134452.527000', '134452.530000', '134452.533000', '134452.535000', '134452.538000', '134452.541000', '134512.420000', '134512.423000', '134512.426000', '134512.429000', '134512.431000', '134512.434000', '134512.437000', '134512.439000', '134512.442000', '134512.445000', '134512.447000', '134512.450000', '134512.452000', '134512.455000', '134512.458000', '134512.460000', '134512.463000', '134512.466000', '134512.468000', '134512.471000', '134512.474000', '134512.476000', '134512.479000', '134512.482000', '134512.484000', '134512.487000', '134512.489000', '134512.492000', '134512.495000', '134512.497000', '134512.500000', '134512.503000', '134512.505000', '134512.508000', '134512.511000', '134512.513000', '134512.516000', '134512.518000', '134512.521000', '134512.524000', '134512.526000', '134512.529000', '134512.532000', '134512.534000', '134532.422000', '134532.424000', '134532.427000', '134532.430000', '134532.433000', '134532.435000', '134532.438000', '134532.441000', '134532.445000', '134532.447000', '134532.450000', '134532.453000', '134532.455000', '134532.458000', '134532.461000', '134532.463000', '134532.466000', '134532.469000', '134532.471000', '134532.474000', '134532.477000', '134532.480000', '134532.483000', '134532.486000', '134532.488000', '134532.491000', '134532.494000', '134532.496000', '134532.499000', '134532.501000', '134532.504000', '134532.507000', '134532.510000', '134532.512000', '134532.515000', '134532.517000', '134532.520000', '134532.523000', '134532.525000', '134532.528000', '134532.531000', '134532.533000', '134532.536000', '134552.421000', '134552.425000', '134552.428000', '134552.431000', '134552.433000', '134552.436000', '134552.439000', '134552.442000', '134552.444000', '134552.447000', '134552.450000', '134552.452000', '134552.455000', '134552.457000', '134552.460000', '134552.463000', '134552.465000', '134552.468000', '134552.471000', '134552.473000', '134552.476000', '134552.478000', '134552.481000', '134552.484000', '134552.486000', '134552.489000', '134552.492000', '134552.494000', '134552.497000', '134552.500000', '134552.502000', '134552.505000', '134552.508000', '134552.510000', '134552.513000', '134552.524000', '134552.527000', '134552.530000', '134552.532000', '134552.535000', '134552.538000', '134552.540000', '134552.543000', '134552.546000', '134612.422000', '134612.433000', '134612.436000', '134612.441000', '134612.444000', '134612.446000', '134612.449000', '134612.452000', '134612.454000', '134612.457000', '134612.460000', '134612.462000', '134612.465000', '134612.468000', '134612.470000', '134612.473000', '134612.476000', '134612.479000', '134612.481000', '134612.484000', '134612.486000', '134612.489000', '134612.492000', '134612.494000', '134612.497000', '134612.500000', '134612.502000', '134612.505000', '134612.508000', '134612.510000', '134612.513000', '134612.516000', '134612.518000', '134612.521000', '134612.524000', '134612.526000', '134612.529000', '134612.532000', '134612.534000', '134612.537000', '134612.539000', '134612.542000', '134612.545000', '134632.421000', '134632.424000', '134632.427000', '134632.430000', '134632.432000', '134632.435000', '134632.437000', '134632.440000', '134632.442000', '134632.445000', '134632.448000', '134632.450000', '134632.454000', '134632.456000', '134632.459000', '134632.461000', '134632.464000', '134632.467000', '134632.469000', '134632.472000', '134632.475000', '134632.477000', '134632.480000', '134632.483000', '134632.485000', '134632.488000', '134632.490000', '134632.493000', '134632.496000', '134632.499000', '134632.501000', '134632.504000', '134632.507000', '134632.509000', '134632.512000', '134632.515000', '134632.517000', '134632.520000', '134632.522000', '134632.525000', '134632.528000', '134632.530000', '134632.533000', '134632.536000', '134635.892000', '134635.895000', '134635.898000', '134635.900000', '134635.903000', '134635.906000', '134635.908000', '134635.911000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'LargestImagePixelValue': [8061, 10309, 7383, 8083, 7412, 7527, 7416, 7381, 8076, 7133, 7547, 7230, 8173, 7295, 9477, 7507, 9224, 7326, 7829, 7374, 7423, 8357, 7614, 7279, 7618, 6966, 7411, 7421, 8052, 7388, 7325, 7135, 9409, 7457, 7458, 7425, 7523, 7598, 7953, 7860, 7691, 7981, 7561, 8223, 7541, 7907, 7509, 7402, 7453, 6757, 7476, 6671, 7287, 6524, 7535, 8435, 7686, 7783, 7276, 7938, 7555, 7222, 7444, 7146, 7249, 7332, 7692, 8363, 8255, 8201, 7317, 7669, 7193, 8001, 7555, 7804, 7343, 7074, 7052, 7110, 7176, 7333, 7349, 7734, 7054, 7734, 7067, 7835, 7628, 7574, 8169, 7808, 8369, 7825, 8399, 7903, 8484, 7576, 8386, 7515, 6789, 7609, 7125, 7459, 8651, 7069, 7002, 7162, 8173, 8384, 7755, 9178, 7364, 8465, 7659, 8541, 7584, 9684, 7315, 9553, 7214, 8635, 7295, 8527, 7274, 8717, 7403, 8039, 7309, 8221, 7240, 7115, 7270, 7900, 8254, 7522, 8431, 8020, 7521, 7805, 9624, 7590, 8310, 7481, 8603, 7490, 9806, 7478, 8197, 7358, 8161, 7251, 8194, 8195, 7676, 8395, 7713, 7386, 7611, 8834, 7463, 8220, 7485, 7855, 7120, 7652, 7564, 7865, 8279, 7597, 8275, 7893, 7174, 7604, 9095, 7456, 8201, 7385, 8107, 7426, 8065, 7219, 7364, 7256, 7529, 7800, 8287, 8178, 7634, 8396, 7892, 8702, 7730, 9089, 7606, 8579, 7324, 7630, 7540, 7562, 7707, 7526, 8274, 7865, 7306, 7674, 8850, 7317, 9632, 7433, 8036, 7222, 7471, 8122, 7445, 7933, 7459, 7602, 7766, 7396, 7292, 8695, 7322, 7439, 7937, 7663, 7378, 7538, 9546, 7755, 7071, 8244, 7792, 8174, 7480, 9227, 7802, 7574, 8448, 7552, 8965, 7556, 10191, 7605, 7780, 7776, 7474, 9245, 7365, 8943, 7811, 7727, 8348, 7424, 9841, 7531, 7429, 7847, 7251, 8899, 8130, 7632, 7590, 7375, 7969, 7741, 7361, 6988, 7315, 6622, 8349, 7061, 7504, 7922, 7305, 6963, 7958, 8064, 7977, 7503, 8260, 8222, 7388, 7984, 8339, 7430, 7926, 7543, 7882, 7832, 7307, 7829, 7593, 7058, 7928, 8777, 8096, 7547, 7640, 7692, 10011, 8241, 7120, 7931, 7450, 8142, 8463, 7694, 7454, 7619, 7366, 8277, 8132, 7607, 7696, 7616, 7938, 9617, 8361, 8678, 7924, 7557, 7079, 7808, 9394, 8171, 6950, 7608, 7596, 6856, 7553, 8117, 7927, 7512, 7317, 7808, 7542, 7870, 8032, 8539, 8144, 7470, 7951, 7478, 9085, 7904, 9918, 7789, 6526, 7625, 7484, 7880, 7429, 6496, 7383, 6860, 7252, 7034, 7768, 7194, 7019, 7609, 7272, 7721, 7167, 8292, 7194, 7158, 7672, 8379, 7860, 7735, 8056, 7404, 7357, 7833, 8274, 7978, 8668, 8059, 7454, 7957, 7505, 7259, 8052, 9342, 8172, 7322, 7728, 7372, 6962, 7936, 9757, 7902, 7292, 7521, 7454, 7712, 7549, 9665, 7780, 8209, 7947, 7251, 7955, 7426, 7794, 7543, 6832, 7712, 6416, 7697, 7430, 7460, 7272, 6478, 7564, 7543, 8126, 7453, 7687, 7239, 8128, 7730, 8955, 7868, 10238, 7743, 8104, 7688, 7407, 7990, 7614, 9225, 7434, 7297, 7815, 7421, 8647, 7432, 9421, 7535, 8204, 7832, 9212, 7682, 10070, 7866, 8181, 7892, 7014, 7674, 7485, 7658, 7139, 6996, 7547, 6633, 7184, 6845, 7795, 7185, 6707, 7510, 7119, 7876, 7215, 9302, 7696, 9774, 7635, 10043, 8588, 8310, 7937, 6697, 7895, 7424, 7356, 7393, 7510, 7682, 6389, 7551, 6973, 7328, 8122, 7822, 6987, 7063, 7220, 7721, 7232, 9067, 7515, 8598, 7964, 9086, 8077, 9156, 8587, 6996, 7140, 7459, 7525, 7527, 8333, 7293, 7539, 7630, 7315, 7536, 9327, 7904, 9369, 7761, 8305, 7616, 8223, 7566, 8516, 7681, 7540, 7772, 6812, 7337, 7439, 7116, 7694, 6632, 7452, 8465, 7723, 9136, 7754, 7369, 7768, 7153, 7831, 7613, 7950, 7229, 7290, 7839, 7060, 7480, 9409, 7633, 6709, 7628, 7479, 7379, 7580, 7767, 7571, 8043, 7482, 8244, 7575, 9584, 7688, 8895, 7869, 7648, 7622, 7573, 8066, 6827, 7887, 6884, 7711, 7244, 7748, 7295, 7578, 7185, 7261, 7198, 6874, 7305, 7312, 7228, 7446, 7231, 7539, 7376, 7452, 6977, 7393, 7127, 7662, 7375, 7195, 7683, 9160, 7421, 8122, 7726, 7880, 7458, 9440, 7675, 9506, 7703, 8295, 7610, 8291, 7513, 7886, 7531, 7787, 7419, 7700, 7658, 7111, 7697, 6993, 7588, 7020, 7175, 7188, 7601, 7335, 7663, 7259, 7767, 7932, 8711, 7334, 9713, 7360, 8369, 7799, 8083, 7482, 7025, 7624, 7080, 7267, 7007, 7667, 7421, 8690, 7654, 8250, 7462, 8323, 7754, 9719, 7713, 8803, 7508, 7740, 7685, 7412, 7867, 7028, 7174, 7052, 7319, 7350, 7452, 7195, 7678, 7653, 6718, 7454, 7453, 7502, 8421, 7715, 6597, 7507, 6959, 7853, 7318, 7776, 7413, 7598, 7073, 7793, 7233, 7520, 7404, 9296, 7474, 8224, 7503, 8269, 7622, 7375, 7652, 6892, 7974, 7691, 7773, 7302, 6895, 6893, 7442, 7662, 7530, 7466, 9206, 7271, 8258, 7124, 8255, 7532, 6513, 7817, 7048, 7929, 7368, 7336, 6987, 7015, 7796, 7311, 9059, 8022, 8566, 7981, 6792, 7615, 7783, 7836, 7517, 7614, 7532, 6378, 7482, 7084, 7703, 7210, 7547, 7814, 9001, 7665, 8929, 7615, 7174, 8406, 7722, 8878, 7785, 8509, 7480, 7348, 7801, 7711, 7889, 7355, 6913, 7694, 9684, 8159, 7121, 7788, 7177, 6794, 7621, 8354, 7528, 7661, 7927, 7230, 8733, 7928, 7084, 7788, 7219, 6907, 7634, 7803, 7823, 7385, 7561, 7605, 9205, 7829, 7428, 7791, 7573, 6871, 7613, 9825, 7974, 7292, 7124, 7316, 7205, 7804, 7163, 7321, 7478, 7398, 7427, 7528, 7336, 7790, 7867, 7356, 7745, 6984, 7628, 7878, 9202, 8341, 7339, 7783, 7853, 7844, 7714, 8764, 8313, 7361, 6985, 7593, 7229, 8000, 6939, 7527, 6871, 6428, 7507, 7689, 7533, 8337, 7642, 6521, 7999, 7235, 7256, 7496, 7515, 7013, 7590, 7381, 7087, 7383, 8315, 7601, 9703, 7575, 8265, 7762, 7588, 7550, 6892, 7475, 7339, 7457, 7185, 7346, 7818, 9958, 7831, 9128, 7883, 8037, 7705, 7954, 8658, 7035, 7843, 6557, 7809, 7205, 7309, 7128, 6681, 7385, 7820, 7738, 6790, 7498, 7193, 7922, 7620, 7661, 7664, 9014, 8718, 7238, 7994, 7289, 8937, 8129, 7380, 7513, 8161, 7592, 7751, 7579, 7964, 7719, 7561, 8451, 7927, 7032, 8219, 7855, 10407, 7837, 7856, 7506, 7553, 8228, 7810, 7466, 7091, 7330, 7057, 7683, 7268, 7302, 7013, 7198, 7758, 8298, 8396, 7586, 7998, 7656, 7973, 8617, 9626, 8011, 7050, 7342, 7789, 7136, 7689, 7836, 8213, 6751, 8021, 7681, 7565, 7924, 8229, 8414, 7495, 8165, 8222, 7758, 7043, 7375, 7862, 10952, 9598, 8485, 11622, 7776, 8451, 7972, 7378, 9650, 7725, 10225, 7432, 7425, 7457, 7154, 7279, 7244, 6876, 7864, 7304, 7164, 8187, 6656, 7557, 7427, 6981, 7444, 6690, 7278, 7514, 8084, 7816, 8012, 7340, 7009, 8041, 7523, 7558, 8139, 7309, 7978, 8767, 7648, 7205, 7902, 7703, 7820, 8054, 8075, 8143, 7547, 8308, 7816, 8409, 8361, 9732, 8178, 8966, 7948, 8123, 8756, 7713, 8044, 8137, 7778, 8390, 7885, 8762, 9925, 8196, 7721, 8340, 7797, 8001, 8227, 8854, 8422, 6997, 8088, 7923, 8200, 7984, 8962, 8481, 8986, 8548, 7802, 8043, 8707, 8223, 8073, 7498, 8422, 9324, 8013, 7031, 8011, 8027, 8030, 8504, 7974, 8559, 8903, 7996, 6994, 8132, 8133, 8017, 7934, 7656, 7900, 6650, 9113, 7918, 8242, 8324, 8047, 8850, 8716, 7650, 8342, 8492, 8482, 8388, 8412, 8738, 8764, 7076, 8166, 8311, 9835, 8305, 6887, 8724, 8822, 9750, 8862, 7499, 8496, 8521, 8925, 8667, 8223, 8683, 7944, 8273, 8313, 8898, 8914, 7895, 8726, 8968, 8627, 8291, 8205, 8211, 6911, 8571, 8343, 7621, 7779, 7927, 8257, 8186, 7343, 8301, 7454, 10102, 8076, 9567, 7984, 9975, 9617, 8737, 7975, 8022, 7455, 8407, 8918, 7839, 6802, 7675, 7623, 7518, 8055, 8473, 7797, 8305, 7861, 8288, 8476, 7528, 8274, 8103, 8978, 7705, 8504, 7475, 7954, 7293, 7976, 10238, 7392, 7373, 7353, 7296, 7268, 7798], 'WindowCenter': [3662.0, 3668.0, 3635.0, 3631.0, 3621.0, 3630.0, 3621.0, 3620.0, 3630.0, 3618.0, 3618.0, 3618.0, 3629.0, 3619.0, 3639.0, 3620.0, 3638.0, 3618.0, 3617.0, 3619.0, 3619.0, 3629.0, 3618.0, 3618.0, 3618.0, 3606.0, 3618.0, 3618.0, 3628.0, 3618.0, 3618.0, 3620.0, 3640.0, 3619.0, 3619.0, 3619.0, 3618.0, 3617.0, 3617.0, 3617.0, 3616.0, 3616.0, 3617.0, 3627.0, 3616.0, 3626.0, 3618.0, 3617.0, 3617.0, 3607.0, 3619.0, 3609.0, 3632.0, 3609.0, 3633.0, 3642.0, 3632.0, 3631.0, 3634.0, 3644.0, 3645.0, 3633.0, 3633.0, 3633.0, 3634.0, 3632.0, 3644.0, 3643.0, 3644.0, 3631.0, 3632.0, 3629.0, 3621.0, 3630.0, 3631.0, 3619.0, 3619.0, 3607.0, 3620.0, 3619.0, 3621.0, 3620.0, 3631.0, 3630.0, 3621.0, 3630.0, 3620.0, 3631.0, 3632.0, 3632.0, 3642.0, 3630.0, 3631.0, 3631.0, 3641.0, 3632.0, 3641.0, 3630.0, 3630.0, 3620.0, 3609.0, 3632.0, 3619.0, 3620.0, 3640.0, 3619.0, 3620.0, 3620.0, 3642.0, 3642.0, 3632.0, 3652.0, 3632.0, 3630.0, 3631.0, 3641.0, 3632.0, 3640.0, 3620.0, 3638.0, 3619.0, 3627.0, 3618.0, 3629.0, 3618.0, 3628.0, 3619.0, 3617.0, 3618.0, 3629.0, 3631.0, 3619.0, 3631.0, 3630.0, 3641.0, 3631.0, 3643.0, 3643.0, 3633.0, 3632.0, 3651.0, 3631.0, 3629.0, 3632.0, 3641.0, 3621.0, 3640.0, 3619.0, 3627.0, 3618.0, 3629.0, 3618.0, 3628.0, 3627.0, 3617.0, 3628.0, 3617.0, 3617.0, 3630.0, 3638.0, 3618.0, 3629.0, 3618.0, 3629.0, 3620.0, 3619.0, 3630.0, 3628.0, 3630.0, 3630.0, 3642.0, 3642.0, 3619.0, 3631.0, 3641.0, 3620.0, 3630.0, 3632.0, 3630.0, 3632.0, 3630.0, 3632.0, 3619.0, 3620.0, 3630.0, 3632.0, 3630.0, 3631.0, 3619.0, 3629.0, 3629.0, 3641.0, 3630.0, 3640.0, 3630.0, 3628.0, 3619.0, 3629.0, 3631.0, 3630.0, 3631.0, 3629.0, 3630.0, 3630.0, 3620.0, 3631.0, 3640.0, 3620.0, 3639.0, 3620.0, 3628.0, 3621.0, 3619.0, 3630.0, 3618.0, 3629.0, 3618.0, 3628.0, 3630.0, 3619.0, 3621.0, 3629.0, 3619.0, 3620.0, 3631.0, 3629.0, 3619.0, 3632.0, 3652.0, 3630.0, 3619.0, 3641.0, 3632.0, 3642.0, 3620.0, 3641.0, 3630.0, 3629.0, 3631.0, 3631.0, 3641.0, 3629.0, 3649.0, 3619.0, 3618.0, 3631.0, 3619.0, 3640.0, 3618.0, 3628.0, 3617.0, 3629.0, 3630.0, 3619.0, 3651.0, 3618.0, 3618.0, 3629.0, 3632.0, 3641.0, 3631.0, 3618.0, 3618.0, 3619.0, 3630.0, 3629.0, 3618.0, 3619.0, 3618.0, 3606.0, 3630.0, 3618.0, 3619.0, 3641.0, 3630.0, 3620.0, 3630.0, 3630.0, 3628.0, 3620.0, 3631.0, 3631.0, 3620.0, 3629.0, 3631.0, 3619.0, 3631.0, 3619.0, 3631.0, 3620.0, 3618.0, 3630.0, 3632.0, 3620.0, 3631.0, 3629.0, 3630.0, 3631.0, 3633.0, 3631.0, 3650.0, 3641.0, 3619.0, 3631.0, 3631.0, 3631.0, 3643.0, 3631.0, 3620.0, 3631.0, 3620.0, 3631.0, 3630.0, 3619.0, 3619.0, 3619.0, 3631.0, 3641.0, 3630.0, 3629.0, 3617.0, 3617.0, 3607.0, 3619.0, 3639.0, 3629.0, 3607.0, 3619.0, 3630.0, 3608.0, 3619.0, 3619.0, 3630.0, 3620.0, 3620.0, 3633.0, 3632.0, 3630.0, 3632.0, 3629.0, 3630.0, 3618.0, 3628.0, 3619.0, 3629.0, 3616.0, 3626.0, 3617.0, 3596.0, 3619.0, 3617.0, 3617.0, 3618.0, 3597.0, 3619.0, 3608.0, 3620.0, 3619.0, 3631.0, 3622.0, 3620.0, 3632.0, 3620.0, 3633.0, 3621.0, 3642.0, 3621.0, 3619.0, 3631.0, 3632.0, 3632.0, 3632.0, 3631.0, 3618.0, 3618.0, 3620.0, 3630.0, 3630.0, 3630.0, 3619.0, 3617.0, 3616.0, 3619.0, 3617.0, 3618.0, 3627.0, 3628.0, 3607.0, 3618.0, 3619.0, 3608.0, 3619.0, 3639.0, 3629.0, 3617.0, 3619.0, 3620.0, 3618.0, 3619.0, 3639.0, 3618.0, 3628.0, 3631.0, 3620.0, 3631.0, 3618.0, 3618.0, 3619.0, 3607.0, 3630.0, 3610.0, 3630.0, 3620.0, 3619.0, 3621.0, 3609.0, 3633.0, 3630.0, 3631.0, 3619.0, 3632.0, 3620.0, 3630.0, 3631.0, 3640.0, 3632.0, 3650.0, 3620.0, 3629.0, 3630.0, 3619.0, 3630.0, 3630.0, 3641.0, 3619.0, 3619.0, 3631.0, 3621.0, 3642.0, 3619.0, 3641.0, 3620.0, 3629.0, 3618.0, 3640.0, 3619.0, 3639.0, 3618.0, 3627.0, 3617.0, 3607.0, 3619.0, 3618.0, 3617.0, 3607.0, 3607.0, 3618.0, 3608.0, 3619.0, 3608.0, 3630.0, 3620.0, 3620.0, 3634.0, 3620.0, 3632.0, 3620.0, 3640.0, 3619.0, 3640.0, 3620.0, 3640.0, 3630.0, 3616.0, 3619.0, 3595.0, 3629.0, 3618.0, 3617.0, 3618.0, 3617.0, 3629.0, 3609.0, 3633.0, 3620.0, 3633.0, 3632.0, 3633.0, 3621.0, 3622.0, 3633.0, 3633.0, 3633.0, 3643.0, 3633.0, 3643.0, 3633.0, 3641.0, 3632.0, 3639.0, 3631.0, 3608.0, 3619.0, 3618.0, 3629.0, 3619.0, 3630.0, 3618.0, 3618.0, 3629.0, 3618.0, 3630.0, 3639.0, 3630.0, 3638.0, 3618.0, 3628.0, 3629.0, 3628.0, 3619.0, 3627.0, 3619.0, 3618.0, 3629.0, 3608.0, 3617.0, 3619.0, 3608.0, 3631.0, 3607.0, 3619.0, 3629.0, 3630.0, 3639.0, 3618.0, 3618.0, 3619.0, 3608.0, 3618.0, 3618.0, 3617.0, 3617.0, 3606.0, 3617.0, 3606.0, 3618.0, 3639.0, 3618.0, 3608.0, 3619.0, 3619.0, 3619.0, 3630.0, 3619.0, 3620.0, 3628.0, 3619.0, 3629.0, 3620.0, 3639.0, 3618.0, 3628.0, 3628.0, 3618.0, 3619.0, 3618.0, 3629.0, 3607.0, 3617.0, 3606.0, 3619.0, 3617.0, 3617.0, 3617.0, 3618.0, 3607.0, 3619.0, 3608.0, 3608.0, 3619.0, 3619.0, 3619.0, 3619.0, 3619.0, 3631.0, 3631.0, 3630.0, 3620.0, 3619.0, 3621.0, 3632.0, 3632.0, 3621.0, 3632.0, 3641.0, 3631.0, 3631.0, 3632.0, 3631.0, 3632.0, 3641.0, 3632.0, 3640.0, 3620.0, 3629.0, 3632.0, 3629.0, 3620.0, 3629.0, 3631.0, 3618.0, 3620.0, 3631.0, 3632.0, 3620.0, 3631.0, 3619.0, 3633.0, 3620.0, 3623.0, 3621.0, 3632.0, 3632.0, 3632.0, 3622.0, 3632.0, 3643.0, 3642.0, 3632.0, 3652.0, 3621.0, 3631.0, 3632.0, 3642.0, 3633.0, 3622.0, 3633.0, 3622.0, 3633.0, 3633.0, 3633.0, 3633.0, 3642.0, 3633.0, 3643.0, 3633.0, 3644.0, 3633.0, 3653.0, 3633.0, 3641.0, 3631.0, 3630.0, 3634.0, 3632.0, 3632.0, 3621.0, 3621.0, 3620.0, 3632.0, 3632.0, 3633.0, 3621.0, 3632.0, 3631.0, 3610.0, 3632.0, 3631.0, 3633.0, 3633.0, 3633.0, 3621.0, 3632.0, 3622.0, 3645.0, 3632.0, 3632.0, 3632.0, 3632.0, 3622.0, 3632.0, 3633.0, 3631.0, 3633.0, 3642.0, 3622.0, 3630.0, 3633.0, 3641.0, 3632.0, 3620.0, 3631.0, 3620.0, 3643.0, 3631.0, 3631.0, 3621.0, 3621.0, 3621.0, 3620.0, 3633.0, 3632.0, 3621.0, 3640.0, 3621.0, 3630.0, 3622.0, 3630.0, 3632.0, 3610.0, 3631.0, 3622.0, 3633.0, 3632.0, 3622.0, 3623.0, 3622.0, 3632.0, 3621.0, 3642.0, 3631.0, 3642.0, 3631.0, 3622.0, 3632.0, 3631.0, 3632.0, 3632.0, 3631.0, 3643.0, 3612.0, 3633.0, 3623.0, 3644.0, 3633.0, 3633.0, 3646.0, 3655.0, 3646.0, 3642.0, 3632.0, 3622.0, 3643.0, 3632.0, 3642.0, 3632.0, 3641.0, 3633.0, 3622.0, 3632.0, 3620.0, 3631.0, 3621.0, 3620.0, 3631.0, 3640.0, 3631.0, 3608.0, 3618.0, 3621.0, 3609.0, 3630.0, 3629.0, 3619.0, 3619.0, 3629.0, 3619.0, 3630.0, 3631.0, 3608.0, 3618.0, 3619.0, 3619.0, 3631.0, 3620.0, 3620.0, 3619.0, 3618.0, 3619.0, 3639.0, 3619.0, 3618.0, 3618.0, 3618.0, 3608.0, 3619.0, 3638.0, 3617.0, 3606.0, 3605.0, 3617.0, 3619.0, 3618.0, 3607.0, 3618.0, 3619.0, 3619.0, 3619.0, 3620.0, 3619.0, 3620.0, 3619.0, 3619.0, 3631.0, 3619.0, 3621.0, 3630.0, 3639.0, 3629.0, 3606.0, 3616.0, 3617.0, 3618.0, 3618.0, 3616.0, 3617.0, 3606.0, 3604.0, 3617.0, 3607.0, 3618.0, 3607.0, 3617.0, 3606.0, 3596.0, 3620.0, 3618.0, 3619.0, 3628.0, 3619.0, 3598.0, 3629.0, 3619.0, 3619.0, 3619.0, 3619.0, 3608.0, 3618.0, 3619.0, 3607.0, 3620.0, 3628.0, 3619.0, 3638.0, 3618.0, 3628.0, 3619.0, 3618.0, 3631.0, 3608.0, 3619.0, 3618.0, 3618.0, 3620.0, 3620.0, 3620.0, 3640.0, 3620.0, 3627.0, 3617.0, 3616.0, 3617.0, 3616.0, 3629.0, 3605.0, 3618.0, 3596.0, 3619.0, 3618.0, 3618.0, 3607.0, 3606.0, 3618.0, 3630.0, 3632.0, 3620.0, 3631.0, 3621.0, 3630.0, 3632.0, 3632.0, 3632.0, 3641.0, 3642.0, 3619.0, 3631.0, 3632.0, 3642.0, 3632.0, 3620.0, 3618.0, 3631.0, 3620.0, 3631.0, 3631.0, 3631.0, 3620.0, 3620.0, 3629.0, 3630.0, 3619.0, 3629.0, 3628.0, 3640.0, 3619.0, 3617.0, 3618.0, 3618.0, 3629.0, 3618.0, 3607.0, 3607.0, 3619.0, 3608.0, 3631.0, 3620.0, 3619.0, 3620.0, 3621.0, 3634.0, 3643.0, 3644.0, 3631.0, 3629.0, 3631.0, 3631.0, 3641.0, 3639.0, 3630.0, 3608.0, 3619.0, 3631.0, 3621.0, 3644.0, 3645.0, 3656.0, 3624.0, 3642.0, 3632.0, 3631.0, 3632.0, 3641.0, 3631.0, 3621.0, 3630.0, 3629.0, 3631.0, 3619.0, 3620.0, 3629.0, 3650.0, 3628.0, 3615.0, 3635.0, 3603.0, 3601.0, 3602.0, 3590.0, 3612.0, 3590.0, 3610.0, 3589.0, 3589.0, 3589.0, 3590.0, 3590.0, 3601.0, 3590.0, 3613.0, 3604.0, 3618.0, 3629.0, 3607.0, 3617.0, 3617.0, 3607.0, 3619.0, 3609.0, 3620.0, 3619.0, 3631.0, 3631.0, 3629.0, 3632.0, 3620.0, 3631.0, 3631.0, 3618.0, 3630.0, 3619.0, 3630.0, 3640.0, 3631.0, 3619.0, 3629.0, 3629.0, 3630.0, 3631.0, 3629.0, 3632.0, 3630.0, 3641.0, 3632.0, 3642.0, 3643.0, 3652.0, 3641.0, 3640.0, 3632.0, 3631.0, 3642.0, 3630.0, 3630.0, 3629.0, 3629.0, 3641.0, 3629.0, 3641.0, 3639.0, 3630.0, 3617.0, 3629.0, 3630.0, 3630.0, 3630.0, 3640.0, 3641.0, 3619.0, 3642.0, 3630.0, 3630.0, 3631.0, 3641.0, 3640.0, 3640.0, 3641.0, 3618.0, 3630.0, 3628.0, 3629.0, 3629.0, 3618.0, 3629.0, 3638.0, 3630.0, 3607.0, 3629.0, 3630.0, 3630.0, 3641.0, 3630.0, 3642.0, 3641.0, 3631.0, 3620.0, 3642.0, 3632.0, 3630.0, 3632.0, 3632.0, 3656.0, 3621.0, 3653.0, 3642.0, 3642.0, 3643.0, 3642.0, 3643.0, 3643.0, 3633.0, 3643.0, 3643.0, 3643.0, 3644.0, 3643.0, 3643.0, 3654.0, 3621.0, 3643.0, 3642.0, 3652.0, 3641.0, 3622.0, 3642.0, 3652.0, 3652.0, 3642.0, 3630.0, 3642.0, 3643.0, 3640.0, 3642.0, 3629.0, 3641.0, 3631.0, 3641.0, 3630.0, 3640.0, 3639.0, 3630.0, 3656.0, 3642.0, 3642.0, 3629.0, 3628.0, 3627.0, 3617.0, 3640.0, 3643.0, 3631.0, 3631.0, 3643.0, 3642.0, 3643.0, 3632.0, 3643.0, 3621.0, 3652.0, 3630.0, 3640.0, 3631.0, 3639.0, 3639.0, 3626.0, 3617.0, 3627.0, 3616.0, 3627.0, 3628.0, 3618.0, 3606.0, 3629.0, 3630.0, 3620.0, 3631.0, 3629.0, 3630.0, 3630.0, 3630.0, 3630.0, 3630.0, 3629.0, 3630.0, 3631.0, 3640.0, 3632.0, 3629.0, 3619.0, 3629.0, 3618.0, 3629.0, 3650.0, 3619.0, 3617.0, 3618.0, 3618.0, 3617.0, 3629.0], 'WindowWidth': [8275.0, 8272.0, 8222.0, 8210.0, 8197.0, 8207.0, 8196.0, 8193.0, 8204.0, 8188.0, 8187.0, 8187.0, 8201.0, 8191.0, 8216.0, 8191.0, 8212.0, 8187.0, 8184.0, 8188.0, 8188.0, 8203.0, 8185.0, 8184.0, 8185.0, 8167.0, 8187.0, 8185.0, 8198.0, 8186.0, 8186.0, 8193.0, 8218.0, 8190.0, 8188.0, 8189.0, 8184.0, 8183.0, 8184.0, 8182.0, 8178.0, 8179.0, 8182.0, 8194.0, 8181.0, 8194.0, 8188.0, 8183.0, 8185.0, 8170.0, 8191.0, 8176.0, 8214.0, 8180.0, 8215.0, 8225.0, 8214.0, 8211.0, 8221.0, 8232.0, 8235.0, 8217.0, 8218.0, 8216.0, 8219.0, 8215.0, 8233.0, 8229.0, 8230.0, 8209.0, 8212.0, 8204.0, 8195.0, 8205.0, 8209.0, 8189.0, 8190.0, 8170.0, 8191.0, 8190.0, 8198.0, 8193.0, 8210.0, 8206.0, 8195.0, 8206.0, 8195.0, 8211.0, 8213.0, 8211.0, 8226.0, 8206.0, 8208.0, 8209.0, 8223.0, 8212.0, 8220.0, 8205.0, 8203.0, 8191.0, 8175.0, 8212.0, 8190.0, 8194.0, 8219.0, 8191.0, 8192.0, 8193.0, 8225.0, 8225.0, 8213.0, 8238.0, 8211.0, 8205.0, 8209.0, 8222.0, 8212.0, 8217.0, 8192.0, 8212.0, 8188.0, 8196.0, 8188.0, 8200.0, 8188.0, 8198.0, 8188.0, 8184.0, 8187.0, 8203.0, 8211.0, 8191.0, 8209.0, 8206.0, 8222.0, 8209.0, 8228.0, 8230.0, 8214.0, 8213.0, 8235.0, 8209.0, 8204.0, 8212.0, 8221.0, 8197.0, 8217.0, 8189.0, 8196.0, 8186.0, 8203.0, 8188.0, 8198.0, 8198.0, 8182.0, 8198.0, 8184.0, 8185.0, 8204.0, 8213.0, 8188.0, 8201.0, 8188.0, 8203.0, 8194.0, 8190.0, 8205.0, 8200.0, 8206.0, 8207.0, 8224.0, 8226.0, 8192.0, 8208.0, 8219.0, 8194.0, 8206.0, 8214.0, 8209.0, 8213.0, 8206.0, 8211.0, 8191.0, 8193.0, 8208.0, 8211.0, 8205.0, 8208.0, 8190.0, 8203.0, 8204.0, 8221.0, 8206.0, 8218.0, 8205.0, 8200.0, 8190.0, 8203.0, 8209.0, 8207.0, 8209.0, 8204.0, 8207.0, 8205.0, 8193.0, 8209.0, 8218.0, 8193.0, 8216.0, 8193.0, 8199.0, 8195.0, 8189.0, 8207.0, 8186.0, 8201.0, 8187.0, 8201.0, 8206.0, 8190.0, 8195.0, 8202.0, 8191.0, 8192.0, 8208.0, 8205.0, 8191.0, 8213.0, 8237.0, 8206.0, 8189.0, 8222.0, 8213.0, 8225.0, 8195.0, 8221.0, 8205.0, 8204.0, 8208.0, 8210.0, 8220.0, 8202.0, 8228.0, 8188.0, 8188.0, 8208.0, 8189.0, 8217.0, 8186.0, 8198.0, 8184.0, 8202.0, 8206.0, 8191.0, 8233.0, 8188.0, 8187.0, 8202.0, 8212.0, 8221.0, 8208.0, 8188.0, 8186.0, 8190.0, 8205.0, 8204.0, 8189.0, 8190.0, 8187.0, 8166.0, 8204.0, 8189.0, 8190.0, 8224.0, 8209.0, 8192.0, 8206.0, 8204.0, 8200.0, 8192.0, 8206.0, 8207.0, 8192.0, 8203.0, 8208.0, 8191.0, 8208.0, 8189.0, 8206.0, 8190.0, 8185.0, 8205.0, 8211.0, 8192.0, 8209.0, 8204.0, 8205.0, 8208.0, 8215.0, 8210.0, 8233.0, 8221.0, 8189.0, 8207.0, 8211.0, 8208.0, 8226.0, 8208.0, 8192.0, 8207.0, 8193.0, 8209.0, 8206.0, 8190.0, 8189.0, 8189.0, 8207.0, 8218.0, 8205.0, 8200.0, 8183.0, 8183.0, 8170.0, 8188.0, 8213.0, 8201.0, 8170.0, 8188.0, 8207.0, 8175.0, 8189.0, 8187.0, 8206.0, 8193.0, 8193.0, 8213.0, 8211.0, 8207.0, 8209.0, 8203.0, 8203.0, 8186.0, 8200.0, 8188.0, 8198.0, 8179.0, 8189.0, 8182.0, 8153.0, 8186.0, 8182.0, 8181.0, 8185.0, 8157.0, 8191.0, 8174.0, 8193.0, 8190.0, 8208.0, 8199.0, 8194.0, 8212.0, 8194.0, 8215.0, 8197.0, 8225.0, 8195.0, 8189.0, 8208.0, 8210.0, 8212.0, 8210.0, 8207.0, 8187.0, 8185.0, 8191.0, 8203.0, 8205.0, 8203.0, 8186.0, 8181.0, 8180.0, 8188.0, 8182.0, 8185.0, 8195.0, 8198.0, 8168.0, 8183.0, 8188.0, 8172.0, 8187.0, 8213.0, 8200.0, 8183.0, 8187.0, 8191.0, 8187.0, 8188.0, 8215.0, 8186.0, 8199.0, 8205.0, 8191.0, 8207.0, 8187.0, 8187.0, 8189.0, 8171.0, 8207.0, 8179.0, 8206.0, 8193.0, 8191.0, 8195.0, 8176.0, 8214.0, 8207.0, 8210.0, 8191.0, 8209.0, 8192.0, 8204.0, 8208.0, 8219.0, 8211.0, 8230.0, 8192.0, 8201.0, 8206.0, 8190.0, 8204.0, 8205.0, 8220.0, 8191.0, 8189.0, 8209.0, 8195.0, 8223.0, 8190.0, 8219.0, 8191.0, 8200.0, 8188.0, 8215.0, 8188.0, 8212.0, 8185.0, 8195.0, 8182.0, 8170.0, 8189.0, 8186.0, 8184.0, 8169.0, 8171.0, 8187.0, 8173.0, 8189.0, 8174.0, 8206.0, 8194.0, 8194.0, 8217.0, 8194.0, 8211.0, 8192.0, 8218.0, 8191.0, 8217.0, 8192.0, 8216.0, 8205.0, 8180.0, 8185.0, 8151.0, 8201.0, 8185.0, 8184.0, 8186.0, 8184.0, 8203.0, 8176.0, 8215.0, 8195.0, 8217.0, 8212.0, 8214.0, 8196.0, 8199.0, 8215.0, 8214.0, 8214.0, 8227.0, 8215.0, 8225.0, 8214.0, 8224.0, 8213.0, 8217.0, 8208.0, 8173.0, 8188.0, 8186.0, 8204.0, 8189.0, 8204.0, 8186.0, 8186.0, 8202.0, 8186.0, 8206.0, 8214.0, 8204.0, 8210.0, 8186.0, 8197.0, 8204.0, 8199.0, 8188.0, 8195.0, 8189.0, 8186.0, 8202.0, 8175.0, 8185.0, 8188.0, 8172.0, 8207.0, 8171.0, 8189.0, 8202.0, 8206.0, 8215.0, 8185.0, 8184.0, 8188.0, 8175.0, 8186.0, 8184.0, 8183.0, 8182.0, 8167.0, 8183.0, 8168.0, 8186.0, 8213.0, 8187.0, 8172.0, 8189.0, 8189.0, 8191.0, 8205.0, 8189.0, 8190.0, 8199.0, 8188.0, 8202.0, 8192.0, 8214.0, 8188.0, 8196.0, 8199.0, 8183.0, 8187.0, 8184.0, 8200.0, 8169.0, 8182.0, 8167.0, 8188.0, 8184.0, 8184.0, 8183.0, 8184.0, 8168.0, 8186.0, 8173.0, 8174.0, 8189.0, 8189.0, 8187.0, 8190.0, 8190.0, 8208.0, 8209.0, 8206.0, 8193.0, 8191.0, 8194.0, 8209.0, 8213.0, 8196.0, 8213.0, 8221.0, 8210.0, 8206.0, 8211.0, 8209.0, 8211.0, 8221.0, 8212.0, 8216.0, 8192.0, 8201.0, 8211.0, 8204.0, 8193.0, 8202.0, 8206.0, 8186.0, 8192.0, 8209.0, 8212.0, 8192.0, 8209.0, 8190.0, 8212.0, 8193.0, 8201.0, 8198.0, 8211.0, 8211.0, 8211.0, 8199.0, 8212.0, 8229.0, 8224.0, 8214.0, 8236.0, 8197.0, 8209.0, 8215.0, 8226.0, 8216.0, 8199.0, 8213.0, 8197.0, 8216.0, 8217.0, 8215.0, 8216.0, 8226.0, 8216.0, 8226.0, 8215.0, 8229.0, 8217.0, 8239.0, 8215.0, 8220.0, 8210.0, 8207.0, 8217.0, 8212.0, 8211.0, 8194.0, 8196.0, 8192.0, 8213.0, 8214.0, 8213.0, 8196.0, 8210.0, 8209.0, 8179.0, 8213.0, 8210.0, 8215.0, 8212.0, 8214.0, 8194.0, 8212.0, 8199.0, 8232.0, 8212.0, 8213.0, 8210.0, 8211.0, 8198.0, 8212.0, 8215.0, 8209.0, 8214.0, 8223.0, 8197.0, 8207.0, 8216.0, 8222.0, 8211.0, 8192.0, 8207.0, 8192.0, 8227.0, 8210.0, 8210.0, 8195.0, 8194.0, 8195.0, 8191.0, 8214.0, 8209.0, 8196.0, 8218.0, 8195.0, 8205.0, 8198.0, 8204.0, 8211.0, 8180.0, 8210.0, 8200.0, 8213.0, 8213.0, 8197.0, 8200.0, 8199.0, 8212.0, 8195.0, 8225.0, 8210.0, 8222.0, 8208.0, 8200.0, 8214.0, 8209.0, 8209.0, 8211.0, 8210.0, 8230.0, 8187.0, 8216.0, 8203.0, 8231.0, 8216.0, 8216.0, 8238.0, 8246.0, 8236.0, 8225.0, 8212.0, 8200.0, 8227.0, 8210.0, 8223.0, 8209.0, 8221.0, 8213.0, 8197.0, 8210.0, 8191.0, 8205.0, 8193.0, 8191.0, 8208.0, 8217.0, 8207.0, 8172.0, 8186.0, 8194.0, 8175.0, 8206.0, 8202.0, 8189.0, 8187.0, 8202.0, 8189.0, 8203.0, 8206.0, 8172.0, 8185.0, 8189.0, 8191.0, 8207.0, 8190.0, 8190.0, 8187.0, 8183.0, 8189.0, 8213.0, 8188.0, 8185.0, 8184.0, 8184.0, 8172.0, 8188.0, 8210.0, 8182.0, 8165.0, 8163.0, 8184.0, 8186.0, 8186.0, 8170.0, 8184.0, 8190.0, 8190.0, 8191.0, 8190.0, 8190.0, 8190.0, 8189.0, 8190.0, 8207.0, 8190.0, 8192.0, 8203.0, 8213.0, 8200.0, 8166.0, 8179.0, 8183.0, 8182.0, 8182.0, 8178.0, 8178.0, 8162.0, 8160.0, 8182.0, 8168.0, 8184.0, 8167.0, 8180.0, 8167.0, 8152.0, 8191.0, 8185.0, 8190.0, 8199.0, 8189.0, 8158.0, 8203.0, 8189.0, 8190.0, 8190.0, 8189.0, 8173.0, 8184.0, 8188.0, 8169.0, 8192.0, 8199.0, 8188.0, 8211.0, 8186.0, 8198.0, 8188.0, 8188.0, 8207.0, 8174.0, 8188.0, 8185.0, 8186.0, 8192.0, 8192.0, 8193.0, 8217.0, 8190.0, 8196.0, 8182.0, 8178.0, 8185.0, 8179.0, 8200.0, 8164.0, 8184.0, 8152.0, 8189.0, 8185.0, 8186.0, 8170.0, 8168.0, 8188.0, 8205.0, 8212.0, 8194.0, 8210.0, 8193.0, 8205.0, 8213.0, 8211.0, 8213.0, 8221.0, 8223.0, 8189.0, 8207.0, 8212.0, 8223.0, 8212.0, 8189.0, 8184.0, 8207.0, 8190.0, 8208.0, 8209.0, 8208.0, 8191.0, 8191.0, 8201.0, 8204.0, 8189.0, 8202.0, 8199.0, 8215.0, 8185.0, 8182.0, 8186.0, 8184.0, 8199.0, 8185.0, 8167.0, 8169.0, 8190.0, 8172.0, 8206.0, 8191.0, 8190.0, 8193.0, 8196.0, 8218.0, 8226.0, 8229.0, 8206.0, 8204.0, 8209.0, 8207.0, 8221.0, 8215.0, 8204.0, 8173.0, 8188.0, 8209.0, 8197.0, 8232.0, 8238.0, 8251.0, 8207.0, 8226.0, 8211.0, 8210.0, 8210.0, 8222.0, 8207.0, 8194.0, 8203.0, 8204.0, 8209.0, 8191.0, 8191.0, 8203.0, 8229.0, 8197.0, 8175.0, 8199.0, 8153.0, 8150.0, 8150.0, 8133.0, 8162.0, 8132.0, 8158.0, 8129.0, 8127.0, 8128.0, 8133.0, 8133.0, 8150.0, 8135.0, 8169.0, 8160.0, 8187.0, 8201.0, 8170.0, 8184.0, 8185.0, 8171.0, 8189.0, 8176.0, 8193.0, 8191.0, 8207.0, 8208.0, 8204.0, 8210.0, 8194.0, 8209.0, 8206.0, 8188.0, 8204.0, 8188.0, 8205.0, 8217.0, 8208.0, 8189.0, 8202.0, 8201.0, 8206.0, 8209.0, 8204.0, 8210.0, 8205.0, 8222.0, 8212.0, 8225.0, 8226.0, 8239.0, 8223.0, 8219.0, 8211.0, 8209.0, 8225.0, 8205.0, 8204.0, 8201.0, 8202.0, 8223.0, 8202.0, 8219.0, 8215.0, 8203.0, 8185.0, 8203.0, 8205.0, 8206.0, 8206.0, 8218.0, 8222.0, 8190.0, 8224.0, 8207.0, 8207.0, 8208.0, 8220.0, 8219.0, 8218.0, 8223.0, 8187.0, 8205.0, 8198.0, 8200.0, 8202.0, 8187.0, 8204.0, 8214.0, 8206.0, 8169.0, 8202.0, 8205.0, 8207.0, 8221.0, 8205.0, 8225.0, 8221.0, 8208.0, 8194.0, 8224.0, 8211.0, 8208.0, 8212.0, 8214.0, 8251.0, 8197.0, 8244.0, 8226.0, 8227.0, 8229.0, 8227.0, 8229.0, 8228.0, 8215.0, 8229.0, 8231.0, 8228.0, 8231.0, 8228.0, 8227.0, 8246.0, 8199.0, 8228.0, 8224.0, 8237.0, 8222.0, 8199.0, 8225.0, 8239.0, 8238.0, 8225.0, 8208.0, 8227.0, 8227.0, 8220.0, 8225.0, 8204.0, 8223.0, 8211.0, 8222.0, 8206.0, 8218.0, 8217.0, 8206.0, 8252.0, 8226.0, 8225.0, 8202.0, 8198.0, 8197.0, 8185.0, 8220.0, 8228.0, 8209.0, 8211.0, 8227.0, 8226.0, 8229.0, 8211.0, 8229.0, 8196.0, 8235.0, 8205.0, 8218.0, 8210.0, 8215.0, 8215.0, 8192.0, 8183.0, 8197.0, 8181.0, 8197.0, 8198.0, 8187.0, 8170.0, 8204.0, 8205.0, 8193.0, 8208.0, 8203.0, 8207.0, 8205.0, 8206.0, 8206.0, 8206.0, 8203.0, 8203.0, 8208.0, 8218.0, 8210.0, 8202.0, 8187.0, 8201.0, 8188.0, 8202.0, 8230.0, 8191.0, 8184.0, 8186.0, 8187.0, 8185.0, 8204.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.00048453679653679647</td></tr>
<tr><td colspan=3>aqi</td><td>0.027575720692640693</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.5711305245581</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1718124151819758</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.002863432157713</td></tr>
<tr><td colspan=3>efc</td><td>0.4503</td></tr>
<tr><td colspan=3>fber</td><td>5152.7876</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07700679812835952</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.2121212121212122</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5084157901146296</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4425674872191987</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.752035479840907</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.330644403283783</td></tr>
<tr><td colspan=3>gcor</td><td>0.00853347</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01701389066874981</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028824681416153908</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.806159901902084</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>30.1821</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.18</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>143.2024</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310408.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>645.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>273.3509</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3853</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>412.4291</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2906.7079</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3122.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66136.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>859.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3779.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>820.2431</td></tr>
<tr><td colspan=3>tsnr</td><td>37.99631701695034</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>