<?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-0094_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-0094_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-0094_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-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0094/figures/sub-0094_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-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094/ses-02/func/sub-0094_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>b15c94c538a42a86495635cf51d526f4</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>12:27:48.980000</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.99619, 0.0795447, 0.0357561, -0.0799765, 0.996738, 0.0108113]</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.259</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.113148</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4257, -7867, -7208, 508, -86, -424, 264, 42]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.71</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ff8b5e2e-66fc-4238-b757-24e6f7388e5f||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.6727044582366943, -0.21457114815711975, 0.09390459209680557, 115.64945220947266], [-0.2134125828742981, 2.674175500869751, 0.03680038824677467, -87.45577239990234], [0.09593098610639572, -0.029005978256464005, 2.698115587234497, -58.326778411865234], [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': ['122748.980000', '122749.440000', '122749.900000', '122750.360000', '122750.820000', '122751.280000', '122751.740000', '122752.200000', '122752.660000', '122753.120000', '122753.580000', '122754.040000', '122754.500000', '122754.960000', '122755.420000', '122755.880000', '122756.340000', '122756.800000', '122757.260000', '122757.720000', '122758.180000', '122758.640000', '122759.100000', '122759.560000', '122800.020000', '122800.480000', '122800.940000', '122801.400000', '122801.860000', '122802.320000', '122802.780000', '122803.240000', '122803.700000', '122804.160000', '122804.620000', '122805.080000', '122805.540000', '122806.000000', '122806.460000', '122806.920000', '122807.380000', '122807.840000', '122808.300000', '122808.760000', '122809.220000', '122809.680000', '122810.140000', '122810.600000', '122811.060000', '122811.520000', '122811.980000', '122812.440000', '122812.900000', '122813.360000', '122813.820000', '122814.280000', '122814.740000', '122815.200000', '122815.660000', '122816.120000', '122816.580000', '122817.040000', '122817.500000', '122817.960000', '122818.420000', '122818.880000', '122819.340000', '122819.800000', '122820.260000', '122820.720000', '122821.180000', '122821.640000', '122822.100000', '122822.560000', '122823.020000', '122823.480000', '122823.940000', '122824.400000', '122824.860000', '122825.320000', '122825.780000', '122826.240000', '122826.700000', '122827.160000', '122827.620000', '122828.080000', '122828.540000', '122829.000000', '122829.460000', '122829.920000', '122830.380000', '122830.840000', '122831.300000', '122831.760000', '122832.220000', '122832.680000', '122833.140000', '122833.600000', '122834.060000', '122834.520000', '122834.980000', '122835.440000', '122835.900000', '122836.360000', '122836.820000', '122837.280000', '122837.740000', '122838.200000', '122838.660000', '122839.120000', '122839.580000', '122840.040000', '122840.500000', '122840.960000', '122841.420000', '122841.880000', '122842.340000', '122842.800000', '122843.260000', '122843.720000', '122844.180000', '122844.640000', '122845.100000', '122845.560000', '122846.020000', '122846.480000', '122846.940000', '122847.400000', '122847.860000', '122848.320000', '122848.780000', '122849.240000', '122849.700000', '122850.160000', '122850.620000', '122851.080000', '122851.540000', '122852.000000', '122852.460000', '122852.920000', '122853.380000', '122853.840000', '122854.300000', '122854.760000', '122855.220000', '122855.680000', '122856.140000', '122856.600000', '122857.060000', '122857.520000', '122857.980000', '122858.440000', '122858.900000', '122859.360000', '122859.820000', '122900.280000', '122900.740000', '122901.200000', '122901.660000', '122902.120000', '122902.580000', '122903.040000', '122903.500000', '122903.960000', '122904.420000', '122904.880000', '122905.340000', '122905.800000', '122906.260000', '122906.720000', '122907.180000', '122907.640000', '122908.100000', '122908.560000', '122909.020000', '122909.480000', '122909.940000', '122910.400000', '122910.860000', '122911.320000', '122911.780000', '122912.240000', '122912.700000', '122913.160000', '122913.620000', '122914.080000', '122914.540000', '122915.000000', '122915.460000', '122915.920000', '122916.380000', '122916.840000', '122917.300000', '122917.760000', '122918.220000', '122918.680000', '122919.140000', '122919.600000', '122920.060000', '122920.520000', '122920.980000', '122921.440000', '122921.900000', '122922.360000', '122922.820000', '122923.280000', '122923.740000', '122924.200000', '122924.660000', '122925.120000', '122925.580000', '122926.040000', '122926.500000', '122926.960000', '122927.420000', '122927.880000', '122928.340000', '122928.800000', '122929.260000', '122929.720000', '122930.180000', '122930.640000', '122931.100000', '122931.560000', '122932.020000', '122932.480000', '122932.940000', '122933.400000', '122933.860000', '122934.320000', '122934.780000', '122935.240000', '122935.700000', '122936.160000', '122936.620000', '122937.080000', '122937.540000', '122938.000000', '122938.460000', '122938.920000', '122939.380000', '122939.840000', '122940.300000', '122940.760000', '122941.220000', '122941.680000', '122942.140000', '122942.600000', '122943.060000', '122943.520000', '122943.980000', '122944.440000', '122944.900000', '122945.360000', '122945.820000', '122946.280000', '122946.740000', '122947.200000', '122947.660000', '122948.120000', '122948.580000', '122949.040000', '122949.500000', '122949.960000', '122950.420000', '122950.880000', '122951.340000', '122951.800000', '122952.260000', '122952.720000', '122953.180000', '122953.640000', '122954.100000', '122954.560000', '122955.020000', '122955.480000', '122955.940000', '122956.400000', '122956.860000', '122957.320000', '122957.780000', '122958.240000', '122958.700000', '122959.160000', '122959.620000', '123000.080000', '123000.540000', '123001.000000', '123001.460000', '123001.920000', '123002.380000', '123002.840000', '123003.300000', '123003.760000', '123004.220000', '123004.680000', '123005.140000', '123005.600000', '123006.060000', '123006.520000', '123006.980000', '123007.440000', '123007.900000', '123008.360000', '123008.820000', '123009.280000', '123009.740000', '123010.200000', '123010.660000', '123011.120000', '123011.580000', '123012.040000', '123012.500000', '123012.960000', '123013.420000', '123013.880000', '123014.340000', '123014.800000', '123015.260000', '123015.720000', '123016.180000', '123016.640000', '123017.100000', '123017.560000', '123018.020000', '123018.480000', '123018.940000', '123019.400000', '123019.860000', '123020.320000', '123020.780000', '123021.240000', '123021.700000', '123022.160000', '123022.620000', '123023.080000', '123023.540000', '123024.000000', '123024.460000', '123024.920000', '123025.380000', '123025.840000', '123026.300000', '123026.760000', '123027.220000', '123027.680000', '123028.140000', '123028.600000', '123029.060000', '123029.520000', '123029.980000', '123030.440000', '123030.900000', '123031.360000', '123031.820000', '123032.280000', '123032.740000', '123033.200000', '123033.660000', '123034.120000', '123034.580000', '123035.040000', '123035.500000', '123035.960000', '123036.420000', '123036.880000', '123037.340000', '123037.800000', '123038.260000', '123038.720000', '123039.180000', '123039.640000', '123040.100000', '123040.560000', '123041.020000', '123041.480000', '123041.940000', '123042.400000', '123042.860000', '123043.320000', '123043.780000', '123044.240000', '123044.700000', '123045.160000', '123045.620000', '123046.080000', '123046.540000', '123047.000000', '123047.460000', '123047.920000', '123048.380000', '123048.840000', '123049.300000', '123049.760000', '123050.220000', '123050.680000', '123051.140000', '123051.600000', '123052.060000', '123052.520000', '123052.980000', '123053.440000', '123053.900000', '123054.360000', '123054.820000', '123055.280000', '123055.740000', '123056.200000', '123056.660000', '123057.120000', '123057.580000', '123058.040000', '123058.500000', '123058.960000', '123059.420000', '123059.880000', '123100.340000', '123100.800000', '123101.260000', '123101.720000', '123102.180000', '123102.640000', '123103.100000', '123103.560000', '123104.020000', '123104.480000', '123104.940000', '123105.400000', '123105.860000', '123106.320000', '123106.780000', '123107.240000', '123107.700000', '123108.160000', '123108.620000', '123109.080000', '123109.540000', '123110.000000', '123110.460000', '123110.920000', '123111.380000', '123111.840000', '123112.300000', '123112.760000', '123113.220000', '123113.680000', '123114.140000', '123114.600000', '123115.060000', '123115.520000', '123115.980000', '123116.440000', '123116.900000', '123117.360000', '123117.820000', '123118.280000', '123118.740000', '123119.200000', '123119.660000', '123120.120000', '123120.580000', '123121.040000', '123121.500000', '123121.960000', '123122.420000', '123122.880000', '123123.340000', '123123.800000', '123124.260000', '123124.720000', '123125.180000', '123125.640000', '123126.100000', '123126.560000', '123127.020000', '123127.480000', '123127.940000', '123128.400000', '123128.860000', '123129.320000', '123129.780000', '123130.240000', '123130.700000', '123131.160000', '123131.620000', '123132.080000', '123132.540000', '123133.000000', '123133.460000', '123133.920000', '123134.380000', '123134.840000', '123135.300000', '123135.760000', '123136.220000', '123136.680000', '123137.140000', '123137.600000', '123138.060000', '123138.520000', '123138.980000', '123139.440000', '123139.900000', '123140.360000', '123140.820000', '123141.280000', '123141.740000', '123142.200000', '123142.660000', '123143.120000', '123143.580000', '123144.040000', '123144.500000', '123144.960000', '123145.420000', '123145.880000', '123146.340000', '123146.800000', '123147.260000', '123147.720000', '123148.180000', '123148.640000', '123149.100000', '123149.560000', '123150.020000', '123150.480000', '123150.940000', '123151.400000', '123151.860000', '123152.320000', '123152.780000', '123153.240000', '123153.700000', '123154.160000', '123154.620000', '123155.080000', '123155.540000', '123156.000000', '123156.460000', '123156.920000', '123157.380000', '123157.840000', '123158.300000', '123158.760000', '123159.220000', '123159.680000', '123200.140000', '123200.600000', '123201.060000', '123201.520000', '123201.980000', '123202.440000', '123202.900000', '123203.360000', '123203.820000', '123204.280000', '123204.740000', '123205.200000', '123205.660000', '123206.120000', '123206.580000', '123207.040000', '123207.500000', '123207.960000', '123208.420000', '123208.880000', '123209.340000', '123209.800000', '123210.260000', '123210.720000', '123211.180000', '123211.640000', '123212.100000', '123212.560000', '123213.020000', '123213.480000', '123213.940000', '123214.400000', '123214.860000', '123215.320000', '123215.780000', '123216.240000', '123216.700000', '123217.160000', '123217.620000', '123218.080000', '123218.540000', '123219.000000', '123219.460000', '123219.920000', '123220.380000', '123220.840000', '123221.300000', '123221.760000', '123222.220000', '123222.680000', '123223.140000', '123223.600000', '123224.060000', '123224.520000', '123224.980000', '123225.440000', '123225.900000', '123226.360000', '123226.820000', '123227.280000', '123227.740000', '123228.200000', '123228.660000', '123229.120000', '123229.580000', '123230.040000', '123230.500000', '123230.960000', '123231.420000', '123231.880000', '123232.340000', '123232.800000', '123233.260000', '123233.720000', '123234.180000', '123234.640000', '123235.100000', '123235.560000', '123236.020000', '123236.480000', '123236.940000', '123237.400000', '123237.860000', '123238.320000', '123238.780000', '123239.240000', '123239.700000', '123240.160000', '123240.620000', '123241.080000', '123241.540000', '123242.000000', '123242.460000', '123242.920000', '123243.380000', '123243.840000', '123244.300000', '123244.760000', '123245.220000', '123245.680000', '123246.140000', '123246.600000', '123247.060000', '123247.520000', '123247.980000', '123248.440000', '123248.900000', '123249.360000', '123249.820000', '123250.280000', '123250.740000', '123251.200000', '123251.660000', '123252.120000', '123252.580000', '123253.040000', '123253.500000', '123253.960000', '123254.420000', '123254.880000', '123255.340000', '123255.800000', '123256.260000', '123256.720000', '123257.180000', '123257.640000', '123258.100000', '123258.560000', '123259.020000', '123259.480000', '123259.940000', '123300.400000', '123300.860000', '123301.320000', '123301.780000', '123302.240000', '123302.700000', '123303.160000', '123303.620000', '123304.080000', '123304.540000', '123305.000000', '123305.460000', '123305.920000', '123306.380000', '123306.840000', '123307.300000', '123307.760000', '123308.220000', '123308.680000', '123309.140000', '123309.600000', '123310.060000', '123310.520000', '123310.980000', '123311.440000', '123311.900000', '123312.360000', '123312.820000', '123313.280000', '123313.740000', '123314.200000', '123314.660000', '123315.120000', '123315.580000', '123316.040000', '123316.500000', '123316.960000', '123317.420000', '123317.880000', '123318.340000', '123318.800000', '123319.260000', '123319.720000', '123320.180000', '123320.640000', '123321.100000', '123321.560000', '123322.020000', '123322.480000', '123322.940000', '123323.400000', '123323.860000', '123324.320000', '123324.780000', '123325.240000', '123325.700000', '123326.160000', '123326.620000', '123327.080000', '123327.540000', '123328.000000', '123328.460000', '123328.920000', '123329.380000', '123329.840000', '123330.300000', '123330.760000', '123331.220000', '123331.680000', '123332.140000', '123332.600000', '123333.060000', '123333.520000', '123333.980000', '123334.440000', '123334.900000', '123335.360000', '123335.820000', '123336.280000', '123336.740000', '123337.200000', '123337.660000', '123338.120000', '123338.580000', '123339.040000', '123339.500000', '123339.960000', '123340.420000', '123340.880000', '123341.340000', '123341.800000', '123342.260000', '123342.720000', '123343.180000', '123343.640000', '123344.100000', '123344.560000', '123345.020000', '123345.480000', '123345.940000', '123346.400000', '123346.860000', '123347.320000', '123347.780000', '123348.240000', '123348.700000', '123349.160000', '123349.620000', '123350.080000', '123350.540000', '123351.000000', '123351.460000', '123351.920000', '123352.380000', '123352.840000', '123353.300000', '123353.760000', '123354.220000', '123354.680000', '123355.140000', '123355.600000', '123356.060000', '123356.520000', '123356.980000', '123357.440000', '123357.900000', '123358.360000', '123358.820000', '123359.280000', '123359.740000', '123400.200000', '123400.660000', '123401.120000', '123401.580000', '123402.040000', '123402.500000', '123402.960000', '123403.420000', '123403.880000', '123404.340000', '123404.800000', '123405.260000', '123405.720000', '123406.180000', '123406.640000', '123407.100000', '123407.560000', '123408.020000', '123408.480000', '123408.940000', '123409.400000', '123409.860000', '123410.320000', '123410.780000', '123411.240000', '123411.700000', '123412.160000', '123412.620000', '123413.080000', '123413.540000', '123414.000000', '123414.460000', '123414.920000', '123415.380000', '123415.840000', '123416.300000', '123416.760000', '123417.220000', '123417.680000', '123418.140000', '123418.600000', '123419.060000', '123419.520000', '123419.980000', '123420.440000', '123420.900000', '123421.360000', '123421.820000', '123422.280000', '123422.740000', '123423.200000', '123423.660000', '123424.120000', '123424.580000', '123425.040000', '123425.500000', '123425.960000', '123426.420000', '123426.880000', '123427.340000', '123427.800000', '123428.260000', '123428.720000', '123429.180000', '123429.640000', '123430.100000', '123430.560000', '123431.020000', '123431.480000', '123431.940000', '123432.400000', '123432.860000', '123433.320000', '123433.780000', '123434.240000', '123434.700000', '123435.160000', '123435.620000', '123436.080000', '123436.540000', '123437.000000', '123437.460000', '123437.920000', '123438.380000', '123438.840000', '123439.300000', '123439.760000', '123440.220000', '123440.680000', '123441.140000', '123441.600000', '123442.060000', '123442.520000', '123442.980000', '123443.440000', '123443.900000', '123444.360000', '123444.820000', '123445.280000', '123445.740000', '123446.200000', '123446.660000', '123447.120000', '123447.580000', '123448.040000', '123448.500000', '123448.960000', '123449.420000', '123449.880000', '123450.340000', '123450.800000', '123451.260000', '123451.720000', '123452.180000', '123452.640000', '123453.100000', '123453.560000', '123454.020000', '123454.480000', '123454.940000', '123455.400000', '123455.860000', '123456.320000', '123456.780000', '123457.240000', '123457.700000', '123458.160000', '123458.620000', '123459.080000', '123459.540000', '123500.000000', '123500.460000', '123500.920000', '123501.380000', '123501.840000', '123502.300000', '123502.760000', '123503.220000', '123503.680000', '123504.140000', '123504.600000', '123505.060000', '123505.520000', '123505.980000', '123506.440000', '123506.900000', '123507.360000', '123507.820000', '123508.280000', '123508.740000', '123509.200000', '123509.660000', '123510.120000', '123510.580000', '123511.040000', '123511.500000', '123511.960000', '123512.420000', '123512.880000', '123513.340000', '123513.800000', '123514.260000', '123514.720000', '123515.180000', '123515.640000', '123516.100000', '123516.560000', '123517.020000', '123517.480000', '123517.940000', '123518.400000', '123518.860000', '123519.320000', '123519.780000', '123520.240000', '123520.700000', '123521.160000', '123521.620000', '123522.080000', '123522.540000', '123523.000000', '123523.460000', '123523.920000', '123524.380000', '123524.840000', '123525.300000', '123525.760000', '123526.220000', '123526.680000', '123527.140000', '123527.600000', '123528.060000', '123528.520000', '123528.980000', '123529.440000', '123529.900000', '123530.360000', '123530.820000', '123531.280000', '123531.740000', '123532.200000', '123532.660000', '123533.120000', '123533.580000', '123534.040000', '123534.500000', '123534.960000', '123535.420000', '123535.880000', '123536.340000', '123536.800000', '123537.260000', '123537.720000', '123538.180000', '123538.640000', '123539.100000', '123539.560000', '123540.020000', '123540.480000', '123540.940000', '123541.400000', '123541.860000', '123542.320000', '123542.780000', '123543.240000', '123543.700000', '123544.160000', '123544.620000', '123545.080000', '123545.540000', '123546.000000', '123546.460000', '123546.920000', '123547.380000', '123547.840000', '123548.300000', '123548.760000', '123549.220000', '123549.680000', '123550.140000', '123550.600000', '123551.060000', '123551.520000', '123551.980000', '123552.440000', '123552.900000', '123553.360000', '123553.820000', '123554.280000', '123554.740000', '123555.200000', '123555.660000', '123556.120000', '123556.580000', '123557.040000', '123557.500000', '123557.960000', '123558.420000', '123558.880000', '123559.340000', '123559.800000', '123600.260000', '123600.720000', '123601.180000', '123601.640000', '123602.100000', '123602.560000', '123603.020000', '123603.480000', '123603.940000', '123604.400000', '123604.860000', '123605.320000', '123605.780000', '123606.240000', '123606.700000', '123607.160000', '123607.620000', '123608.080000', '123608.540000', '123609.000000', '123609.460000', '123609.920000', '123610.380000', '123610.840000', '123611.300000', '123611.760000', '123612.220000', '123612.680000', '123613.140000', '123613.600000', '123614.060000', '123614.520000', '123614.980000', '123615.440000', '123615.900000', '123616.360000', '123616.820000', '123617.280000', '123617.740000', '123618.200000', '123618.660000', '123619.120000', '123619.580000', '123620.040000', '123620.500000', '123620.960000', '123621.420000', '123621.880000', '123622.340000', '123622.800000', '123623.260000', '123623.720000', '123624.180000', '123624.640000', '123625.100000', '123625.560000', '123626.020000', '123626.480000', '123626.940000', '123627.400000', '123627.860000', '123628.320000', '123628.780000', '123629.240000', '123629.700000', '123630.160000', '123630.620000', '123631.080000', '123631.540000', '123632.000000', '123632.460000', '123632.920000', '123633.380000', '123633.840000', '123634.300000', '123634.760000', '123635.220000', '123635.680000', '123636.140000', '123636.600000', '123637.060000', '123637.520000', '123637.980000', '123638.440000', '123638.900000', '123639.360000', '123639.820000', '123640.280000', '123640.740000', '123641.200000'], 'ContentTime': ['122802.645000', '122802.648000', '122802.650000', '122802.653000', '122802.656000', '122802.667000', '122802.670000', '122802.673000', '122802.676000', '122802.678000', '122802.681000', '122802.684000', '122802.706000', '122802.709000', '122802.711000', '122802.714000', '122802.716000', '122802.719000', '122802.722000', '122802.724000', '122802.727000', '122802.730000', '122802.732000', '122802.735000', '122802.737000', '122802.740000', '122802.743000', '122822.618000', '122822.620000', '122822.623000', '122822.626000', '122822.628000', '122822.631000', '122822.634000', '122822.636000', '122822.639000', '122822.641000', '122822.644000', '122822.653000', '122822.656000', '122822.658000', '122822.661000', '122822.664000', '122822.666000', '122822.669000', '122822.671000', '122822.674000', '122822.677000', '122822.679000', '122822.682000', '122822.684000', '122822.687000', '122822.689000', '122822.692000', '122822.695000', '122822.697000', '122822.700000', '122822.703000', '122822.705000', '122822.708000', '122822.710000', '122822.713000', '122822.715000', '122822.718000', '122822.721000', '122822.723000', '122822.726000', '122822.728000', '122822.731000', '122822.734000', '122822.736000', '122842.619000', '122842.621000', '122842.624000', '122842.626000', '122842.629000', '122842.632000', '122842.634000', '122842.637000', '122842.640000', '122842.642000', '122842.645000', '122842.647000', '122842.650000', '122842.653000', '122842.655000', '122842.658000', '122842.661000', '122842.663000', '122842.666000', '122842.668000', '122842.678000', '122842.681000', '122842.684000', '122842.686000', '122842.689000', '122842.692000', '122842.694000', '122842.697000', '122842.699000', '122842.702000', '122842.705000', '122842.707000', '122842.710000', '122842.712000', '122842.715000', '122842.724000', '122842.726000', '122842.729000', '122842.731000', '122842.734000', '122842.736000', '122842.739000', '122842.742000', '122902.618000', '122902.621000', '122902.624000', '122902.627000', '122902.630000', '122902.633000', '122902.635000', '122902.638000', '122902.640000', '122902.643000', '122902.646000', '122902.648000', '122902.651000', '122902.653000', '122902.656000', '122902.659000', '122902.661000', '122902.664000', '122902.667000', '122902.669000', '122902.672000', '122902.674000', '122902.677000', '122902.680000', '122902.682000', '122902.685000', '122902.688000', '122902.690000', '122902.693000', '122902.696000', '122902.698000', '122902.701000', '122902.703000', '122902.706000', '122902.708000', '122902.711000', '122902.713000', '122902.716000', '122902.719000', '122902.721000', '122902.724000', '122902.727000', '122902.729000', '122902.732000', '122922.618000', '122922.621000', '122922.624000', '122922.626000', '122922.629000', '122922.632000', '122922.634000', '122922.637000', '122922.639000', '122922.642000', '122922.645000', '122922.647000', '122922.650000', '122922.653000', '122922.655000', '122922.658000', '122922.660000', '122922.663000', '122922.666000', '122922.668000', '122922.671000', '122922.673000', '122922.676000', '122922.678000', '122922.681000', '122922.684000', '122922.686000', '122922.689000', '122922.692000', '122922.694000', '122922.697000', '122922.700000', '122922.702000', '122922.705000', '122922.707000', '122922.710000', '122922.713000', '122922.715000', '122922.718000', '122922.720000', '122922.723000', '122922.726000', '122922.728000', '122942.617000', '122942.620000', '122942.623000', '122942.626000', '122942.628000', '122942.631000', '122942.634000', '122942.636000', '122942.639000', '122942.641000', '122942.644000', '122942.647000', '122942.649000', '122942.652000', '122942.654000', '122942.657000', '122942.660000', '122942.662000', '122942.665000', '122942.667000', '122942.670000', '122942.673000', '122942.675000', '122942.678000', '122942.680000', '122942.683000', '122942.686000', '122942.688000', '122942.691000', '122942.694000', '122942.696000', '122942.699000', '122942.701000', '122942.704000', '122942.706000', '122942.709000', '122942.712000', '122942.714000', '122942.717000', '122942.719000', '122942.722000', '122942.725000', '122942.727000', '122942.730000', '123002.617000', '123002.620000', '123002.623000', '123002.626000', '123002.628000', '123002.631000', '123002.634000', '123002.636000', '123002.639000', '123002.641000', '123002.644000', '123002.647000', '123002.649000', '123002.652000', '123002.654000', '123002.657000', '123002.659000', '123002.662000', '123002.665000', '123002.668000', '123002.670000', '123002.673000', '123002.675000', '123002.678000', '123002.681000', '123002.683000', '123002.686000', '123002.688000', '123002.691000', '123002.694000', '123002.696000', '123002.699000', '123002.701000', '123002.704000', '123002.707000', '123002.709000', '123002.712000', '123002.728000', '123002.731000', '123002.733000', '123002.736000', '123002.738000', '123002.741000', '123022.618000', '123022.620000', '123022.623000', '123022.626000', '123022.628000', '123022.631000', '123022.634000', '123022.636000', '123022.639000', '123022.642000', '123022.644000', '123022.647000', '123022.649000', '123022.652000', '123022.655000', '123022.657000', '123022.660000', '123022.663000', '123022.666000', '123022.670000', '123022.673000', '123022.675000', '123022.678000', '123022.681000', '123022.683000', '123022.686000', '123022.688000', '123022.691000', '123022.694000', '123022.696000', '123022.699000', '123022.702000', '123022.704000', '123022.707000', '123022.710000', '123022.712000', '123022.715000', '123022.718000', '123022.720000', '123022.723000', '123022.725000', '123022.728000', '123022.731000', '123042.617000', '123042.620000', '123042.623000', '123042.626000', '123042.628000', '123042.631000', '123042.634000', '123042.636000', '123042.639000', '123042.641000', '123042.644000', '123042.647000', '123042.649000', '123042.652000', '123042.654000', '123042.657000', '123042.660000', '123042.662000', '123042.665000', '123042.668000', '123042.670000', '123042.673000', '123042.675000', '123042.678000', '123042.681000', '123042.683000', '123042.686000', '123042.689000', '123042.691000', '123042.694000', '123042.696000', '123042.699000', '123042.702000', '123042.704000', '123042.707000', '123042.709000', '123042.712000', '123042.715000', '123042.717000', '123042.720000', '123042.723000', '123042.725000', '123042.728000', '123042.730000', '123102.618000', '123102.621000', '123102.624000', '123102.627000', '123102.629000', '123102.632000', '123102.634000', '123102.637000', '123102.640000', '123102.642000', '123102.645000', '123102.648000', '123102.650000', '123102.653000', '123102.655000', '123102.658000', '123102.661000', '123102.663000', '123102.666000', '123102.669000', '123102.672000', '123102.675000', '123102.678000', '123102.680000', '123102.683000', '123102.685000', '123102.688000', '123102.691000', '123102.693000', '123102.696000', '123102.699000', '123102.701000', '123102.704000', '123102.707000', '123102.709000', '123102.712000', '123102.714000', '123102.717000', '123102.720000', '123102.722000', '123102.725000', '123102.727000', '123102.730000', '123122.619000', '123122.622000', '123122.624000', '123122.627000', '123122.629000', '123122.632000', '123122.635000', '123122.637000', '123122.640000', '123122.642000', '123122.645000', '123122.648000', '123122.650000', '123122.653000', '123122.655000', '123122.658000', '123122.661000', '123122.663000', '123122.666000', '123122.669000', '123122.671000', '123122.674000', '123122.676000', '123122.679000', '123122.682000', '123122.684000', '123122.687000', '123122.689000', '123122.692000', '123122.695000', '123122.697000', '123122.700000', '123122.702000', '123122.705000', '123122.708000', '123122.711000', '123122.713000', '123122.716000', '123122.718000', '123122.721000', '123122.723000', '123122.726000', '123122.729000', '123122.731000', '123142.619000', '123142.622000', '123142.624000', '123142.627000', '123142.629000', '123142.632000', '123142.635000', '123142.637000', '123142.640000', '123142.642000', '123142.645000', '123142.648000', '123142.650000', '123142.653000', '123142.656000', '123142.658000', '123142.661000', '123142.666000', '123142.668000', '123142.686000', '123142.688000', '123142.691000', '123142.694000', '123142.696000', '123142.699000', '123142.702000', '123142.705000', '123142.708000', '123142.711000', '123142.723000', '123142.725000', '123142.728000', '123142.731000', '123142.733000', '123142.736000', '123142.739000', '123142.741000', '123142.744000', '123142.747000', '123142.749000', '123142.752000', '123142.754000', '123142.757000', '123202.617000', '123202.620000', '123202.623000', '123202.625000', '123202.628000', '123202.631000', '123202.633000', '123202.636000', '123202.639000', '123202.641000', '123202.644000', '123202.647000', '123202.649000', '123202.652000', '123202.655000', '123202.657000', '123202.660000', '123202.662000', '123202.665000', '123202.668000', '123202.670000', '123202.673000', '123202.676000', '123202.678000', '123202.681000', '123202.683000', '123202.686000', '123202.689000', '123202.691000', '123202.694000', '123202.697000', '123202.699000', '123202.702000', '123202.704000', '123202.707000', '123202.710000', '123202.712000', '123202.715000', '123202.717000', '123202.720000', '123202.723000', '123202.725000', '123202.728000', '123202.731000', '123222.618000', '123222.620000', '123222.623000', '123222.626000', '123222.628000', '123222.631000', '123222.634000', '123222.636000', '123222.639000', '123222.641000', '123222.644000', '123222.647000', '123222.649000', '123222.652000', '123222.654000', '123222.657000', '123222.660000', '123222.663000', '123222.665000', '123222.668000', '123222.671000', '123222.673000', '123222.676000', '123222.679000', '123222.681000', '123222.684000', '123222.686000', '123222.689000', '123222.692000', '123222.694000', '123222.697000', '123222.700000', '123222.702000', '123222.705000', '123222.707000', '123222.710000', '123222.713000', '123222.716000', '123222.718000', '123222.721000', '123222.723000', '123222.726000', '123222.728000', '123242.618000', '123242.620000', '123242.623000', '123242.626000', '123242.628000', '123242.631000', '123242.634000', '123242.636000', '123242.639000', '123242.641000', '123242.644000', '123242.647000', '123242.649000', '123242.652000', '123242.655000', '123242.657000', '123242.660000', '123242.663000', '123242.665000', '123242.668000', '123242.670000', '123242.673000', '123242.676000', '123242.678000', '123242.681000', '123242.683000', '123242.686000', '123242.689000', '123242.691000', '123242.694000', '123242.696000', '123242.699000', '123242.702000', '123242.704000', '123242.707000', '123242.710000', '123242.712000', '123242.715000', '123242.718000', '123242.720000', '123242.723000', '123242.725000', '123242.728000', '123242.730000', '123302.618000', '123302.620000', '123302.623000', '123302.626000', '123302.628000', '123302.631000', '123302.634000', '123302.636000', '123302.639000', '123302.641000', '123302.644000', '123302.647000', '123302.649000', '123302.652000', '123302.654000', '123302.657000', '123302.660000', '123302.662000', '123302.665000', '123302.667000', '123302.670000', '123302.673000', '123302.675000', '123302.678000', '123302.680000', '123302.683000', '123302.686000', '123302.688000', '123302.691000', '123302.694000', '123302.696000', '123302.699000', '123302.702000', '123302.704000', '123302.707000', '123302.709000', '123302.712000', '123302.715000', '123302.717000', '123302.720000', '123302.723000', '123302.726000', '123302.729000', '123322.618000', '123322.621000', '123322.625000', '123322.627000', '123322.630000', '123322.633000', '123322.635000', '123322.638000', '123322.640000', '123322.643000', '123322.646000', '123322.648000', '123322.651000', '123322.653000', '123322.656000', '123322.659000', '123322.661000', '123322.664000', '123322.666000', '123322.669000', '123322.672000', '123322.674000', '123322.677000', '123322.679000', '123322.682000', '123322.685000', '123322.687000', '123322.690000', '123322.692000', '123322.695000', '123322.698000', '123322.700000', '123322.703000', '123322.705000', '123322.708000', '123322.711000', '123322.713000', '123322.716000', '123322.718000', '123322.721000', '123322.724000', '123322.726000', '123322.729000', '123322.731000', '123342.619000', '123342.621000', '123342.624000', '123342.627000', '123342.629000', '123342.632000', '123342.634000', '123342.637000', '123342.640000', '123342.642000', '123342.645000', '123342.647000', '123342.650000', '123342.653000', '123342.655000', '123342.658000', '123342.661000', '123342.663000', '123342.666000', '123342.668000', '123342.671000', '123342.674000', '123342.676000', '123342.679000', '123342.682000', '123342.684000', '123342.687000', '123342.689000', '123342.692000', '123342.695000', '123342.697000', '123342.700000', '123342.703000', '123342.706000', '123342.709000', '123342.712000', '123342.714000', '123342.717000', '123342.719000', '123342.722000', '123342.725000', '123342.727000', '123342.730000', '123402.618000', '123402.621000', '123402.624000', '123402.627000', '123402.629000', '123402.632000', '123402.635000', '123402.637000', '123402.640000', '123402.643000', '123402.645000', '123402.648000', '123402.650000', '123402.653000', '123402.656000', '123402.658000', '123402.661000', '123402.664000', '123402.666000', '123402.669000', '123402.671000', '123402.674000', '123402.677000', '123402.679000', '123402.682000', '123402.684000', '123402.687000', '123402.690000', '123402.692000', '123402.695000', '123402.698000', '123402.700000', '123402.703000', '123402.705000', '123402.708000', '123402.711000', '123402.713000', '123402.716000', '123402.718000', '123402.721000', '123402.724000', '123402.726000', '123402.729000', '123402.731000', '123422.618000', '123422.620000', '123422.623000', '123422.626000', '123422.628000', '123422.631000', '123422.634000', '123422.636000', '123422.639000', '123422.641000', '123422.644000', '123422.647000', '123422.649000', '123422.652000', '123422.655000', '123422.657000', '123422.660000', '123422.662000', '123422.665000', '123422.667000', '123422.670000', '123422.673000', '123422.675000', '123422.678000', '123422.680000', '123422.683000', '123422.686000', '123422.688000', '123422.691000', '123422.694000', '123422.696000', '123422.699000', '123422.701000', '123422.704000', '123422.707000', '123422.709000', '123422.712000', '123422.714000', '123422.717000', '123422.720000', '123422.722000', '123422.725000', '123422.727000', '123442.618000', '123442.620000', '123442.623000', '123442.626000', '123442.629000', '123442.631000', '123442.634000', '123442.637000', '123442.639000', '123442.642000', '123442.644000', '123442.647000', '123442.664000', '123442.666000', '123442.669000', '123442.672000', '123442.675000', '123442.677000', '123442.680000', '123442.683000', '123442.685000', '123442.688000', '123442.690000', '123442.693000', '123442.696000', '123442.698000', '123442.701000', '123442.704000', '123442.706000', '123442.709000', '123442.712000', '123442.714000', '123442.717000', '123442.720000', '123442.722000', '123442.725000', '123442.727000', '123442.730000', '123442.733000', '123442.735000', '123442.738000', '123442.740000', '123442.743000', '123442.746000', '123502.618000', '123502.621000', '123502.623000', '123502.626000', '123502.629000', '123502.631000', '123502.634000', '123502.636000', '123502.639000', '123502.642000', '123502.644000', '123502.647000', '123502.649000', '123502.652000', '123502.655000', '123502.657000', '123502.660000', '123502.662000', '123502.665000', '123502.668000', '123502.671000', '123502.673000', '123502.676000', '123502.678000', '123502.681000', '123502.684000', '123502.686000', '123502.689000', '123502.691000', '123502.694000', '123502.697000', '123502.699000', '123502.702000', '123502.704000', '123502.707000', '123502.710000', '123502.712000', '123502.715000', '123502.718000', '123502.720000', '123502.723000', '123502.726000', '123502.728000', '123522.618000', '123522.621000', '123522.623000', '123522.626000', '123522.629000', '123522.631000', '123522.634000', '123522.636000', '123522.639000', '123522.642000', '123522.645000', '123522.647000', '123522.650000', '123522.652000', '123522.655000', '123522.658000', '123522.660000', '123522.663000', '123522.666000', '123522.668000', '123522.671000', '123522.673000', '123522.676000', '123522.679000', '123522.681000', '123522.684000', '123522.687000', '123522.689000', '123522.692000', '123522.694000', '123522.697000', '123522.700000', '123522.702000', '123522.705000', '123522.707000', '123522.710000', '123522.713000', '123522.715000', '123522.718000', '123522.721000', '123522.723000', '123522.726000', '123522.728000', '123522.731000', '123542.619000', '123542.622000', '123542.624000', '123542.627000', '123542.629000', '123542.632000', '123542.635000', '123542.637000', '123542.640000', '123542.643000', '123542.645000', '123542.648000', '123542.650000', '123542.653000', '123542.656000', '123542.658000', '123542.661000', '123542.664000', '123542.666000', '123542.669000', '123542.671000', '123542.674000', '123542.677000', '123542.679000', '123542.682000', '123542.685000', '123542.687000', '123542.690000', '123542.692000', '123542.695000', '123542.698000', '123542.700000', '123542.703000', '123542.705000', '123542.708000', '123542.711000', '123542.713000', '123542.716000', '123542.719000', '123542.721000', '123542.724000', '123542.726000', '123542.729000', '123602.618000', '123602.621000', '123602.624000', '123602.627000', '123602.629000', '123602.632000', '123602.634000', '123602.637000', '123602.640000', '123602.642000', '123602.645000', '123602.648000', '123602.650000', '123602.653000', '123602.655000', '123602.658000', '123602.661000', '123602.663000', '123602.666000', '123602.668000', '123602.671000', '123602.674000', '123602.676000', '123602.718000', '123602.721000', '123602.723000', '123602.726000', '123602.729000', '123602.731000', '123602.734000', '123602.736000', '123602.739000', '123602.741000', '123602.744000', '123602.747000', '123602.749000', '123602.752000', '123602.754000', '123602.757000', '123602.760000', '123602.762000', '123602.765000', '123602.767000', '123602.770000', '123622.618000', '123622.621000', '123622.623000', '123622.626000', '123622.628000', '123622.631000', '123622.633000', '123622.636000', '123622.639000', '123622.641000', '123622.644000', '123622.647000', '123622.649000', '123622.652000', '123622.654000', '123622.657000', '123622.660000', '123622.662000', '123622.665000', '123622.667000', '123622.670000', '123622.673000', '123622.675000', '123622.678000', '123622.680000', '123622.683000', '123622.686000', '123622.688000', '123622.691000', '123622.693000', '123622.696000', '123622.699000', '123622.701000', '123622.704000', '123622.707000', '123622.709000', '123622.712000', '123622.715000', '123622.717000', '123622.720000', '123622.722000', '123622.725000', '123622.728000', '123642.572000', '123642.575000', '123642.578000', '123642.581000', '123642.584000', '123642.586000', '123642.589000', '123642.592000', '123642.595000', '123642.598000', '123642.602000', '123642.606000', '123642.609000', '123642.614000', '123642.621000', '123642.623000', '123642.626000', '123642.629000', '123642.632000', '123642.635000', '123642.638000', '123642.641000', '123642.644000', '123642.647000', '123642.649000', '123642.652000', '123642.655000', '123642.657000', '123642.660000', '123642.663000', '123642.665000', '123642.668000', '123642.671000', '123642.674000', '123642.677000', '123642.680000', '123642.685000', '123642.689000', '123642.692000', '123642.695000', '123642.698000', '123642.700000', '123642.703000', '123642.706000'], 'InstanceCreationTime': ['122802.645000', '122802.648000', '122802.650000', '122802.653000', '122802.656000', '122802.667000', '122802.670000', '122802.673000', '122802.676000', '122802.678000', '122802.681000', '122802.684000', '122802.706000', '122802.709000', '122802.711000', '122802.714000', '122802.716000', '122802.719000', '122802.722000', '122802.724000', '122802.727000', '122802.730000', '122802.732000', '122802.735000', '122802.737000', '122802.740000', '122802.743000', '122822.618000', '122822.620000', '122822.623000', '122822.626000', '122822.628000', '122822.631000', '122822.634000', '122822.636000', '122822.639000', '122822.641000', '122822.644000', '122822.653000', '122822.656000', '122822.658000', '122822.661000', '122822.664000', '122822.666000', '122822.669000', '122822.671000', '122822.674000', '122822.677000', '122822.679000', '122822.682000', '122822.684000', '122822.687000', '122822.689000', '122822.692000', '122822.695000', '122822.697000', '122822.700000', '122822.703000', '122822.705000', '122822.708000', '122822.710000', '122822.713000', '122822.715000', '122822.718000', '122822.721000', '122822.723000', '122822.726000', '122822.728000', '122822.731000', '122822.734000', '122822.736000', '122842.619000', '122842.621000', '122842.624000', '122842.626000', '122842.629000', '122842.632000', '122842.634000', '122842.637000', '122842.640000', '122842.642000', '122842.645000', '122842.647000', '122842.650000', '122842.653000', '122842.655000', '122842.658000', '122842.661000', '122842.663000', '122842.666000', '122842.668000', '122842.678000', '122842.681000', '122842.684000', '122842.686000', '122842.689000', '122842.692000', '122842.694000', '122842.697000', '122842.699000', '122842.702000', '122842.705000', '122842.707000', '122842.710000', '122842.712000', '122842.715000', '122842.724000', '122842.726000', '122842.729000', '122842.731000', '122842.734000', '122842.736000', '122842.739000', '122842.742000', '122902.618000', '122902.621000', '122902.624000', '122902.627000', '122902.630000', '122902.633000', '122902.635000', '122902.638000', '122902.640000', '122902.643000', '122902.646000', '122902.648000', '122902.651000', '122902.653000', '122902.656000', '122902.659000', '122902.661000', '122902.664000', '122902.667000', '122902.669000', '122902.672000', '122902.674000', '122902.677000', '122902.680000', '122902.682000', '122902.685000', '122902.688000', '122902.690000', '122902.693000', '122902.696000', '122902.698000', '122902.701000', '122902.703000', '122902.706000', '122902.708000', '122902.711000', '122902.713000', '122902.716000', '122902.719000', '122902.721000', '122902.724000', '122902.727000', '122902.729000', '122902.732000', '122922.618000', '122922.621000', '122922.624000', '122922.626000', '122922.629000', '122922.632000', '122922.634000', '122922.637000', '122922.639000', '122922.642000', '122922.645000', '122922.647000', '122922.650000', '122922.653000', '122922.655000', '122922.658000', '122922.660000', '122922.663000', '122922.666000', '122922.668000', '122922.671000', '122922.673000', '122922.676000', '122922.678000', '122922.681000', '122922.684000', '122922.686000', '122922.689000', '122922.692000', '122922.694000', '122922.697000', '122922.700000', '122922.702000', '122922.705000', '122922.707000', '122922.710000', '122922.713000', '122922.715000', '122922.718000', '122922.720000', '122922.723000', '122922.726000', '122922.728000', '122942.617000', '122942.620000', '122942.623000', '122942.626000', '122942.628000', '122942.631000', '122942.634000', '122942.636000', '122942.639000', '122942.641000', '122942.644000', '122942.647000', '122942.649000', '122942.652000', '122942.654000', '122942.657000', '122942.660000', '122942.662000', '122942.665000', '122942.667000', '122942.670000', '122942.673000', '122942.675000', '122942.678000', '122942.680000', '122942.683000', '122942.686000', '122942.688000', '122942.691000', '122942.694000', '122942.696000', '122942.699000', '122942.701000', '122942.704000', '122942.706000', '122942.709000', '122942.712000', '122942.714000', '122942.717000', '122942.719000', '122942.722000', '122942.725000', '122942.727000', '122942.730000', '123002.617000', '123002.620000', '123002.623000', '123002.626000', '123002.628000', '123002.631000', '123002.634000', '123002.636000', '123002.639000', '123002.641000', '123002.644000', '123002.647000', '123002.649000', '123002.652000', '123002.654000', '123002.657000', '123002.659000', '123002.662000', '123002.665000', '123002.668000', '123002.670000', '123002.673000', '123002.675000', '123002.678000', '123002.681000', '123002.683000', '123002.686000', '123002.688000', '123002.691000', '123002.694000', '123002.696000', '123002.699000', '123002.701000', '123002.704000', '123002.707000', '123002.709000', '123002.712000', '123002.728000', '123002.731000', '123002.733000', '123002.736000', '123002.738000', '123002.741000', '123022.618000', '123022.620000', '123022.623000', '123022.626000', '123022.628000', '123022.631000', '123022.634000', '123022.636000', '123022.639000', '123022.642000', '123022.644000', '123022.647000', '123022.649000', '123022.652000', '123022.655000', '123022.657000', '123022.660000', '123022.663000', '123022.666000', '123022.670000', '123022.673000', '123022.675000', '123022.678000', '123022.681000', '123022.683000', '123022.686000', '123022.688000', '123022.691000', '123022.694000', '123022.696000', '123022.699000', '123022.702000', '123022.704000', '123022.707000', '123022.710000', '123022.712000', '123022.715000', '123022.718000', '123022.720000', '123022.723000', '123022.725000', '123022.728000', '123022.731000', '123042.617000', '123042.620000', '123042.623000', '123042.626000', '123042.628000', '123042.631000', '123042.634000', '123042.636000', '123042.639000', '123042.641000', '123042.644000', '123042.647000', '123042.649000', '123042.652000', '123042.654000', '123042.657000', '123042.660000', '123042.662000', '123042.665000', '123042.668000', '123042.670000', '123042.673000', '123042.675000', '123042.678000', '123042.681000', '123042.683000', '123042.686000', '123042.689000', '123042.691000', '123042.694000', '123042.696000', '123042.699000', '123042.702000', '123042.704000', '123042.707000', '123042.709000', '123042.712000', '123042.715000', '123042.717000', '123042.720000', '123042.723000', '123042.725000', '123042.728000', '123042.730000', '123102.618000', '123102.621000', '123102.624000', '123102.627000', '123102.629000', '123102.632000', '123102.634000', '123102.637000', '123102.640000', '123102.642000', '123102.645000', '123102.648000', '123102.650000', '123102.653000', '123102.655000', '123102.658000', '123102.661000', '123102.663000', '123102.666000', '123102.669000', '123102.672000', '123102.675000', '123102.678000', '123102.680000', '123102.683000', '123102.685000', '123102.688000', '123102.691000', '123102.693000', '123102.696000', '123102.699000', '123102.701000', '123102.704000', '123102.707000', '123102.709000', '123102.712000', '123102.714000', '123102.717000', '123102.720000', '123102.722000', '123102.725000', '123102.727000', '123102.730000', '123122.619000', '123122.622000', '123122.624000', '123122.627000', '123122.629000', '123122.632000', '123122.635000', '123122.637000', '123122.640000', '123122.642000', '123122.645000', '123122.648000', '123122.650000', '123122.653000', '123122.655000', '123122.658000', '123122.661000', '123122.663000', '123122.666000', '123122.669000', '123122.671000', '123122.674000', '123122.676000', '123122.679000', '123122.682000', '123122.684000', '123122.687000', '123122.689000', '123122.692000', '123122.695000', '123122.697000', '123122.700000', '123122.702000', '123122.705000', '123122.708000', '123122.711000', '123122.713000', '123122.716000', '123122.718000', '123122.721000', '123122.723000', '123122.726000', '123122.729000', '123122.731000', '123142.619000', '123142.622000', '123142.624000', '123142.627000', '123142.629000', '123142.632000', '123142.635000', '123142.637000', '123142.640000', '123142.642000', '123142.645000', '123142.648000', '123142.650000', '123142.653000', '123142.656000', '123142.658000', '123142.661000', '123142.666000', '123142.668000', '123142.686000', '123142.688000', '123142.691000', '123142.694000', '123142.696000', '123142.699000', '123142.702000', '123142.705000', '123142.708000', '123142.711000', '123142.723000', '123142.725000', '123142.728000', '123142.731000', '123142.733000', '123142.736000', '123142.739000', '123142.741000', '123142.744000', '123142.747000', '123142.749000', '123142.752000', '123142.754000', '123142.757000', '123202.617000', '123202.620000', '123202.623000', '123202.625000', '123202.628000', '123202.631000', '123202.633000', '123202.636000', '123202.639000', '123202.641000', '123202.644000', '123202.647000', '123202.649000', '123202.652000', '123202.655000', '123202.657000', '123202.660000', '123202.662000', '123202.665000', '123202.668000', '123202.670000', '123202.673000', '123202.676000', '123202.678000', '123202.681000', '123202.683000', '123202.686000', '123202.689000', '123202.691000', '123202.694000', '123202.697000', '123202.699000', '123202.702000', '123202.704000', '123202.707000', '123202.710000', '123202.712000', '123202.715000', '123202.717000', '123202.720000', '123202.723000', '123202.725000', '123202.728000', '123202.731000', '123222.618000', '123222.620000', '123222.623000', '123222.626000', '123222.628000', '123222.631000', '123222.634000', '123222.636000', '123222.639000', '123222.641000', '123222.644000', '123222.647000', '123222.649000', '123222.652000', '123222.654000', '123222.657000', '123222.660000', '123222.663000', '123222.665000', '123222.668000', '123222.671000', '123222.673000', '123222.676000', '123222.679000', '123222.681000', '123222.684000', '123222.686000', '123222.689000', '123222.692000', '123222.694000', '123222.697000', '123222.700000', '123222.702000', '123222.705000', '123222.707000', '123222.710000', '123222.713000', '123222.716000', '123222.718000', '123222.721000', '123222.723000', '123222.726000', '123222.728000', '123242.618000', '123242.620000', '123242.623000', '123242.626000', '123242.628000', '123242.631000', '123242.634000', '123242.636000', '123242.639000', '123242.641000', '123242.644000', '123242.647000', '123242.649000', '123242.652000', '123242.655000', '123242.657000', '123242.660000', '123242.663000', '123242.665000', '123242.668000', '123242.670000', '123242.673000', '123242.676000', '123242.678000', '123242.681000', '123242.683000', '123242.686000', '123242.689000', '123242.691000', '123242.694000', '123242.696000', '123242.699000', '123242.702000', '123242.704000', '123242.707000', '123242.710000', '123242.712000', '123242.715000', '123242.718000', '123242.720000', '123242.723000', '123242.725000', '123242.728000', '123242.730000', '123302.618000', '123302.620000', '123302.623000', '123302.626000', '123302.628000', '123302.631000', '123302.634000', '123302.636000', '123302.639000', '123302.641000', '123302.644000', '123302.647000', '123302.649000', '123302.652000', '123302.654000', '123302.657000', '123302.660000', '123302.662000', '123302.665000', '123302.667000', '123302.670000', '123302.673000', '123302.675000', '123302.678000', '123302.680000', '123302.683000', '123302.686000', '123302.688000', '123302.691000', '123302.694000', '123302.696000', '123302.699000', '123302.702000', '123302.704000', '123302.707000', '123302.709000', '123302.712000', '123302.715000', '123302.717000', '123302.720000', '123302.723000', '123302.726000', '123302.729000', '123322.618000', '123322.621000', '123322.625000', '123322.627000', '123322.630000', '123322.633000', '123322.635000', '123322.638000', '123322.640000', '123322.643000', '123322.646000', '123322.648000', '123322.651000', '123322.653000', '123322.656000', '123322.659000', '123322.661000', '123322.664000', '123322.666000', '123322.669000', '123322.672000', '123322.674000', '123322.677000', '123322.679000', '123322.682000', '123322.685000', '123322.687000', '123322.690000', '123322.692000', '123322.695000', '123322.698000', '123322.700000', '123322.703000', '123322.705000', '123322.708000', '123322.711000', '123322.713000', '123322.716000', '123322.718000', '123322.721000', '123322.724000', '123322.726000', '123322.729000', '123322.731000', '123342.619000', '123342.621000', '123342.624000', '123342.627000', '123342.629000', '123342.632000', '123342.634000', '123342.637000', '123342.640000', '123342.642000', '123342.645000', '123342.647000', '123342.650000', '123342.653000', '123342.655000', '123342.658000', '123342.661000', '123342.663000', '123342.666000', '123342.668000', '123342.671000', '123342.674000', '123342.676000', '123342.679000', '123342.682000', '123342.684000', '123342.687000', '123342.689000', '123342.692000', '123342.695000', '123342.697000', '123342.700000', '123342.703000', '123342.706000', '123342.709000', '123342.712000', '123342.714000', '123342.717000', '123342.719000', '123342.722000', '123342.725000', '123342.727000', '123342.730000', '123402.618000', '123402.621000', '123402.624000', '123402.627000', '123402.629000', '123402.632000', '123402.635000', '123402.637000', '123402.640000', '123402.643000', '123402.645000', '123402.648000', '123402.650000', '123402.653000', '123402.656000', '123402.658000', '123402.661000', '123402.664000', '123402.666000', '123402.669000', '123402.671000', '123402.674000', '123402.677000', '123402.679000', '123402.682000', '123402.684000', '123402.687000', '123402.690000', '123402.692000', '123402.695000', '123402.698000', '123402.700000', '123402.703000', '123402.705000', '123402.708000', '123402.711000', '123402.713000', '123402.716000', '123402.718000', '123402.721000', '123402.724000', '123402.726000', '123402.729000', '123402.731000', '123422.618000', '123422.620000', '123422.623000', '123422.626000', '123422.628000', '123422.631000', '123422.634000', '123422.636000', '123422.639000', '123422.641000', '123422.644000', '123422.647000', '123422.649000', '123422.652000', '123422.655000', '123422.657000', '123422.660000', '123422.662000', '123422.665000', '123422.667000', '123422.670000', '123422.673000', '123422.675000', '123422.678000', '123422.680000', '123422.683000', '123422.686000', '123422.688000', '123422.691000', '123422.694000', '123422.696000', '123422.699000', '123422.701000', '123422.704000', '123422.707000', '123422.709000', '123422.712000', '123422.714000', '123422.717000', '123422.720000', '123422.722000', '123422.725000', '123422.727000', '123442.618000', '123442.620000', '123442.623000', '123442.626000', '123442.629000', '123442.631000', '123442.634000', '123442.637000', '123442.639000', '123442.642000', '123442.644000', '123442.647000', '123442.664000', '123442.666000', '123442.669000', '123442.672000', '123442.675000', '123442.677000', '123442.680000', '123442.683000', '123442.685000', '123442.688000', '123442.690000', '123442.693000', '123442.696000', '123442.698000', '123442.701000', '123442.704000', '123442.706000', '123442.709000', '123442.712000', '123442.714000', '123442.717000', '123442.720000', '123442.722000', '123442.725000', '123442.727000', '123442.730000', '123442.733000', '123442.735000', '123442.738000', '123442.740000', '123442.743000', '123442.746000', '123502.618000', '123502.621000', '123502.623000', '123502.626000', '123502.629000', '123502.631000', '123502.634000', '123502.636000', '123502.639000', '123502.642000', '123502.644000', '123502.647000', '123502.649000', '123502.652000', '123502.655000', '123502.657000', '123502.660000', '123502.662000', '123502.665000', '123502.668000', '123502.671000', '123502.673000', '123502.676000', '123502.678000', '123502.681000', '123502.684000', '123502.686000', '123502.689000', '123502.691000', '123502.694000', '123502.697000', '123502.699000', '123502.702000', '123502.704000', '123502.707000', '123502.710000', '123502.712000', '123502.715000', '123502.718000', '123502.720000', '123502.723000', '123502.726000', '123502.728000', '123522.618000', '123522.621000', '123522.623000', '123522.626000', '123522.629000', '123522.631000', '123522.634000', '123522.636000', '123522.639000', '123522.642000', '123522.645000', '123522.647000', '123522.650000', '123522.652000', '123522.655000', '123522.658000', '123522.660000', '123522.663000', '123522.666000', '123522.668000', '123522.671000', '123522.673000', '123522.676000', '123522.679000', '123522.681000', '123522.684000', '123522.687000', '123522.689000', '123522.692000', '123522.694000', '123522.697000', '123522.700000', '123522.702000', '123522.705000', '123522.707000', '123522.710000', '123522.713000', '123522.715000', '123522.718000', '123522.721000', '123522.723000', '123522.726000', '123522.728000', '123522.731000', '123542.619000', '123542.622000', '123542.624000', '123542.627000', '123542.629000', '123542.632000', '123542.635000', '123542.637000', '123542.640000', '123542.643000', '123542.645000', '123542.648000', '123542.650000', '123542.653000', '123542.656000', '123542.658000', '123542.661000', '123542.664000', '123542.666000', '123542.669000', '123542.671000', '123542.674000', '123542.677000', '123542.679000', '123542.682000', '123542.685000', '123542.687000', '123542.690000', '123542.692000', '123542.695000', '123542.698000', '123542.700000', '123542.703000', '123542.705000', '123542.708000', '123542.711000', '123542.713000', '123542.716000', '123542.719000', '123542.721000', '123542.724000', '123542.726000', '123542.729000', '123602.618000', '123602.621000', '123602.624000', '123602.627000', '123602.629000', '123602.632000', '123602.634000', '123602.637000', '123602.640000', '123602.642000', '123602.645000', '123602.648000', '123602.650000', '123602.653000', '123602.655000', '123602.658000', '123602.661000', '123602.663000', '123602.666000', '123602.668000', '123602.671000', '123602.674000', '123602.676000', '123602.718000', '123602.721000', '123602.723000', '123602.726000', '123602.729000', '123602.731000', '123602.734000', '123602.736000', '123602.739000', '123602.741000', '123602.744000', '123602.747000', '123602.749000', '123602.752000', '123602.754000', '123602.757000', '123602.760000', '123602.762000', '123602.765000', '123602.767000', '123602.770000', '123622.618000', '123622.621000', '123622.623000', '123622.626000', '123622.628000', '123622.631000', '123622.633000', '123622.636000', '123622.639000', '123622.641000', '123622.644000', '123622.647000', '123622.649000', '123622.652000', '123622.654000', '123622.657000', '123622.660000', '123622.662000', '123622.665000', '123622.667000', '123622.670000', '123622.673000', '123622.675000', '123622.678000', '123622.680000', '123622.683000', '123622.686000', '123622.688000', '123622.691000', '123622.693000', '123622.696000', '123622.699000', '123622.701000', '123622.704000', '123622.707000', '123622.709000', '123622.712000', '123622.715000', '123622.717000', '123622.720000', '123622.722000', '123622.725000', '123622.728000', '123642.572000', '123642.575000', '123642.578000', '123642.581000', '123642.584000', '123642.586000', '123642.589000', '123642.592000', '123642.595000', '123642.598000', '123642.602000', '123642.606000', '123642.609000', '123642.614000', '123642.621000', '123642.623000', '123642.626000', '123642.629000', '123642.632000', '123642.635000', '123642.638000', '123642.641000', '123642.644000', '123642.647000', '123642.649000', '123642.652000', '123642.655000', '123642.657000', '123642.660000', '123642.663000', '123642.665000', '123642.668000', '123642.671000', '123642.674000', '123642.677000', '123642.680000', '123642.685000', '123642.689000', '123642.692000', '123642.695000', '123642.698000', '123642.700000', '123642.703000', '123642.706000'], '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': [8026, 7616, 8194, 7273, 7443, 7302, 7427, 7579, 7579, 7644, 7676, 7822, 7654, 7833, 7396, 7887, 7085, 7751, 7025, 6784, 6987, 6865, 7164, 7537, 7759, 7788, 7702, 7158, 7511, 6863, 6991, 7188, 7635, 7133, 7655, 7308, 7113, 7265, 7326, 8097, 6903, 7836, 7264, 7509, 7428, 7302, 7738, 7347, 7652, 7333, 7862, 7498, 7822, 7559, 7678, 7466, 7701, 8008, 7027, 8098, 7904, 7820, 7559, 7588, 8081, 7896, 8124, 7658, 7649, 8334, 7084, 8393, 7262, 8224, 7720, 7726, 8295, 7564, 8293, 8039, 8220, 7859, 7985, 8565, 8020, 8610, 7834, 8136, 7847, 7856, 8379, 7559, 8426, 7563, 7982, 7866, 7572, 8558, 7620, 8277, 7815, 7737, 7970, 7734, 8726, 8521, 8442, 7747, 8030, 7895, 7730, 8633, 8277, 8268, 7981, 8152, 8394, 7886, 8807, 7331, 8066, 8133, 7971, 9020, 7633, 8736, 7358, 8230, 8389, 8264, 8351, 8006, 8816, 7807, 8461, 8078, 8530, 8192, 7806, 8741, 7207, 8558, 7777, 8386, 8844, 7155, 8676, 7555, 8740, 8072, 8036, 8831, 7514, 8699, 7336, 8494, 8194, 7645, 8956, 6967, 8486, 8275, 8473, 8996, 7379, 8643, 7296, 8217, 8299, 8179, 8515, 7848, 8635, 7542, 8479, 8123, 8316, 8284, 8556, 9144, 7418, 8748, 7975, 8504, 8505, 7802, 8772, 7477, 8749, 7961, 7834, 8685, 7423, 8361, 7561, 8413, 7985, 8193, 8668, 7343, 8362, 7999, 7948, 8910, 7394, 8669, 7500, 8478, 8134, 7735, 8811, 7746, 8354, 8336, 8088, 8301, 7731, 8690, 7353, 8294, 8145, 7813, 8303, 7740, 8801, 7410, 8481, 8529, 7930, 8987, 7305, 8790, 7823, 8221, 8487, 7591, 8994, 7450, 8804, 8126, 8192, 8981, 7266, 8698, 6886, 8350, 7976, 7571, 8651, 7370, 8695, 8154, 8296, 8025, 8075, 8834, 7422, 8716, 7060, 8557, 7868, 8043, 8777, 7368, 8432, 7938, 7888, 7873, 7945, 8513, 7777, 8511, 7057, 8196, 7632, 7599, 8266, 7110, 7941, 7481, 7561, 7581, 7032, 7763, 7581, 8158, 7355, 7987, 7105, 7978, 8115, 7770, 7928, 7524, 8447, 7052, 8413, 7802, 8551, 7644, 7979, 8378, 7660, 8517, 7500, 8454, 7629, 7515, 8134, 6998, 8458, 7729, 8286, 6935, 8211, 7711, 7954, 8151, 7306, 8368, 7083, 8136, 7599, 7561, 8709, 7181, 8421, 7597, 8257, 7433, 7928, 8064, 8494, 8003, 7659, 7796, 7938, 7995, 7125, 8818, 6926, 8301, 7756, 8401, 8224, 8491, 8880, 7532, 8581, 7708, 7799, 8548, 7658, 8676, 7769, 8820, 7778, 8106, 8700, 7386, 8601, 7303, 8606, 7945, 8264, 8574, 7894, 8642, 7798, 8019, 8711, 7858, 8452, 7364, 8720, 7843, 8033, 8578, 8135, 8509, 7626, 8225, 7818, 7729, 8537, 7950, 8564, 7900, 8465, 8953, 7402, 8489, 7891, 8339, 7843, 8364, 8830, 7664, 8323, 8033, 8116, 8836, 7308, 8664, 7636, 7959, 8141, 7442, 8583, 8050, 8469, 8084, 7848, 8811, 7095, 8752, 7222, 8162, 8041, 7849, 8871, 7714, 8442, 7964, 8009, 8756, 7370, 8608, 7349, 8598, 7684, 8115, 8608, 7481, 8759, 7642, 7990, 8818, 7006, 8428, 7738, 8563, 7914, 7154, 8602, 7488, 8274, 8173, 7425, 8922, 7511, 8359, 7655, 7677, 8704, 7579, 8661, 7677, 8445, 8136, 8073, 8953, 7407, 8547, 7789, 7862, 8664, 7189, 8365, 7932, 8019, 8635, 7522, 8392, 7883, 7601, 8553, 7686, 8371, 7770, 8092, 8531, 7745, 8356, 8296, 8415, 7787, 8134, 8423, 7212, 8364, 7740, 8278, 7606, 7778, 8434, 7895, 8727, 7890, 8172, 8186, 7331, 8443, 7852, 8498, 7590, 7796, 8433, 7624, 8291, 7641, 8595, 7811, 7633, 8389, 7508, 8346, 7911, 8254, 8354, 7670, 8341, 7786, 8027, 8435, 7461, 8516, 7293, 8262, 7750, 7884, 8380, 7329, 8420, 7437, 8323, 7866, 8141, 8539, 7906, 8360, 7106, 8210, 7921, 8016, 8369, 7531, 8409, 7690, 8274, 7458, 7841, 8419, 7418, 8698, 7861, 8000, 8525, 7206, 8273, 7734, 8253, 7634, 7427, 8462, 7410, 8185, 7754, 7430, 8286, 7689, 8611, 7615, 7409, 8481, 7615, 8353, 7767, 7923, 8734, 7427, 8152, 7879, 7812, 7899, 7880, 8515, 7885, 8211, 8070, 8007, 8463, 7761, 8370, 8458, 8021, 8769, 7705, 8732, 7810, 8148, 8617, 7704, 8958, 7965, 8305, 8749, 8107, 8540, 7972, 8736, 7870, 8178, 8699, 7838, 8594, 7715, 8300, 8725, 8028, 8566, 8110, 8289, 8830, 7800, 8586, 8103, 8248, 8922, 7775, 8834, 7359, 8926, 7691, 8322, 8754, 7716, 8712, 7495, 8700, 7724, 8776, 8887, 7716, 8752, 7355, 8875, 8241, 8558, 7967, 7742, 8969, 7819, 9066, 7644, 8856, 7892, 8499, 8946, 8008, 8979, 7921, 9003, 7894, 8733, 8988, 7522, 9203, 7978, 9185, 8080, 8034, 8850, 7400, 8966, 8130, 8423, 9014, 8349, 8826, 8182, 8621, 8846, 7414, 8975, 7823, 8714, 8858, 7499, 8821, 8184, 9063, 8521, 7936, 9121, 7722, 8967, 8844, 7997, 9220, 8279, 8948, 8217, 8647, 9041, 8109, 8950, 7082, 8989, 7858, 8677, 9266, 8321, 9169, 7154, 9044, 8065, 8816, 9097, 8191, 9289, 8409, 9129, 8536, 7976, 9161, 8151, 9301, 8238, 8949, 8963, 8357, 9094, 6952, 9212, 8140, 9162, 8043, 8919, 9323, 8412, 9155, 8344, 9022, 8335, 9499, 8960, 8625, 8985, 8822, 9193, 8454, 9325, 8607, 9035, 9119, 9020, 8757, 8566, 8020, 8282, 8947, 7773, 8135, 7788, 8453, 8122, 7825, 8286, 8766, 8233, 8710, 8362, 7840, 8484, 7567, 8604, 7779, 8431, 7065, 8095, 8217, 7674, 8046, 8073, 9017, 9614, 8574, 8869, 9524, 9612, 10531, 10284, 11487, 11048, 10491, 10131, 10211, 8272, 8469, 7627, 7740, 8766, 8245, 8748, 8122, 9119, 8525, 7879, 8050, 7934, 7784, 8393, 7716, 7716, 7783, 8236, 7833, 8024, 7658, 8707, 7817, 8443, 8281, 8150, 8552, 7726, 8361, 8372, 7806, 8523, 7440, 8321, 7904, 8252, 7921, 7267, 8656, 7427, 8901, 8003, 7848, 8231, 7927, 8107, 7970, 7979, 8130, 7889, 8931, 8021, 8823, 7801, 7534, 9031, 8254, 8818, 8273, 8150, 8761, 8144, 8711, 7905, 7161, 7811, 8258, 7534, 7955, 7845, 7861, 7835, 8016, 8032, 7645, 7852, 8096, 8054, 7912, 7776, 7720, 8209, 7988, 8021, 8212, 8164, 8021, 8532, 8070, 7953, 7993, 8220, 8092, 8207, 8125, 8230, 7584, 8031, 8491, 8376, 8286, 8275, 8090, 8383, 8027, 8197, 8343, 8324, 7837, 7299, 8024, 8102, 8325, 8274, 8458, 8280, 8243, 8577, 7604, 8207, 8144, 7993, 8220, 8233, 8251, 8453, 8091, 8354, 8273, 8287, 8190, 7885, 8266, 7665, 7893, 7655, 7891, 8407, 8320, 7381, 8148, 8266, 8182, 8278, 8334, 7936, 8530, 7635, 8622, 8026, 7589, 8530, 7569, 8016, 7489, 8361, 7600, 7511, 8762, 7853, 8796, 7743, 8494, 8303, 7917, 9096, 7785, 8423, 8116, 7929, 9072, 7999, 8466, 8097, 8046, 8398, 7891, 9332, 7955, 8781, 8331, 7191, 8665, 8020, 8562, 8194, 8281, 8589, 7882, 8638, 8094, 8471, 9145, 7965, 9082, 7737, 8494, 8668, 8343, 9097, 7881, 8881, 8751, 8322, 9002, 7458, 9531, 7772, 8182, 8939, 8025, 9259, 8032, 9268, 8781, 8174, 8833, 8499, 9388, 7811, 8714, 8800, 8370, 8748, 7601, 9374, 7889, 8226, 8852, 8394, 9169, 8252, 8961, 8919, 8463, 8975, 7818, 9496, 8697, 8278, 8923, 7652, 9034, 7549, 8379, 9022, 7134, 9211, 7959, 8958, 8997, 8487, 8931, 7796, 8791, 9023, 8573, 8903, 7712, 9323, 9056, 8292, 9031, 6972, 9648, 7719, 8519, 8903, 7442, 9167, 7837, 9058, 8863, 8015, 8993, 7641, 8949, 8814, 7944, 8967, 7643, 9041, 7783, 9160, 7655, 8554, 8911, 7655, 9157, 7714, 8670, 9062, 8442, 8995, 7898, 8943, 8753, 8061, 9103, 7372, 9071, 7973, 8780, 7953, 8722, 8984, 8222, 8948, 7545, 9147, 7539, 8608, 8146, 8135, 8865, 8190, 8933, 7019, 9075, 7799, 8721, 8876, 7870, 8764, 8377, 9051, 8293, 8980, 8406, 8685, 8326, 8255, 8842, 7403, 8839, 7272, 8995, 8080, 8468, 8332, 8055, 8895, 7836, 8936, 7605, 9009, 8062, 8612, 8579, 8840, 8911, 8112, 8889, 7689, 8512, 8760, 7713, 8789, 7417], 'WindowCenter': [4172.0, 4142.0, 4142.0, 4115.0, 4098.0, 4101.0, 4098.0, 4099.0, 4097.0, 4097.0, 4096.0, 4107.0, 4108.0, 4109.0, 4110.0, 4118.0, 4111.0, 4120.0, 4113.0, 4113.0, 4123.0, 4114.0, 4139.0, 4178.0, 4192.0, 4153.0, 4154.0, 4141.0, 4136.0, 4139.0, 4135.0, 4150.0, 4161.0, 4158.0, 4162.0, 4153.0, 4155.0, 4154.0, 4165.0, 4164.0, 4152.0, 4167.0, 4162.0, 4164.0, 4164.0, 4166.0, 4165.0, 4164.0, 4174.0, 4164.0, 4176.0, 4162.0, 4165.0, 4165.0, 4176.0, 4167.0, 4165.0, 4173.0, 4150.0, 4162.0, 4164.0, 4163.0, 4165.0, 4150.0, 4162.0, 4160.0, 4165.0, 4150.0, 4155.0, 4161.0, 4140.0, 4161.0, 4152.0, 4161.0, 4152.0, 4163.0, 4161.0, 4149.0, 4161.0, 4162.0, 4163.0, 4162.0, 4162.0, 4172.0, 4160.0, 4171.0, 4161.0, 4165.0, 4165.0, 4163.0, 4172.0, 4162.0, 4166.0, 4163.0, 4177.0, 4175.0, 4163.0, 4180.0, 4151.0, 4163.0, 4163.0, 4165.0, 4164.0, 4162.0, 4174.0, 4172.0, 4174.0, 4165.0, 4179.0, 4175.0, 4164.0, 4176.0, 4176.0, 4174.0, 4170.0, 4163.0, 4181.0, 4163.0, 4184.0, 4153.0, 4164.0, 4163.0, 4166.0, 4174.0, 4164.0, 4173.0, 4154.0, 4175.0, 4178.0, 4175.0, 4175.0, 4163.0, 4173.0, 4169.0, 4179.0, 4166.0, 4174.0, 4175.0, 4161.0, 4175.0, 4166.0, 4176.0, 4164.0, 4166.0, 4174.0, 4159.0, 4175.0, 4167.0, 4175.0, 4161.0, 4162.0, 4178.0, 4152.0, 4175.0, 4154.0, 4162.0, 4164.0, 4152.0, 4176.0, 4152.0, 4178.0, 4165.0, 4163.0, 4174.0, 4155.0, 4177.0, 4156.0, 4175.0, 4176.0, 4163.0, 4175.0, 4163.0, 4175.0, 4164.0, 4179.0, 4166.0, 4173.0, 4175.0, 4178.0, 4186.0, 4166.0, 4179.0, 4165.0, 4177.0, 4174.0, 4169.0, 4176.0, 4154.0, 4174.0, 4162.0, 4162.0, 4177.0, 4157.0, 4174.0, 4163.0, 4166.0, 4164.0, 4161.0, 4176.0, 4159.0, 4176.0, 4164.0, 4164.0, 4175.0, 4157.0, 4174.0, 4156.0, 4163.0, 4167.0, 4163.0, 4178.0, 4164.0, 4174.0, 4180.0, 4163.0, 4164.0, 4167.0, 4179.0, 4158.0, 4177.0, 4169.0, 4168.0, 4179.0, 4168.0, 4184.0, 4164.0, 4180.0, 4175.0, 4164.0, 4174.0, 4152.0, 4174.0, 4163.0, 4178.0, 4176.0, 4168.0, 4175.0, 4154.0, 4180.0, 4169.0, 4175.0, 4190.0, 4157.0, 4174.0, 4153.0, 4174.0, 4165.0, 4167.0, 4187.0, 4166.0, 4187.0, 4179.0, 4177.0, 4176.0, 4177.0, 4196.0, 4166.0, 4178.0, 4159.0, 4174.0, 4168.0, 4163.0, 4176.0, 4154.0, 4163.0, 4163.0, 4164.0, 4168.0, 4167.0, 4178.0, 4165.0, 4175.0, 4153.0, 4175.0, 4176.0, 4180.0, 4179.0, 4159.0, 4164.0, 4153.0, 4163.0, 4168.0, 4158.0, 4168.0, 4166.0, 4177.0, 4165.0, 4180.0, 4155.0, 4168.0, 4163.0, 4164.0, 4166.0, 4152.0, 4174.0, 4157.0, 4175.0, 4169.0, 4174.0, 4151.0, 4162.0, 4163.0, 4152.0, 4172.0, 4153.0, 4162.0, 4154.0, 4154.0, 4167.0, 4142.0, 4161.0, 4151.0, 4162.0, 4146.0, 4161.0, 4152.0, 4165.0, 4179.0, 4152.0, 4162.0, 4146.0, 4150.0, 4154.0, 4161.0, 4172.0, 4142.0, 4167.0, 4157.0, 4163.0, 4165.0, 4185.0, 4170.0, 4178.0, 4164.0, 4162.0, 4163.0, 4171.0, 4175.0, 4159.0, 4175.0, 4157.0, 4165.0, 4166.0, 4166.0, 4163.0, 4161.0, 4171.0, 4151.0, 4165.0, 4154.0, 4156.0, 4162.0, 4154.0, 4160.0, 4149.0, 4160.0, 4151.0, 4162.0, 4162.0, 4139.0, 4161.0, 4139.0, 4158.0, 4165.0, 4162.0, 4172.0, 4151.0, 4160.0, 4151.0, 4167.0, 4175.0, 4162.0, 4163.0, 4152.0, 4162.0, 4163.0, 4162.0, 4177.0, 4164.0, 4162.0, 4152.0, 4161.0, 4152.0, 4151.0, 4174.0, 4163.0, 4163.0, 4162.0, 4166.0, 4177.0, 4152.0, 4173.0, 4163.0, 4162.0, 4161.0, 4162.0, 4173.0, 4152.0, 4175.0, 4168.0, 4163.0, 4174.0, 4152.0, 4178.0, 4164.0, 4165.0, 4165.0, 4154.0, 4176.0, 4162.0, 4175.0, 4165.0, 4177.0, 4190.0, 4154.0, 4176.0, 4154.0, 4175.0, 4175.0, 4169.0, 4186.0, 4164.0, 4174.0, 4166.0, 4165.0, 4177.0, 4165.0, 4176.0, 4154.0, 4174.0, 4164.0, 4163.0, 4175.0, 4157.0, 4175.0, 4152.0, 4163.0, 4174.0, 4153.0, 4163.0, 4164.0, 4173.0, 4163.0, 4141.0, 4173.0, 4152.0, 4175.0, 4174.0, 4153.0, 4174.0, 4151.0, 4162.0, 4152.0, 4164.0, 4176.0, 4156.0, 4179.0, 4165.0, 4163.0, 4163.0, 4170.0, 4176.0, 4157.0, 4175.0, 4152.0, 4161.0, 4164.0, 4143.0, 4163.0, 4153.0, 4152.0, 4163.0, 4151.0, 4161.0, 4162.0, 4151.0, 4163.0, 4151.0, 4162.0, 4152.0, 4179.0, 4176.0, 4171.0, 4175.0, 4164.0, 4174.0, 4165.0, 4162.0, 4177.0, 4156.0, 4178.0, 4162.0, 4163.0, 4164.0, 4164.0, 4176.0, 4165.0, 4174.0, 4164.0, 4172.0, 4175.0, 4163.0, 4175.0, 4165.0, 4175.0, 4164.0, 4153.0, 4173.0, 4163.0, 4175.0, 4163.0, 4176.0, 4168.0, 4158.0, 4162.0, 4155.0, 4174.0, 4164.0, 4162.0, 4164.0, 4154.0, 4161.0, 4153.0, 4164.0, 4164.0, 4157.0, 4175.0, 4151.0, 4163.0, 4161.0, 4165.0, 4174.0, 4155.0, 4163.0, 4152.0, 4162.0, 4166.0, 4163.0, 4176.0, 4152.0, 4161.0, 4141.0, 4161.0, 4168.0, 4162.0, 4163.0, 4152.0, 4161.0, 4152.0, 4166.0, 4152.0, 4151.0, 4163.0, 4152.0, 4162.0, 4151.0, 4152.0, 4162.0, 4155.0, 4162.0, 4152.0, 4162.0, 4152.0, 4151.0, 4161.0, 4151.0, 4163.0, 4165.0, 4152.0, 4173.0, 4153.0, 4172.0, 4167.0, 4164.0, 4175.0, 4163.0, 4175.0, 4163.0, 4163.0, 4176.0, 4164.0, 4176.0, 4165.0, 4165.0, 4175.0, 4164.0, 4175.0, 4177.0, 4179.0, 4176.0, 4165.0, 4176.0, 4164.0, 4175.0, 4176.0, 4179.0, 4177.0, 4164.0, 4176.0, 4166.0, 4164.0, 4180.0, 4164.0, 4175.0, 4168.0, 4163.0, 4174.0, 4163.0, 4174.0, 4165.0, 4175.0, 4165.0, 4162.0, 4174.0, 4165.0, 4177.0, 4166.0, 4174.0, 4176.0, 4163.0, 4175.0, 4165.0, 4178.0, 4176.0, 4152.0, 4173.0, 4163.0, 4162.0, 4175.0, 4153.0, 4173.0, 4152.0, 4175.0, 4163.0, 4175.0, 4189.0, 4165.0, 4176.0, 4154.0, 4176.0, 4167.0, 4175.0, 4190.0, 4178.0, 4188.0, 4167.0, 4187.0, 4176.0, 4177.0, 4177.0, 4180.0, 4190.0, 4178.0, 4187.0, 4167.0, 4185.0, 4177.0, 4186.0, 4190.0, 4176.0, 4188.0, 4177.0, 4187.0, 4180.0, 4176.0, 4186.0, 4169.0, 4187.0, 4164.0, 4175.0, 4167.0, 4166.0, 4176.0, 4155.0, 4176.0, 4166.0, 4165.0, 4177.0, 4164.0, 4176.0, 4175.0, 4175.0, 4175.0, 4154.0, 4176.0, 4166.0, 4175.0, 4176.0, 4161.0, 4176.0, 4174.0, 4175.0, 4175.0, 4164.0, 4186.0, 4165.0, 4176.0, 4188.0, 4164.0, 4186.0, 4163.0, 4175.0, 4177.0, 4176.0, 4187.0, 4166.0, 4187.0, 4156.0, 4189.0, 4178.0, 4178.0, 4189.0, 4176.0, 4189.0, 4155.0, 4187.0, 4175.0, 4188.0, 4189.0, 4177.0, 4176.0, 4166.0, 4175.0, 4175.0, 4164.0, 4187.0, 4165.0, 4175.0, 4164.0, 4177.0, 4187.0, 4174.0, 4175.0, 4154.0, 4187.0, 4166.0, 4186.0, 4166.0, 4176.0, 4188.0, 4176.0, 4175.0, 4163.0, 4176.0, 4165.0, 4185.0, 4177.0, 4175.0, 4175.0, 4174.0, 4175.0, 4163.0, 4175.0, 4162.0, 4168.0, 4172.0, 4161.0, 4163.0, 4175.0, 4161.0, 4160.0, 4162.0, 4162.0, 4161.0, 4161.0, 4161.0, 4158.0, 4152.0, 4159.0, 4173.0, 4160.0, 4161.0, 4163.0, 4149.0, 4162.0, 4140.0, 4162.0, 4137.0, 4152.0, 4142.0, 4149.0, 4151.0, 4148.0, 4148.0, 4170.0, 4174.0, 4185.0, 4174.0, 4175.0, 4171.0, 4171.0, 4201.0, 4202.0, 4237.0, 4248.0, 4247.0, 4248.0, 4224.0, 4188.0, 4176.0, 4163.0, 4148.0, 4159.0, 4153.0, 4148.0, 4125.0, 4132.0, 4122.0, 4108.0, 4097.0, 4096.0, 4083.0, 4092.0, 4098.0, 4082.0, 4094.0, 4095.0, 4093.0, 4104.0, 4092.0, 4115.0, 4106.0, 4107.0, 4117.0, 4107.0, 4119.0, 4108.0, 4118.0, 4118.0, 4117.0, 4131.0, 4121.0, 4130.0, 4131.0, 4145.0, 4146.0, 4122.0, 4143.0, 4132.0, 4155.0, 4146.0, 4146.0, 4157.0, 4148.0, 4150.0, 4159.0, 4150.0, 4160.0, 4147.0, 4169.0, 4161.0, 4169.0, 4164.0, 4164.0, 4173.0, 4162.0, 4171.0, 4172.0, 4165.0, 4175.0, 4162.0, 4163.0, 4163.0, 4142.0, 4164.0, 4175.0, 4162.0, 4174.0, 4163.0, 4161.0, 4151.0, 4160.0, 4162.0, 4150.0, 4162.0, 4165.0, 4165.0, 4159.0, 4149.0, 4150.0, 4160.0, 4147.0, 4161.0, 4161.0, 4160.0, 4164.0, 4174.0, 4163.0, 4160.0, 4159.0, 4159.0, 4157.0, 4159.0, 4159.0, 4158.0, 4147.0, 4165.0, 4164.0, 4159.0, 4158.0, 4158.0, 4146.0, 4158.0, 4161.0, 4159.0, 4162.0, 4158.0, 4153.0, 4149.0, 4149.0, 4148.0, 4158.0, 4158.0, 4147.0, 4159.0, 4150.0, 4160.0, 4150.0, 4159.0, 4147.0, 4161.0, 4163.0, 4152.0, 4149.0, 4161.0, 4148.0, 4158.0, 4159.0, 4157.0, 4158.0, 4149.0, 4159.0, 4147.0, 4146.0, 4136.0, 4146.0, 4156.0, 4160.0, 4151.0, 4149.0, 4149.0, 4149.0, 4147.0, 4159.0, 4164.0, 4160.0, 4149.0, 4157.0, 4146.0, 4136.0, 4157.0, 4147.0, 4147.0, 4138.0, 4146.0, 4150.0, 4137.0, 4158.0, 4148.0, 4160.0, 4149.0, 4159.0, 4158.0, 4150.0, 4158.0, 4148.0, 4159.0, 4150.0, 4152.0, 4173.0, 4150.0, 4162.0, 4159.0, 4165.0, 4161.0, 4162.0, 4172.0, 4160.0, 4164.0, 4161.0, 4151.0, 4166.0, 4161.0, 4160.0, 4174.0, 4160.0, 4174.0, 4164.0, 4162.0, 4161.0, 4160.0, 4173.0, 4163.0, 4173.0, 4162.0, 4162.0, 4172.0, 4161.0, 4172.0, 4163.0, 4175.0, 4175.0, 4163.0, 4174.0, 4155.0, 4184.0, 4170.0, 4164.0, 4175.0, 4151.0, 4173.0, 4162.0, 4185.0, 4178.0, 4165.0, 4173.0, 4163.0, 4174.0, 4163.0, 4174.0, 4174.0, 4162.0, 4162.0, 4151.0, 4173.0, 4163.0, 4163.0, 4177.0, 4160.0, 4174.0, 4161.0, 4171.0, 4174.0, 4166.0, 4171.0, 4152.0, 4171.0, 4171.0, 4163.0, 4173.0, 4163.0, 4173.0, 4152.0, 4160.0, 4174.0, 4152.0, 4184.0, 4163.0, 4172.0, 4172.0, 4161.0, 4171.0, 4163.0, 4172.0, 4172.0, 4161.0, 4173.0, 4151.0, 4172.0, 4172.0, 4172.0, 4172.0, 4140.0, 4172.0, 4161.0, 4173.0, 4174.0, 4151.0, 4172.0, 4150.0, 4171.0, 4172.0, 4162.0, 4173.0, 4151.0, 4172.0, 4173.0, 4163.0, 4185.0, 4162.0, 4174.0, 4151.0, 4171.0, 4163.0, 4172.0, 4173.0, 4153.0, 4187.0, 4163.0, 4160.0, 4172.0, 4159.0, 4171.0, 4160.0, 4170.0, 4160.0, 4150.0, 4171.0, 4152.0, 4186.0, 4161.0, 4160.0, 4149.0, 4160.0, 4172.0, 4160.0, 4172.0, 4152.0, 4172.0, 4151.0, 4175.0, 4161.0, 4162.0, 4172.0, 4161.0, 4171.0, 4139.0, 4170.0, 4150.0, 4174.0, 4175.0, 4163.0, 4161.0, 4161.0, 4171.0, 4160.0, 4183.0, 4174.0, 4172.0, 4174.0, 4162.0, 4172.0, 4150.0, 4174.0, 4151.0, 4160.0, 4149.0, 4160.0, 4161.0, 4162.0, 4172.0, 4153.0, 4174.0, 4152.0, 4160.0, 4160.0, 4163.0, 4161.0, 4170.0, 4171.0, 4161.0, 4172.0, 4152.0, 4163.0, 4160.0, 4150.0, 4160.0, 4150.0], 'WindowWidth': [9291.0, 9231.0, 9223.0, 9174.0, 9141.0, 9144.0, 9134.0, 9138.0, 9132.0, 9134.0, 9133.0, 9149.0, 9153.0, 9155.0, 9160.0, 9168.0, 9164.0, 9175.0, 9170.0, 9169.0, 9183.0, 9174.0, 9216.0, 9287.0, 9312.0, 9241.0, 9242.0, 9222.0, 9208.0, 9217.0, 9207.0, 9237.0, 9254.0, 9253.0, 9256.0, 9242.0, 9249.0, 9245.0, 9262.0, 9259.0, 9244.0, 9268.0, 9255.0, 9261.0, 9260.0, 9265.0, 9263.0, 9262.0, 9276.0, 9261.0, 9281.0, 9256.0, 9263.0, 9263.0, 9279.0, 9267.0, 9260.0, 9272.0, 9236.0, 9254.0, 9257.0, 9257.0, 9260.0, 9235.0, 9254.0, 9248.0, 9259.0, 9235.0, 9245.0, 9250.0, 9219.0, 9248.0, 9235.0, 9249.0, 9239.0, 9255.0, 9250.0, 9232.0, 9250.0, 9251.0, 9256.0, 9254.0, 9252.0, 9268.0, 9246.0, 9264.0, 9251.0, 9261.0, 9261.0, 9255.0, 9268.0, 9253.0, 9263.0, 9257.0, 9281.0, 9277.0, 9256.0, 9284.0, 9237.0, 9256.0, 9258.0, 9262.0, 9259.0, 9253.0, 9271.0, 9267.0, 9272.0, 9262.0, 9284.0, 9277.0, 9259.0, 9279.0, 9277.0, 9274.0, 9273.0, 9257.0, 9288.0, 9255.0, 9288.0, 9245.0, 9260.0, 9256.0, 9262.0, 9272.0, 9257.0, 9271.0, 9246.0, 9275.0, 9281.0, 9276.0, 9275.0, 9255.0, 9271.0, 9272.0, 9286.0, 9265.0, 9273.0, 9276.0, 9251.0, 9277.0, 9265.0, 9277.0, 9257.0, 9262.0, 9273.0, 9256.0, 9276.0, 9265.0, 9273.0, 9251.0, 9252.0, 9280.0, 9240.0, 9275.0, 9245.0, 9253.0, 9258.0, 9239.0, 9274.0, 9239.0, 9282.0, 9260.0, 9253.0, 9271.0, 9247.0, 9279.0, 9250.0, 9275.0, 9276.0, 9258.0, 9275.0, 9256.0, 9275.0, 9260.0, 9286.0, 9265.0, 9272.0, 9277.0, 9281.0, 9293.0, 9267.0, 9285.0, 9261.0, 9278.0, 9275.0, 9270.0, 9278.0, 9246.0, 9271.0, 9254.0, 9253.0, 9278.0, 9253.0, 9274.0, 9256.0, 9262.0, 9258.0, 9251.0, 9276.0, 9254.0, 9277.0, 9257.0, 9258.0, 9274.0, 9251.0, 9273.0, 9250.0, 9257.0, 9266.0, 9256.0, 9282.0, 9260.0, 9274.0, 9286.0, 9257.0, 9259.0, 9264.0, 9283.0, 9253.0, 9280.0, 9269.0, 9266.0, 9282.0, 9267.0, 9288.0, 9260.0, 9285.0, 9276.0, 9258.0, 9273.0, 9242.0, 9274.0, 9257.0, 9282.0, 9277.0, 9266.0, 9275.0, 9245.0, 9285.0, 9271.0, 9277.0, 9301.0, 9253.0, 9272.0, 9243.0, 9272.0, 9261.0, 9267.0, 9295.0, 9266.0, 9297.0, 9285.0, 9284.0, 9280.0, 9283.0, 9315.0, 9266.0, 9282.0, 9257.0, 9273.0, 9268.0, 9258.0, 9278.0, 9244.0, 9257.0, 9254.0, 9257.0, 9265.0, 9265.0, 9283.0, 9261.0, 9275.0, 9244.0, 9277.0, 9280.0, 9292.0, 9288.0, 9257.0, 9260.0, 9241.0, 9258.0, 9268.0, 9258.0, 9271.0, 9264.0, 9282.0, 9264.0, 9290.0, 9248.0, 9268.0, 9255.0, 9257.0, 9260.0, 9240.0, 9273.0, 9250.0, 9277.0, 9272.0, 9271.0, 9237.0, 9251.0, 9253.0, 9238.0, 9267.0, 9242.0, 9252.0, 9241.0, 9244.0, 9262.0, 9226.0, 9250.0, 9237.0, 9253.0, 9232.0, 9249.0, 9240.0, 9261.0, 9286.0, 9241.0, 9252.0, 9232.0, 9235.0, 9243.0, 9251.0, 9268.0, 9226.0, 9265.0, 9249.0, 9256.0, 9264.0, 9301.0, 9274.0, 9281.0, 9256.0, 9254.0, 9256.0, 9275.0, 9277.0, 9257.0, 9278.0, 9251.0, 9260.0, 9262.0, 9261.0, 9255.0, 9249.0, 9262.0, 9234.0, 9256.0, 9241.0, 9247.0, 9251.0, 9239.0, 9245.0, 9229.0, 9246.0, 9234.0, 9252.0, 9252.0, 9216.0, 9246.0, 9215.0, 9242.0, 9257.0, 9251.0, 9267.0, 9235.0, 9248.0, 9237.0, 9263.0, 9273.0, 9253.0, 9255.0, 9238.0, 9253.0, 9254.0, 9251.0, 9276.0, 9255.0, 9251.0, 9237.0, 9249.0, 9239.0, 9237.0, 9273.0, 9256.0, 9255.0, 9252.0, 9259.0, 9278.0, 9238.0, 9267.0, 9254.0, 9252.0, 9250.0, 9250.0, 9269.0, 9240.0, 9274.0, 9266.0, 9255.0, 9271.0, 9239.0, 9280.0, 9259.0, 9264.0, 9262.0, 9246.0, 9276.0, 9255.0, 9274.0, 9263.0, 9282.0, 9301.0, 9245.0, 9278.0, 9246.0, 9276.0, 9278.0, 9272.0, 9291.0, 9259.0, 9273.0, 9264.0, 9264.0, 9281.0, 9262.0, 9276.0, 9246.0, 9272.0, 9260.0, 9256.0, 9275.0, 9250.0, 9274.0, 9239.0, 9255.0, 9273.0, 9242.0, 9257.0, 9258.0, 9267.0, 9254.0, 9224.0, 9269.0, 9240.0, 9275.0, 9271.0, 9240.0, 9269.0, 9236.0, 9253.0, 9239.0, 9259.0, 9278.0, 9248.0, 9282.0, 9259.0, 9257.0, 9257.0, 9273.0, 9278.0, 9251.0, 9272.0, 9240.0, 9250.0, 9257.0, 9228.0, 9256.0, 9239.0, 9237.0, 9254.0, 9236.0, 9251.0, 9252.0, 9238.0, 9254.0, 9236.0, 9254.0, 9240.0, 9286.0, 9279.0, 9275.0, 9275.0, 9258.0, 9273.0, 9261.0, 9256.0, 9280.0, 9249.0, 9280.0, 9254.0, 9256.0, 9259.0, 9259.0, 9278.0, 9262.0, 9273.0, 9258.0, 9269.0, 9275.0, 9259.0, 9275.0, 9263.0, 9274.0, 9257.0, 9243.0, 9270.0, 9257.0, 9276.0, 9257.0, 9276.0, 9266.0, 9250.0, 9254.0, 9246.0, 9271.0, 9259.0, 9252.0, 9257.0, 9242.0, 9250.0, 9240.0, 9257.0, 9259.0, 9249.0, 9272.0, 9238.0, 9255.0, 9252.0, 9261.0, 9274.0, 9245.0, 9255.0, 9239.0, 9253.0, 9260.0, 9256.0, 9276.0, 9237.0, 9251.0, 9222.0, 9249.0, 9264.0, 9252.0, 9256.0, 9238.0, 9249.0, 9236.0, 9259.0, 9239.0, 9235.0, 9258.0, 9238.0, 9251.0, 9234.0, 9237.0, 9252.0, 9245.0, 9253.0, 9240.0, 9251.0, 9238.0, 9236.0, 9252.0, 9238.0, 9257.0, 9261.0, 9240.0, 9271.0, 9242.0, 9268.0, 9266.0, 9260.0, 9277.0, 9256.0, 9274.0, 9257.0, 9256.0, 9278.0, 9263.0, 9281.0, 9263.0, 9261.0, 9276.0, 9260.0, 9277.0, 9283.0, 9288.0, 9280.0, 9262.0, 9280.0, 9260.0, 9275.0, 9278.0, 9284.0, 9281.0, 9259.0, 9277.0, 9265.0, 9259.0, 9286.0, 9259.0, 9275.0, 9267.0, 9255.0, 9274.0, 9256.0, 9274.0, 9261.0, 9273.0, 9260.0, 9254.0, 9274.0, 9262.0, 9281.0, 9264.0, 9273.0, 9277.0, 9256.0, 9273.0, 9262.0, 9281.0, 9276.0, 9240.0, 9269.0, 9255.0, 9254.0, 9274.0, 9241.0, 9269.0, 9239.0, 9273.0, 9256.0, 9274.0, 9300.0, 9264.0, 9278.0, 9245.0, 9277.0, 9266.0, 9277.0, 9302.0, 9287.0, 9296.0, 9269.0, 9294.0, 9279.0, 9280.0, 9283.0, 9289.0, 9305.0, 9286.0, 9295.0, 9267.0, 9291.0, 9281.0, 9292.0, 9302.0, 9281.0, 9300.0, 9281.0, 9294.0, 9290.0, 9277.0, 9291.0, 9271.0, 9293.0, 9259.0, 9273.0, 9264.0, 9261.0, 9276.0, 9246.0, 9277.0, 9264.0, 9259.0, 9278.0, 9257.0, 9275.0, 9274.0, 9273.0, 9275.0, 9246.0, 9276.0, 9265.0, 9273.0, 9277.0, 9260.0, 9278.0, 9273.0, 9274.0, 9274.0, 9258.0, 9290.0, 9260.0, 9278.0, 9295.0, 9258.0, 9290.0, 9256.0, 9274.0, 9280.0, 9277.0, 9294.0, 9264.0, 9294.0, 9251.0, 9297.0, 9282.0, 9283.0, 9300.0, 9277.0, 9297.0, 9248.0, 9293.0, 9277.0, 9295.0, 9300.0, 9279.0, 9275.0, 9261.0, 9273.0, 9275.0, 9258.0, 9293.0, 9261.0, 9274.0, 9257.0, 9277.0, 9293.0, 9273.0, 9273.0, 9245.0, 9294.0, 9264.0, 9292.0, 9263.0, 9278.0, 9298.0, 9278.0, 9273.0, 9256.0, 9276.0, 9259.0, 9288.0, 9278.0, 9272.0, 9273.0, 9269.0, 9272.0, 9253.0, 9271.0, 9252.0, 9262.0, 9264.0, 9248.0, 9253.0, 9274.0, 9253.0, 9251.0, 9252.0, 9253.0, 9256.0, 9254.0, 9251.0, 9246.0, 9241.0, 9248.0, 9271.0, 9247.0, 9250.0, 9256.0, 9232.0, 9248.0, 9218.0, 9249.0, 9210.0, 9236.0, 9225.0, 9229.0, 9234.0, 9229.0, 9227.0, 9270.0, 9274.0, 9290.0, 9275.0, 9277.0, 9264.0, 9265.0, 9313.0, 9318.0, 9377.0, 9399.0, 9404.0, 9403.0, 9361.0, 9305.0, 9279.0, 9258.0, 9228.0, 9242.0, 9237.0, 9223.0, 9184.0, 9191.0, 9172.0, 9149.0, 9132.0, 9128.0, 9105.0, 9114.0, 9130.0, 9103.0, 9124.0, 9124.0, 9122.0, 9138.0, 9122.0, 9156.0, 9146.0, 9148.0, 9164.0, 9150.0, 9168.0, 9153.0, 9166.0, 9168.0, 9166.0, 9189.0, 9175.0, 9189.0, 9191.0, 9215.0, 9220.0, 9182.0, 9210.0, 9196.0, 9233.0, 9222.0, 9222.0, 9240.0, 9229.0, 9235.0, 9246.0, 9234.0, 9248.0, 9228.0, 9260.0, 9253.0, 9261.0, 9261.0, 9258.0, 9271.0, 9255.0, 9265.0, 9269.0, 9259.0, 9272.0, 9254.0, 9255.0, 9255.0, 9228.0, 9264.0, 9275.0, 9254.0, 9276.0, 9258.0, 9252.0, 9236.0, 9248.0, 9257.0, 9236.0, 9255.0, 9263.0, 9262.0, 9247.0, 9230.0, 9233.0, 9247.0, 9227.0, 9252.0, 9250.0, 9250.0, 9259.0, 9273.0, 9257.0, 9248.0, 9247.0, 9247.0, 9242.0, 9246.0, 9246.0, 9244.0, 9228.0, 9260.0, 9256.0, 9245.0, 9241.0, 9242.0, 9226.0, 9243.0, 9251.0, 9247.0, 9254.0, 9243.0, 9242.0, 9233.0, 9232.0, 9229.0, 9242.0, 9243.0, 9227.0, 9244.0, 9230.0, 9246.0, 9234.0, 9245.0, 9225.0, 9252.0, 9251.0, 9235.0, 9230.0, 9250.0, 9231.0, 9240.0, 9243.0, 9239.0, 9242.0, 9231.0, 9246.0, 9225.0, 9224.0, 9209.0, 9225.0, 9237.0, 9247.0, 9234.0, 9230.0, 9230.0, 9229.0, 9226.0, 9244.0, 9261.0, 9246.0, 9232.0, 9239.0, 9223.0, 9210.0, 9238.0, 9224.0, 9223.0, 9213.0, 9222.0, 9233.0, 9213.0, 9241.0, 9228.0, 9246.0, 9231.0, 9243.0, 9243.0, 9232.0, 9242.0, 9228.0, 9242.0, 9233.0, 9237.0, 9267.0, 9232.0, 9250.0, 9246.0, 9257.0, 9250.0, 9253.0, 9267.0, 9248.0, 9255.0, 9251.0, 9239.0, 9262.0, 9250.0, 9248.0, 9272.0, 9247.0, 9272.0, 9257.0, 9253.0, 9250.0, 9248.0, 9269.0, 9257.0, 9272.0, 9256.0, 9251.0, 9267.0, 9251.0, 9267.0, 9256.0, 9274.0, 9276.0, 9256.0, 9272.0, 9247.0, 9285.0, 9275.0, 9258.0, 9274.0, 9237.0, 9268.0, 9253.0, 9288.0, 9282.0, 9259.0, 9270.0, 9254.0, 9271.0, 9256.0, 9273.0, 9271.0, 9252.0, 9254.0, 9237.0, 9267.0, 9256.0, 9254.0, 9276.0, 9247.0, 9270.0, 9251.0, 9264.0, 9271.0, 9262.0, 9265.0, 9240.0, 9263.0, 9265.0, 9254.0, 9271.0, 9256.0, 9268.0, 9241.0, 9249.0, 9272.0, 9242.0, 9285.0, 9257.0, 9266.0, 9267.0, 9250.0, 9265.0, 9255.0, 9267.0, 9267.0, 9250.0, 9269.0, 9238.0, 9267.0, 9269.0, 9270.0, 9268.0, 9221.0, 9266.0, 9253.0, 9269.0, 9273.0, 9237.0, 9267.0, 9236.0, 9265.0, 9267.0, 9254.0, 9270.0, 9239.0, 9266.0, 9268.0, 9255.0, 9291.0, 9255.0, 9270.0, 9238.0, 9264.0, 9256.0, 9268.0, 9271.0, 9243.0, 9295.0, 9257.0, 9249.0, 9266.0, 9246.0, 9264.0, 9249.0, 9262.0, 9248.0, 9233.0, 9263.0, 9242.0, 9294.0, 9250.0, 9247.0, 9230.0, 9248.0, 9265.0, 9247.0, 9267.0, 9242.0, 9266.0, 9237.0, 9276.0, 9254.0, 9253.0, 9267.0, 9251.0, 9264.0, 9221.0, 9262.0, 9237.0, 9273.0, 9274.0, 9256.0, 9251.0, 9249.0, 9265.0, 9251.0, 9288.0, 9274.0, 9268.0, 9271.0, 9255.0, 9268.0, 9235.0, 9270.0, 9237.0, 9247.0, 9232.0, 9248.0, 9251.0, 9254.0, 9268.0, 9244.0, 9271.0, 9237.0, 9248.0, 9248.0, 9254.0, 9251.0, 9260.0, 9264.0, 9250.0, 9266.0, 9240.0, 9255.0, 9249.0, 9234.0, 9247.0, 9234.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.004805043177892919</td></tr>
<tr><td colspan=3>aqi</td><td>0.05998790112262522</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.22610588040615</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1699122676663805</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0257777261538468</td></tr>
<tr><td colspan=3>efc</td><td>0.457</td></tr>
<tr><td colspan=3>fber</td><td>7440.7817</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11351584955507547</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>81</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.994818652849741</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5897795660045344</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5689369387517704</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.844524023090353</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3558777361714798</td></tr>
<tr><td colspan=3>gcor</td><td>0.00867418</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017625976353883743</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031282830983400345</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1158</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.081920176529613</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>29.182</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.6441</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.6806</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306839.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>867.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>369.6702</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4952</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>526.8142</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3438.9312</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3613.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69705.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1308.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4465.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>885.1163</td></tr>
<tr><td colspan=3>tsnr</td><td>26.922457394888625</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>