<?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-0061_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-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0061/figures/sub-0061_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-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061/ses-02/func/sub-0061_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>fe71a05fc0fca862e49e7d3668b65c86</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>16:20:8.027500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999176, -0.0400192, 0.00682987, 0.0397817, 0.998698, 0.0319375]</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.0850534</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7766, -7282, 629, -3, -146, 0, 65]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.65</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8f62647e-6e38-4bfe-8c79-71898ebc2771||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6807150840759277, 0.10673151165246964, 0.021867547184228897, 108.58136749267578], [0.10736855119466782, 2.6794333457946777, 0.08542641997337341, -107.04813385009766], [0.018324052914977074, -0.0856858417391777, 2.698559522628784, -68.92749786376953], [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': ['162008.027500', '162008.487500', '162008.947500', '162009.407500', '162009.867500', '162010.327500', '162010.787500', '162011.247500', '162011.707500', '162012.167500', '162012.627500', '162013.087500', '162013.547500', '162014.007500', '162014.467500', '162014.927500', '162015.387500', '162015.847500', '162016.307500', '162016.767500', '162017.227500', '162017.687500', '162018.147500', '162018.607500', '162019.067500', '162019.527500', '162019.987500', '162020.447500', '162020.907500', '162021.367500', '162021.827500', '162022.287500', '162022.747500', '162023.207500', '162023.667500', '162024.127500', '162024.587500', '162025.047500', '162025.507500', '162025.967500', '162026.427500', '162026.887500', '162027.347500', '162027.807500', '162028.267500', '162028.727500', '162029.187500', '162029.647500', '162030.107500', '162030.567500', '162031.027500', '162031.487500', '162031.947500', '162032.407500', '162032.867500', '162033.327500', '162033.787500', '162034.247500', '162034.707500', '162035.167500', '162035.627500', '162036.087500', '162036.547500', '162037.007500', '162037.467500', '162037.927500', '162038.387500', '162038.847500', '162039.307500', '162039.767500', '162040.227500', '162040.687500', '162041.147500', '162041.607500', '162042.067500', '162042.527500', '162042.987500', '162043.447500', '162043.907500', '162044.367500', '162044.827500', '162045.287500', '162045.747500', '162046.207500', '162046.667500', '162047.127500', '162047.587500', '162048.047500', '162048.507500', '162048.967500', '162049.427500', '162049.887500', '162050.347500', '162050.807500', '162051.267500', '162051.727500', '162052.187500', '162052.647500', '162053.107500', '162053.567500', '162054.027500', '162054.487500', '162054.947500', '162055.407500', '162055.867500', '162056.327500', '162056.787500', '162057.247500', '162057.707500', '162058.167500', '162058.627500', '162059.087500', '162059.547500', '162100.007500', '162100.467500', '162100.927500', '162101.387500', '162101.847500', '162102.307500', '162102.767500', '162103.227500', '162103.687500', '162104.147500', '162104.607500', '162105.067500', '162105.527500', '162105.987500', '162106.447500', '162106.907500', '162107.367500', '162107.827500', '162108.287500', '162108.747500', '162109.207500', '162109.667500', '162110.127500', '162110.587500', '162111.047500', '162111.507500', '162111.967500', '162112.427500', '162112.887500', '162113.347500', '162113.807500', '162114.267500', '162114.727500', '162115.187500', '162115.647500', '162116.107500', '162116.567500', '162117.027500', '162117.487500', '162117.947500', '162118.407500', '162118.867500', '162119.327500', '162119.787500', '162120.247500', '162120.707500', '162121.167500', '162121.627500', '162122.087500', '162122.547500', '162123.007500', '162123.467500', '162123.927500', '162124.387500', '162124.847500', '162125.307500', '162125.767500', '162126.227500', '162126.687500', '162127.147500', '162127.607500', '162128.067500', '162128.527500', '162128.987500', '162129.447500', '162129.907500', '162130.367500', '162130.827500', '162131.287500', '162131.747500', '162132.207500', '162132.667500', '162133.127500', '162133.587500', '162134.047500', '162134.507500', '162134.967500', '162135.427500', '162135.887500', '162136.347500', '162136.807500', '162137.267500', '162137.727500', '162138.187500', '162138.647500', '162139.107500', '162139.567500', '162140.027500', '162140.487500', '162140.947500', '162141.407500', '162141.867500', '162142.327500', '162142.787500', '162143.247500', '162143.707500', '162144.167500', '162144.627500', '162145.087500', '162145.547500', '162146.007500', '162146.467500', '162146.927500', '162147.387500', '162147.847500', '162148.307500', '162148.767500', '162149.227500', '162149.687500', '162150.147500', '162150.607500', '162151.067500', '162151.527500', '162151.987500', '162152.447500', '162152.907500', '162153.367500', '162153.827500', '162154.287500', '162154.747500', '162155.207500', '162155.667500', '162156.127500', '162156.587500', '162157.047500', '162157.507500', '162157.967500', '162158.427500', '162158.887500', '162159.347500', '162159.807500', '162200.267500', '162200.727500', '162201.187500', '162201.647500', '162202.107500', '162202.567500', '162203.027500', '162203.487500', '162203.947500', '162204.407500', '162204.867500', '162205.327500', '162205.787500', '162206.247500', '162206.707500', '162207.167500', '162207.627500', '162208.087500', '162208.547500', '162209.007500', '162209.467500', '162209.927500', '162210.387500', '162210.847500', '162211.307500', '162211.767500', '162212.227500', '162212.687500', '162213.147500', '162213.607500', '162214.067500', '162214.527500', '162214.987500', '162215.447500', '162215.907500', '162216.367500', '162216.827500', '162217.287500', '162217.747500', '162218.207500', '162218.667500', '162219.127500', '162219.587500', '162220.047500', '162220.507500', '162220.967500', '162221.427500', '162221.887500', '162222.347500', '162222.807500', '162223.267500', '162223.727500', '162224.187500', '162224.647500', '162225.107500', '162225.567500', '162226.027500', '162226.487500', '162226.947500', '162227.407500', '162227.867500', '162228.327500', '162228.787500', '162229.247500', '162229.707500', '162230.167500', '162230.627500', '162231.087500', '162231.547500', '162232.007500', '162232.467500', '162232.927500', '162233.387500', '162233.847500', '162234.307500', '162234.767500', '162235.227500', '162235.687500', '162236.147500', '162236.607500', '162237.067500', '162237.527500', '162237.987500', '162238.447500', '162238.907500', '162239.367500', '162239.827500', '162240.287500', '162240.747500', '162241.207500', '162241.667500', '162242.127500', '162242.587500', '162243.047500', '162243.507500', '162243.967500', '162244.427500', '162244.887500', '162245.347500', '162245.807500', '162246.267500', '162246.727500', '162247.187500', '162247.647500', '162248.107500', '162248.567500', '162249.027500', '162249.487500', '162249.947500', '162250.407500', '162250.867500', '162251.327500', '162251.787500', '162252.247500', '162252.707500', '162253.167500', '162253.627500', '162254.087500', '162254.547500', '162255.007500', '162255.467500', '162255.927500', '162256.387500', '162256.847500', '162257.307500', '162257.767500', '162258.227500', '162258.687500', '162259.147500', '162259.607500', '162300.067500', '162300.527500', '162300.987500', '162301.447500', '162301.907500', '162302.367500', '162302.827500', '162303.287500', '162303.747500', '162304.207500', '162304.667500', '162305.127500', '162305.587500', '162306.047500', '162306.507500', '162306.967500', '162307.427500', '162307.887500', '162308.347500', '162308.807500', '162309.267500', '162309.727500', '162310.187500', '162310.647500', '162311.107500', '162311.567500', '162312.027500', '162312.487500', '162312.947500', '162313.407500', '162313.867500', '162314.327500', '162314.787500', '162315.247500', '162315.707500', '162316.167500', '162316.627500', '162317.087500', '162317.547500', '162318.007500', '162318.467500', '162318.927500', '162319.387500', '162319.847500', '162320.307500', '162320.767500', '162321.227500', '162321.687500', '162322.147500', '162322.607500', '162323.067500', '162323.527500', '162323.987500', '162324.447500', '162324.907500', '162325.367500', '162325.827500', '162326.287500', '162326.747500', '162327.207500', '162327.667500', '162328.127500', '162328.587500', '162329.047500', '162329.507500', '162329.967500', '162330.427500', '162330.887500', '162331.347500', '162331.807500', '162332.267500', '162332.727500', '162333.187500', '162333.647500', '162334.107500', '162334.567500', '162335.027500', '162335.487500', '162335.947500', '162336.407500', '162336.867500', '162337.327500', '162337.787500', '162338.247500', '162338.707500', '162339.167500', '162339.627500', '162340.087500', '162340.547500', '162341.007500', '162341.467500', '162341.927500', '162342.387500', '162342.847500', '162343.307500', '162343.767500', '162344.227500', '162344.687500', '162345.147500', '162345.607500', '162346.067500', '162346.527500', '162346.987500', '162347.447500', '162347.907500', '162348.367500', '162348.827500', '162349.287500', '162349.747500', '162350.207500', '162350.667500', '162351.127500', '162351.587500', '162352.047500', '162352.507500', '162352.967500', '162353.427500', '162353.887500', '162354.347500', '162354.807500', '162355.267500', '162355.727500', '162356.187500', '162356.647500', '162357.107500', '162357.567500', '162358.027500', '162358.487500', '162358.947500', '162359.407500', '162359.867500', '162400.327500', '162400.787500', '162401.247500', '162401.707500', '162402.167500', '162402.627500', '162403.087500', '162403.547500', '162404.007500', '162404.467500', '162404.927500', '162405.387500', '162405.847500', '162406.307500', '162406.767500', '162407.227500', '162407.687500', '162408.147500', '162408.607500', '162409.067500', '162409.527500', '162409.987500', '162410.447500', '162410.907500', '162411.367500', '162411.827500', '162412.287500', '162412.747500', '162413.207500', '162413.667500', '162414.127500', '162414.587500', '162415.047500', '162415.507500', '162415.967500', '162416.427500', '162416.887500', '162417.347500', '162417.807500', '162418.267500', '162418.727500', '162419.187500', '162419.647500', '162420.107500', '162420.567500', '162421.027500', '162421.487500', '162421.947500', '162422.407500', '162422.867500', '162423.327500', '162423.787500', '162424.247500', '162424.707500', '162425.167500', '162425.627500', '162426.087500', '162426.547500', '162427.007500', '162427.467500', '162427.927500', '162428.387500', '162428.847500', '162429.307500', '162429.767500', '162430.227500', '162430.687500', '162431.147500', '162431.607500', '162432.067500', '162432.527500', '162432.987500', '162433.447500', '162433.907500', '162434.367500', '162434.827500', '162435.287500', '162435.747500', '162436.207500', '162436.667500', '162437.127500', '162437.587500', '162438.047500', '162438.507500', '162438.967500', '162439.427500', '162439.887500', '162440.347500', '162440.807500', '162441.267500', '162441.727500', '162442.187500', '162442.647500', '162443.107500', '162443.567500', '162444.027500', '162444.487500', '162444.947500', '162445.407500', '162445.867500', '162446.327500', '162446.787500', '162447.247500', '162447.707500', '162448.167500', '162448.627500', '162449.087500', '162449.547500', '162450.007500', '162450.467500', '162450.927500', '162451.387500', '162451.847500', '162452.307500', '162452.767500', '162453.227500', '162453.687500', '162454.147500', '162454.607500', '162455.067500', '162455.527500', '162455.987500', '162456.447500', '162456.907500', '162457.367500', '162457.827500', '162458.287500', '162458.747500', '162459.207500', '162459.667500', '162500.127500', '162500.587500', '162501.047500', '162501.507500', '162501.967500', '162502.427500', '162502.887500', '162503.347500', '162503.807500', '162504.267500', '162504.727500', '162505.187500', '162505.647500', '162506.107500', '162506.567500', '162507.027500', '162507.487500', '162507.947500', '162508.407500', '162508.867500', '162509.327500', '162509.787500', '162510.247500', '162510.707500', '162511.167500', '162511.627500', '162512.087500', '162512.547500', '162513.007500', '162513.467500', '162513.927500', '162514.387500', '162514.847500', '162515.307500', '162515.767500', '162516.227500', '162516.687500', '162517.147500', '162517.607500', '162518.067500', '162518.527500', '162518.987500', '162519.447500', '162519.907500', '162520.367500', '162520.827500', '162521.287500', '162521.747500', '162522.207500', '162522.667500', '162523.127500', '162523.587500', '162524.047500', '162524.507500', '162524.967500', '162525.427500', '162525.887500', '162526.347500', '162526.807500', '162527.267500', '162527.727500', '162528.187500', '162528.647500', '162529.107500', '162529.567500', '162530.027500', '162530.487500', '162530.947500', '162531.407500', '162531.867500', '162532.327500', '162532.787500', '162533.247500', '162533.707500', '162534.167500', '162534.627500', '162535.087500', '162535.547500', '162536.007500', '162536.467500', '162536.927500', '162537.387500', '162537.847500', '162538.307500', '162538.767500', '162539.227500', '162539.687500', '162540.147500', '162540.607500', '162541.067500', '162541.527500', '162541.987500', '162542.447500', '162542.907500', '162543.367500', '162543.827500', '162544.287500', '162544.747500', '162545.207500', '162545.667500', '162546.127500', '162546.587500', '162547.047500', '162547.507500', '162547.967500', '162548.427500', '162548.887500', '162549.347500', '162549.807500', '162550.267500', '162550.727500', '162551.187500', '162551.647500', '162552.107500', '162552.567500', '162553.027500', '162553.487500', '162553.947500', '162554.407500', '162554.867500', '162555.327500', '162555.787500', '162556.247500', '162556.707500', '162557.167500', '162557.627500', '162558.087500', '162558.547500', '162559.007500', '162559.467500', '162559.927500', '162600.387500', '162600.847500', '162601.307500', '162601.767500', '162602.227500', '162602.687500', '162603.147500', '162603.607500', '162604.067500', '162604.527500', '162604.987500', '162605.447500', '162605.907500', '162606.367500', '162606.827500', '162607.287500', '162607.747500', '162608.207500', '162608.667500', '162609.127500', '162609.587500', '162610.047500', '162610.507500', '162610.967500', '162611.427500', '162611.887500', '162612.347500', '162612.807500', '162613.267500', '162613.727500', '162614.187500', '162614.647500', '162615.107500', '162615.567500', '162616.027500', '162616.487500', '162616.947500', '162617.407500', '162617.867500', '162618.327500', '162618.787500', '162619.247500', '162619.707500', '162620.167500', '162620.627500', '162621.087500', '162621.547500', '162622.007500', '162622.467500', '162622.927500', '162623.387500', '162623.847500', '162624.307500', '162624.767500', '162625.227500', '162625.687500', '162626.147500', '162626.607500', '162627.067500', '162627.527500', '162627.987500', '162628.447500', '162628.907500', '162629.367500', '162629.827500', '162630.287500', '162630.747500', '162631.207500', '162631.667500', '162632.127500', '162632.587500', '162633.047500', '162633.507500', '162633.967500', '162634.427500', '162634.887500', '162635.347500', '162635.807500', '162636.267500', '162636.727500', '162637.187500', '162637.647500', '162638.107500', '162638.567500', '162639.027500', '162639.487500', '162639.947500', '162640.407500', '162640.867500', '162641.327500', '162641.787500', '162642.247500', '162642.707500', '162643.167500', '162643.627500', '162644.087500', '162644.547500', '162645.007500', '162645.467500', '162645.927500', '162646.387500', '162646.847500', '162647.307500', '162647.767500', '162648.227500', '162648.687500', '162649.147500', '162649.607500', '162650.067500', '162650.527500', '162650.987500', '162651.447500', '162651.907500', '162652.367500', '162652.827500', '162653.287500', '162653.747500', '162654.207500', '162654.667500', '162655.127500', '162655.587500', '162656.047500', '162656.507500', '162656.967500', '162657.427500', '162657.887500', '162658.347500', '162658.807500', '162659.267500', '162659.727500', '162700.187500', '162700.647500', '162701.107500', '162701.567500', '162702.027500', '162702.487500', '162702.947500', '162703.407500', '162703.867500', '162704.327500', '162704.787500', '162705.247500', '162705.707500', '162706.167500', '162706.627500', '162707.087500', '162707.547500', '162708.007500', '162708.467500', '162708.927500', '162709.387500', '162709.847500', '162710.307500', '162710.767500', '162711.227500', '162711.687500', '162712.147500', '162712.607500', '162713.067500', '162713.527500', '162713.987500', '162714.447500', '162714.907500', '162715.367500', '162715.827500', '162716.287500', '162716.747500', '162717.207500', '162717.667500', '162718.127500', '162718.587500', '162719.047500', '162719.507500', '162719.967500', '162720.427500', '162720.887500', '162721.347500', '162721.807500', '162722.267500', '162722.727500', '162723.187500', '162723.647500', '162724.107500', '162724.567500', '162725.027500', '162725.487500', '162725.947500', '162726.407500', '162726.867500', '162727.327500', '162727.787500', '162728.247500', '162728.707500', '162729.167500', '162729.627500', '162730.087500', '162730.547500', '162731.007500', '162731.467500', '162731.927500', '162732.387500', '162732.847500', '162733.307500', '162733.767500', '162734.227500', '162734.687500', '162735.147500', '162735.607500', '162736.067500', '162736.527500', '162736.987500', '162737.447500', '162737.907500', '162738.367500', '162738.827500', '162739.287500', '162739.747500', '162740.207500', '162740.667500', '162741.127500', '162741.587500', '162742.047500', '162742.507500', '162742.967500', '162743.427500', '162743.887500', '162744.347500', '162744.807500', '162745.267500', '162745.727500', '162746.187500', '162746.647500', '162747.107500', '162747.567500', '162748.027500', '162748.487500', '162748.947500', '162749.407500', '162749.867500', '162750.327500', '162750.787500', '162751.247500', '162751.707500', '162752.167500', '162752.627500', '162753.087500', '162753.547500', '162754.007500', '162754.467500', '162754.927500', '162755.387500', '162755.847500', '162756.307500', '162756.767500', '162757.227500', '162757.687500', '162758.147500', '162758.607500', '162759.067500', '162759.527500', '162759.987500', '162800.447500', '162800.907500', '162801.367500', '162801.827500', '162802.287500', '162802.747500', '162803.207500', '162803.667500', '162804.127500', '162804.587500', '162805.047500', '162805.507500', '162805.967500', '162806.427500', '162806.887500', '162807.347500', '162807.807500', '162808.267500', '162808.727500', '162809.187500', '162809.647500', '162810.107500', '162810.567500', '162811.027500', '162811.487500', '162811.947500', '162812.407500', '162812.867500', '162813.327500', '162813.787500', '162814.247500', '162814.707500', '162815.167500', '162815.627500', '162816.087500', '162816.547500', '162817.007500', '162817.467500', '162817.927500', '162818.387500', '162818.847500', '162819.307500', '162819.767500', '162820.227500', '162820.687500', '162821.147500', '162821.607500', '162822.067500', '162822.527500', '162822.987500', '162823.447500', '162823.907500', '162824.367500', '162824.827500', '162825.287500', '162825.747500', '162826.207500', '162826.667500', '162827.127500', '162827.587500', '162828.047500', '162828.507500', '162828.967500', '162829.427500', '162829.887500', '162830.347500', '162830.807500', '162831.267500', '162831.727500', '162832.187500', '162832.647500', '162833.107500', '162833.567500', '162834.027500', '162834.487500', '162834.947500', '162835.407500', '162835.867500', '162836.327500', '162836.787500', '162837.247500', '162837.707500', '162838.167500', '162838.627500', '162839.087500', '162839.547500', '162840.007500', '162840.467500', '162840.927500', '162841.387500', '162841.847500', '162842.307500', '162842.767500', '162843.227500', '162843.687500', '162844.147500', '162844.607500', '162845.067500', '162845.527500', '162845.987500', '162846.447500', '162846.907500', '162847.367500', '162847.827500', '162848.287500', '162848.747500', '162849.207500', '162849.667500', '162850.127500', '162850.587500', '162851.047500', '162851.507500', '162851.967500', '162852.427500', '162852.887500', '162853.347500', '162853.807500', '162854.267500', '162854.727500', '162855.187500', '162855.647500', '162856.107500', '162856.567500', '162857.027500', '162857.487500', '162857.947500', '162858.407500', '162858.867500', '162859.327500', '162859.787500', '162900.247500'], 'ContentTime': ['162023.781000', '162023.785000', '162023.788000', '162023.790000', '162023.793000', '162023.796000', '162023.798000', '162023.801000', '162023.813000', '162023.815000', '162023.818000', '162023.820000', '162023.823000', '162023.826000', '162023.829000', '162023.831000', '162023.834000', '162023.836000', '162023.839000', '162023.841000', '162023.844000', '162023.848000', '162023.851000', '162023.854000', '162023.857000', '162023.860000', '162023.863000', '162023.865000', '162023.868000', '162023.871000', '162023.873000', '162043.713000', '162043.716000', '162043.719000', '162043.722000', '162043.725000', '162043.727000', '162043.730000', '162043.733000', '162043.736000', '162043.738000', '162043.741000', '162043.744000', '162043.747000', '162043.750000', '162043.753000', '162043.756000', '162043.759000', '162043.769000', '162043.772000', '162043.775000', '162043.778000', '162043.780000', '162043.783000', '162043.785000', '162043.788000', '162043.791000', '162043.793000', '162043.796000', '162043.799000', '162043.802000', '162043.804000', '162043.807000', '162043.810000', '162043.812000', '162043.815000', '162043.818000', '162043.821000', '162043.824000', '162043.826000', '162043.829000', '162043.832000', '162043.834000', '162043.837000', '162103.714000', '162103.717000', '162103.719000', '162103.722000', '162103.724000', '162103.727000', '162103.730000', '162103.732000', '162103.735000', '162103.738000', '162103.740000', '162103.743000', '162103.746000', '162103.749000', '162103.751000', '162103.754000', '162103.757000', '162103.759000', '162103.762000', '162103.764000', '162103.767000', '162103.770000', '162103.772000', '162103.775000', '162103.777000', '162103.780000', '162103.783000', '162103.785000', '162103.788000', '162103.790000', '162103.793000', '162103.796000', '162103.798000', '162103.801000', '162103.804000', '162103.806000', '162103.809000', '162103.830000', '162103.832000', '162103.835000', '162103.838000', '162103.840000', '162103.843000', '162103.846000', '162123.714000', '162123.717000', '162123.719000', '162123.722000', '162123.724000', '162123.727000', '162123.730000', '162123.732000', '162123.735000', '162123.737000', '162123.740000', '162123.743000', '162123.745000', '162123.748000', '162123.751000', '162123.753000', '162123.756000', '162123.759000', '162123.761000', '162123.764000', '162123.766000', '162123.769000', '162123.772000', '162123.774000', '162123.777000', '162123.779000', '162123.782000', '162123.785000', '162123.787000', '162123.790000', '162123.793000', '162123.795000', '162123.798000', '162123.800000', '162123.803000', '162123.806000', '162123.808000', '162123.826000', '162123.828000', '162123.831000', '162123.834000', '162123.836000', '162123.839000', '162143.714000', '162143.716000', '162143.719000', '162143.722000', '162143.724000', '162143.727000', '162143.730000', '162143.732000', '162143.735000', '162143.737000', '162143.740000', '162143.743000', '162143.745000', '162143.748000', '162143.751000', '162143.753000', '162143.756000', '162143.759000', '162143.761000', '162143.764000', '162143.766000', '162143.769000', '162143.772000', '162143.774000', '162143.777000', '162143.780000', '162143.782000', '162143.785000', '162143.787000', '162143.790000', '162143.793000', '162143.795000', '162143.798000', '162143.801000', '162143.803000', '162143.806000', '162143.809000', '162143.811000', '162143.814000', '162143.817000', '162143.819000', '162143.822000', '162143.825000', '162143.827000', '162203.713000', '162203.716000', '162203.719000', '162203.722000', '162203.724000', '162203.727000', '162203.729000', '162203.732000', '162203.735000', '162203.737000', '162203.740000', '162203.743000', '162203.745000', '162203.748000', '162203.750000', '162203.753000', '162203.756000', '162203.758000', '162203.761000', '162203.764000', '162203.766000', '162203.769000', '162203.772000', '162203.774000', '162203.777000', '162203.780000', '162203.782000', '162203.785000', '162203.787000', '162203.790000', '162203.793000', '162203.795000', '162203.798000', '162203.800000', '162203.803000', '162203.806000', '162203.808000', '162203.811000', '162203.814000', '162203.816000', '162203.819000', '162203.822000', '162203.824000', '162223.714000', '162223.716000', '162223.719000', '162223.722000', '162223.725000', '162223.727000', '162223.730000', '162223.733000', '162223.736000', '162223.738000', '162223.741000', '162223.743000', '162223.746000', '162223.749000', '162223.751000', '162223.754000', '162223.757000', '162223.759000', '162223.762000', '162223.765000', '162223.767000', '162223.770000', '162223.772000', '162223.775000', '162223.778000', '162223.781000', '162223.783000', '162223.786000', '162223.789000', '162223.791000', '162223.794000', '162223.796000', '162223.799000', '162223.853000', '162223.855000', '162223.858000', '162223.860000', '162223.863000', '162223.866000', '162223.868000', '162223.871000', '162223.874000', '162223.876000', '162223.879000', '162243.713000', '162243.716000', '162243.719000', '162243.722000', '162243.724000', '162243.727000', '162243.729000', '162243.732000', '162243.735000', '162243.737000', '162243.740000', '162243.743000', '162243.745000', '162243.748000', '162243.751000', '162243.753000', '162243.756000', '162243.758000', '162243.761000', '162243.764000', '162243.766000', '162243.769000', '162243.772000', '162243.774000', '162243.777000', '162243.780000', '162243.782000', '162243.785000', '162243.788000', '162243.790000', '162243.793000', '162243.795000', '162243.798000', '162243.832000', '162243.835000', '162243.838000', '162243.840000', '162243.843000', '162243.845000', '162243.848000', '162243.851000', '162243.853000', '162243.856000', '162303.714000', '162303.716000', '162303.719000', '162303.722000', '162303.724000', '162303.727000', '162303.730000', '162303.732000', '162303.735000', '162303.738000', '162303.740000', '162303.743000', '162303.746000', '162303.748000', '162303.751000', '162303.753000', '162303.756000', '162303.759000', '162303.775000', '162303.778000', '162303.781000', '162303.783000', '162303.786000', '162303.789000', '162303.791000', '162303.794000', '162303.796000', '162303.799000', '162303.823000', '162303.826000', '162303.828000', '162303.831000', '162303.833000', '162303.836000', '162303.839000', '162303.841000', '162303.844000', '162303.847000', '162303.849000', '162303.852000', '162303.855000', '162303.857000', '162303.860000', '162303.863000', '162323.714000', '162323.717000', '162323.719000', '162323.722000', '162323.725000', '162323.727000', '162323.730000', '162323.733000', '162323.735000', '162323.738000', '162323.740000', '162323.743000', '162323.746000', '162323.748000', '162323.751000', '162323.754000', '162323.756000', '162323.759000', '162323.762000', '162323.764000', '162323.767000', '162323.770000', '162323.772000', '162323.775000', '162323.778000', '162323.780000', '162323.783000', '162323.785000', '162323.788000', '162323.791000', '162323.793000', '162323.796000', '162323.799000', '162323.840000', '162323.843000', '162323.845000', '162323.848000', '162323.850000', '162323.853000', '162323.856000', '162323.858000', '162323.861000', '162323.864000', '162343.714000', '162343.716000', '162343.719000', '162343.722000', '162343.724000', '162343.728000', '162343.731000', '162343.734000', '162343.736000', '162343.739000', '162343.742000', '162343.744000', '162343.747000', '162343.749000', '162343.752000', '162343.755000', '162343.757000', '162343.761000', '162343.764000', '162343.767000', '162343.769000', '162343.772000', '162343.775000', '162343.777000', '162343.780000', '162343.782000', '162343.785000', '162343.788000', '162343.790000', '162343.793000', '162343.795000', '162343.798000', '162343.815000', '162343.818000', '162343.821000', '162343.823000', '162343.826000', '162343.828000', '162343.831000', '162343.834000', '162343.836000', '162343.839000', '162343.841000', '162403.714000', '162403.716000', '162403.719000', '162403.722000', '162403.725000', '162403.727000', '162403.730000', '162403.733000', '162403.735000', '162403.738000', '162403.741000', '162403.743000', '162403.746000', '162403.748000', '162403.751000', '162403.754000', '162403.756000', '162403.759000', '162403.762000', '162403.764000', '162403.767000', '162403.770000', '162403.772000', '162403.775000', '162403.778000', '162403.780000', '162403.783000', '162403.785000', '162403.788000', '162403.791000', '162403.793000', '162403.796000', '162403.799000', '162403.867000', '162403.870000', '162403.873000', '162403.875000', '162403.878000', '162403.880000', '162403.883000', '162403.886000', '162403.888000', '162403.891000', '162403.894000', '162423.713000', '162423.716000', '162423.719000', '162423.722000', '162423.725000', '162423.727000', '162423.730000', '162423.733000', '162423.735000', '162423.738000', '162423.751000', '162423.754000', '162423.756000', '162423.759000', '162423.762000', '162423.764000', '162423.767000', '162423.770000', '162423.772000', '162423.775000', '162423.777000', '162423.780000', '162423.783000', '162423.785000', '162423.788000', '162423.791000', '162423.793000', '162423.796000', '162423.799000', '162423.837000', '162423.840000', '162423.843000', '162423.845000', '162423.848000', '162423.850000', '162423.853000', '162423.856000', '162423.858000', '162423.861000', '162423.864000', '162423.866000', '162423.869000', '162423.871000', '162443.714000', '162443.717000', '162443.719000', '162443.722000', '162443.725000', '162443.727000', '162443.730000', '162443.732000', '162443.735000', '162443.738000', '162443.740000', '162443.743000', '162443.746000', '162443.748000', '162443.751000', '162443.764000', '162443.766000', '162443.769000', '162443.771000', '162443.774000', '162443.777000', '162443.779000', '162443.782000', '162443.785000', '162443.787000', '162443.790000', '162443.792000', '162443.795000', '162443.798000', '162443.801000', '162443.803000', '162443.806000', '162443.808000', '162443.811000', '162443.814000', '162443.816000', '162443.819000', '162443.822000', '162443.824000', '162443.827000', '162443.830000', '162443.832000', '162443.835000', '162443.837000', '162503.714000', '162503.716000', '162503.719000', '162503.722000', '162503.724000', '162503.727000', '162503.730000', '162503.732000', '162503.735000', '162503.738000', '162503.741000', '162503.744000', '162503.747000', '162503.750000', '162503.752000', '162503.755000', '162503.758000', '162503.760000', '162503.763000', '162503.766000', '162503.768000', '162503.771000', '162503.774000', '162503.776000', '162503.779000', '162503.781000', '162503.784000', '162503.787000', '162503.789000', '162503.792000', '162503.795000', '162503.797000', '162503.841000', '162503.843000', '162503.846000', '162503.849000', '162503.851000', '162503.854000', '162503.857000', '162503.859000', '162503.862000', '162503.865000', '162503.867000', '162523.713000', '162523.716000', '162523.719000', '162523.722000', '162523.724000', '162523.727000', '162523.730000', '162523.732000', '162523.735000', '162523.738000', '162523.740000', '162523.743000', '162523.746000', '162523.748000', '162523.751000', '162523.754000', '162523.756000', '162523.759000', '162523.761000', '162523.764000', '162523.767000', '162523.769000', '162523.772000', '162523.775000', '162523.777000', '162523.780000', '162523.782000', '162523.785000', '162523.788000', '162523.791000', '162523.793000', '162523.796000', '162523.799000', '162523.801000', '162523.804000', '162523.806000', '162523.809000', '162523.812000', '162523.816000', '162523.819000', '162523.822000', '162523.824000', '162523.827000', '162523.830000', '162543.714000', '162543.716000', '162543.719000', '162543.731000', '162543.734000', '162543.736000', '162543.739000', '162543.741000', '162543.744000', '162543.747000', '162543.749000', '162543.752000', '162543.755000', '162543.757000', '162543.760000', '162543.762000', '162543.765000', '162543.768000', '162543.770000', '162543.773000', '162543.776000', '162543.778000', '162543.781000', '162543.783000', '162543.786000', '162543.789000', '162543.792000', '162543.795000', '162543.797000', '162543.800000', '162543.803000', '162543.805000', '162543.808000', '162543.811000', '162543.813000', '162543.816000', '162543.818000', '162543.821000', '162543.823000', '162543.826000', '162543.829000', '162543.831000', '162543.834000', '162603.714000', '162603.717000', '162603.719000', '162603.722000', '162603.725000', '162603.727000', '162603.730000', '162603.732000', '162603.735000', '162603.738000', '162603.740000', '162603.743000', '162603.746000', '162603.748000', '162603.751000', '162603.754000', '162603.756000', '162603.759000', '162603.761000', '162603.764000', '162603.767000', '162603.769000', '162603.772000', '162603.774000', '162603.777000', '162603.793000', '162603.796000', '162603.799000', '162603.872000', '162603.874000', '162603.877000', '162603.879000', '162603.882000', '162603.885000', '162603.887000', '162603.890000', '162603.892000', '162603.895000', '162603.898000', '162603.900000', '162603.903000', '162603.906000', '162603.908000', '162603.911000', '162623.714000', '162623.716000', '162623.719000', '162623.722000', '162623.724000', '162623.727000', '162623.730000', '162623.732000', '162623.735000', '162623.738000', '162623.740000', '162623.743000', '162623.746000', '162623.748000', '162623.751000', '162623.753000', '162623.756000', '162623.759000', '162623.761000', '162623.764000', '162623.767000', '162623.769000', '162623.772000', '162623.775000', '162623.777000', '162623.780000', '162623.783000', '162623.785000', '162623.788000', '162623.791000', '162623.793000', '162623.796000', '162623.799000', '162623.862000', '162623.865000', '162623.868000', '162623.870000', '162623.873000', '162623.875000', '162623.878000', '162623.881000', '162623.883000', '162623.886000', '162643.714000', '162643.716000', '162643.719000', '162643.722000', '162643.724000', '162643.727000', '162643.730000', '162643.732000', '162643.735000', '162643.737000', '162643.740000', '162643.743000', '162643.745000', '162643.748000', '162643.751000', '162643.753000', '162643.756000', '162643.759000', '162643.761000', '162643.764000', '162643.767000', '162643.769000', '162643.772000', '162643.774000', '162643.777000', '162643.780000', '162643.783000', '162643.785000', '162643.788000', '162643.791000', '162643.793000', '162643.796000', '162643.798000', '162643.864000', '162643.867000', '162643.869000', '162643.872000', '162643.875000', '162643.877000', '162643.880000', '162643.883000', '162643.885000', '162643.888000', '162643.890000', '162703.714000', '162703.716000', '162703.719000', '162703.722000', '162703.724000', '162703.727000', '162703.730000', '162703.732000', '162703.735000', '162703.738000', '162703.740000', '162703.743000', '162703.745000', '162703.748000', '162703.751000', '162703.753000', '162703.756000', '162703.759000', '162703.761000', '162703.764000', '162703.766000', '162703.769000', '162703.772000', '162703.774000', '162703.777000', '162703.780000', '162703.782000', '162703.785000', '162703.788000', '162703.790000', '162703.793000', '162703.795000', '162703.799000', '162703.837000', '162703.839000', '162703.842000', '162703.845000', '162703.847000', '162703.884000', '162703.887000', '162703.890000', '162703.892000', '162703.895000', '162723.714000', '162723.717000', '162723.719000', '162723.722000', '162723.725000', '162723.727000', '162723.730000', '162723.732000', '162723.735000', '162723.738000', '162723.741000', '162723.743000', '162723.746000', '162723.748000', '162723.751000', '162723.754000', '162723.756000', '162723.759000', '162723.762000', '162723.764000', '162723.767000', '162723.770000', '162723.772000', '162723.775000', '162723.778000', '162723.780000', '162723.783000', '162723.786000', '162723.788000', '162723.791000', '162723.793000', '162723.796000', '162723.799000', '162723.876000', '162723.879000', '162723.882000', '162723.895000', '162723.897000', '162723.900000', '162723.903000', '162723.906000', '162723.908000', '162723.911000', '162723.913000', '162743.714000', '162743.716000', '162743.719000', '162743.722000', '162743.724000', '162743.727000', '162743.730000', '162743.732000', '162743.735000', '162743.738000', '162743.740000', '162743.743000', '162743.746000', '162743.748000', '162743.751000', '162743.753000', '162743.756000', '162743.759000', '162743.761000', '162743.764000', '162743.767000', '162743.769000', '162743.772000', '162743.774000', '162743.777000', '162743.780000', '162743.782000', '162743.785000', '162743.788000', '162743.790000', '162743.793000', '162743.796000', '162743.798000', '162743.882000', '162743.885000', '162743.887000', '162743.890000', '162743.893000', '162743.895000', '162743.898000', '162743.901000', '162743.903000', '162743.906000', '162803.714000', '162803.717000', '162803.719000', '162803.722000', '162803.725000', '162803.727000', '162803.730000', '162803.733000', '162803.735000', '162803.738000', '162803.741000', '162803.743000', '162803.746000', '162803.748000', '162803.751000', '162803.754000', '162803.756000', '162803.759000', '162803.762000', '162803.764000', '162803.767000', '162803.770000', '162803.772000', '162803.775000', '162803.777000', '162803.780000', '162803.783000', '162803.785000', '162803.788000', '162803.791000', '162803.793000', '162803.796000', '162803.799000', '162803.835000', '162803.838000', '162803.841000', '162803.843000', '162803.846000', '162803.849000', '162803.851000', '162803.854000', '162803.856000', '162803.859000', '162803.862000', '162823.714000', '162823.717000', '162823.719000', '162823.722000', '162823.725000', '162823.727000', '162823.730000', '162823.733000', '162823.735000', '162823.738000', '162823.741000', '162823.743000', '162823.746000', '162823.748000', '162823.751000', '162823.754000', '162823.756000', '162823.759000', '162823.762000', '162823.764000', '162823.767000', '162823.770000', '162823.772000', '162823.775000', '162823.778000', '162823.780000', '162823.783000', '162823.785000', '162823.788000', '162823.791000', '162823.793000', '162823.796000', '162823.799000', '162823.851000', '162823.854000', '162823.856000', '162823.859000', '162823.862000', '162823.864000', '162823.867000', '162823.870000', '162823.872000', '162823.875000', '162843.714000', '162843.717000', '162843.720000', '162843.722000', '162843.725000', '162843.727000', '162843.730000', '162843.733000', '162843.736000', '162843.738000', '162843.741000', '162843.743000', '162843.746000', '162843.749000', '162843.751000', '162843.754000', '162843.757000', '162843.759000', '162843.762000', '162843.765000', '162843.767000', '162843.770000', '162843.772000', '162843.775000', '162843.778000', '162843.780000', '162843.783000', '162843.785000', '162843.788000', '162843.791000', '162843.793000', '162843.796000', '162843.799000', '162843.866000', '162843.869000', '162843.871000', '162843.874000', '162843.876000', '162843.879000', '162843.882000', '162843.884000', '162843.887000', '162843.889000', '162843.892000', '162902.015000', '162902.018000', '162902.021000', '162902.024000', '162902.027000', '162902.029000', '162902.032000', '162902.035000', '162902.038000', '162902.040000', '162902.043000', '162902.046000', '162902.049000', '162902.052000', '162902.055000', '162902.058000', '162902.060000', '162902.063000', '162902.066000', '162902.069000', '162902.071000', '162902.074000', '162902.078000', '162902.081000', '162902.084000', '162902.087000', '162902.090000', '162902.095000', '162902.099000', '162902.101000', '162902.105000', '162902.108000', '162902.110000', '162902.113000', '162902.116000', '162902.119000', '162902.124000', '162902.127000', '162902.130000', '162902.133000'], 'InstanceCreationTime': ['162023.781000', '162023.785000', '162023.788000', '162023.790000', '162023.793000', '162023.796000', '162023.798000', '162023.801000', '162023.813000', '162023.815000', '162023.818000', '162023.820000', '162023.823000', '162023.826000', '162023.829000', '162023.831000', '162023.834000', '162023.836000', '162023.839000', '162023.841000', '162023.844000', '162023.848000', '162023.851000', '162023.854000', '162023.857000', '162023.860000', '162023.863000', '162023.865000', '162023.868000', '162023.871000', '162023.873000', '162043.713000', '162043.716000', '162043.719000', '162043.722000', '162043.725000', '162043.727000', '162043.730000', '162043.733000', '162043.736000', '162043.738000', '162043.741000', '162043.744000', '162043.747000', '162043.750000', '162043.753000', '162043.756000', '162043.759000', '162043.769000', '162043.772000', '162043.775000', '162043.778000', '162043.780000', '162043.783000', '162043.785000', '162043.788000', '162043.791000', '162043.793000', '162043.796000', '162043.799000', '162043.802000', '162043.804000', '162043.807000', '162043.810000', '162043.812000', '162043.815000', '162043.818000', '162043.821000', '162043.824000', '162043.826000', '162043.829000', '162043.832000', '162043.834000', '162043.837000', '162103.714000', '162103.717000', '162103.719000', '162103.722000', '162103.724000', '162103.727000', '162103.730000', '162103.732000', '162103.735000', '162103.738000', '162103.740000', '162103.743000', '162103.746000', '162103.749000', '162103.751000', '162103.754000', '162103.757000', '162103.759000', '162103.762000', '162103.764000', '162103.767000', '162103.770000', '162103.772000', '162103.775000', '162103.777000', '162103.780000', '162103.783000', '162103.785000', '162103.788000', '162103.790000', '162103.793000', '162103.796000', '162103.798000', '162103.801000', '162103.804000', '162103.806000', '162103.809000', '162103.830000', '162103.832000', '162103.835000', '162103.838000', '162103.840000', '162103.843000', '162103.846000', '162123.714000', '162123.717000', '162123.719000', '162123.722000', '162123.724000', '162123.727000', '162123.730000', '162123.732000', '162123.735000', '162123.737000', '162123.740000', '162123.743000', '162123.745000', '162123.748000', '162123.751000', '162123.753000', '162123.756000', '162123.759000', '162123.761000', '162123.764000', '162123.766000', '162123.769000', '162123.772000', '162123.774000', '162123.777000', '162123.779000', '162123.782000', '162123.785000', '162123.787000', '162123.790000', '162123.793000', '162123.795000', '162123.798000', '162123.800000', '162123.803000', '162123.806000', '162123.808000', '162123.826000', '162123.828000', '162123.831000', '162123.834000', '162123.836000', '162123.839000', '162143.714000', '162143.716000', '162143.719000', '162143.722000', '162143.724000', '162143.727000', '162143.730000', '162143.732000', '162143.735000', '162143.737000', '162143.740000', '162143.743000', '162143.745000', '162143.748000', '162143.751000', '162143.753000', '162143.756000', '162143.759000', '162143.761000', '162143.764000', '162143.766000', '162143.769000', '162143.772000', '162143.774000', '162143.777000', '162143.780000', '162143.782000', '162143.785000', '162143.787000', '162143.790000', '162143.793000', '162143.795000', '162143.798000', '162143.801000', '162143.803000', '162143.806000', '162143.809000', '162143.811000', '162143.814000', '162143.817000', '162143.819000', '162143.822000', '162143.825000', '162143.827000', '162203.713000', '162203.716000', '162203.719000', '162203.722000', '162203.724000', '162203.727000', '162203.729000', '162203.732000', '162203.735000', '162203.737000', '162203.740000', '162203.743000', '162203.745000', '162203.748000', '162203.750000', '162203.753000', '162203.756000', '162203.758000', '162203.761000', '162203.764000', '162203.766000', '162203.769000', '162203.772000', '162203.774000', '162203.777000', '162203.780000', '162203.782000', '162203.785000', '162203.787000', '162203.790000', '162203.793000', '162203.795000', '162203.798000', '162203.800000', '162203.803000', '162203.806000', '162203.808000', '162203.811000', '162203.814000', '162203.816000', '162203.819000', '162203.822000', '162203.824000', '162223.714000', '162223.716000', '162223.719000', '162223.722000', '162223.725000', '162223.727000', '162223.730000', '162223.733000', '162223.736000', '162223.738000', '162223.741000', '162223.743000', '162223.746000', '162223.749000', '162223.751000', '162223.754000', '162223.757000', '162223.759000', '162223.762000', '162223.765000', '162223.767000', '162223.770000', '162223.772000', '162223.775000', '162223.778000', '162223.781000', '162223.783000', '162223.786000', '162223.789000', '162223.791000', '162223.794000', '162223.796000', '162223.799000', '162223.853000', '162223.855000', '162223.858000', '162223.860000', '162223.863000', '162223.866000', '162223.868000', '162223.871000', '162223.874000', '162223.876000', '162223.879000', '162243.713000', '162243.716000', '162243.719000', '162243.722000', '162243.724000', '162243.727000', '162243.729000', '162243.732000', '162243.735000', '162243.737000', '162243.740000', '162243.743000', '162243.745000', '162243.748000', '162243.751000', '162243.753000', '162243.756000', '162243.758000', '162243.761000', '162243.764000', '162243.766000', '162243.769000', '162243.772000', '162243.774000', '162243.777000', '162243.780000', '162243.782000', '162243.785000', '162243.788000', '162243.790000', '162243.793000', '162243.795000', '162243.798000', '162243.832000', '162243.835000', '162243.838000', '162243.840000', '162243.843000', '162243.845000', '162243.848000', '162243.851000', '162243.853000', '162243.856000', '162303.714000', '162303.716000', '162303.719000', '162303.722000', '162303.724000', '162303.727000', '162303.730000', '162303.732000', '162303.735000', '162303.738000', '162303.740000', '162303.743000', '162303.746000', '162303.748000', '162303.751000', '162303.753000', '162303.756000', '162303.759000', '162303.775000', '162303.778000', '162303.781000', '162303.783000', '162303.786000', '162303.789000', '162303.791000', '162303.794000', '162303.796000', '162303.799000', '162303.823000', '162303.826000', '162303.828000', '162303.831000', '162303.833000', '162303.836000', '162303.839000', '162303.841000', '162303.844000', '162303.847000', '162303.849000', '162303.852000', '162303.855000', '162303.857000', '162303.860000', '162303.863000', '162323.714000', '162323.717000', '162323.719000', '162323.722000', '162323.725000', '162323.727000', '162323.730000', '162323.733000', '162323.735000', '162323.738000', '162323.740000', '162323.743000', '162323.746000', '162323.748000', '162323.751000', '162323.754000', '162323.756000', '162323.759000', '162323.762000', '162323.764000', '162323.767000', '162323.770000', '162323.772000', '162323.775000', '162323.778000', '162323.780000', '162323.783000', '162323.785000', '162323.788000', '162323.791000', '162323.793000', '162323.796000', '162323.799000', '162323.840000', '162323.843000', '162323.845000', '162323.848000', '162323.850000', '162323.853000', '162323.856000', '162323.858000', '162323.861000', '162323.864000', '162343.714000', '162343.716000', '162343.719000', '162343.722000', '162343.724000', '162343.728000', '162343.731000', '162343.734000', '162343.736000', '162343.739000', '162343.742000', '162343.744000', '162343.747000', '162343.749000', '162343.752000', '162343.755000', '162343.757000', '162343.761000', '162343.764000', '162343.767000', '162343.769000', '162343.772000', '162343.775000', '162343.777000', '162343.780000', '162343.782000', '162343.785000', '162343.788000', '162343.790000', '162343.793000', '162343.795000', '162343.798000', '162343.815000', '162343.818000', '162343.821000', '162343.823000', '162343.826000', '162343.828000', '162343.831000', '162343.834000', '162343.836000', '162343.839000', '162343.841000', '162403.714000', '162403.716000', '162403.719000', '162403.722000', '162403.725000', '162403.727000', '162403.730000', '162403.733000', '162403.735000', '162403.738000', '162403.741000', '162403.743000', '162403.746000', '162403.748000', '162403.751000', '162403.754000', '162403.756000', '162403.759000', '162403.762000', '162403.764000', '162403.767000', '162403.770000', '162403.772000', '162403.775000', '162403.778000', '162403.780000', '162403.783000', '162403.785000', '162403.788000', '162403.791000', '162403.793000', '162403.796000', '162403.799000', '162403.867000', '162403.870000', '162403.873000', '162403.875000', '162403.878000', '162403.880000', '162403.883000', '162403.886000', '162403.888000', '162403.891000', '162403.894000', '162423.713000', '162423.716000', '162423.719000', '162423.722000', '162423.725000', '162423.727000', '162423.730000', '162423.733000', '162423.735000', '162423.738000', '162423.751000', '162423.754000', '162423.756000', '162423.759000', '162423.762000', '162423.764000', '162423.767000', '162423.770000', '162423.772000', '162423.775000', '162423.777000', '162423.780000', '162423.783000', '162423.785000', '162423.788000', '162423.791000', '162423.793000', '162423.796000', '162423.799000', '162423.837000', '162423.840000', '162423.843000', '162423.845000', '162423.848000', '162423.850000', '162423.853000', '162423.856000', '162423.858000', '162423.861000', '162423.864000', '162423.866000', '162423.869000', '162423.871000', '162443.714000', '162443.717000', '162443.719000', '162443.722000', '162443.725000', '162443.727000', '162443.730000', '162443.732000', '162443.735000', '162443.738000', '162443.740000', '162443.743000', '162443.746000', '162443.748000', '162443.751000', '162443.764000', '162443.766000', '162443.769000', '162443.771000', '162443.774000', '162443.777000', '162443.779000', '162443.782000', '162443.785000', '162443.787000', '162443.790000', '162443.792000', '162443.795000', '162443.798000', '162443.801000', '162443.803000', '162443.806000', '162443.808000', '162443.811000', '162443.814000', '162443.816000', '162443.819000', '162443.822000', '162443.824000', '162443.827000', '162443.830000', '162443.832000', '162443.835000', '162443.837000', '162503.714000', '162503.716000', '162503.719000', '162503.722000', '162503.724000', '162503.727000', '162503.730000', '162503.732000', '162503.735000', '162503.738000', '162503.741000', '162503.744000', '162503.747000', '162503.750000', '162503.752000', '162503.755000', '162503.758000', '162503.760000', '162503.763000', '162503.766000', '162503.768000', '162503.771000', '162503.774000', '162503.776000', '162503.779000', '162503.781000', '162503.784000', '162503.787000', '162503.789000', '162503.792000', '162503.795000', '162503.797000', '162503.841000', '162503.843000', '162503.846000', '162503.849000', '162503.851000', '162503.854000', '162503.857000', '162503.859000', '162503.862000', '162503.865000', '162503.867000', '162523.713000', '162523.716000', '162523.719000', '162523.722000', '162523.724000', '162523.727000', '162523.730000', '162523.732000', '162523.735000', '162523.738000', '162523.740000', '162523.743000', '162523.746000', '162523.748000', '162523.751000', '162523.754000', '162523.756000', '162523.759000', '162523.761000', '162523.764000', '162523.767000', '162523.769000', '162523.772000', '162523.775000', '162523.777000', '162523.780000', '162523.782000', '162523.785000', '162523.788000', '162523.791000', '162523.793000', '162523.796000', '162523.799000', '162523.801000', '162523.804000', '162523.806000', '162523.809000', '162523.812000', '162523.816000', '162523.819000', '162523.822000', '162523.824000', '162523.827000', '162523.830000', '162543.714000', '162543.716000', '162543.719000', '162543.731000', '162543.734000', '162543.736000', '162543.739000', '162543.741000', '162543.744000', '162543.747000', '162543.749000', '162543.752000', '162543.755000', '162543.757000', '162543.760000', '162543.762000', '162543.765000', '162543.768000', '162543.770000', '162543.773000', '162543.776000', '162543.778000', '162543.781000', '162543.783000', '162543.786000', '162543.789000', '162543.792000', '162543.795000', '162543.797000', '162543.800000', '162543.803000', '162543.805000', '162543.808000', '162543.811000', '162543.813000', '162543.816000', '162543.818000', '162543.821000', '162543.823000', '162543.826000', '162543.829000', '162543.831000', '162543.834000', '162603.714000', '162603.717000', '162603.719000', '162603.722000', '162603.725000', '162603.727000', '162603.730000', '162603.732000', '162603.735000', '162603.738000', '162603.740000', '162603.743000', '162603.746000', '162603.748000', '162603.751000', '162603.754000', '162603.756000', '162603.759000', '162603.761000', '162603.764000', '162603.767000', '162603.769000', '162603.772000', '162603.774000', '162603.777000', '162603.793000', '162603.796000', '162603.799000', '162603.872000', '162603.874000', '162603.877000', '162603.879000', '162603.882000', '162603.885000', '162603.887000', '162603.890000', '162603.892000', '162603.895000', '162603.898000', '162603.900000', '162603.903000', '162603.906000', '162603.908000', '162603.911000', '162623.714000', '162623.716000', '162623.719000', '162623.722000', '162623.724000', '162623.727000', '162623.730000', '162623.732000', '162623.735000', '162623.738000', '162623.740000', '162623.743000', '162623.746000', '162623.748000', '162623.751000', '162623.753000', '162623.756000', '162623.759000', '162623.761000', '162623.764000', '162623.767000', '162623.769000', '162623.772000', '162623.775000', '162623.777000', '162623.780000', '162623.783000', '162623.785000', '162623.788000', '162623.791000', '162623.793000', '162623.796000', '162623.799000', '162623.862000', '162623.865000', '162623.868000', '162623.870000', '162623.873000', '162623.875000', '162623.878000', '162623.881000', '162623.883000', '162623.886000', '162643.714000', '162643.716000', '162643.719000', '162643.722000', '162643.724000', '162643.727000', '162643.730000', '162643.732000', '162643.735000', '162643.737000', '162643.740000', '162643.743000', '162643.745000', '162643.748000', '162643.751000', '162643.753000', '162643.756000', '162643.759000', '162643.761000', '162643.764000', '162643.767000', '162643.769000', '162643.772000', '162643.774000', '162643.777000', '162643.780000', '162643.783000', '162643.785000', '162643.788000', '162643.791000', '162643.793000', '162643.796000', '162643.798000', '162643.864000', '162643.867000', '162643.869000', '162643.872000', '162643.875000', '162643.877000', '162643.880000', '162643.883000', '162643.885000', '162643.888000', '162643.890000', '162703.714000', '162703.716000', '162703.719000', '162703.722000', '162703.724000', '162703.727000', '162703.730000', '162703.732000', '162703.735000', '162703.738000', '162703.740000', '162703.743000', '162703.745000', '162703.748000', '162703.751000', '162703.753000', '162703.756000', '162703.759000', '162703.761000', '162703.764000', '162703.766000', '162703.769000', '162703.772000', '162703.774000', '162703.777000', '162703.780000', '162703.782000', '162703.785000', '162703.788000', '162703.790000', '162703.793000', '162703.795000', '162703.799000', '162703.837000', '162703.839000', '162703.842000', '162703.845000', '162703.847000', '162703.884000', '162703.887000', '162703.890000', '162703.892000', '162703.895000', '162723.714000', '162723.717000', '162723.719000', '162723.722000', '162723.725000', '162723.727000', '162723.730000', '162723.732000', '162723.735000', '162723.738000', '162723.741000', '162723.743000', '162723.746000', '162723.748000', '162723.751000', '162723.754000', '162723.756000', '162723.759000', '162723.762000', '162723.764000', '162723.767000', '162723.770000', '162723.772000', '162723.775000', '162723.778000', '162723.780000', '162723.783000', '162723.786000', '162723.788000', '162723.791000', '162723.793000', '162723.796000', '162723.799000', '162723.876000', '162723.879000', '162723.882000', '162723.895000', '162723.897000', '162723.900000', '162723.903000', '162723.906000', '162723.908000', '162723.911000', '162723.913000', '162743.714000', '162743.716000', '162743.719000', '162743.722000', '162743.724000', '162743.727000', '162743.730000', '162743.732000', '162743.735000', '162743.738000', '162743.740000', '162743.743000', '162743.746000', '162743.748000', '162743.751000', '162743.753000', '162743.756000', '162743.759000', '162743.761000', '162743.764000', '162743.767000', '162743.769000', '162743.772000', '162743.774000', '162743.777000', '162743.780000', '162743.782000', '162743.785000', '162743.788000', '162743.790000', '162743.793000', '162743.796000', '162743.798000', '162743.882000', '162743.885000', '162743.887000', '162743.890000', '162743.893000', '162743.895000', '162743.898000', '162743.901000', '162743.903000', '162743.906000', '162803.714000', '162803.717000', '162803.719000', '162803.722000', '162803.725000', '162803.727000', '162803.730000', '162803.733000', '162803.735000', '162803.738000', '162803.741000', '162803.743000', '162803.746000', '162803.748000', '162803.751000', '162803.754000', '162803.756000', '162803.759000', '162803.762000', '162803.764000', '162803.767000', '162803.770000', '162803.772000', '162803.775000', '162803.777000', '162803.780000', '162803.783000', '162803.785000', '162803.788000', '162803.791000', '162803.793000', '162803.796000', '162803.799000', '162803.835000', '162803.838000', '162803.841000', '162803.843000', '162803.846000', '162803.849000', '162803.851000', '162803.854000', '162803.856000', '162803.859000', '162803.862000', '162823.714000', '162823.717000', '162823.719000', '162823.722000', '162823.725000', '162823.727000', '162823.730000', '162823.733000', '162823.735000', '162823.738000', '162823.741000', '162823.743000', '162823.746000', '162823.748000', '162823.751000', '162823.754000', '162823.756000', '162823.759000', '162823.762000', '162823.764000', '162823.767000', '162823.770000', '162823.772000', '162823.775000', '162823.778000', '162823.780000', '162823.783000', '162823.785000', '162823.788000', '162823.791000', '162823.793000', '162823.796000', '162823.799000', '162823.851000', '162823.854000', '162823.856000', '162823.859000', '162823.862000', '162823.864000', '162823.867000', '162823.870000', '162823.872000', '162823.875000', '162843.714000', '162843.717000', '162843.720000', '162843.722000', '162843.725000', '162843.727000', '162843.730000', '162843.733000', '162843.736000', '162843.738000', '162843.741000', '162843.743000', '162843.746000', '162843.749000', '162843.751000', '162843.754000', '162843.757000', '162843.759000', '162843.762000', '162843.765000', '162843.767000', '162843.770000', '162843.772000', '162843.775000', '162843.778000', '162843.780000', '162843.783000', '162843.785000', '162843.788000', '162843.791000', '162843.793000', '162843.796000', '162843.799000', '162843.866000', '162843.869000', '162843.871000', '162843.874000', '162843.876000', '162843.879000', '162843.882000', '162843.884000', '162843.887000', '162843.889000', '162843.892000', '162902.015000', '162902.018000', '162902.021000', '162902.024000', '162902.027000', '162902.029000', '162902.032000', '162902.035000', '162902.038000', '162902.040000', '162902.043000', '162902.046000', '162902.049000', '162902.052000', '162902.055000', '162902.058000', '162902.060000', '162902.063000', '162902.066000', '162902.069000', '162902.071000', '162902.074000', '162902.078000', '162902.081000', '162902.084000', '162902.087000', '162902.090000', '162902.095000', '162902.099000', '162902.101000', '162902.105000', '162902.108000', '162902.110000', '162902.113000', '162902.116000', '162902.119000', '162902.124000', '162902.127000', '162902.130000', '162902.133000'], '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': [11661, 12603, 10849, 12533, 11294, 11047, 11178, 10343, 10231, 11592, 11063, 10969, 10739, 11731, 10714, 11308, 10964, 9781, 11309, 10898, 11089, 10477, 11080, 10558, 10830, 10983, 11311, 11032, 9807, 11261, 10393, 11380, 10597, 11327, 11083, 11162, 11120, 10571, 10927, 10912, 11133, 11445, 10639, 11033, 11530, 11501, 10880, 11234, 9933, 10771, 11643, 11537, 10890, 12690, 11558, 10749, 11453, 10628, 10649, 10794, 10862, 11000, 11167, 10873, 12275, 11493, 12982, 10975, 10198, 11025, 10426, 10942, 10633, 11152, 10783, 10839, 10973, 10714, 10863, 12196, 10954, 11801, 11056, 10438, 11316, 10621, 10850, 10486, 10919, 10127, 10746, 11444, 11271, 11329, 12049, 10917, 11719, 11043, 11981, 11465, 12972, 10975, 10142, 10646, 10315, 10997, 10344, 10800, 10373, 10801, 11396, 10887, 11127, 11831, 11317, 11729, 10886, 11707, 10913, 11898, 11211, 12623, 11615, 10058, 11274, 10514, 10967, 10692, 11213, 10451, 11276, 10375, 10889, 10521, 11038, 10740, 11073, 11526, 10944, 10781, 11294, 10631, 12391, 10856, 11279, 10646, 10198, 10903, 10974, 11072, 10538, 11455, 10434, 10962, 10531, 10870, 10571, 11002, 11200, 11080, 10837, 11975, 11138, 11492, 10868, 11107, 10733, 10163, 11197, 10409, 11236, 10278, 11323, 11003, 11312, 11098, 12122, 10717, 11697, 11009, 12149, 11033, 12800, 11558, 10680, 11075, 10640, 10956, 10625, 10897, 10397, 11471, 10780, 11123, 10284, 11285, 10187, 11272, 10537, 11171, 10891, 11366, 11041, 11085, 10615, 11480, 10998, 12750, 11054, 11551, 11247, 11335, 10991, 10414, 11222, 10704, 11219, 10427, 11159, 10781, 11308, 10737, 11784, 11226, 11149, 11049, 11709, 10674, 11834, 10752, 11737, 10764, 12216, 10966, 12596, 11224, 10951, 11175, 10312, 11320, 10872, 11037, 10818, 11804, 10699, 11459, 10605, 11316, 10772, 11408, 11222, 11115, 10842, 11093, 10989, 12497, 11060, 10217, 11322, 10752, 11162, 10597, 11483, 10741, 11242, 11506, 11062, 10862, 12601, 11189, 10926, 11335, 10331, 11076, 11425, 11928, 11359, 10416, 11453, 11317, 11421, 11099, 11534, 10733, 11198, 11118, 12764, 11129, 11526, 11216, 11076, 11317, 11812, 11125, 10862, 11611, 11061, 12080, 10788, 11326, 10735, 11134, 10437, 10924, 11013, 12188, 10957, 11648, 11251, 10660, 11410, 10997, 11489, 11016, 11581, 11523, 11347, 10693, 11470, 10826, 12418, 11735, 10380, 11498, 11010, 11841, 10794, 11469, 11284, 11193, 10948, 11140, 10667, 12134, 10725, 11172, 11232, 10427, 11369, 11144, 11148, 11025, 11459, 10929, 11094, 11117, 12126, 10468, 12080, 11197, 11387, 11024, 11368, 11036, 11188, 11454, 10707, 11620, 10520, 11452, 10742, 11643, 10678, 11371, 10859, 11169, 11273, 11458, 10637, 11460, 10880, 11604, 11199, 12007, 11316, 12951, 11104, 10826, 10943, 10929, 11467, 10554, 11241, 10888, 11345, 11235, 10997, 11415, 11528, 11358, 11134, 10622, 11003, 10722, 11726, 10851, 11790, 11287, 10409, 11016, 10567, 11034, 10457, 11384, 10094, 11148, 10460, 11214, 10486, 11872, 11367, 11411, 10889, 11660, 10887, 12903, 11113, 12168, 11301, 12220, 10828, 12982, 11166, 10628, 11412, 10475, 11241, 10502, 11025, 10761, 11601, 10292, 11551, 10491, 11294, 10687, 11386, 10614, 11178, 10826, 11837, 10600, 11255, 10851, 11126, 11336, 11022, 11197, 11620, 10740, 11282, 10683, 11270, 11007, 11241, 11042, 12322, 11033, 10948, 10843, 10162, 11352, 10762, 11069, 10598, 11455, 10484, 11318, 10525, 11070, 11641, 11262, 10502, 11177, 10702, 11283, 10704, 10910, 10650, 11145, 10291, 11616, 10177, 11041, 10502, 11087, 11182, 10950, 11301, 11418, 11188, 10948, 11148, 10853, 11392, 11148, 11111, 11223, 10633, 11050, 10705, 10976, 10844, 12541, 11180, 10344, 10987, 10881, 10782, 13122, 10998, 11351, 11128, 11375, 10866, 13100, 11248, 12248, 11141, 11392, 11000, 10967, 10738, 11726, 10771, 10540, 10955, 10544, 11037, 10732, 10858, 10785, 10878, 10555, 11135, 10649, 11132, 10679, 10831, 10711, 10980, 10487, 11048, 10811, 11626, 10543, 11061, 10590, 10940, 10555, 11115, 10496, 10951, 10699, 10769, 10395, 11569, 10090, 11523, 10468, 11465, 10601, 11372, 10283, 11143, 10243, 10958, 10910, 10767, 11056, 11045, 11467, 11051, 10435, 10877, 10714, 12099, 10923, 11564, 11168, 11612, 11054, 12546, 11094, 12038, 10876, 10849, 11146, 10584, 11210, 11422, 11179, 10166, 10887, 10374, 10920, 10363, 11280, 10588, 11093, 10967, 11117, 10835, 11398, 11056, 10652, 11390, 10994, 10773, 11987, 10740, 10955, 11187, 10897, 11157, 11809, 11107, 11349, 10524, 11453, 10613, 12443, 10794, 11897, 11288, 11259, 10906, 10549, 10994, 10567, 10917, 10115, 11070, 10409, 11088, 10504, 10950, 11357, 10955, 11121, 11116, 11197, 11433, 10559, 11662, 10716, 12343, 10794, 11721, 11041, 11454, 10879, 10567, 11356, 10390, 11249, 10485, 11083, 11592, 12449, 10781, 12432, 10823, 12304, 11492, 13062, 11314, 12294, 11484, 10026, 11306, 10145, 11613, 10781, 11943, 10584, 11206, 10572, 11370, 10568, 11481, 11077, 11111, 11240, 10795, 10518, 11728, 10299, 12494, 10531, 11980, 11672, 10901, 11318, 12926, 11552, 12971, 11615, 10850, 11279, 10922, 11656, 11343, 11706, 10438, 11227, 9932, 11252, 10212, 11777, 10892, 11370, 10799, 11126, 11626, 11835, 11366, 13266, 10592, 10068, 10917, 10530, 11305, 10387, 11330, 11264, 11171, 11565, 10953, 11254, 10473, 11659, 10678, 11998, 10831, 13056, 11503, 10901, 10864, 10716, 10589, 12519, 11190, 10493, 11272, 10731, 12113, 10548, 11462, 11565, 10895, 10793, 10813, 11713, 12351, 11158, 10729, 11318, 10915, 11687, 10499, 11188, 10755, 11305, 10757, 11035, 10871, 11989, 11756, 14285, 11093, 10336, 11151, 10793, 12210, 10332, 11183, 11025, 10804, 10547, 10328, 10885, 11406, 11542, 12476, 11127, 10439, 11277, 10472, 10879, 11015, 12557, 10824, 10913, 12198, 10415, 10887, 11225, 13370, 11829, 10456, 11093, 11311, 11346, 10465, 13923, 11448, 12727, 15550, 10540, 9928, 11056, 10298, 10986, 11614, 10842, 11955, 11444, 11263, 11037, 10209, 10621, 10302, 11148, 10680, 13309, 11422, 11578, 11311, 10800, 10304, 11046, 11959, 10978, 14617, 11001, 11541, 11070, 10515, 10591, 10790, 11297, 10616, 10297, 11023, 10176, 10609, 11350, 11124, 10518, 9956, 11333, 10428, 12285, 10630, 10643, 11247, 10402, 11020, 11240, 11230, 10438, 11004, 10602, 11932, 10022, 11412, 11542, 10437, 10726, 10364, 11374, 10602, 11220, 10859, 10706, 11523, 11068, 11795, 10603, 11006, 10615, 10671, 11469, 12496, 11283, 10372, 11259, 10417, 11364, 10821, 11807, 10458, 12149, 11195, 11420, 11485, 10468, 11218, 10481, 10775, 10670, 11461, 11892, 11145, 12430, 10545, 10608, 11434, 10726, 10772, 12504, 11423, 10956, 11351, 10303, 11244, 10313, 11329, 10452, 10666, 11148, 10420, 12203, 10468, 11492, 11594, 11149, 10787, 11055, 11350, 11784, 11296, 10150, 10897, 10437, 10582, 10660, 11791, 11689, 10249, 11085, 10105, 10720, 11234, 12224, 10418, 11632, 10713, 11318, 11366, 12152, 11294, 10332, 11253, 9994, 10807, 11581, 11287, 10276, 11204, 11108, 10526, 11125, 10223, 11427, 10514, 11063, 10445, 10516, 11456, 11492, 10378, 11198, 11016, 10744, 11333, 10740, 11358, 10418, 11402, 9893, 10944, 10240, 10950, 10492, 11310, 11308, 10850, 10263, 10983, 10259, 11968, 9891, 10797, 10679, 10852, 10943, 12178, 10768, 11293, 11115, 10087, 10838, 10219, 11658, 10289, 11422, 10579, 10834, 10905, 11136, 10824, 12183, 10447, 10927, 10464, 11278, 10683, 12258, 10630, 12427, 11258, 10579, 11280, 10317, 11473, 11756, 11663, 10416, 10971, 10254, 10958, 10305, 11298, 10413, 11411, 10489, 11706, 10327, 10820, 9917, 11280, 10051, 10838, 10162, 10466, 11260, 10758, 11224, 11166, 10105, 10847, 10626, 11340, 10765, 12362, 11033, 10196, 11193, 10329, 11409, 11457, 11511, 10268, 10973, 9971, 10796, 10218, 11225, 10393, 10927, 9830, 10905, 10053, 11048, 10468, 11051, 10085, 11513, 10264, 10736, 10643, 11090, 11097, 10322, 10527, 10281, 11096, 12395, 10492, 11190, 10790, 11242, 10931, 11808, 10626, 11833, 11212, 11306, 11312, 10809, 11411, 10904, 11339, 10199, 11033, 10214, 11280, 10328, 11134, 10507, 10875, 10211, 11006, 10597, 11613, 10206, 10847, 10355, 10485, 10922, 11808, 11449, 10858, 10248, 10521, 11139, 12171, 11618, 9997, 10992, 10115, 11187, 10047, 11243, 10138, 11459, 10323, 10593, 11038, 11003, 11259, 11072, 10736, 10750, 11124, 9744, 11382, 10601, 11071, 10030, 10793, 10434, 10904, 11653, 11121, 10666], 'WindowCenter': [4232.0, 4228.0, 4205.0, 4212.0, 4203.0, 4190.0, 4189.0, 4179.0, 4179.0, 4200.0, 4201.0, 4191.0, 4202.0, 4202.0, 4203.0, 4202.0, 4203.0, 4192.0, 4203.0, 4203.0, 4203.0, 4193.0, 4204.0, 4193.0, 4203.0, 4204.0, 4204.0, 4206.0, 4194.0, 4204.0, 4194.0, 4204.0, 4206.0, 4216.0, 4218.0, 4216.0, 4216.0, 4206.0, 4218.0, 4219.0, 4218.0, 4229.0, 4207.0, 4218.0, 4228.0, 4231.0, 4219.0, 4230.0, 4208.0, 4218.0, 4228.0, 4229.0, 4230.0, 4229.0, 4231.0, 4219.0, 4228.0, 4207.0, 4218.0, 4220.0, 4219.0, 4218.0, 4217.0, 4217.0, 4216.0, 4228.0, 4228.0, 4218.0, 4207.0, 4216.0, 4206.0, 4216.0, 4207.0, 4217.0, 4206.0, 4205.0, 4205.0, 4206.0, 4216.0, 4228.0, 4218.0, 4216.0, 4217.0, 4205.0, 4216.0, 4217.0, 4218.0, 4217.0, 4218.0, 4207.0, 4217.0, 4217.0, 4218.0, 4229.0, 4227.0, 4218.0, 4216.0, 4217.0, 4216.0, 4228.0, 4228.0, 4219.0, 4207.0, 4218.0, 4207.0, 4216.0, 4218.0, 4219.0, 4207.0, 4217.0, 4217.0, 4217.0, 4217.0, 4227.0, 4218.0, 4217.0, 4217.0, 4216.0, 4216.0, 4216.0, 4218.0, 4227.0, 4218.0, 4206.0, 4217.0, 4205.0, 4217.0, 4218.0, 4217.0, 4207.0, 4217.0, 4206.0, 4206.0, 4218.0, 4217.0, 4217.0, 4216.0, 4217.0, 4206.0, 4216.0, 4216.0, 4219.0, 4227.0, 4218.0, 4216.0, 4217.0, 4206.0, 4218.0, 4218.0, 4217.0, 4206.0, 4217.0, 4205.0, 4206.0, 4216.0, 4217.0, 4206.0, 4207.0, 4216.0, 4215.0, 4217.0, 4228.0, 4230.0, 4217.0, 4218.0, 4216.0, 4217.0, 4218.0, 4219.0, 4217.0, 4219.0, 4207.0, 4217.0, 4216.0, 4217.0, 4218.0, 4227.0, 4207.0, 4216.0, 4216.0, 4226.0, 4218.0, 4226.0, 4218.0, 4206.0, 4217.0, 4205.0, 4217.0, 4207.0, 4217.0, 4206.0, 4216.0, 4205.0, 4216.0, 4206.0, 4216.0, 4206.0, 4216.0, 4205.0, 4216.0, 4217.0, 4216.0, 4217.0, 4216.0, 4206.0, 4215.0, 4217.0, 4227.0, 4218.0, 4216.0, 4217.0, 4205.0, 4217.0, 4217.0, 4217.0, 4206.0, 4217.0, 4206.0, 4216.0, 4217.0, 4217.0, 4217.0, 4217.0, 4216.0, 4206.0, 4216.0, 4216.0, 4207.0, 4215.0, 4206.0, 4215.0, 4206.0, 4215.0, 4217.0, 4216.0, 4217.0, 4205.0, 4216.0, 4194.0, 4215.0, 4216.0, 4216.0, 4205.0, 4216.0, 4204.0, 4215.0, 4205.0, 4216.0, 4216.0, 4215.0, 4215.0, 4204.0, 4205.0, 4205.0, 4217.0, 4226.0, 4217.0, 4206.0, 4216.0, 4205.0, 4216.0, 4217.0, 4217.0, 4206.0, 4216.0, 4216.0, 4215.0, 4218.0, 4228.0, 4218.0, 4218.0, 4218.0, 4206.0, 4228.0, 4229.0, 4228.0, 4219.0, 4207.0, 4229.0, 4219.0, 4228.0, 4216.0, 4216.0, 4204.0, 4204.0, 4205.0, 4226.0, 4205.0, 4204.0, 4204.0, 4203.0, 4205.0, 4215.0, 4204.0, 4204.0, 4203.0, 4202.0, 4202.0, 4203.0, 4203.0, 4203.0, 4203.0, 4203.0, 4192.0, 4203.0, 4213.0, 4205.0, 4203.0, 4204.0, 4193.0, 4203.0, 4203.0, 4215.0, 4205.0, 4215.0, 4214.0, 4204.0, 4204.0, 4214.0, 4216.0, 4214.0, 4217.0, 4204.0, 4215.0, 4204.0, 4216.0, 4216.0, 4216.0, 4205.0, 4204.0, 4204.0, 4203.0, 4207.0, 4215.0, 4205.0, 4204.0, 4215.0, 4204.0, 4216.0, 4216.0, 4216.0, 4205.0, 4215.0, 4205.0, 4204.0, 4216.0, 4216.0, 4206.0, 4215.0, 4216.0, 4204.0, 4205.0, 4204.0, 4206.0, 4204.0, 4204.0, 4203.0, 4203.0, 4203.0, 4203.0, 4204.0, 4215.0, 4204.0, 4204.0, 4203.0, 4202.0, 4205.0, 4215.0, 4205.0, 4214.0, 4205.0, 4204.0, 4205.0, 4214.0, 4216.0, 4215.0, 4205.0, 4204.0, 4204.0, 4203.0, 4215.0, 4206.0, 4216.0, 4205.0, 4204.0, 4204.0, 4204.0, 4216.0, 4215.0, 4215.0, 4204.0, 4205.0, 4204.0, 4205.0, 4215.0, 4217.0, 4215.0, 4216.0, 4204.0, 4216.0, 4217.0, 4218.0, 4207.0, 4218.0, 4207.0, 4217.0, 4217.0, 4218.0, 4218.0, 4228.0, 4217.0, 4216.0, 4216.0, 4216.0, 4218.0, 4226.0, 4217.0, 4215.0, 4216.0, 4215.0, 4217.0, 4227.0, 4217.0, 4205.0, 4215.0, 4204.0, 4205.0, 4206.0, 4206.0, 4205.0, 4216.0, 4204.0, 4215.0, 4206.0, 4217.0, 4205.0, 4216.0, 4204.0, 4204.0, 4204.0, 4215.0, 4206.0, 4205.0, 4204.0, 4204.0, 4204.0, 4203.0, 4215.0, 4215.0, 4206.0, 4205.0, 4206.0, 4204.0, 4205.0, 4216.0, 4217.0, 4215.0, 4217.0, 4205.0, 4206.0, 4204.0, 4216.0, 4216.0, 4216.0, 4205.0, 4216.0, 4205.0, 4205.0, 4205.0, 4206.0, 4214.0, 4205.0, 4193.0, 4203.0, 4192.0, 4205.0, 4206.0, 4205.0, 4204.0, 4204.0, 4193.0, 4214.0, 4206.0, 4216.0, 4206.0, 4216.0, 4216.0, 4205.0, 4217.0, 4217.0, 4217.0, 4206.0, 4216.0, 4204.0, 4215.0, 4215.0, 4216.0, 4215.0, 4206.0, 4205.0, 4205.0, 4216.0, 4218.0, 4226.0, 4217.0, 4205.0, 4217.0, 4205.0, 4217.0, 4227.0, 4217.0, 4205.0, 4216.0, 4204.0, 4205.0, 4226.0, 4216.0, 4214.0, 4205.0, 4202.0, 4204.0, 4203.0, 4205.0, 4214.0, 4206.0, 4204.0, 4205.0, 4204.0, 4205.0, 4206.0, 4205.0, 4205.0, 4205.0, 4193.0, 4204.0, 4204.0, 4216.0, 4205.0, 4205.0, 4204.0, 4204.0, 4203.0, 4215.0, 4206.0, 4215.0, 4205.0, 4205.0, 4204.0, 4204.0, 4205.0, 4216.0, 4205.0, 4205.0, 4204.0, 4204.0, 4204.0, 4216.0, 4206.0, 4216.0, 4206.0, 4216.0, 4205.0, 4216.0, 4207.0, 4217.0, 4206.0, 4217.0, 4216.0, 4217.0, 4229.0, 4218.0, 4218.0, 4217.0, 4217.0, 4217.0, 4219.0, 4228.0, 4219.0, 4217.0, 4218.0, 4216.0, 4218.0, 4228.0, 4218.0, 4227.0, 4218.0, 4216.0, 4218.0, 4219.0, 4231.0, 4218.0, 4229.0, 4208.0, 4218.0, 4218.0, 4230.0, 4219.0, 4230.0, 4218.0, 4217.0, 4217.0, 4218.0, 4218.0, 4218.0, 4218.0, 4206.0, 4216.0, 4216.0, 4218.0, 4217.0, 4217.0, 4205.0, 4205.0, 4205.0, 4217.0, 4216.0, 4217.0, 4215.0, 4206.0, 4216.0, 4207.0, 4227.0, 4217.0, 4216.0, 4216.0, 4205.0, 4206.0, 4217.0, 4218.0, 4206.0, 4217.0, 4205.0, 4216.0, 4217.0, 4218.0, 4218.0, 4217.0, 4217.0, 4216.0, 4217.0, 4229.0, 4218.0, 4217.0, 4217.0, 4216.0, 4207.0, 4228.0, 4218.0, 4216.0, 4217.0, 4216.0, 4217.0, 4219.0, 4219.0, 4206.0, 4217.0, 4205.0, 4205.0, 4219.0, 4229.0, 4218.0, 4228.0, 4217.0, 4215.0, 4216.0, 4239.0, 4219.0, 4215.0, 4216.0, 4193.0, 4204.0, 4193.0, 4216.0, 4206.0, 4216.0, 4204.0, 4205.0, 4204.0, 4204.0, 4205.0, 4205.0, 4205.0, 4204.0, 4204.0, 4203.0, 4204.0, 4204.0, 4206.0, 4214.0, 4205.0, 4204.0, 4215.0, 4203.0, 4205.0, 4214.0, 4216.0, 4214.0, 4205.0, 4192.0, 4204.0, 4192.0, 4204.0, 4204.0, 4204.0, 4193.0, 4204.0, 4182.0, 4203.0, 4193.0, 4214.0, 4204.0, 4204.0, 4204.0, 4204.0, 4214.0, 4215.0, 4215.0, 4225.0, 4207.0, 4205.0, 4215.0, 4204.0, 4216.0, 4208.0, 4218.0, 4218.0, 4219.0, 4230.0, 4230.0, 4219.0, 4208.0, 4218.0, 4206.0, 4216.0, 4205.0, 4215.0, 4204.0, 4203.0, 4204.0, 4192.0, 4205.0, 4215.0, 4216.0, 4204.0, 4204.0, 4204.0, 4215.0, 4217.0, 4216.0, 4216.0, 4205.0, 4205.0, 4204.0, 4227.0, 4228.0, 4217.0, 4206.0, 4215.0, 4204.0, 4215.0, 4205.0, 4217.0, 4206.0, 4216.0, 4205.0, 4203.0, 4204.0, 4214.0, 4216.0, 4225.0, 4204.0, 4192.0, 4202.0, 4202.0, 4213.0, 4193.0, 4203.0, 4203.0, 4203.0, 4203.0, 4192.0, 4203.0, 4203.0, 4216.0, 4215.0, 4215.0, 4204.0, 4204.0, 4203.0, 4204.0, 4216.0, 4226.0, 4216.0, 4205.0, 4215.0, 4204.0, 4204.0, 4216.0, 4225.0, 4214.0, 4204.0, 4204.0, 4205.0, 4215.0, 4207.0, 4237.0, 4218.0, 4228.0, 4250.0, 4206.0, 4205.0, 4216.0, 4192.0, 4215.0, 4202.0, 4204.0, 4213.0, 4216.0, 4217.0, 4217.0, 4205.0, 4205.0, 4193.0, 4202.0, 4192.0, 4213.0, 4202.0, 4191.0, 4191.0, 4189.0, 4178.0, 4189.0, 4188.0, 4189.0, 4197.0, 4177.0, 4176.0, 4176.0, 4176.0, 4177.0, 4188.0, 4189.0, 4190.0, 4179.0, 4189.0, 4178.0, 4189.0, 4204.0, 4201.0, 4192.0, 4180.0, 4201.0, 4193.0, 4213.0, 4192.0, 4191.0, 4202.0, 4191.0, 4204.0, 4203.0, 4204.0, 4193.0, 4203.0, 4193.0, 4215.0, 4206.0, 4204.0, 4214.0, 4193.0, 4204.0, 4204.0, 4216.0, 4205.0, 4206.0, 4206.0, 4204.0, 4216.0, 4216.0, 4216.0, 4205.0, 4204.0, 4204.0, 4204.0, 4216.0, 4214.0, 4205.0, 4193.0, 4204.0, 4203.0, 4216.0, 4217.0, 4215.0, 4205.0, 4214.0, 4204.0, 4203.0, 4204.0, 4193.0, 4204.0, 4193.0, 4192.0, 4193.0, 4203.0, 4215.0, 4204.0, 4213.0, 4192.0, 4192.0, 4203.0, 4192.0, 4204.0, 4213.0, 4204.0, 4192.0, 4203.0, 4192.0, 4203.0, 4205.0, 4204.0, 4204.0, 4204.0, 4204.0, 4204.0, 4215.0, 4206.0, 4216.0, 4216.0, 4204.0, 4204.0, 4203.0, 4205.0, 4214.0, 4205.0, 4194.0, 4204.0, 4204.0, 4204.0, 4205.0, 4215.0, 4216.0, 4205.0, 4205.0, 4205.0, 4205.0, 4216.0, 4216.0, 4206.0, 4204.0, 4205.0, 4203.0, 4215.0, 4215.0, 4205.0, 4194.0, 4203.0, 4192.0, 4203.0, 4215.0, 4204.0, 4205.0, 4204.0, 4205.0, 4204.0, 4205.0, 4205.0, 4216.0, 4204.0, 4204.0, 4204.0, 4193.0, 4204.0, 4204.0, 4205.0, 4204.0, 4205.0, 4203.0, 4205.0, 4205.0, 4216.0, 4205.0, 4216.0, 4195.0, 4205.0, 4206.0, 4217.0, 4217.0, 4217.0, 4216.0, 4205.0, 4205.0, 4205.0, 4206.0, 4216.0, 4206.0, 4205.0, 4205.0, 4204.0, 4206.0, 4216.0, 4217.0, 4205.0, 4216.0, 4204.0, 4205.0, 4206.0, 4228.0, 4206.0, 4216.0, 4206.0, 4205.0, 4206.0, 4205.0, 4217.0, 4216.0, 4206.0, 4205.0, 4205.0, 4203.0, 4205.0, 4214.0, 4206.0, 4214.0, 4205.0, 4193.0, 4204.0, 4193.0, 4205.0, 4204.0, 4204.0, 4193.0, 4192.0, 4191.0, 4192.0, 4193.0, 4204.0, 4193.0, 4203.0, 4192.0, 4202.0, 4192.0, 4203.0, 4194.0, 4203.0, 4192.0, 4203.0, 4193.0, 4192.0, 4204.0, 4204.0, 4216.0, 4204.0, 4205.0, 4203.0, 4204.0, 4204.0, 4216.0, 4214.0, 4205.0, 4193.0, 4204.0, 4193.0, 4215.0, 4216.0, 4215.0, 4193.0, 4204.0, 4193.0, 4204.0, 4205.0, 4215.0, 4194.0, 4204.0, 4193.0, 4204.0, 4193.0, 4215.0, 4205.0, 4205.0, 4194.0, 4215.0, 4194.0, 4205.0, 4205.0, 4205.0, 4216.0, 4205.0, 4206.0, 4205.0, 4217.0, 4227.0, 4207.0, 4205.0, 4206.0, 4204.0, 4205.0, 4216.0, 4207.0, 4215.0, 4205.0, 4203.0, 4204.0, 4204.0, 4215.0, 4204.0, 4204.0, 4193.0, 4203.0, 4193.0, 4205.0, 4204.0, 4204.0, 4193.0, 4203.0, 4192.0, 4205.0, 4204.0, 4205.0, 4193.0, 4203.0, 4193.0, 4193.0, 4216.0, 4216.0, 4204.0, 4203.0, 4193.0, 4192.0, 4203.0, 4213.0, 4204.0, 4193.0, 4204.0, 4192.0, 4202.0, 4194.0, 4205.0, 4193.0, 4204.0, 4192.0, 4192.0, 4203.0, 4204.0, 4204.0, 4203.0, 4204.0, 4201.0, 4203.0, 4193.0, 4215.0, 4193.0, 4204.0, 4193.0, 4193.0, 4193.0, 4204.0, 4204.0, 4204.0, 4204.0], 'WindowWidth': [9378.0, 9364.0, 9325.0, 9331.0, 9316.0, 9295.0, 9291.0, 9279.0, 9279.0, 9309.0, 9310.0, 9298.0, 9314.0, 9314.0, 9318.0, 9315.0, 9317.0, 9301.0, 9317.0, 9315.0, 9318.0, 9302.0, 9317.0, 9303.0, 9316.0, 9320.0, 9321.0, 9325.0, 9307.0, 9321.0, 9307.0, 9322.0, 9329.0, 9341.0, 9347.0, 9339.0, 9342.0, 9327.0, 9348.0, 9350.0, 9349.0, 9363.0, 9330.0, 9347.0, 9360.0, 9370.0, 9351.0, 9366.0, 9335.0, 9347.0, 9362.0, 9363.0, 9368.0, 9363.0, 9369.0, 9350.0, 9361.0, 9332.0, 9349.0, 9352.0, 9351.0, 9347.0, 9343.0, 9344.0, 9342.0, 9361.0, 9361.0, 9348.0, 9332.0, 9342.0, 9328.0, 9341.0, 9331.0, 9344.0, 9327.0, 9325.0, 9326.0, 9326.0, 9342.0, 9360.0, 9347.0, 9342.0, 9344.0, 9326.0, 9342.0, 9345.0, 9347.0, 9344.0, 9347.0, 9331.0, 9344.0, 9345.0, 9347.0, 9364.0, 9358.0, 9346.0, 9341.0, 9344.0, 9342.0, 9361.0, 9362.0, 9351.0, 9332.0, 9346.0, 9330.0, 9342.0, 9350.0, 9351.0, 9332.0, 9344.0, 9344.0, 9343.0, 9345.0, 9359.0, 9348.0, 9343.0, 9343.0, 9340.0, 9342.0, 9342.0, 9348.0, 9357.0, 9347.0, 9329.0, 9343.0, 9326.0, 9344.0, 9348.0, 9346.0, 9331.0, 9344.0, 9327.0, 9327.0, 9347.0, 9346.0, 9344.0, 9342.0, 9345.0, 9327.0, 9342.0, 9342.0, 9351.0, 9356.0, 9348.0, 9343.0, 9344.0, 9329.0, 9347.0, 9348.0, 9346.0, 9329.0, 9343.0, 9326.0, 9328.0, 9343.0, 9343.0, 9329.0, 9330.0, 9343.0, 9339.0, 9346.0, 9362.0, 9367.0, 9347.0, 9348.0, 9343.0, 9345.0, 9347.0, 9351.0, 9347.0, 9350.0, 9332.0, 9344.0, 9343.0, 9345.0, 9348.0, 9357.0, 9331.0, 9341.0, 9342.0, 9356.0, 9348.0, 9357.0, 9348.0, 9329.0, 9343.0, 9327.0, 9344.0, 9332.0, 9344.0, 9329.0, 9341.0, 9325.0, 9343.0, 9330.0, 9342.0, 9327.0, 9340.0, 9326.0, 9341.0, 9346.0, 9343.0, 9343.0, 9341.0, 9328.0, 9340.0, 9345.0, 9358.0, 9347.0, 9341.0, 9343.0, 9324.0, 9344.0, 9346.0, 9346.0, 9329.0, 9344.0, 9328.0, 9342.0, 9346.0, 9346.0, 9345.0, 9344.0, 9342.0, 9326.0, 9340.0, 9341.0, 9331.0, 9338.0, 9328.0, 9337.0, 9326.0, 9338.0, 9344.0, 9340.0, 9343.0, 9324.0, 9339.0, 9308.0, 9338.0, 9342.0, 9342.0, 9326.0, 9339.0, 9323.0, 9336.0, 9327.0, 9342.0, 9343.0, 9338.0, 9339.0, 9322.0, 9324.0, 9324.0, 9344.0, 9356.0, 9345.0, 9327.0, 9340.0, 9325.0, 9341.0, 9346.0, 9343.0, 9327.0, 9340.0, 9341.0, 9339.0, 9348.0, 9361.0, 9349.0, 9349.0, 9347.0, 9327.0, 9360.0, 9363.0, 9363.0, 9350.0, 9331.0, 9364.0, 9353.0, 9361.0, 9341.0, 9340.0, 9322.0, 9320.0, 9323.0, 9355.0, 9324.0, 9321.0, 9322.0, 9318.0, 9323.0, 9340.0, 9323.0, 9320.0, 9317.0, 9313.0, 9315.0, 9318.0, 9319.0, 9318.0, 9317.0, 9318.0, 9301.0, 9317.0, 9332.0, 9323.0, 9318.0, 9320.0, 9304.0, 9319.0, 9319.0, 9339.0, 9325.0, 9337.0, 9335.0, 9319.0, 9321.0, 9335.0, 9342.0, 9335.0, 9343.0, 9323.0, 9337.0, 9323.0, 9342.0, 9341.0, 9340.0, 9324.0, 9322.0, 9322.0, 9319.0, 9331.0, 9338.0, 9326.0, 9322.0, 9338.0, 9321.0, 9339.0, 9343.0, 9342.0, 9326.0, 9337.0, 9325.0, 9323.0, 9341.0, 9343.0, 9329.0, 9339.0, 9340.0, 9321.0, 9324.0, 9322.0, 9327.0, 9322.0, 9322.0, 9318.0, 9319.0, 9318.0, 9319.0, 9321.0, 9337.0, 9320.0, 9320.0, 9318.0, 9316.0, 9324.0, 9338.0, 9325.0, 9336.0, 9325.0, 9320.0, 9324.0, 9335.0, 9341.0, 9338.0, 9325.0, 9320.0, 9321.0, 9319.0, 9338.0, 9328.0, 9340.0, 9323.0, 9322.0, 9322.0, 9320.0, 9340.0, 9339.0, 9337.0, 9322.0, 9323.0, 9319.0, 9324.0, 9337.0, 9342.0, 9337.0, 9342.0, 9323.0, 9341.0, 9344.0, 9348.0, 9331.0, 9346.0, 9330.0, 9345.0, 9344.0, 9347.0, 9348.0, 9361.0, 9344.0, 9340.0, 9341.0, 9341.0, 9347.0, 9355.0, 9343.0, 9339.0, 9341.0, 9337.0, 9343.0, 9358.0, 9343.0, 9326.0, 9338.0, 9321.0, 9323.0, 9329.0, 9327.0, 9324.0, 9339.0, 9323.0, 9337.0, 9327.0, 9343.0, 9325.0, 9340.0, 9321.0, 9322.0, 9320.0, 9338.0, 9327.0, 9324.0, 9322.0, 9320.0, 9321.0, 9318.0, 9337.0, 9338.0, 9327.0, 9324.0, 9327.0, 9322.0, 9326.0, 9340.0, 9345.0, 9339.0, 9344.0, 9324.0, 9326.0, 9322.0, 9341.0, 9342.0, 9341.0, 9325.0, 9340.0, 9326.0, 9324.0, 9324.0, 9326.0, 9337.0, 9322.0, 9304.0, 9317.0, 9302.0, 9323.0, 9328.0, 9324.0, 9321.0, 9321.0, 9306.0, 9336.0, 9329.0, 9342.0, 9327.0, 9340.0, 9340.0, 9325.0, 9345.0, 9347.0, 9343.0, 9328.0, 9340.0, 9322.0, 9338.0, 9338.0, 9342.0, 9339.0, 9328.0, 9323.0, 9325.0, 9343.0, 9348.0, 9354.0, 9346.0, 9327.0, 9343.0, 9325.0, 9346.0, 9358.0, 9343.0, 9325.0, 9339.0, 9322.0, 9323.0, 9355.0, 9340.0, 9334.0, 9324.0, 9317.0, 9320.0, 9318.0, 9325.0, 9337.0, 9326.0, 9321.0, 9323.0, 9321.0, 9324.0, 9328.0, 9325.0, 9324.0, 9323.0, 9305.0, 9321.0, 9321.0, 9340.0, 9325.0, 9325.0, 9320.0, 9321.0, 9320.0, 9339.0, 9327.0, 9339.0, 9323.0, 9323.0, 9322.0, 9320.0, 9325.0, 9341.0, 9324.0, 9324.0, 9323.0, 9323.0, 9323.0, 9340.0, 9329.0, 9343.0, 9327.0, 9342.0, 9325.0, 9341.0, 9331.0, 9345.0, 9329.0, 9343.0, 9343.0, 9344.0, 9365.0, 9347.0, 9348.0, 9345.0, 9345.0, 9344.0, 9352.0, 9362.0, 9350.0, 9345.0, 9346.0, 9341.0, 9347.0, 9362.0, 9350.0, 9358.0, 9348.0, 9342.0, 9347.0, 9353.0, 9370.0, 9349.0, 9365.0, 9334.0, 9348.0, 9350.0, 9368.0, 9350.0, 9367.0, 9346.0, 9345.0, 9346.0, 9349.0, 9349.0, 9346.0, 9346.0, 9328.0, 9342.0, 9343.0, 9348.0, 9343.0, 9342.0, 9325.0, 9324.0, 9323.0, 9346.0, 9341.0, 9342.0, 9338.0, 9326.0, 9338.0, 9330.0, 9358.0, 9344.0, 9340.0, 9341.0, 9323.0, 9327.0, 9345.0, 9347.0, 9327.0, 9344.0, 9326.0, 9341.0, 9345.0, 9350.0, 9347.0, 9345.0, 9344.0, 9340.0, 9345.0, 9363.0, 9348.0, 9344.0, 9345.0, 9341.0, 9331.0, 9360.0, 9347.0, 9342.0, 9345.0, 9340.0, 9344.0, 9353.0, 9350.0, 9328.0, 9343.0, 9324.0, 9324.0, 9351.0, 9363.0, 9347.0, 9360.0, 9342.0, 9336.0, 9341.0, 9378.0, 9351.0, 9338.0, 9338.0, 9306.0, 9320.0, 9306.0, 9341.0, 9329.0, 9339.0, 9321.0, 9322.0, 9320.0, 9321.0, 9325.0, 9323.0, 9323.0, 9321.0, 9322.0, 9317.0, 9322.0, 9321.0, 9326.0, 9334.0, 9324.0, 9320.0, 9336.0, 9318.0, 9324.0, 9335.0, 9339.0, 9333.0, 9323.0, 9302.0, 9319.0, 9302.0, 9320.0, 9322.0, 9321.0, 9304.0, 9318.0, 9288.0, 9318.0, 9304.0, 9334.0, 9320.0, 9321.0, 9320.0, 9320.0, 9335.0, 9338.0, 9337.0, 9352.0, 9332.0, 9326.0, 9340.0, 9325.0, 9341.0, 9331.0, 9347.0, 9348.0, 9351.0, 9370.0, 9369.0, 9352.0, 9333.0, 9347.0, 9326.0, 9340.0, 9324.0, 9338.0, 9321.0, 9317.0, 9319.0, 9301.0, 9323.0, 9339.0, 9343.0, 9322.0, 9322.0, 9320.0, 9337.0, 9344.0, 9342.0, 9339.0, 9323.0, 9325.0, 9322.0, 9358.0, 9363.0, 9344.0, 9328.0, 9338.0, 9322.0, 9337.0, 9325.0, 9344.0, 9328.0, 9341.0, 9326.0, 9320.0, 9322.0, 9333.0, 9341.0, 9351.0, 9320.0, 9302.0, 9315.0, 9314.0, 9329.0, 9304.0, 9318.0, 9319.0, 9318.0, 9319.0, 9301.0, 9319.0, 9319.0, 9340.0, 9337.0, 9339.0, 9321.0, 9321.0, 9320.0, 9323.0, 9342.0, 9354.0, 9342.0, 9325.0, 9337.0, 9322.0, 9323.0, 9342.0, 9352.0, 9336.0, 9323.0, 9322.0, 9325.0, 9338.0, 9331.0, 9371.0, 9347.0, 9365.0, 9396.0, 9329.0, 9326.0, 9343.0, 9303.0, 9339.0, 9317.0, 9321.0, 9333.0, 9340.0, 9345.0, 9345.0, 9327.0, 9325.0, 9306.0, 9314.0, 9299.0, 9330.0, 9315.0, 9296.0, 9295.0, 9290.0, 9275.0, 9289.0, 9288.0, 9292.0, 9300.0, 9272.0, 9268.0, 9268.0, 9270.0, 9272.0, 9289.0, 9293.0, 9294.0, 9278.0, 9290.0, 9276.0, 9291.0, 9321.0, 9313.0, 9302.0, 9283.0, 9313.0, 9306.0, 9330.0, 9301.0, 9300.0, 9314.0, 9299.0, 9321.0, 9319.0, 9320.0, 9304.0, 9319.0, 9304.0, 9339.0, 9329.0, 9321.0, 9335.0, 9306.0, 9323.0, 9322.0, 9341.0, 9326.0, 9326.0, 9327.0, 9323.0, 9340.0, 9340.0, 9340.0, 9323.0, 9321.0, 9321.0, 9321.0, 9341.0, 9335.0, 9323.0, 9306.0, 9319.0, 9319.0, 9343.0, 9346.0, 9339.0, 9324.0, 9333.0, 9321.0, 9320.0, 9322.0, 9306.0, 9319.0, 9302.0, 9302.0, 9305.0, 9317.0, 9337.0, 9320.0, 9332.0, 9302.0, 9300.0, 9316.0, 9301.0, 9322.0, 9331.0, 9320.0, 9302.0, 9316.0, 9302.0, 9318.0, 9323.0, 9322.0, 9322.0, 9320.0, 9321.0, 9322.0, 9339.0, 9327.0, 9341.0, 9339.0, 9322.0, 9322.0, 9317.0, 9322.0, 9336.0, 9325.0, 9309.0, 9321.0, 9320.0, 9320.0, 9325.0, 9339.0, 9341.0, 9325.0, 9324.0, 9325.0, 9325.0, 9341.0, 9341.0, 9328.0, 9323.0, 9323.0, 9317.0, 9337.0, 9338.0, 9323.0, 9307.0, 9319.0, 9303.0, 9318.0, 9337.0, 9324.0, 9326.0, 9322.0, 9324.0, 9321.0, 9323.0, 9325.0, 9339.0, 9322.0, 9321.0, 9320.0, 9304.0, 9321.0, 9320.0, 9324.0, 9321.0, 9323.0, 9318.0, 9323.0, 9326.0, 9343.0, 9325.0, 9340.0, 9312.0, 9326.0, 9327.0, 9343.0, 9346.0, 9343.0, 9341.0, 9324.0, 9325.0, 9324.0, 9329.0, 9340.0, 9328.0, 9324.0, 9325.0, 9321.0, 9328.0, 9340.0, 9346.0, 9326.0, 9341.0, 9323.0, 9326.0, 9330.0, 9362.0, 9329.0, 9342.0, 9327.0, 9326.0, 9327.0, 9326.0, 9344.0, 9343.0, 9328.0, 9325.0, 9324.0, 9319.0, 9324.0, 9335.0, 9327.0, 9335.0, 9324.0, 9306.0, 9322.0, 9305.0, 9323.0, 9321.0, 9320.0, 9303.0, 9302.0, 9298.0, 9302.0, 9304.0, 9320.0, 9303.0, 9317.0, 9302.0, 9316.0, 9302.0, 9317.0, 9308.0, 9319.0, 9302.0, 9317.0, 9304.0, 9303.0, 9320.0, 9323.0, 9340.0, 9323.0, 9324.0, 9319.0, 9321.0, 9321.0, 9341.0, 9335.0, 9325.0, 9305.0, 9321.0, 9305.0, 9337.0, 9340.0, 9337.0, 9306.0, 9319.0, 9304.0, 9320.0, 9324.0, 9338.0, 9308.0, 9322.0, 9306.0, 9321.0, 9306.0, 9338.0, 9326.0, 9324.0, 9307.0, 9338.0, 9308.0, 9325.0, 9327.0, 9325.0, 9341.0, 9325.0, 9327.0, 9324.0, 9344.0, 9358.0, 9330.0, 9325.0, 9327.0, 9322.0, 9325.0, 9342.0, 9331.0, 9336.0, 9323.0, 9318.0, 9320.0, 9320.0, 9338.0, 9320.0, 9322.0, 9305.0, 9318.0, 9305.0, 9324.0, 9323.0, 9322.0, 9305.0, 9317.0, 9302.0, 9323.0, 9322.0, 9322.0, 9304.0, 9317.0, 9303.0, 9304.0, 9341.0, 9341.0, 9321.0, 9318.0, 9303.0, 9300.0, 9317.0, 9330.0, 9321.0, 9305.0, 9319.0, 9302.0, 9314.0, 9309.0, 9322.0, 9303.0, 9319.0, 9300.0, 9299.0, 9317.0, 9322.0, 9322.0, 9317.0, 9319.0, 9311.0, 9318.0, 9305.0, 9336.0, 9305.0, 9320.0, 9304.0, 9304.0, 9304.0, 9320.0, 9321.0, 9321.0, 9322.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.00029823834196891194</td></tr>
<tr><td colspan=3>aqi</td><td>0.023286533678756476</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.25205809019009</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2304494150129643</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9780276627571316</td></tr>
<tr><td colspan=3>efc</td><td>0.4627</td></tr>
<tr><td colspan=3>fber</td><td>6325.7339</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08635282191850785</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>26</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.245250431778929</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.396402129396685</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3645072163530276</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5371992122357296</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.287499959601297</td></tr>
<tr><td colspan=3>gcor</td><td>0.0063799</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013227421790361404</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021901382133364677</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1158</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.092997507406038</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>42.0306</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.1251</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.8309</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303365.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>733.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>316.6994</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8572</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>491.9014</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3452.8115</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3640.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73179.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1293.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4466.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>889.3177</td></tr>
<tr><td colspan=3>tsnr</td><td>42.79427673923783</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>