<?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-0109_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-0109_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-0109_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-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0109/figures/sub-0109_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-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109/ses-02/func/sub-0109_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>5798ba6f727ceb33bb67fab21e58824f</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:15:38.687500</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.999558, 0.0255434, 0.0152292, -0.0265234, 0.997328, 0.0680661]</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.0820659</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>[4216, -7775, -7210, 367, -154, 57, 87, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>228.14</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0dbdeefe-96f0-4438-823f-b1daba891d62||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.6817402839660645, -0.07116043567657471, 0.036314740777015686, 115.18209075927734], [-0.06853095442056656, 2.6757586002349854, 0.18478775024414062, -108.25395965576172], [0.040858909487724304, -0.18261632323265076, 2.6934244632720947, -54.96819305419922], [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': ['121538.687500', '121539.147500', '121539.607500', '121540.067500', '121540.527500', '121540.987500', '121541.447500', '121541.907500', '121542.367500', '121542.827500', '121543.287500', '121543.747500', '121544.207500', '121544.667500', '121545.127500', '121545.587500', '121546.047500', '121546.507500', '121546.967500', '121547.427500', '121547.887500', '121548.347500', '121548.807500', '121549.267500', '121549.727500', '121550.187500', '121550.647500', '121551.107500', '121551.567500', '121552.027500', '121552.487500', '121552.947500', '121553.407500', '121553.867500', '121554.327500', '121554.787500', '121555.247500', '121555.707500', '121556.167500', '121556.627500', '121557.087500', '121557.547500', '121558.007500', '121558.467500', '121558.927500', '121559.387500', '121559.847500', '121600.307500', '121600.767500', '121601.227500', '121601.687500', '121602.147500', '121602.607500', '121603.067500', '121603.527500', '121603.987500', '121604.447500', '121604.907500', '121605.367500', '121605.827500', '121606.287500', '121606.747500', '121607.207500', '121607.667500', '121608.127500', '121608.587500', '121609.047500', '121609.507500', '121609.967500', '121610.427500', '121610.887500', '121611.347500', '121611.807500', '121612.267500', '121612.727500', '121613.187500', '121613.647500', '121614.107500', '121614.567500', '121615.027500', '121615.487500', '121615.947500', '121616.407500', '121616.867500', '121617.327500', '121617.787500', '121618.247500', '121618.707500', '121619.167500', '121619.627500', '121620.087500', '121620.547500', '121621.007500', '121621.467500', '121621.927500', '121622.387500', '121622.847500', '121623.307500', '121623.767500', '121624.227500', '121624.687500', '121625.147500', '121625.607500', '121626.067500', '121626.527500', '121626.987500', '121627.447500', '121627.907500', '121628.367500', '121628.827500', '121629.287500', '121629.747500', '121630.207500', '121630.667500', '121631.127500', '121631.587500', '121632.047500', '121632.507500', '121632.967500', '121633.427500', '121633.887500', '121634.347500', '121634.807500', '121635.267500', '121635.727500', '121636.187500', '121636.647500', '121637.107500', '121637.567500', '121638.027500', '121638.487500', '121638.947500', '121639.407500', '121639.867500', '121640.327500', '121640.787500', '121641.247500', '121641.707500', '121642.167500', '121642.627500', '121643.087500', '121643.547500', '121644.007500', '121644.467500', '121644.927500', '121645.387500', '121645.847500', '121646.307500', '121646.767500', '121647.227500', '121647.687500', '121648.147500', '121648.607500', '121649.067500', '121649.527500', '121649.987500', '121650.447500', '121650.907500', '121651.367500', '121651.827500', '121652.287500', '121652.747500', '121653.207500', '121653.667500', '121654.127500', '121654.587500', '121655.047500', '121655.507500', '121655.967500', '121656.427500', '121656.887500', '121657.347500', '121657.807500', '121658.267500', '121658.727500', '121659.187500', '121659.647500', '121700.107500', '121700.567500', '121701.027500', '121701.487500', '121701.947500', '121702.407500', '121702.867500', '121703.327500', '121703.787500', '121704.247500', '121704.707500', '121705.167500', '121705.627500', '121706.087500', '121706.547500', '121707.007500', '121707.467500', '121707.927500', '121708.387500', '121708.847500', '121709.307500', '121709.767500', '121710.227500', '121710.687500', '121711.147500', '121711.607500', '121712.067500', '121712.527500', '121712.987500', '121713.447500', '121713.907500', '121714.367500', '121714.827500', '121715.287500', '121715.747500', '121716.207500', '121716.667500', '121717.127500', '121717.587500', '121718.047500', '121718.507500', '121718.967500', '121719.427500', '121719.887500', '121720.347500', '121720.807500', '121721.267500', '121721.727500', '121722.187500', '121722.647500', '121723.107500', '121723.567500', '121724.027500', '121724.487500', '121724.947500', '121725.407500', '121725.867500', '121726.327500', '121726.787500', '121727.247500', '121727.707500', '121728.167500', '121728.627500', '121729.087500', '121729.547500', '121730.007500', '121730.467500', '121730.927500', '121731.387500', '121731.847500', '121732.307500', '121732.767500', '121733.227500', '121733.687500', '121734.147500', '121734.607500', '121735.067500', '121735.527500', '121735.987500', '121736.447500', '121736.907500', '121737.367500', '121737.827500', '121738.287500', '121738.747500', '121739.207500', '121739.667500', '121740.127500', '121740.587500', '121741.047500', '121741.507500', '121741.967500', '121742.427500', '121742.887500', '121743.347500', '121743.807500', '121744.267500', '121744.727500', '121745.187500', '121745.647500', '121746.107500', '121746.567500', '121747.027500', '121747.487500', '121747.947500', '121748.407500', '121748.867500', '121749.327500', '121749.787500', '121750.247500', '121750.707500', '121751.167500', '121751.627500', '121752.087500', '121752.547500', '121753.007500', '121753.467500', '121753.927500', '121754.387500', '121754.847500', '121755.307500', '121755.767500', '121756.227500', '121756.687500', '121757.147500', '121757.607500', '121758.067500', '121758.527500', '121758.987500', '121759.447500', '121759.907500', '121800.367500', '121800.827500', '121801.287500', '121801.747500', '121802.207500', '121802.667500', '121803.127500', '121803.587500', '121804.047500', '121804.507500', '121804.967500', '121805.427500', '121805.887500', '121806.347500', '121806.807500', '121807.267500', '121807.727500', '121808.187500', '121808.647500', '121809.107500', '121809.567500', '121810.027500', '121810.487500', '121810.947500', '121811.407500', '121811.867500', '121812.327500', '121812.787500', '121813.247500', '121813.707500', '121814.167500', '121814.627500', '121815.087500', '121815.547500', '121816.007500', '121816.467500', '121816.927500', '121817.387500', '121817.847500', '121818.307500', '121818.767500', '121819.227500', '121819.687500', '121820.147500', '121820.607500', '121821.067500', '121821.527500', '121821.987500', '121822.447500', '121822.907500', '121823.367500', '121823.827500', '121824.287500', '121824.747500', '121825.207500', '121825.667500', '121826.127500', '121826.587500', '121827.047500', '121827.507500', '121827.967500', '121828.427500', '121828.887500', '121829.347500', '121829.807500', '121830.267500', '121830.727500', '121831.187500', '121831.647500', '121832.107500', '121832.567500', '121833.027500', '121833.487500', '121833.947500', '121834.407500', '121834.867500', '121835.327500', '121835.787500', '121836.247500', '121836.707500', '121837.167500', '121837.627500', '121838.087500', '121838.547500', '121839.007500', '121839.467500', '121839.927500', '121840.387500', '121840.847500', '121841.307500', '121841.767500', '121842.227500', '121842.687500', '121843.147500', '121843.607500', '121844.067500', '121844.527500', '121844.987500', '121845.447500', '121845.907500', '121846.367500', '121846.827500', '121847.287500', '121847.747500', '121848.207500', '121848.667500', '121849.127500', '121849.587500', '121850.047500', '121850.507500', '121850.967500', '121851.427500', '121851.887500', '121852.347500', '121852.807500', '121853.267500', '121853.727500', '121854.187500', '121854.647500', '121855.107500', '121855.567500', '121856.027500', '121856.487500', '121856.947500', '121857.407500', '121857.867500', '121858.327500', '121858.787500', '121859.247500', '121859.707500', '121900.167500', '121900.627500', '121901.087500', '121901.547500', '121902.007500', '121902.467500', '121902.927500', '121903.387500', '121903.847500', '121904.307500', '121904.767500', '121905.227500', '121905.687500', '121906.147500', '121906.607500', '121907.067500', '121907.527500', '121907.987500', '121908.447500', '121908.907500', '121909.367500', '121909.827500', '121910.287500', '121910.747500', '121911.207500', '121911.667500', '121912.127500', '121912.587500', '121913.047500', '121913.507500', '121913.967500', '121914.427500', '121914.887500', '121915.347500', '121915.807500', '121916.267500', '121916.727500', '121917.187500', '121917.647500', '121918.107500', '121918.567500', '121919.027500', '121919.487500', '121919.947500', '121920.407500', '121920.867500', '121921.327500', '121921.787500', '121922.247500', '121922.707500', '121923.167500', '121923.627500', '121924.087500', '121924.547500', '121925.007500', '121925.467500', '121925.927500', '121926.387500', '121926.847500', '121927.307500', '121927.767500', '121928.227500', '121928.687500', '121929.147500', '121929.607500', '121930.067500', '121930.527500', '121930.987500', '121931.447500', '121931.907500', '121932.367500', '121932.827500', '121933.287500', '121933.747500', '121934.207500', '121934.667500', '121935.127500', '121935.587500', '121936.047500', '121936.507500', '121936.967500', '121937.427500', '121937.887500', '121938.347500', '121938.807500', '121939.267500', '121939.727500', '121940.187500', '121940.647500', '121941.107500', '121941.567500', '121942.027500', '121942.487500', '121942.947500', '121943.407500', '121943.867500', '121944.327500', '121944.787500', '121945.247500', '121945.707500', '121946.167500', '121946.627500', '121947.087500', '121947.547500', '121948.007500', '121948.467500', '121948.927500', '121949.387500', '121949.847500', '121950.307500', '121950.767500', '121951.227500', '121951.687500', '121952.147500', '121952.607500', '121953.067500', '121953.527500', '121953.987500', '121954.447500', '121954.907500', '121955.367500', '121955.827500', '121956.287500', '121956.747500', '121957.207500', '121957.667500', '121958.127500', '121958.587500', '121959.047500', '121959.507500', '121959.967500', '122000.427500', '122000.887500', '122001.347500', '122001.807500', '122002.267500', '122002.727500', '122003.187500', '122003.647500', '122004.107500', '122004.567500', '122005.027500', '122005.487500', '122005.947500', '122006.407500', '122006.867500', '122007.327500', '122007.787500', '122008.247500', '122008.707500', '122009.167500', '122009.627500', '122010.087500', '122010.547500', '122011.007500', '122011.467500', '122011.927500', '122012.387500', '122012.847500', '122013.307500', '122013.767500', '122014.227500', '122014.687500', '122015.147500', '122015.607500', '122016.067500', '122016.527500', '122016.987500', '122017.447500', '122017.907500', '122018.367500', '122018.827500', '122019.287500', '122019.747500', '122020.207500', '122020.667500', '122021.127500', '122021.587500', '122022.047500', '122022.507500', '122022.967500', '122023.427500', '122023.887500', '122024.347500', '122024.807500', '122025.267500', '122025.727500', '122026.187500', '122026.647500', '122027.107500', '122027.567500', '122028.027500', '122028.487500', '122028.947500', '122029.407500', '122029.867500', '122030.327500', '122030.787500', '122031.247500', '122031.707500', '122032.167500', '122032.627500', '122033.087500', '122033.547500', '122034.007500', '122034.467500', '122034.927500', '122035.387500', '122035.847500', '122036.307500', '122036.767500', '122037.227500', '122037.687500', '122038.147500', '122038.607500', '122039.067500', '122039.527500', '122039.987500', '122040.447500', '122040.907500', '122041.367500', '122041.827500', '122042.287500', '122042.747500', '122043.207500', '122043.667500', '122044.127500', '122044.587500', '122045.047500', '122045.507500', '122045.967500', '122046.427500', '122046.887500', '122047.347500', '122047.807500', '122048.267500', '122048.727500', '122049.187500', '122049.647500', '122050.107500', '122050.567500', '122051.027500', '122051.487500', '122051.947500', '122052.407500', '122052.867500', '122053.327500', '122053.787500', '122054.247500', '122054.707500', '122055.167500', '122055.627500', '122056.087500', '122056.547500', '122057.007500', '122057.467500', '122057.927500', '122058.387500', '122058.847500', '122059.307500', '122059.767500', '122100.227500', '122100.687500', '122101.147500', '122101.607500', '122102.067500', '122102.527500', '122102.987500', '122103.447500', '122103.907500', '122104.367500', '122104.827500', '122105.287500', '122105.747500', '122106.207500', '122106.667500', '122107.127500', '122107.587500', '122108.047500', '122108.507500', '122108.967500', '122109.427500', '122109.887500', '122110.347500', '122110.807500', '122111.267500', '122111.727500', '122112.187500', '122112.647500', '122113.107500', '122113.567500', '122114.027500', '122114.487500', '122114.947500', '122115.407500', '122115.867500', '122116.327500', '122116.787500', '122117.247500', '122117.707500', '122118.167500', '122118.627500', '122119.087500', '122119.547500', '122120.007500', '122120.467500', '122120.927500', '122121.387500', '122121.847500', '122122.307500', '122122.767500', '122123.227500', '122123.687500', '122124.147500', '122124.607500', '122125.067500', '122125.527500', '122125.987500', '122126.447500', '122126.907500', '122127.367500', '122127.827500', '122128.287500', '122128.747500', '122129.207500', '122129.667500', '122130.127500', '122130.587500', '122131.047500', '122131.507500', '122131.967500', '122132.427500', '122132.887500', '122133.347500', '122133.807500', '122134.267500', '122134.727500', '122135.187500', '122135.647500', '122136.107500', '122136.567500', '122137.027500', '122137.487500', '122137.947500', '122138.407500', '122138.867500', '122139.327500', '122139.787500', '122140.247500', '122140.707500', '122141.167500', '122141.627500', '122142.087500', '122142.547500', '122143.007500', '122143.467500', '122143.927500', '122144.387500', '122144.847500', '122145.307500', '122145.767500', '122146.227500', '122146.687500', '122147.147500', '122147.607500', '122148.067500', '122148.527500', '122148.987500', '122149.447500', '122149.907500', '122150.367500', '122150.827500', '122151.287500', '122151.747500', '122152.207500', '122152.667500', '122153.127500', '122153.587500', '122154.047500', '122154.507500', '122154.967500', '122155.427500', '122155.887500', '122156.347500', '122156.807500', '122157.267500', '122157.727500', '122158.187500', '122158.647500', '122159.107500', '122159.567500', '122200.027500', '122200.487500', '122200.947500', '122201.407500', '122201.867500', '122202.327500', '122202.787500', '122203.247500', '122203.707500', '122204.167500', '122204.627500', '122205.087500', '122205.547500', '122206.007500', '122206.467500', '122206.927500', '122207.387500', '122207.847500', '122208.307500', '122208.767500', '122209.227500', '122209.687500', '122210.147500', '122210.607500', '122211.067500', '122211.527500', '122211.987500', '122212.447500', '122212.907500', '122213.367500', '122213.827500', '122214.287500', '122214.747500', '122215.207500', '122215.667500', '122216.127500', '122216.587500', '122217.047500', '122217.507500', '122217.967500', '122218.427500', '122218.887500', '122219.347500', '122219.807500', '122220.267500', '122220.727500', '122221.187500', '122221.647500', '122222.107500', '122222.567500', '122223.027500', '122223.487500', '122223.947500', '122224.407500', '122224.867500', '122225.327500', '122225.787500', '122226.247500', '122226.707500', '122227.167500', '122227.627500', '122228.087500', '122228.547500', '122229.007500', '122229.467500', '122229.927500', '122230.387500', '122230.847500', '122231.307500', '122231.767500', '122232.227500', '122232.687500', '122233.147500', '122233.607500', '122234.067500', '122234.527500', '122234.987500', '122235.447500', '122235.907500', '122236.367500', '122236.827500', '122237.287500', '122237.747500', '122238.207500', '122238.667500', '122239.127500', '122239.587500', '122240.047500', '122240.507500', '122240.967500', '122241.427500', '122241.887500', '122242.347500', '122242.807500', '122243.267500', '122243.727500', '122244.187500', '122244.647500', '122245.107500', '122245.567500', '122246.027500', '122246.487500', '122246.947500', '122247.407500', '122247.867500', '122248.327500', '122248.787500', '122249.247500', '122249.707500', '122250.167500', '122250.627500', '122251.087500', '122251.547500', '122252.007500', '122252.467500', '122252.927500', '122253.387500', '122253.847500', '122254.307500', '122254.767500', '122255.227500', '122255.687500', '122256.147500', '122256.607500', '122257.067500', '122257.527500', '122257.987500', '122258.447500', '122258.907500', '122259.367500', '122259.827500', '122300.287500', '122300.747500', '122301.207500', '122301.667500', '122302.127500', '122302.587500', '122303.047500', '122303.507500', '122303.967500', '122304.427500', '122304.887500', '122305.347500', '122305.807500', '122306.267500', '122306.727500', '122307.187500', '122307.647500', '122308.107500', '122308.567500', '122309.027500', '122309.487500', '122309.947500', '122310.407500', '122310.867500', '122311.327500', '122311.787500', '122312.247500', '122312.707500', '122313.167500', '122313.627500', '122314.087500', '122314.547500', '122315.007500', '122315.467500', '122315.927500', '122316.387500', '122316.847500', '122317.307500', '122317.767500', '122318.227500', '122318.687500', '122319.147500', '122319.607500', '122320.067500', '122320.527500', '122320.987500', '122321.447500', '122321.907500', '122322.367500', '122322.827500', '122323.287500', '122323.747500', '122324.207500', '122324.667500', '122325.127500', '122325.587500', '122326.047500', '122326.507500', '122326.967500', '122327.427500', '122327.887500', '122328.347500', '122328.807500', '122329.267500', '122329.727500', '122330.187500', '122330.647500', '122331.107500', '122331.567500', '122332.027500', '122332.487500', '122332.947500', '122333.407500', '122333.867500', '122334.327500', '122334.787500', '122335.247500', '122335.707500', '122336.167500', '122336.627500', '122337.087500', '122337.547500', '122338.007500', '122338.467500', '122338.927500', '122339.387500', '122339.847500', '122340.307500', '122340.767500', '122341.227500', '122341.687500', '122342.147500', '122342.607500', '122343.067500', '122343.527500', '122343.987500', '122344.447500', '122344.907500', '122345.367500', '122345.827500', '122346.287500', '122346.747500', '122347.207500', '122347.667500', '122348.127500', '122348.587500', '122349.047500', '122349.507500', '122349.967500', '122350.427500', '122350.887500', '122351.347500', '122351.807500', '122352.267500', '122352.727500', '122353.187500', '122353.647500', '122354.107500', '122354.567500', '122355.027500', '122355.487500', '122355.947500', '122356.407500', '122356.867500', '122357.327500', '122357.787500', '122358.247500', '122358.707500', '122359.167500', '122359.627500', '122400.087500', '122400.547500', '122401.007500', '122401.467500', '122401.927500', '122402.387500', '122402.847500', '122403.307500', '122403.767500', '122404.227500', '122404.687500', '122405.147500', '122405.607500', '122406.067500', '122406.527500', '122406.987500', '122407.447500', '122407.907500', '122408.367500', '122408.827500', '122409.287500', '122409.747500', '122410.207500', '122410.667500', '122411.127500', '122411.587500', '122412.047500', '122412.507500', '122412.967500', '122413.427500', '122413.887500', '122414.347500', '122414.807500', '122415.267500', '122415.727500', '122416.187500', '122416.647500', '122417.107500', '122417.567500', '122418.027500', '122418.487500', '122418.947500', '122419.407500', '122419.867500', '122420.327500', '122420.787500', '122421.247500', '122421.707500', '122422.167500', '122422.627500', '122423.087500', '122423.547500', '122424.007500', '122424.467500', '122424.927500', '122425.387500', '122425.847500', '122426.307500', '122426.767500', '122427.227500', '122427.687500', '122428.147500', '122428.607500', '122429.067500', '122429.527500', '122429.987500', '122430.447500', '122430.907500'], 'ContentTime': ['121554.892000', '121554.895000', '121554.897000', '121554.900000', '121554.903000', '121554.905000', '121554.908000', '121554.910000', '121554.913000', '121554.916000', '121554.918000', '121554.921000', '121554.923000', '121554.926000', '121554.929000', '121554.932000', '121554.939000', '121554.942000', '121554.944000', '121554.947000', '121554.950000', '121554.952000', '121554.985000', '121554.988000', '121554.991000', '121554.994000', '121554.996000', '121554.999000', '121555.002000', '121555.005000', '121555.008000', '121555.011000', '121555.014000', '121614.822000', '121614.825000', '121614.828000', '121614.830000', '121614.833000', '121614.835000', '121614.838000', '121614.841000', '121614.843000', '121614.846000', '121614.848000', '121614.851000', '121614.853000', '121614.856000', '121614.858000', '121614.861000', '121614.863000', '121614.866000', '121614.868000', '121614.871000', '121614.874000', '121614.876000', '121614.888000', '121614.891000', '121614.894000', '121614.896000', '121614.899000', '121614.902000', '121614.904000', '121614.907000', '121614.909000', '121614.912000', '121614.914000', '121614.917000', '121614.923000', '121614.926000', '121614.941000', '121614.943000', '121614.946000', '121614.949000', '121614.951000', '121614.954000', '121614.956000', '121614.959000', '121634.822000', '121634.825000', '121634.828000', '121634.830000', '121634.833000', '121634.835000', '121634.838000', '121634.841000', '121634.843000', '121634.846000', '121634.848000', '121634.851000', '121634.853000', '121634.856000', '121634.858000', '121634.861000', '121634.864000', '121634.866000', '121634.876000', '121634.878000', '121634.881000', '121634.884000', '121634.886000', '121634.889000', '121634.891000', '121634.894000', '121634.896000', '121634.899000', '121634.902000', '121634.904000', '121634.907000', '121634.910000', '121634.913000', '121634.915000', '121634.918000', '121634.920000', '121634.923000', '121634.925000', '121634.928000', '121634.930000', '121634.933000', '121634.936000', '121634.938000', '121654.823000', '121654.825000', '121654.828000', '121654.831000', '121654.833000', '121654.836000', '121654.838000', '121654.841000', '121654.843000', '121654.846000', '121654.848000', '121654.851000', '121654.854000', '121654.856000', '121654.859000', '121654.861000', '121654.864000', '121654.866000', '121654.869000', '121654.871000', '121654.874000', '121654.877000', '121654.879000', '121654.882000', '121654.884000', '121654.887000', '121654.889000', '121654.892000', '121654.895000', '121654.897000', '121654.900000', '121654.902000', '121654.905000', '121654.908000', '121654.910000', '121654.913000', '121654.915000', '121654.918000', '121654.920000', '121654.923000', '121654.925000', '121654.928000', '121654.931000', '121654.933000', '121714.822000', '121714.825000', '121714.828000', '121714.830000', '121714.833000', '121714.835000', '121714.838000', '121714.841000', '121714.843000', '121714.846000', '121714.848000', '121714.851000', '121714.853000', '121714.856000', '121714.858000', '121714.861000', '121714.864000', '121714.866000', '121714.869000', '121714.871000', '121714.874000', '121714.876000', '121714.879000', '121714.882000', '121714.884000', '121714.887000', '121714.889000', '121714.892000', '121714.894000', '121714.897000', '121714.900000', '121714.902000', '121714.905000', '121714.907000', '121714.910000', '121714.912000', '121714.915000', '121714.917000', '121714.920000', '121714.923000', '121714.925000', '121714.928000', '121714.930000', '121734.823000', '121734.825000', '121734.828000', '121734.830000', '121734.833000', '121734.836000', '121734.838000', '121734.841000', '121734.843000', '121734.846000', '121734.848000', '121734.851000', '121734.854000', '121734.856000', '121734.859000', '121734.861000', '121734.864000', '121734.866000', '121734.869000', '121734.871000', '121734.875000', '121734.877000', '121734.880000', '121734.882000', '121734.885000', '121734.888000', '121734.890000', '121734.893000', '121734.895000', '121734.898000', '121734.900000', '121734.903000', '121734.905000', '121734.908000', '121734.911000', '121734.913000', '121734.916000', '121734.918000', '121734.921000', '121734.923000', '121734.926000', '121734.929000', '121734.931000', '121734.934000', '121754.823000', '121754.825000', '121754.828000', '121754.831000', '121754.833000', '121754.836000', '121754.838000', '121754.841000', '121754.843000', '121754.846000', '121754.848000', '121754.851000', '121754.854000', '121754.856000', '121754.859000', '121754.861000', '121754.864000', '121754.895000', '121754.898000', '121754.901000', '121754.903000', '121754.906000', '121754.908000', '121754.911000', '121754.913000', '121754.916000', '121754.918000', '121754.921000', '121754.923000', '121754.926000', '121754.929000', '121754.931000', '121754.934000', '121754.936000', '121754.939000', '121754.941000', '121754.944000', '121754.946000', '121754.949000', '121754.952000', '121754.954000', '121754.957000', '121754.959000', '121814.824000', '121814.827000', '121814.829000', '121814.832000', '121814.835000', '121814.837000', '121814.840000', '121814.842000', '121814.845000', '121814.848000', '121814.850000', '121814.853000', '121814.855000', '121814.858000', '121814.860000', '121814.863000', '121814.866000', '121814.868000', '121814.871000', '121814.874000', '121814.876000', '121814.879000', '121814.881000', '121814.884000', '121814.887000', '121814.889000', '121814.892000', '121814.894000', '121814.897000', '121814.899000', '121814.902000', '121814.905000', '121814.907000', '121814.910000', '121814.912000', '121814.915000', '121814.918000', '121814.920000', '121814.923000', '121814.925000', '121814.928000', '121814.930000', '121814.933000', '121814.935000', '121834.822000', '121834.825000', '121834.828000', '121834.830000', '121834.833000', '121834.836000', '121834.838000', '121834.841000', '121834.843000', '121834.846000', '121834.849000', '121834.851000', '121834.854000', '121834.856000', '121834.859000', '121834.862000', '121834.864000', '121834.867000', '121834.869000', '121834.872000', '121834.874000', '121834.877000', '121834.879000', '121834.882000', '121834.885000', '121834.887000', '121834.890000', '121834.892000', '121834.895000', '121834.898000', '121834.900000', '121834.903000', '121834.905000', '121834.908000', '121834.911000', '121834.913000', '121834.916000', '121834.918000', '121834.921000', '121834.923000', '121834.926000', '121834.928000', '121834.931000', '121854.822000', '121854.825000', '121854.828000', '121854.830000', '121854.833000', '121854.835000', '121854.838000', '121854.841000', '121854.843000', '121854.846000', '121854.848000', '121854.851000', '121854.854000', '121854.856000', '121854.859000', '121854.861000', '121854.864000', '121854.867000', '121854.869000', '121854.872000', '121854.874000', '121854.877000', '121854.879000', '121854.882000', '121854.884000', '121854.887000', '121854.890000', '121854.892000', '121854.895000', '121854.897000', '121854.900000', '121854.903000', '121854.905000', '121854.908000', '121854.910000', '121854.913000', '121854.916000', '121854.918000', '121854.921000', '121854.923000', '121854.926000', '121854.928000', '121854.931000', '121854.933000', '121914.822000', '121914.825000', '121914.828000', '121914.831000', '121914.833000', '121914.836000', '121914.838000', '121914.841000', '121914.844000', '121914.846000', '121914.849000', '121914.851000', '121914.854000', '121914.856000', '121914.859000', '121914.862000', '121914.864000', '121914.867000', '121914.869000', '121914.872000', '121914.874000', '121914.877000', '121914.880000', '121914.882000', '121914.885000', '121914.887000', '121914.890000', '121914.892000', '121914.895000', '121914.898000', '121914.900000', '121914.903000', '121914.905000', '121914.908000', '121914.910000', '121914.913000', '121914.915000', '121914.918000', '121914.921000', '121914.923000', '121914.926000', '121914.928000', '121914.948000', '121934.822000', '121934.825000', '121934.828000', '121934.830000', '121934.833000', '121934.836000', '121934.838000', '121934.841000', '121934.843000', '121934.846000', '121934.848000', '121934.851000', '121934.854000', '121934.856000', '121934.859000', '121934.862000', '121934.864000', '121934.867000', '121934.869000', '121934.872000', '121934.874000', '121934.877000', '121934.880000', '121934.882000', '121934.885000', '121934.887000', '121934.890000', '121934.892000', '121934.895000', '121934.898000', '121934.900000', '121934.903000', '121934.905000', '121934.908000', '121934.911000', '121934.913000', '121934.916000', '121934.918000', '121934.921000', '121934.923000', '121934.926000', '121934.928000', '121934.931000', '121934.934000', '121954.823000', '121954.825000', '121954.828000', '121954.830000', '121954.833000', '121954.836000', '121954.838000', '121954.841000', '121954.843000', '121954.846000', '121954.848000', '121954.851000', '121954.854000', '121954.856000', '121954.859000', '121954.861000', '121954.864000', '121954.866000', '121954.869000', '121954.872000', '121954.874000', '121954.877000', '121954.879000', '121954.882000', '121954.885000', '121954.887000', '121954.890000', '121954.892000', '121954.895000', '121954.898000', '121954.900000', '121954.903000', '121954.905000', '121954.908000', '121954.910000', '121954.913000', '121954.915000', '121954.918000', '121954.921000', '121954.923000', '121954.926000', '121954.928000', '121954.931000', '122014.823000', '122014.825000', '122014.828000', '122014.831000', '122014.833000', '122014.836000', '122014.838000', '122014.841000', '122014.843000', '122014.846000', '122014.849000', '122014.851000', '122014.854000', '122014.856000', '122014.859000', '122014.861000', '122014.864000', '122014.867000', '122014.869000', '122014.872000', '122014.874000', '122014.877000', '122014.879000', '122014.882000', '122014.885000', '122014.887000', '122014.890000', '122014.893000', '122014.895000', '122014.898000', '122014.900000', '122014.903000', '122014.905000', '122014.908000', '122014.911000', '122014.913000', '122014.916000', '122014.918000', '122014.921000', '122014.923000', '122014.926000', '122014.929000', '122014.931000', '122014.934000', '122034.824000', '122034.826000', '122034.829000', '122034.832000', '122034.834000', '122034.837000', '122034.839000', '122034.842000', '122034.844000', '122034.847000', '122034.850000', '122034.852000', '122034.855000', '122034.857000', '122034.860000', '122034.862000', '122034.865000', '122034.867000', '122034.870000', '122034.873000', '122034.875000', '122034.878000', '122034.880000', '122034.883000', '122034.886000', '122034.888000', '122034.891000', '122034.893000', '122034.896000', '122034.899000', '122034.901000', '122034.904000', '122034.906000', '122034.909000', '122034.911000', '122034.914000', '122034.917000', '122034.919000', '122034.922000', '122034.924000', '122034.927000', '122034.929000', '122034.932000', '122054.822000', '122054.825000', '122054.828000', '122054.830000', '122054.833000', '122054.842000', '122054.844000', '122054.847000', '122054.850000', '122054.853000', '122054.866000', '122054.869000', '122054.871000', '122054.874000', '122054.876000', '122054.879000', '122054.882000', '122054.884000', '122054.887000', '122054.889000', '122054.892000', '122054.895000', '122054.897000', '122054.900000', '122054.903000', '122054.905000', '122054.908000', '122054.910000', '122054.913000', '122054.916000', '122054.918000', '122054.921000', '122054.924000', '122054.926000', '122054.929000', '122054.931000', '122054.936000', '122054.938000', '122054.941000', '122054.944000', '122054.946000', '122054.949000', '122054.951000', '122114.822000', '122114.825000', '122114.828000', '122114.830000', '122114.833000', '122114.836000', '122114.838000', '122114.841000', '122114.843000', '122114.846000', '122114.848000', '122114.851000', '122114.854000', '122114.856000', '122114.859000', '122114.861000', '122114.864000', '122114.867000', '122114.869000', '122114.872000', '122114.874000', '122114.877000', '122114.879000', '122114.882000', '122114.885000', '122114.887000', '122114.890000', '122114.892000', '122114.895000', '122114.897000', '122114.900000', '122114.902000', '122114.905000', '122114.908000', '122114.910000', '122114.913000', '122114.915000', '122114.918000', '122114.920000', '122114.923000', '122114.926000', '122114.928000', '122114.931000', '122114.933000', '122134.822000', '122134.825000', '122134.828000', '122134.830000', '122134.833000', '122134.836000', '122134.838000', '122134.841000', '122134.843000', '122134.846000', '122134.848000', '122134.851000', '122134.854000', '122134.856000', '122134.859000', '122134.861000', '122134.864000', '122134.866000', '122134.869000', '122134.871000', '122134.874000', '122134.877000', '122134.879000', '122134.882000', '122134.884000', '122134.887000', '122134.889000', '122134.892000', '122134.895000', '122134.897000', '122134.900000', '122134.902000', '122134.905000', '122134.907000', '122134.910000', '122134.912000', '122134.915000', '122134.918000', '122134.920000', '122134.923000', '122134.925000', '122134.928000', '122134.930000', '122154.823000', '122154.825000', '122154.828000', '122154.830000', '122154.833000', '122154.836000', '122154.838000', '122154.841000', '122154.843000', '122154.846000', '122154.848000', '122154.851000', '122154.854000', '122154.856000', '122154.859000', '122154.861000', '122154.864000', '122154.866000', '122154.869000', '122154.872000', '122154.874000', '122154.877000', '122154.879000', '122154.882000', '122154.884000', '122154.887000', '122154.890000', '122154.892000', '122154.895000', '122154.897000', '122154.900000', '122154.902000', '122154.905000', '122154.908000', '122154.910000', '122154.923000', '122154.925000', '122154.928000', '122154.930000', '122154.933000', '122154.936000', '122154.938000', '122154.941000', '122154.943000', '122214.822000', '122214.825000', '122214.828000', '122214.830000', '122214.833000', '122214.836000', '122214.838000', '122214.841000', '122214.843000', '122214.846000', '122214.849000', '122214.851000', '122214.854000', '122214.856000', '122214.859000', '122214.861000', '122214.864000', '122214.866000', '122214.869000', '122214.872000', '122214.874000', '122214.882000', '122214.885000', '122214.888000', '122214.891000', '122214.894000', '122214.896000', '122214.899000', '122214.902000', '122214.905000', '122214.908000', '122214.911000', '122214.913000', '122214.916000', '122214.918000', '122214.921000', '122214.924000', '122214.926000', '122214.929000', '122214.931000', '122214.934000', '122214.936000', '122214.939000', '122234.823000', '122234.825000', '122234.828000', '122234.831000', '122234.833000', '122234.836000', '122234.838000', '122234.841000', '122234.844000', '122234.846000', '122234.849000', '122234.851000', '122234.854000', '122234.856000', '122234.859000', '122234.862000', '122234.864000', '122234.867000', '122234.869000', '122234.872000', '122234.875000', '122234.877000', '122234.880000', '122234.882000', '122234.885000', '122234.887000', '122234.890000', '122234.893000', '122234.895000', '122234.898000', '122234.900000', '122234.903000', '122234.905000', '122234.908000', '122234.911000', '122234.913000', '122234.916000', '122234.918000', '122234.921000', '122234.923000', '122234.926000', '122234.929000', '122234.931000', '122234.934000', '122254.823000', '122254.826000', '122254.829000', '122254.832000', '122254.834000', '122254.837000', '122254.839000', '122254.842000', '122254.845000', '122254.847000', '122254.850000', '122254.852000', '122254.855000', '122254.857000', '122254.860000', '122254.863000', '122254.865000', '122254.868000', '122254.870000', '122254.873000', '122254.875000', '122254.878000', '122254.881000', '122254.883000', '122254.886000', '122254.888000', '122254.891000', '122254.893000', '122254.896000', '122254.899000', '122254.901000', '122254.904000', '122254.907000', '122254.909000', '122254.912000', '122254.914000', '122254.917000', '122254.920000', '122254.922000', '122254.925000', '122254.927000', '122254.930000', '122254.932000', '122314.823000', '122314.825000', '122314.828000', '122314.831000', '122314.833000', '122314.836000', '122314.838000', '122314.841000', '122314.844000', '122314.846000', '122314.849000', '122314.851000', '122314.854000', '122314.856000', '122314.859000', '122314.862000', '122314.864000', '122314.867000', '122314.869000', '122314.872000', '122314.875000', '122314.877000', '122314.880000', '122314.882000', '122314.885000', '122314.887000', '122314.890000', '122314.893000', '122314.895000', '122314.898000', '122314.900000', '122314.903000', '122314.905000', '122314.908000', '122314.911000', '122314.913000', '122314.916000', '122314.918000', '122314.921000', '122314.924000', '122314.926000', '122314.929000', '122314.931000', '122314.934000', '122334.823000', '122334.825000', '122334.828000', '122334.831000', '122334.833000', '122334.836000', '122334.838000', '122334.841000', '122334.844000', '122334.846000', '122334.849000', '122334.851000', '122334.854000', '122334.857000', '122334.859000', '122334.862000', '122334.864000', '122334.867000', '122334.869000', '122334.872000', '122334.875000', '122334.877000', '122334.880000', '122334.882000', '122334.885000', '122334.887000', '122334.890000', '122334.893000', '122334.895000', '122334.898000', '122334.900000', '122334.921000', '122334.923000', '122334.926000', '122334.930000', '122334.932000', '122334.935000', '122334.938000', '122334.940000', '122334.943000', '122334.945000', '122334.948000', '122334.950000', '122354.823000', '122354.825000', '122354.828000', '122354.831000', '122354.833000', '122354.836000', '122354.838000', '122354.841000', '122354.844000', '122354.846000', '122354.849000', '122354.851000', '122354.854000', '122354.856000', '122354.859000', '122354.862000', '122354.864000', '122354.867000', '122354.869000', '122354.872000', '122354.875000', '122354.877000', '122354.880000', '122354.882000', '122354.885000', '122354.887000', '122354.890000', '122354.893000', '122354.895000', '122354.898000', '122354.901000', '122354.903000', '122354.906000', '122354.908000', '122354.911000', '122354.914000', '122354.916000', '122354.919000', '122354.921000', '122354.924000', '122354.927000', '122354.945000', '122354.947000', '122354.950000', '122414.823000', '122414.826000', '122414.828000', '122414.831000', '122414.833000', '122414.836000', '122414.839000', '122414.841000', '122414.844000', '122414.846000', '122414.849000', '122414.852000', '122414.854000', '122414.857000', '122414.859000', '122414.862000', '122414.865000', '122414.867000', '122414.870000', '122414.872000', '122414.875000', '122414.877000', '122414.880000', '122414.883000', '122414.885000', '122414.888000', '122414.890000', '122414.893000', '122414.896000', '122414.898000', '122414.901000', '122414.903000', '122414.906000', '122414.909000', '122414.911000', '122414.914000', '122414.917000', '122414.919000', '122414.922000', '122414.924000', '122414.927000', '122414.929000', '122414.932000', '122431.911000', '122431.914000', '122431.917000', '122431.919000', '122431.922000', '122431.925000', '122431.928000', '122431.931000', '122431.934000', '122431.937000', '122431.940000', '122431.943000', '122431.945000', '122431.948000', '122431.951000', '122431.953000', '122431.956000', '122431.959000', '122431.962000', '122431.964000', '122431.967000', '122431.969000', '122431.972000', '122431.975000', '122431.979000', '122431.983000', '122431.986000', '122431.989000', '122431.992000', '122431.996000', '122431.998000', '122432.002000', '122432.005000', '122432.008000', '122432.011000', '122432.016000', '122432.019000', '122432.022000'], 'InstanceCreationTime': ['121554.892000', '121554.895000', '121554.897000', '121554.900000', '121554.903000', '121554.905000', '121554.908000', '121554.910000', '121554.913000', '121554.916000', '121554.918000', '121554.921000', '121554.923000', '121554.926000', '121554.929000', '121554.932000', '121554.939000', '121554.942000', '121554.944000', '121554.947000', '121554.950000', '121554.952000', '121554.985000', '121554.988000', '121554.991000', '121554.994000', '121554.996000', '121554.999000', '121555.002000', '121555.005000', '121555.008000', '121555.011000', '121555.014000', '121614.822000', '121614.825000', '121614.828000', '121614.830000', '121614.833000', '121614.835000', '121614.838000', '121614.841000', '121614.843000', '121614.846000', '121614.848000', '121614.851000', '121614.853000', '121614.856000', '121614.858000', '121614.861000', '121614.863000', '121614.866000', '121614.868000', '121614.871000', '121614.874000', '121614.876000', '121614.888000', '121614.891000', '121614.894000', '121614.896000', '121614.899000', '121614.902000', '121614.904000', '121614.907000', '121614.909000', '121614.912000', '121614.914000', '121614.917000', '121614.923000', '121614.926000', '121614.941000', '121614.943000', '121614.946000', '121614.949000', '121614.951000', '121614.954000', '121614.956000', '121614.959000', '121634.822000', '121634.825000', '121634.828000', '121634.830000', '121634.833000', '121634.835000', '121634.838000', '121634.841000', '121634.843000', '121634.846000', '121634.848000', '121634.851000', '121634.853000', '121634.856000', '121634.858000', '121634.861000', '121634.864000', '121634.866000', '121634.876000', '121634.878000', '121634.881000', '121634.884000', '121634.886000', '121634.889000', '121634.891000', '121634.894000', '121634.896000', '121634.899000', '121634.902000', '121634.904000', '121634.907000', '121634.910000', '121634.913000', '121634.915000', '121634.918000', '121634.920000', '121634.923000', '121634.925000', '121634.928000', '121634.930000', '121634.933000', '121634.936000', '121634.938000', '121654.823000', '121654.825000', '121654.828000', '121654.831000', '121654.833000', '121654.836000', '121654.838000', '121654.841000', '121654.843000', '121654.846000', '121654.848000', '121654.851000', '121654.854000', '121654.856000', '121654.859000', '121654.861000', '121654.864000', '121654.866000', '121654.869000', '121654.871000', '121654.874000', '121654.877000', '121654.879000', '121654.882000', '121654.884000', '121654.887000', '121654.889000', '121654.892000', '121654.895000', '121654.897000', '121654.900000', '121654.902000', '121654.905000', '121654.908000', '121654.910000', '121654.913000', '121654.915000', '121654.918000', '121654.920000', '121654.923000', '121654.925000', '121654.928000', '121654.931000', '121654.933000', '121714.822000', '121714.825000', '121714.828000', '121714.830000', '121714.833000', '121714.835000', '121714.838000', '121714.841000', '121714.843000', '121714.846000', '121714.848000', '121714.851000', '121714.853000', '121714.856000', '121714.858000', '121714.861000', '121714.864000', '121714.866000', '121714.869000', '121714.871000', '121714.874000', '121714.876000', '121714.879000', '121714.882000', '121714.884000', '121714.887000', '121714.889000', '121714.892000', '121714.894000', '121714.897000', '121714.900000', '121714.902000', '121714.905000', '121714.907000', '121714.910000', '121714.912000', '121714.915000', '121714.917000', '121714.920000', '121714.923000', '121714.925000', '121714.928000', '121714.930000', '121734.823000', '121734.825000', '121734.828000', '121734.830000', '121734.833000', '121734.836000', '121734.838000', '121734.841000', '121734.843000', '121734.846000', '121734.848000', '121734.851000', '121734.854000', '121734.856000', '121734.859000', '121734.861000', '121734.864000', '121734.866000', '121734.869000', '121734.871000', '121734.875000', '121734.877000', '121734.880000', '121734.882000', '121734.885000', '121734.888000', '121734.890000', '121734.893000', '121734.895000', '121734.898000', '121734.900000', '121734.903000', '121734.905000', '121734.908000', '121734.911000', '121734.913000', '121734.916000', '121734.918000', '121734.921000', '121734.923000', '121734.926000', '121734.929000', '121734.931000', '121734.934000', '121754.823000', '121754.825000', '121754.828000', '121754.831000', '121754.833000', '121754.836000', '121754.838000', '121754.841000', '121754.843000', '121754.846000', '121754.848000', '121754.851000', '121754.854000', '121754.856000', '121754.859000', '121754.861000', '121754.864000', '121754.895000', '121754.898000', '121754.901000', '121754.903000', '121754.906000', '121754.908000', '121754.911000', '121754.913000', '121754.916000', '121754.918000', '121754.921000', '121754.923000', '121754.926000', '121754.929000', '121754.931000', '121754.934000', '121754.936000', '121754.939000', '121754.941000', '121754.944000', '121754.946000', '121754.949000', '121754.952000', '121754.954000', '121754.957000', '121754.959000', '121814.824000', '121814.827000', '121814.829000', '121814.832000', '121814.835000', '121814.837000', '121814.840000', '121814.842000', '121814.845000', '121814.848000', '121814.850000', '121814.853000', '121814.855000', '121814.858000', '121814.860000', '121814.863000', '121814.866000', '121814.868000', '121814.871000', '121814.874000', '121814.876000', '121814.879000', '121814.881000', '121814.884000', '121814.887000', '121814.889000', '121814.892000', '121814.894000', '121814.897000', '121814.899000', '121814.902000', '121814.905000', '121814.907000', '121814.910000', '121814.912000', '121814.915000', '121814.918000', '121814.920000', '121814.923000', '121814.925000', '121814.928000', '121814.930000', '121814.933000', '121814.935000', '121834.822000', '121834.825000', '121834.828000', '121834.830000', '121834.833000', '121834.836000', '121834.838000', '121834.841000', '121834.843000', '121834.846000', '121834.849000', '121834.851000', '121834.854000', '121834.856000', '121834.859000', '121834.862000', '121834.864000', '121834.867000', '121834.869000', '121834.872000', '121834.874000', '121834.877000', '121834.879000', '121834.882000', '121834.885000', '121834.887000', '121834.890000', '121834.892000', '121834.895000', '121834.898000', '121834.900000', '121834.903000', '121834.905000', '121834.908000', '121834.911000', '121834.913000', '121834.916000', '121834.918000', '121834.921000', '121834.923000', '121834.926000', '121834.928000', '121834.931000', '121854.822000', '121854.825000', '121854.828000', '121854.830000', '121854.833000', '121854.835000', '121854.838000', '121854.841000', '121854.843000', '121854.846000', '121854.848000', '121854.851000', '121854.854000', '121854.856000', '121854.859000', '121854.861000', '121854.864000', '121854.867000', '121854.869000', '121854.872000', '121854.874000', '121854.877000', '121854.879000', '121854.882000', '121854.884000', '121854.887000', '121854.890000', '121854.892000', '121854.895000', '121854.897000', '121854.900000', '121854.903000', '121854.905000', '121854.908000', '121854.910000', '121854.913000', '121854.916000', '121854.918000', '121854.921000', '121854.923000', '121854.926000', '121854.928000', '121854.931000', '121854.933000', '121914.822000', '121914.825000', '121914.828000', '121914.831000', '121914.833000', '121914.836000', '121914.838000', '121914.841000', '121914.844000', '121914.846000', '121914.849000', '121914.851000', '121914.854000', '121914.856000', '121914.859000', '121914.862000', '121914.864000', '121914.867000', '121914.869000', '121914.872000', '121914.874000', '121914.877000', '121914.880000', '121914.882000', '121914.885000', '121914.887000', '121914.890000', '121914.892000', '121914.895000', '121914.898000', '121914.900000', '121914.903000', '121914.905000', '121914.908000', '121914.910000', '121914.913000', '121914.915000', '121914.918000', '121914.921000', '121914.923000', '121914.926000', '121914.928000', '121914.948000', '121934.822000', '121934.825000', '121934.828000', '121934.830000', '121934.833000', '121934.836000', '121934.838000', '121934.841000', '121934.843000', '121934.846000', '121934.848000', '121934.851000', '121934.854000', '121934.856000', '121934.859000', '121934.862000', '121934.864000', '121934.867000', '121934.869000', '121934.872000', '121934.874000', '121934.877000', '121934.880000', '121934.882000', '121934.885000', '121934.887000', '121934.890000', '121934.892000', '121934.895000', '121934.898000', '121934.900000', '121934.903000', '121934.905000', '121934.908000', '121934.911000', '121934.913000', '121934.916000', '121934.918000', '121934.921000', '121934.923000', '121934.926000', '121934.928000', '121934.931000', '121934.934000', '121954.823000', '121954.825000', '121954.828000', '121954.830000', '121954.833000', '121954.836000', '121954.838000', '121954.841000', '121954.843000', '121954.846000', '121954.848000', '121954.851000', '121954.854000', '121954.856000', '121954.859000', '121954.861000', '121954.864000', '121954.866000', '121954.869000', '121954.872000', '121954.874000', '121954.877000', '121954.879000', '121954.882000', '121954.885000', '121954.887000', '121954.890000', '121954.892000', '121954.895000', '121954.898000', '121954.900000', '121954.903000', '121954.905000', '121954.908000', '121954.910000', '121954.913000', '121954.915000', '121954.918000', '121954.921000', '121954.923000', '121954.926000', '121954.928000', '121954.931000', '122014.823000', '122014.825000', '122014.828000', '122014.831000', '122014.833000', '122014.836000', '122014.838000', '122014.841000', '122014.843000', '122014.846000', '122014.849000', '122014.851000', '122014.854000', '122014.856000', '122014.859000', '122014.861000', '122014.864000', '122014.867000', '122014.869000', '122014.872000', '122014.874000', '122014.877000', '122014.879000', '122014.882000', '122014.885000', '122014.887000', '122014.890000', '122014.893000', '122014.895000', '122014.898000', '122014.900000', '122014.903000', '122014.905000', '122014.908000', '122014.911000', '122014.913000', '122014.916000', '122014.918000', '122014.921000', '122014.923000', '122014.926000', '122014.929000', '122014.931000', '122014.934000', '122034.824000', '122034.826000', '122034.829000', '122034.832000', '122034.834000', '122034.837000', '122034.839000', '122034.842000', '122034.844000', '122034.847000', '122034.850000', '122034.852000', '122034.855000', '122034.857000', '122034.860000', '122034.862000', '122034.865000', '122034.867000', '122034.870000', '122034.873000', '122034.875000', '122034.878000', '122034.880000', '122034.883000', '122034.886000', '122034.888000', '122034.891000', '122034.893000', '122034.896000', '122034.899000', '122034.901000', '122034.904000', '122034.906000', '122034.909000', '122034.911000', '122034.914000', '122034.917000', '122034.919000', '122034.922000', '122034.924000', '122034.927000', '122034.929000', '122034.932000', '122054.822000', '122054.825000', '122054.828000', '122054.830000', '122054.833000', '122054.842000', '122054.844000', '122054.847000', '122054.850000', '122054.853000', '122054.866000', '122054.869000', '122054.871000', '122054.874000', '122054.876000', '122054.879000', '122054.882000', '122054.884000', '122054.887000', '122054.889000', '122054.892000', '122054.895000', '122054.897000', '122054.900000', '122054.903000', '122054.905000', '122054.908000', '122054.910000', '122054.913000', '122054.916000', '122054.918000', '122054.921000', '122054.924000', '122054.926000', '122054.929000', '122054.931000', '122054.936000', '122054.938000', '122054.941000', '122054.944000', '122054.946000', '122054.949000', '122054.951000', '122114.822000', '122114.825000', '122114.828000', '122114.830000', '122114.833000', '122114.836000', '122114.838000', '122114.841000', '122114.843000', '122114.846000', '122114.848000', '122114.851000', '122114.854000', '122114.856000', '122114.859000', '122114.861000', '122114.864000', '122114.867000', '122114.869000', '122114.872000', '122114.874000', '122114.877000', '122114.879000', '122114.882000', '122114.885000', '122114.887000', '122114.890000', '122114.892000', '122114.895000', '122114.897000', '122114.900000', '122114.902000', '122114.905000', '122114.908000', '122114.910000', '122114.913000', '122114.915000', '122114.918000', '122114.920000', '122114.923000', '122114.926000', '122114.928000', '122114.931000', '122114.933000', '122134.822000', '122134.825000', '122134.828000', '122134.830000', '122134.833000', '122134.836000', '122134.838000', '122134.841000', '122134.843000', '122134.846000', '122134.848000', '122134.851000', '122134.854000', '122134.856000', '122134.859000', '122134.861000', '122134.864000', '122134.866000', '122134.869000', '122134.871000', '122134.874000', '122134.877000', '122134.879000', '122134.882000', '122134.884000', '122134.887000', '122134.889000', '122134.892000', '122134.895000', '122134.897000', '122134.900000', '122134.902000', '122134.905000', '122134.907000', '122134.910000', '122134.912000', '122134.915000', '122134.918000', '122134.920000', '122134.923000', '122134.925000', '122134.928000', '122134.930000', '122154.823000', '122154.825000', '122154.828000', '122154.830000', '122154.833000', '122154.836000', '122154.838000', '122154.841000', '122154.843000', '122154.846000', '122154.848000', '122154.851000', '122154.854000', '122154.856000', '122154.859000', '122154.861000', '122154.864000', '122154.866000', '122154.869000', '122154.872000', '122154.874000', '122154.877000', '122154.879000', '122154.882000', '122154.884000', '122154.887000', '122154.890000', '122154.892000', '122154.895000', '122154.897000', '122154.900000', '122154.902000', '122154.905000', '122154.908000', '122154.910000', '122154.923000', '122154.925000', '122154.928000', '122154.930000', '122154.933000', '122154.936000', '122154.938000', '122154.941000', '122154.943000', '122214.822000', '122214.825000', '122214.828000', '122214.830000', '122214.833000', '122214.836000', '122214.838000', '122214.841000', '122214.843000', '122214.846000', '122214.849000', '122214.851000', '122214.854000', '122214.856000', '122214.859000', '122214.861000', '122214.864000', '122214.866000', '122214.869000', '122214.872000', '122214.874000', '122214.882000', '122214.885000', '122214.888000', '122214.891000', '122214.894000', '122214.896000', '122214.899000', '122214.902000', '122214.905000', '122214.908000', '122214.911000', '122214.913000', '122214.916000', '122214.918000', '122214.921000', '122214.924000', '122214.926000', '122214.929000', '122214.931000', '122214.934000', '122214.936000', '122214.939000', '122234.823000', '122234.825000', '122234.828000', '122234.831000', '122234.833000', '122234.836000', '122234.838000', '122234.841000', '122234.844000', '122234.846000', '122234.849000', '122234.851000', '122234.854000', '122234.856000', '122234.859000', '122234.862000', '122234.864000', '122234.867000', '122234.869000', '122234.872000', '122234.875000', '122234.877000', '122234.880000', '122234.882000', '122234.885000', '122234.887000', '122234.890000', '122234.893000', '122234.895000', '122234.898000', '122234.900000', '122234.903000', '122234.905000', '122234.908000', '122234.911000', '122234.913000', '122234.916000', '122234.918000', '122234.921000', '122234.923000', '122234.926000', '122234.929000', '122234.931000', '122234.934000', '122254.823000', '122254.826000', '122254.829000', '122254.832000', '122254.834000', '122254.837000', '122254.839000', '122254.842000', '122254.845000', '122254.847000', '122254.850000', '122254.852000', '122254.855000', '122254.857000', '122254.860000', '122254.863000', '122254.865000', '122254.868000', '122254.870000', '122254.873000', '122254.875000', '122254.878000', '122254.881000', '122254.883000', '122254.886000', '122254.888000', '122254.891000', '122254.893000', '122254.896000', '122254.899000', '122254.901000', '122254.904000', '122254.907000', '122254.909000', '122254.912000', '122254.914000', '122254.917000', '122254.920000', '122254.922000', '122254.925000', '122254.927000', '122254.930000', '122254.932000', '122314.823000', '122314.825000', '122314.828000', '122314.831000', '122314.833000', '122314.836000', '122314.838000', '122314.841000', '122314.844000', '122314.846000', '122314.849000', '122314.851000', '122314.854000', '122314.856000', '122314.859000', '122314.862000', '122314.864000', '122314.867000', '122314.869000', '122314.872000', '122314.875000', '122314.877000', '122314.880000', '122314.882000', '122314.885000', '122314.887000', '122314.890000', '122314.893000', '122314.895000', '122314.898000', '122314.900000', '122314.903000', '122314.905000', '122314.908000', '122314.911000', '122314.913000', '122314.916000', '122314.918000', '122314.921000', '122314.924000', '122314.926000', '122314.929000', '122314.931000', '122314.934000', '122334.823000', '122334.825000', '122334.828000', '122334.831000', '122334.833000', '122334.836000', '122334.838000', '122334.841000', '122334.844000', '122334.846000', '122334.849000', '122334.851000', '122334.854000', '122334.857000', '122334.859000', '122334.862000', '122334.864000', '122334.867000', '122334.869000', '122334.872000', '122334.875000', '122334.877000', '122334.880000', '122334.882000', '122334.885000', '122334.887000', '122334.890000', '122334.893000', '122334.895000', '122334.898000', '122334.900000', '122334.921000', '122334.923000', '122334.926000', '122334.930000', '122334.932000', '122334.935000', '122334.938000', '122334.940000', '122334.943000', '122334.945000', '122334.948000', '122334.950000', '122354.823000', '122354.825000', '122354.828000', '122354.831000', '122354.833000', '122354.836000', '122354.838000', '122354.841000', '122354.844000', '122354.846000', '122354.849000', '122354.851000', '122354.854000', '122354.856000', '122354.859000', '122354.862000', '122354.864000', '122354.867000', '122354.869000', '122354.872000', '122354.875000', '122354.877000', '122354.880000', '122354.882000', '122354.885000', '122354.887000', '122354.890000', '122354.893000', '122354.895000', '122354.898000', '122354.901000', '122354.903000', '122354.906000', '122354.908000', '122354.911000', '122354.914000', '122354.916000', '122354.919000', '122354.921000', '122354.924000', '122354.927000', '122354.945000', '122354.947000', '122354.950000', '122414.823000', '122414.826000', '122414.828000', '122414.831000', '122414.833000', '122414.836000', '122414.839000', '122414.841000', '122414.844000', '122414.846000', '122414.849000', '122414.852000', '122414.854000', '122414.857000', '122414.859000', '122414.862000', '122414.865000', '122414.867000', '122414.870000', '122414.872000', '122414.875000', '122414.877000', '122414.880000', '122414.883000', '122414.885000', '122414.888000', '122414.890000', '122414.893000', '122414.896000', '122414.898000', '122414.901000', '122414.903000', '122414.906000', '122414.909000', '122414.911000', '122414.914000', '122414.917000', '122414.919000', '122414.922000', '122414.924000', '122414.927000', '122414.929000', '122414.932000', '122431.911000', '122431.914000', '122431.917000', '122431.919000', '122431.922000', '122431.925000', '122431.928000', '122431.931000', '122431.934000', '122431.937000', '122431.940000', '122431.943000', '122431.945000', '122431.948000', '122431.951000', '122431.953000', '122431.956000', '122431.959000', '122431.962000', '122431.964000', '122431.967000', '122431.969000', '122431.972000', '122431.975000', '122431.979000', '122431.983000', '122431.986000', '122431.989000', '122431.992000', '122431.996000', '122431.998000', '122432.002000', '122432.005000', '122432.008000', '122432.011000', '122432.016000', '122432.019000', '122432.022000'], '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': [13261, 10532, 12872, 11979, 12808, 10178, 12532, 10309, 11762, 9643, 11884, 10509, 11843, 12094, 10199, 13057, 11452, 13629, 9864, 12353, 9717, 11678, 17000, 10919, 13267, 10009, 11909, 10142, 11571, 12266, 10125, 14271, 9494, 11974, 9855, 11349, 9295, 10923, 10538, 9739, 12221, 10401, 11829, 9687, 11665, 8972, 10115, 12974, 10327, 11389, 10488, 10409, 9566, 10373, 9235, 10534, 13056, 10798, 11682, 10050, 10657, 9904, 10746, 10932, 10223, 14654, 9905, 12032, 9864, 11054, 10146, 11200, 8955, 10537, 12937, 10378, 12220, 11951, 11489, 9478, 11022, 8863, 10734, 12510, 10029, 12856, 9877, 11131, 9873, 11253, 10688, 10679, 12664, 9691, 12281, 10400, 11913, 10578, 11437, 8907, 11170, 12653, 10451, 12643, 12061, 11793, 9178, 11758, 9695, 10776, 12787, 11338, 11605, 8964, 11562, 10846, 10634, 12711, 11737, 11603, 9550, 11490, 11375, 10357, 12720, 11893, 11543, 9552, 11439, 8958, 10820, 13406, 10995, 11883, 10037, 11178, 10396, 11236, 11620, 10301, 13676, 10193, 11812, 9391, 11584, 9896, 11534, 13660, 10296, 13019, 10901, 12262, 10775, 12272, 9443, 10750, 13358, 10741, 12063, 10891, 11272, 10595, 11228, 11258, 9839, 12213, 10776, 11514, 9450, 11500, 9392, 10384, 13301, 10700, 12129, 9849, 11517, 9429, 11301, 14204, 10926, 14201, 10464, 12454, 10083, 11883, 11074, 10586, 15619, 11028, 12912, 9813, 11291, 10700, 11219, 12502, 9952, 11957, 10100, 11237, 10296, 10861, 11147, 10195, 13388, 10035, 11288, 9877, 11139, 10227, 11036, 13326, 10369, 13654, 9719, 11979, 10009, 11774, 11683, 10468, 15197, 10163, 12544, 9831, 12044, 10649, 11748, 12857, 9943, 13118, 10476, 12266, 10742, 12224, 9487, 11006, 15489, 10955, 12618, 10718, 12101, 9850, 11233, 13983, 10391, 11977, 11258, 11342, 9725, 11604, 10299, 10355, 12687, 10853, 11708, 10463, 11149, 9292, 11019, 9166, 11271, 9500, 11751, 11154, 11970, 9946, 12152, 9513, 12158, 9895, 12086, 9450, 12010, 14207, 9996, 13408, 11059, 12405, 10874, 11964, 10008, 12013, 10023, 11642, 9909, 13264, 10257, 12745, 10463, 11747, 14209, 10986, 12795, 10592, 8609, 13064, 9284, 12373, 9769, 11975, 17846, 10360, 15407, 11305, 13560, 18348, 10910, 14261, 10046, 12138, 10436, 11513, 12560, 10031, 12481, 9388, 11055, 9171, 11116, 11658, 9759, 13217, 9174, 11524, 9796, 11249, 9317, 11605, 9606, 10528, 14586, 10578, 11875, 10749, 12344, 9798, 12574, 15049, 11162, 17844, 10036, 13457, 10531, 12422, 10291, 10911, 15601, 9531, 13092, 10859, 11892, 9511, 11178, 18457, 9643, 12494, 9830, 11427, 12358, 9590, 12144, 9948, 11437, 10375, 10662, 14083, 9656, 12057, 9053, 11281, 11410, 9820, 12713, 9630, 11419, 9908, 11164, 11615, 9893, 13956, 9576, 11592, 9274, 11321, 10891, 10358, 14848, 9899, 11946, 9675, 11428, 11327, 10016, 13752, 9795, 11934, 9213, 11221, 10653, 10044, 13332, 9448, 11592, 9286, 11460, 10003, 10497, 12028, 9250, 12022, 10368, 11718, 9946, 11083, 13229, 9832, 12741, 10504, 11962, 10101, 11488, 10481, 9939, 12549, 10420, 11997, 10305, 11117, 12538, 9396, 12736, 10405, 11646, 9892, 11128, 12029, 9420, 12573, 10029, 11846, 10158, 11189, 9916, 10127, 12326, 10177, 11949, 10372, 11206, 11739, 9835, 12479, 10059, 11858, 10093, 10984, 10974, 9588, 12457, 10118, 11747, 10239, 10871, 15365, 9921, 12409, 10067, 11795, 15172, 10372, 12633, 9868, 11924, 10235, 10736, 12654, 11339, 11558, 8950, 11441, 12264, 9781, 12230, 10777, 10714, 10589, 10620, 12727, 9785, 11914, 10039, 10771, 10047, 10248, 12467, 10040, 11630, 10294, 11399, 10002, 10513, 12928, 10024, 11914, 11157, 11263, 10085, 10736, 13126, 10209, 12089, 11432, 11497, 10267, 10880, 13869, 10530, 12257, 10674, 11470, 10238, 10990, 13638, 10267, 12538, 10004, 11922, 10687, 11567, 11471, 10284, 13886, 9753, 11757, 9517, 11224, 10537, 10624, 15184, 9697, 12425, 10147, 11647, 9721, 11380, 12831, 9673, 12591, 10275, 11758, 9798, 10938, 14377, 9908, 12621, 9883, 11410, 9420, 11046, 11900, 10051, 12531, 10095, 11865, 10206, 11073, 9744, 10145, 13049, 10053, 11458, 9824, 11129, 9083, 10210, 13002, 10083, 12126, 11264, 11030, 10045, 10871, 11312, 9838, 13095, 10933, 12177, 9296, 11486, 9436, 10783, 13659, 10681, 12009, 10017, 11374, 9405, 10926, 13499, 10928, 11903, 10006, 11581, 10326, 11312, 11229, 10476, 13521, 10144, 12339, 10556, 11368, 9023, 10762, 13806, 10364, 12480, 11355, 11360, 10573, 11179, 13829, 10137, 12155, 11000, 11451, 9642, 10693, 13447, 10355, 12209, 10022, 11543, 8860, 10420, 13264, 10428, 11756, 9545, 11451, 8962, 10532, 13298, 10679, 11809, 9703, 11647, 9423, 11028, 13568, 10403, 12627, 9977, 11663, 9873, 11627, 11865, 10619, 14776, 9933, 12678, 9406, 11924, 10809, 11243, 13724, 9860, 13010, 10168, 12497, 10265, 11850, 12592, 9677, 13215, 10303, 12095, 10033, 10718, 11925, 9802, 12442, 9878, 11900, 10143, 10906, 11146, 9809, 12628, 10200, 12131, 10418, 11954, 9167, 10413, 13779, 10742, 12782, 11106, 12368, 10739, 11461, 16332, 11104, 13072, 10555, 12379, 9573, 12327, 10162, 11662, 10555, 10002, 13113, 10058, 12831, 10506, 12294, 12038, 10068, 13533, 10512, 13032, 10855, 12368, 10091, 11142, 15453, 10039, 12940, 10805, 11657, 9095, 11433, 8950, 10390, 12875, 10068, 13098, 9704, 11744, 9914, 11436, 11292, 11118, 14468, 9586, 13377, 11763, 13178, 11663, 13717, 11023, 12082, 12213, 10673, 13164, 10490, 13551, 9534, 12535, 11453, 13222, 12527, 14730, 12159, 12154, 12286, 11133, 16364, 11542, 15565, 11140, 13231, 10886, 11803, 15724, 10046, 13179, 9652, 12315, 10009, 11124, 9306, 10624, 11852, 9493, 11697, 11275, 10799, 9456, 11539, 9115, 11456, 9565, 10672, 9411, 9807, 13014, 10070, 11891, 11239, 11877, 9201, 11913, 10744, 11927, 18114, 11396, 14355, 10983, 11825, 10458, 10974, 14328, 10408, 12059, 9995, 10546, 10398, 9837, 13347, 9808, 10879, 9518, 10465, 10393, 9990, 13424, 10316, 11091, 10074, 10653, 11867, 10190, 13168, 10535, 11422, 10187, 10861, 15679, 10605, 12469, 9742, 11052, 10186, 10368, 13334, 10960, 11455, 10145, 10730, 8975, 10420, 12710, 11211, 11561, 9451, 10964, 12070, 10337, 12107, 11506, 11157, 9525, 10906, 12486, 10735, 11711, 11197, 11322, 9859, 10778, 10605, 10674, 8957, 11785, 9691, 12066, 11455, 11298, 16118, 14831, 14705, 11039, 13074, 10747, 11459, 16531, 12061, 12929, 10904, 12046, 9879, 11297, 10004, 10976, 9615, 11219, 8702, 11471, 10025, 11832, 11105, 10811, 14998, 11462, 18174, 11987, 14755, 12381, 14223, 11273, 12645, 20048, 10905, 14319, 11248, 12359, 11659, 10093, 13085, 10465, 11924, 10290, 11118, 8965, 10373, 11757, 9235, 11315, 10252, 10644, 9609, 11078, 11216, 9340, 12358, 11614, 11060, 9228, 11477, 11435, 9915, 12585, 11831, 11560, 9983, 11588, 8856, 10193, 11987, 10560, 12162, 9773, 11381, 10778, 14808, 11466, 14359, 10578, 12444, 9993, 11962, 13700, 10903, 16263, 10022, 12592, 10172, 11587, 9676, 10892, 8586, 10239, 12345, 9791, 11630, 10157, 11234, 9746, 10851, 9634, 11032, 9393, 10545, 13064, 11051, 13234, 10176, 11793, 10258, 11695, 10715, 12265, 10043, 11864, 16096, 10996, 15067, 12501, 13033, 10538, 12525, 11815, 10591, 13002, 12082, 12368, 9245, 11811, 9309, 11101, 13623, 10785, 11681, 10458, 11870, 9529, 10998, 9890, 11117, 10061, 11271, 14861, 11026, 17246, 10357, 13260, 10828, 12164, 11211, 12100, 18038, 10733, 14516, 10380, 12211, 10080, 11457, 9047, 10336, 12627, 10079, 11668, 10011, 10963, 9007, 10036, 13174, 10087, 11441, 11012, 10626, 9936, 10989, 10983, 9929, 11783, 10826, 11317, 8996, 11311, 9073, 10893, 9613, 10809, 10399, 10096, 13642, 11352, 14710, 11928, 14069, 10200, 12937, 10360, 12836, 13471, 12181, 14451, 9851, 14166, 10708, 12249, 12099, 14174, 10321, 12186, 12447, 10666, 12610, 11447, 12154, 9319, 11220, 10922, 10227, 13388, 10120, 11927, 9460, 11075, 9575, 10209, 11946, 9419, 11612, 10312, 11014, 9688, 11204, 9978, 10172, 13656, 10988, 12273, 10138, 11517, 9547, 11421, 13393, 10372, 12406, 10928, 12701, 9268, 11845, 9793, 11297, 11700, 9933, 13474, 10360, 11716, 11167, 11044, 9130, 11646, 10068, 10682, 15271, 11331, 12628, 9944, 11595, 9779, 11599, 10888, 10859, 17050, 10014, 11987, 11570, 11714, 9566, 12028, 9784], 'WindowCenter': [4820.0, 4778.0, 4765.0, 4746.0, 4737.0, 4708.0, 4726.0, 4707.0, 4725.0, 4693.0, 4717.0, 4702.0, 4713.0, 4711.0, 4693.0, 4724.0, 4703.0, 4721.0, 4681.0, 4701.0, 4671.0, 4702.0, 4730.0, 4693.0, 4710.0, 4680.0, 4701.0, 4678.0, 4703.0, 4698.0, 4683.0, 4721.0, 4670.0, 4699.0, 4678.0, 4700.0, 4670.0, 4691.0, 4687.0, 4681.0, 4698.0, 4690.0, 4700.0, 4669.0, 4687.0, 4660.0, 4681.0, 4709.0, 4692.0, 4703.0, 4703.0, 4719.0, 4695.0, 4702.0, 4682.0, 4701.0, 4711.0, 4704.0, 4699.0, 4681.0, 4692.0, 4692.0, 4714.0, 4693.0, 4693.0, 4721.0, 4690.0, 4710.0, 4693.0, 4702.0, 4690.0, 4701.0, 4671.0, 4689.0, 4709.0, 4695.0, 4711.0, 4714.0, 4702.0, 4682.0, 4691.0, 4673.0, 4705.0, 4713.0, 4694.0, 4712.0, 4693.0, 4703.0, 4693.0, 4714.0, 4696.0, 4705.0, 4711.0, 4693.0, 4711.0, 4694.0, 4712.0, 4706.0, 4714.0, 4687.0, 4717.0, 4722.0, 4705.0, 4722.0, 4726.0, 4714.0, 4683.0, 4713.0, 4682.0, 4704.0, 4725.0, 4711.0, 4711.0, 4682.0, 4714.0, 4702.0, 4705.0, 4723.0, 4713.0, 4704.0, 4681.0, 4704.0, 4701.0, 4694.0, 4714.0, 4703.0, 4701.0, 4682.0, 4702.0, 4674.0, 4703.0, 4723.0, 4703.0, 4712.0, 4695.0, 4704.0, 4694.0, 4716.0, 4716.0, 4697.0, 4723.0, 4694.0, 4713.0, 4686.0, 4714.0, 4695.0, 4715.0, 4723.0, 4694.0, 4711.0, 4701.0, 4714.0, 4695.0, 4715.0, 4682.0, 4704.0, 4720.0, 4705.0, 4715.0, 4702.0, 4702.0, 4694.0, 4705.0, 4702.0, 4694.0, 4715.0, 4713.0, 4715.0, 4684.0, 4716.0, 4683.0, 4695.0, 4724.0, 4692.0, 4711.0, 4693.0, 4704.0, 4685.0, 4704.0, 4724.0, 4705.0, 4721.0, 4692.0, 4712.0, 4695.0, 4714.0, 4704.0, 4703.0, 4732.0, 4702.0, 4710.0, 4681.0, 4700.0, 4692.0, 4706.0, 4710.0, 4683.0, 4713.0, 4694.0, 4701.0, 4706.0, 4715.0, 4715.0, 4693.0, 4725.0, 4706.0, 4705.0, 4693.0, 4705.0, 4696.0, 4716.0, 4723.0, 4697.0, 4733.0, 4692.0, 4713.0, 4694.0, 4725.0, 4716.0, 4707.0, 4734.0, 4706.0, 4725.0, 4695.0, 4726.0, 4706.0, 4715.0, 4714.0, 4696.0, 4722.0, 4704.0, 4713.0, 4702.0, 4715.0, 4681.0, 4703.0, 4731.0, 4703.0, 4712.0, 4695.0, 4713.0, 4682.0, 4703.0, 4720.0, 4691.0, 4712.0, 4703.0, 4693.0, 4683.0, 4702.0, 4690.0, 4694.0, 4713.0, 4705.0, 4713.0, 4691.0, 4701.0, 4673.0, 4716.0, 4696.0, 4716.0, 4697.0, 4726.0, 4718.0, 4715.0, 4697.0, 4723.0, 4683.0, 4726.0, 4697.0, 4714.0, 4686.0, 4725.0, 4732.0, 4693.0, 4723.0, 4714.0, 4713.0, 4706.0, 4713.0, 4694.0, 4714.0, 4698.0, 4715.0, 4695.0, 4724.0, 4695.0, 4723.0, 4693.0, 4715.0, 4734.0, 4702.0, 4715.0, 4704.0, 4673.0, 4726.0, 4685.0, 4737.0, 4708.0, 4727.0, 4754.0, 4703.0, 4733.0, 4704.0, 4725.0, 4742.0, 4693.0, 4720.0, 4682.0, 4701.0, 4693.0, 4704.0, 4712.0, 4682.0, 4711.0, 4682.0, 4701.0, 4681.0, 4712.0, 4701.0, 4684.0, 4710.0, 4683.0, 4714.0, 4696.0, 4714.0, 4685.0, 4714.0, 4683.0, 4693.0, 4736.0, 4702.0, 4712.0, 4703.0, 4713.0, 4683.0, 4713.0, 4733.0, 4703.0, 4741.0, 4680.0, 4719.0, 4695.0, 4712.0, 4691.0, 4703.0, 4729.0, 4681.0, 4709.0, 4702.0, 4703.0, 4679.0, 4700.0, 4736.0, 4672.0, 4710.0, 4682.0, 4701.0, 4700.0, 4680.0, 4698.0, 4678.0, 4702.0, 4690.0, 4691.0, 4718.0, 4680.0, 4698.0, 4670.0, 4701.0, 4698.0, 4680.0, 4706.0, 4681.0, 4699.0, 4680.0, 4703.0, 4701.0, 4681.0, 4720.0, 4679.0, 4697.0, 4681.0, 4703.0, 4690.0, 4692.0, 4717.0, 4681.0, 4702.0, 4683.0, 4716.0, 4712.0, 4695.0, 4720.0, 4682.0, 4698.0, 4683.0, 4705.0, 4690.0, 4690.0, 4719.0, 4681.0, 4703.0, 4684.0, 4715.0, 4682.0, 4693.0, 4701.0, 4684.0, 4701.0, 4692.0, 4713.0, 4682.0, 4701.0, 4710.0, 4682.0, 4711.0, 4702.0, 4713.0, 4693.0, 4703.0, 4691.0, 4693.0, 4711.0, 4700.0, 4714.0, 4694.0, 4703.0, 4711.0, 4681.0, 4712.0, 4693.0, 4703.0, 4682.0, 4702.0, 4701.0, 4673.0, 4711.0, 4691.0, 4713.0, 4695.0, 4703.0, 4683.0, 4694.0, 4710.0, 4695.0, 4714.0, 4695.0, 4704.0, 4702.0, 4692.0, 4709.0, 4695.0, 4716.0, 4694.0, 4703.0, 4701.0, 4684.0, 4711.0, 4690.0, 4715.0, 4692.0, 4704.0, 4729.0, 4685.0, 4710.0, 4683.0, 4716.0, 4731.0, 4694.0, 4712.0, 4682.0, 4703.0, 4680.0, 4705.0, 4714.0, 4704.0, 4702.0, 4669.0, 4705.0, 4710.0, 4696.0, 4713.0, 4704.0, 4703.0, 4692.0, 4705.0, 4723.0, 4693.0, 4713.0, 4696.0, 4705.0, 4691.0, 4704.0, 4726.0, 4708.0, 4742.0, 4730.0, 4725.0, 4706.0, 4716.0, 4735.0, 4694.0, 4726.0, 4718.0, 4713.0, 4703.0, 4712.0, 4723.0, 4707.0, 4725.0, 4715.0, 4714.0, 4693.0, 4703.0, 4734.0, 4703.0, 4714.0, 4704.0, 4715.0, 4690.0, 4705.0, 4732.0, 4693.0, 4712.0, 4693.0, 4713.0, 4701.0, 4716.0, 4713.0, 4695.0, 4723.0, 4695.0, 4714.0, 4695.0, 4714.0, 4704.0, 4705.0, 4732.0, 4696.0, 4721.0, 4695.0, 4715.0, 4694.0, 4714.0, 4712.0, 4695.0, 4709.0, 4694.0, 4715.0, 4695.0, 4705.0, 4722.0, 4695.0, 4711.0, 4691.0, 4714.0, 4685.0, 4715.0, 4714.0, 4696.0, 4723.0, 4695.0, 4712.0, 4705.0, 4714.0, 4692.0, 4705.0, 4723.0, 4707.0, 4716.0, 4706.0, 4727.0, 4708.0, 4719.0, 4734.0, 4707.0, 4725.0, 4717.0, 4717.0, 4705.0, 4716.0, 4715.0, 4705.0, 4724.0, 4714.0, 4724.0, 4685.0, 4716.0, 4696.0, 4717.0, 4735.0, 4706.0, 4725.0, 4707.0, 4716.0, 4697.0, 4717.0, 4735.0, 4718.0, 4728.0, 4706.0, 4727.0, 4707.0, 4717.0, 4715.0, 4706.0, 4734.0, 4705.0, 4726.0, 4705.0, 4717.0, 4685.0, 4716.0, 4732.0, 4704.0, 4725.0, 4713.0, 4717.0, 4703.0, 4717.0, 4733.0, 4706.0, 4724.0, 4716.0, 4716.0, 4695.0, 4703.0, 4734.0, 4705.0, 4725.0, 4696.0, 4715.0, 4684.0, 4705.0, 4734.0, 4707.0, 4725.0, 4695.0, 4713.0, 4685.0, 4717.0, 4736.0, 4708.0, 4715.0, 4697.0, 4715.0, 4693.0, 4718.0, 4735.0, 4708.0, 4724.0, 4708.0, 4715.0, 4706.0, 4729.0, 4727.0, 4716.0, 4743.0, 4707.0, 4727.0, 4685.0, 4725.0, 4714.0, 4715.0, 4734.0, 4707.0, 4735.0, 4706.0, 4725.0, 4706.0, 4726.0, 4726.0, 4695.0, 4726.0, 4706.0, 4726.0, 4693.0, 4705.0, 4713.0, 4703.0, 4722.0, 4707.0, 4728.0, 4705.0, 4716.0, 4715.0, 4704.0, 4725.0, 4718.0, 4727.0, 4717.0, 4729.0, 4694.0, 4707.0, 4737.0, 4717.0, 4725.0, 4716.0, 4724.0, 4704.0, 4716.0, 4753.0, 4704.0, 4725.0, 4705.0, 4724.0, 4682.0, 4713.0, 4696.0, 4729.0, 4705.0, 4697.0, 4722.0, 4694.0, 4725.0, 4704.0, 4715.0, 4713.0, 4693.0, 4721.0, 4695.0, 4723.0, 4702.0, 4713.0, 4693.0, 4704.0, 4731.0, 4708.0, 4724.0, 4703.0, 4703.0, 4684.0, 4713.0, 4672.0, 4703.0, 4723.0, 4709.0, 4723.0, 4697.0, 4725.0, 4707.0, 4717.0, 4714.0, 4717.0, 4732.0, 4695.0, 4724.0, 4714.0, 4722.0, 4704.0, 4722.0, 4702.0, 4712.0, 4714.0, 4705.0, 4721.0, 4703.0, 4723.0, 4694.0, 4712.0, 4715.0, 4720.0, 4713.0, 4720.0, 4700.0, 4702.0, 4702.0, 4700.0, 4731.0, 4700.0, 4718.0, 4690.0, 4708.0, 4690.0, 4698.0, 4718.0, 4669.0, 4696.0, 4668.0, 4699.0, 4680.0, 4691.0, 4671.0, 4692.0, 4700.0, 4682.0, 4701.0, 4701.0, 4690.0, 4678.0, 4702.0, 4672.0, 4700.0, 4679.0, 4694.0, 4681.0, 4691.0, 4710.0, 4693.0, 4712.0, 4702.0, 4701.0, 4686.0, 4738.0, 4718.0, 4714.0, 4742.0, 4702.0, 4719.0, 4701.0, 4713.0, 4702.0, 4701.0, 4720.0, 4689.0, 4710.0, 4692.0, 4703.0, 4681.0, 4680.0, 4720.0, 4692.0, 4701.0, 4681.0, 4702.0, 4693.0, 4695.0, 4720.0, 4693.0, 4700.0, 4692.0, 4704.0, 4700.0, 4692.0, 4711.0, 4692.0, 4700.0, 4691.0, 4701.0, 4729.0, 4691.0, 4712.0, 4680.0, 4701.0, 4681.0, 4693.0, 4723.0, 4700.0, 4701.0, 4692.0, 4701.0, 4671.0, 4704.0, 4720.0, 4706.0, 4714.0, 4683.0, 4704.0, 4712.0, 4706.0, 4713.0, 4713.0, 4701.0, 4680.0, 4702.0, 4724.0, 4715.0, 4714.0, 4714.0, 4713.0, 4696.0, 4713.0, 4707.0, 4705.0, 4699.0, 4736.0, 4705.0, 4727.0, 4727.0, 4718.0, 4747.0, 4736.0, 4732.0, 4705.0, 4721.0, 4692.0, 4713.0, 4742.0, 4714.0, 4713.0, 4705.0, 4713.0, 4695.0, 4704.0, 4705.0, 4702.0, 4694.0, 4717.0, 4685.0, 4715.0, 4695.0, 4724.0, 4715.0, 4717.0, 4742.0, 4717.0, 4753.0, 4714.0, 4733.0, 4713.0, 4721.0, 4691.0, 4710.0, 4748.0, 4690.0, 4720.0, 4688.0, 4699.0, 4688.0, 4678.0, 4706.0, 4678.0, 4698.0, 4680.0, 4689.0, 4661.0, 4692.0, 4701.0, 4680.0, 4701.0, 4693.0, 4692.0, 4681.0, 4701.0, 4700.0, 4683.0, 4712.0, 4703.0, 4700.0, 4671.0, 4703.0, 4698.0, 4683.0, 4710.0, 4701.0, 4702.0, 4680.0, 4701.0, 4671.0, 4694.0, 4711.0, 4703.0, 4713.0, 4704.0, 4724.0, 4718.0, 4745.0, 4716.0, 4731.0, 4691.0, 4710.0, 4684.0, 4711.0, 4721.0, 4694.0, 4728.0, 4682.0, 4710.0, 4689.0, 4703.0, 4680.0, 4700.0, 4660.0, 4690.0, 4710.0, 4690.0, 4711.0, 4706.0, 4713.0, 4683.0, 4705.0, 4682.0, 4706.0, 4683.0, 4706.0, 4734.0, 4716.0, 4725.0, 4706.0, 4714.0, 4695.0, 4714.0, 4702.0, 4715.0, 4690.0, 4712.0, 4733.0, 4703.0, 4730.0, 4713.0, 4722.0, 4692.0, 4709.0, 4699.0, 4692.0, 4718.0, 4711.0, 4709.0, 4669.0, 4700.0, 4671.0, 4704.0, 4722.0, 4704.0, 4700.0, 4692.0, 4701.0, 4692.0, 4699.0, 4692.0, 4701.0, 4691.0, 4704.0, 4734.0, 4703.0, 4740.0, 4693.0, 4712.0, 4689.0, 4699.0, 4702.0, 4700.0, 4738.0, 4690.0, 4716.0, 4679.0, 4710.0, 4690.0, 4702.0, 4668.0, 4692.0, 4711.0, 4690.0, 4710.0, 4682.0, 4702.0, 4670.0, 4693.0, 4712.0, 4694.0, 4713.0, 4701.0, 4690.0, 4682.0, 4701.0, 4700.0, 4694.0, 4713.0, 4702.0, 4701.0, 4683.0, 4713.0, 4685.0, 4704.0, 4694.0, 4716.0, 4702.0, 4705.0, 4735.0, 4717.0, 4734.0, 4715.0, 4722.0, 4694.0, 4712.0, 4691.0, 4722.0, 4711.0, 4711.0, 4719.0, 4692.0, 4721.0, 4702.0, 4709.0, 4711.0, 4720.0, 4679.0, 4699.0, 4700.0, 4689.0, 4700.0, 4699.0, 4698.0, 4667.0, 4688.0, 4690.0, 4692.0, 4709.0, 4689.0, 4698.0, 4678.0, 4699.0, 4682.0, 4691.0, 4700.0, 4681.0, 4699.0, 4690.0, 4703.0, 4682.0, 4701.0, 4678.0, 4691.0, 4720.0, 4692.0, 4700.0, 4682.0, 4701.0, 4680.0, 4702.0, 4721.0, 4692.0, 4711.0, 4688.0, 4707.0, 4669.0, 4702.0, 4682.0, 4702.0, 4700.0, 4684.0, 4719.0, 4692.0, 4712.0, 4701.0, 4702.0, 4681.0, 4700.0, 4680.0, 4705.0, 4731.0, 4705.0, 4711.0, 4681.0, 4701.0, 4691.0, 4712.0, 4691.0, 4700.0, 4740.0, 4681.0, 4712.0, 4713.0, 4703.0, 4679.0, 4711.0, 4682.0], 'WindowWidth': [10524.0, 10449.0, 10408.0, 10377.0, 10350.0, 10308.0, 10330.0, 10307.0, 10326.0, 10280.0, 10313.0, 10288.0, 10303.0, 10299.0, 10279.0, 10318.0, 10288.0, 10310.0, 10255.0, 10281.0, 10241.0, 10287.0, 10321.0, 10273.0, 10293.0, 10253.0, 10281.0, 10249.0, 10287.0, 10274.0, 10259.0, 10307.0, 10238.0, 10276.0, 10251.0, 10282.0, 10240.0, 10268.0, 10260.0, 10255.0, 10275.0, 10269.0, 10281.0, 10237.0, 10260.0, 10224.0, 10254.0, 10290.0, 10274.0, 10290.0, 10293.0, 10324.0, 10285.0, 10291.0, 10262.0, 10285.0, 10297.0, 10291.0, 10279.0, 10257.0, 10272.0, 10273.0, 10308.0, 10274.0, 10276.0, 10312.0, 10267.0, 10294.0, 10277.0, 10287.0, 10269.0, 10284.0, 10242.0, 10267.0, 10293.0, 10281.0, 10298.0, 10304.0, 10287.0, 10260.0, 10270.0, 10247.0, 10295.0, 10304.0, 10279.0, 10300.0, 10277.0, 10289.0, 10277.0, 10309.0, 10283.0, 10296.0, 10297.0, 10276.0, 10298.0, 10278.0, 10303.0, 10300.0, 10307.0, 10272.0, 10313.0, 10315.0, 10296.0, 10316.0, 10324.0, 10304.0, 10262.0, 10302.0, 10259.0, 10292.0, 10321.0, 10299.0, 10300.0, 10262.0, 10306.0, 10286.0, 10294.0, 10317.0, 10302.0, 10290.0, 10256.0, 10289.0, 10284.0, 10278.0, 10304.0, 10288.0, 10284.0, 10259.0, 10286.0, 10250.0, 10290.0, 10318.0, 10290.0, 10300.0, 10280.0, 10291.0, 10277.0, 10312.0, 10311.0, 10285.0, 10317.0, 10278.0, 10302.0, 10270.0, 10308.0, 10281.0, 10309.0, 10316.0, 10278.0, 10297.0, 10286.0, 10306.0, 10278.0, 10305.0, 10258.0, 10290.0, 10308.0, 10296.0, 10307.0, 10287.0, 10287.0, 10277.0, 10293.0, 10286.0, 10279.0, 10308.0, 10307.0, 10307.0, 10266.0, 10310.0, 10262.0, 10279.0, 10318.0, 10274.0, 10298.0, 10276.0, 10293.0, 10269.0, 10294.0, 10317.0, 10291.0, 10311.0, 10272.0, 10297.0, 10281.0, 10307.0, 10292.0, 10290.0, 10328.0, 10287.0, 10294.0, 10257.0, 10281.0, 10272.0, 10296.0, 10296.0, 10261.0, 10300.0, 10278.0, 10286.0, 10298.0, 10310.0, 10310.0, 10278.0, 10322.0, 10299.0, 10294.0, 10277.0, 10295.0, 10283.0, 10313.0, 10317.0, 10286.0, 10331.0, 10276.0, 10303.0, 10281.0, 10325.0, 10312.0, 10300.0, 10335.0, 10298.0, 10322.0, 10283.0, 10329.0, 10299.0, 10309.0, 10304.0, 10282.0, 10315.0, 10292.0, 10307.0, 10289.0, 10307.0, 10258.0, 10289.0, 10325.0, 10288.0, 10301.0, 10279.0, 10300.0, 10257.0, 10288.0, 10307.0, 10270.0, 10299.0, 10289.0, 10273.0, 10260.0, 10284.0, 10267.0, 10277.0, 10301.0, 10295.0, 10301.0, 10271.0, 10283.0, 10248.0, 10314.0, 10288.0, 10309.0, 10291.0, 10329.0, 10318.0, 10311.0, 10288.0, 10318.0, 10264.0, 10324.0, 10287.0, 10307.0, 10270.0, 10320.0, 10329.0, 10277.0, 10319.0, 10308.0, 10302.0, 10298.0, 10303.0, 10280.0, 10305.0, 10290.0, 10311.0, 10283.0, 10320.0, 10282.0, 10317.0, 10274.0, 10309.0, 10333.0, 10286.0, 10305.0, 10292.0, 10247.0, 10323.0, 10270.0, 10344.0, 10307.0, 10329.0, 10363.0, 10291.0, 10330.0, 10289.0, 10321.0, 10340.0, 10272.0, 10306.0, 10257.0, 10282.0, 10271.0, 10290.0, 10299.0, 10257.0, 10295.0, 10258.0, 10281.0, 10259.0, 10303.0, 10284.0, 10264.0, 10295.0, 10262.0, 10306.0, 10287.0, 10306.0, 10268.0, 10305.0, 10262.0, 10275.0, 10338.0, 10289.0, 10301.0, 10290.0, 10301.0, 10259.0, 10303.0, 10330.0, 10288.0, 10337.0, 10255.0, 10305.0, 10280.0, 10301.0, 10268.0, 10288.0, 10318.0, 10255.0, 10292.0, 10288.0, 10287.0, 10250.0, 10281.0, 10327.0, 10242.0, 10293.0, 10260.0, 10282.0, 10278.0, 10253.0, 10274.0, 10248.0, 10284.0, 10267.0, 10268.0, 10302.0, 10253.0, 10274.0, 10239.0, 10284.0, 10276.0, 10254.0, 10284.0, 10255.0, 10277.0, 10254.0, 10289.0, 10282.0, 10257.0, 10308.0, 10252.0, 10272.0, 10256.0, 10289.0, 10268.0, 10272.0, 10302.0, 10255.0, 10285.0, 10262.0, 10311.0, 10304.0, 10280.0, 10309.0, 10258.0, 10275.0, 10263.0, 10293.0, 10267.0, 10269.0, 10307.0, 10258.0, 10286.0, 10265.0, 10309.0, 10259.0, 10276.0, 10284.0, 10263.0, 10283.0, 10274.0, 10304.0, 10258.0, 10285.0, 10295.0, 10259.0, 10296.0, 10287.0, 10304.0, 10274.0, 10287.0, 10270.0, 10274.0, 10297.0, 10285.0, 10306.0, 10277.0, 10290.0, 10297.0, 10256.0, 10299.0, 10276.0, 10289.0, 10259.0, 10285.0, 10281.0, 10246.0, 10294.0, 10271.0, 10303.0, 10280.0, 10289.0, 10261.0, 10276.0, 10296.0, 10279.0, 10306.0, 10280.0, 10291.0, 10285.0, 10274.0, 10294.0, 10280.0, 10312.0, 10279.0, 10290.0, 10283.0, 10265.0, 10298.0, 10269.0, 10307.0, 10274.0, 10290.0, 10321.0, 10265.0, 10294.0, 10261.0, 10310.0, 10327.0, 10277.0, 10299.0, 10258.0, 10287.0, 10254.0, 10294.0, 10304.0, 10289.0, 10286.0, 10241.0, 10293.0, 10295.0, 10282.0, 10303.0, 10291.0, 10289.0, 10274.0, 10294.0, 10316.0, 10280.0, 10306.0, 10282.0, 10294.0, 10273.0, 10294.0, 10329.0, 10307.0, 10359.0, 10346.0, 10330.0, 10301.0, 10316.0, 10336.0, 10281.0, 10327.0, 10317.0, 10306.0, 10290.0, 10303.0, 10319.0, 10300.0, 10322.0, 10310.0, 10308.0, 10277.0, 10291.0, 10334.0, 10293.0, 10306.0, 10292.0, 10308.0, 10269.0, 10296.0, 10329.0, 10278.0, 10302.0, 10276.0, 10303.0, 10286.0, 10313.0, 10304.0, 10280.0, 10317.0, 10281.0, 10305.0, 10284.0, 10310.0, 10293.0, 10296.0, 10330.0, 10285.0, 10314.0, 10282.0, 10312.0, 10280.0, 10308.0, 10300.0, 10282.0, 10296.0, 10279.0, 10309.0, 10283.0, 10294.0, 10313.0, 10281.0, 10299.0, 10271.0, 10305.0, 10269.0, 10307.0, 10305.0, 10283.0, 10317.0, 10282.0, 10303.0, 10298.0, 10307.0, 10275.0, 10296.0, 10319.0, 10302.0, 10314.0, 10299.0, 10334.0, 10313.0, 10324.0, 10339.0, 10303.0, 10323.0, 10317.0, 10317.0, 10298.0, 10314.0, 10309.0, 10296.0, 10320.0, 10310.0, 10321.0, 10270.0, 10312.0, 10286.0, 10315.0, 10336.0, 10300.0, 10323.0, 10301.0, 10313.0, 10291.0, 10319.0, 10340.0, 10320.0, 10332.0, 10300.0, 10330.0, 10304.0, 10315.0, 10310.0, 10300.0, 10335.0, 10298.0, 10327.0, 10297.0, 10315.0, 10271.0, 10313.0, 10332.0, 10296.0, 10326.0, 10307.0, 10315.0, 10291.0, 10316.0, 10334.0, 10301.0, 10322.0, 10314.0, 10312.0, 10283.0, 10294.0, 10335.0, 10298.0, 10322.0, 10285.0, 10310.0, 10266.0, 10296.0, 10336.0, 10301.0, 10324.0, 10285.0, 10307.0, 10270.0, 10317.0, 10341.0, 10304.0, 10310.0, 10288.0, 10310.0, 10280.0, 10320.0, 10338.0, 10304.0, 10321.0, 10304.0, 10310.0, 10298.0, 10334.0, 10329.0, 10313.0, 10348.0, 10302.0, 10327.0, 10271.0, 10325.0, 10309.0, 10311.0, 10333.0, 10302.0, 10337.0, 10300.0, 10326.0, 10298.0, 10326.0, 10324.0, 10284.0, 10324.0, 10301.0, 10326.0, 10278.0, 10296.0, 10305.0, 10293.0, 10315.0, 10302.0, 10332.0, 10297.0, 10311.0, 10309.0, 10296.0, 10324.0, 10321.0, 10331.0, 10317.0, 10333.0, 10281.0, 10301.0, 10343.0, 10317.0, 10322.0, 10312.0, 10321.0, 10292.0, 10311.0, 10363.0, 10294.0, 10320.0, 10296.0, 10318.0, 10261.0, 10303.0, 10282.0, 10335.0, 10294.0, 10285.0, 10315.0, 10279.0, 10323.0, 10292.0, 10306.0, 10301.0, 10277.0, 10312.0, 10279.0, 10318.0, 10288.0, 10302.0, 10275.0, 10290.0, 10328.0, 10303.0, 10321.0, 10291.0, 10288.0, 10266.0, 10303.0, 10247.0, 10290.0, 10319.0, 10305.0, 10320.0, 10287.0, 10325.0, 10303.0, 10317.0, 10308.0, 10312.0, 10328.0, 10281.0, 10317.0, 10307.0, 10313.0, 10292.0, 10313.0, 10286.0, 10298.0, 10305.0, 10293.0, 10311.0, 10290.0, 10316.0, 10279.0, 10301.0, 10309.0, 10309.0, 10302.0, 10309.0, 10279.0, 10284.0, 10285.0, 10280.0, 10323.0, 10279.0, 10301.0, 10263.0, 10287.0, 10266.0, 10274.0, 10299.0, 10234.0, 10266.0, 10231.0, 10276.0, 10250.0, 10266.0, 10239.0, 10270.0, 10278.0, 10257.0, 10281.0, 10283.0, 10266.0, 10248.0, 10282.0, 10245.0, 10283.0, 10253.0, 10276.0, 10257.0, 10272.0, 10296.0, 10277.0, 10300.0, 10287.0, 10283.0, 10271.0, 10350.0, 10319.0, 10308.0, 10341.0, 10285.0, 10306.0, 10284.0, 10301.0, 10287.0, 10282.0, 10309.0, 10266.0, 10294.0, 10272.0, 10289.0, 10255.0, 10255.0, 10309.0, 10274.0, 10283.0, 10258.0, 10288.0, 10276.0, 10279.0, 10308.0, 10277.0, 10284.0, 10275.0, 10294.0, 10281.0, 10274.0, 10297.0, 10272.0, 10280.0, 10269.0, 10285.0, 10319.0, 10268.0, 10296.0, 10253.0, 10281.0, 10254.0, 10276.0, 10314.0, 10282.0, 10283.0, 10273.0, 10285.0, 10244.0, 10293.0, 10309.0, 10295.0, 10305.0, 10262.0, 10292.0, 10301.0, 10297.0, 10303.0, 10304.0, 10286.0, 10257.0, 10288.0, 10319.0, 10311.0, 10306.0, 10308.0, 10305.0, 10285.0, 10307.0, 10302.0, 10297.0, 10297.0, 10343.0, 10300.0, 10332.0, 10330.0, 10318.0, 10357.0, 10338.0, 10326.0, 10292.0, 10311.0, 10272.0, 10303.0, 10343.0, 10306.0, 10302.0, 10294.0, 10301.0, 10281.0, 10291.0, 10296.0, 10289.0, 10277.0, 10311.0, 10270.0, 10310.0, 10283.0, 10322.0, 10311.0, 10315.0, 10344.0, 10314.0, 10359.0, 10305.0, 10329.0, 10302.0, 10309.0, 10268.0, 10293.0, 10345.0, 10264.0, 10306.0, 10261.0, 10275.0, 10258.0, 10246.0, 10281.0, 10245.0, 10273.0, 10252.0, 10264.0, 10226.0, 10270.0, 10282.0, 10254.0, 10282.0, 10275.0, 10273.0, 10256.0, 10284.0, 10282.0, 10262.0, 10302.0, 10288.0, 10280.0, 10242.0, 10287.0, 10276.0, 10260.0, 10296.0, 10285.0, 10285.0, 10255.0, 10282.0, 10243.0, 10274.0, 10299.0, 10290.0, 10304.0, 10295.0, 10326.0, 10317.0, 10351.0, 10310.0, 10324.0, 10270.0, 10292.0, 10262.0, 10298.0, 10308.0, 10276.0, 10318.0, 10258.0, 10293.0, 10269.0, 10287.0, 10253.0, 10281.0, 10227.0, 10267.0, 10295.0, 10269.0, 10298.0, 10299.0, 10305.0, 10263.0, 10294.0, 10261.0, 10297.0, 10263.0, 10299.0, 10336.0, 10310.0, 10324.0, 10298.0, 10305.0, 10281.0, 10307.0, 10289.0, 10308.0, 10269.0, 10301.0, 10328.0, 10289.0, 10325.0, 10303.0, 10313.0, 10271.0, 10291.0, 10277.0, 10272.0, 10304.0, 10297.0, 10290.0, 10239.0, 10280.0, 10240.0, 10290.0, 10314.0, 10290.0, 10280.0, 10273.0, 10284.0, 10275.0, 10280.0, 10273.0, 10284.0, 10270.0, 10291.0, 10333.0, 10289.0, 10336.0, 10272.0, 10296.0, 10264.0, 10278.0, 10285.0, 10280.0, 10329.0, 10264.0, 10297.0, 10249.0, 10294.0, 10267.0, 10283.0, 10235.0, 10270.0, 10296.0, 10269.0, 10296.0, 10258.0, 10285.0, 10239.0, 10274.0, 10298.0, 10278.0, 10302.0, 10284.0, 10269.0, 10260.0, 10285.0, 10283.0, 10280.0, 10301.0, 10288.0, 10285.0, 10265.0, 10305.0, 10271.0, 10294.0, 10280.0, 10311.0, 10290.0, 10296.0, 10339.0, 10314.0, 10332.0, 10308.0, 10313.0, 10278.0, 10299.0, 10272.0, 10315.0, 10296.0, 10297.0, 10304.0, 10271.0, 10309.0, 10288.0, 10293.0, 10297.0, 10306.0, 10250.0, 10275.0, 10277.0, 10265.0, 10276.0, 10277.0, 10272.0, 10231.0, 10260.0, 10266.0, 10270.0, 10290.0, 10264.0, 10275.0, 10248.0, 10279.0, 10259.0, 10270.0, 10279.0, 10256.0, 10277.0, 10270.0, 10287.0, 10258.0, 10281.0, 10248.0, 10268.0, 10308.0, 10271.0, 10278.0, 10257.0, 10283.0, 10254.0, 10284.0, 10310.0, 10272.0, 10296.0, 10262.0, 10284.0, 10236.0, 10284.0, 10259.0, 10286.0, 10279.0, 10261.0, 10306.0, 10271.0, 10300.0, 10284.0, 10285.0, 10256.0, 10281.0, 10254.0, 10294.0, 10324.0, 10292.0, 10296.0, 10255.0, 10282.0, 10272.0, 10300.0, 10270.0, 10281.0, 10336.0, 10256.0, 10299.0, 10303.0, 10286.0, 10253.0, 10295.0, 10258.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.001031785095320624</td></tr>
<tr><td colspan=3>aqi</td><td>0.017589405719237432</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.346733088222045</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2173219883347768</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.003979634570684</td></tr>
<tr><td colspan=3>efc</td><td>0.4689</td></tr>
<tr><td colspan=3>fber</td><td>6764.7393</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07691965187363012</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.559792027729636</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4529101764521077</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4919277587696307</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.510239849242127</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3565629213445645</td></tr>
<tr><td colspan=3>gcor</td><td>0.00972774</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01478112954646349</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025608282536268234</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1154</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.022442011485366</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>36.8839</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.9616</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>184.1412</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300492.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>820.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>371.7175</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9665</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>597.7041</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3930.5485</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4123.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76052.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1421.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5135.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1024.9925</td></tr>
<tr><td colspan=3>tsnr</td><td>46.1191320506623</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>