<?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-0016_ses-03_task-alignvideo_acq-mb8_run-02_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-0016_ses-03_task-alignvideo_acq-mb8_run-02_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-02_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-02_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-02_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-02_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-02_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-02_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-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-02_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-0016/ses-03/func/sub-0016_ses-03_task-alignvideo_acq-mb8_run-02_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>c4753389683e2b114e41737199e3ee5e</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:10:55.470000</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.999965, -0.00283048, -0.00787301, 0.0026179, 0.999635, -0.0268812]</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-02_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.102481</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-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4167, -7780, -7299, 557, -120, -214, -75, 61]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.715</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4b5aa401-196a-45d0-8da8-26d89ca03a29||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.682832956314087, 0.007023629266768694, -0.021454812958836555, 114.9488296508789], [0.007593958638608456, 2.681948184967041, -0.07252117246389389, -84.47626495361328], [-0.02112271636724472, 0.07212041318416595, 2.6989405155181885, -85.9468002319336], [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, 1335]</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, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['141055.470000', '141055.930000', '141056.390000', '141056.850000', '141057.310000', '141057.770000', '141058.230000', '141058.690000', '141059.150000', '141059.610000', '141100.070000', '141100.530000', '141100.990000', '141101.450000', '141101.910000', '141102.370000', '141102.830000', '141103.290000', '141103.750000', '141104.210000', '141104.670000', '141105.130000', '141105.590000', '141106.050000', '141106.510000', '141106.970000', '141107.430000', '141107.890000', '141108.350000', '141108.810000', '141109.270000', '141109.730000', '141110.190000', '141110.650000', '141111.110000', '141111.570000', '141112.030000', '141112.490000', '141112.950000', '141113.410000', '141113.870000', '141114.330000', '141114.790000', '141115.250000', '141115.710000', '141116.170000', '141116.630000', '141117.090000', '141117.550000', '141118.010000', '141118.470000', '141118.930000', '141119.390000', '141119.850000', '141120.310000', '141120.770000', '141121.230000', '141121.690000', '141122.150000', '141122.610000', '141123.070000', '141123.530000', '141123.990000', '141124.450000', '141124.910000', '141125.370000', '141125.830000', '141126.290000', '141126.750000', '141127.210000', '141127.670000', '141128.130000', '141128.590000', '141129.050000', '141129.510000', '141129.970000', '141130.430000', '141130.890000', '141131.350000', '141131.810000', '141132.270000', '141132.730000', '141133.190000', '141133.650000', '141134.110000', '141134.570000', '141135.030000', '141135.490000', '141135.950000', '141136.410000', '141136.870000', '141137.330000', '141137.790000', '141138.250000', '141138.710000', '141139.170000', '141139.630000', '141140.090000', '141140.550000', '141141.010000', '141141.470000', '141141.930000', '141142.390000', '141142.850000', '141143.310000', '141143.770000', '141144.230000', '141144.690000', '141145.150000', '141145.610000', '141146.070000', '141146.530000', '141146.990000', '141147.450000', '141147.910000', '141148.370000', '141148.830000', '141149.290000', '141149.750000', '141150.210000', '141150.670000', '141151.130000', '141151.590000', '141152.050000', '141152.510000', '141152.970000', '141153.430000', '141153.890000', '141154.350000', '141154.810000', '141155.270000', '141155.730000', '141156.190000', '141156.650000', '141157.110000', '141157.570000', '141158.030000', '141158.490000', '141158.950000', '141159.410000', '141159.870000', '141200.330000', '141200.790000', '141201.250000', '141201.710000', '141202.170000', '141202.630000', '141203.090000', '141203.550000', '141204.010000', '141204.470000', '141204.930000', '141205.390000', '141205.850000', '141206.310000', '141206.770000', '141207.230000', '141207.690000', '141208.150000', '141208.610000', '141209.070000', '141209.530000', '141209.990000', '141210.450000', '141210.910000', '141211.370000', '141211.830000', '141212.290000', '141212.750000', '141213.210000', '141213.670000', '141214.130000', '141214.590000', '141215.050000', '141215.510000', '141215.970000', '141216.430000', '141216.890000', '141217.350000', '141217.810000', '141218.270000', '141218.730000', '141219.190000', '141219.650000', '141220.110000', '141220.570000', '141221.030000', '141221.490000', '141221.950000', '141222.410000', '141222.870000', '141223.330000', '141223.790000', '141224.250000', '141224.710000', '141225.170000', '141225.630000', '141226.090000', '141226.550000', '141227.010000', '141227.470000', '141227.930000', '141228.390000', '141228.850000', '141229.310000', '141229.770000', '141230.230000', '141230.690000', '141231.150000', '141231.610000', '141232.070000', '141232.530000', '141232.990000', '141233.450000', '141233.910000', '141234.370000', '141234.830000', '141235.290000', '141235.750000', '141236.210000', '141236.670000', '141237.130000', '141237.590000', '141238.050000', '141238.510000', '141238.970000', '141239.430000', '141239.890000', '141240.350000', '141240.810000', '141241.270000', '141241.730000', '141242.190000', '141242.650000', '141243.110000', '141243.570000', '141244.030000', '141244.490000', '141244.950000', '141245.410000', '141245.870000', '141246.330000', '141246.790000', '141247.250000', '141247.710000', '141248.170000', '141248.630000', '141249.090000', '141249.550000', '141250.010000', '141250.470000', '141250.930000', '141251.390000', '141251.850000', '141252.310000', '141252.770000', '141253.230000', '141253.690000', '141254.150000', '141254.610000', '141255.070000', '141255.530000', '141255.990000', '141256.450000', '141256.910000', '141257.370000', '141257.830000', '141258.290000', '141258.750000', '141259.210000', '141259.670000', '141300.130000', '141300.590000', '141301.050000', '141301.510000', '141301.970000', '141302.430000', '141302.890000', '141303.350000', '141303.810000', '141304.270000', '141304.730000', '141305.190000', '141305.650000', '141306.110000', '141306.570000', '141307.030000', '141307.490000', '141307.950000', '141308.410000', '141308.870000', '141309.330000', '141309.790000', '141310.250000', '141310.710000', '141311.170000', '141311.630000', '141312.090000', '141312.550000', '141313.010000', '141313.470000', '141313.930000', '141314.390000', '141314.850000', '141315.310000', '141315.770000', '141316.230000', '141316.690000', '141317.150000', '141317.610000', '141318.070000', '141318.530000', '141318.990000', '141319.450000', '141319.910000', '141320.370000', '141320.830000', '141321.290000', '141321.750000', '141322.210000', '141322.670000', '141323.130000', '141323.590000', '141324.050000', '141324.510000', '141324.970000', '141325.430000', '141325.890000', '141326.350000', '141326.810000', '141327.270000', '141327.730000', '141328.190000', '141328.650000', '141329.110000', '141329.570000', '141330.030000', '141330.490000', '141330.950000', '141331.410000', '141331.870000', '141332.330000', '141332.790000', '141333.250000', '141333.710000', '141334.170000', '141334.630000', '141335.090000', '141335.550000', '141336.010000', '141336.470000', '141336.930000', '141337.390000', '141337.850000', '141338.310000', '141338.770000', '141339.230000', '141339.690000', '141340.150000', '141340.610000', '141341.070000', '141341.530000', '141341.990000', '141342.450000', '141342.910000', '141343.370000', '141343.830000', '141344.290000', '141344.750000', '141345.210000', '141345.670000', '141346.130000', '141346.590000', '141347.050000', '141347.510000', '141347.970000', '141348.430000', '141348.890000', '141349.350000', '141349.810000', '141350.270000', '141350.730000', '141351.190000', '141351.650000', '141352.110000', '141352.570000', '141353.030000', '141353.490000', '141353.950000', '141354.410000', '141354.870000', '141355.330000', '141355.790000', '141356.250000', '141356.710000', '141357.170000', '141357.630000', '141358.090000', '141358.550000', '141359.010000', '141359.470000', '141359.930000', '141400.390000', '141400.850000', '141401.310000', '141401.770000', '141402.230000', '141402.690000', '141403.150000', '141403.610000', '141404.070000', '141404.530000', '141404.990000', '141405.450000', '141405.910000', '141406.370000', '141406.830000', '141407.290000', '141407.750000', '141408.210000', '141408.670000', '141409.130000', '141409.590000', '141410.050000', '141410.510000', '141410.970000', '141411.430000', '141411.890000', '141412.350000', '141412.810000', '141413.270000', '141413.730000', '141414.190000', '141414.650000', '141415.110000', '141415.570000', '141416.030000', '141416.490000', '141416.950000', '141417.410000', '141417.870000', '141418.330000', '141418.790000', '141419.250000', '141419.710000', '141420.170000', '141420.630000', '141421.090000', '141421.550000', '141422.010000', '141422.470000', '141422.930000', '141423.390000', '141423.850000', '141424.310000', '141424.770000', '141425.230000', '141425.690000', '141426.150000', '141426.610000', '141427.070000', '141427.530000', '141427.990000', '141428.450000', '141428.910000', '141429.370000', '141429.830000', '141430.290000', '141430.750000', '141431.210000', '141431.670000', '141432.130000', '141432.590000', '141433.050000', '141433.510000', '141433.970000', '141434.430000', '141434.890000', '141435.350000', '141435.810000', '141436.270000', '141436.730000', '141437.190000', '141437.650000', '141438.110000', '141438.570000', '141439.030000', '141439.490000', '141439.950000', '141440.410000', '141440.870000', '141441.330000', '141441.790000', '141442.250000', '141442.710000', '141443.170000', '141443.630000', '141444.090000', '141444.550000', '141445.010000', '141445.470000', '141445.930000', '141446.390000', '141446.850000', '141447.310000', '141447.770000', '141448.230000', '141448.690000', '141449.150000', '141449.610000', '141450.070000', '141450.530000', '141450.990000', '141451.450000', '141451.910000', '141452.370000', '141452.830000', '141453.290000', '141453.750000', '141454.210000', '141454.670000', '141455.130000', '141455.590000', '141456.050000', '141456.510000', '141456.970000', '141457.430000', '141457.890000', '141458.350000', '141458.810000', '141459.270000', '141459.730000', '141500.190000', '141500.650000', '141501.110000', '141501.570000', '141502.030000', '141502.490000', '141502.950000', '141503.410000', '141503.870000', '141504.330000', '141504.790000', '141505.250000', '141505.710000', '141506.170000', '141506.630000', '141507.090000', '141507.550000', '141508.010000', '141508.470000', '141508.930000', '141509.390000', '141509.850000', '141510.310000', '141510.770000', '141511.230000', '141511.690000', '141512.150000', '141512.610000', '141513.070000', '141513.530000', '141513.990000', '141514.450000', '141514.910000', '141515.370000', '141515.830000', '141516.290000', '141516.750000', '141517.210000', '141517.670000', '141518.130000', '141518.590000', '141519.050000', '141519.510000', '141519.970000', '141520.430000', '141520.890000', '141521.350000', '141521.810000', '141522.270000', '141522.730000', '141523.190000', '141523.650000', '141524.110000', '141524.570000', '141525.030000', '141525.490000', '141525.950000', '141526.410000', '141526.870000', '141527.330000', '141527.790000', '141528.250000', '141528.710000', '141529.170000', '141529.630000', '141530.090000', '141530.550000', '141531.010000', '141531.470000', '141531.930000', '141532.390000', '141532.850000', '141533.310000', '141533.770000', '141534.230000', '141534.690000', '141535.150000', '141535.610000', '141536.070000', '141536.530000', '141536.990000', '141537.450000', '141537.910000', '141538.370000', '141538.830000', '141539.290000', '141539.750000', '141540.210000', '141540.670000', '141541.130000', '141541.590000', '141542.050000', '141542.510000', '141542.970000', '141543.430000', '141543.890000', '141544.350000', '141544.810000', '141545.270000', '141545.730000', '141546.190000', '141546.650000', '141547.110000', '141547.570000', '141548.030000', '141548.490000', '141548.950000', '141549.410000', '141549.870000', '141550.330000', '141550.790000', '141551.250000', '141551.710000', '141552.170000', '141552.630000', '141553.090000', '141553.550000', '141554.010000', '141554.470000', '141554.930000', '141555.390000', '141555.850000', '141556.310000', '141556.770000', '141557.230000', '141557.690000', '141558.150000', '141558.610000', '141559.070000', '141559.530000', '141559.990000', '141600.450000', '141600.910000', '141601.370000', '141601.830000', '141602.290000', '141602.750000', '141603.210000', '141603.670000', '141604.130000', '141604.590000', '141605.050000', '141605.510000', '141605.970000', '141606.430000', '141606.890000', '141607.350000', '141607.810000', '141608.270000', '141608.730000', '141609.190000', '141609.650000', '141610.110000', '141610.570000', '141611.030000', '141611.490000', '141611.950000', '141612.410000', '141612.870000', '141613.330000', '141613.790000', '141614.250000', '141614.710000', '141615.170000', '141615.630000', '141616.090000', '141616.550000', '141617.010000', '141617.470000', '141617.930000', '141618.390000', '141618.850000', '141619.310000', '141619.770000', '141620.230000', '141620.690000', '141621.150000', '141621.610000', '141622.070000', '141622.530000', '141622.990000', '141623.450000', '141623.910000', '141624.370000', '141624.830000', '141625.290000', '141625.750000', '141626.210000', '141626.670000', '141627.130000', '141627.590000', '141628.050000', '141628.510000', '141628.970000', '141629.430000', '141629.890000', '141630.350000', '141630.810000', '141631.270000', '141631.730000', '141632.190000', '141632.650000', '141633.110000', '141633.570000', '141634.030000', '141634.490000', '141634.950000', '141635.410000', '141635.870000', '141636.330000', '141636.790000', '141637.250000', '141637.710000', '141638.170000', '141638.630000', '141639.090000', '141639.550000', '141640.010000', '141640.470000', '141640.930000', '141641.390000', '141641.850000', '141642.310000', '141642.770000', '141643.230000', '141643.690000', '141644.150000', '141644.610000', '141645.070000', '141645.530000', '141645.990000', '141646.450000', '141646.910000', '141647.370000', '141647.830000', '141648.290000', '141648.750000', '141649.210000', '141649.670000', '141650.130000', '141650.590000', '141651.050000', '141651.510000', '141651.970000', '141652.430000', '141652.890000', '141653.350000', '141653.810000', '141654.270000', '141654.730000', '141655.190000', '141655.650000', '141656.110000', '141656.570000', '141657.030000', '141657.490000', '141657.950000', '141658.410000', '141658.870000', '141659.330000', '141659.790000', '141700.250000', '141700.710000', '141701.170000', '141701.630000', '141702.090000', '141702.550000', '141703.010000', '141703.470000', '141703.930000', '141704.390000', '141704.850000', '141705.310000', '141705.770000', '141706.230000', '141706.690000', '141707.150000', '141707.610000', '141708.070000', '141708.530000', '141708.990000', '141709.450000', '141709.910000', '141710.370000', '141710.830000', '141711.290000', '141711.750000', '141712.210000', '141712.670000', '141713.130000', '141713.590000', '141714.050000', '141714.510000', '141714.970000', '141715.430000', '141715.890000', '141716.350000', '141716.810000', '141717.270000', '141717.730000', '141718.190000', '141718.650000', '141719.110000', '141719.570000', '141720.030000', '141720.490000', '141720.950000', '141721.410000', '141721.870000', '141722.330000', '141722.790000', '141723.250000', '141723.710000', '141724.170000', '141724.630000', '141725.090000', '141725.550000', '141726.010000', '141726.470000', '141726.930000', '141727.390000', '141727.850000', '141728.310000', '141728.770000', '141729.230000', '141729.690000', '141730.150000', '141730.610000', '141731.070000', '141731.530000', '141731.990000', '141732.450000', '141732.910000', '141733.370000', '141733.830000', '141734.290000', '141734.750000', '141735.210000', '141735.670000', '141736.130000', '141736.590000', '141737.050000', '141737.510000', '141737.970000', '141738.430000', '141738.890000', '141739.350000', '141739.810000', '141740.270000', '141740.730000', '141741.190000', '141741.650000', '141742.110000', '141742.570000', '141743.030000', '141743.490000', '141743.950000', '141744.410000', '141744.870000', '141745.330000', '141745.790000', '141746.250000', '141746.710000', '141747.170000', '141747.630000', '141748.090000', '141748.550000', '141749.010000', '141749.470000', '141749.930000', '141750.390000', '141750.850000', '141751.310000', '141751.770000', '141752.230000', '141752.690000', '141753.150000', '141753.610000', '141754.070000', '141754.530000', '141754.990000', '141755.450000', '141755.910000', '141756.370000', '141756.830000', '141757.290000', '141757.750000', '141758.210000', '141758.670000', '141759.130000', '141759.590000', '141800.050000', '141800.510000', '141800.970000', '141801.430000', '141801.890000', '141802.350000', '141802.810000', '141803.270000', '141803.730000', '141804.190000', '141804.650000', '141805.110000', '141805.570000', '141806.030000', '141806.490000', '141806.950000', '141807.410000', '141807.870000', '141808.330000', '141808.790000', '141809.250000', '141809.710000', '141810.170000', '141810.630000', '141811.090000', '141811.550000', '141812.010000', '141812.470000', '141812.930000', '141813.390000', '141813.850000', '141814.310000', '141814.770000', '141815.230000', '141815.690000', '141816.150000', '141816.610000', '141817.070000', '141817.530000', '141817.990000', '141818.450000', '141818.910000', '141819.370000', '141819.830000', '141820.290000', '141820.750000', '141821.210000', '141821.670000', '141822.130000', '141822.590000', '141823.050000', '141823.510000', '141823.970000', '141824.430000', '141824.890000', '141825.350000', '141825.810000', '141826.270000', '141826.730000', '141827.190000', '141827.650000', '141828.110000', '141828.570000', '141829.030000', '141829.490000', '141829.950000', '141830.410000', '141830.870000', '141831.330000', '141831.790000', '141832.250000', '141832.710000', '141833.170000', '141833.630000', '141834.090000', '141834.550000', '141835.010000', '141835.470000', '141835.930000', '141836.390000', '141836.850000', '141837.310000', '141837.770000', '141838.230000', '141838.690000', '141839.150000', '141839.610000', '141840.070000', '141840.530000', '141840.990000', '141841.450000', '141841.910000', '141842.370000', '141842.830000', '141843.290000', '141843.750000', '141844.210000', '141844.670000', '141845.130000', '141845.590000', '141846.050000', '141846.510000', '141846.970000', '141847.430000', '141847.890000', '141848.350000', '141848.810000', '141849.270000', '141849.730000', '141850.190000', '141850.650000', '141851.110000', '141851.570000', '141852.030000', '141852.490000', '141852.950000', '141853.410000', '141853.870000', '141854.330000', '141854.790000', '141855.250000', '141855.710000', '141856.170000', '141856.630000', '141857.090000', '141857.550000', '141858.010000', '141858.470000', '141858.930000', '141859.390000', '141859.850000', '141900.310000', '141900.770000', '141901.230000', '141901.690000', '141902.150000', '141902.610000', '141903.070000', '141903.530000', '141903.990000', '141904.450000', '141904.910000', '141905.370000', '141905.830000', '141906.290000', '141906.750000', '141907.210000', '141907.670000', '141908.130000', '141908.590000', '141909.050000', '141909.510000', '141909.970000', '141910.430000', '141910.890000', '141911.350000', '141911.810000', '141912.270000', '141912.730000', '141913.190000', '141913.650000', '141914.110000', '141914.570000', '141915.030000', '141915.490000', '141915.950000', '141916.410000', '141916.870000', '141917.330000', '141917.790000', '141918.250000', '141918.710000', '141919.170000', '141919.630000', '141920.090000', '141920.550000', '141921.010000', '141921.470000', '141921.930000', '141922.390000', '141922.850000', '141923.310000', '141923.770000', '141924.230000', '141924.690000', '141925.150000', '141925.610000', '141926.070000', '141926.530000', '141926.990000', '141927.450000', '141927.910000', '141928.370000', '141928.830000', '141929.290000', '141929.750000', '141930.210000', '141930.670000', '141931.130000', '141931.590000', '141932.050000', '141932.510000', '141932.970000', '141933.430000', '141933.890000', '141934.350000', '141934.810000', '141935.270000', '141935.730000', '141936.190000', '141936.650000', '141937.110000', '141937.570000', '141938.030000', '141938.490000', '141938.950000', '141939.410000', '141939.870000', '141940.330000', '141940.790000', '141941.250000', '141941.710000', '141942.170000', '141942.630000', '141943.090000', '141943.550000', '141944.010000', '141944.470000', '141944.930000', '141945.390000', '141945.850000', '141946.310000', '141946.770000', '141947.230000', '141947.690000', '141948.150000', '141948.610000', '141949.070000', '141949.530000', '141949.990000', '141950.450000', '141950.910000', '141951.370000', '141951.830000', '141952.290000', '141952.750000', '141953.210000', '141953.670000', '141954.130000', '141954.590000', '141955.050000', '141955.510000', '141955.970000', '141956.430000', '141956.890000', '141957.350000', '141957.810000', '141958.270000', '141958.730000', '141959.190000', '141959.650000', '142000.110000', '142000.570000', '142001.030000', '142001.490000', '142001.950000', '142002.410000', '142002.870000', '142003.330000', '142003.790000', '142004.250000', '142004.710000', '142005.170000', '142005.630000', '142006.090000', '142006.550000', '142007.010000', '142007.470000', '142007.930000', '142008.390000', '142008.850000', '142009.310000', '142009.770000', '142010.230000', '142010.690000', '142011.150000', '142011.610000', '142012.070000', '142012.530000', '142012.990000', '142013.450000', '142013.910000', '142014.370000', '142014.830000', '142015.290000', '142015.750000', '142016.210000', '142016.670000', '142017.130000', '142017.590000', '142018.050000', '142018.510000', '142018.970000', '142019.430000', '142019.890000', '142020.350000', '142020.810000', '142021.270000', '142021.730000', '142022.190000', '142022.650000', '142023.110000', '142023.570000', '142024.030000', '142024.490000', '142024.950000', '142025.410000', '142025.870000', '142026.330000', '142026.790000', '142027.250000', '142027.710000', '142028.170000', '142028.630000', '142029.090000', '142029.550000', '142030.010000', '142030.470000', '142030.930000', '142031.390000', '142031.850000', '142032.310000', '142032.770000', '142033.230000', '142033.690000', '142034.150000', '142034.610000', '142035.070000', '142035.530000', '142035.990000', '142036.450000', '142036.910000', '142037.370000', '142037.830000', '142038.290000', '142038.750000', '142039.210000', '142039.670000', '142040.130000', '142040.590000', '142041.050000', '142041.510000', '142041.970000', '142042.430000', '142042.890000', '142043.350000', '142043.810000', '142044.270000', '142044.730000', '142045.190000', '142045.650000', '142046.110000', '142046.570000', '142047.030000', '142047.490000', '142047.950000', '142048.410000', '142048.870000', '142049.330000', '142049.790000', '142050.250000', '142050.710000', '142051.170000', '142051.630000', '142052.090000', '142052.550000', '142053.010000', '142053.470000', '142053.930000', '142054.390000', '142054.850000', '142055.310000', '142055.770000', '142056.230000', '142056.690000', '142057.150000', '142057.610000', '142058.070000', '142058.530000', '142058.990000', '142059.450000', '142059.910000', '142100.370000', '142100.830000', '142101.290000', '142101.750000', '142102.210000', '142102.670000', '142103.130000', '142103.590000', '142104.050000', '142104.510000', '142104.970000', '142105.430000', '142105.890000', '142106.350000', '142106.810000', '142107.270000', '142107.730000', '142108.190000', '142108.650000', '142109.110000'], 'ContentTime': ['141123.454000', '141123.458000', '141123.468000', '141123.471000', '141123.473000', '141123.476000', '141123.479000', '141123.482000', '141123.485000', '141123.488000', '141123.491000', '141123.494000', '141123.496000', '141123.499000', '141123.502000', '141123.505000', '141123.508000', '141123.511000', '141123.514000', '141123.517000', '141123.520000', '141123.522000', '141123.525000', '141123.528000', '141123.531000', '141123.534000', '141123.537000', '141123.540000', '141123.543000', '141123.546000', '141123.549000', '141123.551000', '141123.554000', '141123.557000', '141123.560000', '141123.563000', '141123.566000', '141123.569000', '141123.572000', '141123.574000', '141123.577000', '141123.580000', '141123.583000', '141123.586000', '141123.589000', '141123.592000', '141123.595000', '141123.598000', '141123.600000', '141123.603000', '141123.606000', '141123.609000', '141123.612000', '141123.615000', '141123.618000', '141123.626000', '141123.629000', '141123.632000', '141123.635000', '141123.638000', '141143.419000', '141143.422000', '141143.429000', '141143.432000', '141143.435000', '141143.438000', '141143.441000', '141143.444000', '141143.447000', '141143.449000', '141143.452000', '141143.455000', '141143.458000', '141143.461000', '141143.464000', '141143.467000', '141143.470000', '141143.472000', '141143.475000', '141143.478000', '141143.481000', '141143.484000', '141143.487000', '141143.490000', '141143.493000', '141143.496000', '141143.499000', '141143.502000', '141143.504000', '141143.507000', '141143.510000', '141143.513000', '141143.516000', '141143.519000', '141143.522000', '141143.525000', '141143.528000', '141143.530000', '141143.533000', '141143.536000', '141143.539000', '141143.542000', '141143.545000', '141203.419000', '141203.422000', '141203.425000', '141203.428000', '141203.430000', '141203.433000', '141203.436000', '141203.439000', '141203.442000', '141203.445000', '141203.448000', '141203.451000', '141203.454000', '141203.457000', '141203.460000', '141203.462000', '141203.465000', '141203.468000', '141203.471000', '141203.474000', '141203.477000', '141203.480000', '141203.483000', '141203.485000', '141203.488000', '141203.491000', '141203.494000', '141203.497000', '141203.500000', '141203.503000', '141203.505000', '141203.508000', '141203.511000', '141203.514000', '141203.532000', '141203.535000', '141203.538000', '141203.541000', '141203.543000', '141203.546000', '141203.549000', '141203.552000', '141203.555000', '141203.558000', '141223.419000', '141223.422000', '141223.425000', '141223.428000', '141223.431000', '141223.434000', '141223.437000', '141223.440000', '141223.442000', '141223.445000', '141223.448000', '141223.451000', '141223.454000', '141223.457000', '141223.460000', '141223.463000', '141223.465000', '141223.468000', '141223.471000', '141223.474000', '141223.477000', '141223.481000', '141223.484000', '141223.487000', '141223.490000', '141223.493000', '141223.496000', '141223.499000', '141223.502000', '141223.505000', '141223.507000', '141223.510000', '141223.513000', '141223.516000', '141223.519000', '141223.522000', '141223.525000', '141223.528000', '141223.531000', '141223.533000', '141223.536000', '141223.539000', '141223.542000', '141243.419000', '141243.422000', '141243.426000', '141243.429000', '141243.431000', '141243.434000', '141243.437000', '141243.440000', '141243.443000', '141243.446000', '141243.449000', '141243.452000', '141243.455000', '141243.458000', '141243.464000', '141243.467000', '141243.470000', '141243.473000', '141243.476000', '141243.479000', '141243.482000', '141243.485000', '141243.488000', '141243.491000', '141243.494000', '141243.496000', '141243.499000', '141243.502000', '141243.505000', '141243.508000', '141243.511000', '141243.514000', '141243.517000', '141243.520000', '141243.522000', '141243.525000', '141243.528000', '141243.531000', '141243.534000', '141243.537000', '141243.541000', '141243.544000', '141243.547000', '141303.419000', '141303.422000', '141303.425000', '141303.428000', '141303.431000', '141303.434000', '141303.437000', '141303.439000', '141303.442000', '141303.445000', '141303.448000', '141303.451000', '141303.454000', '141303.457000', '141303.460000', '141303.463000', '141303.466000', '141303.469000', '141303.471000', '141303.474000', '141303.477000', '141303.480000', '141303.483000', '141303.486000', '141303.489000', '141303.492000', '141303.495000', '141303.498000', '141303.501000', '141303.504000', '141303.507000', '141303.509000', '141303.512000', '141303.515000', '141303.518000', '141303.521000', '141303.524000', '141303.527000', '141303.530000', '141303.533000', '141303.536000', '141303.539000', '141303.542000', '141303.544000', '141323.418000', '141323.421000', '141323.424000', '141323.427000', '141323.432000', '141323.436000', '141323.439000', '141323.442000', '141323.445000', '141323.448000', '141323.451000', '141323.453000', '141323.456000', '141323.459000', '141323.462000', '141323.465000', '141323.468000', '141323.471000', '141323.474000', '141323.477000', '141323.480000', '141323.483000', '141323.485000', '141323.488000', '141323.491000', '141323.494000', '141323.497000', '141323.500000', '141323.503000', '141323.506000', '141323.509000', '141323.512000', '141323.515000', '141323.518000', '141323.520000', '141323.523000', '141323.526000', '141323.529000', '141323.532000', '141323.535000', '141323.538000', '141323.541000', '141323.544000', '141343.419000', '141343.422000', '141343.425000', '141343.428000', '141343.431000', '141343.434000', '141343.437000', '141343.440000', '141343.443000', '141343.445000', '141343.448000', '141343.451000', '141343.454000', '141343.457000', '141343.460000', '141343.463000', '141343.466000', '141343.469000', '141343.472000', '141343.475000', '141343.478000', '141343.480000', '141343.483000', '141343.486000', '141343.503000', '141343.506000', '141343.509000', '141343.512000', '141343.515000', '141343.518000', '141343.520000', '141343.523000', '141343.526000', '141343.529000', '141343.532000', '141343.535000', '141343.538000', '141343.541000', '141343.544000', '141343.547000', '141343.550000', '141343.553000', '141343.555000', '141343.558000', '141403.419000', '141403.422000', '141403.425000', '141403.428000', '141403.431000', '141403.434000', '141403.437000', '141403.439000', '141403.442000', '141403.445000', '141403.448000', '141403.451000', '141403.454000', '141403.458000', '141403.461000', '141403.464000', '141403.467000', '141403.470000', '141403.473000', '141403.476000', '141403.479000', '141403.482000', '141403.485000', '141403.488000', '141403.491000', '141403.494000', '141403.496000', '141403.499000', '141403.502000', '141403.505000', '141403.508000', '141403.511000', '141403.514000', '141403.517000', '141403.520000', '141403.523000', '141403.526000', '141403.529000', '141403.531000', '141403.534000', '141403.537000', '141403.540000', '141403.543000', '141423.419000', '141423.422000', '141423.425000', '141423.428000', '141423.431000', '141423.434000', '141423.437000', '141423.440000', '141423.448000', '141423.451000', '141423.454000', '141423.457000', '141423.460000', '141423.463000', '141423.465000', '141423.468000', '141423.471000', '141423.474000', '141423.477000', '141423.480000', '141423.483000', '141423.486000', '141423.489000', '141423.492000', '141423.495000', '141423.498000', '141423.501000', '141423.504000', '141423.506000', '141423.509000', '141423.512000', '141423.515000', '141423.518000', '141423.521000', '141423.524000', '141423.527000', '141423.530000', '141423.533000', '141423.536000', '141423.539000', '141423.542000', '141423.545000', '141423.547000', '141423.550000', '141443.419000', '141443.422000', '141443.425000', '141443.428000', '141443.431000', '141443.434000', '141443.437000', '141443.440000', '141443.443000', '141443.446000', '141443.448000', '141443.451000', '141443.454000', '141443.457000', '141443.460000', '141443.463000', '141443.466000', '141443.469000', '141443.472000', '141443.475000', '141443.479000', '141443.483000', '141443.486000', '141443.489000', '141443.492000', '141443.495000', '141443.498000', '141443.501000', '141443.514000', '141443.517000', '141443.520000', '141443.523000', '141443.526000', '141443.529000', '141443.532000', '141443.535000', '141443.537000', '141443.540000', '141443.543000', '141443.546000', '141443.549000', '141443.552000', '141443.555000', '141503.419000', '141503.422000', '141503.425000', '141503.428000', '141503.431000', '141503.434000', '141503.437000', '141503.440000', '141503.443000', '141503.446000', '141503.448000', '141503.451000', '141503.454000', '141503.457000', '141503.460000', '141503.463000', '141503.466000', '141503.469000', '141503.472000', '141503.475000', '141503.478000', '141503.480000', '141503.483000', '141503.486000', '141503.489000', '141503.497000', '141503.500000', '141503.503000', '141503.506000', '141503.509000', '141503.512000', '141503.515000', '141503.518000', '141503.521000', '141503.524000', '141503.526000', '141503.529000', '141503.532000', '141503.535000', '141503.538000', '141503.541000', '141503.544000', '141503.547000', '141503.562000', '141523.419000', '141523.422000', '141523.425000', '141523.428000', '141523.431000', '141523.434000', '141523.437000', '141523.440000', '141523.443000', '141523.446000', '141523.448000', '141523.451000', '141523.454000', '141523.457000', '141523.460000', '141523.463000', '141523.466000', '141523.469000', '141523.472000', '141523.475000', '141523.478000', '141523.481000', '141523.484000', '141523.487000', '141523.490000', '141523.493000', '141523.498000', '141523.502000', '141523.505000', '141523.508000', '141523.511000', '141523.514000', '141523.517000', '141523.520000', '141523.523000', '141523.525000', '141523.528000', '141523.531000', '141523.534000', '141523.537000', '141523.540000', '141523.543000', '141523.546000', '141543.418000', '141543.421000', '141543.424000', '141543.427000', '141543.430000', '141543.433000', '141543.436000', '141543.439000', '141543.442000', '141543.445000', '141543.448000', '141543.450000', '141543.453000', '141543.456000', '141543.459000', '141543.462000', '141543.465000', '141543.468000', '141543.471000', '141543.474000', '141543.477000', '141543.479000', '141543.482000', '141543.485000', '141543.488000', '141543.491000', '141543.494000', '141543.497000', '141543.500000', '141543.503000', '141543.506000', '141543.509000', '141543.512000', '141543.514000', '141543.517000', '141543.520000', '141543.523000', '141543.526000', '141543.529000', '141543.532000', '141543.535000', '141543.538000', '141543.541000', '141543.544000', '141603.419000', '141603.422000', '141603.425000', '141603.428000', '141603.431000', '141603.434000', '141603.437000', '141603.440000', '141603.443000', '141603.446000', '141603.449000', '141603.453000', '141603.456000', '141603.458000', '141603.461000', '141603.464000', '141603.467000', '141603.470000', '141603.473000', '141603.476000', '141603.479000', '141603.482000', '141603.485000', '141603.488000', '141603.490000', '141603.493000', '141603.496000', '141603.499000', '141603.502000', '141603.505000', '141603.508000', '141603.511000', '141603.514000', '141603.517000', '141603.520000', '141603.523000', '141603.526000', '141603.529000', '141603.532000', '141603.535000', '141603.538000', '141603.541000', '141603.544000', '141623.419000', '141623.422000', '141623.425000', '141623.428000', '141623.431000', '141623.434000', '141623.439000', '141623.442000', '141623.445000', '141623.448000', '141623.451000', '141623.454000', '141623.457000', '141623.459000', '141623.462000', '141623.465000', '141623.468000', '141623.471000', '141623.474000', '141623.477000', '141623.480000', '141623.483000', '141623.486000', '141623.489000', '141623.492000', '141623.494000', '141623.497000', '141623.500000', '141623.503000', '141623.506000', '141623.509000', '141623.512000', '141623.515000', '141623.518000', '141623.521000', '141623.524000', '141623.527000', '141623.529000', '141623.532000', '141623.535000', '141623.538000', '141623.541000', '141623.544000', '141623.547000', '141643.419000', '141643.422000', '141643.425000', '141643.428000', '141643.431000', '141643.450000', '141643.453000', '141643.455000', '141643.458000', '141643.461000', '141643.464000', '141643.467000', '141643.470000', '141643.473000', '141643.476000', '141643.479000', '141643.482000', '141643.485000', '141643.487000', '141643.490000', '141643.493000', '141643.496000', '141643.499000', '141643.502000', '141643.505000', '141643.508000', '141643.511000', '141643.514000', '141643.516000', '141643.519000', '141643.522000', '141643.525000', '141643.528000', '141643.531000', '141643.534000', '141643.538000', '141643.540000', '141643.543000', '141643.546000', '141643.549000', '141643.552000', '141643.555000', '141643.558000', '141703.419000', '141703.422000', '141703.425000', '141703.428000', '141703.431000', '141703.434000', '141703.437000', '141703.440000', '141703.443000', '141703.446000', '141703.449000', '141703.452000', '141703.455000', '141703.457000', '141703.460000', '141703.463000', '141703.466000', '141703.469000', '141703.472000', '141703.475000', '141703.478000', '141703.481000', '141703.484000', '141703.486000', '141703.489000', '141703.492000', '141703.495000', '141703.498000', '141703.501000', '141703.504000', '141703.507000', '141703.510000', '141703.513000', '141703.515000', '141703.518000', '141703.521000', '141703.524000', '141703.527000', '141703.530000', '141703.533000', '141703.536000', '141703.539000', '141703.542000', '141703.544000', '141723.419000', '141723.422000', '141723.425000', '141723.428000', '141723.431000', '141723.434000', '141723.437000', '141723.440000', '141723.443000', '141723.445000', '141723.448000', '141723.451000', '141723.454000', '141723.457000', '141723.460000', '141723.463000', '141723.466000', '141723.469000', '141723.472000', '141723.474000', '141723.477000', '141723.480000', '141723.483000', '141723.488000', '141723.491000', '141723.494000', '141723.497000', '141723.500000', '141723.502000', '141723.506000', '141723.508000', '141723.511000', '141723.514000', '141723.517000', '141723.520000', '141723.523000', '141723.526000', '141723.529000', '141723.532000', '141723.535000', '141723.538000', '141723.541000', '141723.544000', '141743.419000', '141743.422000', '141743.425000', '141743.428000', '141743.431000', '141743.434000', '141743.437000', '141743.440000', '141743.443000', '141743.445000', '141743.448000', '141743.451000', '141743.454000', '141743.457000', '141743.460000', '141743.463000', '141743.466000', '141743.469000', '141743.472000', '141743.475000', '141743.478000', '141743.481000', '141743.484000', '141743.486000', '141743.489000', '141743.492000', '141743.495000', '141743.498000', '141743.501000', '141743.504000', '141743.507000', '141743.510000', '141743.513000', '141743.516000', '141743.518000', '141743.521000', '141743.524000', '141743.527000', '141743.530000', '141743.533000', '141743.536000', '141743.539000', '141743.542000', '141743.545000', '141803.418000', '141803.421000', '141803.424000', '141803.427000', '141803.430000', '141803.433000', '141803.436000', '141803.439000', '141803.442000', '141803.445000', '141803.448000', '141803.463000', '141803.466000', '141803.469000', '141803.472000', '141803.475000', '141803.478000', '141803.481000', '141803.484000', '141803.486000', '141803.489000', '141803.492000', '141803.495000', '141803.498000', '141803.501000', '141803.504000', '141803.507000', '141803.510000', '141803.513000', '141803.516000', '141803.518000', '141803.521000', '141803.524000', '141803.527000', '141803.530000', '141803.533000', '141803.536000', '141803.539000', '141803.542000', '141803.545000', '141803.548000', '141803.551000', '141803.553000', '141823.419000', '141823.422000', '141823.425000', '141823.428000', '141823.431000', '141823.434000', '141823.437000', '141823.440000', '141823.443000', '141823.446000', '141823.448000', '141823.451000', '141823.454000', '141823.457000', '141823.460000', '141823.463000', '141823.466000', '141823.469000', '141823.472000', '141823.475000', '141823.478000', '141823.480000', '141823.483000', '141823.486000', '141823.489000', '141823.492000', '141823.495000', '141823.498000', '141823.501000', '141823.504000', '141823.507000', '141823.509000', '141823.512000', '141823.515000', '141823.518000', '141823.521000', '141823.524000', '141823.527000', '141823.530000', '141823.533000', '141823.536000', '141823.539000', '141823.542000', '141823.544000', '141843.419000', '141843.422000', '141843.425000', '141843.428000', '141843.431000', '141843.434000', '141843.437000', '141843.440000', '141843.443000', '141843.446000', '141843.449000', '141843.452000', '141843.455000', '141843.457000', '141843.460000', '141843.463000', '141843.466000', '141843.469000', '141843.472000', '141843.475000', '141843.478000', '141843.481000', '141843.484000', '141843.487000', '141843.489000', '141843.492000', '141843.495000', '141843.498000', '141843.501000', '141843.504000', '141843.507000', '141843.509000', '141843.512000', '141843.515000', '141843.518000', '141843.521000', '141843.524000', '141843.528000', '141843.531000', '141843.533000', '141843.536000', '141843.539000', '141843.542000', '141903.419000', '141903.422000', '141903.425000', '141903.428000', '141903.431000', '141903.434000', '141903.437000', '141903.440000', '141903.443000', '141903.446000', '141903.449000', '141903.451000', '141903.454000', '141903.457000', '141903.460000', '141903.463000', '141903.466000', '141903.469000', '141903.472000', '141903.475000', '141903.478000', '141903.481000', '141903.484000', '141903.486000', '141903.489000', '141903.492000', '141903.495000', '141903.498000', '141903.501000', '141903.504000', '141903.507000', '141903.510000', '141903.513000', '141903.516000', '141903.519000', '141903.522000', '141903.524000', '141903.527000', '141903.530000', '141903.533000', '141903.536000', '141903.539000', '141903.542000', '141903.545000', '141923.419000', '141923.422000', '141923.425000', '141923.437000', '141923.440000', '141923.443000', '141923.446000', '141923.449000', '141923.452000', '141923.455000', '141923.458000', '141923.461000', '141923.464000', '141923.467000', '141923.470000', '141923.473000', '141923.475000', '141923.478000', '141923.489000', '141923.492000', '141923.495000', '141923.498000', '141923.501000', '141923.503000', '141923.506000', '141923.509000', '141923.512000', '141923.515000', '141923.518000', '141923.521000', '141923.524000', '141923.527000', '141923.530000', '141923.533000', '141923.535000', '141923.538000', '141923.541000', '141923.544000', '141923.547000', '141923.550000', '141923.553000', '141923.556000', '141923.559000', '141943.419000', '141943.422000', '141943.425000', '141943.428000', '141943.431000', '141943.434000', '141943.437000', '141943.440000', '141943.442000', '141943.445000', '141943.448000', '141943.451000', '141943.454000', '141943.457000', '141943.460000', '141943.463000', '141943.466000', '141943.469000', '141943.472000', '141943.475000', '141943.477000', '141943.480000', '141943.483000', '141943.486000', '141943.489000', '141943.492000', '141943.495000', '141943.498000', '141943.501000', '141943.504000', '141943.507000', '141943.510000', '141943.513000', '141943.515000', '141943.518000', '141943.521000', '141943.524000', '141943.527000', '141943.530000', '141943.533000', '141943.536000', '141943.539000', '141943.542000', '141943.545000', '142003.419000', '142003.422000', '142003.425000', '142003.428000', '142003.431000', '142003.434000', '142003.437000', '142003.440000', '142003.443000', '142003.446000', '142003.448000', '142003.451000', '142003.454000', '142003.457000', '142003.460000', '142003.463000', '142003.466000', '142003.469000', '142003.472000', '142003.475000', '142003.478000', '142003.481000', '142003.484000', '142003.487000', '142003.489000', '142003.492000', '142003.495000', '142003.499000', '142003.501000', '142003.504000', '142003.507000', '142003.510000', '142003.513000', '142003.516000', '142003.519000', '142003.522000', '142003.525000', '142003.528000', '142003.531000', '142003.534000', '142003.537000', '142003.539000', '142003.542000', '142023.418000', '142023.421000', '142023.424000', '142023.427000', '142023.430000', '142023.433000', '142023.436000', '142023.439000', '142023.442000', '142023.445000', '142023.448000', '142023.451000', '142023.454000', '142023.456000', '142023.459000', '142023.462000', '142023.465000', '142023.468000', '142023.471000', '142023.474000', '142023.477000', '142023.480000', '142023.483000', '142023.485000', '142023.488000', '142023.491000', '142023.494000', '142023.497000', '142023.500000', '142023.503000', '142023.506000', '142023.509000', '142023.512000', '142023.515000', '142023.518000', '142023.521000', '142023.523000', '142023.528000', '142023.531000', '142023.534000', '142023.537000', '142023.540000', '142023.543000', '142043.419000', '142043.422000', '142043.425000', '142043.428000', '142043.431000', '142043.434000', '142043.437000', '142043.440000', '142043.443000', '142043.446000', '142043.449000', '142043.452000', '142043.454000', '142043.457000', '142043.460000', '142043.463000', '142043.466000', '142043.469000', '142043.472000', '142043.475000', '142043.478000', '142043.481000', '142043.484000', '142043.487000', '142043.489000', '142043.492000', '142043.495000', '142043.498000', '142043.501000', '142043.504000', '142043.507000', '142043.510000', '142043.513000', '142043.516000', '142043.518000', '142043.521000', '142043.524000', '142043.527000', '142043.530000', '142043.533000', '142043.536000', '142043.539000', '142043.542000', '142043.545000', '142103.419000', '142103.422000', '142103.425000', '142103.428000', '142103.432000', '142103.437000', '142103.440000', '142103.443000', '142103.446000', '142103.449000', '142103.452000', '142103.454000', '142103.457000', '142103.460000', '142103.463000', '142103.466000', '142103.469000', '142103.472000', '142103.475000', '142103.478000', '142103.481000', '142103.484000', '142103.487000', '142103.490000', '142103.492000', '142103.495000', '142103.498000', '142103.501000', '142103.504000', '142103.507000', '142103.510000', '142103.513000', '142103.516000', '142103.519000', '142103.522000', '142103.524000', '142103.527000', '142103.530000', '142103.533000', '142103.536000', '142103.539000', '142103.542000', '142103.545000', '142109.935000', '142109.939000', '142109.942000', '142109.945000', '142109.948000', '142109.952000', '142109.956000', '142109.959000', '142109.962000', '142109.965000', '142109.968000', '142109.971000', '142109.974000', '142109.977000', '142109.980000'], 'InstanceCreationTime': ['141123.454000', '141123.458000', '141123.468000', '141123.471000', '141123.473000', '141123.476000', '141123.479000', '141123.482000', '141123.485000', '141123.488000', '141123.491000', '141123.494000', '141123.496000', '141123.499000', '141123.502000', '141123.505000', '141123.508000', '141123.511000', '141123.514000', '141123.517000', '141123.520000', '141123.522000', '141123.525000', '141123.528000', '141123.531000', '141123.534000', '141123.537000', '141123.540000', '141123.543000', '141123.546000', '141123.549000', '141123.551000', '141123.554000', '141123.557000', '141123.560000', '141123.563000', '141123.566000', '141123.569000', '141123.572000', '141123.574000', '141123.577000', '141123.580000', '141123.583000', '141123.586000', '141123.589000', '141123.592000', '141123.595000', '141123.598000', '141123.600000', '141123.603000', '141123.606000', '141123.609000', '141123.612000', '141123.615000', '141123.618000', '141123.626000', '141123.629000', '141123.632000', '141123.635000', '141123.638000', '141143.419000', '141143.422000', '141143.429000', '141143.432000', '141143.435000', '141143.438000', '141143.441000', '141143.444000', '141143.447000', '141143.449000', '141143.452000', '141143.455000', '141143.458000', '141143.461000', '141143.464000', '141143.467000', '141143.470000', '141143.472000', '141143.475000', '141143.478000', '141143.481000', '141143.484000', '141143.487000', '141143.490000', '141143.493000', '141143.496000', '141143.499000', '141143.502000', '141143.504000', '141143.507000', '141143.510000', '141143.513000', '141143.516000', '141143.519000', '141143.522000', '141143.525000', '141143.528000', '141143.530000', '141143.533000', '141143.536000', '141143.539000', '141143.542000', '141143.545000', '141203.419000', '141203.422000', '141203.425000', '141203.428000', '141203.430000', '141203.433000', '141203.436000', '141203.439000', '141203.442000', '141203.445000', '141203.448000', '141203.451000', '141203.454000', '141203.457000', '141203.460000', '141203.462000', '141203.465000', '141203.468000', '141203.471000', '141203.474000', '141203.477000', '141203.480000', '141203.483000', '141203.485000', '141203.488000', '141203.491000', '141203.494000', '141203.497000', '141203.500000', '141203.503000', '141203.505000', '141203.508000', '141203.511000', '141203.514000', '141203.532000', '141203.535000', '141203.538000', '141203.541000', '141203.543000', '141203.546000', '141203.549000', '141203.552000', '141203.555000', '141203.558000', '141223.419000', '141223.422000', '141223.425000', '141223.428000', '141223.431000', '141223.434000', '141223.437000', '141223.440000', '141223.442000', '141223.445000', '141223.448000', '141223.451000', '141223.454000', '141223.457000', '141223.460000', '141223.463000', '141223.465000', '141223.468000', '141223.471000', '141223.474000', '141223.477000', '141223.481000', '141223.484000', '141223.487000', '141223.490000', '141223.493000', '141223.496000', '141223.499000', '141223.502000', '141223.505000', '141223.507000', '141223.510000', '141223.513000', '141223.516000', '141223.519000', '141223.522000', '141223.525000', '141223.528000', '141223.531000', '141223.533000', '141223.536000', '141223.539000', '141223.542000', '141243.419000', '141243.422000', '141243.426000', '141243.429000', '141243.431000', '141243.434000', '141243.437000', '141243.440000', '141243.443000', '141243.446000', '141243.449000', '141243.452000', '141243.455000', '141243.458000', '141243.464000', '141243.467000', '141243.470000', '141243.473000', '141243.476000', '141243.479000', '141243.482000', '141243.485000', '141243.488000', '141243.491000', '141243.494000', '141243.496000', '141243.499000', '141243.502000', '141243.505000', '141243.508000', '141243.511000', '141243.514000', '141243.517000', '141243.520000', '141243.522000', '141243.525000', '141243.528000', '141243.531000', '141243.534000', '141243.537000', '141243.541000', '141243.544000', '141243.547000', '141303.419000', '141303.422000', '141303.425000', '141303.428000', '141303.431000', '141303.434000', '141303.437000', '141303.439000', '141303.442000', '141303.445000', '141303.448000', '141303.451000', '141303.454000', '141303.457000', '141303.460000', '141303.463000', '141303.466000', '141303.469000', '141303.471000', '141303.474000', '141303.477000', '141303.480000', '141303.483000', '141303.486000', '141303.489000', '141303.492000', '141303.495000', '141303.498000', '141303.501000', '141303.504000', '141303.507000', '141303.509000', '141303.512000', '141303.515000', '141303.518000', '141303.521000', '141303.524000', '141303.527000', '141303.530000', '141303.533000', '141303.536000', '141303.539000', '141303.542000', '141303.544000', '141323.418000', '141323.421000', '141323.424000', '141323.427000', '141323.432000', '141323.436000', '141323.439000', '141323.442000', '141323.445000', '141323.448000', '141323.451000', '141323.453000', '141323.456000', '141323.459000', '141323.462000', '141323.465000', '141323.468000', '141323.471000', '141323.474000', '141323.477000', '141323.480000', '141323.483000', '141323.485000', '141323.488000', '141323.491000', '141323.494000', '141323.497000', '141323.500000', '141323.503000', '141323.506000', '141323.509000', '141323.512000', '141323.515000', '141323.518000', '141323.520000', '141323.523000', '141323.526000', '141323.529000', '141323.532000', '141323.535000', '141323.538000', '141323.541000', '141323.544000', '141343.419000', '141343.422000', '141343.425000', '141343.428000', '141343.431000', '141343.434000', '141343.437000', '141343.440000', '141343.443000', '141343.445000', '141343.448000', '141343.451000', '141343.454000', '141343.457000', '141343.460000', '141343.463000', '141343.466000', '141343.469000', '141343.472000', '141343.475000', '141343.478000', '141343.480000', '141343.483000', '141343.486000', '141343.503000', '141343.506000', '141343.509000', '141343.512000', '141343.515000', '141343.518000', '141343.520000', '141343.523000', '141343.526000', '141343.529000', '141343.532000', '141343.535000', '141343.538000', '141343.541000', '141343.544000', '141343.547000', '141343.550000', '141343.553000', '141343.555000', '141343.558000', '141403.419000', '141403.422000', '141403.425000', '141403.428000', '141403.431000', '141403.434000', '141403.437000', '141403.439000', '141403.442000', '141403.445000', '141403.448000', '141403.451000', '141403.454000', '141403.458000', '141403.461000', '141403.464000', '141403.467000', '141403.470000', '141403.473000', '141403.476000', '141403.479000', '141403.482000', '141403.485000', '141403.488000', '141403.491000', '141403.494000', '141403.496000', '141403.499000', '141403.502000', '141403.505000', '141403.508000', '141403.511000', '141403.514000', '141403.517000', '141403.520000', '141403.523000', '141403.526000', '141403.529000', '141403.531000', '141403.534000', '141403.537000', '141403.540000', '141403.543000', '141423.419000', '141423.422000', '141423.425000', '141423.428000', '141423.431000', '141423.434000', '141423.437000', '141423.440000', '141423.448000', '141423.451000', '141423.454000', '141423.457000', '141423.460000', '141423.463000', '141423.465000', '141423.468000', '141423.471000', '141423.474000', '141423.477000', '141423.480000', '141423.483000', '141423.486000', '141423.489000', '141423.492000', '141423.495000', '141423.498000', '141423.501000', '141423.504000', '141423.506000', '141423.509000', '141423.512000', '141423.515000', '141423.518000', '141423.521000', '141423.524000', '141423.527000', '141423.530000', '141423.533000', '141423.536000', '141423.539000', '141423.542000', '141423.545000', '141423.547000', '141423.550000', '141443.419000', '141443.422000', '141443.425000', '141443.428000', '141443.431000', '141443.434000', '141443.437000', '141443.440000', '141443.443000', '141443.446000', '141443.448000', '141443.451000', '141443.454000', '141443.457000', '141443.460000', '141443.463000', '141443.466000', '141443.469000', '141443.472000', '141443.475000', '141443.479000', '141443.483000', '141443.486000', '141443.489000', '141443.492000', '141443.495000', '141443.498000', '141443.501000', '141443.514000', '141443.517000', '141443.520000', '141443.523000', '141443.526000', '141443.529000', '141443.532000', '141443.535000', '141443.537000', '141443.540000', '141443.543000', '141443.546000', '141443.549000', '141443.552000', '141443.555000', '141503.419000', '141503.422000', '141503.425000', '141503.428000', '141503.431000', '141503.434000', '141503.437000', '141503.440000', '141503.443000', '141503.446000', '141503.448000', '141503.451000', '141503.454000', '141503.457000', '141503.460000', '141503.463000', '141503.466000', '141503.469000', '141503.472000', '141503.475000', '141503.478000', '141503.480000', '141503.483000', '141503.486000', '141503.489000', '141503.497000', '141503.500000', '141503.503000', '141503.506000', '141503.509000', '141503.512000', '141503.515000', '141503.518000', '141503.521000', '141503.524000', '141503.526000', '141503.529000', '141503.532000', '141503.535000', '141503.538000', '141503.541000', '141503.544000', '141503.547000', '141503.562000', '141523.419000', '141523.422000', '141523.425000', '141523.428000', '141523.431000', '141523.434000', '141523.437000', '141523.440000', '141523.443000', '141523.446000', '141523.448000', '141523.451000', '141523.454000', '141523.457000', '141523.460000', '141523.463000', '141523.466000', '141523.469000', '141523.472000', '141523.475000', '141523.478000', '141523.481000', '141523.484000', '141523.487000', '141523.490000', '141523.493000', '141523.498000', '141523.502000', '141523.505000', '141523.508000', '141523.511000', '141523.514000', '141523.517000', '141523.520000', '141523.523000', '141523.525000', '141523.528000', '141523.531000', '141523.534000', '141523.537000', '141523.540000', '141523.543000', '141523.546000', '141543.418000', '141543.421000', '141543.424000', '141543.427000', '141543.430000', '141543.433000', '141543.436000', '141543.439000', '141543.442000', '141543.445000', '141543.448000', '141543.450000', '141543.453000', '141543.456000', '141543.459000', '141543.462000', '141543.465000', '141543.468000', '141543.471000', '141543.474000', '141543.477000', '141543.479000', '141543.482000', '141543.485000', '141543.488000', '141543.491000', '141543.494000', '141543.497000', '141543.500000', '141543.503000', '141543.506000', '141543.509000', '141543.512000', '141543.514000', '141543.517000', '141543.520000', '141543.523000', '141543.526000', '141543.529000', '141543.532000', '141543.535000', '141543.538000', '141543.541000', '141543.544000', '141603.419000', '141603.422000', '141603.425000', '141603.428000', '141603.431000', '141603.434000', '141603.437000', '141603.440000', '141603.443000', '141603.446000', '141603.449000', '141603.453000', '141603.456000', '141603.458000', '141603.461000', '141603.464000', '141603.467000', '141603.470000', '141603.473000', '141603.476000', '141603.479000', '141603.482000', '141603.485000', '141603.488000', '141603.490000', '141603.493000', '141603.496000', '141603.499000', '141603.502000', '141603.505000', '141603.508000', '141603.511000', '141603.514000', '141603.517000', '141603.520000', '141603.523000', '141603.526000', '141603.529000', '141603.532000', '141603.535000', '141603.538000', '141603.541000', '141603.544000', '141623.419000', '141623.422000', '141623.425000', '141623.428000', '141623.431000', '141623.434000', '141623.439000', '141623.442000', '141623.445000', '141623.448000', '141623.451000', '141623.454000', '141623.457000', '141623.459000', '141623.462000', '141623.465000', '141623.468000', '141623.471000', '141623.474000', '141623.477000', '141623.480000', '141623.483000', '141623.486000', '141623.489000', '141623.492000', '141623.494000', '141623.497000', '141623.500000', '141623.503000', '141623.506000', '141623.509000', '141623.512000', '141623.515000', '141623.518000', '141623.521000', '141623.524000', '141623.527000', '141623.529000', '141623.532000', '141623.535000', '141623.538000', '141623.541000', '141623.544000', '141623.547000', '141643.419000', '141643.422000', '141643.425000', '141643.428000', '141643.431000', '141643.450000', '141643.453000', '141643.455000', '141643.458000', '141643.461000', '141643.464000', '141643.467000', '141643.470000', '141643.473000', '141643.476000', '141643.479000', '141643.482000', '141643.485000', '141643.487000', '141643.490000', '141643.493000', '141643.496000', '141643.499000', '141643.502000', '141643.505000', '141643.508000', '141643.511000', '141643.514000', '141643.516000', '141643.519000', '141643.522000', '141643.525000', '141643.528000', '141643.531000', '141643.534000', '141643.538000', '141643.540000', '141643.543000', '141643.546000', '141643.549000', '141643.552000', '141643.555000', '141643.558000', '141703.419000', '141703.422000', '141703.425000', '141703.428000', '141703.431000', '141703.434000', '141703.437000', '141703.440000', '141703.443000', '141703.446000', '141703.449000', '141703.452000', '141703.455000', '141703.457000', '141703.460000', '141703.463000', '141703.466000', '141703.469000', '141703.472000', '141703.475000', '141703.478000', '141703.481000', '141703.484000', '141703.486000', '141703.489000', '141703.492000', '141703.495000', '141703.498000', '141703.501000', '141703.504000', '141703.507000', '141703.510000', '141703.513000', '141703.515000', '141703.518000', '141703.521000', '141703.524000', '141703.527000', '141703.530000', '141703.533000', '141703.536000', '141703.539000', '141703.542000', '141703.544000', '141723.419000', '141723.422000', '141723.425000', '141723.428000', '141723.431000', '141723.434000', '141723.437000', '141723.440000', '141723.443000', '141723.445000', '141723.448000', '141723.451000', '141723.454000', '141723.457000', '141723.460000', '141723.463000', '141723.466000', '141723.469000', '141723.472000', '141723.474000', '141723.477000', '141723.480000', '141723.483000', '141723.488000', '141723.491000', '141723.494000', '141723.497000', '141723.500000', '141723.502000', '141723.506000', '141723.508000', '141723.511000', '141723.514000', '141723.517000', '141723.520000', '141723.523000', '141723.526000', '141723.529000', '141723.532000', '141723.535000', '141723.538000', '141723.541000', '141723.544000', '141743.419000', '141743.422000', '141743.425000', '141743.428000', '141743.431000', '141743.434000', '141743.437000', '141743.440000', '141743.443000', '141743.445000', '141743.448000', '141743.451000', '141743.454000', '141743.457000', '141743.460000', '141743.463000', '141743.466000', '141743.469000', '141743.472000', '141743.475000', '141743.478000', '141743.481000', '141743.484000', '141743.486000', '141743.489000', '141743.492000', '141743.495000', '141743.498000', '141743.501000', '141743.504000', '141743.507000', '141743.510000', '141743.513000', '141743.516000', '141743.518000', '141743.521000', '141743.524000', '141743.527000', '141743.530000', '141743.533000', '141743.536000', '141743.539000', '141743.542000', '141743.545000', '141803.418000', '141803.421000', '141803.424000', '141803.427000', '141803.430000', '141803.433000', '141803.436000', '141803.439000', '141803.442000', '141803.445000', '141803.448000', '141803.463000', '141803.466000', '141803.469000', '141803.472000', '141803.475000', '141803.478000', '141803.481000', '141803.484000', '141803.486000', '141803.489000', '141803.492000', '141803.495000', '141803.498000', '141803.501000', '141803.504000', '141803.507000', '141803.510000', '141803.513000', '141803.516000', '141803.518000', '141803.521000', '141803.524000', '141803.527000', '141803.530000', '141803.533000', '141803.536000', '141803.539000', '141803.542000', '141803.545000', '141803.548000', '141803.551000', '141803.553000', '141823.419000', '141823.422000', '141823.425000', '141823.428000', '141823.431000', '141823.434000', '141823.437000', '141823.440000', '141823.443000', '141823.446000', '141823.448000', '141823.451000', '141823.454000', '141823.457000', '141823.460000', '141823.463000', '141823.466000', '141823.469000', '141823.472000', '141823.475000', '141823.478000', '141823.480000', '141823.483000', '141823.486000', '141823.489000', '141823.492000', '141823.495000', '141823.498000', '141823.501000', '141823.504000', '141823.507000', '141823.509000', '141823.512000', '141823.515000', '141823.518000', '141823.521000', '141823.524000', '141823.527000', '141823.530000', '141823.533000', '141823.536000', '141823.539000', '141823.542000', '141823.544000', '141843.419000', '141843.422000', '141843.425000', '141843.428000', '141843.431000', '141843.434000', '141843.437000', '141843.440000', '141843.443000', '141843.446000', '141843.449000', '141843.452000', '141843.455000', '141843.457000', '141843.460000', '141843.463000', '141843.466000', '141843.469000', '141843.472000', '141843.475000', '141843.478000', '141843.481000', '141843.484000', '141843.487000', '141843.489000', '141843.492000', '141843.495000', '141843.498000', '141843.501000', '141843.504000', '141843.507000', '141843.509000', '141843.512000', '141843.515000', '141843.518000', '141843.521000', '141843.524000', '141843.528000', '141843.531000', '141843.533000', '141843.536000', '141843.539000', '141843.542000', '141903.419000', '141903.422000', '141903.425000', '141903.428000', '141903.431000', '141903.434000', '141903.437000', '141903.440000', '141903.443000', '141903.446000', '141903.449000', '141903.451000', '141903.454000', '141903.457000', '141903.460000', '141903.463000', '141903.466000', '141903.469000', '141903.472000', '141903.475000', '141903.478000', '141903.481000', '141903.484000', '141903.486000', '141903.489000', '141903.492000', '141903.495000', '141903.498000', '141903.501000', '141903.504000', '141903.507000', '141903.510000', '141903.513000', '141903.516000', '141903.519000', '141903.522000', '141903.524000', '141903.527000', '141903.530000', '141903.533000', '141903.536000', '141903.539000', '141903.542000', '141903.545000', '141923.419000', '141923.422000', '141923.425000', '141923.437000', '141923.440000', '141923.443000', '141923.446000', '141923.449000', '141923.452000', '141923.455000', '141923.458000', '141923.461000', '141923.464000', '141923.467000', '141923.470000', '141923.473000', '141923.475000', '141923.478000', '141923.489000', '141923.492000', '141923.495000', '141923.498000', '141923.501000', '141923.503000', '141923.506000', '141923.509000', '141923.512000', '141923.515000', '141923.518000', '141923.521000', '141923.524000', '141923.527000', '141923.530000', '141923.533000', '141923.535000', '141923.538000', '141923.541000', '141923.544000', '141923.547000', '141923.550000', '141923.553000', '141923.556000', '141923.559000', '141943.419000', '141943.422000', '141943.425000', '141943.428000', '141943.431000', '141943.434000', '141943.437000', '141943.440000', '141943.442000', '141943.445000', '141943.448000', '141943.451000', '141943.454000', '141943.457000', '141943.460000', '141943.463000', '141943.466000', '141943.469000', '141943.472000', '141943.475000', '141943.477000', '141943.480000', '141943.483000', '141943.486000', '141943.489000', '141943.492000', '141943.495000', '141943.498000', '141943.501000', '141943.504000', '141943.507000', '141943.510000', '141943.513000', '141943.515000', '141943.518000', '141943.521000', '141943.524000', '141943.527000', '141943.530000', '141943.533000', '141943.536000', '141943.539000', '141943.542000', '141943.545000', '142003.419000', '142003.422000', '142003.425000', '142003.428000', '142003.431000', '142003.434000', '142003.437000', '142003.440000', '142003.443000', '142003.446000', '142003.448000', '142003.451000', '142003.454000', '142003.457000', '142003.460000', '142003.463000', '142003.466000', '142003.469000', '142003.472000', '142003.475000', '142003.478000', '142003.481000', '142003.484000', '142003.487000', '142003.489000', '142003.492000', '142003.495000', '142003.499000', '142003.501000', '142003.504000', '142003.507000', '142003.510000', '142003.513000', '142003.516000', '142003.519000', '142003.522000', '142003.525000', '142003.528000', '142003.531000', '142003.534000', '142003.537000', '142003.539000', '142003.542000', '142023.418000', '142023.421000', '142023.424000', '142023.427000', '142023.430000', '142023.433000', '142023.436000', '142023.439000', '142023.442000', '142023.445000', '142023.448000', '142023.451000', '142023.454000', '142023.456000', '142023.459000', '142023.462000', '142023.465000', '142023.468000', '142023.471000', '142023.474000', '142023.477000', '142023.480000', '142023.483000', '142023.485000', '142023.488000', '142023.491000', '142023.494000', '142023.497000', '142023.500000', '142023.503000', '142023.506000', '142023.509000', '142023.512000', '142023.515000', '142023.518000', '142023.521000', '142023.523000', '142023.528000', '142023.531000', '142023.534000', '142023.537000', '142023.540000', '142023.543000', '142043.419000', '142043.422000', '142043.425000', '142043.428000', '142043.431000', '142043.434000', '142043.437000', '142043.440000', '142043.443000', '142043.446000', '142043.449000', '142043.452000', '142043.454000', '142043.457000', '142043.460000', '142043.463000', '142043.466000', '142043.469000', '142043.472000', '142043.475000', '142043.478000', '142043.481000', '142043.484000', '142043.487000', '142043.489000', '142043.492000', '142043.495000', '142043.498000', '142043.501000', '142043.504000', '142043.507000', '142043.510000', '142043.513000', '142043.516000', '142043.518000', '142043.521000', '142043.524000', '142043.527000', '142043.530000', '142043.533000', '142043.536000', '142043.539000', '142043.542000', '142043.545000', '142103.419000', '142103.422000', '142103.425000', '142103.428000', '142103.432000', '142103.437000', '142103.440000', '142103.443000', '142103.446000', '142103.449000', '142103.452000', '142103.454000', '142103.457000', '142103.460000', '142103.463000', '142103.466000', '142103.469000', '142103.472000', '142103.475000', '142103.478000', '142103.481000', '142103.484000', '142103.487000', '142103.490000', '142103.492000', '142103.495000', '142103.498000', '142103.501000', '142103.504000', '142103.507000', '142103.510000', '142103.513000', '142103.516000', '142103.519000', '142103.522000', '142103.524000', '142103.527000', '142103.530000', '142103.533000', '142103.536000', '142103.539000', '142103.542000', '142103.545000', '142109.935000', '142109.939000', '142109.942000', '142109.945000', '142109.948000', '142109.952000', '142109.956000', '142109.959000', '142109.962000', '142109.965000', '142109.968000', '142109.971000', '142109.974000', '142109.977000', '142109.980000'], '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, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [9506, 8283, 9243, 7908, 9102, 8450, 9546, 8432, 10071, 8631, 8767, 9007, 7907, 9285, 7550, 8383, 8164, 8127, 8615, 7921, 7866, 10786, 7973, 7421, 8096, 7609, 8067, 8444, 7993, 8544, 8375, 8274, 8366, 8295, 8410, 8391, 11957, 8630, 9881, 11230, 8818, 11517, 8716, 9266, 8570, 9924, 8862, 7594, 9242, 8058, 9269, 8376, 9055, 8340, 8898, 8169, 9072, 8131, 8268, 8155, 7644, 8742, 8453, 9154, 8147, 9183, 8196, 9108, 8223, 8542, 8309, 8506, 8278, 8445, 8376, 7700, 8396, 9415, 8870, 8463, 8943, 8641, 9456, 8385, 9415, 8890, 9117, 8501, 8454, 8530, 7867, 8528, 9215, 8981, 8648, 8929, 8356, 10210, 8643, 8942, 8789, 8642, 8663, 8455, 8358, 7487, 8474, 7823, 8688, 8466, 9005, 8175, 10077, 8448, 8654, 8668, 8101, 8733, 7684, 8568, 7581, 8613, 7679, 8388, 7580, 8560, 9188, 8820, 8531, 9070, 8473, 9646, 8503, 9123, 8363, 8232, 8557, 7867, 8644, 7379, 8465, 7447, 8947, 8104, 9141, 8107, 8583, 6939, 8514, 9743, 8597, 8675, 8494, 8795, 9281, 8925, 8701, 8513, 8200, 8556, 7964, 8677, 7357, 8652, 8364, 8513, 7340, 8966, 9604, 8869, 8239, 8868, 8620, 8702, 8371, 9115, 8758, 8254, 8770, 9457, 8975, 8909, 8753, 8381, 8892, 8568, 8944, 8206, 8329, 8584, 7971, 8250, 7848, 8351, 7644, 8693, 9693, 9150, 8508, 9578, 8615, 9400, 8596, 8865, 8488, 8690, 8632, 7809, 8152, 8069, 8135, 8434, 8951, 8709, 8649, 8447, 8478, 8441, 8836, 8478, 8104, 8460, 7540, 8763, 7085, 8565, 7276, 8309, 8106, 8692, 8370, 8924, 8407, 8947, 8373, 9294, 8185, 8770, 8098, 10263, 8108, 8766, 8519, 7606, 8558, 9618, 9023, 8903, 9051, 7102, 8452, 9020, 8515, 8321, 8608, 8377, 9749, 7984, 8602, 8035, 8424, 8480, 7641, 9267, 7895, 9096, 8325, 9010, 8137, 8775, 8082, 9598, 8366, 8572, 8705, 7929, 8595, 7745, 8478, 7358, 8030, 8076, 8421, 8487, 8767, 8407, 9102, 8389, 9242, 8211, 8445, 8438, 8744, 8356, 8665, 8217, 8564, 8401, 8834, 8095, 9560, 8547, 9293, 8256, 8592, 8302, 7924, 8476, 8926, 8844, 9062, 9059, 6864, 8393, 7249, 8267, 7352, 8054, 9939, 8157, 8404, 8834, 8322, 8614, 8562, 8550, 8409, 8188, 8101, 7999, 8517, 7543, 8357, 10238, 8982, 8651, 9161, 8328, 8705, 8618, 9599, 8584, 8360, 8088, 7922, 8160, 8941, 9016, 8618, 9202, 8557, 8888, 8374, 8899, 8419, 8801, 8215, 8805, 8303, 10237, 8952, 8213, 9187, 7707, 8875, 8553, 8642, 8306, 9628, 8108, 8639, 8155, 8345, 8703, 7687, 9101, 8355, 8902, 8453, 8705, 8226, 8553, 8095, 7877, 8366, 8247, 8999, 7364, 8633, 7246, 8350, 9168, 8947, 8392, 8982, 8591, 9049, 7889, 9006, 7485, 8679, 8311, 9582, 8393, 9012, 8631, 8278, 8856, 8857, 8538, 8618, 8691, 8228, 6669, 8716, 8337, 8858, 8927, 9108, 8885, 9022, 8842, 9013, 11785, 9474, 8825, 9309, 8887, 9213, 9150, 9438, 9006, 8563, 9059, 7912, 8854, 8944, 8881, 8420, 8776, 8122, 8762, 7783, 8736, 9489, 9254, 8857, 9172, 8538, 9335, 8735, 8332, 8721, 7937, 8947, 8633, 9211, 7380, 8835, 7291, 8883, 8495, 9050, 8585, 9299, 8836, 8690, 8909, 8555, 8315, 8051, 8476, 9282, 9219, 8402, 9056, 8626, 9690, 8886, 8987, 8796, 7867, 8876, 7060, 8712, 9501, 8868, 8602, 9172, 8544, 9031, 8598, 9124, 8674, 8386, 8924, 7971, 9140, 8768, 9288, 8626, 9008, 8852, 8687, 8561, 9061, 8735, 8177, 8795, 7635, 8974, 7829, 8920, 7626, 8825, 9012, 9090, 8659, 9508, 9008, 9436, 8976, 9125, 8893, 9130, 8692, 8927, 8970, 8846, 8744, 8892, 8933, 9316, 8911, 9248, 8810, 8205, 8605, 8017, 9245, 8536, 9281, 7853, 8731, 9165, 9324, 8868, 9211, 8748, 10204, 8879, 9294, 9110, 8764, 8702, 7991, 8987, 7591, 8802, 7719, 8971, 9130, 9039, 9679, 9107, 8925, 8829, 8963, 9183, 8768, 9977, 8875, 9851, 8977, 9269, 8592, 8403, 8727, 8309, 8952, 7906, 9046, 7946, 8674, 7995, 9105, 8754, 9445, 8848, 8929, 8989, 9954, 9074, 10130, 8838, 9535, 8678, 8269, 8786, 7611, 8759, 9051, 9196, 7642, 9434, 8229, 9252, 8508, 9258, 8589, 9729, 9061, 8857, 8658, 8519, 9265, 8345, 8844, 8503, 8769, 7454, 8923, 8224, 9270, 8038, 9377, 8883, 9175, 8347, 8734, 8614, 8732, 8424, 7940, 8678, 8396, 9244, 7726, 9380, 8082, 9363, 8764, 9485, 8897, 10191, 8484, 8784, 8613, 8976, 9198, 11628, 9579, 11604, 8897, 9811, 8825, 9651, 8340, 8345, 8277, 8136, 7014, 8068, 7913, 8881, 8319, 8957, 8189, 8777, 8332, 8814, 8174, 8581, 9936, 10246, 8664, 10938, 8664, 10955, 8787, 9190, 8396, 8193, 8566, 8625, 8533, 7668, 8944, 8504, 8852, 8515, 9152, 8123, 9427, 8347, 9214, 8826, 9429, 8479, 8775, 8538, 9001, 8405, 9469, 8144, 8342, 8550, 7859, 8914, 8374, 9273, 8208, 9389, 8566, 9398, 8642, 9376, 8418, 9077, 8345, 10102, 8327, 8780, 8389, 8768, 9197, 8839, 9303, 8616, 9040, 8458, 8899, 8511, 8801, 8449, 9430, 8628, 8943, 8429, 8820, 8327, 8302, 8373, 11128, 9197, 8275, 10061, 8679, 8645, 9119, 8264, 8744, 7869, 8375, 7209, 8353, 8433, 9148, 8304, 10056, 8610, 8730, 8835, 8514, 8505, 8246, 8653, 7904, 8512, 9692, 8993, 8480, 9941, 8599, 8653, 8799, 8287, 9015, 9554, 9093, 8719, 9128, 8507, 8642, 9049, 7557, 9514, 7795, 9360, 8203, 9205, 7737, 9282, 9319, 8987, 8980, 9096, 8571, 8280, 8747, 9122, 8550, 9208, 9341, 8867, 8637, 8987, 7745, 8860, 7671, 8600, 7523, 8462, 9604, 8549, 8896, 6975, 9248, 8953, 9254, 7636, 9562, 8651, 9962, 9071, 9691, 8758, 11327, 8840, 8432, 8999, 7738, 9518, 7112, 9183, 7288, 8814, 7216, 8692, 8753, 9122, 8643, 8901, 8835, 8374, 8783, 8412, 8871, 7732, 8638, 8393, 8465, 8511, 8929, 8598, 9443, 8464, 8482, 8622, 7046, 8510, 8704, 8842, 8789, 9664, 8815, 8591, 9234, 8203, 8841, 7330, 8611, 8555, 8721, 8378, 8443, 8668, 7691, 8922, 7226, 8690, 8668, 8697, 8732, 8854, 8596, 8522, 8885, 10610, 9217, 8586, 9147, 8121, 8719, 8220, 9095, 8193, 7913, 8624, 7590, 8834, 7698, 8816, 7462, 8714, 7332, 8472, 8179, 8995, 8735, 9627, 8452, 9503, 8264, 8903, 8263, 7706, 8489, 9475, 8833, 8556, 9400, 8190, 9618, 8500, 9744, 7924, 8191, 8671, 8071, 9137, 8812, 9329, 8833, 10761, 8648, 8814, 8873, 8025, 8799, 7972, 9229, 8427, 10155, 8906, 8549, 8845, 8177, 8797, 7471, 8978, 8801, 9359, 8388, 9204, 8277, 8883, 8805, 8372, 9017, 8338, 8578, 8005, 8507, 7633, 8551, 7801, 9014, 8452, 9237, 8749, 9483, 8441, 8589, 8317, 8545, 8336, 8262, 8474, 7897, 8581, 7979, 8488, 7244, 8415, 9405, 8575, 8255, 8800, 8559, 9212, 8629, 9380, 7893, 8547, 8376, 8508, 8288, 9201, 8127, 9388, 7802, 8633, 8607, 9699, 8470, 9212, 8507, 9041, 8023, 10384, 8291, 8844, 8152, 9898, 9025, 8258, 8819, 8433, 8746, 7911, 9594, 7746, 8245, 8319, 8714, 8786, 7877, 9188, 8000, 9379, 7927, 8287, 8282, 9063, 8535, 8274, 9789, 9054, 10048, 8353, 9209, 7696, 8685, 6766, 8154, 9503, 8433, 8368, 9587, 8266, 8928, 8383, 8020, 8334, 9250, 8604, 8207, 9394, 8421, 8647, 8597, 8241, 8545, 7931, 8321, 8419, 8278, 8050, 8232, 8260, 8648, 8265, 10132, 8042, 8405, 8697, 8242, 8765, 8293, 8649, 8298, 8890, 8118, 9337, 8313, 8668, 8656, 9925, 8970, 8649, 9098, 8195, 8923, 8240, 8936, 8361, 9771, 8317, 8299, 8318, 8786, 8689, 8323, 9043, 8498, 9031, 7910, 9084, 7975, 9661, 8064, 9073, 8025, 8449, 8477, 8355, 8434, 7994, 8355, 8023, 8175, 7685, 8425, 10084, 8919, 8251, 9025, 8202, 8888, 8151, 8760, 8248, 9054, 8131, 8692, 8071, 8254, 8635, 8265, 8572, 8791, 8115, 8379, 8261, 8195, 8436, 8619, 8945, 7543, 9061, 7700, 8430, 7959, 8375, 8273, 8937, 8501, 8940, 8360, 9559, 8595, 8665, 8242, 8907, 8257, 8285, 8180, 8097, 8726, 8110, 9211, 8062, 8470, 9224, 8565, 7784, 8735, 10145, 7772, 8066, 8107, 7356, 8478, 8764, 8833, 8543, 9818, 8577, 9418, 8562, 8911, 8682, 9173, 8888, 9342, 8742, 8495, 8679, 7370, 8407, 7612, 8022, 8721, 8173, 7675, 8204, 8050, 8419, 8230, 8884, 7906, 8802, 7963, 9006, 7946, 8973, 7777, 9103, 7856, 9152, 7904, 8994, 7943, 9268, 7764, 9462, 8070, 9166, 8208, 8161, 7959, 8719, 8623, 7663, 8797, 7954, 9089, 7559, 8763, 6907, 8563, 7362, 8261, 8314, 8377, 8441, 8815, 7940, 8974, 8261, 9232, 7756, 8862, 8891, 8349, 7696, 8244, 9233, 8682, 7010, 8647, 8199, 8129, 8153, 8067, 9808, 8244, 9480, 8883, 8185, 8898, 7377, 8493, 7594, 8093, 10574, 8492, 8233, 9402, 7837, 9936, 7800, 8920, 7505, 8605, 7690, 9442, 7688, 9968, 8234, 8776, 8050, 8434, 8292, 8529, 8140, 8582, 7957, 8148, 7618, 7900, 8045, 9085, 8680, 7622, 8470, 7650, 8270, 8297, 8219, 7483, 8371, 8237, 8521, 8127, 8849, 6978, 8753, 7111, 8465, 7841, 8160, 7408, 8090, 8751, 8542, 7833, 8641, 7894, 8070, 7901, 7605, 7783, 8059], 'WindowCenter': [3947.0, 3897.0, 3904.0, 3881.0, 3890.0, 3882.0, 3888.0, 3879.0, 3886.0, 3877.0, 3876.0, 3891.0, 3879.0, 3899.0, 3867.0, 3874.0, 3865.0, 3867.0, 3877.0, 3866.0, 3865.0, 3883.0, 3863.0, 3851.0, 3862.0, 3866.0, 3864.0, 3894.0, 3876.0, 3889.0, 3878.0, 3887.0, 3876.0, 3878.0, 3877.0, 3867.0, 3908.0, 3866.0, 3876.0, 3883.0, 3851.0, 3869.0, 3850.0, 3847.0, 3847.0, 3861.0, 3860.0, 3837.0, 3857.0, 3836.0, 3845.0, 3837.0, 3845.0, 3848.0, 3846.0, 3848.0, 3849.0, 3850.0, 3849.0, 3852.0, 3850.0, 3862.0, 3863.0, 3872.0, 3875.0, 3886.0, 3875.0, 3874.0, 3861.0, 3862.0, 3874.0, 3873.0, 3876.0, 3876.0, 3877.0, 3865.0, 3876.0, 3887.0, 3874.0, 3878.0, 3886.0, 3892.0, 3900.0, 3877.0, 3886.0, 3887.0, 3887.0, 3877.0, 3875.0, 3886.0, 3876.0, 3887.0, 3890.0, 3887.0, 3890.0, 3887.0, 3880.0, 3912.0, 3889.0, 3890.0, 3888.0, 3877.0, 3876.0, 3875.0, 3876.0, 3868.0, 3887.0, 3879.0, 3886.0, 3889.0, 3889.0, 3890.0, 3900.0, 3880.0, 3890.0, 3901.0, 3878.0, 3887.0, 3875.0, 3887.0, 3868.0, 3888.0, 3866.0, 3878.0, 3878.0, 3888.0, 3898.0, 3887.0, 3889.0, 3902.0, 3891.0, 3897.0, 3886.0, 3886.0, 3875.0, 3876.0, 3887.0, 3876.0, 3887.0, 3867.0, 3877.0, 3868.0, 3899.0, 3890.0, 3899.0, 3876.0, 3887.0, 3856.0, 3888.0, 3902.0, 3888.0, 3892.0, 3886.0, 3888.0, 3899.0, 3900.0, 3888.0, 3888.0, 3887.0, 3889.0, 3877.0, 3890.0, 3867.0, 3888.0, 3892.0, 3904.0, 3884.0, 3901.0, 3898.0, 3885.0, 3877.0, 3886.0, 3889.0, 3887.0, 3889.0, 3888.0, 3888.0, 3890.0, 3899.0, 3901.0, 3889.0, 3887.0, 3876.0, 3878.0, 3887.0, 3888.0, 3887.0, 3888.0, 3889.0, 3901.0, 3889.0, 3889.0, 3877.0, 3888.0, 3877.0, 3888.0, 3900.0, 3886.0, 3889.0, 3898.0, 3887.0, 3900.0, 3889.0, 3888.0, 3877.0, 3875.0, 3887.0, 3866.0, 3877.0, 3880.0, 3877.0, 3890.0, 3900.0, 3891.0, 3888.0, 3877.0, 3876.0, 3890.0, 3888.0, 3888.0, 3877.0, 3890.0, 3880.0, 3901.0, 3870.0, 3888.0, 3868.0, 3887.0, 3879.0, 3888.0, 3890.0, 3887.0, 3888.0, 3901.0, 3890.0, 3889.0, 3877.0, 3875.0, 3876.0, 3897.0, 3877.0, 3876.0, 3875.0, 3867.0, 3876.0, 3901.0, 3899.0, 3900.0, 3887.0, 3857.0, 3875.0, 3887.0, 3875.0, 3878.0, 3875.0, 3878.0, 3885.0, 3877.0, 3888.0, 3877.0, 3879.0, 3890.0, 3879.0, 3885.0, 3866.0, 3872.0, 3877.0, 3874.0, 3878.0, 3874.0, 3877.0, 3887.0, 3875.0, 3890.0, 3889.0, 3878.0, 3877.0, 3863.0, 3876.0, 3866.0, 3876.0, 3878.0, 3876.0, 3888.0, 3876.0, 3892.0, 3902.0, 3888.0, 3887.0, 3875.0, 3874.0, 3877.0, 3886.0, 3889.0, 3888.0, 3890.0, 3890.0, 3890.0, 3903.0, 3890.0, 3898.0, 3889.0, 3887.0, 3877.0, 3886.0, 3875.0, 3879.0, 3876.0, 3889.0, 3900.0, 3890.0, 3888.0, 3858.0, 3887.0, 3864.0, 3876.0, 3868.0, 3877.0, 3911.0, 3875.0, 3890.0, 3886.0, 3878.0, 3890.0, 3889.0, 3888.0, 3888.0, 3877.0, 3879.0, 3876.0, 3888.0, 3880.0, 3889.0, 3910.0, 3903.0, 3904.0, 3899.0, 3878.0, 3887.0, 3890.0, 3884.0, 3877.0, 3863.0, 3865.0, 3865.0, 3865.0, 3889.0, 3901.0, 3889.0, 3887.0, 3875.0, 3873.0, 3876.0, 3870.0, 3874.0, 3876.0, 3873.0, 3875.0, 3864.0, 3899.0, 3886.0, 3878.0, 3885.0, 3854.0, 3872.0, 3875.0, 3875.0, 3877.0, 3885.0, 3866.0, 3874.0, 3864.0, 3876.0, 3889.0, 3879.0, 3885.0, 3876.0, 3874.0, 3877.0, 3874.0, 3875.0, 3876.0, 3877.0, 3877.0, 3890.0, 3893.0, 3900.0, 3868.0, 3876.0, 3869.0, 3877.0, 3902.0, 3888.0, 3889.0, 3887.0, 3903.0, 3901.0, 3880.0, 3888.0, 3879.0, 3899.0, 3903.0, 3900.0, 3887.0, 3886.0, 3890.0, 3892.0, 3901.0, 3889.0, 3887.0, 3900.0, 3903.0, 3888.0, 3871.0, 3900.0, 3887.0, 3913.0, 3901.0, 3889.0, 3887.0, 3888.0, 3877.0, 3886.0, 3921.0, 3900.0, 3875.0, 3872.0, 3874.0, 3872.0, 3877.0, 3872.0, 3874.0, 3876.0, 3888.0, 3877.0, 3888.0, 3875.0, 3900.0, 3873.0, 3876.0, 3865.0, 3877.0, 3866.0, 3888.0, 3896.0, 3887.0, 3888.0, 3886.0, 3878.0, 3883.0, 3876.0, 3863.0, 3875.0, 3866.0, 3886.0, 3887.0, 3888.0, 3854.0, 3874.0, 3853.0, 3874.0, 3878.0, 3873.0, 3877.0, 3889.0, 3891.0, 3891.0, 3887.0, 3874.0, 3876.0, 3867.0, 3875.0, 3887.0, 3885.0, 3877.0, 3886.0, 3888.0, 3899.0, 3887.0, 3875.0, 3875.0, 3862.0, 3875.0, 3854.0, 3874.0, 3897.0, 3900.0, 3888.0, 3887.0, 3889.0, 3884.0, 3887.0, 3887.0, 3876.0, 3877.0, 3886.0, 3864.0, 3886.0, 3888.0, 3899.0, 3876.0, 3873.0, 3887.0, 3873.0, 3888.0, 3886.0, 3888.0, 3876.0, 3888.0, 3880.0, 3898.0, 3867.0, 3885.0, 3864.0, 3884.0, 3887.0, 3884.0, 3875.0, 3897.0, 3899.0, 3887.0, 3885.0, 3886.0, 3888.0, 3884.0, 3890.0, 3885.0, 3901.0, 3898.0, 3890.0, 3885.0, 3889.0, 3884.0, 3886.0, 3887.0, 3888.0, 3876.0, 3888.0, 3890.0, 3899.0, 3888.0, 3885.0, 3866.0, 3873.0, 3885.0, 3882.0, 3885.0, 3884.0, 3887.0, 3896.0, 3888.0, 3889.0, 3887.0, 3873.0, 3873.0, 3863.0, 3885.0, 3866.0, 3887.0, 3877.0, 3901.0, 3901.0, 3885.0, 3896.0, 3884.0, 3886.0, 3883.0, 3886.0, 3884.0, 3887.0, 3909.0, 3890.0, 3896.0, 3889.0, 3886.0, 3885.0, 3873.0, 3886.0, 3874.0, 3886.0, 3874.0, 3887.0, 3863.0, 3875.0, 3875.0, 3885.0, 3887.0, 3885.0, 3887.0, 3888.0, 3897.0, 3897.0, 3885.0, 3894.0, 3884.0, 3885.0, 3886.0, 3872.0, 3884.0, 3864.0, 3875.0, 3885.0, 3899.0, 3876.0, 3886.0, 3877.0, 3874.0, 3872.0, 3870.0, 3875.0, 3884.0, 3887.0, 3887.0, 3889.0, 3888.0, 3886.0, 3862.0, 3872.0, 3873.0, 3868.0, 3850.0, 3873.0, 3889.0, 3885.0, 3876.0, 3897.0, 3888.0, 3882.0, 3861.0, 3861.0, 3872.0, 3875.0, 3875.0, 3862.0, 3886.0, 3877.0, 3895.0, 3879.0, 3896.0, 3876.0, 3883.0, 3877.0, 3883.0, 3886.0, 3885.0, 3874.0, 3874.0, 3874.0, 3874.0, 3885.0, 3906.0, 3895.0, 3894.0, 3886.0, 3894.0, 3885.0, 3884.0, 3847.0, 3863.0, 3858.0, 3859.0, 3840.0, 3859.0, 3861.0, 3883.0, 3876.0, 3889.0, 3890.0, 3888.0, 3875.0, 3873.0, 3865.0, 3863.0, 3873.0, 3872.0, 3851.0, 3868.0, 3846.0, 3868.0, 3836.0, 3846.0, 3844.0, 3845.0, 3844.0, 3843.0, 3834.0, 3823.0, 3842.0, 3846.0, 3842.0, 3845.0, 3856.0, 3846.0, 3870.0, 3859.0, 3871.0, 3870.0, 3871.0, 3850.0, 3861.0, 3871.0, 3870.0, 3875.0, 3885.0, 3874.0, 3872.0, 3874.0, 3864.0, 3874.0, 3875.0, 3883.0, 3876.0, 3898.0, 3888.0, 3897.0, 3886.0, 3883.0, 3874.0, 3874.0, 3875.0, 3895.0, 3873.0, 3874.0, 3872.0, 3874.0, 3895.0, 3890.0, 3883.0, 3874.0, 3885.0, 3874.0, 3884.0, 3887.0, 3887.0, 3886.0, 3898.0, 3899.0, 3886.0, 3887.0, 3884.0, 3874.0, 3874.0, 3876.0, 3907.0, 3883.0, 3875.0, 3887.0, 3886.0, 3889.0, 3887.0, 3872.0, 3874.0, 3860.0, 3875.0, 3863.0, 3871.0, 3875.0, 3883.0, 3874.0, 3895.0, 3888.0, 3886.0, 3885.0, 3872.0, 3870.0, 3861.0, 3875.0, 3864.0, 3875.0, 3895.0, 3874.0, 3876.0, 3898.0, 3886.0, 3875.0, 3873.0, 3862.0, 3870.0, 3871.0, 3859.0, 3875.0, 3870.0, 3873.0, 3871.0, 3875.0, 3878.0, 3897.0, 3864.0, 3899.0, 3872.0, 3870.0, 3852.0, 3871.0, 3887.0, 3871.0, 3873.0, 3872.0, 3877.0, 3875.0, 3875.0, 3901.0, 3885.0, 3889.0, 3884.0, 3873.0, 3885.0, 3884.0, 3854.0, 3873.0, 3852.0, 3874.0, 3866.0, 3878.0, 3861.0, 3887.0, 3886.0, 3869.0, 3896.0, 3886.0, 3884.0, 3880.0, 3899.0, 3887.0, 3886.0, 3872.0, 3870.0, 3862.0, 3881.0, 3872.0, 3865.0, 3874.0, 3864.0, 3898.0, 3853.0, 3886.0, 3853.0, 3883.0, 3867.0, 3874.0, 3888.0, 3885.0, 3887.0, 3885.0, 3902.0, 3888.0, 3886.0, 3874.0, 3887.0, 3862.0, 3887.0, 3888.0, 3874.0, 3886.0, 3899.0, 3888.0, 3884.0, 3873.0, 3875.0, 3874.0, 3855.0, 3874.0, 3875.0, 3882.0, 3889.0, 3909.0, 3899.0, 3885.0, 3885.0, 3875.0, 3873.0, 3865.0, 3873.0, 3887.0, 3873.0, 3875.0, 3889.0, 3888.0, 3876.0, 3884.0, 3863.0, 3875.0, 3876.0, 3873.0, 3875.0, 3876.0, 3876.0, 3874.0, 3884.0, 3897.0, 3897.0, 3876.0, 3883.0, 3865.0, 3871.0, 3873.0, 3875.0, 3874.0, 3875.0, 3886.0, 3894.0, 3900.0, 3875.0, 3886.0, 3865.0, 3884.0, 3865.0, 3875.0, 3879.0, 3872.0, 3886.0, 3897.0, 3875.0, 3883.0, 3874.0, 3873.0, 3875.0, 3865.0, 3872.0, 3885.0, 3872.0, 3889.0, 3897.0, 3876.0, 3884.0, 3873.0, 3884.0, 3887.0, 3877.0, 3887.0, 3865.0, 3896.0, 3887.0, 3887.0, 3877.0, 3881.0, 3863.0, 3860.0, 3871.0, 3850.0, 3862.0, 3865.0, 3871.0, 3861.0, 3894.0, 3886.0, 3876.0, 3875.0, 3862.0, 3871.0, 3851.0, 3870.0, 3873.0, 3873.0, 3872.0, 3872.0, 3864.0, 3874.0, 3886.0, 3876.0, 3883.0, 3861.0, 3872.0, 3863.0, 3873.0, 3864.0, 3871.0, 3864.0, 3875.0, 3874.0, 3888.0, 3878.0, 3884.0, 3872.0, 3872.0, 3872.0, 3873.0, 3875.0, 3874.0, 3885.0, 3891.0, 3901.0, 3876.0, 3884.0, 3867.0, 3873.0, 3886.0, 3874.0, 3877.0, 3885.0, 3887.0, 3897.0, 3885.0, 3883.0, 3875.0, 3884.0, 3874.0, 3872.0, 3875.0, 3883.0, 3877.0, 3885.0, 3880.0, 3904.0, 3888.0, 3896.0, 3874.0, 3881.0, 3874.0, 3872.0, 3877.0, 3883.0, 3876.0, 3874.0, 3861.0, 3894.0, 3884.0, 3863.0, 3871.0, 3864.0, 3859.0, 3859.0, 3869.0, 3850.0, 3858.0, 3862.0, 3878.0, 3885.0, 3865.0, 3872.0, 3862.0, 3872.0, 3849.0, 3849.0, 3861.0, 3872.0, 3870.0, 3878.0, 3885.0, 3889.0, 3887.0, 3875.0, 3885.0, 3865.0, 3872.0, 3857.0, 3873.0, 3885.0, 3872.0, 3874.0, 3898.0, 3889.0, 3888.0, 3874.0, 3861.0, 3863.0, 3871.0, 3872.0, 3874.0, 3871.0, 3874.0, 3887.0, 3886.0, 3877.0, 3878.0, 3862.0, 3873.0, 3861.0, 3877.0, 3863.0, 3872.0, 3877.0, 3872.0, 3876.0, 3882.0, 3878.0, 3889.0, 3886.0, 3864.0, 3860.0, 3860.0, 3859.0, 3863.0, 3871.0, 3865.0, 3871.0, 3862.0, 3859.0, 3862.0, 3882.0, 3873.0, 3872.0, 3872.0, 3859.0, 3859.0, 3861.0, 3859.0, 3863.0, 3870.0, 3862.0, 3863.0, 3861.0, 3874.0, 3860.0, 3872.0, 3884.0, 3876.0, 3873.0, 3877.0, 3871.0, 3877.0, 3885.0, 3873.0, 3873.0, 3864.0, 3886.0, 3888.0, 3878.0, 3873.0, 3863.0, 3873.0, 3862.0, 3873.0, 3863.0, 3876.0, 3898.0, 3874.0, 3876.0, 3886.0, 3876.0, 3883.0, 3865.0, 3872.0, 3874.0, 3872.0, 3875.0, 3876.0, 3875.0, 3877.0, 3889.0, 3887.0, 3888.0, 3887.0, 3875.0, 3873.0, 3877.0, 3876.0, 3888.0, 3888.0, 3890.0, 3866.0, 3887.0, 3878.0, 3885.0, 3877.0, 3872.0, 3877.0, 3883.0, 3885.0, 3901.0, 3890.0, 3899.0, 3887.0, 3872.0, 3877.0, 3887.0, 3877.0, 3876.0, 3878.0, 3863.0, 3886.0, 3877.0, 3899.0, 3877.0, 3889.0, 3888.0, 3877.0, 3861.0, 3875.0, 3881.0, 3851.0, 3851.0, 3850.0, 3853.0, 3860.0, 3873.0, 3872.0, 3875.0, 3884.0, 3864.0, 3861.0, 3848.0, 3846.0, 3848.0, 3856.0, 3846.0, 3844.0, 3834.0, 3833.0, 3843.0, 3822.0, 3847.0, 3837.0, 3847.0, 3844.0, 3832.0, 3822.0, 3835.0, 3833.0, 3834.0, 3833.0, 3844.0, 3834.0, 3846.0, 3845.0, 3856.0, 3848.0, 3858.0, 3849.0, 3870.0, 3861.0, 3869.0, 3863.0, 3885.0, 3875.0, 3884.0, 3862.0, 3872.0, 3862.0, 3871.0, 3861.0, 3860.0, 3861.0, 3873.0, 3870.0, 3865.0, 3871.0, 3873.0, 3885.0, 3876.0, 3897.0, 3867.0, 3887.0, 3863.0, 3888.0, 3890.0, 3886.0, 3890.0, 3899.0, 3890.0, 3897.0, 3889.0, 3898.0, 3879.0, 3884.0, 3889.0, 3887.0, 3880.0, 3890.0, 3898.0, 3902.0, 3880.0, 3901.0, 3886.0, 3890.0, 3878.0, 3890.0, 3911.0, 3875.0, 3898.0, 3899.0, 3888.0, 3898.0, 3867.0, 3888.0, 3875.0, 3877.0, 3908.0, 3874.0, 3890.0, 3884.0, 3878.0, 3909.0, 3878.0, 3886.0, 3866.0, 3886.0, 3878.0, 3895.0, 3865.0, 3884.0, 3875.0, 3874.0, 3876.0, 3874.0, 3875.0, 3873.0, 3865.0, 3872.0, 3863.0, 3862.0, 3861.0, 3863.0, 3863.0, 3885.0, 3885.0, 3867.0, 3874.0, 3862.0, 3872.0, 3876.0, 3875.0, 3866.0, 3873.0, 3876.0, 3871.0, 3874.0, 3890.0, 3868.0, 3887.0, 3855.0, 3876.0, 3875.0, 3877.0, 3866.0, 3876.0, 3887.0, 3887.0, 3877.0, 3888.0, 3876.0, 3876.0, 3863.0, 3867.0, 3864.0, 3874.0], 'WindowWidth': [8838.0, 8751.0, 8749.0, 8714.0, 8721.0, 8713.0, 8713.0, 8703.0, 8707.0, 8696.0, 8696.0, 8721.0, 8704.0, 8730.0, 8683.0, 8689.0, 8675.0, 8682.0, 8695.0, 8680.0, 8676.0, 8696.0, 8667.0, 8651.0, 8668.0, 8677.0, 8675.0, 8730.0, 8697.0, 8718.0, 8701.0, 8713.0, 8695.0, 8699.0, 8696.0, 8680.0, 8737.0, 8676.0, 8689.0, 8691.0, 8646.0, 8668.0, 8641.0, 8636.0, 8636.0, 8661.0, 8660.0, 8624.0, 8649.0, 8621.0, 8629.0, 8621.0, 8630.0, 8639.0, 8634.0, 8640.0, 8642.0, 8645.0, 8645.0, 8652.0, 8648.0, 8663.0, 8667.0, 8681.0, 8691.0, 8706.0, 8688.0, 8685.0, 8665.0, 8666.0, 8687.0, 8683.0, 8693.0, 8693.0, 8696.0, 8678.0, 8693.0, 8709.0, 8689.0, 8699.0, 8709.0, 8723.0, 8734.0, 8698.0, 8707.0, 8708.0, 8707.0, 8697.0, 8691.0, 8709.0, 8696.0, 8711.0, 8718.0, 8708.0, 8717.0, 8710.0, 8704.0, 8750.0, 8718.0, 8718.0, 8714.0, 8695.0, 8695.0, 8691.0, 8695.0, 8686.0, 8713.0, 8702.0, 8708.0, 8716.0, 8715.0, 8720.0, 8729.0, 8705.0, 8722.0, 8739.0, 8701.0, 8712.0, 8694.0, 8711.0, 8685.0, 8712.0, 8682.0, 8700.0, 8700.0, 8712.0, 8727.0, 8709.0, 8716.0, 8738.0, 8721.0, 8725.0, 8708.0, 8705.0, 8692.0, 8693.0, 8711.0, 8696.0, 8711.0, 8684.0, 8698.0, 8688.0, 8733.0, 8722.0, 8731.0, 8696.0, 8711.0, 8669.0, 8714.0, 8737.0, 8714.0, 8725.0, 8710.0, 8715.0, 8731.0, 8733.0, 8714.0, 8716.0, 8712.0, 8718.0, 8700.0, 8720.0, 8687.0, 8717.0, 8725.0, 8746.0, 8718.0, 8737.0, 8728.0, 8706.0, 8698.0, 8708.0, 8717.0, 8711.0, 8716.0, 8714.0, 8715.0, 8718.0, 8733.0, 8735.0, 8716.0, 8710.0, 8694.0, 8698.0, 8711.0, 8714.0, 8711.0, 8716.0, 8718.0, 8737.0, 8720.0, 8719.0, 8698.0, 8715.0, 8699.0, 8713.0, 8733.0, 8709.0, 8717.0, 8728.0, 8714.0, 8736.0, 8715.0, 8712.0, 8697.0, 8690.0, 8710.0, 8683.0, 8698.0, 8706.0, 8697.0, 8719.0, 8735.0, 8721.0, 8713.0, 8697.0, 8694.0, 8723.0, 8713.0, 8714.0, 8698.0, 8720.0, 8708.0, 8737.0, 8693.0, 8715.0, 8687.0, 8713.0, 8703.0, 8712.0, 8720.0, 8710.0, 8714.0, 8737.0, 8722.0, 8716.0, 8698.0, 8692.0, 8694.0, 8722.0, 8697.0, 8694.0, 8692.0, 8683.0, 8694.0, 8737.0, 8734.0, 8731.0, 8713.0, 8669.0, 8691.0, 8707.0, 8691.0, 8698.0, 8691.0, 8701.0, 8705.0, 8698.0, 8713.0, 8696.0, 8700.0, 8720.0, 8705.0, 8708.0, 8680.0, 8683.0, 8694.0, 8688.0, 8699.0, 8689.0, 8696.0, 8709.0, 8691.0, 8719.0, 8718.0, 8700.0, 8696.0, 8671.0, 8693.0, 8681.0, 8695.0, 8700.0, 8695.0, 8715.0, 8695.0, 8723.0, 8739.0, 8715.0, 8710.0, 8692.0, 8688.0, 8696.0, 8708.0, 8718.0, 8714.0, 8722.0, 8721.0, 8722.0, 8742.0, 8721.0, 8727.0, 8717.0, 8711.0, 8699.0, 8710.0, 8692.0, 8700.0, 8695.0, 8717.0, 8735.0, 8719.0, 8716.0, 8673.0, 8713.0, 8677.0, 8697.0, 8686.0, 8699.0, 8749.0, 8692.0, 8719.0, 8708.0, 8702.0, 8721.0, 8719.0, 8713.0, 8715.0, 8697.0, 8704.0, 8696.0, 8715.0, 8707.0, 8715.0, 8747.0, 8743.0, 8744.0, 8733.0, 8700.0, 8710.0, 8718.0, 8701.0, 8695.0, 8673.0, 8677.0, 8678.0, 8676.0, 8714.0, 8735.0, 8717.0, 8710.0, 8691.0, 8685.0, 8692.0, 8679.0, 8689.0, 8692.0, 8687.0, 8690.0, 8675.0, 8728.0, 8709.0, 8698.0, 8703.0, 8659.0, 8681.0, 8688.0, 8690.0, 8696.0, 8703.0, 8678.0, 8688.0, 8675.0, 8694.0, 8719.0, 8702.0, 8705.0, 8692.0, 8685.0, 8696.0, 8689.0, 8692.0, 8694.0, 8698.0, 8697.0, 8721.0, 8729.0, 8732.0, 8685.0, 8693.0, 8688.0, 8698.0, 8739.0, 8715.0, 8716.0, 8713.0, 8741.0, 8738.0, 8707.0, 8713.0, 8705.0, 8733.0, 8746.0, 8731.0, 8711.0, 8709.0, 8721.0, 8726.0, 8737.0, 8715.0, 8715.0, 8735.0, 8743.0, 8715.0, 8698.0, 8734.0, 8713.0, 8756.0, 8733.0, 8715.0, 8711.0, 8711.0, 8696.0, 8708.0, 8762.0, 8730.0, 8691.0, 8681.0, 8686.0, 8680.0, 8692.0, 8681.0, 8687.0, 8692.0, 8713.0, 8698.0, 8712.0, 8688.0, 8734.0, 8687.0, 8694.0, 8677.0, 8695.0, 8679.0, 8713.0, 8721.0, 8710.0, 8709.0, 8704.0, 8697.0, 8698.0, 8692.0, 8672.0, 8689.0, 8679.0, 8712.0, 8710.0, 8712.0, 8662.0, 8687.0, 8659.0, 8687.0, 8699.0, 8686.0, 8695.0, 8716.0, 8722.0, 8721.0, 8708.0, 8686.0, 8693.0, 8680.0, 8691.0, 8710.0, 8702.0, 8696.0, 8706.0, 8714.0, 8728.0, 8709.0, 8690.0, 8690.0, 8670.0, 8690.0, 8661.0, 8690.0, 8724.0, 8734.0, 8715.0, 8712.0, 8715.0, 8704.0, 8711.0, 8708.0, 8695.0, 8695.0, 8707.0, 8677.0, 8709.0, 8716.0, 8731.0, 8694.0, 8686.0, 8708.0, 8688.0, 8713.0, 8707.0, 8712.0, 8696.0, 8716.0, 8708.0, 8729.0, 8682.0, 8704.0, 8674.0, 8701.0, 8710.0, 8701.0, 8692.0, 8726.0, 8731.0, 8711.0, 8705.0, 8706.0, 8714.0, 8703.0, 8717.0, 8705.0, 8735.0, 8729.0, 8719.0, 8707.0, 8717.0, 8704.0, 8712.0, 8711.0, 8715.0, 8696.0, 8717.0, 8721.0, 8735.0, 8716.0, 8706.0, 8681.0, 8686.0, 8705.0, 8696.0, 8705.0, 8701.0, 8710.0, 8724.0, 8714.0, 8716.0, 8709.0, 8686.0, 8688.0, 8672.0, 8706.0, 8682.0, 8711.0, 8700.0, 8737.0, 8733.0, 8706.0, 8723.0, 8703.0, 8709.0, 8701.0, 8709.0, 8703.0, 8711.0, 8745.0, 8719.0, 8721.0, 8715.0, 8707.0, 8706.0, 8688.0, 8709.0, 8692.0, 8710.0, 8691.0, 8710.0, 8673.0, 8691.0, 8693.0, 8704.0, 8710.0, 8703.0, 8709.0, 8717.0, 8728.0, 8727.0, 8707.0, 8715.0, 8701.0, 8703.0, 8707.0, 8685.0, 8704.0, 8676.0, 8692.0, 8707.0, 8734.0, 8698.0, 8707.0, 8697.0, 8686.0, 8682.0, 8676.0, 8688.0, 8699.0, 8713.0, 8711.0, 8717.0, 8716.0, 8710.0, 8670.0, 8682.0, 8684.0, 8674.0, 8651.0, 8684.0, 8718.0, 8701.0, 8693.0, 8725.0, 8714.0, 8699.0, 8668.0, 8666.0, 8686.0, 8690.0, 8691.0, 8672.0, 8712.0, 8697.0, 8722.0, 8703.0, 8722.0, 8693.0, 8698.0, 8694.0, 8699.0, 8706.0, 8702.0, 8688.0, 8687.0, 8687.0, 8687.0, 8705.0, 8735.0, 8720.0, 8712.0, 8706.0, 8718.0, 8708.0, 8702.0, 8640.0, 8670.0, 8658.0, 8660.0, 8636.0, 8662.0, 8669.0, 8701.0, 8694.0, 8716.0, 8721.0, 8711.0, 8692.0, 8685.0, 8675.0, 8668.0, 8682.0, 8678.0, 8648.0, 8668.0, 8635.0, 8664.0, 8618.0, 8634.0, 8630.0, 8633.0, 8631.0, 8628.0, 8613.0, 8600.0, 8624.0, 8634.0, 8625.0, 8632.0, 8647.0, 8636.0, 8674.0, 8660.0, 8678.0, 8675.0, 8677.0, 8647.0, 8662.0, 8679.0, 8677.0, 8690.0, 8702.0, 8690.0, 8684.0, 8688.0, 8674.0, 8686.0, 8691.0, 8699.0, 8692.0, 8726.0, 8714.0, 8725.0, 8707.0, 8700.0, 8689.0, 8689.0, 8693.0, 8716.0, 8686.0, 8687.0, 8683.0, 8688.0, 8720.0, 8717.0, 8702.0, 8690.0, 8704.0, 8691.0, 8703.0, 8713.0, 8710.0, 8710.0, 8730.0, 8732.0, 8712.0, 8711.0, 8704.0, 8692.0, 8690.0, 8693.0, 8736.0, 8697.0, 8690.0, 8709.0, 8710.0, 8717.0, 8710.0, 8684.0, 8686.0, 8665.0, 8694.0, 8674.0, 8681.0, 8692.0, 8699.0, 8688.0, 8718.0, 8715.0, 8709.0, 8706.0, 8684.0, 8679.0, 8667.0, 8691.0, 8676.0, 8693.0, 8719.0, 8688.0, 8694.0, 8725.0, 8709.0, 8694.0, 8687.0, 8669.0, 8676.0, 8677.0, 8660.0, 8687.0, 8675.0, 8685.0, 8680.0, 8690.0, 8700.0, 8724.0, 8677.0, 8730.0, 8684.0, 8677.0, 8655.0, 8679.0, 8706.0, 8680.0, 8686.0, 8684.0, 8693.0, 8690.0, 8691.0, 8734.0, 8706.0, 8715.0, 8701.0, 8685.0, 8707.0, 8702.0, 8659.0, 8683.0, 8654.0, 8690.0, 8680.0, 8700.0, 8659.0, 8712.0, 8710.0, 8689.0, 8721.0, 8708.0, 8703.0, 8706.0, 8731.0, 8710.0, 8705.0, 8682.0, 8677.0, 8668.0, 8691.0, 8680.0, 8672.0, 8685.0, 8676.0, 8727.0, 8660.0, 8705.0, 8657.0, 8698.0, 8682.0, 8690.0, 8714.0, 8704.0, 8712.0, 8707.0, 8738.0, 8716.0, 8707.0, 8687.0, 8709.0, 8671.0, 8709.0, 8714.0, 8690.0, 8710.0, 8732.0, 8715.0, 8704.0, 8687.0, 8691.0, 8689.0, 8664.0, 8688.0, 8691.0, 8697.0, 8715.0, 8747.0, 8730.0, 8706.0, 8704.0, 8689.0, 8686.0, 8679.0, 8687.0, 8712.0, 8686.0, 8691.0, 8716.0, 8716.0, 8696.0, 8703.0, 8674.0, 8692.0, 8694.0, 8685.0, 8693.0, 8695.0, 8694.0, 8689.0, 8701.0, 8725.0, 8725.0, 8694.0, 8699.0, 8677.0, 8681.0, 8688.0, 8692.0, 8691.0, 8692.0, 8711.0, 8732.0, 8735.0, 8694.0, 8708.0, 8677.0, 8703.0, 8679.0, 8691.0, 8702.0, 8684.0, 8709.0, 8726.0, 8693.0, 8699.0, 8688.0, 8684.0, 8691.0, 8677.0, 8683.0, 8704.0, 8682.0, 8714.0, 8727.0, 8696.0, 8705.0, 8686.0, 8702.0, 8714.0, 8699.0, 8709.0, 8678.0, 8725.0, 8712.0, 8711.0, 8692.0, 8692.0, 8668.0, 8661.0, 8677.0, 8648.0, 8667.0, 8675.0, 8679.0, 8668.0, 8716.0, 8710.0, 8693.0, 8688.0, 8666.0, 8678.0, 8653.0, 8675.0, 8686.0, 8684.0, 8684.0, 8682.0, 8674.0, 8689.0, 8710.0, 8696.0, 8701.0, 8667.0, 8683.0, 8671.0, 8687.0, 8676.0, 8682.0, 8677.0, 8688.0, 8690.0, 8712.0, 8698.0, 8701.0, 8682.0, 8681.0, 8686.0, 8686.0, 8693.0, 8689.0, 8707.0, 8724.0, 8736.0, 8695.0, 8703.0, 8682.0, 8688.0, 8707.0, 8688.0, 8697.0, 8704.0, 8712.0, 8727.0, 8707.0, 8702.0, 8694.0, 8703.0, 8691.0, 8684.0, 8694.0, 8700.0, 8698.0, 8707.0, 8708.0, 8743.0, 8714.0, 8723.0, 8690.0, 8695.0, 8689.0, 8685.0, 8697.0, 8698.0, 8691.0, 8687.0, 8668.0, 8716.0, 8702.0, 8669.0, 8676.0, 8670.0, 8658.0, 8661.0, 8674.0, 8650.0, 8659.0, 8667.0, 8697.0, 8707.0, 8678.0, 8681.0, 8668.0, 8678.0, 8647.0, 8646.0, 8666.0, 8680.0, 8677.0, 8701.0, 8702.0, 8715.0, 8708.0, 8689.0, 8704.0, 8677.0, 8683.0, 8672.0, 8688.0, 8703.0, 8684.0, 8690.0, 8729.0, 8718.0, 8713.0, 8689.0, 8666.0, 8670.0, 8681.0, 8681.0, 8687.0, 8680.0, 8688.0, 8711.0, 8711.0, 8698.0, 8698.0, 8670.0, 8685.0, 8666.0, 8698.0, 8675.0, 8686.0, 8698.0, 8681.0, 8693.0, 8696.0, 8701.0, 8717.0, 8707.0, 8672.0, 8663.0, 8661.0, 8660.0, 8671.0, 8678.0, 8675.0, 8679.0, 8667.0, 8660.0, 8666.0, 8692.0, 8686.0, 8683.0, 8681.0, 8659.0, 8657.0, 8663.0, 8659.0, 8671.0, 8676.0, 8668.0, 8671.0, 8666.0, 8686.0, 8663.0, 8682.0, 8704.0, 8694.0, 8684.0, 8698.0, 8682.0, 8699.0, 8704.0, 8686.0, 8685.0, 8674.0, 8710.0, 8717.0, 8699.0, 8689.0, 8672.0, 8685.0, 8669.0, 8685.0, 8673.0, 8693.0, 8722.0, 8687.0, 8694.0, 8709.0, 8692.0, 8699.0, 8677.0, 8683.0, 8688.0, 8684.0, 8693.0, 8693.0, 8695.0, 8697.0, 8717.0, 8713.0, 8714.0, 8710.0, 8693.0, 8687.0, 8695.0, 8694.0, 8715.0, 8716.0, 8720.0, 8680.0, 8712.0, 8701.0, 8708.0, 8698.0, 8686.0, 8696.0, 8699.0, 8706.0, 8736.0, 8721.0, 8729.0, 8711.0, 8685.0, 8697.0, 8709.0, 8697.0, 8693.0, 8697.0, 8672.0, 8710.0, 8696.0, 8733.0, 8698.0, 8715.0, 8714.0, 8695.0, 8667.0, 8690.0, 8692.0, 8649.0, 8650.0, 8646.0, 8657.0, 8663.0, 8685.0, 8682.0, 8689.0, 8700.0, 8670.0, 8664.0, 8641.0, 8636.0, 8640.0, 8648.0, 8635.0, 8628.0, 8615.0, 8611.0, 8626.0, 8596.0, 8636.0, 8624.0, 8639.0, 8630.0, 8612.0, 8595.0, 8615.0, 8611.0, 8616.0, 8613.0, 8627.0, 8617.0, 8634.0, 8634.0, 8649.0, 8643.0, 8656.0, 8647.0, 8675.0, 8667.0, 8675.0, 8672.0, 8704.0, 8692.0, 8703.0, 8671.0, 8682.0, 8668.0, 8678.0, 8666.0, 8664.0, 8666.0, 8684.0, 8676.0, 8676.0, 8681.0, 8686.0, 8706.0, 8699.0, 8727.0, 8686.0, 8711.0, 8677.0, 8713.0, 8719.0, 8710.0, 8720.0, 8728.0, 8719.0, 8726.0, 8718.0, 8729.0, 8704.0, 8703.0, 8717.0, 8710.0, 8706.0, 8720.0, 8731.0, 8742.0, 8710.0, 8737.0, 8711.0, 8720.0, 8701.0, 8721.0, 8750.0, 8693.0, 8727.0, 8732.0, 8717.0, 8728.0, 8684.0, 8714.0, 8693.0, 8699.0, 8741.0, 8689.0, 8719.0, 8703.0, 8700.0, 8745.0, 8701.0, 8707.0, 8682.0, 8706.0, 8700.0, 8717.0, 8677.0, 8700.0, 8690.0, 8688.0, 8696.0, 8691.0, 8692.0, 8684.0, 8677.0, 8683.0, 8673.0, 8668.0, 8667.0, 8671.0, 8672.0, 8705.0, 8709.0, 8683.0, 8689.0, 8671.0, 8685.0, 8694.0, 8690.0, 8681.0, 8688.0, 8694.0, 8682.0, 8689.0, 8719.0, 8688.0, 8711.0, 8665.0, 8693.0, 8694.0, 8698.0, 8681.0, 8694.0, 8711.0, 8715.0, 8699.0, 8713.0, 8692.0, 8694.0, 8673.0, 8684.0, 8677.0, 8692.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.0007636281859070465</td></tr>
<tr><td colspan=3>aqi</td><td>0.02393004812593703</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.75294655456115</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2263458772318065</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9913672681170299</td></tr>
<tr><td colspan=3>efc</td><td>0.4604</td></tr>
<tr><td colspan=3>fber</td><td>6391.6147</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09391643938830967</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>47</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.523238380809595</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7166776665518153</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7261011168228664</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9137171123497523</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.510214770482827</td></tr>
<tr><td colspan=3>gcor</td><td>0.0162197</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00932819303125143</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019925875589251518</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1334</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.742095048946895</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>35.928</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.8167</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>147.1856</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303780.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>665.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>292.8075</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0963</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>492.9187</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3089.8875</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3304.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72764.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>902.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4072.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>882.9218</td></tr>
<tr><td colspan=3>tsnr</td><td>39.19560141302645</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>