<?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-0008_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-0008_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-0008_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-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0008/figures/sub-0008_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-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008/ses-02/func/sub-0008_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>e30de7d64891c2aa6eaf8a29e75d31dc</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>14:03:25.157500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999904, -0.00851624, 0.0109753, 0.00802794, 0.999008, 0.0437921]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.112883</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4120, -7716, -7222, 546, -148, -33, -76, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>248.528</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6d19a98b-87ad-41fc-838a-3435b05c8bdc||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6826679706573486, 0.021538371220231056, 0.030610913410782814, 111.05994415283203], [0.022848449647426605, 2.6802666187286377, 0.11798947304487228, -102.13367462158203], [0.029445962980389595, -0.11749111115932465, 2.69724702835083, -16.792539596557617], [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': ['140325.157500', '140325.617500', '140326.077500', '140326.537500', '140326.997500', '140327.457500', '140327.917500', '140328.377500', '140328.837500', '140329.297500', '140329.757500', '140330.217500', '140330.677500', '140331.137500', '140331.597500', '140332.057500', '140332.517500', '140332.977500', '140333.437500', '140333.897500', '140334.357500', '140334.817500', '140335.277500', '140335.737500', '140336.197500', '140336.657500', '140337.117500', '140337.577500', '140338.037500', '140338.497500', '140338.957500', '140339.417500', '140339.877500', '140340.337500', '140340.797500', '140341.257500', '140341.717500', '140342.177500', '140342.637500', '140343.097500', '140343.557500', '140344.017500', '140344.477500', '140344.937500', '140345.397500', '140345.857500', '140346.317500', '140346.777500', '140347.237500', '140347.697500', '140348.157500', '140348.617500', '140349.077500', '140349.537500', '140349.997500', '140350.457500', '140350.917500', '140351.377500', '140351.837500', '140352.297500', '140352.757500', '140353.217500', '140353.677500', '140354.137500', '140354.597500', '140355.057500', '140355.517500', '140355.977500', '140356.437500', '140356.897500', '140357.357500', '140357.817500', '140358.277500', '140358.737500', '140359.197500', '140359.657500', '140400.117500', '140400.577500', '140401.037500', '140401.497500', '140401.957500', '140402.417500', '140402.877500', '140403.337500', '140403.797500', '140404.257500', '140404.717500', '140405.177500', '140405.637500', '140406.097500', '140406.557500', '140407.017500', '140407.477500', '140407.937500', '140408.397500', '140408.857500', '140409.317500', '140409.777500', '140410.237500', '140410.697500', '140411.157500', '140411.617500', '140412.077500', '140412.537500', '140412.997500', '140413.457500', '140413.917500', '140414.377500', '140414.837500', '140415.297500', '140415.757500', '140416.217500', '140416.677500', '140417.137500', '140417.597500', '140418.057500', '140418.517500', '140418.977500', '140419.437500', '140419.897500', '140420.357500', '140420.817500', '140421.277500', '140421.737500', '140422.197500', '140422.657500', '140423.117500', '140423.577500', '140424.037500', '140424.497500', '140424.957500', '140425.417500', '140425.877500', '140426.337500', '140426.797500', '140427.257500', '140427.717500', '140428.177500', '140428.637500', '140429.097500', '140429.557500', '140430.017500', '140430.477500', '140430.937500', '140431.397500', '140431.857500', '140432.317500', '140432.777500', '140433.237500', '140433.697500', '140434.157500', '140434.617500', '140435.077500', '140435.537500', '140435.997500', '140436.457500', '140436.917500', '140437.377500', '140437.837500', '140438.297500', '140438.757500', '140439.217500', '140439.677500', '140440.137500', '140440.597500', '140441.057500', '140441.517500', '140441.977500', '140442.437500', '140442.897500', '140443.357500', '140443.817500', '140444.277500', '140444.737500', '140445.197500', '140445.657500', '140446.117500', '140446.577500', '140447.037500', '140447.497500', '140447.957500', '140448.417500', '140448.877500', '140449.337500', '140449.797500', '140450.257500', '140450.717500', '140451.177500', '140451.637500', '140452.097500', '140452.557500', '140453.017500', '140453.477500', '140453.937500', '140454.397500', '140454.857500', '140455.317500', '140455.777500', '140456.237500', '140456.697500', '140457.157500', '140457.617500', '140458.077500', '140458.537500', '140458.997500', '140459.457500', '140459.917500', '140500.377500', '140500.837500', '140501.297500', '140501.757500', '140502.217500', '140502.677500', '140503.137500', '140503.597500', '140504.057500', '140504.517500', '140504.977500', '140505.437500', '140505.897500', '140506.357500', '140506.817500', '140507.277500', '140507.737500', '140508.197500', '140508.657500', '140509.117500', '140509.577500', '140510.037500', '140510.497500', '140510.957500', '140511.417500', '140511.877500', '140512.337500', '140512.797500', '140513.257500', '140513.717500', '140514.177500', '140514.637500', '140515.097500', '140515.557500', '140516.017500', '140516.477500', '140516.937500', '140517.397500', '140517.857500', '140518.317500', '140518.777500', '140519.237500', '140519.697500', '140520.157500', '140520.617500', '140521.077500', '140521.537500', '140521.997500', '140522.457500', '140522.917500', '140523.377500', '140523.837500', '140524.297500', '140524.757500', '140525.217500', '140525.677500', '140526.137500', '140526.597500', '140527.057500', '140527.517500', '140527.977500', '140528.437500', '140528.897500', '140529.357500', '140529.817500', '140530.277500', '140530.737500', '140531.197500', '140531.657500', '140532.117500', '140532.577500', '140533.037500', '140533.497500', '140533.957500', '140534.417500', '140534.877500', '140535.337500', '140535.797500', '140536.257500', '140536.717500', '140537.177500', '140537.637500', '140538.097500', '140538.557500', '140539.017500', '140539.477500', '140539.937500', '140540.397500', '140540.857500', '140541.317500', '140541.777500', '140542.237500', '140542.697500', '140543.157500', '140543.617500', '140544.077500', '140544.537500', '140544.997500', '140545.457500', '140545.917500', '140546.377500', '140546.837500', '140547.297500', '140547.757500', '140548.217500', '140548.677500', '140549.137500', '140549.597500', '140550.057500', '140550.517500', '140550.977500', '140551.437500', '140551.897500', '140552.357500', '140552.817500', '140553.277500', '140553.737500', '140554.197500', '140554.657500', '140555.117500', '140555.577500', '140556.037500', '140556.497500', '140556.957500', '140557.417500', '140557.877500', '140558.337500', '140558.797500', '140559.257500', '140559.717500', '140600.177500', '140600.637500', '140601.097500', '140601.557500', '140602.017500', '140602.477500', '140602.937500', '140603.397500', '140603.857500', '140604.317500', '140604.777500', '140605.237500', '140605.697500', '140606.157500', '140606.617500', '140607.077500', '140607.537500', '140607.997500', '140608.457500', '140608.917500', '140609.377500', '140609.837500', '140610.297500', '140610.757500', '140611.217500', '140611.677500', '140612.137500', '140612.597500', '140613.057500', '140613.517500', '140613.977500', '140614.437500', '140614.897500', '140615.357500', '140615.817500', '140616.277500', '140616.737500', '140617.197500', '140617.657500', '140618.117500', '140618.577500', '140619.037500', '140619.497500', '140619.957500', '140620.417500', '140620.877500', '140621.337500', '140621.797500', '140622.257500', '140622.717500', '140623.177500', '140623.637500', '140624.097500', '140624.557500', '140625.017500', '140625.477500', '140625.937500', '140626.397500', '140626.857500', '140627.317500', '140627.777500', '140628.237500', '140628.697500', '140629.157500', '140629.617500', '140630.077500', '140630.537500', '140630.997500', '140631.457500', '140631.917500', '140632.377500', '140632.837500', '140633.297500', '140633.757500', '140634.217500', '140634.677500', '140635.137500', '140635.597500', '140636.057500', '140636.517500', '140636.977500', '140637.437500', '140637.897500', '140638.357500', '140638.817500', '140639.277500', '140639.737500', '140640.197500', '140640.657500', '140641.117500', '140641.577500', '140642.037500', '140642.497500', '140642.957500', '140643.417500', '140643.877500', '140644.337500', '140644.797500', '140645.257500', '140645.717500', '140646.177500', '140646.637500', '140647.097500', '140647.557500', '140648.017500', '140648.477500', '140648.937500', '140649.397500', '140649.857500', '140650.317500', '140650.777500', '140651.237500', '140651.697500', '140652.157500', '140652.617500', '140653.077500', '140653.537500', '140653.997500', '140654.457500', '140654.917500', '140655.377500', '140655.837500', '140656.297500', '140656.757500', '140657.217500', '140657.677500', '140658.137500', '140658.597500', '140659.057500', '140659.517500', '140659.977500', '140700.437500', '140700.897500', '140701.357500', '140701.817500', '140702.277500', '140702.737500', '140703.197500', '140703.657500', '140704.117500', '140704.577500', '140705.037500', '140705.497500', '140705.957500', '140706.417500', '140706.877500', '140707.337500', '140707.797500', '140708.257500', '140708.717500', '140709.177500', '140709.637500', '140710.097500', '140710.557500', '140711.017500', '140711.477500', '140711.937500', '140712.397500', '140712.857500', '140713.317500', '140713.777500', '140714.237500', '140714.697500', '140715.157500', '140715.617500', '140716.077500', '140716.537500', '140716.997500', '140717.457500', '140717.917500', '140718.377500', '140718.837500', '140719.297500', '140719.757500', '140720.217500', '140720.677500', '140721.137500', '140721.597500', '140722.057500', '140722.517500', '140722.977500', '140723.437500', '140723.897500', '140724.357500', '140724.817500', '140725.277500', '140725.737500', '140726.197500', '140726.657500', '140727.117500', '140727.577500', '140728.037500', '140728.497500', '140728.957500', '140729.417500', '140729.877500', '140730.337500', '140730.797500', '140731.257500', '140731.717500', '140732.177500', '140732.637500', '140733.097500', '140733.557500', '140734.017500', '140734.477500', '140734.937500', '140735.397500', '140735.857500', '140736.317500', '140736.777500', '140737.237500', '140737.697500', '140738.157500', '140738.617500', '140739.077500', '140739.537500', '140739.997500', '140740.457500', '140740.917500', '140741.377500', '140741.837500', '140742.297500', '140742.757500', '140743.217500', '140743.677500', '140744.137500', '140744.597500', '140745.057500', '140745.517500', '140745.977500', '140746.437500', '140746.897500', '140747.357500', '140747.817500', '140748.277500', '140748.737500', '140749.197500', '140749.657500', '140750.117500', '140750.577500', '140751.037500', '140751.497500', '140751.957500', '140752.417500', '140752.877500', '140753.337500', '140753.797500', '140754.257500', '140754.717500', '140755.177500', '140755.637500', '140756.097500', '140756.557500', '140757.017500', '140757.477500', '140757.937500', '140758.397500', '140758.857500', '140759.317500', '140759.777500', '140800.237500', '140800.697500', '140801.157500', '140801.617500', '140802.077500', '140802.537500', '140802.997500', '140803.457500', '140803.917500', '140804.377500', '140804.837500', '140805.297500', '140805.757500', '140806.217500', '140806.677500', '140807.137500', '140807.597500', '140808.057500', '140808.517500', '140808.977500', '140809.437500', '140809.897500', '140810.357500', '140810.817500', '140811.277500', '140811.737500', '140812.197500', '140812.657500', '140813.117500', '140813.577500', '140814.037500', '140814.497500', '140814.957500', '140815.417500', '140815.877500', '140816.337500', '140816.797500', '140817.257500', '140817.717500', '140818.177500', '140818.637500', '140819.097500', '140819.557500', '140820.017500', '140820.477500', '140820.937500', '140821.397500', '140821.857500', '140822.317500', '140822.777500', '140823.237500', '140823.697500', '140824.157500', '140824.617500', '140825.077500', '140825.537500', '140825.997500', '140826.457500', '140826.917500', '140827.377500', '140827.837500', '140828.297500', '140828.757500', '140829.217500', '140829.677500', '140830.137500', '140830.597500', '140831.057500', '140831.517500', '140831.977500', '140832.437500', '140832.897500', '140833.357500', '140833.817500', '140834.277500', '140834.737500', '140835.197500', '140835.657500', '140836.117500', '140836.577500', '140837.037500', '140837.497500', '140837.957500', '140838.417500', '140838.877500', '140839.337500', '140839.797500', '140840.257500', '140840.717500', '140841.177500', '140841.637500', '140842.097500', '140842.557500', '140843.017500', '140843.477500', '140843.937500', '140844.397500', '140844.857500', '140845.317500', '140845.777500', '140846.237500', '140846.697500', '140847.157500', '140847.617500', '140848.077500', '140848.537500', '140848.997500', '140849.457500', '140849.917500', '140850.377500', '140850.837500', '140851.297500', '140851.757500', '140852.217500', '140852.677500', '140853.137500', '140853.597500', '140854.057500', '140854.517500', '140854.977500', '140855.437500', '140855.897500', '140856.357500', '140856.817500', '140857.277500', '140857.737500', '140858.197500', '140858.657500', '140859.117500', '140859.577500', '140900.037500', '140900.497500', '140900.957500', '140901.417500', '140901.877500', '140902.337500', '140902.797500', '140903.257500', '140903.717500', '140904.177500', '140904.637500', '140905.097500', '140905.557500', '140906.017500', '140906.477500', '140906.937500', '140907.397500', '140907.857500', '140908.317500', '140908.777500', '140909.237500', '140909.697500', '140910.157500', '140910.617500', '140911.077500', '140911.537500', '140911.997500', '140912.457500', '140912.917500', '140913.377500', '140913.837500', '140914.297500', '140914.757500', '140915.217500', '140915.677500', '140916.137500', '140916.597500', '140917.057500', '140917.517500', '140917.977500', '140918.437500', '140918.897500', '140919.357500', '140919.817500', '140920.277500', '140920.737500', '140921.197500', '140921.657500', '140922.117500', '140922.577500', '140923.037500', '140923.497500', '140923.957500', '140924.417500', '140924.877500', '140925.337500', '140925.797500', '140926.257500', '140926.717500', '140927.177500', '140927.637500', '140928.097500', '140928.557500', '140929.017500', '140929.477500', '140929.937500', '140930.397500', '140930.857500', '140931.317500', '140931.777500', '140932.237500', '140932.697500', '140933.157500', '140933.617500', '140934.077500', '140934.537500', '140934.997500', '140935.457500', '140935.917500', '140936.377500', '140936.837500', '140937.297500', '140937.757500', '140938.217500', '140938.677500', '140939.137500', '140939.597500', '140940.057500', '140940.517500', '140940.977500', '140941.437500', '140941.897500', '140942.357500', '140942.817500', '140943.277500', '140943.737500', '140944.197500', '140944.657500', '140945.117500', '140945.577500', '140946.037500', '140946.497500', '140946.957500', '140947.417500', '140947.877500', '140948.337500', '140948.797500', '140949.257500', '140949.717500', '140950.177500', '140950.637500', '140951.097500', '140951.557500', '140952.017500', '140952.477500', '140952.937500', '140953.397500', '140953.857500', '140954.317500', '140954.777500', '140955.237500', '140955.697500', '140956.157500', '140956.617500', '140957.077500', '140957.537500', '140957.997500', '140958.457500', '140958.917500', '140959.377500', '140959.837500', '141000.297500', '141000.757500', '141001.217500', '141001.677500', '141002.137500', '141002.597500', '141003.057500', '141003.517500', '141003.977500', '141004.437500', '141004.897500', '141005.357500', '141005.817500', '141006.277500', '141006.737500', '141007.197500', '141007.657500', '141008.117500', '141008.577500', '141009.037500', '141009.497500', '141009.957500', '141010.417500', '141010.877500', '141011.337500', '141011.797500', '141012.257500', '141012.717500', '141013.177500', '141013.637500', '141014.097500', '141014.557500', '141015.017500', '141015.477500', '141015.937500', '141016.397500', '141016.857500', '141017.317500', '141017.777500', '141018.237500', '141018.697500', '141019.157500', '141019.617500', '141020.077500', '141020.537500', '141020.997500', '141021.457500', '141021.917500', '141022.377500', '141022.837500', '141023.297500', '141023.757500', '141024.217500', '141024.677500', '141025.137500', '141025.597500', '141026.057500', '141026.517500', '141026.977500', '141027.437500', '141027.897500', '141028.357500', '141028.817500', '141029.277500', '141029.737500', '141030.197500', '141030.657500', '141031.117500', '141031.577500', '141032.037500', '141032.497500', '141032.957500', '141033.417500', '141033.877500', '141034.337500', '141034.797500', '141035.257500', '141035.717500', '141036.177500', '141036.637500', '141037.097500', '141037.557500', '141038.017500', '141038.477500', '141038.937500', '141039.397500', '141039.857500', '141040.317500', '141040.777500', '141041.237500', '141041.697500', '141042.157500', '141042.617500', '141043.077500', '141043.537500', '141043.997500', '141044.457500', '141044.917500', '141045.377500', '141045.837500', '141046.297500', '141046.757500', '141047.217500', '141047.677500', '141048.137500', '141048.597500', '141049.057500', '141049.517500', '141049.977500', '141050.437500', '141050.897500', '141051.357500', '141051.817500', '141052.277500', '141052.737500', '141053.197500', '141053.657500', '141054.117500', '141054.577500', '141055.037500', '141055.497500', '141055.957500', '141056.417500', '141056.877500', '141057.337500', '141057.797500', '141058.257500', '141058.717500', '141059.177500', '141059.637500', '141100.097500', '141100.557500', '141101.017500', '141101.477500', '141101.937500', '141102.397500', '141102.857500', '141103.317500', '141103.777500', '141104.237500', '141104.697500', '141105.157500', '141105.617500', '141106.077500', '141106.537500', '141106.997500', '141107.457500', '141107.917500', '141108.377500', '141108.837500', '141109.297500', '141109.757500', '141110.217500', '141110.677500', '141111.137500', '141111.597500', '141112.057500', '141112.517500', '141112.977500', '141113.437500', '141113.897500', '141114.357500', '141114.817500', '141115.277500', '141115.737500', '141116.197500', '141116.657500', '141117.117500', '141117.577500', '141118.037500', '141118.497500', '141118.957500', '141119.417500', '141119.877500', '141120.337500', '141120.797500', '141121.257500', '141121.717500', '141122.177500', '141122.637500', '141123.097500', '141123.557500', '141124.017500', '141124.477500', '141124.937500', '141125.397500', '141125.857500', '141126.317500', '141126.777500', '141127.237500', '141127.697500', '141128.157500', '141128.617500', '141129.077500', '141129.537500', '141129.997500', '141130.457500', '141130.917500', '141131.377500', '141131.837500', '141132.297500', '141132.757500', '141133.217500', '141133.677500', '141134.137500', '141134.597500', '141135.057500', '141135.517500', '141135.977500', '141136.437500', '141136.897500', '141137.357500', '141137.817500', '141138.277500', '141138.737500', '141139.197500', '141139.657500', '141140.117500', '141140.577500', '141141.037500', '141141.497500', '141141.957500', '141142.417500', '141142.877500', '141143.337500', '141143.797500', '141144.257500', '141144.717500', '141145.177500', '141145.637500', '141146.097500', '141146.557500', '141147.017500', '141147.477500', '141147.937500', '141148.397500', '141148.857500', '141149.317500', '141149.777500', '141150.237500', '141150.697500', '141151.157500', '141151.617500', '141152.077500', '141152.537500', '141152.997500', '141153.457500', '141153.917500', '141154.377500', '141154.837500', '141155.297500', '141155.757500', '141156.217500', '141156.677500', '141157.137500', '141157.597500', '141158.057500', '141158.517500', '141158.977500', '141159.437500', '141159.897500', '141200.357500', '141200.817500', '141201.277500', '141201.737500', '141202.197500', '141202.657500', '141203.117500', '141203.577500', '141204.037500', '141204.497500', '141204.957500', '141205.417500', '141205.877500', '141206.337500', '141206.797500', '141207.257500', '141207.717500', '141208.177500', '141208.637500', '141209.097500', '141209.557500', '141210.017500', '141210.477500', '141210.937500', '141211.397500', '141211.857500', '141212.317500', '141212.777500', '141213.237500', '141213.697500', '141214.157500', '141214.617500', '141215.077500', '141215.537500', '141215.997500', '141216.457500', '141216.917500', '141217.377500'], 'ContentTime': ['140354.272000', '140354.276000', '140354.279000', '140354.304000', '140354.307000', '140354.309000', '140354.312000', '140354.315000', '140354.318000', '140354.321000', '140354.324000', '140354.327000', '140354.330000', '140354.333000', '140354.336000', '140354.339000', '140354.342000', '140354.345000', '140354.348000', '140354.351000', '140354.354000', '140354.357000', '140354.360000', '140354.363000', '140354.366000', '140354.369000', '140354.372000', '140354.375000', '140354.378000', '140354.380000', '140354.385000', '140354.389000', '140354.392000', '140354.395000', '140354.398000', '140354.400000', '140354.403000', '140354.406000', '140354.409000', '140354.412000', '140354.415000', '140354.418000', '140354.422000', '140354.425000', '140354.428000', '140354.431000', '140354.434000', '140354.437000', '140354.439000', '140354.448000', '140354.451000', '140354.454000', '140354.457000', '140354.460000', '140354.463000', '140354.466000', '140354.469000', '140354.472000', '140354.474000', '140354.477000', '140354.480000', '140354.483000', '140414.230000', '140414.233000', '140414.236000', '140414.239000', '140414.248000', '140414.251000', '140414.253000', '140414.256000', '140414.260000', '140414.262000', '140414.265000', '140414.268000', '140414.271000', '140414.274000', '140414.277000', '140414.279000', '140414.282000', '140414.285000', '140414.288000', '140414.291000', '140414.294000', '140414.297000', '140414.300000', '140414.303000', '140414.306000', '140414.309000', '140414.311000', '140414.314000', '140414.317000', '140414.320000', '140414.323000', '140414.326000', '140414.329000', '140414.332000', '140414.335000', '140414.338000', '140414.341000', '140414.344000', '140414.353000', '140414.356000', '140414.359000', '140414.361000', '140414.364000', '140414.367000', '140434.230000', '140434.233000', '140434.236000', '140434.239000', '140434.242000', '140434.244000', '140434.247000', '140434.250000', '140434.253000', '140434.256000', '140434.259000', '140434.261000', '140434.264000', '140434.267000', '140434.270000', '140434.273000', '140434.276000', '140434.278000', '140434.281000', '140434.284000', '140434.287000', '140434.290000', '140434.293000', '140434.296000', '140434.298000', '140434.301000', '140434.304000', '140434.307000', '140434.310000', '140434.313000', '140434.316000', '140434.318000', '140434.321000', '140434.324000', '140434.327000', '140434.330000', '140434.333000', '140434.335000', '140434.338000', '140434.341000', '140434.344000', '140434.347000', '140434.350000', '140454.230000', '140454.233000', '140454.236000', '140454.239000', '140454.242000', '140454.244000', '140454.247000', '140454.250000', '140454.253000', '140454.256000', '140454.259000', '140454.262000', '140454.265000', '140454.267000', '140454.270000', '140454.273000', '140454.276000', '140454.279000', '140454.282000', '140454.285000', '140454.288000', '140454.290000', '140454.293000', '140454.296000', '140454.299000', '140454.302000', '140454.305000', '140454.308000', '140454.310000', '140454.313000', '140454.316000', '140454.319000', '140454.322000', '140454.325000', '140454.327000', '140454.330000', '140454.333000', '140454.336000', '140454.339000', '140454.342000', '140454.345000', '140454.348000', '140454.350000', '140454.353000', '140514.231000', '140514.234000', '140514.237000', '140514.240000', '140514.243000', '140514.246000', '140514.249000', '140514.251000', '140514.254000', '140514.257000', '140514.260000', '140514.263000', '140514.266000', '140514.269000', '140514.271000', '140514.274000', '140514.277000', '140514.280000', '140514.283000', '140514.286000', '140514.288000', '140514.291000', '140514.294000', '140514.297000', '140514.300000', '140514.303000', '140514.306000', '140514.308000', '140514.311000', '140514.314000', '140514.317000', '140514.320000', '140514.323000', '140514.326000', '140514.329000', '140514.333000', '140514.336000', '140514.339000', '140514.341000', '140514.344000', '140514.347000', '140514.350000', '140514.353000', '140534.231000', '140534.234000', '140534.242000', '140534.245000', '140534.247000', '140534.250000', '140534.253000', '140534.256000', '140534.269000', '140534.272000', '140534.275000', '140534.278000', '140534.281000', '140534.284000', '140534.287000', '140534.289000', '140534.292000', '140534.295000', '140534.298000', '140534.301000', '140534.304000', '140534.307000', '140534.310000', '140534.312000', '140534.315000', '140534.318000', '140534.321000', '140534.324000', '140534.327000', '140534.330000', '140534.333000', '140534.335000', '140534.353000', '140534.356000', '140534.368000', '140534.370000', '140534.373000', '140534.376000', '140534.379000', '140534.382000', '140534.385000', '140534.387000', '140534.390000', '140534.393000', '140554.231000', '140554.234000', '140554.237000', '140554.240000', '140554.243000', '140554.245000', '140554.248000', '140554.251000', '140554.254000', '140554.257000', '140554.260000', '140554.262000', '140554.265000', '140554.268000', '140554.271000', '140554.274000', '140554.277000', '140554.280000', '140554.283000', '140554.285000', '140554.288000', '140554.291000', '140554.294000', '140554.297000', '140554.300000', '140554.303000', '140554.306000', '140554.308000', '140554.311000', '140554.314000', '140554.317000', '140554.320000', '140554.323000', '140554.326000', '140554.328000', '140554.331000', '140554.334000', '140554.337000', '140554.340000', '140554.343000', '140554.345000', '140554.348000', '140554.351000', '140614.231000', '140614.234000', '140614.237000', '140614.240000', '140614.243000', '140614.246000', '140614.249000', '140614.251000', '140614.254000', '140614.257000', '140614.260000', '140614.263000', '140614.266000', '140614.269000', '140614.271000', '140614.274000', '140614.277000', '140614.280000', '140614.283000', '140614.286000', '140614.289000', '140614.292000', '140614.294000', '140614.297000', '140614.300000', '140614.303000', '140614.306000', '140614.309000', '140614.312000', '140614.315000', '140614.317000', '140614.320000', '140614.323000', '140614.326000', '140614.329000', '140614.332000', '140614.335000', '140614.338000', '140614.341000', '140614.343000', '140614.346000', '140614.349000', '140614.352000', '140614.355000', '140634.230000', '140634.233000', '140634.236000', '140634.239000', '140634.242000', '140634.245000', '140634.248000', '140634.251000', '140634.253000', '140634.256000', '140634.259000', '140634.262000', '140634.265000', '140634.268000', '140634.270000', '140634.274000', '140634.276000', '140634.279000', '140634.282000', '140634.285000', '140634.288000', '140634.291000', '140634.294000', '140634.297000', '140634.299000', '140634.302000', '140634.305000', '140634.308000', '140634.311000', '140634.314000', '140634.317000', '140634.319000', '140634.322000', '140634.325000', '140634.328000', '140634.331000', '140634.334000', '140634.337000', '140634.339000', '140634.342000', '140634.345000', '140634.348000', '140634.351000', '140654.230000', '140654.233000', '140654.236000', '140654.239000', '140654.242000', '140654.245000', '140654.248000', '140654.250000', '140654.253000', '140654.256000', '140654.259000', '140654.262000', '140654.265000', '140654.268000', '140654.271000', '140654.274000', '140654.278000', '140654.281000', '140654.284000', '140654.287000', '140654.290000', '140654.293000', '140654.296000', '140654.299000', '140654.302000', '140654.304000', '140654.307000', '140654.310000', '140654.313000', '140654.316000', '140654.319000', '140654.322000', '140654.325000', '140654.327000', '140654.330000', '140654.333000', '140654.336000', '140654.339000', '140654.342000', '140654.345000', '140654.348000', '140654.350000', '140654.353000', '140714.230000', '140714.233000', '140714.236000', '140714.239000', '140714.242000', '140714.245000', '140714.247000', '140714.250000', '140714.253000', '140714.256000', '140714.259000', '140714.262000', '140714.265000', '140714.267000', '140714.270000', '140714.273000', '140714.276000', '140714.279000', '140714.282000', '140714.285000', '140714.288000', '140714.290000', '140714.293000', '140714.296000', '140714.299000', '140714.302000', '140714.305000', '140714.308000', '140714.325000', '140714.328000', '140714.331000', '140714.334000', '140714.337000', '140714.339000', '140714.342000', '140714.345000', '140714.348000', '140714.351000', '140714.354000', '140714.357000', '140714.359000', '140714.362000', '140714.365000', '140714.368000', '140734.231000', '140734.234000', '140734.237000', '140734.240000', '140734.243000', '140734.246000', '140734.249000', '140734.252000', '140734.254000', '140734.257000', '140734.260000', '140734.263000', '140734.266000', '140734.269000', '140734.274000', '140734.277000', '140734.280000', '140734.282000', '140734.285000', '140734.288000', '140734.291000', '140734.294000', '140734.297000', '140734.300000', '140734.303000', '140734.305000', '140734.308000', '140734.311000', '140734.314000', '140734.317000', '140734.320000', '140734.323000', '140734.326000', '140734.328000', '140734.331000', '140734.334000', '140734.337000', '140734.340000', '140734.343000', '140734.346000', '140734.349000', '140734.351000', '140734.354000', '140754.231000', '140754.234000', '140754.237000', '140754.240000', '140754.243000', '140754.246000', '140754.249000', '140754.252000', '140754.254000', '140754.257000', '140754.260000', '140754.263000', '140754.266000', '140754.269000', '140754.272000', '140754.275000', '140754.277000', '140754.280000', '140754.283000', '140754.286000', '140754.289000', '140754.292000', '140754.295000', '140754.298000', '140754.300000', '140754.303000', '140754.306000', '140754.309000', '140754.312000', '140754.315000', '140754.318000', '140754.320000', '140754.323000', '140754.326000', '140754.329000', '140754.332000', '140754.335000', '140754.338000', '140754.341000', '140754.344000', '140754.346000', '140754.349000', '140754.352000', '140754.355000', '140814.231000', '140814.234000', '140814.237000', '140814.240000', '140814.243000', '140814.246000', '140814.249000', '140814.251000', '140814.254000', '140814.257000', '140814.260000', '140814.263000', '140814.266000', '140814.269000', '140814.272000', '140814.275000', '140814.278000', '140814.281000', '140814.284000', '140814.287000', '140814.289000', '140814.292000', '140814.295000', '140814.298000', '140814.301000', '140814.304000', '140814.307000', '140814.310000', '140814.313000', '140814.315000', '140814.318000', '140814.321000', '140814.324000', '140814.327000', '140814.330000', '140814.333000', '140814.336000', '140814.339000', '140814.342000', '140814.345000', '140814.347000', '140814.350000', '140814.353000', '140834.231000', '140834.234000', '140834.237000', '140834.240000', '140834.243000', '140834.246000', '140834.249000', '140834.252000', '140834.254000', '140834.257000', '140834.260000', '140834.263000', '140834.266000', '140834.269000', '140834.272000', '140834.275000', '140834.277000', '140834.280000', '140834.283000', '140834.286000', '140834.289000', '140834.292000', '140834.295000', '140834.298000', '140834.300000', '140834.303000', '140834.306000', '140834.309000', '140834.312000', '140834.315000', '140834.318000', '140834.320000', '140834.323000', '140834.326000', '140834.329000', '140834.332000', '140834.335000', '140834.338000', '140834.340000', '140834.357000', '140834.360000', '140834.363000', '140834.365000', '140834.368000', '140854.230000', '140854.233000', '140854.238000', '140854.241000', '140854.244000', '140854.247000', '140854.250000', '140854.253000', '140854.256000', '140854.259000', '140854.262000', '140854.265000', '140854.268000', '140854.287000', '140854.290000', '140854.293000', '140854.296000', '140854.299000', '140854.302000', '140854.305000', '140854.307000', '140854.310000', '140854.313000', '140854.316000', '140854.319000', '140854.322000', '140854.325000', '140854.327000', '140854.330000', '140854.333000', '140854.336000', '140854.339000', '140854.342000', '140854.345000', '140854.348000', '140854.350000', '140854.353000', '140854.356000', '140854.359000', '140854.362000', '140854.365000', '140854.368000', '140854.371000', '140914.230000', '140914.233000', '140914.236000', '140914.239000', '140914.242000', '140914.244000', '140914.247000', '140914.250000', '140914.253000', '140914.256000', '140914.259000', '140914.262000', '140914.265000', '140914.267000', '140914.270000', '140914.273000', '140914.276000', '140914.279000', '140914.282000', '140914.284000', '140914.287000', '140914.290000', '140914.293000', '140914.296000', '140914.299000', '140914.302000', '140914.304000', '140914.307000', '140914.310000', '140914.313000', '140914.316000', '140914.319000', '140914.322000', '140914.324000', '140914.327000', '140914.330000', '140914.333000', '140914.336000', '140914.339000', '140914.342000', '140914.344000', '140914.347000', '140914.350000', '140914.353000', '140934.230000', '140934.233000', '140934.236000', '140934.239000', '140934.242000', '140934.245000', '140934.248000', '140934.250000', '140934.253000', '140934.256000', '140934.259000', '140934.262000', '140934.265000', '140934.268000', '140934.271000', '140934.273000', '140934.276000', '140934.279000', '140934.282000', '140934.285000', '140934.288000', '140934.291000', '140934.294000', '140934.297000', '140934.299000', '140934.302000', '140934.305000', '140934.308000', '140934.311000', '140934.314000', '140934.317000', '140934.320000', '140934.323000', '140934.325000', '140934.328000', '140934.331000', '140934.334000', '140934.337000', '140934.340000', '140934.343000', '140934.346000', '140934.348000', '140934.351000', '140954.231000', '140954.234000', '140954.237000', '140954.240000', '140954.243000', '140954.246000', '140954.249000', '140954.252000', '140954.254000', '140954.257000', '140954.260000', '140954.263000', '140954.266000', '140954.269000', '140954.272000', '140954.275000', '140954.278000', '140954.280000', '140954.283000', '140954.286000', '140954.289000', '140954.292000', '140954.295000', '140954.298000', '140954.301000', '140954.303000', '140954.306000', '140954.309000', '140954.312000', '140954.315000', '140954.318000', '140954.321000', '140954.323000', '140954.326000', '140954.329000', '140954.332000', '140954.335000', '140954.338000', '140954.341000', '140954.344000', '140954.346000', '140954.349000', '140954.352000', '140954.355000', '141014.231000', '141014.234000', '141014.237000', '141014.240000', '141014.243000', '141014.247000', '141014.262000', '141014.265000', '141014.267000', '141014.270000', '141014.273000', '141014.276000', '141014.279000', '141014.282000', '141014.285000', '141014.287000', '141014.290000', '141014.293000', '141014.296000', '141014.299000', '141014.302000', '141014.305000', '141014.308000', '141014.311000', '141014.314000', '141014.317000', '141014.320000', '141014.323000', '141014.326000', '141014.328000', '141014.331000', '141014.334000', '141014.337000', '141014.340000', '141014.343000', '141014.346000', '141014.348000', '141014.351000', '141014.354000', '141014.357000', '141014.360000', '141014.363000', '141014.365000', '141034.231000', '141034.234000', '141034.237000', '141034.240000', '141034.243000', '141034.246000', '141034.249000', '141034.251000', '141034.254000', '141034.257000', '141034.260000', '141034.263000', '141034.266000', '141034.269000', '141034.272000', '141034.274000', '141034.277000', '141034.280000', '141034.283000', '141034.286000', '141034.289000', '141034.292000', '141034.295000', '141034.297000', '141034.300000', '141034.303000', '141034.306000', '141034.309000', '141034.312000', '141034.315000', '141034.318000', '141034.320000', '141034.323000', '141034.326000', '141034.329000', '141034.332000', '141034.335000', '141034.338000', '141034.341000', '141034.343000', '141034.346000', '141034.349000', '141034.352000', '141034.355000', '141054.231000', '141054.234000', '141054.237000', '141054.240000', '141054.243000', '141054.246000', '141054.249000', '141054.251000', '141054.254000', '141054.257000', '141054.260000', '141054.263000', '141054.266000', '141054.269000', '141054.271000', '141054.274000', '141054.277000', '141054.280000', '141054.283000', '141054.286000', '141054.289000', '141054.292000', '141054.294000', '141054.297000', '141054.300000', '141054.303000', '141054.306000', '141054.309000', '141054.312000', '141054.315000', '141054.317000', '141054.320000', '141054.323000', '141054.326000', '141054.329000', '141054.332000', '141054.335000', '141054.338000', '141054.340000', '141054.343000', '141054.346000', '141054.349000', '141054.352000', '141114.230000', '141114.233000', '141114.236000', '141114.239000', '141114.242000', '141114.245000', '141114.248000', '141114.251000', '141114.253000', '141114.256000', '141114.259000', '141114.262000', '141114.265000', '141114.268000', '141114.271000', '141114.274000', '141114.276000', '141114.279000', '141114.282000', '141114.285000', '141114.288000', '141114.291000', '141114.294000', '141114.297000', '141114.299000', '141114.302000', '141114.305000', '141114.308000', '141114.311000', '141114.314000', '141114.317000', '141114.320000', '141114.322000', '141114.325000', '141114.328000', '141114.331000', '141114.334000', '141114.337000', '141114.339000', '141114.342000', '141114.345000', '141114.348000', '141114.351000', '141114.354000', '141134.230000', '141134.233000', '141134.252000', '141134.255000', '141134.258000', '141134.261000', '141134.264000', '141134.267000', '141134.270000', '141134.272000', '141134.275000', '141134.278000', '141134.282000', '141134.285000', '141134.288000', '141134.291000', '141134.294000', '141134.297000', '141134.300000', '141134.303000', '141134.306000', '141134.309000', '141134.312000', '141134.314000', '141134.317000', '141134.320000', '141134.323000', '141134.326000', '141134.329000', '141134.332000', '141134.334000', '141134.338000', '141134.341000', '141134.344000', '141134.347000', '141134.350000', '141134.352000', '141134.355000', '141134.358000', '141134.361000', '141134.364000', '141134.367000', '141134.370000', '141154.230000', '141154.233000', '141154.236000', '141154.239000', '141154.242000', '141154.245000', '141154.248000', '141154.251000', '141154.254000', '141154.257000', '141154.260000', '141154.263000', '141154.266000', '141154.269000', '141154.271000', '141154.282000', '141154.285000', '141154.288000', '141154.291000', '141154.293000', '141154.296000', '141154.299000', '141154.302000', '141154.305000', '141154.308000', '141154.311000', '141154.313000', '141154.316000', '141154.319000', '141154.322000', '141154.325000', '141154.328000', '141154.331000', '141154.334000', '141154.336000', '141154.339000', '141154.342000', '141154.345000', '141154.348000', '141154.351000', '141154.354000', '141154.356000', '141154.359000', '141154.362000', '141214.231000', '141214.234000', '141214.237000', '141214.240000', '141214.243000', '141214.246000', '141214.249000', '141214.252000', '141214.254000', '141214.257000', '141214.260000', '141214.263000', '141214.266000', '141214.269000', '141214.272000', '141214.275000', '141214.277000', '141214.280000', '141214.283000', '141214.286000', '141214.289000', '141214.292000', '141214.295000', '141214.298000', '141214.300000', '141214.303000', '141214.306000', '141214.309000', '141214.312000', '141214.315000', '141214.318000', '141214.321000', '141214.324000', '141214.326000', '141214.329000', '141214.332000', '141214.335000', '141214.338000', '141214.341000', '141214.344000', '141214.347000', '141214.350000', '141214.353000', '141218.112000', '141218.125000', '141218.128000', '141218.132000', '141218.135000', '141218.138000', '141218.141000', '141218.144000', '141218.147000'], 'InstanceCreationTime': ['140354.272000', '140354.276000', '140354.279000', '140354.304000', '140354.307000', '140354.309000', '140354.312000', '140354.315000', '140354.318000', '140354.321000', '140354.324000', '140354.327000', '140354.330000', '140354.333000', '140354.336000', '140354.339000', '140354.342000', '140354.345000', '140354.348000', '140354.351000', '140354.354000', '140354.357000', '140354.360000', '140354.363000', '140354.366000', '140354.369000', '140354.372000', '140354.375000', '140354.378000', '140354.380000', '140354.385000', '140354.389000', '140354.392000', '140354.395000', '140354.398000', '140354.400000', '140354.403000', '140354.406000', '140354.409000', '140354.412000', '140354.415000', '140354.418000', '140354.422000', '140354.425000', '140354.428000', '140354.431000', '140354.434000', '140354.437000', '140354.439000', '140354.448000', '140354.451000', '140354.454000', '140354.457000', '140354.460000', '140354.463000', '140354.466000', '140354.469000', '140354.472000', '140354.474000', '140354.477000', '140354.480000', '140354.483000', '140414.230000', '140414.233000', '140414.236000', '140414.239000', '140414.248000', '140414.251000', '140414.253000', '140414.256000', '140414.260000', '140414.262000', '140414.265000', '140414.268000', '140414.271000', '140414.274000', '140414.277000', '140414.279000', '140414.282000', '140414.285000', '140414.288000', '140414.291000', '140414.294000', '140414.297000', '140414.300000', '140414.303000', '140414.306000', '140414.309000', '140414.311000', '140414.314000', '140414.317000', '140414.320000', '140414.323000', '140414.326000', '140414.329000', '140414.332000', '140414.335000', '140414.338000', '140414.341000', '140414.344000', '140414.353000', '140414.356000', '140414.359000', '140414.361000', '140414.364000', '140414.367000', '140434.230000', '140434.233000', '140434.236000', '140434.239000', '140434.242000', '140434.244000', '140434.247000', '140434.250000', '140434.253000', '140434.256000', '140434.259000', '140434.261000', '140434.264000', '140434.267000', '140434.270000', '140434.273000', '140434.276000', '140434.278000', '140434.281000', '140434.284000', '140434.287000', '140434.290000', '140434.293000', '140434.296000', '140434.298000', '140434.301000', '140434.304000', '140434.307000', '140434.310000', '140434.313000', '140434.316000', '140434.318000', '140434.321000', '140434.324000', '140434.327000', '140434.330000', '140434.333000', '140434.335000', '140434.338000', '140434.341000', '140434.344000', '140434.347000', '140434.350000', '140454.230000', '140454.233000', '140454.236000', '140454.239000', '140454.242000', '140454.244000', '140454.247000', '140454.250000', '140454.253000', '140454.256000', '140454.259000', '140454.262000', '140454.265000', '140454.267000', '140454.270000', '140454.273000', '140454.276000', '140454.279000', '140454.282000', '140454.285000', '140454.288000', '140454.290000', '140454.293000', '140454.296000', '140454.299000', '140454.302000', '140454.305000', '140454.308000', '140454.310000', '140454.313000', '140454.316000', '140454.319000', '140454.322000', '140454.325000', '140454.327000', '140454.330000', '140454.333000', '140454.336000', '140454.339000', '140454.342000', '140454.345000', '140454.348000', '140454.350000', '140454.353000', '140514.231000', '140514.234000', '140514.237000', '140514.240000', '140514.243000', '140514.246000', '140514.249000', '140514.251000', '140514.254000', '140514.257000', '140514.260000', '140514.263000', '140514.266000', '140514.269000', '140514.271000', '140514.274000', '140514.277000', '140514.280000', '140514.283000', '140514.286000', '140514.288000', '140514.291000', '140514.294000', '140514.297000', '140514.300000', '140514.303000', '140514.306000', '140514.308000', '140514.311000', '140514.314000', '140514.317000', '140514.320000', '140514.323000', '140514.326000', '140514.329000', '140514.333000', '140514.336000', '140514.339000', '140514.341000', '140514.344000', '140514.347000', '140514.350000', '140514.353000', '140534.231000', '140534.234000', '140534.242000', '140534.245000', '140534.247000', '140534.250000', '140534.253000', '140534.256000', '140534.269000', '140534.272000', '140534.275000', '140534.278000', '140534.281000', '140534.284000', '140534.287000', '140534.289000', '140534.292000', '140534.295000', '140534.298000', '140534.301000', '140534.304000', '140534.307000', '140534.310000', '140534.312000', '140534.315000', '140534.318000', '140534.321000', '140534.324000', '140534.327000', '140534.330000', '140534.333000', '140534.335000', '140534.353000', '140534.356000', '140534.368000', '140534.370000', '140534.373000', '140534.376000', '140534.379000', '140534.382000', '140534.385000', '140534.387000', '140534.390000', '140534.393000', '140554.231000', '140554.234000', '140554.237000', '140554.240000', '140554.243000', '140554.245000', '140554.248000', '140554.251000', '140554.254000', '140554.257000', '140554.260000', '140554.262000', '140554.265000', '140554.268000', '140554.271000', '140554.274000', '140554.277000', '140554.280000', '140554.283000', '140554.285000', '140554.288000', '140554.291000', '140554.294000', '140554.297000', '140554.300000', '140554.303000', '140554.306000', '140554.308000', '140554.311000', '140554.314000', '140554.317000', '140554.320000', '140554.323000', '140554.326000', '140554.328000', '140554.331000', '140554.334000', '140554.337000', '140554.340000', '140554.343000', '140554.345000', '140554.348000', '140554.351000', '140614.231000', '140614.234000', '140614.237000', '140614.240000', '140614.243000', '140614.246000', '140614.249000', '140614.251000', '140614.254000', '140614.257000', '140614.260000', '140614.263000', '140614.266000', '140614.269000', '140614.271000', '140614.274000', '140614.277000', '140614.280000', '140614.283000', '140614.286000', '140614.289000', '140614.292000', '140614.294000', '140614.297000', '140614.300000', '140614.303000', '140614.306000', '140614.309000', '140614.312000', '140614.315000', '140614.317000', '140614.320000', '140614.323000', '140614.326000', '140614.329000', '140614.332000', '140614.335000', '140614.338000', '140614.341000', '140614.343000', '140614.346000', '140614.349000', '140614.352000', '140614.355000', '140634.230000', '140634.233000', '140634.236000', '140634.239000', '140634.242000', '140634.245000', '140634.248000', '140634.251000', '140634.253000', '140634.256000', '140634.259000', '140634.262000', '140634.265000', '140634.268000', '140634.270000', '140634.274000', '140634.276000', '140634.279000', '140634.282000', '140634.285000', '140634.288000', '140634.291000', '140634.294000', '140634.297000', '140634.299000', '140634.302000', '140634.305000', '140634.308000', '140634.311000', '140634.314000', '140634.317000', '140634.319000', '140634.322000', '140634.325000', '140634.328000', '140634.331000', '140634.334000', '140634.337000', '140634.339000', '140634.342000', '140634.345000', '140634.348000', '140634.351000', '140654.230000', '140654.233000', '140654.236000', '140654.239000', '140654.242000', '140654.245000', '140654.248000', '140654.250000', '140654.253000', '140654.256000', '140654.259000', '140654.262000', '140654.265000', '140654.268000', '140654.271000', '140654.274000', '140654.278000', '140654.281000', '140654.284000', '140654.287000', '140654.290000', '140654.293000', '140654.296000', '140654.299000', '140654.302000', '140654.304000', '140654.307000', '140654.310000', '140654.313000', '140654.316000', '140654.319000', '140654.322000', '140654.325000', '140654.327000', '140654.330000', '140654.333000', '140654.336000', '140654.339000', '140654.342000', '140654.345000', '140654.348000', '140654.350000', '140654.353000', '140714.230000', '140714.233000', '140714.236000', '140714.239000', '140714.242000', '140714.245000', '140714.247000', '140714.250000', '140714.253000', '140714.256000', '140714.259000', '140714.262000', '140714.265000', '140714.267000', '140714.270000', '140714.273000', '140714.276000', '140714.279000', '140714.282000', '140714.285000', '140714.288000', '140714.290000', '140714.293000', '140714.296000', '140714.299000', '140714.302000', '140714.305000', '140714.308000', '140714.325000', '140714.328000', '140714.331000', '140714.334000', '140714.337000', '140714.339000', '140714.342000', '140714.345000', '140714.348000', '140714.351000', '140714.354000', '140714.357000', '140714.359000', '140714.362000', '140714.365000', '140714.368000', '140734.231000', '140734.234000', '140734.237000', '140734.240000', '140734.243000', '140734.246000', '140734.249000', '140734.252000', '140734.254000', '140734.257000', '140734.260000', '140734.263000', '140734.266000', '140734.269000', '140734.274000', '140734.277000', '140734.280000', '140734.282000', '140734.285000', '140734.288000', '140734.291000', '140734.294000', '140734.297000', '140734.300000', '140734.303000', '140734.305000', '140734.308000', '140734.311000', '140734.314000', '140734.317000', '140734.320000', '140734.323000', '140734.326000', '140734.328000', '140734.331000', '140734.334000', '140734.337000', '140734.340000', '140734.343000', '140734.346000', '140734.349000', '140734.351000', '140734.354000', '140754.231000', '140754.234000', '140754.237000', '140754.240000', '140754.243000', '140754.246000', '140754.249000', '140754.252000', '140754.254000', '140754.257000', '140754.260000', '140754.263000', '140754.266000', '140754.269000', '140754.272000', '140754.275000', '140754.277000', '140754.280000', '140754.283000', '140754.286000', '140754.289000', '140754.292000', '140754.295000', '140754.298000', '140754.300000', '140754.303000', '140754.306000', '140754.309000', '140754.312000', '140754.315000', '140754.318000', '140754.320000', '140754.323000', '140754.326000', '140754.329000', '140754.332000', '140754.335000', '140754.338000', '140754.341000', '140754.344000', '140754.346000', '140754.349000', '140754.352000', '140754.355000', '140814.231000', '140814.234000', '140814.237000', '140814.240000', '140814.243000', '140814.246000', '140814.249000', '140814.251000', '140814.254000', '140814.257000', '140814.260000', '140814.263000', '140814.266000', '140814.269000', '140814.272000', '140814.275000', '140814.278000', '140814.281000', '140814.284000', '140814.287000', '140814.289000', '140814.292000', '140814.295000', '140814.298000', '140814.301000', '140814.304000', '140814.307000', '140814.310000', '140814.313000', '140814.315000', '140814.318000', '140814.321000', '140814.324000', '140814.327000', '140814.330000', '140814.333000', '140814.336000', '140814.339000', '140814.342000', '140814.345000', '140814.347000', '140814.350000', '140814.353000', '140834.231000', '140834.234000', '140834.237000', '140834.240000', '140834.243000', '140834.246000', '140834.249000', '140834.252000', '140834.254000', '140834.257000', '140834.260000', '140834.263000', '140834.266000', '140834.269000', '140834.272000', '140834.275000', '140834.277000', '140834.280000', '140834.283000', '140834.286000', '140834.289000', '140834.292000', '140834.295000', '140834.298000', '140834.300000', '140834.303000', '140834.306000', '140834.309000', '140834.312000', '140834.315000', '140834.318000', '140834.320000', '140834.323000', '140834.326000', '140834.329000', '140834.332000', '140834.335000', '140834.338000', '140834.340000', '140834.357000', '140834.360000', '140834.363000', '140834.365000', '140834.368000', '140854.230000', '140854.233000', '140854.238000', '140854.241000', '140854.244000', '140854.247000', '140854.250000', '140854.253000', '140854.256000', '140854.259000', '140854.262000', '140854.265000', '140854.268000', '140854.287000', '140854.290000', '140854.293000', '140854.296000', '140854.299000', '140854.302000', '140854.305000', '140854.307000', '140854.310000', '140854.313000', '140854.316000', '140854.319000', '140854.322000', '140854.325000', '140854.327000', '140854.330000', '140854.333000', '140854.336000', '140854.339000', '140854.342000', '140854.345000', '140854.348000', '140854.350000', '140854.353000', '140854.356000', '140854.359000', '140854.362000', '140854.365000', '140854.368000', '140854.371000', '140914.230000', '140914.233000', '140914.236000', '140914.239000', '140914.242000', '140914.244000', '140914.247000', '140914.250000', '140914.253000', '140914.256000', '140914.259000', '140914.262000', '140914.265000', '140914.267000', '140914.270000', '140914.273000', '140914.276000', '140914.279000', '140914.282000', '140914.284000', '140914.287000', '140914.290000', '140914.293000', '140914.296000', '140914.299000', '140914.302000', '140914.304000', '140914.307000', '140914.310000', '140914.313000', '140914.316000', '140914.319000', '140914.322000', '140914.324000', '140914.327000', '140914.330000', '140914.333000', '140914.336000', '140914.339000', '140914.342000', '140914.344000', '140914.347000', '140914.350000', '140914.353000', '140934.230000', '140934.233000', '140934.236000', '140934.239000', '140934.242000', '140934.245000', '140934.248000', '140934.250000', '140934.253000', '140934.256000', '140934.259000', '140934.262000', '140934.265000', '140934.268000', '140934.271000', '140934.273000', '140934.276000', '140934.279000', '140934.282000', '140934.285000', '140934.288000', '140934.291000', '140934.294000', '140934.297000', '140934.299000', '140934.302000', '140934.305000', '140934.308000', '140934.311000', '140934.314000', '140934.317000', '140934.320000', '140934.323000', '140934.325000', '140934.328000', '140934.331000', '140934.334000', '140934.337000', '140934.340000', '140934.343000', '140934.346000', '140934.348000', '140934.351000', '140954.231000', '140954.234000', '140954.237000', '140954.240000', '140954.243000', '140954.246000', '140954.249000', '140954.252000', '140954.254000', '140954.257000', '140954.260000', '140954.263000', '140954.266000', '140954.269000', '140954.272000', '140954.275000', '140954.278000', '140954.280000', '140954.283000', '140954.286000', '140954.289000', '140954.292000', '140954.295000', '140954.298000', '140954.301000', '140954.303000', '140954.306000', '140954.309000', '140954.312000', '140954.315000', '140954.318000', '140954.321000', '140954.323000', '140954.326000', '140954.329000', '140954.332000', '140954.335000', '140954.338000', '140954.341000', '140954.344000', '140954.346000', '140954.349000', '140954.352000', '140954.355000', '141014.231000', '141014.234000', '141014.237000', '141014.240000', '141014.243000', '141014.247000', '141014.262000', '141014.265000', '141014.267000', '141014.270000', '141014.273000', '141014.276000', '141014.279000', '141014.282000', '141014.285000', '141014.287000', '141014.290000', '141014.293000', '141014.296000', '141014.299000', '141014.302000', '141014.305000', '141014.308000', '141014.311000', '141014.314000', '141014.317000', '141014.320000', '141014.323000', '141014.326000', '141014.328000', '141014.331000', '141014.334000', '141014.337000', '141014.340000', '141014.343000', '141014.346000', '141014.348000', '141014.351000', '141014.354000', '141014.357000', '141014.360000', '141014.363000', '141014.365000', '141034.231000', '141034.234000', '141034.237000', '141034.240000', '141034.243000', '141034.246000', '141034.249000', '141034.251000', '141034.254000', '141034.257000', '141034.260000', '141034.263000', '141034.266000', '141034.269000', '141034.272000', '141034.274000', '141034.277000', '141034.280000', '141034.283000', '141034.286000', '141034.289000', '141034.292000', '141034.295000', '141034.297000', '141034.300000', '141034.303000', '141034.306000', '141034.309000', '141034.312000', '141034.315000', '141034.318000', '141034.320000', '141034.323000', '141034.326000', '141034.329000', '141034.332000', '141034.335000', '141034.338000', '141034.341000', '141034.343000', '141034.346000', '141034.349000', '141034.352000', '141034.355000', '141054.231000', '141054.234000', '141054.237000', '141054.240000', '141054.243000', '141054.246000', '141054.249000', '141054.251000', '141054.254000', '141054.257000', '141054.260000', '141054.263000', '141054.266000', '141054.269000', '141054.271000', '141054.274000', '141054.277000', '141054.280000', '141054.283000', '141054.286000', '141054.289000', '141054.292000', '141054.294000', '141054.297000', '141054.300000', '141054.303000', '141054.306000', '141054.309000', '141054.312000', '141054.315000', '141054.317000', '141054.320000', '141054.323000', '141054.326000', '141054.329000', '141054.332000', '141054.335000', '141054.338000', '141054.340000', '141054.343000', '141054.346000', '141054.349000', '141054.352000', '141114.230000', '141114.233000', '141114.236000', '141114.239000', '141114.242000', '141114.245000', '141114.248000', '141114.251000', '141114.253000', '141114.256000', '141114.259000', '141114.262000', '141114.265000', '141114.268000', '141114.271000', '141114.274000', '141114.276000', '141114.279000', '141114.282000', '141114.285000', '141114.288000', '141114.291000', '141114.294000', '141114.297000', '141114.299000', '141114.302000', '141114.305000', '141114.308000', '141114.311000', '141114.314000', '141114.317000', '141114.320000', '141114.322000', '141114.325000', '141114.328000', '141114.331000', '141114.334000', '141114.337000', '141114.339000', '141114.342000', '141114.345000', '141114.348000', '141114.351000', '141114.354000', '141134.230000', '141134.233000', '141134.252000', '141134.255000', '141134.258000', '141134.261000', '141134.264000', '141134.267000', '141134.270000', '141134.272000', '141134.275000', '141134.278000', '141134.282000', '141134.285000', '141134.288000', '141134.291000', '141134.294000', '141134.297000', '141134.300000', '141134.303000', '141134.306000', '141134.309000', '141134.312000', '141134.314000', '141134.317000', '141134.320000', '141134.323000', '141134.326000', '141134.329000', '141134.332000', '141134.334000', '141134.338000', '141134.341000', '141134.344000', '141134.347000', '141134.350000', '141134.352000', '141134.355000', '141134.358000', '141134.361000', '141134.364000', '141134.367000', '141134.370000', '141154.230000', '141154.233000', '141154.236000', '141154.239000', '141154.242000', '141154.245000', '141154.248000', '141154.251000', '141154.254000', '141154.257000', '141154.260000', '141154.263000', '141154.266000', '141154.269000', '141154.271000', '141154.282000', '141154.285000', '141154.288000', '141154.291000', '141154.293000', '141154.296000', '141154.299000', '141154.302000', '141154.305000', '141154.308000', '141154.311000', '141154.313000', '141154.316000', '141154.319000', '141154.322000', '141154.325000', '141154.328000', '141154.331000', '141154.334000', '141154.336000', '141154.339000', '141154.342000', '141154.345000', '141154.348000', '141154.351000', '141154.354000', '141154.356000', '141154.359000', '141154.362000', '141214.231000', '141214.234000', '141214.237000', '141214.240000', '141214.243000', '141214.246000', '141214.249000', '141214.252000', '141214.254000', '141214.257000', '141214.260000', '141214.263000', '141214.266000', '141214.269000', '141214.272000', '141214.275000', '141214.277000', '141214.280000', '141214.283000', '141214.286000', '141214.289000', '141214.292000', '141214.295000', '141214.298000', '141214.300000', '141214.303000', '141214.306000', '141214.309000', '141214.312000', '141214.315000', '141214.318000', '141214.321000', '141214.324000', '141214.326000', '141214.329000', '141214.332000', '141214.335000', '141214.338000', '141214.341000', '141214.344000', '141214.347000', '141214.350000', '141214.353000', '141218.112000', '141218.125000', '141218.128000', '141218.132000', '141218.135000', '141218.138000', '141218.141000', '141218.144000', '141218.147000'], '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': [9576, 8905, 9603, 8792, 10360, 8899, 10346, 8767, 10184, 8770, 9747, 7983, 8686, 10372, 9024, 9061, 8609, 9297, 8020, 9401, 8384, 8877, 7585, 8426, 7255, 8790, 9412, 8503, 9552, 8343, 9658, 7702, 9232, 7974, 9278, 9464, 8607, 10249, 8565, 10204, 8678, 10280, 8750, 9801, 10092, 8611, 10650, 8705, 9917, 8271, 9355, 7978, 8907, 8079, 8600, 10325, 8435, 9990, 8287, 9372, 8080, 8851, 7742, 8534, 7566, 8327, 9403, 8109, 9437, 8443, 9381, 8137, 9356, 8519, 9154, 8893, 8768, 10803, 8536, 9510, 8975, 9883, 8557, 9771, 8543, 9616, 8239, 8377, 7363, 8591, 9246, 8883, 9587, 8656, 9960, 8181, 9739, 8017, 8631, 9073, 8420, 9812, 8695, 9927, 8163, 9874, 7914, 9567, 8125, 9073, 8002, 8803, 10343, 8741, 10291, 8507, 10155, 8093, 9849, 8254, 8823, 10269, 8212, 10230, 8160, 9755, 8027, 9342, 8511, 8928, 7786, 8145, 7026, 8647, 8810, 8339, 9596, 8348, 9796, 8336, 9984, 8804, 9582, 8486, 9477, 8203, 8815, 11292, 8919, 12217, 8669, 10164, 8175, 9477, 7812, 8979, 7188, 8403, 8882, 8563, 8897, 8529, 8939, 8208, 8833, 7751, 8670, 7121, 8504, 9362, 8871, 9534, 8783, 9442, 8704, 9130, 8199, 8987, 9117, 9152, 9749, 8830, 9162, 8384, 8820, 7639, 8784, 11067, 8676, 9125, 8316, 9045, 7704, 8316, 8336, 8247, 9090, 8497, 8508, 7948, 8533, 7683, 8715, 7204, 8931, 9106, 8626, 9273, 8249, 9005, 8152, 8771, 8025, 8905, 8000, 8863, 10805, 8872, 10741, 8725, 10001, 8207, 9730, 7922, 9060, 8224, 8836, 7476, 8495, 7056, 7868, 7854, 8213, 9290, 8168, 8663, 8073, 9128, 7886, 9121, 7844, 9121, 7864, 9444, 9363, 9295, 10687, 9196, 11234, 8035, 9405, 8010, 10048, 8122, 9707, 8140, 9678, 7942, 9350, 7546, 8851, 7718, 8717, 7924, 8603, 7731, 8230, 8389, 8675, 9796, 8413, 10242, 8691, 10599, 8603, 10708, 8576, 9603, 7760, 9091, 10393, 8780, 9987, 8464, 9665, 8234, 9634, 9007, 8825, 8932, 10451, 7024, 8911, 8479, 8844, 7959, 9414, 10972, 9111, 7418, 9342, 7121, 9574, 10299, 9396, 12038, 9206, 10675, 9049, 9037, 9251, 9574, 9195, 10097, 9508, 10282, 9497, 10380, 9090, 10071, 9118, 9898, 9311, 9149, 9419, 9362, 8699, 9045, 11498, 8981, 12034, 9453, 9456, 9121, 9469, 8987, 9149, 8648, 9085, 8652, 9348, 8480, 9798, 8516, 9975, 8778, 9931, 9332, 10221, 10138, 10323, 9490, 9696, 9346, 9489, 9180, 9070, 12958, 9087, 12306, 9020, 10990, 8809, 9549, 8684, 9082, 8377, 8975, 8822, 9145, 7269, 8873, 8163, 8945, 8930, 9286, 9679, 8977, 9726, 8474, 9537, 8466, 9507, 8732, 9385, 8449, 9812, 11249, 9679, 12148, 9263, 11177, 9070, 8355, 9291, 8870, 9368, 9926, 8911, 9685, 8807, 9564, 9952, 8755, 12924, 9209, 9914, 9101, 9851, 8669, 9452, 8671, 9527, 7945, 9531, 11640, 9596, 8947, 9188, 8783, 9527, 10721, 9469, 10644, 9524, 9933, 9477, 9206, 7827, 9412, 10394, 9505, 10560, 9504, 9828, 9197, 9281, 8692, 8768, 8268, 8525, 8037, 8475, 8217, 9390, 8194, 9389, 11154, 8964, 10977, 9223, 9453, 9424, 9570, 9169, 9393, 8953, 9429, 13586, 9289, 9674, 9159, 9003, 9611, 8993, 9115, 8792, 8498, 8285, 8149, 9283, 8210, 9728, 8656, 9896, 9120, 9728, 9576, 9699, 9287, 9804, 9308, 8969, 9144, 9183, 9303, 8295, 9515, 9973, 9910, 9670, 9810, 8891, 9534, 8604, 8824, 8266, 8801, 10020, 8279, 10013, 8372, 10151, 9654, 10414, 9189, 10341, 8719, 9738, 8961, 9612, 9097, 9758, 10193, 8860, 10873, 11794, 10666, 9830, 10423, 9444, 9949, 9074, 9294, 8614, 8510, 8257, 8425, 9635, 8931, 9702, 10751, 9722, 10341, 9501, 9164, 9375, 8856, 9005, 8738, 8675, 8690, 8717, 8455, 9205, 10170, 8063, 10412, 9583, 10675, 11056, 10770, 9842, 10661, 9481, 10220, 9030, 9275, 8375, 9059, 8608, 8170, 9566, 8721, 9599, 7280, 9654, 9006, 9448, 8218, 9092, 8608, 8784, 8121, 7928, 8217, 7765, 8447, 8215, 8833, 8276, 9865, 7627, 10023, 8034, 10039, 7900, 10267, 9590, 10357, 9550, 10055, 8929, 9526, 8202, 8592, 8439, 8310, 8007, 8296, 9833, 7871, 9611, 10830, 9727, 10869, 9676, 9425, 9530, 8777, 9445, 8892, 9494, 8619, 8708, 9138, 8476, 8094, 8315, 8317, 8714, 9622, 8943, 9981, 9290, 10177, 8248, 10798, 7877, 10414, 7943, 10313, 9310, 10052, 9315, 9783, 8719, 9311, 8665, 8899, 8531, 8113, 8475, 7744, 8373, 7674, 9299, 6941, 9559, 6844, 9003, 6743, 9285, 8426, 9655, 10634, 9666, 9966, 9637, 10230, 10146, 9048, 10014, 8971, 10038, 9216, 10111, 9161, 9906, 10583, 9135, 10102, 8564, 8332, 8067, 8393, 8251, 8134, 7706, 9329, 7285, 9439, 10605, 9441, 8986, 9446, 8818, 8875, 8620, 8622, 8305, 8383, 8578, 8729, 9459, 9405, 9760, 10268, 9443, 9608, 9518, 9401, 9325, 9343, 9013, 8882, 9406, 10689, 9447, 12277, 9543, 12836, 9254, 11584, 8763, 11498, 9450, 11601, 9539, 9217, 8548, 9962, 9057, 10253, 9027, 10152, 9489, 10524, 9414, 9221, 9187, 9579, 9557, 10690, 9303, 10561, 9528, 10412, 9307, 10343, 9145, 9848, 8899, 9366, 8594, 8866, 8600, 8968, 8507, 8837, 8811, 8588, 8533, 8880, 7824, 9141, 8014, 9478, 9955, 9292, 10424, 9602, 10232, 9202, 9753, 9357, 9240, 9016, 9027, 9070, 9281, 9898, 9556, 10822, 9826, 8894, 9965, 9097, 10096, 9571, 10163, 10760, 9677, 10026, 9436, 8866, 9347, 9734, 9333, 9685, 9394, 10459, 9276, 9629, 9245, 9456, 9171, 9416, 9234, 9292, 9153, 9343, 8993, 9713, 8273, 9627, 11277, 9929, 10820, 9999, 8713, 9949, 9757, 9962, 10013, 9353, 9220, 8808, 8885, 8818, 9135, 7049, 9516, 8886, 9464, 8657, 9232, 8863, 8847, 8683, 8264, 8739, 8877, 8620, 8464, 9157, 8159, 9668, 8073, 9979, 10163, 10027, 10130, 10174, 9896, 9497, 9592, 9154, 9277, 11764, 9614, 12668, 9569, 10547, 9373, 8561, 9321, 8830, 9357, 9018, 8902, 9316, 9063, 9051, 8252, 9451, 10595, 9442, 9632, 9590, 9251, 8958, 9194, 8723, 9591, 7538, 9877, 9486, 9943, 8538, 9987, 9349, 9757, 9527, 10053, 9216, 10079, 9984, 8642, 9970, 10010, 10044, 11724, 9971, 10537, 9242, 9962, 8885, 8167, 8628, 9291, 8340, 9558, 10916, 9913, 10887, 9663, 9388, 9780, 8702, 9180, 8306, 9082, 8840, 9031, 9674, 8592, 10034, 11575, 10391, 10815, 10138, 10482, 9988, 9605, 9902, 9903, 9230, 10003, 7699, 10088, 8696, 10269, 8301, 10312, 9473, 10117, 9727, 9572, 9072, 9607, 8935, 9499, 8587, 9661, 8685, 9804, 10006, 9539, 10326, 11150, 10357, 10942, 10662, 10306, 10068, 9823, 9586, 9513, 9543, 10049, 8025, 10289, 8677, 10405, 8975, 10219, 9775, 10029, 9617, 9659, 9580, 9980, 10338, 11255, 10193, 10649, 10403, 8923, 10223, 9463, 9886, 9299, 9602, 9493, 9063, 10127, 11189, 10511, 10395, 10067, 9290, 9308, 9413, 9172, 10016, 8922, 9977, 9441, 9971, 9574, 9340, 9055, 8911, 10056, 8104, 10542, 9962, 10146, 10082, 10113, 9406, 9397, 8985, 9197, 10149, 8850, 9998, 10311, 9904, 9299, 9964, 9454, 10004, 9386, 9825, 9860, 9445, 9149, 9227, 9647, 9543, 10015, 12459, 10109, 11659, 10078, 9892, 10347, 9988, 9979, 9288, 9774, 9067, 9036, 9703, 7675, 9845, 9462, 9871, 10392, 9880, 10292, 9788, 9748, 9635, 9278, 9543, 9545, 10572, 10149, 11930, 10214, 11773, 9930, 10226, 10152, 9521, 9390, 9300, 9760, 9986, 10155, 10130, 9445, 10393, 8507, 10639, 8556, 10778, 9659, 10055, 9401, 9309, 9270, 9314, 9995, 12019, 10003, 11713, 10142, 9637, 9628, 9407, 9280, 9000, 9171, 8771, 9391, 9639, 8564, 9054, 7582, 9409, 9557, 9795, 10439, 9726, 9322, 9907, 10692, 9654, 10569, 9322, 10328, 9512, 10173, 9307, 9948, 8965, 10033, 8782, 9367, 10980, 9411, 8909, 9305, 10069, 9163, 9928, 9048, 9548, 9399, 9011, 9398, 9396, 7693, 9385, 8025, 9552, 8911, 9678, 10744, 9994, 10409, 9827, 10234, 9926, 10258, 9704, 10363, 9931, 10117, 10128, 10061, 9268, 9440, 8604], 'WindowCenter': [4394.0, 4384.0, 4368.0, 4355.0, 4364.0, 4352.0, 4349.0, 4328.0, 4359.0, 4337.0, 4348.0, 4328.0, 4339.0, 4360.0, 4353.0, 4336.0, 4336.0, 4347.0, 4327.0, 4338.0, 4339.0, 4338.0, 4328.0, 4341.0, 4331.0, 4351.0, 4350.0, 4353.0, 4364.0, 4341.0, 4377.0, 4342.0, 4365.0, 4341.0, 4353.0, 4360.0, 4338.0, 4361.0, 4340.0, 4349.0, 4339.0, 4352.0, 4339.0, 4349.0, 4348.0, 4336.0, 4349.0, 4339.0, 4349.0, 4338.0, 4347.0, 4329.0, 4339.0, 4329.0, 4341.0, 4359.0, 4341.0, 4350.0, 4339.0, 4349.0, 4328.0, 4337.0, 4327.0, 4340.0, 4330.0, 4342.0, 4351.0, 4338.0, 4351.0, 4340.0, 4351.0, 4328.0, 4350.0, 4338.0, 4350.0, 4337.0, 4328.0, 4358.0, 4338.0, 4347.0, 4336.0, 4348.0, 4340.0, 4361.0, 4338.0, 4349.0, 4339.0, 4339.0, 4318.0, 4337.0, 4350.0, 4348.0, 4360.0, 4341.0, 4351.0, 4338.0, 4361.0, 4341.0, 4343.0, 4340.0, 4327.0, 4349.0, 4340.0, 4349.0, 4329.0, 4347.0, 4327.0, 4349.0, 4328.0, 4340.0, 4329.0, 4350.0, 4361.0, 4338.0, 4350.0, 4337.0, 4349.0, 4328.0, 4349.0, 4327.0, 4340.0, 4349.0, 4340.0, 4360.0, 4326.0, 4338.0, 4326.0, 4347.0, 4338.0, 4337.0, 4315.0, 4327.0, 4306.0, 4338.0, 4337.0, 4338.0, 4350.0, 4341.0, 4348.0, 4340.0, 4352.0, 4339.0, 4350.0, 4338.0, 4362.0, 4341.0, 4339.0, 4357.0, 4351.0, 4371.0, 4338.0, 4348.0, 4326.0, 4348.0, 4328.0, 4337.0, 4307.0, 4339.0, 4339.0, 4338.0, 4348.0, 4339.0, 4338.0, 4338.0, 4340.0, 4330.0, 4352.0, 4318.0, 4339.0, 4348.0, 4339.0, 4348.0, 4338.0, 4353.0, 4337.0, 4338.0, 4326.0, 4337.0, 4339.0, 4348.0, 4347.0, 4338.0, 4351.0, 4338.0, 4352.0, 4329.0, 4350.0, 4369.0, 4337.0, 4349.0, 4327.0, 4339.0, 4326.0, 4338.0, 4327.0, 4326.0, 4338.0, 4337.0, 4337.0, 4329.0, 4339.0, 4317.0, 4339.0, 4318.0, 4339.0, 4340.0, 4351.0, 4350.0, 4338.0, 4351.0, 4341.0, 4351.0, 4340.0, 4351.0, 4331.0, 4354.0, 4371.0, 4350.0, 4360.0, 4352.0, 4349.0, 4339.0, 4349.0, 4327.0, 4339.0, 4329.0, 4340.0, 4316.0, 4337.0, 4316.0, 4327.0, 4326.0, 4329.0, 4348.0, 4340.0, 4339.0, 4328.0, 4350.0, 4340.0, 4349.0, 4329.0, 4350.0, 4325.0, 4351.0, 4347.0, 4351.0, 4346.0, 4339.0, 4356.0, 4326.0, 4338.0, 4326.0, 4348.0, 4327.0, 4337.0, 4327.0, 4336.0, 4316.0, 4337.0, 4315.0, 4350.0, 4339.0, 4340.0, 4327.0, 4339.0, 4328.0, 4339.0, 4338.0, 4338.0, 4350.0, 4328.0, 4348.0, 4338.0, 4358.0, 4328.0, 4348.0, 4326.0, 4335.0, 4314.0, 4335.0, 4344.0, 4324.0, 4335.0, 4323.0, 4336.0, 4325.0, 4337.0, 4350.0, 4352.0, 4337.0, 4349.0, 4306.0, 4339.0, 4327.0, 4340.0, 4328.0, 4350.0, 4359.0, 4339.0, 4317.0, 4339.0, 4306.0, 4346.0, 4348.0, 4337.0, 4358.0, 4339.0, 4347.0, 4338.0, 4327.0, 4336.0, 4337.0, 4338.0, 4348.0, 4349.0, 4349.0, 4350.0, 4348.0, 4339.0, 4362.0, 4351.0, 4349.0, 4350.0, 4351.0, 4338.0, 4339.0, 4337.0, 4340.0, 4358.0, 4338.0, 4359.0, 4349.0, 4338.0, 4338.0, 4336.0, 4338.0, 4335.0, 4338.0, 4350.0, 4341.0, 4349.0, 4341.0, 4351.0, 4340.0, 4362.0, 4341.0, 4361.0, 4352.0, 4362.0, 4350.0, 4361.0, 4338.0, 4340.0, 4338.0, 4338.0, 4337.0, 4337.0, 4366.0, 4339.0, 4358.0, 4337.0, 4348.0, 4338.0, 4348.0, 4338.0, 4327.0, 4328.0, 4350.0, 4337.0, 4339.0, 4317.0, 4339.0, 4338.0, 4337.0, 4339.0, 4338.0, 4350.0, 4340.0, 4338.0, 4328.0, 4349.0, 4339.0, 4350.0, 4338.0, 4351.0, 4329.0, 4351.0, 4358.0, 4350.0, 4371.0, 4354.0, 4359.0, 4340.0, 4339.0, 4349.0, 4339.0, 4339.0, 4348.0, 4337.0, 4339.0, 4336.0, 4350.0, 4346.0, 4326.0, 4356.0, 4335.0, 4336.0, 4324.0, 4335.0, 4328.0, 4349.0, 4327.0, 4335.0, 4315.0, 4339.0, 4356.0, 4338.0, 4323.0, 4325.0, 4325.0, 4336.0, 4345.0, 4347.0, 4347.0, 4337.0, 4336.0, 4361.0, 4340.0, 4315.0, 4337.0, 4345.0, 4335.0, 4347.0, 4334.0, 4334.0, 4335.0, 4325.0, 4325.0, 4325.0, 4325.0, 4326.0, 4327.0, 4328.0, 4328.0, 4350.0, 4329.0, 4350.0, 4361.0, 4341.0, 4358.0, 4339.0, 4338.0, 4338.0, 4339.0, 4338.0, 4339.0, 4338.0, 4338.0, 4368.0, 4337.0, 4337.0, 4337.0, 4337.0, 4337.0, 4335.0, 4339.0, 4338.0, 4339.0, 4341.0, 4341.0, 4352.0, 4341.0, 4360.0, 4351.0, 4364.0, 4350.0, 4351.0, 4360.0, 4360.0, 4362.0, 4362.0, 4350.0, 4351.0, 4353.0, 4339.0, 4350.0, 4339.0, 4349.0, 4348.0, 4350.0, 4349.0, 4361.0, 4351.0, 4348.0, 4338.0, 4350.0, 4340.0, 4339.0, 4350.0, 4339.0, 4359.0, 4340.0, 4361.0, 4349.0, 4360.0, 4349.0, 4348.0, 4340.0, 4350.0, 4349.0, 4352.0, 4351.0, 4349.0, 4361.0, 4339.0, 4361.0, 4367.0, 4357.0, 4349.0, 4359.0, 4346.0, 4349.0, 4340.0, 4348.0, 4341.0, 4350.0, 4340.0, 4339.0, 4350.0, 4339.0, 4361.0, 4358.0, 4337.0, 4349.0, 4349.0, 4349.0, 4346.0, 4337.0, 4339.0, 4339.0, 4339.0, 4338.0, 4340.0, 4341.0, 4347.0, 4358.0, 4329.0, 4360.0, 4348.0, 4359.0, 4358.0, 4358.0, 4349.0, 4346.0, 4336.0, 4348.0, 4337.0, 4349.0, 4341.0, 4339.0, 4341.0, 4339.0, 4349.0, 4338.0, 4350.0, 4328.0, 4351.0, 4338.0, 4349.0, 4340.0, 4351.0, 4340.0, 4340.0, 4338.0, 4339.0, 4339.0, 4328.0, 4339.0, 4340.0, 4350.0, 4340.0, 4361.0, 4329.0, 4350.0, 4329.0, 4361.0, 4339.0, 4361.0, 4349.0, 4360.0, 4349.0, 4361.0, 4351.0, 4360.0, 4339.0, 4340.0, 4339.0, 4337.0, 4331.0, 4340.0, 4349.0, 4328.0, 4349.0, 4359.0, 4349.0, 4358.0, 4349.0, 4348.0, 4347.0, 4338.0, 4350.0, 4351.0, 4361.0, 4340.0, 4351.0, 4350.0, 4327.0, 4327.0, 4327.0, 4339.0, 4339.0, 4350.0, 4349.0, 4363.0, 4350.0, 4361.0, 4340.0, 4371.0, 4340.0, 4370.0, 4341.0, 4360.0, 4350.0, 4360.0, 4352.0, 4360.0, 4351.0, 4352.0, 4350.0, 4352.0, 4351.0, 4341.0, 4342.0, 4341.0, 4342.0, 4330.0, 4350.0, 4331.0, 4363.0, 4322.0, 4361.0, 4322.0, 4363.0, 4339.0, 4362.0, 4373.0, 4364.0, 4363.0, 4362.0, 4362.0, 4360.0, 4350.0, 4361.0, 4351.0, 4362.0, 4351.0, 4361.0, 4350.0, 4362.0, 4362.0, 4351.0, 4360.0, 4340.0, 4339.0, 4328.0, 4338.0, 4340.0, 4342.0, 4330.0, 4350.0, 4329.0, 4348.0, 4357.0, 4350.0, 4339.0, 4351.0, 4351.0, 4340.0, 4339.0, 4340.0, 4339.0, 4338.0, 4341.0, 4340.0, 4350.0, 4348.0, 4361.0, 4360.0, 4353.0, 4362.0, 4352.0, 4340.0, 4350.0, 4350.0, 4350.0, 4350.0, 4353.0, 4361.0, 4352.0, 4369.0, 4350.0, 4369.0, 4339.0, 4357.0, 4327.0, 4347.0, 4324.0, 4346.0, 4322.0, 4325.0, 4312.0, 4334.0, 4324.0, 4335.0, 4325.0, 4333.0, 4323.0, 4332.0, 4323.0, 4322.0, 4323.0, 4323.0, 4335.0, 4332.0, 4336.0, 4345.0, 4336.0, 4344.0, 4324.0, 4333.0, 4324.0, 4334.0, 4326.0, 4337.0, 4327.0, 4338.0, 4339.0, 4338.0, 4352.0, 4337.0, 4340.0, 4341.0, 4339.0, 4339.0, 4318.0, 4338.0, 4328.0, 4350.0, 4350.0, 4350.0, 4361.0, 4352.0, 4361.0, 4339.0, 4338.0, 4338.0, 4339.0, 4338.0, 4338.0, 4338.0, 4348.0, 4349.0, 4352.0, 4360.0, 4352.0, 4339.0, 4347.0, 4337.0, 4348.0, 4337.0, 4349.0, 4359.0, 4349.0, 4348.0, 4338.0, 4326.0, 4336.0, 4337.0, 4337.0, 4339.0, 4337.0, 4347.0, 4337.0, 4337.0, 4336.0, 4337.0, 4334.0, 4337.0, 4336.0, 4337.0, 4338.0, 4339.0, 4338.0, 4349.0, 4326.0, 4349.0, 4358.0, 4349.0, 4347.0, 4347.0, 4325.0, 4347.0, 4338.0, 4349.0, 4348.0, 4339.0, 4338.0, 4338.0, 4337.0, 4337.0, 4341.0, 4318.0, 4350.0, 4337.0, 4336.0, 4338.0, 4337.0, 4337.0, 4338.0, 4337.0, 4329.0, 4340.0, 4339.0, 4340.0, 4328.0, 4350.0, 4342.0, 4360.0, 4340.0, 4360.0, 4360.0, 4363.0, 4349.0, 4350.0, 4350.0, 4350.0, 4350.0, 4340.0, 4338.0, 4358.0, 4349.0, 4367.0, 4338.0, 4346.0, 4336.0, 4327.0, 4336.0, 4337.0, 4338.0, 4338.0, 4338.0, 4338.0, 4336.0, 4340.0, 4328.0, 4350.0, 4347.0, 4337.0, 4338.0, 4338.0, 4338.0, 4336.0, 4338.0, 4337.0, 4349.0, 4316.0, 4349.0, 4336.0, 4348.0, 4326.0, 4346.0, 4348.0, 4349.0, 4349.0, 4351.0, 4351.0, 4347.0, 4350.0, 4338.0, 4348.0, 4349.0, 4348.0, 4358.0, 4348.0, 4347.0, 4339.0, 4349.0, 4338.0, 4327.0, 4337.0, 4337.0, 4328.0, 4349.0, 4358.0, 4360.0, 4358.0, 4348.0, 4350.0, 4347.0, 4327.0, 4338.0, 4331.0, 4339.0, 4338.0, 4335.0, 4350.0, 4339.0, 4349.0, 4359.0, 4348.0, 4358.0, 4346.0, 4346.0, 4335.0, 4336.0, 4333.0, 4335.0, 4336.0, 4337.0, 4317.0, 4347.0, 4327.0, 4345.0, 4327.0, 4346.0, 4348.0, 4359.0, 4346.0, 4348.0, 4340.0, 4347.0, 4338.0, 4350.0, 4340.0, 4350.0, 4353.0, 4349.0, 4351.0, 4349.0, 4362.0, 4371.0, 4349.0, 4358.0, 4361.0, 4350.0, 4347.0, 4337.0, 4335.0, 4336.0, 4334.0, 4337.0, 4315.0, 4348.0, 4327.0, 4347.0, 4339.0, 4359.0, 4349.0, 4349.0, 4349.0, 4338.0, 4338.0, 4346.0, 4361.0, 4359.0, 4347.0, 4346.0, 4346.0, 4335.0, 4346.0, 4347.0, 4348.0, 4339.0, 4347.0, 4348.0, 4337.0, 4348.0, 4357.0, 4358.0, 4348.0, 4346.0, 4338.0, 4335.0, 4337.0, 4335.0, 4348.0, 4338.0, 4349.0, 4348.0, 4348.0, 4351.0, 4350.0, 4340.0, 4337.0, 4349.0, 4341.0, 4415.0, 4404.0, 4390.0, 4375.0, 4361.0, 4351.0, 4339.0, 4340.0, 4338.0, 4360.0, 4339.0, 4364.0, 4349.0, 4361.0, 4352.0, 4348.0, 4349.0, 4350.0, 4339.0, 4349.0, 4349.0, 4348.0, 4350.0, 4351.0, 4352.0, 4349.0, 4363.0, 4381.0, 4351.0, 4369.0, 4349.0, 4347.0, 4347.0, 4334.0, 4335.0, 4337.0, 4335.0, 4337.0, 4337.0, 4349.0, 4327.0, 4350.0, 4337.0, 4337.0, 4347.0, 4347.0, 4349.0, 4348.0, 4336.0, 4336.0, 4335.0, 4336.0, 4337.0, 4345.0, 4345.0, 4354.0, 4348.0, 4355.0, 4336.0, 4346.0, 4346.0, 4335.0, 4335.0, 4336.0, 4347.0, 4350.0, 4347.0, 4350.0, 4337.0, 4348.0, 4338.0, 4349.0, 4338.0, 4359.0, 4350.0, 4350.0, 4348.0, 4349.0, 4349.0, 4351.0, 4359.0, 4368.0, 4350.0, 4358.0, 4347.0, 4338.0, 4337.0, 4339.0, 4338.0, 4339.0, 4337.0, 4340.0, 4338.0, 4349.0, 4338.0, 4339.0, 4329.0, 4350.0, 4348.0, 4347.0, 4348.0, 4339.0, 4338.0, 4347.0, 4348.0, 4348.0, 4348.0, 4338.0, 4347.0, 4336.0, 4348.0, 4335.0, 4348.0, 4339.0, 4350.0, 4326.0, 4338.0, 4347.0, 4339.0, 4336.0, 4336.0, 4347.0, 4338.0, 4348.0, 4338.0, 4336.0, 4337.0, 4338.0, 4338.0, 4338.0, 4329.0, 4351.0, 4338.0, 4350.0, 4339.0, 4348.0, 4358.0, 4349.0, 4360.0, 4349.0, 4348.0, 4349.0, 4346.0, 4349.0, 4348.0, 4349.0, 4349.0, 4349.0, 4349.0, 4338.0, 4352.0, 4338.0], 'WindowWidth': [9697.0, 9680.0, 9646.0, 9623.0, 9632.0, 9613.0, 9602.0, 9571.0, 9616.0, 9583.0, 9598.0, 9571.0, 9589.0, 9617.0, 9612.0, 9581.0, 9581.0, 9596.0, 9570.0, 9585.0, 9588.0, 9586.0, 9571.0, 9594.0, 9583.0, 9608.0, 9605.0, 9613.0, 9630.0, 9594.0, 9653.0, 9600.0, 9635.0, 9595.0, 9611.0, 9619.0, 9588.0, 9621.0, 9591.0, 9601.0, 9585.0, 9607.0, 9586.0, 9598.0, 9595.0, 9580.0, 9600.0, 9588.0, 9600.0, 9586.0, 9598.0, 9576.0, 9588.0, 9574.0, 9593.0, 9616.0, 9592.0, 9606.0, 9589.0, 9601.0, 9573.0, 9584.0, 9569.0, 9591.0, 9578.0, 9595.0, 9609.0, 9588.0, 9607.0, 9591.0, 9608.0, 9574.0, 9603.0, 9584.0, 9604.0, 9581.0, 9570.0, 9613.0, 9585.0, 9596.0, 9581.0, 9597.0, 9589.0, 9620.0, 9585.0, 9600.0, 9588.0, 9588.0, 9560.0, 9585.0, 9603.0, 9601.0, 9621.0, 9595.0, 9607.0, 9587.0, 9621.0, 9595.0, 9597.0, 9590.0, 9570.0, 9600.0, 9594.0, 9602.0, 9574.0, 9595.0, 9570.0, 9601.0, 9574.0, 9590.0, 9576.0, 9605.0, 9621.0, 9587.0, 9602.0, 9584.0, 9600.0, 9571.0, 9600.0, 9570.0, 9588.0, 9600.0, 9591.0, 9618.0, 9567.0, 9583.0, 9565.0, 9598.0, 9583.0, 9582.0, 9549.0, 9567.0, 9539.0, 9584.0, 9582.0, 9585.0, 9604.0, 9594.0, 9601.0, 9593.0, 9609.0, 9587.0, 9602.0, 9585.0, 9624.0, 9594.0, 9589.0, 9611.0, 9608.0, 9633.0, 9586.0, 9596.0, 9565.0, 9598.0, 9573.0, 9582.0, 9540.0, 9589.0, 9590.0, 9587.0, 9601.0, 9588.0, 9587.0, 9587.0, 9589.0, 9578.0, 9610.0, 9560.0, 9588.0, 9600.0, 9586.0, 9597.0, 9585.0, 9610.0, 9583.0, 9585.0, 9567.0, 9584.0, 9587.0, 9599.0, 9597.0, 9586.0, 9608.0, 9586.0, 9609.0, 9578.0, 9606.0, 9630.0, 9584.0, 9602.0, 9569.0, 9586.0, 9568.0, 9587.0, 9568.0, 9566.0, 9584.0, 9584.0, 9582.0, 9574.0, 9585.0, 9556.0, 9585.0, 9557.0, 9589.0, 9591.0, 9610.0, 9605.0, 9587.0, 9608.0, 9594.0, 9608.0, 9593.0, 9607.0, 9580.0, 9617.0, 9637.0, 9606.0, 9619.0, 9610.0, 9603.0, 9587.0, 9599.0, 9568.0, 9589.0, 9575.0, 9588.0, 9551.0, 9582.0, 9553.0, 9569.0, 9568.0, 9573.0, 9600.0, 9592.0, 9587.0, 9572.0, 9604.0, 9593.0, 9603.0, 9574.0, 9601.0, 9566.0, 9605.0, 9597.0, 9605.0, 9594.0, 9585.0, 9605.0, 9565.0, 9586.0, 9566.0, 9596.0, 9568.0, 9581.0, 9569.0, 9578.0, 9550.0, 9579.0, 9550.0, 9604.0, 9592.0, 9591.0, 9571.0, 9589.0, 9570.0, 9589.0, 9586.0, 9586.0, 9605.0, 9572.0, 9597.0, 9584.0, 9612.0, 9569.0, 9596.0, 9564.0, 9576.0, 9545.0, 9575.0, 9586.0, 9558.0, 9574.0, 9556.0, 9578.0, 9562.0, 9580.0, 9607.0, 9614.0, 9582.0, 9599.0, 9539.0, 9586.0, 9568.0, 9589.0, 9571.0, 9602.0, 9612.0, 9586.0, 9553.0, 9585.0, 9538.0, 9592.0, 9595.0, 9582.0, 9612.0, 9585.0, 9593.0, 9580.0, 9567.0, 9577.0, 9580.0, 9583.0, 9597.0, 9601.0, 9600.0, 9603.0, 9597.0, 9587.0, 9623.0, 9606.0, 9601.0, 9604.0, 9606.0, 9582.0, 9585.0, 9581.0, 9589.0, 9610.0, 9582.0, 9613.0, 9600.0, 9583.0, 9582.0, 9577.0, 9581.0, 9575.0, 9582.0, 9605.0, 9593.0, 9603.0, 9595.0, 9606.0, 9592.0, 9623.0, 9595.0, 9620.0, 9608.0, 9623.0, 9602.0, 9619.0, 9583.0, 9586.0, 9584.0, 9584.0, 9581.0, 9580.0, 9616.0, 9585.0, 9610.0, 9580.0, 9595.0, 9585.0, 9599.0, 9583.0, 9565.0, 9571.0, 9605.0, 9581.0, 9585.0, 9555.0, 9586.0, 9585.0, 9582.0, 9586.0, 9583.0, 9604.0, 9589.0, 9583.0, 9570.0, 9597.0, 9587.0, 9603.0, 9586.0, 9605.0, 9575.0, 9606.0, 9613.0, 9603.0, 9631.0, 9616.0, 9612.0, 9590.0, 9590.0, 9600.0, 9587.0, 9587.0, 9598.0, 9580.0, 9585.0, 9578.0, 9601.0, 9591.0, 9564.0, 9605.0, 9575.0, 9575.0, 9556.0, 9574.0, 9568.0, 9598.0, 9567.0, 9575.0, 9547.0, 9584.0, 9604.0, 9580.0, 9554.0, 9558.0, 9561.0, 9574.0, 9588.0, 9595.0, 9595.0, 9579.0, 9578.0, 9621.0, 9589.0, 9548.0, 9579.0, 9587.0, 9574.0, 9592.0, 9573.0, 9573.0, 9575.0, 9560.0, 9560.0, 9561.0, 9561.0, 9564.0, 9568.0, 9571.0, 9570.0, 9603.0, 9575.0, 9604.0, 9619.0, 9591.0, 9611.0, 9584.0, 9584.0, 9584.0, 9584.0, 9581.0, 9584.0, 9581.0, 9582.0, 9622.0, 9577.0, 9580.0, 9579.0, 9581.0, 9582.0, 9577.0, 9586.0, 9584.0, 9586.0, 9592.0, 9594.0, 9611.0, 9596.0, 9619.0, 9610.0, 9629.0, 9605.0, 9607.0, 9621.0, 9622.0, 9625.0, 9622.0, 9604.0, 9606.0, 9613.0, 9586.0, 9602.0, 9588.0, 9601.0, 9601.0, 9603.0, 9601.0, 9625.0, 9607.0, 9599.0, 9589.0, 9606.0, 9590.0, 9587.0, 9604.0, 9591.0, 9616.0, 9593.0, 9621.0, 9604.0, 9615.0, 9602.0, 9599.0, 9592.0, 9604.0, 9604.0, 9609.0, 9608.0, 9604.0, 9620.0, 9587.0, 9620.0, 9623.0, 9608.0, 9603.0, 9613.0, 9594.0, 9601.0, 9591.0, 9598.0, 9591.0, 9608.0, 9593.0, 9588.0, 9602.0, 9589.0, 9623.0, 9611.0, 9581.0, 9601.0, 9601.0, 9601.0, 9594.0, 9583.0, 9589.0, 9588.0, 9587.0, 9585.0, 9590.0, 9594.0, 9599.0, 9613.0, 9574.0, 9616.0, 9598.0, 9615.0, 9614.0, 9612.0, 9600.0, 9593.0, 9580.0, 9597.0, 9584.0, 9601.0, 9593.0, 9587.0, 9593.0, 9586.0, 9599.0, 9586.0, 9604.0, 9573.0, 9606.0, 9587.0, 9603.0, 9591.0, 9611.0, 9591.0, 9591.0, 9589.0, 9589.0, 9588.0, 9573.0, 9591.0, 9592.0, 9606.0, 9591.0, 9622.0, 9576.0, 9605.0, 9576.0, 9621.0, 9591.0, 9621.0, 9604.0, 9618.0, 9604.0, 9621.0, 9609.0, 9619.0, 9589.0, 9591.0, 9588.0, 9585.0, 9580.0, 9590.0, 9602.0, 9572.0, 9600.0, 9614.0, 9602.0, 9612.0, 9602.0, 9600.0, 9597.0, 9587.0, 9603.0, 9610.0, 9622.0, 9593.0, 9609.0, 9604.0, 9569.0, 9569.0, 9568.0, 9587.0, 9587.0, 9605.0, 9603.0, 9627.0, 9605.0, 9620.0, 9591.0, 9633.0, 9593.0, 9634.0, 9596.0, 9620.0, 9608.0, 9619.0, 9611.0, 9621.0, 9610.0, 9612.0, 9607.0, 9609.0, 9609.0, 9594.0, 9597.0, 9596.0, 9597.0, 9579.0, 9607.0, 9583.0, 9628.0, 9572.0, 9625.0, 9572.0, 9626.0, 9592.0, 9624.0, 9641.0, 9629.0, 9628.0, 9625.0, 9627.0, 9620.0, 9606.0, 9622.0, 9609.0, 9624.0, 9608.0, 9621.0, 9606.0, 9624.0, 9624.0, 9606.0, 9620.0, 9592.0, 9588.0, 9573.0, 9585.0, 9589.0, 9595.0, 9579.0, 9607.0, 9575.0, 9600.0, 9612.0, 9602.0, 9589.0, 9607.0, 9607.0, 9592.0, 9589.0, 9589.0, 9587.0, 9588.0, 9593.0, 9591.0, 9605.0, 9600.0, 9620.0, 9618.0, 9611.0, 9623.0, 9609.0, 9590.0, 9604.0, 9605.0, 9606.0, 9605.0, 9613.0, 9620.0, 9611.0, 9632.0, 9606.0, 9630.0, 9588.0, 9608.0, 9566.0, 9592.0, 9557.0, 9588.0, 9552.0, 9556.0, 9537.0, 9568.0, 9557.0, 9572.0, 9559.0, 9566.0, 9553.0, 9562.0, 9553.0, 9550.0, 9552.0, 9554.0, 9572.0, 9564.0, 9575.0, 9587.0, 9576.0, 9583.0, 9556.0, 9569.0, 9557.0, 9569.0, 9562.0, 9579.0, 9566.0, 9584.0, 9585.0, 9587.0, 9609.0, 9584.0, 9590.0, 9594.0, 9586.0, 9587.0, 9557.0, 9585.0, 9569.0, 9601.0, 9603.0, 9602.0, 9620.0, 9608.0, 9619.0, 9588.0, 9583.0, 9584.0, 9587.0, 9584.0, 9584.0, 9585.0, 9599.0, 9600.0, 9609.0, 9615.0, 9605.0, 9585.0, 9596.0, 9582.0, 9596.0, 9581.0, 9601.0, 9614.0, 9600.0, 9601.0, 9584.0, 9565.0, 9577.0, 9582.0, 9581.0, 9585.0, 9580.0, 9593.0, 9578.0, 9579.0, 9577.0, 9578.0, 9573.0, 9582.0, 9579.0, 9582.0, 9584.0, 9586.0, 9584.0, 9600.0, 9566.0, 9599.0, 9612.0, 9599.0, 9594.0, 9593.0, 9564.0, 9594.0, 9583.0, 9598.0, 9599.0, 9585.0, 9581.0, 9582.0, 9581.0, 9583.0, 9590.0, 9557.0, 9604.0, 9582.0, 9577.0, 9586.0, 9582.0, 9582.0, 9584.0, 9581.0, 9572.0, 9590.0, 9588.0, 9591.0, 9570.0, 9606.0, 9597.0, 9619.0, 9592.0, 9618.0, 9619.0, 9625.0, 9602.0, 9603.0, 9602.0, 9603.0, 9604.0, 9588.0, 9585.0, 9610.0, 9599.0, 9623.0, 9583.0, 9590.0, 9576.0, 9568.0, 9579.0, 9581.0, 9583.0, 9585.0, 9583.0, 9585.0, 9580.0, 9589.0, 9571.0, 9600.0, 9594.0, 9580.0, 9582.0, 9584.0, 9584.0, 9579.0, 9582.0, 9583.0, 9599.0, 9552.0, 9598.0, 9579.0, 9595.0, 9565.0, 9592.0, 9599.0, 9601.0, 9600.0, 9605.0, 9608.0, 9595.0, 9602.0, 9583.0, 9598.0, 9599.0, 9598.0, 9613.0, 9598.0, 9597.0, 9587.0, 9598.0, 9584.0, 9568.0, 9582.0, 9582.0, 9571.0, 9600.0, 9613.0, 9618.0, 9611.0, 9596.0, 9604.0, 9595.0, 9568.0, 9585.0, 9578.0, 9586.0, 9585.0, 9576.0, 9603.0, 9589.0, 9600.0, 9616.0, 9599.0, 9611.0, 9593.0, 9592.0, 9574.0, 9576.0, 9570.0, 9574.0, 9576.0, 9579.0, 9555.0, 9595.0, 9566.0, 9589.0, 9568.0, 9592.0, 9597.0, 9614.0, 9594.0, 9598.0, 9590.0, 9597.0, 9586.0, 9605.0, 9592.0, 9606.0, 9613.0, 9600.0, 9606.0, 9603.0, 9624.0, 9636.0, 9600.0, 9610.0, 9621.0, 9602.0, 9593.0, 9578.0, 9573.0, 9576.0, 9572.0, 9578.0, 9547.0, 9597.0, 9568.0, 9594.0, 9589.0, 9615.0, 9603.0, 9601.0, 9598.0, 9582.0, 9583.0, 9592.0, 9618.0, 9612.0, 9595.0, 9592.0, 9591.0, 9577.0, 9592.0, 9594.0, 9599.0, 9586.0, 9595.0, 9598.0, 9580.0, 9597.0, 9608.0, 9610.0, 9598.0, 9592.0, 9583.0, 9576.0, 9580.0, 9575.0, 9596.0, 9585.0, 9598.0, 9597.0, 9596.0, 9606.0, 9604.0, 9589.0, 9581.0, 9600.0, 9596.0, 9723.0, 9704.0, 9677.0, 9648.0, 9623.0, 9606.0, 9586.0, 9589.0, 9583.0, 9616.0, 9586.0, 9626.0, 9599.0, 9618.0, 9610.0, 9600.0, 9599.0, 9601.0, 9586.0, 9600.0, 9598.0, 9597.0, 9606.0, 9608.0, 9608.0, 9599.0, 9626.0, 9647.0, 9605.0, 9631.0, 9600.0, 9596.0, 9593.0, 9574.0, 9574.0, 9580.0, 9574.0, 9579.0, 9578.0, 9601.0, 9570.0, 9600.0, 9580.0, 9578.0, 9593.0, 9593.0, 9597.0, 9596.0, 9577.0, 9575.0, 9576.0, 9577.0, 9579.0, 9588.0, 9588.0, 9600.0, 9595.0, 9601.0, 9574.0, 9592.0, 9589.0, 9574.0, 9575.0, 9577.0, 9593.0, 9602.0, 9595.0, 9601.0, 9579.0, 9596.0, 9583.0, 9600.0, 9584.0, 9614.0, 9602.0, 9604.0, 9599.0, 9600.0, 9601.0, 9608.0, 9616.0, 9626.0, 9600.0, 9609.0, 9592.0, 9581.0, 9580.0, 9586.0, 9583.0, 9586.0, 9582.0, 9588.0, 9583.0, 9599.0, 9585.0, 9587.0, 9572.0, 9602.0, 9598.0, 9596.0, 9596.0, 9584.0, 9584.0, 9594.0, 9596.0, 9596.0, 9597.0, 9583.0, 9595.0, 9578.0, 9594.0, 9574.0, 9597.0, 9586.0, 9601.0, 9565.0, 9584.0, 9594.0, 9585.0, 9577.0, 9577.0, 9593.0, 9582.0, 9595.0, 9581.0, 9579.0, 9580.0, 9585.0, 9581.0, 9585.0, 9576.0, 9608.0, 9587.0, 9602.0, 9588.0, 9596.0, 9611.0, 9601.0, 9616.0, 9598.0, 9598.0, 9599.0, 9593.0, 9599.0, 9597.0, 9599.0, 9599.0, 9600.0, 9601.0, 9583.0, 9606.0, 9587.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.0002127076124567474</td></tr>
<tr><td colspan=3>aqi</td><td>0.015869139532871973</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.95695803099568</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1898683571601743</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9960490051515161</td></tr>
<tr><td colspan=3>efc</td><td>0.4613</td></tr>
<tr><td colspan=3>fber</td><td>7449.7451</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06348658759836989</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.25951557093425603</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.608407972023361</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.557203484486063</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8258056599002703</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.44221477168375</td></tr>
<tr><td colspan=3>gcor</td><td>0.00817075</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00419027591124177</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023849019780755043</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1156</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.719925527535625</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>23.9531</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.5703</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.908</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301694.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>796.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>337.161</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9479</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>576.8157</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3523.2848</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3771.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74850.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1045.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4644.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1013.7232</td></tr>
<tr><td colspan=3>tsnr</td><td>46.50985726318322</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>