<?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-0132_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-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0132/figures/sub-0132_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-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132/ses-02/func/sub-0132_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>ba10aa13a7182e639f52e07af1cd0519</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>19:27:11.967500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999858, 0.0110846, -0.0126984, -0.0101218, 0.997242, 0.0735244]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0748818</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>[4215, -7779, -7216, 223, -78, -51, -82, 144]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.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>227.506</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4a4f5560-83db-4233-8054-dfd972969902||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6825456619262695, -0.027156023308634758, -0.03639146313071251, 115.0146713256836], [-0.02973906882107258, 2.675527572631836, 0.19814063608646393, -93.51024627685547], [-0.0340687595307827, -0.19726057350635529, 2.692473888397217, -61.141666412353516], [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': ['192711.967500', '192712.427500', '192712.887500', '192713.347500', '192713.807500', '192714.267500', '192714.727500', '192715.187500', '192715.647500', '192716.107500', '192716.567500', '192717.027500', '192717.487500', '192717.947500', '192718.407500', '192718.867500', '192719.327500', '192719.787500', '192720.247500', '192720.707500', '192721.167500', '192721.627500', '192722.087500', '192722.547500', '192723.007500', '192723.467500', '192723.927500', '192724.387500', '192724.847500', '192725.307500', '192725.767500', '192726.227500', '192726.687500', '192727.147500', '192727.607500', '192728.067500', '192728.527500', '192728.987500', '192729.447500', '192729.907500', '192730.367500', '192730.827500', '192731.287500', '192731.747500', '192732.207500', '192732.667500', '192733.127500', '192733.587500', '192734.047500', '192734.507500', '192734.967500', '192735.427500', '192735.887500', '192736.347500', '192736.807500', '192737.267500', '192737.727500', '192738.187500', '192738.647500', '192739.107500', '192739.567500', '192740.027500', '192740.487500', '192740.947500', '192741.407500', '192741.867500', '192742.327500', '192742.787500', '192743.247500', '192743.707500', '192744.167500', '192744.627500', '192745.087500', '192745.547500', '192746.007500', '192746.467500', '192746.927500', '192747.387500', '192747.847500', '192748.307500', '192748.767500', '192749.227500', '192749.687500', '192750.147500', '192750.607500', '192751.067500', '192751.527500', '192751.987500', '192752.447500', '192752.907500', '192753.367500', '192753.827500', '192754.287500', '192754.747500', '192755.207500', '192755.667500', '192756.127500', '192756.587500', '192757.047500', '192757.507500', '192757.967500', '192758.427500', '192758.887500', '192759.347500', '192759.807500', '192800.267500', '192800.727500', '192801.187500', '192801.647500', '192802.107500', '192802.567500', '192803.027500', '192803.487500', '192803.947500', '192804.407500', '192804.867500', '192805.327500', '192805.787500', '192806.247500', '192806.707500', '192807.167500', '192807.627500', '192808.087500', '192808.547500', '192809.007500', '192809.467500', '192809.927500', '192810.387500', '192810.847500', '192811.307500', '192811.767500', '192812.227500', '192812.687500', '192813.147500', '192813.607500', '192814.067500', '192814.527500', '192814.987500', '192815.447500', '192815.907500', '192816.367500', '192816.827500', '192817.287500', '192817.747500', '192818.207500', '192818.667500', '192819.127500', '192819.587500', '192820.047500', '192820.507500', '192820.967500', '192821.427500', '192821.887500', '192822.347500', '192822.807500', '192823.267500', '192823.727500', '192824.187500', '192824.647500', '192825.107500', '192825.567500', '192826.027500', '192826.487500', '192826.947500', '192827.407500', '192827.867500', '192828.327500', '192828.787500', '192829.247500', '192829.707500', '192830.167500', '192830.627500', '192831.087500', '192831.547500', '192832.007500', '192832.467500', '192832.927500', '192833.387500', '192833.847500', '192834.307500', '192834.767500', '192835.227500', '192835.687500', '192836.147500', '192836.607500', '192837.067500', '192837.527500', '192837.987500', '192838.447500', '192838.907500', '192839.367500', '192839.827500', '192840.287500', '192840.747500', '192841.207500', '192841.667500', '192842.127500', '192842.587500', '192843.047500', '192843.507500', '192843.967500', '192844.427500', '192844.887500', '192845.347500', '192845.807500', '192846.267500', '192846.727500', '192847.187500', '192847.647500', '192848.107500', '192848.567500', '192849.027500', '192849.487500', '192849.947500', '192850.407500', '192850.867500', '192851.327500', '192851.787500', '192852.247500', '192852.707500', '192853.167500', '192853.627500', '192854.087500', '192854.547500', '192855.007500', '192855.467500', '192855.927500', '192856.387500', '192856.847500', '192857.307500', '192857.767500', '192858.227500', '192858.687500', '192859.147500', '192859.607500', '192900.067500', '192900.527500', '192900.987500', '192901.447500', '192901.907500', '192902.367500', '192902.827500', '192903.287500', '192903.747500', '192904.207500', '192904.667500', '192905.127500', '192905.587500', '192906.047500', '192906.507500', '192906.967500', '192907.427500', '192907.887500', '192908.347500', '192908.807500', '192909.267500', '192909.727500', '192910.187500', '192910.647500', '192911.107500', '192911.567500', '192912.027500', '192912.487500', '192912.947500', '192913.407500', '192913.867500', '192914.327500', '192914.787500', '192915.247500', '192915.707500', '192916.167500', '192916.627500', '192917.087500', '192917.547500', '192918.007500', '192918.467500', '192918.927500', '192919.387500', '192919.847500', '192920.307500', '192920.767500', '192921.227500', '192921.687500', '192922.147500', '192922.607500', '192923.067500', '192923.527500', '192923.987500', '192924.447500', '192924.907500', '192925.367500', '192925.827500', '192926.287500', '192926.747500', '192927.207500', '192927.667500', '192928.127500', '192928.587500', '192929.047500', '192929.507500', '192929.967500', '192930.427500', '192930.887500', '192931.347500', '192931.807500', '192932.267500', '192932.727500', '192933.187500', '192933.647500', '192934.107500', '192934.567500', '192935.027500', '192935.487500', '192935.947500', '192936.407500', '192936.867500', '192937.327500', '192937.787500', '192938.247500', '192938.707500', '192939.167500', '192939.627500', '192940.087500', '192940.547500', '192941.007500', '192941.467500', '192941.927500', '192942.387500', '192942.847500', '192943.307500', '192943.767500', '192944.227500', '192944.687500', '192945.147500', '192945.607500', '192946.067500', '192946.527500', '192946.987500', '192947.447500', '192947.907500', '192948.367500', '192948.827500', '192949.287500', '192949.747500', '192950.207500', '192950.667500', '192951.127500', '192951.587500', '192952.047500', '192952.507500', '192952.967500', '192953.427500', '192953.887500', '192954.347500', '192954.807500', '192955.267500', '192955.727500', '192956.187500', '192956.647500', '192957.107500', '192957.567500', '192958.027500', '192958.487500', '192958.947500', '192959.407500', '192959.867500', '193000.327500', '193000.787500', '193001.247500', '193001.707500', '193002.167500', '193002.627500', '193003.087500', '193003.547500', '193004.007500', '193004.467500', '193004.927500', '193005.387500', '193005.847500', '193006.307500', '193006.767500', '193007.227500', '193007.687500', '193008.147500', '193008.607500', '193009.067500', '193009.527500', '193009.987500', '193010.447500', '193010.907500', '193011.367500', '193011.827500', '193012.287500', '193012.747500', '193013.207500', '193013.667500', '193014.127500', '193014.587500', '193015.047500', '193015.507500', '193015.967500', '193016.427500', '193016.887500', '193017.347500', '193017.807500', '193018.267500', '193018.727500', '193019.187500', '193019.647500', '193020.107500', '193020.567500', '193021.027500', '193021.487500', '193021.947500', '193022.407500', '193022.867500', '193023.327500', '193023.787500', '193024.247500', '193024.707500', '193025.167500', '193025.627500', '193026.087500', '193026.547500', '193027.007500', '193027.467500', '193027.927500', '193028.387500', '193028.847500', '193029.307500', '193029.767500', '193030.227500', '193030.687500', '193031.147500', '193031.607500', '193032.067500', '193032.527500', '193032.987500', '193033.447500', '193033.907500', '193034.367500', '193034.827500', '193035.287500', '193035.747500', '193036.207500', '193036.667500', '193037.127500', '193037.587500', '193038.047500', '193038.507500', '193038.967500', '193039.427500', '193039.887500', '193040.347500', '193040.807500', '193041.267500', '193041.727500', '193042.187500', '193042.647500', '193043.107500', '193043.567500', '193044.027500', '193044.487500', '193044.947500', '193045.407500', '193045.867500', '193046.327500', '193046.787500', '193047.247500', '193047.707500', '193048.167500', '193048.627500', '193049.087500', '193049.547500', '193050.007500', '193050.467500', '193050.927500', '193051.387500', '193051.847500', '193052.307500', '193052.767500', '193053.227500', '193053.687500', '193054.147500', '193054.607500', '193055.067500', '193055.527500', '193055.987500', '193056.447500', '193056.907500', '193057.367500', '193057.827500', '193058.287500', '193058.747500', '193059.207500', '193059.667500', '193100.127500', '193100.587500', '193101.047500', '193101.507500', '193101.967500', '193102.427500', '193102.887500', '193103.347500', '193103.807500', '193104.267500', '193104.727500', '193105.187500', '193105.647500', '193106.107500', '193106.567500', '193107.027500', '193107.487500', '193107.947500', '193108.407500', '193108.867500', '193109.327500', '193109.787500', '193110.247500', '193110.707500', '193111.167500', '193111.627500', '193112.087500', '193112.547500', '193113.007500', '193113.467500', '193113.927500', '193114.387500', '193114.847500', '193115.307500', '193115.767500', '193116.227500', '193116.687500', '193117.147500', '193117.607500', '193118.067500', '193118.527500', '193118.987500', '193119.447500', '193119.907500', '193120.367500', '193120.827500', '193121.287500', '193121.747500', '193122.207500', '193122.667500', '193123.127500', '193123.587500', '193124.047500', '193124.507500', '193124.967500', '193125.427500', '193125.887500', '193126.347500', '193126.807500', '193127.267500', '193127.727500', '193128.187500', '193128.647500', '193129.107500', '193129.567500', '193130.027500', '193130.487500', '193130.947500', '193131.407500', '193131.867500', '193132.327500', '193132.787500', '193133.247500', '193133.707500', '193134.167500', '193134.627500', '193135.087500', '193135.547500', '193136.007500', '193136.467500', '193136.927500', '193137.387500', '193137.847500', '193138.307500', '193138.767500', '193139.227500', '193139.687500', '193140.147500', '193140.607500', '193141.067500', '193141.527500', '193141.987500', '193142.447500', '193142.907500', '193143.367500', '193143.827500', '193144.287500', '193144.747500', '193145.207500', '193145.667500', '193146.127500', '193146.587500', '193147.047500', '193147.507500', '193147.967500', '193148.427500', '193148.887500', '193149.347500', '193149.807500', '193150.267500', '193150.727500', '193151.187500', '193151.647500', '193152.107500', '193152.567500', '193153.027500', '193153.487500', '193153.947500', '193154.407500', '193154.867500', '193155.327500', '193155.787500', '193156.247500', '193156.707500', '193157.167500', '193157.627500', '193158.087500', '193158.547500', '193159.007500', '193159.467500', '193159.927500', '193200.387500', '193200.847500', '193201.307500', '193201.767500', '193202.227500', '193202.687500', '193203.147500', '193203.607500', '193204.067500', '193204.527500', '193204.987500', '193205.447500', '193205.907500', '193206.367500', '193206.827500', '193207.287500', '193207.747500', '193208.207500', '193208.667500', '193209.127500', '193209.587500', '193210.047500', '193210.507500', '193210.967500', '193211.427500', '193211.887500', '193212.347500', '193212.807500', '193213.267500', '193213.727500', '193214.187500', '193214.647500', '193215.107500', '193215.567500', '193216.027500', '193216.487500', '193216.947500', '193217.407500', '193217.867500', '193218.327500', '193218.787500', '193219.247500', '193219.707500', '193220.167500', '193220.627500', '193221.087500', '193221.547500', '193222.007500', '193222.467500', '193222.927500', '193223.387500', '193223.847500', '193224.307500', '193224.767500', '193225.227500', '193225.687500', '193226.147500', '193226.607500', '193227.067500', '193227.527500', '193227.987500', '193228.447500', '193228.907500', '193229.367500', '193229.827500', '193230.287500', '193230.747500', '193231.207500', '193231.667500', '193232.127500', '193232.587500', '193233.047500', '193233.507500', '193233.967500', '193234.427500', '193234.887500', '193235.347500', '193235.807500', '193236.267500', '193236.727500', '193237.187500', '193237.647500', '193238.107500', '193238.567500', '193239.027500', '193239.487500', '193239.947500', '193240.407500', '193240.867500', '193241.327500', '193241.787500', '193242.247500', '193242.707500', '193243.167500', '193243.627500', '193244.087500', '193244.547500', '193245.007500', '193245.467500', '193245.927500', '193246.387500', '193246.847500', '193247.307500', '193247.767500', '193248.227500', '193248.687500', '193249.147500', '193249.607500', '193250.067500', '193250.527500', '193250.987500', '193251.447500', '193251.907500', '193252.367500', '193252.827500', '193253.287500', '193253.747500', '193254.207500', '193254.667500', '193255.127500', '193255.587500', '193256.047500', '193256.507500', '193256.967500', '193257.427500', '193257.887500', '193258.347500', '193258.807500', '193259.267500', '193259.727500', '193300.187500', '193300.647500', '193301.107500', '193301.567500', '193302.027500', '193302.487500', '193302.947500', '193303.407500', '193303.867500', '193304.327500', '193304.787500', '193305.247500', '193305.707500', '193306.167500', '193306.627500', '193307.087500', '193307.547500', '193308.007500', '193308.467500', '193308.927500', '193309.387500', '193309.847500', '193310.307500', '193310.767500', '193311.227500', '193311.687500', '193312.147500', '193312.607500', '193313.067500', '193313.527500', '193313.987500', '193314.447500', '193314.907500', '193315.367500', '193315.827500', '193316.287500', '193316.747500', '193317.207500', '193317.667500', '193318.127500', '193318.587500', '193319.047500', '193319.507500', '193319.967500', '193320.427500', '193320.887500', '193321.347500', '193321.807500', '193322.267500', '193322.727500', '193323.187500', '193323.647500', '193324.107500', '193324.567500', '193325.027500', '193325.487500', '193325.947500', '193326.407500', '193326.867500', '193327.327500', '193327.787500', '193328.247500', '193328.707500', '193329.167500', '193329.627500', '193330.087500', '193330.547500', '193331.007500', '193331.467500', '193331.927500', '193332.387500', '193332.847500', '193333.307500', '193333.767500', '193334.227500', '193334.687500', '193335.147500', '193335.607500', '193336.067500', '193336.527500', '193336.987500', '193337.447500', '193337.907500', '193338.367500', '193338.827500', '193339.287500', '193339.747500', '193340.207500', '193340.667500', '193341.127500', '193341.587500', '193342.047500', '193342.507500', '193342.967500', '193343.427500', '193343.887500', '193344.347500', '193344.807500', '193345.267500', '193345.727500', '193346.187500', '193346.647500', '193347.107500', '193347.567500', '193348.027500', '193348.487500', '193348.947500', '193349.407500', '193349.867500', '193350.327500', '193350.787500', '193351.247500', '193351.707500', '193352.167500', '193352.627500', '193353.087500', '193353.547500', '193354.007500', '193354.467500', '193354.927500', '193355.387500', '193355.847500', '193356.307500', '193356.767500', '193357.227500', '193357.687500', '193358.147500', '193358.607500', '193359.067500', '193359.527500', '193359.987500', '193400.447500', '193400.907500', '193401.367500', '193401.827500', '193402.287500', '193402.747500', '193403.207500', '193403.667500', '193404.127500', '193404.587500', '193405.047500', '193405.507500', '193405.967500', '193406.427500', '193406.887500', '193407.347500', '193407.807500', '193408.267500', '193408.727500', '193409.187500', '193409.647500', '193410.107500', '193410.567500', '193411.027500', '193411.487500', '193411.947500', '193412.407500', '193412.867500', '193413.327500', '193413.787500', '193414.247500', '193414.707500', '193415.167500', '193415.627500', '193416.087500', '193416.547500', '193417.007500', '193417.467500', '193417.927500', '193418.387500', '193418.847500', '193419.307500', '193419.767500', '193420.227500', '193420.687500', '193421.147500', '193421.607500', '193422.067500', '193422.527500', '193422.987500', '193423.447500', '193423.907500', '193424.367500', '193424.827500', '193425.287500', '193425.747500', '193426.207500', '193426.667500', '193427.127500', '193427.587500', '193428.047500', '193428.507500', '193428.967500', '193429.427500', '193429.887500', '193430.347500', '193430.807500', '193431.267500', '193431.727500', '193432.187500', '193432.647500', '193433.107500', '193433.567500', '193434.027500', '193434.487500', '193434.947500', '193435.407500', '193435.867500', '193436.327500', '193436.787500', '193437.247500', '193437.707500', '193438.167500', '193438.627500', '193439.087500', '193439.547500', '193440.007500', '193440.467500', '193440.927500', '193441.387500', '193441.847500', '193442.307500', '193442.767500', '193443.227500', '193443.687500', '193444.147500', '193444.607500', '193445.067500', '193445.527500', '193445.987500', '193446.447500', '193446.907500', '193447.367500', '193447.827500', '193448.287500', '193448.747500', '193449.207500', '193449.667500', '193450.127500', '193450.587500', '193451.047500', '193451.507500', '193451.967500', '193452.427500', '193452.887500', '193453.347500', '193453.807500', '193454.267500', '193454.727500', '193455.187500', '193455.647500', '193456.107500', '193456.567500', '193457.027500', '193457.487500', '193457.947500', '193458.407500', '193458.867500', '193459.327500', '193459.787500', '193500.247500', '193500.707500', '193501.167500', '193501.627500', '193502.087500', '193502.547500', '193503.007500', '193503.467500', '193503.927500', '193504.387500', '193504.847500', '193505.307500', '193505.767500', '193506.227500', '193506.687500', '193507.147500', '193507.607500', '193508.067500', '193508.527500', '193508.987500', '193509.447500', '193509.907500', '193510.367500', '193510.827500', '193511.287500', '193511.747500', '193512.207500', '193512.667500', '193513.127500', '193513.587500', '193514.047500', '193514.507500', '193514.967500', '193515.427500', '193515.887500', '193516.347500', '193516.807500', '193517.267500', '193517.727500', '193518.187500', '193518.647500', '193519.107500', '193519.567500', '193520.027500', '193520.487500', '193520.947500', '193521.407500', '193521.867500', '193522.327500', '193522.787500', '193523.247500', '193523.707500', '193524.167500', '193524.627500', '193525.087500', '193525.547500', '193526.007500', '193526.467500', '193526.927500', '193527.387500', '193527.847500', '193528.307500', '193528.767500', '193529.227500', '193529.687500', '193530.147500', '193530.607500', '193531.067500', '193531.527500', '193531.987500', '193532.447500', '193532.907500', '193533.367500', '193533.827500', '193534.287500', '193534.747500', '193535.207500', '193535.667500', '193536.127500', '193536.587500', '193537.047500', '193537.507500', '193537.967500', '193538.427500', '193538.887500', '193539.347500', '193539.807500', '193540.267500', '193540.727500', '193541.187500', '193541.647500', '193542.107500', '193542.567500', '193543.027500', '193543.487500', '193543.947500', '193544.407500', '193544.867500', '193545.327500', '193545.787500', '193546.247500', '193546.707500', '193547.167500', '193547.627500', '193548.087500', '193548.547500', '193549.007500', '193549.467500', '193549.927500', '193550.387500', '193550.847500', '193551.307500', '193551.767500', '193552.227500', '193552.687500', '193553.147500', '193553.607500', '193554.067500', '193554.527500', '193554.987500', '193555.447500', '193555.907500', '193556.367500', '193556.827500', '193557.287500', '193557.747500', '193558.207500', '193558.667500', '193559.127500', '193559.587500', '193600.047500', '193600.507500', '193600.967500', '193601.427500', '193601.887500', '193602.347500', '193602.807500', '193603.267500'], 'ContentTime': ['192734.890000', '192734.893000', '192734.896000', '192734.899000', '192734.902000', '192734.904000', '192734.907000', '192734.910000', '192734.912000', '192734.915000', '192734.917000', '192734.920000', '192734.922000', '192734.925000', '192734.927000', '192734.930000', '192734.933000', '192734.935000', '192734.938000', '192734.940000', '192734.943000', '192734.945000', '192734.948000', '192734.950000', '192734.953000', '192734.955000', '192734.958000', '192734.960000', '192734.963000', '192734.965000', '192734.968000', '192734.971000', '192734.973000', '192734.976000', '192734.978000', '192734.981000', '192734.983000', '192734.986000', '192734.988000', '192734.991000', '192734.993000', '192735.007000', '192735.009000', '192735.012000', '192735.015000', '192735.017000', '192735.020000', '192735.022000', '192754.838000', '192754.841000', '192754.844000', '192754.846000', '192754.849000', '192754.851000', '192754.854000', '192754.856000', '192754.859000', '192754.861000', '192754.864000', '192754.866000', '192754.869000', '192754.872000', '192754.874000', '192754.877000', '192754.879000', '192754.882000', '192754.885000', '192754.887000', '192754.890000', '192754.892000', '192754.895000', '192754.897000', '192754.900000', '192754.902000', '192754.912000', '192754.915000', '192754.917000', '192754.920000', '192754.922000', '192754.925000', '192754.927000', '192754.930000', '192754.932000', '192754.935000', '192754.937000', '192754.940000', '192754.942000', '192754.945000', '192754.947000', '192754.950000', '192754.952000', '192814.838000', '192814.841000', '192814.844000', '192814.846000', '192814.849000', '192814.851000', '192814.854000', '192814.856000', '192814.859000', '192814.862000', '192814.864000', '192814.867000', '192814.870000', '192814.872000', '192814.885000', '192814.887000', '192814.890000', '192814.892000', '192814.895000', '192814.897000', '192814.900000', '192814.917000', '192814.919000', '192814.922000', '192814.924000', '192814.927000', '192814.930000', '192814.932000', '192814.935000', '192814.937000', '192814.940000', '192814.942000', '192814.945000', '192814.947000', '192814.950000', '192814.952000', '192814.955000', '192814.957000', '192814.960000', '192814.963000', '192814.965000', '192814.968000', '192814.970000', '192834.838000', '192834.841000', '192834.844000', '192834.846000', '192834.849000', '192834.852000', '192834.854000', '192834.857000', '192834.859000', '192834.862000', '192834.864000', '192834.867000', '192834.869000', '192834.872000', '192834.882000', '192834.884000', '192834.887000', '192834.889000', '192834.892000', '192834.894000', '192834.897000', '192834.900000', '192834.902000', '192834.905000', '192834.907000', '192834.910000', '192834.912000', '192834.915000', '192834.917000', '192834.920000', '192834.922000', '192834.925000', '192834.927000', '192834.930000', '192834.933000', '192834.944000', '192834.947000', '192834.949000', '192834.952000', '192834.955000', '192834.957000', '192834.960000', '192834.962000', '192834.965000', '192854.839000', '192854.842000', '192854.845000', '192854.847000', '192854.850000', '192854.853000', '192854.855000', '192854.858000', '192854.860000', '192854.863000', '192854.865000', '192854.868000', '192854.870000', '192854.874000', '192854.877000', '192854.880000', '192854.883000', '192854.886000', '192854.889000', '192854.891000', '192854.894000', '192854.896000', '192854.899000', '192854.902000', '192854.904000', '192854.907000', '192854.909000', '192854.912000', '192854.914000', '192854.917000', '192854.929000', '192854.932000', '192854.935000', '192854.937000', '192854.940000', '192854.943000', '192854.945000', '192854.948000', '192854.950000', '192854.953000', '192854.956000', '192854.958000', '192854.961000', '192914.838000', '192914.841000', '192914.844000', '192914.846000', '192914.849000', '192914.852000', '192914.854000', '192914.857000', '192914.859000', '192914.862000', '192914.865000', '192914.867000', '192914.870000', '192914.872000', '192914.875000', '192914.878000', '192914.880000', '192914.883000', '192914.886000', '192914.888000', '192914.891000', '192914.893000', '192914.896000', '192914.899000', '192914.901000', '192914.904000', '192914.907000', '192914.909000', '192914.912000', '192914.919000', '192914.922000', '192914.924000', '192914.927000', '192914.930000', '192914.932000', '192914.935000', '192914.937000', '192914.940000', '192914.942000', '192914.945000', '192914.948000', '192914.950000', '192914.953000', '192914.955000', '192934.838000', '192934.841000', '192934.844000', '192934.846000', '192934.849000', '192934.851000', '192934.854000', '192934.857000', '192934.859000', '192934.862000', '192934.864000', '192934.867000', '192934.870000', '192934.872000', '192934.875000', '192934.878000', '192934.881000', '192934.884000', '192934.887000', '192934.889000', '192934.892000', '192934.895000', '192934.897000', '192934.900000', '192934.903000', '192934.905000', '192934.908000', '192934.910000', '192934.913000', '192934.915000', '192934.918000', '192934.921000', '192934.923000', '192934.926000', '192934.928000', '192934.931000', '192934.933000', '192934.936000', '192934.938000', '192934.941000', '192934.944000', '192934.946000', '192934.949000', '192954.838000', '192954.841000', '192954.844000', '192954.847000', '192954.849000', '192954.852000', '192954.854000', '192954.857000', '192954.859000', '192954.862000', '192954.865000', '192954.867000', '192954.870000', '192954.872000', '192954.875000', '192954.877000', '192954.880000', '192954.883000', '192954.885000', '192954.888000', '192954.890000', '192954.893000', '192954.895000', '192954.898000', '192954.901000', '192954.903000', '192954.906000', '192954.908000', '192954.911000', '192954.913000', '192954.916000', '192954.927000', '192954.930000', '192954.932000', '192954.935000', '192954.937000', '192954.966000', '192954.968000', '192954.971000', '192954.973000', '192954.976000', '192954.979000', '192954.981000', '192954.984000', '193014.839000', '193014.841000', '193014.844000', '193014.847000', '193014.849000', '193014.852000', '193014.854000', '193014.857000', '193014.859000', '193014.862000', '193014.864000', '193014.867000', '193014.869000', '193014.872000', '193014.875000', '193014.882000', '193014.885000', '193014.887000', '193014.890000', '193014.893000', '193014.896000', '193014.899000', '193014.901000', '193014.904000', '193014.907000', '193014.909000', '193014.912000', '193014.914000', '193014.917000', '193014.920000', '193014.923000', '193014.926000', '193014.928000', '193014.931000', '193014.933000', '193014.936000', '193014.938000', '193014.941000', '193014.943000', '193014.946000', '193014.949000', '193014.951000', '193014.954000', '193034.838000', '193034.841000', '193034.844000', '193034.846000', '193034.849000', '193034.852000', '193034.854000', '193034.857000', '193034.859000', '193034.862000', '193034.864000', '193034.867000', '193034.869000', '193034.872000', '193034.875000', '193034.877000', '193034.880000', '193034.883000', '193034.885000', '193034.888000', '193034.890000', '193034.893000', '193034.896000', '193034.898000', '193034.901000', '193034.903000', '193034.906000', '193034.908000', '193034.911000', '193034.914000', '193034.916000', '193034.919000', '193034.921000', '193034.924000', '193034.926000', '193034.929000', '193034.932000', '193034.934000', '193034.937000', '193034.939000', '193034.942000', '193034.944000', '193034.947000', '193034.949000', '193054.838000', '193054.841000', '193054.844000', '193054.846000', '193054.849000', '193054.851000', '193054.854000', '193054.857000', '193054.859000', '193054.862000', '193054.864000', '193054.867000', '193054.869000', '193054.872000', '193054.874000', '193054.877000', '193054.880000', '193054.882000', '193054.885000', '193054.887000', '193054.890000', '193054.892000', '193054.895000', '193054.897000', '193054.900000', '193054.903000', '193054.905000', '193054.908000', '193054.910000', '193054.913000', '193054.915000', '193054.918000', '193054.920000', '193054.923000', '193054.927000', '193054.930000', '193054.932000', '193054.935000', '193054.937000', '193054.940000', '193054.942000', '193054.945000', '193054.948000', '193114.840000', '193114.842000', '193114.845000', '193114.848000', '193114.850000', '193114.853000', '193114.855000', '193114.858000', '193114.860000', '193114.863000', '193114.866000', '193114.868000', '193114.871000', '193114.873000', '193114.876000', '193114.878000', '193114.881000', '193114.883000', '193114.886000', '193114.889000', '193114.891000', '193114.894000', '193114.896000', '193114.899000', '193114.901000', '193114.904000', '193114.906000', '193114.909000', '193114.912000', '193114.914000', '193114.917000', '193114.919000', '193114.922000', '193114.924000', '193114.927000', '193114.930000', '193114.932000', '193114.935000', '193114.937000', '193114.940000', '193114.942000', '193114.945000', '193114.947000', '193134.838000', '193134.841000', '193134.844000', '193134.847000', '193134.849000', '193134.852000', '193134.854000', '193134.857000', '193134.860000', '193134.862000', '193134.865000', '193134.867000', '193134.870000', '193134.902000', '193134.905000', '193134.907000', '193134.910000', '193134.912000', '193134.915000', '193134.918000', '193134.920000', '193134.923000', '193134.925000', '193134.928000', '193134.930000', '193134.933000', '193134.935000', '193134.938000', '193134.941000', '193134.943000', '193134.946000', '193134.948000', '193134.951000', '193134.954000', '193134.956000', '193134.959000', '193134.962000', '193134.965000', '193134.967000', '193134.970000', '193134.973000', '193134.975000', '193134.978000', '193134.980000', '193154.839000', '193154.841000', '193154.844000', '193154.847000', '193154.849000', '193154.852000', '193154.854000', '193154.857000', '193154.859000', '193154.862000', '193154.865000', '193154.867000', '193154.870000', '193154.872000', '193154.875000', '193154.877000', '193154.880000', '193154.882000', '193154.885000', '193154.888000', '193154.890000', '193154.893000', '193154.895000', '193154.898000', '193154.901000', '193154.903000', '193154.906000', '193154.909000', '193154.912000', '193154.914000', '193154.917000', '193154.919000', '193154.922000', '193154.924000', '193154.927000', '193154.929000', '193154.932000', '193154.935000', '193154.937000', '193154.940000', '193154.942000', '193154.945000', '193154.947000', '193154.950000', '193214.838000', '193214.841000', '193214.844000', '193214.846000', '193214.849000', '193214.851000', '193214.854000', '193214.857000', '193214.859000', '193214.862000', '193214.864000', '193214.867000', '193214.869000', '193214.872000', '193214.875000', '193214.877000', '193214.880000', '193214.882000', '193214.885000', '193214.888000', '193214.890000', '193214.893000', '193214.895000', '193214.898000', '193214.900000', '193214.903000', '193214.906000', '193214.908000', '193214.911000', '193214.913000', '193214.916000', '193214.918000', '193214.921000', '193214.923000', '193214.926000', '193214.929000', '193214.931000', '193214.934000', '193214.936000', '193214.939000', '193214.941000', '193214.944000', '193214.946000', '193234.839000', '193234.841000', '193234.844000', '193234.846000', '193234.849000', '193234.852000', '193234.854000', '193234.857000', '193234.859000', '193234.862000', '193234.864000', '193234.867000', '193234.870000', '193234.872000', '193234.875000', '193234.877000', '193234.880000', '193234.883000', '193234.885000', '193234.888000', '193234.890000', '193234.893000', '193234.895000', '193234.898000', '193234.901000', '193234.903000', '193234.906000', '193234.908000', '193234.911000', '193234.914000', '193234.916000', '193234.919000', '193234.921000', '193234.924000', '193234.926000', '193234.929000', '193234.932000', '193234.934000', '193234.937000', '193234.940000', '193234.942000', '193234.945000', '193234.948000', '193234.950000', '193254.838000', '193254.841000', '193254.844000', '193254.846000', '193254.849000', '193254.862000', '193254.865000', '193254.868000', '193254.870000', '193254.873000', '193254.876000', '193254.878000', '193254.881000', '193254.883000', '193254.886000', '193254.889000', '193254.891000', '193254.894000', '193254.896000', '193254.899000', '193254.901000', '193254.904000', '193254.907000', '193254.909000', '193254.912000', '193254.915000', '193254.917000', '193254.920000', '193254.923000', '193254.925000', '193254.928000', '193254.930000', '193254.933000', '193254.936000', '193254.938000', '193254.941000', '193254.943000', '193254.985000', '193254.988000', '193254.990000', '193254.993000', '193254.995000', '193255.000000', '193314.839000', '193314.841000', '193314.844000', '193314.847000', '193314.849000', '193314.852000', '193314.854000', '193314.857000', '193314.860000', '193314.862000', '193314.866000', '193314.869000', '193314.872000', '193314.874000', '193314.877000', '193314.879000', '193314.882000', '193314.884000', '193314.887000', '193314.890000', '193314.892000', '193314.895000', '193314.898000', '193314.900000', '193314.903000', '193314.906000', '193314.908000', '193314.911000', '193314.913000', '193314.916000', '193314.919000', '193314.921000', '193314.924000', '193314.926000', '193314.929000', '193314.931000', '193314.934000', '193314.937000', '193314.939000', '193314.942000', '193314.944000', '193314.947000', '193314.949000', '193314.952000', '193334.840000', '193334.842000', '193334.845000', '193334.847000', '193334.850000', '193334.853000', '193334.855000', '193334.858000', '193334.860000', '193334.863000', '193334.865000', '193334.868000', '193334.870000', '193334.873000', '193334.876000', '193334.878000', '193334.881000', '193334.883000', '193334.886000', '193334.889000', '193334.891000', '193334.894000', '193334.897000', '193334.899000', '193334.902000', '193334.904000', '193334.907000', '193334.910000', '193334.912000', '193334.915000', '193334.918000', '193334.920000', '193334.923000', '193334.925000', '193334.928000', '193334.931000', '193334.933000', '193334.936000', '193334.938000', '193334.941000', '193334.943000', '193334.946000', '193334.949000', '193354.838000', '193354.841000', '193354.844000', '193354.846000', '193354.849000', '193354.852000', '193354.854000', '193354.857000', '193354.859000', '193354.862000', '193354.865000', '193354.867000', '193354.870000', '193354.872000', '193354.875000', '193354.877000', '193354.880000', '193354.883000', '193354.885000', '193354.888000', '193354.890000', '193354.893000', '193354.895000', '193354.898000', '193354.900000', '193354.903000', '193354.906000', '193354.908000', '193354.911000', '193354.913000', '193354.916000', '193354.919000', '193354.921000', '193354.924000', '193354.927000', '193354.930000', '193354.933000', '193354.936000', '193354.939000', '193354.942000', '193354.945000', '193354.947000', '193354.950000', '193414.839000', '193414.841000', '193414.844000', '193414.847000', '193414.849000', '193414.852000', '193414.854000', '193414.857000', '193414.860000', '193414.862000', '193414.865000', '193414.867000', '193414.870000', '193414.873000', '193414.875000', '193414.878000', '193414.880000', '193414.883000', '193414.886000', '193414.888000', '193414.891000', '193414.893000', '193414.896000', '193414.899000', '193414.901000', '193414.904000', '193414.906000', '193414.909000', '193414.912000', '193414.914000', '193414.917000', '193414.919000', '193414.922000', '193414.924000', '193414.927000', '193414.929000', '193414.932000', '193414.934000', '193414.937000', '193414.940000', '193414.942000', '193414.945000', '193414.947000', '193414.950000', '193434.838000', '193434.841000', '193434.844000', '193434.846000', '193434.849000', '193434.851000', '193434.854000', '193434.857000', '193434.859000', '193434.862000', '193434.865000', '193434.867000', '193434.870000', '193434.872000', '193434.875000', '193434.877000', '193434.880000', '193434.883000', '193434.885000', '193434.888000', '193434.890000', '193434.893000', '193434.895000', '193434.898000', '193434.901000', '193434.903000', '193434.906000', '193434.908000', '193434.911000', '193434.913000', '193434.916000', '193434.918000', '193434.921000', '193434.924000', '193434.926000', '193434.929000', '193434.931000', '193434.934000', '193434.937000', '193434.939000', '193434.942000', '193434.944000', '193434.947000', '193434.949000', '193454.838000', '193454.841000', '193454.844000', '193454.846000', '193454.849000', '193454.852000', '193454.854000', '193454.857000', '193454.859000', '193454.862000', '193454.864000', '193454.867000', '193454.870000', '193454.872000', '193454.875000', '193454.877000', '193454.880000', '193454.882000', '193454.885000', '193454.887000', '193454.890000', '193454.893000', '193454.895000', '193454.898000', '193454.900000', '193454.903000', '193454.905000', '193454.908000', '193454.910000', '193454.913000', '193454.916000', '193454.918000', '193454.921000', '193454.923000', '193454.926000', '193454.928000', '193454.931000', '193454.934000', '193454.936000', '193454.939000', '193454.941000', '193454.944000', '193454.947000', '193514.840000', '193514.843000', '193514.846000', '193514.848000', '193514.851000', '193514.854000', '193514.856000', '193514.859000', '193514.861000', '193514.864000', '193514.867000', '193514.869000', '193514.872000', '193514.874000', '193514.877000', '193514.880000', '193514.882000', '193514.885000', '193514.887000', '193514.890000', '193514.893000', '193514.895000', '193514.898000', '193514.900000', '193514.903000', '193514.906000', '193514.908000', '193514.911000', '193514.913000', '193514.916000', '193514.918000', '193514.928000', '193514.931000', '193514.934000', '193514.936000', '193514.939000', '193514.941000', '193514.944000', '193514.947000', '193514.949000', '193514.952000', '193514.954000', '193514.957000', '193514.959000', '193534.839000', '193534.852000', '193534.854000', '193534.857000', '193534.859000', '193534.862000', '193534.864000', '193534.867000', '193534.870000', '193534.872000', '193534.875000', '193534.877000', '193534.880000', '193534.882000', '193534.885000', '193534.887000', '193534.890000', '193534.893000', '193534.895000', '193534.898000', '193534.900000', '193534.903000', '193534.905000', '193534.908000', '193534.911000', '193534.913000', '193534.916000', '193534.918000', '193534.921000', '193534.924000', '193534.926000', '193534.929000', '193534.931000', '193534.934000', '193534.937000', '193534.939000', '193534.942000', '193534.944000', '193534.947000', '193534.949000', '193534.952000', '193534.954000', '193534.957000', '193554.840000', '193554.842000', '193554.845000', '193554.848000', '193554.850000', '193554.853000', '193554.855000', '193554.858000', '193554.860000', '193554.863000', '193554.865000', '193554.868000', '193554.871000', '193554.873000', '193554.876000', '193554.878000', '193554.881000', '193554.883000', '193554.886000', '193554.888000', '193554.891000', '193554.894000', '193554.896000', '193554.899000', '193554.901000', '193554.904000', '193554.906000', '193554.909000', '193554.912000', '193554.914000', '193554.917000', '193554.920000', '193554.922000', '193554.925000', '193554.927000', '193554.930000', '193554.933000', '193554.935000', '193554.938000', '193554.940000', '193554.943000', '193554.945000', '193554.948000', '193554.950000', '193604.464000', '193604.467000', '193604.470000', '193604.473000', '193604.476000', '193604.479000', '193604.482000', '193604.485000', '193604.487000', '193604.490000', '193604.492000', '193604.495000', '193604.497000', '193604.500000', '193604.503000', '193604.505000', '193604.508000', '193604.510000', '193604.513000', '193604.516000', '193604.518000'], 'InstanceCreationTime': ['192734.890000', '192734.893000', '192734.896000', '192734.899000', '192734.902000', '192734.904000', '192734.907000', '192734.910000', '192734.912000', '192734.915000', '192734.917000', '192734.920000', '192734.922000', '192734.925000', '192734.927000', '192734.930000', '192734.933000', '192734.935000', '192734.938000', '192734.940000', '192734.943000', '192734.945000', '192734.948000', '192734.950000', '192734.953000', '192734.955000', '192734.958000', '192734.960000', '192734.963000', '192734.965000', '192734.968000', '192734.971000', '192734.973000', '192734.976000', '192734.978000', '192734.981000', '192734.983000', '192734.986000', '192734.988000', '192734.991000', '192734.993000', '192735.007000', '192735.009000', '192735.012000', '192735.015000', '192735.017000', '192735.020000', '192735.022000', '192754.838000', '192754.841000', '192754.844000', '192754.846000', '192754.849000', '192754.851000', '192754.854000', '192754.856000', '192754.859000', '192754.861000', '192754.864000', '192754.866000', '192754.869000', '192754.872000', '192754.874000', '192754.877000', '192754.879000', '192754.882000', '192754.885000', '192754.887000', '192754.890000', '192754.892000', '192754.895000', '192754.897000', '192754.900000', '192754.902000', '192754.912000', '192754.915000', '192754.917000', '192754.920000', '192754.922000', '192754.925000', '192754.927000', '192754.930000', '192754.932000', '192754.935000', '192754.937000', '192754.940000', '192754.942000', '192754.945000', '192754.947000', '192754.950000', '192754.952000', '192814.838000', '192814.841000', '192814.844000', '192814.846000', '192814.849000', '192814.851000', '192814.854000', '192814.856000', '192814.859000', '192814.862000', '192814.864000', '192814.867000', '192814.870000', '192814.872000', '192814.885000', '192814.887000', '192814.890000', '192814.892000', '192814.895000', '192814.897000', '192814.900000', '192814.917000', '192814.919000', '192814.922000', '192814.924000', '192814.927000', '192814.930000', '192814.932000', '192814.935000', '192814.937000', '192814.940000', '192814.942000', '192814.945000', '192814.947000', '192814.950000', '192814.952000', '192814.955000', '192814.957000', '192814.960000', '192814.963000', '192814.965000', '192814.968000', '192814.970000', '192834.838000', '192834.841000', '192834.844000', '192834.846000', '192834.849000', '192834.852000', '192834.854000', '192834.857000', '192834.859000', '192834.862000', '192834.864000', '192834.867000', '192834.869000', '192834.872000', '192834.882000', '192834.884000', '192834.887000', '192834.889000', '192834.892000', '192834.894000', '192834.897000', '192834.900000', '192834.902000', '192834.905000', '192834.907000', '192834.910000', '192834.912000', '192834.915000', '192834.917000', '192834.920000', '192834.922000', '192834.925000', '192834.927000', '192834.930000', '192834.933000', '192834.944000', '192834.947000', '192834.949000', '192834.952000', '192834.955000', '192834.957000', '192834.960000', '192834.962000', '192834.965000', '192854.839000', '192854.842000', '192854.845000', '192854.847000', '192854.850000', '192854.853000', '192854.855000', '192854.858000', '192854.860000', '192854.863000', '192854.865000', '192854.868000', '192854.870000', '192854.874000', '192854.877000', '192854.880000', '192854.883000', '192854.886000', '192854.889000', '192854.891000', '192854.894000', '192854.896000', '192854.899000', '192854.902000', '192854.904000', '192854.907000', '192854.909000', '192854.912000', '192854.914000', '192854.917000', '192854.929000', '192854.932000', '192854.935000', '192854.937000', '192854.940000', '192854.943000', '192854.945000', '192854.948000', '192854.950000', '192854.953000', '192854.956000', '192854.958000', '192854.961000', '192914.838000', '192914.841000', '192914.844000', '192914.846000', '192914.849000', '192914.852000', '192914.854000', '192914.857000', '192914.859000', '192914.862000', '192914.865000', '192914.867000', '192914.870000', '192914.872000', '192914.875000', '192914.878000', '192914.880000', '192914.883000', '192914.886000', '192914.888000', '192914.891000', '192914.893000', '192914.896000', '192914.899000', '192914.901000', '192914.904000', '192914.907000', '192914.909000', '192914.912000', '192914.919000', '192914.922000', '192914.924000', '192914.927000', '192914.930000', '192914.932000', '192914.935000', '192914.937000', '192914.940000', '192914.942000', '192914.945000', '192914.948000', '192914.950000', '192914.953000', '192914.955000', '192934.838000', '192934.841000', '192934.844000', '192934.846000', '192934.849000', '192934.851000', '192934.854000', '192934.857000', '192934.859000', '192934.862000', '192934.864000', '192934.867000', '192934.870000', '192934.872000', '192934.875000', '192934.878000', '192934.881000', '192934.884000', '192934.887000', '192934.889000', '192934.892000', '192934.895000', '192934.897000', '192934.900000', '192934.903000', '192934.905000', '192934.908000', '192934.910000', '192934.913000', '192934.915000', '192934.918000', '192934.921000', '192934.923000', '192934.926000', '192934.928000', '192934.931000', '192934.933000', '192934.936000', '192934.938000', '192934.941000', '192934.944000', '192934.946000', '192934.949000', '192954.838000', '192954.841000', '192954.844000', '192954.847000', '192954.849000', '192954.852000', '192954.854000', '192954.857000', '192954.859000', '192954.862000', '192954.865000', '192954.867000', '192954.870000', '192954.872000', '192954.875000', '192954.877000', '192954.880000', '192954.883000', '192954.885000', '192954.888000', '192954.890000', '192954.893000', '192954.895000', '192954.898000', '192954.901000', '192954.903000', '192954.906000', '192954.908000', '192954.911000', '192954.913000', '192954.916000', '192954.927000', '192954.930000', '192954.932000', '192954.935000', '192954.937000', '192954.966000', '192954.968000', '192954.971000', '192954.973000', '192954.976000', '192954.979000', '192954.981000', '192954.984000', '193014.839000', '193014.841000', '193014.844000', '193014.847000', '193014.849000', '193014.852000', '193014.854000', '193014.857000', '193014.859000', '193014.862000', '193014.864000', '193014.867000', '193014.869000', '193014.872000', '193014.875000', '193014.882000', '193014.885000', '193014.887000', '193014.890000', '193014.893000', '193014.896000', '193014.899000', '193014.901000', '193014.904000', '193014.907000', '193014.909000', '193014.912000', '193014.914000', '193014.917000', '193014.920000', '193014.923000', '193014.926000', '193014.928000', '193014.931000', '193014.933000', '193014.936000', '193014.938000', '193014.941000', '193014.943000', '193014.946000', '193014.949000', '193014.951000', '193014.954000', '193034.838000', '193034.841000', '193034.844000', '193034.846000', '193034.849000', '193034.852000', '193034.854000', '193034.857000', '193034.859000', '193034.862000', '193034.864000', '193034.867000', '193034.869000', '193034.872000', '193034.875000', '193034.877000', '193034.880000', '193034.883000', '193034.885000', '193034.888000', '193034.890000', '193034.893000', '193034.896000', '193034.898000', '193034.901000', '193034.903000', '193034.906000', '193034.908000', '193034.911000', '193034.914000', '193034.916000', '193034.919000', '193034.921000', '193034.924000', '193034.926000', '193034.929000', '193034.932000', '193034.934000', '193034.937000', '193034.939000', '193034.942000', '193034.944000', '193034.947000', '193034.949000', '193054.838000', '193054.841000', '193054.844000', '193054.846000', '193054.849000', '193054.851000', '193054.854000', '193054.857000', '193054.859000', '193054.862000', '193054.864000', '193054.867000', '193054.869000', '193054.872000', '193054.874000', '193054.877000', '193054.880000', '193054.882000', '193054.885000', '193054.887000', '193054.890000', '193054.892000', '193054.895000', '193054.897000', '193054.900000', '193054.903000', '193054.905000', '193054.908000', '193054.910000', '193054.913000', '193054.915000', '193054.918000', '193054.920000', '193054.923000', '193054.927000', '193054.930000', '193054.932000', '193054.935000', '193054.937000', '193054.940000', '193054.942000', '193054.945000', '193054.948000', '193114.840000', '193114.842000', '193114.845000', '193114.848000', '193114.850000', '193114.853000', '193114.855000', '193114.858000', '193114.860000', '193114.863000', '193114.866000', '193114.868000', '193114.871000', '193114.873000', '193114.876000', '193114.878000', '193114.881000', '193114.883000', '193114.886000', '193114.889000', '193114.891000', '193114.894000', '193114.896000', '193114.899000', '193114.901000', '193114.904000', '193114.906000', '193114.909000', '193114.912000', '193114.914000', '193114.917000', '193114.919000', '193114.922000', '193114.924000', '193114.927000', '193114.930000', '193114.932000', '193114.935000', '193114.937000', '193114.940000', '193114.942000', '193114.945000', '193114.947000', '193134.838000', '193134.841000', '193134.844000', '193134.847000', '193134.849000', '193134.852000', '193134.854000', '193134.857000', '193134.860000', '193134.862000', '193134.865000', '193134.867000', '193134.870000', '193134.902000', '193134.905000', '193134.907000', '193134.910000', '193134.912000', '193134.915000', '193134.918000', '193134.920000', '193134.923000', '193134.925000', '193134.928000', '193134.930000', '193134.933000', '193134.935000', '193134.938000', '193134.941000', '193134.943000', '193134.946000', '193134.948000', '193134.951000', '193134.954000', '193134.956000', '193134.959000', '193134.962000', '193134.965000', '193134.967000', '193134.970000', '193134.973000', '193134.975000', '193134.978000', '193134.980000', '193154.839000', '193154.841000', '193154.844000', '193154.847000', '193154.849000', '193154.852000', '193154.854000', '193154.857000', '193154.859000', '193154.862000', '193154.865000', '193154.867000', '193154.870000', '193154.872000', '193154.875000', '193154.877000', '193154.880000', '193154.882000', '193154.885000', '193154.888000', '193154.890000', '193154.893000', '193154.895000', '193154.898000', '193154.901000', '193154.903000', '193154.906000', '193154.909000', '193154.912000', '193154.914000', '193154.917000', '193154.919000', '193154.922000', '193154.924000', '193154.927000', '193154.929000', '193154.932000', '193154.935000', '193154.937000', '193154.940000', '193154.942000', '193154.945000', '193154.947000', '193154.950000', '193214.838000', '193214.841000', '193214.844000', '193214.846000', '193214.849000', '193214.851000', '193214.854000', '193214.857000', '193214.859000', '193214.862000', '193214.864000', '193214.867000', '193214.869000', '193214.872000', '193214.875000', '193214.877000', '193214.880000', '193214.882000', '193214.885000', '193214.888000', '193214.890000', '193214.893000', '193214.895000', '193214.898000', '193214.900000', '193214.903000', '193214.906000', '193214.908000', '193214.911000', '193214.913000', '193214.916000', '193214.918000', '193214.921000', '193214.923000', '193214.926000', '193214.929000', '193214.931000', '193214.934000', '193214.936000', '193214.939000', '193214.941000', '193214.944000', '193214.946000', '193234.839000', '193234.841000', '193234.844000', '193234.846000', '193234.849000', '193234.852000', '193234.854000', '193234.857000', '193234.859000', '193234.862000', '193234.864000', '193234.867000', '193234.870000', '193234.872000', '193234.875000', '193234.877000', '193234.880000', '193234.883000', '193234.885000', '193234.888000', '193234.890000', '193234.893000', '193234.895000', '193234.898000', '193234.901000', '193234.903000', '193234.906000', '193234.908000', '193234.911000', '193234.914000', '193234.916000', '193234.919000', '193234.921000', '193234.924000', '193234.926000', '193234.929000', '193234.932000', '193234.934000', '193234.937000', '193234.940000', '193234.942000', '193234.945000', '193234.948000', '193234.950000', '193254.838000', '193254.841000', '193254.844000', '193254.846000', '193254.849000', '193254.862000', '193254.865000', '193254.868000', '193254.870000', '193254.873000', '193254.876000', '193254.878000', '193254.881000', '193254.883000', '193254.886000', '193254.889000', '193254.891000', '193254.894000', '193254.896000', '193254.899000', '193254.901000', '193254.904000', '193254.907000', '193254.909000', '193254.912000', '193254.915000', '193254.917000', '193254.920000', '193254.923000', '193254.925000', '193254.928000', '193254.930000', '193254.933000', '193254.936000', '193254.938000', '193254.941000', '193254.943000', '193254.985000', '193254.988000', '193254.990000', '193254.993000', '193254.995000', '193255.000000', '193314.839000', '193314.841000', '193314.844000', '193314.847000', '193314.849000', '193314.852000', '193314.854000', '193314.857000', '193314.860000', '193314.862000', '193314.866000', '193314.869000', '193314.872000', '193314.874000', '193314.877000', '193314.879000', '193314.882000', '193314.884000', '193314.887000', '193314.890000', '193314.892000', '193314.895000', '193314.898000', '193314.900000', '193314.903000', '193314.906000', '193314.908000', '193314.911000', '193314.913000', '193314.916000', '193314.919000', '193314.921000', '193314.924000', '193314.926000', '193314.929000', '193314.931000', '193314.934000', '193314.937000', '193314.939000', '193314.942000', '193314.944000', '193314.947000', '193314.949000', '193314.952000', '193334.840000', '193334.842000', '193334.845000', '193334.847000', '193334.850000', '193334.853000', '193334.855000', '193334.858000', '193334.860000', '193334.863000', '193334.865000', '193334.868000', '193334.870000', '193334.873000', '193334.876000', '193334.878000', '193334.881000', '193334.883000', '193334.886000', '193334.889000', '193334.891000', '193334.894000', '193334.897000', '193334.899000', '193334.902000', '193334.904000', '193334.907000', '193334.910000', '193334.912000', '193334.915000', '193334.918000', '193334.920000', '193334.923000', '193334.925000', '193334.928000', '193334.931000', '193334.933000', '193334.936000', '193334.938000', '193334.941000', '193334.943000', '193334.946000', '193334.949000', '193354.838000', '193354.841000', '193354.844000', '193354.846000', '193354.849000', '193354.852000', '193354.854000', '193354.857000', '193354.859000', '193354.862000', '193354.865000', '193354.867000', '193354.870000', '193354.872000', '193354.875000', '193354.877000', '193354.880000', '193354.883000', '193354.885000', '193354.888000', '193354.890000', '193354.893000', '193354.895000', '193354.898000', '193354.900000', '193354.903000', '193354.906000', '193354.908000', '193354.911000', '193354.913000', '193354.916000', '193354.919000', '193354.921000', '193354.924000', '193354.927000', '193354.930000', '193354.933000', '193354.936000', '193354.939000', '193354.942000', '193354.945000', '193354.947000', '193354.950000', '193414.839000', '193414.841000', '193414.844000', '193414.847000', '193414.849000', '193414.852000', '193414.854000', '193414.857000', '193414.860000', '193414.862000', '193414.865000', '193414.867000', '193414.870000', '193414.873000', '193414.875000', '193414.878000', '193414.880000', '193414.883000', '193414.886000', '193414.888000', '193414.891000', '193414.893000', '193414.896000', '193414.899000', '193414.901000', '193414.904000', '193414.906000', '193414.909000', '193414.912000', '193414.914000', '193414.917000', '193414.919000', '193414.922000', '193414.924000', '193414.927000', '193414.929000', '193414.932000', '193414.934000', '193414.937000', '193414.940000', '193414.942000', '193414.945000', '193414.947000', '193414.950000', '193434.838000', '193434.841000', '193434.844000', '193434.846000', '193434.849000', '193434.851000', '193434.854000', '193434.857000', '193434.859000', '193434.862000', '193434.865000', '193434.867000', '193434.870000', '193434.872000', '193434.875000', '193434.877000', '193434.880000', '193434.883000', '193434.885000', '193434.888000', '193434.890000', '193434.893000', '193434.895000', '193434.898000', '193434.901000', '193434.903000', '193434.906000', '193434.908000', '193434.911000', '193434.913000', '193434.916000', '193434.918000', '193434.921000', '193434.924000', '193434.926000', '193434.929000', '193434.931000', '193434.934000', '193434.937000', '193434.939000', '193434.942000', '193434.944000', '193434.947000', '193434.949000', '193454.838000', '193454.841000', '193454.844000', '193454.846000', '193454.849000', '193454.852000', '193454.854000', '193454.857000', '193454.859000', '193454.862000', '193454.864000', '193454.867000', '193454.870000', '193454.872000', '193454.875000', '193454.877000', '193454.880000', '193454.882000', '193454.885000', '193454.887000', '193454.890000', '193454.893000', '193454.895000', '193454.898000', '193454.900000', '193454.903000', '193454.905000', '193454.908000', '193454.910000', '193454.913000', '193454.916000', '193454.918000', '193454.921000', '193454.923000', '193454.926000', '193454.928000', '193454.931000', '193454.934000', '193454.936000', '193454.939000', '193454.941000', '193454.944000', '193454.947000', '193514.840000', '193514.843000', '193514.846000', '193514.848000', '193514.851000', '193514.854000', '193514.856000', '193514.859000', '193514.861000', '193514.864000', '193514.867000', '193514.869000', '193514.872000', '193514.874000', '193514.877000', '193514.880000', '193514.882000', '193514.885000', '193514.887000', '193514.890000', '193514.893000', '193514.895000', '193514.898000', '193514.900000', '193514.903000', '193514.906000', '193514.908000', '193514.911000', '193514.913000', '193514.916000', '193514.918000', '193514.928000', '193514.931000', '193514.934000', '193514.936000', '193514.939000', '193514.941000', '193514.944000', '193514.947000', '193514.949000', '193514.952000', '193514.954000', '193514.957000', '193514.959000', '193534.839000', '193534.852000', '193534.854000', '193534.857000', '193534.859000', '193534.862000', '193534.864000', '193534.867000', '193534.870000', '193534.872000', '193534.875000', '193534.877000', '193534.880000', '193534.882000', '193534.885000', '193534.887000', '193534.890000', '193534.893000', '193534.895000', '193534.898000', '193534.900000', '193534.903000', '193534.905000', '193534.908000', '193534.911000', '193534.913000', '193534.916000', '193534.918000', '193534.921000', '193534.924000', '193534.926000', '193534.929000', '193534.931000', '193534.934000', '193534.937000', '193534.939000', '193534.942000', '193534.944000', '193534.947000', '193534.949000', '193534.952000', '193534.954000', '193534.957000', '193554.840000', '193554.842000', '193554.845000', '193554.848000', '193554.850000', '193554.853000', '193554.855000', '193554.858000', '193554.860000', '193554.863000', '193554.865000', '193554.868000', '193554.871000', '193554.873000', '193554.876000', '193554.878000', '193554.881000', '193554.883000', '193554.886000', '193554.888000', '193554.891000', '193554.894000', '193554.896000', '193554.899000', '193554.901000', '193554.904000', '193554.906000', '193554.909000', '193554.912000', '193554.914000', '193554.917000', '193554.920000', '193554.922000', '193554.925000', '193554.927000', '193554.930000', '193554.933000', '193554.935000', '193554.938000', '193554.940000', '193554.943000', '193554.945000', '193554.948000', '193554.950000', '193604.464000', '193604.467000', '193604.470000', '193604.473000', '193604.476000', '193604.479000', '193604.482000', '193604.485000', '193604.487000', '193604.490000', '193604.492000', '193604.495000', '193604.497000', '193604.500000', '193604.503000', '193604.505000', '193604.508000', '193604.510000', '193604.513000', '193604.516000', '193604.518000'], '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': [10967, 11560, 11750, 13192, 11876, 16208, 12246, 16326, 10310, 13989, 10373, 15207, 8688, 11350, 8505, 9019, 7742, 7299, 7336, 15853, 15611, 11143, 8488, 7168, 8152, 7282, 7570, 10115, 7282, 7250, 8181, 8992, 12777, 15029, 15834, 14495, 12601, 14493, 12480, 8927, 13136, 8096, 14562, 8603, 9818, 7825, 9363, 7860, 9378, 7619, 9582, 7789, 7707, 7467, 7035, 7197, 7418, 7640, 7646, 7379, 7414, 7039, 9201, 7069, 8294, 7164, 8045, 7547, 8905, 7989, 8521, 7285, 8281, 7195, 9072, 12476, 9434, 13744, 7110, 11817, 7287, 9319, 7934, 9287, 7317, 8255, 7687, 7627, 6956, 7187, 6965, 9675, 11291, 8456, 8334, 8589, 7637, 9331, 7396, 10096, 7098, 12264, 8985, 9439, 13525, 7708, 13675, 7206, 12211, 7914, 8722, 6950, 8112, 8967, 7585, 8540, 7016, 9573, 7101, 10716, 7550, 10475, 7164, 8616, 7130, 9712, 8954, 9580, 7583, 7477, 7312, 7335, 12142, 10359, 7588, 12420, 15194, 10186, 13812, 9525, 10410, 7536, 8433, 10921, 7657, 12458, 8725, 9777, 7822, 8734, 7506, 8516, 7242, 8799, 7445, 8907, 7154, 8893, 7434, 8710, 7363, 7480, 7087, 8489, 12792, 7244, 11560, 6690, 10683, 7704, 9615, 7222, 9742, 7706, 6989, 7513, 7080, 9013, 12453, 8445, 13083, 7007, 10883, 11384, 8038, 13720, 6965, 8251, 7303, 9027, 7541, 8845, 7021, 7228, 8666, 7075, 8013, 7056, 8899, 7124, 9747, 8022, 10856, 7908, 7806, 12648, 8248, 15535, 8210, 14000, 6899, 8202, 7496, 10270, 7668, 7278, 7969, 6964, 8344, 7054, 8423, 7303, 8706, 7055, 7474, 10428, 7082, 7911, 7822, 7883, 7464, 7164, 7410, 7711, 9180, 7034, 9856, 7385, 8534, 6952, 9160, 7011, 8243, 10083, 13723, 8423, 9692, 8796, 8944, 8294, 8130, 7652, 8276, 7453, 9702, 13161, 7389, 14216, 6943, 8184, 7715, 10455, 10353, 7290, 11553, 6937, 7787, 7674, 7974, 7275, 7628, 7571, 7196, 8769, 7039, 7515, 8058, 8179, 7648, 7305, 9340, 7345, 9557, 7173, 10120, 7892, 7342, 9957, 7686, 9526, 7148, 9648, 7001, 8972, 7283, 8925, 7087, 7836, 11049, 7483, 9686, 7297, 7612, 7651, 8096, 7243, 9408, 7402, 7571, 7049, 8522, 7888, 8044, 7862, 7429, 13734, 6963, 11899, 8616, 14338, 7925, 8921, 7156, 8118, 7154, 8968, 7511, 8865, 12880, 6984, 10829, 7085, 8163, 7508, 7481, 7730, 7687, 7384, 9154, 7433, 7468, 7305, 7532, 9520, 7795, 10071, 7142, 8417, 8278, 8038, 7214, 7350, 7428, 7400, 7384, 7823, 7249, 8792, 9097, 7415, 8573, 8814, 9051, 13155, 8313, 13375, 6838, 9653, 7725, 10812, 7570, 8279, 7598, 8090, 8714, 7301, 9370, 7007, 8848, 6728, 9109, 7630, 8008, 7974, 8987, 7755, 7284, 8343, 6895, 9044, 7021, 10215, 7745, 9348, 8237, 9219, 9918, 7132, 9257, 6810, 9986, 7630, 9864, 7108, 8051, 6866, 9911, 8545, 8908, 7454, 7531, 7882, 7728, 13357, 9191, 12404, 6921, 11573, 7492, 11612, 7909, 10549, 6732, 8072, 9224, 11041, 8111, 9992, 10683, 14556, 8857, 14164, 6800, 7718, 7026, 9869, 7875, 7470, 7198, 7406, 7438, 7566, 10739, 6985, 9087, 6904, 7740, 7043, 8353, 7033, 8276, 7054, 8135, 7203, 9048, 7752, 9016, 7423, 7466, 13967, 8604, 13000, 7865, 11967, 8223, 9487, 7421, 7911, 7928, 7871, 12409, 7971, 11071, 7443, 7979, 7664, 8753, 7358, 9287, 7453, 9459, 7637, 8452, 7040, 7733, 9672, 8691, 14659, 7955, 12821, 7727, 8370, 9951, 7714, 9754, 7010, 8598, 7572, 8259, 7144, 8072, 7201, 6860, 9283, 7316, 8575, 7980, 8520, 7040, 7742, 11073, 7678, 10519, 7586, 8124, 7118, 8506, 7208, 7982, 7323, 8051, 12457, 8152, 11302, 7694, 8798, 8063, 8689, 7417, 8596, 7262, 8990, 14660, 9437, 13584, 8170, 8897, 7636, 7431, 7350, 8279, 9266, 7584, 9932, 7362, 7428, 7684, 7355, 10004, 7544, 10549, 7041, 8917, 6944, 7688, 7390, 7671, 7903, 7747, 7008, 9064, 8443, 7655, 12909, 7627, 11140, 7684, 8275, 7333, 7659, 9321, 7054, 8040, 7825, 8288, 7359, 7399, 7314, 7382, 7235, 7383, 6876, 8218, 7476, 10154, 7400, 10346, 7681, 12213, 8846, 9438, 7315, 7768, 9934, 7238, 10389, 8125, 10615, 6794, 9611, 7393, 8317, 7743, 7485, 7162, 9006, 8585, 7452, 9273, 8068, 8819, 7618, 9974, 8605, 8887, 7309, 7838, 12327, 7445, 9986, 7358, 8142, 7173, 8073, 7190, 8144, 9148, 7028, 7953, 8087, 8542, 7894, 7832, 7402, 9056, 8355, 7382, 11541, 8027, 10932, 7350, 8681, 7162, 7448, 13093, 7191, 11205, 7768, 8712, 7694, 8000, 9051, 7199, 9371, 6926, 7686, 7344, 8442, 7206, 7406, 8547, 8108, 9414, 7459, 8134, 7956, 6918, 9279, 7073, 9353, 7086, 8282, 7658, 7655, 6970, 8172, 7462, 7491, 7419, 8290, 7935, 9800, 8320, 10741, 8916, 12073, 9918, 13225, 7752, 8199, 8372, 7824, 15084, 8630, 13318, 7852, 8911, 8088, 8129, 9116, 7488, 8679, 7106, 7978, 7588, 8206, 7768, 7416, 7464, 7516, 7246, 7797, 7998, 8048, 11101, 8439, 12576, 7849, 8904, 7844, 9133, 8582, 7875, 15065, 7405, 9085, 7227, 7938, 7662, 6923, 7577, 8101, 9780, 7401, 8471, 7909, 7855, 7095, 7328, 7598, 7062, 9508, 7298, 9971, 8877, 8913, 7917, 7991, 6819, 9570, 8315, 8917, 7059, 8981, 8723, 8285, 7864, 9073, 11879, 8900, 14074, 7965, 12242, 7226, 10430, 8170, 9699, 7334, 8215, 9370, 6840, 8408, 7658, 7620, 7503, 7571, 7362, 8336, 9630, 7531, 10087, 7030, 8771, 7128, 8341, 7217, 7849, 9089, 7183, 8677, 7923, 9371, 7191, 7882, 7167, 8040, 7426, 7979, 7586, 8015, 7224, 7642, 6903, 8111, 8148, 8829, 7212, 9076, 8101, 10808, 7525, 8010, 7167, 9086, 15162, 7685, 13289, 7109, 7976, 7198, 10202, 7345, 7495, 7438, 7272, 7223, 7988, 10130, 7626, 10274, 6943, 8576, 7366, 8972, 7997, 8146, 7354, 7212, 11288, 7028, 11072, 7511, 8307, 7814, 7632, 8198, 7313, 9606, 7106, 7813, 7058, 8405, 7555, 7914, 7174, 8301, 7910, 6981, 7321, 7702, 7649, 9388, 12560, 9186, 13643, 7048, 11359, 7785, 10493, 7888, 8468, 8070, 8301, 7454, 7362, 7871, 7683, 7568, 9037, 8210, 7357, 9432, 8085, 9239, 7600, 9394, 7419, 7489, 11849, 7250, 8280, 7348, 8075, 7696, 7377, 7389, 6877, 7621, 7234, 7579, 6917, 9281, 7744, 10419, 7405, 10210, 7720, 12680, 9283, 9825, 15050, 7899, 13434, 8391, 9411, 7111, 8362, 10972, 7446, 9142, 7191, 7585, 7293, 6771, 8605, 7157, 7690, 6982, 8337, 8146, 8954, 7474, 8523, 7977, 8016, 9770, 7767, 12086, 7343, 9634, 7922, 11285, 8106, 10147, 7352, 7175, 6571, 7742, 9711, 12236, 10971, 8755, 8173, 7438, 8775, 8885, 7381, 14557, 8460, 10627, 7327, 8894, 7217, 7813, 7719, 6899, 8222, 7033, 7812, 7823, 8882, 7090, 7199, 7261, 6868, 8311, 7186, 8014, 8539, 8411, 7601, 7411, 7841, 8279, 11317, 7518, 12411, 7243, 11479, 7257, 9835, 9382, 7799, 11346, 7744, 9157, 7830, 10249, 7803, 8072, 7094, 7447, 9799, 7071, 8454, 7121, 7699, 6878, 7935, 8202, 9026, 7613, 8906, 7243, 10439, 7519, 7619, 13251, 9977, 15468, 10483, 14840, 8466, 7709, 15025, 7347, 12832, 7519, 8161, 7429, 8477, 7295, 7298, 7475, 7195, 8891, 7101, 9075, 7689, 8808, 6858, 9774, 8179, 9239, 8113, 8726, 7260, 8452, 7064, 8094, 7178, 11814, 7912, 9358, 7088, 9705, 7875, 13800, 7897, 10637, 8136, 13353, 8489, 14980, 7475, 11672, 7336, 8984, 7432, 7674, 7320, 7537, 8447, 6910, 8877, 7180, 8531, 6797, 7850, 7056, 9692, 7781, 10162, 7436, 9713, 7791, 10668, 8498, 12147, 6943, 10652, 7973, 10806, 8381, 10937, 7761, 7728, 7374, 8403, 7742, 7735, 7724, 8053, 7622, 7317, 7344, 7847, 8121, 7985, 11160, 7831, 11370, 7187, 8452, 7201, 8597, 7413, 7454, 10544, 6865, 8105, 7789, 8602, 7372, 7905, 7199, 8216, 7153, 7548, 10365, 7572, 9544, 7362, 9548, 8293, 7639, 11700, 6979, 10122, 7350, 8312, 7406, 7748, 7651, 7673, 7385, 7682, 7259, 8496, 8047, 6912, 8089, 7850, 12041, 12734, 7858], 'WindowCenter': [4237.0, 4204.0, 4205.0, 4198.0, 4178.0, 4195.0, 4185.0, 4206.0, 4150.0, 4167.0, 4135.0, 4169.0, 4114.0, 4134.0, 4101.0, 4113.0, 4103.0, 4114.0, 4112.0, 4187.0, 4188.0, 4163.0, 4144.0, 4124.0, 4155.0, 4134.0, 4126.0, 4149.0, 4107.0, 4107.0, 4129.0, 4127.0, 4161.0, 4160.0, 4159.0, 4133.0, 4122.0, 4128.0, 4118.0, 4087.0, 4117.0, 4063.0, 4116.0, 4061.0, 4071.0, 4051.0, 4071.0, 4059.0, 4081.0, 4061.0, 4081.0, 4062.0, 4060.0, 4063.0, 4062.0, 4078.0, 4089.0, 4100.0, 4090.0, 4104.0, 4115.0, 4107.0, 4147.0, 4106.0, 4127.0, 4105.0, 4118.0, 4116.0, 4140.0, 4117.0, 4139.0, 4119.0, 4130.0, 4106.0, 4141.0, 4168.0, 4140.0, 4167.0, 4110.0, 4173.0, 4120.0, 4138.0, 4116.0, 4140.0, 4105.0, 4129.0, 4118.0, 4119.0, 4109.0, 4121.0, 4107.0, 4149.0, 4172.0, 4141.0, 4130.0, 4141.0, 4130.0, 4151.0, 4122.0, 4151.0, 4108.0, 4185.0, 4143.0, 4141.0, 4155.0, 4106.0, 4154.0, 4105.0, 4145.0, 4104.0, 4116.0, 4080.0, 4103.0, 4113.0, 4102.0, 4100.0, 4092.0, 4122.0, 4105.0, 4143.0, 4116.0, 4144.0, 4106.0, 4124.0, 4130.0, 4157.0, 4169.0, 4168.0, 4159.0, 4148.0, 4147.0, 4150.0, 4189.0, 4172.0, 4118.0, 4170.0, 4179.0, 4148.0, 4157.0, 4124.0, 4133.0, 4090.0, 4113.0, 4131.0, 4102.0, 4140.0, 4111.0, 4108.0, 4090.0, 4099.0, 4091.0, 4113.0, 4106.0, 4137.0, 4117.0, 4125.0, 4106.0, 4137.0, 4119.0, 4139.0, 4130.0, 4120.0, 4109.0, 4129.0, 4157.0, 4107.0, 4144.0, 4094.0, 4144.0, 4116.0, 4136.0, 4119.0, 4148.0, 4131.0, 4118.0, 4121.0, 4107.0, 4140.0, 4169.0, 4127.0, 4156.0, 4096.0, 4150.0, 4146.0, 4115.0, 4153.0, 4094.0, 4102.0, 4092.0, 4125.0, 4116.0, 4125.0, 4106.0, 4117.0, 4151.0, 4132.0, 4141.0, 4121.0, 4138.0, 4107.0, 4137.0, 4115.0, 4148.0, 4105.0, 4105.0, 4153.0, 4115.0, 4164.0, 4102.0, 4151.0, 4090.0, 4099.0, 4091.0, 4132.0, 4090.0, 4091.0, 4087.0, 4079.0, 4099.0, 4091.0, 4100.0, 4092.0, 4111.0, 4079.0, 4103.0, 4132.0, 4092.0, 4111.0, 4114.0, 4114.0, 4091.0, 4094.0, 4092.0, 4105.0, 4114.0, 4096.0, 4135.0, 4118.0, 4124.0, 4106.0, 4135.0, 4108.0, 4114.0, 4146.0, 4155.0, 4102.0, 4124.0, 4100.0, 4112.0, 4101.0, 4102.0, 4101.0, 4112.0, 4091.0, 4123.0, 4141.0, 4090.0, 4139.0, 4078.0, 4087.0, 4089.0, 4121.0, 4118.0, 4077.0, 4115.0, 4079.0, 4087.0, 4087.0, 4087.0, 4087.0, 4100.0, 4099.0, 4092.0, 4111.0, 4091.0, 4090.0, 4101.0, 4124.0, 4103.0, 4104.0, 4122.0, 4104.0, 4133.0, 4106.0, 4145.0, 4113.0, 4094.0, 4120.0, 4103.0, 4122.0, 4093.0, 4123.0, 4103.0, 4123.0, 4105.0, 4124.0, 4093.0, 4114.0, 4142.0, 4106.0, 4125.0, 4104.0, 4101.0, 4101.0, 4113.0, 4103.0, 4134.0, 4103.0, 4104.0, 4093.0, 4124.0, 4114.0, 4113.0, 4102.0, 4102.0, 4152.0, 4092.0, 4141.0, 4111.0, 4150.0, 4099.0, 4111.0, 4091.0, 4101.0, 4078.0, 4110.0, 4088.0, 4110.0, 4139.0, 4093.0, 4143.0, 4090.0, 4098.0, 4090.0, 4078.0, 4099.0, 4101.0, 4103.0, 4122.0, 4090.0, 4090.0, 4088.0, 4101.0, 4119.0, 4101.0, 4121.0, 4081.0, 4099.0, 4099.0, 4100.0, 4090.0, 4091.0, 4105.0, 4103.0, 4105.0, 4103.0, 4117.0, 4126.0, 4138.0, 4106.0, 4127.0, 4125.0, 4127.0, 4156.0, 4116.0, 4154.0, 4093.0, 4122.0, 4104.0, 4133.0, 4101.0, 4101.0, 4089.0, 4101.0, 4111.0, 4091.0, 4121.0, 4105.0, 4133.0, 4093.0, 4122.0, 4102.0, 4100.0, 4101.0, 4124.0, 4101.0, 4104.0, 4111.0, 4092.0, 4136.0, 4105.0, 4134.0, 4103.0, 4122.0, 4111.0, 4124.0, 4120.0, 4092.0, 4120.0, 4092.0, 4133.0, 4114.0, 4133.0, 4105.0, 4114.0, 4094.0, 4134.0, 4126.0, 4125.0, 4103.0, 4115.0, 4114.0, 4118.0, 4168.0, 4138.0, 4142.0, 4092.0, 4142.0, 4103.0, 4144.0, 4114.0, 4131.0, 4083.0, 4100.0, 4122.0, 4132.0, 4113.0, 4133.0, 4145.0, 4163.0, 4113.0, 4164.0, 4095.0, 4102.0, 4103.0, 4147.0, 4114.0, 4091.0, 4089.0, 4102.0, 4090.0, 4102.0, 4131.0, 4092.0, 4123.0, 4104.0, 4114.0, 4104.0, 4126.0, 4106.0, 4124.0, 4106.0, 4115.0, 4117.0, 4137.0, 4115.0, 4126.0, 4105.0, 4105.0, 4165.0, 4114.0, 4152.0, 4102.0, 4157.0, 4112.0, 4121.0, 4079.0, 4100.0, 4088.0, 4100.0, 4142.0, 4101.0, 4129.0, 4089.0, 4100.0, 4100.0, 4111.0, 4093.0, 4121.0, 4091.0, 4121.0, 4091.0, 4103.0, 4080.0, 4090.0, 4109.0, 4099.0, 4150.0, 4101.0, 4152.0, 4087.0, 4099.0, 4118.0, 4089.0, 4106.0, 4076.0, 4085.0, 4089.0, 4098.0, 4078.0, 4099.0, 4088.0, 4081.0, 4136.0, 4106.0, 4113.0, 4113.0, 4112.0, 4093.0, 4104.0, 4133.0, 4104.0, 4133.0, 4104.0, 4103.0, 4092.0, 4125.0, 4104.0, 4115.0, 4103.0, 4118.0, 4155.0, 4126.0, 4157.0, 4115.0, 4124.0, 4115.0, 4113.0, 4103.0, 4114.0, 4092.0, 4125.0, 4164.0, 4113.0, 4141.0, 4100.0, 4113.0, 4089.0, 4091.0, 4089.0, 4102.0, 4110.0, 4103.0, 4122.0, 4091.0, 4091.0, 4088.0, 4092.0, 4120.0, 4092.0, 4121.0, 4093.0, 4111.0, 4091.0, 4103.0, 4092.0, 4102.0, 4101.0, 4102.0, 4095.0, 4126.0, 4113.0, 4104.0, 4141.0, 4101.0, 4133.0, 4091.0, 4101.0, 4078.0, 4101.0, 4122.0, 4092.0, 4100.0, 4100.0, 4103.0, 4092.0, 4091.0, 4107.0, 4107.0, 4117.0, 4106.0, 4107.0, 4127.0, 4118.0, 4138.0, 4108.0, 4149.0, 4130.0, 4169.0, 4126.0, 4125.0, 4092.0, 4093.0, 4120.0, 4092.0, 4120.0, 4101.0, 4132.0, 4083.0, 4121.0, 4090.0, 4101.0, 4090.0, 4090.0, 4080.0, 4112.0, 4100.0, 4091.0, 4109.0, 4102.0, 4112.0, 4092.0, 4121.0, 4111.0, 4112.0, 4089.0, 4090.0, 4139.0, 4090.0, 4111.0, 4090.0, 4100.0, 4093.0, 4103.0, 4091.0, 4111.0, 4123.0, 4103.0, 4113.0, 4126.0, 4124.0, 4113.0, 4115.0, 4103.0, 4136.0, 4115.0, 4104.0, 4141.0, 4103.0, 4133.0, 4092.0, 4113.0, 4079.0, 4090.0, 4140.0, 4081.0, 4128.0, 4090.0, 4099.0, 4088.0, 4102.0, 4099.0, 4080.0, 4108.0, 4080.0, 4090.0, 4091.0, 4113.0, 4090.0, 4093.0, 4099.0, 4101.0, 4110.0, 4089.0, 4090.0, 4090.0, 4092.0, 4110.0, 4091.0, 4110.0, 4081.0, 4099.0, 4104.0, 4103.0, 4091.0, 4125.0, 4105.0, 4105.0, 4118.0, 4141.0, 4154.0, 4162.0, 4141.0, 4159.0, 4151.0, 4168.0, 4147.0, 4168.0, 4104.0, 4114.0, 4112.0, 4115.0, 4163.0, 4112.0, 4140.0, 4099.0, 4110.0, 4101.0, 4112.0, 4108.0, 4091.0, 4098.0, 4080.0, 4099.0, 4090.0, 4111.0, 4101.0, 4103.0, 4102.0, 4115.0, 4104.0, 4115.0, 4102.0, 4115.0, 4145.0, 4114.0, 4144.0, 4101.0, 4111.0, 4101.0, 4123.0, 4111.0, 4102.0, 4151.0, 4091.0, 4112.0, 4089.0, 4090.0, 4089.0, 4090.0, 4089.0, 4102.0, 4122.0, 4103.0, 4123.0, 4115.0, 4113.0, 4092.0, 4103.0, 4101.0, 4093.0, 4135.0, 4120.0, 4158.0, 4137.0, 4126.0, 4104.0, 4103.0, 4093.0, 4124.0, 4102.0, 4112.0, 4080.0, 4113.0, 4100.0, 4102.0, 4103.0, 4124.0, 4143.0, 4114.0, 4151.0, 4100.0, 4129.0, 4078.0, 4119.0, 4087.0, 4110.0, 4076.0, 4086.0, 4095.0, 4067.0, 4087.0, 4079.0, 4077.0, 4078.0, 4090.0, 4088.0, 4112.0, 4121.0, 4091.0, 4119.0, 4080.0, 4115.0, 4093.0, 4125.0, 4092.0, 4103.0, 4111.0, 4092.0, 4111.0, 4104.0, 4122.0, 4093.0, 4102.0, 4106.0, 4115.0, 4097.0, 4106.0, 4105.0, 4116.0, 4107.0, 4118.0, 4106.0, 4130.0, 4117.0, 4127.0, 4104.0, 4126.0, 4127.0, 4147.0, 4105.0, 4115.0, 4093.0, 4125.0, 4165.0, 4104.0, 4153.0, 4081.0, 4100.0, 4094.0, 4145.0, 4104.0, 4093.0, 4078.0, 4090.0, 4089.0, 4102.0, 4132.0, 4116.0, 4145.0, 4105.0, 4124.0, 4105.0, 4125.0, 4103.0, 4105.0, 4091.0, 4104.0, 4133.0, 4093.0, 4143.0, 4093.0, 4102.0, 4090.0, 4103.0, 4112.0, 4093.0, 4121.0, 4092.0, 4102.0, 4093.0, 4114.0, 4104.0, 4104.0, 4093.0, 4116.0, 4104.0, 4094.0, 4105.0, 4104.0, 4103.0, 4136.0, 4154.0, 4125.0, 4153.0, 4093.0, 4132.0, 4102.0, 4135.0, 4103.0, 4102.0, 4093.0, 4114.0, 4092.0, 4092.0, 4101.0, 4102.0, 4102.0, 4123.0, 4101.0, 4105.0, 4111.0, 4102.0, 4111.0, 4102.0, 4112.0, 4091.0, 4091.0, 4129.0, 4104.0, 4125.0, 4103.0, 4113.0, 4101.0, 4103.0, 4091.0, 4095.0, 4103.0, 4104.0, 4113.0, 4118.0, 4137.0, 4129.0, 4158.0, 4118.0, 4148.0, 4118.0, 4158.0, 4125.0, 4136.0, 4155.0, 4103.0, 4155.0, 4102.0, 4112.0, 4079.0, 4102.0, 4130.0, 4091.0, 4111.0, 4079.0, 4092.0, 4078.0, 4082.0, 4102.0, 4083.0, 4114.0, 4107.0, 4126.0, 4140.0, 4149.0, 4119.0, 4138.0, 4115.0, 4115.0, 4135.0, 4106.0, 4144.0, 4094.0, 4123.0, 4106.0, 4145.0, 4117.0, 4136.0, 4106.0, 4092.0, 4084.0, 4092.0, 4124.0, 4144.0, 4146.0, 4113.0, 4102.0, 4092.0, 4113.0, 4101.0, 4093.0, 4165.0, 4114.0, 4132.0, 4090.0, 4110.0, 4078.0, 4087.0, 4076.0, 4078.0, 4088.0, 4080.0, 4091.0, 4091.0, 4112.0, 4091.0, 4104.0, 4103.0, 4106.0, 4127.0, 4107.0, 4129.0, 4139.0, 4129.0, 4118.0, 4118.0, 4127.0, 4140.0, 4158.0, 4119.0, 4168.0, 4107.0, 4156.0, 4106.0, 4137.0, 4125.0, 4105.0, 4144.0, 4105.0, 4125.0, 4105.0, 4136.0, 4105.0, 4114.0, 4092.0, 4105.0, 4134.0, 4095.0, 4114.0, 4118.0, 4126.0, 4108.0, 4128.0, 4128.0, 4136.0, 4117.0, 4128.0, 4118.0, 4159.0, 4107.0, 4117.0, 4167.0, 4137.0, 4166.0, 4134.0, 4153.0, 4099.0, 4093.0, 4152.0, 4091.0, 4140.0, 4102.0, 4100.0, 4089.0, 4100.0, 4078.0, 4089.0, 4101.0, 4103.0, 4122.0, 4093.0, 4125.0, 4105.0, 4112.0, 4083.0, 4123.0, 4112.0, 4123.0, 4102.0, 4113.0, 4092.0, 4115.0, 4093.0, 4105.0, 4091.0, 4156.0, 4103.0, 4112.0, 4093.0, 4124.0, 4105.0, 4154.0, 4104.0, 4131.0, 4103.0, 4152.0, 4103.0, 4152.0, 4081.0, 4120.0, 4078.0, 4099.0, 4077.0, 4078.0, 4076.0, 4078.0, 4088.0, 4080.0, 4099.0, 4080.0, 4099.0, 4082.0, 4101.0, 4094.0, 4136.0, 4118.0, 4134.0, 4107.0, 4134.0, 4107.0, 4146.0, 4117.0, 4143.0, 4093.0, 4133.0, 4104.0, 4135.0, 4104.0, 4133.0, 4092.0, 4092.0, 4091.0, 4113.0, 4091.0, 4092.0, 4091.0, 4104.0, 4103.0, 4094.0, 4092.0, 4104.0, 4102.0, 4115.0, 4144.0, 4104.0, 4133.0, 4093.0, 4102.0, 4093.0, 4115.0, 4093.0, 4093.0, 4121.0, 4083.0, 4103.0, 4103.0, 4112.0, 4104.0, 4114.0, 4106.0, 4116.0, 4095.0, 4116.0, 4134.0, 4116.0, 4125.0, 4105.0, 4124.0, 4114.0, 4105.0, 4155.0, 4095.0, 4134.0, 4093.0, 4127.0, 4106.0, 4116.0, 4118.0, 4131.0, 4118.0, 4119.0, 4094.0, 4116.0, 4119.0, 4109.0, 4131.0, 4120.0, 4173.0, 4171.0, 4111.0], 'WindowWidth': [9392.0, 9323.0, 9317.0, 9297.0, 9266.0, 9289.0, 9274.0, 9305.0, 9214.0, 9233.0, 9184.0, 9237.0, 9152.0, 9177.0, 9129.0, 9147.0, 9139.0, 9162.0, 9157.0, 9264.0, 9271.0, 9228.0, 9208.0, 9186.0, 9233.0, 9203.0, 9183.0, 9211.0, 9153.0, 9151.0, 9182.0, 9175.0, 9229.0, 9226.0, 9222.0, 9176.0, 9158.0, 9158.0, 9143.0, 9101.0, 9141.0, 9061.0, 9138.0, 9055.0, 9067.0, 9038.0, 9067.0, 9050.0, 9085.0, 9058.0, 9084.0, 9058.0, 9056.0, 9063.0, 9063.0, 9096.0, 9116.0, 9134.0, 9116.0, 9142.0, 9162.0, 9154.0, 9208.0, 9152.0, 9179.0, 9146.0, 9166.0, 9161.0, 9200.0, 9167.0, 9199.0, 9170.0, 9188.0, 9150.0, 9202.0, 9234.0, 9200.0, 9232.0, 9161.0, 9249.0, 9175.0, 9194.0, 9164.0, 9198.0, 9146.0, 9185.0, 9169.0, 9170.0, 9156.0, 9176.0, 9153.0, 9210.0, 9248.0, 9206.0, 9186.0, 9204.0, 9190.0, 9219.0, 9180.0, 9216.0, 9157.0, 9271.0, 9207.0, 9201.0, 9212.0, 9146.0, 9208.0, 9143.0, 9197.0, 9139.0, 9156.0, 9101.0, 9139.0, 9148.0, 9134.0, 9128.0, 9122.0, 9162.0, 9146.0, 9193.0, 9166.0, 9199.0, 9152.0, 9174.0, 9195.0, 9228.0, 9254.0, 9251.0, 9245.0, 9231.0, 9227.0, 9228.0, 9276.0, 9254.0, 9172.0, 9242.0, 9255.0, 9209.0, 9219.0, 9168.0, 9178.0, 9116.0, 9153.0, 9171.0, 9136.0, 9182.0, 9145.0, 9134.0, 9117.0, 9125.0, 9118.0, 9151.0, 9151.0, 9192.0, 9169.0, 9173.0, 9152.0, 9192.0, 9175.0, 9199.0, 9194.0, 9177.0, 9155.0, 9183.0, 9218.0, 9151.0, 9193.0, 9128.0, 9197.0, 9165.0, 9190.0, 9174.0, 9209.0, 9191.0, 9169.0, 9178.0, 9154.0, 9202.0, 9236.0, 9180.0, 9214.0, 9135.0, 9210.0, 9199.0, 9159.0, 9205.0, 9129.0, 9134.0, 9123.0, 9173.0, 9165.0, 9172.0, 9151.0, 9167.0, 9220.0, 9199.0, 9209.0, 9182.0, 9196.0, 9153.0, 9193.0, 9158.0, 9209.0, 9145.0, 9146.0, 9206.0, 9157.0, 9221.0, 9136.0, 9198.0, 9117.0, 9127.0, 9122.0, 9177.0, 9115.0, 9118.0, 9107.0, 9101.0, 9128.0, 9120.0, 9131.0, 9124.0, 9148.0, 9102.0, 9141.0, 9174.0, 9124.0, 9150.0, 9160.0, 9156.0, 9121.0, 9129.0, 9122.0, 9145.0, 9154.0, 9132.0, 9187.0, 9168.0, 9170.0, 9151.0, 9185.0, 9157.0, 9159.0, 9203.0, 9213.0, 9135.0, 9166.0, 9130.0, 9149.0, 9133.0, 9137.0, 9133.0, 9149.0, 9120.0, 9168.0, 9186.0, 9117.0, 9177.0, 9097.0, 9107.0, 9115.0, 9157.0, 9148.0, 9094.0, 9140.0, 9101.0, 9110.0, 9107.0, 9109.0, 9109.0, 9132.0, 9129.0, 9125.0, 9148.0, 9122.0, 9118.0, 9135.0, 9170.0, 9140.0, 9147.0, 9163.0, 9146.0, 9181.0, 9153.0, 9202.0, 9155.0, 9127.0, 9158.0, 9140.0, 9164.0, 9128.0, 9166.0, 9143.0, 9168.0, 9147.0, 9172.0, 9127.0, 9159.0, 9191.0, 9148.0, 9171.0, 9141.0, 9136.0, 9135.0, 9154.0, 9143.0, 9184.0, 9142.0, 9144.0, 9128.0, 9173.0, 9157.0, 9155.0, 9136.0, 9138.0, 9204.0, 9125.0, 9187.0, 9147.0, 9197.0, 9127.0, 9145.0, 9119.0, 9132.0, 9098.0, 9142.0, 9110.0, 9142.0, 9181.0, 9126.0, 9194.0, 9119.0, 9125.0, 9115.0, 9097.0, 9129.0, 9136.0, 9145.0, 9164.0, 9118.0, 9118.0, 9111.0, 9132.0, 9153.0, 9134.0, 9158.0, 9106.0, 9124.0, 9126.0, 9128.0, 9117.0, 9121.0, 9145.0, 9140.0, 9147.0, 9141.0, 9166.0, 9177.0, 9195.0, 9150.0, 9178.0, 9170.0, 9177.0, 9213.0, 9161.0, 9207.0, 9126.0, 9163.0, 9143.0, 9179.0, 9134.0, 9133.0, 9112.0, 9133.0, 9145.0, 9122.0, 9159.0, 9152.0, 9184.0, 9129.0, 9163.0, 9138.0, 9131.0, 9134.0, 9171.0, 9133.0, 9143.0, 9146.0, 9126.0, 9191.0, 9149.0, 9183.0, 9140.0, 9162.0, 9148.0, 9168.0, 9157.0, 9124.0, 9157.0, 9124.0, 9181.0, 9158.0, 9181.0, 9148.0, 9158.0, 9133.0, 9185.0, 9176.0, 9172.0, 9139.0, 9158.0, 9156.0, 9172.0, 9236.0, 9193.0, 9190.0, 9125.0, 9189.0, 9142.0, 9196.0, 9157.0, 9173.0, 9109.0, 9126.0, 9163.0, 9175.0, 9154.0, 9179.0, 9202.0, 9221.0, 9152.0, 9222.0, 9134.0, 9135.0, 9141.0, 9207.0, 9158.0, 9123.0, 9115.0, 9138.0, 9118.0, 9137.0, 9175.0, 9127.0, 9168.0, 9144.0, 9158.0, 9144.0, 9178.0, 9148.0, 9172.0, 9154.0, 9160.0, 9168.0, 9193.0, 9162.0, 9177.0, 9146.0, 9147.0, 9224.0, 9156.0, 9203.0, 9137.0, 9220.0, 9152.0, 9159.0, 9098.0, 9129.0, 9109.0, 9131.0, 9187.0, 9131.0, 9164.0, 9112.0, 9128.0, 9132.0, 9147.0, 9125.0, 9160.0, 9120.0, 9159.0, 9119.0, 9138.0, 9101.0, 9118.0, 9138.0, 9127.0, 9195.0, 9135.0, 9206.0, 9109.0, 9127.0, 9151.0, 9113.0, 9131.0, 9091.0, 9100.0, 9115.0, 9124.0, 9099.0, 9129.0, 9110.0, 9108.0, 9188.0, 9148.0, 9152.0, 9154.0, 9151.0, 9126.0, 9143.0, 9177.0, 9143.0, 9176.0, 9139.0, 9140.0, 9125.0, 9173.0, 9146.0, 9161.0, 9142.0, 9168.0, 9212.0, 9178.0, 9222.0, 9161.0, 9170.0, 9161.0, 9154.0, 9139.0, 9155.0, 9122.0, 9170.0, 9222.0, 9150.0, 9183.0, 9128.0, 9148.0, 9113.0, 9120.0, 9111.0, 9134.0, 9141.0, 9137.0, 9161.0, 9119.0, 9119.0, 9111.0, 9121.0, 9156.0, 9121.0, 9159.0, 9124.0, 9145.0, 9122.0, 9139.0, 9124.0, 9136.0, 9133.0, 9137.0, 9132.0, 9174.0, 9152.0, 9141.0, 9186.0, 9133.0, 9177.0, 9118.0, 9132.0, 9098.0, 9134.0, 9161.0, 9125.0, 9130.0, 9131.0, 9136.0, 9122.0, 9122.0, 9152.0, 9150.0, 9167.0, 9149.0, 9154.0, 9180.0, 9170.0, 9193.0, 9153.0, 9211.0, 9192.0, 9240.0, 9177.0, 9171.0, 9120.0, 9124.0, 9155.0, 9123.0, 9153.0, 9133.0, 9176.0, 9112.0, 9160.0, 9117.0, 9130.0, 9114.0, 9115.0, 9102.0, 9147.0, 9129.0, 9119.0, 9137.0, 9134.0, 9147.0, 9122.0, 9158.0, 9145.0, 9146.0, 9113.0, 9117.0, 9180.0, 9116.0, 9143.0, 9117.0, 9131.0, 9128.0, 9138.0, 9118.0, 9148.0, 9168.0, 9143.0, 9153.0, 9181.0, 9173.0, 9158.0, 9162.0, 9143.0, 9189.0, 9158.0, 9142.0, 9187.0, 9138.0, 9177.0, 9123.0, 9151.0, 9101.0, 9118.0, 9183.0, 9105.0, 9164.0, 9114.0, 9125.0, 9109.0, 9132.0, 9124.0, 9103.0, 9136.0, 9102.0, 9115.0, 9121.0, 9150.0, 9116.0, 9125.0, 9126.0, 9133.0, 9144.0, 9115.0, 9115.0, 9113.0, 9124.0, 9144.0, 9120.0, 9142.0, 9106.0, 9127.0, 9143.0, 9139.0, 9119.0, 9173.0, 9143.0, 9145.0, 9170.0, 9207.0, 9232.0, 9239.0, 9209.0, 9228.0, 9223.0, 9239.0, 9209.0, 9233.0, 9143.0, 9157.0, 9152.0, 9164.0, 9223.0, 9151.0, 9182.0, 9127.0, 9144.0, 9135.0, 9152.0, 9138.0, 9120.0, 9123.0, 9103.0, 9128.0, 9117.0, 9148.0, 9133.0, 9141.0, 9138.0, 9164.0, 9145.0, 9161.0, 9136.0, 9160.0, 9201.0, 9155.0, 9193.0, 9134.0, 9146.0, 9134.0, 9167.0, 9148.0, 9136.0, 9199.0, 9119.0, 9147.0, 9113.0, 9115.0, 9110.0, 9116.0, 9115.0, 9137.0, 9161.0, 9141.0, 9169.0, 9161.0, 9155.0, 9125.0, 9141.0, 9135.0, 9129.0, 9189.0, 9176.0, 9229.0, 9193.0, 9173.0, 9141.0, 9139.0, 9127.0, 9168.0, 9134.0, 9147.0, 9099.0, 9147.0, 9129.0, 9135.0, 9138.0, 9169.0, 9191.0, 9155.0, 9197.0, 9127.0, 9164.0, 9097.0, 9153.0, 9105.0, 9140.0, 9088.0, 9104.0, 9112.0, 9080.0, 9106.0, 9098.0, 9092.0, 9095.0, 9115.0, 9111.0, 9150.0, 9157.0, 9119.0, 9153.0, 9103.0, 9155.0, 9128.0, 9178.0, 9123.0, 9139.0, 9143.0, 9123.0, 9146.0, 9141.0, 9162.0, 9128.0, 9137.0, 9149.0, 9159.0, 9133.0, 9142.0, 9148.0, 9162.0, 9153.0, 9171.0, 9148.0, 9186.0, 9165.0, 9178.0, 9143.0, 9177.0, 9180.0, 9206.0, 9146.0, 9159.0, 9126.0, 9172.0, 9225.0, 9140.0, 9204.0, 9106.0, 9129.0, 9128.0, 9200.0, 9146.0, 9126.0, 9097.0, 9115.0, 9113.0, 9135.0, 9175.0, 9165.0, 9203.0, 9148.0, 9169.0, 9146.0, 9173.0, 9141.0, 9145.0, 9120.0, 9142.0, 9177.0, 9125.0, 9192.0, 9126.0, 9135.0, 9114.0, 9140.0, 9149.0, 9124.0, 9160.0, 9123.0, 9136.0, 9127.0, 9157.0, 9142.0, 9143.0, 9124.0, 9160.0, 9142.0, 9131.0, 9144.0, 9144.0, 9141.0, 9188.0, 9210.0, 9171.0, 9205.0, 9124.0, 9174.0, 9136.0, 9182.0, 9138.0, 9135.0, 9119.0, 9153.0, 9122.0, 9124.0, 9133.0, 9135.0, 9135.0, 9167.0, 9133.0, 9143.0, 9145.0, 9136.0, 9145.0, 9137.0, 9149.0, 9117.0, 9119.0, 9164.0, 9144.0, 9175.0, 9143.0, 9154.0, 9134.0, 9139.0, 9121.0, 9134.0, 9139.0, 9145.0, 9155.0, 9170.0, 9195.0, 9187.0, 9223.0, 9169.0, 9207.0, 9166.0, 9221.0, 9171.0, 9185.0, 9210.0, 9137.0, 9210.0, 9135.0, 9149.0, 9099.0, 9131.0, 9169.0, 9118.0, 9143.0, 9098.0, 9120.0, 9095.0, 9106.0, 9129.0, 9110.0, 9157.0, 9154.0, 9177.0, 9204.0, 9216.0, 9175.0, 9195.0, 9157.0, 9159.0, 9186.0, 9150.0, 9192.0, 9127.0, 9163.0, 9146.0, 9195.0, 9163.0, 9185.0, 9145.0, 9121.0, 9112.0, 9122.0, 9168.0, 9194.0, 9201.0, 9151.0, 9136.0, 9121.0, 9151.0, 9129.0, 9124.0, 9227.0, 9157.0, 9174.0, 9117.0, 9141.0, 9095.0, 9106.0, 9088.0, 9094.0, 9108.0, 9102.0, 9118.0, 9119.0, 9148.0, 9119.0, 9144.0, 9142.0, 9152.0, 9178.0, 9154.0, 9185.0, 9198.0, 9186.0, 9168.0, 9169.0, 9179.0, 9203.0, 9222.0, 9174.0, 9232.0, 9151.0, 9214.0, 9150.0, 9193.0, 9172.0, 9146.0, 9193.0, 9145.0, 9173.0, 9146.0, 9187.0, 9144.0, 9156.0, 9120.0, 9145.0, 9181.0, 9133.0, 9158.0, 9173.0, 9179.0, 9158.0, 9183.0, 9183.0, 9189.0, 9168.0, 9181.0, 9168.0, 9226.0, 9151.0, 9165.0, 9230.0, 9189.0, 9229.0, 9181.0, 9206.0, 9126.0, 9123.0, 9199.0, 9118.0, 9182.0, 9140.0, 9130.0, 9114.0, 9129.0, 9096.0, 9114.0, 9137.0, 9144.0, 9163.0, 9129.0, 9170.0, 9146.0, 9148.0, 9111.0, 9162.0, 9149.0, 9167.0, 9136.0, 9149.0, 9124.0, 9157.0, 9125.0, 9143.0, 9118.0, 9213.0, 9138.0, 9148.0, 9124.0, 9166.0, 9144.0, 9207.0, 9141.0, 9171.0, 9137.0, 9201.0, 9137.0, 9200.0, 9102.0, 9151.0, 9095.0, 9125.0, 9091.0, 9095.0, 9088.0, 9093.0, 9106.0, 9102.0, 9125.0, 9102.0, 9126.0, 9108.0, 9132.0, 9131.0, 9188.0, 9168.0, 9182.0, 9152.0, 9183.0, 9152.0, 9202.0, 9162.0, 9190.0, 9125.0, 9177.0, 9142.0, 9184.0, 9140.0, 9176.0, 9119.0, 9122.0, 9118.0, 9150.0, 9119.0, 9121.0, 9117.0, 9141.0, 9136.0, 9128.0, 9122.0, 9140.0, 9137.0, 9158.0, 9193.0, 9142.0, 9176.0, 9124.0, 9135.0, 9126.0, 9155.0, 9124.0, 9124.0, 9155.0, 9111.0, 9137.0, 9139.0, 9149.0, 9141.0, 9158.0, 9148.0, 9162.0, 9132.0, 9162.0, 9181.0, 9162.0, 9171.0, 9144.0, 9168.0, 9154.0, 9145.0, 9210.0, 9131.0, 9180.0, 9126.0, 9178.0, 9149.0, 9163.0, 9168.0, 9191.0, 9168.0, 9166.0, 9124.0, 9157.0, 9167.0, 9155.0, 9188.0, 9170.0, 9244.0, 9240.0, 9155.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.007556277056277055</td></tr>
<tr><td colspan=3>aqi</td><td>0.029658842337662337</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.741671424861316</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3082579297227024</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1304091117244381</td></tr>
<tr><td colspan=3>efc</td><td>0.4413</td></tr>
<tr><td colspan=3>fber</td><td>8134.5933</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.17009564283001968</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>291</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>25.194805194805195</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2998112368718524</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2583917643375626</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5123345764649123</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1287073698130827</td></tr>
<tr><td colspan=3>gcor</td><td>0.015151</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015636878088116646</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024519482627511024</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.023444032993009</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>31.7628</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.1205</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>141.2577</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308959.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>657.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>294.6325</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4254</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>536.8743</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3406.9496</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3566.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67585.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1282.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4466.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>886.2988</td></tr>
<tr><td colspan=3>tsnr</td><td>34.68883464555256</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>