<?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-0098_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-0098_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-0098_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-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0098/figures/sub-0098_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-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098/ses-03/func/sub-0098_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>425de19015cda63863e29725a0895625</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>13:39:19.877500</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.999693, 0.00938333, -0.0229487, -0.00540886, 0.985861, 0.16748]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0912799</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>[4215, -7809, -7160, 317, -109, 108, -10, 82]</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>247.993</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>50f418ee-04f6-40ef-9f87-7c1a2b733c53||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.6821022033691406, -0.014511585235595703, -0.06532857567071915, 116.3984603881836], [-0.025174787268042564, 2.6449921131134033, 0.4517219662666321, -104.43051147460938], [-0.061569761484861374, -0.4493367075920105, 2.661142587661743, -25.569622039794922], [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': ['133919.877500', '133920.337500', '133920.797500', '133921.257500', '133921.717500', '133922.177500', '133922.637500', '133923.097500', '133923.557500', '133924.017500', '133924.477500', '133924.937500', '133925.397500', '133925.857500', '133926.317500', '133926.777500', '133927.237500', '133927.697500', '133928.157500', '133928.617500', '133929.077500', '133929.537500', '133929.997500', '133930.457500', '133930.917500', '133931.377500', '133931.837500', '133932.297500', '133932.757500', '133933.217500', '133933.677500', '133934.137500', '133934.597500', '133935.057500', '133935.517500', '133935.977500', '133936.437500', '133936.897500', '133937.357500', '133937.817500', '133938.277500', '133938.737500', '133939.197500', '133939.657500', '133940.117500', '133940.577500', '133941.037500', '133941.497500', '133941.957500', '133942.417500', '133942.877500', '133943.337500', '133943.797500', '133944.257500', '133944.717500', '133945.177500', '133945.637500', '133946.097500', '133946.557500', '133947.017500', '133947.477500', '133947.937500', '133948.397500', '133948.857500', '133949.317500', '133949.777500', '133950.237500', '133950.697500', '133951.157500', '133951.617500', '133952.077500', '133952.537500', '133952.997500', '133953.457500', '133953.917500', '133954.377500', '133954.837500', '133955.297500', '133955.757500', '133956.217500', '133956.677500', '133957.137500', '133957.597500', '133958.057500', '133958.517500', '133958.977500', '133959.437500', '133959.897500', '134000.357500', '134000.817500', '134001.277500', '134001.737500', '134002.197500', '134002.657500', '134003.117500', '134003.577500', '134004.037500', '134004.497500', '134004.957500', '134005.417500', '134005.877500', '134006.337500', '134006.797500', '134007.257500', '134007.717500', '134008.177500', '134008.637500', '134009.097500', '134009.557500', '134010.017500', '134010.477500', '134010.937500', '134011.397500', '134011.857500', '134012.317500', '134012.777500', '134013.237500', '134013.697500', '134014.157500', '134014.617500', '134015.077500', '134015.537500', '134015.997500', '134016.457500', '134016.917500', '134017.377500', '134017.837500', '134018.297500', '134018.757500', '134019.217500', '134019.677500', '134020.137500', '134020.597500', '134021.057500', '134021.517500', '134021.977500', '134022.437500', '134022.897500', '134023.357500', '134023.817500', '134024.277500', '134024.737500', '134025.197500', '134025.657500', '134026.117500', '134026.577500', '134027.037500', '134027.497500', '134027.957500', '134028.417500', '134028.877500', '134029.337500', '134029.797500', '134030.257500', '134030.717500', '134031.177500', '134031.637500', '134032.097500', '134032.557500', '134033.017500', '134033.477500', '134033.937500', '134034.397500', '134034.857500', '134035.317500', '134035.777500', '134036.237500', '134036.697500', '134037.157500', '134037.617500', '134038.077500', '134038.537500', '134038.997500', '134039.457500', '134039.917500', '134040.377500', '134040.837500', '134041.297500', '134041.757500', '134042.217500', '134042.677500', '134043.137500', '134043.597500', '134044.057500', '134044.517500', '134044.977500', '134045.437500', '134045.897500', '134046.357500', '134046.817500', '134047.277500', '134047.737500', '134048.197500', '134048.657500', '134049.117500', '134049.577500', '134050.037500', '134050.497500', '134050.957500', '134051.417500', '134051.877500', '134052.337500', '134052.797500', '134053.257500', '134053.717500', '134054.177500', '134054.637500', '134055.097500', '134055.557500', '134056.017500', '134056.477500', '134056.937500', '134057.397500', '134057.857500', '134058.317500', '134058.777500', '134059.237500', '134059.697500', '134100.157500', '134100.617500', '134101.077500', '134101.537500', '134101.997500', '134102.457500', '134102.917500', '134103.377500', '134103.837500', '134104.297500', '134104.757500', '134105.217500', '134105.677500', '134106.137500', '134106.597500', '134107.057500', '134107.517500', '134107.977500', '134108.437500', '134108.897500', '134109.357500', '134109.817500', '134110.277500', '134110.737500', '134111.197500', '134111.657500', '134112.117500', '134112.577500', '134113.037500', '134113.497500', '134113.957500', '134114.417500', '134114.877500', '134115.337500', '134115.797500', '134116.257500', '134116.717500', '134117.177500', '134117.637500', '134118.097500', '134118.557500', '134119.017500', '134119.477500', '134119.937500', '134120.397500', '134120.857500', '134121.317500', '134121.777500', '134122.237500', '134122.697500', '134123.157500', '134123.617500', '134124.077500', '134124.537500', '134124.997500', '134125.457500', '134125.917500', '134126.377500', '134126.837500', '134127.297500', '134127.757500', '134128.217500', '134128.677500', '134129.137500', '134129.597500', '134130.057500', '134130.517500', '134130.977500', '134131.437500', '134131.897500', '134132.357500', '134132.817500', '134133.277500', '134133.737500', '134134.197500', '134134.657500', '134135.117500', '134135.577500', '134136.037500', '134136.497500', '134136.957500', '134137.417500', '134137.877500', '134138.337500', '134138.797500', '134139.257500', '134139.717500', '134140.177500', '134140.637500', '134141.097500', '134141.557500', '134142.017500', '134142.477500', '134142.937500', '134143.397500', '134143.857500', '134144.317500', '134144.777500', '134145.237500', '134145.697500', '134146.157500', '134146.617500', '134147.077500', '134147.537500', '134147.997500', '134148.457500', '134148.917500', '134149.377500', '134149.837500', '134150.297500', '134150.757500', '134151.217500', '134151.677500', '134152.137500', '134152.597500', '134153.057500', '134153.517500', '134153.977500', '134154.437500', '134154.897500', '134155.357500', '134155.817500', '134156.277500', '134156.737500', '134157.197500', '134157.657500', '134158.117500', '134158.577500', '134159.037500', '134159.497500', '134159.957500', '134200.417500', '134200.877500', '134201.337500', '134201.797500', '134202.257500', '134202.717500', '134203.177500', '134203.637500', '134204.097500', '134204.557500', '134205.017500', '134205.477500', '134205.937500', '134206.397500', '134206.857500', '134207.317500', '134207.777500', '134208.237500', '134208.697500', '134209.157500', '134209.617500', '134210.077500', '134210.537500', '134210.997500', '134211.457500', '134211.917500', '134212.377500', '134212.837500', '134213.297500', '134213.757500', '134214.217500', '134214.677500', '134215.137500', '134215.597500', '134216.057500', '134216.517500', '134216.977500', '134217.437500', '134217.897500', '134218.357500', '134218.817500', '134219.277500', '134219.737500', '134220.197500', '134220.657500', '134221.117500', '134221.577500', '134222.037500', '134222.497500', '134222.957500', '134223.417500', '134223.877500', '134224.337500', '134224.797500', '134225.257500', '134225.717500', '134226.177500', '134226.637500', '134227.097500', '134227.557500', '134228.017500', '134228.477500', '134228.937500', '134229.397500', '134229.857500', '134230.317500', '134230.777500', '134231.237500', '134231.697500', '134232.157500', '134232.617500', '134233.077500', '134233.537500', '134233.997500', '134234.457500', '134234.917500', '134235.377500', '134235.837500', '134236.297500', '134236.757500', '134237.217500', '134237.677500', '134238.137500', '134238.597500', '134239.057500', '134239.517500', '134239.977500', '134240.437500', '134240.897500', '134241.357500', '134241.817500', '134242.277500', '134242.737500', '134243.197500', '134243.657500', '134244.117500', '134244.577500', '134245.037500', '134245.497500', '134245.957500', '134246.417500', '134246.877500', '134247.337500', '134247.797500', '134248.257500', '134248.717500', '134249.177500', '134249.637500', '134250.097500', '134250.557500', '134251.017500', '134251.477500', '134251.937500', '134252.397500', '134252.857500', '134253.317500', '134253.777500', '134254.237500', '134254.697500', '134255.157500', '134255.617500', '134256.077500', '134256.537500', '134256.997500', '134257.457500', '134257.917500', '134258.377500', '134258.837500', '134259.297500', '134259.757500', '134300.217500', '134300.677500', '134301.137500', '134301.597500', '134302.057500', '134302.517500', '134302.977500', '134303.437500', '134303.897500', '134304.357500', '134304.817500', '134305.277500', '134305.737500', '134306.197500', '134306.657500', '134307.117500', '134307.577500', '134308.037500', '134308.497500', '134308.957500', '134309.417500', '134309.877500', '134310.337500', '134310.797500', '134311.257500', '134311.717500', '134312.177500', '134312.637500', '134313.097500', '134313.557500', '134314.017500', '134314.477500', '134314.937500', '134315.397500', '134315.857500', '134316.317500', '134316.777500', '134317.237500', '134317.697500', '134318.157500', '134318.617500', '134319.077500', '134319.537500', '134319.997500', '134320.457500', '134320.917500', '134321.377500', '134321.837500', '134322.297500', '134322.757500', '134323.217500', '134323.677500', '134324.137500', '134324.597500', '134325.057500', '134325.517500', '134325.977500', '134326.437500', '134326.897500', '134327.357500', '134327.817500', '134328.277500', '134328.737500', '134329.197500', '134329.657500', '134330.117500', '134330.577500', '134331.037500', '134331.497500', '134331.957500', '134332.417500', '134332.877500', '134333.337500', '134333.797500', '134334.257500', '134334.717500', '134335.177500', '134335.637500', '134336.097500', '134336.557500', '134337.017500', '134337.477500', '134337.937500', '134338.397500', '134338.857500', '134339.317500', '134339.777500', '134340.237500', '134340.697500', '134341.157500', '134341.617500', '134342.077500', '134342.537500', '134342.997500', '134343.457500', '134343.917500', '134344.377500', '134344.837500', '134345.297500', '134345.757500', '134346.217500', '134346.677500', '134347.137500', '134347.597500', '134348.057500', '134348.517500', '134348.977500', '134349.437500', '134349.897500', '134350.357500', '134350.817500', '134351.277500', '134351.737500', '134352.197500', '134352.657500', '134353.117500', '134353.577500', '134354.037500', '134354.497500', '134354.957500', '134355.417500', '134355.877500', '134356.337500', '134356.797500', '134357.257500', '134357.717500', '134358.177500', '134358.637500', '134359.097500', '134359.557500', '134400.017500', '134400.477500', '134400.937500', '134401.397500', '134401.857500', '134402.317500', '134402.777500', '134403.237500', '134403.697500', '134404.157500', '134404.617500', '134405.077500', '134405.537500', '134405.997500', '134406.457500', '134406.917500', '134407.377500', '134407.837500', '134408.297500', '134408.757500', '134409.217500', '134409.677500', '134410.137500', '134410.597500', '134411.057500', '134411.517500', '134411.977500', '134412.437500', '134412.897500', '134413.357500', '134413.817500', '134414.277500', '134414.737500', '134415.197500', '134415.657500', '134416.117500', '134416.577500', '134417.037500', '134417.497500', '134417.957500', '134418.417500', '134418.877500', '134419.337500', '134419.797500', '134420.257500', '134420.717500', '134421.177500', '134421.637500', '134422.097500', '134422.557500', '134423.017500', '134423.477500', '134423.937500', '134424.397500', '134424.857500', '134425.317500', '134425.777500', '134426.237500', '134426.697500', '134427.157500', '134427.617500', '134428.077500', '134428.537500', '134428.997500', '134429.457500', '134429.917500', '134430.377500', '134430.837500', '134431.297500', '134431.757500', '134432.217500', '134432.677500', '134433.137500', '134433.597500', '134434.057500', '134434.517500', '134434.977500', '134435.437500', '134435.897500', '134436.357500', '134436.817500', '134437.277500', '134437.737500', '134438.197500', '134438.657500', '134439.117500', '134439.577500', '134440.037500', '134440.497500', '134440.957500', '134441.417500', '134441.877500', '134442.337500', '134442.797500', '134443.257500', '134443.717500', '134444.177500', '134444.637500', '134445.097500', '134445.557500', '134446.017500', '134446.477500', '134446.937500', '134447.397500', '134447.857500', '134448.317500', '134448.777500', '134449.237500', '134449.697500', '134450.157500', '134450.617500', '134451.077500', '134451.537500', '134451.997500', '134452.457500', '134452.917500', '134453.377500', '134453.837500', '134454.297500', '134454.757500', '134455.217500', '134455.677500', '134456.137500', '134456.597500', '134457.057500', '134457.517500', '134457.977500', '134458.437500', '134458.897500', '134459.357500', '134459.817500', '134500.277500', '134500.737500', '134501.197500', '134501.657500', '134502.117500', '134502.577500', '134503.037500', '134503.497500', '134503.957500', '134504.417500', '134504.877500', '134505.337500', '134505.797500', '134506.257500', '134506.717500', '134507.177500', '134507.637500', '134508.097500', '134508.557500', '134509.017500', '134509.477500', '134509.937500', '134510.397500', '134510.857500', '134511.317500', '134511.777500', '134512.237500', '134512.697500', '134513.157500', '134513.617500', '134514.077500', '134514.537500', '134514.997500', '134515.457500', '134515.917500', '134516.377500', '134516.837500', '134517.297500', '134517.757500', '134518.217500', '134518.677500', '134519.137500', '134519.597500', '134520.057500', '134520.517500', '134520.977500', '134521.437500', '134521.897500', '134522.357500', '134522.817500', '134523.277500', '134523.737500', '134524.197500', '134524.657500', '134525.117500', '134525.577500', '134526.037500', '134526.497500', '134526.957500', '134527.417500', '134527.877500', '134528.337500', '134528.797500', '134529.257500', '134529.717500', '134530.177500', '134530.637500', '134531.097500', '134531.557500', '134532.017500', '134532.477500', '134532.937500', '134533.397500', '134533.857500', '134534.317500', '134534.777500', '134535.237500', '134535.697500', '134536.157500', '134536.617500', '134537.077500', '134537.537500', '134537.997500', '134538.457500', '134538.917500', '134539.377500', '134539.837500', '134540.297500', '134540.757500', '134541.217500', '134541.677500', '134542.137500', '134542.597500', '134543.057500', '134543.517500', '134543.977500', '134544.437500', '134544.897500', '134545.357500', '134545.817500', '134546.277500', '134546.737500', '134547.197500', '134547.657500', '134548.117500', '134548.577500', '134549.037500', '134549.497500', '134549.957500', '134550.417500', '134550.877500', '134551.337500', '134551.797500', '134552.257500', '134552.717500', '134553.177500', '134553.637500', '134554.097500', '134554.557500', '134555.017500', '134555.477500', '134555.937500', '134556.397500', '134556.857500', '134557.317500', '134557.777500', '134558.237500', '134558.697500', '134559.157500', '134559.617500', '134600.077500', '134600.537500', '134600.997500', '134601.457500', '134601.917500', '134602.377500', '134602.837500', '134603.297500', '134603.757500', '134604.217500', '134604.677500', '134605.137500', '134605.597500', '134606.057500', '134606.517500', '134606.977500', '134607.437500', '134607.897500', '134608.357500', '134608.817500', '134609.277500', '134609.737500', '134610.197500', '134610.657500', '134611.117500', '134611.577500', '134612.037500', '134612.497500', '134612.957500', '134613.417500', '134613.877500', '134614.337500', '134614.797500', '134615.257500', '134615.717500', '134616.177500', '134616.637500', '134617.097500', '134617.557500', '134618.017500', '134618.477500', '134618.937500', '134619.397500', '134619.857500', '134620.317500', '134620.777500', '134621.237500', '134621.697500', '134622.157500', '134622.617500', '134623.077500', '134623.537500', '134623.997500', '134624.457500', '134624.917500', '134625.377500', '134625.837500', '134626.297500', '134626.757500', '134627.217500', '134627.677500', '134628.137500', '134628.597500', '134629.057500', '134629.517500', '134629.977500', '134630.437500', '134630.897500', '134631.357500', '134631.817500', '134632.277500', '134632.737500', '134633.197500', '134633.657500', '134634.117500', '134634.577500', '134635.037500', '134635.497500', '134635.957500', '134636.417500', '134636.877500', '134637.337500', '134637.797500', '134638.257500', '134638.717500', '134639.177500', '134639.637500', '134640.097500', '134640.557500', '134641.017500', '134641.477500', '134641.937500', '134642.397500', '134642.857500', '134643.317500', '134643.777500', '134644.237500', '134644.697500', '134645.157500', '134645.617500', '134646.077500', '134646.537500', '134646.997500', '134647.457500', '134647.917500', '134648.377500', '134648.837500', '134649.297500', '134649.757500', '134650.217500', '134650.677500', '134651.137500', '134651.597500', '134652.057500', '134652.517500', '134652.977500', '134653.437500', '134653.897500', '134654.357500', '134654.817500', '134655.277500', '134655.737500', '134656.197500', '134656.657500', '134657.117500', '134657.577500', '134658.037500', '134658.497500', '134658.957500', '134659.417500', '134659.877500', '134700.337500', '134700.797500', '134701.257500', '134701.717500', '134702.177500', '134702.637500', '134703.097500', '134703.557500', '134704.017500', '134704.477500', '134704.937500', '134705.397500', '134705.857500', '134706.317500', '134706.777500', '134707.237500', '134707.697500', '134708.157500', '134708.617500', '134709.077500', '134709.537500', '134709.997500', '134710.457500', '134710.917500', '134711.377500', '134711.837500', '134712.297500', '134712.757500', '134713.217500', '134713.677500', '134714.137500', '134714.597500', '134715.057500', '134715.517500', '134715.977500', '134716.437500', '134716.897500', '134717.357500', '134717.817500', '134718.277500', '134718.737500', '134719.197500', '134719.657500', '134720.117500', '134720.577500', '134721.037500', '134721.497500', '134721.957500', '134722.417500', '134722.877500', '134723.337500', '134723.797500', '134724.257500', '134724.717500', '134725.177500', '134725.637500', '134726.097500', '134726.557500', '134727.017500', '134727.477500', '134727.937500', '134728.397500', '134728.857500', '134729.317500', '134729.777500', '134730.237500', '134730.697500', '134731.157500', '134731.617500', '134732.077500', '134732.537500', '134732.997500', '134733.457500', '134733.917500', '134734.377500', '134734.837500', '134735.297500', '134735.757500', '134736.217500', '134736.677500', '134737.137500', '134737.597500', '134738.057500', '134738.517500', '134738.977500', '134739.437500', '134739.897500', '134740.357500', '134740.817500', '134741.277500', '134741.737500', '134742.197500', '134742.657500', '134743.117500', '134743.577500', '134744.037500', '134744.497500', '134744.957500', '134745.417500', '134745.877500', '134746.337500', '134746.797500', '134747.257500', '134747.717500', '134748.177500', '134748.637500', '134749.097500', '134749.557500', '134750.017500', '134750.477500', '134750.937500', '134751.397500', '134751.857500', '134752.317500', '134752.777500', '134753.237500', '134753.697500', '134754.157500', '134754.617500', '134755.077500', '134755.537500', '134755.997500', '134756.457500', '134756.917500', '134757.377500', '134757.837500', '134758.297500', '134758.757500', '134759.217500', '134759.677500', '134800.137500', '134800.597500', '134801.057500', '134801.517500', '134801.977500', '134802.437500', '134802.897500', '134803.357500', '134803.817500', '134804.277500', '134804.737500', '134805.197500', '134805.657500', '134806.117500', '134806.577500', '134807.037500', '134807.497500', '134807.957500', '134808.417500', '134808.877500', '134809.337500', '134809.797500', '134810.257500', '134810.717500', '134811.177500', '134811.637500'], 'ContentTime': ['133938.342000', '133938.345000', '133938.348000', '133938.351000', '133938.354000', '133938.356000', '133938.359000', '133938.361000', '133938.364000', '133938.366000', '133938.369000', '133938.372000', '133938.374000', '133938.377000', '133938.379000', '133938.382000', '133938.385000', '133938.388000', '133938.390000', '133938.393000', '133938.395000', '133938.398000', '133938.401000', '133938.403000', '133938.406000', '133938.408000', '133938.411000', '133938.413000', '133938.416000', '133938.419000', '133938.421000', '133938.424000', '133938.427000', '133938.429000', '133938.432000', '133938.434000', '133938.437000', '133938.445000', '133958.294000', '133958.297000', '133958.300000', '133958.303000', '133958.306000', '133958.309000', '133958.311000', '133958.314000', '133958.316000', '133958.319000', '133958.321000', '133958.324000', '133958.326000', '133958.329000', '133958.332000', '133958.334000', '133958.337000', '133958.339000', '133958.342000', '133958.344000', '133958.347000', '133958.350000', '133958.352000', '133958.355000', '133958.358000', '133958.362000', '133958.364000', '133958.367000', '133958.369000', '133958.372000', '133958.374000', '133958.377000', '133958.380000', '133958.382000', '133958.385000', '133958.388000', '133958.390000', '133958.393000', '133958.395000', '133958.398000', '133958.400000', '133958.403000', '133958.405000', '134018.293000', '134018.296000', '134018.299000', '134018.301000', '134018.313000', '134018.316000', '134018.318000', '134018.321000', '134018.323000', '134018.326000', '134018.328000', '134018.331000', '134018.334000', '134018.336000', '134018.339000', '134018.341000', '134018.344000', '134018.364000', '134018.367000', '134018.370000', '134018.372000', '134018.375000', '134018.377000', '134018.380000', '134018.382000', '134018.385000', '134018.388000', '134018.390000', '134018.393000', '134018.395000', '134018.398000', '134018.401000', '134018.403000', '134018.406000', '134018.408000', '134018.411000', '134018.413000', '134018.416000', '134018.418000', '134018.421000', '134018.423000', '134018.426000', '134018.429000', '134018.431000', '134038.294000', '134038.297000', '134038.300000', '134038.303000', '134038.305000', '134038.308000', '134038.310000', '134038.313000', '134038.315000', '134038.318000', '134038.321000', '134038.323000', '134038.326000', '134038.328000', '134038.331000', '134038.334000', '134038.336000', '134038.339000', '134038.341000', '134038.344000', '134038.347000', '134038.349000', '134038.352000', '134038.354000', '134038.357000', '134038.360000', '134038.362000', '134038.365000', '134038.368000', '134038.370000', '134038.373000', '134038.375000', '134038.378000', '134038.380000', '134038.383000', '134038.386000', '134038.388000', '134038.391000', '134038.393000', '134038.423000', '134038.425000', '134038.428000', '134038.430000', '134038.433000', '134058.294000', '134058.297000', '134058.300000', '134058.303000', '134058.305000', '134058.308000', '134058.310000', '134058.313000', '134058.315000', '134058.318000', '134058.320000', '134058.323000', '134058.326000', '134058.328000', '134058.331000', '134058.333000', '134058.336000', '134058.339000', '134058.341000', '134058.344000', '134058.346000', '134058.349000', '134058.352000', '134058.354000', '134058.357000', '134058.359000', '134058.362000', '134058.364000', '134058.367000', '134058.370000', '134058.372000', '134058.375000', '134058.377000', '134058.380000', '134058.383000', '134058.385000', '134058.388000', '134058.390000', '134058.393000', '134058.395000', '134058.398000', '134058.401000', '134058.403000', '134118.294000', '134118.297000', '134118.300000', '134118.303000', '134118.305000', '134118.308000', '134118.310000', '134118.313000', '134118.316000', '134118.318000', '134118.321000', '134118.324000', '134118.326000', '134118.329000', '134118.331000', '134118.334000', '134118.337000', '134118.339000', '134118.342000', '134118.345000', '134118.348000', '134118.351000', '134118.353000', '134118.356000', '134118.358000', '134118.361000', '134118.364000', '134118.366000', '134118.369000', '134118.372000', '134118.374000', '134118.377000', '134118.379000', '134118.382000', '134118.385000', '134118.387000', '134118.390000', '134118.393000', '134118.395000', '134118.398000', '134118.401000', '134118.404000', '134118.406000', '134138.294000', '134138.297000', '134138.300000', '134138.302000', '134138.305000', '134138.308000', '134138.310000', '134138.313000', '134138.315000', '134138.318000', '134138.321000', '134138.323000', '134138.326000', '134138.328000', '134138.331000', '134138.334000', '134138.336000', '134138.339000', '134138.341000', '134138.344000', '134138.347000', '134138.349000', '134138.352000', '134138.354000', '134138.357000', '134138.359000', '134138.362000', '134138.365000', '134138.368000', '134138.370000', '134138.373000', '134138.375000', '134138.378000', '134138.380000', '134138.383000', '134138.386000', '134138.388000', '134138.391000', '134138.393000', '134138.396000', '134138.398000', '134138.401000', '134138.404000', '134138.406000', '134158.294000', '134158.297000', '134158.300000', '134158.303000', '134158.305000', '134158.308000', '134158.311000', '134158.313000', '134158.316000', '134158.319000', '134158.321000', '134158.324000', '134158.357000', '134158.359000', '134158.362000', '134158.364000', '134158.367000', '134158.370000', '134158.372000', '134158.375000', '134158.377000', '134158.380000', '134158.382000', '134158.385000', '134158.388000', '134158.390000', '134158.393000', '134158.396000', '134158.398000', '134158.401000', '134158.404000', '134158.406000', '134158.409000', '134158.411000', '134158.414000', '134158.417000', '134158.419000', '134158.422000', '134158.424000', '134158.427000', '134158.430000', '134158.432000', '134158.435000', '134218.295000', '134218.297000', '134218.300000', '134218.303000', '134218.305000', '134218.308000', '134218.310000', '134218.313000', '134218.316000', '134218.318000', '134218.321000', '134218.323000', '134218.326000', '134218.329000', '134218.331000', '134218.334000', '134218.336000', '134218.339000', '134218.342000', '134218.344000', '134218.347000', '134218.349000', '134218.352000', '134218.355000', '134218.357000', '134218.360000', '134218.362000', '134218.365000', '134218.368000', '134218.370000', '134218.373000', '134218.375000', '134218.378000', '134218.380000', '134218.383000', '134218.386000', '134218.388000', '134218.391000', '134218.394000', '134218.396000', '134218.399000', '134218.401000', '134218.404000', '134218.407000', '134238.293000', '134238.296000', '134238.299000', '134238.301000', '134238.304000', '134238.307000', '134238.309000', '134238.312000', '134238.314000', '134238.317000', '134238.319000', '134238.322000', '134238.325000', '134238.327000', '134238.330000', '134238.333000', '134238.335000', '134238.338000', '134238.340000', '134238.343000', '134238.346000', '134238.349000', '134238.351000', '134238.354000', '134238.357000', '134238.359000', '134238.362000', '134238.364000', '134238.367000', '134238.369000', '134238.389000', '134238.391000', '134238.394000', '134238.396000', '134238.399000', '134238.402000', '134238.404000', '134238.407000', '134238.410000', '134238.412000', '134238.415000', '134238.418000', '134238.420000', '134258.294000', '134258.297000', '134258.300000', '134258.303000', '134258.305000', '134258.308000', '134258.310000', '134258.313000', '134258.316000', '134258.318000', '134258.321000', '134258.324000', '134258.326000', '134258.329000', '134258.332000', '134258.334000', '134258.337000', '134258.339000', '134258.342000', '134258.345000', '134258.347000', '134258.350000', '134258.352000', '134258.355000', '134258.358000', '134258.360000', '134258.363000', '134258.365000', '134258.368000', '134258.371000', '134258.373000', '134258.376000', '134258.378000', '134258.381000', '134258.384000', '134258.387000', '134258.389000', '134258.392000', '134258.394000', '134258.397000', '134258.400000', '134258.402000', '134258.405000', '134258.407000', '134318.294000', '134318.297000', '134318.300000', '134318.302000', '134318.305000', '134318.308000', '134318.310000', '134318.313000', '134318.315000', '134318.318000', '134318.321000', '134318.326000', '134318.329000', '134318.331000', '134318.334000', '134318.337000', '134318.339000', '134318.342000', '134318.345000', '134318.347000', '134318.350000', '134318.352000', '134318.355000', '134318.370000', '134318.372000', '134318.375000', '134318.377000', '134318.380000', '134318.383000', '134318.385000', '134318.388000', '134318.390000', '134318.393000', '134318.395000', '134318.398000', '134318.400000', '134318.403000', '134318.406000', '134318.408000', '134318.411000', '134318.414000', '134318.416000', '134318.419000', '134338.295000', '134338.297000', '134338.300000', '134338.303000', '134338.305000', '134338.308000', '134338.310000', '134338.313000', '134338.316000', '134338.318000', '134338.321000', '134338.324000', '134338.326000', '134338.329000', '134338.331000', '134338.334000', '134338.336000', '134338.339000', '134338.342000', '134338.344000', '134338.347000', '134338.349000', '134338.352000', '134338.355000', '134338.357000', '134338.360000', '134338.363000', '134338.365000', '134338.368000', '134338.370000', '134338.373000', '134338.375000', '134338.378000', '134338.381000', '134338.383000', '134338.386000', '134338.389000', '134338.391000', '134338.394000', '134338.396000', '134338.399000', '134338.401000', '134338.404000', '134338.407000', '134358.295000', '134358.297000', '134358.300000', '134358.303000', '134358.305000', '134358.308000', '134358.310000', '134358.313000', '134358.316000', '134358.318000', '134358.321000', '134358.323000', '134358.326000', '134358.329000', '134358.331000', '134358.334000', '134358.336000', '134358.339000', '134358.342000', '134358.344000', '134358.347000', '134358.350000', '134358.353000', '134358.355000', '134358.358000', '134358.360000', '134358.363000', '134358.366000', '134358.368000', '134358.371000', '134358.374000', '134358.377000', '134358.379000', '134358.383000', '134358.385000', '134358.388000', '134358.391000', '134358.393000', '134358.396000', '134358.398000', '134358.401000', '134358.403000', '134358.406000', '134418.295000', '134418.298000', '134418.300000', '134418.303000', '134418.305000', '134418.308000', '134418.311000', '134418.313000', '134418.316000', '134418.319000', '134418.321000', '134418.324000', '134418.326000', '134418.329000', '134418.331000', '134418.334000', '134418.337000', '134418.339000', '134418.342000', '134418.344000', '134418.367000', '134418.370000', '134418.372000', '134418.375000', '134418.378000', '134418.380000', '134418.383000', '134418.385000', '134418.388000', '134418.390000', '134418.393000', '134418.396000', '134418.398000', '134418.401000', '134418.403000', '134418.406000', '134418.409000', '134418.411000', '134418.414000', '134418.416000', '134418.419000', '134418.421000', '134418.424000', '134418.426000', '134438.295000', '134438.297000', '134438.300000', '134438.303000', '134438.305000', '134438.308000', '134438.311000', '134438.313000', '134438.316000', '134438.318000', '134438.321000', '134438.324000', '134438.326000', '134438.329000', '134438.331000', '134438.334000', '134438.336000', '134438.339000', '134438.342000', '134438.344000', '134438.347000', '134438.350000', '134438.353000', '134438.355000', '134438.358000', '134438.360000', '134438.363000', '134438.366000', '134438.368000', '134438.371000', '134438.374000', '134438.377000', '134438.380000', '134438.383000', '134438.386000', '134438.389000', '134438.391000', '134438.394000', '134438.396000', '134438.399000', '134438.401000', '134438.404000', '134438.407000', '134458.294000', '134458.297000', '134458.299000', '134458.302000', '134458.304000', '134458.307000', '134458.310000', '134458.312000', '134458.315000', '134458.318000', '134458.320000', '134458.323000', '134458.325000', '134458.328000', '134458.330000', '134458.333000', '134458.336000', '134458.338000', '134458.341000', '134458.343000', '134458.346000', '134458.350000', '134458.353000', '134458.355000', '134458.358000', '134458.361000', '134458.363000', '134458.366000', '134458.368000', '134458.371000', '134458.373000', '134458.376000', '134458.379000', '134458.381000', '134458.384000', '134458.387000', '134458.389000', '134458.392000', '134458.395000', '134458.397000', '134458.400000', '134458.402000', '134458.405000', '134458.407000', '134518.295000', '134518.297000', '134518.300000', '134518.303000', '134518.306000', '134518.308000', '134518.311000', '134518.314000', '134518.316000', '134518.319000', '134518.322000', '134518.324000', '134518.327000', '134518.330000', '134518.332000', '134518.335000', '134518.338000', '134518.340000', '134518.343000', '134518.346000', '134518.348000', '134518.351000', '134518.353000', '134518.356000', '134518.359000', '134518.361000', '134518.364000', '134518.366000', '134518.369000', '134518.371000', '134518.374000', '134518.377000', '134518.379000', '134518.382000', '134518.385000', '134518.387000', '134518.390000', '134518.392000', '134518.395000', '134518.397000', '134518.400000', '134518.403000', '134518.405000', '134538.294000', '134538.297000', '134538.300000', '134538.303000', '134538.305000', '134538.308000', '134538.311000', '134538.313000', '134538.316000', '134538.319000', '134538.321000', '134538.324000', '134538.326000', '134538.329000', '134538.332000', '134538.334000', '134538.337000', '134538.339000', '134538.342000', '134538.345000', '134538.347000', '134538.350000', '134538.352000', '134538.355000', '134538.357000', '134538.360000', '134538.362000', '134538.365000', '134538.368000', '134538.370000', '134538.373000', '134538.376000', '134538.378000', '134538.381000', '134538.383000', '134538.386000', '134538.389000', '134538.391000', '134538.394000', '134538.396000', '134538.399000', '134538.402000', '134538.405000', '134538.407000', '134558.294000', '134558.297000', '134558.300000', '134558.303000', '134558.305000', '134558.308000', '134558.310000', '134558.313000', '134558.316000', '134558.318000', '134558.321000', '134558.324000', '134558.326000', '134558.329000', '134558.331000', '134558.334000', '134558.337000', '134558.339000', '134558.342000', '134558.345000', '134558.347000', '134558.350000', '134558.352000', '134558.355000', '134558.358000', '134558.360000', '134558.363000', '134558.366000', '134558.368000', '134558.371000', '134558.374000', '134558.377000', '134558.379000', '134558.382000', '134558.384000', '134558.387000', '134558.390000', '134558.392000', '134558.395000', '134558.397000', '134558.400000', '134558.403000', '134558.405000', '134618.295000', '134618.311000', '134618.314000', '134618.316000', '134618.319000', '134618.322000', '134618.325000', '134618.327000', '134618.330000', '134618.332000', '134618.335000', '134618.338000', '134618.340000', '134618.343000', '134618.345000', '134618.348000', '134618.351000', '134618.353000', '134618.356000', '134618.358000', '134618.361000', '134618.363000', '134618.366000', '134618.369000', '134618.371000', '134618.374000', '134618.376000', '134618.379000', '134618.382000', '134618.384000', '134618.387000', '134618.390000', '134618.392000', '134618.395000', '134618.398000', '134618.400000', '134618.403000', '134618.406000', '134618.408000', '134618.411000', '134618.414000', '134618.416000', '134618.419000', '134618.422000', '134638.295000', '134638.298000', '134638.300000', '134638.303000', '134638.305000', '134638.308000', '134638.311000', '134638.313000', '134638.316000', '134638.318000', '134638.321000', '134638.324000', '134638.326000', '134638.329000', '134638.332000', '134638.334000', '134638.337000', '134638.339000', '134638.342000', '134638.345000', '134638.347000', '134638.350000', '134638.352000', '134638.355000', '134638.358000', '134638.360000', '134638.363000', '134638.365000', '134638.368000', '134638.371000', '134638.373000', '134638.376000', '134638.378000', '134638.381000', '134638.384000', '134638.386000', '134638.389000', '134638.392000', '134638.394000', '134638.397000', '134638.399000', '134638.402000', '134638.405000', '134658.295000', '134658.297000', '134658.300000', '134658.303000', '134658.306000', '134658.308000', '134658.311000', '134658.313000', '134658.316000', '134658.318000', '134658.321000', '134658.324000', '134658.326000', '134658.329000', '134658.331000', '134658.334000', '134658.336000', '134658.339000', '134658.342000', '134658.344000', '134658.347000', '134658.349000', '134658.352000', '134658.355000', '134658.357000', '134658.360000', '134658.362000', '134658.365000', '134658.368000', '134658.370000', '134658.373000', '134658.375000', '134658.378000', '134658.380000', '134658.383000', '134658.386000', '134658.388000', '134658.391000', '134658.393000', '134658.396000', '134658.399000', '134658.401000', '134658.404000', '134658.406000', '134718.294000', '134718.296000', '134718.299000', '134718.302000', '134718.304000', '134718.307000', '134718.309000', '134718.312000', '134718.315000', '134718.317000', '134718.320000', '134718.322000', '134718.325000', '134718.328000', '134718.330000', '134718.333000', '134718.336000', '134718.338000', '134718.341000', '134718.343000', '134718.346000', '134718.349000', '134718.351000', '134718.354000', '134718.356000', '134718.359000', '134718.361000', '134718.364000', '134718.367000', '134718.369000', '134718.372000', '134718.374000', '134718.377000', '134718.379000', '134718.382000', '134718.385000', '134718.388000', '134718.390000', '134718.393000', '134718.395000', '134718.398000', '134718.401000', '134718.403000', '134738.294000', '134738.297000', '134738.300000', '134738.303000', '134738.306000', '134738.308000', '134738.311000', '134738.313000', '134738.316000', '134738.319000', '134738.321000', '134738.324000', '134738.327000', '134738.329000', '134738.332000', '134738.334000', '134738.337000', '134738.340000', '134738.342000', '134738.345000', '134738.347000', '134738.350000', '134738.353000', '134738.355000', '134738.358000', '134738.361000', '134738.363000', '134738.366000', '134738.369000', '134738.371000', '134738.374000', '134738.376000', '134738.379000', '134738.382000', '134738.384000', '134738.387000', '134738.389000', '134738.392000', '134738.395000', '134738.397000', '134738.400000', '134738.402000', '134738.405000', '134738.408000', '134758.295000', '134758.297000', '134758.300000', '134758.303000', '134758.305000', '134758.308000', '134758.310000', '134758.313000', '134758.316000', '134758.318000', '134758.321000', '134758.323000', '134758.326000', '134758.328000', '134758.331000', '134758.334000', '134758.336000', '134758.339000', '134758.341000', '134758.344000', '134758.347000', '134758.349000', '134758.352000', '134758.354000', '134758.357000', '134758.360000', '134758.362000', '134758.365000', '134758.368000', '134758.370000', '134758.373000', '134758.375000', '134758.378000', '134758.380000', '134758.383000', '134758.386000', '134758.388000', '134758.391000', '134758.393000', '134758.396000', '134758.399000', '134758.401000', '134758.404000', '134812.747000', '134812.750000', '134812.753000', '134812.756000', '134812.759000', '134812.761000', '134812.764000', '134812.767000', '134812.770000', '134812.772000', '134812.775000', '134812.778000', '134812.781000', '134812.784000', '134812.787000', '134812.790000', '134812.792000', '134812.795000', '134812.798000', '134812.800000', '134812.803000', '134812.806000', '134812.808000', '134812.811000', '134812.814000', '134812.816000', '134812.819000', '134812.822000', '134812.825000', '134812.828000', '134812.831000', '134812.833000'], 'InstanceCreationTime': ['133938.342000', '133938.345000', '133938.348000', '133938.351000', '133938.354000', '133938.356000', '133938.359000', '133938.361000', '133938.364000', '133938.366000', '133938.369000', '133938.372000', '133938.374000', '133938.377000', '133938.379000', '133938.382000', '133938.385000', '133938.388000', '133938.390000', '133938.393000', '133938.395000', '133938.398000', '133938.401000', '133938.403000', '133938.406000', '133938.408000', '133938.411000', '133938.413000', '133938.416000', '133938.419000', '133938.421000', '133938.424000', '133938.427000', '133938.429000', '133938.432000', '133938.434000', '133938.437000', '133938.445000', '133958.294000', '133958.297000', '133958.300000', '133958.303000', '133958.306000', '133958.309000', '133958.311000', '133958.314000', '133958.316000', '133958.319000', '133958.321000', '133958.324000', '133958.326000', '133958.329000', '133958.332000', '133958.334000', '133958.337000', '133958.339000', '133958.342000', '133958.344000', '133958.347000', '133958.350000', '133958.352000', '133958.355000', '133958.358000', '133958.362000', '133958.364000', '133958.367000', '133958.369000', '133958.372000', '133958.374000', '133958.377000', '133958.380000', '133958.382000', '133958.385000', '133958.388000', '133958.390000', '133958.393000', '133958.395000', '133958.398000', '133958.400000', '133958.403000', '133958.405000', '134018.293000', '134018.296000', '134018.299000', '134018.301000', '134018.313000', '134018.316000', '134018.318000', '134018.321000', '134018.323000', '134018.326000', '134018.328000', '134018.331000', '134018.334000', '134018.336000', '134018.339000', '134018.341000', '134018.344000', '134018.364000', '134018.367000', '134018.370000', '134018.372000', '134018.375000', '134018.377000', '134018.380000', '134018.382000', '134018.385000', '134018.388000', '134018.390000', '134018.393000', '134018.395000', '134018.398000', '134018.401000', '134018.403000', '134018.406000', '134018.408000', '134018.411000', '134018.413000', '134018.416000', '134018.418000', '134018.421000', '134018.423000', '134018.426000', '134018.429000', '134018.431000', '134038.294000', '134038.297000', '134038.300000', '134038.303000', '134038.305000', '134038.308000', '134038.310000', '134038.313000', '134038.315000', '134038.318000', '134038.321000', '134038.323000', '134038.326000', '134038.328000', '134038.331000', '134038.334000', '134038.336000', '134038.339000', '134038.341000', '134038.344000', '134038.347000', '134038.349000', '134038.352000', '134038.354000', '134038.357000', '134038.360000', '134038.362000', '134038.365000', '134038.368000', '134038.370000', '134038.373000', '134038.375000', '134038.378000', '134038.380000', '134038.383000', '134038.386000', '134038.388000', '134038.391000', '134038.393000', '134038.423000', '134038.425000', '134038.428000', '134038.430000', '134038.433000', '134058.294000', '134058.297000', '134058.300000', '134058.303000', '134058.305000', '134058.308000', '134058.310000', '134058.313000', '134058.315000', '134058.318000', '134058.320000', '134058.323000', '134058.326000', '134058.328000', '134058.331000', '134058.333000', '134058.336000', '134058.339000', '134058.341000', '134058.344000', '134058.346000', '134058.349000', '134058.352000', '134058.354000', '134058.357000', '134058.359000', '134058.362000', '134058.364000', '134058.367000', '134058.370000', '134058.372000', '134058.375000', '134058.377000', '134058.380000', '134058.383000', '134058.385000', '134058.388000', '134058.390000', '134058.393000', '134058.395000', '134058.398000', '134058.401000', '134058.403000', '134118.294000', '134118.297000', '134118.300000', '134118.303000', '134118.305000', '134118.308000', '134118.310000', '134118.313000', '134118.316000', '134118.318000', '134118.321000', '134118.324000', '134118.326000', '134118.329000', '134118.331000', '134118.334000', '134118.337000', '134118.339000', '134118.342000', '134118.345000', '134118.348000', '134118.351000', '134118.353000', '134118.356000', '134118.358000', '134118.361000', '134118.364000', '134118.366000', '134118.369000', '134118.372000', '134118.374000', '134118.377000', '134118.379000', '134118.382000', '134118.385000', '134118.387000', '134118.390000', '134118.393000', '134118.395000', '134118.398000', '134118.401000', '134118.404000', '134118.406000', '134138.294000', '134138.297000', '134138.300000', '134138.302000', '134138.305000', '134138.308000', '134138.310000', '134138.313000', '134138.315000', '134138.318000', '134138.321000', '134138.323000', '134138.326000', '134138.328000', '134138.331000', '134138.334000', '134138.336000', '134138.339000', '134138.341000', '134138.344000', '134138.347000', '134138.349000', '134138.352000', '134138.354000', '134138.357000', '134138.359000', '134138.362000', '134138.365000', '134138.368000', '134138.370000', '134138.373000', '134138.375000', '134138.378000', '134138.380000', '134138.383000', '134138.386000', '134138.388000', '134138.391000', '134138.393000', '134138.396000', '134138.398000', '134138.401000', '134138.404000', '134138.406000', '134158.294000', '134158.297000', '134158.300000', '134158.303000', '134158.305000', '134158.308000', '134158.311000', '134158.313000', '134158.316000', '134158.319000', '134158.321000', '134158.324000', '134158.357000', '134158.359000', '134158.362000', '134158.364000', '134158.367000', '134158.370000', '134158.372000', '134158.375000', '134158.377000', '134158.380000', '134158.382000', '134158.385000', '134158.388000', '134158.390000', '134158.393000', '134158.396000', '134158.398000', '134158.401000', '134158.404000', '134158.406000', '134158.409000', '134158.411000', '134158.414000', '134158.417000', '134158.419000', '134158.422000', '134158.424000', '134158.427000', '134158.430000', '134158.432000', '134158.435000', '134218.295000', '134218.297000', '134218.300000', '134218.303000', '134218.305000', '134218.308000', '134218.310000', '134218.313000', '134218.316000', '134218.318000', '134218.321000', '134218.323000', '134218.326000', '134218.329000', '134218.331000', '134218.334000', '134218.336000', '134218.339000', '134218.342000', '134218.344000', '134218.347000', '134218.349000', '134218.352000', '134218.355000', '134218.357000', '134218.360000', '134218.362000', '134218.365000', '134218.368000', '134218.370000', '134218.373000', '134218.375000', '134218.378000', '134218.380000', '134218.383000', '134218.386000', '134218.388000', '134218.391000', '134218.394000', '134218.396000', '134218.399000', '134218.401000', '134218.404000', '134218.407000', '134238.293000', '134238.296000', '134238.299000', '134238.301000', '134238.304000', '134238.307000', '134238.309000', '134238.312000', '134238.314000', '134238.317000', '134238.319000', '134238.322000', '134238.325000', '134238.327000', '134238.330000', '134238.333000', '134238.335000', '134238.338000', '134238.340000', '134238.343000', '134238.346000', '134238.349000', '134238.351000', '134238.354000', '134238.357000', '134238.359000', '134238.362000', '134238.364000', '134238.367000', '134238.369000', '134238.389000', '134238.391000', '134238.394000', '134238.396000', '134238.399000', '134238.402000', '134238.404000', '134238.407000', '134238.410000', '134238.412000', '134238.415000', '134238.418000', '134238.420000', '134258.294000', '134258.297000', '134258.300000', '134258.303000', '134258.305000', '134258.308000', '134258.310000', '134258.313000', '134258.316000', '134258.318000', '134258.321000', '134258.324000', '134258.326000', '134258.329000', '134258.332000', '134258.334000', '134258.337000', '134258.339000', '134258.342000', '134258.345000', '134258.347000', '134258.350000', '134258.352000', '134258.355000', '134258.358000', '134258.360000', '134258.363000', '134258.365000', '134258.368000', '134258.371000', '134258.373000', '134258.376000', '134258.378000', '134258.381000', '134258.384000', '134258.387000', '134258.389000', '134258.392000', '134258.394000', '134258.397000', '134258.400000', '134258.402000', '134258.405000', '134258.407000', '134318.294000', '134318.297000', '134318.300000', '134318.302000', '134318.305000', '134318.308000', '134318.310000', '134318.313000', '134318.315000', '134318.318000', '134318.321000', '134318.326000', '134318.329000', '134318.331000', '134318.334000', '134318.337000', '134318.339000', '134318.342000', '134318.345000', '134318.347000', '134318.350000', '134318.352000', '134318.355000', '134318.370000', '134318.372000', '134318.375000', '134318.377000', '134318.380000', '134318.383000', '134318.385000', '134318.388000', '134318.390000', '134318.393000', '134318.395000', '134318.398000', '134318.400000', '134318.403000', '134318.406000', '134318.408000', '134318.411000', '134318.414000', '134318.416000', '134318.419000', '134338.295000', '134338.297000', '134338.300000', '134338.303000', '134338.305000', '134338.308000', '134338.310000', '134338.313000', '134338.316000', '134338.318000', '134338.321000', '134338.324000', '134338.326000', '134338.329000', '134338.331000', '134338.334000', '134338.336000', '134338.339000', '134338.342000', '134338.344000', '134338.347000', '134338.349000', '134338.352000', '134338.355000', '134338.357000', '134338.360000', '134338.363000', '134338.365000', '134338.368000', '134338.370000', '134338.373000', '134338.375000', '134338.378000', '134338.381000', '134338.383000', '134338.386000', '134338.389000', '134338.391000', '134338.394000', '134338.396000', '134338.399000', '134338.401000', '134338.404000', '134338.407000', '134358.295000', '134358.297000', '134358.300000', '134358.303000', '134358.305000', '134358.308000', '134358.310000', '134358.313000', '134358.316000', '134358.318000', '134358.321000', '134358.323000', '134358.326000', '134358.329000', '134358.331000', '134358.334000', '134358.336000', '134358.339000', '134358.342000', '134358.344000', '134358.347000', '134358.350000', '134358.353000', '134358.355000', '134358.358000', '134358.360000', '134358.363000', '134358.366000', '134358.368000', '134358.371000', '134358.374000', '134358.377000', '134358.379000', '134358.383000', '134358.385000', '134358.388000', '134358.391000', '134358.393000', '134358.396000', '134358.398000', '134358.401000', '134358.403000', '134358.406000', '134418.295000', '134418.298000', '134418.300000', '134418.303000', '134418.305000', '134418.308000', '134418.311000', '134418.313000', '134418.316000', '134418.319000', '134418.321000', '134418.324000', '134418.326000', '134418.329000', '134418.331000', '134418.334000', '134418.337000', '134418.339000', '134418.342000', '134418.344000', '134418.367000', '134418.370000', '134418.372000', '134418.375000', '134418.378000', '134418.380000', '134418.383000', '134418.385000', '134418.388000', '134418.390000', '134418.393000', '134418.396000', '134418.398000', '134418.401000', '134418.403000', '134418.406000', '134418.409000', '134418.411000', '134418.414000', '134418.416000', '134418.419000', '134418.421000', '134418.424000', '134418.426000', '134438.295000', '134438.297000', '134438.300000', '134438.303000', '134438.305000', '134438.308000', '134438.311000', '134438.313000', '134438.316000', '134438.318000', '134438.321000', '134438.324000', '134438.326000', '134438.329000', '134438.331000', '134438.334000', '134438.336000', '134438.339000', '134438.342000', '134438.344000', '134438.347000', '134438.350000', '134438.353000', '134438.355000', '134438.358000', '134438.360000', '134438.363000', '134438.366000', '134438.368000', '134438.371000', '134438.374000', '134438.377000', '134438.380000', '134438.383000', '134438.386000', '134438.389000', '134438.391000', '134438.394000', '134438.396000', '134438.399000', '134438.401000', '134438.404000', '134438.407000', '134458.294000', '134458.297000', '134458.299000', '134458.302000', '134458.304000', '134458.307000', '134458.310000', '134458.312000', '134458.315000', '134458.318000', '134458.320000', '134458.323000', '134458.325000', '134458.328000', '134458.330000', '134458.333000', '134458.336000', '134458.338000', '134458.341000', '134458.343000', '134458.346000', '134458.350000', '134458.353000', '134458.355000', '134458.358000', '134458.361000', '134458.363000', '134458.366000', '134458.368000', '134458.371000', '134458.373000', '134458.376000', '134458.379000', '134458.381000', '134458.384000', '134458.387000', '134458.389000', '134458.392000', '134458.395000', '134458.397000', '134458.400000', '134458.402000', '134458.405000', '134458.407000', '134518.295000', '134518.297000', '134518.300000', '134518.303000', '134518.306000', '134518.308000', '134518.311000', '134518.314000', '134518.316000', '134518.319000', '134518.322000', '134518.324000', '134518.327000', '134518.330000', '134518.332000', '134518.335000', '134518.338000', '134518.340000', '134518.343000', '134518.346000', '134518.348000', '134518.351000', '134518.353000', '134518.356000', '134518.359000', '134518.361000', '134518.364000', '134518.366000', '134518.369000', '134518.371000', '134518.374000', '134518.377000', '134518.379000', '134518.382000', '134518.385000', '134518.387000', '134518.390000', '134518.392000', '134518.395000', '134518.397000', '134518.400000', '134518.403000', '134518.405000', '134538.294000', '134538.297000', '134538.300000', '134538.303000', '134538.305000', '134538.308000', '134538.311000', '134538.313000', '134538.316000', '134538.319000', '134538.321000', '134538.324000', '134538.326000', '134538.329000', '134538.332000', '134538.334000', '134538.337000', '134538.339000', '134538.342000', '134538.345000', '134538.347000', '134538.350000', '134538.352000', '134538.355000', '134538.357000', '134538.360000', '134538.362000', '134538.365000', '134538.368000', '134538.370000', '134538.373000', '134538.376000', '134538.378000', '134538.381000', '134538.383000', '134538.386000', '134538.389000', '134538.391000', '134538.394000', '134538.396000', '134538.399000', '134538.402000', '134538.405000', '134538.407000', '134558.294000', '134558.297000', '134558.300000', '134558.303000', '134558.305000', '134558.308000', '134558.310000', '134558.313000', '134558.316000', '134558.318000', '134558.321000', '134558.324000', '134558.326000', '134558.329000', '134558.331000', '134558.334000', '134558.337000', '134558.339000', '134558.342000', '134558.345000', '134558.347000', '134558.350000', '134558.352000', '134558.355000', '134558.358000', '134558.360000', '134558.363000', '134558.366000', '134558.368000', '134558.371000', '134558.374000', '134558.377000', '134558.379000', '134558.382000', '134558.384000', '134558.387000', '134558.390000', '134558.392000', '134558.395000', '134558.397000', '134558.400000', '134558.403000', '134558.405000', '134618.295000', '134618.311000', '134618.314000', '134618.316000', '134618.319000', '134618.322000', '134618.325000', '134618.327000', '134618.330000', '134618.332000', '134618.335000', '134618.338000', '134618.340000', '134618.343000', '134618.345000', '134618.348000', '134618.351000', '134618.353000', '134618.356000', '134618.358000', '134618.361000', '134618.363000', '134618.366000', '134618.369000', '134618.371000', '134618.374000', '134618.376000', '134618.379000', '134618.382000', '134618.384000', '134618.387000', '134618.390000', '134618.392000', '134618.395000', '134618.398000', '134618.400000', '134618.403000', '134618.406000', '134618.408000', '134618.411000', '134618.414000', '134618.416000', '134618.419000', '134618.422000', '134638.295000', '134638.298000', '134638.300000', '134638.303000', '134638.305000', '134638.308000', '134638.311000', '134638.313000', '134638.316000', '134638.318000', '134638.321000', '134638.324000', '134638.326000', '134638.329000', '134638.332000', '134638.334000', '134638.337000', '134638.339000', '134638.342000', '134638.345000', '134638.347000', '134638.350000', '134638.352000', '134638.355000', '134638.358000', '134638.360000', '134638.363000', '134638.365000', '134638.368000', '134638.371000', '134638.373000', '134638.376000', '134638.378000', '134638.381000', '134638.384000', '134638.386000', '134638.389000', '134638.392000', '134638.394000', '134638.397000', '134638.399000', '134638.402000', '134638.405000', '134658.295000', '134658.297000', '134658.300000', '134658.303000', '134658.306000', '134658.308000', '134658.311000', '134658.313000', '134658.316000', '134658.318000', '134658.321000', '134658.324000', '134658.326000', '134658.329000', '134658.331000', '134658.334000', '134658.336000', '134658.339000', '134658.342000', '134658.344000', '134658.347000', '134658.349000', '134658.352000', '134658.355000', '134658.357000', '134658.360000', '134658.362000', '134658.365000', '134658.368000', '134658.370000', '134658.373000', '134658.375000', '134658.378000', '134658.380000', '134658.383000', '134658.386000', '134658.388000', '134658.391000', '134658.393000', '134658.396000', '134658.399000', '134658.401000', '134658.404000', '134658.406000', '134718.294000', '134718.296000', '134718.299000', '134718.302000', '134718.304000', '134718.307000', '134718.309000', '134718.312000', '134718.315000', '134718.317000', '134718.320000', '134718.322000', '134718.325000', '134718.328000', '134718.330000', '134718.333000', '134718.336000', '134718.338000', '134718.341000', '134718.343000', '134718.346000', '134718.349000', '134718.351000', '134718.354000', '134718.356000', '134718.359000', '134718.361000', '134718.364000', '134718.367000', '134718.369000', '134718.372000', '134718.374000', '134718.377000', '134718.379000', '134718.382000', '134718.385000', '134718.388000', '134718.390000', '134718.393000', '134718.395000', '134718.398000', '134718.401000', '134718.403000', '134738.294000', '134738.297000', '134738.300000', '134738.303000', '134738.306000', '134738.308000', '134738.311000', '134738.313000', '134738.316000', '134738.319000', '134738.321000', '134738.324000', '134738.327000', '134738.329000', '134738.332000', '134738.334000', '134738.337000', '134738.340000', '134738.342000', '134738.345000', '134738.347000', '134738.350000', '134738.353000', '134738.355000', '134738.358000', '134738.361000', '134738.363000', '134738.366000', '134738.369000', '134738.371000', '134738.374000', '134738.376000', '134738.379000', '134738.382000', '134738.384000', '134738.387000', '134738.389000', '134738.392000', '134738.395000', '134738.397000', '134738.400000', '134738.402000', '134738.405000', '134738.408000', '134758.295000', '134758.297000', '134758.300000', '134758.303000', '134758.305000', '134758.308000', '134758.310000', '134758.313000', '134758.316000', '134758.318000', '134758.321000', '134758.323000', '134758.326000', '134758.328000', '134758.331000', '134758.334000', '134758.336000', '134758.339000', '134758.341000', '134758.344000', '134758.347000', '134758.349000', '134758.352000', '134758.354000', '134758.357000', '134758.360000', '134758.362000', '134758.365000', '134758.368000', '134758.370000', '134758.373000', '134758.375000', '134758.378000', '134758.380000', '134758.383000', '134758.386000', '134758.388000', '134758.391000', '134758.393000', '134758.396000', '134758.399000', '134758.401000', '134758.404000', '134812.747000', '134812.750000', '134812.753000', '134812.756000', '134812.759000', '134812.761000', '134812.764000', '134812.767000', '134812.770000', '134812.772000', '134812.775000', '134812.778000', '134812.781000', '134812.784000', '134812.787000', '134812.790000', '134812.792000', '134812.795000', '134812.798000', '134812.800000', '134812.803000', '134812.806000', '134812.808000', '134812.811000', '134812.814000', '134812.816000', '134812.819000', '134812.822000', '134812.825000', '134812.828000', '134812.831000', '134812.833000'], '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': [12364, 8339, 12116, 8157, 11755, 12611, 11175, 13276, 10452, 12581, 10316, 12278, 9981, 12479, 8669, 12097, 9521, 11845, 16286, 11705, 13637, 8159, 11786, 14791, 11606, 14676, 10582, 12091, 8589, 12046, 8153, 11950, 7896, 11575, 8021, 11403, 17270, 11750, 15407, 10212, 13128, 16761, 12197, 16019, 10395, 13001, 9897, 12518, 16590, 11795, 14476, 9558, 12030, 9324, 11543, 15214, 11139, 13404, 9138, 11884, 10125, 11283, 15152, 10116, 12835, 8738, 11609, 14522, 11396, 15309, 12016, 16709, 10381, 8039, 10940, 11751, 10618, 11198, 14175, 10526, 12418, 8326, 11707, 14688, 10610, 12535, 10020, 12880, 16275, 10190, 13156, 14806, 11445, 15209, 10119, 12686, 8027, 11201, 12849, 10355, 13452, 9755, 12251, 8847, 11752, 13135, 10916, 13038, 9058, 12883, 14009, 11653, 14918, 9972, 12084, 8461, 11201, 14579, 10473, 12655, 7727, 11443, 14168, 10042, 12398, 7898, 11977, 14609, 10390, 11835, 7787, 11039, 14359, 10365, 12122, 7719, 11366, 14528, 10762, 12500, 8122, 12044, 16492, 10970, 12717, 7934, 12525, 15670, 10875, 12461, 7735, 12214, 15390, 11150, 12791, 9245, 13600, 16048, 11923, 13739, 10071, 12255, 8218, 12606, 12801, 12978, 16535, 11887, 13816, 8695, 13364, 16936, 13255, 15165, 9678, 13511, 16653, 12148, 14600, 9008, 13750, 16263, 12339, 14616, 9668, 14357, 16550, 11852, 13450, 8294, 13085, 15839, 12025, 13845, 8093, 12465, 14839, 11372, 12934, 8041, 12839, 15254, 11185, 12966, 8750, 12748, 15270, 11126, 12133, 7798, 12068, 13948, 11229, 12725, 8161, 12868, 15681, 11818, 13692, 9160, 13459, 14881, 12296, 15154, 9655, 14569, 14859, 12446, 15258, 9275, 13848, 15587, 12555, 15659, 10846, 12931, 8246, 12907, 16113, 12358, 13858, 8587, 12905, 12351, 12088, 15258, 11076, 13600, 10356, 12404, 14659, 10999, 13182, 9199, 12762, 15249, 10817, 13237, 12877, 12763, 15483, 9746, 13010, 13081, 12363, 15473, 10892, 13576, 11270, 12701, 15182, 12157, 13464, 8602, 12582, 14678, 11549, 13884, 10771, 12950, 8136, 12559, 14609, 11755, 15335, 12113, 14284, 9240, 13762, 16582, 12430, 14591, 10887, 13936, 16214, 12447, 14145, 9343, 13673, 13290, 12466, 15945, 10783, 13081, 8655, 12269, 14753, 12002, 12875, 8282, 12281, 10316, 11884, 14307, 12155, 13761, 8523, 12947, 11967, 12392, 15521, 12412, 13102, 8948, 13121, 13856, 11861, 14135, 11650, 13101, 9109, 12910, 12309, 12023, 14184, 11835, 13439, 9344, 12924, 9464, 13208, 15997, 12051, 14280, 12033, 14038, 9418, 13156, 11724, 12408, 15566, 12283, 14122, 10971, 13058, 9455, 12540, 15535, 11303, 13626, 10810, 12494, 8905, 12111, 10370, 12968, 15941, 12041, 14229, 9536, 13020, 12704, 12579, 15781, 11862, 13090, 9241, 12615, 15240, 12749, 14030, 9664, 12847, 8701, 11753, 8908, 12784, 9046, 12294, 16328, 11829, 13601, 10485, 13789, 15254, 11722, 13905, 9306, 12780, 15926, 12046, 14028, 10189, 12109, 9611, 11777, 13801, 11728, 13342, 8932, 12375, 10261, 11896, 13803, 11844, 13069, 9106, 12431, 13676, 11672, 14302, 11329, 12440, 9202, 12162, 14840, 12184, 13179, 11163, 12290, 10339, 11885, 9204, 13030, 10168, 12190, 15672, 11738, 14307, 10303, 14078, 10041, 13302, 15593, 12348, 13681, 10080, 13659, 9761, 13065, 11690, 12050, 13952, 12523, 10559, 12409, 9513, 12426, 9029, 12538, 9615, 16019, 9892, 14772, 11096, 15407, 11639, 15440, 10823, 14893, 11168, 13199, 17866, 12554, 14960, 9958, 13727, 9268, 12385, 16029, 11463, 13820, 11360, 12874, 9180, 12018, 8967, 12258, 9012, 12456, 8786, 11785, 13104, 11450, 15590, 11556, 13797, 9318, 12611, 15866, 12265, 13400, 12943, 12920, 15804, 12188, 12625, 8825, 12329, 9743, 12142, 9092, 11488, 12089, 11247, 14124, 8707, 12234, 13100, 11724, 11442, 11182, 9027, 11994, 8699, 16911, 13365, 10295, 11304, 8128, 10860, 13903, 9306, 12037, 13867, 10996, 14293, 9532, 12554, 14817, 12186, 16549, 11852, 14943, 17530, 13412, 16226, 11194, 14508, 10922, 12878, 16002, 11758, 13187, 9357, 12527, 8397, 11474, 9630, 10979, 7706, 9818, 8244, 10562, 9017, 11438, 9909, 12761, 10605, 11598, 10974, 8011, 11015, 8299, 13219, 10874, 12169, 10889, 8214, 11721, 12145, 11990, 16500, 12013, 14361, 10653, 12559, 9823, 12008, 9873, 12125, 9470, 11174, 9189, 11112, 8871, 11931, 8968, 12070, 8869, 11850, 8083, 9835, 8787, 9067, 9310, 12290, 10501, 12221, 12863, 12843, 12798, 9160, 12695, 9556, 13592, 11197, 15121, 11330, 15664, 11980, 15899, 12839, 13117, 14624, 11509, 14119, 14859, 13868, 18760, 13566, 15459, 10159, 12918, 8338, 12533, 9557, 13008, 11116, 12023, 15046, 11122, 12898, 9175, 13720, 9119, 12491, 15424, 11543, 13322, 10441, 13833, 9542, 12821, 15888, 11543, 14046, 9804, 13684, 9297, 13041, 16152, 12124, 13879, 11937, 13452, 16664, 11671, 13144, 9763, 13470, 17237, 12315, 13778, 9787, 12071, 9350, 12370, 13912, 11405, 13295, 8921, 12499, 15879, 12678, 13154, 8923, 12313, 14931, 11485, 13095, 9159, 12527, 15372, 11610, 12992, 9143, 12802, 11070, 12216, 14519, 11787, 12391, 8955, 13091, 10197, 12193, 15065, 11668, 12574, 9474, 13125, 12660, 12238, 14488, 11146, 12412, 10069, 12557, 15668, 12684, 13941, 9639, 12468, 11619, 12051, 14091, 9961, 13228, 10997, 12172, 14301, 11538, 12606, 9919, 12158, 15399, 11985, 12708, 9303, 11940, 9002, 11522, 13523, 11313, 13008, 11102, 12112, 9585, 11965, 9260, 12624, 12426, 11784, 14351, 11845, 12888, 9575, 12720, 12471, 12143, 16109, 11846, 12074, 9467, 12017, 10075, 11850, 15115, 11596, 12370, 10352, 11895, 8826, 11969, 10200, 11845, 12062, 11422, 13242, 11179, 12520, 9350, 13261, 9857, 12427, 14976, 11474, 14095, 11508, 13872, 10773, 12723, 9135, 11586, 11716, 11297, 16410, 11675, 15398, 10035, 12195, 10978, 12443, 16912, 11672, 14678, 9847, 11956, 9528, 11358, 15759, 11042, 14112, 9591, 11126, 8270, 11108, 10237, 10535, 13176, 10447, 11946, 9612, 11749, 8674, 11771, 15607, 11061, 13676, 9618, 11770, 11659, 11122, 16009, 11757, 13725, 8901, 11684, 14307, 11165, 15258, 10918, 12923, 9536, 11664, 9274, 11973, 14200, 11356, 15312, 10906, 12207, 9235, 13045, 10326, 11557, 16472, 11170, 13537, 9057, 13267, 13013, 11504, 15550, 10836, 12498, 9599, 12312, 17528, 11512, 12336, 8866, 11418, 14860, 11163, 15254, 10034, 11449, 8926, 11014, 15157, 10852, 12705, 8808, 11546, 15346, 11334, 15310, 10684, 12090, 8812, 11738, 16196, 11745, 13441, 8419, 11478, 13778, 10689, 14274, 10608, 11943, 8271, 11379, 14826, 10381, 11992, 8968, 11533, 13510, 10809, 14068, 9981, 11601, 8366, 11291, 15250, 10326, 12310, 9181, 12073, 9303, 11411, 15073, 10823, 13413, 9060, 12898, 14085, 11177, 15022, 10862, 12354, 8754, 11574, 12204, 11325, 15665, 10533, 12719, 9493, 11845, 17064, 10728, 11843, 9256, 11967, 17041, 11038, 12075, 8482, 11823, 16120, 11184, 15121, 9434, 12455, 13352, 11616, 16360, 11145, 11331, 8391, 11229, 12932, 10757, 14880, 10698, 11213, 8293, 11395, 12751, 11126, 16353, 10579, 11944, 8464, 12407, 15296, 11133, 14574, 10324, 12263, 8560, 12287, 15286, 11023, 13984, 9946, 12247, 8786, 11488, 16018, 10677, 12126, 8721, 12384, 13334, 11068, 15509, 10585, 13136, 10242, 12759, 17814, 11473, 13300, 9169, 12867, 12162, 12062, 16980, 11085, 12355, 8971, 12468, 13897, 11111, 14930, 10424, 12129, 8534, 13246, 8246, 11488, 15639, 10527, 13360, 8988, 13500, 7844, 11537, 13671, 10709, 15531, 10430, 13784, 9357, 12190, 16135, 11348, 13567, 9909, 11568, 7675, 10869, 11278, 11025, 14118, 10397, 13194, 9938, 12205, 9509, 13832, 13268, 12253, 16252, 11415, 13651, 10484, 13367, 13668, 11880, 15670, 11115, 13466, 9871, 12116, 16269, 11133, 12770, 8696, 12927, 8391, 11603, 12854, 10672, 15333, 12459, 15879, 11143, 11355, 10273, 11284, 11576, 8761, 12604, 10985, 14774, 11194, 15467, 12220, 15529, 9982, 14641, 11465, 12829, 17760, 13645, 15393, 11741, 13566, 9064, 12408, 8712, 13327, 8428, 11604, 9636, 11310, 16562, 12443, 15543, 11687, 14237, 9374, 13976, 9800, 13725, 10126, 12156, 15910, 12133, 15683, 12382, 14603, 10266, 12771, 9565, 13555, 15628, 12031, 15226, 10065, 13518, 9878, 12564, 11432, 11203, 14388, 11423, 13689, 9340, 12854, 11457, 11646, 15012, 12016, 13696, 11065, 12578, 10463, 12435, 8952, 14394], 'WindowCenter': [4672.0, 4617.0, 4656.0, 4591.0, 4641.0, 4639.0, 4630.0, 4638.0, 4619.0, 4638.0, 4621.0, 4640.0, 4622.0, 4651.0, 4612.0, 4653.0, 4622.0, 4643.0, 4672.0, 4642.0, 4652.0, 4590.0, 4642.0, 4659.0, 4631.0, 4660.0, 4632.0, 4641.0, 4613.0, 4652.0, 4603.0, 4653.0, 4615.0, 4656.0, 4617.0, 4656.0, 4696.0, 4656.0, 4675.0, 4634.0, 4664.0, 4672.0, 4642.0, 4671.0, 4620.0, 4650.0, 4609.0, 4640.0, 4668.0, 4629.0, 4647.0, 4608.0, 4638.0, 4608.0, 4628.0, 4657.0, 4628.0, 4648.0, 4609.0, 4639.0, 4618.0, 4629.0, 4658.0, 4619.0, 4639.0, 4597.0, 4639.0, 4647.0, 4628.0, 4659.0, 4640.0, 4669.0, 4620.0, 4601.0, 4642.0, 4642.0, 4619.0, 4630.0, 4648.0, 4620.0, 4640.0, 4599.0, 4640.0, 4657.0, 4619.0, 4638.0, 4606.0, 4637.0, 4658.0, 4605.0, 4625.0, 4633.0, 4614.0, 4632.0, 4592.0, 4621.0, 4560.0, 4602.0, 4621.0, 4603.0, 4633.0, 4595.0, 4626.0, 4595.0, 4626.0, 4634.0, 4616.0, 4635.0, 4595.0, 4637.0, 4635.0, 4616.0, 4644.0, 4606.0, 4626.0, 4585.0, 4617.0, 4646.0, 4617.0, 4637.0, 4577.0, 4628.0, 4646.0, 4618.0, 4638.0, 4588.0, 4628.0, 4647.0, 4617.0, 4638.0, 4589.0, 4631.0, 4659.0, 4631.0, 4640.0, 4591.0, 4642.0, 4660.0, 4642.0, 4651.0, 4600.0, 4652.0, 4680.0, 4631.0, 4652.0, 4598.0, 4650.0, 4670.0, 4631.0, 4651.0, 4591.0, 4651.0, 4669.0, 4642.0, 4666.0, 4636.0, 4674.0, 4682.0, 4653.0, 4661.0, 4632.0, 4653.0, 4615.0, 4665.0, 4664.0, 4666.0, 4695.0, 4655.0, 4675.0, 4626.0, 4676.0, 4694.0, 4665.0, 4674.0, 4623.0, 4664.0, 4683.0, 4652.0, 4672.0, 4612.0, 4662.0, 4671.0, 4651.0, 4671.0, 4620.0, 4660.0, 4669.0, 4639.0, 4649.0, 4599.0, 4650.0, 4659.0, 4638.0, 4650.0, 4586.0, 4638.0, 4657.0, 4628.0, 4637.0, 4588.0, 4648.0, 4657.0, 4628.0, 4648.0, 4597.0, 4638.0, 4657.0, 4628.0, 4638.0, 4589.0, 4650.0, 4659.0, 4642.0, 4651.0, 4601.0, 4662.0, 4681.0, 4654.0, 4662.0, 4624.0, 4663.0, 4671.0, 4653.0, 4672.0, 4622.0, 4672.0, 4661.0, 4651.0, 4670.0, 4610.0, 4662.0, 4671.0, 4640.0, 4669.0, 4628.0, 4650.0, 4600.0, 4651.0, 4669.0, 4651.0, 4660.0, 4610.0, 4652.0, 4651.0, 4653.0, 4672.0, 4642.0, 4663.0, 4632.0, 4653.0, 4672.0, 4642.0, 4661.0, 4622.0, 4662.0, 4683.0, 4644.0, 4664.0, 4652.0, 4663.0, 4673.0, 4622.0, 4663.0, 4662.0, 4653.0, 4672.0, 4642.0, 4663.0, 4641.0, 4652.0, 4671.0, 4652.0, 4662.0, 4612.0, 4663.0, 4671.0, 4653.0, 4672.0, 4644.0, 4664.0, 4615.0, 4666.0, 4685.0, 4666.0, 4685.0, 4665.0, 4676.0, 4635.0, 4676.0, 4694.0, 4665.0, 4674.0, 4644.0, 4674.0, 4682.0, 4653.0, 4661.0, 4622.0, 4662.0, 4650.0, 4651.0, 4670.0, 4631.0, 4651.0, 4611.0, 4651.0, 4659.0, 4651.0, 4649.0, 4601.0, 4652.0, 4631.0, 4653.0, 4672.0, 4654.0, 4664.0, 4613.0, 4664.0, 4653.0, 4665.0, 4683.0, 4653.0, 4651.0, 4613.0, 4664.0, 4662.0, 4652.0, 4671.0, 4654.0, 4663.0, 4624.0, 4665.0, 4654.0, 4655.0, 4675.0, 4656.0, 4674.0, 4637.0, 4665.0, 4637.0, 4676.0, 4686.0, 4667.0, 4676.0, 4655.0, 4676.0, 4626.0, 4676.0, 4656.0, 4667.0, 4684.0, 4655.0, 4674.0, 4643.0, 4664.0, 4634.0, 4667.0, 4696.0, 4656.0, 4671.0, 4643.0, 4663.0, 4621.0, 4654.0, 4632.0, 4663.0, 4682.0, 4654.0, 4673.0, 4623.0, 4661.0, 4651.0, 4650.0, 4670.0, 4640.0, 4650.0, 4609.0, 4638.0, 4658.0, 4638.0, 4647.0, 4606.0, 4637.0, 4598.0, 4637.0, 4599.0, 4650.0, 4610.0, 4652.0, 4670.0, 4642.0, 4660.0, 4630.0, 4651.0, 4659.0, 4640.0, 4648.0, 4610.0, 4650.0, 4657.0, 4639.0, 4648.0, 4618.0, 4639.0, 4609.0, 4639.0, 4646.0, 4639.0, 4648.0, 4599.0, 4639.0, 4619.0, 4640.0, 4648.0, 4640.0, 4649.0, 4608.0, 4649.0, 4649.0, 4640.0, 4659.0, 4629.0, 4650.0, 4610.0, 4650.0, 4659.0, 4640.0, 4649.0, 4630.0, 4640.0, 4632.0, 4651.0, 4622.0, 4652.0, 4632.0, 4653.0, 4671.0, 4655.0, 4673.0, 4633.0, 4663.0, 4622.0, 4663.0, 4672.0, 4653.0, 4662.0, 4621.0, 4660.0, 4634.0, 4663.0, 4641.0, 4654.0, 4674.0, 4666.0, 4645.0, 4665.0, 4636.0, 4679.0, 4651.0, 4680.0, 4649.0, 4698.0, 4637.0, 4686.0, 4658.0, 4687.0, 4656.0, 4687.0, 4635.0, 4673.0, 4644.0, 4663.0, 4683.0, 4653.0, 4662.0, 4621.0, 4649.0, 4609.0, 4639.0, 4669.0, 4630.0, 4649.0, 4640.0, 4649.0, 4610.0, 4640.0, 4612.0, 4642.0, 4612.0, 4653.0, 4613.0, 4656.0, 4664.0, 4655.0, 4685.0, 4644.0, 4664.0, 4624.0, 4655.0, 4673.0, 4654.0, 4665.0, 4642.0, 4653.0, 4671.0, 4641.0, 4639.0, 4610.0, 4652.0, 4610.0, 4641.0, 4611.0, 4642.0, 4652.0, 4643.0, 4676.0, 4643.0, 4670.0, 4638.0, 4626.0, 4640.0, 4641.0, 4610.0, 4642.0, 4615.0, 4685.0, 4666.0, 4634.0, 4643.0, 4604.0, 4659.0, 4675.0, 4625.0, 4654.0, 4662.0, 4644.0, 4662.0, 4623.0, 4655.0, 4660.0, 4640.0, 4671.0, 4630.0, 4648.0, 4655.0, 4624.0, 4643.0, 4590.0, 4620.0, 4587.0, 4597.0, 4616.0, 4584.0, 4595.0, 4552.0, 4585.0, 4559.0, 4630.0, 4635.0, 4649.0, 4608.0, 4611.0, 4575.0, 4596.0, 4586.0, 4600.0, 4562.0, 4576.0, 4585.0, 4596.0, 4573.0, 4555.0, 4599.0, 4572.0, 4621.0, 4613.0, 4624.0, 4616.0, 4586.0, 4628.0, 4626.0, 4627.0, 4653.0, 4624.0, 4630.0, 4602.0, 4609.0, 4603.0, 4622.0, 4606.0, 4625.0, 4607.0, 4625.0, 4608.0, 4628.0, 4608.0, 4628.0, 4609.0, 4651.0, 4639.0, 4699.0, 4676.0, 4665.0, 4629.0, 4615.0, 4609.0, 4620.0, 4643.0, 4666.0, 4692.0, 4689.0, 4661.0, 4633.0, 4651.0, 4645.0, 4676.0, 4670.0, 4713.0, 4686.0, 4715.0, 4685.0, 4713.0, 4683.0, 4680.0, 4691.0, 4658.0, 4678.0, 4687.0, 4677.0, 4706.0, 4665.0, 4675.0, 4635.0, 4653.0, 4603.0, 4651.0, 4620.0, 4661.0, 4640.0, 4653.0, 4672.0, 4654.0, 4664.0, 4626.0, 4674.0, 4624.0, 4665.0, 4683.0, 4654.0, 4664.0, 4643.0, 4665.0, 4623.0, 4663.0, 4681.0, 4655.0, 4674.0, 4634.0, 4674.0, 4623.0, 4664.0, 4683.0, 4654.0, 4674.0, 4653.0, 4663.0, 4681.0, 4642.0, 4662.0, 4635.0, 4664.0, 4692.0, 4653.0, 4660.0, 4630.0, 4639.0, 4609.0, 4640.0, 4647.0, 4640.0, 4659.0, 4610.0, 4651.0, 4669.0, 4649.0, 4648.0, 4598.0, 4638.0, 4657.0, 4629.0, 4647.0, 4606.0, 4639.0, 4657.0, 4627.0, 4636.0, 4606.0, 4637.0, 4616.0, 4637.0, 4646.0, 4628.0, 4637.0, 4598.0, 4649.0, 4617.0, 4637.0, 4657.0, 4628.0, 4639.0, 4610.0, 4650.0, 4640.0, 4641.0, 4660.0, 4631.0, 4652.0, 4621.0, 4651.0, 4671.0, 4651.0, 4660.0, 4621.0, 4652.0, 4641.0, 4642.0, 4662.0, 4620.0, 4652.0, 4631.0, 4642.0, 4660.0, 4641.0, 4651.0, 4621.0, 4652.0, 4659.0, 4640.0, 4649.0, 4610.0, 4640.0, 4622.0, 4653.0, 4662.0, 4643.0, 4662.0, 4644.0, 4653.0, 4633.0, 4653.0, 4623.0, 4666.0, 4653.0, 4654.0, 4675.0, 4655.0, 4666.0, 4625.0, 4664.0, 4654.0, 4653.0, 4683.0, 4642.0, 4651.0, 4623.0, 4654.0, 4623.0, 4655.0, 4673.0, 4655.0, 4654.0, 4634.0, 4655.0, 4624.0, 4656.0, 4635.0, 4657.0, 4656.0, 4657.0, 4665.0, 4657.0, 4668.0, 4638.0, 4666.0, 4636.0, 4679.0, 4699.0, 4659.0, 4675.0, 4657.0, 4677.0, 4658.0, 4666.0, 4635.0, 4669.0, 4669.0, 4658.0, 4707.0, 4670.0, 4687.0, 4635.0, 4655.0, 4644.0, 4665.0, 4693.0, 4655.0, 4674.0, 4633.0, 4654.0, 4622.0, 4644.0, 4672.0, 4643.0, 4660.0, 4621.0, 4641.0, 4601.0, 4643.0, 4633.0, 4644.0, 4664.0, 4644.0, 4653.0, 4636.0, 4656.0, 4613.0, 4654.0, 4683.0, 4645.0, 4664.0, 4623.0, 4653.0, 4642.0, 4644.0, 4672.0, 4642.0, 4662.0, 4610.0, 4642.0, 4660.0, 4629.0, 4670.0, 4630.0, 4648.0, 4620.0, 4640.0, 4610.0, 4641.0, 4659.0, 4631.0, 4669.0, 4631.0, 4641.0, 4611.0, 4653.0, 4621.0, 4641.0, 4669.0, 4641.0, 4651.0, 4610.0, 4651.0, 4649.0, 4640.0, 4670.0, 4631.0, 4640.0, 4609.0, 4642.0, 4678.0, 4640.0, 4640.0, 4609.0, 4640.0, 4660.0, 4630.0, 4658.0, 4619.0, 4641.0, 4608.0, 4630.0, 4659.0, 4631.0, 4652.0, 4611.0, 4641.0, 4669.0, 4642.0, 4671.0, 4631.0, 4642.0, 4610.0, 4641.0, 4670.0, 4641.0, 4652.0, 4602.0, 4642.0, 4660.0, 4631.0, 4662.0, 4632.0, 4653.0, 4603.0, 4653.0, 4670.0, 4632.0, 4652.0, 4622.0, 4655.0, 4661.0, 4643.0, 4673.0, 4632.0, 4644.0, 4614.0, 4655.0, 4680.0, 4644.0, 4654.0, 4624.0, 4654.0, 4625.0, 4655.0, 4684.0, 4644.0, 4676.0, 4624.0, 4666.0, 4674.0, 4656.0, 4684.0, 4643.0, 4664.0, 4626.0, 4656.0, 4663.0, 4657.0, 4683.0, 4644.0, 4675.0, 4635.0, 4665.0, 4694.0, 4643.0, 4656.0, 4636.0, 4654.0, 4695.0, 4643.0, 4665.0, 4614.0, 4655.0, 4684.0, 4653.0, 4673.0, 4624.0, 4653.0, 4662.0, 4642.0, 4680.0, 4643.0, 4642.0, 4601.0, 4643.0, 4650.0, 4642.0, 4670.0, 4644.0, 4644.0, 4614.0, 4654.0, 4664.0, 4656.0, 4683.0, 4644.0, 4655.0, 4611.0, 4664.0, 4682.0, 4645.0, 4672.0, 4633.0, 4653.0, 4613.0, 4654.0, 4683.0, 4643.0, 4662.0, 4632.0, 4653.0, 4611.0, 4654.0, 4683.0, 4643.0, 4653.0, 4611.0, 4665.0, 4663.0, 4642.0, 4683.0, 4643.0, 4664.0, 4634.0, 4664.0, 4691.0, 4643.0, 4663.0, 4623.0, 4652.0, 4650.0, 4652.0, 4680.0, 4641.0, 4652.0, 4610.0, 4651.0, 4662.0, 4642.0, 4672.0, 4644.0, 4654.0, 4613.0, 4663.0, 4612.0, 4654.0, 4682.0, 4644.0, 4665.0, 4625.0, 4665.0, 4605.0, 4655.0, 4673.0, 4646.0, 4684.0, 4644.0, 4672.0, 4623.0, 4654.0, 4682.0, 4643.0, 4664.0, 4635.0, 4654.0, 4605.0, 4656.0, 4643.0, 4656.0, 4673.0, 4647.0, 4674.0, 4646.0, 4668.0, 4637.0, 4686.0, 4675.0, 4666.0, 4694.0, 4654.0, 4675.0, 4645.0, 4676.0, 4672.0, 4653.0, 4684.0, 4642.0, 4663.0, 4633.0, 4653.0, 4680.0, 4641.0, 4652.0, 4610.0, 4651.0, 4601.0, 4643.0, 4649.0, 4631.0, 4669.0, 4663.0, 4684.0, 4655.0, 4655.0, 4650.0, 4657.0, 4667.0, 4628.0, 4667.0, 4658.0, 4686.0, 4659.0, 4698.0, 4668.0, 4687.0, 4638.0, 4676.0, 4645.0, 4677.0, 4694.0, 4663.0, 4672.0, 4642.0, 4650.0, 4611.0, 4652.0, 4611.0, 4661.0, 4602.0, 4643.0, 4624.0, 4654.0, 4683.0, 4656.0, 4673.0, 4654.0, 4663.0, 4624.0, 4663.0, 4633.0, 4664.0, 4633.0, 4653.0, 4682.0, 4653.0, 4672.0, 4653.0, 4672.0, 4632.0, 4651.0, 4621.0, 4663.0, 4671.0, 4642.0, 4670.0, 4620.0, 4650.0, 4608.0, 4640.0, 4629.0, 4629.0, 4658.0, 4630.0, 4660.0, 4608.0, 4651.0, 4630.0, 4640.0, 4659.0, 4640.0, 4648.0, 4630.0, 4640.0, 4631.0, 4651.0, 4622.0, 4676.0], 'WindowWidth': [10234.0, 10149.0, 10195.0, 10101.0, 10167.0, 10161.0, 10150.0, 10157.0, 10134.0, 10158.0, 10139.0, 10163.0, 10141.0, 10180.0, 10129.0, 10185.0, 10141.0, 10171.0, 10209.0, 10167.0, 10181.0, 10096.0, 10167.0, 10188.0, 10151.0, 10189.0, 10154.0, 10166.0, 10130.0, 10183.0, 10117.0, 10186.0, 10140.0, 10194.0, 10144.0, 10196.0, 10249.0, 10196.0, 10218.0, 10160.0, 10203.0, 10212.0, 10168.0, 10207.0, 10135.0, 10175.0, 10118.0, 10162.0, 10200.0, 10146.0, 10170.0, 10118.0, 10158.0, 10116.0, 10144.0, 10182.0, 10145.0, 10171.0, 10119.0, 10161.0, 10132.0, 10148.0, 10187.0, 10132.0, 10159.0, 10103.0, 10162.0, 10171.0, 10145.0, 10188.0, 10162.0, 10203.0, 10138.0, 10112.0, 10170.0, 10170.0, 10134.0, 10148.0, 10172.0, 10136.0, 10164.0, 10107.0, 10164.0, 10183.0, 10132.0, 10159.0, 10110.0, 10153.0, 10185.0, 10105.0, 10133.0, 10143.0, 10115.0, 10140.0, 10085.0, 10123.0, 10040.0, 10100.0, 10122.0, 10101.0, 10143.0, 10094.0, 10138.0, 10094.0, 10138.0, 10146.0, 10124.0, 10150.0, 10095.0, 10153.0, 10147.0, 10124.0, 10160.0, 10109.0, 10138.0, 10080.0, 10127.0, 10164.0, 10126.0, 10153.0, 10073.0, 10143.0, 10167.0, 10131.0, 10157.0, 10089.0, 10144.0, 10168.0, 10130.0, 10158.0, 10094.0, 10152.0, 10187.0, 10153.0, 10165.0, 10098.0, 10169.0, 10193.0, 10168.0, 10181.0, 10111.0, 10184.0, 10219.0, 10154.0, 10182.0, 10107.0, 10178.0, 10204.0, 10154.0, 10182.0, 10100.0, 10181.0, 10202.0, 10170.0, 10210.0, 10169.0, 10217.0, 10226.0, 10185.0, 10194.0, 10159.0, 10186.0, 10139.0, 10207.0, 10203.0, 10208.0, 10248.0, 10194.0, 10221.0, 10156.0, 10222.0, 10246.0, 10205.0, 10219.0, 10146.0, 10202.0, 10229.0, 10184.0, 10212.0, 10128.0, 10198.0, 10209.0, 10181.0, 10211.0, 10136.0, 10192.0, 10204.0, 10161.0, 10174.0, 10108.0, 10176.0, 10187.0, 10159.0, 10176.0, 10087.0, 10160.0, 10184.0, 10145.0, 10157.0, 10091.0, 10172.0, 10183.0, 10146.0, 10172.0, 10101.0, 10158.0, 10183.0, 10146.0, 10160.0, 10095.0, 10178.0, 10188.0, 10170.0, 10181.0, 10115.0, 10199.0, 10222.0, 10188.0, 10198.0, 10148.0, 10202.0, 10210.0, 10185.0, 10214.0, 10142.0, 10210.0, 10195.0, 10180.0, 10206.0, 10124.0, 10196.0, 10206.0, 10164.0, 10202.0, 10147.0, 10176.0, 10110.0, 10181.0, 10203.0, 10179.0, 10193.0, 10125.0, 10183.0, 10182.0, 10186.0, 10211.0, 10171.0, 10200.0, 10156.0, 10187.0, 10212.0, 10172.0, 10197.0, 10145.0, 10199.0, 10227.0, 10175.0, 10204.0, 10185.0, 10200.0, 10214.0, 10144.0, 10202.0, 10198.0, 10186.0, 10211.0, 10171.0, 10201.0, 10167.0, 10184.0, 10207.0, 10183.0, 10197.0, 10130.0, 10200.0, 10210.0, 10188.0, 10213.0, 10177.0, 10206.0, 10140.0, 10211.0, 10234.0, 10210.0, 10235.0, 10207.0, 10224.0, 10165.0, 10224.0, 10246.0, 10206.0, 10219.0, 10174.0, 10216.0, 10227.0, 10185.0, 10196.0, 10142.0, 10196.0, 10178.0, 10179.0, 10205.0, 10151.0, 10179.0, 10125.0, 10180.0, 10189.0, 10178.0, 10176.0, 10114.0, 10183.0, 10155.0, 10186.0, 10209.0, 10188.0, 10203.0, 10133.0, 10203.0, 10187.0, 10204.0, 10228.0, 10186.0, 10183.0, 10132.0, 10200.0, 10197.0, 10184.0, 10210.0, 10187.0, 10199.0, 10147.0, 10205.0, 10189.0, 10193.0, 10219.0, 10194.0, 10218.0, 10169.0, 10208.0, 10169.0, 10224.0, 10237.0, 10212.0, 10223.0, 10193.0, 10222.0, 10152.0, 10223.0, 10195.0, 10211.0, 10233.0, 10193.0, 10216.0, 10173.0, 10204.0, 10162.0, 10212.0, 10255.0, 10196.0, 10211.0, 10173.0, 10202.0, 10143.0, 10190.0, 10157.0, 10201.0, 10225.0, 10189.0, 10216.0, 10144.0, 10195.0, 10179.0, 10177.0, 10206.0, 10163.0, 10177.0, 10118.0, 10159.0, 10184.0, 10157.0, 10168.0, 10111.0, 10152.0, 10103.0, 10155.0, 10104.0, 10176.0, 10123.0, 10183.0, 10205.0, 10168.0, 10194.0, 10149.0, 10180.0, 10190.0, 10163.0, 10175.0, 10120.0, 10176.0, 10183.0, 10160.0, 10171.0, 10129.0, 10159.0, 10118.0, 10159.0, 10167.0, 10159.0, 10171.0, 10106.0, 10161.0, 10132.0, 10161.0, 10171.0, 10162.0, 10174.0, 10117.0, 10175.0, 10173.0, 10161.0, 10186.0, 10148.0, 10177.0, 10121.0, 10177.0, 10186.0, 10162.0, 10172.0, 10150.0, 10162.0, 10155.0, 10181.0, 10141.0, 10183.0, 10155.0, 10187.0, 10208.0, 10190.0, 10214.0, 10158.0, 10199.0, 10141.0, 10198.0, 10210.0, 10185.0, 10195.0, 10137.0, 10192.0, 10160.0, 10201.0, 10166.0, 10188.0, 10215.0, 10211.0, 10180.0, 10206.0, 10168.0, 10231.0, 10198.0, 10236.0, 10192.0, 10260.0, 10170.0, 10237.0, 10200.0, 10241.0, 10195.0, 10240.0, 10164.0, 10218.0, 10174.0, 10201.0, 10229.0, 10183.0, 10197.0, 10137.0, 10176.0, 10118.0, 10158.0, 10201.0, 10149.0, 10173.0, 10162.0, 10173.0, 10121.0, 10163.0, 10126.0, 10167.0, 10128.0, 10184.0, 10132.0, 10193.0, 10203.0, 10192.0, 10234.0, 10174.0, 10202.0, 10147.0, 10188.0, 10215.0, 10186.0, 10205.0, 10166.0, 10182.0, 10209.0, 10163.0, 10160.0, 10121.0, 10179.0, 10120.0, 10164.0, 10124.0, 10168.0, 10182.0, 10173.0, 10221.0, 10193.0, 10219.0, 10155.0, 10134.0, 10161.0, 10167.0, 10123.0, 10167.0, 10133.0, 10232.0, 10206.0, 10156.0, 10170.0, 10122.0, 10202.0, 10218.0, 10147.0, 10188.0, 10196.0, 10175.0, 10199.0, 10145.0, 10191.0, 10194.0, 10164.0, 10213.0, 10145.0, 10171.0, 10178.0, 10129.0, 10157.0, 10078.0, 10121.0, 10068.0, 10081.0, 10107.0, 10059.0, 10077.0, 10013.0, 10061.0, 10034.0, 10151.0, 10169.0, 10190.0, 10133.0, 10121.0, 10060.0, 10089.0, 10076.0, 10088.0, 10025.0, 10036.0, 10062.0, 10078.0, 10042.0, 10023.0, 10090.0, 10059.0, 10122.0, 10115.0, 10129.0, 10124.0, 10085.0, 10143.0, 10137.0, 10141.0, 10173.0, 10131.0, 10135.0, 10097.0, 10105.0, 10101.0, 10126.0, 10109.0, 10134.0, 10115.0, 10137.0, 10118.0, 10144.0, 10119.0, 10142.0, 10120.0, 10181.0, 10182.0, 10280.0, 10256.0, 10219.0, 10158.0, 10132.0, 10115.0, 10117.0, 10171.0, 10209.0, 10258.0, 10249.0, 10196.0, 10160.0, 10180.0, 10180.0, 10223.0, 10222.0, 10286.0, 10253.0, 10294.0, 10252.0, 10285.0, 10246.0, 10235.0, 10254.0, 10201.0, 10231.0, 10239.0, 10225.0, 10270.0, 10207.0, 10220.0, 10162.0, 10185.0, 10118.0, 10181.0, 10137.0, 10195.0, 10163.0, 10186.0, 10211.0, 10191.0, 10205.0, 10153.0, 10218.0, 10149.0, 10207.0, 10231.0, 10189.0, 10203.0, 10171.0, 10203.0, 10145.0, 10201.0, 10225.0, 10192.0, 10219.0, 10162.0, 10218.0, 10148.0, 10204.0, 10230.0, 10188.0, 10219.0, 10186.0, 10200.0, 10225.0, 10171.0, 10200.0, 10165.0, 10204.0, 10240.0, 10187.0, 10193.0, 10151.0, 10162.0, 10119.0, 10162.0, 10171.0, 10164.0, 10190.0, 10123.0, 10179.0, 10202.0, 10174.0, 10173.0, 10102.0, 10157.0, 10182.0, 10146.0, 10170.0, 10111.0, 10160.0, 10180.0, 10141.0, 10153.0, 10111.0, 10155.0, 10124.0, 10155.0, 10166.0, 10143.0, 10155.0, 10102.0, 10173.0, 10127.0, 10157.0, 10184.0, 10145.0, 10160.0, 10121.0, 10176.0, 10162.0, 10165.0, 10191.0, 10152.0, 10183.0, 10138.0, 10179.0, 10207.0, 10179.0, 10191.0, 10138.0, 10181.0, 10164.0, 10168.0, 10195.0, 10135.0, 10183.0, 10150.0, 10166.0, 10191.0, 10164.0, 10179.0, 10137.0, 10182.0, 10188.0, 10162.0, 10174.0, 10120.0, 10162.0, 10143.0, 10186.0, 10195.0, 10174.0, 10197.0, 10174.0, 10186.0, 10159.0, 10189.0, 10146.0, 10207.0, 10186.0, 10189.0, 10219.0, 10191.0, 10206.0, 10149.0, 10203.0, 10187.0, 10186.0, 10226.0, 10167.0, 10180.0, 10144.0, 10186.0, 10143.0, 10189.0, 10212.0, 10189.0, 10187.0, 10161.0, 10190.0, 10150.0, 10194.0, 10164.0, 10195.0, 10192.0, 10196.0, 10205.0, 10196.0, 10214.0, 10170.0, 10209.0, 10168.0, 10229.0, 10260.0, 10201.0, 10220.0, 10195.0, 10224.0, 10197.0, 10207.0, 10165.0, 10215.0, 10216.0, 10201.0, 10269.0, 10217.0, 10239.0, 10163.0, 10192.0, 10175.0, 10203.0, 10242.0, 10189.0, 10216.0, 10156.0, 10186.0, 10140.0, 10173.0, 10209.0, 10171.0, 10191.0, 10138.0, 10166.0, 10111.0, 10171.0, 10158.0, 10175.0, 10200.0, 10175.0, 10186.0, 10166.0, 10193.0, 10133.0, 10188.0, 10226.0, 10175.0, 10199.0, 10143.0, 10184.0, 10168.0, 10171.0, 10207.0, 10168.0, 10194.0, 10123.0, 10167.0, 10186.0, 10146.0, 10202.0, 10148.0, 10172.0, 10134.0, 10162.0, 10120.0, 10163.0, 10186.0, 10151.0, 10202.0, 10150.0, 10166.0, 10124.0, 10182.0, 10137.0, 10165.0, 10203.0, 10165.0, 10179.0, 10121.0, 10178.0, 10173.0, 10163.0, 10204.0, 10149.0, 10162.0, 10118.0, 10165.0, 10213.0, 10160.0, 10161.0, 10117.0, 10161.0, 10187.0, 10147.0, 10185.0, 10131.0, 10163.0, 10117.0, 10148.0, 10186.0, 10150.0, 10180.0, 10123.0, 10166.0, 10200.0, 10167.0, 10205.0, 10150.0, 10167.0, 10121.0, 10166.0, 10203.0, 10165.0, 10180.0, 10112.0, 10167.0, 10190.0, 10153.0, 10194.0, 10154.0, 10185.0, 10116.0, 10184.0, 10206.0, 10157.0, 10182.0, 10142.0, 10189.0, 10194.0, 10171.0, 10211.0, 10156.0, 10173.0, 10133.0, 10190.0, 10221.0, 10175.0, 10189.0, 10146.0, 10190.0, 10150.0, 10191.0, 10230.0, 10176.0, 10219.0, 10149.0, 10208.0, 10214.0, 10193.0, 10229.0, 10173.0, 10204.0, 10154.0, 10197.0, 10202.0, 10198.0, 10229.0, 10176.0, 10221.0, 10164.0, 10207.0, 10245.0, 10175.0, 10193.0, 10165.0, 10190.0, 10245.0, 10176.0, 10207.0, 10134.0, 10191.0, 10231.0, 10187.0, 10214.0, 10145.0, 10185.0, 10194.0, 10169.0, 10218.0, 10170.0, 10168.0, 10112.0, 10171.0, 10176.0, 10170.0, 10205.0, 10175.0, 10175.0, 10135.0, 10190.0, 10202.0, 10193.0, 10227.0, 10176.0, 10191.0, 10128.0, 10201.0, 10224.0, 10177.0, 10212.0, 10159.0, 10186.0, 10132.0, 10190.0, 10226.0, 10173.0, 10197.0, 10156.0, 10186.0, 10128.0, 10189.0, 10228.0, 10174.0, 10188.0, 10128.0, 10203.0, 10199.0, 10172.0, 10227.0, 10172.0, 10203.0, 10158.0, 10202.0, 10237.0, 10171.0, 10198.0, 10142.0, 10184.0, 10177.0, 10183.0, 10220.0, 10166.0, 10183.0, 10123.0, 10179.0, 10194.0, 10171.0, 10210.0, 10173.0, 10187.0, 10131.0, 10198.0, 10130.0, 10188.0, 10226.0, 10176.0, 10204.0, 10149.0, 10204.0, 10123.0, 10193.0, 10214.0, 10180.0, 10233.0, 10175.0, 10214.0, 10144.0, 10188.0, 10225.0, 10172.0, 10201.0, 10163.0, 10189.0, 10124.0, 10194.0, 10173.0, 10194.0, 10216.0, 10185.0, 10219.0, 10182.0, 10214.0, 10170.0, 10237.0, 10219.0, 10207.0, 10247.0, 10189.0, 10219.0, 10176.0, 10220.0, 10213.0, 10187.0, 10230.0, 10170.0, 10200.0, 10157.0, 10186.0, 10221.0, 10168.0, 10182.0, 10124.0, 10181.0, 10111.0, 10171.0, 10175.0, 10153.0, 10203.0, 10199.0, 10230.0, 10191.0, 10192.0, 10193.0, 10199.0, 10211.0, 10161.0, 10212.0, 10201.0, 10237.0, 10203.0, 10254.0, 10211.0, 10240.0, 10168.0, 10221.0, 10176.0, 10224.0, 10245.0, 10198.0, 10208.0, 10166.0, 10176.0, 10122.0, 10181.0, 10124.0, 10192.0, 10112.0, 10171.0, 10143.0, 10188.0, 10226.0, 10190.0, 10210.0, 10186.0, 10198.0, 10144.0, 10198.0, 10156.0, 10200.0, 10155.0, 10184.0, 10224.0, 10184.0, 10209.0, 10183.0, 10208.0, 10151.0, 10180.0, 10137.0, 10196.0, 10207.0, 10165.0, 10204.0, 10134.0, 10175.0, 10115.0, 10159.0, 10143.0, 10145.0, 10184.0, 10147.0, 10189.0, 10116.0, 10177.0, 10145.0, 10159.0, 10184.0, 10159.0, 10169.0, 10148.0, 10161.0, 10152.0, 10177.0, 10142.0, 10222.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.002431598962834918</td></tr>
<tr><td colspan=3>aqi</td><td>0.045590424027657735</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.62380773217126</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1366776650259505</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9758244884861587</td></tr>
<tr><td colspan=3>efc</td><td>0.5113</td></tr>
<tr><td colspan=3>fber</td><td>3534.8909</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0888919902843353</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>59</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.099394987035437</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.540645360708737</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4038560335966968</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8416763867946098</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.376403661734905</td></tr>
<tr><td colspan=3>gcor</td><td>0.0101082</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014798927120864391</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029619771987199783</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1157</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.9111955244104215</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>13.2182</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.704</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>250.9631</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>67.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293146.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1218.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>445.83</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4084</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>598.2564</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3788.7687</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3971.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83398.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1342.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5027.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1015.2845</td></tr>
<tr><td colspan=3>tsnr</td><td>30.373290984425694</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>