<?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-0024_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-0024_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-0024_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-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0024/figures/sub-0024_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-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024/ses-02/func/sub-0024_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>a90f143c878b11e7fffea16086c84bef</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>15:29:24.780000</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_VE11C_LATEST_20160120</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.999681, 0.0203897, 0.0149108, -0.0188458, 0.995084, -0.0972217]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.122647</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7830, -7128, 534, -104, -237, 91, 44]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>271.425</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4b9b9249-2a9f-4dcf-8291-9883b2ec8587||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682070732116699, -0.05056198686361313, 0.04541347175836563, 110.72689819335938], [-0.05470407009124756, 2.669738531112671, -0.2616562247276306, -76.00971984863281], [0.04000452905893326, 0.2608388066291809, 2.686908006668091, -21.255481719970703], [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': ['152924.780000', '152925.240000', '152925.700000', '152926.160000', '152926.620000', '152927.080000', '152927.540000', '152928.000000', '152928.460000', '152928.920000', '152929.380000', '152929.840000', '152930.300000', '152930.760000', '152931.220000', '152931.680000', '152932.140000', '152932.600000', '152933.060000', '152933.520000', '152933.980000', '152934.440000', '152934.900000', '152935.360000', '152935.820000', '152936.280000', '152936.740000', '152937.200000', '152937.660000', '152938.120000', '152938.580000', '152939.040000', '152939.500000', '152939.960000', '152940.420000', '152940.880000', '152941.340000', '152941.800000', '152942.260000', '152942.720000', '152943.180000', '152943.640000', '152944.100000', '152944.560000', '152945.020000', '152945.480000', '152945.940000', '152946.400000', '152946.860000', '152947.320000', '152947.780000', '152948.240000', '152948.700000', '152949.160000', '152949.620000', '152950.080000', '152950.540000', '152951.000000', '152951.460000', '152951.920000', '152952.380000', '152952.840000', '152953.300000', '152953.760000', '152954.220000', '152954.680000', '152955.140000', '152955.600000', '152956.060000', '152956.520000', '152956.980000', '152957.440000', '152957.900000', '152958.360000', '152958.820000', '152959.280000', '152959.740000', '153000.200000', '153000.660000', '153001.120000', '153001.580000', '153002.040000', '153002.500000', '153002.960000', '153003.420000', '153003.880000', '153004.340000', '153004.800000', '153005.260000', '153005.720000', '153006.180000', '153006.640000', '153007.100000', '153007.560000', '153008.020000', '153008.480000', '153008.940000', '153009.400000', '153009.860000', '153010.320000', '153010.780000', '153011.240000', '153011.700000', '153012.160000', '153012.620000', '153013.080000', '153013.540000', '153014.000000', '153014.460000', '153014.920000', '153015.380000', '153015.840000', '153016.300000', '153016.760000', '153017.220000', '153017.680000', '153018.140000', '153018.600000', '153019.060000', '153019.520000', '153019.980000', '153020.440000', '153020.900000', '153021.360000', '153021.820000', '153022.280000', '153022.740000', '153023.200000', '153023.660000', '153024.120000', '153024.580000', '153025.040000', '153025.500000', '153025.960000', '153026.420000', '153026.880000', '153027.340000', '153027.800000', '153028.260000', '153028.720000', '153029.180000', '153029.640000', '153030.100000', '153030.560000', '153031.020000', '153031.480000', '153031.940000', '153032.400000', '153032.860000', '153033.320000', '153033.780000', '153034.240000', '153034.700000', '153035.160000', '153035.620000', '153036.080000', '153036.540000', '153037.000000', '153037.460000', '153037.920000', '153038.380000', '153038.840000', '153039.300000', '153039.760000', '153040.220000', '153040.680000', '153041.140000', '153041.600000', '153042.060000', '153042.520000', '153042.980000', '153043.440000', '153043.900000', '153044.360000', '153044.820000', '153045.280000', '153045.740000', '153046.200000', '153046.660000', '153047.120000', '153047.580000', '153048.040000', '153048.500000', '153048.960000', '153049.420000', '153049.880000', '153050.340000', '153050.800000', '153051.260000', '153051.720000', '153052.180000', '153052.640000', '153053.100000', '153053.560000', '153054.020000', '153054.480000', '153054.940000', '153055.400000', '153055.860000', '153056.320000', '153056.780000', '153057.240000', '153057.700000', '153058.160000', '153058.620000', '153059.080000', '153059.540000', '153100.000000', '153100.460000', '153100.920000', '153101.380000', '153101.840000', '153102.300000', '153102.760000', '153103.220000', '153103.680000', '153104.140000', '153104.600000', '153105.060000', '153105.520000', '153105.980000', '153106.440000', '153106.900000', '153107.360000', '153107.820000', '153108.280000', '153108.740000', '153109.200000', '153109.660000', '153110.120000', '153110.580000', '153111.040000', '153111.500000', '153111.960000', '153112.420000', '153112.880000', '153113.340000', '153113.800000', '153114.260000', '153114.720000', '153115.180000', '153115.640000', '153116.100000', '153116.560000', '153117.020000', '153117.480000', '153117.940000', '153118.400000', '153118.860000', '153119.320000', '153119.780000', '153120.240000', '153120.700000', '153121.160000', '153121.620000', '153122.080000', '153122.540000', '153123.000000', '153123.460000', '153123.920000', '153124.380000', '153124.840000', '153125.300000', '153125.760000', '153126.220000', '153126.680000', '153127.140000', '153127.600000', '153128.060000', '153128.520000', '153128.980000', '153129.440000', '153129.900000', '153130.360000', '153130.820000', '153131.280000', '153131.740000', '153132.200000', '153132.660000', '153133.120000', '153133.580000', '153134.040000', '153134.500000', '153134.960000', '153135.420000', '153135.880000', '153136.340000', '153136.800000', '153137.260000', '153137.720000', '153138.180000', '153138.640000', '153139.100000', '153139.560000', '153140.020000', '153140.480000', '153140.940000', '153141.400000', '153141.860000', '153142.320000', '153142.780000', '153143.240000', '153143.700000', '153144.160000', '153144.620000', '153145.080000', '153145.540000', '153146.000000', '153146.460000', '153146.920000', '153147.380000', '153147.840000', '153148.300000', '153148.760000', '153149.220000', '153149.680000', '153150.140000', '153150.600000', '153151.060000', '153151.520000', '153151.980000', '153152.440000', '153152.900000', '153153.360000', '153153.820000', '153154.280000', '153154.740000', '153155.200000', '153155.660000', '153156.120000', '153156.580000', '153157.040000', '153157.500000', '153157.960000', '153158.420000', '153158.880000', '153159.340000', '153159.800000', '153200.260000', '153200.720000', '153201.180000', '153201.640000', '153202.100000', '153202.560000', '153203.020000', '153203.480000', '153203.940000', '153204.400000', '153204.860000', '153205.320000', '153205.780000', '153206.240000', '153206.700000', '153207.160000', '153207.620000', '153208.080000', '153208.540000', '153209.000000', '153209.460000', '153209.920000', '153210.380000', '153210.840000', '153211.300000', '153211.760000', '153212.220000', '153212.680000', '153213.140000', '153213.600000', '153214.060000', '153214.520000', '153214.980000', '153215.440000', '153215.900000', '153216.360000', '153216.820000', '153217.280000', '153217.740000', '153218.200000', '153218.660000', '153219.120000', '153219.580000', '153220.040000', '153220.500000', '153220.960000', '153221.420000', '153221.880000', '153222.340000', '153222.800000', '153223.260000', '153223.720000', '153224.180000', '153224.640000', '153225.100000', '153225.560000', '153226.020000', '153226.480000', '153226.940000', '153227.400000', '153227.860000', '153228.320000', '153228.780000', '153229.240000', '153229.700000', '153230.160000', '153230.620000', '153231.080000', '153231.540000', '153232.000000', '153232.460000', '153232.920000', '153233.380000', '153233.840000', '153234.300000', '153234.760000', '153235.220000', '153235.680000', '153236.140000', '153236.600000', '153237.060000', '153237.520000', '153237.980000', '153238.440000', '153238.900000', '153239.360000', '153239.820000', '153240.280000', '153240.740000', '153241.200000', '153241.660000', '153242.120000', '153242.580000', '153243.040000', '153243.500000', '153243.960000', '153244.420000', '153244.880000', '153245.340000', '153245.800000', '153246.260000', '153246.720000', '153247.180000', '153247.640000', '153248.100000', '153248.560000', '153249.020000', '153249.480000', '153249.940000', '153250.400000', '153250.860000', '153251.320000', '153251.780000', '153252.240000', '153252.700000', '153253.160000', '153253.620000', '153254.080000', '153254.540000', '153255.000000', '153255.460000', '153255.920000', '153256.380000', '153256.840000', '153257.300000', '153257.760000', '153258.220000', '153258.680000', '153259.140000', '153259.600000', '153300.060000', '153300.520000', '153300.980000', '153301.440000', '153301.900000', '153302.360000', '153302.820000', '153303.280000', '153303.740000', '153304.200000', '153304.660000', '153305.120000', '153305.580000', '153306.040000', '153306.500000', '153306.960000', '153307.420000', '153307.880000', '153308.340000', '153308.800000', '153309.260000', '153309.720000', '153310.180000', '153310.640000', '153311.100000', '153311.560000', '153312.020000', '153312.480000', '153312.940000', '153313.400000', '153313.860000', '153314.320000', '153314.780000', '153315.240000', '153315.700000', '153316.160000', '153316.620000', '153317.080000', '153317.540000', '153318.000000', '153318.460000', '153318.920000', '153319.380000', '153319.840000', '153320.300000', '153320.760000', '153321.220000', '153321.680000', '153322.140000', '153322.600000', '153323.060000', '153323.520000', '153323.980000', '153324.440000', '153324.900000', '153325.360000', '153325.820000', '153326.280000', '153326.740000', '153327.200000', '153327.660000', '153328.120000', '153328.580000', '153329.040000', '153329.500000', '153329.960000', '153330.420000', '153330.880000', '153331.340000', '153331.800000', '153332.260000', '153332.720000', '153333.180000', '153333.640000', '153334.100000', '153334.560000', '153335.020000', '153335.480000', '153335.940000', '153336.400000', '153336.860000', '153337.320000', '153337.780000', '153338.240000', '153338.700000', '153339.160000', '153339.620000', '153340.080000', '153340.540000', '153341.000000', '153341.460000', '153341.920000', '153342.380000', '153342.840000', '153343.300000', '153343.760000', '153344.220000', '153344.680000', '153345.140000', '153345.600000', '153346.060000', '153346.520000', '153346.980000', '153347.440000', '153347.900000', '153348.360000', '153348.820000', '153349.280000', '153349.740000', '153350.200000', '153350.660000', '153351.120000', '153351.580000', '153352.040000', '153352.500000', '153352.960000', '153353.420000', '153353.880000', '153354.340000', '153354.800000', '153355.260000', '153355.720000', '153356.180000', '153356.640000', '153357.100000', '153357.560000', '153358.020000', '153358.480000', '153358.940000', '153359.400000', '153359.860000', '153400.320000', '153400.780000', '153401.240000', '153401.700000', '153402.160000', '153402.620000', '153403.080000', '153403.540000', '153404.000000', '153404.460000', '153404.920000', '153405.380000', '153405.840000', '153406.300000', '153406.760000', '153407.220000', '153407.680000', '153408.140000', '153408.600000', '153409.060000', '153409.520000', '153409.980000', '153410.440000', '153410.900000', '153411.360000', '153411.820000', '153412.280000', '153412.740000', '153413.200000', '153413.660000', '153414.120000', '153414.580000', '153415.040000', '153415.500000', '153415.960000', '153416.420000', '153416.880000', '153417.340000', '153417.800000', '153418.260000', '153418.720000', '153419.180000', '153419.640000', '153420.100000', '153420.560000', '153421.020000', '153421.480000', '153421.940000', '153422.400000', '153422.860000', '153423.320000', '153423.780000', '153424.240000', '153424.700000', '153425.160000', '153425.620000', '153426.080000', '153426.540000', '153427.000000', '153427.460000', '153427.920000', '153428.380000', '153428.840000', '153429.300000', '153429.760000', '153430.220000', '153430.680000', '153431.140000', '153431.600000', '153432.060000', '153432.520000', '153432.980000', '153433.440000', '153433.900000', '153434.360000', '153434.820000', '153435.280000', '153435.740000', '153436.200000', '153436.660000', '153437.120000', '153437.580000', '153438.040000', '153438.500000', '153438.960000', '153439.420000', '153439.880000', '153440.340000', '153440.800000', '153441.260000', '153441.720000', '153442.180000', '153442.640000', '153443.100000', '153443.560000', '153444.020000', '153444.480000', '153444.940000', '153445.400000', '153445.860000', '153446.320000', '153446.780000', '153447.240000', '153447.700000', '153448.160000', '153448.620000', '153449.080000', '153449.540000', '153450.000000', '153450.460000', '153450.920000', '153451.380000', '153451.840000', '153452.300000', '153452.760000', '153453.220000', '153453.680000', '153454.140000', '153454.600000', '153455.060000', '153455.520000', '153455.980000', '153456.440000', '153456.900000', '153457.360000', '153457.820000', '153458.280000', '153458.740000', '153459.200000', '153459.660000', '153500.120000', '153500.580000', '153501.040000', '153501.500000', '153501.960000', '153502.420000', '153502.880000', '153503.340000', '153503.800000', '153504.260000', '153504.720000', '153505.180000', '153505.640000', '153506.100000', '153506.560000', '153507.020000', '153507.480000', '153507.940000', '153508.400000', '153508.860000', '153509.320000', '153509.780000', '153510.240000', '153510.700000', '153511.160000', '153511.620000', '153512.080000', '153512.540000', '153513.000000', '153513.460000', '153513.920000', '153514.380000', '153514.840000', '153515.300000', '153515.760000', '153516.220000', '153516.680000', '153517.140000', '153517.600000', '153518.060000', '153518.520000', '153518.980000', '153519.440000', '153519.900000', '153520.360000', '153520.820000', '153521.280000', '153521.740000', '153522.200000', '153522.660000', '153523.120000', '153523.580000', '153524.040000', '153524.500000', '153524.960000', '153525.420000', '153525.880000', '153526.340000', '153526.800000', '153527.260000', '153527.720000', '153528.180000', '153528.640000', '153529.100000', '153529.560000', '153530.020000', '153530.480000', '153530.940000', '153531.400000', '153531.860000', '153532.320000', '153532.780000', '153533.240000', '153533.700000', '153534.160000', '153534.620000', '153535.080000', '153535.540000', '153536.000000', '153536.460000', '153536.920000', '153537.380000', '153537.840000', '153538.300000', '153538.760000', '153539.220000', '153539.680000', '153540.140000', '153540.600000', '153541.060000', '153541.520000', '153541.980000', '153542.440000', '153542.900000', '153543.360000', '153543.820000', '153544.280000', '153544.740000', '153545.200000', '153545.660000', '153546.120000', '153546.580000', '153547.040000', '153547.500000', '153547.960000', '153548.420000', '153548.880000', '153549.340000', '153549.800000', '153550.260000', '153550.720000', '153551.180000', '153551.640000', '153552.100000', '153552.560000', '153553.020000', '153553.480000', '153553.940000', '153554.400000', '153554.860000', '153555.320000', '153555.780000', '153556.240000', '153556.700000', '153557.160000', '153557.620000', '153558.080000', '153558.540000', '153559.000000', '153559.460000', '153559.920000', '153600.380000', '153600.840000', '153601.300000', '153601.760000', '153602.220000', '153602.680000', '153603.140000', '153603.600000', '153604.060000', '153604.520000', '153604.980000', '153605.440000', '153605.900000', '153606.360000', '153606.820000', '153607.280000', '153607.740000', '153608.200000', '153608.660000', '153609.120000', '153609.580000', '153610.040000', '153610.500000', '153610.960000', '153611.420000', '153611.880000', '153612.340000', '153612.800000', '153613.260000', '153613.720000', '153614.180000', '153614.640000', '153615.100000', '153615.560000', '153616.020000', '153616.480000', '153616.940000', '153617.400000', '153617.860000', '153618.320000', '153618.780000', '153619.240000', '153619.700000', '153620.160000', '153620.620000', '153621.080000', '153621.540000', '153622.000000', '153622.460000', '153622.920000', '153623.380000', '153623.840000', '153624.300000', '153624.760000', '153625.220000', '153625.680000', '153626.140000', '153626.600000', '153627.060000', '153627.520000', '153627.980000', '153628.440000', '153628.900000', '153629.360000', '153629.820000', '153630.280000', '153630.740000', '153631.200000', '153631.660000', '153632.120000', '153632.580000', '153633.040000', '153633.500000', '153633.960000', '153634.420000', '153634.880000', '153635.340000', '153635.800000', '153636.260000', '153636.720000', '153637.180000', '153637.640000', '153638.100000', '153638.560000', '153639.020000', '153639.480000', '153639.940000', '153640.400000', '153640.860000', '153641.320000', '153641.780000', '153642.240000', '153642.700000', '153643.160000', '153643.620000', '153644.080000', '153644.540000', '153645.000000', '153645.460000', '153645.920000', '153646.380000', '153646.840000', '153647.300000', '153647.760000', '153648.220000', '153648.680000', '153649.140000', '153649.600000', '153650.060000', '153650.520000', '153650.980000', '153651.440000', '153651.900000', '153652.360000', '153652.820000', '153653.280000', '153653.740000', '153654.200000', '153654.660000', '153655.120000', '153655.580000', '153656.040000', '153656.500000', '153656.960000', '153657.420000', '153657.880000', '153658.340000', '153658.800000', '153659.260000', '153659.720000', '153700.180000', '153700.640000', '153701.100000', '153701.560000', '153702.020000', '153702.480000', '153702.940000', '153703.400000', '153703.860000', '153704.320000', '153704.780000', '153705.240000', '153705.700000', '153706.160000', '153706.620000', '153707.080000', '153707.540000', '153708.000000', '153708.460000', '153708.920000', '153709.380000', '153709.840000', '153710.300000', '153710.760000', '153711.220000', '153711.680000', '153712.140000', '153712.600000', '153713.060000', '153713.520000', '153713.980000', '153714.440000', '153714.900000', '153715.360000', '153715.820000', '153716.280000', '153716.740000', '153717.200000', '153717.660000', '153718.120000', '153718.580000', '153719.040000', '153719.500000', '153719.960000', '153720.420000', '153720.880000', '153721.340000', '153721.800000', '153722.260000', '153722.720000', '153723.180000', '153723.640000', '153724.100000', '153724.560000', '153725.020000', '153725.480000', '153725.940000', '153726.400000', '153726.860000', '153727.320000', '153727.780000', '153728.240000', '153728.700000', '153729.160000', '153729.620000', '153730.080000', '153730.540000', '153731.000000', '153731.460000', '153731.920000', '153732.380000', '153732.840000', '153733.300000', '153733.760000', '153734.220000', '153734.680000', '153735.140000', '153735.600000', '153736.060000', '153736.520000', '153736.980000', '153737.440000', '153737.900000', '153738.360000', '153738.820000', '153739.280000', '153739.740000', '153740.200000', '153740.660000', '153741.120000', '153741.580000', '153742.040000', '153742.500000', '153742.960000', '153743.420000', '153743.880000', '153744.340000', '153744.800000', '153745.260000', '153745.720000', '153746.180000', '153746.640000', '153747.100000', '153747.560000', '153748.020000', '153748.480000', '153748.940000', '153749.400000', '153749.860000', '153750.320000', '153750.780000', '153751.240000', '153751.700000', '153752.160000', '153752.620000', '153753.080000', '153753.540000', '153754.000000', '153754.460000', '153754.920000', '153755.380000', '153755.840000', '153756.300000', '153756.760000', '153757.220000', '153757.680000', '153758.140000', '153758.600000', '153759.060000', '153759.520000', '153759.980000', '153800.440000', '153800.900000', '153801.360000', '153801.820000', '153802.280000', '153802.740000', '153803.200000', '153803.660000', '153804.120000', '153804.580000', '153805.040000', '153805.500000', '153805.960000', '153806.420000', '153806.880000', '153807.340000', '153807.800000', '153808.260000', '153808.720000', '153809.180000', '153809.640000', '153810.100000', '153810.560000', '153811.020000', '153811.480000', '153811.940000', '153812.400000', '153812.860000', '153813.320000', '153813.780000', '153814.240000', '153814.700000', '153815.160000', '153815.620000', '153816.080000'], 'ContentTime': ['152938.892000', '152938.896000', '152938.898000', '152938.901000', '152938.904000', '152938.907000', '152938.910000', '152938.913000', '152938.916000', '152938.919000', '152938.928000', '152938.931000', '152938.934000', '152938.937000', '152938.939000', '152938.942000', '152938.951000', '152938.954000', '152938.957000', '152938.960000', '152938.963000', '152938.966000', '152938.969000', '152938.972000', '152938.974000', '152938.977000', '152938.980000', '152938.983000', '152938.986000', '152958.855000', '152958.858000', '152958.861000', '152958.864000', '152958.867000', '152958.870000', '152958.872000', '152958.875000', '152958.878000', '152958.881000', '152958.884000', '152958.887000', '152958.889000', '152958.893000', '152958.901000', '152958.904000', '152958.906000', '152958.909000', '152958.912000', '152958.915000', '152958.918000', '152958.929000', '152958.932000', '152958.935000', '152958.938000', '152958.941000', '152958.944000', '152958.947000', '152958.950000', '152958.952000', '152958.955000', '152958.958000', '152958.961000', '152958.964000', '152958.966000', '152958.969000', '152958.972000', '152958.975000', '152958.978000', '152958.981000', '152958.984000', '152958.987000', '152958.990000', '152958.993000', '153018.855000', '153018.858000', '153018.861000', '153018.863000', '153018.866000', '153018.870000', '153018.874000', '153018.877000', '153018.879000', '153018.882000', '153018.885000', '153018.888000', '153018.891000', '153018.894000', '153018.897000', '153018.899000', '153018.902000', '153018.905000', '153018.908000', '153018.911000', '153018.918000', '153018.920000', '153018.923000', '153018.926000', '153018.929000', '153018.932000', '153018.935000', '153018.938000', '153018.940000', '153018.943000', '153018.946000', '153018.949000', '153018.952000', '153018.954000', '153018.957000', '153018.960000', '153018.971000', '153018.974000', '153018.977000', '153018.990000', '153018.993000', '153018.996000', '153019.000000', '153038.855000', '153038.858000', '153038.861000', '153038.864000', '153038.866000', '153038.869000', '153038.872000', '153038.875000', '153038.878000', '153038.881000', '153038.883000', '153038.886000', '153038.889000', '153038.892000', '153038.895000', '153038.898000', '153038.900000', '153038.903000', '153038.906000', '153038.909000', '153038.912000', '153038.915000', '153038.917000', '153038.920000', '153038.923000', '153038.926000', '153038.929000', '153038.932000', '153038.934000', '153038.937000', '153038.940000', '153038.943000', '153038.946000', '153038.949000', '153038.952000', '153038.954000', '153038.957000', '153038.960000', '153038.963000', '153038.966000', '153038.969000', '153038.972000', '153038.974000', '153038.977000', '153058.855000', '153058.858000', '153058.861000', '153058.864000', '153058.866000', '153058.869000', '153058.872000', '153058.875000', '153058.878000', '153058.881000', '153058.884000', '153058.888000', '153058.891000', '153058.894000', '153058.897000', '153058.900000', '153058.903000', '153058.906000', '153058.909000', '153058.912000', '153058.914000', '153058.917000', '153058.920000', '153058.923000', '153058.926000', '153058.929000', '153058.932000', '153058.935000', '153058.937000', '153058.940000', '153058.943000', '153058.946000', '153058.949000', '153058.952000', '153058.954000', '153058.957000', '153058.960000', '153058.963000', '153058.966000', '153058.969000', '153058.972000', '153058.975000', '153058.978000', '153118.856000', '153118.859000', '153118.862000', '153118.865000', '153118.867000', '153118.870000', '153118.873000', '153118.876000', '153118.879000', '153118.882000', '153118.885000', '153118.888000', '153118.891000', '153118.894000', '153118.896000', '153118.899000', '153118.902000', '153118.905000', '153118.908000', '153118.911000', '153118.914000', '153118.916000', '153118.919000', '153118.922000', '153118.925000', '153118.928000', '153118.931000', '153118.933000', '153118.936000', '153118.939000', '153118.942000', '153118.945000', '153118.948000', '153118.951000', '153118.953000', '153118.964000', '153118.966000', '153118.969000', '153118.972000', '153118.975000', '153118.978000', '153118.981000', '153118.984000', '153118.986000', '153138.856000', '153138.859000', '153138.862000', '153138.865000', '153138.868000', '153138.871000', '153138.873000', '153138.876000', '153138.879000', '153138.882000', '153138.885000', '153138.888000', '153138.891000', '153138.894000', '153138.897000', '153138.900000', '153138.902000', '153138.905000', '153138.909000', '153138.912000', '153138.914000', '153138.917000', '153138.920000', '153138.923000', '153138.926000', '153138.929000', '153138.932000', '153138.935000', '153138.938000', '153138.941000', '153138.944000', '153138.947000', '153138.950000', '153138.952000', '153138.955000', '153138.958000', '153138.961000', '153138.970000', '153138.973000', '153138.975000', '153138.978000', '153138.981000', '153138.984000', '153158.856000', '153158.859000', '153158.862000', '153158.865000', '153158.867000', '153158.870000', '153158.873000', '153158.876000', '153158.879000', '153158.882000', '153158.885000', '153158.888000', '153158.890000', '153158.893000', '153158.896000', '153158.899000', '153158.902000', '153158.905000', '153158.908000', '153158.911000', '153158.913000', '153158.916000', '153158.919000', '153158.922000', '153158.925000', '153158.928000', '153158.931000', '153158.934000', '153158.936000', '153158.947000', '153158.950000', '153158.952000', '153158.955000', '153158.958000', '153158.961000', '153158.964000', '153158.967000', '153158.970000', '153158.972000', '153158.975000', '153158.978000', '153158.981000', '153158.984000', '153158.987000', '153218.855000', '153218.858000', '153218.861000', '153218.864000', '153218.867000', '153218.888000', '153218.891000', '153218.894000', '153218.897000', '153218.900000', '153218.903000', '153218.906000', '153218.908000', '153218.912000', '153218.915000', '153218.917000', '153218.920000', '153218.923000', '153218.926000', '153218.929000', '153218.932000', '153218.935000', '153218.938000', '153218.941000', '153218.944000', '153218.947000', '153218.950000', '153218.952000', '153218.955000', '153218.958000', '153218.961000', '153218.964000', '153218.967000', '153218.970000', '153218.973000', '153218.975000', '153218.978000', '153218.981000', '153218.984000', '153218.987000', '153218.990000', '153218.993000', '153218.995000', '153238.855000', '153238.858000', '153238.861000', '153238.864000', '153238.867000', '153238.869000', '153238.872000', '153238.875000', '153238.878000', '153238.881000', '153238.884000', '153238.887000', '153238.890000', '153238.892000', '153238.895000', '153238.898000', '153238.901000', '153238.904000', '153238.907000', '153238.910000', '153238.913000', '153238.915000', '153238.918000', '153238.921000', '153238.924000', '153238.927000', '153238.930000', '153238.933000', '153238.936000', '153238.939000', '153238.942000', '153238.944000', '153238.947000', '153238.950000', '153238.953000', '153238.956000', '153238.959000', '153238.962000', '153238.965000', '153238.967000', '153238.970000', '153238.973000', '153238.976000', '153238.983000', '153258.855000', '153258.858000', '153258.861000', '153258.864000', '153258.867000', '153258.869000', '153258.872000', '153258.875000', '153258.878000', '153258.881000', '153258.884000', '153258.887000', '153258.890000', '153258.894000', '153258.897000', '153258.899000', '153258.902000', '153258.905000', '153258.908000', '153258.911000', '153258.914000', '153258.917000', '153258.920000', '153258.923000', '153258.925000', '153258.928000', '153258.931000', '153258.934000', '153258.937000', '153258.940000', '153258.943000', '153258.946000', '153258.949000', '153258.952000', '153258.955000', '153258.958000', '153258.960000', '153258.963000', '153258.966000', '153258.969000', '153258.972000', '153258.975000', '153258.978000', '153318.855000', '153318.858000', '153318.861000', '153318.864000', '153318.867000', '153318.870000', '153318.873000', '153318.875000', '153318.878000', '153318.881000', '153318.884000', '153318.887000', '153318.890000', '153318.893000', '153318.896000', '153318.899000', '153318.901000', '153318.904000', '153318.907000', '153318.910000', '153318.913000', '153318.916000', '153318.919000', '153318.922000', '153318.924000', '153318.927000', '153318.930000', '153318.933000', '153318.936000', '153318.939000', '153318.942000', '153318.944000', '153318.947000', '153318.950000', '153318.953000', '153318.956000', '153318.959000', '153318.962000', '153318.965000', '153318.967000', '153318.970000', '153318.973000', '153318.976000', '153318.979000', '153338.856000', '153338.859000', '153338.862000', '153338.865000', '153338.868000', '153338.871000', '153338.874000', '153338.876000', '153338.879000', '153338.882000', '153338.885000', '153338.888000', '153338.891000', '153338.894000', '153338.896000', '153338.899000', '153338.902000', '153338.905000', '153338.908000', '153338.911000', '153338.914000', '153338.916000', '153338.919000', '153338.922000', '153338.925000', '153338.928000', '153338.931000', '153338.934000', '153338.937000', '153338.946000', '153338.949000', '153338.952000', '153338.955000', '153338.958000', '153338.961000', '153338.970000', '153338.973000', '153338.976000', '153338.979000', '153338.982000', '153338.985000', '153338.988000', '153338.991000', '153358.856000', '153358.859000', '153358.862000', '153358.865000', '153358.868000', '153358.871000', '153358.873000', '153358.876000', '153358.879000', '153358.882000', '153358.885000', '153358.888000', '153358.891000', '153358.893000', '153358.896000', '153358.899000', '153358.915000', '153358.918000', '153358.921000', '153358.924000', '153358.927000', '153358.929000', '153358.932000', '153358.935000', '153358.938000', '153358.941000', '153358.944000', '153358.947000', '153358.949000', '153358.952000', '153358.955000', '153358.958000', '153358.961000', '153358.964000', '153358.967000', '153358.969000', '153358.972000', '153358.975000', '153358.978000', '153358.981000', '153358.984000', '153358.987000', '153358.990000', '153358.992000', '153418.856000', '153418.859000', '153418.862000', '153418.865000', '153418.868000', '153418.871000', '153418.873000', '153418.876000', '153418.879000', '153418.882000', '153418.885000', '153418.888000', '153418.891000', '153418.894000', '153418.897000', '153418.899000', '153418.902000', '153418.905000', '153418.908000', '153418.911000', '153418.914000', '153418.917000', '153418.920000', '153418.923000', '153418.925000', '153418.929000', '153418.932000', '153418.935000', '153418.938000', '153418.941000', '153418.944000', '153418.947000', '153418.950000', '153418.952000', '153418.955000', '153418.958000', '153418.961000', '153418.964000', '153418.967000', '153418.970000', '153418.973000', '153418.976000', '153418.978000', '153438.855000', '153438.858000', '153438.861000', '153438.864000', '153438.867000', '153438.870000', '153438.872000', '153438.875000', '153438.878000', '153438.881000', '153438.884000', '153438.887000', '153438.890000', '153438.893000', '153438.896000', '153438.899000', '153438.902000', '153438.905000', '153438.907000', '153438.910000', '153438.913000', '153438.916000', '153438.919000', '153438.922000', '153438.925000', '153438.928000', '153438.930000', '153438.933000', '153438.936000', '153438.939000', '153438.942000', '153438.945000', '153438.948000', '153438.951000', '153438.953000', '153438.956000', '153438.959000', '153438.962000', '153438.965000', '153438.974000', '153438.977000', '153438.980000', '153438.983000', '153438.985000', '153458.855000', '153458.858000', '153458.861000', '153458.864000', '153458.867000', '153458.869000', '153458.872000', '153458.875000', '153458.878000', '153458.881000', '153458.884000', '153458.887000', '153458.890000', '153458.893000', '153458.895000', '153458.898000', '153458.901000', '153458.904000', '153458.907000', '153458.910000', '153458.913000', '153458.916000', '153458.918000', '153458.921000', '153458.924000', '153458.927000', '153458.930000', '153458.933000', '153458.936000', '153458.939000', '153458.942000', '153458.945000', '153458.948000', '153458.950000', '153458.953000', '153458.956000', '153458.959000', '153458.962000', '153458.965000', '153458.968000', '153458.971000', '153458.974000', '153458.976000', '153518.855000', '153518.858000', '153518.861000', '153518.864000', '153518.867000', '153518.870000', '153518.872000', '153518.875000', '153518.878000', '153518.881000', '153518.884000', '153518.887000', '153518.890000', '153518.893000', '153518.896000', '153518.898000', '153518.901000', '153518.904000', '153518.907000', '153518.910000', '153518.913000', '153518.916000', '153518.919000', '153518.922000', '153518.924000', '153518.927000', '153518.930000', '153518.933000', '153518.936000', '153518.939000', '153518.942000', '153518.945000', '153518.947000', '153518.950000', '153518.953000', '153518.956000', '153518.959000', '153518.962000', '153518.965000', '153518.967000', '153518.970000', '153518.973000', '153518.976000', '153518.979000', '153538.855000', '153538.858000', '153538.861000', '153538.864000', '153538.867000', '153538.870000', '153538.872000', '153538.875000', '153538.878000', '153538.881000', '153538.884000', '153538.887000', '153538.890000', '153538.893000', '153538.896000', '153538.898000', '153538.901000', '153538.904000', '153538.907000', '153538.910000', '153538.913000', '153538.916000', '153538.919000', '153538.922000', '153538.924000', '153538.949000', '153538.952000', '153538.954000', '153538.957000', '153538.960000', '153538.963000', '153538.967000', '153538.970000', '153538.973000', '153538.976000', '153538.979000', '153538.982000', '153538.985000', '153538.988000', '153538.991000', '153538.993000', '153538.996000', '153539.000000', '153558.856000', '153558.859000', '153558.862000', '153558.865000', '153558.868000', '153558.870000', '153558.873000', '153558.876000', '153558.879000', '153558.882000', '153558.885000', '153558.888000', '153558.891000', '153558.893000', '153558.896000', '153558.899000', '153558.902000', '153558.905000', '153558.917000', '153558.920000', '153558.923000', '153558.926000', '153558.929000', '153558.932000', '153558.936000', '153558.939000', '153558.942000', '153558.945000', '153558.948000', '153558.951000', '153558.954000', '153558.957000', '153558.960000', '153558.962000', '153558.965000', '153558.968000', '153558.971000', '153558.974000', '153558.977000', '153558.980000', '153558.983000', '153558.986000', '153558.989000', '153558.992000', '153618.856000', '153618.859000', '153618.862000', '153618.865000', '153618.868000', '153618.870000', '153618.873000', '153618.876000', '153618.879000', '153618.882000', '153618.885000', '153618.888000', '153618.891000', '153618.893000', '153618.896000', '153618.899000', '153618.902000', '153618.905000', '153618.908000', '153618.911000', '153618.914000', '153618.916000', '153618.919000', '153618.922000', '153618.925000', '153618.928000', '153618.931000', '153618.934000', '153618.936000', '153618.939000', '153618.942000', '153618.945000', '153618.948000', '153618.951000', '153618.953000', '153618.956000', '153618.959000', '153618.962000', '153618.965000', '153618.968000', '153618.971000', '153618.974000', '153618.976000', '153638.856000', '153638.859000', '153638.862000', '153638.865000', '153638.867000', '153638.870000', '153638.873000', '153638.876000', '153638.879000', '153638.882000', '153638.885000', '153638.888000', '153638.891000', '153638.894000', '153638.896000', '153638.899000', '153638.902000', '153638.905000', '153638.908000', '153638.911000', '153638.914000', '153638.916000', '153638.919000', '153638.922000', '153638.925000', '153638.928000', '153638.931000', '153638.934000', '153638.937000', '153638.939000', '153638.942000', '153638.945000', '153638.948000', '153638.951000', '153638.954000', '153638.957000', '153638.959000', '153638.962000', '153638.965000', '153638.968000', '153638.971000', '153638.974000', '153638.977000', '153638.980000', '153658.855000', '153658.858000', '153658.861000', '153658.864000', '153658.867000', '153658.869000', '153658.872000', '153658.875000', '153658.878000', '153658.881000', '153658.884000', '153658.887000', '153658.890000', '153658.892000', '153658.895000', '153658.898000', '153658.901000', '153658.904000', '153658.907000', '153658.910000', '153658.913000', '153658.916000', '153658.918000', '153658.921000', '153658.924000', '153658.927000', '153658.930000', '153658.933000', '153658.936000', '153658.939000', '153658.941000', '153658.944000', '153658.947000', '153658.950000', '153658.953000', '153658.956000', '153658.959000', '153658.962000', '153658.965000', '153658.967000', '153658.970000', '153658.973000', '153658.976000', '153718.855000', '153718.858000', '153718.861000', '153718.864000', '153718.867000', '153718.870000', '153718.873000', '153718.876000', '153718.878000', '153718.881000', '153718.884000', '153718.887000', '153718.890000', '153718.893000', '153718.896000', '153718.899000', '153718.901000', '153718.904000', '153718.907000', '153718.910000', '153718.913000', '153718.916000', '153718.919000', '153718.922000', '153718.924000', '153718.927000', '153718.930000', '153718.933000', '153718.936000', '153718.939000', '153718.942000', '153718.944000', '153718.947000', '153718.950000', '153718.953000', '153718.968000', '153718.972000', '153718.975000', '153718.977000', '153718.980000', '153718.983000', '153718.986000', '153718.989000', '153738.855000', '153738.858000', '153738.861000', '153738.864000', '153738.867000', '153738.869000', '153738.872000', '153738.875000', '153738.878000', '153738.881000', '153738.884000', '153738.887000', '153738.890000', '153738.893000', '153738.895000', '153738.898000', '153738.901000', '153738.904000', '153738.907000', '153738.910000', '153738.913000', '153738.916000', '153738.918000', '153738.921000', '153738.924000', '153738.927000', '153738.930000', '153738.933000', '153738.936000', '153738.939000', '153738.941000', '153738.944000', '153738.947000', '153738.950000', '153738.953000', '153738.956000', '153738.959000', '153738.962000', '153738.964000', '153738.967000', '153738.970000', '153738.973000', '153738.976000', '153738.979000', '153758.855000', '153758.858000', '153758.861000', '153758.864000', '153758.867000', '153758.870000', '153758.874000', '153758.877000', '153758.880000', '153758.883000', '153758.886000', '153758.889000', '153758.892000', '153758.894000', '153758.897000', '153758.900000', '153758.903000', '153758.906000', '153758.909000', '153758.912000', '153758.914000', '153758.917000', '153758.920000', '153758.923000', '153758.926000', '153758.929000', '153758.932000', '153758.934000', '153758.937000', '153758.940000', '153758.943000', '153758.946000', '153758.949000', '153758.952000', '153758.954000', '153758.957000', '153758.960000', '153758.963000', '153758.966000', '153758.969000', '153758.972000', '153758.975000', '153758.977000', '153816.866000', '153816.869000', '153816.872000', '153816.876000', '153816.879000', '153816.882000', '153816.885000', '153816.888000', '153816.890000', '153816.893000', '153816.896000', '153816.899000', '153816.902000', '153816.905000', '153816.908000', '153816.911000', '153816.914000', '153816.917000', '153816.920000', '153816.923000', '153816.926000', '153816.929000', '153816.932000', '153816.935000', '153816.938000', '153816.940000', '153816.944000', '153816.947000', '153816.950000', '153816.953000', '153816.956000', '153816.959000', '153816.961000', '153816.964000', '153816.967000', '153816.970000', '153816.973000', '153816.976000', '153816.979000', '153816.982000'], 'InstanceCreationTime': ['152938.892000', '152938.896000', '152938.898000', '152938.901000', '152938.904000', '152938.907000', '152938.910000', '152938.913000', '152938.916000', '152938.919000', '152938.928000', '152938.931000', '152938.934000', '152938.937000', '152938.939000', '152938.942000', '152938.951000', '152938.954000', '152938.957000', '152938.960000', '152938.963000', '152938.966000', '152938.969000', '152938.972000', '152938.974000', '152938.977000', '152938.980000', '152938.983000', '152938.986000', '152958.855000', '152958.858000', '152958.861000', '152958.864000', '152958.867000', '152958.870000', '152958.872000', '152958.875000', '152958.878000', '152958.881000', '152958.884000', '152958.887000', '152958.889000', '152958.893000', '152958.901000', '152958.904000', '152958.906000', '152958.909000', '152958.912000', '152958.915000', '152958.918000', '152958.929000', '152958.932000', '152958.935000', '152958.938000', '152958.941000', '152958.944000', '152958.947000', '152958.950000', '152958.952000', '152958.955000', '152958.958000', '152958.961000', '152958.964000', '152958.966000', '152958.969000', '152958.972000', '152958.975000', '152958.978000', '152958.981000', '152958.984000', '152958.987000', '152958.990000', '152958.993000', '153018.855000', '153018.858000', '153018.861000', '153018.863000', '153018.866000', '153018.870000', '153018.874000', '153018.877000', '153018.879000', '153018.882000', '153018.885000', '153018.888000', '153018.891000', '153018.894000', '153018.897000', '153018.899000', '153018.902000', '153018.905000', '153018.908000', '153018.911000', '153018.918000', '153018.920000', '153018.923000', '153018.926000', '153018.929000', '153018.932000', '153018.935000', '153018.938000', '153018.940000', '153018.943000', '153018.946000', '153018.949000', '153018.952000', '153018.954000', '153018.957000', '153018.960000', '153018.971000', '153018.974000', '153018.977000', '153018.990000', '153018.993000', '153018.996000', '153019.000000', '153038.855000', '153038.858000', '153038.861000', '153038.864000', '153038.866000', '153038.869000', '153038.872000', '153038.875000', '153038.878000', '153038.881000', '153038.883000', '153038.886000', '153038.889000', '153038.892000', '153038.895000', '153038.898000', '153038.900000', '153038.903000', '153038.906000', '153038.909000', '153038.912000', '153038.915000', '153038.917000', '153038.920000', '153038.923000', '153038.926000', '153038.929000', '153038.932000', '153038.934000', '153038.937000', '153038.940000', '153038.943000', '153038.946000', '153038.949000', '153038.952000', '153038.954000', '153038.957000', '153038.960000', '153038.963000', '153038.966000', '153038.969000', '153038.972000', '153038.974000', '153038.977000', '153058.855000', '153058.858000', '153058.861000', '153058.864000', '153058.866000', '153058.869000', '153058.872000', '153058.875000', '153058.878000', '153058.881000', '153058.884000', '153058.888000', '153058.891000', '153058.894000', '153058.897000', '153058.900000', '153058.903000', '153058.906000', '153058.909000', '153058.912000', '153058.914000', '153058.917000', '153058.920000', '153058.923000', '153058.926000', '153058.929000', '153058.932000', '153058.935000', '153058.937000', '153058.940000', '153058.943000', '153058.946000', '153058.949000', '153058.952000', '153058.954000', '153058.957000', '153058.960000', '153058.963000', '153058.966000', '153058.969000', '153058.972000', '153058.975000', '153058.978000', '153118.856000', '153118.859000', '153118.862000', '153118.865000', '153118.867000', '153118.870000', '153118.873000', '153118.876000', '153118.879000', '153118.882000', '153118.885000', '153118.888000', '153118.891000', '153118.894000', '153118.896000', '153118.899000', '153118.902000', '153118.905000', '153118.908000', '153118.911000', '153118.914000', '153118.916000', '153118.919000', '153118.922000', '153118.925000', '153118.928000', '153118.931000', '153118.933000', '153118.936000', '153118.939000', '153118.942000', '153118.945000', '153118.948000', '153118.951000', '153118.953000', '153118.964000', '153118.966000', '153118.969000', '153118.972000', '153118.975000', '153118.978000', '153118.981000', '153118.984000', '153118.986000', '153138.856000', '153138.859000', '153138.862000', '153138.865000', '153138.868000', '153138.871000', '153138.873000', '153138.876000', '153138.879000', '153138.882000', '153138.885000', '153138.888000', '153138.891000', '153138.894000', '153138.897000', '153138.900000', '153138.902000', '153138.905000', '153138.909000', '153138.912000', '153138.914000', '153138.917000', '153138.920000', '153138.923000', '153138.926000', '153138.929000', '153138.932000', '153138.935000', '153138.938000', '153138.941000', '153138.944000', '153138.947000', '153138.950000', '153138.952000', '153138.955000', '153138.958000', '153138.961000', '153138.970000', '153138.973000', '153138.975000', '153138.978000', '153138.981000', '153138.984000', '153158.856000', '153158.859000', '153158.862000', '153158.865000', '153158.867000', '153158.870000', '153158.873000', '153158.876000', '153158.879000', '153158.882000', '153158.885000', '153158.888000', '153158.890000', '153158.893000', '153158.896000', '153158.899000', '153158.902000', '153158.905000', '153158.908000', '153158.911000', '153158.913000', '153158.916000', '153158.919000', '153158.922000', '153158.925000', '153158.928000', '153158.931000', '153158.934000', '153158.936000', '153158.947000', '153158.950000', '153158.952000', '153158.955000', '153158.958000', '153158.961000', '153158.964000', '153158.967000', '153158.970000', '153158.972000', '153158.975000', '153158.978000', '153158.981000', '153158.984000', '153158.987000', '153218.855000', '153218.858000', '153218.861000', '153218.864000', '153218.867000', '153218.888000', '153218.891000', '153218.894000', '153218.897000', '153218.900000', '153218.903000', '153218.906000', '153218.908000', '153218.912000', '153218.915000', '153218.917000', '153218.920000', '153218.923000', '153218.926000', '153218.929000', '153218.932000', '153218.935000', '153218.938000', '153218.941000', '153218.944000', '153218.947000', '153218.950000', '153218.952000', '153218.955000', '153218.958000', '153218.961000', '153218.964000', '153218.967000', '153218.970000', '153218.973000', '153218.975000', '153218.978000', '153218.981000', '153218.984000', '153218.987000', '153218.990000', '153218.993000', '153218.995000', '153238.855000', '153238.858000', '153238.861000', '153238.864000', '153238.867000', '153238.869000', '153238.872000', '153238.875000', '153238.878000', '153238.881000', '153238.884000', '153238.887000', '153238.890000', '153238.892000', '153238.895000', '153238.898000', '153238.901000', '153238.904000', '153238.907000', '153238.910000', '153238.913000', '153238.915000', '153238.918000', '153238.921000', '153238.924000', '153238.927000', '153238.930000', '153238.933000', '153238.936000', '153238.939000', '153238.942000', '153238.944000', '153238.947000', '153238.950000', '153238.953000', '153238.956000', '153238.959000', '153238.962000', '153238.965000', '153238.967000', '153238.970000', '153238.973000', '153238.976000', '153238.983000', '153258.855000', '153258.858000', '153258.861000', '153258.864000', '153258.867000', '153258.869000', '153258.872000', '153258.875000', '153258.878000', '153258.881000', '153258.884000', '153258.887000', '153258.890000', '153258.894000', '153258.897000', '153258.899000', '153258.902000', '153258.905000', '153258.908000', '153258.911000', '153258.914000', '153258.917000', '153258.920000', '153258.923000', '153258.925000', '153258.928000', '153258.931000', '153258.934000', '153258.937000', '153258.940000', '153258.943000', '153258.946000', '153258.949000', '153258.952000', '153258.955000', '153258.958000', '153258.960000', '153258.963000', '153258.966000', '153258.969000', '153258.972000', '153258.975000', '153258.978000', '153318.855000', '153318.858000', '153318.861000', '153318.864000', '153318.867000', '153318.870000', '153318.873000', '153318.875000', '153318.878000', '153318.881000', '153318.884000', '153318.887000', '153318.890000', '153318.893000', '153318.896000', '153318.899000', '153318.901000', '153318.904000', '153318.907000', '153318.910000', '153318.913000', '153318.916000', '153318.919000', '153318.922000', '153318.924000', '153318.927000', '153318.930000', '153318.933000', '153318.936000', '153318.939000', '153318.942000', '153318.944000', '153318.947000', '153318.950000', '153318.953000', '153318.956000', '153318.959000', '153318.962000', '153318.965000', '153318.967000', '153318.970000', '153318.973000', '153318.976000', '153318.979000', '153338.856000', '153338.859000', '153338.862000', '153338.865000', '153338.868000', '153338.871000', '153338.874000', '153338.876000', '153338.879000', '153338.882000', '153338.885000', '153338.888000', '153338.891000', '153338.894000', '153338.896000', '153338.899000', '153338.902000', '153338.905000', '153338.908000', '153338.911000', '153338.914000', '153338.916000', '153338.919000', '153338.922000', '153338.925000', '153338.928000', '153338.931000', '153338.934000', '153338.937000', '153338.946000', '153338.949000', '153338.952000', '153338.955000', '153338.958000', '153338.961000', '153338.970000', '153338.973000', '153338.976000', '153338.979000', '153338.982000', '153338.985000', '153338.988000', '153338.991000', '153358.856000', '153358.859000', '153358.862000', '153358.865000', '153358.868000', '153358.871000', '153358.873000', '153358.876000', '153358.879000', '153358.882000', '153358.885000', '153358.888000', '153358.891000', '153358.893000', '153358.896000', '153358.899000', '153358.915000', '153358.918000', '153358.921000', '153358.924000', '153358.927000', '153358.929000', '153358.932000', '153358.935000', '153358.938000', '153358.941000', '153358.944000', '153358.947000', '153358.949000', '153358.952000', '153358.955000', '153358.958000', '153358.961000', '153358.964000', '153358.967000', '153358.969000', '153358.972000', '153358.975000', '153358.978000', '153358.981000', '153358.984000', '153358.987000', '153358.990000', '153358.992000', '153418.856000', '153418.859000', '153418.862000', '153418.865000', '153418.868000', '153418.871000', '153418.873000', '153418.876000', '153418.879000', '153418.882000', '153418.885000', '153418.888000', '153418.891000', '153418.894000', '153418.897000', '153418.899000', '153418.902000', '153418.905000', '153418.908000', '153418.911000', '153418.914000', '153418.917000', '153418.920000', '153418.923000', '153418.925000', '153418.929000', '153418.932000', '153418.935000', '153418.938000', '153418.941000', '153418.944000', '153418.947000', '153418.950000', '153418.952000', '153418.955000', '153418.958000', '153418.961000', '153418.964000', '153418.967000', '153418.970000', '153418.973000', '153418.976000', '153418.978000', '153438.855000', '153438.858000', '153438.861000', '153438.864000', '153438.867000', '153438.870000', '153438.872000', '153438.875000', '153438.878000', '153438.881000', '153438.884000', '153438.887000', '153438.890000', '153438.893000', '153438.896000', '153438.899000', '153438.902000', '153438.905000', '153438.907000', '153438.910000', '153438.913000', '153438.916000', '153438.919000', '153438.922000', '153438.925000', '153438.928000', '153438.930000', '153438.933000', '153438.936000', '153438.939000', '153438.942000', '153438.945000', '153438.948000', '153438.951000', '153438.953000', '153438.956000', '153438.959000', '153438.962000', '153438.965000', '153438.974000', '153438.977000', '153438.980000', '153438.983000', '153438.985000', '153458.855000', '153458.858000', '153458.861000', '153458.864000', '153458.867000', '153458.869000', '153458.872000', '153458.875000', '153458.878000', '153458.881000', '153458.884000', '153458.887000', '153458.890000', '153458.893000', '153458.895000', '153458.898000', '153458.901000', '153458.904000', '153458.907000', '153458.910000', '153458.913000', '153458.916000', '153458.918000', '153458.921000', '153458.924000', '153458.927000', '153458.930000', '153458.933000', '153458.936000', '153458.939000', '153458.942000', '153458.945000', '153458.948000', '153458.950000', '153458.953000', '153458.956000', '153458.959000', '153458.962000', '153458.965000', '153458.968000', '153458.971000', '153458.974000', '153458.976000', '153518.855000', '153518.858000', '153518.861000', '153518.864000', '153518.867000', '153518.870000', '153518.872000', '153518.875000', '153518.878000', '153518.881000', '153518.884000', '153518.887000', '153518.890000', '153518.893000', '153518.896000', '153518.898000', '153518.901000', '153518.904000', '153518.907000', '153518.910000', '153518.913000', '153518.916000', '153518.919000', '153518.922000', '153518.924000', '153518.927000', '153518.930000', '153518.933000', '153518.936000', '153518.939000', '153518.942000', '153518.945000', '153518.947000', '153518.950000', '153518.953000', '153518.956000', '153518.959000', '153518.962000', '153518.965000', '153518.967000', '153518.970000', '153518.973000', '153518.976000', '153518.979000', '153538.855000', '153538.858000', '153538.861000', '153538.864000', '153538.867000', '153538.870000', '153538.872000', '153538.875000', '153538.878000', '153538.881000', '153538.884000', '153538.887000', '153538.890000', '153538.893000', '153538.896000', '153538.898000', '153538.901000', '153538.904000', '153538.907000', '153538.910000', '153538.913000', '153538.916000', '153538.919000', '153538.922000', '153538.924000', '153538.949000', '153538.952000', '153538.954000', '153538.957000', '153538.960000', '153538.963000', '153538.967000', '153538.970000', '153538.973000', '153538.976000', '153538.979000', '153538.982000', '153538.985000', '153538.988000', '153538.991000', '153538.993000', '153538.996000', '153539.000000', '153558.856000', '153558.859000', '153558.862000', '153558.865000', '153558.868000', '153558.870000', '153558.873000', '153558.876000', '153558.879000', '153558.882000', '153558.885000', '153558.888000', '153558.891000', '153558.893000', '153558.896000', '153558.899000', '153558.902000', '153558.905000', '153558.917000', '153558.920000', '153558.923000', '153558.926000', '153558.929000', '153558.932000', '153558.936000', '153558.939000', '153558.942000', '153558.945000', '153558.948000', '153558.951000', '153558.954000', '153558.957000', '153558.960000', '153558.962000', '153558.965000', '153558.968000', '153558.971000', '153558.974000', '153558.977000', '153558.980000', '153558.983000', '153558.986000', '153558.989000', '153558.992000', '153618.856000', '153618.859000', '153618.862000', '153618.865000', '153618.868000', '153618.870000', '153618.873000', '153618.876000', '153618.879000', '153618.882000', '153618.885000', '153618.888000', '153618.891000', '153618.893000', '153618.896000', '153618.899000', '153618.902000', '153618.905000', '153618.908000', '153618.911000', '153618.914000', '153618.916000', '153618.919000', '153618.922000', '153618.925000', '153618.928000', '153618.931000', '153618.934000', '153618.936000', '153618.939000', '153618.942000', '153618.945000', '153618.948000', '153618.951000', '153618.953000', '153618.956000', '153618.959000', '153618.962000', '153618.965000', '153618.968000', '153618.971000', '153618.974000', '153618.976000', '153638.856000', '153638.859000', '153638.862000', '153638.865000', '153638.867000', '153638.870000', '153638.873000', '153638.876000', '153638.879000', '153638.882000', '153638.885000', '153638.888000', '153638.891000', '153638.894000', '153638.896000', '153638.899000', '153638.902000', '153638.905000', '153638.908000', '153638.911000', '153638.914000', '153638.916000', '153638.919000', '153638.922000', '153638.925000', '153638.928000', '153638.931000', '153638.934000', '153638.937000', '153638.939000', '153638.942000', '153638.945000', '153638.948000', '153638.951000', '153638.954000', '153638.957000', '153638.959000', '153638.962000', '153638.965000', '153638.968000', '153638.971000', '153638.974000', '153638.977000', '153638.980000', '153658.855000', '153658.858000', '153658.861000', '153658.864000', '153658.867000', '153658.869000', '153658.872000', '153658.875000', '153658.878000', '153658.881000', '153658.884000', '153658.887000', '153658.890000', '153658.892000', '153658.895000', '153658.898000', '153658.901000', '153658.904000', '153658.907000', '153658.910000', '153658.913000', '153658.916000', '153658.918000', '153658.921000', '153658.924000', '153658.927000', '153658.930000', '153658.933000', '153658.936000', '153658.939000', '153658.941000', '153658.944000', '153658.947000', '153658.950000', '153658.953000', '153658.956000', '153658.959000', '153658.962000', '153658.965000', '153658.967000', '153658.970000', '153658.973000', '153658.976000', '153718.855000', '153718.858000', '153718.861000', '153718.864000', '153718.867000', '153718.870000', '153718.873000', '153718.876000', '153718.878000', '153718.881000', '153718.884000', '153718.887000', '153718.890000', '153718.893000', '153718.896000', '153718.899000', '153718.901000', '153718.904000', '153718.907000', '153718.910000', '153718.913000', '153718.916000', '153718.919000', '153718.922000', '153718.924000', '153718.927000', '153718.930000', '153718.933000', '153718.936000', '153718.939000', '153718.942000', '153718.944000', '153718.947000', '153718.950000', '153718.953000', '153718.968000', '153718.972000', '153718.975000', '153718.977000', '153718.980000', '153718.983000', '153718.986000', '153718.989000', '153738.855000', '153738.858000', '153738.861000', '153738.864000', '153738.867000', '153738.869000', '153738.872000', '153738.875000', '153738.878000', '153738.881000', '153738.884000', '153738.887000', '153738.890000', '153738.893000', '153738.895000', '153738.898000', '153738.901000', '153738.904000', '153738.907000', '153738.910000', '153738.913000', '153738.916000', '153738.918000', '153738.921000', '153738.924000', '153738.927000', '153738.930000', '153738.933000', '153738.936000', '153738.939000', '153738.941000', '153738.944000', '153738.947000', '153738.950000', '153738.953000', '153738.956000', '153738.959000', '153738.962000', '153738.964000', '153738.967000', '153738.970000', '153738.973000', '153738.976000', '153738.979000', '153758.855000', '153758.858000', '153758.861000', '153758.864000', '153758.867000', '153758.870000', '153758.874000', '153758.877000', '153758.880000', '153758.883000', '153758.886000', '153758.889000', '153758.892000', '153758.894000', '153758.897000', '153758.900000', '153758.903000', '153758.906000', '153758.909000', '153758.912000', '153758.914000', '153758.917000', '153758.920000', '153758.923000', '153758.926000', '153758.929000', '153758.932000', '153758.934000', '153758.937000', '153758.940000', '153758.943000', '153758.946000', '153758.949000', '153758.952000', '153758.954000', '153758.957000', '153758.960000', '153758.963000', '153758.966000', '153758.969000', '153758.972000', '153758.975000', '153758.977000', '153816.866000', '153816.869000', '153816.872000', '153816.876000', '153816.879000', '153816.882000', '153816.885000', '153816.888000', '153816.890000', '153816.893000', '153816.896000', '153816.899000', '153816.902000', '153816.905000', '153816.908000', '153816.911000', '153816.914000', '153816.917000', '153816.920000', '153816.923000', '153816.926000', '153816.929000', '153816.932000', '153816.935000', '153816.938000', '153816.940000', '153816.944000', '153816.947000', '153816.950000', '153816.953000', '153816.956000', '153816.959000', '153816.961000', '153816.964000', '153816.967000', '153816.970000', '153816.973000', '153816.976000', '153816.979000', '153816.982000'], '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': [15881, 14366, 13764, 14283, 13696, 13417, 14193, 13110, 14081, 12595, 14448, 12794, 14398, 14341, 14163, 15944, 13997, 15528, 14881, 16335, 14508, 13955, 13122, 14491, 18100, 13980, 15537, 14741, 13938, 14659, 14247, 13927, 14197, 17239, 14025, 14622, 14336, 13936, 14357, 14073, 13456, 14426, 12571, 14346, 17392, 14335, 15083, 14381, 14242, 14322, 14727, 13932, 14629, 13011, 14449, 15681, 14030, 14036, 14587, 14063, 13766, 14197, 12219, 14334, 17217, 13831, 13924, 14644, 14286, 13099, 14299, 17784, 14254, 16935, 13824, 14302, 14463, 14162, 13615, 14500, 12897, 14581, 12142, 14767, 16544, 13858, 14754, 14222, 14099, 14097, 14299, 13903, 14343, 13497, 14411, 13308, 14775, 17177, 14025, 15782, 14017, 16858, 14745, 14184, 13453, 14206, 18829, 14051, 15472, 13811, 13389, 14395, 14020, 12461, 13657, 18248, 13454, 14424, 14403, 13675, 13565, 13690, 18267, 13935, 16420, 13768, 13200, 14182, 13535, 13187, 13831, 13031, 13763, 13387, 13892, 17466, 13963, 15179, 14022, 16823, 14435, 13826, 14158, 13862, 12801, 14041, 17473, 13584, 13651, 14321, 13900, 12953, 14026, 17988, 13660, 14375, 14213, 13863, 14352, 14045, 12324, 14110, 18044, 14051, 15030, 14129, 14133, 14151, 13978, 13960, 14168, 12241, 14228, 16904, 13298, 14020, 14008, 13958, 14253, 14307, 13387, 14538, 14025, 14434, 12357, 14169, 15938, 14155, 15400, 13817, 15032, 13975, 14190, 13787, 13792, 13263, 14857, 13986, 14600, 13069, 14208, 12998, 14241, 18938, 13998, 16732, 14121, 13812, 14054, 14188, 14320, 14144, 13308, 14334, 13758, 14118, 19476, 15108, 17738, 14107, 13776, 13617, 13565, 13835, 13726, 13494, 14353, 17720, 14054, 13785, 14194, 14220, 13509, 14272, 13979, 14619, 13656, 14564, 15764, 13647, 14890, 13740, 13871, 13381, 13962, 13330, 14490, 18315, 13848, 19986, 13998, 15957, 14230, 13908, 14447, 13795, 13305, 14181, 14036, 14018, 17816, 13526, 13578, 13962, 14285, 14307, 14314, 17842, 14285, 14991, 14438, 13128, 12931, 14517, 13120, 13293, 13176, 13622, 12887, 13917, 17404, 13786, 15526, 14033, 13331, 13898, 13948, 13026, 13941, 18090, 13551, 14697, 13537, 13466, 13359, 14456, 13204, 14768, 12076, 14545, 16678, 13901, 13964, 14736, 14156, 14233, 14168, 12661, 14020, 13782, 14160, 18058, 15779, 15888, 14077, 13870, 14554, 14119, 13814, 14231, 15536, 14596, 17919, 13922, 14104, 14500, 14002, 13014, 14137, 12743, 14314, 18284, 13964, 13779, 14669, 14243, 14091, 14512, 13607, 14637, 16233, 13930, 14724, 14529, 14884, 15042, 14127, 13684, 14154, 18967, 14590, 17213, 14219, 14247, 13976, 13600, 13810, 14226, 14285, 14722, 14296, 14069, 13248, 14641, 16623, 14125, 15144, 14070, 16864, 13804, 13442, 13625, 13393, 13850, 14012, 13301, 13773, 13404, 14021, 17189, 13827, 16360, 13527, 14970, 14436, 13523, 13471, 13469, 12817, 13715, 12821, 14174, 12504, 14274, 16996, 13548, 16568, 13612, 13462, 13433, 13500, 13612, 13754, 13664, 14553, 14200, 13913, 14266, 14840, 14344, 15510, 14131, 15489, 14515, 14318, 13019, 14657, 18047, 14191, 16234, 15204, 14003, 13441, 14428, 18506, 14521, 14539, 14319, 13926, 13652, 14245, 17503, 14680, 14842, 14571, 13701, 14496, 14063, 13373, 14220, 16771, 14669, 14691, 14755, 13893, 14291, 14681, 13080, 14927, 16728, 14448, 13815, 14916, 14476, 15708, 14863, 14717, 14771, 12567, 15098, 17774, 14561, 15702, 14391, 14145, 14593, 14515, 14595, 16009, 13720, 15023, 17870, 14632, 14260, 14726, 14384, 14590, 14718, 14856, 14736, 18112, 14497, 15484, 14564, 15354, 15177, 14031, 14980, 14335, 13052, 14753, 17628, 14821, 15014, 14441, 13756, 15026, 14342, 15046, 14275, 15251, 14356, 14296, 14600, 18645, 14821, 17525, 14806, 14390, 14583, 14308, 14299, 14424, 14632, 14935, 14373, 14928, 16276, 14705, 14194, 15047, 14412, 14682, 14290, 14355, 14638, 13576, 14893, 13743, 14593, 18769, 14545, 15757, 14220, 16028, 14621, 14535, 13471, 14827, 17661, 14618, 14632, 15102, 14248, 14653, 14700, 18136, 14810, 14501, 14678, 13590, 14904, 14413, 14906, 14705, 13575, 14959, 16646, 14819, 13683, 14749, 14286, 14044, 14690, 14654, 14986, 16812, 14546, 14564, 14684, 14371, 15192, 14334, 13802, 14748, 14551, 15084, 14786, 15163, 17682, 14554, 13963, 14793, 14669, 14664, 14901, 13650, 14914, 14328, 15178, 18658, 14659, 15949, 14624, 14174, 14924, 14519, 15288, 15662, 14624, 14560, 13562, 14420, 18185, 14396, 15938, 14684, 13976, 15001, 14138, 14305, 14444, 13498, 14719, 16948, 14671, 14418, 14819, 13789, 15199, 14616, 15085, 14494, 14439, 14862, 14260, 15026, 15614, 14835, 15472, 14912, 14037, 15060, 14733, 14979, 14658, 13782, 14851, 18344, 14935, 17497, 14996, 15293, 14835, 14093, 14444, 14826, 14975, 14785, 13318, 15006, 16657, 14622, 14385, 15051, 14713, 15306, 14904, 14058, 14904, 18415, 14671, 14805, 14926, 14351, 15168, 14657, 13939, 14318, 13761, 15185, 13079, 15178, 16437, 14810, 15069, 14677, 14460, 14677, 13878, 14946, 14503, 14006, 14759, 13391, 13016, 13888, 14510, 13982, 17369, 14816, 16746, 14797, 13373, 14998, 13973, 14400, 15034, 13887, 14670, 16655, 14929, 15470, 14940, 14370, 15018, 14802, 15086, 14503, 14164, 14560, 16764, 14782, 17565, 15011, 15334, 15596, 14259, 14500, 14710, 19296, 14986, 15503, 14993, 13981, 15538, 14436, 14237, 14559, 20414, 14859, 15742, 15412, 13608, 15510, 14468, 14552, 14445, 14903, 14976, 14296, 15201, 15964, 15171, 14990, 13916, 14153, 14688, 13947, 15345, 14526, 14752, 14714, 16589, 14854, 14422, 15125, 15903, 14779, 14413, 15283, 14654, 15307, 15103, 18087, 14748, 15697, 15161, 14060, 15022, 14276, 14988, 15017, 16985, 14838, 15630, 14622, 14905, 15114, 14312, 15241, 14463, 14114, 14789, 13456, 15122, 18001, 14924, 15361, 15207, 14194, 14928, 14374, 14483, 14654, 16222, 14969, 16008, 14581, 14121, 14012, 12936, 13319, 12783, 13970, 13782, 13930, 13024, 12614, 12037, 13610, 12936, 13137, 17508, 11541, 18615, 10915, 10416, 12894, 11747, 10682, 19569, 10829, 14519, 13175, 10353, 20062, 11652, 16098, 11359, 16358, 12047, 10860, 18908, 13978, 16250, 11192, 12310, 12230, 10651, 18016, 10964, 14863, 11681, 11966, 11973, 10865, 11354, 11558, 15560, 11559, 13440, 11510, 12777, 11680, 11651, 12145, 11893, 12384, 11795, 11831, 11845, 15046, 11774, 14098, 12529, 13086, 12956, 13628, 12109, 12884, 11840, 12159, 15807, 12226, 18942, 12216, 16439, 12197, 13510, 12284, 12487, 12197, 11721, 18141, 11611, 15803, 12286, 13348, 12003, 12889, 12333, 11904, 13473, 11906, 18518, 11676, 15406, 12348, 13009, 12215, 14117, 11367, 11910, 11719, 12052, 13290, 11742, 18193, 12252, 15601, 11472, 14962, 11590, 14151, 11682, 13341, 16282, 12103, 12612, 11889, 17531, 11377, 14800, 11920, 14105, 12136, 14152, 11052, 13165, 11715, 12648, 17966, 12233, 10729, 11799, 15651, 11599, 16444, 12254, 16627, 12055, 14646, 11705, 12682, 11645, 11988, 18700, 14849, 17756, 13832, 15187, 12526, 13516, 13564, 13876, 13323, 13033, 12196, 11973, 12671, 13433, 18511, 12718, 16194, 12912, 14361, 12275, 12455, 12622, 12603, 18691, 14053, 15836, 12775, 13971, 12342, 13316, 12152, 12631, 18065, 13379, 15595, 12683, 14536, 12887, 13324, 13020, 12539, 12208, 12618, 17648, 12591, 15062, 12730, 14054, 13365, 14146, 12979, 13823, 12986, 13996, 14348, 15798, 13253, 14419, 14568, 14240, 12843, 16276, 12050, 17149, 12362, 16438, 12546, 17155, 12549, 16988, 13113, 13618, 14121, 15056, 18709, 12746, 16752, 13017, 15549, 13596, 13615, 12644, 13833, 13003, 14345, 12797, 13558, 14706, 13206, 18802, 13381, 15064, 13014, 14250, 12849, 13866, 13627, 14840, 13320, 14046, 13187, 13267, 12415, 13510, 13588, 14571, 13499, 12954, 12228, 12839, 12253, 12619, 16008, 12629, 16318, 12551, 11943, 12531, 16208, 12410, 18969, 12982, 17575, 12802, 14309, 13022, 13028, 11596, 11252, 12138, 13844, 11897, 11922, 11560, 11908, 11705, 12017, 18652, 13610, 16386, 11789, 13934, 12805, 12619, 12376, 12700, 11633, 12049, 15056, 11987, 15392, 11987, 13847, 12256, 14387, 12355, 12070, 11266, 12185, 18381, 12348, 14473, 11598, 13937, 11354, 13010, 11903, 12552, 12007, 12780, 11522, 12038, 16539, 11738, 16300, 12496, 15472, 12317, 14405, 11479, 11863, 14175, 11495, 18408, 13139, 15344, 10664, 14777, 10504, 14604, 11347, 15158, 11004, 14128, 9949, 13012, 10607, 14010, 10930, 12571, 10279, 11244, 17136, 11753, 17865, 12981, 16123, 11111], 'WindowCenter': [5291.0, 5256.0, 5244.0, 5240.0, 5230.0, 5220.0, 5231.0, 5230.0, 5231.0, 5217.0, 5230.0, 5219.0, 5238.0, 5229.0, 5230.0, 5238.0, 5231.0, 5237.0, 5231.0, 5240.0, 5229.0, 5229.0, 5208.0, 5229.0, 5244.0, 5218.0, 5227.0, 5219.0, 5218.0, 5226.0, 5227.0, 5217.0, 5229.0, 5234.0, 5227.0, 5227.0, 5227.0, 5218.0, 5230.0, 5228.0, 5218.0, 5228.0, 5207.0, 5228.0, 5235.0, 5224.0, 5226.0, 5226.0, 5228.0, 5218.0, 5225.0, 5217.0, 5225.0, 5207.0, 5215.0, 5226.0, 5217.0, 5218.0, 5227.0, 5219.0, 5215.0, 5227.0, 5208.0, 5230.0, 5237.0, 5219.0, 5227.0, 5227.0, 5229.0, 5219.0, 5239.0, 5248.0, 5226.0, 5236.0, 5216.0, 5226.0, 5228.0, 5226.0, 5215.0, 5228.0, 5207.0, 5239.0, 5209.0, 5236.0, 5248.0, 5228.0, 5240.0, 5231.0, 5229.0, 5238.0, 5240.0, 5229.0, 5238.0, 5227.0, 5229.0, 5220.0, 5239.0, 5244.0, 5228.0, 5240.0, 5228.0, 5245.0, 5227.0, 5229.0, 5217.0, 5214.0, 5245.0, 5216.0, 5217.0, 5207.0, 5205.0, 5211.0, 5215.0, 5193.0, 5214.0, 5235.0, 5204.0, 5215.0, 5214.0, 5206.0, 5205.0, 5213.0, 5228.0, 5213.0, 5223.0, 5206.0, 5204.0, 5214.0, 5205.0, 5203.0, 5215.0, 5200.0, 5214.0, 5205.0, 5215.0, 5231.0, 5214.0, 5214.0, 5205.0, 5224.0, 5211.0, 5203.0, 5213.0, 5215.0, 5206.0, 5213.0, 5234.0, 5206.0, 5212.0, 5214.0, 5216.0, 5204.0, 5215.0, 5235.0, 5217.0, 5215.0, 5217.0, 5214.0, 5215.0, 5216.0, 5203.0, 5216.0, 5233.0, 5218.0, 5222.0, 5217.0, 5217.0, 5228.0, 5219.0, 5216.0, 5226.0, 5207.0, 5227.0, 5233.0, 5227.0, 5229.0, 5228.0, 5225.0, 5226.0, 5228.0, 5227.0, 5230.0, 5228.0, 5227.0, 5209.0, 5230.0, 5239.0, 5240.0, 5238.0, 5240.0, 5239.0, 5227.0, 5227.0, 5230.0, 5229.0, 5231.0, 5242.0, 5227.0, 5237.0, 5227.0, 5226.0, 5221.0, 5237.0, 5247.0, 5230.0, 5238.0, 5217.0, 5216.0, 5226.0, 5224.0, 5215.0, 5229.0, 5216.0, 5227.0, 5217.0, 5227.0, 5255.0, 5230.0, 5234.0, 5218.0, 5214.0, 5216.0, 5217.0, 5216.0, 5217.0, 5206.0, 5227.0, 5235.0, 5216.0, 5204.0, 5217.0, 5215.0, 5216.0, 5226.0, 5215.0, 5226.0, 5228.0, 5236.0, 5241.0, 5232.0, 5237.0, 5227.0, 5228.0, 5228.0, 5230.0, 5218.0, 5229.0, 5248.0, 5220.0, 5247.0, 5227.0, 5227.0, 5215.0, 5215.0, 5226.0, 5220.0, 5218.0, 5217.0, 5216.0, 5218.0, 5232.0, 5212.0, 5218.0, 5217.0, 5217.0, 5216.0, 5227.0, 5233.0, 5216.0, 5215.0, 5226.0, 5219.0, 5206.0, 5215.0, 5199.0, 5207.0, 5217.0, 5227.0, 5219.0, 5227.0, 5236.0, 5218.0, 5225.0, 5218.0, 5217.0, 5212.0, 5215.0, 5206.0, 5216.0, 5233.0, 5203.0, 5215.0, 5211.0, 5204.0, 5204.0, 5216.0, 5204.0, 5223.0, 5195.0, 5222.0, 5236.0, 5218.0, 5217.0, 5228.0, 5216.0, 5226.0, 5227.0, 5218.0, 5228.0, 5228.0, 5231.0, 5246.0, 5227.0, 5227.0, 5218.0, 5218.0, 5216.0, 5226.0, 5213.0, 5214.0, 5224.0, 5217.0, 5235.0, 5216.0, 5214.0, 5214.0, 5214.0, 5206.0, 5213.0, 5203.0, 5214.0, 5231.0, 5214.0, 5213.0, 5226.0, 5216.0, 5213.0, 5224.0, 5212.0, 5221.0, 5225.0, 5224.0, 5225.0, 5217.0, 5216.0, 5224.0, 5215.0, 5214.0, 5226.0, 5244.0, 5224.0, 5235.0, 5218.0, 5216.0, 5218.0, 5216.0, 5217.0, 5216.0, 5217.0, 5226.0, 5212.0, 5226.0, 5216.0, 5226.0, 5232.0, 5231.0, 5240.0, 5227.0, 5232.0, 5217.0, 5217.0, 5225.0, 5218.0, 5227.0, 5229.0, 5215.0, 5218.0, 5216.0, 5228.0, 5238.0, 5220.0, 5228.0, 5218.0, 5225.0, 5216.0, 5203.0, 5204.0, 5217.0, 5203.0, 5215.0, 5202.0, 5217.0, 5207.0, 5228.0, 5235.0, 5217.0, 5234.0, 5214.0, 5216.0, 5214.0, 5212.0, 5225.0, 5216.0, 5219.0, 5226.0, 5226.0, 5252.0, 5239.0, 5250.0, 5240.0, 5241.0, 5227.0, 5227.0, 5214.0, 5216.0, 5206.0, 5226.0, 5236.0, 5207.0, 5214.0, 5212.0, 5202.0, 5193.0, 5215.0, 5224.0, 5203.0, 5200.0, 5205.0, 5200.0, 5202.0, 5213.0, 5218.0, 5211.0, 5202.0, 5213.0, 5201.0, 5208.0, 5214.0, 5199.0, 5212.0, 5222.0, 5214.0, 5214.0, 5213.0, 5206.0, 5212.0, 5213.0, 5194.0, 5213.0, 5221.0, 5214.0, 5215.0, 5226.0, 5226.0, 5235.0, 5225.0, 5223.0, 5236.0, 5209.0, 5235.0, 5247.0, 5226.0, 5233.0, 5230.0, 5215.0, 5226.0, 5226.0, 5227.0, 5234.0, 5214.0, 5223.0, 5231.0, 5224.0, 5216.0, 5216.0, 5214.0, 5214.0, 5222.0, 5214.0, 5222.0, 5231.0, 5217.0, 5223.0, 5216.0, 5215.0, 5225.0, 5214.0, 5212.0, 5214.0, 5204.0, 5213.0, 5223.0, 5216.0, 5214.0, 5211.0, 5212.0, 5226.0, 5213.0, 5225.0, 5214.0, 5221.0, 5213.0, 5211.0, 5226.0, 5233.0, 5213.0, 5232.0, 5215.0, 5211.0, 5213.0, 5216.0, 5212.0, 5215.0, 5224.0, 5225.0, 5213.0, 5223.0, 5226.0, 5226.0, 5215.0, 5225.0, 5216.0, 5227.0, 5228.0, 5218.0, 5228.0, 5216.0, 5225.0, 5217.0, 5224.0, 5234.0, 5216.0, 5225.0, 5216.0, 5223.0, 5213.0, 5215.0, 5203.0, 5210.0, 5234.0, 5213.0, 5212.0, 5212.0, 5214.0, 5213.0, 5214.0, 5229.0, 5212.0, 5200.0, 5213.0, 5204.0, 5212.0, 5212.0, 5213.0, 5216.0, 5203.0, 5223.0, 5220.0, 5224.0, 5214.0, 5225.0, 5216.0, 5216.0, 5214.0, 5211.0, 5224.0, 5234.0, 5227.0, 5215.0, 5225.0, 5217.0, 5223.0, 5225.0, 5217.0, 5225.0, 5225.0, 5236.0, 5228.0, 5236.0, 5244.0, 5226.0, 5225.0, 5226.0, 5226.0, 5229.0, 5239.0, 5214.0, 5238.0, 5228.0, 5239.0, 5246.0, 5230.0, 5233.0, 5227.0, 5214.0, 5225.0, 5229.0, 5227.0, 5228.0, 5212.0, 5224.0, 5204.0, 5215.0, 5235.0, 5216.0, 5223.0, 5212.0, 5204.0, 5214.0, 5215.0, 5214.0, 5213.0, 5204.0, 5213.0, 5222.0, 5214.0, 5215.0, 5215.0, 5204.0, 5226.0, 5224.0, 5224.0, 5227.0, 5226.0, 5225.0, 5216.0, 5233.0, 5226.0, 5226.0, 5223.0, 5224.0, 5218.0, 5225.0, 5224.0, 5225.0, 5226.0, 5215.0, 5225.0, 5242.0, 5225.0, 5235.0, 5223.0, 5226.0, 5215.0, 5214.0, 5213.0, 5217.0, 5215.0, 5215.0, 5204.0, 5225.0, 5224.0, 5224.0, 5217.0, 5225.0, 5217.0, 5226.0, 5227.0, 5215.0, 5225.0, 5241.0, 5226.0, 5214.0, 5225.0, 5215.0, 5215.0, 5225.0, 5215.0, 5218.0, 5214.0, 5224.0, 5201.0, 5234.0, 5232.0, 5228.0, 5228.0, 5225.0, 5228.0, 5237.0, 5225.0, 5239.0, 5240.0, 5239.0, 5253.0, 5239.0, 5231.0, 5242.0, 5240.0, 5241.0, 5250.0, 5240.0, 5238.0, 5229.0, 5215.0, 5226.0, 5219.0, 5218.0, 5214.0, 5206.0, 5216.0, 5223.0, 5215.0, 5215.0, 5226.0, 5214.0, 5215.0, 5215.0, 5223.0, 5214.0, 5214.0, 5226.0, 5231.0, 5226.0, 5234.0, 5225.0, 5215.0, 5226.0, 5213.0, 5213.0, 5214.0, 5243.0, 5217.0, 5216.0, 5226.0, 5206.0, 5209.0, 5215.0, 5205.0, 5213.0, 5242.0, 5216.0, 5212.0, 5214.0, 5205.0, 5224.0, 5215.0, 5215.0, 5214.0, 5225.0, 5227.0, 5215.0, 5226.0, 5227.0, 5228.0, 5229.0, 5217.0, 5216.0, 5229.0, 5213.0, 5235.0, 5226.0, 5228.0, 5229.0, 5237.0, 5229.0, 5215.0, 5227.0, 5227.0, 5228.0, 5228.0, 5227.0, 5226.0, 5226.0, 5229.0, 5232.0, 5226.0, 5227.0, 5223.0, 5216.0, 5223.0, 5214.0, 5213.0, 5227.0, 5234.0, 5225.0, 5227.0, 5227.0, 5216.0, 5224.0, 5213.0, 5226.0, 5225.0, 5217.0, 5218.0, 5206.0, 5224.0, 5235.0, 5215.0, 5225.0, 5226.0, 5217.0, 5222.0, 5216.0, 5215.0, 5225.0, 5224.0, 5226.0, 5223.0, 5225.0, 5226.0, 5238.0, 5230.0, 5239.0, 5215.0, 5226.0, 5231.0, 5230.0, 5227.0, 5232.0, 5224.0, 5229.0, 5233.0, 5231.0, 5261.0, 5210.0, 5258.0, 5210.0, 5202.0, 5231.0, 5210.0, 5199.0, 5258.0, 5199.0, 5228.0, 5214.0, 5189.0, 5256.0, 5198.0, 5224.0, 5184.0, 5224.0, 5182.0, 5173.0, 5222.0, 5199.0, 5209.0, 5162.0, 5168.0, 5170.0, 5160.0, 5207.0, 5160.0, 5188.0, 5166.0, 5168.0, 5170.0, 5170.0, 5170.0, 5181.0, 5210.0, 5182.0, 5190.0, 5181.0, 5189.0, 5195.0, 5193.0, 5193.0, 5195.0, 5192.0, 5197.0, 5195.0, 5206.0, 5220.0, 5205.0, 5224.0, 5215.0, 5217.0, 5212.0, 5224.0, 5206.0, 5219.0, 5204.0, 5219.0, 5235.0, 5208.0, 5246.0, 5207.0, 5237.0, 5206.0, 5217.0, 5207.0, 5209.0, 5207.0, 5206.0, 5243.0, 5196.0, 5236.0, 5205.0, 5217.0, 5208.0, 5216.0, 5208.0, 5206.0, 5216.0, 5207.0, 5245.0, 5197.0, 5227.0, 5219.0, 5216.0, 5204.0, 5218.0, 5198.0, 5207.0, 5208.0, 5220.0, 5224.0, 5221.0, 5255.0, 5211.0, 5236.0, 5208.0, 5236.0, 5207.0, 5230.0, 5208.0, 5227.0, 5234.0, 5220.0, 5209.0, 5212.0, 5248.0, 5209.0, 5238.0, 5209.0, 5225.0, 5216.0, 5228.0, 5212.0, 5228.0, 5217.0, 5229.0, 5246.0, 5220.0, 5203.0, 5218.0, 5237.0, 5219.0, 5248.0, 5217.0, 5249.0, 5217.0, 5228.0, 5208.0, 5217.0, 5207.0, 5207.0, 5254.0, 5250.0, 5246.0, 5229.0, 5228.0, 5218.0, 5218.0, 5219.0, 5218.0, 5215.0, 5206.0, 5208.0, 5207.0, 5217.0, 5217.0, 5244.0, 5217.0, 5224.0, 5209.0, 5215.0, 5194.0, 5204.0, 5203.0, 5207.0, 5243.0, 5214.0, 5222.0, 5205.0, 5214.0, 5195.0, 5207.0, 5195.0, 5205.0, 5235.0, 5206.0, 5216.0, 5207.0, 5214.0, 5206.0, 5213.0, 5215.0, 5208.0, 5195.0, 5206.0, 5233.0, 5204.0, 5224.0, 5217.0, 5228.0, 5216.0, 5213.0, 5214.0, 5218.0, 5228.0, 5230.0, 5238.0, 5247.0, 5230.0, 5228.0, 5237.0, 5241.0, 5240.0, 5263.0, 5220.0, 5251.0, 5224.0, 5246.0, 5229.0, 5260.0, 5218.0, 5250.0, 5234.0, 5243.0, 5229.0, 5230.0, 5258.0, 5217.0, 5234.0, 5216.0, 5224.0, 5206.0, 5204.0, 5217.0, 5217.0, 5206.0, 5223.0, 5205.0, 5217.0, 5224.0, 5215.0, 5247.0, 5218.0, 5224.0, 5217.0, 5224.0, 5216.0, 5228.0, 5231.0, 5227.0, 5217.0, 5224.0, 5219.0, 5217.0, 5206.0, 5242.0, 5229.0, 5242.0, 5243.0, 5231.0, 5221.0, 5227.0, 5219.0, 5234.0, 5247.0, 5219.0, 5235.0, 5222.0, 5209.0, 5221.0, 5236.0, 5218.0, 5249.0, 5217.0, 5239.0, 5209.0, 5213.0, 5207.0, 5222.0, 5212.0, 5199.0, 5207.0, 5216.0, 5199.0, 5207.0, 5197.0, 5207.0, 5198.0, 5206.0, 5248.0, 5217.0, 5221.0, 5198.0, 5217.0, 5206.0, 5205.0, 5203.0, 5207.0, 5196.0, 5209.0, 5215.0, 5194.0, 5225.0, 5210.0, 5218.0, 5206.0, 5225.0, 5207.0, 5207.0, 5196.0, 5207.0, 5242.0, 5206.0, 5217.0, 5198.0, 5214.0, 5197.0, 5214.0, 5211.0, 5218.0, 5207.0, 5219.0, 5196.0, 5220.0, 5235.0, 5210.0, 5237.0, 5204.0, 5229.0, 5207.0, 5229.0, 5198.0, 5206.0, 5225.0, 5208.0, 5253.0, 5217.0, 5225.0, 5188.0, 5215.0, 5190.0, 5225.0, 5200.0, 5228.0, 5199.0, 5216.0, 5187.0, 5218.0, 5197.0, 5228.0, 5196.0, 5220.0, 5187.0, 5209.0, 5248.0, 5210.0, 5245.0, 5218.0, 5236.0, 5195.0], 'WindowWidth': [11407.0, 11344.0, 11318.0, 11308.0, 11289.0, 11275.0, 11291.0, 11288.0, 11290.0, 11266.0, 11286.0, 11270.0, 11298.0, 11285.0, 11288.0, 11298.0, 11290.0, 11298.0, 11289.0, 11301.0, 11282.0, 11284.0, 11253.0, 11282.0, 11304.0, 11267.0, 11279.0, 11267.0, 11266.0, 11275.0, 11279.0, 11263.0, 11282.0, 11290.0, 11278.0, 11281.0, 11281.0, 11267.0, 11286.0, 11282.0, 11267.0, 11281.0, 11250.0, 11281.0, 11291.0, 11270.0, 11276.0, 11278.0, 11281.0, 11265.0, 11274.0, 11262.0, 11272.0, 11248.0, 11259.0, 11275.0, 11263.0, 11267.0, 11277.0, 11268.0, 11258.0, 11279.0, 11251.0, 11286.0, 11295.0, 11270.0, 11278.0, 11280.0, 11284.0, 11271.0, 11299.0, 11312.0, 11279.0, 11294.0, 11265.0, 11277.0, 11281.0, 11279.0, 11262.0, 11281.0, 11249.0, 11298.0, 11255.0, 11295.0, 11313.0, 11285.0, 11302.0, 11291.0, 11286.0, 11300.0, 11302.0, 11286.0, 11300.0, 11284.0, 11286.0, 11273.0, 11298.0, 11304.0, 11282.0, 11301.0, 11283.0, 11307.0, 11279.0, 11284.0, 11263.0, 11257.0, 11306.0, 11262.0, 11265.0, 11247.0, 11242.0, 11248.0, 11256.0, 11224.0, 11255.0, 11288.0, 11243.0, 11257.0, 11253.0, 11244.0, 11241.0, 11253.0, 11273.0, 11252.0, 11266.0, 11245.0, 11240.0, 11255.0, 11245.0, 11239.0, 11259.0, 11233.0, 11257.0, 11244.0, 11259.0, 11279.0, 11256.0, 11259.0, 11242.0, 11269.0, 11248.0, 11237.0, 11252.0, 11259.0, 11245.0, 11255.0, 11288.0, 11248.0, 11253.0, 11257.0, 11260.0, 11241.0, 11261.0, 11289.0, 11262.0, 11259.0, 11263.0, 11256.0, 11256.0, 11261.0, 11240.0, 11260.0, 11285.0, 11267.0, 11266.0, 11264.0, 11264.0, 11279.0, 11267.0, 11261.0, 11277.0, 11249.0, 11279.0, 11287.0, 11281.0, 11285.0, 11281.0, 11277.0, 11276.0, 11281.0, 11280.0, 11287.0, 11281.0, 11280.0, 11255.0, 11289.0, 11300.0, 11302.0, 11298.0, 11305.0, 11299.0, 11282.0, 11282.0, 11288.0, 11285.0, 11289.0, 11307.0, 11282.0, 11298.0, 11283.0, 11281.0, 11276.0, 11297.0, 11312.0, 11287.0, 11297.0, 11267.0, 11261.0, 11278.0, 11272.0, 11256.0, 11283.0, 11262.0, 11279.0, 11265.0, 11281.0, 11322.0, 11287.0, 11288.0, 11266.0, 11256.0, 11261.0, 11264.0, 11261.0, 11264.0, 11247.0, 11277.0, 11288.0, 11259.0, 11241.0, 11263.0, 11260.0, 11260.0, 11275.0, 11260.0, 11277.0, 11281.0, 11294.0, 11306.0, 11291.0, 11295.0, 11281.0, 11282.0, 11284.0, 11288.0, 11268.0, 11287.0, 11311.0, 11272.0, 11309.0, 11278.0, 11280.0, 11260.0, 11261.0, 11276.0, 11272.0, 11266.0, 11264.0, 11260.0, 11265.0, 11284.0, 11253.0, 11265.0, 11265.0, 11265.0, 11260.0, 11278.0, 11284.0, 11260.0, 11260.0, 11279.0, 11271.0, 11247.0, 11256.0, 11229.0, 11246.0, 11264.0, 11281.0, 11269.0, 11281.0, 11294.0, 11268.0, 11276.0, 11265.0, 11263.0, 11251.0, 11257.0, 11245.0, 11259.0, 11284.0, 11240.0, 11259.0, 11250.0, 11242.0, 11239.0, 11261.0, 11242.0, 11269.0, 11230.0, 11267.0, 11291.0, 11268.0, 11265.0, 11279.0, 11261.0, 11277.0, 11277.0, 11267.0, 11282.0, 11281.0, 11289.0, 11309.0, 11281.0, 11278.0, 11268.0, 11266.0, 11260.0, 11277.0, 11255.0, 11258.0, 11272.0, 11263.0, 11287.0, 11259.0, 11256.0, 11257.0, 11256.0, 11245.0, 11255.0, 11239.0, 11256.0, 11278.0, 11257.0, 11256.0, 11276.0, 11263.0, 11257.0, 11270.0, 11251.0, 11265.0, 11276.0, 11274.0, 11276.0, 11265.0, 11262.0, 11269.0, 11259.0, 11256.0, 11276.0, 11302.0, 11272.0, 11288.0, 11266.0, 11262.0, 11267.0, 11261.0, 11263.0, 11263.0, 11261.0, 11275.0, 11252.0, 11274.0, 11261.0, 11277.0, 11286.0, 11289.0, 11303.0, 11281.0, 11283.0, 11266.0, 11263.0, 11276.0, 11268.0, 11281.0, 11284.0, 11261.0, 11267.0, 11261.0, 11282.0, 11297.0, 11271.0, 11282.0, 11266.0, 11272.0, 11260.0, 11241.0, 11241.0, 11264.0, 11241.0, 11258.0, 11238.0, 11263.0, 11249.0, 11282.0, 11292.0, 11266.0, 11288.0, 11258.0, 11259.0, 11259.0, 11254.0, 11277.0, 11264.0, 11269.0, 11276.0, 11277.0, 11328.0, 11304.0, 11321.0, 11303.0, 11305.0, 11278.0, 11280.0, 11257.0, 11260.0, 11245.0, 11274.0, 11292.0, 11249.0, 11255.0, 11247.0, 11235.0, 11222.0, 11256.0, 11270.0, 11237.0, 11230.0, 11241.0, 11229.0, 11233.0, 11251.0, 11256.0, 11247.0, 11235.0, 11250.0, 11233.0, 11241.0, 11255.0, 11228.0, 11251.0, 11264.0, 11253.0, 11252.0, 11252.0, 11246.0, 11249.0, 11251.0, 11225.0, 11253.0, 11265.0, 11255.0, 11257.0, 11275.0, 11275.0, 11287.0, 11274.0, 11270.0, 11291.0, 11257.0, 11290.0, 11311.0, 11277.0, 11286.0, 11286.0, 11261.0, 11277.0, 11278.0, 11277.0, 11287.0, 11256.0, 11267.0, 11280.0, 11269.0, 11261.0, 11260.0, 11258.0, 11255.0, 11267.0, 11253.0, 11265.0, 11282.0, 11262.0, 11270.0, 11260.0, 11258.0, 11271.0, 11254.0, 11248.0, 11256.0, 11240.0, 11254.0, 11269.0, 11259.0, 11257.0, 11250.0, 11252.0, 11273.0, 11256.0, 11271.0, 11255.0, 11263.0, 11254.0, 11251.0, 11276.0, 11285.0, 11255.0, 11280.0, 11258.0, 11249.0, 11253.0, 11260.0, 11251.0, 11257.0, 11268.0, 11273.0, 11254.0, 11269.0, 11276.0, 11275.0, 11260.0, 11273.0, 11261.0, 11276.0, 11279.0, 11264.0, 11281.0, 11262.0, 11274.0, 11263.0, 11271.0, 11287.0, 11261.0, 11276.0, 11260.0, 11267.0, 11252.0, 11257.0, 11238.0, 11248.0, 11286.0, 11252.0, 11251.0, 11249.0, 11253.0, 11251.0, 11255.0, 11276.0, 11251.0, 11232.0, 11251.0, 11238.0, 11249.0, 11251.0, 11250.0, 11258.0, 11238.0, 11267.0, 11262.0, 11270.0, 11256.0, 11273.0, 11261.0, 11260.0, 11255.0, 11248.0, 11269.0, 11286.0, 11277.0, 11261.0, 11273.0, 11262.0, 11270.0, 11273.0, 11264.0, 11276.0, 11275.0, 11292.0, 11282.0, 11291.0, 11302.0, 11277.0, 11276.0, 11277.0, 11278.0, 11282.0, 11296.0, 11259.0, 11295.0, 11282.0, 11299.0, 11310.0, 11288.0, 11287.0, 11280.0, 11258.0, 11276.0, 11283.0, 11277.0, 11280.0, 11253.0, 11271.0, 11243.0, 11259.0, 11290.0, 11262.0, 11269.0, 11252.0, 11241.0, 11255.0, 11257.0, 11253.0, 11253.0, 11240.0, 11253.0, 11266.0, 11256.0, 11258.0, 11258.0, 11241.0, 11274.0, 11270.0, 11272.0, 11278.0, 11275.0, 11273.0, 11260.0, 11285.0, 11277.0, 11276.0, 11271.0, 11273.0, 11267.0, 11274.0, 11272.0, 11273.0, 11275.0, 11261.0, 11276.0, 11299.0, 11274.0, 11288.0, 11269.0, 11275.0, 11259.0, 11257.0, 11253.0, 11261.0, 11256.0, 11257.0, 11241.0, 11272.0, 11274.0, 11272.0, 11264.0, 11274.0, 11264.0, 11274.0, 11276.0, 11257.0, 11275.0, 11296.0, 11274.0, 11258.0, 11273.0, 11260.0, 11257.0, 11273.0, 11256.0, 11266.0, 11256.0, 11270.0, 11236.0, 11287.0, 11284.0, 11282.0, 11283.0, 11277.0, 11282.0, 11298.0, 11275.0, 11297.0, 11300.0, 11301.0, 11327.0, 11302.0, 11292.0, 11308.0, 11304.0, 11307.0, 11322.0, 11304.0, 11296.0, 11283.0, 11259.0, 11276.0, 11269.0, 11264.0, 11256.0, 11244.0, 11257.0, 11267.0, 11254.0, 11257.0, 11272.0, 11258.0, 11256.0, 11258.0, 11265.0, 11254.0, 11255.0, 11273.0, 11280.0, 11276.0, 11288.0, 11273.0, 11258.0, 11271.0, 11251.0, 11251.0, 11257.0, 11298.0, 11262.0, 11259.0, 11273.0, 11244.0, 11244.0, 11257.0, 11241.0, 11253.0, 11296.0, 11259.0, 11250.0, 11252.0, 11240.0, 11268.0, 11257.0, 11256.0, 11254.0, 11270.0, 11274.0, 11257.0, 11275.0, 11277.0, 11278.0, 11284.0, 11266.0, 11262.0, 11281.0, 11255.0, 11288.0, 11276.0, 11281.0, 11284.0, 11293.0, 11282.0, 11260.0, 11278.0, 11278.0, 11280.0, 11282.0, 11277.0, 11275.0, 11273.0, 11280.0, 11284.0, 11275.0, 11279.0, 11270.0, 11263.0, 11267.0, 11256.0, 11251.0, 11274.0, 11287.0, 11273.0, 11277.0, 11277.0, 11260.0, 11269.0, 11253.0, 11271.0, 11273.0, 11262.0, 11265.0, 11247.0, 11270.0, 11290.0, 11258.0, 11272.0, 11275.0, 11265.0, 11265.0, 11261.0, 11256.0, 11271.0, 11272.0, 11275.0, 11273.0, 11274.0, 11277.0, 11300.0, 11289.0, 11304.0, 11265.0, 11279.0, 11291.0, 11288.0, 11282.0, 11294.0, 11285.0, 11284.0, 11297.0, 11289.0, 11338.0, 11261.0, 11330.0, 11263.0, 11251.0, 11291.0, 11257.0, 11245.0, 11329.0, 11241.0, 11282.0, 11257.0, 11229.0, 11321.0, 11241.0, 11275.0, 11214.0, 11267.0, 11205.0, 11194.0, 11265.0, 11226.0, 11243.0, 11175.0, 11181.0, 11181.0, 11171.0, 11234.0, 11170.0, 11207.0, 11175.0, 11179.0, 11183.0, 11184.0, 11184.0, 11203.0, 11243.0, 11207.0, 11216.0, 11206.0, 11213.0, 11229.0, 11224.0, 11226.0, 11232.0, 11223.0, 11236.0, 11229.0, 11249.0, 11265.0, 11247.0, 11271.0, 11263.0, 11265.0, 11255.0, 11273.0, 11250.0, 11271.0, 11246.0, 11273.0, 11293.0, 11255.0, 11309.0, 11254.0, 11293.0, 11250.0, 11267.0, 11251.0, 11254.0, 11250.0, 11249.0, 11301.0, 11236.0, 11292.0, 11249.0, 11264.0, 11251.0, 11262.0, 11251.0, 11250.0, 11264.0, 11251.0, 11306.0, 11237.0, 11279.0, 11271.0, 11264.0, 11244.0, 11266.0, 11240.0, 11254.0, 11254.0, 11273.0, 11275.0, 11277.0, 11323.0, 11263.0, 11295.0, 11258.0, 11294.0, 11255.0, 11290.0, 11257.0, 11282.0, 11290.0, 11274.0, 11258.0, 11265.0, 11313.0, 11260.0, 11299.0, 11260.0, 11277.0, 11267.0, 11285.0, 11264.0, 11284.0, 11269.0, 11289.0, 11312.0, 11275.0, 11252.0, 11271.0, 11298.0, 11274.0, 11315.0, 11271.0, 11315.0, 11268.0, 11283.0, 11254.0, 11266.0, 11252.0, 11254.0, 11323.0, 11323.0, 11311.0, 11286.0, 11282.0, 11271.0, 11268.0, 11267.0, 11265.0, 11262.0, 11247.0, 11253.0, 11251.0, 11266.0, 11266.0, 11305.0, 11265.0, 11271.0, 11255.0, 11258.0, 11228.0, 11243.0, 11241.0, 11251.0, 11300.0, 11258.0, 11264.0, 11245.0, 11255.0, 11230.0, 11248.0, 11231.0, 11247.0, 11291.0, 11246.0, 11260.0, 11248.0, 11256.0, 11246.0, 11256.0, 11260.0, 11251.0, 11231.0, 11248.0, 11284.0, 11244.0, 11271.0, 11265.0, 11282.0, 11265.0, 11255.0, 11261.0, 11265.0, 11284.0, 11288.0, 11298.0, 11311.0, 11290.0, 11282.0, 11295.0, 11306.0, 11309.0, 11340.0, 11276.0, 11317.0, 11283.0, 11307.0, 11289.0, 11335.0, 11271.0, 11319.0, 11299.0, 11312.0, 11286.0, 11286.0, 11330.0, 11266.0, 11287.0, 11261.0, 11269.0, 11246.0, 11241.0, 11265.0, 11266.0, 11247.0, 11269.0, 11244.0, 11264.0, 11272.0, 11260.0, 11308.0, 11267.0, 11270.0, 11264.0, 11270.0, 11264.0, 11283.0, 11291.0, 11280.0, 11266.0, 11273.0, 11269.0, 11267.0, 11248.0, 11309.0, 11287.0, 11306.0, 11312.0, 11292.0, 11278.0, 11283.0, 11273.0, 11301.0, 11313.0, 11274.0, 11292.0, 11277.0, 11256.0, 11276.0, 11294.0, 11268.0, 11316.0, 11268.0, 11299.0, 11254.0, 11253.0, 11248.0, 11281.0, 11268.0, 11243.0, 11250.0, 11262.0, 11239.0, 11251.0, 11236.0, 11251.0, 11239.0, 11248.0, 11312.0, 11265.0, 11266.0, 11238.0, 11261.0, 11246.0, 11247.0, 11242.0, 11249.0, 11232.0, 11253.0, 11259.0, 11230.0, 11274.0, 11259.0, 11269.0, 11249.0, 11274.0, 11248.0, 11250.0, 11235.0, 11253.0, 11301.0, 11250.0, 11266.0, 11241.0, 11257.0, 11238.0, 11261.0, 11261.0, 11271.0, 11253.0, 11269.0, 11235.0, 11273.0, 11293.0, 11261.0, 11295.0, 11248.0, 11285.0, 11253.0, 11285.0, 11238.0, 11251.0, 11277.0, 11258.0, 11319.0, 11265.0, 11272.0, 11227.0, 11258.0, 11231.0, 11275.0, 11244.0, 11280.0, 11242.0, 11263.0, 11225.0, 11269.0, 11240.0, 11284.0, 11238.0, 11273.0, 11224.0, 11256.0, 11313.0, 11260.0, 11307.0, 11269.0, 11292.0, 11235.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.0012618630849220104</td></tr>
<tr><td colspan=3>aqi</td><td>0.01854540355285962</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.22178214173453</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.425147299800521</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0128453013356475</td></tr>
<tr><td colspan=3>efc</td><td>0.4668</td></tr>
<tr><td colspan=3>fber</td><td>8332.2705</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08643267064545354</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>35</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.032928942807626</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3686953801466353</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3394785805861207</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5719113023172198</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.194696257536566</td></tr>
<tr><td colspan=3>gcor</td><td>0.00931697</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015345183201134205</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027000484988093376</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1154</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.119288312143817</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>28.8789</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.2083</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>201.8862</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>300091.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>983.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>423.6367</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.08</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>678.7234</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4462.467</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4674.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76453.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1743.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5762.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1134.6546</td></tr>
<tr><td colspan=3>tsnr</td><td>47.44998278422281</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>