<?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-0131_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-0131_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-0131_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-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0131/figures/sub-0131_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-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131/ses-02/func/sub-0131_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>3de90adaaf6f1a04879fb6b519f8c4ac</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>10:25:44.490000</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.99968, -0.00994899, 0.0232427, 0.00802615, 0.996649, 0.0814045]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0859657</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>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4231, -8112, -7361, 482, -103, -1056, 731, 144]</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>231.143</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>19e72e16-e0f8-46e6-b169-52bb34549228||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.6820693016052246, 0.021533580496907234, 0.06473170220851898, 110.87844848632812], [0.026692409068346024, 2.673935890197754, 0.2192182093858719, -104.15113067626953], [0.06235847249627113, -0.21840234100818634, 2.690307140350342, -60.67454528808594], [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': ['102544.490000', '102544.950000', '102545.410000', '102545.870000', '102546.330000', '102546.790000', '102547.250000', '102547.710000', '102548.170000', '102548.630000', '102549.090000', '102549.550000', '102550.010000', '102550.470000', '102550.930000', '102551.390000', '102551.850000', '102552.310000', '102552.770000', '102553.230000', '102553.690000', '102554.150000', '102554.610000', '102555.070000', '102555.530000', '102555.990000', '102556.450000', '102556.910000', '102557.370000', '102557.830000', '102558.290000', '102558.750000', '102559.210000', '102559.670000', '102600.130000', '102600.590000', '102601.050000', '102601.510000', '102601.970000', '102602.430000', '102602.890000', '102603.350000', '102603.810000', '102604.270000', '102604.730000', '102605.190000', '102605.650000', '102606.110000', '102606.570000', '102607.030000', '102607.490000', '102607.950000', '102608.410000', '102608.870000', '102609.330000', '102609.790000', '102610.250000', '102610.710000', '102611.170000', '102611.630000', '102612.090000', '102612.550000', '102613.010000', '102613.470000', '102613.930000', '102614.390000', '102614.850000', '102615.310000', '102615.770000', '102616.230000', '102616.690000', '102617.150000', '102617.610000', '102618.070000', '102618.530000', '102618.990000', '102619.450000', '102619.910000', '102620.370000', '102620.830000', '102621.290000', '102621.750000', '102622.210000', '102622.670000', '102623.130000', '102623.590000', '102624.050000', '102624.510000', '102624.970000', '102625.430000', '102625.890000', '102626.350000', '102626.810000', '102627.270000', '102627.730000', '102628.190000', '102628.650000', '102629.110000', '102629.570000', '102630.030000', '102630.490000', '102630.950000', '102631.410000', '102631.870000', '102632.330000', '102632.790000', '102633.250000', '102633.710000', '102634.170000', '102634.630000', '102635.090000', '102635.550000', '102636.010000', '102636.470000', '102636.930000', '102637.390000', '102637.850000', '102638.310000', '102638.770000', '102639.230000', '102639.690000', '102640.150000', '102640.610000', '102641.070000', '102641.530000', '102641.990000', '102642.450000', '102642.910000', '102643.370000', '102643.830000', '102644.290000', '102644.750000', '102645.210000', '102645.670000', '102646.130000', '102646.590000', '102647.050000', '102647.510000', '102647.970000', '102648.430000', '102648.890000', '102649.350000', '102649.810000', '102650.270000', '102650.730000', '102651.190000', '102651.650000', '102652.110000', '102652.570000', '102653.030000', '102653.490000', '102653.950000', '102654.410000', '102654.870000', '102655.330000', '102655.790000', '102656.250000', '102656.710000', '102657.170000', '102657.630000', '102658.090000', '102658.550000', '102659.010000', '102659.470000', '102659.930000', '102700.390000', '102700.850000', '102701.310000', '102701.770000', '102702.230000', '102702.690000', '102703.150000', '102703.610000', '102704.070000', '102704.530000', '102704.990000', '102705.450000', '102705.910000', '102706.370000', '102706.830000', '102707.290000', '102707.750000', '102708.210000', '102708.670000', '102709.130000', '102709.590000', '102710.050000', '102710.510000', '102710.970000', '102711.430000', '102711.890000', '102712.350000', '102712.810000', '102713.270000', '102713.730000', '102714.190000', '102714.650000', '102715.110000', '102715.570000', '102716.030000', '102716.490000', '102716.950000', '102717.410000', '102717.870000', '102718.330000', '102718.790000', '102719.250000', '102719.710000', '102720.170000', '102720.630000', '102721.090000', '102721.550000', '102722.010000', '102722.470000', '102722.930000', '102723.390000', '102723.850000', '102724.310000', '102724.770000', '102725.230000', '102725.690000', '102726.150000', '102726.610000', '102727.070000', '102727.530000', '102727.990000', '102728.450000', '102728.910000', '102729.370000', '102729.830000', '102730.290000', '102730.750000', '102731.210000', '102731.670000', '102732.130000', '102732.590000', '102733.050000', '102733.510000', '102733.970000', '102734.430000', '102734.890000', '102735.350000', '102735.810000', '102736.270000', '102736.730000', '102737.190000', '102737.650000', '102738.110000', '102738.570000', '102739.030000', '102739.490000', '102739.950000', '102740.410000', '102740.870000', '102741.330000', '102741.790000', '102742.250000', '102742.710000', '102743.170000', '102743.630000', '102744.090000', '102744.550000', '102745.010000', '102745.470000', '102745.930000', '102746.390000', '102746.850000', '102747.310000', '102747.770000', '102748.230000', '102748.690000', '102749.150000', '102749.610000', '102750.070000', '102750.530000', '102750.990000', '102751.450000', '102751.910000', '102752.370000', '102752.830000', '102753.290000', '102753.750000', '102754.210000', '102754.670000', '102755.130000', '102755.590000', '102756.050000', '102756.510000', '102756.970000', '102757.430000', '102757.890000', '102758.350000', '102758.810000', '102759.270000', '102759.730000', '102800.190000', '102800.650000', '102801.110000', '102801.570000', '102802.030000', '102802.490000', '102802.950000', '102803.410000', '102803.870000', '102804.330000', '102804.790000', '102805.250000', '102805.710000', '102806.170000', '102806.630000', '102807.090000', '102807.550000', '102808.010000', '102808.470000', '102808.930000', '102809.390000', '102809.850000', '102810.310000', '102810.770000', '102811.230000', '102811.690000', '102812.150000', '102812.610000', '102813.070000', '102813.530000', '102813.990000', '102814.450000', '102814.910000', '102815.370000', '102815.830000', '102816.290000', '102816.750000', '102817.210000', '102817.670000', '102818.130000', '102818.590000', '102819.050000', '102819.510000', '102819.970000', '102820.430000', '102820.890000', '102821.350000', '102821.810000', '102822.270000', '102822.730000', '102823.190000', '102823.650000', '102824.110000', '102824.570000', '102825.030000', '102825.490000', '102825.950000', '102826.410000', '102826.870000', '102827.330000', '102827.790000', '102828.250000', '102828.710000', '102829.170000', '102829.630000', '102830.090000', '102830.550000', '102831.010000', '102831.470000', '102831.930000', '102832.390000', '102832.850000', '102833.310000', '102833.770000', '102834.230000', '102834.690000', '102835.150000', '102835.610000', '102836.070000', '102836.530000', '102836.990000', '102837.450000', '102837.910000', '102838.370000', '102838.830000', '102839.290000', '102839.750000', '102840.210000', '102840.670000', '102841.130000', '102841.590000', '102842.050000', '102842.510000', '102842.970000', '102843.430000', '102843.890000', '102844.350000', '102844.810000', '102845.270000', '102845.730000', '102846.190000', '102846.650000', '102847.110000', '102847.570000', '102848.030000', '102848.490000', '102848.950000', '102849.410000', '102849.870000', '102850.330000', '102850.790000', '102851.250000', '102851.710000', '102852.170000', '102852.630000', '102853.090000', '102853.550000', '102854.010000', '102854.470000', '102854.930000', '102855.390000', '102855.850000', '102856.310000', '102856.770000', '102857.230000', '102857.690000', '102858.150000', '102858.610000', '102859.070000', '102859.530000', '102859.990000', '102900.450000', '102900.910000', '102901.370000', '102901.830000', '102902.290000', '102902.750000', '102903.210000', '102903.670000', '102904.130000', '102904.590000', '102905.050000', '102905.510000', '102905.970000', '102906.430000', '102906.890000', '102907.350000', '102907.810000', '102908.270000', '102908.730000', '102909.190000', '102909.650000', '102910.110000', '102910.570000', '102911.030000', '102911.490000', '102911.950000', '102912.410000', '102912.870000', '102913.330000', '102913.790000', '102914.250000', '102914.710000', '102915.170000', '102915.630000', '102916.090000', '102916.550000', '102917.010000', '102917.470000', '102917.930000', '102918.390000', '102918.850000', '102919.310000', '102919.770000', '102920.230000', '102920.690000', '102921.150000', '102921.610000', '102922.070000', '102922.530000', '102922.990000', '102923.450000', '102923.910000', '102924.370000', '102924.830000', '102925.290000', '102925.750000', '102926.210000', '102926.670000', '102927.130000', '102927.590000', '102928.050000', '102928.510000', '102928.970000', '102929.430000', '102929.890000', '102930.350000', '102930.810000', '102931.270000', '102931.730000', '102932.190000', '102932.650000', '102933.110000', '102933.570000', '102934.030000', '102934.490000', '102934.950000', '102935.410000', '102935.870000', '102936.330000', '102936.790000', '102937.250000', '102937.710000', '102938.170000', '102938.630000', '102939.090000', '102939.550000', '102940.010000', '102940.470000', '102940.930000', '102941.390000', '102941.850000', '102942.310000', '102942.770000', '102943.230000', '102943.690000', '102944.150000', '102944.610000', '102945.070000', '102945.530000', '102945.990000', '102946.450000', '102946.910000', '102947.370000', '102947.830000', '102948.290000', '102948.750000', '102949.210000', '102949.670000', '102950.130000', '102950.590000', '102951.050000', '102951.510000', '102951.970000', '102952.430000', '102952.890000', '102953.350000', '102953.810000', '102954.270000', '102954.730000', '102955.190000', '102955.650000', '102956.110000', '102956.570000', '102957.030000', '102957.490000', '102957.950000', '102958.410000', '102958.870000', '102959.330000', '102959.790000', '103000.250000', '103000.710000', '103001.170000', '103001.630000', '103002.090000', '103002.550000', '103003.010000', '103003.470000', '103003.930000', '103004.390000', '103004.850000', '103005.310000', '103005.770000', '103006.230000', '103006.690000', '103007.150000', '103007.610000', '103008.070000', '103008.530000', '103008.990000', '103009.450000', '103009.910000', '103010.370000', '103010.830000', '103011.290000', '103011.750000', '103012.210000', '103012.670000', '103013.130000', '103013.590000', '103014.050000', '103014.510000', '103014.970000', '103015.430000', '103015.890000', '103016.350000', '103016.810000', '103017.270000', '103017.730000', '103018.190000', '103018.650000', '103019.110000', '103019.570000', '103020.030000', '103020.490000', '103020.950000', '103021.410000', '103021.870000', '103022.330000', '103022.790000', '103023.250000', '103023.710000', '103024.170000', '103024.630000', '103025.090000', '103025.550000', '103026.010000', '103026.470000', '103026.930000', '103027.390000', '103027.850000', '103028.310000', '103028.770000', '103029.230000', '103029.690000', '103030.150000', '103030.610000', '103031.070000', '103031.530000', '103031.990000', '103032.450000', '103032.910000', '103033.370000', '103033.830000', '103034.290000', '103034.750000', '103035.210000', '103035.670000', '103036.130000', '103036.590000', '103037.050000', '103037.510000', '103037.970000', '103038.430000', '103038.890000', '103039.350000', '103039.810000', '103040.270000', '103040.730000', '103041.190000', '103041.650000', '103042.110000', '103042.570000', '103043.030000', '103043.490000', '103043.950000', '103044.410000', '103044.870000', '103045.330000', '103045.790000', '103046.250000', '103046.710000', '103047.170000', '103047.630000', '103048.090000', '103048.550000', '103049.010000', '103049.470000', '103049.930000', '103050.390000', '103050.850000', '103051.310000', '103051.770000', '103052.230000', '103052.690000', '103053.150000', '103053.610000', '103054.070000', '103054.530000', '103054.990000', '103055.450000', '103055.910000', '103056.370000', '103056.830000', '103057.290000', '103057.750000', '103058.210000', '103058.670000', '103059.130000', '103059.590000', '103100.050000', '103100.510000', '103100.970000', '103101.430000', '103101.890000', '103102.350000', '103102.810000', '103103.270000', '103103.730000', '103104.190000', '103104.650000', '103105.110000', '103105.570000', '103106.030000', '103106.490000', '103106.950000', '103107.410000', '103107.870000', '103108.330000', '103108.790000', '103109.250000', '103109.710000', '103110.170000', '103110.630000', '103111.090000', '103111.550000', '103112.010000', '103112.470000', '103112.930000', '103113.390000', '103113.850000', '103114.310000', '103114.770000', '103115.230000', '103115.690000', '103116.150000', '103116.610000', '103117.070000', '103117.530000', '103117.990000', '103118.450000', '103118.910000', '103119.370000', '103119.830000', '103120.290000', '103120.750000', '103121.210000', '103121.670000', '103122.130000', '103122.590000', '103123.050000', '103123.510000', '103123.970000', '103124.430000', '103124.890000', '103125.350000', '103125.810000', '103126.270000', '103126.730000', '103127.190000', '103127.650000', '103128.110000', '103128.570000', '103129.030000', '103129.490000', '103129.950000', '103130.410000', '103130.870000', '103131.330000', '103131.790000', '103132.250000', '103132.710000', '103133.170000', '103133.630000', '103134.090000', '103134.550000', '103135.010000', '103135.470000', '103135.930000', '103136.390000', '103136.850000', '103137.310000', '103137.770000', '103138.230000', '103138.690000', '103139.150000', '103139.610000', '103140.070000', '103140.530000', '103140.990000', '103141.450000', '103141.910000', '103142.370000', '103142.830000', '103143.290000', '103143.750000', '103144.210000', '103144.670000', '103145.130000', '103145.590000', '103146.050000', '103146.510000', '103146.970000', '103147.430000', '103147.890000', '103148.350000', '103148.810000', '103149.270000', '103149.730000', '103150.190000', '103150.650000', '103151.110000', '103151.570000', '103152.030000', '103152.490000', '103152.950000', '103153.410000', '103153.870000', '103154.330000', '103154.790000', '103155.250000', '103155.710000', '103156.170000', '103156.630000', '103157.090000', '103157.550000', '103158.010000', '103158.470000', '103158.930000', '103159.390000', '103159.850000', '103200.310000', '103200.770000', '103201.230000', '103201.690000', '103202.150000', '103202.610000', '103203.070000', '103203.530000', '103203.990000', '103204.450000', '103204.910000', '103205.370000', '103205.830000', '103206.290000', '103206.750000', '103207.210000', '103207.670000', '103208.130000', '103208.590000', '103209.050000', '103209.510000', '103209.970000', '103210.430000', '103210.890000', '103211.350000', '103211.810000', '103212.270000', '103212.730000', '103213.190000', '103213.650000', '103214.110000', '103214.570000', '103215.030000', '103215.490000', '103215.950000', '103216.410000', '103216.870000', '103217.330000', '103217.790000', '103218.250000', '103218.710000', '103219.170000', '103219.630000', '103220.090000', '103220.550000', '103221.010000', '103221.470000', '103221.930000', '103222.390000', '103222.850000', '103223.310000', '103223.770000', '103224.230000', '103224.690000', '103225.150000', '103225.610000', '103226.070000', '103226.530000', '103226.990000', '103227.450000', '103227.910000', '103228.370000', '103228.830000', '103229.290000', '103229.750000', '103230.210000', '103230.670000', '103231.130000', '103231.590000', '103232.050000', '103232.510000', '103232.970000', '103233.430000', '103233.890000', '103234.350000', '103234.810000', '103235.270000', '103235.730000', '103236.190000', '103236.650000', '103237.110000', '103237.570000', '103238.030000', '103238.490000', '103238.950000', '103239.410000', '103239.870000', '103240.330000', '103240.790000', '103241.250000', '103241.710000', '103242.170000', '103242.630000', '103243.090000', '103243.550000', '103244.010000', '103244.470000', '103244.930000', '103245.390000', '103245.850000', '103246.310000', '103246.770000', '103247.230000', '103247.690000', '103248.150000', '103248.610000', '103249.070000', '103249.530000', '103249.990000', '103250.450000', '103250.910000', '103251.370000', '103251.830000', '103252.290000', '103252.750000', '103253.210000', '103253.670000', '103254.130000', '103254.590000', '103255.050000', '103255.510000', '103255.970000', '103256.430000', '103256.890000', '103257.350000', '103257.810000', '103258.270000', '103258.730000', '103259.190000', '103259.650000', '103300.110000', '103300.570000', '103301.030000', '103301.490000', '103301.950000', '103302.410000', '103302.870000', '103303.330000', '103303.790000', '103304.250000', '103304.710000', '103305.170000', '103305.630000', '103306.090000', '103306.550000', '103307.010000', '103307.470000', '103307.930000', '103308.390000', '103308.850000', '103309.310000', '103309.770000', '103310.230000', '103310.690000', '103311.150000', '103311.610000', '103312.070000', '103312.530000', '103312.990000', '103313.450000', '103313.910000', '103314.370000', '103314.830000', '103315.290000', '103315.750000', '103316.210000', '103316.670000', '103317.130000', '103317.590000', '103318.050000', '103318.510000', '103318.970000', '103319.430000', '103319.890000', '103320.350000', '103320.810000', '103321.270000', '103321.730000', '103322.190000', '103322.650000', '103323.110000', '103323.570000', '103324.030000', '103324.490000', '103324.950000', '103325.410000', '103325.870000', '103326.330000', '103326.790000', '103327.250000', '103327.710000', '103328.170000', '103328.630000', '103329.090000', '103329.550000', '103330.010000', '103330.470000', '103330.930000', '103331.390000', '103331.850000', '103332.310000', '103332.770000', '103333.230000', '103333.690000', '103334.150000', '103334.610000', '103335.070000', '103335.530000', '103335.990000', '103336.450000', '103336.910000', '103337.370000', '103337.830000', '103338.290000', '103338.750000', '103339.210000', '103339.670000', '103340.130000', '103340.590000', '103341.050000', '103341.510000', '103341.970000', '103342.430000', '103342.890000', '103343.350000', '103343.810000', '103344.270000', '103344.730000', '103345.190000', '103345.650000', '103346.110000', '103346.570000', '103347.030000', '103347.490000', '103347.950000', '103348.410000', '103348.870000', '103349.330000', '103349.790000', '103350.250000', '103350.710000', '103351.170000', '103351.630000', '103352.090000', '103352.550000', '103353.010000', '103353.470000', '103353.930000', '103354.390000', '103354.850000', '103355.310000', '103355.770000', '103356.230000', '103356.690000', '103357.150000', '103357.610000', '103358.070000', '103358.530000', '103358.990000', '103359.450000', '103359.910000', '103400.370000', '103400.830000', '103401.290000', '103401.750000', '103402.210000', '103402.670000', '103403.130000', '103403.590000', '103404.050000', '103404.510000', '103404.970000', '103405.430000', '103405.890000', '103406.350000', '103406.810000', '103407.270000', '103407.730000', '103408.190000', '103408.650000', '103409.110000', '103409.570000', '103410.030000', '103410.490000', '103410.950000', '103411.410000', '103411.870000', '103412.330000', '103412.790000', '103413.250000', '103413.710000', '103414.170000', '103414.630000', '103415.090000', '103415.550000', '103416.010000', '103416.470000', '103416.930000', '103417.390000', '103417.850000', '103418.310000', '103418.770000', '103419.230000', '103419.690000', '103420.150000', '103420.610000', '103421.070000', '103421.530000', '103421.990000', '103422.450000', '103422.910000', '103423.370000', '103423.830000', '103424.290000', '103424.750000', '103425.210000', '103425.670000', '103426.130000', '103426.590000', '103427.050000', '103427.510000', '103427.970000', '103428.430000', '103428.890000', '103429.350000', '103429.810000', '103430.270000', '103430.730000', '103431.190000', '103431.650000', '103432.110000', '103432.570000', '103433.030000', '103433.490000', '103433.950000', '103434.410000', '103434.870000', '103435.330000', '103435.790000'], 'ContentTime': ['102559.890000', '102559.893000', '102559.896000', '102559.908000', '102559.910000', '102559.913000', '102559.916000', '102559.918000', '102559.921000', '102559.924000', '102559.926000', '102559.929000', '102559.931000', '102559.934000', '102559.937000', '102559.939000', '102559.942000', '102559.944000', '102559.947000', '102559.950000', '102559.952000', '102559.955000', '102559.958000', '102559.960000', '102559.964000', '102559.968000', '102559.971000', '102559.990000', '102559.993000', '102559.995000', '102619.836000', '102619.839000', '102619.842000', '102619.845000', '102619.847000', '102619.850000', '102619.853000', '102619.855000', '102619.858000', '102619.860000', '102619.863000', '102619.866000', '102619.868000', '102619.871000', '102619.873000', '102619.876000', '102619.879000', '102619.881000', '102619.884000', '102619.886000', '102619.889000', '102619.891000', '102619.894000', '102619.897000', '102619.899000', '102619.902000', '102619.905000', '102619.907000', '102619.910000', '102619.912000', '102619.915000', '102619.917000', '102619.920000', '102619.922000', '102619.925000', '102619.928000', '102619.930000', '102619.933000', '102619.942000', '102619.944000', '102619.952000', '102619.954000', '102619.957000', '102619.959000', '102639.836000', '102639.839000', '102639.842000', '102639.844000', '102639.847000', '102639.850000', '102639.852000', '102639.855000', '102639.857000', '102639.860000', '102639.862000', '102639.865000', '102639.868000', '102639.870000', '102639.873000', '102639.875000', '102639.878000', '102639.880000', '102639.883000', '102639.885000', '102639.888000', '102639.891000', '102639.893000', '102639.896000', '102639.899000', '102639.901000', '102639.904000', '102639.906000', '102639.909000', '102639.911000', '102639.914000', '102639.917000', '102639.919000', '102639.922000', '102639.924000', '102639.927000', '102639.929000', '102639.937000', '102639.939000', '102639.942000', '102639.944000', '102639.947000', '102639.950000', '102659.836000', '102659.839000', '102659.842000', '102659.845000', '102659.847000', '102659.850000', '102659.852000', '102659.855000', '102659.858000', '102659.861000', '102659.863000', '102659.866000', '102659.868000', '102659.871000', '102659.873000', '102659.876000', '102659.879000', '102659.881000', '102659.884000', '102659.886000', '102659.889000', '102659.891000', '102659.894000', '102659.897000', '102659.899000', '102659.902000', '102659.905000', '102659.907000', '102659.910000', '102659.912000', '102659.915000', '102659.917000', '102659.920000', '102659.923000', '102659.925000', '102659.928000', '102659.930000', '102659.933000', '102659.936000', '102659.938000', '102659.941000', '102659.943000', '102659.946000', '102659.949000', '102719.837000', '102719.839000', '102719.842000', '102719.845000', '102719.847000', '102719.850000', '102719.852000', '102719.855000', '102719.858000', '102719.860000', '102719.863000', '102719.865000', '102719.868000', '102719.871000', '102719.873000', '102719.876000', '102719.879000', '102719.881000', '102719.884000', '102719.886000', '102719.889000', '102719.892000', '102719.894000', '102719.897000', '102719.899000', '102719.902000', '102719.905000', '102719.907000', '102719.910000', '102719.913000', '102719.915000', '102719.918000', '102719.920000', '102719.923000', '102719.925000', '102719.928000', '102719.943000', '102719.946000', '102719.948000', '102719.951000', '102719.954000', '102719.956000', '102719.959000', '102739.836000', '102739.839000', '102739.842000', '102739.845000', '102739.847000', '102739.850000', '102739.852000', '102739.855000', '102739.858000', '102739.860000', '102739.863000', '102739.865000', '102739.868000', '102739.871000', '102739.873000', '102739.876000', '102739.878000', '102739.881000', '102739.884000', '102739.886000', '102739.890000', '102739.892000', '102739.895000', '102739.897000', '102739.900000', '102739.903000', '102739.905000', '102739.908000', '102739.910000', '102739.913000', '102739.916000', '102739.918000', '102739.921000', '102739.923000', '102739.926000', '102739.928000', '102739.931000', '102739.934000', '102739.936000', '102739.939000', '102739.941000', '102739.944000', '102739.947000', '102759.837000', '102759.839000', '102759.842000', '102759.845000', '102759.847000', '102759.850000', '102759.852000', '102759.855000', '102759.858000', '102759.860000', '102759.863000', '102759.865000', '102759.868000', '102759.871000', '102759.873000', '102759.876000', '102759.879000', '102759.893000', '102759.896000', '102759.898000', '102759.901000', '102759.903000', '102759.906000', '102759.909000', '102759.911000', '102759.914000', '102759.916000', '102759.919000', '102759.922000', '102759.924000', '102759.927000', '102759.929000', '102759.932000', '102759.934000', '102759.937000', '102759.940000', '102759.942000', '102759.945000', '102759.947000', '102759.950000', '102759.953000', '102759.955000', '102759.958000', '102759.960000', '102819.837000', '102819.839000', '102819.842000', '102819.845000', '102819.847000', '102819.850000', '102819.852000', '102819.855000', '102819.858000', '102819.860000', '102819.863000', '102819.865000', '102819.868000', '102819.871000', '102819.873000', '102819.876000', '102819.878000', '102819.881000', '102819.884000', '102819.886000', '102819.889000', '102819.892000', '102819.894000', '102819.897000', '102819.900000', '102819.902000', '102819.905000', '102819.907000', '102819.910000', '102819.913000', '102819.915000', '102819.918000', '102819.920000', '102819.923000', '102819.926000', '102819.928000', '102819.931000', '102819.933000', '102819.936000', '102819.938000', '102819.941000', '102819.944000', '102819.946000', '102819.949000', '102839.836000', '102839.839000', '102839.842000', '102839.845000', '102839.847000', '102839.850000', '102839.852000', '102839.855000', '102839.858000', '102839.860000', '102839.863000', '102839.865000', '102839.868000', '102839.871000', '102839.873000', '102839.876000', '102839.878000', '102839.881000', '102839.884000', '102839.886000', '102839.889000', '102839.891000', '102839.894000', '102839.897000', '102839.899000', '102839.902000', '102839.904000', '102839.907000', '102839.909000', '102839.912000', '102839.915000', '102839.917000', '102839.920000', '102839.922000', '102839.925000', '102839.928000', '102839.930000', '102839.933000', '102839.936000', '102839.938000', '102839.941000', '102839.943000', '102839.946000', '102859.837000', '102859.840000', '102859.842000', '102859.845000', '102859.848000', '102859.851000', '102859.854000', '102859.856000', '102859.859000', '102859.862000', '102859.864000', '102859.867000', '102859.869000', '102859.873000', '102859.876000', '102859.878000', '102859.881000', '102859.884000', '102859.886000', '102859.889000', '102859.891000', '102859.894000', '102859.897000', '102859.899000', '102859.902000', '102859.904000', '102859.907000', '102859.909000', '102859.912000', '102859.915000', '102859.917000', '102859.920000', '102859.929000', '102859.932000', '102859.935000', '102859.937000', '102859.940000', '102859.943000', '102859.945000', '102859.948000', '102859.950000', '102859.953000', '102859.956000', '102919.836000', '102919.839000', '102919.842000', '102919.844000', '102919.847000', '102919.850000', '102919.852000', '102919.855000', '102919.857000', '102919.860000', '102919.863000', '102919.865000', '102919.868000', '102919.870000', '102919.873000', '102919.875000', '102919.878000', '102919.880000', '102919.883000', '102919.886000', '102919.888000', '102919.891000', '102919.894000', '102919.896000', '102919.899000', '102919.901000', '102919.904000', '102919.906000', '102919.909000', '102919.912000', '102919.914000', '102919.917000', '102919.920000', '102919.922000', '102919.925000', '102919.927000', '102919.930000', '102919.933000', '102919.935000', '102919.938000', '102919.940000', '102919.943000', '102919.976000', '102919.978000', '102939.837000', '102939.839000', '102939.842000', '102939.845000', '102939.847000', '102939.850000', '102939.852000', '102939.855000', '102939.858000', '102939.860000', '102939.863000', '102939.865000', '102939.868000', '102939.871000', '102939.873000', '102939.876000', '102939.878000', '102939.881000', '102939.884000', '102939.886000', '102939.889000', '102939.891000', '102939.894000', '102939.897000', '102939.899000', '102939.902000', '102939.904000', '102939.907000', '102939.910000', '102939.912000', '102939.915000', '102939.918000', '102939.920000', '102939.923000', '102939.926000', '102939.928000', '102939.931000', '102939.934000', '102939.936000', '102939.939000', '102939.941000', '102939.944000', '102939.947000', '102939.949000', '102959.836000', '102959.838000', '102959.841000', '102959.844000', '102959.846000', '102959.849000', '102959.851000', '102959.854000', '102959.856000', '102959.859000', '102959.862000', '102959.864000', '102959.867000', '102959.869000', '102959.872000', '102959.875000', '102959.877000', '102959.880000', '102959.882000', '102959.885000', '102959.888000', '102959.890000', '102959.893000', '102959.895000', '102959.898000', '102959.900000', '102959.903000', '102959.906000', '102959.908000', '102959.911000', '102959.914000', '102959.916000', '102959.919000', '102959.921000', '102959.924000', '102959.926000', '102959.929000', '102959.932000', '102959.934000', '102959.937000', '102959.939000', '102959.942000', '102959.945000', '103019.836000', '103019.839000', '103019.842000', '103019.845000', '103019.847000', '103019.850000', '103019.852000', '103019.855000', '103019.858000', '103019.861000', '103019.863000', '103019.866000', '103019.869000', '103019.872000', '103019.874000', '103019.877000', '103019.879000', '103019.882000', '103019.885000', '103019.887000', '103019.890000', '103019.892000', '103019.895000', '103019.898000', '103019.900000', '103019.903000', '103019.905000', '103019.908000', '103019.910000', '103019.914000', '103019.917000', '103019.919000', '103019.922000', '103019.924000', '103019.927000', '103019.930000', '103019.932000', '103019.935000', '103019.937000', '103019.940000', '103019.943000', '103019.945000', '103019.948000', '103039.837000', '103039.840000', '103039.842000', '103039.845000', '103039.847000', '103039.850000', '103039.853000', '103039.855000', '103039.858000', '103039.860000', '103039.863000', '103039.866000', '103039.868000', '103039.871000', '103039.887000', '103039.890000', '103039.892000', '103039.895000', '103039.898000', '103039.900000', '103039.903000', '103039.905000', '103039.908000', '103039.910000', '103039.913000', '103039.916000', '103039.918000', '103039.921000', '103039.923000', '103039.926000', '103039.929000', '103039.931000', '103039.934000', '103039.936000', '103039.939000', '103039.942000', '103039.944000', '103039.947000', '103039.949000', '103039.952000', '103039.955000', '103039.957000', '103039.960000', '103039.963000', '103059.837000', '103059.839000', '103059.842000', '103059.845000', '103059.847000', '103059.850000', '103059.853000', '103059.855000', '103059.858000', '103059.860000', '103059.863000', '103059.866000', '103059.868000', '103059.871000', '103059.874000', '103059.876000', '103059.879000', '103059.882000', '103059.884000', '103059.887000', '103059.889000', '103059.892000', '103059.894000', '103059.897000', '103059.900000', '103059.902000', '103059.905000', '103059.907000', '103059.910000', '103059.913000', '103059.915000', '103059.918000', '103059.921000', '103059.923000', '103059.926000', '103059.929000', '103059.931000', '103059.934000', '103059.936000', '103059.939000', '103059.942000', '103059.944000', '103059.947000', '103119.837000', '103119.839000', '103119.842000', '103119.845000', '103119.847000', '103119.850000', '103119.853000', '103119.856000', '103119.858000', '103119.861000', '103119.863000', '103119.866000', '103119.869000', '103119.871000', '103119.874000', '103119.877000', '103119.880000', '103119.882000', '103119.885000', '103119.887000', '103119.890000', '103119.893000', '103119.902000', '103119.905000', '103119.908000', '103119.910000', '103119.913000', '103119.916000', '103119.918000', '103119.921000', '103119.923000', '103119.926000', '103119.929000', '103119.931000', '103119.934000', '103119.936000', '103119.939000', '103119.942000', '103119.944000', '103119.947000', '103119.950000', '103119.952000', '103119.955000', '103119.958000', '103139.837000', '103139.840000', '103139.842000', '103139.845000', '103139.848000', '103139.850000', '103139.853000', '103139.855000', '103139.858000', '103139.861000', '103139.863000', '103139.866000', '103139.868000', '103139.871000', '103139.874000', '103139.876000', '103139.879000', '103139.882000', '103139.884000', '103139.887000', '103139.890000', '103139.892000', '103139.895000', '103139.898000', '103139.900000', '103139.903000', '103139.906000', '103139.908000', '103139.911000', '103139.915000', '103139.918000', '103139.920000', '103139.923000', '103139.926000', '103139.929000', '103139.931000', '103139.934000', '103139.937000', '103139.940000', '103139.943000', '103139.945000', '103139.948000', '103139.951000', '103159.836000', '103159.839000', '103159.842000', '103159.844000', '103159.847000', '103159.850000', '103159.852000', '103159.855000', '103159.858000', '103159.861000', '103159.863000', '103159.866000', '103159.869000', '103159.871000', '103159.874000', '103159.877000', '103159.879000', '103159.882000', '103159.884000', '103159.887000', '103159.890000', '103159.892000', '103159.895000', '103159.897000', '103159.900000', '103159.913000', '103159.916000', '103159.918000', '103159.921000', '103159.924000', '103159.926000', '103159.929000', '103159.931000', '103159.934000', '103159.937000', '103159.939000', '103159.942000', '103159.944000', '103159.947000', '103159.950000', '103159.952000', '103159.955000', '103159.958000', '103159.960000', '103219.836000', '103219.838000', '103219.841000', '103219.844000', '103219.846000', '103219.849000', '103219.851000', '103219.854000', '103219.857000', '103219.859000', '103219.862000', '103219.864000', '103219.867000', '103219.870000', '103219.872000', '103219.875000', '103219.878000', '103219.880000', '103219.883000', '103219.886000', '103219.888000', '103219.891000', '103219.893000', '103219.896000', '103219.899000', '103219.901000', '103219.904000', '103219.907000', '103219.909000', '103219.912000', '103219.914000', '103219.917000', '103219.920000', '103219.923000', '103219.926000', '103219.929000', '103219.932000', '103219.936000', '103219.939000', '103219.941000', '103219.944000', '103219.947000', '103219.949000', '103239.836000', '103239.839000', '103239.842000', '103239.845000', '103239.847000', '103239.850000', '103239.852000', '103239.855000', '103239.858000', '103239.860000', '103239.863000', '103239.870000', '103239.872000', '103239.875000', '103239.878000', '103239.880000', '103239.883000', '103239.886000', '103239.888000', '103239.891000', '103239.894000', '103239.896000', '103239.899000', '103239.902000', '103239.904000', '103239.907000', '103239.910000', '103239.912000', '103239.915000', '103239.918000', '103239.920000', '103239.923000', '103239.925000', '103239.928000', '103239.931000', '103239.933000', '103239.936000', '103239.938000', '103239.941000', '103239.944000', '103239.946000', '103239.949000', '103239.951000', '103239.954000', '103259.837000', '103259.839000', '103259.842000', '103259.845000', '103259.848000', '103259.850000', '103259.853000', '103259.856000', '103259.858000', '103259.861000', '103259.863000', '103259.866000', '103259.869000', '103259.871000', '103259.874000', '103259.877000', '103259.879000', '103259.882000', '103259.884000', '103259.887000', '103259.890000', '103259.892000', '103259.895000', '103259.898000', '103259.900000', '103259.903000', '103259.905000', '103259.908000', '103259.911000', '103259.913000', '103259.916000', '103259.918000', '103259.921000', '103259.924000', '103259.926000', '103259.929000', '103259.932000', '103259.935000', '103259.937000', '103259.940000', '103259.942000', '103259.945000', '103259.948000', '103319.836000', '103319.839000', '103319.842000', '103319.845000', '103319.847000', '103319.850000', '103319.852000', '103319.855000', '103319.858000', '103319.860000', '103319.863000', '103319.866000', '103319.868000', '103319.871000', '103319.873000', '103319.876000', '103319.879000', '103319.881000', '103319.884000', '103319.886000', '103319.889000', '103319.922000', '103319.924000', '103319.927000', '103319.929000', '103319.932000', '103319.935000', '103319.937000', '103319.940000', '103319.942000', '103319.945000', '103319.948000', '103319.950000', '103319.953000', '103319.955000', '103319.958000', '103319.961000', '103319.963000', '103319.966000', '103319.969000', '103319.972000', '103319.974000', '103319.977000', '103319.980000', '103339.836000', '103339.839000', '103339.842000', '103339.845000', '103339.847000', '103339.850000', '103339.853000', '103339.855000', '103339.858000', '103339.861000', '103339.863000', '103339.866000', '103339.868000', '103339.871000', '103339.874000', '103339.876000', '103339.879000', '103339.882000', '103339.884000', '103339.887000', '103339.890000', '103339.892000', '103339.895000', '103339.898000', '103339.900000', '103339.903000', '103339.906000', '103339.908000', '103339.911000', '103339.914000', '103339.916000', '103339.919000', '103339.922000', '103339.924000', '103339.927000', '103339.930000', '103339.932000', '103339.940000', '103339.943000', '103339.945000', '103339.948000', '103339.950000', '103339.953000', '103359.836000', '103359.840000', '103359.842000', '103359.846000', '103359.848000', '103359.851000', '103359.854000', '103359.856000', '103359.859000', '103359.862000', '103359.864000', '103359.867000', '103359.870000', '103359.872000', '103359.875000', '103359.878000', '103359.880000', '103359.883000', '103359.886000', '103359.888000', '103359.891000', '103359.894000', '103359.896000', '103359.899000', '103359.901000', '103359.904000', '103359.907000', '103359.909000', '103359.912000', '103359.915000', '103359.917000', '103359.920000', '103359.922000', '103359.925000', '103359.928000', '103359.930000', '103359.933000', '103359.936000', '103359.938000', '103359.941000', '103359.943000', '103359.946000', '103359.949000', '103359.951000', '103419.837000', '103419.839000', '103419.842000', '103419.845000', '103419.848000', '103419.851000', '103419.853000', '103419.856000', '103419.858000', '103419.861000', '103419.864000', '103419.867000', '103419.869000', '103419.872000', '103419.875000', '103419.877000', '103419.880000', '103419.883000', '103419.885000', '103419.888000', '103419.891000', '103419.893000', '103419.896000', '103419.899000', '103419.901000', '103419.904000', '103419.907000', '103419.909000', '103419.912000', '103419.915000', '103419.917000', '103419.920000', '103419.923000', '103419.925000', '103419.928000', '103419.931000', '103419.933000', '103419.936000', '103419.938000', '103419.941000', '103419.944000', '103419.946000', '103419.949000', '103437.467000', '103437.470000', '103437.472000', '103437.475000', '103437.478000', '103437.480000', '103437.483000', '103437.486000', '103437.488000', '103437.491000', '103437.494000', '103437.496000', '103437.499000', '103437.502000', '103437.504000', '103437.507000', '103437.509000', '103437.512000', '103437.555000', '103437.558000', '103437.560000', '103437.563000', '103437.566000', '103437.568000', '103437.571000', '103437.573000', '103437.576000', '103437.579000', '103437.581000', '103437.584000', '103437.587000', '103437.589000', '103437.592000', '103437.595000', '103437.597000', '103437.600000', '103437.603000', '103437.605000', '103437.608000'], 'InstanceCreationTime': ['102559.890000', '102559.893000', '102559.896000', '102559.908000', '102559.910000', '102559.913000', '102559.916000', '102559.918000', '102559.921000', '102559.924000', '102559.926000', '102559.929000', '102559.931000', '102559.934000', '102559.937000', '102559.939000', '102559.942000', '102559.944000', '102559.947000', '102559.950000', '102559.952000', '102559.955000', '102559.958000', '102559.960000', '102559.964000', '102559.968000', '102559.971000', '102559.990000', '102559.993000', '102559.995000', '102619.836000', '102619.839000', '102619.842000', '102619.845000', '102619.847000', '102619.850000', '102619.853000', '102619.855000', '102619.858000', '102619.860000', '102619.863000', '102619.866000', '102619.868000', '102619.871000', '102619.873000', '102619.876000', '102619.879000', '102619.881000', '102619.884000', '102619.886000', '102619.889000', '102619.891000', '102619.894000', '102619.897000', '102619.899000', '102619.902000', '102619.905000', '102619.907000', '102619.910000', '102619.912000', '102619.915000', '102619.917000', '102619.920000', '102619.922000', '102619.925000', '102619.928000', '102619.930000', '102619.933000', '102619.942000', '102619.944000', '102619.952000', '102619.954000', '102619.957000', '102619.959000', '102639.836000', '102639.839000', '102639.842000', '102639.844000', '102639.847000', '102639.850000', '102639.852000', '102639.855000', '102639.857000', '102639.860000', '102639.862000', '102639.865000', '102639.868000', '102639.870000', '102639.873000', '102639.875000', '102639.878000', '102639.880000', '102639.883000', '102639.885000', '102639.888000', '102639.891000', '102639.893000', '102639.896000', '102639.899000', '102639.901000', '102639.904000', '102639.906000', '102639.909000', '102639.911000', '102639.914000', '102639.917000', '102639.919000', '102639.922000', '102639.924000', '102639.927000', '102639.929000', '102639.937000', '102639.939000', '102639.942000', '102639.944000', '102639.947000', '102639.950000', '102659.836000', '102659.839000', '102659.842000', '102659.845000', '102659.847000', '102659.850000', '102659.852000', '102659.855000', '102659.858000', '102659.861000', '102659.863000', '102659.866000', '102659.868000', '102659.871000', '102659.873000', '102659.876000', '102659.879000', '102659.881000', '102659.884000', '102659.886000', '102659.889000', '102659.891000', '102659.894000', '102659.897000', '102659.899000', '102659.902000', '102659.905000', '102659.907000', '102659.910000', '102659.912000', '102659.915000', '102659.917000', '102659.920000', '102659.923000', '102659.925000', '102659.928000', '102659.930000', '102659.933000', '102659.936000', '102659.938000', '102659.941000', '102659.943000', '102659.946000', '102659.949000', '102719.837000', '102719.839000', '102719.842000', '102719.845000', '102719.847000', '102719.850000', '102719.852000', '102719.855000', '102719.858000', '102719.860000', '102719.863000', '102719.865000', '102719.868000', '102719.871000', '102719.873000', '102719.876000', '102719.879000', '102719.881000', '102719.884000', '102719.886000', '102719.889000', '102719.892000', '102719.894000', '102719.897000', '102719.899000', '102719.902000', '102719.905000', '102719.907000', '102719.910000', '102719.913000', '102719.915000', '102719.918000', '102719.920000', '102719.923000', '102719.925000', '102719.928000', '102719.943000', '102719.946000', '102719.948000', '102719.951000', '102719.954000', '102719.956000', '102719.959000', '102739.836000', '102739.839000', '102739.842000', '102739.845000', '102739.847000', '102739.850000', '102739.852000', '102739.855000', '102739.858000', '102739.860000', '102739.863000', '102739.865000', '102739.868000', '102739.871000', '102739.873000', '102739.876000', '102739.878000', '102739.881000', '102739.884000', '102739.886000', '102739.890000', '102739.892000', '102739.895000', '102739.897000', '102739.900000', '102739.903000', '102739.905000', '102739.908000', '102739.910000', '102739.913000', '102739.916000', '102739.918000', '102739.921000', '102739.923000', '102739.926000', '102739.928000', '102739.931000', '102739.934000', '102739.936000', '102739.939000', '102739.941000', '102739.944000', '102739.947000', '102759.837000', '102759.839000', '102759.842000', '102759.845000', '102759.847000', '102759.850000', '102759.852000', '102759.855000', '102759.858000', '102759.860000', '102759.863000', '102759.865000', '102759.868000', '102759.871000', '102759.873000', '102759.876000', '102759.879000', '102759.893000', '102759.896000', '102759.898000', '102759.901000', '102759.903000', '102759.906000', '102759.909000', '102759.911000', '102759.914000', '102759.916000', '102759.919000', '102759.922000', '102759.924000', '102759.927000', '102759.929000', '102759.932000', '102759.934000', '102759.937000', '102759.940000', '102759.942000', '102759.945000', '102759.947000', '102759.950000', '102759.953000', '102759.955000', '102759.958000', '102759.960000', '102819.837000', '102819.839000', '102819.842000', '102819.845000', '102819.847000', '102819.850000', '102819.852000', '102819.855000', '102819.858000', '102819.860000', '102819.863000', '102819.865000', '102819.868000', '102819.871000', '102819.873000', '102819.876000', '102819.878000', '102819.881000', '102819.884000', '102819.886000', '102819.889000', '102819.892000', '102819.894000', '102819.897000', '102819.900000', '102819.902000', '102819.905000', '102819.907000', '102819.910000', '102819.913000', '102819.915000', '102819.918000', '102819.920000', '102819.923000', '102819.926000', '102819.928000', '102819.931000', '102819.933000', '102819.936000', '102819.938000', '102819.941000', '102819.944000', '102819.946000', '102819.949000', '102839.836000', '102839.839000', '102839.842000', '102839.845000', '102839.847000', '102839.850000', '102839.852000', '102839.855000', '102839.858000', '102839.860000', '102839.863000', '102839.865000', '102839.868000', '102839.871000', '102839.873000', '102839.876000', '102839.878000', '102839.881000', '102839.884000', '102839.886000', '102839.889000', '102839.891000', '102839.894000', '102839.897000', '102839.899000', '102839.902000', '102839.904000', '102839.907000', '102839.909000', '102839.912000', '102839.915000', '102839.917000', '102839.920000', '102839.922000', '102839.925000', '102839.928000', '102839.930000', '102839.933000', '102839.936000', '102839.938000', '102839.941000', '102839.943000', '102839.946000', '102859.837000', '102859.840000', '102859.842000', '102859.845000', '102859.848000', '102859.851000', '102859.854000', '102859.856000', '102859.859000', '102859.862000', '102859.864000', '102859.867000', '102859.869000', '102859.873000', '102859.876000', '102859.878000', '102859.881000', '102859.884000', '102859.886000', '102859.889000', '102859.891000', '102859.894000', '102859.897000', '102859.899000', '102859.902000', '102859.904000', '102859.907000', '102859.909000', '102859.912000', '102859.915000', '102859.917000', '102859.920000', '102859.929000', '102859.932000', '102859.935000', '102859.937000', '102859.940000', '102859.943000', '102859.945000', '102859.948000', '102859.950000', '102859.953000', '102859.956000', '102919.836000', '102919.839000', '102919.842000', '102919.844000', '102919.847000', '102919.850000', '102919.852000', '102919.855000', '102919.857000', '102919.860000', '102919.863000', '102919.865000', '102919.868000', '102919.870000', '102919.873000', '102919.875000', '102919.878000', '102919.880000', '102919.883000', '102919.886000', '102919.888000', '102919.891000', '102919.894000', '102919.896000', '102919.899000', '102919.901000', '102919.904000', '102919.906000', '102919.909000', '102919.912000', '102919.914000', '102919.917000', '102919.920000', '102919.922000', '102919.925000', '102919.927000', '102919.930000', '102919.933000', '102919.935000', '102919.938000', '102919.940000', '102919.943000', '102919.976000', '102919.978000', '102939.837000', '102939.839000', '102939.842000', '102939.845000', '102939.847000', '102939.850000', '102939.852000', '102939.855000', '102939.858000', '102939.860000', '102939.863000', '102939.865000', '102939.868000', '102939.871000', '102939.873000', '102939.876000', '102939.878000', '102939.881000', '102939.884000', '102939.886000', '102939.889000', '102939.891000', '102939.894000', '102939.897000', '102939.899000', '102939.902000', '102939.904000', '102939.907000', '102939.910000', '102939.912000', '102939.915000', '102939.918000', '102939.920000', '102939.923000', '102939.926000', '102939.928000', '102939.931000', '102939.934000', '102939.936000', '102939.939000', '102939.941000', '102939.944000', '102939.947000', '102939.949000', '102959.836000', '102959.838000', '102959.841000', '102959.844000', '102959.846000', '102959.849000', '102959.851000', '102959.854000', '102959.856000', '102959.859000', '102959.862000', '102959.864000', '102959.867000', '102959.869000', '102959.872000', '102959.875000', '102959.877000', '102959.880000', '102959.882000', '102959.885000', '102959.888000', '102959.890000', '102959.893000', '102959.895000', '102959.898000', '102959.900000', '102959.903000', '102959.906000', '102959.908000', '102959.911000', '102959.914000', '102959.916000', '102959.919000', '102959.921000', '102959.924000', '102959.926000', '102959.929000', '102959.932000', '102959.934000', '102959.937000', '102959.939000', '102959.942000', '102959.945000', '103019.836000', '103019.839000', '103019.842000', '103019.845000', '103019.847000', '103019.850000', '103019.852000', '103019.855000', '103019.858000', '103019.861000', '103019.863000', '103019.866000', '103019.869000', '103019.872000', '103019.874000', '103019.877000', '103019.879000', '103019.882000', '103019.885000', '103019.887000', '103019.890000', '103019.892000', '103019.895000', '103019.898000', '103019.900000', '103019.903000', '103019.905000', '103019.908000', '103019.910000', '103019.914000', '103019.917000', '103019.919000', '103019.922000', '103019.924000', '103019.927000', '103019.930000', '103019.932000', '103019.935000', '103019.937000', '103019.940000', '103019.943000', '103019.945000', '103019.948000', '103039.837000', '103039.840000', '103039.842000', '103039.845000', '103039.847000', '103039.850000', '103039.853000', '103039.855000', '103039.858000', '103039.860000', '103039.863000', '103039.866000', '103039.868000', '103039.871000', '103039.887000', '103039.890000', '103039.892000', '103039.895000', '103039.898000', '103039.900000', '103039.903000', '103039.905000', '103039.908000', '103039.910000', '103039.913000', '103039.916000', '103039.918000', '103039.921000', '103039.923000', '103039.926000', '103039.929000', '103039.931000', '103039.934000', '103039.936000', '103039.939000', '103039.942000', '103039.944000', '103039.947000', '103039.949000', '103039.952000', '103039.955000', '103039.957000', '103039.960000', '103039.963000', '103059.837000', '103059.839000', '103059.842000', '103059.845000', '103059.847000', '103059.850000', '103059.853000', '103059.855000', '103059.858000', '103059.860000', '103059.863000', '103059.866000', '103059.868000', '103059.871000', '103059.874000', '103059.876000', '103059.879000', '103059.882000', '103059.884000', '103059.887000', '103059.889000', '103059.892000', '103059.894000', '103059.897000', '103059.900000', '103059.902000', '103059.905000', '103059.907000', '103059.910000', '103059.913000', '103059.915000', '103059.918000', '103059.921000', '103059.923000', '103059.926000', '103059.929000', '103059.931000', '103059.934000', '103059.936000', '103059.939000', '103059.942000', '103059.944000', '103059.947000', '103119.837000', '103119.839000', '103119.842000', '103119.845000', '103119.847000', '103119.850000', '103119.853000', '103119.856000', '103119.858000', '103119.861000', '103119.863000', '103119.866000', '103119.869000', '103119.871000', '103119.874000', '103119.877000', '103119.880000', '103119.882000', '103119.885000', '103119.887000', '103119.890000', '103119.893000', '103119.902000', '103119.905000', '103119.908000', '103119.910000', '103119.913000', '103119.916000', '103119.918000', '103119.921000', '103119.923000', '103119.926000', '103119.929000', '103119.931000', '103119.934000', '103119.936000', '103119.939000', '103119.942000', '103119.944000', '103119.947000', '103119.950000', '103119.952000', '103119.955000', '103119.958000', '103139.837000', '103139.840000', '103139.842000', '103139.845000', '103139.848000', '103139.850000', '103139.853000', '103139.855000', '103139.858000', '103139.861000', '103139.863000', '103139.866000', '103139.868000', '103139.871000', '103139.874000', '103139.876000', '103139.879000', '103139.882000', '103139.884000', '103139.887000', '103139.890000', '103139.892000', '103139.895000', '103139.898000', '103139.900000', '103139.903000', '103139.906000', '103139.908000', '103139.911000', '103139.915000', '103139.918000', '103139.920000', '103139.923000', '103139.926000', '103139.929000', '103139.931000', '103139.934000', '103139.937000', '103139.940000', '103139.943000', '103139.945000', '103139.948000', '103139.951000', '103159.836000', '103159.839000', '103159.842000', '103159.844000', '103159.847000', '103159.850000', '103159.852000', '103159.855000', '103159.858000', '103159.861000', '103159.863000', '103159.866000', '103159.869000', '103159.871000', '103159.874000', '103159.877000', '103159.879000', '103159.882000', '103159.884000', '103159.887000', '103159.890000', '103159.892000', '103159.895000', '103159.897000', '103159.900000', '103159.913000', '103159.916000', '103159.918000', '103159.921000', '103159.924000', '103159.926000', '103159.929000', '103159.931000', '103159.934000', '103159.937000', '103159.939000', '103159.942000', '103159.944000', '103159.947000', '103159.950000', '103159.952000', '103159.955000', '103159.958000', '103159.960000', '103219.836000', '103219.838000', '103219.841000', '103219.844000', '103219.846000', '103219.849000', '103219.851000', '103219.854000', '103219.857000', '103219.859000', '103219.862000', '103219.864000', '103219.867000', '103219.870000', '103219.872000', '103219.875000', '103219.878000', '103219.880000', '103219.883000', '103219.886000', '103219.888000', '103219.891000', '103219.893000', '103219.896000', '103219.899000', '103219.901000', '103219.904000', '103219.907000', '103219.909000', '103219.912000', '103219.914000', '103219.917000', '103219.920000', '103219.923000', '103219.926000', '103219.929000', '103219.932000', '103219.936000', '103219.939000', '103219.941000', '103219.944000', '103219.947000', '103219.949000', '103239.836000', '103239.839000', '103239.842000', '103239.845000', '103239.847000', '103239.850000', '103239.852000', '103239.855000', '103239.858000', '103239.860000', '103239.863000', '103239.870000', '103239.872000', '103239.875000', '103239.878000', '103239.880000', '103239.883000', '103239.886000', '103239.888000', '103239.891000', '103239.894000', '103239.896000', '103239.899000', '103239.902000', '103239.904000', '103239.907000', '103239.910000', '103239.912000', '103239.915000', '103239.918000', '103239.920000', '103239.923000', '103239.925000', '103239.928000', '103239.931000', '103239.933000', '103239.936000', '103239.938000', '103239.941000', '103239.944000', '103239.946000', '103239.949000', '103239.951000', '103239.954000', '103259.837000', '103259.839000', '103259.842000', '103259.845000', '103259.848000', '103259.850000', '103259.853000', '103259.856000', '103259.858000', '103259.861000', '103259.863000', '103259.866000', '103259.869000', '103259.871000', '103259.874000', '103259.877000', '103259.879000', '103259.882000', '103259.884000', '103259.887000', '103259.890000', '103259.892000', '103259.895000', '103259.898000', '103259.900000', '103259.903000', '103259.905000', '103259.908000', '103259.911000', '103259.913000', '103259.916000', '103259.918000', '103259.921000', '103259.924000', '103259.926000', '103259.929000', '103259.932000', '103259.935000', '103259.937000', '103259.940000', '103259.942000', '103259.945000', '103259.948000', '103319.836000', '103319.839000', '103319.842000', '103319.845000', '103319.847000', '103319.850000', '103319.852000', '103319.855000', '103319.858000', '103319.860000', '103319.863000', '103319.866000', '103319.868000', '103319.871000', '103319.873000', '103319.876000', '103319.879000', '103319.881000', '103319.884000', '103319.886000', '103319.889000', '103319.922000', '103319.924000', '103319.927000', '103319.929000', '103319.932000', '103319.935000', '103319.937000', '103319.940000', '103319.942000', '103319.945000', '103319.948000', '103319.950000', '103319.953000', '103319.955000', '103319.958000', '103319.961000', '103319.963000', '103319.966000', '103319.969000', '103319.972000', '103319.974000', '103319.977000', '103319.980000', '103339.836000', '103339.839000', '103339.842000', '103339.845000', '103339.847000', '103339.850000', '103339.853000', '103339.855000', '103339.858000', '103339.861000', '103339.863000', '103339.866000', '103339.868000', '103339.871000', '103339.874000', '103339.876000', '103339.879000', '103339.882000', '103339.884000', '103339.887000', '103339.890000', '103339.892000', '103339.895000', '103339.898000', '103339.900000', '103339.903000', '103339.906000', '103339.908000', '103339.911000', '103339.914000', '103339.916000', '103339.919000', '103339.922000', '103339.924000', '103339.927000', '103339.930000', '103339.932000', '103339.940000', '103339.943000', '103339.945000', '103339.948000', '103339.950000', '103339.953000', '103359.836000', '103359.840000', '103359.842000', '103359.846000', '103359.848000', '103359.851000', '103359.854000', '103359.856000', '103359.859000', '103359.862000', '103359.864000', '103359.867000', '103359.870000', '103359.872000', '103359.875000', '103359.878000', '103359.880000', '103359.883000', '103359.886000', '103359.888000', '103359.891000', '103359.894000', '103359.896000', '103359.899000', '103359.901000', '103359.904000', '103359.907000', '103359.909000', '103359.912000', '103359.915000', '103359.917000', '103359.920000', '103359.922000', '103359.925000', '103359.928000', '103359.930000', '103359.933000', '103359.936000', '103359.938000', '103359.941000', '103359.943000', '103359.946000', '103359.949000', '103359.951000', '103419.837000', '103419.839000', '103419.842000', '103419.845000', '103419.848000', '103419.851000', '103419.853000', '103419.856000', '103419.858000', '103419.861000', '103419.864000', '103419.867000', '103419.869000', '103419.872000', '103419.875000', '103419.877000', '103419.880000', '103419.883000', '103419.885000', '103419.888000', '103419.891000', '103419.893000', '103419.896000', '103419.899000', '103419.901000', '103419.904000', '103419.907000', '103419.909000', '103419.912000', '103419.915000', '103419.917000', '103419.920000', '103419.923000', '103419.925000', '103419.928000', '103419.931000', '103419.933000', '103419.936000', '103419.938000', '103419.941000', '103419.944000', '103419.946000', '103419.949000', '103437.467000', '103437.470000', '103437.472000', '103437.475000', '103437.478000', '103437.480000', '103437.483000', '103437.486000', '103437.488000', '103437.491000', '103437.494000', '103437.496000', '103437.499000', '103437.502000', '103437.504000', '103437.507000', '103437.509000', '103437.512000', '103437.555000', '103437.558000', '103437.560000', '103437.563000', '103437.566000', '103437.568000', '103437.571000', '103437.573000', '103437.576000', '103437.579000', '103437.581000', '103437.584000', '103437.587000', '103437.589000', '103437.592000', '103437.595000', '103437.597000', '103437.600000', '103437.603000', '103437.605000', '103437.608000'], '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': [9598, 9060, 8912, 8393, 8676, 8154, 8559, 8256, 8514, 8158, 8284, 8502, 8565, 8531, 8889, 8657, 8822, 8526, 8526, 8340, 8372, 8218, 8318, 8210, 8408, 8075, 8296, 8096, 8232, 8203, 8462, 8189, 8383, 8270, 8183, 8376, 8184, 8191, 8453, 8307, 8140, 8098, 8073, 8119, 7995, 8293, 8404, 8196, 8112, 8135, 7994, 8074, 8155, 8127, 7977, 8000, 7819, 8149, 7933, 8197, 8133, 8326, 8051, 8079, 8172, 8294, 8273, 8358, 8090, 8294, 8024, 8443, 8082, 8298, 8474, 8512, 8146, 8273, 8303, 8225, 8223, 8192, 8248, 8027, 8205, 8161, 8227, 8284, 8389, 8042, 8062, 7901, 8045, 7795, 8364, 8138, 8188, 8179, 8141, 8228, 8236, 8229, 8155, 8026, 8190, 8103, 8065, 8154, 8272, 8126, 7916, 8321, 8007, 8033, 8235, 8409, 8357, 8094, 8118, 8156, 8181, 8083, 8104, 8378, 8416, 8195, 8215, 8303, 7994, 8210, 8134, 8071, 8079, 8389, 8075, 8265, 8298, 8389, 8234, 7959, 8173, 8124, 8059, 8140, 8166, 8201, 8222, 8151, 8091, 8021, 7905, 8136, 8117, 8012, 8439, 8171, 8204, 8180, 8294, 8275, 8217, 8099, 8278, 8142, 8211, 7978, 7883, 8474, 7986, 8363, 8209, 8466, 8278, 8366, 8361, 8424, 8271, 8291, 8276, 8556, 8075, 8411, 7973, 8210, 8098, 8359, 8005, 8160, 7941, 8346, 8322, 8486, 8201, 8130, 8410, 8155, 7828, 8334, 8209, 8241, 8415, 8212, 8159, 8159, 8245, 8310, 8441, 8295, 8319, 8160, 8397, 8239, 8353, 7897, 8153, 8163, 8230, 8330, 8204, 8091, 8151, 8448, 8082, 8224, 8493, 8244, 8281, 8285, 8134, 8288, 8540, 8087, 8352, 7946, 8155, 8191, 8260, 8061, 8282, 8210, 8074, 7954, 8129, 8193, 8291, 7950, 7915, 8079, 8266, 8238, 8149, 8384, 8206, 8177, 8027, 8272, 8071, 8196, 8159, 8014, 8207, 8149, 8164, 8289, 8123, 8263, 8054, 8185, 8317, 8304, 8394, 8107, 8179, 8276, 7913, 8302, 8316, 8494, 8155, 7942, 8155, 8299, 7925, 8188, 8059, 8241, 8259, 8066, 7866, 8018, 8111, 8256, 7858, 8470, 8036, 8128, 8245, 8052, 8381, 8312, 8118, 8119, 8381, 7770, 8037, 8136, 8107, 8450, 8325, 8113, 8057, 8352, 8223, 8141, 8351, 8059, 8042, 8271, 8009, 8330, 8416, 8242, 8256, 8070, 8550, 8218, 8385, 8235, 8251, 8142, 8337, 8303, 8171, 8166, 8295, 8061, 8356, 8136, 8159, 8061, 8228, 8241, 7986, 8477, 8325, 8269, 8127, 8327, 8038, 8328, 8486, 8170, 8167, 8207, 8350, 8281, 8235, 8002, 8025, 8052, 8384, 8224, 8419, 8225, 8496, 8509, 8595, 8584, 8144, 8218, 8277, 7988, 8292, 8246, 8166, 7901, 8177, 7887, 8459, 8115, 8223, 7991, 8042, 8185, 8048, 8288, 8250, 8253, 8251, 8080, 8053, 8230, 8206, 7976, 8186, 7970, 7892, 7800, 8037, 8117, 8163, 8028, 8091, 8456, 8183, 8072, 8335, 8063, 8190, 8150, 8066, 8078, 8256, 7893, 8363, 8024, 8078, 8064, 8406, 8566, 8512, 8448, 8499, 8479, 8318, 8445, 8360, 8469, 8213, 8148, 8276, 8222, 8050, 8392, 8377, 8285, 8366, 8237, 8371, 8257, 8155, 8332, 8364, 8192, 8173, 8174, 8232, 7940, 8341, 8163, 8350, 8058, 8479, 8243, 8312, 8002, 8285, 8065, 8340, 8263, 8172, 8569, 8162, 8048, 8154, 8424, 7885, 8312, 8186, 8272, 8353, 8316, 8172, 8080, 8118, 8340, 8204, 8799, 8474, 8114, 8577, 8255, 8585, 8367, 8035, 8267, 8682, 7860, 8379, 7892, 8003, 8124, 8153, 8684, 8527, 8389, 9023, 8673, 8562, 8604, 8388, 8554, 8470, 8593, 8868, 8465, 8527, 8338, 8897, 8403, 8573, 8691, 8668, 8582, 8500, 8674, 8558, 8678, 8680, 8504, 8539, 8299, 8692, 8310, 8459, 8367, 8278, 8252, 8346, 8526, 8393, 8552, 8605, 8580, 8576, 8569, 8363, 8343, 8442, 8266, 8448, 8168, 8524, 8299, 8224, 8273, 8357, 8429, 8371, 8395, 8130, 8332, 8305, 8313, 8258, 8312, 8395, 8572, 8387, 8514, 8358, 8565, 8285, 8156, 8155, 8267, 8167, 8206, 8537, 8510, 8290, 8606, 8417, 8611, 8063, 8305, 8024, 8317, 8163, 8388, 8258, 8313, 8218, 8294, 8287, 8148, 8550, 8486, 8196, 8555, 8211, 8402, 8234, 8278, 8140, 8453, 8318, 8409, 8550, 8565, 8382, 8657, 8146, 8350, 8438, 8505, 8302, 8308, 8420, 8049, 8393, 8454, 8279, 8105, 8441, 8194, 8219, 8123, 8238, 8424, 8435, 8424, 8275, 8390, 8593, 8350, 8148, 8556, 8144, 8435, 8175, 8089, 8282, 8106, 8450, 8266, 8119, 8547, 8215, 8471, 8335, 8200, 8232, 8463, 8295, 8378, 8419, 8469, 8332, 8297, 8225, 8029, 8498, 8266, 8340, 8088, 8435, 8254, 8738, 8113, 8566, 8499, 8493, 8321, 8201, 8375, 8348, 8304, 8406, 8046, 8375, 7951, 8084, 8189, 8132, 8090, 8161, 8023, 8417, 8582, 8076, 8358, 8022, 8099, 8180, 8174, 8139, 8186, 8131, 8153, 8119, 8104, 8431, 8413, 8185, 8165, 8272, 8317, 8476, 8283, 8174, 8068, 8187, 8379, 8387, 8286, 8078, 8458, 8276, 8032, 8087, 8207, 8305, 8306, 8435, 8270, 8169, 8248, 8265, 8206, 8304, 8239, 8334, 8240, 8327, 8361, 8021, 8324, 8545, 8102, 8254, 8344, 8469, 8431, 8239, 8345, 8372, 8257, 8195, 8515, 8230, 8276, 8418, 8201, 8154, 8403, 8193, 8452, 8161, 8625, 8167, 8135, 8074, 8123, 8344, 8216, 8198, 7941, 7962, 7992, 8268, 8315, 8143, 8160, 8013, 8300, 8199, 8187, 8092, 8301, 7980, 7966, 8006, 7976, 7929, 8163, 8210, 8233, 8151, 8140, 8223, 8477, 8321, 8489, 7933, 8277, 8270, 8146, 8144, 8222, 8029, 8213, 8434, 8308, 8255, 8069, 8186, 8211, 8315, 8286, 8158, 8033, 8081, 8335, 8079, 8170, 8266, 8320, 8189, 8301, 8220, 8165, 8140, 8112, 8240, 8092, 8202, 8244, 8028, 8415, 8019, 8478, 8339, 8347, 8199, 8119, 8115, 7980, 8231, 8338, 8301, 8213, 8079, 8157, 8033, 8003, 8067, 8217, 8073, 8119, 8077, 8310, 8215, 8358, 8186, 8080, 8402, 8181, 8503, 8045, 8097, 8183, 8063, 8195, 8459, 8103, 8150, 8195, 8039, 8369, 7909, 8284, 7932, 8160, 8046, 8416, 8113, 8310, 8298, 8079, 8062, 8133, 8106, 7850, 8359, 8242, 8066, 8374, 8446, 8744, 8562, 8411, 8280, 8080, 8087, 8234, 8238, 8267, 8277, 8155, 8254, 8258, 8218, 8238, 7978, 8163, 8011, 8269, 8236, 8239, 8021, 8218, 8083, 8262, 8186, 8200, 8311, 8111, 8336, 8309, 8206, 8350, 8244, 7962, 8081, 8254, 8167, 8210, 8271, 8466, 8120, 8263, 8064, 8138, 8276, 8350, 8182, 8360, 8179, 8056, 8271, 8314, 8155, 8260, 8015, 8140, 7856, 8511, 8068, 8062, 8085, 8576, 8176, 8255, 8212, 8346, 8356, 8026, 8635, 8143, 8386, 8323, 8276, 8405, 8452, 8066, 8077, 8239, 8227, 8137, 8137, 8319, 8060, 8060, 7841, 8483, 8206, 8378, 8350, 8119, 8367, 8129, 8607, 8113, 8340, 8280, 8232, 8002, 8193, 8119, 8130, 8469, 8160, 8121, 8194, 8063, 8155, 8179, 8198, 7948, 7893, 8027, 8096, 8180, 8221, 8335, 8192, 8112, 8305, 8429, 8419, 8232, 8233, 8193, 8265, 8279, 8228, 8175, 8689, 7940, 8294, 8076, 8520, 8599, 8174, 8627, 8090, 8417, 8469, 8309, 8300, 8171, 8257, 8302, 8112, 8442, 8259, 8366, 8084, 7973, 8490, 7984, 8244, 8260, 8249, 8162, 8420, 8477, 8265, 8334, 8291, 8462, 8424, 8512, 8132, 8268, 8243, 8295, 7858, 8400, 8189, 8351, 8156, 8396, 8303, 8341, 8450, 8538, 8523, 8293, 8350, 8325, 8438, 8149, 8212, 8332, 8320, 8139, 8212, 8214, 8211, 8081, 8299, 8637, 8134, 8369, 8352, 8333, 8338, 8199, 8257, 8168, 8354, 8055, 8376, 7993, 8195, 8216, 8223, 8175, 8144, 8312, 8176, 8384, 8037, 8233, 8167, 8073, 8287, 8181, 8180, 8142, 8073, 8029, 8321, 7966, 8038, 8309, 8204, 8352, 8337, 8199, 8170, 8383, 8058, 8499, 7973, 8148, 8301, 8588, 8420, 8463, 8212, 8210, 8406, 8257, 8314, 8387, 8070, 8318, 8264, 8155, 8384, 8185, 8395, 8206, 8462, 8122, 8483, 8120, 8386, 8365, 8487, 8320, 8580, 8580, 8440, 8314, 8447, 8312, 8444, 8095, 8457, 8545, 8216, 8197], 'WindowCenter': [4525.0, 4496.0, 4493.0, 4483.0, 4483.0, 4469.0, 4482.0, 4469.0, 4467.0, 4457.0, 4465.0, 4477.0, 4483.0, 4483.0, 4470.0, 4468.0, 4480.0, 4472.0, 4490.0, 4468.0, 4468.0, 4468.0, 4482.0, 4480.0, 4481.0, 4482.0, 4479.0, 4482.0, 4481.0, 4480.0, 4464.0, 4466.0, 4475.0, 4468.0, 4477.0, 4477.0, 4477.0, 4467.0, 4477.0, 4478.0, 4477.0, 4467.0, 4466.0, 4476.0, 4475.0, 4479.0, 4478.0, 4477.0, 4478.0, 4479.0, 4476.0, 4478.0, 4477.0, 4478.0, 4479.0, 4479.0, 4479.0, 4480.0, 4478.0, 4481.0, 4480.0, 4479.0, 4481.0, 4480.0, 4481.0, 4480.0, 4493.0, 4492.0, 4494.0, 4493.0, 4480.0, 4492.0, 4492.0, 4493.0, 4494.0, 4502.0, 4490.0, 4491.0, 4478.0, 4491.0, 4489.0, 4492.0, 4491.0, 4479.0, 4490.0, 4489.0, 4491.0, 4492.0, 4490.0, 4478.0, 4480.0, 4479.0, 4491.0, 4481.0, 4490.0, 4489.0, 4491.0, 4492.0, 4482.0, 4491.0, 4479.0, 4480.0, 4481.0, 4480.0, 4491.0, 4480.0, 4478.0, 4480.0, 4490.0, 4480.0, 4481.0, 4478.0, 4480.0, 4480.0, 4491.0, 4493.0, 4491.0, 4481.0, 4481.0, 4492.0, 4493.0, 4493.0, 4493.0, 4488.0, 4490.0, 4480.0, 4490.0, 4489.0, 4478.0, 4479.0, 4479.0, 4480.0, 4480.0, 4480.0, 4477.0, 4478.0, 4477.0, 4477.0, 4479.0, 4478.0, 4475.0, 4466.0, 4466.0, 4477.0, 4478.0, 4477.0, 4476.0, 4478.0, 4478.0, 4476.0, 4479.0, 4479.0, 4478.0, 4479.0, 4479.0, 4479.0, 4480.0, 4478.0, 4476.0, 4480.0, 4489.0, 4479.0, 4489.0, 4481.0, 4478.0, 4480.0, 4493.0, 4491.0, 4491.0, 4490.0, 4490.0, 4481.0, 4491.0, 4492.0, 4493.0, 4492.0, 4492.0, 4493.0, 4493.0, 4505.0, 4495.0, 4494.0, 4492.0, 4491.0, 4493.0, 4493.0, 4493.0, 4492.0, 4492.0, 4492.0, 4492.0, 4493.0, 4492.0, 4490.0, 4493.0, 4484.0, 4466.0, 4476.0, 4469.0, 4472.0, 4459.0, 4472.0, 4500.0, 4533.0, 4517.0, 4492.0, 4491.0, 4493.0, 4493.0, 4493.0, 4490.0, 4493.0, 4492.0, 4495.0, 4493.0, 4493.0, 4481.0, 4491.0, 4480.0, 4482.0, 4481.0, 4478.0, 4468.0, 4478.0, 4491.0, 4480.0, 4479.0, 4477.0, 4477.0, 4480.0, 4488.0, 4482.0, 4478.0, 4479.0, 4481.0, 4481.0, 4493.0, 4482.0, 4492.0, 4481.0, 4481.0, 4493.0, 4484.0, 4492.0, 4493.0, 4480.0, 4481.0, 4481.0, 4494.0, 4493.0, 4484.0, 4489.0, 4491.0, 4491.0, 4482.0, 4494.0, 4483.0, 4492.0, 4479.0, 4482.0, 4481.0, 4482.0, 4480.0, 4480.0, 4471.0, 4482.0, 4480.0, 4482.0, 4482.0, 4477.0, 4481.0, 4479.0, 4481.0, 4483.0, 4479.0, 4481.0, 4480.0, 4491.0, 4481.0, 4482.0, 4480.0, 4478.0, 4470.0, 4479.0, 4482.0, 4481.0, 4481.0, 4481.0, 4480.0, 4481.0, 4482.0, 4494.0, 4483.0, 4482.0, 4483.0, 4482.0, 4482.0, 4494.0, 4493.0, 4493.0, 4481.0, 4482.0, 4482.0, 4484.0, 4483.0, 4482.0, 4480.0, 4481.0, 4482.0, 4481.0, 4483.0, 4493.0, 4481.0, 4480.0, 4494.0, 4483.0, 4484.0, 4494.0, 4481.0, 4480.0, 4493.0, 4492.0, 4483.0, 4494.0, 4491.0, 4481.0, 4481.0, 4490.0, 4492.0, 4482.0, 4491.0, 4482.0, 4481.0, 4482.0, 4494.0, 4484.0, 4482.0, 4481.0, 4482.0, 4484.0, 4493.0, 4493.0, 4481.0, 4481.0, 4482.0, 4482.0, 4482.0, 4480.0, 4481.0, 4478.0, 4479.0, 4481.0, 4480.0, 4481.0, 4481.0, 4480.0, 4479.0, 4481.0, 4480.0, 4483.0, 4494.0, 4493.0, 4483.0, 4494.0, 4494.0, 4506.0, 4506.0, 4504.0, 4496.0, 4495.0, 4496.0, 4495.0, 4509.0, 4506.0, 4493.0, 4496.0, 4496.0, 4497.0, 4496.0, 4494.0, 4489.0, 4477.0, 4474.0, 4476.0, 4482.0, 4483.0, 4482.0, 4485.0, 4483.0, 4498.0, 4497.0, 4494.0, 4482.0, 4484.0, 4494.0, 4494.0, 4484.0, 4482.0, 4483.0, 4481.0, 4494.0, 4480.0, 4483.0, 4480.0, 4480.0, 4469.0, 4478.0, 4467.0, 4480.0, 4469.0, 4467.0, 4469.0, 4480.0, 4479.0, 4481.0, 4481.0, 4470.0, 4480.0, 4489.0, 4497.0, 4486.0, 4475.0, 4473.0, 4477.0, 4487.0, 4477.0, 4490.0, 4491.0, 4505.0, 4492.0, 4490.0, 4481.0, 4481.0, 4493.0, 4509.0, 4493.0, 4495.0, 4484.0, 4483.0, 4482.0, 4482.0, 4493.0, 4480.0, 4468.0, 4478.0, 4480.0, 4482.0, 4480.0, 4480.0, 4481.0, 4480.0, 4469.0, 4483.0, 4480.0, 4481.0, 4469.0, 4480.0, 4469.0, 4481.0, 4480.0, 4478.0, 4479.0, 4479.0, 4470.0, 4470.0, 4480.0, 4469.0, 4468.0, 4479.0, 4479.0, 4481.0, 4481.0, 4481.0, 4481.0, 4480.0, 4480.0, 4488.0, 4498.0, 4484.0, 4482.0, 4475.0, 4459.0, 4436.0, 4442.0, 4443.0, 4475.0, 4500.0, 4492.0, 4515.0, 4525.0, 4524.0, 4527.0, 4526.0, 4500.0, 4469.0, 4466.0, 4449.0, 4435.0, 4449.0, 4455.0, 4460.0, 4471.0, 4460.0, 4460.0, 4445.0, 4420.0, 4418.0, 4419.0, 4428.0, 4418.0, 4431.0, 4430.0, 4431.0, 4431.0, 4442.0, 4445.0, 4459.0, 4443.0, 4432.0, 4432.0, 4444.0, 4434.0, 4445.0, 4447.0, 4461.0, 4450.0, 4452.0, 4448.0, 4447.0, 4447.0, 4447.0, 4453.0, 4466.0, 4464.0, 4452.0, 4478.0, 4486.0, 4487.0, 4499.0, 4499.0, 4487.0, 4476.0, 4488.0, 4489.0, 4489.0, 4488.0, 4488.0, 4489.0, 4500.0, 4489.0, 4478.0, 4488.0, 4475.0, 4476.0, 4476.0, 4476.0, 4476.0, 4487.0, 4475.0, 4488.0, 4488.0, 4501.0, 4490.0, 4503.0, 4481.0, 4490.0, 4490.0, 4479.0, 4489.0, 4491.0, 4491.0, 4492.0, 4496.0, 4503.0, 4482.0, 4481.0, 4482.0, 4493.0, 4491.0, 4491.0, 4479.0, 4480.0, 4491.0, 4493.0, 4491.0, 4492.0, 4491.0, 4478.0, 4488.0, 4490.0, 4480.0, 4480.0, 4477.0, 4478.0, 4477.0, 4480.0, 4479.0, 4479.0, 4479.0, 4478.0, 4466.0, 4477.0, 4478.0, 4477.0, 4476.0, 4477.0, 4477.0, 4478.0, 4477.0, 4466.0, 4465.0, 4477.0, 4475.0, 4466.0, 4478.0, 4476.0, 4475.0, 4477.0, 4477.0, 4478.0, 4478.0, 4476.0, 4475.0, 4465.0, 4473.0, 4477.0, 4467.0, 4476.0, 4465.0, 4474.0, 4477.0, 4468.0, 4479.0, 4478.0, 4475.0, 4476.0, 4469.0, 4488.0, 4480.0, 4481.0, 4491.0, 4479.0, 4480.0, 4491.0, 4492.0, 4493.0, 4492.0, 4491.0, 4492.0, 4495.0, 4493.0, 4495.0, 4492.0, 4493.0, 4491.0, 4492.0, 4493.0, 4492.0, 4492.0, 4491.0, 4491.0, 4514.0, 4487.0, 4471.0, 4462.0, 4478.0, 4492.0, 4492.0, 4495.0, 4501.0, 4499.0, 4499.0, 4488.0, 4485.0, 4487.0, 4500.0, 4499.0, 4502.0, 4499.0, 4498.0, 4485.0, 4482.0, 4473.0, 4473.0, 4469.0, 4470.0, 4471.0, 4481.0, 4472.0, 4472.0, 4472.0, 4470.0, 4469.0, 4469.0, 4468.0, 4469.0, 4470.0, 4471.0, 4481.0, 4468.0, 4469.0, 4471.0, 4481.0, 4482.0, 4479.0, 4470.0, 4469.0, 4471.0, 4472.0, 4472.0, 4470.0, 4470.0, 4471.0, 4471.0, 4482.0, 4483.0, 4482.0, 4470.0, 4469.0, 4469.0, 4471.0, 4481.0, 4471.0, 4469.0, 4469.0, 4469.0, 4470.0, 4471.0, 4468.0, 4468.0, 4468.0, 4467.0, 4469.0, 4470.0, 4479.0, 4468.0, 4468.0, 4468.0, 4468.0, 4481.0, 4482.0, 4481.0, 4479.0, 4481.0, 4481.0, 4480.0, 4481.0, 4484.0, 4482.0, 4482.0, 4483.0, 4484.0, 4484.0, 4484.0, 4483.0, 4483.0, 4483.0, 4485.0, 4482.0, 4486.0, 4496.0, 4484.0, 4472.0, 4482.0, 4485.0, 4484.0, 4486.0, 4484.0, 4487.0, 4498.0, 4488.0, 4499.0, 4500.0, 4484.0, 4486.0, 4486.0, 4498.0, 4488.0, 4489.0, 4487.0, 4485.0, 4486.0, 4487.0, 4495.0, 4487.0, 4484.0, 4480.0, 4473.0, 4473.0, 4483.0, 4483.0, 4483.0, 4472.0, 4482.0, 4473.0, 4470.0, 4472.0, 4481.0, 4471.0, 4471.0, 4472.0, 4471.0, 4484.0, 4484.0, 4473.0, 4484.0, 4483.0, 4482.0, 4494.0, 4495.0, 4482.0, 4483.0, 4484.0, 4486.0, 4498.0, 4488.0, 4487.0, 4485.0, 4487.0, 4498.0, 4498.0, 4497.0, 4485.0, 4484.0, 4484.0, 4486.0, 4487.0, 4474.0, 4471.0, 4483.0, 4484.0, 4486.0, 4486.0, 4487.0, 4484.0, 4475.0, 4473.0, 4483.0, 4484.0, 4474.0, 4474.0, 4472.0, 4484.0, 4484.0, 4474.0, 4475.0, 4484.0, 4470.0, 4469.0, 4472.0, 4473.0, 4472.0, 4472.0, 4471.0, 4472.0, 4471.0, 4472.0, 4484.0, 4472.0, 4471.0, 4471.0, 4483.0, 4485.0, 4487.0, 4485.0, 4484.0, 4485.0, 4488.0, 4497.0, 4488.0, 4485.0, 4485.0, 4486.0, 4487.0, 4486.0, 4485.0, 4475.0, 4483.0, 4474.0, 4484.0, 4471.0, 4462.0, 4465.0, 4469.0, 4470.0, 4471.0, 4484.0, 4486.0, 4487.0, 4485.0, 4484.0, 4482.0, 4484.0, 4486.0, 4484.0, 4483.0, 4470.0, 4481.0, 4471.0, 4483.0, 4472.0, 4470.0, 4470.0, 4468.0, 4470.0, 4472.0, 4471.0, 4458.0, 4469.0, 4471.0, 4471.0, 4471.0, 4471.0, 4470.0, 4470.0, 4470.0, 4471.0, 4481.0, 4482.0, 4470.0, 4471.0, 4481.0, 4473.0, 4483.0, 4470.0, 4471.0, 4482.0, 4480.0, 4484.0, 4485.0, 4483.0, 4483.0, 4483.0, 4483.0, 4483.0, 4485.0, 4483.0, 4482.0, 4483.0, 4484.0, 4483.0, 4485.0, 4483.0, 4471.0, 4481.0, 4483.0, 4472.0, 4472.0, 4482.0, 4469.0, 4470.0, 4471.0, 4482.0, 4482.0, 4482.0, 4471.0, 4483.0, 4483.0, 4484.0, 4484.0, 4482.0, 4483.0, 4482.0, 4472.0, 4484.0, 4495.0, 4482.0, 4480.0, 4470.0, 4469.0, 4471.0, 4470.0, 4481.0, 4471.0, 4469.0, 4481.0, 4479.0, 4471.0, 4484.0, 4484.0, 4471.0, 4482.0, 4483.0, 4484.0, 4484.0, 4485.0, 4483.0, 4483.0, 4482.0, 4483.0, 4482.0, 4483.0, 4485.0, 4483.0, 4482.0, 4482.0, 4484.0, 4483.0, 4485.0, 4482.0, 4483.0, 4483.0, 4484.0, 4484.0, 4496.0, 4496.0, 4485.0, 4483.0, 4484.0, 4485.0, 4485.0, 4484.0, 4484.0, 4481.0, 4482.0, 4481.0, 4472.0, 4482.0, 4481.0, 4480.0, 4480.0, 4481.0, 4481.0, 4482.0, 4485.0, 4484.0, 4485.0, 4495.0, 4485.0, 4485.0, 4493.0, 4484.0, 4484.0, 4483.0, 4485.0, 4485.0, 4484.0, 4482.0, 4483.0, 4483.0, 4484.0, 4494.0, 4482.0, 4480.0, 4484.0, 4482.0, 4486.0, 4495.0, 4484.0, 4483.0, 4485.0, 4484.0, 4485.0, 4483.0, 4483.0, 4481.0, 4482.0, 4484.0, 4484.0, 4484.0, 4480.0, 4481.0, 4482.0, 4482.0, 4482.0, 4484.0, 4482.0, 4473.0, 4483.0, 4483.0, 4483.0, 4484.0, 4481.0, 4482.0, 4472.0, 4483.0, 4482.0, 4481.0, 4480.0, 4482.0, 4482.0, 4483.0, 4483.0, 4471.0, 4478.0, 4481.0, 4482.0, 4482.0, 4483.0, 4481.0, 4470.0, 4480.0, 4481.0, 4483.0, 4483.0, 4482.0, 4481.0, 4483.0, 4483.0, 4495.0, 4483.0, 4481.0, 4483.0, 4483.0, 4485.0, 4486.0, 4483.0, 4482.0, 4484.0, 4482.0, 4485.0, 4484.0, 4482.0, 4480.0, 4483.0, 4482.0, 4483.0, 4481.0, 4482.0, 4482.0, 4481.0, 4483.0, 4482.0, 4470.0, 4481.0, 4481.0, 4482.0, 4484.0, 4482.0, 4480.0, 4480.0, 4482.0, 4483.0, 4483.0, 4482.0, 4482.0, 4482.0, 4483.0, 4482.0, 4469.0, 4471.0, 4480.0, 4481.0, 4483.0, 4494.0, 4481.0, 4483.0, 4484.0, 4484.0, 4492.0, 4489.0, 4463.0, 4475.0, 4489.0, 4509.0, 4497.0], 'WindowWidth': [9972.0, 9916.0, 9901.0, 9885.0, 9882.0, 9859.0, 9876.0, 9855.0, 9849.0, 9832.0, 9844.0, 9866.0, 9874.0, 9875.0, 9852.0, 9849.0, 9869.0, 9857.0, 9887.0, 9852.0, 9849.0, 9852.0, 9875.0, 9873.0, 9876.0, 9878.0, 9874.0, 9879.0, 9878.0, 9874.0, 9845.0, 9848.0, 9862.0, 9852.0, 9866.0, 9867.0, 9865.0, 9852.0, 9869.0, 9868.0, 9868.0, 9854.0, 9852.0, 9867.0, 9866.0, 9874.0, 9872.0, 9868.0, 9870.0, 9872.0, 9869.0, 9874.0, 9869.0, 9871.0, 9875.0, 9874.0, 9875.0, 9876.0, 9870.0, 9876.0, 9876.0, 9874.0, 9879.0, 9879.0, 9878.0, 9877.0, 9898.0, 9896.0, 9902.0, 9900.0, 9879.0, 9896.0, 9898.0, 9901.0, 9901.0, 9912.0, 9892.0, 9892.0, 9874.0, 9893.0, 9890.0, 9896.0, 9894.0, 9874.0, 9890.0, 9889.0, 9896.0, 9898.0, 9893.0, 9874.0, 9879.0, 9877.0, 9896.0, 9881.0, 9892.0, 9891.0, 9893.0, 9894.0, 9882.0, 9894.0, 9875.0, 9876.0, 9881.0, 9878.0, 9895.0, 9876.0, 9873.0, 9878.0, 9892.0, 9878.0, 9881.0, 9873.0, 9875.0, 9876.0, 9894.0, 9900.0, 9896.0, 9881.0, 9880.0, 9896.0, 9900.0, 9901.0, 9900.0, 9886.0, 9889.0, 9876.0, 9892.0, 9889.0, 9871.0, 9874.0, 9874.0, 9873.0, 9875.0, 9876.0, 9867.0, 9868.0, 9869.0, 9868.0, 9873.0, 9870.0, 9861.0, 9851.0, 9852.0, 9868.0, 9871.0, 9867.0, 9864.0, 9870.0, 9869.0, 9866.0, 9873.0, 9872.0, 9870.0, 9872.0, 9873.0, 9872.0, 9876.0, 9872.0, 9867.0, 9876.0, 9888.0, 9873.0, 9889.0, 9879.0, 9871.0, 9876.0, 9898.0, 9892.0, 9894.0, 9892.0, 9890.0, 9880.0, 9893.0, 9897.0, 9899.0, 9897.0, 9896.0, 9899.0, 9900.0, 9918.0, 9908.0, 9905.0, 9896.0, 9894.0, 9901.0, 9900.0, 9903.0, 9900.0, 9896.0, 9897.0, 9897.0, 9898.0, 9896.0, 9894.0, 9900.0, 9887.0, 9850.0, 9867.0, 9852.0, 9858.0, 9835.0, 9856.0, 9911.0, 9982.0, 9943.0, 9899.0, 9894.0, 9898.0, 9901.0, 9899.0, 9892.0, 9897.0, 9896.0, 9903.0, 9899.0, 9897.0, 9877.0, 9892.0, 9875.0, 9878.0, 9878.0, 9869.0, 9854.0, 9870.0, 9891.0, 9873.0, 9871.0, 9866.0, 9868.0, 9874.0, 9883.0, 9881.0, 9872.0, 9873.0, 9878.0, 9878.0, 9896.0, 9882.0, 9895.0, 9878.0, 9878.0, 9899.0, 9887.0, 9898.0, 9899.0, 9877.0, 9877.0, 9879.0, 9900.0, 9898.0, 9886.0, 9888.0, 9892.0, 9892.0, 9882.0, 9901.0, 9884.0, 9894.0, 9874.0, 9878.0, 9874.0, 9878.0, 9875.0, 9871.0, 9861.0, 9876.0, 9874.0, 9877.0, 9877.0, 9867.0, 9873.0, 9871.0, 9875.0, 9881.0, 9871.0, 9875.0, 9875.0, 9891.0, 9876.0, 9878.0, 9875.0, 9867.0, 9859.0, 9871.0, 9877.0, 9876.0, 9876.0, 9875.0, 9873.0, 9875.0, 9878.0, 9900.0, 9882.0, 9880.0, 9881.0, 9881.0, 9880.0, 9899.0, 9897.0, 9895.0, 9877.0, 9881.0, 9878.0, 9884.0, 9886.0, 9880.0, 9873.0, 9876.0, 9879.0, 9877.0, 9884.0, 9897.0, 9876.0, 9875.0, 9898.0, 9881.0, 9884.0, 9900.0, 9879.0, 9876.0, 9895.0, 9893.0, 9880.0, 9900.0, 9892.0, 9875.0, 9876.0, 9889.0, 9892.0, 9881.0, 9892.0, 9877.0, 9877.0, 9879.0, 9899.0, 9885.0, 9880.0, 9877.0, 9878.0, 9883.0, 9898.0, 9895.0, 9878.0, 9877.0, 9879.0, 9877.0, 9878.0, 9876.0, 9876.0, 9870.0, 9873.0, 9876.0, 9873.0, 9876.0, 9877.0, 9873.0, 9872.0, 9878.0, 9876.0, 9883.0, 9901.0, 9896.0, 9883.0, 9900.0, 9901.0, 9920.0, 9922.0, 9915.0, 9905.0, 9906.0, 9907.0, 9909.0, 9929.0, 9921.0, 9900.0, 9908.0, 9906.0, 9908.0, 9907.0, 9899.0, 9893.0, 9868.0, 9862.0, 9866.0, 9879.0, 9878.0, 9876.0, 9884.0, 9880.0, 9909.0, 9909.0, 9900.0, 9880.0, 9886.0, 9897.0, 9900.0, 9886.0, 9879.0, 9879.0, 9879.0, 9897.0, 9874.0, 9880.0, 9876.0, 9871.0, 9855.0, 9867.0, 9851.0, 9871.0, 9854.0, 9851.0, 9855.0, 9872.0, 9870.0, 9878.0, 9876.0, 9858.0, 9875.0, 9890.0, 9905.0, 9881.0, 9866.0, 9862.0, 9868.0, 9882.0, 9868.0, 9891.0, 9895.0, 9918.0, 9901.0, 9891.0, 9876.0, 9875.0, 9895.0, 9927.0, 9898.0, 9903.0, 9883.0, 9880.0, 9879.0, 9877.0, 9899.0, 9874.0, 9853.0, 9866.0, 9871.0, 9876.0, 9873.0, 9871.0, 9874.0, 9871.0, 9857.0, 9881.0, 9874.0, 9876.0, 9855.0, 9870.0, 9856.0, 9875.0, 9872.0, 9869.0, 9867.0, 9869.0, 9859.0, 9859.0, 9873.0, 9854.0, 9853.0, 9868.0, 9868.0, 9873.0, 9876.0, 9876.0, 9874.0, 9873.0, 9874.0, 9891.0, 9907.0, 9880.0, 9882.0, 9858.0, 9828.0, 9784.0, 9798.0, 9805.0, 9864.0, 9906.0, 9900.0, 9942.0, 9963.0, 9957.0, 9967.0, 9963.0, 9911.0, 9850.0, 9843.0, 9811.0, 9782.0, 9808.0, 9821.0, 9834.0, 9853.0, 9834.0, 9832.0, 9801.0, 9759.0, 9753.0, 9755.0, 9767.0, 9754.0, 9774.0, 9774.0, 9775.0, 9779.0, 9795.0, 9805.0, 9834.0, 9797.0, 9780.0, 9782.0, 9802.0, 9788.0, 9803.0, 9808.0, 9837.0, 9818.0, 9822.0, 9814.0, 9810.0, 9810.0, 9812.0, 9818.0, 9844.0, 9837.0, 9817.0, 9866.0, 9884.0, 9889.0, 9907.0, 9908.0, 9887.0, 9869.0, 9888.0, 9889.0, 9893.0, 9888.0, 9890.0, 9892.0, 9911.0, 9892.0, 9876.0, 9887.0, 9865.0, 9869.0, 9868.0, 9869.0, 9869.0, 9883.0, 9867.0, 9888.0, 9890.0, 9913.0, 9895.0, 9920.0, 9881.0, 9892.0, 9889.0, 9875.0, 9887.0, 9891.0, 9893.0, 9896.0, 9906.0, 9915.0, 9882.0, 9879.0, 9883.0, 9899.0, 9896.0, 9897.0, 9874.0, 9875.0, 9893.0, 9897.0, 9894.0, 9898.0, 9891.0, 9871.0, 9885.0, 9891.0, 9877.0, 9877.0, 9869.0, 9869.0, 9869.0, 9875.0, 9874.0, 9875.0, 9871.0, 9867.0, 9851.0, 9866.0, 9870.0, 9866.0, 9865.0, 9866.0, 9866.0, 9868.0, 9868.0, 9851.0, 9848.0, 9865.0, 9862.0, 9851.0, 9870.0, 9862.0, 9862.0, 9867.0, 9866.0, 9868.0, 9870.0, 9864.0, 9862.0, 9848.0, 9857.0, 9865.0, 9853.0, 9864.0, 9848.0, 9858.0, 9865.0, 9855.0, 9871.0, 9871.0, 9863.0, 9862.0, 9857.0, 9884.0, 9874.0, 9879.0, 9892.0, 9874.0, 9876.0, 9894.0, 9896.0, 9901.0, 9897.0, 9895.0, 9897.0, 9904.0, 9899.0, 9907.0, 9898.0, 9898.0, 9893.0, 9896.0, 9899.0, 9898.0, 9897.0, 9894.0, 9895.0, 9934.0, 9887.0, 9853.0, 9842.0, 9871.0, 9899.0, 9897.0, 9905.0, 9918.0, 9913.0, 9912.0, 9893.0, 9886.0, 9890.0, 9913.0, 9912.0, 9919.0, 9911.0, 9906.0, 9883.0, 9876.0, 9865.0, 9864.0, 9851.0, 9854.0, 9856.0, 9870.0, 9860.0, 9863.0, 9861.0, 9856.0, 9853.0, 9852.0, 9850.0, 9854.0, 9855.0, 9860.0, 9873.0, 9852.0, 9853.0, 9858.0, 9873.0, 9875.0, 9869.0, 9855.0, 9854.0, 9858.0, 9861.0, 9862.0, 9859.0, 9857.0, 9858.0, 9859.0, 9875.0, 9878.0, 9877.0, 9857.0, 9854.0, 9854.0, 9860.0, 9874.0, 9859.0, 9853.0, 9853.0, 9852.0, 9855.0, 9858.0, 9851.0, 9849.0, 9850.0, 9849.0, 9852.0, 9855.0, 9868.0, 9852.0, 9851.0, 9853.0, 9853.0, 9872.0, 9877.0, 9874.0, 9869.0, 9873.0, 9876.0, 9872.0, 9876.0, 9883.0, 9877.0, 9875.0, 9880.0, 9883.0, 9882.0, 9884.0, 9880.0, 9879.0, 9880.0, 9887.0, 9878.0, 9889.0, 9904.0, 9882.0, 9863.0, 9874.0, 9881.0, 9879.0, 9888.0, 9884.0, 9889.0, 9906.0, 9892.0, 9909.0, 9913.0, 9885.0, 9887.0, 9888.0, 9906.0, 9892.0, 9897.0, 9890.0, 9885.0, 9886.0, 9889.0, 9898.0, 9888.0, 9882.0, 9869.0, 9863.0, 9862.0, 9877.0, 9878.0, 9875.0, 9859.0, 9874.0, 9862.0, 9855.0, 9861.0, 9872.0, 9858.0, 9857.0, 9862.0, 9860.0, 9880.0, 9881.0, 9865.0, 9882.0, 9880.0, 9879.0, 9899.0, 9900.0, 9878.0, 9878.0, 9881.0, 9887.0, 9905.0, 9894.0, 9889.0, 9886.0, 9890.0, 9905.0, 9906.0, 9906.0, 9883.0, 9880.0, 9881.0, 9885.0, 9887.0, 9865.0, 9857.0, 9876.0, 9879.0, 9884.0, 9885.0, 9886.0, 9881.0, 9867.0, 9864.0, 9876.0, 9880.0, 9867.0, 9865.0, 9860.0, 9877.0, 9878.0, 9864.0, 9868.0, 9878.0, 9856.0, 9851.0, 9858.0, 9861.0, 9859.0, 9859.0, 9857.0, 9859.0, 9857.0, 9861.0, 9878.0, 9860.0, 9856.0, 9861.0, 9877.0, 9883.0, 9890.0, 9884.0, 9882.0, 9885.0, 9891.0, 9904.0, 9892.0, 9883.0, 9884.0, 9887.0, 9889.0, 9887.0, 9882.0, 9867.0, 9879.0, 9866.0, 9877.0, 9852.0, 9840.0, 9847.0, 9854.0, 9857.0, 9859.0, 9879.0, 9887.0, 9891.0, 9886.0, 9881.0, 9878.0, 9881.0, 9885.0, 9882.0, 9877.0, 9857.0, 9873.0, 9858.0, 9878.0, 9862.0, 9855.0, 9854.0, 9852.0, 9854.0, 9860.0, 9858.0, 9836.0, 9851.0, 9857.0, 9857.0, 9858.0, 9860.0, 9853.0, 9853.0, 9855.0, 9859.0, 9872.0, 9875.0, 9856.0, 9858.0, 9871.0, 9864.0, 9878.0, 9855.0, 9857.0, 9873.0, 9871.0, 9881.0, 9883.0, 9878.0, 9877.0, 9878.0, 9877.0, 9879.0, 9884.0, 9877.0, 9875.0, 9878.0, 9880.0, 9879.0, 9885.0, 9878.0, 9858.0, 9871.0, 9877.0, 9861.0, 9860.0, 9876.0, 9854.0, 9854.0, 9858.0, 9875.0, 9874.0, 9875.0, 9861.0, 9877.0, 9877.0, 9881.0, 9882.0, 9877.0, 9878.0, 9877.0, 9863.0, 9879.0, 9897.0, 9875.0, 9871.0, 9856.0, 9857.0, 9859.0, 9857.0, 9875.0, 9858.0, 9854.0, 9872.0, 9870.0, 9860.0, 9881.0, 9883.0, 9860.0, 9876.0, 9878.0, 9880.0, 9880.0, 9886.0, 9882.0, 9879.0, 9877.0, 9879.0, 9876.0, 9877.0, 9885.0, 9879.0, 9874.0, 9876.0, 9880.0, 9878.0, 9884.0, 9879.0, 9879.0, 9879.0, 9881.0, 9884.0, 9900.0, 9903.0, 9885.0, 9880.0, 9881.0, 9885.0, 9885.0, 9882.0, 9881.0, 9873.0, 9875.0, 9873.0, 9862.0, 9877.0, 9875.0, 9869.0, 9870.0, 9874.0, 9874.0, 9880.0, 9884.0, 9882.0, 9884.0, 9898.0, 9887.0, 9886.0, 9895.0, 9883.0, 9883.0, 9880.0, 9884.0, 9887.0, 9881.0, 9875.0, 9879.0, 9877.0, 9881.0, 9896.0, 9876.0, 9873.0, 9883.0, 9878.0, 9887.0, 9902.0, 9882.0, 9878.0, 9883.0, 9882.0, 9884.0, 9882.0, 9879.0, 9874.0, 9876.0, 9880.0, 9880.0, 9881.0, 9871.0, 9872.0, 9875.0, 9876.0, 9878.0, 9882.0, 9877.0, 9864.0, 9879.0, 9881.0, 9882.0, 9881.0, 9872.0, 9877.0, 9863.0, 9879.0, 9879.0, 9872.0, 9870.0, 9874.0, 9876.0, 9877.0, 9880.0, 9859.0, 9866.0, 9874.0, 9876.0, 9875.0, 9880.0, 9874.0, 9858.0, 9871.0, 9875.0, 9880.0, 9880.0, 9874.0, 9873.0, 9878.0, 9881.0, 9899.0, 9881.0, 9875.0, 9881.0, 9880.0, 9885.0, 9891.0, 9880.0, 9876.0, 9881.0, 9876.0, 9885.0, 9883.0, 9877.0, 9870.0, 9879.0, 9877.0, 9879.0, 9876.0, 9874.0, 9874.0, 9875.0, 9879.0, 9878.0, 9859.0, 9874.0, 9874.0, 9876.0, 9882.0, 9878.0, 9872.0, 9872.0, 9877.0, 9878.0, 9880.0, 9877.0, 9874.0, 9877.0, 9878.0, 9877.0, 9856.0, 9858.0, 9872.0, 9874.0, 9879.0, 9897.0, 9875.0, 9880.0, 9884.0, 9885.0, 9899.0, 9891.0, 9846.0, 9861.0, 9887.0, 9929.0, 9907.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.008779636048526862</td></tr>
<tr><td colspan=3>aqi</td><td>0.03157391958405546</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>32.789097654388534</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1709836851691244</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1272593520815277</td></tr>
<tr><td colspan=3>efc</td><td>0.4665</td></tr>
<tr><td colspan=3>fber</td><td>5794.5244</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1143538994125959</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>80</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.932409012131716</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.167033253739588</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>3.12457265277711</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.4570938266673696</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.9194332817742863</td></tr>
<tr><td colspan=3>gcor</td><td>0.00905247</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0022698366083204746</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.015902146697044373</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1154</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.887358965814965</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>48.4526</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.6892</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.2483</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299876.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>790.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>356.8838</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7048</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>618.8587</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3676.9145</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3905.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76668.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1395.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4871.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1004.5315</td></tr>
<tr><td colspan=3>tsnr</td><td>32.34380339656491</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>