<?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-0021_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-0021_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-0021_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-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0021/figures/sub-0021_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-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021/ses-02/func/sub-0021_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>62595ec2e428ad531f55b71056c07137</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>13:52:29.387500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99709, -0.073896, -0.0187402, 0.0746216, 0.996346, 0.0415377]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0976183</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4145, -7775, -7252, 571, -16, -62, -20, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.491</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d05dada5-396e-4475-a5f5-9e80fd33b413||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.675119161605835, 0.20020417869091034, -0.042126040905714035, 103.12435913085938], [0.1982574462890625, 2.6731247901916504, 0.11560112982988358, -104.11991882324219], [-0.05027851462364197, -0.11144258826971054, 2.697195053100586, -53.94114303588867], [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': ['135229.387500', '135229.847500', '135230.307500', '135230.767500', '135231.227500', '135231.687500', '135232.147500', '135232.607500', '135233.067500', '135233.527500', '135233.987500', '135234.447500', '135234.907500', '135235.367500', '135235.827500', '135236.287500', '135236.747500', '135237.207500', '135237.667500', '135238.127500', '135238.587500', '135239.047500', '135239.507500', '135239.967500', '135240.427500', '135240.887500', '135241.347500', '135241.807500', '135242.267500', '135242.727500', '135243.187500', '135243.647500', '135244.107500', '135244.567500', '135245.027500', '135245.487500', '135245.947500', '135246.407500', '135246.867500', '135247.327500', '135247.787500', '135248.247500', '135248.707500', '135249.167500', '135249.627500', '135250.087500', '135250.547500', '135251.007500', '135251.467500', '135251.927500', '135252.387500', '135252.847500', '135253.307500', '135253.767500', '135254.227500', '135254.687500', '135255.147500', '135255.607500', '135256.067500', '135256.527500', '135256.987500', '135257.447500', '135257.907500', '135258.367500', '135258.827500', '135259.287500', '135259.747500', '135300.207500', '135300.667500', '135301.127500', '135301.587500', '135302.047500', '135302.507500', '135302.967500', '135303.427500', '135303.887500', '135304.347500', '135304.807500', '135305.267500', '135305.727500', '135306.187500', '135306.647500', '135307.107500', '135307.567500', '135308.027500', '135308.487500', '135308.947500', '135309.407500', '135309.867500', '135310.327500', '135310.787500', '135311.247500', '135311.707500', '135312.167500', '135312.627500', '135313.087500', '135313.547500', '135314.007500', '135314.467500', '135314.927500', '135315.387500', '135315.847500', '135316.307500', '135316.767500', '135317.227500', '135317.687500', '135318.147500', '135318.607500', '135319.067500', '135319.527500', '135319.987500', '135320.447500', '135320.907500', '135321.367500', '135321.827500', '135322.287500', '135322.747500', '135323.207500', '135323.667500', '135324.127500', '135324.587500', '135325.047500', '135325.507500', '135325.967500', '135326.427500', '135326.887500', '135327.347500', '135327.807500', '135328.267500', '135328.727500', '135329.187500', '135329.647500', '135330.107500', '135330.567500', '135331.027500', '135331.487500', '135331.947500', '135332.407500', '135332.867500', '135333.327500', '135333.787500', '135334.247500', '135334.707500', '135335.167500', '135335.627500', '135336.087500', '135336.547500', '135337.007500', '135337.467500', '135337.927500', '135338.387500', '135338.847500', '135339.307500', '135339.767500', '135340.227500', '135340.687500', '135341.147500', '135341.607500', '135342.067500', '135342.527500', '135342.987500', '135343.447500', '135343.907500', '135344.367500', '135344.827500', '135345.287500', '135345.747500', '135346.207500', '135346.667500', '135347.127500', '135347.587500', '135348.047500', '135348.507500', '135348.967500', '135349.427500', '135349.887500', '135350.347500', '135350.807500', '135351.267500', '135351.727500', '135352.187500', '135352.647500', '135353.107500', '135353.567500', '135354.027500', '135354.487500', '135354.947500', '135355.407500', '135355.867500', '135356.327500', '135356.787500', '135357.247500', '135357.707500', '135358.167500', '135358.627500', '135359.087500', '135359.547500', '135400.007500', '135400.467500', '135400.927500', '135401.387500', '135401.847500', '135402.307500', '135402.767500', '135403.227500', '135403.687500', '135404.147500', '135404.607500', '135405.067500', '135405.527500', '135405.987500', '135406.447500', '135406.907500', '135407.367500', '135407.827500', '135408.287500', '135408.747500', '135409.207500', '135409.667500', '135410.127500', '135410.587500', '135411.047500', '135411.507500', '135411.967500', '135412.427500', '135412.887500', '135413.347500', '135413.807500', '135414.267500', '135414.727500', '135415.187500', '135415.647500', '135416.107500', '135416.567500', '135417.027500', '135417.487500', '135417.947500', '135418.407500', '135418.867500', '135419.327500', '135419.787500', '135420.247500', '135420.707500', '135421.167500', '135421.627500', '135422.087500', '135422.547500', '135423.007500', '135423.467500', '135423.927500', '135424.387500', '135424.847500', '135425.307500', '135425.767500', '135426.227500', '135426.687500', '135427.147500', '135427.607500', '135428.067500', '135428.527500', '135428.987500', '135429.447500', '135429.907500', '135430.367500', '135430.827500', '135431.287500', '135431.747500', '135432.207500', '135432.667500', '135433.127500', '135433.587500', '135434.047500', '135434.507500', '135434.967500', '135435.427500', '135435.887500', '135436.347500', '135436.807500', '135437.267500', '135437.727500', '135438.187500', '135438.647500', '135439.107500', '135439.567500', '135440.027500', '135440.487500', '135440.947500', '135441.407500', '135441.867500', '135442.327500', '135442.787500', '135443.247500', '135443.707500', '135444.167500', '135444.627500', '135445.087500', '135445.547500', '135446.007500', '135446.467500', '135446.927500', '135447.387500', '135447.847500', '135448.307500', '135448.767500', '135449.227500', '135449.687500', '135450.147500', '135450.607500', '135451.067500', '135451.527500', '135451.987500', '135452.447500', '135452.907500', '135453.367500', '135453.827500', '135454.287500', '135454.747500', '135455.207500', '135455.667500', '135456.127500', '135456.587500', '135457.047500', '135457.507500', '135457.967500', '135458.427500', '135458.887500', '135459.347500', '135459.807500', '135500.267500', '135500.727500', '135501.187500', '135501.647500', '135502.107500', '135502.567500', '135503.027500', '135503.487500', '135503.947500', '135504.407500', '135504.867500', '135505.327500', '135505.787500', '135506.247500', '135506.707500', '135507.167500', '135507.627500', '135508.087500', '135508.547500', '135509.007500', '135509.467500', '135509.927500', '135510.387500', '135510.847500', '135511.307500', '135511.767500', '135512.227500', '135512.687500', '135513.147500', '135513.607500', '135514.067500', '135514.527500', '135514.987500', '135515.447500', '135515.907500', '135516.367500', '135516.827500', '135517.287500', '135517.747500', '135518.207500', '135518.667500', '135519.127500', '135519.587500', '135520.047500', '135520.507500', '135520.967500', '135521.427500', '135521.887500', '135522.347500', '135522.807500', '135523.267500', '135523.727500', '135524.187500', '135524.647500', '135525.107500', '135525.567500', '135526.027500', '135526.487500', '135526.947500', '135527.407500', '135527.867500', '135528.327500', '135528.787500', '135529.247500', '135529.707500', '135530.167500', '135530.627500', '135531.087500', '135531.547500', '135532.007500', '135532.467500', '135532.927500', '135533.387500', '135533.847500', '135534.307500', '135534.767500', '135535.227500', '135535.687500', '135536.147500', '135536.607500', '135537.067500', '135537.527500', '135537.987500', '135538.447500', '135538.907500', '135539.367500', '135539.827500', '135540.287500', '135540.747500', '135541.207500', '135541.667500', '135542.127500', '135542.587500', '135543.047500', '135543.507500', '135543.967500', '135544.427500', '135544.887500', '135545.347500', '135545.807500', '135546.267500', '135546.727500', '135547.187500', '135547.647500', '135548.107500', '135548.567500', '135549.027500', '135549.487500', '135549.947500', '135550.407500', '135550.867500', '135551.327500', '135551.787500', '135552.247500', '135552.707500', '135553.167500', '135553.627500', '135554.087500', '135554.547500', '135555.007500', '135555.467500', '135555.927500', '135556.387500', '135556.847500', '135557.307500', '135557.767500', '135558.227500', '135558.687500', '135559.147500', '135559.607500', '135600.067500', '135600.527500', '135600.987500', '135601.447500', '135601.907500', '135602.367500', '135602.827500', '135603.287500', '135603.747500', '135604.207500', '135604.667500', '135605.127500', '135605.587500', '135606.047500', '135606.507500', '135606.967500', '135607.427500', '135607.887500', '135608.347500', '135608.807500', '135609.267500', '135609.727500', '135610.187500', '135610.647500', '135611.107500', '135611.567500', '135612.027500', '135612.487500', '135612.947500', '135613.407500', '135613.867500', '135614.327500', '135614.787500', '135615.247500', '135615.707500', '135616.167500', '135616.627500', '135617.087500', '135617.547500', '135618.007500', '135618.467500', '135618.927500', '135619.387500', '135619.847500', '135620.307500', '135620.767500', '135621.227500', '135621.687500', '135622.147500', '135622.607500', '135623.067500', '135623.527500', '135623.987500', '135624.447500', '135624.907500', '135625.367500', '135625.827500', '135626.287500', '135626.747500', '135627.207500', '135627.667500', '135628.127500', '135628.587500', '135629.047500', '135629.507500', '135629.967500', '135630.427500', '135630.887500', '135631.347500', '135631.807500', '135632.267500', '135632.727500', '135633.187500', '135633.647500', '135634.107500', '135634.567500', '135635.027500', '135635.487500', '135635.947500', '135636.407500', '135636.867500', '135637.327500', '135637.787500', '135638.247500', '135638.707500', '135639.167500', '135639.627500', '135640.087500', '135640.547500', '135641.007500', '135641.467500', '135641.927500', '135642.387500', '135642.847500', '135643.307500', '135643.767500', '135644.227500', '135644.687500', '135645.147500', '135645.607500', '135646.067500', '135646.527500', '135646.987500', '135647.447500', '135647.907500', '135648.367500', '135648.827500', '135649.287500', '135649.747500', '135650.207500', '135650.667500', '135651.127500', '135651.587500', '135652.047500', '135652.507500', '135652.967500', '135653.427500', '135653.887500', '135654.347500', '135654.807500', '135655.267500', '135655.727500', '135656.187500', '135656.647500', '135657.107500', '135657.567500', '135658.027500', '135658.487500', '135658.947500', '135659.407500', '135659.867500', '135700.327500', '135700.787500', '135701.247500', '135701.707500', '135702.167500', '135702.627500', '135703.087500', '135703.547500', '135704.007500', '135704.467500', '135704.927500', '135705.387500', '135705.847500', '135706.307500', '135706.767500', '135707.227500', '135707.687500', '135708.147500', '135708.607500', '135709.067500', '135709.527500', '135709.987500', '135710.447500', '135710.907500', '135711.367500', '135711.827500', '135712.287500', '135712.747500', '135713.207500', '135713.667500', '135714.127500', '135714.587500', '135715.047500', '135715.507500', '135715.967500', '135716.427500', '135716.887500', '135717.347500', '135717.807500', '135718.267500', '135718.727500', '135719.187500', '135719.647500', '135720.107500', '135720.567500', '135721.027500', '135721.487500', '135721.947500', '135722.407500', '135722.867500', '135723.327500', '135723.787500', '135724.247500', '135724.707500', '135725.167500', '135725.627500', '135726.087500', '135726.547500', '135727.007500', '135727.467500', '135727.927500', '135728.387500', '135728.847500', '135729.307500', '135729.767500', '135730.227500', '135730.687500', '135731.147500', '135731.607500', '135732.067500', '135732.527500', '135732.987500', '135733.447500', '135733.907500', '135734.367500', '135734.827500', '135735.287500', '135735.747500', '135736.207500', '135736.667500', '135737.127500', '135737.587500', '135738.047500', '135738.507500', '135738.967500', '135739.427500', '135739.887500', '135740.347500', '135740.807500', '135741.267500', '135741.727500', '135742.187500', '135742.647500', '135743.107500', '135743.567500', '135744.027500', '135744.487500', '135744.947500', '135745.407500', '135745.867500', '135746.327500', '135746.787500', '135747.247500', '135747.707500', '135748.167500', '135748.627500', '135749.087500', '135749.547500', '135750.007500', '135750.467500', '135750.927500', '135751.387500', '135751.847500', '135752.307500', '135752.767500', '135753.227500', '135753.687500', '135754.147500', '135754.607500', '135755.067500', '135755.527500', '135755.987500', '135756.447500', '135756.907500', '135757.367500', '135757.827500', '135758.287500', '135758.747500', '135759.207500', '135759.667500', '135800.127500', '135800.587500', '135801.047500', '135801.507500', '135801.967500', '135802.427500', '135802.887500', '135803.347500', '135803.807500', '135804.267500', '135804.727500', '135805.187500', '135805.647500', '135806.107500', '135806.567500', '135807.027500', '135807.487500', '135807.947500', '135808.407500', '135808.867500', '135809.327500', '135809.787500', '135810.247500', '135810.707500', '135811.167500', '135811.627500', '135812.087500', '135812.547500', '135813.007500', '135813.467500', '135813.927500', '135814.387500', '135814.847500', '135815.307500', '135815.767500', '135816.227500', '135816.687500', '135817.147500', '135817.607500', '135818.067500', '135818.527500', '135818.987500', '135819.447500', '135819.907500', '135820.367500', '135820.827500', '135821.287500', '135821.747500', '135822.207500', '135822.667500', '135823.127500', '135823.587500', '135824.047500', '135824.507500', '135824.967500', '135825.427500', '135825.887500', '135826.347500', '135826.807500', '135827.267500', '135827.727500', '135828.187500', '135828.647500', '135829.107500', '135829.567500', '135830.027500', '135830.487500', '135830.947500', '135831.407500', '135831.867500', '135832.327500', '135832.787500', '135833.247500', '135833.707500', '135834.167500', '135834.627500', '135835.087500', '135835.547500', '135836.007500', '135836.467500', '135836.927500', '135837.387500', '135837.847500', '135838.307500', '135838.767500', '135839.227500', '135839.687500', '135840.147500', '135840.607500', '135841.067500', '135841.527500', '135841.987500', '135842.447500', '135842.907500', '135843.367500', '135843.827500', '135844.287500', '135844.747500', '135845.207500', '135845.667500', '135846.127500', '135846.587500', '135847.047500', '135847.507500', '135847.967500', '135848.427500', '135848.887500', '135849.347500', '135849.807500', '135850.267500', '135850.727500', '135851.187500', '135851.647500', '135852.107500', '135852.567500', '135853.027500', '135853.487500', '135853.947500', '135854.407500', '135854.867500', '135855.327500', '135855.787500', '135856.247500', '135856.707500', '135857.167500', '135857.627500', '135858.087500', '135858.547500', '135859.007500', '135859.467500', '135859.927500', '135900.387500', '135900.847500', '135901.307500', '135901.767500', '135902.227500', '135902.687500', '135903.147500', '135903.607500', '135904.067500', '135904.527500', '135904.987500', '135905.447500', '135905.907500', '135906.367500', '135906.827500', '135907.287500', '135907.747500', '135908.207500', '135908.667500', '135909.127500', '135909.587500', '135910.047500', '135910.507500', '135910.967500', '135911.427500', '135911.887500', '135912.347500', '135912.807500', '135913.267500', '135913.727500', '135914.187500', '135914.647500', '135915.107500', '135915.567500', '135916.027500', '135916.487500', '135916.947500', '135917.407500', '135917.867500', '135918.327500', '135918.787500', '135919.247500', '135919.707500', '135920.167500', '135920.627500', '135921.087500', '135921.547500', '135922.007500', '135922.467500', '135922.927500', '135923.387500', '135923.847500', '135924.307500', '135924.767500', '135925.227500', '135925.687500', '135926.147500', '135926.607500', '135927.067500', '135927.527500', '135927.987500', '135928.447500', '135928.907500', '135929.367500', '135929.827500', '135930.287500', '135930.747500', '135931.207500', '135931.667500', '135932.127500', '135932.587500', '135933.047500', '135933.507500', '135933.967500', '135934.427500', '135934.887500', '135935.347500', '135935.807500', '135936.267500', '135936.727500', '135937.187500', '135937.647500', '135938.107500', '135938.567500', '135939.027500', '135939.487500', '135939.947500', '135940.407500', '135940.867500', '135941.327500', '135941.787500', '135942.247500', '135942.707500', '135943.167500', '135943.627500', '135944.087500', '135944.547500', '135945.007500', '135945.467500', '135945.927500', '135946.387500', '135946.847500', '135947.307500', '135947.767500', '135948.227500', '135948.687500', '135949.147500', '135949.607500', '135950.067500', '135950.527500', '135950.987500', '135951.447500', '135951.907500', '135952.367500', '135952.827500', '135953.287500', '135953.747500', '135954.207500', '135954.667500', '135955.127500', '135955.587500', '135956.047500', '135956.507500', '135956.967500', '135957.427500', '135957.887500', '135958.347500', '135958.807500', '135959.267500', '135959.727500', '140000.187500', '140000.647500', '140001.107500', '140001.567500', '140002.027500', '140002.487500', '140002.947500', '140003.407500', '140003.867500', '140004.327500', '140004.787500', '140005.247500', '140005.707500', '140006.167500', '140006.627500', '140007.087500', '140007.547500', '140008.007500', '140008.467500', '140008.927500', '140009.387500', '140009.847500', '140010.307500', '140010.767500', '140011.227500', '140011.687500', '140012.147500', '140012.607500', '140013.067500', '140013.527500', '140013.987500', '140014.447500', '140014.907500', '140015.367500', '140015.827500', '140016.287500', '140016.747500', '140017.207500', '140017.667500', '140018.127500', '140018.587500', '140019.047500', '140019.507500', '140019.967500', '140020.427500', '140020.887500', '140021.347500', '140021.807500', '140022.267500', '140022.727500', '140023.187500', '140023.647500', '140024.107500', '140024.567500', '140025.027500', '140025.487500', '140025.947500', '140026.407500', '140026.867500', '140027.327500', '140027.787500', '140028.247500', '140028.707500', '140029.167500', '140029.627500', '140030.087500', '140030.547500', '140031.007500', '140031.467500', '140031.927500', '140032.387500', '140032.847500', '140033.307500', '140033.767500', '140034.227500', '140034.687500', '140035.147500', '140035.607500', '140036.067500', '140036.527500', '140036.987500', '140037.447500', '140037.907500', '140038.367500', '140038.827500', '140039.287500', '140039.747500', '140040.207500', '140040.667500', '140041.127500', '140041.587500', '140042.047500', '140042.507500', '140042.967500', '140043.427500', '140043.887500', '140044.347500', '140044.807500', '140045.267500', '140045.727500', '140046.187500', '140046.647500', '140047.107500', '140047.567500', '140048.027500', '140048.487500', '140048.947500', '140049.407500', '140049.867500', '140050.327500', '140050.787500', '140051.247500', '140051.707500', '140052.167500', '140052.627500', '140053.087500', '140053.547500', '140054.007500', '140054.467500', '140054.927500', '140055.387500', '140055.847500', '140056.307500', '140056.767500', '140057.227500', '140057.687500', '140058.147500', '140058.607500', '140059.067500', '140059.527500', '140059.987500', '140100.447500', '140100.907500', '140101.367500', '140101.827500', '140102.287500', '140102.747500', '140103.207500', '140103.667500', '140104.127500', '140104.587500', '140105.047500', '140105.507500', '140105.967500', '140106.427500', '140106.887500', '140107.347500', '140107.807500', '140108.267500', '140108.727500', '140109.187500', '140109.647500', '140110.107500', '140110.567500', '140111.027500', '140111.487500', '140111.947500', '140112.407500', '140112.867500', '140113.327500', '140113.787500', '140114.247500', '140114.707500', '140115.167500', '140115.627500', '140116.087500', '140116.547500', '140117.007500', '140117.467500', '140117.927500', '140118.387500', '140118.847500', '140119.307500', '140119.767500', '140120.227500', '140120.687500'], 'ContentTime': ['135246.180000', '135246.184000', '135246.187000', '135246.190000', '135246.193000', '135246.196000', '135246.199000', '135246.202000', '135246.205000', '135246.208000', '135246.211000', '135246.216000', '135246.219000', '135246.222000', '135246.225000', '135246.228000', '135246.238000', '135246.242000', '135246.245000', '135246.248000', '135246.251000', '135246.253000', '135246.256000', '135246.259000', '135246.262000', '135246.265000', '135246.268000', '135246.271000', '135246.274000', '135246.276000', '135246.279000', '135246.282000', '135246.285000', '135246.288000', '135306.152000', '135306.155000', '135306.158000', '135306.160000', '135306.163000', '135306.166000', '135306.169000', '135306.172000', '135306.175000', '135306.177000', '135306.180000', '135306.183000', '135306.186000', '135306.189000', '135306.191000', '135306.194000', '135306.197000', '135306.200000', '135306.202000', '135306.205000', '135306.208000', '135306.211000', '135306.214000', '135306.216000', '135306.219000', '135306.222000', '135306.225000', '135306.228000', '135306.230000', '135306.233000', '135306.236000', '135306.239000', '135306.241000', '135306.244000', '135306.247000', '135306.250000', '135306.253000', '135306.255000', '135306.258000', '135306.261000', '135306.264000', '135306.267000', '135306.270000', '135306.272000', '135326.152000', '135326.155000', '135326.158000', '135326.160000', '135326.163000', '135326.166000', '135326.169000', '135326.172000', '135326.174000', '135326.177000', '135326.180000', '135326.183000', '135326.185000', '135326.188000', '135326.191000', '135326.194000', '135326.196000', '135326.199000', '135326.202000', '135326.205000', '135326.222000', '135326.225000', '135326.228000', '135326.231000', '135326.234000', '135326.236000', '135326.239000', '135326.242000', '135326.245000', '135326.248000', '135326.250000', '135326.253000', '135326.256000', '135326.259000', '135326.261000', '135326.264000', '135326.267000', '135326.270000', '135326.273000', '135326.276000', '135326.278000', '135326.281000', '135326.284000', '135346.152000', '135346.155000', '135346.158000', '135346.160000', '135346.163000', '135346.166000', '135346.169000', '135346.172000', '135346.175000', '135346.177000', '135346.180000', '135346.183000', '135346.186000', '135346.188000', '135346.191000', '135346.194000', '135346.197000', '135346.200000', '135346.202000', '135346.205000', '135346.208000', '135346.211000', '135346.214000', '135346.217000', '135346.219000', '135346.222000', '135346.225000', '135346.228000', '135346.231000', '135346.234000', '135346.237000', '135346.240000', '135346.243000', '135346.246000', '135346.249000', '135346.252000', '135346.255000', '135346.258000', '135346.260000', '135346.263000', '135346.266000', '135346.269000', '135346.272000', '135346.274000', '135406.152000', '135406.155000', '135406.158000', '135406.161000', '135406.164000', '135406.167000', '135406.170000', '135406.173000', '135406.176000', '135406.178000', '135406.181000', '135406.184000', '135406.187000', '135406.190000', '135406.192000', '135406.195000', '135406.198000', '135406.201000', '135406.215000', '135406.218000', '135406.221000', '135406.224000', '135406.226000', '135406.229000', '135406.232000', '135406.235000', '135406.238000', '135406.240000', '135406.243000', '135406.246000', '135406.249000', '135406.252000', '135406.254000', '135406.257000', '135406.260000', '135406.263000', '135406.267000', '135406.270000', '135406.273000', '135406.276000', '135406.279000', '135406.282000', '135406.284000', '135426.152000', '135426.155000', '135426.158000', '135426.160000', '135426.163000', '135426.166000', '135426.169000', '135426.172000', '135426.174000', '135426.177000', '135426.180000', '135426.183000', '135426.186000', '135426.188000', '135426.191000', '135426.194000', '135426.197000', '135426.200000', '135426.203000', '135426.205000', '135426.208000', '135426.211000', '135426.214000', '135426.217000', '135426.219000', '135426.222000', '135426.225000', '135426.228000', '135426.231000', '135426.234000', '135426.236000', '135426.239000', '135426.242000', '135426.245000', '135426.248000', '135426.250000', '135426.253000', '135426.256000', '135426.259000', '135426.262000', '135426.265000', '135426.267000', '135426.270000', '135426.273000', '135446.152000', '135446.155000', '135446.158000', '135446.160000', '135446.163000', '135446.166000', '135446.169000', '135446.172000', '135446.175000', '135446.177000', '135446.180000', '135446.183000', '135446.186000', '135446.189000', '135446.191000', '135446.194000', '135446.197000', '135446.200000', '135446.203000', '135446.205000', '135446.208000', '135446.211000', '135446.214000', '135446.217000', '135446.220000', '135446.222000', '135446.225000', '135446.228000', '135446.231000', '135446.234000', '135446.237000', '135446.240000', '135446.242000', '135446.246000', '135446.249000', '135446.252000', '135446.255000', '135446.267000', '135446.270000', '135446.273000', '135446.276000', '135446.278000', '135446.281000', '135506.152000', '135506.155000', '135506.158000', '135506.160000', '135506.163000', '135506.166000', '135506.169000', '135506.172000', '135506.175000', '135506.177000', '135506.180000', '135506.183000', '135506.186000', '135506.189000', '135506.197000', '135506.200000', '135506.203000', '135506.206000', '135506.209000', '135506.211000', '135506.214000', '135506.217000', '135506.220000', '135506.223000', '135506.226000', '135506.228000', '135506.231000', '135506.234000', '135506.237000', '135506.240000', '135506.243000', '135506.245000', '135506.248000', '135506.251000', '135506.254000', '135506.257000', '135506.260000', '135506.263000', '135506.265000', '135506.268000', '135506.271000', '135506.274000', '135506.277000', '135506.280000', '135526.152000', '135526.155000', '135526.158000', '135526.161000', '135526.164000', '135526.166000', '135526.169000', '135526.172000', '135526.175000', '135526.178000', '135526.181000', '135526.183000', '135526.186000', '135526.189000', '135526.192000', '135526.196000', '135526.199000', '135526.202000', '135526.205000', '135526.208000', '135526.210000', '135526.213000', '135526.216000', '135526.219000', '135526.222000', '135526.225000', '135526.227000', '135526.230000', '135526.233000', '135526.236000', '135526.239000', '135526.242000', '135526.244000', '135526.247000', '135526.250000', '135526.253000', '135526.256000', '135526.259000', '135526.262000', '135526.266000', '135526.269000', '135526.272000', '135526.275000', '135546.159000', '135546.162000', '135546.165000', '135546.167000', '135546.170000', '135546.173000', '135546.176000', '135546.179000', '135546.182000', '135546.184000', '135546.187000', '135546.190000', '135546.193000', '135546.196000', '135546.199000', '135546.201000', '135546.204000', '135546.207000', '135546.210000', '135546.218000', '135546.221000', '135546.224000', '135546.227000', '135546.229000', '135546.232000', '135546.235000', '135546.238000', '135546.241000', '135546.244000', '135546.246000', '135546.249000', '135546.252000', '135546.255000', '135546.258000', '135546.261000', '135546.264000', '135546.267000', '135546.270000', '135546.273000', '135546.276000', '135546.279000', '135546.282000', '135546.284000', '135546.287000', '135606.152000', '135606.155000', '135606.158000', '135606.161000', '135606.163000', '135606.166000', '135606.169000', '135606.172000', '135606.175000', '135606.178000', '135606.180000', '135606.183000', '135606.186000', '135606.189000', '135606.192000', '135606.194000', '135606.197000', '135606.200000', '135606.203000', '135606.206000', '135606.209000', '135606.212000', '135606.214000', '135606.217000', '135606.220000', '135606.223000', '135606.226000', '135606.229000', '135606.232000', '135606.235000', '135606.237000', '135606.240000', '135606.243000', '135606.246000', '135606.249000', '135606.252000', '135606.254000', '135606.257000', '135606.260000', '135606.263000', '135606.266000', '135606.272000', '135606.275000', '135626.152000', '135626.155000', '135626.158000', '135626.160000', '135626.163000', '135626.166000', '135626.169000', '135626.172000', '135626.175000', '135626.177000', '135626.180000', '135626.183000', '135626.186000', '135626.189000', '135626.191000', '135626.194000', '135626.197000', '135626.200000', '135626.203000', '135626.206000', '135626.209000', '135626.211000', '135626.214000', '135626.217000', '135626.220000', '135626.223000', '135626.225000', '135626.228000', '135626.231000', '135626.234000', '135626.237000', '135626.240000', '135626.242000', '135626.245000', '135626.248000', '135626.251000', '135626.254000', '135626.256000', '135626.259000', '135626.262000', '135626.265000', '135626.268000', '135626.271000', '135626.277000', '135646.152000', '135646.155000', '135646.158000', '135646.160000', '135646.163000', '135646.166000', '135646.169000', '135646.172000', '135646.175000', '135646.177000', '135646.180000', '135646.183000', '135646.186000', '135646.189000', '135646.192000', '135646.194000', '135646.197000', '135646.200000', '135646.203000', '135646.206000', '135646.217000', '135646.219000', '135646.222000', '135646.225000', '135646.228000', '135646.232000', '135646.235000', '135646.238000', '135646.241000', '135646.253000', '135646.256000', '135646.258000', '135646.261000', '135646.264000', '135646.267000', '135646.270000', '135646.273000', '135646.276000', '135646.279000', '135646.282000', '135646.285000', '135646.288000', '135646.291000', '135706.152000', '135706.155000', '135706.158000', '135706.161000', '135706.163000', '135706.166000', '135706.169000', '135706.172000', '135706.175000', '135706.177000', '135706.180000', '135706.183000', '135706.186000', '135706.189000', '135706.192000', '135706.194000', '135706.197000', '135706.200000', '135706.203000', '135706.206000', '135706.208000', '135706.211000', '135706.214000', '135706.217000', '135706.220000', '135706.231000', '135706.234000', '135706.237000', '135706.240000', '135706.242000', '135706.245000', '135706.248000', '135706.251000', '135706.254000', '135706.256000', '135706.259000', '135706.262000', '135706.265000', '135706.268000', '135706.271000', '135706.273000', '135706.284000', '135706.287000', '135706.290000', '135726.152000', '135726.155000', '135726.158000', '135726.161000', '135726.163000', '135726.166000', '135726.169000', '135726.172000', '135726.175000', '135726.178000', '135726.180000', '135726.183000', '135726.186000', '135726.189000', '135726.192000', '135726.194000', '135726.197000', '135726.200000', '135726.203000', '135726.206000', '135726.209000', '135726.212000', '135726.215000', '135726.217000', '135726.220000', '135726.223000', '135726.226000', '135726.229000', '135726.232000', '135726.234000', '135726.237000', '135726.240000', '135726.243000', '135726.246000', '135726.249000', '135726.252000', '135726.254000', '135726.257000', '135726.260000', '135726.263000', '135726.266000', '135726.269000', '135726.271000', '135746.152000', '135746.155000', '135746.158000', '135746.161000', '135746.163000', '135746.166000', '135746.169000', '135746.172000', '135746.175000', '135746.178000', '135746.180000', '135746.183000', '135746.186000', '135746.189000', '135746.192000', '135746.195000', '135746.198000', '135746.200000', '135746.203000', '135746.206000', '135746.209000', '135746.212000', '135746.215000', '135746.217000', '135746.220000', '135746.223000', '135746.226000', '135746.229000', '135746.232000', '135746.234000', '135746.237000', '135746.240000', '135746.243000', '135746.246000', '135746.249000', '135746.251000', '135746.254000', '135746.257000', '135746.260000', '135746.263000', '135746.266000', '135746.269000', '135746.272000', '135746.274000', '135806.152000', '135806.155000', '135806.158000', '135806.161000', '135806.171000', '135806.174000', '135806.176000', '135806.179000', '135806.182000', '135806.185000', '135806.188000', '135806.191000', '135806.194000', '135806.196000', '135806.199000', '135806.202000', '135806.205000', '135806.208000', '135806.210000', '135806.213000', '135806.216000', '135806.219000', '135806.222000', '135806.225000', '135806.227000', '135806.230000', '135806.233000', '135806.236000', '135806.239000', '135806.242000', '135806.244000', '135806.247000', '135806.250000', '135806.253000', '135806.256000', '135806.258000', '135806.261000', '135806.264000', '135806.267000', '135806.271000', '135806.274000', '135806.277000', '135806.280000', '135826.152000', '135826.155000', '135826.158000', '135826.161000', '135826.163000', '135826.166000', '135826.169000', '135826.172000', '135826.175000', '135826.178000', '135826.181000', '135826.184000', '135826.187000', '135826.189000', '135826.192000', '135826.195000', '135826.198000', '135826.201000', '135826.203000', '135826.206000', '135826.209000', '135826.212000', '135826.215000', '135826.218000', '135826.221000', '135826.223000', '135826.228000', '135826.231000', '135826.234000', '135826.237000', '135826.239000', '135826.242000', '135826.245000', '135826.248000', '135826.251000', '135826.254000', '135826.256000', '135826.259000', '135826.262000', '135826.265000', '135826.268000', '135826.271000', '135826.273000', '135846.152000', '135846.155000', '135846.158000', '135846.160000', '135846.163000', '135846.166000', '135846.169000', '135846.172000', '135846.175000', '135846.178000', '135846.180000', '135846.183000', '135846.186000', '135846.189000', '135846.192000', '135846.194000', '135846.197000', '135846.200000', '135846.203000', '135846.206000', '135846.208000', '135846.211000', '135846.214000', '135846.217000', '135846.220000', '135846.223000', '135846.225000', '135846.228000', '135846.231000', '135846.234000', '135846.237000', '135846.240000', '135846.242000', '135846.245000', '135846.248000', '135846.251000', '135846.254000', '135846.257000', '135846.259000', '135846.262000', '135846.265000', '135846.268000', '135846.271000', '135846.274000', '135906.152000', '135906.155000', '135906.158000', '135906.161000', '135906.163000', '135906.166000', '135906.169000', '135906.172000', '135906.175000', '135906.178000', '135906.180000', '135906.183000', '135906.186000', '135906.189000', '135906.192000', '135906.195000', '135906.198000', '135906.200000', '135906.203000', '135906.206000', '135906.209000', '135906.212000', '135906.215000', '135906.217000', '135906.220000', '135906.223000', '135906.226000', '135906.229000', '135906.231000', '135906.234000', '135906.237000', '135906.240000', '135906.243000', '135906.246000', '135906.248000', '135906.251000', '135906.254000', '135906.257000', '135906.260000', '135906.262000', '135906.265000', '135906.268000', '135906.271000', '135906.274000', '135926.152000', '135926.155000', '135926.158000', '135926.161000', '135926.164000', '135926.167000', '135926.169000', '135926.172000', '135926.175000', '135926.178000', '135926.181000', '135926.183000', '135926.186000', '135926.189000', '135926.192000', '135926.195000', '135926.198000', '135926.200000', '135926.203000', '135926.206000', '135926.209000', '135926.212000', '135926.215000', '135926.218000', '135926.220000', '135926.223000', '135926.226000', '135926.229000', '135926.232000', '135926.235000', '135926.237000', '135926.240000', '135926.243000', '135926.246000', '135926.249000', '135926.252000', '135926.254000', '135926.257000', '135926.260000', '135926.263000', '135926.266000', '135926.268000', '135926.271000', '135946.152000', '135946.155000', '135946.160000', '135946.163000', '135946.179000', '135946.182000', '135946.185000', '135946.188000', '135946.190000', '135946.193000', '135946.196000', '135946.199000', '135946.202000', '135946.205000', '135946.207000', '135946.210000', '135946.213000', '135946.216000', '135946.219000', '135946.222000', '135946.225000', '135946.227000', '135946.230000', '135946.233000', '135946.236000', '135946.239000', '135946.242000', '135946.244000', '135946.247000', '135946.250000', '135946.253000', '135946.256000', '135946.259000', '135946.262000', '135946.264000', '135946.267000', '135946.270000', '135946.273000', '135946.276000', '135946.279000', '135946.282000', '135946.284000', '135946.287000', '140006.152000', '140006.155000', '140006.158000', '140006.161000', '140006.164000', '140006.166000', '140006.169000', '140006.172000', '140006.175000', '140006.178000', '140006.181000', '140006.183000', '140006.186000', '140006.189000', '140006.192000', '140006.195000', '140006.198000', '140006.200000', '140006.203000', '140006.206000', '140006.209000', '140006.212000', '140006.215000', '140006.221000', '140006.224000', '140006.227000', '140006.229000', '140006.232000', '140006.235000', '140006.238000', '140006.241000', '140006.244000', '140006.247000', '140006.249000', '140006.252000', '140006.255000', '140006.258000', '140006.261000', '140006.263000', '140006.266000', '140006.269000', '140006.272000', '140006.275000', '140006.278000', '140026.152000', '140026.155000', '140026.158000', '140026.161000', '140026.164000', '140026.167000', '140026.170000', '140026.173000', '140026.176000', '140026.178000', '140026.181000', '140026.184000', '140026.187000', '140026.190000', '140026.193000', '140026.195000', '140026.198000', '140026.201000', '140026.204000', '140026.207000', '140026.210000', '140026.213000', '140026.215000', '140026.218000', '140026.221000', '140026.224000', '140026.227000', '140026.229000', '140026.232000', '140026.235000', '140026.238000', '140026.241000', '140026.244000', '140026.247000', '140026.250000', '140026.252000', '140026.255000', '140026.258000', '140026.261000', '140026.264000', '140026.266000', '140026.269000', '140026.272000', '140046.152000', '140046.155000', '140046.158000', '140046.161000', '140046.163000', '140046.166000', '140046.169000', '140046.172000', '140046.175000', '140046.178000', '140046.181000', '140046.183000', '140046.186000', '140046.189000', '140046.192000', '140046.195000', '140046.198000', '140046.200000', '140046.203000', '140046.206000', '140046.209000', '140046.212000', '140046.214000', '140046.217000', '140046.220000', '140046.223000', '140046.226000', '140046.229000', '140046.231000', '140046.234000', '140046.237000', '140046.240000', '140046.243000', '140046.246000', '140046.248000', '140046.251000', '140046.254000', '140046.257000', '140046.260000', '140046.263000', '140046.266000', '140046.268000', '140046.271000', '140046.274000', '140106.152000', '140106.156000', '140106.159000', '140106.162000', '140106.164000', '140106.167000', '140106.170000', '140106.173000', '140106.176000', '140106.179000', '140106.182000', '140106.184000', '140106.187000', '140106.190000', '140106.193000', '140106.196000', '140106.199000', '140106.202000', '140106.205000', '140106.208000', '140106.210000', '140106.213000', '140106.216000', '140106.219000', '140106.222000', '140106.225000', '140106.227000', '140106.230000', '140106.233000', '140106.236000', '140106.239000', '140106.242000', '140106.245000', '140106.247000', '140106.250000', '140106.253000', '140106.262000', '140106.264000', '140106.267000', '140106.270000', '140106.273000', '140106.276000', '140106.279000', '140121.886000', '140121.889000', '140121.892000', '140121.895000', '140121.898000', '140121.901000', '140121.904000', '140121.907000', '140121.910000', '140121.913000', '140121.916000', '140121.919000', '140121.922000', '140121.924000', '140121.927000', '140121.930000', '140121.933000', '140121.936000', '140121.939000', '140121.942000', '140121.945000', '140121.947000', '140121.950000', '140121.953000', '140121.956000', '140121.959000', '140121.962000', '140121.965000', '140121.968000', '140121.970000', '140121.973000', '140121.976000', '140121.979000', '140121.982000', '140121.984000'], 'InstanceCreationTime': ['135246.180000', '135246.184000', '135246.187000', '135246.190000', '135246.193000', '135246.196000', '135246.199000', '135246.202000', '135246.205000', '135246.208000', '135246.211000', '135246.216000', '135246.219000', '135246.222000', '135246.225000', '135246.228000', '135246.238000', '135246.242000', '135246.245000', '135246.248000', '135246.251000', '135246.253000', '135246.256000', '135246.259000', '135246.262000', '135246.265000', '135246.268000', '135246.271000', '135246.274000', '135246.276000', '135246.279000', '135246.282000', '135246.285000', '135246.288000', '135306.152000', '135306.155000', '135306.158000', '135306.160000', '135306.163000', '135306.166000', '135306.169000', '135306.172000', '135306.175000', '135306.177000', '135306.180000', '135306.183000', '135306.186000', '135306.189000', '135306.191000', '135306.194000', '135306.197000', '135306.200000', '135306.202000', '135306.205000', '135306.208000', '135306.211000', '135306.214000', '135306.216000', '135306.219000', '135306.222000', '135306.225000', '135306.228000', '135306.230000', '135306.233000', '135306.236000', '135306.239000', '135306.241000', '135306.244000', '135306.247000', '135306.250000', '135306.253000', '135306.255000', '135306.258000', '135306.261000', '135306.264000', '135306.267000', '135306.270000', '135306.272000', '135326.152000', '135326.155000', '135326.158000', '135326.160000', '135326.163000', '135326.166000', '135326.169000', '135326.172000', '135326.174000', '135326.177000', '135326.180000', '135326.183000', '135326.185000', '135326.188000', '135326.191000', '135326.194000', '135326.196000', '135326.199000', '135326.202000', '135326.205000', '135326.222000', '135326.225000', '135326.228000', '135326.231000', '135326.234000', '135326.236000', '135326.239000', '135326.242000', '135326.245000', '135326.248000', '135326.250000', '135326.253000', '135326.256000', '135326.259000', '135326.261000', '135326.264000', '135326.267000', '135326.270000', '135326.273000', '135326.276000', '135326.278000', '135326.281000', '135326.284000', '135346.152000', '135346.155000', '135346.158000', '135346.160000', '135346.163000', '135346.166000', '135346.169000', '135346.172000', '135346.175000', '135346.177000', '135346.180000', '135346.183000', '135346.186000', '135346.188000', '135346.191000', '135346.194000', '135346.197000', '135346.200000', '135346.202000', '135346.205000', '135346.208000', '135346.211000', '135346.214000', '135346.217000', '135346.219000', '135346.222000', '135346.225000', '135346.228000', '135346.231000', '135346.234000', '135346.237000', '135346.240000', '135346.243000', '135346.246000', '135346.249000', '135346.252000', '135346.255000', '135346.258000', '135346.260000', '135346.263000', '135346.266000', '135346.269000', '135346.272000', '135346.274000', '135406.152000', '135406.155000', '135406.158000', '135406.161000', '135406.164000', '135406.167000', '135406.170000', '135406.173000', '135406.176000', '135406.178000', '135406.181000', '135406.184000', '135406.187000', '135406.190000', '135406.192000', '135406.195000', '135406.198000', '135406.201000', '135406.215000', '135406.218000', '135406.221000', '135406.224000', '135406.226000', '135406.229000', '135406.232000', '135406.235000', '135406.238000', '135406.240000', '135406.243000', '135406.246000', '135406.249000', '135406.252000', '135406.254000', '135406.257000', '135406.260000', '135406.263000', '135406.267000', '135406.270000', '135406.273000', '135406.276000', '135406.279000', '135406.282000', '135406.284000', '135426.152000', '135426.155000', '135426.158000', '135426.160000', '135426.163000', '135426.166000', '135426.169000', '135426.172000', '135426.174000', '135426.177000', '135426.180000', '135426.183000', '135426.186000', '135426.188000', '135426.191000', '135426.194000', '135426.197000', '135426.200000', '135426.203000', '135426.205000', '135426.208000', '135426.211000', '135426.214000', '135426.217000', '135426.219000', '135426.222000', '135426.225000', '135426.228000', '135426.231000', '135426.234000', '135426.236000', '135426.239000', '135426.242000', '135426.245000', '135426.248000', '135426.250000', '135426.253000', '135426.256000', '135426.259000', '135426.262000', '135426.265000', '135426.267000', '135426.270000', '135426.273000', '135446.152000', '135446.155000', '135446.158000', '135446.160000', '135446.163000', '135446.166000', '135446.169000', '135446.172000', '135446.175000', '135446.177000', '135446.180000', '135446.183000', '135446.186000', '135446.189000', '135446.191000', '135446.194000', '135446.197000', '135446.200000', '135446.203000', '135446.205000', '135446.208000', '135446.211000', '135446.214000', '135446.217000', '135446.220000', '135446.222000', '135446.225000', '135446.228000', '135446.231000', '135446.234000', '135446.237000', '135446.240000', '135446.242000', '135446.246000', '135446.249000', '135446.252000', '135446.255000', '135446.267000', '135446.270000', '135446.273000', '135446.276000', '135446.278000', '135446.281000', '135506.152000', '135506.155000', '135506.158000', '135506.160000', '135506.163000', '135506.166000', '135506.169000', '135506.172000', '135506.175000', '135506.177000', '135506.180000', '135506.183000', '135506.186000', '135506.189000', '135506.197000', '135506.200000', '135506.203000', '135506.206000', '135506.209000', '135506.211000', '135506.214000', '135506.217000', '135506.220000', '135506.223000', '135506.226000', '135506.228000', '135506.231000', '135506.234000', '135506.237000', '135506.240000', '135506.243000', '135506.245000', '135506.248000', '135506.251000', '135506.254000', '135506.257000', '135506.260000', '135506.263000', '135506.265000', '135506.268000', '135506.271000', '135506.274000', '135506.277000', '135506.280000', '135526.152000', '135526.155000', '135526.158000', '135526.161000', '135526.164000', '135526.166000', '135526.169000', '135526.172000', '135526.175000', '135526.178000', '135526.181000', '135526.183000', '135526.186000', '135526.189000', '135526.192000', '135526.196000', '135526.199000', '135526.202000', '135526.205000', '135526.208000', '135526.210000', '135526.213000', '135526.216000', '135526.219000', '135526.222000', '135526.225000', '135526.227000', '135526.230000', '135526.233000', '135526.236000', '135526.239000', '135526.242000', '135526.244000', '135526.247000', '135526.250000', '135526.253000', '135526.256000', '135526.259000', '135526.262000', '135526.266000', '135526.269000', '135526.272000', '135526.275000', '135546.159000', '135546.162000', '135546.165000', '135546.167000', '135546.170000', '135546.173000', '135546.176000', '135546.179000', '135546.182000', '135546.184000', '135546.187000', '135546.190000', '135546.193000', '135546.196000', '135546.199000', '135546.201000', '135546.204000', '135546.207000', '135546.210000', '135546.218000', '135546.221000', '135546.224000', '135546.227000', '135546.229000', '135546.232000', '135546.235000', '135546.238000', '135546.241000', '135546.244000', '135546.246000', '135546.249000', '135546.252000', '135546.255000', '135546.258000', '135546.261000', '135546.264000', '135546.267000', '135546.270000', '135546.273000', '135546.276000', '135546.279000', '135546.282000', '135546.284000', '135546.287000', '135606.152000', '135606.155000', '135606.158000', '135606.161000', '135606.163000', '135606.166000', '135606.169000', '135606.172000', '135606.175000', '135606.178000', '135606.180000', '135606.183000', '135606.186000', '135606.189000', '135606.192000', '135606.194000', '135606.197000', '135606.200000', '135606.203000', '135606.206000', '135606.209000', '135606.212000', '135606.214000', '135606.217000', '135606.220000', '135606.223000', '135606.226000', '135606.229000', '135606.232000', '135606.235000', '135606.237000', '135606.240000', '135606.243000', '135606.246000', '135606.249000', '135606.252000', '135606.254000', '135606.257000', '135606.260000', '135606.263000', '135606.266000', '135606.272000', '135606.275000', '135626.152000', '135626.155000', '135626.158000', '135626.160000', '135626.163000', '135626.166000', '135626.169000', '135626.172000', '135626.175000', '135626.177000', '135626.180000', '135626.183000', '135626.186000', '135626.189000', '135626.191000', '135626.194000', '135626.197000', '135626.200000', '135626.203000', '135626.206000', '135626.209000', '135626.211000', '135626.214000', '135626.217000', '135626.220000', '135626.223000', '135626.225000', '135626.228000', '135626.231000', '135626.234000', '135626.237000', '135626.240000', '135626.242000', '135626.245000', '135626.248000', '135626.251000', '135626.254000', '135626.256000', '135626.259000', '135626.262000', '135626.265000', '135626.268000', '135626.271000', '135626.277000', '135646.152000', '135646.155000', '135646.158000', '135646.160000', '135646.163000', '135646.166000', '135646.169000', '135646.172000', '135646.175000', '135646.177000', '135646.180000', '135646.183000', '135646.186000', '135646.189000', '135646.192000', '135646.194000', '135646.197000', '135646.200000', '135646.203000', '135646.206000', '135646.217000', '135646.219000', '135646.222000', '135646.225000', '135646.228000', '135646.232000', '135646.235000', '135646.238000', '135646.241000', '135646.253000', '135646.256000', '135646.258000', '135646.261000', '135646.264000', '135646.267000', '135646.270000', '135646.273000', '135646.276000', '135646.279000', '135646.282000', '135646.285000', '135646.288000', '135646.291000', '135706.152000', '135706.155000', '135706.158000', '135706.161000', '135706.163000', '135706.166000', '135706.169000', '135706.172000', '135706.175000', '135706.177000', '135706.180000', '135706.183000', '135706.186000', '135706.189000', '135706.192000', '135706.194000', '135706.197000', '135706.200000', '135706.203000', '135706.206000', '135706.208000', '135706.211000', '135706.214000', '135706.217000', '135706.220000', '135706.231000', '135706.234000', '135706.237000', '135706.240000', '135706.242000', '135706.245000', '135706.248000', '135706.251000', '135706.254000', '135706.256000', '135706.259000', '135706.262000', '135706.265000', '135706.268000', '135706.271000', '135706.273000', '135706.284000', '135706.287000', '135706.290000', '135726.152000', '135726.155000', '135726.158000', '135726.161000', '135726.163000', '135726.166000', '135726.169000', '135726.172000', '135726.175000', '135726.178000', '135726.180000', '135726.183000', '135726.186000', '135726.189000', '135726.192000', '135726.194000', '135726.197000', '135726.200000', '135726.203000', '135726.206000', '135726.209000', '135726.212000', '135726.215000', '135726.217000', '135726.220000', '135726.223000', '135726.226000', '135726.229000', '135726.232000', '135726.234000', '135726.237000', '135726.240000', '135726.243000', '135726.246000', '135726.249000', '135726.252000', '135726.254000', '135726.257000', '135726.260000', '135726.263000', '135726.266000', '135726.269000', '135726.271000', '135746.152000', '135746.155000', '135746.158000', '135746.161000', '135746.163000', '135746.166000', '135746.169000', '135746.172000', '135746.175000', '135746.178000', '135746.180000', '135746.183000', '135746.186000', '135746.189000', '135746.192000', '135746.195000', '135746.198000', '135746.200000', '135746.203000', '135746.206000', '135746.209000', '135746.212000', '135746.215000', '135746.217000', '135746.220000', '135746.223000', '135746.226000', '135746.229000', '135746.232000', '135746.234000', '135746.237000', '135746.240000', '135746.243000', '135746.246000', '135746.249000', '135746.251000', '135746.254000', '135746.257000', '135746.260000', '135746.263000', '135746.266000', '135746.269000', '135746.272000', '135746.274000', '135806.152000', '135806.155000', '135806.158000', '135806.161000', '135806.171000', '135806.174000', '135806.176000', '135806.179000', '135806.182000', '135806.185000', '135806.188000', '135806.191000', '135806.194000', '135806.196000', '135806.199000', '135806.202000', '135806.205000', '135806.208000', '135806.210000', '135806.213000', '135806.216000', '135806.219000', '135806.222000', '135806.225000', '135806.227000', '135806.230000', '135806.233000', '135806.236000', '135806.239000', '135806.242000', '135806.244000', '135806.247000', '135806.250000', '135806.253000', '135806.256000', '135806.258000', '135806.261000', '135806.264000', '135806.267000', '135806.271000', '135806.274000', '135806.277000', '135806.280000', '135826.152000', '135826.155000', '135826.158000', '135826.161000', '135826.163000', '135826.166000', '135826.169000', '135826.172000', '135826.175000', '135826.178000', '135826.181000', '135826.184000', '135826.187000', '135826.189000', '135826.192000', '135826.195000', '135826.198000', '135826.201000', '135826.203000', '135826.206000', '135826.209000', '135826.212000', '135826.215000', '135826.218000', '135826.221000', '135826.223000', '135826.228000', '135826.231000', '135826.234000', '135826.237000', '135826.239000', '135826.242000', '135826.245000', '135826.248000', '135826.251000', '135826.254000', '135826.256000', '135826.259000', '135826.262000', '135826.265000', '135826.268000', '135826.271000', '135826.273000', '135846.152000', '135846.155000', '135846.158000', '135846.160000', '135846.163000', '135846.166000', '135846.169000', '135846.172000', '135846.175000', '135846.178000', '135846.180000', '135846.183000', '135846.186000', '135846.189000', '135846.192000', '135846.194000', '135846.197000', '135846.200000', '135846.203000', '135846.206000', '135846.208000', '135846.211000', '135846.214000', '135846.217000', '135846.220000', '135846.223000', '135846.225000', '135846.228000', '135846.231000', '135846.234000', '135846.237000', '135846.240000', '135846.242000', '135846.245000', '135846.248000', '135846.251000', '135846.254000', '135846.257000', '135846.259000', '135846.262000', '135846.265000', '135846.268000', '135846.271000', '135846.274000', '135906.152000', '135906.155000', '135906.158000', '135906.161000', '135906.163000', '135906.166000', '135906.169000', '135906.172000', '135906.175000', '135906.178000', '135906.180000', '135906.183000', '135906.186000', '135906.189000', '135906.192000', '135906.195000', '135906.198000', '135906.200000', '135906.203000', '135906.206000', '135906.209000', '135906.212000', '135906.215000', '135906.217000', '135906.220000', '135906.223000', '135906.226000', '135906.229000', '135906.231000', '135906.234000', '135906.237000', '135906.240000', '135906.243000', '135906.246000', '135906.248000', '135906.251000', '135906.254000', '135906.257000', '135906.260000', '135906.262000', '135906.265000', '135906.268000', '135906.271000', '135906.274000', '135926.152000', '135926.155000', '135926.158000', '135926.161000', '135926.164000', '135926.167000', '135926.169000', '135926.172000', '135926.175000', '135926.178000', '135926.181000', '135926.183000', '135926.186000', '135926.189000', '135926.192000', '135926.195000', '135926.198000', '135926.200000', '135926.203000', '135926.206000', '135926.209000', '135926.212000', '135926.215000', '135926.218000', '135926.220000', '135926.223000', '135926.226000', '135926.229000', '135926.232000', '135926.235000', '135926.237000', '135926.240000', '135926.243000', '135926.246000', '135926.249000', '135926.252000', '135926.254000', '135926.257000', '135926.260000', '135926.263000', '135926.266000', '135926.268000', '135926.271000', '135946.152000', '135946.155000', '135946.160000', '135946.163000', '135946.179000', '135946.182000', '135946.185000', '135946.188000', '135946.190000', '135946.193000', '135946.196000', '135946.199000', '135946.202000', '135946.205000', '135946.207000', '135946.210000', '135946.213000', '135946.216000', '135946.219000', '135946.222000', '135946.225000', '135946.227000', '135946.230000', '135946.233000', '135946.236000', '135946.239000', '135946.242000', '135946.244000', '135946.247000', '135946.250000', '135946.253000', '135946.256000', '135946.259000', '135946.262000', '135946.264000', '135946.267000', '135946.270000', '135946.273000', '135946.276000', '135946.279000', '135946.282000', '135946.284000', '135946.287000', '140006.152000', '140006.155000', '140006.158000', '140006.161000', '140006.164000', '140006.166000', '140006.169000', '140006.172000', '140006.175000', '140006.178000', '140006.181000', '140006.183000', '140006.186000', '140006.189000', '140006.192000', '140006.195000', '140006.198000', '140006.200000', '140006.203000', '140006.206000', '140006.209000', '140006.212000', '140006.215000', '140006.221000', '140006.224000', '140006.227000', '140006.229000', '140006.232000', '140006.235000', '140006.238000', '140006.241000', '140006.244000', '140006.247000', '140006.249000', '140006.252000', '140006.255000', '140006.258000', '140006.261000', '140006.263000', '140006.266000', '140006.269000', '140006.272000', '140006.275000', '140006.278000', '140026.152000', '140026.155000', '140026.158000', '140026.161000', '140026.164000', '140026.167000', '140026.170000', '140026.173000', '140026.176000', '140026.178000', '140026.181000', '140026.184000', '140026.187000', '140026.190000', '140026.193000', '140026.195000', '140026.198000', '140026.201000', '140026.204000', '140026.207000', '140026.210000', '140026.213000', '140026.215000', '140026.218000', '140026.221000', '140026.224000', '140026.227000', '140026.229000', '140026.232000', '140026.235000', '140026.238000', '140026.241000', '140026.244000', '140026.247000', '140026.250000', '140026.252000', '140026.255000', '140026.258000', '140026.261000', '140026.264000', '140026.266000', '140026.269000', '140026.272000', '140046.152000', '140046.155000', '140046.158000', '140046.161000', '140046.163000', '140046.166000', '140046.169000', '140046.172000', '140046.175000', '140046.178000', '140046.181000', '140046.183000', '140046.186000', '140046.189000', '140046.192000', '140046.195000', '140046.198000', '140046.200000', '140046.203000', '140046.206000', '140046.209000', '140046.212000', '140046.214000', '140046.217000', '140046.220000', '140046.223000', '140046.226000', '140046.229000', '140046.231000', '140046.234000', '140046.237000', '140046.240000', '140046.243000', '140046.246000', '140046.248000', '140046.251000', '140046.254000', '140046.257000', '140046.260000', '140046.263000', '140046.266000', '140046.268000', '140046.271000', '140046.274000', '140106.152000', '140106.156000', '140106.159000', '140106.162000', '140106.164000', '140106.167000', '140106.170000', '140106.173000', '140106.176000', '140106.179000', '140106.182000', '140106.184000', '140106.187000', '140106.190000', '140106.193000', '140106.196000', '140106.199000', '140106.202000', '140106.205000', '140106.208000', '140106.210000', '140106.213000', '140106.216000', '140106.219000', '140106.222000', '140106.225000', '140106.227000', '140106.230000', '140106.233000', '140106.236000', '140106.239000', '140106.242000', '140106.245000', '140106.247000', '140106.250000', '140106.253000', '140106.262000', '140106.264000', '140106.267000', '140106.270000', '140106.273000', '140106.276000', '140106.279000', '140121.886000', '140121.889000', '140121.892000', '140121.895000', '140121.898000', '140121.901000', '140121.904000', '140121.907000', '140121.910000', '140121.913000', '140121.916000', '140121.919000', '140121.922000', '140121.924000', '140121.927000', '140121.930000', '140121.933000', '140121.936000', '140121.939000', '140121.942000', '140121.945000', '140121.947000', '140121.950000', '140121.953000', '140121.956000', '140121.959000', '140121.962000', '140121.965000', '140121.968000', '140121.970000', '140121.973000', '140121.976000', '140121.979000', '140121.982000', '140121.984000'], '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': [14101, 11669, 11229, 10939, 11634, 13188, 11782, 14583, 11541, 12846, 11535, 14536, 11593, 11613, 11865, 11556, 15015, 11760, 13528, 11587, 11315, 11805, 12494, 10752, 11553, 15409, 11723, 13498, 11898, 13704, 11840, 11652, 14496, 11393, 14311, 11758, 15304, 11309, 11258, 11479, 11481, 13599, 11239, 11796, 11187, 11080, 10924, 11504, 14138, 11456, 14153, 11078, 10949, 11156, 11354, 13754, 11335, 14653, 10893, 10825, 11130, 11189, 13583, 11382, 12465, 11241, 10531, 11201, 10956, 13463, 11030, 14206, 11405, 12762, 11323, 13537, 11250, 13787, 16160, 11249, 14790, 11122, 17374, 11012, 15409, 10980, 10763, 11570, 10972, 14437, 12554, 11243, 11575, 11464, 11044, 14471, 11060, 15273, 11258, 15761, 10631, 11919, 12190, 11118, 15283, 10639, 13796, 10930, 15528, 11492, 12279, 11346, 11017, 11881, 10407, 15733, 11707, 15594, 13179, 11066, 11511, 11052, 12711, 11724, 10650, 16627, 13215, 13933, 13679, 10594, 15910, 10992, 14786, 15558, 11707, 15865, 12847, 15769, 12465, 15290, 10649, 12319, 11280, 11184, 15993, 11227, 15607, 10492, 13155, 10757, 11598, 10823, 10902, 14704, 10202, 15210, 10506, 13228, 10962, 11059, 12832, 10322, 15735, 10289, 12353, 10507, 11104, 11266, 9992, 11509, 11035, 11263, 10262, 10927, 10026, 14297, 10061, 16581, 12783, 14331, 10124, 14459, 10081, 13008, 10502, 15199, 10801, 11712, 14830, 10652, 16791, 13075, 16530, 10613, 13620, 10226, 11984, 10710, 15886, 12681, 15159, 12581, 11992, 12032, 11725, 11610, 13265, 11412, 12014, 10737, 11724, 11216, 11911, 11236, 13988, 11234, 15862, 11217, 15833, 11369, 11631, 12284, 11024, 14664, 11102, 11276, 11253, 10607, 11295, 10107, 11155, 9909, 12946, 10601, 11935, 10871, 11622, 12197, 11277, 10552, 11531, 10280, 14136, 11874, 13150, 10569, 13647, 10888, 17981, 11043, 15831, 14660, 11642, 15838, 11395, 14094, 10816, 10665, 15852, 11319, 15565, 10850, 11713, 15291, 10441, 14637, 10695, 11764, 10720, 10382, 15608, 10596, 11915, 10993, 10523, 11926, 10589, 12199, 10816, 11885, 11029, 10234, 11626, 10406, 12500, 10893, 10804, 11240, 10556, 13518, 10700, 12567, 9755, 10091, 9629, 9619, 9484, 9965, 9225, 9790, 12327, 10168, 13629, 10264, 14518, 9805, 13795, 13729, 14041, 18680, 13944, 18893, 13427, 17084, 17951, 13086, 20752, 13044, 15885, 10817, 12782, 16044, 10818, 20798, 13349, 16115, 10855, 15319, 10951, 12481, 10343, 12496, 13846, 9272, 13239, 11588, 12179, 10516, 10600, 15229, 10598, 17037, 11402, 11644, 10153, 12039, 10857, 15881, 10986, 18230, 11772, 17451, 11394, 14108, 10777, 13270, 10088, 14233, 10552, 15652, 10044, 13540, 10078, 11029, 10700, 10925, 10518, 10934, 11127, 10666, 12299, 10576, 11882, 10366, 11333, 14481, 11180, 17658, 11219, 13929, 10886, 12486, 10314, 11375, 16476, 11026, 17155, 11304, 13521, 10772, 12308, 10277, 10757, 12792, 9813, 10873, 9831, 11079, 11976, 10746, 12300, 10315, 15388, 10956, 14552, 11470, 16120, 10506, 11731, 12106, 11668, 17609, 12032, 15994, 12087, 16654, 10921, 14300, 15558, 12391, 17844, 11401, 14679, 11284, 12923, 11774, 11567, 11523, 11755, 11329, 11592, 11387, 11307, 11481, 16759, 11538, 13872, 11264, 11840, 11956, 11918, 18455, 11675, 14987, 11559, 13134, 11288, 11841, 18496, 11678, 16494, 11392, 13654, 10706, 12421, 10490, 11647, 11246, 11868, 11733, 12035, 11444, 13907, 11368, 15643, 11258, 15740, 11044, 14814, 11377, 12753, 11780, 11040, 13937, 11141, 15059, 11676, 12575, 11210, 11558, 11241, 12089, 11362, 11292, 11715, 12476, 11993, 11673, 11940, 12201, 12607, 12265, 13326, 11597, 18752, 11911, 18819, 12194, 18544, 15386, 14596, 21617, 14049, 18941, 12327, 17780, 10632, 13085, 14303, 10860, 18835, 11271, 13870, 10555, 11392, 13182, 10582, 16337, 10892, 13174, 10303, 11556, 10775, 10753, 16324, 11220, 13404, 11714, 12164, 11326, 11099, 13147, 10817, 10437, 10633, 10097, 11686, 10843, 10848, 10529, 12733, 10996, 15264, 10720, 12008, 10688, 12310, 11100, 13012, 11262, 13580, 12754, 14357, 16972, 13669, 17854, 14045, 15436, 12263, 12456, 18350, 12592, 14637, 10800, 12148, 15718, 10936, 14313, 10821, 11604, 10868, 10458, 15263, 11032, 11524, 11042, 10621, 13064, 10575, 11906, 11067, 11664, 11203, 11528, 10906, 11571, 10812, 11621, 10601, 11269, 10827, 12121, 10652, 13758, 10432, 13563, 10666, 14744, 10965, 13347, 13293, 12223, 17153, 12566, 15982, 11231, 14538, 11430, 12731, 16323, 11578, 16202, 10641, 14151, 10713, 13227, 10461, 13118, 10749, 12259, 10690, 11988, 11096, 11669, 10867, 11605, 11007, 11426, 13992, 10422, 14709, 10256, 14577, 11085, 11839, 16368, 10751, 14268, 10363, 12989, 10825, 11120, 15406, 10918, 11322, 10936, 11180, 11201, 10921, 10963, 14495, 10396, 13865, 9859, 13622, 10046, 13727, 10306, 12422, 10788, 11688, 15816, 11661, 15370, 10577, 14294, 10464, 15593, 11733, 16068, 10653, 12086, 10450, 14166, 10697, 17092, 10691, 14579, 11008, 17255, 10120, 13331, 13924, 12084, 17254, 11802, 14814, 10145, 13380, 10080, 11670, 10590, 12922, 9994, 13566, 9905, 13808, 9941, 13705, 9618, 12863, 10108, 12501, 10112, 14060, 9982, 13055, 10209, 13890, 10176, 15201, 15639, 12146, 16537, 12454, 14833, 10901, 13231, 11038, 12072, 16187, 11249, 14562, 9545, 12678, 9962, 11191, 15680, 10834, 13739, 9292, 11946, 10031, 11569, 9812, 11728, 10152, 10623, 10235, 10536, 11549, 10255, 10449, 10880, 10099, 10718, 14181, 9934, 12457, 10017, 12861, 10085, 12183, 9861, 11451, 15428, 10939, 15102, 11921, 14052, 11264, 12545, 10573, 11848, 9278, 9398, 18061, 10016, 10747, 11991, 9619, 16222, 9585, 16602, 9684, 14901, 10187, 13515, 12696, 12388, 18291, 11892, 20245, 11759, 12594, 11096, 10363, 12006, 9872, 12738, 9651, 14344, 9713, 13412, 10388, 13645, 9269, 13156, 9726, 12279, 10139, 11644, 19446, 10549, 16681, 10956, 13612, 9971, 11900, 18806, 10617, 13869, 10053, 13763, 9360, 12102, 10359, 11481, 10481, 11903, 12596, 10846, 15953, 10953, 14173, 9936, 12900, 10208, 10777, 17074, 11903, 16992, 12777, 15476, 10770, 13895, 9931, 14355, 10244, 13805, 9189, 12567, 9846, 10986, 15536, 12802, 14263, 10163, 13055, 9394, 13155, 9717, 11099, 16046, 12871, 14600, 10550, 12303, 9443, 10956, 12868, 10400, 15185, 10094, 11940, 9249, 11780, 9575, 10935, 11908, 10153, 13756, 10319, 14529, 9256, 11907, 9398, 11774, 9748, 11191, 9662, 11548, 11241, 11083, 12443, 11550, 17332, 11010, 15342, 15234, 12801, 16847, 12577, 18380, 11245, 16141, 18195, 12823, 16582, 12440, 16428, 12913, 11691, 16841, 12636, 14832, 10333, 12054, 9742, 10802, 12855, 10244, 14312, 9755, 11080, 9906, 10619, 10250, 9937, 12608, 9651, 12467, 9686, 11008, 10204, 9945, 11257, 9751, 13679, 9778, 12476, 10179, 10829, 9975, 10216, 14946, 10192, 12997, 10369, 11356, 10501, 11080, 11395, 10311, 13894, 10003, 11794, 10004, 10414, 9893, 10224, 9967, 14881, 10197, 14039, 9891, 13886, 10139, 13420, 10298, 11298, 13128, 11091, 16003, 10620, 14633, 9874, 13143, 10985, 11231, 13254, 10424, 15451, 10513, 13857, 10248, 9397, 11307, 10981, 11682, 11572, 11211, 9846, 11890, 12410, 11689, 14536, 11928, 18294, 12039, 17036, 12466, 16810, 11770, 16678, 12129, 14707, 14006, 11312, 17261, 11180, 13351, 11646, 10552, 11422, 11049, 15612, 11624, 17595, 10953, 11660, 11140, 11627, 11607, 11261, 11658, 9958, 11865, 11352, 13748, 11560, 13031, 11837, 11195, 13716, 11538, 12916, 11683, 11122, 15002, 11172, 13286, 11334, 10549, 11924, 11464, 12105, 11189, 13737, 11553, 11687, 11350, 10575, 12156, 11378, 13538, 11332, 14417, 11557, 11736, 11771, 11173, 16781, 11361, 14582, 11453, 11841, 11563, 11234, 17352, 11317, 14811, 9761, 12562, 10249, 12591, 10591, 13581, 10501, 13103, 10576, 12875, 10682, 14121, 10694, 11372, 11264, 10186, 16402, 11608, 13609, 10376, 11880, 10629, 10045, 15525, 10304, 12928, 10242, 11038, 13959, 10077, 13962, 10206, 11972, 10636, 10100, 11858, 10617, 11341, 10392, 11392, 10381, 11310, 10329, 11089, 10093, 11769, 9877, 15136, 10138, 13908, 10487, 12770, 13023, 10454, 17329, 12276, 14793, 10577, 11349, 16108, 10905, 14544, 10407, 11948, 10997, 10711, 16173, 11376, 14563, 10650, 13223, 11064, 12109, 11205, 10587, 11670, 10709, 12280, 10820, 14536, 11036, 11846, 11532, 10600, 14561, 10811, 14876, 11265, 12557, 11532, 10917, 12855, 10603, 15910], 'WindowCenter': [4854.0, 4801.0, 4774.0, 4764.0, 4757.0, 4752.0, 4742.0, 4765.0, 4742.0, 4748.0, 4729.0, 4748.0, 4727.0, 4727.0, 4731.0, 4740.0, 4758.0, 4739.0, 4747.0, 4729.0, 4728.0, 4728.0, 4739.0, 4720.0, 4729.0, 4756.0, 4728.0, 4749.0, 4729.0, 4749.0, 4725.0, 4732.0, 4748.0, 4728.0, 4747.0, 4726.0, 4746.0, 4715.0, 4724.0, 4716.0, 4728.0, 4745.0, 4728.0, 4738.0, 4728.0, 4729.0, 4727.0, 4740.0, 4759.0, 4741.0, 4765.0, 4730.0, 4729.0, 4733.0, 4733.0, 4752.0, 4743.0, 4773.0, 4731.0, 4735.0, 4736.0, 4747.0, 4763.0, 4742.0, 4751.0, 4745.0, 4745.0, 4743.0, 4744.0, 4752.0, 4747.0, 4762.0, 4743.0, 4752.0, 4744.0, 4768.0, 4742.0, 4762.0, 4771.0, 4731.0, 4765.0, 4734.0, 4771.0, 4722.0, 4787.0, 4759.0, 4749.0, 4743.0, 4737.0, 4764.0, 4758.0, 4739.0, 4744.0, 4745.0, 4746.0, 4764.0, 4742.0, 4770.0, 4746.0, 4775.0, 4731.0, 4745.0, 4741.0, 4744.0, 4765.0, 4737.0, 4780.0, 4743.0, 4771.0, 4747.0, 4743.0, 4729.0, 4730.0, 4740.0, 4733.0, 4762.0, 4739.0, 4772.0, 4766.0, 4730.0, 4740.0, 4732.0, 4756.0, 4742.0, 4738.0, 4759.0, 4743.0, 4748.0, 4754.0, 4718.0, 4757.0, 4730.0, 4761.0, 4756.0, 4727.0, 4745.0, 4723.0, 4734.0, 4713.0, 4733.0, 4697.0, 4709.0, 4698.0, 4700.0, 4720.0, 4686.0, 4722.0, 4677.0, 4704.0, 4687.0, 4696.0, 4687.0, 4685.0, 4706.0, 4676.0, 4721.0, 4677.0, 4699.0, 4690.0, 4689.0, 4695.0, 4677.0, 4720.0, 4691.0, 4700.0, 4685.0, 4701.0, 4717.0, 4721.0, 4727.0, 4717.0, 4708.0, 4702.0, 4713.0, 4707.0, 4734.0, 4695.0, 4751.0, 4728.0, 4736.0, 4708.0, 4735.0, 4703.0, 4722.0, 4706.0, 4736.0, 4706.0, 4717.0, 4730.0, 4701.0, 4746.0, 4721.0, 4740.0, 4704.0, 4724.0, 4706.0, 4710.0, 4720.0, 4760.0, 4727.0, 4732.0, 4724.0, 4711.0, 4716.0, 4710.0, 4717.0, 4710.0, 4699.0, 4709.0, 4702.0, 4715.0, 4701.0, 4711.0, 4707.0, 4723.0, 4700.0, 4733.0, 4700.0, 4733.0, 4701.0, 4703.0, 4704.0, 4691.0, 4721.0, 4702.0, 4712.0, 4733.0, 4718.0, 4713.0, 4713.0, 4712.0, 4709.0, 4726.0, 4720.0, 4742.0, 4749.0, 4731.0, 4742.0, 4741.0, 4732.0, 4747.0, 4735.0, 4763.0, 4747.0, 4749.0, 4732.0, 4756.0, 4733.0, 4781.0, 4733.0, 4759.0, 4747.0, 4717.0, 4752.0, 4714.0, 4736.0, 4704.0, 4704.0, 4743.0, 4702.0, 4744.0, 4701.0, 4713.0, 4737.0, 4703.0, 4736.0, 4702.0, 4714.0, 4702.0, 4701.0, 4730.0, 4703.0, 4713.0, 4705.0, 4715.0, 4730.0, 4723.0, 4741.0, 4730.0, 4742.0, 4730.0, 4729.0, 4747.0, 4737.0, 4750.0, 4733.0, 4746.0, 4746.0, 4735.0, 4757.0, 4744.0, 4766.0, 4763.0, 4762.0, 4761.0, 4751.0, 4753.0, 4776.0, 4766.0, 4778.0, 4825.0, 4816.0, 4846.0, 4819.0, 4846.0, 4793.0, 4834.0, 4823.0, 4832.0, 4842.0, 4808.0, 4840.0, 4798.0, 4820.0, 4814.0, 4768.0, 4794.0, 4753.0, 4762.0, 4723.0, 4754.0, 4759.0, 4733.0, 4803.0, 4755.0, 4732.0, 4704.0, 4744.0, 4707.0, 4725.0, 4720.0, 4753.0, 4790.0, 4804.0, 4837.0, 4776.0, 4756.0, 4734.0, 4752.0, 4759.0, 4704.0, 4789.0, 4757.0, 4742.0, 4738.0, 4752.0, 4746.0, 4774.0, 4734.0, 4773.0, 4733.0, 4772.0, 4732.0, 4749.0, 4721.0, 4742.0, 4723.0, 4750.0, 4722.0, 4761.0, 4727.0, 4739.0, 4712.0, 4708.0, 4720.0, 4734.0, 4734.0, 4745.0, 4759.0, 4748.0, 4760.0, 4748.0, 4759.0, 4737.0, 4749.0, 4776.0, 4747.0, 4785.0, 4746.0, 4768.0, 4736.0, 4757.0, 4725.0, 4746.0, 4775.0, 4735.0, 4785.0, 4734.0, 4753.0, 4733.0, 4744.0, 4753.0, 4775.0, 4785.0, 4765.0, 4748.0, 4736.0, 4745.0, 4756.0, 4748.0, 4772.0, 4764.0, 4804.0, 4777.0, 4833.0, 4787.0, 4829.0, 4764.0, 4773.0, 4785.0, 4785.0, 4812.0, 4775.0, 4793.0, 4761.0, 4818.0, 4766.0, 4794.0, 4789.0, 4759.0, 4802.0, 4793.0, 4780.0, 4719.0, 4725.0, 4718.0, 4719.0, 4732.0, 4748.0, 4744.0, 4746.0, 4765.0, 4760.0, 4776.0, 4847.0, 4837.0, 4871.0, 4834.0, 4804.0, 4777.0, 4778.0, 4803.0, 4790.0, 4795.0, 4764.0, 4772.0, 4760.0, 4762.0, 4787.0, 4736.0, 4748.0, 4719.0, 4742.0, 4713.0, 4744.0, 4727.0, 4734.0, 4734.0, 4746.0, 4749.0, 4761.0, 4748.0, 4771.0, 4775.0, 4791.0, 4765.0, 4779.0, 4754.0, 4781.0, 4752.0, 4770.0, 4760.0, 4752.0, 4784.0, 4761.0, 4793.0, 4790.0, 4788.0, 4793.0, 4790.0, 4777.0, 4785.0, 4774.0, 4776.0, 4803.0, 4798.0, 4801.0, 4791.0, 4800.0, 4814.0, 4811.0, 4802.0, 4810.0, 4806.0, 4852.0, 4802.0, 4841.0, 4789.0, 4829.0, 4796.0, 4798.0, 4825.0, 4783.0, 4801.0, 4762.0, 4790.0, 4727.0, 4745.0, 4752.0, 4724.0, 4770.0, 4723.0, 4754.0, 4723.0, 4732.0, 4742.0, 4722.0, 4773.0, 4733.0, 4742.0, 4721.0, 4742.0, 4733.0, 4735.0, 4775.0, 4746.0, 4765.0, 4757.0, 4759.0, 4747.0, 4778.0, 4784.0, 4752.0, 4741.0, 4740.0, 4738.0, 4764.0, 4763.0, 4779.0, 4794.0, 4790.0, 4792.0, 4822.0, 4781.0, 4802.0, 4782.0, 4800.0, 4792.0, 4798.0, 4782.0, 4799.0, 4789.0, 4812.0, 4810.0, 4787.0, 4809.0, 4774.0, 4776.0, 4750.0, 4749.0, 4778.0, 4747.0, 4758.0, 4715.0, 4733.0, 4753.0, 4725.0, 4754.0, 4726.0, 4737.0, 4726.0, 4727.0, 4764.0, 4726.0, 4734.0, 4735.0, 4737.0, 4755.0, 4741.0, 4750.0, 4779.0, 4765.0, 4769.0, 4765.0, 4756.0, 4753.0, 4757.0, 4768.0, 4769.0, 4769.0, 4782.0, 4779.0, 4773.0, 4789.0, 4772.0, 4789.0, 4761.0, 4800.0, 4769.0, 4791.0, 4780.0, 4771.0, 4800.0, 4768.0, 4786.0, 4744.0, 4773.0, 4741.0, 4753.0, 4772.0, 4751.0, 4781.0, 4733.0, 4771.0, 4727.0, 4761.0, 4731.0, 4759.0, 4737.0, 4752.0, 4742.0, 4762.0, 4755.0, 4765.0, 4757.0, 4766.0, 4752.0, 4768.0, 4775.0, 4756.0, 4787.0, 4745.0, 4790.0, 4758.0, 4765.0, 4798.0, 4758.0, 4786.0, 4745.0, 4778.0, 4771.0, 4769.0, 4785.0, 4757.0, 4756.0, 4772.0, 4766.0, 4769.0, 4760.0, 4759.0, 4786.0, 4760.0, 4790.0, 4749.0, 4788.0, 4748.0, 4786.0, 4748.0, 4776.0, 4758.0, 4767.0, 4788.0, 4768.0, 4788.0, 4760.0, 4806.0, 4793.0, 4822.0, 4788.0, 4804.0, 4762.0, 4771.0, 4746.0, 4762.0, 4735.0, 4773.0, 4735.0, 4776.0, 4742.0, 4786.0, 4732.0, 4765.0, 4760.0, 4743.0, 4770.0, 4741.0, 4763.0, 4721.0, 4762.0, 4728.0, 4725.0, 4729.0, 4748.0, 4718.0, 4747.0, 4731.0, 4760.0, 4745.0, 4775.0, 4737.0, 4768.0, 4749.0, 4766.0, 4747.0, 4788.0, 4748.0, 4776.0, 4745.0, 4775.0, 4746.0, 4785.0, 4786.0, 4756.0, 4783.0, 4754.0, 4762.0, 4727.0, 4749.0, 4730.0, 4737.0, 4767.0, 4729.0, 4757.0, 4722.0, 4749.0, 4717.0, 4740.0, 4767.0, 4738.0, 4761.0, 4718.0, 4741.0, 4720.0, 4743.0, 4734.0, 4753.0, 4743.0, 4742.0, 4743.0, 4759.0, 4756.0, 4758.0, 4757.0, 4768.0, 4758.0, 4766.0, 4787.0, 4751.0, 4780.0, 4751.0, 4778.0, 4758.0, 4782.0, 4749.0, 4771.0, 4799.0, 4772.0, 4801.0, 4783.0, 4786.0, 4694.0, 4847.0, 4823.0, 4812.0, 4767.0, 4757.0, 4824.0, 4765.0, 4776.0, 4812.0, 4768.0, 4826.0, 4757.0, 4818.0, 4753.0, 4805.0, 4753.0, 4780.0, 4767.0, 4770.0, 4798.0, 4761.0, 4809.0, 4772.0, 4768.0, 4760.0, 4752.0, 4782.0, 4767.0, 4796.0, 4767.0, 4806.0, 4754.0, 4798.0, 4766.0, 4805.0, 4772.0, 4796.0, 4755.0, 4785.0, 4763.0, 4774.0, 4824.0, 4765.0, 4814.0, 4764.0, 4794.0, 4752.0, 4773.0, 4824.0, 4775.0, 4793.0, 4755.0, 4792.0, 4766.0, 4810.0, 4765.0, 4772.0, 4763.0, 4782.0, 4782.0, 4772.0, 4800.0, 4761.0, 4788.0, 4749.0, 4779.0, 4764.0, 4803.0, 4828.0, 4781.0, 4795.0, 4751.0, 4767.0, 4757.0, 4776.0, 4744.0, 4786.0, 4750.0, 4774.0, 4727.0, 4754.0, 4720.0, 4744.0, 4770.0, 4765.0, 4761.0, 4733.0, 4764.0, 4724.0, 4760.0, 4724.0, 4742.0, 4771.0, 4742.0, 4762.0, 4722.0, 4741.0, 4707.0, 4729.0, 4738.0, 4727.0, 4761.0, 4734.0, 4755.0, 4734.0, 4755.0, 4752.0, 4771.0, 4768.0, 4751.0, 4777.0, 4762.0, 4776.0, 4738.0, 4766.0, 4747.0, 4790.0, 4771.0, 4788.0, 4766.0, 4768.0, 4786.0, 4789.0, 4814.0, 4816.0, 4859.0, 4810.0, 4823.0, 4810.0, 4786.0, 4810.0, 4776.0, 4817.0, 4765.0, 4795.0, 4793.0, 4764.0, 4783.0, 4749.0, 4769.0, 4744.0, 4736.0, 4768.0, 4737.0, 4746.0, 4714.0, 4723.0, 4701.0, 4724.0, 4730.0, 4714.0, 4756.0, 4715.0, 4738.0, 4717.0, 4726.0, 4726.0, 4727.0, 4747.0, 4727.0, 4757.0, 4728.0, 4753.0, 4743.0, 4742.0, 4752.0, 4746.0, 4784.0, 4742.0, 4776.0, 4743.0, 4754.0, 4746.0, 4756.0, 4793.0, 4769.0, 4801.0, 4772.0, 4778.0, 4758.0, 4767.0, 4765.0, 4754.0, 4786.0, 4758.0, 4778.0, 4764.0, 4772.0, 4763.0, 4761.0, 4759.0, 4812.0, 4772.0, 4801.0, 4752.0, 4787.0, 4759.0, 4789.0, 4758.0, 4770.0, 4775.0, 4767.0, 4797.0, 4757.0, 4787.0, 4747.0, 4775.0, 4756.0, 4755.0, 4777.0, 4745.0, 4785.0, 4757.0, 4775.0, 4747.0, 4752.0, 4783.0, 4784.0, 4791.0, 4781.0, 4780.0, 4771.0, 4794.0, 4792.0, 4780.0, 4801.0, 4783.0, 4819.0, 4770.0, 4797.0, 4768.0, 4795.0, 4755.0, 4785.0, 4743.0, 4764.0, 4747.0, 4726.0, 4765.0, 4727.0, 4736.0, 4726.0, 4715.0, 4723.0, 4729.0, 4756.0, 4742.0, 4779.0, 4726.0, 4738.0, 4740.0, 4739.0, 4741.0, 4742.0, 4742.0, 4734.0, 4751.0, 4755.0, 4775.0, 4755.0, 4766.0, 4752.0, 4755.0, 4761.0, 4754.0, 4765.0, 4753.0, 4760.0, 4800.0, 4762.0, 4766.0, 4745.0, 4733.0, 4742.0, 4751.0, 4754.0, 4758.0, 4763.0, 4753.0, 4751.0, 4755.0, 4748.0, 4756.0, 4756.0, 4768.0, 4759.0, 4777.0, 4758.0, 4756.0, 4754.0, 4747.0, 4785.0, 4744.0, 4775.0, 4746.0, 4742.0, 4739.0, 4742.0, 4782.0, 4746.0, 4790.0, 4762.0, 4790.0, 4744.0, 4766.0, 4757.0, 4760.0, 4729.0, 4760.0, 4742.0, 4776.0, 4743.0, 4773.0, 4755.0, 4766.0, 4755.0, 4746.0, 4785.0, 4754.0, 4775.0, 4732.0, 4753.0, 4740.0, 4733.0, 4784.0, 4744.0, 4764.0, 4731.0, 4745.0, 4770.0, 4733.0, 4775.0, 4734.0, 4755.0, 4758.0, 4755.0, 4753.0, 4742.0, 4728.0, 4714.0, 4740.0, 4743.0, 4767.0, 4761.0, 4766.0, 4760.0, 4771.0, 4761.0, 4798.0, 4759.0, 4789.0, 4748.0, 4774.0, 4777.0, 4747.0, 4799.0, 4767.0, 4777.0, 4735.0, 4747.0, 4772.0, 4743.0, 4763.0, 4732.0, 4742.0, 4757.0, 4771.0, 4793.0, 4753.0, 4769.0, 4728.0, 4762.0, 4754.0, 4754.0, 4738.0, 4744.0, 4754.0, 4759.0, 4767.0, 4756.0, 4785.0, 4758.0, 4769.0, 4766.0, 4759.0, 4788.0, 4764.0, 4798.0, 4769.0, 4782.0, 4768.0, 4766.0, 4777.0, 4760.0, 4800.0], 'WindowWidth': [10578.0, 10482.0, 10431.0, 10407.0, 10389.0, 10375.0, 10358.0, 10388.0, 10355.0, 10361.0, 10332.0, 10359.0, 10327.0, 10328.0, 10335.0, 10347.0, 10373.0, 10344.0, 10355.0, 10331.0, 10331.0, 10327.0, 10344.0, 10318.0, 10330.0, 10369.0, 10329.0, 10360.0, 10328.0, 10358.0, 10322.0, 10334.0, 10355.0, 10328.0, 10354.0, 10321.0, 10349.0, 10306.0, 10320.0, 10308.0, 10327.0, 10349.0, 10328.0, 10342.0, 10328.0, 10333.0, 10329.0, 10349.0, 10375.0, 10352.0, 10387.0, 10334.0, 10334.0, 10338.0, 10340.0, 10367.0, 10358.0, 10399.0, 10339.0, 10346.0, 10346.0, 10363.0, 10384.0, 10355.0, 10367.0, 10360.0, 10364.0, 10358.0, 10361.0, 10369.0, 10364.0, 10381.0, 10356.0, 10368.0, 10359.0, 10396.0, 10355.0, 10382.0, 10395.0, 10338.0, 10387.0, 10345.0, 10394.0, 10325.0, 10429.0, 10391.0, 10372.0, 10354.0, 10349.0, 10386.0, 10383.0, 10348.0, 10358.0, 10360.0, 10363.0, 10388.0, 10357.0, 10395.0, 10361.0, 10402.0, 10338.0, 10362.0, 10351.0, 10357.0, 10388.0, 10349.0, 10418.0, 10358.0, 10396.0, 10364.0, 10357.0, 10332.0, 10334.0, 10347.0, 10341.0, 10381.0, 10348.0, 10395.0, 10391.0, 10335.0, 10348.0, 10338.0, 10374.0, 10354.0, 10350.0, 10376.0, 10352.0, 10354.0, 10368.0, 10315.0, 10369.0, 10332.0, 10376.0, 10369.0, 10325.0, 10353.0, 10315.0, 10335.0, 10299.0, 10325.0, 10276.0, 10289.0, 10274.0, 10277.0, 10304.0, 10254.0, 10307.0, 10240.0, 10275.0, 10255.0, 10266.0, 10253.0, 10250.0, 10277.0, 10236.0, 10301.0, 10238.0, 10269.0, 10258.0, 10257.0, 10261.0, 10238.0, 10302.0, 10261.0, 10272.0, 10250.0, 10276.0, 10313.0, 10323.0, 10325.0, 10309.0, 10293.0, 10283.0, 10299.0, 10295.0, 10329.0, 10277.0, 10355.0, 10325.0, 10332.0, 10296.0, 10332.0, 10289.0, 10311.0, 10292.0, 10331.0, 10289.0, 10307.0, 10320.0, 10283.0, 10348.0, 10311.0, 10335.0, 10287.0, 10314.0, 10291.0, 10292.0, 10319.0, 10371.0, 10318.0, 10323.0, 10314.0, 10293.0, 10300.0, 10289.0, 10304.0, 10288.0, 10271.0, 10285.0, 10279.0, 10298.0, 10279.0, 10292.0, 10289.0, 10307.0, 10274.0, 10324.0, 10274.0, 10321.0, 10275.0, 10278.0, 10280.0, 10261.0, 10303.0, 10278.0, 10298.0, 10338.0, 10317.0, 10303.0, 10302.0, 10300.0, 10301.0, 10320.0, 10320.0, 10355.0, 10370.0, 10332.0, 10350.0, 10349.0, 10340.0, 10360.0, 10348.0, 10382.0, 10362.0, 10359.0, 10337.0, 10373.0, 10339.0, 10405.0, 10336.0, 10371.0, 10351.0, 10309.0, 10363.0, 10302.0, 10334.0, 10285.0, 10287.0, 10342.0, 10282.0, 10342.0, 10280.0, 10298.0, 10333.0, 10284.0, 10331.0, 10282.0, 10300.0, 10280.0, 10280.0, 10321.0, 10284.0, 10299.0, 10287.0, 10304.0, 10326.0, 10322.0, 10346.0, 10333.0, 10351.0, 10334.0, 10334.0, 10361.0, 10350.0, 10363.0, 10342.0, 10362.0, 10359.0, 10345.0, 10379.0, 10361.0, 10393.0, 10404.0, 10400.0, 10401.0, 10382.0, 10389.0, 10425.0, 10413.0, 10434.0, 10508.0, 10501.0, 10542.0, 10513.0, 10541.0, 10464.0, 10523.0, 10500.0, 10515.0, 10529.0, 10476.0, 10530.0, 10459.0, 10501.0, 10474.0, 10404.0, 10440.0, 10371.0, 10388.0, 10330.0, 10377.0, 10374.0, 10344.0, 10451.0, 10377.0, 10324.0, 10290.0, 10344.0, 10297.0, 10321.0, 10325.0, 10372.0, 10437.0, 10495.0, 10530.0, 10422.0, 10378.0, 10344.0, 10382.0, 10372.0, 10287.0, 10429.0, 10383.0, 10353.0, 10356.0, 10369.0, 10365.0, 10399.0, 10344.0, 10399.0, 10342.0, 10396.0, 10340.0, 10360.0, 10322.0, 10352.0, 10327.0, 10361.0, 10324.0, 10378.0, 10341.0, 10341.0, 10309.0, 10298.0, 10318.0, 10342.0, 10345.0, 10364.0, 10387.0, 10369.0, 10389.0, 10369.0, 10387.0, 10353.0, 10373.0, 10405.0, 10368.0, 10420.0, 10366.0, 10398.0, 10350.0, 10380.0, 10333.0, 10364.0, 10402.0, 10345.0, 10416.0, 10345.0, 10370.0, 10341.0, 10358.0, 10386.0, 10424.0, 10435.0, 10411.0, 10374.0, 10353.0, 10363.0, 10381.0, 10372.0, 10409.0, 10405.0, 10461.0, 10428.0, 10518.0, 10442.0, 10504.0, 10402.0, 10412.0, 10433.0, 10435.0, 10474.0, 10417.0, 10442.0, 10392.0, 10488.0, 10408.0, 10446.0, 10429.0, 10385.0, 10457.0, 10453.0, 10417.0, 10310.0, 10315.0, 10310.0, 10312.0, 10336.0, 10362.0, 10359.0, 10364.0, 10396.0, 10391.0, 10420.0, 10540.0, 10537.0, 10599.0, 10533.0, 10471.0, 10423.0, 10421.0, 10452.0, 10445.0, 10445.0, 10396.0, 10409.0, 10390.0, 10396.0, 10421.0, 10343.0, 10352.0, 10311.0, 10350.0, 10307.0, 10354.0, 10331.0, 10341.0, 10342.0, 10361.0, 10368.0, 10385.0, 10368.0, 10403.0, 10417.0, 10432.0, 10398.0, 10411.0, 10381.0, 10417.0, 10376.0, 10401.0, 10384.0, 10379.0, 10424.0, 10392.0, 10437.0, 10444.0, 10438.0, 10452.0, 10444.0, 10424.0, 10432.0, 10417.0, 10424.0, 10470.0, 10456.0, 10463.0, 10450.0, 10463.0, 10485.0, 10479.0, 10469.0, 10479.0, 10478.0, 10538.0, 10466.0, 10524.0, 10443.0, 10505.0, 10448.0, 10454.0, 10493.0, 10426.0, 10455.0, 10392.0, 10436.0, 10337.0, 10362.0, 10366.0, 10328.0, 10396.0, 10326.0, 10372.0, 10328.0, 10341.0, 10353.0, 10326.0, 10399.0, 10342.0, 10356.0, 10325.0, 10356.0, 10342.0, 10349.0, 10405.0, 10367.0, 10392.0, 10380.0, 10386.0, 10367.0, 10428.0, 10427.0, 10378.0, 10363.0, 10358.0, 10354.0, 10396.0, 10395.0, 10427.0, 10456.0, 10443.0, 10450.0, 10490.0, 10431.0, 10464.0, 10439.0, 10461.0, 10447.0, 10455.0, 10433.0, 10456.0, 10439.0, 10477.0, 10475.0, 10436.0, 10472.0, 10408.0, 10418.0, 10368.0, 10365.0, 10409.0, 10360.0, 10376.0, 10313.0, 10339.0, 10367.0, 10328.0, 10367.0, 10330.0, 10347.0, 10330.0, 10335.0, 10384.0, 10331.0, 10344.0, 10345.0, 10351.0, 10374.0, 10358.0, 10371.0, 10426.0, 10398.0, 10406.0, 10398.0, 10382.0, 10377.0, 10388.0, 10403.0, 10408.0, 10409.0, 10432.0, 10423.0, 10417.0, 10437.0, 10415.0, 10435.0, 10398.0, 10454.0, 10406.0, 10441.0, 10422.0, 10410.0, 10455.0, 10401.0, 10427.0, 10364.0, 10405.0, 10354.0, 10373.0, 10400.0, 10369.0, 10413.0, 10347.0, 10399.0, 10335.0, 10383.0, 10341.0, 10377.0, 10349.0, 10372.0, 10361.0, 10389.0, 10382.0, 10398.0, 10385.0, 10398.0, 10377.0, 10403.0, 10411.0, 10386.0, 10430.0, 10371.0, 10437.0, 10388.0, 10400.0, 10446.0, 10390.0, 10429.0, 10370.0, 10418.0, 10412.0, 10407.0, 10427.0, 10386.0, 10384.0, 10413.0, 10399.0, 10406.0, 10392.0, 10393.0, 10427.0, 10394.0, 10434.0, 10378.0, 10432.0, 10375.0, 10428.0, 10375.0, 10414.0, 10387.0, 10400.0, 10431.0, 10401.0, 10432.0, 10395.0, 10464.0, 10460.0, 10500.0, 10444.0, 10460.0, 10397.0, 10410.0, 10366.0, 10383.0, 10348.0, 10400.0, 10348.0, 10408.0, 10357.0, 10421.0, 10341.0, 10387.0, 10378.0, 10356.0, 10395.0, 10351.0, 10383.0, 10325.0, 10384.0, 10335.0, 10325.0, 10337.0, 10361.0, 10320.0, 10358.0, 10341.0, 10381.0, 10368.0, 10409.0, 10360.0, 10401.0, 10380.0, 10400.0, 10374.0, 10435.0, 10378.0, 10410.0, 10366.0, 10411.0, 10370.0, 10424.0, 10425.0, 10382.0, 10422.0, 10375.0, 10388.0, 10334.0, 10364.0, 10335.0, 10345.0, 10389.0, 10335.0, 10372.0, 10328.0, 10364.0, 10319.0, 10351.0, 10389.0, 10350.0, 10381.0, 10321.0, 10353.0, 10326.0, 10359.0, 10346.0, 10372.0, 10361.0, 10362.0, 10363.0, 10391.0, 10384.0, 10391.0, 10387.0, 10405.0, 10390.0, 10402.0, 10431.0, 10383.0, 10423.0, 10382.0, 10418.0, 10391.0, 10425.0, 10379.0, 10411.0, 10451.0, 10416.0, 10455.0, 10434.0, 10427.0, 10264.0, 10558.0, 10514.0, 10488.0, 10415.0, 10397.0, 10488.0, 10407.0, 10423.0, 10486.0, 10419.0, 10496.0, 10399.0, 10487.0, 10388.0, 10465.0, 10386.0, 10422.0, 10401.0, 10405.0, 10444.0, 10393.0, 10462.0, 10409.0, 10403.0, 10393.0, 10385.0, 10429.0, 10415.0, 10452.0, 10413.0, 10464.0, 10391.0, 10457.0, 10411.0, 10468.0, 10428.0, 10454.0, 10395.0, 10434.0, 10403.0, 10419.0, 10493.0, 10408.0, 10477.0, 10404.0, 10446.0, 10386.0, 10416.0, 10493.0, 10427.0, 10443.0, 10392.0, 10442.0, 10413.0, 10478.0, 10410.0, 10414.0, 10401.0, 10429.0, 10429.0, 10415.0, 10454.0, 10396.0, 10432.0, 10378.0, 10420.0, 10407.0, 10476.0, 10503.0, 10427.0, 10439.0, 10369.0, 10386.0, 10384.0, 10409.0, 10366.0, 10426.0, 10377.0, 10405.0, 10341.0, 10376.0, 10325.0, 10361.0, 10395.0, 10391.0, 10383.0, 10345.0, 10388.0, 10333.0, 10382.0, 10331.0, 10357.0, 10398.0, 10353.0, 10381.0, 10323.0, 10348.0, 10302.0, 10335.0, 10343.0, 10330.0, 10383.0, 10348.0, 10379.0, 10351.0, 10382.0, 10389.0, 10412.0, 10399.0, 10380.0, 10411.0, 10398.0, 10411.0, 10361.0, 10394.0, 10373.0, 10441.0, 10419.0, 10443.0, 10409.0, 10403.0, 10438.0, 10446.0, 10492.0, 10497.0, 10560.0, 10486.0, 10498.0, 10469.0, 10434.0, 10473.0, 10418.0, 10483.0, 10400.0, 10445.0, 10440.0, 10395.0, 10426.0, 10369.0, 10398.0, 10353.0, 10343.0, 10393.0, 10345.0, 10357.0, 10310.0, 10322.0, 10289.0, 10324.0, 10330.0, 10312.0, 10370.0, 10315.0, 10349.0, 10320.0, 10331.0, 10332.0, 10337.0, 10363.0, 10337.0, 10378.0, 10343.0, 10380.0, 10365.0, 10366.0, 10381.0, 10376.0, 10424.0, 10368.0, 10415.0, 10368.0, 10383.0, 10372.0, 10390.0, 10440.0, 10415.0, 10461.0, 10421.0, 10424.0, 10392.0, 10406.0, 10399.0, 10385.0, 10429.0, 10393.0, 10420.0, 10408.0, 10416.0, 10405.0, 10401.0, 10397.0, 10475.0, 10419.0, 10457.0, 10387.0, 10429.0, 10394.0, 10436.0, 10391.0, 10410.0, 10416.0, 10403.0, 10448.0, 10389.0, 10431.0, 10376.0, 10413.0, 10385.0, 10383.0, 10413.0, 10370.0, 10426.0, 10388.0, 10411.0, 10375.0, 10390.0, 10431.0, 10439.0, 10444.0, 10428.0, 10429.0, 10419.0, 10447.0, 10445.0, 10425.0, 10458.0, 10432.0, 10479.0, 10410.0, 10444.0, 10403.0, 10444.0, 10383.0, 10427.0, 10358.0, 10391.0, 10358.0, 10327.0, 10383.0, 10328.0, 10342.0, 10326.0, 10313.0, 10320.0, 10335.0, 10371.0, 10356.0, 10406.0, 10330.0, 10345.0, 10351.0, 10350.0, 10355.0, 10356.0, 10358.0, 10351.0, 10369.0, 10379.0, 10408.0, 10379.0, 10397.0, 10373.0, 10379.0, 10386.0, 10378.0, 10396.0, 10376.0, 10394.0, 10455.0, 10398.0, 10393.0, 10364.0, 10346.0, 10355.0, 10368.0, 10373.0, 10383.0, 10388.0, 10374.0, 10370.0, 10377.0, 10370.0, 10380.0, 10383.0, 10398.0, 10385.0, 10411.0, 10383.0, 10383.0, 10373.0, 10368.0, 10421.0, 10362.0, 10408.0, 10364.0, 10358.0, 10351.0, 10357.0, 10412.0, 10363.0, 10436.0, 10401.0, 10441.0, 10367.0, 10397.0, 10385.0, 10379.0, 10336.0, 10378.0, 10360.0, 10411.0, 10365.0, 10406.0, 10382.0, 10399.0, 10382.0, 10372.0, 10426.0, 10377.0, 10409.0, 10346.0, 10377.0, 10356.0, 10349.0, 10421.0, 10364.0, 10392.0, 10344.0, 10366.0, 10399.0, 10347.0, 10405.0, 10350.0, 10380.0, 10393.0, 10387.0, 10373.0, 10358.0, 10329.0, 10311.0, 10349.0, 10361.0, 10402.0, 10400.0, 10400.0, 10395.0, 10409.0, 10396.0, 10446.0, 10393.0, 10434.0, 10374.0, 10411.0, 10414.0, 10373.0, 10449.0, 10399.0, 10415.0, 10351.0, 10369.0, 10401.0, 10358.0, 10387.0, 10341.0, 10357.0, 10386.0, 10418.0, 10439.0, 10379.0, 10394.0, 10337.0, 10388.0, 10380.0, 10377.0, 10351.0, 10365.0, 10379.0, 10392.0, 10401.0, 10387.0, 10425.0, 10391.0, 10407.0, 10398.0, 10392.0, 10433.0, 10398.0, 10445.0, 10407.0, 10428.0, 10404.0, 10405.0, 10420.0, 10396.0, 10451.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.00895501303214596</td></tr>
<tr><td colspan=3>aqi</td><td>0.09737518801042572</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.42469717599125</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2317588914956519</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0231373721043475</td></tr>
<tr><td colspan=3>efc</td><td>0.5208</td></tr>
<tr><td colspan=3>fber</td><td>3348.627</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13071156485873367</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>160</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.900955690703736</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.729856498433699</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.639456937070443</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7747755702078316</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.775336988022822</td></tr>
<tr><td colspan=3>gcor</td><td>0.026429</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.005674921441823244</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017155641689896584</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1151</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.489464117857708</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>21.5524</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>69.3719</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>245.6225</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>69.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>287845.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>1172.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>468.0616</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2133</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>595.052</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3876.8912</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3995.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88699.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1870.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5014.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>889.8562</td></tr>
<tr><td colspan=3>tsnr</td><td>21.844000896904618</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>