<?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-0080_ses-02_task-alignvideo_acq-mb8_run-03_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-0080_ses-02_task-alignvideo_acq-mb8_run-03_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-03_session-02_subject-0080_suffix-bold_task-alignvideo" 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-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0080_suffix-bold_task-alignvideo" 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-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0080_suffix-bold_task-alignvideo" 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-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0080_suffix-bold_task-alignvideo" 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-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-03_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-03_session-02_subject-0080_suffix-bold_task-alignvideo" 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-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-03_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-03_session-02_subject-0080_suffix-bold_task-alignvideo" 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-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0080_suffix-bold_task-alignvideo" 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-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-03_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-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-03_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-0080/ses-02/func/sub-0080_ses-02_task-alignvideo_acq-mb8_run-03_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>c4eb38cc00ed83e707217b8647be1a4f</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>22:05:40.672500</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.99749, -0.070736, 0.00309321, 0.0701012, 0.992791, 0.0972232]</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-03_task-alignvideo_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.102067</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-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4160, -7790, -7236, 526, -37, -275, 40, 66]</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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>261.095</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>92faaffc-1ecd-45a6-8aab-e226dd86cb59||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.6761934757232666, 0.1880764663219452, 0.02685985155403614, 100.82350158691406], [0.18977944552898407, 2.6635849475860596, 0.26125845313072205, -104.31451416015625], [0.008298862725496292, -0.26084282994270325, 2.6871960163116455, -50.72784423828125], [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, 1158]</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, 1157, 1158], 'AcquisitionTime': ['220540.672500', '220541.132500', '220541.592500', '220542.052500', '220542.512500', '220542.972500', '220543.432500', '220543.892500', '220544.352500', '220544.812500', '220545.272500', '220545.732500', '220546.192500', '220546.652500', '220547.112500', '220547.572500', '220548.032500', '220548.492500', '220548.952500', '220549.412500', '220549.872500', '220550.332500', '220550.792500', '220551.252500', '220551.712500', '220552.172500', '220552.632500', '220553.092500', '220553.552500', '220554.012500', '220554.472500', '220554.932500', '220555.392500', '220555.852500', '220556.312500', '220556.772500', '220557.232500', '220557.692500', '220558.152500', '220558.612500', '220559.072500', '220559.532500', '220559.992500', '220600.452500', '220600.912500', '220601.372500', '220601.832500', '220602.292500', '220602.752500', '220603.212500', '220603.672500', '220604.132500', '220604.592500', '220605.052500', '220605.512500', '220605.972500', '220606.432500', '220606.892500', '220607.352500', '220607.812500', '220608.272500', '220608.732500', '220609.192500', '220609.652500', '220610.112500', '220610.572500', '220611.032500', '220611.492500', '220611.952500', '220612.412500', '220612.872500', '220613.332500', '220613.792500', '220614.252500', '220614.712500', '220615.172500', '220615.632500', '220616.092500', '220616.552500', '220617.012500', '220617.472500', '220617.932500', '220618.392500', '220618.852500', '220619.312500', '220619.772500', '220620.232500', '220620.692500', '220621.152500', '220621.612500', '220622.072500', '220622.532500', '220622.992500', '220623.452500', '220623.912500', '220624.372500', '220624.832500', '220625.292500', '220625.752500', '220626.212500', '220626.672500', '220627.132500', '220627.592500', '220628.052500', '220628.512500', '220628.972500', '220629.432500', '220629.892500', '220630.352500', '220630.812500', '220631.272500', '220631.732500', '220632.192500', '220632.652500', '220633.112500', '220633.572500', '220634.032500', '220634.492500', '220634.952500', '220635.412500', '220635.872500', '220636.332500', '220636.792500', '220637.252500', '220637.712500', '220638.172500', '220638.632500', '220639.092500', '220639.552500', '220640.012500', '220640.472500', '220640.932500', '220641.392500', '220641.852500', '220642.312500', '220642.772500', '220643.232500', '220643.692500', '220644.152500', '220644.612500', '220645.072500', '220645.532500', '220645.992500', '220646.452500', '220646.912500', '220647.372500', '220647.832500', '220648.292500', '220648.752500', '220649.212500', '220649.672500', '220650.132500', '220650.592500', '220651.052500', '220651.512500', '220651.972500', '220652.432500', '220652.892500', '220653.352500', '220653.812500', '220654.272500', '220654.732500', '220655.192500', '220655.652500', '220656.112500', '220656.572500', '220657.032500', '220657.492500', '220657.952500', '220658.412500', '220658.872500', '220659.332500', '220659.792500', '220700.252500', '220700.712500', '220701.172500', '220701.632500', '220702.092500', '220702.552500', '220703.012500', '220703.472500', '220703.932500', '220704.392500', '220704.852500', '220705.312500', '220705.772500', '220706.232500', '220706.692500', '220707.152500', '220707.612500', '220708.072500', '220708.532500', '220708.992500', '220709.452500', '220709.912500', '220710.372500', '220710.832500', '220711.292500', '220711.752500', '220712.212500', '220712.672500', '220713.132500', '220713.592500', '220714.052500', '220714.512500', '220714.972500', '220715.432500', '220715.892500', '220716.352500', '220716.812500', '220717.272500', '220717.732500', '220718.192500', '220718.652500', '220719.112500', '220719.572500', '220720.032500', '220720.492500', '220720.952500', '220721.412500', '220721.872500', '220722.332500', '220722.792500', '220723.252500', '220723.712500', '220724.172500', '220724.632500', '220725.092500', '220725.552500', '220726.012500', '220726.472500', '220726.932500', '220727.392500', '220727.852500', '220728.312500', '220728.772500', '220729.232500', '220729.692500', '220730.152500', '220730.612500', '220731.072500', '220731.532500', '220731.992500', '220732.452500', '220732.912500', '220733.372500', '220733.832500', '220734.292500', '220734.752500', '220735.212500', '220735.672500', '220736.132500', '220736.592500', '220737.052500', '220737.512500', '220737.972500', '220738.432500', '220738.892500', '220739.352500', '220739.812500', '220740.272500', '220740.732500', '220741.192500', '220741.652500', '220742.112500', '220742.572500', '220743.032500', '220743.492500', '220743.952500', '220744.412500', '220744.872500', '220745.332500', '220745.792500', '220746.252500', '220746.712500', '220747.172500', '220747.632500', '220748.092500', '220748.552500', '220749.012500', '220749.472500', '220749.932500', '220750.392500', '220750.852500', '220751.312500', '220751.772500', '220752.232500', '220752.692500', '220753.152500', '220753.612500', '220754.072500', '220754.532500', '220754.992500', '220755.452500', '220755.912500', '220756.372500', '220756.832500', '220757.292500', '220757.752500', '220758.212500', '220758.672500', '220759.132500', '220759.592500', '220800.052500', '220800.512500', '220800.972500', '220801.432500', '220801.892500', '220802.352500', '220802.812500', '220803.272500', '220803.732500', '220804.192500', '220804.652500', '220805.112500', '220805.572500', '220806.032500', '220806.492500', '220806.952500', '220807.412500', '220807.872500', '220808.332500', '220808.792500', '220809.252500', '220809.712500', '220810.172500', '220810.632500', '220811.092500', '220811.552500', '220812.012500', '220812.472500', '220812.932500', '220813.392500', '220813.852500', '220814.312500', '220814.772500', '220815.232500', '220815.692500', '220816.152500', '220816.612500', '220817.072500', '220817.532500', '220817.992500', '220818.452500', '220818.912500', '220819.372500', '220819.832500', '220820.292500', '220820.752500', '220821.212500', '220821.672500', '220822.132500', '220822.592500', '220823.052500', '220823.512500', '220823.972500', '220824.432500', '220824.892500', '220825.352500', '220825.812500', '220826.272500', '220826.732500', '220827.192500', '220827.652500', '220828.112500', '220828.572500', '220829.032500', '220829.492500', '220829.952500', '220830.412500', '220830.872500', '220831.332500', '220831.792500', '220832.252500', '220832.712500', '220833.172500', '220833.632500', '220834.092500', '220834.552500', '220835.012500', '220835.472500', '220835.932500', '220836.392500', '220836.852500', '220837.312500', '220837.772500', '220838.232500', '220838.692500', '220839.152500', '220839.612500', '220840.072500', '220840.532500', '220840.992500', '220841.452500', '220841.912500', '220842.372500', '220842.832500', '220843.292500', '220843.752500', '220844.212500', '220844.672500', '220845.132500', '220845.592500', '220846.052500', '220846.512500', '220846.972500', '220847.432500', '220847.892500', '220848.352500', '220848.812500', '220849.272500', '220849.732500', '220850.192500', '220850.652500', '220851.112500', '220851.572500', '220852.032500', '220852.492500', '220852.952500', '220853.412500', '220853.872500', '220854.332500', '220854.792500', '220855.252500', '220855.712500', '220856.172500', '220856.632500', '220857.092500', '220857.552500', '220858.012500', '220858.472500', '220858.932500', '220859.392500', '220859.852500', '220900.312500', '220900.772500', '220901.232500', '220901.692500', '220902.152500', '220902.612500', '220903.072500', '220903.532500', '220903.992500', '220904.452500', '220904.912500', '220905.372500', '220905.832500', '220906.292500', '220906.752500', '220907.212500', '220907.672500', '220908.132500', '220908.592500', '220909.052500', '220909.512500', '220909.972500', '220910.432500', '220910.892500', '220911.352500', '220911.812500', '220912.272500', '220912.732500', '220913.192500', '220913.652500', '220914.112500', '220914.572500', '220915.032500', '220915.492500', '220915.952500', '220916.412500', '220916.872500', '220917.332500', '220917.792500', '220918.252500', '220918.712500', '220919.172500', '220919.632500', '220920.092500', '220920.552500', '220921.012500', '220921.472500', '220921.932500', '220922.392500', '220922.852500', '220923.312500', '220923.772500', '220924.232500', '220924.692500', '220925.152500', '220925.612500', '220926.072500', '220926.532500', '220926.992500', '220927.452500', '220927.912500', '220928.372500', '220928.832500', '220929.292500', '220929.752500', '220930.212500', '220930.672500', '220931.132500', '220931.592500', '220932.052500', '220932.512500', '220932.972500', '220933.432500', '220933.892500', '220934.352500', '220934.812500', '220935.272500', '220935.732500', '220936.192500', '220936.652500', '220937.112500', '220937.572500', '220938.032500', '220938.492500', '220938.952500', '220939.412500', '220939.872500', '220940.332500', '220940.792500', '220941.252500', '220941.712500', '220942.172500', '220942.632500', '220943.092500', '220943.552500', '220944.012500', '220944.472500', '220944.932500', '220945.392500', '220945.852500', '220946.312500', '220946.772500', '220947.232500', '220947.692500', '220948.152500', '220948.612500', '220949.072500', '220949.532500', '220949.992500', '220950.452500', '220950.912500', '220951.372500', '220951.832500', '220952.292500', '220952.752500', '220953.212500', '220953.672500', '220954.132500', '220954.592500', '220955.052500', '220955.512500', '220955.972500', '220956.432500', '220956.892500', '220957.352500', '220957.812500', '220958.272500', '220958.732500', '220959.192500', '220959.652500', '221000.112500', '221000.572500', '221001.032500', '221001.492500', '221001.952500', '221002.412500', '221002.872500', '221003.332500', '221003.792500', '221004.252500', '221004.712500', '221005.172500', '221005.632500', '221006.092500', '221006.552500', '221007.012500', '221007.472500', '221007.932500', '221008.392500', '221008.852500', '221009.312500', '221009.772500', '221010.232500', '221010.692500', '221011.152500', '221011.612500', '221012.072500', '221012.532500', '221012.992500', '221013.452500', '221013.912500', '221014.372500', '221014.832500', '221015.292500', '221015.752500', '221016.212500', '221016.672500', '221017.132500', '221017.592500', '221018.052500', '221018.512500', '221018.972500', '221019.432500', '221019.892500', '221020.352500', '221020.812500', '221021.272500', '221021.732500', '221022.192500', '221022.652500', '221023.112500', '221023.572500', '221024.032500', '221024.492500', '221024.952500', '221025.412500', '221025.872500', '221026.332500', '221026.792500', '221027.252500', '221027.712500', '221028.172500', '221028.632500', '221029.092500', '221029.552500', '221030.012500', '221030.472500', '221030.932500', '221031.392500', '221031.852500', '221032.312500', '221032.772500', '221033.232500', '221033.692500', '221034.152500', '221034.612500', '221035.072500', '221035.532500', '221035.992500', '221036.452500', '221036.912500', '221037.372500', '221037.832500', '221038.292500', '221038.752500', '221039.212500', '221039.672500', '221040.132500', '221040.592500', '221041.052500', '221041.512500', '221041.972500', '221042.432500', '221042.892500', '221043.352500', '221043.812500', '221044.272500', '221044.732500', '221045.192500', '221045.652500', '221046.112500', '221046.572500', '221047.032500', '221047.492500', '221047.952500', '221048.412500', '221048.872500', '221049.332500', '221049.792500', '221050.252500', '221050.712500', '221051.172500', '221051.632500', '221052.092500', '221052.552500', '221053.012500', '221053.472500', '221053.932500', '221054.392500', '221054.852500', '221055.312500', '221055.772500', '221056.232500', '221056.692500', '221057.152500', '221057.612500', '221058.072500', '221058.532500', '221058.992500', '221059.452500', '221059.912500', '221100.372500', '221100.832500', '221101.292500', '221101.752500', '221102.212500', '221102.672500', '221103.132500', '221103.592500', '221104.052500', '221104.512500', '221104.972500', '221105.432500', '221105.892500', '221106.352500', '221106.812500', '221107.272500', '221107.732500', '221108.192500', '221108.652500', '221109.112500', '221109.572500', '221110.032500', '221110.492500', '221110.952500', '221111.412500', '221111.872500', '221112.332500', '221112.792500', '221113.252500', '221113.712500', '221114.172500', '221114.632500', '221115.092500', '221115.552500', '221116.012500', '221116.472500', '221116.932500', '221117.392500', '221117.852500', '221118.312500', '221118.772500', '221119.232500', '221119.692500', '221120.152500', '221120.612500', '221121.072500', '221121.532500', '221121.992500', '221122.452500', '221122.912500', '221123.372500', '221123.832500', '221124.292500', '221124.752500', '221125.212500', '221125.672500', '221126.132500', '221126.592500', '221127.052500', '221127.512500', '221127.972500', '221128.432500', '221128.892500', '221129.352500', '221129.812500', '221130.272500', '221130.732500', '221131.192500', '221131.652500', '221132.112500', '221132.572500', '221133.032500', '221133.492500', '221133.952500', '221134.412500', '221134.872500', '221135.332500', '221135.792500', '221136.252500', '221136.712500', '221137.172500', '221137.632500', '221138.092500', '221138.552500', '221139.012500', '221139.472500', '221139.932500', '221140.392500', '221140.852500', '221141.312500', '221141.772500', '221142.232500', '221142.692500', '221143.152500', '221143.612500', '221144.072500', '221144.532500', '221144.992500', '221145.452500', '221145.912500', '221146.372500', '221146.832500', '221147.292500', '221147.752500', '221148.212500', '221148.672500', '221149.132500', '221149.592500', '221150.052500', '221150.512500', '221150.972500', '221151.432500', '221151.892500', '221152.352500', '221152.812500', '221153.272500', '221153.732500', '221154.192500', '221154.652500', '221155.112500', '221155.572500', '221156.032500', '221156.492500', '221156.952500', '221157.412500', '221157.872500', '221158.332500', '221158.792500', '221159.252500', '221159.712500', '221200.172500', '221200.632500', '221201.092500', '221201.552500', '221202.012500', '221202.472500', '221202.932500', '221203.392500', '221203.852500', '221204.312500', '221204.772500', '221205.232500', '221205.692500', '221206.152500', '221206.612500', '221207.072500', '221207.532500', '221207.992500', '221208.452500', '221208.912500', '221209.372500', '221209.832500', '221210.292500', '221210.752500', '221211.212500', '221211.672500', '221212.132500', '221212.592500', '221213.052500', '221213.512500', '221213.972500', '221214.432500', '221214.892500', '221215.352500', '221215.812500', '221216.272500', '221216.732500', '221217.192500', '221217.652500', '221218.112500', '221218.572500', '221219.032500', '221219.492500', '221219.952500', '221220.412500', '221220.872500', '221221.332500', '221221.792500', '221222.252500', '221222.712500', '221223.172500', '221223.632500', '221224.092500', '221224.552500', '221225.012500', '221225.472500', '221225.932500', '221226.392500', '221226.852500', '221227.312500', '221227.772500', '221228.232500', '221228.692500', '221229.152500', '221229.612500', '221230.072500', '221230.532500', '221230.992500', '221231.452500', '221231.912500', '221232.372500', '221232.832500', '221233.292500', '221233.752500', '221234.212500', '221234.672500', '221235.132500', '221235.592500', '221236.052500', '221236.512500', '221236.972500', '221237.432500', '221237.892500', '221238.352500', '221238.812500', '221239.272500', '221239.732500', '221240.192500', '221240.652500', '221241.112500', '221241.572500', '221242.032500', '221242.492500', '221242.952500', '221243.412500', '221243.872500', '221244.332500', '221244.792500', '221245.252500', '221245.712500', '221246.172500', '221246.632500', '221247.092500', '221247.552500', '221248.012500', '221248.472500', '221248.932500', '221249.392500', '221249.852500', '221250.312500', '221250.772500', '221251.232500', '221251.692500', '221252.152500', '221252.612500', '221253.072500', '221253.532500', '221253.992500', '221254.452500', '221254.912500', '221255.372500', '221255.832500', '221256.292500', '221256.752500', '221257.212500', '221257.672500', '221258.132500', '221258.592500', '221259.052500', '221259.512500', '221259.972500', '221300.432500', '221300.892500', '221301.352500', '221301.812500', '221302.272500', '221302.732500', '221303.192500', '221303.652500', '221304.112500', '221304.572500', '221305.032500', '221305.492500', '221305.952500', '221306.412500', '221306.872500', '221307.332500', '221307.792500', '221308.252500', '221308.712500', '221309.172500', '221309.632500', '221310.092500', '221310.552500', '221311.012500', '221311.472500', '221311.932500', '221312.392500', '221312.852500', '221313.312500', '221313.772500', '221314.232500', '221314.692500', '221315.152500', '221315.612500', '221316.072500', '221316.532500', '221316.992500', '221317.452500', '221317.912500', '221318.372500', '221318.832500', '221319.292500', '221319.752500', '221320.212500', '221320.672500', '221321.132500', '221321.592500', '221322.052500', '221322.512500', '221322.972500', '221323.432500', '221323.892500', '221324.352500', '221324.812500', '221325.272500', '221325.732500', '221326.192500', '221326.652500', '221327.112500', '221327.572500', '221328.032500', '221328.492500', '221328.952500', '221329.412500', '221329.872500', '221330.332500', '221330.792500', '221331.252500', '221331.712500', '221332.172500', '221332.632500', '221333.092500', '221333.552500', '221334.012500', '221334.472500', '221334.932500', '221335.392500', '221335.852500', '221336.312500', '221336.772500', '221337.232500', '221337.692500', '221338.152500', '221338.612500', '221339.072500', '221339.532500', '221339.992500', '221340.452500', '221340.912500', '221341.372500', '221341.832500', '221342.292500', '221342.752500', '221343.212500', '221343.672500', '221344.132500', '221344.592500', '221345.052500', '221345.512500', '221345.972500', '221346.432500', '221346.892500', '221347.352500', '221347.812500', '221348.272500', '221348.732500', '221349.192500', '221349.652500', '221350.112500', '221350.572500', '221351.032500', '221351.492500', '221351.952500', '221352.412500', '221352.872500', '221353.332500', '221353.792500', '221354.252500', '221354.712500', '221355.172500', '221355.632500', '221356.092500', '221356.552500', '221357.012500', '221357.472500', '221357.932500', '221358.392500', '221358.852500', '221359.312500', '221359.772500', '221400.232500', '221400.692500', '221401.152500', '221401.612500', '221402.072500', '221402.532500', '221402.992500', '221403.452500', '221403.912500', '221404.372500', '221404.832500', '221405.292500', '221405.752500', '221406.212500', '221406.672500', '221407.132500', '221407.592500', '221408.052500', '221408.512500', '221408.972500', '221409.432500', '221409.892500', '221410.352500', '221410.812500', '221411.272500', '221411.732500', '221412.192500', '221412.652500', '221413.112500', '221413.572500', '221414.032500', '221414.492500', '221414.952500', '221415.412500', '221415.872500', '221416.332500', '221416.792500', '221417.252500', '221417.712500', '221418.172500', '221418.632500', '221419.092500', '221419.552500', '221420.012500', '221420.472500', '221420.932500', '221421.392500', '221421.852500', '221422.312500', '221422.772500', '221423.232500', '221423.692500', '221424.152500', '221424.612500', '221425.072500', '221425.532500', '221425.992500', '221426.452500', '221426.912500', '221427.372500', '221427.832500', '221428.292500', '221428.752500', '221429.212500', '221429.672500', '221430.132500', '221430.592500', '221431.052500', '221431.512500', '221431.972500', '221432.432500', '221432.892500'], 'ContentTime': ['220557.599000', '220557.602000', '220557.605000', '220557.608000', '220557.611000', '220557.614000', '220557.616000', '220557.619000', '220557.622000', '220557.625000', '220557.628000', '220557.631000', '220557.633000', '220557.636000', '220557.639000', '220557.642000', '220557.644000', '220557.647000', '220557.650000', '220557.653000', '220557.655000', '220557.658000', '220557.661000', '220557.664000', '220557.667000', '220557.670000', '220557.672000', '220557.698000', '220557.701000', '220557.703000', '220557.706000', '220557.709000', '220557.712000', '220557.715000', '220557.717000', '220617.566000', '220617.569000', '220617.572000', '220617.574000', '220617.577000', '220617.580000', '220617.582000', '220617.585000', '220617.587000', '220617.590000', '220617.594000', '220617.596000', '220617.599000', '220617.602000', '220617.604000', '220617.607000', '220617.610000', '220617.612000', '220617.615000', '220617.617000', '220617.620000', '220617.623000', '220617.625000', '220617.628000', '220617.631000', '220617.633000', '220617.636000', '220617.639000', '220617.641000', '220617.644000', '220617.646000', '220617.649000', '220617.652000', '220617.654000', '220617.657000', '220617.659000', '220617.662000', '220617.665000', '220617.667000', '220617.670000', '220617.672000', '220617.675000', '220617.678000', '220617.680000', '220637.567000', '220637.569000', '220637.572000', '220637.575000', '220637.577000', '220637.580000', '220637.582000', '220637.585000', '220637.588000', '220637.590000', '220637.593000', '220637.604000', '220637.606000', '220637.609000', '220637.612000', '220637.614000', '220637.617000', '220637.619000', '220637.622000', '220637.625000', '220637.627000', '220637.630000', '220637.633000', '220637.635000', '220637.638000', '220637.640000', '220637.643000', '220637.646000', '220637.648000', '220637.651000', '220637.653000', '220637.656000', '220637.659000', '220637.661000', '220637.664000', '220637.666000', '220637.669000', '220637.671000', '220637.674000', '220637.677000', '220637.679000', '220637.682000', '220637.684000', '220657.567000', '220657.570000', '220657.572000', '220657.575000', '220657.578000', '220657.580000', '220657.583000', '220657.585000', '220657.588000', '220657.591000', '220657.593000', '220657.596000', '220657.598000', '220657.602000', '220657.604000', '220657.607000', '220657.610000', '220657.612000', '220657.615000', '220657.618000', '220657.620000', '220657.623000', '220657.626000', '220657.628000', '220657.631000', '220657.633000', '220657.636000', '220657.638000', '220657.641000', '220657.644000', '220657.646000', '220657.649000', '220657.651000', '220657.654000', '220657.657000', '220657.659000', '220657.662000', '220657.665000', '220657.667000', '220657.670000', '220657.672000', '220657.675000', '220657.678000', '220717.566000', '220717.569000', '220717.572000', '220717.575000', '220717.578000', '220717.580000', '220717.583000', '220717.585000', '220717.588000', '220717.591000', '220717.593000', '220717.596000', '220717.599000', '220717.601000', '220717.604000', '220717.606000', '220717.609000', '220717.612000', '220717.614000', '220717.617000', '220717.619000', '220717.622000', '220717.625000', '220717.627000', '220717.630000', '220717.632000', '220717.635000', '220717.637000', '220717.640000', '220717.643000', '220717.645000', '220717.648000', '220717.650000', '220717.653000', '220717.656000', '220717.658000', '220717.661000', '220717.663000', '220717.666000', '220717.668000', '220717.671000', '220717.674000', '220717.676000', '220717.679000', '220737.566000', '220737.569000', '220737.572000', '220737.575000', '220737.577000', '220737.580000', '220737.583000', '220737.585000', '220737.588000', '220737.591000', '220737.593000', '220737.596000', '220737.599000', '220737.601000', '220737.604000', '220737.606000', '220737.609000', '220737.642000', '220737.644000', '220737.647000', '220737.650000', '220737.652000', '220737.655000', '220737.658000', '220737.660000', '220737.663000', '220737.665000', '220737.668000', '220737.671000', '220737.673000', '220737.676000', '220737.679000', '220737.681000', '220737.684000', '220737.686000', '220737.689000', '220737.692000', '220737.694000', '220737.697000', '220737.700000', '220737.702000', '220737.705000', '220737.707000', '220757.566000', '220757.569000', '220757.571000', '220757.574000', '220757.577000', '220757.579000', '220757.582000', '220757.584000', '220757.587000', '220757.590000', '220757.592000', '220757.595000', '220757.597000', '220757.600000', '220757.603000', '220757.605000', '220757.608000', '220757.611000', '220757.613000', '220757.616000', '220757.618000', '220757.621000', '220757.624000', '220757.626000', '220757.629000', '220757.631000', '220757.634000', '220757.637000', '220757.639000', '220757.642000', '220757.645000', '220757.647000', '220757.650000', '220757.653000', '220757.655000', '220757.658000', '220757.660000', '220757.663000', '220757.666000', '220757.668000', '220757.671000', '220757.673000', '220757.676000', '220757.679000', '220817.566000', '220817.569000', '220817.572000', '220817.575000', '220817.578000', '220817.580000', '220817.583000', '220817.585000', '220817.588000', '220817.591000', '220817.593000', '220817.596000', '220817.599000', '220817.601000', '220817.604000', '220817.606000', '220817.616000', '220817.619000', '220817.622000', '220817.625000', '220817.628000', '220817.631000', '220817.634000', '220817.636000', '220817.639000', '220817.643000', '220817.645000', '220817.648000', '220817.651000', '220817.653000', '220817.656000', '220817.659000', '220817.661000', '220817.664000', '220817.667000', '220817.669000', '220817.672000', '220817.674000', '220817.677000', '220817.679000', '220817.682000', '220817.685000', '220817.687000', '220837.566000', '220837.569000', '220837.572000', '220837.575000', '220837.577000', '220837.580000', '220837.583000', '220837.585000', '220837.588000', '220837.591000', '220837.593000', '220837.596000', '220837.599000', '220837.601000', '220837.604000', '220837.607000', '220837.609000', '220837.612000', '220837.615000', '220837.617000', '220837.620000', '220837.623000', '220837.625000', '220837.628000', '220837.630000', '220837.633000', '220837.636000', '220837.638000', '220837.641000', '220837.644000', '220837.646000', '220837.649000', '220837.652000', '220837.654000', '220837.657000', '220837.659000', '220837.662000', '220837.665000', '220837.667000', '220837.670000', '220837.673000', '220837.675000', '220837.678000', '220837.680000', '220857.567000', '220857.569000', '220857.572000', '220857.575000', '220857.578000', '220857.580000', '220857.583000', '220857.585000', '220857.588000', '220857.591000', '220857.593000', '220857.596000', '220857.599000', '220857.602000', '220857.605000', '220857.608000', '220857.611000', '220857.613000', '220857.616000', '220857.618000', '220857.621000', '220857.624000', '220857.626000', '220857.629000', '220857.632000', '220857.634000', '220857.637000', '220857.640000', '220857.642000', '220857.645000', '220857.648000', '220857.650000', '220857.653000', '220857.656000', '220857.658000', '220857.661000', '220857.663000', '220857.666000', '220857.669000', '220857.671000', '220857.674000', '220857.676000', '220857.695000', '220917.566000', '220917.569000', '220917.572000', '220917.575000', '220917.577000', '220917.580000', '220917.582000', '220917.585000', '220917.588000', '220917.590000', '220917.593000', '220917.595000', '220917.598000', '220917.601000', '220917.603000', '220917.606000', '220917.609000', '220917.611000', '220917.614000', '220917.616000', '220917.619000', '220917.622000', '220917.624000', '220917.627000', '220917.629000', '220917.632000', '220917.635000', '220917.637000', '220917.640000', '220917.643000', '220917.645000', '220917.648000', '220917.650000', '220917.653000', '220917.656000', '220917.658000', '220917.661000', '220917.664000', '220917.666000', '220917.669000', '220917.671000', '220917.674000', '220917.677000', '220917.679000', '220937.566000', '220937.569000', '220937.572000', '220937.575000', '220937.577000', '220937.580000', '220937.583000', '220937.585000', '220937.588000', '220937.590000', '220937.593000', '220937.596000', '220937.599000', '220937.601000', '220937.604000', '220937.606000', '220937.609000', '220937.612000', '220937.614000', '220937.617000', '220937.620000', '220937.623000', '220937.626000', '220937.629000', '220937.632000', '220937.635000', '220937.637000', '220937.640000', '220937.642000', '220937.645000', '220937.648000', '220937.650000', '220937.653000', '220937.656000', '220937.658000', '220937.661000', '220937.664000', '220937.666000', '220937.669000', '220937.671000', '220937.674000', '220937.677000', '220937.679000', '220957.566000', '220957.569000', '220957.571000', '220957.574000', '220957.576000', '220957.579000', '220957.582000', '220957.584000', '220957.587000', '220957.590000', '220957.592000', '220957.595000', '220957.597000', '220957.600000', '220957.603000', '220957.605000', '220957.608000', '220957.611000', '220957.613000', '220957.616000', '220957.645000', '220957.648000', '220957.650000', '220957.653000', '220957.656000', '220957.658000', '220957.661000', '220957.664000', '220957.666000', '220957.669000', '220957.671000', '220957.674000', '220957.677000', '220957.679000', '220957.682000', '220957.684000', '220957.687000', '220957.690000', '220957.692000', '220957.695000', '220957.698000', '220957.700000', '220957.703000', '220957.705000', '221017.565000', '221017.568000', '221017.571000', '221017.574000', '221017.576000', '221017.579000', '221017.582000', '221017.584000', '221017.587000', '221017.590000', '221017.592000', '221017.595000', '221017.597000', '221017.600000', '221017.603000', '221017.605000', '221017.608000', '221017.611000', '221017.613000', '221017.616000', '221017.619000', '221017.621000', '221017.624000', '221017.626000', '221017.629000', '221017.632000', '221017.634000', '221017.637000', '221017.640000', '221017.642000', '221017.645000', '221017.647000', '221017.650000', '221017.653000', '221017.656000', '221017.658000', '221017.661000', '221017.664000', '221017.667000', '221017.669000', '221017.672000', '221017.675000', '221017.677000', '221037.567000', '221037.569000', '221037.572000', '221037.575000', '221037.577000', '221037.580000', '221037.582000', '221037.585000', '221037.588000', '221037.590000', '221037.593000', '221037.595000', '221037.598000', '221037.601000', '221037.603000', '221037.606000', '221037.609000', '221037.611000', '221037.614000', '221037.616000', '221037.619000', '221037.622000', '221037.624000', '221037.639000', '221037.642000', '221037.644000', '221037.647000', '221037.649000', '221037.652000', '221037.655000', '221037.658000', '221037.660000', '221037.663000', '221037.665000', '221037.668000', '221037.671000', '221037.673000', '221037.676000', '221037.679000', '221037.681000', '221037.684000', '221037.686000', '221037.689000', '221037.692000', '221057.567000', '221057.570000', '221057.572000', '221057.575000', '221057.578000', '221057.580000', '221057.583000', '221057.586000', '221057.588000', '221057.591000', '221057.594000', '221057.596000', '221057.599000', '221057.601000', '221057.604000', '221057.607000', '221057.609000', '221057.612000', '221057.615000', '221057.617000', '221057.620000', '221057.622000', '221057.625000', '221057.628000', '221057.630000', '221057.633000', '221057.635000', '221057.638000', '221057.641000', '221057.646000', '221057.648000', '221057.651000', '221057.653000', '221057.656000', '221057.659000', '221057.662000', '221057.666000', '221057.668000', '221057.671000', '221057.674000', '221057.676000', '221057.679000', '221057.681000', '221117.566000', '221117.569000', '221117.572000', '221117.575000', '221117.577000', '221117.580000', '221117.582000', '221117.585000', '221117.588000', '221117.590000', '221117.593000', '221117.595000', '221117.598000', '221117.601000', '221117.604000', '221117.606000', '221117.609000', '221117.611000', '221117.614000', '221117.616000', '221117.619000', '221117.622000', '221117.624000', '221117.627000', '221117.629000', '221117.632000', '221117.635000', '221117.637000', '221117.640000', '221117.642000', '221117.645000', '221117.648000', '221117.650000', '221117.653000', '221117.656000', '221117.658000', '221117.661000', '221117.663000', '221117.666000', '221117.669000', '221117.671000', '221117.674000', '221117.676000', '221117.679000', '221137.567000', '221137.569000', '221137.572000', '221137.575000', '221137.577000', '221137.580000', '221137.583000', '221137.585000', '221137.588000', '221137.590000', '221137.593000', '221137.596000', '221137.598000', '221137.601000', '221137.603000', '221137.606000', '221137.609000', '221137.611000', '221137.614000', '221137.616000', '221137.619000', '221137.622000', '221137.624000', '221137.627000', '221137.630000', '221137.632000', '221137.635000', '221137.637000', '221137.640000', '221137.643000', '221137.646000', '221137.648000', '221137.651000', '221137.653000', '221137.656000', '221137.659000', '221137.662000', '221137.664000', '221137.667000', '221137.670000', '221137.672000', '221137.675000', '221137.678000', '221157.567000', '221157.570000', '221157.572000', '221157.575000', '221157.578000', '221157.580000', '221157.583000', '221157.586000', '221157.588000', '221157.591000', '221157.594000', '221157.596000', '221157.599000', '221157.602000', '221157.604000', '221157.607000', '221157.609000', '221157.612000', '221157.615000', '221157.617000', '221157.620000', '221157.622000', '221157.625000', '221157.628000', '221157.630000', '221157.633000', '221157.635000', '221157.638000', '221157.641000', '221157.643000', '221157.646000', '221157.648000', '221157.651000', '221157.654000', '221157.670000', '221157.673000', '221157.676000', '221157.678000', '221157.681000', '221157.683000', '221157.686000', '221157.689000', '221157.691000', '221157.694000', '221217.566000', '221217.568000', '221217.571000', '221217.574000', '221217.576000', '221217.579000', '221217.582000', '221217.584000', '221217.587000', '221217.589000', '221217.592000', '221217.595000', '221217.597000', '221217.600000', '221217.603000', '221217.605000', '221217.608000', '221217.611000', '221217.613000', '221217.616000', '221217.618000', '221217.621000', '221217.624000', '221217.626000', '221217.629000', '221217.631000', '221217.634000', '221217.637000', '221217.639000', '221217.642000', '221217.645000', '221217.647000', '221217.650000', '221217.653000', '221217.655000', '221217.658000', '221217.661000', '221217.663000', '221217.666000', '221217.668000', '221217.671000', '221217.674000', '221217.676000', '221237.566000', '221237.569000', '221237.571000', '221237.574000', '221237.577000', '221237.579000', '221237.582000', '221237.584000', '221237.587000', '221237.590000', '221237.592000', '221237.595000', '221237.597000', '221237.600000', '221237.603000', '221237.605000', '221237.608000', '221237.611000', '221237.613000', '221237.616000', '221237.618000', '221237.621000', '221237.624000', '221237.626000', '221237.629000', '221237.632000', '221237.634000', '221237.637000', '221237.639000', '221237.642000', '221237.645000', '221237.647000', '221237.650000', '221237.653000', '221237.655000', '221237.658000', '221237.661000', '221237.663000', '221237.666000', '221237.668000', '221237.671000', '221237.673000', '221237.676000', '221237.679000', '221257.567000', '221257.570000', '221257.572000', '221257.575000', '221257.577000', '221257.580000', '221257.583000', '221257.585000', '221257.588000', '221257.591000', '221257.593000', '221257.596000', '221257.598000', '221257.601000', '221257.604000', '221257.606000', '221257.609000', '221257.612000', '221257.614000', '221257.617000', '221257.619000', '221257.622000', '221257.625000', '221257.627000', '221257.630000', '221257.632000', '221257.635000', '221257.638000', '221257.640000', '221257.643000', '221257.645000', '221257.648000', '221257.651000', '221257.654000', '221257.656000', '221257.659000', '221257.661000', '221257.664000', '221257.667000', '221257.669000', '221257.672000', '221257.674000', '221257.677000', '221317.567000', '221317.569000', '221317.572000', '221317.575000', '221317.577000', '221317.580000', '221317.583000', '221317.585000', '221317.588000', '221317.591000', '221317.593000', '221317.596000', '221317.598000', '221317.601000', '221317.604000', '221317.606000', '221317.609000', '221317.612000', '221317.615000', '221317.617000', '221317.620000', '221317.623000', '221317.625000', '221317.628000', '221317.631000', '221317.633000', '221317.636000', '221317.638000', '221317.641000', '221317.644000', '221317.646000', '221317.649000', '221317.652000', '221317.654000', '221317.657000', '221317.660000', '221317.662000', '221317.665000', '221317.667000', '221317.670000', '221317.673000', '221317.675000', '221317.678000', '221317.681000', '221337.567000', '221337.569000', '221337.572000', '221337.575000', '221337.577000', '221337.580000', '221337.583000', '221337.585000', '221337.588000', '221337.590000', '221337.593000', '221337.596000', '221337.598000', '221337.601000', '221337.604000', '221337.606000', '221337.609000', '221337.612000', '221337.614000', '221337.617000', '221337.619000', '221337.622000', '221337.625000', '221337.627000', '221337.630000', '221337.633000', '221337.635000', '221337.638000', '221337.640000', '221337.643000', '221337.646000', '221337.648000', '221337.651000', '221337.654000', '221337.656000', '221337.659000', '221337.662000', '221337.664000', '221337.667000', '221337.669000', '221337.672000', '221337.674000', '221337.677000', '221357.567000', '221357.569000', '221357.572000', '221357.575000', '221357.577000', '221357.580000', '221357.583000', '221357.585000', '221357.588000', '221357.590000', '221357.593000', '221357.596000', '221357.598000', '221357.601000', '221357.604000', '221357.606000', '221357.609000', '221357.611000', '221357.614000', '221357.617000', '221357.619000', '221357.622000', '221357.624000', '221357.627000', '221357.630000', '221357.632000', '221357.635000', '221357.637000', '221357.640000', '221357.643000', '221357.645000', '221357.648000', '221357.651000', '221357.653000', '221357.656000', '221357.659000', '221357.661000', '221357.664000', '221357.666000', '221357.669000', '221357.672000', '221357.674000', '221357.677000', '221357.679000', '221417.567000', '221417.570000', '221417.572000', '221417.575000', '221417.578000', '221417.580000', '221417.583000', '221417.585000', '221417.588000', '221417.591000', '221417.593000', '221417.596000', '221417.599000', '221417.601000', '221417.604000', '221417.606000', '221417.609000', '221417.612000', '221417.614000', '221417.617000', '221417.620000', '221417.622000', '221417.625000', '221417.627000', '221417.630000', '221417.633000', '221417.635000', '221417.638000', '221417.641000', '221417.643000', '221417.646000', '221417.648000', '221417.651000', '221417.654000', '221417.656000', '221417.659000', '221417.661000', '221417.664000', '221417.667000', '221417.669000', '221417.672000', '221417.674000', '221417.677000', '221433.893000', '221433.896000', '221433.900000', '221433.903000', '221433.906000', '221433.909000', '221433.913000', '221433.916000', '221433.919000', '221433.925000', '221433.928000', '221433.931000', '221433.934000', '221433.937000', '221433.940000', '221433.943000', '221433.946000', '221433.948000', '221433.951000', '221433.961000', '221433.964000', '221433.967000', '221433.970000', '221433.973000', '221433.975000', '221433.978000', '221433.981000', '221434.029000', '221434.032000', '221434.035000', '221434.038000', '221434.041000', '221434.043000', '221434.046000', '221434.049000', '221434.052000'], 'InstanceCreationTime': ['220557.599000', '220557.602000', '220557.605000', '220557.608000', '220557.611000', '220557.614000', '220557.616000', '220557.619000', '220557.622000', '220557.625000', '220557.628000', '220557.631000', '220557.633000', '220557.636000', '220557.639000', '220557.642000', '220557.644000', '220557.647000', '220557.650000', '220557.653000', '220557.655000', '220557.658000', '220557.661000', '220557.664000', '220557.667000', '220557.670000', '220557.672000', '220557.698000', '220557.701000', '220557.703000', '220557.706000', '220557.709000', '220557.712000', '220557.715000', '220557.717000', '220617.566000', '220617.569000', '220617.572000', '220617.574000', '220617.577000', '220617.580000', '220617.582000', '220617.585000', '220617.587000', '220617.590000', '220617.594000', '220617.596000', '220617.599000', '220617.602000', '220617.604000', '220617.607000', '220617.610000', '220617.612000', '220617.615000', '220617.617000', '220617.620000', '220617.623000', '220617.625000', '220617.628000', '220617.631000', '220617.633000', '220617.636000', '220617.639000', '220617.641000', '220617.644000', '220617.646000', '220617.649000', '220617.652000', '220617.654000', '220617.657000', '220617.659000', '220617.662000', '220617.665000', '220617.667000', '220617.670000', '220617.672000', '220617.675000', '220617.678000', '220617.680000', '220637.567000', '220637.569000', '220637.572000', '220637.575000', '220637.577000', '220637.580000', '220637.582000', '220637.585000', '220637.588000', '220637.590000', '220637.593000', '220637.604000', '220637.606000', '220637.609000', '220637.612000', '220637.614000', '220637.617000', '220637.619000', '220637.622000', '220637.625000', '220637.627000', '220637.630000', '220637.633000', '220637.635000', '220637.638000', '220637.640000', '220637.643000', '220637.646000', '220637.648000', '220637.651000', '220637.653000', '220637.656000', '220637.659000', '220637.661000', '220637.664000', '220637.666000', '220637.669000', '220637.671000', '220637.674000', '220637.677000', '220637.679000', '220637.682000', '220637.684000', '220657.567000', '220657.570000', '220657.572000', '220657.575000', '220657.578000', '220657.580000', '220657.583000', '220657.585000', '220657.588000', '220657.591000', '220657.593000', '220657.596000', '220657.598000', '220657.602000', '220657.604000', '220657.607000', '220657.610000', '220657.612000', '220657.615000', '220657.618000', '220657.620000', '220657.623000', '220657.626000', '220657.628000', '220657.631000', '220657.633000', '220657.636000', '220657.638000', '220657.641000', '220657.644000', '220657.646000', '220657.649000', '220657.651000', '220657.654000', '220657.657000', '220657.659000', '220657.662000', '220657.665000', '220657.667000', '220657.670000', '220657.672000', '220657.675000', '220657.678000', '220717.566000', '220717.569000', '220717.572000', '220717.575000', '220717.578000', '220717.580000', '220717.583000', '220717.585000', '220717.588000', '220717.591000', '220717.593000', '220717.596000', '220717.599000', '220717.601000', '220717.604000', '220717.606000', '220717.609000', '220717.612000', '220717.614000', '220717.617000', '220717.619000', '220717.622000', '220717.625000', '220717.627000', '220717.630000', '220717.632000', '220717.635000', '220717.637000', '220717.640000', '220717.643000', '220717.645000', '220717.648000', '220717.650000', '220717.653000', '220717.656000', '220717.658000', '220717.661000', '220717.663000', '220717.666000', '220717.668000', '220717.671000', '220717.674000', '220717.676000', '220717.679000', '220737.566000', '220737.569000', '220737.572000', '220737.575000', '220737.577000', '220737.580000', '220737.583000', '220737.585000', '220737.588000', '220737.591000', '220737.593000', '220737.596000', '220737.599000', '220737.601000', '220737.604000', '220737.606000', '220737.609000', '220737.642000', '220737.644000', '220737.647000', '220737.650000', '220737.652000', '220737.655000', '220737.658000', '220737.660000', '220737.663000', '220737.665000', '220737.668000', '220737.671000', '220737.673000', '220737.676000', '220737.679000', '220737.681000', '220737.684000', '220737.686000', '220737.689000', '220737.692000', '220737.694000', '220737.697000', '220737.700000', '220737.702000', '220737.705000', '220737.707000', '220757.566000', '220757.569000', '220757.571000', '220757.574000', '220757.577000', '220757.579000', '220757.582000', '220757.584000', '220757.587000', '220757.590000', '220757.592000', '220757.595000', '220757.597000', '220757.600000', '220757.603000', '220757.605000', '220757.608000', '220757.611000', '220757.613000', '220757.616000', '220757.618000', '220757.621000', '220757.624000', '220757.626000', '220757.629000', '220757.631000', '220757.634000', '220757.637000', '220757.639000', '220757.642000', '220757.645000', '220757.647000', '220757.650000', '220757.653000', '220757.655000', '220757.658000', '220757.660000', '220757.663000', '220757.666000', '220757.668000', '220757.671000', '220757.673000', '220757.676000', '220757.679000', '220817.566000', '220817.569000', '220817.572000', '220817.575000', '220817.578000', '220817.580000', '220817.583000', '220817.585000', '220817.588000', '220817.591000', '220817.593000', '220817.596000', '220817.599000', '220817.601000', '220817.604000', '220817.606000', '220817.616000', '220817.619000', '220817.622000', '220817.625000', '220817.628000', '220817.631000', '220817.634000', '220817.636000', '220817.639000', '220817.643000', '220817.645000', '220817.648000', '220817.651000', '220817.653000', '220817.656000', '220817.659000', '220817.661000', '220817.664000', '220817.667000', '220817.669000', '220817.672000', '220817.674000', '220817.677000', '220817.679000', '220817.682000', '220817.685000', '220817.687000', '220837.566000', '220837.569000', '220837.572000', '220837.575000', '220837.577000', '220837.580000', '220837.583000', '220837.585000', '220837.588000', '220837.591000', '220837.593000', '220837.596000', '220837.599000', '220837.601000', '220837.604000', '220837.607000', '220837.609000', '220837.612000', '220837.615000', '220837.617000', '220837.620000', '220837.623000', '220837.625000', '220837.628000', '220837.630000', '220837.633000', '220837.636000', '220837.638000', '220837.641000', '220837.644000', '220837.646000', '220837.649000', '220837.652000', '220837.654000', '220837.657000', '220837.659000', '220837.662000', '220837.665000', '220837.667000', '220837.670000', '220837.673000', '220837.675000', '220837.678000', '220837.680000', '220857.567000', '220857.569000', '220857.572000', '220857.575000', '220857.578000', '220857.580000', '220857.583000', '220857.585000', '220857.588000', '220857.591000', '220857.593000', '220857.596000', '220857.599000', '220857.602000', '220857.605000', '220857.608000', '220857.611000', '220857.613000', '220857.616000', '220857.618000', '220857.621000', '220857.624000', '220857.626000', '220857.629000', '220857.632000', '220857.634000', '220857.637000', '220857.640000', '220857.642000', '220857.645000', '220857.648000', '220857.650000', '220857.653000', '220857.656000', '220857.658000', '220857.661000', '220857.663000', '220857.666000', '220857.669000', '220857.671000', '220857.674000', '220857.676000', '220857.695000', '220917.566000', '220917.569000', '220917.572000', '220917.575000', '220917.577000', '220917.580000', '220917.582000', '220917.585000', '220917.588000', '220917.590000', '220917.593000', '220917.595000', '220917.598000', '220917.601000', '220917.603000', '220917.606000', '220917.609000', '220917.611000', '220917.614000', '220917.616000', '220917.619000', '220917.622000', '220917.624000', '220917.627000', '220917.629000', '220917.632000', '220917.635000', '220917.637000', '220917.640000', '220917.643000', '220917.645000', '220917.648000', '220917.650000', '220917.653000', '220917.656000', '220917.658000', '220917.661000', '220917.664000', '220917.666000', '220917.669000', '220917.671000', '220917.674000', '220917.677000', '220917.679000', '220937.566000', '220937.569000', '220937.572000', '220937.575000', '220937.577000', '220937.580000', '220937.583000', '220937.585000', '220937.588000', '220937.590000', '220937.593000', '220937.596000', '220937.599000', '220937.601000', '220937.604000', '220937.606000', '220937.609000', '220937.612000', '220937.614000', '220937.617000', '220937.620000', '220937.623000', '220937.626000', '220937.629000', '220937.632000', '220937.635000', '220937.637000', '220937.640000', '220937.642000', '220937.645000', '220937.648000', '220937.650000', '220937.653000', '220937.656000', '220937.658000', '220937.661000', '220937.664000', '220937.666000', '220937.669000', '220937.671000', '220937.674000', '220937.677000', '220937.679000', '220957.566000', '220957.569000', '220957.571000', '220957.574000', '220957.576000', '220957.579000', '220957.582000', '220957.584000', '220957.587000', '220957.590000', '220957.592000', '220957.595000', '220957.597000', '220957.600000', '220957.603000', '220957.605000', '220957.608000', '220957.611000', '220957.613000', '220957.616000', '220957.645000', '220957.648000', '220957.650000', '220957.653000', '220957.656000', '220957.658000', '220957.661000', '220957.664000', '220957.666000', '220957.669000', '220957.671000', '220957.674000', '220957.677000', '220957.679000', '220957.682000', '220957.684000', '220957.687000', '220957.690000', '220957.692000', '220957.695000', '220957.698000', '220957.700000', '220957.703000', '220957.705000', '221017.565000', '221017.568000', '221017.571000', '221017.574000', '221017.576000', '221017.579000', '221017.582000', '221017.584000', '221017.587000', '221017.590000', '221017.592000', '221017.595000', '221017.597000', '221017.600000', '221017.603000', '221017.605000', '221017.608000', '221017.611000', '221017.613000', '221017.616000', '221017.619000', '221017.621000', '221017.624000', '221017.626000', '221017.629000', '221017.632000', '221017.634000', '221017.637000', '221017.640000', '221017.642000', '221017.645000', '221017.647000', '221017.650000', '221017.653000', '221017.656000', '221017.658000', '221017.661000', '221017.664000', '221017.667000', '221017.669000', '221017.672000', '221017.675000', '221017.677000', '221037.567000', '221037.569000', '221037.572000', '221037.575000', '221037.577000', '221037.580000', '221037.582000', '221037.585000', '221037.588000', '221037.590000', '221037.593000', '221037.595000', '221037.598000', '221037.601000', '221037.603000', '221037.606000', '221037.609000', '221037.611000', '221037.614000', '221037.616000', '221037.619000', '221037.622000', '221037.624000', '221037.639000', '221037.642000', '221037.644000', '221037.647000', '221037.649000', '221037.652000', '221037.655000', '221037.658000', '221037.660000', '221037.663000', '221037.665000', '221037.668000', '221037.671000', '221037.673000', '221037.676000', '221037.679000', '221037.681000', '221037.684000', '221037.686000', '221037.689000', '221037.692000', '221057.567000', '221057.570000', '221057.572000', '221057.575000', '221057.578000', '221057.580000', '221057.583000', '221057.586000', '221057.588000', '221057.591000', '221057.594000', '221057.596000', '221057.599000', '221057.601000', '221057.604000', '221057.607000', '221057.609000', '221057.612000', '221057.615000', '221057.617000', '221057.620000', '221057.622000', '221057.625000', '221057.628000', '221057.630000', '221057.633000', '221057.635000', '221057.638000', '221057.641000', '221057.646000', '221057.648000', '221057.651000', '221057.653000', '221057.656000', '221057.659000', '221057.662000', '221057.666000', '221057.668000', '221057.671000', '221057.674000', '221057.676000', '221057.679000', '221057.681000', '221117.566000', '221117.569000', '221117.572000', '221117.575000', '221117.577000', '221117.580000', '221117.582000', '221117.585000', '221117.588000', '221117.590000', '221117.593000', '221117.595000', '221117.598000', '221117.601000', '221117.604000', '221117.606000', '221117.609000', '221117.611000', '221117.614000', '221117.616000', '221117.619000', '221117.622000', '221117.624000', '221117.627000', '221117.629000', '221117.632000', '221117.635000', '221117.637000', '221117.640000', '221117.642000', '221117.645000', '221117.648000', '221117.650000', '221117.653000', '221117.656000', '221117.658000', '221117.661000', '221117.663000', '221117.666000', '221117.669000', '221117.671000', '221117.674000', '221117.676000', '221117.679000', '221137.567000', '221137.569000', '221137.572000', '221137.575000', '221137.577000', '221137.580000', '221137.583000', '221137.585000', '221137.588000', '221137.590000', '221137.593000', '221137.596000', '221137.598000', '221137.601000', '221137.603000', '221137.606000', '221137.609000', '221137.611000', '221137.614000', '221137.616000', '221137.619000', '221137.622000', '221137.624000', '221137.627000', '221137.630000', '221137.632000', '221137.635000', '221137.637000', '221137.640000', '221137.643000', '221137.646000', '221137.648000', '221137.651000', '221137.653000', '221137.656000', '221137.659000', '221137.662000', '221137.664000', '221137.667000', '221137.670000', '221137.672000', '221137.675000', '221137.678000', '221157.567000', '221157.570000', '221157.572000', '221157.575000', '221157.578000', '221157.580000', '221157.583000', '221157.586000', '221157.588000', '221157.591000', '221157.594000', '221157.596000', '221157.599000', '221157.602000', '221157.604000', '221157.607000', '221157.609000', '221157.612000', '221157.615000', '221157.617000', '221157.620000', '221157.622000', '221157.625000', '221157.628000', '221157.630000', '221157.633000', '221157.635000', '221157.638000', '221157.641000', '221157.643000', '221157.646000', '221157.648000', '221157.651000', '221157.654000', '221157.670000', '221157.673000', '221157.676000', '221157.678000', '221157.681000', '221157.683000', '221157.686000', '221157.689000', '221157.691000', '221157.694000', '221217.566000', '221217.568000', '221217.571000', '221217.574000', '221217.576000', '221217.579000', '221217.582000', '221217.584000', '221217.587000', '221217.589000', '221217.592000', '221217.595000', '221217.597000', '221217.600000', '221217.603000', '221217.605000', '221217.608000', '221217.611000', '221217.613000', '221217.616000', '221217.618000', '221217.621000', '221217.624000', '221217.626000', '221217.629000', '221217.631000', '221217.634000', '221217.637000', '221217.639000', '221217.642000', '221217.645000', '221217.647000', '221217.650000', '221217.653000', '221217.655000', '221217.658000', '221217.661000', '221217.663000', '221217.666000', '221217.668000', '221217.671000', '221217.674000', '221217.676000', '221237.566000', '221237.569000', '221237.571000', '221237.574000', '221237.577000', '221237.579000', '221237.582000', '221237.584000', '221237.587000', '221237.590000', '221237.592000', '221237.595000', '221237.597000', '221237.600000', '221237.603000', '221237.605000', '221237.608000', '221237.611000', '221237.613000', '221237.616000', '221237.618000', '221237.621000', '221237.624000', '221237.626000', '221237.629000', '221237.632000', '221237.634000', '221237.637000', '221237.639000', '221237.642000', '221237.645000', '221237.647000', '221237.650000', '221237.653000', '221237.655000', '221237.658000', '221237.661000', '221237.663000', '221237.666000', '221237.668000', '221237.671000', '221237.673000', '221237.676000', '221237.679000', '221257.567000', '221257.570000', '221257.572000', '221257.575000', '221257.577000', '221257.580000', '221257.583000', '221257.585000', '221257.588000', '221257.591000', '221257.593000', '221257.596000', '221257.598000', '221257.601000', '221257.604000', '221257.606000', '221257.609000', '221257.612000', '221257.614000', '221257.617000', '221257.619000', '221257.622000', '221257.625000', '221257.627000', '221257.630000', '221257.632000', '221257.635000', '221257.638000', '221257.640000', '221257.643000', '221257.645000', '221257.648000', '221257.651000', '221257.654000', '221257.656000', '221257.659000', '221257.661000', '221257.664000', '221257.667000', '221257.669000', '221257.672000', '221257.674000', '221257.677000', '221317.567000', '221317.569000', '221317.572000', '221317.575000', '221317.577000', '221317.580000', '221317.583000', '221317.585000', '221317.588000', '221317.591000', '221317.593000', '221317.596000', '221317.598000', '221317.601000', '221317.604000', '221317.606000', '221317.609000', '221317.612000', '221317.615000', '221317.617000', '221317.620000', '221317.623000', '221317.625000', '221317.628000', '221317.631000', '221317.633000', '221317.636000', '221317.638000', '221317.641000', '221317.644000', '221317.646000', '221317.649000', '221317.652000', '221317.654000', '221317.657000', '221317.660000', '221317.662000', '221317.665000', '221317.667000', '221317.670000', '221317.673000', '221317.675000', '221317.678000', '221317.681000', '221337.567000', '221337.569000', '221337.572000', '221337.575000', '221337.577000', '221337.580000', '221337.583000', '221337.585000', '221337.588000', '221337.590000', '221337.593000', '221337.596000', '221337.598000', '221337.601000', '221337.604000', '221337.606000', '221337.609000', '221337.612000', '221337.614000', '221337.617000', '221337.619000', '221337.622000', '221337.625000', '221337.627000', '221337.630000', '221337.633000', '221337.635000', '221337.638000', '221337.640000', '221337.643000', '221337.646000', '221337.648000', '221337.651000', '221337.654000', '221337.656000', '221337.659000', '221337.662000', '221337.664000', '221337.667000', '221337.669000', '221337.672000', '221337.674000', '221337.677000', '221357.567000', '221357.569000', '221357.572000', '221357.575000', '221357.577000', '221357.580000', '221357.583000', '221357.585000', '221357.588000', '221357.590000', '221357.593000', '221357.596000', '221357.598000', '221357.601000', '221357.604000', '221357.606000', '221357.609000', '221357.611000', '221357.614000', '221357.617000', '221357.619000', '221357.622000', '221357.624000', '221357.627000', '221357.630000', '221357.632000', '221357.635000', '221357.637000', '221357.640000', '221357.643000', '221357.645000', '221357.648000', '221357.651000', '221357.653000', '221357.656000', '221357.659000', '221357.661000', '221357.664000', '221357.666000', '221357.669000', '221357.672000', '221357.674000', '221357.677000', '221357.679000', '221417.567000', '221417.570000', '221417.572000', '221417.575000', '221417.578000', '221417.580000', '221417.583000', '221417.585000', '221417.588000', '221417.591000', '221417.593000', '221417.596000', '221417.599000', '221417.601000', '221417.604000', '221417.606000', '221417.609000', '221417.612000', '221417.614000', '221417.617000', '221417.620000', '221417.622000', '221417.625000', '221417.627000', '221417.630000', '221417.633000', '221417.635000', '221417.638000', '221417.641000', '221417.643000', '221417.646000', '221417.648000', '221417.651000', '221417.654000', '221417.656000', '221417.659000', '221417.661000', '221417.664000', '221417.667000', '221417.669000', '221417.672000', '221417.674000', '221417.677000', '221433.893000', '221433.896000', '221433.900000', '221433.903000', '221433.906000', '221433.909000', '221433.913000', '221433.916000', '221433.919000', '221433.925000', '221433.928000', '221433.931000', '221433.934000', '221433.937000', '221433.940000', '221433.943000', '221433.946000', '221433.948000', '221433.951000', '221433.961000', '221433.964000', '221433.967000', '221433.970000', '221433.973000', '221433.975000', '221433.978000', '221433.981000', '221434.029000', '221434.032000', '221434.035000', '221434.038000', '221434.041000', '221434.043000', '221434.046000', '221434.049000', '221434.052000'], '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, 1157, 1158], 'LargestImagePixelValue': [12270, 9010, 11922, 13206, 10942, 13188, 9798, 12060, 10493, 11500, 8867, 11713, 9016, 11186, 13461, 11378, 11903, 10560, 11592, 9204, 11437, 8950, 11410, 11641, 10520, 12391, 10530, 11390, 8553, 11378, 9133, 10729, 8183, 11370, 8800, 11406, 9503, 11789, 9217, 11500, 8515, 11071, 11313, 11115, 13736, 12950, 12137, 11045, 11208, 8469, 11901, 11415, 11130, 11949, 11326, 8466, 10563, 11607, 10582, 14934, 12187, 11679, 11038, 8752, 10438, 12610, 11805, 11989, 9857, 11612, 8214, 11423, 8146, 12112, 11746, 10595, 13403, 11426, 9190, 9905, 7790, 11365, 13612, 11749, 12066, 11525, 11361, 9576, 11512, 8690, 11150, 14312, 11602, 11779, 11502, 11307, 10394, 11234, 8906, 11555, 9503, 11485, 9126, 11385, 9379, 11876, 10574, 11644, 9744, 11354, 9112, 11110, 8269, 11862, 13053, 10912, 11894, 10993, 11612, 9633, 11289, 8955, 11571, 9048, 11337, 12213, 11289, 9136, 10395, 8168, 11517, 10013, 11133, 13100, 11265, 10290, 10106, 13506, 11356, 12199, 9841, 11876, 9248, 11217, 8729, 12008, 8447, 11376, 14399, 11985, 12198, 11503, 11506, 10220, 11331, 9038, 11297, 11282, 10316, 7949, 10496, 8834, 10590, 13018, 11296, 11704, 10632, 11159, 9390, 11333, 8781, 11466, 10583, 10691, 11172, 10676, 9540, 10392, 13024, 11510, 11618, 9659, 11677, 10893, 11879, 9816, 10793, 10083, 12299, 9397, 11538, 10498, 11332, 9848, 11136, 12908, 11348, 11604, 9314, 11170, 11507, 11010, 8106, 11152, 8079, 11969, 15316, 12344, 12968, 12248, 12375, 10241, 12063, 9343, 11770, 10650, 11245, 14472, 12133, 11618, 10309, 8198, 11633, 9364, 12260, 9804, 12369, 10781, 12272, 10884, 10994, 14944, 13271, 12181, 11864, 12224, 10716, 12471, 10919, 11902, 9816, 11876, 8645, 11564, 8970, 11936, 9079, 11935, 12333, 11077, 15137, 11855, 12201, 10888, 11932, 9220, 11886, 9364, 11469, 10453, 11730, 9395, 9080, 10091, 8975, 9570, 10418, 14783, 11865, 12983, 15611, 12118, 12465, 11351, 8716, 12955, 9042, 12876, 15805, 11235, 14217, 12480, 11594, 8546, 10804, 10878, 9127, 8084, 10130, 8830, 7436, 9222, 6880, 10430, 11153, 15033, 14300, 13155, 15136, 12556, 15245, 11671, 13375, 10770, 13992, 13517, 12296, 15600, 11213, 14583, 10592, 14372, 10491, 12954, 10339, 11685, 9996, 11110, 9465, 11176, 9135, 11370, 9316, 12311, 9730, 8245, 10489, 8273, 10938, 12376, 10273, 11150, 8874, 11451, 9718, 10741, 8532, 11278, 8587, 8338, 10285, 9390, 8935, 10396, 10106, 13117, 15118, 12951, 13569, 11170, 12114, 9151, 12181, 9141, 12368, 9399, 12046, 9652, 12392, 10511, 12092, 10217, 11185, 12756, 10907, 13054, 10923, 13039, 9894, 12485, 10087, 12271, 9327, 9187, 9490, 12512, 9694, 11779, 11323, 10952, 11209, 10177, 8660, 10078, 13207, 10414, 12037, 9368, 11716, 9514, 11554, 9149, 11990, 9250, 11437, 9387, 11205, 9325, 10748, 8298, 11284, 11330, 10105, 13270, 10457, 12060, 10842, 12049, 9641, 11935, 10538, 11523, 9488, 11102, 11779, 11540, 9964, 11392, 8019, 12250, 8856, 11778, 11550, 10896, 13571, 12334, 12742, 10623, 12026, 10615, 12082, 9663, 11497, 12883, 11601, 10642, 10503, 7843, 10459, 14049, 10700, 11989, 9805, 12080, 10351, 11894, 9411, 12396, 10670, 12075, 9177, 11399, 9989, 11544, 9170, 11487, 8435, 12146, 14183, 12256, 12133, 10263, 12127, 9172, 11740, 8984, 11840, 8824, 11361, 13736, 11453, 12064, 10822, 10572, 9920, 12045, 9633, 11437, 9939, 11232, 8421, 11190, 9083, 11870, 9284, 11254, 11734, 11348, 9150, 10752, 8208, 10951, 13214, 12190, 12131, 11136, 11960, 10299, 7111, 9464, 9735, 9912, 11075, 9538, 14587, 16233, 14571, 13788, 9297, 11818, 8799, 12049, 9222, 11662, 11696, 11174, 8522, 11392, 8277, 12452, 11567, 11027, 12839, 11365, 11887, 10282, 11515, 8741, 11643, 8274, 11365, 12442, 10739, 9232, 9633, 7757, 10880, 10481, 10273, 13170, 11391, 11598, 10828, 11435, 8912, 11823, 8692, 11207, 11237, 10923, 8547, 11217, 7701, 11977, 8822, 11846, 9382, 11430, 8578, 11644, 10801, 11814, 9938, 10101, 10390, 13381, 10339, 12012, 14401, 12450, 12370, 11921, 11546, 8517, 11144, 11968, 11201, 11550, 10253, 12037, 9519, 11701, 9564, 11409, 9360, 11272, 8176, 11120, 11155, 10393, 12858, 11939, 12790, 10846, 10373, 9774, 12109, 11507, 11721, 11160, 12122, 11953, 11954, 11071, 12011, 10463, 11944, 9936, 12314, 10952, 12287, 11321, 11990, 9803, 11972, 12168, 11884, 12541, 11119, 12224, 11270, 11811, 9783, 11972, 9139, 11749, 9960, 12348, 11164, 12077, 9750, 11774, 9230, 11249, 8328, 11281, 12809, 11601, 13477, 11741, 13015, 10959, 11689, 10419, 11971, 9761, 11492, 9863, 11600, 10413, 11730, 10579, 11774, 11031, 11357, 10078, 11359, 9193, 11513, 11356, 11405, 9443, 10408, 12820, 11384, 12235, 11829, 13416, 11282, 8261, 10007, 12246, 10703, 11689, 11499, 11953, 11717, 11640, 8270, 10983, 8303, 11506, 14815, 12198, 12699, 12219, 12187, 10725, 12287, 9583, 11741, 9233, 11386, 9045, 10961, 8233, 11236, 13640, 10909, 12008, 11416, 11472, 11119, 11408, 9943, 11803, 8673, 11398, 9779, 11856, 8773, 8258, 8990, 7387, 9900, 9440, 12653, 14350, 14125, 13926, 12382, 12587, 10852, 12467, 10754, 13341, 10578, 12654, 14259, 12586, 12555, 12007, 8341, 11107, 8680, 11465, 13135, 10190, 12082, 12330, 11591, 12662, 10529, 12071, 10187, 11585, 8529, 10594, 12152, 10833, 11676, 9892, 11399, 9501, 7769, 8938, 7465, 10735, 12445, 9633, 11243, 13344, 11827, 11356, 9148, 11848, 8474, 11730, 11437, 10988, 8277, 11173, 7886, 11652, 13020, 12054, 11478, 9541, 11170, 14622, 12359, 11678, 10566, 10946, 8092, 11510, 9927, 10733, 8536, 10757, 8163, 11413, 13508, 12486, 11417, 9776, 10982, 12467, 12488, 12140, 11143, 11549, 10381, 11854, 8877, 11611, 9316, 11223, 9141, 12209, 9122, 6773, 9909, 7857, 6908, 11324, 9949, 13544, 12111, 13855, 12617, 12366, 10886, 16191, 14066, 17819, 14281, 16077, 13135, 15152, 12300, 15179, 11295, 12810, 11437, 11644, 14749, 12732, 13913, 9253, 11012, 12836, 9628, 13354, 10500, 11187, 8118, 10767, 8097, 10022, 7724, 11354, 8631, 10466, 8421, 12069, 8759, 11390, 9905, 10135, 12389, 11278, 12517, 8849, 12281, 8962, 10965, 8671, 10779, 8395, 10868, 8252, 10020, 12423, 11045, 12365, 11193, 8641, 8136, 9046, 8104, 10408, 9535, 12934, 15300, 14398, 14381, 11389, 12608, 9942, 12587, 14518, 12054, 13047, 12046, 13392, 11910, 13061, 11315, 12816, 11425, 12449, 9381, 11421, 13400, 12043, 11951, 8900, 11546, 8490, 12973, 9362, 11820, 9408, 7432, 9673, 7958, 11691, 13534, 12015, 11989, 9237, 10905, 8157, 11719, 9136, 11140, 8505, 11778, 9479, 11289, 14727, 12912, 12527, 9836, 12259, 9283, 11704, 14152, 12197, 12446, 11148, 12321, 10082, 7531, 9238, 6944, 11380, 13729, 11155, 11302, 9334, 11325, 8722, 11281, 8975, 11562, 10042, 10001, 13008, 10203, 11870, 9496, 11367, 9515, 11482, 9904, 11448, 9131, 11370, 10001, 11390, 8323, 10886, 11497, 10875, 12986, 10967, 12540, 9648, 11524, 8466, 11633, 8624, 11319, 9491, 11127, 8765, 11479, 8466, 11478, 9632, 10496, 13336, 12105, 8635, 10664, 7901, 11463, 9067, 10758, 12355, 11477, 8104, 10618, 7915, 10808, 13529, 12110, 12618, 12324, 13073, 11240, 8079, 10332, 8599, 11103, 15153, 12856, 14490, 12258, 13186, 11715, 11947, 10603, 12325, 10015, 12021, 10088, 11813, 8299, 11756, 9141, 12130, 10631, 10941, 12850, 12077, 12961, 11572, 11694, 10206, 12029, 10039, 11565, 9522, 11260, 9953, 11122, 8192, 11119, 8395, 11686, 9870, 11731, 9089, 11303, 9083, 11357, 10234, 12204, 11372, 11272, 10283, 10628, 10636, 12663, 11921, 12302, 10607, 12624, 10923, 12610, 10642, 12394, 11575, 11872, 10317, 12211, 9867, 11952, 9329, 11710, 9962, 11788, 10226, 11577, 10282, 11593, 9611, 11057, 10431, 11242, 9963, 11357, 8048, 11689, 10294, 11839, 11041, 11096, 14051, 12001, 12223, 9774, 11739, 8386, 11601, 8803, 11657, 10133, 13325, 8952, 7959, 11293, 9291, 8388, 10923, 15002, 14136, 12930, 9368, 11640, 9902, 12454, 11367, 12863, 10984, 12794, 10269, 13040, 9373, 12859, 11018, 10496, 9843, 8310, 8011, 8881, 8546, 9799, 9612, 8292, 13388, 10825, 13982, 10660, 13737, 12172, 12022, 16111, 11892, 12823, 9474, 11773, 8302, 11535, 8565], 'WindowCenter': [4239.0, 4184.0, 4215.0, 4221.0, 4190.0, 4210.0, 4178.0, 4187.0, 4175.0, 4186.0, 4155.0, 4185.0, 4154.0, 4186.0, 4197.0, 4186.0, 4186.0, 4175.0, 4184.0, 4166.0, 4186.0, 4156.0, 4186.0, 4186.0, 4176.0, 4185.0, 4174.0, 4174.0, 4156.0, 4186.0, 4155.0, 4176.0, 4145.0, 4187.0, 4169.0, 4200.0, 4181.0, 4201.0, 4171.0, 4199.0, 4157.0, 4188.0, 4188.0, 4188.0, 4199.0, 4198.0, 4186.0, 4174.0, 4175.0, 4145.0, 4186.0, 4186.0, 4187.0, 4186.0, 4175.0, 4144.0, 4177.0, 4186.0, 4177.0, 4207.0, 4198.0, 4186.0, 4175.0, 4154.0, 4176.0, 4196.0, 4186.0, 4186.0, 4164.0, 4175.0, 4143.0, 4173.0, 4133.0, 4185.0, 4184.0, 4175.0, 4194.0, 4185.0, 4153.0, 4164.0, 4134.0, 4186.0, 4208.0, 4188.0, 4187.0, 4187.0, 4174.0, 4165.0, 4185.0, 4144.0, 4187.0, 4206.0, 4186.0, 4185.0, 4184.0, 4174.0, 4164.0, 4173.0, 4155.0, 4187.0, 4165.0, 4188.0, 4166.0, 4187.0, 4179.0, 4198.0, 4188.0, 4189.0, 4169.0, 4190.0, 4158.0, 4188.0, 4158.0, 4199.0, 4197.0, 4190.0, 4200.0, 4178.0, 4187.0, 4166.0, 4186.0, 4156.0, 4186.0, 4157.0, 4188.0, 4187.0, 4188.0, 4156.0, 4176.0, 4146.0, 4188.0, 4178.0, 4189.0, 4209.0, 4190.0, 4176.0, 4178.0, 4207.0, 4188.0, 4198.0, 4177.0, 4189.0, 4167.0, 4187.0, 4156.0, 4196.0, 4146.0, 4188.0, 4208.0, 4187.0, 4186.0, 4187.0, 4186.0, 4177.0, 4186.0, 4156.0, 4187.0, 4187.0, 4177.0, 4145.0, 4187.0, 4157.0, 4189.0, 4209.0, 4201.0, 4200.0, 4189.0, 4187.0, 4169.0, 4189.0, 4159.0, 4201.0, 4189.0, 4189.0, 4189.0, 4189.0, 4179.0, 4190.0, 4209.0, 4200.0, 4201.0, 4180.0, 4201.0, 4202.0, 4200.0, 4192.0, 4201.0, 4192.0, 4213.0, 4181.0, 4202.0, 4190.0, 4190.0, 4179.0, 4201.0, 4200.0, 4189.0, 4189.0, 4169.0, 4190.0, 4189.0, 4189.0, 4148.0, 4200.0, 4160.0, 4213.0, 4232.0, 4212.0, 4212.0, 4200.0, 4200.0, 4191.0, 4200.0, 4169.0, 4200.0, 4177.0, 4188.0, 4219.0, 4211.0, 4200.0, 4189.0, 4171.0, 4203.0, 4181.0, 4213.0, 4194.0, 4212.0, 4204.0, 4214.0, 4189.0, 4189.0, 4220.0, 4209.0, 4188.0, 4199.0, 4198.0, 4189.0, 4198.0, 4189.0, 4188.0, 4167.0, 4198.0, 4155.0, 4187.0, 4170.0, 4198.0, 4167.0, 4201.0, 4197.0, 4188.0, 4219.0, 4188.0, 4187.0, 4187.0, 4186.0, 4154.0, 4187.0, 4166.0, 4201.0, 4192.0, 4199.0, 4180.0, 4169.0, 4201.0, 4181.0, 4192.0, 4215.0, 4237.0, 4203.0, 4212.0, 4220.0, 4201.0, 4210.0, 4200.0, 4169.0, 4210.0, 4169.0, 4211.0, 4220.0, 4178.0, 4198.0, 4197.0, 4162.0, 4128.0, 4162.0, 4175.0, 4167.0, 4161.0, 4191.0, 4170.0, 4152.0, 4179.0, 4138.0, 4190.0, 4190.0, 4233.0, 4222.0, 4209.0, 4219.0, 4198.0, 4206.0, 4175.0, 4198.0, 4177.0, 4194.0, 4179.0, 4159.0, 4178.0, 4146.0, 4175.0, 4146.0, 4176.0, 4146.0, 4154.0, 4136.0, 4156.0, 4138.0, 4157.0, 4138.0, 4159.0, 4152.0, 4170.0, 4141.0, 4183.0, 4164.0, 4143.0, 4175.0, 4158.0, 4187.0, 4196.0, 4176.0, 4175.0, 4154.0, 4186.0, 4177.0, 4185.0, 4157.0, 4201.0, 4172.0, 4172.0, 4206.0, 4208.0, 4210.0, 4260.0, 4235.0, 4254.0, 4238.0, 4215.0, 4214.0, 4191.0, 4202.0, 4171.0, 4199.0, 4170.0, 4200.0, 4168.0, 4199.0, 4168.0, 4198.0, 4179.0, 4189.0, 4167.0, 4177.0, 4185.0, 4163.0, 4185.0, 4173.0, 4195.0, 4165.0, 4185.0, 4176.0, 4196.0, 4168.0, 4167.0, 4178.0, 4199.0, 4168.0, 4188.0, 4176.0, 4177.0, 4185.0, 4176.0, 4155.0, 4178.0, 4208.0, 4188.0, 4200.0, 4168.0, 4199.0, 4178.0, 4199.0, 4181.0, 4210.0, 4179.0, 4200.0, 4169.0, 4189.0, 4168.0, 4188.0, 4160.0, 4201.0, 4200.0, 4190.0, 4210.0, 4189.0, 4200.0, 4203.0, 4199.0, 4181.0, 4200.0, 4191.0, 4200.0, 4179.0, 4189.0, 4199.0, 4188.0, 4178.0, 4198.0, 4159.0, 4211.0, 4169.0, 4202.0, 4199.0, 4188.0, 4209.0, 4210.0, 4199.0, 4188.0, 4198.0, 4190.0, 4198.0, 4168.0, 4188.0, 4198.0, 4199.0, 4177.0, 4177.0, 4146.0, 4189.0, 4218.0, 4189.0, 4199.0, 4178.0, 4198.0, 4179.0, 4198.0, 4180.0, 4211.0, 4201.0, 4210.0, 4180.0, 4199.0, 4178.0, 4200.0, 4167.0, 4199.0, 4158.0, 4201.0, 4210.0, 4199.0, 4188.0, 4166.0, 4197.0, 4166.0, 4186.0, 4168.0, 4197.0, 4155.0, 4186.0, 4205.0, 4187.0, 4197.0, 4187.0, 4186.0, 4177.0, 4198.0, 4166.0, 4186.0, 4166.0, 4187.0, 4145.0, 4185.0, 4166.0, 4197.0, 4166.0, 4187.0, 4187.0, 4186.0, 4154.0, 4174.0, 4145.0, 4175.0, 4196.0, 4196.0, 4196.0, 4188.0, 4186.0, 4176.0, 4126.0, 4179.0, 4179.0, 4191.0, 4203.0, 4194.0, 4236.0, 4233.0, 4209.0, 4196.0, 4155.0, 4171.0, 4141.0, 4182.0, 4151.0, 4173.0, 4172.0, 4173.0, 4139.0, 4172.0, 4130.0, 4183.0, 4160.0, 4160.0, 4169.0, 4158.0, 4158.0, 4148.0, 4157.0, 4128.0, 4158.0, 4128.0, 4171.0, 4170.0, 4162.0, 4151.0, 4151.0, 4132.0, 4173.0, 4173.0, 4174.0, 4196.0, 4185.0, 4174.0, 4175.0, 4184.0, 4153.0, 4184.0, 4154.0, 4185.0, 4175.0, 4175.0, 4154.0, 4185.0, 4144.0, 4186.0, 4169.0, 4214.0, 4181.0, 4199.0, 4169.0, 4198.0, 4190.0, 4200.0, 4191.0, 4190.0, 4190.0, 4210.0, 4176.0, 4200.0, 4206.0, 4197.0, 4185.0, 4186.0, 4186.0, 4155.0, 4186.0, 4186.0, 4187.0, 4185.0, 4176.0, 4196.0, 4166.0, 4198.0, 4179.0, 4201.0, 4167.0, 4188.0, 4158.0, 4190.0, 4188.0, 4189.0, 4208.0, 4200.0, 4209.0, 4199.0, 4190.0, 4193.0, 4210.0, 4211.0, 4202.0, 4201.0, 4199.0, 4200.0, 4200.0, 4201.0, 4200.0, 4190.0, 4199.0, 4178.0, 4200.0, 4189.0, 4198.0, 4200.0, 4200.0, 4179.0, 4200.0, 4199.0, 4186.0, 4195.0, 4186.0, 4187.0, 4186.0, 4186.0, 4167.0, 4187.0, 4166.0, 4197.0, 4178.0, 4199.0, 4189.0, 4200.0, 4166.0, 4187.0, 4166.0, 4185.0, 4145.0, 4188.0, 4198.0, 4189.0, 4206.0, 4187.0, 4197.0, 4176.0, 4188.0, 4177.0, 4188.0, 4165.0, 4185.0, 4176.0, 4186.0, 4188.0, 4197.0, 4188.0, 4197.0, 4188.0, 4187.0, 4178.0, 4190.0, 4167.0, 4189.0, 4188.0, 4188.0, 4165.0, 4177.0, 4197.0, 4188.0, 4198.0, 4200.0, 4207.0, 4186.0, 4157.0, 4178.0, 4198.0, 4178.0, 4187.0, 4185.0, 4185.0, 4186.0, 4185.0, 4144.0, 4176.0, 4145.0, 4187.0, 4219.0, 4198.0, 4197.0, 4188.0, 4187.0, 4177.0, 4185.0, 4165.0, 4186.0, 4153.0, 4186.0, 4154.0, 4173.0, 4143.0, 4186.0, 4195.0, 4176.0, 4187.0, 4188.0, 4185.0, 4187.0, 4186.0, 4176.0, 4187.0, 4157.0, 4201.0, 4191.0, 4199.0, 4171.0, 4170.0, 4182.0, 4163.0, 4217.0, 4221.0, 4251.0, 4235.0, 4236.0, 4211.0, 4200.0, 4198.0, 4189.0, 4210.0, 4201.0, 4211.0, 4178.0, 4186.0, 4194.0, 4185.0, 4184.0, 4171.0, 4141.0, 4173.0, 4141.0, 4185.0, 4196.0, 4162.0, 4172.0, 4168.0, 4160.0, 4181.0, 4161.0, 4170.0, 4162.0, 4171.0, 4140.0, 4162.0, 4171.0, 4173.0, 4173.0, 4165.0, 4186.0, 4176.0, 4148.0, 4168.0, 4150.0, 4201.0, 4201.0, 4167.0, 4187.0, 4196.0, 4186.0, 4177.0, 4154.0, 4186.0, 4157.0, 4199.0, 4186.0, 4177.0, 4145.0, 4186.0, 4144.0, 4186.0, 4195.0, 4183.0, 4185.0, 4164.0, 4186.0, 4206.0, 4195.0, 4174.0, 4174.0, 4173.0, 4144.0, 4186.0, 4175.0, 4187.0, 4170.0, 4188.0, 4169.0, 4211.0, 4210.0, 4199.0, 4187.0, 4165.0, 4176.0, 4197.0, 4197.0, 4185.0, 4187.0, 4186.0, 4177.0, 4197.0, 4169.0, 4215.0, 4211.0, 4243.0, 4210.0, 4223.0, 4179.0, 4137.0, 4178.0, 4160.0, 4149.0, 4196.0, 4192.0, 4247.0, 4210.0, 4219.0, 4210.0, 4208.0, 4201.0, 4232.0, 4221.0, 4230.0, 4195.0, 4192.0, 4167.0, 4175.0, 4153.0, 4163.0, 4131.0, 4151.0, 4139.0, 4141.0, 4160.0, 4148.0, 4148.0, 4107.0, 4127.0, 4148.0, 4117.0, 4147.0, 4128.0, 4139.0, 4110.0, 4143.0, 4112.0, 4145.0, 4115.0, 4168.0, 4137.0, 4159.0, 4139.0, 4182.0, 4151.0, 4183.0, 4161.0, 4161.0, 4181.0, 4172.0, 4181.0, 4163.0, 4197.0, 4151.0, 4168.0, 4151.0, 4182.0, 4154.0, 4186.0, 4155.0, 4188.0, 4208.0, 4198.0, 4198.0, 4198.0, 4181.0, 4171.0, 4195.0, 4210.0, 4241.0, 4218.0, 4240.0, 4247.0, 4234.0, 4233.0, 4202.0, 4211.0, 4180.0, 4211.0, 4219.0, 4198.0, 4197.0, 4195.0, 4196.0, 4185.0, 4195.0, 4186.0, 4195.0, 4186.0, 4196.0, 4153.0, 4184.0, 4193.0, 4183.0, 4171.0, 4153.0, 4182.0, 4153.0, 4195.0, 4168.0, 4196.0, 4168.0, 4150.0, 4191.0, 4185.0, 4225.0, 4221.0, 4211.0, 4200.0, 4168.0, 4187.0, 4158.0, 4200.0, 4180.0, 4200.0, 4182.0, 4212.0, 4181.0, 4202.0, 4221.0, 4199.0, 4198.0, 4166.0, 4186.0, 4154.0, 4186.0, 4206.0, 4184.0, 4185.0, 4175.0, 4183.0, 4176.0, 4145.0, 4165.0, 4148.0, 4200.0, 4208.0, 4189.0, 4189.0, 4167.0, 4188.0, 4168.0, 4199.0, 4168.0, 4200.0, 4177.0, 4177.0, 4208.0, 4177.0, 4198.0, 4177.0, 4186.0, 4178.0, 4199.0, 4205.0, 4214.0, 4181.0, 4211.0, 4192.0, 4213.0, 4158.0, 4189.0, 4197.0, 4188.0, 4208.0, 4188.0, 4198.0, 4180.0, 4212.0, 4172.0, 4213.0, 4168.0, 4189.0, 4180.0, 4189.0, 4168.0, 4187.0, 4158.0, 4187.0, 4166.0, 4176.0, 4196.0, 4185.0, 4155.0, 4188.0, 4171.0, 4214.0, 4194.0, 4214.0, 4214.0, 4213.0, 4172.0, 4202.0, 4171.0, 4203.0, 4224.0, 4212.0, 4213.0, 4213.0, 4210.0, 4201.0, 4158.0, 4175.0, 4154.0, 4187.0, 4206.0, 4197.0, 4193.0, 4185.0, 4196.0, 4187.0, 4186.0, 4164.0, 4185.0, 4165.0, 4184.0, 4163.0, 4174.0, 4144.0, 4183.0, 4153.0, 4185.0, 4177.0, 4188.0, 4184.0, 4185.0, 4210.0, 4198.0, 4183.0, 4160.0, 4168.0, 4149.0, 4173.0, 4165.0, 4175.0, 4163.0, 4173.0, 4145.0, 4186.0, 4157.0, 4199.0, 4180.0, 4199.0, 4167.0, 4201.0, 4182.0, 4199.0, 4189.0, 4198.0, 4200.0, 4200.0, 4189.0, 4188.0, 4188.0, 4196.0, 4187.0, 4186.0, 4174.0, 4184.0, 4174.0, 4195.0, 4176.0, 4196.0, 4187.0, 4186.0, 4175.0, 4184.0, 4163.0, 4184.0, 4155.0, 4187.0, 4176.0, 4186.0, 4176.0, 4187.0, 4177.0, 4185.0, 4154.0, 4175.0, 4174.0, 4175.0, 4166.0, 4185.0, 4145.0, 4196.0, 4205.0, 4214.0, 4190.0, 4186.0, 4195.0, 4184.0, 4183.0, 4163.0, 4183.0, 4144.0, 4187.0, 4180.0, 4185.0, 4191.0, 4191.0, 4164.0, 4160.0, 4213.0, 4204.0, 4185.0, 4216.0, 4235.0, 4221.0, 4211.0, 4179.0, 4199.0, 4189.0, 4220.0, 4212.0, 4212.0, 4176.0, 4184.0, 4152.0, 4184.0, 4143.0, 4182.0, 4163.0, 4173.0, 4163.0, 4154.0, 4146.0, 4166.0, 4155.0, 4165.0, 4166.0, 4158.0, 4222.0, 4202.0, 4221.0, 4190.0, 4209.0, 4186.0, 4185.0, 4204.0, 4186.0, 4182.0, 4140.0, 4160.0, 4130.0, 4172.0, 4144.0], 'WindowWidth': [9383.0, 9301.0, 9340.0, 9342.0, 9297.0, 9326.0, 9278.0, 9288.0, 9268.0, 9284.0, 9239.0, 9280.0, 9237.0, 9283.0, 9302.0, 9283.0, 9284.0, 9267.0, 9278.0, 9257.0, 9286.0, 9244.0, 9285.0, 9284.0, 9268.0, 9279.0, 9263.0, 9265.0, 9244.0, 9284.0, 9242.0, 9271.0, 9228.0, 9287.0, 9268.0, 9310.0, 9288.0, 9314.0, 9272.0, 9307.0, 9247.0, 9291.0, 9289.0, 9292.0, 9306.0, 9303.0, 9283.0, 9265.0, 9267.0, 9226.0, 9286.0, 9283.0, 9287.0, 9285.0, 9266.0, 9225.0, 9272.0, 9285.0, 9274.0, 9316.0, 9304.0, 9284.0, 9267.0, 9238.0, 9270.0, 9299.0, 9284.0, 9285.0, 9251.0, 9266.0, 9221.0, 9260.0, 9209.0, 9279.0, 9280.0, 9268.0, 9293.0, 9280.0, 9234.0, 9251.0, 9212.0, 9285.0, 9320.0, 9290.0, 9289.0, 9286.0, 9264.0, 9254.0, 9279.0, 9224.0, 9287.0, 9312.0, 9283.0, 9282.0, 9278.0, 9264.0, 9251.0, 9263.0, 9241.0, 9285.0, 9255.0, 9291.0, 9257.0, 9286.0, 9278.0, 9303.0, 9291.0, 9294.0, 9264.0, 9298.0, 9248.0, 9290.0, 9249.0, 9305.0, 9302.0, 9294.0, 9309.0, 9274.0, 9287.0, 9256.0, 9282.0, 9244.0, 9285.0, 9247.0, 9290.0, 9286.0, 9287.0, 9241.0, 9270.0, 9230.0, 9289.0, 9277.0, 9294.0, 9322.0, 9296.0, 9271.0, 9276.0, 9314.0, 9290.0, 9305.0, 9273.0, 9293.0, 9259.0, 9284.0, 9243.0, 9298.0, 9230.0, 9289.0, 9320.0, 9287.0, 9284.0, 9284.0, 9282.0, 9271.0, 9285.0, 9243.0, 9288.0, 9286.0, 9272.0, 9228.0, 9286.0, 9246.0, 9292.0, 9322.0, 9311.0, 9309.0, 9293.0, 9286.0, 9265.0, 9294.0, 9252.0, 9313.0, 9295.0, 9295.0, 9293.0, 9291.0, 9278.0, 9296.0, 9322.0, 9310.0, 9313.0, 9283.0, 9314.0, 9313.0, 9310.0, 9302.0, 9314.0, 9302.0, 9332.0, 9287.0, 9315.0, 9296.0, 9296.0, 9279.0, 9311.0, 9310.0, 9292.0, 9294.0, 9267.0, 9295.0, 9293.0, 9292.0, 9238.0, 9309.0, 9256.0, 9333.0, 9359.0, 9329.0, 9331.0, 9311.0, 9308.0, 9297.0, 9309.0, 9264.0, 9310.0, 9275.0, 9291.0, 9334.0, 9327.0, 9310.0, 9294.0, 9274.0, 9319.0, 9289.0, 9336.0, 9307.0, 9332.0, 9322.0, 9337.0, 9293.0, 9294.0, 9340.0, 9320.0, 9291.0, 9305.0, 9304.0, 9293.0, 9304.0, 9292.0, 9292.0, 9260.0, 9303.0, 9244.0, 9286.0, 9268.0, 9305.0, 9262.0, 9310.0, 9303.0, 9290.0, 9333.0, 9288.0, 9287.0, 9287.0, 9282.0, 9236.0, 9286.0, 9258.0, 9316.0, 9304.0, 9308.0, 9283.0, 9269.0, 9316.0, 9291.0, 9307.0, 9343.0, 9380.0, 9319.0, 9329.0, 9338.0, 9313.0, 9325.0, 9311.0, 9266.0, 9323.0, 9267.0, 9328.0, 9336.0, 9274.0, 9306.0, 9303.0, 9241.0, 9189.0, 9242.0, 9267.0, 9262.0, 9262.0, 9298.0, 9269.0, 9247.0, 9281.0, 9227.0, 9298.0, 9299.0, 9364.0, 9350.0, 9323.0, 9338.0, 9305.0, 9317.0, 9268.0, 9307.0, 9277.0, 9296.0, 9261.0, 9234.0, 9257.0, 9213.0, 9250.0, 9212.0, 9250.0, 9212.0, 9221.0, 9199.0, 9225.0, 9204.0, 9229.0, 9205.0, 9235.0, 9232.0, 9252.0, 9214.0, 9273.0, 9251.0, 9223.0, 9266.0, 9250.0, 9288.0, 9300.0, 9269.0, 9267.0, 9237.0, 9285.0, 9274.0, 9281.0, 9247.0, 9312.0, 9277.0, 9279.0, 9331.0, 9339.0, 9347.0, 9431.0, 9386.0, 9409.0, 9380.0, 9336.0, 9334.0, 9296.0, 9313.0, 9271.0, 9306.0, 9269.0, 9306.0, 9262.0, 9304.0, 9262.0, 9304.0, 9279.0, 9293.0, 9258.0, 9272.0, 9279.0, 9246.0, 9279.0, 9260.0, 9294.0, 9254.0, 9279.0, 9270.0, 9297.0, 9261.0, 9262.0, 9279.0, 9308.0, 9262.0, 9289.0, 9269.0, 9272.0, 9281.0, 9269.0, 9243.0, 9277.0, 9320.0, 9290.0, 9310.0, 9266.0, 9307.0, 9279.0, 9308.0, 9287.0, 9324.0, 9282.0, 9310.0, 9267.0, 9294.0, 9263.0, 9291.0, 9256.0, 9313.0, 9310.0, 9297.0, 9325.0, 9294.0, 9310.0, 9316.0, 9309.0, 9287.0, 9312.0, 9300.0, 9312.0, 9280.0, 9295.0, 9306.0, 9291.0, 9279.0, 9304.0, 9255.0, 9326.0, 9269.0, 9316.0, 9307.0, 9292.0, 9323.0, 9323.0, 9307.0, 9291.0, 9305.0, 9296.0, 9307.0, 9262.0, 9290.0, 9303.0, 9305.0, 9274.0, 9274.0, 9234.0, 9294.0, 9333.0, 9293.0, 9307.0, 9276.0, 9306.0, 9281.0, 9308.0, 9284.0, 9328.0, 9316.0, 9325.0, 9282.0, 9310.0, 9278.0, 9313.0, 9262.0, 9307.0, 9253.0, 9312.0, 9325.0, 9306.0, 9292.0, 9256.0, 9302.0, 9256.0, 9284.0, 9263.0, 9302.0, 9243.0, 9286.0, 9311.0, 9288.0, 9301.0, 9286.0, 9287.0, 9275.0, 9304.0, 9258.0, 9286.0, 9257.0, 9286.0, 9228.0, 9281.0, 9258.0, 9301.0, 9257.0, 9288.0, 9286.0, 9286.0, 9238.0, 9266.0, 9227.0, 9269.0, 9299.0, 9299.0, 9302.0, 9289.0, 9286.0, 9269.0, 9203.0, 9279.0, 9280.0, 9303.0, 9321.0, 9312.0, 9376.0, 9367.0, 9322.0, 9301.0, 9238.0, 9256.0, 9216.0, 9273.0, 9231.0, 9262.0, 9259.0, 9261.0, 9210.0, 9257.0, 9199.0, 9273.0, 9237.0, 9237.0, 9251.0, 9232.0, 9235.0, 9219.0, 9230.0, 9194.0, 9234.0, 9192.0, 9254.0, 9252.0, 9246.0, 9227.0, 9229.0, 9205.0, 9261.0, 9262.0, 9266.0, 9298.0, 9280.0, 9266.0, 9265.0, 9276.0, 9236.0, 9278.0, 9238.0, 9280.0, 9267.0, 9268.0, 9238.0, 9280.0, 9227.0, 9286.0, 9269.0, 9337.0, 9286.0, 9309.0, 9268.0, 9306.0, 9297.0, 9311.0, 9299.0, 9297.0, 9297.0, 9330.0, 9272.0, 9307.0, 9312.0, 9300.0, 9283.0, 9284.0, 9284.0, 9239.0, 9285.0, 9283.0, 9286.0, 9281.0, 9269.0, 9299.0, 9259.0, 9303.0, 9280.0, 9312.0, 9261.0, 9290.0, 9250.0, 9296.0, 9290.0, 9294.0, 9321.0, 9311.0, 9322.0, 9308.0, 9299.0, 9306.0, 9325.0, 9329.0, 9317.0, 9315.0, 9311.0, 9309.0, 9311.0, 9312.0, 9312.0, 9297.0, 9309.0, 9279.0, 9309.0, 9291.0, 9304.0, 9308.0, 9310.0, 9279.0, 9311.0, 9304.0, 9285.0, 9295.0, 9283.0, 9288.0, 9284.0, 9286.0, 9258.0, 9287.0, 9256.0, 9301.0, 9278.0, 9305.0, 9293.0, 9309.0, 9259.0, 9290.0, 9257.0, 9281.0, 9228.0, 9290.0, 9304.0, 9293.0, 9313.0, 9284.0, 9299.0, 9269.0, 9288.0, 9272.0, 9291.0, 9255.0, 9280.0, 9271.0, 9285.0, 9291.0, 9302.0, 9291.0, 9303.0, 9291.0, 9287.0, 9277.0, 9295.0, 9262.0, 9293.0, 9289.0, 9287.0, 9253.0, 9271.0, 9300.0, 9289.0, 9303.0, 9307.0, 9315.0, 9285.0, 9248.0, 9279.0, 9306.0, 9273.0, 9287.0, 9279.0, 9281.0, 9281.0, 9278.0, 9226.0, 9269.0, 9228.0, 9288.0, 9334.0, 9302.0, 9303.0, 9288.0, 9285.0, 9271.0, 9282.0, 9254.0, 9284.0, 9236.0, 9284.0, 9237.0, 9262.0, 9221.0, 9281.0, 9296.0, 9271.0, 9288.0, 9288.0, 9283.0, 9284.0, 9282.0, 9272.0, 9287.0, 9249.0, 9316.0, 9301.0, 9310.0, 9275.0, 9272.0, 9293.0, 9272.0, 9351.0, 9361.0, 9407.0, 9372.0, 9369.0, 9330.0, 9308.0, 9308.0, 9295.0, 9324.0, 9313.0, 9329.0, 9273.0, 9288.0, 9291.0, 9279.0, 9276.0, 9254.0, 9216.0, 9259.0, 9217.0, 9281.0, 9301.0, 9244.0, 9257.0, 9246.0, 9239.0, 9267.0, 9240.0, 9254.0, 9246.0, 9257.0, 9213.0, 9244.0, 9256.0, 9261.0, 9261.0, 9252.0, 9283.0, 9273.0, 9237.0, 9267.0, 9246.0, 9314.0, 9316.0, 9260.0, 9289.0, 9298.0, 9283.0, 9275.0, 9239.0, 9285.0, 9249.0, 9305.0, 9286.0, 9273.0, 9228.0, 9283.0, 9227.0, 9284.0, 9296.0, 9275.0, 9282.0, 9251.0, 9283.0, 9313.0, 9295.0, 9264.0, 9264.0, 9261.0, 9223.0, 9285.0, 9269.0, 9289.0, 9270.0, 9292.0, 9270.0, 9329.0, 9326.0, 9305.0, 9288.0, 9253.0, 9270.0, 9301.0, 9301.0, 9283.0, 9286.0, 9285.0, 9275.0, 9302.0, 9266.0, 9340.0, 9350.0, 9393.0, 9341.0, 9350.0, 9280.0, 9224.0, 9278.0, 9257.0, 9242.0, 9299.0, 9302.0, 9395.0, 9327.0, 9339.0, 9328.0, 9320.0, 9317.0, 9369.0, 9346.0, 9365.0, 9301.0, 9293.0, 9244.0, 9257.0, 9217.0, 9237.0, 9182.0, 9213.0, 9192.0, 9198.0, 9226.0, 9204.0, 9206.0, 9143.0, 9175.0, 9201.0, 9160.0, 9201.0, 9178.0, 9194.0, 9158.0, 9204.0, 9164.0, 9215.0, 9174.0, 9247.0, 9204.0, 9237.0, 9213.0, 9272.0, 9231.0, 9275.0, 9243.0, 9244.0, 9271.0, 9259.0, 9271.0, 9251.0, 9302.0, 9231.0, 9248.0, 9230.0, 9274.0, 9242.0, 9288.0, 9245.0, 9293.0, 9323.0, 9305.0, 9304.0, 9306.0, 9291.0, 9279.0, 9315.0, 9350.0, 9391.0, 9354.0, 9387.0, 9394.0, 9367.0, 9365.0, 9317.0, 9331.0, 9284.0, 9330.0, 9338.0, 9307.0, 9304.0, 9297.0, 9302.0, 9283.0, 9297.0, 9286.0, 9298.0, 9285.0, 9301.0, 9237.0, 9280.0, 9293.0, 9275.0, 9258.0, 9234.0, 9274.0, 9236.0, 9295.0, 9264.0, 9299.0, 9266.0, 9248.0, 9304.0, 9303.0, 9356.0, 9347.0, 9328.0, 9311.0, 9264.0, 9289.0, 9252.0, 9312.0, 9285.0, 9315.0, 9292.0, 9334.0, 9289.0, 9319.0, 9345.0, 9307.0, 9306.0, 9257.0, 9287.0, 9240.0, 9284.0, 9315.0, 9280.0, 9282.0, 9268.0, 9276.0, 9270.0, 9229.0, 9256.0, 9242.0, 9313.0, 9322.0, 9294.0, 9295.0, 9261.0, 9291.0, 9265.0, 9308.0, 9268.0, 9313.0, 9275.0, 9275.0, 9319.0, 9274.0, 9306.0, 9277.0, 9288.0, 9279.0, 9310.0, 9331.0, 9340.0, 9287.0, 9330.0, 9306.0, 9333.0, 9252.0, 9295.0, 9302.0, 9290.0, 9322.0, 9291.0, 9306.0, 9285.0, 9330.0, 9276.0, 9332.0, 9264.0, 9296.0, 9283.0, 9295.0, 9264.0, 9288.0, 9250.0, 9289.0, 9257.0, 9270.0, 9297.0, 9281.0, 9243.0, 9292.0, 9275.0, 9339.0, 9313.0, 9338.0, 9336.0, 9333.0, 9278.0, 9317.0, 9275.0, 9320.0, 9350.0, 9330.0, 9332.0, 9329.0, 9321.0, 9310.0, 9252.0, 9269.0, 9238.0, 9287.0, 9314.0, 9300.0, 9292.0, 9282.0, 9299.0, 9287.0, 9284.0, 9251.0, 9281.0, 9254.0, 9278.0, 9249.0, 9264.0, 9222.0, 9275.0, 9235.0, 9283.0, 9274.0, 9288.0, 9279.0, 9280.0, 9324.0, 9304.0, 9276.0, 9239.0, 9246.0, 9222.0, 9263.0, 9254.0, 9270.0, 9246.0, 9262.0, 9228.0, 9285.0, 9248.0, 9309.0, 9282.0, 9308.0, 9261.0, 9311.0, 9293.0, 9308.0, 9294.0, 9307.0, 9312.0, 9310.0, 9294.0, 9293.0, 9290.0, 9299.0, 9285.0, 9285.0, 9264.0, 9278.0, 9265.0, 9295.0, 9272.0, 9298.0, 9289.0, 9285.0, 9266.0, 9279.0, 9248.0, 9277.0, 9239.0, 9285.0, 9270.0, 9286.0, 9272.0, 9288.0, 9271.0, 9282.0, 9237.0, 9268.0, 9265.0, 9267.0, 9255.0, 9280.0, 9230.0, 9299.0, 9326.0, 9339.0, 9296.0, 9283.0, 9296.0, 9275.0, 9276.0, 9246.0, 9275.0, 9225.0, 9285.0, 9283.0, 9286.0, 9303.0, 9281.0, 9253.0, 9260.0, 9339.0, 9330.0, 9305.0, 9348.0, 9376.0, 9343.0, 9331.0, 9285.0, 9311.0, 9298.0, 9343.0, 9332.0, 9334.0, 9272.0, 9282.0, 9230.0, 9277.0, 9218.0, 9272.0, 9248.0, 9261.0, 9249.0, 9241.0, 9235.0, 9258.0, 9242.0, 9255.0, 9257.0, 9250.0, 9343.0, 9318.0, 9345.0, 9299.0, 9327.0, 9283.0, 9282.0, 9310.0, 9282.0, 9271.0, 9208.0, 9235.0, 9197.0, 9255.0, 9221.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.002252874458874459</td></tr>
<tr><td colspan=3>aqi</td><td>0.034371433766233764</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.715471786603054</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2032747852253025</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.012260985736568</td></tr>
<tr><td colspan=3>efc</td><td>0.4909</td></tr>
<tr><td colspan=3>fber</td><td>4736.2939</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11126112003384081</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>132</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.428571428571429</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4946565648637056</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.378995125098518</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.769352388518948</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.33562218097365</td></tr>
<tr><td colspan=3>gcor</td><td>0.016974</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013949147425591946</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02427038922905922</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.877679702373561</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.3769</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.2609</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>196.2374</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297759.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>907.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>361.7139</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5853</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>507.3374</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3359.1639</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3558.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78785.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1097.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4397.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>917.5532</td></tr>
<tr><td colspan=3>tsnr</td><td>33.49368643015623</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>