<?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-0024_ses-04_task-fractional_acq-mb8_run-01_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-0024_ses-04_task-fractional_acq-mb8_run-01_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-01_session-04_subject-0024_suffix-bold_task-fractional" 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-0024/figures/sub-0024_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0024_suffix-bold_task-fractional" 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-0024/figures/sub-0024_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0024_suffix-bold_task-fractional" 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-0024/figures/sub-0024_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0024_suffix-bold_task-fractional" 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-0024/figures/sub-0024_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0024/figures/sub-0024_ses-04_task-fractional_acq-mb8_run-01_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-0024/figures/sub-0024_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-04_task-fractional_acq-mb8_run-01_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-0024/ses-04/func/sub-0024_ses-04_task-fractional_acq-mb8_run-01_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>df96563de5e4633c4405a32ea0409d05</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:58:47.870000</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.99863, -0.0420988, 0.0310892, 0.0399346, 0.996938, 0.067229]</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-01_task-fractional_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.0840193</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-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4165, -7784, -7264, 601, -50, -349, 103, 43]</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.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.544</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0c445d72-9256-413f-a697-2aacacaf5b68||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.6792502403259277, 0.10714151710271835, 0.09132548421621323, 107.06795501708984], [0.11294810473918915, 2.6747119426727295, 0.17791734635829926, -100.92023468017578], [0.08341000974178314, -0.18037042021751404, 2.6925833225250244, -70.30757141113281], [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, 1322]</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], 'AcquisitionTime': ['145847.870000', '145848.330000', '145848.790000', '145849.250000', '145849.710000', '145850.170000', '145850.630000', '145851.090000', '145851.550000', '145852.010000', '145852.470000', '145852.930000', '145853.390000', '145853.850000', '145854.310000', '145854.770000', '145855.230000', '145855.690000', '145856.150000', '145856.610000', '145857.070000', '145857.530000', '145857.990000', '145858.450000', '145858.910000', '145859.370000', '145859.830000', '145900.290000', '145900.750000', '145901.210000', '145901.670000', '145902.130000', '145902.590000', '145903.050000', '145903.510000', '145903.970000', '145904.430000', '145904.890000', '145905.350000', '145905.810000', '145906.270000', '145906.730000', '145907.190000', '145907.650000', '145908.110000', '145908.570000', '145909.030000', '145909.490000', '145909.950000', '145910.410000', '145910.870000', '145911.330000', '145911.790000', '145912.250000', '145912.710000', '145913.170000', '145913.630000', '145914.090000', '145914.550000', '145915.010000', '145915.470000', '145915.930000', '145916.390000', '145916.850000', '145917.310000', '145917.770000', '145918.230000', '145918.690000', '145919.150000', '145919.610000', '145920.070000', '145920.530000', '145920.990000', '145921.450000', '145921.910000', '145922.370000', '145922.830000', '145923.290000', '145923.750000', '145924.210000', '145924.670000', '145925.130000', '145925.590000', '145926.050000', '145926.510000', '145926.970000', '145927.430000', '145927.890000', '145928.350000', '145928.810000', '145929.270000', '145929.730000', '145930.190000', '145930.650000', '145931.110000', '145931.570000', '145932.030000', '145932.490000', '145932.950000', '145933.410000', '145933.870000', '145934.330000', '145934.790000', '145935.250000', '145935.710000', '145936.170000', '145936.630000', '145937.090000', '145937.550000', '145938.010000', '145938.470000', '145938.930000', '145939.390000', '145939.850000', '145940.310000', '145940.770000', '145941.230000', '145941.690000', '145942.150000', '145942.610000', '145943.070000', '145943.530000', '145943.990000', '145944.450000', '145944.910000', '145945.370000', '145945.830000', '145946.290000', '145946.750000', '145947.210000', '145947.670000', '145948.130000', '145948.590000', '145949.050000', '145949.510000', '145949.970000', '145950.430000', '145950.890000', '145951.350000', '145951.810000', '145952.270000', '145952.730000', '145953.190000', '145953.650000', '145954.110000', '145954.570000', '145955.030000', '145955.490000', '145955.950000', '145956.410000', '145956.870000', '145957.330000', '145957.790000', '145958.250000', '145958.710000', '145959.170000', '145959.630000', '150000.090000', '150000.550000', '150001.010000', '150001.470000', '150001.930000', '150002.390000', '150002.850000', '150003.310000', '150003.770000', '150004.230000', '150004.690000', '150005.150000', '150005.610000', '150006.070000', '150006.530000', '150006.990000', '150007.450000', '150007.910000', '150008.370000', '150008.830000', '150009.290000', '150009.750000', '150010.210000', '150010.670000', '150011.130000', '150011.590000', '150012.050000', '150012.510000', '150012.970000', '150013.430000', '150013.890000', '150014.350000', '150014.810000', '150015.270000', '150015.730000', '150016.190000', '150016.650000', '150017.110000', '150017.570000', '150018.030000', '150018.490000', '150018.950000', '150019.410000', '150019.870000', '150020.330000', '150020.790000', '150021.250000', '150021.710000', '150022.170000', '150022.630000', '150023.090000', '150023.550000', '150024.010000', '150024.470000', '150024.930000', '150025.390000', '150025.850000', '150026.310000', '150026.770000', '150027.230000', '150027.690000', '150028.150000', '150028.610000', '150029.070000', '150029.530000', '150029.990000', '150030.450000', '150030.910000', '150031.370000', '150031.830000', '150032.290000', '150032.750000', '150033.210000', '150033.670000', '150034.130000', '150034.590000', '150035.050000', '150035.510000', '150035.970000', '150036.430000', '150036.890000', '150037.350000', '150037.810000', '150038.270000', '150038.730000', '150039.190000', '150039.650000', '150040.110000', '150040.570000', '150041.030000', '150041.490000', '150041.950000', '150042.410000', '150042.870000', '150043.330000', '150043.790000', '150044.250000', '150044.710000', '150045.170000', '150045.630000', '150046.090000', '150046.550000', '150047.010000', '150047.470000', '150047.930000', '150048.390000', '150048.850000', '150049.310000', '150049.770000', '150050.230000', '150050.690000', '150051.150000', '150051.610000', '150052.070000', '150052.530000', '150052.990000', '150053.450000', '150053.910000', '150054.370000', '150054.830000', '150055.290000', '150055.750000', '150056.210000', '150056.670000', '150057.130000', '150057.590000', '150058.050000', '150058.510000', '150058.970000', '150059.430000', '150059.890000', '150100.350000', '150100.810000', '150101.270000', '150101.730000', '150102.190000', '150102.650000', '150103.110000', '150103.570000', '150104.030000', '150104.490000', '150104.950000', '150105.410000', '150105.870000', '150106.330000', '150106.790000', '150107.250000', '150107.710000', '150108.170000', '150108.630000', '150109.090000', '150109.550000', '150110.010000', '150110.470000', '150110.930000', '150111.390000', '150111.850000', '150112.310000', '150112.770000', '150113.230000', '150113.690000', '150114.150000', '150114.610000', '150115.070000', '150115.530000', '150115.990000', '150116.450000', '150116.910000', '150117.370000', '150117.830000', '150118.290000', '150118.750000', '150119.210000', '150119.670000', '150120.130000', '150120.590000', '150121.050000', '150121.510000', '150121.970000', '150122.430000', '150122.890000', '150123.350000', '150123.810000', '150124.270000', '150124.730000', '150125.190000', '150125.650000', '150126.110000', '150126.570000', '150127.030000', '150127.490000', '150127.950000', '150128.410000', '150128.870000', '150129.330000', '150129.790000', '150130.250000', '150130.710000', '150131.170000', '150131.630000', '150132.090000', '150132.550000', '150133.010000', '150133.470000', '150133.930000', '150134.390000', '150134.850000', '150135.310000', '150135.770000', '150136.230000', '150136.690000', '150137.150000', '150137.610000', '150138.070000', '150138.530000', '150138.990000', '150139.450000', '150139.910000', '150140.370000', '150140.830000', '150141.290000', '150141.750000', '150142.210000', '150142.670000', '150143.130000', '150143.590000', '150144.050000', '150144.510000', '150144.970000', '150145.430000', '150145.890000', '150146.350000', '150146.810000', '150147.270000', '150147.730000', '150148.190000', '150148.650000', '150149.110000', '150149.570000', '150150.030000', '150150.490000', '150150.950000', '150151.410000', '150151.870000', '150152.330000', '150152.790000', '150153.250000', '150153.710000', '150154.170000', '150154.630000', '150155.090000', '150155.550000', '150156.010000', '150156.470000', '150156.930000', '150157.390000', '150157.850000', '150158.310000', '150158.770000', '150159.230000', '150159.690000', '150200.150000', '150200.610000', '150201.070000', '150201.530000', '150201.990000', '150202.450000', '150202.910000', '150203.370000', '150203.830000', '150204.290000', '150204.750000', '150205.210000', '150205.670000', '150206.130000', '150206.590000', '150207.050000', '150207.510000', '150207.970000', '150208.430000', '150208.890000', '150209.350000', '150209.810000', '150210.270000', '150210.730000', '150211.190000', '150211.650000', '150212.110000', '150212.570000', '150213.030000', '150213.490000', '150213.950000', '150214.410000', '150214.870000', '150215.330000', '150215.790000', '150216.250000', '150216.710000', '150217.170000', '150217.630000', '150218.090000', '150218.550000', '150219.010000', '150219.470000', '150219.930000', '150220.390000', '150220.850000', '150221.310000', '150221.770000', '150222.230000', '150222.690000', '150223.150000', '150223.610000', '150224.070000', '150224.530000', '150224.990000', '150225.450000', '150225.910000', '150226.370000', '150226.830000', '150227.290000', '150227.750000', '150228.210000', '150228.670000', '150229.130000', '150229.590000', '150230.050000', '150230.510000', '150230.970000', '150231.430000', '150231.890000', '150232.350000', '150232.810000', '150233.270000', '150233.730000', '150234.190000', '150234.650000', '150235.110000', '150235.570000', '150236.030000', '150236.490000', '150236.950000', '150237.410000', '150237.870000', '150238.330000', '150238.790000', '150239.250000', '150239.710000', '150240.170000', '150240.630000', '150241.090000', '150241.550000', '150242.010000', '150242.470000', '150242.930000', '150243.390000', '150243.850000', '150244.310000', '150244.770000', '150245.230000', '150245.690000', '150246.150000', '150246.610000', '150247.070000', '150247.530000', '150247.990000', '150248.450000', '150248.910000', '150249.370000', '150249.830000', '150250.290000', '150250.750000', '150251.210000', '150251.670000', '150252.130000', '150252.590000', '150253.050000', '150253.510000', '150253.970000', '150254.430000', '150254.890000', '150255.350000', '150255.810000', '150256.270000', '150256.730000', '150257.190000', '150257.650000', '150258.110000', '150258.570000', '150259.030000', '150259.490000', '150259.950000', '150300.410000', '150300.870000', '150301.330000', '150301.790000', '150302.250000', '150302.710000', '150303.170000', '150303.630000', '150304.090000', '150304.550000', '150305.010000', '150305.470000', '150305.930000', '150306.390000', '150306.850000', '150307.310000', '150307.770000', '150308.230000', '150308.690000', '150309.150000', '150309.610000', '150310.070000', '150310.530000', '150310.990000', '150311.450000', '150311.910000', '150312.370000', '150312.830000', '150313.290000', '150313.750000', '150314.210000', '150314.670000', '150315.130000', '150315.590000', '150316.050000', '150316.510000', '150316.970000', '150317.430000', '150317.890000', '150318.350000', '150318.810000', '150319.270000', '150319.730000', '150320.190000', '150320.650000', '150321.110000', '150321.570000', '150322.030000', '150322.490000', '150322.950000', '150323.410000', '150323.870000', '150324.330000', '150324.790000', '150325.250000', '150325.710000', '150326.170000', '150326.630000', '150327.090000', '150327.550000', '150328.010000', '150328.470000', '150328.930000', '150329.390000', '150329.850000', '150330.310000', '150330.770000', '150331.230000', '150331.690000', '150332.150000', '150332.610000', '150333.070000', '150333.530000', '150333.990000', '150334.450000', '150334.910000', '150335.370000', '150335.830000', '150336.290000', '150336.750000', '150337.210000', '150337.670000', '150338.130000', '150338.590000', '150339.050000', '150339.510000', '150339.970000', '150340.430000', '150340.890000', '150341.350000', '150341.810000', '150342.270000', '150342.730000', '150343.190000', '150343.650000', '150344.110000', '150344.570000', '150345.030000', '150345.490000', '150345.950000', '150346.410000', '150346.870000', '150347.330000', '150347.790000', '150348.250000', '150348.710000', '150349.170000', '150349.630000', '150350.090000', '150350.550000', '150351.010000', '150351.470000', '150351.930000', '150352.390000', '150352.850000', '150353.310000', '150353.770000', '150354.230000', '150354.690000', '150355.150000', '150355.610000', '150356.070000', '150356.530000', '150356.990000', '150357.450000', '150357.910000', '150358.370000', '150358.830000', '150359.290000', '150359.750000', '150400.210000', '150400.670000', '150401.130000', '150401.590000', '150402.050000', '150402.510000', '150402.970000', '150403.430000', '150403.890000', '150404.350000', '150404.810000', '150405.270000', '150405.730000', '150406.190000', '150406.650000', '150407.110000', '150407.570000', '150408.030000', '150408.490000', '150408.950000', '150409.410000', '150409.870000', '150410.330000', '150410.790000', '150411.250000', '150411.710000', '150412.170000', '150412.630000', '150413.090000', '150413.550000', '150414.010000', '150414.470000', '150414.930000', '150415.390000', '150415.850000', '150416.310000', '150416.770000', '150417.230000', '150417.690000', '150418.150000', '150418.610000', '150419.070000', '150419.530000', '150419.990000', '150420.450000', '150420.910000', '150421.370000', '150421.830000', '150422.290000', '150422.750000', '150423.210000', '150423.670000', '150424.130000', '150424.590000', '150425.050000', '150425.510000', '150425.970000', '150426.430000', '150426.890000', '150427.350000', '150427.810000', '150428.270000', '150428.730000', '150429.190000', '150429.650000', '150430.110000', '150430.570000', '150431.030000', '150431.490000', '150431.950000', '150432.410000', '150432.870000', '150433.330000', '150433.790000', '150434.250000', '150434.710000', '150435.170000', '150435.630000', '150436.090000', '150436.550000', '150437.010000', '150437.470000', '150437.930000', '150438.390000', '150438.850000', '150439.310000', '150439.770000', '150440.230000', '150440.690000', '150441.150000', '150441.610000', '150442.070000', '150442.530000', '150442.990000', '150443.450000', '150443.910000', '150444.370000', '150444.830000', '150445.290000', '150445.750000', '150446.210000', '150446.670000', '150447.130000', '150447.590000', '150448.050000', '150448.510000', '150448.970000', '150449.430000', '150449.890000', '150450.350000', '150450.810000', '150451.270000', '150451.730000', '150452.190000', '150452.650000', '150453.110000', '150453.570000', '150454.030000', '150454.490000', '150454.950000', '150455.410000', '150455.870000', '150456.330000', '150456.790000', '150457.250000', '150457.710000', '150458.170000', '150458.630000', '150459.090000', '150459.550000', '150500.010000', '150500.470000', '150500.930000', '150501.390000', '150501.850000', '150502.310000', '150502.770000', '150503.230000', '150503.690000', '150504.150000', '150504.610000', '150505.070000', '150505.530000', '150505.990000', '150506.450000', '150506.910000', '150507.370000', '150507.830000', '150508.290000', '150508.750000', '150509.210000', '150509.670000', '150510.130000', '150510.590000', '150511.050000', '150511.510000', '150511.970000', '150512.430000', '150512.890000', '150513.350000', '150513.810000', '150514.270000', '150514.730000', '150515.190000', '150515.650000', '150516.110000', '150516.570000', '150517.030000', '150517.490000', '150517.950000', '150518.410000', '150518.870000', '150519.330000', '150519.790000', '150520.250000', '150520.710000', '150521.170000', '150521.630000', '150522.090000', '150522.550000', '150523.010000', '150523.470000', '150523.930000', '150524.390000', '150524.850000', '150525.310000', '150525.770000', '150526.230000', '150526.690000', '150527.150000', '150527.610000', '150528.070000', '150528.530000', '150528.990000', '150529.450000', '150529.910000', '150530.370000', '150530.830000', '150531.290000', '150531.750000', '150532.210000', '150532.670000', '150533.130000', '150533.590000', '150534.050000', '150534.510000', '150534.970000', '150535.430000', '150535.890000', '150536.350000', '150536.810000', '150537.270000', '150537.730000', '150538.190000', '150538.650000', '150539.110000', '150539.570000', '150540.030000', '150540.490000', '150540.950000', '150541.410000', '150541.870000', '150542.330000', '150542.790000', '150543.250000', '150543.710000', '150544.170000', '150544.630000', '150545.090000', '150545.550000', '150546.010000', '150546.470000', '150546.930000', '150547.390000', '150547.850000', '150548.310000', '150548.770000', '150549.230000', '150549.690000', '150550.150000', '150550.610000', '150551.070000', '150551.530000', '150551.990000', '150552.450000', '150552.910000', '150553.370000', '150553.830000', '150554.290000', '150554.750000', '150555.210000', '150555.670000', '150556.130000', '150556.590000', '150557.050000', '150557.510000', '150557.970000', '150558.430000', '150558.890000', '150559.350000', '150559.810000', '150600.270000', '150600.730000', '150601.190000', '150601.650000', '150602.110000', '150602.570000', '150603.030000', '150603.490000', '150603.950000', '150604.410000', '150604.870000', '150605.330000', '150605.790000', '150606.250000', '150606.710000', '150607.170000', '150607.630000', '150608.090000', '150608.550000', '150609.010000', '150609.470000', '150609.930000', '150610.390000', '150610.850000', '150611.310000', '150611.770000', '150612.230000', '150612.690000', '150613.150000', '150613.610000', '150614.070000', '150614.530000', '150614.990000', '150615.450000', '150615.910000', '150616.370000', '150616.830000', '150617.290000', '150617.750000', '150618.210000', '150618.670000', '150619.130000', '150619.590000', '150620.050000', '150620.510000', '150620.970000', '150621.430000', '150621.890000', '150622.350000', '150622.810000', '150623.270000', '150623.730000', '150624.190000', '150624.650000', '150625.110000', '150625.570000', '150626.030000', '150626.490000', '150626.950000', '150627.410000', '150627.870000', '150628.330000', '150628.790000', '150629.250000', '150629.710000', '150630.170000', '150630.630000', '150631.090000', '150631.550000', '150632.010000', '150632.470000', '150632.930000', '150633.390000', '150633.850000', '150634.310000', '150634.770000', '150635.230000', '150635.690000', '150636.150000', '150636.610000', '150637.070000', '150637.530000', '150637.990000', '150638.450000', '150638.910000', '150639.370000', '150639.830000', '150640.290000', '150640.750000', '150641.210000', '150641.670000', '150642.130000', '150642.590000', '150643.050000', '150643.510000', '150643.970000', '150644.430000', '150644.890000', '150645.350000', '150645.810000', '150646.270000', '150646.730000', '150647.190000', '150647.650000', '150648.110000', '150648.570000', '150649.030000', '150649.490000', '150649.950000', '150650.410000', '150650.870000', '150651.330000', '150651.790000', '150652.250000', '150652.710000', '150653.170000', '150653.630000', '150654.090000', '150654.550000', '150655.010000', '150655.470000', '150655.930000', '150656.390000', '150656.850000', '150657.310000', '150657.770000', '150658.230000', '150658.690000', '150659.150000', '150659.610000', '150700.070000', '150700.530000', '150700.990000', '150701.450000', '150701.910000', '150702.370000', '150702.830000', '150703.290000', '150703.750000', '150704.210000', '150704.670000', '150705.130000', '150705.590000', '150706.050000', '150706.510000', '150706.970000', '150707.430000', '150707.890000', '150708.350000', '150708.810000', '150709.270000', '150709.730000', '150710.190000', '150710.650000', '150711.110000', '150711.570000', '150712.030000', '150712.490000', '150712.950000', '150713.410000', '150713.870000', '150714.330000', '150714.790000', '150715.250000', '150715.710000', '150716.170000', '150716.630000', '150717.090000', '150717.550000', '150718.010000', '150718.470000', '150718.930000', '150719.390000', '150719.850000', '150720.310000', '150720.770000', '150721.230000', '150721.690000', '150722.150000', '150722.610000', '150723.070000', '150723.530000', '150723.990000', '150724.450000', '150724.910000', '150725.370000', '150725.830000', '150726.290000', '150726.750000', '150727.210000', '150727.670000', '150728.130000', '150728.590000', '150729.050000', '150729.510000', '150729.970000', '150730.430000', '150730.890000', '150731.350000', '150731.810000', '150732.270000', '150732.730000', '150733.190000', '150733.650000', '150734.110000', '150734.570000', '150735.030000', '150735.490000', '150735.950000', '150736.410000', '150736.870000', '150737.330000', '150737.790000', '150738.250000', '150738.710000', '150739.170000', '150739.630000', '150740.090000', '150740.550000', '150741.010000', '150741.470000', '150741.930000', '150742.390000', '150742.850000', '150743.310000', '150743.770000', '150744.230000', '150744.690000', '150745.150000', '150745.610000', '150746.070000', '150746.530000', '150746.990000', '150747.450000', '150747.910000', '150748.370000', '150748.830000', '150749.290000', '150749.750000', '150750.210000', '150750.670000', '150751.130000', '150751.590000', '150752.050000', '150752.510000', '150752.970000', '150753.430000', '150753.890000', '150754.350000', '150754.810000', '150755.270000', '150755.730000', '150756.190000', '150756.650000', '150757.110000', '150757.570000', '150758.030000', '150758.490000', '150758.950000', '150759.410000', '150759.870000', '150800.330000', '150800.790000', '150801.250000', '150801.710000', '150802.170000', '150802.630000', '150803.090000', '150803.550000', '150804.010000', '150804.470000', '150804.930000', '150805.390000', '150805.850000', '150806.310000', '150806.770000', '150807.230000', '150807.690000', '150808.150000', '150808.610000', '150809.070000', '150809.530000', '150809.990000', '150810.450000', '150810.910000', '150811.370000', '150811.830000', '150812.290000', '150812.750000', '150813.210000', '150813.670000', '150814.130000', '150814.590000', '150815.050000', '150815.510000', '150815.970000', '150816.430000', '150816.890000', '150817.350000', '150817.810000', '150818.270000', '150818.730000', '150819.190000', '150819.650000', '150820.110000', '150820.570000', '150821.030000', '150821.490000', '150821.950000', '150822.410000', '150822.870000', '150823.330000', '150823.790000', '150824.250000', '150824.710000', '150825.170000', '150825.630000', '150826.090000', '150826.550000', '150827.010000', '150827.470000', '150827.930000', '150828.390000', '150828.850000', '150829.310000', '150829.770000', '150830.230000', '150830.690000', '150831.150000', '150831.610000', '150832.070000', '150832.530000', '150832.990000', '150833.450000', '150833.910000', '150834.370000', '150834.830000', '150835.290000', '150835.750000', '150836.210000', '150836.670000', '150837.130000', '150837.590000', '150838.050000', '150838.510000', '150838.970000', '150839.430000', '150839.890000', '150840.350000', '150840.810000', '150841.270000', '150841.730000', '150842.190000', '150842.650000', '150843.110000', '150843.570000', '150844.030000', '150844.490000', '150844.950000', '150845.410000', '150845.870000', '150846.330000', '150846.790000', '150847.250000', '150847.710000', '150848.170000', '150848.630000', '150849.090000', '150849.550000', '150850.010000', '150850.470000', '150850.930000', '150851.390000', '150851.850000', '150852.310000', '150852.770000', '150853.230000', '150853.690000', '150854.150000', '150854.610000', '150855.070000', '150855.530000'], 'ContentTime': ['145900.551000', '145900.554000', '145900.557000', '145900.577000', '145900.580000', '145900.583000', '145900.585000', '145900.588000', '145900.591000', '145900.594000', '145900.601000', '145900.604000', '145900.607000', '145900.610000', '145900.613000', '145900.615000', '145900.618000', '145900.621000', '145900.624000', '145900.627000', '145900.629000', '145900.632000', '145900.635000', '145900.638000', '145900.640000', '145900.643000', '145920.512000', '145920.515000', '145920.518000', '145920.520000', '145920.523000', '145920.526000', '145920.529000', '145920.532000', '145920.534000', '145920.537000', '145920.540000', '145920.543000', '145920.546000', '145920.548000', '145920.551000', '145920.556000', '145920.559000', '145920.562000', '145920.565000', '145920.567000', '145920.570000', '145920.573000', '145920.576000', '145920.578000', '145920.581000', '145920.584000', '145920.587000', '145920.590000', '145920.592000', '145920.597000', '145920.600000', '145920.603000', '145920.606000', '145920.609000', '145920.611000', '145920.614000', '145920.617000', '145920.620000', '145920.623000', '145920.625000', '145920.628000', '145920.631000', '145920.634000', '145920.637000', '145940.512000', '145940.515000', '145940.517000', '145940.520000', '145940.523000', '145940.526000', '145940.529000', '145940.531000', '145940.534000', '145940.537000', '145940.540000', '145940.543000', '145940.545000', '145940.548000', '145940.551000', '145940.554000', '145940.557000', '145940.560000', '145940.562000', '145940.565000', '145940.568000', '145940.571000', '145940.573000', '145940.576000', '145940.579000', '145940.582000', '145940.585000', '145940.587000', '145940.590000', '145940.600000', '145940.603000', '145940.606000', '145940.608000', '145940.611000', '145940.614000', '145940.617000', '145940.620000', '145940.623000', '145940.625000', '145940.628000', '145940.631000', '145940.634000', '145940.637000', '150000.512000', '150000.515000', '150000.518000', '150000.520000', '150000.523000', '150000.526000', '150000.529000', '150000.532000', '150000.534000', '150000.537000', '150000.540000', '150000.543000', '150000.546000', '150000.548000', '150000.551000', '150000.554000', '150000.557000', '150000.560000', '150000.563000', '150000.566000', '150000.568000', '150000.571000', '150000.574000', '150000.577000', '150000.580000', '150000.582000', '150000.585000', '150000.604000', '150000.607000', '150000.610000', '150000.613000', '150000.615000', '150000.618000', '150000.621000', '150000.624000', '150000.627000', '150000.629000', '150000.632000', '150000.635000', '150000.638000', '150000.641000', '150000.643000', '150000.646000', '150000.649000', '150020.512000', '150020.515000', '150020.518000', '150020.521000', '150020.523000', '150020.526000', '150020.529000', '150020.532000', '150020.535000', '150020.537000', '150020.540000', '150020.543000', '150020.546000', '150020.549000', '150020.552000', '150020.555000', '150020.558000', '150020.561000', '150020.564000', '150020.567000', '150020.569000', '150020.572000', '150020.575000', '150020.578000', '150020.581000', '150020.583000', '150020.586000', '150020.589000', '150020.592000', '150020.595000', '150020.598000', '150020.600000', '150020.603000', '150020.606000', '150020.609000', '150020.612000', '150020.615000', '150020.620000', '150020.624000', '150020.627000', '150020.630000', '150020.633000', '150020.635000', '150040.512000', '150040.515000', '150040.518000', '150040.520000', '150040.523000', '150040.526000', '150040.529000', '150040.532000', '150040.535000', '150040.537000', '150040.540000', '150040.543000', '150040.546000', '150040.549000', '150040.552000', '150040.554000', '150040.557000', '150040.560000', '150040.563000', '150040.566000', '150040.568000', '150040.571000', '150040.574000', '150040.577000', '150040.580000', '150040.583000', '150040.585000', '150040.588000', '150040.591000', '150040.594000', '150040.597000', '150040.599000', '150040.602000', '150040.605000', '150040.608000', '150040.611000', '150040.613000', '150040.616000', '150040.619000', '150040.622000', '150040.625000', '150040.627000', '150040.630000', '150040.633000', '150100.513000', '150100.516000', '150100.519000', '150100.521000', '150100.524000', '150100.527000', '150100.530000', '150100.539000', '150100.542000', '150100.545000', '150100.548000', '150100.550000', '150100.553000', '150100.556000', '150100.559000', '150100.562000', '150100.564000', '150100.567000', '150100.570000', '150100.573000', '150100.576000', '150100.579000', '150100.581000', '150100.584000', '150100.587000', '150100.590000', '150100.593000', '150100.596000', '150100.598000', '150100.601000', '150100.604000', '150100.607000', '150100.610000', '150100.612000', '150100.615000', '150100.618000', '150100.621000', '150100.624000', '150100.626000', '150100.629000', '150100.632000', '150100.635000', '150100.638000', '150120.513000', '150120.516000', '150120.519000', '150120.522000', '150120.524000', '150120.527000', '150120.530000', '150120.533000', '150120.536000', '150120.539000', '150120.541000', '150120.544000', '150120.547000', '150120.550000', '150120.553000', '150120.556000', '150120.558000', '150120.561000', '150120.564000', '150120.567000', '150120.570000', '150120.573000', '150120.575000', '150120.578000', '150120.581000', '150120.584000', '150120.587000', '150120.589000', '150120.592000', '150120.595000', '150120.598000', '150120.601000', '150120.603000', '150120.606000', '150120.609000', '150120.612000', '150120.615000', '150120.617000', '150120.620000', '150120.623000', '150120.626000', '150120.629000', '150120.632000', '150120.634000', '150140.512000', '150140.515000', '150140.518000', '150140.520000', '150140.523000', '150140.526000', '150140.529000', '150140.532000', '150140.535000', '150140.538000', '150140.540000', '150140.543000', '150140.546000', '150140.549000', '150140.552000', '150140.555000', '150140.557000', '150140.560000', '150140.563000', '150140.566000', '150140.569000', '150140.572000', '150140.595000', '150140.598000', '150140.601000', '150140.604000', '150140.606000', '150140.609000', '150140.612000', '150140.615000', '150140.618000', '150140.621000', '150140.623000', '150140.626000', '150140.629000', '150140.632000', '150140.635000', '150140.637000', '150140.640000', '150140.643000', '150140.646000', '150140.649000', '150140.652000', '150200.512000', '150200.515000', '150200.518000', '150200.521000', '150200.523000', '150200.526000', '150200.529000', '150200.532000', '150200.535000', '150200.537000', '150200.540000', '150200.543000', '150200.546000', '150200.549000', '150200.551000', '150200.554000', '150200.557000', '150200.560000', '150200.563000', '150200.566000', '150200.569000', '150200.572000', '150200.575000', '150200.578000', '150200.580000', '150200.583000', '150200.586000', '150200.589000', '150200.592000', '150200.594000', '150200.597000', '150200.600000', '150200.603000', '150200.606000', '150200.608000', '150200.611000', '150200.614000', '150200.617000', '150200.620000', '150200.623000', '150200.625000', '150200.628000', '150200.631000', '150200.634000', '150220.512000', '150220.515000', '150220.518000', '150220.521000', '150220.523000', '150220.526000', '150220.529000', '150220.532000', '150220.535000', '150220.538000', '150220.540000', '150220.543000', '150220.546000', '150220.549000', '150220.552000', '150220.555000', '150220.557000', '150220.560000', '150220.563000', '150220.566000', '150220.569000', '150220.572000', '150220.575000', '150220.578000', '150220.581000', '150220.583000', '150220.586000', '150220.589000', '150220.592000', '150220.595000', '150220.597000', '150220.600000', '150220.603000', '150220.606000', '150220.609000', '150220.612000', '150220.614000', '150220.617000', '150220.620000', '150220.623000', '150220.626000', '150220.628000', '150220.631000', '150240.512000', '150240.515000', '150240.518000', '150240.520000', '150240.523000', '150240.526000', '150240.529000', '150240.532000', '150240.535000', '150240.537000', '150240.540000', '150240.543000', '150240.546000', '150240.549000', '150240.551000', '150240.554000', '150240.557000', '150240.560000', '150240.563000', '150240.566000', '150240.569000', '150240.571000', '150240.574000', '150240.577000', '150240.580000', '150240.583000', '150240.586000', '150240.588000', '150240.591000', '150240.594000', '150240.597000', '150240.600000', '150240.603000', '150240.605000', '150240.608000', '150240.611000', '150240.614000', '150240.617000', '150240.619000', '150240.622000', '150240.625000', '150240.628000', '150240.631000', '150240.633000', '150300.512000', '150300.515000', '150300.518000', '150300.521000', '150300.523000', '150300.526000', '150300.529000', '150300.532000', '150300.535000', '150300.538000', '150300.540000', '150300.543000', '150300.546000', '150300.549000', '150300.552000', '150300.554000', '150300.557000', '150300.560000', '150300.563000', '150300.566000', '150300.569000', '150300.571000', '150300.574000', '150300.577000', '150300.580000', '150300.583000', '150300.586000', '150300.588000', '150300.591000', '150300.594000', '150300.597000', '150300.600000', '150300.602000', '150300.605000', '150300.608000', '150300.611000', '150300.614000', '150300.617000', '150300.620000', '150300.622000', '150300.625000', '150300.629000', '150300.632000', '150320.513000', '150320.516000', '150320.519000', '150320.521000', '150320.539000', '150320.542000', '150320.545000', '150320.548000', '150320.551000', '150320.554000', '150320.556000', '150320.559000', '150320.562000', '150320.565000', '150320.568000', '150320.571000', '150320.574000', '150320.576000', '150320.579000', '150320.582000', '150320.585000', '150320.588000', '150320.590000', '150320.594000', '150320.597000', '150320.600000', '150320.603000', '150320.606000', '150320.608000', '150320.611000', '150320.614000', '150320.617000', '150320.620000', '150320.623000', '150320.626000', '150320.628000', '150320.631000', '150320.634000', '150320.637000', '150320.640000', '150320.642000', '150320.645000', '150320.648000', '150320.651000', '150340.513000', '150340.516000', '150340.519000', '150340.522000', '150340.524000', '150340.527000', '150340.530000', '150340.533000', '150340.536000', '150340.539000', '150340.541000', '150340.544000', '150340.547000', '150340.550000', '150340.553000', '150340.555000', '150340.558000', '150340.561000', '150340.564000', '150340.567000', '150340.570000', '150340.573000', '150340.575000', '150340.578000', '150340.581000', '150340.584000', '150340.587000', '150340.589000', '150340.592000', '150340.595000', '150340.598000', '150340.601000', '150340.604000', '150340.606000', '150340.609000', '150340.612000', '150340.615000', '150340.618000', '150340.620000', '150340.623000', '150340.626000', '150340.629000', '150340.632000', '150400.512000', '150400.515000', '150400.518000', '150400.521000', '150400.523000', '150400.526000', '150400.529000', '150400.532000', '150400.535000', '150400.537000', '150400.540000', '150400.543000', '150400.546000', '150400.549000', '150400.551000', '150400.554000', '150400.557000', '150400.560000', '150400.563000', '150400.566000', '150400.569000', '150400.571000', '150400.574000', '150400.577000', '150400.580000', '150400.583000', '150400.586000', '150400.588000', '150400.591000', '150400.594000', '150400.597000', '150400.600000', '150400.602000', '150400.605000', '150400.608000', '150400.611000', '150400.614000', '150400.616000', '150400.619000', '150400.622000', '150400.625000', '150400.628000', '150400.631000', '150400.633000', '150420.512000', '150420.515000', '150420.518000', '150420.521000', '150420.524000', '150420.526000', '150420.529000', '150420.532000', '150420.535000', '150420.538000', '150420.540000', '150420.543000', '150420.546000', '150420.549000', '150420.552000', '150420.555000', '150420.558000', '150420.561000', '150420.563000', '150420.566000', '150420.569000', '150420.572000', '150420.575000', '150420.577000', '150420.580000', '150420.583000', '150420.586000', '150420.589000', '150420.592000', '150420.594000', '150420.597000', '150420.600000', '150420.603000', '150420.606000', '150420.609000', '150420.611000', '150420.614000', '150420.617000', '150420.620000', '150420.623000', '150420.625000', '150420.628000', '150420.631000', '150440.512000', '150440.516000', '150440.519000', '150440.522000', '150440.524000', '150440.527000', '150440.530000', '150440.533000', '150440.536000', '150440.539000', '150440.541000', '150440.544000', '150440.547000', '150440.550000', '150440.553000', '150440.570000', '150440.573000', '150440.576000', '150440.579000', '150440.582000', '150440.584000', '150440.587000', '150440.590000', '150440.593000', '150440.596000', '150440.598000', '150440.601000', '150440.604000', '150440.607000', '150440.610000', '150440.612000', '150440.615000', '150440.618000', '150440.621000', '150440.624000', '150440.627000', '150440.629000', '150440.632000', '150440.635000', '150440.638000', '150440.641000', '150440.644000', '150440.646000', '150500.512000', '150500.515000', '150500.518000', '150500.521000', '150500.523000', '150500.526000', '150500.529000', '150500.532000', '150500.535000', '150500.537000', '150500.540000', '150500.543000', '150500.546000', '150500.549000', '150500.551000', '150500.554000', '150500.557000', '150500.560000', '150500.563000', '150500.566000', '150500.569000', '150500.572000', '150500.574000', '150500.577000', '150500.580000', '150500.583000', '150500.586000', '150500.589000', '150500.591000', '150500.594000', '150500.598000', '150500.601000', '150500.604000', '150500.607000', '150500.610000', '150500.612000', '150500.615000', '150500.618000', '150500.621000', '150500.624000', '150500.627000', '150500.629000', '150500.632000', '150500.635000', '150520.512000', '150520.515000', '150520.518000', '150520.523000', '150520.526000', '150520.529000', '150520.532000', '150520.535000', '150520.537000', '150520.540000', '150520.543000', '150520.546000', '150520.549000', '150520.552000', '150520.554000', '150520.557000', '150520.560000', '150520.563000', '150520.566000', '150520.569000', '150520.571000', '150520.574000', '150520.577000', '150520.580000', '150520.583000', '150520.586000', '150520.588000', '150520.591000', '150520.594000', '150520.597000', '150520.600000', '150520.603000', '150520.605000', '150520.608000', '150520.611000', '150520.614000', '150520.616000', '150520.619000', '150520.622000', '150520.625000', '150520.628000', '150520.631000', '150520.633000', '150540.513000', '150540.516000', '150540.519000', '150540.522000', '150540.524000', '150540.527000', '150540.530000', '150540.533000', '150540.536000', '150540.538000', '150540.541000', '150540.544000', '150540.547000', '150540.550000', '150540.553000', '150540.555000', '150540.558000', '150540.561000', '150540.564000', '150540.567000', '150540.570000', '150540.572000', '150540.575000', '150540.578000', '150540.581000', '150540.584000', '150540.587000', '150540.590000', '150540.592000', '150540.595000', '150540.598000', '150540.601000', '150540.604000', '150540.607000', '150540.609000', '150540.612000', '150540.615000', '150540.618000', '150540.621000', '150540.624000', '150540.626000', '150540.629000', '150540.632000', '150540.635000', '150600.513000', '150600.516000', '150600.519000', '150600.522000', '150600.524000', '150600.527000', '150600.530000', '150600.533000', '150600.536000', '150600.540000', '150600.543000', '150600.546000', '150600.549000', '150600.552000', '150600.555000', '150600.558000', '150600.561000', '150600.563000', '150600.566000', '150600.569000', '150600.572000', '150600.575000', '150600.577000', '150600.580000', '150600.583000', '150600.586000', '150600.602000', '150600.605000', '150600.607000', '150600.610000', '150600.613000', '150600.616000', '150600.619000', '150600.621000', '150600.624000', '150600.627000', '150600.630000', '150600.633000', '150600.635000', '150600.638000', '150600.641000', '150600.644000', '150600.647000', '150620.512000', '150620.515000', '150620.518000', '150620.521000', '150620.523000', '150620.526000', '150620.529000', '150620.532000', '150620.535000', '150620.537000', '150620.540000', '150620.543000', '150620.546000', '150620.549000', '150620.551000', '150620.554000', '150620.557000', '150620.560000', '150620.563000', '150620.566000', '150620.569000', '150620.571000', '150620.574000', '150620.577000', '150620.580000', '150620.583000', '150620.585000', '150620.588000', '150620.591000', '150620.594000', '150620.597000', '150620.600000', '150620.602000', '150620.605000', '150620.608000', '150620.611000', '150620.614000', '150620.616000', '150620.619000', '150620.622000', '150620.625000', '150620.628000', '150620.631000', '150620.634000', '150640.512000', '150640.515000', '150640.518000', '150640.521000', '150640.523000', '150640.526000', '150640.529000', '150640.532000', '150640.535000', '150640.538000', '150640.540000', '150640.543000', '150640.546000', '150640.549000', '150640.552000', '150640.555000', '150640.558000', '150640.561000', '150640.564000', '150640.567000', '150640.570000', '150640.573000', '150640.576000', '150640.578000', '150640.581000', '150640.584000', '150640.587000', '150640.590000', '150640.593000', '150640.595000', '150640.598000', '150640.601000', '150640.604000', '150640.607000', '150640.609000', '150640.612000', '150640.615000', '150640.618000', '150640.621000', '150640.624000', '150640.626000', '150640.629000', '150640.632000', '150700.512000', '150700.515000', '150700.518000', '150700.521000', '150700.523000', '150700.526000', '150700.529000', '150700.532000', '150700.535000', '150700.538000', '150700.541000', '150700.544000', '150700.546000', '150700.549000', '150700.552000', '150700.555000', '150700.558000', '150700.561000', '150700.563000', '150700.566000', '150700.569000', '150700.572000', '150700.575000', '150700.577000', '150700.580000', '150700.583000', '150700.586000', '150700.589000', '150700.592000', '150700.594000', '150700.597000', '150700.600000', '150700.603000', '150700.606000', '150700.608000', '150700.611000', '150700.614000', '150700.617000', '150700.620000', '150700.623000', '150700.625000', '150700.628000', '150700.631000', '150700.634000', '150720.512000', '150720.515000', '150720.518000', '150720.521000', '150720.524000', '150720.526000', '150720.529000', '150720.532000', '150720.535000', '150720.538000', '150720.540000', '150720.543000', '150720.546000', '150720.549000', '150720.552000', '150720.554000', '150720.558000', '150720.560000', '150720.563000', '150720.566000', '150720.569000', '150720.572000', '150720.586000', '150720.589000', '150720.592000', '150720.595000', '150720.598000', '150720.601000', '150720.603000', '150720.606000', '150720.609000', '150720.612000', '150720.615000', '150720.617000', '150720.620000', '150720.623000', '150720.626000', '150720.629000', '150720.632000', '150720.634000', '150720.637000', '150720.640000', '150720.643000', '150740.512000', '150740.515000', '150740.518000', '150740.521000', '150740.523000', '150740.526000', '150740.529000', '150740.532000', '150740.535000', '150740.538000', '150740.541000', '150740.543000', '150740.546000', '150740.549000', '150740.552000', '150740.555000', '150740.557000', '150740.560000', '150740.563000', '150740.566000', '150740.569000', '150740.572000', '150740.575000', '150740.577000', '150740.580000', '150740.583000', '150740.586000', '150740.589000', '150740.592000', '150740.595000', '150740.597000', '150740.600000', '150740.603000', '150740.606000', '150740.609000', '150740.611000', '150740.614000', '150740.617000', '150740.620000', '150740.623000', '150740.626000', '150740.628000', '150740.631000', '150740.635000', '150800.513000', '150800.516000', '150800.519000', '150800.522000', '150800.525000', '150800.528000', '150800.530000', '150800.533000', '150800.536000', '150800.539000', '150800.542000', '150800.545000', '150800.548000', '150800.551000', '150800.554000', '150800.557000', '150800.560000', '150800.562000', '150800.565000', '150800.568000', '150800.571000', '150800.574000', '150800.577000', '150800.579000', '150800.582000', '150800.585000', '150800.588000', '150800.591000', '150800.594000', '150800.596000', '150800.599000', '150800.602000', '150800.605000', '150800.608000', '150800.611000', '150800.613000', '150800.616000', '150800.619000', '150800.622000', '150800.625000', '150800.628000', '150800.631000', '150800.633000', '150820.513000', '150820.516000', '150820.519000', '150820.522000', '150820.525000', '150820.527000', '150820.530000', '150820.533000', '150820.536000', '150820.539000', '150820.541000', '150820.544000', '150820.547000', '150820.550000', '150820.553000', '150820.556000', '150820.559000', '150820.561000', '150820.564000', '150820.567000', '150820.570000', '150820.573000', '150820.576000', '150820.579000', '150820.581000', '150820.584000', '150820.587000', '150820.590000', '150820.593000', '150820.595000', '150820.598000', '150820.601000', '150820.604000', '150820.607000', '150820.610000', '150820.612000', '150820.615000', '150820.618000', '150820.621000', '150820.624000', '150820.626000', '150820.629000', '150820.632000', '150820.635000', '150840.512000', '150840.515000', '150840.518000', '150840.521000', '150840.524000', '150840.534000', '150840.537000', '150840.540000', '150840.542000', '150840.545000', '150840.548000', '150840.551000', '150840.554000', '150840.557000', '150840.560000', '150840.562000', '150840.565000', '150840.568000', '150840.571000', '150840.574000', '150840.577000', '150840.580000', '150840.582000', '150840.585000', '150840.588000', '150840.591000', '150840.594000', '150840.596000', '150840.599000', '150840.602000', '150840.605000', '150840.608000', '150840.611000', '150840.614000', '150840.617000', '150840.620000', '150840.623000', '150840.625000', '150840.628000', '150840.631000', '150840.634000', '150840.637000', '150840.640000', '150856.325000', '150856.328000', '150856.331000', '150856.334000', '150856.337000', '150856.340000', '150856.343000', '150856.346000', '150856.349000', '150856.352000', '150856.355000', '150856.358000', '150856.361000', '150856.364000', '150856.367000', '150856.370000', '150856.373000', '150856.376000', '150856.379000', '150856.382000', '150856.385000', '150856.388000', '150856.391000', '150856.394000', '150856.397000', '150856.399000', '150856.402000', '150856.405000', '150856.408000', '150856.411000', '150856.414000', '150856.416000', '150856.419000', '150856.422000', '150856.425000'], 'InstanceCreationTime': ['145900.551000', '145900.554000', '145900.557000', '145900.577000', '145900.580000', '145900.583000', '145900.585000', '145900.588000', '145900.591000', '145900.594000', '145900.601000', '145900.604000', '145900.607000', '145900.610000', '145900.613000', '145900.615000', '145900.618000', '145900.621000', '145900.624000', '145900.627000', '145900.629000', '145900.632000', '145900.635000', '145900.638000', '145900.640000', '145900.643000', '145920.512000', '145920.515000', '145920.518000', '145920.520000', '145920.523000', '145920.526000', '145920.529000', '145920.532000', '145920.534000', '145920.537000', '145920.540000', '145920.543000', '145920.546000', '145920.548000', '145920.551000', '145920.556000', '145920.559000', '145920.562000', '145920.565000', '145920.567000', '145920.570000', '145920.573000', '145920.576000', '145920.578000', '145920.581000', '145920.584000', '145920.587000', '145920.590000', '145920.592000', '145920.597000', '145920.600000', '145920.603000', '145920.606000', '145920.609000', '145920.611000', '145920.614000', '145920.617000', '145920.620000', '145920.623000', '145920.625000', '145920.628000', '145920.631000', '145920.634000', '145920.637000', '145940.512000', '145940.515000', '145940.517000', '145940.520000', '145940.523000', '145940.526000', '145940.529000', '145940.531000', '145940.534000', '145940.537000', '145940.540000', '145940.543000', '145940.545000', '145940.548000', '145940.551000', '145940.554000', '145940.557000', '145940.560000', '145940.562000', '145940.565000', '145940.568000', '145940.571000', '145940.573000', '145940.576000', '145940.579000', '145940.582000', '145940.585000', '145940.587000', '145940.590000', '145940.600000', '145940.603000', '145940.606000', '145940.608000', '145940.611000', '145940.614000', '145940.617000', '145940.620000', '145940.623000', '145940.625000', '145940.628000', '145940.631000', '145940.634000', '145940.637000', '150000.512000', '150000.515000', '150000.518000', '150000.520000', '150000.523000', '150000.526000', '150000.529000', '150000.532000', '150000.534000', '150000.537000', '150000.540000', '150000.543000', '150000.546000', '150000.548000', '150000.551000', '150000.554000', '150000.557000', '150000.560000', '150000.563000', '150000.566000', '150000.568000', '150000.571000', '150000.574000', '150000.577000', '150000.580000', '150000.582000', '150000.585000', '150000.604000', '150000.607000', '150000.610000', '150000.613000', '150000.615000', '150000.618000', '150000.621000', '150000.624000', '150000.627000', '150000.629000', '150000.632000', '150000.635000', '150000.638000', '150000.641000', '150000.643000', '150000.646000', '150000.649000', '150020.512000', '150020.515000', '150020.518000', '150020.521000', '150020.523000', '150020.526000', '150020.529000', '150020.532000', '150020.535000', '150020.537000', '150020.540000', '150020.543000', '150020.546000', '150020.549000', '150020.552000', '150020.555000', '150020.558000', '150020.561000', '150020.564000', '150020.567000', '150020.569000', '150020.572000', '150020.575000', '150020.578000', '150020.581000', '150020.583000', '150020.586000', '150020.589000', '150020.592000', '150020.595000', '150020.598000', '150020.600000', '150020.603000', '150020.606000', '150020.609000', '150020.612000', '150020.615000', '150020.620000', '150020.624000', '150020.627000', '150020.630000', '150020.633000', '150020.635000', '150040.512000', '150040.515000', '150040.518000', '150040.520000', '150040.523000', '150040.526000', '150040.529000', '150040.532000', '150040.535000', '150040.537000', '150040.540000', '150040.543000', '150040.546000', '150040.549000', '150040.552000', '150040.554000', '150040.557000', '150040.560000', '150040.563000', '150040.566000', '150040.568000', '150040.571000', '150040.574000', '150040.577000', '150040.580000', '150040.583000', '150040.585000', '150040.588000', '150040.591000', '150040.594000', '150040.597000', '150040.599000', '150040.602000', '150040.605000', '150040.608000', '150040.611000', '150040.613000', '150040.616000', '150040.619000', '150040.622000', '150040.625000', '150040.627000', '150040.630000', '150040.633000', '150100.513000', '150100.516000', '150100.519000', '150100.521000', '150100.524000', '150100.527000', '150100.530000', '150100.539000', '150100.542000', '150100.545000', '150100.548000', '150100.550000', '150100.553000', '150100.556000', '150100.559000', '150100.562000', '150100.564000', '150100.567000', '150100.570000', '150100.573000', '150100.576000', '150100.579000', '150100.581000', '150100.584000', '150100.587000', '150100.590000', '150100.593000', '150100.596000', '150100.598000', '150100.601000', '150100.604000', '150100.607000', '150100.610000', '150100.612000', '150100.615000', '150100.618000', '150100.621000', '150100.624000', '150100.626000', '150100.629000', '150100.632000', '150100.635000', '150100.638000', '150120.513000', '150120.516000', '150120.519000', '150120.522000', '150120.524000', '150120.527000', '150120.530000', '150120.533000', '150120.536000', '150120.539000', '150120.541000', '150120.544000', '150120.547000', '150120.550000', '150120.553000', '150120.556000', '150120.558000', '150120.561000', '150120.564000', '150120.567000', '150120.570000', '150120.573000', '150120.575000', '150120.578000', '150120.581000', '150120.584000', '150120.587000', '150120.589000', '150120.592000', '150120.595000', '150120.598000', '150120.601000', '150120.603000', '150120.606000', '150120.609000', '150120.612000', '150120.615000', '150120.617000', '150120.620000', '150120.623000', '150120.626000', '150120.629000', '150120.632000', '150120.634000', '150140.512000', '150140.515000', '150140.518000', '150140.520000', '150140.523000', '150140.526000', '150140.529000', '150140.532000', '150140.535000', '150140.538000', '150140.540000', '150140.543000', '150140.546000', '150140.549000', '150140.552000', '150140.555000', '150140.557000', '150140.560000', '150140.563000', '150140.566000', '150140.569000', '150140.572000', '150140.595000', '150140.598000', '150140.601000', '150140.604000', '150140.606000', '150140.609000', '150140.612000', '150140.615000', '150140.618000', '150140.621000', '150140.623000', '150140.626000', '150140.629000', '150140.632000', '150140.635000', '150140.637000', '150140.640000', '150140.643000', '150140.646000', '150140.649000', '150140.652000', '150200.512000', '150200.515000', '150200.518000', '150200.521000', '150200.523000', '150200.526000', '150200.529000', '150200.532000', '150200.535000', '150200.537000', '150200.540000', '150200.543000', '150200.546000', '150200.549000', '150200.551000', '150200.554000', '150200.557000', '150200.560000', '150200.563000', '150200.566000', '150200.569000', '150200.572000', '150200.575000', '150200.578000', '150200.580000', '150200.583000', '150200.586000', '150200.589000', '150200.592000', '150200.594000', '150200.597000', '150200.600000', '150200.603000', '150200.606000', '150200.608000', '150200.611000', '150200.614000', '150200.617000', '150200.620000', '150200.623000', '150200.625000', '150200.628000', '150200.631000', '150200.634000', '150220.512000', '150220.515000', '150220.518000', '150220.521000', '150220.523000', '150220.526000', '150220.529000', '150220.532000', '150220.535000', '150220.538000', '150220.540000', '150220.543000', '150220.546000', '150220.549000', '150220.552000', '150220.555000', '150220.557000', '150220.560000', '150220.563000', '150220.566000', '150220.569000', '150220.572000', '150220.575000', '150220.578000', '150220.581000', '150220.583000', '150220.586000', '150220.589000', '150220.592000', '150220.595000', '150220.597000', '150220.600000', '150220.603000', '150220.606000', '150220.609000', '150220.612000', '150220.614000', '150220.617000', '150220.620000', '150220.623000', '150220.626000', '150220.628000', '150220.631000', '150240.512000', '150240.515000', '150240.518000', '150240.520000', '150240.523000', '150240.526000', '150240.529000', '150240.532000', '150240.535000', '150240.537000', '150240.540000', '150240.543000', '150240.546000', '150240.549000', '150240.551000', '150240.554000', '150240.557000', '150240.560000', '150240.563000', '150240.566000', '150240.569000', '150240.571000', '150240.574000', '150240.577000', '150240.580000', '150240.583000', '150240.586000', '150240.588000', '150240.591000', '150240.594000', '150240.597000', '150240.600000', '150240.603000', '150240.605000', '150240.608000', '150240.611000', '150240.614000', '150240.617000', '150240.619000', '150240.622000', '150240.625000', '150240.628000', '150240.631000', '150240.633000', '150300.512000', '150300.515000', '150300.518000', '150300.521000', '150300.523000', '150300.526000', '150300.529000', '150300.532000', '150300.535000', '150300.538000', '150300.540000', '150300.543000', '150300.546000', '150300.549000', '150300.552000', '150300.554000', '150300.557000', '150300.560000', '150300.563000', '150300.566000', '150300.569000', '150300.571000', '150300.574000', '150300.577000', '150300.580000', '150300.583000', '150300.586000', '150300.588000', '150300.591000', '150300.594000', '150300.597000', '150300.600000', '150300.602000', '150300.605000', '150300.608000', '150300.611000', '150300.614000', '150300.617000', '150300.620000', '150300.622000', '150300.625000', '150300.629000', '150300.632000', '150320.513000', '150320.516000', '150320.519000', '150320.521000', '150320.539000', '150320.542000', '150320.545000', '150320.548000', '150320.551000', '150320.554000', '150320.556000', '150320.559000', '150320.562000', '150320.565000', '150320.568000', '150320.571000', '150320.574000', '150320.576000', '150320.579000', '150320.582000', '150320.585000', '150320.588000', '150320.590000', '150320.594000', '150320.597000', '150320.600000', '150320.603000', '150320.606000', '150320.608000', '150320.611000', '150320.614000', '150320.617000', '150320.620000', '150320.623000', '150320.626000', '150320.628000', '150320.631000', '150320.634000', '150320.637000', '150320.640000', '150320.642000', '150320.645000', '150320.648000', '150320.651000', '150340.513000', '150340.516000', '150340.519000', '150340.522000', '150340.524000', '150340.527000', '150340.530000', '150340.533000', '150340.536000', '150340.539000', '150340.541000', '150340.544000', '150340.547000', '150340.550000', '150340.553000', '150340.555000', '150340.558000', '150340.561000', '150340.564000', '150340.567000', '150340.570000', '150340.573000', '150340.575000', '150340.578000', '150340.581000', '150340.584000', '150340.587000', '150340.589000', '150340.592000', '150340.595000', '150340.598000', '150340.601000', '150340.604000', '150340.606000', '150340.609000', '150340.612000', '150340.615000', '150340.618000', '150340.620000', '150340.623000', '150340.626000', '150340.629000', '150340.632000', '150400.512000', '150400.515000', '150400.518000', '150400.521000', '150400.523000', '150400.526000', '150400.529000', '150400.532000', '150400.535000', '150400.537000', '150400.540000', '150400.543000', '150400.546000', '150400.549000', '150400.551000', '150400.554000', '150400.557000', '150400.560000', '150400.563000', '150400.566000', '150400.569000', '150400.571000', '150400.574000', '150400.577000', '150400.580000', '150400.583000', '150400.586000', '150400.588000', '150400.591000', '150400.594000', '150400.597000', '150400.600000', '150400.602000', '150400.605000', '150400.608000', '150400.611000', '150400.614000', '150400.616000', '150400.619000', '150400.622000', '150400.625000', '150400.628000', '150400.631000', '150400.633000', '150420.512000', '150420.515000', '150420.518000', '150420.521000', '150420.524000', '150420.526000', '150420.529000', '150420.532000', '150420.535000', '150420.538000', '150420.540000', '150420.543000', '150420.546000', '150420.549000', '150420.552000', '150420.555000', '150420.558000', '150420.561000', '150420.563000', '150420.566000', '150420.569000', '150420.572000', '150420.575000', '150420.577000', '150420.580000', '150420.583000', '150420.586000', '150420.589000', '150420.592000', '150420.594000', '150420.597000', '150420.600000', '150420.603000', '150420.606000', '150420.609000', '150420.611000', '150420.614000', '150420.617000', '150420.620000', '150420.623000', '150420.625000', '150420.628000', '150420.631000', '150440.512000', '150440.516000', '150440.519000', '150440.522000', '150440.524000', '150440.527000', '150440.530000', '150440.533000', '150440.536000', '150440.539000', '150440.541000', '150440.544000', '150440.547000', '150440.550000', '150440.553000', '150440.570000', '150440.573000', '150440.576000', '150440.579000', '150440.582000', '150440.584000', '150440.587000', '150440.590000', '150440.593000', '150440.596000', '150440.598000', '150440.601000', '150440.604000', '150440.607000', '150440.610000', '150440.612000', '150440.615000', '150440.618000', '150440.621000', '150440.624000', '150440.627000', '150440.629000', '150440.632000', '150440.635000', '150440.638000', '150440.641000', '150440.644000', '150440.646000', '150500.512000', '150500.515000', '150500.518000', '150500.521000', '150500.523000', '150500.526000', '150500.529000', '150500.532000', '150500.535000', '150500.537000', '150500.540000', '150500.543000', '150500.546000', '150500.549000', '150500.551000', '150500.554000', '150500.557000', '150500.560000', '150500.563000', '150500.566000', '150500.569000', '150500.572000', '150500.574000', '150500.577000', '150500.580000', '150500.583000', '150500.586000', '150500.589000', '150500.591000', '150500.594000', '150500.598000', '150500.601000', '150500.604000', '150500.607000', '150500.610000', '150500.612000', '150500.615000', '150500.618000', '150500.621000', '150500.624000', '150500.627000', '150500.629000', '150500.632000', '150500.635000', '150520.512000', '150520.515000', '150520.518000', '150520.523000', '150520.526000', '150520.529000', '150520.532000', '150520.535000', '150520.537000', '150520.540000', '150520.543000', '150520.546000', '150520.549000', '150520.552000', '150520.554000', '150520.557000', '150520.560000', '150520.563000', '150520.566000', '150520.569000', '150520.571000', '150520.574000', '150520.577000', '150520.580000', '150520.583000', '150520.586000', '150520.588000', '150520.591000', '150520.594000', '150520.597000', '150520.600000', '150520.603000', '150520.605000', '150520.608000', '150520.611000', '150520.614000', '150520.616000', '150520.619000', '150520.622000', '150520.625000', '150520.628000', '150520.631000', '150520.633000', '150540.513000', '150540.516000', '150540.519000', '150540.522000', '150540.524000', '150540.527000', '150540.530000', '150540.533000', '150540.536000', '150540.538000', '150540.541000', '150540.544000', '150540.547000', '150540.550000', '150540.553000', '150540.555000', '150540.558000', '150540.561000', '150540.564000', '150540.567000', '150540.570000', '150540.572000', '150540.575000', '150540.578000', '150540.581000', '150540.584000', '150540.587000', '150540.590000', '150540.592000', '150540.595000', '150540.598000', '150540.601000', '150540.604000', '150540.607000', '150540.609000', '150540.612000', '150540.615000', '150540.618000', '150540.621000', '150540.624000', '150540.626000', '150540.629000', '150540.632000', '150540.635000', '150600.513000', '150600.516000', '150600.519000', '150600.522000', '150600.524000', '150600.527000', '150600.530000', '150600.533000', '150600.536000', '150600.540000', '150600.543000', '150600.546000', '150600.549000', '150600.552000', '150600.555000', '150600.558000', '150600.561000', '150600.563000', '150600.566000', '150600.569000', '150600.572000', '150600.575000', '150600.577000', '150600.580000', '150600.583000', '150600.586000', '150600.602000', '150600.605000', '150600.607000', '150600.610000', '150600.613000', '150600.616000', '150600.619000', '150600.621000', '150600.624000', '150600.627000', '150600.630000', '150600.633000', '150600.635000', '150600.638000', '150600.641000', '150600.644000', '150600.647000', '150620.512000', '150620.515000', '150620.518000', '150620.521000', '150620.523000', '150620.526000', '150620.529000', '150620.532000', '150620.535000', '150620.537000', '150620.540000', '150620.543000', '150620.546000', '150620.549000', '150620.551000', '150620.554000', '150620.557000', '150620.560000', '150620.563000', '150620.566000', '150620.569000', '150620.571000', '150620.574000', '150620.577000', '150620.580000', '150620.583000', '150620.585000', '150620.588000', '150620.591000', '150620.594000', '150620.597000', '150620.600000', '150620.602000', '150620.605000', '150620.608000', '150620.611000', '150620.614000', '150620.616000', '150620.619000', '150620.622000', '150620.625000', '150620.628000', '150620.631000', '150620.634000', '150640.512000', '150640.515000', '150640.518000', '150640.521000', '150640.523000', '150640.526000', '150640.529000', '150640.532000', '150640.535000', '150640.538000', '150640.540000', '150640.543000', '150640.546000', '150640.549000', '150640.552000', '150640.555000', '150640.558000', '150640.561000', '150640.564000', '150640.567000', '150640.570000', '150640.573000', '150640.576000', '150640.578000', '150640.581000', '150640.584000', '150640.587000', '150640.590000', '150640.593000', '150640.595000', '150640.598000', '150640.601000', '150640.604000', '150640.607000', '150640.609000', '150640.612000', '150640.615000', '150640.618000', '150640.621000', '150640.624000', '150640.626000', '150640.629000', '150640.632000', '150700.512000', '150700.515000', '150700.518000', '150700.521000', '150700.523000', '150700.526000', '150700.529000', '150700.532000', '150700.535000', '150700.538000', '150700.541000', '150700.544000', '150700.546000', '150700.549000', '150700.552000', '150700.555000', '150700.558000', '150700.561000', '150700.563000', '150700.566000', '150700.569000', '150700.572000', '150700.575000', '150700.577000', '150700.580000', '150700.583000', '150700.586000', '150700.589000', '150700.592000', '150700.594000', '150700.597000', '150700.600000', '150700.603000', '150700.606000', '150700.608000', '150700.611000', '150700.614000', '150700.617000', '150700.620000', '150700.623000', '150700.625000', '150700.628000', '150700.631000', '150700.634000', '150720.512000', '150720.515000', '150720.518000', '150720.521000', '150720.524000', '150720.526000', '150720.529000', '150720.532000', '150720.535000', '150720.538000', '150720.540000', '150720.543000', '150720.546000', '150720.549000', '150720.552000', '150720.554000', '150720.558000', '150720.560000', '150720.563000', '150720.566000', '150720.569000', '150720.572000', '150720.586000', '150720.589000', '150720.592000', '150720.595000', '150720.598000', '150720.601000', '150720.603000', '150720.606000', '150720.609000', '150720.612000', '150720.615000', '150720.617000', '150720.620000', '150720.623000', '150720.626000', '150720.629000', '150720.632000', '150720.634000', '150720.637000', '150720.640000', '150720.643000', '150740.512000', '150740.515000', '150740.518000', '150740.521000', '150740.523000', '150740.526000', '150740.529000', '150740.532000', '150740.535000', '150740.538000', '150740.541000', '150740.543000', '150740.546000', '150740.549000', '150740.552000', '150740.555000', '150740.557000', '150740.560000', '150740.563000', '150740.566000', '150740.569000', '150740.572000', '150740.575000', '150740.577000', '150740.580000', '150740.583000', '150740.586000', '150740.589000', '150740.592000', '150740.595000', '150740.597000', '150740.600000', '150740.603000', '150740.606000', '150740.609000', '150740.611000', '150740.614000', '150740.617000', '150740.620000', '150740.623000', '150740.626000', '150740.628000', '150740.631000', '150740.635000', '150800.513000', '150800.516000', '150800.519000', '150800.522000', '150800.525000', '150800.528000', '150800.530000', '150800.533000', '150800.536000', '150800.539000', '150800.542000', '150800.545000', '150800.548000', '150800.551000', '150800.554000', '150800.557000', '150800.560000', '150800.562000', '150800.565000', '150800.568000', '150800.571000', '150800.574000', '150800.577000', '150800.579000', '150800.582000', '150800.585000', '150800.588000', '150800.591000', '150800.594000', '150800.596000', '150800.599000', '150800.602000', '150800.605000', '150800.608000', '150800.611000', '150800.613000', '150800.616000', '150800.619000', '150800.622000', '150800.625000', '150800.628000', '150800.631000', '150800.633000', '150820.513000', '150820.516000', '150820.519000', '150820.522000', '150820.525000', '150820.527000', '150820.530000', '150820.533000', '150820.536000', '150820.539000', '150820.541000', '150820.544000', '150820.547000', '150820.550000', '150820.553000', '150820.556000', '150820.559000', '150820.561000', '150820.564000', '150820.567000', '150820.570000', '150820.573000', '150820.576000', '150820.579000', '150820.581000', '150820.584000', '150820.587000', '150820.590000', '150820.593000', '150820.595000', '150820.598000', '150820.601000', '150820.604000', '150820.607000', '150820.610000', '150820.612000', '150820.615000', '150820.618000', '150820.621000', '150820.624000', '150820.626000', '150820.629000', '150820.632000', '150820.635000', '150840.512000', '150840.515000', '150840.518000', '150840.521000', '150840.524000', '150840.534000', '150840.537000', '150840.540000', '150840.542000', '150840.545000', '150840.548000', '150840.551000', '150840.554000', '150840.557000', '150840.560000', '150840.562000', '150840.565000', '150840.568000', '150840.571000', '150840.574000', '150840.577000', '150840.580000', '150840.582000', '150840.585000', '150840.588000', '150840.591000', '150840.594000', '150840.596000', '150840.599000', '150840.602000', '150840.605000', '150840.608000', '150840.611000', '150840.614000', '150840.617000', '150840.620000', '150840.623000', '150840.625000', '150840.628000', '150840.631000', '150840.634000', '150840.637000', '150840.640000', '150856.325000', '150856.328000', '150856.331000', '150856.334000', '150856.337000', '150856.340000', '150856.343000', '150856.346000', '150856.349000', '150856.352000', '150856.355000', '150856.358000', '150856.361000', '150856.364000', '150856.367000', '150856.370000', '150856.373000', '150856.376000', '150856.379000', '150856.382000', '150856.385000', '150856.388000', '150856.391000', '150856.394000', '150856.397000', '150856.399000', '150856.402000', '150856.405000', '150856.408000', '150856.411000', '150856.414000', '150856.416000', '150856.419000', '150856.422000', '150856.425000'], '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], 'LargestImagePixelValue': [15059, 11541, 8820, 10502, 9388, 10258, 8632, 9552, 9165, 8979, 12819, 8887, 11830, 9267, 14448, 10591, 13868, 8919, 11395, 9251, 12165, 9819, 15016, 9172, 12345, 9066, 9115, 9115, 9715, 14831, 10861, 13043, 8985, 11285, 9326, 11388, 8900, 12995, 9314, 10110, 9503, 10032, 8895, 11274, 9160, 12536, 9340, 12706, 9589, 15021, 10774, 13754, 9471, 12425, 9456, 15168, 11551, 13804, 9253, 11626, 9180, 11898, 9204, 13599, 9312, 11687, 8511, 9890, 8673, 13272, 9480, 13798, 8536, 9587, 9945, 9312, 16336, 12685, 14437, 9805, 12899, 9156, 10854, 8924, 14164, 8925, 13475, 8567, 9720, 8888, 8908, 15443, 9867, 14002, 10222, 12048, 9148, 9698, 8707, 9727, 16143, 11553, 13639, 9165, 10964, 8869, 10908, 8664, 12340, 8884, 9217, 14923, 9085, 12174, 10144, 12687, 9394, 11267, 8746, 11000, 8626, 12152, 9006, 13874, 9144, 11932, 8784, 12516, 8613, 14637, 8844, 12658, 8809, 10929, 8735, 11747, 13604, 12566, 12309, 9164, 14765, 9266, 14439, 10964, 13946, 9306, 12678, 9379, 11052, 9073, 13839, 8658, 13480, 8547, 10264, 8689, 9293, 14899, 9525, 13728, 10760, 14197, 10376, 11907, 9151, 8651, 9306, 13539, 9668, 14500, 10920, 14006, 9323, 11663, 9320, 12548, 11754, 12606, 14317, 8879, 13762, 9205, 12366, 9426, 13680, 8945, 11161, 8689, 9611, 8669, 10688, 9314, 10270, 9615, 8863, 12977, 9286, 13105, 10586, 13599, 9518, 13702, 9275, 14125, 10305, 14450, 9477, 12649, 9425, 11328, 9094, 12845, 9240, 13958, 9821, 10574, 9307, 14354, 12338, 11531, 11887, 8948, 11516, 8979, 11729, 10538, 14854, 9752, 12496, 8789, 10791, 9028, 11701, 8867, 13665, 8702, 9839, 14114, 9494, 15651, 11016, 13689, 9227, 11393, 8837, 10734, 8900, 13065, 8674, 10802, 10758, 9386, 14520, 10083, 14343, 10082, 13015, 9038, 12176, 9316, 13994, 10226, 14787, 9129, 12121, 8976, 12476, 11019, 14748, 10355, 11898, 8719, 10377, 11991, 9606, 16414, 11999, 14772, 10309, 13264, 9697, 11913, 9179, 12593, 9193, 15052, 9440, 11790, 8681, 10927, 8729, 9939, 15405, 10196, 14499, 11223, 12928, 9464, 11477, 9053, 11415, 8981, 14721, 9064, 10346, 13135, 9378, 15699, 11055, 14190, 9874, 12241, 9227, 10872, 9028, 11766, 9041, 11298, 8802, 9353, 11626, 9179, 14601, 10628, 13483, 9329, 12480, 9160, 12838, 10752, 14839, 10624, 14062, 9673, 12417, 9112, 13985, 10432, 14416, 8866, 10770, 9179, 9962, 13778, 10282, 15733, 11972, 13974, 9882, 11615, 9705, 12392, 9443, 12986, 10526, 14318, 9869, 12887, 9358, 11095, 8810, 13197, 13253, 10523, 16010, 9349, 12552, 9627, 11809, 8986, 11951, 9062, 9268, 12828, 9432, 13724, 10462, 12537, 9437, 12179, 9465, 11730, 8904, 12475, 8719, 10962, 9011, 10197, 11846, 10421, 13945, 10507, 14039, 9855, 14869, 10376, 14663, 10421, 14324, 9625, 10832, 10206, 13241, 13335, 9203, 11884, 9123, 10695, 14759, 10670, 15578, 11451, 12509, 9656, 13100, 9488, 12630, 10071, 14135, 10596, 12219, 9516, 12060, 9767, 11897, 9251, 14462, 8959, 11360, 8836, 10318, 14960, 11234, 14448, 10393, 14132, 9589, 13483, 10569, 14162, 10595, 13305, 9736, 11840, 9085, 11872, 9012, 13460, 8990, 10044, 9153, 10141, 12235, 11715, 9475, 11555, 9425, 10556, 14772, 10809, 15507, 12171, 13530, 9641, 13184, 9235, 13366, 10025, 14521, 11084, 14895, 10376, 11855, 9541, 12274, 9674, 13255, 10331, 15192, 11174, 13241, 9623, 11727, 9700, 13674, 10456, 14632, 9313, 11596, 9177, 11759, 9289, 14456, 9365, 11344, 9289, 10132, 13123, 11106, 13202, 9311, 14091, 9495, 12433, 9790, 13810, 9826, 12851, 9147, 10310, 8926, 10992, 10355, 10310, 10389, 8985, 14336, 9622, 13070, 9781, 12970, 9169, 11796, 9003, 11249, 9326, 14214, 9011, 12505, 9370, 10376, 14265, 10687, 14892, 12037, 10742, 10117, 9406, 9089, 15230, 10074, 14439, 11174, 13803, 9563, 12124, 9921, 12006, 9107, 14142, 9468, 12328, 8961, 9864, 9204, 11790, 13176, 10149, 15634, 9429, 12598, 9654, 12349, 9002, 13028, 8990, 11021, 8990, 11230, 10382, 11203, 9413, 9735, 15191, 9956, 14279, 11097, 12750, 9371, 11774, 9082, 11747, 8836, 13471, 9043, 11782, 9207, 10624, 10446, 13723, 10650, 12088, 8909, 10666, 10741, 10330, 15145, 13057, 13667, 9727, 14173, 9576, 12562, 9363, 14418, 9402, 12572, 9167, 9325, 11493, 9190, 15786, 11037, 13444, 9560, 11959, 9278, 11394, 9260, 12928, 9203, 10046, 12655, 9220, 14521, 10466, 13783, 9705, 12150, 9762, 11529, 9113, 12368, 9303, 13318, 9004, 10153, 10095, 9386, 15960, 10616, 13694, 9661, 11885, 9693, 11949, 9168, 14301, 9501, 13831, 9154, 11649, 8938, 13189, 11515, 10660, 12213, 9018, 14856, 9812, 13760, 10251, 14141, 9295, 11766, 9026, 10595, 9221, 10585, 15076, 10800, 13884, 9680, 12401, 9590, 12932, 9264, 13807, 8980, 11129, 9338, 9904, 13360, 9968, 15313, 11199, 14388, 9768, 12233, 8985, 12048, 8985, 13088, 9155, 10657, 12959, 9185, 15981, 11712, 13969, 9489, 12403, 9142, 10777, 8833, 10627, 14014, 10318, 12281, 9383, 13470, 9965, 14388, 11274, 15060, 10328, 12225, 9480, 15025, 10272, 15301, 11719, 14070, 9480, 13353, 9485, 13369, 9377, 14313, 9099, 12249, 9264, 10990, 8797, 11165, 13213, 12666, 9900, 12267, 8751, 11636, 9039, 10479, 11860, 11435, 12597, 10400, 11547, 9037, 15801, 9901, 14568, 11412, 13278, 8767, 10680, 9318, 9717, 12069, 9931, 14399, 9512, 12712, 9814, 11909, 8871, 12173, 9068, 11788, 9060, 11050, 8982, 11250, 9362, 11669, 9389, 10832, 9247, 11219, 14488, 12017, 11776, 9348, 14946, 9761, 14679, 11363, 14478, 9849, 13736, 9396, 12926, 9976, 14504, 9651, 13582, 9078, 11892, 8838, 12421, 8985, 13138, 9346, 9201, 9678, 8882, 16230, 11575, 13795, 9426, 11771, 9061, 11199, 8990, 11556, 9061, 10379, 9220, 8836, 15565, 10026, 14108, 10404, 12639, 9264, 11527, 8869, 11370, 8882, 13990, 8938, 10752, 9245, 9764, 15019, 10336, 14140, 9752, 12313, 9819, 11928, 8998, 14155, 8937, 12836, 9151, 11197, 9038, 13297, 8994, 13645, 9644, 12262, 9317, 12680, 9274, 15146, 9161, 13236, 9196, 10418, 9286, 10529, 14417, 12230, 13415, 9147, 12638, 9614, 12576, 9508, 13759, 8921, 11464, 9257, 9636, 11887, 10073, 14934, 9663, 13474, 9280, 11037, 8781, 11101, 9005, 11151, 9192, 9484, 11989, 9136, 15791, 11403, 14111, 9405, 11990, 9145, 10347, 8887, 11111, 9147, 10432, 9271, 8926, 15303, 10234, 14703, 11312, 13756, 9179, 11935, 8889, 13416, 9787, 15154, 10517, 12351, 9278, 12236, 8956, 11475, 9184, 13881, 9277, 10424, 8979, 8775, 15416, 9841, 14393, 11008, 13268, 9241, 11986, 9120, 10908, 8910, 12239, 9123, 10375, 9737, 8742, 15400, 10180, 14192, 10392, 12505, 9038, 10576, 9078, 10748, 12971, 10130, 12976, 9217, 12461, 9501, 11677, 9171, 11456, 9081, 9348, 14156, 9205, 12431, 9681, 12181, 9453, 11922, 9445, 11903, 9840, 13310, 10589, 14698, 9596, 13102, 9176, 12926, 9165, 15151, 9782, 13802, 9016, 12058, 8933, 12200, 9231, 13931, 9525, 10413, 9485, 8899, 15971, 9653, 13759, 10435, 13318, 9045, 11142, 9133, 9365, 14855, 10469, 13634, 9862, 12290, 9102, 11099, 8990, 11451, 11222, 9056, 14412, 9238, 12314, 9360, 11967, 9001, 12801, 9172, 11390, 9135, 10630, 11206, 10464, 12326, 9580, 13227, 9248, 13408, 10406, 15059, 11107, 13167, 9634, 10870, 8956, 12562, 9709, 9172, 9971, 14099, 12868, 13850, 10330, 12714, 9282, 11902, 9297, 11647, 9636, 11083, 9841, 8756, 14880, 9453, 12445, 9453, 12283, 9169, 12024, 9082, 10805, 9005, 11372, 9673, 12741, 9098, 10136, 14401, 9721, 15064, 11314, 14260, 10220, 13185, 9302, 11495, 9286, 11401, 10377, 10736, 10122, 9202, 14300, 9510, 13885, 11027, 12801, 9484, 11676, 9015, 10688, 9307, 11464, 9269, 11078, 8965, 11736, 9034, 12306, 10601, 12840, 13066, 10143, 15905, 10150, 13238, 9889, 14030, 9515, 13570, 9226, 11395, 9806, 10510, 16663, 11191, 14575, 11049, 13482, 9042, 12065, 9070, 11664, 9523, 12364, 9745, 11227, 13521, 10290, 15187, 10925, 14482, 11166, 14185, 9100, 12336, 9187, 10872, 14361, 10560, 15096, 10794, 13557, 9163, 12312, 9307, 11609, 15192, 11063, 13818, 9753, 13428, 9764, 12371, 9462, 12735, 9238, 12604, 9255, 12009, 9189, 12488, 11876, 13862, 9173, 12529, 9863, 11534, 15673, 12105, 15807, 11795, 13712, 9747, 12909, 9835, 13034, 9887, 14832, 9724, 13743, 9965, 12987, 9418, 12805, 9735, 15074, 9197, 12365, 9180, 10770, 14536, 10351, 16369, 11868, 14035, 9895, 12603, 9347, 11052, 13735, 10176, 15073, 10156, 13212, 9860, 11698, 8990, 11420, 13165, 10545, 14279, 9599, 13413, 9660, 12712, 9482, 12521, 9400, 11580, 10434, 10198, 16487, 11037, 14193, 10304, 13244, 9288, 11193, 8951, 11256, 15615, 11322, 14684, 9814, 13481, 9945, 12976, 9482, 13833, 9072, 11953, 9395, 11024, 16351, 11469, 15420, 11929, 13569, 9730, 12946, 9216, 12874, 9555, 14680, 9107, 12350, 9130, 11597, 9241, 13161, 10733, 12152, 10708, 10320, 16550, 10328, 14767, 11706, 13860, 9829, 12909, 9756, 12298, 9344, 13855, 9050, 11503, 9061, 10326, 14112, 10343, 15868, 11258, 12130, 9687, 13363, 10267, 16604, 12016, 15600, 10632, 13194, 9467, 13630, 10173, 14902, 11619, 14737, 9734, 11953, 9693, 12741, 9625, 14233, 10846, 13174, 9468, 11953, 9641, 15251, 11102, 14501, 9267, 12709, 9335, 10344, 11888, 9516], 'WindowCenter': [4775.0, 4741.0, 4707.0, 4726.0, 4714.0, 4715.0, 4693.0, 4705.0, 4702.0, 4694.0, 4722.0, 4693.0, 4722.0, 4703.0, 4731.0, 4713.0, 4731.0, 4693.0, 4709.0, 4702.0, 4721.0, 4702.0, 4742.0, 4692.0, 4722.0, 4690.0, 4692.0, 4690.0, 4701.0, 4730.0, 4712.0, 4717.0, 4692.0, 4710.0, 4703.0, 4721.0, 4692.0, 4732.0, 4704.0, 4712.0, 4725.0, 4726.0, 4719.0, 4736.0, 4731.0, 4759.0, 4730.0, 4748.0, 4727.0, 4758.0, 4739.0, 4757.0, 4729.0, 4735.0, 4717.0, 4756.0, 4735.0, 4744.0, 4716.0, 4735.0, 4717.0, 4734.0, 4715.0, 4756.0, 4718.0, 4747.0, 4707.0, 4727.0, 4707.0, 4747.0, 4716.0, 4757.0, 4706.0, 4717.0, 4715.0, 4716.0, 4755.0, 4736.0, 4744.0, 4716.0, 4733.0, 4702.0, 4714.0, 4691.0, 4743.0, 4694.0, 4733.0, 4693.0, 4704.0, 4693.0, 4704.0, 4741.0, 4714.0, 4733.0, 4714.0, 4723.0, 4702.0, 4704.0, 4693.0, 4714.0, 4742.0, 4722.0, 4732.0, 4703.0, 4713.0, 4703.0, 4724.0, 4694.0, 4734.0, 4704.0, 4705.0, 4743.0, 4705.0, 4734.0, 4715.0, 4733.0, 4705.0, 4724.0, 4705.0, 4725.0, 4707.0, 4747.0, 4716.0, 4756.0, 4719.0, 4737.0, 4719.0, 4748.0, 4719.0, 4758.0, 4718.0, 4748.0, 4717.0, 4738.0, 4707.0, 4738.0, 4746.0, 4737.0, 4735.0, 4715.0, 4744.0, 4704.0, 4744.0, 4725.0, 4744.0, 4704.0, 4734.0, 4716.0, 4725.0, 4705.0, 4745.0, 4695.0, 4744.0, 4695.0, 4716.0, 4695.0, 4706.0, 4744.0, 4716.0, 4745.0, 4726.0, 4746.0, 4716.0, 4736.0, 4718.0, 4718.0, 4730.0, 4747.0, 4728.0, 4758.0, 4739.0, 4757.0, 4718.0, 4737.0, 4707.0, 4736.0, 4722.0, 4724.0, 4731.0, 4693.0, 4730.0, 4703.0, 4721.0, 4702.0, 4730.0, 4703.0, 4723.0, 4693.0, 4703.0, 4693.0, 4724.0, 4704.0, 4725.0, 4713.0, 4717.0, 4745.0, 4718.0, 4745.0, 4727.0, 4747.0, 4728.0, 4747.0, 4718.0, 4747.0, 4717.0, 4746.0, 4717.0, 4735.0, 4716.0, 4737.0, 4718.0, 4747.0, 4719.0, 4747.0, 4729.0, 4739.0, 4731.0, 4759.0, 4750.0, 4738.0, 4739.0, 4719.0, 4737.0, 4708.0, 4738.0, 4727.0, 4758.0, 4717.0, 4747.0, 4709.0, 4738.0, 4717.0, 4748.0, 4718.0, 4757.0, 4708.0, 4729.0, 4756.0, 4728.0, 4757.0, 4728.0, 4747.0, 4718.0, 4737.0, 4705.0, 4738.0, 4707.0, 4747.0, 4707.0, 4736.0, 4726.0, 4717.0, 4757.0, 4728.0, 4758.0, 4739.0, 4758.0, 4719.0, 4748.0, 4718.0, 4757.0, 4729.0, 4759.0, 4719.0, 4748.0, 4708.0, 4748.0, 4726.0, 4747.0, 4714.0, 4736.0, 4706.0, 4726.0, 4733.0, 4716.0, 4755.0, 4736.0, 4745.0, 4715.0, 4734.0, 4705.0, 4724.0, 4705.0, 4735.0, 4704.0, 4744.0, 4703.0, 4724.0, 4695.0, 4725.0, 4703.0, 4714.0, 4743.0, 4715.0, 4744.0, 4725.0, 4734.0, 4715.0, 4724.0, 4705.0, 4725.0, 4694.0, 4743.0, 4693.0, 4714.0, 4732.0, 4704.0, 4741.0, 4713.0, 4732.0, 4703.0, 4721.0, 4692.0, 4712.0, 4693.0, 4723.0, 4691.0, 4723.0, 4693.0, 4704.0, 4722.0, 4716.0, 4745.0, 4726.0, 4746.0, 4716.0, 4744.0, 4719.0, 4747.0, 4728.0, 4755.0, 4728.0, 4746.0, 4714.0, 4735.0, 4705.0, 4748.0, 4715.0, 4745.0, 4693.0, 4725.0, 4704.0, 4715.0, 4734.0, 4716.0, 4743.0, 4725.0, 4734.0, 4716.0, 4722.0, 4714.0, 4733.0, 4716.0, 4734.0, 4715.0, 4745.0, 4716.0, 4733.0, 4705.0, 4725.0, 4704.0, 4734.0, 4733.0, 4714.0, 4742.0, 4703.0, 4721.0, 4702.0, 4723.0, 4691.0, 4723.0, 4692.0, 4702.0, 4733.0, 4703.0, 4732.0, 4715.0, 4734.0, 4706.0, 4733.0, 4715.0, 4736.0, 4706.0, 4736.0, 4707.0, 4726.0, 4707.0, 4729.0, 4737.0, 4729.0, 4757.0, 4728.0, 4747.0, 4729.0, 4755.0, 4729.0, 4745.0, 4728.0, 4755.0, 4718.0, 4738.0, 4730.0, 4748.0, 4749.0, 4718.0, 4738.0, 4706.0, 4727.0, 4745.0, 4725.0, 4744.0, 4726.0, 4733.0, 4717.0, 4733.0, 4716.0, 4735.0, 4716.0, 4745.0, 4716.0, 4735.0, 4717.0, 4733.0, 4728.0, 4738.0, 4718.0, 4758.0, 4708.0, 4738.0, 4706.0, 4728.0, 4757.0, 4726.0, 4746.0, 4728.0, 4746.0, 4717.0, 4745.0, 4727.0, 4745.0, 4725.0, 4743.0, 4715.0, 4735.0, 4707.0, 4736.0, 4708.0, 4746.0, 4706.0, 4717.0, 4706.0, 4725.0, 4735.0, 4737.0, 4716.0, 4738.0, 4717.0, 4728.0, 4756.0, 4728.0, 4746.0, 4737.0, 4734.0, 4717.0, 4734.0, 4705.0, 4735.0, 4715.0, 4745.0, 4725.0, 4744.0, 4716.0, 4725.0, 4716.0, 4723.0, 4706.0, 4735.0, 4715.0, 4745.0, 4725.0, 4734.0, 4705.0, 4723.0, 4716.0, 4733.0, 4714.0, 4732.0, 4701.0, 4720.0, 4703.0, 4724.0, 4694.0, 4744.0, 4702.0, 4724.0, 4693.0, 4714.0, 4722.0, 4712.0, 4722.0, 4704.0, 4731.0, 4702.0, 4723.0, 4702.0, 4732.0, 4702.0, 4722.0, 4691.0, 4713.0, 4693.0, 4724.0, 4701.0, 4713.0, 4712.0, 4703.0, 4742.0, 4714.0, 4746.0, 4716.0, 4735.0, 4703.0, 4734.0, 4704.0, 4737.0, 4706.0, 4747.0, 4706.0, 4735.0, 4705.0, 4716.0, 4744.0, 4714.0, 4742.0, 4725.0, 4714.0, 4714.0, 4704.0, 4706.0, 4744.0, 4715.0, 4744.0, 4724.0, 4733.0, 4705.0, 4733.0, 4715.0, 4734.0, 4705.0, 4745.0, 4705.0, 4735.0, 4704.0, 4713.0, 4705.0, 4724.0, 4732.0, 4715.0, 4743.0, 4705.0, 4733.0, 4705.0, 4734.0, 4705.0, 4734.0, 4705.0, 4725.0, 4703.0, 4725.0, 4713.0, 4725.0, 4703.0, 4714.0, 4745.0, 4714.0, 4745.0, 4726.0, 4735.0, 4717.0, 4735.0, 4706.0, 4737.0, 4707.0, 4747.0, 4707.0, 4738.0, 4715.0, 4727.0, 4725.0, 4746.0, 4725.0, 4735.0, 4706.0, 4727.0, 4725.0, 4727.0, 4745.0, 4735.0, 4733.0, 4716.0, 4732.0, 4705.0, 4724.0, 4704.0, 4733.0, 4690.0, 4723.0, 4691.0, 4702.0, 4711.0, 4703.0, 4739.0, 4711.0, 4731.0, 4703.0, 4721.0, 4704.0, 4723.0, 4704.0, 4733.0, 4701.0, 4715.0, 4723.0, 4703.0, 4742.0, 4714.0, 4734.0, 4705.0, 4732.0, 4713.0, 4722.0, 4704.0, 4736.0, 4704.0, 4735.0, 4705.0, 4714.0, 4714.0, 4717.0, 4752.0, 4715.0, 4745.0, 4715.0, 4734.0, 4716.0, 4736.0, 4718.0, 4757.0, 4718.0, 4748.0, 4716.0, 4736.0, 4707.0, 4747.0, 4724.0, 4715.0, 4725.0, 4706.0, 4744.0, 4716.0, 4745.0, 4715.0, 4744.0, 4704.0, 4725.0, 4703.0, 4726.0, 4705.0, 4716.0, 4744.0, 4724.0, 4733.0, 4706.0, 4735.0, 4705.0, 4735.0, 4704.0, 4745.0, 4702.0, 4726.0, 4704.0, 4717.0, 4746.0, 4716.0, 4754.0, 4727.0, 4746.0, 4716.0, 4736.0, 4717.0, 4737.0, 4706.0, 4746.0, 4704.0, 4726.0, 4734.0, 4716.0, 4754.0, 4736.0, 4743.0, 4706.0, 4735.0, 4705.0, 4724.0, 4705.0, 4727.0, 4746.0, 4718.0, 4734.0, 4718.0, 4746.0, 4728.0, 4756.0, 4739.0, 4754.0, 4728.0, 4737.0, 4719.0, 4757.0, 4727.0, 4755.0, 4738.0, 4745.0, 4718.0, 4746.0, 4716.0, 4744.0, 4705.0, 4744.0, 4707.0, 4737.0, 4705.0, 4727.0, 4707.0, 4738.0, 4736.0, 4746.0, 4715.0, 4737.0, 4708.0, 4737.0, 4706.0, 4726.0, 4734.0, 4736.0, 4734.0, 4727.0, 4724.0, 4706.0, 4753.0, 4715.0, 4743.0, 4723.0, 4732.0, 4694.0, 4714.0, 4702.0, 4704.0, 4722.0, 4712.0, 4742.0, 4705.0, 4732.0, 4715.0, 4734.0, 4705.0, 4735.0, 4706.0, 4736.0, 4705.0, 4739.0, 4718.0, 4740.0, 4718.0, 4739.0, 4719.0, 4739.0, 4719.0, 4738.0, 4758.0, 4749.0, 4737.0, 4719.0, 4755.0, 4725.0, 4757.0, 4738.0, 4745.0, 4716.0, 4743.0, 4717.0, 4735.0, 4717.0, 4744.0, 4718.0, 4744.0, 4707.0, 4736.0, 4707.0, 4737.0, 4704.0, 4736.0, 4705.0, 4707.0, 4703.0, 4706.0, 4753.0, 4726.0, 4734.0, 4704.0, 4724.0, 4706.0, 4726.0, 4705.0, 4726.0, 4705.0, 4727.0, 4704.0, 4706.0, 4756.0, 4718.0, 4744.0, 4726.0, 4735.0, 4707.0, 4725.0, 4707.0, 4737.0, 4707.0, 4746.0, 4706.0, 4727.0, 4705.0, 4727.0, 4745.0, 4729.0, 4747.0, 4718.0, 4735.0, 4717.0, 4737.0, 4708.0, 4746.0, 4706.0, 4747.0, 4718.0, 4737.0, 4709.0, 4748.0, 4706.0, 4748.0, 4719.0, 4747.0, 4719.0, 4748.0, 4716.0, 4759.0, 4717.0, 4748.0, 4718.0, 4729.0, 4708.0, 4727.0, 4745.0, 4735.0, 4733.0, 4705.0, 4732.0, 4705.0, 4734.0, 4703.0, 4734.0, 4703.0, 4725.0, 4704.0, 4715.0, 4723.0, 4715.0, 4742.0, 4705.0, 4733.0, 4703.0, 4714.0, 4694.0, 4724.0, 4692.0, 4725.0, 4702.0, 4713.0, 4721.0, 4715.0, 4754.0, 4724.0, 4744.0, 4704.0, 4722.0, 4703.0, 4715.0, 4703.0, 4726.0, 4704.0, 4725.0, 4704.0, 4706.0, 4755.0, 4727.0, 4745.0, 4727.0, 4745.0, 4706.0, 4724.0, 4707.0, 4732.0, 4714.0, 4744.0, 4715.0, 4733.0, 4706.0, 4734.0, 4705.0, 4727.0, 4704.0, 4746.0, 4701.0, 4716.0, 4693.0, 4695.0, 4739.0, 4704.0, 4734.0, 4714.0, 4732.0, 4704.0, 4721.0, 4702.0, 4714.0, 4694.0, 4723.0, 4703.0, 4715.0, 4702.0, 4694.0, 4743.0, 4715.0, 4733.0, 4714.0, 4722.0, 4692.0, 4712.0, 4694.0, 4713.0, 4731.0, 4713.0, 4731.0, 4703.0, 4721.0, 4705.0, 4723.0, 4703.0, 4723.0, 4691.0, 4705.0, 4741.0, 4704.0, 4734.0, 4717.0, 4735.0, 4715.0, 4737.0, 4716.0, 4735.0, 4728.0, 4758.0, 4740.0, 4757.0, 4719.0, 4746.0, 4715.0, 4736.0, 4705.0, 4755.0, 4716.0, 4745.0, 4706.0, 4735.0, 4706.0, 4736.0, 4706.0, 4745.0, 4706.0, 4714.0, 4703.0, 4695.0, 4742.0, 4703.0, 4733.0, 4711.0, 4732.0, 4692.0, 4711.0, 4691.0, 4705.0, 4743.0, 4712.0, 4731.0, 4703.0, 4720.0, 4692.0, 4725.0, 4694.0, 4723.0, 4710.0, 4695.0, 4731.0, 4703.0, 4722.0, 4706.0, 4725.0, 4695.0, 4735.0, 4704.0, 4723.0, 4705.0, 4727.0, 4724.0, 4726.0, 4737.0, 4717.0, 4745.0, 4715.0, 4746.0, 4730.0, 4756.0, 4738.0, 4745.0, 4717.0, 4728.0, 4707.0, 4735.0, 4718.0, 4709.0, 4728.0, 4747.0, 4736.0, 4735.0, 4717.0, 4734.0, 4693.0, 4721.0, 4694.0, 4725.0, 4692.0, 4713.0, 4701.0, 4682.0, 4729.0, 4702.0, 4720.0, 4703.0, 4724.0, 4702.0, 4723.0, 4693.0, 4723.0, 4706.0, 4737.0, 4716.0, 4747.0, 4708.0, 4718.0, 4744.0, 4715.0, 4755.0, 4724.0, 4743.0, 4715.0, 4734.0, 4704.0, 4724.0, 4704.0, 4726.0, 4715.0, 4713.0, 4714.0, 4704.0, 4741.0, 4717.0, 4741.0, 4714.0, 4733.0, 4717.0, 4725.0, 4706.0, 4725.0, 4706.0, 4736.0, 4732.0, 4751.0, 4731.0, 4760.0, 4719.0, 4749.0, 4741.0, 4760.0, 4746.0, 4727.0, 4753.0, 4723.0, 4733.0, 4714.0, 4745.0, 4704.0, 4735.0, 4701.0, 4724.0, 4703.0, 4713.0, 4751.0, 4714.0, 4741.0, 4713.0, 4729.0, 4693.0, 4723.0, 4693.0, 4725.0, 4704.0, 4733.0, 4703.0, 4726.0, 4734.0, 4713.0, 4754.0, 4727.0, 4741.0, 4724.0, 4744.0, 4702.0, 4732.0, 4703.0, 4726.0, 4744.0, 4715.0, 4742.0, 4726.0, 4744.0, 4705.0, 4736.0, 4707.0, 4735.0, 4743.0, 4725.0, 4743.0, 4717.0, 4743.0, 4716.0, 4736.0, 4718.0, 4748.0, 4719.0, 4750.0, 4718.0, 4748.0, 4731.0, 4761.0, 4737.0, 4757.0, 4719.0, 4749.0, 4729.0, 4749.0, 4767.0, 4760.0, 4768.0, 4738.0, 4747.0, 4717.0, 4747.0, 4718.0, 4747.0, 4718.0, 4756.0, 4719.0, 4747.0, 4725.0, 4748.0, 4717.0, 4747.0, 4716.0, 4757.0, 4717.0, 4747.0, 4707.0, 4726.0, 4757.0, 4726.0, 4754.0, 4725.0, 4743.0, 4716.0, 4735.0, 4704.0, 4726.0, 4732.0, 4714.0, 4741.0, 4713.0, 4733.0, 4713.0, 4734.0, 4706.0, 4736.0, 4734.0, 4724.0, 4744.0, 4716.0, 4745.0, 4718.0, 4747.0, 4716.0, 4735.0, 4706.0, 4737.0, 4726.0, 4727.0, 4766.0, 4726.0, 4747.0, 4716.0, 4745.0, 4705.0, 4736.0, 4707.0, 4737.0, 4757.0, 4738.0, 4757.0, 4728.0, 4746.0, 4728.0, 4745.0, 4716.0, 4748.0, 4707.0, 4748.0, 4716.0, 4738.0, 4768.0, 4737.0, 4754.0, 4736.0, 4745.0, 4716.0, 4745.0, 4717.0, 4746.0, 4716.0, 4756.0, 4707.0, 4747.0, 4717.0, 4749.0, 4719.0, 4749.0, 4726.0, 4748.0, 4727.0, 4728.0, 4767.0, 4729.0, 4753.0, 4737.0, 4745.0, 4726.0, 4746.0, 4717.0, 4737.0, 4716.0, 4746.0, 4705.0, 4737.0, 4707.0, 4728.0, 4747.0, 4728.0, 4756.0, 4738.0, 4747.0, 4729.0, 4748.0, 4730.0, 4767.0, 4748.0, 4757.0, 4728.0, 4746.0, 4716.0, 4745.0, 4727.0, 4753.0, 4736.0, 4754.0, 4716.0, 4736.0, 4728.0, 4745.0, 4728.0, 4756.0, 4739.0, 4748.0, 4728.0, 4746.0, 4730.0, 4757.0, 4738.0, 4747.0, 4717.0, 4736.0, 4704.0, 4716.0, 4734.0, 4716.0], 'WindowWidth': [10422.0, 10364.0, 10308.0, 10332.0, 10316.0, 10316.0, 10281.0, 10299.0, 10291.0, 10282.0, 10318.0, 10281.0, 10317.0, 10295.0, 10329.0, 10306.0, 10330.0, 10279.0, 10297.0, 10291.0, 10316.0, 10290.0, 10346.0, 10277.0, 10318.0, 10271.0, 10276.0, 10271.0, 10287.0, 10326.0, 10302.0, 10306.0, 10275.0, 10298.0, 10296.0, 10317.0, 10279.0, 10331.0, 10298.0, 10309.0, 10332.0, 10332.0, 10328.0, 10349.0, 10347.0, 10383.0, 10345.0, 10364.0, 10337.0, 10379.0, 10352.0, 10375.0, 10343.0, 10342.0, 10318.0, 10374.0, 10341.0, 10355.0, 10318.0, 10342.0, 10322.0, 10341.0, 10315.0, 10374.0, 10325.0, 10361.0, 10308.0, 10335.0, 10305.0, 10361.0, 10318.0, 10376.0, 10303.0, 10319.0, 10315.0, 10316.0, 10370.0, 10343.0, 10353.0, 10315.0, 10335.0, 10292.0, 10310.0, 10275.0, 10349.0, 10281.0, 10335.0, 10281.0, 10297.0, 10279.0, 10297.0, 10344.0, 10309.0, 10333.0, 10309.0, 10322.0, 10293.0, 10297.0, 10279.0, 10311.0, 10349.0, 10320.0, 10332.0, 10295.0, 10307.0, 10294.0, 10324.0, 10282.0, 10338.0, 10297.0, 10302.0, 10350.0, 10300.0, 10338.0, 10314.0, 10336.0, 10301.0, 10327.0, 10303.0, 10330.0, 10307.0, 10362.0, 10318.0, 10373.0, 10326.0, 10349.0, 10326.0, 10365.0, 10324.0, 10378.0, 10323.0, 10363.0, 10321.0, 10352.0, 10308.0, 10349.0, 10359.0, 10347.0, 10340.0, 10314.0, 10353.0, 10298.0, 10350.0, 10328.0, 10352.0, 10298.0, 10337.0, 10315.0, 10326.0, 10298.0, 10354.0, 10284.0, 10352.0, 10284.0, 10316.0, 10285.0, 10302.0, 10352.0, 10316.0, 10354.0, 10331.0, 10356.0, 10317.0, 10344.0, 10325.0, 10324.0, 10343.0, 10364.0, 10339.0, 10379.0, 10353.0, 10375.0, 10322.0, 10346.0, 10304.0, 10345.0, 10319.0, 10323.0, 10331.0, 10279.0, 10326.0, 10293.0, 10316.0, 10292.0, 10328.0, 10295.0, 10322.0, 10280.0, 10295.0, 10281.0, 10326.0, 10297.0, 10328.0, 10311.0, 10322.0, 10356.0, 10325.0, 10357.0, 10336.0, 10360.0, 10336.0, 10361.0, 10325.0, 10360.0, 10320.0, 10357.0, 10317.0, 10340.0, 10318.0, 10345.0, 10324.0, 10358.0, 10323.0, 10359.0, 10339.0, 10353.0, 10346.0, 10380.0, 10369.0, 10351.0, 10352.0, 10324.0, 10347.0, 10307.0, 10349.0, 10330.0, 10376.0, 10318.0, 10361.0, 10311.0, 10349.0, 10322.0, 10366.0, 10322.0, 10377.0, 10310.0, 10340.0, 10375.0, 10338.0, 10376.0, 10337.0, 10360.0, 10322.0, 10345.0, 10302.0, 10350.0, 10304.0, 10360.0, 10307.0, 10346.0, 10332.0, 10322.0, 10376.0, 10338.0, 10377.0, 10355.0, 10378.0, 10327.0, 10363.0, 10326.0, 10376.0, 10338.0, 10379.0, 10323.0, 10364.0, 10307.0, 10362.0, 10330.0, 10361.0, 10311.0, 10344.0, 10300.0, 10329.0, 10336.0, 10316.0, 10370.0, 10343.0, 10354.0, 10313.0, 10338.0, 10300.0, 10324.0, 10298.0, 10341.0, 10294.0, 10351.0, 10293.0, 10325.0, 10286.0, 10328.0, 10295.0, 10311.0, 10351.0, 10313.0, 10350.0, 10326.0, 10337.0, 10314.0, 10323.0, 10299.0, 10327.0, 10282.0, 10348.0, 10279.0, 10309.0, 10331.0, 10295.0, 10344.0, 10308.0, 10332.0, 10292.0, 10314.0, 10275.0, 10306.0, 10279.0, 10322.0, 10277.0, 10322.0, 10280.0, 10298.0, 10320.0, 10317.0, 10357.0, 10331.0, 10358.0, 10319.0, 10354.0, 10325.0, 10361.0, 10336.0, 10371.0, 10336.0, 10356.0, 10313.0, 10343.0, 10301.0, 10361.0, 10312.0, 10355.0, 10281.0, 10325.0, 10295.0, 10312.0, 10337.0, 10315.0, 10350.0, 10327.0, 10338.0, 10314.0, 10320.0, 10310.0, 10335.0, 10314.0, 10338.0, 10314.0, 10353.0, 10317.0, 10337.0, 10299.0, 10328.0, 10296.0, 10338.0, 10335.0, 10310.0, 10348.0, 10292.0, 10315.0, 10292.0, 10322.0, 10275.0, 10321.0, 10277.0, 10293.0, 10335.0, 10296.0, 10332.0, 10313.0, 10337.0, 10304.0, 10335.0, 10315.0, 10343.0, 10303.0, 10345.0, 10305.0, 10333.0, 10306.0, 10340.0, 10348.0, 10339.0, 10373.0, 10337.0, 10361.0, 10338.0, 10371.0, 10338.0, 10356.0, 10333.0, 10369.0, 10323.0, 10348.0, 10342.0, 10363.0, 10366.0, 10320.0, 10348.0, 10302.0, 10332.0, 10356.0, 10328.0, 10353.0, 10330.0, 10337.0, 10317.0, 10336.0, 10317.0, 10341.0, 10317.0, 10355.0, 10315.0, 10341.0, 10320.0, 10337.0, 10335.0, 10349.0, 10322.0, 10378.0, 10308.0, 10350.0, 10303.0, 10337.0, 10375.0, 10332.0, 10358.0, 10335.0, 10357.0, 10319.0, 10355.0, 10334.0, 10354.0, 10329.0, 10349.0, 10315.0, 10341.0, 10307.0, 10345.0, 10305.0, 10357.0, 10301.0, 10318.0, 10302.0, 10330.0, 10341.0, 10347.0, 10316.0, 10349.0, 10318.0, 10334.0, 10372.0, 10335.0, 10358.0, 10345.0, 10338.0, 10318.0, 10338.0, 10301.0, 10339.0, 10312.0, 10354.0, 10326.0, 10352.0, 10316.0, 10325.0, 10316.0, 10321.0, 10301.0, 10339.0, 10313.0, 10354.0, 10325.0, 10334.0, 10299.0, 10320.0, 10315.0, 10336.0, 10308.0, 10331.0, 10289.0, 10314.0, 10294.0, 10324.0, 10280.0, 10350.0, 10292.0, 10323.0, 10278.0, 10310.0, 10319.0, 10306.0, 10318.0, 10294.0, 10330.0, 10292.0, 10320.0, 10291.0, 10333.0, 10289.0, 10319.0, 10275.0, 10307.0, 10281.0, 10325.0, 10289.0, 10307.0, 10305.0, 10295.0, 10348.0, 10312.0, 10357.0, 10317.0, 10339.0, 10297.0, 10339.0, 10299.0, 10346.0, 10303.0, 10360.0, 10301.0, 10342.0, 10299.0, 10314.0, 10352.0, 10311.0, 10348.0, 10326.0, 10308.0, 10311.0, 10296.0, 10301.0, 10352.0, 10314.0, 10350.0, 10323.0, 10335.0, 10299.0, 10334.0, 10314.0, 10338.0, 10300.0, 10353.0, 10297.0, 10340.0, 10296.0, 10310.0, 10298.0, 10325.0, 10334.0, 10313.0, 10351.0, 10297.0, 10336.0, 10301.0, 10338.0, 10300.0, 10338.0, 10299.0, 10328.0, 10297.0, 10327.0, 10308.0, 10326.0, 10295.0, 10312.0, 10356.0, 10315.0, 10356.0, 10330.0, 10339.0, 10319.0, 10341.0, 10305.0, 10346.0, 10304.0, 10361.0, 10306.0, 10349.0, 10315.0, 10333.0, 10327.0, 10358.0, 10327.0, 10341.0, 10303.0, 10333.0, 10327.0, 10333.0, 10357.0, 10342.0, 10338.0, 10314.0, 10333.0, 10297.0, 10322.0, 10295.0, 10335.0, 10272.0, 10321.0, 10273.0, 10289.0, 10302.0, 10294.0, 10338.0, 10303.0, 10329.0, 10293.0, 10314.0, 10296.0, 10322.0, 10295.0, 10336.0, 10290.0, 10312.0, 10321.0, 10295.0, 10346.0, 10311.0, 10336.0, 10300.0, 10333.0, 10309.0, 10321.0, 10298.0, 10342.0, 10296.0, 10340.0, 10297.0, 10312.0, 10311.0, 10318.0, 10361.0, 10313.0, 10352.0, 10314.0, 10337.0, 10318.0, 10345.0, 10321.0, 10373.0, 10320.0, 10362.0, 10316.0, 10345.0, 10306.0, 10359.0, 10323.0, 10313.0, 10325.0, 10300.0, 10351.0, 10316.0, 10352.0, 10313.0, 10351.0, 10296.0, 10326.0, 10294.0, 10328.0, 10299.0, 10315.0, 10353.0, 10325.0, 10336.0, 10301.0, 10339.0, 10299.0, 10341.0, 10297.0, 10354.0, 10293.0, 10330.0, 10297.0, 10318.0, 10358.0, 10318.0, 10367.0, 10333.0, 10356.0, 10317.0, 10342.0, 10321.0, 10347.0, 10303.0, 10358.0, 10299.0, 10332.0, 10339.0, 10317.0, 10367.0, 10342.0, 10350.0, 10301.0, 10340.0, 10298.0, 10326.0, 10299.0, 10333.0, 10357.0, 10320.0, 10339.0, 10322.0, 10359.0, 10337.0, 10372.0, 10352.0, 10370.0, 10337.0, 10346.0, 10325.0, 10374.0, 10335.0, 10370.0, 10350.0, 10357.0, 10323.0, 10356.0, 10317.0, 10354.0, 10301.0, 10354.0, 10304.0, 10346.0, 10301.0, 10333.0, 10305.0, 10349.0, 10343.0, 10358.0, 10314.0, 10347.0, 10308.0, 10347.0, 10302.0, 10330.0, 10338.0, 10344.0, 10340.0, 10332.0, 10325.0, 10303.0, 10366.0, 10315.0, 10350.0, 10323.0, 10333.0, 10282.0, 10310.0, 10292.0, 10299.0, 10320.0, 10307.0, 10347.0, 10300.0, 10333.0, 10314.0, 10339.0, 10301.0, 10339.0, 10303.0, 10344.0, 10302.0, 10355.0, 10326.0, 10355.0, 10322.0, 10354.0, 10325.0, 10354.0, 10326.0, 10352.0, 10377.0, 10366.0, 10347.0, 10326.0, 10371.0, 10330.0, 10373.0, 10350.0, 10357.0, 10317.0, 10350.0, 10320.0, 10341.0, 10319.0, 10352.0, 10320.0, 10353.0, 10306.0, 10342.0, 10306.0, 10345.0, 10298.0, 10342.0, 10298.0, 10304.0, 10295.0, 10303.0, 10364.0, 10328.0, 10338.0, 10297.0, 10324.0, 10302.0, 10331.0, 10300.0, 10330.0, 10299.0, 10333.0, 10297.0, 10303.0, 10371.0, 10321.0, 10353.0, 10330.0, 10340.0, 10304.0, 10327.0, 10305.0, 10347.0, 10305.0, 10358.0, 10301.0, 10333.0, 10301.0, 10333.0, 10356.0, 10337.0, 10359.0, 10322.0, 10340.0, 10321.0, 10347.0, 10308.0, 10360.0, 10304.0, 10361.0, 10319.0, 10347.0, 10309.0, 10364.0, 10304.0, 10361.0, 10325.0, 10361.0, 10327.0, 10363.0, 10318.0, 10382.0, 10320.0, 10365.0, 10321.0, 10336.0, 10306.0, 10332.0, 10355.0, 10339.0, 10336.0, 10298.0, 10331.0, 10298.0, 10337.0, 10293.0, 10338.0, 10294.0, 10325.0, 10296.0, 10314.0, 10321.0, 10313.0, 10348.0, 10299.0, 10334.0, 10294.0, 10311.0, 10283.0, 10325.0, 10278.0, 10327.0, 10293.0, 10311.0, 10318.0, 10314.0, 10366.0, 10325.0, 10351.0, 10297.0, 10320.0, 10295.0, 10313.0, 10294.0, 10328.0, 10296.0, 10327.0, 10298.0, 10303.0, 10370.0, 10333.0, 10354.0, 10331.0, 10353.0, 10302.0, 10323.0, 10305.0, 10335.0, 10310.0, 10352.0, 10312.0, 10334.0, 10302.0, 10336.0, 10301.0, 10331.0, 10296.0, 10355.0, 10289.0, 10314.0, 10278.0, 10284.0, 10340.0, 10296.0, 10335.0, 10309.0, 10330.0, 10296.0, 10316.0, 10292.0, 10310.0, 10281.0, 10321.0, 10292.0, 10312.0, 10291.0, 10282.0, 10350.0, 10313.0, 10335.0, 10310.0, 10317.0, 10278.0, 10305.0, 10281.0, 10308.0, 10330.0, 10306.0, 10330.0, 10293.0, 10316.0, 10299.0, 10323.0, 10292.0, 10320.0, 10275.0, 10299.0, 10345.0, 10297.0, 10338.0, 10317.0, 10339.0, 10314.0, 10345.0, 10317.0, 10341.0, 10336.0, 10378.0, 10356.0, 10375.0, 10324.0, 10356.0, 10315.0, 10342.0, 10300.0, 10371.0, 10315.0, 10355.0, 10303.0, 10339.0, 10302.0, 10345.0, 10301.0, 10355.0, 10300.0, 10310.0, 10292.0, 10283.0, 10346.0, 10293.0, 10333.0, 10302.0, 10330.0, 10276.0, 10302.0, 10273.0, 10297.0, 10348.0, 10304.0, 10328.0, 10294.0, 10314.0, 10278.0, 10325.0, 10280.0, 10320.0, 10300.0, 10283.0, 10330.0, 10294.0, 10318.0, 10301.0, 10326.0, 10284.0, 10339.0, 10297.0, 10323.0, 10299.0, 10333.0, 10325.0, 10329.0, 10345.0, 10320.0, 10356.0, 10316.0, 10358.0, 10340.0, 10372.0, 10350.0, 10356.0, 10318.0, 10334.0, 10305.0, 10339.0, 10320.0, 10307.0, 10336.0, 10361.0, 10345.0, 10341.0, 10317.0, 10335.0, 10278.0, 10315.0, 10279.0, 10323.0, 10275.0, 10304.0, 10286.0, 10262.0, 10324.0, 10289.0, 10312.0, 10291.0, 10320.0, 10290.0, 10318.0, 10280.0, 10322.0, 10303.0, 10346.0, 10314.0, 10358.0, 10304.0, 10319.0, 10352.0, 10314.0, 10368.0, 10325.0, 10348.0, 10312.0, 10336.0, 10295.0, 10323.0, 10296.0, 10328.0, 10310.0, 10307.0, 10309.0, 10297.0, 10346.0, 10317.0, 10345.0, 10311.0, 10334.0, 10317.0, 10328.0, 10300.0, 10327.0, 10301.0, 10342.0, 10352.0, 10375.0, 10347.0, 10388.0, 10329.0, 10367.0, 10361.0, 10386.0, 10358.0, 10332.0, 10367.0, 10324.0, 10337.0, 10310.0, 10354.0, 10296.0, 10340.0, 10289.0, 10324.0, 10291.0, 10307.0, 10359.0, 10309.0, 10344.0, 10306.0, 10325.0, 10280.0, 10319.0, 10280.0, 10326.0, 10295.0, 10336.0, 10294.0, 10329.0, 10337.0, 10310.0, 10368.0, 10334.0, 10347.0, 10324.0, 10352.0, 10294.0, 10335.0, 10293.0, 10331.0, 10353.0, 10313.0, 10348.0, 10329.0, 10352.0, 10298.0, 10344.0, 10305.0, 10343.0, 10352.0, 10327.0, 10350.0, 10319.0, 10350.0, 10316.0, 10345.0, 10323.0, 10364.0, 10324.0, 10368.0, 10324.0, 10367.0, 10345.0, 10385.0, 10349.0, 10377.0, 10324.0, 10366.0, 10338.0, 10368.0, 10394.0, 10388.0, 10394.0, 10352.0, 10360.0, 10320.0, 10359.0, 10322.0, 10360.0, 10322.0, 10373.0, 10323.0, 10361.0, 10331.0, 10362.0, 10320.0, 10364.0, 10317.0, 10377.0, 10319.0, 10361.0, 10304.0, 10330.0, 10377.0, 10332.0, 10368.0, 10328.0, 10349.0, 10313.0, 10340.0, 10295.0, 10328.0, 10334.0, 10310.0, 10346.0, 10309.0, 10334.0, 10307.0, 10339.0, 10304.0, 10344.0, 10339.0, 10324.0, 10352.0, 10318.0, 10353.0, 10324.0, 10361.0, 10317.0, 10343.0, 10304.0, 10347.0, 10331.0, 10334.0, 10387.0, 10332.0, 10360.0, 10317.0, 10355.0, 10301.0, 10344.0, 10306.0, 10349.0, 10377.0, 10349.0, 10374.0, 10336.0, 10358.0, 10339.0, 10359.0, 10318.0, 10363.0, 10306.0, 10363.0, 10316.0, 10351.0, 10395.0, 10349.0, 10370.0, 10345.0, 10355.0, 10318.0, 10356.0, 10321.0, 10361.0, 10316.0, 10373.0, 10306.0, 10361.0, 10320.0, 10368.0, 10326.0, 10368.0, 10331.0, 10364.0, 10332.0, 10335.0, 10391.0, 10340.0, 10367.0, 10347.0, 10355.0, 10332.0, 10358.0, 10321.0, 10349.0, 10318.0, 10358.0, 10301.0, 10347.0, 10306.0, 10335.0, 10362.0, 10337.0, 10374.0, 10350.0, 10361.0, 10341.0, 10364.0, 10344.0, 10390.0, 10365.0, 10375.0, 10336.0, 10359.0, 10317.0, 10356.0, 10335.0, 10365.0, 10345.0, 10368.0, 10317.0, 10343.0, 10336.0, 10358.0, 10338.0, 10373.0, 10352.0, 10364.0, 10339.0, 10361.0, 10342.0, 10376.0, 10350.0, 10361.0, 10320.0, 10345.0, 10297.0, 10316.0, 10338.0, 10317.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.00038977289931869794</td></tr>
<tr><td colspan=3>aqi</td><td>0.021798609538228614</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.258366344893965</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3343961114469685</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9932475290606061</td></tr>
<tr><td colspan=3>efc</td><td>0.4752</td></tr>
<tr><td colspan=3>fber</td><td>6788.3657</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07777548125832348</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.3785011355034065</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.444373999243007</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.414993124240259</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.602225210685389</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.315903662803373</td></tr>
<tr><td colspan=3>gcor</td><td>0.00619866</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01675225794315338</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02700505033135414</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1321</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.097010546271396</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>25.8245</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.4175</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.7935</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296954.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>852.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>360.6853</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.064</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>601.3197</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3916.6213</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4118.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79590.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1488.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5066.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1005.1168</td></tr>
<tr><td colspan=3>tsnr</td><td>43.84799560112879</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>