<?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-0058_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-0058_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-0058_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-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0058/figures/sub-0058_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-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058/ses-02/func/sub-0058_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>309b39b32edd23611919863d0ac17dbe</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>12:43:7.547500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998281, 0.0585163, -0.00333591, -0.0586095, 0.996174, -0.0648226]</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.110397</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7696, -7286, 528, -30, 62, -5, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>259.044</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>58bfcd6c-a23f-4f2a-ac80-9a90baa64210||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.678314685821533, -0.15724492073059082, 0.0012690910371020436, 119.8332748413086], [-0.15699507296085358, 2.6726624965667725, -0.1752481460571289, -84.8444595336914], [-0.008950010873377323, 0.17391440272331238, 2.6943063735961914, -87.73595428466797], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1158]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'AcquisitionTime': ['124307.547500', '124308.007500', '124308.467500', '124308.927500', '124309.387500', '124309.847500', '124310.307500', '124310.767500', '124311.227500', '124311.687500', '124312.147500', '124312.607500', '124313.067500', '124313.527500', '124313.987500', '124314.447500', '124314.907500', '124315.367500', '124315.827500', '124316.287500', '124316.747500', '124317.207500', '124317.667500', '124318.127500', '124318.587500', '124319.047500', '124319.507500', '124319.967500', '124320.427500', '124320.887500', '124321.347500', '124321.807500', '124322.267500', '124322.727500', '124323.187500', '124323.647500', '124324.107500', '124324.567500', '124325.027500', '124325.487500', '124325.947500', '124326.407500', '124326.867500', '124327.327500', '124327.787500', '124328.247500', '124328.707500', '124329.167500', '124329.627500', '124330.087500', '124330.547500', '124331.007500', '124331.467500', '124331.927500', '124332.387500', '124332.847500', '124333.307500', '124333.767500', '124334.227500', '124334.687500', '124335.147500', '124335.607500', '124336.067500', '124336.527500', '124336.987500', '124337.447500', '124337.907500', '124338.367500', '124338.827500', '124339.287500', '124339.747500', '124340.207500', '124340.667500', '124341.127500', '124341.587500', '124342.047500', '124342.507500', '124342.967500', '124343.427500', '124343.887500', '124344.347500', '124344.807500', '124345.267500', '124345.727500', '124346.187500', '124346.647500', '124347.107500', '124347.567500', '124348.027500', '124348.487500', '124348.947500', '124349.407500', '124349.867500', '124350.327500', '124350.787500', '124351.247500', '124351.707500', '124352.167500', '124352.627500', '124353.087500', '124353.547500', '124354.007500', '124354.467500', '124354.927500', '124355.387500', '124355.847500', '124356.307500', '124356.767500', '124357.227500', '124357.687500', '124358.147500', '124358.607500', '124359.067500', '124359.527500', '124359.987500', '124400.447500', '124400.907500', '124401.367500', '124401.827500', '124402.287500', '124402.747500', '124403.207500', '124403.667500', '124404.127500', '124404.587500', '124405.047500', '124405.507500', '124405.967500', '124406.427500', '124406.887500', '124407.347500', '124407.807500', '124408.267500', '124408.727500', '124409.187500', '124409.647500', '124410.107500', '124410.567500', '124411.027500', '124411.487500', '124411.947500', '124412.407500', '124412.867500', '124413.327500', '124413.787500', '124414.247500', '124414.707500', '124415.167500', '124415.627500', '124416.087500', '124416.547500', '124417.007500', '124417.467500', '124417.927500', '124418.387500', '124418.847500', '124419.307500', '124419.767500', '124420.227500', '124420.687500', '124421.147500', '124421.607500', '124422.067500', '124422.527500', '124422.987500', '124423.447500', '124423.907500', '124424.367500', '124424.827500', '124425.287500', '124425.747500', '124426.207500', '124426.667500', '124427.127500', '124427.587500', '124428.047500', '124428.507500', '124428.967500', '124429.427500', '124429.887500', '124430.347500', '124430.807500', '124431.267500', '124431.727500', '124432.187500', '124432.647500', '124433.107500', '124433.567500', '124434.027500', '124434.487500', '124434.947500', '124435.407500', '124435.867500', '124436.327500', '124436.787500', '124437.247500', '124437.707500', '124438.167500', '124438.627500', '124439.087500', '124439.547500', '124440.007500', '124440.467500', '124440.927500', '124441.387500', '124441.847500', '124442.307500', '124442.767500', '124443.227500', '124443.687500', '124444.147500', '124444.607500', '124445.067500', '124445.527500', '124445.987500', '124446.447500', '124446.907500', '124447.367500', '124447.827500', '124448.287500', '124448.747500', '124449.207500', '124449.667500', '124450.127500', '124450.587500', '124451.047500', '124451.507500', '124451.967500', '124452.427500', '124452.887500', '124453.347500', '124453.807500', '124454.267500', '124454.727500', '124455.187500', '124455.647500', '124456.107500', '124456.567500', '124457.027500', '124457.487500', '124457.947500', '124458.407500', '124458.867500', '124459.327500', '124459.787500', '124500.247500', '124500.707500', '124501.167500', '124501.627500', '124502.087500', '124502.547500', '124503.007500', '124503.467500', '124503.927500', '124504.387500', '124504.847500', '124505.307500', '124505.767500', '124506.227500', '124506.687500', '124507.147500', '124507.607500', '124508.067500', '124508.527500', '124508.987500', '124509.447500', '124509.907500', '124510.367500', '124510.827500', '124511.287500', '124511.747500', '124512.207500', '124512.667500', '124513.127500', '124513.587500', '124514.047500', '124514.507500', '124514.967500', '124515.427500', '124515.887500', '124516.347500', '124516.807500', '124517.267500', '124517.727500', '124518.187500', '124518.647500', '124519.107500', '124519.567500', '124520.027500', '124520.487500', '124520.947500', '124521.407500', '124521.867500', '124522.327500', '124522.787500', '124523.247500', '124523.707500', '124524.167500', '124524.627500', '124525.087500', '124525.547500', '124526.007500', '124526.467500', '124526.927500', '124527.387500', '124527.847500', '124528.307500', '124528.767500', '124529.227500', '124529.687500', '124530.147500', '124530.607500', '124531.067500', '124531.527500', '124531.987500', '124532.447500', '124532.907500', '124533.367500', '124533.827500', '124534.287500', '124534.747500', '124535.207500', '124535.667500', '124536.127500', '124536.587500', '124537.047500', '124537.507500', '124537.967500', '124538.427500', '124538.887500', '124539.347500', '124539.807500', '124540.267500', '124540.727500', '124541.187500', '124541.647500', '124542.107500', '124542.567500', '124543.027500', '124543.487500', '124543.947500', '124544.407500', '124544.867500', '124545.327500', '124545.787500', '124546.247500', '124546.707500', '124547.167500', '124547.627500', '124548.087500', '124548.547500', '124549.007500', '124549.467500', '124549.927500', '124550.387500', '124550.847500', '124551.307500', '124551.767500', '124552.227500', '124552.687500', '124553.147500', '124553.607500', '124554.067500', '124554.527500', '124554.987500', '124555.447500', '124555.907500', '124556.367500', '124556.827500', '124557.287500', '124557.747500', '124558.207500', '124558.667500', '124559.127500', '124559.587500', '124600.047500', '124600.507500', '124600.967500', '124601.427500', '124601.887500', '124602.347500', '124602.807500', '124603.267500', '124603.727500', '124604.187500', '124604.647500', '124605.107500', '124605.567500', '124606.027500', '124606.487500', '124606.947500', '124607.407500', '124607.867500', '124608.327500', '124608.787500', '124609.247500', '124609.707500', '124610.167500', '124610.627500', '124611.087500', '124611.547500', '124612.007500', '124612.467500', '124612.927500', '124613.387500', '124613.847500', '124614.307500', '124614.767500', '124615.227500', '124615.687500', '124616.147500', '124616.607500', '124617.067500', '124617.527500', '124617.987500', '124618.447500', '124618.907500', '124619.367500', '124619.827500', '124620.287500', '124620.747500', '124621.207500', '124621.667500', '124622.127500', '124622.587500', '124623.047500', '124623.507500', '124623.967500', '124624.427500', '124624.887500', '124625.347500', '124625.807500', '124626.267500', '124626.727500', '124627.187500', '124627.647500', '124628.107500', '124628.567500', '124629.027500', '124629.487500', '124629.947500', '124630.407500', '124630.867500', '124631.327500', '124631.787500', '124632.247500', '124632.707500', '124633.167500', '124633.627500', '124634.087500', '124634.547500', '124635.007500', '124635.467500', '124635.927500', '124636.387500', '124636.847500', '124637.307500', '124637.767500', '124638.227500', '124638.687500', '124639.147500', '124639.607500', '124640.067500', '124640.527500', '124640.987500', '124641.447500', '124641.907500', '124642.367500', '124642.827500', '124643.287500', '124643.747500', '124644.207500', '124644.667500', '124645.127500', '124645.587500', '124646.047500', '124646.507500', '124646.967500', '124647.427500', '124647.887500', '124648.347500', '124648.807500', '124649.267500', '124649.727500', '124650.187500', '124650.647500', '124651.107500', '124651.567500', '124652.027500', '124652.487500', '124652.947500', '124653.407500', '124653.867500', '124654.327500', '124654.787500', '124655.247500', '124655.707500', '124656.167500', '124656.627500', '124657.087500', '124657.547500', '124658.007500', '124658.467500', '124658.927500', '124659.387500', '124659.847500', '124700.307500', '124700.767500', '124701.227500', '124701.687500', '124702.147500', '124702.607500', '124703.067500', '124703.527500', '124703.987500', '124704.447500', '124704.907500', '124705.367500', '124705.827500', '124706.287500', '124706.747500', '124707.207500', '124707.667500', '124708.127500', '124708.587500', '124709.047500', '124709.507500', '124709.967500', '124710.427500', '124710.887500', '124711.347500', '124711.807500', '124712.267500', '124712.727500', '124713.187500', '124713.647500', '124714.107500', '124714.567500', '124715.027500', '124715.487500', '124715.947500', '124716.407500', '124716.867500', '124717.327500', '124717.787500', '124718.247500', '124718.707500', '124719.167500', '124719.627500', '124720.087500', '124720.547500', '124721.007500', '124721.467500', '124721.927500', '124722.387500', '124722.847500', '124723.307500', '124723.767500', '124724.227500', '124724.687500', '124725.147500', '124725.607500', '124726.067500', '124726.527500', '124726.987500', '124727.447500', '124727.907500', '124728.367500', '124728.827500', '124729.287500', '124729.747500', '124730.207500', '124730.667500', '124731.127500', '124731.587500', '124732.047500', '124732.507500', '124732.967500', '124733.427500', '124733.887500', '124734.347500', '124734.807500', '124735.267500', '124735.727500', '124736.187500', '124736.647500', '124737.107500', '124737.567500', '124738.027500', '124738.487500', '124738.947500', '124739.407500', '124739.867500', '124740.327500', '124740.787500', '124741.247500', '124741.707500', '124742.167500', '124742.627500', '124743.087500', '124743.547500', '124744.007500', '124744.467500', '124744.927500', '124745.387500', '124745.847500', '124746.307500', '124746.767500', '124747.227500', '124747.687500', '124748.147500', '124748.607500', '124749.067500', '124749.527500', '124749.987500', '124750.447500', '124750.907500', '124751.367500', '124751.827500', '124752.287500', '124752.747500', '124753.207500', '124753.667500', '124754.127500', '124754.587500', '124755.047500', '124755.507500', '124755.967500', '124756.427500', '124756.887500', '124757.347500', '124757.807500', '124758.267500', '124758.727500', '124759.187500', '124759.647500', '124800.107500', '124800.567500', '124801.027500', '124801.487500', '124801.947500', '124802.407500', '124802.867500', '124803.327500', '124803.787500', '124804.247500', '124804.707500', '124805.167500', '124805.627500', '124806.087500', '124806.547500', '124807.007500', '124807.467500', '124807.927500', '124808.387500', '124808.847500', '124809.307500', '124809.767500', '124810.227500', '124810.687500', '124811.147500', '124811.607500', '124812.067500', '124812.527500', '124812.987500', '124813.447500', '124813.907500', '124814.367500', '124814.827500', '124815.287500', '124815.747500', '124816.207500', '124816.667500', '124817.127500', '124817.587500', '124818.047500', '124818.507500', '124818.967500', '124819.427500', '124819.887500', '124820.347500', '124820.807500', '124821.267500', '124821.727500', '124822.187500', '124822.647500', '124823.107500', '124823.567500', '124824.027500', '124824.487500', '124824.947500', '124825.407500', '124825.867500', '124826.327500', '124826.787500', '124827.247500', '124827.707500', '124828.167500', '124828.627500', '124829.087500', '124829.547500', '124830.007500', '124830.467500', '124830.927500', '124831.387500', '124831.847500', '124832.307500', '124832.767500', '124833.227500', '124833.687500', '124834.147500', '124834.607500', '124835.067500', '124835.527500', '124835.987500', '124836.447500', '124836.907500', '124837.367500', '124837.827500', '124838.287500', '124838.747500', '124839.207500', '124839.667500', '124840.127500', '124840.587500', '124841.047500', '124841.507500', '124841.967500', '124842.427500', '124842.887500', '124843.347500', '124843.807500', '124844.267500', '124844.727500', '124845.187500', '124845.647500', '124846.107500', '124846.567500', '124847.027500', '124847.487500', '124847.947500', '124848.407500', '124848.867500', '124849.327500', '124849.787500', '124850.247500', '124850.707500', '124851.167500', '124851.627500', '124852.087500', '124852.547500', '124853.007500', '124853.467500', '124853.927500', '124854.387500', '124854.847500', '124855.307500', '124855.767500', '124856.227500', '124856.687500', '124857.147500', '124857.607500', '124858.067500', '124858.527500', '124858.987500', '124859.447500', '124859.907500', '124900.367500', '124900.827500', '124901.287500', '124901.747500', '124902.207500', '124902.667500', '124903.127500', '124903.587500', '124904.047500', '124904.507500', '124904.967500', '124905.427500', '124905.887500', '124906.347500', '124906.807500', '124907.267500', '124907.727500', '124908.187500', '124908.647500', '124909.107500', '124909.567500', '124910.027500', '124910.487500', '124910.947500', '124911.407500', '124911.867500', '124912.327500', '124912.787500', '124913.247500', '124913.707500', '124914.167500', '124914.627500', '124915.087500', '124915.547500', '124916.007500', '124916.467500', '124916.927500', '124917.387500', '124917.847500', '124918.307500', '124918.767500', '124919.227500', '124919.687500', '124920.147500', '124920.607500', '124921.067500', '124921.527500', '124921.987500', '124922.447500', '124922.907500', '124923.367500', '124923.827500', '124924.287500', '124924.747500', '124925.207500', '124925.667500', '124926.127500', '124926.587500', '124927.047500', '124927.507500', '124927.967500', '124928.427500', '124928.887500', '124929.347500', '124929.807500', '124930.267500', '124930.727500', '124931.187500', '124931.647500', '124932.107500', '124932.567500', '124933.027500', '124933.487500', '124933.947500', '124934.407500', '124934.867500', '124935.327500', '124935.787500', '124936.247500', '124936.707500', '124937.167500', '124937.627500', '124938.087500', '124938.547500', '124939.007500', '124939.467500', '124939.927500', '124940.387500', '124940.847500', '124941.307500', '124941.767500', '124942.227500', '124942.687500', '124943.147500', '124943.607500', '124944.067500', '124944.527500', '124944.987500', '124945.447500', '124945.907500', '124946.367500', '124946.827500', '124947.287500', '124947.747500', '124948.207500', '124948.667500', '124949.127500', '124949.587500', '124950.047500', '124950.507500', '124950.967500', '124951.427500', '124951.887500', '124952.347500', '124952.807500', '124953.267500', '124953.727500', '124954.187500', '124954.647500', '124955.107500', '124955.567500', '124956.027500', '124956.487500', '124956.947500', '124957.407500', '124957.867500', '124958.327500', '124958.787500', '124959.247500', '124959.707500', '125000.167500', '125000.627500', '125001.087500', '125001.547500', '125002.007500', '125002.467500', '125002.927500', '125003.387500', '125003.847500', '125004.307500', '125004.767500', '125005.227500', '125005.687500', '125006.147500', '125006.607500', '125007.067500', '125007.527500', '125007.987500', '125008.447500', '125008.907500', '125009.367500', '125009.827500', '125010.287500', '125010.747500', '125011.207500', '125011.667500', '125012.127500', '125012.587500', '125013.047500', '125013.507500', '125013.967500', '125014.427500', '125014.887500', '125015.347500', '125015.807500', '125016.267500', '125016.727500', '125017.187500', '125017.647500', '125018.107500', '125018.567500', '125019.027500', '125019.487500', '125019.947500', '125020.407500', '125020.867500', '125021.327500', '125021.787500', '125022.247500', '125022.707500', '125023.167500', '125023.627500', '125024.087500', '125024.547500', '125025.007500', '125025.467500', '125025.927500', '125026.387500', '125026.847500', '125027.307500', '125027.767500', '125028.227500', '125028.687500', '125029.147500', '125029.607500', '125030.067500', '125030.527500', '125030.987500', '125031.447500', '125031.907500', '125032.367500', '125032.827500', '125033.287500', '125033.747500', '125034.207500', '125034.667500', '125035.127500', '125035.587500', '125036.047500', '125036.507500', '125036.967500', '125037.427500', '125037.887500', '125038.347500', '125038.807500', '125039.267500', '125039.727500', '125040.187500', '125040.647500', '125041.107500', '125041.567500', '125042.027500', '125042.487500', '125042.947500', '125043.407500', '125043.867500', '125044.327500', '125044.787500', '125045.247500', '125045.707500', '125046.167500', '125046.627500', '125047.087500', '125047.547500', '125048.007500', '125048.467500', '125048.927500', '125049.387500', '125049.847500', '125050.307500', '125050.767500', '125051.227500', '125051.687500', '125052.147500', '125052.607500', '125053.067500', '125053.527500', '125053.987500', '125054.447500', '125054.907500', '125055.367500', '125055.827500', '125056.287500', '125056.747500', '125057.207500', '125057.667500', '125058.127500', '125058.587500', '125059.047500', '125059.507500', '125059.967500', '125100.427500', '125100.887500', '125101.347500', '125101.807500', '125102.267500', '125102.727500', '125103.187500', '125103.647500', '125104.107500', '125104.567500', '125105.027500', '125105.487500', '125105.947500', '125106.407500', '125106.867500', '125107.327500', '125107.787500', '125108.247500', '125108.707500', '125109.167500', '125109.627500', '125110.087500', '125110.547500', '125111.007500', '125111.467500', '125111.927500', '125112.387500', '125112.847500', '125113.307500', '125113.767500', '125114.227500', '125114.687500', '125115.147500', '125115.607500', '125116.067500', '125116.527500', '125116.987500', '125117.447500', '125117.907500', '125118.367500', '125118.827500', '125119.287500', '125119.747500', '125120.207500', '125120.667500', '125121.127500', '125121.587500', '125122.047500', '125122.507500', '125122.967500', '125123.427500', '125123.887500', '125124.347500', '125124.807500', '125125.267500', '125125.727500', '125126.187500', '125126.647500', '125127.107500', '125127.567500', '125128.027500', '125128.487500', '125128.947500', '125129.407500', '125129.867500', '125130.327500', '125130.787500', '125131.247500', '125131.707500', '125132.167500', '125132.627500', '125133.087500', '125133.547500', '125134.007500', '125134.467500', '125134.927500', '125135.387500', '125135.847500', '125136.307500', '125136.767500', '125137.227500', '125137.687500', '125138.147500', '125138.607500', '125139.067500', '125139.527500', '125139.987500', '125140.447500', '125140.907500', '125141.367500', '125141.827500', '125142.287500', '125142.747500', '125143.207500', '125143.667500', '125144.127500', '125144.587500', '125145.047500', '125145.507500', '125145.967500', '125146.427500', '125146.887500', '125147.347500', '125147.807500', '125148.267500', '125148.727500', '125149.187500', '125149.647500', '125150.107500', '125150.567500', '125151.027500', '125151.487500', '125151.947500', '125152.407500', '125152.867500', '125153.327500', '125153.787500', '125154.247500', '125154.707500', '125155.167500', '125155.627500', '125156.087500', '125156.547500', '125157.007500', '125157.467500', '125157.927500', '125158.387500', '125158.847500', '125159.307500', '125159.767500'], 'ContentTime': ['124316.822000', '124316.825000', '124316.827000', '124316.830000', '124316.833000', '124316.836000', '124316.839000', '124316.846000', '124316.849000', '124316.851000', '124316.854000', '124316.864000', '124316.867000', '124316.874000', '124316.877000', '124316.880000', '124316.882000', '124336.777000', '124336.780000', '124336.791000', '124336.793000', '124336.796000', '124336.799000', '124336.801000', '124336.804000', '124336.806000', '124336.809000', '124336.812000', '124336.814000', '124336.817000', '124336.820000', '124336.823000', '124336.825000', '124336.828000', '124336.835000', '124336.838000', '124336.840000', '124336.843000', '124336.846000', '124336.848000', '124336.851000', '124336.853000', '124336.856000', '124336.859000', '124336.861000', '124336.864000', '124336.867000', '124336.869000', '124336.872000', '124336.875000', '124336.878000', '124336.880000', '124336.883000', '124336.886000', '124336.888000', '124336.891000', '124336.893000', '124336.896000', '124336.899000', '124336.901000', '124336.904000', '124356.776000', '124356.779000', '124356.782000', '124356.784000', '124356.787000', '124356.790000', '124356.793000', '124356.795000', '124356.798000', '124356.801000', '124356.803000', '124356.806000', '124356.808000', '124356.811000', '124356.814000', '124356.817000', '124356.820000', '124356.822000', '124356.825000', '124356.828000', '124356.830000', '124356.833000', '124356.835000', '124356.838000', '124356.841000', '124356.844000', '124356.847000', '124356.850000', '124356.852000', '124356.855000', '124356.857000', '124356.860000', '124356.863000', '124356.865000', '124356.868000', '124356.871000', '124356.874000', '124356.877000', '124356.880000', '124356.882000', '124356.885000', '124356.888000', '124356.890000', '124416.776000', '124416.779000', '124416.785000', '124416.788000', '124416.790000', '124416.793000', '124416.796000', '124416.798000', '124416.835000', '124416.838000', '124416.841000', '124416.843000', '124416.846000', '124416.849000', '124416.851000', '124416.854000', '124416.857000', '124416.859000', '124416.862000', '124416.864000', '124416.867000', '124416.870000', '124416.873000', '124416.875000', '124416.878000', '124416.881000', '124416.883000', '124416.886000', '124416.889000', '124416.891000', '124416.894000', '124416.897000', '124416.899000', '124416.902000', '124416.905000', '124416.907000', '124416.910000', '124416.913000', '124416.915000', '124416.918000', '124416.920000', '124416.923000', '124416.926000', '124436.777000', '124436.779000', '124436.782000', '124436.786000', '124436.788000', '124436.791000', '124436.794000', '124436.796000', '124436.799000', '124436.802000', '124436.804000', '124436.807000', '124436.810000', '124436.812000', '124436.815000', '124436.818000', '124436.820000', '124436.823000', '124436.825000', '124436.828000', '124436.831000', '124436.833000', '124436.836000', '124436.839000', '124436.841000', '124436.844000', '124436.846000', '124436.849000', '124436.852000', '124436.855000', '124436.857000', '124436.860000', '124436.863000', '124436.865000', '124436.868000', '124436.871000', '124436.873000', '124436.876000', '124436.879000', '124436.881000', '124436.884000', '124436.887000', '124436.889000', '124436.892000', '124456.777000', '124456.780000', '124456.782000', '124456.785000', '124456.788000', '124456.790000', '124456.793000', '124456.796000', '124456.798000', '124456.801000', '124456.804000', '124456.806000', '124456.809000', '124456.812000', '124456.814000', '124456.817000', '124456.819000', '124456.822000', '124456.825000', '124456.827000', '124456.830000', '124456.833000', '124456.835000', '124456.838000', '124456.841000', '124456.845000', '124456.848000', '124456.852000', '124456.855000', '124456.858000', '124456.860000', '124456.863000', '124456.866000', '124456.869000', '124456.871000', '124456.874000', '124456.877000', '124456.879000', '124456.882000', '124456.884000', '124456.887000', '124456.890000', '124456.892000', '124516.777000', '124516.779000', '124516.783000', '124516.785000', '124516.788000', '124516.790000', '124516.793000', '124516.796000', '124516.798000', '124516.801000', '124516.804000', '124516.806000', '124516.809000', '124516.812000', '124516.814000', '124516.817000', '124516.820000', '124516.822000', '124516.825000', '124516.828000', '124516.830000', '124516.833000', '124516.836000', '124516.838000', '124516.841000', '124516.844000', '124516.846000', '124516.849000', '124516.851000', '124516.854000', '124516.857000', '124516.859000', '124516.862000', '124516.865000', '124516.868000', '124516.870000', '124516.873000', '124516.875000', '124516.878000', '124516.881000', '124516.883000', '124516.886000', '124516.889000', '124516.891000', '124536.777000', '124536.779000', '124536.782000', '124536.785000', '124536.787000', '124536.790000', '124536.793000', '124536.795000', '124536.798000', '124536.801000', '124536.803000', '124536.806000', '124536.808000', '124536.811000', '124536.814000', '124536.816000', '124536.819000', '124536.822000', '124536.824000', '124536.827000', '124536.829000', '124536.832000', '124536.835000', '124536.837000', '124536.840000', '124536.843000', '124536.845000', '124536.848000', '124536.850000', '124536.853000', '124536.857000', '124536.860000', '124536.863000', '124536.867000', '124536.870000', '124536.873000', '124536.875000', '124536.878000', '124536.881000', '124536.883000', '124536.886000', '124536.888000', '124536.891000', '124556.776000', '124556.780000', '124556.782000', '124556.785000', '124556.798000', '124556.801000', '124556.803000', '124556.806000', '124556.808000', '124556.811000', '124556.814000', '124556.816000', '124556.819000', '124556.821000', '124556.824000', '124556.827000', '124556.829000', '124556.832000', '124556.835000', '124556.837000', '124556.840000', '124556.843000', '124556.845000', '124556.848000', '124556.850000', '124556.853000', '124556.856000', '124556.858000', '124556.861000', '124556.864000', '124556.867000', '124556.869000', '124556.872000', '124556.875000', '124556.877000', '124556.880000', '124556.882000', '124556.885000', '124556.888000', '124556.890000', '124556.893000', '124556.896000', '124556.898000', '124556.901000', '124616.777000', '124616.779000', '124616.782000', '124616.785000', '124616.788000', '124616.790000', '124616.793000', '124616.796000', '124616.798000', '124616.801000', '124616.804000', '124616.806000', '124616.809000', '124616.811000', '124616.814000', '124616.817000', '124616.819000', '124616.822000', '124616.825000', '124616.827000', '124616.830000', '124616.833000', '124616.835000', '124616.838000', '124616.841000', '124616.843000', '124616.846000', '124616.848000', '124616.851000', '124616.854000', '124616.856000', '124616.859000', '124616.862000', '124616.865000', '124616.867000', '124616.870000', '124616.873000', '124616.875000', '124616.878000', '124616.881000', '124616.883000', '124616.886000', '124616.889000', '124636.776000', '124636.779000', '124636.782000', '124636.785000', '124636.788000', '124636.790000', '124636.800000', '124636.802000', '124636.805000', '124636.808000', '124636.810000', '124636.813000', '124636.816000', '124636.818000', '124636.821000', '124636.824000', '124636.826000', '124636.829000', '124636.832000', '124636.834000', '124636.837000', '124636.840000', '124636.842000', '124636.845000', '124636.847000', '124636.850000', '124636.853000', '124636.855000', '124636.858000', '124636.861000', '124636.863000', '124636.866000', '124636.869000', '124636.872000', '124636.874000', '124636.877000', '124636.880000', '124636.882000', '124636.885000', '124636.887000', '124636.890000', '124636.893000', '124636.895000', '124636.898000', '124656.776000', '124656.779000', '124656.782000', '124656.785000', '124656.787000', '124656.790000', '124656.793000', '124656.795000', '124656.798000', '124656.801000', '124656.803000', '124656.806000', '124656.808000', '124656.811000', '124656.814000', '124656.816000', '124656.819000', '124656.822000', '124656.824000', '124656.827000', '124656.830000', '124656.832000', '124656.835000', '124656.837000', '124656.840000', '124656.843000', '124656.845000', '124656.848000', '124656.851000', '124656.853000', '124656.856000', '124656.859000', '124656.861000', '124656.864000', '124656.866000', '124656.869000', '124656.872000', '124656.874000', '124656.877000', '124656.880000', '124656.883000', '124656.885000', '124656.888000', '124716.776000', '124716.779000', '124716.782000', '124716.785000', '124716.787000', '124716.790000', '124716.793000', '124716.796000', '124716.798000', '124716.801000', '124716.803000', '124716.806000', '124716.809000', '124716.811000', '124716.814000', '124716.823000', '124716.826000', '124716.829000', '124716.831000', '124716.834000', '124716.837000', '124716.839000', '124716.842000', '124716.844000', '124716.847000', '124716.850000', '124716.852000', '124716.855000', '124716.858000', '124716.860000', '124716.863000', '124716.866000', '124716.868000', '124716.871000', '124716.873000', '124716.876000', '124716.879000', '124716.881000', '124716.884000', '124716.887000', '124716.889000', '124716.892000', '124716.894000', '124716.928000', '124736.777000', '124736.780000', '124736.783000', '124736.785000', '124736.788000', '124736.791000', '124736.793000', '124736.796000', '124736.798000', '124736.801000', '124736.804000', '124736.806000', '124736.809000', '124736.812000', '124736.814000', '124736.817000', '124736.820000', '124736.822000', '124736.825000', '124736.828000', '124736.830000', '124736.833000', '124736.835000', '124736.838000', '124736.841000', '124736.843000', '124736.846000', '124736.848000', '124736.851000', '124736.854000', '124736.856000', '124736.859000', '124736.862000', '124736.864000', '124736.867000', '124736.869000', '124736.872000', '124736.875000', '124736.877000', '124736.880000', '124736.883000', '124736.885000', '124736.888000', '124756.777000', '124756.779000', '124756.782000', '124756.785000', '124756.788000', '124756.790000', '124756.793000', '124756.796000', '124756.798000', '124756.801000', '124756.804000', '124756.806000', '124756.809000', '124756.812000', '124756.814000', '124756.817000', '124756.819000', '124756.822000', '124756.825000', '124756.827000', '124756.830000', '124756.833000', '124756.835000', '124756.838000', '124756.841000', '124756.843000', '124756.846000', '124756.849000', '124756.851000', '124756.854000', '124756.857000', '124756.859000', '124756.862000', '124756.864000', '124756.867000', '124756.870000', '124756.872000', '124756.875000', '124756.878000', '124756.880000', '124756.883000', '124756.886000', '124756.888000', '124756.891000', '124816.777000', '124816.779000', '124816.782000', '124816.785000', '124816.788000', '124816.790000', '124816.793000', '124816.795000', '124816.798000', '124816.801000', '124816.803000', '124816.806000', '124816.809000', '124816.811000', '124816.814000', '124816.817000', '124816.819000', '124816.822000', '124816.825000', '124816.827000', '124816.830000', '124816.832000', '124816.835000', '124816.838000', '124816.840000', '124816.843000', '124816.846000', '124816.848000', '124816.851000', '124816.853000', '124816.856000', '124816.859000', '124816.861000', '124816.864000', '124816.867000', '124816.869000', '124816.872000', '124816.874000', '124816.877000', '124816.880000', '124816.883000', '124816.885000', '124816.888000', '124836.777000', '124836.780000', '124836.782000', '124836.787000', '124836.790000', '124836.792000', '124836.795000', '124836.798000', '124836.800000', '124836.803000', '124836.806000', '124836.808000', '124836.811000', '124836.814000', '124836.816000', '124836.819000', '124836.822000', '124836.824000', '124836.827000', '124836.829000', '124836.832000', '124836.835000', '124836.837000', '124836.840000', '124836.842000', '124836.845000', '124836.848000', '124836.850000', '124836.853000', '124836.856000', '124836.863000', '124836.865000', '124836.868000', '124836.871000', '124836.873000', '124836.876000', '124836.879000', '124836.882000', '124836.884000', '124836.887000', '124836.889000', '124836.892000', '124836.895000', '124836.897000', '124856.777000', '124856.780000', '124856.782000', '124856.785000', '124856.788000', '124856.790000', '124856.793000', '124856.795000', '124856.798000', '124856.801000', '124856.816000', '124856.819000', '124856.821000', '124856.824000', '124856.826000', '124856.829000', '124856.832000', '124856.834000', '124856.837000', '124856.840000', '124856.842000', '124856.845000', '124856.847000', '124856.850000', '124856.853000', '124856.855000', '124856.858000', '124856.861000', '124856.863000', '124856.866000', '124856.868000', '124856.871000', '124856.874000', '124856.876000', '124856.879000', '124856.882000', '124856.884000', '124856.887000', '124856.890000', '124856.892000', '124856.895000', '124856.898000', '124856.900000', '124916.776000', '124916.779000', '124916.782000', '124916.785000', '124916.787000', '124916.790000', '124916.793000', '124916.795000', '124916.798000', '124916.801000', '124916.803000', '124916.806000', '124916.809000', '124916.811000', '124916.814000', '124916.817000', '124916.819000', '124916.822000', '124916.824000', '124916.827000', '124916.830000', '124916.832000', '124916.835000', '124916.837000', '124916.840000', '124916.843000', '124916.846000', '124916.848000', '124916.851000', '124916.854000', '124916.856000', '124916.859000', '124916.861000', '124916.864000', '124916.867000', '124916.869000', '124916.872000', '124916.874000', '124916.877000', '124916.880000', '124916.883000', '124916.885000', '124916.888000', '124916.891000', '124936.776000', '124936.779000', '124936.782000', '124936.785000', '124936.787000', '124936.790000', '124936.793000', '124936.796000', '124936.798000', '124936.801000', '124936.803000', '124936.806000', '124936.809000', '124936.811000', '124936.814000', '124936.817000', '124936.819000', '124936.822000', '124936.825000', '124936.827000', '124936.830000', '124936.832000', '124936.835000', '124936.838000', '124936.840000', '124936.843000', '124936.846000', '124936.848000', '124936.851000', '124936.854000', '124936.856000', '124936.859000', '124936.861000', '124936.864000', '124936.867000', '124936.869000', '124936.872000', '124936.875000', '124936.877000', '124936.880000', '124936.882000', '124936.885000', '124936.888000', '124956.777000', '124956.779000', '124956.782000', '124956.792000', '124956.794000', '124956.797000', '124956.800000', '124956.802000', '124956.805000', '124956.808000', '124956.810000', '124956.813000', '124956.816000', '124956.818000', '124956.821000', '124956.824000', '124956.826000', '124956.829000', '124956.831000', '124956.834000', '124956.837000', '124956.839000', '124956.842000', '124956.845000', '124956.847000', '124956.850000', '124956.852000', '124956.855000', '124956.858000', '124956.860000', '124956.863000', '124956.865000', '124956.868000', '124956.871000', '124956.873000', '124956.876000', '124956.879000', '124956.881000', '124956.884000', '124956.886000', '124956.889000', '124956.892000', '124956.894000', '124956.897000', '125016.777000', '125016.780000', '125016.782000', '125016.785000', '125016.788000', '125016.791000', '125016.802000', '125016.805000', '125016.808000', '125016.810000', '125016.813000', '125016.816000', '125016.818000', '125016.821000', '125016.824000', '125016.826000', '125016.829000', '125016.831000', '125016.834000', '125016.837000', '125016.839000', '125016.842000', '125016.845000', '125016.847000', '125016.850000', '125016.852000', '125016.855000', '125016.858000', '125016.860000', '125016.863000', '125016.865000', '125016.868000', '125016.871000', '125016.873000', '125016.876000', '125016.886000', '125016.889000', '125016.891000', '125016.894000', '125016.897000', '125016.899000', '125016.902000', '125016.904000', '125036.777000', '125036.780000', '125036.783000', '125036.786000', '125036.789000', '125036.791000', '125036.794000', '125036.797000', '125036.799000', '125036.802000', '125036.805000', '125036.807000', '125036.810000', '125036.813000', '125036.816000', '125036.818000', '125036.821000', '125036.823000', '125036.826000', '125036.829000', '125036.831000', '125036.834000', '125036.837000', '125036.839000', '125036.842000', '125036.845000', '125036.847000', '125036.850000', '125036.853000', '125036.855000', '125036.858000', '125036.860000', '125036.863000', '125036.866000', '125036.868000', '125036.871000', '125036.874000', '125036.876000', '125036.879000', '125036.881000', '125036.884000', '125036.887000', '125036.890000', '125056.777000', '125056.780000', '125056.782000', '125056.785000', '125056.787000', '125056.790000', '125056.793000', '125056.796000', '125056.798000', '125056.801000', '125056.803000', '125056.806000', '125056.809000', '125056.811000', '125056.814000', '125056.817000', '125056.819000', '125056.822000', '125056.824000', '125056.827000', '125056.830000', '125056.832000', '125056.835000', '125056.838000', '125056.840000', '125056.843000', '125056.845000', '125056.848000', '125056.851000', '125056.853000', '125056.856000', '125056.859000', '125056.861000', '125056.864000', '125056.866000', '125056.869000', '125056.872000', '125056.874000', '125056.877000', '125056.880000', '125056.882000', '125056.885000', '125056.887000', '125056.890000', '125116.777000', '125116.779000', '125116.782000', '125116.785000', '125116.787000', '125116.790000', '125116.793000', '125116.796000', '125116.798000', '125116.801000', '125116.804000', '125116.806000', '125116.809000', '125116.812000', '125116.814000', '125116.817000', '125116.819000', '125116.822000', '125116.825000', '125116.827000', '125116.830000', '125116.833000', '125116.836000', '125116.838000', '125116.841000', '125116.844000', '125116.846000', '125116.849000', '125116.852000', '125116.854000', '125116.857000', '125116.859000', '125116.862000', '125116.865000', '125116.867000', '125116.870000', '125116.873000', '125116.875000', '125116.878000', '125116.880000', '125116.883000', '125116.886000', '125116.888000', '125136.777000', '125136.779000', '125136.782000', '125136.785000', '125136.794000', '125136.797000', '125136.800000', '125136.802000', '125136.805000', '125136.807000', '125136.810000', '125136.813000', '125136.815000', '125136.818000', '125136.821000', '125136.823000', '125136.826000', '125136.829000', '125136.831000', '125136.834000', '125136.837000', '125136.839000', '125136.842000', '125136.844000', '125136.847000', '125136.850000', '125136.852000', '125136.855000', '125136.858000', '125136.860000', '125136.863000', '125136.865000', '125136.868000', '125136.871000', '125136.873000', '125136.876000', '125136.879000', '125136.881000', '125136.884000', '125136.886000', '125136.889000', '125136.892000', '125136.894000', '125136.897000', '125156.777000', '125156.779000', '125156.782000', '125156.785000', '125156.788000', '125156.790000', '125156.793000', '125156.795000', '125156.798000', '125156.801000', '125156.804000', '125156.806000', '125156.809000', '125156.814000', '125156.817000', '125156.820000', '125156.822000', '125156.825000', '125156.828000', '125156.830000', '125156.833000', '125156.836000', '125156.838000', '125156.841000', '125156.844000', '125156.846000', '125156.849000', '125156.852000', '125156.854000', '125156.857000', '125156.859000', '125156.862000', '125156.865000', '125156.868000', '125156.870000', '125156.873000', '125156.876000', '125156.878000', '125156.881000', '125156.883000', '125156.886000', '125156.889000', '125156.892000', '125201.374000', '125201.378000', '125201.381000', '125201.383000', '125201.386000', '125201.389000', '125201.392000', '125201.394000', '125201.397000', '125201.401000', '125201.404000'], 'InstanceCreationTime': ['124316.822000', '124316.825000', '124316.827000', '124316.830000', '124316.833000', '124316.836000', '124316.839000', '124316.846000', '124316.849000', '124316.851000', '124316.854000', '124316.864000', '124316.867000', '124316.874000', '124316.877000', '124316.880000', '124316.882000', '124336.777000', '124336.780000', '124336.791000', '124336.793000', '124336.796000', '124336.799000', '124336.801000', '124336.804000', '124336.806000', '124336.809000', '124336.812000', '124336.814000', '124336.817000', '124336.820000', '124336.823000', '124336.825000', '124336.828000', '124336.835000', '124336.838000', '124336.840000', '124336.843000', '124336.846000', '124336.848000', '124336.851000', '124336.853000', '124336.856000', '124336.859000', '124336.861000', '124336.864000', '124336.867000', '124336.869000', '124336.872000', '124336.875000', '124336.878000', '124336.880000', '124336.883000', '124336.886000', '124336.888000', '124336.891000', '124336.893000', '124336.896000', '124336.899000', '124336.901000', '124336.904000', '124356.776000', '124356.779000', '124356.782000', '124356.784000', '124356.787000', '124356.790000', '124356.793000', '124356.795000', '124356.798000', '124356.801000', '124356.803000', '124356.806000', '124356.808000', '124356.811000', '124356.814000', '124356.817000', '124356.820000', '124356.822000', '124356.825000', '124356.828000', '124356.830000', '124356.833000', '124356.835000', '124356.838000', '124356.841000', '124356.844000', '124356.847000', '124356.850000', '124356.852000', '124356.855000', '124356.857000', '124356.860000', '124356.863000', '124356.865000', '124356.868000', '124356.871000', '124356.874000', '124356.877000', '124356.880000', '124356.882000', '124356.885000', '124356.888000', '124356.890000', '124416.776000', '124416.779000', '124416.785000', '124416.788000', '124416.790000', '124416.793000', '124416.796000', '124416.798000', '124416.835000', '124416.838000', '124416.841000', '124416.843000', '124416.846000', '124416.849000', '124416.851000', '124416.854000', '124416.857000', '124416.859000', '124416.862000', '124416.864000', '124416.867000', '124416.870000', '124416.873000', '124416.875000', '124416.878000', '124416.881000', '124416.883000', '124416.886000', '124416.889000', '124416.891000', '124416.894000', '124416.897000', '124416.899000', '124416.902000', '124416.905000', '124416.907000', '124416.910000', '124416.913000', '124416.915000', '124416.918000', '124416.920000', '124416.923000', '124416.926000', '124436.777000', '124436.779000', '124436.782000', '124436.786000', '124436.788000', '124436.791000', '124436.794000', '124436.796000', '124436.799000', '124436.802000', '124436.804000', '124436.807000', '124436.810000', '124436.812000', '124436.815000', '124436.818000', '124436.820000', '124436.823000', '124436.825000', '124436.828000', '124436.831000', '124436.833000', '124436.836000', '124436.839000', '124436.841000', '124436.844000', '124436.846000', '124436.849000', '124436.852000', '124436.855000', '124436.857000', '124436.860000', '124436.863000', '124436.865000', '124436.868000', '124436.871000', '124436.873000', '124436.876000', '124436.879000', '124436.881000', '124436.884000', '124436.887000', '124436.889000', '124436.892000', '124456.777000', '124456.780000', '124456.782000', '124456.785000', '124456.788000', '124456.790000', '124456.793000', '124456.796000', '124456.798000', '124456.801000', '124456.804000', '124456.806000', '124456.809000', '124456.812000', '124456.814000', '124456.817000', '124456.819000', '124456.822000', '124456.825000', '124456.827000', '124456.830000', '124456.833000', '124456.835000', '124456.838000', '124456.841000', '124456.845000', '124456.848000', '124456.852000', '124456.855000', '124456.858000', '124456.860000', '124456.863000', '124456.866000', '124456.869000', '124456.871000', '124456.874000', '124456.877000', '124456.879000', '124456.882000', '124456.884000', '124456.887000', '124456.890000', '124456.892000', '124516.777000', '124516.779000', '124516.783000', '124516.785000', '124516.788000', '124516.790000', '124516.793000', '124516.796000', '124516.798000', '124516.801000', '124516.804000', '124516.806000', '124516.809000', '124516.812000', '124516.814000', '124516.817000', '124516.820000', '124516.822000', '124516.825000', '124516.828000', '124516.830000', '124516.833000', '124516.836000', '124516.838000', '124516.841000', '124516.844000', '124516.846000', '124516.849000', '124516.851000', '124516.854000', '124516.857000', '124516.859000', '124516.862000', '124516.865000', '124516.868000', '124516.870000', '124516.873000', '124516.875000', '124516.878000', '124516.881000', '124516.883000', '124516.886000', '124516.889000', '124516.891000', '124536.777000', '124536.779000', '124536.782000', '124536.785000', '124536.787000', '124536.790000', '124536.793000', '124536.795000', '124536.798000', '124536.801000', '124536.803000', '124536.806000', '124536.808000', '124536.811000', '124536.814000', '124536.816000', '124536.819000', '124536.822000', '124536.824000', '124536.827000', '124536.829000', '124536.832000', '124536.835000', '124536.837000', '124536.840000', '124536.843000', '124536.845000', '124536.848000', '124536.850000', '124536.853000', '124536.857000', '124536.860000', '124536.863000', '124536.867000', '124536.870000', '124536.873000', '124536.875000', '124536.878000', '124536.881000', '124536.883000', '124536.886000', '124536.888000', '124536.891000', '124556.776000', '124556.780000', '124556.782000', '124556.785000', '124556.798000', '124556.801000', '124556.803000', '124556.806000', '124556.808000', '124556.811000', '124556.814000', '124556.816000', '124556.819000', '124556.821000', '124556.824000', '124556.827000', '124556.829000', '124556.832000', '124556.835000', '124556.837000', '124556.840000', '124556.843000', '124556.845000', '124556.848000', '124556.850000', '124556.853000', '124556.856000', '124556.858000', '124556.861000', '124556.864000', '124556.867000', '124556.869000', '124556.872000', '124556.875000', '124556.877000', '124556.880000', '124556.882000', '124556.885000', '124556.888000', '124556.890000', '124556.893000', '124556.896000', '124556.898000', '124556.901000', '124616.777000', '124616.779000', '124616.782000', '124616.785000', '124616.788000', '124616.790000', '124616.793000', '124616.796000', '124616.798000', '124616.801000', '124616.804000', '124616.806000', '124616.809000', '124616.811000', '124616.814000', '124616.817000', '124616.819000', '124616.822000', '124616.825000', '124616.827000', '124616.830000', '124616.833000', '124616.835000', '124616.838000', '124616.841000', '124616.843000', '124616.846000', '124616.848000', '124616.851000', '124616.854000', '124616.856000', '124616.859000', '124616.862000', '124616.865000', '124616.867000', '124616.870000', '124616.873000', '124616.875000', '124616.878000', '124616.881000', '124616.883000', '124616.886000', '124616.889000', '124636.776000', '124636.779000', '124636.782000', '124636.785000', '124636.788000', '124636.790000', '124636.800000', '124636.802000', '124636.805000', '124636.808000', '124636.810000', '124636.813000', '124636.816000', '124636.818000', '124636.821000', '124636.824000', '124636.826000', '124636.829000', '124636.832000', '124636.834000', '124636.837000', '124636.840000', '124636.842000', '124636.845000', '124636.847000', '124636.850000', '124636.853000', '124636.855000', '124636.858000', '124636.861000', '124636.863000', '124636.866000', '124636.869000', '124636.872000', '124636.874000', '124636.877000', '124636.880000', '124636.882000', '124636.885000', '124636.887000', '124636.890000', '124636.893000', '124636.895000', '124636.898000', '124656.776000', '124656.779000', '124656.782000', '124656.785000', '124656.787000', '124656.790000', '124656.793000', '124656.795000', '124656.798000', '124656.801000', '124656.803000', '124656.806000', '124656.808000', '124656.811000', '124656.814000', '124656.816000', '124656.819000', '124656.822000', '124656.824000', '124656.827000', '124656.830000', '124656.832000', '124656.835000', '124656.837000', '124656.840000', '124656.843000', '124656.845000', '124656.848000', '124656.851000', '124656.853000', '124656.856000', '124656.859000', '124656.861000', '124656.864000', '124656.866000', '124656.869000', '124656.872000', '124656.874000', '124656.877000', '124656.880000', '124656.883000', '124656.885000', '124656.888000', '124716.776000', '124716.779000', '124716.782000', '124716.785000', '124716.787000', '124716.790000', '124716.793000', '124716.796000', '124716.798000', '124716.801000', '124716.803000', '124716.806000', '124716.809000', '124716.811000', '124716.814000', '124716.823000', '124716.826000', '124716.829000', '124716.831000', '124716.834000', '124716.837000', '124716.839000', '124716.842000', '124716.844000', '124716.847000', '124716.850000', '124716.852000', '124716.855000', '124716.858000', '124716.860000', '124716.863000', '124716.866000', '124716.868000', '124716.871000', '124716.873000', '124716.876000', '124716.879000', '124716.881000', '124716.884000', '124716.887000', '124716.889000', '124716.892000', '124716.894000', '124716.928000', '124736.777000', '124736.780000', '124736.783000', '124736.785000', '124736.788000', '124736.791000', '124736.793000', '124736.796000', '124736.798000', '124736.801000', '124736.804000', '124736.806000', '124736.809000', '124736.812000', '124736.814000', '124736.817000', '124736.820000', '124736.822000', '124736.825000', '124736.828000', '124736.830000', '124736.833000', '124736.835000', '124736.838000', '124736.841000', '124736.843000', '124736.846000', '124736.848000', '124736.851000', '124736.854000', '124736.856000', '124736.859000', '124736.862000', '124736.864000', '124736.867000', '124736.869000', '124736.872000', '124736.875000', '124736.877000', '124736.880000', '124736.883000', '124736.885000', '124736.888000', '124756.777000', '124756.779000', '124756.782000', '124756.785000', '124756.788000', '124756.790000', '124756.793000', '124756.796000', '124756.798000', '124756.801000', '124756.804000', '124756.806000', '124756.809000', '124756.812000', '124756.814000', '124756.817000', '124756.819000', '124756.822000', '124756.825000', '124756.827000', '124756.830000', '124756.833000', '124756.835000', '124756.838000', '124756.841000', '124756.843000', '124756.846000', '124756.849000', '124756.851000', '124756.854000', '124756.857000', '124756.859000', '124756.862000', '124756.864000', '124756.867000', '124756.870000', '124756.872000', '124756.875000', '124756.878000', '124756.880000', '124756.883000', '124756.886000', '124756.888000', '124756.891000', '124816.777000', '124816.779000', '124816.782000', '124816.785000', '124816.788000', '124816.790000', '124816.793000', '124816.795000', '124816.798000', '124816.801000', '124816.803000', '124816.806000', '124816.809000', '124816.811000', '124816.814000', '124816.817000', '124816.819000', '124816.822000', '124816.825000', '124816.827000', '124816.830000', '124816.832000', '124816.835000', '124816.838000', '124816.840000', '124816.843000', '124816.846000', '124816.848000', '124816.851000', '124816.853000', '124816.856000', '124816.859000', '124816.861000', '124816.864000', '124816.867000', '124816.869000', '124816.872000', '124816.874000', '124816.877000', '124816.880000', '124816.883000', '124816.885000', '124816.888000', '124836.777000', '124836.780000', '124836.782000', '124836.787000', '124836.790000', '124836.792000', '124836.795000', '124836.798000', '124836.800000', '124836.803000', '124836.806000', '124836.808000', '124836.811000', '124836.814000', '124836.816000', '124836.819000', '124836.822000', '124836.824000', '124836.827000', '124836.829000', '124836.832000', '124836.835000', '124836.837000', '124836.840000', '124836.842000', '124836.845000', '124836.848000', '124836.850000', '124836.853000', '124836.856000', '124836.863000', '124836.865000', '124836.868000', '124836.871000', '124836.873000', '124836.876000', '124836.879000', '124836.882000', '124836.884000', '124836.887000', '124836.889000', '124836.892000', '124836.895000', '124836.897000', '124856.777000', '124856.780000', '124856.782000', '124856.785000', '124856.788000', '124856.790000', '124856.793000', '124856.795000', '124856.798000', '124856.801000', '124856.816000', '124856.819000', '124856.821000', '124856.824000', '124856.826000', '124856.829000', '124856.832000', '124856.834000', '124856.837000', '124856.840000', '124856.842000', '124856.845000', '124856.847000', '124856.850000', '124856.853000', '124856.855000', '124856.858000', '124856.861000', '124856.863000', '124856.866000', '124856.868000', '124856.871000', '124856.874000', '124856.876000', '124856.879000', '124856.882000', '124856.884000', '124856.887000', '124856.890000', '124856.892000', '124856.895000', '124856.898000', '124856.900000', '124916.776000', '124916.779000', '124916.782000', '124916.785000', '124916.787000', '124916.790000', '124916.793000', '124916.795000', '124916.798000', '124916.801000', '124916.803000', '124916.806000', '124916.809000', '124916.811000', '124916.814000', '124916.817000', '124916.819000', '124916.822000', '124916.824000', '124916.827000', '124916.830000', '124916.832000', '124916.835000', '124916.837000', '124916.840000', '124916.843000', '124916.846000', '124916.848000', '124916.851000', '124916.854000', '124916.856000', '124916.859000', '124916.861000', '124916.864000', '124916.867000', '124916.869000', '124916.872000', '124916.874000', '124916.877000', '124916.880000', '124916.883000', '124916.885000', '124916.888000', '124916.891000', '124936.776000', '124936.779000', '124936.782000', '124936.785000', '124936.787000', '124936.790000', '124936.793000', '124936.796000', '124936.798000', '124936.801000', '124936.803000', '124936.806000', '124936.809000', '124936.811000', '124936.814000', '124936.817000', '124936.819000', '124936.822000', '124936.825000', '124936.827000', '124936.830000', '124936.832000', '124936.835000', '124936.838000', '124936.840000', '124936.843000', '124936.846000', '124936.848000', '124936.851000', '124936.854000', '124936.856000', '124936.859000', '124936.861000', '124936.864000', '124936.867000', '124936.869000', '124936.872000', '124936.875000', '124936.877000', '124936.880000', '124936.882000', '124936.885000', '124936.888000', '124956.777000', '124956.779000', '124956.782000', '124956.792000', '124956.794000', '124956.797000', '124956.800000', '124956.802000', '124956.805000', '124956.808000', '124956.810000', '124956.813000', '124956.816000', '124956.818000', '124956.821000', '124956.824000', '124956.826000', '124956.829000', '124956.831000', '124956.834000', '124956.837000', '124956.839000', '124956.842000', '124956.845000', '124956.847000', '124956.850000', '124956.852000', '124956.855000', '124956.858000', '124956.860000', '124956.863000', '124956.865000', '124956.868000', '124956.871000', '124956.873000', '124956.876000', '124956.879000', '124956.881000', '124956.884000', '124956.886000', '124956.889000', '124956.892000', '124956.894000', '124956.897000', '125016.777000', '125016.780000', '125016.782000', '125016.785000', '125016.788000', '125016.791000', '125016.802000', '125016.805000', '125016.808000', '125016.810000', '125016.813000', '125016.816000', '125016.818000', '125016.821000', '125016.824000', '125016.826000', '125016.829000', '125016.831000', '125016.834000', '125016.837000', '125016.839000', '125016.842000', '125016.845000', '125016.847000', '125016.850000', '125016.852000', '125016.855000', '125016.858000', '125016.860000', '125016.863000', '125016.865000', '125016.868000', '125016.871000', '125016.873000', '125016.876000', '125016.886000', '125016.889000', '125016.891000', '125016.894000', '125016.897000', '125016.899000', '125016.902000', '125016.904000', '125036.777000', '125036.780000', '125036.783000', '125036.786000', '125036.789000', '125036.791000', '125036.794000', '125036.797000', '125036.799000', '125036.802000', '125036.805000', '125036.807000', '125036.810000', '125036.813000', '125036.816000', '125036.818000', '125036.821000', '125036.823000', '125036.826000', '125036.829000', '125036.831000', '125036.834000', '125036.837000', '125036.839000', '125036.842000', '125036.845000', '125036.847000', '125036.850000', '125036.853000', '125036.855000', '125036.858000', '125036.860000', '125036.863000', '125036.866000', '125036.868000', '125036.871000', '125036.874000', '125036.876000', '125036.879000', '125036.881000', '125036.884000', '125036.887000', '125036.890000', '125056.777000', '125056.780000', '125056.782000', '125056.785000', '125056.787000', '125056.790000', '125056.793000', '125056.796000', '125056.798000', '125056.801000', '125056.803000', '125056.806000', '125056.809000', '125056.811000', '125056.814000', '125056.817000', '125056.819000', '125056.822000', '125056.824000', '125056.827000', '125056.830000', '125056.832000', '125056.835000', '125056.838000', '125056.840000', '125056.843000', '125056.845000', '125056.848000', '125056.851000', '125056.853000', '125056.856000', '125056.859000', '125056.861000', '125056.864000', '125056.866000', '125056.869000', '125056.872000', '125056.874000', '125056.877000', '125056.880000', '125056.882000', '125056.885000', '125056.887000', '125056.890000', '125116.777000', '125116.779000', '125116.782000', '125116.785000', '125116.787000', '125116.790000', '125116.793000', '125116.796000', '125116.798000', '125116.801000', '125116.804000', '125116.806000', '125116.809000', '125116.812000', '125116.814000', '125116.817000', '125116.819000', '125116.822000', '125116.825000', '125116.827000', '125116.830000', '125116.833000', '125116.836000', '125116.838000', '125116.841000', '125116.844000', '125116.846000', '125116.849000', '125116.852000', '125116.854000', '125116.857000', '125116.859000', '125116.862000', '125116.865000', '125116.867000', '125116.870000', '125116.873000', '125116.875000', '125116.878000', '125116.880000', '125116.883000', '125116.886000', '125116.888000', '125136.777000', '125136.779000', '125136.782000', '125136.785000', '125136.794000', '125136.797000', '125136.800000', '125136.802000', '125136.805000', '125136.807000', '125136.810000', '125136.813000', '125136.815000', '125136.818000', '125136.821000', '125136.823000', '125136.826000', '125136.829000', '125136.831000', '125136.834000', '125136.837000', '125136.839000', '125136.842000', '125136.844000', '125136.847000', '125136.850000', '125136.852000', '125136.855000', '125136.858000', '125136.860000', '125136.863000', '125136.865000', '125136.868000', '125136.871000', '125136.873000', '125136.876000', '125136.879000', '125136.881000', '125136.884000', '125136.886000', '125136.889000', '125136.892000', '125136.894000', '125136.897000', '125156.777000', '125156.779000', '125156.782000', '125156.785000', '125156.788000', '125156.790000', '125156.793000', '125156.795000', '125156.798000', '125156.801000', '125156.804000', '125156.806000', '125156.809000', '125156.814000', '125156.817000', '125156.820000', '125156.822000', '125156.825000', '125156.828000', '125156.830000', '125156.833000', '125156.836000', '125156.838000', '125156.841000', '125156.844000', '125156.846000', '125156.849000', '125156.852000', '125156.854000', '125156.857000', '125156.859000', '125156.862000', '125156.865000', '125156.868000', '125156.870000', '125156.873000', '125156.876000', '125156.878000', '125156.881000', '125156.883000', '125156.886000', '125156.889000', '125156.892000', '125201.374000', '125201.378000', '125201.381000', '125201.383000', '125201.386000', '125201.389000', '125201.392000', '125201.394000', '125201.397000', '125201.401000', '125201.404000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'LargestImagePixelValue': [8841, 9099, 10014, 9262, 10723, 9076, 9679, 8956, 9352, 10096, 8396, 14101, 10772, 13871, 9633, 11873, 8813, 9182, 8608, 9568, 9132, 8196, 8802, 7473, 8667, 7631, 8834, 8999, 8247, 8578, 9598, 8685, 8683, 8618, 8278, 8529, 8689, 9788, 8417, 10020, 8891, 8270, 8721, 8458, 8046, 8462, 9075, 9169, 8127, 8779, 6648, 8353, 8172, 8528, 8869, 7827, 8540, 9329, 9509, 8843, 8636, 8765, 9263, 8629, 12788, 9431, 9698, 8676, 8617, 8814, 8431, 12100, 8712, 8123, 9176, 8891, 9387, 8637, 8988, 8870, 9050, 8297, 9088, 7154, 8687, 8957, 14099, 10048, 11522, 8771, 8852, 13272, 8475, 13735, 9330, 10767, 9044, 7334, 8489, 8919, 8733, 9067, 8337, 9161, 7859, 9153, 8666, 9545, 8654, 9263, 8524, 8432, 8879, 12222, 9307, 9286, 8791, 8520, 13128, 9159, 10118, 9315, 6864, 8414, 8691, 8196, 8899, 8208, 8904, 9547, 9368, 8823, 8964, 8592, 8937, 7173, 8830, 8910, 7860, 8504, 10203, 8926, 10853, 9144, 10014, 9455, 9623, 9187, 12326, 9383, 11274, 9395, 9247, 8806, 8664, 9125, 8933, 8799, 8733, 8711, 8591, 13864, 9355, 11185, 9449, 9259, 9252, 9014, 8882, 8684, 9011, 7727, 8878, 8773, 8754, 8861, 8304, 8718, 13109, 8864, 12190, 9288, 11130, 9569, 9226, 9368, 8515, 8813, 9599, 8986, 8494, 8796, 7358, 8630, 7680, 8866, 8673, 9051, 8780, 12521, 9212, 10221, 9035, 8894, 9039, 7569, 8777, 8874, 8494, 8897, 8112, 8746, 8569, 8695, 8222, 9197, 7478, 9340, 9332, 9249, 10864, 9190, 13898, 9372, 12697, 9585, 13203, 9802, 10258, 8974, 8656, 9876, 8880, 12272, 8754, 10377, 9091, 10461, 9100, 9334, 8700, 13322, 8715, 13882, 8830, 10751, 8789, 9676, 9023, 11041, 9104, 9711, 9015, 8133, 9085, 11280, 9383, 11032, 9177, 9970, 7086, 8836, 8580, 8619, 8001, 7918, 9163, 9178, 8983, 10403, 8859, 11795, 8727, 13489, 10988, 13556, 14045, 11202, 12818, 8115, 9012, 9743, 8844, 8616, 8775, 7765, 7601, 8950, 8310, 8864, 10416, 9161, 7977, 8204, 9196, 10371, 9144, 12479, 9438, 13651, 8862, 13446, 8808, 11656, 8359, 9772, 8260, 8088, 8294, 8599, 8680, 9147, 9183, 8663, 7869, 8934, 7949, 8725, 7454, 8669, 9014, 8740, 8496, 9052, 8396, 8171, 8556, 7792, 8752, 7759, 8559, 8120, 8395, 6880, 8552, 7024, 8426, 9385, 8696, 8052, 8710, 8119, 8445, 8560, 8775, 7175, 6332, 8582, 9592, 8575, 7121, 6484, 8131, 7174, 9015, 10654, 9238, 11902, 8439, 7376, 6552, 8149, 7268, 8858, 9329, 8722, 12164, 8438, 6945, 8278, 7071, 8391, 7707, 8087, 7841, 7871, 8302, 6632, 7789, 6686, 8438, 6774, 7711, 7154, 7994, 7477, 7577, 6495, 7856, 7646, 7788, 7623, 7649, 8168, 7640, 7489, 7255, 7212, 7185, 7089, 6793, 7409, 7187, 7640, 9287, 10349, 9548, 9155, 9431, 9495, 8814, 12368, 8471, 9901, 9865, 9404, 9308, 8786, 8870, 8291, 8686, 9612, 8654, 6623, 6904, 7714, 8951, 8350, 9935, 8193, 9505, 8182, 10719, 8495, 12458, 8338, 7629, 7789, 7734, 8317, 10469, 8313, 9128, 8488, 10799, 8754, 8863, 8840, 8057, 8311, 7527, 8174, 8983, 8216, 9689, 8359, 9756, 8698, 8925, 9015, 8425, 13142, 8602, 10329, 8360, 9521, 10786, 10073, 8546, 8842, 7793, 8290, 7264, 8400, 9657, 8536, 13499, 8529, 12397, 8876, 10035, 8798, 7930, 8285, 8369, 8767, 9091, 7913, 8436, 12374, 8421, 10546, 8599, 8959, 8269, 8616, 8499, 9395, 8958, 8018, 8556, 8723, 7276, 8519, 10387, 8707, 8949, 8664, 7934, 8328, 8960, 8020, 8361, 8713, 8678, 10522, 8590, 9805, 8822, 8242, 8740, 8103, 9116, 7626, 9101, 9186, 8704, 9242, 8904, 8633, 8870, 8505, 8601, 8963, 10175, 8415, 13209, 8810, 10160, 8997, 9788, 8939, 10473, 8676, 12071, 8948, 12860, 9086, 9815, 8938, 9108, 9046, 7926, 8902, 8902, 8605, 8873, 8339, 8878, 8150, 9146, 10175, 9298, 9631, 9273, 8837, 9091, 8964, 11723, 9244, 9890, 8954, 7995, 9151, 9185, 8200, 8768, 10060, 9430, 11026, 9516, 11606, 9783, 8554, 10088, 7628, 9420, 6672, 9346, 7606, 9641, 9474, 8395, 8948, 11063, 9588, 11355, 10084, 10389, 10000, 10214, 9455, 9369, 9403, 13010, 9583, 12274, 9439, 12643, 9489, 13565, 8998, 9922, 8808, 8856, 9374, 8269, 9258, 10175, 9784, 9438, 9570, 9580, 9785, 8000, 9309, 8954, 11983, 9235, 8359, 9201, 8311, 8535, 9575, 8065, 9085, 7535, 8888, 7382, 8953, 7682, 9471, 8202, 9629, 7836, 9427, 8587, 9591, 10917, 10123, 7715, 9948, 8792, 7363, 9647, 7468, 9666, 7965, 9607, 12574, 10201, 10435, 9798, 10262, 9497, 13542, 9709, 9169, 9503, 9539, 11003, 9189, 11334, 9491, 12893, 9345, 10283, 9113, 10571, 9217, 9764, 9615, 8143, 9619, 8108, 8851, 8168, 9149, 8478, 9040, 7939, 8990, 9006, 10236, 8528, 10636, 7605, 9860, 9861, 9700, 8306, 7931, 9968, 12955, 9977, 12748, 8822, 10240, 9798, 12023, 9832, 12546, 10137, 11275, 9769, 12995, 10411, 9529, 10553, 8259, 10278, 8026, 9943, 8165, 9734, 8393, 10027, 7896, 9188, 7868, 10235, 8482, 9950, 11400, 10196, 10532, 10009, 8967, 10299, 9655, 10236, 7295, 8896, 7747, 9143, 8161, 9377, 14462, 11428, 12245, 10087, 9713, 11978, 9448, 11054, 8924, 9048, 9077, 10938, 10936, 9720, 11341, 9625, 8655, 8105, 9380, 7771, 9469, 8446, 9550, 9657, 9492, 13186, 11276, 14208, 11112, 13366, 10325, 9555, 10114, 9474, 10133, 9203, 9945, 9391, 9793, 9553, 9195, 9548, 11343, 9206, 10271, 8914, 8801, 7936, 10153, 7976, 9558, 8072, 9832, 9896, 9126, 9465, 11564, 9015, 12213, 8962, 9572, 9698, 8299, 8858, 9460, 9057, 8996, 9224, 8465, 9294, 8302, 9318, 11411, 9422, 8887, 9357, 7972, 9260, 9147, 9346, 9156, 10837, 9413, 9189, 9541, 8629, 9845, 7653, 9385, 8974, 9017, 9241, 7972, 9641, 10283, 9811, 9491, 9788, 8848, 9722, 8142, 9299, 9258, 8737, 9252, 11357, 10001, 10654, 10185, 8738, 9517, 10306, 10029, 9708, 9020, 9461, 8564, 9579, 11048, 10250, 11141, 10262, 10925, 10119, 9523, 10081, 8376, 10150, 8876, 9578, 12140, 9285, 14357, 11271, 13977, 10720, 11897, 9306, 9462, 8036, 9275, 8128, 8620, 11762, 9276, 11572, 9993, 8904, 8558, 9894, 13275, 8905, 11619, 9145, 11661, 9154, 13884, 9384, 13010, 9594, 12956, 9260, 11180, 9664, 10829, 9698, 8457, 9207, 8498, 9254, 9212, 9433, 8109, 9233, 9224, 9127, 9263, 8034, 8712, 11286, 8977, 10774, 9691, 9034, 9441, 8248, 9025, 8477, 9139, 9022, 9250, 7883, 9408, 10960, 9374, 10896, 9246, 9430, 9475, 7876, 8986, 7563, 9379, 9713, 9072, 9224, 8960, 9028, 9883, 9330, 9926, 9431, 11222, 9605, 8644, 9163, 8260, 9654, 7460, 9079, 9096, 8545, 8681, 13040, 9559, 11312, 9499, 8976, 9115, 8333, 9308, 7865, 9358, 7315, 9067, 9416, 8554, 9207, 10564, 9371, 9449, 8914, 11026, 9011, 9326, 10120, 8840, 11877, 9079, 11539, 9295, 9372, 9543, 8939, 9050, 7832, 9445, 6988, 9598, 6518, 8984, 6400, 9319, 9463, 8258, 9192, 9681, 9466, 9124, 9270, 10059, 9027, 8600, 9352, 9129, 13538, 8984, 12201, 9235, 13354, 8962, 11860, 9385, 10461, 10258, 8887, 10066, 8477, 9138, 7982, 9333, 9717, 9131, 9355, 11922, 9328, 12072, 9424, 8225, 9052, 9139, 8665, 8924, 9567, 9224, 8471, 9569, 9740, 9646, 9338, 9607, 8605, 10053, 8456, 9523, 9337, 9260, 9215, 13126, 9643, 9986, 8999, 9527, 11234, 9153, 12797, 9288, 8397, 9291, 9292, 9047, 9279, 8253, 8878, 8003, 8936, 10760, 8929, 11668, 9702, 10287, 9863, 8699, 9228, 9267, 8937, 9468, 8923, 10355, 9397, 7672, 9282, 8848, 9035, 9015, 8363, 9302, 9068, 9051, 11922, 9570, 11453, 9192, 9715, 9272, 10026, 9911, 9266, 9480, 7741, 8959, 9275, 9183, 9631, 9538, 7621, 9393, 8825, 8234, 9028, 12390, 9324, 11730, 9758, 9448, 9414, 9138, 8756, 10475, 8967, 11722, 8930, 8138, 9776, 8198, 9981, 7554, 8008, 7802, 9011, 9252, 9179, 7458, 9491, 9426, 9260, 10712, 9545, 8906, 8852, 9349], 'WindowCenter': [3603.0, 3588.0, 3586.0, 3572.0, 3581.0, 3557.0, 3555.0, 3554.0, 3553.0, 3552.0, 3530.0, 3573.0, 3552.0, 3573.0, 3539.0, 3549.0, 3539.0, 3539.0, 3553.0, 3552.0, 3552.0, 3540.0, 3539.0, 3530.0, 3542.0, 3542.0, 3553.0, 3553.0, 3542.0, 3553.0, 3551.0, 3541.0, 3541.0, 3542.0, 3541.0, 3541.0, 3541.0, 3552.0, 3542.0, 3552.0, 3553.0, 3541.0, 3541.0, 3542.0, 3541.0, 3543.0, 3553.0, 3554.0, 3544.0, 3555.0, 3533.0, 3554.0, 3555.0, 3567.0, 3568.0, 3557.0, 3569.0, 3567.0, 3568.0, 3568.0, 3567.0, 3568.0, 3568.0, 3568.0, 3590.0, 3569.0, 3568.0, 3556.0, 3556.0, 3556.0, 3558.0, 3589.0, 3568.0, 3557.0, 3580.0, 3567.0, 3580.0, 3569.0, 3581.0, 3582.0, 3581.0, 3571.0, 3583.0, 3560.0, 3569.0, 3570.0, 3602.0, 3580.0, 3580.0, 3556.0, 3557.0, 3589.0, 3557.0, 3589.0, 3567.0, 3578.0, 3566.0, 3544.0, 3553.0, 3555.0, 3556.0, 3566.0, 3556.0, 3568.0, 3556.0, 3567.0, 3556.0, 3568.0, 3568.0, 3567.0, 3568.0, 3555.0, 3567.0, 3589.0, 3567.0, 3567.0, 3554.0, 3554.0, 3576.0, 3553.0, 3564.0, 3554.0, 3532.0, 3542.0, 3554.0, 3555.0, 3555.0, 3555.0, 3567.0, 3565.0, 3566.0, 3567.0, 3567.0, 3568.0, 3569.0, 3547.0, 3569.0, 3568.0, 3557.0, 3568.0, 3579.0, 3582.0, 3579.0, 3581.0, 3579.0, 3579.0, 3568.0, 3581.0, 3602.0, 3581.0, 3590.0, 3568.0, 3567.0, 3567.0, 3568.0, 3567.0, 3567.0, 3556.0, 3556.0, 3554.0, 3555.0, 3589.0, 3566.0, 3576.0, 3567.0, 3564.0, 3566.0, 3556.0, 3567.0, 3556.0, 3555.0, 3543.0, 3554.0, 3555.0, 3555.0, 3566.0, 3554.0, 3554.0, 3587.0, 3566.0, 3589.0, 3566.0, 3577.0, 3567.0, 3565.0, 3566.0, 3554.0, 3569.0, 3567.0, 3568.0, 3556.0, 3556.0, 3544.0, 3556.0, 3545.0, 3567.0, 3567.0, 3555.0, 3555.0, 3588.0, 3566.0, 3566.0, 3555.0, 3554.0, 3554.0, 3544.0, 3555.0, 3555.0, 3554.0, 3554.0, 3554.0, 3555.0, 3567.0, 3568.0, 3568.0, 3580.0, 3557.0, 3568.0, 3567.0, 3580.0, 3593.0, 3582.0, 3602.0, 3569.0, 3590.0, 3580.0, 3603.0, 3593.0, 3580.0, 3567.0, 3556.0, 3568.0, 3568.0, 3588.0, 3568.0, 3578.0, 3567.0, 3564.0, 3553.0, 3554.0, 3555.0, 3587.0, 3554.0, 3586.0, 3554.0, 3564.0, 3554.0, 3565.0, 3566.0, 3578.0, 3555.0, 3552.0, 3542.0, 3540.0, 3554.0, 3564.0, 3552.0, 3564.0, 3553.0, 3563.0, 3532.0, 3554.0, 3551.0, 3553.0, 3544.0, 3544.0, 3567.0, 3566.0, 3567.0, 3566.0, 3555.0, 3564.0, 3554.0, 3575.0, 3564.0, 3575.0, 3574.0, 3565.0, 3576.0, 3558.0, 3566.0, 3566.0, 3568.0, 3554.0, 3553.0, 3531.0, 3541.0, 3553.0, 3542.0, 3554.0, 3564.0, 3553.0, 3541.0, 3540.0, 3540.0, 3551.0, 3539.0, 3561.0, 3538.0, 3559.0, 3525.0, 3558.0, 3524.0, 3535.0, 3513.0, 3523.0, 3511.0, 3512.0, 3524.0, 3525.0, 3526.0, 3537.0, 3537.0, 3538.0, 3528.0, 3552.0, 3542.0, 3554.0, 3530.0, 3552.0, 3551.0, 3554.0, 3553.0, 3555.0, 3555.0, 3556.0, 3554.0, 3544.0, 3555.0, 3545.0, 3556.0, 3544.0, 3556.0, 3533.0, 3571.0, 3544.0, 3542.0, 3553.0, 3542.0, 3530.0, 3541.0, 3529.0, 3543.0, 3553.0, 3556.0, 3545.0, 3535.0, 3557.0, 3567.0, 3557.0, 3546.0, 3535.0, 3556.0, 3545.0, 3557.0, 3578.0, 3569.0, 3579.0, 3558.0, 3546.0, 3536.0, 3556.0, 3543.0, 3556.0, 3555.0, 3554.0, 3577.0, 3556.0, 3546.0, 3556.0, 3533.0, 3554.0, 3545.0, 3557.0, 3543.0, 3543.0, 3556.0, 3535.0, 3558.0, 3545.0, 3556.0, 3547.0, 3557.0, 3546.0, 3556.0, 3546.0, 3557.0, 3536.0, 3558.0, 3558.0, 3559.0, 3573.0, 3560.0, 3572.0, 3572.0, 3560.0, 3548.0, 3559.0, 3562.0, 3560.0, 3547.0, 3558.0, 3560.0, 3575.0, 3614.0, 3623.0, 3595.0, 3569.0, 3569.0, 3582.0, 3586.0, 3607.0, 3584.0, 3593.0, 3578.0, 3551.0, 3563.0, 3552.0, 3555.0, 3555.0, 3569.0, 3568.0, 3569.0, 3562.0, 3559.0, 3559.0, 3581.0, 3570.0, 3580.0, 3570.0, 3569.0, 3570.0, 3579.0, 3569.0, 3590.0, 3558.0, 3557.0, 3558.0, 3559.0, 3571.0, 3579.0, 3558.0, 3568.0, 3558.0, 3579.0, 3558.0, 3568.0, 3570.0, 3557.0, 3569.0, 3557.0, 3558.0, 3569.0, 3557.0, 3568.0, 3556.0, 3567.0, 3557.0, 3569.0, 3568.0, 3557.0, 3577.0, 3554.0, 3553.0, 3542.0, 3553.0, 3564.0, 3553.0, 3541.0, 3552.0, 3529.0, 3540.0, 3528.0, 3541.0, 3554.0, 3553.0, 3575.0, 3553.0, 3575.0, 3553.0, 3564.0, 3554.0, 3542.0, 3542.0, 3541.0, 3542.0, 3552.0, 3541.0, 3542.0, 3574.0, 3540.0, 3562.0, 3540.0, 3540.0, 3540.0, 3539.0, 3540.0, 3552.0, 3552.0, 3541.0, 3552.0, 3552.0, 3530.0, 3541.0, 3552.0, 3542.0, 3541.0, 3541.0, 3541.0, 3541.0, 3553.0, 3541.0, 3542.0, 3552.0, 3553.0, 3564.0, 3554.0, 3565.0, 3555.0, 3554.0, 3555.0, 3555.0, 3568.0, 3558.0, 3570.0, 3566.0, 3556.0, 3566.0, 3556.0, 3555.0, 3555.0, 3555.0, 3554.0, 3554.0, 3564.0, 3543.0, 3575.0, 3553.0, 3564.0, 3554.0, 3563.0, 3553.0, 3564.0, 3554.0, 3574.0, 3553.0, 3575.0, 3552.0, 3552.0, 3540.0, 3541.0, 3541.0, 3540.0, 3552.0, 3552.0, 3541.0, 3552.0, 3542.0, 3553.0, 3542.0, 3554.0, 3563.0, 3553.0, 3553.0, 3553.0, 3553.0, 3553.0, 3553.0, 3563.0, 3552.0, 3552.0, 3540.0, 3539.0, 3550.0, 3551.0, 3540.0, 3552.0, 3552.0, 3553.0, 3562.0, 3564.0, 3575.0, 3566.0, 3553.0, 3566.0, 3544.0, 3566.0, 3534.0, 3567.0, 3556.0, 3568.0, 3579.0, 3557.0, 3569.0, 3591.0, 3569.0, 3579.0, 3579.0, 3580.0, 3581.0, 3580.0, 3581.0, 3568.0, 3568.0, 3590.0, 3567.0, 3592.0, 3569.0, 3589.0, 3568.0, 3590.0, 3567.0, 3567.0, 3567.0, 3567.0, 3581.0, 3569.0, 3569.0, 3578.0, 3568.0, 3568.0, 3569.0, 3568.0, 3568.0, 3557.0, 3555.0, 3556.0, 3576.0, 3555.0, 3542.0, 3555.0, 3555.0, 3555.0, 3567.0, 3544.0, 3555.0, 3545.0, 3566.0, 3546.0, 3556.0, 3546.0, 3567.0, 3558.0, 3569.0, 3558.0, 3570.0, 3556.0, 3581.0, 3580.0, 3581.0, 3558.0, 3593.0, 3570.0, 3561.0, 3581.0, 3559.0, 3581.0, 3559.0, 3570.0, 3607.0, 3581.0, 3581.0, 3581.0, 3568.0, 3567.0, 3593.0, 3556.0, 3554.0, 3554.0, 3554.0, 3563.0, 3542.0, 3564.0, 3551.0, 3564.0, 3552.0, 3551.0, 3540.0, 3550.0, 3540.0, 3550.0, 3551.0, 3529.0, 3552.0, 3530.0, 3552.0, 3541.0, 3552.0, 3540.0, 3553.0, 3557.0, 3555.0, 3557.0, 3567.0, 3554.0, 3565.0, 3545.0, 3566.0, 3564.0, 3567.0, 3555.0, 3545.0, 3567.0, 3589.0, 3569.0, 3590.0, 3570.0, 3579.0, 3581.0, 3578.0, 3567.0, 3577.0, 3566.0, 3566.0, 3567.0, 3576.0, 3566.0, 3556.0, 3566.0, 3544.0, 3565.0, 3543.0, 3554.0, 3556.0, 3566.0, 3545.0, 3567.0, 3557.0, 3557.0, 3544.0, 3566.0, 3555.0, 3567.0, 3579.0, 3581.0, 3581.0, 3569.0, 3569.0, 3565.0, 3554.0, 3554.0, 3533.0, 3554.0, 3529.0, 3552.0, 3554.0, 3554.0, 3586.0, 3564.0, 3575.0, 3566.0, 3553.0, 3575.0, 3565.0, 3562.0, 3542.0, 3542.0, 3542.0, 3563.0, 3563.0, 3553.0, 3563.0, 3551.0, 3540.0, 3528.0, 3539.0, 3528.0, 3539.0, 3528.0, 3539.0, 3538.0, 3539.0, 3558.0, 3536.0, 3558.0, 3537.0, 3557.0, 3537.0, 3536.0, 3548.0, 3538.0, 3536.0, 3524.0, 3535.0, 3524.0, 3534.0, 3525.0, 3524.0, 3536.0, 3546.0, 3536.0, 3534.0, 3525.0, 3525.0, 3515.0, 3536.0, 3515.0, 3537.0, 3515.0, 3536.0, 3536.0, 3524.0, 3534.0, 3535.0, 3525.0, 3546.0, 3524.0, 3524.0, 3524.0, 3524.0, 3525.0, 3536.0, 3537.0, 3538.0, 3539.0, 3529.0, 3540.0, 3540.0, 3551.0, 3562.0, 3540.0, 3539.0, 3539.0, 3528.0, 3539.0, 3552.0, 3540.0, 3552.0, 3562.0, 3552.0, 3551.0, 3552.0, 3539.0, 3551.0, 3530.0, 3552.0, 3554.0, 3554.0, 3556.0, 3544.0, 3566.0, 3565.0, 3567.0, 3564.0, 3566.0, 3554.0, 3565.0, 3545.0, 3566.0, 3566.0, 3554.0, 3567.0, 3577.0, 3566.0, 3565.0, 3566.0, 3555.0, 3566.0, 3565.0, 3564.0, 3565.0, 3553.0, 3565.0, 3555.0, 3566.0, 3575.0, 3577.0, 3576.0, 3579.0, 3578.0, 3581.0, 3568.0, 3578.0, 3558.0, 3580.0, 3566.0, 3569.0, 3591.0, 3569.0, 3602.0, 3591.0, 3602.0, 3590.0, 3591.0, 3569.0, 3566.0, 3543.0, 3555.0, 3557.0, 3556.0, 3578.0, 3555.0, 3575.0, 3565.0, 3553.0, 3543.0, 3552.0, 3573.0, 3539.0, 3549.0, 3538.0, 3549.0, 3538.0, 3559.0, 3526.0, 3547.0, 3537.0, 3547.0, 3523.0, 3534.0, 3524.0, 3534.0, 3536.0, 3525.0, 3537.0, 3527.0, 3538.0, 3538.0, 3539.0, 3527.0, 3538.0, 3537.0, 3525.0, 3537.0, 3526.0, 3539.0, 3561.0, 3539.0, 3550.0, 3551.0, 3539.0, 3550.0, 3539.0, 3552.0, 3542.0, 3552.0, 3542.0, 3553.0, 3541.0, 3552.0, 3561.0, 3553.0, 3562.0, 3553.0, 3552.0, 3551.0, 3529.0, 3540.0, 3529.0, 3550.0, 3551.0, 3539.0, 3540.0, 3538.0, 3540.0, 3551.0, 3540.0, 3552.0, 3551.0, 3561.0, 3552.0, 3541.0, 3552.0, 3541.0, 3552.0, 3530.0, 3540.0, 3541.0, 3542.0, 3542.0, 3573.0, 3553.0, 3563.0, 3551.0, 3539.0, 3541.0, 3540.0, 3552.0, 3541.0, 3554.0, 3531.0, 3553.0, 3554.0, 3553.0, 3554.0, 3564.0, 3553.0, 3552.0, 3553.0, 3564.0, 3541.0, 3552.0, 3551.0, 3540.0, 3561.0, 3540.0, 3561.0, 3540.0, 3538.0, 3551.0, 3540.0, 3541.0, 3531.0, 3553.0, 3531.0, 3553.0, 3520.0, 3553.0, 3534.0, 3565.0, 3567.0, 3555.0, 3567.0, 3566.0, 3565.0, 3554.0, 3554.0, 3554.0, 3553.0, 3542.0, 3553.0, 3553.0, 3575.0, 3553.0, 3564.0, 3552.0, 3574.0, 3541.0, 3562.0, 3551.0, 3562.0, 3577.0, 3554.0, 3565.0, 3544.0, 3555.0, 3557.0, 3555.0, 3555.0, 3554.0, 3554.0, 3564.0, 3541.0, 3563.0, 3540.0, 3529.0, 3539.0, 3539.0, 3539.0, 3540.0, 3540.0, 3551.0, 3539.0, 3552.0, 3551.0, 3553.0, 3552.0, 3566.0, 3553.0, 3566.0, 3554.0, 3566.0, 3555.0, 3554.0, 3553.0, 3574.0, 3552.0, 3551.0, 3540.0, 3552.0, 3562.0, 3540.0, 3562.0, 3539.0, 3528.0, 3538.0, 3540.0, 3538.0, 3539.0, 3538.0, 3540.0, 3540.0, 3553.0, 3564.0, 3553.0, 3563.0, 3554.0, 3564.0, 3566.0, 3552.0, 3553.0, 3553.0, 3553.0, 3554.0, 3553.0, 3552.0, 3552.0, 3530.0, 3552.0, 3552.0, 3539.0, 3541.0, 3541.0, 3552.0, 3541.0, 3541.0, 3562.0, 3552.0, 3561.0, 3540.0, 3551.0, 3551.0, 3551.0, 3552.0, 3551.0, 3551.0, 3530.0, 3552.0, 3554.0, 3553.0, 3552.0, 3552.0, 3541.0, 3551.0, 3541.0, 3540.0, 3541.0, 3573.0, 3552.0, 3563.0, 3552.0, 3550.0, 3540.0, 3539.0, 3541.0, 3563.0, 3541.0, 3563.0, 3541.0, 3540.0, 3565.0, 3555.0, 3565.0, 3542.0, 3542.0, 3542.0, 3555.0, 3555.0, 3553.0, 3532.0, 3553.0, 3552.0, 3552.0, 3552.0, 3553.0, 3542.0, 3553.0, 3553.0], 'WindowWidth': [8169.0, 8136.0, 8129.0, 8101.0, 8111.0, 8073.0, 8066.0, 8063.0, 8061.0, 8055.0, 8023.0, 8088.0, 8056.0, 8087.0, 8034.0, 8049.0, 8031.0, 8035.0, 8059.0, 8056.0, 8056.0, 8037.0, 8036.0, 8023.0, 8044.0, 8043.0, 8057.0, 8060.0, 8042.0, 8058.0, 8052.0, 8040.0, 8041.0, 8042.0, 8041.0, 8040.0, 8041.0, 8056.0, 8041.0, 8058.0, 8058.0, 8041.0, 8042.0, 8043.0, 8040.0, 8047.0, 8061.0, 8064.0, 8049.0, 8068.0, 8034.0, 8064.0, 8069.0, 8085.0, 8087.0, 8071.0, 8090.0, 8087.0, 8089.0, 8089.0, 8085.0, 8089.0, 8089.0, 8089.0, 8125.0, 8091.0, 8089.0, 8069.0, 8069.0, 8069.0, 8075.0, 8119.0, 8089.0, 8075.0, 8109.0, 8086.0, 8107.0, 8092.0, 8113.0, 8116.0, 8111.0, 8100.0, 8118.0, 8084.0, 8093.0, 8096.0, 8146.0, 8109.0, 8110.0, 8071.0, 8071.0, 8118.0, 8072.0, 8120.0, 8085.0, 8102.0, 8082.0, 8051.0, 8061.0, 8065.0, 8071.0, 8083.0, 8070.0, 8088.0, 8069.0, 8087.0, 8071.0, 8090.0, 8088.0, 8088.0, 8089.0, 8067.0, 8085.0, 8121.0, 8084.0, 8086.0, 8063.0, 8062.0, 8097.0, 8061.0, 8076.0, 8063.0, 8031.0, 8044.0, 8064.0, 8068.0, 8067.0, 8068.0, 8087.0, 8081.0, 8084.0, 8085.0, 8089.0, 8090.0, 8091.0, 8061.0, 8091.0, 8089.0, 8071.0, 8090.0, 8107.0, 8114.0, 8108.0, 8110.0, 8106.0, 8105.0, 8090.0, 8113.0, 8144.0, 8110.0, 8123.0, 8090.0, 8086.0, 8085.0, 8091.0, 8086.0, 8085.0, 8070.0, 8069.0, 8064.0, 8066.0, 8122.0, 8083.0, 8100.0, 8085.0, 8078.0, 8082.0, 8070.0, 8085.0, 8070.0, 8068.0, 8049.0, 8064.0, 8065.0, 8066.0, 8082.0, 8064.0, 8065.0, 8115.0, 8084.0, 8121.0, 8084.0, 8101.0, 8087.0, 8082.0, 8083.0, 8066.0, 8094.0, 8089.0, 8091.0, 8071.0, 8069.0, 8052.0, 8068.0, 8053.0, 8084.0, 8087.0, 8067.0, 8067.0, 8116.0, 8082.0, 8083.0, 8068.0, 8064.0, 8065.0, 8052.0, 8066.0, 8067.0, 8065.0, 8066.0, 8063.0, 8068.0, 8086.0, 8089.0, 8089.0, 8107.0, 8074.0, 8091.0, 8089.0, 8110.0, 8135.0, 8114.0, 8145.0, 8093.0, 8122.0, 8109.0, 8149.0, 8133.0, 8109.0, 8086.0, 8070.0, 8088.0, 8089.0, 8117.0, 8090.0, 8103.0, 8085.0, 8079.0, 8061.0, 8065.0, 8068.0, 8114.0, 8064.0, 8113.0, 8063.0, 8078.0, 8064.0, 8080.0, 8083.0, 8104.0, 8069.0, 8060.0, 8043.0, 8040.0, 8062.0, 8079.0, 8058.0, 8075.0, 8061.0, 8075.0, 8031.0, 8064.0, 8056.0, 8061.0, 8050.0, 8050.0, 8084.0, 8084.0, 8085.0, 8082.0, 8065.0, 8079.0, 8064.0, 8094.0, 8078.0, 8094.0, 8094.0, 8079.0, 8097.0, 8076.0, 8084.0, 8083.0, 8088.0, 8063.0, 8060.0, 8027.0, 8041.0, 8059.0, 8045.0, 8063.0, 8076.0, 8060.0, 8040.0, 8038.0, 8035.0, 8053.0, 8033.0, 8066.0, 8031.0, 8062.0, 8011.0, 8059.0, 8008.0, 8021.0, 7989.0, 8003.0, 7985.0, 7988.0, 8007.0, 8010.0, 8011.0, 8026.0, 8028.0, 8032.0, 8020.0, 8055.0, 8044.0, 8064.0, 8024.0, 8056.0, 8055.0, 8062.0, 8060.0, 8065.0, 8066.0, 8067.0, 8063.0, 8049.0, 8066.0, 8054.0, 8066.0, 8050.0, 8067.0, 8034.0, 8098.0, 8049.0, 8042.0, 8059.0, 8041.0, 8023.0, 8038.0, 8023.0, 8046.0, 8060.0, 8069.0, 8054.0, 8040.0, 8071.0, 8086.0, 8073.0, 8057.0, 8041.0, 8068.0, 8052.0, 8071.0, 8101.0, 8091.0, 8105.0, 8075.0, 8055.0, 8042.0, 8068.0, 8046.0, 8069.0, 8065.0, 8064.0, 8099.0, 8070.0, 8057.0, 8068.0, 8033.0, 8063.0, 8053.0, 8073.0, 8048.0, 8048.0, 8069.0, 8040.0, 8074.0, 8055.0, 8070.0, 8059.0, 8073.0, 8054.0, 8069.0, 8057.0, 8071.0, 8044.0, 8074.0, 8074.0, 8078.0, 8103.0, 8082.0, 8101.0, 8102.0, 8081.0, 8060.0, 8077.0, 8089.0, 8084.0, 8059.0, 8075.0, 8083.0, 8114.0, 8182.0, 8191.0, 8138.0, 8092.0, 8093.0, 8117.0, 8128.0, 8158.0, 8122.0, 8133.0, 8101.0, 8053.0, 8076.0, 8059.0, 8067.0, 8065.0, 8093.0, 8089.0, 8093.0, 8090.0, 8081.0, 8081.0, 8112.0, 8095.0, 8110.0, 8093.0, 8092.0, 8094.0, 8108.0, 8093.0, 8122.0, 8074.0, 8073.0, 8076.0, 8081.0, 8097.0, 8106.0, 8075.0, 8089.0, 8076.0, 8105.0, 8075.0, 8089.0, 8094.0, 8075.0, 8092.0, 8072.0, 8076.0, 8091.0, 8073.0, 8089.0, 8070.0, 8088.0, 8072.0, 8091.0, 8091.0, 8073.0, 8101.0, 8061.0, 8061.0, 8043.0, 8062.0, 8076.0, 8060.0, 8042.0, 8057.0, 8022.0, 8039.0, 8019.0, 8042.0, 8064.0, 8061.0, 8097.0, 8061.0, 8095.0, 8061.0, 8077.0, 8064.0, 8043.0, 8044.0, 8042.0, 8043.0, 8056.0, 8041.0, 8043.0, 8090.0, 8038.0, 8071.0, 8039.0, 8037.0, 8038.0, 8037.0, 8039.0, 8058.0, 8058.0, 8041.0, 8057.0, 8058.0, 8025.0, 8042.0, 8058.0, 8042.0, 8041.0, 8040.0, 8040.0, 8042.0, 8061.0, 8041.0, 8045.0, 8056.0, 8061.0, 8075.0, 8065.0, 8080.0, 8066.0, 8065.0, 8067.0, 8067.0, 8089.0, 8078.0, 8096.0, 8086.0, 8071.0, 8084.0, 8070.0, 8067.0, 8067.0, 8066.0, 8062.0, 8064.0, 8076.0, 8049.0, 8096.0, 8060.0, 8077.0, 8063.0, 8076.0, 8060.0, 8079.0, 8062.0, 8092.0, 8061.0, 8097.0, 8057.0, 8057.0, 8038.0, 8043.0, 8040.0, 8039.0, 8058.0, 8057.0, 8041.0, 8058.0, 8046.0, 8059.0, 8045.0, 8063.0, 8074.0, 8060.0, 8063.0, 8062.0, 8062.0, 8059.0, 8059.0, 8075.0, 8056.0, 8057.0, 8038.0, 8036.0, 8050.0, 8053.0, 8038.0, 8058.0, 8057.0, 8061.0, 8071.0, 8077.0, 8094.0, 8081.0, 8064.0, 8083.0, 8051.0, 8083.0, 8040.0, 8086.0, 8073.0, 8089.0, 8106.0, 8072.0, 8092.0, 8129.0, 8092.0, 8106.0, 8107.0, 8109.0, 8111.0, 8110.0, 8111.0, 8089.0, 8089.0, 8123.0, 8085.0, 8131.0, 8091.0, 8120.0, 8088.0, 8122.0, 8086.0, 8085.0, 8084.0, 8084.0, 8110.0, 8092.0, 8091.0, 8103.0, 8087.0, 8087.0, 8091.0, 8089.0, 8086.0, 8070.0, 8064.0, 8066.0, 8095.0, 8061.0, 8044.0, 8064.0, 8065.0, 8063.0, 8083.0, 8051.0, 8066.0, 8052.0, 8082.0, 8056.0, 8069.0, 8055.0, 8084.0, 8077.0, 8090.0, 8075.0, 8093.0, 8071.0, 8109.0, 8109.0, 8108.0, 8078.0, 8130.0, 8096.0, 8084.0, 8109.0, 8079.0, 8111.0, 8078.0, 8094.0, 8158.0, 8110.0, 8109.0, 8109.0, 8088.0, 8086.0, 8134.0, 8068.0, 8063.0, 8061.0, 8061.0, 8073.0, 8041.0, 8075.0, 8052.0, 8078.0, 8054.0, 8053.0, 8036.0, 8051.0, 8036.0, 8048.0, 8051.0, 8020.0, 8054.0, 8023.0, 8057.0, 8042.0, 8055.0, 8037.0, 8059.0, 8072.0, 8066.0, 8072.0, 8086.0, 8062.0, 8078.0, 8049.0, 8080.0, 8076.0, 8082.0, 8064.0, 8052.0, 8084.0, 8121.0, 8091.0, 8122.0, 8092.0, 8104.0, 8107.0, 8103.0, 8081.0, 8101.0, 8080.0, 8083.0, 8083.0, 8099.0, 8081.0, 8067.0, 8081.0, 8047.0, 8075.0, 8043.0, 8060.0, 8066.0, 8081.0, 8052.0, 8082.0, 8073.0, 8069.0, 8050.0, 8081.0, 8065.0, 8083.0, 8104.0, 8109.0, 8112.0, 8090.0, 8094.0, 8078.0, 8063.0, 8060.0, 8032.0, 8062.0, 8019.0, 8057.0, 8064.0, 8064.0, 8114.0, 8076.0, 8094.0, 8081.0, 8060.0, 8090.0, 8079.0, 8068.0, 8041.0, 8042.0, 8042.0, 8071.0, 8071.0, 8058.0, 8073.0, 8053.0, 8036.0, 8018.0, 8032.0, 8016.0, 8033.0, 8017.0, 8031.0, 8032.0, 8031.0, 8061.0, 8026.0, 8060.0, 8028.0, 8057.0, 8028.0, 8025.0, 8042.0, 8032.0, 8023.0, 8005.0, 8021.0, 8006.0, 8017.0, 8007.0, 8005.0, 8025.0, 8036.0, 8023.0, 8018.0, 8007.0, 8007.0, 7994.0, 8024.0, 7995.0, 8027.0, 7993.0, 8023.0, 8023.0, 8004.0, 8018.0, 8023.0, 8006.0, 8039.0, 8005.0, 8005.0, 8005.0, 8005.0, 8009.0, 8025.0, 8027.0, 8029.0, 8033.0, 8020.0, 8036.0, 8038.0, 8053.0, 8069.0, 8038.0, 8034.0, 8035.0, 8019.0, 8035.0, 8053.0, 8037.0, 8056.0, 8069.0, 8055.0, 8055.0, 8055.0, 8036.0, 8055.0, 8025.0, 8058.0, 8063.0, 8063.0, 8067.0, 8051.0, 8083.0, 8078.0, 8084.0, 8078.0, 8083.0, 8066.0, 8080.0, 8052.0, 8081.0, 8083.0, 8064.0, 8083.0, 8099.0, 8083.0, 8081.0, 8081.0, 8067.0, 8080.0, 8080.0, 8076.0, 8078.0, 8058.0, 8080.0, 8064.0, 8080.0, 8093.0, 8097.0, 8098.0, 8104.0, 8103.0, 8111.0, 8088.0, 8104.0, 8076.0, 8108.0, 8083.0, 8091.0, 8125.0, 8091.0, 8146.0, 8126.0, 8146.0, 8124.0, 8126.0, 8093.0, 8082.0, 8047.0, 8065.0, 8072.0, 8070.0, 8102.0, 8065.0, 8093.0, 8077.0, 8060.0, 8046.0, 8056.0, 8090.0, 8034.0, 8048.0, 8031.0, 8047.0, 8029.0, 8065.0, 8012.0, 8044.0, 8028.0, 8042.0, 8003.0, 8018.0, 8006.0, 8018.0, 8024.0, 8009.0, 8027.0, 8014.0, 8032.0, 8033.0, 8033.0, 8016.0, 8031.0, 8027.0, 8008.0, 8025.0, 8011.0, 8032.0, 8068.0, 8034.0, 8050.0, 8053.0, 8034.0, 8051.0, 8035.0, 8055.0, 8044.0, 8056.0, 8043.0, 8059.0, 8040.0, 8056.0, 8067.0, 8058.0, 8074.0, 8058.0, 8057.0, 8053.0, 8021.0, 8038.0, 8023.0, 8052.0, 8052.0, 8034.0, 8037.0, 8032.0, 8036.0, 8053.0, 8038.0, 8057.0, 8055.0, 8066.0, 8054.0, 8041.0, 8057.0, 8040.0, 8056.0, 8022.0, 8037.0, 8040.0, 8042.0, 8041.0, 8087.0, 8058.0, 8073.0, 8053.0, 8035.0, 8039.0, 8037.0, 8057.0, 8042.0, 8061.0, 8029.0, 8059.0, 8062.0, 8060.0, 8061.0, 8076.0, 8059.0, 8058.0, 8058.0, 8076.0, 8039.0, 8056.0, 8053.0, 8037.0, 8067.0, 8036.0, 8068.0, 8037.0, 8033.0, 8054.0, 8039.0, 8041.0, 8028.0, 8058.0, 8027.0, 8060.0, 8014.0, 8060.0, 8037.0, 8081.0, 8085.0, 8067.0, 8084.0, 8082.0, 8079.0, 8064.0, 8062.0, 8063.0, 8059.0, 8043.0, 8056.0, 8057.0, 8096.0, 8058.0, 8078.0, 8057.0, 8093.0, 8042.0, 8070.0, 8054.0, 8072.0, 8099.0, 8065.0, 8082.0, 8050.0, 8065.0, 8071.0, 8065.0, 8065.0, 8062.0, 8061.0, 8077.0, 8041.0, 8075.0, 8037.0, 8020.0, 8034.0, 8034.0, 8035.0, 8038.0, 8036.0, 8052.0, 8035.0, 8057.0, 8052.0, 8059.0, 8057.0, 8082.0, 8062.0, 8080.0, 8064.0, 8081.0, 8066.0, 8063.0, 8059.0, 8093.0, 8055.0, 8055.0, 8038.0, 8057.0, 8068.0, 8037.0, 8071.0, 8034.0, 8019.0, 8030.0, 8037.0, 8032.0, 8035.0, 8032.0, 8038.0, 8038.0, 8061.0, 8076.0, 8060.0, 8074.0, 8062.0, 8080.0, 8083.0, 8057.0, 8059.0, 8059.0, 8060.0, 8063.0, 8058.0, 8058.0, 8054.0, 8023.0, 8056.0, 8055.0, 8035.0, 8038.0, 8039.0, 8055.0, 8039.0, 8041.0, 8071.0, 8054.0, 8068.0, 8037.0, 8055.0, 8054.0, 8053.0, 8056.0, 8053.0, 8054.0, 8026.0, 8057.0, 8062.0, 8058.0, 8057.0, 8056.0, 8041.0, 8052.0, 8039.0, 8036.0, 8040.0, 8087.0, 8056.0, 8073.0, 8054.0, 8051.0, 8038.0, 8035.0, 8041.0, 8074.0, 8041.0, 8072.0, 8039.0, 8037.0, 8079.0, 8065.0, 8080.0, 8044.0, 8042.0, 8044.0, 8065.0, 8067.0, 8061.0, 8030.0, 8060.0, 8057.0, 8056.0, 8057.0, 8057.0, 8043.0, 8057.0, 8059.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.00036862847222222223</td></tr>
<tr><td colspan=3>aqi</td><td>0.023609162152777776</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.800852450008705</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2092467009991332</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9887328071503036</td></tr>
<tr><td colspan=3>efc</td><td>0.4955</td></tr>
<tr><td colspan=3>fber</td><td>4729.8657</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07877609357273516</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>38</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.298611111111111</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.435765919781144</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3112221267143522</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6711201181337154</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3249555144953638</td></tr>
<tr><td colspan=3>gcor</td><td>0.0241729</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017667999491095543</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030446847900748253</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1152</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.074202279370518</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>20.6346</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.0792</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>163.6708</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296306.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>793.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>311.8093</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0692</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>401.5271</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2764.8002</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2910.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80238.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1027.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3580.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>714.2458</td></tr>
<tr><td colspan=3>tsnr</td><td>38.505783254338894</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>