<?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-0065_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-0065_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-0065_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-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0065/figures/sub-0065_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-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065/ses-02/func/sub-0065_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>4868875c07876c1390adde1c136c01b7</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>20:17:33.012500</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.999595, -0.00894238, 0.0270255, 0.0104682, 0.998328, -0.0568541]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0827994</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7768, -7306, 799, -8, -431, 384, 57]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.368</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e09063f4-c3ec-4b3e-ac3d-8b970b1c26da||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.68183970451355, 0.028085362166166306, 0.07147406041622162, 107.3887710571289], [0.023991763591766357, 2.6784400939941406, -0.15420764684677124, -92.28240966796875], [0.07250738888978958, 0.1525353193283081, 2.6946449279785156, -88.88072967529297], [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': ['201733.012500', '201733.472500', '201733.932500', '201734.392500', '201734.852500', '201735.312500', '201735.772500', '201736.232500', '201736.692500', '201737.152500', '201737.612500', '201738.072500', '201738.532500', '201738.992500', '201739.452500', '201739.912500', '201740.372500', '201740.832500', '201741.292500', '201741.752500', '201742.212500', '201742.672500', '201743.132500', '201743.592500', '201744.052500', '201744.512500', '201744.972500', '201745.432500', '201745.892500', '201746.352500', '201746.812500', '201747.272500', '201747.732500', '201748.192500', '201748.652500', '201749.112500', '201749.572500', '201750.032500', '201750.492500', '201750.952500', '201751.412500', '201751.872500', '201752.332500', '201752.792500', '201753.252500', '201753.712500', '201754.172500', '201754.632500', '201755.092500', '201755.552500', '201756.012500', '201756.472500', '201756.932500', '201757.392500', '201757.852500', '201758.312500', '201758.772500', '201759.232500', '201759.692500', '201800.152500', '201800.612500', '201801.072500', '201801.532500', '201801.992500', '201802.452500', '201802.912500', '201803.372500', '201803.832500', '201804.292500', '201804.752500', '201805.212500', '201805.672500', '201806.132500', '201806.592500', '201807.052500', '201807.512500', '201807.972500', '201808.432500', '201808.892500', '201809.352500', '201809.812500', '201810.272500', '201810.732500', '201811.192500', '201811.652500', '201812.112500', '201812.572500', '201813.032500', '201813.492500', '201813.952500', '201814.412500', '201814.872500', '201815.332500', '201815.792500', '201816.252500', '201816.712500', '201817.172500', '201817.632500', '201818.092500', '201818.552500', '201819.012500', '201819.472500', '201819.932500', '201820.392500', '201820.852500', '201821.312500', '201821.772500', '201822.232500', '201822.692500', '201823.152500', '201823.612500', '201824.072500', '201824.532500', '201824.992500', '201825.452500', '201825.912500', '201826.372500', '201826.832500', '201827.292500', '201827.752500', '201828.212500', '201828.672500', '201829.132500', '201829.592500', '201830.052500', '201830.512500', '201830.972500', '201831.432500', '201831.892500', '201832.352500', '201832.812500', '201833.272500', '201833.732500', '201834.192500', '201834.652500', '201835.112500', '201835.572500', '201836.032500', '201836.492500', '201836.952500', '201837.412500', '201837.872500', '201838.332500', '201838.792500', '201839.252500', '201839.712500', '201840.172500', '201840.632500', '201841.092500', '201841.552500', '201842.012500', '201842.472500', '201842.932500', '201843.392500', '201843.852500', '201844.312500', '201844.772500', '201845.232500', '201845.692500', '201846.152500', '201846.612500', '201847.072500', '201847.532500', '201847.992500', '201848.452500', '201848.912500', '201849.372500', '201849.832500', '201850.292500', '201850.752500', '201851.212500', '201851.672500', '201852.132500', '201852.592500', '201853.052500', '201853.512500', '201853.972500', '201854.432500', '201854.892500', '201855.352500', '201855.812500', '201856.272500', '201856.732500', '201857.192500', '201857.652500', '201858.112500', '201858.572500', '201859.032500', '201859.492500', '201859.952500', '201900.412500', '201900.872500', '201901.332500', '201901.792500', '201902.252500', '201902.712500', '201903.172500', '201903.632500', '201904.092500', '201904.552500', '201905.012500', '201905.472500', '201905.932500', '201906.392500', '201906.852500', '201907.312500', '201907.772500', '201908.232500', '201908.692500', '201909.152500', '201909.612500', '201910.072500', '201910.532500', '201910.992500', '201911.452500', '201911.912500', '201912.372500', '201912.832500', '201913.292500', '201913.752500', '201914.212500', '201914.672500', '201915.132500', '201915.592500', '201916.052500', '201916.512500', '201916.972500', '201917.432500', '201917.892500', '201918.352500', '201918.812500', '201919.272500', '201919.732500', '201920.192500', '201920.652500', '201921.112500', '201921.572500', '201922.032500', '201922.492500', '201922.952500', '201923.412500', '201923.872500', '201924.332500', '201924.792500', '201925.252500', '201925.712500', '201926.172500', '201926.632500', '201927.092500', '201927.552500', '201928.012500', '201928.472500', '201928.932500', '201929.392500', '201929.852500', '201930.312500', '201930.772500', '201931.232500', '201931.692500', '201932.152500', '201932.612500', '201933.072500', '201933.532500', '201933.992500', '201934.452500', '201934.912500', '201935.372500', '201935.832500', '201936.292500', '201936.752500', '201937.212500', '201937.672500', '201938.132500', '201938.592500', '201939.052500', '201939.512500', '201939.972500', '201940.432500', '201940.892500', '201941.352500', '201941.812500', '201942.272500', '201942.732500', '201943.192500', '201943.652500', '201944.112500', '201944.572500', '201945.032500', '201945.492500', '201945.952500', '201946.412500', '201946.872500', '201947.332500', '201947.792500', '201948.252500', '201948.712500', '201949.172500', '201949.632500', '201950.092500', '201950.552500', '201951.012500', '201951.472500', '201951.932500', '201952.392500', '201952.852500', '201953.312500', '201953.772500', '201954.232500', '201954.692500', '201955.152500', '201955.612500', '201956.072500', '201956.532500', '201956.992500', '201957.452500', '201957.912500', '201958.372500', '201958.832500', '201959.292500', '201959.752500', '202000.212500', '202000.672500', '202001.132500', '202001.592500', '202002.052500', '202002.512500', '202002.972500', '202003.432500', '202003.892500', '202004.352500', '202004.812500', '202005.272500', '202005.732500', '202006.192500', '202006.652500', '202007.112500', '202007.572500', '202008.032500', '202008.492500', '202008.952500', '202009.412500', '202009.872500', '202010.332500', '202010.792500', '202011.252500', '202011.712500', '202012.172500', '202012.632500', '202013.092500', '202013.552500', '202014.012500', '202014.472500', '202014.932500', '202015.392500', '202015.852500', '202016.312500', '202016.772500', '202017.232500', '202017.692500', '202018.152500', '202018.612500', '202019.072500', '202019.532500', '202019.992500', '202020.452500', '202020.912500', '202021.372500', '202021.832500', '202022.292500', '202022.752500', '202023.212500', '202023.672500', '202024.132500', '202024.592500', '202025.052500', '202025.512500', '202025.972500', '202026.432500', '202026.892500', '202027.352500', '202027.812500', '202028.272500', '202028.732500', '202029.192500', '202029.652500', '202030.112500', '202030.572500', '202031.032500', '202031.492500', '202031.952500', '202032.412500', '202032.872500', '202033.332500', '202033.792500', '202034.252500', '202034.712500', '202035.172500', '202035.632500', '202036.092500', '202036.552500', '202037.012500', '202037.472500', '202037.932500', '202038.392500', '202038.852500', '202039.312500', '202039.772500', '202040.232500', '202040.692500', '202041.152500', '202041.612500', '202042.072500', '202042.532500', '202042.992500', '202043.452500', '202043.912500', '202044.372500', '202044.832500', '202045.292500', '202045.752500', '202046.212500', '202046.672500', '202047.132500', '202047.592500', '202048.052500', '202048.512500', '202048.972500', '202049.432500', '202049.892500', '202050.352500', '202050.812500', '202051.272500', '202051.732500', '202052.192500', '202052.652500', '202053.112500', '202053.572500', '202054.032500', '202054.492500', '202054.952500', '202055.412500', '202055.872500', '202056.332500', '202056.792500', '202057.252500', '202057.712500', '202058.172500', '202058.632500', '202059.092500', '202059.552500', '202100.012500', '202100.472500', '202100.932500', '202101.392500', '202101.852500', '202102.312500', '202102.772500', '202103.232500', '202103.692500', '202104.152500', '202104.612500', '202105.072500', '202105.532500', '202105.992500', '202106.452500', '202106.912500', '202107.372500', '202107.832500', '202108.292500', '202108.752500', '202109.212500', '202109.672500', '202110.132500', '202110.592500', '202111.052500', '202111.512500', '202111.972500', '202112.432500', '202112.892500', '202113.352500', '202113.812500', '202114.272500', '202114.732500', '202115.192500', '202115.652500', '202116.112500', '202116.572500', '202117.032500', '202117.492500', '202117.952500', '202118.412500', '202118.872500', '202119.332500', '202119.792500', '202120.252500', '202120.712500', '202121.172500', '202121.632500', '202122.092500', '202122.552500', '202123.012500', '202123.472500', '202123.932500', '202124.392500', '202124.852500', '202125.312500', '202125.772500', '202126.232500', '202126.692500', '202127.152500', '202127.612500', '202128.072500', '202128.532500', '202128.992500', '202129.452500', '202129.912500', '202130.372500', '202130.832500', '202131.292500', '202131.752500', '202132.212500', '202132.672500', '202133.132500', '202133.592500', '202134.052500', '202134.512500', '202134.972500', '202135.432500', '202135.892500', '202136.352500', '202136.812500', '202137.272500', '202137.732500', '202138.192500', '202138.652500', '202139.112500', '202139.572500', '202140.032500', '202140.492500', '202140.952500', '202141.412500', '202141.872500', '202142.332500', '202142.792500', '202143.252500', '202143.712500', '202144.172500', '202144.632500', '202145.092500', '202145.552500', '202146.012500', '202146.472500', '202146.932500', '202147.392500', '202147.852500', '202148.312500', '202148.772500', '202149.232500', '202149.692500', '202150.152500', '202150.612500', '202151.072500', '202151.532500', '202151.992500', '202152.452500', '202152.912500', '202153.372500', '202153.832500', '202154.292500', '202154.752500', '202155.212500', '202155.672500', '202156.132500', '202156.592500', '202157.052500', '202157.512500', '202157.972500', '202158.432500', '202158.892500', '202159.352500', '202159.812500', '202200.272500', '202200.732500', '202201.192500', '202201.652500', '202202.112500', '202202.572500', '202203.032500', '202203.492500', '202203.952500', '202204.412500', '202204.872500', '202205.332500', '202205.792500', '202206.252500', '202206.712500', '202207.172500', '202207.632500', '202208.092500', '202208.552500', '202209.012500', '202209.472500', '202209.932500', '202210.392500', '202210.852500', '202211.312500', '202211.772500', '202212.232500', '202212.692500', '202213.152500', '202213.612500', '202214.072500', '202214.532500', '202214.992500', '202215.452500', '202215.912500', '202216.372500', '202216.832500', '202217.292500', '202217.752500', '202218.212500', '202218.672500', '202219.132500', '202219.592500', '202220.052500', '202220.512500', '202220.972500', '202221.432500', '202221.892500', '202222.352500', '202222.812500', '202223.272500', '202223.732500', '202224.192500', '202224.652500', '202225.112500', '202225.572500', '202226.032500', '202226.492500', '202226.952500', '202227.412500', '202227.872500', '202228.332500', '202228.792500', '202229.252500', '202229.712500', '202230.172500', '202230.632500', '202231.092500', '202231.552500', '202232.012500', '202232.472500', '202232.932500', '202233.392500', '202233.852500', '202234.312500', '202234.772500', '202235.232500', '202235.692500', '202236.152500', '202236.612500', '202237.072500', '202237.532500', '202237.992500', '202238.452500', '202238.912500', '202239.372500', '202239.832500', '202240.292500', '202240.752500', '202241.212500', '202241.672500', '202242.132500', '202242.592500', '202243.052500', '202243.512500', '202243.972500', '202244.432500', '202244.892500', '202245.352500', '202245.812500', '202246.272500', '202246.732500', '202247.192500', '202247.652500', '202248.112500', '202248.572500', '202249.032500', '202249.492500', '202249.952500', '202250.412500', '202250.872500', '202251.332500', '202251.792500', '202252.252500', '202252.712500', '202253.172500', '202253.632500', '202254.092500', '202254.552500', '202255.012500', '202255.472500', '202255.932500', '202256.392500', '202256.852500', '202257.312500', '202257.772500', '202258.232500', '202258.692500', '202259.152500', '202259.612500', '202300.072500', '202300.532500', '202300.992500', '202301.452500', '202301.912500', '202302.372500', '202302.832500', '202303.292500', '202303.752500', '202304.212500', '202304.672500', '202305.132500', '202305.592500', '202306.052500', '202306.512500', '202306.972500', '202307.432500', '202307.892500', '202308.352500', '202308.812500', '202309.272500', '202309.732500', '202310.192500', '202310.652500', '202311.112500', '202311.572500', '202312.032500', '202312.492500', '202312.952500', '202313.412500', '202313.872500', '202314.332500', '202314.792500', '202315.252500', '202315.712500', '202316.172500', '202316.632500', '202317.092500', '202317.552500', '202318.012500', '202318.472500', '202318.932500', '202319.392500', '202319.852500', '202320.312500', '202320.772500', '202321.232500', '202321.692500', '202322.152500', '202322.612500', '202323.072500', '202323.532500', '202323.992500', '202324.452500', '202324.912500', '202325.372500', '202325.832500', '202326.292500', '202326.752500', '202327.212500', '202327.672500', '202328.132500', '202328.592500', '202329.052500', '202329.512500', '202329.972500', '202330.432500', '202330.892500', '202331.352500', '202331.812500', '202332.272500', '202332.732500', '202333.192500', '202333.652500', '202334.112500', '202334.572500', '202335.032500', '202335.492500', '202335.952500', '202336.412500', '202336.872500', '202337.332500', '202337.792500', '202338.252500', '202338.712500', '202339.172500', '202339.632500', '202340.092500', '202340.552500', '202341.012500', '202341.472500', '202341.932500', '202342.392500', '202342.852500', '202343.312500', '202343.772500', '202344.232500', '202344.692500', '202345.152500', '202345.612500', '202346.072500', '202346.532500', '202346.992500', '202347.452500', '202347.912500', '202348.372500', '202348.832500', '202349.292500', '202349.752500', '202350.212500', '202350.672500', '202351.132500', '202351.592500', '202352.052500', '202352.512500', '202352.972500', '202353.432500', '202353.892500', '202354.352500', '202354.812500', '202355.272500', '202355.732500', '202356.192500', '202356.652500', '202357.112500', '202357.572500', '202358.032500', '202358.492500', '202358.952500', '202359.412500', '202359.872500', '202400.332500', '202400.792500', '202401.252500', '202401.712500', '202402.172500', '202402.632500', '202403.092500', '202403.552500', '202404.012500', '202404.472500', '202404.932500', '202405.392500', '202405.852500', '202406.312500', '202406.772500', '202407.232500', '202407.692500', '202408.152500', '202408.612500', '202409.072500', '202409.532500', '202409.992500', '202410.452500', '202410.912500', '202411.372500', '202411.832500', '202412.292500', '202412.752500', '202413.212500', '202413.672500', '202414.132500', '202414.592500', '202415.052500', '202415.512500', '202415.972500', '202416.432500', '202416.892500', '202417.352500', '202417.812500', '202418.272500', '202418.732500', '202419.192500', '202419.652500', '202420.112500', '202420.572500', '202421.032500', '202421.492500', '202421.952500', '202422.412500', '202422.872500', '202423.332500', '202423.792500', '202424.252500', '202424.712500', '202425.172500', '202425.632500', '202426.092500', '202426.552500', '202427.012500', '202427.472500', '202427.932500', '202428.392500', '202428.852500', '202429.312500', '202429.772500', '202430.232500', '202430.692500', '202431.152500', '202431.612500', '202432.072500', '202432.532500', '202432.992500', '202433.452500', '202433.912500', '202434.372500', '202434.832500', '202435.292500', '202435.752500', '202436.212500', '202436.672500', '202437.132500', '202437.592500', '202438.052500', '202438.512500', '202438.972500', '202439.432500', '202439.892500', '202440.352500', '202440.812500', '202441.272500', '202441.732500', '202442.192500', '202442.652500', '202443.112500', '202443.572500', '202444.032500', '202444.492500', '202444.952500', '202445.412500', '202445.872500', '202446.332500', '202446.792500', '202447.252500', '202447.712500', '202448.172500', '202448.632500', '202449.092500', '202449.552500', '202450.012500', '202450.472500', '202450.932500', '202451.392500', '202451.852500', '202452.312500', '202452.772500', '202453.232500', '202453.692500', '202454.152500', '202454.612500', '202455.072500', '202455.532500', '202455.992500', '202456.452500', '202456.912500', '202457.372500', '202457.832500', '202458.292500', '202458.752500', '202459.212500', '202459.672500', '202500.132500', '202500.592500', '202501.052500', '202501.512500', '202501.972500', '202502.432500', '202502.892500', '202503.352500', '202503.812500', '202504.272500', '202504.732500', '202505.192500', '202505.652500', '202506.112500', '202506.572500', '202507.032500', '202507.492500', '202507.952500', '202508.412500', '202508.872500', '202509.332500', '202509.792500', '202510.252500', '202510.712500', '202511.172500', '202511.632500', '202512.092500', '202512.552500', '202513.012500', '202513.472500', '202513.932500', '202514.392500', '202514.852500', '202515.312500', '202515.772500', '202516.232500', '202516.692500', '202517.152500', '202517.612500', '202518.072500', '202518.532500', '202518.992500', '202519.452500', '202519.912500', '202520.372500', '202520.832500', '202521.292500', '202521.752500', '202522.212500', '202522.672500', '202523.132500', '202523.592500', '202524.052500', '202524.512500', '202524.972500', '202525.432500', '202525.892500', '202526.352500', '202526.812500', '202527.272500', '202527.732500', '202528.192500', '202528.652500', '202529.112500', '202529.572500', '202530.032500', '202530.492500', '202530.952500', '202531.412500', '202531.872500', '202532.332500', '202532.792500', '202533.252500', '202533.712500', '202534.172500', '202534.632500', '202535.092500', '202535.552500', '202536.012500', '202536.472500', '202536.932500', '202537.392500', '202537.852500', '202538.312500', '202538.772500', '202539.232500', '202539.692500', '202540.152500', '202540.612500', '202541.072500', '202541.532500', '202541.992500', '202542.452500', '202542.912500', '202543.372500', '202543.832500', '202544.292500', '202544.752500', '202545.212500', '202545.672500', '202546.132500', '202546.592500', '202547.052500', '202547.512500', '202547.972500', '202548.432500', '202548.892500', '202549.352500', '202549.812500', '202550.272500', '202550.732500', '202551.192500', '202551.652500', '202552.112500', '202552.572500', '202553.032500', '202553.492500', '202553.952500', '202554.412500', '202554.872500', '202555.332500', '202555.792500', '202556.252500', '202556.712500', '202557.172500', '202557.632500', '202558.092500', '202558.552500', '202559.012500', '202559.472500', '202559.932500', '202600.392500', '202600.852500', '202601.312500', '202601.772500', '202602.232500', '202602.692500', '202603.152500', '202603.612500', '202604.072500', '202604.532500', '202604.992500', '202605.452500', '202605.912500', '202606.372500', '202606.832500', '202607.292500', '202607.752500', '202608.212500', '202608.672500', '202609.132500', '202609.592500', '202610.052500', '202610.512500', '202610.972500', '202611.432500', '202611.892500', '202612.352500', '202612.812500', '202613.272500', '202613.732500', '202614.192500', '202614.652500', '202615.112500', '202615.572500', '202616.032500', '202616.492500', '202616.952500', '202617.412500', '202617.872500', '202618.332500', '202618.792500', '202619.252500', '202619.712500', '202620.172500', '202620.632500', '202621.092500', '202621.552500', '202622.012500', '202622.472500', '202622.932500', '202623.392500', '202623.852500', '202624.312500'], 'ContentTime': ['201753.536000', '201753.539000', '201753.542000', '201753.545000', '201753.547000', '201753.550000', '201753.552000', '201753.555000', '201753.557000', '201753.560000', '201753.571000', '201753.573000', '201753.576000', '201753.578000', '201753.581000', '201753.583000', '201753.586000', '201753.588000', '201753.591000', '201753.593000', '201753.596000', '201753.599000', '201753.601000', '201753.604000', '201753.606000', '201753.609000', '201753.612000', '201753.614000', '201753.617000', '201753.619000', '201753.622000', '201753.624000', '201753.627000', '201753.629000', '201753.632000', '201753.635000', '201753.637000', '201753.640000', '201753.642000', '201753.645000', '201753.647000', '201753.650000', '201753.652000', '201813.474000', '201813.477000', '201813.480000', '201813.482000', '201813.485000', '201813.487000', '201813.490000', '201813.493000', '201813.495000', '201813.498000', '201813.500000', '201813.503000', '201813.505000', '201813.508000', '201813.510000', '201813.513000', '201813.515000', '201813.518000', '201813.521000', '201813.523000', '201813.526000', '201813.528000', '201813.531000', '201813.533000', '201813.536000', '201813.538000', '201813.541000', '201813.543000', '201813.546000', '201813.549000', '201813.551000', '201813.554000', '201813.556000', '201813.559000', '201813.561000', '201813.564000', '201813.566000', '201813.569000', '201813.572000', '201813.574000', '201813.577000', '201813.580000', '201813.582000', '201813.585000', '201833.475000', '201833.478000', '201833.480000', '201833.483000', '201833.486000', '201833.488000', '201833.491000', '201833.493000', '201833.496000', '201833.498000', '201833.501000', '201833.503000', '201833.506000', '201833.508000', '201833.511000', '201833.514000', '201833.516000', '201833.519000', '201833.521000', '201833.524000', '201833.526000', '201833.529000', '201833.531000', '201833.534000', '201833.536000', '201833.539000', '201833.542000', '201833.544000', '201833.547000', '201833.549000', '201833.552000', '201833.554000', '201833.557000', '201833.560000', '201833.562000', '201833.565000', '201833.567000', '201833.570000', '201833.572000', '201833.575000', '201833.583000', '201833.586000', '201833.588000', '201853.475000', '201853.478000', '201853.481000', '201853.484000', '201853.486000', '201853.489000', '201853.491000', '201853.494000', '201853.496000', '201853.499000', '201853.502000', '201853.504000', '201853.507000', '201853.509000', '201853.512000', '201853.514000', '201853.517000', '201853.519000', '201853.522000', '201853.525000', '201853.527000', '201853.530000', '201853.532000', '201853.535000', '201853.538000', '201853.541000', '201853.544000', '201853.546000', '201853.549000', '201853.551000', '201853.554000', '201853.556000', '201853.559000', '201853.562000', '201853.564000', '201853.567000', '201853.569000', '201853.572000', '201853.574000', '201853.577000', '201853.580000', '201853.582000', '201853.585000', '201913.475000', '201913.478000', '201913.481000', '201913.483000', '201913.486000', '201913.489000', '201913.491000', '201913.494000', '201913.496000', '201913.499000', '201913.501000', '201913.504000', '201913.506000', '201913.509000', '201913.511000', '201913.514000', '201913.517000', '201913.519000', '201913.522000', '201913.524000', '201913.527000', '201913.529000', '201913.532000', '201913.534000', '201913.537000', '201913.540000', '201913.542000', '201913.545000', '201913.547000', '201913.550000', '201913.552000', '201913.555000', '201913.557000', '201913.560000', '201913.563000', '201913.565000', '201913.568000', '201913.570000', '201913.573000', '201913.575000', '201913.578000', '201913.580000', '201913.583000', '201913.585000', '201933.475000', '201933.478000', '201933.481000', '201933.484000', '201933.487000', '201933.490000', '201933.493000', '201933.495000', '201933.498000', '201933.500000', '201933.503000', '201933.506000', '201933.508000', '201933.511000', '201933.514000', '201933.516000', '201933.519000', '201933.521000', '201933.524000', '201933.527000', '201933.529000', '201933.532000', '201933.534000', '201933.537000', '201933.539000', '201933.542000', '201933.545000', '201933.547000', '201933.550000', '201933.552000', '201933.555000', '201933.558000', '201933.560000', '201933.563000', '201933.565000', '201933.568000', '201933.570000', '201933.573000', '201933.576000', '201933.578000', '201933.581000', '201933.583000', '201933.586000', '201953.475000', '201953.478000', '201953.481000', '201953.484000', '201953.486000', '201953.489000', '201953.491000', '201953.494000', '201953.496000', '201953.499000', '201953.502000', '201953.504000', '201953.507000', '201953.509000', '201953.512000', '201953.514000', '201953.517000', '201953.519000', '201953.522000', '201953.525000', '201953.527000', '201953.530000', '201953.532000', '201953.535000', '201953.538000', '201953.540000', '201953.543000', '201953.545000', '201953.548000', '201953.550000', '201953.553000', '201953.556000', '201953.558000', '201953.561000', '201953.563000', '201953.566000', '201953.568000', '201953.571000', '201953.574000', '201953.576000', '201953.579000', '201953.581000', '201953.584000', '201953.586000', '202013.475000', '202013.478000', '202013.481000', '202013.483000', '202013.486000', '202013.488000', '202013.491000', '202013.493000', '202013.496000', '202013.499000', '202013.501000', '202013.504000', '202013.506000', '202013.509000', '202013.511000', '202013.514000', '202013.517000', '202013.519000', '202013.522000', '202013.525000', '202013.527000', '202013.530000', '202013.533000', '202013.535000', '202013.538000', '202013.540000', '202013.543000', '202013.545000', '202013.548000', '202013.551000', '202013.553000', '202013.556000', '202013.558000', '202013.561000', '202013.563000', '202013.566000', '202013.569000', '202013.571000', '202013.574000', '202013.577000', '202013.581000', '202013.583000', '202013.586000', '202033.474000', '202033.477000', '202033.480000', '202033.482000', '202033.485000', '202033.487000', '202033.490000', '202033.493000', '202033.495000', '202033.498000', '202033.500000', '202033.503000', '202033.505000', '202033.508000', '202033.511000', '202033.513000', '202033.516000', '202033.518000', '202033.521000', '202033.524000', '202033.526000', '202033.529000', '202033.531000', '202033.534000', '202033.536000', '202033.539000', '202033.542000', '202033.544000', '202033.547000', '202033.549000', '202033.552000', '202033.555000', '202033.557000', '202033.560000', '202033.562000', '202033.579000', '202033.582000', '202033.584000', '202033.587000', '202033.589000', '202033.592000', '202033.594000', '202033.597000', '202033.600000', '202053.475000', '202053.478000', '202053.481000', '202053.483000', '202053.486000', '202053.489000', '202053.491000', '202053.494000', '202053.496000', '202053.499000', '202053.501000', '202053.504000', '202053.507000', '202053.509000', '202053.512000', '202053.514000', '202053.517000', '202053.520000', '202053.522000', '202053.525000', '202053.528000', '202053.530000', '202053.533000', '202053.536000', '202053.538000', '202053.541000', '202053.543000', '202053.546000', '202053.549000', '202053.552000', '202053.555000', '202053.558000', '202053.560000', '202053.563000', '202053.565000', '202053.568000', '202053.571000', '202053.573000', '202053.576000', '202053.578000', '202053.581000', '202053.583000', '202053.586000', '202113.475000', '202113.478000', '202113.481000', '202113.483000', '202113.486000', '202113.489000', '202113.491000', '202113.494000', '202113.497000', '202113.499000', '202113.502000', '202113.504000', '202113.507000', '202113.509000', '202113.512000', '202113.515000', '202113.517000', '202113.520000', '202113.522000', '202113.525000', '202113.528000', '202113.530000', '202113.533000', '202113.535000', '202113.538000', '202113.540000', '202113.543000', '202113.545000', '202113.548000', '202113.551000', '202113.553000', '202113.556000', '202113.558000', '202113.561000', '202113.563000', '202113.566000', '202113.568000', '202113.571000', '202113.574000', '202113.576000', '202113.579000', '202113.581000', '202113.584000', '202113.586000', '202133.475000', '202133.478000', '202133.481000', '202133.483000', '202133.486000', '202133.489000', '202133.491000', '202133.494000', '202133.496000', '202133.499000', '202133.501000', '202133.504000', '202133.506000', '202133.509000', '202133.512000', '202133.514000', '202133.517000', '202133.519000', '202133.522000', '202133.525000', '202133.527000', '202133.530000', '202133.532000', '202133.535000', '202133.538000', '202133.540000', '202133.543000', '202133.545000', '202133.548000', '202133.551000', '202133.553000', '202133.556000', '202133.559000', '202133.561000', '202133.564000', '202133.567000', '202133.570000', '202133.573000', '202133.576000', '202133.578000', '202133.581000', '202133.584000', '202133.586000', '202153.475000', '202153.478000', '202153.481000', '202153.484000', '202153.486000', '202153.489000', '202153.491000', '202153.494000', '202153.497000', '202153.499000', '202153.502000', '202153.504000', '202153.507000', '202153.510000', '202153.512000', '202153.515000', '202153.518000', '202153.520000', '202153.523000', '202153.525000', '202153.528000', '202153.531000', '202153.533000', '202153.536000', '202153.538000', '202153.541000', '202153.544000', '202153.546000', '202153.549000', '202153.551000', '202153.554000', '202153.557000', '202153.559000', '202153.562000', '202153.564000', '202153.567000', '202153.569000', '202153.572000', '202153.575000', '202153.577000', '202153.580000', '202153.582000', '202153.585000', '202153.588000', '202213.476000', '202213.479000', '202213.481000', '202213.484000', '202213.486000', '202213.489000', '202213.492000', '202213.494000', '202213.497000', '202213.499000', '202213.502000', '202213.505000', '202213.507000', '202213.510000', '202213.512000', '202213.515000', '202213.531000', '202213.534000', '202213.537000', '202213.539000', '202213.542000', '202213.544000', '202213.547000', '202213.549000', '202213.552000', '202213.555000', '202213.557000', '202213.560000', '202213.562000', '202213.565000', '202213.568000', '202213.570000', '202213.573000', '202213.576000', '202213.578000', '202213.581000', '202213.583000', '202213.586000', '202213.589000', '202213.592000', '202213.595000', '202213.598000', '202213.601000', '202233.476000', '202233.479000', '202233.482000', '202233.484000', '202233.487000', '202233.489000', '202233.492000', '202233.495000', '202233.497000', '202233.500000', '202233.502000', '202233.505000', '202233.508000', '202233.510000', '202233.513000', '202233.516000', '202233.518000', '202233.521000', '202233.523000', '202233.526000', '202233.529000', '202233.531000', '202233.534000', '202233.536000', '202233.539000', '202233.542000', '202233.544000', '202233.547000', '202233.550000', '202233.552000', '202233.555000', '202233.557000', '202233.560000', '202233.563000', '202233.566000', '202233.568000', '202233.571000', '202233.573000', '202233.576000', '202233.579000', '202233.581000', '202233.584000', '202233.586000', '202233.589000', '202253.474000', '202253.477000', '202253.480000', '202253.482000', '202253.485000', '202253.488000', '202253.490000', '202253.493000', '202253.495000', '202253.498000', '202253.501000', '202253.503000', '202253.506000', '202253.508000', '202253.511000', '202253.514000', '202253.516000', '202253.519000', '202253.521000', '202253.524000', '202253.527000', '202253.529000', '202253.532000', '202253.534000', '202253.537000', '202253.539000', '202253.542000', '202253.545000', '202253.547000', '202253.550000', '202253.552000', '202253.555000', '202253.558000', '202253.560000', '202253.563000', '202253.565000', '202253.568000', '202253.571000', '202253.573000', '202253.576000', '202253.578000', '202253.581000', '202253.584000', '202313.476000', '202313.479000', '202313.481000', '202313.484000', '202313.486000', '202313.489000', '202313.492000', '202313.494000', '202313.497000', '202313.500000', '202313.502000', '202313.505000', '202313.507000', '202313.510000', '202313.513000', '202313.515000', '202313.518000', '202313.520000', '202313.523000', '202313.526000', '202313.528000', '202313.531000', '202313.534000', '202313.536000', '202313.539000', '202313.541000', '202313.544000', '202313.547000', '202313.549000', '202313.552000', '202313.555000', '202313.557000', '202313.560000', '202313.562000', '202313.565000', '202313.568000', '202313.570000', '202313.573000', '202313.575000', '202313.578000', '202313.580000', '202313.583000', '202313.586000', '202313.588000', '202333.475000', '202333.478000', '202333.481000', '202333.484000', '202333.486000', '202333.489000', '202333.491000', '202333.494000', '202333.496000', '202333.499000', '202333.502000', '202333.504000', '202333.507000', '202333.510000', '202333.512000', '202333.516000', '202333.519000', '202333.522000', '202333.524000', '202333.527000', '202333.529000', '202333.532000', '202333.535000', '202333.537000', '202333.540000', '202333.542000', '202333.545000', '202333.560000', '202333.563000', '202333.565000', '202333.568000', '202333.571000', '202333.573000', '202333.576000', '202333.578000', '202333.581000', '202333.584000', '202333.586000', '202333.589000', '202333.591000', '202333.594000', '202333.597000', '202333.599000', '202353.476000', '202353.478000', '202353.481000', '202353.484000', '202353.486000', '202353.489000', '202353.492000', '202353.494000', '202353.497000', '202353.499000', '202353.502000', '202353.505000', '202353.508000', '202353.511000', '202353.514000', '202353.516000', '202353.519000', '202353.522000', '202353.524000', '202353.527000', '202353.530000', '202353.532000', '202353.535000', '202353.537000', '202353.540000', '202353.543000', '202353.545000', '202353.548000', '202353.550000', '202353.553000', '202353.556000', '202353.558000', '202353.561000', '202353.563000', '202353.566000', '202353.569000', '202353.571000', '202353.574000', '202353.576000', '202353.579000', '202353.582000', '202353.584000', '202353.587000', '202413.476000', '202413.478000', '202413.481000', '202413.484000', '202413.486000', '202413.489000', '202413.491000', '202413.494000', '202413.497000', '202413.499000', '202413.502000', '202413.505000', '202413.507000', '202413.510000', '202413.512000', '202413.515000', '202413.518000', '202413.520000', '202413.523000', '202413.525000', '202413.528000', '202413.531000', '202413.533000', '202413.536000', '202413.538000', '202413.541000', '202413.544000', '202413.546000', '202413.549000', '202413.552000', '202413.554000', '202413.557000', '202413.560000', '202413.562000', '202413.565000', '202413.568000', '202413.570000', '202413.573000', '202413.575000', '202413.578000', '202413.581000', '202413.583000', '202413.586000', '202413.588000', '202433.475000', '202433.478000', '202433.481000', '202433.483000', '202433.486000', '202433.489000', '202433.491000', '202433.494000', '202433.497000', '202433.499000', '202433.502000', '202433.504000', '202433.507000', '202433.510000', '202433.512000', '202433.515000', '202433.518000', '202433.520000', '202433.523000', '202433.525000', '202433.528000', '202433.530000', '202433.533000', '202433.536000', '202433.538000', '202433.541000', '202433.543000', '202433.546000', '202433.549000', '202433.551000', '202433.554000', '202433.556000', '202433.559000', '202433.561000', '202433.564000', '202433.567000', '202433.569000', '202433.572000', '202433.574000', '202433.577000', '202433.580000', '202433.582000', '202433.585000', '202433.587000', '202453.475000', '202453.478000', '202453.481000', '202453.483000', '202453.486000', '202453.489000', '202453.491000', '202453.494000', '202453.497000', '202453.499000', '202453.502000', '202453.505000', '202453.507000', '202453.510000', '202453.512000', '202453.515000', '202453.518000', '202453.520000', '202453.523000', '202453.525000', '202453.528000', '202453.531000', '202453.533000', '202453.536000', '202453.539000', '202453.541000', '202453.544000', '202453.547000', '202453.549000', '202453.552000', '202453.554000', '202453.557000', '202453.560000', '202453.562000', '202453.565000', '202453.568000', '202453.570000', '202453.615000', '202453.617000', '202453.620000', '202453.623000', '202453.626000', '202453.629000', '202513.474000', '202513.477000', '202513.480000', '202513.482000', '202513.485000', '202513.488000', '202513.490000', '202513.493000', '202513.496000', '202513.499000', '202513.502000', '202513.505000', '202513.507000', '202513.510000', '202513.513000', '202513.515000', '202513.518000', '202513.520000', '202513.523000', '202513.526000', '202513.528000', '202513.531000', '202513.533000', '202513.536000', '202513.539000', '202513.541000', '202513.544000', '202513.546000', '202513.550000', '202513.552000', '202513.555000', '202513.558000', '202513.561000', '202513.563000', '202513.566000', '202513.569000', '202513.571000', '202513.574000', '202513.576000', '202513.579000', '202513.582000', '202513.584000', '202513.587000', '202513.589000', '202533.476000', '202533.479000', '202533.481000', '202533.484000', '202533.487000', '202533.489000', '202533.492000', '202533.495000', '202533.497000', '202533.500000', '202533.503000', '202533.505000', '202533.508000', '202533.510000', '202533.513000', '202533.515000', '202533.518000', '202533.521000', '202533.523000', '202533.526000', '202533.529000', '202533.531000', '202533.534000', '202533.536000', '202533.539000', '202533.542000', '202533.544000', '202533.547000', '202533.549000', '202533.552000', '202533.555000', '202533.557000', '202533.560000', '202533.562000', '202533.565000', '202533.568000', '202533.570000', '202533.573000', '202533.575000', '202533.578000', '202533.581000', '202533.583000', '202533.586000', '202553.476000', '202553.478000', '202553.481000', '202553.484000', '202553.486000', '202553.489000', '202553.491000', '202553.494000', '202553.497000', '202553.499000', '202553.502000', '202553.504000', '202553.507000', '202553.510000', '202553.512000', '202553.515000', '202553.518000', '202553.520000', '202553.523000', '202553.525000', '202553.528000', '202553.531000', '202553.533000', '202553.536000', '202553.538000', '202553.541000', '202553.544000', '202553.547000', '202553.549000', '202553.552000', '202553.554000', '202553.557000', '202553.560000', '202553.562000', '202553.565000', '202553.568000', '202553.570000', '202553.573000', '202553.576000', '202553.578000', '202553.581000', '202553.583000', '202553.586000', '202553.589000', '202613.476000', '202613.478000', '202613.481000', '202613.484000', '202613.486000', '202613.489000', '202613.491000', '202613.494000', '202613.497000', '202613.499000', '202613.502000', '202613.505000', '202613.507000', '202613.510000', '202613.512000', '202613.515000', '202613.518000', '202613.520000', '202613.523000', '202613.526000', '202613.528000', '202613.531000', '202613.533000', '202613.536000', '202613.539000', '202613.541000', '202613.544000', '202613.547000', '202613.549000', '202613.552000', '202613.555000', '202613.557000', '202613.560000', '202613.563000', '202613.577000', '202613.579000', '202613.582000', '202613.584000', '202613.587000', '202613.590000', '202613.592000', '202613.595000', '202613.597000', '202625.197000', '202625.199000', '202625.202000', '202625.204000', '202625.207000', '202625.210000', '202625.213000', '202625.215000', '202625.218000', '202625.220000', '202625.223000', '202625.226000', '202625.228000', '202625.231000', '202625.233000', '202625.236000', '202625.239000', '202625.242000', '202625.244000', '202625.247000', '202625.249000', '202625.252000', '202625.255000', '202625.257000', '202625.260000', '202625.263000'], 'InstanceCreationTime': ['201753.536000', '201753.539000', '201753.542000', '201753.545000', '201753.547000', '201753.550000', '201753.552000', '201753.555000', '201753.557000', '201753.560000', '201753.571000', '201753.573000', '201753.576000', '201753.578000', '201753.581000', '201753.583000', '201753.586000', '201753.588000', '201753.591000', '201753.593000', '201753.596000', '201753.599000', '201753.601000', '201753.604000', '201753.606000', '201753.609000', '201753.612000', '201753.614000', '201753.617000', '201753.619000', '201753.622000', '201753.624000', '201753.627000', '201753.629000', '201753.632000', '201753.635000', '201753.637000', '201753.640000', '201753.642000', '201753.645000', '201753.647000', '201753.650000', '201753.652000', '201813.474000', '201813.477000', '201813.480000', '201813.482000', '201813.485000', '201813.487000', '201813.490000', '201813.493000', '201813.495000', '201813.498000', '201813.500000', '201813.503000', '201813.505000', '201813.508000', '201813.510000', '201813.513000', '201813.515000', '201813.518000', '201813.521000', '201813.523000', '201813.526000', '201813.528000', '201813.531000', '201813.533000', '201813.536000', '201813.538000', '201813.541000', '201813.543000', '201813.546000', '201813.549000', '201813.551000', '201813.554000', '201813.556000', '201813.559000', '201813.561000', '201813.564000', '201813.566000', '201813.569000', '201813.572000', '201813.574000', '201813.577000', '201813.580000', '201813.582000', '201813.585000', '201833.475000', '201833.478000', '201833.480000', '201833.483000', '201833.486000', '201833.488000', '201833.491000', '201833.493000', '201833.496000', '201833.498000', '201833.501000', '201833.503000', '201833.506000', '201833.508000', '201833.511000', '201833.514000', '201833.516000', '201833.519000', '201833.521000', '201833.524000', '201833.526000', '201833.529000', '201833.531000', '201833.534000', '201833.536000', '201833.539000', '201833.542000', '201833.544000', '201833.547000', '201833.549000', '201833.552000', '201833.554000', '201833.557000', '201833.560000', '201833.562000', '201833.565000', '201833.567000', '201833.570000', '201833.572000', '201833.575000', '201833.583000', '201833.586000', '201833.588000', '201853.475000', '201853.478000', '201853.481000', '201853.484000', '201853.486000', '201853.489000', '201853.491000', '201853.494000', '201853.496000', '201853.499000', '201853.502000', '201853.504000', '201853.507000', '201853.509000', '201853.512000', '201853.514000', '201853.517000', '201853.519000', '201853.522000', '201853.525000', '201853.527000', '201853.530000', '201853.532000', '201853.535000', '201853.538000', '201853.541000', '201853.544000', '201853.546000', '201853.549000', '201853.551000', '201853.554000', '201853.556000', '201853.559000', '201853.562000', '201853.564000', '201853.567000', '201853.569000', '201853.572000', '201853.574000', '201853.577000', '201853.580000', '201853.582000', '201853.585000', '201913.475000', '201913.478000', '201913.481000', '201913.483000', '201913.486000', '201913.489000', '201913.491000', '201913.494000', '201913.496000', '201913.499000', '201913.501000', '201913.504000', '201913.506000', '201913.509000', '201913.511000', '201913.514000', '201913.517000', '201913.519000', '201913.522000', '201913.524000', '201913.527000', '201913.529000', '201913.532000', '201913.534000', '201913.537000', '201913.540000', '201913.542000', '201913.545000', '201913.547000', '201913.550000', '201913.552000', '201913.555000', '201913.557000', '201913.560000', '201913.563000', '201913.565000', '201913.568000', '201913.570000', '201913.573000', '201913.575000', '201913.578000', '201913.580000', '201913.583000', '201913.585000', '201933.475000', '201933.478000', '201933.481000', '201933.484000', '201933.487000', '201933.490000', '201933.493000', '201933.495000', '201933.498000', '201933.500000', '201933.503000', '201933.506000', '201933.508000', '201933.511000', '201933.514000', '201933.516000', '201933.519000', '201933.521000', '201933.524000', '201933.527000', '201933.529000', '201933.532000', '201933.534000', '201933.537000', '201933.539000', '201933.542000', '201933.545000', '201933.547000', '201933.550000', '201933.552000', '201933.555000', '201933.558000', '201933.560000', '201933.563000', '201933.565000', '201933.568000', '201933.570000', '201933.573000', '201933.576000', '201933.578000', '201933.581000', '201933.583000', '201933.586000', '201953.475000', '201953.478000', '201953.481000', '201953.484000', '201953.486000', '201953.489000', '201953.491000', '201953.494000', '201953.496000', '201953.499000', '201953.502000', '201953.504000', '201953.507000', '201953.509000', '201953.512000', '201953.514000', '201953.517000', '201953.519000', '201953.522000', '201953.525000', '201953.527000', '201953.530000', '201953.532000', '201953.535000', '201953.538000', '201953.540000', '201953.543000', '201953.545000', '201953.548000', '201953.550000', '201953.553000', '201953.556000', '201953.558000', '201953.561000', '201953.563000', '201953.566000', '201953.568000', '201953.571000', '201953.574000', '201953.576000', '201953.579000', '201953.581000', '201953.584000', '201953.586000', '202013.475000', '202013.478000', '202013.481000', '202013.483000', '202013.486000', '202013.488000', '202013.491000', '202013.493000', '202013.496000', '202013.499000', '202013.501000', '202013.504000', '202013.506000', '202013.509000', '202013.511000', '202013.514000', '202013.517000', '202013.519000', '202013.522000', '202013.525000', '202013.527000', '202013.530000', '202013.533000', '202013.535000', '202013.538000', '202013.540000', '202013.543000', '202013.545000', '202013.548000', '202013.551000', '202013.553000', '202013.556000', '202013.558000', '202013.561000', '202013.563000', '202013.566000', '202013.569000', '202013.571000', '202013.574000', '202013.577000', '202013.581000', '202013.583000', '202013.586000', '202033.474000', '202033.477000', '202033.480000', '202033.482000', '202033.485000', '202033.487000', '202033.490000', '202033.493000', '202033.495000', '202033.498000', '202033.500000', '202033.503000', '202033.505000', '202033.508000', '202033.511000', '202033.513000', '202033.516000', '202033.518000', '202033.521000', '202033.524000', '202033.526000', '202033.529000', '202033.531000', '202033.534000', '202033.536000', '202033.539000', '202033.542000', '202033.544000', '202033.547000', '202033.549000', '202033.552000', '202033.555000', '202033.557000', '202033.560000', '202033.562000', '202033.579000', '202033.582000', '202033.584000', '202033.587000', '202033.589000', '202033.592000', '202033.594000', '202033.597000', '202033.600000', '202053.475000', '202053.478000', '202053.481000', '202053.483000', '202053.486000', '202053.489000', '202053.491000', '202053.494000', '202053.496000', '202053.499000', '202053.501000', '202053.504000', '202053.507000', '202053.509000', '202053.512000', '202053.514000', '202053.517000', '202053.520000', '202053.522000', '202053.525000', '202053.528000', '202053.530000', '202053.533000', '202053.536000', '202053.538000', '202053.541000', '202053.543000', '202053.546000', '202053.549000', '202053.552000', '202053.555000', '202053.558000', '202053.560000', '202053.563000', '202053.565000', '202053.568000', '202053.571000', '202053.573000', '202053.576000', '202053.578000', '202053.581000', '202053.583000', '202053.586000', '202113.475000', '202113.478000', '202113.481000', '202113.483000', '202113.486000', '202113.489000', '202113.491000', '202113.494000', '202113.497000', '202113.499000', '202113.502000', '202113.504000', '202113.507000', '202113.509000', '202113.512000', '202113.515000', '202113.517000', '202113.520000', '202113.522000', '202113.525000', '202113.528000', '202113.530000', '202113.533000', '202113.535000', '202113.538000', '202113.540000', '202113.543000', '202113.545000', '202113.548000', '202113.551000', '202113.553000', '202113.556000', '202113.558000', '202113.561000', '202113.563000', '202113.566000', '202113.568000', '202113.571000', '202113.574000', '202113.576000', '202113.579000', '202113.581000', '202113.584000', '202113.586000', '202133.475000', '202133.478000', '202133.481000', '202133.483000', '202133.486000', '202133.489000', '202133.491000', '202133.494000', '202133.496000', '202133.499000', '202133.501000', '202133.504000', '202133.506000', '202133.509000', '202133.512000', '202133.514000', '202133.517000', '202133.519000', '202133.522000', '202133.525000', '202133.527000', '202133.530000', '202133.532000', '202133.535000', '202133.538000', '202133.540000', '202133.543000', '202133.545000', '202133.548000', '202133.551000', '202133.553000', '202133.556000', '202133.559000', '202133.561000', '202133.564000', '202133.567000', '202133.570000', '202133.573000', '202133.576000', '202133.578000', '202133.581000', '202133.584000', '202133.586000', '202153.475000', '202153.478000', '202153.481000', '202153.484000', '202153.486000', '202153.489000', '202153.491000', '202153.494000', '202153.497000', '202153.499000', '202153.502000', '202153.504000', '202153.507000', '202153.510000', '202153.512000', '202153.515000', '202153.518000', '202153.520000', '202153.523000', '202153.525000', '202153.528000', '202153.531000', '202153.533000', '202153.536000', '202153.538000', '202153.541000', '202153.544000', '202153.546000', '202153.549000', '202153.551000', '202153.554000', '202153.557000', '202153.559000', '202153.562000', '202153.564000', '202153.567000', '202153.569000', '202153.572000', '202153.575000', '202153.577000', '202153.580000', '202153.582000', '202153.585000', '202153.588000', '202213.476000', '202213.479000', '202213.481000', '202213.484000', '202213.486000', '202213.489000', '202213.492000', '202213.494000', '202213.497000', '202213.499000', '202213.502000', '202213.505000', '202213.507000', '202213.510000', '202213.512000', '202213.515000', '202213.531000', '202213.534000', '202213.537000', '202213.539000', '202213.542000', '202213.544000', '202213.547000', '202213.549000', '202213.552000', '202213.555000', '202213.557000', '202213.560000', '202213.562000', '202213.565000', '202213.568000', '202213.570000', '202213.573000', '202213.576000', '202213.578000', '202213.581000', '202213.583000', '202213.586000', '202213.589000', '202213.592000', '202213.595000', '202213.598000', '202213.601000', '202233.476000', '202233.479000', '202233.482000', '202233.484000', '202233.487000', '202233.489000', '202233.492000', '202233.495000', '202233.497000', '202233.500000', '202233.502000', '202233.505000', '202233.508000', '202233.510000', '202233.513000', '202233.516000', '202233.518000', '202233.521000', '202233.523000', '202233.526000', '202233.529000', '202233.531000', '202233.534000', '202233.536000', '202233.539000', '202233.542000', '202233.544000', '202233.547000', '202233.550000', '202233.552000', '202233.555000', '202233.557000', '202233.560000', '202233.563000', '202233.566000', '202233.568000', '202233.571000', '202233.573000', '202233.576000', '202233.579000', '202233.581000', '202233.584000', '202233.586000', '202233.589000', '202253.474000', '202253.477000', '202253.480000', '202253.482000', '202253.485000', '202253.488000', '202253.490000', '202253.493000', '202253.495000', '202253.498000', '202253.501000', '202253.503000', '202253.506000', '202253.508000', '202253.511000', '202253.514000', '202253.516000', '202253.519000', '202253.521000', '202253.524000', '202253.527000', '202253.529000', '202253.532000', '202253.534000', '202253.537000', '202253.539000', '202253.542000', '202253.545000', '202253.547000', '202253.550000', '202253.552000', '202253.555000', '202253.558000', '202253.560000', '202253.563000', '202253.565000', '202253.568000', '202253.571000', '202253.573000', '202253.576000', '202253.578000', '202253.581000', '202253.584000', '202313.476000', '202313.479000', '202313.481000', '202313.484000', '202313.486000', '202313.489000', '202313.492000', '202313.494000', '202313.497000', '202313.500000', '202313.502000', '202313.505000', '202313.507000', '202313.510000', '202313.513000', '202313.515000', '202313.518000', '202313.520000', '202313.523000', '202313.526000', '202313.528000', '202313.531000', '202313.534000', '202313.536000', '202313.539000', '202313.541000', '202313.544000', '202313.547000', '202313.549000', '202313.552000', '202313.555000', '202313.557000', '202313.560000', '202313.562000', '202313.565000', '202313.568000', '202313.570000', '202313.573000', '202313.575000', '202313.578000', '202313.580000', '202313.583000', '202313.586000', '202313.588000', '202333.475000', '202333.478000', '202333.481000', '202333.484000', '202333.486000', '202333.489000', '202333.491000', '202333.494000', '202333.496000', '202333.499000', '202333.502000', '202333.504000', '202333.507000', '202333.510000', '202333.512000', '202333.516000', '202333.519000', '202333.522000', '202333.524000', '202333.527000', '202333.529000', '202333.532000', '202333.535000', '202333.537000', '202333.540000', '202333.542000', '202333.545000', '202333.560000', '202333.563000', '202333.565000', '202333.568000', '202333.571000', '202333.573000', '202333.576000', '202333.578000', '202333.581000', '202333.584000', '202333.586000', '202333.589000', '202333.591000', '202333.594000', '202333.597000', '202333.599000', '202353.476000', '202353.478000', '202353.481000', '202353.484000', '202353.486000', '202353.489000', '202353.492000', '202353.494000', '202353.497000', '202353.499000', '202353.502000', '202353.505000', '202353.508000', '202353.511000', '202353.514000', '202353.516000', '202353.519000', '202353.522000', '202353.524000', '202353.527000', '202353.530000', '202353.532000', '202353.535000', '202353.537000', '202353.540000', '202353.543000', '202353.545000', '202353.548000', '202353.550000', '202353.553000', '202353.556000', '202353.558000', '202353.561000', '202353.563000', '202353.566000', '202353.569000', '202353.571000', '202353.574000', '202353.576000', '202353.579000', '202353.582000', '202353.584000', '202353.587000', '202413.476000', '202413.478000', '202413.481000', '202413.484000', '202413.486000', '202413.489000', '202413.491000', '202413.494000', '202413.497000', '202413.499000', '202413.502000', '202413.505000', '202413.507000', '202413.510000', '202413.512000', '202413.515000', '202413.518000', '202413.520000', '202413.523000', '202413.525000', '202413.528000', '202413.531000', '202413.533000', '202413.536000', '202413.538000', '202413.541000', '202413.544000', '202413.546000', '202413.549000', '202413.552000', '202413.554000', '202413.557000', '202413.560000', '202413.562000', '202413.565000', '202413.568000', '202413.570000', '202413.573000', '202413.575000', '202413.578000', '202413.581000', '202413.583000', '202413.586000', '202413.588000', '202433.475000', '202433.478000', '202433.481000', '202433.483000', '202433.486000', '202433.489000', '202433.491000', '202433.494000', '202433.497000', '202433.499000', '202433.502000', '202433.504000', '202433.507000', '202433.510000', '202433.512000', '202433.515000', '202433.518000', '202433.520000', '202433.523000', '202433.525000', '202433.528000', '202433.530000', '202433.533000', '202433.536000', '202433.538000', '202433.541000', '202433.543000', '202433.546000', '202433.549000', '202433.551000', '202433.554000', '202433.556000', '202433.559000', '202433.561000', '202433.564000', '202433.567000', '202433.569000', '202433.572000', '202433.574000', '202433.577000', '202433.580000', '202433.582000', '202433.585000', '202433.587000', '202453.475000', '202453.478000', '202453.481000', '202453.483000', '202453.486000', '202453.489000', '202453.491000', '202453.494000', '202453.497000', '202453.499000', '202453.502000', '202453.505000', '202453.507000', '202453.510000', '202453.512000', '202453.515000', '202453.518000', '202453.520000', '202453.523000', '202453.525000', '202453.528000', '202453.531000', '202453.533000', '202453.536000', '202453.539000', '202453.541000', '202453.544000', '202453.547000', '202453.549000', '202453.552000', '202453.554000', '202453.557000', '202453.560000', '202453.562000', '202453.565000', '202453.568000', '202453.570000', '202453.615000', '202453.617000', '202453.620000', '202453.623000', '202453.626000', '202453.629000', '202513.474000', '202513.477000', '202513.480000', '202513.482000', '202513.485000', '202513.488000', '202513.490000', '202513.493000', '202513.496000', '202513.499000', '202513.502000', '202513.505000', '202513.507000', '202513.510000', '202513.513000', '202513.515000', '202513.518000', '202513.520000', '202513.523000', '202513.526000', '202513.528000', '202513.531000', '202513.533000', '202513.536000', '202513.539000', '202513.541000', '202513.544000', '202513.546000', '202513.550000', '202513.552000', '202513.555000', '202513.558000', '202513.561000', '202513.563000', '202513.566000', '202513.569000', '202513.571000', '202513.574000', '202513.576000', '202513.579000', '202513.582000', '202513.584000', '202513.587000', '202513.589000', '202533.476000', '202533.479000', '202533.481000', '202533.484000', '202533.487000', '202533.489000', '202533.492000', '202533.495000', '202533.497000', '202533.500000', '202533.503000', '202533.505000', '202533.508000', '202533.510000', '202533.513000', '202533.515000', '202533.518000', '202533.521000', '202533.523000', '202533.526000', '202533.529000', '202533.531000', '202533.534000', '202533.536000', '202533.539000', '202533.542000', '202533.544000', '202533.547000', '202533.549000', '202533.552000', '202533.555000', '202533.557000', '202533.560000', '202533.562000', '202533.565000', '202533.568000', '202533.570000', '202533.573000', '202533.575000', '202533.578000', '202533.581000', '202533.583000', '202533.586000', '202553.476000', '202553.478000', '202553.481000', '202553.484000', '202553.486000', '202553.489000', '202553.491000', '202553.494000', '202553.497000', '202553.499000', '202553.502000', '202553.504000', '202553.507000', '202553.510000', '202553.512000', '202553.515000', '202553.518000', '202553.520000', '202553.523000', '202553.525000', '202553.528000', '202553.531000', '202553.533000', '202553.536000', '202553.538000', '202553.541000', '202553.544000', '202553.547000', '202553.549000', '202553.552000', '202553.554000', '202553.557000', '202553.560000', '202553.562000', '202553.565000', '202553.568000', '202553.570000', '202553.573000', '202553.576000', '202553.578000', '202553.581000', '202553.583000', '202553.586000', '202553.589000', '202613.476000', '202613.478000', '202613.481000', '202613.484000', '202613.486000', '202613.489000', '202613.491000', '202613.494000', '202613.497000', '202613.499000', '202613.502000', '202613.505000', '202613.507000', '202613.510000', '202613.512000', '202613.515000', '202613.518000', '202613.520000', '202613.523000', '202613.526000', '202613.528000', '202613.531000', '202613.533000', '202613.536000', '202613.539000', '202613.541000', '202613.544000', '202613.547000', '202613.549000', '202613.552000', '202613.555000', '202613.557000', '202613.560000', '202613.563000', '202613.577000', '202613.579000', '202613.582000', '202613.584000', '202613.587000', '202613.590000', '202613.592000', '202613.595000', '202613.597000', '202625.197000', '202625.199000', '202625.202000', '202625.204000', '202625.207000', '202625.210000', '202625.213000', '202625.215000', '202625.218000', '202625.220000', '202625.223000', '202625.226000', '202625.228000', '202625.231000', '202625.233000', '202625.236000', '202625.239000', '202625.242000', '202625.244000', '202625.247000', '202625.249000', '202625.252000', '202625.255000', '202625.257000', '202625.260000', '202625.263000'], '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': [6807, 7940, 7780, 6772, 9275, 6709, 9281, 6682, 8557, 6911, 8496, 6549, 8038, 6310, 7381, 6233, 6472, 9542, 7145, 8630, 6650, 8239, 6327, 7147, 5801, 6718, 6268, 6652, 9300, 6798, 8412, 6347, 6942, 9729, 6763, 8203, 6564, 6938, 5863, 6722, 7878, 6689, 8654, 6531, 6757, 6670, 7208, 6734, 8530, 6867, 8270, 6170, 7407, 9818, 7082, 8268, 6805, 8292, 6782, 7988, 6305, 6643, 9800, 6776, 8551, 6520, 7406, 6719, 6706, 8249, 6942, 8269, 6649, 8063, 6655, 7565, 6835, 6823, 5964, 6902, 9415, 7378, 7924, 6861, 7949, 6750, 7640, 6871, 7310, 6532, 7139, 8617, 6824, 9444, 6838, 8713, 7342, 8163, 7292, 8091, 7089, 8285, 6901, 7455, 6487, 7795, 6811, 8091, 7093, 8428, 6597, 8138, 6708, 6882, 10003, 6780, 8524, 6799, 7734, 6179, 6674, 5828, 6809, 8891, 6659, 8030, 6725, 7282, 6343, 7281, 6065, 7012, 6263, 7217, 6770, 6880, 9925, 7025, 9122, 6887, 8496, 6524, 7557, 6370, 6896, 5950, 7160, 6204, 6727, 6374, 7114, 9772, 6761, 8347, 6970, 8431, 6876, 8049, 6264, 6489, 5995, 6593, 5849, 6766, 6189, 7272, 6211, 7386, 7800, 6790, 7813, 6857, 9516, 6982, 8708, 6549, 8799, 7123, 8044, 6617, 7143, 8579, 6882, 8975, 6976, 7647, 6276, 7043, 5958, 6641, 8771, 6755, 7933, 6487, 7444, 6472, 6678, 6405, 6996, 6123, 6768, 5965, 6913, 6337, 6946, 9808, 7699, 8274, 6907, 7541, 9808, 7277, 8388, 7258, 7462, 6233, 7457, 8858, 7067, 8210, 6396, 7337, 5842, 6665, 8066, 6423, 6722, 6801, 7122, 5832, 6620, 5872, 7228, 8628, 6627, 7740, 6451, 7026, 5965, 7202, 9452, 7046, 8132, 6575, 7294, 5893, 7090, 9212, 7092, 8819, 6997, 7637, 6789, 7355, 6598, 7336, 9291, 7148, 7881, 6836, 7321, 5878, 7517, 8928, 7206, 8153, 6511, 7053, 5834, 6939, 8079, 7545, 5946, 6997, 6734, 7325, 6097, 6677, 7600, 7185, 8685, 7449, 7234, 9589, 7400, 8064, 6620, 7065, 6153, 6990, 5808, 6876, 6340, 7030, 6532, 6468, 6205, 7006, 9554, 7474, 8150, 6964, 7944, 6362, 7657, 5972, 6760, 7594, 6990, 8719, 6842, 8256, 6507, 7535, 6047, 6809, 5839, 6795, 9602, 6843, 8209, 6946, 8189, 6767, 7251, 5945, 7257, 6454, 6628, 6450, 6829, 9439, 6683, 8256, 6756, 8421, 6622, 7988, 6419, 7869, 6793, 7243, 6127, 7042, 9465, 7537, 7896, 6758, 7805, 6310, 7368, 6727, 7425, 6637, 7743, 6061, 6832, 6438, 7610, 6010, 7373, 9716, 7246, 8372, 6715, 7667, 6300, 7200, 6093, 6516, 6137, 6486, 9271, 6540, 8013, 6565, 7021, 6432, 6858, 6083, 6555, 8718, 6984, 7931, 6647, 7370, 6390, 6777, 8905, 7007, 7921, 6580, 7108, 6234, 6775, 9108, 6663, 7487, 6794, 6896, 6472, 7066, 6116, 6784, 9755, 6455, 8101, 6471, 7369, 6429, 6681, 6310, 6832, 9104, 6750, 7426, 6845, 7414, 6901, 7623, 6723, 7097, 6516, 7253, 6659, 7893, 6799, 7871, 6543, 7345, 6234, 6908, 6293, 6820, 9556, 6678, 8105, 6502, 7872, 6892, 8069, 6978, 8121, 6874, 8059, 6780, 7635, 6964, 8104, 6721, 7070, 6327, 6508, 5890, 6897, 8845, 6812, 7708, 6820, 7427, 7161, 6972, 6970, 7912, 7008, 7710, 6837, 7394, 6697, 7078, 6840, 6705, 6596, 6597, 6721, 6945, 7153, 7809, 9097, 6982, 8376, 6274, 7096, 9069, 7060, 7456, 6395, 6866, 6112, 6994, 8476, 6649, 7295, 6807, 6737, 6889, 6585, 6434, 6456, 6584, 6748, 6603, 6967, 8509, 6586, 7991, 7059, 7318, 6526, 6959, 6036, 6919, 8831, 7086, 7535, 6545, 6876, 6125, 6992, 6684, 6848, 8448, 6572, 7409, 6329, 6776, 6234, 6899, 8982, 6685, 7594, 6579, 7312, 6874, 7374, 6482, 6899, 6254, 7003, 9115, 6666, 7858, 6922, 7010, 6435, 7246, 6344, 7042, 8909, 6866, 7910, 6521, 7024, 6626, 6738, 6426, 7421, 6394, 6780, 9383, 6970, 6336, 6778, 8080, 7195, 7974, 6596, 7541, 6528, 6897, 6448, 6630, 6156, 6672, 6423, 6962, 5999, 7001, 6242, 7262, 8426, 6856, 8333, 7201, 7781, 6665, 7249, 6199, 6467, 6318, 7059, 8649, 7026, 8494, 7382, 7663, 6664, 7541, 6081, 7165, 7304, 6984, 8341, 6945, 7712, 7022, 7455, 7008, 7285, 6897, 7715, 7249, 7334, 6234, 7242, 9556, 7289, 8138, 6921, 7841, 7101, 7487, 6987, 7049, 6616, 7153, 6301, 6944, 8670, 6640, 8133, 6956, 7533, 6597, 7297, 6700, 7302, 6675, 7762, 6533, 7408, 6645, 6986, 6061, 7184, 6251, 7303, 5991, 6884, 6049, 7238, 6181, 6778, 6199, 7317, 6046, 7535, 8920, 7348, 6429, 7262, 8970, 7243, 7917, 7669, 6365, 7575, 6972, 6896, 6692, 7497, 5975, 7761, 7820, 6991, 6611, 6617, 6514, 7165, 7153, 6393, 7333, 6871, 6906, 9040, 6915, 8769, 6830, 7850, 7120, 7140, 6790, 7517, 7211, 6887, 6716, 6008, 6952, 8876, 7231, 7607, 6881, 7220, 6901, 7840, 6883, 6869, 6603, 7119, 6665, 7476, 6618, 7354, 6703, 7230, 6231, 6956, 6080, 6754, 6836, 6975, 6994, 6655, 6131, 7384, 9223, 7285, 7599, 7051, 7865, 7316, 7908, 7096, 7838, 7147, 7912, 7113, 6898, 6220, 7022, 6358, 6931, 9140, 6932, 7952, 6944, 7944, 7097, 7407, 7044, 7469, 6903, 7271, 7209, 7624, 6355, 6076, 7206, 6676, 7451, 6518, 7168, 6585, 7260, 8914, 7077, 9022, 7053, 8190, 7240, 7757, 7108, 7560, 7339, 7988, 6852, 7860, 7678, 7953, 7256, 8256, 6947, 7898, 6731, 6643, 6535, 7037, 6695, 7185, 6333, 6619, 6259, 7253, 7623, 7405, 8717, 6713, 6509, 7142, 6314, 6535, 6509, 7540, 6940, 7306, 7179, 8526, 6829, 7065, 6141, 6609, 6467, 7362, 7303, 7984, 7071, 8308, 7648, 7796, 7118, 7315, 7039, 7612, 6698, 7063, 6372, 6970, 6881, 7295, 7002, 7575, 7221, 7846, 6893, 7053, 6271, 7252, 8046, 7442, 6000, 7200, 7680, 6772, 8710, 7404, 7995, 6627, 6096, 6877, 7134, 7659, 7399, 7998, 7296, 7002, 6702, 7070, 8981, 6814, 6864, 7179, 6708, 7594, 6332, 7013, 7251, 7482, 6750, 6882, 6851, 7242, 6542, 7361, 6633, 6570, 6346, 7084, 6634, 7320, 6464, 6997, 6777, 7358, 7251, 7189, 7021, 7612, 7116, 7301, 6663, 7682, 6687, 7603, 6772, 7044, 7005, 7613, 7042, 8140, 6951, 7482, 6968, 7531, 6996, 6993, 6670, 7181, 6738, 7406, 7262, 6930, 6816, 7628, 6118, 6976, 6234, 7194, 8992, 7177, 5904, 7076, 5989, 7004, 9090, 6924, 7196, 6200, 5883, 6820, 5966, 6940, 5971, 6971, 6010, 7167, 8739, 7169, 6221, 6991, 9556, 7084, 8595, 7291, 8071, 7229, 7867, 6951, 7473, 6584, 7639, 7023, 7959, 7072, 7841, 7290, 8172, 7466, 7567, 7114, 7285, 7141, 7538, 7121, 7339, 6822, 7369, 6645, 6837, 6986, 7146, 7470, 8189, 7469, 6307, 7020, 9133, 7308, 8136, 6993, 7469, 6772, 6838, 6297, 6668, 6269, 7298, 6905, 7034, 5849, 7049, 9365, 7359, 8321, 7336, 7738, 7084, 6879, 7252, 7216, 7033, 6073, 7352, 6803, 7486, 9104, 7246, 8480, 7133, 7600, 6859, 6909, 6672, 6924, 6447, 7254, 7008, 7538, 7123, 7891, 6676, 7331, 6527, 6999, 6992, 8004, 7158, 7848, 7091, 7372, 7264, 5970, 7071, 7031, 7115, 9162, 7354, 7998, 7095, 7866, 7243, 7657, 7583, 7725, 7159, 7263, 6774, 6876, 6702, 6783, 6037, 7206, 6541, 6756, 6471, 7342, 6810, 7630, 7161, 7233, 7387, 7475, 8361, 7432, 8099, 7301, 7236, 6536, 7484, 6411, 7456, 6831, 6962, 6991, 7376, 6432, 7478, 7558, 6278, 7175, 7207, 7045, 7667, 9624, 7447, 8105, 6930, 7643, 7161, 5906, 7062, 6607, 7217, 6962, 7420, 7470, 7498, 6870, 7205, 6459, 6813, 6048, 6950, 6044, 7002, 8821, 7315, 6093, 7058, 8638, 6924, 7992, 7087, 7295, 6511, 6950, 6037, 7119, 8332, 7192, 8670, 7093, 6032, 6419, 6507, 7222, 6995, 7810, 6315, 7384, 8685, 7476, 8640, 7675, 7911, 7068, 7395, 6950, 7043, 7033, 7177, 6861, 6316, 6672, 6081, 7663, 6848, 7238, 6761, 7240, 9604, 7169, 7869, 6341, 6117, 7144, 6966], 'WindowCenter': [3766.0, 3783.0, 3757.0, 3735.0, 3769.0, 3731.0, 3760.0, 3719.0, 3748.0, 3735.0, 3748.0, 3717.0, 3738.0, 3724.0, 3740.0, 3712.0, 3718.0, 3764.0, 3728.0, 3748.0, 3716.0, 3738.0, 3723.0, 3727.0, 3700.0, 3717.0, 3722.0, 3729.0, 3764.0, 3729.0, 3751.0, 3719.0, 3731.0, 3764.0, 3729.0, 3750.0, 3729.0, 3729.0, 3714.0, 3741.0, 3755.0, 3732.0, 3769.0, 3732.0, 3748.0, 3746.0, 3754.0, 3757.0, 3776.0, 3746.0, 3766.0, 3726.0, 3744.0, 3771.0, 3747.0, 3757.0, 3732.0, 3752.0, 3730.0, 3752.0, 3719.0, 3730.0, 3765.0, 3717.0, 3748.0, 3717.0, 3726.0, 3722.0, 3717.0, 3743.0, 3726.0, 3735.0, 3717.0, 3737.0, 3716.0, 3737.0, 3715.0, 3718.0, 3705.0, 3728.0, 3753.0, 3728.0, 3737.0, 3718.0, 3738.0, 3717.0, 3739.0, 3715.0, 3728.0, 3716.0, 3729.0, 3748.0, 3728.0, 3756.0, 3728.0, 3746.0, 3727.0, 3737.0, 3729.0, 3738.0, 3730.0, 3750.0, 3730.0, 3739.0, 3718.0, 3740.0, 3729.0, 3750.0, 3730.0, 3750.0, 3730.0, 3751.0, 3729.0, 3730.0, 3756.0, 3718.0, 3746.0, 3716.0, 3738.0, 3706.0, 3728.0, 3706.0, 3728.0, 3747.0, 3729.0, 3747.0, 3730.0, 3746.0, 3730.0, 3747.0, 3720.0, 3741.0, 3732.0, 3754.0, 3731.0, 3742.0, 3778.0, 3731.0, 3765.0, 3734.0, 3754.0, 3718.0, 3739.0, 3718.0, 3728.0, 3724.0, 3730.0, 3724.0, 3730.0, 3725.0, 3748.0, 3777.0, 3737.0, 3756.0, 3743.0, 3750.0, 3735.0, 3757.0, 3725.0, 3723.0, 3716.0, 3729.0, 3707.0, 3730.0, 3718.0, 3752.0, 3719.0, 3743.0, 3748.0, 3731.0, 3746.0, 3731.0, 3759.0, 3742.0, 3748.0, 3732.0, 3759.0, 3735.0, 3751.0, 3725.0, 3734.0, 3748.0, 3727.0, 3746.0, 3727.0, 3743.0, 3716.0, 3729.0, 3718.0, 3729.0, 3755.0, 3736.0, 3755.0, 3723.0, 3745.0, 3730.0, 3735.0, 3731.0, 3743.0, 3727.0, 3744.0, 3719.0, 3744.0, 3737.0, 3744.0, 3774.0, 3747.0, 3751.0, 3734.0, 3746.0, 3765.0, 3734.0, 3743.0, 3732.0, 3733.0, 3711.0, 3735.0, 3752.0, 3746.0, 3756.0, 3723.0, 3744.0, 3711.0, 3730.0, 3755.0, 3735.0, 3746.0, 3745.0, 3755.0, 3735.0, 3762.0, 3730.0, 3761.0, 3782.0, 3749.0, 3761.0, 3733.0, 3749.0, 3727.0, 3742.0, 3768.0, 3736.0, 3751.0, 3737.0, 3742.0, 3714.0, 3749.0, 3768.0, 3737.0, 3761.0, 3733.0, 3744.0, 3733.0, 3747.0, 3723.0, 3735.0, 3764.0, 3733.0, 3744.0, 3722.0, 3746.0, 3704.0, 3728.0, 3745.0, 3727.0, 3742.0, 3716.0, 3728.0, 3700.0, 3726.0, 3736.0, 3738.0, 3724.0, 3735.0, 3742.0, 3750.0, 3733.0, 3756.0, 3766.0, 3758.0, 3780.0, 3755.0, 3743.0, 3760.0, 3743.0, 3752.0, 3717.0, 3728.0, 3703.0, 3732.0, 3701.0, 3722.0, 3714.0, 3729.0, 3715.0, 3730.0, 3717.0, 3742.0, 3765.0, 3739.0, 3737.0, 3733.0, 3738.0, 3716.0, 3738.0, 3704.0, 3728.0, 3741.0, 3728.0, 3745.0, 3728.0, 3746.0, 3717.0, 3745.0, 3704.0, 3728.0, 3704.0, 3728.0, 3756.0, 3728.0, 3735.0, 3727.0, 3753.0, 3727.0, 3737.0, 3704.0, 3739.0, 3716.0, 3729.0, 3730.0, 3731.0, 3759.0, 3729.0, 3750.0, 3730.0, 3749.0, 3731.0, 3757.0, 3730.0, 3753.0, 3731.0, 3741.0, 3726.0, 3741.0, 3758.0, 3740.0, 3748.0, 3730.0, 3737.0, 3719.0, 3739.0, 3736.0, 3740.0, 3736.0, 3758.0, 3718.0, 3747.0, 3732.0, 3753.0, 3718.0, 3748.0, 3770.0, 3739.0, 3749.0, 3737.0, 3745.0, 3716.0, 3739.0, 3705.0, 3720.0, 3717.0, 3718.0, 3756.0, 3729.0, 3747.0, 3727.0, 3733.0, 3715.0, 3727.0, 3716.0, 3729.0, 3748.0, 3738.0, 3755.0, 3728.0, 3739.0, 3716.0, 3727.0, 3747.0, 3727.0, 3735.0, 3727.0, 3740.0, 3715.0, 3730.0, 3746.0, 3728.0, 3737.0, 3728.0, 3734.0, 3717.0, 3740.0, 3717.0, 3743.0, 3771.0, 3731.0, 3749.0, 3728.0, 3738.0, 3728.0, 3731.0, 3728.0, 3730.0, 3760.0, 3729.0, 3736.0, 3730.0, 3739.0, 3742.0, 3749.0, 3731.0, 3740.0, 3743.0, 3750.0, 3744.0, 3763.0, 3744.0, 3766.0, 3731.0, 3742.0, 3717.0, 3742.0, 3728.0, 3730.0, 3759.0, 3730.0, 3748.0, 3731.0, 3749.0, 3742.0, 3749.0, 3741.0, 3749.0, 3730.0, 3747.0, 3730.0, 3738.0, 3740.0, 3755.0, 3715.0, 3728.0, 3715.0, 3717.0, 3704.0, 3727.0, 3745.0, 3716.0, 3734.0, 3727.0, 3725.0, 3727.0, 3725.0, 3728.0, 3736.0, 3728.0, 3736.0, 3728.0, 3733.0, 3716.0, 3732.0, 3727.0, 3727.0, 3730.0, 3740.0, 3741.0, 3754.0, 3755.0, 3768.0, 3781.0, 3744.0, 3772.0, 3724.0, 3729.0, 3745.0, 3714.0, 3732.0, 3703.0, 3716.0, 3702.0, 3714.0, 3733.0, 3714.0, 3724.0, 3714.0, 3714.0, 3726.0, 3726.0, 3728.0, 3732.0, 3730.0, 3743.0, 3729.0, 3742.0, 3760.0, 3730.0, 3748.0, 3727.0, 3738.0, 3717.0, 3730.0, 3706.0, 3729.0, 3746.0, 3729.0, 3739.0, 3719.0, 3729.0, 3707.0, 3730.0, 3728.0, 3731.0, 3749.0, 3730.0, 3739.0, 3718.0, 3730.0, 3717.0, 3730.0, 3748.0, 3730.0, 3738.0, 3730.0, 3739.0, 3731.0, 3746.0, 3725.0, 3747.0, 3717.0, 3742.0, 3749.0, 3734.0, 3738.0, 3734.0, 3734.0, 3722.0, 3744.0, 3717.0, 3729.0, 3759.0, 3729.0, 3738.0, 3723.0, 3733.0, 3733.0, 3734.0, 3723.0, 3740.0, 3716.0, 3730.0, 3766.0, 3741.0, 3719.0, 3731.0, 3749.0, 3742.0, 3750.0, 3731.0, 3739.0, 3720.0, 3741.0, 3718.0, 3731.0, 3719.0, 3731.0, 3718.0, 3741.0, 3719.0, 3741.0, 3730.0, 3753.0, 3751.0, 3731.0, 3750.0, 3741.0, 3745.0, 3728.0, 3745.0, 3706.0, 3723.0, 3717.0, 3741.0, 3748.0, 3729.0, 3748.0, 3744.0, 3742.0, 3722.0, 3738.0, 3704.0, 3727.0, 3731.0, 3730.0, 3735.0, 3727.0, 3736.0, 3728.0, 3726.0, 3733.0, 3726.0, 3733.0, 3744.0, 3727.0, 3744.0, 3704.0, 3728.0, 3745.0, 3731.0, 3735.0, 3726.0, 3735.0, 3726.0, 3725.0, 3725.0, 3732.0, 3715.0, 3728.0, 3705.0, 3728.0, 3736.0, 3718.0, 3737.0, 3729.0, 3726.0, 3719.0, 3727.0, 3730.0, 3739.0, 3731.0, 3740.0, 3721.0, 3741.0, 3733.0, 3746.0, 3722.0, 3733.0, 3722.0, 3744.0, 3721.0, 3745.0, 3710.0, 3744.0, 3721.0, 3735.0, 3723.0, 3756.0, 3721.0, 3758.0, 3781.0, 3761.0, 3732.0, 3758.0, 3762.0, 3748.0, 3751.0, 3757.0, 3731.0, 3759.0, 3741.0, 3744.0, 3732.0, 3749.0, 3720.0, 3759.0, 3740.0, 3741.0, 3728.0, 3731.0, 3718.0, 3738.0, 3740.0, 3728.0, 3753.0, 3731.0, 3742.0, 3760.0, 3729.0, 3747.0, 3716.0, 3733.0, 3714.0, 3713.0, 3715.0, 3724.0, 3727.0, 3726.0, 3729.0, 3717.0, 3748.0, 3759.0, 3728.0, 3737.0, 3727.0, 3725.0, 3732.0, 3743.0, 3722.0, 3722.0, 3715.0, 3728.0, 3718.0, 3743.0, 3734.0, 3740.0, 3730.0, 3747.0, 3712.0, 3736.0, 3711.0, 3718.0, 3716.0, 3735.0, 3734.0, 3722.0, 3716.0, 3745.0, 3758.0, 3741.0, 3744.0, 3735.0, 3737.0, 3740.0, 3737.0, 3735.0, 3737.0, 3735.0, 3749.0, 3727.0, 3730.0, 3705.0, 3727.0, 3715.0, 3728.0, 3746.0, 3728.0, 3736.0, 3728.0, 3737.0, 3729.0, 3738.0, 3729.0, 3738.0, 3729.0, 3738.0, 3740.0, 3746.0, 3731.0, 3732.0, 3759.0, 3743.0, 3757.0, 3732.0, 3742.0, 3731.0, 3744.0, 3750.0, 3735.0, 3748.0, 3736.0, 3755.0, 3745.0, 3737.0, 3729.0, 3737.0, 3745.0, 3737.0, 3734.0, 3737.0, 3740.0, 3740.0, 3740.0, 3742.0, 3733.0, 3744.0, 3714.0, 3715.0, 3703.0, 3726.0, 3714.0, 3727.0, 3703.0, 3717.0, 3714.0, 3726.0, 3725.0, 3728.0, 3753.0, 3725.0, 3717.0, 3728.0, 3715.0, 3718.0, 3717.0, 3738.0, 3747.0, 3739.0, 3743.0, 3763.0, 3729.0, 3730.0, 3706.0, 3717.0, 3716.0, 3737.0, 3739.0, 3749.0, 3741.0, 3762.0, 3751.0, 3738.0, 3729.0, 3746.0, 3729.0, 3739.0, 3718.0, 3732.0, 3715.0, 3728.0, 3734.0, 3734.0, 3737.0, 3738.0, 3747.0, 3755.0, 3734.0, 3735.0, 3717.0, 3745.0, 3743.0, 3745.0, 3718.0, 3744.0, 3738.0, 3736.0, 3748.0, 3739.0, 3737.0, 3728.0, 3717.0, 3734.0, 3746.0, 3750.0, 3742.0, 3750.0, 3741.0, 3727.0, 3730.0, 3730.0, 3761.0, 3732.0, 3730.0, 3740.0, 3744.0, 3753.0, 3737.0, 3744.0, 3752.0, 3755.0, 3743.0, 3755.0, 3742.0, 3749.0, 3719.0, 3741.0, 3717.0, 3718.0, 3716.0, 3733.0, 3715.0, 3736.0, 3716.0, 3733.0, 3727.0, 3733.0, 3746.0, 3735.0, 3737.0, 3738.0, 3746.0, 3738.0, 3735.0, 3745.0, 3716.0, 3737.0, 3724.0, 3733.0, 3726.0, 3736.0, 3727.0, 3737.0, 3733.0, 3733.0, 3726.0, 3738.0, 3726.0, 3726.0, 3715.0, 3734.0, 3714.0, 3737.0, 3726.0, 3727.0, 3715.0, 3738.0, 3705.0, 3728.0, 3704.0, 3728.0, 3747.0, 3727.0, 3705.0, 3729.0, 3716.0, 3729.0, 3747.0, 3729.0, 3728.0, 3726.0, 3707.0, 3731.0, 3719.0, 3742.0, 3719.0, 3748.0, 3719.0, 3745.0, 3761.0, 3742.0, 3719.0, 3742.0, 3770.0, 3741.0, 3749.0, 3740.0, 3738.0, 3742.0, 3737.0, 3734.0, 3734.0, 3724.0, 3745.0, 3733.0, 3748.0, 3740.0, 3748.0, 3741.0, 3749.0, 3748.0, 3738.0, 3737.0, 3726.0, 3728.0, 3737.0, 3729.0, 3746.0, 3730.0, 3746.0, 3727.0, 3727.0, 3730.0, 3728.0, 3741.0, 3750.0, 3742.0, 3729.0, 3742.0, 3760.0, 3739.0, 3744.0, 3727.0, 3726.0, 3713.0, 3715.0, 3703.0, 3715.0, 3702.0, 3726.0, 3713.0, 3726.0, 3703.0, 3727.0, 3746.0, 3728.0, 3735.0, 3727.0, 3736.0, 3728.0, 3727.0, 3739.0, 3737.0, 3729.0, 3717.0, 3740.0, 3727.0, 3741.0, 3759.0, 3740.0, 3748.0, 3727.0, 3744.0, 3723.0, 3735.0, 3715.0, 3726.0, 3716.0, 3746.0, 3735.0, 3738.0, 3739.0, 3759.0, 3737.0, 3746.0, 3735.0, 3737.0, 3729.0, 3750.0, 3741.0, 3750.0, 3741.0, 3741.0, 3743.0, 3720.0, 3749.0, 3739.0, 3742.0, 3760.0, 3740.0, 3738.0, 3728.0, 3737.0, 3728.0, 3737.0, 3738.0, 3737.0, 3727.0, 3727.0, 3715.0, 3726.0, 3715.0, 3727.0, 3704.0, 3727.0, 3715.0, 3716.0, 3716.0, 3737.0, 3727.0, 3751.0, 3727.0, 3739.0, 3726.0, 3739.0, 3736.0, 3738.0, 3737.0, 3729.0, 3728.0, 3708.0, 3728.0, 3720.0, 3740.0, 3731.0, 3741.0, 3744.0, 3753.0, 3737.0, 3754.0, 3763.0, 3746.0, 3756.0, 3757.0, 3744.0, 3757.0, 3761.0, 3741.0, 3738.0, 3730.0, 3736.0, 3729.0, 3707.0, 3741.0, 3740.0, 3750.0, 3742.0, 3752.0, 3753.0, 3754.0, 3742.0, 3752.0, 3719.0, 3731.0, 3717.0, 3730.0, 3717.0, 3729.0, 3748.0, 3739.0, 3718.0, 3740.0, 3759.0, 3727.0, 3749.0, 3727.0, 3738.0, 3717.0, 3729.0, 3704.0, 3729.0, 3736.0, 3727.0, 3747.0, 3727.0, 3716.0, 3717.0, 3727.0, 3738.0, 3740.0, 3754.0, 3719.0, 3741.0, 3759.0, 3740.0, 3747.0, 3738.0, 3735.0, 3726.0, 3724.0, 3735.0, 3727.0, 3728.0, 3728.0, 3742.0, 3731.0, 3743.0, 3731.0, 3768.0, 3742.0, 3755.0, 3730.0, 3743.0, 3760.0, 3732.0, 3738.0, 3720.0, 3719.0, 3742.0, 3741.0], 'WindowWidth': [8503.0, 8518.0, 8470.0, 8436.0, 8479.0, 8423.0, 8457.0, 8402.0, 8439.0, 8429.0, 8439.0, 8398.0, 8427.0, 8411.0, 8431.0, 8392.0, 8399.0, 8463.0, 8412.0, 8436.0, 8393.0, 8423.0, 8408.0, 8410.0, 8375.0, 8398.0, 8408.0, 8417.0, 8467.0, 8418.0, 8446.0, 8401.0, 8421.0, 8465.0, 8417.0, 8443.0, 8415.0, 8418.0, 8402.0, 8438.0, 8457.0, 8426.0, 8480.0, 8428.0, 8453.0, 8451.0, 8460.0, 8468.0, 8489.0, 8451.0, 8476.0, 8420.0, 8443.0, 8474.0, 8448.0, 8461.0, 8425.0, 8450.0, 8419.0, 8450.0, 8401.0, 8419.0, 8466.0, 8397.0, 8437.0, 8394.0, 8407.0, 8404.0, 8397.0, 8432.0, 8405.0, 8416.0, 8396.0, 8422.0, 8393.0, 8423.0, 8390.0, 8400.0, 8379.0, 8413.0, 8447.0, 8410.0, 8422.0, 8398.0, 8426.0, 8395.0, 8426.0, 8392.0, 8413.0, 8393.0, 8417.0, 8439.0, 8411.0, 8445.0, 8413.0, 8435.0, 8409.0, 8422.0, 8414.0, 8427.0, 8418.0, 8444.0, 8417.0, 8428.0, 8401.0, 8430.0, 8416.0, 8445.0, 8420.0, 8447.0, 8419.0, 8450.0, 8415.0, 8417.0, 8446.0, 8399.0, 8433.0, 8393.0, 8424.0, 8380.0, 8412.0, 8380.0, 8413.0, 8437.0, 8415.0, 8437.0, 8418.0, 8444.0, 8421.0, 8448.0, 8407.0, 8438.0, 8424.0, 8458.0, 8422.0, 8437.0, 8488.0, 8422.0, 8467.0, 8426.0, 8451.0, 8397.0, 8427.0, 8398.0, 8413.0, 8412.0, 8420.0, 8413.0, 8420.0, 8416.0, 8452.0, 8488.0, 8436.0, 8457.0, 8438.0, 8444.0, 8429.0, 8459.0, 8414.0, 8411.0, 8395.0, 8418.0, 8385.0, 8420.0, 8402.0, 8453.0, 8406.0, 8442.0, 8449.0, 8423.0, 8444.0, 8421.0, 8456.0, 8437.0, 8442.0, 8424.0, 8457.0, 8430.0, 8448.0, 8415.0, 8427.0, 8437.0, 8410.0, 8433.0, 8409.0, 8436.0, 8394.0, 8415.0, 8399.0, 8415.0, 8452.0, 8433.0, 8454.0, 8412.0, 8443.0, 8419.0, 8432.0, 8423.0, 8441.0, 8424.0, 8445.0, 8406.0, 8445.0, 8437.0, 8445.0, 8483.0, 8447.0, 8448.0, 8426.0, 8444.0, 8466.0, 8425.0, 8435.0, 8418.0, 8423.0, 8388.0, 8426.0, 8445.0, 8447.0, 8460.0, 8411.0, 8440.0, 8395.0, 8420.0, 8457.0, 8433.0, 8449.0, 8449.0, 8463.0, 8437.0, 8478.0, 8433.0, 8476.0, 8502.0, 8456.0, 8473.0, 8429.0, 8454.0, 8421.0, 8439.0, 8476.0, 8432.0, 8447.0, 8434.0, 8437.0, 8401.0, 8452.0, 8474.0, 8435.0, 8459.0, 8423.0, 8440.0, 8423.0, 8446.0, 8409.0, 8428.0, 8464.0, 8423.0, 8436.0, 8408.0, 8444.0, 8376.0, 8412.0, 8431.0, 8408.0, 8432.0, 8392.0, 8411.0, 8374.0, 8408.0, 8421.0, 8427.0, 8413.0, 8428.0, 8440.0, 8450.0, 8433.0, 8467.0, 8481.0, 8473.0, 8504.0, 8459.0, 8441.0, 8460.0, 8441.0, 8450.0, 8396.0, 8411.0, 8372.0, 8418.0, 8376.0, 8407.0, 8392.0, 8415.0, 8395.0, 8421.0, 8401.0, 8438.0, 8470.0, 8429.0, 8422.0, 8423.0, 8424.0, 8394.0, 8426.0, 8377.0, 8414.0, 8431.0, 8412.0, 8432.0, 8413.0, 8435.0, 8397.0, 8440.0, 8376.0, 8413.0, 8377.0, 8413.0, 8446.0, 8411.0, 8418.0, 8410.0, 8448.0, 8409.0, 8425.0, 8377.0, 8429.0, 8397.0, 8418.0, 8420.0, 8423.0, 8456.0, 8416.0, 8444.0, 8421.0, 8444.0, 8424.0, 8463.0, 8420.0, 8453.0, 8420.0, 8437.0, 8418.0, 8435.0, 8454.0, 8431.0, 8439.0, 8419.0, 8424.0, 8404.0, 8430.0, 8432.0, 8433.0, 8434.0, 8465.0, 8403.0, 8449.0, 8427.0, 8457.0, 8402.0, 8452.0, 8472.0, 8431.0, 8443.0, 8432.0, 8441.0, 8397.0, 8430.0, 8379.0, 8406.0, 8401.0, 8400.0, 8448.0, 8417.0, 8438.0, 8412.0, 8424.0, 8392.0, 8414.0, 8397.0, 8419.0, 8440.0, 8430.0, 8455.0, 8415.0, 8431.0, 8396.0, 8412.0, 8436.0, 8410.0, 8420.0, 8412.0, 8432.0, 8393.0, 8419.0, 8434.0, 8413.0, 8424.0, 8416.0, 8427.0, 8399.0, 8433.0, 8400.0, 8444.0, 8477.0, 8423.0, 8446.0, 8417.0, 8428.0, 8415.0, 8423.0, 8414.0, 8419.0, 8459.0, 8419.0, 8425.0, 8422.0, 8430.0, 8441.0, 8446.0, 8423.0, 8436.0, 8445.0, 8450.0, 8448.0, 8471.0, 8448.0, 8476.0, 8423.0, 8439.0, 8401.0, 8438.0, 8416.0, 8420.0, 8455.0, 8419.0, 8441.0, 8425.0, 8444.0, 8440.0, 8444.0, 8437.0, 8444.0, 8422.0, 8439.0, 8420.0, 8428.0, 8433.0, 8456.0, 8393.0, 8414.0, 8391.0, 8397.0, 8376.0, 8409.0, 8430.0, 8395.0, 8416.0, 8410.0, 8405.0, 8411.0, 8406.0, 8414.0, 8422.0, 8413.0, 8422.0, 8413.0, 8422.0, 8394.0, 8421.0, 8410.0, 8412.0, 8420.0, 8435.0, 8440.0, 8460.0, 8462.0, 8485.0, 8503.0, 8444.0, 8486.0, 8414.0, 8414.0, 8430.0, 8388.0, 8418.0, 8371.0, 8393.0, 8368.0, 8388.0, 8410.0, 8388.0, 8401.0, 8391.0, 8389.0, 8408.0, 8409.0, 8415.0, 8424.0, 8421.0, 8443.0, 8417.0, 8441.0, 8460.0, 8420.0, 8441.0, 8413.0, 8426.0, 8398.0, 8420.0, 8382.0, 8416.0, 8435.0, 8416.0, 8428.0, 8404.0, 8418.0, 8384.0, 8420.0, 8414.0, 8422.0, 8443.0, 8419.0, 8431.0, 8400.0, 8419.0, 8399.0, 8420.0, 8440.0, 8417.0, 8426.0, 8419.0, 8429.0, 8423.0, 8447.0, 8416.0, 8447.0, 8399.0, 8438.0, 8441.0, 8426.0, 8426.0, 8425.0, 8425.0, 8407.0, 8440.0, 8396.0, 8416.0, 8455.0, 8415.0, 8426.0, 8410.0, 8424.0, 8424.0, 8427.0, 8410.0, 8432.0, 8396.0, 8420.0, 8470.0, 8435.0, 8404.0, 8423.0, 8443.0, 8440.0, 8447.0, 8423.0, 8431.0, 8406.0, 8435.0, 8401.0, 8424.0, 8404.0, 8423.0, 8402.0, 8437.0, 8403.0, 8437.0, 8422.0, 8455.0, 8449.0, 8424.0, 8444.0, 8435.0, 8442.0, 8413.0, 8442.0, 8381.0, 8411.0, 8400.0, 8435.0, 8439.0, 8417.0, 8439.0, 8438.0, 8435.0, 8407.0, 8426.0, 8373.0, 8410.0, 8416.0, 8417.0, 8418.0, 8411.0, 8421.0, 8412.0, 8408.0, 8425.0, 8408.0, 8424.0, 8440.0, 8410.0, 8438.0, 8377.0, 8411.0, 8430.0, 8417.0, 8415.0, 8406.0, 8416.0, 8407.0, 8405.0, 8405.0, 8421.0, 8391.0, 8411.0, 8376.0, 8412.0, 8419.0, 8398.0, 8421.0, 8414.0, 8407.0, 8401.0, 8409.0, 8420.0, 8430.0, 8421.0, 8430.0, 8409.0, 8435.0, 8426.0, 8448.0, 8411.0, 8427.0, 8410.0, 8442.0, 8411.0, 8446.0, 8391.0, 8440.0, 8407.0, 8431.0, 8413.0, 8462.0, 8411.0, 8467.0, 8499.0, 8473.0, 8427.0, 8466.0, 8464.0, 8452.0, 8448.0, 8462.0, 8423.0, 8466.0, 8435.0, 8442.0, 8424.0, 8454.0, 8407.0, 8467.0, 8433.0, 8434.0, 8415.0, 8420.0, 8399.0, 8428.0, 8432.0, 8416.0, 8455.0, 8423.0, 8440.0, 8459.0, 8416.0, 8436.0, 8391.0, 8419.0, 8384.0, 8383.0, 8389.0, 8401.0, 8409.0, 8407.0, 8417.0, 8398.0, 8450.0, 8455.0, 8413.0, 8421.0, 8408.0, 8402.0, 8419.0, 8433.0, 8404.0, 8405.0, 8391.0, 8410.0, 8397.0, 8438.0, 8426.0, 8431.0, 8416.0, 8447.0, 8392.0, 8427.0, 8390.0, 8398.0, 8392.0, 8427.0, 8423.0, 8408.0, 8394.0, 8442.0, 8450.0, 8432.0, 8437.0, 8428.0, 8422.0, 8430.0, 8424.0, 8427.0, 8423.0, 8427.0, 8442.0, 8409.0, 8416.0, 8378.0, 8410.0, 8390.0, 8411.0, 8432.0, 8412.0, 8421.0, 8414.0, 8422.0, 8414.0, 8425.0, 8415.0, 8426.0, 8417.0, 8425.0, 8433.0, 8444.0, 8424.0, 8427.0, 8469.0, 8442.0, 8465.0, 8426.0, 8441.0, 8422.0, 8442.0, 8444.0, 8428.0, 8440.0, 8430.0, 8453.0, 8441.0, 8421.0, 8415.0, 8422.0, 8439.0, 8422.0, 8426.0, 8422.0, 8431.0, 8429.0, 8429.0, 8433.0, 8420.0, 8437.0, 8387.0, 8390.0, 8371.0, 8405.0, 8386.0, 8408.0, 8373.0, 8396.0, 8388.0, 8408.0, 8402.0, 8411.0, 8447.0, 8412.0, 8397.0, 8410.0, 8391.0, 8399.0, 8398.0, 8427.0, 8448.0, 8432.0, 8444.0, 8469.0, 8416.0, 8418.0, 8380.0, 8398.0, 8394.0, 8424.0, 8430.0, 8444.0, 8437.0, 8464.0, 8449.0, 8428.0, 8417.0, 8444.0, 8414.0, 8429.0, 8397.0, 8421.0, 8392.0, 8411.0, 8423.0, 8425.0, 8434.0, 8429.0, 8446.0, 8457.0, 8426.0, 8430.0, 8399.0, 8441.0, 8435.0, 8443.0, 8402.0, 8441.0, 8426.0, 8435.0, 8442.0, 8431.0, 8422.0, 8414.0, 8398.0, 8427.0, 8446.0, 8448.0, 8439.0, 8449.0, 8437.0, 8413.0, 8421.0, 8421.0, 8463.0, 8425.0, 8423.0, 8437.0, 8444.0, 8454.0, 8438.0, 8446.0, 8455.0, 8463.0, 8443.0, 8461.0, 8439.0, 8454.0, 8402.0, 8434.0, 8395.0, 8398.0, 8392.0, 8422.0, 8390.0, 8429.0, 8393.0, 8423.0, 8410.0, 8423.0, 8444.0, 8429.0, 8433.0, 8428.0, 8445.0, 8427.0, 8428.0, 8441.0, 8394.0, 8424.0, 8410.0, 8421.0, 8406.0, 8421.0, 8410.0, 8423.0, 8425.0, 8424.0, 8408.0, 8426.0, 8405.0, 8407.0, 8392.0, 8425.0, 8389.0, 8425.0, 8408.0, 8410.0, 8392.0, 8426.0, 8378.0, 8413.0, 8377.0, 8412.0, 8436.0, 8411.0, 8381.0, 8416.0, 8396.0, 8417.0, 8437.0, 8416.0, 8412.0, 8419.0, 8387.0, 8423.0, 8404.0, 8439.0, 8406.0, 8452.0, 8406.0, 8445.0, 8462.0, 8437.0, 8404.0, 8439.0, 8471.0, 8436.0, 8443.0, 8431.0, 8426.0, 8435.0, 8425.0, 8426.0, 8424.0, 8411.0, 8440.0, 8424.0, 8441.0, 8433.0, 8440.0, 8436.0, 8443.0, 8448.0, 8426.0, 8431.0, 8409.0, 8413.0, 8425.0, 8417.0, 8444.0, 8418.0, 8445.0, 8410.0, 8412.0, 8418.0, 8413.0, 8437.0, 8447.0, 8440.0, 8418.0, 8439.0, 8460.0, 8429.0, 8438.0, 8408.0, 8407.0, 8384.0, 8391.0, 8370.0, 8390.0, 8370.0, 8407.0, 8387.0, 8407.0, 8375.0, 8412.0, 8433.0, 8411.0, 8418.0, 8409.0, 8419.0, 8412.0, 8409.0, 8430.0, 8424.0, 8417.0, 8399.0, 8432.0, 8411.0, 8434.0, 8455.0, 8431.0, 8439.0, 8410.0, 8437.0, 8407.0, 8425.0, 8392.0, 8408.0, 8394.0, 8445.0, 8429.0, 8428.0, 8431.0, 8466.0, 8433.0, 8444.0, 8430.0, 8433.0, 8417.0, 8444.0, 8437.0, 8446.0, 8437.0, 8435.0, 8441.0, 8408.0, 8454.0, 8431.0, 8438.0, 8459.0, 8431.0, 8425.0, 8413.0, 8422.0, 8412.0, 8423.0, 8426.0, 8422.0, 8410.0, 8410.0, 8391.0, 8409.0, 8392.0, 8411.0, 8374.0, 8411.0, 8390.0, 8395.0, 8395.0, 8426.0, 8413.0, 8448.0, 8411.0, 8428.0, 8409.0, 8428.0, 8420.0, 8426.0, 8422.0, 8413.0, 8408.0, 8384.0, 8410.0, 8405.0, 8432.0, 8423.0, 8436.0, 8444.0, 8453.0, 8438.0, 8459.0, 8471.0, 8453.0, 8465.0, 8468.0, 8446.0, 8466.0, 8461.0, 8433.0, 8424.0, 8417.0, 8419.0, 8414.0, 8384.0, 8435.0, 8435.0, 8447.0, 8439.0, 8452.0, 8457.0, 8458.0, 8440.0, 8453.0, 8405.0, 8422.0, 8399.0, 8420.0, 8399.0, 8418.0, 8440.0, 8429.0, 8401.0, 8434.0, 8456.0, 8412.0, 8443.0, 8410.0, 8426.0, 8397.0, 8415.0, 8377.0, 8414.0, 8420.0, 8411.0, 8436.0, 8410.0, 8395.0, 8399.0, 8413.0, 8430.0, 8434.0, 8458.0, 8404.0, 8435.0, 8455.0, 8431.0, 8436.0, 8424.0, 8419.0, 8406.0, 8403.0, 8427.0, 8409.0, 8415.0, 8415.0, 8439.0, 8424.0, 8444.0, 8425.0, 8483.0, 8442.0, 8460.0, 8422.0, 8440.0, 8459.0, 8423.0, 8427.0, 8406.0, 8405.0, 8437.0, 8435.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.002219098786828423</td></tr>
<tr><td colspan=3>aqi</td><td>0.02963392114384749</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.10340693101477</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1532449136860348</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.966731609505638</td></tr>
<tr><td colspan=3>efc</td><td>0.4512</td></tr>
<tr><td colspan=3>fber</td><td>7012.8638</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07919898628229569</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.1265164644714039</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4776792207597</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3501162166961356</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7240511168717423</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3588703287112214</td></tr>
<tr><td colspan=3>gcor</td><td>0.00682166</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0126223498955369</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02427559718489647</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1154</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.756905144123842</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>31.4742</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.5094</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>130.1166</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305359.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>574.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>266.2219</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9034</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>504.3186</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2964.7722</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3154.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71185.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>941.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3929.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>839.5149</td></tr>
<tr><td colspan=3>tsnr</td><td>35.11140954494476</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>