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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0131_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-0131/figures/sub-0131_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0131/figures/sub-0131_ses-03_task-alignvideo_acq-mb8_run-01_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-0131/figures/sub-0131_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-03_task-alignvideo_acq-mb8_run-01_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-0131/ses-03/func/sub-0131_ses-03_task-alignvideo_acq-mb8_run-01_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>fca6932ee171024afb4ad864b1c82875</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:11:12.120000</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>[1, 0, 5.737e-12, 0, 1, -3.9345e-11]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.106567</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4202, -7807, -7184, 364, -150, -76, 64, 136]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.249</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>90a7a6b0-6dff-4359-bf58-775ca463e8b8||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.682926893234253, 0.0, 1.5489899293785747e-11, 110.0], [0.0, 2.682926893234253, -1.062315027611227e-10, -107.31707763671875], [1.539195160216167e-11, 1.0555975538117934e-10, 2.700000047683716, -74.25], [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, 1157]</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], 'AcquisitionTime': ['221112.120000', '221112.580000', '221113.040000', '221113.500000', '221113.960000', '221114.420000', '221114.880000', '221115.340000', '221115.800000', '221116.260000', '221116.720000', '221117.180000', '221117.640000', '221118.100000', '221118.560000', '221119.020000', '221119.480000', '221119.940000', '221120.400000', '221120.860000', '221121.320000', '221121.780000', '221122.240000', '221122.700000', '221123.160000', '221123.620000', '221124.080000', '221124.540000', '221125.000000', '221125.460000', '221125.920000', '221126.380000', '221126.840000', '221127.300000', '221127.760000', '221128.220000', '221128.680000', '221129.140000', '221129.600000', '221130.060000', '221130.520000', '221130.980000', '221131.440000', '221131.900000', '221132.360000', '221132.820000', '221133.280000', '221133.740000', '221134.200000', '221134.660000', '221135.120000', '221135.580000', '221136.040000', '221136.500000', '221136.960000', '221137.420000', '221137.880000', '221138.340000', '221138.800000', '221139.260000', '221139.720000', '221140.180000', '221140.640000', '221141.100000', '221141.560000', '221142.020000', '221142.480000', '221142.940000', '221143.400000', '221143.860000', '221144.320000', '221144.780000', '221145.240000', '221145.700000', '221146.160000', '221146.620000', '221147.080000', '221147.540000', '221148.000000', '221148.460000', '221148.920000', '221149.380000', '221149.840000', '221150.300000', '221150.760000', '221151.220000', '221151.680000', '221152.140000', '221152.600000', '221153.060000', '221153.520000', '221153.980000', '221154.440000', '221154.900000', '221155.360000', '221155.820000', '221156.280000', '221156.740000', '221157.200000', '221157.660000', '221158.120000', '221158.580000', '221159.040000', '221159.500000', '221159.960000', '221200.420000', '221200.880000', '221201.340000', '221201.800000', '221202.260000', '221202.720000', '221203.180000', '221203.640000', '221204.100000', '221204.560000', '221205.020000', '221205.480000', '221205.940000', '221206.400000', '221206.860000', '221207.320000', '221207.780000', '221208.240000', '221208.700000', '221209.160000', '221209.620000', '221210.080000', '221210.540000', '221211.000000', '221211.460000', '221211.920000', '221212.380000', '221212.840000', '221213.300000', '221213.760000', '221214.220000', '221214.680000', '221215.140000', '221215.600000', '221216.060000', '221216.520000', '221216.980000', '221217.440000', '221217.900000', '221218.360000', '221218.820000', '221219.280000', '221219.740000', '221220.200000', '221220.660000', '221221.120000', '221221.580000', '221222.040000', '221222.500000', '221222.960000', '221223.420000', '221223.880000', '221224.340000', '221224.800000', '221225.260000', '221225.720000', '221226.180000', '221226.640000', '221227.100000', '221227.560000', '221228.020000', '221228.480000', '221228.940000', '221229.400000', '221229.860000', '221230.320000', '221230.780000', '221231.240000', '221231.700000', '221232.160000', '221232.620000', '221233.080000', '221233.540000', '221234.000000', '221234.460000', '221234.920000', '221235.380000', '221235.840000', '221236.300000', '221236.760000', '221237.220000', '221237.680000', '221238.140000', '221238.600000', '221239.060000', '221239.520000', '221239.980000', '221240.440000', '221240.900000', '221241.360000', '221241.820000', '221242.280000', '221242.740000', '221243.200000', '221243.660000', '221244.120000', '221244.580000', '221245.040000', '221245.500000', '221245.960000', '221246.420000', '221246.880000', '221247.340000', '221247.800000', '221248.260000', '221248.720000', '221249.180000', '221249.640000', '221250.100000', '221250.560000', '221251.020000', '221251.480000', '221251.940000', '221252.400000', '221252.860000', '221253.320000', '221253.780000', '221254.240000', '221254.700000', '221255.160000', '221255.620000', '221256.080000', '221256.540000', '221257.000000', '221257.460000', '221257.920000', '221258.380000', '221258.840000', '221259.300000', '221259.760000', '221300.220000', '221300.680000', '221301.140000', '221301.600000', '221302.060000', '221302.520000', '221302.980000', '221303.440000', '221303.900000', '221304.360000', '221304.820000', '221305.280000', '221305.740000', '221306.200000', '221306.660000', '221307.120000', '221307.580000', '221308.040000', '221308.500000', '221308.960000', '221309.420000', '221309.880000', '221310.340000', '221310.800000', '221311.260000', '221311.720000', '221312.180000', '221312.640000', '221313.100000', '221313.560000', '221314.020000', '221314.480000', '221314.940000', '221315.400000', '221315.860000', '221316.320000', '221316.780000', '221317.240000', '221317.700000', '221318.160000', '221318.620000', '221319.080000', '221319.540000', '221320.000000', '221320.460000', '221320.920000', '221321.380000', '221321.840000', '221322.300000', '221322.760000', '221323.220000', '221323.680000', '221324.140000', '221324.600000', '221325.060000', '221325.520000', '221325.980000', '221326.440000', '221326.900000', '221327.360000', '221327.820000', '221328.280000', '221328.740000', '221329.200000', '221329.660000', '221330.120000', '221330.580000', '221331.040000', '221331.500000', '221331.960000', '221332.420000', '221332.880000', '221333.340000', '221333.800000', '221334.260000', '221334.720000', '221335.180000', '221335.640000', '221336.100000', '221336.560000', '221337.020000', '221337.480000', '221337.940000', '221338.400000', '221338.860000', '221339.320000', '221339.780000', '221340.240000', '221340.700000', '221341.160000', '221341.620000', '221342.080000', '221342.540000', '221343.000000', '221343.460000', '221343.920000', '221344.380000', '221344.840000', '221345.300000', '221345.760000', '221346.220000', '221346.680000', '221347.140000', '221347.600000', '221348.060000', '221348.520000', '221348.980000', '221349.440000', '221349.900000', '221350.360000', '221350.820000', '221351.280000', '221351.740000', '221352.200000', '221352.660000', '221353.120000', '221353.580000', '221354.040000', '221354.500000', '221354.960000', '221355.420000', '221355.880000', '221356.340000', '221356.800000', '221357.260000', '221357.720000', '221358.180000', '221358.640000', '221359.100000', '221359.560000', '221400.020000', '221400.480000', '221400.940000', '221401.400000', '221401.860000', '221402.320000', '221402.780000', '221403.240000', '221403.700000', '221404.160000', '221404.620000', '221405.080000', '221405.540000', '221406.000000', '221406.460000', '221406.920000', '221407.380000', '221407.840000', '221408.300000', '221408.760000', '221409.220000', '221409.680000', '221410.140000', '221410.600000', '221411.060000', '221411.520000', '221411.980000', '221412.440000', '221412.900000', '221413.360000', '221413.820000', '221414.280000', '221414.740000', '221415.200000', '221415.660000', '221416.120000', '221416.580000', '221417.040000', '221417.500000', '221417.960000', '221418.420000', '221418.880000', '221419.340000', '221419.800000', '221420.260000', '221420.720000', '221421.180000', '221421.640000', '221422.100000', '221422.560000', '221423.020000', '221423.480000', '221423.940000', '221424.400000', '221424.860000', '221425.320000', '221425.780000', '221426.240000', '221426.700000', '221427.160000', '221427.620000', '221428.080000', '221428.540000', '221429.000000', '221429.460000', '221429.920000', '221430.380000', '221430.840000', '221431.300000', '221431.760000', '221432.220000', '221432.680000', '221433.140000', '221433.600000', '221434.060000', '221434.520000', '221434.980000', '221435.440000', '221435.900000', '221436.360000', '221436.820000', '221437.280000', '221437.740000', '221438.200000', '221438.660000', '221439.120000', '221439.580000', '221440.040000', '221440.500000', '221440.960000', '221441.420000', '221441.880000', '221442.340000', '221442.800000', '221443.260000', '221443.720000', '221444.180000', '221444.640000', '221445.100000', '221445.560000', '221446.020000', '221446.480000', '221446.940000', '221447.400000', '221447.860000', '221448.320000', '221448.780000', '221449.240000', '221449.700000', '221450.160000', '221450.620000', '221451.080000', '221451.540000', '221452.000000', '221452.460000', '221452.920000', '221453.380000', '221453.840000', '221454.300000', '221454.760000', '221455.220000', '221455.680000', '221456.140000', '221456.600000', '221457.060000', '221457.520000', '221457.980000', '221458.440000', '221458.900000', '221459.360000', '221459.820000', '221500.280000', '221500.740000', '221501.200000', '221501.660000', '221502.120000', '221502.580000', '221503.040000', '221503.500000', '221503.960000', '221504.420000', '221504.880000', '221505.340000', '221505.800000', '221506.260000', '221506.720000', '221507.180000', '221507.640000', '221508.100000', '221508.560000', '221509.020000', '221509.480000', '221509.940000', '221510.400000', '221510.860000', '221511.320000', '221511.780000', '221512.240000', '221512.700000', '221513.160000', '221513.620000', '221514.080000', '221514.540000', '221515.000000', '221515.460000', '221515.920000', '221516.380000', '221516.840000', '221517.300000', '221517.760000', '221518.220000', '221518.680000', '221519.140000', '221519.600000', '221520.060000', '221520.520000', '221520.980000', '221521.440000', '221521.900000', '221522.360000', '221522.820000', '221523.280000', '221523.740000', '221524.200000', '221524.660000', '221525.120000', '221525.580000', '221526.040000', '221526.500000', '221526.960000', '221527.420000', '221527.880000', '221528.340000', '221528.800000', '221529.260000', '221529.720000', '221530.180000', '221530.640000', '221531.100000', '221531.560000', '221532.020000', '221532.480000', '221532.940000', '221533.400000', '221533.860000', '221534.320000', '221534.780000', '221535.240000', '221535.700000', '221536.160000', '221536.620000', '221537.080000', '221537.540000', '221538.000000', '221538.460000', '221538.920000', '221539.380000', '221539.840000', '221540.300000', '221540.760000', '221541.220000', '221541.680000', '221542.140000', '221542.600000', '221543.060000', '221543.520000', '221543.980000', '221544.440000', '221544.900000', '221545.360000', '221545.820000', '221546.280000', '221546.740000', '221547.200000', '221547.660000', '221548.120000', '221548.580000', '221549.040000', '221549.500000', '221549.960000', '221550.420000', '221550.880000', '221551.340000', '221551.800000', '221552.260000', '221552.720000', '221553.180000', '221553.640000', '221554.100000', '221554.560000', '221555.020000', '221555.480000', '221555.940000', '221556.400000', '221556.860000', '221557.320000', '221557.780000', '221558.240000', '221558.700000', '221559.160000', '221559.620000', '221600.080000', '221600.540000', '221601.000000', '221601.460000', '221601.920000', '221602.380000', '221602.840000', '221603.300000', '221603.760000', '221604.220000', '221604.680000', '221605.140000', '221605.600000', '221606.060000', '221606.520000', '221606.980000', '221607.440000', '221607.900000', '221608.360000', '221608.820000', '221609.280000', '221609.740000', '221610.200000', '221610.660000', '221611.120000', '221611.580000', '221612.040000', '221612.500000', '221612.960000', '221613.420000', '221613.880000', '221614.340000', '221614.800000', '221615.260000', '221615.720000', '221616.180000', '221616.640000', '221617.100000', '221617.560000', '221618.020000', '221618.480000', '221618.940000', '221619.400000', '221619.860000', '221620.320000', '221620.780000', '221621.240000', '221621.700000', '221622.160000', '221622.620000', '221623.080000', '221623.540000', '221624.000000', '221624.460000', '221624.920000', '221625.380000', '221625.840000', '221626.300000', '221626.760000', '221627.220000', '221627.680000', '221628.140000', '221628.600000', '221629.060000', '221629.520000', '221629.980000', '221630.440000', '221630.900000', '221631.360000', '221631.820000', '221632.280000', '221632.740000', '221633.200000', '221633.660000', '221634.120000', '221634.580000', '221635.040000', '221635.500000', '221635.960000', '221636.420000', '221636.880000', '221637.340000', '221637.800000', '221638.260000', '221638.720000', '221639.180000', '221639.640000', '221640.100000', '221640.560000', '221641.020000', '221641.480000', '221641.940000', '221642.400000', '221642.860000', '221643.320000', '221643.780000', '221644.240000', '221644.700000', '221645.160000', '221645.620000', '221646.080000', '221646.540000', '221647.000000', '221647.460000', '221647.920000', '221648.380000', '221648.840000', '221649.300000', '221649.760000', '221650.220000', '221650.680000', '221651.140000', '221651.600000', '221652.060000', '221652.520000', '221652.980000', '221653.440000', '221653.900000', '221654.360000', '221654.820000', '221655.280000', '221655.740000', '221656.200000', '221656.660000', '221657.120000', '221657.580000', '221658.040000', '221658.500000', '221658.960000', '221659.420000', '221659.880000', '221700.340000', '221700.800000', '221701.260000', '221701.720000', '221702.180000', '221702.640000', '221703.100000', '221703.560000', '221704.020000', '221704.480000', '221704.940000', '221705.400000', '221705.860000', '221706.320000', '221706.780000', '221707.240000', '221707.700000', '221708.160000', '221708.620000', '221709.080000', '221709.540000', '221710.000000', '221710.460000', '221710.920000', '221711.380000', '221711.840000', '221712.300000', '221712.760000', '221713.220000', '221713.680000', '221714.140000', '221714.600000', '221715.060000', '221715.520000', '221715.980000', '221716.440000', '221716.900000', '221717.360000', '221717.820000', '221718.280000', '221718.740000', '221719.200000', '221719.660000', '221720.120000', '221720.580000', '221721.040000', '221721.500000', '221721.960000', '221722.420000', '221722.880000', '221723.340000', '221723.800000', '221724.260000', '221724.720000', '221725.180000', '221725.640000', '221726.100000', '221726.560000', '221727.020000', '221727.480000', '221727.940000', '221728.400000', '221728.860000', '221729.320000', '221729.780000', '221730.240000', '221730.700000', '221731.160000', '221731.620000', '221732.080000', '221732.540000', '221733.000000', '221733.460000', '221733.920000', '221734.380000', '221734.840000', '221735.300000', '221735.760000', '221736.220000', '221736.680000', '221737.140000', '221737.600000', '221738.060000', '221738.520000', '221738.980000', '221739.440000', '221739.900000', '221740.360000', '221740.820000', '221741.280000', '221741.740000', '221742.200000', '221742.660000', '221743.120000', '221743.580000', '221744.040000', '221744.500000', '221744.960000', '221745.420000', '221745.880000', '221746.340000', '221746.800000', '221747.260000', '221747.720000', '221748.180000', '221748.640000', '221749.100000', '221749.560000', '221750.020000', '221750.480000', '221750.940000', '221751.400000', '221751.860000', '221752.320000', '221752.780000', '221753.240000', '221753.700000', '221754.160000', '221754.620000', '221755.080000', '221755.540000', '221756.000000', '221756.460000', '221756.920000', '221757.380000', '221757.840000', '221758.300000', '221758.760000', '221759.220000', '221759.680000', '221800.140000', '221800.600000', '221801.060000', '221801.520000', '221801.980000', '221802.440000', '221802.900000', '221803.360000', '221803.820000', '221804.280000', '221804.740000', '221805.200000', '221805.660000', '221806.120000', '221806.580000', '221807.040000', '221807.500000', '221807.960000', '221808.420000', '221808.880000', '221809.340000', '221809.800000', '221810.260000', '221810.720000', '221811.180000', '221811.640000', '221812.100000', '221812.560000', '221813.020000', '221813.480000', '221813.940000', '221814.400000', '221814.860000', '221815.320000', '221815.780000', '221816.240000', '221816.700000', '221817.160000', '221817.620000', '221818.080000', '221818.540000', '221819.000000', '221819.460000', '221819.920000', '221820.380000', '221820.840000', '221821.300000', '221821.760000', '221822.220000', '221822.680000', '221823.140000', '221823.600000', '221824.060000', '221824.520000', '221824.980000', '221825.440000', '221825.900000', '221826.360000', '221826.820000', '221827.280000', '221827.740000', '221828.200000', '221828.660000', '221829.120000', '221829.580000', '221830.040000', '221830.500000', '221830.960000', '221831.420000', '221831.880000', '221832.340000', '221832.800000', '221833.260000', '221833.720000', '221834.180000', '221834.640000', '221835.100000', '221835.560000', '221836.020000', '221836.480000', '221836.940000', '221837.400000', '221837.860000', '221838.320000', '221838.780000', '221839.240000', '221839.700000', '221840.160000', '221840.620000', '221841.080000', '221841.540000', '221842.000000', '221842.460000', '221842.920000', '221843.380000', '221843.840000', '221844.300000', '221844.760000', '221845.220000', '221845.680000', '221846.140000', '221846.600000', '221847.060000', '221847.520000', '221847.980000', '221848.440000', '221848.900000', '221849.360000', '221849.820000', '221850.280000', '221850.740000', '221851.200000', '221851.660000', '221852.120000', '221852.580000', '221853.040000', '221853.500000', '221853.960000', '221854.420000', '221854.880000', '221855.340000', '221855.800000', '221856.260000', '221856.720000', '221857.180000', '221857.640000', '221858.100000', '221858.560000', '221859.020000', '221859.480000', '221859.940000', '221900.400000', '221900.860000', '221901.320000', '221901.780000', '221902.240000', '221902.700000', '221903.160000', '221903.620000', '221904.080000', '221904.540000', '221905.000000', '221905.460000', '221905.920000', '221906.380000', '221906.840000', '221907.300000', '221907.760000', '221908.220000', '221908.680000', '221909.140000', '221909.600000', '221910.060000', '221910.520000', '221910.980000', '221911.440000', '221911.900000', '221912.360000', '221912.820000', '221913.280000', '221913.740000', '221914.200000', '221914.660000', '221915.120000', '221915.580000', '221916.040000', '221916.500000', '221916.960000', '221917.420000', '221917.880000', '221918.340000', '221918.800000', '221919.260000', '221919.720000', '221920.180000', '221920.640000', '221921.100000', '221921.560000', '221922.020000', '221922.480000', '221922.940000', '221923.400000', '221923.860000', '221924.320000', '221924.780000', '221925.240000', '221925.700000', '221926.160000', '221926.620000', '221927.080000', '221927.540000', '221928.000000', '221928.460000', '221928.920000', '221929.380000', '221929.840000', '221930.300000', '221930.760000', '221931.220000', '221931.680000', '221932.140000', '221932.600000', '221933.060000', '221933.520000', '221933.980000', '221934.440000', '221934.900000', '221935.360000', '221935.820000', '221936.280000', '221936.740000', '221937.200000', '221937.660000', '221938.120000', '221938.580000', '221939.040000', '221939.500000', '221939.960000', '221940.420000', '221940.880000', '221941.340000', '221941.800000', '221942.260000', '221942.720000', '221943.180000', '221943.640000', '221944.100000', '221944.560000', '221945.020000', '221945.480000', '221945.940000', '221946.400000', '221946.860000', '221947.320000', '221947.780000', '221948.240000', '221948.700000', '221949.160000', '221949.620000', '221950.080000', '221950.540000', '221951.000000', '221951.460000', '221951.920000', '221952.380000', '221952.840000', '221953.300000', '221953.760000', '221954.220000', '221954.680000', '221955.140000', '221955.600000', '221956.060000', '221956.520000', '221956.980000', '221957.440000', '221957.900000', '221958.360000', '221958.820000', '221959.280000', '221959.740000', '222000.200000', '222000.660000', '222001.120000', '222001.580000', '222002.040000', '222002.500000', '222002.960000', '222003.420000', '222003.880000'], 'ContentTime': ['221139.932000', '221139.936000', '221139.939000', '221139.942000', '221139.944000', '221139.947000', '221139.949000', '221139.959000', '221139.962000', '221139.964000', '221139.967000', '221139.970000', '221139.972000', '221139.975000', '221139.978000', '221139.980000', '221139.983000', '221139.985000', '221139.988000', '221139.990000', '221139.993000', '221139.995000', '221139.998000', '221140.002000', '221140.004000', '221140.007000', '221140.009000', '221140.012000', '221140.015000', '221140.017000', '221140.020000', '221140.022000', '221140.025000', '221140.027000', '221140.030000', '221140.033000', '221140.035000', '221140.038000', '221140.040000', '221140.043000', '221140.045000', '221140.048000', '221140.050000', '221140.053000', '221140.056000', '221140.058000', '221140.061000', '221140.063000', '221140.066000', '221140.068000', '221140.071000', '221140.073000', '221140.076000', '221140.079000', '221140.081000', '221140.084000', '221140.086000', '221140.089000', '221159.902000', '221159.905000', '221159.908000', '221159.910000', '221159.913000', '221159.916000', '221159.918000', '221159.921000', '221159.923000', '221159.926000', '221159.928000', '221159.931000', '221159.934000', '221159.938000', '221159.941000', '221159.943000', '221159.946000', '221159.948000', '221159.951000', '221159.954000', '221159.956000', '221159.959000', '221159.961000', '221159.964000', '221159.966000', '221159.969000', '221159.971000', '221159.974000', '221159.977000', '221159.979000', '221159.982000', '221159.984000', '221159.987000', '221159.989000', '221159.992000', '221159.995000', '221159.997000', '221200.001000', '221200.003000', '221200.006000', '221200.008000', '221200.011000', '221200.014000', '221200.016000', '221219.903000', '221219.905000', '221219.908000', '221219.911000', '221219.913000', '221219.916000', '221219.919000', '221219.922000', '221219.924000', '221219.927000', '221219.942000', '221219.945000', '221219.947000', '221219.950000', '221219.952000', '221219.955000', '221219.957000', '221219.960000', '221219.963000', '221219.965000', '221219.968000', '221219.970000', '221219.973000', '221219.975000', '221219.979000', '221219.982000', '221219.984000', '221219.987000', '221219.989000', '221219.992000', '221219.994000', '221219.997000', '221220.001000', '221220.003000', '221220.006000', '221220.009000', '221220.011000', '221220.014000', '221220.017000', '221220.019000', '221220.022000', '221220.024000', '221220.027000', '221239.902000', '221239.905000', '221239.908000', '221239.910000', '221239.913000', '221239.916000', '221239.918000', '221239.921000', '221239.923000', '221239.926000', '221239.928000', '221239.931000', '221239.934000', '221239.936000', '221239.939000', '221239.941000', '221239.944000', '221239.947000', '221239.949000', '221239.952000', '221239.954000', '221239.957000', '221239.960000', '221239.962000', '221239.965000', '221239.967000', '221239.970000', '221239.973000', '221239.975000', '221239.978000', '221239.981000', '221239.983000', '221239.986000', '221239.988000', '221239.991000', '221239.993000', '221239.996000', '221240.000000', '221240.002000', '221240.005000', '221240.008000', '221240.010000', '221240.013000', '221240.015000', '221259.903000', '221259.906000', '221259.909000', '221259.911000', '221259.914000', '221259.917000', '221259.919000', '221259.922000', '221259.925000', '221259.927000', '221259.930000', '221259.932000', '221259.935000', '221259.937000', '221259.940000', '221259.943000', '221259.945000', '221259.948000', '221259.950000', '221259.953000', '221259.955000', '221259.958000', '221259.961000', '221259.963000', '221259.966000', '221259.968000', '221259.971000', '221259.974000', '221259.977000', '221259.979000', '221259.982000', '221259.985000', '221259.987000', '221259.990000', '221259.993000', '221259.996000', '221259.998000', '221300.002000', '221300.004000', '221300.007000', '221300.010000', '221300.012000', '221300.015000', '221319.902000', '221319.905000', '221319.908000', '221319.910000', '221319.913000', '221319.916000', '221319.918000', '221319.921000', '221319.923000', '221319.926000', '221319.929000', '221319.931000', '221319.941000', '221319.943000', '221319.946000', '221319.948000', '221319.951000', '221319.954000', '221319.956000', '221319.959000', '221319.961000', '221319.964000', '221319.967000', '221319.969000', '221319.972000', '221319.974000', '221319.977000', '221319.979000', '221319.982000', '221319.985000', '221319.987000', '221319.990000', '221319.992000', '221319.995000', '221319.997000', '221320.001000', '221320.004000', '221320.006000', '221320.009000', '221320.011000', '221320.014000', '221320.017000', '221320.019000', '221320.022000', '221339.902000', '221339.905000', '221339.908000', '221339.910000', '221339.913000', '221339.916000', '221339.918000', '221339.921000', '221339.924000', '221339.926000', '221339.929000', '221339.931000', '221339.934000', '221339.936000', '221339.939000', '221339.941000', '221339.944000', '221339.947000', '221339.949000', '221339.952000', '221339.954000', '221339.957000', '221339.960000', '221339.962000', '221339.965000', '221339.967000', '221339.970000', '221339.972000', '221339.975000', '221339.978000', '221339.981000', '221339.985000', '221339.988000', '221339.990000', '221339.993000', '221339.996000', '221340.000000', '221340.002000', '221340.005000', '221340.007000', '221340.010000', '221340.012000', '221340.015000', '221359.902000', '221359.905000', '221359.908000', '221359.910000', '221359.913000', '221359.916000', '221359.918000', '221359.921000', '221359.923000', '221359.926000', '221359.929000', '221359.931000', '221359.934000', '221359.936000', '221359.939000', '221359.941000', '221359.944000', '221359.947000', '221359.949000', '221359.952000', '221359.968000', '221359.971000', '221359.974000', '221359.976000', '221359.979000', '221359.981000', '221359.984000', '221359.986000', '221359.989000', '221359.992000', '221359.994000', '221359.997000', '221400.000000', '221400.003000', '221400.006000', '221400.008000', '221400.011000', '221400.013000', '221400.016000', '221400.019000', '221400.021000', '221400.024000', '221400.026000', '221400.029000', '221419.903000', '221419.906000', '221419.908000', '221419.911000', '221419.913000', '221419.916000', '221419.919000', '221419.921000', '221419.924000', '221419.926000', '221419.929000', '221419.931000', '221419.934000', '221419.937000', '221419.939000', '221419.942000', '221419.944000', '221419.947000', '221419.950000', '221419.952000', '221419.955000', '221419.958000', '221419.960000', '221419.963000', '221419.966000', '221419.968000', '221419.971000', '221419.974000', '221419.977000', '221419.980000', '221419.982000', '221419.985000', '221419.987000', '221419.990000', '221419.993000', '221419.995000', '221419.998000', '221420.001000', '221420.004000', '221420.007000', '221420.009000', '221420.012000', '221420.014000', '221439.903000', '221439.906000', '221439.908000', '221439.911000', '221439.913000', '221439.916000', '221439.919000', '221439.921000', '221439.924000', '221439.926000', '221439.929000', '221439.932000', '221439.934000', '221439.937000', '221439.939000', '221439.942000', '221439.944000', '221439.947000', '221439.950000', '221439.952000', '221439.955000', '221439.957000', '221439.960000', '221439.971000', '221439.973000', '221439.976000', '221439.978000', '221439.981000', '221439.984000', '221439.986000', '221439.989000', '221439.992000', '221439.994000', '221439.997000', '221440.000000', '221440.003000', '221440.006000', '221440.008000', '221440.011000', '221440.013000', '221440.016000', '221440.018000', '221440.021000', '221440.024000', '221459.902000', '221459.905000', '221459.908000', '221459.911000', '221459.913000', '221459.916000', '221459.918000', '221459.921000', '221459.924000', '221459.926000', '221459.929000', '221459.931000', '221459.934000', '221459.937000', '221459.939000', '221459.942000', '221459.944000', '221459.947000', '221459.949000', '221459.952000', '221459.955000', '221459.957000', '221459.960000', '221459.962000', '221459.965000', '221459.968000', '221459.970000', '221459.973000', '221459.975000', '221459.978000', '221459.981000', '221459.983000', '221459.986000', '221459.988000', '221459.991000', '221459.994000', '221459.997000', '221500.000000', '221500.003000', '221500.006000', '221500.008000', '221500.011000', '221500.014000', '221519.904000', '221519.906000', '221519.909000', '221519.912000', '221519.914000', '221519.917000', '221519.920000', '221519.922000', '221519.925000', '221519.927000', '221519.930000', '221519.932000', '221519.935000', '221519.938000', '221519.940000', '221519.943000', '221519.945000', '221519.948000', '221519.951000', '221519.953000', '221519.956000', '221519.958000', '221519.961000', '221519.964000', '221519.966000', '221519.969000', '221519.971000', '221519.974000', '221519.977000', '221519.979000', '221519.982000', '221519.990000', '221519.992000', '221519.995000', '221519.997000', '221520.001000', '221520.004000', '221520.006000', '221520.009000', '221520.011000', '221520.014000', '221520.017000', '221520.019000', '221520.022000', '221539.902000', '221539.905000', '221539.908000', '221539.911000', '221539.913000', '221539.916000', '221539.918000', '221539.921000', '221539.923000', '221539.926000', '221539.929000', '221539.931000', '221539.934000', '221539.936000', '221539.939000', '221539.942000', '221539.944000', '221539.947000', '221539.949000', '221539.952000', '221539.954000', '221539.957000', '221539.960000', '221539.962000', '221539.965000', '221539.967000', '221539.970000', '221539.973000', '221539.975000', '221539.978000', '221539.980000', '221539.983000', '221539.986000', '221539.988000', '221539.991000', '221539.994000', '221539.996000', '221540.000000', '221540.003000', '221540.005000', '221540.008000', '221540.011000', '221540.013000', '221559.906000', '221559.909000', '221559.912000', '221559.914000', '221559.917000', '221559.920000', '221559.922000', '221559.925000', '221559.927000', '221559.930000', '221559.933000', '221559.935000', '221559.938000', '221559.940000', '221559.943000', '221559.945000', '221559.948000', '221559.951000', '221559.953000', '221559.956000', '221559.958000', '221559.961000', '221559.964000', '221559.966000', '221559.969000', '221559.971000', '221559.974000', '221559.977000', '221559.979000', '221559.982000', '221559.984000', '221559.987000', '221559.990000', '221559.992000', '221559.995000', '221559.997000', '221600.001000', '221600.003000', '221600.006000', '221600.009000', '221600.011000', '221600.014000', '221600.016000', '221600.019000', '221619.903000', '221619.906000', '221619.908000', '221619.911000', '221619.914000', '221619.916000', '221619.919000', '221619.921000', '221619.924000', '221619.926000', '221619.929000', '221619.932000', '221619.934000', '221619.937000', '221619.939000', '221619.942000', '221619.944000', '221619.947000', '221619.950000', '221619.952000', '221619.955000', '221619.957000', '221619.960000', '221619.962000', '221619.965000', '221619.968000', '221619.970000', '221619.973000', '221619.976000', '221619.978000', '221619.981000', '221619.984000', '221619.986000', '221619.989000', '221619.991000', '221619.994000', '221619.996000', '221620.000000', '221620.003000', '221620.005000', '221620.008000', '221620.010000', '221620.013000', '221639.903000', '221639.905000', '221639.908000', '221639.911000', '221639.913000', '221639.916000', '221639.918000', '221639.921000', '221639.923000', '221639.926000', '221639.929000', '221639.931000', '221639.934000', '221639.937000', '221639.939000', '221639.942000', '221639.944000', '221639.947000', '221639.949000', '221639.952000', '221639.955000', '221639.957000', '221639.960000', '221639.962000', '221639.965000', '221639.968000', '221639.970000', '221639.973000', '221639.975000', '221639.978000', '221639.981000', '221639.983000', '221639.986000', '221639.988000', '221639.991000', '221639.993000', '221639.996000', '221640.000000', '221640.003000', '221640.005000', '221640.008000', '221640.010000', '221640.013000', '221640.016000', '221659.902000', '221659.905000', '221659.908000', '221659.910000', '221659.913000', '221659.916000', '221659.918000', '221659.921000', '221659.923000', '221659.926000', '221659.928000', '221659.931000', '221659.958000', '221659.985000', '221659.987000', '221659.990000', '221659.992000', '221659.995000', '221659.998000', '221700.001000', '221700.004000', '221700.006000', '221700.009000', '221700.012000', '221700.014000', '221700.017000', '221700.019000', '221700.022000', '221700.025000', '221700.027000', '221700.030000', '221700.032000', '221700.035000', '221700.038000', '221700.040000', '221700.043000', '221700.045000', '221700.048000', '221700.050000', '221700.053000', '221700.056000', '221700.058000', '221700.061000', '221719.902000', '221719.905000', '221719.908000', '221719.910000', '221719.913000', '221719.916000', '221719.918000', '221719.921000', '221719.923000', '221719.926000', '221719.929000', '221719.931000', '221719.934000', '221719.936000', '221719.939000', '221719.942000', '221719.944000', '221719.947000', '221719.949000', '221719.952000', '221719.955000', '221719.957000', '221719.960000', '221719.963000', '221719.965000', '221719.968000', '221719.971000', '221719.973000', '221719.976000', '221719.978000', '221719.981000', '221719.984000', '221719.986000', '221719.989000', '221719.992000', '221719.994000', '221719.997000', '221720.001000', '221720.003000', '221720.006000', '221720.008000', '221720.011000', '221720.014000', '221720.016000', '221739.903000', '221739.906000', '221739.909000', '221739.911000', '221739.914000', '221739.917000', '221739.919000', '221739.922000', '221739.925000', '221739.927000', '221739.930000', '221739.932000', '221739.935000', '221739.938000', '221739.940000', '221739.943000', '221739.945000', '221739.948000', '221739.951000', '221739.953000', '221739.956000', '221739.958000', '221739.961000', '221739.964000', '221739.966000', '221739.969000', '221739.972000', '221739.974000', '221739.977000', '221739.979000', '221739.982000', '221739.984000', '221739.987000', '221739.989000', '221739.992000', '221739.995000', '221739.997000', '221740.001000', '221740.003000', '221740.006000', '221740.009000', '221740.012000', '221740.014000', '221759.902000', '221759.905000', '221759.908000', '221759.910000', '221759.913000', '221759.917000', '221759.919000', '221759.922000', '221759.925000', '221759.928000', '221759.931000', '221759.934000', '221759.936000', '221759.939000', '221759.942000', '221759.944000', '221759.947000', '221759.949000', '221759.952000', '221759.955000', '221759.957000', '221759.960000', '221759.962000', '221759.965000', '221759.968000', '221759.970000', '221759.973000', '221759.975000', '221759.978000', '221759.981000', '221759.983000', '221759.986000', '221759.988000', '221759.991000', '221759.993000', '221759.996000', '221800.000000', '221800.002000', '221800.005000', '221800.007000', '221800.010000', '221800.013000', '221800.015000', '221819.903000', '221819.905000', '221819.908000', '221819.911000', '221819.913000', '221819.916000', '221819.919000', '221819.921000', '221819.924000', '221819.974000', '221819.977000', '221819.980000', '221819.982000', '221819.985000', '221819.987000', '221819.990000', '221819.993000', '221819.995000', '221819.998000', '221820.001000', '221820.004000', '221820.007000', '221820.009000', '221820.012000', '221820.014000', '221820.017000', '221820.020000', '221820.022000', '221820.025000', '221820.027000', '221820.030000', '221820.033000', '221820.035000', '221820.038000', '221820.040000', '221820.043000', '221820.045000', '221820.048000', '221820.051000', '221820.053000', '221820.056000', '221820.058000', '221820.061000', '221820.064000', '221839.903000', '221839.905000', '221839.908000', '221839.911000', '221839.913000', '221839.916000', '221839.918000', '221839.921000', '221839.924000', '221839.926000', '221839.929000', '221839.931000', '221839.934000', '221839.938000', '221839.941000', '221839.944000', '221839.946000', '221839.949000', '221839.951000', '221839.954000', '221839.956000', '221839.959000', '221839.962000', '221839.964000', '221839.967000', '221839.970000', '221839.972000', '221839.975000', '221839.977000', '221839.980000', '221839.983000', '221839.985000', '221839.988000', '221839.991000', '221839.993000', '221839.996000', '221840.000000', '221840.002000', '221840.005000', '221840.007000', '221840.010000', '221840.013000', '221840.015000', '221840.018000', '221859.902000', '221859.905000', '221859.908000', '221859.911000', '221859.913000', '221859.916000', '221859.919000', '221859.921000', '221859.924000', '221859.926000', '221859.929000', '221859.932000', '221859.934000', '221859.937000', '221859.939000', '221859.942000', '221859.944000', '221859.947000', '221859.950000', '221859.952000', '221859.955000', '221859.957000', '221859.960000', '221859.963000', '221859.965000', '221859.968000', '221859.970000', '221859.973000', '221859.976000', '221859.978000', '221859.981000', '221859.984000', '221859.986000', '221859.989000', '221859.991000', '221859.994000', '221859.997000', '221900.000000', '221900.003000', '221900.005000', '221900.008000', '221900.011000', '221900.013000', '221919.903000', '221919.906000', '221919.908000', '221919.911000', '221919.914000', '221919.917000', '221919.919000', '221919.922000', '221919.925000', '221919.927000', '221919.930000', '221919.933000', '221919.935000', '221919.938000', '221919.940000', '221919.943000', '221919.946000', '221919.948000', '221919.951000', '221919.953000', '221919.956000', '221919.959000', '221919.961000', '221919.964000', '221919.966000', '221919.969000', '221919.972000', '221919.974000', '221919.977000', '221919.979000', '221919.982000', '221919.984000', '221919.987000', '221919.989000', '221919.992000', '221919.995000', '221919.997000', '221920.001000', '221920.004000', '221920.006000', '221920.009000', '221920.011000', '221920.014000', '221939.902000', '221939.905000', '221939.908000', '221939.911000', '221939.913000', '221939.916000', '221939.944000', '221939.947000', '221939.949000', '221939.952000', '221939.954000', '221939.957000', '221939.960000', '221939.962000', '221939.965000', '221939.968000', '221939.970000', '221939.973000', '221939.976000', '221939.978000', '221939.981000', '221939.983000', '221939.986000', '221939.989000', '221939.991000', '221939.994000', '221939.996000', '221940.000000', '221940.002000', '221940.005000', '221940.008000', '221940.010000', '221940.013000', '221940.016000', '221940.019000', '221940.021000', '221940.024000', '221940.026000', '221940.029000', '221940.031000', '221940.034000', '221940.037000', '221940.039000', '221940.042000', '221959.903000', '221959.906000', '221959.908000', '221959.911000', '221959.914000', '221959.916000', '221959.919000', '221959.922000', '221959.925000', '221959.928000', '221959.931000', '221959.933000', '221959.936000', '221959.939000', '221959.942000', '221959.944000', '221959.947000', '221959.949000', '221959.952000', '221959.955000', '221959.957000', '221959.960000', '221959.963000', '221959.965000', '221959.968000', '221959.970000', '221959.973000', '221959.976000', '221959.979000', '221959.982000', '221959.985000', '221959.987000', '221959.990000', '221959.993000', '221959.995000', '221959.998000', '222000.002000', '222000.004000', '222000.007000', '222000.009000', '222000.012000', '222000.014000', '222000.017000', '222005.024000', '222005.027000', '222005.030000', '222005.033000', '222005.041000', '222005.044000', '222005.046000', '222005.049000', '222005.051000', '222005.054000', '222005.057000', '222005.060000'], 'InstanceCreationTime': ['221139.932000', '221139.936000', '221139.939000', '221139.942000', '221139.944000', '221139.947000', '221139.949000', '221139.959000', '221139.962000', '221139.964000', '221139.967000', '221139.970000', '221139.972000', '221139.975000', '221139.978000', '221139.980000', '221139.983000', '221139.985000', '221139.988000', '221139.990000', '221139.993000', '221139.995000', '221139.998000', '221140.002000', '221140.004000', '221140.007000', '221140.009000', '221140.012000', '221140.015000', '221140.017000', '221140.020000', '221140.022000', '221140.025000', '221140.027000', '221140.030000', '221140.033000', '221140.035000', '221140.038000', '221140.040000', '221140.043000', '221140.045000', '221140.048000', '221140.050000', '221140.053000', '221140.056000', '221140.058000', '221140.061000', '221140.063000', '221140.066000', '221140.068000', '221140.071000', '221140.073000', '221140.076000', '221140.079000', '221140.081000', '221140.084000', '221140.086000', '221140.089000', '221159.902000', '221159.905000', '221159.908000', '221159.910000', '221159.913000', '221159.916000', '221159.918000', '221159.921000', '221159.923000', '221159.926000', '221159.928000', '221159.931000', '221159.934000', '221159.938000', '221159.941000', '221159.943000', '221159.946000', '221159.948000', '221159.951000', '221159.954000', '221159.956000', '221159.959000', '221159.961000', '221159.964000', '221159.966000', '221159.969000', '221159.971000', '221159.974000', '221159.977000', '221159.979000', '221159.982000', '221159.984000', '221159.987000', '221159.989000', '221159.992000', '221159.995000', '221159.997000', '221200.001000', '221200.003000', '221200.006000', '221200.008000', '221200.011000', '221200.014000', '221200.016000', '221219.903000', '221219.905000', '221219.908000', '221219.911000', '221219.913000', '221219.916000', '221219.919000', '221219.922000', '221219.924000', '221219.927000', '221219.942000', '221219.945000', '221219.947000', '221219.950000', '221219.952000', '221219.955000', '221219.957000', '221219.960000', '221219.963000', '221219.965000', '221219.968000', '221219.970000', '221219.973000', '221219.975000', '221219.979000', '221219.982000', '221219.984000', '221219.987000', '221219.989000', '221219.992000', '221219.994000', '221219.997000', '221220.001000', '221220.003000', '221220.006000', '221220.009000', '221220.011000', '221220.014000', '221220.017000', '221220.019000', '221220.022000', '221220.024000', '221220.027000', '221239.902000', '221239.905000', '221239.908000', '221239.910000', '221239.913000', '221239.916000', '221239.918000', '221239.921000', '221239.923000', '221239.926000', '221239.928000', '221239.931000', '221239.934000', '221239.936000', '221239.939000', '221239.941000', '221239.944000', '221239.947000', '221239.949000', '221239.952000', '221239.954000', '221239.957000', '221239.960000', '221239.962000', '221239.965000', '221239.967000', '221239.970000', '221239.973000', '221239.975000', '221239.978000', '221239.981000', '221239.983000', '221239.986000', '221239.988000', '221239.991000', '221239.993000', '221239.996000', '221240.000000', '221240.002000', '221240.005000', '221240.008000', '221240.010000', '221240.013000', '221240.015000', '221259.903000', '221259.906000', '221259.909000', '221259.911000', '221259.914000', '221259.917000', '221259.919000', '221259.922000', '221259.925000', '221259.927000', '221259.930000', '221259.932000', '221259.935000', '221259.937000', '221259.940000', '221259.943000', '221259.945000', '221259.948000', '221259.950000', '221259.953000', '221259.955000', '221259.958000', '221259.961000', '221259.963000', '221259.966000', '221259.968000', '221259.971000', '221259.974000', '221259.977000', '221259.979000', '221259.982000', '221259.985000', '221259.987000', '221259.990000', '221259.993000', '221259.996000', '221259.998000', '221300.002000', '221300.004000', '221300.007000', '221300.010000', '221300.012000', '221300.015000', '221319.902000', '221319.905000', '221319.908000', '221319.910000', '221319.913000', '221319.916000', '221319.918000', '221319.921000', '221319.923000', '221319.926000', '221319.929000', '221319.931000', '221319.941000', '221319.943000', '221319.946000', '221319.948000', '221319.951000', '221319.954000', '221319.956000', '221319.959000', '221319.961000', '221319.964000', '221319.967000', '221319.969000', '221319.972000', '221319.974000', '221319.977000', '221319.979000', '221319.982000', '221319.985000', '221319.987000', '221319.990000', '221319.992000', '221319.995000', '221319.997000', '221320.001000', '221320.004000', '221320.006000', '221320.009000', '221320.011000', '221320.014000', '221320.017000', '221320.019000', '221320.022000', '221339.902000', '221339.905000', '221339.908000', '221339.910000', '221339.913000', '221339.916000', '221339.918000', '221339.921000', '221339.924000', '221339.926000', '221339.929000', '221339.931000', '221339.934000', '221339.936000', '221339.939000', '221339.941000', '221339.944000', '221339.947000', '221339.949000', '221339.952000', '221339.954000', '221339.957000', '221339.960000', '221339.962000', '221339.965000', '221339.967000', '221339.970000', '221339.972000', '221339.975000', '221339.978000', '221339.981000', '221339.985000', '221339.988000', '221339.990000', '221339.993000', '221339.996000', '221340.000000', '221340.002000', '221340.005000', '221340.007000', '221340.010000', '221340.012000', '221340.015000', '221359.902000', '221359.905000', '221359.908000', '221359.910000', '221359.913000', '221359.916000', '221359.918000', '221359.921000', '221359.923000', '221359.926000', '221359.929000', '221359.931000', '221359.934000', '221359.936000', '221359.939000', '221359.941000', '221359.944000', '221359.947000', '221359.949000', '221359.952000', '221359.968000', '221359.971000', '221359.974000', '221359.976000', '221359.979000', '221359.981000', '221359.984000', '221359.986000', '221359.989000', '221359.992000', '221359.994000', '221359.997000', '221400.000000', '221400.003000', '221400.006000', '221400.008000', '221400.011000', '221400.013000', '221400.016000', '221400.019000', '221400.021000', '221400.024000', '221400.026000', '221400.029000', '221419.903000', '221419.906000', '221419.908000', '221419.911000', '221419.913000', '221419.916000', '221419.919000', '221419.921000', '221419.924000', '221419.926000', '221419.929000', '221419.931000', '221419.934000', '221419.937000', '221419.939000', '221419.942000', '221419.944000', '221419.947000', '221419.950000', '221419.952000', '221419.955000', '221419.958000', '221419.960000', '221419.963000', '221419.966000', '221419.968000', '221419.971000', '221419.974000', '221419.977000', '221419.980000', '221419.982000', '221419.985000', '221419.987000', '221419.990000', '221419.993000', '221419.995000', '221419.998000', '221420.001000', '221420.004000', '221420.007000', '221420.009000', '221420.012000', '221420.014000', '221439.903000', '221439.906000', '221439.908000', '221439.911000', '221439.913000', '221439.916000', '221439.919000', '221439.921000', '221439.924000', '221439.926000', '221439.929000', '221439.932000', '221439.934000', '221439.937000', '221439.939000', '221439.942000', '221439.944000', '221439.947000', '221439.950000', '221439.952000', '221439.955000', '221439.957000', '221439.960000', '221439.971000', '221439.973000', '221439.976000', '221439.978000', '221439.981000', '221439.984000', '221439.986000', '221439.989000', '221439.992000', '221439.994000', '221439.997000', '221440.000000', '221440.003000', '221440.006000', '221440.008000', '221440.011000', '221440.013000', '221440.016000', '221440.018000', '221440.021000', '221440.024000', '221459.902000', '221459.905000', '221459.908000', '221459.911000', '221459.913000', '221459.916000', '221459.918000', '221459.921000', '221459.924000', '221459.926000', '221459.929000', '221459.931000', '221459.934000', '221459.937000', '221459.939000', '221459.942000', '221459.944000', '221459.947000', '221459.949000', '221459.952000', '221459.955000', '221459.957000', '221459.960000', '221459.962000', '221459.965000', '221459.968000', '221459.970000', '221459.973000', '221459.975000', '221459.978000', '221459.981000', '221459.983000', '221459.986000', '221459.988000', '221459.991000', '221459.994000', '221459.997000', '221500.000000', '221500.003000', '221500.006000', '221500.008000', '221500.011000', '221500.014000', '221519.904000', '221519.906000', '221519.909000', '221519.912000', '221519.914000', '221519.917000', '221519.920000', '221519.922000', '221519.925000', '221519.927000', '221519.930000', '221519.932000', '221519.935000', '221519.938000', '221519.940000', '221519.943000', '221519.945000', '221519.948000', '221519.951000', '221519.953000', '221519.956000', '221519.958000', '221519.961000', '221519.964000', '221519.966000', '221519.969000', '221519.971000', '221519.974000', '221519.977000', '221519.979000', '221519.982000', '221519.990000', '221519.992000', '221519.995000', '221519.997000', '221520.001000', '221520.004000', '221520.006000', '221520.009000', '221520.011000', '221520.014000', '221520.017000', '221520.019000', '221520.022000', '221539.902000', '221539.905000', '221539.908000', '221539.911000', '221539.913000', '221539.916000', '221539.918000', '221539.921000', '221539.923000', '221539.926000', '221539.929000', '221539.931000', '221539.934000', '221539.936000', '221539.939000', '221539.942000', '221539.944000', '221539.947000', '221539.949000', '221539.952000', '221539.954000', '221539.957000', '221539.960000', '221539.962000', '221539.965000', '221539.967000', '221539.970000', '221539.973000', '221539.975000', '221539.978000', '221539.980000', '221539.983000', '221539.986000', '221539.988000', '221539.991000', '221539.994000', '221539.996000', '221540.000000', '221540.003000', '221540.005000', '221540.008000', '221540.011000', '221540.013000', '221559.906000', '221559.909000', '221559.912000', '221559.914000', '221559.917000', '221559.920000', '221559.922000', '221559.925000', '221559.927000', '221559.930000', '221559.933000', '221559.935000', '221559.938000', '221559.940000', '221559.943000', '221559.945000', '221559.948000', '221559.951000', '221559.953000', '221559.956000', '221559.958000', '221559.961000', '221559.964000', '221559.966000', '221559.969000', '221559.971000', '221559.974000', '221559.977000', '221559.979000', '221559.982000', '221559.984000', '221559.987000', '221559.990000', '221559.992000', '221559.995000', '221559.997000', '221600.001000', '221600.003000', '221600.006000', '221600.009000', '221600.011000', '221600.014000', '221600.016000', '221600.019000', '221619.903000', '221619.906000', '221619.908000', '221619.911000', '221619.914000', '221619.916000', '221619.919000', '221619.921000', '221619.924000', '221619.926000', '221619.929000', '221619.932000', '221619.934000', '221619.937000', '221619.939000', '221619.942000', '221619.944000', '221619.947000', '221619.950000', '221619.952000', '221619.955000', '221619.957000', '221619.960000', '221619.962000', '221619.965000', '221619.968000', '221619.970000', '221619.973000', '221619.976000', '221619.978000', '221619.981000', '221619.984000', '221619.986000', '221619.989000', '221619.991000', '221619.994000', '221619.996000', '221620.000000', '221620.003000', '221620.005000', '221620.008000', '221620.010000', '221620.013000', '221639.903000', '221639.905000', '221639.908000', '221639.911000', '221639.913000', '221639.916000', '221639.918000', '221639.921000', '221639.923000', '221639.926000', '221639.929000', '221639.931000', '221639.934000', '221639.937000', '221639.939000', '221639.942000', '221639.944000', '221639.947000', '221639.949000', '221639.952000', '221639.955000', '221639.957000', '221639.960000', '221639.962000', '221639.965000', '221639.968000', '221639.970000', '221639.973000', '221639.975000', '221639.978000', '221639.981000', '221639.983000', '221639.986000', '221639.988000', '221639.991000', '221639.993000', '221639.996000', '221640.000000', '221640.003000', '221640.005000', '221640.008000', '221640.010000', '221640.013000', '221640.016000', '221659.902000', '221659.905000', '221659.908000', '221659.910000', '221659.913000', '221659.916000', '221659.918000', '221659.921000', '221659.923000', '221659.926000', '221659.928000', '221659.931000', '221659.958000', '221659.985000', '221659.987000', '221659.990000', '221659.992000', '221659.995000', '221659.998000', '221700.001000', '221700.004000', '221700.006000', '221700.009000', '221700.012000', '221700.014000', '221700.017000', '221700.019000', '221700.022000', '221700.025000', '221700.027000', '221700.030000', '221700.032000', '221700.035000', '221700.038000', '221700.040000', '221700.043000', '221700.045000', '221700.048000', '221700.050000', '221700.053000', '221700.056000', '221700.058000', '221700.061000', '221719.902000', '221719.905000', '221719.908000', '221719.910000', '221719.913000', '221719.916000', '221719.918000', '221719.921000', '221719.923000', '221719.926000', '221719.929000', '221719.931000', '221719.934000', '221719.936000', '221719.939000', '221719.942000', '221719.944000', '221719.947000', '221719.949000', '221719.952000', '221719.955000', '221719.957000', '221719.960000', '221719.963000', '221719.965000', '221719.968000', '221719.971000', '221719.973000', '221719.976000', '221719.978000', '221719.981000', '221719.984000', '221719.986000', '221719.989000', '221719.992000', '221719.994000', '221719.997000', '221720.001000', '221720.003000', '221720.006000', '221720.008000', '221720.011000', '221720.014000', '221720.016000', '221739.903000', '221739.906000', '221739.909000', '221739.911000', '221739.914000', '221739.917000', '221739.919000', '221739.922000', '221739.925000', '221739.927000', '221739.930000', '221739.932000', '221739.935000', '221739.938000', '221739.940000', '221739.943000', '221739.945000', '221739.948000', '221739.951000', '221739.953000', '221739.956000', '221739.958000', '221739.961000', '221739.964000', '221739.966000', '221739.969000', '221739.972000', '221739.974000', '221739.977000', '221739.979000', '221739.982000', '221739.984000', '221739.987000', '221739.989000', '221739.992000', '221739.995000', '221739.997000', '221740.001000', '221740.003000', '221740.006000', '221740.009000', '221740.012000', '221740.014000', '221759.902000', '221759.905000', '221759.908000', '221759.910000', '221759.913000', '221759.917000', '221759.919000', '221759.922000', '221759.925000', '221759.928000', '221759.931000', '221759.934000', '221759.936000', '221759.939000', '221759.942000', '221759.944000', '221759.947000', '221759.949000', '221759.952000', '221759.955000', '221759.957000', '221759.960000', '221759.962000', '221759.965000', '221759.968000', '221759.970000', '221759.973000', '221759.975000', '221759.978000', '221759.981000', '221759.983000', '221759.986000', '221759.988000', '221759.991000', '221759.993000', '221759.996000', '221800.000000', '221800.002000', '221800.005000', '221800.007000', '221800.010000', '221800.013000', '221800.015000', '221819.903000', '221819.905000', '221819.908000', '221819.911000', '221819.913000', '221819.916000', '221819.919000', '221819.921000', '221819.924000', '221819.974000', '221819.977000', '221819.980000', '221819.982000', '221819.985000', '221819.987000', '221819.990000', '221819.993000', '221819.995000', '221819.998000', '221820.001000', '221820.004000', '221820.007000', '221820.009000', '221820.012000', '221820.014000', '221820.017000', '221820.020000', '221820.022000', '221820.025000', '221820.027000', '221820.030000', '221820.033000', '221820.035000', '221820.038000', '221820.040000', '221820.043000', '221820.045000', '221820.048000', '221820.051000', '221820.053000', '221820.056000', '221820.058000', '221820.061000', '221820.064000', '221839.903000', '221839.905000', '221839.908000', '221839.911000', '221839.913000', '221839.916000', '221839.918000', '221839.921000', '221839.924000', '221839.926000', '221839.929000', '221839.931000', '221839.934000', '221839.938000', '221839.941000', '221839.944000', '221839.946000', '221839.949000', '221839.951000', '221839.954000', '221839.956000', '221839.959000', '221839.962000', '221839.964000', '221839.967000', '221839.970000', '221839.972000', '221839.975000', '221839.977000', '221839.980000', '221839.983000', '221839.985000', '221839.988000', '221839.991000', '221839.993000', '221839.996000', '221840.000000', '221840.002000', '221840.005000', '221840.007000', '221840.010000', '221840.013000', '221840.015000', '221840.018000', '221859.902000', '221859.905000', '221859.908000', '221859.911000', '221859.913000', '221859.916000', '221859.919000', '221859.921000', '221859.924000', '221859.926000', '221859.929000', '221859.932000', '221859.934000', '221859.937000', '221859.939000', '221859.942000', '221859.944000', '221859.947000', '221859.950000', '221859.952000', '221859.955000', '221859.957000', '221859.960000', '221859.963000', '221859.965000', '221859.968000', '221859.970000', '221859.973000', '221859.976000', '221859.978000', '221859.981000', '221859.984000', '221859.986000', '221859.989000', '221859.991000', '221859.994000', '221859.997000', '221900.000000', '221900.003000', '221900.005000', '221900.008000', '221900.011000', '221900.013000', '221919.903000', '221919.906000', '221919.908000', '221919.911000', '221919.914000', '221919.917000', '221919.919000', '221919.922000', '221919.925000', '221919.927000', '221919.930000', '221919.933000', '221919.935000', '221919.938000', '221919.940000', '221919.943000', '221919.946000', '221919.948000', '221919.951000', '221919.953000', '221919.956000', '221919.959000', '221919.961000', '221919.964000', '221919.966000', '221919.969000', '221919.972000', '221919.974000', '221919.977000', '221919.979000', '221919.982000', '221919.984000', '221919.987000', '221919.989000', '221919.992000', '221919.995000', '221919.997000', '221920.001000', '221920.004000', '221920.006000', '221920.009000', '221920.011000', '221920.014000', '221939.902000', '221939.905000', '221939.908000', '221939.911000', '221939.913000', '221939.916000', '221939.944000', '221939.947000', '221939.949000', '221939.952000', '221939.954000', '221939.957000', '221939.960000', '221939.962000', '221939.965000', '221939.968000', '221939.970000', '221939.973000', '221939.976000', '221939.978000', '221939.981000', '221939.983000', '221939.986000', '221939.989000', '221939.991000', '221939.994000', '221939.996000', '221940.000000', '221940.002000', '221940.005000', '221940.008000', '221940.010000', '221940.013000', '221940.016000', '221940.019000', '221940.021000', '221940.024000', '221940.026000', '221940.029000', '221940.031000', '221940.034000', '221940.037000', '221940.039000', '221940.042000', '221959.903000', '221959.906000', '221959.908000', '221959.911000', '221959.914000', '221959.916000', '221959.919000', '221959.922000', '221959.925000', '221959.928000', '221959.931000', '221959.933000', '221959.936000', '221959.939000', '221959.942000', '221959.944000', '221959.947000', '221959.949000', '221959.952000', '221959.955000', '221959.957000', '221959.960000', '221959.963000', '221959.965000', '221959.968000', '221959.970000', '221959.973000', '221959.976000', '221959.979000', '221959.982000', '221959.985000', '221959.987000', '221959.990000', '221959.993000', '221959.995000', '221959.998000', '222000.002000', '222000.004000', '222000.007000', '222000.009000', '222000.012000', '222000.014000', '222000.017000', '222005.024000', '222005.027000', '222005.030000', '222005.033000', '222005.041000', '222005.044000', '222005.046000', '222005.049000', '222005.051000', '222005.054000', '222005.057000', '222005.060000'], '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], 'LargestImagePixelValue': [15408, 14414, 15856, 15256, 15555, 16331, 13602, 16555, 14457, 16128, 15091, 16412, 15923, 14777, 15787, 14660, 16002, 14639, 16102, 15259, 14765, 15766, 15508, 15922, 14784, 15846, 15174, 14693, 16091, 13438, 16429, 14468, 15611, 15435, 14122, 15798, 14742, 16054, 13801, 15563, 15546, 14002, 16236, 13909, 15813, 15262, 15067, 15928, 14833, 16494, 14710, 16175, 15366, 15082, 15766, 14436, 16379, 13335, 15736, 14752, 15570, 15170, 15194, 15984, 14740, 16155, 14919, 16017, 15183, 16190, 16018, 14853, 16700, 12843, 15816, 15489, 14846, 15959, 14654, 16286, 14841, 15842, 15648, 14124, 16172, 14287, 16346, 14554, 15608, 15695, 14957, 15917, 14643, 15985, 14296, 15987, 12965, 15777, 15117, 15475, 15957, 13869, 16030, 15007, 15742, 15649, 15268, 16143, 14983, 16351, 13875, 15789, 15774, 15642, 16141, 14698, 16335, 14618, 16165, 14179, 14626, 16014, 18422, 12118, 15988, 14859, 15286, 15887, 14768, 14376, 14764, 15043, 15581, 14940, 16032, 15632, 15958, 15021, 17465, 15414, 14280, 16296, 14652, 15082, 15970, 14124, 16052, 14607, 14738, 15596, 14163, 16422, 14589, 15576, 15800, 10916, 15957, 15049, 16386, 15646, 12394, 16064, 14550, 16090, 15232, 15391, 15704, 11899, 16100, 14712, 16686, 15461, 15625, 15913, 12294, 15996, 14468, 15686, 14950, 15435, 15613, 13002, 15863, 14915, 16050, 15187, 14267, 15909, 14261, 16446, 14967, 15746, 16165, 12552, 16343, 15066, 16293, 15831, 15551, 16124, 11839, 16394, 15210, 16790, 15254, 16166, 15942, 16073, 15822, 15691, 15806, 15671, 15707, 14374, 15720, 13276, 14959, 14697, 15862, 14791, 18190, 15364, 14834, 15871, 14945, 18128, 15530, 13949, 15677, 15049, 14716, 15603, 14235, 16144, 14890, 15388, 15780, 15335, 16118, 11827, 15959, 14722, 15961, 15329, 15465, 15966, 11960, 15898, 15317, 14864, 15239, 13793, 16019, 15705, 15812, 14390, 15930, 15722, 14589, 14734, 15487, 13513, 15367, 15055, 14856, 14159, 14907, 14280, 14709, 14931, 17019, 14885, 13651, 15707, 14349, 14378, 14877, 14247, 14981, 12462, 15197, 14139, 15380, 13730, 15725, 14263, 15364, 14463, 14784, 14248, 14370, 14845, 13600, 14962, 13334, 15005, 13885, 14375, 14857, 13615, 15404, 13560, 15743, 14498, 14924, 14762, 14939, 15455, 11638, 15936, 14263, 15839, 14614, 16140, 14590, 15285, 15006, 13286, 14955, 13893, 15412, 13521, 15140, 14087, 13716, 15086, 13412, 15781, 13966, 15156, 15064, 15099, 15529, 13990, 15094, 14612, 14056, 15415, 13754, 16039, 14075, 14693, 14544, 14286, 15037, 12637, 15655, 14969, 15706, 14584, 14885, 14560, 14717, 14973, 13626, 15292, 14686, 17067, 15441, 14432, 14848, 15095, 16191, 16045, 14604, 15585, 15321, 14409, 16170, 14934, 15715, 15671, 13705, 16137, 15649, 16067, 14848, 16299, 14973, 15444, 14767, 14981, 15067, 13281, 15368, 13959, 15580, 14573, 15374, 15355, 12886, 15754, 14693, 15325, 14821, 15192, 15816, 15248, 15926, 15055, 16212, 15475, 14740, 15947, 13136, 15984, 14409, 15948, 15131, 15162, 15390, 13528, 15871, 14887, 16981, 15021, 13497, 15917, 14578, 16017, 15373, 13665, 16111, 14617, 16464, 15107, 15800, 15744, 12576, 16022, 14505, 16063, 14907, 15256, 15914, 12435, 16432, 15013, 16230, 15100, 14514, 15829, 14000, 16280, 15052, 16145, 15298, 13982, 16127, 13629, 16511, 15030, 15986, 15208, 15599, 15261, 15666, 15386, 14200, 15255, 14042, 15323, 14065, 15686, 14099, 15222, 14249, 14888, 14451, 14546, 14868, 16147, 15358, 16661, 17424, 12283, 15137, 14161, 15187, 14793, 14804, 13429, 14927, 14563, 15139, 14323, 15404, 14616, 16093, 14485, 15101, 15054, 14746, 15268, 14319, 15973, 13898, 15464, 14627, 15175, 14190, 15210, 14526, 14693, 14972, 14684, 15705, 13948, 15179, 14179, 14109, 13975, 14837, 14365, 15304, 14594, 13574, 15278, 13830, 15106, 14251, 14980, 13924, 14372, 15101, 14012, 15709, 13982, 16474, 14194, 14882, 14970, 14294, 14549, 12827, 15496, 14662, 15206, 13219, 15469, 14057, 15092, 13966, 14100, 13393, 14531, 14094, 13768, 15051, 13333, 15865, 13832, 14694, 14051, 13819, 14318, 13665, 15466, 13804, 14953, 14159, 13051, 15112, 13738, 14556, 14242, 12960, 15701, 13588, 15172, 14881, 16220, 15708, 14163, 15062, 14726, 13094, 16006, 14332, 15632, 14920, 11666, 16095, 14450, 15641, 15593, 11935, 16042, 14716, 16655, 14747, 13532, 16289, 14592, 16651, 15374, 15578, 15366, 13453, 15985, 14077, 16397, 15059, 15341, 15837, 13190, 16169, 15121, 16131, 14689, 16153, 14944, 16428, 15385, 14826, 15154, 15153, 15158, 12760, 15481, 16112, 15453, 14042, 15537, 14515, 14773, 14264, 16504, 15279, 13430, 15158, 14368, 15301, 13642, 14596, 14146, 18378, 14849, 14305, 15815, 13873, 14696, 14410, 15042, 14366, 14973, 14796, 13996, 14774, 13304, 15584, 14002, 14655, 14245, 13560, 15200, 13727, 14902, 14245, 14466, 15338, 13244, 16088, 14230, 14952, 14947, 13717, 14828, 14564, 15657, 14086, 15825, 14115, 14604, 14847, 13348, 15662, 14074, 14876, 15092, 13835, 15241, 13821, 15797, 14230, 15658, 15079, 12207, 15377, 13847, 15552, 14671, 15323, 15057, 14127, 15504, 13654, 14922, 14251, 15384, 14987, 12353, 15270, 13437, 16254, 13924, 14988, 14340, 13574, 14959, 13040, 15560, 13603, 16004, 14028, 14972, 14299, 15068, 14637, 14508, 14419, 13332, 14736, 14153, 15217, 13281, 15358, 13693, 14571, 14945, 14077, 15801, 13583, 14978, 15006, 14049, 15491, 14159, 15833, 14244, 14555, 15675, 19536, 14534, 13366, 11330, 15310, 12431, 14941, 11582, 14232, 12697, 14669, 14400, 14334, 14743, 14662, 14547, 17358, 15793, 14442, 15741, 14431, 15709, 14842, 14150, 15264, 14271, 15532, 14173, 14185, 15624, 14352, 15945, 13881, 15902, 14316, 14711, 14654, 13742, 15034, 14221, 15200, 14175, 15265, 14107, 14911, 14667, 13875, 14826, 13727, 15848, 13829, 14353, 14230, 14926, 14366, 13359, 15382, 13747, 14990, 14189, 13988, 15613, 14421, 15434, 14181, 12718, 13082, 11978, 13420, 12306, 13852, 12840, 14993, 13766, 14882, 14598, 15385, 14079, 13900, 13864, 14277, 11920, 14889, 13957, 14317, 14860, 13333, 14937, 14364, 13972, 15280, 13612, 17227, 13224, 19763, 14925, 15123, 15311, 15889, 14911, 15546, 12122, 14979, 13875, 14910, 14245, 14728, 15013, 15801, 14650, 13809, 15476, 14714, 17079, 15060, 14046, 15045, 14554, 13872, 15580, 14330, 14249, 15480, 14059, 15733, 14653, 13891, 15648, 14214, 15458, 14898, 14423, 15696, 14566, 15288, 15109, 13831, 15777, 14616, 15676, 14712, 13775, 15360, 14269, 15865, 14896, 14482, 15903, 14938, 15497, 15226, 15275, 15693, 11879, 15706, 15135, 15615, 15701, 13232, 15742, 14824, 15278, 15236, 13775, 15744, 14750, 15893, 14798, 14119, 15611, 14649, 16045, 15451, 14239, 16001, 14850, 15241, 15507, 14804, 15757, 13243, 15645, 11913, 14701, 15505, 14646, 15315, 12427, 15330, 14539, 15058, 14964, 14383, 15389, 13262, 15078, 14854, 15260, 15197, 13210, 15647, 14995, 15288, 15392, 13289, 15859, 15117, 15117, 15520, 12766, 15694, 14885, 15880, 15578, 13584, 15598, 13004, 16258, 15073, 15316, 15576, 13442, 15845, 16227, 15926, 15622, 15836, 15553, 12953, 16088, 11697, 15970, 15993, 15743, 15732, 13673, 15788, 11441, 15790, 15202, 15652, 15791, 14916, 15900, 12516, 15786, 15319, 15625, 15623, 13792, 15972, 15244, 15470, 15889, 14640, 15925, 12384, 15697, 15620, 14761, 16006, 12668, 14966, 13732, 13878, 14916, 14275, 14879, 12309, 14959, 11984, 13902, 14763, 14117, 15347, 13840, 14453, 13402, 14283, 13654, 14314, 14963, 13837, 14681, 12169, 14466, 14600, 15210, 14418, 11014, 13417, 12481, 12812, 12118, 12014, 12527, 14731, 14185, 14529, 14445, 13643, 12339, 13004, 16979, 13294, 19031, 15099, 18712, 14112, 13632, 17269, 14056, 14473, 14542, 14910, 14114, 13620, 14079, 14508, 13702, 13990, 13448, 13904, 14247, 14056, 14700, 13551, 14271, 13140, 14441, 14180, 13695, 14759, 11400, 14240, 14106, 13659, 14896, 12731, 14648, 13205, 15781, 13648, 14881, 14960, 14324, 14768, 14221, 14933, 13236, 14245, 12478, 14247, 14403, 14149, 14631, 13862, 14410, 13456, 14493, 14251, 14290, 14831, 13475, 14539, 13519, 14282, 14236, 14621, 14497, 14509, 14356, 13482, 13744, 13197, 14629, 14240, 13728, 14726, 13699, 14047, 12961, 14461, 13779, 13879, 14554, 15347, 14307, 13412, 13306, 13018, 14097, 13703, 14081, 13869, 14085, 13807, 13533, 14056, 13716, 15444, 13475, 14218, 12960, 14240, 13055, 14064, 12520, 13126, 13035, 13725, 13276, 14494, 12935, 14288], 'WindowCenter': [4918.0, 4894.0, 4891.0, 4877.0, 4874.0, 4872.0, 4850.0, 4869.0, 4862.0, 4872.0, 4860.0, 4870.0, 4870.0, 4862.0, 4871.0, 4861.0, 4871.0, 4861.0, 4870.0, 4862.0, 4862.0, 4873.0, 4862.0, 4873.0, 4863.0, 4862.0, 4860.0, 4862.0, 4871.0, 4842.0, 4871.0, 4851.0, 4872.0, 4861.0, 4850.0, 4862.0, 4859.0, 4871.0, 4851.0, 4859.0, 4861.0, 4850.0, 4859.0, 4849.0, 4859.0, 4860.0, 4848.0, 4870.0, 4850.0, 4871.0, 4850.0, 4859.0, 4860.0, 4849.0, 4859.0, 4850.0, 4870.0, 4839.0, 4860.0, 4860.0, 4858.0, 4861.0, 4861.0, 4870.0, 4849.0, 4870.0, 4860.0, 4871.0, 4860.0, 4870.0, 4871.0, 4861.0, 4870.0, 4851.0, 4869.0, 4860.0, 4859.0, 4871.0, 4860.0, 4871.0, 4862.0, 4870.0, 4860.0, 4853.0, 4871.0, 4861.0, 4873.0, 4862.0, 4870.0, 4872.0, 4861.0, 4873.0, 4864.0, 4872.0, 4862.0, 4873.0, 4852.0, 4873.0, 4874.0, 4875.0, 4871.0, 4862.0, 4874.0, 4874.0, 4873.0, 4874.0, 4872.0, 4875.0, 4863.0, 4874.0, 4862.0, 4872.0, 4871.0, 4871.0, 4872.0, 4862.0, 4883.0, 4862.0, 4881.0, 4863.0, 4872.0, 4882.0, 4905.0, 4866.0, 4892.0, 4871.0, 4884.0, 4882.0, 4873.0, 4873.0, 4872.0, 4862.0, 4861.0, 4872.0, 4871.0, 4872.0, 4869.0, 4871.0, 4857.0, 4847.0, 4849.0, 4867.0, 4847.0, 4845.0, 4846.0, 4846.0, 4857.0, 4857.0, 4846.0, 4856.0, 4843.0, 4855.0, 4857.0, 4845.0, 4857.0, 4817.0, 4857.0, 4856.0, 4866.0, 4868.0, 4838.0, 4869.0, 4858.0, 4868.0, 4869.0, 4869.0, 4869.0, 4840.0, 4870.0, 4861.0, 4857.0, 4872.0, 4869.0, 4870.0, 4843.0, 4870.0, 4860.0, 4868.0, 4860.0, 4869.0, 4871.0, 4850.0, 4870.0, 4860.0, 4868.0, 4869.0, 4862.0, 4870.0, 4860.0, 4868.0, 4859.0, 4868.0, 4869.0, 4850.0, 4869.0, 4859.0, 4857.0, 4871.0, 4869.0, 4870.0, 4840.0, 4881.0, 4870.0, 4880.0, 4871.0, 4892.0, 4881.0, 4883.0, 4872.0, 4883.0, 4894.0, 4895.0, 4895.0, 4885.0, 4895.0, 4864.0, 4885.0, 4876.0, 4883.0, 4884.0, 4893.0, 4873.0, 4873.0, 4871.0, 4870.0, 4879.0, 4858.0, 4849.0, 4868.0, 4858.0, 4847.0, 4867.0, 4848.0, 4867.0, 4846.0, 4856.0, 4867.0, 4858.0, 4867.0, 4841.0, 4868.0, 4858.0, 4868.0, 4859.0, 4869.0, 4880.0, 4851.0, 4881.0, 4871.0, 4870.0, 4882.0, 4850.0, 4881.0, 4870.0, 4870.0, 4869.0, 4882.0, 4871.0, 4872.0, 4872.0, 4883.0, 4862.0, 4871.0, 4873.0, 4872.0, 4861.0, 4870.0, 4862.0, 4870.0, 4872.0, 4880.0, 4860.0, 4860.0, 4857.0, 4858.0, 4859.0, 4859.0, 4858.0, 4858.0, 4839.0, 4859.0, 4848.0, 4868.0, 4849.0, 4869.0, 4858.0, 4869.0, 4859.0, 4847.0, 4859.0, 4860.0, 4860.0, 4849.0, 4859.0, 4851.0, 4859.0, 4850.0, 4858.0, 4858.0, 4847.0, 4858.0, 4847.0, 4868.0, 4848.0, 4856.0, 4858.0, 4855.0, 4858.0, 4825.0, 4867.0, 4857.0, 4869.0, 4858.0, 4856.0, 4859.0, 4858.0, 4870.0, 4860.0, 4870.0, 4849.0, 4869.0, 4863.0, 4859.0, 4860.0, 4859.0, 4860.0, 4847.0, 4857.0, 4849.0, 4857.0, 4857.0, 4858.0, 4857.0, 4848.0, 4856.0, 4857.0, 4857.0, 4846.0, 4847.0, 4869.0, 4848.0, 4857.0, 4858.0, 4857.0, 4858.0, 4838.0, 4869.0, 4870.0, 4870.0, 4859.0, 4859.0, 4871.0, 4870.0, 4870.0, 4862.0, 4869.0, 4861.0, 4857.0, 4858.0, 4859.0, 4858.0, 4857.0, 4867.0, 4867.0, 4858.0, 4845.0, 4857.0, 4845.0, 4866.0, 4847.0, 4855.0, 4857.0, 4848.0, 4868.0, 4867.0, 4869.0, 4870.0, 4881.0, 4871.0, 4871.0, 4872.0, 4870.0, 4872.0, 4862.0, 4882.0, 4862.0, 4859.0, 4872.0, 4870.0, 4870.0, 4853.0, 4870.0, 4860.0, 4859.0, 4870.0, 4860.0, 4871.0, 4870.0, 4868.0, 4869.0, 4867.0, 4869.0, 4870.0, 4879.0, 4849.0, 4880.0, 4860.0, 4879.0, 4870.0, 4868.0, 4869.0, 4848.0, 4869.0, 4859.0, 4879.0, 4870.0, 4849.0, 4869.0, 4859.0, 4867.0, 4867.0, 4858.0, 4869.0, 4858.0, 4869.0, 4870.0, 4868.0, 4870.0, 4851.0, 4881.0, 4860.0, 4869.0, 4873.0, 4858.0, 4871.0, 4849.0, 4880.0, 4871.0, 4880.0, 4873.0, 4859.0, 4870.0, 4859.0, 4868.0, 4859.0, 4881.0, 4871.0, 4861.0, 4880.0, 4860.0, 4869.0, 4871.0, 4880.0, 4870.0, 4871.0, 4870.0, 4870.0, 4872.0, 4860.0, 4873.0, 4860.0, 4872.0, 4861.0, 4871.0, 4861.0, 4870.0, 4860.0, 4848.0, 4860.0, 4872.0, 4871.0, 4870.0, 4870.0, 4867.0, 4879.0, 4862.0, 4882.0, 4871.0, 4882.0, 4871.0, 4872.0, 4873.0, 4883.0, 4872.0, 4860.0, 4862.0, 4872.0, 4849.0, 4869.0, 4860.0, 4858.0, 4870.0, 4871.0, 4859.0, 4858.0, 4868.0, 4849.0, 4870.0, 4858.0, 4857.0, 4860.0, 4857.0, 4861.0, 4859.0, 4846.0, 4847.0, 4855.0, 4848.0, 4858.0, 4847.0, 4846.0, 4848.0, 4837.0, 4858.0, 4858.0, 4846.0, 4836.0, 4845.0, 4835.0, 4856.0, 4845.0, 4844.0, 4846.0, 4845.0, 4858.0, 4849.0, 4855.0, 4845.0, 4854.0, 4847.0, 4857.0, 4856.0, 4845.0, 4849.0, 4838.0, 4858.0, 4858.0, 4857.0, 4836.0, 4846.0, 4847.0, 4859.0, 4847.0, 4846.0, 4848.0, 4847.0, 4846.0, 4836.0, 4845.0, 4837.0, 4844.0, 4835.0, 4857.0, 4847.0, 4835.0, 4846.0, 4835.0, 4856.0, 4846.0, 4858.0, 4847.0, 4836.0, 4857.0, 4847.0, 4846.0, 4846.0, 4836.0, 4855.0, 4836.0, 4845.0, 4845.0, 4855.0, 4855.0, 4836.0, 4844.0, 4845.0, 4835.0, 4857.0, 4846.0, 4844.0, 4848.0, 4816.0, 4855.0, 4847.0, 4857.0, 4857.0, 4826.0, 4867.0, 4858.0, 4867.0, 4858.0, 4861.0, 4868.0, 4869.0, 4868.0, 4870.0, 4869.0, 4870.0, 4849.0, 4870.0, 4862.0, 4869.0, 4870.0, 4859.0, 4881.0, 4849.0, 4870.0, 4870.0, 4881.0, 4869.0, 4870.0, 4873.0, 4880.0, 4882.0, 4874.0, 4884.0, 4871.0, 4871.0, 4853.0, 4883.0, 4871.0, 4871.0, 4864.0, 4870.0, 4873.0, 4872.0, 4862.0, 4881.0, 4873.0, 4861.0, 4871.0, 4860.0, 4859.0, 4851.0, 4859.0, 4860.0, 4877.0, 4849.0, 4860.0, 4858.0, 4848.0, 4858.0, 4847.0, 4856.0, 4849.0, 4857.0, 4859.0, 4859.0, 4859.0, 4850.0, 4859.0, 4848.0, 4860.0, 4857.0, 4848.0, 4856.0, 4848.0, 4857.0, 4859.0, 4847.0, 4858.0, 4847.0, 4857.0, 4847.0, 4857.0, 4858.0, 4847.0, 4858.0, 4858.0, 4869.0, 4859.0, 4869.0, 4859.0, 4857.0, 4849.0, 4848.0, 4869.0, 4848.0, 4846.0, 4858.0, 4837.0, 4858.0, 4837.0, 4856.0, 4847.0, 4855.0, 4846.0, 4839.0, 4858.0, 4837.0, 4855.0, 4859.0, 4856.0, 4847.0, 4846.0, 4856.0, 4836.0, 4846.0, 4847.0, 4856.0, 4857.0, 4826.0, 4856.0, 4837.0, 4855.0, 4848.0, 4857.0, 4848.0, 4847.0, 4848.0, 4837.0, 4856.0, 4836.0, 4858.0, 4847.0, 4856.0, 4858.0, 4857.0, 4858.0, 4859.0, 4860.0, 4849.0, 4860.0, 4860.0, 4859.0, 4852.0, 4870.0, 4851.0, 4847.0, 4859.0, 4847.0, 4857.0, 4838.0, 4846.0, 4846.0, 4845.0, 4856.0, 4848.0, 4870.0, 4860.0, 4869.0, 4868.0, 4885.0, 4870.0, 4860.0, 4841.0, 4882.0, 4851.0, 4885.0, 4853.0, 4873.0, 4850.0, 4871.0, 4861.0, 4861.0, 4862.0, 4860.0, 4860.0, 4870.0, 4860.0, 4861.0, 4858.0, 4847.0, 4856.0, 4846.0, 4845.0, 4858.0, 4847.0, 4856.0, 4848.0, 4846.0, 4857.0, 4835.0, 4855.0, 4847.0, 4856.0, 4848.0, 4858.0, 4860.0, 4849.0, 4847.0, 4837.0, 4859.0, 4847.0, 4857.0, 4849.0, 4857.0, 4859.0, 4851.0, 4861.0, 4848.0, 4869.0, 4849.0, 4862.0, 4849.0, 4846.0, 4846.0, 4837.0, 4846.0, 4837.0, 4846.0, 4846.0, 4835.0, 4844.0, 4845.0, 4856.0, 4846.0, 4824.0, 4835.0, 4825.0, 4836.0, 4836.0, 4836.0, 4837.0, 4847.0, 4838.0, 4859.0, 4848.0, 4846.0, 4836.0, 4837.0, 4834.0, 4835.0, 4816.0, 4845.0, 4834.0, 4833.0, 4834.0, 4824.0, 4844.0, 4834.0, 4822.0, 4845.0, 4837.0, 4866.0, 4823.0, 4863.0, 4846.0, 4870.0, 4858.0, 4868.0, 4859.0, 4859.0, 4840.0, 4872.0, 4850.0, 4850.0, 4863.0, 4860.0, 4862.0, 4859.0, 4848.0, 4840.0, 4846.0, 4847.0, 4857.0, 4846.0, 4837.0, 4835.0, 4846.0, 4836.0, 4845.0, 4836.0, 4835.0, 4845.0, 4833.0, 4845.0, 4846.0, 4836.0, 4857.0, 4845.0, 4856.0, 4858.0, 4847.0, 4858.0, 4872.0, 4871.0, 4871.0, 4849.0, 4871.0, 4861.0, 4871.0, 4861.0, 4851.0, 4871.0, 4860.0, 4859.0, 4860.0, 4860.0, 4870.0, 4860.0, 4860.0, 4859.0, 4859.0, 4860.0, 4840.0, 4869.0, 4860.0, 4869.0, 4871.0, 4850.0, 4873.0, 4872.0, 4883.0, 4873.0, 4861.0, 4882.0, 4872.0, 4872.0, 4873.0, 4863.0, 4872.0, 4861.0, 4869.0, 4871.0, 4861.0, 4882.0, 4862.0, 4871.0, 4871.0, 4871.0, 4884.0, 4852.0, 4884.0, 4853.0, 4873.0, 4884.0, 4873.0, 4883.0, 4854.0, 4884.0, 4874.0, 4873.0, 4874.0, 4872.0, 4872.0, 4863.0, 4873.0, 4871.0, 4870.0, 4872.0, 4838.0, 4871.0, 4871.0, 4871.0, 4872.0, 4861.0, 4880.0, 4873.0, 4873.0, 4883.0, 4851.0, 4873.0, 4872.0, 4872.0, 4873.0, 4862.0, 4871.0, 4851.0, 4859.0, 4861.0, 4871.0, 4871.0, 4850.0, 4869.0, 4871.0, 4870.0, 4871.0, 4882.0, 4881.0, 4851.0, 4883.0, 4852.0, 4883.0, 4883.0, 4883.0, 4883.0, 4861.0, 4882.0, 4853.0, 4885.0, 4883.0, 4883.0, 4884.0, 4873.0, 4885.0, 4865.0, 4884.0, 4883.0, 4873.0, 4883.0, 4862.0, 4884.0, 4884.0, 4873.0, 4883.0, 4862.0, 4882.0, 4853.0, 4883.0, 4873.0, 4861.0, 4886.0, 4863.0, 4873.0, 4864.0, 4874.0, 4873.0, 4861.0, 4874.0, 4853.0, 4874.0, 4855.0, 4875.0, 4873.0, 4862.0, 4884.0, 4864.0, 4863.0, 4875.0, 4875.0, 4863.0, 4873.0, 4874.0, 4876.0, 4874.0, 4853.0, 4876.0, 4875.0, 4885.0, 4878.0, 4836.0, 4853.0, 4844.0, 4853.0, 4844.0, 4844.0, 4868.0, 4878.0, 4889.0, 4879.0, 4874.0, 4877.0, 4880.0, 4877.0, 4884.0, 4853.0, 4894.0, 4852.0, 4886.0, 4841.0, 4840.0, 4858.0, 4825.0, 4826.0, 4824.0, 4811.0, 4811.0, 4800.0, 4809.0, 4810.0, 4800.0, 4810.0, 4811.0, 4823.0, 4821.0, 4812.0, 4822.0, 4811.0, 4812.0, 4802.0, 4811.0, 4812.0, 4811.0, 4822.0, 4792.0, 4822.0, 4823.0, 4812.0, 4823.0, 4812.0, 4836.0, 4826.0, 4847.0, 4825.0, 4847.0, 4846.0, 4836.0, 4848.0, 4839.0, 4860.0, 4851.0, 4851.0, 4829.0, 4849.0, 4850.0, 4851.0, 4851.0, 4839.0, 4849.0, 4839.0, 4839.0, 4850.0, 4838.0, 4837.0, 4826.0, 4836.0, 4827.0, 4838.0, 4837.0, 4848.0, 4849.0, 4848.0, 4839.0, 4838.0, 4839.0, 4838.0, 4849.0, 4850.0, 4840.0, 4850.0, 4839.0, 4850.0, 4839.0, 4851.0, 4863.0, 4852.0, 4851.0, 4850.0, 4861.0, 4867.0, 4865.0, 4852.0, 4862.0, 4852.0, 4863.0, 4865.0, 4863.0, 4853.0, 4854.0, 4863.0, 4865.0, 4874.0, 4854.0, 4853.0, 4841.0, 4865.0, 4853.0, 4853.0, 4843.0, 4864.0, 4852.0, 4860.0, 4851.0, 4862.0, 4842.0, 4851.0], 'WindowWidth': [10697.0, 10650.0, 10636.0, 10610.0, 10601.0, 10592.0, 10562.0, 10586.0, 10576.0, 10593.0, 10572.0, 10586.0, 10590.0, 10576.0, 10589.0, 10578.0, 10589.0, 10574.0, 10586.0, 10576.0, 10577.0, 10592.0, 10577.0, 10590.0, 10580.0, 10574.0, 10570.0, 10574.0, 10586.0, 10547.0, 10585.0, 10558.0, 10590.0, 10573.0, 10556.0, 10575.0, 10570.0, 10586.0, 10561.0, 10568.0, 10572.0, 10555.0, 10566.0, 10555.0, 10569.0, 10569.0, 10550.0, 10585.0, 10557.0, 10585.0, 10558.0, 10568.0, 10571.0, 10553.0, 10568.0, 10557.0, 10584.0, 10542.0, 10570.0, 10571.0, 10567.0, 10574.0, 10574.0, 10586.0, 10554.0, 10585.0, 10573.0, 10587.0, 10573.0, 10585.0, 10589.0, 10574.0, 10585.0, 10562.0, 10585.0, 10573.0, 10568.0, 10588.0, 10572.0, 10588.0, 10577.0, 10586.0, 10574.0, 10563.0, 10589.0, 10576.0, 10594.0, 10577.0, 10586.0, 10592.0, 10573.0, 10593.0, 10583.0, 10592.0, 10579.0, 10595.0, 10566.0, 10595.0, 10598.0, 10599.0, 10593.0, 10577.0, 10597.0, 10599.0, 10595.0, 10598.0, 10591.0, 10600.0, 10581.0, 10595.0, 10580.0, 10592.0, 10589.0, 10590.0, 10594.0, 10580.0, 10607.0, 10580.0, 10606.0, 10581.0, 10598.0, 10607.0, 10646.0, 10596.0, 10627.0, 10595.0, 10619.0, 10611.0, 10600.0, 10599.0, 10596.0, 10581.0, 10574.0, 10598.0, 10593.0, 10598.0, 10585.0, 10592.0, 10565.0, 10546.0, 10560.0, 10578.0, 10552.0, 10547.0, 10544.0, 10550.0, 10565.0, 10564.0, 10548.0, 10561.0, 10541.0, 10559.0, 10565.0, 10541.0, 10565.0, 10511.0, 10565.0, 10563.0, 10576.0, 10584.0, 10542.0, 10585.0, 10569.0, 10583.0, 10586.0, 10585.0, 10585.0, 10548.0, 10589.0, 10576.0, 10563.0, 10597.0, 10587.0, 10589.0, 10556.0, 10591.0, 10576.0, 10584.0, 10574.0, 10588.0, 10592.0, 10564.0, 10590.0, 10572.0, 10584.0, 10587.0, 10580.0, 10590.0, 10576.0, 10584.0, 10571.0, 10584.0, 10586.0, 10562.0, 10587.0, 10573.0, 10562.0, 10593.0, 10588.0, 10591.0, 10550.0, 10605.0, 10592.0, 10603.0, 10592.0, 10625.0, 10607.0, 10612.0, 10594.0, 10614.0, 10631.0, 10635.0, 10633.0, 10620.0, 10633.0, 10589.0, 10619.0, 10610.0, 10612.0, 10620.0, 10631.0, 10598.0, 10603.0, 10593.0, 10591.0, 10604.0, 10569.0, 10562.0, 10584.0, 10569.0, 10553.0, 10582.0, 10556.0, 10581.0, 10548.0, 10565.0, 10582.0, 10569.0, 10582.0, 10551.0, 10586.0, 10572.0, 10586.0, 10572.0, 10588.0, 10604.0, 10568.0, 10608.0, 10595.0, 10591.0, 10611.0, 10562.0, 10607.0, 10591.0, 10590.0, 10591.0, 10610.0, 10592.0, 10599.0, 10600.0, 10614.0, 10586.0, 10593.0, 10602.0, 10598.0, 10581.0, 10589.0, 10584.0, 10592.0, 10595.0, 10609.0, 10575.0, 10579.0, 10563.0, 10573.0, 10575.0, 10573.0, 10572.0, 10570.0, 10546.0, 10574.0, 10557.0, 10585.0, 10559.0, 10587.0, 10571.0, 10586.0, 10573.0, 10550.0, 10573.0, 10577.0, 10576.0, 10559.0, 10573.0, 10567.0, 10573.0, 10562.0, 10572.0, 10569.0, 10554.0, 10568.0, 10554.0, 10583.0, 10555.0, 10562.0, 10570.0, 10564.0, 10570.0, 10523.0, 10583.0, 10569.0, 10589.0, 10572.0, 10561.0, 10575.0, 10569.0, 10589.0, 10578.0, 10590.0, 10560.0, 10589.0, 10585.0, 10574.0, 10576.0, 10575.0, 10575.0, 10558.0, 10567.0, 10558.0, 10569.0, 10567.0, 10569.0, 10567.0, 10558.0, 10562.0, 10567.0, 10569.0, 10546.0, 10553.0, 10585.0, 10556.0, 10569.0, 10570.0, 10568.0, 10571.0, 10544.0, 10586.0, 10589.0, 10591.0, 10575.0, 10575.0, 10594.0, 10590.0, 10592.0, 10582.0, 10588.0, 10580.0, 10566.0, 10571.0, 10577.0, 10570.0, 10567.0, 10583.0, 10580.0, 10571.0, 10545.0, 10566.0, 10549.0, 10578.0, 10548.0, 10562.0, 10567.0, 10557.0, 10586.0, 10583.0, 10588.0, 10590.0, 10607.0, 10594.0, 10596.0, 10596.0, 10592.0, 10596.0, 10585.0, 10611.0, 10584.0, 10571.0, 10597.0, 10591.0, 10590.0, 10571.0, 10592.0, 10577.0, 10572.0, 10592.0, 10578.0, 10591.0, 10590.0, 10584.0, 10590.0, 10582.0, 10588.0, 10591.0, 10602.0, 10560.0, 10604.0, 10579.0, 10603.0, 10591.0, 10587.0, 10589.0, 10558.0, 10587.0, 10574.0, 10603.0, 10590.0, 10560.0, 10586.0, 10575.0, 10582.0, 10584.0, 10573.0, 10588.0, 10572.0, 10586.0, 10591.0, 10586.0, 10591.0, 10567.0, 10607.0, 10576.0, 10588.0, 10598.0, 10567.0, 10593.0, 10563.0, 10603.0, 10596.0, 10604.0, 10599.0, 10572.0, 10592.0, 10576.0, 10582.0, 10571.0, 10607.0, 10594.0, 10578.0, 10605.0, 10577.0, 10583.0, 10594.0, 10606.0, 10592.0, 10592.0, 10593.0, 10591.0, 10597.0, 10576.0, 10597.0, 10579.0, 10596.0, 10581.0, 10593.0, 10582.0, 10590.0, 10579.0, 10552.0, 10577.0, 10596.0, 10595.0, 10592.0, 10591.0, 10582.0, 10600.0, 10587.0, 10614.0, 10595.0, 10612.0, 10595.0, 10600.0, 10602.0, 10613.0, 10600.0, 10572.0, 10581.0, 10595.0, 10557.0, 10585.0, 10578.0, 10571.0, 10591.0, 10595.0, 10573.0, 10572.0, 10582.0, 10559.0, 10590.0, 10570.0, 10565.0, 10574.0, 10568.0, 10576.0, 10576.0, 10545.0, 10553.0, 10560.0, 10555.0, 10571.0, 10552.0, 10549.0, 10557.0, 10534.0, 10570.0, 10572.0, 10550.0, 10537.0, 10544.0, 10534.0, 10565.0, 10548.0, 10543.0, 10549.0, 10548.0, 10570.0, 10561.0, 10560.0, 10546.0, 10556.0, 10552.0, 10566.0, 10563.0, 10546.0, 10557.0, 10541.0, 10569.0, 10570.0, 10564.0, 10536.0, 10548.0, 10551.0, 10573.0, 10553.0, 10550.0, 10557.0, 10552.0, 10550.0, 10537.0, 10545.0, 10540.0, 10542.0, 10532.0, 10565.0, 10552.0, 10532.0, 10549.0, 10534.0, 10562.0, 10551.0, 10569.0, 10554.0, 10535.0, 10565.0, 10553.0, 10548.0, 10550.0, 10535.0, 10558.0, 10536.0, 10545.0, 10544.0, 10559.0, 10560.0, 10534.0, 10541.0, 10547.0, 10533.0, 10566.0, 10548.0, 10543.0, 10553.0, 10508.0, 10560.0, 10552.0, 10565.0, 10567.0, 10522.0, 10581.0, 10569.0, 10579.0, 10570.0, 10580.0, 10584.0, 10588.0, 10585.0, 10589.0, 10588.0, 10591.0, 10562.0, 10590.0, 10580.0, 10586.0, 10590.0, 10570.0, 10606.0, 10560.0, 10589.0, 10589.0, 10608.0, 10588.0, 10590.0, 10598.0, 10604.0, 10612.0, 10602.0, 10617.0, 10596.0, 10593.0, 10573.0, 10612.0, 10594.0, 10594.0, 10590.0, 10591.0, 10602.0, 10597.0, 10582.0, 10607.0, 10594.0, 10581.0, 10592.0, 10575.0, 10571.0, 10566.0, 10572.0, 10577.0, 10597.0, 10556.0, 10578.0, 10568.0, 10556.0, 10569.0, 10553.0, 10563.0, 10557.0, 10568.0, 10573.0, 10573.0, 10572.0, 10562.0, 10570.0, 10557.0, 10574.0, 10569.0, 10557.0, 10564.0, 10556.0, 10566.0, 10572.0, 10556.0, 10569.0, 10554.0, 10564.0, 10554.0, 10568.0, 10569.0, 10553.0, 10571.0, 10570.0, 10587.0, 10573.0, 10585.0, 10574.0, 10569.0, 10558.0, 10557.0, 10585.0, 10557.0, 10550.0, 10569.0, 10539.0, 10568.0, 10540.0, 10562.0, 10551.0, 10559.0, 10548.0, 10542.0, 10569.0, 10538.0, 10559.0, 10570.0, 10564.0, 10550.0, 10549.0, 10561.0, 10535.0, 10546.0, 10550.0, 10563.0, 10566.0, 10523.0, 10563.0, 10540.0, 10560.0, 10553.0, 10564.0, 10554.0, 10552.0, 10553.0, 10539.0, 10562.0, 10535.0, 10569.0, 10553.0, 10564.0, 10570.0, 10567.0, 10570.0, 10574.0, 10577.0, 10560.0, 10576.0, 10576.0, 10572.0, 10566.0, 10587.0, 10564.0, 10555.0, 10571.0, 10557.0, 10565.0, 10542.0, 10549.0, 10548.0, 10548.0, 10561.0, 10556.0, 10588.0, 10578.0, 10589.0, 10582.0, 10602.0, 10592.0, 10577.0, 10553.0, 10609.0, 10566.0, 10619.0, 10572.0, 10597.0, 10564.0, 10591.0, 10579.0, 10578.0, 10582.0, 10574.0, 10575.0, 10594.0, 10575.0, 10581.0, 10567.0, 10552.0, 10563.0, 10548.0, 10547.0, 10569.0, 10550.0, 10561.0, 10553.0, 10548.0, 10563.0, 10531.0, 10558.0, 10549.0, 10560.0, 10554.0, 10570.0, 10573.0, 10558.0, 10547.0, 10533.0, 10571.0, 10552.0, 10564.0, 10557.0, 10564.0, 10569.0, 10565.0, 10576.0, 10556.0, 10585.0, 10557.0, 10579.0, 10558.0, 10549.0, 10547.0, 10537.0, 10548.0, 10539.0, 10547.0, 10547.0, 10532.0, 10541.0, 10545.0, 10563.0, 10551.0, 10518.0, 10536.0, 10520.0, 10536.0, 10538.0, 10532.0, 10536.0, 10549.0, 10539.0, 10568.0, 10554.0, 10550.0, 10533.0, 10539.0, 10527.0, 10532.0, 10507.0, 10544.0, 10528.0, 10523.0, 10528.0, 10513.0, 10541.0, 10527.0, 10507.0, 10542.0, 10534.0, 10574.0, 10507.0, 10565.0, 10545.0, 10589.0, 10567.0, 10581.0, 10569.0, 10570.0, 10545.0, 10591.0, 10557.0, 10554.0, 10581.0, 10573.0, 10578.0, 10571.0, 10551.0, 10547.0, 10545.0, 10549.0, 10566.0, 10546.0, 10534.0, 10527.0, 10546.0, 10533.0, 10543.0, 10531.0, 10530.0, 10542.0, 10523.0, 10542.0, 10544.0, 10532.0, 10562.0, 10544.0, 10561.0, 10567.0, 10550.0, 10566.0, 10594.0, 10591.0, 10589.0, 10558.0, 10589.0, 10575.0, 10589.0, 10578.0, 10562.0, 10588.0, 10575.0, 10571.0, 10574.0, 10574.0, 10587.0, 10573.0, 10571.0, 10572.0, 10569.0, 10572.0, 10548.0, 10587.0, 10574.0, 10584.0, 10592.0, 10561.0, 10594.0, 10594.0, 10610.0, 10596.0, 10577.0, 10608.0, 10594.0, 10594.0, 10598.0, 10583.0, 10593.0, 10578.0, 10585.0, 10592.0, 10577.0, 10607.0, 10580.0, 10592.0, 10593.0, 10591.0, 10615.0, 10564.0, 10615.0, 10575.0, 10600.0, 10617.0, 10597.0, 10613.0, 10576.0, 10615.0, 10601.0, 10596.0, 10601.0, 10594.0, 10595.0, 10585.0, 10596.0, 10595.0, 10589.0, 10594.0, 10542.0, 10592.0, 10594.0, 10593.0, 10595.0, 10578.0, 10605.0, 10598.0, 10598.0, 10611.0, 10567.0, 10597.0, 10597.0, 10594.0, 10598.0, 10581.0, 10591.0, 10564.0, 10568.0, 10578.0, 10593.0, 10594.0, 10562.0, 10588.0, 10593.0, 10589.0, 10592.0, 10611.0, 10607.0, 10566.0, 10613.0, 10570.0, 10612.0, 10612.0, 10613.0, 10612.0, 10580.0, 10609.0, 10573.0, 10617.0, 10614.0, 10612.0, 10617.0, 10598.0, 10617.0, 10591.0, 10615.0, 10613.0, 10597.0, 10614.0, 10585.0, 10616.0, 10616.0, 10598.0, 10612.0, 10579.0, 10610.0, 10573.0, 10611.0, 10600.0, 10579.0, 10621.0, 10587.0, 10597.0, 10589.0, 10602.0, 10597.0, 10574.0, 10600.0, 10570.0, 10600.0, 10577.0, 10604.0, 10599.0, 10582.0, 10616.0, 10586.0, 10582.0, 10608.0, 10606.0, 10586.0, 10598.0, 10603.0, 10605.0, 10603.0, 10570.0, 10605.0, 10603.0, 10615.0, 10614.0, 10550.0, 10565.0, 10551.0, 10564.0, 10554.0, 10555.0, 10594.0, 10612.0, 10629.0, 10615.0, 10600.0, 10611.0, 10623.0, 10610.0, 10618.0, 10569.0, 10637.0, 10568.0, 10624.0, 10547.0, 10543.0, 10570.0, 10512.0, 10518.0, 10507.0, 10488.0, 10483.0, 10468.0, 10478.0, 10483.0, 10472.0, 10482.0, 10488.0, 10505.0, 10500.0, 10488.0, 10503.0, 10487.0, 10487.0, 10475.0, 10486.0, 10488.0, 10484.0, 10501.0, 10461.0, 10503.0, 10506.0, 10489.0, 10507.0, 10491.0, 10532.0, 10516.0, 10545.0, 10513.0, 10546.0, 10545.0, 10532.0, 10552.0, 10538.0, 10571.0, 10561.0, 10558.0, 10525.0, 10554.0, 10556.0, 10559.0, 10560.0, 10540.0, 10551.0, 10542.0, 10538.0, 10557.0, 10535.0, 10534.0, 10518.0, 10530.0, 10521.0, 10535.0, 10534.0, 10551.0, 10553.0, 10551.0, 10538.0, 10539.0, 10540.0, 10536.0, 10552.0, 10556.0, 10541.0, 10558.0, 10541.0, 10555.0, 10541.0, 10559.0, 10583.0, 10562.0, 10560.0, 10555.0, 10575.0, 10593.0, 10586.0, 10564.0, 10578.0, 10564.0, 10584.0, 10586.0, 10582.0, 10565.0, 10569.0, 10581.0, 10585.0, 10602.0, 10570.0, 10570.0, 10545.0, 10585.0, 10569.0, 10565.0, 10554.0, 10586.0, 10568.0, 10576.0, 10563.0, 10580.0, 10550.0, 10559.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.006023044232437121</td></tr>
<tr><td colspan=3>aqi</td><td>0.033684701647875105</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.19910581914064</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2840748512065951</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1013278277256953</td></tr>
<tr><td colspan=3>efc</td><td>0.5</td></tr>
<tr><td colspan=3>fber</td><td>3770.1975</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12360839883923111</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>102</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.846487424111015</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6383662476052048</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5519219391574395</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.823006478148826</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.540170325509348</td></tr>
<tr><td colspan=3>gcor</td><td>0.00823548</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02164871245622635</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.010685287415981293</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1153</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.235267994275724</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>28.2454</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.137</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>263.6712</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>69.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298290.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>19.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1303.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>503.5478</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3312</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>578.4849</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4068.1808</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4250.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78254.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1641.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5243.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1003.472</td></tr>
<tr><td colspan=3>tsnr</td><td>36.268378493143246</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>