<?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-0078_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-0078_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-0078_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-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0078/figures/sub-0078_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-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078/ses-03/func/sub-0078_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>5a6198403114e789eada393c48985afd</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>11:45:24.640000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999504, 0.0283799, -0.0136307, -0.0265221, 0.992277, 0.121176]</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.0819243</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>[4138, -7764, -7215, 737, -54, -169, -35, 104]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.869</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>48aa88c3-4f8d-48d9-ba29-410ce5959e53||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6815969944000244, -0.07115685939788818, -0.04580378532409668, 117.13214111328125], [-0.07614108920097351, 2.662205696105957, 0.32603806257247925, -107.58740234375], [-0.03657009080052376, -0.32510748505592346, 2.6798510551452637, -35.782562255859375], [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': ['114524.640000', '114525.100000', '114525.560000', '114526.020000', '114526.480000', '114526.940000', '114527.400000', '114527.860000', '114528.320000', '114528.780000', '114529.240000', '114529.700000', '114530.160000', '114530.620000', '114531.080000', '114531.540000', '114532.000000', '114532.460000', '114532.920000', '114533.380000', '114533.840000', '114534.300000', '114534.760000', '114535.220000', '114535.680000', '114536.140000', '114536.600000', '114537.060000', '114537.520000', '114537.980000', '114538.440000', '114538.900000', '114539.360000', '114539.820000', '114540.280000', '114540.740000', '114541.200000', '114541.660000', '114542.120000', '114542.580000', '114543.040000', '114543.500000', '114543.960000', '114544.420000', '114544.880000', '114545.340000', '114545.800000', '114546.260000', '114546.720000', '114547.180000', '114547.640000', '114548.100000', '114548.560000', '114549.020000', '114549.480000', '114549.940000', '114550.400000', '114550.860000', '114551.320000', '114551.780000', '114552.240000', '114552.700000', '114553.160000', '114553.620000', '114554.080000', '114554.540000', '114555.000000', '114555.460000', '114555.920000', '114556.380000', '114556.840000', '114557.300000', '114557.760000', '114558.220000', '114558.680000', '114559.140000', '114559.600000', '114600.060000', '114600.520000', '114600.980000', '114601.440000', '114601.900000', '114602.360000', '114602.820000', '114603.280000', '114603.740000', '114604.200000', '114604.660000', '114605.120000', '114605.580000', '114606.040000', '114606.500000', '114606.960000', '114607.420000', '114607.880000', '114608.340000', '114608.800000', '114609.260000', '114609.720000', '114610.180000', '114610.640000', '114611.100000', '114611.560000', '114612.020000', '114612.480000', '114612.940000', '114613.400000', '114613.860000', '114614.320000', '114614.780000', '114615.240000', '114615.700000', '114616.160000', '114616.620000', '114617.080000', '114617.540000', '114618.000000', '114618.460000', '114618.920000', '114619.380000', '114619.840000', '114620.300000', '114620.760000', '114621.220000', '114621.680000', '114622.140000', '114622.600000', '114623.060000', '114623.520000', '114623.980000', '114624.440000', '114624.900000', '114625.360000', '114625.820000', '114626.280000', '114626.740000', '114627.200000', '114627.660000', '114628.120000', '114628.580000', '114629.040000', '114629.500000', '114629.960000', '114630.420000', '114630.880000', '114631.340000', '114631.800000', '114632.260000', '114632.720000', '114633.180000', '114633.640000', '114634.100000', '114634.560000', '114635.020000', '114635.480000', '114635.940000', '114636.400000', '114636.860000', '114637.320000', '114637.780000', '114638.240000', '114638.700000', '114639.160000', '114639.620000', '114640.080000', '114640.540000', '114641.000000', '114641.460000', '114641.920000', '114642.380000', '114642.840000', '114643.300000', '114643.760000', '114644.220000', '114644.680000', '114645.140000', '114645.600000', '114646.060000', '114646.520000', '114646.980000', '114647.440000', '114647.900000', '114648.360000', '114648.820000', '114649.280000', '114649.740000', '114650.200000', '114650.660000', '114651.120000', '114651.580000', '114652.040000', '114652.500000', '114652.960000', '114653.420000', '114653.880000', '114654.340000', '114654.800000', '114655.260000', '114655.720000', '114656.180000', '114656.640000', '114657.100000', '114657.560000', '114658.020000', '114658.480000', '114658.940000', '114659.400000', '114659.860000', '114700.320000', '114700.780000', '114701.240000', '114701.700000', '114702.160000', '114702.620000', '114703.080000', '114703.540000', '114704.000000', '114704.460000', '114704.920000', '114705.380000', '114705.840000', '114706.300000', '114706.760000', '114707.220000', '114707.680000', '114708.140000', '114708.600000', '114709.060000', '114709.520000', '114709.980000', '114710.440000', '114710.900000', '114711.360000', '114711.820000', '114712.280000', '114712.740000', '114713.200000', '114713.660000', '114714.120000', '114714.580000', '114715.040000', '114715.500000', '114715.960000', '114716.420000', '114716.880000', '114717.340000', '114717.800000', '114718.260000', '114718.720000', '114719.180000', '114719.640000', '114720.100000', '114720.560000', '114721.020000', '114721.480000', '114721.940000', '114722.400000', '114722.860000', '114723.320000', '114723.780000', '114724.240000', '114724.700000', '114725.160000', '114725.620000', '114726.080000', '114726.540000', '114727.000000', '114727.460000', '114727.920000', '114728.380000', '114728.840000', '114729.300000', '114729.760000', '114730.220000', '114730.680000', '114731.140000', '114731.600000', '114732.060000', '114732.520000', '114732.980000', '114733.440000', '114733.900000', '114734.360000', '114734.820000', '114735.280000', '114735.740000', '114736.200000', '114736.660000', '114737.120000', '114737.580000', '114738.040000', '114738.500000', '114738.960000', '114739.420000', '114739.880000', '114740.340000', '114740.800000', '114741.260000', '114741.720000', '114742.180000', '114742.640000', '114743.100000', '114743.560000', '114744.020000', '114744.480000', '114744.940000', '114745.400000', '114745.860000', '114746.320000', '114746.780000', '114747.240000', '114747.700000', '114748.160000', '114748.620000', '114749.080000', '114749.540000', '114750.000000', '114750.460000', '114750.920000', '114751.380000', '114751.840000', '114752.300000', '114752.760000', '114753.220000', '114753.680000', '114754.140000', '114754.600000', '114755.060000', '114755.520000', '114755.980000', '114756.440000', '114756.900000', '114757.360000', '114757.820000', '114758.280000', '114758.740000', '114759.200000', '114759.660000', '114800.120000', '114800.580000', '114801.040000', '114801.500000', '114801.960000', '114802.420000', '114802.880000', '114803.340000', '114803.800000', '114804.260000', '114804.720000', '114805.180000', '114805.640000', '114806.100000', '114806.560000', '114807.020000', '114807.480000', '114807.940000', '114808.400000', '114808.860000', '114809.320000', '114809.780000', '114810.240000', '114810.700000', '114811.160000', '114811.620000', '114812.080000', '114812.540000', '114813.000000', '114813.460000', '114813.920000', '114814.380000', '114814.840000', '114815.300000', '114815.760000', '114816.220000', '114816.680000', '114817.140000', '114817.600000', '114818.060000', '114818.520000', '114818.980000', '114819.440000', '114819.900000', '114820.360000', '114820.820000', '114821.280000', '114821.740000', '114822.200000', '114822.660000', '114823.120000', '114823.580000', '114824.040000', '114824.500000', '114824.960000', '114825.420000', '114825.880000', '114826.340000', '114826.800000', '114827.260000', '114827.720000', '114828.180000', '114828.640000', '114829.100000', '114829.560000', '114830.020000', '114830.480000', '114830.940000', '114831.400000', '114831.860000', '114832.320000', '114832.780000', '114833.240000', '114833.700000', '114834.160000', '114834.620000', '114835.080000', '114835.540000', '114836.000000', '114836.460000', '114836.920000', '114837.380000', '114837.840000', '114838.300000', '114838.760000', '114839.220000', '114839.680000', '114840.140000', '114840.600000', '114841.060000', '114841.520000', '114841.980000', '114842.440000', '114842.900000', '114843.360000', '114843.820000', '114844.280000', '114844.740000', '114845.200000', '114845.660000', '114846.120000', '114846.580000', '114847.040000', '114847.500000', '114847.960000', '114848.420000', '114848.880000', '114849.340000', '114849.800000', '114850.260000', '114850.720000', '114851.180000', '114851.640000', '114852.100000', '114852.560000', '114853.020000', '114853.480000', '114853.940000', '114854.400000', '114854.860000', '114855.320000', '114855.780000', '114856.240000', '114856.700000', '114857.160000', '114857.620000', '114858.080000', '114858.540000', '114859.000000', '114859.460000', '114859.920000', '114900.380000', '114900.840000', '114901.300000', '114901.760000', '114902.220000', '114902.680000', '114903.140000', '114903.600000', '114904.060000', '114904.520000', '114904.980000', '114905.440000', '114905.900000', '114906.360000', '114906.820000', '114907.280000', '114907.740000', '114908.200000', '114908.660000', '114909.120000', '114909.580000', '114910.040000', '114910.500000', '114910.960000', '114911.420000', '114911.880000', '114912.340000', '114912.800000', '114913.260000', '114913.720000', '114914.180000', '114914.640000', '114915.100000', '114915.560000', '114916.020000', '114916.480000', '114916.940000', '114917.400000', '114917.860000', '114918.320000', '114918.780000', '114919.240000', '114919.700000', '114920.160000', '114920.620000', '114921.080000', '114921.540000', '114922.000000', '114922.460000', '114922.920000', '114923.380000', '114923.840000', '114924.300000', '114924.760000', '114925.220000', '114925.680000', '114926.140000', '114926.600000', '114927.060000', '114927.520000', '114927.980000', '114928.440000', '114928.900000', '114929.360000', '114929.820000', '114930.280000', '114930.740000', '114931.200000', '114931.660000', '114932.120000', '114932.580000', '114933.040000', '114933.500000', '114933.960000', '114934.420000', '114934.880000', '114935.340000', '114935.800000', '114936.260000', '114936.720000', '114937.180000', '114937.640000', '114938.100000', '114938.560000', '114939.020000', '114939.480000', '114939.940000', '114940.400000', '114940.860000', '114941.320000', '114941.780000', '114942.240000', '114942.700000', '114943.160000', '114943.620000', '114944.080000', '114944.540000', '114945.000000', '114945.460000', '114945.920000', '114946.380000', '114946.840000', '114947.300000', '114947.760000', '114948.220000', '114948.680000', '114949.140000', '114949.600000', '114950.060000', '114950.520000', '114950.980000', '114951.440000', '114951.900000', '114952.360000', '114952.820000', '114953.280000', '114953.740000', '114954.200000', '114954.660000', '114955.120000', '114955.580000', '114956.040000', '114956.500000', '114956.960000', '114957.420000', '114957.880000', '114958.340000', '114958.800000', '114959.260000', '114959.720000', '115000.180000', '115000.640000', '115001.100000', '115001.560000', '115002.020000', '115002.480000', '115002.940000', '115003.400000', '115003.860000', '115004.320000', '115004.780000', '115005.240000', '115005.700000', '115006.160000', '115006.620000', '115007.080000', '115007.540000', '115008.000000', '115008.460000', '115008.920000', '115009.380000', '115009.840000', '115010.300000', '115010.760000', '115011.220000', '115011.680000', '115012.140000', '115012.600000', '115013.060000', '115013.520000', '115013.980000', '115014.440000', '115014.900000', '115015.360000', '115015.820000', '115016.280000', '115016.740000', '115017.200000', '115017.660000', '115018.120000', '115018.580000', '115019.040000', '115019.500000', '115019.960000', '115020.420000', '115020.880000', '115021.340000', '115021.800000', '115022.260000', '115022.720000', '115023.180000', '115023.640000', '115024.100000', '115024.560000', '115025.020000', '115025.480000', '115025.940000', '115026.400000', '115026.860000', '115027.320000', '115027.780000', '115028.240000', '115028.700000', '115029.160000', '115029.620000', '115030.080000', '115030.540000', '115031.000000', '115031.460000', '115031.920000', '115032.380000', '115032.840000', '115033.300000', '115033.760000', '115034.220000', '115034.680000', '115035.140000', '115035.600000', '115036.060000', '115036.520000', '115036.980000', '115037.440000', '115037.900000', '115038.360000', '115038.820000', '115039.280000', '115039.740000', '115040.200000', '115040.660000', '115041.120000', '115041.580000', '115042.040000', '115042.500000', '115042.960000', '115043.420000', '115043.880000', '115044.340000', '115044.800000', '115045.260000', '115045.720000', '115046.180000', '115046.640000', '115047.100000', '115047.560000', '115048.020000', '115048.480000', '115048.940000', '115049.400000', '115049.860000', '115050.320000', '115050.780000', '115051.240000', '115051.700000', '115052.160000', '115052.620000', '115053.080000', '115053.540000', '115054.000000', '115054.460000', '115054.920000', '115055.380000', '115055.840000', '115056.300000', '115056.760000', '115057.220000', '115057.680000', '115058.140000', '115058.600000', '115059.060000', '115059.520000', '115059.980000', '115100.440000', '115100.900000', '115101.360000', '115101.820000', '115102.280000', '115102.740000', '115103.200000', '115103.660000', '115104.120000', '115104.580000', '115105.040000', '115105.500000', '115105.960000', '115106.420000', '115106.880000', '115107.340000', '115107.800000', '115108.260000', '115108.720000', '115109.180000', '115109.640000', '115110.100000', '115110.560000', '115111.020000', '115111.480000', '115111.940000', '115112.400000', '115112.860000', '115113.320000', '115113.780000', '115114.240000', '115114.700000', '115115.160000', '115115.620000', '115116.080000', '115116.540000', '115117.000000', '115117.460000', '115117.920000', '115118.380000', '115118.840000', '115119.300000', '115119.760000', '115120.220000', '115120.680000', '115121.140000', '115121.600000', '115122.060000', '115122.520000', '115122.980000', '115123.440000', '115123.900000', '115124.360000', '115124.820000', '115125.280000', '115125.740000', '115126.200000', '115126.660000', '115127.120000', '115127.580000', '115128.040000', '115128.500000', '115128.960000', '115129.420000', '115129.880000', '115130.340000', '115130.800000', '115131.260000', '115131.720000', '115132.180000', '115132.640000', '115133.100000', '115133.560000', '115134.020000', '115134.480000', '115134.940000', '115135.400000', '115135.860000', '115136.320000', '115136.780000', '115137.240000', '115137.700000', '115138.160000', '115138.620000', '115139.080000', '115139.540000', '115140.000000', '115140.460000', '115140.920000', '115141.380000', '115141.840000', '115142.300000', '115142.760000', '115143.220000', '115143.680000', '115144.140000', '115144.600000', '115145.060000', '115145.520000', '115145.980000', '115146.440000', '115146.900000', '115147.360000', '115147.820000', '115148.280000', '115148.740000', '115149.200000', '115149.660000', '115150.120000', '115150.580000', '115151.040000', '115151.500000', '115151.960000', '115152.420000', '115152.880000', '115153.340000', '115153.800000', '115154.260000', '115154.720000', '115155.180000', '115155.640000', '115156.100000', '115156.560000', '115157.020000', '115157.480000', '115157.940000', '115158.400000', '115158.860000', '115159.320000', '115159.780000', '115200.240000', '115200.700000', '115201.160000', '115201.620000', '115202.080000', '115202.540000', '115203.000000', '115203.460000', '115203.920000', '115204.380000', '115204.840000', '115205.300000', '115205.760000', '115206.220000', '115206.680000', '115207.140000', '115207.600000', '115208.060000', '115208.520000', '115208.980000', '115209.440000', '115209.900000', '115210.360000', '115210.820000', '115211.280000', '115211.740000', '115212.200000', '115212.660000', '115213.120000', '115213.580000', '115214.040000', '115214.500000', '115214.960000', '115215.420000', '115215.880000', '115216.340000', '115216.800000', '115217.260000', '115217.720000', '115218.180000', '115218.640000', '115219.100000', '115219.560000', '115220.020000', '115220.480000', '115220.940000', '115221.400000', '115221.860000', '115222.320000', '115222.780000', '115223.240000', '115223.700000', '115224.160000', '115224.620000', '115225.080000', '115225.540000', '115226.000000', '115226.460000', '115226.920000', '115227.380000', '115227.840000', '115228.300000', '115228.760000', '115229.220000', '115229.680000', '115230.140000', '115230.600000', '115231.060000', '115231.520000', '115231.980000', '115232.440000', '115232.900000', '115233.360000', '115233.820000', '115234.280000', '115234.740000', '115235.200000', '115235.660000', '115236.120000', '115236.580000', '115237.040000', '115237.500000', '115237.960000', '115238.420000', '115238.880000', '115239.340000', '115239.800000', '115240.260000', '115240.720000', '115241.180000', '115241.640000', '115242.100000', '115242.560000', '115243.020000', '115243.480000', '115243.940000', '115244.400000', '115244.860000', '115245.320000', '115245.780000', '115246.240000', '115246.700000', '115247.160000', '115247.620000', '115248.080000', '115248.540000', '115249.000000', '115249.460000', '115249.920000', '115250.380000', '115250.840000', '115251.300000', '115251.760000', '115252.220000', '115252.680000', '115253.140000', '115253.600000', '115254.060000', '115254.520000', '115254.980000', '115255.440000', '115255.900000', '115256.360000', '115256.820000', '115257.280000', '115257.740000', '115258.200000', '115258.660000', '115259.120000', '115259.580000', '115300.040000', '115300.500000', '115300.960000', '115301.420000', '115301.880000', '115302.340000', '115302.800000', '115303.260000', '115303.720000', '115304.180000', '115304.640000', '115305.100000', '115305.560000', '115306.020000', '115306.480000', '115306.940000', '115307.400000', '115307.860000', '115308.320000', '115308.780000', '115309.240000', '115309.700000', '115310.160000', '115310.620000', '115311.080000', '115311.540000', '115312.000000', '115312.460000', '115312.920000', '115313.380000', '115313.840000', '115314.300000', '115314.760000', '115315.220000', '115315.680000', '115316.140000', '115316.600000', '115317.060000', '115317.520000', '115317.980000', '115318.440000', '115318.900000', '115319.360000', '115319.820000', '115320.280000', '115320.740000', '115321.200000', '115321.660000', '115322.120000', '115322.580000', '115323.040000', '115323.500000', '115323.960000', '115324.420000', '115324.880000', '115325.340000', '115325.800000', '115326.260000', '115326.720000', '115327.180000', '115327.640000', '115328.100000', '115328.560000', '115329.020000', '115329.480000', '115329.940000', '115330.400000', '115330.860000', '115331.320000', '115331.780000', '115332.240000', '115332.700000', '115333.160000', '115333.620000', '115334.080000', '115334.540000', '115335.000000', '115335.460000', '115335.920000', '115336.380000', '115336.840000', '115337.300000', '115337.760000', '115338.220000', '115338.680000', '115339.140000', '115339.600000', '115340.060000', '115340.520000', '115340.980000', '115341.440000', '115341.900000', '115342.360000', '115342.820000', '115343.280000', '115343.740000', '115344.200000', '115344.660000', '115345.120000', '115345.580000', '115346.040000', '115346.500000', '115346.960000', '115347.420000', '115347.880000', '115348.340000', '115348.800000', '115349.260000', '115349.720000', '115350.180000', '115350.640000', '115351.100000', '115351.560000', '115352.020000', '115352.480000', '115352.940000', '115353.400000', '115353.860000', '115354.320000', '115354.780000', '115355.240000', '115355.700000', '115356.160000', '115356.620000', '115357.080000', '115357.540000', '115358.000000', '115358.460000', '115358.920000', '115359.380000', '115359.840000', '115400.300000', '115400.760000', '115401.220000', '115401.680000', '115402.140000', '115402.600000', '115403.060000', '115403.520000', '115403.980000', '115404.440000', '115404.900000', '115405.360000', '115405.820000', '115406.280000', '115406.740000', '115407.200000', '115407.660000', '115408.120000', '115408.580000', '115409.040000', '115409.500000', '115409.960000', '115410.420000', '115410.880000', '115411.340000', '115411.800000', '115412.260000', '115412.720000', '115413.180000', '115413.640000', '115414.100000', '115414.560000', '115415.020000', '115415.480000', '115415.940000', '115416.400000'], 'ContentTime': ['114536.906000', '114536.910000', '114536.912000', '114536.915000', '114536.918000', '114536.920000', '114536.923000', '114536.925000', '114536.928000', '114536.931000', '114536.938000', '114536.941000', '114536.943000', '114536.946000', '114536.949000', '114536.960000', '114536.963000', '114536.966000', '114536.968000', '114536.971000', '114536.973000', '114536.976000', '114536.979000', '114536.981000', '114556.878000', '114556.881000', '114556.884000', '114556.887000', '114556.889000', '114556.892000', '114556.895000', '114556.897000', '114556.900000', '114556.902000', '114556.905000', '114556.908000', '114556.910000', '114556.913000', '114556.915000', '114556.918000', '114556.921000', '114556.923000', '114556.926000', '114556.928000', '114556.931000', '114556.934000', '114556.936000', '114556.939000', '114556.942000', '114556.944000', '114556.947000', '114556.949000', '114556.952000', '114556.954000', '114556.957000', '114556.960000', '114556.962000', '114556.968000', '114556.971000', '114556.973000', '114556.976000', '114556.978000', '114556.981000', '114556.983000', '114556.986000', '114556.988000', '114556.991000', '114556.994000', '114616.879000', '114616.882000', '114616.884000', '114616.887000', '114616.890000', '114616.892000', '114616.895000', '114616.897000', '114616.900000', '114616.903000', '114616.905000', '114616.908000', '114616.911000', '114616.913000', '114616.916000', '114616.918000', '114616.921000', '114616.924000', '114616.926000', '114616.929000', '114616.931000', '114616.934000', '114616.936000', '114616.939000', '114616.941000', '114616.944000', '114616.947000', '114616.950000', '114616.962000', '114616.965000', '114616.968000', '114616.970000', '114616.973000', '114616.975000', '114616.978000', '114616.981000', '114616.983000', '114616.986000', '114616.989000', '114616.991000', '114616.994000', '114616.996000', '114617.000000', '114636.879000', '114636.882000', '114636.884000', '114636.887000', '114636.890000', '114636.892000', '114636.895000', '114636.897000', '114636.900000', '114636.903000', '114636.905000', '114636.908000', '114636.910000', '114636.913000', '114636.916000', '114636.918000', '114636.921000', '114636.924000', '114636.926000', '114636.929000', '114636.931000', '114636.934000', '114636.937000', '114636.939000', '114636.942000', '114636.944000', '114636.947000', '114636.950000', '114636.952000', '114636.955000', '114636.957000', '114636.960000', '114636.962000', '114636.965000', '114636.968000', '114636.970000', '114636.973000', '114636.975000', '114636.978000', '114636.980000', '114636.983000', '114636.986000', '114636.988000', '114636.991000', '114656.879000', '114656.882000', '114656.884000', '114656.887000', '114656.890000', '114656.892000', '114656.895000', '114656.897000', '114656.900000', '114656.903000', '114656.905000', '114656.908000', '114656.910000', '114656.913000', '114656.928000', '114656.931000', '114656.934000', '114656.937000', '114656.940000', '114656.943000', '114656.945000', '114656.948000', '114656.950000', '114656.953000', '114656.955000', '114656.958000', '114656.960000', '114656.963000', '114656.966000', '114656.968000', '114656.971000', '114656.973000', '114656.976000', '114656.978000', '114656.981000', '114656.983000', '114656.986000', '114656.989000', '114656.992000', '114656.994000', '114656.997000', '114657.000000', '114657.003000', '114716.879000', '114716.881000', '114716.884000', '114716.887000', '114716.889000', '114716.892000', '114716.894000', '114716.897000', '114716.899000', '114716.902000', '114716.904000', '114716.907000', '114716.910000', '114716.912000', '114716.915000', '114716.917000', '114716.920000', '114716.923000', '114716.925000', '114716.928000', '114716.930000', '114716.933000', '114716.935000', '114716.938000', '114716.941000', '114716.943000', '114716.946000', '114716.948000', '114716.951000', '114716.954000', '114716.956000', '114716.959000', '114716.961000', '114716.964000', '114716.966000', '114716.969000', '114716.972000', '114716.974000', '114716.977000', '114716.979000', '114716.982000', '114716.985000', '114716.987000', '114716.990000', '114736.877000', '114736.880000', '114736.883000', '114736.886000', '114736.888000', '114736.891000', '114736.893000', '114736.896000', '114736.899000', '114736.901000', '114736.904000', '114736.906000', '114736.909000', '114736.912000', '114736.914000', '114736.917000', '114736.919000', '114736.922000', '114736.925000', '114736.927000', '114736.930000', '114736.932000', '114736.935000', '114736.938000', '114736.941000', '114736.944000', '114736.947000', '114736.949000', '114736.952000', '114736.955000', '114736.957000', '114736.960000', '114736.962000', '114736.965000', '114736.968000', '114736.970000', '114736.973000', '114736.975000', '114736.978000', '114736.980000', '114736.983000', '114736.985000', '114736.989000', '114756.878000', '114756.880000', '114756.883000', '114756.886000', '114756.888000', '114756.891000', '114756.893000', '114756.896000', '114756.898000', '114756.901000', '114756.903000', '114756.906000', '114756.909000', '114756.911000', '114756.914000', '114756.916000', '114756.919000', '114756.922000', '114756.924000', '114756.927000', '114756.929000', '114756.932000', '114756.934000', '114756.937000', '114756.939000', '114756.942000', '114756.945000', '114756.947000', '114756.950000', '114756.952000', '114756.955000', '114756.958000', '114756.960000', '114756.963000', '114756.965000', '114756.968000', '114756.970000', '114756.973000', '114756.975000', '114756.978000', '114756.981000', '114756.983000', '114756.986000', '114756.989000', '114816.878000', '114816.882000', '114816.884000', '114816.887000', '114816.889000', '114816.892000', '114816.895000', '114816.897000', '114816.900000', '114816.902000', '114816.905000', '114816.908000', '114816.910000', '114816.913000', '114816.916000', '114816.918000', '114816.921000', '114816.923000', '114816.926000', '114816.928000', '114816.931000', '114816.934000', '114816.936000', '114816.939000', '114816.942000', '114816.944000', '114816.947000', '114816.949000', '114816.953000', '114816.956000', '114816.959000', '114816.961000', '114816.964000', '114816.966000', '114816.969000', '114816.972000', '114816.974000', '114816.977000', '114816.979000', '114816.991000', '114816.993000', '114816.996000', '114816.998000', '114836.878000', '114836.881000', '114836.884000', '114836.886000', '114836.889000', '114836.892000', '114836.894000', '114836.897000', '114836.899000', '114836.902000', '114836.905000', '114836.907000', '114836.910000', '114836.912000', '114836.915000', '114836.917000', '114836.920000', '114836.923000', '114836.925000', '114836.928000', '114836.930000', '114836.933000', '114836.935000', '114836.938000', '114836.940000', '114836.943000', '114836.946000', '114836.948000', '114836.951000', '114836.954000', '114836.956000', '114836.959000', '114836.961000', '114836.964000', '114836.967000', '114836.969000', '114836.972000', '114836.974000', '114836.977000', '114836.980000', '114836.982000', '114836.985000', '114836.987000', '114836.990000', '114856.879000', '114856.881000', '114856.884000', '114856.887000', '114856.889000', '114856.892000', '114856.894000', '114856.897000', '114856.900000', '114856.902000', '114856.905000', '114856.907000', '114856.910000', '114856.913000', '114856.915000', '114856.918000', '114856.920000', '114856.923000', '114856.926000', '114856.928000', '114856.931000', '114856.933000', '114856.936000', '114856.939000', '114856.941000', '114856.944000', '114856.946000', '114856.949000', '114856.952000', '114856.954000', '114856.957000', '114856.959000', '114856.962000', '114856.964000', '114856.967000', '114856.969000', '114856.972000', '114856.975000', '114856.978000', '114856.981000', '114856.984000', '114856.986000', '114856.989000', '114916.879000', '114916.882000', '114916.884000', '114916.887000', '114916.890000', '114916.892000', '114916.895000', '114916.897000', '114916.900000', '114916.903000', '114916.905000', '114916.908000', '114916.911000', '114916.913000', '114916.916000', '114916.919000', '114916.921000', '114916.924000', '114916.926000', '114916.929000', '114916.931000', '114916.934000', '114916.937000', '114916.939000', '114916.942000', '114916.945000', '114916.947000', '114916.950000', '114916.952000', '114916.955000', '114916.957000', '114916.960000', '114916.962000', '114916.965000', '114916.968000', '114916.970000', '114916.973000', '114916.975000', '114916.978000', '114916.980000', '114916.983000', '114916.985000', '114916.988000', '114936.879000', '114936.881000', '114936.884000', '114936.887000', '114936.889000', '114936.892000', '114936.894000', '114936.897000', '114936.900000', '114936.902000', '114936.905000', '114936.907000', '114936.910000', '114936.913000', '114936.916000', '114936.918000', '114936.921000', '114936.923000', '114936.926000', '114936.929000', '114936.931000', '114936.934000', '114936.936000', '114936.939000', '114936.942000', '114936.944000', '114936.947000', '114936.949000', '114936.952000', '114936.955000', '114936.957000', '114936.960000', '114936.962000', '114936.965000', '114936.967000', '114936.970000', '114936.973000', '114936.975000', '114936.978000', '114936.981000', '114936.984000', '114936.987000', '114936.990000', '114936.992000', '114956.878000', '114956.880000', '114956.883000', '114956.886000', '114956.889000', '114956.891000', '114956.894000', '114956.896000', '114956.899000', '114956.902000', '114956.904000', '114956.907000', '114956.910000', '114956.912000', '114956.915000', '114956.917000', '114956.920000', '114956.922000', '114956.925000', '114956.927000', '114956.930000', '114956.948000', '114956.950000', '114956.953000', '114956.955000', '114956.958000', '114956.961000', '114956.963000', '114956.966000', '114956.968000', '114956.971000', '114956.973000', '114956.976000', '114956.979000', '114956.981000', '114956.984000', '114956.987000', '114956.989000', '114956.992000', '114956.994000', '114956.997000', '114957.001000', '114957.003000', '114957.006000', '115016.878000', '115016.880000', '115016.883000', '115016.886000', '115016.889000', '115016.891000', '115016.894000', '115016.897000', '115016.899000', '115016.902000', '115016.905000', '115016.907000', '115016.910000', '115016.912000', '115016.915000', '115016.918000', '115016.920000', '115016.923000', '115016.925000', '115016.928000', '115016.931000', '115016.933000', '115016.936000', '115016.938000', '115016.941000', '115016.944000', '115016.946000', '115016.949000', '115016.951000', '115016.954000', '115016.957000', '115016.959000', '115016.962000', '115016.965000', '115016.967000', '115016.970000', '115016.972000', '115016.975000', '115016.977000', '115016.980000', '115016.982000', '115016.985000', '115016.988000', '115036.879000', '115036.882000', '115036.884000', '115036.887000', '115036.890000', '115036.892000', '115036.895000', '115036.898000', '115036.900000', '115036.903000', '115036.905000', '115036.908000', '115036.910000', '115036.913000', '115036.915000', '115036.918000', '115036.921000', '115036.923000', '115036.926000', '115036.928000', '115036.931000', '115036.934000', '115036.936000', '115036.939000', '115036.941000', '115036.944000', '115036.947000', '115036.949000', '115036.952000', '115036.954000', '115036.957000', '115036.959000', '115036.962000', '115036.965000', '115036.967000', '115036.970000', '115036.972000', '115036.975000', '115036.978000', '115036.980000', '115036.983000', '115036.985000', '115036.988000', '115036.991000', '115056.879000', '115056.882000', '115056.884000', '115056.887000', '115056.889000', '115056.892000', '115056.895000', '115056.897000', '115056.900000', '115056.903000', '115056.905000', '115056.908000', '115056.910000', '115056.913000', '115056.916000', '115056.918000', '115056.921000', '115056.924000', '115056.926000', '115056.929000', '115056.931000', '115056.934000', '115056.936000', '115056.939000', '115056.942000', '115056.944000', '115056.947000', '115056.949000', '115056.952000', '115056.955000', '115056.957000', '115056.960000', '115056.963000', '115056.965000', '115056.968000', '115056.971000', '115056.973000', '115056.978000', '115056.980000', '115056.983000', '115056.985000', '115056.988000', '115056.991000', '115116.879000', '115116.881000', '115116.884000', '115116.887000', '115116.890000', '115116.892000', '115116.895000', '115116.897000', '115116.900000', '115116.902000', '115116.905000', '115116.908000', '115116.910000', '115116.913000', '115116.915000', '115116.918000', '115116.920000', '115116.923000', '115116.926000', '115116.929000', '115116.931000', '115116.934000', '115116.936000', '115116.939000', '115116.942000', '115116.944000', '115116.947000', '115116.949000', '115116.952000', '115116.954000', '115116.957000', '115116.967000', '115116.970000', '115116.973000', '115116.975000', '115116.978000', '115116.980000', '115116.983000', '115116.987000', '115116.989000', '115116.992000', '115116.994000', '115116.997000', '115117.001000', '115136.879000', '115136.882000', '115136.884000', '115136.887000', '115136.890000', '115136.892000', '115136.895000', '115136.897000', '115136.900000', '115136.903000', '115136.905000', '115136.908000', '115136.911000', '115136.913000', '115136.916000', '115136.919000', '115136.921000', '115136.924000', '115136.927000', '115136.929000', '115136.932000', '115136.934000', '115136.937000', '115136.939000', '115136.942000', '115136.945000', '115136.948000', '115136.950000', '115136.953000', '115136.955000', '115136.958000', '115136.961000', '115136.963000', '115136.966000', '115136.969000', '115136.971000', '115136.974000', '115136.976000', '115136.979000', '115136.981000', '115136.984000', '115136.987000', '115136.989000', '115156.879000', '115156.882000', '115156.884000', '115156.887000', '115156.890000', '115156.892000', '115156.895000', '115156.898000', '115156.900000', '115156.903000', '115156.906000', '115156.908000', '115156.911000', '115156.914000', '115156.916000', '115156.919000', '115156.921000', '115156.924000', '115156.927000', '115156.929000', '115156.932000', '115156.935000', '115156.937000', '115156.940000', '115156.942000', '115156.945000', '115156.948000', '115156.950000', '115156.953000', '115156.956000', '115156.958000', '115156.961000', '115156.964000', '115156.966000', '115156.969000', '115156.971000', '115156.974000', '115156.976000', '115156.979000', '115156.982000', '115156.984000', '115156.987000', '115156.990000', '115156.992000', '115216.877000', '115216.880000', '115216.883000', '115216.886000', '115216.888000', '115216.891000', '115216.894000', '115216.896000', '115216.899000', '115216.901000', '115216.904000', '115216.907000', '115216.909000', '115216.912000', '115216.915000', '115216.917000', '115216.920000', '115216.923000', '115216.925000', '115216.928000', '115216.931000', '115216.933000', '115216.936000', '115216.939000', '115216.941000', '115216.944000', '115216.946000', '115216.949000', '115216.951000', '115216.954000', '115216.957000', '115216.959000', '115216.962000', '115216.964000', '115216.967000', '115216.969000', '115216.972000', '115216.975000', '115216.977000', '115216.980000', '115216.982000', '115216.985000', '115216.987000', '115236.878000', '115236.880000', '115236.883000', '115236.886000', '115236.888000', '115236.891000', '115236.893000', '115236.896000', '115236.899000', '115236.901000', '115236.904000', '115236.907000', '115236.911000', '115236.913000', '115236.916000', '115236.919000', '115236.927000', '115236.929000', '115236.932000', '115236.934000', '115236.937000', '115236.940000', '115236.942000', '115236.945000', '115236.948000', '115236.950000', '115236.953000', '115236.955000', '115236.958000', '115236.961000', '115236.963000', '115236.966000', '115236.969000', '115236.971000', '115236.974000', '115236.976000', '115236.979000', '115236.981000', '115236.984000', '115236.987000', '115236.989000', '115236.992000', '115236.994000', '115256.878000', '115256.881000', '115256.884000', '115256.887000', '115256.889000', '115256.892000', '115256.895000', '115256.897000', '115256.900000', '115256.902000', '115256.905000', '115256.908000', '115256.910000', '115256.913000', '115256.916000', '115256.918000', '115256.921000', '115256.924000', '115256.926000', '115256.929000', '115256.931000', '115256.934000', '115256.937000', '115256.939000', '115256.942000', '115256.944000', '115256.947000', '115256.950000', '115256.952000', '115256.955000', '115256.957000', '115256.960000', '115256.963000', '115256.965000', '115256.968000', '115256.971000', '115256.973000', '115256.976000', '115256.978000', '115256.981000', '115256.984000', '115256.986000', '115256.989000', '115256.992000', '115316.879000', '115316.882000', '115316.884000', '115316.887000', '115316.890000', '115316.892000', '115316.895000', '115316.898000', '115316.900000', '115316.903000', '115316.906000', '115316.908000', '115316.911000', '115316.913000', '115316.916000', '115316.919000', '115316.921000', '115316.924000', '115316.926000', '115316.929000', '115316.931000', '115316.934000', '115316.937000', '115316.939000', '115316.942000', '115316.945000', '115316.947000', '115316.950000', '115316.953000', '115316.955000', '115316.958000', '115316.960000', '115316.963000', '115316.966000', '115316.968000', '115316.971000', '115316.974000', '115316.976000', '115316.979000', '115316.982000', '115316.984000', '115316.987000', '115316.990000', '115336.878000', '115336.881000', '115336.884000', '115336.887000', '115336.889000', '115336.892000', '115336.895000', '115336.897000', '115336.900000', '115336.902000', '115336.905000', '115336.908000', '115336.910000', '115336.913000', '115336.916000', '115336.918000', '115336.921000', '115336.923000', '115336.926000', '115336.929000', '115336.931000', '115336.934000', '115336.937000', '115336.940000', '115336.942000', '115336.945000', '115336.948000', '115336.950000', '115336.953000', '115336.955000', '115336.958000', '115336.961000', '115336.963000', '115336.966000', '115336.969000', '115336.971000', '115336.974000', '115336.976000', '115336.979000', '115336.982000', '115336.984000', '115336.987000', '115336.990000', '115336.992000', '115356.879000', '115356.881000', '115356.884000', '115356.887000', '115356.890000', '115356.892000', '115356.895000', '115356.897000', '115356.900000', '115356.903000', '115356.905000', '115356.908000', '115356.911000', '115356.913000', '115356.916000', '115356.919000', '115356.922000', '115356.925000', '115356.929000', '115356.932000', '115356.934000', '115356.937000', '115356.939000', '115356.942000', '115356.946000', '115356.949000', '115356.951000', '115356.954000', '115356.957000', '115356.959000', '115356.962000', '115356.965000', '115356.967000', '115356.970000', '115356.972000', '115356.975000', '115356.977000', '115356.980000', '115356.983000', '115356.985000', '115356.988000', '115356.991000', '115356.993000', '115416.879000', '115416.882000', '115416.885000', '115416.887000', '115416.890000', '115416.893000', '115416.895000', '115416.898000', '115416.901000', '115416.903000', '115416.906000', '115416.909000', '115416.911000', '115416.914000', '115416.917000', '115416.919000', '115416.922000', '115416.924000', '115416.927000', '115416.930000', '115416.932000', '115416.935000', '115416.937000', '115416.940000', '115416.943000', '115416.945000', '115416.948000', '115416.950000', '115416.953000', '115416.956000', '115416.958000', '115416.961000', '115416.963000', '115416.966000', '115416.969000', '115416.971000', '115416.974000', '115416.976000', '115416.979000', '115416.982000', '115416.984000', '115416.987000', '115416.990000', '115416.992000', '115417.617000', '115417.621000'], 'InstanceCreationTime': ['114536.906000', '114536.910000', '114536.912000', '114536.915000', '114536.918000', '114536.920000', '114536.923000', '114536.925000', '114536.928000', '114536.931000', '114536.938000', '114536.941000', '114536.943000', '114536.946000', '114536.949000', '114536.960000', '114536.963000', '114536.966000', '114536.968000', '114536.971000', '114536.973000', '114536.976000', '114536.979000', '114536.981000', '114556.878000', '114556.881000', '114556.884000', '114556.887000', '114556.889000', '114556.892000', '114556.895000', '114556.897000', '114556.900000', '114556.902000', '114556.905000', '114556.908000', '114556.910000', '114556.913000', '114556.915000', '114556.918000', '114556.921000', '114556.923000', '114556.926000', '114556.928000', '114556.931000', '114556.934000', '114556.936000', '114556.939000', '114556.942000', '114556.944000', '114556.947000', '114556.949000', '114556.952000', '114556.954000', '114556.957000', '114556.960000', '114556.962000', '114556.968000', '114556.971000', '114556.973000', '114556.976000', '114556.978000', '114556.981000', '114556.983000', '114556.986000', '114556.988000', '114556.991000', '114556.994000', '114616.879000', '114616.882000', '114616.884000', '114616.887000', '114616.890000', '114616.892000', '114616.895000', '114616.897000', '114616.900000', '114616.903000', '114616.905000', '114616.908000', '114616.911000', '114616.913000', '114616.916000', '114616.918000', '114616.921000', '114616.924000', '114616.926000', '114616.929000', '114616.931000', '114616.934000', '114616.936000', '114616.939000', '114616.941000', '114616.944000', '114616.947000', '114616.950000', '114616.962000', '114616.965000', '114616.968000', '114616.970000', '114616.973000', '114616.975000', '114616.978000', '114616.981000', '114616.983000', '114616.986000', '114616.989000', '114616.991000', '114616.994000', '114616.996000', '114617.000000', '114636.879000', '114636.882000', '114636.884000', '114636.887000', '114636.890000', '114636.892000', '114636.895000', '114636.897000', '114636.900000', '114636.903000', '114636.905000', '114636.908000', '114636.910000', '114636.913000', '114636.916000', '114636.918000', '114636.921000', '114636.924000', '114636.926000', '114636.929000', '114636.931000', '114636.934000', '114636.937000', '114636.939000', '114636.942000', '114636.944000', '114636.947000', '114636.950000', '114636.952000', '114636.955000', '114636.957000', '114636.960000', '114636.962000', '114636.965000', '114636.968000', '114636.970000', '114636.973000', '114636.975000', '114636.978000', '114636.980000', '114636.983000', '114636.986000', '114636.988000', '114636.991000', '114656.879000', '114656.882000', '114656.884000', '114656.887000', '114656.890000', '114656.892000', '114656.895000', '114656.897000', '114656.900000', '114656.903000', '114656.905000', '114656.908000', '114656.910000', '114656.913000', '114656.928000', '114656.931000', '114656.934000', '114656.937000', '114656.940000', '114656.943000', '114656.945000', '114656.948000', '114656.950000', '114656.953000', '114656.955000', '114656.958000', '114656.960000', '114656.963000', '114656.966000', '114656.968000', '114656.971000', '114656.973000', '114656.976000', '114656.978000', '114656.981000', '114656.983000', '114656.986000', '114656.989000', '114656.992000', '114656.994000', '114656.997000', '114657.000000', '114657.003000', '114716.879000', '114716.881000', '114716.884000', '114716.887000', '114716.889000', '114716.892000', '114716.894000', '114716.897000', '114716.899000', '114716.902000', '114716.904000', '114716.907000', '114716.910000', '114716.912000', '114716.915000', '114716.917000', '114716.920000', '114716.923000', '114716.925000', '114716.928000', '114716.930000', '114716.933000', '114716.935000', '114716.938000', '114716.941000', '114716.943000', '114716.946000', '114716.948000', '114716.951000', '114716.954000', '114716.956000', '114716.959000', '114716.961000', '114716.964000', '114716.966000', '114716.969000', '114716.972000', '114716.974000', '114716.977000', '114716.979000', '114716.982000', '114716.985000', '114716.987000', '114716.990000', '114736.877000', '114736.880000', '114736.883000', '114736.886000', '114736.888000', '114736.891000', '114736.893000', '114736.896000', '114736.899000', '114736.901000', '114736.904000', '114736.906000', '114736.909000', '114736.912000', '114736.914000', '114736.917000', '114736.919000', '114736.922000', '114736.925000', '114736.927000', '114736.930000', '114736.932000', '114736.935000', '114736.938000', '114736.941000', '114736.944000', '114736.947000', '114736.949000', '114736.952000', '114736.955000', '114736.957000', '114736.960000', '114736.962000', '114736.965000', '114736.968000', '114736.970000', '114736.973000', '114736.975000', '114736.978000', '114736.980000', '114736.983000', '114736.985000', '114736.989000', '114756.878000', '114756.880000', '114756.883000', '114756.886000', '114756.888000', '114756.891000', '114756.893000', '114756.896000', '114756.898000', '114756.901000', '114756.903000', '114756.906000', '114756.909000', '114756.911000', '114756.914000', '114756.916000', '114756.919000', '114756.922000', '114756.924000', '114756.927000', '114756.929000', '114756.932000', '114756.934000', '114756.937000', '114756.939000', '114756.942000', '114756.945000', '114756.947000', '114756.950000', '114756.952000', '114756.955000', '114756.958000', '114756.960000', '114756.963000', '114756.965000', '114756.968000', '114756.970000', '114756.973000', '114756.975000', '114756.978000', '114756.981000', '114756.983000', '114756.986000', '114756.989000', '114816.878000', '114816.882000', '114816.884000', '114816.887000', '114816.889000', '114816.892000', '114816.895000', '114816.897000', '114816.900000', '114816.902000', '114816.905000', '114816.908000', '114816.910000', '114816.913000', '114816.916000', '114816.918000', '114816.921000', '114816.923000', '114816.926000', '114816.928000', '114816.931000', '114816.934000', '114816.936000', '114816.939000', '114816.942000', '114816.944000', '114816.947000', '114816.949000', '114816.953000', '114816.956000', '114816.959000', '114816.961000', '114816.964000', '114816.966000', '114816.969000', '114816.972000', '114816.974000', '114816.977000', '114816.979000', '114816.991000', '114816.993000', '114816.996000', '114816.998000', '114836.878000', '114836.881000', '114836.884000', '114836.886000', '114836.889000', '114836.892000', '114836.894000', '114836.897000', '114836.899000', '114836.902000', '114836.905000', '114836.907000', '114836.910000', '114836.912000', '114836.915000', '114836.917000', '114836.920000', '114836.923000', '114836.925000', '114836.928000', '114836.930000', '114836.933000', '114836.935000', '114836.938000', '114836.940000', '114836.943000', '114836.946000', '114836.948000', '114836.951000', '114836.954000', '114836.956000', '114836.959000', '114836.961000', '114836.964000', '114836.967000', '114836.969000', '114836.972000', '114836.974000', '114836.977000', '114836.980000', '114836.982000', '114836.985000', '114836.987000', '114836.990000', '114856.879000', '114856.881000', '114856.884000', '114856.887000', '114856.889000', '114856.892000', '114856.894000', '114856.897000', '114856.900000', '114856.902000', '114856.905000', '114856.907000', '114856.910000', '114856.913000', '114856.915000', '114856.918000', '114856.920000', '114856.923000', '114856.926000', '114856.928000', '114856.931000', '114856.933000', '114856.936000', '114856.939000', '114856.941000', '114856.944000', '114856.946000', '114856.949000', '114856.952000', '114856.954000', '114856.957000', '114856.959000', '114856.962000', '114856.964000', '114856.967000', '114856.969000', '114856.972000', '114856.975000', '114856.978000', '114856.981000', '114856.984000', '114856.986000', '114856.989000', '114916.879000', '114916.882000', '114916.884000', '114916.887000', '114916.890000', '114916.892000', '114916.895000', '114916.897000', '114916.900000', '114916.903000', '114916.905000', '114916.908000', '114916.911000', '114916.913000', '114916.916000', '114916.919000', '114916.921000', '114916.924000', '114916.926000', '114916.929000', '114916.931000', '114916.934000', '114916.937000', '114916.939000', '114916.942000', '114916.945000', '114916.947000', '114916.950000', '114916.952000', '114916.955000', '114916.957000', '114916.960000', '114916.962000', '114916.965000', '114916.968000', '114916.970000', '114916.973000', '114916.975000', '114916.978000', '114916.980000', '114916.983000', '114916.985000', '114916.988000', '114936.879000', '114936.881000', '114936.884000', '114936.887000', '114936.889000', '114936.892000', '114936.894000', '114936.897000', '114936.900000', '114936.902000', '114936.905000', '114936.907000', '114936.910000', '114936.913000', '114936.916000', '114936.918000', '114936.921000', '114936.923000', '114936.926000', '114936.929000', '114936.931000', '114936.934000', '114936.936000', '114936.939000', '114936.942000', '114936.944000', '114936.947000', '114936.949000', '114936.952000', '114936.955000', '114936.957000', '114936.960000', '114936.962000', '114936.965000', '114936.967000', '114936.970000', '114936.973000', '114936.975000', '114936.978000', '114936.981000', '114936.984000', '114936.987000', '114936.990000', '114936.992000', '114956.878000', '114956.880000', '114956.883000', '114956.886000', '114956.889000', '114956.891000', '114956.894000', '114956.896000', '114956.899000', '114956.902000', '114956.904000', '114956.907000', '114956.910000', '114956.912000', '114956.915000', '114956.917000', '114956.920000', '114956.922000', '114956.925000', '114956.927000', '114956.930000', '114956.948000', '114956.950000', '114956.953000', '114956.955000', '114956.958000', '114956.961000', '114956.963000', '114956.966000', '114956.968000', '114956.971000', '114956.973000', '114956.976000', '114956.979000', '114956.981000', '114956.984000', '114956.987000', '114956.989000', '114956.992000', '114956.994000', '114956.997000', '114957.001000', '114957.003000', '114957.006000', '115016.878000', '115016.880000', '115016.883000', '115016.886000', '115016.889000', '115016.891000', '115016.894000', '115016.897000', '115016.899000', '115016.902000', '115016.905000', '115016.907000', '115016.910000', '115016.912000', '115016.915000', '115016.918000', '115016.920000', '115016.923000', '115016.925000', '115016.928000', '115016.931000', '115016.933000', '115016.936000', '115016.938000', '115016.941000', '115016.944000', '115016.946000', '115016.949000', '115016.951000', '115016.954000', '115016.957000', '115016.959000', '115016.962000', '115016.965000', '115016.967000', '115016.970000', '115016.972000', '115016.975000', '115016.977000', '115016.980000', '115016.982000', '115016.985000', '115016.988000', '115036.879000', '115036.882000', '115036.884000', '115036.887000', '115036.890000', '115036.892000', '115036.895000', '115036.898000', '115036.900000', '115036.903000', '115036.905000', '115036.908000', '115036.910000', '115036.913000', '115036.915000', '115036.918000', '115036.921000', '115036.923000', '115036.926000', '115036.928000', '115036.931000', '115036.934000', '115036.936000', '115036.939000', '115036.941000', '115036.944000', '115036.947000', '115036.949000', '115036.952000', '115036.954000', '115036.957000', '115036.959000', '115036.962000', '115036.965000', '115036.967000', '115036.970000', '115036.972000', '115036.975000', '115036.978000', '115036.980000', '115036.983000', '115036.985000', '115036.988000', '115036.991000', '115056.879000', '115056.882000', '115056.884000', '115056.887000', '115056.889000', '115056.892000', '115056.895000', '115056.897000', '115056.900000', '115056.903000', '115056.905000', '115056.908000', '115056.910000', '115056.913000', '115056.916000', '115056.918000', '115056.921000', '115056.924000', '115056.926000', '115056.929000', '115056.931000', '115056.934000', '115056.936000', '115056.939000', '115056.942000', '115056.944000', '115056.947000', '115056.949000', '115056.952000', '115056.955000', '115056.957000', '115056.960000', '115056.963000', '115056.965000', '115056.968000', '115056.971000', '115056.973000', '115056.978000', '115056.980000', '115056.983000', '115056.985000', '115056.988000', '115056.991000', '115116.879000', '115116.881000', '115116.884000', '115116.887000', '115116.890000', '115116.892000', '115116.895000', '115116.897000', '115116.900000', '115116.902000', '115116.905000', '115116.908000', '115116.910000', '115116.913000', '115116.915000', '115116.918000', '115116.920000', '115116.923000', '115116.926000', '115116.929000', '115116.931000', '115116.934000', '115116.936000', '115116.939000', '115116.942000', '115116.944000', '115116.947000', '115116.949000', '115116.952000', '115116.954000', '115116.957000', '115116.967000', '115116.970000', '115116.973000', '115116.975000', '115116.978000', '115116.980000', '115116.983000', '115116.987000', '115116.989000', '115116.992000', '115116.994000', '115116.997000', '115117.001000', '115136.879000', '115136.882000', '115136.884000', '115136.887000', '115136.890000', '115136.892000', '115136.895000', '115136.897000', '115136.900000', '115136.903000', '115136.905000', '115136.908000', '115136.911000', '115136.913000', '115136.916000', '115136.919000', '115136.921000', '115136.924000', '115136.927000', '115136.929000', '115136.932000', '115136.934000', '115136.937000', '115136.939000', '115136.942000', '115136.945000', '115136.948000', '115136.950000', '115136.953000', '115136.955000', '115136.958000', '115136.961000', '115136.963000', '115136.966000', '115136.969000', '115136.971000', '115136.974000', '115136.976000', '115136.979000', '115136.981000', '115136.984000', '115136.987000', '115136.989000', '115156.879000', '115156.882000', '115156.884000', '115156.887000', '115156.890000', '115156.892000', '115156.895000', '115156.898000', '115156.900000', '115156.903000', '115156.906000', '115156.908000', '115156.911000', '115156.914000', '115156.916000', '115156.919000', '115156.921000', '115156.924000', '115156.927000', '115156.929000', '115156.932000', '115156.935000', '115156.937000', '115156.940000', '115156.942000', '115156.945000', '115156.948000', '115156.950000', '115156.953000', '115156.956000', '115156.958000', '115156.961000', '115156.964000', '115156.966000', '115156.969000', '115156.971000', '115156.974000', '115156.976000', '115156.979000', '115156.982000', '115156.984000', '115156.987000', '115156.990000', '115156.992000', '115216.877000', '115216.880000', '115216.883000', '115216.886000', '115216.888000', '115216.891000', '115216.894000', '115216.896000', '115216.899000', '115216.901000', '115216.904000', '115216.907000', '115216.909000', '115216.912000', '115216.915000', '115216.917000', '115216.920000', '115216.923000', '115216.925000', '115216.928000', '115216.931000', '115216.933000', '115216.936000', '115216.939000', '115216.941000', '115216.944000', '115216.946000', '115216.949000', '115216.951000', '115216.954000', '115216.957000', '115216.959000', '115216.962000', '115216.964000', '115216.967000', '115216.969000', '115216.972000', '115216.975000', '115216.977000', '115216.980000', '115216.982000', '115216.985000', '115216.987000', '115236.878000', '115236.880000', '115236.883000', '115236.886000', '115236.888000', '115236.891000', '115236.893000', '115236.896000', '115236.899000', '115236.901000', '115236.904000', '115236.907000', '115236.911000', '115236.913000', '115236.916000', '115236.919000', '115236.927000', '115236.929000', '115236.932000', '115236.934000', '115236.937000', '115236.940000', '115236.942000', '115236.945000', '115236.948000', '115236.950000', '115236.953000', '115236.955000', '115236.958000', '115236.961000', '115236.963000', '115236.966000', '115236.969000', '115236.971000', '115236.974000', '115236.976000', '115236.979000', '115236.981000', '115236.984000', '115236.987000', '115236.989000', '115236.992000', '115236.994000', '115256.878000', '115256.881000', '115256.884000', '115256.887000', '115256.889000', '115256.892000', '115256.895000', '115256.897000', '115256.900000', '115256.902000', '115256.905000', '115256.908000', '115256.910000', '115256.913000', '115256.916000', '115256.918000', '115256.921000', '115256.924000', '115256.926000', '115256.929000', '115256.931000', '115256.934000', '115256.937000', '115256.939000', '115256.942000', '115256.944000', '115256.947000', '115256.950000', '115256.952000', '115256.955000', '115256.957000', '115256.960000', '115256.963000', '115256.965000', '115256.968000', '115256.971000', '115256.973000', '115256.976000', '115256.978000', '115256.981000', '115256.984000', '115256.986000', '115256.989000', '115256.992000', '115316.879000', '115316.882000', '115316.884000', '115316.887000', '115316.890000', '115316.892000', '115316.895000', '115316.898000', '115316.900000', '115316.903000', '115316.906000', '115316.908000', '115316.911000', '115316.913000', '115316.916000', '115316.919000', '115316.921000', '115316.924000', '115316.926000', '115316.929000', '115316.931000', '115316.934000', '115316.937000', '115316.939000', '115316.942000', '115316.945000', '115316.947000', '115316.950000', '115316.953000', '115316.955000', '115316.958000', '115316.960000', '115316.963000', '115316.966000', '115316.968000', '115316.971000', '115316.974000', '115316.976000', '115316.979000', '115316.982000', '115316.984000', '115316.987000', '115316.990000', '115336.878000', '115336.881000', '115336.884000', '115336.887000', '115336.889000', '115336.892000', '115336.895000', '115336.897000', '115336.900000', '115336.902000', '115336.905000', '115336.908000', '115336.910000', '115336.913000', '115336.916000', '115336.918000', '115336.921000', '115336.923000', '115336.926000', '115336.929000', '115336.931000', '115336.934000', '115336.937000', '115336.940000', '115336.942000', '115336.945000', '115336.948000', '115336.950000', '115336.953000', '115336.955000', '115336.958000', '115336.961000', '115336.963000', '115336.966000', '115336.969000', '115336.971000', '115336.974000', '115336.976000', '115336.979000', '115336.982000', '115336.984000', '115336.987000', '115336.990000', '115336.992000', '115356.879000', '115356.881000', '115356.884000', '115356.887000', '115356.890000', '115356.892000', '115356.895000', '115356.897000', '115356.900000', '115356.903000', '115356.905000', '115356.908000', '115356.911000', '115356.913000', '115356.916000', '115356.919000', '115356.922000', '115356.925000', '115356.929000', '115356.932000', '115356.934000', '115356.937000', '115356.939000', '115356.942000', '115356.946000', '115356.949000', '115356.951000', '115356.954000', '115356.957000', '115356.959000', '115356.962000', '115356.965000', '115356.967000', '115356.970000', '115356.972000', '115356.975000', '115356.977000', '115356.980000', '115356.983000', '115356.985000', '115356.988000', '115356.991000', '115356.993000', '115416.879000', '115416.882000', '115416.885000', '115416.887000', '115416.890000', '115416.893000', '115416.895000', '115416.898000', '115416.901000', '115416.903000', '115416.906000', '115416.909000', '115416.911000', '115416.914000', '115416.917000', '115416.919000', '115416.922000', '115416.924000', '115416.927000', '115416.930000', '115416.932000', '115416.935000', '115416.937000', '115416.940000', '115416.943000', '115416.945000', '115416.948000', '115416.950000', '115416.953000', '115416.956000', '115416.958000', '115416.961000', '115416.963000', '115416.966000', '115416.969000', '115416.971000', '115416.974000', '115416.976000', '115416.979000', '115416.982000', '115416.984000', '115416.987000', '115416.990000', '115416.992000', '115417.617000', '115417.621000'], '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': [12356, 13304, 11716, 10541, 11263, 8938, 11520, 9229, 11116, 9328, 11255, 10365, 11357, 12172, 10614, 10587, 9275, 8192, 11332, 8554, 10959, 8218, 9814, 8307, 10830, 8100, 10805, 8474, 13039, 10596, 11715, 11121, 9876, 11236, 9437, 11627, 9181, 10315, 8680, 10670, 8765, 10760, 8855, 11155, 9633, 11258, 8431, 10600, 8694, 10855, 8760, 11593, 8663, 11318, 8499, 10814, 8611, 9881, 8238, 10952, 8325, 10700, 8473, 10685, 8468, 10828, 8332, 10918, 8171, 10735, 8020, 11045, 8495, 11623, 8140, 12480, 8299, 11067, 9644, 12560, 10081, 10627, 10406, 9862, 11149, 12651, 10497, 13480, 10567, 12711, 9488, 12109, 10280, 14058, 10399, 11809, 10137, 11799, 9149, 11876, 8708, 11565, 8286, 11641, 8707, 10777, 8225, 11029, 8360, 10898, 8153, 10250, 8458, 10473, 8158, 10557, 8208, 10215, 8458, 10747, 8178, 11199, 9052, 10865, 9435, 9431, 8457, 11049, 8579, 11791, 8331, 11223, 8888, 10014, 8775, 9413, 8488, 10406, 8180, 10706, 9459, 11025, 11103, 10653, 9665, 9696, 8621, 11583, 8387, 11300, 8906, 10127, 8388, 9606, 8705, 11170, 8932, 11129, 9427, 10189, 9393, 10484, 8490, 10753, 8118, 10969, 9345, 11143, 11473, 11125, 11219, 10371, 11063, 10606, 9976, 11400, 11869, 11660, 13054, 10737, 11003, 10479, 8574, 11251, 9119, 11088, 10181, 11166, 10179, 10918, 8432, 9685, 8908, 11599, 8397, 11120, 8440, 11265, 8027, 10622, 8487, 10949, 8241, 11003, 9198, 11933, 9869, 12594, 10130, 8576, 11060, 8875, 9738, 8625, 11129, 10007, 13116, 10423, 8444, 9551, 8539, 10078, 11365, 9549, 11148, 9500, 12025, 8839, 13133, 8828, 12213, 9548, 11611, 15439, 13768, 17761, 12280, 16452, 9617, 12850, 8532, 11824, 8185, 11408, 8382, 11089, 8441, 11636, 8315, 10724, 8640, 11722, 8490, 10233, 8289, 10211, 8582, 11216, 8611, 11854, 8495, 11332, 8598, 11134, 8487, 11147, 8319, 11709, 8671, 12853, 8557, 11642, 9721, 13346, 11557, 10246, 10426, 8725, 11097, 8265, 11352, 8435, 10647, 8418, 10959, 8166, 11315, 8723, 8639, 10648, 8989, 10292, 8826, 10136, 8457, 10322, 8582, 10936, 8881, 10427, 8550, 11738, 8186, 12101, 8335, 10998, 8126, 11486, 9365, 12551, 8970, 12644, 9480, 12044, 11182, 10898, 10619, 8421, 10587, 8427, 10288, 9161, 10483, 9717, 10218, 8650, 10183, 8504, 10964, 8200, 11242, 8585, 10990, 8450, 10097, 8277, 10498, 8380, 11253, 8421, 12273, 9891, 13522, 9731, 8765, 10904, 9039, 10512, 8500, 10460, 8564, 10424, 8339, 10885, 8738, 10954, 8437, 11228, 8115, 10906, 8175, 11918, 8201, 11127, 8160, 10653, 8089, 10925, 8052, 11065, 8395, 12411, 10175, 8083, 10009, 8690, 10118, 8491, 11859, 8615, 12129, 8530, 11826, 8262, 12189, 8181, 12516, 9319, 13918, 9242, 11926, 10679, 10026, 11020, 9023, 10522, 8561, 10873, 8346, 10144, 8334, 10947, 8447, 10562, 9339, 12427, 9154, 8661, 10651, 8224, 10823, 8482, 9955, 8146, 10471, 8309, 11005, 8635, 11055, 8064, 10958, 8359, 10588, 8260, 11241, 8320, 11033, 8752, 13235, 9810, 8176, 10304, 8490, 9976, 9097, 10592, 8440, 11317, 8749, 11942, 8860, 10853, 8819, 12935, 8469, 11505, 8471, 10729, 8626, 11190, 8673, 12492, 8314, 12766, 8595, 10119, 10833, 9631, 10119, 8778, 12307, 8535, 11178, 8410, 11022, 8591, 11287, 8253, 12244, 9198, 13089, 9563, 11427, 8657, 11140, 9790, 11752, 10845, 8200, 10070, 8413, 11091, 8472, 10850, 8247, 12329, 9414, 12874, 10787, 11136, 10088, 9158, 10406, 12827, 10064, 13558, 10092, 13374, 9958, 10309, 10443, 9534, 10502, 9988, 10793, 10283, 10317, 8548, 9870, 8558, 11320, 8806, 11402, 8720, 11531, 8606, 11289, 8368, 11122, 8669, 8631, 10036, 8535, 10419, 8615, 9746, 10779, 10095, 11088, 10131, 8018, 10780, 9163, 8034, 8528, 7803, 12049, 8029, 11576, 8519, 11496, 8510, 11387, 8657, 12721, 8859, 13797, 9821, 14590, 9345, 13858, 9301, 11963, 8301, 11874, 8767, 11453, 8103, 11232, 8265, 11088, 8147, 10690, 10927, 9099, 12441, 8628, 11865, 8261, 11676, 8277, 10444, 8916, 8265, 10350, 8320, 11777, 8369, 11460, 8513, 12003, 8369, 10073, 8453, 11488, 8022, 11717, 8005, 12169, 8614, 10501, 8085, 10739, 8134, 11236, 8351, 11692, 8289, 12672, 8758, 13488, 9938, 11778, 10868, 13540, 10364, 14419, 11343, 11556, 10596, 9024, 10677, 9906, 10283, 15087, 10001, 15069, 10201, 12212, 10727, 8680, 11027, 10077, 10985, 10764, 11125, 11363, 10587, 8302, 10407, 8358, 11676, 8319, 11017, 8838, 11072, 8271, 11291, 8432, 11163, 8250, 11655, 8122, 11844, 8258, 11828, 8253, 11728, 8701, 9602, 9701, 8229, 11701, 8294, 11026, 8227, 12090, 8015, 11651, 8267, 11987, 9504, 12275, 9909, 11399, 10054, 8733, 10409, 8559, 10101, 8493, 11205, 8734, 11297, 8366, 11349, 8458, 11879, 9355, 11997, 10383, 12818, 9343, 9327, 10316, 9777, 10483, 9257, 10200, 8519, 10304, 8533, 10460, 8498, 10492, 8295, 12179, 9678, 10956, 9613, 8055, 9814, 10684, 8152, 10661, 10844, 8393, 12229, 8656, 11271, 10855, 13432, 9287, 11882, 9250, 12879, 9169, 12125, 8552, 11767, 8658, 10967, 8296, 10541, 8353, 9630, 8749, 10357, 10232, 10060, 11735, 9341, 13312, 9248, 12391, 9079, 10768, 9177, 10166, 8345, 9817, 8461, 9505, 8337, 10303, 8807, 10902, 8782, 7793, 10944, 8069, 10786, 8347, 11073, 8520, 10579, 8087, 10337, 8041, 10880, 8103, 10868, 9045, 12598, 8748, 10215, 10464, 9676, 10939, 12418, 10079, 10354, 10595, 8110, 10506, 8434, 9897, 12498, 10037, 13385, 9339, 12493, 10140, 12382, 8363, 10540, 9490, 11066, 11431, 9576, 9820, 8306, 10715, 8209, 10834, 8325, 10766, 8814, 10453, 8524, 10260, 8590, 10590, 8267, 10217, 8234, 11987, 10203, 8530, 9384, 9240, 8055, 11437, 8775, 10546, 12571, 8832, 11876, 8559, 12164, 8751, 11292, 9194, 11130, 12295, 11122, 14587, 9449, 13220, 8828, 11683, 8570, 11536, 8343, 11556, 7954, 11093, 7724, 10773, 8611, 10765, 9073, 10869, 9515, 10742, 9151, 10980, 9023, 11170, 8175, 11168, 8192, 11279, 7885, 11344, 7949, 10926, 8005, 11127, 8120, 11262, 8066, 11053, 8122, 9841, 8105, 11566, 8360, 10932, 8167, 10559, 8109, 8855, 8911, 7953, 10399, 8499, 10595, 8863, 9711, 8116, 11847, 8436, 10741, 9537, 11381, 10840, 11670, 9268, 10535, 8140, 10480, 9714, 11023, 12240, 9693, 12914, 9464, 12199, 8862, 11842, 8146, 10921, 8584, 10633, 8401, 10150, 7841, 10068, 8161, 11461, 8145, 10919, 8061, 10096, 7781, 11808, 7991, 11013, 8195, 10100, 7843, 10171, 7968, 11012, 8276, 10558, 8244, 10019, 8271, 9101, 7960, 11275, 8197, 10698, 8311, 10813, 9188, 9708, 8217, 9696, 8994, 8702, 11391, 8628, 12162, 8650, 11265, 8150, 11744, 8179, 11709, 8643, 11066, 9322, 11706, 8293, 12238, 9022, 11268, 8961, 11844, 9721, 12177, 8640, 12413, 8804, 12430, 9645, 12373, 9977, 10603, 10078, 9463, 10947, 8828, 10190, 8470, 10087, 8374, 10550, 8077, 10261, 8872, 9979, 8310, 10291, 8331, 10522, 9223, 10587, 12567, 9827, 12976, 8205, 11581, 8135, 11201, 8527, 11238, 8521, 10519, 8095, 11528, 7950, 11350, 8313, 11416, 9595, 10698, 9765, 8980, 9836, 10319, 10319, 9601, 9550, 8543, 10104, 8053, 10301, 8731, 10048, 8491, 9685, 8345, 10398, 8011, 10126, 9081, 9747, 8330, 9909, 8255, 10065, 10059, 10315, 12967, 9823, 11650, 9299, 9860, 9412, 11003, 10432, 8872, 9997, 8313, 10102, 8053, 9947, 8129, 12000, 8040, 11031, 8502, 10744, 8117, 11151, 8326, 11466, 8555, 13130, 8224, 12693, 8299, 11715, 8266, 12148, 9554, 12104, 9001, 12299, 8092, 11643, 8382, 11083, 8192, 11433, 8503, 10543, 8114, 10941, 8246, 11240, 8203, 10699, 8111, 11096, 8309, 12073, 8001, 11503, 8101, 11616, 9556, 12318, 10210, 8185, 10236, 8157, 9817, 9100, 9673, 11778, 10733, 8383, 10224, 8318, 10126, 8300, 9655, 8821, 9652, 8599, 10577, 8352, 10003, 7970, 10160, 8277, 10036, 9065, 9918, 8379, 9798, 8171, 10349, 8165, 10693, 8202, 10996, 8026, 10277, 8405, 11339, 8426, 10939, 8218, 10590, 9012, 11879, 8110, 10950, 9390, 11423, 11124, 10176, 11042, 8555, 10321, 8577, 10809, 8207, 11261, 9267, 12062], 'WindowCenter': [4598.0, 4582.0, 4547.0, 4523.0, 4534.0, 4490.0, 4520.0, 4489.0, 4509.0, 4485.0, 4508.0, 4495.0, 4507.0, 4516.0, 4497.0, 4496.0, 4485.0, 4465.0, 4518.0, 4477.0, 4519.0, 4493.0, 4522.0, 4493.0, 4532.0, 4493.0, 4531.0, 4505.0, 4564.0, 4537.0, 4545.0, 4545.0, 4523.0, 4545.0, 4514.0, 4557.0, 4515.0, 4525.0, 4493.0, 4535.0, 4493.0, 4533.0, 4502.0, 4533.0, 4512.0, 4532.0, 4478.0, 4520.0, 4490.0, 4519.0, 4478.0, 4530.0, 4490.0, 4520.0, 4479.0, 4518.0, 4479.0, 4498.0, 4477.0, 4519.0, 4480.0, 4521.0, 4492.0, 4521.0, 4492.0, 4521.0, 4492.0, 4521.0, 4491.0, 4533.0, 4493.0, 4532.0, 4503.0, 4530.0, 4494.0, 4551.0, 4494.0, 4545.0, 4524.0, 4554.0, 4524.0, 4522.0, 4535.0, 4512.0, 4531.0, 4553.0, 4534.0, 4553.0, 4523.0, 4540.0, 4511.0, 4541.0, 4521.0, 4550.0, 4522.0, 4530.0, 4512.0, 4529.0, 4501.0, 4529.0, 4491.0, 4529.0, 4480.0, 4531.0, 4491.0, 4519.0, 4479.0, 4520.0, 4480.0, 4519.0, 4482.0, 4520.0, 4494.0, 4532.0, 4482.0, 4521.0, 4491.0, 4521.0, 4491.0, 4520.0, 4491.0, 4532.0, 4502.0, 4532.0, 4501.0, 4501.0, 4479.0, 4530.0, 4489.0, 4530.0, 4479.0, 4533.0, 4501.0, 4512.0, 4489.0, 4502.0, 4490.0, 4520.0, 4490.0, 4520.0, 4512.0, 4534.0, 4533.0, 4535.0, 4513.0, 4523.0, 4503.0, 4544.0, 4504.0, 4546.0, 4515.0, 4535.0, 4503.0, 4526.0, 4501.0, 4544.0, 4503.0, 4546.0, 4513.0, 4536.0, 4502.0, 4523.0, 4492.0, 4533.0, 4481.0, 4532.0, 4500.0, 4533.0, 4531.0, 4532.0, 4520.0, 4512.0, 4519.0, 4521.0, 4509.0, 4531.0, 4530.0, 4531.0, 4539.0, 4520.0, 4518.0, 4519.0, 4488.0, 4531.0, 4489.0, 4531.0, 4521.0, 4532.0, 4521.0, 4531.0, 4490.0, 4512.0, 4501.0, 4542.0, 4491.0, 4544.0, 4504.0, 4542.0, 4494.0, 4534.0, 4505.0, 4543.0, 4505.0, 4545.0, 4528.0, 4556.0, 4537.0, 4557.0, 4551.0, 4515.0, 4546.0, 4517.0, 4550.0, 4519.0, 4546.0, 4537.0, 4565.0, 4545.0, 4506.0, 4528.0, 4517.0, 4533.0, 4556.0, 4523.0, 4558.0, 4537.0, 4556.0, 4503.0, 4555.0, 4501.0, 4542.0, 4500.0, 4520.0, 4547.0, 4527.0, 4544.0, 4504.0, 4531.0, 4482.0, 4511.0, 4462.0, 4501.0, 4451.0, 4492.0, 4451.0, 4503.0, 4463.0, 4517.0, 4466.0, 4506.0, 4474.0, 4517.0, 4476.0, 4506.0, 4466.0, 4509.0, 4478.0, 4519.0, 4488.0, 4530.0, 4490.0, 4519.0, 4480.0, 4518.0, 4491.0, 4519.0, 4479.0, 4528.0, 4489.0, 4539.0, 4491.0, 4528.0, 4512.0, 4552.0, 4531.0, 4510.0, 4522.0, 4491.0, 4532.0, 4479.0, 4532.0, 4494.0, 4535.0, 4492.0, 4534.0, 4493.0, 4533.0, 4506.0, 4503.0, 4535.0, 4515.0, 4538.0, 4515.0, 4536.0, 4505.0, 4536.0, 4505.0, 4545.0, 4517.0, 4536.0, 4505.0, 4544.0, 4495.0, 4543.0, 4494.0, 4533.0, 4494.0, 4543.0, 4515.0, 4542.0, 4514.0, 4540.0, 4514.0, 4543.0, 4534.0, 4522.0, 4523.0, 4481.0, 4520.0, 4481.0, 4512.0, 4501.0, 4523.0, 4512.0, 4512.0, 4489.0, 4511.0, 4488.0, 4520.0, 4479.0, 4532.0, 4490.0, 4521.0, 4491.0, 4523.0, 4492.0, 4522.0, 4491.0, 4534.0, 4492.0, 4541.0, 4512.0, 4550.0, 4513.0, 4491.0, 4532.0, 4502.0, 4534.0, 4503.0, 4523.0, 4501.0, 4523.0, 4493.0, 4533.0, 4505.0, 4535.0, 4493.0, 4533.0, 4492.0, 4533.0, 4492.0, 4544.0, 4506.0, 4544.0, 4505.0, 4535.0, 4493.0, 4534.0, 4494.0, 4543.0, 4507.0, 4555.0, 4537.0, 4495.0, 4525.0, 4505.0, 4536.0, 4517.0, 4557.0, 4504.0, 4554.0, 4505.0, 4542.0, 4494.0, 4543.0, 4495.0, 4540.0, 4502.0, 4549.0, 4501.0, 4530.0, 4523.0, 4509.0, 4522.0, 4499.0, 4523.0, 4491.0, 4522.0, 4481.0, 4522.0, 4492.0, 4531.0, 4493.0, 4521.0, 4502.0, 4541.0, 4513.0, 4503.0, 4523.0, 4493.0, 4546.0, 4506.0, 4525.0, 4484.0, 4533.0, 4493.0, 4534.0, 4504.0, 4544.0, 4494.0, 4533.0, 4494.0, 4534.0, 4495.0, 4543.0, 4508.0, 4547.0, 4518.0, 4565.0, 4538.0, 4507.0, 4538.0, 4506.0, 4538.0, 4516.0, 4536.0, 4505.0, 4545.0, 4504.0, 4543.0, 4503.0, 4535.0, 4504.0, 4551.0, 4492.0, 4533.0, 4492.0, 4520.0, 4492.0, 4533.0, 4493.0, 4542.0, 4482.0, 4540.0, 4492.0, 4510.0, 4531.0, 4514.0, 4523.0, 4491.0, 4532.0, 4490.0, 4520.0, 4480.0, 4520.0, 4491.0, 4519.0, 4481.0, 4543.0, 4515.0, 4541.0, 4513.0, 4531.0, 4492.0, 4519.0, 4510.0, 4531.0, 4523.0, 4492.0, 4523.0, 4494.0, 4542.0, 4506.0, 4533.0, 4506.0, 4556.0, 4528.0, 4555.0, 4547.0, 4534.0, 4525.0, 4513.0, 4523.0, 4541.0, 4513.0, 4552.0, 4512.0, 4540.0, 4513.0, 4510.0, 4521.0, 4500.0, 4519.0, 4510.0, 4522.0, 4510.0, 4511.0, 4491.0, 4511.0, 4487.0, 4522.0, 4490.0, 4529.0, 4489.0, 4531.0, 4492.0, 4521.0, 4481.0, 4520.0, 4492.0, 4491.0, 4512.0, 4491.0, 4535.0, 4492.0, 4515.0, 4535.0, 4525.0, 4534.0, 4524.0, 4497.0, 4548.0, 4526.0, 4494.0, 4506.0, 4486.0, 4556.0, 4510.0, 4547.0, 4503.0, 4545.0, 4506.0, 4546.0, 4517.0, 4555.0, 4505.0, 4551.0, 4499.0, 4539.0, 4477.0, 4525.0, 4476.0, 4504.0, 4455.0, 4502.0, 4453.0, 4491.0, 4440.0, 4480.0, 4439.0, 4480.0, 4439.0, 4481.0, 4479.0, 4462.0, 4500.0, 4463.0, 4500.0, 4454.0, 4504.0, 4468.0, 4506.0, 4478.0, 4467.0, 4509.0, 4479.0, 4531.0, 4481.0, 4544.0, 4503.0, 4543.0, 4493.0, 4513.0, 4494.0, 4543.0, 4493.0, 4545.0, 4495.0, 4555.0, 4504.0, 4535.0, 4497.0, 4534.0, 4497.0, 4545.0, 4508.0, 4556.0, 4507.0, 4555.0, 4518.0, 4567.0, 4538.0, 4555.0, 4546.0, 4565.0, 4526.0, 4563.0, 4534.0, 4532.0, 4522.0, 4491.0, 4522.0, 4500.0, 4511.0, 4548.0, 4501.0, 4548.0, 4509.0, 4518.0, 4509.0, 4477.0, 4509.0, 4497.0, 4509.0, 4508.0, 4520.0, 4529.0, 4511.0, 4478.0, 4509.0, 4478.0, 4520.0, 4479.0, 4519.0, 4491.0, 4518.0, 4481.0, 4519.0, 4482.0, 4520.0, 4482.0, 4520.0, 4481.0, 4532.0, 4491.0, 4531.0, 4491.0, 4532.0, 4504.0, 4512.0, 4514.0, 4506.0, 4556.0, 4505.0, 4535.0, 4505.0, 4555.0, 4496.0, 4545.0, 4495.0, 4555.0, 4527.0, 4542.0, 4525.0, 4534.0, 4538.0, 4506.0, 4534.0, 4504.0, 4535.0, 4506.0, 4533.0, 4506.0, 4533.0, 4494.0, 4532.0, 4493.0, 4542.0, 4515.0, 4542.0, 4511.0, 4539.0, 4503.0, 4501.0, 4523.0, 4511.0, 4522.0, 4513.0, 4523.0, 4492.0, 4513.0, 4481.0, 4522.0, 4492.0, 4534.0, 4495.0, 4559.0, 4515.0, 4523.0, 4512.0, 4483.0, 4524.0, 4535.0, 4495.0, 4536.0, 4550.0, 4519.0, 4568.0, 4518.0, 4545.0, 4535.0, 4541.0, 4503.0, 4532.0, 4502.0, 4531.0, 4490.0, 4520.0, 4478.0, 4519.0, 4475.0, 4506.0, 4464.0, 4496.0, 4465.0, 4486.0, 4465.0, 4497.0, 4485.0, 4486.0, 4504.0, 4475.0, 4515.0, 4475.0, 4514.0, 4476.0, 4493.0, 4486.0, 4496.0, 4468.0, 4498.0, 4478.0, 4497.0, 4480.0, 4521.0, 4503.0, 4532.0, 4505.0, 4472.0, 4533.0, 4482.0, 4534.0, 4506.0, 4547.0, 4518.0, 4537.0, 4499.0, 4538.0, 4498.0, 4547.0, 4507.0, 4549.0, 4519.0, 4555.0, 4519.0, 4537.0, 4539.0, 4527.0, 4547.0, 4558.0, 4528.0, 4525.0, 4537.0, 4485.0, 4525.0, 4493.0, 4514.0, 4541.0, 4514.0, 4552.0, 4503.0, 4530.0, 4510.0, 4529.0, 4480.0, 4509.0, 4500.0, 4531.0, 4532.0, 4501.0, 4513.0, 4483.0, 4521.0, 4479.0, 4523.0, 4481.0, 4524.0, 4503.0, 4523.0, 4491.0, 4513.0, 4491.0, 4522.0, 4494.0, 4525.0, 4506.0, 4543.0, 4526.0, 4505.0, 4502.0, 4503.0, 4493.0, 4545.0, 4503.0, 4537.0, 4542.0, 4504.0, 4532.0, 4492.0, 4542.0, 4490.0, 4521.0, 4488.0, 4508.0, 4505.0, 4494.0, 4522.0, 4473.0, 4502.0, 4448.0, 4479.0, 4439.0, 4479.0, 4426.0, 4478.0, 4426.0, 4468.0, 4417.0, 4468.0, 4449.0, 4481.0, 4449.0, 4481.0, 4460.0, 4482.0, 4462.0, 4494.0, 4462.0, 4492.0, 4453.0, 4493.0, 4465.0, 4505.0, 4455.0, 4508.0, 4468.0, 4508.0, 4468.0, 4519.0, 4468.0, 4532.0, 4483.0, 4533.0, 4483.0, 4514.0, 4482.0, 4532.0, 4495.0, 4535.0, 4507.0, 4534.0, 4498.0, 4516.0, 4518.0, 4495.0, 4539.0, 4531.0, 4551.0, 4530.0, 4542.0, 4508.0, 4561.0, 4510.0, 4549.0, 4526.0, 4550.0, 4538.0, 4546.0, 4505.0, 4525.0, 4484.0, 4522.0, 4502.0, 4521.0, 4530.0, 4512.0, 4542.0, 4501.0, 4529.0, 4490.0, 4518.0, 4468.0, 4507.0, 4478.0, 4508.0, 4467.0, 4498.0, 4470.0, 4499.0, 4477.0, 4518.0, 4470.0, 4519.0, 4471.0, 4500.0, 4459.0, 4521.0, 4481.0, 4523.0, 4479.0, 4510.0, 4469.0, 4511.0, 4470.0, 4521.0, 4480.0, 4522.0, 4494.0, 4524.0, 4494.0, 4505.0, 4483.0, 4535.0, 4494.0, 4536.0, 4506.0, 4547.0, 4516.0, 4528.0, 4494.0, 4527.0, 4504.0, 4506.0, 4545.0, 4506.0, 4544.0, 4506.0, 4545.0, 4496.0, 4546.0, 4507.0, 4557.0, 4507.0, 4545.0, 4517.0, 4544.0, 4497.0, 4543.0, 4516.0, 4545.0, 4506.0, 4543.0, 4516.0, 4542.0, 4504.0, 4540.0, 4505.0, 4542.0, 4513.0, 4541.0, 4514.0, 4522.0, 4514.0, 4513.0, 4534.0, 4502.0, 4524.0, 4494.0, 4524.0, 4483.0, 4522.0, 4485.0, 4524.0, 4502.0, 4512.0, 4482.0, 4513.0, 4481.0, 4523.0, 4502.0, 4523.0, 4540.0, 4514.0, 4541.0, 4481.0, 4518.0, 4480.0, 4520.0, 4504.0, 4532.0, 4491.0, 4510.0, 4481.0, 4532.0, 4483.0, 4531.0, 4496.0, 4533.0, 4514.0, 4522.0, 4524.0, 4503.0, 4525.0, 4526.0, 4526.0, 4515.0, 4515.0, 4504.0, 4525.0, 4484.0, 4538.0, 4504.0, 4525.0, 4492.0, 4516.0, 4493.0, 4524.0, 4483.0, 4524.0, 4502.0, 4513.0, 4492.0, 4513.0, 4492.0, 4514.0, 4523.0, 4524.0, 4553.0, 4525.0, 4531.0, 4504.0, 4512.0, 4514.0, 4533.0, 4523.0, 4502.0, 4515.0, 4493.0, 4525.0, 4482.0, 4525.0, 4496.0, 4545.0, 4483.0, 4533.0, 4493.0, 4522.0, 4484.0, 4533.0, 4495.0, 4546.0, 4506.0, 4552.0, 4495.0, 4541.0, 4493.0, 4532.0, 4494.0, 4542.0, 4513.0, 4542.0, 4504.0, 4531.0, 4484.0, 4532.0, 4491.0, 4520.0, 4482.0, 4532.0, 4491.0, 4522.0, 4484.0, 4547.0, 4493.0, 4532.0, 4492.0, 4536.0, 4496.0, 4534.0, 4494.0, 4543.0, 4494.0, 4542.0, 4496.0, 4544.0, 4516.0, 4542.0, 4525.0, 4495.0, 4526.0, 4494.0, 4525.0, 4516.0, 4517.0, 4543.0, 4535.0, 4482.0, 4523.0, 4481.0, 4523.0, 4481.0, 4504.0, 4502.0, 4513.0, 4490.0, 4523.0, 4480.0, 4511.0, 4469.0, 4512.0, 4480.0, 4513.0, 4490.0, 4512.0, 4481.0, 4512.0, 4478.0, 4511.0, 4480.0, 4525.0, 4483.0, 4523.0, 4472.0, 4523.0, 4481.0, 4521.0, 4482.0, 4533.0, 4494.0, 4523.0, 4503.0, 4532.0, 4495.0, 4522.0, 4529.0, 4545.0, 4546.0, 4524.0, 4547.0, 4506.0, 4524.0, 4505.0, 4534.0, 4492.0, 4533.0, 4515.0, 4543.0], 'WindowWidth': [10066.0, 10028.0, 9969.0, 9929.0, 9941.0, 9875.0, 9916.0, 9871.0, 9897.0, 9861.0, 9893.0, 9871.0, 9891.0, 9903.0, 9879.0, 9875.0, 9863.0, 9834.0, 9910.0, 9854.0, 9917.0, 9887.0, 9926.0, 9887.0, 9939.0, 9890.0, 9936.0, 9907.0, 9987.0, 9954.0, 9960.0, 9961.0, 9929.0, 9960.0, 9917.0, 9981.0, 9920.0, 9935.0, 9887.0, 9947.0, 9884.0, 9939.0, 9897.0, 9943.0, 9910.0, 9936.0, 9859.0, 9917.0, 9875.0, 9915.0, 9859.0, 9932.0, 9879.0, 9918.0, 9862.0, 9912.0, 9861.0, 9885.0, 9855.0, 9914.0, 9863.0, 9921.0, 9886.0, 9922.0, 9884.0, 9921.0, 9884.0, 9921.0, 9881.0, 9942.0, 9890.0, 9941.0, 9901.0, 9935.0, 9891.0, 9964.0, 9893.0, 9962.0, 9935.0, 9973.0, 9931.0, 9926.0, 9946.0, 9911.0, 9939.0, 9970.0, 9946.0, 9970.0, 9927.0, 9946.0, 9909.0, 9946.0, 9921.0, 9959.0, 9924.0, 9933.0, 9910.0, 9928.0, 9894.0, 9928.0, 9881.0, 9929.0, 9865.0, 9935.0, 9881.0, 9915.0, 9862.0, 9915.0, 9863.0, 9916.0, 9869.0, 9920.0, 9891.0, 9940.0, 9873.0, 9922.0, 9881.0, 9922.0, 9881.0, 9920.0, 9880.0, 9940.0, 9899.0, 9940.0, 9894.0, 9895.0, 9861.0, 9932.0, 9874.0, 9933.0, 9863.0, 9939.0, 9894.0, 9911.0, 9875.0, 9898.0, 9878.0, 9920.0, 9878.0, 9921.0, 9911.0, 9946.0, 9943.0, 9946.0, 9915.0, 9929.0, 9901.0, 9959.0, 9905.0, 9967.0, 9922.0, 9951.0, 9903.0, 9938.0, 9897.0, 9960.0, 9900.0, 9965.0, 9919.0, 9950.0, 9899.0, 9929.0, 9883.0, 9941.0, 9868.0, 9937.0, 9892.0, 9940.0, 9937.0, 9939.0, 9918.0, 9910.0, 9914.0, 9919.0, 9901.0, 9933.0, 9933.0, 9936.0, 9942.0, 9916.0, 9910.0, 9915.0, 9872.0, 9934.0, 9874.0, 9934.0, 9921.0, 9940.0, 9921.0, 9935.0, 9879.0, 9912.0, 9894.0, 9953.0, 9881.0, 9961.0, 9906.0, 9957.0, 9893.0, 9944.0, 9908.0, 9957.0, 9908.0, 9962.0, 9946.0, 9979.0, 9955.0, 9981.0, 9984.0, 9922.0, 9966.0, 9928.0, 9984.0, 9935.0, 9967.0, 9957.0, 9992.0, 9967.0, 9914.0, 9945.0, 9929.0, 9947.0, 9979.0, 9931.0, 9988.0, 9957.0, 9980.0, 9903.0, 9975.0, 9893.0, 9950.0, 9889.0, 9917.0, 9949.0, 9919.0, 9940.0, 9883.0, 9917.0, 9852.0, 9888.0, 9824.0, 9874.0, 9807.0, 9863.0, 9807.0, 9881.0, 9828.0, 9907.0, 9836.0, 9892.0, 9846.0, 9906.0, 9850.0, 9892.0, 9838.0, 9898.0, 9858.0, 9912.0, 9871.0, 9930.0, 9877.0, 9913.0, 9861.0, 9910.0, 9880.0, 9916.0, 9862.0, 9924.0, 9874.0, 9940.0, 9879.0, 9926.0, 9911.0, 9965.0, 9935.0, 9905.0, 9923.0, 9879.0, 9938.0, 9862.0, 9940.0, 9891.0, 9947.0, 9888.0, 9944.0, 9890.0, 9941.0, 9910.0, 9901.0, 9948.0, 9923.0, 9956.0, 9923.0, 9951.0, 9907.0, 9951.0, 9907.0, 9963.0, 9928.0, 9951.0, 9909.0, 9958.0, 9893.0, 9955.0, 9891.0, 9942.0, 9893.0, 9958.0, 9920.0, 9953.0, 9920.0, 9947.0, 9916.0, 9958.0, 9944.0, 9925.0, 9927.0, 9867.0, 9919.0, 9865.0, 9909.0, 9895.0, 9928.0, 9908.0, 9909.0, 9874.0, 9906.0, 9871.0, 9918.0, 9862.0, 9938.0, 9880.0, 9923.0, 9880.0, 9927.0, 9884.0, 9923.0, 9884.0, 9945.0, 9888.0, 9950.0, 9912.0, 9959.0, 9913.0, 9881.0, 9938.0, 9899.0, 9945.0, 9902.0, 9927.0, 9897.0, 9927.0, 9886.0, 9942.0, 9911.0, 9947.0, 9888.0, 9942.0, 9886.0, 9940.0, 9885.0, 9960.0, 9911.0, 9958.0, 9906.0, 9946.0, 9891.0, 9945.0, 9893.0, 9959.0, 9915.0, 9977.0, 9954.0, 9896.0, 9937.0, 9907.0, 9953.0, 9928.0, 9982.0, 9906.0, 9972.0, 9907.0, 9953.0, 9888.0, 9956.0, 9893.0, 9948.0, 9899.0, 9956.0, 9895.0, 9931.0, 9926.0, 9903.0, 9922.0, 9891.0, 9928.0, 9883.0, 9923.0, 9866.0, 9924.0, 9884.0, 9933.0, 9889.0, 9923.0, 9897.0, 9949.0, 9914.0, 9899.0, 9929.0, 9887.0, 9965.0, 9910.0, 9934.0, 9876.0, 9942.0, 9886.0, 9943.0, 9905.0, 9960.0, 9892.0, 9944.0, 9889.0, 9946.0, 9894.0, 9957.0, 9918.0, 9968.0, 9931.0, 9989.0, 9958.0, 9913.0, 9957.0, 9911.0, 9960.0, 9926.0, 9952.0, 9907.0, 9964.0, 9903.0, 9956.0, 9902.0, 9950.0, 9903.0, 9965.0, 9884.0, 9941.0, 9882.0, 9919.0, 9882.0, 9941.0, 9886.0, 9948.0, 9869.0, 9944.0, 9882.0, 9903.0, 9934.0, 9917.0, 9929.0, 9880.0, 9937.0, 9877.0, 9917.0, 9862.0, 9915.0, 9877.0, 9914.0, 9864.0, 9957.0, 9922.0, 9950.0, 9913.0, 9932.0, 9881.0, 9912.0, 9904.0, 9933.0, 9925.0, 9883.0, 9926.0, 9890.0, 9954.0, 9909.0, 9943.0, 9909.0, 9978.0, 9943.0, 9974.0, 9966.0, 9942.0, 9932.0, 9915.0, 9928.0, 9947.0, 9914.0, 9965.0, 9910.0, 9942.0, 9912.0, 9902.0, 9919.0, 9889.0, 9915.0, 9903.0, 9922.0, 9903.0, 9906.0, 9878.0, 9907.0, 9870.0, 9921.0, 9875.0, 9929.0, 9875.0, 9934.0, 9883.0, 9920.0, 9866.0, 9917.0, 9882.0, 9880.0, 9912.0, 9881.0, 9945.0, 9883.0, 9921.0, 9947.0, 9934.0, 9943.0, 9932.0, 9900.0, 9971.0, 9938.0, 9891.0, 9908.0, 9883.0, 9977.0, 9923.0, 9968.0, 9904.0, 9961.0, 9909.0, 9963.0, 9928.0, 9975.0, 9903.0, 9962.0, 9886.0, 9940.0, 9849.0, 9913.0, 9845.0, 9881.0, 9814.0, 9878.0, 9808.0, 9860.0, 9786.0, 9841.0, 9782.0, 9840.0, 9783.0, 9842.0, 9839.0, 9820.0, 9869.0, 9823.0, 9871.0, 9815.0, 9881.0, 9842.0, 9889.0, 9855.0, 9840.0, 9899.0, 9857.0, 9932.0, 9866.0, 9957.0, 9901.0, 9954.0, 9884.0, 9913.0, 9888.0, 9954.0, 9887.0, 9963.0, 9895.0, 9974.0, 9905.0, 9946.0, 9897.0, 9946.0, 9900.0, 9961.0, 9917.0, 9979.0, 9914.0, 9975.0, 9931.0, 9992.0, 9956.0, 9974.0, 9964.0, 9989.0, 9936.0, 9980.0, 9942.0, 9934.0, 9922.0, 9877.0, 9920.0, 9887.0, 9904.0, 9951.0, 9890.0, 9951.0, 9899.0, 9909.0, 9897.0, 9853.0, 9897.0, 9879.0, 9898.0, 9894.0, 9915.0, 9928.0, 9904.0, 9856.0, 9898.0, 9855.0, 9913.0, 9858.0, 9913.0, 9876.0, 9911.0, 9865.0, 9915.0, 9869.0, 9916.0, 9867.0, 9915.0, 9865.0, 9933.0, 9881.0, 9933.0, 9881.0, 9938.0, 9902.0, 9910.0, 9915.0, 9910.0, 9979.0, 9908.0, 9948.0, 9908.0, 9975.0, 9896.0, 9959.0, 9893.0, 9977.0, 9940.0, 9954.0, 9935.0, 9941.0, 9956.0, 9911.0, 9946.0, 9901.0, 9949.0, 9908.0, 9941.0, 9906.0, 9941.0, 9887.0, 9936.0, 9884.0, 9952.0, 9918.0, 9951.0, 9909.0, 9942.0, 9897.0, 9892.0, 9924.0, 9905.0, 9923.0, 9915.0, 9927.0, 9881.0, 9910.0, 9865.0, 9921.0, 9882.0, 9946.0, 9892.0, 9984.0, 9916.0, 9921.0, 9908.0, 9872.0, 9930.0, 9947.0, 9895.0, 9951.0, 9976.0, 9934.0, 9999.0, 9929.0, 9961.0, 9944.0, 9947.0, 9898.0, 9936.0, 9893.0, 9931.0, 9874.0, 9912.0, 9854.0, 9909.0, 9845.0, 9889.0, 9828.0, 9875.0, 9829.0, 9861.0, 9830.0, 9875.0, 9855.0, 9857.0, 9880.0, 9843.0, 9895.0, 9844.0, 9894.0, 9845.0, 9866.0, 9861.0, 9873.0, 9839.0, 9879.0, 9854.0, 9880.0, 9863.0, 9920.0, 9898.0, 9937.0, 9905.0, 9855.0, 9939.0, 9869.0, 9945.0, 9910.0, 9967.0, 9930.0, 9954.0, 9904.0, 9954.0, 9902.0, 9965.0, 9916.0, 9974.0, 9932.0, 9976.0, 9933.0, 9953.0, 9956.0, 9938.0, 9967.0, 9984.0, 9942.0, 9934.0, 9953.0, 9877.0, 9930.0, 9885.0, 9915.0, 9946.0, 9912.0, 9965.0, 9896.0, 9930.0, 9902.0, 9923.0, 9860.0, 9897.0, 9887.0, 9932.0, 9936.0, 9891.0, 9911.0, 9868.0, 9919.0, 9861.0, 9924.0, 9864.0, 9929.0, 9898.0, 9924.0, 9877.0, 9909.0, 9877.0, 9920.0, 9886.0, 9929.0, 9911.0, 9955.0, 9936.0, 9906.0, 9897.0, 9898.0, 9888.0, 9961.0, 9900.0, 9950.0, 9951.0, 9901.0, 9934.0, 9881.0, 9948.0, 9876.0, 9919.0, 9867.0, 9894.0, 9884.0, 9867.0, 9902.0, 9835.0, 9872.0, 9796.0, 9837.0, 9781.0, 9835.0, 9760.0, 9832.0, 9760.0, 9819.0, 9748.0, 9820.0, 9795.0, 9842.0, 9797.0, 9843.0, 9814.0, 9846.0, 9818.0, 9864.0, 9820.0, 9861.0, 9810.0, 9864.0, 9829.0, 9886.0, 9819.0, 9894.0, 9840.0, 9896.0, 9842.0, 9914.0, 9844.0, 9936.0, 9871.0, 9938.0, 9870.0, 9915.0, 9870.0, 9938.0, 9892.0, 9947.0, 9912.0, 9946.0, 9901.0, 9924.0, 9930.0, 9895.0, 9958.0, 9953.0, 9980.0, 9949.0, 9967.0, 9918.0, 9993.0, 9920.0, 9975.0, 9935.0, 9976.0, 9954.0, 9963.0, 9903.0, 9932.0, 9872.0, 9921.0, 9893.0, 9918.0, 9930.0, 9909.0, 9950.0, 9891.0, 9924.0, 9872.0, 9907.0, 9841.0, 9890.0, 9853.0, 9895.0, 9840.0, 9880.0, 9844.0, 9883.0, 9853.0, 9908.0, 9846.0, 9911.0, 9848.0, 9886.0, 9831.0, 9916.0, 9864.0, 9924.0, 9860.0, 9902.0, 9844.0, 9905.0, 9846.0, 9918.0, 9861.0, 9923.0, 9888.0, 9928.0, 9887.0, 9902.0, 9872.0, 9945.0, 9889.0, 9950.0, 9909.0, 9967.0, 9923.0, 9940.0, 9889.0, 9937.0, 9904.0, 9908.0, 9960.0, 9909.0, 9957.0, 9907.0, 9959.0, 9896.0, 9961.0, 9912.0, 9980.0, 9913.0, 9959.0, 9925.0, 9957.0, 9896.0, 9954.0, 9922.0, 9962.0, 9908.0, 9952.0, 9920.0, 9949.0, 9899.0, 9946.0, 9905.0, 9951.0, 9914.0, 9945.0, 9915.0, 9921.0, 9913.0, 9912.0, 9943.0, 9897.0, 9928.0, 9886.0, 9929.0, 9871.0, 9925.0, 9878.0, 9930.0, 9895.0, 9911.0, 9867.0, 9911.0, 9863.0, 9923.0, 9897.0, 9925.0, 9942.0, 9914.0, 9943.0, 9864.0, 9912.0, 9863.0, 9917.0, 9901.0, 9936.0, 9879.0, 9902.0, 9867.0, 9934.0, 9871.0, 9936.0, 9895.0, 9940.0, 9916.0, 9922.0, 9930.0, 9901.0, 9932.0, 9934.0, 9935.0, 9918.0, 9920.0, 9901.0, 9934.0, 9875.0, 9957.0, 9907.0, 9934.0, 9885.0, 9920.0, 9884.0, 9928.0, 9871.0, 9929.0, 9895.0, 9912.0, 9882.0, 9912.0, 9881.0, 9914.0, 9926.0, 9930.0, 9964.0, 9931.0, 9932.0, 9900.0, 9909.0, 9916.0, 9939.0, 9926.0, 9896.0, 9917.0, 9884.0, 9930.0, 9870.0, 9932.0, 9895.0, 9960.0, 9873.0, 9939.0, 9884.0, 9923.0, 9873.0, 9938.0, 9892.0, 9961.0, 9910.0, 9965.0, 9891.0, 9949.0, 9887.0, 9936.0, 9889.0, 9950.0, 9914.0, 9949.0, 9902.0, 9934.0, 9873.0, 9935.0, 9880.0, 9916.0, 9868.0, 9935.0, 9879.0, 9920.0, 9873.0, 9967.0, 9884.0, 9937.0, 9882.0, 9950.0, 9898.0, 9943.0, 9889.0, 9951.0, 9888.0, 9950.0, 9893.0, 9957.0, 9921.0, 9951.0, 9933.0, 9891.0, 9935.0, 9889.0, 9933.0, 9921.0, 9923.0, 9951.0, 9943.0, 9868.0, 9924.0, 9865.0, 9923.0, 9864.0, 9899.0, 9897.0, 9912.0, 9876.0, 9923.0, 9859.0, 9904.0, 9845.0, 9904.0, 9860.0, 9910.0, 9876.0, 9907.0, 9864.0, 9905.0, 9855.0, 9902.0, 9861.0, 9932.0, 9871.0, 9923.0, 9852.0, 9924.0, 9863.0, 9917.0, 9866.0, 9939.0, 9887.0, 9927.0, 9899.0, 9935.0, 9891.0, 9921.0, 9944.0, 9962.0, 9962.0, 9930.0, 9965.0, 9910.0, 9932.0, 9903.0, 9942.0, 9885.0, 9941.0, 9917.0, 9954.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.0012558304498269896</td></tr>
<tr><td colspan=3>aqi</td><td>0.029321137110726644</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.589765150571395</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1555514137056273</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.962094508268398</td></tr>
<tr><td colspan=3>efc</td><td>0.4522</td></tr>
<tr><td colspan=3>fber</td><td>6781.2666</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0995922059048423</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>49</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.2387543252595155</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6627281617228853</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5846660292858505</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.865322204412668</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5381962514701377</td></tr>
<tr><td colspan=3>gcor</td><td>0.0155978</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015099329873919487</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025339394807815552</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1156</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.591580160844711</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>29.4137</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.5068</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.1341</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307928.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>854.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>372.9058</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.657</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>650.8034</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3730.2886</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4011.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68616.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1003.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4986.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1116.7705</td></tr>
<tr><td colspan=3>tsnr</td><td>35.0438120495528</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>