<?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-0055_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-0055_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-0055_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-0055/figures/sub-0055_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0055/figures/sub-0055_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-0055/figures/sub-0055_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055/ses-04/func/sub-0055_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>8759b74bdd2eb3ae6d8feb654aa6af8f</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:57:45.797500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999783, 0.0174232, 0.0114601, -0.0165786, 0.997405, -0.0700651]</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.100593</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, -7708, -7238, 522, -14, -118, -29, 73]</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.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>259.274</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a8562a12-c78c-4eec-b5d3-77707167bf24||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6823434829711914, -0.04447918012738228, 0.034158047288656235, 114.17583465576172], [-0.046745091676712036, 2.6759636402130127, -0.18862159550189972, -83.30810546875], [0.03074665181338787, 0.18797948956489563, 2.6931867599487305, -72.12518310546875], [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': ['135745.797500', '135746.257500', '135746.717500', '135747.177500', '135747.637500', '135748.097500', '135748.557500', '135749.017500', '135749.477500', '135749.937500', '135750.397500', '135750.857500', '135751.317500', '135751.777500', '135752.237500', '135752.697500', '135753.157500', '135753.617500', '135754.077500', '135754.537500', '135754.997500', '135755.457500', '135755.917500', '135756.377500', '135756.837500', '135757.297500', '135757.757500', '135758.217500', '135758.677500', '135759.137500', '135759.597500', '135800.057500', '135800.517500', '135800.977500', '135801.437500', '135801.897500', '135802.357500', '135802.817500', '135803.277500', '135803.737500', '135804.197500', '135804.657500', '135805.117500', '135805.577500', '135806.037500', '135806.497500', '135806.957500', '135807.417500', '135807.877500', '135808.337500', '135808.797500', '135809.257500', '135809.717500', '135810.177500', '135810.637500', '135811.097500', '135811.557500', '135812.017500', '135812.477500', '135812.937500', '135813.397500', '135813.857500', '135814.317500', '135814.777500', '135815.237500', '135815.697500', '135816.157500', '135816.617500', '135817.077500', '135817.537500', '135817.997500', '135818.457500', '135818.917500', '135819.377500', '135819.837500', '135820.297500', '135820.757500', '135821.217500', '135821.677500', '135822.137500', '135822.597500', '135823.057500', '135823.517500', '135823.977500', '135824.437500', '135824.897500', '135825.357500', '135825.817500', '135826.277500', '135826.737500', '135827.197500', '135827.657500', '135828.117500', '135828.577500', '135829.037500', '135829.497500', '135829.957500', '135830.417500', '135830.877500', '135831.337500', '135831.797500', '135832.257500', '135832.717500', '135833.177500', '135833.637500', '135834.097500', '135834.557500', '135835.017500', '135835.477500', '135835.937500', '135836.397500', '135836.857500', '135837.317500', '135837.777500', '135838.237500', '135838.697500', '135839.157500', '135839.617500', '135840.077500', '135840.537500', '135840.997500', '135841.457500', '135841.917500', '135842.377500', '135842.837500', '135843.297500', '135843.757500', '135844.217500', '135844.677500', '135845.137500', '135845.597500', '135846.057500', '135846.517500', '135846.977500', '135847.437500', '135847.897500', '135848.357500', '135848.817500', '135849.277500', '135849.737500', '135850.197500', '135850.657500', '135851.117500', '135851.577500', '135852.037500', '135852.497500', '135852.957500', '135853.417500', '135853.877500', '135854.337500', '135854.797500', '135855.257500', '135855.717500', '135856.177500', '135856.637500', '135857.097500', '135857.557500', '135858.017500', '135858.477500', '135858.937500', '135859.397500', '135859.857500', '135900.317500', '135900.777500', '135901.237500', '135901.697500', '135902.157500', '135902.617500', '135903.077500', '135903.537500', '135903.997500', '135904.457500', '135904.917500', '135905.377500', '135905.837500', '135906.297500', '135906.757500', '135907.217500', '135907.677500', '135908.137500', '135908.597500', '135909.057500', '135909.517500', '135909.977500', '135910.437500', '135910.897500', '135911.357500', '135911.817500', '135912.277500', '135912.737500', '135913.197500', '135913.657500', '135914.117500', '135914.577500', '135915.037500', '135915.497500', '135915.957500', '135916.417500', '135916.877500', '135917.337500', '135917.797500', '135918.257500', '135918.717500', '135919.177500', '135919.637500', '135920.097500', '135920.557500', '135921.017500', '135921.477500', '135921.937500', '135922.397500', '135922.857500', '135923.317500', '135923.777500', '135924.237500', '135924.697500', '135925.157500', '135925.617500', '135926.077500', '135926.537500', '135926.997500', '135927.457500', '135927.917500', '135928.377500', '135928.837500', '135929.297500', '135929.757500', '135930.217500', '135930.677500', '135931.137500', '135931.597500', '135932.057500', '135932.517500', '135932.977500', '135933.437500', '135933.897500', '135934.357500', '135934.817500', '135935.277500', '135935.737500', '135936.197500', '135936.657500', '135937.117500', '135937.577500', '135938.037500', '135938.497500', '135938.957500', '135939.417500', '135939.877500', '135940.337500', '135940.797500', '135941.257500', '135941.717500', '135942.177500', '135942.637500', '135943.097500', '135943.557500', '135944.017500', '135944.477500', '135944.937500', '135945.397500', '135945.857500', '135946.317500', '135946.777500', '135947.237500', '135947.697500', '135948.157500', '135948.617500', '135949.077500', '135949.537500', '135949.997500', '135950.457500', '135950.917500', '135951.377500', '135951.837500', '135952.297500', '135952.757500', '135953.217500', '135953.677500', '135954.137500', '135954.597500', '135955.057500', '135955.517500', '135955.977500', '135956.437500', '135956.897500', '135957.357500', '135957.817500', '135958.277500', '135958.737500', '135959.197500', '135959.657500', '140000.117500', '140000.577500', '140001.037500', '140001.497500', '140001.957500', '140002.417500', '140002.877500', '140003.337500', '140003.797500', '140004.257500', '140004.717500', '140005.177500', '140005.637500', '140006.097500', '140006.557500', '140007.017500', '140007.477500', '140007.937500', '140008.397500', '140008.857500', '140009.317500', '140009.777500', '140010.237500', '140010.697500', '140011.157500', '140011.617500', '140012.077500', '140012.537500', '140012.997500', '140013.457500', '140013.917500', '140014.377500', '140014.837500', '140015.297500', '140015.757500', '140016.217500', '140016.677500', '140017.137500', '140017.597500', '140018.057500', '140018.517500', '140018.977500', '140019.437500', '140019.897500', '140020.357500', '140020.817500', '140021.277500', '140021.737500', '140022.197500', '140022.657500', '140023.117500', '140023.577500', '140024.037500', '140024.497500', '140024.957500', '140025.417500', '140025.877500', '140026.337500', '140026.797500', '140027.257500', '140027.717500', '140028.177500', '140028.637500', '140029.097500', '140029.557500', '140030.017500', '140030.477500', '140030.937500', '140031.397500', '140031.857500', '140032.317500', '140032.777500', '140033.237500', '140033.697500', '140034.157500', '140034.617500', '140035.077500', '140035.537500', '140035.997500', '140036.457500', '140036.917500', '140037.377500', '140037.837500', '140038.297500', '140038.757500', '140039.217500', '140039.677500', '140040.137500', '140040.597500', '140041.057500', '140041.517500', '140041.977500', '140042.437500', '140042.897500', '140043.357500', '140043.817500', '140044.277500', '140044.737500', '140045.197500', '140045.657500', '140046.117500', '140046.577500', '140047.037500', '140047.497500', '140047.957500', '140048.417500', '140048.877500', '140049.337500', '140049.797500', '140050.257500', '140050.717500', '140051.177500', '140051.637500', '140052.097500', '140052.557500', '140053.017500', '140053.477500', '140053.937500', '140054.397500', '140054.857500', '140055.317500', '140055.777500', '140056.237500', '140056.697500', '140057.157500', '140057.617500', '140058.077500', '140058.537500', '140058.997500', '140059.457500', '140059.917500', '140100.377500', '140100.837500', '140101.297500', '140101.757500', '140102.217500', '140102.677500', '140103.137500', '140103.597500', '140104.057500', '140104.517500', '140104.977500', '140105.437500', '140105.897500', '140106.357500', '140106.817500', '140107.277500', '140107.737500', '140108.197500', '140108.657500', '140109.117500', '140109.577500', '140110.037500', '140110.497500', '140110.957500', '140111.417500', '140111.877500', '140112.337500', '140112.797500', '140113.257500', '140113.717500', '140114.177500', '140114.637500', '140115.097500', '140115.557500', '140116.017500', '140116.477500', '140116.937500', '140117.397500', '140117.857500', '140118.317500', '140118.777500', '140119.237500', '140119.697500', '140120.157500', '140120.617500', '140121.077500', '140121.537500', '140121.997500', '140122.457500', '140122.917500', '140123.377500', '140123.837500', '140124.297500', '140124.757500', '140125.217500', '140125.677500', '140126.137500', '140126.597500', '140127.057500', '140127.517500', '140127.977500', '140128.437500', '140128.897500', '140129.357500', '140129.817500', '140130.277500', '140130.737500', '140131.197500', '140131.657500', '140132.117500', '140132.577500', '140133.037500', '140133.497500', '140133.957500', '140134.417500', '140134.877500', '140135.337500', '140135.797500', '140136.257500', '140136.717500', '140137.177500', '140137.637500', '140138.097500', '140138.557500', '140139.017500', '140139.477500', '140139.937500', '140140.397500', '140140.857500', '140141.317500', '140141.777500', '140142.237500', '140142.697500', '140143.157500', '140143.617500', '140144.077500', '140144.537500', '140144.997500', '140145.457500', '140145.917500', '140146.377500', '140146.837500', '140147.297500', '140147.757500', '140148.217500', '140148.677500', '140149.137500', '140149.597500', '140150.057500', '140150.517500', '140150.977500', '140151.437500', '140151.897500', '140152.357500', '140152.817500', '140153.277500', '140153.737500', '140154.197500', '140154.657500', '140155.117500', '140155.577500', '140156.037500', '140156.497500', '140156.957500', '140157.417500', '140157.877500', '140158.337500', '140158.797500', '140159.257500', '140159.717500', '140200.177500', '140200.637500', '140201.097500', '140201.557500', '140202.017500', '140202.477500', '140202.937500', '140203.397500', '140203.857500', '140204.317500', '140204.777500', '140205.237500', '140205.697500', '140206.157500', '140206.617500', '140207.077500', '140207.537500', '140207.997500', '140208.457500', '140208.917500', '140209.377500', '140209.837500', '140210.297500', '140210.757500', '140211.217500', '140211.677500', '140212.137500', '140212.597500', '140213.057500', '140213.517500', '140213.977500', '140214.437500', '140214.897500', '140215.357500', '140215.817500', '140216.277500', '140216.737500', '140217.197500', '140217.657500', '140218.117500', '140218.577500', '140219.037500', '140219.497500', '140219.957500', '140220.417500', '140220.877500', '140221.337500', '140221.797500', '140222.257500', '140222.717500', '140223.177500', '140223.637500', '140224.097500', '140224.557500', '140225.017500', '140225.477500', '140225.937500', '140226.397500', '140226.857500', '140227.317500', '140227.777500', '140228.237500', '140228.697500', '140229.157500', '140229.617500', '140230.077500', '140230.537500', '140230.997500', '140231.457500', '140231.917500', '140232.377500', '140232.837500', '140233.297500', '140233.757500', '140234.217500', '140234.677500', '140235.137500', '140235.597500', '140236.057500', '140236.517500', '140236.977500', '140237.437500', '140237.897500', '140238.357500', '140238.817500', '140239.277500', '140239.737500', '140240.197500', '140240.657500', '140241.117500', '140241.577500', '140242.037500', '140242.497500', '140242.957500', '140243.417500', '140243.877500', '140244.337500', '140244.797500', '140245.257500', '140245.717500', '140246.177500', '140246.637500', '140247.097500', '140247.557500', '140248.017500', '140248.477500', '140248.937500', '140249.397500', '140249.857500', '140250.317500', '140250.777500', '140251.237500', '140251.697500', '140252.157500', '140252.617500', '140253.077500', '140253.537500', '140253.997500', '140254.457500', '140254.917500', '140255.377500', '140255.837500', '140256.297500', '140256.757500', '140257.217500', '140257.677500', '140258.137500', '140258.597500', '140259.057500', '140259.517500', '140259.977500', '140300.437500', '140300.897500', '140301.357500', '140301.817500', '140302.277500', '140302.737500', '140303.197500', '140303.657500', '140304.117500', '140304.577500', '140305.037500', '140305.497500', '140305.957500', '140306.417500', '140306.877500', '140307.337500', '140307.797500', '140308.257500', '140308.717500', '140309.177500', '140309.637500', '140310.097500', '140310.557500', '140311.017500', '140311.477500', '140311.937500', '140312.397500', '140312.857500', '140313.317500', '140313.777500', '140314.237500', '140314.697500', '140315.157500', '140315.617500', '140316.077500', '140316.537500', '140316.997500', '140317.457500', '140317.917500', '140318.377500', '140318.837500', '140319.297500', '140319.757500', '140320.217500', '140320.677500', '140321.137500', '140321.597500', '140322.057500', '140322.517500', '140322.977500', '140323.437500', '140323.897500', '140324.357500', '140324.817500', '140325.277500', '140325.737500', '140326.197500', '140326.657500', '140327.117500', '140327.577500', '140328.037500', '140328.497500', '140328.957500', '140329.417500', '140329.877500', '140330.337500', '140330.797500', '140331.257500', '140331.717500', '140332.177500', '140332.637500', '140333.097500', '140333.557500', '140334.017500', '140334.477500', '140334.937500', '140335.397500', '140335.857500', '140336.317500', '140336.777500', '140337.237500', '140337.697500', '140338.157500', '140338.617500', '140339.077500', '140339.537500', '140339.997500', '140340.457500', '140340.917500', '140341.377500', '140341.837500', '140342.297500', '140342.757500', '140343.217500', '140343.677500', '140344.137500', '140344.597500', '140345.057500', '140345.517500', '140345.977500', '140346.437500', '140346.897500', '140347.357500', '140347.817500', '140348.277500', '140348.737500', '140349.197500', '140349.657500', '140350.117500', '140350.577500', '140351.037500', '140351.497500', '140351.957500', '140352.417500', '140352.877500', '140353.337500', '140353.797500', '140354.257500', '140354.717500', '140355.177500', '140355.637500', '140356.097500', '140356.557500', '140357.017500', '140357.477500', '140357.937500', '140358.397500', '140358.857500', '140359.317500', '140359.777500', '140400.237500', '140400.697500', '140401.157500', '140401.617500', '140402.077500', '140402.537500', '140402.997500', '140403.457500', '140403.917500', '140404.377500', '140404.837500', '140405.297500', '140405.757500', '140406.217500', '140406.677500', '140407.137500', '140407.597500', '140408.057500', '140408.517500', '140408.977500', '140409.437500', '140409.897500', '140410.357500', '140410.817500', '140411.277500', '140411.737500', '140412.197500', '140412.657500', '140413.117500', '140413.577500', '140414.037500', '140414.497500', '140414.957500', '140415.417500', '140415.877500', '140416.337500', '140416.797500', '140417.257500', '140417.717500', '140418.177500', '140418.637500', '140419.097500', '140419.557500', '140420.017500', '140420.477500', '140420.937500', '140421.397500', '140421.857500', '140422.317500', '140422.777500', '140423.237500', '140423.697500', '140424.157500', '140424.617500', '140425.077500', '140425.537500', '140425.997500', '140426.457500', '140426.917500', '140427.377500', '140427.837500', '140428.297500', '140428.757500', '140429.217500', '140429.677500', '140430.137500', '140430.597500', '140431.057500', '140431.517500', '140431.977500', '140432.437500', '140432.897500', '140433.357500', '140433.817500', '140434.277500', '140434.737500', '140435.197500', '140435.657500', '140436.117500', '140436.577500', '140437.037500', '140437.497500', '140437.957500', '140438.417500', '140438.877500', '140439.337500', '140439.797500', '140440.257500', '140440.717500', '140441.177500', '140441.637500', '140442.097500', '140442.557500', '140443.017500', '140443.477500', '140443.937500', '140444.397500', '140444.857500', '140445.317500', '140445.777500', '140446.237500', '140446.697500', '140447.157500', '140447.617500', '140448.077500', '140448.537500', '140448.997500', '140449.457500', '140449.917500', '140450.377500', '140450.837500', '140451.297500', '140451.757500', '140452.217500', '140452.677500', '140453.137500', '140453.597500', '140454.057500', '140454.517500', '140454.977500', '140455.437500', '140455.897500', '140456.357500', '140456.817500', '140457.277500', '140457.737500', '140458.197500', '140458.657500', '140459.117500', '140459.577500', '140500.037500', '140500.497500', '140500.957500', '140501.417500', '140501.877500', '140502.337500', '140502.797500', '140503.257500', '140503.717500', '140504.177500', '140504.637500', '140505.097500', '140505.557500', '140506.017500', '140506.477500', '140506.937500', '140507.397500', '140507.857500', '140508.317500', '140508.777500', '140509.237500', '140509.697500', '140510.157500', '140510.617500', '140511.077500', '140511.537500', '140511.997500', '140512.457500', '140512.917500', '140513.377500', '140513.837500', '140514.297500', '140514.757500', '140515.217500', '140515.677500', '140516.137500', '140516.597500', '140517.057500', '140517.517500', '140517.977500', '140518.437500', '140518.897500', '140519.357500', '140519.817500', '140520.277500', '140520.737500', '140521.197500', '140521.657500', '140522.117500', '140522.577500', '140523.037500', '140523.497500', '140523.957500', '140524.417500', '140524.877500', '140525.337500', '140525.797500', '140526.257500', '140526.717500', '140527.177500', '140527.637500', '140528.097500', '140528.557500', '140529.017500', '140529.477500', '140529.937500', '140530.397500', '140530.857500', '140531.317500', '140531.777500', '140532.237500', '140532.697500', '140533.157500', '140533.617500', '140534.077500', '140534.537500', '140534.997500', '140535.457500', '140535.917500', '140536.377500', '140536.837500', '140537.297500', '140537.757500', '140538.217500', '140538.677500', '140539.137500', '140539.597500', '140540.057500', '140540.517500', '140540.977500', '140541.437500', '140541.897500', '140542.357500', '140542.817500', '140543.277500', '140543.737500', '140544.197500', '140544.657500', '140545.117500', '140545.577500', '140546.037500', '140546.497500', '140546.957500', '140547.417500', '140547.877500', '140548.337500', '140548.797500', '140549.257500', '140549.717500', '140550.177500', '140550.637500', '140551.097500', '140551.557500', '140552.017500', '140552.477500', '140552.937500', '140553.397500', '140553.857500', '140554.317500', '140554.777500', '140555.237500', '140555.697500', '140556.157500', '140556.617500', '140557.077500', '140557.537500', '140557.997500', '140558.457500', '140558.917500', '140559.377500', '140559.837500', '140600.297500', '140600.757500', '140601.217500', '140601.677500', '140602.137500', '140602.597500', '140603.057500', '140603.517500', '140603.977500', '140604.437500', '140604.897500', '140605.357500', '140605.817500', '140606.277500', '140606.737500', '140607.197500', '140607.657500', '140608.117500', '140608.577500', '140609.037500', '140609.497500', '140609.957500', '140610.417500', '140610.877500', '140611.337500', '140611.797500', '140612.257500', '140612.717500', '140613.177500', '140613.637500', '140614.097500', '140614.557500', '140615.017500', '140615.477500', '140615.937500', '140616.397500', '140616.857500', '140617.317500', '140617.777500', '140618.237500', '140618.697500', '140619.157500', '140619.617500', '140620.077500', '140620.537500', '140620.997500', '140621.457500', '140621.917500', '140622.377500', '140622.837500', '140623.297500', '140623.757500', '140624.217500', '140624.677500', '140625.137500', '140625.597500', '140626.057500', '140626.517500', '140626.977500', '140627.437500', '140627.897500', '140628.357500', '140628.817500', '140629.277500', '140629.737500', '140630.197500', '140630.657500', '140631.117500', '140631.577500', '140632.037500', '140632.497500', '140632.957500', '140633.417500', '140633.877500', '140634.337500', '140634.797500', '140635.257500', '140635.717500', '140636.177500', '140636.637500', '140637.097500', '140637.557500', '140638.017500', '140638.477500', '140638.937500', '140639.397500', '140639.857500', '140640.317500', '140640.777500', '140641.237500', '140641.697500', '140642.157500', '140642.617500', '140643.077500', '140643.537500', '140643.997500', '140644.457500', '140644.917500', '140645.377500', '140645.837500', '140646.297500', '140646.757500', '140647.217500', '140647.677500', '140648.137500', '140648.597500', '140649.057500', '140649.517500', '140649.977500', '140650.437500', '140650.897500', '140651.357500', '140651.817500', '140652.277500', '140652.737500', '140653.197500', '140653.657500', '140654.117500', '140654.577500', '140655.037500', '140655.497500', '140655.957500', '140656.417500', '140656.877500', '140657.337500', '140657.797500', '140658.257500', '140658.717500', '140659.177500', '140659.637500', '140700.097500', '140700.557500', '140701.017500', '140701.477500', '140701.937500', '140702.397500', '140702.857500', '140703.317500', '140703.777500', '140704.237500', '140704.697500', '140705.157500', '140705.617500', '140706.077500', '140706.537500', '140706.997500', '140707.457500', '140707.917500', '140708.377500', '140708.837500', '140709.297500', '140709.757500', '140710.217500', '140710.677500', '140711.137500', '140711.597500', '140712.057500', '140712.517500', '140712.977500', '140713.437500', '140713.897500', '140714.357500', '140714.817500', '140715.277500', '140715.737500', '140716.197500', '140716.657500', '140717.117500', '140717.577500', '140718.037500', '140718.497500', '140718.957500', '140719.417500', '140719.877500', '140720.337500', '140720.797500', '140721.257500', '140721.717500', '140722.177500', '140722.637500', '140723.097500', '140723.557500', '140724.017500', '140724.477500', '140724.937500', '140725.397500', '140725.857500', '140726.317500', '140726.777500', '140727.237500', '140727.697500', '140728.157500', '140728.617500', '140729.077500', '140729.537500', '140729.997500', '140730.457500', '140730.917500', '140731.377500', '140731.837500', '140732.297500', '140732.757500', '140733.217500', '140733.677500', '140734.137500', '140734.597500', '140735.057500', '140735.517500', '140735.977500', '140736.437500', '140736.897500', '140737.357500', '140737.817500', '140738.277500', '140738.737500', '140739.197500', '140739.657500', '140740.117500', '140740.577500', '140741.037500', '140741.497500', '140741.957500', '140742.417500', '140742.877500', '140743.337500', '140743.797500', '140744.257500', '140744.717500', '140745.177500', '140745.637500', '140746.097500', '140746.557500', '140747.017500', '140747.477500', '140747.937500', '140748.397500', '140748.857500', '140749.317500', '140749.777500', '140750.237500', '140750.697500', '140751.157500', '140751.617500', '140752.077500', '140752.537500', '140752.997500', '140753.457500'], 'ContentTime': ['135758.573000', '135758.576000', '135758.579000', '135758.581000', '135758.584000', '135758.586000', '135758.589000', '135758.592000', '135758.594000', '135758.597000', '135758.602000', '135758.605000', '135758.607000', '135758.610000', '135758.612000', '135758.615000', '135758.618000', '135758.620000', '135758.623000', '135758.625000', '135758.628000', '135758.630000', '135758.633000', '135758.636000', '135758.638000', '135818.528000', '135818.531000', '135818.534000', '135818.536000', '135818.539000', '135818.541000', '135818.544000', '135818.546000', '135818.549000', '135818.552000', '135818.554000', '135818.557000', '135818.559000', '135818.562000', '135818.564000', '135818.567000', '135818.569000', '135818.572000', '135818.575000', '135818.577000', '135818.580000', '135818.582000', '135818.591000', '135818.594000', '135818.596000', '135818.599000', '135818.601000', '135818.604000', '135818.606000', '135818.609000', '135818.612000', '135818.614000', '135818.617000', '135818.619000', '135818.622000', '135818.625000', '135818.627000', '135818.630000', '135818.632000', '135818.635000', '135818.637000', '135818.640000', '135818.642000', '135838.529000', '135838.531000', '135838.534000', '135838.537000', '135838.540000', '135838.543000', '135838.545000', '135838.548000', '135838.550000', '135838.554000', '135838.557000', '135838.567000', '135838.570000', '135838.572000', '135838.575000', '135838.578000', '135838.580000', '135838.583000', '135838.585000', '135838.588000', '135838.590000', '135838.593000', '135838.595000', '135838.598000', '135838.600000', '135838.603000', '135838.606000', '135838.609000', '135838.611000', '135838.614000', '135838.617000', '135838.619000', '135838.622000', '135838.624000', '135838.627000', '135838.629000', '135838.632000', '135838.634000', '135838.637000', '135838.639000', '135838.642000', '135838.645000', '135838.647000', '135858.529000', '135858.532000', '135858.535000', '135858.537000', '135858.540000', '135858.543000', '135858.545000', '135858.548000', '135858.550000', '135858.553000', '135858.555000', '135858.558000', '135858.560000', '135858.563000', '135858.566000', '135858.568000', '135858.571000', '135858.574000', '135858.576000', '135858.579000', '135858.581000', '135858.584000', '135858.586000', '135858.589000', '135858.592000', '135858.594000', '135858.597000', '135858.599000', '135858.602000', '135858.604000', '135858.607000', '135858.610000', '135858.612000', '135858.615000', '135858.617000', '135858.620000', '135858.622000', '135858.625000', '135858.627000', '135858.630000', '135858.633000', '135858.635000', '135858.638000', '135858.640000', '135918.529000', '135918.532000', '135918.535000', '135918.537000', '135918.540000', '135918.542000', '135918.545000', '135918.547000', '135918.550000', '135918.552000', '135918.555000', '135918.558000', '135918.560000', '135918.563000', '135918.565000', '135918.568000', '135918.571000', '135918.573000', '135918.576000', '135918.578000', '135918.581000', '135918.583000', '135918.586000', '135918.588000', '135918.591000', '135918.593000', '135918.596000', '135918.599000', '135918.601000', '135918.604000', '135918.606000', '135918.609000', '135918.611000', '135918.614000', '135918.617000', '135918.619000', '135918.622000', '135918.624000', '135918.627000', '135918.629000', '135918.632000', '135918.634000', '135918.651000', '135918.653000', '135938.529000', '135938.532000', '135938.535000', '135938.537000', '135938.540000', '135938.542000', '135938.545000', '135938.547000', '135938.550000', '135938.553000', '135938.555000', '135938.558000', '135938.560000', '135938.563000', '135938.566000', '135938.568000', '135938.571000', '135938.573000', '135938.576000', '135938.578000', '135938.581000', '135938.584000', '135938.586000', '135938.589000', '135938.591000', '135938.594000', '135938.597000', '135938.599000', '135938.602000', '135938.604000', '135938.607000', '135938.609000', '135938.612000', '135938.615000', '135938.617000', '135938.620000', '135938.622000', '135938.625000', '135938.627000', '135938.630000', '135938.632000', '135938.635000', '135938.638000', '135958.528000', '135958.531000', '135958.534000', '135958.536000', '135958.539000', '135958.542000', '135958.544000', '135958.547000', '135958.549000', '135958.552000', '135958.554000', '135958.557000', '135958.560000', '135958.562000', '135958.565000', '135958.567000', '135958.570000', '135958.573000', '135958.575000', '135958.578000', '135958.581000', '135958.584000', '135958.587000', '135958.590000', '135958.593000', '135958.596000', '135958.599000', '135958.601000', '135958.604000', '135958.606000', '135958.609000', '135958.611000', '135958.614000', '135958.617000', '135958.619000', '135958.622000', '135958.625000', '135958.627000', '135958.630000', '135958.632000', '135958.635000', '135958.637000', '135958.640000', '140018.528000', '140018.531000', '140018.534000', '140018.536000', '140018.539000', '140018.542000', '140018.544000', '140018.547000', '140018.549000', '140018.552000', '140018.554000', '140018.557000', '140018.559000', '140018.562000', '140018.565000', '140018.567000', '140018.570000', '140018.572000', '140018.575000', '140018.578000', '140018.580000', '140018.583000', '140018.585000', '140018.588000', '140018.590000', '140018.593000', '140018.596000', '140018.598000', '140018.601000', '140018.603000', '140018.606000', '140018.609000', '140018.611000', '140018.614000', '140018.616000', '140018.619000', '140018.621000', '140018.624000', '140018.627000', '140018.629000', '140018.632000', '140018.634000', '140018.637000', '140018.639000', '140038.528000', '140038.531000', '140038.534000', '140038.536000', '140038.539000', '140038.541000', '140038.544000', '140038.547000', '140038.549000', '140038.552000', '140038.554000', '140038.557000', '140038.560000', '140038.562000', '140038.565000', '140038.567000', '140038.570000', '140038.572000', '140038.575000', '140038.578000', '140038.580000', '140038.583000', '140038.586000', '140038.589000', '140038.592000', '140038.594000', '140038.597000', '140038.600000', '140038.602000', '140038.605000', '140038.607000', '140038.610000', '140038.612000', '140038.615000', '140038.618000', '140038.620000', '140038.623000', '140038.625000', '140038.628000', '140038.630000', '140038.633000', '140038.635000', '140038.638000', '140058.529000', '140058.532000', '140058.534000', '140058.537000', '140058.539000', '140058.542000', '140058.545000', '140058.547000', '140058.550000', '140058.552000', '140058.555000', '140058.558000', '140058.560000', '140058.563000', '140058.565000', '140058.568000', '140058.570000', '140058.573000', '140058.576000', '140058.578000', '140058.581000', '140058.583000', '140058.586000', '140058.589000', '140058.591000', '140058.594000', '140058.596000', '140058.599000', '140058.601000', '140058.604000', '140058.606000', '140058.609000', '140058.612000', '140058.614000', '140058.617000', '140058.619000', '140058.622000', '140058.625000', '140058.636000', '140058.639000', '140058.641000', '140058.644000', '140058.646000', '140058.649000', '140118.529000', '140118.532000', '140118.535000', '140118.537000', '140118.540000', '140118.542000', '140118.545000', '140118.548000', '140118.551000', '140118.554000', '140118.557000', '140118.559000', '140118.562000', '140118.565000', '140118.567000', '140118.570000', '140118.572000', '140118.575000', '140118.578000', '140118.580000', '140118.583000', '140118.585000', '140118.588000', '140118.590000', '140118.593000', '140118.595000', '140118.598000', '140118.601000', '140118.603000', '140118.606000', '140118.608000', '140118.611000', '140118.613000', '140118.616000', '140118.619000', '140118.621000', '140118.624000', '140118.626000', '140118.629000', '140118.632000', '140118.635000', '140118.638000', '140118.640000', '140138.529000', '140138.532000', '140138.535000', '140138.537000', '140138.540000', '140138.543000', '140138.545000', '140138.548000', '140138.550000', '140138.553000', '140138.556000', '140138.558000', '140138.561000', '140138.563000', '140138.566000', '140138.568000', '140138.571000', '140138.574000', '140138.576000', '140138.579000', '140138.581000', '140138.584000', '140138.587000', '140138.589000', '140138.592000', '140138.594000', '140138.597000', '140138.599000', '140138.602000', '140138.605000', '140138.608000', '140138.610000', '140138.613000', '140138.616000', '140138.618000', '140138.621000', '140138.623000', '140138.626000', '140138.629000', '140138.631000', '140138.634000', '140138.636000', '140138.639000', '140138.641000', '140158.529000', '140158.532000', '140158.535000', '140158.537000', '140158.540000', '140158.543000', '140158.545000', '140158.548000', '140158.551000', '140158.553000', '140158.556000', '140158.558000', '140158.561000', '140158.563000', '140158.566000', '140158.569000', '140158.571000', '140158.574000', '140158.577000', '140158.579000', '140158.582000', '140158.584000', '140158.587000', '140158.590000', '140158.592000', '140158.595000', '140158.597000', '140158.600000', '140158.603000', '140158.605000', '140158.608000', '140158.611000', '140158.613000', '140158.616000', '140158.619000', '140158.621000', '140158.624000', '140158.627000', '140158.629000', '140158.632000', '140158.634000', '140158.637000', '140158.639000', '140218.529000', '140218.531000', '140218.534000', '140218.537000', '140218.539000', '140218.542000', '140218.544000', '140218.547000', '140218.550000', '140218.552000', '140218.555000', '140218.557000', '140218.560000', '140218.563000', '140218.565000', '140218.568000', '140218.570000', '140218.573000', '140218.575000', '140218.578000', '140218.581000', '140218.583000', '140218.586000', '140218.588000', '140218.591000', '140218.594000', '140218.596000', '140218.599000', '140218.601000', '140218.604000', '140218.606000', '140218.609000', '140218.611000', '140218.614000', '140218.617000', '140218.619000', '140218.622000', '140218.625000', '140218.627000', '140218.630000', '140218.632000', '140218.635000', '140218.637000', '140218.640000', '140238.528000', '140238.531000', '140238.534000', '140238.536000', '140238.539000', '140238.554000', '140238.557000', '140238.559000', '140238.562000', '140238.564000', '140238.567000', '140238.569000', '140238.572000', '140238.575000', '140238.577000', '140238.580000', '140238.582000', '140238.585000', '140238.587000', '140238.590000', '140238.593000', '140238.595000', '140238.598000', '140238.600000', '140238.603000', '140238.605000', '140238.608000', '140238.611000', '140238.613000', '140238.616000', '140238.619000', '140238.621000', '140238.624000', '140238.626000', '140238.629000', '140238.632000', '140238.634000', '140238.637000', '140238.640000', '140238.642000', '140238.645000', '140238.647000', '140238.650000', '140258.528000', '140258.531000', '140258.534000', '140258.536000', '140258.539000', '140258.542000', '140258.544000', '140258.547000', '140258.549000', '140258.552000', '140258.555000', '140258.557000', '140258.560000', '140258.562000', '140258.565000', '140258.567000', '140258.570000', '140258.573000', '140258.575000', '140258.578000', '140258.581000', '140258.583000', '140258.586000', '140258.599000', '140258.601000', '140258.604000', '140258.606000', '140258.609000', '140258.612000', '140258.614000', '140258.617000', '140258.619000', '140258.622000', '140258.625000', '140258.627000', '140258.630000', '140258.632000', '140258.635000', '140258.637000', '140258.640000', '140258.643000', '140258.645000', '140258.648000', '140258.651000', '140318.529000', '140318.531000', '140318.534000', '140318.537000', '140318.539000', '140318.542000', '140318.544000', '140318.547000', '140318.550000', '140318.552000', '140318.555000', '140318.557000', '140318.560000', '140318.562000', '140318.565000', '140318.568000', '140318.570000', '140318.573000', '140318.576000', '140318.578000', '140318.581000', '140318.583000', '140318.586000', '140318.588000', '140318.591000', '140318.594000', '140318.596000', '140318.599000', '140318.601000', '140318.604000', '140318.606000', '140318.609000', '140318.612000', '140318.614000', '140318.617000', '140318.620000', '140318.622000', '140318.625000', '140318.627000', '140318.630000', '140318.632000', '140318.635000', '140318.638000', '140338.529000', '140338.532000', '140338.535000', '140338.538000', '140338.540000', '140338.543000', '140338.545000', '140338.548000', '140338.550000', '140338.553000', '140338.556000', '140338.558000', '140338.561000', '140338.563000', '140338.566000', '140338.569000', '140338.571000', '140338.574000', '140338.576000', '140338.579000', '140338.582000', '140338.584000', '140338.587000', '140338.589000', '140338.592000', '140338.594000', '140338.597000', '140338.600000', '140338.602000', '140338.605000', '140338.607000', '140338.610000', '140338.612000', '140338.615000', '140338.618000', '140338.620000', '140338.623000', '140338.626000', '140338.628000', '140338.631000', '140338.633000', '140338.636000', '140338.639000', '140338.641000', '140358.530000', '140358.533000', '140358.535000', '140358.538000', '140358.540000', '140358.543000', '140358.546000', '140358.548000', '140358.551000', '140358.553000', '140358.556000', '140358.558000', '140358.561000', '140358.564000', '140358.566000', '140358.569000', '140358.581000', '140358.584000', '140358.586000', '140358.589000', '140358.591000', '140358.594000', '140358.597000', '140358.599000', '140358.602000', '140358.604000', '140358.607000', '140358.610000', '140358.612000', '140358.615000', '140358.618000', '140358.620000', '140358.624000', '140358.627000', '140358.629000', '140358.632000', '140358.635000', '140358.637000', '140358.640000', '140358.642000', '140358.645000', '140358.647000', '140358.650000', '140418.529000', '140418.532000', '140418.535000', '140418.538000', '140418.540000', '140418.543000', '140418.545000', '140418.548000', '140418.550000', '140418.553000', '140418.555000', '140418.558000', '140418.561000', '140418.563000', '140418.566000', '140418.568000', '140418.571000', '140418.574000', '140418.576000', '140418.579000', '140418.581000', '140418.584000', '140418.586000', '140418.589000', '140418.592000', '140418.594000', '140418.597000', '140418.599000', '140418.602000', '140418.604000', '140418.607000', '140418.610000', '140418.612000', '140418.615000', '140418.617000', '140418.620000', '140418.623000', '140418.625000', '140418.628000', '140418.630000', '140418.633000', '140418.636000', '140418.638000', '140418.641000', '140438.529000', '140438.532000', '140438.534000', '140438.537000', '140438.539000', '140438.542000', '140438.544000', '140438.547000', '140438.550000', '140438.552000', '140438.555000', '140438.557000', '140438.560000', '140438.562000', '140438.565000', '140438.568000', '140438.570000', '140438.573000', '140438.575000', '140438.578000', '140438.581000', '140438.583000', '140438.586000', '140438.588000', '140438.591000', '140438.593000', '140438.596000', '140438.599000', '140438.601000', '140438.604000', '140438.606000', '140438.609000', '140438.611000', '140438.614000', '140438.617000', '140438.619000', '140438.622000', '140438.624000', '140438.627000', '140438.629000', '140438.632000', '140438.635000', '140438.637000', '140458.529000', '140458.532000', '140458.534000', '140458.537000', '140458.539000', '140458.542000', '140458.545000', '140458.547000', '140458.550000', '140458.552000', '140458.555000', '140458.557000', '140458.560000', '140458.563000', '140458.565000', '140458.568000', '140458.571000', '140458.573000', '140458.576000', '140458.578000', '140458.581000', '140458.584000', '140458.586000', '140458.589000', '140458.592000', '140458.594000', '140458.597000', '140458.599000', '140458.602000', '140458.605000', '140458.607000', '140458.610000', '140458.612000', '140458.615000', '140458.618000', '140458.620000', '140458.623000', '140458.625000', '140458.628000', '140458.630000', '140458.633000', '140458.636000', '140458.638000', '140458.641000', '140518.529000', '140518.532000', '140518.534000', '140518.537000', '140518.539000', '140518.542000', '140518.544000', '140518.547000', '140518.550000', '140518.552000', '140518.555000', '140518.557000', '140518.560000', '140518.563000', '140518.565000', '140518.568000', '140518.570000', '140518.573000', '140518.575000', '140518.578000', '140518.581000', '140518.583000', '140518.586000', '140518.588000', '140518.591000', '140518.593000', '140518.596000', '140518.599000', '140518.601000', '140518.604000', '140518.606000', '140518.609000', '140518.611000', '140518.614000', '140518.617000', '140518.619000', '140518.622000', '140518.625000', '140518.627000', '140518.630000', '140518.632000', '140518.648000', '140518.651000', '140538.529000', '140538.531000', '140538.534000', '140538.536000', '140538.539000', '140538.542000', '140538.544000', '140538.547000', '140538.549000', '140538.552000', '140538.555000', '140538.557000', '140538.560000', '140538.562000', '140538.565000', '140538.568000', '140538.570000', '140538.573000', '140538.575000', '140538.578000', '140538.580000', '140538.583000', '140538.585000', '140538.588000', '140538.591000', '140538.593000', '140538.596000', '140538.599000', '140538.601000', '140538.604000', '140538.606000', '140538.609000', '140538.611000', '140538.614000', '140538.617000', '140538.619000', '140538.622000', '140538.624000', '140538.627000', '140538.629000', '140538.632000', '140538.635000', '140538.637000', '140538.640000', '140558.530000', '140558.532000', '140558.535000', '140558.546000', '140558.548000', '140558.551000', '140558.554000', '140558.556000', '140558.559000', '140558.561000', '140558.564000', '140558.567000', '140558.569000', '140558.572000', '140558.574000', '140558.577000', '140558.580000', '140558.582000', '140558.585000', '140558.587000', '140558.590000', '140558.593000', '140558.595000', '140558.598000', '140558.600000', '140558.603000', '140558.606000', '140558.608000', '140558.611000', '140558.613000', '140558.616000', '140558.619000', '140558.621000', '140558.624000', '140558.626000', '140558.629000', '140558.632000', '140558.634000', '140558.637000', '140558.640000', '140558.642000', '140558.645000', '140558.647000', '140618.530000', '140618.532000', '140618.535000', '140618.538000', '140618.540000', '140618.543000', '140618.546000', '140618.548000', '140618.552000', '140618.555000', '140618.557000', '140618.560000', '140618.563000', '140618.565000', '140618.568000', '140618.570000', '140618.573000', '140618.576000', '140618.578000', '140618.581000', '140618.583000', '140618.586000', '140618.588000', '140618.591000', '140618.593000', '140618.596000', '140618.599000', '140618.601000', '140618.604000', '140618.606000', '140618.609000', '140618.612000', '140618.614000', '140618.617000', '140618.619000', '140618.622000', '140618.625000', '140618.627000', '140618.630000', '140618.632000', '140618.635000', '140618.638000', '140618.640000', '140638.530000', '140638.532000', '140638.535000', '140638.538000', '140638.540000', '140638.543000', '140638.545000', '140638.548000', '140638.551000', '140638.553000', '140638.556000', '140638.558000', '140638.561000', '140638.564000', '140638.566000', '140638.569000', '140638.571000', '140638.574000', '140638.577000', '140638.579000', '140638.582000', '140638.584000', '140638.587000', '140638.589000', '140638.605000', '140638.608000', '140638.610000', '140638.613000', '140638.616000', '140638.618000', '140638.621000', '140638.623000', '140638.626000', '140638.629000', '140638.631000', '140638.634000', '140638.636000', '140638.639000', '140638.642000', '140638.644000', '140638.647000', '140638.649000', '140638.652000', '140638.654000', '140658.529000', '140658.532000', '140658.534000', '140658.537000', '140658.540000', '140658.542000', '140658.545000', '140658.548000', '140658.550000', '140658.553000', '140658.556000', '140658.558000', '140658.561000', '140658.563000', '140658.566000', '140658.568000', '140658.571000', '140658.574000', '140658.576000', '140658.579000', '140658.581000', '140658.584000', '140658.587000', '140658.589000', '140658.592000', '140658.594000', '140658.597000', '140658.600000', '140658.602000', '140658.605000', '140658.607000', '140658.610000', '140658.612000', '140658.615000', '140658.618000', '140658.620000', '140658.623000', '140658.626000', '140658.628000', '140658.631000', '140658.634000', '140658.636000', '140658.639000', '140718.529000', '140718.531000', '140718.534000', '140718.537000', '140718.539000', '140718.542000', '140718.544000', '140718.547000', '140718.550000', '140718.552000', '140718.555000', '140718.557000', '140718.560000', '140718.562000', '140718.565000', '140718.568000', '140718.570000', '140718.573000', '140718.575000', '140718.578000', '140718.580000', '140718.583000', '140718.586000', '140718.588000', '140718.591000', '140718.593000', '140718.596000', '140718.599000', '140718.601000', '140718.604000', '140718.606000', '140718.609000', '140718.612000', '140718.614000', '140718.617000', '140718.620000', '140718.622000', '140718.625000', '140718.627000', '140718.630000', '140718.633000', '140718.635000', '140718.638000', '140718.640000', '140738.529000', '140738.531000', '140738.534000', '140738.537000', '140738.539000', '140738.542000', '140738.545000', '140738.547000', '140738.550000', '140738.552000', '140738.555000', '140738.558000', '140738.560000', '140738.563000', '140738.566000', '140738.568000', '140738.571000', '140738.573000', '140738.576000', '140738.579000', '140738.581000', '140738.584000', '140738.587000', '140738.589000', '140738.593000', '140738.595000', '140738.598000', '140738.601000', '140738.603000', '140738.606000', '140738.608000', '140738.611000', '140738.614000', '140738.616000', '140738.619000', '140738.622000', '140738.624000', '140738.627000', '140738.629000', '140738.632000', '140738.635000', '140738.637000', '140738.640000', '140755.129000', '140755.132000', '140755.135000', '140755.138000', '140755.141000', '140755.144000', '140755.166000', '140755.169000', '140755.172000', '140755.174000', '140755.177000', '140755.180000', '140755.183000', '140755.186000', '140755.188000', '140755.191000', '140755.193000', '140755.196000', '140755.199000', '140755.201000', '140755.204000', '140755.207000', '140755.210000', '140755.212000', '140755.215000', '140755.218000', '140755.220000', '140755.223000', '140755.228000', '140755.231000', '140755.234000', '140755.237000', '140755.240000', '140755.243000', '140755.250000', '140755.253000', '140755.256000'], 'InstanceCreationTime': ['135758.573000', '135758.576000', '135758.579000', '135758.581000', '135758.584000', '135758.586000', '135758.589000', '135758.592000', '135758.594000', '135758.597000', '135758.602000', '135758.605000', '135758.607000', '135758.610000', '135758.612000', '135758.615000', '135758.618000', '135758.620000', '135758.623000', '135758.625000', '135758.628000', '135758.630000', '135758.633000', '135758.636000', '135758.638000', '135818.528000', '135818.531000', '135818.534000', '135818.536000', '135818.539000', '135818.541000', '135818.544000', '135818.546000', '135818.549000', '135818.552000', '135818.554000', '135818.557000', '135818.559000', '135818.562000', '135818.564000', '135818.567000', '135818.569000', '135818.572000', '135818.575000', '135818.577000', '135818.580000', '135818.582000', '135818.591000', '135818.594000', '135818.596000', '135818.599000', '135818.601000', '135818.604000', '135818.606000', '135818.609000', '135818.612000', '135818.614000', '135818.617000', '135818.619000', '135818.622000', '135818.625000', '135818.627000', '135818.630000', '135818.632000', '135818.635000', '135818.637000', '135818.640000', '135818.642000', '135838.529000', '135838.531000', '135838.534000', '135838.537000', '135838.540000', '135838.543000', '135838.545000', '135838.548000', '135838.550000', '135838.554000', '135838.557000', '135838.567000', '135838.570000', '135838.572000', '135838.575000', '135838.578000', '135838.580000', '135838.583000', '135838.585000', '135838.588000', '135838.590000', '135838.593000', '135838.595000', '135838.598000', '135838.600000', '135838.603000', '135838.606000', '135838.609000', '135838.611000', '135838.614000', '135838.617000', '135838.619000', '135838.622000', '135838.624000', '135838.627000', '135838.629000', '135838.632000', '135838.634000', '135838.637000', '135838.639000', '135838.642000', '135838.645000', '135838.647000', '135858.529000', '135858.532000', '135858.535000', '135858.537000', '135858.540000', '135858.543000', '135858.545000', '135858.548000', '135858.550000', '135858.553000', '135858.555000', '135858.558000', '135858.560000', '135858.563000', '135858.566000', '135858.568000', '135858.571000', '135858.574000', '135858.576000', '135858.579000', '135858.581000', '135858.584000', '135858.586000', '135858.589000', '135858.592000', '135858.594000', '135858.597000', '135858.599000', '135858.602000', '135858.604000', '135858.607000', '135858.610000', '135858.612000', '135858.615000', '135858.617000', '135858.620000', '135858.622000', '135858.625000', '135858.627000', '135858.630000', '135858.633000', '135858.635000', '135858.638000', '135858.640000', '135918.529000', '135918.532000', '135918.535000', '135918.537000', '135918.540000', '135918.542000', '135918.545000', '135918.547000', '135918.550000', '135918.552000', '135918.555000', '135918.558000', '135918.560000', '135918.563000', '135918.565000', '135918.568000', '135918.571000', '135918.573000', '135918.576000', '135918.578000', '135918.581000', '135918.583000', '135918.586000', '135918.588000', '135918.591000', '135918.593000', '135918.596000', '135918.599000', '135918.601000', '135918.604000', '135918.606000', '135918.609000', '135918.611000', '135918.614000', '135918.617000', '135918.619000', '135918.622000', '135918.624000', '135918.627000', '135918.629000', '135918.632000', '135918.634000', '135918.651000', '135918.653000', '135938.529000', '135938.532000', '135938.535000', '135938.537000', '135938.540000', '135938.542000', '135938.545000', '135938.547000', '135938.550000', '135938.553000', '135938.555000', '135938.558000', '135938.560000', '135938.563000', '135938.566000', '135938.568000', '135938.571000', '135938.573000', '135938.576000', '135938.578000', '135938.581000', '135938.584000', '135938.586000', '135938.589000', '135938.591000', '135938.594000', '135938.597000', '135938.599000', '135938.602000', '135938.604000', '135938.607000', '135938.609000', '135938.612000', '135938.615000', '135938.617000', '135938.620000', '135938.622000', '135938.625000', '135938.627000', '135938.630000', '135938.632000', '135938.635000', '135938.638000', '135958.528000', '135958.531000', '135958.534000', '135958.536000', '135958.539000', '135958.542000', '135958.544000', '135958.547000', '135958.549000', '135958.552000', '135958.554000', '135958.557000', '135958.560000', '135958.562000', '135958.565000', '135958.567000', '135958.570000', '135958.573000', '135958.575000', '135958.578000', '135958.581000', '135958.584000', '135958.587000', '135958.590000', '135958.593000', '135958.596000', '135958.599000', '135958.601000', '135958.604000', '135958.606000', '135958.609000', '135958.611000', '135958.614000', '135958.617000', '135958.619000', '135958.622000', '135958.625000', '135958.627000', '135958.630000', '135958.632000', '135958.635000', '135958.637000', '135958.640000', '140018.528000', '140018.531000', '140018.534000', '140018.536000', '140018.539000', '140018.542000', '140018.544000', '140018.547000', '140018.549000', '140018.552000', '140018.554000', '140018.557000', '140018.559000', '140018.562000', '140018.565000', '140018.567000', '140018.570000', '140018.572000', '140018.575000', '140018.578000', '140018.580000', '140018.583000', '140018.585000', '140018.588000', '140018.590000', '140018.593000', '140018.596000', '140018.598000', '140018.601000', '140018.603000', '140018.606000', '140018.609000', '140018.611000', '140018.614000', '140018.616000', '140018.619000', '140018.621000', '140018.624000', '140018.627000', '140018.629000', '140018.632000', '140018.634000', '140018.637000', '140018.639000', '140038.528000', '140038.531000', '140038.534000', '140038.536000', '140038.539000', '140038.541000', '140038.544000', '140038.547000', '140038.549000', '140038.552000', '140038.554000', '140038.557000', '140038.560000', '140038.562000', '140038.565000', '140038.567000', '140038.570000', '140038.572000', '140038.575000', '140038.578000', '140038.580000', '140038.583000', '140038.586000', '140038.589000', '140038.592000', '140038.594000', '140038.597000', '140038.600000', '140038.602000', '140038.605000', '140038.607000', '140038.610000', '140038.612000', '140038.615000', '140038.618000', '140038.620000', '140038.623000', '140038.625000', '140038.628000', '140038.630000', '140038.633000', '140038.635000', '140038.638000', '140058.529000', '140058.532000', '140058.534000', '140058.537000', '140058.539000', '140058.542000', '140058.545000', '140058.547000', '140058.550000', '140058.552000', '140058.555000', '140058.558000', '140058.560000', '140058.563000', '140058.565000', '140058.568000', '140058.570000', '140058.573000', '140058.576000', '140058.578000', '140058.581000', '140058.583000', '140058.586000', '140058.589000', '140058.591000', '140058.594000', '140058.596000', '140058.599000', '140058.601000', '140058.604000', '140058.606000', '140058.609000', '140058.612000', '140058.614000', '140058.617000', '140058.619000', '140058.622000', '140058.625000', '140058.636000', '140058.639000', '140058.641000', '140058.644000', '140058.646000', '140058.649000', '140118.529000', '140118.532000', '140118.535000', '140118.537000', '140118.540000', '140118.542000', '140118.545000', '140118.548000', '140118.551000', '140118.554000', '140118.557000', '140118.559000', '140118.562000', '140118.565000', '140118.567000', '140118.570000', '140118.572000', '140118.575000', '140118.578000', '140118.580000', '140118.583000', '140118.585000', '140118.588000', '140118.590000', '140118.593000', '140118.595000', '140118.598000', '140118.601000', '140118.603000', '140118.606000', '140118.608000', '140118.611000', '140118.613000', '140118.616000', '140118.619000', '140118.621000', '140118.624000', '140118.626000', '140118.629000', '140118.632000', '140118.635000', '140118.638000', '140118.640000', '140138.529000', '140138.532000', '140138.535000', '140138.537000', '140138.540000', '140138.543000', '140138.545000', '140138.548000', '140138.550000', '140138.553000', '140138.556000', '140138.558000', '140138.561000', '140138.563000', '140138.566000', '140138.568000', '140138.571000', '140138.574000', '140138.576000', '140138.579000', '140138.581000', '140138.584000', '140138.587000', '140138.589000', '140138.592000', '140138.594000', '140138.597000', '140138.599000', '140138.602000', '140138.605000', '140138.608000', '140138.610000', '140138.613000', '140138.616000', '140138.618000', '140138.621000', '140138.623000', '140138.626000', '140138.629000', '140138.631000', '140138.634000', '140138.636000', '140138.639000', '140138.641000', '140158.529000', '140158.532000', '140158.535000', '140158.537000', '140158.540000', '140158.543000', '140158.545000', '140158.548000', '140158.551000', '140158.553000', '140158.556000', '140158.558000', '140158.561000', '140158.563000', '140158.566000', '140158.569000', '140158.571000', '140158.574000', '140158.577000', '140158.579000', '140158.582000', '140158.584000', '140158.587000', '140158.590000', '140158.592000', '140158.595000', '140158.597000', '140158.600000', '140158.603000', '140158.605000', '140158.608000', '140158.611000', '140158.613000', '140158.616000', '140158.619000', '140158.621000', '140158.624000', '140158.627000', '140158.629000', '140158.632000', '140158.634000', '140158.637000', '140158.639000', '140218.529000', '140218.531000', '140218.534000', '140218.537000', '140218.539000', '140218.542000', '140218.544000', '140218.547000', '140218.550000', '140218.552000', '140218.555000', '140218.557000', '140218.560000', '140218.563000', '140218.565000', '140218.568000', '140218.570000', '140218.573000', '140218.575000', '140218.578000', '140218.581000', '140218.583000', '140218.586000', '140218.588000', '140218.591000', '140218.594000', '140218.596000', '140218.599000', '140218.601000', '140218.604000', '140218.606000', '140218.609000', '140218.611000', '140218.614000', '140218.617000', '140218.619000', '140218.622000', '140218.625000', '140218.627000', '140218.630000', '140218.632000', '140218.635000', '140218.637000', '140218.640000', '140238.528000', '140238.531000', '140238.534000', '140238.536000', '140238.539000', '140238.554000', '140238.557000', '140238.559000', '140238.562000', '140238.564000', '140238.567000', '140238.569000', '140238.572000', '140238.575000', '140238.577000', '140238.580000', '140238.582000', '140238.585000', '140238.587000', '140238.590000', '140238.593000', '140238.595000', '140238.598000', '140238.600000', '140238.603000', '140238.605000', '140238.608000', '140238.611000', '140238.613000', '140238.616000', '140238.619000', '140238.621000', '140238.624000', '140238.626000', '140238.629000', '140238.632000', '140238.634000', '140238.637000', '140238.640000', '140238.642000', '140238.645000', '140238.647000', '140238.650000', '140258.528000', '140258.531000', '140258.534000', '140258.536000', '140258.539000', '140258.542000', '140258.544000', '140258.547000', '140258.549000', '140258.552000', '140258.555000', '140258.557000', '140258.560000', '140258.562000', '140258.565000', '140258.567000', '140258.570000', '140258.573000', '140258.575000', '140258.578000', '140258.581000', '140258.583000', '140258.586000', '140258.599000', '140258.601000', '140258.604000', '140258.606000', '140258.609000', '140258.612000', '140258.614000', '140258.617000', '140258.619000', '140258.622000', '140258.625000', '140258.627000', '140258.630000', '140258.632000', '140258.635000', '140258.637000', '140258.640000', '140258.643000', '140258.645000', '140258.648000', '140258.651000', '140318.529000', '140318.531000', '140318.534000', '140318.537000', '140318.539000', '140318.542000', '140318.544000', '140318.547000', '140318.550000', '140318.552000', '140318.555000', '140318.557000', '140318.560000', '140318.562000', '140318.565000', '140318.568000', '140318.570000', '140318.573000', '140318.576000', '140318.578000', '140318.581000', '140318.583000', '140318.586000', '140318.588000', '140318.591000', '140318.594000', '140318.596000', '140318.599000', '140318.601000', '140318.604000', '140318.606000', '140318.609000', '140318.612000', '140318.614000', '140318.617000', '140318.620000', '140318.622000', '140318.625000', '140318.627000', '140318.630000', '140318.632000', '140318.635000', '140318.638000', '140338.529000', '140338.532000', '140338.535000', '140338.538000', '140338.540000', '140338.543000', '140338.545000', '140338.548000', '140338.550000', '140338.553000', '140338.556000', '140338.558000', '140338.561000', '140338.563000', '140338.566000', '140338.569000', '140338.571000', '140338.574000', '140338.576000', '140338.579000', '140338.582000', '140338.584000', '140338.587000', '140338.589000', '140338.592000', '140338.594000', '140338.597000', '140338.600000', '140338.602000', '140338.605000', '140338.607000', '140338.610000', '140338.612000', '140338.615000', '140338.618000', '140338.620000', '140338.623000', '140338.626000', '140338.628000', '140338.631000', '140338.633000', '140338.636000', '140338.639000', '140338.641000', '140358.530000', '140358.533000', '140358.535000', '140358.538000', '140358.540000', '140358.543000', '140358.546000', '140358.548000', '140358.551000', '140358.553000', '140358.556000', '140358.558000', '140358.561000', '140358.564000', '140358.566000', '140358.569000', '140358.581000', '140358.584000', '140358.586000', '140358.589000', '140358.591000', '140358.594000', '140358.597000', '140358.599000', '140358.602000', '140358.604000', '140358.607000', '140358.610000', '140358.612000', '140358.615000', '140358.618000', '140358.620000', '140358.624000', '140358.627000', '140358.629000', '140358.632000', '140358.635000', '140358.637000', '140358.640000', '140358.642000', '140358.645000', '140358.647000', '140358.650000', '140418.529000', '140418.532000', '140418.535000', '140418.538000', '140418.540000', '140418.543000', '140418.545000', '140418.548000', '140418.550000', '140418.553000', '140418.555000', '140418.558000', '140418.561000', '140418.563000', '140418.566000', '140418.568000', '140418.571000', '140418.574000', '140418.576000', '140418.579000', '140418.581000', '140418.584000', '140418.586000', '140418.589000', '140418.592000', '140418.594000', '140418.597000', '140418.599000', '140418.602000', '140418.604000', '140418.607000', '140418.610000', '140418.612000', '140418.615000', '140418.617000', '140418.620000', '140418.623000', '140418.625000', '140418.628000', '140418.630000', '140418.633000', '140418.636000', '140418.638000', '140418.641000', '140438.529000', '140438.532000', '140438.534000', '140438.537000', '140438.539000', '140438.542000', '140438.544000', '140438.547000', '140438.550000', '140438.552000', '140438.555000', '140438.557000', '140438.560000', '140438.562000', '140438.565000', '140438.568000', '140438.570000', '140438.573000', '140438.575000', '140438.578000', '140438.581000', '140438.583000', '140438.586000', '140438.588000', '140438.591000', '140438.593000', '140438.596000', '140438.599000', '140438.601000', '140438.604000', '140438.606000', '140438.609000', '140438.611000', '140438.614000', '140438.617000', '140438.619000', '140438.622000', '140438.624000', '140438.627000', '140438.629000', '140438.632000', '140438.635000', '140438.637000', '140458.529000', '140458.532000', '140458.534000', '140458.537000', '140458.539000', '140458.542000', '140458.545000', '140458.547000', '140458.550000', '140458.552000', '140458.555000', '140458.557000', '140458.560000', '140458.563000', '140458.565000', '140458.568000', '140458.571000', '140458.573000', '140458.576000', '140458.578000', '140458.581000', '140458.584000', '140458.586000', '140458.589000', '140458.592000', '140458.594000', '140458.597000', '140458.599000', '140458.602000', '140458.605000', '140458.607000', '140458.610000', '140458.612000', '140458.615000', '140458.618000', '140458.620000', '140458.623000', '140458.625000', '140458.628000', '140458.630000', '140458.633000', '140458.636000', '140458.638000', '140458.641000', '140518.529000', '140518.532000', '140518.534000', '140518.537000', '140518.539000', '140518.542000', '140518.544000', '140518.547000', '140518.550000', '140518.552000', '140518.555000', '140518.557000', '140518.560000', '140518.563000', '140518.565000', '140518.568000', '140518.570000', '140518.573000', '140518.575000', '140518.578000', '140518.581000', '140518.583000', '140518.586000', '140518.588000', '140518.591000', '140518.593000', '140518.596000', '140518.599000', '140518.601000', '140518.604000', '140518.606000', '140518.609000', '140518.611000', '140518.614000', '140518.617000', '140518.619000', '140518.622000', '140518.625000', '140518.627000', '140518.630000', '140518.632000', '140518.648000', '140518.651000', '140538.529000', '140538.531000', '140538.534000', '140538.536000', '140538.539000', '140538.542000', '140538.544000', '140538.547000', '140538.549000', '140538.552000', '140538.555000', '140538.557000', '140538.560000', '140538.562000', '140538.565000', '140538.568000', '140538.570000', '140538.573000', '140538.575000', '140538.578000', '140538.580000', '140538.583000', '140538.585000', '140538.588000', '140538.591000', '140538.593000', '140538.596000', '140538.599000', '140538.601000', '140538.604000', '140538.606000', '140538.609000', '140538.611000', '140538.614000', '140538.617000', '140538.619000', '140538.622000', '140538.624000', '140538.627000', '140538.629000', '140538.632000', '140538.635000', '140538.637000', '140538.640000', '140558.530000', '140558.532000', '140558.535000', '140558.546000', '140558.548000', '140558.551000', '140558.554000', '140558.556000', '140558.559000', '140558.561000', '140558.564000', '140558.567000', '140558.569000', '140558.572000', '140558.574000', '140558.577000', '140558.580000', '140558.582000', '140558.585000', '140558.587000', '140558.590000', '140558.593000', '140558.595000', '140558.598000', '140558.600000', '140558.603000', '140558.606000', '140558.608000', '140558.611000', '140558.613000', '140558.616000', '140558.619000', '140558.621000', '140558.624000', '140558.626000', '140558.629000', '140558.632000', '140558.634000', '140558.637000', '140558.640000', '140558.642000', '140558.645000', '140558.647000', '140618.530000', '140618.532000', '140618.535000', '140618.538000', '140618.540000', '140618.543000', '140618.546000', '140618.548000', '140618.552000', '140618.555000', '140618.557000', '140618.560000', '140618.563000', '140618.565000', '140618.568000', '140618.570000', '140618.573000', '140618.576000', '140618.578000', '140618.581000', '140618.583000', '140618.586000', '140618.588000', '140618.591000', '140618.593000', '140618.596000', '140618.599000', '140618.601000', '140618.604000', '140618.606000', '140618.609000', '140618.612000', '140618.614000', '140618.617000', '140618.619000', '140618.622000', '140618.625000', '140618.627000', '140618.630000', '140618.632000', '140618.635000', '140618.638000', '140618.640000', '140638.530000', '140638.532000', '140638.535000', '140638.538000', '140638.540000', '140638.543000', '140638.545000', '140638.548000', '140638.551000', '140638.553000', '140638.556000', '140638.558000', '140638.561000', '140638.564000', '140638.566000', '140638.569000', '140638.571000', '140638.574000', '140638.577000', '140638.579000', '140638.582000', '140638.584000', '140638.587000', '140638.589000', '140638.605000', '140638.608000', '140638.610000', '140638.613000', '140638.616000', '140638.618000', '140638.621000', '140638.623000', '140638.626000', '140638.629000', '140638.631000', '140638.634000', '140638.636000', '140638.639000', '140638.642000', '140638.644000', '140638.647000', '140638.649000', '140638.652000', '140638.654000', '140658.529000', '140658.532000', '140658.534000', '140658.537000', '140658.540000', '140658.542000', '140658.545000', '140658.548000', '140658.550000', '140658.553000', '140658.556000', '140658.558000', '140658.561000', '140658.563000', '140658.566000', '140658.568000', '140658.571000', '140658.574000', '140658.576000', '140658.579000', '140658.581000', '140658.584000', '140658.587000', '140658.589000', '140658.592000', '140658.594000', '140658.597000', '140658.600000', '140658.602000', '140658.605000', '140658.607000', '140658.610000', '140658.612000', '140658.615000', '140658.618000', '140658.620000', '140658.623000', '140658.626000', '140658.628000', '140658.631000', '140658.634000', '140658.636000', '140658.639000', '140718.529000', '140718.531000', '140718.534000', '140718.537000', '140718.539000', '140718.542000', '140718.544000', '140718.547000', '140718.550000', '140718.552000', '140718.555000', '140718.557000', '140718.560000', '140718.562000', '140718.565000', '140718.568000', '140718.570000', '140718.573000', '140718.575000', '140718.578000', '140718.580000', '140718.583000', '140718.586000', '140718.588000', '140718.591000', '140718.593000', '140718.596000', '140718.599000', '140718.601000', '140718.604000', '140718.606000', '140718.609000', '140718.612000', '140718.614000', '140718.617000', '140718.620000', '140718.622000', '140718.625000', '140718.627000', '140718.630000', '140718.633000', '140718.635000', '140718.638000', '140718.640000', '140738.529000', '140738.531000', '140738.534000', '140738.537000', '140738.539000', '140738.542000', '140738.545000', '140738.547000', '140738.550000', '140738.552000', '140738.555000', '140738.558000', '140738.560000', '140738.563000', '140738.566000', '140738.568000', '140738.571000', '140738.573000', '140738.576000', '140738.579000', '140738.581000', '140738.584000', '140738.587000', '140738.589000', '140738.593000', '140738.595000', '140738.598000', '140738.601000', '140738.603000', '140738.606000', '140738.608000', '140738.611000', '140738.614000', '140738.616000', '140738.619000', '140738.622000', '140738.624000', '140738.627000', '140738.629000', '140738.632000', '140738.635000', '140738.637000', '140738.640000', '140755.129000', '140755.132000', '140755.135000', '140755.138000', '140755.141000', '140755.144000', '140755.166000', '140755.169000', '140755.172000', '140755.174000', '140755.177000', '140755.180000', '140755.183000', '140755.186000', '140755.188000', '140755.191000', '140755.193000', '140755.196000', '140755.199000', '140755.201000', '140755.204000', '140755.207000', '140755.210000', '140755.212000', '140755.215000', '140755.218000', '140755.220000', '140755.223000', '140755.228000', '140755.231000', '140755.234000', '140755.237000', '140755.240000', '140755.243000', '140755.250000', '140755.253000', '140755.256000'], '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': [10584, 10208, 13989, 8794, 14546, 10797, 15930, 12237, 15175, 10600, 8895, 12217, 9693, 14172, 9094, 13728, 9208, 14372, 10326, 13585, 9177, 14142, 10564, 10043, 10899, 8890, 14228, 10384, 15008, 10880, 14841, 11286, 15415, 12402, 14855, 10386, 12403, 10004, 9432, 14309, 9808, 15740, 11255, 14863, 12141, 13985, 10902, 15856, 12191, 15064, 11126, 13382, 9022, 12031, 9627, 14496, 10248, 13744, 10086, 15059, 11315, 14217, 10322, 14710, 10968, 14827, 10437, 13027, 8951, 12115, 13548, 11534, 16534, 12359, 15768, 10360, 16143, 11387, 16475, 11579, 14843, 10247, 16011, 11775, 15964, 12146, 16366, 11149, 15276, 11512, 15465, 11092, 13060, 10220, 13852, 11680, 9907, 11127, 12391, 11582, 18153, 12786, 16637, 10125, 15548, 11244, 15987, 11632, 14917, 10601, 14383, 10772, 15225, 11499, 14234, 9973, 14566, 10813, 15062, 11778, 15693, 10512, 15159, 12154, 15380, 11069, 8774, 10701, 8959, 13797, 12296, 10771, 16357, 12053, 14183, 9627, 13068, 9569, 13120, 9926, 13370, 11399, 12115, 18599, 12043, 17809, 12501, 14843, 10742, 14191, 10109, 13361, 9619, 12775, 8824, 12119, 9587, 12236, 12826, 12222, 11969, 10958, 17068, 12263, 16126, 12376, 14854, 10156, 14404, 10912, 13708, 9742, 12509, 8762, 11118, 13385, 11002, 12810, 10312, 16872, 11666, 15506, 11009, 14974, 10447, 14875, 10494, 14869, 10950, 14078, 9787, 13689, 9708, 13956, 10675, 14586, 9752, 13556, 9139, 13789, 9867, 13113, 8487, 12831, 8968, 13716, 10381, 13563, 9226, 13186, 9667, 13365, 9432, 12576, 8594, 11799, 12270, 12510, 10559, 11420, 13130, 10854, 15100, 11878, 14361, 10428, 16909, 11952, 16538, 11750, 16165, 11308, 15747, 11329, 15763, 11769, 15185, 10681, 14402, 10632, 14979, 10678, 14352, 10203, 13979, 10014, 13490, 9291, 12534, 9173, 12297, 12500, 11603, 13099, 10381, 12403, 8956, 13690, 9508, 12109, 11715, 8220, 7796, 12523, 9995, 12878, 19436, 11195, 15310, 11564, 14112, 9148, 12738, 9120, 12625, 11232, 12340, 8341, 10935, 15134, 11060, 15955, 11256, 15964, 10285, 15664, 10778, 14766, 9698, 14314, 10027, 14277, 10072, 13700, 9033, 12215, 14513, 11390, 15232, 10849, 16759, 11123, 15785, 11791, 13845, 9459, 12034, 9024, 12461, 9245, 11976, 9466, 10483, 11118, 11067, 7886, 10872, 12495, 10302, 16549, 12153, 14112, 9127, 11988, 11014, 11683, 17226, 10516, 15457, 10547, 13379, 11333, 10344, 19727, 10303, 16494, 12046, 13913, 9690, 12921, 9332, 9828, 11453, 8998, 15222, 9828, 15961, 13390, 10438, 16279, 8986, 14576, 10327, 13133, 8933, 11119, 14267, 10347, 18149, 11373, 15589, 10120, 15020, 10415, 14285, 9375, 14917, 10605, 14966, 10475, 13197, 8652, 11737, 14646, 10966, 15076, 9773, 16033, 10459, 16211, 11737, 15972, 10597, 15142, 10885, 14697, 10601, 13830, 9454, 13569, 9692, 13386, 8836, 12143, 9173, 11080, 13125, 11451, 9575, 10230, 13623, 9996, 16834, 11666, 15250, 10167, 15985, 11066, 15042, 10310, 12708, 8479, 11341, 9076, 12714, 8132, 11454, 8655, 11051, 10273, 11780, 8237, 11653, 9005, 12197, 16821, 12713, 13546, 9323, 11855, 12372, 11253, 8950, 9072, 16425, 10968, 15534, 11305, 13749, 9324, 13210, 8815, 12131, 9055, 11925, 14733, 10045, 16411, 11852, 13590, 8497, 11035, 18306, 11418, 15007, 10403, 12606, 8495, 10835, 13685, 10534, 15631, 9823, 15419, 10419, 14261, 9559, 12341, 8078, 11051, 7950, 10983, 13181, 11109, 13035, 9558, 16155, 10916, 14406, 9862, 12781, 8363, 11259, 11733, 10148, 15598, 12207, 15768, 15320, 16706, 8317, 8736, 13511, 19467, 12619, 12204, 14485, 10678, 8767, 7722, 7375, 13559, 10084, 10565, 14167, 11218, 18391, 19347, 19694, 14342, 13577, 9621, 14976, 20707, 17097, 17664, 11120, 11994, 9059, 10801, 13570, 10029, 13121, 9418, 12102, 10096, 15661, 11124, 15560, 11062, 14620, 9454, 12217, 8683, 12089, 8780, 8308, 9616, 15705, 11863, 13849, 8796, 11468, 8260, 11138, 8195, 11328, 7532, 10189, 7680, 9726, 10242, 10631, 7593, 9392, 7509, 11495, 9881, 11635, 8244, 9955, 10815, 9788, 15597, 11558, 14460, 9806, 11431, 9101, 8222, 13059, 8328, 15285, 9404, 15424, 11147, 15497, 10490, 15412, 10020, 15432, 11346, 15016, 9294, 12199, 9393, 13656, 10875, 9351, 11637, 7945, 13959, 9583, 16130, 9343, 13957, 12469, 10387, 19943, 13105, 15217, 9839, 9594, 9558, 8085, 12287, 8060, 13234, 9150, 15201, 10547, 15682, 10490, 15139, 9838, 14663, 9887, 11772, 8155, 10330, 8007, 10618, 8322, 11719, 8396, 12323, 10415, 11492, 10750, 9514, 16064, 10181, 16288, 11017, 13643, 9572, 15041, 9619, 14622, 10578, 9756, 10350, 7925, 12002, 12671, 11375, 8121, 11105, 8103, 12509, 11538, 11726, 8212, 14324, 9810, 7266, 10216, 8155, 14840, 16708, 10791, 13383, 8772, 10579, 15329, 10204, 15616, 10533, 11817, 12378, 9067, 19627, 15547, 17193, 11080, 12571, 10967, 10992, 17392, 10173, 11103, 9027, 10018, 11094, 8528, 14170, 9211, 15388, 10285, 15681, 11058, 11724, 9722, 11725, 11278, 8962, 12322, 8273, 12645, 9120, 15392, 9724, 14931, 9922, 11519, 10820, 8511, 13581, 8777, 15692, 10740, 10776, 10533, 8217, 12540, 8898, 13127, 8854, 13444, 9329, 13858, 10221, 15163, 9357, 15061, 9814, 15718, 11046, 14082, 10550, 8163, 10095, 8374, 14700, 10289, 13342, 9022, 9233, 12017, 8938, 13669, 8887, 15237, 9807, 16064, 10530, 15018, 10266, 14948, 11439, 8779, 10502, 8212, 12995, 9574, 14170, 9236, 15013, 9806, 15654, 10528, 15681, 9357, 13303, 8829, 15371, 10342, 15662, 9957, 15318, 10004, 15659, 10872, 14671, 9123, 14844, 9495, 11662, 8598, 13446, 9609, 12203, 7972, 7747, 12998, 8516, 14766, 15291, 11395, 15085, 9693, 13628, 9004, 12465, 8990, 11420, 15769, 10049, 19005, 12488, 16309, 10935, 13831, 9285, 12248, 8928, 11443, 9427, 9260, 14879, 10350, 15353, 9327, 15291, 9539, 15398, 10264, 12972, 9289, 12974, 10431, 15458, 11735, 15329, 9629, 14658, 9973, 14613, 10042, 14086, 8944, 14620, 9546, 15215, 9910, 14961, 9643, 14775, 10242, 15046, 9379, 11446, 9062, 15703, 11068, 14388, 9057, 12340, 8357, 11535, 8274, 11778, 7682, 11405, 11541, 9915, 13596, 10070, 15610, 9259, 15441, 9528, 15438, 10235, 14079, 8882, 14462, 9338, 15230, 9462, 14332, 8889, 13696, 8682, 14251, 9208, 13940, 8740, 13580, 8940, 15517, 9938, 15795, 10577, 7394, 9522, 8253, 14618, 11962, 10473, 11240, 8813, 16147, 9794, 16249, 11723, 16968, 10497, 15079, 11389, 17355, 12309, 17424, 11100, 15061, 11379, 16172, 10133, 14551, 9389, 14046, 9840, 15137, 9579, 13171, 8500, 12113, 8744, 12843, 7930, 12032, 9424, 10085, 12063, 10517, 10600, 9191, 15270, 9842, 16044, 10557, 14928, 9377, 14334, 9615, 14983, 10167, 14244, 8718, 13919, 8805, 13769, 8963, 12778, 8192, 11239, 7920, 12398, 9525, 14939, 11339, 8255, 13877, 8850, 13793, 9453, 11596, 19748, 10128, 15060, 8834, 14609, 10832, 16928, 10393, 15240, 11796, 10965, 15152, 10951, 20553, 16395, 12410, 14135, 9858, 19165, 12185, 10999, 11827, 9004, 12820, 9083, 15832, 10270, 10210, 10002, 9240, 15032, 10451, 13173, 10438, 11789, 10864, 9299, 13556, 9384, 14474, 9974, 8329, 12067, 8975, 14719, 9784, 13976, 10482, 8302, 11382, 8640, 13140, 9264, 13937, 9130, 7695, 11187, 9126, 15979, 10299, 9658, 10149, 8098, 14366, 9264, 13719, 9234, 8480, 13163, 9531, 15429, 9056, 15266, 10889, 12661, 10601, 8621, 12493, 8865, 15347, 9979, 16508, 10127, 8128, 9281, 8059, 14984, 9995, 7468, 11022, 7848, 16061, 9996, 15319, 9812, 16077, 11062, 17206, 11705, 16978, 11212, 14630, 13521, 11879, 9097, 9995, 8301, 10639, 12223, 11055, 8288, 11001, 8231, 12276, 10643, 11143, 8395, 10013, 10627, 9707, 15205, 10981, 12544, 9214, 16092, 9831, 15295, 9522, 14542, 8636, 13102, 8444, 14017, 9402, 14261, 8362, 11530, 8125, 10861, 13176, 11075, 10465, 9302, 14718, 10033, 16370, 11032, 13422, 9141, 14412, 9617, 14099, 10762, 14794, 9360, 15877, 9923, 15429, 10415, 14346, 8983, 13079, 9251, 14872, 9739, 14790, 9140, 14978, 9249, 15345, 9619, 13620, 8706, 11124, 8460, 10924, 14110, 10766, 17094, 10018, 16427, 10405, 14680, 9222, 12683, 8579, 10491, 8125, 11048, 8198, 11804, 7811, 11708, 7935, 14255, 9224, 11745, 12501, 8678, 11715, 9066, 16108, 10873, 12337, 17209, 10539, 16487, 10336, 16112, 12308, 17012, 11041, 15926, 10661, 15600, 11999, 15089, 10263, 13328, 9158, 11875, 11599, 10681, 16772, 9080, 15508, 9429, 12928, 8765, 12811, 8569, 12054, 8822, 12649, 9208, 15653, 9597, 14579, 9232, 15525, 10232, 14609, 10238, 15280, 9816, 12065, 8543, 10636, 9282, 9028, 15564, 9510, 14683, 9213, 15069, 9166, 14341, 8885, 14226, 8457, 14441, 8481, 11260, 8258, 10880, 8020, 9141, 8635, 9477, 10553, 10303, 8621, 10383, 12365, 9093, 15796, 10147, 15715, 9933, 14672, 9352, 15008, 9747, 15611, 9709, 15116, 8805, 15537, 9931, 15702, 9832, 15021, 8968, 15228, 10447, 15870, 10273, 15793, 10237, 15475, 10882, 17569, 10041, 15489, 10080, 13849, 10528, 8657, 12555, 9115, 14788, 9340, 12438, 8934, 10214, 16436, 9495, 16011, 9922, 14558, 9124, 12893, 8554, 12114, 8813, 14770, 11376, 14740, 9839, 7968, 11995, 8587, 10912, 13361, 10165, 7925, 13591, 9858, 15966, 12216, 14994, 19607, 15221, 19983, 14590, 15761, 19973, 14700, 18685, 10253, 15731, 12266, 15173, 10017, 14628, 11332, 13082, 9367, 10513, 10453, 10406, 13387, 10788, 13955, 10479], 'WindowCenter': [4493.0, 4474.0, 4493.0, 4428.0, 4474.0, 4457.0, 4472.0, 4454.0, 4463.0, 4429.0, 4421.0, 4440.0, 4419.0, 4450.0, 4409.0, 4447.0, 4420.0, 4447.0, 4432.0, 4462.0, 4420.0, 4448.0, 4432.0, 4432.0, 4442.0, 4435.0, 4474.0, 4435.0, 4474.0, 4444.0, 4464.0, 4445.0, 4462.0, 4455.0, 4461.0, 4432.0, 4452.0, 4431.0, 4418.0, 4464.0, 4433.0, 4474.0, 4457.0, 4476.0, 4456.0, 4464.0, 4444.0, 4475.0, 4452.0, 4459.0, 4443.0, 4450.0, 4410.0, 4440.0, 4420.0, 4459.0, 4430.0, 4461.0, 4445.0, 4473.0, 4456.0, 4479.0, 4447.0, 4474.0, 4445.0, 4462.0, 4432.0, 4452.0, 4410.0, 4440.0, 4451.0, 4441.0, 4460.0, 4452.0, 4460.0, 4430.0, 4473.0, 4442.0, 4470.0, 4442.0, 4461.0, 4433.0, 4486.0, 4454.0, 4473.0, 4456.0, 4473.0, 4444.0, 4463.0, 4442.0, 4473.0, 4446.0, 4465.0, 4446.0, 4464.0, 4456.0, 4434.0, 4443.0, 4466.0, 4456.0, 4485.0, 4466.0, 4474.0, 4433.0, 4476.0, 4443.0, 4460.0, 4441.0, 4461.0, 4431.0, 4460.0, 4431.0, 4459.0, 4442.0, 4451.0, 4433.0, 4463.0, 4442.0, 4462.0, 4456.0, 4474.0, 4446.0, 4475.0, 4443.0, 4460.0, 4431.0, 4412.0, 4432.0, 4423.0, 4466.0, 4454.0, 4433.0, 4462.0, 4451.0, 4463.0, 4422.0, 4450.0, 4432.0, 4450.0, 4419.0, 4450.0, 4428.0, 4426.0, 4469.0, 4426.0, 4457.0, 4426.0, 4435.0, 4414.0, 4435.0, 4416.0, 4421.0, 4392.0, 4423.0, 4392.0, 4423.0, 4404.0, 4423.0, 4423.0, 4425.0, 4422.0, 4414.0, 4456.0, 4426.0, 4445.0, 4436.0, 4446.0, 4418.0, 4448.0, 4442.0, 4449.0, 4418.0, 4439.0, 4397.0, 4440.0, 4450.0, 4428.0, 4439.0, 4431.0, 4470.0, 4441.0, 4460.0, 4431.0, 4461.0, 4432.0, 4460.0, 4443.0, 4462.0, 4431.0, 4462.0, 4432.0, 4451.0, 4435.0, 4462.0, 4443.0, 4464.0, 4434.0, 4462.0, 4436.0, 4463.0, 4434.0, 4464.0, 4424.0, 4453.0, 4425.0, 4463.0, 4433.0, 4464.0, 4424.0, 4465.0, 4433.0, 4451.0, 4422.0, 4453.0, 4412.0, 4455.0, 4442.0, 4453.0, 4432.0, 4443.0, 4453.0, 4444.0, 4462.0, 4455.0, 4461.0, 4443.0, 4496.0, 4454.0, 4471.0, 4455.0, 4473.0, 4444.0, 4485.0, 4445.0, 4473.0, 4455.0, 4474.0, 4444.0, 4475.0, 4445.0, 4474.0, 4444.0, 4464.0, 4448.0, 4463.0, 4433.0, 4463.0, 4424.0, 4453.0, 4436.0, 4454.0, 4453.0, 4442.0, 4453.0, 4434.0, 4455.0, 4425.0, 4465.0, 4434.0, 4468.0, 4467.0, 4441.0, 4445.0, 4481.0, 4452.0, 4483.0, 4512.0, 4461.0, 4479.0, 4445.0, 4464.0, 4425.0, 4453.0, 4436.0, 4453.0, 4431.0, 4453.0, 4412.0, 4443.0, 4473.0, 4441.0, 4471.0, 4445.0, 4472.0, 4444.0, 4473.0, 4443.0, 4474.0, 4434.0, 4476.0, 4460.0, 4475.0, 4446.0, 4477.0, 4424.0, 4456.0, 4475.0, 4442.0, 4472.0, 4443.0, 4472.0, 4453.0, 4472.0, 4443.0, 4464.0, 4421.0, 4452.0, 4424.0, 4451.0, 4422.0, 4452.0, 4421.0, 4444.0, 4443.0, 4443.0, 4414.0, 4457.0, 4467.0, 4459.0, 4486.0, 4469.0, 4478.0, 4437.0, 4468.0, 4455.0, 4469.0, 4499.0, 4446.0, 4489.0, 4445.0, 4465.0, 4443.0, 4445.0, 4493.0, 4433.0, 4472.0, 4442.0, 4449.0, 4421.0, 4451.0, 4433.0, 4433.0, 4455.0, 4437.0, 4486.0, 4458.0, 4499.0, 4466.0, 4447.0, 4487.0, 4435.0, 4477.0, 4445.0, 4465.0, 4424.0, 4445.0, 4476.0, 4432.0, 4484.0, 4443.0, 4472.0, 4432.0, 4472.0, 4432.0, 4461.0, 4422.0, 4472.0, 4444.0, 4471.0, 4443.0, 4477.0, 4423.0, 4453.0, 4460.0, 4431.0, 4460.0, 4431.0, 4472.0, 4444.0, 4472.0, 4454.0, 4472.0, 4443.0, 4484.0, 4442.0, 4461.0, 4443.0, 4460.0, 4433.0, 4462.0, 4420.0, 4462.0, 4420.0, 4441.0, 4421.0, 4441.0, 4448.0, 4440.0, 4418.0, 4432.0, 4462.0, 4433.0, 4482.0, 4455.0, 4474.0, 4446.0, 4486.0, 4454.0, 4473.0, 4445.0, 4464.0, 4424.0, 4453.0, 4422.0, 4463.0, 4413.0, 4454.0, 4425.0, 4455.0, 4445.0, 4468.0, 4427.0, 4468.0, 4451.0, 4481.0, 4487.0, 4468.0, 4466.0, 4436.0, 4468.0, 4454.0, 4444.0, 4422.0, 4435.0, 4486.0, 4456.0, 4473.0, 4455.0, 4464.0, 4436.0, 4466.0, 4436.0, 4454.0, 4424.0, 4457.0, 4474.0, 4448.0, 4488.0, 4454.0, 4464.0, 4413.0, 4444.0, 4495.0, 4442.0, 4462.0, 4431.0, 4451.0, 4411.0, 4442.0, 4450.0, 4433.0, 4471.0, 4433.0, 4471.0, 4443.0, 4461.0, 4420.0, 4451.0, 4400.0, 4442.0, 4414.0, 4444.0, 4451.0, 4444.0, 4453.0, 4435.0, 4475.0, 4457.0, 4476.0, 4433.0, 4454.0, 4413.0, 4445.0, 4454.0, 4447.0, 4473.0, 4454.0, 4462.0, 4449.0, 4489.0, 4428.0, 4453.0, 4485.0, 4517.0, 4459.0, 4458.0, 4463.0, 4444.0, 4424.0, 4415.0, 4417.0, 4480.0, 4460.0, 4472.0, 4495.0, 4476.0, 4518.0, 4492.0, 4477.0, 4440.0, 4427.0, 4395.0, 4447.0, 4455.0, 4433.0, 4430.0, 4388.0, 4398.0, 4363.0, 4400.0, 4420.0, 4389.0, 4407.0, 4378.0, 4408.0, 4399.0, 4441.0, 4412.0, 4443.0, 4413.0, 4433.0, 4404.0, 4424.0, 4394.0, 4422.0, 4397.0, 4396.0, 4420.0, 4470.0, 4439.0, 4449.0, 4408.0, 4429.0, 4410.0, 4443.0, 4412.0, 4442.0, 4402.0, 4432.0, 4413.0, 4448.0, 4447.0, 4447.0, 4417.0, 4436.0, 4420.0, 4483.0, 4450.0, 4471.0, 4429.0, 4449.0, 4459.0, 4450.0, 4490.0, 4458.0, 4479.0, 4450.0, 4459.0, 4451.0, 4440.0, 4483.0, 4443.0, 4503.0, 4465.0, 4504.0, 4474.0, 4504.0, 4465.0, 4492.0, 4464.0, 4503.0, 4474.0, 4493.0, 4452.0, 4471.0, 4452.0, 4480.0, 4461.0, 4439.0, 4458.0, 4445.0, 4491.0, 4451.0, 4492.0, 4440.0, 4480.0, 4469.0, 4448.0, 4497.0, 4467.0, 4472.0, 4435.0, 4448.0, 4447.0, 4416.0, 4468.0, 4428.0, 4466.0, 4450.0, 4488.0, 4449.0, 4489.0, 4459.0, 4479.0, 4450.0, 4477.0, 4434.0, 4456.0, 4414.0, 4434.0, 4416.0, 4433.0, 4416.0, 4457.0, 4426.0, 4468.0, 4448.0, 4457.0, 4447.0, 4450.0, 4488.0, 4459.0, 4487.0, 4446.0, 4467.0, 4439.0, 4476.0, 4450.0, 4477.0, 4447.0, 4449.0, 4461.0, 4430.0, 4482.0, 4470.0, 4471.0, 4428.0, 4459.0, 4428.0, 4480.0, 4457.0, 4454.0, 4428.0, 4476.0, 4461.0, 4431.0, 4474.0, 4456.0, 4508.0, 4504.0, 4462.0, 4496.0, 4443.0, 4462.0, 4492.0, 4460.0, 4489.0, 4450.0, 4459.0, 4468.0, 4440.0, 4498.0, 4489.0, 4488.0, 4444.0, 4452.0, 4444.0, 4431.0, 4471.0, 4419.0, 4427.0, 4421.0, 4421.0, 4430.0, 4411.0, 4460.0, 4421.0, 4473.0, 4434.0, 4473.0, 4440.0, 4440.0, 4432.0, 4443.0, 4431.0, 4411.0, 4441.0, 4410.0, 4451.0, 4421.0, 4471.0, 4422.0, 4462.0, 4443.0, 4443.0, 4443.0, 4413.0, 4462.0, 4426.0, 4487.0, 4445.0, 4445.0, 4443.0, 4412.0, 4467.0, 4424.0, 4466.0, 4425.0, 4453.0, 4425.0, 4463.0, 4433.0, 4463.0, 4423.0, 4462.0, 4432.0, 4461.0, 4444.0, 4464.0, 4446.0, 4425.0, 4446.0, 4414.0, 4475.0, 4462.0, 4477.0, 4439.0, 4449.0, 4468.0, 4440.0, 4479.0, 4452.0, 4501.0, 4450.0, 4491.0, 4461.0, 4479.0, 4460.0, 4478.0, 4460.0, 4427.0, 4447.0, 4430.0, 4467.0, 4437.0, 4478.0, 4437.0, 4475.0, 4450.0, 4488.0, 4446.0, 4476.0, 4425.0, 4465.0, 4438.0, 4475.0, 4449.0, 4488.0, 4446.0, 4489.0, 4450.0, 4475.0, 4459.0, 4477.0, 4437.0, 4477.0, 4438.0, 4443.0, 4424.0, 4478.0, 4437.0, 4467.0, 4431.0, 4430.0, 4481.0, 4440.0, 4493.0, 4479.0, 4460.0, 4479.0, 4437.0, 4466.0, 4438.0, 4456.0, 4425.0, 4445.0, 4463.0, 4432.0, 4481.0, 4440.0, 4461.0, 4418.0, 4438.0, 4420.0, 4438.0, 4397.0, 4429.0, 4395.0, 4410.0, 4458.0, 4418.0, 4456.0, 4409.0, 4459.0, 4431.0, 4461.0, 4434.0, 4451.0, 4424.0, 4463.0, 4445.0, 4475.0, 4455.0, 4475.0, 4423.0, 4475.0, 4437.0, 4464.0, 4435.0, 4464.0, 4425.0, 4478.0, 4437.0, 4476.0, 4448.0, 4477.0, 4449.0, 4477.0, 4446.0, 4478.0, 4440.0, 4458.0, 4452.0, 4491.0, 4457.0, 4478.0, 4426.0, 4456.0, 4429.0, 4459.0, 4427.0, 4458.0, 4419.0, 4471.0, 4471.0, 4451.0, 4466.0, 4450.0, 4488.0, 4440.0, 4489.0, 4450.0, 4488.0, 4450.0, 4477.0, 4452.0, 4489.0, 4452.0, 4489.0, 4451.0, 4479.0, 4441.0, 4478.0, 4442.0, 4477.0, 4437.0, 4476.0, 4428.0, 4465.0, 4437.0, 4488.0, 4437.0, 4477.0, 4450.0, 4421.0, 4451.0, 4454.0, 4504.0, 4457.0, 4450.0, 4446.0, 4428.0, 4487.0, 4449.0, 4477.0, 4461.0, 4489.0, 4445.0, 4477.0, 4446.0, 4474.0, 4443.0, 4471.0, 4431.0, 4462.0, 4441.0, 4459.0, 4421.0, 4449.0, 4422.0, 4461.0, 4418.0, 4457.0, 4420.0, 4438.0, 4411.0, 4437.0, 4399.0, 4451.0, 4402.0, 4443.0, 4423.0, 4432.0, 4439.0, 4432.0, 4429.0, 4420.0, 4463.0, 4431.0, 4459.0, 4432.0, 4461.0, 4421.0, 4463.0, 4432.0, 4460.0, 4432.0, 4463.0, 4412.0, 4474.0, 4435.0, 4462.0, 4424.0, 4453.0, 4413.0, 4444.0, 4401.0, 4453.0, 4449.0, 4489.0, 4446.0, 4416.0, 4452.0, 4413.0, 4483.0, 4499.0, 4550.0, 4586.0, 4479.0, 4432.0, 4290.0, 4416.0, 4429.0, 4470.0, 4420.0, 4459.0, 4443.0, 4419.0, 4448.0, 4417.0, 4469.0, 4462.0, 4425.0, 4435.0, 4393.0, 4455.0, 4413.0, 4400.0, 4400.0, 4379.0, 4409.0, 4379.0, 4441.0, 4401.0, 4399.0, 4403.0, 4404.0, 4443.0, 4415.0, 4432.0, 4429.0, 4437.0, 4415.0, 4405.0, 4435.0, 4419.0, 4459.0, 4418.0, 4408.0, 4441.0, 4410.0, 4472.0, 4433.0, 4459.0, 4432.0, 4410.0, 4441.0, 4424.0, 4461.0, 4433.0, 4476.0, 4435.0, 4414.0, 4455.0, 4436.0, 4489.0, 4448.0, 4447.0, 4460.0, 4431.0, 4490.0, 4451.0, 4478.0, 4450.0, 4439.0, 4479.0, 4450.0, 4487.0, 4437.0, 4500.0, 4460.0, 4467.0, 4448.0, 4438.0, 4469.0, 4436.0, 4488.0, 4436.0, 4502.0, 4462.0, 4428.0, 4439.0, 4425.0, 4489.0, 4450.0, 4421.0, 4472.0, 4443.0, 4504.0, 4465.0, 4493.0, 4464.0, 4503.0, 4462.0, 4502.0, 4470.0, 4491.0, 4461.0, 4477.0, 4454.0, 4445.0, 4412.0, 4423.0, 4413.0, 4445.0, 4454.0, 4441.0, 4413.0, 4443.0, 4414.0, 4468.0, 4444.0, 4445.0, 4412.0, 4435.0, 4444.0, 4447.0, 4473.0, 4446.0, 4453.0, 4425.0, 4473.0, 4434.0, 4473.0, 4422.0, 4465.0, 4425.0, 4464.0, 4427.0, 4477.0, 4436.0, 4478.0, 4415.0, 4445.0, 4415.0, 4446.0, 4453.0, 4445.0, 4431.0, 4422.0, 4474.0, 4434.0, 4471.0, 4434.0, 4450.0, 4422.0, 4473.0, 4434.0, 4450.0, 4444.0, 4460.0, 4421.0, 4473.0, 4432.0, 4458.0, 4431.0, 4460.0, 4410.0, 4464.0, 4424.0, 4462.0, 4435.0, 4463.0, 4426.0, 4475.0, 4436.0, 4475.0, 4425.0, 4462.0, 4412.0, 4443.0, 4416.0, 4445.0, 4452.0, 4434.0, 4474.0, 4434.0, 4474.0, 4433.0, 4449.0, 4410.0, 4438.0, 4400.0, 4431.0, 4402.0, 4429.0, 4411.0, 4455.0, 4415.0, 4468.0, 4438.0, 4491.0, 4450.0, 4456.0, 4470.0, 4441.0, 4473.0, 4455.0, 4492.0, 4446.0, 4456.0, 4487.0, 4446.0, 4475.0, 4446.0, 4488.0, 4455.0, 4474.0, 4443.0, 4462.0, 4431.0, 4458.0, 4427.0, 4447.0, 4419.0, 4438.0, 4396.0, 4428.0, 4412.0, 4417.0, 4445.0, 4394.0, 4444.0, 4404.0, 4434.0, 4384.0, 4435.0, 4397.0, 4425.0, 4421.0, 4451.0, 4421.0, 4471.0, 4421.0, 4460.0, 4425.0, 4473.0, 4436.0, 4474.0, 4446.0, 4474.0, 4436.0, 4442.0, 4411.0, 4430.0, 4407.0, 4423.0, 4472.0, 4420.0, 4448.0, 4421.0, 4459.0, 4434.0, 4473.0, 4424.0, 4474.0, 4424.0, 4474.0, 4437.0, 4455.0, 4426.0, 4456.0, 4413.0, 4437.0, 4428.0, 4449.0, 4449.0, 4447.0, 4428.0, 4451.0, 4468.0, 4439.0, 4488.0, 4435.0, 4476.0, 4435.0, 4476.0, 4436.0, 4475.0, 4435.0, 4487.0, 4436.0, 4476.0, 4438.0, 4486.0, 4435.0, 4475.0, 4438.0, 4476.0, 4437.0, 4477.0, 4446.0, 4487.0, 4448.0, 4476.0, 4446.0, 4476.0, 4443.0, 4485.0, 4434.0, 4463.0, 4446.0, 4463.0, 4430.0, 4413.0, 4455.0, 4424.0, 4477.0, 4424.0, 4452.0, 4409.0, 4433.0, 4469.0, 4433.0, 4459.0, 4417.0, 4447.0, 4410.0, 4438.0, 4410.0, 4437.0, 4409.0, 4478.0, 4449.0, 4479.0, 4439.0, 4434.0, 4487.0, 4454.0, 4474.0, 4497.0, 4467.0, 4446.0, 4485.0, 4454.0, 4508.0, 4489.0, 4509.0, 4518.0, 4496.0, 4510.0, 4484.0, 4481.0, 4485.0, 4452.0, 4470.0, 4408.0, 4462.0, 4440.0, 4461.0, 4438.0, 4447.0, 4477.0, 4511.0, 4468.0, 4535.0, 4506.0, 4467.0, 4471.0, 4440.0, 4455.0, 4428.0], 'WindowWidth': [9894.0, 9852.0, 9871.0, 9775.0, 9829.0, 9810.0, 9825.0, 9805.0, 9812.0, 9760.0, 9751.0, 9775.0, 9743.0, 9788.0, 9732.0, 9778.0, 9747.0, 9780.0, 9765.0, 9809.0, 9748.0, 9782.0, 9769.0, 9765.0, 9781.0, 9778.0, 9828.0, 9775.0, 9827.0, 9786.0, 9812.0, 9788.0, 9807.0, 9803.0, 9806.0, 9765.0, 9793.0, 9764.0, 9745.0, 9813.0, 9771.0, 9830.0, 9810.0, 9834.0, 9805.0, 9814.0, 9786.0, 9833.0, 9796.0, 9800.0, 9782.0, 9785.0, 9735.0, 9773.0, 9747.0, 9799.0, 9763.0, 9805.0, 9790.0, 9824.0, 9807.0, 9844.0, 9797.0, 9829.0, 9791.0, 9809.0, 9767.0, 9793.0, 9734.0, 9775.0, 9791.0, 9774.0, 9805.0, 9793.0, 9804.0, 9760.0, 9826.0, 9779.0, 9816.0, 9783.0, 9805.0, 9770.0, 9847.0, 9798.0, 9825.0, 9804.0, 9825.0, 9785.0, 9808.0, 9781.0, 9825.0, 9791.0, 9818.0, 9793.0, 9814.0, 9806.0, 9773.0, 9784.0, 9818.0, 9802.0, 9847.0, 9819.0, 9827.0, 9768.0, 9835.0, 9780.0, 9803.0, 9779.0, 9805.0, 9763.0, 9804.0, 9763.0, 9795.0, 9779.0, 9789.0, 9768.0, 9810.0, 9783.0, 9808.0, 9805.0, 9826.0, 9793.0, 9832.0, 9783.0, 9804.0, 9762.0, 9737.0, 9765.0, 9756.0, 9819.0, 9800.0, 9769.0, 9811.0, 9793.0, 9809.0, 9753.0, 9788.0, 9769.0, 9787.0, 9743.0, 9788.0, 9753.0, 9749.0, 9819.0, 9748.0, 9797.0, 9749.0, 9761.0, 9730.0, 9761.0, 9735.0, 9737.0, 9697.0, 9740.0, 9697.0, 9741.0, 9721.0, 9742.0, 9741.0, 9746.0, 9740.0, 9731.0, 9793.0, 9748.0, 9773.0, 9763.0, 9777.0, 9741.0, 9782.0, 9780.0, 9785.0, 9742.0, 9772.0, 9712.0, 9774.0, 9788.0, 9755.0, 9771.0, 9762.0, 9818.0, 9778.0, 9800.0, 9763.0, 9804.0, 9767.0, 9802.0, 9785.0, 9808.0, 9765.0, 9806.0, 9767.0, 9790.0, 9778.0, 9807.0, 9784.0, 9813.0, 9771.0, 9807.0, 9779.0, 9811.0, 9771.0, 9812.0, 9758.0, 9796.0, 9765.0, 9811.0, 9771.0, 9813.0, 9759.0, 9815.0, 9771.0, 9792.0, 9753.0, 9796.0, 9739.0, 9802.0, 9779.0, 9797.0, 9766.0, 9783.0, 9797.0, 9786.0, 9808.0, 9804.0, 9806.0, 9782.0, 9864.0, 9801.0, 9820.0, 9802.0, 9824.0, 9785.0, 9846.0, 9789.0, 9823.0, 9805.0, 9827.0, 9788.0, 9831.0, 9788.0, 9827.0, 9787.0, 9811.0, 9798.0, 9811.0, 9770.0, 9811.0, 9759.0, 9797.0, 9780.0, 9800.0, 9795.0, 9781.0, 9795.0, 9771.0, 9801.0, 9762.0, 9814.0, 9771.0, 9827.0, 9824.0, 9795.0, 9807.0, 9850.0, 9808.0, 9854.0, 9900.0, 9818.0, 9843.0, 9790.0, 9812.0, 9759.0, 9798.0, 9779.0, 9796.0, 9763.0, 9795.0, 9738.0, 9782.0, 9828.0, 9777.0, 9819.0, 9790.0, 9823.0, 9787.0, 9828.0, 9785.0, 9828.0, 9776.0, 9832.0, 9819.0, 9832.0, 9794.0, 9835.0, 9761.0, 9805.0, 9832.0, 9781.0, 9825.0, 9784.0, 9827.0, 9799.0, 9826.0, 9785.0, 9814.0, 9752.0, 9796.0, 9761.0, 9791.0, 9755.0, 9796.0, 9752.0, 9788.0, 9786.0, 9785.0, 9747.0, 9809.0, 9826.0, 9816.0, 9851.0, 9828.0, 9840.0, 9783.0, 9827.0, 9806.0, 9830.0, 9875.0, 9793.0, 9859.0, 9791.0, 9818.0, 9783.0, 9791.0, 9859.0, 9771.0, 9825.0, 9780.0, 9788.0, 9751.0, 9792.0, 9772.0, 9771.0, 9804.0, 9784.0, 9851.0, 9819.0, 9875.0, 9822.0, 9796.0, 9854.0, 9777.0, 9838.0, 9791.0, 9819.0, 9761.0, 9789.0, 9836.0, 9770.0, 9845.0, 9783.0, 9823.0, 9770.0, 9824.0, 9770.0, 9807.0, 9757.0, 9824.0, 9790.0, 9821.0, 9786.0, 9839.0, 9760.0, 9798.0, 9807.0, 9766.0, 9805.0, 9766.0, 9827.0, 9788.0, 9824.0, 9805.0, 9824.0, 9785.0, 9846.0, 9785.0, 9804.0, 9785.0, 9805.0, 9772.0, 9809.0, 9751.0, 9811.0, 9750.0, 9778.0, 9753.0, 9779.0, 9784.0, 9774.0, 9746.0, 9768.0, 9810.0, 9772.0, 9839.0, 9806.0, 9830.0, 9793.0, 9851.0, 9802.0, 9828.0, 9791.0, 9816.0, 9762.0, 9800.0, 9755.0, 9812.0, 9746.0, 9802.0, 9766.0, 9805.0, 9789.0, 9825.0, 9770.0, 9828.0, 9809.0, 9847.0, 9857.0, 9827.0, 9822.0, 9780.0, 9826.0, 9801.0, 9786.0, 9754.0, 9778.0, 9852.0, 9806.0, 9825.0, 9804.0, 9816.0, 9781.0, 9820.0, 9782.0, 9802.0, 9760.0, 9808.0, 9829.0, 9799.0, 9854.0, 9801.0, 9815.0, 9743.0, 9787.0, 9866.0, 9781.0, 9808.0, 9765.0, 9791.0, 9737.0, 9783.0, 9789.0, 9769.0, 9819.0, 9770.0, 9823.0, 9786.0, 9804.0, 9750.0, 9791.0, 9722.0, 9779.0, 9746.0, 9788.0, 9794.0, 9786.0, 9797.0, 9777.0, 9833.0, 9810.0, 9834.0, 9769.0, 9800.0, 9744.0, 9789.0, 9798.0, 9796.0, 9826.0, 9799.0, 9806.0, 9783.0, 9853.0, 9770.0, 9812.0, 9860.0, 9922.0, 9813.0, 9807.0, 9812.0, 9783.0, 9760.0, 9752.0, 9755.0, 9849.0, 9819.0, 9838.0, 9874.0, 9848.0, 9925.0, 9874.0, 9848.0, 9775.0, 9749.0, 9702.0, 9779.0, 9793.0, 9753.0, 9747.0, 9683.0, 9695.0, 9646.0, 9704.0, 9731.0, 9688.0, 9708.0, 9671.0, 9710.0, 9703.0, 9765.0, 9723.0, 9768.0, 9727.0, 9753.0, 9715.0, 9740.0, 9704.0, 9739.0, 9709.0, 9709.0, 9749.0, 9819.0, 9772.0, 9784.0, 9729.0, 9756.0, 9735.0, 9782.0, 9740.0, 9779.0, 9725.0, 9766.0, 9743.0, 9795.0, 9792.0, 9795.0, 9753.0, 9778.0, 9765.0, 9853.0, 9803.0, 9830.0, 9770.0, 9801.0, 9811.0, 9802.0, 9859.0, 9810.0, 9840.0, 9799.0, 9812.0, 9806.0, 9790.0, 9850.0, 9800.0, 9880.0, 9831.0, 9883.0, 9844.0, 9887.0, 9831.0, 9865.0, 9830.0, 9881.0, 9841.0, 9866.0, 9809.0, 9832.0, 9808.0, 9844.0, 9822.0, 9788.0, 9810.0, 9807.0, 9860.0, 9807.0, 9862.0, 9790.0, 9844.0, 9830.0, 9795.0, 9871.0, 9820.0, 9822.0, 9773.0, 9799.0, 9796.0, 9751.0, 9823.0, 9770.0, 9819.0, 9805.0, 9851.0, 9801.0, 9854.0, 9815.0, 9839.0, 9804.0, 9836.0, 9773.0, 9802.0, 9745.0, 9773.0, 9752.0, 9769.0, 9750.0, 9808.0, 9767.0, 9828.0, 9798.0, 9809.0, 9794.0, 9803.0, 9853.0, 9814.0, 9850.0, 9793.0, 9821.0, 9785.0, 9836.0, 9804.0, 9837.0, 9797.0, 9798.0, 9820.0, 9776.0, 9850.0, 9829.0, 9832.0, 9770.0, 9814.0, 9773.0, 9845.0, 9809.0, 9799.0, 9772.0, 9834.0, 9820.0, 9782.0, 9843.0, 9824.0, 9898.0, 9890.0, 9821.0, 9878.0, 9799.0, 9824.0, 9865.0, 9818.0, 9858.0, 9802.0, 9812.0, 9822.0, 9790.0, 9876.0, 9854.0, 9854.0, 9783.0, 9796.0, 9785.0, 9762.0, 9818.0, 9743.0, 9750.0, 9751.0, 9752.0, 9761.0, 9737.0, 9803.0, 9753.0, 9826.0, 9772.0, 9824.0, 9778.0, 9776.0, 9768.0, 9783.0, 9764.0, 9736.0, 9777.0, 9735.0, 9791.0, 9751.0, 9821.0, 9755.0, 9808.0, 9787.0, 9786.0, 9783.0, 9742.0, 9807.0, 9765.0, 9850.0, 9788.0, 9788.0, 9785.0, 9742.0, 9822.0, 9761.0, 9817.0, 9761.0, 9795.0, 9761.0, 9809.0, 9768.0, 9809.0, 9756.0, 9806.0, 9766.0, 9805.0, 9785.0, 9812.0, 9793.0, 9762.0, 9790.0, 9745.0, 9828.0, 9824.0, 9836.0, 9789.0, 9802.0, 9825.0, 9790.0, 9840.0, 9808.0, 9873.0, 9802.0, 9858.0, 9818.0, 9840.0, 9818.0, 9839.0, 9814.0, 9767.0, 9793.0, 9775.0, 9820.0, 9778.0, 9838.0, 9781.0, 9830.0, 9802.0, 9852.0, 9791.0, 9832.0, 9761.0, 9815.0, 9785.0, 9830.0, 9799.0, 9850.0, 9792.0, 9853.0, 9804.0, 9829.0, 9814.0, 9833.0, 9783.0, 9837.0, 9784.0, 9781.0, 9759.0, 9837.0, 9781.0, 9821.0, 9779.0, 9778.0, 9846.0, 9791.0, 9865.0, 9843.0, 9816.0, 9840.0, 9779.0, 9820.0, 9784.0, 9802.0, 9759.0, 9788.0, 9810.0, 9766.0, 9842.0, 9775.0, 9805.0, 9742.0, 9768.0, 9749.0, 9769.0, 9710.0, 9756.0, 9705.0, 9732.0, 9798.0, 9742.0, 9793.0, 9732.0, 9801.0, 9768.0, 9803.0, 9772.0, 9792.0, 9761.0, 9812.0, 9790.0, 9831.0, 9803.0, 9828.0, 9756.0, 9830.0, 9781.0, 9809.0, 9776.0, 9812.0, 9761.0, 9838.0, 9781.0, 9832.0, 9797.0, 9833.0, 9798.0, 9835.0, 9792.0, 9837.0, 9788.0, 9809.0, 9808.0, 9861.0, 9808.0, 9836.0, 9765.0, 9803.0, 9775.0, 9811.0, 9767.0, 9810.0, 9759.0, 9832.0, 9832.0, 9805.0, 9820.0, 9801.0, 9854.0, 9788.0, 9854.0, 9802.0, 9850.0, 9801.0, 9837.0, 9810.0, 9856.0, 9810.0, 9854.0, 9804.0, 9840.0, 9792.0, 9837.0, 9795.0, 9833.0, 9780.0, 9833.0, 9770.0, 9815.0, 9782.0, 9850.0, 9778.0, 9836.0, 9804.0, 9766.0, 9806.0, 9818.0, 9886.0, 9811.0, 9803.0, 9790.0, 9768.0, 9851.0, 9799.0, 9835.0, 9818.0, 9858.0, 9788.0, 9839.0, 9789.0, 9830.0, 9785.0, 9824.0, 9761.0, 9811.0, 9778.0, 9801.0, 9749.0, 9785.0, 9754.0, 9803.0, 9745.0, 9797.0, 9748.0, 9768.0, 9738.0, 9769.0, 9718.0, 9789.0, 9726.0, 9782.0, 9759.0, 9765.0, 9771.0, 9766.0, 9758.0, 9749.0, 9812.0, 9766.0, 9801.0, 9766.0, 9805.0, 9751.0, 9811.0, 9769.0, 9801.0, 9771.0, 9809.0, 9741.0, 9829.0, 9779.0, 9806.0, 9760.0, 9798.0, 9745.0, 9784.0, 9725.0, 9796.0, 9801.0, 9853.0, 9791.0, 9746.0, 9786.0, 9738.0, 9850.0, 9903.0, 9988.0, 10041.0, 9860.0, 9748.0, 9499.0, 9717.0, 9761.0, 9818.0, 9747.0, 9802.0, 9782.0, 9743.0, 9784.0, 9736.0, 9822.0, 9811.0, 9746.0, 9761.0, 9701.0, 9795.0, 9727.0, 9705.0, 9703.0, 9675.0, 9716.0, 9677.0, 9764.0, 9706.0, 9702.0, 9715.0, 9719.0, 9771.0, 9734.0, 9755.0, 9760.0, 9767.0, 9734.0, 9720.0, 9761.0, 9747.0, 9804.0, 9744.0, 9731.0, 9776.0, 9735.0, 9823.0, 9771.0, 9801.0, 9765.0, 9734.0, 9777.0, 9762.0, 9806.0, 9773.0, 9833.0, 9776.0, 9751.0, 9803.0, 9779.0, 9856.0, 9800.0, 9796.0, 9819.0, 9780.0, 9858.0, 9805.0, 9838.0, 9805.0, 9787.0, 9840.0, 9803.0, 9852.0, 9784.0, 9875.0, 9818.0, 9823.0, 9798.0, 9786.0, 9827.0, 9780.0, 9851.0, 9780.0, 9880.0, 9824.0, 9772.0, 9785.0, 9765.0, 9856.0, 9806.0, 9766.0, 9838.0, 9800.0, 9882.0, 9831.0, 9865.0, 9829.0, 9881.0, 9824.0, 9882.0, 9831.0, 9868.0, 9819.0, 9839.0, 9798.0, 9789.0, 9739.0, 9755.0, 9741.0, 9790.0, 9798.0, 9780.0, 9743.0, 9785.0, 9748.0, 9825.0, 9786.0, 9788.0, 9741.0, 9775.0, 9788.0, 9795.0, 9829.0, 9791.0, 9796.0, 9762.0, 9826.0, 9772.0, 9823.0, 9754.0, 9814.0, 9762.0, 9813.0, 9771.0, 9834.0, 9779.0, 9837.0, 9750.0, 9789.0, 9748.0, 9789.0, 9795.0, 9786.0, 9763.0, 9751.0, 9826.0, 9769.0, 9818.0, 9770.0, 9788.0, 9751.0, 9827.0, 9770.0, 9789.0, 9785.0, 9804.0, 9750.0, 9828.0, 9766.0, 9797.0, 9767.0, 9802.0, 9736.0, 9813.0, 9758.0, 9805.0, 9775.0, 9810.0, 9763.0, 9828.0, 9779.0, 9830.0, 9761.0, 9807.0, 9740.0, 9781.0, 9751.0, 9786.0, 9794.0, 9770.0, 9828.0, 9772.0, 9830.0, 9769.0, 9786.0, 9733.0, 9770.0, 9719.0, 9762.0, 9727.0, 9757.0, 9739.0, 9802.0, 9749.0, 9826.0, 9791.0, 9862.0, 9805.0, 9807.0, 9832.0, 9794.0, 9840.0, 9821.0, 9871.0, 9795.0, 9803.0, 9853.0, 9792.0, 9831.0, 9792.0, 9856.0, 9803.0, 9830.0, 9783.0, 9810.0, 9765.0, 9802.0, 9752.0, 9782.0, 9744.0, 9769.0, 9708.0, 9755.0, 9727.0, 9738.0, 9772.0, 9702.0, 9772.0, 9719.0, 9759.0, 9690.0, 9758.0, 9712.0, 9745.0, 9753.0, 9791.0, 9752.0, 9818.0, 9753.0, 9803.0, 9762.0, 9826.0, 9779.0, 9829.0, 9794.0, 9831.0, 9780.0, 9780.0, 9735.0, 9761.0, 9726.0, 9755.0, 9823.0, 9747.0, 9785.0, 9750.0, 9800.0, 9774.0, 9827.0, 9759.0, 9829.0, 9763.0, 9827.0, 9784.0, 9807.0, 9766.0, 9807.0, 9744.0, 9779.0, 9771.0, 9800.0, 9799.0, 9796.0, 9769.0, 9804.0, 9826.0, 9789.0, 9854.0, 9775.0, 9833.0, 9779.0, 9833.0, 9780.0, 9831.0, 9775.0, 9848.0, 9782.0, 9833.0, 9784.0, 9845.0, 9778.0, 9831.0, 9785.0, 9831.0, 9783.0, 9834.0, 9794.0, 9851.0, 9800.0, 9833.0, 9793.0, 9835.0, 9787.0, 9849.0, 9773.0, 9811.0, 9791.0, 9812.0, 9765.0, 9742.0, 9802.0, 9760.0, 9835.0, 9760.0, 9795.0, 9734.0, 9771.0, 9815.0, 9770.0, 9803.0, 9740.0, 9781.0, 9734.0, 9770.0, 9733.0, 9766.0, 9732.0, 9835.0, 9794.0, 9838.0, 9782.0, 9785.0, 9864.0, 9815.0, 9841.0, 9874.0, 9834.0, 9805.0, 9855.0, 9811.0, 9897.0, 9870.0, 9896.0, 9914.0, 9878.0, 9919.0, 9858.0, 9848.0, 9847.0, 9792.0, 9815.0, 9725.0, 9807.0, 9774.0, 9804.0, 9783.0, 9776.0, 9853.0, 9904.0, 9841.0, 9959.0, 9899.0, 9827.0, 9822.0, 9776.0, 9787.0, 9755.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.0015657424242424244</td></tr>
<tr><td colspan=3>aqi</td><td>0.024839808560606063</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.84049653184985</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3267728376952246</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0101660661789236</td></tr>
<tr><td colspan=3>efc</td><td>0.5288</td></tr>
<tr><td colspan=3>fber</td><td>4358.0698</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10687315584010029</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>97</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.348484848484849</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5118380304051136</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.385331488583811</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7261085713681434</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.424074031263386</td></tr>
<tr><td colspan=3>gcor</td><td>0.0256411</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019131014123558998</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05006004124879837</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1320</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.2627849882943805</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>20.4538</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.1764</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>228.0057</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>283130.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1086.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>439.37</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.4802</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>550.3522</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3556.7434</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3662.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>93414.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1612.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4677.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>859.0582</td></tr>
<tr><td colspan=3>tsnr</td><td>37.669267089804634</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>