<?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-0018_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-0018_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-0018_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-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0018/figures/sub-0018_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-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018/ses-03/func/sub-0018_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>3d298391f3849800201f862ed1e6f968</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>10:48:50.280000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995589, -0.0330429, 0.087816, 0.0234623, 0.993877, 0.107973]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0908428</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>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7745, -7248, 686, -27, -201, -33, 13]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>227.768</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fa64ce32-e518-46c5-b1ed-1695f7fe684e||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.671091318130493, 0.06294772028923035, 0.24528434872627258, 105.0157470703125], [0.0886516273021698, 2.666499137878418, 0.284677118062973, -105.78080749511719], [0.23560397326946259, -0.2896827459335327, 2.673722982406616, -59.053401947021484], [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': ['104850.280000', '104850.740000', '104851.200000', '104851.660000', '104852.120000', '104852.580000', '104853.040000', '104853.500000', '104853.960000', '104854.420000', '104854.880000', '104855.340000', '104855.800000', '104856.260000', '104856.720000', '104857.180000', '104857.640000', '104858.100000', '104858.560000', '104859.020000', '104859.480000', '104859.940000', '104900.400000', '104900.860000', '104901.320000', '104901.780000', '104902.240000', '104902.700000', '104903.160000', '104903.620000', '104904.080000', '104904.540000', '104905.000000', '104905.460000', '104905.920000', '104906.380000', '104906.840000', '104907.300000', '104907.760000', '104908.220000', '104908.680000', '104909.140000', '104909.600000', '104910.060000', '104910.520000', '104910.980000', '104911.440000', '104911.900000', '104912.360000', '104912.820000', '104913.280000', '104913.740000', '104914.200000', '104914.660000', '104915.120000', '104915.580000', '104916.040000', '104916.500000', '104916.960000', '104917.420000', '104917.880000', '104918.340000', '104918.800000', '104919.260000', '104919.720000', '104920.180000', '104920.640000', '104921.100000', '104921.560000', '104922.020000', '104922.480000', '104922.940000', '104923.400000', '104923.860000', '104924.320000', '104924.780000', '104925.240000', '104925.700000', '104926.160000', '104926.620000', '104927.080000', '104927.540000', '104928.000000', '104928.460000', '104928.920000', '104929.380000', '104929.840000', '104930.300000', '104930.760000', '104931.220000', '104931.680000', '104932.140000', '104932.600000', '104933.060000', '104933.520000', '104933.980000', '104934.440000', '104934.900000', '104935.360000', '104935.820000', '104936.280000', '104936.740000', '104937.200000', '104937.660000', '104938.120000', '104938.580000', '104939.040000', '104939.500000', '104939.960000', '104940.420000', '104940.880000', '104941.340000', '104941.800000', '104942.260000', '104942.720000', '104943.180000', '104943.640000', '104944.100000', '104944.560000', '104945.020000', '104945.480000', '104945.940000', '104946.400000', '104946.860000', '104947.320000', '104947.780000', '104948.240000', '104948.700000', '104949.160000', '104949.620000', '104950.080000', '104950.540000', '104951.000000', '104951.460000', '104951.920000', '104952.380000', '104952.840000', '104953.300000', '104953.760000', '104954.220000', '104954.680000', '104955.140000', '104955.600000', '104956.060000', '104956.520000', '104956.980000', '104957.440000', '104957.900000', '104958.360000', '104958.820000', '104959.280000', '104959.740000', '105000.200000', '105000.660000', '105001.120000', '105001.580000', '105002.040000', '105002.500000', '105002.960000', '105003.420000', '105003.880000', '105004.340000', '105004.800000', '105005.260000', '105005.720000', '105006.180000', '105006.640000', '105007.100000', '105007.560000', '105008.020000', '105008.480000', '105008.940000', '105009.400000', '105009.860000', '105010.320000', '105010.780000', '105011.240000', '105011.700000', '105012.160000', '105012.620000', '105013.080000', '105013.540000', '105014.000000', '105014.460000', '105014.920000', '105015.380000', '105015.840000', '105016.300000', '105016.760000', '105017.220000', '105017.680000', '105018.140000', '105018.600000', '105019.060000', '105019.520000', '105019.980000', '105020.440000', '105020.900000', '105021.360000', '105021.820000', '105022.280000', '105022.740000', '105023.200000', '105023.660000', '105024.120000', '105024.580000', '105025.040000', '105025.500000', '105025.960000', '105026.420000', '105026.880000', '105027.340000', '105027.800000', '105028.260000', '105028.720000', '105029.180000', '105029.640000', '105030.100000', '105030.560000', '105031.020000', '105031.480000', '105031.940000', '105032.400000', '105032.860000', '105033.320000', '105033.780000', '105034.240000', '105034.700000', '105035.160000', '105035.620000', '105036.080000', '105036.540000', '105037.000000', '105037.460000', '105037.920000', '105038.380000', '105038.840000', '105039.300000', '105039.760000', '105040.220000', '105040.680000', '105041.140000', '105041.600000', '105042.060000', '105042.520000', '105042.980000', '105043.440000', '105043.900000', '105044.360000', '105044.820000', '105045.280000', '105045.740000', '105046.200000', '105046.660000', '105047.120000', '105047.580000', '105048.040000', '105048.500000', '105048.960000', '105049.420000', '105049.880000', '105050.340000', '105050.800000', '105051.260000', '105051.720000', '105052.180000', '105052.640000', '105053.100000', '105053.560000', '105054.020000', '105054.480000', '105054.940000', '105055.400000', '105055.860000', '105056.320000', '105056.780000', '105057.240000', '105057.700000', '105058.160000', '105058.620000', '105059.080000', '105059.540000', '105100.000000', '105100.460000', '105100.920000', '105101.380000', '105101.840000', '105102.300000', '105102.760000', '105103.220000', '105103.680000', '105104.140000', '105104.600000', '105105.060000', '105105.520000', '105105.980000', '105106.440000', '105106.900000', '105107.360000', '105107.820000', '105108.280000', '105108.740000', '105109.200000', '105109.660000', '105110.120000', '105110.580000', '105111.040000', '105111.500000', '105111.960000', '105112.420000', '105112.880000', '105113.340000', '105113.800000', '105114.260000', '105114.720000', '105115.180000', '105115.640000', '105116.100000', '105116.560000', '105117.020000', '105117.480000', '105117.940000', '105118.400000', '105118.860000', '105119.320000', '105119.780000', '105120.240000', '105120.700000', '105121.160000', '105121.620000', '105122.080000', '105122.540000', '105123.000000', '105123.460000', '105123.920000', '105124.380000', '105124.840000', '105125.300000', '105125.760000', '105126.220000', '105126.680000', '105127.140000', '105127.600000', '105128.060000', '105128.520000', '105128.980000', '105129.440000', '105129.900000', '105130.360000', '105130.820000', '105131.280000', '105131.740000', '105132.200000', '105132.660000', '105133.120000', '105133.580000', '105134.040000', '105134.500000', '105134.960000', '105135.420000', '105135.880000', '105136.340000', '105136.800000', '105137.260000', '105137.720000', '105138.180000', '105138.640000', '105139.100000', '105139.560000', '105140.020000', '105140.480000', '105140.940000', '105141.400000', '105141.860000', '105142.320000', '105142.780000', '105143.240000', '105143.700000', '105144.160000', '105144.620000', '105145.080000', '105145.540000', '105146.000000', '105146.460000', '105146.920000', '105147.380000', '105147.840000', '105148.300000', '105148.760000', '105149.220000', '105149.680000', '105150.140000', '105150.600000', '105151.060000', '105151.520000', '105151.980000', '105152.440000', '105152.900000', '105153.360000', '105153.820000', '105154.280000', '105154.740000', '105155.200000', '105155.660000', '105156.120000', '105156.580000', '105157.040000', '105157.500000', '105157.960000', '105158.420000', '105158.880000', '105159.340000', '105159.800000', '105200.260000', '105200.720000', '105201.180000', '105201.640000', '105202.100000', '105202.560000', '105203.020000', '105203.480000', '105203.940000', '105204.400000', '105204.860000', '105205.320000', '105205.780000', '105206.240000', '105206.700000', '105207.160000', '105207.620000', '105208.080000', '105208.540000', '105209.000000', '105209.460000', '105209.920000', '105210.380000', '105210.840000', '105211.300000', '105211.760000', '105212.220000', '105212.680000', '105213.140000', '105213.600000', '105214.060000', '105214.520000', '105214.980000', '105215.440000', '105215.900000', '105216.360000', '105216.820000', '105217.280000', '105217.740000', '105218.200000', '105218.660000', '105219.120000', '105219.580000', '105220.040000', '105220.500000', '105220.960000', '105221.420000', '105221.880000', '105222.340000', '105222.800000', '105223.260000', '105223.720000', '105224.180000', '105224.640000', '105225.100000', '105225.560000', '105226.020000', '105226.480000', '105226.940000', '105227.400000', '105227.860000', '105228.320000', '105228.780000', '105229.240000', '105229.700000', '105230.160000', '105230.620000', '105231.080000', '105231.540000', '105232.000000', '105232.460000', '105232.920000', '105233.380000', '105233.840000', '105234.300000', '105234.760000', '105235.220000', '105235.680000', '105236.140000', '105236.600000', '105237.060000', '105237.520000', '105237.980000', '105238.440000', '105238.900000', '105239.360000', '105239.820000', '105240.280000', '105240.740000', '105241.200000', '105241.660000', '105242.120000', '105242.580000', '105243.040000', '105243.500000', '105243.960000', '105244.420000', '105244.880000', '105245.340000', '105245.800000', '105246.260000', '105246.720000', '105247.180000', '105247.640000', '105248.100000', '105248.560000', '105249.020000', '105249.480000', '105249.940000', '105250.400000', '105250.860000', '105251.320000', '105251.780000', '105252.240000', '105252.700000', '105253.160000', '105253.620000', '105254.080000', '105254.540000', '105255.000000', '105255.460000', '105255.920000', '105256.380000', '105256.840000', '105257.300000', '105257.760000', '105258.220000', '105258.680000', '105259.140000', '105259.600000', '105300.060000', '105300.520000', '105300.980000', '105301.440000', '105301.900000', '105302.360000', '105302.820000', '105303.280000', '105303.740000', '105304.200000', '105304.660000', '105305.120000', '105305.580000', '105306.040000', '105306.500000', '105306.960000', '105307.420000', '105307.880000', '105308.340000', '105308.800000', '105309.260000', '105309.720000', '105310.180000', '105310.640000', '105311.100000', '105311.560000', '105312.020000', '105312.480000', '105312.940000', '105313.400000', '105313.860000', '105314.320000', '105314.780000', '105315.240000', '105315.700000', '105316.160000', '105316.620000', '105317.080000', '105317.540000', '105318.000000', '105318.460000', '105318.920000', '105319.380000', '105319.840000', '105320.300000', '105320.760000', '105321.220000', '105321.680000', '105322.140000', '105322.600000', '105323.060000', '105323.520000', '105323.980000', '105324.440000', '105324.900000', '105325.360000', '105325.820000', '105326.280000', '105326.740000', '105327.200000', '105327.660000', '105328.120000', '105328.580000', '105329.040000', '105329.500000', '105329.960000', '105330.420000', '105330.880000', '105331.340000', '105331.800000', '105332.260000', '105332.720000', '105333.180000', '105333.640000', '105334.100000', '105334.560000', '105335.020000', '105335.480000', '105335.940000', '105336.400000', '105336.860000', '105337.320000', '105337.780000', '105338.240000', '105338.700000', '105339.160000', '105339.620000', '105340.080000', '105340.540000', '105341.000000', '105341.460000', '105341.920000', '105342.380000', '105342.840000', '105343.300000', '105343.760000', '105344.220000', '105344.680000', '105345.140000', '105345.600000', '105346.060000', '105346.520000', '105346.980000', '105347.440000', '105347.900000', '105348.360000', '105348.820000', '105349.280000', '105349.740000', '105350.200000', '105350.660000', '105351.120000', '105351.580000', '105352.040000', '105352.500000', '105352.960000', '105353.420000', '105353.880000', '105354.340000', '105354.800000', '105355.260000', '105355.720000', '105356.180000', '105356.640000', '105357.100000', '105357.560000', '105358.020000', '105358.480000', '105358.940000', '105359.400000', '105359.860000', '105400.320000', '105400.780000', '105401.240000', '105401.700000', '105402.160000', '105402.620000', '105403.080000', '105403.540000', '105404.000000', '105404.460000', '105404.920000', '105405.380000', '105405.840000', '105406.300000', '105406.760000', '105407.220000', '105407.680000', '105408.140000', '105408.600000', '105409.060000', '105409.520000', '105409.980000', '105410.440000', '105410.900000', '105411.360000', '105411.820000', '105412.280000', '105412.740000', '105413.200000', '105413.660000', '105414.120000', '105414.580000', '105415.040000', '105415.500000', '105415.960000', '105416.420000', '105416.880000', '105417.340000', '105417.800000', '105418.260000', '105418.720000', '105419.180000', '105419.640000', '105420.100000', '105420.560000', '105421.020000', '105421.480000', '105421.940000', '105422.400000', '105422.860000', '105423.320000', '105423.780000', '105424.240000', '105424.700000', '105425.160000', '105425.620000', '105426.080000', '105426.540000', '105427.000000', '105427.460000', '105427.920000', '105428.380000', '105428.840000', '105429.300000', '105429.760000', '105430.220000', '105430.680000', '105431.140000', '105431.600000', '105432.060000', '105432.520000', '105432.980000', '105433.440000', '105433.900000', '105434.360000', '105434.820000', '105435.280000', '105435.740000', '105436.200000', '105436.660000', '105437.120000', '105437.580000', '105438.040000', '105438.500000', '105438.960000', '105439.420000', '105439.880000', '105440.340000', '105440.800000', '105441.260000', '105441.720000', '105442.180000', '105442.640000', '105443.100000', '105443.560000', '105444.020000', '105444.480000', '105444.940000', '105445.400000', '105445.860000', '105446.320000', '105446.780000', '105447.240000', '105447.700000', '105448.160000', '105448.620000', '105449.080000', '105449.540000', '105450.000000', '105450.460000', '105450.920000', '105451.380000', '105451.840000', '105452.300000', '105452.760000', '105453.220000', '105453.680000', '105454.140000', '105454.600000', '105455.060000', '105455.520000', '105455.980000', '105456.440000', '105456.900000', '105457.360000', '105457.820000', '105458.280000', '105458.740000', '105459.200000', '105459.660000', '105500.120000', '105500.580000', '105501.040000', '105501.500000', '105501.960000', '105502.420000', '105502.880000', '105503.340000', '105503.800000', '105504.260000', '105504.720000', '105505.180000', '105505.640000', '105506.100000', '105506.560000', '105507.020000', '105507.480000', '105507.940000', '105508.400000', '105508.860000', '105509.320000', '105509.780000', '105510.240000', '105510.700000', '105511.160000', '105511.620000', '105512.080000', '105512.540000', '105513.000000', '105513.460000', '105513.920000', '105514.380000', '105514.840000', '105515.300000', '105515.760000', '105516.220000', '105516.680000', '105517.140000', '105517.600000', '105518.060000', '105518.520000', '105518.980000', '105519.440000', '105519.900000', '105520.360000', '105520.820000', '105521.280000', '105521.740000', '105522.200000', '105522.660000', '105523.120000', '105523.580000', '105524.040000', '105524.500000', '105524.960000', '105525.420000', '105525.880000', '105526.340000', '105526.800000', '105527.260000', '105527.720000', '105528.180000', '105528.640000', '105529.100000', '105529.560000', '105530.020000', '105530.480000', '105530.940000', '105531.400000', '105531.860000', '105532.320000', '105532.780000', '105533.240000', '105533.700000', '105534.160000', '105534.620000', '105535.080000', '105535.540000', '105536.000000', '105536.460000', '105536.920000', '105537.380000', '105537.840000', '105538.300000', '105538.760000', '105539.220000', '105539.680000', '105540.140000', '105540.600000', '105541.060000', '105541.520000', '105541.980000', '105542.440000', '105542.900000', '105543.360000', '105543.820000', '105544.280000', '105544.740000', '105545.200000', '105545.660000', '105546.120000', '105546.580000', '105547.040000', '105547.500000', '105547.960000', '105548.420000', '105548.880000', '105549.340000', '105549.800000', '105550.260000', '105550.720000', '105551.180000', '105551.640000', '105552.100000', '105552.560000', '105553.020000', '105553.480000', '105553.940000', '105554.400000', '105554.860000', '105555.320000', '105555.780000', '105556.240000', '105556.700000', '105557.160000', '105557.620000', '105558.080000', '105558.540000', '105559.000000', '105559.460000', '105559.920000', '105600.380000', '105600.840000', '105601.300000', '105601.760000', '105602.220000', '105602.680000', '105603.140000', '105603.600000', '105604.060000', '105604.520000', '105604.980000', '105605.440000', '105605.900000', '105606.360000', '105606.820000', '105607.280000', '105607.740000', '105608.200000', '105608.660000', '105609.120000', '105609.580000', '105610.040000', '105610.500000', '105610.960000', '105611.420000', '105611.880000', '105612.340000', '105612.800000', '105613.260000', '105613.720000', '105614.180000', '105614.640000', '105615.100000', '105615.560000', '105616.020000', '105616.480000', '105616.940000', '105617.400000', '105617.860000', '105618.320000', '105618.780000', '105619.240000', '105619.700000', '105620.160000', '105620.620000', '105621.080000', '105621.540000', '105622.000000', '105622.460000', '105622.920000', '105623.380000', '105623.840000', '105624.300000', '105624.760000', '105625.220000', '105625.680000', '105626.140000', '105626.600000', '105627.060000', '105627.520000', '105627.980000', '105628.440000', '105628.900000', '105629.360000', '105629.820000', '105630.280000', '105630.740000', '105631.200000', '105631.660000', '105632.120000', '105632.580000', '105633.040000', '105633.500000', '105633.960000', '105634.420000', '105634.880000', '105635.340000', '105635.800000', '105636.260000', '105636.720000', '105637.180000', '105637.640000', '105638.100000', '105638.560000', '105639.020000', '105639.480000', '105639.940000', '105640.400000', '105640.860000', '105641.320000', '105641.780000', '105642.240000', '105642.700000', '105643.160000', '105643.620000', '105644.080000', '105644.540000', '105645.000000', '105645.460000', '105645.920000', '105646.380000', '105646.840000', '105647.300000', '105647.760000', '105648.220000', '105648.680000', '105649.140000', '105649.600000', '105650.060000', '105650.520000', '105650.980000', '105651.440000', '105651.900000', '105652.360000', '105652.820000', '105653.280000', '105653.740000', '105654.200000', '105654.660000', '105655.120000', '105655.580000', '105656.040000', '105656.500000', '105656.960000', '105657.420000', '105657.880000', '105658.340000', '105658.800000', '105659.260000', '105659.720000', '105700.180000', '105700.640000', '105701.100000', '105701.560000', '105702.020000', '105702.480000', '105702.940000', '105703.400000', '105703.860000', '105704.320000', '105704.780000', '105705.240000', '105705.700000', '105706.160000', '105706.620000', '105707.080000', '105707.540000', '105708.000000', '105708.460000', '105708.920000', '105709.380000', '105709.840000', '105710.300000', '105710.760000', '105711.220000', '105711.680000', '105712.140000', '105712.600000', '105713.060000', '105713.520000', '105713.980000', '105714.440000', '105714.900000', '105715.360000', '105715.820000', '105716.280000', '105716.740000', '105717.200000', '105717.660000', '105718.120000', '105718.580000', '105719.040000', '105719.500000', '105719.960000', '105720.420000', '105720.880000', '105721.340000', '105721.800000', '105722.260000', '105722.720000', '105723.180000', '105723.640000', '105724.100000', '105724.560000', '105725.020000', '105725.480000', '105725.940000', '105726.400000', '105726.860000', '105727.320000', '105727.780000', '105728.240000', '105728.700000', '105729.160000', '105729.620000', '105730.080000', '105730.540000', '105731.000000', '105731.460000', '105731.920000', '105732.380000', '105732.840000', '105733.300000', '105733.760000', '105734.220000', '105734.680000', '105735.140000', '105735.600000', '105736.060000', '105736.520000', '105736.980000', '105737.440000', '105737.900000', '105738.360000', '105738.820000', '105739.280000', '105739.740000', '105740.200000', '105740.660000', '105741.120000', '105741.580000', '105742.040000'], 'ContentTime': ['104904.017000', '104904.020000', '104904.023000', '104904.026000', '104904.037000', '104904.039000', '104904.042000', '104904.045000', '104904.048000', '104904.051000', '104904.054000', '104904.056000', '104904.059000', '104904.062000', '104904.065000', '104904.068000', '104904.071000', '104904.074000', '104904.077000', '104904.080000', '104904.082000', '104904.085000', '104904.088000', '104904.091000', '104904.100000', '104904.103000', '104904.106000', '104923.984000', '104923.987000', '104923.990000', '104923.992000', '104923.995000', '104923.998000', '104924.002000', '104924.005000', '104924.008000', '104924.010000', '104924.013000', '104924.016000', '104924.019000', '104924.022000', '104924.037000', '104924.040000', '104924.043000', '104924.046000', '104924.049000', '104924.051000', '104924.054000', '104924.057000', '104924.060000', '104924.063000', '104924.066000', '104924.068000', '104924.071000', '104924.074000', '104924.077000', '104924.080000', '104924.083000', '104924.086000', '104924.088000', '104924.091000', '104924.094000', '104924.097000', '104924.100000', '104924.102000', '104924.105000', '104924.113000', '104924.115000', '104924.118000', '104924.121000', '104924.124000', '104943.984000', '104943.987000', '104943.990000', '104943.993000', '104943.995000', '104943.998000', '104944.002000', '104944.005000', '104944.008000', '104944.010000', '104944.013000', '104944.016000', '104944.019000', '104944.023000', '104944.026000', '104944.028000', '104944.031000', '104944.034000', '104944.037000', '104944.040000', '104944.043000', '104944.046000', '104944.048000', '104944.051000', '104944.054000', '104944.057000', '104944.060000', '104944.063000', '104944.065000', '104944.068000', '104944.071000', '104944.074000', '104944.077000', '104944.088000', '104944.091000', '104944.094000', '104944.097000', '104944.100000', '104944.103000', '104944.106000', '104944.108000', '104944.111000', '104944.114000', '105003.984000', '105003.987000', '105003.990000', '105003.992000', '105003.995000', '105003.998000', '105004.002000', '105004.005000', '105004.008000', '105004.011000', '105004.013000', '105004.016000', '105004.019000', '105004.022000', '105004.025000', '105004.028000', '105004.031000', '105004.033000', '105004.036000', '105004.039000', '105004.042000', '105004.045000', '105004.047000', '105004.050000', '105004.053000', '105004.056000', '105004.059000', '105004.062000', '105004.064000', '105004.067000', '105004.070000', '105004.073000', '105004.076000', '105004.079000', '105004.082000', '105004.084000', '105004.087000', '105004.090000', '105004.093000', '105004.096000', '105004.098000', '105004.101000', '105004.104000', '105004.107000', '105023.984000', '105023.987000', '105023.990000', '105023.993000', '105023.995000', '105023.998000', '105024.002000', '105024.005000', '105024.008000', '105024.011000', '105024.013000', '105024.016000', '105024.019000', '105024.022000', '105024.025000', '105024.028000', '105024.031000', '105024.034000', '105024.036000', '105024.039000', '105024.042000', '105024.045000', '105024.048000', '105024.051000', '105024.053000', '105024.056000', '105024.059000', '105024.062000', '105024.065000', '105024.068000', '105024.071000', '105024.074000', '105024.076000', '105024.079000', '105024.082000', '105024.085000', '105024.088000', '105024.091000', '105024.094000', '105024.097000', '105024.100000', '105024.104000', '105024.107000', '105043.984000', '105043.987000', '105043.990000', '105043.992000', '105043.995000', '105043.998000', '105044.002000', '105044.005000', '105044.008000', '105044.011000', '105044.014000', '105044.016000', '105044.019000', '105044.022000', '105044.025000', '105044.028000', '105044.031000', '105044.033000', '105044.036000', '105044.039000', '105044.042000', '105044.045000', '105044.048000', '105044.051000', '105044.053000', '105044.056000', '105044.059000', '105044.062000', '105044.065000', '105044.068000', '105044.070000', '105044.073000', '105044.076000', '105044.079000', '105044.082000', '105044.085000', '105044.087000', '105044.090000', '105044.093000', '105044.096000', '105044.099000', '105044.102000', '105044.105000', '105044.108000', '105103.984000', '105103.987000', '105103.990000', '105103.993000', '105103.996000', '105103.998000', '105104.002000', '105104.005000', '105104.008000', '105104.021000', '105104.024000', '105104.027000', '105104.030000', '105104.033000', '105104.036000', '105104.039000', '105104.041000', '105104.044000', '105104.047000', '105104.050000', '105104.053000', '105104.056000', '105104.060000', '105104.063000', '105104.066000', '105104.069000', '105104.072000', '105104.075000', '105104.077000', '105104.080000', '105104.083000', '105104.086000', '105104.089000', '105104.092000', '105104.095000', '105104.097000', '105104.100000', '105104.103000', '105104.106000', '105104.109000', '105104.112000', '105104.115000', '105104.118000', '105123.985000', '105123.988000', '105123.991000', '105123.994000', '105123.997000', '105123.999000', '105124.002000', '105124.005000', '105124.008000', '105124.011000', '105124.014000', '105124.016000', '105124.019000', '105124.022000', '105124.025000', '105124.028000', '105124.031000', '105124.034000', '105124.037000', '105124.040000', '105124.042000', '105124.045000', '105124.048000', '105124.051000', '105124.054000', '105124.057000', '105124.060000', '105124.062000', '105124.065000', '105124.068000', '105124.071000', '105124.074000', '105124.077000', '105124.080000', '105124.083000', '105124.085000', '105124.088000', '105124.091000', '105124.094000', '105124.097000', '105124.100000', '105124.103000', '105124.106000', '105124.108000', '105143.984000', '105143.987000', '105143.990000', '105143.993000', '105143.995000', '105143.998000', '105144.002000', '105144.005000', '105144.008000', '105144.011000', '105144.014000', '105144.017000', '105144.019000', '105144.022000', '105144.025000', '105144.028000', '105144.031000', '105144.034000', '105144.037000', '105144.039000', '105144.042000', '105144.045000', '105144.048000', '105144.051000', '105144.054000', '105144.057000', '105144.059000', '105144.062000', '105144.065000', '105144.068000', '105144.071000', '105144.074000', '105144.077000', '105144.079000', '105144.082000', '105144.085000', '105144.088000', '105144.091000', '105144.094000', '105144.097000', '105144.100000', '105144.102000', '105144.105000', '105203.984000', '105203.987000', '105203.990000', '105203.993000', '105203.995000', '105203.998000', '105204.002000', '105204.005000', '105204.008000', '105204.011000', '105204.014000', '105204.017000', '105204.019000', '105204.022000', '105204.025000', '105204.028000', '105204.031000', '105204.033000', '105204.036000', '105204.039000', '105204.042000', '105204.045000', '105204.048000', '105204.051000', '105204.054000', '105204.057000', '105204.059000', '105204.062000', '105204.065000', '105204.068000', '105204.071000', '105204.074000', '105204.077000', '105204.079000', '105204.082000', '105204.085000', '105204.088000', '105204.091000', '105204.094000', '105204.097000', '105204.100000', '105204.102000', '105204.105000', '105204.108000', '105223.984000', '105223.987000', '105223.990000', '105223.993000', '105223.996000', '105223.998000', '105224.002000', '105224.005000', '105224.008000', '105224.011000', '105224.014000', '105224.017000', '105224.020000', '105224.022000', '105224.025000', '105224.028000', '105224.031000', '105224.034000', '105224.037000', '105224.040000', '105224.042000', '105224.045000', '105224.048000', '105224.051000', '105224.054000', '105224.057000', '105224.060000', '105224.063000', '105224.066000', '105224.068000', '105224.071000', '105224.074000', '105224.077000', '105224.080000', '105224.099000', '105224.102000', '105224.105000', '105224.108000', '105224.110000', '105224.113000', '105224.116000', '105224.119000', '105224.122000', '105243.984000', '105243.987000', '105243.990000', '105243.993000', '105243.996000', '105244.000000', '105244.002000', '105244.005000', '105244.008000', '105244.011000', '105244.014000', '105244.017000', '105244.020000', '105244.023000', '105244.025000', '105244.028000', '105244.031000', '105244.034000', '105244.037000', '105244.040000', '105244.043000', '105244.046000', '105244.049000', '105244.051000', '105244.054000', '105244.057000', '105244.060000', '105244.063000', '105244.066000', '105244.069000', '105244.072000', '105244.075000', '105244.077000', '105244.080000', '105244.083000', '105244.086000', '105244.089000', '105244.092000', '105244.095000', '105244.098000', '105244.100000', '105244.103000', '105244.106000', '105244.109000', '105303.984000', '105303.987000', '105303.990000', '105303.993000', '105303.996000', '105304.000000', '105304.002000', '105304.005000', '105304.008000', '105304.011000', '105304.014000', '105304.017000', '105304.020000', '105304.023000', '105304.025000', '105304.028000', '105304.031000', '105304.034000', '105304.037000', '105304.040000', '105304.043000', '105304.045000', '105304.048000', '105304.051000', '105304.054000', '105304.057000', '105304.060000', '105304.063000', '105304.066000', '105304.069000', '105304.071000', '105304.074000', '105304.077000', '105304.080000', '105304.083000', '105304.086000', '105304.089000', '105304.092000', '105304.094000', '105304.097000', '105304.100000', '105304.103000', '105304.106000', '105323.984000', '105323.987000', '105323.990000', '105323.993000', '105323.996000', '105324.000000', '105324.002000', '105324.005000', '105324.008000', '105324.011000', '105324.014000', '105324.017000', '105324.020000', '105324.022000', '105324.025000', '105324.028000', '105324.031000', '105324.034000', '105324.037000', '105324.040000', '105324.042000', '105324.045000', '105324.048000', '105324.051000', '105324.054000', '105324.057000', '105324.060000', '105324.063000', '105324.066000', '105324.068000', '105324.071000', '105324.074000', '105324.077000', '105324.080000', '105324.083000', '105324.086000', '105324.089000', '105324.091000', '105324.094000', '105324.097000', '105324.100000', '105324.103000', '105324.106000', '105324.109000', '105343.985000', '105343.988000', '105343.991000', '105343.994000', '105343.997000', '105343.999000', '105344.002000', '105344.005000', '105344.008000', '105344.011000', '105344.014000', '105344.016000', '105344.019000', '105344.022000', '105344.025000', '105344.028000', '105344.031000', '105344.034000', '105344.036000', '105344.039000', '105344.042000', '105344.045000', '105344.048000', '105344.051000', '105344.053000', '105344.056000', '105344.059000', '105344.062000', '105344.065000', '105344.068000', '105344.071000', '105344.074000', '105344.077000', '105344.079000', '105344.082000', '105344.085000', '105344.088000', '105344.091000', '105344.094000', '105344.097000', '105344.099000', '105344.102000', '105344.105000', '105403.984000', '105403.987000', '105403.991000', '105403.994000', '105403.997000', '105404.001000', '105404.004000', '105404.007000', '105404.010000', '105404.012000', '105404.015000', '105404.018000', '105404.021000', '105404.024000', '105404.027000', '105404.029000', '105404.049000', '105404.052000', '105404.055000', '105404.058000', '105404.061000', '105404.064000', '105404.066000', '105404.069000', '105404.072000', '105404.075000', '105404.078000', '105404.081000', '105404.084000', '105404.086000', '105404.089000', '105404.092000', '105404.095000', '105404.098000', '105404.101000', '105404.104000', '105404.107000', '105404.110000', '105404.113000', '105404.116000', '105404.118000', '105404.121000', '105404.124000', '105423.984000', '105423.987000', '105423.990000', '105423.993000', '105423.996000', '105424.000000', '105424.002000', '105424.005000', '105424.008000', '105424.011000', '105424.014000', '105424.017000', '105424.020000', '105424.023000', '105424.025000', '105424.028000', '105424.031000', '105424.034000', '105424.037000', '105424.040000', '105424.043000', '105424.046000', '105424.048000', '105424.051000', '105424.054000', '105424.057000', '105424.060000', '105424.063000', '105424.066000', '105424.069000', '105424.072000', '105424.074000', '105424.077000', '105424.080000', '105424.083000', '105424.088000', '105424.091000', '105424.094000', '105424.097000', '105424.099000', '105424.102000', '105424.105000', '105424.108000', '105424.111000', '105443.984000', '105443.987000', '105443.992000', '105443.996000', '105444.000000', '105444.002000', '105444.005000', '105444.008000', '105444.011000', '105444.014000', '105444.017000', '105444.020000', '105444.022000', '105444.025000', '105444.028000', '105444.031000', '105444.034000', '105444.037000', '105444.040000', '105444.043000', '105444.045000', '105444.048000', '105444.051000', '105444.054000', '105444.057000', '105444.060000', '105444.062000', '105444.065000', '105444.068000', '105444.071000', '105444.074000', '105444.077000', '105444.080000', '105444.083000', '105444.085000', '105444.088000', '105444.091000', '105444.094000', '105444.097000', '105444.100000', '105444.102000', '105444.105000', '105444.108000', '105503.984000', '105503.987000', '105503.990000', '105503.993000', '105503.996000', '105503.998000', '105504.002000', '105504.005000', '105504.008000', '105504.011000', '105504.014000', '105504.016000', '105504.019000', '105504.022000', '105504.025000', '105504.028000', '105504.031000', '105504.034000', '105504.036000', '105504.039000', '105504.042000', '105504.045000', '105504.048000', '105504.051000', '105504.053000', '105504.056000', '105504.059000', '105504.062000', '105504.065000', '105504.068000', '105504.071000', '105504.074000', '105504.077000', '105504.079000', '105504.082000', '105504.085000', '105504.088000', '105504.091000', '105504.094000', '105504.096000', '105504.099000', '105504.102000', '105504.105000', '105504.108000', '105523.984000', '105523.987000', '105523.990000', '105523.993000', '105523.996000', '105524.000000', '105524.002000', '105524.005000', '105524.008000', '105524.011000', '105524.014000', '105524.019000', '105524.023000', '105524.026000', '105524.029000', '105524.032000', '105524.035000', '105524.037000', '105524.040000', '105524.043000', '105524.046000', '105524.049000', '105524.052000', '105524.055000', '105524.057000', '105524.060000', '105524.063000', '105524.082000', '105524.085000', '105524.088000', '105524.091000', '105524.093000', '105524.096000', '105524.099000', '105524.102000', '105524.105000', '105524.108000', '105524.111000', '105524.113000', '105524.116000', '105524.119000', '105524.122000', '105524.125000', '105543.984000', '105543.987000', '105543.990000', '105543.993000', '105543.996000', '105543.998000', '105544.002000', '105544.005000', '105544.008000', '105544.011000', '105544.014000', '105544.016000', '105544.019000', '105544.022000', '105544.025000', '105544.028000', '105544.031000', '105544.034000', '105544.037000', '105544.039000', '105544.042000', '105544.045000', '105544.048000', '105544.051000', '105544.054000', '105544.057000', '105544.059000', '105544.062000', '105544.065000', '105544.068000', '105544.071000', '105544.074000', '105544.077000', '105544.080000', '105544.083000', '105544.085000', '105544.088000', '105544.091000', '105544.094000', '105544.097000', '105544.100000', '105544.103000', '105544.106000', '105544.108000', '105603.985000', '105603.988000', '105603.991000', '105603.994000', '105603.997000', '105604.000000', '105604.003000', '105604.005000', '105604.008000', '105604.011000', '105604.014000', '105604.017000', '105604.020000', '105604.023000', '105604.026000', '105604.029000', '105604.032000', '105604.034000', '105604.037000', '105604.040000', '105604.044000', '105604.049000', '105604.052000', '105604.055000', '105604.058000', '105604.061000', '105604.064000', '105604.067000', '105604.069000', '105604.072000', '105604.075000', '105604.078000', '105604.081000', '105604.084000', '105604.087000', '105604.089000', '105604.092000', '105604.095000', '105604.098000', '105604.101000', '105604.104000', '105604.107000', '105604.110000', '105623.984000', '105623.987000', '105623.990000', '105623.993000', '105623.996000', '105624.000000', '105624.002000', '105624.005000', '105624.008000', '105624.011000', '105624.014000', '105624.017000', '105624.020000', '105624.023000', '105624.025000', '105624.028000', '105624.031000', '105624.034000', '105624.037000', '105624.040000', '105624.043000', '105624.045000', '105624.048000', '105624.051000', '105624.054000', '105624.057000', '105624.060000', '105624.063000', '105624.066000', '105624.068000', '105624.071000', '105624.074000', '105624.077000', '105624.080000', '105624.083000', '105624.086000', '105624.089000', '105624.091000', '105624.094000', '105624.097000', '105624.100000', '105624.103000', '105624.106000', '105624.109000', '105643.984000', '105643.987000', '105643.990000', '105643.993000', '105643.996000', '105644.000000', '105644.002000', '105644.005000', '105644.008000', '105644.011000', '105644.014000', '105644.017000', '105644.020000', '105644.023000', '105644.025000', '105644.028000', '105644.031000', '105644.034000', '105644.037000', '105644.040000', '105644.043000', '105644.045000', '105644.048000', '105644.066000', '105644.069000', '105644.071000', '105644.074000', '105644.077000', '105644.080000', '105644.083000', '105644.086000', '105644.089000', '105644.091000', '105644.094000', '105644.097000', '105644.100000', '105644.103000', '105644.106000', '105644.109000', '105644.112000', '105644.114000', '105644.117000', '105644.120000', '105703.984000', '105703.987000', '105703.990000', '105703.993000', '105703.996000', '105704.000000', '105704.003000', '105704.005000', '105704.008000', '105704.011000', '105704.014000', '105704.017000', '105704.020000', '105704.023000', '105704.025000', '105704.028000', '105704.031000', '105704.034000', '105704.037000', '105704.040000', '105704.043000', '105704.046000', '105704.048000', '105704.051000', '105704.054000', '105704.057000', '105704.060000', '105704.063000', '105704.066000', '105704.068000', '105704.071000', '105704.074000', '105704.077000', '105704.080000', '105704.083000', '105704.086000', '105704.088000', '105704.091000', '105704.094000', '105704.097000', '105704.100000', '105704.103000', '105704.106000', '105704.108000', '105723.984000', '105723.987000', '105723.990000', '105723.993000', '105723.996000', '105724.000000', '105724.002000', '105724.005000', '105724.008000', '105724.012000', '105724.015000', '105724.018000', '105724.021000', '105724.024000', '105724.027000', '105724.030000', '105724.033000', '105724.036000', '105724.038000', '105724.041000', '105724.044000', '105724.047000', '105724.050000', '105724.053000', '105724.056000', '105724.059000', '105724.061000', '105724.064000', '105724.067000', '105724.070000', '105724.073000', '105724.076000', '105724.079000', '105724.082000', '105724.086000', '105724.091000', '105724.094000', '105724.097000', '105724.100000', '105724.103000', '105724.105000', '105724.108000', '105724.111000', '105743.462000', '105743.466000', '105743.470000', '105743.473000', '105743.477000', '105743.481000', '105743.484000', '105743.488000', '105743.491000', '105743.494000', '105743.498000', '105743.502000', '105743.506000', '105743.510000', '105743.513000', '105743.516000', '105743.520000', '105743.523000', '105743.526000', '105743.529000', '105743.532000', '105743.535000', '105743.538000', '105743.541000', '105743.544000', '105743.547000', '105743.550000', '105743.553000', '105743.556000', '105743.559000', '105743.561000', '105743.564000', '105743.567000', '105743.570000', '105743.573000', '105743.576000', '105743.580000', '105743.583000', '105743.586000', '105743.588000', '105743.591000', '105743.594000', '105743.597000'], 'InstanceCreationTime': ['104904.017000', '104904.020000', '104904.023000', '104904.026000', '104904.037000', '104904.039000', '104904.042000', '104904.045000', '104904.048000', '104904.051000', '104904.054000', '104904.056000', '104904.059000', '104904.062000', '104904.065000', '104904.068000', '104904.071000', '104904.074000', '104904.077000', '104904.080000', '104904.082000', '104904.085000', '104904.088000', '104904.091000', '104904.100000', '104904.103000', '104904.106000', '104923.984000', '104923.987000', '104923.990000', '104923.992000', '104923.995000', '104923.998000', '104924.002000', '104924.005000', '104924.008000', '104924.010000', '104924.013000', '104924.016000', '104924.019000', '104924.022000', '104924.037000', '104924.040000', '104924.043000', '104924.046000', '104924.049000', '104924.051000', '104924.054000', '104924.057000', '104924.060000', '104924.063000', '104924.066000', '104924.068000', '104924.071000', '104924.074000', '104924.077000', '104924.080000', '104924.083000', '104924.086000', '104924.088000', '104924.091000', '104924.094000', '104924.097000', '104924.100000', '104924.102000', '104924.105000', '104924.113000', '104924.115000', '104924.118000', '104924.121000', '104924.124000', '104943.984000', '104943.987000', '104943.990000', '104943.993000', '104943.995000', '104943.998000', '104944.002000', '104944.005000', '104944.008000', '104944.010000', '104944.013000', '104944.016000', '104944.019000', '104944.023000', '104944.026000', '104944.028000', '104944.031000', '104944.034000', '104944.037000', '104944.040000', '104944.043000', '104944.046000', '104944.048000', '104944.051000', '104944.054000', '104944.057000', '104944.060000', '104944.063000', '104944.065000', '104944.068000', '104944.071000', '104944.074000', '104944.077000', '104944.088000', '104944.091000', '104944.094000', '104944.097000', '104944.100000', '104944.103000', '104944.106000', '104944.108000', '104944.111000', '104944.114000', '105003.984000', '105003.987000', '105003.990000', '105003.992000', '105003.995000', '105003.998000', '105004.002000', '105004.005000', '105004.008000', '105004.011000', '105004.013000', '105004.016000', '105004.019000', '105004.022000', '105004.025000', '105004.028000', '105004.031000', '105004.033000', '105004.036000', '105004.039000', '105004.042000', '105004.045000', '105004.047000', '105004.050000', '105004.053000', '105004.056000', '105004.059000', '105004.062000', '105004.064000', '105004.067000', '105004.070000', '105004.073000', '105004.076000', '105004.079000', '105004.082000', '105004.084000', '105004.087000', '105004.090000', '105004.093000', '105004.096000', '105004.098000', '105004.101000', '105004.104000', '105004.107000', '105023.984000', '105023.987000', '105023.990000', '105023.993000', '105023.995000', '105023.998000', '105024.002000', '105024.005000', '105024.008000', '105024.011000', '105024.013000', '105024.016000', '105024.019000', '105024.022000', '105024.025000', '105024.028000', '105024.031000', '105024.034000', '105024.036000', '105024.039000', '105024.042000', '105024.045000', '105024.048000', '105024.051000', '105024.053000', '105024.056000', '105024.059000', '105024.062000', '105024.065000', '105024.068000', '105024.071000', '105024.074000', '105024.076000', '105024.079000', '105024.082000', '105024.085000', '105024.088000', '105024.091000', '105024.094000', '105024.097000', '105024.100000', '105024.104000', '105024.107000', '105043.984000', '105043.987000', '105043.990000', '105043.992000', '105043.995000', '105043.998000', '105044.002000', '105044.005000', '105044.008000', '105044.011000', '105044.014000', '105044.016000', '105044.019000', '105044.022000', '105044.025000', '105044.028000', '105044.031000', '105044.033000', '105044.036000', '105044.039000', '105044.042000', '105044.045000', '105044.048000', '105044.051000', '105044.053000', '105044.056000', '105044.059000', '105044.062000', '105044.065000', '105044.068000', '105044.070000', '105044.073000', '105044.076000', '105044.079000', '105044.082000', '105044.085000', '105044.087000', '105044.090000', '105044.093000', '105044.096000', '105044.099000', '105044.102000', '105044.105000', '105044.108000', '105103.984000', '105103.987000', '105103.990000', '105103.993000', '105103.996000', '105103.998000', '105104.002000', '105104.005000', '105104.008000', '105104.021000', '105104.024000', '105104.027000', '105104.030000', '105104.033000', '105104.036000', '105104.039000', '105104.041000', '105104.044000', '105104.047000', '105104.050000', '105104.053000', '105104.056000', '105104.060000', '105104.063000', '105104.066000', '105104.069000', '105104.072000', '105104.075000', '105104.077000', '105104.080000', '105104.083000', '105104.086000', '105104.089000', '105104.092000', '105104.095000', '105104.097000', '105104.100000', '105104.103000', '105104.106000', '105104.109000', '105104.112000', '105104.115000', '105104.118000', '105123.985000', '105123.988000', '105123.991000', '105123.994000', '105123.997000', '105123.999000', '105124.002000', '105124.005000', '105124.008000', '105124.011000', '105124.014000', '105124.016000', '105124.019000', '105124.022000', '105124.025000', '105124.028000', '105124.031000', '105124.034000', '105124.037000', '105124.040000', '105124.042000', '105124.045000', '105124.048000', '105124.051000', '105124.054000', '105124.057000', '105124.060000', '105124.062000', '105124.065000', '105124.068000', '105124.071000', '105124.074000', '105124.077000', '105124.080000', '105124.083000', '105124.085000', '105124.088000', '105124.091000', '105124.094000', '105124.097000', '105124.100000', '105124.103000', '105124.106000', '105124.108000', '105143.984000', '105143.987000', '105143.990000', '105143.993000', '105143.995000', '105143.998000', '105144.002000', '105144.005000', '105144.008000', '105144.011000', '105144.014000', '105144.017000', '105144.019000', '105144.022000', '105144.025000', '105144.028000', '105144.031000', '105144.034000', '105144.037000', '105144.039000', '105144.042000', '105144.045000', '105144.048000', '105144.051000', '105144.054000', '105144.057000', '105144.059000', '105144.062000', '105144.065000', '105144.068000', '105144.071000', '105144.074000', '105144.077000', '105144.079000', '105144.082000', '105144.085000', '105144.088000', '105144.091000', '105144.094000', '105144.097000', '105144.100000', '105144.102000', '105144.105000', '105203.984000', '105203.987000', '105203.990000', '105203.993000', '105203.995000', '105203.998000', '105204.002000', '105204.005000', '105204.008000', '105204.011000', '105204.014000', '105204.017000', '105204.019000', '105204.022000', '105204.025000', '105204.028000', '105204.031000', '105204.033000', '105204.036000', '105204.039000', '105204.042000', '105204.045000', '105204.048000', '105204.051000', '105204.054000', '105204.057000', '105204.059000', '105204.062000', '105204.065000', '105204.068000', '105204.071000', '105204.074000', '105204.077000', '105204.079000', '105204.082000', '105204.085000', '105204.088000', '105204.091000', '105204.094000', '105204.097000', '105204.100000', '105204.102000', '105204.105000', '105204.108000', '105223.984000', '105223.987000', '105223.990000', '105223.993000', '105223.996000', '105223.998000', '105224.002000', '105224.005000', '105224.008000', '105224.011000', '105224.014000', '105224.017000', '105224.020000', '105224.022000', '105224.025000', '105224.028000', '105224.031000', '105224.034000', '105224.037000', '105224.040000', '105224.042000', '105224.045000', '105224.048000', '105224.051000', '105224.054000', '105224.057000', '105224.060000', '105224.063000', '105224.066000', '105224.068000', '105224.071000', '105224.074000', '105224.077000', '105224.080000', '105224.099000', '105224.102000', '105224.105000', '105224.108000', '105224.110000', '105224.113000', '105224.116000', '105224.119000', '105224.122000', '105243.984000', '105243.987000', '105243.990000', '105243.993000', '105243.996000', '105244.000000', '105244.002000', '105244.005000', '105244.008000', '105244.011000', '105244.014000', '105244.017000', '105244.020000', '105244.023000', '105244.025000', '105244.028000', '105244.031000', '105244.034000', '105244.037000', '105244.040000', '105244.043000', '105244.046000', '105244.049000', '105244.051000', '105244.054000', '105244.057000', '105244.060000', '105244.063000', '105244.066000', '105244.069000', '105244.072000', '105244.075000', '105244.077000', '105244.080000', '105244.083000', '105244.086000', '105244.089000', '105244.092000', '105244.095000', '105244.098000', '105244.100000', '105244.103000', '105244.106000', '105244.109000', '105303.984000', '105303.987000', '105303.990000', '105303.993000', '105303.996000', '105304.000000', '105304.002000', '105304.005000', '105304.008000', '105304.011000', '105304.014000', '105304.017000', '105304.020000', '105304.023000', '105304.025000', '105304.028000', '105304.031000', '105304.034000', '105304.037000', '105304.040000', '105304.043000', '105304.045000', '105304.048000', '105304.051000', '105304.054000', '105304.057000', '105304.060000', '105304.063000', '105304.066000', '105304.069000', '105304.071000', '105304.074000', '105304.077000', '105304.080000', '105304.083000', '105304.086000', '105304.089000', '105304.092000', '105304.094000', '105304.097000', '105304.100000', '105304.103000', '105304.106000', '105323.984000', '105323.987000', '105323.990000', '105323.993000', '105323.996000', '105324.000000', '105324.002000', '105324.005000', '105324.008000', '105324.011000', '105324.014000', '105324.017000', '105324.020000', '105324.022000', '105324.025000', '105324.028000', '105324.031000', '105324.034000', '105324.037000', '105324.040000', '105324.042000', '105324.045000', '105324.048000', '105324.051000', '105324.054000', '105324.057000', '105324.060000', '105324.063000', '105324.066000', '105324.068000', '105324.071000', '105324.074000', '105324.077000', '105324.080000', '105324.083000', '105324.086000', '105324.089000', '105324.091000', '105324.094000', '105324.097000', '105324.100000', '105324.103000', '105324.106000', '105324.109000', '105343.985000', '105343.988000', '105343.991000', '105343.994000', '105343.997000', '105343.999000', '105344.002000', '105344.005000', '105344.008000', '105344.011000', '105344.014000', '105344.016000', '105344.019000', '105344.022000', '105344.025000', '105344.028000', '105344.031000', '105344.034000', '105344.036000', '105344.039000', '105344.042000', '105344.045000', '105344.048000', '105344.051000', '105344.053000', '105344.056000', '105344.059000', '105344.062000', '105344.065000', '105344.068000', '105344.071000', '105344.074000', '105344.077000', '105344.079000', '105344.082000', '105344.085000', '105344.088000', '105344.091000', '105344.094000', '105344.097000', '105344.099000', '105344.102000', '105344.105000', '105403.984000', '105403.987000', '105403.991000', '105403.994000', '105403.997000', '105404.001000', '105404.004000', '105404.007000', '105404.010000', '105404.012000', '105404.015000', '105404.018000', '105404.021000', '105404.024000', '105404.027000', '105404.029000', '105404.049000', '105404.052000', '105404.055000', '105404.058000', '105404.061000', '105404.064000', '105404.066000', '105404.069000', '105404.072000', '105404.075000', '105404.078000', '105404.081000', '105404.084000', '105404.086000', '105404.089000', '105404.092000', '105404.095000', '105404.098000', '105404.101000', '105404.104000', '105404.107000', '105404.110000', '105404.113000', '105404.116000', '105404.118000', '105404.121000', '105404.124000', '105423.984000', '105423.987000', '105423.990000', '105423.993000', '105423.996000', '105424.000000', '105424.002000', '105424.005000', '105424.008000', '105424.011000', '105424.014000', '105424.017000', '105424.020000', '105424.023000', '105424.025000', '105424.028000', '105424.031000', '105424.034000', '105424.037000', '105424.040000', '105424.043000', '105424.046000', '105424.048000', '105424.051000', '105424.054000', '105424.057000', '105424.060000', '105424.063000', '105424.066000', '105424.069000', '105424.072000', '105424.074000', '105424.077000', '105424.080000', '105424.083000', '105424.088000', '105424.091000', '105424.094000', '105424.097000', '105424.099000', '105424.102000', '105424.105000', '105424.108000', '105424.111000', '105443.984000', '105443.987000', '105443.992000', '105443.996000', '105444.000000', '105444.002000', '105444.005000', '105444.008000', '105444.011000', '105444.014000', '105444.017000', '105444.020000', '105444.022000', '105444.025000', '105444.028000', '105444.031000', '105444.034000', '105444.037000', '105444.040000', '105444.043000', '105444.045000', '105444.048000', '105444.051000', '105444.054000', '105444.057000', '105444.060000', '105444.062000', '105444.065000', '105444.068000', '105444.071000', '105444.074000', '105444.077000', '105444.080000', '105444.083000', '105444.085000', '105444.088000', '105444.091000', '105444.094000', '105444.097000', '105444.100000', '105444.102000', '105444.105000', '105444.108000', '105503.984000', '105503.987000', '105503.990000', '105503.993000', '105503.996000', '105503.998000', '105504.002000', '105504.005000', '105504.008000', '105504.011000', '105504.014000', '105504.016000', '105504.019000', '105504.022000', '105504.025000', '105504.028000', '105504.031000', '105504.034000', '105504.036000', '105504.039000', '105504.042000', '105504.045000', '105504.048000', '105504.051000', '105504.053000', '105504.056000', '105504.059000', '105504.062000', '105504.065000', '105504.068000', '105504.071000', '105504.074000', '105504.077000', '105504.079000', '105504.082000', '105504.085000', '105504.088000', '105504.091000', '105504.094000', '105504.096000', '105504.099000', '105504.102000', '105504.105000', '105504.108000', '105523.984000', '105523.987000', '105523.990000', '105523.993000', '105523.996000', '105524.000000', '105524.002000', '105524.005000', '105524.008000', '105524.011000', '105524.014000', '105524.019000', '105524.023000', '105524.026000', '105524.029000', '105524.032000', '105524.035000', '105524.037000', '105524.040000', '105524.043000', '105524.046000', '105524.049000', '105524.052000', '105524.055000', '105524.057000', '105524.060000', '105524.063000', '105524.082000', '105524.085000', '105524.088000', '105524.091000', '105524.093000', '105524.096000', '105524.099000', '105524.102000', '105524.105000', '105524.108000', '105524.111000', '105524.113000', '105524.116000', '105524.119000', '105524.122000', '105524.125000', '105543.984000', '105543.987000', '105543.990000', '105543.993000', '105543.996000', '105543.998000', '105544.002000', '105544.005000', '105544.008000', '105544.011000', '105544.014000', '105544.016000', '105544.019000', '105544.022000', '105544.025000', '105544.028000', '105544.031000', '105544.034000', '105544.037000', '105544.039000', '105544.042000', '105544.045000', '105544.048000', '105544.051000', '105544.054000', '105544.057000', '105544.059000', '105544.062000', '105544.065000', '105544.068000', '105544.071000', '105544.074000', '105544.077000', '105544.080000', '105544.083000', '105544.085000', '105544.088000', '105544.091000', '105544.094000', '105544.097000', '105544.100000', '105544.103000', '105544.106000', '105544.108000', '105603.985000', '105603.988000', '105603.991000', '105603.994000', '105603.997000', '105604.000000', '105604.003000', '105604.005000', '105604.008000', '105604.011000', '105604.014000', '105604.017000', '105604.020000', '105604.023000', '105604.026000', '105604.029000', '105604.032000', '105604.034000', '105604.037000', '105604.040000', '105604.044000', '105604.049000', '105604.052000', '105604.055000', '105604.058000', '105604.061000', '105604.064000', '105604.067000', '105604.069000', '105604.072000', '105604.075000', '105604.078000', '105604.081000', '105604.084000', '105604.087000', '105604.089000', '105604.092000', '105604.095000', '105604.098000', '105604.101000', '105604.104000', '105604.107000', '105604.110000', '105623.984000', '105623.987000', '105623.990000', '105623.993000', '105623.996000', '105624.000000', '105624.002000', '105624.005000', '105624.008000', '105624.011000', '105624.014000', '105624.017000', '105624.020000', '105624.023000', '105624.025000', '105624.028000', '105624.031000', '105624.034000', '105624.037000', '105624.040000', '105624.043000', '105624.045000', '105624.048000', '105624.051000', '105624.054000', '105624.057000', '105624.060000', '105624.063000', '105624.066000', '105624.068000', '105624.071000', '105624.074000', '105624.077000', '105624.080000', '105624.083000', '105624.086000', '105624.089000', '105624.091000', '105624.094000', '105624.097000', '105624.100000', '105624.103000', '105624.106000', '105624.109000', '105643.984000', '105643.987000', '105643.990000', '105643.993000', '105643.996000', '105644.000000', '105644.002000', '105644.005000', '105644.008000', '105644.011000', '105644.014000', '105644.017000', '105644.020000', '105644.023000', '105644.025000', '105644.028000', '105644.031000', '105644.034000', '105644.037000', '105644.040000', '105644.043000', '105644.045000', '105644.048000', '105644.066000', '105644.069000', '105644.071000', '105644.074000', '105644.077000', '105644.080000', '105644.083000', '105644.086000', '105644.089000', '105644.091000', '105644.094000', '105644.097000', '105644.100000', '105644.103000', '105644.106000', '105644.109000', '105644.112000', '105644.114000', '105644.117000', '105644.120000', '105703.984000', '105703.987000', '105703.990000', '105703.993000', '105703.996000', '105704.000000', '105704.003000', '105704.005000', '105704.008000', '105704.011000', '105704.014000', '105704.017000', '105704.020000', '105704.023000', '105704.025000', '105704.028000', '105704.031000', '105704.034000', '105704.037000', '105704.040000', '105704.043000', '105704.046000', '105704.048000', '105704.051000', '105704.054000', '105704.057000', '105704.060000', '105704.063000', '105704.066000', '105704.068000', '105704.071000', '105704.074000', '105704.077000', '105704.080000', '105704.083000', '105704.086000', '105704.088000', '105704.091000', '105704.094000', '105704.097000', '105704.100000', '105704.103000', '105704.106000', '105704.108000', '105723.984000', '105723.987000', '105723.990000', '105723.993000', '105723.996000', '105724.000000', '105724.002000', '105724.005000', '105724.008000', '105724.012000', '105724.015000', '105724.018000', '105724.021000', '105724.024000', '105724.027000', '105724.030000', '105724.033000', '105724.036000', '105724.038000', '105724.041000', '105724.044000', '105724.047000', '105724.050000', '105724.053000', '105724.056000', '105724.059000', '105724.061000', '105724.064000', '105724.067000', '105724.070000', '105724.073000', '105724.076000', '105724.079000', '105724.082000', '105724.086000', '105724.091000', '105724.094000', '105724.097000', '105724.100000', '105724.103000', '105724.105000', '105724.108000', '105724.111000', '105743.462000', '105743.466000', '105743.470000', '105743.473000', '105743.477000', '105743.481000', '105743.484000', '105743.488000', '105743.491000', '105743.494000', '105743.498000', '105743.502000', '105743.506000', '105743.510000', '105743.513000', '105743.516000', '105743.520000', '105743.523000', '105743.526000', '105743.529000', '105743.532000', '105743.535000', '105743.538000', '105743.541000', '105743.544000', '105743.547000', '105743.550000', '105743.553000', '105743.556000', '105743.559000', '105743.561000', '105743.564000', '105743.567000', '105743.570000', '105743.573000', '105743.576000', '105743.580000', '105743.583000', '105743.586000', '105743.588000', '105743.591000', '105743.594000', '105743.597000'], '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': [10140, 8720, 11251, 7732, 9915, 8746, 7259, 12511, 10191, 7671, 12019, 7980, 7046, 9105, 7430, 7211, 8880, 7347, 9370, 7866, 7152, 10110, 8333, 8094, 8719, 6905, 11206, 8401, 10066, 9167, 7163, 10861, 7863, 8216, 8270, 7113, 10557, 7616, 7479, 8191, 7352, 11166, 8377, 10375, 8064, 7224, 10392, 7879, 13763, 8363, 7424, 8691, 7365, 11623, 9134, 6982, 8662, 7003, 10322, 8178, 6833, 9843, 7363, 9404, 7853, 7098, 10633, 8332, 11931, 8877, 6975, 10746, 8063, 12900, 9335, 7265, 10821, 7561, 9615, 8370, 7289, 11137, 8156, 6825, 8883, 7131, 11676, 8608, 7240, 10226, 7678, 9642, 8159, 7172, 11424, 8548, 10459, 8292, 7057, 10703, 8231, 12096, 8883, 7077, 10114, 7553, 10323, 8584, 7177, 10501, 7772, 7328, 8433, 7333, 11878, 8489, 7269, 9799, 7766, 6975, 9742, 7557, 6841, 8200, 7269, 11042, 7730, 12830, 9556, 10975, 8618, 8091, 9865, 7263, 12531, 9576, 10225, 8489, 7248, 10246, 7493, 11599, 8706, 7096, 9926, 7314, 11351, 8320, 7174, 9703, 7153, 10753, 7753, 7758, 8532, 7338, 10751, 7701, 6874, 8000, 6978, 10224, 8595, 7909, 8489, 7249, 10231, 7055, 12244, 9892, 7298, 10640, 7749, 6872, 8047, 7059, 9725, 8403, 7242, 8607, 7230, 10845, 11508, 9671, 12797, 10592, 9108, 9063, 7491, 9038, 7136, 10947, 7181, 11396, 7657, 10334, 8255, 7094, 8157, 6941, 9008, 7441, 9054, 7769, 6982, 8692, 7056, 10780, 9017, 13161, 8336, 7776, 8685, 7172, 11436, 8330, 11657, 8355, 7805, 8513, 7252, 11160, 8376, 11723, 8426, 8047, 9031, 7059, 11812, 8465, 9388, 8560, 7064, 10949, 7930, 11207, 8072, 7704, 8886, 6921, 11355, 7930, 11143, 8186, 7576, 8728, 7013, 10528, 7324, 11039, 8436, 7307, 9439, 7048, 11086, 8007, 7219, 9721, 7268, 11033, 8187, 8229, 8810, 7287, 12064, 8928, 13055, 9047, 7988, 9722, 7244, 11839, 8796, 7701, 8306, 7026, 11354, 9203, 9924, 8520, 7206, 10884, 8221, 12195, 9247, 7265, 10387, 7700, 11951, 8708, 10169, 9401, 7688, 11210, 7221, 11753, 9396, 11894, 9496, 7209, 10166, 7603, 10674, 8293, 6957, 9476, 7283, 11030, 8283, 7117, 10518, 7276, 11849, 8662, 12964, 9346, 7554, 9281, 7175, 11047, 8609, 13065, 9228, 7303, 9229, 7061, 10048, 8184, 6665, 8376, 6871, 10369, 8173, 12329, 8879, 8098, 8837, 7271, 11147, 7675, 11919, 8959, 11805, 8069, 7292, 9128, 7290, 10916, 7846, 7005, 8605, 7043, 10042, 8407, 8568, 8480, 7000, 10594, 7251, 11918, 9621, 12249, 8814, 7257, 10108, 7220, 11897, 9546, 9571, 8494, 6982, 9442, 7194, 11013, 8038, 11109, 8084, 8088, 7824, 7068, 9657, 7125, 11651, 8684, 11113, 8168, 10787, 8637, 7590, 10311, 7165, 11127, 7856, 11470, 8475, 7571, 9952, 7106, 10773, 8097, 8099, 8389, 7037, 11274, 7324, 10821, 7720, 10600, 8687, 7666, 11183, 7781, 11281, 8071, 7888, 8800, 7199, 11288, 8061, 10118, 7779, 7155, 10330, 8451, 12189, 8654, 7221, 10944, 8353, 7152, 10371, 8767, 10159, 9418, 7202, 11597, 8157, 12464, 9665, 13508, 9980, 7755, 10524, 7817, 11492, 8375, 7441, 10745, 8393, 7464, 8178, 7042, 9810, 7820, 7221, 9993, 8396, 10528, 8205, 7081, 11244, 7492, 12362, 10093, 10596, 9166, 7253, 10703, 7477, 10615, 8308, 6816, 9978, 7393, 7106, 7592, 7337, 6956, 10337, 7921, 7222, 10010, 7847, 7246, 11446, 7964, 9010, 9842, 7280, 13569, 10290, 7492, 12292, 8361, 7293, 10885, 8464, 7230, 10693, 7532, 7268, 9920, 7839, 7390, 11732, 7879, 7399, 10410, 8235, 7288, 12241, 8969, 7645, 11563, 8501, 7543, 11289, 9400, 7625, 12544, 8210, 7209, 7764, 8150, 7444, 11860, 10597, 8190, 9428, 9059, 7425, 11302, 8274, 7499, 12387, 9465, 7600, 10387, 7652, 7423, 8679, 7769, 7497, 8996, 7854, 7694, 8117, 7659, 8569, 7815, 7771, 10090, 7852, 10799, 7950, 11694, 7969, 11362, 9068, 12734, 7914, 8988, 8319, 7986, 8495, 7801, 10459, 8221, 10329, 7944, 7870, 7793, 7845, 8678, 8313, 10724, 8106, 8132, 8116, 7857, 10157, 8048, 10524, 8055, 11087, 8034, 8367, 8883, 8170, 10504, 7996, 10671, 8221, 7792, 8314, 8018, 8691, 8113, 8307, 8143, 8039, 9312, 8373, 9084, 8454, 8301, 8532, 8385, 12496, 8843, 12980, 8945, 13040, 8899, 10380, 9960, 8589, 10746, 8289, 10457, 8458, 7939, 8400, 8240, 10178, 8732, 11274, 8281, 8369, 8512, 8321, 10580, 8665, 10903, 8543, 8611, 8797, 8532, 10575, 8305, 11240, 8602, 8841, 8905, 8172, 10090, 8555, 10200, 8324, 8503, 8295, 8332, 9405, 8167, 11586, 8951, 9325, 8948, 8769, 10470, 8383, 12323, 8601, 8386, 8482, 8141, 10185, 8581, 9806, 8309, 8093, 8351, 7864, 12355, 8276, 7717, 8848, 7744, 7397, 9811, 7931, 7787, 8615, 7627, 13152, 10762, 8819, 13155, 9644, 14223, 10756, 8755, 12397, 9994, 12197, 10697, 8102, 11142, 8113, 8157, 8631, 7686, 11107, 8229, 7409, 8368, 7741, 7498, 9581, 8077, 7875, 8063, 7635, 11924, 8083, 7854, 9557, 7893, 11703, 7947, 7940, 10295, 8164, 10774, 8618, 7687, 10065, 7689, 7489, 9241, 7885, 8042, 8782, 7661, 8396, 7840, 7718, 10807, 8159, 7856, 10426, 8093, 8033, 8559, 7754, 13040, 9567, 8045, 11215, 8204, 8099, 8292, 7550, 13166, 8230, 7728, 8698, 7682, 9602, 8010, 7500, 10724, 7827, 7828, 8415, 7773, 9249, 7906, 7738, 10012, 7858, 7380, 9872, 8007, 7888, 7948, 7563, 11147, 8733, 7837, 10871, 8094, 8295, 8642, 7700, 13214, 9162, 8020, 11195, 7996, 7998, 8781, 7561, 10834, 8193, 7765, 10161, 8005, 7889, 9322, 7566, 11960, 7723, 7916, 8749, 7661, 7615, 7962, 7462, 10037, 7663, 7562, 10366, 7657, 7429, 8929, 7684, 7526, 8932, 7445, 11632, 7968, 7733, 10778, 7918, 11967, 9476, 7885, 11768, 7952, 9180, 8312, 7859, 11389, 7964, 7903, 8052, 7726, 10963, 8028, 7877, 9760, 8135, 9235, 8043, 7635, 11863, 8321, 9098, 8227, 7940, 10743, 8272, 7834, 8314, 7902, 10348, 8165, 8589, 8485, 7855, 10306, 8295, 9020, 8284, 8153, 10034, 8223, 8827, 8162, 7900, 10826, 8412, 9373, 8333, 8126, 10862, 8142, 8807, 8375, 8217, 10534, 8283, 9750, 8941, 8084, 11503, 8299, 8351, 8387, 8142, 10765, 8028, 11629, 8294, 8198, 9000, 8021, 10769, 8152, 8055, 8285, 7963, 9965, 8331, 7950, 8160, 8124, 10650, 8421, 9230, 8325, 8200, 10026, 7984, 12226, 8098, 8555, 8328, 7929, 11193, 8031, 7930, 8252, 7930, 9106, 8009, 7512, 8728, 8009, 10146, 8166, 7724, 8204, 7744, 11265, 8101, 12364, 8406, 12291, 8446, 8877, 8417, 7942, 9845, 7968, 7879, 7945, 7862, 10677, 8169, 7722, 8822, 7785, 10304, 8585, 7960, 11643, 8324, 8118, 10240, 8188, 7996, 8441, 8236, 11142, 8288, 8034, 11242, 8486, 7876, 9086, 7975, 8973, 8964, 7518, 8959, 8894, 7988, 9090, 8376, 7776, 12741, 9450, 7970, 12234, 8781, 7978, 11715, 8299, 8965, 8892, 7893, 12199, 9359, 8017, 11608, 8063, 7954, 10144, 8182, 7696, 9649, 7935, 7701, 8355, 8028, 8333, 8143, 7640, 8294, 8439, 7846, 10338, 8049, 7588, 11135, 8360, 7885, 10265, 8111, 12650, 9373, 7823, 12756, 9048, 7779, 10041, 8144, 8987, 9029, 7805, 11105, 8475, 7970, 11692, 8648, 7637, 11358, 8391, 7938, 8704, 7743, 10325, 8747, 8203, 11460, 8329, 7847, 11581, 8611, 7799, 10706, 8263, 8000, 10872, 8181, 8311, 9416, 8348, 8365, 9655, 8464, 7897, 10049, 8278, 7898, 8154, 8462, 8210, 8337, 9138, 7689, 14030, 10332, 7920, 11969, 8224, 8755, 9737, 8264, 11252, 9620, 7337, 7745, 7556, 7366, 7441, 8764, 7722, 7356, 8223, 7536, 12245, 9369, 10129, 12514, 9093, 13600, 10099, 11198, 9724, 8091, 13197, 9149, 10080, 8977, 8066, 11536, 8387, 8280, 9913, 8302, 8216, 8479, 7916, 7658, 8321, 7369, 8384, 8370, 7729, 12336, 8936, 8046, 11856, 8279, 9568, 8888, 7903, 13638, 10296, 8114, 10355, 8126, 8337, 9201, 7820, 10261, 8067, 7869, 9706, 7874, 8218, 11016, 7865, 9446, 8363, 7509, 8826, 8223, 8089, 7923, 8288, 7694, 10545, 8027], 'WindowCenter': [4159.0, 4121.0, 4127.0, 4083.0, 4099.0, 4077.0, 4056.0, 4119.0, 4087.0, 4053.0, 4106.0, 4065.0, 4043.0, 4062.0, 4054.0, 4054.0, 4073.0, 4054.0, 4072.0, 4053.0, 4043.0, 4084.0, 4065.0, 4063.0, 4062.0, 4042.0, 4082.0, 4063.0, 4072.0, 4072.0, 4042.0, 4081.0, 4052.0, 4051.0, 4062.0, 4042.0, 4083.0, 4052.0, 4041.0, 4062.0, 4053.0, 4094.0, 4064.0, 4084.0, 4064.0, 4052.0, 4083.0, 4064.0, 4115.0, 4063.0, 4053.0, 4062.0, 4053.0, 4094.0, 4073.0, 4042.0, 4073.0, 4043.0, 4083.0, 4074.0, 4043.0, 4085.0, 4067.0, 4086.0, 4065.0, 4054.0, 4096.0, 4076.0, 4105.0, 4075.0, 4053.0, 4094.0, 4064.0, 4104.0, 4074.0, 4053.0, 4094.0, 4064.0, 4083.0, 4063.0, 4052.0, 4094.0, 4064.0, 4043.0, 4073.0, 4057.0, 4106.0, 4075.0, 4056.0, 4096.0, 4066.0, 4085.0, 4065.0, 4044.0, 4094.0, 4074.0, 4095.0, 4064.0, 4042.0, 4094.0, 4064.0, 4104.0, 4074.0, 4053.0, 4083.0, 4053.0, 4084.0, 4074.0, 4053.0, 4094.0, 4064.0, 4053.0, 4074.0, 4065.0, 4107.0, 4075.0, 4066.0, 4095.0, 4066.0, 4056.0, 4098.0, 4078.0, 4056.0, 4078.0, 4067.0, 4110.0, 4079.0, 4119.0, 4086.0, 4093.0, 4064.0, 4051.0, 4083.0, 4041.0, 4093.0, 4073.0, 4082.0, 4063.0, 4051.0, 4082.0, 4052.0, 4092.0, 4062.0, 4041.0, 4082.0, 4052.0, 4092.0, 4063.0, 4052.0, 4083.0, 4042.0, 4093.0, 4052.0, 4051.0, 4061.0, 4051.0, 4092.0, 4063.0, 4043.0, 4063.0, 4054.0, 4095.0, 4075.0, 4064.0, 4075.0, 4054.0, 4084.0, 4055.0, 4117.0, 4085.0, 4055.0, 4093.0, 4065.0, 4053.0, 4075.0, 4054.0, 4097.0, 4087.0, 4067.0, 4088.0, 4067.0, 4109.0, 4107.0, 4087.0, 4104.0, 4085.0, 4060.0, 4073.0, 4040.0, 4060.0, 4039.0, 4081.0, 4039.0, 4090.0, 4048.0, 4069.0, 4060.0, 4040.0, 4061.0, 4052.0, 4072.0, 4064.0, 4084.0, 4064.0, 4055.0, 4075.0, 4053.0, 4095.0, 4087.0, 4116.0, 4075.0, 4063.0, 4074.0, 4052.0, 4104.0, 4074.0, 4094.0, 4074.0, 4063.0, 4073.0, 4053.0, 4104.0, 4074.0, 4105.0, 4061.0, 4062.0, 4074.0, 4052.0, 4104.0, 4062.0, 4072.0, 4072.0, 4042.0, 4093.0, 4063.0, 4094.0, 4062.0, 4052.0, 4072.0, 4053.0, 4095.0, 4063.0, 4093.0, 4073.0, 4063.0, 4074.0, 4053.0, 4094.0, 4053.0, 4093.0, 4075.0, 4065.0, 4084.0, 4055.0, 4105.0, 4075.0, 4065.0, 4096.0, 4064.0, 4105.0, 4076.0, 4075.0, 4085.0, 4054.0, 4115.0, 4085.0, 4116.0, 4073.0, 4062.0, 4083.0, 4053.0, 4103.0, 4074.0, 4064.0, 4074.0, 4052.0, 4104.0, 4084.0, 4084.0, 4074.0, 4051.0, 4093.0, 4075.0, 4105.0, 4085.0, 4054.0, 4094.0, 4065.0, 4102.0, 4075.0, 4095.0, 4083.0, 4052.0, 4094.0, 4051.0, 4091.0, 4072.0, 4092.0, 4071.0, 4040.0, 4080.0, 4051.0, 4081.0, 4061.0, 4040.0, 4082.0, 4064.0, 4093.0, 4073.0, 4054.0, 4094.0, 4053.0, 4093.0, 4062.0, 4101.0, 4072.0, 4049.0, 4070.0, 4039.0, 4080.0, 4059.0, 4100.0, 4069.0, 4038.0, 4068.0, 4039.0, 4081.0, 4060.0, 4041.0, 4061.0, 4041.0, 4092.0, 4072.0, 4104.0, 4074.0, 4062.0, 4071.0, 4051.0, 4090.0, 4051.0, 4091.0, 4071.0, 4092.0, 4061.0, 4049.0, 4082.0, 4052.0, 4090.0, 4061.0, 4052.0, 4072.0, 4053.0, 4093.0, 4074.0, 4075.0, 4075.0, 4054.0, 4093.0, 4054.0, 4103.0, 4085.0, 4104.0, 4072.0, 4050.0, 4080.0, 4049.0, 4090.0, 4072.0, 4069.0, 4060.0, 4039.0, 4070.0, 4040.0, 4092.0, 4063.0, 4091.0, 4062.0, 4061.0, 4060.0, 4041.0, 4080.0, 4042.0, 4093.0, 4061.0, 4090.0, 4061.0, 4081.0, 4072.0, 4051.0, 4082.0, 4039.0, 4091.0, 4060.0, 4090.0, 4060.0, 4051.0, 4082.0, 4041.0, 4092.0, 4061.0, 4060.0, 4060.0, 4042.0, 4093.0, 4052.0, 4093.0, 4064.0, 4092.0, 4074.0, 4061.0, 4093.0, 4051.0, 4092.0, 4060.0, 4061.0, 4072.0, 4051.0, 4093.0, 4061.0, 4093.0, 4062.0, 4052.0, 4092.0, 4074.0, 4103.0, 4072.0, 4051.0, 4092.0, 4071.0, 4052.0, 4094.0, 4075.0, 4092.0, 4084.0, 4052.0, 4104.0, 4063.0, 4102.0, 4072.0, 4100.0, 4070.0, 4049.0, 4079.0, 4049.0, 4078.0, 4049.0, 4039.0, 4079.0, 4059.0, 4036.0, 4059.0, 4039.0, 4081.0, 4051.0, 4051.0, 4082.0, 4061.0, 4080.0, 4060.0, 4040.0, 4090.0, 4041.0, 4092.0, 4080.0, 4079.0, 4059.0, 4037.0, 4079.0, 4049.0, 4090.0, 4062.0, 4043.0, 4095.0, 4053.0, 4052.0, 4064.0, 4064.0, 4056.0, 4109.0, 4077.0, 4066.0, 4096.0, 4079.0, 4066.0, 4108.0, 4075.0, 4074.0, 4083.0, 4053.0, 4115.0, 4085.0, 4052.0, 4093.0, 4061.0, 4039.0, 4082.0, 4063.0, 4052.0, 4082.0, 4050.0, 4051.0, 4081.0, 4053.0, 4053.0, 4094.0, 4063.0, 4053.0, 4083.0, 4062.0, 4054.0, 4103.0, 4073.0, 4052.0, 4093.0, 4062.0, 4051.0, 4094.0, 4072.0, 4052.0, 4102.0, 4063.0, 4054.0, 4051.0, 4050.0, 4052.0, 4093.0, 4084.0, 4062.0, 4071.0, 4062.0, 4041.0, 4081.0, 4048.0, 4039.0, 4091.0, 4060.0, 4039.0, 4067.0, 4038.0, 4040.0, 4060.0, 4051.0, 4041.0, 4072.0, 4063.0, 4052.0, 4063.0, 4063.0, 4062.0, 4064.0, 4054.0, 4096.0, 4065.0, 4095.0, 4065.0, 4094.0, 4051.0, 4083.0, 4063.0, 4091.0, 4050.0, 4060.0, 4049.0, 4038.0, 4050.0, 4039.0, 4071.0, 4050.0, 4071.0, 4051.0, 4049.0, 4052.0, 4062.0, 4063.0, 4073.0, 4093.0, 4064.0, 4064.0, 4074.0, 4075.0, 4097.0, 4075.0, 4094.0, 4062.0, 4090.0, 4060.0, 4072.0, 4074.0, 4063.0, 4096.0, 4066.0, 4095.0, 4075.0, 4052.0, 4061.0, 4061.0, 4072.0, 4075.0, 4076.0, 4076.0, 4077.0, 4098.0, 4087.0, 4098.0, 4089.0, 4088.0, 4087.0, 4076.0, 4118.0, 4087.0, 4117.0, 4087.0, 4115.0, 4075.0, 4083.0, 4083.0, 4062.0, 4093.0, 4063.0, 4082.0, 4063.0, 4063.0, 4073.0, 4062.0, 4084.0, 4072.0, 4095.0, 4077.0, 4063.0, 4072.0, 4064.0, 4094.0, 4075.0, 4095.0, 4075.0, 4074.0, 4073.0, 4073.0, 4082.0, 4061.0, 4092.0, 4063.0, 4071.0, 4061.0, 4061.0, 4081.0, 4061.0, 4082.0, 4062.0, 4073.0, 4064.0, 4075.0, 4085.0, 4076.0, 4105.0, 4075.0, 4074.0, 4073.0, 4062.0, 4083.0, 4063.0, 4105.0, 4072.0, 4061.0, 4060.0, 4052.0, 4082.0, 4062.0, 4082.0, 4063.0, 4062.0, 4063.0, 4063.0, 4105.0, 4076.0, 4066.0, 4087.0, 4066.0, 4064.0, 4095.0, 4074.0, 4067.0, 4087.0, 4068.0, 4119.0, 4098.0, 4076.0, 4105.0, 4073.0, 4101.0, 4068.0, 4037.0, 4078.0, 4059.0, 4078.0, 4056.0, 4037.0, 4065.0, 4036.0, 4036.0, 4035.0, 4026.0, 4067.0, 4036.0, 4027.0, 4047.0, 4039.0, 4039.0, 4071.0, 4051.0, 4052.0, 4052.0, 4053.0, 4094.0, 4054.0, 4053.0, 4074.0, 4063.0, 4092.0, 4052.0, 4051.0, 4072.0, 4052.0, 4082.0, 4061.0, 4051.0, 4071.0, 4052.0, 4052.0, 4073.0, 4064.0, 4064.0, 4073.0, 4065.0, 4064.0, 4064.0, 4054.0, 4094.0, 4065.0, 4063.0, 4084.0, 4065.0, 4065.0, 4074.0, 4054.0, 4104.0, 4074.0, 4053.0, 4085.0, 4062.0, 4052.0, 4050.0, 4052.0, 4103.0, 4062.0, 4051.0, 4061.0, 4052.0, 4072.0, 4063.0, 4054.0, 4094.0, 4052.0, 4053.0, 4063.0, 4054.0, 4072.0, 4063.0, 4065.0, 4082.0, 4064.0, 4053.0, 4086.0, 4065.0, 4065.0, 4065.0, 4055.0, 4096.0, 4077.0, 4054.0, 4096.0, 4065.0, 4064.0, 4063.0, 4053.0, 4105.0, 4074.0, 4052.0, 4093.0, 4051.0, 4052.0, 4062.0, 4052.0, 4083.0, 4063.0, 4053.0, 4083.0, 4063.0, 4064.0, 4072.0, 4052.0, 4093.0, 4052.0, 4052.0, 4063.0, 4053.0, 4053.0, 4063.0, 4067.0, 4085.0, 4065.0, 4065.0, 4096.0, 4067.0, 4067.0, 4086.0, 4068.0, 4068.0, 4088.0, 4069.0, 4109.0, 4068.0, 4066.0, 4097.0, 4067.0, 4105.0, 4086.0, 4065.0, 4095.0, 4063.0, 4073.0, 4063.0, 4063.0, 4093.0, 4064.0, 4064.0, 4064.0, 4065.0, 4095.0, 4066.0, 4064.0, 4084.0, 4064.0, 4074.0, 4065.0, 4053.0, 4106.0, 4065.0, 4075.0, 4064.0, 4063.0, 4084.0, 4064.0, 4052.0, 4063.0, 4064.0, 4084.0, 4063.0, 4074.0, 4074.0, 4064.0, 4085.0, 4074.0, 4075.0, 4065.0, 4065.0, 4086.0, 4076.0, 4075.0, 4076.0, 4065.0, 4097.0, 4077.0, 4076.0, 4064.0, 4065.0, 4095.0, 4064.0, 4075.0, 4065.0, 4076.0, 4084.0, 4065.0, 4084.0, 4075.0, 4054.0, 4094.0, 4064.0, 4063.0, 4063.0, 4064.0, 4094.0, 4064.0, 4095.0, 4064.0, 4062.0, 4073.0, 4064.0, 4094.0, 4064.0, 4064.0, 4064.0, 4065.0, 4085.0, 4066.0, 4066.0, 4066.0, 4066.0, 4095.0, 4077.0, 4086.0, 4076.0, 4065.0, 4086.0, 4065.0, 4104.0, 4064.0, 4064.0, 4064.0, 4064.0, 4094.0, 4063.0, 4063.0, 4062.0, 4063.0, 4074.0, 4066.0, 4066.0, 4077.0, 4078.0, 4098.0, 4078.0, 4068.0, 4076.0, 4066.0, 4109.0, 4065.0, 4107.0, 4065.0, 4104.0, 4066.0, 4074.0, 4065.0, 4054.0, 4084.0, 4065.0, 4065.0, 4064.0, 4066.0, 4096.0, 4075.0, 4066.0, 4087.0, 4068.0, 4098.0, 4077.0, 4066.0, 4106.0, 4075.0, 4067.0, 4097.0, 4077.0, 4066.0, 4066.0, 4076.0, 4096.0, 4077.0, 4066.0, 4107.0, 4077.0, 4065.0, 4076.0, 4078.0, 4087.0, 4076.0, 4067.0, 4086.0, 4086.0, 4067.0, 4087.0, 4077.0, 4066.0, 4118.0, 4086.0, 4066.0, 4106.0, 4077.0, 4064.0, 4106.0, 4065.0, 4073.0, 4074.0, 4063.0, 4105.0, 4074.0, 4064.0, 4093.0, 4052.0, 4052.0, 4084.0, 4064.0, 4053.0, 4073.0, 4062.0, 4053.0, 4063.0, 4065.0, 4077.0, 4067.0, 4066.0, 4076.0, 4076.0, 4078.0, 4097.0, 4079.0, 4067.0, 4109.0, 4079.0, 4078.0, 4098.0, 4077.0, 4120.0, 4086.0, 4065.0, 4117.0, 4076.0, 4066.0, 4086.0, 4066.0, 4075.0, 4075.0, 4065.0, 4095.0, 4063.0, 4065.0, 4107.0, 4076.0, 4065.0, 4094.0, 4065.0, 4064.0, 4075.0, 4065.0, 4085.0, 4075.0, 4075.0, 4095.0, 4065.0, 4063.0, 4096.0, 4074.0, 4054.0, 4095.0, 4074.0, 4064.0, 4094.0, 4063.0, 4063.0, 4074.0, 4064.0, 4075.0, 4086.0, 4076.0, 4075.0, 4085.0, 4077.0, 4078.0, 4077.0, 4076.0, 4089.0, 4077.0, 4100.0, 4080.0, 4131.0, 4098.0, 4066.0, 4107.0, 4075.0, 4076.0, 4085.0, 4063.0, 4093.0, 4073.0, 4054.0, 4066.0, 4066.0, 4067.0, 4067.0, 4089.0, 4080.0, 4069.0, 4079.0, 4080.0, 4120.0, 4089.0, 4097.0, 4120.0, 4076.0, 4106.0, 4085.0, 4083.0, 4074.0, 4052.0, 4092.0, 4061.0, 4070.0, 4058.0, 4050.0, 4082.0, 4052.0, 4050.0, 4070.0, 4064.0, 4063.0, 4063.0, 4065.0, 4054.0, 4077.0, 4055.0, 4075.0, 4077.0, 4067.0, 4119.0, 4077.0, 4066.0, 4106.0, 4076.0, 4073.0, 4063.0, 4053.0, 4105.0, 4074.0, 4051.0, 4072.0, 4051.0, 4050.0, 4071.0, 4041.0, 4072.0, 4051.0, 4062.0, 4072.0, 4052.0, 4063.0, 4095.0, 4052.0, 4073.0, 4051.0, 4053.0, 4063.0, 4063.0, 4064.0, 4053.0, 4064.0, 4054.0, 4084.0, 4065.0], 'WindowWidth': [9250.0, 9181.0, 9177.0, 9109.0, 9123.0, 9089.0, 9058.0, 9149.0, 9100.0, 9048.0, 9124.0, 9067.0, 9035.0, 9055.0, 9049.0, 9052.0, 9073.0, 9050.0, 9070.0, 9046.0, 9034.0, 9090.0, 9065.0, 9061.0, 9057.0, 9031.0, 9083.0, 9058.0, 9071.0, 9071.0, 9029.0, 9080.0, 9043.0, 9041.0, 9057.0, 9031.0, 9086.0, 9045.0, 9029.0, 9058.0, 9047.0, 9103.0, 9063.0, 9090.0, 9062.0, 9045.0, 9088.0, 9063.0, 9133.0, 9061.0, 9047.0, 9059.0, 9046.0, 9101.0, 9075.0, 9032.0, 9074.0, 9035.0, 9088.0, 9078.0, 9036.0, 9093.0, 9071.0, 9096.0, 9069.0, 9053.0, 9110.0, 9085.0, 9120.0, 9082.0, 9050.0, 9104.0, 9064.0, 9118.0, 9077.0, 9048.0, 9104.0, 9064.0, 9086.0, 9061.0, 9045.0, 9104.0, 9063.0, 9036.0, 9075.0, 9063.0, 9125.0, 9081.0, 9055.0, 9109.0, 9070.0, 9094.0, 9067.0, 9038.0, 9106.0, 9078.0, 9105.0, 9064.0, 9033.0, 9103.0, 9064.0, 9118.0, 9077.0, 9048.0, 9088.0, 9049.0, 9091.0, 9079.0, 9050.0, 9104.0, 9066.0, 9049.0, 9079.0, 9067.0, 9127.0, 9082.0, 9072.0, 9109.0, 9071.0, 9059.0, 9117.0, 9090.0, 9060.0, 9091.0, 9074.0, 9135.0, 9095.0, 9144.0, 9097.0, 9103.0, 9063.0, 9043.0, 9086.0, 9028.0, 9100.0, 9074.0, 9084.0, 9059.0, 9042.0, 9083.0, 9045.0, 9099.0, 9058.0, 9029.0, 9084.0, 9047.0, 9098.0, 9063.0, 9047.0, 9087.0, 9032.0, 9101.0, 9045.0, 9041.0, 9055.0, 9042.0, 9099.0, 9062.0, 9035.0, 9062.0, 9051.0, 9107.0, 9082.0, 9067.0, 9082.0, 9054.0, 9090.0, 9056.0, 9143.0, 9093.0, 9053.0, 9102.0, 9068.0, 9052.0, 9081.0, 9056.0, 9114.0, 9104.0, 9076.0, 9105.0, 9077.0, 9135.0, 9129.0, 9099.0, 9120.0, 9092.0, 9053.0, 9072.0, 9027.0, 9052.0, 9021.0, 9081.0, 9023.0, 9092.0, 9036.0, 9062.0, 9054.0, 9028.0, 9058.0, 9049.0, 9073.0, 9066.0, 9093.0, 9067.0, 9056.0, 9082.0, 9053.0, 9108.0, 9100.0, 9137.0, 9081.0, 9063.0, 9078.0, 9047.0, 9119.0, 9079.0, 9106.0, 9080.0, 9063.0, 9077.0, 9049.0, 9118.0, 9077.0, 9120.0, 9059.0, 9059.0, 9077.0, 9047.0, 9117.0, 9061.0, 9073.0, 9073.0, 9032.0, 9103.0, 9062.0, 9105.0, 9062.0, 9046.0, 9075.0, 9048.0, 9106.0, 9063.0, 9103.0, 9076.0, 9063.0, 9079.0, 9050.0, 9106.0, 9051.0, 9102.0, 9081.0, 9069.0, 9093.0, 9055.0, 9121.0, 9082.0, 9069.0, 9113.0, 9067.0, 9124.0, 9087.0, 9081.0, 9095.0, 9053.0, 9138.0, 9095.0, 9136.0, 9077.0, 9060.0, 9088.0, 9050.0, 9117.0, 9079.0, 9067.0, 9078.0, 9049.0, 9117.0, 9094.0, 9091.0, 9079.0, 9048.0, 9103.0, 9081.0, 9121.0, 9095.0, 9052.0, 9106.0, 9068.0, 9116.0, 9083.0, 9108.0, 9091.0, 9045.0, 9104.0, 9045.0, 9096.0, 9073.0, 9098.0, 9068.0, 9027.0, 9079.0, 9041.0, 9082.0, 9057.0, 9029.0, 9088.0, 9068.0, 9103.0, 9078.0, 9052.0, 9106.0, 9048.0, 9102.0, 9058.0, 9111.0, 9070.0, 9038.0, 9067.0, 9024.0, 9078.0, 9051.0, 9107.0, 9062.0, 9022.0, 9060.0, 9025.0, 9083.0, 9056.0, 9032.0, 9059.0, 9034.0, 9100.0, 9075.0, 9118.0, 9077.0, 9061.0, 9072.0, 9041.0, 9093.0, 9042.0, 9095.0, 9070.0, 9099.0, 9056.0, 9039.0, 9087.0, 9046.0, 9094.0, 9058.0, 9047.0, 9074.0, 9051.0, 9102.0, 9081.0, 9082.0, 9081.0, 9053.0, 9104.0, 9052.0, 9117.0, 9094.0, 9116.0, 9073.0, 9041.0, 9080.0, 9039.0, 9093.0, 9072.0, 9065.0, 9053.0, 9026.0, 9067.0, 9028.0, 9100.0, 9063.0, 9098.0, 9060.0, 9057.0, 9057.0, 9031.0, 9083.0, 9033.0, 9102.0, 9056.0, 9093.0, 9057.0, 9083.0, 9073.0, 9043.0, 9086.0, 9025.0, 9094.0, 9054.0, 9094.0, 9056.0, 9043.0, 9087.0, 9031.0, 9099.0, 9059.0, 9054.0, 9055.0, 9032.0, 9104.0, 9048.0, 9105.0, 9067.0, 9101.0, 9079.0, 9057.0, 9103.0, 9044.0, 9098.0, 9056.0, 9057.0, 9073.0, 9045.0, 9102.0, 9059.0, 9104.0, 9062.0, 9047.0, 9101.0, 9078.0, 9118.0, 9074.0, 9046.0, 9101.0, 9072.0, 9047.0, 9105.0, 9081.0, 9103.0, 9093.0, 9047.0, 9118.0, 9062.0, 9112.0, 9071.0, 9108.0, 9066.0, 9036.0, 9076.0, 9036.0, 9074.0, 9036.0, 9022.0, 9075.0, 9050.0, 9016.0, 9051.0, 9026.0, 9082.0, 9044.0, 9045.0, 9086.0, 9057.0, 9081.0, 9054.0, 9026.0, 9094.0, 9028.0, 9098.0, 9080.0, 9077.0, 9049.0, 9017.0, 9076.0, 9038.0, 9096.0, 9061.0, 9039.0, 9110.0, 9050.0, 9049.0, 9068.0, 9067.0, 9059.0, 9136.0, 9089.0, 9073.0, 9113.0, 9093.0, 9071.0, 9128.0, 9085.0, 9077.0, 9088.0, 9049.0, 9135.0, 9092.0, 9045.0, 9100.0, 9056.0, 9024.0, 9083.0, 9059.0, 9044.0, 9084.0, 9041.0, 9041.0, 9082.0, 9049.0, 9047.0, 9103.0, 9061.0, 9049.0, 9086.0, 9059.0, 9049.0, 9115.0, 9073.0, 9045.0, 9100.0, 9057.0, 9041.0, 9103.0, 9073.0, 9046.0, 9110.0, 9063.0, 9052.0, 9044.0, 9039.0, 9044.0, 9099.0, 9087.0, 9055.0, 9066.0, 9054.0, 9028.0, 9078.0, 9031.0, 9019.0, 9091.0, 9050.0, 9019.0, 9056.0, 9019.0, 9024.0, 9048.0, 9039.0, 9027.0, 9069.0, 9060.0, 9044.0, 9060.0, 9062.0, 9057.0, 9063.0, 9050.0, 9109.0, 9066.0, 9106.0, 9065.0, 9101.0, 9040.0, 9083.0, 9057.0, 9091.0, 9035.0, 9048.0, 9034.0, 9018.0, 9035.0, 9020.0, 9065.0, 9036.0, 9065.0, 9040.0, 9036.0, 9042.0, 9059.0, 9060.0, 9075.0, 9101.0, 9064.0, 9063.0, 9081.0, 9084.0, 9114.0, 9085.0, 9108.0, 9064.0, 9098.0, 9058.0, 9073.0, 9077.0, 9062.0, 9108.0, 9069.0, 9110.0, 9081.0, 9046.0, 9057.0, 9057.0, 9073.0, 9082.0, 9085.0, 9087.0, 9088.0, 9118.0, 9103.0, 9117.0, 9108.0, 9104.0, 9102.0, 9086.0, 9143.0, 9100.0, 9139.0, 9098.0, 9133.0, 9082.0, 9088.0, 9088.0, 9057.0, 9100.0, 9060.0, 9084.0, 9061.0, 9061.0, 9075.0, 9059.0, 9088.0, 9073.0, 9105.0, 9084.0, 9061.0, 9074.0, 9064.0, 9103.0, 9080.0, 9105.0, 9079.0, 9075.0, 9074.0, 9073.0, 9084.0, 9054.0, 9098.0, 9059.0, 9068.0, 9055.0, 9053.0, 9080.0, 9056.0, 9085.0, 9059.0, 9073.0, 9064.0, 9079.0, 9095.0, 9082.0, 9121.0, 9080.0, 9075.0, 9074.0, 9055.0, 9087.0, 9061.0, 9118.0, 9073.0, 9056.0, 9053.0, 9043.0, 9082.0, 9057.0, 9086.0, 9060.0, 9058.0, 9061.0, 9061.0, 9119.0, 9083.0, 9071.0, 9100.0, 9073.0, 9066.0, 9107.0, 9081.0, 9072.0, 9098.0, 9074.0, 9145.0, 9115.0, 9081.0, 9121.0, 9074.0, 9106.0, 9056.0, 9012.0, 9069.0, 9045.0, 9067.0, 9037.0, 9013.0, 9047.0, 9010.0, 9009.0, 9006.0, 8995.0, 9053.0, 9011.0, 9000.0, 9026.0, 9019.0, 9022.0, 9065.0, 9040.0, 9042.0, 9043.0, 9047.0, 9101.0, 9048.0, 9045.0, 9075.0, 9061.0, 9097.0, 9042.0, 9037.0, 9069.0, 9041.0, 9080.0, 9052.0, 9039.0, 9067.0, 9044.0, 9042.0, 9071.0, 9061.0, 9061.0, 9072.0, 9065.0, 9063.0, 9062.0, 9048.0, 9104.0, 9066.0, 9061.0, 9090.0, 9064.0, 9064.0, 9076.0, 9048.0, 9115.0, 9076.0, 9044.0, 9089.0, 9058.0, 9043.0, 9037.0, 9041.0, 9111.0, 9054.0, 9039.0, 9053.0, 9043.0, 9070.0, 9060.0, 9049.0, 9104.0, 9045.0, 9045.0, 9060.0, 9049.0, 9071.0, 9060.0, 9066.0, 9084.0, 9064.0, 9048.0, 9095.0, 9067.0, 9067.0, 9065.0, 9051.0, 9108.0, 9083.0, 9049.0, 9106.0, 9065.0, 9063.0, 9059.0, 9047.0, 9117.0, 9076.0, 9042.0, 9099.0, 9041.0, 9042.0, 9057.0, 9044.0, 9085.0, 9059.0, 9048.0, 9086.0, 9060.0, 9062.0, 9072.0, 9043.0, 9098.0, 9042.0, 9042.0, 9058.0, 9047.0, 9048.0, 9061.0, 9072.0, 9092.0, 9068.0, 9067.0, 9109.0, 9074.0, 9075.0, 9098.0, 9075.0, 9075.0, 9103.0, 9079.0, 9130.0, 9074.0, 9069.0, 9111.0, 9071.0, 9121.0, 9095.0, 9063.0, 9103.0, 9058.0, 9071.0, 9059.0, 9059.0, 9099.0, 9062.0, 9062.0, 9062.0, 9065.0, 9104.0, 9068.0, 9063.0, 9089.0, 9063.0, 9077.0, 9065.0, 9049.0, 9121.0, 9065.0, 9077.0, 9062.0, 9059.0, 9088.0, 9063.0, 9045.0, 9059.0, 9063.0, 9088.0, 9060.0, 9076.0, 9077.0, 9064.0, 9091.0, 9077.0, 9077.0, 9066.0, 9065.0, 9094.0, 9081.0, 9079.0, 9081.0, 9065.0, 9112.0, 9083.0, 9080.0, 9064.0, 9065.0, 9106.0, 9063.0, 9079.0, 9064.0, 9080.0, 9091.0, 9066.0, 9089.0, 9078.0, 9047.0, 9102.0, 9061.0, 9060.0, 9060.0, 9061.0, 9102.0, 9063.0, 9103.0, 9061.0, 9058.0, 9072.0, 9063.0, 9102.0, 9064.0, 9062.0, 9064.0, 9066.0, 9092.0, 9067.0, 9067.0, 9068.0, 9067.0, 9106.0, 9084.0, 9095.0, 9083.0, 9067.0, 9096.0, 9064.0, 9116.0, 9063.0, 9061.0, 9061.0, 9060.0, 9101.0, 9060.0, 9060.0, 9059.0, 9062.0, 9077.0, 9069.0, 9070.0, 9086.0, 9089.0, 9115.0, 9089.0, 9076.0, 9086.0, 9072.0, 9130.0, 9067.0, 9125.0, 9066.0, 9117.0, 9067.0, 9075.0, 9064.0, 9047.0, 9088.0, 9067.0, 9066.0, 9066.0, 9069.0, 9110.0, 9081.0, 9069.0, 9100.0, 9076.0, 9114.0, 9084.0, 9070.0, 9121.0, 9080.0, 9071.0, 9113.0, 9083.0, 9068.0, 9068.0, 9080.0, 9109.0, 9085.0, 9069.0, 9125.0, 9084.0, 9067.0, 9084.0, 9089.0, 9100.0, 9084.0, 9072.0, 9097.0, 9095.0, 9072.0, 9098.0, 9087.0, 9069.0, 9141.0, 9096.0, 9068.0, 9123.0, 9084.0, 9065.0, 9121.0, 9067.0, 9075.0, 9075.0, 9061.0, 9119.0, 9076.0, 9060.0, 9100.0, 9045.0, 9044.0, 9088.0, 9063.0, 9046.0, 9073.0, 9058.0, 9046.0, 9061.0, 9065.0, 9087.0, 9071.0, 9069.0, 9083.0, 9084.0, 9088.0, 9113.0, 9092.0, 9074.0, 9132.0, 9091.0, 9088.0, 9114.0, 9085.0, 9148.0, 9098.0, 9065.0, 9139.0, 9081.0, 9068.0, 9095.0, 9069.0, 9079.0, 9080.0, 9068.0, 9105.0, 9061.0, 9066.0, 9125.0, 9084.0, 9065.0, 9105.0, 9065.0, 9062.0, 9080.0, 9067.0, 9093.0, 9080.0, 9078.0, 9106.0, 9067.0, 9062.0, 9108.0, 9076.0, 9048.0, 9104.0, 9079.0, 9063.0, 9103.0, 9061.0, 9060.0, 9075.0, 9064.0, 9079.0, 9097.0, 9084.0, 9082.0, 9095.0, 9085.0, 9089.0, 9088.0, 9085.0, 9105.0, 9088.0, 9122.0, 9097.0, 9165.0, 9115.0, 9070.0, 9126.0, 9081.0, 9082.0, 9092.0, 9059.0, 9100.0, 9074.0, 9053.0, 9071.0, 9071.0, 9073.0, 9074.0, 9108.0, 9096.0, 9080.0, 9093.0, 9094.0, 9149.0, 9104.0, 9112.0, 9146.0, 9081.0, 9121.0, 9090.0, 9085.0, 9074.0, 9042.0, 9095.0, 9053.0, 9062.0, 9045.0, 9037.0, 9082.0, 9042.0, 9036.0, 9063.0, 9062.0, 9061.0, 9061.0, 9066.0, 9050.0, 9085.0, 9055.0, 9081.0, 9086.0, 9073.0, 9145.0, 9085.0, 9068.0, 9122.0, 9082.0, 9073.0, 9059.0, 9044.0, 9118.0, 9073.0, 9040.0, 9068.0, 9040.0, 9036.0, 9065.0, 9026.0, 9067.0, 9041.0, 9059.0, 9070.0, 9043.0, 9058.0, 9107.0, 9045.0, 9071.0, 9038.0, 9046.0, 9057.0, 9059.0, 9062.0, 9045.0, 9062.0, 9048.0, 9089.0, 9065.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.002968204683434519</td></tr>
<tr><td colspan=3>aqi</td><td>0.026363553165654814</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.329011575998265</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2360932275520842</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0329241539583334</td></tr>
<tr><td colspan=3>efc</td><td>0.4714</td></tr>
<tr><td colspan=3>fber</td><td>5882.6167</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0760970071401042</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6938421509106678</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3358044921398644</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2664091277827776</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4987747586063858</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2422295900304303</td></tr>
<tr><td colspan=3>gcor</td><td>0.00577377</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007085005287081003</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030127279460430145</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.089249809144083</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>20.83</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.1876</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>166.3189</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301961.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>785.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>329.7162</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6633</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>545.0988</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3313.6001</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3453.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74583.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1321.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4345.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>844.4035</td></tr>
<tr><td colspan=3>tsnr</td><td>35.76287818362471</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>