<?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-0091_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-0091_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-0091_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-0091/figures/sub-0091_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0091/figures/sub-0091_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-0091/figures/sub-0091_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091/ses-03/func/sub-0091_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>c397f019a1c1917fa4028c2c785f3299</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:01:50.487500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999693, 0.0149457, -0.0197783, -0.0195442, 0.965971, -0.25791]</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.109888</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>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4141, -7708, -7264, 581, -100, -199, -85, 74]</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>265.939</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2c963fcd-19b8-4bed-ab2e-84e57c6c2333||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6821024417877197, -0.052435606718063354, -0.04117662459611893, 115.13275146484375], [-0.04009833559393883, 2.591630220413208, -0.6971863508224487, -71.81246185302734], [-0.05306369811296463, 0.6919533610343933, 2.608109474182129, -102.00786590576172], [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': ['140150.487500', '140150.947500', '140151.407500', '140151.867500', '140152.327500', '140152.787500', '140153.247500', '140153.707500', '140154.167500', '140154.627500', '140155.087500', '140155.547500', '140156.007500', '140156.467500', '140156.927500', '140157.387500', '140157.847500', '140158.307500', '140158.767500', '140159.227500', '140159.687500', '140200.147500', '140200.607500', '140201.067500', '140201.527500', '140201.987500', '140202.447500', '140202.907500', '140203.367500', '140203.827500', '140204.287500', '140204.747500', '140205.207500', '140205.667500', '140206.127500', '140206.587500', '140207.047500', '140207.507500', '140207.967500', '140208.427500', '140208.887500', '140209.347500', '140209.807500', '140210.267500', '140210.727500', '140211.187500', '140211.647500', '140212.107500', '140212.567500', '140213.027500', '140213.487500', '140213.947500', '140214.407500', '140214.867500', '140215.327500', '140215.787500', '140216.247500', '140216.707500', '140217.167500', '140217.627500', '140218.087500', '140218.547500', '140219.007500', '140219.467500', '140219.927500', '140220.387500', '140220.847500', '140221.307500', '140221.767500', '140222.227500', '140222.687500', '140223.147500', '140223.607500', '140224.067500', '140224.527500', '140224.987500', '140225.447500', '140225.907500', '140226.367500', '140226.827500', '140227.287500', '140227.747500', '140228.207500', '140228.667500', '140229.127500', '140229.587500', '140230.047500', '140230.507500', '140230.967500', '140231.427500', '140231.887500', '140232.347500', '140232.807500', '140233.267500', '140233.727500', '140234.187500', '140234.647500', '140235.107500', '140235.567500', '140236.027500', '140236.487500', '140236.947500', '140237.407500', '140237.867500', '140238.327500', '140238.787500', '140239.247500', '140239.707500', '140240.167500', '140240.627500', '140241.087500', '140241.547500', '140242.007500', '140242.467500', '140242.927500', '140243.387500', '140243.847500', '140244.307500', '140244.767500', '140245.227500', '140245.687500', '140246.147500', '140246.607500', '140247.067500', '140247.527500', '140247.987500', '140248.447500', '140248.907500', '140249.367500', '140249.827500', '140250.287500', '140250.747500', '140251.207500', '140251.667500', '140252.127500', '140252.587500', '140253.047500', '140253.507500', '140253.967500', '140254.427500', '140254.887500', '140255.347500', '140255.807500', '140256.267500', '140256.727500', '140257.187500', '140257.647500', '140258.107500', '140258.567500', '140259.027500', '140259.487500', '140259.947500', '140300.407500', '140300.867500', '140301.327500', '140301.787500', '140302.247500', '140302.707500', '140303.167500', '140303.627500', '140304.087500', '140304.547500', '140305.007500', '140305.467500', '140305.927500', '140306.387500', '140306.847500', '140307.307500', '140307.767500', '140308.227500', '140308.687500', '140309.147500', '140309.607500', '140310.067500', '140310.527500', '140310.987500', '140311.447500', '140311.907500', '140312.367500', '140312.827500', '140313.287500', '140313.747500', '140314.207500', '140314.667500', '140315.127500', '140315.587500', '140316.047500', '140316.507500', '140316.967500', '140317.427500', '140317.887500', '140318.347500', '140318.807500', '140319.267500', '140319.727500', '140320.187500', '140320.647500', '140321.107500', '140321.567500', '140322.027500', '140322.487500', '140322.947500', '140323.407500', '140323.867500', '140324.327500', '140324.787500', '140325.247500', '140325.707500', '140326.167500', '140326.627500', '140327.087500', '140327.547500', '140328.007500', '140328.467500', '140328.927500', '140329.387500', '140329.847500', '140330.307500', '140330.767500', '140331.227500', '140331.687500', '140332.147500', '140332.607500', '140333.067500', '140333.527500', '140333.987500', '140334.447500', '140334.907500', '140335.367500', '140335.827500', '140336.287500', '140336.747500', '140337.207500', '140337.667500', '140338.127500', '140338.587500', '140339.047500', '140339.507500', '140339.967500', '140340.427500', '140340.887500', '140341.347500', '140341.807500', '140342.267500', '140342.727500', '140343.187500', '140343.647500', '140344.107500', '140344.567500', '140345.027500', '140345.487500', '140345.947500', '140346.407500', '140346.867500', '140347.327500', '140347.787500', '140348.247500', '140348.707500', '140349.167500', '140349.627500', '140350.087500', '140350.547500', '140351.007500', '140351.467500', '140351.927500', '140352.387500', '140352.847500', '140353.307500', '140353.767500', '140354.227500', '140354.687500', '140355.147500', '140355.607500', '140356.067500', '140356.527500', '140356.987500', '140357.447500', '140357.907500', '140358.367500', '140358.827500', '140359.287500', '140359.747500', '140400.207500', '140400.667500', '140401.127500', '140401.587500', '140402.047500', '140402.507500', '140402.967500', '140403.427500', '140403.887500', '140404.347500', '140404.807500', '140405.267500', '140405.727500', '140406.187500', '140406.647500', '140407.107500', '140407.567500', '140408.027500', '140408.487500', '140408.947500', '140409.407500', '140409.867500', '140410.327500', '140410.787500', '140411.247500', '140411.707500', '140412.167500', '140412.627500', '140413.087500', '140413.547500', '140414.007500', '140414.467500', '140414.927500', '140415.387500', '140415.847500', '140416.307500', '140416.767500', '140417.227500', '140417.687500', '140418.147500', '140418.607500', '140419.067500', '140419.527500', '140419.987500', '140420.447500', '140420.907500', '140421.367500', '140421.827500', '140422.287500', '140422.747500', '140423.207500', '140423.667500', '140424.127500', '140424.587500', '140425.047500', '140425.507500', '140425.967500', '140426.427500', '140426.887500', '140427.347500', '140427.807500', '140428.267500', '140428.727500', '140429.187500', '140429.647500', '140430.107500', '140430.567500', '140431.027500', '140431.487500', '140431.947500', '140432.407500', '140432.867500', '140433.327500', '140433.787500', '140434.247500', '140434.707500', '140435.167500', '140435.627500', '140436.087500', '140436.547500', '140437.007500', '140437.467500', '140437.927500', '140438.387500', '140438.847500', '140439.307500', '140439.767500', '140440.227500', '140440.687500', '140441.147500', '140441.607500', '140442.067500', '140442.527500', '140442.987500', '140443.447500', '140443.907500', '140444.367500', '140444.827500', '140445.287500', '140445.747500', '140446.207500', '140446.667500', '140447.127500', '140447.587500', '140448.047500', '140448.507500', '140448.967500', '140449.427500', '140449.887500', '140450.347500', '140450.807500', '140451.267500', '140451.727500', '140452.187500', '140452.647500', '140453.107500', '140453.567500', '140454.027500', '140454.487500', '140454.947500', '140455.407500', '140455.867500', '140456.327500', '140456.787500', '140457.247500', '140457.707500', '140458.167500', '140458.627500', '140459.087500', '140459.547500', '140500.007500', '140500.467500', '140500.927500', '140501.387500', '140501.847500', '140502.307500', '140502.767500', '140503.227500', '140503.687500', '140504.147500', '140504.607500', '140505.067500', '140505.527500', '140505.987500', '140506.447500', '140506.907500', '140507.367500', '140507.827500', '140508.287500', '140508.747500', '140509.207500', '140509.667500', '140510.127500', '140510.587500', '140511.047500', '140511.507500', '140511.967500', '140512.427500', '140512.887500', '140513.347500', '140513.807500', '140514.267500', '140514.727500', '140515.187500', '140515.647500', '140516.107500', '140516.567500', '140517.027500', '140517.487500', '140517.947500', '140518.407500', '140518.867500', '140519.327500', '140519.787500', '140520.247500', '140520.707500', '140521.167500', '140521.627500', '140522.087500', '140522.547500', '140523.007500', '140523.467500', '140523.927500', '140524.387500', '140524.847500', '140525.307500', '140525.767500', '140526.227500', '140526.687500', '140527.147500', '140527.607500', '140528.067500', '140528.527500', '140528.987500', '140529.447500', '140529.907500', '140530.367500', '140530.827500', '140531.287500', '140531.747500', '140532.207500', '140532.667500', '140533.127500', '140533.587500', '140534.047500', '140534.507500', '140534.967500', '140535.427500', '140535.887500', '140536.347500', '140536.807500', '140537.267500', '140537.727500', '140538.187500', '140538.647500', '140539.107500', '140539.567500', '140540.027500', '140540.487500', '140540.947500', '140541.407500', '140541.867500', '140542.327500', '140542.787500', '140543.247500', '140543.707500', '140544.167500', '140544.627500', '140545.087500', '140545.547500', '140546.007500', '140546.467500', '140546.927500', '140547.387500', '140547.847500', '140548.307500', '140548.767500', '140549.227500', '140549.687500', '140550.147500', '140550.607500', '140551.067500', '140551.527500', '140551.987500', '140552.447500', '140552.907500', '140553.367500', '140553.827500', '140554.287500', '140554.747500', '140555.207500', '140555.667500', '140556.127500', '140556.587500', '140557.047500', '140557.507500', '140557.967500', '140558.427500', '140558.887500', '140559.347500', '140559.807500', '140600.267500', '140600.727500', '140601.187500', '140601.647500', '140602.107500', '140602.567500', '140603.027500', '140603.487500', '140603.947500', '140604.407500', '140604.867500', '140605.327500', '140605.787500', '140606.247500', '140606.707500', '140607.167500', '140607.627500', '140608.087500', '140608.547500', '140609.007500', '140609.467500', '140609.927500', '140610.387500', '140610.847500', '140611.307500', '140611.767500', '140612.227500', '140612.687500', '140613.147500', '140613.607500', '140614.067500', '140614.527500', '140614.987500', '140615.447500', '140615.907500', '140616.367500', '140616.827500', '140617.287500', '140617.747500', '140618.207500', '140618.667500', '140619.127500', '140619.587500', '140620.047500', '140620.507500', '140620.967500', '140621.427500', '140621.887500', '140622.347500', '140622.807500', '140623.267500', '140623.727500', '140624.187500', '140624.647500', '140625.107500', '140625.567500', '140626.027500', '140626.487500', '140626.947500', '140627.407500', '140627.867500', '140628.327500', '140628.787500', '140629.247500', '140629.707500', '140630.167500', '140630.627500', '140631.087500', '140631.547500', '140632.007500', '140632.467500', '140632.927500', '140633.387500', '140633.847500', '140634.307500', '140634.767500', '140635.227500', '140635.687500', '140636.147500', '140636.607500', '140637.067500', '140637.527500', '140637.987500', '140638.447500', '140638.907500', '140639.367500', '140639.827500', '140640.287500', '140640.747500', '140641.207500', '140641.667500', '140642.127500', '140642.587500', '140643.047500', '140643.507500', '140643.967500', '140644.427500', '140644.887500', '140645.347500', '140645.807500', '140646.267500', '140646.727500', '140647.187500', '140647.647500', '140648.107500', '140648.567500', '140649.027500', '140649.487500', '140649.947500', '140650.407500', '140650.867500', '140651.327500', '140651.787500', '140652.247500', '140652.707500', '140653.167500', '140653.627500', '140654.087500', '140654.547500', '140655.007500', '140655.467500', '140655.927500', '140656.387500', '140656.847500', '140657.307500', '140657.767500', '140658.227500', '140658.687500', '140659.147500', '140659.607500', '140700.067500', '140700.527500', '140700.987500', '140701.447500', '140701.907500', '140702.367500', '140702.827500', '140703.287500', '140703.747500', '140704.207500', '140704.667500', '140705.127500', '140705.587500', '140706.047500', '140706.507500', '140706.967500', '140707.427500', '140707.887500', '140708.347500', '140708.807500', '140709.267500', '140709.727500', '140710.187500', '140710.647500', '140711.107500', '140711.567500', '140712.027500', '140712.487500', '140712.947500', '140713.407500', '140713.867500', '140714.327500', '140714.787500', '140715.247500', '140715.707500', '140716.167500', '140716.627500', '140717.087500', '140717.547500', '140718.007500', '140718.467500', '140718.927500', '140719.387500', '140719.847500', '140720.307500', '140720.767500', '140721.227500', '140721.687500', '140722.147500', '140722.607500', '140723.067500', '140723.527500', '140723.987500', '140724.447500', '140724.907500', '140725.367500', '140725.827500', '140726.287500', '140726.747500', '140727.207500', '140727.667500', '140728.127500', '140728.587500', '140729.047500', '140729.507500', '140729.967500', '140730.427500', '140730.887500', '140731.347500', '140731.807500', '140732.267500', '140732.727500', '140733.187500', '140733.647500', '140734.107500', '140734.567500', '140735.027500', '140735.487500', '140735.947500', '140736.407500', '140736.867500', '140737.327500', '140737.787500', '140738.247500', '140738.707500', '140739.167500', '140739.627500', '140740.087500', '140740.547500', '140741.007500', '140741.467500', '140741.927500', '140742.387500', '140742.847500', '140743.307500', '140743.767500', '140744.227500', '140744.687500', '140745.147500', '140745.607500', '140746.067500', '140746.527500', '140746.987500', '140747.447500', '140747.907500', '140748.367500', '140748.827500', '140749.287500', '140749.747500', '140750.207500', '140750.667500', '140751.127500', '140751.587500', '140752.047500', '140752.507500', '140752.967500', '140753.427500', '140753.887500', '140754.347500', '140754.807500', '140755.267500', '140755.727500', '140756.187500', '140756.647500', '140757.107500', '140757.567500', '140758.027500', '140758.487500', '140758.947500', '140759.407500', '140759.867500', '140800.327500', '140800.787500', '140801.247500', '140801.707500', '140802.167500', '140802.627500', '140803.087500', '140803.547500', '140804.007500', '140804.467500', '140804.927500', '140805.387500', '140805.847500', '140806.307500', '140806.767500', '140807.227500', '140807.687500', '140808.147500', '140808.607500', '140809.067500', '140809.527500', '140809.987500', '140810.447500', '140810.907500', '140811.367500', '140811.827500', '140812.287500', '140812.747500', '140813.207500', '140813.667500', '140814.127500', '140814.587500', '140815.047500', '140815.507500', '140815.967500', '140816.427500', '140816.887500', '140817.347500', '140817.807500', '140818.267500', '140818.727500', '140819.187500', '140819.647500', '140820.107500', '140820.567500', '140821.027500', '140821.487500', '140821.947500', '140822.407500', '140822.867500', '140823.327500', '140823.787500', '140824.247500', '140824.707500', '140825.167500', '140825.627500', '140826.087500', '140826.547500', '140827.007500', '140827.467500', '140827.927500', '140828.387500', '140828.847500', '140829.307500', '140829.767500', '140830.227500', '140830.687500', '140831.147500', '140831.607500', '140832.067500', '140832.527500', '140832.987500', '140833.447500', '140833.907500', '140834.367500', '140834.827500', '140835.287500', '140835.747500', '140836.207500', '140836.667500', '140837.127500', '140837.587500', '140838.047500', '140838.507500', '140838.967500', '140839.427500', '140839.887500', '140840.347500', '140840.807500', '140841.267500', '140841.727500', '140842.187500', '140842.647500', '140843.107500', '140843.567500', '140844.027500', '140844.487500', '140844.947500', '140845.407500', '140845.867500', '140846.327500', '140846.787500', '140847.247500', '140847.707500', '140848.167500', '140848.627500', '140849.087500', '140849.547500', '140850.007500', '140850.467500', '140850.927500', '140851.387500', '140851.847500', '140852.307500', '140852.767500', '140853.227500', '140853.687500', '140854.147500', '140854.607500', '140855.067500', '140855.527500', '140855.987500', '140856.447500', '140856.907500', '140857.367500', '140857.827500', '140858.287500', '140858.747500', '140859.207500', '140859.667500', '140900.127500', '140900.587500', '140901.047500', '140901.507500', '140901.967500', '140902.427500', '140902.887500', '140903.347500', '140903.807500', '140904.267500', '140904.727500', '140905.187500', '140905.647500', '140906.107500', '140906.567500', '140907.027500', '140907.487500', '140907.947500', '140908.407500', '140908.867500', '140909.327500', '140909.787500', '140910.247500', '140910.707500', '140911.167500', '140911.627500', '140912.087500', '140912.547500', '140913.007500', '140913.467500', '140913.927500', '140914.387500', '140914.847500', '140915.307500', '140915.767500', '140916.227500', '140916.687500', '140917.147500', '140917.607500', '140918.067500', '140918.527500', '140918.987500', '140919.447500', '140919.907500', '140920.367500', '140920.827500', '140921.287500', '140921.747500', '140922.207500', '140922.667500', '140923.127500', '140923.587500', '140924.047500', '140924.507500', '140924.967500', '140925.427500', '140925.887500', '140926.347500', '140926.807500', '140927.267500', '140927.727500', '140928.187500', '140928.647500', '140929.107500', '140929.567500', '140930.027500', '140930.487500', '140930.947500', '140931.407500', '140931.867500', '140932.327500', '140932.787500', '140933.247500', '140933.707500', '140934.167500', '140934.627500', '140935.087500', '140935.547500', '140936.007500', '140936.467500', '140936.927500', '140937.387500', '140937.847500', '140938.307500', '140938.767500', '140939.227500', '140939.687500', '140940.147500', '140940.607500', '140941.067500', '140941.527500', '140941.987500', '140942.447500', '140942.907500', '140943.367500', '140943.827500', '140944.287500', '140944.747500', '140945.207500', '140945.667500', '140946.127500', '140946.587500', '140947.047500', '140947.507500', '140947.967500', '140948.427500', '140948.887500', '140949.347500', '140949.807500', '140950.267500', '140950.727500', '140951.187500', '140951.647500', '140952.107500', '140952.567500', '140953.027500', '140953.487500', '140953.947500', '140954.407500', '140954.867500', '140955.327500', '140955.787500', '140956.247500', '140956.707500', '140957.167500', '140957.627500', '140958.087500', '140958.547500', '140959.007500', '140959.467500', '140959.927500', '141000.387500', '141000.847500', '141001.307500', '141001.767500', '141002.227500', '141002.687500', '141003.147500', '141003.607500', '141004.067500', '141004.527500', '141004.987500', '141005.447500', '141005.907500', '141006.367500', '141006.827500', '141007.287500', '141007.747500', '141008.207500', '141008.667500', '141009.127500', '141009.587500', '141010.047500', '141010.507500', '141010.967500', '141011.427500', '141011.887500', '141012.347500', '141012.807500', '141013.267500', '141013.727500', '141014.187500', '141014.647500', '141015.107500', '141015.567500', '141016.027500', '141016.487500', '141016.947500', '141017.407500', '141017.867500', '141018.327500', '141018.787500', '141019.247500', '141019.707500', '141020.167500', '141020.627500', '141021.087500', '141021.547500', '141022.007500', '141022.467500', '141022.927500', '141023.387500', '141023.847500', '141024.307500', '141024.767500', '141025.227500', '141025.687500', '141026.147500', '141026.607500', '141027.067500', '141027.527500', '141027.987500', '141028.447500', '141028.907500', '141029.367500', '141029.827500', '141030.287500', '141030.747500', '141031.207500', '141031.667500', '141032.127500', '141032.587500', '141033.047500', '141033.507500', '141033.967500', '141034.427500', '141034.887500', '141035.347500', '141035.807500', '141036.267500', '141036.727500', '141037.187500', '141037.647500', '141038.107500', '141038.567500', '141039.027500', '141039.487500', '141039.947500', '141040.407500', '141040.867500', '141041.327500', '141041.787500', '141042.247500', '141042.707500', '141043.167500', '141043.627500', '141044.087500', '141044.547500', '141045.007500', '141045.467500', '141045.927500', '141046.387500', '141046.847500', '141047.307500', '141047.767500', '141048.227500', '141048.687500', '141049.147500', '141049.607500', '141050.067500', '141050.527500', '141050.987500', '141051.447500', '141051.907500', '141052.367500', '141052.827500', '141053.287500', '141053.747500', '141054.207500', '141054.667500', '141055.127500', '141055.587500', '141056.047500', '141056.507500', '141056.967500', '141057.427500', '141057.887500', '141058.347500', '141058.807500', '141059.267500', '141059.727500', '141100.187500', '141100.647500', '141101.107500', '141101.567500', '141102.027500', '141102.487500', '141102.947500', '141103.407500', '141103.867500', '141104.327500', '141104.787500', '141105.247500', '141105.707500', '141106.167500', '141106.627500', '141107.087500', '141107.547500', '141108.007500', '141108.467500', '141108.927500', '141109.387500', '141109.847500', '141110.307500', '141110.767500', '141111.227500', '141111.687500', '141112.147500', '141112.607500', '141113.067500', '141113.527500', '141113.987500', '141114.447500', '141114.907500', '141115.367500', '141115.827500', '141116.287500', '141116.747500', '141117.207500', '141117.667500', '141118.127500', '141118.587500', '141119.047500', '141119.507500', '141119.967500', '141120.427500', '141120.887500', '141121.347500', '141121.807500', '141122.267500', '141122.727500', '141123.187500', '141123.647500', '141124.107500', '141124.567500', '141125.027500', '141125.487500', '141125.947500', '141126.407500', '141126.867500', '141127.327500', '141127.787500', '141128.247500', '141128.707500', '141129.167500', '141129.627500', '141130.087500', '141130.547500', '141131.007500', '141131.467500', '141131.927500', '141132.387500', '141132.847500', '141133.307500', '141133.767500', '141134.227500', '141134.687500', '141135.147500', '141135.607500', '141136.067500', '141136.527500', '141136.987500', '141137.447500', '141137.907500', '141138.367500', '141138.827500', '141139.287500', '141139.747500', '141140.207500', '141140.667500', '141141.127500', '141141.587500', '141142.047500', '141142.507500', '141142.967500', '141143.427500', '141143.887500', '141144.347500', '141144.807500', '141145.267500', '141145.727500', '141146.187500', '141146.647500', '141147.107500', '141147.567500', '141148.027500', '141148.487500', '141148.947500', '141149.407500', '141149.867500', '141150.327500', '141150.787500', '141151.247500', '141151.707500', '141152.167500', '141152.627500', '141153.087500', '141153.547500', '141154.007500', '141154.467500', '141154.927500', '141155.387500', '141155.847500', '141156.307500', '141156.767500', '141157.227500', '141157.687500', '141158.147500', '141158.607500', '141159.067500', '141159.527500', '141159.987500', '141200.447500', '141200.907500', '141201.367500', '141201.827500', '141202.287500', '141202.747500', '141203.207500', '141203.667500', '141204.127500'], 'ContentTime': ['140210.518000', '140210.521000', '140210.527000', '140210.530000', '140210.532000', '140210.535000', '140210.537000', '140210.540000', '140210.542000', '140210.545000', '140210.548000', '140210.550000', '140210.553000', '140210.556000', '140210.558000', '140210.561000', '140210.563000', '140210.566000', '140210.569000', '140210.571000', '140210.574000', '140210.576000', '140210.579000', '140210.582000', '140210.586000', '140210.589000', '140210.591000', '140210.594000', '140210.597000', '140210.599000', '140210.602000', '140210.605000', '140210.607000', '140210.610000', '140210.612000', '140210.615000', '140210.617000', '140210.620000', '140210.623000', '140210.625000', '140230.492000', '140230.495000', '140230.498000', '140230.501000', '140230.503000', '140230.506000', '140230.510000', '140230.512000', '140230.515000', '140230.517000', '140230.520000', '140230.523000', '140230.525000', '140230.528000', '140230.531000', '140230.533000', '140230.536000', '140230.539000', '140230.541000', '140230.544000', '140230.547000', '140230.551000', '140230.553000', '140230.557000', '140230.559000', '140230.562000', '140230.564000', '140230.567000', '140230.570000', '140230.573000', '140230.575000', '140230.578000', '140230.580000', '140230.583000', '140230.585000', '140230.588000', '140230.591000', '140230.593000', '140230.596000', '140230.599000', '140230.601000', '140230.604000', '140230.606000', '140250.492000', '140250.494000', '140250.497000', '140250.500000', '140250.503000', '140250.505000', '140250.508000', '140250.510000', '140250.513000', '140250.515000', '140250.518000', '140250.521000', '140250.523000', '140250.531000', '140250.533000', '140250.536000', '140250.539000', '140250.541000', '140250.544000', '140250.546000', '140250.549000', '140250.552000', '140250.554000', '140250.557000', '140250.559000', '140250.562000', '140250.564000', '140250.567000', '140250.570000', '140250.620000', '140250.623000', '140250.626000', '140250.628000', '140250.631000', '140250.633000', '140250.636000', '140250.639000', '140250.641000', '140250.644000', '140250.646000', '140250.649000', '140250.651000', '140250.654000', '140250.657000', '140310.492000', '140310.495000', '140310.498000', '140310.500000', '140310.503000', '140310.506000', '140310.508000', '140310.511000', '140310.513000', '140310.516000', '140310.518000', '140310.521000', '140310.524000', '140310.526000', '140310.529000', '140310.531000', '140310.534000', '140310.537000', '140310.539000', '140310.542000', '140310.544000', '140310.547000', '140310.550000', '140310.552000', '140310.555000', '140310.558000', '140310.560000', '140310.563000', '140310.566000', '140310.568000', '140310.571000', '140310.573000', '140310.576000', '140310.579000', '140310.581000', '140310.584000', '140310.586000', '140310.589000', '140310.591000', '140310.594000', '140310.597000', '140310.600000', '140310.603000', '140330.493000', '140330.495000', '140330.498000', '140330.501000', '140330.503000', '140330.506000', '140330.509000', '140330.511000', '140330.514000', '140330.517000', '140330.519000', '140330.522000', '140330.524000', '140330.527000', '140330.530000', '140330.532000', '140330.535000', '140330.537000', '140330.540000', '140330.543000', '140330.545000', '140330.548000', '140330.551000', '140330.553000', '140330.556000', '140330.558000', '140330.561000', '140330.564000', '140330.566000', '140330.569000', '140330.572000', '140330.574000', '140330.577000', '140330.579000', '140330.585000', '140330.588000', '140330.590000', '140330.593000', '140330.596000', '140330.598000', '140330.601000', '140330.604000', '140330.606000', '140330.609000', '140350.493000', '140350.495000', '140350.498000', '140350.501000', '140350.503000', '140350.506000', '140350.508000', '140350.511000', '140350.514000', '140350.516000', '140350.519000', '140350.521000', '140350.524000', '140350.527000', '140350.529000', '140350.532000', '140350.535000', '140350.538000', '140350.541000', '140350.544000', '140350.547000', '140350.549000', '140350.552000', '140350.555000', '140350.557000', '140350.560000', '140350.562000', '140350.565000', '140350.568000', '140350.570000', '140350.573000', '140350.576000', '140350.578000', '140350.581000', '140350.583000', '140350.586000', '140350.588000', '140350.591000', '140350.594000', '140350.597000', '140350.600000', '140350.608000', '140350.611000', '140410.492000', '140410.496000', '140410.499000', '140410.501000', '140410.504000', '140410.507000', '140410.509000', '140410.512000', '140410.514000', '140410.517000', '140410.520000', '140410.522000', '140410.525000', '140410.528000', '140410.530000', '140410.533000', '140410.536000', '140410.538000', '140410.541000', '140410.543000', '140410.546000', '140410.549000', '140410.551000', '140410.554000', '140410.556000', '140410.559000', '140410.562000', '140410.564000', '140410.567000', '140410.570000', '140410.572000', '140410.575000', '140410.577000', '140410.580000', '140410.583000', '140410.585000', '140410.588000', '140410.590000', '140410.593000', '140410.596000', '140410.598000', '140410.601000', '140410.603000', '140410.606000', '140430.492000', '140430.495000', '140430.498000', '140430.501000', '140430.503000', '140430.506000', '140430.508000', '140430.511000', '140430.513000', '140430.516000', '140430.519000', '140430.521000', '140430.524000', '140430.527000', '140430.529000', '140430.532000', '140430.534000', '140430.537000', '140430.540000', '140430.542000', '140430.545000', '140430.547000', '140430.550000', '140430.553000', '140430.567000', '140430.570000', '140430.572000', '140430.575000', '140430.578000', '140430.581000', '140430.583000', '140430.586000', '140430.588000', '140430.591000', '140430.594000', '140430.596000', '140430.599000', '140430.602000', '140430.604000', '140430.607000', '140430.610000', '140430.612000', '140430.615000', '140450.493000', '140450.495000', '140450.498000', '140450.501000', '140450.504000', '140450.506000', '140450.509000', '140450.511000', '140450.519000', '140450.521000', '140450.524000', '140450.527000', '140450.529000', '140450.532000', '140450.534000', '140450.537000', '140450.540000', '140450.542000', '140450.545000', '140450.547000', '140450.550000', '140450.553000', '140450.555000', '140450.558000', '140450.561000', '140450.563000', '140450.566000', '140450.568000', '140450.571000', '140450.574000', '140450.576000', '140450.579000', '140450.581000', '140450.584000', '140450.586000', '140450.589000', '140450.592000', '140450.594000', '140450.597000', '140450.600000', '140450.602000', '140450.605000', '140450.607000', '140450.610000', '140510.491000', '140510.494000', '140510.497000', '140510.500000', '140510.502000', '140510.505000', '140510.507000', '140510.510000', '140510.513000', '140510.515000', '140510.518000', '140510.520000', '140510.523000', '140510.526000', '140510.528000', '140510.531000', '140510.534000', '140510.536000', '140510.539000', '140510.541000', '140510.544000', '140510.547000', '140510.549000', '140510.552000', '140510.554000', '140510.557000', '140510.560000', '140510.562000', '140510.565000', '140510.567000', '140510.570000', '140510.573000', '140510.575000', '140510.578000', '140510.581000', '140510.583000', '140510.586000', '140510.588000', '140510.591000', '140510.594000', '140510.596000', '140510.599000', '140510.602000', '140530.493000', '140530.495000', '140530.498000', '140530.501000', '140530.504000', '140530.506000', '140530.509000', '140530.512000', '140530.514000', '140530.517000', '140530.520000', '140530.522000', '140530.525000', '140530.528000', '140530.530000', '140530.533000', '140530.536000', '140530.538000', '140530.541000', '140530.544000', '140530.546000', '140530.549000', '140530.551000', '140530.554000', '140530.557000', '140530.559000', '140530.562000', '140530.565000', '140530.567000', '140530.570000', '140530.572000', '140530.575000', '140530.578000', '140530.580000', '140530.583000', '140530.586000', '140530.588000', '140530.591000', '140530.593000', '140530.596000', '140530.599000', '140530.601000', '140530.604000', '140530.607000', '140550.492000', '140550.495000', '140550.498000', '140550.501000', '140550.503000', '140550.506000', '140550.509000', '140550.511000', '140550.514000', '140550.517000', '140550.519000', '140550.522000', '140550.524000', '140550.527000', '140550.529000', '140550.532000', '140550.535000', '140550.537000', '140550.540000', '140550.543000', '140550.545000', '140550.548000', '140550.551000', '140550.553000', '140550.556000', '140550.558000', '140550.561000', '140550.564000', '140550.566000', '140550.569000', '140550.571000', '140550.574000', '140550.577000', '140550.579000', '140550.582000', '140550.584000', '140550.587000', '140550.590000', '140550.592000', '140550.595000', '140550.597000', '140550.600000', '140550.603000', '140610.492000', '140610.495000', '140610.498000', '140610.501000', '140610.503000', '140610.506000', '140610.538000', '140610.541000', '140610.543000', '140610.546000', '140610.549000', '140610.551000', '140610.554000', '140610.556000', '140610.559000', '140610.562000', '140610.564000', '140610.567000', '140610.570000', '140610.572000', '140610.575000', '140610.577000', '140610.580000', '140610.582000', '140610.585000', '140610.588000', '140610.590000', '140610.593000', '140610.595000', '140610.598000', '140610.601000', '140610.603000', '140610.606000', '140610.608000', '140610.611000', '140610.614000', '140610.616000', '140610.619000', '140610.622000', '140610.624000', '140610.627000', '140610.629000', '140610.632000', '140610.635000', '140630.492000', '140630.495000', '140630.498000', '140630.501000', '140630.504000', '140630.506000', '140630.509000', '140630.511000', '140630.514000', '140630.517000', '140630.520000', '140630.522000', '140630.525000', '140630.528000', '140630.530000', '140630.533000', '140630.536000', '140630.538000', '140630.541000', '140630.543000', '140630.546000', '140630.549000', '140630.551000', '140630.554000', '140630.557000', '140630.559000', '140630.562000', '140630.565000', '140630.567000', '140630.570000', '140630.573000', '140630.575000', '140630.578000', '140630.581000', '140630.583000', '140630.586000', '140630.589000', '140630.591000', '140630.594000', '140630.596000', '140630.600000', '140630.603000', '140630.606000', '140650.492000', '140650.495000', '140650.498000', '140650.501000', '140650.503000', '140650.506000', '140650.508000', '140650.511000', '140650.514000', '140650.516000', '140650.519000', '140650.521000', '140650.524000', '140650.527000', '140650.529000', '140650.532000', '140650.534000', '140650.537000', '140650.540000', '140650.543000', '140650.545000', '140650.548000', '140650.551000', '140650.553000', '140650.556000', '140650.559000', '140650.561000', '140650.564000', '140650.566000', '140650.569000', '140650.572000', '140650.574000', '140650.577000', '140650.580000', '140650.582000', '140650.585000', '140650.588000', '140650.590000', '140650.593000', '140650.595000', '140650.598000', '140650.601000', '140650.603000', '140650.606000', '140710.492000', '140710.495000', '140710.498000', '140710.501000', '140710.503000', '140710.506000', '140710.508000', '140710.511000', '140710.514000', '140710.516000', '140710.519000', '140710.521000', '140710.524000', '140710.527000', '140710.529000', '140710.532000', '140710.534000', '140710.537000', '140710.540000', '140710.542000', '140710.545000', '140710.548000', '140710.550000', '140710.553000', '140710.555000', '140710.558000', '140710.560000', '140710.563000', '140710.566000', '140710.568000', '140710.571000', '140710.574000', '140710.576000', '140710.579000', '140710.581000', '140710.584000', '140710.587000', '140710.589000', '140710.592000', '140710.595000', '140710.597000', '140710.600000', '140710.602000', '140730.492000', '140730.494000', '140730.499000', '140730.501000', '140730.504000', '140730.507000', '140730.509000', '140730.512000', '140730.514000', '140730.517000', '140730.520000', '140730.522000', '140730.525000', '140730.528000', '140730.531000', '140730.533000', '140730.536000', '140730.551000', '140730.554000', '140730.556000', '140730.559000', '140730.562000', '140730.564000', '140730.567000', '140730.570000', '140730.572000', '140730.575000', '140730.577000', '140730.580000', '140730.583000', '140730.585000', '140730.588000', '140730.591000', '140730.593000', '140730.596000', '140730.599000', '140730.601000', '140730.604000', '140730.607000', '140730.609000', '140730.612000', '140730.614000', '140730.617000', '140730.620000', '140750.492000', '140750.495000', '140750.498000', '140750.501000', '140750.503000', '140750.506000', '140750.508000', '140750.511000', '140750.514000', '140750.516000', '140750.519000', '140750.521000', '140750.524000', '140750.526000', '140750.529000', '140750.532000', '140750.534000', '140750.537000', '140750.540000', '140750.542000', '140750.545000', '140750.547000', '140750.550000', '140750.553000', '140750.555000', '140750.558000', '140750.560000', '140750.563000', '140750.566000', '140750.568000', '140750.571000', '140750.574000', '140750.576000', '140750.579000', '140750.581000', '140750.584000', '140750.586000', '140750.589000', '140750.592000', '140750.594000', '140750.597000', '140750.600000', '140750.602000', '140810.493000', '140810.495000', '140810.498000', '140810.501000', '140810.503000', '140810.506000', '140810.509000', '140810.511000', '140810.514000', '140810.517000', '140810.519000', '140810.522000', '140810.525000', '140810.527000', '140810.530000', '140810.532000', '140810.535000', '140810.538000', '140810.540000', '140810.543000', '140810.546000', '140810.548000', '140810.551000', '140810.553000', '140810.556000', '140810.559000', '140810.561000', '140810.564000', '140810.566000', '140810.569000', '140810.572000', '140810.575000', '140810.578000', '140810.580000', '140810.583000', '140810.586000', '140810.588000', '140810.591000', '140810.593000', '140810.596000', '140810.599000', '140810.601000', '140810.604000', '140810.607000', '140830.493000', '140830.496000', '140830.498000', '140830.501000', '140830.504000', '140830.506000', '140830.509000', '140830.511000', '140830.514000', '140830.517000', '140830.519000', '140830.522000', '140830.524000', '140830.527000', '140830.530000', '140830.533000', '140830.535000', '140830.538000', '140830.541000', '140830.543000', '140830.546000', '140830.548000', '140830.551000', '140830.554000', '140830.556000', '140830.559000', '140830.561000', '140830.564000', '140830.567000', '140830.570000', '140830.572000', '140830.575000', '140830.577000', '140830.580000', '140830.583000', '140830.585000', '140830.588000', '140830.591000', '140830.593000', '140830.596000', '140830.598000', '140830.601000', '140830.604000', '140850.492000', '140850.495000', '140850.498000', '140850.501000', '140850.503000', '140850.506000', '140850.509000', '140850.511000', '140850.514000', '140850.517000', '140850.520000', '140850.522000', '140850.525000', '140850.528000', '140850.531000', '140850.533000', '140850.536000', '140850.538000', '140850.544000', '140850.547000', '140850.550000', '140850.552000', '140850.555000', '140850.558000', '140850.561000', '140850.563000', '140850.566000', '140850.577000', '140850.580000', '140850.583000', '140850.585000', '140850.588000', '140850.591000', '140850.593000', '140850.596000', '140850.599000', '140850.601000', '140850.604000', '140850.607000', '140850.609000', '140850.612000', '140850.614000', '140850.617000', '140850.620000', '140910.492000', '140910.495000', '140910.498000', '140910.501000', '140910.503000', '140910.506000', '140910.508000', '140910.511000', '140910.514000', '140910.516000', '140910.519000', '140910.521000', '140910.524000', '140910.527000', '140910.529000', '140910.532000', '140910.535000', '140910.537000', '140910.540000', '140910.542000', '140910.545000', '140910.548000', '140910.550000', '140910.553000', '140910.556000', '140910.558000', '140910.561000', '140910.564000', '140910.566000', '140910.569000', '140910.572000', '140910.574000', '140910.577000', '140910.579000', '140910.582000', '140910.585000', '140910.587000', '140910.590000', '140910.592000', '140910.595000', '140910.598000', '140910.600000', '140910.603000', '140930.493000', '140930.496000', '140930.499000', '140930.502000', '140930.505000', '140930.508000', '140930.511000', '140930.514000', '140930.516000', '140930.519000', '140930.521000', '140930.524000', '140930.527000', '140930.529000', '140930.532000', '140930.535000', '140930.537000', '140930.543000', '140930.546000', '140930.548000', '140930.551000', '140930.554000', '140930.556000', '140930.559000', '140930.561000', '140930.564000', '140930.567000', '140930.569000', '140930.572000', '140930.575000', '140930.577000', '140930.580000', '140930.582000', '140930.585000', '140930.588000', '140930.590000', '140930.593000', '140930.596000', '140930.598000', '140930.601000', '140930.604000', '140930.606000', '140930.609000', '140950.492000', '140950.494000', '140950.497000', '140950.500000', '140950.503000', '140950.505000', '140950.508000', '140950.510000', '140950.513000', '140950.516000', '140950.518000', '140950.521000', '140950.524000', '140950.526000', '140950.529000', '140950.531000', '140950.534000', '140950.537000', '140950.539000', '140950.542000', '140950.545000', '140950.547000', '140950.550000', '140950.552000', '140950.555000', '140950.558000', '140950.561000', '140950.563000', '140950.566000', '140950.569000', '140950.571000', '140950.574000', '140950.576000', '140950.579000', '140950.582000', '140950.584000', '140950.587000', '140950.589000', '140950.592000', '140950.595000', '140950.597000', '140950.600000', '140950.603000', '140950.605000', '141010.493000', '141010.495000', '141010.498000', '141010.501000', '141010.504000', '141010.507000', '141010.509000', '141010.512000', '141010.515000', '141010.517000', '141010.520000', '141010.523000', '141010.526000', '141010.528000', '141010.531000', '141010.533000', '141010.536000', '141010.539000', '141010.541000', '141010.544000', '141010.547000', '141010.549000', '141010.552000', '141010.555000', '141010.580000', '141010.583000', '141010.586000', '141010.588000', '141010.591000', '141010.594000', '141010.596000', '141010.599000', '141010.602000', '141010.605000', '141010.607000', '141010.610000', '141010.613000', '141010.615000', '141010.618000', '141010.620000', '141010.623000', '141010.626000', '141010.628000', '141030.493000', '141030.495000', '141030.498000', '141030.501000', '141030.503000', '141030.506000', '141030.509000', '141030.511000', '141030.514000', '141030.517000', '141030.519000', '141030.522000', '141030.525000', '141030.527000', '141030.530000', '141030.533000', '141030.535000', '141030.538000', '141030.540000', '141030.543000', '141030.546000', '141030.548000', '141030.551000', '141030.554000', '141030.556000', '141030.559000', '141030.562000', '141030.564000', '141030.567000', '141030.570000', '141030.572000', '141030.575000', '141030.577000', '141030.580000', '141030.583000', '141030.585000', '141030.588000', '141030.590000', '141030.593000', '141030.596000', '141030.599000', '141030.601000', '141030.604000', '141030.606000', '141050.493000', '141050.496000', '141050.498000', '141050.501000', '141050.504000', '141050.506000', '141050.509000', '141050.511000', '141050.514000', '141050.517000', '141050.520000', '141050.523000', '141050.526000', '141050.529000', '141050.532000', '141050.535000', '141050.537000', '141050.540000', '141050.543000', '141050.546000', '141050.548000', '141050.551000', '141050.554000', '141050.557000', '141050.559000', '141050.562000', '141050.564000', '141050.567000', '141050.570000', '141050.572000', '141050.575000', '141050.578000', '141050.580000', '141050.583000', '141050.586000', '141050.588000', '141050.591000', '141050.594000', '141050.596000', '141050.599000', '141050.602000', '141050.604000', '141050.607000', '141110.493000', '141110.495000', '141110.498000', '141110.501000', '141110.504000', '141110.506000', '141110.509000', '141110.511000', '141110.514000', '141110.517000', '141110.519000', '141110.522000', '141110.525000', '141110.527000', '141110.530000', '141110.533000', '141110.535000', '141110.538000', '141110.540000', '141110.543000', '141110.545000', '141110.548000', '141110.551000', '141110.553000', '141110.556000', '141110.559000', '141110.561000', '141110.564000', '141110.566000', '141110.569000', '141110.572000', '141110.574000', '141110.577000', '141110.580000', '141110.582000', '141110.585000', '141110.587000', '141110.590000', '141110.593000', '141110.595000', '141110.598000', '141110.601000', '141110.603000', '141110.606000', '141130.493000', '141130.495000', '141130.498000', '141130.501000', '141130.504000', '141130.506000', '141130.509000', '141130.512000', '141130.514000', '141130.517000', '141130.520000', '141130.522000', '141130.525000', '141130.528000', '141130.530000', '141130.533000', '141130.536000', '141130.538000', '141130.541000', '141130.544000', '141130.556000', '141130.559000', '141130.562000', '141130.564000', '141130.567000', '141130.570000', '141130.572000', '141130.575000', '141130.578000', '141130.580000', '141130.583000', '141130.585000', '141130.588000', '141130.591000', '141130.594000', '141130.597000', '141130.600000', '141130.602000', '141130.605000', '141130.608000', '141130.610000', '141130.613000', '141130.616000', '141150.492000', '141150.496000', '141150.498000', '141150.501000', '141150.503000', '141150.506000', '141150.509000', '141150.511000', '141150.514000', '141150.517000', '141150.519000', '141150.522000', '141150.524000', '141150.527000', '141150.530000', '141150.532000', '141150.535000', '141150.538000', '141150.540000', '141150.543000', '141150.545000', '141150.548000', '141150.551000', '141150.553000', '141150.556000', '141150.558000', '141150.561000', '141150.564000', '141150.566000', '141150.569000', '141150.571000', '141150.574000', '141150.577000', '141150.579000', '141150.582000', '141150.585000', '141150.587000', '141150.590000', '141150.592000', '141150.595000', '141150.598000', '141150.600000', '141150.603000', '141150.605000', '141205.970000', '141205.973000', '141205.976000', '141205.979000', '141205.982000', '141205.985000', '141205.988000', '141205.991000', '141205.994000', '141205.997000', '141206.001000', '141206.004000', '141206.008000', '141206.011000', '141206.013000', '141206.016000', '141206.019000', '141206.022000', '141206.024000', '141206.027000', '141206.030000', '141206.034000', '141206.039000', '141206.042000', '141206.046000', '141206.048000', '141206.051000', '141206.054000', '141206.057000', '141206.060000', '141206.062000', '141206.065000', '141206.068000', '141206.071000'], 'InstanceCreationTime': ['140210.518000', '140210.521000', '140210.527000', '140210.530000', '140210.532000', '140210.535000', '140210.537000', '140210.540000', '140210.542000', '140210.545000', '140210.548000', '140210.550000', '140210.553000', '140210.556000', '140210.558000', '140210.561000', '140210.563000', '140210.566000', '140210.569000', '140210.571000', '140210.574000', '140210.576000', '140210.579000', '140210.582000', '140210.586000', '140210.589000', '140210.591000', '140210.594000', '140210.597000', '140210.599000', '140210.602000', '140210.605000', '140210.607000', '140210.610000', '140210.612000', '140210.615000', '140210.617000', '140210.620000', '140210.623000', '140210.625000', '140230.492000', '140230.495000', '140230.498000', '140230.501000', '140230.503000', '140230.506000', '140230.510000', '140230.512000', '140230.515000', '140230.517000', '140230.520000', '140230.523000', '140230.525000', '140230.528000', '140230.531000', '140230.533000', '140230.536000', '140230.539000', '140230.541000', '140230.544000', '140230.547000', '140230.551000', '140230.553000', '140230.557000', '140230.559000', '140230.562000', '140230.564000', '140230.567000', '140230.570000', '140230.573000', '140230.575000', '140230.578000', '140230.580000', '140230.583000', '140230.585000', '140230.588000', '140230.591000', '140230.593000', '140230.596000', '140230.599000', '140230.601000', '140230.604000', '140230.606000', '140250.492000', '140250.494000', '140250.497000', '140250.500000', '140250.503000', '140250.505000', '140250.508000', '140250.510000', '140250.513000', '140250.515000', '140250.518000', '140250.521000', '140250.523000', '140250.531000', '140250.533000', '140250.536000', '140250.539000', '140250.541000', '140250.544000', '140250.546000', '140250.549000', '140250.552000', '140250.554000', '140250.557000', '140250.559000', '140250.562000', '140250.564000', '140250.567000', '140250.570000', '140250.620000', '140250.623000', '140250.626000', '140250.628000', '140250.631000', '140250.633000', '140250.636000', '140250.639000', '140250.641000', '140250.644000', '140250.646000', '140250.649000', '140250.651000', '140250.654000', '140250.657000', '140310.492000', '140310.495000', '140310.498000', '140310.500000', '140310.503000', '140310.506000', '140310.508000', '140310.511000', '140310.513000', '140310.516000', '140310.518000', '140310.521000', '140310.524000', '140310.526000', '140310.529000', '140310.531000', '140310.534000', '140310.537000', '140310.539000', '140310.542000', '140310.544000', '140310.547000', '140310.550000', '140310.552000', '140310.555000', '140310.558000', '140310.560000', '140310.563000', '140310.566000', '140310.568000', '140310.571000', '140310.573000', '140310.576000', '140310.579000', '140310.581000', '140310.584000', '140310.586000', '140310.589000', '140310.591000', '140310.594000', '140310.597000', '140310.600000', '140310.603000', '140330.493000', '140330.495000', '140330.498000', '140330.501000', '140330.503000', '140330.506000', '140330.509000', '140330.511000', '140330.514000', '140330.517000', '140330.519000', '140330.522000', '140330.524000', '140330.527000', '140330.530000', '140330.532000', '140330.535000', '140330.537000', '140330.540000', '140330.543000', '140330.545000', '140330.548000', '140330.551000', '140330.553000', '140330.556000', '140330.558000', '140330.561000', '140330.564000', '140330.566000', '140330.569000', '140330.572000', '140330.574000', '140330.577000', '140330.579000', '140330.585000', '140330.588000', '140330.590000', '140330.593000', '140330.596000', '140330.598000', '140330.601000', '140330.604000', '140330.606000', '140330.609000', '140350.493000', '140350.495000', '140350.498000', '140350.501000', '140350.503000', '140350.506000', '140350.508000', '140350.511000', '140350.514000', '140350.516000', '140350.519000', '140350.521000', '140350.524000', '140350.527000', '140350.529000', '140350.532000', '140350.535000', '140350.538000', '140350.541000', '140350.544000', '140350.547000', '140350.549000', '140350.552000', '140350.555000', '140350.557000', '140350.560000', '140350.562000', '140350.565000', '140350.568000', '140350.570000', '140350.573000', '140350.576000', '140350.578000', '140350.581000', '140350.583000', '140350.586000', '140350.588000', '140350.591000', '140350.594000', '140350.597000', '140350.600000', '140350.608000', '140350.611000', '140410.492000', '140410.496000', '140410.499000', '140410.501000', '140410.504000', '140410.507000', '140410.509000', '140410.512000', '140410.514000', '140410.517000', '140410.520000', '140410.522000', '140410.525000', '140410.528000', '140410.530000', '140410.533000', '140410.536000', '140410.538000', '140410.541000', '140410.543000', '140410.546000', '140410.549000', '140410.551000', '140410.554000', '140410.556000', '140410.559000', '140410.562000', '140410.564000', '140410.567000', '140410.570000', '140410.572000', '140410.575000', '140410.577000', '140410.580000', '140410.583000', '140410.585000', '140410.588000', '140410.590000', '140410.593000', '140410.596000', '140410.598000', '140410.601000', '140410.603000', '140410.606000', '140430.492000', '140430.495000', '140430.498000', '140430.501000', '140430.503000', '140430.506000', '140430.508000', '140430.511000', '140430.513000', '140430.516000', '140430.519000', '140430.521000', '140430.524000', '140430.527000', '140430.529000', '140430.532000', '140430.534000', '140430.537000', '140430.540000', '140430.542000', '140430.545000', '140430.547000', '140430.550000', '140430.553000', '140430.567000', '140430.570000', '140430.572000', '140430.575000', '140430.578000', '140430.581000', '140430.583000', '140430.586000', '140430.588000', '140430.591000', '140430.594000', '140430.596000', '140430.599000', '140430.602000', '140430.604000', '140430.607000', '140430.610000', '140430.612000', '140430.615000', '140450.493000', '140450.495000', '140450.498000', '140450.501000', '140450.504000', '140450.506000', '140450.509000', '140450.511000', '140450.519000', '140450.521000', '140450.524000', '140450.527000', '140450.529000', '140450.532000', '140450.534000', '140450.537000', '140450.540000', '140450.542000', '140450.545000', '140450.547000', '140450.550000', '140450.553000', '140450.555000', '140450.558000', '140450.561000', '140450.563000', '140450.566000', '140450.568000', '140450.571000', '140450.574000', '140450.576000', '140450.579000', '140450.581000', '140450.584000', '140450.586000', '140450.589000', '140450.592000', '140450.594000', '140450.597000', '140450.600000', '140450.602000', '140450.605000', '140450.607000', '140450.610000', '140510.491000', '140510.494000', '140510.497000', '140510.500000', '140510.502000', '140510.505000', '140510.507000', '140510.510000', '140510.513000', '140510.515000', '140510.518000', '140510.520000', '140510.523000', '140510.526000', '140510.528000', '140510.531000', '140510.534000', '140510.536000', '140510.539000', '140510.541000', '140510.544000', '140510.547000', '140510.549000', '140510.552000', '140510.554000', '140510.557000', '140510.560000', '140510.562000', '140510.565000', '140510.567000', '140510.570000', '140510.573000', '140510.575000', '140510.578000', '140510.581000', '140510.583000', '140510.586000', '140510.588000', '140510.591000', '140510.594000', '140510.596000', '140510.599000', '140510.602000', '140530.493000', '140530.495000', '140530.498000', '140530.501000', '140530.504000', '140530.506000', '140530.509000', '140530.512000', '140530.514000', '140530.517000', '140530.520000', '140530.522000', '140530.525000', '140530.528000', '140530.530000', '140530.533000', '140530.536000', '140530.538000', '140530.541000', '140530.544000', '140530.546000', '140530.549000', '140530.551000', '140530.554000', '140530.557000', '140530.559000', '140530.562000', '140530.565000', '140530.567000', '140530.570000', '140530.572000', '140530.575000', '140530.578000', '140530.580000', '140530.583000', '140530.586000', '140530.588000', '140530.591000', '140530.593000', '140530.596000', '140530.599000', '140530.601000', '140530.604000', '140530.607000', '140550.492000', '140550.495000', '140550.498000', '140550.501000', '140550.503000', '140550.506000', '140550.509000', '140550.511000', '140550.514000', '140550.517000', '140550.519000', '140550.522000', '140550.524000', '140550.527000', '140550.529000', '140550.532000', '140550.535000', '140550.537000', '140550.540000', '140550.543000', '140550.545000', '140550.548000', '140550.551000', '140550.553000', '140550.556000', '140550.558000', '140550.561000', '140550.564000', '140550.566000', '140550.569000', '140550.571000', '140550.574000', '140550.577000', '140550.579000', '140550.582000', '140550.584000', '140550.587000', '140550.590000', '140550.592000', '140550.595000', '140550.597000', '140550.600000', '140550.603000', '140610.492000', '140610.495000', '140610.498000', '140610.501000', '140610.503000', '140610.506000', '140610.538000', '140610.541000', '140610.543000', '140610.546000', '140610.549000', '140610.551000', '140610.554000', '140610.556000', '140610.559000', '140610.562000', '140610.564000', '140610.567000', '140610.570000', '140610.572000', '140610.575000', '140610.577000', '140610.580000', '140610.582000', '140610.585000', '140610.588000', '140610.590000', '140610.593000', '140610.595000', '140610.598000', '140610.601000', '140610.603000', '140610.606000', '140610.608000', '140610.611000', '140610.614000', '140610.616000', '140610.619000', '140610.622000', '140610.624000', '140610.627000', '140610.629000', '140610.632000', '140610.635000', '140630.492000', '140630.495000', '140630.498000', '140630.501000', '140630.504000', '140630.506000', '140630.509000', '140630.511000', '140630.514000', '140630.517000', '140630.520000', '140630.522000', '140630.525000', '140630.528000', '140630.530000', '140630.533000', '140630.536000', '140630.538000', '140630.541000', '140630.543000', '140630.546000', '140630.549000', '140630.551000', '140630.554000', '140630.557000', '140630.559000', '140630.562000', '140630.565000', '140630.567000', '140630.570000', '140630.573000', '140630.575000', '140630.578000', '140630.581000', '140630.583000', '140630.586000', '140630.589000', '140630.591000', '140630.594000', '140630.596000', '140630.600000', '140630.603000', '140630.606000', '140650.492000', '140650.495000', '140650.498000', '140650.501000', '140650.503000', '140650.506000', '140650.508000', '140650.511000', '140650.514000', '140650.516000', '140650.519000', '140650.521000', '140650.524000', '140650.527000', '140650.529000', '140650.532000', '140650.534000', '140650.537000', '140650.540000', '140650.543000', '140650.545000', '140650.548000', '140650.551000', '140650.553000', '140650.556000', '140650.559000', '140650.561000', '140650.564000', '140650.566000', '140650.569000', '140650.572000', '140650.574000', '140650.577000', '140650.580000', '140650.582000', '140650.585000', '140650.588000', '140650.590000', '140650.593000', '140650.595000', '140650.598000', '140650.601000', '140650.603000', '140650.606000', '140710.492000', '140710.495000', '140710.498000', '140710.501000', '140710.503000', '140710.506000', '140710.508000', '140710.511000', '140710.514000', '140710.516000', '140710.519000', '140710.521000', '140710.524000', '140710.527000', '140710.529000', '140710.532000', '140710.534000', '140710.537000', '140710.540000', '140710.542000', '140710.545000', '140710.548000', '140710.550000', '140710.553000', '140710.555000', '140710.558000', '140710.560000', '140710.563000', '140710.566000', '140710.568000', '140710.571000', '140710.574000', '140710.576000', '140710.579000', '140710.581000', '140710.584000', '140710.587000', '140710.589000', '140710.592000', '140710.595000', '140710.597000', '140710.600000', '140710.602000', '140730.492000', '140730.494000', '140730.499000', '140730.501000', '140730.504000', '140730.507000', '140730.509000', '140730.512000', '140730.514000', '140730.517000', '140730.520000', '140730.522000', '140730.525000', '140730.528000', '140730.531000', '140730.533000', '140730.536000', '140730.551000', '140730.554000', '140730.556000', '140730.559000', '140730.562000', '140730.564000', '140730.567000', '140730.570000', '140730.572000', '140730.575000', '140730.577000', '140730.580000', '140730.583000', '140730.585000', '140730.588000', '140730.591000', '140730.593000', '140730.596000', '140730.599000', '140730.601000', '140730.604000', '140730.607000', '140730.609000', '140730.612000', '140730.614000', '140730.617000', '140730.620000', '140750.492000', '140750.495000', '140750.498000', '140750.501000', '140750.503000', '140750.506000', '140750.508000', '140750.511000', '140750.514000', '140750.516000', '140750.519000', '140750.521000', '140750.524000', '140750.526000', '140750.529000', '140750.532000', '140750.534000', '140750.537000', '140750.540000', '140750.542000', '140750.545000', '140750.547000', '140750.550000', '140750.553000', '140750.555000', '140750.558000', '140750.560000', '140750.563000', '140750.566000', '140750.568000', '140750.571000', '140750.574000', '140750.576000', '140750.579000', '140750.581000', '140750.584000', '140750.586000', '140750.589000', '140750.592000', '140750.594000', '140750.597000', '140750.600000', '140750.602000', '140810.493000', '140810.495000', '140810.498000', '140810.501000', '140810.503000', '140810.506000', '140810.509000', '140810.511000', '140810.514000', '140810.517000', '140810.519000', '140810.522000', '140810.525000', '140810.527000', '140810.530000', '140810.532000', '140810.535000', '140810.538000', '140810.540000', '140810.543000', '140810.546000', '140810.548000', '140810.551000', '140810.553000', '140810.556000', '140810.559000', '140810.561000', '140810.564000', '140810.566000', '140810.569000', '140810.572000', '140810.575000', '140810.578000', '140810.580000', '140810.583000', '140810.586000', '140810.588000', '140810.591000', '140810.593000', '140810.596000', '140810.599000', '140810.601000', '140810.604000', '140810.607000', '140830.493000', '140830.496000', '140830.498000', '140830.501000', '140830.504000', '140830.506000', '140830.509000', '140830.511000', '140830.514000', '140830.517000', '140830.519000', '140830.522000', '140830.524000', '140830.527000', '140830.530000', '140830.533000', '140830.535000', '140830.538000', '140830.541000', '140830.543000', '140830.546000', '140830.548000', '140830.551000', '140830.554000', '140830.556000', '140830.559000', '140830.561000', '140830.564000', '140830.567000', '140830.570000', '140830.572000', '140830.575000', '140830.577000', '140830.580000', '140830.583000', '140830.585000', '140830.588000', '140830.591000', '140830.593000', '140830.596000', '140830.598000', '140830.601000', '140830.604000', '140850.492000', '140850.495000', '140850.498000', '140850.501000', '140850.503000', '140850.506000', '140850.509000', '140850.511000', '140850.514000', '140850.517000', '140850.520000', '140850.522000', '140850.525000', '140850.528000', '140850.531000', '140850.533000', '140850.536000', '140850.538000', '140850.544000', '140850.547000', '140850.550000', '140850.552000', '140850.555000', '140850.558000', '140850.561000', '140850.563000', '140850.566000', '140850.577000', '140850.580000', '140850.583000', '140850.585000', '140850.588000', '140850.591000', '140850.593000', '140850.596000', '140850.599000', '140850.601000', '140850.604000', '140850.607000', '140850.609000', '140850.612000', '140850.614000', '140850.617000', '140850.620000', '140910.492000', '140910.495000', '140910.498000', '140910.501000', '140910.503000', '140910.506000', '140910.508000', '140910.511000', '140910.514000', '140910.516000', '140910.519000', '140910.521000', '140910.524000', '140910.527000', '140910.529000', '140910.532000', '140910.535000', '140910.537000', '140910.540000', '140910.542000', '140910.545000', '140910.548000', '140910.550000', '140910.553000', '140910.556000', '140910.558000', '140910.561000', '140910.564000', '140910.566000', '140910.569000', '140910.572000', '140910.574000', '140910.577000', '140910.579000', '140910.582000', '140910.585000', '140910.587000', '140910.590000', '140910.592000', '140910.595000', '140910.598000', '140910.600000', '140910.603000', '140930.493000', '140930.496000', '140930.499000', '140930.502000', '140930.505000', '140930.508000', '140930.511000', '140930.514000', '140930.516000', '140930.519000', '140930.521000', '140930.524000', '140930.527000', '140930.529000', '140930.532000', '140930.535000', '140930.537000', '140930.543000', '140930.546000', '140930.548000', '140930.551000', '140930.554000', '140930.556000', '140930.559000', '140930.561000', '140930.564000', '140930.567000', '140930.569000', '140930.572000', '140930.575000', '140930.577000', '140930.580000', '140930.582000', '140930.585000', '140930.588000', '140930.590000', '140930.593000', '140930.596000', '140930.598000', '140930.601000', '140930.604000', '140930.606000', '140930.609000', '140950.492000', '140950.494000', '140950.497000', '140950.500000', '140950.503000', '140950.505000', '140950.508000', '140950.510000', '140950.513000', '140950.516000', '140950.518000', '140950.521000', '140950.524000', '140950.526000', '140950.529000', '140950.531000', '140950.534000', '140950.537000', '140950.539000', '140950.542000', '140950.545000', '140950.547000', '140950.550000', '140950.552000', '140950.555000', '140950.558000', '140950.561000', '140950.563000', '140950.566000', '140950.569000', '140950.571000', '140950.574000', '140950.576000', '140950.579000', '140950.582000', '140950.584000', '140950.587000', '140950.589000', '140950.592000', '140950.595000', '140950.597000', '140950.600000', '140950.603000', '140950.605000', '141010.493000', '141010.495000', '141010.498000', '141010.501000', '141010.504000', '141010.507000', '141010.509000', '141010.512000', '141010.515000', '141010.517000', '141010.520000', '141010.523000', '141010.526000', '141010.528000', '141010.531000', '141010.533000', '141010.536000', '141010.539000', '141010.541000', '141010.544000', '141010.547000', '141010.549000', '141010.552000', '141010.555000', '141010.580000', '141010.583000', '141010.586000', '141010.588000', '141010.591000', '141010.594000', '141010.596000', '141010.599000', '141010.602000', '141010.605000', '141010.607000', '141010.610000', '141010.613000', '141010.615000', '141010.618000', '141010.620000', '141010.623000', '141010.626000', '141010.628000', '141030.493000', '141030.495000', '141030.498000', '141030.501000', '141030.503000', '141030.506000', '141030.509000', '141030.511000', '141030.514000', '141030.517000', '141030.519000', '141030.522000', '141030.525000', '141030.527000', '141030.530000', '141030.533000', '141030.535000', '141030.538000', '141030.540000', '141030.543000', '141030.546000', '141030.548000', '141030.551000', '141030.554000', '141030.556000', '141030.559000', '141030.562000', '141030.564000', '141030.567000', '141030.570000', '141030.572000', '141030.575000', '141030.577000', '141030.580000', '141030.583000', '141030.585000', '141030.588000', '141030.590000', '141030.593000', '141030.596000', '141030.599000', '141030.601000', '141030.604000', '141030.606000', '141050.493000', '141050.496000', '141050.498000', '141050.501000', '141050.504000', '141050.506000', '141050.509000', '141050.511000', '141050.514000', '141050.517000', '141050.520000', '141050.523000', '141050.526000', '141050.529000', '141050.532000', '141050.535000', '141050.537000', '141050.540000', '141050.543000', '141050.546000', '141050.548000', '141050.551000', '141050.554000', '141050.557000', '141050.559000', '141050.562000', '141050.564000', '141050.567000', '141050.570000', '141050.572000', '141050.575000', '141050.578000', '141050.580000', '141050.583000', '141050.586000', '141050.588000', '141050.591000', '141050.594000', '141050.596000', '141050.599000', '141050.602000', '141050.604000', '141050.607000', '141110.493000', '141110.495000', '141110.498000', '141110.501000', '141110.504000', '141110.506000', '141110.509000', '141110.511000', '141110.514000', '141110.517000', '141110.519000', '141110.522000', '141110.525000', '141110.527000', '141110.530000', '141110.533000', '141110.535000', '141110.538000', '141110.540000', '141110.543000', '141110.545000', '141110.548000', '141110.551000', '141110.553000', '141110.556000', '141110.559000', '141110.561000', '141110.564000', '141110.566000', '141110.569000', '141110.572000', '141110.574000', '141110.577000', '141110.580000', '141110.582000', '141110.585000', '141110.587000', '141110.590000', '141110.593000', '141110.595000', '141110.598000', '141110.601000', '141110.603000', '141110.606000', '141130.493000', '141130.495000', '141130.498000', '141130.501000', '141130.504000', '141130.506000', '141130.509000', '141130.512000', '141130.514000', '141130.517000', '141130.520000', '141130.522000', '141130.525000', '141130.528000', '141130.530000', '141130.533000', '141130.536000', '141130.538000', '141130.541000', '141130.544000', '141130.556000', '141130.559000', '141130.562000', '141130.564000', '141130.567000', '141130.570000', '141130.572000', '141130.575000', '141130.578000', '141130.580000', '141130.583000', '141130.585000', '141130.588000', '141130.591000', '141130.594000', '141130.597000', '141130.600000', '141130.602000', '141130.605000', '141130.608000', '141130.610000', '141130.613000', '141130.616000', '141150.492000', '141150.496000', '141150.498000', '141150.501000', '141150.503000', '141150.506000', '141150.509000', '141150.511000', '141150.514000', '141150.517000', '141150.519000', '141150.522000', '141150.524000', '141150.527000', '141150.530000', '141150.532000', '141150.535000', '141150.538000', '141150.540000', '141150.543000', '141150.545000', '141150.548000', '141150.551000', '141150.553000', '141150.556000', '141150.558000', '141150.561000', '141150.564000', '141150.566000', '141150.569000', '141150.571000', '141150.574000', '141150.577000', '141150.579000', '141150.582000', '141150.585000', '141150.587000', '141150.590000', '141150.592000', '141150.595000', '141150.598000', '141150.600000', '141150.603000', '141150.605000', '141205.970000', '141205.973000', '141205.976000', '141205.979000', '141205.982000', '141205.985000', '141205.988000', '141205.991000', '141205.994000', '141205.997000', '141206.001000', '141206.004000', '141206.008000', '141206.011000', '141206.013000', '141206.016000', '141206.019000', '141206.022000', '141206.024000', '141206.027000', '141206.030000', '141206.034000', '141206.039000', '141206.042000', '141206.046000', '141206.048000', '141206.051000', '141206.054000', '141206.057000', '141206.060000', '141206.062000', '141206.065000', '141206.068000', '141206.071000'], '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': [8180, 7930, 7705, 7388, 9062, 9086, 9280, 8003, 7716, 8780, 8443, 7808, 7754, 8628, 7958, 9884, 14353, 13291, 11943, 16741, 13484, 11989, 11810, 11458, 10273, 7853, 8311, 7127, 8197, 9327, 7331, 7272, 8562, 10090, 8069, 7705, 9074, 9203, 7049, 10282, 7923, 8011, 9463, 7314, 10864, 7511, 10841, 7268, 10035, 7549, 9488, 8453, 8518, 8719, 7280, 9427, 7568, 10502, 7111, 10791, 7050, 9679, 7727, 7347, 8468, 7229, 9498, 7579, 10399, 7730, 10359, 7868, 10362, 8128, 10970, 7978, 10838, 7915, 10961, 7683, 10832, 7437, 10715, 7587, 8806, 8346, 7729, 8058, 6912, 9001, 7128, 9884, 7540, 9751, 8376, 10322, 8200, 11808, 8249, 10951, 8748, 11430, 8976, 8902, 8492, 8036, 9766, 8236, 10241, 7682, 7243, 8269, 7597, 9694, 8610, 9919, 8416, 10822, 8691, 10774, 8749, 10937, 9099, 11098, 8896, 10916, 8731, 10462, 8886, 10847, 8555, 9013, 8348, 7536, 7927, 8406, 9188, 8998, 9742, 8852, 9946, 9006, 10714, 8998, 10770, 8873, 9786, 8600, 9192, 8063, 9626, 8367, 9370, 8242, 9305, 9070, 9530, 8603, 8516, 8665, 8222, 8211, 8050, 8709, 8853, 9201, 8539, 8694, 9766, 7791, 9052, 8268, 9612, 9233, 9319, 8339, 10151, 7986, 10488, 8499, 11069, 9064, 11536, 9250, 11042, 9369, 8069, 8670, 8350, 9489, 8879, 10431, 9432, 11252, 9445, 10198, 9363, 9850, 9713, 8722, 9383, 8671, 9841, 8050, 10828, 7800, 12016, 7910, 10569, 8154, 9561, 8914, 9873, 9242, 8519, 8758, 7903, 7971, 8013, 9130, 8196, 9394, 9015, 9633, 9037, 9852, 9050, 10727, 9322, 11054, 9421, 11504, 9305, 9522, 8398, 8577, 10140, 8597, 10771, 9443, 10587, 9481, 10663, 9413, 9336, 8934, 9131, 9465, 8701, 10305, 9752, 10381, 9808, 11856, 9835, 10009, 8390, 9148, 8623, 8243, 9329, 9133, 10464, 9424, 9415, 9877, 8012, 8077, 8279, 8640, 8886, 9854, 9426, 10465, 9095, 10087, 9982, 9493, 9190, 8661, 10447, 8672, 11037, 9568, 10855, 9928, 11080, 9418, 8845, 8227, 7886, 9029, 8927, 10233, 9285, 10325, 9559, 9654, 8160, 8996, 9163, 7880, 10309, 8450, 10533, 8985, 10821, 9522, 11289, 9121, 11105, 9721, 10655, 8236, 8768, 9176, 8110, 9363, 8825, 9607, 9416, 8437, 7920, 8119, 8606, 8990, 9391, 9506, 9729, 9520, 9870, 8379, 9073, 9983, 7686, 9765, 7958, 10197, 13081, 10489, 11295, 7580, 8533, 8287, 8996, 8928, 9014, 12219, 10105, 8147, 8727, 11335, 9986, 7573, 10093, 11704, 9706, 7647, 11038, 10272, 8333, 10837, 9855, 8657, 10521, 8365, 8909, 9786, 8459, 10653, 8696, 10688, 8418, 11639, 9372, 9850, 9035, 9528, 11948, 9161, 7618, 9897, 9531, 9465, 9741, 9326, 9602, 10288, 8562, 11155, 8109, 10622, 8120, 9932, 9747, 10373, 8396, 8187, 9112, 9084, 8559, 11247, 10007, 11039, 10581, 10413, 10313, 12453, 16104, 8747, 10164, 13141, 14419, 11627, 12917, 10455, 11120, 9017, 11078, 12442, 8655, 13120, 10948, 8182, 12655, 10063, 8875, 8233, 9447, 8911, 7880, 8044, 8106, 9401, 8074, 8896, 8035, 9202, 8228, 9113, 8918, 9071, 10144, 7718, 7512, 7481, 8017, 8025, 9252, 9453, 7951, 9991, 8975, 10120, 8742, 10436, 9411, 11907, 8253, 11257, 8895, 11708, 8955, 11386, 9589, 10350, 9810, 10390, 9706, 9559, 9660, 9001, 10481, 8811, 10497, 9097, 11469, 8854, 10934, 9084, 10748, 10106, 9006, 7382, 8517, 8083, 8084, 8880, 8471, 9357, 8477, 9478, 8663, 8970, 9149, 8653, 8800, 7708, 8937, 8763, 9625, 8270, 9638, 7682, 10285, 8609, 9716, 8676, 7878, 7874, 8111, 9431, 8135, 10144, 8447, 9793, 9528, 8931, 9258, 8291, 9508, 8113, 10016, 7626, 10988, 7941, 10533, 8222, 10907, 9256, 9613, 8271, 7147, 8472, 7672, 9448, 7334, 9463, 7694, 7157, 7951, 7921, 9711, 7883, 10287, 8858, 8868, 7716, 8288, 8996, 8330, 10782, 7894, 10616, 8763, 9665, 8184, 7803, 9202, 7547, 10651, 8893, 8864, 8104, 7649, 8770, 8309, 10259, 9660, 9592, 8561, 7937, 9727, 8167, 10079, 8465, 7915, 9759, 8143, 12843, 9423, 9224, 8624, 7858, 10288, 8282, 13383, 8440, 10748, 8442, 7531, 8726, 7415, 9577, 8085, 7902, 8046, 8441, 9229, 8878, 8754, 9700, 8734, 8915, 7750, 8342, 9378, 10847, 8993, 7684, 7646, 7717, 7775, 8622, 11159, 8456, 10480, 13086, 8343, 12332, 10030, 9392, 12332, 11041, 7956, 11365, 10543, 8577, 11142, 10435, 8379, 11254, 9617, 8379, 10980, 8527, 10122, 9445, 8238, 10035, 8710, 7835, 8521, 8661, 9247, 8253, 9979, 8465, 9582, 9095, 7939, 8767, 8632, 9579, 8493, 10148, 9126, 9642, 9103, 8555, 9161, 8656, 10879, 9095, 8786, 9383, 8577, 8978, 8193, 11034, 8680, 10108, 9301, 9998, 8698, 8435, 8568, 9355, 9585, 9263, 8751, 8748, 8674, 11315, 8857, 12329, 8589, 10942, 10339, 10785, 12355, 8687, 13992, 10069, 10478, 9017, 9234, 11945, 8333, 11889, 8837, 9374, 9297, 9717, 10427, 10239, 11612, 8600, 10434, 8507, 10585, 8893, 8556, 9517, 9543, 10178, 8787, 9666, 9855, 7707, 10106, 9273, 10466, 9092, 10728, 10238, 10641, 10147, 10720, 9516, 10298, 8643, 10664, 10028, 10562, 10356, 11362, 10940, 10549, 11072, 9477, 10920, 9745, 10495, 9818, 13497, 9686, 12595, 10900, 12021, 11167, 11744, 10789, 9377, 10648, 10198, 11230, 9736, 13145, 10862, 11793, 10742, 9681, 8529, 10486, 9118, 9252, 8826, 9357, 8230, 9328, 9502, 9174, 9027, 11247, 9795, 10037, 8725, 8947, 11521, 8442, 9459, 9334, 8798, 11700, 9780, 11479, 9859, 8763, 13225, 9242, 9609, 9131, 9063, 8889, 9396, 8667, 9349, 9071, 8957, 7776, 7925, 8967, 7817, 7369, 7414, 8174, 8952, 8055, 10073, 10603, 10478, 9881, 8991, 10536, 10163, 7655, 9615, 7339, 8359, 8883, 7808, 9461, 8078, 10847, 8461, 9276, 9332, 10122, 9432, 11156, 8538, 12104, 8468, 11125, 8379, 11415, 8298, 11656, 8208, 11391, 8712, 12296, 8403, 10999, 8880, 10211, 8689, 9113, 8703, 10851, 9441, 7992, 8551, 8498, 11045, 8663, 9398, 8987, 8083, 9007, 8563, 9160, 8577, 10090, 9202, 10756, 9613, 11076, 9465, 11644, 8925, 11739, 9370, 10871, 8766, 8627, 8783, 9172, 9207, 7991, 9549, 9048, 10724, 9063, 10373, 9496, 9368, 8624, 9492, 8368, 9477, 9521, 9060, 10597, 9454, 11204, 9648, 9586, 8915, 9647, 8625, 9432, 10827, 9521, 10414, 9121, 9240, 9281, 9363, 9273, 9426, 9604, 9924, 10348, 9509, 11453, 9802, 10929, 9647, 10153, 10134, 9686, 8877, 9551, 9373, 8851, 9759, 9442, 11609, 9777, 10984, 9756, 8975, 9243, 9486, 9729, 8816, 10032, 9956, 11178, 9525, 10436, 9273, 9267, 9742, 8803, 9437, 9582, 11321, 9838, 10559, 9612, 10677, 8549, 9538, 9114, 8775, 9271, 9278, 10468, 9369, 10620, 9738, 10304, 9970, 8850, 8792, 9496, 9478, 8957, 9653, 9912, 10920, 9264, 9009, 8474, 8767, 9416, 9673, 9749, 8391, 9260, 8681, 9579, 9456, 10188, 10563, 10051, 10946, 10158, 9245, 8810, 9740, 9866, 9800, 10879, 10190, 11743, 9879, 10527, 8422, 9520, 9767, 9807, 10114, 8147, 8746, 8939, 9318, 9903, 9929, 11306, 10017, 12035, 9673, 11810, 9665, 11574, 9370, 10998, 10042, 10108, 9877, 10004, 9250, 10123, 11896, 10064, 10911, 9941, 10498, 8119, 9698, 9011, 9269, 9520, 10062, 11343, 9944, 9912, 8668, 8647, 8980, 9666, 9083, 9929, 12746, 10072, 9988, 8364, 9188, 8564, 8880, 8930, 8997, 9380, 9225, 9574, 9230, 9584, 9509, 9474, 9849, 10359, 7981, 9080, 8289, 10414, 9314, 10949, 8619, 9794, 8980, 9175, 7842, 11296, 9117, 7424, 8836, 7575, 11129, 9857, 9793, 11605, 10604, 10261, 9894, 9074, 12345, 8335, 10036, 11177, 8579, 11359, 9304, 10349, 13149, 10114, 10843, 10071, 8922, 11868, 9624, 9631, 11794, 9192, 11021, 10318, 9117, 12116, 9066, 11443, 9788, 8789, 10559, 8827, 11560, 8831, 11392, 9260, 12390, 8733, 11151, 8601, 10570, 8837, 10045, 9373, 9758, 9721, 10885, 9374, 11291, 9496, 10835, 9277, 8415, 9801, 9189, 9430, 9463, 10404, 9768, 10957, 9967, 11180, 9577, 11662, 9689, 11753, 9601, 11911, 9731, 10150, 9305, 8707, 9342, 9472, 11324, 9714, 9931, 9852, 9105, 9665, 9620, 9828, 10187, 10840, 10318, 11428, 10384, 13594, 10522, 13753, 11122, 12800, 9929, 11833, 10196, 9724, 9713, 9734, 12167, 9669, 9781, 9723, 9738, 9958, 10144, 10048, 10404, 10195, 9607, 9625, 10301, 9686, 11823, 9750, 12420, 9774, 12240, 9746, 11644, 10090, 9855, 9655, 10143, 10039, 10408, 9360, 9883, 9767, 9859, 10422, 10422, 9392, 10208, 8828, 10577, 9737, 9767, 10164, 9761, 10019, 10955, 10469, 11676, 10461, 11014, 10486, 10334, 10347, 9418, 10091, 9388, 10202, 10905, 9563, 10815, 8237, 10542, 10329, 10158, 10472, 10042, 10310, 10221, 10923, 10170, 10779, 10028, 10978, 10418, 10295, 10011, 8003, 7236, 8235, 8488, 8027, 8808, 8287, 10249, 10836, 8876, 9987, 8217, 10105, 7837, 12198, 9034, 11247, 10751, 9145, 11640, 8943, 10679, 8482, 11891, 7924, 10672, 9359, 7867, 10079, 8805, 11333, 7958, 8635, 7495, 8647, 9148, 8104, 9989, 8213, 8568, 7423, 7292, 8209, 7935, 9725, 7627, 9441, 7850, 9549, 7838, 8738, 7592, 7304, 8441, 7083, 7811, 7429, 9069, 7366, 10139, 8160, 10640, 8641, 10035, 7532, 9845, 7356, 10373, 8100, 10024, 8204, 9032, 8203, 7218, 9743, 7908, 11018, 8826, 8549], 'WindowCenter': [4471.0, 4428.0, 4424.0, 4439.0, 4500.0, 4531.0, 4530.0, 4492.0, 4477.0, 4459.0, 4456.0, 4432.0, 4330.0, 4417.0, 4403.0, 4337.0, 4471.0, 4483.0, 4446.0, 4476.0, 4442.0, 4420.0, 4417.0, 4404.0, 4393.0, 4360.0, 4373.0, 4365.0, 4384.0, 4407.0, 4388.0, 4380.0, 4402.0, 4420.0, 4400.0, 4404.0, 4415.0, 4415.0, 4393.0, 4423.0, 4405.0, 4390.0, 4422.0, 4392.0, 4433.0, 4392.0, 4421.0, 4393.0, 4409.0, 4393.0, 4410.0, 4404.0, 4401.0, 4402.0, 4391.0, 4413.0, 4393.0, 4432.0, 4393.0, 4432.0, 4394.0, 4422.0, 4407.0, 4394.0, 4404.0, 4394.0, 4438.0, 4407.0, 4436.0, 4407.0, 4435.0, 4417.0, 4436.0, 4418.0, 4447.0, 4418.0, 4447.0, 4419.0, 4447.0, 4417.0, 4446.0, 4409.0, 4446.0, 4420.0, 4439.0, 4441.0, 4432.0, 4448.0, 4433.0, 4454.0, 4438.0, 4465.0, 4448.0, 4469.0, 4459.0, 4477.0, 4459.0, 4486.0, 4446.0, 4474.0, 4443.0, 4472.0, 4442.0, 4440.0, 4441.0, 4432.0, 4458.0, 4442.0, 4464.0, 4434.0, 4434.0, 4443.0, 4444.0, 4466.0, 4458.0, 4464.0, 4458.0, 4473.0, 4445.0, 4462.0, 4445.0, 4463.0, 4441.0, 4461.0, 4440.0, 4446.0, 4429.0, 4444.0, 4425.0, 4448.0, 4437.0, 4438.0, 4440.0, 4429.0, 4443.0, 4454.0, 4454.0, 4466.0, 4465.0, 4456.0, 4465.0, 4455.0, 4463.0, 4453.0, 4471.0, 4447.0, 4450.0, 4441.0, 4451.0, 4430.0, 4452.0, 4440.0, 4452.0, 4429.0, 4450.0, 4439.0, 4451.0, 4461.0, 4439.0, 4452.0, 4455.0, 4455.0, 4457.0, 4466.0, 4480.0, 4478.0, 4471.0, 4470.0, 4492.0, 4459.0, 4482.0, 4468.0, 4481.0, 4468.0, 4467.0, 4455.0, 4476.0, 4445.0, 4476.0, 4455.0, 4484.0, 4454.0, 4474.0, 4465.0, 4472.0, 4452.0, 4440.0, 4452.0, 4456.0, 4463.0, 4452.0, 4472.0, 4463.0, 4472.0, 4466.0, 4463.0, 4454.0, 4463.0, 4466.0, 4442.0, 4452.0, 4442.0, 4463.0, 4444.0, 4484.0, 4447.0, 4495.0, 4443.0, 4474.0, 4444.0, 4463.0, 4464.0, 4463.0, 4464.0, 4454.0, 4466.0, 4468.0, 4469.0, 4472.0, 4492.0, 4483.0, 4480.0, 4483.0, 4491.0, 4483.0, 4490.0, 4480.0, 4489.0, 4479.0, 4487.0, 4478.0, 4485.0, 4467.0, 4467.0, 4458.0, 4468.0, 4477.0, 4455.0, 4486.0, 4464.0, 4473.0, 4463.0, 4473.0, 4467.0, 4464.0, 4454.0, 4464.0, 4464.0, 4452.0, 4473.0, 4463.0, 4475.0, 4475.0, 4482.0, 4474.0, 4463.0, 4443.0, 4463.0, 4454.0, 4455.0, 4464.0, 4464.0, 4473.0, 4465.0, 4465.0, 4478.0, 4456.0, 4456.0, 4470.0, 4467.0, 4467.0, 4481.0, 4468.0, 4476.0, 4480.0, 4477.0, 4490.0, 4477.0, 4469.0, 4467.0, 4490.0, 4454.0, 4485.0, 4464.0, 4487.0, 4477.0, 4474.0, 4466.0, 4465.0, 4455.0, 4454.0, 4465.0, 4465.0, 4487.0, 4478.0, 4476.0, 4476.0, 4464.0, 4457.0, 4467.0, 4466.0, 4457.0, 4488.0, 4471.0, 4488.0, 4469.0, 4487.0, 4480.0, 4486.0, 4478.0, 4487.0, 4478.0, 4487.0, 4457.0, 4455.0, 4464.0, 4445.0, 4465.0, 4467.0, 4476.0, 4479.0, 4469.0, 4464.0, 4458.0, 4469.0, 4482.0, 4482.0, 4494.0, 4491.0, 4493.0, 4493.0, 4486.0, 4497.0, 4462.0, 4417.0, 4403.0, 4387.0, 4406.0, 4426.0, 4392.0, 4363.0, 4347.0, 4389.0, 4402.0, 4431.0, 4428.0, 4428.0, 4443.0, 4420.0, 4402.0, 4414.0, 4432.0, 4410.0, 4394.0, 4421.0, 4432.0, 4411.0, 4393.0, 4419.0, 4407.0, 4388.0, 4406.0, 4407.0, 4399.0, 4408.0, 4389.0, 4399.0, 4410.0, 4401.0, 4421.0, 4412.0, 4421.0, 4414.0, 4443.0, 4425.0, 4433.0, 4424.0, 4444.0, 4456.0, 4440.0, 4433.0, 4465.0, 4467.0, 4469.0, 4481.0, 4469.0, 4469.0, 4467.0, 4460.0, 4477.0, 4434.0, 4463.0, 4445.0, 4452.0, 4425.0, 4409.0, 4338.0, 4386.0, 4412.0, 4394.0, 4426.0, 4457.0, 4445.0, 4473.0, 4486.0, 4522.0, 4526.0, 4543.0, 4508.0, 4463.0, 4454.0, 4477.0, 4471.0, 4434.0, 4369.0, 4425.0, 4305.0, 4327.0, 4390.0, 4361.0, 4334.0, 4357.0, 4354.0, 4317.0, 4358.0, 4325.0, 4319.0, 4316.0, 4328.0, 4329.0, 4320.0, 4318.0, 4321.0, 4334.0, 4321.0, 4342.0, 4335.0, 4356.0, 4346.0, 4360.0, 4384.0, 4401.0, 4397.0, 4357.0, 4358.0, 4369.0, 4381.0, 4393.0, 4416.0, 4414.0, 4393.0, 4413.0, 4416.0, 4429.0, 4408.0, 4426.0, 4431.0, 4448.0, 4419.0, 4437.0, 4419.0, 4448.0, 4430.0, 4448.0, 4441.0, 4440.0, 4442.0, 4441.0, 4431.0, 4428.0, 4441.0, 4430.0, 4441.0, 4418.0, 4444.0, 4418.0, 4449.0, 4417.0, 4436.0, 4417.0, 4435.0, 4437.0, 4417.0, 4408.0, 4418.0, 4419.0, 4421.0, 4431.0, 4435.0, 4444.0, 4435.0, 4442.0, 4444.0, 4443.0, 4444.0, 4436.0, 4445.0, 4422.0, 4443.0, 4431.0, 4442.0, 4432.0, 4442.0, 4423.0, 4453.0, 4434.0, 4441.0, 4433.0, 4422.0, 4434.0, 4434.0, 4444.0, 4435.0, 4459.0, 4433.0, 4452.0, 4454.0, 4444.0, 4444.0, 4446.0, 4456.0, 4434.0, 4454.0, 4424.0, 4463.0, 4433.0, 4463.0, 4434.0, 4462.0, 4444.0, 4440.0, 4432.0, 4410.0, 4432.0, 4423.0, 4443.0, 4424.0, 4454.0, 4435.0, 4424.0, 4436.0, 4436.0, 4468.0, 4449.0, 4466.0, 4458.0, 4456.0, 4437.0, 4448.0, 4446.0, 4435.0, 4466.0, 4436.0, 4464.0, 4445.0, 4453.0, 4434.0, 4434.0, 4454.0, 4436.0, 4465.0, 4456.0, 4443.0, 4436.0, 4435.0, 4446.0, 4450.0, 4467.0, 4468.0, 4466.0, 4446.0, 4422.0, 4454.0, 4446.0, 4466.0, 4447.0, 4450.0, 4475.0, 4448.0, 4498.0, 4458.0, 4455.0, 4444.0, 4436.0, 4464.0, 4433.0, 4485.0, 4433.0, 4461.0, 4431.0, 4435.0, 4443.0, 4423.0, 4452.0, 4433.0, 4447.0, 4461.0, 4430.0, 4451.0, 4455.0, 4459.0, 4468.0, 4446.0, 4434.0, 4411.0, 4407.0, 4405.0, 4411.0, 4375.0, 4338.0, 4339.0, 4354.0, 4376.0, 4363.0, 4411.0, 4369.0, 4384.0, 4434.0, 4392.0, 4430.0, 4426.0, 4427.0, 4444.0, 4433.0, 4393.0, 4420.0, 4411.0, 4402.0, 4421.0, 4410.0, 4388.0, 4417.0, 4398.0, 4388.0, 4421.0, 4389.0, 4409.0, 4398.0, 4389.0, 4410.0, 4401.0, 4379.0, 4413.0, 4414.0, 4414.0, 4404.0, 4425.0, 4417.0, 4425.0, 4428.0, 4406.0, 4416.0, 4417.0, 4427.0, 4419.0, 4438.0, 4446.0, 4440.0, 4442.0, 4431.0, 4441.0, 4431.0, 4450.0, 4444.0, 4432.0, 4443.0, 4446.0, 4457.0, 4448.0, 4476.0, 4457.0, 4465.0, 4456.0, 4454.0, 4448.0, 4448.0, 4458.0, 4457.0, 4469.0, 4469.0, 4446.0, 4459.0, 4460.0, 4479.0, 4457.0, 4486.0, 4446.0, 4465.0, 4455.0, 4464.0, 4473.0, 4432.0, 4481.0, 4439.0, 4450.0, 4430.0, 4428.0, 4458.0, 4418.0, 4458.0, 4429.0, 4427.0, 4427.0, 4426.0, 4448.0, 4437.0, 4446.0, 4428.0, 4436.0, 4416.0, 4434.0, 4428.0, 4428.0, 4439.0, 4453.0, 4464.0, 4465.0, 4455.0, 4469.0, 4449.0, 4482.0, 4471.0, 4492.0, 4460.0, 4478.0, 4466.0, 4479.0, 4467.0, 4479.0, 4456.0, 4481.0, 4458.0, 4482.0, 4469.0, 4479.0, 4481.0, 4490.0, 4480.0, 4479.0, 4491.0, 4470.0, 4479.0, 4468.0, 4479.0, 4467.0, 4498.0, 4456.0, 4475.0, 4465.0, 4474.0, 4475.0, 4475.0, 4465.0, 4443.0, 4463.0, 4454.0, 4462.0, 4441.0, 4482.0, 4451.0, 4472.0, 4463.0, 4454.0, 4478.0, 4482.0, 4445.0, 4444.0, 4443.0, 4455.0, 4444.0, 4456.0, 4468.0, 4460.0, 4476.0, 4466.0, 4466.0, 4441.0, 4430.0, 4429.0, 4451.0, 4420.0, 4439.0, 4430.0, 4420.0, 4464.0, 4455.0, 4462.0, 4430.0, 4419.0, 4459.0, 4430.0, 4427.0, 4416.0, 4419.0, 4447.0, 4460.0, 4447.0, 4338.0, 4456.0, 4369.0, 4334.0, 4357.0, 4368.0, 4361.0, 4368.0, 4367.0, 4376.0, 4387.0, 4379.0, 4385.0, 4407.0, 4434.0, 4436.0, 4425.0, 4420.0, 4418.0, 4391.0, 4435.0, 4406.0, 4427.0, 4438.0, 4420.0, 4437.0, 4418.0, 4446.0, 4416.0, 4423.0, 4438.0, 4434.0, 4424.0, 4441.0, 4412.0, 4440.0, 4401.0, 4429.0, 4412.0, 4440.0, 4412.0, 4440.0, 4412.0, 4440.0, 4411.0, 4440.0, 4412.0, 4429.0, 4425.0, 4431.0, 4423.0, 4423.0, 4424.0, 4456.0, 4446.0, 4427.0, 4437.0, 4440.0, 4458.0, 4453.0, 4465.0, 4453.0, 4444.0, 4466.0, 4454.0, 4466.0, 4458.0, 4475.0, 4469.0, 4489.0, 4479.0, 4487.0, 4478.0, 4485.0, 4455.0, 4472.0, 4456.0, 4471.0, 4453.0, 4440.0, 4453.0, 4464.0, 4452.0, 4444.0, 4462.0, 4454.0, 4473.0, 4467.0, 4474.0, 4477.0, 4463.0, 4455.0, 4476.0, 4455.0, 4464.0, 4471.0, 4465.0, 4475.0, 4475.0, 4483.0, 4463.0, 4462.0, 4465.0, 4475.0, 4466.0, 4465.0, 4485.0, 4476.0, 4485.0, 4466.0, 4464.0, 4466.0, 4465.0, 4464.0, 4464.0, 4463.0, 4475.0, 4474.0, 4465.0, 4484.0, 4475.0, 4473.0, 4463.0, 4472.0, 4475.0, 4462.0, 4453.0, 4464.0, 4465.0, 4463.0, 4465.0, 4473.0, 4483.0, 4476.0, 4473.0, 4476.0, 4464.0, 4464.0, 4463.0, 4464.0, 4465.0, 4473.0, 4475.0, 4484.0, 4477.0, 4485.0, 4466.0, 4464.0, 4475.0, 4467.0, 4464.0, 4475.0, 4485.0, 4476.0, 4473.0, 4474.0, 4473.0, 4455.0, 4465.0, 4464.0, 4454.0, 4466.0, 4466.0, 4483.0, 4475.0, 4485.0, 4478.0, 4474.0, 4477.0, 4465.0, 4456.0, 4475.0, 4477.0, 4452.0, 4464.0, 4475.0, 4472.0, 4465.0, 4463.0, 4455.0, 4466.0, 4477.0, 4487.0, 4476.0, 4469.0, 4478.0, 4480.0, 4490.0, 4490.0, 4490.0, 4487.0, 4488.0, 4487.0, 4489.0, 4476.0, 4467.0, 4476.0, 4475.0, 4475.0, 4473.0, 4474.0, 4483.0, 4473.0, 4475.0, 4452.0, 4463.0, 4475.0, 4475.0, 4473.0, 4457.0, 4467.0, 4477.0, 4477.0, 4487.0, 4489.0, 4486.0, 4476.0, 4495.0, 4477.0, 4483.0, 4465.0, 4482.0, 4463.0, 4471.0, 4462.0, 4461.0, 4461.0, 4461.0, 4450.0, 4461.0, 4480.0, 4473.0, 4472.0, 4472.0, 4471.0, 4442.0, 4463.0, 4463.0, 4462.0, 4463.0, 4475.0, 4482.0, 4475.0, 4473.0, 4455.0, 4454.0, 4463.0, 4464.0, 4466.0, 4478.0, 4496.0, 4477.0, 4474.0, 4456.0, 4466.0, 4465.0, 4464.0, 4468.0, 4477.0, 4467.0, 4464.0, 4475.0, 4463.0, 4465.0, 4461.0, 4463.0, 4476.0, 4419.0, 4434.0, 4426.0, 4430.0, 4459.0, 4435.0, 4445.0, 4426.0, 4448.0, 4437.0, 4450.0, 4442.0, 4472.0, 4465.0, 4446.0, 4466.0, 4434.0, 4473.0, 4453.0, 4465.0, 4474.0, 4465.0, 4426.0, 4424.0, 4416.0, 4476.0, 4406.0, 4423.0, 4445.0, 4416.0, 4444.0, 4426.0, 4436.0, 4468.0, 4467.0, 4430.0, 4409.0, 4411.0, 4440.0, 4422.0, 4435.0, 4455.0, 4426.0, 4448.0, 4447.0, 4428.0, 4466.0, 4440.0, 4457.0, 4438.0, 4441.0, 4461.0, 4452.0, 4471.0, 4453.0, 4471.0, 4453.0, 4483.0, 4443.0, 4461.0, 4442.0, 4459.0, 4447.0, 4450.0, 4451.0, 4451.0, 4452.0, 4459.0, 4452.0, 4469.0, 4463.0, 4474.0, 4465.0, 4457.0, 4478.0, 4479.0, 4478.0, 4492.0, 4488.0, 4492.0, 4491.0, 4494.0, 4488.0, 4479.0, 4489.0, 4467.0, 4485.0, 4467.0, 4485.0, 4466.0, 4473.0, 4464.0, 4454.0, 4464.0, 4477.0, 4499.0, 4480.0, 4477.0, 4489.0, 4468.0, 4480.0, 4491.0, 4480.0, 4504.0, 4503.0, 4494.0, 4500.0, 4492.0, 4510.0, 4478.0, 4495.0, 4482.0, 4480.0, 4451.0, 4469.0, 4462.0, 4462.0, 4451.0, 4461.0, 4483.0, 4452.0, 4462.0, 4452.0, 4463.0, 4463.0, 4474.0, 4462.0, 4473.0, 4468.0, 4463.0, 4462.0, 4463.0, 4453.0, 4472.0, 4452.0, 4470.0, 4450.0, 4469.0, 4449.0, 4458.0, 4460.0, 4449.0, 4456.0, 4463.0, 4462.0, 4475.0, 4453.0, 4464.0, 4475.0, 4478.0, 4475.0, 4475.0, 4452.0, 4463.0, 4440.0, 4461.0, 4452.0, 4462.0, 4462.0, 4465.0, 4466.0, 4473.0, 4480.0, 4475.0, 4475.0, 4471.0, 4473.0, 4462.0, 4461.0, 4454.0, 4463.0, 4464.0, 4463.0, 4486.0, 4477.0, 4501.0, 4459.0, 4491.0, 4490.0, 4491.0, 4504.0, 4490.0, 4496.0, 4491.0, 4490.0, 4490.0, 4501.0, 4480.0, 4501.0, 4503.0, 4502.0, 4460.0, 4445.0, 4314.0, 4424.0, 4392.0, 4397.0, 4399.0, 4392.0, 4398.0, 4409.0, 4402.0, 4415.0, 4393.0, 4399.0, 4368.0, 4417.0, 4392.0, 4406.0, 4395.0, 4371.0, 4393.0, 4360.0, 4381.0, 4363.0, 4391.0, 4353.0, 4379.0, 4368.0, 4350.0, 4368.0, 4358.0, 4377.0, 4348.0, 4347.0, 4339.0, 4360.0, 4372.0, 4363.0, 4383.0, 4363.0, 4371.0, 4357.0, 4367.0, 4389.0, 4391.0, 4410.0, 4392.0, 4420.0, 4405.0, 4412.0, 4394.0, 4415.0, 4421.0, 4411.0, 4432.0, 4410.0, 4421.0, 4424.0, 4457.0, 4441.0, 4481.0, 4461.0, 4493.0, 4459.0, 4471.0, 4438.0, 4468.0, 4424.0, 4467.0, 4435.0, 4467.0, 4446.0, 4457.0, 4447.0, 4436.0, 4469.0, 4451.0, 4479.0, 4459.0, 4447.0], 'WindowWidth': [9858.0, 9771.0, 9760.0, 9792.0, 9892.0, 9953.0, 9948.0, 9885.0, 9858.0, 9818.0, 9808.0, 9772.0, 9572.0, 9740.0, 9713.0, 9574.0, 9828.0, 9846.0, 9775.0, 9820.0, 9765.0, 9729.0, 9721.0, 9698.0, 9681.0, 9635.0, 9656.0, 9647.0, 9670.0, 9710.0, 9688.0, 9678.0, 9710.0, 9733.0, 9706.0, 9715.0, 9732.0, 9730.0, 9699.0, 9737.0, 9714.0, 9692.0, 9736.0, 9695.0, 9753.0, 9696.0, 9732.0, 9697.0, 9715.0, 9697.0, 9717.0, 9712.0, 9704.0, 9708.0, 9693.0, 9724.0, 9698.0, 9749.0, 9698.0, 9750.0, 9701.0, 9737.0, 9720.0, 9701.0, 9716.0, 9703.0, 9765.0, 9725.0, 9765.0, 9725.0, 9759.0, 9738.0, 9760.0, 9740.0, 9781.0, 9743.0, 9781.0, 9747.0, 9778.0, 9741.0, 9778.0, 9732.0, 9777.0, 9751.0, 9773.0, 9780.0, 9770.0, 9798.0, 9777.0, 9805.0, 9789.0, 9819.0, 9801.0, 9831.0, 9821.0, 9839.0, 9818.0, 9848.0, 9796.0, 9830.0, 9788.0, 9824.0, 9785.0, 9779.0, 9782.0, 9770.0, 9807.0, 9785.0, 9819.0, 9778.0, 9776.0, 9792.0, 9795.0, 9826.0, 9817.0, 9819.0, 9815.0, 9829.0, 9792.0, 9812.0, 9793.0, 9815.0, 9780.0, 9809.0, 9777.0, 9781.0, 9756.0, 9776.0, 9752.0, 9784.0, 9773.0, 9774.0, 9780.0, 9767.0, 9790.0, 9806.0, 9806.0, 9826.0, 9826.0, 9811.0, 9822.0, 9807.0, 9814.0, 9803.0, 9825.0, 9793.0, 9795.0, 9782.0, 9798.0, 9768.0, 9799.0, 9781.0, 9797.0, 9764.0, 9793.0, 9778.0, 9798.0, 9817.0, 9782.0, 9803.0, 9810.0, 9814.0, 9816.0, 9828.0, 9853.0, 9848.0, 9840.0, 9838.0, 9871.0, 9823.0, 9858.0, 9834.0, 9855.0, 9830.0, 9828.0, 9810.0, 9839.0, 9795.0, 9840.0, 9810.0, 9850.0, 9808.0, 9833.0, 9821.0, 9829.0, 9802.0, 9783.0, 9804.0, 9812.0, 9818.0, 9803.0, 9830.0, 9818.0, 9829.0, 9824.0, 9816.0, 9807.0, 9818.0, 9822.0, 9786.0, 9800.0, 9787.0, 9819.0, 9794.0, 9850.0, 9802.0, 9867.0, 9791.0, 9833.0, 9793.0, 9820.0, 9821.0, 9816.0, 9820.0, 9807.0, 9831.0, 9836.0, 9839.0, 9848.0, 9872.0, 9862.0, 9855.0, 9862.0, 9869.0, 9863.0, 9866.0, 9855.0, 9865.0, 9848.0, 9855.0, 9847.0, 9851.0, 9831.0, 9828.0, 9819.0, 9833.0, 9842.0, 9809.0, 9852.0, 9820.0, 9834.0, 9820.0, 9835.0, 9828.0, 9819.0, 9809.0, 9821.0, 9822.0, 9803.0, 9833.0, 9820.0, 9838.0, 9838.0, 9842.0, 9834.0, 9816.0, 9792.0, 9817.0, 9806.0, 9811.0, 9821.0, 9820.0, 9834.0, 9826.0, 9823.0, 9846.0, 9814.0, 9815.0, 9837.0, 9831.0, 9829.0, 9851.0, 9832.0, 9841.0, 9853.0, 9845.0, 9865.0, 9846.0, 9835.0, 9830.0, 9863.0, 9810.0, 9852.0, 9821.0, 9857.0, 9842.0, 9835.0, 9825.0, 9823.0, 9812.0, 9809.0, 9825.0, 9826.0, 9859.0, 9848.0, 9841.0, 9842.0, 9823.0, 9815.0, 9828.0, 9829.0, 9817.0, 9860.0, 9842.0, 9862.0, 9835.0, 9858.0, 9853.0, 9858.0, 9848.0, 9856.0, 9846.0, 9859.0, 9819.0, 9810.0, 9823.0, 9797.0, 9827.0, 9832.0, 9844.0, 9849.0, 9840.0, 9831.0, 9822.0, 9839.0, 9858.0, 9859.0, 9878.0, 9871.0, 9878.0, 9874.0, 9867.0, 9887.0, 9810.0, 9740.0, 9695.0, 9681.0, 9701.0, 9729.0, 9673.0, 9614.0, 9606.0, 9678.0, 9704.0, 9755.0, 9754.0, 9753.0, 9769.0, 9729.0, 9708.0, 9727.0, 9748.0, 9718.0, 9698.0, 9732.0, 9744.0, 9720.0, 9696.0, 9726.0, 9707.0, 9681.0, 9704.0, 9707.0, 9700.0, 9708.0, 9689.0, 9700.0, 9718.0, 9706.0, 9735.0, 9726.0, 9737.0, 9733.0, 9767.0, 9748.0, 9756.0, 9745.0, 9781.0, 9790.0, 9778.0, 9773.0, 9819.0, 9825.0, 9832.0, 9851.0, 9829.0, 9828.0, 9822.0, 9818.0, 9837.0, 9777.0, 9814.0, 9793.0, 9796.0, 9741.0, 9703.0, 9580.0, 9674.0, 9723.0, 9688.0, 9754.0, 9798.0, 9781.0, 9831.0, 9858.0, 9927.0, 9938.0, 9959.0, 9887.0, 9828.0, 9797.0, 9836.0, 9819.0, 9754.0, 9622.0, 9743.0, 9503.0, 9564.0, 9669.0, 9607.0, 9576.0, 9594.0, 9603.0, 9539.0, 9596.0, 9549.0, 9544.0, 9540.0, 9559.0, 9562.0, 9549.0, 9547.0, 9554.0, 9572.0, 9557.0, 9587.0, 9583.0, 9609.0, 9599.0, 9625.0, 9667.0, 9701.0, 9682.0, 9628.0, 9633.0, 9651.0, 9672.0, 9694.0, 9727.0, 9721.0, 9689.0, 9716.0, 9729.0, 9747.0, 9719.0, 9740.0, 9755.0, 9777.0, 9739.0, 9760.0, 9739.0, 9777.0, 9755.0, 9777.0, 9773.0, 9771.0, 9776.0, 9771.0, 9758.0, 9752.0, 9773.0, 9757.0, 9774.0, 9738.0, 9776.0, 9740.0, 9782.0, 9737.0, 9761.0, 9736.0, 9759.0, 9764.0, 9737.0, 9727.0, 9742.0, 9745.0, 9751.0, 9763.0, 9773.0, 9787.0, 9775.0, 9781.0, 9786.0, 9784.0, 9785.0, 9773.0, 9790.0, 9754.0, 9781.0, 9765.0, 9780.0, 9768.0, 9780.0, 9755.0, 9798.0, 9773.0, 9779.0, 9770.0, 9754.0, 9773.0, 9772.0, 9786.0, 9778.0, 9808.0, 9772.0, 9794.0, 9802.0, 9787.0, 9787.0, 9791.0, 9810.0, 9777.0, 9802.0, 9760.0, 9811.0, 9772.0, 9810.0, 9773.0, 9807.0, 9787.0, 9777.0, 9768.0, 9739.0, 9768.0, 9758.0, 9783.0, 9760.0, 9799.0, 9779.0, 9763.0, 9779.0, 9781.0, 9826.0, 9802.0, 9823.0, 9814.0, 9807.0, 9783.0, 9798.0, 9793.0, 9778.0, 9820.0, 9778.0, 9814.0, 9789.0, 9798.0, 9776.0, 9774.0, 9802.0, 9780.0, 9818.0, 9808.0, 9788.0, 9781.0, 9779.0, 9795.0, 9804.0, 9825.0, 9828.0, 9822.0, 9793.0, 9752.0, 9799.0, 9793.0, 9823.0, 9797.0, 9803.0, 9837.0, 9801.0, 9869.0, 9814.0, 9805.0, 9790.0, 9780.0, 9815.0, 9771.0, 9848.0, 9772.0, 9807.0, 9767.0, 9775.0, 9785.0, 9760.0, 9798.0, 9775.0, 9801.0, 9825.0, 9762.0, 9794.0, 9806.0, 9819.0, 9826.0, 9787.0, 9766.0, 9729.0, 9714.0, 9707.0, 9704.0, 9646.0, 9586.0, 9587.0, 9619.0, 9656.0, 9629.0, 9704.0, 9644.0, 9660.0, 9748.0, 9686.0, 9736.0, 9745.0, 9748.0, 9768.0, 9750.0, 9695.0, 9725.0, 9717.0, 9706.0, 9729.0, 9713.0, 9682.0, 9719.0, 9697.0, 9684.0, 9732.0, 9686.0, 9713.0, 9695.0, 9685.0, 9715.0, 9705.0, 9674.0, 9726.0, 9727.0, 9729.0, 9714.0, 9744.0, 9737.0, 9744.0, 9752.0, 9721.0, 9737.0, 9736.0, 9751.0, 9743.0, 9768.0, 9783.0, 9773.0, 9780.0, 9762.0, 9777.0, 9763.0, 9789.0, 9786.0, 9767.0, 9784.0, 9793.0, 9811.0, 9800.0, 9835.0, 9809.0, 9818.0, 9806.0, 9801.0, 9798.0, 9800.0, 9813.0, 9811.0, 9828.0, 9829.0, 9795.0, 9818.0, 9818.0, 9843.0, 9812.0, 9847.0, 9794.0, 9816.0, 9801.0, 9811.0, 9823.0, 9766.0, 9832.0, 9773.0, 9791.0, 9763.0, 9757.0, 9798.0, 9742.0, 9796.0, 9762.0, 9753.0, 9754.0, 9751.0, 9783.0, 9764.0, 9778.0, 9758.0, 9765.0, 9737.0, 9760.0, 9755.0, 9756.0, 9773.0, 9796.0, 9816.0, 9825.0, 9803.0, 9830.0, 9802.0, 9850.0, 9834.0, 9866.0, 9816.0, 9838.0, 9821.0, 9842.0, 9826.0, 9840.0, 9807.0, 9845.0, 9815.0, 9849.0, 9829.0, 9845.0, 9848.0, 9860.0, 9844.0, 9842.0, 9860.0, 9831.0, 9841.0, 9828.0, 9842.0, 9822.0, 9869.0, 9805.0, 9832.0, 9817.0, 9829.0, 9830.0, 9832.0, 9818.0, 9783.0, 9812.0, 9797.0, 9810.0, 9777.0, 9836.0, 9791.0, 9822.0, 9811.0, 9805.0, 9857.0, 9850.0, 9792.0, 9786.0, 9785.0, 9803.0, 9788.0, 9805.0, 9825.0, 9817.0, 9848.0, 9818.0, 9821.0, 9774.0, 9759.0, 9757.0, 9788.0, 9746.0, 9771.0, 9761.0, 9744.0, 9811.0, 9798.0, 9802.0, 9755.0, 9739.0, 9793.0, 9756.0, 9744.0, 9728.0, 9740.0, 9793.0, 9817.0, 9794.0, 9580.0, 9810.0, 9638.0, 9580.0, 9617.0, 9631.0, 9629.0, 9648.0, 9644.0, 9654.0, 9669.0, 9662.0, 9662.0, 9700.0, 9754.0, 9762.0, 9747.0, 9733.0, 9725.0, 9696.0, 9760.0, 9727.0, 9755.0, 9773.0, 9749.0, 9767.0, 9743.0, 9778.0, 9737.0, 9743.0, 9773.0, 9760.0, 9746.0, 9764.0, 9728.0, 9761.0, 9710.0, 9744.0, 9731.0, 9764.0, 9727.0, 9762.0, 9729.0, 9761.0, 9725.0, 9761.0, 9729.0, 9747.0, 9747.0, 9751.0, 9745.0, 9747.0, 9750.0, 9794.0, 9782.0, 9760.0, 9772.0, 9781.0, 9801.0, 9804.0, 9819.0, 9805.0, 9794.0, 9825.0, 9808.0, 9824.0, 9816.0, 9835.0, 9834.0, 9857.0, 9848.0, 9857.0, 9847.0, 9850.0, 9809.0, 9826.0, 9809.0, 9824.0, 9803.0, 9784.0, 9805.0, 9819.0, 9803.0, 9795.0, 9815.0, 9807.0, 9834.0, 9831.0, 9836.0, 9845.0, 9821.0, 9813.0, 9841.0, 9809.0, 9820.0, 9836.0, 9825.0, 9839.0, 9838.0, 9848.0, 9822.0, 9816.0, 9825.0, 9839.0, 9829.0, 9827.0, 9852.0, 9841.0, 9854.0, 9829.0, 9823.0, 9829.0, 9824.0, 9824.0, 9823.0, 9821.0, 9839.0, 9834.0, 9826.0, 9848.0, 9840.0, 9833.0, 9820.0, 9833.0, 9837.0, 9817.0, 9807.0, 9822.0, 9826.0, 9822.0, 9826.0, 9836.0, 9848.0, 9840.0, 9835.0, 9841.0, 9821.0, 9824.0, 9821.0, 9824.0, 9825.0, 9835.0, 9838.0, 9850.0, 9845.0, 9852.0, 9830.0, 9825.0, 9840.0, 9833.0, 9825.0, 9839.0, 9851.0, 9842.0, 9835.0, 9838.0, 9835.0, 9812.0, 9824.0, 9824.0, 9810.0, 9828.0, 9829.0, 9851.0, 9843.0, 9856.0, 9847.0, 9837.0, 9844.0, 9825.0, 9815.0, 9839.0, 9845.0, 9806.0, 9822.0, 9838.0, 9831.0, 9826.0, 9821.0, 9815.0, 9830.0, 9846.0, 9863.0, 9846.0, 9837.0, 9851.0, 9856.0, 9868.0, 9869.0, 9869.0, 9862.0, 9862.0, 9859.0, 9863.0, 9843.0, 9833.0, 9842.0, 9841.0, 9838.0, 9834.0, 9835.0, 9848.0, 9834.0, 9835.0, 9807.0, 9821.0, 9839.0, 9843.0, 9837.0, 9819.0, 9833.0, 9847.0, 9848.0, 9861.0, 9864.0, 9858.0, 9842.0, 9867.0, 9845.0, 9848.0, 9826.0, 9845.0, 9821.0, 9829.0, 9816.0, 9812.0, 9814.0, 9812.0, 9798.0, 9814.0, 9841.0, 9834.0, 9832.0, 9831.0, 9827.0, 9791.0, 9820.0, 9821.0, 9817.0, 9820.0, 9838.0, 9843.0, 9837.0, 9834.0, 9810.0, 9810.0, 9821.0, 9822.0, 9828.0, 9845.0, 9866.0, 9845.0, 9837.0, 9816.0, 9828.0, 9827.0, 9824.0, 9834.0, 9847.0, 9831.0, 9823.0, 9839.0, 9820.0, 9825.0, 9815.0, 9821.0, 9838.0, 9733.0, 9775.0, 9751.0, 9759.0, 9802.0, 9765.0, 9777.0, 9752.0, 9785.0, 9772.0, 9794.0, 9784.0, 9825.0, 9823.0, 9798.0, 9823.0, 9776.0, 9824.0, 9800.0, 9820.0, 9830.0, 9817.0, 9745.0, 9738.0, 9730.0, 9827.0, 9715.0, 9735.0, 9773.0, 9734.0, 9768.0, 9749.0, 9760.0, 9809.0, 9824.0, 9744.0, 9714.0, 9722.0, 9761.0, 9738.0, 9762.0, 9789.0, 9752.0, 9781.0, 9782.0, 9757.0, 9809.0, 9776.0, 9796.0, 9772.0, 9781.0, 9809.0, 9798.0, 9822.0, 9803.0, 9823.0, 9803.0, 9840.0, 9787.0, 9808.0, 9786.0, 9804.0, 9793.0, 9794.0, 9798.0, 9795.0, 9799.0, 9805.0, 9799.0, 9819.0, 9814.0, 9831.0, 9823.0, 9815.0, 9845.0, 9850.0, 9847.0, 9870.0, 9859.0, 9869.0, 9865.0, 9874.0, 9859.0, 9848.0, 9859.0, 9827.0, 9848.0, 9828.0, 9847.0, 9825.0, 9830.0, 9820.0, 9808.0, 9821.0, 9839.0, 9878.0, 9851.0, 9844.0, 9862.0, 9834.0, 9851.0, 9868.0, 9851.0, 9891.0, 9885.0, 9875.0, 9878.0, 9870.0, 9890.0, 9846.0, 9864.0, 9847.0, 9835.0, 9797.0, 9819.0, 9812.0, 9811.0, 9799.0, 9812.0, 9843.0, 9800.0, 9813.0, 9800.0, 9816.0, 9817.0, 9834.0, 9816.0, 9831.0, 9827.0, 9819.0, 9814.0, 9818.0, 9800.0, 9827.0, 9799.0, 9821.0, 9792.0, 9820.0, 9791.0, 9800.0, 9807.0, 9791.0, 9804.0, 9815.0, 9813.0, 9833.0, 9804.0, 9821.0, 9837.0, 9846.0, 9837.0, 9835.0, 9800.0, 9815.0, 9780.0, 9811.0, 9800.0, 9813.0, 9814.0, 9820.0, 9823.0, 9829.0, 9842.0, 9833.0, 9833.0, 9824.0, 9828.0, 9810.0, 9809.0, 9805.0, 9816.0, 9819.0, 9816.0, 9851.0, 9843.0, 9880.0, 9821.0, 9866.0, 9863.0, 9868.0, 9888.0, 9865.0, 9872.0, 9866.0, 9863.0, 9865.0, 9881.0, 9851.0, 9879.0, 9888.0, 9887.0, 9808.0, 9792.0, 9550.0, 9757.0, 9684.0, 9702.0, 9695.0, 9686.0, 9686.0, 9703.0, 9702.0, 9722.0, 9688.0, 9693.0, 9649.0, 9711.0, 9685.0, 9694.0, 9677.0, 9640.0, 9670.0, 9622.0, 9651.0, 9628.0, 9666.0, 9618.0, 9646.0, 9634.0, 9611.0, 9633.0, 9618.0, 9641.0, 9605.0, 9603.0, 9595.0, 9626.0, 9646.0, 9636.0, 9660.0, 9637.0, 9643.0, 9632.0, 9649.0, 9683.0, 9686.0, 9713.0, 9691.0, 9733.0, 9714.0, 9717.0, 9698.0, 9729.0, 9747.0, 9735.0, 9764.0, 9734.0, 9749.0, 9759.0, 9808.0, 9792.0, 9847.0, 9820.0, 9867.0, 9815.0, 9830.0, 9784.0, 9823.0, 9758.0, 9818.0, 9776.0, 9819.0, 9792.0, 9811.0, 9797.0, 9781.0, 9830.0, 9808.0, 9843.0, 9814.0, 9796.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.006937728635682158</td></tr>
<tr><td colspan=3>aqi</td><td>0.13663526484257874</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>48.69251033713431</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0953889757164288</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.998989790307576</td></tr>
<tr><td colspan=3>efc</td><td>0.5486</td></tr>
<tr><td colspan=3>fber</td><td>2461.5051</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2568015417820491</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>314</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>23.53823088455772</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6758575095213906</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5036425766721457</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.964333474779328</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5595964771126978</td></tr>
<tr><td colspan=3>gcor</td><td>0.0221279</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01727285236120224</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.06919340044260025</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>4.973052269833714</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>15.4244</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>78.5068</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>273.6768</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>75.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>284297.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1201.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>452.7657</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.8857</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>456.5535</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3609.4956</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3714.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92247.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1920.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4516.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>746.821</td></tr>
<tr><td colspan=3>tsnr</td><td>17.706409147940576</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>