<?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-0100_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-0100_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-0100_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-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0100/figures/sub-0100_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-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100/ses-02/func/sub-0100_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>be646135b674903b28fcfeee43fff808</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:34:10.415000</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.99857, 0.0526658, -0.00913109, -0.0533815, 0.991343, -0.119955]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.115465</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4219, -7780, -7244, 133, -183, -65, 79, 116]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>304.5</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>48ef11ec-7ac7-45c0-a24b-4c9a2b4e083d||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.679091453552246, -0.14321863651275635, -0.007383260410279036, 121.9364013671875], [-0.14129844307899475, 2.659701347351074, -0.3247305750846863, -89.35602569580078], [-0.024498051032423973, 0.32182952761650085, 2.6803908348083496, -96.81303405761719], [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': ['123410.415000', '123410.875000', '123411.335000', '123411.795000', '123412.255000', '123412.715000', '123413.175000', '123413.635000', '123414.095000', '123414.555000', '123415.015000', '123415.475000', '123415.935000', '123416.395000', '123416.855000', '123417.315000', '123417.775000', '123418.235000', '123418.695000', '123419.155000', '123419.615000', '123420.075000', '123420.535000', '123420.995000', '123421.455000', '123421.915000', '123422.375000', '123422.835000', '123423.295000', '123423.755000', '123424.215000', '123424.675000', '123425.135000', '123425.595000', '123426.055000', '123426.515000', '123426.975000', '123427.435000', '123427.895000', '123428.355000', '123428.815000', '123429.275000', '123429.735000', '123430.195000', '123430.655000', '123431.115000', '123431.575000', '123432.035000', '123432.495000', '123432.955000', '123433.415000', '123433.875000', '123434.335000', '123434.795000', '123435.255000', '123435.715000', '123436.175000', '123436.635000', '123437.095000', '123437.555000', '123438.015000', '123438.475000', '123438.935000', '123439.395000', '123439.855000', '123440.315000', '123440.775000', '123441.235000', '123441.695000', '123442.155000', '123442.615000', '123443.075000', '123443.535000', '123443.995000', '123444.455000', '123444.915000', '123445.375000', '123445.835000', '123446.295000', '123446.755000', '123447.215000', '123447.675000', '123448.135000', '123448.595000', '123449.055000', '123449.515000', '123449.975000', '123450.435000', '123450.895000', '123451.355000', '123451.815000', '123452.275000', '123452.735000', '123453.195000', '123453.655000', '123454.115000', '123454.575000', '123455.035000', '123455.495000', '123455.955000', '123456.415000', '123456.875000', '123457.335000', '123457.795000', '123458.255000', '123458.715000', '123459.175000', '123459.635000', '123500.095000', '123500.555000', '123501.015000', '123501.475000', '123501.935000', '123502.395000', '123502.855000', '123503.315000', '123503.775000', '123504.235000', '123504.695000', '123505.155000', '123505.615000', '123506.075000', '123506.535000', '123506.995000', '123507.455000', '123507.915000', '123508.375000', '123508.835000', '123509.295000', '123509.755000', '123510.215000', '123510.675000', '123511.135000', '123511.595000', '123512.055000', '123512.515000', '123512.975000', '123513.435000', '123513.895000', '123514.355000', '123514.815000', '123515.275000', '123515.735000', '123516.195000', '123516.655000', '123517.115000', '123517.575000', '123518.035000', '123518.495000', '123518.955000', '123519.415000', '123519.875000', '123520.335000', '123520.795000', '123521.255000', '123521.715000', '123522.175000', '123522.635000', '123523.095000', '123523.555000', '123524.015000', '123524.475000', '123524.935000', '123525.395000', '123525.855000', '123526.315000', '123526.775000', '123527.235000', '123527.695000', '123528.155000', '123528.615000', '123529.075000', '123529.535000', '123529.995000', '123530.455000', '123530.915000', '123531.375000', '123531.835000', '123532.295000', '123532.755000', '123533.215000', '123533.675000', '123534.135000', '123534.595000', '123535.055000', '123535.515000', '123535.975000', '123536.435000', '123536.895000', '123537.355000', '123537.815000', '123538.275000', '123538.735000', '123539.195000', '123539.655000', '123540.115000', '123540.575000', '123541.035000', '123541.495000', '123541.955000', '123542.415000', '123542.875000', '123543.335000', '123543.795000', '123544.255000', '123544.715000', '123545.175000', '123545.635000', '123546.095000', '123546.555000', '123547.015000', '123547.475000', '123547.935000', '123548.395000', '123548.855000', '123549.315000', '123549.775000', '123550.235000', '123550.695000', '123551.155000', '123551.615000', '123552.075000', '123552.535000', '123552.995000', '123553.455000', '123553.915000', '123554.375000', '123554.835000', '123555.295000', '123555.755000', '123556.215000', '123556.675000', '123557.135000', '123557.595000', '123558.055000', '123558.515000', '123558.975000', '123559.435000', '123559.895000', '123600.355000', '123600.815000', '123601.275000', '123601.735000', '123602.195000', '123602.655000', '123603.115000', '123603.575000', '123604.035000', '123604.495000', '123604.955000', '123605.415000', '123605.875000', '123606.335000', '123606.795000', '123607.255000', '123607.715000', '123608.175000', '123608.635000', '123609.095000', '123609.555000', '123610.015000', '123610.475000', '123610.935000', '123611.395000', '123611.855000', '123612.315000', '123612.775000', '123613.235000', '123613.695000', '123614.155000', '123614.615000', '123615.075000', '123615.535000', '123615.995000', '123616.455000', '123616.915000', '123617.375000', '123617.835000', '123618.295000', '123618.755000', '123619.215000', '123619.675000', '123620.135000', '123620.595000', '123621.055000', '123621.515000', '123621.975000', '123622.435000', '123622.895000', '123623.355000', '123623.815000', '123624.275000', '123624.735000', '123625.195000', '123625.655000', '123626.115000', '123626.575000', '123627.035000', '123627.495000', '123627.955000', '123628.415000', '123628.875000', '123629.335000', '123629.795000', '123630.255000', '123630.715000', '123631.175000', '123631.635000', '123632.095000', '123632.555000', '123633.015000', '123633.475000', '123633.935000', '123634.395000', '123634.855000', '123635.315000', '123635.775000', '123636.235000', '123636.695000', '123637.155000', '123637.615000', '123638.075000', '123638.535000', '123638.995000', '123639.455000', '123639.915000', '123640.375000', '123640.835000', '123641.295000', '123641.755000', '123642.215000', '123642.675000', '123643.135000', '123643.595000', '123644.055000', '123644.515000', '123644.975000', '123645.435000', '123645.895000', '123646.355000', '123646.815000', '123647.275000', '123647.735000', '123648.195000', '123648.655000', '123649.115000', '123649.575000', '123650.035000', '123650.495000', '123650.955000', '123651.415000', '123651.875000', '123652.335000', '123652.795000', '123653.255000', '123653.715000', '123654.175000', '123654.635000', '123655.095000', '123655.555000', '123656.015000', '123656.475000', '123656.935000', '123657.395000', '123657.855000', '123658.315000', '123658.775000', '123659.235000', '123659.695000', '123700.155000', '123700.615000', '123701.075000', '123701.535000', '123701.995000', '123702.455000', '123702.915000', '123703.375000', '123703.835000', '123704.295000', '123704.755000', '123705.215000', '123705.675000', '123706.135000', '123706.595000', '123707.055000', '123707.515000', '123707.975000', '123708.435000', '123708.895000', '123709.355000', '123709.815000', '123710.275000', '123710.735000', '123711.195000', '123711.655000', '123712.115000', '123712.575000', '123713.035000', '123713.495000', '123713.955000', '123714.415000', '123714.875000', '123715.335000', '123715.795000', '123716.255000', '123716.715000', '123717.175000', '123717.635000', '123718.095000', '123718.555000', '123719.015000', '123719.475000', '123719.935000', '123720.395000', '123720.855000', '123721.315000', '123721.775000', '123722.235000', '123722.695000', '123723.155000', '123723.615000', '123724.075000', '123724.535000', '123724.995000', '123725.455000', '123725.915000', '123726.375000', '123726.835000', '123727.295000', '123727.755000', '123728.215000', '123728.675000', '123729.135000', '123729.595000', '123730.055000', '123730.515000', '123730.975000', '123731.435000', '123731.895000', '123732.355000', '123732.815000', '123733.275000', '123733.735000', '123734.195000', '123734.655000', '123735.115000', '123735.575000', '123736.035000', '123736.495000', '123736.955000', '123737.415000', '123737.875000', '123738.335000', '123738.795000', '123739.255000', '123739.715000', '123740.175000', '123740.635000', '123741.095000', '123741.555000', '123742.015000', '123742.475000', '123742.935000', '123743.395000', '123743.855000', '123744.315000', '123744.775000', '123745.235000', '123745.695000', '123746.155000', '123746.615000', '123747.075000', '123747.535000', '123747.995000', '123748.455000', '123748.915000', '123749.375000', '123749.835000', '123750.295000', '123750.755000', '123751.215000', '123751.675000', '123752.135000', '123752.595000', '123753.055000', '123753.515000', '123753.975000', '123754.435000', '123754.895000', '123755.355000', '123755.815000', '123756.275000', '123756.735000', '123757.195000', '123757.655000', '123758.115000', '123758.575000', '123759.035000', '123759.495000', '123759.955000', '123800.415000', '123800.875000', '123801.335000', '123801.795000', '123802.255000', '123802.715000', '123803.175000', '123803.635000', '123804.095000', '123804.555000', '123805.015000', '123805.475000', '123805.935000', '123806.395000', '123806.855000', '123807.315000', '123807.775000', '123808.235000', '123808.695000', '123809.155000', '123809.615000', '123810.075000', '123810.535000', '123810.995000', '123811.455000', '123811.915000', '123812.375000', '123812.835000', '123813.295000', '123813.755000', '123814.215000', '123814.675000', '123815.135000', '123815.595000', '123816.055000', '123816.515000', '123816.975000', '123817.435000', '123817.895000', '123818.355000', '123818.815000', '123819.275000', '123819.735000', '123820.195000', '123820.655000', '123821.115000', '123821.575000', '123822.035000', '123822.495000', '123822.955000', '123823.415000', '123823.875000', '123824.335000', '123824.795000', '123825.255000', '123825.715000', '123826.175000', '123826.635000', '123827.095000', '123827.555000', '123828.015000', '123828.475000', '123828.935000', '123829.395000', '123829.855000', '123830.315000', '123830.775000', '123831.235000', '123831.695000', '123832.155000', '123832.615000', '123833.075000', '123833.535000', '123833.995000', '123834.455000', '123834.915000', '123835.375000', '123835.835000', '123836.295000', '123836.755000', '123837.215000', '123837.675000', '123838.135000', '123838.595000', '123839.055000', '123839.515000', '123839.975000', '123840.435000', '123840.895000', '123841.355000', '123841.815000', '123842.275000', '123842.735000', '123843.195000', '123843.655000', '123844.115000', '123844.575000', '123845.035000', '123845.495000', '123845.955000', '123846.415000', '123846.875000', '123847.335000', '123847.795000', '123848.255000', '123848.715000', '123849.175000', '123849.635000', '123850.095000', '123850.555000', '123851.015000', '123851.475000', '123851.935000', '123852.395000', '123852.855000', '123853.315000', '123853.775000', '123854.235000', '123854.695000', '123855.155000', '123855.615000', '123856.075000', '123856.535000', '123856.995000', '123857.455000', '123857.915000', '123858.375000', '123858.835000', '123859.295000', '123859.755000', '123900.215000', '123900.675000', '123901.135000', '123901.595000', '123902.055000', '123902.515000', '123902.975000', '123903.435000', '123903.895000', '123904.355000', '123904.815000', '123905.275000', '123905.735000', '123906.195000', '123906.655000', '123907.115000', '123907.575000', '123908.035000', '123908.495000', '123908.955000', '123909.415000', '123909.875000', '123910.335000', '123910.795000', '123911.255000', '123911.715000', '123912.175000', '123912.635000', '123913.095000', '123913.555000', '123914.015000', '123914.475000', '123914.935000', '123915.395000', '123915.855000', '123916.315000', '123916.775000', '123917.235000', '123917.695000', '123918.155000', '123918.615000', '123919.075000', '123919.535000', '123919.995000', '123920.455000', '123920.915000', '123921.375000', '123921.835000', '123922.295000', '123922.755000', '123923.215000', '123923.675000', '123924.135000', '123924.595000', '123925.055000', '123925.515000', '123925.975000', '123926.435000', '123926.895000', '123927.355000', '123927.815000', '123928.275000', '123928.735000', '123929.195000', '123929.655000', '123930.115000', '123930.575000', '123931.035000', '123931.495000', '123931.955000', '123932.415000', '123932.875000', '123933.335000', '123933.795000', '123934.255000', '123934.715000', '123935.175000', '123935.635000', '123936.095000', '123936.555000', '123937.015000', '123937.475000', '123937.935000', '123938.395000', '123938.855000', '123939.315000', '123939.775000', '123940.235000', '123940.695000', '123941.155000', '123941.615000', '123942.075000', '123942.535000', '123942.995000', '123943.455000', '123943.915000', '123944.375000', '123944.835000', '123945.295000', '123945.755000', '123946.215000', '123946.675000', '123947.135000', '123947.595000', '123948.055000', '123948.515000', '123948.975000', '123949.435000', '123949.895000', '123950.355000', '123950.815000', '123951.275000', '123951.735000', '123952.195000', '123952.655000', '123953.115000', '123953.575000', '123954.035000', '123954.495000', '123954.955000', '123955.415000', '123955.875000', '123956.335000', '123956.795000', '123957.255000', '123957.715000', '123958.175000', '123958.635000', '123959.095000', '123959.555000', '124000.015000', '124000.475000', '124000.935000', '124001.395000', '124001.855000', '124002.315000', '124002.775000', '124003.235000', '124003.695000', '124004.155000', '124004.615000', '124005.075000', '124005.535000', '124005.995000', '124006.455000', '124006.915000', '124007.375000', '124007.835000', '124008.295000', '124008.755000', '124009.215000', '124009.675000', '124010.135000', '124010.595000', '124011.055000', '124011.515000', '124011.975000', '124012.435000', '124012.895000', '124013.355000', '124013.815000', '124014.275000', '124014.735000', '124015.195000', '124015.655000', '124016.115000', '124016.575000', '124017.035000', '124017.495000', '124017.955000', '124018.415000', '124018.875000', '124019.335000', '124019.795000', '124020.255000', '124020.715000', '124021.175000', '124021.635000', '124022.095000', '124022.555000', '124023.015000', '124023.475000', '124023.935000', '124024.395000', '124024.855000', '124025.315000', '124025.775000', '124026.235000', '124026.695000', '124027.155000', '124027.615000', '124028.075000', '124028.535000', '124028.995000', '124029.455000', '124029.915000', '124030.375000', '124030.835000', '124031.295000', '124031.755000', '124032.215000', '124032.675000', '124033.135000', '124033.595000', '124034.055000', '124034.515000', '124034.975000', '124035.435000', '124035.895000', '124036.355000', '124036.815000', '124037.275000', '124037.735000', '124038.195000', '124038.655000', '124039.115000', '124039.575000', '124040.035000', '124040.495000', '124040.955000', '124041.415000', '124041.875000', '124042.335000', '124042.795000', '124043.255000', '124043.715000', '124044.175000', '124044.635000', '124045.095000', '124045.555000', '124046.015000', '124046.475000', '124046.935000', '124047.395000', '124047.855000', '124048.315000', '124048.775000', '124049.235000', '124049.695000', '124050.155000', '124050.615000', '124051.075000', '124051.535000', '124051.995000', '124052.455000', '124052.915000', '124053.375000', '124053.835000', '124054.295000', '124054.755000', '124055.215000', '124055.675000', '124056.135000', '124056.595000', '124057.055000', '124057.515000', '124057.975000', '124058.435000', '124058.895000', '124059.355000', '124059.815000', '124100.275000', '124100.735000', '124101.195000', '124101.655000', '124102.115000', '124102.575000', '124103.035000', '124103.495000', '124103.955000', '124104.415000', '124104.875000', '124105.335000', '124105.795000', '124106.255000', '124106.715000', '124107.175000', '124107.635000', '124108.095000', '124108.555000', '124109.015000', '124109.475000', '124109.935000', '124110.395000', '124110.855000', '124111.315000', '124111.775000', '124112.235000', '124112.695000', '124113.155000', '124113.615000', '124114.075000', '124114.535000', '124114.995000', '124115.455000', '124115.915000', '124116.375000', '124116.835000', '124117.295000', '124117.755000', '124118.215000', '124118.675000', '124119.135000', '124119.595000', '124120.055000', '124120.515000', '124120.975000', '124121.435000', '124121.895000', '124122.355000', '124122.815000', '124123.275000', '124123.735000', '124124.195000', '124124.655000', '124125.115000', '124125.575000', '124126.035000', '124126.495000', '124126.955000', '124127.415000', '124127.875000', '124128.335000', '124128.795000', '124129.255000', '124129.715000', '124130.175000', '124130.635000', '124131.095000', '124131.555000', '124132.015000', '124132.475000', '124132.935000', '124133.395000', '124133.855000', '124134.315000', '124134.775000', '124135.235000', '124135.695000', '124136.155000', '124136.615000', '124137.075000', '124137.535000', '124137.995000', '124138.455000', '124138.915000', '124139.375000', '124139.835000', '124140.295000', '124140.755000', '124141.215000', '124141.675000', '124142.135000', '124142.595000', '124143.055000', '124143.515000', '124143.975000', '124144.435000', '124144.895000', '124145.355000', '124145.815000', '124146.275000', '124146.735000', '124147.195000', '124147.655000', '124148.115000', '124148.575000', '124149.035000', '124149.495000', '124149.955000', '124150.415000', '124150.875000', '124151.335000', '124151.795000', '124152.255000', '124152.715000', '124153.175000', '124153.635000', '124154.095000', '124154.555000', '124155.015000', '124155.475000', '124155.935000', '124156.395000', '124156.855000', '124157.315000', '124157.775000', '124158.235000', '124158.695000', '124159.155000', '124159.615000', '124200.075000', '124200.535000', '124200.995000', '124201.455000', '124201.915000', '124202.375000', '124202.835000', '124203.295000', '124203.755000', '124204.215000', '124204.675000', '124205.135000', '124205.595000', '124206.055000', '124206.515000', '124206.975000', '124207.435000', '124207.895000', '124208.355000', '124208.815000', '124209.275000', '124209.735000', '124210.195000', '124210.655000', '124211.115000', '124211.575000', '124212.035000', '124212.495000', '124212.955000', '124213.415000', '124213.875000', '124214.335000', '124214.795000', '124215.255000', '124215.715000', '124216.175000', '124216.635000', '124217.095000', '124217.555000', '124218.015000', '124218.475000', '124218.935000', '124219.395000', '124219.855000', '124220.315000', '124220.775000', '124221.235000', '124221.695000', '124222.155000', '124222.615000', '124223.075000', '124223.535000', '124223.995000', '124224.455000', '124224.915000', '124225.375000', '124225.835000', '124226.295000', '124226.755000', '124227.215000', '124227.675000', '124228.135000', '124228.595000', '124229.055000', '124229.515000', '124229.975000', '124230.435000', '124230.895000', '124231.355000', '124231.815000', '124232.275000', '124232.735000', '124233.195000', '124233.655000', '124234.115000', '124234.575000', '124235.035000', '124235.495000', '124235.955000', '124236.415000', '124236.875000', '124237.335000', '124237.795000', '124238.255000', '124238.715000', '124239.175000', '124239.635000', '124240.095000', '124240.555000', '124241.015000', '124241.475000', '124241.935000', '124242.395000', '124242.855000', '124243.315000', '124243.775000', '124244.235000', '124244.695000', '124245.155000', '124245.615000', '124246.075000', '124246.535000', '124246.995000', '124247.455000', '124247.915000', '124248.375000', '124248.835000', '124249.295000', '124249.755000', '124250.215000', '124250.675000', '124251.135000', '124251.595000', '124252.055000', '124252.515000', '124252.975000', '124253.435000', '124253.895000', '124254.355000', '124254.815000', '124255.275000', '124255.735000', '124256.195000', '124256.655000', '124257.115000', '124257.575000', '124258.035000', '124258.495000', '124258.955000', '124259.415000', '124259.875000', '124300.335000', '124300.795000', '124301.255000', '124301.715000', '124302.175000', '124302.635000'], 'ContentTime': ['123438.908000', '123438.911000', '123438.915000', '123438.918000', '123438.921000', '123438.924000', '123438.926000', '123438.929000', '123438.931000', '123438.934000', '123438.937000', '123438.939000', '123438.942000', '123438.944000', '123438.947000', '123438.949000', '123438.952000', '123438.955000', '123438.957000', '123438.960000', '123438.962000', '123438.965000', '123438.967000', '123438.970000', '123438.972000', '123438.975000', '123438.986000', '123438.989000', '123438.992000', '123438.994000', '123438.997000', '123439.000000', '123439.003000', '123439.006000', '123439.008000', '123439.011000', '123439.013000', '123439.016000', '123439.018000', '123439.021000', '123439.024000', '123439.033000', '123439.035000', '123439.038000', '123439.041000', '123439.043000', '123439.046000', '123439.048000', '123439.051000', '123439.054000', '123439.056000', '123439.059000', '123439.061000', '123439.064000', '123439.067000', '123439.069000', '123439.072000', '123439.074000', '123439.077000', '123458.815000', '123458.818000', '123458.821000', '123458.823000', '123458.826000', '123458.829000', '123458.831000', '123458.834000', '123458.836000', '123458.839000', '123458.841000', '123458.844000', '123458.847000', '123458.849000', '123458.852000', '123458.855000', '123458.857000', '123458.860000', '123458.862000', '123458.865000', '123458.868000', '123458.870000', '123458.873000', '123458.875000', '123458.878000', '123458.891000', '123458.893000', '123458.896000', '123458.899000', '123458.901000', '123458.904000', '123458.906000', '123458.909000', '123458.912000', '123458.914000', '123458.917000', '123458.919000', '123458.922000', '123458.924000', '123458.927000', '123458.930000', '123458.932000', '123458.935000', '123458.937000', '123518.815000', '123518.818000', '123518.821000', '123518.824000', '123518.826000', '123518.829000', '123518.831000', '123518.834000', '123518.836000', '123518.839000', '123518.842000', '123518.844000', '123518.847000', '123518.849000', '123518.852000', '123518.855000', '123518.857000', '123518.860000', '123518.863000', '123518.865000', '123518.868000', '123518.870000', '123518.873000', '123518.876000', '123518.878000', '123518.881000', '123518.883000', '123518.886000', '123518.889000', '123518.891000', '123518.894000', '123518.896000', '123518.899000', '123518.902000', '123518.904000', '123518.907000', '123518.910000', '123518.912000', '123518.915000', '123518.917000', '123518.920000', '123518.923000', '123518.925000', '123538.814000', '123538.817000', '123538.820000', '123538.823000', '123538.826000', '123538.829000', '123538.832000', '123538.834000', '123538.837000', '123538.840000', '123538.842000', '123538.845000', '123538.847000', '123538.850000', '123538.853000', '123538.855000', '123538.858000', '123538.860000', '123538.863000', '123538.866000', '123538.868000', '123538.871000', '123538.873000', '123538.876000', '123538.879000', '123538.881000', '123538.884000', '123538.887000', '123538.889000', '123538.892000', '123538.894000', '123538.897000', '123538.899000', '123538.902000', '123538.905000', '123538.907000', '123538.910000', '123538.913000', '123538.915000', '123538.918000', '123538.920000', '123538.923000', '123538.926000', '123538.928000', '123558.815000', '123558.818000', '123558.821000', '123558.823000', '123558.826000', '123558.829000', '123558.831000', '123558.834000', '123558.837000', '123558.839000', '123558.842000', '123558.844000', '123558.847000', '123558.849000', '123558.852000', '123558.855000', '123558.857000', '123558.860000', '123558.862000', '123558.865000', '123558.868000', '123558.870000', '123558.873000', '123558.876000', '123558.878000', '123558.881000', '123558.883000', '123558.886000', '123558.889000', '123558.891000', '123558.894000', '123558.896000', '123558.899000', '123558.902000', '123558.904000', '123558.907000', '123558.909000', '123558.912000', '123558.915000', '123558.917000', '123558.920000', '123558.922000', '123558.925000', '123618.814000', '123618.817000', '123618.820000', '123618.823000', '123618.829000', '123618.832000', '123618.835000', '123618.837000', '123618.840000', '123618.842000', '123618.845000', '123618.848000', '123618.850000', '123618.853000', '123618.855000', '123618.858000', '123618.861000', '123618.863000', '123618.866000', '123618.869000', '123618.871000', '123618.874000', '123618.877000', '123618.879000', '123618.882000', '123618.884000', '123618.887000', '123618.890000', '123618.892000', '123618.895000', '123618.897000', '123618.900000', '123618.903000', '123618.905000', '123618.908000', '123618.911000', '123618.913000', '123618.916000', '123618.919000', '123618.921000', '123618.924000', '123618.926000', '123618.929000', '123618.932000', '123638.815000', '123638.836000', '123638.839000', '123638.841000', '123638.844000', '123638.846000', '123638.849000', '123638.852000', '123638.854000', '123638.857000', '123638.859000', '123638.862000', '123638.865000', '123638.867000', '123638.870000', '123638.872000', '123638.875000', '123638.878000', '123638.880000', '123638.883000', '123638.899000', '123638.902000', '123638.905000', '123638.907000', '123638.910000', '123638.912000', '123638.915000', '123638.918000', '123638.920000', '123638.923000', '123638.925000', '123638.928000', '123638.930000', '123638.933000', '123638.936000', '123638.938000', '123638.941000', '123638.943000', '123638.946000', '123638.949000', '123638.951000', '123638.954000', '123638.956000', '123658.815000', '123658.818000', '123658.821000', '123658.824000', '123658.826000', '123658.829000', '123658.831000', '123658.834000', '123658.837000', '123658.841000', '123658.844000', '123658.846000', '123658.849000', '123658.852000', '123658.854000', '123658.857000', '123658.859000', '123658.862000', '123658.865000', '123658.868000', '123658.871000', '123658.873000', '123658.876000', '123658.879000', '123658.881000', '123658.884000', '123658.886000', '123658.889000', '123658.892000', '123658.894000', '123658.897000', '123658.900000', '123658.902000', '123658.905000', '123658.907000', '123658.910000', '123658.913000', '123658.915000', '123658.918000', '123658.921000', '123658.924000', '123658.926000', '123658.929000', '123718.816000', '123718.844000', '123718.847000', '123718.850000', '123718.852000', '123718.855000', '123718.857000', '123718.860000', '123718.863000', '123718.865000', '123718.868000', '123718.870000', '123718.873000', '123718.876000', '123718.878000', '123718.881000', '123718.883000', '123718.886000', '123718.889000', '123718.891000', '123718.894000', '123718.896000', '123718.899000', '123718.902000', '123718.904000', '123718.907000', '123718.909000', '123718.912000', '123718.915000', '123718.917000', '123718.920000', '123718.923000', '123718.925000', '123718.928000', '123718.931000', '123718.933000', '123718.936000', '123718.938000', '123718.941000', '123718.943000', '123718.946000', '123718.949000', '123718.952000', '123718.954000', '123738.815000', '123738.818000', '123738.821000', '123738.824000', '123738.826000', '123738.829000', '123738.832000', '123738.834000', '123738.837000', '123738.839000', '123738.843000', '123738.846000', '123738.848000', '123738.851000', '123738.853000', '123738.856000', '123738.859000', '123738.861000', '123738.864000', '123738.867000', '123738.869000', '123738.872000', '123738.874000', '123738.877000', '123738.880000', '123738.882000', '123738.885000', '123738.887000', '123738.890000', '123738.893000', '123738.895000', '123738.898000', '123738.900000', '123738.903000', '123738.906000', '123738.908000', '123738.911000', '123738.913000', '123738.916000', '123738.919000', '123738.921000', '123738.924000', '123738.926000', '123758.815000', '123758.817000', '123758.820000', '123758.823000', '123758.825000', '123758.828000', '123758.831000', '123758.833000', '123758.836000', '123758.838000', '123758.841000', '123758.844000', '123758.846000', '123758.849000', '123758.851000', '123758.854000', '123758.857000', '123758.859000', '123758.862000', '123758.864000', '123758.867000', '123758.870000', '123758.872000', '123758.875000', '123758.877000', '123758.880000', '123758.882000', '123758.885000', '123758.888000', '123758.890000', '123758.893000', '123758.896000', '123758.898000', '123758.901000', '123758.903000', '123758.906000', '123758.909000', '123758.911000', '123758.914000', '123758.916000', '123758.919000', '123758.922000', '123758.924000', '123758.927000', '123818.814000', '123818.864000', '123818.874000', '123818.877000', '123818.880000', '123818.882000', '123818.885000', '123818.887000', '123818.890000', '123818.893000', '123818.895000', '123818.898000', '123818.900000', '123818.903000', '123818.907000', '123818.909000', '123818.912000', '123818.915000', '123818.917000', '123818.920000', '123818.922000', '123818.925000', '123818.927000', '123818.930000', '123818.933000', '123818.935000', '123818.938000', '123818.940000', '123818.943000', '123818.946000', '123818.948000', '123818.951000', '123818.954000', '123818.956000', '123818.959000', '123818.962000', '123818.964000', '123818.967000', '123818.969000', '123818.972000', '123818.974000', '123818.977000', '123818.980000', '123838.815000', '123838.842000', '123838.844000', '123838.847000', '123838.849000', '123838.852000', '123838.855000', '123838.857000', '123838.860000', '123838.862000', '123838.865000', '123838.867000', '123838.870000', '123838.874000', '123838.876000', '123838.879000', '123838.882000', '123838.884000', '123838.887000', '123838.890000', '123838.892000', '123838.895000', '123838.897000', '123838.900000', '123838.902000', '123838.905000', '123838.908000', '123838.910000', '123838.913000', '123838.915000', '123838.918000', '123838.921000', '123838.923000', '123838.926000', '123838.928000', '123838.931000', '123838.934000', '123838.936000', '123838.939000', '123838.941000', '123838.944000', '123838.947000', '123838.949000', '123838.952000', '123858.815000', '123858.818000', '123858.821000', '123858.824000', '123858.826000', '123858.829000', '123858.831000', '123858.834000', '123858.837000', '123858.839000', '123858.842000', '123858.844000', '123858.847000', '123858.849000', '123858.852000', '123858.855000', '123858.857000', '123858.860000', '123858.863000', '123858.865000', '123858.868000', '123858.870000', '123858.873000', '123858.875000', '123858.878000', '123858.881000', '123858.883000', '123858.886000', '123858.889000', '123858.891000', '123858.894000', '123858.897000', '123858.899000', '123858.902000', '123858.904000', '123858.907000', '123858.910000', '123858.913000', '123858.916000', '123858.918000', '123858.921000', '123858.924000', '123858.926000', '123918.816000', '123918.847000', '123918.850000', '123918.852000', '123918.855000', '123918.858000', '123918.860000', '123918.863000', '123918.865000', '123918.868000', '123918.870000', '123918.873000', '123918.876000', '123918.878000', '123918.881000', '123918.884000', '123918.886000', '123918.889000', '123918.892000', '123918.894000', '123918.897000', '123918.899000', '123918.902000', '123918.904000', '123918.907000', '123918.910000', '123918.912000', '123918.915000', '123918.918000', '123918.920000', '123918.923000', '123918.925000', '123918.928000', '123918.931000', '123918.933000', '123918.936000', '123918.938000', '123918.941000', '123918.943000', '123918.946000', '123918.949000', '123918.951000', '123918.954000', '123918.957000', '123938.815000', '123938.858000', '123938.861000', '123938.866000', '123938.868000', '123938.871000', '123938.873000', '123938.876000', '123938.879000', '123938.881000', '123938.884000', '123938.886000', '123938.889000', '123938.892000', '123938.895000', '123938.897000', '123938.900000', '123938.903000', '123938.906000', '123938.908000', '123938.911000', '123938.913000', '123938.916000', '123938.918000', '123938.921000', '123938.924000', '123938.926000', '123938.941000', '123938.945000', '123938.948000', '123938.951000', '123938.953000', '123938.956000', '123938.958000', '123938.961000', '123938.964000', '123938.966000', '123938.969000', '123938.971000', '123938.981000', '123938.984000', '123938.987000', '123938.989000', '123958.816000', '123958.841000', '123958.844000', '123958.847000', '123958.849000', '123958.852000', '123958.854000', '123958.857000', '123958.860000', '123958.862000', '123958.865000', '123958.867000', '123958.870000', '123958.873000', '123958.875000', '123958.878000', '123958.880000', '123958.883000', '123958.886000', '123958.888000', '123958.891000', '123958.893000', '123958.896000', '123958.899000', '123958.901000', '123958.904000', '123958.906000', '123958.909000', '123958.912000', '123958.914000', '123958.917000', '123958.920000', '123958.922000', '123958.925000', '123958.927000', '123958.930000', '123958.932000', '123958.935000', '123958.938000', '123958.940000', '123958.943000', '123958.946000', '123958.948000', '124018.814000', '124018.842000', '124018.844000', '124018.847000', '124018.850000', '124018.852000', '124018.855000', '124018.857000', '124018.860000', '124018.863000', '124018.865000', '124018.868000', '124018.870000', '124018.873000', '124018.876000', '124018.878000', '124018.881000', '124018.884000', '124018.886000', '124018.889000', '124018.891000', '124018.894000', '124018.897000', '124018.899000', '124018.902000', '124018.904000', '124018.907000', '124018.910000', '124018.912000', '124018.915000', '124018.917000', '124018.920000', '124018.923000', '124018.926000', '124018.929000', '124018.932000', '124018.935000', '124018.938000', '124018.940000', '124018.943000', '124018.946000', '124018.948000', '124018.951000', '124018.953000', '124038.815000', '124038.839000', '124038.841000', '124038.844000', '124038.847000', '124038.849000', '124038.852000', '124038.854000', '124038.857000', '124038.860000', '124038.862000', '124038.865000', '124038.868000', '124038.870000', '124038.873000', '124038.875000', '124038.878000', '124038.881000', '124038.883000', '124038.886000', '124038.888000', '124038.891000', '124038.894000', '124038.896000', '124038.899000', '124038.902000', '124038.904000', '124038.907000', '124038.910000', '124038.912000', '124038.915000', '124038.917000', '124038.920000', '124038.923000', '124038.925000', '124038.928000', '124038.930000', '124038.933000', '124038.935000', '124038.938000', '124038.941000', '124038.943000', '124038.946000', '124038.949000', '124058.815000', '124058.869000', '124058.872000', '124058.874000', '124058.877000', '124058.880000', '124058.882000', '124058.885000', '124058.887000', '124058.890000', '124058.893000', '124058.895000', '124058.898000', '124058.900000', '124058.903000', '124058.906000', '124058.908000', '124058.911000', '124058.913000', '124058.916000', '124058.919000', '124058.921000', '124058.925000', '124058.928000', '124058.930000', '124058.933000', '124058.936000', '124058.938000', '124058.941000', '124058.944000', '124058.946000', '124058.949000', '124058.951000', '124058.954000', '124058.956000', '124058.959000', '124058.962000', '124058.977000', '124058.979000', '124058.982000', '124058.985000', '124058.988000', '124058.991000', '124118.815000', '124118.844000', '124118.846000', '124118.849000', '124118.852000', '124118.854000', '124118.857000', '124118.859000', '124118.862000', '124118.865000', '124118.867000', '124118.870000', '124118.872000', '124118.875000', '124118.878000', '124118.880000', '124118.883000', '124118.885000', '124118.888000', '124118.891000', '124118.893000', '124118.896000', '124118.898000', '124118.901000', '124118.904000', '124118.906000', '124118.909000', '124118.912000', '124118.914000', '124118.917000', '124118.919000', '124118.922000', '124118.924000', '124118.927000', '124118.930000', '124118.932000', '124118.935000', '124118.938000', '124118.940000', '124118.943000', '124118.946000', '124118.948000', '124118.951000', '124118.954000', '124138.816000', '124138.866000', '124138.869000', '124138.871000', '124138.874000', '124138.877000', '124138.879000', '124138.882000', '124138.885000', '124138.887000', '124138.890000', '124138.893000', '124138.895000', '124138.898000', '124138.900000', '124138.903000', '124138.906000', '124138.908000', '124138.911000', '124138.913000', '124138.916000', '124138.919000', '124138.921000', '124138.924000', '124138.926000', '124138.929000', '124138.932000', '124138.934000', '124138.937000', '124138.939000', '124138.942000', '124138.945000', '124138.947000', '124138.950000', '124138.953000', '124138.955000', '124138.958000', '124138.960000', '124138.963000', '124138.966000', '124138.969000', '124138.971000', '124138.974000', '124158.816000', '124158.835000', '124158.838000', '124158.841000', '124158.843000', '124158.846000', '124158.849000', '124158.852000', '124158.854000', '124158.857000', '124158.859000', '124158.862000', '124158.865000', '124158.867000', '124158.870000', '124158.872000', '124158.875000', '124158.878000', '124158.880000', '124158.883000', '124158.885000', '124158.888000', '124158.891000', '124158.893000', '124158.896000', '124158.898000', '124158.901000', '124158.904000', '124158.906000', '124158.909000', '124158.911000', '124158.914000', '124158.917000', '124158.919000', '124158.922000', '124158.924000', '124158.927000', '124158.930000', '124158.932000', '124158.935000', '124158.937000', '124158.940000', '124158.943000', '124158.945000', '124218.816000', '124218.858000', '124218.861000', '124218.864000', '124218.866000', '124218.869000', '124218.871000', '124218.874000', '124218.877000', '124218.879000', '124218.882000', '124218.885000', '124218.887000', '124218.890000', '124218.892000', '124218.895000', '124218.898000', '124218.900000', '124218.903000', '124218.906000', '124218.908000', '124218.911000', '124218.913000', '124218.916000', '124218.919000', '124218.921000', '124218.924000', '124218.926000', '124218.929000', '124218.932000', '124218.934000', '124218.937000', '124218.939000', '124218.942000', '124218.958000', '124218.961000', '124218.963000', '124218.966000', '124218.969000', '124218.971000', '124218.974000', '124218.976000', '124218.979000', '124238.815000', '124238.846000', '124238.849000', '124238.852000', '124238.854000', '124238.857000', '124238.859000', '124238.862000', '124238.865000', '124238.867000', '124238.870000', '124238.873000', '124238.875000', '124238.878000', '124238.880000', '124238.883000', '124238.885000', '124238.888000', '124238.891000', '124238.894000', '124238.896000', '124238.899000', '124238.901000', '124238.904000', '124238.907000', '124238.909000', '124238.912000', '124238.914000', '124238.917000', '124238.920000', '124238.922000', '124238.925000', '124238.928000', '124238.930000', '124238.933000', '124238.936000', '124238.938000', '124238.941000', '124238.943000', '124238.946000', '124238.948000', '124238.951000', '124238.954000', '124238.956000', '124258.815000', '124258.846000', '124258.849000', '124258.852000', '124258.854000', '124258.857000', '124258.859000', '124258.862000', '124258.865000', '124258.867000', '124258.870000', '124258.872000', '124258.875000', '124258.878000', '124258.880000', '124258.883000', '124258.885000', '124258.888000', '124258.891000', '124258.893000', '124258.896000', '124258.899000', '124258.901000', '124258.904000', '124258.906000', '124258.909000', '124258.911000', '124258.914000', '124258.917000', '124258.919000', '124258.922000', '124258.925000', '124258.927000', '124258.930000', '124258.933000', '124258.935000', '124258.938000', '124258.940000', '124258.943000', '124258.946000', '124258.948000', '124258.951000', '124258.953000', '124304.063000', '124304.066000', '124304.069000', '124304.072000', '124304.075000', '124304.078000', '124304.080000', '124304.083000', '124304.087000', '124304.089000', '124304.092000', '124304.095000'], 'InstanceCreationTime': ['123438.908000', '123438.911000', '123438.915000', '123438.918000', '123438.921000', '123438.924000', '123438.926000', '123438.929000', '123438.931000', '123438.934000', '123438.937000', '123438.939000', '123438.942000', '123438.944000', '123438.947000', '123438.949000', '123438.952000', '123438.955000', '123438.957000', '123438.960000', '123438.962000', '123438.965000', '123438.967000', '123438.970000', '123438.972000', '123438.975000', '123438.986000', '123438.989000', '123438.992000', '123438.994000', '123438.997000', '123439.000000', '123439.003000', '123439.006000', '123439.008000', '123439.011000', '123439.013000', '123439.016000', '123439.018000', '123439.021000', '123439.024000', '123439.033000', '123439.035000', '123439.038000', '123439.041000', '123439.043000', '123439.046000', '123439.048000', '123439.051000', '123439.054000', '123439.056000', '123439.059000', '123439.061000', '123439.064000', '123439.067000', '123439.069000', '123439.072000', '123439.074000', '123439.077000', '123458.815000', '123458.818000', '123458.821000', '123458.823000', '123458.826000', '123458.829000', '123458.831000', '123458.834000', '123458.836000', '123458.839000', '123458.841000', '123458.844000', '123458.847000', '123458.849000', '123458.852000', '123458.855000', '123458.857000', '123458.860000', '123458.862000', '123458.865000', '123458.868000', '123458.870000', '123458.873000', '123458.875000', '123458.878000', '123458.891000', '123458.893000', '123458.896000', '123458.899000', '123458.901000', '123458.904000', '123458.906000', '123458.909000', '123458.912000', '123458.914000', '123458.917000', '123458.919000', '123458.922000', '123458.924000', '123458.927000', '123458.930000', '123458.932000', '123458.935000', '123458.937000', '123518.815000', '123518.818000', '123518.821000', '123518.824000', '123518.826000', '123518.829000', '123518.831000', '123518.834000', '123518.836000', '123518.839000', '123518.842000', '123518.844000', '123518.847000', '123518.849000', '123518.852000', '123518.855000', '123518.857000', '123518.860000', '123518.863000', '123518.865000', '123518.868000', '123518.870000', '123518.873000', '123518.876000', '123518.878000', '123518.881000', '123518.883000', '123518.886000', '123518.889000', '123518.891000', '123518.894000', '123518.896000', '123518.899000', '123518.902000', '123518.904000', '123518.907000', '123518.910000', '123518.912000', '123518.915000', '123518.917000', '123518.920000', '123518.923000', '123518.925000', '123538.814000', '123538.817000', '123538.820000', '123538.823000', '123538.826000', '123538.829000', '123538.832000', '123538.834000', '123538.837000', '123538.840000', '123538.842000', '123538.845000', '123538.847000', '123538.850000', '123538.853000', '123538.855000', '123538.858000', '123538.860000', '123538.863000', '123538.866000', '123538.868000', '123538.871000', '123538.873000', '123538.876000', '123538.879000', '123538.881000', '123538.884000', '123538.887000', '123538.889000', '123538.892000', '123538.894000', '123538.897000', '123538.899000', '123538.902000', '123538.905000', '123538.907000', '123538.910000', '123538.913000', '123538.915000', '123538.918000', '123538.920000', '123538.923000', '123538.926000', '123538.928000', '123558.815000', '123558.818000', '123558.821000', '123558.823000', '123558.826000', '123558.829000', '123558.831000', '123558.834000', '123558.837000', '123558.839000', '123558.842000', '123558.844000', '123558.847000', '123558.849000', '123558.852000', '123558.855000', '123558.857000', '123558.860000', '123558.862000', '123558.865000', '123558.868000', '123558.870000', '123558.873000', '123558.876000', '123558.878000', '123558.881000', '123558.883000', '123558.886000', '123558.889000', '123558.891000', '123558.894000', '123558.896000', '123558.899000', '123558.902000', '123558.904000', '123558.907000', '123558.909000', '123558.912000', '123558.915000', '123558.917000', '123558.920000', '123558.922000', '123558.925000', '123618.814000', '123618.817000', '123618.820000', '123618.823000', '123618.829000', '123618.832000', '123618.835000', '123618.837000', '123618.840000', '123618.842000', '123618.845000', '123618.848000', '123618.850000', '123618.853000', '123618.855000', '123618.858000', '123618.861000', '123618.863000', '123618.866000', '123618.869000', '123618.871000', '123618.874000', '123618.877000', '123618.879000', '123618.882000', '123618.884000', '123618.887000', '123618.890000', '123618.892000', '123618.895000', '123618.897000', '123618.900000', '123618.903000', '123618.905000', '123618.908000', '123618.911000', '123618.913000', '123618.916000', '123618.919000', '123618.921000', '123618.924000', '123618.926000', '123618.929000', '123618.932000', '123638.815000', '123638.836000', '123638.839000', '123638.841000', '123638.844000', '123638.846000', '123638.849000', '123638.852000', '123638.854000', '123638.857000', '123638.859000', '123638.862000', '123638.865000', '123638.867000', '123638.870000', '123638.872000', '123638.875000', '123638.878000', '123638.880000', '123638.883000', '123638.899000', '123638.902000', '123638.905000', '123638.907000', '123638.910000', '123638.912000', '123638.915000', '123638.918000', '123638.920000', '123638.923000', '123638.925000', '123638.928000', '123638.930000', '123638.933000', '123638.936000', '123638.938000', '123638.941000', '123638.943000', '123638.946000', '123638.949000', '123638.951000', '123638.954000', '123638.956000', '123658.815000', '123658.818000', '123658.821000', '123658.824000', '123658.826000', '123658.829000', '123658.831000', '123658.834000', '123658.837000', '123658.841000', '123658.844000', '123658.846000', '123658.849000', '123658.852000', '123658.854000', '123658.857000', '123658.859000', '123658.862000', '123658.865000', '123658.868000', '123658.871000', '123658.873000', '123658.876000', '123658.879000', '123658.881000', '123658.884000', '123658.886000', '123658.889000', '123658.892000', '123658.894000', '123658.897000', '123658.900000', '123658.902000', '123658.905000', '123658.907000', '123658.910000', '123658.913000', '123658.915000', '123658.918000', '123658.921000', '123658.924000', '123658.926000', '123658.929000', '123718.816000', '123718.844000', '123718.847000', '123718.850000', '123718.852000', '123718.855000', '123718.857000', '123718.860000', '123718.863000', '123718.865000', '123718.868000', '123718.870000', '123718.873000', '123718.876000', '123718.878000', '123718.881000', '123718.883000', '123718.886000', '123718.889000', '123718.891000', '123718.894000', '123718.896000', '123718.899000', '123718.902000', '123718.904000', '123718.907000', '123718.909000', '123718.912000', '123718.915000', '123718.917000', '123718.920000', '123718.923000', '123718.925000', '123718.928000', '123718.931000', '123718.933000', '123718.936000', '123718.938000', '123718.941000', '123718.943000', '123718.946000', '123718.949000', '123718.952000', '123718.954000', '123738.815000', '123738.818000', '123738.821000', '123738.824000', '123738.826000', '123738.829000', '123738.832000', '123738.834000', '123738.837000', '123738.839000', '123738.843000', '123738.846000', '123738.848000', '123738.851000', '123738.853000', '123738.856000', '123738.859000', '123738.861000', '123738.864000', '123738.867000', '123738.869000', '123738.872000', '123738.874000', '123738.877000', '123738.880000', '123738.882000', '123738.885000', '123738.887000', '123738.890000', '123738.893000', '123738.895000', '123738.898000', '123738.900000', '123738.903000', '123738.906000', '123738.908000', '123738.911000', '123738.913000', '123738.916000', '123738.919000', '123738.921000', '123738.924000', '123738.926000', '123758.815000', '123758.817000', '123758.820000', '123758.823000', '123758.825000', '123758.828000', '123758.831000', '123758.833000', '123758.836000', '123758.838000', '123758.841000', '123758.844000', '123758.846000', '123758.849000', '123758.851000', '123758.854000', '123758.857000', '123758.859000', '123758.862000', '123758.864000', '123758.867000', '123758.870000', '123758.872000', '123758.875000', '123758.877000', '123758.880000', '123758.882000', '123758.885000', '123758.888000', '123758.890000', '123758.893000', '123758.896000', '123758.898000', '123758.901000', '123758.903000', '123758.906000', '123758.909000', '123758.911000', '123758.914000', '123758.916000', '123758.919000', '123758.922000', '123758.924000', '123758.927000', '123818.814000', '123818.864000', '123818.874000', '123818.877000', '123818.880000', '123818.882000', '123818.885000', '123818.887000', '123818.890000', '123818.893000', '123818.895000', '123818.898000', '123818.900000', '123818.903000', '123818.907000', '123818.909000', '123818.912000', '123818.915000', '123818.917000', '123818.920000', '123818.922000', '123818.925000', '123818.927000', '123818.930000', '123818.933000', '123818.935000', '123818.938000', '123818.940000', '123818.943000', '123818.946000', '123818.948000', '123818.951000', '123818.954000', '123818.956000', '123818.959000', '123818.962000', '123818.964000', '123818.967000', '123818.969000', '123818.972000', '123818.974000', '123818.977000', '123818.980000', '123838.815000', '123838.842000', '123838.844000', '123838.847000', '123838.849000', '123838.852000', '123838.855000', '123838.857000', '123838.860000', '123838.862000', '123838.865000', '123838.867000', '123838.870000', '123838.874000', '123838.876000', '123838.879000', '123838.882000', '123838.884000', '123838.887000', '123838.890000', '123838.892000', '123838.895000', '123838.897000', '123838.900000', '123838.902000', '123838.905000', '123838.908000', '123838.910000', '123838.913000', '123838.915000', '123838.918000', '123838.921000', '123838.923000', '123838.926000', '123838.928000', '123838.931000', '123838.934000', '123838.936000', '123838.939000', '123838.941000', '123838.944000', '123838.947000', '123838.949000', '123838.952000', '123858.815000', '123858.818000', '123858.821000', '123858.824000', '123858.826000', '123858.829000', '123858.831000', '123858.834000', '123858.837000', '123858.839000', '123858.842000', '123858.844000', '123858.847000', '123858.849000', '123858.852000', '123858.855000', '123858.857000', '123858.860000', '123858.863000', '123858.865000', '123858.868000', '123858.870000', '123858.873000', '123858.875000', '123858.878000', '123858.881000', '123858.883000', '123858.886000', '123858.889000', '123858.891000', '123858.894000', '123858.897000', '123858.899000', '123858.902000', '123858.904000', '123858.907000', '123858.910000', '123858.913000', '123858.916000', '123858.918000', '123858.921000', '123858.924000', '123858.926000', '123918.816000', '123918.847000', '123918.850000', '123918.852000', '123918.855000', '123918.858000', '123918.860000', '123918.863000', '123918.865000', '123918.868000', '123918.870000', '123918.873000', '123918.876000', '123918.878000', '123918.881000', '123918.884000', '123918.886000', '123918.889000', '123918.892000', '123918.894000', '123918.897000', '123918.899000', '123918.902000', '123918.904000', '123918.907000', '123918.910000', '123918.912000', '123918.915000', '123918.918000', '123918.920000', '123918.923000', '123918.925000', '123918.928000', '123918.931000', '123918.933000', '123918.936000', '123918.938000', '123918.941000', '123918.943000', '123918.946000', '123918.949000', '123918.951000', '123918.954000', '123918.957000', '123938.815000', '123938.858000', '123938.861000', '123938.866000', '123938.868000', '123938.871000', '123938.873000', '123938.876000', '123938.879000', '123938.881000', '123938.884000', '123938.886000', '123938.889000', '123938.892000', '123938.895000', '123938.897000', '123938.900000', '123938.903000', '123938.906000', '123938.908000', '123938.911000', '123938.913000', '123938.916000', '123938.918000', '123938.921000', '123938.924000', '123938.926000', '123938.941000', '123938.945000', '123938.948000', '123938.951000', '123938.953000', '123938.956000', '123938.958000', '123938.961000', '123938.964000', '123938.966000', '123938.969000', '123938.971000', '123938.981000', '123938.984000', '123938.987000', '123938.989000', '123958.816000', '123958.841000', '123958.844000', '123958.847000', '123958.849000', '123958.852000', '123958.854000', '123958.857000', '123958.860000', '123958.862000', '123958.865000', '123958.867000', '123958.870000', '123958.873000', '123958.875000', '123958.878000', '123958.880000', '123958.883000', '123958.886000', '123958.888000', '123958.891000', '123958.893000', '123958.896000', '123958.899000', '123958.901000', '123958.904000', '123958.906000', '123958.909000', '123958.912000', '123958.914000', '123958.917000', '123958.920000', '123958.922000', '123958.925000', '123958.927000', '123958.930000', '123958.932000', '123958.935000', '123958.938000', '123958.940000', '123958.943000', '123958.946000', '123958.948000', '124018.814000', '124018.842000', '124018.844000', '124018.847000', '124018.850000', '124018.852000', '124018.855000', '124018.857000', '124018.860000', '124018.863000', '124018.865000', '124018.868000', '124018.870000', '124018.873000', '124018.876000', '124018.878000', '124018.881000', '124018.884000', '124018.886000', '124018.889000', '124018.891000', '124018.894000', '124018.897000', '124018.899000', '124018.902000', '124018.904000', '124018.907000', '124018.910000', '124018.912000', '124018.915000', '124018.917000', '124018.920000', '124018.923000', '124018.926000', '124018.929000', '124018.932000', '124018.935000', '124018.938000', '124018.940000', '124018.943000', '124018.946000', '124018.948000', '124018.951000', '124018.953000', '124038.815000', '124038.839000', '124038.841000', '124038.844000', '124038.847000', '124038.849000', '124038.852000', '124038.854000', '124038.857000', '124038.860000', '124038.862000', '124038.865000', '124038.868000', '124038.870000', '124038.873000', '124038.875000', '124038.878000', '124038.881000', '124038.883000', '124038.886000', '124038.888000', '124038.891000', '124038.894000', '124038.896000', '124038.899000', '124038.902000', '124038.904000', '124038.907000', '124038.910000', '124038.912000', '124038.915000', '124038.917000', '124038.920000', '124038.923000', '124038.925000', '124038.928000', '124038.930000', '124038.933000', '124038.935000', '124038.938000', '124038.941000', '124038.943000', '124038.946000', '124038.949000', '124058.815000', '124058.869000', '124058.872000', '124058.874000', '124058.877000', '124058.880000', '124058.882000', '124058.885000', '124058.887000', '124058.890000', '124058.893000', '124058.895000', '124058.898000', '124058.900000', '124058.903000', '124058.906000', '124058.908000', '124058.911000', '124058.913000', '124058.916000', '124058.919000', '124058.921000', '124058.925000', '124058.928000', '124058.930000', '124058.933000', '124058.936000', '124058.938000', '124058.941000', '124058.944000', '124058.946000', '124058.949000', '124058.951000', '124058.954000', '124058.956000', '124058.959000', '124058.962000', '124058.977000', '124058.979000', '124058.982000', '124058.985000', '124058.988000', '124058.991000', '124118.815000', '124118.844000', '124118.846000', '124118.849000', '124118.852000', '124118.854000', '124118.857000', '124118.859000', '124118.862000', '124118.865000', '124118.867000', '124118.870000', '124118.872000', '124118.875000', '124118.878000', '124118.880000', '124118.883000', '124118.885000', '124118.888000', '124118.891000', '124118.893000', '124118.896000', '124118.898000', '124118.901000', '124118.904000', '124118.906000', '124118.909000', '124118.912000', '124118.914000', '124118.917000', '124118.919000', '124118.922000', '124118.924000', '124118.927000', '124118.930000', '124118.932000', '124118.935000', '124118.938000', '124118.940000', '124118.943000', '124118.946000', '124118.948000', '124118.951000', '124118.954000', '124138.816000', '124138.866000', '124138.869000', '124138.871000', '124138.874000', '124138.877000', '124138.879000', '124138.882000', '124138.885000', '124138.887000', '124138.890000', '124138.893000', '124138.895000', '124138.898000', '124138.900000', '124138.903000', '124138.906000', '124138.908000', '124138.911000', '124138.913000', '124138.916000', '124138.919000', '124138.921000', '124138.924000', '124138.926000', '124138.929000', '124138.932000', '124138.934000', '124138.937000', '124138.939000', '124138.942000', '124138.945000', '124138.947000', '124138.950000', '124138.953000', '124138.955000', '124138.958000', '124138.960000', '124138.963000', '124138.966000', '124138.969000', '124138.971000', '124138.974000', '124158.816000', '124158.835000', '124158.838000', '124158.841000', '124158.843000', '124158.846000', '124158.849000', '124158.852000', '124158.854000', '124158.857000', '124158.859000', '124158.862000', '124158.865000', '124158.867000', '124158.870000', '124158.872000', '124158.875000', '124158.878000', '124158.880000', '124158.883000', '124158.885000', '124158.888000', '124158.891000', '124158.893000', '124158.896000', '124158.898000', '124158.901000', '124158.904000', '124158.906000', '124158.909000', '124158.911000', '124158.914000', '124158.917000', '124158.919000', '124158.922000', '124158.924000', '124158.927000', '124158.930000', '124158.932000', '124158.935000', '124158.937000', '124158.940000', '124158.943000', '124158.945000', '124218.816000', '124218.858000', '124218.861000', '124218.864000', '124218.866000', '124218.869000', '124218.871000', '124218.874000', '124218.877000', '124218.879000', '124218.882000', '124218.885000', '124218.887000', '124218.890000', '124218.892000', '124218.895000', '124218.898000', '124218.900000', '124218.903000', '124218.906000', '124218.908000', '124218.911000', '124218.913000', '124218.916000', '124218.919000', '124218.921000', '124218.924000', '124218.926000', '124218.929000', '124218.932000', '124218.934000', '124218.937000', '124218.939000', '124218.942000', '124218.958000', '124218.961000', '124218.963000', '124218.966000', '124218.969000', '124218.971000', '124218.974000', '124218.976000', '124218.979000', '124238.815000', '124238.846000', '124238.849000', '124238.852000', '124238.854000', '124238.857000', '124238.859000', '124238.862000', '124238.865000', '124238.867000', '124238.870000', '124238.873000', '124238.875000', '124238.878000', '124238.880000', '124238.883000', '124238.885000', '124238.888000', '124238.891000', '124238.894000', '124238.896000', '124238.899000', '124238.901000', '124238.904000', '124238.907000', '124238.909000', '124238.912000', '124238.914000', '124238.917000', '124238.920000', '124238.922000', '124238.925000', '124238.928000', '124238.930000', '124238.933000', '124238.936000', '124238.938000', '124238.941000', '124238.943000', '124238.946000', '124238.948000', '124238.951000', '124238.954000', '124238.956000', '124258.815000', '124258.846000', '124258.849000', '124258.852000', '124258.854000', '124258.857000', '124258.859000', '124258.862000', '124258.865000', '124258.867000', '124258.870000', '124258.872000', '124258.875000', '124258.878000', '124258.880000', '124258.883000', '124258.885000', '124258.888000', '124258.891000', '124258.893000', '124258.896000', '124258.899000', '124258.901000', '124258.904000', '124258.906000', '124258.909000', '124258.911000', '124258.914000', '124258.917000', '124258.919000', '124258.922000', '124258.925000', '124258.927000', '124258.930000', '124258.933000', '124258.935000', '124258.938000', '124258.940000', '124258.943000', '124258.946000', '124258.948000', '124258.951000', '124258.953000', '124304.063000', '124304.066000', '124304.069000', '124304.072000', '124304.075000', '124304.078000', '124304.080000', '124304.083000', '124304.087000', '124304.089000', '124304.092000', '124304.095000'], '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': [10861, 16692, 15195, 17484, 17331, 11738, 10665, 11345, 11080, 11799, 10503, 15864, 11998, 10988, 10647, 10319, 10359, 16397, 12338, 16986, 13093, 9884, 9834, 10491, 10094, 10627, 10333, 11219, 10845, 10340, 10635, 11091, 10492, 10314, 11379, 10363, 18269, 13425, 10501, 10863, 12260, 10341, 10952, 11772, 10433, 18563, 13569, 10863, 11535, 10625, 10502, 11935, 10912, 12269, 11062, 11250, 13237, 14568, 19150, 10606, 11253, 11865, 10659, 9850, 11187, 10212, 10857, 10974, 11152, 11085, 10442, 11031, 13410, 10596, 15882, 12860, 10758, 11092, 10520, 11506, 12663, 11050, 17376, 15954, 10317, 10279, 10802, 11126, 11250, 9980, 15320, 14885, 11029, 11010, 10419, 10967, 10602, 11093, 11271, 10535, 11140, 11433, 10459, 11623, 15509, 11506, 11625, 11331, 11170, 18459, 10819, 10825, 10669, 11966, 19719, 13788, 10966, 10976, 10772, 10344, 9977, 9741, 11730, 10258, 10585, 10598, 9729, 11354, 10756, 10806, 11037, 10734, 12197, 10621, 10523, 11972, 10611, 14464, 14058, 10343, 17510, 15651, 17673, 16973, 11264, 10479, 12209, 10215, 20165, 15993, 12432, 10513, 10353, 13772, 12581, 10479, 11053, 10759, 11040, 10907, 11046, 11050, 11761, 11134, 10670, 10970, 11051, 11067, 11071, 11243, 11386, 10834, 17131, 16895, 15457, 18224, 11166, 10383, 11030, 10498, 10337, 12101, 10359, 13560, 10660, 11182, 11652, 10564, 10239, 10342, 10736, 10878, 10643, 10837, 13208, 11043, 12356, 11819, 10637, 18659, 12321, 10842, 11697, 10239, 16907, 12082, 10806, 10305, 10577, 10550, 10197, 13150, 10624, 10697, 11095, 10628, 9910, 10342, 10057, 13738, 10490, 10544, 10827, 10473, 13483, 10672, 10200, 10533, 10258, 9587, 14790, 17928, 20388, 15886, 10467, 10224, 11315, 10336, 15410, 17418, 16719, 12425, 10049, 9853, 9795, 10633, 10000, 10369, 10569, 10033, 12510, 11010, 13395, 16518, 14064, 10576, 10273, 10323, 10137, 12723, 16410, 18799, 13877, 10355, 10856, 10070, 12977, 11410, 12108, 15480, 10472, 15150, 9963, 10558, 10856, 10051, 10598, 11219, 10349, 11358, 10230, 13820, 16169, 10001, 10378, 10218, 9955, 10784, 10419, 15101, 10456, 10081, 10333, 10165, 9476, 10289, 10423, 10587, 10314, 10258, 10272, 10565, 13624, 10203, 10417, 13502, 10080, 17728, 13007, 12282, 12021, 10058, 16152, 13282, 10354, 10716, 10960, 10730, 10785, 10408, 9769, 11442, 9960, 10843, 10101, 10207, 10469, 10669, 9968, 12060, 10490, 10481, 11545, 10106, 10471, 10475, 10321, 12761, 11092, 10217, 13727, 10302, 12800, 16067, 12398, 14111, 10384, 9928, 10624, 11737, 19979, 12527, 10304, 10820, 10021, 13531, 10236, 10229, 9969, 10655, 11109, 10154, 10399, 10128, 9960, 10588, 10003, 10050, 10548, 10022, 14721, 11139, 10678, 11293, 10566, 13530, 13902, 14656, 14654, 10698, 10762, 10481, 10017, 12471, 10628, 10266, 10617, 10164, 10762, 10387, 10007, 12727, 10297, 10526, 10156, 9987, 11991, 11795, 15409, 12293, 10118, 10016, 10608, 11609, 13701, 10589, 12395, 12084, 10321, 11359, 10353, 12535, 15253, 13370, 11215, 10933, 10474, 10049, 10603, 15585, 14314, 10389, 10344, 10379, 10322, 11622, 10768, 10842, 10507, 10443, 10785, 9993, 10238, 14590, 12002, 10846, 14311, 10357, 18326, 15483, 11043, 14478, 10994, 15535, 17396, 14048, 10903, 10746, 10889, 10089, 10701, 10631, 15089, 14131, 10615, 10424, 10291, 10487, 11167, 10455, 10665, 10740, 10497, 12961, 10308, 10784, 14510, 10554, 14061, 11561, 10645, 16741, 11634, 13061, 14375, 17578, 20295, 15924, 14985, 11414, 10658, 9910, 10835, 10388, 10242, 10331, 10416, 10754, 10124, 10619, 10701, 9996, 10630, 10910, 11135, 11808, 10444, 12980, 11674, 11102, 14877, 10777, 17366, 14830, 12095, 15055, 10958, 17341, 18983, 13949, 12864, 10937, 10260, 12091, 10922, 15866, 11098, 10042, 10609, 11250, 10208, 11461, 10582, 10646, 10885, 10002, 12518, 10867, 10765, 11543, 10625, 10100, 10900, 10618, 16741, 13148, 11200, 14981, 11657, 17195, 15513, 12237, 18676, 14809, 18831, 14511, 10310, 10965, 11642, 11040, 12053, 13093, 17839, 14585, 10687, 10125, 11111, 11033, 10450, 11447, 10215, 10655, 10754, 11283, 11012, 10958, 11715, 11062, 11566, 14561, 11243, 16368, 12406, 10587, 16453, 17100, 20368, 12584, 9828, 11605, 10635, 16757, 12707, 10290, 10747, 10683, 10029, 10815, 10275, 11115, 10799, 10196, 11565, 10562, 12167, 10865, 10354, 11196, 10808, 13673, 10796, 10866, 17411, 14418, 15700, 12228, 11063, 18696, 13299, 12419, 12549, 12348, 18942, 11317, 9872, 13199, 12476, 16891, 10776, 10901, 11061, 10767, 15372, 12504, 9817, 11109, 10918, 10499, 11097, 10286, 11010, 10616, 10177, 10984, 10931, 10922, 12698, 10783, 17108, 13948, 10835, 14488, 10938, 18036, 18829, 15699, 13563, 10833, 10944, 10560, 10740, 10153, 13719, 19497, 20568, 14151, 10474, 10190, 10585, 10228, 11241, 11533, 14401, 19268, 13968, 10657, 10271, 11072, 10974, 11708, 11162, 15185, 13774, 10765, 15184, 10764, 11634, 14031, 10713, 11820, 12227, 11016, 18924, 12543, 11266, 12521, 10683, 20799, 15197, 10815, 12167, 10402, 13716, 11182, 11541, 10577, 10185, 9703, 10316, 10078, 10082, 11088, 10450, 10405, 10985, 11272, 11968, 11251, 10617, 11496, 10753, 15084, 15430, 11735, 15002, 15626, 19801, 21755, 17715, 14991, 13615, 11294, 10594, 12634, 16762, 20530, 14971, 12619, 12824, 10701, 11059, 11454, 10836, 11112, 10897, 11227, 10931, 10960, 11254, 10937, 9947, 12115, 8986, 9542, 11880, 10076, 12137, 11196, 10276, 11110, 10298, 11258, 11423, 10464, 10676, 10816, 10922, 10898, 10680, 14158, 13916, 14475, 18508, 15174, 18926, 16589, 13971, 18950, 14156, 19306, 18746, 13238, 11845, 12277, 11018, 11397, 11906, 16026, 12144, 10676, 10604, 11036, 9906, 11004, 10961, 10168, 11741, 10607, 9975, 11193, 10936, 11899, 11039, 10675, 11757, 10339, 11368, 12650, 10647, 10484, 14223, 10574, 17302, 16176, 12819, 16003, 10891, 14803, 17103, 15078, 17590, 10612, 10958, 11501, 10643, 11145, 12077, 10597, 10885, 10759, 10539, 10904, 10603, 10214, 10737, 10821, 12710, 10585, 11028, 14386, 10544, 14984, 16438, 12998, 11178, 12027, 10748, 10560, 12409, 12142, 19258, 14228, 12207, 11777, 11004, 11095, 10424, 10970, 11846, 11562, 10669, 11970, 10227, 16531, 12245, 11143, 10565, 9696, 9718, 9711, 9817, 10231, 10665, 10078, 10675, 10636, 11269, 11478, 11258, 10135, 10941, 11324, 11117, 13268, 10403, 10943, 11036, 10440, 14439, 10793, 11480, 16497, 10720, 11379, 14898, 15441, 16126, 11517, 11100, 11136, 10502, 14314, 17223, 14081, 11207, 10089, 10546, 10656, 10061, 10688, 11602, 11130, 10016, 10836, 11354, 10707, 10702, 10829, 13749, 10627, 10916, 13381, 10809, 16093, 13147, 10731, 10634, 11797, 10172, 14931, 14247, 13992, 10380, 10886, 10933, 10179, 10644, 12459, 10612, 10966, 10832, 11130, 12585, 10681, 11011, 13103, 10546, 11808, 15479, 11603, 12348, 10970, 10928, 11571, 10910, 18654, 13222, 10787, 10240, 10465, 9626, 12217, 10549, 9424, 10670, 11151, 10386, 10909, 10402, 11135, 11507, 10145, 12430, 15209, 10640, 10870, 15264, 15778, 18740, 14916, 10710, 10215, 12047, 11939, 17847, 11536, 11069, 13123, 11210, 10673, 10895, 11095, 11165, 10964, 10888, 10610, 10280, 15298, 10160, 10846, 11213, 10545, 10670, 12993, 10633, 10691, 10708, 10359, 11129, 10911, 10196, 10946, 11113, 12848, 10959, 11409, 11792, 10223, 15568, 14954, 11464, 10504, 10784, 10475, 17034, 15975, 12377, 11273, 10967, 10544, 12731, 17983, 19568, 12821, 11031, 11005, 10469, 10642, 11354, 10444, 12143, 15055, 13270, 13406, 10801, 10699, 10825, 11880, 11135, 11574, 11878, 19418, 15493, 11729, 11356, 11128, 10362, 12147, 11062, 15503, 11509, 13581, 10421, 10939, 10244, 11672, 10848, 11346, 10808, 10911, 11507, 11017, 10515, 11510, 10978, 11155, 10971, 11108, 14606, 10971, 10860, 11036, 10896, 12126, 10417, 14932, 10844, 11237, 10498, 10592, 11317, 11872, 10923, 10671, 10758, 11274, 15819, 10632, 11270, 11297, 11246, 13253, 13257, 10882, 16912, 13789, 17219, 14698, 10946, 10698, 11606, 10563, 14636, 10663, 11005, 13172, 11513, 11844, 10586, 11195, 11171, 10744, 10231, 10982, 11135, 14976, 12273, 11288, 11970, 11001, 10720, 11862, 12766, 11906, 10963, 10928, 10771, 14408, 13603, 11322, 10694, 11008, 11317, 13174, 10959, 10146, 14866, 13002, 18549, 10544, 10740, 10603, 10941, 10056, 12500, 11035, 13743, 13208, 10900, 12151, 13053, 10919, 10109, 11605, 10598, 15927, 11548, 10997], 'WindowCenter': [5152.0, 5175.0, 5141.0, 5142.0, 5129.0, 5055.0, 5031.0, 5042.0, 5041.0, 5052.0, 5043.0, 5103.0, 5039.0, 5029.0, 5044.0, 5032.0, 5029.0, 5082.0, 5045.0, 5094.0, 5055.0, 5035.0, 5048.0, 5028.0, 5018.0, 5006.0, 5011.0, 5026.0, 5032.0, 5023.0, 5033.0, 5029.0, 5007.0, 5019.0, 5038.0, 5018.0, 5108.0, 5058.0, 5019.0, 5016.0, 5035.0, 5007.0, 5030.0, 5047.0, 5028.0, 5094.0, 5044.0, 5015.0, 5024.0, 5003.0, 4991.0, 5022.0, 5017.0, 5036.0, 5028.0, 5041.0, 5060.0, 5078.0, 5096.0, 5003.0, 5010.0, 5023.0, 5032.0, 5018.0, 5038.0, 5032.0, 5031.0, 5029.0, 5030.0, 5026.0, 5019.0, 5029.0, 5058.0, 5045.0, 5101.0, 5057.0, 5029.0, 5026.0, 5018.0, 5055.0, 5073.0, 5051.0, 5096.0, 5097.0, 5030.0, 5018.0, 5029.0, 5029.0, 5039.0, 5033.0, 5092.0, 5080.0, 5029.0, 5016.0, 5028.0, 5027.0, 5031.0, 5041.0, 5041.0, 5031.0, 5055.0, 5063.0, 5042.0, 5066.0, 5092.0, 5051.0, 5041.0, 5054.0, 5043.0, 5122.0, 5045.0, 5055.0, 5046.0, 5063.0, 5119.0, 5081.0, 5029.0, 5028.0, 5029.0, 5029.0, 5030.0, 5020.0, 5059.0, 5032.0, 5027.0, 5029.0, 5022.0, 5051.0, 5055.0, 5043.0, 5042.0, 5054.0, 5076.0, 5057.0, 5046.0, 5064.0, 5055.0, 5109.0, 5085.0, 5047.0, 5123.0, 5100.0, 5124.0, 5113.0, 5040.0, 5016.0, 5037.0, 5030.0, 5121.0, 5089.0, 5036.0, 5028.0, 5029.0, 5066.0, 5048.0, 5028.0, 5025.0, 5013.0, 5037.0, 5041.0, 5054.0, 5043.0, 5064.0, 5054.0, 5044.0, 5041.0, 5066.0, 5052.0, 5053.0, 5041.0, 5066.0, 5057.0, 5111.0, 5100.0, 5087.0, 5096.0, 5026.0, 5018.0, 5016.0, 5014.0, 5017.0, 5049.0, 5023.0, 5059.0, 5030.0, 5040.0, 5036.0, 5016.0, 5015.0, 5017.0, 5027.0, 5028.0, 5030.0, 5042.0, 5071.0, 5054.0, 5062.0, 5052.0, 5041.0, 5109.0, 5063.0, 5029.0, 5062.0, 5032.0, 5098.0, 5061.0, 5029.0, 5016.0, 5030.0, 5029.0, 5030.0, 5068.0, 5030.0, 5015.0, 5028.0, 5042.0, 5033.0, 5032.0, 5021.0, 5070.0, 5030.0, 5030.0, 5026.0, 5028.0, 5085.0, 5044.0, 5048.0, 5049.0, 5036.0, 5009.0, 5065.0, 5109.0, 5119.0, 5076.0, 5018.0, 5004.0, 5027.0, 5018.0, 5073.0, 5083.0, 5072.0, 5018.0, 4991.0, 4993.0, 4992.0, 5003.0, 5005.0, 5034.0, 5031.0, 5009.0, 5062.0, 5042.0, 5068.0, 5098.0, 5068.0, 5027.0, 5015.0, 5018.0, 5029.0, 5059.0, 5113.0, 5120.0, 5057.0, 5017.0, 5014.0, 5006.0, 5042.0, 5037.0, 5036.0, 5065.0, 5017.0, 5064.0, 5007.0, 5016.0, 5016.0, 5018.0, 5016.0, 5029.0, 5019.0, 5051.0, 5033.0, 5081.0, 5101.0, 5020.0, 5014.0, 5016.0, 5018.0, 5039.0, 5032.0, 5090.0, 5032.0, 5030.0, 5018.0, 5028.0, 5018.0, 5032.0, 5040.0, 5029.0, 5032.0, 5032.0, 5032.0, 5041.0, 5079.0, 5032.0, 5032.0, 5069.0, 5032.0, 5108.0, 5071.0, 5064.0, 5061.0, 5034.0, 5100.0, 5079.0, 5044.0, 5032.0, 5028.0, 5026.0, 5025.0, 5041.0, 5034.0, 5062.0, 5033.0, 5054.0, 5043.0, 5029.0, 5015.0, 5027.0, 5032.0, 5062.0, 5047.0, 5044.0, 5053.0, 5045.0, 5045.0, 5043.0, 5043.0, 5058.0, 5041.0, 5032.0, 5071.0, 5045.0, 5086.0, 5103.0, 5073.0, 5068.0, 5019.0, 5032.0, 5041.0, 5048.0, 5118.0, 5061.0, 5019.0, 5029.0, 5030.0, 5067.0, 5030.0, 5018.0, 5018.0, 5030.0, 5037.0, 5030.0, 5032.0, 5044.0, 5031.0, 5042.0, 5032.0, 5048.0, 5055.0, 5044.0, 5105.0, 5055.0, 5032.0, 5040.0, 5044.0, 5080.0, 5094.0, 5092.0, 5092.0, 5033.0, 5040.0, 5041.0, 5033.0, 5061.0, 5043.0, 5045.0, 5044.0, 5046.0, 5040.0, 5046.0, 5044.0, 5071.0, 5058.0, 5043.0, 5032.0, 5045.0, 5062.0, 5061.0, 5103.0, 5048.0, 5019.0, 5032.0, 5041.0, 5053.0, 5069.0, 5042.0, 5061.0, 5063.0, 5032.0, 5039.0, 5042.0, 5058.0, 5090.0, 5086.0, 5028.0, 5015.0, 5029.0, 5015.0, 5015.0, 5087.0, 5078.0, 5019.0, 5005.0, 5029.0, 5030.0, 5054.0, 5042.0, 5043.0, 5043.0, 5042.0, 5042.0, 5020.0, 5045.0, 5078.0, 5062.0, 5044.0, 5082.0, 5045.0, 5122.0, 5090.0, 5041.0, 5080.0, 5040.0, 5087.0, 5097.0, 5079.0, 5026.0, 5015.0, 5014.0, 5017.0, 5028.0, 5031.0, 5079.0, 5079.0, 5028.0, 5028.0, 5018.0, 5018.0, 5041.0, 5031.0, 5033.0, 5044.0, 5045.0, 5071.0, 5043.0, 5044.0, 5079.0, 5030.0, 5066.0, 5038.0, 5030.0, 5103.0, 5053.0, 5071.0, 5092.0, 5111.0, 5119.0, 5087.0, 5078.0, 5038.0, 5016.0, 5007.0, 5015.0, 5029.0, 5018.0, 5030.0, 5031.0, 5028.0, 5019.0, 5017.0, 5029.0, 5022.0, 5033.0, 5054.0, 5055.0, 5064.0, 5046.0, 5085.0, 5055.0, 5053.0, 5082.0, 5056.0, 5109.0, 5080.0, 5051.0, 5080.0, 5042.0, 5113.0, 5123.0, 5082.0, 5059.0, 5044.0, 5032.0, 5061.0, 5040.0, 5098.0, 5039.0, 5018.0, 5018.0, 5052.0, 5032.0, 5065.0, 5045.0, 5042.0, 5044.0, 5035.0, 5072.0, 5043.0, 5042.0, 5051.0, 5045.0, 5045.0, 5041.0, 5056.0, 5112.0, 5085.0, 5054.0, 5092.0, 5052.0, 5110.0, 5090.0, 5062.0, 5134.0, 5092.0, 5132.0, 5081.0, 5021.0, 5016.0, 5037.0, 5052.0, 5049.0, 5070.0, 5111.0, 5078.0, 5030.0, 5017.0, 5026.0, 5029.0, 5032.0, 5053.0, 5045.0, 5032.0, 5055.0, 5067.0, 5056.0, 5059.0, 5065.0, 5055.0, 5054.0, 5094.0, 5055.0, 5115.0, 5066.0, 5048.0, 5116.0, 5126.0, 5131.0, 5061.0, 5010.0, 5053.0, 5042.0, 5099.0, 5074.0, 5021.0, 5028.0, 5045.0, 5032.0, 5054.0, 5046.0, 5053.0, 5043.0, 5045.0, 5066.0, 5059.0, 5088.0, 5070.0, 5048.0, 5068.0, 5069.0, 5098.0, 5055.0, 5058.0, 5125.0, 5099.0, 5106.0, 5065.0, 5058.0, 5123.0, 5075.0, 5062.0, 5075.0, 5064.0, 5125.0, 5044.0, 5036.0, 5074.0, 5077.0, 5113.0, 5041.0, 5042.0, 5055.0, 5044.0, 5100.0, 5074.0, 5036.0, 5053.0, 5041.0, 5058.0, 5065.0, 5047.0, 5059.0, 5048.0, 5046.0, 5058.0, 5058.0, 5058.0, 5076.0, 5068.0, 5124.0, 5096.0, 5046.0, 5096.0, 5070.0, 5135.0, 5133.0, 5090.0, 5057.0, 5018.0, 5019.0, 5020.0, 5030.0, 5022.0, 5083.0, 5121.0, 5118.0, 5056.0, 5019.0, 5017.0, 5031.0, 5034.0, 5042.0, 5052.0, 5093.0, 5134.0, 5094.0, 5045.0, 5032.0, 5039.0, 5042.0, 5052.0, 5055.0, 5093.0, 5073.0, 5045.0, 5092.0, 5044.0, 5053.0, 5070.0, 5032.0, 5040.0, 5051.0, 5032.0, 5111.0, 5066.0, 5044.0, 5075.0, 5046.0, 5133.0, 5093.0, 5030.0, 5038.0, 5045.0, 5081.0, 5040.0, 5036.0, 5044.0, 5033.0, 5021.0, 5034.0, 5023.0, 5033.0, 5053.0, 5059.0, 5047.0, 5057.0, 5070.0, 5078.0, 5069.0, 5057.0, 5068.0, 5070.0, 5118.0, 5109.0, 5070.0, 5109.0, 5120.0, 5148.0, 5145.0, 5127.0, 5093.0, 5060.0, 5031.0, 5007.0, 5047.0, 5088.0, 5108.0, 5068.0, 5049.0, 5049.0, 5018.0, 5027.0, 5024.0, 5017.0, 5026.0, 5030.0, 5040.0, 5042.0, 5044.0, 5043.0, 5027.0, 5003.0, 5031.0, 4993.0, 5006.0, 5022.0, 4994.0, 5023.0, 5027.0, 5007.0, 5030.0, 5031.0, 5042.0, 5052.0, 5041.0, 5040.0, 5039.0, 5030.0, 5040.0, 5044.0, 5083.0, 5086.0, 5095.0, 5124.0, 5096.0, 5121.0, 5090.0, 5069.0, 5120.0, 5069.0, 5105.0, 5096.0, 5047.0, 5025.0, 5034.0, 5016.0, 5038.0, 5050.0, 5099.0, 5048.0, 5016.0, 5027.0, 5038.0, 5020.0, 5026.0, 5041.0, 5030.0, 5048.0, 5042.0, 5033.0, 5052.0, 5044.0, 5065.0, 5044.0, 5046.0, 5065.0, 5045.0, 5054.0, 5062.0, 5043.0, 5043.0, 5083.0, 5071.0, 5126.0, 5117.0, 5075.0, 5101.0, 5056.0, 5093.0, 5110.0, 5090.0, 5110.0, 5031.0, 5030.0, 5039.0, 5041.0, 5039.0, 5048.0, 5030.0, 5039.0, 5041.0, 5029.0, 5028.0, 5044.0, 5045.0, 5044.0, 5054.0, 5073.0, 5046.0, 5055.0, 5106.0, 5058.0, 5104.0, 5101.0, 5085.0, 5054.0, 5053.0, 5031.0, 5020.0, 5064.0, 5063.0, 5123.0, 5070.0, 5050.0, 5038.0, 5027.0, 5025.0, 5017.0, 5027.0, 5036.0, 5039.0, 5030.0, 5076.0, 5046.0, 5110.0, 5060.0, 5038.0, 5024.0, 5006.0, 5002.0, 5005.0, 5005.0, 5004.0, 5031.0, 5023.0, 5031.0, 5032.0, 5030.0, 5041.0, 5041.0, 5019.0, 5029.0, 5055.0, 5051.0, 5071.0, 5032.0, 5029.0, 5030.0, 5031.0, 5070.0, 5056.0, 5052.0, 5089.0, 5032.0, 5066.0, 5091.0, 5091.0, 5089.0, 5039.0, 5028.0, 5039.0, 5032.0, 5091.0, 5099.0, 5069.0, 5037.0, 5017.0, 5028.0, 5016.0, 5018.0, 5032.0, 5053.0, 5042.0, 5032.0, 5042.0, 5053.0, 5031.0, 5031.0, 5040.0, 5068.0, 5031.0, 5057.0, 5095.0, 5055.0, 5115.0, 5084.0, 5043.0, 5032.0, 5062.0, 5044.0, 5091.0, 5093.0, 5082.0, 5031.0, 5041.0, 5041.0, 5029.0, 5029.0, 5047.0, 5029.0, 5039.0, 5041.0, 5041.0, 5059.0, 5042.0, 5042.0, 5071.0, 5046.0, 5076.0, 5103.0, 5064.0, 5074.0, 5042.0, 5042.0, 5052.0, 5042.0, 5121.0, 5072.0, 5030.0, 5018.0, 5029.0, 5019.0, 5048.0, 5053.0, 5024.0, 5043.0, 5054.0, 5031.0, 5052.0, 5044.0, 5055.0, 5066.0, 5057.0, 5076.0, 5106.0, 5045.0, 5056.0, 5102.0, 5104.0, 5120.0, 5077.0, 5020.0, 5017.0, 5038.0, 5039.0, 5097.0, 5038.0, 5028.0, 5056.0, 5028.0, 5016.0, 5040.0, 5027.0, 5027.0, 5041.0, 5053.0, 5043.0, 5043.0, 5101.0, 5031.0, 5041.0, 5027.0, 5041.0, 5042.0, 5070.0, 5032.0, 5030.0, 5029.0, 5031.0, 5039.0, 5040.0, 5029.0, 5038.0, 5039.0, 5059.0, 5058.0, 5054.0, 5064.0, 5045.0, 5100.0, 5106.0, 5078.0, 5028.0, 5028.0, 5029.0, 5097.0, 5103.0, 5050.0, 5027.0, 5032.0, 5030.0, 5059.0, 5108.0, 5118.0, 5060.0, 5016.0, 5012.0, 5016.0, 5017.0, 5028.0, 5043.0, 5061.0, 5079.0, 5059.0, 5058.0, 5028.0, 5018.0, 5028.0, 5037.0, 5029.0, 5051.0, 5051.0, 5119.0, 5079.0, 5036.0, 5001.0, 5011.0, 4990.0, 5021.0, 5038.0, 5077.0, 5036.0, 5057.0, 5017.0, 5014.0, 4992.0, 5012.0, 5030.0, 5027.0, 5030.0, 5027.0, 5024.0, 5029.0, 5027.0, 5037.0, 5026.0, 5028.0, 5043.0, 5041.0, 5089.0, 5041.0, 5029.0, 5027.0, 5042.0, 5060.0, 5030.0, 5090.0, 5030.0, 5041.0, 5018.0, 5029.0, 5038.0, 5053.0, 5044.0, 5042.0, 5054.0, 5054.0, 5101.0, 5032.0, 5038.0, 5028.0, 5041.0, 5073.0, 5062.0, 5043.0, 5112.0, 5083.0, 5113.0, 5077.0, 5028.0, 5004.0, 5026.0, 5018.0, 5079.0, 5030.0, 5041.0, 5070.0, 5052.0, 5039.0, 5028.0, 5052.0, 5038.0, 5040.0, 5019.0, 5053.0, 5063.0, 5100.0, 5074.0, 5041.0, 5048.0, 5053.0, 5041.0, 5051.0, 5072.0, 5049.0, 5029.0, 5030.0, 5041.0, 5081.0, 5069.0, 5039.0, 5030.0, 5029.0, 5041.0, 5071.0, 5041.0, 5041.0, 5090.0, 5069.0, 5106.0, 5016.0, 5015.0, 5013.0, 5027.0, 5020.0, 5046.0, 5043.0, 5072.0, 5059.0, 5042.0, 5049.0, 5057.0, 5027.0, 5015.0, 5025.0, 5018.0, 5076.0, 5051.0, 5041.0], 'WindowWidth': [11204.0, 11202.0, 11141.0, 11121.0, 11097.0, 10978.0, 10938.0, 10954.0, 10950.0, 10968.0, 10959.0, 11039.0, 10940.0, 10925.0, 10959.0, 10940.0, 10932.0, 10993.0, 10945.0, 11011.0, 10959.0, 10943.0, 10967.0, 10927.0, 10909.0, 10885.0, 10898.0, 10914.0, 10929.0, 10919.0, 10935.0, 10922.0, 10888.0, 10913.0, 10939.0, 10912.0, 11037.0, 10964.0, 10911.0, 10901.0, 10927.0, 10891.0, 10928.0, 10954.0, 10926.0, 11012.0, 10939.0, 10900.0, 10908.0, 10878.0, 10859.0, 10904.0, 10901.0, 10929.0, 10919.0, 10945.0, 10973.0, 10993.0, 11016.0, 10878.0, 10884.0, 10908.0, 10938.0, 10918.0, 10942.0, 10935.0, 10930.0, 10925.0, 10925.0, 10916.0, 10911.0, 10924.0, 10965.0, 10962.0, 11031.0, 10964.0, 10926.0, 10919.0, 10911.0, 10975.0, 11001.0, 10964.0, 11020.0, 11023.0, 10930.0, 10909.0, 10925.0, 10925.0, 10940.0, 10940.0, 11021.0, 11000.0, 10926.0, 10903.0, 10924.0, 10922.0, 10933.0, 10948.0, 10948.0, 10936.0, 10974.0, 10982.0, 10951.0, 10991.0, 11022.0, 10964.0, 10947.0, 10970.0, 10952.0, 11065.0, 10958.0, 10975.0, 10967.0, 10984.0, 11060.0, 11004.0, 10927.0, 10922.0, 10930.0, 10930.0, 10935.0, 10920.0, 10972.0, 10935.0, 10923.0, 10930.0, 10925.0, 10964.0, 10974.0, 10951.0, 10952.0, 10971.0, 11006.0, 10978.0, 10960.0, 10984.0, 10974.0, 11055.0, 11014.0, 10968.0, 11069.0, 11034.0, 11071.0, 11049.0, 10942.0, 10901.0, 10934.0, 10933.0, 11069.0, 11013.0, 10931.0, 10926.0, 10930.0, 10977.0, 10954.0, 10924.0, 10915.0, 10897.0, 10936.0, 10951.0, 10974.0, 10954.0, 10987.0, 10971.0, 10956.0, 10944.0, 10991.0, 10965.0, 10969.0, 10947.0, 10991.0, 10980.0, 11051.0, 11034.0, 11008.0, 11015.0, 10917.0, 10909.0, 10903.0, 10899.0, 10905.0, 10955.0, 10922.0, 10966.0, 10928.0, 10945.0, 10934.0, 10906.0, 10902.0, 10907.0, 10924.0, 10928.0, 10930.0, 10953.0, 10990.0, 10971.0, 10979.0, 10966.0, 10952.0, 11042.0, 10979.0, 10928.0, 10981.0, 10942.0, 11026.0, 10975.0, 10926.0, 10903.0, 10932.0, 10929.0, 10932.0, 10984.0, 10930.0, 10904.0, 10922.0, 10952.0, 10941.0, 10939.0, 10919.0, 10985.0, 10930.0, 10928.0, 10918.0, 10926.0, 11015.0, 10955.0, 10967.0, 10970.0, 10944.0, 10901.0, 10974.0, 11043.0, 11056.0, 10981.0, 10907.0, 10880.0, 10919.0, 10910.0, 10983.0, 10997.0, 10973.0, 10892.0, 10858.0, 10863.0, 10860.0, 10877.0, 10886.0, 10936.0, 10930.0, 10896.0, 10977.0, 10950.0, 10985.0, 11025.0, 10980.0, 10923.0, 10903.0, 10913.0, 10932.0, 10972.0, 11053.0, 11057.0, 10962.0, 10906.0, 10896.0, 10890.0, 10937.0, 10936.0, 10933.0, 10974.0, 10908.0, 10970.0, 10896.0, 10907.0, 10905.0, 10912.0, 10907.0, 10926.0, 10917.0, 10967.0, 10944.0, 11008.0, 11037.0, 10920.0, 10901.0, 10905.0, 10917.0, 10946.0, 10938.0, 11016.0, 10938.0, 10929.0, 10911.0, 10932.0, 10915.0, 10939.0, 10946.0, 10930.0, 10940.0, 10938.0, 10939.0, 10951.0, 11001.0, 10939.0, 10938.0, 10986.0, 10938.0, 11041.0, 10992.0, 10987.0, 10977.0, 10948.0, 11034.0, 11004.0, 10961.0, 10939.0, 10927.0, 10920.0, 10920.0, 10951.0, 10946.0, 10984.0, 10942.0, 10970.0, 10954.0, 10929.0, 10902.0, 10923.0, 10938.0, 10981.0, 10966.0, 10958.0, 10969.0, 10963.0, 10958.0, 10954.0, 10954.0, 10972.0, 10950.0, 10939.0, 10991.0, 10967.0, 11021.0, 11041.0, 10996.0, 10983.0, 10915.0, 10939.0, 10951.0, 10958.0, 11058.0, 10974.0, 10915.0, 10930.0, 10935.0, 10980.0, 10931.0, 10912.0, 10915.0, 10933.0, 10939.0, 10933.0, 10940.0, 10961.0, 10940.0, 10954.0, 10938.0, 10973.0, 10981.0, 10963.0, 11048.0, 10976.0, 10936.0, 10947.0, 10959.0, 11004.0, 11029.0, 11022.0, 11019.0, 10937.0, 10947.0, 10949.0, 10942.0, 10979.0, 10954.0, 10964.0, 10961.0, 10964.0, 10947.0, 10966.0, 10963.0, 10995.0, 10984.0, 10954.0, 10937.0, 10963.0, 10983.0, 10979.0, 11037.0, 10952.0, 10915.0, 10939.0, 10951.0, 10969.0, 10985.0, 10953.0, 10978.0, 10984.0, 10937.0, 10942.0, 10957.0, 10972.0, 11022.0, 11020.0, 10923.0, 10901.0, 10929.0, 10905.0, 10902.0, 11008.0, 10993.0, 10911.0, 10888.0, 10929.0, 10934.0, 10969.0, 10950.0, 10956.0, 10957.0, 10953.0, 10950.0, 10920.0, 10962.0, 10997.0, 10982.0, 10955.0, 11009.0, 10965.0, 11069.0, 11016.0, 10948.0, 11005.0, 10949.0, 11011.0, 11027.0, 10999.0, 10919.0, 10901.0, 10898.0, 10910.0, 10930.0, 10937.0, 11000.0, 10998.0, 10925.0, 10923.0, 10912.0, 10911.0, 10948.0, 10934.0, 10942.0, 10959.0, 10959.0, 10992.0, 10957.0, 10957.0, 11001.0, 10933.0, 10976.0, 10940.0, 10932.0, 11039.0, 10969.0, 10993.0, 11025.0, 11049.0, 11063.0, 11011.0, 10997.0, 10938.0, 10905.0, 10896.0, 10904.0, 10932.0, 10917.0, 10932.0, 10935.0, 10924.0, 10913.0, 10908.0, 10927.0, 10921.0, 10940.0, 10972.0, 10975.0, 10986.0, 10962.0, 11016.0, 10974.0, 10969.0, 11008.0, 10981.0, 11042.0, 11002.0, 10963.0, 11002.0, 10954.0, 11056.0, 11074.0, 11008.0, 10969.0, 10960.0, 10943.0, 10980.0, 10950.0, 11024.0, 10944.0, 10913.0, 10911.0, 10967.0, 10941.0, 10990.0, 10962.0, 10953.0, 10959.0, 10951.0, 10994.0, 10956.0, 10951.0, 10964.0, 10962.0, 10964.0, 10955.0, 10980.0, 11052.0, 11016.0, 10972.0, 11024.0, 10968.0, 11044.0, 11016.0, 10982.0, 11090.0, 11026.0, 11083.0, 11003.0, 10922.0, 10906.0, 10935.0, 10968.0, 10959.0, 10988.0, 11047.0, 10996.0, 10931.0, 10911.0, 10921.0, 10930.0, 10940.0, 10972.0, 10961.0, 10941.0, 10976.0, 10994.0, 10978.0, 10987.0, 10989.0, 10975.0, 10971.0, 11027.0, 10975.0, 11059.0, 10990.0, 10971.0, 11063.0, 11076.0, 11078.0, 10975.0, 10903.0, 10971.0, 10956.0, 11030.0, 11000.0, 10922.0, 10926.0, 10963.0, 10944.0, 10974.0, 10965.0, 10970.0, 10953.0, 10962.0, 10996.0, 10988.0, 11029.0, 11003.0, 10971.0, 10999.0, 11001.0, 11039.0, 10977.0, 10985.0, 11076.0, 11042.0, 11046.0, 10988.0, 10984.0, 11071.0, 11002.0, 10981.0, 11004.0, 10985.0, 11075.0, 10956.0, 10953.0, 11002.0, 11011.0, 11056.0, 10951.0, 10956.0, 10978.0, 10959.0, 11033.0, 11003.0, 10951.0, 10970.0, 10952.0, 10989.0, 10992.0, 10969.0, 10986.0, 10969.0, 10966.0, 10984.0, 10984.0, 10983.0, 11004.0, 11001.0, 11072.0, 11034.0, 10964.0, 11032.0, 11007.0, 11090.0, 11087.0, 11013.0, 10960.0, 10907.0, 10909.0, 10915.0, 10929.0, 10923.0, 11014.0, 11063.0, 11052.0, 10959.0, 10912.0, 10907.0, 10935.0, 10944.0, 10954.0, 10968.0, 11024.0, 11088.0, 11026.0, 10960.0, 10935.0, 10944.0, 10950.0, 10967.0, 10975.0, 11023.0, 10995.0, 10960.0, 11021.0, 10957.0, 10969.0, 10989.0, 10936.0, 10947.0, 10962.0, 10937.0, 11051.0, 10991.0, 10958.0, 11002.0, 10966.0, 11089.0, 11023.0, 10932.0, 10939.0, 10962.0, 11009.0, 10947.0, 10933.0, 10953.0, 10941.0, 10922.0, 10944.0, 10928.0, 10941.0, 10967.0, 10985.0, 10966.0, 10978.0, 11004.0, 11012.0, 11002.0, 10982.0, 10997.0, 11006.0, 11069.0, 11057.0, 11001.0, 11056.0, 11075.0, 11113.0, 11112.0, 11081.0, 11019.0, 10969.0, 10931.0, 10893.0, 10949.0, 11005.0, 11038.0, 10977.0, 10954.0, 10954.0, 10911.0, 10919.0, 10913.0, 10909.0, 10921.0, 10933.0, 10944.0, 10955.0, 10959.0, 10954.0, 10923.0, 10882.0, 10917.0, 10868.0, 10891.0, 10903.0, 10868.0, 10907.0, 10918.0, 10891.0, 10926.0, 10932.0, 10949.0, 10965.0, 10950.0, 10947.0, 10943.0, 10928.0, 10946.0, 10957.0, 11010.0, 11018.0, 11029.0, 11073.0, 11031.0, 11061.0, 11015.0, 10980.0, 11062.0, 10985.0, 11029.0, 11019.0, 10949.0, 10916.0, 10927.0, 10904.0, 10941.0, 10961.0, 11028.0, 10953.0, 10905.0, 10925.0, 10944.0, 10921.0, 10921.0, 10949.0, 10931.0, 10953.0, 10950.0, 10940.0, 10963.0, 10956.0, 10985.0, 10956.0, 10962.0, 10986.0, 10960.0, 10971.0, 10979.0, 10953.0, 10954.0, 11010.0, 11009.0, 11078.0, 11066.0, 10999.0, 11030.0, 10980.0, 11025.0, 11047.0, 11014.0, 11042.0, 10934.0, 10928.0, 10941.0, 10951.0, 10943.0, 10951.0, 10931.0, 10940.0, 10946.0, 10929.0, 10925.0, 10959.0, 10962.0, 10956.0, 10971.0, 10995.0, 10963.0, 10972.0, 11049.0, 10986.0, 11045.0, 11037.0, 11018.0, 10971.0, 10965.0, 10931.0, 10914.0, 10981.0, 10977.0, 11067.0, 10983.0, 10955.0, 10937.0, 10920.0, 10916.0, 10906.0, 10921.0, 10933.0, 10942.0, 10931.0, 11009.0, 10967.0, 11046.0, 10974.0, 10940.0, 10913.0, 10894.0, 10882.0, 10889.0, 10886.0, 10884.0, 10931.0, 10921.0, 10930.0, 10931.0, 10925.0, 10940.0, 10942.0, 10909.0, 10923.0, 10972.0, 10964.0, 10991.0, 10937.0, 10927.0, 10929.0, 10931.0, 10983.0, 10976.0, 10961.0, 11012.0, 10935.0, 10991.0, 11019.0, 11018.0, 11010.0, 10939.0, 10923.0, 10943.0, 10938.0, 11020.0, 11031.0, 10983.0, 10935.0, 10907.0, 10923.0, 10906.0, 10913.0, 10939.0, 10967.0, 10950.0, 10937.0, 10950.0, 10966.0, 10935.0, 10936.0, 10944.0, 10981.0, 10935.0, 10981.0, 11035.0, 10978.0, 11060.0, 11013.0, 10953.0, 10937.0, 10978.0, 10960.0, 11021.0, 11026.0, 11006.0, 10930.0, 10945.0, 10949.0, 10930.0, 10928.0, 10951.0, 10929.0, 10944.0, 10947.0, 10949.0, 10972.0, 10953.0, 10951.0, 10991.0, 10965.0, 11010.0, 11042.0, 10987.0, 10999.0, 10951.0, 10954.0, 10968.0, 10955.0, 11063.0, 10991.0, 10927.0, 10911.0, 10932.0, 10916.0, 10955.0, 10970.0, 10931.0, 10957.0, 10969.0, 10934.0, 10966.0, 10956.0, 10972.0, 10990.0, 10982.0, 11004.0, 11045.0, 10956.0, 10977.0, 11038.0, 11042.0, 11054.0, 10989.0, 10915.0, 10906.0, 10935.0, 10939.0, 11019.0, 10936.0, 10925.0, 10959.0, 10922.0, 10905.0, 10945.0, 10922.0, 10924.0, 10948.0, 10972.0, 10960.0, 10956.0, 11033.0, 10935.0, 10946.0, 10919.0, 10952.0, 10953.0, 10988.0, 10935.0, 10929.0, 10925.0, 10937.0, 10942.0, 10946.0, 10929.0, 10940.0, 10943.0, 10969.0, 10984.0, 10971.0, 10987.0, 10964.0, 11034.0, 11048.0, 11013.0, 10924.0, 10924.0, 10926.0, 11019.0, 11035.0, 10952.0, 10919.0, 10933.0, 10931.0, 10969.0, 11035.0, 11053.0, 10970.0, 10900.0, 10891.0, 10902.0, 10908.0, 10925.0, 10955.0, 10976.0, 11000.0, 10969.0, 10966.0, 10923.0, 10911.0, 10924.0, 10935.0, 10927.0, 10965.0, 10963.0, 11058.0, 10996.0, 10928.0, 10873.0, 10886.0, 10857.0, 10901.0, 10941.0, 10994.0, 10936.0, 10964.0, 10907.0, 10898.0, 10862.0, 10890.0, 10932.0, 10923.0, 10932.0, 10919.0, 10910.0, 10929.0, 10923.0, 10934.0, 10919.0, 10925.0, 10957.0, 10950.0, 11014.0, 10947.0, 10927.0, 10921.0, 10954.0, 10976.0, 10932.0, 11014.0, 10930.0, 10948.0, 10909.0, 10927.0, 10939.0, 10968.0, 10957.0, 10952.0, 10975.0, 10973.0, 11034.0, 10935.0, 10937.0, 10924.0, 10948.0, 10995.0, 10977.0, 10955.0, 11053.0, 11013.0, 11054.0, 10991.0, 10921.0, 10884.0, 10918.0, 10911.0, 10999.0, 10932.0, 10950.0, 10993.0, 10966.0, 10941.0, 10926.0, 10968.0, 10940.0, 10946.0, 10916.0, 10973.0, 10987.0, 11033.0, 11002.0, 10947.0, 10952.0, 10970.0, 10953.0, 10964.0, 10992.0, 10955.0, 10927.0, 10932.0, 10949.0, 11003.0, 10982.0, 10940.0, 10935.0, 10930.0, 10949.0, 10990.0, 10952.0, 10954.0, 11019.0, 10986.0, 11034.0, 10905.0, 10900.0, 10894.0, 10921.0, 10914.0, 10949.0, 10956.0, 10992.0, 10968.0, 10952.0, 10957.0, 10964.0, 10921.0, 10904.0, 10918.0, 10912.0, 10990.0, 10965.0, 10951.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.0012861991341991342</td></tr>
<tr><td colspan=3>aqi</td><td>0.04396921601731601</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.802516365450536</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1847088643414212</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9935505628422872</td></tr>
<tr><td colspan=3>efc</td><td>0.5369</td></tr>
<tr><td colspan=3>fber</td><td>2431.0076</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.24224151594487292</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>596</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>51.6017316017316</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.399000605357256</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.292026672626553</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.543356666634379</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3616184768108353</td></tr>
<tr><td colspan=3>gcor</td><td>0.00755331</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010791201144456863</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.041010692715644836</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.201700468837049</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>19.6995</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>92.1806</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>301.8742</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>88.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>285532.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>20.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1333.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>515.1372</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8235</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>636.0544</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4194.4591</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4323.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>91012.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1860.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5541.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1028.8635</td></tr>
<tr><td colspan=3>tsnr</td><td>28.3770343742799</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>