<?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-0001_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-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0001/figures/sub-0001_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-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001/ses-02/func/sub-0001_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>a2f7766d684f1f0e39818e6c8565c7b9</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:28:27.835000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999529, -0.0256919, 0.0168116, 0.0207626, 0.968958, 0.246353]</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.0888802</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>38</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7776, -7243, 478, -33, -220, 25, 52]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</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>239.727</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>58d2566e-9ec8-40a8-8482-37894b363766||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681662082672119, 0.05570449307560921, 0.061071332544088364, 107.42967224121094], [0.068929523229599, 2.5996429920196533, 0.6638964414596558, -106.04852294921875], [0.04510430991649628, -0.6609464883804321, 2.6163928508758545, -27.814489364624023], [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, 1154]</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], 'AcquisitionTime': ['162827.835000', '162828.295000', '162828.755000', '162829.215000', '162829.675000', '162830.135000', '162830.595000', '162831.055000', '162831.515000', '162831.975000', '162832.435000', '162832.895000', '162833.355000', '162833.815000', '162834.275000', '162834.735000', '162835.195000', '162835.655000', '162836.115000', '162836.575000', '162837.035000', '162837.495000', '162837.955000', '162838.415000', '162838.875000', '162839.335000', '162839.795000', '162840.255000', '162840.715000', '162841.175000', '162841.635000', '162842.095000', '162842.555000', '162843.015000', '162843.475000', '162843.935000', '162844.395000', '162844.855000', '162845.315000', '162845.775000', '162846.235000', '162846.695000', '162847.155000', '162847.615000', '162848.075000', '162848.535000', '162848.995000', '162849.455000', '162849.915000', '162850.375000', '162850.835000', '162851.295000', '162851.755000', '162852.215000', '162852.675000', '162853.135000', '162853.595000', '162854.055000', '162854.515000', '162854.975000', '162855.435000', '162855.895000', '162856.355000', '162856.815000', '162857.275000', '162857.735000', '162858.195000', '162858.655000', '162859.115000', '162859.575000', '162900.035000', '162900.495000', '162900.955000', '162901.415000', '162901.875000', '162902.335000', '162902.795000', '162903.255000', '162903.715000', '162904.175000', '162904.635000', '162905.095000', '162905.555000', '162906.015000', '162906.475000', '162906.935000', '162907.395000', '162907.855000', '162908.315000', '162908.775000', '162909.235000', '162909.695000', '162910.155000', '162910.615000', '162911.075000', '162911.535000', '162911.995000', '162912.455000', '162912.915000', '162913.375000', '162913.835000', '162914.295000', '162914.755000', '162915.215000', '162915.675000', '162916.135000', '162916.595000', '162917.055000', '162917.515000', '162917.975000', '162918.435000', '162918.895000', '162919.355000', '162919.815000', '162920.275000', '162920.735000', '162921.195000', '162921.655000', '162922.115000', '162922.575000', '162923.035000', '162923.495000', '162923.955000', '162924.415000', '162924.875000', '162925.335000', '162925.795000', '162926.255000', '162926.715000', '162927.175000', '162927.635000', '162928.095000', '162928.555000', '162929.015000', '162929.475000', '162929.935000', '162930.395000', '162930.855000', '162931.315000', '162931.775000', '162932.235000', '162932.695000', '162933.155000', '162933.615000', '162934.075000', '162934.535000', '162934.995000', '162935.455000', '162935.915000', '162936.375000', '162936.835000', '162937.295000', '162937.755000', '162938.215000', '162938.675000', '162939.135000', '162939.595000', '162940.055000', '162940.515000', '162940.975000', '162941.435000', '162941.895000', '162942.355000', '162942.815000', '162943.275000', '162943.735000', '162944.195000', '162944.655000', '162945.115000', '162945.575000', '162946.035000', '162946.495000', '162946.955000', '162947.415000', '162947.875000', '162948.335000', '162948.795000', '162949.255000', '162949.715000', '162950.175000', '162950.635000', '162951.095000', '162951.555000', '162952.015000', '162952.475000', '162952.935000', '162953.395000', '162953.855000', '162954.315000', '162954.775000', '162955.235000', '162955.695000', '162956.155000', '162956.615000', '162957.075000', '162957.535000', '162957.995000', '162958.455000', '162958.915000', '162959.375000', '162959.835000', '163000.295000', '163000.755000', '163001.215000', '163001.675000', '163002.135000', '163002.595000', '163003.055000', '163003.515000', '163003.975000', '163004.435000', '163004.895000', '163005.355000', '163005.815000', '163006.275000', '163006.735000', '163007.195000', '163007.655000', '163008.115000', '163008.575000', '163009.035000', '163009.495000', '163009.955000', '163010.415000', '163010.875000', '163011.335000', '163011.795000', '163012.255000', '163012.715000', '163013.175000', '163013.635000', '163014.095000', '163014.555000', '163015.015000', '163015.475000', '163015.935000', '163016.395000', '163016.855000', '163017.315000', '163017.775000', '163018.235000', '163018.695000', '163019.155000', '163019.615000', '163020.075000', '163020.535000', '163020.995000', '163021.455000', '163021.915000', '163022.375000', '163022.835000', '163023.295000', '163023.755000', '163024.215000', '163024.675000', '163025.135000', '163025.595000', '163026.055000', '163026.515000', '163026.975000', '163027.435000', '163027.895000', '163028.355000', '163028.815000', '163029.275000', '163029.735000', '163030.195000', '163030.655000', '163031.115000', '163031.575000', '163032.035000', '163032.495000', '163032.955000', '163033.415000', '163033.875000', '163034.335000', '163034.795000', '163035.255000', '163035.715000', '163036.175000', '163036.635000', '163037.095000', '163037.555000', '163038.015000', '163038.475000', '163038.935000', '163039.395000', '163039.855000', '163040.315000', '163040.775000', '163041.235000', '163041.695000', '163042.155000', '163042.615000', '163043.075000', '163043.535000', '163043.995000', '163044.455000', '163044.915000', '163045.375000', '163045.835000', '163046.295000', '163046.755000', '163047.215000', '163047.675000', '163048.135000', '163048.595000', '163049.055000', '163049.515000', '163049.975000', '163050.435000', '163050.895000', '163051.355000', '163051.815000', '163052.275000', '163052.735000', '163053.195000', '163053.655000', '163054.115000', '163054.575000', '163055.035000', '163055.495000', '163055.955000', '163056.415000', '163056.875000', '163057.335000', '163057.795000', '163058.255000', '163058.715000', '163059.175000', '163059.635000', '163100.095000', '163100.555000', '163101.015000', '163101.475000', '163101.935000', '163102.395000', '163102.855000', '163103.315000', '163103.775000', '163104.235000', '163104.695000', '163105.155000', '163105.615000', '163106.075000', '163106.535000', '163106.995000', '163107.455000', '163107.915000', '163108.375000', '163108.835000', '163109.295000', '163109.755000', '163110.215000', '163110.675000', '163111.135000', '163111.595000', '163112.055000', '163112.515000', '163112.975000', '163113.435000', '163113.895000', '163114.355000', '163114.815000', '163115.275000', '163115.735000', '163116.195000', '163116.655000', '163117.115000', '163117.575000', '163118.035000', '163118.495000', '163118.955000', '163119.415000', '163119.875000', '163120.335000', '163120.795000', '163121.255000', '163121.715000', '163122.175000', '163122.635000', '163123.095000', '163123.555000', '163124.015000', '163124.475000', '163124.935000', '163125.395000', '163125.855000', '163126.315000', '163126.775000', '163127.235000', '163127.695000', '163128.155000', '163128.615000', '163129.075000', '163129.535000', '163129.995000', '163130.455000', '163130.915000', '163131.375000', '163131.835000', '163132.295000', '163132.755000', '163133.215000', '163133.675000', '163134.135000', '163134.595000', '163135.055000', '163135.515000', '163135.975000', '163136.435000', '163136.895000', '163137.355000', '163137.815000', '163138.275000', '163138.735000', '163139.195000', '163139.655000', '163140.115000', '163140.575000', '163141.035000', '163141.495000', '163141.955000', '163142.415000', '163142.875000', '163143.335000', '163143.795000', '163144.255000', '163144.715000', '163145.175000', '163145.635000', '163146.095000', '163146.555000', '163147.015000', '163147.475000', '163147.935000', '163148.395000', '163148.855000', '163149.315000', '163149.775000', '163150.235000', '163150.695000', '163151.155000', '163151.615000', '163152.075000', '163152.535000', '163152.995000', '163153.455000', '163153.915000', '163154.375000', '163154.835000', '163155.295000', '163155.755000', '163156.215000', '163156.675000', '163157.135000', '163157.595000', '163158.055000', '163158.515000', '163158.975000', '163159.435000', '163159.895000', '163200.355000', '163200.815000', '163201.275000', '163201.735000', '163202.195000', '163202.655000', '163203.115000', '163203.575000', '163204.035000', '163204.495000', '163204.955000', '163205.415000', '163205.875000', '163206.335000', '163206.795000', '163207.255000', '163207.715000', '163208.175000', '163208.635000', '163209.095000', '163209.555000', '163210.015000', '163210.475000', '163210.935000', '163211.395000', '163211.855000', '163212.315000', '163212.775000', '163213.235000', '163213.695000', '163214.155000', '163214.615000', '163215.075000', '163215.535000', '163215.995000', '163216.455000', '163216.915000', '163217.375000', '163217.835000', '163218.295000', '163218.755000', '163219.215000', '163219.675000', '163220.135000', '163220.595000', '163221.055000', '163221.515000', '163221.975000', '163222.435000', '163222.895000', '163223.355000', '163223.815000', '163224.275000', '163224.735000', '163225.195000', '163225.655000', '163226.115000', '163226.575000', '163227.035000', '163227.495000', '163227.955000', '163228.415000', '163228.875000', '163229.335000', '163229.795000', '163230.255000', '163230.715000', '163231.175000', '163231.635000', '163232.095000', '163232.555000', '163233.015000', '163233.475000', '163233.935000', '163234.395000', '163234.855000', '163235.315000', '163235.775000', '163236.235000', '163236.695000', '163237.155000', '163237.615000', '163238.075000', '163238.535000', '163238.995000', '163239.455000', '163239.915000', '163240.375000', '163240.835000', '163241.295000', '163241.755000', '163242.215000', '163242.675000', '163243.135000', '163243.595000', '163244.055000', '163244.515000', '163244.975000', '163245.435000', '163245.895000', '163246.355000', '163246.815000', '163247.275000', '163247.735000', '163248.195000', '163248.655000', '163249.115000', '163249.575000', '163250.035000', '163250.495000', '163250.955000', '163251.415000', '163251.875000', '163252.335000', '163252.795000', '163253.255000', '163253.715000', '163254.175000', '163254.635000', '163255.095000', '163255.555000', '163256.015000', '163256.475000', '163256.935000', '163257.395000', '163257.855000', '163258.315000', '163258.775000', '163259.235000', '163259.695000', '163300.155000', '163300.615000', '163301.075000', '163301.535000', '163301.995000', '163302.455000', '163302.915000', '163303.375000', '163303.835000', '163304.295000', '163304.755000', '163305.215000', '163305.675000', '163306.135000', '163306.595000', '163307.055000', '163307.515000', '163307.975000', '163308.435000', '163308.895000', '163309.355000', '163309.815000', '163310.275000', '163310.735000', '163311.195000', '163311.655000', '163312.115000', '163312.575000', '163313.035000', '163313.495000', '163313.955000', '163314.415000', '163314.875000', '163315.335000', '163315.795000', '163316.255000', '163316.715000', '163317.175000', '163317.635000', '163318.095000', '163318.555000', '163319.015000', '163319.475000', '163319.935000', '163320.395000', '163320.855000', '163321.315000', '163321.775000', '163322.235000', '163322.695000', '163323.155000', '163323.615000', '163324.075000', '163324.535000', '163324.995000', '163325.455000', '163325.915000', '163326.375000', '163326.835000', '163327.295000', '163327.755000', '163328.215000', '163328.675000', '163329.135000', '163329.595000', '163330.055000', '163330.515000', '163330.975000', '163331.435000', '163331.895000', '163332.355000', '163332.815000', '163333.275000', '163333.735000', '163334.195000', '163334.655000', '163335.115000', '163335.575000', '163336.035000', '163336.495000', '163336.955000', '163337.415000', '163337.875000', '163338.335000', '163338.795000', '163339.255000', '163339.715000', '163340.175000', '163340.635000', '163341.095000', '163341.555000', '163342.015000', '163342.475000', '163342.935000', '163343.395000', '163343.855000', '163344.315000', '163344.775000', '163345.235000', '163345.695000', '163346.155000', '163346.615000', '163347.075000', '163347.535000', '163347.995000', '163348.455000', '163348.915000', '163349.375000', '163349.835000', '163350.295000', '163350.755000', '163351.215000', '163351.675000', '163352.135000', '163352.595000', '163353.055000', '163353.515000', '163353.975000', '163354.435000', '163354.895000', '163355.355000', '163355.815000', '163356.275000', '163356.735000', '163357.195000', '163357.655000', '163358.115000', '163358.575000', '163359.035000', '163359.495000', '163359.955000', '163400.415000', '163400.875000', '163401.335000', '163401.795000', '163402.255000', '163402.715000', '163403.175000', '163403.635000', '163404.095000', '163404.555000', '163405.015000', '163405.475000', '163405.935000', '163406.395000', '163406.855000', '163407.315000', '163407.775000', '163408.235000', '163408.695000', '163409.155000', '163409.615000', '163410.075000', '163410.535000', '163410.995000', '163411.455000', '163411.915000', '163412.375000', '163412.835000', '163413.295000', '163413.755000', '163414.215000', '163414.675000', '163415.135000', '163415.595000', '163416.055000', '163416.515000', '163416.975000', '163417.435000', '163417.895000', '163418.355000', '163418.815000', '163419.275000', '163419.735000', '163420.195000', '163420.655000', '163421.115000', '163421.575000', '163422.035000', '163422.495000', '163422.955000', '163423.415000', '163423.875000', '163424.335000', '163424.795000', '163425.255000', '163425.715000', '163426.175000', '163426.635000', '163427.095000', '163427.555000', '163428.015000', '163428.475000', '163428.935000', '163429.395000', '163429.855000', '163430.315000', '163430.775000', '163431.235000', '163431.695000', '163432.155000', '163432.615000', '163433.075000', '163433.535000', '163433.995000', '163434.455000', '163434.915000', '163435.375000', '163435.835000', '163436.295000', '163436.755000', '163437.215000', '163437.675000', '163438.135000', '163438.595000', '163439.055000', '163439.515000', '163439.975000', '163440.435000', '163440.895000', '163441.355000', '163441.815000', '163442.275000', '163442.735000', '163443.195000', '163443.655000', '163444.115000', '163444.575000', '163445.035000', '163445.495000', '163445.955000', '163446.415000', '163446.875000', '163447.335000', '163447.795000', '163448.255000', '163448.715000', '163449.175000', '163449.635000', '163450.095000', '163450.555000', '163451.015000', '163451.475000', '163451.935000', '163452.395000', '163452.855000', '163453.315000', '163453.775000', '163454.235000', '163454.695000', '163455.155000', '163455.615000', '163456.075000', '163456.535000', '163456.995000', '163457.455000', '163457.915000', '163458.375000', '163458.835000', '163459.295000', '163459.755000', '163500.215000', '163500.675000', '163501.135000', '163501.595000', '163502.055000', '163502.515000', '163502.975000', '163503.435000', '163503.895000', '163504.355000', '163504.815000', '163505.275000', '163505.735000', '163506.195000', '163506.655000', '163507.115000', '163507.575000', '163508.035000', '163508.495000', '163508.955000', '163509.415000', '163509.875000', '163510.335000', '163510.795000', '163511.255000', '163511.715000', '163512.175000', '163512.635000', '163513.095000', '163513.555000', '163514.015000', '163514.475000', '163514.935000', '163515.395000', '163515.855000', '163516.315000', '163516.775000', '163517.235000', '163517.695000', '163518.155000', '163518.615000', '163519.075000', '163519.535000', '163519.995000', '163520.455000', '163520.915000', '163521.375000', '163521.835000', '163522.295000', '163522.755000', '163523.215000', '163523.675000', '163524.135000', '163524.595000', '163525.055000', '163525.515000', '163525.975000', '163526.435000', '163526.895000', '163527.355000', '163527.815000', '163528.275000', '163528.735000', '163529.195000', '163529.655000', '163530.115000', '163530.575000', '163531.035000', '163531.495000', '163531.955000', '163532.415000', '163532.875000', '163533.335000', '163533.795000', '163534.255000', '163534.715000', '163535.175000', '163535.635000', '163536.095000', '163536.555000', '163537.015000', '163537.475000', '163537.935000', '163538.395000', '163538.855000', '163539.315000', '163539.775000', '163540.235000', '163540.695000', '163541.155000', '163541.615000', '163542.075000', '163542.535000', '163542.995000', '163543.455000', '163543.915000', '163544.375000', '163544.835000', '163545.295000', '163545.755000', '163546.215000', '163546.675000', '163547.135000', '163547.595000', '163548.055000', '163548.515000', '163548.975000', '163549.435000', '163549.895000', '163550.355000', '163550.815000', '163551.275000', '163551.735000', '163552.195000', '163552.655000', '163553.115000', '163553.575000', '163554.035000', '163554.495000', '163554.955000', '163555.415000', '163555.875000', '163556.335000', '163556.795000', '163557.255000', '163557.715000', '163558.175000', '163558.635000', '163559.095000', '163559.555000', '163600.015000', '163600.475000', '163600.935000', '163601.395000', '163601.855000', '163602.315000', '163602.775000', '163603.235000', '163603.695000', '163604.155000', '163604.615000', '163605.075000', '163605.535000', '163605.995000', '163606.455000', '163606.915000', '163607.375000', '163607.835000', '163608.295000', '163608.755000', '163609.215000', '163609.675000', '163610.135000', '163610.595000', '163611.055000', '163611.515000', '163611.975000', '163612.435000', '163612.895000', '163613.355000', '163613.815000', '163614.275000', '163614.735000', '163615.195000', '163615.655000', '163616.115000', '163616.575000', '163617.035000', '163617.495000', '163617.955000', '163618.415000', '163618.875000', '163619.335000', '163619.795000', '163620.255000', '163620.715000', '163621.175000', '163621.635000', '163622.095000', '163622.555000', '163623.015000', '163623.475000', '163623.935000', '163624.395000', '163624.855000', '163625.315000', '163625.775000', '163626.235000', '163626.695000', '163627.155000', '163627.615000', '163628.075000', '163628.535000', '163628.995000', '163629.455000', '163629.915000', '163630.375000', '163630.835000', '163631.295000', '163631.755000', '163632.215000', '163632.675000', '163633.135000', '163633.595000', '163634.055000', '163634.515000', '163634.975000', '163635.435000', '163635.895000', '163636.355000', '163636.815000', '163637.275000', '163637.735000', '163638.195000', '163638.655000', '163639.115000', '163639.575000', '163640.035000', '163640.495000', '163640.955000', '163641.415000', '163641.875000', '163642.335000', '163642.795000', '163643.255000', '163643.715000', '163644.175000', '163644.635000', '163645.095000', '163645.555000', '163646.015000', '163646.475000', '163646.935000', '163647.395000', '163647.855000', '163648.315000', '163648.775000', '163649.235000', '163649.695000', '163650.155000', '163650.615000', '163651.075000', '163651.535000', '163651.995000', '163652.455000', '163652.915000', '163653.375000', '163653.835000', '163654.295000', '163654.755000', '163655.215000', '163655.675000', '163656.135000', '163656.595000', '163657.055000', '163657.515000', '163657.975000', '163658.435000', '163658.895000', '163659.355000', '163659.815000', '163700.275000', '163700.735000', '163701.195000', '163701.655000', '163702.115000', '163702.575000', '163703.035000', '163703.495000', '163703.955000', '163704.415000', '163704.875000', '163705.335000', '163705.795000', '163706.255000', '163706.715000', '163707.175000', '163707.635000', '163708.095000', '163708.555000', '163709.015000', '163709.475000', '163709.935000', '163710.395000', '163710.855000', '163711.315000', '163711.775000', '163712.235000', '163712.695000', '163713.155000', '163713.615000', '163714.075000', '163714.535000', '163714.995000', '163715.455000', '163715.915000', '163716.375000', '163716.835000', '163717.295000', '163717.755000', '163718.215000'], 'ContentTime': ['162855.775000', '162855.779000', '162855.782000', '162855.785000', '162855.788000', '162855.794000', '162855.797000', '162855.800000', '162855.803000', '162855.806000', '162855.809000', '162855.812000', '162855.815000', '162855.818000', '162855.821000', '162855.824000', '162855.827000', '162855.835000', '162855.838000', '162855.841000', '162855.844000', '162855.847000', '162855.850000', '162855.853000', '162855.856000', '162855.862000', '162855.866000', '162855.869000', '162855.872000', '162855.875000', '162855.878000', '162855.881000', '162855.884000', '162855.887000', '162855.890000', '162855.893000', '162855.896000', '162855.899000', '162855.902000', '162855.905000', '162855.908000', '162855.911000', '162855.914000', '162855.917000', '162855.920000', '162855.923000', '162855.926000', '162855.929000', '162855.932000', '162855.935000', '162855.938000', '162855.942000', '162855.944000', '162855.947000', '162855.950000', '162855.953000', '162855.957000', '162855.960000', '162855.963000', '162915.731000', '162915.734000', '162915.737000', '162915.740000', '162915.743000', '162915.746000', '162915.749000', '162915.752000', '162915.755000', '162915.758000', '162915.761000', '162915.764000', '162915.767000', '162915.769000', '162915.772000', '162915.775000', '162915.778000', '162915.781000', '162915.784000', '162915.787000', '162915.790000', '162915.793000', '162915.796000', '162915.799000', '162915.802000', '162915.805000', '162915.808000', '162915.811000', '162915.814000', '162915.817000', '162915.819000', '162915.824000', '162915.827000', '162915.830000', '162915.833000', '162915.836000', '162915.839000', '162915.842000', '162915.845000', '162915.853000', '162915.856000', '162915.859000', '162915.862000', '162935.731000', '162935.742000', '162935.745000', '162935.748000', '162935.751000', '162935.754000', '162935.757000', '162935.760000', '162935.763000', '162935.766000', '162935.769000', '162935.772000', '162935.775000', '162935.777000', '162935.781000', '162935.783000', '162935.786000', '162935.790000', '162935.793000', '162935.796000', '162935.799000', '162935.802000', '162935.805000', '162935.808000', '162935.812000', '162935.815000', '162935.817000', '162935.820000', '162935.824000', '162935.826000', '162935.829000', '162935.832000', '162935.835000', '162935.838000', '162935.841000', '162935.844000', '162935.847000', '162935.850000', '162935.853000', '162935.856000', '162935.859000', '162935.862000', '162935.865000', '162935.868000', '162955.731000', '162955.734000', '162955.738000', '162955.740000', '162955.743000', '162955.746000', '162955.749000', '162955.752000', '162955.755000', '162955.758000', '162955.761000', '162955.764000', '162955.767000', '162955.770000', '162955.773000', '162955.776000', '162955.779000', '162955.782000', '162955.785000', '162955.788000', '162955.791000', '162955.794000', '162955.797000', '162955.800000', '162955.803000', '162955.806000', '162955.809000', '162955.812000', '162955.815000', '162955.818000', '162955.821000', '162955.824000', '162955.826000', '162955.829000', '162955.833000', '162955.835000', '162955.838000', '162955.841000', '162955.844000', '162955.847000', '162955.850000', '162955.853000', '162955.856000', '163015.731000', '163015.734000', '163015.740000', '163015.743000', '163015.746000', '163015.749000', '163015.752000', '163015.755000', '163015.758000', '163015.760000', '163015.763000', '163015.766000', '163015.769000', '163015.772000', '163015.775000', '163015.778000', '163015.781000', '163015.784000', '163015.787000', '163015.790000', '163015.792000', '163015.795000', '163015.809000', '163015.812000', '163015.815000', '163015.818000', '163015.821000', '163015.824000', '163015.827000', '163015.830000', '163015.833000', '163015.835000', '163015.838000', '163015.841000', '163015.844000', '163015.847000', '163015.850000', '163015.853000', '163015.856000', '163015.859000', '163015.862000', '163015.865000', '163015.868000', '163015.871000', '163035.730000', '163035.733000', '163035.736000', '163035.739000', '163035.748000', '163035.751000', '163035.754000', '163035.757000', '163035.760000', '163035.763000', '163035.766000', '163035.769000', '163035.772000', '163035.775000', '163035.778000', '163035.781000', '163035.784000', '163035.787000', '163035.790000', '163035.792000', '163035.795000', '163035.798000', '163035.801000', '163035.804000', '163035.807000', '163035.810000', '163035.813000', '163035.816000', '163035.819000', '163035.822000', '163035.825000', '163035.828000', '163035.831000', '163035.834000', '163035.837000', '163035.840000', '163035.843000', '163035.846000', '163035.849000', '163035.852000', '163035.855000', '163035.857000', '163035.861000', '163055.730000', '163055.733000', '163055.736000', '163055.739000', '163055.742000', '163055.745000', '163055.748000', '163055.759000', '163055.762000', '163055.765000', '163055.768000', '163055.771000', '163055.774000', '163055.777000', '163055.780000', '163055.783000', '163055.786000', '163055.789000', '163055.792000', '163055.795000', '163055.798000', '163055.800000', '163055.804000', '163055.806000', '163055.809000', '163055.812000', '163055.815000', '163055.818000', '163055.821000', '163055.824000', '163055.827000', '163055.830000', '163055.833000', '163055.836000', '163055.839000', '163055.842000', '163055.845000', '163055.847000', '163055.850000', '163055.853000', '163055.856000', '163055.859000', '163055.862000', '163055.865000', '163115.730000', '163115.733000', '163115.736000', '163115.739000', '163115.742000', '163115.745000', '163115.748000', '163115.751000', '163115.754000', '163115.757000', '163115.760000', '163115.763000', '163115.770000', '163115.773000', '163115.776000', '163115.779000', '163115.782000', '163115.785000', '163115.788000', '163115.791000', '163115.794000', '163115.797000', '163115.800000', '163115.803000', '163115.806000', '163115.809000', '163115.812000', '163115.815000', '163115.818000', '163115.820000', '163115.823000', '163115.826000', '163115.829000', '163115.832000', '163115.836000', '163115.839000', '163115.841000', '163115.844000', '163115.847000', '163115.850000', '163115.853000', '163115.856000', '163115.859000', '163135.731000', '163135.734000', '163135.737000', '163135.740000', '163135.743000', '163135.746000', '163135.749000', '163135.752000', '163135.755000', '163135.758000', '163135.761000', '163135.764000', '163135.767000', '163135.770000', '163135.772000', '163135.775000', '163135.778000', '163135.781000', '163135.784000', '163135.787000', '163135.790000', '163135.793000', '163135.796000', '163135.799000', '163135.802000', '163135.805000', '163135.808000', '163135.811000', '163135.814000', '163135.816000', '163135.819000', '163135.822000', '163135.825000', '163135.828000', '163135.831000', '163135.834000', '163135.841000', '163135.848000', '163135.857000', '163135.860000', '163135.862000', '163135.865000', '163135.868000', '163155.731000', '163155.734000', '163155.737000', '163155.740000', '163155.743000', '163155.746000', '163155.749000', '163155.752000', '163155.755000', '163155.758000', '163155.761000', '163155.764000', '163155.767000', '163155.770000', '163155.773000', '163155.776000', '163155.779000', '163155.782000', '163155.785000', '163155.802000', '163155.805000', '163155.808000', '163155.811000', '163155.814000', '163155.817000', '163155.820000', '163155.823000', '163155.826000', '163155.829000', '163155.832000', '163155.835000', '163155.838000', '163155.841000', '163155.844000', '163155.847000', '163155.850000', '163155.853000', '163155.856000', '163155.858000', '163155.861000', '163155.864000', '163155.867000', '163155.870000', '163155.873000', '163215.731000', '163215.734000', '163215.737000', '163215.741000', '163215.743000', '163215.746000', '163215.749000', '163215.753000', '163215.756000', '163215.758000', '163215.762000', '163215.765000', '163215.767000', '163215.770000', '163215.773000', '163215.776000', '163215.779000', '163215.782000', '163215.785000', '163215.788000', '163215.791000', '163215.794000', '163215.797000', '163215.800000', '163215.803000', '163215.806000', '163215.809000', '163215.812000', '163215.815000', '163215.818000', '163215.821000', '163215.824000', '163215.827000', '163215.830000', '163215.833000', '163215.836000', '163215.839000', '163215.842000', '163215.850000', '163215.853000', '163215.856000', '163215.859000', '163215.862000', '163235.731000', '163235.734000', '163235.737000', '163235.740000', '163235.743000', '163235.746000', '163235.749000', '163235.752000', '163235.755000', '163235.758000', '163235.761000', '163235.764000', '163235.767000', '163235.770000', '163235.773000', '163235.776000', '163235.779000', '163235.782000', '163235.785000', '163235.788000', '163235.791000', '163235.794000', '163235.797000', '163235.800000', '163235.803000', '163235.806000', '163235.809000', '163235.812000', '163235.815000', '163235.818000', '163235.820000', '163235.823000', '163235.826000', '163235.829000', '163235.832000', '163235.835000', '163235.838000', '163235.841000', '163235.844000', '163235.847000', '163235.850000', '163235.853000', '163235.856000', '163235.859000', '163255.730000', '163255.733000', '163255.736000', '163255.739000', '163255.742000', '163255.745000', '163255.748000', '163255.751000', '163255.754000', '163255.757000', '163255.761000', '163255.764000', '163255.767000', '163255.770000', '163255.773000', '163255.776000', '163255.779000', '163255.782000', '163255.785000', '163255.788000', '163255.791000', '163255.794000', '163255.796000', '163255.799000', '163255.803000', '163255.805000', '163255.808000', '163255.811000', '163255.814000', '163255.817000', '163255.820000', '163255.823000', '163255.826000', '163255.829000', '163255.832000', '163255.835000', '163255.838000', '163255.841000', '163255.844000', '163255.847000', '163255.850000', '163255.853000', '163255.856000', '163315.730000', '163315.733000', '163315.736000', '163315.739000', '163315.742000', '163315.745000', '163315.748000', '163315.751000', '163315.754000', '163315.757000', '163315.760000', '163315.763000', '163315.766000', '163315.769000', '163315.772000', '163315.775000', '163315.778000', '163315.780000', '163315.783000', '163315.786000', '163315.789000', '163315.792000', '163315.795000', '163315.806000', '163315.809000', '163315.812000', '163315.820000', '163315.823000', '163315.826000', '163315.829000', '163315.832000', '163315.835000', '163315.838000', '163315.840000', '163315.843000', '163315.846000', '163315.849000', '163315.852000', '163315.855000', '163315.858000', '163315.861000', '163315.864000', '163315.867000', '163315.881000', '163335.730000', '163335.733000', '163335.736000', '163335.739000', '163335.742000', '163335.745000', '163335.748000', '163335.751000', '163335.754000', '163335.757000', '163335.760000', '163335.763000', '163335.766000', '163335.769000', '163335.772000', '163335.775000', '163335.778000', '163335.781000', '163335.784000', '163335.787000', '163335.790000', '163335.793000', '163335.796000', '163335.799000', '163335.802000', '163335.805000', '163335.808000', '163335.811000', '163335.814000', '163335.817000', '163335.820000', '163335.823000', '163335.826000', '163335.829000', '163335.832000', '163335.835000', '163335.838000', '163335.841000', '163335.844000', '163335.847000', '163335.852000', '163335.855000', '163335.858000', '163355.731000', '163355.734000', '163355.737000', '163355.740000', '163355.751000', '163355.754000', '163355.757000', '163355.760000', '163355.763000', '163355.766000', '163355.769000', '163355.772000', '163355.775000', '163355.777000', '163355.781000', '163355.783000', '163355.786000', '163355.789000', '163355.792000', '163355.795000', '163355.798000', '163355.801000', '163355.804000', '163355.807000', '163355.810000', '163355.813000', '163355.816000', '163355.819000', '163355.822000', '163355.825000', '163355.828000', '163355.831000', '163355.834000', '163355.837000', '163355.840000', '163355.843000', '163355.845000', '163355.848000', '163355.851000', '163355.854000', '163355.857000', '163355.860000', '163355.863000', '163355.866000', '163415.731000', '163415.734000', '163415.738000', '163415.741000', '163415.744000', '163415.747000', '163415.750000', '163415.753000', '163415.756000', '163415.759000', '163415.762000', '163415.765000', '163415.768000', '163415.771000', '163415.774000', '163415.777000', '163415.780000', '163415.783000', '163415.786000', '163415.789000', '163415.792000', '163415.795000', '163415.798000', '163415.801000', '163415.806000', '163415.809000', '163415.813000', '163415.815000', '163415.818000', '163415.821000', '163415.825000', '163415.827000', '163415.830000', '163415.833000', '163415.836000', '163415.839000', '163415.842000', '163415.845000', '163415.848000', '163415.851000', '163415.854000', '163415.857000', '163415.860000', '163435.731000', '163435.734000', '163435.737000', '163435.740000', '163435.743000', '163435.746000', '163435.749000', '163435.752000', '163435.755000', '163435.758000', '163435.761000', '163435.764000', '163435.767000', '163435.770000', '163435.773000', '163435.776000', '163435.779000', '163435.782000', '163435.785000', '163435.788000', '163435.790000', '163435.794000', '163435.796000', '163435.799000', '163435.802000', '163435.805000', '163435.808000', '163435.811000', '163435.814000', '163435.817000', '163435.820000', '163435.823000', '163435.826000', '163435.829000', '163435.832000', '163435.835000', '163435.838000', '163435.841000', '163435.844000', '163435.847000', '163435.850000', '163435.853000', '163435.856000', '163435.859000', '163455.731000', '163455.734000', '163455.737000', '163455.740000', '163455.743000', '163455.746000', '163455.749000', '163455.752000', '163455.755000', '163455.758000', '163455.761000', '163455.764000', '163455.767000', '163455.770000', '163455.773000', '163455.776000', '163455.779000', '163455.782000', '163455.785000', '163455.788000', '163455.791000', '163455.794000', '163455.797000', '163455.800000', '163455.803000', '163455.806000', '163455.809000', '163455.812000', '163455.815000', '163455.818000', '163455.821000', '163455.824000', '163455.827000', '163455.830000', '163455.833000', '163455.836000', '163455.839000', '163455.842000', '163455.845000', '163455.848000', '163455.851000', '163455.854000', '163455.857000', '163515.730000', '163515.733000', '163515.736000', '163515.739000', '163515.742000', '163515.745000', '163515.748000', '163515.751000', '163515.754000', '163515.756000', '163515.760000', '163515.762000', '163515.765000', '163515.768000', '163515.771000', '163515.774000', '163515.777000', '163515.780000', '163515.783000', '163515.786000', '163515.789000', '163515.792000', '163515.795000', '163515.798000', '163515.801000', '163515.804000', '163515.806000', '163515.809000', '163515.812000', '163515.815000', '163515.818000', '163515.821000', '163515.824000', '163515.827000', '163515.830000', '163515.833000', '163515.836000', '163515.839000', '163515.842000', '163515.845000', '163515.848000', '163515.851000', '163515.853000', '163515.856000', '163535.730000', '163535.733000', '163535.736000', '163535.739000', '163535.742000', '163535.745000', '163535.748000', '163535.751000', '163535.754000', '163535.757000', '163535.760000', '163535.762000', '163535.765000', '163535.768000', '163535.772000', '163535.776000', '163535.779000', '163535.782000', '163535.785000', '163535.788000', '163535.790000', '163535.793000', '163535.796000', '163535.799000', '163535.802000', '163535.805000', '163535.808000', '163535.811000', '163535.814000', '163535.817000', '163535.820000', '163535.823000', '163535.826000', '163535.830000', '163535.833000', '163535.837000', '163535.839000', '163535.842000', '163535.845000', '163535.848000', '163535.851000', '163535.854000', '163535.857000', '163555.730000', '163555.742000', '163555.745000', '163555.748000', '163555.751000', '163555.754000', '163555.757000', '163555.760000', '163555.763000', '163555.766000', '163555.769000', '163555.772000', '163555.774000', '163555.777000', '163555.780000', '163555.783000', '163555.786000', '163555.789000', '163555.792000', '163555.795000', '163555.798000', '163555.801000', '163555.804000', '163555.807000', '163555.810000', '163555.813000', '163555.816000', '163555.819000', '163555.821000', '163555.824000', '163555.827000', '163555.830000', '163555.833000', '163555.836000', '163555.839000', '163555.842000', '163555.845000', '163555.848000', '163555.851000', '163555.854000', '163555.857000', '163555.860000', '163555.862000', '163555.865000', '163615.731000', '163615.734000', '163615.737000', '163615.740000', '163615.743000', '163615.746000', '163615.749000', '163615.762000', '163615.765000', '163615.768000', '163615.775000', '163615.778000', '163615.781000', '163615.783000', '163615.786000', '163615.789000', '163615.792000', '163615.795000', '163615.798000', '163615.801000', '163615.804000', '163615.807000', '163615.810000', '163615.813000', '163615.816000', '163615.819000', '163615.822000', '163615.824000', '163615.827000', '163615.830000', '163615.833000', '163615.836000', '163615.839000', '163615.842000', '163615.845000', '163615.850000', '163615.853000', '163615.856000', '163615.859000', '163615.862000', '163615.865000', '163615.868000', '163615.871000', '163635.731000', '163635.734000', '163635.737000', '163635.740000', '163635.743000', '163635.746000', '163635.749000', '163635.752000', '163635.755000', '163635.758000', '163635.760000', '163635.763000', '163635.774000', '163635.777000', '163635.780000', '163635.783000', '163635.786000', '163635.789000', '163635.792000', '163635.795000', '163635.798000', '163635.801000', '163635.804000', '163635.807000', '163635.810000', '163635.813000', '163635.816000', '163635.819000', '163635.822000', '163635.825000', '163635.828000', '163635.831000', '163635.834000', '163635.836000', '163635.839000', '163635.842000', '163635.845000', '163635.848000', '163635.851000', '163635.854000', '163635.857000', '163635.860000', '163635.863000', '163635.866000', '163655.731000', '163655.734000', '163655.737000', '163655.740000', '163655.743000', '163655.746000', '163655.749000', '163655.752000', '163655.755000', '163655.758000', '163655.761000', '163655.764000', '163655.767000', '163655.769000', '163655.772000', '163655.775000', '163655.778000', '163655.781000', '163655.784000', '163655.787000', '163655.790000', '163655.793000', '163655.796000', '163655.799000', '163655.802000', '163655.805000', '163655.808000', '163655.811000', '163655.815000', '163655.818000', '163655.821000', '163655.824000', '163655.826000', '163655.829000', '163655.832000', '163655.835000', '163655.838000', '163655.841000', '163655.844000', '163655.847000', '163655.850000', '163655.853000', '163655.855000', '163715.731000', '163715.734000', '163715.737000', '163715.740000', '163715.743000', '163715.746000', '163715.749000', '163715.752000', '163715.755000', '163715.758000', '163715.761000', '163715.764000', '163715.766000', '163715.769000', '163715.772000', '163715.775000', '163715.779000', '163715.782000', '163715.785000', '163715.788000', '163715.791000', '163715.794000', '163715.797000', '163715.800000', '163715.803000', '163715.806000', '163715.809000', '163715.812000', '163715.814000', '163715.817000', '163715.820000', '163715.823000', '163715.826000', '163715.829000', '163715.832000', '163715.835000', '163715.838000', '163715.841000', '163715.844000', '163715.847000', '163715.850000', '163715.853000', '163715.855000', '163715.859000', '163719.384000', '163719.388000', '163719.392000', '163719.403000', '163719.407000', '163719.411000', '163719.415000', '163719.419000'], 'InstanceCreationTime': ['162855.775000', '162855.779000', '162855.782000', '162855.785000', '162855.788000', '162855.794000', '162855.797000', '162855.800000', '162855.803000', '162855.806000', '162855.809000', '162855.812000', '162855.815000', '162855.818000', '162855.821000', '162855.824000', '162855.827000', '162855.835000', '162855.838000', '162855.841000', '162855.844000', '162855.847000', '162855.850000', '162855.853000', '162855.856000', '162855.862000', '162855.866000', '162855.869000', '162855.872000', '162855.875000', '162855.878000', '162855.881000', '162855.884000', '162855.887000', '162855.890000', '162855.893000', '162855.896000', '162855.899000', '162855.902000', '162855.905000', '162855.908000', '162855.911000', '162855.914000', '162855.917000', '162855.920000', '162855.923000', '162855.926000', '162855.929000', '162855.932000', '162855.935000', '162855.938000', '162855.942000', '162855.944000', '162855.947000', '162855.950000', '162855.953000', '162855.957000', '162855.960000', '162855.963000', '162915.731000', '162915.734000', '162915.737000', '162915.740000', '162915.743000', '162915.746000', '162915.749000', '162915.752000', '162915.755000', '162915.758000', '162915.761000', '162915.764000', '162915.767000', '162915.769000', '162915.772000', '162915.775000', '162915.778000', '162915.781000', '162915.784000', '162915.787000', '162915.790000', '162915.793000', '162915.796000', '162915.799000', '162915.802000', '162915.805000', '162915.808000', '162915.811000', '162915.814000', '162915.817000', '162915.819000', '162915.824000', '162915.827000', '162915.830000', '162915.833000', '162915.836000', '162915.839000', '162915.842000', '162915.845000', '162915.853000', '162915.856000', '162915.859000', '162915.862000', '162935.731000', '162935.742000', '162935.745000', '162935.748000', '162935.751000', '162935.754000', '162935.757000', '162935.760000', '162935.763000', '162935.766000', '162935.769000', '162935.772000', '162935.775000', '162935.777000', '162935.781000', '162935.783000', '162935.786000', '162935.790000', '162935.793000', '162935.796000', '162935.799000', '162935.802000', '162935.805000', '162935.808000', '162935.812000', '162935.815000', '162935.817000', '162935.820000', '162935.824000', '162935.826000', '162935.829000', '162935.832000', '162935.835000', '162935.838000', '162935.841000', '162935.844000', '162935.847000', '162935.850000', '162935.853000', '162935.856000', '162935.859000', '162935.862000', '162935.865000', '162935.868000', '162955.731000', '162955.734000', '162955.738000', '162955.740000', '162955.743000', '162955.746000', '162955.749000', '162955.752000', '162955.755000', '162955.758000', '162955.761000', '162955.764000', '162955.767000', '162955.770000', '162955.773000', '162955.776000', '162955.779000', '162955.782000', '162955.785000', '162955.788000', '162955.791000', '162955.794000', '162955.797000', '162955.800000', '162955.803000', '162955.806000', '162955.809000', '162955.812000', '162955.815000', '162955.818000', '162955.821000', '162955.824000', '162955.826000', '162955.829000', '162955.833000', '162955.835000', '162955.838000', '162955.841000', '162955.844000', '162955.847000', '162955.850000', '162955.853000', '162955.856000', '163015.731000', '163015.734000', '163015.740000', '163015.743000', '163015.746000', '163015.749000', '163015.752000', '163015.755000', '163015.758000', '163015.760000', '163015.763000', '163015.766000', '163015.769000', '163015.772000', '163015.775000', '163015.778000', '163015.781000', '163015.784000', '163015.787000', '163015.790000', '163015.792000', '163015.795000', '163015.809000', '163015.812000', '163015.815000', '163015.818000', '163015.821000', '163015.824000', '163015.827000', '163015.830000', '163015.833000', '163015.835000', '163015.838000', '163015.841000', '163015.844000', '163015.847000', '163015.850000', '163015.853000', '163015.856000', '163015.859000', '163015.862000', '163015.865000', '163015.868000', '163015.871000', '163035.730000', '163035.733000', '163035.736000', '163035.739000', '163035.748000', '163035.751000', '163035.754000', '163035.757000', '163035.760000', '163035.763000', '163035.766000', '163035.769000', '163035.772000', '163035.775000', '163035.778000', '163035.781000', '163035.784000', '163035.787000', '163035.790000', '163035.792000', '163035.795000', '163035.798000', '163035.801000', '163035.804000', '163035.807000', '163035.810000', '163035.813000', '163035.816000', '163035.819000', '163035.822000', '163035.825000', '163035.828000', '163035.831000', '163035.834000', '163035.837000', '163035.840000', '163035.843000', '163035.846000', '163035.849000', '163035.852000', '163035.855000', '163035.857000', '163035.861000', '163055.730000', '163055.733000', '163055.736000', '163055.739000', '163055.742000', '163055.745000', '163055.748000', '163055.759000', '163055.762000', '163055.765000', '163055.768000', '163055.771000', '163055.774000', '163055.777000', '163055.780000', '163055.783000', '163055.786000', '163055.789000', '163055.792000', '163055.795000', '163055.798000', '163055.800000', '163055.804000', '163055.806000', '163055.809000', '163055.812000', '163055.815000', '163055.818000', '163055.821000', '163055.824000', '163055.827000', '163055.830000', '163055.833000', '163055.836000', '163055.839000', '163055.842000', '163055.845000', '163055.847000', '163055.850000', '163055.853000', '163055.856000', '163055.859000', '163055.862000', '163055.865000', '163115.730000', '163115.733000', '163115.736000', '163115.739000', '163115.742000', '163115.745000', '163115.748000', '163115.751000', '163115.754000', '163115.757000', '163115.760000', '163115.763000', '163115.770000', '163115.773000', '163115.776000', '163115.779000', '163115.782000', '163115.785000', '163115.788000', '163115.791000', '163115.794000', '163115.797000', '163115.800000', '163115.803000', '163115.806000', '163115.809000', '163115.812000', '163115.815000', '163115.818000', '163115.820000', '163115.823000', '163115.826000', '163115.829000', '163115.832000', '163115.836000', '163115.839000', '163115.841000', '163115.844000', '163115.847000', '163115.850000', '163115.853000', '163115.856000', '163115.859000', '163135.731000', '163135.734000', '163135.737000', '163135.740000', '163135.743000', '163135.746000', '163135.749000', '163135.752000', '163135.755000', '163135.758000', '163135.761000', '163135.764000', '163135.767000', '163135.770000', '163135.772000', '163135.775000', '163135.778000', '163135.781000', '163135.784000', '163135.787000', '163135.790000', '163135.793000', '163135.796000', '163135.799000', '163135.802000', '163135.805000', '163135.808000', '163135.811000', '163135.814000', '163135.816000', '163135.819000', '163135.822000', '163135.825000', '163135.828000', '163135.831000', '163135.834000', '163135.841000', '163135.848000', '163135.857000', '163135.860000', '163135.862000', '163135.865000', '163135.868000', '163155.731000', '163155.734000', '163155.737000', '163155.740000', '163155.743000', '163155.746000', '163155.749000', '163155.752000', '163155.755000', '163155.758000', '163155.761000', '163155.764000', '163155.767000', '163155.770000', '163155.773000', '163155.776000', '163155.779000', '163155.782000', '163155.785000', '163155.802000', '163155.805000', '163155.808000', '163155.811000', '163155.814000', '163155.817000', '163155.820000', '163155.823000', '163155.826000', '163155.829000', '163155.832000', '163155.835000', '163155.838000', '163155.841000', '163155.844000', '163155.847000', '163155.850000', '163155.853000', '163155.856000', '163155.858000', '163155.861000', '163155.864000', '163155.867000', '163155.870000', '163155.873000', '163215.731000', '163215.734000', '163215.737000', '163215.741000', '163215.743000', '163215.746000', '163215.749000', '163215.753000', '163215.756000', '163215.758000', '163215.762000', '163215.765000', '163215.767000', '163215.770000', '163215.773000', '163215.776000', '163215.779000', '163215.782000', '163215.785000', '163215.788000', '163215.791000', '163215.794000', '163215.797000', '163215.800000', '163215.803000', '163215.806000', '163215.809000', '163215.812000', '163215.815000', '163215.818000', '163215.821000', '163215.824000', '163215.827000', '163215.830000', '163215.833000', '163215.836000', '163215.839000', '163215.842000', '163215.850000', '163215.853000', '163215.856000', '163215.859000', '163215.862000', '163235.731000', '163235.734000', '163235.737000', '163235.740000', '163235.743000', '163235.746000', '163235.749000', '163235.752000', '163235.755000', '163235.758000', '163235.761000', '163235.764000', '163235.767000', '163235.770000', '163235.773000', '163235.776000', '163235.779000', '163235.782000', '163235.785000', '163235.788000', '163235.791000', '163235.794000', '163235.797000', '163235.800000', '163235.803000', '163235.806000', '163235.809000', '163235.812000', '163235.815000', '163235.818000', '163235.820000', '163235.823000', '163235.826000', '163235.829000', '163235.832000', '163235.835000', '163235.838000', '163235.841000', '163235.844000', '163235.847000', '163235.850000', '163235.853000', '163235.856000', '163235.859000', '163255.730000', '163255.733000', '163255.736000', '163255.739000', '163255.742000', '163255.745000', '163255.748000', '163255.751000', '163255.754000', '163255.757000', '163255.761000', '163255.764000', '163255.767000', '163255.770000', '163255.773000', '163255.776000', '163255.779000', '163255.782000', '163255.785000', '163255.788000', '163255.791000', '163255.794000', '163255.796000', '163255.799000', '163255.803000', '163255.805000', '163255.808000', '163255.811000', '163255.814000', '163255.817000', '163255.820000', '163255.823000', '163255.826000', '163255.829000', '163255.832000', '163255.835000', '163255.838000', '163255.841000', '163255.844000', '163255.847000', '163255.850000', '163255.853000', '163255.856000', '163315.730000', '163315.733000', '163315.736000', '163315.739000', '163315.742000', '163315.745000', '163315.748000', '163315.751000', '163315.754000', '163315.757000', '163315.760000', '163315.763000', '163315.766000', '163315.769000', '163315.772000', '163315.775000', '163315.778000', '163315.780000', '163315.783000', '163315.786000', '163315.789000', '163315.792000', '163315.795000', '163315.806000', '163315.809000', '163315.812000', '163315.820000', '163315.823000', '163315.826000', '163315.829000', '163315.832000', '163315.835000', '163315.838000', '163315.840000', '163315.843000', '163315.846000', '163315.849000', '163315.852000', '163315.855000', '163315.858000', '163315.861000', '163315.864000', '163315.867000', '163315.881000', '163335.730000', '163335.733000', '163335.736000', '163335.739000', '163335.742000', '163335.745000', '163335.748000', '163335.751000', '163335.754000', '163335.757000', '163335.760000', '163335.763000', '163335.766000', '163335.769000', '163335.772000', '163335.775000', '163335.778000', '163335.781000', '163335.784000', '163335.787000', '163335.790000', '163335.793000', '163335.796000', '163335.799000', '163335.802000', '163335.805000', '163335.808000', '163335.811000', '163335.814000', '163335.817000', '163335.820000', '163335.823000', '163335.826000', '163335.829000', '163335.832000', '163335.835000', '163335.838000', '163335.841000', '163335.844000', '163335.847000', '163335.852000', '163335.855000', '163335.858000', '163355.731000', '163355.734000', '163355.737000', '163355.740000', '163355.751000', '163355.754000', '163355.757000', '163355.760000', '163355.763000', '163355.766000', '163355.769000', '163355.772000', '163355.775000', '163355.777000', '163355.781000', '163355.783000', '163355.786000', '163355.789000', '163355.792000', '163355.795000', '163355.798000', '163355.801000', '163355.804000', '163355.807000', '163355.810000', '163355.813000', '163355.816000', '163355.819000', '163355.822000', '163355.825000', '163355.828000', '163355.831000', '163355.834000', '163355.837000', '163355.840000', '163355.843000', '163355.845000', '163355.848000', '163355.851000', '163355.854000', '163355.857000', '163355.860000', '163355.863000', '163355.866000', '163415.731000', '163415.734000', '163415.738000', '163415.741000', '163415.744000', '163415.747000', '163415.750000', '163415.753000', '163415.756000', '163415.759000', '163415.762000', '163415.765000', '163415.768000', '163415.771000', '163415.774000', '163415.777000', '163415.780000', '163415.783000', '163415.786000', '163415.789000', '163415.792000', '163415.795000', '163415.798000', '163415.801000', '163415.806000', '163415.809000', '163415.813000', '163415.815000', '163415.818000', '163415.821000', '163415.825000', '163415.827000', '163415.830000', '163415.833000', '163415.836000', '163415.839000', '163415.842000', '163415.845000', '163415.848000', '163415.851000', '163415.854000', '163415.857000', '163415.860000', '163435.731000', '163435.734000', '163435.737000', '163435.740000', '163435.743000', '163435.746000', '163435.749000', '163435.752000', '163435.755000', '163435.758000', '163435.761000', '163435.764000', '163435.767000', '163435.770000', '163435.773000', '163435.776000', '163435.779000', '163435.782000', '163435.785000', '163435.788000', '163435.790000', '163435.794000', '163435.796000', '163435.799000', '163435.802000', '163435.805000', '163435.808000', '163435.811000', '163435.814000', '163435.817000', '163435.820000', '163435.823000', '163435.826000', '163435.829000', '163435.832000', '163435.835000', '163435.838000', '163435.841000', '163435.844000', '163435.847000', '163435.850000', '163435.853000', '163435.856000', '163435.859000', '163455.731000', '163455.734000', '163455.737000', '163455.740000', '163455.743000', '163455.746000', '163455.749000', '163455.752000', '163455.755000', '163455.758000', '163455.761000', '163455.764000', '163455.767000', '163455.770000', '163455.773000', '163455.776000', '163455.779000', '163455.782000', '163455.785000', '163455.788000', '163455.791000', '163455.794000', '163455.797000', '163455.800000', '163455.803000', '163455.806000', '163455.809000', '163455.812000', '163455.815000', '163455.818000', '163455.821000', '163455.824000', '163455.827000', '163455.830000', '163455.833000', '163455.836000', '163455.839000', '163455.842000', '163455.845000', '163455.848000', '163455.851000', '163455.854000', '163455.857000', '163515.730000', '163515.733000', '163515.736000', '163515.739000', '163515.742000', '163515.745000', '163515.748000', '163515.751000', '163515.754000', '163515.756000', '163515.760000', '163515.762000', '163515.765000', '163515.768000', '163515.771000', '163515.774000', '163515.777000', '163515.780000', '163515.783000', '163515.786000', '163515.789000', '163515.792000', '163515.795000', '163515.798000', '163515.801000', '163515.804000', '163515.806000', '163515.809000', '163515.812000', '163515.815000', '163515.818000', '163515.821000', '163515.824000', '163515.827000', '163515.830000', '163515.833000', '163515.836000', '163515.839000', '163515.842000', '163515.845000', '163515.848000', '163515.851000', '163515.853000', '163515.856000', '163535.730000', '163535.733000', '163535.736000', '163535.739000', '163535.742000', '163535.745000', '163535.748000', '163535.751000', '163535.754000', '163535.757000', '163535.760000', '163535.762000', '163535.765000', '163535.768000', '163535.772000', '163535.776000', '163535.779000', '163535.782000', '163535.785000', '163535.788000', '163535.790000', '163535.793000', '163535.796000', '163535.799000', '163535.802000', '163535.805000', '163535.808000', '163535.811000', '163535.814000', '163535.817000', '163535.820000', '163535.823000', '163535.826000', '163535.830000', '163535.833000', '163535.837000', '163535.839000', '163535.842000', '163535.845000', '163535.848000', '163535.851000', '163535.854000', '163535.857000', '163555.730000', '163555.742000', '163555.745000', '163555.748000', '163555.751000', '163555.754000', '163555.757000', '163555.760000', '163555.763000', '163555.766000', '163555.769000', '163555.772000', '163555.774000', '163555.777000', '163555.780000', '163555.783000', '163555.786000', '163555.789000', '163555.792000', '163555.795000', '163555.798000', '163555.801000', '163555.804000', '163555.807000', '163555.810000', '163555.813000', '163555.816000', '163555.819000', '163555.821000', '163555.824000', '163555.827000', '163555.830000', '163555.833000', '163555.836000', '163555.839000', '163555.842000', '163555.845000', '163555.848000', '163555.851000', '163555.854000', '163555.857000', '163555.860000', '163555.862000', '163555.865000', '163615.731000', '163615.734000', '163615.737000', '163615.740000', '163615.743000', '163615.746000', '163615.749000', '163615.762000', '163615.765000', '163615.768000', '163615.775000', '163615.778000', '163615.781000', '163615.783000', '163615.786000', '163615.789000', '163615.792000', '163615.795000', '163615.798000', '163615.801000', '163615.804000', '163615.807000', '163615.810000', '163615.813000', '163615.816000', '163615.819000', '163615.822000', '163615.824000', '163615.827000', '163615.830000', '163615.833000', '163615.836000', '163615.839000', '163615.842000', '163615.845000', '163615.850000', '163615.853000', '163615.856000', '163615.859000', '163615.862000', '163615.865000', '163615.868000', '163615.871000', '163635.731000', '163635.734000', '163635.737000', '163635.740000', '163635.743000', '163635.746000', '163635.749000', '163635.752000', '163635.755000', '163635.758000', '163635.760000', '163635.763000', '163635.774000', '163635.777000', '163635.780000', '163635.783000', '163635.786000', '163635.789000', '163635.792000', '163635.795000', '163635.798000', '163635.801000', '163635.804000', '163635.807000', '163635.810000', '163635.813000', '163635.816000', '163635.819000', '163635.822000', '163635.825000', '163635.828000', '163635.831000', '163635.834000', '163635.836000', '163635.839000', '163635.842000', '163635.845000', '163635.848000', '163635.851000', '163635.854000', '163635.857000', '163635.860000', '163635.863000', '163635.866000', '163655.731000', '163655.734000', '163655.737000', '163655.740000', '163655.743000', '163655.746000', '163655.749000', '163655.752000', '163655.755000', '163655.758000', '163655.761000', '163655.764000', '163655.767000', '163655.769000', '163655.772000', '163655.775000', '163655.778000', '163655.781000', '163655.784000', '163655.787000', '163655.790000', '163655.793000', '163655.796000', '163655.799000', '163655.802000', '163655.805000', '163655.808000', '163655.811000', '163655.815000', '163655.818000', '163655.821000', '163655.824000', '163655.826000', '163655.829000', '163655.832000', '163655.835000', '163655.838000', '163655.841000', '163655.844000', '163655.847000', '163655.850000', '163655.853000', '163655.855000', '163715.731000', '163715.734000', '163715.737000', '163715.740000', '163715.743000', '163715.746000', '163715.749000', '163715.752000', '163715.755000', '163715.758000', '163715.761000', '163715.764000', '163715.766000', '163715.769000', '163715.772000', '163715.775000', '163715.779000', '163715.782000', '163715.785000', '163715.788000', '163715.791000', '163715.794000', '163715.797000', '163715.800000', '163715.803000', '163715.806000', '163715.809000', '163715.812000', '163715.814000', '163715.817000', '163715.820000', '163715.823000', '163715.826000', '163715.829000', '163715.832000', '163715.835000', '163715.838000', '163715.841000', '163715.844000', '163715.847000', '163715.850000', '163715.853000', '163715.855000', '163715.859000', '163719.384000', '163719.388000', '163719.392000', '163719.403000', '163719.407000', '163719.411000', '163719.415000', '163719.419000'], '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], 'LargestImagePixelValue': [10832, 10490, 11606, 10155, 11007, 13526, 10220, 10331, 14222, 10526, 10160, 12767, 10296, 10029, 11756, 11115, 9899, 10351, 11163, 9864, 10776, 11475, 10514, 10490, 11486, 10568, 10732, 11657, 10309, 9984, 11513, 11095, 10100, 10937, 11228, 9962, 12112, 11368, 10586, 10543, 11305, 10840, 9838, 11556, 11024, 10105, 11753, 11018, 10101, 11972, 11460, 9718, 12015, 11363, 10033, 11733, 11430, 10211, 11566, 11947, 10911, 11654, 11760, 10947, 10926, 11570, 10793, 10931, 11332, 11692, 10698, 11966, 11405, 10694, 12017, 11383, 10377, 12187, 11309, 9604, 10985, 11497, 10813, 12540, 11906, 11111, 11825, 11449, 10838, 11472, 11610, 11612, 10552, 11809, 11804, 10036, 11150, 11448, 10430, 12638, 11865, 9959, 12096, 11641, 9817, 11623, 11672, 9800, 12203, 11810, 10570, 11262, 11595, 10324, 11249, 11728, 10950, 12128, 11592, 11299, 11493, 11366, 11026, 11099, 11523, 11672, 11047, 12025, 11959, 11112, 11361, 11254, 10614, 11404, 11628, 10853, 12095, 11415, 10972, 11883, 11471, 11051, 12070, 11520, 10659, 11873, 11454, 11044, 12648, 11852, 11686, 11919, 11457, 10765, 12152, 11696, 10838, 12146, 12010, 10841, 12143, 11921, 10099, 11552, 11945, 9715, 11654, 11643, 9711, 11803, 11757, 11021, 11581, 11621, 9772, 11617, 11731, 10886, 12077, 11890, 11387, 11548, 11392, 11692, 10695, 11700, 11401, 11072, 12425, 12062, 10974, 12450, 11672, 10309, 12266, 11740, 9866, 11780, 11937, 10977, 11075, 11728, 10881, 11727, 11648, 11583, 10792, 11443, 11322, 10455, 12392, 11741, 10065, 11706, 11555, 9739, 11601, 11989, 11184, 11296, 11810, 11073, 11687, 11636, 10804, 11844, 12089, 11191, 11748, 11861, 11226, 11053, 11638, 10714, 11944, 11949, 10912, 11882, 11779, 10842, 12314, 11990, 11129, 12130, 11621, 11073, 11796, 11997, 10943, 11363, 11593, 11714, 11343, 11379, 11076, 11774, 11954, 10997, 11660, 11493, 10247, 11533, 11569, 10597, 11636, 12213, 11440, 11104, 11695, 11630, 11074, 11366, 11045, 10529, 11714, 11801, 10435, 11798, 11346, 10628, 12231, 11915, 10247, 12167, 11790, 9837, 11819, 11556, 10458, 11584, 11777, 9571, 12039, 11562, 10543, 11906, 11951, 11051, 11707, 11810, 11205, 10947, 11347, 11211, 11501, 12584, 11361, 11130, 12557, 11274, 10211, 12389, 11688, 9620, 11867, 11390, 9755, 12092, 11464, 10480, 12300, 11353, 10282, 11035, 11293, 10182, 12157, 11519, 10855, 11639, 11524, 10594, 11424, 11556, 11216, 10818, 11611, 11031, 10526, 11676, 11145, 11062, 12559, 11485, 11229, 12178, 11121, 9796, 11693, 11745, 9940, 11928, 11229, 9997, 11614, 11438, 10615, 11204, 11572, 9403, 11781, 11123, 10350, 11318, 11684, 10524, 11776, 11482, 10102, 11970, 11791, 11063, 11297, 11772, 10913, 10855, 11398, 10954, 10629, 12273, 11175, 10279, 11370, 10856, 10848, 12218, 11285, 10869, 12230, 11075, 10885, 12590, 11511, 9890, 12590, 11439, 9503, 12166, 11327, 10568, 11321, 11870, 10814, 11087, 11144, 10460, 10647, 11630, 10781, 11077, 11248, 11133, 10475, 12065, 11487, 10060, 11760, 11052, 10960, 12207, 11300, 10283, 12137, 10658, 10658, 11936, 10918, 9884, 11846, 11371, 9656, 11663, 10983, 9808, 11796, 11632, 9943, 11737, 10881, 9600, 12606, 11189, 10050, 11822, 11353, 10242, 10961, 10845, 9970, 10426, 11591, 10711, 10367, 11498, 10476, 10145, 11485, 10766, 10625, 12230, 11064, 9700, 11640, 10518, 10149, 12177, 11286, 11473, 12054, 10837, 10863, 12038, 10973, 9645, 11691, 11431, 10464, 11188, 11341, 10053, 11375, 11884, 10840, 10408, 11444, 10802, 9962, 11792, 11221, 11677, 12041, 11126, 11271, 12324, 11077, 9558, 12269, 11571, 9572, 12048, 11007, 9910, 12066, 11527, 10640, 11532, 11343, 10596, 11924, 11302, 10769, 10555, 11992, 11238, 10528, 11334, 10989, 10733, 12470, 11546, 10026, 11741, 11108, 10053, 11598, 11084, 9894, 13185, 11320, 10402, 11741, 11192, 10096, 11671, 11487, 10526, 10677, 11137, 9637, 12021, 11255, 10001, 11648, 11698, 10892, 10558, 11622, 10679, 10493, 11997, 10806, 10170, 11986, 11177, 11101, 12278, 11208, 9609, 11931, 11849, 9346, 11343, 11203, 10181, 11025, 11794, 10653, 11109, 11310, 10754, 10497, 10816, 10901, 10159, 12185, 11394, 9768, 10586, 10524, 10391, 10999, 11143, 10790, 11837, 10764, 10448, 11300, 11055, 11683, 12426, 11210, 10412, 12111, 10995, 11027, 12692, 11619, 10265, 11630, 10981, 10840, 12440, 11127, 10876, 11375, 11028, 10481, 12104, 11231, 11536, 12406, 11136, 10279, 11954, 10479, 10534, 11637, 11091, 9996, 11448, 10730, 9499, 12042, 11058, 10042, 11613, 10872, 9580, 11664, 11313, 10583, 10954, 11123, 10250, 11650, 10980, 10734, 10279, 11788, 11147, 9767, 10922, 10467, 10387, 12168, 11485, 11635, 12130, 11079, 10724, 12260, 11255, 10163, 12438, 11287, 11241, 12025, 10795, 10348, 10616, 10196, 10166, 10774, 10766, 12404, 9981, 10768, 11133, 9929, 11099, 11885, 10361, 11451, 10633, 9905, 13804, 10904, 10048, 10730, 11705, 10892, 11439, 11157, 9913, 11761, 10952, 10441, 10833, 11471, 10587, 11857, 11115, 9836, 11813, 11194, 10383, 11202, 11658, 10745, 10682, 10728, 10097, 11004, 11556, 10808, 10420, 11271, 10468, 10746, 11312, 10756, 10505, 11778, 11308, 11085, 11246, 10586, 10132, 12538, 11428, 11632, 12175, 10648, 9910, 12042, 11296, 9959, 12914, 11401, 9969, 11766, 11456, 10173, 10387, 12128, 11498, 11441, 12320, 11185, 9854, 11287, 11681, 10781, 11452, 12074, 10775, 12170, 10875, 9886, 11517, 11267, 9901, 12081, 10852, 10319, 10925, 11340, 10145, 10380, 10824, 9792, 11130, 11548, 10610, 12094, 11442, 10035, 11901, 11131, 9978, 10071, 11974, 10712, 11212, 11738, 10371, 10027, 11541, 10564, 10209, 11480, 10065, 11106, 11780, 10198, 10742, 12083, 10874, 11284, 11213, 9829, 11268, 11185, 10141, 10348, 11657, 10331, 11233, 11479, 10042, 10190, 11462, 10476, 9880, 12120, 10630, 9640, 11334, 10967, 10246, 10199, 11956, 10765, 9872, 11714, 10710, 9683, 11677, 11321, 10162, 11013, 11040, 10347, 11151, 12206, 11050, 9962, 11552, 10692, 9806, 11871, 10984, 9844, 12028, 11218, 9830, 11840, 11249, 9885, 10840, 11477, 10577, 10589, 11086, 9963, 10999, 11688, 10546, 11416, 12149, 10669, 9923, 11041, 10120, 10433, 11328, 10332, 10045, 11691, 9967, 9758, 11018, 10002, 10130, 11507, 10468, 10384, 13429, 10643, 9993, 11714, 10205, 10451, 11183, 11363, 10204, 10761, 11150, 10506, 10560, 10855, 9861, 10251, 10840, 10248, 8937, 9805, 9745, 9210, 10224, 10841, 10689, 10083, 10271, 10624, 10044, 10348, 12515, 10004, 10309, 11985, 9573, 10530, 12455, 10207, 10561, 13638, 11100, 10887, 13808, 10471, 10719, 13852, 10750, 10703, 12771, 10472, 10503, 10804, 9891, 10956, 9657, 9608, 10469, 10143, 10544, 10478, 9849, 9898, 10721, 9035, 10039, 10192, 9869, 11332, 10179, 10851, 10463, 10615, 10523, 10631, 10304, 10107, 10632, 10167, 11238, 10098, 10193, 11796, 10441, 10416, 11662, 10404, 10758, 11273, 10337, 10553, 11322, 10092, 10477, 11720, 10428, 10408, 11099, 9582, 10737, 11297, 9943, 10508, 11906, 10752, 10288, 11245, 9979, 10576, 11791, 10499, 10147, 11355, 10937, 9865, 11769, 10862, 10053, 11575, 10851, 9990, 11545, 10695, 9977, 11666, 10415, 9969, 11622, 10868, 10273, 10147, 10582, 9822, 11250, 10557, 9916, 10066, 10994, 10227, 10039, 11179, 9968, 10839, 10620, 10083, 10299, 11003, 9991, 11240, 10772, 9935, 11459, 10328, 9841, 11583, 10862, 10265, 12127, 9867, 10125, 12006, 10906, 9978, 11282, 10163, 10143, 11476, 9993, 10102, 12155, 11032, 10085, 11476, 10455, 10256, 11653, 10253, 10059, 11456, 11086, 9981, 11609, 10307, 10255, 11607, 10717, 9951, 11681, 10913, 10006, 11637, 10343, 10155, 11959, 10970, 9943, 10954, 10425, 10159, 11656, 10737, 10015, 11832, 10891, 10146, 11548, 10323, 10255, 11490, 10201, 10385, 12336, 10604, 10157, 11386, 10062, 10462, 11659, 10799, 10051, 11765, 10356, 10401, 11931, 10214, 10235, 12491, 10773, 10212, 11779, 10264, 10364, 11166, 10935, 10519, 11565, 10491, 10063, 11379, 10628, 10130, 11660, 10352, 10182, 11462, 10131, 10242, 12183, 10476, 10190, 11616, 9949, 10538, 11698, 10335, 10586, 11419, 10302, 10700, 11110, 10180, 11478, 11560, 10070, 9913, 10259, 10049, 10434, 11193, 10020, 10515, 10347, 10289, 11642, 10125, 10113, 11622, 10441, 10352, 11775, 9893, 10394, 11872, 10182, 10495, 11748, 9716, 10066], 'WindowCenter': [3958.0, 3931.0, 3927.0, 3915.0, 3914.0, 3920.0, 3900.0, 3890.0, 3922.0, 3899.0, 3890.0, 3908.0, 3888.0, 3888.0, 3897.0, 3898.0, 3887.0, 3888.0, 3898.0, 3889.0, 3897.0, 3897.0, 3911.0, 3901.0, 3898.0, 3899.0, 3899.0, 3896.0, 3888.0, 3890.0, 3909.0, 3899.0, 3900.0, 3897.0, 3899.0, 3890.0, 3908.0, 3910.0, 3901.0, 3911.0, 3923.0, 3911.0, 3888.0, 3909.0, 3900.0, 3889.0, 3909.0, 3900.0, 3900.0, 3920.0, 3925.0, 3902.0, 3910.0, 3910.0, 3888.0, 3907.0, 3909.0, 3890.0, 3897.0, 3909.0, 3924.0, 3921.0, 3911.0, 3912.0, 3899.0, 3910.0, 3911.0, 3899.0, 3923.0, 3935.0, 3912.0, 3911.0, 3912.0, 3901.0, 3910.0, 3912.0, 3913.0, 3922.0, 3911.0, 3890.0, 3897.0, 3909.0, 3910.0, 3921.0, 3922.0, 3911.0, 3910.0, 3910.0, 3900.0, 3908.0, 3910.0, 3911.0, 3912.0, 3920.0, 3911.0, 3889.0, 3910.0, 3921.0, 3899.0, 3934.0, 3923.0, 3901.0, 3919.0, 3911.0, 3891.0, 3910.0, 3911.0, 3900.0, 3921.0, 3923.0, 3913.0, 3910.0, 3910.0, 3901.0, 3897.0, 3909.0, 3899.0, 3909.0, 3910.0, 3911.0, 3910.0, 3911.0, 3910.0, 3898.0, 3908.0, 3910.0, 3909.0, 3909.0, 3910.0, 3899.0, 3910.0, 3910.0, 3898.0, 3922.0, 3922.0, 3910.0, 3909.0, 3910.0, 3898.0, 3908.0, 3911.0, 3910.0, 3909.0, 3910.0, 3898.0, 3908.0, 3909.0, 3898.0, 3920.0, 3921.0, 3910.0, 3909.0, 3910.0, 3898.0, 3908.0, 3909.0, 3910.0, 3920.0, 3920.0, 3899.0, 3908.0, 3910.0, 3900.0, 3922.0, 3921.0, 3890.0, 3908.0, 3909.0, 3889.0, 3907.0, 3909.0, 3912.0, 3910.0, 3909.0, 3889.0, 3908.0, 3908.0, 3899.0, 3908.0, 3908.0, 3911.0, 3910.0, 3910.0, 3921.0, 3900.0, 3910.0, 3910.0, 3910.0, 3933.0, 3922.0, 3910.0, 3920.0, 3910.0, 3899.0, 3908.0, 3909.0, 3902.0, 3910.0, 3909.0, 3900.0, 3897.0, 3908.0, 3899.0, 3909.0, 3921.0, 3910.0, 3899.0, 3909.0, 3909.0, 3899.0, 3919.0, 3923.0, 3900.0, 3909.0, 3909.0, 3888.0, 3908.0, 3909.0, 3911.0, 3911.0, 3921.0, 3911.0, 3909.0, 3910.0, 3910.0, 3908.0, 3909.0, 3923.0, 3921.0, 3910.0, 3911.0, 3909.0, 3910.0, 3900.0, 3922.0, 3922.0, 3911.0, 3910.0, 3910.0, 3900.0, 3908.0, 3910.0, 3913.0, 3909.0, 3908.0, 3911.0, 3907.0, 3908.0, 3899.0, 3910.0, 3921.0, 3910.0, 3909.0, 3909.0, 3910.0, 3908.0, 3908.0, 3911.0, 3910.0, 3910.0, 3900.0, 3908.0, 3910.0, 3911.0, 3898.0, 3909.0, 3924.0, 3912.0, 3911.0, 3912.0, 3910.0, 3910.0, 3912.0, 3911.0, 3922.0, 3921.0, 3900.0, 3911.0, 3911.0, 3899.0, 3909.0, 3922.0, 3913.0, 3910.0, 3910.0, 3889.0, 3907.0, 3910.0, 3901.0, 3911.0, 3910.0, 3890.0, 3910.0, 3910.0, 3900.0, 3909.0, 3922.0, 3923.0, 3910.0, 3910.0, 3910.0, 3898.0, 3898.0, 3910.0, 3911.0, 3920.0, 3909.0, 3899.0, 3908.0, 3909.0, 3899.0, 3920.0, 3921.0, 3888.0, 3909.0, 3910.0, 3890.0, 3908.0, 3909.0, 3911.0, 3921.0, 3910.0, 3900.0, 3898.0, 3909.0, 3900.0, 3921.0, 3910.0, 3899.0, 3909.0, 3909.0, 3899.0, 3897.0, 3909.0, 3911.0, 3897.0, 3908.0, 3899.0, 3897.0, 3897.0, 3898.0, 3909.0, 3920.0, 3909.0, 3910.0, 3908.0, 3910.0, 3888.0, 3910.0, 3922.0, 3899.0, 3908.0, 3909.0, 3887.0, 3897.0, 3908.0, 3910.0, 3897.0, 3908.0, 3888.0, 3908.0, 3898.0, 3900.0, 3908.0, 3909.0, 3899.0, 3908.0, 3898.0, 3899.0, 3897.0, 3910.0, 3910.0, 3898.0, 3908.0, 3898.0, 3896.0, 3897.0, 3898.0, 3900.0, 3909.0, 3898.0, 3887.0, 3908.0, 3899.0, 3898.0, 3921.0, 3910.0, 3898.0, 3909.0, 3899.0, 3897.0, 3907.0, 3910.0, 3901.0, 3909.0, 3909.0, 3889.0, 3908.0, 3899.0, 3899.0, 3910.0, 3920.0, 3913.0, 3911.0, 3910.0, 3900.0, 3897.0, 3909.0, 3899.0, 3897.0, 3897.0, 3909.0, 3898.0, 3909.0, 3910.0, 3889.0, 3909.0, 3910.0, 3899.0, 3906.0, 3909.0, 3899.0, 3908.0, 3898.0, 3897.0, 3896.0, 3897.0, 3887.0, 3907.0, 3908.0, 3888.0, 3896.0, 3896.0, 3887.0, 3907.0, 3908.0, 3888.0, 3896.0, 3896.0, 3877.0, 3895.0, 3895.0, 3888.0, 3907.0, 3895.0, 3886.0, 3884.0, 3885.0, 3886.0, 3885.0, 3907.0, 3886.0, 3885.0, 3896.0, 3886.0, 3884.0, 3896.0, 3895.0, 3896.0, 3908.0, 3897.0, 3886.0, 3897.0, 3898.0, 3885.0, 3907.0, 3898.0, 3909.0, 3907.0, 3898.0, 3897.0, 3907.0, 3897.0, 3889.0, 3909.0, 3907.0, 3899.0, 3897.0, 3896.0, 3888.0, 3909.0, 3921.0, 3910.0, 3899.0, 3909.0, 3899.0, 3887.0, 3908.0, 3911.0, 3909.0, 3908.0, 3910.0, 3898.0, 3907.0, 3909.0, 3890.0, 3920.0, 3910.0, 3889.0, 3907.0, 3900.0, 3900.0, 3909.0, 3920.0, 3912.0, 3909.0, 3898.0, 3898.0, 3907.0, 3897.0, 3899.0, 3898.0, 3909.0, 3908.0, 3899.0, 3909.0, 3910.0, 3899.0, 3919.0, 3922.0, 3900.0, 3907.0, 3909.0, 3888.0, 3907.0, 3908.0, 3901.0, 3932.0, 3898.0, 3897.0, 3908.0, 3898.0, 3888.0, 3897.0, 3908.0, 3912.0, 3899.0, 3897.0, 3887.0, 3906.0, 3908.0, 3889.0, 3908.0, 3922.0, 3911.0, 3899.0, 3908.0, 3898.0, 3897.0, 3907.0, 3898.0, 3899.0, 3909.0, 3899.0, 3899.0, 3908.0, 3909.0, 3889.0, 3920.0, 3921.0, 3890.0, 3910.0, 3911.0, 3900.0, 3897.0, 3922.0, 3912.0, 3909.0, 3910.0, 3910.0, 3897.0, 3898.0, 3899.0, 3899.0, 3921.0, 3910.0, 3899.0, 3899.0, 3911.0, 3899.0, 3911.0, 3923.0, 3911.0, 3910.0, 3911.0, 3898.0, 3909.0, 3923.0, 3924.0, 3920.0, 3910.0, 3900.0, 3909.0, 3911.0, 3910.0, 3931.0, 3910.0, 3900.0, 3911.0, 3911.0, 3899.0, 3920.0, 3911.0, 3909.0, 3908.0, 3898.0, 3897.0, 3908.0, 3897.0, 3907.0, 3919.0, 3910.0, 3899.0, 3909.0, 3900.0, 3898.0, 3909.0, 3910.0, 3889.0, 3908.0, 3898.0, 3887.0, 3906.0, 3909.0, 3889.0, 3908.0, 3897.0, 3888.0, 3896.0, 3897.0, 3911.0, 3897.0, 3898.0, 3898.0, 3896.0, 3898.0, 3899.0, 3900.0, 3909.0, 3911.0, 3887.0, 3898.0, 3899.0, 3898.0, 3921.0, 3911.0, 3909.0, 3909.0, 3909.0, 3898.0, 3908.0, 3909.0, 3899.0, 3921.0, 3910.0, 3908.0, 3909.0, 3911.0, 3913.0, 3900.0, 3899.0, 3900.0, 3923.0, 3927.0, 3936.0, 3903.0, 3900.0, 3898.0, 3888.0, 3897.0, 3909.0, 3899.0, 3909.0, 3898.0, 3888.0, 3919.0, 3897.0, 3887.0, 3898.0, 3909.0, 3898.0, 3898.0, 3898.0, 3889.0, 3908.0, 3898.0, 3899.0, 3910.0, 3910.0, 3899.0, 3908.0, 3898.0, 3889.0, 3898.0, 3898.0, 3899.0, 3899.0, 3909.0, 3899.0, 3898.0, 3898.0, 3889.0, 3896.0, 3908.0, 3899.0, 3887.0, 3899.0, 3898.0, 3896.0, 3898.0, 3899.0, 3899.0, 3910.0, 3909.0, 3897.0, 3898.0, 3900.0, 3897.0, 3921.0, 3910.0, 3911.0, 3908.0, 3899.0, 3888.0, 3907.0, 3899.0, 3900.0, 3908.0, 3897.0, 3887.0, 3896.0, 3897.0, 3888.0, 3888.0, 3919.0, 3910.0, 3910.0, 3919.0, 3910.0, 3901.0, 3899.0, 3909.0, 3911.0, 3911.0, 3922.0, 3911.0, 3908.0, 3899.0, 3889.0, 3896.0, 3896.0, 3888.0, 3908.0, 3900.0, 3900.0, 3910.0, 3911.0, 3900.0, 3887.0, 3898.0, 3888.0, 3897.0, 3908.0, 3900.0, 3909.0, 3898.0, 3889.0, 3907.0, 3898.0, 3887.0, 3889.0, 3895.0, 3886.0, 3885.0, 3895.0, 3887.0, 3886.0, 3895.0, 3898.0, 3887.0, 3897.0, 3876.0, 3895.0, 3895.0, 3886.0, 3896.0, 3907.0, 3898.0, 3897.0, 3896.0, 3887.0, 3897.0, 3897.0, 3886.0, 3886.0, 3895.0, 3885.0, 3895.0, 3896.0, 3886.0, 3888.0, 3895.0, 3898.0, 3900.0, 3908.0, 3897.0, 3888.0, 3895.0, 3885.0, 3886.0, 3887.0, 3907.0, 3897.0, 3886.0, 3896.0, 3897.0, 3888.0, 3909.0, 3908.0, 3888.0, 3896.0, 3897.0, 3887.0, 3897.0, 3921.0, 3909.0, 3887.0, 3896.0, 3887.0, 3887.0, 3895.0, 3897.0, 3900.0, 3907.0, 3897.0, 3887.0, 3895.0, 3896.0, 3887.0, 3897.0, 3909.0, 3898.0, 3886.0, 3896.0, 3886.0, 3885.0, 3895.0, 3886.0, 3897.0, 3906.0, 3886.0, 3875.0, 3896.0, 3887.0, 3885.0, 3910.0, 3901.0, 3889.0, 3908.0, 3903.0, 3903.0, 3899.0, 3889.0, 3888.0, 3897.0, 3887.0, 3889.0, 3919.0, 3898.0, 3901.0, 3910.0, 3889.0, 3889.0, 3896.0, 3897.0, 3887.0, 3886.0, 3885.0, 3886.0, 3887.0, 3898.0, 3888.0, 3887.0, 3898.0, 3875.0, 3854.0, 3862.0, 3863.0, 3863.0, 3889.0, 3887.0, 3883.0, 3887.0, 3889.0, 3887.0, 3889.0, 3901.0, 3909.0, 3889.0, 3902.0, 3897.0, 3876.0, 3886.0, 3895.0, 3875.0, 3886.0, 3905.0, 3883.0, 3875.0, 3892.0, 3871.0, 3875.0, 3893.0, 3872.0, 3871.0, 3881.0, 3874.0, 3886.0, 3872.0, 3861.0, 3871.0, 3858.0, 3860.0, 3872.0, 3872.0, 3872.0, 3884.0, 3874.0, 3874.0, 3885.0, 3862.0, 3873.0, 3885.0, 3874.0, 3885.0, 3887.0, 3886.0, 3886.0, 3887.0, 3887.0, 3899.0, 3913.0, 3901.0, 3888.0, 3889.0, 3896.0, 3900.0, 3899.0, 3908.0, 3899.0, 3901.0, 3910.0, 3900.0, 3900.0, 3899.0, 3900.0, 3900.0, 3897.0, 3888.0, 3899.0, 3908.0, 3888.0, 3900.0, 3898.0, 3878.0, 3897.0, 3896.0, 3886.0, 3897.0, 3896.0, 3899.0, 3888.0, 3897.0, 3888.0, 3889.0, 3895.0, 3887.0, 3889.0, 3910.0, 3910.0, 3889.0, 3908.0, 3899.0, 3889.0, 3898.0, 3899.0, 3902.0, 3913.0, 3900.0, 3900.0, 3898.0, 3899.0, 3889.0, 3898.0, 3898.0, 3902.0, 3899.0, 3898.0, 3889.0, 3897.0, 3898.0, 3889.0, 3900.0, 3913.0, 3902.0, 3889.0, 3910.0, 3901.0, 3898.0, 3899.0, 3901.0, 3901.0, 3911.0, 3890.0, 3898.0, 3900.0, 3890.0, 3898.0, 3900.0, 3902.0, 3912.0, 3911.0, 3900.0, 3909.0, 3888.0, 3899.0, 3908.0, 3899.0, 3890.0, 3897.0, 3889.0, 3888.0, 3898.0, 3889.0, 3889.0, 3910.0, 3899.0, 3900.0, 3898.0, 3899.0, 3888.0, 3897.0, 3888.0, 3889.0, 3910.0, 3911.0, 3890.0, 3898.0, 3900.0, 3899.0, 3898.0, 3899.0, 3901.0, 3909.0, 3899.0, 3889.0, 3909.0, 3899.0, 3899.0, 3910.0, 3911.0, 3900.0, 3898.0, 3899.0, 3900.0, 3898.0, 3899.0, 3901.0, 3911.0, 3899.0, 3900.0, 3899.0, 3887.0, 3889.0, 3898.0, 3888.0, 3901.0, 3923.0, 3900.0, 3888.0, 3898.0, 3890.0, 3899.0, 3910.0, 3910.0, 3890.0, 3897.0, 3887.0, 3888.0, 3896.0, 3887.0, 3887.0, 3909.0, 3897.0, 3888.0, 3897.0, 3887.0, 3887.0, 3897.0, 3899.0, 3887.0, 3897.0, 3887.0, 3887.0, 3896.0, 3899.0, 3901.0, 3897.0, 3888.0, 3888.0, 3897.0, 3888.0, 3889.0, 3909.0, 3901.0, 3889.0, 3899.0, 3888.0, 3899.0, 3909.0, 3901.0, 3898.0, 3897.0, 3889.0, 3887.0, 3896.0, 3887.0, 3909.0, 3898.0, 3889.0, 3886.0, 3887.0, 3888.0, 3887.0, 3899.0, 3888.0, 3887.0, 3887.0, 3887.0, 3896.0, 3887.0, 3888.0, 3910.0, 3888.0, 3887.0, 3897.0, 3887.0, 3888.0, 3896.0, 3888.0, 3899.0, 3897.0, 3877.0, 3876.0], 'WindowWidth': [8843.0, 8794.0, 8778.0, 8756.0, 8755.0, 8758.0, 8726.0, 8715.0, 8761.0, 8724.0, 8714.0, 8735.0, 8707.0, 8707.0, 8719.0, 8720.0, 8706.0, 8708.0, 8720.0, 8709.0, 8718.0, 8718.0, 8745.0, 8731.0, 8720.0, 8725.0, 8722.0, 8716.0, 8708.0, 8713.0, 8739.0, 8724.0, 8727.0, 8720.0, 8723.0, 8715.0, 8735.0, 8738.0, 8730.0, 8746.0, 8765.0, 8745.0, 8710.0, 8738.0, 8729.0, 8711.0, 8737.0, 8728.0, 8727.0, 8757.0, 8772.0, 8735.0, 8739.0, 8739.0, 8710.0, 8731.0, 8736.0, 8714.0, 8719.0, 8739.0, 8769.0, 8762.0, 8743.0, 8750.0, 8727.0, 8742.0, 8745.0, 8726.0, 8764.0, 8785.0, 8748.0, 8744.0, 8747.0, 8731.0, 8740.0, 8747.0, 8753.0, 8763.0, 8742.0, 8716.0, 8720.0, 8739.0, 8743.0, 8760.0, 8761.0, 8746.0, 8742.0, 8741.0, 8728.0, 8736.0, 8740.0, 8745.0, 8748.0, 8756.0, 8745.0, 8713.0, 8741.0, 8759.0, 8728.0, 8781.0, 8765.0, 8733.0, 8752.0, 8743.0, 8717.0, 8739.0, 8743.0, 8729.0, 8757.0, 8766.0, 8752.0, 8740.0, 8741.0, 8731.0, 8719.0, 8736.0, 8726.0, 8740.0, 8742.0, 8745.0, 8740.0, 8742.0, 8743.0, 8722.0, 8736.0, 8743.0, 8740.0, 8738.0, 8740.0, 8723.0, 8740.0, 8742.0, 8724.0, 8762.0, 8761.0, 8742.0, 8739.0, 8742.0, 8724.0, 8736.0, 8744.0, 8743.0, 8738.0, 8741.0, 8724.0, 8736.0, 8739.0, 8722.0, 8757.0, 8760.0, 8742.0, 8738.0, 8740.0, 8722.0, 8735.0, 8739.0, 8743.0, 8753.0, 8756.0, 8727.0, 8736.0, 8741.0, 8730.0, 8760.0, 8758.0, 8716.0, 8736.0, 8738.0, 8712.0, 8732.0, 8739.0, 8749.0, 8743.0, 8739.0, 8714.0, 8735.0, 8735.0, 8726.0, 8737.0, 8737.0, 8745.0, 8744.0, 8743.0, 8760.0, 8730.0, 8742.0, 8743.0, 8741.0, 8777.0, 8762.0, 8742.0, 8753.0, 8740.0, 8725.0, 8732.0, 8738.0, 8735.0, 8742.0, 8738.0, 8729.0, 8720.0, 8735.0, 8726.0, 8740.0, 8760.0, 8743.0, 8725.0, 8737.0, 8740.0, 8725.0, 8752.0, 8764.0, 8730.0, 8737.0, 8740.0, 8711.0, 8733.0, 8740.0, 8746.0, 8750.0, 8760.0, 8744.0, 8738.0, 8740.0, 8743.0, 8737.0, 8739.0, 8764.0, 8758.0, 8741.0, 8745.0, 8738.0, 8742.0, 8731.0, 8764.0, 8764.0, 8747.0, 8743.0, 8741.0, 8728.0, 8735.0, 8742.0, 8752.0, 8740.0, 8735.0, 8743.0, 8734.0, 8734.0, 8724.0, 8742.0, 8760.0, 8742.0, 8738.0, 8737.0, 8740.0, 8736.0, 8736.0, 8747.0, 8744.0, 8742.0, 8728.0, 8735.0, 8742.0, 8746.0, 8723.0, 8738.0, 8765.0, 8748.0, 8744.0, 8747.0, 8742.0, 8742.0, 8747.0, 8745.0, 8760.0, 8758.0, 8727.0, 8742.0, 8744.0, 8726.0, 8738.0, 8761.0, 8753.0, 8741.0, 8742.0, 8714.0, 8733.0, 8740.0, 8733.0, 8746.0, 8742.0, 8716.0, 8741.0, 8741.0, 8730.0, 8740.0, 8761.0, 8766.0, 8743.0, 8740.0, 8742.0, 8722.0, 8720.0, 8742.0, 8746.0, 8755.0, 8739.0, 8724.0, 8734.0, 8739.0, 8725.0, 8754.0, 8759.0, 8712.0, 8739.0, 8742.0, 8715.0, 8734.0, 8737.0, 8748.0, 8761.0, 8740.0, 8731.0, 8723.0, 8738.0, 8730.0, 8762.0, 8743.0, 8726.0, 8738.0, 8738.0, 8726.0, 8721.0, 8738.0, 8746.0, 8721.0, 8735.0, 8724.0, 8718.0, 8718.0, 8721.0, 8738.0, 8756.0, 8740.0, 8742.0, 8736.0, 8740.0, 8711.0, 8741.0, 8760.0, 8726.0, 8735.0, 8738.0, 8708.0, 8718.0, 8735.0, 8743.0, 8722.0, 8734.0, 8711.0, 8733.0, 8723.0, 8728.0, 8738.0, 8739.0, 8725.0, 8735.0, 8721.0, 8724.0, 8720.0, 8742.0, 8743.0, 8721.0, 8734.0, 8722.0, 8716.0, 8717.0, 8722.0, 8728.0, 8738.0, 8722.0, 8706.0, 8736.0, 8726.0, 8723.0, 8759.0, 8741.0, 8723.0, 8737.0, 8723.0, 8719.0, 8731.0, 8740.0, 8733.0, 8737.0, 8736.0, 8712.0, 8734.0, 8724.0, 8727.0, 8744.0, 8755.0, 8752.0, 8746.0, 8743.0, 8727.0, 8718.0, 8738.0, 8724.0, 8720.0, 8720.0, 8739.0, 8723.0, 8737.0, 8742.0, 8713.0, 8738.0, 8741.0, 8725.0, 8729.0, 8738.0, 8725.0, 8733.0, 8722.0, 8719.0, 8714.0, 8716.0, 8706.0, 8735.0, 8735.0, 8708.0, 8716.0, 8716.0, 8706.0, 8733.0, 8736.0, 8709.0, 8717.0, 8715.0, 8692.0, 8712.0, 8713.0, 8708.0, 8734.0, 8713.0, 8701.0, 8696.0, 8698.0, 8702.0, 8698.0, 8733.0, 8703.0, 8698.0, 8713.0, 8702.0, 8695.0, 8714.0, 8714.0, 8718.0, 8737.0, 8719.0, 8703.0, 8719.0, 8721.0, 8700.0, 8734.0, 8723.0, 8736.0, 8730.0, 8721.0, 8720.0, 8731.0, 8719.0, 8714.0, 8741.0, 8732.0, 8726.0, 8719.0, 8718.0, 8710.0, 8739.0, 8758.0, 8744.0, 8723.0, 8737.0, 8726.0, 8706.0, 8734.0, 8745.0, 8742.0, 8736.0, 8741.0, 8724.0, 8732.0, 8738.0, 8716.0, 8757.0, 8743.0, 8714.0, 8734.0, 8727.0, 8728.0, 8739.0, 8757.0, 8751.0, 8739.0, 8723.0, 8724.0, 8733.0, 8720.0, 8725.0, 8725.0, 8740.0, 8738.0, 8727.0, 8739.0, 8741.0, 8725.0, 8753.0, 8764.0, 8729.0, 8732.0, 8739.0, 8712.0, 8732.0, 8735.0, 8734.0, 8777.0, 8724.0, 8721.0, 8736.0, 8722.0, 8710.0, 8719.0, 8739.0, 8749.0, 8726.0, 8720.0, 8707.0, 8730.0, 8737.0, 8714.0, 8738.0, 8760.0, 8746.0, 8725.0, 8735.0, 8723.0, 8719.0, 8731.0, 8721.0, 8727.0, 8738.0, 8724.0, 8725.0, 8734.0, 8739.0, 8713.0, 8756.0, 8759.0, 8716.0, 8743.0, 8745.0, 8730.0, 8722.0, 8763.0, 8750.0, 8741.0, 8740.0, 8741.0, 8721.0, 8722.0, 8726.0, 8725.0, 8758.0, 8744.0, 8728.0, 8727.0, 8746.0, 8725.0, 8746.0, 8765.0, 8744.0, 8741.0, 8744.0, 8724.0, 8738.0, 8764.0, 8767.0, 8754.0, 8743.0, 8728.0, 8737.0, 8744.0, 8746.0, 8773.0, 8744.0, 8731.0, 8743.0, 8745.0, 8728.0, 8754.0, 8745.0, 8741.0, 8735.0, 8724.0, 8720.0, 8735.0, 8720.0, 8734.0, 8753.0, 8743.0, 8728.0, 8739.0, 8729.0, 8725.0, 8739.0, 8742.0, 8712.0, 8734.0, 8721.0, 8706.0, 8729.0, 8738.0, 8713.0, 8736.0, 8720.0, 8709.0, 8717.0, 8719.0, 8745.0, 8720.0, 8722.0, 8724.0, 8718.0, 8722.0, 8726.0, 8728.0, 8739.0, 8743.0, 8707.0, 8723.0, 8727.0, 8722.0, 8758.0, 8744.0, 8740.0, 8736.0, 8739.0, 8722.0, 8733.0, 8737.0, 8728.0, 8758.0, 8741.0, 8738.0, 8737.0, 8747.0, 8753.0, 8727.0, 8727.0, 8731.0, 8765.0, 8778.0, 8790.0, 8740.0, 8730.0, 8720.0, 8708.0, 8720.0, 8736.0, 8724.0, 8738.0, 8720.0, 8709.0, 8750.0, 8716.0, 8706.0, 8722.0, 8739.0, 8723.0, 8720.0, 8722.0, 8712.0, 8734.0, 8723.0, 8726.0, 8742.0, 8742.0, 8726.0, 8733.0, 8722.0, 8711.0, 8721.0, 8719.0, 8723.0, 8726.0, 8740.0, 8726.0, 8720.0, 8721.0, 8712.0, 8716.0, 8735.0, 8724.0, 8705.0, 8722.0, 8722.0, 8716.0, 8720.0, 8726.0, 8726.0, 8741.0, 8738.0, 8719.0, 8723.0, 8727.0, 8718.0, 8756.0, 8739.0, 8742.0, 8734.0, 8723.0, 8710.0, 8732.0, 8723.0, 8730.0, 8736.0, 8718.0, 8706.0, 8715.0, 8718.0, 8707.0, 8708.0, 8752.0, 8740.0, 8741.0, 8750.0, 8742.0, 8730.0, 8722.0, 8737.0, 8746.0, 8744.0, 8762.0, 8744.0, 8734.0, 8724.0, 8710.0, 8716.0, 8718.0, 8710.0, 8735.0, 8729.0, 8729.0, 8743.0, 8744.0, 8727.0, 8707.0, 8722.0, 8709.0, 8718.0, 8735.0, 8729.0, 8738.0, 8720.0, 8712.0, 8734.0, 8719.0, 8706.0, 8713.0, 8713.0, 8700.0, 8699.0, 8710.0, 8704.0, 8701.0, 8712.0, 8721.0, 8706.0, 8717.0, 8687.0, 8713.0, 8712.0, 8701.0, 8714.0, 8730.0, 8721.0, 8719.0, 8715.0, 8706.0, 8718.0, 8717.0, 8703.0, 8703.0, 8712.0, 8699.0, 8713.0, 8713.0, 8703.0, 8709.0, 8713.0, 8722.0, 8729.0, 8735.0, 8720.0, 8710.0, 8713.0, 8698.0, 8701.0, 8706.0, 8731.0, 8717.0, 8704.0, 8714.0, 8719.0, 8708.0, 8739.0, 8736.0, 8709.0, 8716.0, 8716.0, 8707.0, 8718.0, 8759.0, 8739.0, 8706.0, 8715.0, 8704.0, 8704.0, 8712.0, 8719.0, 8729.0, 8734.0, 8716.0, 8705.0, 8713.0, 8715.0, 8705.0, 8718.0, 8739.0, 8721.0, 8703.0, 8714.0, 8703.0, 8699.0, 8711.0, 8702.0, 8719.0, 8729.0, 8704.0, 8685.0, 8716.0, 8706.0, 8701.0, 8741.0, 8732.0, 8712.0, 8732.0, 8739.0, 8737.0, 8725.0, 8711.0, 8708.0, 8717.0, 8703.0, 8709.0, 8752.0, 8722.0, 8732.0, 8741.0, 8709.0, 8709.0, 8714.0, 8718.0, 8704.0, 8702.0, 8696.0, 8699.0, 8704.0, 8721.0, 8707.0, 8704.0, 8719.0, 8682.0, 8649.0, 8661.0, 8662.0, 8664.0, 8711.0, 8705.0, 8691.0, 8703.0, 8710.0, 8704.0, 8710.0, 8729.0, 8739.0, 8708.0, 8732.0, 8718.0, 8687.0, 8702.0, 8711.0, 8686.0, 8701.0, 8725.0, 8693.0, 8683.0, 8702.0, 8670.0, 8684.0, 8704.0, 8671.0, 8670.0, 8684.0, 8682.0, 8701.0, 8674.0, 8659.0, 8670.0, 8649.0, 8655.0, 8675.0, 8672.0, 8676.0, 8694.0, 8679.0, 8680.0, 8698.0, 8663.0, 8679.0, 8696.0, 8679.0, 8697.0, 8702.0, 8699.0, 8700.0, 8704.0, 8702.0, 8721.0, 8752.0, 8729.0, 8704.0, 8709.0, 8713.0, 8726.0, 8727.0, 8735.0, 8724.0, 8730.0, 8740.0, 8726.0, 8727.0, 8723.0, 8727.0, 8728.0, 8718.0, 8707.0, 8723.0, 8733.0, 8707.0, 8724.0, 8719.0, 8693.0, 8718.0, 8712.0, 8702.0, 8719.0, 8715.0, 8721.0, 8708.0, 8716.0, 8706.0, 8709.0, 8711.0, 8703.0, 8710.0, 8743.0, 8741.0, 8710.0, 8733.0, 8725.0, 8713.0, 8720.0, 8723.0, 8734.0, 8751.0, 8727.0, 8728.0, 8722.0, 8723.0, 8711.0, 8720.0, 8722.0, 8733.0, 8725.0, 8721.0, 8711.0, 8719.0, 8722.0, 8712.0, 8727.0, 8749.0, 8732.0, 8711.0, 8739.0, 8730.0, 8721.0, 8724.0, 8730.0, 8734.0, 8745.0, 8715.0, 8722.0, 8727.0, 8713.0, 8722.0, 8725.0, 8732.0, 8749.0, 8744.0, 8728.0, 8735.0, 8709.0, 8725.0, 8733.0, 8723.0, 8714.0, 8718.0, 8708.0, 8708.0, 8718.0, 8708.0, 8711.0, 8741.0, 8726.0, 8726.0, 8720.0, 8722.0, 8708.0, 8717.0, 8706.0, 8710.0, 8744.0, 8743.0, 8713.0, 8720.0, 8725.0, 8724.0, 8720.0, 8724.0, 8731.0, 8739.0, 8723.0, 8711.0, 8736.0, 8724.0, 8726.0, 8738.0, 8743.0, 8728.0, 8722.0, 8724.0, 8726.0, 8720.0, 8724.0, 8732.0, 8745.0, 8724.0, 8726.0, 8721.0, 8706.0, 8712.0, 8720.0, 8706.0, 8730.0, 8764.0, 8725.0, 8709.0, 8718.0, 8714.0, 8724.0, 8740.0, 8740.0, 8713.0, 8718.0, 8704.0, 8706.0, 8712.0, 8704.0, 8706.0, 8737.0, 8718.0, 8708.0, 8716.0, 8704.0, 8705.0, 8718.0, 8723.0, 8706.0, 8716.0, 8705.0, 8705.0, 8714.0, 8721.0, 8729.0, 8719.0, 8708.0, 8707.0, 8715.0, 8706.0, 8710.0, 8737.0, 8728.0, 8711.0, 8721.0, 8707.0, 8723.0, 8736.0, 8730.0, 8722.0, 8715.0, 8709.0, 8703.0, 8712.0, 8704.0, 8737.0, 8721.0, 8709.0, 8702.0, 8704.0, 8707.0, 8704.0, 8724.0, 8707.0, 8704.0, 8703.0, 8705.0, 8713.0, 8703.0, 8707.0, 8741.0, 8707.0, 8706.0, 8715.0, 8704.0, 8707.0, 8713.0, 8707.0, 8726.0, 8717.0, 8690.0, 8688.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.0009306081668114683</td></tr>
<tr><td colspan=3>aqi</td><td>0.01897498783666377</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.001226367191364</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.190096697434784</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0069918937217404</td></tr>
<tr><td colspan=3>efc</td><td>0.4672</td></tr>
<tr><td colspan=3>fber</td><td>5712.2515</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08235339407076675</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>22</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.9113814074717637</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5919995278359234</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5546838481824996</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8442332958245573</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3770814395007127</td></tr>
<tr><td colspan=3>gcor</td><td>0.00756573</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015313264913856983</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019073912873864174</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1151</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.3605700729635943</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>41.7109</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.8381</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.0275</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304504.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>845.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>343.8186</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.4566</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>525.3255</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3041.9729</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3310.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72040.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>625.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4124.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>984.9451</td></tr>
<tr><td colspan=3>tsnr</td><td>41.13607088534627</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>