<?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-0118_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-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0118/figures/sub-0118_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-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118/ses-02/func/sub-0118_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>e22fbf968816ccd5a863f3a7a658140e</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:07:34.852500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999312, 0.0205425, 0.0308868, -0.0249462, 0.988413, 0.149724]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0863115</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4222, -7804, -7218, 292, -55, -65, -107, 80]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 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>218.424</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d1561bbf-56f1-4868-84cd-623fe62498bb||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6810803413391113, -0.06692880392074585, 0.07412362843751907, 120.0682373046875], [-0.055114131420850754, 2.6518397331237793, 0.4060581624507904, -104.01276397705078], [0.08286702632904053, -0.4016997516155243, 2.668262243270874, -49.03840637207031], [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': ['130734.852500', '130735.312500', '130735.772500', '130736.232500', '130736.692500', '130737.152500', '130737.612500', '130738.072500', '130738.532500', '130738.992500', '130739.452500', '130739.912500', '130740.372500', '130740.832500', '130741.292500', '130741.752500', '130742.212500', '130742.672500', '130743.132500', '130743.592500', '130744.052500', '130744.512500', '130744.972500', '130745.432500', '130745.892500', '130746.352500', '130746.812500', '130747.272500', '130747.732500', '130748.192500', '130748.652500', '130749.112500', '130749.572500', '130750.032500', '130750.492500', '130750.952500', '130751.412500', '130751.872500', '130752.332500', '130752.792500', '130753.252500', '130753.712500', '130754.172500', '130754.632500', '130755.092500', '130755.552500', '130756.012500', '130756.472500', '130756.932500', '130757.392500', '130757.852500', '130758.312500', '130758.772500', '130759.232500', '130759.692500', '130800.152500', '130800.612500', '130801.072500', '130801.532500', '130801.992500', '130802.452500', '130802.912500', '130803.372500', '130803.832500', '130804.292500', '130804.752500', '130805.212500', '130805.672500', '130806.132500', '130806.592500', '130807.052500', '130807.512500', '130807.972500', '130808.432500', '130808.892500', '130809.352500', '130809.812500', '130810.272500', '130810.732500', '130811.192500', '130811.652500', '130812.112500', '130812.572500', '130813.032500', '130813.492500', '130813.952500', '130814.412500', '130814.872500', '130815.332500', '130815.792500', '130816.252500', '130816.712500', '130817.172500', '130817.632500', '130818.092500', '130818.552500', '130819.012500', '130819.472500', '130819.932500', '130820.392500', '130820.852500', '130821.312500', '130821.772500', '130822.232500', '130822.692500', '130823.152500', '130823.612500', '130824.072500', '130824.532500', '130824.992500', '130825.452500', '130825.912500', '130826.372500', '130826.832500', '130827.292500', '130827.752500', '130828.212500', '130828.672500', '130829.132500', '130829.592500', '130830.052500', '130830.512500', '130830.972500', '130831.432500', '130831.892500', '130832.352500', '130832.812500', '130833.272500', '130833.732500', '130834.192500', '130834.652500', '130835.112500', '130835.572500', '130836.032500', '130836.492500', '130836.952500', '130837.412500', '130837.872500', '130838.332500', '130838.792500', '130839.252500', '130839.712500', '130840.172500', '130840.632500', '130841.092500', '130841.552500', '130842.012500', '130842.472500', '130842.932500', '130843.392500', '130843.852500', '130844.312500', '130844.772500', '130845.232500', '130845.692500', '130846.152500', '130846.612500', '130847.072500', '130847.532500', '130847.992500', '130848.452500', '130848.912500', '130849.372500', '130849.832500', '130850.292500', '130850.752500', '130851.212500', '130851.672500', '130852.132500', '130852.592500', '130853.052500', '130853.512500', '130853.972500', '130854.432500', '130854.892500', '130855.352500', '130855.812500', '130856.272500', '130856.732500', '130857.192500', '130857.652500', '130858.112500', '130858.572500', '130859.032500', '130859.492500', '130859.952500', '130900.412500', '130900.872500', '130901.332500', '130901.792500', '130902.252500', '130902.712500', '130903.172500', '130903.632500', '130904.092500', '130904.552500', '130905.012500', '130905.472500', '130905.932500', '130906.392500', '130906.852500', '130907.312500', '130907.772500', '130908.232500', '130908.692500', '130909.152500', '130909.612500', '130910.072500', '130910.532500', '130910.992500', '130911.452500', '130911.912500', '130912.372500', '130912.832500', '130913.292500', '130913.752500', '130914.212500', '130914.672500', '130915.132500', '130915.592500', '130916.052500', '130916.512500', '130916.972500', '130917.432500', '130917.892500', '130918.352500', '130918.812500', '130919.272500', '130919.732500', '130920.192500', '130920.652500', '130921.112500', '130921.572500', '130922.032500', '130922.492500', '130922.952500', '130923.412500', '130923.872500', '130924.332500', '130924.792500', '130925.252500', '130925.712500', '130926.172500', '130926.632500', '130927.092500', '130927.552500', '130928.012500', '130928.472500', '130928.932500', '130929.392500', '130929.852500', '130930.312500', '130930.772500', '130931.232500', '130931.692500', '130932.152500', '130932.612500', '130933.072500', '130933.532500', '130933.992500', '130934.452500', '130934.912500', '130935.372500', '130935.832500', '130936.292500', '130936.752500', '130937.212500', '130937.672500', '130938.132500', '130938.592500', '130939.052500', '130939.512500', '130939.972500', '130940.432500', '130940.892500', '130941.352500', '130941.812500', '130942.272500', '130942.732500', '130943.192500', '130943.652500', '130944.112500', '130944.572500', '130945.032500', '130945.492500', '130945.952500', '130946.412500', '130946.872500', '130947.332500', '130947.792500', '130948.252500', '130948.712500', '130949.172500', '130949.632500', '130950.092500', '130950.552500', '130951.012500', '130951.472500', '130951.932500', '130952.392500', '130952.852500', '130953.312500', '130953.772500', '130954.232500', '130954.692500', '130955.152500', '130955.612500', '130956.072500', '130956.532500', '130956.992500', '130957.452500', '130957.912500', '130958.372500', '130958.832500', '130959.292500', '130959.752500', '131000.212500', '131000.672500', '131001.132500', '131001.592500', '131002.052500', '131002.512500', '131002.972500', '131003.432500', '131003.892500', '131004.352500', '131004.812500', '131005.272500', '131005.732500', '131006.192500', '131006.652500', '131007.112500', '131007.572500', '131008.032500', '131008.492500', '131008.952500', '131009.412500', '131009.872500', '131010.332500', '131010.792500', '131011.252500', '131011.712500', '131012.172500', '131012.632500', '131013.092500', '131013.552500', '131014.012500', '131014.472500', '131014.932500', '131015.392500', '131015.852500', '131016.312500', '131016.772500', '131017.232500', '131017.692500', '131018.152500', '131018.612500', '131019.072500', '131019.532500', '131019.992500', '131020.452500', '131020.912500', '131021.372500', '131021.832500', '131022.292500', '131022.752500', '131023.212500', '131023.672500', '131024.132500', '131024.592500', '131025.052500', '131025.512500', '131025.972500', '131026.432500', '131026.892500', '131027.352500', '131027.812500', '131028.272500', '131028.732500', '131029.192500', '131029.652500', '131030.112500', '131030.572500', '131031.032500', '131031.492500', '131031.952500', '131032.412500', '131032.872500', '131033.332500', '131033.792500', '131034.252500', '131034.712500', '131035.172500', '131035.632500', '131036.092500', '131036.552500', '131037.012500', '131037.472500', '131037.932500', '131038.392500', '131038.852500', '131039.312500', '131039.772500', '131040.232500', '131040.692500', '131041.152500', '131041.612500', '131042.072500', '131042.532500', '131042.992500', '131043.452500', '131043.912500', '131044.372500', '131044.832500', '131045.292500', '131045.752500', '131046.212500', '131046.672500', '131047.132500', '131047.592500', '131048.052500', '131048.512500', '131048.972500', '131049.432500', '131049.892500', '131050.352500', '131050.812500', '131051.272500', '131051.732500', '131052.192500', '131052.652500', '131053.112500', '131053.572500', '131054.032500', '131054.492500', '131054.952500', '131055.412500', '131055.872500', '131056.332500', '131056.792500', '131057.252500', '131057.712500', '131058.172500', '131058.632500', '131059.092500', '131059.552500', '131100.012500', '131100.472500', '131100.932500', '131101.392500', '131101.852500', '131102.312500', '131102.772500', '131103.232500', '131103.692500', '131104.152500', '131104.612500', '131105.072500', '131105.532500', '131105.992500', '131106.452500', '131106.912500', '131107.372500', '131107.832500', '131108.292500', '131108.752500', '131109.212500', '131109.672500', '131110.132500', '131110.592500', '131111.052500', '131111.512500', '131111.972500', '131112.432500', '131112.892500', '131113.352500', '131113.812500', '131114.272500', '131114.732500', '131115.192500', '131115.652500', '131116.112500', '131116.572500', '131117.032500', '131117.492500', '131117.952500', '131118.412500', '131118.872500', '131119.332500', '131119.792500', '131120.252500', '131120.712500', '131121.172500', '131121.632500', '131122.092500', '131122.552500', '131123.012500', '131123.472500', '131123.932500', '131124.392500', '131124.852500', '131125.312500', '131125.772500', '131126.232500', '131126.692500', '131127.152500', '131127.612500', '131128.072500', '131128.532500', '131128.992500', '131129.452500', '131129.912500', '131130.372500', '131130.832500', '131131.292500', '131131.752500', '131132.212500', '131132.672500', '131133.132500', '131133.592500', '131134.052500', '131134.512500', '131134.972500', '131135.432500', '131135.892500', '131136.352500', '131136.812500', '131137.272500', '131137.732500', '131138.192500', '131138.652500', '131139.112500', '131139.572500', '131140.032500', '131140.492500', '131140.952500', '131141.412500', '131141.872500', '131142.332500', '131142.792500', '131143.252500', '131143.712500', '131144.172500', '131144.632500', '131145.092500', '131145.552500', '131146.012500', '131146.472500', '131146.932500', '131147.392500', '131147.852500', '131148.312500', '131148.772500', '131149.232500', '131149.692500', '131150.152500', '131150.612500', '131151.072500', '131151.532500', '131151.992500', '131152.452500', '131152.912500', '131153.372500', '131153.832500', '131154.292500', '131154.752500', '131155.212500', '131155.672500', '131156.132500', '131156.592500', '131157.052500', '131157.512500', '131157.972500', '131158.432500', '131158.892500', '131159.352500', '131159.812500', '131200.272500', '131200.732500', '131201.192500', '131201.652500', '131202.112500', '131202.572500', '131203.032500', '131203.492500', '131203.952500', '131204.412500', '131204.872500', '131205.332500', '131205.792500', '131206.252500', '131206.712500', '131207.172500', '131207.632500', '131208.092500', '131208.552500', '131209.012500', '131209.472500', '131209.932500', '131210.392500', '131210.852500', '131211.312500', '131211.772500', '131212.232500', '131212.692500', '131213.152500', '131213.612500', '131214.072500', '131214.532500', '131214.992500', '131215.452500', '131215.912500', '131216.372500', '131216.832500', '131217.292500', '131217.752500', '131218.212500', '131218.672500', '131219.132500', '131219.592500', '131220.052500', '131220.512500', '131220.972500', '131221.432500', '131221.892500', '131222.352500', '131222.812500', '131223.272500', '131223.732500', '131224.192500', '131224.652500', '131225.112500', '131225.572500', '131226.032500', '131226.492500', '131226.952500', '131227.412500', '131227.872500', '131228.332500', '131228.792500', '131229.252500', '131229.712500', '131230.172500', '131230.632500', '131231.092500', '131231.552500', '131232.012500', '131232.472500', '131232.932500', '131233.392500', '131233.852500', '131234.312500', '131234.772500', '131235.232500', '131235.692500', '131236.152500', '131236.612500', '131237.072500', '131237.532500', '131237.992500', '131238.452500', '131238.912500', '131239.372500', '131239.832500', '131240.292500', '131240.752500', '131241.212500', '131241.672500', '131242.132500', '131242.592500', '131243.052500', '131243.512500', '131243.972500', '131244.432500', '131244.892500', '131245.352500', '131245.812500', '131246.272500', '131246.732500', '131247.192500', '131247.652500', '131248.112500', '131248.572500', '131249.032500', '131249.492500', '131249.952500', '131250.412500', '131250.872500', '131251.332500', '131251.792500', '131252.252500', '131252.712500', '131253.172500', '131253.632500', '131254.092500', '131254.552500', '131255.012500', '131255.472500', '131255.932500', '131256.392500', '131256.852500', '131257.312500', '131257.772500', '131258.232500', '131258.692500', '131259.152500', '131259.612500', '131300.072500', '131300.532500', '131300.992500', '131301.452500', '131301.912500', '131302.372500', '131302.832500', '131303.292500', '131303.752500', '131304.212500', '131304.672500', '131305.132500', '131305.592500', '131306.052500', '131306.512500', '131306.972500', '131307.432500', '131307.892500', '131308.352500', '131308.812500', '131309.272500', '131309.732500', '131310.192500', '131310.652500', '131311.112500', '131311.572500', '131312.032500', '131312.492500', '131312.952500', '131313.412500', '131313.872500', '131314.332500', '131314.792500', '131315.252500', '131315.712500', '131316.172500', '131316.632500', '131317.092500', '131317.552500', '131318.012500', '131318.472500', '131318.932500', '131319.392500', '131319.852500', '131320.312500', '131320.772500', '131321.232500', '131321.692500', '131322.152500', '131322.612500', '131323.072500', '131323.532500', '131323.992500', '131324.452500', '131324.912500', '131325.372500', '131325.832500', '131326.292500', '131326.752500', '131327.212500', '131327.672500', '131328.132500', '131328.592500', '131329.052500', '131329.512500', '131329.972500', '131330.432500', '131330.892500', '131331.352500', '131331.812500', '131332.272500', '131332.732500', '131333.192500', '131333.652500', '131334.112500', '131334.572500', '131335.032500', '131335.492500', '131335.952500', '131336.412500', '131336.872500', '131337.332500', '131337.792500', '131338.252500', '131338.712500', '131339.172500', '131339.632500', '131340.092500', '131340.552500', '131341.012500', '131341.472500', '131341.932500', '131342.392500', '131342.852500', '131343.312500', '131343.772500', '131344.232500', '131344.692500', '131345.152500', '131345.612500', '131346.072500', '131346.532500', '131346.992500', '131347.452500', '131347.912500', '131348.372500', '131348.832500', '131349.292500', '131349.752500', '131350.212500', '131350.672500', '131351.132500', '131351.592500', '131352.052500', '131352.512500', '131352.972500', '131353.432500', '131353.892500', '131354.352500', '131354.812500', '131355.272500', '131355.732500', '131356.192500', '131356.652500', '131357.112500', '131357.572500', '131358.032500', '131358.492500', '131358.952500', '131359.412500', '131359.872500', '131400.332500', '131400.792500', '131401.252500', '131401.712500', '131402.172500', '131402.632500', '131403.092500', '131403.552500', '131404.012500', '131404.472500', '131404.932500', '131405.392500', '131405.852500', '131406.312500', '131406.772500', '131407.232500', '131407.692500', '131408.152500', '131408.612500', '131409.072500', '131409.532500', '131409.992500', '131410.452500', '131410.912500', '131411.372500', '131411.832500', '131412.292500', '131412.752500', '131413.212500', '131413.672500', '131414.132500', '131414.592500', '131415.052500', '131415.512500', '131415.972500', '131416.432500', '131416.892500', '131417.352500', '131417.812500', '131418.272500', '131418.732500', '131419.192500', '131419.652500', '131420.112500', '131420.572500', '131421.032500', '131421.492500', '131421.952500', '131422.412500', '131422.872500', '131423.332500', '131423.792500', '131424.252500', '131424.712500', '131425.172500', '131425.632500', '131426.092500', '131426.552500', '131427.012500', '131427.472500', '131427.932500', '131428.392500', '131428.852500', '131429.312500', '131429.772500', '131430.232500', '131430.692500', '131431.152500', '131431.612500', '131432.072500', '131432.532500', '131432.992500', '131433.452500', '131433.912500', '131434.372500', '131434.832500', '131435.292500', '131435.752500', '131436.212500', '131436.672500', '131437.132500', '131437.592500', '131438.052500', '131438.512500', '131438.972500', '131439.432500', '131439.892500', '131440.352500', '131440.812500', '131441.272500', '131441.732500', '131442.192500', '131442.652500', '131443.112500', '131443.572500', '131444.032500', '131444.492500', '131444.952500', '131445.412500', '131445.872500', '131446.332500', '131446.792500', '131447.252500', '131447.712500', '131448.172500', '131448.632500', '131449.092500', '131449.552500', '131450.012500', '131450.472500', '131450.932500', '131451.392500', '131451.852500', '131452.312500', '131452.772500', '131453.232500', '131453.692500', '131454.152500', '131454.612500', '131455.072500', '131455.532500', '131455.992500', '131456.452500', '131456.912500', '131457.372500', '131457.832500', '131458.292500', '131458.752500', '131459.212500', '131459.672500', '131500.132500', '131500.592500', '131501.052500', '131501.512500', '131501.972500', '131502.432500', '131502.892500', '131503.352500', '131503.812500', '131504.272500', '131504.732500', '131505.192500', '131505.652500', '131506.112500', '131506.572500', '131507.032500', '131507.492500', '131507.952500', '131508.412500', '131508.872500', '131509.332500', '131509.792500', '131510.252500', '131510.712500', '131511.172500', '131511.632500', '131512.092500', '131512.552500', '131513.012500', '131513.472500', '131513.932500', '131514.392500', '131514.852500', '131515.312500', '131515.772500', '131516.232500', '131516.692500', '131517.152500', '131517.612500', '131518.072500', '131518.532500', '131518.992500', '131519.452500', '131519.912500', '131520.372500', '131520.832500', '131521.292500', '131521.752500', '131522.212500', '131522.672500', '131523.132500', '131523.592500', '131524.052500', '131524.512500', '131524.972500', '131525.432500', '131525.892500', '131526.352500', '131526.812500', '131527.272500', '131527.732500', '131528.192500', '131528.652500', '131529.112500', '131529.572500', '131530.032500', '131530.492500', '131530.952500', '131531.412500', '131531.872500', '131532.332500', '131532.792500', '131533.252500', '131533.712500', '131534.172500', '131534.632500', '131535.092500', '131535.552500', '131536.012500', '131536.472500', '131536.932500', '131537.392500', '131537.852500', '131538.312500', '131538.772500', '131539.232500', '131539.692500', '131540.152500', '131540.612500', '131541.072500', '131541.532500', '131541.992500', '131542.452500', '131542.912500', '131543.372500', '131543.832500', '131544.292500', '131544.752500', '131545.212500', '131545.672500', '131546.132500', '131546.592500', '131547.052500', '131547.512500', '131547.972500', '131548.432500', '131548.892500', '131549.352500', '131549.812500', '131550.272500', '131550.732500', '131551.192500', '131551.652500', '131552.112500', '131552.572500', '131553.032500', '131553.492500', '131553.952500', '131554.412500', '131554.872500', '131555.332500', '131555.792500', '131556.252500', '131556.712500', '131557.172500', '131557.632500', '131558.092500', '131558.552500', '131559.012500', '131559.472500', '131559.932500', '131600.392500', '131600.852500', '131601.312500', '131601.772500', '131602.232500', '131602.692500', '131603.152500', '131603.612500', '131604.072500', '131604.532500', '131604.992500', '131605.452500', '131605.912500', '131606.372500', '131606.832500', '131607.292500', '131607.752500', '131608.212500', '131608.672500', '131609.132500', '131609.592500', '131610.052500', '131610.512500', '131610.972500', '131611.432500', '131611.892500', '131612.352500', '131612.812500', '131613.272500', '131613.732500', '131614.192500', '131614.652500', '131615.112500', '131615.572500', '131616.032500', '131616.492500', '131616.952500', '131617.412500', '131617.872500', '131618.332500', '131618.792500', '131619.252500', '131619.712500', '131620.172500', '131620.632500', '131621.092500', '131621.552500', '131622.012500', '131622.472500', '131622.932500', '131623.392500', '131623.852500', '131624.312500', '131624.772500', '131625.232500', '131625.692500', '131626.152500'], 'ContentTime': ['130748.710000', '130748.713000', '130748.716000', '130748.718000', '130748.721000', '130748.723000', '130748.726000', '130748.728000', '130748.731000', '130748.733000', '130748.736000', '130748.739000', '130748.744000', '130748.747000', '130748.750000', '130748.753000', '130748.755000', '130748.758000', '130748.761000', '130748.763000', '130748.766000', '130748.768000', '130748.771000', '130748.773000', '130748.776000', '130748.779000', '130748.782000', '130808.645000', '130808.648000', '130808.651000', '130808.653000', '130808.656000', '130808.659000', '130808.661000', '130808.664000', '130808.666000', '130808.669000', '130808.672000', '130808.674000', '130808.677000', '130808.679000', '130808.682000', '130808.684000', '130808.687000', '130808.689000', '130808.692000', '130808.695000', '130808.697000', '130808.700000', '130808.702000', '130808.705000', '130808.707000', '130808.710000', '130808.712000', '130808.715000', '130808.718000', '130808.720000', '130808.723000', '130808.725000', '130808.728000', '130808.731000', '130808.733000', '130808.736000', '130808.738000', '130808.741000', '130808.746000', '130808.748000', '130808.751000', '130808.754000', '130808.756000', '130808.759000', '130828.645000', '130828.647000', '130828.650000', '130828.653000', '130828.655000', '130828.658000', '130828.660000', '130828.663000', '130828.665000', '130828.668000', '130828.671000', '130828.673000', '130828.676000', '130828.678000', '130828.681000', '130828.683000', '130828.686000', '130828.688000', '130828.711000', '130828.713000', '130828.716000', '130828.719000', '130828.721000', '130828.724000', '130828.726000', '130828.729000', '130828.731000', '130828.734000', '130828.737000', '130828.739000', '130828.742000', '130828.744000', '130828.747000', '130828.749000', '130828.752000', '130828.755000', '130828.757000', '130828.760000', '130828.762000', '130828.765000', '130828.767000', '130828.782000', '130828.784000', '130848.644000', '130848.647000', '130848.650000', '130848.653000', '130848.655000', '130848.658000', '130848.660000', '130848.663000', '130848.665000', '130848.668000', '130848.671000', '130848.673000', '130848.676000', '130848.678000', '130848.681000', '130848.684000', '130848.686000', '130848.689000', '130848.691000', '130848.694000', '130848.697000', '130848.699000', '130848.702000', '130848.704000', '130848.707000', '130848.709000', '130848.712000', '130848.715000', '130848.717000', '130848.720000', '130848.722000', '130848.725000', '130848.727000', '130848.730000', '130848.733000', '130848.735000', '130848.738000', '130848.740000', '130848.743000', '130848.745000', '130848.748000', '130848.750000', '130848.753000', '130848.756000', '130908.644000', '130908.647000', '130908.650000', '130908.652000', '130908.655000', '130908.658000', '130908.660000', '130908.663000', '130908.665000', '130908.668000', '130908.671000', '130908.673000', '130908.676000', '130908.678000', '130908.681000', '130908.684000', '130908.686000', '130908.689000', '130908.691000', '130908.694000', '130908.696000', '130908.699000', '130908.702000', '130908.704000', '130908.707000', '130908.709000', '130908.712000', '130908.714000', '130908.717000', '130908.720000', '130908.722000', '130908.725000', '130908.727000', '130908.730000', '130908.733000', '130908.735000', '130908.738000', '130908.740000', '130908.743000', '130908.745000', '130908.748000', '130908.751000', '130908.753000', '130928.645000', '130928.647000', '130928.650000', '130928.653000', '130928.655000', '130928.658000', '130928.660000', '130928.663000', '130928.666000', '130928.668000', '130928.671000', '130928.673000', '130928.676000', '130928.679000', '130928.681000', '130928.684000', '130928.687000', '130928.689000', '130928.692000', '130928.694000', '130928.697000', '130928.700000', '130928.702000', '130928.705000', '130928.707000', '130928.710000', '130928.713000', '130928.715000', '130928.718000', '130928.720000', '130928.723000', '130928.726000', '130928.728000', '130928.731000', '130928.733000', '130928.736000', '130928.738000', '130928.741000', '130928.744000', '130928.746000', '130928.749000', '130928.752000', '130928.754000', '130928.757000', '130948.645000', '130948.648000', '130948.651000', '130948.653000', '130948.656000', '130948.659000', '130948.661000', '130948.664000', '130948.666000', '130948.669000', '130948.672000', '130948.674000', '130948.677000', '130948.680000', '130948.682000', '130948.685000', '130948.687000', '130948.690000', '130948.692000', '130948.695000', '130948.698000', '130948.700000', '130948.703000', '130948.705000', '130948.708000', '130948.711000', '130948.713000', '130948.716000', '130948.718000', '130948.721000', '130948.724000', '130948.726000', '130948.729000', '130948.731000', '130948.734000', '130948.737000', '130948.739000', '130948.742000', '130948.744000', '130948.747000', '130948.749000', '130948.752000', '130948.755000', '131008.645000', '131008.648000', '131008.651000', '131008.653000', '131008.656000', '131008.659000', '131008.661000', '131008.664000', '131008.666000', '131008.669000', '131008.672000', '131008.675000', '131008.677000', '131008.680000', '131008.682000', '131008.685000', '131008.688000', '131008.690000', '131008.693000', '131008.695000', '131008.698000', '131008.700000', '131008.703000', '131008.706000', '131008.708000', '131008.721000', '131008.724000', '131008.726000', '131008.729000', '131008.732000', '131008.734000', '131008.737000', '131008.739000', '131008.742000', '131008.744000', '131008.747000', '131008.750000', '131008.762000', '131008.765000', '131008.767000', '131008.770000', '131008.773000', '131008.775000', '131028.646000', '131028.648000', '131028.651000', '131028.654000', '131028.656000', '131028.659000', '131028.661000', '131028.664000', '131028.667000', '131028.669000', '131028.672000', '131028.674000', '131028.677000', '131028.679000', '131028.682000', '131028.685000', '131028.687000', '131028.690000', '131028.693000', '131028.695000', '131028.698000', '131028.700000', '131028.703000', '131028.705000', '131028.708000', '131028.711000', '131028.713000', '131028.716000', '131028.718000', '131028.721000', '131028.723000', '131028.726000', '131028.729000', '131028.731000', '131028.734000', '131028.736000', '131028.739000', '131028.742000', '131028.744000', '131028.747000', '131028.749000', '131028.752000', '131028.755000', '131028.757000', '131048.645000', '131048.647000', '131048.650000', '131048.653000', '131048.655000', '131048.658000', '131048.660000', '131048.663000', '131048.666000', '131048.669000', '131048.671000', '131048.674000', '131048.676000', '131048.679000', '131048.682000', '131048.684000', '131048.687000', '131048.690000', '131048.693000', '131048.696000', '131048.698000', '131048.701000', '131048.704000', '131048.706000', '131048.709000', '131048.711000', '131048.714000', '131048.717000', '131048.719000', '131048.722000', '131048.724000', '131048.727000', '131048.730000', '131048.732000', '131048.735000', '131048.738000', '131048.740000', '131048.743000', '131048.745000', '131048.748000', '131048.751000', '131048.753000', '131048.756000', '131108.644000', '131108.647000', '131108.650000', '131108.652000', '131108.655000', '131108.658000', '131108.660000', '131108.663000', '131108.665000', '131108.668000', '131108.671000', '131108.673000', '131108.676000', '131108.679000', '131108.681000', '131108.684000', '131108.686000', '131108.689000', '131108.692000', '131108.694000', '131108.697000', '131108.699000', '131108.702000', '131108.704000', '131108.707000', '131108.710000', '131108.712000', '131108.715000', '131108.717000', '131108.720000', '131108.722000', '131108.725000', '131108.728000', '131108.730000', '131108.733000', '131108.736000', '131108.738000', '131108.741000', '131108.743000', '131108.746000', '131108.748000', '131108.751000', '131108.754000', '131108.756000', '131128.645000', '131128.647000', '131128.650000', '131128.653000', '131128.655000', '131128.659000', '131128.662000', '131128.665000', '131128.667000', '131128.670000', '131128.672000', '131128.675000', '131128.678000', '131128.680000', '131128.683000', '131128.686000', '131128.688000', '131128.691000', '131128.693000', '131128.696000', '131128.699000', '131128.701000', '131128.704000', '131128.706000', '131128.709000', '131128.712000', '131128.715000', '131128.717000', '131128.720000', '131128.723000', '131128.725000', '131128.728000', '131128.731000', '131128.733000', '131128.736000', '131128.738000', '131128.741000', '131128.744000', '131128.746000', '131128.749000', '131128.751000', '131128.754000', '131128.756000', '131128.759000', '131148.645000', '131148.647000', '131148.650000', '131148.653000', '131148.655000', '131148.658000', '131148.661000', '131148.663000', '131148.666000', '131148.669000', '131148.671000', '131148.674000', '131148.676000', '131148.679000', '131148.682000', '131148.684000', '131148.687000', '131148.689000', '131148.702000', '131148.704000', '131148.707000', '131148.710000', '131148.712000', '131148.715000', '131148.717000', '131148.720000', '131148.723000', '131148.725000', '131148.728000', '131148.730000', '131148.733000', '131148.735000', '131148.738000', '131148.741000', '131148.743000', '131148.746000', '131148.748000', '131148.751000', '131148.754000', '131148.756000', '131148.759000', '131148.761000', '131148.764000', '131208.645000', '131208.648000', '131208.651000', '131208.653000', '131208.656000', '131208.659000', '131208.661000', '131208.664000', '131208.666000', '131208.669000', '131208.672000', '131208.674000', '131208.677000', '131208.680000', '131208.682000', '131208.685000', '131208.687000', '131208.690000', '131208.693000', '131208.695000', '131208.698000', '131208.700000', '131208.703000', '131208.706000', '131208.708000', '131208.711000', '131208.713000', '131208.716000', '131208.719000', '131208.721000', '131208.724000', '131208.727000', '131208.729000', '131208.732000', '131208.734000', '131208.737000', '131208.740000', '131208.742000', '131208.745000', '131208.748000', '131208.750000', '131208.753000', '131208.755000', '131228.645000', '131228.648000', '131228.651000', '131228.654000', '131228.656000', '131228.659000', '131228.662000', '131228.664000', '131228.667000', '131228.669000', '131228.672000', '131228.675000', '131228.677000', '131228.680000', '131228.682000', '131228.685000', '131228.688000', '131228.690000', '131228.693000', '131228.695000', '131228.698000', '131228.700000', '131228.703000', '131228.706000', '131228.708000', '131228.716000', '131228.719000', '131228.721000', '131228.724000', '131228.727000', '131228.729000', '131228.732000', '131228.734000', '131228.737000', '131228.740000', '131228.742000', '131228.745000', '131228.747000', '131228.750000', '131228.753000', '131228.755000', '131228.758000', '131228.760000', '131228.763000', '131248.644000', '131248.647000', '131248.650000', '131248.653000', '131248.655000', '131248.658000', '131248.660000', '131248.663000', '131248.666000', '131248.668000', '131248.671000', '131248.673000', '131248.676000', '131248.679000', '131248.681000', '131248.684000', '131248.686000', '131248.689000', '131248.692000', '131248.694000', '131248.698000', '131248.701000', '131248.704000', '131248.707000', '131248.709000', '131248.712000', '131248.715000', '131248.718000', '131248.720000', '131248.723000', '131248.726000', '131248.729000', '131248.732000', '131248.735000', '131248.737000', '131248.740000', '131248.743000', '131248.746000', '131248.748000', '131248.751000', '131248.754000', '131248.756000', '131248.759000', '131308.644000', '131308.668000', '131308.671000', '131308.674000', '131308.676000', '131308.679000', '131308.681000', '131308.684000', '131308.687000', '131308.689000', '131308.692000', '131308.694000', '131308.697000', '131308.700000', '131308.702000', '131308.705000', '131308.707000', '131308.710000', '131308.713000', '131308.715000', '131308.718000', '131308.721000', '131308.723000', '131308.726000', '131308.728000', '131308.731000', '131308.734000', '131308.736000', '131308.739000', '131308.741000', '131308.744000', '131308.747000', '131308.749000', '131308.752000', '131308.754000', '131308.757000', '131308.760000', '131308.762000', '131308.765000', '131308.767000', '131308.770000', '131308.777000', '131308.779000', '131308.782000', '131328.645000', '131328.647000', '131328.650000', '131328.653000', '131328.655000', '131328.658000', '131328.660000', '131328.663000', '131328.666000', '131328.668000', '131328.671000', '131328.673000', '131328.676000', '131328.679000', '131328.681000', '131328.684000', '131328.687000', '131328.689000', '131328.692000', '131328.695000', '131328.697000', '131328.700000', '131328.703000', '131328.705000', '131328.708000', '131328.710000', '131328.713000', '131328.716000', '131328.718000', '131328.721000', '131328.724000', '131328.726000', '131328.729000', '131328.733000', '131328.736000', '131328.738000', '131328.741000', '131328.743000', '131328.746000', '131328.749000', '131328.751000', '131328.754000', '131328.757000', '131348.645000', '131348.647000', '131348.650000', '131348.653000', '131348.655000', '131348.658000', '131348.660000', '131348.663000', '131348.666000', '131348.668000', '131348.671000', '131348.673000', '131348.676000', '131348.679000', '131348.681000', '131348.684000', '131348.686000', '131348.689000', '131348.692000', '131348.694000', '131348.697000', '131348.699000', '131348.702000', '131348.704000', '131348.707000', '131348.710000', '131348.712000', '131348.715000', '131348.717000', '131348.720000', '131348.723000', '131348.725000', '131348.728000', '131348.730000', '131348.733000', '131348.736000', '131348.738000', '131348.741000', '131348.743000', '131348.746000', '131348.749000', '131348.751000', '131348.754000', '131348.756000', '131408.645000', '131408.647000', '131408.650000', '131408.653000', '131408.655000', '131408.658000', '131408.660000', '131408.663000', '131408.666000', '131408.668000', '131408.677000', '131408.680000', '131408.682000', '131408.685000', '131408.688000', '131408.690000', '131408.693000', '131408.695000', '131408.698000', '131408.701000', '131408.703000', '131408.706000', '131408.708000', '131408.711000', '131408.714000', '131408.717000', '131408.719000', '131408.722000', '131408.725000', '131408.727000', '131408.742000', '131408.744000', '131408.747000', '131408.749000', '131408.752000', '131408.755000', '131408.757000', '131408.760000', '131408.762000', '131408.765000', '131408.768000', '131408.770000', '131408.773000', '131428.646000', '131428.648000', '131428.651000', '131428.653000', '131428.656000', '131428.659000', '131428.661000', '131428.664000', '131428.666000', '131428.669000', '131428.672000', '131428.674000', '131428.677000', '131428.679000', '131428.682000', '131428.685000', '131428.687000', '131428.690000', '131428.693000', '131428.695000', '131428.698000', '131428.700000', '131428.703000', '131428.706000', '131428.708000', '131428.711000', '131428.714000', '131428.716000', '131428.719000', '131428.722000', '131428.724000', '131428.727000', '131428.729000', '131428.732000', '131428.734000', '131428.737000', '131428.740000', '131428.742000', '131428.745000', '131428.747000', '131428.750000', '131428.753000', '131428.755000', '131428.758000', '131448.645000', '131448.648000', '131448.651000', '131448.654000', '131448.656000', '131448.659000', '131448.662000', '131448.664000', '131448.667000', '131448.669000', '131448.672000', '131448.675000', '131448.677000', '131448.681000', '131448.683000', '131448.686000', '131448.689000', '131448.691000', '131448.694000', '131448.696000', '131448.699000', '131448.702000', '131448.704000', '131448.707000', '131448.709000', '131448.712000', '131448.715000', '131448.717000', '131448.720000', '131448.723000', '131448.725000', '131448.728000', '131448.730000', '131448.733000', '131448.736000', '131448.738000', '131448.741000', '131448.743000', '131448.746000', '131448.748000', '131448.751000', '131448.754000', '131448.756000', '131508.645000', '131508.648000', '131508.650000', '131508.653000', '131508.655000', '131508.658000', '131508.660000', '131508.663000', '131508.666000', '131508.668000', '131508.671000', '131508.674000', '131508.677000', '131508.679000', '131508.682000', '131508.684000', '131508.687000', '131508.690000', '131508.692000', '131508.695000', '131508.697000', '131508.700000', '131508.703000', '131508.705000', '131508.708000', '131508.711000', '131508.713000', '131508.716000', '131508.718000', '131508.721000', '131508.724000', '131508.726000', '131508.729000', '131508.731000', '131508.734000', '131508.737000', '131508.739000', '131508.742000', '131508.744000', '131508.747000', '131508.750000', '131508.752000', '131508.755000', '131508.757000', '131528.644000', '131528.647000', '131528.650000', '131528.653000', '131528.655000', '131528.658000', '131528.660000', '131528.663000', '131528.666000', '131528.668000', '131528.671000', '131528.674000', '131528.676000', '131528.679000', '131528.682000', '131528.684000', '131528.687000', '131528.689000', '131528.692000', '131528.695000', '131528.697000', '131528.700000', '131528.703000', '131528.705000', '131528.708000', '131528.710000', '131528.713000', '131528.716000', '131528.718000', '131528.721000', '131528.723000', '131528.726000', '131528.729000', '131528.731000', '131528.734000', '131528.736000', '131528.739000', '131528.742000', '131528.744000', '131528.747000', '131528.749000', '131528.752000', '131528.755000', '131548.645000', '131548.647000', '131548.650000', '131548.653000', '131548.655000', '131548.658000', '131548.660000', '131548.663000', '131548.666000', '131548.668000', '131548.671000', '131548.674000', '131548.676000', '131548.679000', '131548.681000', '131548.684000', '131548.687000', '131548.689000', '131548.692000', '131548.695000', '131548.697000', '131548.700000', '131548.702000', '131548.705000', '131548.708000', '131548.710000', '131548.713000', '131548.715000', '131548.718000', '131548.721000', '131548.723000', '131548.726000', '131548.729000', '131548.731000', '131548.734000', '131548.736000', '131548.746000', '131548.749000', '131548.751000', '131548.754000', '131548.756000', '131548.759000', '131548.761000', '131548.764000', '131608.645000', '131608.647000', '131608.650000', '131608.653000', '131608.655000', '131608.658000', '131608.660000', '131608.663000', '131608.666000', '131608.668000', '131608.671000', '131608.674000', '131608.676000', '131608.679000', '131608.682000', '131608.684000', '131608.687000', '131608.689000', '131608.692000', '131608.695000', '131608.697000', '131608.700000', '131608.702000', '131608.705000', '131608.708000', '131608.710000', '131608.713000', '131608.715000', '131608.718000', '131608.721000', '131608.723000', '131608.726000', '131608.728000', '131608.731000', '131608.734000', '131608.736000', '131608.739000', '131608.742000', '131608.744000', '131608.747000', '131608.749000', '131608.752000', '131608.754000', '131627.612000', '131627.615000', '131627.618000', '131627.620000', '131627.623000', '131627.625000', '131627.628000', '131627.631000', '131627.633000', '131627.636000', '131627.638000', '131627.641000', '131627.644000', '131627.646000', '131627.649000', '131627.652000', '131627.654000', '131627.657000', '131627.659000', '131627.662000', '131627.665000', '131627.667000', '131627.670000', '131627.673000', '131627.675000', '131627.678000', '131627.681000', '131627.683000', '131627.686000', '131627.689000', '131627.691000', '131627.694000', '131627.696000', '131627.699000', '131627.702000', '131627.704000', '131627.707000', '131627.709000', '131627.712000', '131627.715000', '131627.717000', '131627.720000'], 'InstanceCreationTime': ['130748.710000', '130748.713000', '130748.716000', '130748.718000', '130748.721000', '130748.723000', '130748.726000', '130748.728000', '130748.731000', '130748.733000', '130748.736000', '130748.739000', '130748.744000', '130748.747000', '130748.750000', '130748.753000', '130748.755000', '130748.758000', '130748.761000', '130748.763000', '130748.766000', '130748.768000', '130748.771000', '130748.773000', '130748.776000', '130748.779000', '130748.782000', '130808.645000', '130808.648000', '130808.651000', '130808.653000', '130808.656000', '130808.659000', '130808.661000', '130808.664000', '130808.666000', '130808.669000', '130808.672000', '130808.674000', '130808.677000', '130808.679000', '130808.682000', '130808.684000', '130808.687000', '130808.689000', '130808.692000', '130808.695000', '130808.697000', '130808.700000', '130808.702000', '130808.705000', '130808.707000', '130808.710000', '130808.712000', '130808.715000', '130808.718000', '130808.720000', '130808.723000', '130808.725000', '130808.728000', '130808.731000', '130808.733000', '130808.736000', '130808.738000', '130808.741000', '130808.746000', '130808.748000', '130808.751000', '130808.754000', '130808.756000', '130808.759000', '130828.645000', '130828.647000', '130828.650000', '130828.653000', '130828.655000', '130828.658000', '130828.660000', '130828.663000', '130828.665000', '130828.668000', '130828.671000', '130828.673000', '130828.676000', '130828.678000', '130828.681000', '130828.683000', '130828.686000', '130828.688000', '130828.711000', '130828.713000', '130828.716000', '130828.719000', '130828.721000', '130828.724000', '130828.726000', '130828.729000', '130828.731000', '130828.734000', '130828.737000', '130828.739000', '130828.742000', '130828.744000', '130828.747000', '130828.749000', '130828.752000', '130828.755000', '130828.757000', '130828.760000', '130828.762000', '130828.765000', '130828.767000', '130828.782000', '130828.784000', '130848.644000', '130848.647000', '130848.650000', '130848.653000', '130848.655000', '130848.658000', '130848.660000', '130848.663000', '130848.665000', '130848.668000', '130848.671000', '130848.673000', '130848.676000', '130848.678000', '130848.681000', '130848.684000', '130848.686000', '130848.689000', '130848.691000', '130848.694000', '130848.697000', '130848.699000', '130848.702000', '130848.704000', '130848.707000', '130848.709000', '130848.712000', '130848.715000', '130848.717000', '130848.720000', '130848.722000', '130848.725000', '130848.727000', '130848.730000', '130848.733000', '130848.735000', '130848.738000', '130848.740000', '130848.743000', '130848.745000', '130848.748000', '130848.750000', '130848.753000', '130848.756000', '130908.644000', '130908.647000', '130908.650000', '130908.652000', '130908.655000', '130908.658000', '130908.660000', '130908.663000', '130908.665000', '130908.668000', '130908.671000', '130908.673000', '130908.676000', '130908.678000', '130908.681000', '130908.684000', '130908.686000', '130908.689000', '130908.691000', '130908.694000', '130908.696000', '130908.699000', '130908.702000', '130908.704000', '130908.707000', '130908.709000', '130908.712000', '130908.714000', '130908.717000', '130908.720000', '130908.722000', '130908.725000', '130908.727000', '130908.730000', '130908.733000', '130908.735000', '130908.738000', '130908.740000', '130908.743000', '130908.745000', '130908.748000', '130908.751000', '130908.753000', '130928.645000', '130928.647000', '130928.650000', '130928.653000', '130928.655000', '130928.658000', '130928.660000', '130928.663000', '130928.666000', '130928.668000', '130928.671000', '130928.673000', '130928.676000', '130928.679000', '130928.681000', '130928.684000', '130928.687000', '130928.689000', '130928.692000', '130928.694000', '130928.697000', '130928.700000', '130928.702000', '130928.705000', '130928.707000', '130928.710000', '130928.713000', '130928.715000', '130928.718000', '130928.720000', '130928.723000', '130928.726000', '130928.728000', '130928.731000', '130928.733000', '130928.736000', '130928.738000', '130928.741000', '130928.744000', '130928.746000', '130928.749000', '130928.752000', '130928.754000', '130928.757000', '130948.645000', '130948.648000', '130948.651000', '130948.653000', '130948.656000', '130948.659000', '130948.661000', '130948.664000', '130948.666000', '130948.669000', '130948.672000', '130948.674000', '130948.677000', '130948.680000', '130948.682000', '130948.685000', '130948.687000', '130948.690000', '130948.692000', '130948.695000', '130948.698000', '130948.700000', '130948.703000', '130948.705000', '130948.708000', '130948.711000', '130948.713000', '130948.716000', '130948.718000', '130948.721000', '130948.724000', '130948.726000', '130948.729000', '130948.731000', '130948.734000', '130948.737000', '130948.739000', '130948.742000', '130948.744000', '130948.747000', '130948.749000', '130948.752000', '130948.755000', '131008.645000', '131008.648000', '131008.651000', '131008.653000', '131008.656000', '131008.659000', '131008.661000', '131008.664000', '131008.666000', '131008.669000', '131008.672000', '131008.675000', '131008.677000', '131008.680000', '131008.682000', '131008.685000', '131008.688000', '131008.690000', '131008.693000', '131008.695000', '131008.698000', '131008.700000', '131008.703000', '131008.706000', '131008.708000', '131008.721000', '131008.724000', '131008.726000', '131008.729000', '131008.732000', '131008.734000', '131008.737000', '131008.739000', '131008.742000', '131008.744000', '131008.747000', '131008.750000', '131008.762000', '131008.765000', '131008.767000', '131008.770000', '131008.773000', '131008.775000', '131028.646000', '131028.648000', '131028.651000', '131028.654000', '131028.656000', '131028.659000', '131028.661000', '131028.664000', '131028.667000', '131028.669000', '131028.672000', '131028.674000', '131028.677000', '131028.679000', '131028.682000', '131028.685000', '131028.687000', '131028.690000', '131028.693000', '131028.695000', '131028.698000', '131028.700000', '131028.703000', '131028.705000', '131028.708000', '131028.711000', '131028.713000', '131028.716000', '131028.718000', '131028.721000', '131028.723000', '131028.726000', '131028.729000', '131028.731000', '131028.734000', '131028.736000', '131028.739000', '131028.742000', '131028.744000', '131028.747000', '131028.749000', '131028.752000', '131028.755000', '131028.757000', '131048.645000', '131048.647000', '131048.650000', '131048.653000', '131048.655000', '131048.658000', '131048.660000', '131048.663000', '131048.666000', '131048.669000', '131048.671000', '131048.674000', '131048.676000', '131048.679000', '131048.682000', '131048.684000', '131048.687000', '131048.690000', '131048.693000', '131048.696000', '131048.698000', '131048.701000', '131048.704000', '131048.706000', '131048.709000', '131048.711000', '131048.714000', '131048.717000', '131048.719000', '131048.722000', '131048.724000', '131048.727000', '131048.730000', '131048.732000', '131048.735000', '131048.738000', '131048.740000', '131048.743000', '131048.745000', '131048.748000', '131048.751000', '131048.753000', '131048.756000', '131108.644000', '131108.647000', '131108.650000', '131108.652000', '131108.655000', '131108.658000', '131108.660000', '131108.663000', '131108.665000', '131108.668000', '131108.671000', '131108.673000', '131108.676000', '131108.679000', '131108.681000', '131108.684000', '131108.686000', '131108.689000', '131108.692000', '131108.694000', '131108.697000', '131108.699000', '131108.702000', '131108.704000', '131108.707000', '131108.710000', '131108.712000', '131108.715000', '131108.717000', '131108.720000', '131108.722000', '131108.725000', '131108.728000', '131108.730000', '131108.733000', '131108.736000', '131108.738000', '131108.741000', '131108.743000', '131108.746000', '131108.748000', '131108.751000', '131108.754000', '131108.756000', '131128.645000', '131128.647000', '131128.650000', '131128.653000', '131128.655000', '131128.659000', '131128.662000', '131128.665000', '131128.667000', '131128.670000', '131128.672000', '131128.675000', '131128.678000', '131128.680000', '131128.683000', '131128.686000', '131128.688000', '131128.691000', '131128.693000', '131128.696000', '131128.699000', '131128.701000', '131128.704000', '131128.706000', '131128.709000', '131128.712000', '131128.715000', '131128.717000', '131128.720000', '131128.723000', '131128.725000', '131128.728000', '131128.731000', '131128.733000', '131128.736000', '131128.738000', '131128.741000', '131128.744000', '131128.746000', '131128.749000', '131128.751000', '131128.754000', '131128.756000', '131128.759000', '131148.645000', '131148.647000', '131148.650000', '131148.653000', '131148.655000', '131148.658000', '131148.661000', '131148.663000', '131148.666000', '131148.669000', '131148.671000', '131148.674000', '131148.676000', '131148.679000', '131148.682000', '131148.684000', '131148.687000', '131148.689000', '131148.702000', '131148.704000', '131148.707000', '131148.710000', '131148.712000', '131148.715000', '131148.717000', '131148.720000', '131148.723000', '131148.725000', '131148.728000', '131148.730000', '131148.733000', '131148.735000', '131148.738000', '131148.741000', '131148.743000', '131148.746000', '131148.748000', '131148.751000', '131148.754000', '131148.756000', '131148.759000', '131148.761000', '131148.764000', '131208.645000', '131208.648000', '131208.651000', '131208.653000', '131208.656000', '131208.659000', '131208.661000', '131208.664000', '131208.666000', '131208.669000', '131208.672000', '131208.674000', '131208.677000', '131208.680000', '131208.682000', '131208.685000', '131208.687000', '131208.690000', '131208.693000', '131208.695000', '131208.698000', '131208.700000', '131208.703000', '131208.706000', '131208.708000', '131208.711000', '131208.713000', '131208.716000', '131208.719000', '131208.721000', '131208.724000', '131208.727000', '131208.729000', '131208.732000', '131208.734000', '131208.737000', '131208.740000', '131208.742000', '131208.745000', '131208.748000', '131208.750000', '131208.753000', '131208.755000', '131228.645000', '131228.648000', '131228.651000', '131228.654000', '131228.656000', '131228.659000', '131228.662000', '131228.664000', '131228.667000', '131228.669000', '131228.672000', '131228.675000', '131228.677000', '131228.680000', '131228.682000', '131228.685000', '131228.688000', '131228.690000', '131228.693000', '131228.695000', '131228.698000', '131228.700000', '131228.703000', '131228.706000', '131228.708000', '131228.716000', '131228.719000', '131228.721000', '131228.724000', '131228.727000', '131228.729000', '131228.732000', '131228.734000', '131228.737000', '131228.740000', '131228.742000', '131228.745000', '131228.747000', '131228.750000', '131228.753000', '131228.755000', '131228.758000', '131228.760000', '131228.763000', '131248.644000', '131248.647000', '131248.650000', '131248.653000', '131248.655000', '131248.658000', '131248.660000', '131248.663000', '131248.666000', '131248.668000', '131248.671000', '131248.673000', '131248.676000', '131248.679000', '131248.681000', '131248.684000', '131248.686000', '131248.689000', '131248.692000', '131248.694000', '131248.698000', '131248.701000', '131248.704000', '131248.707000', '131248.709000', '131248.712000', '131248.715000', '131248.718000', '131248.720000', '131248.723000', '131248.726000', '131248.729000', '131248.732000', '131248.735000', '131248.737000', '131248.740000', '131248.743000', '131248.746000', '131248.748000', '131248.751000', '131248.754000', '131248.756000', '131248.759000', '131308.644000', '131308.668000', '131308.671000', '131308.674000', '131308.676000', '131308.679000', '131308.681000', '131308.684000', '131308.687000', '131308.689000', '131308.692000', '131308.694000', '131308.697000', '131308.700000', '131308.702000', '131308.705000', '131308.707000', '131308.710000', '131308.713000', '131308.715000', '131308.718000', '131308.721000', '131308.723000', '131308.726000', '131308.728000', '131308.731000', '131308.734000', '131308.736000', '131308.739000', '131308.741000', '131308.744000', '131308.747000', '131308.749000', '131308.752000', '131308.754000', '131308.757000', '131308.760000', '131308.762000', '131308.765000', '131308.767000', '131308.770000', '131308.777000', '131308.779000', '131308.782000', '131328.645000', '131328.647000', '131328.650000', '131328.653000', '131328.655000', '131328.658000', '131328.660000', '131328.663000', '131328.666000', '131328.668000', '131328.671000', '131328.673000', '131328.676000', '131328.679000', '131328.681000', '131328.684000', '131328.687000', '131328.689000', '131328.692000', '131328.695000', '131328.697000', '131328.700000', '131328.703000', '131328.705000', '131328.708000', '131328.710000', '131328.713000', '131328.716000', '131328.718000', '131328.721000', '131328.724000', '131328.726000', '131328.729000', '131328.733000', '131328.736000', '131328.738000', '131328.741000', '131328.743000', '131328.746000', '131328.749000', '131328.751000', '131328.754000', '131328.757000', '131348.645000', '131348.647000', '131348.650000', '131348.653000', '131348.655000', '131348.658000', '131348.660000', '131348.663000', '131348.666000', '131348.668000', '131348.671000', '131348.673000', '131348.676000', '131348.679000', '131348.681000', '131348.684000', '131348.686000', '131348.689000', '131348.692000', '131348.694000', '131348.697000', '131348.699000', '131348.702000', '131348.704000', '131348.707000', '131348.710000', '131348.712000', '131348.715000', '131348.717000', '131348.720000', '131348.723000', '131348.725000', '131348.728000', '131348.730000', '131348.733000', '131348.736000', '131348.738000', '131348.741000', '131348.743000', '131348.746000', '131348.749000', '131348.751000', '131348.754000', '131348.756000', '131408.645000', '131408.647000', '131408.650000', '131408.653000', '131408.655000', '131408.658000', '131408.660000', '131408.663000', '131408.666000', '131408.668000', '131408.677000', '131408.680000', '131408.682000', '131408.685000', '131408.688000', '131408.690000', '131408.693000', '131408.695000', '131408.698000', '131408.701000', '131408.703000', '131408.706000', '131408.708000', '131408.711000', '131408.714000', '131408.717000', '131408.719000', '131408.722000', '131408.725000', '131408.727000', '131408.742000', '131408.744000', '131408.747000', '131408.749000', '131408.752000', '131408.755000', '131408.757000', '131408.760000', '131408.762000', '131408.765000', '131408.768000', '131408.770000', '131408.773000', '131428.646000', '131428.648000', '131428.651000', '131428.653000', '131428.656000', '131428.659000', '131428.661000', '131428.664000', '131428.666000', '131428.669000', '131428.672000', '131428.674000', '131428.677000', '131428.679000', '131428.682000', '131428.685000', '131428.687000', '131428.690000', '131428.693000', '131428.695000', '131428.698000', '131428.700000', '131428.703000', '131428.706000', '131428.708000', '131428.711000', '131428.714000', '131428.716000', '131428.719000', '131428.722000', '131428.724000', '131428.727000', '131428.729000', '131428.732000', '131428.734000', '131428.737000', '131428.740000', '131428.742000', '131428.745000', '131428.747000', '131428.750000', '131428.753000', '131428.755000', '131428.758000', '131448.645000', '131448.648000', '131448.651000', '131448.654000', '131448.656000', '131448.659000', '131448.662000', '131448.664000', '131448.667000', '131448.669000', '131448.672000', '131448.675000', '131448.677000', '131448.681000', '131448.683000', '131448.686000', '131448.689000', '131448.691000', '131448.694000', '131448.696000', '131448.699000', '131448.702000', '131448.704000', '131448.707000', '131448.709000', '131448.712000', '131448.715000', '131448.717000', '131448.720000', '131448.723000', '131448.725000', '131448.728000', '131448.730000', '131448.733000', '131448.736000', '131448.738000', '131448.741000', '131448.743000', '131448.746000', '131448.748000', '131448.751000', '131448.754000', '131448.756000', '131508.645000', '131508.648000', '131508.650000', '131508.653000', '131508.655000', '131508.658000', '131508.660000', '131508.663000', '131508.666000', '131508.668000', '131508.671000', '131508.674000', '131508.677000', '131508.679000', '131508.682000', '131508.684000', '131508.687000', '131508.690000', '131508.692000', '131508.695000', '131508.697000', '131508.700000', '131508.703000', '131508.705000', '131508.708000', '131508.711000', '131508.713000', '131508.716000', '131508.718000', '131508.721000', '131508.724000', '131508.726000', '131508.729000', '131508.731000', '131508.734000', '131508.737000', '131508.739000', '131508.742000', '131508.744000', '131508.747000', '131508.750000', '131508.752000', '131508.755000', '131508.757000', '131528.644000', '131528.647000', '131528.650000', '131528.653000', '131528.655000', '131528.658000', '131528.660000', '131528.663000', '131528.666000', '131528.668000', '131528.671000', '131528.674000', '131528.676000', '131528.679000', '131528.682000', '131528.684000', '131528.687000', '131528.689000', '131528.692000', '131528.695000', '131528.697000', '131528.700000', '131528.703000', '131528.705000', '131528.708000', '131528.710000', '131528.713000', '131528.716000', '131528.718000', '131528.721000', '131528.723000', '131528.726000', '131528.729000', '131528.731000', '131528.734000', '131528.736000', '131528.739000', '131528.742000', '131528.744000', '131528.747000', '131528.749000', '131528.752000', '131528.755000', '131548.645000', '131548.647000', '131548.650000', '131548.653000', '131548.655000', '131548.658000', '131548.660000', '131548.663000', '131548.666000', '131548.668000', '131548.671000', '131548.674000', '131548.676000', '131548.679000', '131548.681000', '131548.684000', '131548.687000', '131548.689000', '131548.692000', '131548.695000', '131548.697000', '131548.700000', '131548.702000', '131548.705000', '131548.708000', '131548.710000', '131548.713000', '131548.715000', '131548.718000', '131548.721000', '131548.723000', '131548.726000', '131548.729000', '131548.731000', '131548.734000', '131548.736000', '131548.746000', '131548.749000', '131548.751000', '131548.754000', '131548.756000', '131548.759000', '131548.761000', '131548.764000', '131608.645000', '131608.647000', '131608.650000', '131608.653000', '131608.655000', '131608.658000', '131608.660000', '131608.663000', '131608.666000', '131608.668000', '131608.671000', '131608.674000', '131608.676000', '131608.679000', '131608.682000', '131608.684000', '131608.687000', '131608.689000', '131608.692000', '131608.695000', '131608.697000', '131608.700000', '131608.702000', '131608.705000', '131608.708000', '131608.710000', '131608.713000', '131608.715000', '131608.718000', '131608.721000', '131608.723000', '131608.726000', '131608.728000', '131608.731000', '131608.734000', '131608.736000', '131608.739000', '131608.742000', '131608.744000', '131608.747000', '131608.749000', '131608.752000', '131608.754000', '131627.612000', '131627.615000', '131627.618000', '131627.620000', '131627.623000', '131627.625000', '131627.628000', '131627.631000', '131627.633000', '131627.636000', '131627.638000', '131627.641000', '131627.644000', '131627.646000', '131627.649000', '131627.652000', '131627.654000', '131627.657000', '131627.659000', '131627.662000', '131627.665000', '131627.667000', '131627.670000', '131627.673000', '131627.675000', '131627.678000', '131627.681000', '131627.683000', '131627.686000', '131627.689000', '131627.691000', '131627.694000', '131627.696000', '131627.699000', '131627.702000', '131627.704000', '131627.707000', '131627.709000', '131627.712000', '131627.715000', '131627.717000', '131627.720000'], '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': [12734, 13314, 10918, 17329, 11039, 17213, 11864, 11904, 12679, 9201, 14424, 9377, 15958, 7885, 14159, 11507, 11307, 12981, 9327, 13168, 7763, 13164, 8476, 7832, 12553, 7970, 13290, 7929, 11858, 12148, 9240, 14777, 8294, 14061, 9943, 10991, 12408, 9082, 15592, 9713, 11849, 12415, 8875, 13695, 9782, 14914, 11743, 8052, 10133, 7851, 14075, 9931, 14398, 11417, 8190, 10702, 8021, 13174, 9415, 15067, 11893, 8880, 11315, 8055, 11543, 8024, 14284, 11334, 7930, 11986, 8179, 13203, 8531, 12573, 12446, 10380, 13801, 7967, 13220, 10726, 10977, 13224, 9045, 15052, 8310, 13714, 9155, 13159, 12030, 8446, 12102, 7735, 12391, 7968, 13107, 10679, 7676, 10752, 8223, 12414, 8073, 10899, 11925, 9978, 14159, 8001, 12904, 11419, 8874, 14437, 9153, 14900, 10726, 9390, 11604, 9061, 15715, 10987, 12926, 9554, 8851, 10606, 8172, 13669, 12062, 9034, 13748, 7562, 7514, 9890, 7568, 8083, 16353, 13820, 10089, 13046, 10763, 10287, 14287, 10861, 18591, 15881, 13234, 9599, 8721, 8401, 8967, 8956, 7901, 10951, 8291, 8386, 10653, 8584, 13686, 9488, 11924, 14184, 9591, 12810, 7886, 7732, 10472, 8369, 8055, 12495, 8443, 8090, 11633, 9850, 8287, 14005, 11212, 8893, 14982, 11513, 11037, 15047, 9362, 15642, 8886, 8356, 12796, 10493, 8704, 14268, 8674, 7849, 14737, 11078, 8775, 14601, 7664, 13411, 10518, 9321, 14723, 9506, 15713, 11741, 9237, 13178, 7975, 13515, 7771, 11546, 11762, 8077, 12793, 8047, 11868, 9512, 7916, 14148, 8234, 10537, 10752, 8173, 12047, 8565, 16027, 11013, 15569, 11857, 10721, 11192, 9011, 15391, 9567, 11032, 10776, 8024, 11419, 7715, 13815, 11444, 8359, 12162, 8084, 14158, 7984, 11983, 11520, 9364, 14589, 8200, 13613, 8617, 10976, 11411, 7983, 15853, 11330, 9961, 9970, 8157, 12367, 7933, 8048, 13877, 9591, 7805, 14252, 12498, 8712, 12932, 7583, 11081, 9808, 8000, 14823, 7884, 13540, 8648, 9215, 11872, 7791, 15801, 9514, 8070, 8550, 7977, 11036, 9763, 7992, 13428, 7646, 12645, 10054, 9474, 12087, 7837, 16024, 11718, 10967, 10433, 8288, 14377, 11153, 11951, 10351, 7679, 10628, 7844, 9700, 11487, 7765, 13757, 8163, 13051, 11566, 10017, 14602, 9019, 16298, 7687, 13675, 11624, 11355, 11911, 9266, 15343, 8282, 12616, 7683, 8427, 8464, 7897, 12111, 8169, 14483, 8158, 13430, 9234, 13565, 10141, 12290, 11648, 8154, 11197, 7621, 12467, 7872, 12555, 7753, 7830, 10600, 8069, 12355, 7758, 10900, 9499, 7908, 14585, 8354, 11594, 10578, 7932, 13905, 11022, 13893, 10791, 8036, 11601, 8157, 11387, 11979, 10188, 9442, 14832, 9137, 8743, 10356, 7650, 13865, 11738, 8802, 12435, 7936, 13794, 9566, 12998, 11851, 9547, 14446, 7791, 13213, 7903, 8163, 10249, 7870, 15148, 9812, 8456, 9368, 8076, 13966, 12041, 9658, 11687, 7969, 12488, 10880, 8857, 15467, 9090, 11589, 10070, 8018, 14185, 11283, 11651, 14163, 8080, 12864, 11119, 8315, 14002, 10959, 14436, 12848, 9790, 12578, 8127, 10885, 12239, 8595, 15497, 11688, 8146, 11882, 7773, 8211, 14169, 9736, 13685, 11037, 8082, 12792, 10042, 8081, 15449, 10857, 8197, 11581, 7955, 8465, 13645, 9707, 12887, 10722, 7941, 7842, 10796, 9443, 10801, 13475, 8423, 9836, 10639, 7753, 10941, 12742, 13740, 10491, 15478, 8877, 8087, 11538, 10637, 8387, 15129, 9202, 10282, 9659, 7823, 13937, 10503, 14225, 13175, 9728, 12102, 8245, 12434, 12377, 9291, 15085, 8574, 12517, 7992, 8295, 12717, 8326, 14833, 9843, 8018, 9384, 8186, 13709, 9298, 8075, 14377, 9543, 8490, 14645, 13784, 10392, 15618, 9845, 7923, 14151, 11741, 10001, 14312, 7949, 12024, 9387, 9389, 14318, 9364, 15445, 7917, 7801, 9693, 7864, 16030, 10654, 7980, 9784, 8025, 12884, 8375, 16274, 13262, 11974, 10796, 7735, 12490, 8037, 13099, 12385, 8878, 12669, 7775, 13685, 9459, 13612, 13199, 9568, 13952, 8662, 13710, 9331, 14677, 13293, 8933, 12972, 7846, 13333, 8013, 13541, 11286, 8750, 13125, 7922, 13469, 7956, 12990, 12687, 9239, 14203, 8161, 14260, 7822, 12065, 12583, 9482, 15373, 8138, 13547, 7713, 7834, 12006, 8234, 15609, 7894, 8327, 9060, 7924, 17060, 13750, 12031, 13564, 9818, 13698, 7972, 13678, 7986, 13618, 13104, 9986, 15583, 9203, 12696, 9225, 7914, 12397, 8299, 15624, 12632, 8700, 11290, 7640, 14456, 10457, 15403, 12713, 9347, 12314, 8001, 13059, 8155, 14467, 8928, 7699, 12412, 7896, 8681, 9698, 7782, 7884, 12398, 10896, 9386, 11323, 7816, 9275, 8095, 7920, 8327, 11897, 10197, 9758, 14966, 8685, 10393, 12395, 10144, 14843, 14048, 10697, 13245, 8039, 11229, 12702, 9564, 15853, 8817, 14401, 8348, 14333, 9206, 13368, 13357, 9193, 12514, 7728, 10739, 7767, 8325, 9248, 8174, 13329, 8026, 10870, 8772, 7891, 15070, 10717, 12161, 10949, 8023, 13179, 10876, 7804, 13268, 13950, 11209, 16942, 11406, 13171, 9551, 8073, 13532, 9113, 15963, 8890, 14727, 8072, 14515, 8140, 14656, 11428, 10884, 7987, 7769, 7929, 7928, 11174, 8303, 10857, 9978, 8055, 9157, 7972, 12355, 9693, 14669, 13432, 9316, 11420, 9178, 11786, 8598, 16366, 11341, 14150, 9847, 9293, 10268, 7526, 14349, 9224, 13083, 8019, 7748, 9993, 8603, 12425, 12304, 8315, 13235, 7602, 10091, 11651, 9157, 16197, 14005, 9911, 12266, 8124, 11359, 8557, 11118, 7822, 12878, 8793, 11949, 11796, 8200, 13576, 8566, 15458, 10013, 10817, 12567, 8628, 15798, 9229, 10614, 9054, 8075, 11225, 7906, 14055, 12184, 8361, 13864, 7794, 12772, 7618, 7603, 9472, 7920, 13256, 9875, 8101, 11421, 7977, 12956, 9114, 9878, 12384, 9342, 13347, 10245, 7780, 11017, 7751, 10653, 10244, 7962, 15151, 7981, 9304, 10378, 8133, 12232, 9339, 8018, 14880, 10860, 7808, 12392, 10090, 8679, 15628, 11469, 9548, 11762, 7923, 11993, 8966, 8079, 13967, 11168, 8903, 14044, 9333, 11851, 12205, 9385, 14044, 9560, 16666, 13230, 11367, 11161, 8998, 12255, 7967, 13380, 8870, 11718, 11483, 8235, 12311, 7837, 8978, 8099, 8031, 12376, 7786, 8026, 9536, 8193, 9192, 8300, 8195, 12400, 9723, 8329, 15039, 13156, 8092, 11134, 8633, 7840, 15075, 10575, 9117, 10400, 7962, 14629, 10347, 14959, 13571, 9095, 12635, 8630, 14481, 9456, 11400, 10024, 7785, 14633, 8063, 10825, 10126, 8162, 12407, 13025, 8955, 10201, 10572, 7705, 9664, 10115, 7737, 14749, 8127, 7949, 10164, 7906, 12175, 11361, 9012, 15774, 10116, 8078, 9169, 8218, 10849, 10429, 8000, 15232, 10469, 11516, 10689, 8198, 14412, 11002, 13249, 12632, 9196, 11934, 8050, 11308, 12502, 8797, 13606, 7979, 7809, 13638, 10985, 8535, 14881, 8168, 8403, 11166, 8648, 14036, 13238, 9596, 15666, 10002, 11492, 11881, 8913, 16491, 11992, 10832, 11692, 7940, 12964, 9063, 9395, 13250, 8059, 14201, 7882, 7906, 8182, 8038, 13862, 8002, 11285, 8297, 8065, 10037, 8165, 9416, 11568, 7933, 13127, 8017, 7930, 10542, 8042, 13727, 11760, 9240, 13160, 7989, 12010, 10910, 9188, 15206, 8932, 12977, 8518, 8023, 13705, 8144, 14101, 9744, 8027, 9540, 8154, 15324, 12294, 8490, 11958, 7942, 9857, 8728, 7881, 14958, 8894, 10684, 9172, 8079, 14884, 12499, 9554, 13571, 8498, 11861, 11796, 9494, 16693, 11502, 12260, 10436, 8017, 14144, 10708, 13406, 13863, 8612, 12840, 8081, 8223, 13790, 10959, 10035, 12810, 8165, 12986, 8358, 7911, 12281, 9743, 8280, 13780, 13197, 9381, 13501, 9589, 9554, 14099, 8304, 11973, 9163, 7860, 12472, 8063, 9077, 13101, 8344, 11615, 8274, 8166, 10937, 8097, 13833, 12524, 9500, 13072, 8913, 12920, 8666, 13078, 9246, 16505, 11579, 9369, 9831, 8226, 8780, 8158, 10618, 9433, 8198, 12618, 8210, 13546, 9122, 15592, 12340, 13365, 11984, 8574, 10559, 7980, 14206, 10021, 10133, 11724, 8070, 12231, 8191, 12760, 11891, 9221, 14387, 9580, 14117, 8771, 14114, 10850, 10604, 12612, 9600, 12737, 7807, 13110, 9419, 8504, 12711, 7929, 13078, 7952, 7984, 11383, 7671, 14575, 7841, 9980, 10601, 7973, 15500, 8923, 12037, 10462, 8656, 10118, 7577, 15470, 8372, 10878, 9704, 7764, 12329, 8431, 11598, 11358, 7605, 12571, 7541, 8676, 12085, 8922, 16205, 11824, 11453], 'WindowCenter': [4585.0, 4582.0, 4538.0, 4577.0, 4525.0, 4560.0, 4519.0, 4506.0, 4518.0, 4477.0, 4526.0, 4477.0, 4535.0, 4457.0, 4525.0, 4505.0, 4494.0, 4514.0, 4475.0, 4515.0, 4446.0, 4515.0, 4467.0, 4447.0, 4516.0, 4457.0, 4527.0, 4470.0, 4515.0, 4517.0, 4475.0, 4527.0, 4467.0, 4526.0, 4486.0, 4496.0, 4516.0, 4475.0, 4536.0, 4487.0, 4505.0, 4515.0, 4463.0, 4524.0, 4487.0, 4524.0, 4507.0, 4456.0, 4484.0, 4455.0, 4525.0, 4485.0, 4523.0, 4507.0, 4454.0, 4495.0, 4444.0, 4515.0, 4476.0, 4523.0, 4506.0, 4465.0, 4495.0, 4454.0, 4505.0, 4456.0, 4523.0, 4506.0, 4456.0, 4506.0, 4468.0, 4516.0, 4477.0, 4515.0, 4517.0, 4487.0, 4525.0, 4456.0, 4514.0, 4496.0, 4496.0, 4515.0, 4476.0, 4524.0, 4466.0, 4514.0, 4475.0, 4514.0, 4505.0, 4453.0, 4505.0, 4444.0, 4513.0, 4457.0, 4515.0, 4498.0, 4455.0, 4497.0, 4467.0, 4516.0, 4468.0, 4507.0, 4517.0, 4488.0, 4526.0, 4458.0, 4514.0, 4506.0, 4475.0, 4525.0, 4477.0, 4535.0, 4495.0, 4474.0, 4504.0, 4465.0, 4524.0, 4495.0, 4503.0, 4473.0, 4463.0, 4480.0, 4453.0, 4513.0, 4505.0, 4475.0, 4525.0, 4445.0, 4435.0, 4483.0, 4457.0, 4469.0, 4548.0, 4540.0, 4509.0, 4528.0, 4507.0, 4485.0, 4525.0, 4509.0, 4496.0, 4486.0, 4505.0, 4470.0, 4382.0, 4482.0, 4477.0, 4463.0, 4465.0, 4492.0, 4451.0, 4451.0, 4492.0, 4462.0, 4498.0, 4460.0, 4476.0, 4498.0, 4458.0, 4484.0, 4414.0, 4415.0, 4474.0, 4445.0, 4438.0, 4509.0, 4452.0, 4464.0, 4525.0, 4506.0, 4476.0, 4535.0, 4518.0, 4486.0, 4547.0, 4529.0, 4516.0, 4546.0, 4487.0, 4545.0, 4487.0, 4476.0, 4526.0, 4506.0, 4486.0, 4548.0, 4486.0, 4478.0, 4573.0, 4541.0, 4499.0, 4558.0, 4479.0, 4546.0, 4516.0, 4497.0, 4558.0, 4509.0, 4557.0, 4526.0, 4495.0, 4535.0, 4478.0, 4547.0, 4479.0, 4528.0, 4550.0, 4490.0, 4560.0, 4490.0, 4539.0, 4521.0, 4492.0, 4561.0, 4516.0, 4531.0, 4531.0, 4490.0, 4540.0, 4489.0, 4559.0, 4531.0, 4556.0, 4528.0, 4517.0, 4529.0, 4497.0, 4546.0, 4497.0, 4515.0, 4516.0, 4479.0, 4527.0, 4480.0, 4548.0, 4528.0, 4476.0, 4527.0, 4478.0, 4550.0, 4479.0, 4525.0, 4518.0, 4486.0, 4546.0, 4475.0, 4536.0, 4474.0, 4503.0, 4515.0, 4465.0, 4543.0, 4504.0, 4493.0, 4493.0, 4453.0, 4511.0, 4452.0, 4466.0, 4532.0, 4495.0, 4466.0, 4546.0, 4526.0, 4500.0, 4538.0, 4468.0, 4518.0, 4497.0, 4465.0, 4534.0, 4465.0, 4524.0, 4474.0, 4484.0, 4525.0, 4455.0, 4543.0, 4495.0, 4466.0, 4489.0, 4478.0, 4528.0, 4508.0, 4479.0, 4548.0, 4480.0, 4538.0, 4518.0, 4510.0, 4537.0, 4468.0, 4544.0, 4525.0, 4514.0, 4506.0, 4478.0, 4548.0, 4516.0, 4525.0, 4506.0, 4467.0, 4516.0, 4480.0, 4510.0, 4542.0, 4480.0, 4549.0, 4490.0, 4538.0, 4517.0, 4495.0, 4534.0, 4473.0, 4533.0, 4453.0, 4522.0, 4504.0, 4491.0, 4513.0, 4471.0, 4531.0, 4452.0, 4512.0, 4455.0, 4463.0, 4464.0, 4465.0, 4524.0, 4477.0, 4534.0, 4477.0, 4525.0, 4485.0, 4523.0, 4494.0, 4501.0, 4503.0, 4451.0, 4503.0, 4442.0, 4510.0, 4454.0, 4512.0, 4456.0, 4455.0, 4515.0, 4467.0, 4536.0, 4469.0, 4516.0, 4506.0, 4476.0, 4546.0, 4477.0, 4516.0, 4508.0, 4478.0, 4536.0, 4518.0, 4535.0, 4505.0, 4466.0, 4516.0, 4478.0, 4525.0, 4527.0, 4517.0, 4507.0, 4557.0, 4499.0, 4489.0, 4517.0, 4469.0, 4537.0, 4527.0, 4487.0, 4527.0, 4468.0, 4535.0, 4495.0, 4523.0, 4515.0, 4483.0, 4533.0, 4454.0, 4523.0, 4464.0, 4477.0, 4505.0, 4465.0, 4544.0, 4505.0, 4476.0, 4496.0, 4479.0, 4546.0, 4527.0, 4497.0, 4527.0, 4478.0, 4537.0, 4517.0, 4487.0, 4547.0, 4487.0, 4515.0, 4495.0, 4465.0, 4534.0, 4515.0, 4515.0, 4534.0, 4465.0, 4522.0, 4503.0, 4464.0, 4522.0, 4516.0, 4522.0, 4512.0, 4481.0, 4511.0, 4465.0, 4502.0, 4512.0, 4474.0, 4532.0, 4513.0, 4466.0, 4525.0, 4466.0, 4464.0, 4533.0, 4494.0, 4534.0, 4505.0, 4463.0, 4523.0, 4493.0, 4464.0, 4545.0, 4506.0, 4463.0, 4513.0, 4466.0, 4464.0, 4535.0, 4497.0, 4525.0, 4515.0, 4478.0, 4479.0, 4518.0, 4506.0, 4517.0, 4538.0, 4477.0, 4505.0, 4505.0, 4467.0, 4516.0, 4538.0, 4546.0, 4517.0, 4546.0, 4488.0, 4479.0, 4517.0, 4518.0, 4477.0, 4547.0, 4498.0, 4506.0, 4496.0, 4467.0, 4536.0, 4506.0, 4533.0, 4524.0, 4495.0, 4514.0, 4476.0, 4524.0, 4526.0, 4485.0, 4546.0, 4487.0, 4524.0, 4477.0, 4475.0, 4525.0, 4475.0, 4546.0, 4506.0, 4465.0, 4497.0, 4478.0, 4534.0, 4483.0, 4465.0, 4534.0, 4496.0, 4474.0, 4546.0, 4535.0, 4507.0, 4556.0, 4506.0, 4477.0, 4546.0, 4527.0, 4495.0, 4535.0, 4477.0, 4525.0, 4497.0, 4496.0, 4545.0, 4495.0, 4544.0, 4466.0, 4464.0, 4496.0, 4478.0, 4556.0, 4517.0, 4477.0, 4518.0, 4479.0, 4536.0, 4488.0, 4557.0, 4538.0, 4515.0, 4505.0, 4454.0, 4525.0, 4467.0, 4524.0, 4525.0, 4485.0, 4535.0, 4468.0, 4535.0, 4507.0, 4535.0, 4536.0, 4494.0, 4534.0, 4474.0, 4532.0, 4484.0, 4532.0, 4524.0, 4472.0, 4521.0, 4463.0, 4521.0, 4465.0, 4532.0, 4512.0, 4472.0, 4523.0, 4465.0, 4533.0, 4466.0, 4523.0, 4524.0, 4484.0, 4535.0, 4476.0, 4533.0, 4456.0, 4524.0, 4527.0, 4495.0, 4545.0, 4467.0, 4535.0, 4467.0, 4467.0, 4526.0, 4487.0, 4556.0, 4478.0, 4488.0, 4499.0, 4490.0, 4567.0, 4549.0, 4528.0, 4549.0, 4507.0, 4535.0, 4466.0, 4533.0, 4465.0, 4522.0, 4523.0, 4481.0, 4531.0, 4471.0, 4509.0, 4470.0, 4450.0, 4509.0, 4460.0, 4530.0, 4512.0, 4460.0, 4500.0, 4442.0, 4521.0, 4492.0, 4518.0, 4510.0, 4469.0, 4500.0, 4450.0, 4510.0, 4449.0, 4519.0, 4461.0, 4439.0, 4511.0, 4463.0, 4471.0, 4493.0, 4467.0, 4478.0, 4538.0, 4529.0, 4510.0, 4538.0, 4470.0, 4498.0, 4478.0, 4478.0, 4476.0, 4538.0, 4518.0, 4509.0, 4560.0, 4501.0, 4519.0, 4536.0, 4508.0, 4548.0, 4547.0, 4518.0, 4537.0, 4478.0, 4514.0, 4526.0, 4494.0, 4546.0, 4486.0, 4535.0, 4465.0, 4521.0, 4483.0, 4521.0, 4522.0, 4470.0, 4511.0, 4451.0, 4499.0, 4465.0, 4475.0, 4496.0, 4486.0, 4546.0, 4489.0, 4526.0, 4489.0, 4477.0, 4557.0, 4519.0, 4538.0, 4519.0, 4479.0, 4536.0, 4516.0, 4468.0, 4537.0, 4560.0, 4528.0, 4558.0, 4517.0, 4525.0, 4493.0, 4465.0, 4523.0, 4470.0, 4530.0, 4472.0, 4530.0, 4450.0, 4517.0, 4439.0, 4516.0, 4500.0, 4488.0, 4450.0, 4439.0, 4449.0, 4463.0, 4513.0, 4475.0, 4515.0, 4506.0, 4477.0, 4496.0, 4476.0, 4537.0, 4497.0, 4545.0, 4537.0, 4486.0, 4515.0, 4483.0, 4513.0, 4474.0, 4542.0, 4502.0, 4522.0, 4493.0, 4483.0, 4493.0, 4456.0, 4534.0, 4486.0, 4535.0, 4464.0, 4465.0, 4506.0, 4487.0, 4525.0, 4526.0, 4476.0, 4537.0, 4467.0, 4505.0, 4527.0, 4509.0, 4570.0, 4550.0, 4522.0, 4529.0, 4467.0, 4505.0, 4475.0, 4502.0, 4444.0, 4511.0, 4474.0, 4502.0, 4501.0, 4450.0, 4510.0, 4463.0, 4519.0, 4480.0, 4490.0, 4499.0, 4448.0, 4508.0, 4460.0, 4466.0, 4447.0, 4437.0, 4474.0, 4437.0, 4519.0, 4500.0, 4451.0, 4508.0, 4441.0, 4511.0, 4453.0, 4451.0, 4481.0, 4452.0, 4511.0, 4492.0, 4452.0, 4501.0, 4463.0, 4523.0, 4483.0, 4494.0, 4523.0, 4485.0, 4523.0, 4505.0, 4454.0, 4513.0, 4467.0, 4515.0, 4505.0, 4478.0, 4547.0, 4476.0, 4496.0, 4508.0, 4479.0, 4527.0, 4497.0, 4479.0, 4558.0, 4530.0, 4482.0, 4539.0, 4520.0, 4489.0, 4559.0, 4542.0, 4510.0, 4538.0, 4480.0, 4515.0, 4486.0, 4467.0, 4536.0, 4514.0, 4485.0, 4534.0, 4495.0, 4512.0, 4514.0, 4484.0, 4523.0, 4483.0, 4544.0, 4526.0, 4500.0, 4501.0, 4460.0, 4500.0, 4451.0, 4522.0, 4473.0, 4500.0, 4501.0, 4462.0, 4511.0, 4454.0, 4485.0, 4464.0, 4476.0, 4535.0, 4477.0, 4477.0, 4506.0, 4489.0, 4497.0, 4476.0, 4489.0, 4538.0, 4521.0, 4502.0, 4570.0, 4550.0, 4489.0, 4528.0, 4500.0, 4503.0, 4571.0, 4530.0, 4510.0, 4530.0, 4480.0, 4547.0, 4507.0, 4544.0, 4534.0, 4484.0, 4524.0, 4474.0, 4533.0, 4485.0, 4513.0, 4493.0, 4453.0, 4533.0, 4464.0, 4503.0, 4493.0, 4475.0, 4536.0, 4536.0, 4499.0, 4508.0, 4517.0, 4481.0, 4507.0, 4518.0, 4469.0, 4557.0, 4478.0, 4478.0, 4508.0, 4478.0, 4536.0, 4528.0, 4498.0, 4558.0, 4518.0, 4478.0, 4508.0, 4491.0, 4530.0, 4519.0, 4491.0, 4561.0, 4530.0, 4530.0, 4531.0, 4490.0, 4558.0, 4528.0, 4537.0, 4539.0, 4498.0, 4527.0, 4490.0, 4528.0, 4539.0, 4500.0, 4548.0, 4478.0, 4468.0, 4557.0, 4530.0, 4499.0, 4558.0, 4490.0, 4489.0, 4529.0, 4499.0, 4547.0, 4537.0, 4508.0, 4556.0, 4497.0, 4516.0, 4526.0, 4486.0, 4544.0, 4515.0, 4503.0, 4512.0, 4462.0, 4522.0, 4483.0, 4483.0, 4532.0, 4464.0, 4533.0, 4465.0, 4465.0, 4476.0, 4465.0, 4544.0, 4478.0, 4525.0, 4476.0, 4476.0, 4507.0, 4490.0, 4497.0, 4527.0, 4477.0, 4535.0, 4478.0, 4477.0, 4519.0, 4478.0, 4546.0, 4526.0, 4496.0, 4536.0, 4478.0, 4538.0, 4528.0, 4507.0, 4557.0, 4498.0, 4536.0, 4487.0, 4466.0, 4546.0, 4478.0, 4546.0, 4507.0, 4477.0, 4510.0, 4490.0, 4557.0, 4538.0, 4488.0, 4527.0, 4478.0, 4507.0, 4499.0, 4480.0, 4558.0, 4500.0, 4517.0, 4497.0, 4489.0, 4559.0, 4538.0, 4507.0, 4536.0, 4487.0, 4537.0, 4538.0, 4506.0, 4555.0, 4516.0, 4524.0, 4505.0, 4465.0, 4545.0, 4505.0, 4522.0, 4534.0, 4475.0, 4523.0, 4464.0, 4475.0, 4535.0, 4515.0, 4505.0, 4524.0, 4476.0, 4523.0, 4476.0, 4464.0, 4525.0, 4507.0, 4476.0, 4534.0, 4535.0, 4485.0, 4534.0, 4496.0, 4484.0, 4534.0, 4464.0, 4513.0, 4485.0, 4464.0, 4523.0, 4466.0, 4485.0, 4533.0, 4476.0, 4516.0, 4474.0, 4477.0, 4516.0, 4467.0, 4535.0, 4536.0, 4495.0, 4536.0, 4484.0, 4523.0, 4462.0, 4512.0, 4473.0, 4543.0, 4503.0, 4472.0, 4493.0, 4464.0, 4484.0, 4477.0, 4516.0, 4497.0, 4476.0, 4536.0, 4477.0, 4535.0, 4497.0, 4546.0, 4526.0, 4524.0, 4526.0, 4474.0, 4504.0, 4466.0, 4534.0, 4506.0, 4504.0, 4524.0, 4464.0, 4524.0, 4476.0, 4536.0, 4525.0, 4495.0, 4545.0, 4495.0, 4533.0, 4474.0, 4534.0, 4515.0, 4503.0, 4524.0, 4493.0, 4523.0, 4465.0, 4535.0, 4495.0, 4475.0, 4535.0, 4476.0, 4535.0, 4479.0, 4479.0, 4536.0, 4468.0, 4557.0, 4490.0, 4507.0, 4518.0, 4479.0, 4556.0, 4498.0, 4525.0, 4517.0, 4486.0, 4517.0, 4467.0, 4545.0, 4477.0, 4515.0, 4507.0, 4467.0, 4537.0, 4488.0, 4526.0, 4528.0, 4479.0, 4537.0, 4479.0, 4499.0, 4539.0, 4499.0, 4568.0, 4539.0, 4528.0], 'WindowWidth': [10031.0, 10020.0, 9948.0, 9999.0, 9922.0, 9964.0, 9905.0, 9882.0, 9899.0, 9843.0, 9909.0, 9841.0, 9920.0, 9817.0, 9905.0, 9878.0, 9860.0, 9890.0, 9837.0, 9888.0, 9799.0, 9890.0, 9829.0, 9804.0, 9897.0, 9818.0, 9909.0, 9838.0, 9892.0, 9896.0, 9837.0, 9910.0, 9828.0, 9907.0, 9853.0, 9865.0, 9893.0, 9838.0, 9922.0, 9854.0, 9876.0, 9891.0, 9819.0, 9902.0, 9855.0, 9901.0, 9882.0, 9811.0, 9847.0, 9810.0, 9904.0, 9851.0, 9900.0, 9881.0, 9806.0, 9862.0, 9792.0, 9890.0, 9839.0, 9898.0, 9879.0, 9821.0, 9863.0, 9809.0, 9876.0, 9813.0, 9900.0, 9881.0, 9813.0, 9881.0, 9832.0, 9892.0, 9844.0, 9892.0, 9897.0, 9856.0, 9905.0, 9812.0, 9888.0, 9865.0, 9869.0, 9892.0, 9838.0, 9904.0, 9827.0, 9888.0, 9837.0, 9887.0, 9876.0, 9805.0, 9877.0, 9793.0, 9884.0, 9815.0, 9891.0, 9871.0, 9811.0, 9869.0, 9829.0, 9895.0, 9834.0, 9885.0, 9897.0, 9858.0, 9909.0, 9818.0, 9887.0, 9880.0, 9837.0, 9906.0, 9841.0, 9919.0, 9864.0, 9835.0, 9876.0, 9823.0, 9902.0, 9865.0, 9871.0, 9831.0, 9815.0, 9834.0, 9801.0, 9886.0, 9878.0, 9838.0, 9905.0, 9797.0, 9781.0, 9844.0, 9817.0, 9838.0, 9945.0, 9936.0, 9890.0, 9914.0, 9882.0, 9850.0, 9905.0, 9891.0, 9850.0, 9832.0, 9883.0, 9832.0, 9671.0, 9864.0, 9847.0, 9818.0, 9826.0, 9856.0, 9800.0, 9800.0, 9858.0, 9818.0, 9859.0, 9807.0, 9821.0, 9856.0, 9805.0, 9832.0, 9739.0, 9742.0, 9822.0, 9787.0, 9782.0, 9878.0, 9806.0, 9827.0, 9912.0, 9888.0, 9848.0, 9925.0, 9907.0, 9861.0, 9945.0, 9928.0, 9902.0, 9942.0, 9862.0, 9940.0, 9865.0, 9847.0, 9914.0, 9887.0, 9861.0, 9946.0, 9864.0, 9858.0, 9995.0, 9948.0, 9888.0, 9964.0, 9860.0, 9944.0, 9905.0, 9878.0, 9965.0, 9899.0, 9960.0, 9918.0, 9874.0, 9928.0, 9858.0, 9948.0, 9859.0, 9922.0, 9961.0, 9879.0, 9971.0, 9878.0, 9940.0, 9918.0, 9881.0, 9973.0, 9920.0, 9930.0, 9932.0, 9875.0, 9940.0, 9869.0, 9965.0, 9927.0, 9956.0, 9920.0, 9904.0, 9924.0, 9878.0, 9941.0, 9877.0, 9898.0, 9902.0, 9854.0, 9917.0, 9861.0, 9950.0, 9920.0, 9848.0, 9917.0, 9854.0, 9953.0, 9854.0, 9913.0, 9905.0, 9859.0, 9940.0, 9845.0, 9925.0, 9841.0, 9879.0, 9897.0, 9828.0, 9933.0, 9880.0, 9864.0, 9863.0, 9808.0, 9883.0, 9806.0, 9834.0, 9920.0, 9871.0, 9833.0, 9941.0, 9916.0, 9888.0, 9933.0, 9840.0, 9905.0, 9875.0, 9831.0, 9922.0, 9829.0, 9908.0, 9840.0, 9854.0, 9910.0, 9819.0, 9933.0, 9871.0, 9836.0, 9870.0, 9856.0, 9922.0, 9896.0, 9859.0, 9949.0, 9861.0, 9936.0, 9910.0, 9902.0, 9935.0, 9840.0, 9938.0, 9913.0, 9894.0, 9887.0, 9855.0, 9948.0, 9903.0, 9913.0, 9887.0, 9836.0, 9901.0, 9860.0, 9898.0, 9947.0, 9860.0, 9951.0, 9871.0, 9932.0, 9902.0, 9867.0, 9919.0, 9835.0, 9917.0, 9809.0, 9897.0, 9875.0, 9856.0, 9889.0, 9827.0, 9912.0, 9804.0, 9885.0, 9815.0, 9822.0, 9826.0, 9830.0, 9909.0, 9846.0, 9921.0, 9851.0, 9910.0, 9857.0, 9902.0, 9866.0, 9869.0, 9874.0, 9803.0, 9876.0, 9791.0, 9882.0, 9812.0, 9888.0, 9819.0, 9817.0, 9898.0, 9836.0, 9927.0, 9843.0, 9900.0, 9890.0, 9850.0, 9942.0, 9851.0, 9901.0, 9890.0, 9853.0, 9929.0, 9906.0, 9923.0, 9883.0, 9833.0, 9898.0, 9852.0, 9911.0, 9919.0, 9905.0, 9892.0, 9961.0, 9885.0, 9872.0, 9905.0, 9841.0, 9932.0, 9918.0, 9863.0, 9917.0, 9840.0, 9925.0, 9869.0, 9904.0, 9895.0, 9850.0, 9920.0, 9815.0, 9904.0, 9828.0, 9851.0, 9887.0, 9832.0, 9936.0, 9886.0, 9848.0, 9876.0, 9857.0, 9944.0, 9918.0, 9878.0, 9919.0, 9853.0, 9933.0, 9904.0, 9863.0, 9944.0, 9862.0, 9896.0, 9870.0, 9831.0, 9922.0, 9898.0, 9897.0, 9922.0, 9829.0, 9902.0, 9878.0, 9827.0, 9903.0, 9901.0, 9901.0, 9889.0, 9843.0, 9885.0, 9829.0, 9874.0, 9887.0, 9839.0, 9917.0, 9892.0, 9834.0, 9912.0, 9836.0, 9827.0, 9921.0, 9869.0, 9922.0, 9882.0, 9825.0, 9907.0, 9865.0, 9828.0, 9938.0, 9886.0, 9827.0, 9891.0, 9833.0, 9829.0, 9925.0, 9877.0, 9912.0, 9898.0, 9855.0, 9858.0, 9907.0, 9891.0, 9903.0, 9936.0, 9850.0, 9886.0, 9884.0, 9836.0, 9899.0, 9935.0, 9944.0, 9905.0, 9945.0, 9866.0, 9858.0, 9904.0, 9908.0, 9852.0, 9946.0, 9879.0, 9887.0, 9874.0, 9837.0, 9926.0, 9885.0, 9921.0, 9910.0, 9869.0, 9894.0, 9847.0, 9910.0, 9913.0, 9858.0, 9941.0, 9862.0, 9909.0, 9852.0, 9847.0, 9911.0, 9846.0, 9944.0, 9888.0, 9833.0, 9877.0, 9854.0, 9921.0, 9853.0, 9830.0, 9920.0, 9874.0, 9841.0, 9942.0, 9927.0, 9891.0, 9958.0, 9889.0, 9851.0, 9942.0, 9918.0, 9873.0, 9927.0, 9850.0, 9913.0, 9878.0, 9875.0, 9939.0, 9871.0, 9938.0, 9834.0, 9830.0, 9875.0, 9853.0, 9960.0, 9907.0, 9855.0, 9909.0, 9859.0, 9930.0, 9868.0, 9959.0, 9937.0, 9898.0, 9883.0, 9816.0, 9911.0, 9836.0, 9910.0, 9914.0, 9859.0, 9926.0, 9841.0, 9926.0, 9892.0, 9926.0, 9929.0, 9868.0, 9923.0, 9841.0, 9917.0, 9856.0, 9917.0, 9909.0, 9835.0, 9900.0, 9824.0, 9900.0, 9831.0, 9917.0, 9889.0, 9837.0, 9906.0, 9830.0, 9919.0, 9836.0, 9905.0, 9909.0, 9854.0, 9924.0, 9846.0, 9919.0, 9820.0, 9910.0, 9916.0, 9872.0, 9942.0, 9838.0, 9925.0, 9838.0, 9838.0, 9916.0, 9867.0, 9961.0, 9855.0, 9869.0, 9885.0, 9876.0, 9976.0, 9954.0, 9922.0, 9955.0, 9894.0, 9926.0, 9834.0, 9920.0, 9831.0, 9903.0, 9906.0, 9846.0, 9914.0, 9833.0, 9880.0, 9829.0, 9801.0, 9880.0, 9816.0, 9910.0, 9887.0, 9816.0, 9869.0, 9794.0, 9900.0, 9860.0, 9891.0, 9881.0, 9826.0, 9867.0, 9800.0, 9878.0, 9798.0, 9891.0, 9815.0, 9785.0, 9884.0, 9823.0, 9834.0, 9866.0, 9839.0, 9857.0, 9937.0, 9928.0, 9902.0, 9938.0, 9846.0, 9881.0, 9852.0, 9852.0, 9849.0, 9935.0, 9909.0, 9899.0, 9972.0, 9893.0, 9910.0, 9931.0, 9894.0, 9949.0, 9947.0, 9908.0, 9930.0, 9852.0, 9896.0, 9914.0, 9868.0, 9941.0, 9861.0, 9926.0, 9830.0, 9898.0, 9850.0, 9898.0, 9901.0, 9829.0, 9885.0, 9806.0, 9868.0, 9833.0, 9847.0, 9875.0, 9865.0, 9945.0, 9872.0, 9917.0, 9872.0, 9854.0, 9962.0, 9913.0, 9935.0, 9908.0, 9855.0, 9928.0, 9902.0, 9841.0, 9932.0, 9971.0, 9922.0, 9966.0, 9904.0, 9911.0, 9868.0, 9831.0, 9904.0, 9828.0, 9909.0, 9833.0, 9910.0, 9801.0, 9885.0, 9783.0, 9883.0, 9868.0, 9848.0, 9801.0, 9787.0, 9802.0, 9827.0, 9891.0, 9847.0, 9898.0, 9888.0, 9850.0, 9874.0, 9850.0, 9931.0, 9877.0, 9941.0, 9932.0, 9860.0, 9899.0, 9855.0, 9894.0, 9842.0, 9929.0, 9878.0, 9904.0, 9864.0, 9850.0, 9865.0, 9820.0, 9922.0, 9860.0, 9926.0, 9830.0, 9831.0, 9888.0, 9864.0, 9913.0, 9917.0, 9849.0, 9933.0, 9838.0, 9886.0, 9923.0, 9899.0, 9983.0, 9958.0, 9919.0, 9921.0, 9836.0, 9882.0, 9839.0, 9871.0, 9797.0, 9882.0, 9838.0, 9871.0, 9870.0, 9798.0, 9878.0, 9820.0, 9889.0, 9839.0, 9851.0, 9861.0, 9790.0, 9872.0, 9807.0, 9811.0, 9789.0, 9774.0, 9821.0, 9777.0, 9891.0, 9867.0, 9803.0, 9875.0, 9789.0, 9885.0, 9812.0, 9805.0, 9845.0, 9807.0, 9885.0, 9861.0, 9807.0, 9872.0, 9825.0, 9906.0, 9854.0, 9868.0, 9906.0, 9857.0, 9905.0, 9884.0, 9814.0, 9893.0, 9838.0, 9900.0, 9888.0, 9854.0, 9947.0, 9849.0, 9877.0, 9892.0, 9855.0, 9918.0, 9878.0, 9859.0, 9963.0, 9929.0, 9870.0, 9939.0, 9916.0, 9871.0, 9967.0, 9948.0, 9901.0, 9937.0, 9860.0, 9897.0, 9860.0, 9836.0, 9929.0, 9895.0, 9857.0, 9923.0, 9872.0, 9889.0, 9894.0, 9851.0, 9907.0, 9852.0, 9935.0, 9914.0, 9868.0, 9871.0, 9813.0, 9867.0, 9806.0, 9900.0, 9835.0, 9868.0, 9871.0, 9820.0, 9885.0, 9816.0, 9859.0, 9831.0, 9849.0, 9928.0, 9855.0, 9854.0, 9892.0, 9870.0, 9878.0, 9850.0, 9869.0, 9935.0, 9920.0, 9897.0, 9985.0, 9956.0, 9874.0, 9925.0, 9891.0, 9898.0, 9989.0, 9930.0, 9904.0, 9929.0, 9861.0, 9948.0, 9890.0, 9937.0, 9923.0, 9854.0, 9909.0, 9841.0, 9917.0, 9855.0, 9890.0, 9863.0, 9811.0, 9917.0, 9825.0, 9876.0, 9864.0, 9843.0, 9930.0, 9929.0, 9883.0, 9894.0, 9904.0, 9863.0, 9892.0, 9908.0, 9844.0, 9962.0, 9856.0, 9854.0, 9893.0, 9854.0, 9931.0, 9923.0, 9881.0, 9964.0, 9910.0, 9857.0, 9897.0, 9878.0, 9928.0, 9913.0, 9877.0, 9973.0, 9931.0, 9927.0, 9930.0, 9876.0, 9964.0, 9925.0, 9934.0, 9938.0, 9880.0, 9919.0, 9876.0, 9920.0, 9940.0, 9889.0, 9952.0, 9855.0, 9842.0, 9964.0, 9928.0, 9886.0, 9967.0, 9875.0, 9873.0, 9925.0, 9886.0, 9947.0, 9935.0, 9894.0, 9957.0, 9877.0, 9901.0, 9915.0, 9861.0, 9938.0, 9898.0, 9878.0, 9889.0, 9823.0, 9904.0, 9852.0, 9853.0, 9919.0, 9828.0, 9919.0, 9830.0, 9832.0, 9850.0, 9833.0, 9939.0, 9854.0, 9913.0, 9849.0, 9849.0, 9895.0, 9876.0, 9881.0, 9919.0, 9852.0, 9928.0, 9856.0, 9854.0, 9913.0, 9855.0, 9944.0, 9919.0, 9877.0, 9931.0, 9855.0, 9937.0, 9924.0, 9894.0, 9962.0, 9881.0, 9930.0, 9866.0, 9835.0, 9943.0, 9853.0, 9944.0, 9892.0, 9854.0, 9902.0, 9879.0, 9962.0, 9938.0, 9868.0, 9919.0, 9858.0, 9894.0, 9888.0, 9861.0, 9965.0, 9888.0, 9905.0, 9881.0, 9872.0, 9967.0, 9937.0, 9893.0, 9932.0, 9867.0, 9934.0, 9935.0, 9889.0, 9956.0, 9903.0, 9909.0, 9884.0, 9829.0, 9940.0, 9884.0, 9904.0, 9923.0, 9843.0, 9907.0, 9828.0, 9847.0, 9926.0, 9900.0, 9884.0, 9910.0, 9848.0, 9907.0, 9845.0, 9829.0, 9914.0, 9893.0, 9849.0, 9925.0, 9927.0, 9858.0, 9921.0, 9872.0, 9852.0, 9922.0, 9829.0, 9891.0, 9856.0, 9828.0, 9906.0, 9834.0, 9858.0, 9921.0, 9848.0, 9900.0, 9843.0, 9850.0, 9900.0, 9837.0, 9925.0, 9930.0, 9872.0, 9929.0, 9854.0, 9906.0, 9820.0, 9887.0, 9834.0, 9931.0, 9878.0, 9834.0, 9866.0, 9828.0, 9857.0, 9852.0, 9901.0, 9878.0, 9848.0, 9929.0, 9852.0, 9927.0, 9878.0, 9943.0, 9916.0, 9908.0, 9914.0, 9840.0, 9881.0, 9834.0, 9923.0, 9888.0, 9881.0, 9910.0, 9829.0, 9908.0, 9850.0, 9929.0, 9914.0, 9871.0, 9942.0, 9871.0, 9920.0, 9843.0, 9924.0, 9899.0, 9879.0, 9909.0, 9866.0, 9907.0, 9833.0, 9928.0, 9875.0, 9846.0, 9926.0, 9849.0, 9926.0, 9860.0, 9860.0, 9933.0, 9843.0, 9962.0, 9876.0, 9892.0, 9908.0, 9860.0, 9959.0, 9882.0, 9915.0, 9907.0, 9862.0, 9905.0, 9839.0, 9941.0, 9852.0, 9900.0, 9893.0, 9840.0, 9933.0, 9870.0, 9918.0, 9923.0, 9860.0, 9936.0, 9860.0, 9888.0, 9940.0, 9884.0, 9979.0, 9940.0, 9924.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.03032891304347826</td></tr>
<tr><td colspan=3>aqi</td><td>0.0960804292173913</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.77995310257619</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2260242866579638</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.3182824541775435</td></tr>
<tr><td colspan=3>efc</td><td>0.4515</td></tr>
<tr><td colspan=3>fber</td><td>5342.6201</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2004400184422736</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>195</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.956521739130434</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.605778949548893</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6333181190349855</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7857076608562807</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3983110687554134</td></tr>
<tr><td colspan=3>gcor</td><td>0.01124</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004141255281865597</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019900284707546234</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1150</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.021833090679275</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>29.7451</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.3965</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.3965</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310626.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>838.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>363.8077</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1771</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>584.2664</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3782.1442</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3985.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65918.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1380.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4935.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>990.8342</td></tr>
<tr><td colspan=3>tsnr</td><td>19.259105303208344</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>