<?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-0003_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-0003_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-0003_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-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0003/figures/sub-0003_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-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003/ses-03/func/sub-0003_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>e59e5757711ff5af0a70783025ef44a5</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>13:39:1.720000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999663, 0.0199532, 0.0165818, -0.02094, 0.997879, 0.0616367]</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.112875</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>[4164, -7737, -7211, 506, -21, 0, 3, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>248.321</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fe2f14e1-a85d-434d-9f6c-1d6cef28f6ff||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682023763656616, -0.05618039518594742, 0.04135528951883316, 114.60176086425781], [-0.05353295058012009, 2.677236318588257, 0.16730061173439026, -97.16290283203125], [0.044487740844488144, -0.16536679863929749, 2.6944944858551025, -34.367713928222656], [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': ['133901.720000', '133902.180000', '133902.640000', '133903.100000', '133903.560000', '133904.020000', '133904.480000', '133904.940000', '133905.400000', '133905.860000', '133906.320000', '133906.780000', '133907.240000', '133907.700000', '133908.160000', '133908.620000', '133909.080000', '133909.540000', '133910.000000', '133910.460000', '133910.920000', '133911.380000', '133911.840000', '133912.300000', '133912.760000', '133913.220000', '133913.680000', '133914.140000', '133914.600000', '133915.060000', '133915.520000', '133915.980000', '133916.440000', '133916.900000', '133917.360000', '133917.820000', '133918.280000', '133918.740000', '133919.200000', '133919.660000', '133920.120000', '133920.580000', '133921.040000', '133921.500000', '133921.960000', '133922.420000', '133922.880000', '133923.340000', '133923.800000', '133924.260000', '133924.720000', '133925.180000', '133925.640000', '133926.100000', '133926.560000', '133927.020000', '133927.480000', '133927.940000', '133928.400000', '133928.860000', '133929.320000', '133929.780000', '133930.240000', '133930.700000', '133931.160000', '133931.620000', '133932.080000', '133932.540000', '133933.000000', '133933.460000', '133933.920000', '133934.380000', '133934.840000', '133935.300000', '133935.760000', '133936.220000', '133936.680000', '133937.140000', '133937.600000', '133938.060000', '133938.520000', '133938.980000', '133939.440000', '133939.900000', '133940.360000', '133940.820000', '133941.280000', '133941.740000', '133942.200000', '133942.660000', '133943.120000', '133943.580000', '133944.040000', '133944.500000', '133944.960000', '133945.420000', '133945.880000', '133946.340000', '133946.800000', '133947.260000', '133947.720000', '133948.180000', '133948.640000', '133949.100000', '133949.560000', '133950.020000', '133950.480000', '133950.940000', '133951.400000', '133951.860000', '133952.320000', '133952.780000', '133953.240000', '133953.700000', '133954.160000', '133954.620000', '133955.080000', '133955.540000', '133956.000000', '133956.460000', '133956.920000', '133957.380000', '133957.840000', '133958.300000', '133958.760000', '133959.220000', '133959.680000', '134000.140000', '134000.600000', '134001.060000', '134001.520000', '134001.980000', '134002.440000', '134002.900000', '134003.360000', '134003.820000', '134004.280000', '134004.740000', '134005.200000', '134005.660000', '134006.120000', '134006.580000', '134007.040000', '134007.500000', '134007.960000', '134008.420000', '134008.880000', '134009.340000', '134009.800000', '134010.260000', '134010.720000', '134011.180000', '134011.640000', '134012.100000', '134012.560000', '134013.020000', '134013.480000', '134013.940000', '134014.400000', '134014.860000', '134015.320000', '134015.780000', '134016.240000', '134016.700000', '134017.160000', '134017.620000', '134018.080000', '134018.540000', '134019.000000', '134019.460000', '134019.920000', '134020.380000', '134020.840000', '134021.300000', '134021.760000', '134022.220000', '134022.680000', '134023.140000', '134023.600000', '134024.060000', '134024.520000', '134024.980000', '134025.440000', '134025.900000', '134026.360000', '134026.820000', '134027.280000', '134027.740000', '134028.200000', '134028.660000', '134029.120000', '134029.580000', '134030.040000', '134030.500000', '134030.960000', '134031.420000', '134031.880000', '134032.340000', '134032.800000', '134033.260000', '134033.720000', '134034.180000', '134034.640000', '134035.100000', '134035.560000', '134036.020000', '134036.480000', '134036.940000', '134037.400000', '134037.860000', '134038.320000', '134038.780000', '134039.240000', '134039.700000', '134040.160000', '134040.620000', '134041.080000', '134041.540000', '134042.000000', '134042.460000', '134042.920000', '134043.380000', '134043.840000', '134044.300000', '134044.760000', '134045.220000', '134045.680000', '134046.140000', '134046.600000', '134047.060000', '134047.520000', '134047.980000', '134048.440000', '134048.900000', '134049.360000', '134049.820000', '134050.280000', '134050.740000', '134051.200000', '134051.660000', '134052.120000', '134052.580000', '134053.040000', '134053.500000', '134053.960000', '134054.420000', '134054.880000', '134055.340000', '134055.800000', '134056.260000', '134056.720000', '134057.180000', '134057.640000', '134058.100000', '134058.560000', '134059.020000', '134059.480000', '134059.940000', '134100.400000', '134100.860000', '134101.320000', '134101.780000', '134102.240000', '134102.700000', '134103.160000', '134103.620000', '134104.080000', '134104.540000', '134105.000000', '134105.460000', '134105.920000', '134106.380000', '134106.840000', '134107.300000', '134107.760000', '134108.220000', '134108.680000', '134109.140000', '134109.600000', '134110.060000', '134110.520000', '134110.980000', '134111.440000', '134111.900000', '134112.360000', '134112.820000', '134113.280000', '134113.740000', '134114.200000', '134114.660000', '134115.120000', '134115.580000', '134116.040000', '134116.500000', '134116.960000', '134117.420000', '134117.880000', '134118.340000', '134118.800000', '134119.260000', '134119.720000', '134120.180000', '134120.640000', '134121.100000', '134121.560000', '134122.020000', '134122.480000', '134122.940000', '134123.400000', '134123.860000', '134124.320000', '134124.780000', '134125.240000', '134125.700000', '134126.160000', '134126.620000', '134127.080000', '134127.540000', '134128.000000', '134128.460000', '134128.920000', '134129.380000', '134129.840000', '134130.300000', '134130.760000', '134131.220000', '134131.680000', '134132.140000', '134132.600000', '134133.060000', '134133.520000', '134133.980000', '134134.440000', '134134.900000', '134135.360000', '134135.820000', '134136.280000', '134136.740000', '134137.200000', '134137.660000', '134138.120000', '134138.580000', '134139.040000', '134139.500000', '134139.960000', '134140.420000', '134140.880000', '134141.340000', '134141.800000', '134142.260000', '134142.720000', '134143.180000', '134143.640000', '134144.100000', '134144.560000', '134145.020000', '134145.480000', '134145.940000', '134146.400000', '134146.860000', '134147.320000', '134147.780000', '134148.240000', '134148.700000', '134149.160000', '134149.620000', '134150.080000', '134150.540000', '134151.000000', '134151.460000', '134151.920000', '134152.380000', '134152.840000', '134153.300000', '134153.760000', '134154.220000', '134154.680000', '134155.140000', '134155.600000', '134156.060000', '134156.520000', '134156.980000', '134157.440000', '134157.900000', '134158.360000', '134158.820000', '134159.280000', '134159.740000', '134200.200000', '134200.660000', '134201.120000', '134201.580000', '134202.040000', '134202.500000', '134202.960000', '134203.420000', '134203.880000', '134204.340000', '134204.800000', '134205.260000', '134205.720000', '134206.180000', '134206.640000', '134207.100000', '134207.560000', '134208.020000', '134208.480000', '134208.940000', '134209.400000', '134209.860000', '134210.320000', '134210.780000', '134211.240000', '134211.700000', '134212.160000', '134212.620000', '134213.080000', '134213.540000', '134214.000000', '134214.460000', '134214.920000', '134215.380000', '134215.840000', '134216.300000', '134216.760000', '134217.220000', '134217.680000', '134218.140000', '134218.600000', '134219.060000', '134219.520000', '134219.980000', '134220.440000', '134220.900000', '134221.360000', '134221.820000', '134222.280000', '134222.740000', '134223.200000', '134223.660000', '134224.120000', '134224.580000', '134225.040000', '134225.500000', '134225.960000', '134226.420000', '134226.880000', '134227.340000', '134227.800000', '134228.260000', '134228.720000', '134229.180000', '134229.640000', '134230.100000', '134230.560000', '134231.020000', '134231.480000', '134231.940000', '134232.400000', '134232.860000', '134233.320000', '134233.780000', '134234.240000', '134234.700000', '134235.160000', '134235.620000', '134236.080000', '134236.540000', '134237.000000', '134237.460000', '134237.920000', '134238.380000', '134238.840000', '134239.300000', '134239.760000', '134240.220000', '134240.680000', '134241.140000', '134241.600000', '134242.060000', '134242.520000', '134242.980000', '134243.440000', '134243.900000', '134244.360000', '134244.820000', '134245.280000', '134245.740000', '134246.200000', '134246.660000', '134247.120000', '134247.580000', '134248.040000', '134248.500000', '134248.960000', '134249.420000', '134249.880000', '134250.340000', '134250.800000', '134251.260000', '134251.720000', '134252.180000', '134252.640000', '134253.100000', '134253.560000', '134254.020000', '134254.480000', '134254.940000', '134255.400000', '134255.860000', '134256.320000', '134256.780000', '134257.240000', '134257.700000', '134258.160000', '134258.620000', '134259.080000', '134259.540000', '134300.000000', '134300.460000', '134300.920000', '134301.380000', '134301.840000', '134302.300000', '134302.760000', '134303.220000', '134303.680000', '134304.140000', '134304.600000', '134305.060000', '134305.520000', '134305.980000', '134306.440000', '134306.900000', '134307.360000', '134307.820000', '134308.280000', '134308.740000', '134309.200000', '134309.660000', '134310.120000', '134310.580000', '134311.040000', '134311.500000', '134311.960000', '134312.420000', '134312.880000', '134313.340000', '134313.800000', '134314.260000', '134314.720000', '134315.180000', '134315.640000', '134316.100000', '134316.560000', '134317.020000', '134317.480000', '134317.940000', '134318.400000', '134318.860000', '134319.320000', '134319.780000', '134320.240000', '134320.700000', '134321.160000', '134321.620000', '134322.080000', '134322.540000', '134323.000000', '134323.460000', '134323.920000', '134324.380000', '134324.840000', '134325.300000', '134325.760000', '134326.220000', '134326.680000', '134327.140000', '134327.600000', '134328.060000', '134328.520000', '134328.980000', '134329.440000', '134329.900000', '134330.360000', '134330.820000', '134331.280000', '134331.740000', '134332.200000', '134332.660000', '134333.120000', '134333.580000', '134334.040000', '134334.500000', '134334.960000', '134335.420000', '134335.880000', '134336.340000', '134336.800000', '134337.260000', '134337.720000', '134338.180000', '134338.640000', '134339.100000', '134339.560000', '134340.020000', '134340.480000', '134340.940000', '134341.400000', '134341.860000', '134342.320000', '134342.780000', '134343.240000', '134343.700000', '134344.160000', '134344.620000', '134345.080000', '134345.540000', '134346.000000', '134346.460000', '134346.920000', '134347.380000', '134347.840000', '134348.300000', '134348.760000', '134349.220000', '134349.680000', '134350.140000', '134350.600000', '134351.060000', '134351.520000', '134351.980000', '134352.440000', '134352.900000', '134353.360000', '134353.820000', '134354.280000', '134354.740000', '134355.200000', '134355.660000', '134356.120000', '134356.580000', '134357.040000', '134357.500000', '134357.960000', '134358.420000', '134358.880000', '134359.340000', '134359.800000', '134400.260000', '134400.720000', '134401.180000', '134401.640000', '134402.100000', '134402.560000', '134403.020000', '134403.480000', '134403.940000', '134404.400000', '134404.860000', '134405.320000', '134405.780000', '134406.240000', '134406.700000', '134407.160000', '134407.620000', '134408.080000', '134408.540000', '134409.000000', '134409.460000', '134409.920000', '134410.380000', '134410.840000', '134411.300000', '134411.760000', '134412.220000', '134412.680000', '134413.140000', '134413.600000', '134414.060000', '134414.520000', '134414.980000', '134415.440000', '134415.900000', '134416.360000', '134416.820000', '134417.280000', '134417.740000', '134418.200000', '134418.660000', '134419.120000', '134419.580000', '134420.040000', '134420.500000', '134420.960000', '134421.420000', '134421.880000', '134422.340000', '134422.800000', '134423.260000', '134423.720000', '134424.180000', '134424.640000', '134425.100000', '134425.560000', '134426.020000', '134426.480000', '134426.940000', '134427.400000', '134427.860000', '134428.320000', '134428.780000', '134429.240000', '134429.700000', '134430.160000', '134430.620000', '134431.080000', '134431.540000', '134432.000000', '134432.460000', '134432.920000', '134433.380000', '134433.840000', '134434.300000', '134434.760000', '134435.220000', '134435.680000', '134436.140000', '134436.600000', '134437.060000', '134437.520000', '134437.980000', '134438.440000', '134438.900000', '134439.360000', '134439.820000', '134440.280000', '134440.740000', '134441.200000', '134441.660000', '134442.120000', '134442.580000', '134443.040000', '134443.500000', '134443.960000', '134444.420000', '134444.880000', '134445.340000', '134445.800000', '134446.260000', '134446.720000', '134447.180000', '134447.640000', '134448.100000', '134448.560000', '134449.020000', '134449.480000', '134449.940000', '134450.400000', '134450.860000', '134451.320000', '134451.780000', '134452.240000', '134452.700000', '134453.160000', '134453.620000', '134454.080000', '134454.540000', '134455.000000', '134455.460000', '134455.920000', '134456.380000', '134456.840000', '134457.300000', '134457.760000', '134458.220000', '134458.680000', '134459.140000', '134459.600000', '134500.060000', '134500.520000', '134500.980000', '134501.440000', '134501.900000', '134502.360000', '134502.820000', '134503.280000', '134503.740000', '134504.200000', '134504.660000', '134505.120000', '134505.580000', '134506.040000', '134506.500000', '134506.960000', '134507.420000', '134507.880000', '134508.340000', '134508.800000', '134509.260000', '134509.720000', '134510.180000', '134510.640000', '134511.100000', '134511.560000', '134512.020000', '134512.480000', '134512.940000', '134513.400000', '134513.860000', '134514.320000', '134514.780000', '134515.240000', '134515.700000', '134516.160000', '134516.620000', '134517.080000', '134517.540000', '134518.000000', '134518.460000', '134518.920000', '134519.380000', '134519.840000', '134520.300000', '134520.760000', '134521.220000', '134521.680000', '134522.140000', '134522.600000', '134523.060000', '134523.520000', '134523.980000', '134524.440000', '134524.900000', '134525.360000', '134525.820000', '134526.280000', '134526.740000', '134527.200000', '134527.660000', '134528.120000', '134528.580000', '134529.040000', '134529.500000', '134529.960000', '134530.420000', '134530.880000', '134531.340000', '134531.800000', '134532.260000', '134532.720000', '134533.180000', '134533.640000', '134534.100000', '134534.560000', '134535.020000', '134535.480000', '134535.940000', '134536.400000', '134536.860000', '134537.320000', '134537.780000', '134538.240000', '134538.700000', '134539.160000', '134539.620000', '134540.080000', '134540.540000', '134541.000000', '134541.460000', '134541.920000', '134542.380000', '134542.840000', '134543.300000', '134543.760000', '134544.220000', '134544.680000', '134545.140000', '134545.600000', '134546.060000', '134546.520000', '134546.980000', '134547.440000', '134547.900000', '134548.360000', '134548.820000', '134549.280000', '134549.740000', '134550.200000', '134550.660000', '134551.120000', '134551.580000', '134552.040000', '134552.500000', '134552.960000', '134553.420000', '134553.880000', '134554.340000', '134554.800000', '134555.260000', '134555.720000', '134556.180000', '134556.640000', '134557.100000', '134557.560000', '134558.020000', '134558.480000', '134558.940000', '134559.400000', '134559.860000', '134600.320000', '134600.780000', '134601.240000', '134601.700000', '134602.160000', '134602.620000', '134603.080000', '134603.540000', '134604.000000', '134604.460000', '134604.920000', '134605.380000', '134605.840000', '134606.300000', '134606.760000', '134607.220000', '134607.680000', '134608.140000', '134608.600000', '134609.060000', '134609.520000', '134609.980000', '134610.440000', '134610.900000', '134611.360000', '134611.820000', '134612.280000', '134612.740000', '134613.200000', '134613.660000', '134614.120000', '134614.580000', '134615.040000', '134615.500000', '134615.960000', '134616.420000', '134616.880000', '134617.340000', '134617.800000', '134618.260000', '134618.720000', '134619.180000', '134619.640000', '134620.100000', '134620.560000', '134621.020000', '134621.480000', '134621.940000', '134622.400000', '134622.860000', '134623.320000', '134623.780000', '134624.240000', '134624.700000', '134625.160000', '134625.620000', '134626.080000', '134626.540000', '134627.000000', '134627.460000', '134627.920000', '134628.380000', '134628.840000', '134629.300000', '134629.760000', '134630.220000', '134630.680000', '134631.140000', '134631.600000', '134632.060000', '134632.520000', '134632.980000', '134633.440000', '134633.900000', '134634.360000', '134634.820000', '134635.280000', '134635.740000', '134636.200000', '134636.660000', '134637.120000', '134637.580000', '134638.040000', '134638.500000', '134638.960000', '134639.420000', '134639.880000', '134640.340000', '134640.800000', '134641.260000', '134641.720000', '134642.180000', '134642.640000', '134643.100000', '134643.560000', '134644.020000', '134644.480000', '134644.940000', '134645.400000', '134645.860000', '134646.320000', '134646.780000', '134647.240000', '134647.700000', '134648.160000', '134648.620000', '134649.080000', '134649.540000', '134650.000000', '134650.460000', '134650.920000', '134651.380000', '134651.840000', '134652.300000', '134652.760000', '134653.220000', '134653.680000', '134654.140000', '134654.600000', '134655.060000', '134655.520000', '134655.980000', '134656.440000', '134656.900000', '134657.360000', '134657.820000', '134658.280000', '134658.740000', '134659.200000', '134659.660000', '134700.120000', '134700.580000', '134701.040000', '134701.500000', '134701.960000', '134702.420000', '134702.880000', '134703.340000', '134703.800000', '134704.260000', '134704.720000', '134705.180000', '134705.640000', '134706.100000', '134706.560000', '134707.020000', '134707.480000', '134707.940000', '134708.400000', '134708.860000', '134709.320000', '134709.780000', '134710.240000', '134710.700000', '134711.160000', '134711.620000', '134712.080000', '134712.540000', '134713.000000', '134713.460000', '134713.920000', '134714.380000', '134714.840000', '134715.300000', '134715.760000', '134716.220000', '134716.680000', '134717.140000', '134717.600000', '134718.060000', '134718.520000', '134718.980000', '134719.440000', '134719.900000', '134720.360000', '134720.820000', '134721.280000', '134721.740000', '134722.200000', '134722.660000', '134723.120000', '134723.580000', '134724.040000', '134724.500000', '134724.960000', '134725.420000', '134725.880000', '134726.340000', '134726.800000', '134727.260000', '134727.720000', '134728.180000', '134728.640000', '134729.100000', '134729.560000', '134730.020000', '134730.480000', '134730.940000', '134731.400000', '134731.860000', '134732.320000', '134732.780000', '134733.240000', '134733.700000', '134734.160000', '134734.620000', '134735.080000', '134735.540000', '134736.000000', '134736.460000', '134736.920000', '134737.380000', '134737.840000', '134738.300000', '134738.760000', '134739.220000', '134739.680000', '134740.140000', '134740.600000', '134741.060000', '134741.520000', '134741.980000', '134742.440000', '134742.900000', '134743.360000', '134743.820000', '134744.280000', '134744.740000', '134745.200000', '134745.660000', '134746.120000', '134746.580000', '134747.040000', '134747.500000', '134747.960000', '134748.420000', '134748.880000', '134749.340000', '134749.800000', '134750.260000', '134750.720000', '134751.180000', '134751.640000', '134752.100000', '134752.560000', '134753.020000', '134753.480000', '134753.940000', '134754.400000', '134754.860000', '134755.320000', '134755.780000', '134756.240000', '134756.700000', '134757.160000', '134757.620000', '134758.080000', '134758.540000', '134759.000000', '134759.460000', '134759.920000', '134800.380000', '134800.840000', '134801.300000', '134801.760000', '134802.220000', '134802.680000', '134803.140000', '134803.600000', '134804.060000', '134804.520000', '134804.980000', '134805.440000', '134805.900000', '134806.360000', '134806.820000', '134807.280000', '134807.740000', '134808.200000', '134808.660000', '134809.120000', '134809.580000', '134810.040000', '134810.500000', '134810.960000', '134811.420000', '134811.880000', '134812.340000', '134812.800000', '134813.260000', '134813.720000', '134814.180000', '134814.640000', '134815.100000', '134815.560000', '134816.020000', '134816.480000', '134816.940000', '134817.400000', '134817.860000', '134818.320000', '134818.780000', '134819.240000', '134819.700000', '134820.160000', '134820.620000', '134821.080000', '134821.540000', '134822.000000', '134822.460000', '134822.920000', '134823.380000', '134823.840000', '134824.300000', '134824.760000', '134825.220000', '134825.680000', '134826.140000', '134826.600000', '134827.060000', '134827.520000', '134827.980000', '134828.440000', '134828.900000', '134829.360000', '134829.820000', '134830.280000', '134830.740000', '134831.200000', '134831.660000', '134832.120000', '134832.580000', '134833.040000', '134833.500000', '134833.960000', '134834.420000', '134834.880000', '134835.340000', '134835.800000', '134836.260000', '134836.720000', '134837.180000', '134837.640000', '134838.100000', '134838.560000', '134839.020000', '134839.480000', '134839.940000', '134840.400000', '134840.860000', '134841.320000', '134841.780000', '134842.240000', '134842.700000', '134843.160000', '134843.620000', '134844.080000', '134844.540000', '134845.000000', '134845.460000', '134845.920000', '134846.380000', '134846.840000', '134847.300000', '134847.760000', '134848.220000', '134848.680000', '134849.140000', '134849.600000', '134850.060000', '134850.520000', '134850.980000', '134851.440000', '134851.900000', '134852.360000', '134852.820000', '134853.280000', '134853.740000', '134854.200000', '134854.660000', '134855.120000', '134855.580000', '134856.040000', '134856.500000', '134856.960000', '134857.420000', '134857.880000', '134858.340000', '134858.800000', '134859.260000', '134859.720000', '134900.180000', '134900.640000', '134901.100000', '134901.560000', '134902.020000', '134902.480000', '134902.940000', '134903.400000', '134903.860000', '134904.320000', '134904.780000', '134905.240000', '134905.700000', '134906.160000', '134906.620000', '134907.080000', '134907.540000', '134908.000000', '134908.460000', '134908.920000', '134909.380000', '134909.840000', '134910.300000', '134910.760000', '134911.220000', '134911.680000', '134912.140000', '134912.600000', '134913.060000', '134913.520000', '134913.980000', '134914.440000', '134914.900000', '134915.360000'], 'ContentTime': ['133915.890000', '133915.893000', '133915.897000', '133915.900000', '133915.903000', '133915.906000', '133915.909000', '133915.924000', '133915.928000', '133915.935000', '133915.938000', '133915.941000', '133915.944000', '133915.947000', '133915.950000', '133915.953000', '133915.956000', '133915.959000', '133915.962000', '133915.965000', '133915.968000', '133915.971000', '133915.974000', '133915.977000', '133915.980000', '133915.983000', '133915.988000', '133915.991000', '133915.994000', '133935.851000', '133935.854000', '133935.857000', '133935.860000', '133935.863000', '133935.865000', '133935.868000', '133935.871000', '133935.874000', '133935.877000', '133935.879000', '133935.882000', '133935.885000', '133935.888000', '133935.891000', '133935.894000', '133935.897000', '133935.899000', '133935.902000', '133935.905000', '133935.908000', '133935.911000', '133935.914000', '133935.916000', '133935.919000', '133935.922000', '133935.925000', '133935.928000', '133935.931000', '133935.933000', '133935.936000', '133935.939000', '133935.942000', '133935.945000', '133935.948000', '133935.951000', '133935.953000', '133935.956000', '133935.959000', '133935.962000', '133935.965000', '133935.968000', '133935.979000', '133955.851000', '133955.854000', '133955.857000', '133955.860000', '133955.863000', '133955.865000', '133955.868000', '133955.871000', '133955.874000', '133955.877000', '133955.879000', '133955.882000', '133955.885000', '133955.888000', '133955.891000', '133955.894000', '133955.897000', '133955.900000', '133955.903000', '133955.906000', '133955.908000', '133955.911000', '133955.914000', '133955.917000', '133955.920000', '133955.923000', '133955.926000', '133955.929000', '133955.931000', '133955.934000', '133955.937000', '133955.940000', '133955.943000', '133955.950000', '133955.953000', '133955.956000', '133955.960000', '133955.963000', '133955.965000', '133955.968000', '133955.971000', '133955.974000', '133955.977000', '134015.850000', '134015.853000', '134015.856000', '134015.859000', '134015.861000', '134015.864000', '134015.867000', '134015.870000', '134015.873000', '134015.876000', '134015.878000', '134015.881000', '134015.889000', '134015.892000', '134015.895000', '134015.898000', '134015.901000', '134015.904000', '134015.907000', '134015.910000', '134015.913000', '134015.915000', '134015.918000', '134015.921000', '134015.924000', '134015.943000', '134015.946000', '134015.949000', '134015.952000', '134015.955000', '134015.957000', '134015.960000', '134015.963000', '134015.966000', '134015.969000', '134015.971000', '134015.974000', '134015.977000', '134015.980000', '134015.983000', '134015.986000', '134015.988000', '134015.991000', '134015.994000', '134035.850000', '134035.853000', '134035.856000', '134035.859000', '134035.862000', '134035.864000', '134035.867000', '134035.870000', '134035.873000', '134035.876000', '134035.879000', '134035.881000', '134035.884000', '134035.887000', '134035.890000', '134035.893000', '134035.896000', '134035.899000', '134035.902000', '134035.907000', '134035.911000', '134035.914000', '134035.917000', '134035.919000', '134035.922000', '134035.925000', '134035.928000', '134035.931000', '134035.934000', '134035.936000', '134035.939000', '134035.942000', '134035.945000', '134035.948000', '134035.951000', '134035.953000', '134035.956000', '134035.959000', '134035.962000', '134035.965000', '134035.968000', '134035.970000', '134035.973000', '134055.850000', '134055.853000', '134055.856000', '134055.859000', '134055.862000', '134055.864000', '134055.867000', '134055.870000', '134055.873000', '134055.876000', '134055.879000', '134055.882000', '134055.884000', '134055.887000', '134055.890000', '134055.893000', '134055.896000', '134055.899000', '134055.902000', '134055.905000', '134055.907000', '134055.910000', '134055.913000', '134055.916000', '134055.919000', '134055.922000', '134055.925000', '134055.927000', '134055.930000', '134055.933000', '134055.936000', '134055.939000', '134055.942000', '134055.945000', '134055.947000', '134055.950000', '134055.953000', '134055.956000', '134055.959000', '134055.962000', '134055.965000', '134055.967000', '134055.970000', '134055.973000', '134115.851000', '134115.854000', '134115.857000', '134115.860000', '134115.863000', '134115.866000', '134115.869000', '134115.872000', '134115.875000', '134115.878000', '134115.881000', '134115.884000', '134115.887000', '134115.889000', '134115.892000', '134115.895000', '134115.898000', '134115.901000', '134115.904000', '134115.912000', '134115.915000', '134115.918000', '134115.921000', '134115.924000', '134115.930000', '134115.933000', '134115.935000', '134115.939000', '134115.941000', '134115.944000', '134115.947000', '134115.950000', '134115.953000', '134115.956000', '134115.959000', '134115.961000', '134115.964000', '134115.967000', '134115.970000', '134115.973000', '134115.976000', '134115.979000', '134115.982000', '134135.851000', '134135.854000', '134135.857000', '134135.860000', '134135.862000', '134135.865000', '134135.868000', '134135.871000', '134135.874000', '134135.877000', '134135.880000', '134135.883000', '134135.885000', '134135.888000', '134135.891000', '134135.894000', '134135.897000', '134135.900000', '134135.903000', '134135.906000', '134135.908000', '134135.911000', '134135.914000', '134135.917000', '134135.920000', '134135.923000', '134135.926000', '134135.928000', '134135.931000', '134135.934000', '134135.937000', '134135.940000', '134135.943000', '134135.946000', '134135.948000', '134135.951000', '134135.954000', '134135.957000', '134135.960000', '134135.963000', '134135.965000', '134135.968000', '134135.971000', '134135.974000', '134155.851000', '134155.854000', '134155.857000', '134155.860000', '134155.863000', '134155.866000', '134155.868000', '134155.871000', '134155.874000', '134155.877000', '134155.880000', '134155.883000', '134155.886000', '134155.889000', '134155.891000', '134155.896000', '134155.899000', '134155.902000', '134155.905000', '134155.908000', '134155.922000', '134155.925000', '134155.928000', '134155.931000', '134155.934000', '134155.937000', '134155.939000', '134155.942000', '134155.945000', '134155.948000', '134155.951000', '134155.954000', '134155.957000', '134155.960000', '134155.963000', '134155.966000', '134155.969000', '134155.971000', '134155.974000', '134155.977000', '134155.980000', '134155.983000', '134155.986000', '134215.851000', '134215.854000', '134215.857000', '134215.860000', '134215.863000', '134215.866000', '134215.868000', '134215.871000', '134215.874000', '134215.877000', '134215.880000', '134215.883000', '134215.886000', '134215.889000', '134215.891000', '134215.894000', '134215.897000', '134215.900000', '134215.903000', '134215.906000', '134215.909000', '134215.912000', '134215.915000', '134215.918000', '134215.920000', '134215.923000', '134215.926000', '134215.929000', '134215.932000', '134215.935000', '134215.938000', '134215.941000', '134215.944000', '134215.947000', '134215.950000', '134215.953000', '134215.955000', '134215.958000', '134215.961000', '134215.964000', '134215.967000', '134215.970000', '134215.973000', '134215.975000', '134235.850000', '134235.853000', '134235.856000', '134235.859000', '134235.862000', '134235.865000', '134235.868000', '134235.871000', '134235.873000', '134235.876000', '134235.879000', '134235.882000', '134235.885000', '134235.888000', '134235.890000', '134235.893000', '134235.896000', '134235.899000', '134235.902000', '134235.905000', '134235.908000', '134235.911000', '134235.914000', '134235.917000', '134235.920000', '134235.923000', '134235.926000', '134235.928000', '134235.931000', '134235.934000', '134235.937000', '134235.940000', '134235.943000', '134235.946000', '134235.949000', '134235.951000', '134235.954000', '134235.957000', '134235.960000', '134235.963000', '134235.966000', '134235.968000', '134235.971000', '134255.850000', '134255.853000', '134255.856000', '134255.859000', '134255.862000', '134255.865000', '134255.868000', '134255.870000', '134255.873000', '134255.876000', '134255.879000', '134255.882000', '134255.885000', '134255.888000', '134255.890000', '134255.893000', '134255.896000', '134255.899000', '134255.902000', '134255.905000', '134255.908000', '134255.911000', '134255.913000', '134255.916000', '134255.919000', '134255.922000', '134255.925000', '134255.928000', '134255.931000', '134255.934000', '134255.937000', '134255.940000', '134255.943000', '134255.946000', '134255.949000', '134255.951000', '134255.954000', '134255.957000', '134255.960000', '134255.963000', '134255.966000', '134255.969000', '134255.972000', '134255.975000', '134315.850000', '134315.853000', '134315.856000', '134315.859000', '134315.862000', '134315.865000', '134315.868000', '134315.872000', '134315.875000', '134315.878000', '134315.886000', '134315.889000', '134315.892000', '134315.895000', '134315.898000', '134315.900000', '134315.903000', '134315.906000', '134315.909000', '134315.912000', '134315.915000', '134315.918000', '134315.921000', '134315.924000', '134315.927000', '134315.931000', '134315.934000', '134315.937000', '134315.940000', '134315.943000', '134315.946000', '134315.949000', '134315.952000', '134315.954000', '134315.957000', '134315.960000', '134315.963000', '134315.966000', '134315.969000', '134315.972000', '134315.975000', '134315.977000', '134315.980000', '134335.851000', '134335.854000', '134335.873000', '134335.876000', '134335.879000', '134335.882000', '134335.884000', '134335.887000', '134335.890000', '134335.893000', '134335.896000', '134335.899000', '134335.902000', '134335.904000', '134335.907000', '134335.910000', '134335.913000', '134335.916000', '134335.919000', '134335.922000', '134335.925000', '134335.928000', '134335.931000', '134335.933000', '134335.936000', '134335.939000', '134335.942000', '134335.945000', '134335.948000', '134335.951000', '134335.954000', '134335.957000', '134335.960000', '134335.963000', '134335.965000', '134335.968000', '134335.971000', '134335.974000', '134335.977000', '134335.980000', '134335.983000', '134335.986000', '134335.989000', '134335.991000', '134355.851000', '134355.854000', '134355.857000', '134355.860000', '134355.863000', '134355.866000', '134355.868000', '134355.871000', '134355.874000', '134355.877000', '134355.880000', '134355.883000', '134355.886000', '134355.889000', '134355.891000', '134355.894000', '134355.897000', '134355.900000', '134355.903000', '134355.906000', '134355.909000', '134355.912000', '134355.914000', '134355.917000', '134355.920000', '134355.923000', '134355.926000', '134355.929000', '134355.932000', '134355.935000', '134355.937000', '134355.940000', '134355.943000', '134355.946000', '134355.949000', '134355.952000', '134355.955000', '134355.958000', '134355.961000', '134355.964000', '134355.967000', '134355.969000', '134355.972000', '134415.851000', '134415.854000', '134415.857000', '134415.860000', '134415.863000', '134415.866000', '134415.869000', '134415.871000', '134415.874000', '134415.877000', '134415.880000', '134415.883000', '134415.886000', '134415.889000', '134415.892000', '134415.894000', '134415.897000', '134415.900000', '134415.903000', '134415.906000', '134415.909000', '134415.912000', '134415.915000', '134415.917000', '134415.920000', '134415.923000', '134415.926000', '134415.929000', '134415.932000', '134415.935000', '134415.937000', '134415.940000', '134415.943000', '134415.946000', '134415.949000', '134415.952000', '134415.955000', '134415.958000', '134415.961000', '134415.963000', '134415.966000', '134415.969000', '134415.972000', '134415.975000', '134435.851000', '134435.854000', '134435.857000', '134435.860000', '134435.863000', '134435.866000', '134435.868000', '134435.871000', '134435.874000', '134435.877000', '134435.880000', '134435.883000', '134435.886000', '134435.889000', '134435.891000', '134435.894000', '134435.899000', '134435.902000', '134435.906000', '134435.909000', '134435.912000', '134435.915000', '134435.918000', '134435.921000', '134435.924000', '134435.927000', '134435.930000', '134435.932000', '134435.935000', '134435.938000', '134435.941000', '134435.944000', '134435.947000', '134435.950000', '134435.953000', '134435.956000', '134435.958000', '134435.961000', '134435.964000', '134435.967000', '134435.970000', '134435.973000', '134435.977000', '134455.850000', '134455.853000', '134455.856000', '134455.859000', '134455.861000', '134455.864000', '134455.867000', '134455.870000', '134455.873000', '134455.876000', '134455.879000', '134455.882000', '134455.884000', '134455.904000', '134455.907000', '134455.909000', '134455.912000', '134455.915000', '134455.918000', '134455.921000', '134455.924000', '134455.927000', '134455.930000', '134455.932000', '134455.935000', '134455.938000', '134455.941000', '134455.944000', '134455.947000', '134455.950000', '134455.953000', '134455.956000', '134455.958000', '134455.961000', '134455.964000', '134455.967000', '134455.970000', '134455.973000', '134455.976000', '134455.978000', '134455.981000', '134455.984000', '134455.987000', '134455.990000', '134515.850000', '134515.853000', '134515.856000', '134515.859000', '134515.862000', '134515.864000', '134515.867000', '134515.870000', '134515.873000', '134515.876000', '134515.879000', '134515.881000', '134515.884000', '134515.887000', '134515.890000', '134515.893000', '134515.896000', '134515.899000', '134515.902000', '134515.904000', '134515.907000', '134515.910000', '134515.913000', '134515.916000', '134515.919000', '134515.922000', '134515.925000', '134515.927000', '134515.930000', '134515.933000', '134515.936000', '134515.939000', '134515.942000', '134515.945000', '134515.947000', '134515.950000', '134515.953000', '134515.956000', '134515.959000', '134515.962000', '134515.965000', '134515.968000', '134515.970000', '134535.850000', '134535.853000', '134535.856000', '134535.859000', '134535.862000', '134535.864000', '134535.867000', '134535.870000', '134535.873000', '134535.876000', '134535.879000', '134535.882000', '134535.884000', '134535.887000', '134535.890000', '134535.893000', '134535.896000', '134535.899000', '134535.902000', '134535.905000', '134535.908000', '134535.910000', '134535.913000', '134535.916000', '134535.919000', '134535.922000', '134535.925000', '134535.928000', '134535.931000', '134535.933000', '134535.936000', '134535.939000', '134535.942000', '134535.945000', '134535.948000', '134535.951000', '134535.954000', '134535.956000', '134535.959000', '134535.962000', '134535.965000', '134535.968000', '134535.971000', '134535.974000', '134555.851000', '134555.854000', '134555.857000', '134555.860000', '134555.863000', '134555.866000', '134555.869000', '134555.871000', '134555.874000', '134555.877000', '134555.880000', '134555.883000', '134555.886000', '134555.889000', '134555.892000', '134555.894000', '134555.897000', '134555.900000', '134555.903000', '134555.906000', '134555.909000', '134555.912000', '134555.915000', '134555.918000', '134555.925000', '134555.928000', '134555.931000', '134555.933000', '134555.936000', '134555.939000', '134555.942000', '134555.946000', '134555.949000', '134555.952000', '134555.955000', '134555.958000', '134555.961000', '134555.963000', '134555.966000', '134555.969000', '134555.972000', '134555.975000', '134555.978000', '134615.851000', '134615.854000', '134615.857000', '134615.860000', '134615.863000', '134615.866000', '134615.868000', '134615.871000', '134615.874000', '134615.877000', '134615.880000', '134615.883000', '134615.886000', '134615.889000', '134615.891000', '134615.894000', '134615.897000', '134615.900000', '134615.903000', '134615.906000', '134615.909000', '134615.911000', '134615.914000', '134615.917000', '134615.935000', '134615.938000', '134615.941000', '134615.944000', '134615.947000', '134615.950000', '134615.953000', '134615.955000', '134615.958000', '134615.961000', '134615.964000', '134615.967000', '134615.970000', '134615.973000', '134615.976000', '134615.978000', '134615.981000', '134615.984000', '134615.987000', '134615.990000', '134635.851000', '134635.854000', '134635.857000', '134635.860000', '134635.863000', '134635.865000', '134635.868000', '134635.871000', '134635.874000', '134635.877000', '134635.880000', '134635.883000', '134635.886000', '134635.889000', '134635.892000', '134635.894000', '134635.897000', '134635.900000', '134635.903000', '134635.906000', '134635.909000', '134635.912000', '134635.915000', '134635.918000', '134635.921000', '134635.924000', '134635.927000', '134635.929000', '134635.932000', '134635.935000', '134635.938000', '134635.941000', '134635.944000', '134635.947000', '134635.950000', '134635.953000', '134635.956000', '134635.959000', '134635.961000', '134635.964000', '134635.967000', '134635.970000', '134635.973000', '134655.851000', '134655.854000', '134655.857000', '134655.860000', '134655.863000', '134655.865000', '134655.868000', '134655.871000', '134655.874000', '134655.877000', '134655.880000', '134655.883000', '134655.886000', '134655.889000', '134655.892000', '134655.895000', '134655.898000', '134655.900000', '134655.903000', '134655.906000', '134655.909000', '134655.912000', '134655.915000', '134655.918000', '134655.921000', '134655.923000', '134655.926000', '134655.929000', '134655.932000', '134655.935000', '134655.938000', '134655.941000', '134655.943000', '134655.946000', '134655.949000', '134655.952000', '134655.955000', '134655.958000', '134655.961000', '134655.964000', '134655.966000', '134655.970000', '134655.973000', '134655.976000', '134715.850000', '134715.853000', '134715.856000', '134715.859000', '134715.862000', '134715.865000', '134715.868000', '134715.871000', '134715.874000', '134715.877000', '134715.880000', '134715.883000', '134715.886000', '134715.889000', '134715.891000', '134715.894000', '134715.897000', '134715.900000', '134715.903000', '134715.906000', '134715.909000', '134715.912000', '134715.915000', '134715.918000', '134715.921000', '134715.924000', '134715.926000', '134715.929000', '134715.932000', '134715.935000', '134715.938000', '134715.941000', '134715.944000', '134715.947000', '134715.950000', '134715.952000', '134715.955000', '134715.958000', '134715.961000', '134715.964000', '134715.971000', '134715.974000', '134715.977000', '134735.850000', '134735.853000', '134735.856000', '134735.859000', '134735.862000', '134735.865000', '134735.867000', '134735.870000', '134735.873000', '134735.876000', '134735.879000', '134735.882000', '134735.885000', '134735.888000', '134735.890000', '134735.893000', '134735.896000', '134735.899000', '134735.902000', '134735.905000', '134735.926000', '134735.936000', '134735.939000', '134735.942000', '134735.945000', '134735.948000', '134735.951000', '134735.954000', '134735.957000', '134735.960000', '134735.962000', '134735.965000', '134735.968000', '134735.971000', '134735.974000', '134735.977000', '134735.980000', '134735.983000', '134735.986000', '134735.989000', '134735.992000', '134735.995000', '134735.998000', '134736.006000', '134755.850000', '134755.853000', '134755.856000', '134755.859000', '134755.862000', '134755.865000', '134755.868000', '134755.871000', '134755.874000', '134755.877000', '134755.879000', '134755.882000', '134755.885000', '134755.888000', '134755.891000', '134755.894000', '134755.897000', '134755.900000', '134755.903000', '134755.906000', '134755.909000', '134755.912000', '134755.914000', '134755.917000', '134755.920000', '134755.923000', '134755.926000', '134755.929000', '134755.932000', '134755.935000', '134755.938000', '134755.941000', '134755.944000', '134755.947000', '134755.950000', '134755.953000', '134755.955000', '134755.958000', '134755.961000', '134755.964000', '134755.967000', '134755.970000', '134755.973000', '134815.851000', '134815.854000', '134815.857000', '134815.860000', '134815.863000', '134815.866000', '134815.869000', '134815.872000', '134815.875000', '134815.877000', '134815.880000', '134815.883000', '134815.886000', '134815.889000', '134815.892000', '134815.895000', '134815.897000', '134815.900000', '134815.903000', '134815.906000', '134815.909000', '134815.912000', '134815.915000', '134815.918000', '134815.921000', '134815.924000', '134815.926000', '134815.929000', '134815.932000', '134815.935000', '134815.938000', '134815.941000', '134815.944000', '134815.947000', '134815.949000', '134815.952000', '134815.955000', '134815.958000', '134815.961000', '134815.964000', '134815.967000', '134815.970000', '134815.973000', '134835.851000', '134835.854000', '134835.857000', '134835.860000', '134835.863000', '134835.866000', '134835.869000', '134835.872000', '134835.875000', '134835.878000', '134835.881000', '134835.884000', '134835.887000', '134835.890000', '134835.893000', '134835.896000', '134835.899000', '134835.902000', '134835.905000', '134835.907000', '134835.910000', '134835.913000', '134835.916000', '134835.919000', '134835.922000', '134835.925000', '134835.928000', '134835.930000', '134835.933000', '134835.936000', '134835.939000', '134835.942000', '134835.945000', '134835.948000', '134835.951000', '134835.954000', '134835.957000', '134835.960000', '134835.963000', '134835.966000', '134835.969000', '134835.972000', '134835.974000', '134835.977000', '134855.851000', '134855.854000', '134855.858000', '134855.879000', '134855.882000', '134855.885000', '134855.888000', '134855.891000', '134855.893000', '134855.896000', '134855.899000', '134855.902000', '134855.905000', '134855.908000', '134855.911000', '134855.914000', '134855.917000', '134855.920000', '134855.923000', '134855.926000', '134855.929000', '134855.932000', '134855.935000', '134855.938000', '134855.941000', '134855.944000', '134855.946000', '134855.949000', '134855.952000', '134855.955000', '134855.958000', '134855.961000', '134855.964000', '134855.967000', '134855.970000', '134855.972000', '134855.975000', '134855.978000', '134855.981000', '134855.984000', '134855.987000', '134855.990000', '134855.993000', '134915.851000', '134915.854000', '134915.857000', '134915.860000', '134915.863000', '134915.866000', '134915.869000', '134915.872000', '134915.875000', '134915.878000', '134915.881000', '134915.884000', '134915.886000', '134915.889000', '134915.892000', '134915.895000', '134915.898000', '134915.901000', '134915.904000', '134915.907000', '134915.910000', '134915.913000', '134915.917000', '134915.919000', '134915.922000', '134915.925000', '134915.928000', '134915.931000', '134915.934000', '134915.937000', '134915.940000', '134915.943000', '134915.946000', '134915.949000', '134915.952000', '134915.955000', '134915.958000', '134915.960000', '134915.963000', '134915.966000', '134915.969000', '134915.972000', '134915.975000', '134915.978000', '134916.617000', '134916.621000'], 'InstanceCreationTime': ['133915.890000', '133915.893000', '133915.897000', '133915.900000', '133915.903000', '133915.906000', '133915.909000', '133915.924000', '133915.928000', '133915.935000', '133915.938000', '133915.941000', '133915.944000', '133915.947000', '133915.950000', '133915.953000', '133915.956000', '133915.959000', '133915.962000', '133915.965000', '133915.968000', '133915.971000', '133915.974000', '133915.977000', '133915.980000', '133915.983000', '133915.988000', '133915.991000', '133915.994000', '133935.851000', '133935.854000', '133935.857000', '133935.860000', '133935.863000', '133935.865000', '133935.868000', '133935.871000', '133935.874000', '133935.877000', '133935.879000', '133935.882000', '133935.885000', '133935.888000', '133935.891000', '133935.894000', '133935.897000', '133935.899000', '133935.902000', '133935.905000', '133935.908000', '133935.911000', '133935.914000', '133935.916000', '133935.919000', '133935.922000', '133935.925000', '133935.928000', '133935.931000', '133935.933000', '133935.936000', '133935.939000', '133935.942000', '133935.945000', '133935.948000', '133935.951000', '133935.953000', '133935.956000', '133935.959000', '133935.962000', '133935.965000', '133935.968000', '133935.979000', '133955.851000', '133955.854000', '133955.857000', '133955.860000', '133955.863000', '133955.865000', '133955.868000', '133955.871000', '133955.874000', '133955.877000', '133955.879000', '133955.882000', '133955.885000', '133955.888000', '133955.891000', '133955.894000', '133955.897000', '133955.900000', '133955.903000', '133955.906000', '133955.908000', '133955.911000', '133955.914000', '133955.917000', '133955.920000', '133955.923000', '133955.926000', '133955.929000', '133955.931000', '133955.934000', '133955.937000', '133955.940000', '133955.943000', '133955.950000', '133955.953000', '133955.956000', '133955.960000', '133955.963000', '133955.965000', '133955.968000', '133955.971000', '133955.974000', '133955.977000', '134015.850000', '134015.853000', '134015.856000', '134015.859000', '134015.861000', '134015.864000', '134015.867000', '134015.870000', '134015.873000', '134015.876000', '134015.878000', '134015.881000', '134015.889000', '134015.892000', '134015.895000', '134015.898000', '134015.901000', '134015.904000', '134015.907000', '134015.910000', '134015.913000', '134015.915000', '134015.918000', '134015.921000', '134015.924000', '134015.943000', '134015.946000', '134015.949000', '134015.952000', '134015.955000', '134015.957000', '134015.960000', '134015.963000', '134015.966000', '134015.969000', '134015.971000', '134015.974000', '134015.977000', '134015.980000', '134015.983000', '134015.986000', '134015.988000', '134015.991000', '134015.994000', '134035.850000', '134035.853000', '134035.856000', '134035.859000', '134035.862000', '134035.864000', '134035.867000', '134035.870000', '134035.873000', '134035.876000', '134035.879000', '134035.881000', '134035.884000', '134035.887000', '134035.890000', '134035.893000', '134035.896000', '134035.899000', '134035.902000', '134035.907000', '134035.911000', '134035.914000', '134035.917000', '134035.919000', '134035.922000', '134035.925000', '134035.928000', '134035.931000', '134035.934000', '134035.936000', '134035.939000', '134035.942000', '134035.945000', '134035.948000', '134035.951000', '134035.953000', '134035.956000', '134035.959000', '134035.962000', '134035.965000', '134035.968000', '134035.970000', '134035.973000', '134055.850000', '134055.853000', '134055.856000', '134055.859000', '134055.862000', '134055.864000', '134055.867000', '134055.870000', '134055.873000', '134055.876000', '134055.879000', '134055.882000', '134055.884000', '134055.887000', '134055.890000', '134055.893000', '134055.896000', '134055.899000', '134055.902000', '134055.905000', '134055.907000', '134055.910000', '134055.913000', '134055.916000', '134055.919000', '134055.922000', '134055.925000', '134055.927000', '134055.930000', '134055.933000', '134055.936000', '134055.939000', '134055.942000', '134055.945000', '134055.947000', '134055.950000', '134055.953000', '134055.956000', '134055.959000', '134055.962000', '134055.965000', '134055.967000', '134055.970000', '134055.973000', '134115.851000', '134115.854000', '134115.857000', '134115.860000', '134115.863000', '134115.866000', '134115.869000', '134115.872000', '134115.875000', '134115.878000', '134115.881000', '134115.884000', '134115.887000', '134115.889000', '134115.892000', '134115.895000', '134115.898000', '134115.901000', '134115.904000', '134115.912000', '134115.915000', '134115.918000', '134115.921000', '134115.924000', '134115.930000', '134115.933000', '134115.935000', '134115.939000', '134115.941000', '134115.944000', '134115.947000', '134115.950000', '134115.953000', '134115.956000', '134115.959000', '134115.961000', '134115.964000', '134115.967000', '134115.970000', '134115.973000', '134115.976000', '134115.979000', '134115.982000', '134135.851000', '134135.854000', '134135.857000', '134135.860000', '134135.862000', '134135.865000', '134135.868000', '134135.871000', '134135.874000', '134135.877000', '134135.880000', '134135.883000', '134135.885000', '134135.888000', '134135.891000', '134135.894000', '134135.897000', '134135.900000', '134135.903000', '134135.906000', '134135.908000', '134135.911000', '134135.914000', '134135.917000', '134135.920000', '134135.923000', '134135.926000', '134135.928000', '134135.931000', '134135.934000', '134135.937000', '134135.940000', '134135.943000', '134135.946000', '134135.948000', '134135.951000', '134135.954000', '134135.957000', '134135.960000', '134135.963000', '134135.965000', '134135.968000', '134135.971000', '134135.974000', '134155.851000', '134155.854000', '134155.857000', '134155.860000', '134155.863000', '134155.866000', '134155.868000', '134155.871000', '134155.874000', '134155.877000', '134155.880000', '134155.883000', '134155.886000', '134155.889000', '134155.891000', '134155.896000', '134155.899000', '134155.902000', '134155.905000', '134155.908000', '134155.922000', '134155.925000', '134155.928000', '134155.931000', '134155.934000', '134155.937000', '134155.939000', '134155.942000', '134155.945000', '134155.948000', '134155.951000', '134155.954000', '134155.957000', '134155.960000', '134155.963000', '134155.966000', '134155.969000', '134155.971000', '134155.974000', '134155.977000', '134155.980000', '134155.983000', '134155.986000', '134215.851000', '134215.854000', '134215.857000', '134215.860000', '134215.863000', '134215.866000', '134215.868000', '134215.871000', '134215.874000', '134215.877000', '134215.880000', '134215.883000', '134215.886000', '134215.889000', '134215.891000', '134215.894000', '134215.897000', '134215.900000', '134215.903000', '134215.906000', '134215.909000', '134215.912000', '134215.915000', '134215.918000', '134215.920000', '134215.923000', '134215.926000', '134215.929000', '134215.932000', '134215.935000', '134215.938000', '134215.941000', '134215.944000', '134215.947000', '134215.950000', '134215.953000', '134215.955000', '134215.958000', '134215.961000', '134215.964000', '134215.967000', '134215.970000', '134215.973000', '134215.975000', '134235.850000', '134235.853000', '134235.856000', '134235.859000', '134235.862000', '134235.865000', '134235.868000', '134235.871000', '134235.873000', '134235.876000', '134235.879000', '134235.882000', '134235.885000', '134235.888000', '134235.890000', '134235.893000', '134235.896000', '134235.899000', '134235.902000', '134235.905000', '134235.908000', '134235.911000', '134235.914000', '134235.917000', '134235.920000', '134235.923000', '134235.926000', '134235.928000', '134235.931000', '134235.934000', '134235.937000', '134235.940000', '134235.943000', '134235.946000', '134235.949000', '134235.951000', '134235.954000', '134235.957000', '134235.960000', '134235.963000', '134235.966000', '134235.968000', '134235.971000', '134255.850000', '134255.853000', '134255.856000', '134255.859000', '134255.862000', '134255.865000', '134255.868000', '134255.870000', '134255.873000', '134255.876000', '134255.879000', '134255.882000', '134255.885000', '134255.888000', '134255.890000', '134255.893000', '134255.896000', '134255.899000', '134255.902000', '134255.905000', '134255.908000', '134255.911000', '134255.913000', '134255.916000', '134255.919000', '134255.922000', '134255.925000', '134255.928000', '134255.931000', '134255.934000', '134255.937000', '134255.940000', '134255.943000', '134255.946000', '134255.949000', '134255.951000', '134255.954000', '134255.957000', '134255.960000', '134255.963000', '134255.966000', '134255.969000', '134255.972000', '134255.975000', '134315.850000', '134315.853000', '134315.856000', '134315.859000', '134315.862000', '134315.865000', '134315.868000', '134315.872000', '134315.875000', '134315.878000', '134315.886000', '134315.889000', '134315.892000', '134315.895000', '134315.898000', '134315.900000', '134315.903000', '134315.906000', '134315.909000', '134315.912000', '134315.915000', '134315.918000', '134315.921000', '134315.924000', '134315.927000', '134315.931000', '134315.934000', '134315.937000', '134315.940000', '134315.943000', '134315.946000', '134315.949000', '134315.952000', '134315.954000', '134315.957000', '134315.960000', '134315.963000', '134315.966000', '134315.969000', '134315.972000', '134315.975000', '134315.977000', '134315.980000', '134335.851000', '134335.854000', '134335.873000', '134335.876000', '134335.879000', '134335.882000', '134335.884000', '134335.887000', '134335.890000', '134335.893000', '134335.896000', '134335.899000', '134335.902000', '134335.904000', '134335.907000', '134335.910000', '134335.913000', '134335.916000', '134335.919000', '134335.922000', '134335.925000', '134335.928000', '134335.931000', '134335.933000', '134335.936000', '134335.939000', '134335.942000', '134335.945000', '134335.948000', '134335.951000', '134335.954000', '134335.957000', '134335.960000', '134335.963000', '134335.965000', '134335.968000', '134335.971000', '134335.974000', '134335.977000', '134335.980000', '134335.983000', '134335.986000', '134335.989000', '134335.991000', '134355.851000', '134355.854000', '134355.857000', '134355.860000', '134355.863000', '134355.866000', '134355.868000', '134355.871000', '134355.874000', '134355.877000', '134355.880000', '134355.883000', '134355.886000', '134355.889000', '134355.891000', '134355.894000', '134355.897000', '134355.900000', '134355.903000', '134355.906000', '134355.909000', '134355.912000', '134355.914000', '134355.917000', '134355.920000', '134355.923000', '134355.926000', '134355.929000', '134355.932000', '134355.935000', '134355.937000', '134355.940000', '134355.943000', '134355.946000', '134355.949000', '134355.952000', '134355.955000', '134355.958000', '134355.961000', '134355.964000', '134355.967000', '134355.969000', '134355.972000', '134415.851000', '134415.854000', '134415.857000', '134415.860000', '134415.863000', '134415.866000', '134415.869000', '134415.871000', '134415.874000', '134415.877000', '134415.880000', '134415.883000', '134415.886000', '134415.889000', '134415.892000', '134415.894000', '134415.897000', '134415.900000', '134415.903000', '134415.906000', '134415.909000', '134415.912000', '134415.915000', '134415.917000', '134415.920000', '134415.923000', '134415.926000', '134415.929000', '134415.932000', '134415.935000', '134415.937000', '134415.940000', '134415.943000', '134415.946000', '134415.949000', '134415.952000', '134415.955000', '134415.958000', '134415.961000', '134415.963000', '134415.966000', '134415.969000', '134415.972000', '134415.975000', '134435.851000', '134435.854000', '134435.857000', '134435.860000', '134435.863000', '134435.866000', '134435.868000', '134435.871000', '134435.874000', '134435.877000', '134435.880000', '134435.883000', '134435.886000', '134435.889000', '134435.891000', '134435.894000', '134435.899000', '134435.902000', '134435.906000', '134435.909000', '134435.912000', '134435.915000', '134435.918000', '134435.921000', '134435.924000', '134435.927000', '134435.930000', '134435.932000', '134435.935000', '134435.938000', '134435.941000', '134435.944000', '134435.947000', '134435.950000', '134435.953000', '134435.956000', '134435.958000', '134435.961000', '134435.964000', '134435.967000', '134435.970000', '134435.973000', '134435.977000', '134455.850000', '134455.853000', '134455.856000', '134455.859000', '134455.861000', '134455.864000', '134455.867000', '134455.870000', '134455.873000', '134455.876000', '134455.879000', '134455.882000', '134455.884000', '134455.904000', '134455.907000', '134455.909000', '134455.912000', '134455.915000', '134455.918000', '134455.921000', '134455.924000', '134455.927000', '134455.930000', '134455.932000', '134455.935000', '134455.938000', '134455.941000', '134455.944000', '134455.947000', '134455.950000', '134455.953000', '134455.956000', '134455.958000', '134455.961000', '134455.964000', '134455.967000', '134455.970000', '134455.973000', '134455.976000', '134455.978000', '134455.981000', '134455.984000', '134455.987000', '134455.990000', '134515.850000', '134515.853000', '134515.856000', '134515.859000', '134515.862000', '134515.864000', '134515.867000', '134515.870000', '134515.873000', '134515.876000', '134515.879000', '134515.881000', '134515.884000', '134515.887000', '134515.890000', '134515.893000', '134515.896000', '134515.899000', '134515.902000', '134515.904000', '134515.907000', '134515.910000', '134515.913000', '134515.916000', '134515.919000', '134515.922000', '134515.925000', '134515.927000', '134515.930000', '134515.933000', '134515.936000', '134515.939000', '134515.942000', '134515.945000', '134515.947000', '134515.950000', '134515.953000', '134515.956000', '134515.959000', '134515.962000', '134515.965000', '134515.968000', '134515.970000', '134535.850000', '134535.853000', '134535.856000', '134535.859000', '134535.862000', '134535.864000', '134535.867000', '134535.870000', '134535.873000', '134535.876000', '134535.879000', '134535.882000', '134535.884000', '134535.887000', '134535.890000', '134535.893000', '134535.896000', '134535.899000', '134535.902000', '134535.905000', '134535.908000', '134535.910000', '134535.913000', '134535.916000', '134535.919000', '134535.922000', '134535.925000', '134535.928000', '134535.931000', '134535.933000', '134535.936000', '134535.939000', '134535.942000', '134535.945000', '134535.948000', '134535.951000', '134535.954000', '134535.956000', '134535.959000', '134535.962000', '134535.965000', '134535.968000', '134535.971000', '134535.974000', '134555.851000', '134555.854000', '134555.857000', '134555.860000', '134555.863000', '134555.866000', '134555.869000', '134555.871000', '134555.874000', '134555.877000', '134555.880000', '134555.883000', '134555.886000', '134555.889000', '134555.892000', '134555.894000', '134555.897000', '134555.900000', '134555.903000', '134555.906000', '134555.909000', '134555.912000', '134555.915000', '134555.918000', '134555.925000', '134555.928000', '134555.931000', '134555.933000', '134555.936000', '134555.939000', '134555.942000', '134555.946000', '134555.949000', '134555.952000', '134555.955000', '134555.958000', '134555.961000', '134555.963000', '134555.966000', '134555.969000', '134555.972000', '134555.975000', '134555.978000', '134615.851000', '134615.854000', '134615.857000', '134615.860000', '134615.863000', '134615.866000', '134615.868000', '134615.871000', '134615.874000', '134615.877000', '134615.880000', '134615.883000', '134615.886000', '134615.889000', '134615.891000', '134615.894000', '134615.897000', '134615.900000', '134615.903000', '134615.906000', '134615.909000', '134615.911000', '134615.914000', '134615.917000', '134615.935000', '134615.938000', '134615.941000', '134615.944000', '134615.947000', '134615.950000', '134615.953000', '134615.955000', '134615.958000', '134615.961000', '134615.964000', '134615.967000', '134615.970000', '134615.973000', '134615.976000', '134615.978000', '134615.981000', '134615.984000', '134615.987000', '134615.990000', '134635.851000', '134635.854000', '134635.857000', '134635.860000', '134635.863000', '134635.865000', '134635.868000', '134635.871000', '134635.874000', '134635.877000', '134635.880000', '134635.883000', '134635.886000', '134635.889000', '134635.892000', '134635.894000', '134635.897000', '134635.900000', '134635.903000', '134635.906000', '134635.909000', '134635.912000', '134635.915000', '134635.918000', '134635.921000', '134635.924000', '134635.927000', '134635.929000', '134635.932000', '134635.935000', '134635.938000', '134635.941000', '134635.944000', '134635.947000', '134635.950000', '134635.953000', '134635.956000', '134635.959000', '134635.961000', '134635.964000', '134635.967000', '134635.970000', '134635.973000', '134655.851000', '134655.854000', '134655.857000', '134655.860000', '134655.863000', '134655.865000', '134655.868000', '134655.871000', '134655.874000', '134655.877000', '134655.880000', '134655.883000', '134655.886000', '134655.889000', '134655.892000', '134655.895000', '134655.898000', '134655.900000', '134655.903000', '134655.906000', '134655.909000', '134655.912000', '134655.915000', '134655.918000', '134655.921000', '134655.923000', '134655.926000', '134655.929000', '134655.932000', '134655.935000', '134655.938000', '134655.941000', '134655.943000', '134655.946000', '134655.949000', '134655.952000', '134655.955000', '134655.958000', '134655.961000', '134655.964000', '134655.966000', '134655.970000', '134655.973000', '134655.976000', '134715.850000', '134715.853000', '134715.856000', '134715.859000', '134715.862000', '134715.865000', '134715.868000', '134715.871000', '134715.874000', '134715.877000', '134715.880000', '134715.883000', '134715.886000', '134715.889000', '134715.891000', '134715.894000', '134715.897000', '134715.900000', '134715.903000', '134715.906000', '134715.909000', '134715.912000', '134715.915000', '134715.918000', '134715.921000', '134715.924000', '134715.926000', '134715.929000', '134715.932000', '134715.935000', '134715.938000', '134715.941000', '134715.944000', '134715.947000', '134715.950000', '134715.952000', '134715.955000', '134715.958000', '134715.961000', '134715.964000', '134715.971000', '134715.974000', '134715.977000', '134735.850000', '134735.853000', '134735.856000', '134735.859000', '134735.862000', '134735.865000', '134735.867000', '134735.870000', '134735.873000', '134735.876000', '134735.879000', '134735.882000', '134735.885000', '134735.888000', '134735.890000', '134735.893000', '134735.896000', '134735.899000', '134735.902000', '134735.905000', '134735.926000', '134735.936000', '134735.939000', '134735.942000', '134735.945000', '134735.948000', '134735.951000', '134735.954000', '134735.957000', '134735.960000', '134735.962000', '134735.965000', '134735.968000', '134735.971000', '134735.974000', '134735.977000', '134735.980000', '134735.983000', '134735.986000', '134735.989000', '134735.992000', '134735.995000', '134735.998000', '134736.006000', '134755.850000', '134755.853000', '134755.856000', '134755.859000', '134755.862000', '134755.865000', '134755.868000', '134755.871000', '134755.874000', '134755.877000', '134755.879000', '134755.882000', '134755.885000', '134755.888000', '134755.891000', '134755.894000', '134755.897000', '134755.900000', '134755.903000', '134755.906000', '134755.909000', '134755.912000', '134755.914000', '134755.917000', '134755.920000', '134755.923000', '134755.926000', '134755.929000', '134755.932000', '134755.935000', '134755.938000', '134755.941000', '134755.944000', '134755.947000', '134755.950000', '134755.953000', '134755.955000', '134755.958000', '134755.961000', '134755.964000', '134755.967000', '134755.970000', '134755.973000', '134815.851000', '134815.854000', '134815.857000', '134815.860000', '134815.863000', '134815.866000', '134815.869000', '134815.872000', '134815.875000', '134815.877000', '134815.880000', '134815.883000', '134815.886000', '134815.889000', '134815.892000', '134815.895000', '134815.897000', '134815.900000', '134815.903000', '134815.906000', '134815.909000', '134815.912000', '134815.915000', '134815.918000', '134815.921000', '134815.924000', '134815.926000', '134815.929000', '134815.932000', '134815.935000', '134815.938000', '134815.941000', '134815.944000', '134815.947000', '134815.949000', '134815.952000', '134815.955000', '134815.958000', '134815.961000', '134815.964000', '134815.967000', '134815.970000', '134815.973000', '134835.851000', '134835.854000', '134835.857000', '134835.860000', '134835.863000', '134835.866000', '134835.869000', '134835.872000', '134835.875000', '134835.878000', '134835.881000', '134835.884000', '134835.887000', '134835.890000', '134835.893000', '134835.896000', '134835.899000', '134835.902000', '134835.905000', '134835.907000', '134835.910000', '134835.913000', '134835.916000', '134835.919000', '134835.922000', '134835.925000', '134835.928000', '134835.930000', '134835.933000', '134835.936000', '134835.939000', '134835.942000', '134835.945000', '134835.948000', '134835.951000', '134835.954000', '134835.957000', '134835.960000', '134835.963000', '134835.966000', '134835.969000', '134835.972000', '134835.974000', '134835.977000', '134855.851000', '134855.854000', '134855.858000', '134855.879000', '134855.882000', '134855.885000', '134855.888000', '134855.891000', '134855.893000', '134855.896000', '134855.899000', '134855.902000', '134855.905000', '134855.908000', '134855.911000', '134855.914000', '134855.917000', '134855.920000', '134855.923000', '134855.926000', '134855.929000', '134855.932000', '134855.935000', '134855.938000', '134855.941000', '134855.944000', '134855.946000', '134855.949000', '134855.952000', '134855.955000', '134855.958000', '134855.961000', '134855.964000', '134855.967000', '134855.970000', '134855.972000', '134855.975000', '134855.978000', '134855.981000', '134855.984000', '134855.987000', '134855.990000', '134855.993000', '134915.851000', '134915.854000', '134915.857000', '134915.860000', '134915.863000', '134915.866000', '134915.869000', '134915.872000', '134915.875000', '134915.878000', '134915.881000', '134915.884000', '134915.886000', '134915.889000', '134915.892000', '134915.895000', '134915.898000', '134915.901000', '134915.904000', '134915.907000', '134915.910000', '134915.913000', '134915.917000', '134915.919000', '134915.922000', '134915.925000', '134915.928000', '134915.931000', '134915.934000', '134915.937000', '134915.940000', '134915.943000', '134915.946000', '134915.949000', '134915.952000', '134915.955000', '134915.958000', '134915.960000', '134915.963000', '134915.966000', '134915.969000', '134915.972000', '134915.975000', '134915.978000', '134916.617000', '134916.621000'], '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': [9255, 7965, 8897, 8162, 12401, 10702, 8818, 9063, 13802, 10669, 9730, 9012, 14624, 10542, 8410, 8541, 9692, 9929, 8456, 8637, 11257, 9770, 8200, 8146, 10825, 9387, 8703, 8883, 9530, 8209, 7769, 11015, 9113, 9485, 11532, 9383, 8589, 7792, 9190, 8170, 7665, 11086, 9055, 9335, 7886, 10051, 8203, 8086, 11689, 9086, 8139, 7967, 10204, 8682, 8082, 12108, 9793, 9234, 11568, 10527, 9439, 9802, 13796, 9993, 8463, 7920, 11356, 9300, 8603, 7819, 11037, 9118, 8031, 7909, 11931, 10256, 8948, 8787, 12047, 10007, 8403, 7650, 12506, 10240, 10510, 11895, 10442, 9350, 9290, 10173, 9737, 7896, 7437, 10970, 9178, 8150, 8141, 9723, 8151, 7611, 11636, 9399, 8811, 9980, 10589, 8249, 7932, 12337, 10039, 8291, 8512, 12094, 9725, 10121, 10347, 10202, 8451, 7827, 12465, 9745, 10343, 10643, 9782, 8431, 7260, 11977, 9860, 10207, 10476, 9804, 8283, 7346, 10001, 8140, 7653, 11086, 9395, 8673, 7406, 9954, 7956, 7521, 10470, 8626, 7664, 10881, 9387, 9057, 11632, 8746, 14775, 11488, 8837, 11449, 9422, 8547, 11893, 9128, 9569, 10155, 9351, 7656, 7676, 9084, 7959, 8303, 9986, 8165, 7302, 10299, 8159, 8438, 11148, 8572, 7382, 8277, 8919, 7893, 9913, 10411, 8032, 7439, 12281, 9737, 8723, 12825, 9021, 9336, 10870, 8993, 8829, 11269, 8901, 9589, 10927, 9072, 8507, 8911, 9184, 7973, 7267, 10324, 8478, 7972, 11508, 9281, 9192, 11375, 9195, 8589, 7241, 11385, 10323, 8751, 12510, 10498, 9217, 9065, 9785, 8076, 8827, 10394, 8057, 7884, 10846, 9580, 10137, 10335, 9738, 8233, 7231, 10536, 9170, 9337, 11339, 9379, 9402, 10026, 9691, 8395, 10020, 9939, 8536, 7383, 10323, 8680, 7316, 12210, 9486, 8067, 10821, 9103, 7910, 11371, 9513, 10616, 11295, 9482, 8568, 7651, 9672, 8388, 7310, 12661, 9398, 10124, 10398, 9832, 9173, 10332, 9790, 8181, 7610, 10116, 8441, 7627, 11214, 9691, 9838, 10662, 9479, 9261, 12697, 9983, 8158, 12421, 9607, 7945, 11194, 8933, 9918, 10619, 8658, 7904, 10843, 9389, 8787, 10779, 9592, 8821, 7229, 9609, 8379, 7753, 12025, 8605, 10673, 13035, 9261, 8286, 10903, 9927, 10287, 9556, 10130, 7520, 8632, 9560, 9559, 8085, 7697, 11021, 9671, 8049, 7424, 11139, 9922, 10469, 12163, 9969, 8295, 7391, 11462, 10039, 7929, 9056, 11158, 9713, 9864, 7220, 10872, 10295, 7955, 9661, 7992, 10479, 8947, 10042, 11417, 10094, 9346, 9958, 7734, 10691, 10024, 9395, 7316, 10355, 9692, 7872, 9655, 8636, 11019, 9711, 10332, 9970, 10054, 9255, 8657, 8299, 11406, 10207, 8241, 9332, 13650, 12963, 8799, 7990, 8243, 11832, 10555, 9875, 8584, 11144, 11104, 13028, 10482, 9072, 9196, 8075, 11177, 9998, 10161, 11816, 10597, 8936, 8953, 10672, 9923, 7908, 8729, 9827, 9392, 9511, 8071, 10715, 9668, 7464, 8389, 9024, 10055, 8727, 8572, 11752, 10093, 9015, 8249, 11204, 9576, 9274, 7602, 10548, 9019, 10028, 8411, 9682, 7533, 7537, 10027, 9778, 7469, 8757, 7785, 11831, 8213, 7532, 7456, 10558, 8893, 8208, 9881, 10351, 7848, 7595, 12215, 8231, 7758, 12273, 8257, 11529, 10916, 7886, 7287, 11811, 8170, 7839, 10766, 9350, 7554, 10796, 9270, 8052, 12090, 9051, 9833, 13106, 9018, 7605, 10770, 8832, 7539, 10908, 8356, 7335, 11028, 9036, 7730, 11074, 8335, 8021, 11249, 8292, 7886, 11222, 8522, 7844, 11795, 8894, 7460, 10573, 8739, 9360, 10138, 8204, 13019, 9454, 8369, 7392, 9550, 8378, 8676, 9839, 8138, 11001, 9601, 8451, 9856, 9878, 8466, 12320, 9930, 8703, 7791, 9706, 8626, 7778, 11257, 8574, 8282, 11563, 8929, 8746, 11340, 9023, 8346, 13744, 8904, 8956, 11507, 9148, 8995, 12109, 9204, 8360, 8283, 9706, 8575, 8149, 10176, 8614, 7483, 10695, 8656, 8237, 11576, 8959, 8980, 11842, 8808, 8210, 9591, 8851, 8052, 9238, 11148, 8698, 7413, 9779, 8485, 8290, 7362, 10025, 7662, 7629, 11279, 8605, 8498, 11358, 9144, 8821, 12576, 9926, 8871, 11678, 9282, 8388, 10782, 9093, 8119, 10412, 9476, 8245, 7474, 10915, 9021, 7789, 11585, 8936, 8045, 8766, 9079, 8023, 10437, 9783, 8621, 7347, 10991, 8422, 7596, 11624, 8802, 8991, 8064, 9195, 7769, 7563, 9961, 8669, 8264, 7733, 11501, 8702, 7590, 12186, 10385, 10961, 11737, 9218, 8101, 12491, 9410, 9287, 13483, 8937, 8687, 7484, 11297, 8969, 7970, 13395, 9127, 8084, 8658, 9561, 8133, 8019, 11815, 8868, 8232, 7555, 9707, 8582, 7794, 11822, 8781, 8029, 7308, 9843, 8409, 8300, 11498, 9189, 8423, 8132, 10335, 7956, 8633, 11683, 9350, 8523, 7199, 10996, 9194, 8843, 9308, 10724, 7934, 8131, 11575, 9506, 8672, 8469, 11793, 9328, 8687, 7585, 9657, 7854, 7998, 11465, 9106, 8334, 8257, 10086, 8576, 8289, 12936, 9562, 9590, 11423, 10668, 7696, 8205, 7613, 10011, 8489, 9183, 10791, 9926, 9046, 9241, 7156, 10539, 9223, 8632, 7470, 11702, 9139, 8499, 7935, 12153, 9462, 9722, 13408, 9830, 8154, 8754, 10118, 9745, 7987, 8504, 12329, 9494, 8629, 9668, 9901, 8725, 12874, 10337, 8777, 9173, 10006, 8781, 7847, 12308, 9659, 8723, 11578, 9459, 9641, 10936, 9668, 9617, 10985, 9745, 8759, 9816, 10157, 9859, 10890, 9674, 8681, 7631, 10031, 9022, 7583, 11797, 8447, 8491, 12047, 9723, 8318, 12802, 9442, 9427, 11514, 9210, 9421, 11085, 8910, 12977, 10910, 8638, 8357, 10395, 9798, 10136, 9759, 9707, 7724, 8345, 10686, 9255, 8957, 10350, 9599, 9060, 7896, 11241, 9087, 8830, 13839, 12953, 12747, 13495, 9913, 9024, 11573, 10127, 9122, 12570, 9847, 8936, 10825, 9741, 8646, 11444, 9635, 8413, 12757, 8942, 8381, 11204, 9069, 8288, 12152, 9114, 8581, 11707, 9714, 8289, 11826, 9498, 8197, 11475, 9130, 7412, 10188, 8526, 10901, 9860, 9908, 11313, 9491, 9654, 10406, 9785, 9967, 11946, 9415, 9271, 10442, 9374, 8821, 9716, 9475, 8965, 11256, 9445, 8838, 11620, 9677, 8728, 12512, 9248, 8242, 10310, 8851, 7166, 9591, 8567, 10021, 9357, 7976, 10278, 9141, 8415, 10613, 9329, 8527, 13191, 8991, 8162, 11631, 8743, 7642, 12187, 8557, 8120, 12110, 8637, 8020, 12307, 8916, 7496, 12420, 8926, 7539, 10932, 8995, 7483, 11736, 8523, 7548, 11647, 8192, 7784, 12422, 8679, 8099, 12591, 8993, 9125, 10689, 9174, 8255, 9575, 9825, 8487, 7524, 9843, 8580, 10301, 10544, 8377, 11115, 9539, 8586, 8628, 10192, 8749, 10243, 10901, 8318, 7415, 9350, 8630, 7853, 10847, 8636, 7435, 12518, 8826, 8682, 9974, 10238, 8415, 10951, 10869, 7939, 8094, 10844, 8917, 8712, 9624, 11406, 8097, 8609, 11210, 9039, 8640, 10221, 9490, 8425, 7514, 10375, 8320, 8132, 12397, 8679, 8286, 12521, 9084, 8781, 10858, 9481, 9310, 12163, 9405, 8500, 9113, 9691, 8918, 8373, 10529, 8683, 7431, 11146, 8786, 8575, 11614, 8883, 9509, 11114, 9345, 8429, 9718, 9567, 8406, 9973, 9833, 8789, 7471, 11823, 8870, 8273, 12856, 8839, 8729, 10304, 9414, 8471, 10777, 9667, 8993, 12508, 9397, 8420, 10614, 9656, 9638, 13389, 9674, 9367, 10867, 9505, 9183, 10577, 9675, 9078, 10325, 9442, 8304, 8887, 9836, 8778, 8550, 11406, 8957, 7501, 11249, 9349, 8394, 12026, 9219, 8685, 8673, 9873, 8822, 7440, 12033, 8599, 8232, 11360, 9540, 9525, 9757, 9893, 8763, 8621, 10731, 9109, 8501, 12081, 9528, 10184, 10323, 9874, 7957, 8185, 11385, 9571, 9670, 10725, 9408, 8775, 8015, 11401, 9459, 9048, 9166, 9519, 8847, 10296, 11150, 11159, 9617, 7976, 12224, 9675, 7978, 7354, 11434, 9359, 9229, 11324, 9532, 8602, 7156, 10879, 8841, 8164, 11990, 9313, 8013, 8207, 10225, 8898, 8682, 13158, 9401, 10151, 9547, 9928, 8662, 7311, 12547, 9291, 9540, 7825, 10268, 8742, 8766, 13623, 9907, 10428, 13007, 9839, 8887, 7470, 12917, 9978, 10242, 13162, 10344, 8587, 7854, 11215, 9816, 8584, 7382, 10489, 9423, 8430, 7887, 11362, 8873, 10263, 12024, 10168, 10469, 9629, 10554, 8244, 8691, 11923, 9975, 8608, 7805, 11654, 9990, 10545, 10810, 10249, 8259, 7895, 11696, 10074, 10523, 10799, 10042, 7926, 7892, 10060, 9643, 7535, 8352, 8403, 9508, 8542, 8911, 8207, 10569, 8463, 8247, 11130, 9426, 8661, 8998, 12648, 11036, 9583, 12422, 10145, 8655, 9129, 9866, 10386, 7914, 8058, 7549, 9562, 7905, 8600, 9779, 10253, 8300, 8586, 11748, 11112, 8587, 9036, 7364, 8884, 10079, 8762, 9571, 9979, 9750, 9622, 8500, 7279, 12330, 10059, 10362, 11118, 10088, 9035, 9546, 8432, 9926, 7735, 8786, 9520, 9768, 7771, 8052, 10972, 9608, 8256, 9769, 10799, 9258, 9686, 9523, 9744, 8169, 7947, 11823, 9973, 8417, 7217, 11858, 10024, 9197, 7167, 10279, 9711, 10217, 9599, 9914, 8186, 8161, 11271, 9943, 10030, 9441, 10378, 8422, 9168, 8564, 10070, 8401, 10329, 8671, 9385, 9487, 8740, 7408, 12149, 10094, 10140, 11778, 11248, 10244, 9023, 8393, 12098, 10923, 8951, 10800, 14905, 10408, 8584, 8451, 12463, 10974, 9039, 8817, 12031, 10582, 8931, 8951, 10341, 10721, 8669, 9196, 8159, 10318, 8868, 10026, 9590, 10318, 8426, 9893, 8516, 10410, 9134, 10279, 8360, 10502, 9344, 10169, 8627, 10301, 8845, 8197, 11577, 10056, 7858, 8217, 7784, 10205, 9388, 8512, 7738, 10024, 9921, 8681, 8983, 8950, 10241, 8729, 7993, 12812], 'WindowCenter': [4282.0, 4243.0, 4237.0, 4221.0, 4251.0, 4226.0, 4203.0, 4191.0, 4235.0, 4201.0, 4199.0, 4187.0, 4218.0, 4198.0, 4176.0, 4177.0, 4198.0, 4199.0, 4178.0, 4189.0, 4209.0, 4199.0, 4178.0, 4176.0, 4210.0, 4186.0, 4191.0, 4191.0, 4197.0, 4191.0, 4179.0, 4208.0, 4190.0, 4202.0, 4223.0, 4203.0, 4189.0, 4181.0, 4199.0, 4189.0, 4179.0, 4223.0, 4201.0, 4213.0, 4195.0, 4213.0, 4192.0, 4192.0, 4236.0, 4203.0, 4207.0, 4193.0, 4217.0, 4203.0, 4204.0, 4233.0, 4214.0, 4203.0, 4222.0, 4211.0, 4202.0, 4213.0, 4234.0, 4202.0, 4192.0, 4178.0, 4209.0, 4198.0, 4190.0, 4180.0, 4227.0, 4202.0, 4193.0, 4194.0, 4238.0, 4225.0, 4204.0, 4206.0, 4222.0, 4201.0, 4177.0, 4177.0, 4222.0, 4199.0, 4209.0, 4223.0, 4200.0, 4190.0, 4187.0, 4209.0, 4198.0, 4179.0, 4169.0, 4211.0, 4200.0, 4191.0, 4190.0, 4202.0, 4192.0, 4180.0, 4222.0, 4202.0, 4199.0, 4215.0, 4211.0, 4189.0, 4179.0, 4220.0, 4197.0, 4188.0, 4189.0, 4217.0, 4198.0, 4201.0, 4201.0, 4197.0, 4180.0, 4178.0, 4219.0, 4198.0, 4198.0, 4200.0, 4198.0, 4178.0, 4169.0, 4209.0, 4199.0, 4199.0, 4200.0, 4196.0, 4177.0, 4169.0, 4199.0, 4177.0, 4181.0, 4212.0, 4201.0, 4188.0, 4182.0, 4213.0, 4193.0, 4196.0, 4226.0, 4206.0, 4197.0, 4225.0, 4214.0, 4204.0, 4223.0, 4202.0, 4246.0, 4223.0, 4188.0, 4212.0, 4191.0, 4187.0, 4222.0, 4191.0, 4200.0, 4201.0, 4197.0, 4191.0, 4182.0, 4200.0, 4178.0, 4192.0, 4201.0, 4180.0, 4171.0, 4212.0, 4189.0, 4190.0, 4225.0, 4201.0, 4181.0, 4194.0, 4202.0, 4193.0, 4214.0, 4215.0, 4193.0, 4182.0, 4223.0, 4202.0, 4203.0, 4236.0, 4191.0, 4199.0, 4212.0, 4191.0, 4189.0, 4212.0, 4190.0, 4201.0, 4210.0, 4187.0, 4191.0, 4188.0, 4199.0, 4179.0, 4183.0, 4201.0, 4192.0, 4181.0, 4222.0, 4199.0, 4203.0, 4223.0, 4200.0, 4190.0, 4167.0, 4222.0, 4212.0, 4189.0, 4234.0, 4213.0, 4203.0, 4203.0, 4199.0, 4180.0, 4189.0, 4202.0, 4191.0, 4192.0, 4212.0, 4199.0, 4213.0, 4212.0, 4198.0, 4189.0, 4170.0, 4200.0, 4188.0, 4201.0, 4212.0, 4199.0, 4198.0, 4200.0, 4199.0, 4192.0, 4200.0, 4200.0, 4192.0, 4170.0, 4199.0, 4192.0, 4181.0, 4222.0, 4201.0, 4178.0, 4209.0, 4187.0, 4178.0, 4211.0, 4201.0, 4211.0, 4212.0, 4199.0, 4189.0, 4182.0, 4199.0, 4192.0, 4180.0, 4234.0, 4204.0, 4210.0, 4212.0, 4199.0, 4201.0, 4213.0, 4210.0, 4192.0, 4182.0, 4212.0, 4191.0, 4184.0, 4224.0, 4204.0, 4211.0, 4215.0, 4225.0, 4216.0, 4234.0, 4214.0, 4191.0, 4235.0, 4201.0, 4181.0, 4210.0, 4190.0, 4202.0, 4199.0, 4188.0, 4182.0, 4211.0, 4190.0, 4190.0, 4210.0, 4201.0, 4192.0, 4182.0, 4203.0, 4194.0, 4183.0, 4224.0, 4193.0, 4215.0, 4232.0, 4200.0, 4190.0, 4210.0, 4198.0, 4199.0, 4199.0, 4202.0, 4180.0, 4191.0, 4202.0, 4201.0, 4178.0, 4181.0, 4210.0, 4200.0, 4182.0, 4182.0, 4212.0, 4201.0, 4211.0, 4222.0, 4200.0, 4188.0, 4182.0, 4220.0, 4200.0, 4195.0, 4203.0, 4214.0, 4212.0, 4214.0, 4181.0, 4213.0, 4211.0, 4181.0, 4198.0, 4193.0, 4210.0, 4190.0, 4200.0, 4212.0, 4214.0, 4200.0, 4211.0, 4196.0, 4211.0, 4198.0, 4190.0, 4170.0, 4201.0, 4199.0, 4176.0, 4200.0, 4191.0, 4211.0, 4203.0, 4211.0, 4201.0, 4198.0, 4189.0, 4191.0, 4179.0, 4209.0, 4201.0, 4180.0, 4190.0, 4235.0, 4223.0, 4188.0, 4180.0, 4190.0, 4234.0, 4223.0, 4212.0, 4206.0, 4221.0, 4223.0, 4221.0, 4199.0, 4188.0, 4188.0, 4168.0, 4198.0, 4187.0, 4187.0, 4207.0, 4186.0, 4175.0, 4175.0, 4186.0, 4185.0, 4165.0, 4178.0, 4188.0, 4177.0, 4187.0, 4167.0, 4211.0, 4213.0, 4183.0, 4190.0, 4189.0, 4186.0, 4189.0, 4189.0, 4222.0, 4199.0, 4192.0, 4192.0, 4212.0, 4201.0, 4202.0, 4178.0, 4211.0, 4202.0, 4200.0, 4191.0, 4201.0, 4181.0, 4194.0, 4214.0, 4216.0, 4183.0, 4205.0, 4195.0, 4225.0, 4202.0, 4195.0, 4196.0, 4224.0, 4202.0, 4205.0, 4213.0, 4213.0, 4207.0, 4195.0, 4223.0, 4190.0, 4180.0, 4225.0, 4191.0, 4220.0, 4224.0, 4192.0, 4182.0, 4220.0, 4191.0, 4209.0, 4226.0, 4217.0, 4193.0, 4224.0, 4201.0, 4192.0, 4233.0, 4203.0, 4212.0, 4232.0, 4190.0, 4178.0, 4210.0, 4188.0, 4180.0, 4209.0, 4179.0, 4166.0, 4212.0, 4199.0, 4182.0, 4222.0, 4190.0, 4192.0, 4222.0, 4193.0, 4194.0, 4221.0, 4205.0, 4194.0, 4225.0, 4201.0, 4180.0, 4212.0, 4191.0, 4188.0, 4197.0, 4176.0, 4221.0, 4197.0, 4180.0, 4168.0, 4198.0, 4189.0, 4193.0, 4200.0, 4181.0, 4213.0, 4198.0, 4178.0, 4198.0, 4198.0, 4189.0, 4220.0, 4198.0, 4191.0, 4179.0, 4200.0, 4190.0, 4181.0, 4210.0, 4189.0, 4192.0, 4221.0, 4200.0, 4192.0, 4211.0, 4191.0, 4191.0, 4234.0, 4191.0, 4189.0, 4207.0, 4202.0, 4190.0, 4222.0, 4198.0, 4179.0, 4179.0, 4197.0, 4190.0, 4178.0, 4202.0, 4191.0, 4180.0, 4211.0, 4188.0, 4191.0, 4220.0, 4202.0, 4192.0, 4223.0, 4202.0, 4189.0, 4201.0, 4200.0, 4190.0, 4203.0, 4222.0, 4203.0, 4184.0, 4213.0, 4203.0, 4202.0, 4184.0, 4215.0, 4196.0, 4193.0, 4225.0, 4206.0, 4202.0, 4226.0, 4215.0, 4217.0, 4235.0, 4212.0, 4203.0, 4222.0, 4198.0, 4190.0, 4212.0, 4199.0, 4191.0, 4211.0, 4201.0, 4189.0, 4177.0, 4223.0, 4201.0, 4191.0, 4220.0, 4202.0, 4189.0, 4200.0, 4201.0, 4196.0, 4211.0, 4215.0, 4203.0, 4181.0, 4225.0, 4201.0, 4193.0, 4221.0, 4203.0, 4204.0, 4191.0, 4202.0, 4192.0, 4195.0, 4223.0, 4204.0, 4204.0, 4195.0, 4237.0, 4205.0, 4193.0, 4234.0, 4213.0, 4223.0, 4222.0, 4203.0, 4192.0, 4235.0, 4203.0, 4200.0, 4235.0, 4188.0, 4192.0, 4177.0, 4213.0, 4198.0, 4177.0, 4234.0, 4200.0, 4190.0, 4192.0, 4200.0, 4179.0, 4179.0, 4222.0, 4189.0, 4188.0, 4178.0, 4197.0, 4191.0, 4192.0, 4222.0, 4190.0, 4177.0, 4180.0, 4200.0, 4192.0, 4190.0, 4220.0, 4199.0, 4192.0, 4193.0, 4213.0, 4192.0, 4190.0, 4220.0, 4200.0, 4199.0, 4170.0, 4211.0, 4198.0, 4203.0, 4202.0, 4213.0, 4191.0, 4189.0, 4222.0, 4199.0, 4187.0, 4190.0, 4220.0, 4201.0, 4191.0, 4179.0, 4201.0, 4192.0, 4193.0, 4225.0, 4202.0, 4194.0, 4190.0, 4211.0, 4193.0, 4191.0, 4235.0, 4201.0, 4204.0, 4227.0, 4209.0, 4182.0, 4189.0, 4180.0, 4197.0, 4187.0, 4203.0, 4214.0, 4203.0, 4204.0, 4204.0, 4184.0, 4212.0, 4200.0, 4193.0, 4183.0, 4225.0, 4202.0, 4206.0, 4193.0, 4237.0, 4214.0, 4215.0, 4233.0, 4202.0, 4181.0, 4189.0, 4201.0, 4198.0, 4181.0, 4194.0, 4222.0, 4200.0, 4193.0, 4201.0, 4199.0, 4192.0, 4223.0, 4202.0, 4191.0, 4192.0, 4187.0, 4178.0, 4180.0, 4208.0, 4201.0, 4191.0, 4212.0, 4190.0, 4202.0, 4212.0, 4201.0, 4201.0, 4212.0, 4198.0, 4189.0, 4200.0, 4200.0, 4202.0, 4212.0, 4202.0, 4191.0, 4181.0, 4201.0, 4193.0, 4182.0, 4221.0, 4193.0, 4193.0, 4222.0, 4201.0, 4193.0, 4222.0, 4199.0, 4189.0, 4211.0, 4190.0, 4190.0, 4200.0, 4177.0, 4220.0, 4200.0, 4180.0, 4189.0, 4201.0, 4200.0, 4201.0, 4199.0, 4201.0, 4182.0, 4190.0, 4214.0, 4217.0, 4205.0, 4214.0, 4202.0, 4201.0, 4192.0, 4209.0, 4190.0, 4189.0, 4231.0, 4220.0, 4222.0, 4221.0, 4189.0, 4188.0, 4207.0, 4185.0, 4188.0, 4209.0, 4188.0, 4187.0, 4199.0, 4189.0, 4185.0, 4208.0, 4189.0, 4179.0, 4220.0, 4178.0, 4178.0, 4198.0, 4188.0, 4179.0, 4208.0, 4190.0, 4187.0, 4209.0, 4200.0, 4179.0, 4220.0, 4201.0, 4179.0, 4212.0, 4198.0, 4170.0, 4199.0, 4191.0, 4209.0, 4200.0, 4198.0, 4210.0, 4188.0, 4201.0, 4199.0, 4198.0, 4199.0, 4223.0, 4205.0, 4203.0, 4224.0, 4202.0, 4201.0, 4202.0, 4200.0, 4204.0, 4223.0, 4200.0, 4201.0, 4222.0, 4200.0, 4191.0, 4222.0, 4201.0, 4188.0, 4200.0, 4190.0, 4168.0, 4201.0, 4190.0, 4201.0, 4187.0, 4178.0, 4209.0, 4199.0, 4192.0, 4209.0, 4202.0, 4191.0, 4231.0, 4191.0, 4188.0, 4210.0, 4192.0, 4180.0, 4220.0, 4193.0, 4191.0, 4222.0, 4204.0, 4190.0, 4224.0, 4202.0, 4181.0, 4221.0, 4203.0, 4181.0, 4210.0, 4201.0, 4185.0, 4224.0, 4193.0, 4180.0, 4223.0, 4190.0, 4183.0, 4233.0, 4188.0, 4191.0, 4234.0, 4203.0, 4202.0, 4213.0, 4200.0, 4191.0, 4203.0, 4211.0, 4202.0, 4193.0, 4212.0, 4202.0, 4214.0, 4209.0, 4190.0, 4210.0, 4199.0, 4190.0, 4190.0, 4212.0, 4190.0, 4202.0, 4213.0, 4192.0, 4179.0, 4199.0, 4191.0, 4193.0, 4214.0, 4204.0, 4193.0, 4236.0, 4202.0, 4190.0, 4200.0, 4216.0, 4192.0, 4213.0, 4212.0, 4193.0, 4193.0, 4224.0, 4204.0, 4191.0, 4201.0, 4226.0, 4184.0, 4190.0, 4214.0, 4190.0, 4190.0, 4214.0, 4201.0, 4192.0, 4183.0, 4212.0, 4192.0, 4194.0, 4237.0, 4205.0, 4193.0, 4238.0, 4203.0, 4192.0, 4212.0, 4201.0, 4201.0, 4221.0, 4202.0, 4189.0, 4194.0, 4202.0, 4190.0, 4191.0, 4212.0, 4190.0, 4171.0, 4210.0, 4191.0, 4190.0, 4223.0, 4201.0, 4201.0, 4224.0, 4202.0, 4193.0, 4202.0, 4201.0, 4193.0, 4212.0, 4204.0, 4193.0, 4182.0, 4224.0, 4202.0, 4192.0, 4234.0, 4203.0, 4194.0, 4215.0, 4201.0, 4193.0, 4215.0, 4204.0, 4192.0, 4224.0, 4200.0, 4190.0, 4209.0, 4203.0, 4201.0, 4222.0, 4190.0, 4191.0, 4200.0, 4188.0, 4190.0, 4212.0, 4202.0, 4191.0, 4202.0, 4198.0, 4181.0, 4189.0, 4202.0, 4192.0, 4190.0, 4213.0, 4192.0, 4169.0, 4212.0, 4190.0, 4191.0, 4223.0, 4193.0, 4193.0, 4189.0, 4199.0, 4190.0, 4180.0, 4220.0, 4193.0, 4181.0, 4211.0, 4200.0, 4200.0, 4198.0, 4200.0, 4191.0, 4191.0, 4208.0, 4190.0, 4190.0, 4221.0, 4202.0, 4203.0, 4203.0, 4200.0, 4182.0, 4181.0, 4212.0, 4200.0, 4201.0, 4214.0, 4203.0, 4193.0, 4184.0, 4226.0, 4204.0, 4209.0, 4205.0, 4203.0, 4192.0, 4214.0, 4223.0, 4214.0, 4203.0, 4184.0, 4225.0, 4202.0, 4183.0, 4171.0, 4213.0, 4192.0, 4204.0, 4212.0, 4205.0, 4194.0, 4171.0, 4214.0, 4194.0, 4193.0, 4223.0, 4191.0, 4183.0, 4193.0, 4215.0, 4204.0, 4194.0, 4236.0, 4206.0, 4213.0, 4200.0, 4203.0, 4193.0, 4172.0, 4223.0, 4205.0, 4205.0, 4186.0, 4215.0, 4206.0, 4205.0, 4248.0, 4215.0, 4215.0, 4235.0, 4202.0, 4193.0, 4170.0, 4223.0, 4200.0, 4214.0, 4224.0, 4201.0, 4180.0, 4181.0, 4212.0, 4201.0, 4192.0, 4172.0, 4212.0, 4200.0, 4192.0, 4193.0, 4224.0, 4203.0, 4203.0, 4222.0, 4201.0, 4201.0, 4191.0, 4202.0, 4181.0, 4192.0, 4212.0, 4201.0, 4190.0, 4171.0, 4212.0, 4201.0, 4212.0, 4213.0, 4201.0, 4180.0, 4182.0, 4211.0, 4203.0, 4211.0, 4213.0, 4199.0, 4192.0, 4194.0, 4201.0, 4201.0, 4182.0, 4192.0, 4194.0, 4203.0, 4205.0, 4205.0, 4196.0, 4217.0, 4194.0, 4193.0, 4223.0, 4202.0, 4191.0, 4190.0, 4221.0, 4212.0, 4201.0, 4222.0, 4201.0, 4189.0, 4192.0, 4198.0, 4199.0, 4178.0, 4181.0, 4180.0, 4189.0, 4180.0, 4179.0, 4201.0, 4201.0, 4191.0, 4181.0, 4213.0, 4212.0, 4193.0, 4191.0, 4193.0, 4204.0, 4204.0, 4193.0, 4203.0, 4204.0, 4203.0, 4189.0, 4180.0, 4172.0, 4220.0, 4201.0, 4203.0, 4201.0, 4191.0, 4190.0, 4189.0, 4180.0, 4200.0, 4181.0, 4193.0, 4203.0, 4201.0, 4181.0, 4182.0, 4214.0, 4202.0, 4180.0, 4204.0, 4203.0, 4201.0, 4202.0, 4203.0, 4201.0, 4191.0, 4181.0, 4211.0, 4201.0, 4180.0, 4171.0, 4225.0, 4203.0, 4201.0, 4173.0, 4203.0, 4201.0, 4201.0, 4204.0, 4202.0, 4192.0, 4180.0, 4213.0, 4215.0, 4203.0, 4201.0, 4201.0, 4194.0, 4203.0, 4191.0, 4202.0, 4191.0, 4212.0, 4206.0, 4204.0, 4201.0, 4204.0, 4185.0, 4224.0, 4213.0, 4215.0, 4239.0, 4226.0, 4200.0, 4190.0, 4180.0, 4209.0, 4199.0, 4188.0, 4201.0, 4230.0, 4200.0, 4180.0, 4181.0, 4211.0, 4200.0, 4178.0, 4179.0, 4209.0, 4197.0, 4177.0, 4178.0, 4198.0, 4198.0, 4178.0, 4190.0, 4169.0, 4198.0, 4188.0, 4199.0, 4201.0, 4201.0, 4180.0, 4203.0, 4192.0, 4199.0, 4190.0, 4200.0, 4182.0, 4212.0, 4191.0, 4201.0, 4191.0, 4201.0, 4190.0, 4182.0, 4213.0, 4199.0, 4181.0, 4178.0, 4181.0, 4200.0, 4189.0, 4191.0, 4184.0, 4215.0, 4214.0, 4205.0, 4203.0, 4205.0, 4215.0, 4190.0, 4183.0, 4225.0], 'WindowWidth': [9504.0, 9433.0, 9412.0, 9377.0, 9414.0, 9373.0, 9336.0, 9315.0, 9379.0, 9327.0, 9322.0, 9304.0, 9347.0, 9316.0, 9285.0, 9285.0, 9319.0, 9323.0, 9290.0, 9305.0, 9333.0, 9318.0, 9290.0, 9287.0, 9336.0, 9301.0, 9311.0, 9313.0, 9316.0, 9314.0, 9294.0, 9333.0, 9310.0, 9329.0, 9360.0, 9331.0, 9309.0, 9300.0, 9321.0, 9310.0, 9296.0, 9360.0, 9330.0, 9346.0, 9324.0, 9347.0, 9317.0, 9318.0, 9382.0, 9336.0, 9344.0, 9323.0, 9356.0, 9335.0, 9339.0, 9380.0, 9351.0, 9333.0, 9358.0, 9342.0, 9330.0, 9344.0, 9377.0, 9331.0, 9316.0, 9293.0, 9337.0, 9320.0, 9314.0, 9301.0, 9372.0, 9332.0, 9320.0, 9322.0, 9388.0, 9367.0, 9335.0, 9339.0, 9358.0, 9325.0, 9292.0, 9290.0, 9356.0, 9321.0, 9334.0, 9359.0, 9323.0, 9308.0, 9303.0, 9335.0, 9320.0, 9294.0, 9283.0, 9340.0, 9322.0, 9313.0, 9314.0, 9330.0, 9316.0, 9299.0, 9358.0, 9327.0, 9324.0, 9350.0, 9340.0, 9309.0, 9295.0, 9353.0, 9317.0, 9308.0, 9310.0, 9346.0, 9320.0, 9325.0, 9326.0, 9317.0, 9296.0, 9293.0, 9348.0, 9320.0, 9319.0, 9323.0, 9317.0, 9290.0, 9279.0, 9333.0, 9321.0, 9321.0, 9323.0, 9314.0, 9291.0, 9280.0, 9321.0, 9290.0, 9297.0, 9341.0, 9324.0, 9307.0, 9302.0, 9343.0, 9320.0, 9329.0, 9368.0, 9343.0, 9332.0, 9368.0, 9352.0, 9336.0, 9363.0, 9334.0, 9398.0, 9360.0, 9306.0, 9342.0, 9310.0, 9304.0, 9355.0, 9312.0, 9322.0, 9326.0, 9318.0, 9318.0, 9304.0, 9325.0, 9293.0, 9315.0, 9326.0, 9295.0, 9286.0, 9341.0, 9310.0, 9313.0, 9366.0, 9329.0, 9303.0, 9322.0, 9332.0, 9319.0, 9350.0, 9350.0, 9321.0, 9303.0, 9361.0, 9329.0, 9334.0, 9382.0, 9313.0, 9322.0, 9342.0, 9311.0, 9309.0, 9341.0, 9310.0, 9325.0, 9337.0, 9303.0, 9311.0, 9307.0, 9321.0, 9296.0, 9303.0, 9325.0, 9315.0, 9297.0, 9356.0, 9323.0, 9330.0, 9359.0, 9327.0, 9313.0, 9278.0, 9354.0, 9343.0, 9312.0, 9379.0, 9347.0, 9332.0, 9331.0, 9322.0, 9298.0, 9309.0, 9327.0, 9314.0, 9315.0, 9342.0, 9322.0, 9344.0, 9342.0, 9321.0, 9307.0, 9282.0, 9323.0, 9304.0, 9326.0, 9344.0, 9325.0, 9321.0, 9325.0, 9320.0, 9314.0, 9324.0, 9323.0, 9313.0, 9282.0, 9322.0, 9314.0, 9300.0, 9356.0, 9326.0, 9294.0, 9335.0, 9303.0, 9293.0, 9340.0, 9325.0, 9339.0, 9344.0, 9322.0, 9310.0, 9303.0, 9323.0, 9316.0, 9300.0, 9374.0, 9334.0, 9338.0, 9343.0, 9321.0, 9329.0, 9346.0, 9339.0, 9316.0, 9304.0, 9344.0, 9315.0, 9307.0, 9362.0, 9333.0, 9343.0, 9352.0, 9369.0, 9358.0, 9377.0, 9349.0, 9313.0, 9380.0, 9327.0, 9299.0, 9337.0, 9311.0, 9329.0, 9321.0, 9306.0, 9299.0, 9339.0, 9309.0, 9308.0, 9336.0, 9323.0, 9314.0, 9303.0, 9329.0, 9320.0, 9306.0, 9360.0, 9318.0, 9349.0, 9371.0, 9325.0, 9310.0, 9337.0, 9319.0, 9321.0, 9322.0, 9325.0, 9298.0, 9311.0, 9328.0, 9325.0, 9293.0, 9301.0, 9341.0, 9326.0, 9304.0, 9302.0, 9342.0, 9328.0, 9341.0, 9358.0, 9326.0, 9307.0, 9302.0, 9353.0, 9323.0, 9322.0, 9331.0, 9347.0, 9347.0, 9348.0, 9302.0, 9347.0, 9340.0, 9299.0, 9318.0, 9320.0, 9338.0, 9310.0, 9323.0, 9342.0, 9347.0, 9324.0, 9344.0, 9331.0, 9342.0, 9319.0, 9308.0, 9283.0, 9325.0, 9319.0, 9288.0, 9322.0, 9312.0, 9338.0, 9330.0, 9340.0, 9329.0, 9321.0, 9309.0, 9312.0, 9292.0, 9334.0, 9325.0, 9295.0, 9310.0, 9378.0, 9358.0, 9305.0, 9295.0, 9312.0, 9382.0, 9364.0, 9347.0, 9343.0, 9355.0, 9359.0, 9355.0, 9321.0, 9304.0, 9302.0, 9273.0, 9314.0, 9297.0, 9299.0, 9328.0, 9296.0, 9278.0, 9278.0, 9295.0, 9292.0, 9266.0, 9288.0, 9301.0, 9285.0, 9299.0, 9274.0, 9341.0, 9347.0, 9305.0, 9307.0, 9304.0, 9300.0, 9306.0, 9306.0, 9355.0, 9321.0, 9314.0, 9312.0, 9341.0, 9325.0, 9326.0, 9295.0, 9338.0, 9329.0, 9324.0, 9313.0, 9324.0, 9298.0, 9324.0, 9350.0, 9353.0, 9305.0, 9339.0, 9326.0, 9365.0, 9332.0, 9325.0, 9325.0, 9366.0, 9333.0, 9337.0, 9349.0, 9346.0, 9346.0, 9325.0, 9361.0, 9313.0, 9300.0, 9364.0, 9315.0, 9353.0, 9366.0, 9320.0, 9301.0, 9351.0, 9315.0, 9353.0, 9371.0, 9360.0, 9323.0, 9363.0, 9331.0, 9319.0, 9377.0, 9337.0, 9348.0, 9373.0, 9312.0, 9292.0, 9336.0, 9306.0, 9298.0, 9336.0, 9295.0, 9277.0, 9341.0, 9326.0, 9300.0, 9359.0, 9314.0, 9316.0, 9357.0, 9318.0, 9321.0, 9356.0, 9338.0, 9322.0, 9364.0, 9330.0, 9300.0, 9342.0, 9313.0, 9307.0, 9317.0, 9287.0, 9353.0, 9318.0, 9296.0, 9279.0, 9320.0, 9309.0, 9319.0, 9326.0, 9300.0, 9346.0, 9322.0, 9292.0, 9319.0, 9319.0, 9309.0, 9351.0, 9321.0, 9310.0, 9295.0, 9322.0, 9310.0, 9298.0, 9338.0, 9310.0, 9316.0, 9354.0, 9324.0, 9314.0, 9341.0, 9313.0, 9313.0, 9378.0, 9313.0, 9310.0, 9334.0, 9330.0, 9311.0, 9357.0, 9321.0, 9293.0, 9294.0, 9315.0, 9309.0, 9294.0, 9328.0, 9313.0, 9298.0, 9340.0, 9306.0, 9312.0, 9353.0, 9328.0, 9315.0, 9361.0, 9329.0, 9310.0, 9328.0, 9324.0, 9313.0, 9332.0, 9359.0, 9333.0, 9309.0, 9349.0, 9334.0, 9334.0, 9310.0, 9352.0, 9327.0, 9321.0, 9369.0, 9340.0, 9335.0, 9370.0, 9354.0, 9359.0, 9382.0, 9347.0, 9333.0, 9358.0, 9322.0, 9313.0, 9344.0, 9323.0, 9313.0, 9340.0, 9325.0, 9310.0, 9294.0, 9359.0, 9329.0, 9316.0, 9357.0, 9330.0, 9312.0, 9328.0, 9331.0, 9326.0, 9343.0, 9350.0, 9333.0, 9302.0, 9365.0, 9331.0, 9319.0, 9354.0, 9333.0, 9332.0, 9315.0, 9328.0, 9318.0, 9325.0, 9364.0, 9338.0, 9340.0, 9327.0, 9389.0, 9342.0, 9324.0, 9379.0, 9349.0, 9362.0, 9361.0, 9334.0, 9317.0, 9382.0, 9335.0, 9327.0, 9380.0, 9308.0, 9314.0, 9291.0, 9344.0, 9321.0, 9292.0, 9378.0, 9326.0, 9314.0, 9318.0, 9323.0, 9295.0, 9295.0, 9356.0, 9309.0, 9307.0, 9295.0, 9318.0, 9313.0, 9320.0, 9358.0, 9311.0, 9291.0, 9297.0, 9324.0, 9314.0, 9313.0, 9354.0, 9324.0, 9314.0, 9320.0, 9346.0, 9317.0, 9311.0, 9356.0, 9326.0, 9327.0, 9286.0, 9341.0, 9320.0, 9334.0, 9331.0, 9345.0, 9317.0, 9311.0, 9358.0, 9323.0, 9304.0, 9311.0, 9353.0, 9327.0, 9314.0, 9298.0, 9328.0, 9316.0, 9317.0, 9364.0, 9333.0, 9320.0, 9314.0, 9342.0, 9318.0, 9313.0, 9378.0, 9328.0, 9332.0, 9367.0, 9337.0, 9301.0, 9310.0, 9295.0, 9313.0, 9303.0, 9330.0, 9349.0, 9330.0, 9334.0, 9333.0, 9306.0, 9343.0, 9325.0, 9318.0, 9303.0, 9367.0, 9331.0, 9339.0, 9323.0, 9382.0, 9348.0, 9351.0, 9375.0, 9326.0, 9298.0, 9305.0, 9324.0, 9318.0, 9298.0, 9319.0, 9358.0, 9324.0, 9316.0, 9326.0, 9321.0, 9314.0, 9357.0, 9328.0, 9310.0, 9313.0, 9301.0, 9291.0, 9295.0, 9332.0, 9324.0, 9310.0, 9340.0, 9308.0, 9325.0, 9339.0, 9323.0, 9322.0, 9341.0, 9318.0, 9307.0, 9322.0, 9322.0, 9325.0, 9340.0, 9325.0, 9309.0, 9297.0, 9323.0, 9315.0, 9302.0, 9354.0, 9316.0, 9318.0, 9356.0, 9326.0, 9316.0, 9355.0, 9322.0, 9307.0, 9339.0, 9308.0, 9306.0, 9319.0, 9286.0, 9346.0, 9323.0, 9295.0, 9309.0, 9327.0, 9322.0, 9325.0, 9323.0, 9324.0, 9299.0, 9312.0, 9348.0, 9358.0, 9336.0, 9348.0, 9330.0, 9329.0, 9316.0, 9337.0, 9310.0, 9307.0, 9367.0, 9351.0, 9353.0, 9355.0, 9306.0, 9305.0, 9330.0, 9296.0, 9302.0, 9332.0, 9303.0, 9299.0, 9320.0, 9305.0, 9299.0, 9331.0, 9306.0, 9291.0, 9347.0, 9289.0, 9289.0, 9315.0, 9302.0, 9293.0, 9331.0, 9309.0, 9303.0, 9333.0, 9321.0, 9294.0, 9350.0, 9325.0, 9295.0, 9341.0, 9318.0, 9283.0, 9319.0, 9310.0, 9336.0, 9322.0, 9319.0, 9338.0, 9304.0, 9323.0, 9323.0, 9317.0, 9320.0, 9360.0, 9337.0, 9330.0, 9363.0, 9330.0, 9329.0, 9330.0, 9326.0, 9332.0, 9361.0, 9325.0, 9326.0, 9357.0, 9323.0, 9314.0, 9356.0, 9325.0, 9305.0, 9322.0, 9309.0, 9280.0, 9324.0, 9310.0, 9326.0, 9304.0, 9293.0, 9335.0, 9321.0, 9314.0, 9337.0, 9329.0, 9312.0, 9367.0, 9313.0, 9307.0, 9338.0, 9315.0, 9297.0, 9353.0, 9318.0, 9314.0, 9357.0, 9333.0, 9312.0, 9361.0, 9331.0, 9303.0, 9354.0, 9333.0, 9300.0, 9340.0, 9329.0, 9311.0, 9361.0, 9318.0, 9301.0, 9360.0, 9312.0, 9304.0, 9372.0, 9308.0, 9315.0, 9378.0, 9332.0, 9330.0, 9345.0, 9325.0, 9313.0, 9332.0, 9342.0, 9330.0, 9320.0, 9344.0, 9331.0, 9348.0, 9337.0, 9311.0, 9340.0, 9321.0, 9311.0, 9310.0, 9343.0, 9312.0, 9329.0, 9344.0, 9314.0, 9296.0, 9320.0, 9313.0, 9317.0, 9345.0, 9335.0, 9323.0, 9383.0, 9331.0, 9312.0, 9326.0, 9351.0, 9315.0, 9344.0, 9343.0, 9318.0, 9318.0, 9362.0, 9333.0, 9313.0, 9328.0, 9364.0, 9305.0, 9309.0, 9348.0, 9310.0, 9311.0, 9345.0, 9325.0, 9315.0, 9303.0, 9342.0, 9315.0, 9323.0, 9383.0, 9336.0, 9318.0, 9386.0, 9331.0, 9315.0, 9342.0, 9325.0, 9326.0, 9354.0, 9328.0, 9308.0, 9318.0, 9327.0, 9310.0, 9313.0, 9341.0, 9309.0, 9286.0, 9337.0, 9311.0, 9309.0, 9357.0, 9327.0, 9326.0, 9362.0, 9328.0, 9317.0, 9329.0, 9327.0, 9315.0, 9344.0, 9332.0, 9317.0, 9302.0, 9360.0, 9330.0, 9317.0, 9375.0, 9332.0, 9320.0, 9347.0, 9326.0, 9321.0, 9351.0, 9331.0, 9315.0, 9360.0, 9323.0, 9311.0, 9336.0, 9328.0, 9324.0, 9355.0, 9309.0, 9308.0, 9322.0, 9303.0, 9307.0, 9341.0, 9325.0, 9311.0, 9327.0, 9318.0, 9296.0, 9307.0, 9325.0, 9313.0, 9308.0, 9342.0, 9313.0, 9280.0, 9338.0, 9309.0, 9312.0, 9355.0, 9315.0, 9313.0, 9308.0, 9319.0, 9310.0, 9297.0, 9349.0, 9314.0, 9298.0, 9339.0, 9319.0, 9321.0, 9320.0, 9322.0, 9310.0, 9311.0, 9331.0, 9308.0, 9309.0, 9352.0, 9327.0, 9328.0, 9331.0, 9322.0, 9299.0, 9297.0, 9341.0, 9322.0, 9325.0, 9344.0, 9330.0, 9316.0, 9304.0, 9363.0, 9333.0, 9345.0, 9336.0, 9328.0, 9314.0, 9346.0, 9360.0, 9347.0, 9331.0, 9304.0, 9362.0, 9326.0, 9303.0, 9283.0, 9340.0, 9312.0, 9329.0, 9344.0, 9332.0, 9318.0, 9284.0, 9346.0, 9316.0, 9315.0, 9357.0, 9311.0, 9301.0, 9316.0, 9348.0, 9332.0, 9320.0, 9378.0, 9339.0, 9344.0, 9323.0, 9327.0, 9314.0, 9287.0, 9356.0, 9334.0, 9334.0, 9311.0, 9349.0, 9338.0, 9338.0, 9400.0, 9351.0, 9348.0, 9376.0, 9326.0, 9314.0, 9282.0, 9354.0, 9322.0, 9346.0, 9359.0, 9321.0, 9293.0, 9294.0, 9337.0, 9322.0, 9311.0, 9284.0, 9340.0, 9323.0, 9315.0, 9318.0, 9359.0, 9333.0, 9329.0, 9355.0, 9322.0, 9323.0, 9309.0, 9326.0, 9299.0, 9312.0, 9340.0, 9323.0, 9308.0, 9282.0, 9340.0, 9323.0, 9339.0, 9343.0, 9322.0, 9295.0, 9300.0, 9338.0, 9327.0, 9337.0, 9342.0, 9321.0, 9316.0, 9319.0, 9323.0, 9325.0, 9300.0, 9314.0, 9318.0, 9329.0, 9336.0, 9338.0, 9326.0, 9353.0, 9321.0, 9318.0, 9360.0, 9327.0, 9311.0, 9309.0, 9352.0, 9342.0, 9325.0, 9356.0, 9324.0, 9306.0, 9310.0, 9317.0, 9318.0, 9290.0, 9298.0, 9294.0, 9301.0, 9291.0, 9291.0, 9323.0, 9321.0, 9312.0, 9296.0, 9342.0, 9339.0, 9316.0, 9311.0, 9321.0, 9335.0, 9332.0, 9315.0, 9327.0, 9330.0, 9326.0, 9304.0, 9293.0, 9283.0, 9349.0, 9321.0, 9324.0, 9324.0, 9306.0, 9304.0, 9304.0, 9293.0, 9322.0, 9296.0, 9313.0, 9328.0, 9322.0, 9296.0, 9297.0, 9343.0, 9326.0, 9295.0, 9330.0, 9326.0, 9324.0, 9331.0, 9330.0, 9324.0, 9310.0, 9297.0, 9338.0, 9321.0, 9292.0, 9283.0, 9363.0, 9329.0, 9325.0, 9288.0, 9330.0, 9323.0, 9323.0, 9332.0, 9326.0, 9314.0, 9294.0, 9343.0, 9347.0, 9330.0, 9325.0, 9325.0, 9318.0, 9326.0, 9310.0, 9324.0, 9314.0, 9342.0, 9338.0, 9333.0, 9327.0, 9333.0, 9308.0, 9362.0, 9343.0, 9347.0, 9386.0, 9366.0, 9323.0, 9309.0, 9295.0, 9334.0, 9319.0, 9303.0, 9322.0, 9366.0, 9319.0, 9291.0, 9295.0, 9338.0, 9319.0, 9286.0, 9288.0, 9331.0, 9310.0, 9284.0, 9285.0, 9316.0, 9314.0, 9286.0, 9303.0, 9276.0, 9314.0, 9302.0, 9318.0, 9326.0, 9321.0, 9293.0, 9329.0, 9313.0, 9318.0, 9307.0, 9320.0, 9298.0, 9338.0, 9309.0, 9323.0, 9312.0, 9323.0, 9307.0, 9299.0, 9345.0, 9320.0, 9297.0, 9290.0, 9297.0, 9319.0, 9305.0, 9311.0, 9305.0, 9348.0, 9345.0, 9335.0, 9333.0, 9336.0, 9347.0, 9309.0, 9300.0, 9362.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.0005914789789789789</td></tr>
<tr><td colspan=3>aqi</td><td>0.02176250352852853</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.25340323448539</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1894178716303534</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9944970314425234</td></tr>
<tr><td colspan=3>efc</td><td>0.4989</td></tr>
<tr><td colspan=3>fber</td><td>4892.0488</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1089082980716572</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>99</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.4324324324324325</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3962723113356112</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2911992181008265</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.553017757313132</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.344599958592875</td></tr>
<tr><td colspan=3>gcor</td><td>0.00495718</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0034149372950196266</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.035669825971126556</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1332</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9323258968603847</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>15.7251</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.6685</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>212.1002</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295806.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1119.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>410.4686</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6256</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>540.0178</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3382.1715</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3541.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80738.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1221.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4473.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>900.4793</td></tr>
<tr><td colspan=3>tsnr</td><td>37.724928595125675</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>