<?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-0129_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-0129_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-0129_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-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0129/figures/sub-0129_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-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129/ses-02/func/sub-0129_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>57084403f3a6b07b53eff993224797c9</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>11:15:46.812500</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.998996, 0.0236396, -0.0380621, -0.0219726, 0.998806, 0.0436343]</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.114961</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>[4225, -7738, -7238, 110, -123, -1, 48, 117]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.264</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f13b8d2d-9392-4b52-b000-c2ed41a1d3ce||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.680232524871826, -0.05895082280039787, -0.10542987287044525, 115.6444091796875], [-0.06342318654060364, 2.6797232627868652, 0.11543627083301544, -89.45616149902344], [-0.10211770981550217, -0.11706767976284027, 2.695470094680786, -60.06181716918945], [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': ['111546.812500', '111547.272500', '111547.732500', '111548.192500', '111548.652500', '111549.112500', '111549.572500', '111550.032500', '111550.492500', '111550.952500', '111551.412500', '111551.872500', '111552.332500', '111552.792500', '111553.252500', '111553.712500', '111554.172500', '111554.632500', '111555.092500', '111555.552500', '111556.012500', '111556.472500', '111556.932500', '111557.392500', '111557.852500', '111558.312500', '111558.772500', '111559.232500', '111559.692500', '111600.152500', '111600.612500', '111601.072500', '111601.532500', '111601.992500', '111602.452500', '111602.912500', '111603.372500', '111603.832500', '111604.292500', '111604.752500', '111605.212500', '111605.672500', '111606.132500', '111606.592500', '111607.052500', '111607.512500', '111607.972500', '111608.432500', '111608.892500', '111609.352500', '111609.812500', '111610.272500', '111610.732500', '111611.192500', '111611.652500', '111612.112500', '111612.572500', '111613.032500', '111613.492500', '111613.952500', '111614.412500', '111614.872500', '111615.332500', '111615.792500', '111616.252500', '111616.712500', '111617.172500', '111617.632500', '111618.092500', '111618.552500', '111619.012500', '111619.472500', '111619.932500', '111620.392500', '111620.852500', '111621.312500', '111621.772500', '111622.232500', '111622.692500', '111623.152500', '111623.612500', '111624.072500', '111624.532500', '111624.992500', '111625.452500', '111625.912500', '111626.372500', '111626.832500', '111627.292500', '111627.752500', '111628.212500', '111628.672500', '111629.132500', '111629.592500', '111630.052500', '111630.512500', '111630.972500', '111631.432500', '111631.892500', '111632.352500', '111632.812500', '111633.272500', '111633.732500', '111634.192500', '111634.652500', '111635.112500', '111635.572500', '111636.032500', '111636.492500', '111636.952500', '111637.412500', '111637.872500', '111638.332500', '111638.792500', '111639.252500', '111639.712500', '111640.172500', '111640.632500', '111641.092500', '111641.552500', '111642.012500', '111642.472500', '111642.932500', '111643.392500', '111643.852500', '111644.312500', '111644.772500', '111645.232500', '111645.692500', '111646.152500', '111646.612500', '111647.072500', '111647.532500', '111647.992500', '111648.452500', '111648.912500', '111649.372500', '111649.832500', '111650.292500', '111650.752500', '111651.212500', '111651.672500', '111652.132500', '111652.592500', '111653.052500', '111653.512500', '111653.972500', '111654.432500', '111654.892500', '111655.352500', '111655.812500', '111656.272500', '111656.732500', '111657.192500', '111657.652500', '111658.112500', '111658.572500', '111659.032500', '111659.492500', '111659.952500', '111700.412500', '111700.872500', '111701.332500', '111701.792500', '111702.252500', '111702.712500', '111703.172500', '111703.632500', '111704.092500', '111704.552500', '111705.012500', '111705.472500', '111705.932500', '111706.392500', '111706.852500', '111707.312500', '111707.772500', '111708.232500', '111708.692500', '111709.152500', '111709.612500', '111710.072500', '111710.532500', '111710.992500', '111711.452500', '111711.912500', '111712.372500', '111712.832500', '111713.292500', '111713.752500', '111714.212500', '111714.672500', '111715.132500', '111715.592500', '111716.052500', '111716.512500', '111716.972500', '111717.432500', '111717.892500', '111718.352500', '111718.812500', '111719.272500', '111719.732500', '111720.192500', '111720.652500', '111721.112500', '111721.572500', '111722.032500', '111722.492500', '111722.952500', '111723.412500', '111723.872500', '111724.332500', '111724.792500', '111725.252500', '111725.712500', '111726.172500', '111726.632500', '111727.092500', '111727.552500', '111728.012500', '111728.472500', '111728.932500', '111729.392500', '111729.852500', '111730.312500', '111730.772500', '111731.232500', '111731.692500', '111732.152500', '111732.612500', '111733.072500', '111733.532500', '111733.992500', '111734.452500', '111734.912500', '111735.372500', '111735.832500', '111736.292500', '111736.752500', '111737.212500', '111737.672500', '111738.132500', '111738.592500', '111739.052500', '111739.512500', '111739.972500', '111740.432500', '111740.892500', '111741.352500', '111741.812500', '111742.272500', '111742.732500', '111743.192500', '111743.652500', '111744.112500', '111744.572500', '111745.032500', '111745.492500', '111745.952500', '111746.412500', '111746.872500', '111747.332500', '111747.792500', '111748.252500', '111748.712500', '111749.172500', '111749.632500', '111750.092500', '111750.552500', '111751.012500', '111751.472500', '111751.932500', '111752.392500', '111752.852500', '111753.312500', '111753.772500', '111754.232500', '111754.692500', '111755.152500', '111755.612500', '111756.072500', '111756.532500', '111756.992500', '111757.452500', '111757.912500', '111758.372500', '111758.832500', '111759.292500', '111759.752500', '111800.212500', '111800.672500', '111801.132500', '111801.592500', '111802.052500', '111802.512500', '111802.972500', '111803.432500', '111803.892500', '111804.352500', '111804.812500', '111805.272500', '111805.732500', '111806.192500', '111806.652500', '111807.112500', '111807.572500', '111808.032500', '111808.492500', '111808.952500', '111809.412500', '111809.872500', '111810.332500', '111810.792500', '111811.252500', '111811.712500', '111812.172500', '111812.632500', '111813.092500', '111813.552500', '111814.012500', '111814.472500', '111814.932500', '111815.392500', '111815.852500', '111816.312500', '111816.772500', '111817.232500', '111817.692500', '111818.152500', '111818.612500', '111819.072500', '111819.532500', '111819.992500', '111820.452500', '111820.912500', '111821.372500', '111821.832500', '111822.292500', '111822.752500', '111823.212500', '111823.672500', '111824.132500', '111824.592500', '111825.052500', '111825.512500', '111825.972500', '111826.432500', '111826.892500', '111827.352500', '111827.812500', '111828.272500', '111828.732500', '111829.192500', '111829.652500', '111830.112500', '111830.572500', '111831.032500', '111831.492500', '111831.952500', '111832.412500', '111832.872500', '111833.332500', '111833.792500', '111834.252500', '111834.712500', '111835.172500', '111835.632500', '111836.092500', '111836.552500', '111837.012500', '111837.472500', '111837.932500', '111838.392500', '111838.852500', '111839.312500', '111839.772500', '111840.232500', '111840.692500', '111841.152500', '111841.612500', '111842.072500', '111842.532500', '111842.992500', '111843.452500', '111843.912500', '111844.372500', '111844.832500', '111845.292500', '111845.752500', '111846.212500', '111846.672500', '111847.132500', '111847.592500', '111848.052500', '111848.512500', '111848.972500', '111849.432500', '111849.892500', '111850.352500', '111850.812500', '111851.272500', '111851.732500', '111852.192500', '111852.652500', '111853.112500', '111853.572500', '111854.032500', '111854.492500', '111854.952500', '111855.412500', '111855.872500', '111856.332500', '111856.792500', '111857.252500', '111857.712500', '111858.172500', '111858.632500', '111859.092500', '111859.552500', '111900.012500', '111900.472500', '111900.932500', '111901.392500', '111901.852500', '111902.312500', '111902.772500', '111903.232500', '111903.692500', '111904.152500', '111904.612500', '111905.072500', '111905.532500', '111905.992500', '111906.452500', '111906.912500', '111907.372500', '111907.832500', '111908.292500', '111908.752500', '111909.212500', '111909.672500', '111910.132500', '111910.592500', '111911.052500', '111911.512500', '111911.972500', '111912.432500', '111912.892500', '111913.352500', '111913.812500', '111914.272500', '111914.732500', '111915.192500', '111915.652500', '111916.112500', '111916.572500', '111917.032500', '111917.492500', '111917.952500', '111918.412500', '111918.872500', '111919.332500', '111919.792500', '111920.252500', '111920.712500', '111921.172500', '111921.632500', '111922.092500', '111922.552500', '111923.012500', '111923.472500', '111923.932500', '111924.392500', '111924.852500', '111925.312500', '111925.772500', '111926.232500', '111926.692500', '111927.152500', '111927.612500', '111928.072500', '111928.532500', '111928.992500', '111929.452500', '111929.912500', '111930.372500', '111930.832500', '111931.292500', '111931.752500', '111932.212500', '111932.672500', '111933.132500', '111933.592500', '111934.052500', '111934.512500', '111934.972500', '111935.432500', '111935.892500', '111936.352500', '111936.812500', '111937.272500', '111937.732500', '111938.192500', '111938.652500', '111939.112500', '111939.572500', '111940.032500', '111940.492500', '111940.952500', '111941.412500', '111941.872500', '111942.332500', '111942.792500', '111943.252500', '111943.712500', '111944.172500', '111944.632500', '111945.092500', '111945.552500', '111946.012500', '111946.472500', '111946.932500', '111947.392500', '111947.852500', '111948.312500', '111948.772500', '111949.232500', '111949.692500', '111950.152500', '111950.612500', '111951.072500', '111951.532500', '111951.992500', '111952.452500', '111952.912500', '111953.372500', '111953.832500', '111954.292500', '111954.752500', '111955.212500', '111955.672500', '111956.132500', '111956.592500', '111957.052500', '111957.512500', '111957.972500', '111958.432500', '111958.892500', '111959.352500', '111959.812500', '112000.272500', '112000.732500', '112001.192500', '112001.652500', '112002.112500', '112002.572500', '112003.032500', '112003.492500', '112003.952500', '112004.412500', '112004.872500', '112005.332500', '112005.792500', '112006.252500', '112006.712500', '112007.172500', '112007.632500', '112008.092500', '112008.552500', '112009.012500', '112009.472500', '112009.932500', '112010.392500', '112010.852500', '112011.312500', '112011.772500', '112012.232500', '112012.692500', '112013.152500', '112013.612500', '112014.072500', '112014.532500', '112014.992500', '112015.452500', '112015.912500', '112016.372500', '112016.832500', '112017.292500', '112017.752500', '112018.212500', '112018.672500', '112019.132500', '112019.592500', '112020.052500', '112020.512500', '112020.972500', '112021.432500', '112021.892500', '112022.352500', '112022.812500', '112023.272500', '112023.732500', '112024.192500', '112024.652500', '112025.112500', '112025.572500', '112026.032500', '112026.492500', '112026.952500', '112027.412500', '112027.872500', '112028.332500', '112028.792500', '112029.252500', '112029.712500', '112030.172500', '112030.632500', '112031.092500', '112031.552500', '112032.012500', '112032.472500', '112032.932500', '112033.392500', '112033.852500', '112034.312500', '112034.772500', '112035.232500', '112035.692500', '112036.152500', '112036.612500', '112037.072500', '112037.532500', '112037.992500', '112038.452500', '112038.912500', '112039.372500', '112039.832500', '112040.292500', '112040.752500', '112041.212500', '112041.672500', '112042.132500', '112042.592500', '112043.052500', '112043.512500', '112043.972500', '112044.432500', '112044.892500', '112045.352500', '112045.812500', '112046.272500', '112046.732500', '112047.192500', '112047.652500', '112048.112500', '112048.572500', '112049.032500', '112049.492500', '112049.952500', '112050.412500', '112050.872500', '112051.332500', '112051.792500', '112052.252500', '112052.712500', '112053.172500', '112053.632500', '112054.092500', '112054.552500', '112055.012500', '112055.472500', '112055.932500', '112056.392500', '112056.852500', '112057.312500', '112057.772500', '112058.232500', '112058.692500', '112059.152500', '112059.612500', '112100.072500', '112100.532500', '112100.992500', '112101.452500', '112101.912500', '112102.372500', '112102.832500', '112103.292500', '112103.752500', '112104.212500', '112104.672500', '112105.132500', '112105.592500', '112106.052500', '112106.512500', '112106.972500', '112107.432500', '112107.892500', '112108.352500', '112108.812500', '112109.272500', '112109.732500', '112110.192500', '112110.652500', '112111.112500', '112111.572500', '112112.032500', '112112.492500', '112112.952500', '112113.412500', '112113.872500', '112114.332500', '112114.792500', '112115.252500', '112115.712500', '112116.172500', '112116.632500', '112117.092500', '112117.552500', '112118.012500', '112118.472500', '112118.932500', '112119.392500', '112119.852500', '112120.312500', '112120.772500', '112121.232500', '112121.692500', '112122.152500', '112122.612500', '112123.072500', '112123.532500', '112123.992500', '112124.452500', '112124.912500', '112125.372500', '112125.832500', '112126.292500', '112126.752500', '112127.212500', '112127.672500', '112128.132500', '112128.592500', '112129.052500', '112129.512500', '112129.972500', '112130.432500', '112130.892500', '112131.352500', '112131.812500', '112132.272500', '112132.732500', '112133.192500', '112133.652500', '112134.112500', '112134.572500', '112135.032500', '112135.492500', '112135.952500', '112136.412500', '112136.872500', '112137.332500', '112137.792500', '112138.252500', '112138.712500', '112139.172500', '112139.632500', '112140.092500', '112140.552500', '112141.012500', '112141.472500', '112141.932500', '112142.392500', '112142.852500', '112143.312500', '112143.772500', '112144.232500', '112144.692500', '112145.152500', '112145.612500', '112146.072500', '112146.532500', '112146.992500', '112147.452500', '112147.912500', '112148.372500', '112148.832500', '112149.292500', '112149.752500', '112150.212500', '112150.672500', '112151.132500', '112151.592500', '112152.052500', '112152.512500', '112152.972500', '112153.432500', '112153.892500', '112154.352500', '112154.812500', '112155.272500', '112155.732500', '112156.192500', '112156.652500', '112157.112500', '112157.572500', '112158.032500', '112158.492500', '112158.952500', '112159.412500', '112159.872500', '112200.332500', '112200.792500', '112201.252500', '112201.712500', '112202.172500', '112202.632500', '112203.092500', '112203.552500', '112204.012500', '112204.472500', '112204.932500', '112205.392500', '112205.852500', '112206.312500', '112206.772500', '112207.232500', '112207.692500', '112208.152500', '112208.612500', '112209.072500', '112209.532500', '112209.992500', '112210.452500', '112210.912500', '112211.372500', '112211.832500', '112212.292500', '112212.752500', '112213.212500', '112213.672500', '112214.132500', '112214.592500', '112215.052500', '112215.512500', '112215.972500', '112216.432500', '112216.892500', '112217.352500', '112217.812500', '112218.272500', '112218.732500', '112219.192500', '112219.652500', '112220.112500', '112220.572500', '112221.032500', '112221.492500', '112221.952500', '112222.412500', '112222.872500', '112223.332500', '112223.792500', '112224.252500', '112224.712500', '112225.172500', '112225.632500', '112226.092500', '112226.552500', '112227.012500', '112227.472500', '112227.932500', '112228.392500', '112228.852500', '112229.312500', '112229.772500', '112230.232500', '112230.692500', '112231.152500', '112231.612500', '112232.072500', '112232.532500', '112232.992500', '112233.452500', '112233.912500', '112234.372500', '112234.832500', '112235.292500', '112235.752500', '112236.212500', '112236.672500', '112237.132500', '112237.592500', '112238.052500', '112238.512500', '112238.972500', '112239.432500', '112239.892500', '112240.352500', '112240.812500', '112241.272500', '112241.732500', '112242.192500', '112242.652500', '112243.112500', '112243.572500', '112244.032500', '112244.492500', '112244.952500', '112245.412500', '112245.872500', '112246.332500', '112246.792500', '112247.252500', '112247.712500', '112248.172500', '112248.632500', '112249.092500', '112249.552500', '112250.012500', '112250.472500', '112250.932500', '112251.392500', '112251.852500', '112252.312500', '112252.772500', '112253.232500', '112253.692500', '112254.152500', '112254.612500', '112255.072500', '112255.532500', '112255.992500', '112256.452500', '112256.912500', '112257.372500', '112257.832500', '112258.292500', '112258.752500', '112259.212500', '112259.672500', '112300.132500', '112300.592500', '112301.052500', '112301.512500', '112301.972500', '112302.432500', '112302.892500', '112303.352500', '112303.812500', '112304.272500', '112304.732500', '112305.192500', '112305.652500', '112306.112500', '112306.572500', '112307.032500', '112307.492500', '112307.952500', '112308.412500', '112308.872500', '112309.332500', '112309.792500', '112310.252500', '112310.712500', '112311.172500', '112311.632500', '112312.092500', '112312.552500', '112313.012500', '112313.472500', '112313.932500', '112314.392500', '112314.852500', '112315.312500', '112315.772500', '112316.232500', '112316.692500', '112317.152500', '112317.612500', '112318.072500', '112318.532500', '112318.992500', '112319.452500', '112319.912500', '112320.372500', '112320.832500', '112321.292500', '112321.752500', '112322.212500', '112322.672500', '112323.132500', '112323.592500', '112324.052500', '112324.512500', '112324.972500', '112325.432500', '112325.892500', '112326.352500', '112326.812500', '112327.272500', '112327.732500', '112328.192500', '112328.652500', '112329.112500', '112329.572500', '112330.032500', '112330.492500', '112330.952500', '112331.412500', '112331.872500', '112332.332500', '112332.792500', '112333.252500', '112333.712500', '112334.172500', '112334.632500', '112335.092500', '112335.552500', '112336.012500', '112336.472500', '112336.932500', '112337.392500', '112337.852500', '112338.312500', '112338.772500', '112339.232500', '112339.692500', '112340.152500', '112340.612500', '112341.072500', '112341.532500', '112341.992500', '112342.452500', '112342.912500', '112343.372500', '112343.832500', '112344.292500', '112344.752500', '112345.212500', '112345.672500', '112346.132500', '112346.592500', '112347.052500', '112347.512500', '112347.972500', '112348.432500', '112348.892500', '112349.352500', '112349.812500', '112350.272500', '112350.732500', '112351.192500', '112351.652500', '112352.112500', '112352.572500', '112353.032500', '112353.492500', '112353.952500', '112354.412500', '112354.872500', '112355.332500', '112355.792500', '112356.252500', '112356.712500', '112357.172500', '112357.632500', '112358.092500', '112358.552500', '112359.012500', '112359.472500', '112359.932500', '112400.392500', '112400.852500', '112401.312500', '112401.772500', '112402.232500', '112402.692500', '112403.152500', '112403.612500', '112404.072500', '112404.532500', '112404.992500', '112405.452500', '112405.912500', '112406.372500', '112406.832500', '112407.292500', '112407.752500', '112408.212500', '112408.672500', '112409.132500', '112409.592500', '112410.052500', '112410.512500', '112410.972500', '112411.432500', '112411.892500', '112412.352500', '112412.812500', '112413.272500', '112413.732500', '112414.192500', '112414.652500', '112415.112500', '112415.572500', '112416.032500', '112416.492500', '112416.952500', '112417.412500', '112417.872500', '112418.332500', '112418.792500', '112419.252500', '112419.712500', '112420.172500', '112420.632500', '112421.092500', '112421.552500', '112422.012500', '112422.472500', '112422.932500', '112423.392500', '112423.852500', '112424.312500', '112424.772500', '112425.232500', '112425.692500', '112426.152500', '112426.612500', '112427.072500', '112427.532500', '112427.992500', '112428.452500', '112428.912500', '112429.372500', '112429.832500', '112430.292500', '112430.752500', '112431.212500', '112431.672500', '112432.132500', '112432.592500', '112433.052500', '112433.512500', '112433.972500', '112434.432500', '112434.892500', '112435.352500', '112435.812500', '112436.272500', '112436.732500', '112437.192500', '112437.652500', '112438.112500', '112438.572500', '112439.032500'], 'ContentTime': ['111610.731000', '111610.734000', '111610.737000', '111610.746000', '111610.749000', '111610.751000', '111610.754000', '111610.756000', '111610.759000', '111610.762000', '111610.764000', '111610.767000', '111610.769000', '111610.772000', '111610.775000', '111610.777000', '111610.780000', '111610.787000', '111610.789000', '111610.792000', '111610.795000', '111610.797000', '111610.800000', '111610.803000', '111610.805000', '111610.808000', '111610.819000', '111610.822000', '111610.824000', '111610.827000', '111610.830000', '111610.832000', '111610.835000', '111610.838000', '111610.840000', '111610.843000', '111610.846000', '111610.848000', '111610.851000', '111610.853000', '111610.856000', '111610.873000', '111610.876000', '111610.879000', '111610.881000', '111610.884000', '111610.886000', '111610.889000', '111610.892000', '111610.894000', '111630.699000', '111630.702000', '111630.704000', '111630.707000', '111630.709000', '111630.712000', '111630.715000', '111630.717000', '111630.720000', '111630.722000', '111630.725000', '111630.727000', '111630.730000', '111630.733000', '111630.735000', '111630.738000', '111630.741000', '111630.744000', '111630.746000', '111630.749000', '111630.751000', '111630.754000', '111630.757000', '111630.759000', '111630.762000', '111630.765000', '111630.769000', '111630.771000', '111630.774000', '111630.777000', '111630.779000', '111630.782000', '111630.784000', '111630.787000', '111630.790000', '111630.792000', '111630.795000', '111630.797000', '111630.800000', '111630.815000', '111630.817000', '111630.820000', '111630.823000', '111650.698000', '111650.701000', '111650.704000', '111650.707000', '111650.709000', '111650.712000', '111650.714000', '111650.717000', '111650.720000', '111650.722000', '111650.725000', '111650.727000', '111650.730000', '111650.747000', '111650.750000', '111650.753000', '111650.755000', '111650.758000', '111650.760000', '111650.763000', '111650.766000', '111650.768000', '111650.771000', '111650.773000', '111650.776000', '111650.779000', '111650.781000', '111650.784000', '111650.786000', '111650.789000', '111650.791000', '111650.794000', '111650.797000', '111650.799000', '111650.802000', '111650.804000', '111650.807000', '111650.810000', '111650.812000', '111650.815000', '111650.817000', '111650.820000', '111650.822000', '111650.825000', '111710.699000', '111710.702000', '111710.704000', '111710.707000', '111710.710000', '111710.712000', '111710.715000', '111710.724000', '111710.727000', '111710.729000', '111710.732000', '111710.734000', '111710.737000', '111710.740000', '111710.742000', '111710.745000', '111710.748000', '111710.751000', '111710.754000', '111710.757000', '111710.760000', '111710.762000', '111710.765000', '111710.767000', '111710.770000', '111710.773000', '111710.775000', '111710.778000', '111710.780000', '111710.783000', '111710.785000', '111710.788000', '111710.791000', '111710.793000', '111710.796000', '111710.798000', '111710.801000', '111710.804000', '111710.806000', '111710.809000', '111710.811000', '111710.814000', '111710.816000', '111730.698000', '111730.702000', '111730.705000', '111730.707000', '111730.710000', '111730.713000', '111730.716000', '111730.718000', '111730.721000', '111730.724000', '111730.727000', '111730.729000', '111730.732000', '111730.735000', '111730.737000', '111730.740000', '111730.743000', '111730.745000', '111730.748000', '111730.751000', '111730.753000', '111730.766000', '111730.769000', '111730.771000', '111730.774000', '111730.777000', '111730.780000', '111730.782000', '111730.785000', '111730.787000', '111730.790000', '111730.793000', '111730.795000', '111730.798000', '111730.800000', '111730.803000', '111730.806000', '111730.808000', '111730.811000', '111730.813000', '111730.816000', '111730.819000', '111730.821000', '111730.824000', '111750.698000', '111750.709000', '111750.712000', '111750.715000', '111750.717000', '111750.720000', '111750.723000', '111750.725000', '111750.728000', '111750.731000', '111750.733000', '111750.736000', '111750.739000', '111750.741000', '111750.744000', '111750.747000', '111750.750000', '111750.752000', '111750.755000', '111750.758000', '111750.761000', '111750.763000', '111750.766000', '111750.768000', '111750.771000', '111750.774000', '111750.776000', '111750.779000', '111750.781000', '111750.784000', '111750.819000', '111750.822000', '111750.825000', '111750.828000', '111750.830000', '111750.833000', '111750.835000', '111750.838000', '111750.841000', '111750.843000', '111750.846000', '111750.849000', '111750.851000', '111810.699000', '111810.702000', '111810.712000', '111810.715000', '111810.717000', '111810.720000', '111810.723000', '111810.725000', '111810.728000', '111810.731000', '111810.733000', '111810.736000', '111810.739000', '111810.741000', '111810.744000', '111810.747000', '111810.749000', '111810.752000', '111810.755000', '111810.757000', '111810.760000', '111810.763000', '111810.765000', '111810.768000', '111810.771000', '111810.773000', '111810.776000', '111810.779000', '111810.781000', '111810.784000', '111810.787000', '111810.789000', '111810.792000', '111810.795000', '111810.797000', '111810.800000', '111810.803000', '111810.805000', '111810.808000', '111810.810000', '111810.813000', '111810.815000', '111810.818000', '111810.821000', '111830.700000', '111830.703000', '111830.705000', '111830.708000', '111830.710000', '111830.713000', '111830.716000', '111830.718000', '111830.721000', '111830.724000', '111830.726000', '111830.729000', '111830.732000', '111830.735000', '111830.737000', '111830.740000', '111830.743000', '111830.745000', '111830.748000', '111830.750000', '111830.753000', '111830.759000', '111830.762000', '111830.765000', '111830.767000', '111830.770000', '111830.773000', '111830.776000', '111830.779000', '111830.782000', '111830.804000', '111830.806000', '111830.809000', '111830.812000', '111830.815000', '111830.817000', '111830.820000', '111830.822000', '111830.825000', '111830.827000', '111830.830000', '111830.832000', '111830.845000', '111850.698000', '111850.701000', '111850.704000', '111850.707000', '111850.709000', '111850.712000', '111850.714000', '111850.717000', '111850.720000', '111850.722000', '111850.736000', '111850.738000', '111850.741000', '111850.743000', '111850.746000', '111850.749000', '111850.751000', '111850.754000', '111850.757000', '111850.759000', '111850.762000', '111850.764000', '111850.767000', '111850.769000', '111850.772000', '111850.775000', '111850.777000', '111850.780000', '111850.782000', '111850.785000', '111850.788000', '111850.790000', '111850.793000', '111850.795000', '111850.798000', '111850.801000', '111850.803000', '111850.806000', '111850.808000', '111850.811000', '111850.814000', '111850.816000', '111850.819000', '111850.822000', '111910.699000', '111910.702000', '111910.704000', '111910.707000', '111910.710000', '111910.713000', '111910.715000', '111910.718000', '111910.721000', '111910.723000', '111910.726000', '111910.728000', '111910.731000', '111910.734000', '111910.736000', '111910.739000', '111910.742000', '111910.744000', '111910.747000', '111910.750000', '111910.752000', '111910.755000', '111910.758000', '111910.761000', '111910.763000', '111910.766000', '111910.769000', '111910.772000', '111910.774000', '111910.777000', '111910.780000', '111910.782000', '111910.785000', '111910.787000', '111910.790000', '111910.793000', '111910.795000', '111910.798000', '111910.800000', '111910.803000', '111910.805000', '111910.808000', '111910.811000', '111930.698000', '111930.701000', '111930.704000', '111930.707000', '111930.709000', '111930.712000', '111930.715000', '111930.717000', '111930.720000', '111930.723000', '111930.725000', '111930.728000', '111930.742000', '111930.745000', '111930.748000', '111930.750000', '111930.753000', '111930.756000', '111930.758000', '111930.761000', '111930.764000', '111930.766000', '111930.769000', '111930.772000', '111930.774000', '111930.777000', '111930.780000', '111930.782000', '111930.785000', '111930.787000', '111930.790000', '111930.793000', '111930.795000', '111930.807000', '111930.809000', '111930.812000', '111930.814000', '111930.817000', '111930.820000', '111930.823000', '111930.825000', '111930.828000', '111930.831000', '111950.699000', '111950.701000', '111950.704000', '111950.707000', '111950.710000', '111950.712000', '111950.715000', '111950.718000', '111950.720000', '111950.723000', '111950.726000', '111950.728000', '111950.731000', '111950.734000', '111950.736000', '111950.739000', '111950.742000', '111950.744000', '111950.747000', '111950.749000', '111950.760000', '111950.762000', '111950.765000', '111950.768000', '111950.771000', '111950.773000', '111950.776000', '111950.778000', '111950.781000', '111950.784000', '111950.786000', '111950.789000', '111950.792000', '111950.795000', '111950.797000', '111950.800000', '111950.802000', '111950.805000', '111950.808000', '111950.811000', '111950.814000', '111950.817000', '111950.820000', '111950.822000', '112010.699000', '112010.702000', '112010.704000', '112010.707000', '112010.709000', '112010.712000', '112010.715000', '112010.717000', '112010.720000', '112010.722000', '112010.725000', '112010.728000', '112010.730000', '112010.733000', '112010.736000', '112010.738000', '112010.741000', '112010.743000', '112010.746000', '112010.749000', '112010.751000', '112010.754000', '112010.756000', '112010.759000', '112010.762000', '112010.764000', '112010.767000', '112010.770000', '112010.772000', '112010.775000', '112010.777000', '112010.780000', '112010.783000', '112010.785000', '112010.788000', '112010.791000', '112010.793000', '112010.796000', '112010.799000', '112010.801000', '112010.804000', '112010.806000', '112010.809000', '112010.812000', '112030.700000', '112030.702000', '112030.705000', '112030.708000', '112030.711000', '112030.713000', '112030.716000', '112030.718000', '112030.721000', '112030.723000', '112030.726000', '112030.729000', '112030.731000', '112030.734000', '112030.736000', '112030.739000', '112030.742000', '112030.744000', '112030.747000', '112030.749000', '112030.752000', '112030.754000', '112030.757000', '112030.760000', '112030.762000', '112030.765000', '112030.768000', '112030.770000', '112030.773000', '112030.775000', '112030.778000', '112030.781000', '112030.783000', '112030.786000', '112030.788000', '112030.791000', '112030.794000', '112030.796000', '112030.799000', '112030.802000', '112030.804000', '112030.807000', '112030.809000', '112050.699000', '112050.702000', '112050.705000', '112050.708000', '112050.710000', '112050.713000', '112050.715000', '112050.718000', '112050.721000', '112050.723000', '112050.726000', '112050.728000', '112050.731000', '112050.734000', '112050.736000', '112050.739000', '112050.741000', '112050.744000', '112050.747000', '112050.749000', '112050.752000', '112050.754000', '112050.757000', '112050.776000', '112050.778000', '112050.781000', '112050.783000', '112050.786000', '112050.789000', '112050.791000', '112050.794000', '112050.796000', '112050.799000', '112050.802000', '112050.804000', '112050.807000', '112050.809000', '112050.812000', '112050.815000', '112050.817000', '112050.820000', '112050.823000', '112050.825000', '112050.828000', '112110.699000', '112110.701000', '112110.704000', '112110.707000', '112110.709000', '112110.712000', '112110.715000', '112110.717000', '112110.720000', '112110.722000', '112110.725000', '112110.728000', '112110.730000', '112110.733000', '112110.736000', '112110.738000', '112110.741000', '112110.743000', '112110.746000', '112110.749000', '112110.751000', '112110.756000', '112110.759000', '112110.761000', '112110.764000', '112110.766000', '112110.769000', '112110.772000', '112110.774000', '112110.777000', '112110.779000', '112110.782000', '112110.785000', '112110.787000', '112110.790000', '112110.792000', '112110.795000', '112110.798000', '112110.800000', '112110.803000', '112110.805000', '112110.808000', '112110.811000', '112130.699000', '112130.702000', '112130.704000', '112130.707000', '112130.709000', '112130.712000', '112130.715000', '112130.717000', '112130.720000', '112130.723000', '112130.725000', '112130.728000', '112130.730000', '112130.733000', '112130.736000', '112130.738000', '112130.741000', '112130.744000', '112130.746000', '112130.749000', '112130.751000', '112130.754000', '112130.757000', '112130.759000', '112130.762000', '112130.765000', '112130.773000', '112130.775000', '112130.778000', '112130.781000', '112130.783000', '112130.786000', '112130.789000', '112130.791000', '112130.794000', '112130.797000', '112130.799000', '112130.802000', '112130.805000', '112130.807000', '112130.810000', '112130.812000', '112130.815000', '112130.817000', '112150.698000', '112150.701000', '112150.704000', '112150.707000', '112150.709000', '112150.712000', '112150.714000', '112150.717000', '112150.720000', '112150.722000', '112150.725000', '112150.727000', '112150.730000', '112150.733000', '112150.735000', '112150.738000', '112150.740000', '112150.743000', '112150.746000', '112150.748000', '112150.751000', '112150.754000', '112150.756000', '112150.759000', '112150.761000', '112150.764000', '112150.766000', '112150.769000', '112150.772000', '112150.774000', '112150.777000', '112150.779000', '112150.782000', '112150.785000', '112150.787000', '112150.790000', '112150.793000', '112150.795000', '112150.798000', '112150.800000', '112150.803000', '112150.806000', '112150.808000', '112210.699000', '112210.701000', '112210.704000', '112210.707000', '112210.709000', '112210.712000', '112210.715000', '112210.717000', '112210.720000', '112210.722000', '112210.725000', '112210.727000', '112210.730000', '112210.733000', '112210.735000', '112210.738000', '112210.740000', '112210.743000', '112210.745000', '112210.748000', '112210.751000', '112210.753000', '112210.756000', '112210.758000', '112210.761000', '112210.764000', '112210.766000', '112210.769000', '112210.771000', '112210.774000', '112210.777000', '112210.779000', '112210.782000', '112210.785000', '112210.787000', '112210.790000', '112210.793000', '112210.795000', '112210.798000', '112210.800000', '112210.803000', '112210.805000', '112210.808000', '112210.811000', '112230.698000', '112230.701000', '112230.704000', '112230.707000', '112230.709000', '112230.712000', '112230.714000', '112230.717000', '112230.720000', '112230.722000', '112230.725000', '112230.727000', '112230.730000', '112230.732000', '112230.735000', '112230.738000', '112230.740000', '112230.743000', '112230.745000', '112230.748000', '112230.751000', '112230.753000', '112230.756000', '112230.758000', '112230.761000', '112230.764000', '112230.766000', '112230.769000', '112230.771000', '112230.774000', '112230.777000', '112230.779000', '112230.782000', '112230.784000', '112230.787000', '112230.790000', '112230.792000', '112230.795000', '112230.797000', '112230.800000', '112230.803000', '112230.805000', '112230.808000', '112250.700000', '112250.702000', '112250.705000', '112250.708000', '112250.710000', '112250.713000', '112250.727000', '112250.730000', '112250.733000', '112250.735000', '112250.738000', '112250.741000', '112250.743000', '112250.746000', '112250.748000', '112250.751000', '112250.754000', '112250.756000', '112250.765000', '112250.768000', '112250.771000', '112250.773000', '112250.776000', '112250.778000', '112250.781000', '112250.784000', '112250.786000', '112250.789000', '112250.791000', '112250.794000', '112250.797000', '112250.799000', '112250.802000', '112250.804000', '112250.807000', '112250.810000', '112250.812000', '112250.815000', '112250.817000', '112250.820000', '112250.823000', '112250.825000', '112250.828000', '112250.830000', '112310.700000', '112310.703000', '112310.705000', '112310.708000', '112310.711000', '112310.713000', '112310.716000', '112310.718000', '112310.721000', '112310.724000', '112310.726000', '112310.729000', '112310.732000', '112310.734000', '112310.737000', '112310.740000', '112310.742000', '112310.745000', '112310.748000', '112310.750000', '112310.753000', '112310.756000', '112310.758000', '112310.761000', '112310.763000', '112310.766000', '112310.769000', '112310.771000', '112310.774000', '112310.776000', '112310.779000', '112310.782000', '112310.784000', '112310.787000', '112310.790000', '112310.792000', '112310.795000', '112310.797000', '112310.800000', '112310.803000', '112310.805000', '112310.808000', '112310.811000', '112330.699000', '112330.702000', '112330.704000', '112330.707000', '112330.710000', '112330.713000', '112330.715000', '112330.718000', '112330.721000', '112330.723000', '112330.726000', '112330.729000', '112330.731000', '112330.734000', '112330.737000', '112330.739000', '112330.742000', '112330.745000', '112330.747000', '112330.750000', '112330.752000', '112330.755000', '112330.758000', '112330.760000', '112330.763000', '112330.765000', '112330.768000', '112330.771000', '112330.773000', '112330.776000', '112330.779000', '112330.782000', '112330.784000', '112330.787000', '112330.789000', '112330.792000', '112330.795000', '112330.797000', '112330.800000', '112330.802000', '112330.805000', '112330.808000', '112330.810000', '112350.699000', '112350.702000', '112350.705000', '112350.708000', '112350.710000', '112350.713000', '112350.716000', '112350.718000', '112350.721000', '112350.724000', '112350.726000', '112350.729000', '112350.732000', '112350.734000', '112350.737000', '112350.739000', '112350.742000', '112350.745000', '112350.747000', '112350.750000', '112350.752000', '112350.755000', '112350.758000', '112350.760000', '112350.763000', '112350.765000', '112350.768000', '112350.771000', '112350.773000', '112350.776000', '112350.779000', '112350.781000', '112350.784000', '112350.786000', '112350.789000', '112350.792000', '112350.794000', '112350.797000', '112350.799000', '112350.802000', '112350.805000', '112350.807000', '112350.810000', '112350.812000', '112410.699000', '112410.702000', '112410.704000', '112410.707000', '112410.710000', '112410.712000', '112410.715000', '112410.717000', '112410.720000', '112410.723000', '112410.725000', '112410.728000', '112410.730000', '112410.733000', '112410.736000', '112410.739000', '112410.741000', '112410.744000', '112410.746000', '112410.749000', '112410.752000', '112410.754000', '112410.757000', '112410.760000', '112410.763000', '112410.766000', '112410.769000', '112410.771000', '112410.774000', '112410.777000', '112410.779000', '112410.782000', '112410.784000', '112410.787000', '112410.789000', '112410.792000', '112410.795000', '112410.797000', '112410.800000', '112410.803000', '112410.805000', '112410.808000', '112410.811000', '112430.699000', '112430.702000', '112430.705000', '112430.707000', '112430.710000', '112430.713000', '112430.716000', '112430.718000', '112430.721000', '112430.724000', '112430.726000', '112430.729000', '112430.732000', '112430.734000', '112430.737000', '112430.740000', '112430.742000', '112430.745000', '112430.748000', '112430.750000', '112430.753000', '112430.756000', '112430.758000', '112430.761000', '112430.763000', '112430.766000', '112430.769000', '112430.771000', '112430.776000', '112430.779000', '112430.781000', '112430.784000', '112430.786000', '112430.789000', '112430.792000', '112430.794000', '112430.797000', '112430.799000', '112430.802000', '112430.805000', '112430.807000', '112430.810000', '112430.812000', '112430.815000', '112440.155000', '112440.158000', '112440.161000', '112440.164000', '112440.167000', '112440.170000', '112440.172000', '112440.175000', '112440.178000', '112440.181000', '112440.184000', '112440.187000', '112440.190000', '112440.193000', '112440.200000', '112440.203000', '112440.205000', '112440.208000', '112440.211000', '112440.214000', '112440.217000'], 'InstanceCreationTime': ['111610.731000', '111610.734000', '111610.737000', '111610.746000', '111610.749000', '111610.751000', '111610.754000', '111610.756000', '111610.759000', '111610.762000', '111610.764000', '111610.767000', '111610.769000', '111610.772000', '111610.775000', '111610.777000', '111610.780000', '111610.787000', '111610.789000', '111610.792000', '111610.795000', '111610.797000', '111610.800000', '111610.803000', '111610.805000', '111610.808000', '111610.819000', '111610.822000', '111610.824000', '111610.827000', '111610.830000', '111610.832000', '111610.835000', '111610.838000', '111610.840000', '111610.843000', '111610.846000', '111610.848000', '111610.851000', '111610.853000', '111610.856000', '111610.873000', '111610.876000', '111610.879000', '111610.881000', '111610.884000', '111610.886000', '111610.889000', '111610.892000', '111610.894000', '111630.699000', '111630.702000', '111630.704000', '111630.707000', '111630.709000', '111630.712000', '111630.715000', '111630.717000', '111630.720000', '111630.722000', '111630.725000', '111630.727000', '111630.730000', '111630.733000', '111630.735000', '111630.738000', '111630.741000', '111630.744000', '111630.746000', '111630.749000', '111630.751000', '111630.754000', '111630.757000', '111630.759000', '111630.762000', '111630.765000', '111630.769000', '111630.771000', '111630.774000', '111630.777000', '111630.779000', '111630.782000', '111630.784000', '111630.787000', '111630.790000', '111630.792000', '111630.795000', '111630.797000', '111630.800000', '111630.815000', '111630.817000', '111630.820000', '111630.823000', '111650.698000', '111650.701000', '111650.704000', '111650.707000', '111650.709000', '111650.712000', '111650.714000', '111650.717000', '111650.720000', '111650.722000', '111650.725000', '111650.727000', '111650.730000', '111650.747000', '111650.750000', '111650.753000', '111650.755000', '111650.758000', '111650.760000', '111650.763000', '111650.766000', '111650.768000', '111650.771000', '111650.773000', '111650.776000', '111650.779000', '111650.781000', '111650.784000', '111650.786000', '111650.789000', '111650.791000', '111650.794000', '111650.797000', '111650.799000', '111650.802000', '111650.804000', '111650.807000', '111650.810000', '111650.812000', '111650.815000', '111650.817000', '111650.820000', '111650.822000', '111650.825000', '111710.699000', '111710.702000', '111710.704000', '111710.707000', '111710.710000', '111710.712000', '111710.715000', '111710.724000', '111710.727000', '111710.729000', '111710.732000', '111710.734000', '111710.737000', '111710.740000', '111710.742000', '111710.745000', '111710.748000', '111710.751000', '111710.754000', '111710.757000', '111710.760000', '111710.762000', '111710.765000', '111710.767000', '111710.770000', '111710.773000', '111710.775000', '111710.778000', '111710.780000', '111710.783000', '111710.785000', '111710.788000', '111710.791000', '111710.793000', '111710.796000', '111710.798000', '111710.801000', '111710.804000', '111710.806000', '111710.809000', '111710.811000', '111710.814000', '111710.816000', '111730.698000', '111730.702000', '111730.705000', '111730.707000', '111730.710000', '111730.713000', '111730.716000', '111730.718000', '111730.721000', '111730.724000', '111730.727000', '111730.729000', '111730.732000', '111730.735000', '111730.737000', '111730.740000', '111730.743000', '111730.745000', '111730.748000', '111730.751000', '111730.753000', '111730.766000', '111730.769000', '111730.771000', '111730.774000', '111730.777000', '111730.780000', '111730.782000', '111730.785000', '111730.787000', '111730.790000', '111730.793000', '111730.795000', '111730.798000', '111730.800000', '111730.803000', '111730.806000', '111730.808000', '111730.811000', '111730.813000', '111730.816000', '111730.819000', '111730.821000', '111730.824000', '111750.698000', '111750.709000', '111750.712000', '111750.715000', '111750.717000', '111750.720000', '111750.723000', '111750.725000', '111750.728000', '111750.731000', '111750.733000', '111750.736000', '111750.739000', '111750.741000', '111750.744000', '111750.747000', '111750.750000', '111750.752000', '111750.755000', '111750.758000', '111750.761000', '111750.763000', '111750.766000', '111750.768000', '111750.771000', '111750.774000', '111750.776000', '111750.779000', '111750.781000', '111750.784000', '111750.819000', '111750.822000', '111750.825000', '111750.828000', '111750.830000', '111750.833000', '111750.835000', '111750.838000', '111750.841000', '111750.843000', '111750.846000', '111750.849000', '111750.851000', '111810.699000', '111810.702000', '111810.712000', '111810.715000', '111810.717000', '111810.720000', '111810.723000', '111810.725000', '111810.728000', '111810.731000', '111810.733000', '111810.736000', '111810.739000', '111810.741000', '111810.744000', '111810.747000', '111810.749000', '111810.752000', '111810.755000', '111810.757000', '111810.760000', '111810.763000', '111810.765000', '111810.768000', '111810.771000', '111810.773000', '111810.776000', '111810.779000', '111810.781000', '111810.784000', '111810.787000', '111810.789000', '111810.792000', '111810.795000', '111810.797000', '111810.800000', '111810.803000', '111810.805000', '111810.808000', '111810.810000', '111810.813000', '111810.815000', '111810.818000', '111810.821000', '111830.700000', '111830.703000', '111830.705000', '111830.708000', '111830.710000', '111830.713000', '111830.716000', '111830.718000', '111830.721000', '111830.724000', '111830.726000', '111830.729000', '111830.732000', '111830.735000', '111830.737000', '111830.740000', '111830.743000', '111830.745000', '111830.748000', '111830.750000', '111830.753000', '111830.759000', '111830.762000', '111830.765000', '111830.767000', '111830.770000', '111830.773000', '111830.776000', '111830.779000', '111830.782000', '111830.804000', '111830.806000', '111830.809000', '111830.812000', '111830.815000', '111830.817000', '111830.820000', '111830.822000', '111830.825000', '111830.827000', '111830.830000', '111830.832000', '111830.845000', '111850.698000', '111850.701000', '111850.704000', '111850.707000', '111850.709000', '111850.712000', '111850.714000', '111850.717000', '111850.720000', '111850.722000', '111850.736000', '111850.738000', '111850.741000', '111850.743000', '111850.746000', '111850.749000', '111850.751000', '111850.754000', '111850.757000', '111850.759000', '111850.762000', '111850.764000', '111850.767000', '111850.769000', '111850.772000', '111850.775000', '111850.777000', '111850.780000', '111850.782000', '111850.785000', '111850.788000', '111850.790000', '111850.793000', '111850.795000', '111850.798000', '111850.801000', '111850.803000', '111850.806000', '111850.808000', '111850.811000', '111850.814000', '111850.816000', '111850.819000', '111850.822000', '111910.699000', '111910.702000', '111910.704000', '111910.707000', '111910.710000', '111910.713000', '111910.715000', '111910.718000', '111910.721000', '111910.723000', '111910.726000', '111910.728000', '111910.731000', '111910.734000', '111910.736000', '111910.739000', '111910.742000', '111910.744000', '111910.747000', '111910.750000', '111910.752000', '111910.755000', '111910.758000', '111910.761000', '111910.763000', '111910.766000', '111910.769000', '111910.772000', '111910.774000', '111910.777000', '111910.780000', '111910.782000', '111910.785000', '111910.787000', '111910.790000', '111910.793000', '111910.795000', '111910.798000', '111910.800000', '111910.803000', '111910.805000', '111910.808000', '111910.811000', '111930.698000', '111930.701000', '111930.704000', '111930.707000', '111930.709000', '111930.712000', '111930.715000', '111930.717000', '111930.720000', '111930.723000', '111930.725000', '111930.728000', '111930.742000', '111930.745000', '111930.748000', '111930.750000', '111930.753000', '111930.756000', '111930.758000', '111930.761000', '111930.764000', '111930.766000', '111930.769000', '111930.772000', '111930.774000', '111930.777000', '111930.780000', '111930.782000', '111930.785000', '111930.787000', '111930.790000', '111930.793000', '111930.795000', '111930.807000', '111930.809000', '111930.812000', '111930.814000', '111930.817000', '111930.820000', '111930.823000', '111930.825000', '111930.828000', '111930.831000', '111950.699000', '111950.701000', '111950.704000', '111950.707000', '111950.710000', '111950.712000', '111950.715000', '111950.718000', '111950.720000', '111950.723000', '111950.726000', '111950.728000', '111950.731000', '111950.734000', '111950.736000', '111950.739000', '111950.742000', '111950.744000', '111950.747000', '111950.749000', '111950.760000', '111950.762000', '111950.765000', '111950.768000', '111950.771000', '111950.773000', '111950.776000', '111950.778000', '111950.781000', '111950.784000', '111950.786000', '111950.789000', '111950.792000', '111950.795000', '111950.797000', '111950.800000', '111950.802000', '111950.805000', '111950.808000', '111950.811000', '111950.814000', '111950.817000', '111950.820000', '111950.822000', '112010.699000', '112010.702000', '112010.704000', '112010.707000', '112010.709000', '112010.712000', '112010.715000', '112010.717000', '112010.720000', '112010.722000', '112010.725000', '112010.728000', '112010.730000', '112010.733000', '112010.736000', '112010.738000', '112010.741000', '112010.743000', '112010.746000', '112010.749000', '112010.751000', '112010.754000', '112010.756000', '112010.759000', '112010.762000', '112010.764000', '112010.767000', '112010.770000', '112010.772000', '112010.775000', '112010.777000', '112010.780000', '112010.783000', '112010.785000', '112010.788000', '112010.791000', '112010.793000', '112010.796000', '112010.799000', '112010.801000', '112010.804000', '112010.806000', '112010.809000', '112010.812000', '112030.700000', '112030.702000', '112030.705000', '112030.708000', '112030.711000', '112030.713000', '112030.716000', '112030.718000', '112030.721000', '112030.723000', '112030.726000', '112030.729000', '112030.731000', '112030.734000', '112030.736000', '112030.739000', '112030.742000', '112030.744000', '112030.747000', '112030.749000', '112030.752000', '112030.754000', '112030.757000', '112030.760000', '112030.762000', '112030.765000', '112030.768000', '112030.770000', '112030.773000', '112030.775000', '112030.778000', '112030.781000', '112030.783000', '112030.786000', '112030.788000', '112030.791000', '112030.794000', '112030.796000', '112030.799000', '112030.802000', '112030.804000', '112030.807000', '112030.809000', '112050.699000', '112050.702000', '112050.705000', '112050.708000', '112050.710000', '112050.713000', '112050.715000', '112050.718000', '112050.721000', '112050.723000', '112050.726000', '112050.728000', '112050.731000', '112050.734000', '112050.736000', '112050.739000', '112050.741000', '112050.744000', '112050.747000', '112050.749000', '112050.752000', '112050.754000', '112050.757000', '112050.776000', '112050.778000', '112050.781000', '112050.783000', '112050.786000', '112050.789000', '112050.791000', '112050.794000', '112050.796000', '112050.799000', '112050.802000', '112050.804000', '112050.807000', '112050.809000', '112050.812000', '112050.815000', '112050.817000', '112050.820000', '112050.823000', '112050.825000', '112050.828000', '112110.699000', '112110.701000', '112110.704000', '112110.707000', '112110.709000', '112110.712000', '112110.715000', '112110.717000', '112110.720000', '112110.722000', '112110.725000', '112110.728000', '112110.730000', '112110.733000', '112110.736000', '112110.738000', '112110.741000', '112110.743000', '112110.746000', '112110.749000', '112110.751000', '112110.756000', '112110.759000', '112110.761000', '112110.764000', '112110.766000', '112110.769000', '112110.772000', '112110.774000', '112110.777000', '112110.779000', '112110.782000', '112110.785000', '112110.787000', '112110.790000', '112110.792000', '112110.795000', '112110.798000', '112110.800000', '112110.803000', '112110.805000', '112110.808000', '112110.811000', '112130.699000', '112130.702000', '112130.704000', '112130.707000', '112130.709000', '112130.712000', '112130.715000', '112130.717000', '112130.720000', '112130.723000', '112130.725000', '112130.728000', '112130.730000', '112130.733000', '112130.736000', '112130.738000', '112130.741000', '112130.744000', '112130.746000', '112130.749000', '112130.751000', '112130.754000', '112130.757000', '112130.759000', '112130.762000', '112130.765000', '112130.773000', '112130.775000', '112130.778000', '112130.781000', '112130.783000', '112130.786000', '112130.789000', '112130.791000', '112130.794000', '112130.797000', '112130.799000', '112130.802000', '112130.805000', '112130.807000', '112130.810000', '112130.812000', '112130.815000', '112130.817000', '112150.698000', '112150.701000', '112150.704000', '112150.707000', '112150.709000', '112150.712000', '112150.714000', '112150.717000', '112150.720000', '112150.722000', '112150.725000', '112150.727000', '112150.730000', '112150.733000', '112150.735000', '112150.738000', '112150.740000', '112150.743000', '112150.746000', '112150.748000', '112150.751000', '112150.754000', '112150.756000', '112150.759000', '112150.761000', '112150.764000', '112150.766000', '112150.769000', '112150.772000', '112150.774000', '112150.777000', '112150.779000', '112150.782000', '112150.785000', '112150.787000', '112150.790000', '112150.793000', '112150.795000', '112150.798000', '112150.800000', '112150.803000', '112150.806000', '112150.808000', '112210.699000', '112210.701000', '112210.704000', '112210.707000', '112210.709000', '112210.712000', '112210.715000', '112210.717000', '112210.720000', '112210.722000', '112210.725000', '112210.727000', '112210.730000', '112210.733000', '112210.735000', '112210.738000', '112210.740000', '112210.743000', '112210.745000', '112210.748000', '112210.751000', '112210.753000', '112210.756000', '112210.758000', '112210.761000', '112210.764000', '112210.766000', '112210.769000', '112210.771000', '112210.774000', '112210.777000', '112210.779000', '112210.782000', '112210.785000', '112210.787000', '112210.790000', '112210.793000', '112210.795000', '112210.798000', '112210.800000', '112210.803000', '112210.805000', '112210.808000', '112210.811000', '112230.698000', '112230.701000', '112230.704000', '112230.707000', '112230.709000', '112230.712000', '112230.714000', '112230.717000', '112230.720000', '112230.722000', '112230.725000', '112230.727000', '112230.730000', '112230.732000', '112230.735000', '112230.738000', '112230.740000', '112230.743000', '112230.745000', '112230.748000', '112230.751000', '112230.753000', '112230.756000', '112230.758000', '112230.761000', '112230.764000', '112230.766000', '112230.769000', '112230.771000', '112230.774000', '112230.777000', '112230.779000', '112230.782000', '112230.784000', '112230.787000', '112230.790000', '112230.792000', '112230.795000', '112230.797000', '112230.800000', '112230.803000', '112230.805000', '112230.808000', '112250.700000', '112250.702000', '112250.705000', '112250.708000', '112250.710000', '112250.713000', '112250.727000', '112250.730000', '112250.733000', '112250.735000', '112250.738000', '112250.741000', '112250.743000', '112250.746000', '112250.748000', '112250.751000', '112250.754000', '112250.756000', '112250.765000', '112250.768000', '112250.771000', '112250.773000', '112250.776000', '112250.778000', '112250.781000', '112250.784000', '112250.786000', '112250.789000', '112250.791000', '112250.794000', '112250.797000', '112250.799000', '112250.802000', '112250.804000', '112250.807000', '112250.810000', '112250.812000', '112250.815000', '112250.817000', '112250.820000', '112250.823000', '112250.825000', '112250.828000', '112250.830000', '112310.700000', '112310.703000', '112310.705000', '112310.708000', '112310.711000', '112310.713000', '112310.716000', '112310.718000', '112310.721000', '112310.724000', '112310.726000', '112310.729000', '112310.732000', '112310.734000', '112310.737000', '112310.740000', '112310.742000', '112310.745000', '112310.748000', '112310.750000', '112310.753000', '112310.756000', '112310.758000', '112310.761000', '112310.763000', '112310.766000', '112310.769000', '112310.771000', '112310.774000', '112310.776000', '112310.779000', '112310.782000', '112310.784000', '112310.787000', '112310.790000', '112310.792000', '112310.795000', '112310.797000', '112310.800000', '112310.803000', '112310.805000', '112310.808000', '112310.811000', '112330.699000', '112330.702000', '112330.704000', '112330.707000', '112330.710000', '112330.713000', '112330.715000', '112330.718000', '112330.721000', '112330.723000', '112330.726000', '112330.729000', '112330.731000', '112330.734000', '112330.737000', '112330.739000', '112330.742000', '112330.745000', '112330.747000', '112330.750000', '112330.752000', '112330.755000', '112330.758000', '112330.760000', '112330.763000', '112330.765000', '112330.768000', '112330.771000', '112330.773000', '112330.776000', '112330.779000', '112330.782000', '112330.784000', '112330.787000', '112330.789000', '112330.792000', '112330.795000', '112330.797000', '112330.800000', '112330.802000', '112330.805000', '112330.808000', '112330.810000', '112350.699000', '112350.702000', '112350.705000', '112350.708000', '112350.710000', '112350.713000', '112350.716000', '112350.718000', '112350.721000', '112350.724000', '112350.726000', '112350.729000', '112350.732000', '112350.734000', '112350.737000', '112350.739000', '112350.742000', '112350.745000', '112350.747000', '112350.750000', '112350.752000', '112350.755000', '112350.758000', '112350.760000', '112350.763000', '112350.765000', '112350.768000', '112350.771000', '112350.773000', '112350.776000', '112350.779000', '112350.781000', '112350.784000', '112350.786000', '112350.789000', '112350.792000', '112350.794000', '112350.797000', '112350.799000', '112350.802000', '112350.805000', '112350.807000', '112350.810000', '112350.812000', '112410.699000', '112410.702000', '112410.704000', '112410.707000', '112410.710000', '112410.712000', '112410.715000', '112410.717000', '112410.720000', '112410.723000', '112410.725000', '112410.728000', '112410.730000', '112410.733000', '112410.736000', '112410.739000', '112410.741000', '112410.744000', '112410.746000', '112410.749000', '112410.752000', '112410.754000', '112410.757000', '112410.760000', '112410.763000', '112410.766000', '112410.769000', '112410.771000', '112410.774000', '112410.777000', '112410.779000', '112410.782000', '112410.784000', '112410.787000', '112410.789000', '112410.792000', '112410.795000', '112410.797000', '112410.800000', '112410.803000', '112410.805000', '112410.808000', '112410.811000', '112430.699000', '112430.702000', '112430.705000', '112430.707000', '112430.710000', '112430.713000', '112430.716000', '112430.718000', '112430.721000', '112430.724000', '112430.726000', '112430.729000', '112430.732000', '112430.734000', '112430.737000', '112430.740000', '112430.742000', '112430.745000', '112430.748000', '112430.750000', '112430.753000', '112430.756000', '112430.758000', '112430.761000', '112430.763000', '112430.766000', '112430.769000', '112430.771000', '112430.776000', '112430.779000', '112430.781000', '112430.784000', '112430.786000', '112430.789000', '112430.792000', '112430.794000', '112430.797000', '112430.799000', '112430.802000', '112430.805000', '112430.807000', '112430.810000', '112430.812000', '112430.815000', '112440.155000', '112440.158000', '112440.161000', '112440.164000', '112440.167000', '112440.170000', '112440.172000', '112440.175000', '112440.178000', '112440.181000', '112440.184000', '112440.187000', '112440.190000', '112440.193000', '112440.200000', '112440.203000', '112440.205000', '112440.208000', '112440.211000', '112440.214000', '112440.217000'], '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': [13868, 13655, 14531, 11426, 7792, 7110, 9755, 8736, 9490, 7321, 8880, 8589, 8732, 7597, 9487, 8424, 10301, 8561, 10054, 8970, 9649, 10353, 10785, 10421, 14021, 10105, 13393, 10005, 11814, 9801, 12245, 9137, 9464, 8695, 8110, 8612, 8460, 8605, 7319, 8882, 8759, 8779, 8858, 9354, 8851, 9864, 8747, 9585, 8728, 6970, 7553, 7425, 8347, 8218, 9511, 8368, 10112, 8474, 10251, 8777, 6487, 8318, 8081, 9274, 8053, 10113, 9585, 8735, 8036, 9025, 8447, 9598, 8963, 8760, 8623, 9328, 8344, 8087, 8644, 8274, 8848, 8285, 10098, 10905, 12503, 10096, 12709, 8797, 11931, 8742, 10559, 8877, 9042, 8771, 8947, 8455, 8519, 8428, 8560, 8729, 8621, 8527, 9397, 8556, 8894, 8599, 8752, 8437, 8910, 8493, 9582, 8490, 11596, 8647, 9418, 8868, 9440, 8475, 11224, 8594, 9555, 8699, 7456, 8985, 8818, 8910, 14125, 10505, 13413, 9172, 9570, 9089, 8648, 8717, 12862, 9124, 11134, 8940, 6721, 9301, 6648, 9168, 8162, 8348, 8270, 9369, 8905, 10186, 8970, 9539, 9190, 9059, 9147, 8884, 8979, 9287, 9215, 13322, 9275, 9156, 9071, 9365, 9036, 11999, 9053, 10597, 8803, 8739, 8644, 9081, 9059, 9385, 8824, 8586, 8779, 10000, 8846, 13487, 8740, 10394, 8864, 9229, 8744, 12242, 8836, 9743, 8990, 8879, 8716, 8991, 8664, 9496, 8592, 8641, 8275, 8333, 7941, 8413, 8018, 8150, 7735, 8015, 7773, 8646, 7774, 8905, 8187, 8875, 7797, 8901, 7712, 9296, 8004, 8795, 7978, 9079, 8198, 8861, 7779, 8794, 8201, 8775, 8466, 9067, 8572, 9513, 8409, 13853, 8244, 8082, 8382, 8098, 8635, 10949, 9905, 11583, 8481, 8149, 7961, 9612, 8354, 8349, 8785, 7345, 8995, 8332, 9061, 8782, 8922, 12042, 9248, 14431, 9210, 10603, 9485, 9115, 9009, 10078, 9960, 8479, 9260, 9085, 9430, 8805, 8384, 8519, 9261, 8880, 8716, 8682, 8592, 8646, 8629, 8859, 13724, 8789, 8464, 8839, 8823, 8595, 7906, 8190, 7182, 8179, 8087, 8912, 7657, 8875, 11129, 8670, 7672, 8278, 7696, 8950, 6663, 8696, 10556, 8112, 6778, 7575, 7462, 8474, 7828, 8663, 7589, 10338, 8365, 8426, 8508, 8787, 8367, 9155, 9686, 10772, 8059, 7873, 8428, 8745, 8554, 8679, 8259, 9410, 8532, 8497, 8800, 8946, 8701, 11223, 8560, 8426, 8638, 8408, 8552, 9535, 8764, 8085, 8689, 6554, 8913, 6864, 8760, 10233, 7618, 8624, 6821, 8510, 13987, 14421, 14802, 9022, 12329, 9410, 7776, 9494, 7867, 8494, 8870, 8919, 13467, 10458, 14214, 9507, 8483, 9506, 8165, 9690, 8290, 9710, 8230, 9908, 8095, 9784, 8219, 9822, 8502, 9623, 8024, 9951, 7759, 10053, 7912, 9811, 8469, 8973, 9441, 10838, 9441, 12520, 9686, 10597, 9698, 9415, 9505, 9573, 9869, 9429, 9492, 8519, 9782, 8470, 9776, 7954, 9741, 8371, 9796, 8359, 9165, 8305, 9132, 7741, 9360, 8003, 9557, 8192, 9444, 8776, 9431, 7152, 9426, 6829, 9038, 7167, 8435, 7162, 9031, 7705, 9372, 8362, 9016, 7728, 9913, 8119, 10925, 8817, 7411, 8842, 7580, 11836, 14037, 15421, 10734, 9850, 8070, 7813, 7776, 8264, 7559, 8475, 8216, 6774, 7007, 7472, 8257, 8383, 8653, 7933, 12079, 9684, 13712, 9151, 11225, 9079, 13912, 8810, 12911, 8670, 12308, 8649, 6666, 8849, 6468, 8878, 7025, 8217, 9098, 7859, 7365, 8684, 7754, 8805, 7272, 8960, 7199, 8607, 7645, 8542, 7625, 8844, 7292, 9655, 7034, 7925, 6837, 8269, 6545, 8582, 6659, 8162, 6502, 8103, 6555, 8392, 6775, 8236, 7133, 8297, 7081, 9520, 7483, 12472, 7734, 9362, 7493, 8983, 7299, 13304, 7712, 8304, 7787, 8902, 7644, 7225, 7767, 6655, 8277, 7314, 8282, 12917, 9573, 11385, 8696, 13143, 8520, 15186, 8707, 14402, 8354, 12371, 8058, 8157, 7806, 8545, 7837, 9924, 7631, 7977, 7782, 8071, 7515, 8248, 7206, 9888, 7607, 8185, 7595, 8723, 7344, 8443, 7339, 8027, 7509, 8534, 7007, 8652, 6864, 7794, 6429, 8242, 6567, 7662, 6548, 7199, 9237, 7065, 8868, 6578, 8615, 6481, 7989, 6470, 7626, 6628, 7708, 8776, 7625, 7829, 7309, 9324, 7302, 10267, 6946, 9319, 7181, 8739, 7637, 10214, 7846, 11275, 7609, 10017, 7485, 9858, 7044, 11866, 7719, 9802, 6548, 8486, 6429, 8314, 6969, 9118, 6424, 8816, 6547, 8750, 6992, 11355, 7189, 8711, 6610, 8672, 6443, 9158, 7195, 11535, 6679, 8871, 6867, 8497, 6572, 7983, 6959, 8013, 6308, 8350, 6520, 8468, 6536, 8530, 6694, 8767, 6897, 9313, 6861, 9626, 7025, 9494, 7521, 9375, 7646, 10125, 8378, 11040, 8233, 10946, 8559, 13059, 8447, 13474, 8745, 10571, 8604, 7772, 8458, 13254, 8839, 7617, 8365, 7231, 9712, 8077, 10555, 9946, 14202, 7989, 7343, 8811, 15265, 8391, 12783, 7829, 8868, 7163, 8612, 7736, 11435, 8674, 14279, 8695, 8064, 8783, 14183, 8586, 13472, 8430, 10940, 8583, 14339, 8698, 9617, 8696, 9131, 8862, 9292, 8807, 12683, 8752, 9364, 8878, 9365, 8928, 9418, 8843, 9197, 8807, 9047, 9046, 9167, 8922, 9108, 8933, 8748, 8961, 9070, 8624, 7242, 8130, 7829, 8613, 8154, 9045, 8580, 8769, 8176, 9144, 8589, 8680, 8906, 8737, 8506, 9082, 8222, 7275, 8344, 8146, 8944, 8324, 9457, 8685, 11072, 8383, 9579, 8602, 9079, 8645, 11119, 8535, 14015, 8674, 8829, 8454, 7910, 8271, 8101, 8115, 9695, 8500, 6659, 8680, 6637, 8758, 7119, 8994, 7909, 8209, 8016, 8572, 8057, 8948, 8152, 13374, 8277, 7664, 8540, 7404, 8532, 11507, 8633, 11441, 8708, 7675, 9066, 13608, 8819, 14186, 11789, 11455, 8915, 7668, 8980, 7790, 9096, 13262, 9696, 7941, 8101, 8166, 9071, 8308, 11944, 14308, 14120, 11878, 9659, 8810, 7597, 8306, 9479, 14293, 9270, 8857, 9455, 8744, 8804, 8234, 8377, 9418, 7185, 9686, 6844, 9271, 9316, 9502, 9383, 9691, 9845, 9679, 9432, 9967, 8918, 9709, 8541, 9667, 8199, 9799, 8144, 9613, 8891, 9592, 11021, 7944, 8407, 7597, 9175, 10725, 9386, 14104, 9828, 14117, 9883, 12389, 10252, 8954, 9558, 7630, 8929, 8179, 8611, 8385, 8743, 9477, 9090, 10854, 9407, 8166, 6968, 8881, 7639, 9382, 8886, 8802, 8560, 8748, 7647, 9757, 9020, 9327, 8664, 9555, 9547, 9449, 7457, 7185, 9057, 8854, 8999, 8526, 8569, 9379, 8880, 7804, 8950, 8286, 8920, 9354, 9154, 12466, 7759, 8110, 7853, 8983, 9081, 8810, 7925, 8795, 7579, 8200, 9245, 8377, 7654, 8662, 8498, 8857, 8119, 8483, 9079, 7926, 10025, 7772, 7399, 7820, 7872, 7470, 9454, 7018, 9307, 6972, 8986, 7114, 7924, 7022, 8603, 6723, 9536, 6980, 8430, 8109, 6801, 8080, 7342, 7761, 8530, 9587, 8988, 10364, 9056, 9240, 9829, 9115, 9452, 12135, 10176, 13118, 9583, 12118, 9863, 10839, 9627, 15317, 12714, 15513, 9561, 13210, 9714, 9380, 9782, 8806, 9305, 8488, 9467, 8337, 8994, 8465, 8652, 8460, 8651, 7664, 8385, 8115, 8434, 8760, 7624, 8248, 8046, 7372, 8549, 8666, 8511, 9291, 8528, 8634, 9163, 9100, 9422, 9024, 8934, 8771, 9204, 7837, 9207, 8466, 9009, 8486, 8937, 12023, 9214, 8726, 9844, 10766, 9609, 14180, 9890, 13639, 9910, 9131, 10305, 10459, 10177, 14972, 9798, 12672, 9976, 7389, 9885, 8764, 7780, 9085, 8735, 9776, 9023, 9647, 8801, 9332, 13518, 9486, 8065, 9580, 8484, 9592, 8148, 9530, 13102, 9861, 8559, 9614, 8087, 9170, 12860, 9520, 7754, 9326, 8026, 9459, 6880, 7446, 7704, 9675, 7379, 8741, 8432, 7831, 9172, 8884, 9160, 9061, 9084, 9024, 8966, 13139, 9057, 8442, 9114, 7829, 9211, 9248, 9233, 10313, 9154, 7851, 9878, 7202, 9621, 13437, 9469, 8664, 7857, 8840, 9699, 10693, 9579, 13655, 7539, 8622, 8529, 9047, 9439, 9169, 8722, 9158, 10962, 9352, 8178, 9501, 8802, 9205, 13964, 9564, 8434, 7537, 8527, 10072, 10467, 9624, 14160, 11565, 10861, 9493, 9477, 8053, 9141, 7860, 8741, 9927, 7477, 9782, 9345, 7695, 8881, 7712, 8875, 7956, 8660, 9847, 7757, 8838, 8009, 8017, 9333, 8577, 9858, 7415, 8456, 8336, 8387, 8575, 8746, 9438], 'WindowCenter': [3926.0, 3901.0, 3895.0, 3859.0, 3815.0, 3795.0, 3837.0, 3823.0, 3835.0, 3802.0, 3835.0, 3809.0, 3809.0, 3800.0, 3820.0, 3809.0, 3830.0, 3821.0, 3833.0, 3822.0, 3831.0, 3832.0, 3831.0, 3831.0, 3861.0, 3833.0, 3849.0, 3818.0, 3826.0, 3816.0, 3827.0, 3805.0, 3816.0, 3809.0, 3808.0, 3808.0, 3793.0, 3806.0, 3786.0, 3818.0, 3809.0, 3808.0, 3821.0, 3820.0, 3822.0, 3830.0, 3820.0, 3832.0, 3823.0, 3802.0, 3814.0, 3803.0, 3823.0, 3825.0, 3844.0, 3825.0, 3845.0, 3825.0, 3845.0, 3838.0, 3784.0, 3825.0, 3827.0, 3848.0, 3814.0, 3858.0, 3847.0, 3824.0, 3815.0, 3835.0, 3824.0, 3845.0, 3835.0, 3824.0, 3824.0, 3835.0, 3826.0, 3826.0, 3849.0, 3827.0, 3834.0, 3824.0, 3845.0, 3843.0, 3866.0, 3844.0, 3866.0, 3824.0, 3854.0, 3823.0, 3844.0, 3822.0, 3821.0, 3822.0, 3821.0, 3812.0, 3821.0, 3823.0, 3824.0, 3822.0, 3822.0, 3823.0, 3832.0, 3824.0, 3834.0, 3824.0, 3835.0, 3824.0, 3834.0, 3824.0, 3834.0, 3836.0, 3854.0, 3825.0, 3834.0, 3834.0, 3831.0, 3823.0, 3855.0, 3825.0, 3834.0, 3836.0, 3815.0, 3835.0, 3823.0, 3833.0, 3875.0, 3844.0, 3875.0, 3834.0, 3833.0, 3822.0, 3821.0, 3821.0, 3864.0, 3832.0, 3853.0, 3832.0, 3790.0, 3832.0, 3790.0, 3834.0, 3823.0, 3823.0, 3824.0, 3833.0, 3833.0, 3844.0, 3822.0, 3832.0, 3834.0, 3834.0, 3835.0, 3820.0, 3822.0, 3833.0, 3833.0, 3875.0, 3834.0, 3833.0, 3833.0, 3831.0, 3834.0, 3854.0, 3823.0, 3844.0, 3834.0, 3821.0, 3822.0, 3821.0, 3834.0, 3833.0, 3834.0, 3821.0, 3823.0, 3832.0, 3834.0, 3863.0, 3822.0, 3843.0, 3821.0, 3832.0, 3822.0, 3865.0, 3823.0, 3833.0, 3832.0, 3821.0, 3822.0, 3820.0, 3823.0, 3832.0, 3823.0, 3822.0, 3822.0, 3811.0, 3812.0, 3823.0, 3812.0, 3812.0, 3812.0, 3810.0, 3800.0, 3822.0, 3800.0, 3823.0, 3823.0, 3821.0, 3812.0, 3822.0, 3800.0, 3832.0, 3812.0, 3822.0, 3813.0, 3834.0, 3823.0, 3821.0, 3801.0, 3823.0, 3823.0, 3822.0, 3824.0, 3822.0, 3823.0, 3834.0, 3813.0, 3874.0, 3822.0, 3811.0, 3824.0, 3811.0, 3821.0, 3842.0, 3832.0, 3854.0, 3823.0, 3823.0, 3812.0, 3843.0, 3824.0, 3820.0, 3821.0, 3799.0, 3818.0, 3809.0, 3821.0, 3820.0, 3822.0, 3853.0, 3833.0, 3872.0, 3833.0, 3842.0, 3844.0, 3834.0, 3833.0, 3832.0, 3832.0, 3810.0, 3820.0, 3820.0, 3822.0, 3820.0, 3810.0, 3810.0, 3829.0, 3821.0, 3821.0, 3822.0, 3820.0, 3820.0, 3820.0, 3822.0, 3863.0, 3822.0, 3810.0, 3822.0, 3821.0, 3822.0, 3810.0, 3812.0, 3790.0, 3823.0, 3824.0, 3834.0, 3801.0, 3822.0, 3842.0, 3821.0, 3812.0, 3822.0, 3812.0, 3822.0, 3777.0, 3821.0, 3843.0, 3811.0, 3792.0, 3812.0, 3802.0, 3823.0, 3814.0, 3823.0, 3813.0, 3845.0, 3810.0, 3812.0, 3823.0, 3821.0, 3811.0, 3822.0, 3832.0, 3843.0, 3810.0, 3809.0, 3810.0, 3810.0, 3809.0, 3810.0, 3810.0, 3821.0, 3821.0, 3822.0, 3822.0, 3820.0, 3809.0, 3841.0, 3810.0, 3809.0, 3820.0, 3810.0, 3821.0, 3832.0, 3823.0, 3811.0, 3822.0, 3781.0, 3834.0, 3790.0, 3823.0, 3856.0, 3824.0, 3836.0, 3791.0, 3821.0, 3880.0, 3879.0, 3875.0, 3823.0, 3863.0, 3835.0, 3814.0, 3831.0, 3812.0, 3823.0, 3821.0, 3835.0, 3874.0, 3841.0, 3871.0, 3829.0, 3817.0, 3828.0, 3806.0, 3829.0, 3807.0, 3830.0, 3807.0, 3815.0, 3795.0, 3816.0, 3793.0, 3814.0, 3792.0, 3804.0, 3781.0, 3803.0, 3770.0, 3800.0, 3781.0, 3801.0, 3779.0, 3790.0, 3789.0, 3800.0, 3790.0, 3819.0, 3788.0, 3798.0, 3787.0, 3787.0, 3788.0, 3786.0, 3800.0, 3787.0, 3801.0, 3777.0, 3802.0, 3780.0, 3813.0, 3780.0, 3812.0, 3793.0, 3815.0, 3792.0, 3816.0, 3794.0, 3819.0, 3796.0, 3818.0, 3807.0, 3829.0, 3808.0, 3831.0, 3819.0, 3834.0, 3789.0, 3833.0, 3792.0, 3834.0, 3801.0, 3823.0, 3804.0, 3836.0, 3813.0, 3846.0, 3824.0, 3834.0, 3813.0, 3844.0, 3824.0, 3856.0, 3860.0, 3816.0, 3846.0, 3827.0, 3881.0, 3906.0, 3908.0, 3873.0, 3848.0, 3826.0, 3813.0, 3813.0, 3824.0, 3815.0, 3824.0, 3824.0, 3805.0, 3815.0, 3816.0, 3836.0, 3826.0, 3837.0, 3824.0, 3867.0, 3835.0, 3876.0, 3836.0, 3853.0, 3823.0, 3864.0, 3821.0, 3864.0, 3821.0, 3851.0, 3821.0, 3790.0, 3820.0, 3779.0, 3820.0, 3788.0, 3811.0, 3822.0, 3810.0, 3801.0, 3822.0, 3813.0, 3821.0, 3800.0, 3822.0, 3792.0, 3821.0, 3811.0, 3823.0, 3812.0, 3821.0, 3802.0, 3833.0, 3791.0, 3812.0, 3790.0, 3821.0, 3781.0, 3822.0, 3791.0, 3823.0, 3791.0, 3812.0, 3792.0, 3822.0, 3792.0, 3822.0, 3803.0, 3822.0, 3803.0, 3832.0, 3802.0, 3864.0, 3813.0, 3832.0, 3801.0, 3821.0, 3801.0, 3863.0, 3812.0, 3821.0, 3812.0, 3822.0, 3812.0, 3802.0, 3826.0, 3803.0, 3824.0, 3802.0, 3823.0, 3865.0, 3832.0, 3853.0, 3821.0, 3863.0, 3821.0, 3873.0, 3821.0, 3862.0, 3810.0, 3850.0, 3809.0, 3809.0, 3800.0, 3820.0, 3800.0, 3829.0, 3800.0, 3809.0, 3799.0, 3810.0, 3799.0, 3809.0, 3801.0, 3831.0, 3800.0, 3809.0, 3799.0, 3820.0, 3800.0, 3809.0, 3801.0, 3811.0, 3802.0, 3821.0, 3802.0, 3823.0, 3790.0, 3811.0, 3781.0, 3824.0, 3791.0, 3813.0, 3779.0, 3802.0, 3833.0, 3803.0, 3833.0, 3792.0, 3835.0, 3791.0, 3822.0, 3780.0, 3812.0, 3792.0, 3813.0, 3834.0, 3814.0, 3813.0, 3802.0, 3834.0, 3813.0, 3844.0, 3804.0, 3834.0, 3804.0, 3823.0, 3814.0, 3846.0, 3827.0, 3867.0, 3816.0, 3845.0, 3815.0, 3846.0, 3804.0, 3866.0, 3815.0, 3845.0, 3793.0, 3833.0, 3792.0, 3824.0, 3802.0, 3835.0, 3792.0, 3835.0, 3792.0, 3823.0, 3804.0, 3856.0, 3804.0, 3834.0, 3792.0, 3823.0, 3781.0, 3834.0, 3804.0, 3867.0, 3793.0, 3833.0, 3792.0, 3824.0, 3794.0, 3825.0, 3803.0, 3824.0, 3781.0, 3825.0, 3792.0, 3826.0, 3793.0, 3836.0, 3794.0, 3835.0, 3803.0, 3846.0, 3806.0, 3846.0, 3814.0, 3846.0, 3826.0, 3846.0, 3827.0, 3856.0, 3839.0, 3867.0, 3836.0, 3857.0, 3836.0, 3879.0, 3825.0, 3877.0, 3835.0, 3855.0, 3835.0, 3813.0, 3824.0, 3876.0, 3850.0, 3814.0, 3825.0, 3802.0, 3845.0, 3826.0, 3856.0, 3846.0, 3888.0, 3826.0, 3817.0, 3837.0, 3890.0, 3825.0, 3865.0, 3801.0, 3823.0, 3792.0, 3823.0, 3814.0, 3856.0, 3824.0, 3877.0, 3823.0, 3813.0, 3824.0, 3876.0, 3811.0, 3851.0, 3798.0, 3830.0, 3809.0, 3860.0, 3807.0, 3817.0, 3806.0, 3806.0, 3794.0, 3804.0, 3793.0, 3837.0, 3794.0, 3806.0, 3806.0, 3803.0, 3794.0, 3804.0, 3793.0, 3804.0, 3805.0, 3804.0, 3805.0, 3804.0, 3806.0, 3806.0, 3808.0, 3794.0, 3806.0, 3806.0, 3808.0, 3787.0, 3797.0, 3798.0, 3820.0, 3812.0, 3833.0, 3822.0, 3821.0, 3811.0, 3821.0, 3835.0, 3837.0, 3834.0, 3822.0, 3820.0, 3821.0, 3825.0, 3814.0, 3826.0, 3827.0, 3835.0, 3825.0, 3833.0, 3823.0, 3854.0, 3825.0, 3845.0, 3834.0, 3834.0, 3823.0, 3854.0, 3823.0, 3876.0, 3838.0, 3835.0, 3836.0, 3813.0, 3823.0, 3811.0, 3825.0, 3834.0, 3835.0, 3792.0, 3835.0, 3793.0, 3824.0, 3802.0, 3836.0, 3826.0, 3824.0, 3825.0, 3822.0, 3812.0, 3823.0, 3813.0, 3877.0, 3824.0, 3812.0, 3834.0, 3801.0, 3823.0, 3856.0, 3837.0, 3857.0, 3836.0, 3813.0, 3835.0, 3875.0, 3823.0, 3874.0, 3854.0, 3853.0, 3822.0, 3799.0, 3821.0, 3800.0, 3823.0, 3863.0, 3832.0, 3810.0, 3811.0, 3810.0, 3822.0, 3823.0, 3866.0, 3875.0, 3876.0, 3852.0, 3829.0, 3819.0, 3796.0, 3797.0, 3819.0, 3861.0, 3819.0, 3819.0, 3827.0, 3807.0, 3818.0, 3807.0, 3806.0, 3818.0, 3774.0, 3827.0, 3773.0, 3817.0, 3818.0, 3816.0, 3815.0, 3815.0, 3825.0, 3815.0, 3806.0, 3817.0, 3807.0, 3815.0, 3804.0, 3816.0, 3807.0, 3841.0, 3796.0, 3830.0, 3818.0, 3830.0, 3838.0, 3809.0, 3808.0, 3809.0, 3829.0, 3841.0, 3834.0, 3874.0, 3842.0, 3875.0, 3842.0, 3864.0, 3843.0, 3820.0, 3831.0, 3799.0, 3819.0, 3808.0, 3820.0, 3822.0, 3823.0, 3841.0, 3833.0, 3853.0, 3834.0, 3822.0, 3801.0, 3837.0, 3825.0, 3834.0, 3822.0, 3818.0, 3808.0, 3808.0, 3797.0, 3833.0, 3821.0, 3831.0, 3820.0, 3832.0, 3830.0, 3832.0, 3800.0, 3790.0, 3833.0, 3832.0, 3821.0, 3819.0, 3807.0, 3820.0, 3820.0, 3800.0, 3832.0, 3807.0, 3820.0, 3832.0, 3833.0, 3863.0, 3812.0, 3823.0, 3813.0, 3836.0, 3833.0, 3833.0, 3824.0, 3834.0, 3800.0, 3810.0, 3820.0, 3821.0, 3810.0, 3821.0, 3834.0, 3834.0, 3810.0, 3821.0, 3820.0, 3812.0, 3842.0, 3802.0, 3802.0, 3810.0, 3813.0, 3800.0, 3832.0, 3789.0, 3831.0, 3787.0, 3821.0, 3789.0, 3822.0, 3802.0, 3832.0, 3792.0, 3845.0, 3815.0, 3848.0, 3838.0, 3802.0, 3824.0, 3813.0, 3812.0, 3823.0, 3845.0, 3832.0, 3841.0, 3834.0, 3831.0, 3846.0, 3832.0, 3829.0, 3851.0, 3841.0, 3861.0, 3828.0, 3849.0, 3842.0, 3838.0, 3831.0, 3884.0, 3865.0, 3871.0, 3830.0, 3859.0, 3830.0, 3817.0, 3827.0, 3807.0, 3818.0, 3808.0, 3818.0, 3808.0, 3818.0, 3808.0, 3806.0, 3805.0, 3808.0, 3797.0, 3806.0, 3797.0, 3806.0, 3818.0, 3796.0, 3809.0, 3796.0, 3796.0, 3818.0, 3818.0, 3819.0, 3828.0, 3821.0, 3819.0, 3832.0, 3830.0, 3830.0, 3821.0, 3821.0, 3820.0, 3831.0, 3812.0, 3842.0, 3821.0, 3831.0, 3819.0, 3831.0, 3861.0, 3832.0, 3834.0, 3842.0, 3851.0, 3830.0, 3872.0, 3843.0, 3872.0, 3842.0, 3833.0, 3841.0, 3840.0, 3840.0, 3870.0, 3830.0, 3862.0, 3843.0, 3797.0, 3829.0, 3821.0, 3811.0, 3820.0, 3818.0, 3841.0, 3820.0, 3828.0, 3817.0, 3819.0, 3862.0, 3830.0, 3808.0, 3828.0, 3817.0, 3829.0, 3809.0, 3829.0, 3859.0, 3829.0, 3818.0, 3818.0, 3797.0, 3818.0, 3861.0, 3816.0, 3796.0, 3819.0, 3806.0, 3828.0, 3789.0, 3797.0, 3811.0, 3843.0, 3799.0, 3818.0, 3808.0, 3800.0, 3828.0, 3820.0, 3831.0, 3818.0, 3818.0, 3820.0, 3819.0, 3863.0, 3819.0, 3820.0, 3832.0, 3797.0, 3829.0, 3829.0, 3831.0, 3842.0, 3833.0, 3820.0, 3843.0, 3797.0, 3828.0, 3861.0, 3829.0, 3820.0, 3808.0, 3820.0, 3831.0, 3839.0, 3830.0, 3859.0, 3798.0, 3820.0, 3818.0, 3830.0, 3830.0, 3831.0, 3820.0, 3845.0, 3840.0, 3832.0, 3819.0, 3831.0, 3819.0, 3829.0, 3873.0, 3829.0, 3808.0, 3809.0, 3818.0, 3829.0, 3826.0, 3819.0, 3859.0, 3840.0, 3840.0, 3816.0, 3830.0, 3806.0, 3817.0, 3808.0, 3818.0, 3828.0, 3784.0, 3827.0, 3816.0, 3797.0, 3818.0, 3796.0, 3816.0, 3794.0, 3804.0, 3827.0, 3782.0, 3806.0, 3794.0, 3796.0, 3818.0, 3805.0, 3828.0, 3796.0, 3807.0, 3806.0, 3807.0, 3818.0, 3821.0, 3830.0], 'WindowWidth': [8777.0, 8736.0, 8710.0, 8648.0, 8583.0, 8555.0, 8610.0, 8588.0, 8605.0, 8559.0, 8609.0, 8562.0, 8562.0, 8552.0, 8578.0, 8562.0, 8593.0, 8583.0, 8599.0, 8584.0, 8596.0, 8597.0, 8592.0, 8593.0, 8636.0, 8599.0, 8613.0, 8568.0, 8580.0, 8566.0, 8581.0, 8551.0, 8567.0, 8564.0, 8564.0, 8561.0, 8533.0, 8556.0, 8529.0, 8574.0, 8561.0, 8561.0, 8581.0, 8580.0, 8584.0, 8593.0, 8582.0, 8599.0, 8588.0, 8561.0, 8580.0, 8563.0, 8592.0, 8596.0, 8620.0, 8596.0, 8620.0, 8595.0, 8623.0, 8617.0, 8541.0, 8596.0, 8602.0, 8629.0, 8580.0, 8645.0, 8630.0, 8594.0, 8581.0, 8609.0, 8594.0, 8622.0, 8610.0, 8591.0, 8593.0, 8610.0, 8597.0, 8598.0, 8636.0, 8603.0, 8607.0, 8591.0, 8620.0, 8616.0, 8652.0, 8618.0, 8652.0, 8592.0, 8632.0, 8590.0, 8616.0, 8586.0, 8582.0, 8585.0, 8583.0, 8573.0, 8584.0, 8593.0, 8592.0, 8589.0, 8588.0, 8590.0, 8600.0, 8593.0, 8604.0, 8594.0, 8610.0, 8596.0, 8604.0, 8594.0, 8606.0, 8613.0, 8633.0, 8594.0, 8607.0, 8605.0, 8597.0, 8591.0, 8636.0, 8595.0, 8607.0, 8614.0, 8585.0, 8609.0, 8590.0, 8604.0, 8660.0, 8618.0, 8661.0, 8606.0, 8602.0, 8586.0, 8583.0, 8584.0, 8643.0, 8599.0, 8628.0, 8600.0, 8542.0, 8600.0, 8542.0, 8606.0, 8589.0, 8590.0, 8592.0, 8603.0, 8604.0, 8618.0, 8587.0, 8603.0, 8606.0, 8608.0, 8609.0, 8582.0, 8588.0, 8604.0, 8606.0, 8661.0, 8606.0, 8603.0, 8602.0, 8599.0, 8607.0, 8635.0, 8590.0, 8619.0, 8605.0, 8584.0, 8588.0, 8586.0, 8606.0, 8604.0, 8606.0, 8585.0, 8592.0, 8602.0, 8606.0, 8644.0, 8589.0, 8618.0, 8587.0, 8601.0, 8588.0, 8648.0, 8588.0, 8602.0, 8601.0, 8584.0, 8585.0, 8580.0, 8590.0, 8599.0, 8589.0, 8587.0, 8589.0, 8572.0, 8574.0, 8590.0, 8574.0, 8572.0, 8575.0, 8570.0, 8556.0, 8587.0, 8557.0, 8590.0, 8590.0, 8585.0, 8574.0, 8587.0, 8557.0, 8603.0, 8573.0, 8588.0, 8578.0, 8604.0, 8591.0, 8586.0, 8558.0, 8590.0, 8590.0, 8588.0, 8593.0, 8586.0, 8590.0, 8606.0, 8576.0, 8660.0, 8589.0, 8574.0, 8593.0, 8572.0, 8583.0, 8615.0, 8600.0, 8631.0, 8590.0, 8593.0, 8573.0, 8620.0, 8596.0, 8582.0, 8585.0, 8553.0, 8578.0, 8565.0, 8584.0, 8582.0, 8587.0, 8631.0, 8604.0, 8653.0, 8603.0, 8613.0, 8621.0, 8607.0, 8604.0, 8597.0, 8600.0, 8567.0, 8580.0, 8583.0, 8586.0, 8583.0, 8569.0, 8568.0, 8594.0, 8584.0, 8583.0, 8587.0, 8581.0, 8581.0, 8582.0, 8587.0, 8642.0, 8587.0, 8568.0, 8585.0, 8583.0, 8587.0, 8568.0, 8572.0, 8542.0, 8591.0, 8594.0, 8607.0, 8556.0, 8586.0, 8611.0, 8585.0, 8575.0, 8589.0, 8574.0, 8586.0, 8523.0, 8586.0, 8616.0, 8571.0, 8549.0, 8576.0, 8563.0, 8591.0, 8581.0, 8591.0, 8577.0, 8623.0, 8571.0, 8574.0, 8590.0, 8583.0, 8568.0, 8587.0, 8600.0, 8617.0, 8567.0, 8567.0, 8569.0, 8568.0, 8564.0, 8567.0, 8567.0, 8584.0, 8585.0, 8587.0, 8587.0, 8580.0, 8566.0, 8612.0, 8566.0, 8565.0, 8583.0, 8568.0, 8586.0, 8599.0, 8592.0, 8570.0, 8588.0, 8533.0, 8604.0, 8541.0, 8588.0, 8640.0, 8598.0, 8616.0, 8546.0, 8585.0, 8689.0, 8684.0, 8666.0, 8592.0, 8646.0, 8610.0, 8583.0, 8600.0, 8573.0, 8590.0, 8584.0, 8607.0, 8663.0, 8614.0, 8652.0, 8592.0, 8575.0, 8592.0, 8559.0, 8592.0, 8559.0, 8595.0, 8558.0, 8567.0, 8537.0, 8567.0, 8534.0, 8563.0, 8531.0, 8548.0, 8515.0, 8545.0, 8499.0, 8538.0, 8512.0, 8538.0, 8508.0, 8522.0, 8521.0, 8535.0, 8521.0, 8559.0, 8517.0, 8528.0, 8514.0, 8514.0, 8517.0, 8514.0, 8535.0, 8516.0, 8539.0, 8503.0, 8542.0, 8512.0, 8559.0, 8514.0, 8559.0, 8533.0, 8566.0, 8533.0, 8571.0, 8540.0, 8578.0, 8544.0, 8577.0, 8561.0, 8593.0, 8563.0, 8599.0, 8581.0, 8609.0, 8541.0, 8604.0, 8550.0, 8606.0, 8559.0, 8591.0, 8570.0, 8612.0, 8580.0, 8626.0, 8596.0, 8606.0, 8579.0, 8620.0, 8594.0, 8641.0, 8655.0, 8589.0, 8627.0, 8605.0, 8683.0, 8736.0, 8741.0, 8677.0, 8633.0, 8601.0, 8579.0, 8578.0, 8595.0, 8583.0, 8594.0, 8594.0, 8574.0, 8588.0, 8590.0, 8614.0, 8601.0, 8617.0, 8596.0, 8654.0, 8609.0, 8664.0, 8610.0, 8628.0, 8590.0, 8647.0, 8584.0, 8644.0, 8584.0, 8622.0, 8583.0, 8541.0, 8582.0, 8526.0, 8581.0, 8537.0, 8570.0, 8587.0, 8570.0, 8558.0, 8586.0, 8577.0, 8584.0, 8556.0, 8588.0, 8547.0, 8585.0, 8574.0, 8590.0, 8574.0, 8586.0, 8562.0, 8604.0, 8546.0, 8572.0, 8544.0, 8586.0, 8533.0, 8588.0, 8548.0, 8590.0, 8549.0, 8574.0, 8550.0, 8588.0, 8550.0, 8589.0, 8567.0, 8589.0, 8565.0, 8602.0, 8564.0, 8645.0, 8576.0, 8602.0, 8560.0, 8585.0, 8559.0, 8643.0, 8576.0, 8586.0, 8574.0, 8587.0, 8576.0, 8563.0, 8601.0, 8569.0, 8595.0, 8562.0, 8590.0, 8649.0, 8602.0, 8629.0, 8586.0, 8641.0, 8584.0, 8657.0, 8583.0, 8640.0, 8568.0, 8620.0, 8565.0, 8567.0, 8555.0, 8581.0, 8554.0, 8592.0, 8554.0, 8566.0, 8555.0, 8568.0, 8554.0, 8566.0, 8557.0, 8596.0, 8556.0, 8566.0, 8554.0, 8582.0, 8557.0, 8568.0, 8559.0, 8571.0, 8562.0, 8585.0, 8564.0, 8591.0, 8545.0, 8572.0, 8532.0, 8593.0, 8546.0, 8580.0, 8529.0, 8564.0, 8603.0, 8564.0, 8605.0, 8551.0, 8609.0, 8549.0, 8589.0, 8532.0, 8575.0, 8548.0, 8578.0, 8606.0, 8581.0, 8577.0, 8563.0, 8607.0, 8578.0, 8620.0, 8570.0, 8608.0, 8569.0, 8593.0, 8583.0, 8626.0, 8605.0, 8656.0, 8586.0, 8625.0, 8584.0, 8625.0, 8568.0, 8652.0, 8585.0, 8622.0, 8554.0, 8606.0, 8551.0, 8595.0, 8564.0, 8610.0, 8549.0, 8608.0, 8550.0, 8592.0, 8569.0, 8640.0, 8567.0, 8606.0, 8550.0, 8592.0, 8534.0, 8608.0, 8569.0, 8658.0, 8552.0, 8605.0, 8548.0, 8593.0, 8555.0, 8596.0, 8566.0, 8594.0, 8534.0, 8595.0, 8549.0, 8599.0, 8553.0, 8613.0, 8555.0, 8609.0, 8567.0, 8626.0, 8575.0, 8627.0, 8584.0, 8626.0, 8602.0, 8627.0, 8603.0, 8641.0, 8620.0, 8654.0, 8614.0, 8641.0, 8612.0, 8672.0, 8597.0, 8669.0, 8609.0, 8634.0, 8608.0, 8577.0, 8595.0, 8665.0, 8640.0, 8579.0, 8593.0, 8561.0, 8621.0, 8597.0, 8640.0, 8626.0, 8685.0, 8600.0, 8590.0, 8616.0, 8690.0, 8593.0, 8647.0, 8558.0, 8589.0, 8547.0, 8590.0, 8579.0, 8639.0, 8594.0, 8666.0, 8591.0, 8578.0, 8593.0, 8667.0, 8569.0, 8622.0, 8547.0, 8593.0, 8564.0, 8632.0, 8558.0, 8569.0, 8554.0, 8551.0, 8533.0, 8548.0, 8532.0, 8596.0, 8535.0, 8553.0, 8553.0, 8546.0, 8535.0, 8546.0, 8531.0, 8548.0, 8550.0, 8548.0, 8554.0, 8549.0, 8555.0, 8555.0, 8559.0, 8537.0, 8554.0, 8554.0, 8561.0, 8531.0, 8544.0, 8550.0, 8582.0, 8576.0, 8604.0, 8588.0, 8584.0, 8571.0, 8583.0, 8612.0, 8615.0, 8607.0, 8584.0, 8582.0, 8584.0, 8596.0, 8582.0, 8598.0, 8605.0, 8611.0, 8598.0, 8603.0, 8589.0, 8632.0, 8594.0, 8623.0, 8607.0, 8606.0, 8589.0, 8633.0, 8590.0, 8665.0, 8620.0, 8613.0, 8614.0, 8577.0, 8590.0, 8571.0, 8596.0, 8607.0, 8610.0, 8552.0, 8610.0, 8550.0, 8593.0, 8562.0, 8613.0, 8601.0, 8596.0, 8595.0, 8586.0, 8573.0, 8589.0, 8577.0, 8668.0, 8595.0, 8575.0, 8608.0, 8560.0, 8592.0, 8638.0, 8614.0, 8639.0, 8612.0, 8578.0, 8608.0, 8660.0, 8588.0, 8658.0, 8631.0, 8629.0, 8586.0, 8554.0, 8585.0, 8554.0, 8589.0, 8641.0, 8600.0, 8570.0, 8572.0, 8567.0, 8587.0, 8594.0, 8652.0, 8667.0, 8669.0, 8628.0, 8595.0, 8579.0, 8545.0, 8545.0, 8576.0, 8634.0, 8576.0, 8578.0, 8588.0, 8560.0, 8576.0, 8560.0, 8559.0, 8577.0, 8515.0, 8587.0, 8511.0, 8574.0, 8575.0, 8571.0, 8568.0, 8568.0, 8583.0, 8568.0, 8555.0, 8571.0, 8559.0, 8568.0, 8551.0, 8569.0, 8560.0, 8615.0, 8544.0, 8596.0, 8577.0, 8596.0, 8603.0, 8566.0, 8563.0, 8570.0, 8595.0, 8613.0, 8606.0, 8661.0, 8615.0, 8661.0, 8616.0, 8650.0, 8617.0, 8584.0, 8595.0, 8554.0, 8579.0, 8565.0, 8582.0, 8587.0, 8591.0, 8613.0, 8607.0, 8630.0, 8607.0, 8588.0, 8560.0, 8616.0, 8601.0, 8608.0, 8589.0, 8577.0, 8565.0, 8563.0, 8549.0, 8603.0, 8585.0, 8599.0, 8580.0, 8600.0, 8597.0, 8601.0, 8557.0, 8544.0, 8604.0, 8601.0, 8585.0, 8579.0, 8561.0, 8582.0, 8581.0, 8557.0, 8602.0, 8562.0, 8584.0, 8600.0, 8603.0, 8643.0, 8577.0, 8592.0, 8578.0, 8611.0, 8606.0, 8605.0, 8598.0, 8608.0, 8555.0, 8567.0, 8582.0, 8587.0, 8569.0, 8587.0, 8607.0, 8609.0, 8572.0, 8586.0, 8584.0, 8573.0, 8616.0, 8560.0, 8559.0, 8570.0, 8575.0, 8557.0, 8599.0, 8541.0, 8596.0, 8534.0, 8585.0, 8541.0, 8591.0, 8563.0, 8605.0, 8552.0, 8622.0, 8586.0, 8637.0, 8624.0, 8568.0, 8596.0, 8581.0, 8578.0, 8590.0, 8625.0, 8603.0, 8615.0, 8605.0, 8600.0, 8625.0, 8604.0, 8596.0, 8627.0, 8612.0, 8639.0, 8593.0, 8621.0, 8614.0, 8605.0, 8599.0, 8677.0, 8650.0, 8652.0, 8594.0, 8634.0, 8595.0, 8576.0, 8587.0, 8560.0, 8578.0, 8563.0, 8577.0, 8563.0, 8577.0, 8563.0, 8559.0, 8558.0, 8563.0, 8548.0, 8558.0, 8548.0, 8557.0, 8579.0, 8546.0, 8566.0, 8545.0, 8546.0, 8578.0, 8576.0, 8579.0, 8591.0, 8584.0, 8580.0, 8603.0, 8597.0, 8599.0, 8585.0, 8585.0, 8584.0, 8599.0, 8577.0, 8619.0, 8589.0, 8600.0, 8580.0, 8602.0, 8641.0, 8603.0, 8609.0, 8617.0, 8627.0, 8599.0, 8656.0, 8619.0, 8654.0, 8617.0, 8606.0, 8614.0, 8609.0, 8608.0, 8648.0, 8596.0, 8641.0, 8621.0, 8552.0, 8594.0, 8586.0, 8574.0, 8581.0, 8577.0, 8612.0, 8583.0, 8592.0, 8575.0, 8578.0, 8639.0, 8595.0, 8564.0, 8592.0, 8574.0, 8592.0, 8568.0, 8593.0, 8634.0, 8595.0, 8578.0, 8577.0, 8545.0, 8575.0, 8636.0, 8570.0, 8544.0, 8581.0, 8562.0, 8592.0, 8541.0, 8551.0, 8575.0, 8618.0, 8554.0, 8578.0, 8566.0, 8558.0, 8592.0, 8582.0, 8600.0, 8579.0, 8578.0, 8581.0, 8583.0, 8643.0, 8581.0, 8584.0, 8602.0, 8550.0, 8596.0, 8595.0, 8602.0, 8613.0, 8605.0, 8588.0, 8616.0, 8550.0, 8592.0, 8639.0, 8594.0, 8584.0, 8566.0, 8583.0, 8600.0, 8605.0, 8595.0, 8633.0, 8552.0, 8581.0, 8580.0, 8598.0, 8597.0, 8598.0, 8584.0, 8625.0, 8611.0, 8600.0, 8582.0, 8598.0, 8580.0, 8595.0, 8657.0, 8593.0, 8568.0, 8569.0, 8579.0, 8591.0, 8585.0, 8578.0, 8631.0, 8610.0, 8605.0, 8573.0, 8593.0, 8561.0, 8576.0, 8566.0, 8577.0, 8587.0, 8525.0, 8587.0, 8572.0, 8548.0, 8576.0, 8547.0, 8572.0, 8540.0, 8552.0, 8586.0, 8522.0, 8555.0, 8539.0, 8544.0, 8576.0, 8558.0, 8591.0, 8549.0, 8562.0, 8560.0, 8562.0, 8578.0, 8587.0, 8596.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.0007017142857142858</td></tr>
<tr><td colspan=3>aqi</td><td>0.04440243376623377</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.120907527287635</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1651525586395166</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9634776524956657</td></tr>
<tr><td colspan=3>efc</td><td>0.4969</td></tr>
<tr><td colspan=3>fber</td><td>4149.7334</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08143678591999624</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>35</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.0303030303030303</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5432286143813783</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3900576702893117</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8211726600107294</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.418455512844094</td></tr>
<tr><td colspan=3>gcor</td><td>0.00795247</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.024163486436009407</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04961419850587845</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.867642310413845</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>13.2455</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.2815</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>199.4307</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>300294.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>943.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>348.3189</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.349</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>474.538</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3033.635</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3209.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76250.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1017.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3970.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>829.699</td></tr>
<tr><td colspan=3>tsnr</td><td>29.030438961228356</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>