<?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-0070_ses-03_task-alignvideo_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0070_ses-03_task-alignvideo_acq-mb8_run-02_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-03_subject-0070_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0070/figures/sub-0070_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0070_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0070/figures/sub-0070_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0070_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0070/figures/sub-0070_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0070_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0070/figures/sub-0070_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-03_subject-0070_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0070/figures/sub-0070_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-03_subject-0070_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0070/figures/sub-0070_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0070_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0070/figures/sub-0070_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0070/figures/sub-0070_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0070/ses-03/func/sub-0070_ses-03_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>f50b64274ffbfec07babe0052eb639e7</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>15:28:48.847500</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.999596, -0.0042139, -0.0280983, 0.00767649, 0.992216, 0.124288]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.102324</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7760, -7236, 494, -85, -264, 0, 50]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>292.835</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>542049cb-72f1-4f7b-9310-49c987905cc6||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.6818437576293945, 0.020595453679561615, -0.07386068254709244, 113.87271118164062], [0.011305582709610462, 2.662044048309326, 0.3360257148742676, -96.3510971069336], [-0.07538555562496185, -0.3334568440914154, 2.677990198135376, -52.97306442260742], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1335]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['152848.847500', '152849.307500', '152849.767500', '152850.227500', '152850.687500', '152851.147500', '152851.607500', '152852.067500', '152852.527500', '152852.987500', '152853.447500', '152853.907500', '152854.367500', '152854.827500', '152855.287500', '152855.747500', '152856.207500', '152856.667500', '152857.127500', '152857.587500', '152858.047500', '152858.507500', '152858.967500', '152859.427500', '152859.887500', '152900.347500', '152900.807500', '152901.267500', '152901.727500', '152902.187500', '152902.647500', '152903.107500', '152903.567500', '152904.027500', '152904.487500', '152904.947500', '152905.407500', '152905.867500', '152906.327500', '152906.787500', '152907.247500', '152907.707500', '152908.167500', '152908.627500', '152909.087500', '152909.547500', '152910.007500', '152910.467500', '152910.927500', '152911.387500', '152911.847500', '152912.307500', '152912.767500', '152913.227500', '152913.687500', '152914.147500', '152914.607500', '152915.067500', '152915.527500', '152915.987500', '152916.447500', '152916.907500', '152917.367500', '152917.827500', '152918.287500', '152918.747500', '152919.207500', '152919.667500', '152920.127500', '152920.587500', '152921.047500', '152921.507500', '152921.967500', '152922.427500', '152922.887500', '152923.347500', '152923.807500', '152924.267500', '152924.727500', '152925.187500', '152925.647500', '152926.107500', '152926.567500', '152927.027500', '152927.487500', '152927.947500', '152928.407500', '152928.867500', '152929.327500', '152929.787500', '152930.247500', '152930.707500', '152931.167500', '152931.627500', '152932.087500', '152932.547500', '152933.007500', '152933.467500', '152933.927500', '152934.387500', '152934.847500', '152935.307500', '152935.767500', '152936.227500', '152936.687500', '152937.147500', '152937.607500', '152938.067500', '152938.527500', '152938.987500', '152939.447500', '152939.907500', '152940.367500', '152940.827500', '152941.287500', '152941.747500', '152942.207500', '152942.667500', '152943.127500', '152943.587500', '152944.047500', '152944.507500', '152944.967500', '152945.427500', '152945.887500', '152946.347500', '152946.807500', '152947.267500', '152947.727500', '152948.187500', '152948.647500', '152949.107500', '152949.567500', '152950.027500', '152950.487500', '152950.947500', '152951.407500', '152951.867500', '152952.327500', '152952.787500', '152953.247500', '152953.707500', '152954.167500', '152954.627500', '152955.087500', '152955.547500', '152956.007500', '152956.467500', '152956.927500', '152957.387500', '152957.847500', '152958.307500', '152958.767500', '152959.227500', '152959.687500', '153000.147500', '153000.607500', '153001.067500', '153001.527500', '153001.987500', '153002.447500', '153002.907500', '153003.367500', '153003.827500', '153004.287500', '153004.747500', '153005.207500', '153005.667500', '153006.127500', '153006.587500', '153007.047500', '153007.507500', '153007.967500', '153008.427500', '153008.887500', '153009.347500', '153009.807500', '153010.267500', '153010.727500', '153011.187500', '153011.647500', '153012.107500', '153012.567500', '153013.027500', '153013.487500', '153013.947500', '153014.407500', '153014.867500', '153015.327500', '153015.787500', '153016.247500', '153016.707500', '153017.167500', '153017.627500', '153018.087500', '153018.547500', '153019.007500', '153019.467500', '153019.927500', '153020.387500', '153020.847500', '153021.307500', '153021.767500', '153022.227500', '153022.687500', '153023.147500', '153023.607500', '153024.067500', '153024.527500', '153024.987500', '153025.447500', '153025.907500', '153026.367500', '153026.827500', '153027.287500', '153027.747500', '153028.207500', '153028.667500', '153029.127500', '153029.587500', '153030.047500', '153030.507500', '153030.967500', '153031.427500', '153031.887500', '153032.347500', '153032.807500', '153033.267500', '153033.727500', '153034.187500', '153034.647500', '153035.107500', '153035.567500', '153036.027500', '153036.487500', '153036.947500', '153037.407500', '153037.867500', '153038.327500', '153038.787500', '153039.247500', '153039.707500', '153040.167500', '153040.627500', '153041.087500', '153041.547500', '153042.007500', '153042.467500', '153042.927500', '153043.387500', '153043.847500', '153044.307500', '153044.767500', '153045.227500', '153045.687500', '153046.147500', '153046.607500', '153047.067500', '153047.527500', '153047.987500', '153048.447500', '153048.907500', '153049.367500', '153049.827500', '153050.287500', '153050.747500', '153051.207500', '153051.667500', '153052.127500', '153052.587500', '153053.047500', '153053.507500', '153053.967500', '153054.427500', '153054.887500', '153055.347500', '153055.807500', '153056.267500', '153056.727500', '153057.187500', '153057.647500', '153058.107500', '153058.567500', '153059.027500', '153059.487500', '153059.947500', '153100.407500', '153100.867500', '153101.327500', '153101.787500', '153102.247500', '153102.707500', '153103.167500', '153103.627500', '153104.087500', '153104.547500', '153105.007500', '153105.467500', '153105.927500', '153106.387500', '153106.847500', '153107.307500', '153107.767500', '153108.227500', '153108.687500', '153109.147500', '153109.607500', '153110.067500', '153110.527500', '153110.987500', '153111.447500', '153111.907500', '153112.367500', '153112.827500', '153113.287500', '153113.747500', '153114.207500', '153114.667500', '153115.127500', '153115.587500', '153116.047500', '153116.507500', '153116.967500', '153117.427500', '153117.887500', '153118.347500', '153118.807500', '153119.267500', '153119.727500', '153120.187500', '153120.647500', '153121.107500', '153121.567500', '153122.027500', '153122.487500', '153122.947500', '153123.407500', '153123.867500', '153124.327500', '153124.787500', '153125.247500', '153125.707500', '153126.167500', '153126.627500', '153127.087500', '153127.547500', '153128.007500', '153128.467500', '153128.927500', '153129.387500', '153129.847500', '153130.307500', '153130.767500', '153131.227500', '153131.687500', '153132.147500', '153132.607500', '153133.067500', '153133.527500', '153133.987500', '153134.447500', '153134.907500', '153135.367500', '153135.827500', '153136.287500', '153136.747500', '153137.207500', '153137.667500', '153138.127500', '153138.587500', '153139.047500', '153139.507500', '153139.967500', '153140.427500', '153140.887500', '153141.347500', '153141.807500', '153142.267500', '153142.727500', '153143.187500', '153143.647500', '153144.107500', '153144.567500', '153145.027500', '153145.487500', '153145.947500', '153146.407500', '153146.867500', '153147.327500', '153147.787500', '153148.247500', '153148.707500', '153149.167500', '153149.627500', '153150.087500', '153150.547500', '153151.007500', '153151.467500', '153151.927500', '153152.387500', '153152.847500', '153153.307500', '153153.767500', '153154.227500', '153154.687500', '153155.147500', '153155.607500', '153156.067500', '153156.527500', '153156.987500', '153157.447500', '153157.907500', '153158.367500', '153158.827500', '153159.287500', '153159.747500', '153200.207500', '153200.667500', '153201.127500', '153201.587500', '153202.047500', '153202.507500', '153202.967500', '153203.427500', '153203.887500', '153204.347500', '153204.807500', '153205.267500', '153205.727500', '153206.187500', '153206.647500', '153207.107500', '153207.567500', '153208.027500', '153208.487500', '153208.947500', '153209.407500', '153209.867500', '153210.327500', '153210.787500', '153211.247500', '153211.707500', '153212.167500', '153212.627500', '153213.087500', '153213.547500', '153214.007500', '153214.467500', '153214.927500', '153215.387500', '153215.847500', '153216.307500', '153216.767500', '153217.227500', '153217.687500', '153218.147500', '153218.607500', '153219.067500', '153219.527500', '153219.987500', '153220.447500', '153220.907500', '153221.367500', '153221.827500', '153222.287500', '153222.747500', '153223.207500', '153223.667500', '153224.127500', '153224.587500', '153225.047500', '153225.507500', '153225.967500', '153226.427500', '153226.887500', '153227.347500', '153227.807500', '153228.267500', '153228.727500', '153229.187500', '153229.647500', '153230.107500', '153230.567500', '153231.027500', '153231.487500', '153231.947500', '153232.407500', '153232.867500', '153233.327500', '153233.787500', '153234.247500', '153234.707500', '153235.167500', '153235.627500', '153236.087500', '153236.547500', '153237.007500', '153237.467500', '153237.927500', '153238.387500', '153238.847500', '153239.307500', '153239.767500', '153240.227500', '153240.687500', '153241.147500', '153241.607500', '153242.067500', '153242.527500', '153242.987500', '153243.447500', '153243.907500', '153244.367500', '153244.827500', '153245.287500', '153245.747500', '153246.207500', '153246.667500', '153247.127500', '153247.587500', '153248.047500', '153248.507500', '153248.967500', '153249.427500', '153249.887500', '153250.347500', '153250.807500', '153251.267500', '153251.727500', '153252.187500', '153252.647500', '153253.107500', '153253.567500', '153254.027500', '153254.487500', '153254.947500', '153255.407500', '153255.867500', '153256.327500', '153256.787500', '153257.247500', '153257.707500', '153258.167500', '153258.627500', '153259.087500', '153259.547500', '153300.007500', '153300.467500', '153300.927500', '153301.387500', '153301.847500', '153302.307500', '153302.767500', '153303.227500', '153303.687500', '153304.147500', '153304.607500', '153305.067500', '153305.527500', '153305.987500', '153306.447500', '153306.907500', '153307.367500', '153307.827500', '153308.287500', '153308.747500', '153309.207500', '153309.667500', '153310.127500', '153310.587500', '153311.047500', '153311.507500', '153311.967500', '153312.427500', '153312.887500', '153313.347500', '153313.807500', '153314.267500', '153314.727500', '153315.187500', '153315.647500', '153316.107500', '153316.567500', '153317.027500', '153317.487500', '153317.947500', '153318.407500', '153318.867500', '153319.327500', '153319.787500', '153320.247500', '153320.707500', '153321.167500', '153321.627500', '153322.087500', '153322.547500', '153323.007500', '153323.467500', '153323.927500', '153324.387500', '153324.847500', '153325.307500', '153325.767500', '153326.227500', '153326.687500', '153327.147500', '153327.607500', '153328.067500', '153328.527500', '153328.987500', '153329.447500', '153329.907500', '153330.367500', '153330.827500', '153331.287500', '153331.747500', '153332.207500', '153332.667500', '153333.127500', '153333.587500', '153334.047500', '153334.507500', '153334.967500', '153335.427500', '153335.887500', '153336.347500', '153336.807500', '153337.267500', '153337.727500', '153338.187500', '153338.647500', '153339.107500', '153339.567500', '153340.027500', '153340.487500', '153340.947500', '153341.407500', '153341.867500', '153342.327500', '153342.787500', '153343.247500', '153343.707500', '153344.167500', '153344.627500', '153345.087500', '153345.547500', '153346.007500', '153346.467500', '153346.927500', '153347.387500', '153347.847500', '153348.307500', '153348.767500', '153349.227500', '153349.687500', '153350.147500', '153350.607500', '153351.067500', '153351.527500', '153351.987500', '153352.447500', '153352.907500', '153353.367500', '153353.827500', '153354.287500', '153354.747500', '153355.207500', '153355.667500', '153356.127500', '153356.587500', '153357.047500', '153357.507500', '153357.967500', '153358.427500', '153358.887500', '153359.347500', '153359.807500', '153400.267500', '153400.727500', '153401.187500', '153401.647500', '153402.107500', '153402.567500', '153403.027500', '153403.487500', '153403.947500', '153404.407500', '153404.867500', '153405.327500', '153405.787500', '153406.247500', '153406.707500', '153407.167500', '153407.627500', '153408.087500', '153408.547500', '153409.007500', '153409.467500', '153409.927500', '153410.387500', '153410.847500', '153411.307500', '153411.767500', '153412.227500', '153412.687500', '153413.147500', '153413.607500', '153414.067500', '153414.527500', '153414.987500', '153415.447500', '153415.907500', '153416.367500', '153416.827500', '153417.287500', '153417.747500', '153418.207500', '153418.667500', '153419.127500', '153419.587500', '153420.047500', '153420.507500', '153420.967500', '153421.427500', '153421.887500', '153422.347500', '153422.807500', '153423.267500', '153423.727500', '153424.187500', '153424.647500', '153425.107500', '153425.567500', '153426.027500', '153426.487500', '153426.947500', '153427.407500', '153427.867500', '153428.327500', '153428.787500', '153429.247500', '153429.707500', '153430.167500', '153430.627500', '153431.087500', '153431.547500', '153432.007500', '153432.467500', '153432.927500', '153433.387500', '153433.847500', '153434.307500', '153434.767500', '153435.227500', '153435.687500', '153436.147500', '153436.607500', '153437.067500', '153437.527500', '153437.987500', '153438.447500', '153438.907500', '153439.367500', '153439.827500', '153440.287500', '153440.747500', '153441.207500', '153441.667500', '153442.127500', '153442.587500', '153443.047500', '153443.507500', '153443.967500', '153444.427500', '153444.887500', '153445.347500', '153445.807500', '153446.267500', '153446.727500', '153447.187500', '153447.647500', '153448.107500', '153448.567500', '153449.027500', '153449.487500', '153449.947500', '153450.407500', '153450.867500', '153451.327500', '153451.787500', '153452.247500', '153452.707500', '153453.167500', '153453.627500', '153454.087500', '153454.547500', '153455.007500', '153455.467500', '153455.927500', '153456.387500', '153456.847500', '153457.307500', '153457.767500', '153458.227500', '153458.687500', '153459.147500', '153459.607500', '153500.067500', '153500.527500', '153500.987500', '153501.447500', '153501.907500', '153502.367500', '153502.827500', '153503.287500', '153503.747500', '153504.207500', '153504.667500', '153505.127500', '153505.587500', '153506.047500', '153506.507500', '153506.967500', '153507.427500', '153507.887500', '153508.347500', '153508.807500', '153509.267500', '153509.727500', '153510.187500', '153510.647500', '153511.107500', '153511.567500', '153512.027500', '153512.487500', '153512.947500', '153513.407500', '153513.867500', '153514.327500', '153514.787500', '153515.247500', '153515.707500', '153516.167500', '153516.627500', '153517.087500', '153517.547500', '153518.007500', '153518.467500', '153518.927500', '153519.387500', '153519.847500', '153520.307500', '153520.767500', '153521.227500', '153521.687500', '153522.147500', '153522.607500', '153523.067500', '153523.527500', '153523.987500', '153524.447500', '153524.907500', '153525.367500', '153525.827500', '153526.287500', '153526.747500', '153527.207500', '153527.667500', '153528.127500', '153528.587500', '153529.047500', '153529.507500', '153529.967500', '153530.427500', '153530.887500', '153531.347500', '153531.807500', '153532.267500', '153532.727500', '153533.187500', '153533.647500', '153534.107500', '153534.567500', '153535.027500', '153535.487500', '153535.947500', '153536.407500', '153536.867500', '153537.327500', '153537.787500', '153538.247500', '153538.707500', '153539.167500', '153539.627500', '153540.087500', '153540.547500', '153541.007500', '153541.467500', '153541.927500', '153542.387500', '153542.847500', '153543.307500', '153543.767500', '153544.227500', '153544.687500', '153545.147500', '153545.607500', '153546.067500', '153546.527500', '153546.987500', '153547.447500', '153547.907500', '153548.367500', '153548.827500', '153549.287500', '153549.747500', '153550.207500', '153550.667500', '153551.127500', '153551.587500', '153552.047500', '153552.507500', '153552.967500', '153553.427500', '153553.887500', '153554.347500', '153554.807500', '153555.267500', '153555.727500', '153556.187500', '153556.647500', '153557.107500', '153557.567500', '153558.027500', '153558.487500', '153558.947500', '153559.407500', '153559.867500', '153600.327500', '153600.787500', '153601.247500', '153601.707500', '153602.167500', '153602.627500', '153603.087500', '153603.547500', '153604.007500', '153604.467500', '153604.927500', '153605.387500', '153605.847500', '153606.307500', '153606.767500', '153607.227500', '153607.687500', '153608.147500', '153608.607500', '153609.067500', '153609.527500', '153609.987500', '153610.447500', '153610.907500', '153611.367500', '153611.827500', '153612.287500', '153612.747500', '153613.207500', '153613.667500', '153614.127500', '153614.587500', '153615.047500', '153615.507500', '153615.967500', '153616.427500', '153616.887500', '153617.347500', '153617.807500', '153618.267500', '153618.727500', '153619.187500', '153619.647500', '153620.107500', '153620.567500', '153621.027500', '153621.487500', '153621.947500', '153622.407500', '153622.867500', '153623.327500', '153623.787500', '153624.247500', '153624.707500', '153625.167500', '153625.627500', '153626.087500', '153626.547500', '153627.007500', '153627.467500', '153627.927500', '153628.387500', '153628.847500', '153629.307500', '153629.767500', '153630.227500', '153630.687500', '153631.147500', '153631.607500', '153632.067500', '153632.527500', '153632.987500', '153633.447500', '153633.907500', '153634.367500', '153634.827500', '153635.287500', '153635.747500', '153636.207500', '153636.667500', '153637.127500', '153637.587500', '153638.047500', '153638.507500', '153638.967500', '153639.427500', '153639.887500', '153640.347500', '153640.807500', '153641.267500', '153641.727500', '153642.187500', '153642.647500', '153643.107500', '153643.567500', '153644.027500', '153644.487500', '153644.947500', '153645.407500', '153645.867500', '153646.327500', '153646.787500', '153647.247500', '153647.707500', '153648.167500', '153648.627500', '153649.087500', '153649.547500', '153650.007500', '153650.467500', '153650.927500', '153651.387500', '153651.847500', '153652.307500', '153652.767500', '153653.227500', '153653.687500', '153654.147500', '153654.607500', '153655.067500', '153655.527500', '153655.987500', '153656.447500', '153656.907500', '153657.367500', '153657.827500', '153658.287500', '153658.747500', '153659.207500', '153659.667500', '153700.127500', '153700.587500', '153701.047500', '153701.507500', '153701.967500', '153702.427500', '153702.887500', '153703.347500', '153703.807500', '153704.267500', '153704.727500', '153705.187500', '153705.647500', '153706.107500', '153706.567500', '153707.027500', '153707.487500', '153707.947500', '153708.407500', '153708.867500', '153709.327500', '153709.787500', '153710.247500', '153710.707500', '153711.167500', '153711.627500', '153712.087500', '153712.547500', '153713.007500', '153713.467500', '153713.927500', '153714.387500', '153714.847500', '153715.307500', '153715.767500', '153716.227500', '153716.687500', '153717.147500', '153717.607500', '153718.067500', '153718.527500', '153718.987500', '153719.447500', '153719.907500', '153720.367500', '153720.827500', '153721.287500', '153721.747500', '153722.207500', '153722.667500', '153723.127500', '153723.587500', '153724.047500', '153724.507500', '153724.967500', '153725.427500', '153725.887500', '153726.347500', '153726.807500', '153727.267500', '153727.727500', '153728.187500', '153728.647500', '153729.107500', '153729.567500', '153730.027500', '153730.487500', '153730.947500', '153731.407500', '153731.867500', '153732.327500', '153732.787500', '153733.247500', '153733.707500', '153734.167500', '153734.627500', '153735.087500', '153735.547500', '153736.007500', '153736.467500', '153736.927500', '153737.387500', '153737.847500', '153738.307500', '153738.767500', '153739.227500', '153739.687500', '153740.147500', '153740.607500', '153741.067500', '153741.527500', '153741.987500', '153742.447500', '153742.907500', '153743.367500', '153743.827500', '153744.287500', '153744.747500', '153745.207500', '153745.667500', '153746.127500', '153746.587500', '153747.047500', '153747.507500', '153747.967500', '153748.427500', '153748.887500', '153749.347500', '153749.807500', '153750.267500', '153750.727500', '153751.187500', '153751.647500', '153752.107500', '153752.567500', '153753.027500', '153753.487500', '153753.947500', '153754.407500', '153754.867500', '153755.327500', '153755.787500', '153756.247500', '153756.707500', '153757.167500', '153757.627500', '153758.087500', '153758.547500', '153759.007500', '153759.467500', '153759.927500', '153800.387500', '153800.847500', '153801.307500', '153801.767500', '153802.227500', '153802.687500', '153803.147500', '153803.607500', '153804.067500', '153804.527500', '153804.987500', '153805.447500', '153805.907500', '153806.367500', '153806.827500', '153807.287500', '153807.747500', '153808.207500', '153808.667500', '153809.127500', '153809.587500', '153810.047500', '153810.507500', '153810.967500', '153811.427500', '153811.887500', '153812.347500', '153812.807500', '153813.267500', '153813.727500', '153814.187500', '153814.647500', '153815.107500', '153815.567500', '153816.027500', '153816.487500', '153816.947500', '153817.407500', '153817.867500', '153818.327500', '153818.787500', '153819.247500', '153819.707500', '153820.167500', '153820.627500', '153821.087500', '153821.547500', '153822.007500', '153822.467500', '153822.927500', '153823.387500', '153823.847500', '153824.307500', '153824.767500', '153825.227500', '153825.687500', '153826.147500', '153826.607500', '153827.067500', '153827.527500', '153827.987500', '153828.447500', '153828.907500', '153829.367500', '153829.827500', '153830.287500', '153830.747500', '153831.207500', '153831.667500', '153832.127500', '153832.587500', '153833.047500', '153833.507500', '153833.967500', '153834.427500', '153834.887500', '153835.347500', '153835.807500', '153836.267500', '153836.727500', '153837.187500', '153837.647500', '153838.107500', '153838.567500', '153839.027500', '153839.487500', '153839.947500', '153840.407500', '153840.867500', '153841.327500', '153841.787500', '153842.247500', '153842.707500', '153843.167500', '153843.627500', '153844.087500', '153844.547500', '153845.007500', '153845.467500', '153845.927500', '153846.387500', '153846.847500', '153847.307500', '153847.767500', '153848.227500', '153848.687500', '153849.147500', '153849.607500', '153850.067500', '153850.527500', '153850.987500', '153851.447500', '153851.907500', '153852.367500', '153852.827500', '153853.287500', '153853.747500', '153854.207500', '153854.667500', '153855.127500', '153855.587500', '153856.047500', '153856.507500', '153856.967500', '153857.427500', '153857.887500', '153858.347500', '153858.807500', '153859.267500', '153859.727500', '153900.187500', '153900.647500', '153901.107500', '153901.567500', '153902.027500', '153902.487500'], 'ContentTime': ['152917.759000', '152917.762000', '152917.765000', '152917.768000', '152917.771000', '152917.774000', '152917.777000', '152917.780000', '152917.782000', '152917.785000', '152917.787000', '152917.790000', '152917.793000', '152917.799000', '152917.802000', '152917.804000', '152917.807000', '152917.810000', '152917.812000', '152917.815000', '152917.817000', '152917.820000', '152917.824000', '152917.827000', '152917.829000', '152917.832000', '152917.835000', '152917.838000', '152917.840000', '152917.843000', '152917.845000', '152917.848000', '152917.851000', '152917.854000', '152917.857000', '152917.860000', '152917.863000', '152917.865000', '152917.868000', '152917.871000', '152917.873000', '152917.876000', '152917.879000', '152917.882000', '152917.884000', '152917.887000', '152917.890000', '152917.892000', '152917.895000', '152917.898000', '152917.905000', '152917.909000', '152917.912000', '152917.914000', '152917.917000', '152917.920000', '152917.922000', '152917.925000', '152917.927000', '152937.730000', '152937.734000', '152937.736000', '152937.739000', '152937.741000', '152937.745000', '152937.747000', '152937.750000', '152937.753000', '152937.755000', '152937.758000', '152937.760000', '152937.763000', '152937.766000', '152937.768000', '152937.771000', '152937.773000', '152937.776000', '152937.778000', '152937.781000', '152937.784000', '152937.786000', '152937.789000', '152937.791000', '152937.794000', '152937.797000', '152937.799000', '152937.802000', '152937.804000', '152937.807000', '152937.810000', '152937.812000', '152937.815000', '152937.818000', '152937.820000', '152937.823000', '152937.825000', '152937.828000', '152937.831000', '152937.874000', '152937.876000', '152937.879000', '152937.882000', '152937.884000', '152957.731000', '152957.733000', '152957.736000', '152957.739000', '152957.747000', '152957.750000', '152957.752000', '152957.755000', '152957.757000', '152957.760000', '152957.763000', '152957.765000', '152957.768000', '152957.770000', '152957.773000', '152957.781000', '152957.783000', '152957.786000', '152957.788000', '152957.791000', '152957.794000', '152957.796000', '152957.799000', '152957.802000', '152957.804000', '152957.807000', '152957.810000', '152957.813000', '152957.816000', '152957.818000', '152957.821000', '152957.823000', '152957.826000', '152957.829000', '152957.831000', '152957.834000', '152957.836000', '152957.839000', '152957.842000', '152957.844000', '152957.847000', '152957.849000', '152957.852000', '153017.732000', '153017.734000', '153017.737000', '153017.740000', '153017.743000', '153017.745000', '153017.748000', '153017.750000', '153017.753000', '153017.756000', '153017.758000', '153017.761000', '153017.764000', '153017.766000', '153017.769000', '153017.772000', '153017.774000', '153017.777000', '153017.780000', '153017.782000', '153017.785000', '153017.788000', '153017.790000', '153017.793000', '153017.795000', '153017.798000', '153017.801000', '153017.803000', '153017.806000', '153017.809000', '153017.811000', '153017.814000', '153017.817000', '153017.819000', '153017.822000', '153017.824000', '153017.827000', '153017.830000', '153017.832000', '153017.835000', '153017.838000', '153017.840000', '153017.843000', '153017.846000', '153037.730000', '153037.733000', '153037.736000', '153037.739000', '153037.741000', '153037.744000', '153037.747000', '153037.749000', '153037.752000', '153037.755000', '153037.757000', '153037.760000', '153037.762000', '153037.765000', '153037.768000', '153037.770000', '153037.773000', '153037.784000', '153037.786000', '153037.789000', '153037.792000', '153037.794000', '153037.797000', '153037.799000', '153037.802000', '153037.805000', '153037.808000', '153037.811000', '153037.814000', '153037.816000', '153037.819000', '153037.821000', '153037.824000', '153037.827000', '153037.829000', '153037.832000', '153037.834000', '153037.837000', '153037.840000', '153037.842000', '153037.845000', '153037.847000', '153037.850000', '153057.730000', '153057.733000', '153057.736000', '153057.738000', '153057.741000', '153057.744000', '153057.746000', '153057.749000', '153057.752000', '153057.754000', '153057.757000', '153057.760000', '153057.762000', '153057.765000', '153057.767000', '153057.770000', '153057.773000', '153057.775000', '153057.778000', '153057.780000', '153057.783000', '153057.786000', '153057.788000', '153057.791000', '153057.794000', '153057.796000', '153057.799000', '153057.802000', '153057.804000', '153057.807000', '153057.809000', '153057.812000', '153057.815000', '153057.817000', '153057.820000', '153057.823000', '153057.825000', '153057.828000', '153057.830000', '153057.833000', '153057.836000', '153057.838000', '153057.841000', '153057.844000', '153117.731000', '153117.734000', '153117.736000', '153117.739000', '153117.741000', '153117.744000', '153117.747000', '153117.749000', '153117.752000', '153117.754000', '153117.757000', '153117.760000', '153117.762000', '153117.765000', '153117.767000', '153117.770000', '153117.773000', '153117.775000', '153117.778000', '153117.781000', '153117.783000', '153117.786000', '153117.788000', '153117.791000', '153117.794000', '153117.796000', '153117.799000', '153117.802000', '153117.804000', '153117.807000', '153117.810000', '153117.812000', '153117.815000', '153117.817000', '153117.827000', '153117.830000', '153117.833000', '153117.836000', '153117.838000', '153117.841000', '153117.843000', '153117.846000', '153117.849000', '153137.731000', '153137.733000', '153137.736000', '153137.739000', '153137.741000', '153137.744000', '153137.746000', '153137.749000', '153137.752000', '153137.754000', '153137.757000', '153137.759000', '153137.762000', '153137.764000', '153137.767000', '153137.769000', '153137.772000', '153137.775000', '153137.777000', '153137.780000', '153137.782000', '153137.785000', '153137.787000', '153137.790000', '153137.793000', '153137.795000', '153137.798000', '153137.800000', '153137.803000', '153137.805000', '153137.808000', '153137.810000', '153137.813000', '153137.816000', '153137.819000', '153137.821000', '153137.824000', '153137.827000', '153137.830000', '153137.832000', '153137.835000', '153137.837000', '153137.840000', '153137.843000', '153157.731000', '153157.733000', '153157.736000', '153157.739000', '153157.741000', '153157.744000', '153157.746000', '153157.749000', '153157.752000', '153157.754000', '153157.757000', '153157.759000', '153157.762000', '153157.764000', '153157.767000', '153157.770000', '153157.772000', '153157.775000', '153157.778000', '153157.780000', '153157.783000', '153157.786000', '153157.788000', '153157.791000', '153157.793000', '153157.796000', '153157.799000', '153157.801000', '153157.804000', '153157.806000', '153157.809000', '153157.812000', '153157.814000', '153157.817000', '153157.820000', '153157.822000', '153157.825000', '153157.827000', '153157.830000', '153157.833000', '153157.835000', '153157.838000', '153157.840000', '153217.730000', '153217.733000', '153217.736000', '153217.739000', '153217.741000', '153217.744000', '153217.747000', '153217.749000', '153217.752000', '153217.754000', '153217.757000', '153217.760000', '153217.762000', '153217.765000', '153217.767000', '153217.770000', '153217.773000', '153217.775000', '153217.781000', '153217.783000', '153217.786000', '153217.788000', '153217.791000', '153217.794000', '153217.796000', '153217.799000', '153217.801000', '153217.804000', '153217.807000', '153217.809000', '153217.812000', '153217.815000', '153217.817000', '153217.820000', '153217.823000', '153217.825000', '153217.828000', '153217.831000', '153217.833000', '153217.836000', '153217.839000', '153217.841000', '153217.844000', '153217.846000', '153237.732000', '153237.734000', '153237.737000', '153237.740000', '153237.742000', '153237.745000', '153237.747000', '153237.750000', '153237.753000', '153237.755000', '153237.758000', '153237.760000', '153237.763000', '153237.766000', '153237.768000', '153237.771000', '153237.773000', '153237.776000', '153237.778000', '153237.781000', '153237.784000', '153237.786000', '153237.789000', '153237.791000', '153237.794000', '153237.796000', '153237.799000', '153237.802000', '153237.804000', '153237.807000', '153237.810000', '153237.812000', '153237.815000', '153237.818000', '153237.820000', '153237.823000', '153237.826000', '153237.828000', '153237.831000', '153237.833000', '153237.836000', '153237.839000', '153237.841000', '153257.730000', '153257.733000', '153257.736000', '153257.739000', '153257.741000', '153257.744000', '153257.746000', '153257.749000', '153257.752000', '153257.754000', '153257.757000', '153257.760000', '153257.762000', '153257.765000', '153257.767000', '153257.770000', '153257.779000', '153257.782000', '153257.784000', '153257.787000', '153257.790000', '153257.792000', '153257.795000', '153257.797000', '153257.800000', '153257.803000', '153257.805000', '153257.808000', '153257.811000', '153257.813000', '153257.816000', '153257.818000', '153257.821000', '153257.824000', '153257.826000', '153257.829000', '153257.832000', '153257.834000', '153257.837000', '153257.839000', '153257.842000', '153257.845000', '153257.847000', '153257.850000', '153317.731000', '153317.733000', '153317.736000', '153317.739000', '153317.741000', '153317.744000', '153317.747000', '153317.749000', '153317.752000', '153317.755000', '153317.757000', '153317.760000', '153317.763000', '153317.765000', '153317.768000', '153317.771000', '153317.773000', '153317.776000', '153317.779000', '153317.781000', '153317.784000', '153317.786000', '153317.789000', '153317.792000', '153317.794000', '153317.797000', '153317.800000', '153317.802000', '153317.805000', '153317.807000', '153317.810000', '153317.813000', '153317.815000', '153317.818000', '153317.820000', '153317.823000', '153317.826000', '153317.828000', '153317.831000', '153317.833000', '153317.836000', '153317.839000', '153317.841000', '153337.731000', '153337.733000', '153337.736000', '153337.739000', '153337.741000', '153337.744000', '153337.746000', '153337.749000', '153337.751000', '153337.754000', '153337.757000', '153337.759000', '153337.762000', '153337.764000', '153337.767000', '153337.770000', '153337.772000', '153337.775000', '153337.778000', '153337.780000', '153337.783000', '153337.786000', '153337.788000', '153337.791000', '153337.794000', '153337.796000', '153337.799000', '153337.801000', '153337.804000', '153337.807000', '153337.809000', '153337.812000', '153337.815000', '153337.817000', '153337.820000', '153337.822000', '153337.825000', '153337.828000', '153337.830000', '153337.833000', '153337.835000', '153337.838000', '153337.840000', '153337.843000', '153357.731000', '153357.733000', '153357.736000', '153357.739000', '153357.741000', '153357.744000', '153357.746000', '153357.749000', '153357.752000', '153357.754000', '153357.757000', '153357.759000', '153357.762000', '153357.765000', '153357.767000', '153357.770000', '153357.772000', '153357.775000', '153357.778000', '153357.780000', '153357.783000', '153357.786000', '153357.788000', '153357.791000', '153357.794000', '153357.796000', '153357.799000', '153357.802000', '153357.804000', '153357.807000', '153357.809000', '153357.812000', '153357.815000', '153357.817000', '153357.820000', '153357.823000', '153357.825000', '153357.828000', '153357.831000', '153357.833000', '153357.836000', '153357.839000', '153357.841000', '153417.731000', '153417.733000', '153417.736000', '153417.739000', '153417.742000', '153417.745000', '153417.747000', '153417.750000', '153417.752000', '153417.755000', '153417.758000', '153417.760000', '153417.763000', '153417.766000', '153417.768000', '153417.771000', '153417.774000', '153417.776000', '153417.779000', '153417.782000', '153417.784000', '153417.787000', '153417.789000', '153417.792000', '153417.795000', '153417.798000', '153417.801000', '153417.803000', '153417.806000', '153417.809000', '153417.811000', '153417.814000', '153417.817000', '153417.819000', '153417.822000', '153417.824000', '153417.827000', '153417.830000', '153417.832000', '153417.835000', '153417.838000', '153417.851000', '153417.853000', '153417.856000', '153437.730000', '153437.733000', '153437.736000', '153437.740000', '153437.747000', '153437.750000', '153437.753000', '153437.755000', '153437.758000', '153437.760000', '153437.763000', '153437.766000', '153437.768000', '153437.771000', '153437.774000', '153437.776000', '153437.779000', '153437.781000', '153437.784000', '153437.787000', '153437.789000', '153437.792000', '153437.794000', '153437.797000', '153437.800000', '153437.802000', '153437.805000', '153437.807000', '153437.810000', '153437.813000', '153437.815000', '153437.818000', '153437.820000', '153437.823000', '153437.826000', '153437.828000', '153437.831000', '153437.834000', '153437.836000', '153437.839000', '153437.841000', '153437.844000', '153437.847000', '153457.731000', '153457.734000', '153457.737000', '153457.739000', '153457.742000', '153457.745000', '153457.747000', '153457.750000', '153457.752000', '153457.755000', '153457.758000', '153457.760000', '153457.763000', '153457.766000', '153457.768000', '153457.771000', '153457.773000', '153457.776000', '153457.779000', '153457.781000', '153457.784000', '153457.787000', '153457.789000', '153457.792000', '153457.795000', '153457.797000', '153457.800000', '153457.803000', '153457.805000', '153457.808000', '153457.811000', '153457.813000', '153457.816000', '153457.818000', '153457.821000', '153457.824000', '153457.826000', '153457.829000', '153457.831000', '153457.834000', '153457.837000', '153457.839000', '153457.842000', '153517.731000', '153517.733000', '153517.736000', '153517.739000', '153517.741000', '153517.744000', '153517.746000', '153517.749000', '153517.752000', '153517.754000', '153517.757000', '153517.759000', '153517.762000', '153517.765000', '153517.767000', '153517.770000', '153517.773000', '153517.775000', '153517.778000', '153517.780000', '153517.783000', '153517.786000', '153517.788000', '153517.791000', '153517.794000', '153517.796000', '153517.799000', '153517.801000', '153517.804000', '153517.807000', '153517.809000', '153517.812000', '153517.815000', '153517.817000', '153517.820000', '153517.823000', '153517.825000', '153517.828000', '153517.830000', '153517.833000', '153517.836000', '153517.838000', '153517.841000', '153517.844000', '153537.731000', '153537.733000', '153537.736000', '153537.739000', '153537.741000', '153537.744000', '153537.747000', '153537.750000', '153537.752000', '153537.755000', '153537.758000', '153537.760000', '153537.763000', '153537.766000', '153537.768000', '153537.771000', '153537.774000', '153537.776000', '153537.779000', '153537.782000', '153537.785000', '153537.788000', '153537.790000', '153537.793000', '153537.795000', '153537.798000', '153537.801000', '153537.803000', '153537.806000', '153537.808000', '153537.811000', '153537.813000', '153537.816000', '153537.819000', '153537.821000', '153537.824000', '153537.827000', '153537.837000', '153537.840000', '153537.843000', '153537.846000', '153537.848000', '153537.851000', '153557.731000', '153557.733000', '153557.736000', '153557.739000', '153557.741000', '153557.744000', '153557.747000', '153557.750000', '153557.753000', '153557.756000', '153557.758000', '153557.761000', '153557.764000', '153557.766000', '153557.769000', '153557.772000', '153557.774000', '153557.777000', '153557.780000', '153557.782000', '153557.785000', '153557.788000', '153557.790000', '153557.793000', '153557.796000', '153557.798000', '153557.801000', '153557.803000', '153557.806000', '153557.809000', '153557.811000', '153557.814000', '153557.817000', '153557.819000', '153557.822000', '153557.825000', '153557.827000', '153557.830000', '153557.832000', '153557.835000', '153557.838000', '153557.841000', '153557.843000', '153557.846000', '153617.730000', '153617.734000', '153617.736000', '153617.739000', '153617.741000', '153617.744000', '153617.747000', '153617.749000', '153617.752000', '153617.755000', '153617.757000', '153617.760000', '153617.762000', '153617.765000', '153617.767000', '153617.770000', '153617.773000', '153617.776000', '153617.778000', '153617.781000', '153617.784000', '153617.787000', '153617.790000', '153617.793000', '153617.796000', '153617.798000', '153617.801000', '153617.804000', '153617.806000', '153617.809000', '153617.811000', '153617.814000', '153617.817000', '153617.820000', '153617.822000', '153617.825000', '153617.827000', '153617.830000', '153617.833000', '153617.835000', '153617.838000', '153617.841000', '153617.843000', '153637.731000', '153637.733000', '153637.737000', '153637.739000', '153637.742000', '153637.744000', '153637.747000', '153637.750000', '153637.752000', '153637.755000', '153637.758000', '153637.761000', '153637.763000', '153637.766000', '153637.769000', '153637.771000', '153637.774000', '153637.776000', '153637.779000', '153637.782000', '153637.784000', '153637.787000', '153637.790000', '153637.792000', '153637.795000', '153637.797000', '153637.800000', '153637.803000', '153637.805000', '153637.808000', '153637.810000', '153637.813000', '153637.815000', '153637.818000', '153637.821000', '153637.823000', '153637.826000', '153637.828000', '153637.831000', '153637.834000', '153637.836000', '153637.839000', '153637.842000', '153637.844000', '153657.731000', '153657.733000', '153657.736000', '153657.739000', '153657.742000', '153657.744000', '153657.747000', '153657.749000', '153657.752000', '153657.755000', '153657.757000', '153657.760000', '153657.762000', '153657.765000', '153657.768000', '153657.770000', '153657.773000', '153657.775000', '153657.778000', '153657.781000', '153657.783000', '153657.786000', '153657.788000', '153657.791000', '153657.794000', '153657.796000', '153657.799000', '153657.802000', '153657.804000', '153657.807000', '153657.810000', '153657.812000', '153657.815000', '153657.817000', '153657.820000', '153657.823000', '153657.826000', '153657.829000', '153657.834000', '153657.836000', '153657.839000', '153657.841000', '153657.844000', '153717.731000', '153717.735000', '153717.737000', '153717.740000', '153717.742000', '153717.745000', '153717.748000', '153717.751000', '153717.753000', '153717.756000', '153717.759000', '153717.761000', '153717.764000', '153717.766000', '153717.769000', '153717.772000', '153717.774000', '153717.777000', '153717.780000', '153717.782000', '153717.785000', '153717.788000', '153717.790000', '153717.793000', '153717.795000', '153717.798000', '153717.801000', '153717.803000', '153717.806000', '153717.809000', '153717.811000', '153717.814000', '153717.817000', '153717.819000', '153717.822000', '153717.825000', '153717.827000', '153717.830000', '153717.832000', '153717.835000', '153717.838000', '153717.840000', '153717.843000', '153717.846000', '153737.731000', '153737.734000', '153737.736000', '153737.739000', '153737.742000', '153737.744000', '153737.747000', '153737.750000', '153737.752000', '153737.755000', '153737.757000', '153737.760000', '153737.763000', '153737.765000', '153737.768000', '153737.770000', '153737.773000', '153737.776000', '153737.778000', '153737.781000', '153737.784000', '153737.786000', '153737.789000', '153737.791000', '153737.794000', '153737.797000', '153737.799000', '153737.802000', '153737.805000', '153737.807000', '153737.810000', '153737.813000', '153737.816000', '153737.818000', '153737.821000', '153737.823000', '153737.826000', '153737.829000', '153737.831000', '153737.834000', '153737.836000', '153737.839000', '153737.842000', '153757.731000', '153757.733000', '153757.736000', '153757.739000', '153757.743000', '153757.745000', '153757.748000', '153757.750000', '153757.753000', '153757.756000', '153757.758000', '153757.761000', '153757.764000', '153757.766000', '153757.769000', '153757.771000', '153757.774000', '153757.777000', '153757.779000', '153757.782000', '153757.785000', '153757.787000', '153757.790000', '153757.792000', '153757.795000', '153757.798000', '153757.800000', '153757.803000', '153757.806000', '153757.809000', '153757.811000', '153757.814000', '153757.817000', '153757.819000', '153757.822000', '153757.824000', '153757.827000', '153757.830000', '153757.832000', '153757.835000', '153757.838000', '153757.840000', '153757.843000', '153757.845000', '153817.731000', '153817.734000', '153817.736000', '153817.739000', '153817.742000', '153817.744000', '153817.747000', '153817.750000', '153817.752000', '153817.755000', '153817.758000', '153817.760000', '153817.763000', '153817.766000', '153817.768000', '153817.771000', '153817.773000', '153817.776000', '153817.779000', '153817.781000', '153817.784000', '153817.787000', '153817.789000', '153817.792000', '153817.794000', '153817.797000', '153817.800000', '153817.802000', '153817.805000', '153817.808000', '153817.822000', '153817.825000', '153817.828000', '153817.831000', '153817.834000', '153817.837000', '153817.839000', '153817.842000', '153817.845000', '153817.847000', '153817.850000', '153817.853000', '153817.855000', '153837.731000', '153837.733000', '153837.736000', '153837.739000', '153837.741000', '153837.744000', '153837.746000', '153837.749000', '153837.752000', '153837.754000', '153837.757000', '153837.759000', '153837.762000', '153837.765000', '153837.767000', '153837.770000', '153837.772000', '153837.775000', '153837.777000', '153837.780000', '153837.783000', '153837.785000', '153837.788000', '153837.790000', '153837.793000', '153837.795000', '153837.798000', '153837.801000', '153837.803000', '153837.806000', '153837.808000', '153837.811000', '153837.814000', '153837.817000', '153837.819000', '153837.822000', '153837.825000', '153837.827000', '153837.830000', '153837.833000', '153837.835000', '153837.838000', '153837.840000', '153837.843000', '153857.731000', '153857.733000', '153857.736000', '153857.739000', '153857.741000', '153857.744000', '153857.746000', '153857.749000', '153857.752000', '153857.754000', '153857.757000', '153857.759000', '153857.762000', '153857.765000', '153857.768000', '153857.770000', '153857.773000', '153857.776000', '153857.778000', '153857.781000', '153857.783000', '153857.786000', '153857.789000', '153857.791000', '153857.794000', '153857.797000', '153857.799000', '153857.802000', '153857.805000', '153857.807000', '153857.810000', '153857.813000', '153857.815000', '153857.818000', '153857.820000', '153857.823000', '153857.826000', '153857.828000', '153857.831000', '153857.834000', '153857.836000', '153857.839000', '153857.841000', '153904.279000', '153904.282000', '153904.285000', '153904.288000', '153904.291000', '153904.293000', '153904.296000', '153904.299000', '153904.301000', '153904.304000', '153904.307000', '153904.309000', '153904.312000', '153904.315000', '153904.331000'], 'InstanceCreationTime': ['152917.759000', '152917.762000', '152917.765000', '152917.768000', '152917.771000', '152917.774000', '152917.777000', '152917.780000', '152917.782000', '152917.785000', '152917.787000', '152917.790000', '152917.793000', '152917.799000', '152917.802000', '152917.804000', '152917.807000', '152917.810000', '152917.812000', '152917.815000', '152917.817000', '152917.820000', '152917.824000', '152917.827000', '152917.829000', '152917.832000', '152917.835000', '152917.838000', '152917.840000', '152917.843000', '152917.845000', '152917.848000', '152917.851000', '152917.854000', '152917.857000', '152917.860000', '152917.863000', '152917.865000', '152917.868000', '152917.871000', '152917.873000', '152917.876000', '152917.879000', '152917.882000', '152917.884000', '152917.887000', '152917.890000', '152917.892000', '152917.895000', '152917.898000', '152917.905000', '152917.909000', '152917.912000', '152917.914000', '152917.917000', '152917.920000', '152917.922000', '152917.925000', '152917.927000', '152937.730000', '152937.734000', '152937.736000', '152937.739000', '152937.741000', '152937.745000', '152937.747000', '152937.750000', '152937.753000', '152937.755000', '152937.758000', '152937.760000', '152937.763000', '152937.766000', '152937.768000', '152937.771000', '152937.773000', '152937.776000', '152937.778000', '152937.781000', '152937.784000', '152937.786000', '152937.789000', '152937.791000', '152937.794000', '152937.797000', '152937.799000', '152937.802000', '152937.804000', '152937.807000', '152937.810000', '152937.812000', '152937.815000', '152937.818000', '152937.820000', '152937.823000', '152937.825000', '152937.828000', '152937.831000', '152937.874000', '152937.876000', '152937.879000', '152937.882000', '152937.884000', '152957.731000', '152957.733000', '152957.736000', '152957.739000', '152957.747000', '152957.750000', '152957.752000', '152957.755000', '152957.757000', '152957.760000', '152957.763000', '152957.765000', '152957.768000', '152957.770000', '152957.773000', '152957.781000', '152957.783000', '152957.786000', '152957.788000', '152957.791000', '152957.794000', '152957.796000', '152957.799000', '152957.802000', '152957.804000', '152957.807000', '152957.810000', '152957.813000', '152957.816000', '152957.818000', '152957.821000', '152957.823000', '152957.826000', '152957.829000', '152957.831000', '152957.834000', '152957.836000', '152957.839000', '152957.842000', '152957.844000', '152957.847000', '152957.849000', '152957.852000', '153017.732000', '153017.734000', '153017.737000', '153017.740000', '153017.743000', '153017.745000', '153017.748000', '153017.750000', '153017.753000', '153017.756000', '153017.758000', '153017.761000', '153017.764000', '153017.766000', '153017.769000', '153017.772000', '153017.774000', '153017.777000', '153017.780000', '153017.782000', '153017.785000', '153017.788000', '153017.790000', '153017.793000', '153017.795000', '153017.798000', '153017.801000', '153017.803000', '153017.806000', '153017.809000', '153017.811000', '153017.814000', '153017.817000', '153017.819000', '153017.822000', '153017.824000', '153017.827000', '153017.830000', '153017.832000', '153017.835000', '153017.838000', '153017.840000', '153017.843000', '153017.846000', '153037.730000', '153037.733000', '153037.736000', '153037.739000', '153037.741000', '153037.744000', '153037.747000', '153037.749000', '153037.752000', '153037.755000', '153037.757000', '153037.760000', '153037.762000', '153037.765000', '153037.768000', '153037.770000', '153037.773000', '153037.784000', '153037.786000', '153037.789000', '153037.792000', '153037.794000', '153037.797000', '153037.799000', '153037.802000', '153037.805000', '153037.808000', '153037.811000', '153037.814000', '153037.816000', '153037.819000', '153037.821000', '153037.824000', '153037.827000', '153037.829000', '153037.832000', '153037.834000', '153037.837000', '153037.840000', '153037.842000', '153037.845000', '153037.847000', '153037.850000', '153057.730000', '153057.733000', '153057.736000', '153057.738000', '153057.741000', '153057.744000', '153057.746000', '153057.749000', '153057.752000', '153057.754000', '153057.757000', '153057.760000', '153057.762000', '153057.765000', '153057.767000', '153057.770000', '153057.773000', '153057.775000', '153057.778000', '153057.780000', '153057.783000', '153057.786000', '153057.788000', '153057.791000', '153057.794000', '153057.796000', '153057.799000', '153057.802000', '153057.804000', '153057.807000', '153057.809000', '153057.812000', '153057.815000', '153057.817000', '153057.820000', '153057.823000', '153057.825000', '153057.828000', '153057.830000', '153057.833000', '153057.836000', '153057.838000', '153057.841000', '153057.844000', '153117.731000', '153117.734000', '153117.736000', '153117.739000', '153117.741000', '153117.744000', '153117.747000', '153117.749000', '153117.752000', '153117.754000', '153117.757000', '153117.760000', '153117.762000', '153117.765000', '153117.767000', '153117.770000', '153117.773000', '153117.775000', '153117.778000', '153117.781000', '153117.783000', '153117.786000', '153117.788000', '153117.791000', '153117.794000', '153117.796000', '153117.799000', '153117.802000', '153117.804000', '153117.807000', '153117.810000', '153117.812000', '153117.815000', '153117.817000', '153117.827000', '153117.830000', '153117.833000', '153117.836000', '153117.838000', '153117.841000', '153117.843000', '153117.846000', '153117.849000', '153137.731000', '153137.733000', '153137.736000', '153137.739000', '153137.741000', '153137.744000', '153137.746000', '153137.749000', '153137.752000', '153137.754000', '153137.757000', '153137.759000', '153137.762000', '153137.764000', '153137.767000', '153137.769000', '153137.772000', '153137.775000', '153137.777000', '153137.780000', '153137.782000', '153137.785000', '153137.787000', '153137.790000', '153137.793000', '153137.795000', '153137.798000', '153137.800000', '153137.803000', '153137.805000', '153137.808000', '153137.810000', '153137.813000', '153137.816000', '153137.819000', '153137.821000', '153137.824000', '153137.827000', '153137.830000', '153137.832000', '153137.835000', '153137.837000', '153137.840000', '153137.843000', '153157.731000', '153157.733000', '153157.736000', '153157.739000', '153157.741000', '153157.744000', '153157.746000', '153157.749000', '153157.752000', '153157.754000', '153157.757000', '153157.759000', '153157.762000', '153157.764000', '153157.767000', '153157.770000', '153157.772000', '153157.775000', '153157.778000', '153157.780000', '153157.783000', '153157.786000', '153157.788000', '153157.791000', '153157.793000', '153157.796000', '153157.799000', '153157.801000', '153157.804000', '153157.806000', '153157.809000', '153157.812000', '153157.814000', '153157.817000', '153157.820000', '153157.822000', '153157.825000', '153157.827000', '153157.830000', '153157.833000', '153157.835000', '153157.838000', '153157.840000', '153217.730000', '153217.733000', '153217.736000', '153217.739000', '153217.741000', '153217.744000', '153217.747000', '153217.749000', '153217.752000', '153217.754000', '153217.757000', '153217.760000', '153217.762000', '153217.765000', '153217.767000', '153217.770000', '153217.773000', '153217.775000', '153217.781000', '153217.783000', '153217.786000', '153217.788000', '153217.791000', '153217.794000', '153217.796000', '153217.799000', '153217.801000', '153217.804000', '153217.807000', '153217.809000', '153217.812000', '153217.815000', '153217.817000', '153217.820000', '153217.823000', '153217.825000', '153217.828000', '153217.831000', '153217.833000', '153217.836000', '153217.839000', '153217.841000', '153217.844000', '153217.846000', '153237.732000', '153237.734000', '153237.737000', '153237.740000', '153237.742000', '153237.745000', '153237.747000', '153237.750000', '153237.753000', '153237.755000', '153237.758000', '153237.760000', '153237.763000', '153237.766000', '153237.768000', '153237.771000', '153237.773000', '153237.776000', '153237.778000', '153237.781000', '153237.784000', '153237.786000', '153237.789000', '153237.791000', '153237.794000', '153237.796000', '153237.799000', '153237.802000', '153237.804000', '153237.807000', '153237.810000', '153237.812000', '153237.815000', '153237.818000', '153237.820000', '153237.823000', '153237.826000', '153237.828000', '153237.831000', '153237.833000', '153237.836000', '153237.839000', '153237.841000', '153257.730000', '153257.733000', '153257.736000', '153257.739000', '153257.741000', '153257.744000', '153257.746000', '153257.749000', '153257.752000', '153257.754000', '153257.757000', '153257.760000', '153257.762000', '153257.765000', '153257.767000', '153257.770000', '153257.779000', '153257.782000', '153257.784000', '153257.787000', '153257.790000', '153257.792000', '153257.795000', '153257.797000', '153257.800000', '153257.803000', '153257.805000', '153257.808000', '153257.811000', '153257.813000', '153257.816000', '153257.818000', '153257.821000', '153257.824000', '153257.826000', '153257.829000', '153257.832000', '153257.834000', '153257.837000', '153257.839000', '153257.842000', '153257.845000', '153257.847000', '153257.850000', '153317.731000', '153317.733000', '153317.736000', '153317.739000', '153317.741000', '153317.744000', '153317.747000', '153317.749000', '153317.752000', '153317.755000', '153317.757000', '153317.760000', '153317.763000', '153317.765000', '153317.768000', '153317.771000', '153317.773000', '153317.776000', '153317.779000', '153317.781000', '153317.784000', '153317.786000', '153317.789000', '153317.792000', '153317.794000', '153317.797000', '153317.800000', '153317.802000', '153317.805000', '153317.807000', '153317.810000', '153317.813000', '153317.815000', '153317.818000', '153317.820000', '153317.823000', '153317.826000', '153317.828000', '153317.831000', '153317.833000', '153317.836000', '153317.839000', '153317.841000', '153337.731000', '153337.733000', '153337.736000', '153337.739000', '153337.741000', '153337.744000', '153337.746000', '153337.749000', '153337.751000', '153337.754000', '153337.757000', '153337.759000', '153337.762000', '153337.764000', '153337.767000', '153337.770000', '153337.772000', '153337.775000', '153337.778000', '153337.780000', '153337.783000', '153337.786000', '153337.788000', '153337.791000', '153337.794000', '153337.796000', '153337.799000', '153337.801000', '153337.804000', '153337.807000', '153337.809000', '153337.812000', '153337.815000', '153337.817000', '153337.820000', '153337.822000', '153337.825000', '153337.828000', '153337.830000', '153337.833000', '153337.835000', '153337.838000', '153337.840000', '153337.843000', '153357.731000', '153357.733000', '153357.736000', '153357.739000', '153357.741000', '153357.744000', '153357.746000', '153357.749000', '153357.752000', '153357.754000', '153357.757000', '153357.759000', '153357.762000', '153357.765000', '153357.767000', '153357.770000', '153357.772000', '153357.775000', '153357.778000', '153357.780000', '153357.783000', '153357.786000', '153357.788000', '153357.791000', '153357.794000', '153357.796000', '153357.799000', '153357.802000', '153357.804000', '153357.807000', '153357.809000', '153357.812000', '153357.815000', '153357.817000', '153357.820000', '153357.823000', '153357.825000', '153357.828000', '153357.831000', '153357.833000', '153357.836000', '153357.839000', '153357.841000', '153417.731000', '153417.733000', '153417.736000', '153417.739000', '153417.742000', '153417.745000', '153417.747000', '153417.750000', '153417.752000', '153417.755000', '153417.758000', '153417.760000', '153417.763000', '153417.766000', '153417.768000', '153417.771000', '153417.774000', '153417.776000', '153417.779000', '153417.782000', '153417.784000', '153417.787000', '153417.789000', '153417.792000', '153417.795000', '153417.798000', '153417.801000', '153417.803000', '153417.806000', '153417.809000', '153417.811000', '153417.814000', '153417.817000', '153417.819000', '153417.822000', '153417.824000', '153417.827000', '153417.830000', '153417.832000', '153417.835000', '153417.838000', '153417.851000', '153417.853000', '153417.856000', '153437.730000', '153437.733000', '153437.736000', '153437.740000', '153437.747000', '153437.750000', '153437.753000', '153437.755000', '153437.758000', '153437.760000', '153437.763000', '153437.766000', '153437.768000', '153437.771000', '153437.774000', '153437.776000', '153437.779000', '153437.781000', '153437.784000', '153437.787000', '153437.789000', '153437.792000', '153437.794000', '153437.797000', '153437.800000', '153437.802000', '153437.805000', '153437.807000', '153437.810000', '153437.813000', '153437.815000', '153437.818000', '153437.820000', '153437.823000', '153437.826000', '153437.828000', '153437.831000', '153437.834000', '153437.836000', '153437.839000', '153437.841000', '153437.844000', '153437.847000', '153457.731000', '153457.734000', '153457.737000', '153457.739000', '153457.742000', '153457.745000', '153457.747000', '153457.750000', '153457.752000', '153457.755000', '153457.758000', '153457.760000', '153457.763000', '153457.766000', '153457.768000', '153457.771000', '153457.773000', '153457.776000', '153457.779000', '153457.781000', '153457.784000', '153457.787000', '153457.789000', '153457.792000', '153457.795000', '153457.797000', '153457.800000', '153457.803000', '153457.805000', '153457.808000', '153457.811000', '153457.813000', '153457.816000', '153457.818000', '153457.821000', '153457.824000', '153457.826000', '153457.829000', '153457.831000', '153457.834000', '153457.837000', '153457.839000', '153457.842000', '153517.731000', '153517.733000', '153517.736000', '153517.739000', '153517.741000', '153517.744000', '153517.746000', '153517.749000', '153517.752000', '153517.754000', '153517.757000', '153517.759000', '153517.762000', '153517.765000', '153517.767000', '153517.770000', '153517.773000', '153517.775000', '153517.778000', '153517.780000', '153517.783000', '153517.786000', '153517.788000', '153517.791000', '153517.794000', '153517.796000', '153517.799000', '153517.801000', '153517.804000', '153517.807000', '153517.809000', '153517.812000', '153517.815000', '153517.817000', '153517.820000', '153517.823000', '153517.825000', '153517.828000', '153517.830000', '153517.833000', '153517.836000', '153517.838000', '153517.841000', '153517.844000', '153537.731000', '153537.733000', '153537.736000', '153537.739000', '153537.741000', '153537.744000', '153537.747000', '153537.750000', '153537.752000', '153537.755000', '153537.758000', '153537.760000', '153537.763000', '153537.766000', '153537.768000', '153537.771000', '153537.774000', '153537.776000', '153537.779000', '153537.782000', '153537.785000', '153537.788000', '153537.790000', '153537.793000', '153537.795000', '153537.798000', '153537.801000', '153537.803000', '153537.806000', '153537.808000', '153537.811000', '153537.813000', '153537.816000', '153537.819000', '153537.821000', '153537.824000', '153537.827000', '153537.837000', '153537.840000', '153537.843000', '153537.846000', '153537.848000', '153537.851000', '153557.731000', '153557.733000', '153557.736000', '153557.739000', '153557.741000', '153557.744000', '153557.747000', '153557.750000', '153557.753000', '153557.756000', '153557.758000', '153557.761000', '153557.764000', '153557.766000', '153557.769000', '153557.772000', '153557.774000', '153557.777000', '153557.780000', '153557.782000', '153557.785000', '153557.788000', '153557.790000', '153557.793000', '153557.796000', '153557.798000', '153557.801000', '153557.803000', '153557.806000', '153557.809000', '153557.811000', '153557.814000', '153557.817000', '153557.819000', '153557.822000', '153557.825000', '153557.827000', '153557.830000', '153557.832000', '153557.835000', '153557.838000', '153557.841000', '153557.843000', '153557.846000', '153617.730000', '153617.734000', '153617.736000', '153617.739000', '153617.741000', '153617.744000', '153617.747000', '153617.749000', '153617.752000', '153617.755000', '153617.757000', '153617.760000', '153617.762000', '153617.765000', '153617.767000', '153617.770000', '153617.773000', '153617.776000', '153617.778000', '153617.781000', '153617.784000', '153617.787000', '153617.790000', '153617.793000', '153617.796000', '153617.798000', '153617.801000', '153617.804000', '153617.806000', '153617.809000', '153617.811000', '153617.814000', '153617.817000', '153617.820000', '153617.822000', '153617.825000', '153617.827000', '153617.830000', '153617.833000', '153617.835000', '153617.838000', '153617.841000', '153617.843000', '153637.731000', '153637.733000', '153637.737000', '153637.739000', '153637.742000', '153637.744000', '153637.747000', '153637.750000', '153637.752000', '153637.755000', '153637.758000', '153637.761000', '153637.763000', '153637.766000', '153637.769000', '153637.771000', '153637.774000', '153637.776000', '153637.779000', '153637.782000', '153637.784000', '153637.787000', '153637.790000', '153637.792000', '153637.795000', '153637.797000', '153637.800000', '153637.803000', '153637.805000', '153637.808000', '153637.810000', '153637.813000', '153637.815000', '153637.818000', '153637.821000', '153637.823000', '153637.826000', '153637.828000', '153637.831000', '153637.834000', '153637.836000', '153637.839000', '153637.842000', '153637.844000', '153657.731000', '153657.733000', '153657.736000', '153657.739000', '153657.742000', '153657.744000', '153657.747000', '153657.749000', '153657.752000', '153657.755000', '153657.757000', '153657.760000', '153657.762000', '153657.765000', '153657.768000', '153657.770000', '153657.773000', '153657.775000', '153657.778000', '153657.781000', '153657.783000', '153657.786000', '153657.788000', '153657.791000', '153657.794000', '153657.796000', '153657.799000', '153657.802000', '153657.804000', '153657.807000', '153657.810000', '153657.812000', '153657.815000', '153657.817000', '153657.820000', '153657.823000', '153657.826000', '153657.829000', '153657.834000', '153657.836000', '153657.839000', '153657.841000', '153657.844000', '153717.731000', '153717.735000', '153717.737000', '153717.740000', '153717.742000', '153717.745000', '153717.748000', '153717.751000', '153717.753000', '153717.756000', '153717.759000', '153717.761000', '153717.764000', '153717.766000', '153717.769000', '153717.772000', '153717.774000', '153717.777000', '153717.780000', '153717.782000', '153717.785000', '153717.788000', '153717.790000', '153717.793000', '153717.795000', '153717.798000', '153717.801000', '153717.803000', '153717.806000', '153717.809000', '153717.811000', '153717.814000', '153717.817000', '153717.819000', '153717.822000', '153717.825000', '153717.827000', '153717.830000', '153717.832000', '153717.835000', '153717.838000', '153717.840000', '153717.843000', '153717.846000', '153737.731000', '153737.734000', '153737.736000', '153737.739000', '153737.742000', '153737.744000', '153737.747000', '153737.750000', '153737.752000', '153737.755000', '153737.757000', '153737.760000', '153737.763000', '153737.765000', '153737.768000', '153737.770000', '153737.773000', '153737.776000', '153737.778000', '153737.781000', '153737.784000', '153737.786000', '153737.789000', '153737.791000', '153737.794000', '153737.797000', '153737.799000', '153737.802000', '153737.805000', '153737.807000', '153737.810000', '153737.813000', '153737.816000', '153737.818000', '153737.821000', '153737.823000', '153737.826000', '153737.829000', '153737.831000', '153737.834000', '153737.836000', '153737.839000', '153737.842000', '153757.731000', '153757.733000', '153757.736000', '153757.739000', '153757.743000', '153757.745000', '153757.748000', '153757.750000', '153757.753000', '153757.756000', '153757.758000', '153757.761000', '153757.764000', '153757.766000', '153757.769000', '153757.771000', '153757.774000', '153757.777000', '153757.779000', '153757.782000', '153757.785000', '153757.787000', '153757.790000', '153757.792000', '153757.795000', '153757.798000', '153757.800000', '153757.803000', '153757.806000', '153757.809000', '153757.811000', '153757.814000', '153757.817000', '153757.819000', '153757.822000', '153757.824000', '153757.827000', '153757.830000', '153757.832000', '153757.835000', '153757.838000', '153757.840000', '153757.843000', '153757.845000', '153817.731000', '153817.734000', '153817.736000', '153817.739000', '153817.742000', '153817.744000', '153817.747000', '153817.750000', '153817.752000', '153817.755000', '153817.758000', '153817.760000', '153817.763000', '153817.766000', '153817.768000', '153817.771000', '153817.773000', '153817.776000', '153817.779000', '153817.781000', '153817.784000', '153817.787000', '153817.789000', '153817.792000', '153817.794000', '153817.797000', '153817.800000', '153817.802000', '153817.805000', '153817.808000', '153817.822000', '153817.825000', '153817.828000', '153817.831000', '153817.834000', '153817.837000', '153817.839000', '153817.842000', '153817.845000', '153817.847000', '153817.850000', '153817.853000', '153817.855000', '153837.731000', '153837.733000', '153837.736000', '153837.739000', '153837.741000', '153837.744000', '153837.746000', '153837.749000', '153837.752000', '153837.754000', '153837.757000', '153837.759000', '153837.762000', '153837.765000', '153837.767000', '153837.770000', '153837.772000', '153837.775000', '153837.777000', '153837.780000', '153837.783000', '153837.785000', '153837.788000', '153837.790000', '153837.793000', '153837.795000', '153837.798000', '153837.801000', '153837.803000', '153837.806000', '153837.808000', '153837.811000', '153837.814000', '153837.817000', '153837.819000', '153837.822000', '153837.825000', '153837.827000', '153837.830000', '153837.833000', '153837.835000', '153837.838000', '153837.840000', '153837.843000', '153857.731000', '153857.733000', '153857.736000', '153857.739000', '153857.741000', '153857.744000', '153857.746000', '153857.749000', '153857.752000', '153857.754000', '153857.757000', '153857.759000', '153857.762000', '153857.765000', '153857.768000', '153857.770000', '153857.773000', '153857.776000', '153857.778000', '153857.781000', '153857.783000', '153857.786000', '153857.789000', '153857.791000', '153857.794000', '153857.797000', '153857.799000', '153857.802000', '153857.805000', '153857.807000', '153857.810000', '153857.813000', '153857.815000', '153857.818000', '153857.820000', '153857.823000', '153857.826000', '153857.828000', '153857.831000', '153857.834000', '153857.836000', '153857.839000', '153857.841000', '153904.279000', '153904.282000', '153904.285000', '153904.288000', '153904.291000', '153904.293000', '153904.296000', '153904.299000', '153904.301000', '153904.304000', '153904.307000', '153904.309000', '153904.312000', '153904.315000', '153904.331000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [9507, 7390, 10393, 9083, 14297, 10916, 13077, 9189, 7115, 9625, 8069, 14787, 10545, 14428, 8640, 7068, 9391, 7755, 14440, 9848, 7830, 7660, 7074, 11658, 8437, 14528, 7629, 7089, 7609, 7106, 12495, 8498, 10391, 7383, 6924, 9716, 8454, 13031, 8193, 6890, 7690, 7649, 12187, 9267, 8904, 8209, 7663, 9805, 8842, 10508, 9844, 7741, 9352, 7714, 10348, 10496, 7625, 9574, 7775, 8336, 10131, 8230, 14653, 7614, 8485, 7675, 8919, 12348, 7865, 10433, 7594, 6796, 9799, 7735, 12405, 7735, 6807, 7550, 7022, 12102, 8356, 12277, 7461, 7481, 7657, 9143, 12066, 8226, 12132, 7896, 9261, 8304, 9721, 11859, 7551, 8793, 7636, 9579, 8440, 10126, 10655, 7510, 9688, 7526, 11733, 8749, 16914, 12598, 7727, 7952, 7699, 11685, 7777, 16227, 7983, 10123, 7712, 9639, 9249, 8726, 7904, 7373, 8463, 7753, 11171, 8111, 12957, 7479, 9825, 7644, 9143, 9175, 8557, 7674, 7471, 8325, 7448, 11092, 8705, 12906, 7938, 8495, 7646, 7458, 10574, 8158, 10623, 7685, 9394, 7725, 12643, 9747, 15369, 8443, 6832, 8239, 8451, 11980, 7923, 8341, 7710, 10490, 8054, 15319, 8738, 10274, 7774, 9540, 8988, 9904, 8337, 7035, 8570, 7344, 11939, 7937, 13538, 7450, 9792, 7779, 8810, 9945, 8887, 9522, 7708, 8766, 7677, 11941, 9268, 14097, 10199, 6922, 8042, 7281, 12104, 7882, 14290, 7683, 9386, 7826, 13214, 9665, 8619, 8284, 6793, 9433, 7812, 11359, 7379, 8710, 7438, 10654, 7549, 13552, 8270, 10935, 7476, 9454, 8067, 12415, 9406, 8307, 8152, 6603, 9256, 7834, 10870, 7222, 9457, 7573, 8962, 7796, 12056, 8543, 10836, 7644, 7958, 7821, 9060, 9321, 6959, 8487, 7187, 10009, 7509, 13176, 7730, 10280, 7468, 9522, 8130, 11423, 9578, 6837, 8464, 6962, 10115, 7069, 12556, 7376, 10121, 7539, 11407, 9275, 15402, 8926, 6848, 8085, 6900, 11568, 7895, 12164, 7481, 9371, 7378, 11229, 9109, 14171, 8017, 8687, 8061, 9278, 9462, 8434, 8470, 7108, 8883, 7178, 12539, 7740, 13355, 7355, 9594, 7468, 10168, 9207, 7924, 8024, 7532, 8671, 7206, 11615, 8888, 13220, 8447, 6801, 7924, 8204, 11325, 8410, 11411, 7613, 9126, 7547, 14667, 9480, 15354, 8693, 8362, 8977, 9203, 9813, 7624, 8708, 7537, 9470, 7368, 12172, 8738, 11381, 9117, 8746, 8448, 10455, 9940, 7351, 8330, 7443, 11131, 8513, 15968, 8865, 7076, 7726, 7926, 10336, 7534, 9305, 7450, 9365, 8588, 9853, 8996, 7440, 8293, 7586, 10862, 8680, 16255, 9438, 7184, 8054, 8240, 11346, 7788, 10027, 8405, 8950, 8081, 11622, 9370, 10511, 10305, 7541, 12294, 7821, 11163, 8242, 7115, 9182, 7195, 9806, 7618, 7398, 9638, 7739, 7614, 9511, 8796, 13749, 10337, 13713, 15079, 12833, 15044, 9061, 10209, 9884, 11510, 9312, 13987, 9321, 7279, 7995, 7872, 9596, 8502, 12500, 10471, 7430, 7487, 7121, 8273, 7387, 11950, 7451, 9367, 8067, 8222, 7979, 7855, 8673, 7349, 9048, 7581, 10832, 8679, 14450, 10259, 8804, 8848, 6880, 8982, 7946, 10417, 7627, 8917, 7608, 9009, 7464, 10753, 7935, 12629, 7344, 10322, 7494, 9957, 8226, 11922, 9885, 8496, 8213, 6889, 8554, 9164, 9647, 6957, 8281, 7617, 8847, 7367, 10860, 8794, 13272, 7919, 10205, 8355, 9769, 9287, 11148, 9203, 7577, 8740, 7234, 11887, 7593, 15432, 7247, 9895, 7401, 10912, 9677, 12799, 9442, 7151, 7713, 6939, 9071, 7370, 11219, 7037, 9458, 7259, 9328, 7805, 11062, 8979, 13418, 7897, 8561, 8184, 7078, 9682, 8851, 10919, 7198, 9689, 7453, 9394, 7993, 13246, 10030, 16196, 8893, 7906, 8043, 7141, 10494, 9528, 15300, 8392, 10670, 7834, 9273, 7554, 11010, 10064, 9356, 8193, 7125, 8814, 7417, 10549, 8502, 16718, 11205, 11637, 9443, 7895, 9884, 13152, 12527, 6917, 9089, 7137, 11472, 7082, 17712, 7827, 10174, 7798, 10300, 8486, 12013, 10589, 7017, 7722, 7115, 8421, 7115, 12562, 8376, 10615, 7924, 9154, 8821, 8706, 9917, 8220, 9242, 7311, 9468, 7502, 11238, 8911, 15571, 10724, 8560, 8630, 7138, 10296, 7056, 14098, 8540, 17096, 7290, 10169, 7898, 10077, 9452, 8600, 7745, 7234, 8893, 7353, 11239, 8658, 14272, 10381, 7048, 6958, 6818, 10699, 7936, 9221, 9926, 8881, 13766, 7994, 7857, 8011, 6802, 11873, 8462, 18194, 11478, 12368, 7947, 10712, 8577, 9561, 8491, 7137, 10020, 7662, 14153, 7920, 9926, 7643, 9728, 8742, 7741, 10218, 9642, 12292, 7366, 10149, 8694, 11743, 9039, 12151, 9164, 17645, 9603, 8713, 8972, 6868, 9484, 8094, 11164, 8193, 8576, 6865, 9472, 7558, 11388, 8589, 13484, 7880, 9465, 8406, 7027, 7851, 8152, 10542, 7318, 9009, 8021, 9814, 8006, 11043, 9022, 13165, 10321, 6886, 8026, 7127, 10021, 7510, 12119, 8922, 17016, 8462, 10528, 8455, 11049, 8746, 10423, 9196, 9948, 7988, 7302, 8445, 6907, 11448, 7460, 13687, 8475, 12392, 8193, 10833, 8794, 12691, 9634, 14005, 9742, 6950, 7764, 7482, 9332, 7546, 12769, 9175, 14744, 8382, 9520, 8212, 6711, 9732, 8310, 12436, 8096, 9363, 7988, 10625, 8546, 13020, 9361, 17200, 9435, 8302, 7698, 6906, 11084, 7412, 12916, 8031, 9883, 8067, 10184, 8345, 11793, 9329, 7647, 7918, 7527, 9108, 7383, 13038, 8550, 12328, 8831, 7241, 7856, 7838, 11701, 7845, 10226, 7572, 8281, 8065, 8901, 9811, 7267, 8856, 8319, 9823, 8989, 11352, 11547, 8182, 9244, 7560, 10241, 8294, 17014, 11374, 13205, 8884, 6952, 10335, 9395, 12272, 7858, 11789, 8371, 9796, 8855, 10317, 9233, 8762, 7648, 7164, 8526, 8371, 12410, 9436, 11062, 8004, 6889, 7976, 7243, 12539, 7916, 12101, 7826, 10484, 8411, 11149, 9050, 8726, 7786, 6872, 8403, 7586, 12305, 9143, 11294, 7905, 6781, 7659, 6767, 12088, 8390, 12312, 8233, 7864, 9213, 10580, 10398, 7222, 8837, 6838, 11859, 7988, 13606, 8751, 9350, 8358, 7042, 8916, 7895, 11215, 6757, 9041, 6916, 10598, 8904, 11645, 9081, 6809, 8515, 6899, 10844, 7931, 14151, 9620, 11285, 8150, 6876, 9741, 8066, 12037, 7384, 9796, 7400, 9744, 8013, 12295, 9878, 6924, 8080, 6995, 11147, 7342, 14246, 8351, 10526, 7716, 11571, 8745, 13348, 9493, 6641, 8060, 6801, 11092, 6911, 13087, 7503, 10515, 7861, 9698, 8230, 10187, 9779, 7273, 8714, 6937, 11259, 8277, 14286, 10154, 9621, 7598, 6940, 9976, 7310, 12753, 7257, 9773, 7418, 11462, 8632, 13894, 9401, 6771, 7823, 6562, 11466, 7455, 12557, 6902, 9473, 7306, 11846, 8648, 13441, 7632, 6844, 7004, 6995, 10693, 6855, 11792, 6760, 9075, 7032, 11815, 9248, 11372, 8088, 6722, 7829, 6763, 12196, 7833, 15232, 7388, 11209, 7830, 10539, 9337, 9743, 8430, 6866, 8609, 6976, 12199, 9132, 15022, 9869, 6975, 7512, 7048, 11664, 7542, 15472, 8395, 12167, 8040, 9360, 10209, 10239, 14271, 7207, 9414, 7349, 11848, 9032, 14449, 9811, 7168, 7705, 7126, 9095, 7037, 13086, 9190, 12277, 7702, 6811, 8495, 8076, 10433, 6787, 8214, 6930, 10605, 8235, 13257, 9710, 6879, 7828, 6968, 11222, 7920, 16613, 8976, 10987, 7665, 11456, 8550, 11109, 9604, 7833, 8346, 7339, 10374, 7468, 13944, 9706, 14217, 8043, 6663, 9303, 9085, 10889, 7188, 8581, 7738, 9279, 7919, 12199, 9757, 8109, 7838, 6777, 8501, 7190, 12727, 9421, 9677, 7830, 6924, 10307, 8244, 13089, 7232, 9371, 7622, 11848, 8340, 13371, 9059, 6775, 7379, 6862, 10611, 7450, 13050, 8101, 10235, 7862, 11333, 8697, 10844, 10188, 7359, 8908, 8032, 12057, 8257, 13620, 10291, 7579, 8139, 6888, 11404, 8060, 13540, 8968, 7118, 7065, 7273, 11427, 7471, 14278, 8169, 10859, 7737, 7592, 8860, 6873, 11689, 9686, 10553, 9597, 8030, 7853, 9222, 9419, 12839, 7660, 10792, 7725, 8856, 8813, 9678, 9474, 6729, 8310, 6882, 8994, 7786, 10415, 9219, 6966, 8199, 7271, 10052, 7851, 14074, 10108, 9564, 8092, 8386, 10280, 7520, 14952, 10559, 15655, 8356, 8797, 7613, 8417, 11613, 8117, 11384, 7633, 9664, 8445, 11340, 9419, 10529, 8216, 7815, 8106, 7451, 12392, 8567, 16165, 10242, 12117, 11500, 7268, 9391, 7550, 9376, 7400, 6755, 9161, 8713, 11639, 8430, 7590, 10695, 8260, 8200, 12497, 9200, 11343, 12935, 10375, 16955, 10521, 17476, 11413, 18243, 12672, 18873, 14115, 17222, 10775, 10958, 8981, 7385, 7290, 8081, 9864, 8047, 10375, 7669, 8275, 7675, 8315, 7245, 7613, 7650, 7410, 12314, 8616, 10900, 7186, 8751, 8181, 8798, 11041, 9294, 9895, 10457, 8488, 9117, 8473, 10069, 9142, 9458, 14194, 10393, 15947, 7107, 7242, 7849, 8765, 11102, 8957, 8359, 11062, 8430, 9180, 7914, 11398, 8854, 9481, 9571, 7592, 8239, 8466, 11024, 8865, 11464, 9666, 12374, 13175, 8043, 9100, 8767, 11821, 9027, 15459, 10802, 9477, 8265, 8738, 9685, 7541, 13265, 8252, 10379, 8261, 8172, 8170, 8353, 10052, 6703, 8354, 7725, 11594, 8502, 14180, 9879, 7919, 7622, 7743, 10293, 8202, 12721, 7894, 9911, 8822, 11815, 8612, 14429, 10094, 7345, 7931, 7269, 9436, 7674, 12855, 8989, 12538, 8362, 8466, 8454, 8800, 11462, 8229, 9509, 8299, 12397, 8851, 15880, 8391, 10859, 8941, 9706, 9240, 9656, 7845, 7517, 8206, 7648, 12458, 8557, 10551, 8415, 6940, 7833, 7603, 11529, 8377, 8499, 7258, 11635, 9198, 12090, 8555, 7230, 7747, 7445, 11876, 8466, 15846, 9941], 'WindowCenter': [4067.0, 4032.0, 4060.0, 4040.0, 4079.0, 4060.0, 4069.0, 4036.0, 4004.0, 4034.0, 4014.0, 4066.0, 4047.0, 4065.0, 4023.0, 4002.0, 4033.0, 4013.0, 4067.0, 4046.0, 4014.0, 4013.0, 4002.0, 4044.0, 4025.0, 4079.0, 4015.0, 4003.0, 4013.0, 4003.0, 4055.0, 4036.0, 4045.0, 4015.0, 4004.0, 4035.0, 4025.0, 4068.0, 4026.0, 4003.0, 4014.0, 4015.0, 4055.0, 4047.0, 4035.0, 4024.0, 4015.0, 4044.0, 4035.0, 4047.0, 4045.0, 4015.0, 4035.0, 4015.0, 4045.0, 4047.0, 4015.0, 4034.0, 4015.0, 4011.0, 4044.0, 4025.0, 4068.0, 4014.0, 4023.0, 4014.0, 4023.0, 4056.0, 4013.0, 4032.0, 4013.0, 3991.0, 4033.0, 4013.0, 4066.0, 4015.0, 3993.0, 4013.0, 4003.0, 4056.0, 4024.0, 4056.0, 4016.0, 4003.0, 4014.0, 4034.0, 4057.0, 4026.0, 4055.0, 4014.0, 4023.0, 4024.0, 4032.0, 4057.0, 4014.0, 4023.0, 4013.0, 4032.0, 4024.0, 4033.0, 4047.0, 4004.0, 4032.0, 4011.0, 4042.0, 4022.0, 4076.0, 4055.0, 4001.0, 3999.0, 4000.0, 4042.0, 3999.0, 4064.0, 4012.0, 4030.0, 4001.0, 4019.0, 4021.0, 4023.0, 4011.0, 4002.0, 4011.0, 4012.0, 4043.0, 4013.0, 4055.0, 4002.0, 4032.0, 4013.0, 4022.0, 4023.0, 4023.0, 4011.0, 4004.0, 4013.0, 4003.0, 4043.0, 4025.0, 4057.0, 4015.0, 4024.0, 4014.0, 4003.0, 4045.0, 4015.0, 4045.0, 4014.0, 4022.0, 4012.0, 4055.0, 4036.0, 4067.0, 4013.0, 3991.0, 4012.0, 4012.0, 4056.0, 4013.0, 4012.0, 4011.0, 4032.0, 4013.0, 4066.0, 4025.0, 4033.0, 4013.0, 4020.0, 4023.0, 4034.0, 4013.0, 3992.0, 4011.0, 4000.0, 4042.0, 4013.0, 4055.0, 4002.0, 4032.0, 4013.0, 4022.0, 4034.0, 4035.0, 4036.0, 4014.0, 4023.0, 4015.0, 4055.0, 4036.0, 4068.0, 4046.0, 4003.0, 4013.0, 4002.0, 4054.0, 4014.0, 4055.0, 4002.0, 4022.0, 4000.0, 4052.0, 4034.0, 4021.0, 4012.0, 3991.0, 4021.0, 4000.0, 4045.0, 4002.0, 4023.0, 4002.0, 4033.0, 4001.0, 4053.0, 4024.0, 4032.0, 4003.0, 4021.0, 4013.0, 4054.0, 4036.0, 4023.0, 4014.0, 3991.0, 4034.0, 4012.0, 4046.0, 4003.0, 4034.0, 4014.0, 4023.0, 4013.0, 4053.0, 4024.0, 4044.0, 4014.0, 4012.0, 4014.0, 4024.0, 4036.0, 4004.0, 4024.0, 4005.0, 4045.0, 4003.0, 4056.0, 4013.0, 4034.0, 4003.0, 4032.0, 4013.0, 4044.0, 4036.0, 3993.0, 4023.0, 4002.0, 4044.0, 4002.0, 4058.0, 4014.0, 4045.0, 4014.0, 4044.0, 4035.0, 4066.0, 4023.0, 3992.0, 4011.0, 3990.0, 4045.0, 4014.0, 4056.0, 4003.0, 4033.0, 4003.0, 4043.0, 4023.0, 4066.0, 4013.0, 4022.0, 4013.0, 4023.0, 4035.0, 4024.0, 4012.0, 4003.0, 4021.0, 3991.0, 4055.0, 4012.0, 4066.0, 4015.0, 4034.0, 4002.0, 4033.0, 4035.0, 4026.0, 4024.0, 4016.0, 4024.0, 4015.0, 4055.0, 4037.0, 4068.0, 4026.0, 3992.0, 4013.0, 4023.0, 4046.0, 4024.0, 4043.0, 4012.0, 4022.0, 4011.0, 4054.0, 4035.0, 4064.0, 4023.0, 4011.0, 4022.0, 4021.0, 4034.0, 4012.0, 4022.0, 4012.0, 4031.0, 4002.0, 4055.0, 4025.0, 4044.0, 4022.0, 4020.0, 4012.0, 4042.0, 4034.0, 4002.0, 4012.0, 4001.0, 4042.0, 4022.0, 4064.0, 4023.0, 3991.0, 4012.0, 4011.0, 4044.0, 4012.0, 4033.0, 4013.0, 4031.0, 4022.0, 4046.0, 4035.0, 4014.0, 4023.0, 4013.0, 4043.0, 4023.0, 4065.0, 4022.0, 3990.0, 4011.0, 4010.0, 4042.0, 4013.0, 4033.0, 4013.0, 4021.0, 4012.0, 4043.0, 4032.0, 4045.0, 4044.0, 4013.0, 4054.0, 4014.0, 4043.0, 4012.0, 3990.0, 4020.0, 3991.0, 4031.0, 4013.0, 4003.0, 4034.0, 4013.0, 4001.0, 4023.0, 4012.0, 4052.0, 4033.0, 4053.0, 4065.0, 4043.0, 4053.0, 4011.0, 4018.0, 4019.0, 4028.0, 4009.0, 4040.0, 4009.0, 3989.0, 3998.0, 3998.0, 4018.0, 4010.0, 4042.0, 4033.0, 4001.0, 3999.0, 3990.0, 4011.0, 4001.0, 4043.0, 4003.0, 4022.0, 4014.0, 4023.0, 4014.0, 4015.0, 4026.0, 4005.0, 4025.0, 4015.0, 4045.0, 4026.0, 4066.0, 4047.0, 4024.0, 4025.0, 3991.0, 4024.0, 4013.0, 4046.0, 4014.0, 4024.0, 4003.0, 4023.0, 4001.0, 4042.0, 4014.0, 4057.0, 4005.0, 4034.0, 4004.0, 4033.0, 4023.0, 4045.0, 4047.0, 4024.0, 4025.0, 4003.0, 4024.0, 4033.0, 4034.0, 4005.0, 4024.0, 4016.0, 4035.0, 4016.0, 4056.0, 4037.0, 4069.0, 4028.0, 4046.0, 4027.0, 4035.0, 4036.0, 4047.0, 4038.0, 4015.0, 4024.0, 4016.0, 4057.0, 4015.0, 4067.0, 4005.0, 4034.0, 4015.0, 4044.0, 4036.0, 4055.0, 4037.0, 4005.0, 4016.0, 4005.0, 4037.0, 4015.0, 4058.0, 4006.0, 4036.0, 4004.0, 4034.0, 4016.0, 4046.0, 4036.0, 4067.0, 4028.0, 4026.0, 4027.0, 4005.0, 4036.0, 4036.0, 4062.0, 4007.0, 4038.0, 4017.0, 4035.0, 4016.0, 4058.0, 4049.0, 4079.0, 4027.0, 4014.0, 4026.0, 4004.0, 4046.0, 4036.0, 4069.0, 4026.0, 4046.0, 4016.0, 4034.0, 4015.0, 4045.0, 4048.0, 4038.0, 4027.0, 4007.0, 4027.0, 4006.0, 4047.0, 4026.0, 4082.0, 4050.0, 4047.0, 4037.0, 4014.0, 4037.0, 4057.0, 4046.0, 3993.0, 4013.0, 3992.0, 4044.0, 3991.0, 4067.0, 4003.0, 4022.0, 4003.0, 4033.0, 4013.0, 4044.0, 4037.0, 3993.0, 4004.0, 3993.0, 4014.0, 4005.0, 4057.0, 4028.0, 4047.0, 4017.0, 4024.0, 4027.0, 4026.0, 4038.0, 4016.0, 4026.0, 4006.0, 4026.0, 4006.0, 4047.0, 4028.0, 4070.0, 4047.0, 4026.0, 4026.0, 3994.0, 4036.0, 3995.0, 4058.0, 4026.0, 4079.0, 4006.0, 4035.0, 4017.0, 4035.0, 4037.0, 4028.0, 4017.0, 4007.0, 4027.0, 4018.0, 4059.0, 4030.0, 4071.0, 4051.0, 4008.0, 4008.0, 3996.0, 4048.0, 4019.0, 4040.0, 4039.0, 4027.0, 4072.0, 4030.0, 4017.0, 4017.0, 3995.0, 4047.0, 4015.0, 4084.0, 4061.0, 4047.0, 4016.0, 4036.0, 4014.0, 4011.0, 4014.0, 3981.0, 4022.0, 3991.0, 4055.0, 4004.0, 4024.0, 4006.0, 4024.0, 4015.0, 4002.0, 4035.0, 4024.0, 4059.0, 4005.0, 4035.0, 4015.0, 4032.0, 4013.0, 4044.0, 4025.0, 4068.0, 4024.0, 4012.0, 4025.0, 3982.0, 4023.0, 4002.0, 4045.0, 4014.0, 4013.0, 3982.0, 4023.0, 4003.0, 4044.0, 4015.0, 4057.0, 4017.0, 4036.0, 4015.0, 3993.0, 4015.0, 4014.0, 4047.0, 4007.0, 4039.0, 4017.0, 4036.0, 4018.0, 4047.0, 4027.0, 4058.0, 4037.0, 3994.0, 4014.0, 3993.0, 4024.0, 4005.0, 4046.0, 4024.0, 4068.0, 4015.0, 4034.0, 4014.0, 4033.0, 4024.0, 4034.0, 4025.0, 4036.0, 4015.0, 4004.0, 4012.0, 3993.0, 4045.0, 4003.0, 4057.0, 4014.0, 4045.0, 4014.0, 4032.0, 4013.0, 4054.0, 4035.0, 4056.0, 4024.0, 3991.0, 4002.0, 3991.0, 4023.0, 4003.0, 4055.0, 4024.0, 4066.0, 4015.0, 4023.0, 4013.0, 3980.0, 4023.0, 4012.0, 4056.0, 4016.0, 4025.0, 4013.0, 4034.0, 4024.0, 4055.0, 4025.0, 4077.0, 4024.0, 4010.0, 4001.0, 3990.0, 4033.0, 4002.0, 4056.0, 4013.0, 4033.0, 4013.0, 4031.0, 4011.0, 4042.0, 4035.0, 4014.0, 4014.0, 4002.0, 4024.0, 4003.0, 4055.0, 4025.0, 4055.0, 4024.0, 4002.0, 4013.0, 4002.0, 4054.0, 4015.0, 4033.0, 4015.0, 4023.0, 4014.0, 4024.0, 4048.0, 4016.0, 4036.0, 4026.0, 4046.0, 4037.0, 4058.0, 4061.0, 4027.0, 4036.0, 4015.0, 4045.0, 4014.0, 4077.0, 4057.0, 4054.0, 4023.0, 3990.0, 4033.0, 4023.0, 4055.0, 4013.0, 4044.0, 4011.0, 4021.0, 4021.0, 4032.0, 4023.0, 4024.0, 4001.0, 3991.0, 4022.0, 4024.0, 4054.0, 4036.0, 4056.0, 4013.0, 3992.0, 4013.0, 4002.0, 4055.0, 4015.0, 4045.0, 4003.0, 4033.0, 4013.0, 4042.0, 4023.0, 4022.0, 4002.0, 3991.0, 4011.0, 4002.0, 4052.0, 4035.0, 4045.0, 4014.0, 3993.0, 4014.0, 3994.0, 4054.0, 4026.0, 4056.0, 4014.0, 4012.0, 4035.0, 4045.0, 4047.0, 4004.0, 4024.0, 3993.0, 4053.0, 4014.0, 4066.0, 4023.0, 4022.0, 4013.0, 3991.0, 4024.0, 4013.0, 4056.0, 4005.0, 4035.0, 4006.0, 4046.0, 4036.0, 4057.0, 4037.0, 3995.0, 4025.0, 4003.0, 4044.0, 4015.0, 4067.0, 4047.0, 4044.0, 4012.0, 3992.0, 4034.0, 4013.0, 4057.0, 4005.0, 4034.0, 4003.0, 4033.0, 4014.0, 4053.0, 4046.0, 4004.0, 4014.0, 4003.0, 4054.0, 4003.0, 4066.0, 4024.0, 4033.0, 4012.0, 4043.0, 4024.0, 4055.0, 4036.0, 3992.0, 4012.0, 3993.0, 4043.0, 3992.0, 4056.0, 4004.0, 4033.0, 4012.0, 4033.0, 4023.0, 4042.0, 4047.0, 4004.0, 4024.0, 3992.0, 4041.0, 4012.0, 4066.0, 4046.0, 4034.0, 4013.0, 4002.0, 4033.0, 4001.0, 4056.0, 4004.0, 4033.0, 4002.0, 4042.0, 4024.0, 4066.0, 4035.0, 3989.0, 4001.0, 3992.0, 4043.0, 4002.0, 4057.0, 3993.0, 4020.0, 4003.0, 4041.0, 4022.0, 4055.0, 4014.0, 3992.0, 4004.0, 4003.0, 4045.0, 3994.0, 4057.0, 3993.0, 4023.0, 4005.0, 4055.0, 4035.0, 4058.0, 4015.0, 3992.0, 4014.0, 3994.0, 4056.0, 4016.0, 4068.0, 4005.0, 4044.0, 4015.0, 4043.0, 4034.0, 4036.0, 4025.0, 3994.0, 4024.0, 4004.0, 4055.0, 4034.0, 4067.0, 4037.0, 4003.0, 4001.0, 4004.0, 4045.0, 4013.0, 4079.0, 4024.0, 4043.0, 4013.0, 4033.0, 4033.0, 4034.0, 4067.0, 4002.0, 4022.0, 4001.0, 4043.0, 4022.0, 4054.0, 4033.0, 3992.0, 4001.0, 3990.0, 4022.0, 3991.0, 4055.0, 4036.0, 4044.0, 4013.0, 3993.0, 4023.0, 4011.0, 4046.0, 3994.0, 4014.0, 4004.0, 4045.0, 4026.0, 4068.0, 4038.0, 3994.0, 4013.0, 4002.0, 4044.0, 4013.0, 4078.0, 4025.0, 4033.0, 4003.0, 4044.0, 4024.0, 4044.0, 4034.0, 4002.0, 4012.0, 4001.0, 4032.0, 4001.0, 4054.0, 4035.0, 4054.0, 4013.0, 3990.0, 4022.0, 4021.0, 4043.0, 4004.0, 4012.0, 4001.0, 4022.0, 4014.0, 4054.0, 4034.0, 4014.0, 4003.0, 3992.0, 4022.0, 4003.0, 4053.0, 4036.0, 4033.0, 4004.0, 4002.0, 4034.0, 4014.0, 4057.0, 4002.0, 4020.0, 4001.0, 4042.0, 4013.0, 4053.0, 4037.0, 3991.0, 4000.0, 3993.0, 4045.0, 4002.0, 4067.0, 4014.0, 4033.0, 4011.0, 4043.0, 4013.0, 4044.0, 4035.0, 4002.0, 4020.0, 4011.0, 4041.0, 4012.0, 4053.0, 4047.0, 4002.0, 4012.0, 3992.0, 4043.0, 4013.0, 4055.0, 4024.0, 3992.0, 3992.0, 4004.0, 4045.0, 4003.0, 4067.0, 4015.0, 4045.0, 4001.0, 4014.0, 4024.0, 3993.0, 4043.0, 4023.0, 4045.0, 4023.0, 4012.0, 4000.0, 4023.0, 4022.0, 4056.0, 4003.0, 4032.0, 4002.0, 4008.0, 4020.0, 4021.0, 4034.0, 3992.0, 4012.0, 3993.0, 4023.0, 4014.0, 4043.0, 4036.0, 4003.0, 4014.0, 4004.0, 4035.0, 4014.0, 4066.0, 4048.0, 4034.0, 4012.0, 4013.0, 4034.0, 4002.0, 4064.0, 4044.0, 4064.0, 4011.0, 4009.0, 3999.0, 3999.0, 4032.0, 4001.0, 4043.0, 4001.0, 4020.0, 4012.0, 4042.0, 4020.0, 4045.0, 4012.0, 4001.0, 4000.0, 4003.0, 4053.0, 4023.0, 4062.0, 4032.0, 4031.0, 4042.0, 4002.0, 4022.0, 4013.0, 4019.0, 3990.0, 3980.0, 4021.0, 4011.0, 4042.0, 4012.0, 4014.0, 4034.0, 4013.0, 4011.0, 4041.0, 4023.0, 4031.0, 4044.0, 4020.0, 4052.0, 4019.0, 4051.0, 4019.0, 4052.0, 4027.0, 4049.0, 4025.0, 4036.0, 4004.0, 4002.0, 3983.0, 3962.0, 3973.0, 3982.0, 4006.0, 3985.0, 4006.0, 3986.0, 3996.0, 3986.0, 3995.0, 3987.0, 3986.0, 3999.0, 3990.0, 4042.0, 4023.0, 4044.0, 4002.0, 4024.0, 4012.0, 4012.0, 4031.0, 4022.0, 4032.0, 4035.0, 4014.0, 4023.0, 4013.0, 4032.0, 4024.0, 4034.0, 4052.0, 4033.0, 4064.0, 3990.0, 4002.0, 4002.0, 4012.0, 4033.0, 4024.0, 4012.0, 4045.0, 4013.0, 4023.0, 4002.0, 4032.0, 4023.0, 4023.0, 4035.0, 4003.0, 4012.0, 4013.0, 4033.0, 4025.0, 4044.0, 4036.0, 4057.0, 4057.0, 4014.0, 4023.0, 4013.0, 4043.0, 4023.0, 4066.0, 4047.0, 4023.0, 4013.0, 4011.0, 4023.0, 4002.0, 4056.0, 4014.0, 4032.0, 4013.0, 4012.0, 4024.0, 4023.0, 4048.0, 3995.0, 4025.0, 4014.0, 4056.0, 4026.0, 4068.0, 4047.0, 4013.0, 4004.0, 4004.0, 4034.0, 4014.0, 4058.0, 4013.0, 4033.0, 4023.0, 4043.0, 4024.0, 4053.0, 4035.0, 4002.0, 4013.0, 4002.0, 4023.0, 4014.0, 4055.0, 4037.0, 4056.0, 4015.0, 4012.0, 4014.0, 4022.0, 4046.0, 4013.0, 4022.0, 4011.0, 4052.0, 4023.0, 4066.0, 4013.0, 4032.0, 4022.0, 4022.0, 4022.0, 4023.0, 4001.0, 3990.0, 4011.0, 4002.0, 4052.0, 4024.0, 4032.0, 4013.0, 3990.0, 4014.0, 4013.0, 4057.0, 4026.0, 4023.0, 4016.0, 4056.0, 4036.0, 4057.0, 4024.0, 4003.0, 4002.0, 4003.0, 4055.0, 4014.0, 4079.0, 4035.0], 'WindowWidth': [9070.0, 9016.0, 9047.0, 9020.0, 9073.0, 9046.0, 9057.0, 9005.0, 8960.0, 8998.0, 8972.0, 9050.0, 9024.0, 9046.0, 8983.0, 8954.0, 8997.0, 8969.0, 9054.0, 9020.0, 8972.0, 8968.0, 8955.0, 9013.0, 8989.0, 9071.0, 8976.0, 8957.0, 8971.0, 8957.0, 9032.0, 9008.0, 9018.0, 8975.0, 8962.0, 9003.0, 8990.0, 9055.0, 8993.0, 8958.0, 8973.0, 8976.0, 9032.0, 9024.0, 9003.0, 8986.0, 8974.0, 9013.0, 9004.0, 9022.0, 9017.0, 8976.0, 9001.0, 8978.0, 9017.0, 9023.0, 8976.0, 9000.0, 8974.0, 8967.0, 9014.0, 8990.0, 9054.0, 8973.0, 8983.0, 8973.0, 8985.0, 9033.0, 8971.0, 8993.0, 8967.0, 8937.0, 8996.0, 8970.0, 9049.0, 8976.0, 8943.0, 8970.0, 8958.0, 9032.0, 8989.0, 9035.0, 8978.0, 8957.0, 8975.0, 8999.0, 9037.0, 8993.0, 9029.0, 8972.0, 8982.0, 8986.0, 8996.0, 9037.0, 8974.0, 8981.0, 8970.0, 8993.0, 8985.0, 8999.0, 9025.0, 8959.0, 8994.0, 8965.0, 9006.0, 8980.0, 9065.0, 9031.0, 8951.0, 8945.0, 8946.0, 9004.0, 8946.0, 9043.0, 8965.0, 8987.0, 8951.0, 8971.0, 8978.0, 8983.0, 8964.0, 8954.0, 8963.0, 8966.0, 9008.0, 8971.0, 9030.0, 8955.0, 8993.0, 8971.0, 8979.0, 8983.0, 8984.0, 8967.0, 8959.0, 8968.0, 8956.0, 9012.0, 8991.0, 9037.0, 8976.0, 8986.0, 8972.0, 8955.0, 9017.0, 8976.0, 9016.0, 8972.0, 8978.0, 8967.0, 9032.0, 9005.0, 9050.0, 8971.0, 8937.0, 8967.0, 8965.0, 9033.0, 8970.0, 8966.0, 8965.0, 8993.0, 8969.0, 9048.0, 8988.0, 8996.0, 8969.0, 8974.0, 8986.0, 9001.0, 8969.0, 8939.0, 8964.0, 8948.0, 9008.0, 8970.0, 9030.0, 8957.0, 8994.0, 8969.0, 8979.0, 8999.0, 9003.0, 9005.0, 8973.0, 8982.0, 8976.0, 9031.0, 9005.0, 9054.0, 9018.0, 8956.0, 8968.0, 8952.0, 9028.0, 8973.0, 9029.0, 8953.0, 8978.0, 8950.0, 9023.0, 9001.0, 8977.0, 8966.0, 8936.0, 8979.0, 8947.0, 9017.0, 8954.0, 8979.0, 8953.0, 8994.0, 8950.0, 9027.0, 8986.0, 8993.0, 8954.0, 8976.0, 8968.0, 9027.0, 9005.0, 8983.0, 8971.0, 8938.0, 8998.0, 8966.0, 9021.0, 8957.0, 8998.0, 8972.0, 8982.0, 8970.0, 9026.0, 8988.0, 9013.0, 8973.0, 8967.0, 8973.0, 8985.0, 9008.0, 8960.0, 8988.0, 8965.0, 9017.0, 8958.0, 9035.0, 8971.0, 8997.0, 8957.0, 8991.0, 8970.0, 9014.0, 9006.0, 8943.0, 8983.0, 8954.0, 9013.0, 8956.0, 9039.0, 8973.0, 9013.0, 8975.0, 9015.0, 9004.0, 9049.0, 8985.0, 8938.0, 8964.0, 8935.0, 9016.0, 8972.0, 9034.0, 8958.0, 8995.0, 8956.0, 9011.0, 8986.0, 9048.0, 8971.0, 8980.0, 8970.0, 8983.0, 9003.0, 8985.0, 8969.0, 8955.0, 8977.0, 8938.0, 9029.0, 8970.0, 9046.0, 8977.0, 8999.0, 8956.0, 8998.0, 9004.0, 8992.0, 8989.0, 8978.0, 8986.0, 8976.0, 9031.0, 9011.0, 9054.0, 8994.0, 8942.0, 8971.0, 8983.0, 9024.0, 8989.0, 9011.0, 8967.0, 8980.0, 8964.0, 9029.0, 9003.0, 9041.0, 8981.0, 8964.0, 8979.0, 8978.0, 9000.0, 8968.0, 8981.0, 8967.0, 8990.0, 8953.0, 9030.0, 8990.0, 9012.0, 8982.0, 8976.0, 8969.0, 9010.0, 8999.0, 8955.0, 8966.0, 8951.0, 9007.0, 8981.0, 9046.0, 8983.0, 8937.0, 8967.0, 8966.0, 9013.0, 8969.0, 8997.0, 8970.0, 8990.0, 8983.0, 9018.0, 9003.0, 8975.0, 8982.0, 8970.0, 9011.0, 8984.0, 9047.0, 8980.0, 8936.0, 8965.0, 8960.0, 9008.0, 8970.0, 8995.0, 8968.0, 8978.0, 8967.0, 9011.0, 8997.0, 9019.0, 9016.0, 8974.0, 9029.0, 8975.0, 9011.0, 8968.0, 8933.0, 8974.0, 8937.0, 8991.0, 8968.0, 8955.0, 8998.0, 8970.0, 8952.0, 8981.0, 8965.0, 9019.0, 8995.0, 9025.0, 9049.0, 9011.0, 9024.0, 8961.0, 8965.0, 8967.0, 8980.0, 8955.0, 9001.0, 8955.0, 8930.0, 8939.0, 8939.0, 8967.0, 8958.0, 9008.0, 8993.0, 8948.0, 8944.0, 8933.0, 8962.0, 8950.0, 9010.0, 8957.0, 8980.0, 8971.0, 8983.0, 8975.0, 8975.0, 8990.0, 8962.0, 8986.0, 8975.0, 9016.0, 8990.0, 9049.0, 9019.0, 8984.0, 8985.0, 8938.0, 8984.0, 8968.0, 9019.0, 8973.0, 8984.0, 8955.0, 8979.0, 8952.0, 9009.0, 8974.0, 9035.0, 8962.0, 8998.0, 8959.0, 8995.0, 8984.0, 9014.0, 9020.0, 8985.0, 8988.0, 8955.0, 8986.0, 8997.0, 9002.0, 8963.0, 8987.0, 8977.0, 9002.0, 8979.0, 9032.0, 9010.0, 9055.0, 8996.0, 9017.0, 8993.0, 9003.0, 9007.0, 9022.0, 9010.0, 8973.0, 8987.0, 8978.0, 9035.0, 8977.0, 9050.0, 8961.0, 8997.0, 8976.0, 9014.0, 9006.0, 9032.0, 9008.0, 8962.0, 8977.0, 8962.0, 9007.0, 8977.0, 9037.0, 8966.0, 9003.0, 8961.0, 8999.0, 8978.0, 9019.0, 9007.0, 9052.0, 8996.0, 8989.0, 8993.0, 8962.0, 9008.0, 9006.0, 9050.0, 8969.0, 9008.0, 8979.0, 9001.0, 8978.0, 9041.0, 9027.0, 9069.0, 8993.0, 8971.0, 8992.0, 8958.0, 9019.0, 9004.0, 9058.0, 8991.0, 9017.0, 8976.0, 8998.0, 8975.0, 9018.0, 9024.0, 9009.0, 8994.0, 8968.0, 8992.0, 8965.0, 9019.0, 8992.0, 9079.0, 9027.0, 9018.0, 9003.0, 8969.0, 9005.0, 9032.0, 9017.0, 8938.0, 8965.0, 8936.0, 9011.0, 8936.0, 9051.0, 8953.0, 8975.0, 8951.0, 8993.0, 8967.0, 9012.0, 9004.0, 8942.0, 8957.0, 8941.0, 8971.0, 8960.0, 9034.0, 8995.0, 9018.0, 8978.0, 8984.0, 8990.0, 8988.0, 9008.0, 8977.0, 8990.0, 8963.0, 8987.0, 8962.0, 9019.0, 8994.0, 9059.0, 9021.0, 8987.0, 8989.0, 8943.0, 9003.0, 8945.0, 9037.0, 8990.0, 9067.0, 8961.0, 8997.0, 8981.0, 9001.0, 9006.0, 8996.0, 8978.0, 8966.0, 8989.0, 8983.0, 9040.0, 9001.0, 9061.0, 9032.0, 8969.0, 8967.0, 8949.0, 9021.0, 8984.0, 9013.0, 9010.0, 8993.0, 9063.0, 9001.0, 8979.0, 8978.0, 8945.0, 9020.0, 8972.0, 9089.0, 9044.0, 9017.0, 8973.0, 8998.0, 8967.0, 8958.0, 8967.0, 8917.0, 8976.0, 8931.0, 9029.0, 8956.0, 8981.0, 8961.0, 8980.0, 8970.0, 8952.0, 8998.0, 8982.0, 9038.0, 8959.0, 8999.0, 8969.0, 8989.0, 8966.0, 9008.0, 8986.0, 9051.0, 8982.0, 8961.0, 8984.0, 8921.0, 8979.0, 8951.0, 9015.0, 8969.0, 8966.0, 8924.0, 8978.0, 8953.0, 9009.0, 8971.0, 9033.0, 8977.0, 9001.0, 8972.0, 8940.0, 8973.0, 8971.0, 9020.0, 8965.0, 9011.0, 8980.0, 9001.0, 8981.0, 9020.0, 8995.0, 9039.0, 9007.0, 8944.0, 8970.0, 8939.0, 8981.0, 8959.0, 9019.0, 8983.0, 9054.0, 8974.0, 8995.0, 8968.0, 8991.0, 8983.0, 8998.0, 8989.0, 9003.0, 8973.0, 8957.0, 8966.0, 8942.0, 9012.0, 8955.0, 9037.0, 8971.0, 9012.0, 8969.0, 8988.0, 8968.0, 9025.0, 9001.0, 9030.0, 8985.0, 8936.0, 8950.0, 8935.0, 8979.0, 8956.0, 9030.0, 8985.0, 9046.0, 8974.0, 8982.0, 8967.0, 8919.0, 8982.0, 8965.0, 9034.0, 8976.0, 8986.0, 8968.0, 8994.0, 8985.0, 9031.0, 8988.0, 9064.0, 8985.0, 8960.0, 8948.0, 8934.0, 8994.0, 8952.0, 9032.0, 8969.0, 8993.0, 8967.0, 8988.0, 8965.0, 9008.0, 9002.0, 8971.0, 8971.0, 8953.0, 8985.0, 8956.0, 9028.0, 8990.0, 9028.0, 8983.0, 8951.0, 8968.0, 8954.0, 9028.0, 8976.0, 8998.0, 8973.0, 8984.0, 8974.0, 8987.0, 9026.0, 8980.0, 9003.0, 8992.0, 9019.0, 9008.0, 9038.0, 9049.0, 8994.0, 9005.0, 8973.0, 9016.0, 8972.0, 9068.0, 9037.0, 9026.0, 8981.0, 8935.0, 8995.0, 8981.0, 9031.0, 8970.0, 9011.0, 8965.0, 8974.0, 8977.0, 8991.0, 8982.0, 8984.0, 8952.0, 8938.0, 8979.0, 8985.0, 9027.0, 9005.0, 9031.0, 8970.0, 8939.0, 8970.0, 8953.0, 9028.0, 8975.0, 9015.0, 8955.0, 8993.0, 8969.0, 9008.0, 8983.0, 8981.0, 8952.0, 8936.0, 8962.0, 8953.0, 9022.0, 9003.0, 9017.0, 8972.0, 8943.0, 8974.0, 8946.0, 9027.0, 8994.0, 9032.0, 8972.0, 8969.0, 9001.0, 9014.0, 9022.0, 8958.0, 8983.0, 8941.0, 9023.0, 8972.0, 9046.0, 8985.0, 8979.0, 8968.0, 8939.0, 8985.0, 8972.0, 9033.0, 8964.0, 9001.0, 8965.0, 9018.0, 9005.0, 9034.0, 9010.0, 8949.0, 8987.0, 8957.0, 9013.0, 8975.0, 9052.0, 9022.0, 9012.0, 8968.0, 8939.0, 8998.0, 8969.0, 9034.0, 8961.0, 8998.0, 8956.0, 8996.0, 8973.0, 9026.0, 9020.0, 8959.0, 8972.0, 8957.0, 9028.0, 8960.0, 9049.0, 8986.0, 8995.0, 8968.0, 9009.0, 8985.0, 9030.0, 9006.0, 8940.0, 8965.0, 8942.0, 9009.0, 8941.0, 9033.0, 8958.0, 8994.0, 8967.0, 8996.0, 8983.0, 9009.0, 9020.0, 8958.0, 8983.0, 8940.0, 9005.0, 8968.0, 9046.0, 9019.0, 9000.0, 8969.0, 8954.0, 8996.0, 8950.0, 9035.0, 8958.0, 8993.0, 8953.0, 9008.0, 8985.0, 9047.0, 9002.0, 8932.0, 8950.0, 8939.0, 9008.0, 8954.0, 9037.0, 8941.0, 8973.0, 8957.0, 9006.0, 8981.0, 9030.0, 8972.0, 8940.0, 8957.0, 8959.0, 9015.0, 8947.0, 9035.0, 8946.0, 8982.0, 8964.0, 9029.0, 9004.0, 9036.0, 8976.0, 8941.0, 8971.0, 8946.0, 9030.0, 8978.0, 9052.0, 8962.0, 9011.0, 8975.0, 9010.0, 8998.0, 9004.0, 8988.0, 8945.0, 8983.0, 8961.0, 9029.0, 9000.0, 9051.0, 9007.0, 8956.0, 8952.0, 8960.0, 9015.0, 8970.0, 9069.0, 8987.0, 9010.0, 8967.0, 8996.0, 8997.0, 8999.0, 9048.0, 8953.0, 8977.0, 8951.0, 9007.0, 8979.0, 9029.0, 8996.0, 8939.0, 8950.0, 8934.0, 8978.0, 8937.0, 9028.0, 9003.0, 9011.0, 8969.0, 8944.0, 8985.0, 8967.0, 9019.0, 8947.0, 8971.0, 8959.0, 9016.0, 8991.0, 9052.0, 9009.0, 8944.0, 8969.0, 8951.0, 9013.0, 8971.0, 9068.0, 8987.0, 8994.0, 8956.0, 9011.0, 8985.0, 9010.0, 9000.0, 8953.0, 8965.0, 8948.0, 8990.0, 8949.0, 9028.0, 9003.0, 9025.0, 8966.0, 8933.0, 8979.0, 8976.0, 9011.0, 8958.0, 8966.0, 8948.0, 8978.0, 8971.0, 9025.0, 9000.0, 8973.0, 8954.0, 8938.0, 8979.0, 8956.0, 9024.0, 9007.0, 8997.0, 8957.0, 8953.0, 9000.0, 8971.0, 9035.0, 8952.0, 8972.0, 8951.0, 9005.0, 8969.0, 9026.0, 9007.0, 8938.0, 8949.0, 8942.0, 9014.0, 8955.0, 9050.0, 8973.0, 8994.0, 8965.0, 9009.0, 8968.0, 9012.0, 9003.0, 8952.0, 8973.0, 8962.0, 9002.0, 8966.0, 9023.0, 9021.0, 8952.0, 8965.0, 8939.0, 9009.0, 8970.0, 9029.0, 8985.0, 8939.0, 8939.0, 8958.0, 9014.0, 8956.0, 9052.0, 8975.0, 9014.0, 8948.0, 8970.0, 8982.0, 8944.0, 9009.0, 8982.0, 9015.0, 8981.0, 8966.0, 8947.0, 8982.0, 8979.0, 9032.0, 8956.0, 8993.0, 8952.0, 8954.0, 8974.0, 8976.0, 8997.0, 8940.0, 8966.0, 8941.0, 8982.0, 8974.0, 9011.0, 9005.0, 8956.0, 8971.0, 8957.0, 8999.0, 8971.0, 9045.0, 9023.0, 8997.0, 8964.0, 8968.0, 8997.0, 8953.0, 9043.0, 9013.0, 9039.0, 8962.0, 8955.0, 8943.0, 8944.0, 8992.0, 8950.0, 9007.0, 8948.0, 8971.0, 8964.0, 9006.0, 8976.0, 9015.0, 8965.0, 8947.0, 8946.0, 8957.0, 9024.0, 8983.0, 9038.0, 8993.0, 8987.0, 9006.0, 8952.0, 8980.0, 8968.0, 8971.0, 8932.0, 8918.0, 8971.0, 8962.0, 9006.0, 8965.0, 8971.0, 8996.0, 8966.0, 8960.0, 9001.0, 8978.0, 8987.0, 9011.0, 8968.0, 9024.0, 8967.0, 9019.0, 8967.0, 9024.0, 8978.0, 9018.0, 8973.0, 8991.0, 8940.0, 8933.0, 8907.0, 8877.0, 8894.0, 8906.0, 8943.0, 8915.0, 8943.0, 8918.0, 8930.0, 8921.0, 8928.0, 8921.0, 8920.0, 8941.0, 8932.0, 9005.0, 8982.0, 9010.0, 8954.0, 8982.0, 8964.0, 8963.0, 8986.0, 8978.0, 8992.0, 9000.0, 8971.0, 8979.0, 8966.0, 8992.0, 8983.0, 8997.0, 9024.0, 8993.0, 9040.0, 8933.0, 8952.0, 8951.0, 8964.0, 8991.0, 8980.0, 8965.0, 9012.0, 8966.0, 8977.0, 8950.0, 8989.0, 8980.0, 8981.0, 8999.0, 8954.0, 8966.0, 8967.0, 8992.0, 8985.0, 9011.0, 9004.0, 9033.0, 9034.0, 8968.0, 8980.0, 8964.0, 9005.0, 8982.0, 9046.0, 9020.0, 8980.0, 8965.0, 8960.0, 8980.0, 8950.0, 9030.0, 8971.0, 8990.0, 8966.0, 8966.0, 8987.0, 8983.0, 9022.0, 8948.0, 8987.0, 8973.0, 9029.0, 8991.0, 9051.0, 9020.0, 8969.0, 8957.0, 8956.0, 8998.0, 8970.0, 9037.0, 8968.0, 8992.0, 8979.0, 9007.0, 8982.0, 9026.0, 9002.0, 8952.0, 8967.0, 8951.0, 8981.0, 8972.0, 9029.0, 9007.0, 9031.0, 8971.0, 8965.0, 8969.0, 8977.0, 9018.0, 8967.0, 8976.0, 8961.0, 9019.0, 8980.0, 9047.0, 8968.0, 8990.0, 8976.0, 8979.0, 8979.0, 8982.0, 8948.0, 8932.0, 8962.0, 8954.0, 9019.0, 8984.0, 8992.0, 8966.0, 8934.0, 8972.0, 8970.0, 9036.0, 8991.0, 8982.0, 8977.0, 9030.0, 9004.0, 9035.0, 8988.0, 8956.0, 8951.0, 8956.0, 9027.0, 8972.0, 9070.0, 9003.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.0003912828207051763</td></tr>
<tr><td colspan=3>aqi</td><td>0.0374093273068267</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.9913962135886</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1805638042717688</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9599100774774768</td></tr>
<tr><td colspan=3>efc</td><td>0.4802</td></tr>
<tr><td colspan=3>fber</td><td>5813.3721</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12235018677198248</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>197</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.778694673668417</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.482997569791605</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3570153983498283</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.678414390687079</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.413562920337908</td></tr>
<tr><td colspan=3>gcor</td><td>0.00503802</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.025841841474175453</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03261352702975273</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1333</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.018253733742142</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>29.3181</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.9732</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.3576</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298286.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>12.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>732.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>315.3366</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7933</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>461.3428</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3226.4102</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3416.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78258.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1131.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4176.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>850.1151</td></tr>
<tr><td colspan=3>tsnr</td><td>33.844295132672414</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>