<?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-0076_ses-02_task-narratives_acq-mb8_run-04_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-0076_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0076_suffix-bold_task-narratives" 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-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0076_suffix-bold_task-narratives" 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-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0076_suffix-bold_task-narratives" 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-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0076_suffix-bold_task-narratives" 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-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0076_suffix-bold_task-narratives" 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-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-04_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-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-04_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-0076/ses-02/func/sub-0076_ses-02_task-narratives_acq-mb8_run-04_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>f2ae6bef50a9a09325a6e6b4a0e0d0f9</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:58:3.747500</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.998504, 0.0225909, -0.0497952, -0.0203926, 0.998814, 0.0442201]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-narratives_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.0969002</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-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4145, -7706, -7266, 718, 16, 19, -66, 86]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.411</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4f187c74-7749-425c-b5f1-a8ab9d4d2dca||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.678913116455078, -0.05471191555261612, -0.1369846612215042, 120.99730682373047], [-0.06060962378978729, 2.679744005203247, 0.11647383868694305, -98.05760192871094], [-0.13359679281711578, -0.11863921582698822, 2.6940062046051025, -53.651371002197266], [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, 1156]</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], 'AcquisitionTime': ['125803.747500', '125804.207500', '125804.667500', '125805.127500', '125805.587500', '125806.047500', '125806.507500', '125806.967500', '125807.427500', '125807.887500', '125808.347500', '125808.807500', '125809.267500', '125809.727500', '125810.187500', '125810.647500', '125811.107500', '125811.567500', '125812.027500', '125812.487500', '125812.947500', '125813.407500', '125813.867500', '125814.327500', '125814.787500', '125815.247500', '125815.707500', '125816.167500', '125816.627500', '125817.087500', '125817.547500', '125818.007500', '125818.467500', '125818.927500', '125819.387500', '125819.847500', '125820.307500', '125820.767500', '125821.227500', '125821.687500', '125822.147500', '125822.607500', '125823.067500', '125823.527500', '125823.987500', '125824.447500', '125824.907500', '125825.367500', '125825.827500', '125826.287500', '125826.747500', '125827.207500', '125827.667500', '125828.127500', '125828.587500', '125829.047500', '125829.507500', '125829.967500', '125830.427500', '125830.887500', '125831.347500', '125831.807500', '125832.267500', '125832.727500', '125833.187500', '125833.647500', '125834.107500', '125834.567500', '125835.027500', '125835.487500', '125835.947500', '125836.407500', '125836.867500', '125837.327500', '125837.787500', '125838.247500', '125838.707500', '125839.167500', '125839.627500', '125840.087500', '125840.547500', '125841.007500', '125841.467500', '125841.927500', '125842.387500', '125842.847500', '125843.307500', '125843.767500', '125844.227500', '125844.687500', '125845.147500', '125845.607500', '125846.067500', '125846.527500', '125846.987500', '125847.447500', '125847.907500', '125848.367500', '125848.827500', '125849.287500', '125849.747500', '125850.207500', '125850.667500', '125851.127500', '125851.587500', '125852.047500', '125852.507500', '125852.967500', '125853.427500', '125853.887500', '125854.347500', '125854.807500', '125855.267500', '125855.727500', '125856.187500', '125856.647500', '125857.107500', '125857.567500', '125858.027500', '125858.487500', '125858.947500', '125859.407500', '125859.867500', '125900.327500', '125900.787500', '125901.247500', '125901.707500', '125902.167500', '125902.627500', '125903.087500', '125903.547500', '125904.007500', '125904.467500', '125904.927500', '125905.387500', '125905.847500', '125906.307500', '125906.767500', '125907.227500', '125907.687500', '125908.147500', '125908.607500', '125909.067500', '125909.527500', '125909.987500', '125910.447500', '125910.907500', '125911.367500', '125911.827500', '125912.287500', '125912.747500', '125913.207500', '125913.667500', '125914.127500', '125914.587500', '125915.047500', '125915.507500', '125915.967500', '125916.427500', '125916.887500', '125917.347500', '125917.807500', '125918.267500', '125918.727500', '125919.187500', '125919.647500', '125920.107500', '125920.567500', '125921.027500', '125921.487500', '125921.947500', '125922.407500', '125922.867500', '125923.327500', '125923.787500', '125924.247500', '125924.707500', '125925.167500', '125925.627500', '125926.087500', '125926.547500', '125927.007500', '125927.467500', '125927.927500', '125928.387500', '125928.847500', '125929.307500', '125929.767500', '125930.227500', '125930.687500', '125931.147500', '125931.607500', '125932.067500', '125932.527500', '125932.987500', '125933.447500', '125933.907500', '125934.367500', '125934.827500', '125935.287500', '125935.747500', '125936.207500', '125936.667500', '125937.127500', '125937.587500', '125938.047500', '125938.507500', '125938.967500', '125939.427500', '125939.887500', '125940.347500', '125940.807500', '125941.267500', '125941.727500', '125942.187500', '125942.647500', '125943.107500', '125943.567500', '125944.027500', '125944.487500', '125944.947500', '125945.407500', '125945.867500', '125946.327500', '125946.787500', '125947.247500', '125947.707500', '125948.167500', '125948.627500', '125949.087500', '125949.547500', '125950.007500', '125950.467500', '125950.927500', '125951.387500', '125951.847500', '125952.307500', '125952.767500', '125953.227500', '125953.687500', '125954.147500', '125954.607500', '125955.067500', '125955.527500', '125955.987500', '125956.447500', '125956.907500', '125957.367500', '125957.827500', '125958.287500', '125958.747500', '125959.207500', '125959.667500', '130000.127500', '130000.587500', '130001.047500', '130001.507500', '130001.967500', '130002.427500', '130002.887500', '130003.347500', '130003.807500', '130004.267500', '130004.727500', '130005.187500', '130005.647500', '130006.107500', '130006.567500', '130007.027500', '130007.487500', '130007.947500', '130008.407500', '130008.867500', '130009.327500', '130009.787500', '130010.247500', '130010.707500', '130011.167500', '130011.627500', '130012.087500', '130012.547500', '130013.007500', '130013.467500', '130013.927500', '130014.387500', '130014.847500', '130015.307500', '130015.767500', '130016.227500', '130016.687500', '130017.147500', '130017.607500', '130018.067500', '130018.527500', '130018.987500', '130019.447500', '130019.907500', '130020.367500', '130020.827500', '130021.287500', '130021.747500', '130022.207500', '130022.667500', '130023.127500', '130023.587500', '130024.047500', '130024.507500', '130024.967500', '130025.427500', '130025.887500', '130026.347500', '130026.807500', '130027.267500', '130027.727500', '130028.187500', '130028.647500', '130029.107500', '130029.567500', '130030.027500', '130030.487500', '130030.947500', '130031.407500', '130031.867500', '130032.327500', '130032.787500', '130033.247500', '130033.707500', '130034.167500', '130034.627500', '130035.087500', '130035.547500', '130036.007500', '130036.467500', '130036.927500', '130037.387500', '130037.847500', '130038.307500', '130038.767500', '130039.227500', '130039.687500', '130040.147500', '130040.607500', '130041.067500', '130041.527500', '130041.987500', '130042.447500', '130042.907500', '130043.367500', '130043.827500', '130044.287500', '130044.747500', '130045.207500', '130045.667500', '130046.127500', '130046.587500', '130047.047500', '130047.507500', '130047.967500', '130048.427500', '130048.887500', '130049.347500', '130049.807500', '130050.267500', '130050.727500', '130051.187500', '130051.647500', '130052.107500', '130052.567500', '130053.027500', '130053.487500', '130053.947500', '130054.407500', '130054.867500', '130055.327500', '130055.787500', '130056.247500', '130056.707500', '130057.167500', '130057.627500', '130058.087500', '130058.547500', '130059.007500', '130059.467500', '130059.927500', '130100.387500', '130100.847500', '130101.307500', '130101.767500', '130102.227500', '130102.687500', '130103.147500', '130103.607500', '130104.067500', '130104.527500', '130104.987500', '130105.447500', '130105.907500', '130106.367500', '130106.827500', '130107.287500', '130107.747500', '130108.207500', '130108.667500', '130109.127500', '130109.587500', '130110.047500', '130110.507500', '130110.967500', '130111.427500', '130111.887500', '130112.347500', '130112.807500', '130113.267500', '130113.727500', '130114.187500', '130114.647500', '130115.107500', '130115.567500', '130116.027500', '130116.487500', '130116.947500', '130117.407500', '130117.867500', '130118.327500', '130118.787500', '130119.247500', '130119.707500', '130120.167500', '130120.627500', '130121.087500', '130121.547500', '130122.007500', '130122.467500', '130122.927500', '130123.387500', '130123.847500', '130124.307500', '130124.767500', '130125.227500', '130125.687500', '130126.147500', '130126.607500', '130127.067500', '130127.527500', '130127.987500', '130128.447500', '130128.907500', '130129.367500', '130129.827500', '130130.287500', '130130.747500', '130131.207500', '130131.667500', '130132.127500', '130132.587500', '130133.047500', '130133.507500', '130133.967500', '130134.427500', '130134.887500', '130135.347500', '130135.807500', '130136.267500', '130136.727500', '130137.187500', '130137.647500', '130138.107500', '130138.567500', '130139.027500', '130139.487500', '130139.947500', '130140.407500', '130140.867500', '130141.327500', '130141.787500', '130142.247500', '130142.707500', '130143.167500', '130143.627500', '130144.087500', '130144.547500', '130145.007500', '130145.467500', '130145.927500', '130146.387500', '130146.847500', '130147.307500', '130147.767500', '130148.227500', '130148.687500', '130149.147500', '130149.607500', '130150.067500', '130150.527500', '130150.987500', '130151.447500', '130151.907500', '130152.367500', '130152.827500', '130153.287500', '130153.747500', '130154.207500', '130154.667500', '130155.127500', '130155.587500', '130156.047500', '130156.507500', '130156.967500', '130157.427500', '130157.887500', '130158.347500', '130158.807500', '130159.267500', '130159.727500', '130200.187500', '130200.647500', '130201.107500', '130201.567500', '130202.027500', '130202.487500', '130202.947500', '130203.407500', '130203.867500', '130204.327500', '130204.787500', '130205.247500', '130205.707500', '130206.167500', '130206.627500', '130207.087500', '130207.547500', '130208.007500', '130208.467500', '130208.927500', '130209.387500', '130209.847500', '130210.307500', '130210.767500', '130211.227500', '130211.687500', '130212.147500', '130212.607500', '130213.067500', '130213.527500', '130213.987500', '130214.447500', '130214.907500', '130215.367500', '130215.827500', '130216.287500', '130216.747500', '130217.207500', '130217.667500', '130218.127500', '130218.587500', '130219.047500', '130219.507500', '130219.967500', '130220.427500', '130220.887500', '130221.347500', '130221.807500', '130222.267500', '130222.727500', '130223.187500', '130223.647500', '130224.107500', '130224.567500', '130225.027500', '130225.487500', '130225.947500', '130226.407500', '130226.867500', '130227.327500', '130227.787500', '130228.247500', '130228.707500', '130229.167500', '130229.627500', '130230.087500', '130230.547500', '130231.007500', '130231.467500', '130231.927500', '130232.387500', '130232.847500', '130233.307500', '130233.767500', '130234.227500', '130234.687500', '130235.147500', '130235.607500', '130236.067500', '130236.527500', '130236.987500', '130237.447500', '130237.907500', '130238.367500', '130238.827500', '130239.287500', '130239.747500', '130240.207500', '130240.667500', '130241.127500', '130241.587500', '130242.047500', '130242.507500', '130242.967500', '130243.427500', '130243.887500', '130244.347500', '130244.807500', '130245.267500', '130245.727500', '130246.187500', '130246.647500', '130247.107500', '130247.567500', '130248.027500', '130248.487500', '130248.947500', '130249.407500', '130249.867500', '130250.327500', '130250.787500', '130251.247500', '130251.707500', '130252.167500', '130252.627500', '130253.087500', '130253.547500', '130254.007500', '130254.467500', '130254.927500', '130255.387500', '130255.847500', '130256.307500', '130256.767500', '130257.227500', '130257.687500', '130258.147500', '130258.607500', '130259.067500', '130259.527500', '130259.987500', '130300.447500', '130300.907500', '130301.367500', '130301.827500', '130302.287500', '130302.747500', '130303.207500', '130303.667500', '130304.127500', '130304.587500', '130305.047500', '130305.507500', '130305.967500', '130306.427500', '130306.887500', '130307.347500', '130307.807500', '130308.267500', '130308.727500', '130309.187500', '130309.647500', '130310.107500', '130310.567500', '130311.027500', '130311.487500', '130311.947500', '130312.407500', '130312.867500', '130313.327500', '130313.787500', '130314.247500', '130314.707500', '130315.167500', '130315.627500', '130316.087500', '130316.547500', '130317.007500', '130317.467500', '130317.927500', '130318.387500', '130318.847500', '130319.307500', '130319.767500', '130320.227500', '130320.687500', '130321.147500', '130321.607500', '130322.067500', '130322.527500', '130322.987500', '130323.447500', '130323.907500', '130324.367500', '130324.827500', '130325.287500', '130325.747500', '130326.207500', '130326.667500', '130327.127500', '130327.587500', '130328.047500', '130328.507500', '130328.967500', '130329.427500', '130329.887500', '130330.347500', '130330.807500', '130331.267500', '130331.727500', '130332.187500', '130332.647500', '130333.107500', '130333.567500', '130334.027500', '130334.487500', '130334.947500', '130335.407500', '130335.867500', '130336.327500', '130336.787500', '130337.247500', '130337.707500', '130338.167500', '130338.627500', '130339.087500', '130339.547500', '130340.007500', '130340.467500', '130340.927500', '130341.387500', '130341.847500', '130342.307500', '130342.767500', '130343.227500', '130343.687500', '130344.147500', '130344.607500', '130345.067500', '130345.527500', '130345.987500', '130346.447500', '130346.907500', '130347.367500', '130347.827500', '130348.287500', '130348.747500', '130349.207500', '130349.667500', '130350.127500', '130350.587500', '130351.047500', '130351.507500', '130351.967500', '130352.427500', '130352.887500', '130353.347500', '130353.807500', '130354.267500', '130354.727500', '130355.187500', '130355.647500', '130356.107500', '130356.567500', '130357.027500', '130357.487500', '130357.947500', '130358.407500', '130358.867500', '130359.327500', '130359.787500', '130400.247500', '130400.707500', '130401.167500', '130401.627500', '130402.087500', '130402.547500', '130403.007500', '130403.467500', '130403.927500', '130404.387500', '130404.847500', '130405.307500', '130405.767500', '130406.227500', '130406.687500', '130407.147500', '130407.607500', '130408.067500', '130408.527500', '130408.987500', '130409.447500', '130409.907500', '130410.367500', '130410.827500', '130411.287500', '130411.747500', '130412.207500', '130412.667500', '130413.127500', '130413.587500', '130414.047500', '130414.507500', '130414.967500', '130415.427500', '130415.887500', '130416.347500', '130416.807500', '130417.267500', '130417.727500', '130418.187500', '130418.647500', '130419.107500', '130419.567500', '130420.027500', '130420.487500', '130420.947500', '130421.407500', '130421.867500', '130422.327500', '130422.787500', '130423.247500', '130423.707500', '130424.167500', '130424.627500', '130425.087500', '130425.547500', '130426.007500', '130426.467500', '130426.927500', '130427.387500', '130427.847500', '130428.307500', '130428.767500', '130429.227500', '130429.687500', '130430.147500', '130430.607500', '130431.067500', '130431.527500', '130431.987500', '130432.447500', '130432.907500', '130433.367500', '130433.827500', '130434.287500', '130434.747500', '130435.207500', '130435.667500', '130436.127500', '130436.587500', '130437.047500', '130437.507500', '130437.967500', '130438.427500', '130438.887500', '130439.347500', '130439.807500', '130440.267500', '130440.727500', '130441.187500', '130441.647500', '130442.107500', '130442.567500', '130443.027500', '130443.487500', '130443.947500', '130444.407500', '130444.867500', '130445.327500', '130445.787500', '130446.247500', '130446.707500', '130447.167500', '130447.627500', '130448.087500', '130448.547500', '130449.007500', '130449.467500', '130449.927500', '130450.387500', '130450.847500', '130451.307500', '130451.767500', '130452.227500', '130452.687500', '130453.147500', '130453.607500', '130454.067500', '130454.527500', '130454.987500', '130455.447500', '130455.907500', '130456.367500', '130456.827500', '130457.287500', '130457.747500', '130458.207500', '130458.667500', '130459.127500', '130459.587500', '130500.047500', '130500.507500', '130500.967500', '130501.427500', '130501.887500', '130502.347500', '130502.807500', '130503.267500', '130503.727500', '130504.187500', '130504.647500', '130505.107500', '130505.567500', '130506.027500', '130506.487500', '130506.947500', '130507.407500', '130507.867500', '130508.327500', '130508.787500', '130509.247500', '130509.707500', '130510.167500', '130510.627500', '130511.087500', '130511.547500', '130512.007500', '130512.467500', '130512.927500', '130513.387500', '130513.847500', '130514.307500', '130514.767500', '130515.227500', '130515.687500', '130516.147500', '130516.607500', '130517.067500', '130517.527500', '130517.987500', '130518.447500', '130518.907500', '130519.367500', '130519.827500', '130520.287500', '130520.747500', '130521.207500', '130521.667500', '130522.127500', '130522.587500', '130523.047500', '130523.507500', '130523.967500', '130524.427500', '130524.887500', '130525.347500', '130525.807500', '130526.267500', '130526.727500', '130527.187500', '130527.647500', '130528.107500', '130528.567500', '130529.027500', '130529.487500', '130529.947500', '130530.407500', '130530.867500', '130531.327500', '130531.787500', '130532.247500', '130532.707500', '130533.167500', '130533.627500', '130534.087500', '130534.547500', '130535.007500', '130535.467500', '130535.927500', '130536.387500', '130536.847500', '130537.307500', '130537.767500', '130538.227500', '130538.687500', '130539.147500', '130539.607500', '130540.067500', '130540.527500', '130540.987500', '130541.447500', '130541.907500', '130542.367500', '130542.827500', '130543.287500', '130543.747500', '130544.207500', '130544.667500', '130545.127500', '130545.587500', '130546.047500', '130546.507500', '130546.967500', '130547.427500', '130547.887500', '130548.347500', '130548.807500', '130549.267500', '130549.727500', '130550.187500', '130550.647500', '130551.107500', '130551.567500', '130552.027500', '130552.487500', '130552.947500', '130553.407500', '130553.867500', '130554.327500', '130554.787500', '130555.247500', '130555.707500', '130556.167500', '130556.627500', '130557.087500', '130557.547500', '130558.007500', '130558.467500', '130558.927500', '130559.387500', '130559.847500', '130600.307500', '130600.767500', '130601.227500', '130601.687500', '130602.147500', '130602.607500', '130603.067500', '130603.527500', '130603.987500', '130604.447500', '130604.907500', '130605.367500', '130605.827500', '130606.287500', '130606.747500', '130607.207500', '130607.667500', '130608.127500', '130608.587500', '130609.047500', '130609.507500', '130609.967500', '130610.427500', '130610.887500', '130611.347500', '130611.807500', '130612.267500', '130612.727500', '130613.187500', '130613.647500', '130614.107500', '130614.567500', '130615.027500', '130615.487500', '130615.947500', '130616.407500', '130616.867500', '130617.327500', '130617.787500', '130618.247500', '130618.707500', '130619.167500', '130619.627500', '130620.087500', '130620.547500', '130621.007500', '130621.467500', '130621.927500', '130622.387500', '130622.847500', '130623.307500', '130623.767500', '130624.227500', '130624.687500', '130625.147500', '130625.607500', '130626.067500', '130626.527500', '130626.987500', '130627.447500', '130627.907500', '130628.367500', '130628.827500', '130629.287500', '130629.747500', '130630.207500', '130630.667500', '130631.127500', '130631.587500', '130632.047500', '130632.507500', '130632.967500', '130633.427500', '130633.887500', '130634.347500', '130634.807500', '130635.267500', '130635.727500', '130636.187500', '130636.647500', '130637.107500', '130637.567500', '130638.027500', '130638.487500', '130638.947500', '130639.407500', '130639.867500', '130640.327500', '130640.787500', '130641.247500', '130641.707500', '130642.167500', '130642.627500', '130643.087500', '130643.547500', '130644.007500', '130644.467500', '130644.927500', '130645.387500', '130645.847500', '130646.307500', '130646.767500', '130647.227500', '130647.687500', '130648.147500', '130648.607500', '130649.067500', '130649.527500', '130649.987500', '130650.447500', '130650.907500', '130651.367500', '130651.827500', '130652.287500', '130652.747500', '130653.207500', '130653.667500', '130654.127500', '130654.587500', '130655.047500'], 'ContentTime': ['125817.759000', '125817.762000', '125817.765000', '125817.768000', '125817.770000', '125817.773000', '125817.776000', '125817.779000', '125817.790000', '125817.792000', '125817.795000', '125817.798000', '125817.801000', '125817.803000', '125817.806000', '125817.809000', '125817.812000', '125817.815000', '125817.817000', '125817.820000', '125817.823000', '125817.826000', '125817.829000', '125817.831000', '125817.834000', '125817.837000', '125817.842000', '125817.845000', '125837.731000', '125837.733000', '125837.736000', '125837.739000', '125837.741000', '125837.744000', '125837.747000', '125837.749000', '125837.752000', '125837.754000', '125837.757000', '125837.759000', '125837.762000', '125837.764000', '125837.767000', '125837.770000', '125837.772000', '125837.775000', '125837.777000', '125837.780000', '125837.792000', '125837.794000', '125837.797000', '125837.799000', '125837.802000', '125837.804000', '125837.807000', '125837.810000', '125837.812000', '125837.815000', '125837.817000', '125837.820000', '125837.822000', '125837.825000', '125837.827000', '125837.830000', '125837.835000', '125837.838000', '125837.841000', '125837.843000', '125837.846000', '125837.849000', '125837.851000', '125857.730000', '125857.733000', '125857.736000', '125857.739000', '125857.741000', '125857.744000', '125857.746000', '125857.749000', '125857.751000', '125857.754000', '125857.756000', '125857.759000', '125857.762000', '125857.764000', '125857.767000', '125857.769000', '125857.772000', '125857.774000', '125857.777000', '125857.780000', '125857.782000', '125857.785000', '125857.787000', '125857.790000', '125857.792000', '125857.795000', '125857.798000', '125857.800000', '125857.803000', '125857.806000', '125857.808000', '125857.811000', '125857.814000', '125857.816000', '125857.819000', '125857.822000', '125857.824000', '125857.827000', '125857.829000', '125857.838000', '125857.841000', '125857.844000', '125857.846000', '125857.849000', '125917.730000', '125917.733000', '125917.736000', '125917.738000', '125917.741000', '125917.744000', '125917.746000', '125917.749000', '125917.751000', '125917.754000', '125917.757000', '125917.759000', '125917.762000', '125917.765000', '125917.767000', '125917.770000', '125917.773000', '125917.775000', '125917.778000', '125917.780000', '125917.783000', '125917.789000', '125917.792000', '125917.794000', '125917.797000', '125917.809000', '125917.812000', '125917.814000', '125917.817000', '125917.820000', '125917.822000', '125917.825000', '125917.827000', '125917.830000', '125917.833000', '125917.835000', '125917.838000', '125917.840000', '125917.843000', '125917.846000', '125917.848000', '125917.851000', '125917.853000', '125937.732000', '125937.735000', '125937.737000', '125937.740000', '125937.743000', '125937.745000', '125937.748000', '125937.751000', '125937.753000', '125937.756000', '125937.758000', '125937.761000', '125937.764000', '125937.766000', '125937.769000', '125937.771000', '125937.774000', '125937.776000', '125937.779000', '125937.782000', '125937.784000', '125937.787000', '125937.789000', '125937.792000', '125937.795000', '125937.797000', '125937.800000', '125937.802000', '125937.805000', '125937.808000', '125937.810000', '125937.813000', '125937.815000', '125937.818000', '125937.821000', '125937.823000', '125937.826000', '125937.828000', '125937.831000', '125937.834000', '125937.836000', '125937.839000', '125937.841000', '125937.844000', '125957.732000', '125957.734000', '125957.737000', '125957.740000', '125957.742000', '125957.745000', '125957.747000', '125957.750000', '125957.753000', '125957.755000', '125957.758000', '125957.760000', '125957.763000', '125957.765000', '125957.768000', '125957.771000', '125957.773000', '125957.776000', '125957.778000', '125957.781000', '125957.783000', '125957.786000', '125957.789000', '125957.791000', '125957.794000', '125957.796000', '125957.799000', '125957.801000', '125957.804000', '125957.807000', '125957.809000', '125957.812000', '125957.815000', '125957.817000', '125957.820000', '125957.822000', '125957.825000', '125957.827000', '125957.830000', '125957.833000', '125957.835000', '125957.838000', '125957.841000', '130017.730000', '130017.733000', '130017.736000', '130017.739000', '130017.741000', '130017.744000', '130017.746000', '130017.749000', '130017.751000', '130017.754000', '130017.757000', '130017.759000', '130017.762000', '130017.764000', '130017.767000', '130017.769000', '130017.772000', '130017.775000', '130017.777000', '130017.780000', '130017.782000', '130017.785000', '130017.788000', '130017.790000', '130017.793000', '130017.796000', '130017.799000', '130017.801000', '130017.804000', '130017.807000', '130017.809000', '130017.812000', '130017.814000', '130017.817000', '130017.820000', '130017.822000', '130017.825000', '130017.827000', '130017.830000', '130017.833000', '130017.835000', '130017.838000', '130017.840000', '130017.843000', '130037.730000', '130037.733000', '130037.736000', '130037.739000', '130037.741000', '130037.744000', '130037.746000', '130037.749000', '130037.752000', '130037.754000', '130037.757000', '130037.759000', '130037.762000', '130037.765000', '130037.767000', '130037.770000', '130037.772000', '130037.775000', '130037.778000', '130037.780000', '130037.783000', '130037.786000', '130037.788000', '130037.791000', '130037.793000', '130037.796000', '130037.799000', '130037.801000', '130037.804000', '130037.806000', '130037.809000', '130037.811000', '130037.814000', '130037.817000', '130037.819000', '130037.822000', '130037.825000', '130037.827000', '130037.830000', '130037.832000', '130037.835000', '130037.837000', '130037.840000', '130057.730000', '130057.733000', '130057.736000', '130057.738000', '130057.741000', '130057.744000', '130057.746000', '130057.749000', '130057.752000', '130057.754000', '130057.757000', '130057.759000', '130057.762000', '130057.765000', '130057.767000', '130057.770000', '130057.773000', '130057.775000', '130057.778000', '130057.781000', '130057.783000', '130057.795000', '130057.798000', '130057.801000', '130057.803000', '130057.806000', '130057.808000', '130057.811000', '130057.814000', '130057.816000', '130057.819000', '130057.822000', '130057.824000', '130057.827000', '130057.829000', '130057.832000', '130057.835000', '130057.837000', '130057.840000', '130057.842000', '130057.845000', '130057.848000', '130057.850000', '130057.853000', '130117.730000', '130117.733000', '130117.736000', '130117.739000', '130117.741000', '130117.744000', '130117.747000', '130117.749000', '130117.752000', '130117.754000', '130117.757000', '130117.759000', '130117.762000', '130117.765000', '130117.767000', '130117.770000', '130117.773000', '130117.775000', '130117.778000', '130117.780000', '130117.783000', '130117.786000', '130117.788000', '130117.791000', '130117.793000', '130117.796000', '130117.799000', '130117.801000', '130117.804000', '130117.806000', '130117.809000', '130117.812000', '130117.814000', '130117.817000', '130117.820000', '130117.822000', '130117.825000', '130117.827000', '130117.830000', '130117.833000', '130117.835000', '130117.838000', '130117.840000', '130137.730000', '130137.733000', '130137.736000', '130137.738000', '130137.741000', '130137.744000', '130137.746000', '130137.749000', '130137.751000', '130137.754000', '130137.757000', '130137.759000', '130137.762000', '130137.764000', '130137.767000', '130137.770000', '130137.772000', '130137.775000', '130137.777000', '130137.780000', '130137.783000', '130137.785000', '130137.788000', '130137.791000', '130137.793000', '130137.796000', '130137.798000', '130137.801000', '130137.804000', '130137.806000', '130137.809000', '130137.811000', '130137.814000', '130137.817000', '130137.819000', '130137.822000', '130137.825000', '130137.827000', '130137.830000', '130137.832000', '130137.835000', '130137.837000', '130137.840000', '130137.843000', '130157.732000', '130157.734000', '130157.737000', '130157.740000', '130157.742000', '130157.745000', '130157.748000', '130157.750000', '130157.753000', '130157.755000', '130157.758000', '130157.761000', '130157.763000', '130157.766000', '130157.768000', '130157.771000', '130157.774000', '130157.776000', '130157.779000', '130157.781000', '130157.784000', '130157.787000', '130157.789000', '130157.792000', '130157.794000', '130157.797000', '130157.800000', '130157.803000', '130157.805000', '130157.808000', '130157.810000', '130157.813000', '130157.816000', '130157.818000', '130157.821000', '130157.824000', '130157.826000', '130157.829000', '130157.831000', '130157.834000', '130157.837000', '130157.839000', '130157.842000', '130217.731000', '130217.734000', '130217.737000', '130217.739000', '130217.742000', '130217.745000', '130217.748000', '130217.750000', '130217.753000', '130217.755000', '130217.759000', '130217.762000', '130217.764000', '130217.767000', '130217.770000', '130217.772000', '130217.775000', '130217.777000', '130217.780000', '130217.783000', '130217.785000', '130217.788000', '130217.790000', '130217.793000', '130217.796000', '130217.798000', '130217.801000', '130217.803000', '130217.806000', '130217.808000', '130217.811000', '130217.814000', '130217.817000', '130217.819000', '130217.822000', '130217.825000', '130217.827000', '130217.830000', '130217.833000', '130217.835000', '130217.838000', '130217.840000', '130217.843000', '130217.846000', '130237.730000', '130237.733000', '130237.736000', '130237.739000', '130237.741000', '130237.744000', '130237.747000', '130237.749000', '130237.752000', '130237.754000', '130237.757000', '130237.760000', '130237.762000', '130237.765000', '130237.767000', '130237.770000', '130237.773000', '130237.775000', '130237.778000', '130237.781000', '130237.783000', '130237.786000', '130237.789000', '130237.791000', '130237.794000', '130237.796000', '130237.799000', '130237.801000', '130237.804000', '130237.807000', '130237.809000', '130237.812000', '130237.814000', '130237.817000', '130237.820000', '130237.822000', '130237.825000', '130237.827000', '130237.830000', '130237.833000', '130237.835000', '130237.838000', '130237.840000', '130257.730000', '130257.733000', '130257.736000', '130257.739000', '130257.741000', '130257.744000', '130257.746000', '130257.749000', '130257.751000', '130257.754000', '130257.757000', '130257.759000', '130257.762000', '130257.764000', '130257.767000', '130257.769000', '130257.772000', '130257.775000', '130257.777000', '130257.780000', '130257.783000', '130257.785000', '130257.788000', '130257.791000', '130257.793000', '130257.796000', '130257.798000', '130257.801000', '130257.804000', '130257.806000', '130257.809000', '130257.812000', '130257.814000', '130257.817000', '130257.820000', '130257.823000', '130257.825000', '130257.828000', '130257.831000', '130257.833000', '130257.836000', '130257.839000', '130257.841000', '130257.844000', '130317.731000', '130317.734000', '130317.736000', '130317.739000', '130317.742000', '130317.745000', '130317.747000', '130317.750000', '130317.753000', '130317.755000', '130317.758000', '130317.761000', '130317.763000', '130317.766000', '130317.768000', '130317.771000', '130317.774000', '130317.776000', '130317.779000', '130317.782000', '130317.784000', '130317.787000', '130317.789000', '130317.792000', '130317.795000', '130317.797000', '130317.800000', '130317.802000', '130317.805000', '130317.808000', '130317.810000', '130317.813000', '130317.815000', '130317.818000', '130317.820000', '130317.823000', '130317.826000', '130317.828000', '130317.831000', '130317.834000', '130317.836000', '130317.839000', '130317.841000', '130337.730000', '130337.733000', '130337.736000', '130337.739000', '130337.741000', '130337.744000', '130337.747000', '130337.749000', '130337.752000', '130337.754000', '130337.757000', '130337.760000', '130337.762000', '130337.765000', '130337.767000', '130337.770000', '130337.773000', '130337.775000', '130337.778000', '130337.780000', '130337.783000', '130337.786000', '130337.788000', '130337.791000', '130337.794000', '130337.797000', '130337.800000', '130337.803000', '130337.805000', '130337.808000', '130337.811000', '130337.813000', '130337.816000', '130337.818000', '130337.821000', '130337.824000', '130337.826000', '130337.829000', '130337.831000', '130337.834000', '130337.836000', '130337.839000', '130337.842000', '130357.731000', '130357.734000', '130357.736000', '130357.739000', '130357.741000', '130357.744000', '130357.747000', '130357.749000', '130357.752000', '130357.754000', '130357.757000', '130357.760000', '130357.762000', '130357.765000', '130357.779000', '130357.782000', '130357.785000', '130357.787000', '130357.790000', '130357.801000', '130357.804000', '130357.807000', '130357.809000', '130357.812000', '130357.815000', '130357.817000', '130357.820000', '130357.822000', '130357.825000', '130357.828000', '130357.831000', '130357.833000', '130357.836000', '130357.838000', '130357.842000', '130357.845000', '130357.848000', '130357.850000', '130357.853000', '130357.856000', '130357.858000', '130357.861000', '130357.863000', '130357.866000', '130417.732000', '130417.735000', '130417.737000', '130417.740000', '130417.742000', '130417.745000', '130417.747000', '130417.750000', '130417.753000', '130417.757000', '130417.759000', '130417.763000', '130417.766000', '130417.769000', '130417.771000', '130417.774000', '130417.776000', '130417.779000', '130417.782000', '130417.784000', '130417.787000', '130417.790000', '130417.792000', '130417.795000', '130417.798000', '130417.800000', '130417.803000', '130417.806000', '130417.808000', '130417.811000', '130417.813000', '130417.816000', '130417.819000', '130417.821000', '130417.824000', '130417.827000', '130417.829000', '130417.832000', '130417.834000', '130417.837000', '130417.840000', '130417.842000', '130417.845000', '130437.732000', '130437.735000', '130437.737000', '130437.740000', '130437.742000', '130437.745000', '130437.747000', '130437.750000', '130437.753000', '130437.755000', '130437.758000', '130437.760000', '130437.763000', '130437.766000', '130437.768000', '130437.771000', '130437.773000', '130437.776000', '130437.778000', '130437.781000', '130437.784000', '130437.786000', '130437.789000', '130437.791000', '130437.794000', '130437.797000', '130437.800000', '130437.802000', '130437.805000', '130437.807000', '130437.810000', '130437.813000', '130437.815000', '130437.818000', '130437.821000', '130437.823000', '130437.826000', '130437.829000', '130437.831000', '130437.834000', '130437.836000', '130437.839000', '130437.842000', '130437.844000', '130457.731000', '130457.733000', '130457.736000', '130457.739000', '130457.741000', '130457.744000', '130457.747000', '130457.749000', '130457.752000', '130457.754000', '130457.757000', '130457.760000', '130457.762000', '130457.765000', '130457.768000', '130457.770000', '130457.773000', '130457.775000', '130457.778000', '130457.781000', '130457.783000', '130457.795000', '130457.797000', '130457.800000', '130457.802000', '130457.805000', '130457.808000', '130457.811000', '130457.813000', '130457.816000', '130457.819000', '130457.821000', '130457.824000', '130457.827000', '130457.829000', '130457.832000', '130457.834000', '130457.838000', '130457.841000', '130457.844000', '130457.846000', '130457.849000', '130457.852000', '130517.730000', '130517.734000', '130517.736000', '130517.739000', '130517.741000', '130517.744000', '130517.747000', '130517.749000', '130517.752000', '130517.755000', '130517.757000', '130517.760000', '130517.762000', '130517.765000', '130517.768000', '130517.770000', '130517.773000', '130517.776000', '130517.778000', '130517.781000', '130517.783000', '130517.786000', '130517.789000', '130517.791000', '130517.794000', '130517.819000', '130517.821000', '130517.824000', '130517.827000', '130517.829000', '130517.832000', '130517.834000', '130517.837000', '130517.840000', '130517.842000', '130517.845000', '130517.847000', '130517.850000', '130517.853000', '130517.855000', '130517.858000', '130517.861000', '130517.863000', '130517.866000', '130537.731000', '130537.733000', '130537.736000', '130537.739000', '130537.742000', '130537.744000', '130537.747000', '130537.750000', '130537.752000', '130537.755000', '130537.757000', '130537.760000', '130537.763000', '130537.765000', '130537.768000', '130537.771000', '130537.773000', '130537.776000', '130537.778000', '130537.781000', '130537.784000', '130537.786000', '130537.789000', '130537.792000', '130537.794000', '130537.797000', '130537.800000', '130537.802000', '130537.805000', '130537.807000', '130537.810000', '130537.813000', '130537.815000', '130537.818000', '130537.820000', '130537.823000', '130537.826000', '130537.828000', '130537.831000', '130537.834000', '130537.836000', '130537.839000', '130537.841000', '130557.731000', '130557.733000', '130557.736000', '130557.739000', '130557.741000', '130557.744000', '130557.746000', '130557.749000', '130557.752000', '130557.755000', '130557.757000', '130557.760000', '130557.762000', '130557.765000', '130557.768000', '130557.770000', '130557.773000', '130557.776000', '130557.778000', '130557.781000', '130557.783000', '130557.786000', '130557.789000', '130557.791000', '130557.794000', '130557.797000', '130557.799000', '130557.802000', '130557.805000', '130557.807000', '130557.810000', '130557.812000', '130557.815000', '130557.818000', '130557.820000', '130557.823000', '130557.826000', '130557.828000', '130557.831000', '130557.833000', '130557.836000', '130557.839000', '130557.841000', '130557.844000', '130617.731000', '130617.733000', '130617.736000', '130617.739000', '130617.741000', '130617.744000', '130617.747000', '130617.749000', '130617.752000', '130617.754000', '130617.757000', '130617.760000', '130617.762000', '130617.765000', '130617.768000', '130617.770000', '130617.773000', '130617.775000', '130617.778000', '130617.781000', '130617.783000', '130617.786000', '130617.788000', '130617.791000', '130617.794000', '130617.796000', '130617.799000', '130617.802000', '130617.804000', '130617.807000', '130617.809000', '130617.812000', '130617.815000', '130617.817000', '130617.820000', '130617.823000', '130617.825000', '130617.828000', '130617.831000', '130617.833000', '130617.836000', '130617.839000', '130617.841000', '130637.732000', '130637.734000', '130637.737000', '130637.740000', '130637.743000', '130637.745000', '130637.748000', '130637.751000', '130637.753000', '130637.756000', '130637.758000', '130637.761000', '130637.764000', '130637.766000', '130637.769000', '130637.772000', '130637.774000', '130637.777000', '130637.779000', '130637.782000', '130637.785000', '130637.799000', '130637.802000', '130637.804000', '130637.807000', '130637.809000', '130637.812000', '130637.815000', '130637.817000', '130637.820000', '130637.823000', '130637.826000', '130637.828000', '130637.831000', '130637.833000', '130637.836000', '130637.839000', '130637.841000', '130637.844000', '130637.847000', '130637.849000', '130637.852000', '130637.855000', '130637.857000', '130656.481000', '130656.484000', '130656.487000', '130656.490000', '130656.492000', '130656.495000', '130656.498000', '130656.500000', '130656.503000', '130656.506000', '130656.508000', '130656.511000', '130656.513000', '130656.516000', '130656.519000', '130656.521000', '130656.524000', '130656.527000', '130656.530000', '130656.532000', '130656.535000', '130656.538000', '130656.540000', '130656.543000', '130656.545000', '130656.548000', '130656.551000', '130656.553000', '130656.556000', '130656.559000', '130656.561000', '130656.564000', '130656.566000', '130656.569000', '130656.572000', '130656.574000', '130656.577000', '130656.580000', '130656.582000', '130656.585000', '130656.587000'], 'InstanceCreationTime': ['125817.759000', '125817.762000', '125817.765000', '125817.768000', '125817.770000', '125817.773000', '125817.776000', '125817.779000', '125817.790000', '125817.792000', '125817.795000', '125817.798000', '125817.801000', '125817.803000', '125817.806000', '125817.809000', '125817.812000', '125817.815000', '125817.817000', '125817.820000', '125817.823000', '125817.826000', '125817.829000', '125817.831000', '125817.834000', '125817.837000', '125817.842000', '125817.845000', '125837.731000', '125837.733000', '125837.736000', '125837.739000', '125837.741000', '125837.744000', '125837.747000', '125837.749000', '125837.752000', '125837.754000', '125837.757000', '125837.759000', '125837.762000', '125837.764000', '125837.767000', '125837.770000', '125837.772000', '125837.775000', '125837.777000', '125837.780000', '125837.792000', '125837.794000', '125837.797000', '125837.799000', '125837.802000', '125837.804000', '125837.807000', '125837.810000', '125837.812000', '125837.815000', '125837.817000', '125837.820000', '125837.822000', '125837.825000', '125837.827000', '125837.830000', '125837.835000', '125837.838000', '125837.841000', '125837.843000', '125837.846000', '125837.849000', '125837.851000', '125857.730000', '125857.733000', '125857.736000', '125857.739000', '125857.741000', '125857.744000', '125857.746000', '125857.749000', '125857.751000', '125857.754000', '125857.756000', '125857.759000', '125857.762000', '125857.764000', '125857.767000', '125857.769000', '125857.772000', '125857.774000', '125857.777000', '125857.780000', '125857.782000', '125857.785000', '125857.787000', '125857.790000', '125857.792000', '125857.795000', '125857.798000', '125857.800000', '125857.803000', '125857.806000', '125857.808000', '125857.811000', '125857.814000', '125857.816000', '125857.819000', '125857.822000', '125857.824000', '125857.827000', '125857.829000', '125857.838000', '125857.841000', '125857.844000', '125857.846000', '125857.849000', '125917.730000', '125917.733000', '125917.736000', '125917.738000', '125917.741000', '125917.744000', '125917.746000', '125917.749000', '125917.751000', '125917.754000', '125917.757000', '125917.759000', '125917.762000', '125917.765000', '125917.767000', '125917.770000', '125917.773000', '125917.775000', '125917.778000', '125917.780000', '125917.783000', '125917.789000', '125917.792000', '125917.794000', '125917.797000', '125917.809000', '125917.812000', '125917.814000', '125917.817000', '125917.820000', '125917.822000', '125917.825000', '125917.827000', '125917.830000', '125917.833000', '125917.835000', '125917.838000', '125917.840000', '125917.843000', '125917.846000', '125917.848000', '125917.851000', '125917.853000', '125937.732000', '125937.735000', '125937.737000', '125937.740000', '125937.743000', '125937.745000', '125937.748000', '125937.751000', '125937.753000', '125937.756000', '125937.758000', '125937.761000', '125937.764000', '125937.766000', '125937.769000', '125937.771000', '125937.774000', '125937.776000', '125937.779000', '125937.782000', '125937.784000', '125937.787000', '125937.789000', '125937.792000', '125937.795000', '125937.797000', '125937.800000', '125937.802000', '125937.805000', '125937.808000', '125937.810000', '125937.813000', '125937.815000', '125937.818000', '125937.821000', '125937.823000', '125937.826000', '125937.828000', '125937.831000', '125937.834000', '125937.836000', '125937.839000', '125937.841000', '125937.844000', '125957.732000', '125957.734000', '125957.737000', '125957.740000', '125957.742000', '125957.745000', '125957.747000', '125957.750000', '125957.753000', '125957.755000', '125957.758000', '125957.760000', '125957.763000', '125957.765000', '125957.768000', '125957.771000', '125957.773000', '125957.776000', '125957.778000', '125957.781000', '125957.783000', '125957.786000', '125957.789000', '125957.791000', '125957.794000', '125957.796000', '125957.799000', '125957.801000', '125957.804000', '125957.807000', '125957.809000', '125957.812000', '125957.815000', '125957.817000', '125957.820000', '125957.822000', '125957.825000', '125957.827000', '125957.830000', '125957.833000', '125957.835000', '125957.838000', '125957.841000', '130017.730000', '130017.733000', '130017.736000', '130017.739000', '130017.741000', '130017.744000', '130017.746000', '130017.749000', '130017.751000', '130017.754000', '130017.757000', '130017.759000', '130017.762000', '130017.764000', '130017.767000', '130017.769000', '130017.772000', '130017.775000', '130017.777000', '130017.780000', '130017.782000', '130017.785000', '130017.788000', '130017.790000', '130017.793000', '130017.796000', '130017.799000', '130017.801000', '130017.804000', '130017.807000', '130017.809000', '130017.812000', '130017.814000', '130017.817000', '130017.820000', '130017.822000', '130017.825000', '130017.827000', '130017.830000', '130017.833000', '130017.835000', '130017.838000', '130017.840000', '130017.843000', '130037.730000', '130037.733000', '130037.736000', '130037.739000', '130037.741000', '130037.744000', '130037.746000', '130037.749000', '130037.752000', '130037.754000', '130037.757000', '130037.759000', '130037.762000', '130037.765000', '130037.767000', '130037.770000', '130037.772000', '130037.775000', '130037.778000', '130037.780000', '130037.783000', '130037.786000', '130037.788000', '130037.791000', '130037.793000', '130037.796000', '130037.799000', '130037.801000', '130037.804000', '130037.806000', '130037.809000', '130037.811000', '130037.814000', '130037.817000', '130037.819000', '130037.822000', '130037.825000', '130037.827000', '130037.830000', '130037.832000', '130037.835000', '130037.837000', '130037.840000', '130057.730000', '130057.733000', '130057.736000', '130057.738000', '130057.741000', '130057.744000', '130057.746000', '130057.749000', '130057.752000', '130057.754000', '130057.757000', '130057.759000', '130057.762000', '130057.765000', '130057.767000', '130057.770000', '130057.773000', '130057.775000', '130057.778000', '130057.781000', '130057.783000', '130057.795000', '130057.798000', '130057.801000', '130057.803000', '130057.806000', '130057.808000', '130057.811000', '130057.814000', '130057.816000', '130057.819000', '130057.822000', '130057.824000', '130057.827000', '130057.829000', '130057.832000', '130057.835000', '130057.837000', '130057.840000', '130057.842000', '130057.845000', '130057.848000', '130057.850000', '130057.853000', '130117.730000', '130117.733000', '130117.736000', '130117.739000', '130117.741000', '130117.744000', '130117.747000', '130117.749000', '130117.752000', '130117.754000', '130117.757000', '130117.759000', '130117.762000', '130117.765000', '130117.767000', '130117.770000', '130117.773000', '130117.775000', '130117.778000', '130117.780000', '130117.783000', '130117.786000', '130117.788000', '130117.791000', '130117.793000', '130117.796000', '130117.799000', '130117.801000', '130117.804000', '130117.806000', '130117.809000', '130117.812000', '130117.814000', '130117.817000', '130117.820000', '130117.822000', '130117.825000', '130117.827000', '130117.830000', '130117.833000', '130117.835000', '130117.838000', '130117.840000', '130137.730000', '130137.733000', '130137.736000', '130137.738000', '130137.741000', '130137.744000', '130137.746000', '130137.749000', '130137.751000', '130137.754000', '130137.757000', '130137.759000', '130137.762000', '130137.764000', '130137.767000', '130137.770000', '130137.772000', '130137.775000', '130137.777000', '130137.780000', '130137.783000', '130137.785000', '130137.788000', '130137.791000', '130137.793000', '130137.796000', '130137.798000', '130137.801000', '130137.804000', '130137.806000', '130137.809000', '130137.811000', '130137.814000', '130137.817000', '130137.819000', '130137.822000', '130137.825000', '130137.827000', '130137.830000', '130137.832000', '130137.835000', '130137.837000', '130137.840000', '130137.843000', '130157.732000', '130157.734000', '130157.737000', '130157.740000', '130157.742000', '130157.745000', '130157.748000', '130157.750000', '130157.753000', '130157.755000', '130157.758000', '130157.761000', '130157.763000', '130157.766000', '130157.768000', '130157.771000', '130157.774000', '130157.776000', '130157.779000', '130157.781000', '130157.784000', '130157.787000', '130157.789000', '130157.792000', '130157.794000', '130157.797000', '130157.800000', '130157.803000', '130157.805000', '130157.808000', '130157.810000', '130157.813000', '130157.816000', '130157.818000', '130157.821000', '130157.824000', '130157.826000', '130157.829000', '130157.831000', '130157.834000', '130157.837000', '130157.839000', '130157.842000', '130217.731000', '130217.734000', '130217.737000', '130217.739000', '130217.742000', '130217.745000', '130217.748000', '130217.750000', '130217.753000', '130217.755000', '130217.759000', '130217.762000', '130217.764000', '130217.767000', '130217.770000', '130217.772000', '130217.775000', '130217.777000', '130217.780000', '130217.783000', '130217.785000', '130217.788000', '130217.790000', '130217.793000', '130217.796000', '130217.798000', '130217.801000', '130217.803000', '130217.806000', '130217.808000', '130217.811000', '130217.814000', '130217.817000', '130217.819000', '130217.822000', '130217.825000', '130217.827000', '130217.830000', '130217.833000', '130217.835000', '130217.838000', '130217.840000', '130217.843000', '130217.846000', '130237.730000', '130237.733000', '130237.736000', '130237.739000', '130237.741000', '130237.744000', '130237.747000', '130237.749000', '130237.752000', '130237.754000', '130237.757000', '130237.760000', '130237.762000', '130237.765000', '130237.767000', '130237.770000', '130237.773000', '130237.775000', '130237.778000', '130237.781000', '130237.783000', '130237.786000', '130237.789000', '130237.791000', '130237.794000', '130237.796000', '130237.799000', '130237.801000', '130237.804000', '130237.807000', '130237.809000', '130237.812000', '130237.814000', '130237.817000', '130237.820000', '130237.822000', '130237.825000', '130237.827000', '130237.830000', '130237.833000', '130237.835000', '130237.838000', '130237.840000', '130257.730000', '130257.733000', '130257.736000', '130257.739000', '130257.741000', '130257.744000', '130257.746000', '130257.749000', '130257.751000', '130257.754000', '130257.757000', '130257.759000', '130257.762000', '130257.764000', '130257.767000', '130257.769000', '130257.772000', '130257.775000', '130257.777000', '130257.780000', '130257.783000', '130257.785000', '130257.788000', '130257.791000', '130257.793000', '130257.796000', '130257.798000', '130257.801000', '130257.804000', '130257.806000', '130257.809000', '130257.812000', '130257.814000', '130257.817000', '130257.820000', '130257.823000', '130257.825000', '130257.828000', '130257.831000', '130257.833000', '130257.836000', '130257.839000', '130257.841000', '130257.844000', '130317.731000', '130317.734000', '130317.736000', '130317.739000', '130317.742000', '130317.745000', '130317.747000', '130317.750000', '130317.753000', '130317.755000', '130317.758000', '130317.761000', '130317.763000', '130317.766000', '130317.768000', '130317.771000', '130317.774000', '130317.776000', '130317.779000', '130317.782000', '130317.784000', '130317.787000', '130317.789000', '130317.792000', '130317.795000', '130317.797000', '130317.800000', '130317.802000', '130317.805000', '130317.808000', '130317.810000', '130317.813000', '130317.815000', '130317.818000', '130317.820000', '130317.823000', '130317.826000', '130317.828000', '130317.831000', '130317.834000', '130317.836000', '130317.839000', '130317.841000', '130337.730000', '130337.733000', '130337.736000', '130337.739000', '130337.741000', '130337.744000', '130337.747000', '130337.749000', '130337.752000', '130337.754000', '130337.757000', '130337.760000', '130337.762000', '130337.765000', '130337.767000', '130337.770000', '130337.773000', '130337.775000', '130337.778000', '130337.780000', '130337.783000', '130337.786000', '130337.788000', '130337.791000', '130337.794000', '130337.797000', '130337.800000', '130337.803000', '130337.805000', '130337.808000', '130337.811000', '130337.813000', '130337.816000', '130337.818000', '130337.821000', '130337.824000', '130337.826000', '130337.829000', '130337.831000', '130337.834000', '130337.836000', '130337.839000', '130337.842000', '130357.731000', '130357.734000', '130357.736000', '130357.739000', '130357.741000', '130357.744000', '130357.747000', '130357.749000', '130357.752000', '130357.754000', '130357.757000', '130357.760000', '130357.762000', '130357.765000', '130357.779000', '130357.782000', '130357.785000', '130357.787000', '130357.790000', '130357.801000', '130357.804000', '130357.807000', '130357.809000', '130357.812000', '130357.815000', '130357.817000', '130357.820000', '130357.822000', '130357.825000', '130357.828000', '130357.831000', '130357.833000', '130357.836000', '130357.838000', '130357.842000', '130357.845000', '130357.848000', '130357.850000', '130357.853000', '130357.856000', '130357.858000', '130357.861000', '130357.863000', '130357.866000', '130417.732000', '130417.735000', '130417.737000', '130417.740000', '130417.742000', '130417.745000', '130417.747000', '130417.750000', '130417.753000', '130417.757000', '130417.759000', '130417.763000', '130417.766000', '130417.769000', '130417.771000', '130417.774000', '130417.776000', '130417.779000', '130417.782000', '130417.784000', '130417.787000', '130417.790000', '130417.792000', '130417.795000', '130417.798000', '130417.800000', '130417.803000', '130417.806000', '130417.808000', '130417.811000', '130417.813000', '130417.816000', '130417.819000', '130417.821000', '130417.824000', '130417.827000', '130417.829000', '130417.832000', '130417.834000', '130417.837000', '130417.840000', '130417.842000', '130417.845000', '130437.732000', '130437.735000', '130437.737000', '130437.740000', '130437.742000', '130437.745000', '130437.747000', '130437.750000', '130437.753000', '130437.755000', '130437.758000', '130437.760000', '130437.763000', '130437.766000', '130437.768000', '130437.771000', '130437.773000', '130437.776000', '130437.778000', '130437.781000', '130437.784000', '130437.786000', '130437.789000', '130437.791000', '130437.794000', '130437.797000', '130437.800000', '130437.802000', '130437.805000', '130437.807000', '130437.810000', '130437.813000', '130437.815000', '130437.818000', '130437.821000', '130437.823000', '130437.826000', '130437.829000', '130437.831000', '130437.834000', '130437.836000', '130437.839000', '130437.842000', '130437.844000', '130457.731000', '130457.733000', '130457.736000', '130457.739000', '130457.741000', '130457.744000', '130457.747000', '130457.749000', '130457.752000', '130457.754000', '130457.757000', '130457.760000', '130457.762000', '130457.765000', '130457.768000', '130457.770000', '130457.773000', '130457.775000', '130457.778000', '130457.781000', '130457.783000', '130457.795000', '130457.797000', '130457.800000', '130457.802000', '130457.805000', '130457.808000', '130457.811000', '130457.813000', '130457.816000', '130457.819000', '130457.821000', '130457.824000', '130457.827000', '130457.829000', '130457.832000', '130457.834000', '130457.838000', '130457.841000', '130457.844000', '130457.846000', '130457.849000', '130457.852000', '130517.730000', '130517.734000', '130517.736000', '130517.739000', '130517.741000', '130517.744000', '130517.747000', '130517.749000', '130517.752000', '130517.755000', '130517.757000', '130517.760000', '130517.762000', '130517.765000', '130517.768000', '130517.770000', '130517.773000', '130517.776000', '130517.778000', '130517.781000', '130517.783000', '130517.786000', '130517.789000', '130517.791000', '130517.794000', '130517.819000', '130517.821000', '130517.824000', '130517.827000', '130517.829000', '130517.832000', '130517.834000', '130517.837000', '130517.840000', '130517.842000', '130517.845000', '130517.847000', '130517.850000', '130517.853000', '130517.855000', '130517.858000', '130517.861000', '130517.863000', '130517.866000', '130537.731000', '130537.733000', '130537.736000', '130537.739000', '130537.742000', '130537.744000', '130537.747000', '130537.750000', '130537.752000', '130537.755000', '130537.757000', '130537.760000', '130537.763000', '130537.765000', '130537.768000', '130537.771000', '130537.773000', '130537.776000', '130537.778000', '130537.781000', '130537.784000', '130537.786000', '130537.789000', '130537.792000', '130537.794000', '130537.797000', '130537.800000', '130537.802000', '130537.805000', '130537.807000', '130537.810000', '130537.813000', '130537.815000', '130537.818000', '130537.820000', '130537.823000', '130537.826000', '130537.828000', '130537.831000', '130537.834000', '130537.836000', '130537.839000', '130537.841000', '130557.731000', '130557.733000', '130557.736000', '130557.739000', '130557.741000', '130557.744000', '130557.746000', '130557.749000', '130557.752000', '130557.755000', '130557.757000', '130557.760000', '130557.762000', '130557.765000', '130557.768000', '130557.770000', '130557.773000', '130557.776000', '130557.778000', '130557.781000', '130557.783000', '130557.786000', '130557.789000', '130557.791000', '130557.794000', '130557.797000', '130557.799000', '130557.802000', '130557.805000', '130557.807000', '130557.810000', '130557.812000', '130557.815000', '130557.818000', '130557.820000', '130557.823000', '130557.826000', '130557.828000', '130557.831000', '130557.833000', '130557.836000', '130557.839000', '130557.841000', '130557.844000', '130617.731000', '130617.733000', '130617.736000', '130617.739000', '130617.741000', '130617.744000', '130617.747000', '130617.749000', '130617.752000', '130617.754000', '130617.757000', '130617.760000', '130617.762000', '130617.765000', '130617.768000', '130617.770000', '130617.773000', '130617.775000', '130617.778000', '130617.781000', '130617.783000', '130617.786000', '130617.788000', '130617.791000', '130617.794000', '130617.796000', '130617.799000', '130617.802000', '130617.804000', '130617.807000', '130617.809000', '130617.812000', '130617.815000', '130617.817000', '130617.820000', '130617.823000', '130617.825000', '130617.828000', '130617.831000', '130617.833000', '130617.836000', '130617.839000', '130617.841000', '130637.732000', '130637.734000', '130637.737000', '130637.740000', '130637.743000', '130637.745000', '130637.748000', '130637.751000', '130637.753000', '130637.756000', '130637.758000', '130637.761000', '130637.764000', '130637.766000', '130637.769000', '130637.772000', '130637.774000', '130637.777000', '130637.779000', '130637.782000', '130637.785000', '130637.799000', '130637.802000', '130637.804000', '130637.807000', '130637.809000', '130637.812000', '130637.815000', '130637.817000', '130637.820000', '130637.823000', '130637.826000', '130637.828000', '130637.831000', '130637.833000', '130637.836000', '130637.839000', '130637.841000', '130637.844000', '130637.847000', '130637.849000', '130637.852000', '130637.855000', '130637.857000', '130656.481000', '130656.484000', '130656.487000', '130656.490000', '130656.492000', '130656.495000', '130656.498000', '130656.500000', '130656.503000', '130656.506000', '130656.508000', '130656.511000', '130656.513000', '130656.516000', '130656.519000', '130656.521000', '130656.524000', '130656.527000', '130656.530000', '130656.532000', '130656.535000', '130656.538000', '130656.540000', '130656.543000', '130656.545000', '130656.548000', '130656.551000', '130656.553000', '130656.556000', '130656.559000', '130656.561000', '130656.564000', '130656.566000', '130656.569000', '130656.572000', '130656.574000', '130656.577000', '130656.580000', '130656.582000', '130656.585000', '130656.587000'], '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], 'LargestImagePixelValue': [14501, 11276, 10479, 13579, 11403, 10467, 14247, 11242, 10407, 13582, 11148, 10460, 13873, 11200, 10403, 11569, 10799, 10536, 13455, 10313, 10441, 12443, 10383, 10028, 11645, 10215, 10454, 14286, 10290, 10415, 11021, 10300, 10273, 10741, 10136, 10374, 10272, 10036, 12367, 10299, 10330, 14074, 10257, 10684, 14548, 10745, 10281, 13948, 10126, 10342, 13750, 10759, 10480, 13719, 10732, 10432, 11997, 10042, 10524, 11017, 9525, 10262, 10474, 9389, 10536, 10424, 8951, 10026, 10485, 10717, 10638, 11841, 11131, 10278, 13441, 11021, 10481, 13752, 11116, 10411, 12276, 10414, 10444, 13471, 10894, 10257, 11660, 10949, 10422, 10042, 10726, 10526, 10953, 11210, 10419, 10755, 11240, 10443, 12060, 10206, 10432, 10292, 10935, 10512, 10557, 11005, 10159, 10436, 12074, 10592, 10378, 12686, 10602, 10697, 15631, 10198, 10474, 13139, 10428, 10486, 14855, 10578, 10244, 14119, 10620, 10317, 12275, 11403, 10429, 10684, 9534, 10417, 10467, 14264, 10352, 10399, 12686, 10339, 10513, 11574, 10634, 10146, 10681, 13138, 10329, 10425, 13256, 10425, 10505, 11697, 10480, 10326, 10486, 9304, 10226, 10608, 13756, 10663, 10517, 12547, 11023, 10555, 11123, 10812, 10210, 10788, 10247, 10359, 10330, 8671, 10367, 10870, 14044, 10764, 10265, 12383, 11087, 10417, 11397, 10736, 10398, 10712, 10755, 10508, 10232, 10241, 10622, 11729, 10212, 10328, 10418, 11132, 10612, 12573, 11124, 10450, 12076, 10660, 10728, 14500, 11115, 11054, 13895, 10577, 10338, 12867, 10533, 10469, 13156, 10704, 10495, 11676, 10559, 10582, 12019, 10097, 10303, 10705, 10496, 10355, 10348, 13099, 10537, 9984, 10930, 10732, 10409, 13146, 10516, 10434, 12598, 10446, 10466, 15419, 10139, 10209, 13878, 10642, 10488, 12003, 10765, 10207, 10051, 10274, 10199, 10434, 10327, 13020, 10322, 10300, 13601, 10959, 10532, 13758, 10935, 10438, 11079, 9627, 10501, 10486, 14738, 10433, 10511, 13836, 10811, 10543, 14012, 10502, 10376, 12920, 11086, 10910, 10357, 9533, 10528, 10292, 12036, 10907, 10658, 13024, 10118, 10554, 11955, 11314, 10992, 10433, 10310, 10619, 10992, 11449, 10516, 10119, 10129, 10528, 10436, 11984, 10393, 10186, 12975, 10965, 10511, 9899, 10677, 10663, 14587, 10784, 10206, 13286, 10664, 11044, 12875, 10519, 10705, 13417, 10983, 10849, 11994, 10588, 10547, 12289, 10408, 10538, 10723, 10541, 10181, 10879, 10135, 10374, 10064, 10073, 10644, 10696, 11663, 10675, 10211, 9901, 10671, 11200, 13942, 10636, 10819, 13631, 10817, 10746, 14578, 10735, 10347, 13831, 10369, 10817, 12908, 10508, 10555, 11563, 10666, 10672, 11002, 10878, 10429, 14961, 10648, 9975, 11009, 10766, 10659, 14613, 10614, 9902, 11760, 10791, 10701, 14657, 10389, 10627, 14123, 10454, 10434, 13721, 9830, 10455, 10313, 14164, 10364, 10644, 12769, 10325, 10632, 12740, 10444, 9602, 9803, 10589, 9838, 10041, 10624, 10622, 9809, 10635, 11932, 14431, 10510, 11806, 13414, 11079, 10703, 15053, 10570, 10605, 14525, 10163, 10667, 10246, 12435, 10759, 10495, 14577, 10153, 10426, 10594, 10016, 10543, 10725, 9437, 10861, 10161, 9174, 10699, 10925, 13900, 10082, 10703, 11768, 10572, 10614, 10346, 11234, 10795, 10427, 9530, 10522, 10469, 12715, 10861, 10871, 14250, 10182, 10706, 10779, 10548, 10692, 12871, 10437, 10521, 10808, 10567, 10571, 11346, 9292, 10658, 10699, 13142, 10692, 9798, 9548, 10595, 10931, 13803, 10750, 10596, 14369, 10417, 10663, 14187, 10563, 10550, 11714, 10826, 10549, 10169, 12671, 10356, 10297, 12586, 10875, 10504, 12931, 10420, 10681, 15076, 10887, 10489, 13362, 10357, 10808, 12106, 10414, 10482, 10440, 10400, 10604, 10785, 10286, 10505, 11987, 10770, 10691, 11872, 13454, 10718, 10462, 10010, 10798, 10369, 13465, 10652, 10384, 12772, 10610, 10069, 9895, 10755, 10221, 9690, 10830, 9783, 10700, 10895, 12393, 10346, 10801, 13310, 10230, 10908, 12181, 13888, 10437, 11151, 13138, 10630, 10117, 13673, 10766, 10509, 10041, 11075, 10164, 12315, 10884, 10678, 14544, 11234, 10343, 14139, 10214, 10330, 12339, 10101, 10671, 11456, 10277, 10668, 10934, 10644, 10743, 10246, 10294, 10386, 10485, 10402, 11155, 10585, 10540, 10523, 13612, 10897, 9792, 9334, 10531, 11078, 12442, 10478, 10126, 9728, 10413, 10755, 12276, 10178, 11058, 10934, 10131, 12925, 10275, 10275, 12867, 10160, 10185, 11100, 10466, 11091, 13650, 10439, 12800, 14068, 10527, 12246, 15810, 10283, 11277, 12769, 10335, 10877, 13180, 10417, 11455, 9767, 10556, 11178, 13155, 10524, 10833, 10006, 10763, 10720, 12130, 10321, 10396, 13211, 10608, 10351, 9545, 10550, 10536, 10385, 10412, 10284, 10393, 10348, 13626, 10270, 10382, 13896, 10468, 10511, 13885, 10025, 10447, 13521, 9932, 10656, 11634, 9995, 10406, 11264, 10225, 10251, 10887, 10248, 10500, 13498, 10157, 10305, 14073, 10500, 10474, 12898, 10810, 10565, 11626, 10275, 10229, 11104, 10180, 10425, 13303, 10045, 10623, 13484, 9975, 10377, 13428, 10114, 10464, 10008, 10395, 10550, 13726, 9896, 10497, 13855, 10667, 10614, 14031, 10220, 10288, 12549, 10629, 10132, 10561, 10185, 10397, 10696, 10194, 10377, 11038, 11454, 10521, 10932, 15215, 10698, 10555, 13860, 10185, 10703, 14297, 10137, 10439, 12988, 9810, 10462, 12495, 10514, 10103, 11823, 10093, 10589, 10570, 9429, 10311, 10597, 12628, 10345, 10184, 8980, 10465, 10537, 11412, 10374, 10331, 10307, 10309, 11295, 11798, 10618, 10900, 9584, 10592, 11513, 11887, 10404, 11398, 13408, 10505, 10330, 14537, 10030, 10104, 12618, 9853, 10669, 10180, 9786, 10714, 10925, 9246, 10536, 10341, 9789, 10732, 10428, 14457, 10632, 10340, 12668, 10434, 10641, 11766, 10090, 10595, 13706, 10220, 10480, 14001, 10572, 10493, 14400, 10608, 10160, 13848, 10415, 10576, 14584, 10376, 10169, 11047, 9934, 10213, 10394, 11274, 10640, 10776, 10436, 10318, 10478, 9566, 10600, 10729, 9934, 10610, 10884, 10182, 10517, 12623, 9893, 10425, 12899, 9933, 10476, 14388, 10203, 10514, 14080, 10095, 10387, 14489, 10227, 10304, 11620, 10419, 10521, 11122, 10251, 10585, 11622, 10399, 10577, 11913, 10137, 10457, 12244, 10494, 10239, 12118, 10019, 10543, 13554, 10504, 10439, 13598, 10528, 10394, 14156, 10555, 10686, 14343, 10361, 10589, 13703, 10084, 10251, 12833, 10726, 10114, 9806, 10684, 10522, 14702, 10538, 10451, 13173, 10354, 10411, 12116, 9926, 10258, 10914, 10707, 11004, 13909, 10111, 10726, 13313, 10050, 10703, 11359, 12792, 10562, 10428, 14983, 10698, 10320, 12960, 10324, 10498, 11927, 10602, 10642, 11649, 10268, 10557, 12750, 10299, 10555, 12117, 10660, 10405, 13491, 10594, 10460, 13279, 10469, 10829, 12514, 10491, 10847, 11759, 10520, 10825, 13207, 10385, 10418, 13147, 10439, 10491, 13835, 10169, 10505, 13932, 10526, 10086, 11240, 10309, 10645, 13070, 10663, 11848, 13793, 10453, 10614, 14774, 9915, 10150, 13235, 9866, 10338, 12940, 10273, 10144, 11485, 10479, 10477, 13721, 10123, 10292, 11974, 10361, 10072, 13497, 10197, 10713, 12449, 10537, 10250, 13207, 10207, 10663, 9842, 10645, 10142, 13458, 10133, 10173, 11639, 10733, 10268, 13235, 10499, 9958, 11891, 10720, 9683, 11147, 10278, 10372, 14632, 10639, 10650, 13055, 10325, 10203, 12398, 10569, 10166, 9538, 10328, 10906, 9891, 10482, 10742, 10227, 10372, 13002, 10216, 10398, 12716, 9853, 10550, 13690, 9985, 10161, 13394, 9854, 10577, 13765, 10436, 10612, 13606, 10302, 10715, 14417, 10041, 10201, 13562, 10283, 10680, 11061, 10390, 10426, 10556, 13369, 10843, 10621, 13151, 10423, 10422, 11880, 10176, 10445, 10083, 10210, 10742, 11451, 10487, 10551, 11100, 10568, 10503, 14281, 10490, 10517, 14146, 10825, 10438, 14038, 10378, 10802, 14087, 11136, 10550, 13877, 10659, 10817, 14499, 10622, 10657, 13341, 10345, 10875, 12998, 10649, 10615, 11168, 10285, 10818, 11074, 10515, 10448, 12495, 10403, 10532, 12953, 10541, 10317, 13872, 10765, 10563, 13930, 10682, 10348, 13209, 10670, 10581, 11204, 9988, 10675, 10952, 14003, 10719, 10998, 11183, 10441, 11052, 14847, 10647, 10817, 13219, 10610, 10657, 12383, 10119, 10831, 10488, 10042, 10709, 10483, 9921, 10404, 10792, 9455, 10572, 10593, 12552, 10795, 10635, 14076, 10817, 11074, 14098, 10392, 10943, 14639, 10586, 10229, 13946, 10333, 10861, 13733, 10191, 10344, 11801, 10490, 10481, 13212, 10339, 10287, 13512, 10742, 10455, 14356, 10683, 10556, 11896, 10674, 10842, 9786, 10444, 11044], 'WindowCenter': [4495.0, 4448.0, 4430.0, 4437.0, 4424.0, 4415.0, 4435.0, 4411.0, 4413.0, 4420.0, 4411.0, 4412.0, 4420.0, 4412.0, 4402.0, 4409.0, 4410.0, 4402.0, 4420.0, 4403.0, 4401.0, 4407.0, 4401.0, 4399.0, 4411.0, 4399.0, 4399.0, 4417.0, 4387.0, 4399.0, 4400.0, 4388.0, 4399.0, 4398.0, 4401.0, 4399.0, 4400.0, 4404.0, 4422.0, 4401.0, 4405.0, 4431.0, 4400.0, 4412.0, 4431.0, 4398.0, 4389.0, 4419.0, 4387.0, 4399.0, 4419.0, 4397.0, 4398.0, 4407.0, 4397.0, 4400.0, 4398.0, 4388.0, 4389.0, 4397.0, 4375.0, 4388.0, 4397.0, 4375.0, 4398.0, 4397.0, 4376.0, 4389.0, 4398.0, 4401.0, 4400.0, 4411.0, 4399.0, 4391.0, 4420.0, 4398.0, 4401.0, 4420.0, 4397.0, 4401.0, 4407.0, 4401.0, 4401.0, 4423.0, 4401.0, 4402.0, 4398.0, 4400.0, 4411.0, 4399.0, 4412.0, 4411.0, 4411.0, 4410.0, 4412.0, 4410.0, 4413.0, 4411.0, 4423.0, 4400.0, 4403.0, 4401.0, 4400.0, 4414.0, 4413.0, 4410.0, 4402.0, 4412.0, 4412.0, 4401.0, 4401.0, 4423.0, 4400.0, 4400.0, 4431.0, 4403.0, 4400.0, 4409.0, 4398.0, 4399.0, 4418.0, 4386.0, 4387.0, 4416.0, 4384.0, 4386.0, 4410.0, 4394.0, 4385.0, 4399.0, 4374.0, 4386.0, 4400.0, 4419.0, 4386.0, 4386.0, 4405.0, 4385.0, 4400.0, 4397.0, 4385.0, 4386.0, 4400.0, 4407.0, 4385.0, 4396.0, 4407.0, 4386.0, 4397.0, 4400.0, 4385.0, 4389.0, 4400.0, 4376.0, 4399.0, 4400.0, 4415.0, 4396.0, 4399.0, 4406.0, 4398.0, 4399.0, 4398.0, 4398.0, 4401.0, 4398.0, 4387.0, 4401.0, 4402.0, 4380.0, 4401.0, 4413.0, 4417.0, 4399.0, 4402.0, 4409.0, 4400.0, 4400.0, 4412.0, 4401.0, 4400.0, 4401.0, 4401.0, 4403.0, 4398.0, 4402.0, 4414.0, 4409.0, 4401.0, 4412.0, 4411.0, 4413.0, 4415.0, 4424.0, 4413.0, 4414.0, 4422.0, 4415.0, 4426.0, 4433.0, 4412.0, 4416.0, 4421.0, 4402.0, 4400.0, 4420.0, 4400.0, 4403.0, 4420.0, 4398.0, 4399.0, 4409.0, 4400.0, 4402.0, 4410.0, 4389.0, 4399.0, 4398.0, 4387.0, 4398.0, 4402.0, 4407.0, 4401.0, 4403.0, 4398.0, 4410.0, 4400.0, 4417.0, 4399.0, 4400.0, 4410.0, 4401.0, 4401.0, 4429.0, 4389.0, 4390.0, 4406.0, 4386.0, 4397.0, 4406.0, 4398.0, 4402.0, 4385.0, 4398.0, 4402.0, 4399.0, 4402.0, 4418.0, 4397.0, 4398.0, 4419.0, 4396.0, 4398.0, 4419.0, 4395.0, 4389.0, 4400.0, 4374.0, 4384.0, 4397.0, 4416.0, 4386.0, 4397.0, 4408.0, 4384.0, 4389.0, 4405.0, 4386.0, 4388.0, 4407.0, 4386.0, 4385.0, 4385.0, 4375.0, 4385.0, 4388.0, 4393.0, 4396.0, 4399.0, 4409.0, 4385.0, 4389.0, 4397.0, 4395.0, 4396.0, 4399.0, 4387.0, 4399.0, 4397.0, 4395.0, 4399.0, 4390.0, 4387.0, 4401.0, 4402.0, 4407.0, 4398.0, 4402.0, 4418.0, 4401.0, 4400.0, 4399.0, 4400.0, 4411.0, 4429.0, 4399.0, 4402.0, 4418.0, 4399.0, 4410.0, 4408.0, 4401.0, 4398.0, 4418.0, 4412.0, 4413.0, 4407.0, 4398.0, 4402.0, 4408.0, 4398.0, 4397.0, 4402.0, 4398.0, 4398.0, 4399.0, 4400.0, 4402.0, 4400.0, 4389.0, 4400.0, 4401.0, 4410.0, 4402.0, 4403.0, 4387.0, 4400.0, 4410.0, 4418.0, 4397.0, 4399.0, 4409.0, 4399.0, 4398.0, 4418.0, 4396.0, 4387.0, 4408.0, 4388.0, 4397.0, 4407.0, 4397.0, 4399.0, 4398.0, 4398.0, 4411.0, 4401.0, 4410.0, 4401.0, 4429.0, 4399.0, 4401.0, 4399.0, 4412.0, 4412.0, 4419.0, 4399.0, 4400.0, 4411.0, 4400.0, 4401.0, 4433.0, 4398.0, 4400.0, 4420.0, 4397.0, 4398.0, 4419.0, 4385.0, 4396.0, 4387.0, 4415.0, 4387.0, 4396.0, 4405.0, 4389.0, 4397.0, 4406.0, 4388.0, 4389.0, 4388.0, 4401.0, 4403.0, 4389.0, 4400.0, 4400.0, 4390.0, 4399.0, 4413.0, 4418.0, 4398.0, 4409.0, 4405.0, 4397.0, 4398.0, 4419.0, 4385.0, 4386.0, 4417.0, 4385.0, 4387.0, 4388.0, 4395.0, 4383.0, 4388.0, 4403.0, 4373.0, 4384.0, 4386.0, 4373.0, 4385.0, 4398.0, 4374.0, 4398.0, 4386.0, 4374.0, 4396.0, 4398.0, 4419.0, 4388.0, 4399.0, 4398.0, 4385.0, 4399.0, 4386.0, 4397.0, 4400.0, 4398.0, 4387.0, 4397.0, 4398.0, 4407.0, 4399.0, 4398.0, 4417.0, 4386.0, 4398.0, 4398.0, 4402.0, 4410.0, 4418.0, 4398.0, 4411.0, 4400.0, 4399.0, 4412.0, 4413.0, 4389.0, 4400.0, 4399.0, 4420.0, 4413.0, 4400.0, 4389.0, 4414.0, 4412.0, 4419.0, 4399.0, 4399.0, 4420.0, 4398.0, 4401.0, 4421.0, 4386.0, 4400.0, 4397.0, 4383.0, 4386.0, 4389.0, 4405.0, 4386.0, 4398.0, 4407.0, 4397.0, 4398.0, 4407.0, 4387.0, 4400.0, 4417.0, 4384.0, 4385.0, 4404.0, 4385.0, 4398.0, 4398.0, 4384.0, 4388.0, 4385.0, 4385.0, 4389.0, 4401.0, 4387.0, 4389.0, 4399.0, 4384.0, 4388.0, 4408.0, 4405.0, 4387.0, 4388.0, 4373.0, 4397.0, 4398.0, 4405.0, 4385.0, 4386.0, 4404.0, 4385.0, 4389.0, 4385.0, 4398.0, 4401.0, 4387.0, 4399.0, 4391.0, 4397.0, 4399.0, 4412.0, 4386.0, 4398.0, 4419.0, 4385.0, 4397.0, 4409.0, 4417.0, 4386.0, 4397.0, 4405.0, 4385.0, 4389.0, 4405.0, 4388.0, 4399.0, 4384.0, 4397.0, 4401.0, 4409.0, 4399.0, 4398.0, 4416.0, 4397.0, 4389.0, 4405.0, 4385.0, 4389.0, 4405.0, 4386.0, 4397.0, 4398.0, 4388.0, 4399.0, 4399.0, 4399.0, 4399.0, 4390.0, 4389.0, 4399.0, 4398.0, 4397.0, 4411.0, 4398.0, 4400.0, 4412.0, 4420.0, 4411.0, 4402.0, 4393.0, 4411.0, 4415.0, 4409.0, 4401.0, 4403.0, 4403.0, 4401.0, 4411.0, 4408.0, 4402.0, 4413.0, 4412.0, 4401.0, 4420.0, 4400.0, 4401.0, 4422.0, 4404.0, 4416.0, 4413.0, 4416.0, 4414.0, 4432.0, 4401.0, 4422.0, 4419.0, 4398.0, 4410.0, 4421.0, 4386.0, 4400.0, 4405.0, 4386.0, 4398.0, 4408.0, 4399.0, 4396.0, 4377.0, 4385.0, 4395.0, 4406.0, 4386.0, 4398.0, 4384.0, 4396.0, 4399.0, 4395.0, 4386.0, 4389.0, 4404.0, 4386.0, 4398.0, 4386.0, 4410.0, 4414.0, 4400.0, 4402.0, 4399.0, 4399.0, 4412.0, 4419.0, 4400.0, 4400.0, 4419.0, 4400.0, 4411.0, 4419.0, 4388.0, 4399.0, 4418.0, 4387.0, 4399.0, 4409.0, 4389.0, 4399.0, 4401.0, 4398.0, 4403.0, 4398.0, 4398.0, 4401.0, 4424.0, 4398.0, 4398.0, 4419.0, 4385.0, 4401.0, 4408.0, 4385.0, 4397.0, 4396.0, 4387.0, 4389.0, 4397.0, 4397.0, 4401.0, 4419.0, 4387.0, 4401.0, 4418.0, 4387.0, 4399.0, 4420.0, 4398.0, 4401.0, 4399.0, 4400.0, 4412.0, 4430.0, 4401.0, 4412.0, 4422.0, 4400.0, 4413.0, 4432.0, 4399.0, 4400.0, 4410.0, 4397.0, 4399.0, 4399.0, 4388.0, 4402.0, 4399.0, 4387.0, 4400.0, 4401.0, 4400.0, 4401.0, 4403.0, 4429.0, 4399.0, 4400.0, 4418.0, 4387.0, 4399.0, 4418.0, 4386.0, 4397.0, 4406.0, 4387.0, 4400.0, 4411.0, 4386.0, 4402.0, 4408.0, 4387.0, 4401.0, 4399.0, 4378.0, 4402.0, 4399.0, 4407.0, 4397.0, 4399.0, 4388.0, 4400.0, 4412.0, 4410.0, 4402.0, 4404.0, 4400.0, 4415.0, 4424.0, 4412.0, 4413.0, 4414.0, 4390.0, 4413.0, 4416.0, 4412.0, 4402.0, 4413.0, 4421.0, 4412.0, 4402.0, 4430.0, 4389.0, 4400.0, 4409.0, 4388.0, 4400.0, 4398.0, 4398.0, 4411.0, 4410.0, 4389.0, 4400.0, 4399.0, 4399.0, 4412.0, 4412.0, 4420.0, 4399.0, 4401.0, 4410.0, 4399.0, 4401.0, 4412.0, 4401.0, 4415.0, 4421.0, 4400.0, 4401.0, 4419.0, 4400.0, 4399.0, 4420.0, 4398.0, 4389.0, 4417.0, 4387.0, 4398.0, 4420.0, 4387.0, 4386.0, 4399.0, 4384.0, 4386.0, 4400.0, 4396.0, 4399.0, 4398.0, 4396.0, 4398.0, 4398.0, 4389.0, 4400.0, 4410.0, 4386.0, 4399.0, 4412.0, 4399.0, 4412.0, 4425.0, 4399.0, 4401.0, 4421.0, 4400.0, 4412.0, 4430.0, 4403.0, 4401.0, 4420.0, 4397.0, 4400.0, 4423.0, 4387.0, 4390.0, 4399.0, 4385.0, 4386.0, 4397.0, 4387.0, 4398.0, 4399.0, 4390.0, 4399.0, 4412.0, 4387.0, 4398.0, 4408.0, 4401.0, 4401.0, 4412.0, 4387.0, 4399.0, 4420.0, 4387.0, 4401.0, 4417.0, 4400.0, 4402.0, 4419.0, 4397.0, 4399.0, 4418.0, 4386.0, 4398.0, 4406.0, 4390.0, 4400.0, 4407.0, 4399.0, 4401.0, 4390.0, 4400.0, 4401.0, 4429.0, 4399.0, 4399.0, 4418.0, 4398.0, 4401.0, 4409.0, 4403.0, 4402.0, 4413.0, 4411.0, 4413.0, 4435.0, 4401.0, 4414.0, 4420.0, 4400.0, 4403.0, 4410.0, 4408.0, 4398.0, 4400.0, 4417.0, 4399.0, 4401.0, 4410.0, 4387.0, 4402.0, 4407.0, 4398.0, 4400.0, 4409.0, 4399.0, 4401.0, 4420.0, 4402.0, 4401.0, 4410.0, 4400.0, 4414.0, 4422.0, 4399.0, 4412.0, 4423.0, 4397.0, 4411.0, 4424.0, 4399.0, 4400.0, 4409.0, 4402.0, 4411.0, 4422.0, 4399.0, 4404.0, 4419.0, 4399.0, 4411.0, 4420.0, 4401.0, 4412.0, 4434.0, 4401.0, 4405.0, 4410.0, 4401.0, 4405.0, 4420.0, 4400.0, 4410.0, 4420.0, 4399.0, 4400.0, 4418.0, 4387.0, 4399.0, 4418.0, 4387.0, 4399.0, 4407.0, 4387.0, 4401.0, 4396.0, 4399.0, 4413.0, 4419.0, 4399.0, 4401.0, 4409.0, 4400.0, 4403.0, 4418.0, 4399.0, 4403.0, 4409.0, 4399.0, 4399.0, 4407.0, 4399.0, 4399.0, 4389.0, 4399.0, 4401.0, 4418.0, 4399.0, 4399.0, 4409.0, 4412.0, 4400.0, 4407.0, 4400.0, 4388.0, 4408.0, 4400.0, 4393.0, 4398.0, 4399.0, 4400.0, 4419.0, 4399.0, 4400.0, 4418.0, 4399.0, 4399.0, 4408.0, 4399.0, 4402.0, 4400.0, 4403.0, 4414.0, 4400.0, 4415.0, 4415.0, 4402.0, 4413.0, 4433.0, 4402.0, 4413.0, 4420.0, 4403.0, 4413.0, 4433.0, 4403.0, 4401.0, 4432.0, 4401.0, 4413.0, 4431.0, 4412.0, 4414.0, 4432.0, 4414.0, 4415.0, 4434.0, 4401.0, 4402.0, 4421.0, 4398.0, 4401.0, 4411.0, 4399.0, 4400.0, 4404.0, 4423.0, 4409.0, 4401.0, 4419.0, 4402.0, 4401.0, 4408.0, 4398.0, 4401.0, 4400.0, 4402.0, 4411.0, 4411.0, 4401.0, 4413.0, 4414.0, 4414.0, 4416.0, 4434.0, 4414.0, 4414.0, 4432.0, 4411.0, 4413.0, 4422.0, 4401.0, 4414.0, 4431.0, 4411.0, 4413.0, 4421.0, 4400.0, 4413.0, 4418.0, 4400.0, 4400.0, 4420.0, 4398.0, 4400.0, 4422.0, 4398.0, 4399.0, 4399.0, 4389.0, 4399.0, 4399.0, 4399.0, 4400.0, 4410.0, 4399.0, 4400.0, 4410.0, 4399.0, 4402.0, 4420.0, 4398.0, 4399.0, 4419.0, 4387.0, 4388.0, 4419.0, 4398.0, 4401.0, 4398.0, 4387.0, 4397.0, 4398.0, 4418.0, 4387.0, 4401.0, 4399.0, 4401.0, 4411.0, 4430.0, 4398.0, 4400.0, 4409.0, 4398.0, 4401.0, 4409.0, 4387.0, 4400.0, 4399.0, 4388.0, 4401.0, 4401.0, 4401.0, 4415.0, 4411.0, 4401.0, 4413.0, 4417.0, 4422.0, 4413.0, 4414.0, 4432.0, 4413.0, 4414.0, 4433.0, 4401.0, 4413.0, 4432.0, 4401.0, 4404.0, 4420.0, 4398.0, 4400.0, 4420.0, 4399.0, 4402.0, 4408.0, 4402.0, 4414.0, 4421.0, 4399.0, 4404.0, 4420.0, 4412.0, 4413.0, 4431.0, 4412.0, 4402.0, 4412.0, 4401.0, 4412.0, 4400.0, 4412.0, 4412.0], 'WindowWidth': [9886.0, 9800.0, 9766.0, 9767.0, 9743.0, 9734.0, 9758.0, 9718.0, 9723.0, 9732.0, 9718.0, 9722.0, 9731.0, 9719.0, 9708.0, 9714.0, 9715.0, 9708.0, 9732.0, 9707.0, 9705.0, 9709.0, 9702.0, 9700.0, 9716.0, 9699.0, 9700.0, 9722.0, 9680.0, 9699.0, 9698.0, 9682.0, 9699.0, 9695.0, 9701.0, 9700.0, 9702.0, 9711.0, 9735.0, 9704.0, 9714.0, 9745.0, 9702.0, 9720.0, 9750.0, 9695.0, 9684.0, 9725.0, 9679.0, 9700.0, 9729.0, 9692.0, 9695.0, 9707.0, 9692.0, 9699.0, 9696.0, 9679.0, 9682.0, 9694.0, 9660.0, 9681.0, 9693.0, 9660.0, 9694.0, 9695.0, 9663.0, 9683.0, 9696.0, 9699.0, 9701.0, 9718.0, 9697.0, 9689.0, 9726.0, 9694.0, 9702.0, 9727.0, 9691.0, 9700.0, 9707.0, 9703.0, 9705.0, 9735.0, 9701.0, 9704.0, 9698.0, 9700.0, 9717.0, 9701.0, 9718.0, 9718.0, 9717.0, 9715.0, 9722.0, 9716.0, 9723.0, 9722.0, 9742.0, 9700.0, 9708.0, 9705.0, 9699.0, 9724.0, 9724.0, 9717.0, 9707.0, 9723.0, 9720.0, 9705.0, 9708.0, 9736.0, 9702.0, 9706.0, 9748.0, 9705.0, 9701.0, 9712.0, 9694.0, 9702.0, 9727.0, 9676.0, 9680.0, 9719.0, 9670.0, 9676.0, 9713.0, 9684.0, 9673.0, 9695.0, 9657.0, 9677.0, 9701.0, 9724.0, 9676.0, 9678.0, 9701.0, 9673.0, 9698.0, 9697.0, 9674.0, 9678.0, 9700.0, 9706.0, 9674.0, 9691.0, 9704.0, 9676.0, 9694.0, 9702.0, 9674.0, 9683.0, 9698.0, 9663.0, 9699.0, 9702.0, 9718.0, 9691.0, 9698.0, 9704.0, 9696.0, 9699.0, 9698.0, 9695.0, 9701.0, 9699.0, 9679.0, 9701.0, 9705.0, 9671.0, 9704.0, 9724.0, 9726.0, 9699.0, 9706.0, 9712.0, 9701.0, 9702.0, 9720.0, 9700.0, 9702.0, 9705.0, 9703.0, 9708.0, 9698.0, 9705.0, 9724.0, 9715.0, 9705.0, 9722.0, 9718.0, 9723.0, 9731.0, 9740.0, 9724.0, 9729.0, 9737.0, 9731.0, 9748.0, 9755.0, 9721.0, 9730.0, 9736.0, 9704.0, 9702.0, 9732.0, 9699.0, 9708.0, 9732.0, 9695.0, 9699.0, 9713.0, 9699.0, 9706.0, 9719.0, 9684.0, 9699.0, 9697.0, 9678.0, 9696.0, 9708.0, 9710.0, 9702.0, 9707.0, 9697.0, 9714.0, 9704.0, 9723.0, 9699.0, 9703.0, 9713.0, 9701.0, 9705.0, 9742.0, 9682.0, 9686.0, 9704.0, 9675.0, 9692.0, 9704.0, 9696.0, 9703.0, 9676.0, 9697.0, 9706.0, 9698.0, 9705.0, 9728.0, 9692.0, 9697.0, 9726.0, 9691.0, 9695.0, 9727.0, 9689.0, 9682.0, 9699.0, 9658.0, 9673.0, 9696.0, 9719.0, 9675.0, 9693.0, 9708.0, 9672.0, 9684.0, 9703.0, 9674.0, 9680.0, 9704.0, 9673.0, 9674.0, 9675.0, 9658.0, 9673.0, 9681.0, 9684.0, 9689.0, 9697.0, 9709.0, 9673.0, 9683.0, 9694.0, 9688.0, 9691.0, 9698.0, 9676.0, 9696.0, 9695.0, 9687.0, 9695.0, 9685.0, 9679.0, 9702.0, 9707.0, 9708.0, 9697.0, 9707.0, 9724.0, 9702.0, 9702.0, 9698.0, 9702.0, 9721.0, 9743.0, 9698.0, 9706.0, 9724.0, 9700.0, 9717.0, 9713.0, 9701.0, 9700.0, 9724.0, 9719.0, 9722.0, 9710.0, 9695.0, 9706.0, 9712.0, 9695.0, 9695.0, 9705.0, 9696.0, 9697.0, 9701.0, 9700.0, 9706.0, 9702.0, 9685.0, 9702.0, 9706.0, 9715.0, 9703.0, 9708.0, 9681.0, 9700.0, 9716.0, 9725.0, 9693.0, 9699.0, 9710.0, 9696.0, 9698.0, 9725.0, 9690.0, 9681.0, 9707.0, 9679.0, 9695.0, 9706.0, 9694.0, 9702.0, 9696.0, 9699.0, 9718.0, 9703.0, 9717.0, 9707.0, 9742.0, 9698.0, 9706.0, 9699.0, 9720.0, 9723.0, 9730.0, 9699.0, 9703.0, 9718.0, 9702.0, 9706.0, 9751.0, 9696.0, 9701.0, 9727.0, 9693.0, 9697.0, 9731.0, 9674.0, 9690.0, 9679.0, 9716.0, 9678.0, 9692.0, 9701.0, 9681.0, 9693.0, 9705.0, 9680.0, 9685.0, 9681.0, 9701.0, 9708.0, 9685.0, 9701.0, 9704.0, 9686.0, 9699.0, 9724.0, 9727.0, 9695.0, 9713.0, 9704.0, 9695.0, 9699.0, 9727.0, 9675.0, 9678.0, 9722.0, 9672.0, 9676.0, 9679.0, 9684.0, 9667.0, 9679.0, 9698.0, 9653.0, 9671.0, 9674.0, 9654.0, 9674.0, 9695.0, 9658.0, 9692.0, 9677.0, 9658.0, 9692.0, 9699.0, 9725.0, 9679.0, 9697.0, 9694.0, 9673.0, 9695.0, 9680.0, 9690.0, 9698.0, 9698.0, 9680.0, 9693.0, 9698.0, 9707.0, 9696.0, 9697.0, 9721.0, 9676.0, 9696.0, 9695.0, 9703.0, 9718.0, 9725.0, 9697.0, 9718.0, 9703.0, 9702.0, 9724.0, 9727.0, 9687.0, 9702.0, 9702.0, 9732.0, 9721.0, 9703.0, 9685.0, 9724.0, 9722.0, 9727.0, 9698.0, 9702.0, 9729.0, 9697.0, 9705.0, 9736.0, 9678.0, 9697.0, 9693.0, 9668.0, 9675.0, 9683.0, 9700.0, 9677.0, 9696.0, 9707.0, 9693.0, 9697.0, 9706.0, 9679.0, 9701.0, 9723.0, 9672.0, 9674.0, 9700.0, 9671.0, 9693.0, 9694.0, 9670.0, 9679.0, 9676.0, 9676.0, 9681.0, 9700.0, 9677.0, 9683.0, 9696.0, 9669.0, 9681.0, 9710.0, 9700.0, 9677.0, 9680.0, 9655.0, 9691.0, 9697.0, 9701.0, 9673.0, 9678.0, 9699.0, 9676.0, 9684.0, 9676.0, 9695.0, 9703.0, 9681.0, 9698.0, 9689.0, 9693.0, 9698.0, 9720.0, 9677.0, 9694.0, 9725.0, 9674.0, 9693.0, 9714.0, 9722.0, 9676.0, 9694.0, 9701.0, 9674.0, 9684.0, 9701.0, 9680.0, 9697.0, 9672.0, 9693.0, 9703.0, 9708.0, 9696.0, 9696.0, 9721.0, 9691.0, 9685.0, 9703.0, 9672.0, 9682.0, 9702.0, 9676.0, 9694.0, 9696.0, 9679.0, 9697.0, 9698.0, 9696.0, 9698.0, 9688.0, 9684.0, 9698.0, 9696.0, 9693.0, 9716.0, 9698.0, 9703.0, 9722.0, 9730.0, 9718.0, 9709.0, 9697.0, 9720.0, 9727.0, 9714.0, 9703.0, 9709.0, 9708.0, 9705.0, 9719.0, 9710.0, 9705.0, 9722.0, 9718.0, 9705.0, 9730.0, 9702.0, 9708.0, 9734.0, 9712.0, 9732.0, 9724.0, 9729.0, 9730.0, 9750.0, 9706.0, 9737.0, 9729.0, 9696.0, 9717.0, 9734.0, 9676.0, 9700.0, 9703.0, 9676.0, 9698.0, 9709.0, 9695.0, 9692.0, 9663.0, 9674.0, 9690.0, 9702.0, 9676.0, 9694.0, 9672.0, 9692.0, 9699.0, 9688.0, 9675.0, 9683.0, 9699.0, 9675.0, 9698.0, 9676.0, 9716.0, 9729.0, 9698.0, 9704.0, 9698.0, 9700.0, 9721.0, 9729.0, 9701.0, 9705.0, 9729.0, 9702.0, 9720.0, 9726.0, 9683.0, 9700.0, 9725.0, 9682.0, 9698.0, 9713.0, 9683.0, 9701.0, 9704.0, 9696.0, 9708.0, 9700.0, 9697.0, 9705.0, 9740.0, 9696.0, 9698.0, 9727.0, 9674.0, 9701.0, 9711.0, 9675.0, 9692.0, 9690.0, 9678.0, 9683.0, 9693.0, 9692.0, 9703.0, 9726.0, 9679.0, 9703.0, 9722.0, 9681.0, 9700.0, 9730.0, 9698.0, 9704.0, 9699.0, 9703.0, 9723.0, 9744.0, 9704.0, 9722.0, 9734.0, 9703.0, 9724.0, 9750.0, 9698.0, 9700.0, 9714.0, 9693.0, 9697.0, 9698.0, 9680.0, 9703.0, 9699.0, 9680.0, 9700.0, 9705.0, 9699.0, 9702.0, 9707.0, 9743.0, 9697.0, 9701.0, 9722.0, 9679.0, 9698.0, 9724.0, 9676.0, 9693.0, 9704.0, 9679.0, 9702.0, 9718.0, 9677.0, 9704.0, 9709.0, 9678.0, 9701.0, 9700.0, 9667.0, 9702.0, 9699.0, 9707.0, 9694.0, 9700.0, 9683.0, 9702.0, 9721.0, 9716.0, 9706.0, 9712.0, 9703.0, 9728.0, 9742.0, 9721.0, 9722.0, 9725.0, 9688.0, 9723.0, 9730.0, 9720.0, 9706.0, 9723.0, 9735.0, 9720.0, 9708.0, 9744.0, 9684.0, 9703.0, 9715.0, 9684.0, 9701.0, 9699.0, 9697.0, 9718.0, 9719.0, 9684.0, 9700.0, 9701.0, 9699.0, 9721.0, 9723.0, 9730.0, 9699.0, 9705.0, 9714.0, 9699.0, 9707.0, 9722.0, 9704.0, 9726.0, 9733.0, 9701.0, 9703.0, 9727.0, 9699.0, 9699.0, 9731.0, 9695.0, 9683.0, 9722.0, 9678.0, 9697.0, 9732.0, 9676.0, 9677.0, 9696.0, 9670.0, 9676.0, 9699.0, 9689.0, 9698.0, 9697.0, 9690.0, 9695.0, 9698.0, 9684.0, 9701.0, 9715.0, 9681.0, 9700.0, 9719.0, 9699.0, 9721.0, 9743.0, 9699.0, 9705.0, 9729.0, 9702.0, 9720.0, 9745.0, 9706.0, 9706.0, 9731.0, 9695.0, 9701.0, 9740.0, 9679.0, 9683.0, 9696.0, 9672.0, 9677.0, 9695.0, 9679.0, 9696.0, 9699.0, 9684.0, 9697.0, 9718.0, 9678.0, 9696.0, 9712.0, 9700.0, 9702.0, 9720.0, 9680.0, 9697.0, 9729.0, 9679.0, 9701.0, 9720.0, 9697.0, 9705.0, 9726.0, 9693.0, 9698.0, 9722.0, 9677.0, 9696.0, 9705.0, 9684.0, 9700.0, 9707.0, 9697.0, 9704.0, 9686.0, 9701.0, 9706.0, 9742.0, 9699.0, 9702.0, 9724.0, 9697.0, 9704.0, 9714.0, 9705.0, 9709.0, 9722.0, 9718.0, 9726.0, 9758.0, 9703.0, 9723.0, 9729.0, 9700.0, 9707.0, 9717.0, 9709.0, 9695.0, 9701.0, 9721.0, 9696.0, 9701.0, 9712.0, 9680.0, 9704.0, 9707.0, 9697.0, 9703.0, 9713.0, 9700.0, 9706.0, 9731.0, 9705.0, 9706.0, 9716.0, 9702.0, 9726.0, 9737.0, 9700.0, 9720.0, 9735.0, 9693.0, 9717.0, 9739.0, 9697.0, 9702.0, 9713.0, 9703.0, 9718.0, 9737.0, 9699.0, 9709.0, 9726.0, 9699.0, 9719.0, 9731.0, 9704.0, 9721.0, 9751.0, 9705.0, 9712.0, 9716.0, 9704.0, 9713.0, 9729.0, 9702.0, 9719.0, 9729.0, 9698.0, 9702.0, 9726.0, 9681.0, 9700.0, 9723.0, 9678.0, 9697.0, 9708.0, 9679.0, 9702.0, 9692.0, 9698.0, 9723.0, 9728.0, 9697.0, 9704.0, 9711.0, 9700.0, 9709.0, 9723.0, 9697.0, 9707.0, 9712.0, 9699.0, 9701.0, 9708.0, 9697.0, 9700.0, 9683.0, 9698.0, 9704.0, 9724.0, 9698.0, 9700.0, 9712.0, 9719.0, 9704.0, 9708.0, 9699.0, 9684.0, 9711.0, 9702.0, 9696.0, 9697.0, 9698.0, 9704.0, 9725.0, 9697.0, 9701.0, 9724.0, 9698.0, 9701.0, 9710.0, 9700.0, 9708.0, 9701.0, 9709.0, 9727.0, 9703.0, 9727.0, 9728.0, 9706.0, 9724.0, 9753.0, 9708.0, 9724.0, 9730.0, 9707.0, 9724.0, 9752.0, 9708.0, 9706.0, 9747.0, 9705.0, 9725.0, 9747.0, 9720.0, 9727.0, 9748.0, 9725.0, 9732.0, 9756.0, 9703.0, 9706.0, 9733.0, 9697.0, 9703.0, 9718.0, 9697.0, 9702.0, 9712.0, 9737.0, 9715.0, 9705.0, 9728.0, 9704.0, 9705.0, 9713.0, 9695.0, 9704.0, 9703.0, 9707.0, 9720.0, 9720.0, 9705.0, 9724.0, 9726.0, 9726.0, 9734.0, 9754.0, 9726.0, 9728.0, 9748.0, 9718.0, 9724.0, 9736.0, 9705.0, 9726.0, 9746.0, 9718.0, 9723.0, 9732.0, 9703.0, 9723.0, 9727.0, 9701.0, 9701.0, 9728.0, 9696.0, 9702.0, 9734.0, 9696.0, 9700.0, 9699.0, 9682.0, 9699.0, 9699.0, 9697.0, 9701.0, 9715.0, 9697.0, 9702.0, 9716.0, 9697.0, 9704.0, 9729.0, 9695.0, 9696.0, 9727.0, 9677.0, 9680.0, 9727.0, 9695.0, 9700.0, 9697.0, 9678.0, 9693.0, 9698.0, 9724.0, 9678.0, 9702.0, 9697.0, 9701.0, 9719.0, 9744.0, 9696.0, 9701.0, 9712.0, 9697.0, 9704.0, 9715.0, 9680.0, 9702.0, 9700.0, 9683.0, 9704.0, 9707.0, 9702.0, 9727.0, 9722.0, 9704.0, 9725.0, 9735.0, 9737.0, 9723.0, 9727.0, 9751.0, 9723.0, 9728.0, 9750.0, 9705.0, 9723.0, 9750.0, 9702.0, 9710.0, 9730.0, 9694.0, 9701.0, 9730.0, 9696.0, 9707.0, 9710.0, 9703.0, 9724.0, 9732.0, 9699.0, 9712.0, 9731.0, 9720.0, 9725.0, 9746.0, 9719.0, 9709.0, 9721.0, 9704.0, 9722.0, 9701.0, 9719.0, 9721.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.00018761491760624458</td></tr>
<tr><td colspan=3>aqi</td><td>0.017714694362532524</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.3896742265712</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.231599452083333</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9905003794184029</td></tr>
<tr><td colspan=3>efc</td><td>0.518</td></tr>
<tr><td colspan=3>fber</td><td>3753.9438</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08294904961292075</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.4336513443191674</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5287972789319886</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5714863932364413</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7010202992390213</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.313885144320503</td></tr>
<tr><td colspan=3>gcor</td><td>0.00638182</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005480034276843071</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03518090024590492</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1153</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.079498437788088</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>22.9329</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.9625</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>230.0956</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289034.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1149.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>424.5609</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7266</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>538.2355</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3536.6688</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3709.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87510.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1353.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4619.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>909.1752</td></tr>
<tr><td colspan=3>tsnr</td><td>44.94500666297972</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>