<?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-0041_ses-02_task-alignvideo_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0041_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0041_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-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0041_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-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0041_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-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0041_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-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0041/ses-02/func/sub-0041_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>b9f52c7190923fa6731721210ce7616f</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>18:42:5.347500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996956, -0.0779004, 0.00310894, 0.0772368, 0.992319, 0.09663]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0946752</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7788, -7250, 524, -65, -254, -38, 71]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 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>243.766</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b53ee858-66b8-42b4-9206-7b084b64100b||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6747608184814453, 0.20722061395645142, 0.028653951361775398, 104.49422454833984], [0.20900121331214905, 2.6623194217681885, 0.25945845246315, -107.08548736572266], [0.008341050706803799, -0.25925111770629883, 2.687351942062378, -56.24384307861328], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1158]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'AcquisitionTime': ['184205.347500', '184205.807500', '184206.267500', '184206.727500', '184207.187500', '184207.647500', '184208.107500', '184208.567500', '184209.027500', '184209.487500', '184209.947500', '184210.407500', '184210.867500', '184211.327500', '184211.787500', '184212.247500', '184212.707500', '184213.167500', '184213.627500', '184214.087500', '184214.547500', '184215.007500', '184215.467500', '184215.927500', '184216.387500', '184216.847500', '184217.307500', '184217.767500', '184218.227500', '184218.687500', '184219.147500', '184219.607500', '184220.067500', '184220.527500', '184220.987500', '184221.447500', '184221.907500', '184222.367500', '184222.827500', '184223.287500', '184223.747500', '184224.207500', '184224.667500', '184225.127500', '184225.587500', '184226.047500', '184226.507500', '184226.967500', '184227.427500', '184227.887500', '184228.347500', '184228.807500', '184229.267500', '184229.727500', '184230.187500', '184230.647500', '184231.107500', '184231.567500', '184232.027500', '184232.487500', '184232.947500', '184233.407500', '184233.867500', '184234.327500', '184234.787500', '184235.247500', '184235.707500', '184236.167500', '184236.627500', '184237.087500', '184237.547500', '184238.007500', '184238.467500', '184238.927500', '184239.387500', '184239.847500', '184240.307500', '184240.767500', '184241.227500', '184241.687500', '184242.147500', '184242.607500', '184243.067500', '184243.527500', '184243.987500', '184244.447500', '184244.907500', '184245.367500', '184245.827500', '184246.287500', '184246.747500', '184247.207500', '184247.667500', '184248.127500', '184248.587500', '184249.047500', '184249.507500', '184249.967500', '184250.427500', '184250.887500', '184251.347500', '184251.807500', '184252.267500', '184252.727500', '184253.187500', '184253.647500', '184254.107500', '184254.567500', '184255.027500', '184255.487500', '184255.947500', '184256.407500', '184256.867500', '184257.327500', '184257.787500', '184258.247500', '184258.707500', '184259.167500', '184259.627500', '184300.087500', '184300.547500', '184301.007500', '184301.467500', '184301.927500', '184302.387500', '184302.847500', '184303.307500', '184303.767500', '184304.227500', '184304.687500', '184305.147500', '184305.607500', '184306.067500', '184306.527500', '184306.987500', '184307.447500', '184307.907500', '184308.367500', '184308.827500', '184309.287500', '184309.747500', '184310.207500', '184310.667500', '184311.127500', '184311.587500', '184312.047500', '184312.507500', '184312.967500', '184313.427500', '184313.887500', '184314.347500', '184314.807500', '184315.267500', '184315.727500', '184316.187500', '184316.647500', '184317.107500', '184317.567500', '184318.027500', '184318.487500', '184318.947500', '184319.407500', '184319.867500', '184320.327500', '184320.787500', '184321.247500', '184321.707500', '184322.167500', '184322.627500', '184323.087500', '184323.547500', '184324.007500', '184324.467500', '184324.927500', '184325.387500', '184325.847500', '184326.307500', '184326.767500', '184327.227500', '184327.687500', '184328.147500', '184328.607500', '184329.067500', '184329.527500', '184329.987500', '184330.447500', '184330.907500', '184331.367500', '184331.827500', '184332.287500', '184332.747500', '184333.207500', '184333.667500', '184334.127500', '184334.587500', '184335.047500', '184335.507500', '184335.967500', '184336.427500', '184336.887500', '184337.347500', '184337.807500', '184338.267500', '184338.727500', '184339.187500', '184339.647500', '184340.107500', '184340.567500', '184341.027500', '184341.487500', '184341.947500', '184342.407500', '184342.867500', '184343.327500', '184343.787500', '184344.247500', '184344.707500', '184345.167500', '184345.627500', '184346.087500', '184346.547500', '184347.007500', '184347.467500', '184347.927500', '184348.387500', '184348.847500', '184349.307500', '184349.767500', '184350.227500', '184350.687500', '184351.147500', '184351.607500', '184352.067500', '184352.527500', '184352.987500', '184353.447500', '184353.907500', '184354.367500', '184354.827500', '184355.287500', '184355.747500', '184356.207500', '184356.667500', '184357.127500', '184357.587500', '184358.047500', '184358.507500', '184358.967500', '184359.427500', '184359.887500', '184400.347500', '184400.807500', '184401.267500', '184401.727500', '184402.187500', '184402.647500', '184403.107500', '184403.567500', '184404.027500', '184404.487500', '184404.947500', '184405.407500', '184405.867500', '184406.327500', '184406.787500', '184407.247500', '184407.707500', '184408.167500', '184408.627500', '184409.087500', '184409.547500', '184410.007500', '184410.467500', '184410.927500', '184411.387500', '184411.847500', '184412.307500', '184412.767500', '184413.227500', '184413.687500', '184414.147500', '184414.607500', '184415.067500', '184415.527500', '184415.987500', '184416.447500', '184416.907500', '184417.367500', '184417.827500', '184418.287500', '184418.747500', '184419.207500', '184419.667500', '184420.127500', '184420.587500', '184421.047500', '184421.507500', '184421.967500', '184422.427500', '184422.887500', '184423.347500', '184423.807500', '184424.267500', '184424.727500', '184425.187500', '184425.647500', '184426.107500', '184426.567500', '184427.027500', '184427.487500', '184427.947500', '184428.407500', '184428.867500', '184429.327500', '184429.787500', '184430.247500', '184430.707500', '184431.167500', '184431.627500', '184432.087500', '184432.547500', '184433.007500', '184433.467500', '184433.927500', '184434.387500', '184434.847500', '184435.307500', '184435.767500', '184436.227500', '184436.687500', '184437.147500', '184437.607500', '184438.067500', '184438.527500', '184438.987500', '184439.447500', '184439.907500', '184440.367500', '184440.827500', '184441.287500', '184441.747500', '184442.207500', '184442.667500', '184443.127500', '184443.587500', '184444.047500', '184444.507500', '184444.967500', '184445.427500', '184445.887500', '184446.347500', '184446.807500', '184447.267500', '184447.727500', '184448.187500', '184448.647500', '184449.107500', '184449.567500', '184450.027500', '184450.487500', '184450.947500', '184451.407500', '184451.867500', '184452.327500', '184452.787500', '184453.247500', '184453.707500', '184454.167500', '184454.627500', '184455.087500', '184455.547500', '184456.007500', '184456.467500', '184456.927500', '184457.387500', '184457.847500', '184458.307500', '184458.767500', '184459.227500', '184459.687500', '184500.147500', '184500.607500', '184501.067500', '184501.527500', '184501.987500', '184502.447500', '184502.907500', '184503.367500', '184503.827500', '184504.287500', '184504.747500', '184505.207500', '184505.667500', '184506.127500', '184506.587500', '184507.047500', '184507.507500', '184507.967500', '184508.427500', '184508.887500', '184509.347500', '184509.807500', '184510.267500', '184510.727500', '184511.187500', '184511.647500', '184512.107500', '184512.567500', '184513.027500', '184513.487500', '184513.947500', '184514.407500', '184514.867500', '184515.327500', '184515.787500', '184516.247500', '184516.707500', '184517.167500', '184517.627500', '184518.087500', '184518.547500', '184519.007500', '184519.467500', '184519.927500', '184520.387500', '184520.847500', '184521.307500', '184521.767500', '184522.227500', '184522.687500', '184523.147500', '184523.607500', '184524.067500', '184524.527500', '184524.987500', '184525.447500', '184525.907500', '184526.367500', '184526.827500', '184527.287500', '184527.747500', '184528.207500', '184528.667500', '184529.127500', '184529.587500', '184530.047500', '184530.507500', '184530.967500', '184531.427500', '184531.887500', '184532.347500', '184532.807500', '184533.267500', '184533.727500', '184534.187500', '184534.647500', '184535.107500', '184535.567500', '184536.027500', '184536.487500', '184536.947500', '184537.407500', '184537.867500', '184538.327500', '184538.787500', '184539.247500', '184539.707500', '184540.167500', '184540.627500', '184541.087500', '184541.547500', '184542.007500', '184542.467500', '184542.927500', '184543.387500', '184543.847500', '184544.307500', '184544.767500', '184545.227500', '184545.687500', '184546.147500', '184546.607500', '184547.067500', '184547.527500', '184547.987500', '184548.447500', '184548.907500', '184549.367500', '184549.827500', '184550.287500', '184550.747500', '184551.207500', '184551.667500', '184552.127500', '184552.587500', '184553.047500', '184553.507500', '184553.967500', '184554.427500', '184554.887500', '184555.347500', '184555.807500', '184556.267500', '184556.727500', '184557.187500', '184557.647500', '184558.107500', '184558.567500', '184559.027500', '184559.487500', '184559.947500', '184600.407500', '184600.867500', '184601.327500', '184601.787500', '184602.247500', '184602.707500', '184603.167500', '184603.627500', '184604.087500', '184604.547500', '184605.007500', '184605.467500', '184605.927500', '184606.387500', '184606.847500', '184607.307500', '184607.767500', '184608.227500', '184608.687500', '184609.147500', '184609.607500', '184610.067500', '184610.527500', '184610.987500', '184611.447500', '184611.907500', '184612.367500', '184612.827500', '184613.287500', '184613.747500', '184614.207500', '184614.667500', '184615.127500', '184615.587500', '184616.047500', '184616.507500', '184616.967500', '184617.427500', '184617.887500', '184618.347500', '184618.807500', '184619.267500', '184619.727500', '184620.187500', '184620.647500', '184621.107500', '184621.567500', '184622.027500', '184622.487500', '184622.947500', '184623.407500', '184623.867500', '184624.327500', '184624.787500', '184625.247500', '184625.707500', '184626.167500', '184626.627500', '184627.087500', '184627.547500', '184628.007500', '184628.467500', '184628.927500', '184629.387500', '184629.847500', '184630.307500', '184630.767500', '184631.227500', '184631.687500', '184632.147500', '184632.607500', '184633.067500', '184633.527500', '184633.987500', '184634.447500', '184634.907500', '184635.367500', '184635.827500', '184636.287500', '184636.747500', '184637.207500', '184637.667500', '184638.127500', '184638.587500', '184639.047500', '184639.507500', '184639.967500', '184640.427500', '184640.887500', '184641.347500', '184641.807500', '184642.267500', '184642.727500', '184643.187500', '184643.647500', '184644.107500', '184644.567500', '184645.027500', '184645.487500', '184645.947500', '184646.407500', '184646.867500', '184647.327500', '184647.787500', '184648.247500', '184648.707500', '184649.167500', '184649.627500', '184650.087500', '184650.547500', '184651.007500', '184651.467500', '184651.927500', '184652.387500', '184652.847500', '184653.307500', '184653.767500', '184654.227500', '184654.687500', '184655.147500', '184655.607500', '184656.067500', '184656.527500', '184656.987500', '184657.447500', '184657.907500', '184658.367500', '184658.827500', '184659.287500', '184659.747500', '184700.207500', '184700.667500', '184701.127500', '184701.587500', '184702.047500', '184702.507500', '184702.967500', '184703.427500', '184703.887500', '184704.347500', '184704.807500', '184705.267500', '184705.727500', '184706.187500', '184706.647500', '184707.107500', '184707.567500', '184708.027500', '184708.487500', '184708.947500', '184709.407500', '184709.867500', '184710.327500', '184710.787500', '184711.247500', '184711.707500', '184712.167500', '184712.627500', '184713.087500', '184713.547500', '184714.007500', '184714.467500', '184714.927500', '184715.387500', '184715.847500', '184716.307500', '184716.767500', '184717.227500', '184717.687500', '184718.147500', '184718.607500', '184719.067500', '184719.527500', '184719.987500', '184720.447500', '184720.907500', '184721.367500', '184721.827500', '184722.287500', '184722.747500', '184723.207500', '184723.667500', '184724.127500', '184724.587500', '184725.047500', '184725.507500', '184725.967500', '184726.427500', '184726.887500', '184727.347500', '184727.807500', '184728.267500', '184728.727500', '184729.187500', '184729.647500', '184730.107500', '184730.567500', '184731.027500', '184731.487500', '184731.947500', '184732.407500', '184732.867500', '184733.327500', '184733.787500', '184734.247500', '184734.707500', '184735.167500', '184735.627500', '184736.087500', '184736.547500', '184737.007500', '184737.467500', '184737.927500', '184738.387500', '184738.847500', '184739.307500', '184739.767500', '184740.227500', '184740.687500', '184741.147500', '184741.607500', '184742.067500', '184742.527500', '184742.987500', '184743.447500', '184743.907500', '184744.367500', '184744.827500', '184745.287500', '184745.747500', '184746.207500', '184746.667500', '184747.127500', '184747.587500', '184748.047500', '184748.507500', '184748.967500', '184749.427500', '184749.887500', '184750.347500', '184750.807500', '184751.267500', '184751.727500', '184752.187500', '184752.647500', '184753.107500', '184753.567500', '184754.027500', '184754.487500', '184754.947500', '184755.407500', '184755.867500', '184756.327500', '184756.787500', '184757.247500', '184757.707500', '184758.167500', '184758.627500', '184759.087500', '184759.547500', '184800.007500', '184800.467500', '184800.927500', '184801.387500', '184801.847500', '184802.307500', '184802.767500', '184803.227500', '184803.687500', '184804.147500', '184804.607500', '184805.067500', '184805.527500', '184805.987500', '184806.447500', '184806.907500', '184807.367500', '184807.827500', '184808.287500', '184808.747500', '184809.207500', '184809.667500', '184810.127500', '184810.587500', '184811.047500', '184811.507500', '184811.967500', '184812.427500', '184812.887500', '184813.347500', '184813.807500', '184814.267500', '184814.727500', '184815.187500', '184815.647500', '184816.107500', '184816.567500', '184817.027500', '184817.487500', '184817.947500', '184818.407500', '184818.867500', '184819.327500', '184819.787500', '184820.247500', '184820.707500', '184821.167500', '184821.627500', '184822.087500', '184822.547500', '184823.007500', '184823.467500', '184823.927500', '184824.387500', '184824.847500', '184825.307500', '184825.767500', '184826.227500', '184826.687500', '184827.147500', '184827.607500', '184828.067500', '184828.527500', '184828.987500', '184829.447500', '184829.907500', '184830.367500', '184830.827500', '184831.287500', '184831.747500', '184832.207500', '184832.667500', '184833.127500', '184833.587500', '184834.047500', '184834.507500', '184834.967500', '184835.427500', '184835.887500', '184836.347500', '184836.807500', '184837.267500', '184837.727500', '184838.187500', '184838.647500', '184839.107500', '184839.567500', '184840.027500', '184840.487500', '184840.947500', '184841.407500', '184841.867500', '184842.327500', '184842.787500', '184843.247500', '184843.707500', '184844.167500', '184844.627500', '184845.087500', '184845.547500', '184846.007500', '184846.467500', '184846.927500', '184847.387500', '184847.847500', '184848.307500', '184848.767500', '184849.227500', '184849.687500', '184850.147500', '184850.607500', '184851.067500', '184851.527500', '184851.987500', '184852.447500', '184852.907500', '184853.367500', '184853.827500', '184854.287500', '184854.747500', '184855.207500', '184855.667500', '184856.127500', '184856.587500', '184857.047500', '184857.507500', '184857.967500', '184858.427500', '184858.887500', '184859.347500', '184859.807500', '184900.267500', '184900.727500', '184901.187500', '184901.647500', '184902.107500', '184902.567500', '184903.027500', '184903.487500', '184903.947500', '184904.407500', '184904.867500', '184905.327500', '184905.787500', '184906.247500', '184906.707500', '184907.167500', '184907.627500', '184908.087500', '184908.547500', '184909.007500', '184909.467500', '184909.927500', '184910.387500', '184910.847500', '184911.307500', '184911.767500', '184912.227500', '184912.687500', '184913.147500', '184913.607500', '184914.067500', '184914.527500', '184914.987500', '184915.447500', '184915.907500', '184916.367500', '184916.827500', '184917.287500', '184917.747500', '184918.207500', '184918.667500', '184919.127500', '184919.587500', '184920.047500', '184920.507500', '184920.967500', '184921.427500', '184921.887500', '184922.347500', '184922.807500', '184923.267500', '184923.727500', '184924.187500', '184924.647500', '184925.107500', '184925.567500', '184926.027500', '184926.487500', '184926.947500', '184927.407500', '184927.867500', '184928.327500', '184928.787500', '184929.247500', '184929.707500', '184930.167500', '184930.627500', '184931.087500', '184931.547500', '184932.007500', '184932.467500', '184932.927500', '184933.387500', '184933.847500', '184934.307500', '184934.767500', '184935.227500', '184935.687500', '184936.147500', '184936.607500', '184937.067500', '184937.527500', '184937.987500', '184938.447500', '184938.907500', '184939.367500', '184939.827500', '184940.287500', '184940.747500', '184941.207500', '184941.667500', '184942.127500', '184942.587500', '184943.047500', '184943.507500', '184943.967500', '184944.427500', '184944.887500', '184945.347500', '184945.807500', '184946.267500', '184946.727500', '184947.187500', '184947.647500', '184948.107500', '184948.567500', '184949.027500', '184949.487500', '184949.947500', '184950.407500', '184950.867500', '184951.327500', '184951.787500', '184952.247500', '184952.707500', '184953.167500', '184953.627500', '184954.087500', '184954.547500', '184955.007500', '184955.467500', '184955.927500', '184956.387500', '184956.847500', '184957.307500', '184957.767500', '184958.227500', '184958.687500', '184959.147500', '184959.607500', '185000.067500', '185000.527500', '185000.987500', '185001.447500', '185001.907500', '185002.367500', '185002.827500', '185003.287500', '185003.747500', '185004.207500', '185004.667500', '185005.127500', '185005.587500', '185006.047500', '185006.507500', '185006.967500', '185007.427500', '185007.887500', '185008.347500', '185008.807500', '185009.267500', '185009.727500', '185010.187500', '185010.647500', '185011.107500', '185011.567500', '185012.027500', '185012.487500', '185012.947500', '185013.407500', '185013.867500', '185014.327500', '185014.787500', '185015.247500', '185015.707500', '185016.167500', '185016.627500', '185017.087500', '185017.547500', '185018.007500', '185018.467500', '185018.927500', '185019.387500', '185019.847500', '185020.307500', '185020.767500', '185021.227500', '185021.687500', '185022.147500', '185022.607500', '185023.067500', '185023.527500', '185023.987500', '185024.447500', '185024.907500', '185025.367500', '185025.827500', '185026.287500', '185026.747500', '185027.207500', '185027.667500', '185028.127500', '185028.587500', '185029.047500', '185029.507500', '185029.967500', '185030.427500', '185030.887500', '185031.347500', '185031.807500', '185032.267500', '185032.727500', '185033.187500', '185033.647500', '185034.107500', '185034.567500', '185035.027500', '185035.487500', '185035.947500', '185036.407500', '185036.867500', '185037.327500', '185037.787500', '185038.247500', '185038.707500', '185039.167500', '185039.627500', '185040.087500', '185040.547500', '185041.007500', '185041.467500', '185041.927500', '185042.387500', '185042.847500', '185043.307500', '185043.767500', '185044.227500', '185044.687500', '185045.147500', '185045.607500', '185046.067500', '185046.527500', '185046.987500', '185047.447500', '185047.907500', '185048.367500', '185048.827500', '185049.287500', '185049.747500', '185050.207500', '185050.667500', '185051.127500', '185051.587500', '185052.047500', '185052.507500', '185052.967500', '185053.427500', '185053.887500', '185054.347500', '185054.807500', '185055.267500', '185055.727500', '185056.187500', '185056.647500', '185057.107500', '185057.567500'], 'ContentTime': ['184221.288000', '184221.292000', '184221.295000', '184221.299000', '184221.302000', '184221.305000', '184221.308000', '184221.311000', '184221.314000', '184221.317000', '184221.320000', '184221.323000', '184221.326000', '184221.329000', '184221.332000', '184221.335000', '184221.338000', '184221.342000', '184221.345000', '184221.348000', '184221.351000', '184221.354000', '184221.357000', '184221.360000', '184221.363000', '184221.366000', '184221.369000', '184221.380000', '184221.383000', '184221.386000', '184221.389000', '184221.392000', '184241.256000', '184241.259000', '184241.262000', '184241.265000', '184241.267000', '184241.270000', '184241.274000', '184241.277000', '184241.280000', '184241.283000', '184241.286000', '184241.289000', '184241.292000', '184241.295000', '184241.298000', '184241.301000', '184241.304000', '184241.307000', '184241.311000', '184241.314000', '184241.317000', '184241.320000', '184241.323000', '184241.330000', '184241.333000', '184241.336000', '184241.339000', '184241.342000', '184241.345000', '184241.348000', '184241.352000', '184241.364000', '184241.367000', '184241.370000', '184241.373000', '184241.376000', '184241.379000', '184241.382000', '184241.385000', '184241.388000', '184241.391000', '184241.394000', '184241.397000', '184241.400000', '184301.256000', '184301.259000', '184301.262000', '184301.265000', '184301.268000', '184301.270000', '184301.273000', '184301.276000', '184301.279000', '184301.282000', '184301.285000', '184301.288000', '184301.291000', '184301.294000', '184301.296000', '184301.299000', '184301.302000', '184301.305000', '184301.308000', '184301.311000', '184301.314000', '184301.317000', '184301.320000', '184301.322000', '184301.325000', '184301.328000', '184301.331000', '184301.334000', '184301.337000', '184301.340000', '184301.343000', '184301.346000', '184301.348000', '184301.351000', '184301.355000', '184301.358000', '184301.361000', '184301.364000', '184301.366000', '184301.369000', '184301.372000', '184301.375000', '184301.378000', '184321.256000', '184321.259000', '184321.262000', '184321.265000', '184321.268000', '184321.270000', '184321.273000', '184321.276000', '184321.279000', '184321.282000', '184321.285000', '184321.288000', '184321.291000', '184321.294000', '184321.297000', '184321.300000', '184321.302000', '184321.305000', '184321.308000', '184321.311000', '184321.314000', '184321.317000', '184321.320000', '184321.323000', '184321.325000', '184321.328000', '184321.331000', '184321.334000', '184321.337000', '184321.340000', '184321.343000', '184321.346000', '184321.349000', '184321.351000', '184321.354000', '184321.357000', '184321.360000', '184321.363000', '184321.366000', '184321.369000', '184321.372000', '184321.374000', '184321.377000', '184321.380000', '184341.256000', '184341.259000', '184341.262000', '184341.265000', '184341.268000', '184341.271000', '184341.274000', '184341.276000', '184341.279000', '184341.282000', '184341.285000', '184341.288000', '184341.291000', '184341.294000', '184341.297000', '184341.299000', '184341.302000', '184341.306000', '184341.309000', '184341.312000', '184341.315000', '184341.318000', '184341.321000', '184341.324000', '184341.327000', '184341.330000', '184341.332000', '184341.335000', '184341.338000', '184341.341000', '184341.344000', '184341.347000', '184341.350000', '184341.353000', '184341.356000', '184341.359000', '184341.362000', '184341.365000', '184341.368000', '184341.371000', '184341.374000', '184341.377000', '184341.380000', '184401.257000', '184401.272000', '184401.275000', '184401.278000', '184401.281000', '184401.284000', '184401.287000', '184401.290000', '184401.293000', '184401.296000', '184401.298000', '184401.301000', '184401.304000', '184401.307000', '184401.310000', '184401.313000', '184401.316000', '184401.319000', '184401.322000', '184401.324000', '184401.327000', '184401.330000', '184401.333000', '184401.336000', '184401.339000', '184401.342000', '184401.345000', '184401.347000', '184401.350000', '184401.353000', '184401.356000', '184401.359000', '184401.362000', '184401.365000', '184401.368000', '184401.370000', '184401.373000', '184401.376000', '184401.379000', '184401.382000', '184401.385000', '184401.388000', '184401.391000', '184421.257000', '184421.260000', '184421.263000', '184421.266000', '184421.269000', '184421.281000', '184421.284000', '184421.287000', '184421.290000', '184421.292000', '184421.295000', '184421.298000', '184421.301000', '184421.304000', '184421.307000', '184421.310000', '184421.313000', '184421.316000', '184421.318000', '184421.322000', '184421.324000', '184421.327000', '184421.330000', '184421.333000', '184421.336000', '184421.339000', '184421.342000', '184421.345000', '184421.348000', '184421.351000', '184421.354000', '184421.356000', '184421.359000', '184421.362000', '184421.365000', '184421.368000', '184421.371000', '184421.374000', '184421.377000', '184421.380000', '184421.383000', '184421.385000', '184421.388000', '184421.392000', '184441.257000', '184441.260000', '184441.263000', '184441.266000', '184441.269000', '184441.272000', '184441.275000', '184441.277000', '184441.280000', '184441.283000', '184441.286000', '184441.289000', '184441.292000', '184441.295000', '184441.298000', '184441.301000', '184441.304000', '184441.307000', '184441.310000', '184441.313000', '184441.316000', '184441.318000', '184441.321000', '184441.324000', '184441.327000', '184441.330000', '184441.333000', '184441.336000', '184441.339000', '184441.342000', '184441.345000', '184441.347000', '184441.350000', '184441.353000', '184441.356000', '184441.359000', '184441.362000', '184441.365000', '184441.368000', '184441.371000', '184441.374000', '184441.377000', '184441.379000', '184441.382000', '184501.256000', '184501.259000', '184501.262000', '184501.265000', '184501.268000', '184501.271000', '184501.274000', '184501.277000', '184501.279000', '184501.282000', '184501.285000', '184501.288000', '184501.291000', '184501.294000', '184501.297000', '184501.300000', '184501.303000', '184501.306000', '184501.308000', '184501.311000', '184501.314000', '184501.317000', '184501.320000', '184501.323000', '184501.326000', '184501.329000', '184501.331000', '184501.334000', '184501.337000', '184501.340000', '184501.344000', '184501.347000', '184501.350000', '184501.353000', '184501.356000', '184501.359000', '184501.362000', '184501.365000', '184501.368000', '184501.370000', '184501.373000', '184501.376000', '184501.379000', '184521.256000', '184521.259000', '184521.262000', '184521.265000', '184521.268000', '184521.271000', '184521.274000', '184521.276000', '184521.279000', '184521.282000', '184521.285000', '184521.288000', '184521.291000', '184521.294000', '184521.297000', '184521.300000', '184521.303000', '184521.306000', '184521.310000', '184521.313000', '184521.316000', '184521.319000', '184521.321000', '184521.324000', '184521.327000', '184521.330000', '184521.333000', '184521.336000', '184521.339000', '184521.342000', '184521.345000', '184521.348000', '184521.350000', '184521.353000', '184521.356000', '184521.359000', '184521.362000', '184521.365000', '184521.368000', '184521.371000', '184521.374000', '184521.377000', '184521.379000', '184521.382000', '184541.256000', '184541.259000', '184541.262000', '184541.265000', '184541.268000', '184541.271000', '184541.274000', '184541.276000', '184541.279000', '184541.282000', '184541.285000', '184541.288000', '184541.291000', '184541.294000', '184541.297000', '184541.300000', '184541.302000', '184541.305000', '184541.308000', '184541.311000', '184541.314000', '184541.317000', '184541.320000', '184541.323000', '184541.326000', '184541.329000', '184541.332000', '184541.335000', '184541.337000', '184541.340000', '184541.343000', '184541.346000', '184541.349000', '184541.352000', '184541.355000', '184541.358000', '184541.361000', '184541.363000', '184541.366000', '184541.369000', '184541.372000', '184541.375000', '184541.378000', '184601.256000', '184601.259000', '184601.262000', '184601.265000', '184601.268000', '184601.271000', '184601.274000', '184601.277000', '184601.279000', '184601.282000', '184601.285000', '184601.288000', '184601.291000', '184601.294000', '184601.297000', '184601.300000', '184601.303000', '184601.306000', '184601.309000', '184601.311000', '184601.314000', '184601.317000', '184601.320000', '184601.323000', '184601.326000', '184601.329000', '184601.332000', '184601.335000', '184601.337000', '184601.340000', '184601.343000', '184601.346000', '184601.349000', '184601.352000', '184601.355000', '184601.358000', '184601.361000', '184601.364000', '184601.366000', '184601.369000', '184601.372000', '184601.375000', '184601.378000', '184601.381000', '184621.257000', '184621.260000', '184621.263000', '184621.266000', '184621.269000', '184621.272000', '184621.275000', '184621.278000', '184621.281000', '184621.283000', '184621.286000', '184621.289000', '184621.292000', '184621.295000', '184621.298000', '184621.301000', '184621.304000', '184621.307000', '184621.310000', '184621.313000', '184621.315000', '184621.318000', '184621.321000', '184621.324000', '184621.327000', '184621.330000', '184621.333000', '184621.336000', '184621.339000', '184621.342000', '184621.344000', '184621.347000', '184621.350000', '184621.353000', '184621.356000', '184621.359000', '184621.362000', '184621.365000', '184621.367000', '184621.370000', '184621.373000', '184621.376000', '184621.379000', '184641.257000', '184641.260000', '184641.263000', '184641.266000', '184641.269000', '184641.272000', '184641.274000', '184641.277000', '184641.280000', '184641.283000', '184641.286000', '184641.289000', '184641.292000', '184641.295000', '184641.298000', '184641.301000', '184641.304000', '184641.307000', '184641.309000', '184641.312000', '184641.315000', '184641.318000', '184641.321000', '184641.324000', '184641.327000', '184641.330000', '184641.333000', '184641.336000', '184641.339000', '184641.342000', '184641.344000', '184641.347000', '184641.350000', '184641.353000', '184641.356000', '184641.359000', '184641.362000', '184641.365000', '184641.368000', '184641.371000', '184641.374000', '184641.377000', '184641.380000', '184641.382000', '184701.257000', '184701.260000', '184701.263000', '184701.266000', '184701.269000', '184701.272000', '184701.275000', '184701.278000', '184701.281000', '184701.283000', '184701.286000', '184701.289000', '184701.292000', '184701.295000', '184701.298000', '184701.301000', '184701.304000', '184701.307000', '184701.310000', '184701.313000', '184701.316000', '184701.319000', '184701.321000', '184701.324000', '184701.327000', '184701.330000', '184701.333000', '184701.336000', '184701.339000', '184701.342000', '184701.345000', '184701.347000', '184701.350000', '184701.353000', '184701.356000', '184701.359000', '184701.362000', '184701.365000', '184701.367000', '184701.370000', '184701.373000', '184701.376000', '184701.379000', '184721.256000', '184721.259000', '184721.262000', '184721.265000', '184721.268000', '184721.271000', '184721.274000', '184721.277000', '184721.280000', '184721.283000', '184721.286000', '184721.308000', '184721.311000', '184721.314000', '184721.317000', '184721.319000', '184721.322000', '184721.325000', '184721.328000', '184721.331000', '184721.334000', '184721.337000', '184721.340000', '184721.343000', '184721.346000', '184721.349000', '184721.351000', '184721.354000', '184721.359000', '184721.362000', '184721.365000', '184721.368000', '184721.371000', '184721.374000', '184721.377000', '184721.380000', '184721.383000', '184721.386000', '184721.388000', '184721.392000', '184721.394000', '184721.397000', '184721.400000', '184741.256000', '184741.259000', '184741.262000', '184741.265000', '184741.268000', '184741.271000', '184741.274000', '184741.276000', '184741.279000', '184741.282000', '184741.285000', '184741.288000', '184741.291000', '184741.294000', '184741.297000', '184741.300000', '184741.303000', '184741.306000', '184741.308000', '184741.311000', '184741.314000', '184741.317000', '184741.320000', '184741.323000', '184741.326000', '184741.329000', '184741.332000', '184741.335000', '184741.337000', '184741.340000', '184741.343000', '184741.346000', '184741.349000', '184741.352000', '184741.354000', '184741.357000', '184741.360000', '184741.363000', '184741.366000', '184741.369000', '184741.372000', '184741.375000', '184741.378000', '184741.380000', '184801.256000', '184801.259000', '184801.262000', '184801.265000', '184801.268000', '184801.274000', '184801.277000', '184801.280000', '184801.283000', '184801.286000', '184801.289000', '184801.292000', '184801.295000', '184801.298000', '184801.301000', '184801.304000', '184801.307000', '184801.310000', '184801.312000', '184801.315000', '184801.318000', '184801.321000', '184801.324000', '184801.327000', '184801.330000', '184801.333000', '184801.336000', '184801.338000', '184801.341000', '184801.344000', '184801.347000', '184801.350000', '184801.353000', '184801.356000', '184801.359000', '184801.362000', '184801.364000', '184801.367000', '184801.370000', '184801.373000', '184801.376000', '184801.379000', '184801.382000', '184821.256000', '184821.259000', '184821.262000', '184821.265000', '184821.268000', '184821.271000', '184821.274000', '184821.277000', '184821.280000', '184821.283000', '184821.286000', '184821.288000', '184821.291000', '184821.294000', '184821.297000', '184821.300000', '184821.303000', '184821.306000', '184821.309000', '184821.312000', '184821.315000', '184821.317000', '184821.320000', '184821.323000', '184821.326000', '184821.329000', '184821.332000', '184821.335000', '184821.338000', '184821.341000', '184821.344000', '184821.347000', '184821.349000', '184821.352000', '184821.355000', '184821.358000', '184821.361000', '184821.364000', '184821.367000', '184821.370000', '184821.373000', '184821.376000', '184821.378000', '184821.381000', '184841.257000', '184841.260000', '184841.263000', '184841.266000', '184841.269000', '184841.273000', '184841.277000', '184841.280000', '184841.283000', '184841.286000', '184841.289000', '184841.291000', '184841.294000', '184841.297000', '184841.300000', '184841.303000', '184841.306000', '184841.309000', '184841.312000', '184841.315000', '184841.317000', '184841.320000', '184841.347000', '184841.350000', '184841.353000', '184841.356000', '184841.359000', '184841.362000', '184841.364000', '184841.367000', '184841.370000', '184841.373000', '184841.376000', '184841.379000', '184841.382000', '184841.385000', '184841.387000', '184841.390000', '184841.393000', '184841.396000', '184841.399000', '184841.402000', '184841.405000', '184901.257000', '184901.260000', '184901.263000', '184901.266000', '184901.269000', '184901.272000', '184901.275000', '184901.278000', '184901.281000', '184901.283000', '184901.286000', '184901.289000', '184901.292000', '184901.295000', '184901.298000', '184901.301000', '184901.304000', '184901.307000', '184901.309000', '184901.312000', '184901.315000', '184901.318000', '184901.321000', '184901.324000', '184901.327000', '184901.330000', '184901.333000', '184901.336000', '184901.339000', '184901.341000', '184901.344000', '184901.347000', '184901.350000', '184901.353000', '184901.356000', '184901.359000', '184901.362000', '184901.365000', '184901.368000', '184901.371000', '184901.373000', '184901.376000', '184901.379000', '184901.382000', '184921.257000', '184921.260000', '184921.263000', '184921.266000', '184921.269000', '184921.272000', '184921.275000', '184921.278000', '184921.281000', '184921.283000', '184921.286000', '184921.289000', '184921.292000', '184921.295000', '184921.298000', '184921.301000', '184921.304000', '184921.307000', '184921.310000', '184921.313000', '184921.316000', '184921.319000', '184921.322000', '184921.325000', '184921.328000', '184921.330000', '184921.333000', '184921.336000', '184921.339000', '184921.342000', '184921.345000', '184921.348000', '184921.351000', '184921.354000', '184921.357000', '184921.360000', '184921.362000', '184921.365000', '184921.368000', '184921.371000', '184921.374000', '184921.377000', '184921.380000', '184941.256000', '184941.259000', '184941.262000', '184941.265000', '184941.268000', '184941.271000', '184941.274000', '184941.277000', '184941.280000', '184941.283000', '184941.285000', '184941.288000', '184941.291000', '184941.294000', '184941.297000', '184941.300000', '184941.303000', '184941.306000', '184941.309000', '184941.312000', '184941.314000', '184941.317000', '184941.320000', '184941.323000', '184941.326000', '184941.329000', '184941.332000', '184941.335000', '184941.337000', '184941.340000', '184941.343000', '184941.346000', '184941.349000', '184941.352000', '184941.355000', '184941.358000', '184941.361000', '184941.364000', '184941.367000', '184941.370000', '184941.372000', '184941.375000', '184941.378000', '184941.381000', '185001.258000', '185001.261000', '185001.264000', '185001.267000', '185001.270000', '185001.273000', '185001.276000', '185001.279000', '185001.282000', '185001.285000', '185001.288000', '185001.291000', '185001.294000', '185001.296000', '185001.299000', '185001.302000', '185001.305000', '185001.308000', '185001.324000', '185001.328000', '185001.331000', '185001.334000', '185001.337000', '185001.340000', '185001.343000', '185001.346000', '185001.349000', '185001.351000', '185001.354000', '185001.357000', '185001.360000', '185001.363000', '185001.366000', '185001.369000', '185001.372000', '185001.375000', '185001.378000', '185001.381000', '185001.383000', '185001.386000', '185001.389000', '185001.392000', '185001.395000', '185021.256000', '185021.259000', '185021.262000', '185021.265000', '185021.268000', '185021.271000', '185021.274000', '185021.277000', '185021.280000', '185021.282000', '185021.285000', '185021.288000', '185021.291000', '185021.294000', '185021.297000', '185021.300000', '185021.303000', '185021.306000', '185021.309000', '185021.312000', '185021.314000', '185021.317000', '185021.320000', '185021.323000', '185021.326000', '185021.329000', '185021.332000', '185021.335000', '185021.338000', '185021.341000', '185021.343000', '185021.346000', '185021.349000', '185021.352000', '185021.355000', '185021.358000', '185021.361000', '185021.364000', '185021.367000', '185021.370000', '185021.373000', '185021.376000', '185021.379000', '185021.381000', '185041.256000', '185041.259000', '185041.262000', '185041.265000', '185041.268000', '185041.271000', '185041.274000', '185041.277000', '185041.280000', '185041.282000', '185041.285000', '185041.288000', '185041.291000', '185041.294000', '185041.297000', '185041.300000', '185041.303000', '185041.306000', '185041.309000', '185041.312000', '185041.315000', '185041.318000', '185041.320000', '185041.323000', '185041.326000', '185041.329000', '185041.332000', '185041.335000', '185041.338000', '185041.341000', '185041.344000', '185041.347000', '185041.350000', '185041.353000', '185041.356000', '185041.359000', '185041.362000', '185041.365000', '185041.368000', '185041.371000', '185041.374000', '185041.377000', '185041.379000', '185058.886000', '185058.889000', '185058.893000', '185058.896000', '185058.899000', '185058.902000', '185058.905000', '185058.908000', '185058.911000', '185058.915000', '185058.918000', '185058.921000', '185058.924000', '185058.927000', '185058.931000', '185058.934000', '185058.937000', '185058.940000', '185058.943000', '185058.946000', '185058.949000', '185058.952000', '185058.956000', '185058.959000', '185058.961000', '185058.964000', '185058.967000', '185058.970000', '185058.973000', '185058.976000', '185058.979000', '185058.982000', '185058.985000', '185058.988000', '185058.991000', '185058.994000', '185058.997000', '185059.001000', '185059.004000'], 'InstanceCreationTime': ['184221.288000', '184221.292000', '184221.295000', '184221.299000', '184221.302000', '184221.305000', '184221.308000', '184221.311000', '184221.314000', '184221.317000', '184221.320000', '184221.323000', '184221.326000', '184221.329000', '184221.332000', '184221.335000', '184221.338000', '184221.342000', '184221.345000', '184221.348000', '184221.351000', '184221.354000', '184221.357000', '184221.360000', '184221.363000', '184221.366000', '184221.369000', '184221.380000', '184221.383000', '184221.386000', '184221.389000', '184221.392000', '184241.256000', '184241.259000', '184241.262000', '184241.265000', '184241.267000', '184241.270000', '184241.274000', '184241.277000', '184241.280000', '184241.283000', '184241.286000', '184241.289000', '184241.292000', '184241.295000', '184241.298000', '184241.301000', '184241.304000', '184241.307000', '184241.311000', '184241.314000', '184241.317000', '184241.320000', '184241.323000', '184241.330000', '184241.333000', '184241.336000', '184241.339000', '184241.342000', '184241.345000', '184241.348000', '184241.352000', '184241.364000', '184241.367000', '184241.370000', '184241.373000', '184241.376000', '184241.379000', '184241.382000', '184241.385000', '184241.388000', '184241.391000', '184241.394000', '184241.397000', '184241.400000', '184301.256000', '184301.259000', '184301.262000', '184301.265000', '184301.268000', '184301.270000', '184301.273000', '184301.276000', '184301.279000', '184301.282000', '184301.285000', '184301.288000', '184301.291000', '184301.294000', '184301.296000', '184301.299000', '184301.302000', '184301.305000', '184301.308000', '184301.311000', '184301.314000', '184301.317000', '184301.320000', '184301.322000', '184301.325000', '184301.328000', '184301.331000', '184301.334000', '184301.337000', '184301.340000', '184301.343000', '184301.346000', '184301.348000', '184301.351000', '184301.355000', '184301.358000', '184301.361000', '184301.364000', '184301.366000', '184301.369000', '184301.372000', '184301.375000', '184301.378000', '184321.256000', '184321.259000', '184321.262000', '184321.265000', '184321.268000', '184321.270000', '184321.273000', '184321.276000', '184321.279000', '184321.282000', '184321.285000', '184321.288000', '184321.291000', '184321.294000', '184321.297000', '184321.300000', '184321.302000', '184321.305000', '184321.308000', '184321.311000', '184321.314000', '184321.317000', '184321.320000', '184321.323000', '184321.325000', '184321.328000', '184321.331000', '184321.334000', '184321.337000', '184321.340000', '184321.343000', '184321.346000', '184321.349000', '184321.351000', '184321.354000', '184321.357000', '184321.360000', '184321.363000', '184321.366000', '184321.369000', '184321.372000', '184321.374000', '184321.377000', '184321.380000', '184341.256000', '184341.259000', '184341.262000', '184341.265000', '184341.268000', '184341.271000', '184341.274000', '184341.276000', '184341.279000', '184341.282000', '184341.285000', '184341.288000', '184341.291000', '184341.294000', '184341.297000', '184341.299000', '184341.302000', '184341.306000', '184341.309000', '184341.312000', '184341.315000', '184341.318000', '184341.321000', '184341.324000', '184341.327000', '184341.330000', '184341.332000', '184341.335000', '184341.338000', '184341.341000', '184341.344000', '184341.347000', '184341.350000', '184341.353000', '184341.356000', '184341.359000', '184341.362000', '184341.365000', '184341.368000', '184341.371000', '184341.374000', '184341.377000', '184341.380000', '184401.257000', '184401.272000', '184401.275000', '184401.278000', '184401.281000', '184401.284000', '184401.287000', '184401.290000', '184401.293000', '184401.296000', '184401.298000', '184401.301000', '184401.304000', '184401.307000', '184401.310000', '184401.313000', '184401.316000', '184401.319000', '184401.322000', '184401.324000', '184401.327000', '184401.330000', '184401.333000', '184401.336000', '184401.339000', '184401.342000', '184401.345000', '184401.347000', '184401.350000', '184401.353000', '184401.356000', '184401.359000', '184401.362000', '184401.365000', '184401.368000', '184401.370000', '184401.373000', '184401.376000', '184401.379000', '184401.382000', '184401.385000', '184401.388000', '184401.391000', '184421.257000', '184421.260000', '184421.263000', '184421.266000', '184421.269000', '184421.281000', '184421.284000', '184421.287000', '184421.290000', '184421.292000', '184421.295000', '184421.298000', '184421.301000', '184421.304000', '184421.307000', '184421.310000', '184421.313000', '184421.316000', '184421.318000', '184421.322000', '184421.324000', '184421.327000', '184421.330000', '184421.333000', '184421.336000', '184421.339000', '184421.342000', '184421.345000', '184421.348000', '184421.351000', '184421.354000', '184421.356000', '184421.359000', '184421.362000', '184421.365000', '184421.368000', '184421.371000', '184421.374000', '184421.377000', '184421.380000', '184421.383000', '184421.385000', '184421.388000', '184421.392000', '184441.257000', '184441.260000', '184441.263000', '184441.266000', '184441.269000', '184441.272000', '184441.275000', '184441.277000', '184441.280000', '184441.283000', '184441.286000', '184441.289000', '184441.292000', '184441.295000', '184441.298000', '184441.301000', '184441.304000', '184441.307000', '184441.310000', '184441.313000', '184441.316000', '184441.318000', '184441.321000', '184441.324000', '184441.327000', '184441.330000', '184441.333000', '184441.336000', '184441.339000', '184441.342000', '184441.345000', '184441.347000', '184441.350000', '184441.353000', '184441.356000', '184441.359000', '184441.362000', '184441.365000', '184441.368000', '184441.371000', '184441.374000', '184441.377000', '184441.379000', '184441.382000', '184501.256000', '184501.259000', '184501.262000', '184501.265000', '184501.268000', '184501.271000', '184501.274000', '184501.277000', '184501.279000', '184501.282000', '184501.285000', '184501.288000', '184501.291000', '184501.294000', '184501.297000', '184501.300000', '184501.303000', '184501.306000', '184501.308000', '184501.311000', '184501.314000', '184501.317000', '184501.320000', '184501.323000', '184501.326000', '184501.329000', '184501.331000', '184501.334000', '184501.337000', '184501.340000', '184501.344000', '184501.347000', '184501.350000', '184501.353000', '184501.356000', '184501.359000', '184501.362000', '184501.365000', '184501.368000', '184501.370000', '184501.373000', '184501.376000', '184501.379000', '184521.256000', '184521.259000', '184521.262000', '184521.265000', '184521.268000', '184521.271000', '184521.274000', '184521.276000', '184521.279000', '184521.282000', '184521.285000', '184521.288000', '184521.291000', '184521.294000', '184521.297000', '184521.300000', '184521.303000', '184521.306000', '184521.310000', '184521.313000', '184521.316000', '184521.319000', '184521.321000', '184521.324000', '184521.327000', '184521.330000', '184521.333000', '184521.336000', '184521.339000', '184521.342000', '184521.345000', '184521.348000', '184521.350000', '184521.353000', '184521.356000', '184521.359000', '184521.362000', '184521.365000', '184521.368000', '184521.371000', '184521.374000', '184521.377000', '184521.379000', '184521.382000', '184541.256000', '184541.259000', '184541.262000', '184541.265000', '184541.268000', '184541.271000', '184541.274000', '184541.276000', '184541.279000', '184541.282000', '184541.285000', '184541.288000', '184541.291000', '184541.294000', '184541.297000', '184541.300000', '184541.302000', '184541.305000', '184541.308000', '184541.311000', '184541.314000', '184541.317000', '184541.320000', '184541.323000', '184541.326000', '184541.329000', '184541.332000', '184541.335000', '184541.337000', '184541.340000', '184541.343000', '184541.346000', '184541.349000', '184541.352000', '184541.355000', '184541.358000', '184541.361000', '184541.363000', '184541.366000', '184541.369000', '184541.372000', '184541.375000', '184541.378000', '184601.256000', '184601.259000', '184601.262000', '184601.265000', '184601.268000', '184601.271000', '184601.274000', '184601.277000', '184601.279000', '184601.282000', '184601.285000', '184601.288000', '184601.291000', '184601.294000', '184601.297000', '184601.300000', '184601.303000', '184601.306000', '184601.309000', '184601.311000', '184601.314000', '184601.317000', '184601.320000', '184601.323000', '184601.326000', '184601.329000', '184601.332000', '184601.335000', '184601.337000', '184601.340000', '184601.343000', '184601.346000', '184601.349000', '184601.352000', '184601.355000', '184601.358000', '184601.361000', '184601.364000', '184601.366000', '184601.369000', '184601.372000', '184601.375000', '184601.378000', '184601.381000', '184621.257000', '184621.260000', '184621.263000', '184621.266000', '184621.269000', '184621.272000', '184621.275000', '184621.278000', '184621.281000', '184621.283000', '184621.286000', '184621.289000', '184621.292000', '184621.295000', '184621.298000', '184621.301000', '184621.304000', '184621.307000', '184621.310000', '184621.313000', '184621.315000', '184621.318000', '184621.321000', '184621.324000', '184621.327000', '184621.330000', '184621.333000', '184621.336000', '184621.339000', '184621.342000', '184621.344000', '184621.347000', '184621.350000', '184621.353000', '184621.356000', '184621.359000', '184621.362000', '184621.365000', '184621.367000', '184621.370000', '184621.373000', '184621.376000', '184621.379000', '184641.257000', '184641.260000', '184641.263000', '184641.266000', '184641.269000', '184641.272000', '184641.274000', '184641.277000', '184641.280000', '184641.283000', '184641.286000', '184641.289000', '184641.292000', '184641.295000', '184641.298000', '184641.301000', '184641.304000', '184641.307000', '184641.309000', '184641.312000', '184641.315000', '184641.318000', '184641.321000', '184641.324000', '184641.327000', '184641.330000', '184641.333000', '184641.336000', '184641.339000', '184641.342000', '184641.344000', '184641.347000', '184641.350000', '184641.353000', '184641.356000', '184641.359000', '184641.362000', '184641.365000', '184641.368000', '184641.371000', '184641.374000', '184641.377000', '184641.380000', '184641.382000', '184701.257000', '184701.260000', '184701.263000', '184701.266000', '184701.269000', '184701.272000', '184701.275000', '184701.278000', '184701.281000', '184701.283000', '184701.286000', '184701.289000', '184701.292000', '184701.295000', '184701.298000', '184701.301000', '184701.304000', '184701.307000', '184701.310000', '184701.313000', '184701.316000', '184701.319000', '184701.321000', '184701.324000', '184701.327000', '184701.330000', '184701.333000', '184701.336000', '184701.339000', '184701.342000', '184701.345000', '184701.347000', '184701.350000', '184701.353000', '184701.356000', '184701.359000', '184701.362000', '184701.365000', '184701.367000', '184701.370000', '184701.373000', '184701.376000', '184701.379000', '184721.256000', '184721.259000', '184721.262000', '184721.265000', '184721.268000', '184721.271000', '184721.274000', '184721.277000', '184721.280000', '184721.283000', '184721.286000', '184721.308000', '184721.311000', '184721.314000', '184721.317000', '184721.319000', '184721.322000', '184721.325000', '184721.328000', '184721.331000', '184721.334000', '184721.337000', '184721.340000', '184721.343000', '184721.346000', '184721.349000', '184721.351000', '184721.354000', '184721.359000', '184721.362000', '184721.365000', '184721.368000', '184721.371000', '184721.374000', '184721.377000', '184721.380000', '184721.383000', '184721.386000', '184721.388000', '184721.392000', '184721.394000', '184721.397000', '184721.400000', '184741.256000', '184741.259000', '184741.262000', '184741.265000', '184741.268000', '184741.271000', '184741.274000', '184741.276000', '184741.279000', '184741.282000', '184741.285000', '184741.288000', '184741.291000', '184741.294000', '184741.297000', '184741.300000', '184741.303000', '184741.306000', '184741.308000', '184741.311000', '184741.314000', '184741.317000', '184741.320000', '184741.323000', '184741.326000', '184741.329000', '184741.332000', '184741.335000', '184741.337000', '184741.340000', '184741.343000', '184741.346000', '184741.349000', '184741.352000', '184741.354000', '184741.357000', '184741.360000', '184741.363000', '184741.366000', '184741.369000', '184741.372000', '184741.375000', '184741.378000', '184741.380000', '184801.256000', '184801.259000', '184801.262000', '184801.265000', '184801.268000', '184801.274000', '184801.277000', '184801.280000', '184801.283000', '184801.286000', '184801.289000', '184801.292000', '184801.295000', '184801.298000', '184801.301000', '184801.304000', '184801.307000', '184801.310000', '184801.312000', '184801.315000', '184801.318000', '184801.321000', '184801.324000', '184801.327000', '184801.330000', '184801.333000', '184801.336000', '184801.338000', '184801.341000', '184801.344000', '184801.347000', '184801.350000', '184801.353000', '184801.356000', '184801.359000', '184801.362000', '184801.364000', '184801.367000', '184801.370000', '184801.373000', '184801.376000', '184801.379000', '184801.382000', '184821.256000', '184821.259000', '184821.262000', '184821.265000', '184821.268000', '184821.271000', '184821.274000', '184821.277000', '184821.280000', '184821.283000', '184821.286000', '184821.288000', '184821.291000', '184821.294000', '184821.297000', '184821.300000', '184821.303000', '184821.306000', '184821.309000', '184821.312000', '184821.315000', '184821.317000', '184821.320000', '184821.323000', '184821.326000', '184821.329000', '184821.332000', '184821.335000', '184821.338000', '184821.341000', '184821.344000', '184821.347000', '184821.349000', '184821.352000', '184821.355000', '184821.358000', '184821.361000', '184821.364000', '184821.367000', '184821.370000', '184821.373000', '184821.376000', '184821.378000', '184821.381000', '184841.257000', '184841.260000', '184841.263000', '184841.266000', '184841.269000', '184841.273000', '184841.277000', '184841.280000', '184841.283000', '184841.286000', '184841.289000', '184841.291000', '184841.294000', '184841.297000', '184841.300000', '184841.303000', '184841.306000', '184841.309000', '184841.312000', '184841.315000', '184841.317000', '184841.320000', '184841.347000', '184841.350000', '184841.353000', '184841.356000', '184841.359000', '184841.362000', '184841.364000', '184841.367000', '184841.370000', '184841.373000', '184841.376000', '184841.379000', '184841.382000', '184841.385000', '184841.387000', '184841.390000', '184841.393000', '184841.396000', '184841.399000', '184841.402000', '184841.405000', '184901.257000', '184901.260000', '184901.263000', '184901.266000', '184901.269000', '184901.272000', '184901.275000', '184901.278000', '184901.281000', '184901.283000', '184901.286000', '184901.289000', '184901.292000', '184901.295000', '184901.298000', '184901.301000', '184901.304000', '184901.307000', '184901.309000', '184901.312000', '184901.315000', '184901.318000', '184901.321000', '184901.324000', '184901.327000', '184901.330000', '184901.333000', '184901.336000', '184901.339000', '184901.341000', '184901.344000', '184901.347000', '184901.350000', '184901.353000', '184901.356000', '184901.359000', '184901.362000', '184901.365000', '184901.368000', '184901.371000', '184901.373000', '184901.376000', '184901.379000', '184901.382000', '184921.257000', '184921.260000', '184921.263000', '184921.266000', '184921.269000', '184921.272000', '184921.275000', '184921.278000', '184921.281000', '184921.283000', '184921.286000', '184921.289000', '184921.292000', '184921.295000', '184921.298000', '184921.301000', '184921.304000', '184921.307000', '184921.310000', '184921.313000', '184921.316000', '184921.319000', '184921.322000', '184921.325000', '184921.328000', '184921.330000', '184921.333000', '184921.336000', '184921.339000', '184921.342000', '184921.345000', '184921.348000', '184921.351000', '184921.354000', '184921.357000', '184921.360000', '184921.362000', '184921.365000', '184921.368000', '184921.371000', '184921.374000', '184921.377000', '184921.380000', '184941.256000', '184941.259000', '184941.262000', '184941.265000', '184941.268000', '184941.271000', '184941.274000', '184941.277000', '184941.280000', '184941.283000', '184941.285000', '184941.288000', '184941.291000', '184941.294000', '184941.297000', '184941.300000', '184941.303000', '184941.306000', '184941.309000', '184941.312000', '184941.314000', '184941.317000', '184941.320000', '184941.323000', '184941.326000', '184941.329000', '184941.332000', '184941.335000', '184941.337000', '184941.340000', '184941.343000', '184941.346000', '184941.349000', '184941.352000', '184941.355000', '184941.358000', '184941.361000', '184941.364000', '184941.367000', '184941.370000', '184941.372000', '184941.375000', '184941.378000', '184941.381000', '185001.258000', '185001.261000', '185001.264000', '185001.267000', '185001.270000', '185001.273000', '185001.276000', '185001.279000', '185001.282000', '185001.285000', '185001.288000', '185001.291000', '185001.294000', '185001.296000', '185001.299000', '185001.302000', '185001.305000', '185001.308000', '185001.324000', '185001.328000', '185001.331000', '185001.334000', '185001.337000', '185001.340000', '185001.343000', '185001.346000', '185001.349000', '185001.351000', '185001.354000', '185001.357000', '185001.360000', '185001.363000', '185001.366000', '185001.369000', '185001.372000', '185001.375000', '185001.378000', '185001.381000', '185001.383000', '185001.386000', '185001.389000', '185001.392000', '185001.395000', '185021.256000', '185021.259000', '185021.262000', '185021.265000', '185021.268000', '185021.271000', '185021.274000', '185021.277000', '185021.280000', '185021.282000', '185021.285000', '185021.288000', '185021.291000', '185021.294000', '185021.297000', '185021.300000', '185021.303000', '185021.306000', '185021.309000', '185021.312000', '185021.314000', '185021.317000', '185021.320000', '185021.323000', '185021.326000', '185021.329000', '185021.332000', '185021.335000', '185021.338000', '185021.341000', '185021.343000', '185021.346000', '185021.349000', '185021.352000', '185021.355000', '185021.358000', '185021.361000', '185021.364000', '185021.367000', '185021.370000', '185021.373000', '185021.376000', '185021.379000', '185021.381000', '185041.256000', '185041.259000', '185041.262000', '185041.265000', '185041.268000', '185041.271000', '185041.274000', '185041.277000', '185041.280000', '185041.282000', '185041.285000', '185041.288000', '185041.291000', '185041.294000', '185041.297000', '185041.300000', '185041.303000', '185041.306000', '185041.309000', '185041.312000', '185041.315000', '185041.318000', '185041.320000', '185041.323000', '185041.326000', '185041.329000', '185041.332000', '185041.335000', '185041.338000', '185041.341000', '185041.344000', '185041.347000', '185041.350000', '185041.353000', '185041.356000', '185041.359000', '185041.362000', '185041.365000', '185041.368000', '185041.371000', '185041.374000', '185041.377000', '185041.379000', '185058.886000', '185058.889000', '185058.893000', '185058.896000', '185058.899000', '185058.902000', '185058.905000', '185058.908000', '185058.911000', '185058.915000', '185058.918000', '185058.921000', '185058.924000', '185058.927000', '185058.931000', '185058.934000', '185058.937000', '185058.940000', '185058.943000', '185058.946000', '185058.949000', '185058.952000', '185058.956000', '185058.959000', '185058.961000', '185058.964000', '185058.967000', '185058.970000', '185058.973000', '185058.976000', '185058.979000', '185058.982000', '185058.985000', '185058.988000', '185058.991000', '185058.994000', '185058.997000', '185059.001000', '185059.004000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'LargestImagePixelValue': [16786, 14475, 12832, 16945, 13351, 13047, 13250, 13783, 13181, 13658, 12852, 18423, 13352, 14112, 14229, 13141, 15289, 13476, 12533, 18146, 13292, 12799, 13347, 12789, 14621, 13108, 12732, 13712, 12567, 13668, 13258, 12346, 13406, 12651, 14053, 13129, 13578, 13684, 12633, 13631, 13183, 16873, 13904, 13012, 13365, 13258, 17977, 13421, 13632, 13799, 13168, 19397, 13480, 15535, 13764, 12934, 17520, 13590, 15626, 13295, 12655, 13186, 12869, 13873, 12754, 18880, 13391, 15892, 13939, 12946, 18318, 13613, 14732, 13759, 12919, 13616, 15949, 13318, 17943, 13774, 12719, 18200, 13816, 13075, 13716, 13562, 13419, 14020, 15633, 13313, 16519, 12896, 12725, 16687, 13218, 13406, 13863, 12994, 13766, 12483, 13524, 13443, 13278, 12935, 13589, 18724, 13471, 13407, 19337, 13124, 16988, 13516, 12750, 19157, 13312, 15772, 12983, 12471, 13747, 12641, 13217, 15263, 13370, 13004, 17893, 13361, 12421, 17811, 13348, 15696, 13717, 12522, 18575, 13624, 13576, 13293, 12523, 14045, 13469, 14765, 14051, 12642, 13530, 13134, 15704, 13396, 14995, 13537, 12719, 18756, 13526, 16151, 13863, 13052, 18289, 13885, 13678, 13461, 13094, 17071, 13986, 12816, 13863, 13042, 13958, 13701, 12926, 13526, 13490, 13854, 13785, 12803, 16779, 13483, 14866, 13725, 12923, 17114, 13502, 14652, 13544, 12850, 21152, 13518, 17133, 13790, 12521, 19708, 13615, 17089, 13690, 12765, 20324, 13382, 14868, 13380, 12441, 14435, 13330, 14425, 13700, 13329, 12975, 13442, 13289, 17902, 13623, 12565, 20157, 13398, 15558, 13519, 13258, 18615, 13302, 14333, 13438, 15152, 13289, 17384, 13337, 12431, 18969, 13247, 16375, 12627, 12196, 19851, 13358, 15146, 13403, 12487, 15929, 13366, 14255, 13556, 14845, 13140, 13857, 13192, 12746, 18369, 13834, 13045, 14534, 13170, 15028, 13438, 14011, 12883, 12916, 13836, 19095, 13190, 15131, 13267, 12564, 16109, 13059, 12725, 20821, 13266, 17195, 13543, 12909, 13624, 12348, 13190, 12399, 17702, 13290, 13835, 12092, 11933, 13239, 12749, 13301, 15958, 13121, 18944, 13672, 12795, 18774, 13424, 15343, 13408, 15332, 13470, 14954, 13412, 13555, 12409, 13513, 17275, 13055, 13430, 12582, 20155, 12754, 14521, 13646, 12488, 13098, 13161, 13261, 12765, 14742, 12949, 15088, 12906, 14834, 12888, 13296, 12284, 19041, 12869, 20041, 13429, 14502, 14413, 12806, 13710, 12655, 13535, 12179, 12597, 12002, 13113, 13037, 16330, 12974, 13131, 12519, 19626, 13140, 15756, 12663, 13337, 12432, 20419, 13651, 14377, 13137, 12676, 13824, 12860, 13573, 12710, 13173, 12431, 18073, 13295, 15338, 13719, 12338, 13452, 12343, 18166, 13555, 16975, 13512, 12597, 17520, 13932, 13251, 13469, 12610, 16392, 13392, 14784, 13264, 12369, 12985, 12646, 13958, 12949, 12913, 12549, 18619, 12933, 16472, 14590, 12757, 17512, 13514, 13920, 13818, 14910, 13164, 13243, 13152, 19952, 13272, 16834, 14144, 12887, 15677, 12595, 12453, 13581, 12748, 13984, 13183, 13320, 12470, 13470, 13501, 20481, 12962, 17104, 13308, 12643, 18708, 13125, 16245, 13501, 12617, 13662, 12874, 16779, 13036, 16141, 13213, 12582, 13283, 12883, 12513, 13509, 15861, 13444, 12449, 20045, 13218, 14283, 14067, 12367, 13097, 12981, 17938, 13299, 16604, 13544, 12455, 19742, 13134, 15851, 13577, 12647, 13403, 12499, 18373, 14078, 13075, 15627, 13193, 14718, 13683, 12668, 13442, 12465, 13657, 12770, 13045, 12708, 13674, 13056, 18855, 13768, 13142, 20215, 13178, 15927, 13333, 13353, 17110, 13862, 12772, 18278, 13527, 12817, 13923, 12705, 15295, 13620, 12795, 13424, 12790, 14940, 13411, 12755, 13646, 12910, 17468, 13185, 13305, 13801, 13216, 20411, 13111, 15401, 13518, 13586, 17930, 13327, 16610, 13536, 12611, 20223, 13284, 16944, 13235, 12554, 18923, 13929, 13634, 14341, 12913, 18139, 13584, 13051, 13385, 12935, 13024, 13375, 12704, 18907, 12648, 12127, 21013, 12786, 15991, 13409, 12669, 19189, 13264, 15289, 13244, 12800, 19557, 13110, 15225, 13579, 12522, 16785, 13093, 12631, 13141, 13846, 12748, 17100, 14067, 12953, 14129, 12998, 14607, 13914, 12704, 18898, 13335, 15224, 13778, 13137, 19233, 13304, 13876, 13576, 13054, 18101, 13440, 12724, 13562, 13076, 15992, 13833, 13318, 13542, 13057, 16184, 13754, 13070, 13377, 12966, 17410, 13437, 14137, 13653, 12929, 20182, 13604, 14047, 13750, 12818, 19697, 13243, 14789, 13991, 12867, 19376, 12967, 16146, 13474, 12757, 18969, 12841, 17502, 13377, 12588, 17438, 12944, 16643, 13236, 12479, 14040, 12636, 19293, 13462, 13642, 13398, 12853, 19090, 13263, 13510, 13590, 13180, 18654, 12975, 13444, 13656, 12973, 20550, 12942, 14136, 13271, 12679, 13690, 12725, 13937, 12720, 16814, 13737, 13303, 13781, 12625, 13982, 13031, 13653, 12955, 13230, 12694, 18029, 13337, 16757, 13928, 12781, 18586, 13781, 14963, 14088, 12847, 16604, 13167, 13634, 13609, 13561, 12824, 17038, 13129, 12563, 21032, 13076, 17110, 13212, 12808, 18546, 13426, 16540, 13346, 12587, 13242, 14810, 13579, 12727, 16995, 13276, 12667, 17337, 13245, 16628, 13644, 12594, 18849, 13016, 15691, 13835, 12405, 17674, 13835, 13303, 14010, 12651, 15533, 12841, 13655, 12808, 12207, 12878, 15304, 12225, 17249, 13160, 13251, 12705, 12415, 16224, 12579, 12812, 17944, 20192, 13655, 15930, 13459, 12344, 15639, 12431, 13095, 12372, 12990, 12281, 12287, 13417, 13263, 14352, 12509, 12461, 12784, 12148, 13652, 12386, 13625, 12160, 13468, 15329, 12159, 12012, 11412, 11151, 12506, 13525, 12859, 13108, 17329, 12445, 13028, 15122, 12783, 13351, 12661, 13284, 15746, 13119, 13471, 12510, 13270, 14304, 13149, 14361, 12648, 13807, 17250, 13141, 13819, 13127, 12848, 14929, 12792, 13564, 12929, 13884, 17112, 12284, 12074, 16704, 13011, 12800, 16938, 12764, 12781, 13518, 13130, 13016, 14018, 13602, 13434, 13749, 17875, 13143, 13579, 12705, 13473, 13613, 12977, 13494, 12859, 13332, 13615, 12517, 13303, 13941, 13839, 13262, 13719, 13208, 13516, 13953, 17629, 19918, 13482, 16600, 13332, 15808, 13991, 13937, 13453, 12846, 15052, 13513, 12571, 13573, 12898, 13410, 13183, 12761, 13223, 13287, 13442, 15684, 13126, 12808, 13646, 12352, 13696, 13601, 13358, 18400, 13645, 12915, 18056, 14008, 13610, 16162, 13599, 15440, 13556, 12810, 18489, 13942, 13288, 14141, 13257, 13679, 12853, 17259, 13526, 14274, 13596, 13098, 12775, 13694, 13256, 13270, 13195, 13943, 13710, 13852, 12457, 13187, 16481, 13620, 13951, 17945, 13412, 14051, 13485, 13209, 17576, 13690, 16426, 13644, 13780, 13522, 14252, 17107, 13574, 14034, 13266, 12879, 16774, 13741, 17406, 13614, 18715, 13526, 13992, 13145, 13430, 12714, 13586, 18089, 13219, 16314, 13194, 18044, 13776, 12697, 13495, 12706, 13597, 12933, 13412, 14067, 13930, 13391, 14143, 15015, 13249, 12930, 13301, 13530, 12818, 18112, 13881, 15055, 14121, 12284, 13582, 12503, 13652, 13628, 13118, 12870, 12611, 13647, 14466, 13521, 13506, 13089, 13764, 16721, 13496, 13567, 13225, 13134, 14570, 13632, 17049, 13518, 13725, 13221, 13620, 17194, 13423, 13678, 13243, 13818, 17094, 13560, 13747, 13235, 13767, 19440, 13544, 13982, 13269, 13677, 18337, 13616, 13715, 13171, 13190, 14316, 13498, 15744, 13686, 16622, 13508, 13053, 13590, 18337, 13664, 12720, 17149, 13638, 11938, 13495, 13458, 13248, 13493, 13228, 15444, 13482, 12976, 13525, 12997, 13376, 13232, 13162, 13204, 13954, 13171, 17648, 13748, 15120, 14031, 12965, 13937, 13697, 13408, 13751, 18662, 14095, 14431, 15421, 13663, 15139, 13496, 12900, 16854, 13535, 12246, 13915, 13048, 13838, 15005, 13806, 12806, 17648, 13319, 13404, 13642, 13663, 13395, 17126, 13568, 13259, 17318, 13802, 13001, 15577, 13590, 12722, 13773, 13738, 13587, 15790, 13760, 12811, 16866, 13550, 12938, 13664, 13318, 14034, 13790, 13785, 13971, 13277, 15090, 13519, 15512, 13778, 12827, 14027, 12304, 13725, 14414, 13548, 18230, 13667, 13014, 17948, 14180, 13165, 13745, 12986, 13626, 13621, 13571, 14057, 12184, 12948, 14021, 13106, 13353, 13260, 16276, 19757, 13244, 15217, 13864, 13123, 13912, 13642, 13756, 13243, 14160, 12998, 13470, 13190, 13786, 13084, 13213, 13480, 13517, 13149, 12555, 12651, 13999, 15799, 13279, 19949, 13287, 17886, 13243, 17885, 13297, 14385, 13312, 13526, 13011, 13753, 13461, 20946, 12751, 16071, 13489, 12126, 13421, 13711, 12649, 13565, 11950, 13211, 15628, 13328, 12633, 12866, 13065, 13387, 13084, 13444, 14357, 13380, 13746, 13017, 17783, 13235, 11968, 12589], 'WindowCenter': [4744.0, 4706.0, 4682.0, 4698.0, 4665.0, 4653.0, 4664.0, 4664.0, 4662.0, 4664.0, 4664.0, 4694.0, 4651.0, 4660.0, 4648.0, 4649.0, 4657.0, 4648.0, 4639.0, 4678.0, 4648.0, 4649.0, 4660.0, 4650.0, 4658.0, 4651.0, 4649.0, 4661.0, 4650.0, 4660.0, 4662.0, 4651.0, 4661.0, 4663.0, 4661.0, 4662.0, 4662.0, 4670.0, 4654.0, 4661.0, 4661.0, 4692.0, 4674.0, 4663.0, 4652.0, 4661.0, 4692.0, 4662.0, 4660.0, 4659.0, 4662.0, 4690.0, 4662.0, 4670.0, 4660.0, 4651.0, 4678.0, 4661.0, 4670.0, 4661.0, 4651.0, 4662.0, 4663.0, 4663.0, 4665.0, 4694.0, 4664.0, 4684.0, 4658.0, 4649.0, 4679.0, 4648.0, 4657.0, 4659.0, 4649.0, 4661.0, 4681.0, 4675.0, 4695.0, 4661.0, 4651.0, 4681.0, 4649.0, 4647.0, 4659.0, 4649.0, 4661.0, 4671.0, 4670.0, 4650.0, 4669.0, 4638.0, 4638.0, 4667.0, 4647.0, 4646.0, 4648.0, 4648.0, 4660.0, 4662.0, 4662.0, 4675.0, 4676.0, 4678.0, 4679.0, 4707.0, 4662.0, 4662.0, 4691.0, 4650.0, 4670.0, 4648.0, 4649.0, 4679.0, 4648.0, 4657.0, 4648.0, 4638.0, 4661.0, 4661.0, 4663.0, 4684.0, 4661.0, 4651.0, 4681.0, 4650.0, 4640.0, 4676.0, 4648.0, 4669.0, 4648.0, 4638.0, 4677.0, 4650.0, 4648.0, 4661.0, 4650.0, 4659.0, 4661.0, 4660.0, 4660.0, 4651.0, 4660.0, 4663.0, 4672.0, 4662.0, 4674.0, 4661.0, 4651.0, 4690.0, 4653.0, 4673.0, 4660.0, 4650.0, 4679.0, 4661.0, 4661.0, 4649.0, 4649.0, 4669.0, 4659.0, 4651.0, 4650.0, 4651.0, 4658.0, 4660.0, 4652.0, 4660.0, 4661.0, 4661.0, 4661.0, 4654.0, 4681.0, 4662.0, 4661.0, 4661.0, 4652.0, 4679.0, 4662.0, 4672.0, 4661.0, 4663.0, 4702.0, 4662.0, 4681.0, 4662.0, 4651.0, 4689.0, 4660.0, 4681.0, 4658.0, 4650.0, 4688.0, 4650.0, 4658.0, 4649.0, 4649.0, 4658.0, 4650.0, 4660.0, 4663.0, 4662.0, 4664.0, 4675.0, 4675.0, 4696.0, 4663.0, 4653.0, 4692.0, 4661.0, 4673.0, 4649.0, 4651.0, 4680.0, 4650.0, 4659.0, 4663.0, 4670.0, 4662.0, 4694.0, 4651.0, 4639.0, 4678.0, 4649.0, 4668.0, 4649.0, 4641.0, 4687.0, 4648.0, 4658.0, 4649.0, 4650.0, 4667.0, 4650.0, 4659.0, 4661.0, 4670.0, 4663.0, 4663.0, 4652.0, 4651.0, 4680.0, 4659.0, 4649.0, 4658.0, 4650.0, 4669.0, 4660.0, 4663.0, 4662.0, 4664.0, 4676.0, 4696.0, 4653.0, 4673.0, 4650.0, 4650.0, 4669.0, 4650.0, 4651.0, 4690.0, 4650.0, 4669.0, 4648.0, 4639.0, 4661.0, 4650.0, 4663.0, 4654.0, 4681.0, 4676.0, 4686.0, 4665.0, 4669.0, 4690.0, 4680.0, 4693.0, 4699.0, 4680.0, 4711.0, 4665.0, 4654.0, 4683.0, 4651.0, 4661.0, 4652.0, 4659.0, 4663.0, 4672.0, 4663.0, 4664.0, 4651.0, 4664.0, 4682.0, 4665.0, 4664.0, 4654.0, 4693.0, 4640.0, 4650.0, 4648.0, 4639.0, 4650.0, 4650.0, 4651.0, 4653.0, 4675.0, 4665.0, 4673.0, 4653.0, 4664.0, 4653.0, 4663.0, 4642.0, 4683.0, 4640.0, 4682.0, 4639.0, 4650.0, 4647.0, 4636.0, 4636.0, 4638.0, 4662.0, 4652.0, 4662.0, 4664.0, 4663.0, 4666.0, 4682.0, 4666.0, 4664.0, 4654.0, 4692.0, 4653.0, 4672.0, 4652.0, 4664.0, 4653.0, 4693.0, 4650.0, 4651.0, 4637.0, 4636.0, 4647.0, 4638.0, 4652.0, 4650.0, 4662.0, 4664.0, 4682.0, 4651.0, 4670.0, 4661.0, 4650.0, 4662.0, 4653.0, 4679.0, 4651.0, 4670.0, 4649.0, 4639.0, 4668.0, 4649.0, 4649.0, 4660.0, 4651.0, 4669.0, 4651.0, 4660.0, 4650.0, 4650.0, 4651.0, 4652.0, 4674.0, 4665.0, 4665.0, 4665.0, 4694.0, 4652.0, 4672.0, 4661.0, 4650.0, 4668.0, 4649.0, 4647.0, 4661.0, 4671.0, 4664.0, 4663.0, 4664.0, 4703.0, 4664.0, 4684.0, 4661.0, 4650.0, 4659.0, 4637.0, 4638.0, 4648.0, 4648.0, 4659.0, 4651.0, 4662.0, 4652.0, 4664.0, 4665.0, 4702.0, 4652.0, 4683.0, 4648.0, 4651.0, 4680.0, 4650.0, 4669.0, 4650.0, 4649.0, 4662.0, 4663.0, 4681.0, 4651.0, 4670.0, 4648.0, 4640.0, 4650.0, 4650.0, 4648.0, 4660.0, 4673.0, 4649.0, 4651.0, 4690.0, 4648.0, 4659.0, 4662.0, 4651.0, 4663.0, 4664.0, 4692.0, 4662.0, 4682.0, 4650.0, 4650.0, 4690.0, 4650.0, 4670.0, 4648.0, 4650.0, 4661.0, 4652.0, 4691.0, 4661.0, 4652.0, 4670.0, 4651.0, 4660.0, 4662.0, 4651.0, 4663.0, 4653.0, 4672.0, 4665.0, 4665.0, 4666.0, 4677.0, 4676.0, 4696.0, 4664.0, 4665.0, 4703.0, 4662.0, 4672.0, 4650.0, 4651.0, 4681.0, 4650.0, 4650.0, 4679.0, 4650.0, 4652.0, 4660.0, 4662.0, 4670.0, 4663.0, 4662.0, 4662.0, 4664.0, 4673.0, 4675.0, 4662.0, 4674.0, 4666.0, 4694.0, 4664.0, 4664.0, 4661.0, 4665.0, 4703.0, 4663.0, 4672.0, 4663.0, 4666.0, 4691.0, 4662.0, 4681.0, 4662.0, 4653.0, 4690.0, 4661.0, 4683.0, 4649.0, 4650.0, 4680.0, 4659.0, 4650.0, 4658.0, 4638.0, 4677.0, 4648.0, 4647.0, 4660.0, 4662.0, 4664.0, 4663.0, 4664.0, 4707.0, 4653.0, 4642.0, 4690.0, 4640.0, 4670.0, 4649.0, 4650.0, 4679.0, 4649.0, 4659.0, 4649.0, 4649.0, 4678.0, 4649.0, 4658.0, 4648.0, 4639.0, 4668.0, 4650.0, 4650.0, 4661.0, 4662.0, 4664.0, 4684.0, 4662.0, 4654.0, 4663.0, 4662.0, 4661.0, 4661.0, 4662.0, 4692.0, 4661.0, 4671.0, 4661.0, 4662.0, 4692.0, 4663.0, 4664.0, 4661.0, 4664.0, 4690.0, 4665.0, 4664.0, 4663.0, 4664.0, 4683.0, 4675.0, 4665.0, 4663.0, 4665.0, 4681.0, 4673.0, 4664.0, 4663.0, 4663.0, 4682.0, 4663.0, 4673.0, 4662.0, 4663.0, 4700.0, 4662.0, 4663.0, 4661.0, 4662.0, 4702.0, 4662.0, 4672.0, 4660.0, 4652.0, 4691.0, 4651.0, 4670.0, 4650.0, 4651.0, 4690.0, 4650.0, 4679.0, 4649.0, 4651.0, 4680.0, 4650.0, 4668.0, 4648.0, 4652.0, 4660.0, 4652.0, 4690.0, 4649.0, 4660.0, 4650.0, 4649.0, 4689.0, 4649.0, 4651.0, 4648.0, 4652.0, 4679.0, 4650.0, 4649.0, 4649.0, 4651.0, 4690.0, 4650.0, 4660.0, 4650.0, 4651.0, 4658.0, 4661.0, 4674.0, 4662.0, 4682.0, 4662.0, 4661.0, 4661.0, 4649.0, 4661.0, 4662.0, 4662.0, 4663.0, 4676.0, 4664.0, 4695.0, 4664.0, 4684.0, 4661.0, 4650.0, 4680.0, 4648.0, 4661.0, 4659.0, 4650.0, 4669.0, 4651.0, 4661.0, 4662.0, 4672.0, 4664.0, 4693.0, 4662.0, 4654.0, 4702.0, 4652.0, 4681.0, 4651.0, 4650.0, 4680.0, 4661.0, 4682.0, 4664.0, 4653.0, 4664.0, 4675.0, 4663.0, 4666.0, 4683.0, 4663.0, 4664.0, 4693.0, 4663.0, 4683.0, 4662.0, 4654.0, 4693.0, 4652.0, 4672.0, 4661.0, 4651.0, 4680.0, 4660.0, 4662.0, 4659.0, 4676.0, 4696.0, 4662.0, 4675.0, 4688.0, 4678.0, 4678.0, 4686.0, 4666.0, 4684.0, 4665.0, 4664.0, 4666.0, 4668.0, 4698.0, 4681.0, 4678.0, 4711.0, 4698.0, 4643.0, 4651.0, 4627.0, 4627.0, 4645.0, 4625.0, 4625.0, 4625.0, 4634.0, 4625.0, 4626.0, 4635.0, 4635.0, 4646.0, 4627.0, 4640.0, 4639.0, 4639.0, 4649.0, 4640.0, 4650.0, 4641.0, 4663.0, 4672.0, 4654.0, 4656.0, 4645.0, 4644.0, 4667.0, 4665.0, 4664.0, 4654.0, 4683.0, 4641.0, 4654.0, 4673.0, 4653.0, 4653.0, 4652.0, 4653.0, 4675.0, 4665.0, 4654.0, 4652.0, 4651.0, 4663.0, 4652.0, 4674.0, 4653.0, 4664.0, 4681.0, 4653.0, 4663.0, 4653.0, 4652.0, 4673.0, 4654.0, 4653.0, 4652.0, 4676.0, 4697.0, 4681.0, 4669.0, 4697.0, 4677.0, 4667.0, 4684.0, 4666.0, 4670.0, 4666.0, 4664.0, 4664.0, 4676.0, 4663.0, 4652.0, 4648.0, 4682.0, 4653.0, 4650.0, 4639.0, 4648.0, 4650.0, 4648.0, 4649.0, 4650.0, 4650.0, 4675.0, 4664.0, 4676.0, 4673.0, 4673.0, 4661.0, 4665.0, 4664.0, 4663.0, 4663.0, 4685.0, 4692.0, 4652.0, 4669.0, 4649.0, 4657.0, 4648.0, 4647.0, 4646.0, 4647.0, 4655.0, 4648.0, 4638.0, 4647.0, 4648.0, 4649.0, 4651.0, 4649.0, 4662.0, 4661.0, 4663.0, 4684.0, 4650.0, 4650.0, 4661.0, 4663.0, 4674.0, 4675.0, 4676.0, 4708.0, 4664.0, 4651.0, 4681.0, 4659.0, 4661.0, 4668.0, 4650.0, 4670.0, 4649.0, 4651.0, 4677.0, 4648.0, 4648.0, 4658.0, 4649.0, 4671.0, 4663.0, 4682.0, 4662.0, 4661.0, 4658.0, 4661.0, 4652.0, 4673.0, 4676.0, 4686.0, 4689.0, 4689.0, 4700.0, 4701.0, 4680.0, 4688.0, 4707.0, 4690.0, 4703.0, 4721.0, 4690.0, 4688.0, 4677.0, 4677.0, 4696.0, 4677.0, 4682.0, 4664.0, 4664.0, 4663.0, 4672.0, 4683.0, 4662.0, 4662.0, 4652.0, 4652.0, 4683.0, 4663.0, 4683.0, 4661.0, 4680.0, 4649.0, 4661.0, 4651.0, 4649.0, 4650.0, 4650.0, 4680.0, 4652.0, 4667.0, 4651.0, 4683.0, 4649.0, 4636.0, 4635.0, 4633.0, 4649.0, 4648.0, 4659.0, 4672.0, 4671.0, 4673.0, 4675.0, 4672.0, 4650.0, 4649.0, 4660.0, 4659.0, 4652.0, 4684.0, 4649.0, 4658.0, 4659.0, 4639.0, 4660.0, 4651.0, 4662.0, 4671.0, 4676.0, 4664.0, 4664.0, 4675.0, 4675.0, 4674.0, 4672.0, 4662.0, 4675.0, 4692.0, 4676.0, 4674.0, 4665.0, 4676.0, 4686.0, 4675.0, 4692.0, 4662.0, 4664.0, 4665.0, 4674.0, 4692.0, 4664.0, 4663.0, 4664.0, 4664.0, 4680.0, 4662.0, 4663.0, 4662.0, 4662.0, 4703.0, 4661.0, 4662.0, 4650.0, 4661.0, 4692.0, 4662.0, 4663.0, 4651.0, 4663.0, 4663.0, 4664.0, 4671.0, 4661.0, 4670.0, 4661.0, 4660.0, 4663.0, 4692.0, 4648.0, 4640.0, 4668.0, 4648.0, 4626.0, 4647.0, 4650.0, 4660.0, 4672.0, 4676.0, 4673.0, 4662.0, 4661.0, 4662.0, 4650.0, 4660.0, 4664.0, 4664.0, 4664.0, 4676.0, 4665.0, 4695.0, 4663.0, 4671.0, 4662.0, 4650.0, 4662.0, 4663.0, 4665.0, 4676.0, 4694.0, 4661.0, 4662.0, 4658.0, 4650.0, 4658.0, 4646.0, 4637.0, 4668.0, 4649.0, 4639.0, 4663.0, 4662.0, 4674.0, 4685.0, 4663.0, 4652.0, 4682.0, 4663.0, 4661.0, 4663.0, 4674.0, 4675.0, 4695.0, 4663.0, 4664.0, 4682.0, 4662.0, 4651.0, 4670.0, 4660.0, 4652.0, 4661.0, 4662.0, 4676.0, 4686.0, 4663.0, 4654.0, 4681.0, 4659.0, 4650.0, 4660.0, 4662.0, 4659.0, 4659.0, 4661.0, 4674.0, 4674.0, 4674.0, 4663.0, 4672.0, 4663.0, 4663.0, 4674.0, 4664.0, 4677.0, 4686.0, 4677.0, 4708.0, 4661.0, 4653.0, 4683.0, 4659.0, 4648.0, 4659.0, 4662.0, 4673.0, 4674.0, 4676.0, 4700.0, 4667.0, 4667.0, 4686.0, 4666.0, 4676.0, 4666.0, 4689.0, 4696.0, 4654.0, 4663.0, 4651.0, 4639.0, 4647.0, 4646.0, 4648.0, 4648.0, 4661.0, 4648.0, 4663.0, 4664.0, 4661.0, 4663.0, 4650.0, 4651.0, 4651.0, 4662.0, 4651.0, 4650.0, 4661.0, 4669.0, 4651.0, 4692.0, 4650.0, 4671.0, 4639.0, 4668.0, 4647.0, 4648.0, 4647.0, 4649.0, 4648.0, 4650.0, 4650.0, 4690.0, 4636.0, 4645.0, 4634.0, 4626.0, 4646.0, 4647.0, 4649.0, 4661.0, 4652.0, 4662.0, 4674.0, 4650.0, 4642.0, 4641.0, 4651.0, 4663.0, 4661.0, 4661.0, 4672.0, 4664.0, 4673.0, 4663.0, 4695.0, 4676.0, 4653.0, 4649.0], 'WindowWidth': [10364.0, 10288.0, 10244.0, 10263.0, 10208.0, 10186.0, 10202.0, 10204.0, 10200.0, 10205.0, 10207.0, 10249.0, 10180.0, 10196.0, 10173.0, 10173.0, 10186.0, 10172.0, 10161.0, 10214.0, 10173.0, 10175.0, 10192.0, 10180.0, 10189.0, 10180.0, 10178.0, 10195.0, 10181.0, 10193.0, 10199.0, 10183.0, 10198.0, 10201.0, 10195.0, 10199.0, 10201.0, 10210.0, 10192.0, 10196.0, 10198.0, 10244.0, 10218.0, 10203.0, 10183.0, 10196.0, 10245.0, 10199.0, 10198.0, 10189.0, 10197.0, 10241.0, 10197.0, 10211.0, 10194.0, 10184.0, 10220.0, 10196.0, 10209.0, 10194.0, 10182.0, 10200.0, 10204.0, 10201.0, 10208.0, 10255.0, 10205.0, 10235.0, 10186.0, 10177.0, 10220.0, 10173.0, 10187.0, 10189.0, 10177.0, 10199.0, 10225.0, 10222.0, 10254.0, 10194.0, 10179.0, 10226.0, 10173.0, 10171.0, 10187.0, 10177.0, 10196.0, 10213.0, 10208.0, 10177.0, 10204.0, 10156.0, 10159.0, 10199.0, 10169.0, 10169.0, 10171.0, 10174.0, 10195.0, 10200.0, 10202.0, 10220.0, 10227.0, 10230.0, 10235.0, 10276.0, 10196.0, 10201.0, 10238.0, 10178.0, 10210.0, 10171.0, 10175.0, 10221.0, 10171.0, 10183.0, 10169.0, 10157.0, 10194.0, 10197.0, 10204.0, 10234.0, 10195.0, 10180.0, 10224.0, 10177.0, 10163.0, 10210.0, 10172.0, 10204.0, 10172.0, 10159.0, 10213.0, 10175.0, 10174.0, 10194.0, 10180.0, 10188.0, 10192.0, 10193.0, 10191.0, 10181.0, 10192.0, 10201.0, 10213.0, 10199.0, 10218.0, 10194.0, 10181.0, 10238.0, 10183.0, 10216.0, 10190.0, 10178.0, 10220.0, 10192.0, 10194.0, 10175.0, 10174.0, 10205.0, 10188.0, 10181.0, 10177.0, 10179.0, 10188.0, 10191.0, 10183.0, 10194.0, 10196.0, 10196.0, 10193.0, 10188.0, 10223.0, 10197.0, 10196.0, 10193.0, 10185.0, 10219.0, 10197.0, 10213.0, 10196.0, 10201.0, 10256.0, 10198.0, 10227.0, 10196.0, 10181.0, 10235.0, 10191.0, 10224.0, 10187.0, 10177.0, 10230.0, 10176.0, 10189.0, 10174.0, 10176.0, 10187.0, 10176.0, 10191.0, 10200.0, 10199.0, 10206.0, 10221.0, 10220.0, 10257.0, 10200.0, 10186.0, 10245.0, 10193.0, 10216.0, 10176.0, 10181.0, 10223.0, 10177.0, 10190.0, 10198.0, 10206.0, 10199.0, 10250.0, 10180.0, 10161.0, 10219.0, 10173.0, 10200.0, 10174.0, 10166.0, 10227.0, 10173.0, 10186.0, 10174.0, 10179.0, 10198.0, 10177.0, 10190.0, 10194.0, 10207.0, 10202.0, 10203.0, 10181.0, 10182.0, 10224.0, 10189.0, 10176.0, 10187.0, 10177.0, 10204.0, 10193.0, 10200.0, 10200.0, 10204.0, 10226.0, 10257.0, 10187.0, 10216.0, 10177.0, 10178.0, 10206.0, 10177.0, 10181.0, 10237.0, 10176.0, 10205.0, 10172.0, 10160.0, 10192.0, 10179.0, 10201.0, 10192.0, 10223.0, 10223.0, 10240.0, 10205.0, 10220.0, 10251.0, 10237.0, 10258.0, 10259.0, 10235.0, 10291.0, 10207.0, 10187.0, 10231.0, 10179.0, 10194.0, 10182.0, 10189.0, 10198.0, 10210.0, 10200.0, 10204.0, 10182.0, 10200.0, 10224.0, 10204.0, 10202.0, 10188.0, 10248.0, 10162.0, 10176.0, 10169.0, 10159.0, 10174.0, 10178.0, 10178.0, 10185.0, 10221.0, 10206.0, 10214.0, 10187.0, 10201.0, 10186.0, 10196.0, 10170.0, 10227.0, 10163.0, 10232.0, 10159.0, 10176.0, 10166.0, 10149.0, 10149.0, 10155.0, 10199.0, 10185.0, 10200.0, 10205.0, 10200.0, 10206.0, 10224.0, 10207.0, 10202.0, 10187.0, 10240.0, 10184.0, 10210.0, 10184.0, 10201.0, 10186.0, 10249.0, 10175.0, 10181.0, 10154.0, 10150.0, 10166.0, 10157.0, 10180.0, 10181.0, 10199.0, 10204.0, 10227.0, 10180.0, 10206.0, 10191.0, 10178.0, 10196.0, 10188.0, 10221.0, 10180.0, 10209.0, 10173.0, 10161.0, 10200.0, 10172.0, 10174.0, 10192.0, 10181.0, 10203.0, 10179.0, 10194.0, 10177.0, 10176.0, 10181.0, 10184.0, 10217.0, 10207.0, 10206.0, 10209.0, 10249.0, 10184.0, 10216.0, 10193.0, 10177.0, 10202.0, 10174.0, 10170.0, 10194.0, 10208.0, 10203.0, 10200.0, 10205.0, 10260.0, 10204.0, 10236.0, 10193.0, 10177.0, 10191.0, 10154.0, 10158.0, 10170.0, 10171.0, 10189.0, 10181.0, 10197.0, 10186.0, 10202.0, 10209.0, 10258.0, 10184.0, 10229.0, 10173.0, 10178.0, 10222.0, 10175.0, 10202.0, 10176.0, 10176.0, 10198.0, 10203.0, 10221.0, 10180.0, 10205.0, 10173.0, 10164.0, 10176.0, 10178.0, 10174.0, 10194.0, 10216.0, 10175.0, 10180.0, 10235.0, 10174.0, 10190.0, 10195.0, 10182.0, 10202.0, 10207.0, 10241.0, 10198.0, 10230.0, 10179.0, 10178.0, 10236.0, 10176.0, 10209.0, 10173.0, 10176.0, 10195.0, 10185.0, 10238.0, 10193.0, 10185.0, 10206.0, 10180.0, 10192.0, 10195.0, 10182.0, 10198.0, 10187.0, 10213.0, 10207.0, 10209.0, 10213.0, 10227.0, 10228.0, 10259.0, 10203.0, 10207.0, 10260.0, 10198.0, 10215.0, 10177.0, 10181.0, 10225.0, 10176.0, 10178.0, 10219.0, 10178.0, 10183.0, 10191.0, 10197.0, 10208.0, 10201.0, 10200.0, 10198.0, 10204.0, 10216.0, 10219.0, 10202.0, 10217.0, 10209.0, 10248.0, 10204.0, 10205.0, 10195.0, 10205.0, 10260.0, 10203.0, 10213.0, 10202.0, 10211.0, 10239.0, 10199.0, 10226.0, 10196.0, 10185.0, 10238.0, 10196.0, 10230.0, 10175.0, 10178.0, 10222.0, 10187.0, 10180.0, 10186.0, 10159.0, 10213.0, 10169.0, 10171.0, 10193.0, 10198.0, 10204.0, 10202.0, 10206.0, 10273.0, 10187.0, 10169.0, 10238.0, 10163.0, 10208.0, 10173.0, 10176.0, 10220.0, 10174.0, 10190.0, 10173.0, 10175.0, 10217.0, 10173.0, 10187.0, 10171.0, 10162.0, 10200.0, 10177.0, 10178.0, 10195.0, 10198.0, 10205.0, 10234.0, 10198.0, 10191.0, 10200.0, 10196.0, 10197.0, 10193.0, 10200.0, 10242.0, 10194.0, 10211.0, 10194.0, 10199.0, 10241.0, 10200.0, 10203.0, 10195.0, 10203.0, 10236.0, 10205.0, 10206.0, 10202.0, 10205.0, 10231.0, 10222.0, 10209.0, 10203.0, 10206.0, 10226.0, 10215.0, 10206.0, 10201.0, 10203.0, 10228.0, 10200.0, 10218.0, 10199.0, 10202.0, 10253.0, 10198.0, 10204.0, 10195.0, 10199.0, 10257.0, 10197.0, 10215.0, 10192.0, 10184.0, 10241.0, 10180.0, 10210.0, 10177.0, 10183.0, 10237.0, 10178.0, 10218.0, 10173.0, 10182.0, 10218.0, 10177.0, 10203.0, 10173.0, 10183.0, 10192.0, 10182.0, 10238.0, 10176.0, 10194.0, 10176.0, 10176.0, 10234.0, 10176.0, 10181.0, 10172.0, 10181.0, 10221.0, 10178.0, 10176.0, 10173.0, 10180.0, 10236.0, 10179.0, 10191.0, 10176.0, 10180.0, 10187.0, 10195.0, 10215.0, 10198.0, 10229.0, 10197.0, 10197.0, 10193.0, 10177.0, 10194.0, 10199.0, 10198.0, 10205.0, 10224.0, 10209.0, 10254.0, 10204.0, 10237.0, 10194.0, 10180.0, 10223.0, 10174.0, 10198.0, 10187.0, 10178.0, 10204.0, 10180.0, 10195.0, 10201.0, 10214.0, 10206.0, 10249.0, 10197.0, 10190.0, 10256.0, 10182.0, 10226.0, 10179.0, 10178.0, 10222.0, 10193.0, 10224.0, 10202.0, 10186.0, 10206.0, 10226.0, 10200.0, 10208.0, 10229.0, 10201.0, 10206.0, 10243.0, 10201.0, 10231.0, 10197.0, 10189.0, 10244.0, 10183.0, 10214.0, 10193.0, 10180.0, 10221.0, 10192.0, 10199.0, 10191.0, 10226.0, 10256.0, 10201.0, 10221.0, 10250.0, 10235.0, 10234.0, 10242.0, 10212.0, 10232.0, 10205.0, 10204.0, 10210.0, 10217.0, 10262.0, 10240.0, 10230.0, 10285.0, 10267.0, 10172.0, 10184.0, 10137.0, 10137.0, 10161.0, 10132.0, 10132.0, 10132.0, 10145.0, 10132.0, 10135.0, 10147.0, 10145.0, 10162.0, 10137.0, 10161.0, 10160.0, 10159.0, 10174.0, 10162.0, 10176.0, 10165.0, 10198.0, 10209.0, 10189.0, 10193.0, 10175.0, 10175.0, 10213.0, 10208.0, 10201.0, 10186.0, 10226.0, 10166.0, 10186.0, 10212.0, 10183.0, 10183.0, 10181.0, 10183.0, 10219.0, 10205.0, 10186.0, 10184.0, 10180.0, 10199.0, 10184.0, 10216.0, 10188.0, 10201.0, 10223.0, 10185.0, 10198.0, 10185.0, 10182.0, 10215.0, 10188.0, 10185.0, 10184.0, 10220.0, 10255.0, 10240.0, 10218.0, 10254.0, 10228.0, 10209.0, 10232.0, 10210.0, 10221.0, 10210.0, 10203.0, 10200.0, 10222.0, 10201.0, 10182.0, 10170.0, 10228.0, 10186.0, 10176.0, 10163.0, 10173.0, 10177.0, 10173.0, 10176.0, 10177.0, 10178.0, 10225.0, 10206.0, 10224.0, 10215.0, 10216.0, 10197.0, 10204.0, 10202.0, 10203.0, 10200.0, 10239.0, 10241.0, 10180.0, 10207.0, 10173.0, 10183.0, 10169.0, 10173.0, 10166.0, 10170.0, 10179.0, 10171.0, 10159.0, 10170.0, 10173.0, 10174.0, 10182.0, 10178.0, 10200.0, 10199.0, 10202.0, 10232.0, 10179.0, 10181.0, 10197.0, 10202.0, 10220.0, 10223.0, 10226.0, 10282.0, 10204.0, 10182.0, 10228.0, 10189.0, 10196.0, 10202.0, 10177.0, 10211.0, 10174.0, 10178.0, 10218.0, 10172.0, 10172.0, 10187.0, 10178.0, 10212.0, 10204.0, 10225.0, 10198.0, 10199.0, 10189.0, 10195.0, 10185.0, 10217.0, 10223.0, 10243.0, 10250.0, 10253.0, 10267.0, 10270.0, 10239.0, 10247.0, 10273.0, 10251.0, 10274.0, 10299.0, 10253.0, 10246.0, 10229.0, 10228.0, 10258.0, 10225.0, 10229.0, 10204.0, 10203.0, 10201.0, 10213.0, 10232.0, 10200.0, 10198.0, 10185.0, 10184.0, 10231.0, 10199.0, 10231.0, 10195.0, 10221.0, 10178.0, 10194.0, 10180.0, 10176.0, 10179.0, 10177.0, 10224.0, 10182.0, 10200.0, 10179.0, 10238.0, 10176.0, 10151.0, 10149.0, 10145.0, 10173.0, 10174.0, 10191.0, 10214.0, 10212.0, 10216.0, 10227.0, 10212.0, 10179.0, 10178.0, 10193.0, 10191.0, 10186.0, 10238.0, 10175.0, 10189.0, 10188.0, 10162.0, 10192.0, 10185.0, 10198.0, 10212.0, 10225.0, 10205.0, 10207.0, 10221.0, 10221.0, 10218.0, 10215.0, 10202.0, 10222.0, 10244.0, 10225.0, 10220.0, 10208.0, 10223.0, 10239.0, 10222.0, 10245.0, 10201.0, 10204.0, 10210.0, 10217.0, 10245.0, 10203.0, 10201.0, 10205.0, 10204.0, 10227.0, 10198.0, 10200.0, 10198.0, 10198.0, 10260.0, 10196.0, 10197.0, 10179.0, 10196.0, 10241.0, 10198.0, 10200.0, 10181.0, 10198.0, 10202.0, 10202.0, 10211.0, 10195.0, 10208.0, 10197.0, 10196.0, 10201.0, 10247.0, 10174.0, 10163.0, 10201.0, 10170.0, 10139.0, 10171.0, 10178.0, 10194.0, 10214.0, 10224.0, 10218.0, 10199.0, 10198.0, 10197.0, 10179.0, 10193.0, 10204.0, 10203.0, 10207.0, 10225.0, 10211.0, 10256.0, 10202.0, 10212.0, 10196.0, 10180.0, 10197.0, 10204.0, 10206.0, 10226.0, 10255.0, 10196.0, 10201.0, 10188.0, 10177.0, 10190.0, 10167.0, 10158.0, 10201.0, 10176.0, 10165.0, 10199.0, 10198.0, 10220.0, 10241.0, 10203.0, 10186.0, 10232.0, 10199.0, 10196.0, 10202.0, 10218.0, 10221.0, 10257.0, 10200.0, 10202.0, 10231.0, 10195.0, 10182.0, 10206.0, 10193.0, 10184.0, 10196.0, 10200.0, 10223.0, 10243.0, 10202.0, 10188.0, 10227.0, 10191.0, 10181.0, 10193.0, 10196.0, 10193.0, 10190.0, 10197.0, 10220.0, 10222.0, 10217.0, 10201.0, 10216.0, 10201.0, 10203.0, 10221.0, 10208.0, 10230.0, 10240.0, 10227.0, 10281.0, 10197.0, 10186.0, 10234.0, 10189.0, 10174.0, 10189.0, 10199.0, 10217.0, 10220.0, 10228.0, 10265.0, 10215.0, 10215.0, 10239.0, 10210.0, 10224.0, 10209.0, 10248.0, 10263.0, 10189.0, 10207.0, 10179.0, 10160.0, 10169.0, 10165.0, 10170.0, 10171.0, 10192.0, 10175.0, 10201.0, 10201.0, 10197.0, 10201.0, 10179.0, 10180.0, 10180.0, 10199.0, 10180.0, 10179.0, 10192.0, 10205.0, 10180.0, 10241.0, 10179.0, 10209.0, 10163.0, 10201.0, 10170.0, 10173.0, 10168.0, 10173.0, 10172.0, 10175.0, 10180.0, 10240.0, 10151.0, 10164.0, 10144.0, 10138.0, 10165.0, 10170.0, 10176.0, 10196.0, 10186.0, 10201.0, 10220.0, 10179.0, 10168.0, 10166.0, 10182.0, 10200.0, 10195.0, 10197.0, 10214.0, 10203.0, 10214.0, 10202.0, 10255.0, 10228.0, 10190.0, 10178.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.0006677316017316016</td></tr>
<tr><td colspan=3>aqi</td><td>0.024282965367965367</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.82391062889081</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1628946820017327</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9685733120623927</td></tr>
<tr><td colspan=3>efc</td><td>0.4822</td></tr>
<tr><td colspan=3>fber</td><td>5814.5107</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08907372313489319</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>43</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.722943722943723</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.559840380391987</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4970378495568877</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8357462960269033</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3467369955921704</td></tr>
<tr><td colspan=3>gcor</td><td>0.0103146</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018011104315519333</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025778256356716156</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8055065071262715</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>32.9415</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.4574</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>213.255</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299203.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1032.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>411.5283</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2544</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>575.2757</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3825.6295</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4079.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77341.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1172.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5042.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1071.8609</td></tr>
<tr><td colspan=3>tsnr</td><td>39.50809558108449</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>