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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:19:45.277500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.993457, -0.0786906, 0.0827763, 0.0841214, 0.994379, -0.0643015]</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.0898838</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4157, -7779, -7215, 597, -157, -180, -98, 2]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.278</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>64c3b506-45b3-4334-a3d2-fcf39d4d5d25||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6653711795806885, 0.22569146752357483, 0.20857776701450348, 98.84369659423828], [0.21112120151519775, 2.6678452491760254, -0.19127874076366425, -106.16963958740234], [0.22208265960216522, 0.17251616716384888, 2.685127019882202, -79.83140563964844], [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': ['141945.277500', '141945.737500', '141946.197500', '141946.657500', '141947.117500', '141947.577500', '141948.037500', '141948.497500', '141948.957500', '141949.417500', '141949.877500', '141950.337500', '141950.797500', '141951.257500', '141951.717500', '141952.177500', '141952.637500', '141953.097500', '141953.557500', '141954.017500', '141954.477500', '141954.937500', '141955.397500', '141955.857500', '141956.317500', '141956.777500', '141957.237500', '141957.697500', '141958.157500', '141958.617500', '141959.077500', '141959.537500', '141959.997500', '142000.457500', '142000.917500', '142001.377500', '142001.837500', '142002.297500', '142002.757500', '142003.217500', '142003.677500', '142004.137500', '142004.597500', '142005.057500', '142005.517500', '142005.977500', '142006.437500', '142006.897500', '142007.357500', '142007.817500', '142008.277500', '142008.737500', '142009.197500', '142009.657500', '142010.117500', '142010.577500', '142011.037500', '142011.497500', '142011.957500', '142012.417500', '142012.877500', '142013.337500', '142013.797500', '142014.257500', '142014.717500', '142015.177500', '142015.637500', '142016.097500', '142016.557500', '142017.017500', '142017.477500', '142017.937500', '142018.397500', '142018.857500', '142019.317500', '142019.777500', '142020.237500', '142020.697500', '142021.157500', '142021.617500', '142022.077500', '142022.537500', '142022.997500', '142023.457500', '142023.917500', '142024.377500', '142024.837500', '142025.297500', '142025.757500', '142026.217500', '142026.677500', '142027.137500', '142027.597500', '142028.057500', '142028.517500', '142028.977500', '142029.437500', '142029.897500', '142030.357500', '142030.817500', '142031.277500', '142031.737500', '142032.197500', '142032.657500', '142033.117500', '142033.577500', '142034.037500', '142034.497500', '142034.957500', '142035.417500', '142035.877500', '142036.337500', '142036.797500', '142037.257500', '142037.717500', '142038.177500', '142038.637500', '142039.097500', '142039.557500', '142040.017500', '142040.477500', '142040.937500', '142041.397500', '142041.857500', '142042.317500', '142042.777500', '142043.237500', '142043.697500', '142044.157500', '142044.617500', '142045.077500', '142045.537500', '142045.997500', '142046.457500', '142046.917500', '142047.377500', '142047.837500', '142048.297500', '142048.757500', '142049.217500', '142049.677500', '142050.137500', '142050.597500', '142051.057500', '142051.517500', '142051.977500', '142052.437500', '142052.897500', '142053.357500', '142053.817500', '142054.277500', '142054.737500', '142055.197500', '142055.657500', '142056.117500', '142056.577500', '142057.037500', '142057.497500', '142057.957500', '142058.417500', '142058.877500', '142059.337500', '142059.797500', '142100.257500', '142100.717500', '142101.177500', '142101.637500', '142102.097500', '142102.557500', '142103.017500', '142103.477500', '142103.937500', '142104.397500', '142104.857500', '142105.317500', '142105.777500', '142106.237500', '142106.697500', '142107.157500', '142107.617500', '142108.077500', '142108.537500', '142108.997500', '142109.457500', '142109.917500', '142110.377500', '142110.837500', '142111.297500', '142111.757500', '142112.217500', '142112.677500', '142113.137500', '142113.597500', '142114.057500', '142114.517500', '142114.977500', '142115.437500', '142115.897500', '142116.357500', '142116.817500', '142117.277500', '142117.737500', '142118.197500', '142118.657500', '142119.117500', '142119.577500', '142120.037500', '142120.497500', '142120.957500', '142121.417500', '142121.877500', '142122.337500', '142122.797500', '142123.257500', '142123.717500', '142124.177500', '142124.637500', '142125.097500', '142125.557500', '142126.017500', '142126.477500', '142126.937500', '142127.397500', '142127.857500', '142128.317500', '142128.777500', '142129.237500', '142129.697500', '142130.157500', '142130.617500', '142131.077500', '142131.537500', '142131.997500', '142132.457500', '142132.917500', '142133.377500', '142133.837500', '142134.297500', '142134.757500', '142135.217500', '142135.677500', '142136.137500', '142136.597500', '142137.057500', '142137.517500', '142137.977500', '142138.437500', '142138.897500', '142139.357500', '142139.817500', '142140.277500', '142140.737500', '142141.197500', '142141.657500', '142142.117500', '142142.577500', '142143.037500', '142143.497500', '142143.957500', '142144.417500', '142144.877500', '142145.337500', '142145.797500', '142146.257500', '142146.717500', '142147.177500', '142147.637500', '142148.097500', '142148.557500', '142149.017500', '142149.477500', '142149.937500', '142150.397500', '142150.857500', '142151.317500', '142151.777500', '142152.237500', '142152.697500', '142153.157500', '142153.617500', '142154.077500', '142154.537500', '142154.997500', '142155.457500', '142155.917500', '142156.377500', '142156.837500', '142157.297500', '142157.757500', '142158.217500', '142158.677500', '142159.137500', '142159.597500', '142200.057500', '142200.517500', '142200.977500', '142201.437500', '142201.897500', '142202.357500', '142202.817500', '142203.277500', '142203.737500', '142204.197500', '142204.657500', '142205.117500', '142205.577500', '142206.037500', '142206.497500', '142206.957500', '142207.417500', '142207.877500', '142208.337500', '142208.797500', '142209.257500', '142209.717500', '142210.177500', '142210.637500', '142211.097500', '142211.557500', '142212.017500', '142212.477500', '142212.937500', '142213.397500', '142213.857500', '142214.317500', '142214.777500', '142215.237500', '142215.697500', '142216.157500', '142216.617500', '142217.077500', '142217.537500', '142217.997500', '142218.457500', '142218.917500', '142219.377500', '142219.837500', '142220.297500', '142220.757500', '142221.217500', '142221.677500', '142222.137500', '142222.597500', '142223.057500', '142223.517500', '142223.977500', '142224.437500', '142224.897500', '142225.357500', '142225.817500', '142226.277500', '142226.737500', '142227.197500', '142227.657500', '142228.117500', '142228.577500', '142229.037500', '142229.497500', '142229.957500', '142230.417500', '142230.877500', '142231.337500', '142231.797500', '142232.257500', '142232.717500', '142233.177500', '142233.637500', '142234.097500', '142234.557500', '142235.017500', '142235.477500', '142235.937500', '142236.397500', '142236.857500', '142237.317500', '142237.777500', '142238.237500', '142238.697500', '142239.157500', '142239.617500', '142240.077500', '142240.537500', '142240.997500', '142241.457500', '142241.917500', '142242.377500', '142242.837500', '142243.297500', '142243.757500', '142244.217500', '142244.677500', '142245.137500', '142245.597500', '142246.057500', '142246.517500', '142246.977500', '142247.437500', '142247.897500', '142248.357500', '142248.817500', '142249.277500', '142249.737500', '142250.197500', '142250.657500', '142251.117500', '142251.577500', '142252.037500', '142252.497500', '142252.957500', '142253.417500', '142253.877500', '142254.337500', '142254.797500', '142255.257500', '142255.717500', '142256.177500', '142256.637500', '142257.097500', '142257.557500', '142258.017500', '142258.477500', '142258.937500', '142259.397500', '142259.857500', '142300.317500', '142300.777500', '142301.237500', '142301.697500', '142302.157500', '142302.617500', '142303.077500', '142303.537500', '142303.997500', '142304.457500', '142304.917500', '142305.377500', '142305.837500', '142306.297500', '142306.757500', '142307.217500', '142307.677500', '142308.137500', '142308.597500', '142309.057500', '142309.517500', '142309.977500', '142310.437500', '142310.897500', '142311.357500', '142311.817500', '142312.277500', '142312.737500', '142313.197500', '142313.657500', '142314.117500', '142314.577500', '142315.037500', '142315.497500', '142315.957500', '142316.417500', '142316.877500', '142317.337500', '142317.797500', '142318.257500', '142318.717500', '142319.177500', '142319.637500', '142320.097500', '142320.557500', '142321.017500', '142321.477500', '142321.937500', '142322.397500', '142322.857500', '142323.317500', '142323.777500', '142324.237500', '142324.697500', '142325.157500', '142325.617500', '142326.077500', '142326.537500', '142326.997500', '142327.457500', '142327.917500', '142328.377500', '142328.837500', '142329.297500', '142329.757500', '142330.217500', '142330.677500', '142331.137500', '142331.597500', '142332.057500', '142332.517500', '142332.977500', '142333.437500', '142333.897500', '142334.357500', '142334.817500', '142335.277500', '142335.737500', '142336.197500', '142336.657500', '142337.117500', '142337.577500', '142338.037500', '142338.497500', '142338.957500', '142339.417500', '142339.877500', '142340.337500', '142340.797500', '142341.257500', '142341.717500', '142342.177500', '142342.637500', '142343.097500', '142343.557500', '142344.017500', '142344.477500', '142344.937500', '142345.397500', '142345.857500', '142346.317500', '142346.777500', '142347.237500', '142347.697500', '142348.157500', '142348.617500', '142349.077500', '142349.537500', '142349.997500', '142350.457500', '142350.917500', '142351.377500', '142351.837500', '142352.297500', '142352.757500', '142353.217500', '142353.677500', '142354.137500', '142354.597500', '142355.057500', '142355.517500', '142355.977500', '142356.437500', '142356.897500', '142357.357500', '142357.817500', '142358.277500', '142358.737500', '142359.197500', '142359.657500', '142400.117500', '142400.577500', '142401.037500', '142401.497500', '142401.957500', '142402.417500', '142402.877500', '142403.337500', '142403.797500', '142404.257500', '142404.717500', '142405.177500', '142405.637500', '142406.097500', '142406.557500', '142407.017500', '142407.477500', '142407.937500', '142408.397500', '142408.857500', '142409.317500', '142409.777500', '142410.237500', '142410.697500', '142411.157500', '142411.617500', '142412.077500', '142412.537500', '142412.997500', '142413.457500', '142413.917500', '142414.377500', '142414.837500', '142415.297500', '142415.757500', '142416.217500', '142416.677500', '142417.137500', '142417.597500', '142418.057500', '142418.517500', '142418.977500', '142419.437500', '142419.897500', '142420.357500', '142420.817500', '142421.277500', '142421.737500', '142422.197500', '142422.657500', '142423.117500', '142423.577500', '142424.037500', '142424.497500', '142424.957500', '142425.417500', '142425.877500', '142426.337500', '142426.797500', '142427.257500', '142427.717500', '142428.177500', '142428.637500', '142429.097500', '142429.557500', '142430.017500', '142430.477500', '142430.937500', '142431.397500', '142431.857500', '142432.317500', '142432.777500', '142433.237500', '142433.697500', '142434.157500', '142434.617500', '142435.077500', '142435.537500', '142435.997500', '142436.457500', '142436.917500', '142437.377500', '142437.837500', '142438.297500', '142438.757500', '142439.217500', '142439.677500', '142440.137500', '142440.597500', '142441.057500', '142441.517500', '142441.977500', '142442.437500', '142442.897500', '142443.357500', '142443.817500', '142444.277500', '142444.737500', '142445.197500', '142445.657500', '142446.117500', '142446.577500', '142447.037500', '142447.497500', '142447.957500', '142448.417500', '142448.877500', '142449.337500', '142449.797500', '142450.257500', '142450.717500', '142451.177500', '142451.637500', '142452.097500', '142452.557500', '142453.017500', '142453.477500', '142453.937500', '142454.397500', '142454.857500', '142455.317500', '142455.777500', '142456.237500', '142456.697500', '142457.157500', '142457.617500', '142458.077500', '142458.537500', '142458.997500', '142459.457500', '142459.917500', '142500.377500', '142500.837500', '142501.297500', '142501.757500', '142502.217500', '142502.677500', '142503.137500', '142503.597500', '142504.057500', '142504.517500', '142504.977500', '142505.437500', '142505.897500', '142506.357500', '142506.817500', '142507.277500', '142507.737500', '142508.197500', '142508.657500', '142509.117500', '142509.577500', '142510.037500', '142510.497500', '142510.957500', '142511.417500', '142511.877500', '142512.337500', '142512.797500', '142513.257500', '142513.717500', '142514.177500', '142514.637500', '142515.097500', '142515.557500', '142516.017500', '142516.477500', '142516.937500', '142517.397500', '142517.857500', '142518.317500', '142518.777500', '142519.237500', '142519.697500', '142520.157500', '142520.617500', '142521.077500', '142521.537500', '142521.997500', '142522.457500', '142522.917500', '142523.377500', '142523.837500', '142524.297500', '142524.757500', '142525.217500', '142525.677500', '142526.137500', '142526.597500', '142527.057500', '142527.517500', '142527.977500', '142528.437500', '142528.897500', '142529.357500', '142529.817500', '142530.277500', '142530.737500', '142531.197500', '142531.657500', '142532.117500', '142532.577500', '142533.037500', '142533.497500', '142533.957500', '142534.417500', '142534.877500', '142535.337500', '142535.797500', '142536.257500', '142536.717500', '142537.177500', '142537.637500', '142538.097500', '142538.557500', '142539.017500', '142539.477500', '142539.937500', '142540.397500', '142540.857500', '142541.317500', '142541.777500', '142542.237500', '142542.697500', '142543.157500', '142543.617500', '142544.077500', '142544.537500', '142544.997500', '142545.457500', '142545.917500', '142546.377500', '142546.837500', '142547.297500', '142547.757500', '142548.217500', '142548.677500', '142549.137500', '142549.597500', '142550.057500', '142550.517500', '142550.977500', '142551.437500', '142551.897500', '142552.357500', '142552.817500', '142553.277500', '142553.737500', '142554.197500', '142554.657500', '142555.117500', '142555.577500', '142556.037500', '142556.497500', '142556.957500', '142557.417500', '142557.877500', '142558.337500', '142558.797500', '142559.257500', '142559.717500', '142600.177500', '142600.637500', '142601.097500', '142601.557500', '142602.017500', '142602.477500', '142602.937500', '142603.397500', '142603.857500', '142604.317500', '142604.777500', '142605.237500', '142605.697500', '142606.157500', '142606.617500', '142607.077500', '142607.537500', '142607.997500', '142608.457500', '142608.917500', '142609.377500', '142609.837500', '142610.297500', '142610.757500', '142611.217500', '142611.677500', '142612.137500', '142612.597500', '142613.057500', '142613.517500', '142613.977500', '142614.437500', '142614.897500', '142615.357500', '142615.817500', '142616.277500', '142616.737500', '142617.197500', '142617.657500', '142618.117500', '142618.577500', '142619.037500', '142619.497500', '142619.957500', '142620.417500', '142620.877500', '142621.337500', '142621.797500', '142622.257500', '142622.717500', '142623.177500', '142623.637500', '142624.097500', '142624.557500', '142625.017500', '142625.477500', '142625.937500', '142626.397500', '142626.857500', '142627.317500', '142627.777500', '142628.237500', '142628.697500', '142629.157500', '142629.617500', '142630.077500', '142630.537500', '142630.997500', '142631.457500', '142631.917500', '142632.377500', '142632.837500', '142633.297500', '142633.757500', '142634.217500', '142634.677500', '142635.137500', '142635.597500', '142636.057500', '142636.517500', '142636.977500', '142637.437500', '142637.897500', '142638.357500', '142638.817500', '142639.277500', '142639.737500', '142640.197500', '142640.657500', '142641.117500', '142641.577500', '142642.037500', '142642.497500', '142642.957500', '142643.417500', '142643.877500', '142644.337500', '142644.797500', '142645.257500', '142645.717500', '142646.177500', '142646.637500', '142647.097500', '142647.557500', '142648.017500', '142648.477500', '142648.937500', '142649.397500', '142649.857500', '142650.317500', '142650.777500', '142651.237500', '142651.697500', '142652.157500', '142652.617500', '142653.077500', '142653.537500', '142653.997500', '142654.457500', '142654.917500', '142655.377500', '142655.837500', '142656.297500', '142656.757500', '142657.217500', '142657.677500', '142658.137500', '142658.597500', '142659.057500', '142659.517500', '142659.977500', '142700.437500', '142700.897500', '142701.357500', '142701.817500', '142702.277500', '142702.737500', '142703.197500', '142703.657500', '142704.117500', '142704.577500', '142705.037500', '142705.497500', '142705.957500', '142706.417500', '142706.877500', '142707.337500', '142707.797500', '142708.257500', '142708.717500', '142709.177500', '142709.637500', '142710.097500', '142710.557500', '142711.017500', '142711.477500', '142711.937500', '142712.397500', '142712.857500', '142713.317500', '142713.777500', '142714.237500', '142714.697500', '142715.157500', '142715.617500', '142716.077500', '142716.537500', '142716.997500', '142717.457500', '142717.917500', '142718.377500', '142718.837500', '142719.297500', '142719.757500', '142720.217500', '142720.677500', '142721.137500', '142721.597500', '142722.057500', '142722.517500', '142722.977500', '142723.437500', '142723.897500', '142724.357500', '142724.817500', '142725.277500', '142725.737500', '142726.197500', '142726.657500', '142727.117500', '142727.577500', '142728.037500', '142728.497500', '142728.957500', '142729.417500', '142729.877500', '142730.337500', '142730.797500', '142731.257500', '142731.717500', '142732.177500', '142732.637500', '142733.097500', '142733.557500', '142734.017500', '142734.477500', '142734.937500', '142735.397500', '142735.857500', '142736.317500', '142736.777500', '142737.237500', '142737.697500', '142738.157500', '142738.617500', '142739.077500', '142739.537500', '142739.997500', '142740.457500', '142740.917500', '142741.377500', '142741.837500', '142742.297500', '142742.757500', '142743.217500', '142743.677500', '142744.137500', '142744.597500', '142745.057500', '142745.517500', '142745.977500', '142746.437500', '142746.897500', '142747.357500', '142747.817500', '142748.277500', '142748.737500', '142749.197500', '142749.657500', '142750.117500', '142750.577500', '142751.037500', '142751.497500', '142751.957500', '142752.417500', '142752.877500', '142753.337500', '142753.797500', '142754.257500', '142754.717500', '142755.177500', '142755.637500', '142756.097500', '142756.557500', '142757.017500', '142757.477500', '142757.937500', '142758.397500', '142758.857500', '142759.317500', '142759.777500', '142800.237500', '142800.697500', '142801.157500', '142801.617500', '142802.077500', '142802.537500', '142802.997500', '142803.457500', '142803.917500', '142804.377500', '142804.837500', '142805.297500', '142805.757500', '142806.217500', '142806.677500', '142807.137500', '142807.597500', '142808.057500', '142808.517500', '142808.977500', '142809.437500', '142809.897500', '142810.357500', '142810.817500', '142811.277500', '142811.737500', '142812.197500', '142812.657500', '142813.117500', '142813.577500', '142814.037500', '142814.497500', '142814.957500', '142815.417500', '142815.877500', '142816.337500', '142816.797500', '142817.257500', '142817.717500', '142818.177500', '142818.637500', '142819.097500', '142819.557500', '142820.017500', '142820.477500', '142820.937500', '142821.397500', '142821.857500', '142822.317500', '142822.777500', '142823.237500', '142823.697500', '142824.157500', '142824.617500', '142825.077500', '142825.537500', '142825.997500', '142826.457500', '142826.917500', '142827.377500', '142827.837500', '142828.297500', '142828.757500', '142829.217500', '142829.677500', '142830.137500', '142830.597500', '142831.057500', '142831.517500', '142831.977500', '142832.437500', '142832.897500', '142833.357500', '142833.817500', '142834.277500', '142834.737500', '142835.197500', '142835.657500', '142836.117500', '142836.577500', '142837.037500', '142837.497500', '142837.957500', '142838.417500', '142838.877500', '142839.337500', '142839.797500', '142840.257500', '142840.717500', '142841.177500', '142841.637500', '142842.097500', '142842.557500', '142843.017500', '142843.477500', '142843.937500', '142844.397500', '142844.857500', '142845.317500', '142845.777500', '142846.237500', '142846.697500', '142847.157500', '142847.617500', '142848.077500', '142848.537500', '142848.997500', '142849.457500', '142849.917500', '142850.377500', '142850.837500', '142851.297500', '142851.757500', '142852.217500', '142852.677500', '142853.137500', '142853.597500', '142854.057500', '142854.517500', '142854.977500', '142855.437500', '142855.897500', '142856.357500', '142856.817500', '142857.277500', '142857.737500', '142858.197500', '142858.657500', '142859.117500', '142859.577500', '142900.037500', '142900.497500', '142900.957500', '142901.417500', '142901.877500', '142902.337500', '142902.797500', '142903.257500', '142903.717500', '142904.177500', '142904.637500', '142905.097500', '142905.557500', '142906.017500', '142906.477500', '142906.937500', '142907.397500', '142907.857500', '142908.317500', '142908.777500', '142909.237500', '142909.697500', '142910.157500', '142910.617500', '142911.077500', '142911.537500', '142911.997500', '142912.457500', '142912.917500', '142913.377500', '142913.837500', '142914.297500', '142914.757500', '142915.217500', '142915.677500', '142916.137500', '142916.597500', '142917.057500', '142917.517500', '142917.977500', '142918.437500', '142918.897500', '142919.357500', '142919.817500', '142920.277500', '142920.737500', '142921.197500', '142921.657500', '142922.117500', '142922.577500', '142923.037500', '142923.497500', '142923.957500', '142924.417500', '142924.877500', '142925.337500', '142925.797500', '142926.257500', '142926.717500', '142927.177500', '142927.637500', '142928.097500', '142928.557500', '142929.017500', '142929.477500', '142929.937500', '142930.397500', '142930.857500', '142931.317500', '142931.777500', '142932.237500', '142932.697500', '142933.157500', '142933.617500', '142934.077500', '142934.537500', '142934.997500', '142935.457500', '142935.917500', '142936.377500', '142936.837500', '142937.297500', '142937.757500', '142938.217500', '142938.677500', '142939.137500', '142939.597500', '142940.057500', '142940.517500', '142940.977500', '142941.437500', '142941.897500', '142942.357500', '142942.817500', '142943.277500', '142943.737500', '142944.197500', '142944.657500', '142945.117500', '142945.577500', '142946.037500', '142946.497500', '142946.957500', '142947.417500', '142947.877500', '142948.337500', '142948.797500', '142949.257500', '142949.717500', '142950.177500', '142950.637500', '142951.097500', '142951.557500', '142952.017500', '142952.477500', '142952.937500', '142953.397500', '142953.857500', '142954.317500', '142954.777500', '142955.237500', '142955.697500', '142956.157500', '142956.617500', '142957.077500', '142957.537500', '142957.997500', '142958.457500', '142958.917500'], 'ContentTime': ['142005.792000', '142005.795000', '142005.799000', '142005.810000', '142005.813000', '142005.816000', '142005.819000', '142005.822000', '142005.825000', '142005.828000', '142005.831000', '142005.841000', '142005.844000', '142005.847000', '142005.850000', '142005.853000', '142005.856000', '142005.859000', '142005.862000', '142005.865000', '142005.868000', '142005.871000', '142005.874000', '142005.876000', '142005.880000', '142005.883000', '142005.886000', '142005.889000', '142005.892000', '142005.895000', '142005.898000', '142005.901000', '142005.904000', '142005.907000', '142005.909000', '142005.912000', '142005.915000', '142005.918000', '142005.921000', '142005.924000', '142005.927000', '142005.930000', '142005.933000', '142005.936000', '142025.743000', '142025.746000', '142025.749000', '142025.752000', '142025.755000', '142025.758000', '142025.761000', '142025.763000', '142025.766000', '142025.769000', '142025.772000', '142025.775000', '142025.778000', '142025.781000', '142025.784000', '142025.786000', '142025.789000', '142025.792000', '142025.795000', '142025.798000', '142025.801000', '142025.804000', '142025.806000', '142025.809000', '142025.812000', '142025.815000', '142025.818000', '142025.821000', '142025.824000', '142025.826000', '142025.829000', '142025.832000', '142025.835000', '142025.838000', '142025.841000', '142025.844000', '142025.854000', '142025.856000', '142025.859000', '142025.862000', '142025.865000', '142025.868000', '142025.871000', '142045.743000', '142045.746000', '142045.749000', '142045.752000', '142045.754000', '142045.757000', '142045.760000', '142045.763000', '142045.766000', '142045.769000', '142045.772000', '142045.775000', '142045.778000', '142045.780000', '142045.783000', '142045.786000', '142045.789000', '142045.792000', '142045.795000', '142045.798000', '142045.801000', '142045.803000', '142045.806000', '142045.809000', '142045.812000', '142045.815000', '142045.818000', '142045.821000', '142045.824000', '142045.826000', '142045.829000', '142045.832000', '142045.835000', '142045.838000', '142045.841000', '142045.844000', '142045.846000', '142045.849000', '142045.852000', '142045.855000', '142045.858000', '142045.861000', '142045.864000', '142045.866000', '142105.742000', '142105.745000', '142105.748000', '142105.751000', '142105.754000', '142105.756000', '142105.759000', '142105.762000', '142105.765000', '142105.768000', '142105.771000', '142105.774000', '142105.777000', '142105.780000', '142105.782000', '142105.785000', '142105.788000', '142105.791000', '142105.794000', '142105.797000', '142105.800000', '142105.803000', '142105.807000', '142105.810000', '142105.825000', '142105.828000', '142105.831000', '142105.834000', '142105.837000', '142105.839000', '142105.842000', '142105.845000', '142105.848000', '142105.851000', '142105.854000', '142105.857000', '142105.860000', '142105.863000', '142105.866000', '142105.868000', '142105.871000', '142105.874000', '142105.877000', '142125.742000', '142125.745000', '142125.748000', '142125.751000', '142125.753000', '142125.757000', '142125.760000', '142125.763000', '142125.766000', '142125.769000', '142125.772000', '142125.775000', '142125.777000', '142125.781000', '142125.783000', '142125.786000', '142125.789000', '142125.792000', '142125.795000', '142125.798000', '142125.800000', '142125.803000', '142125.806000', '142125.809000', '142125.812000', '142125.815000', '142125.818000', '142125.821000', '142125.823000', '142125.826000', '142125.829000', '142125.832000', '142125.835000', '142125.838000', '142125.841000', '142125.843000', '142125.853000', '142125.856000', '142125.859000', '142125.861000', '142125.864000', '142125.867000', '142125.870000', '142125.873000', '142145.742000', '142145.745000', '142145.748000', '142145.751000', '142145.754000', '142145.757000', '142145.760000', '142145.763000', '142145.765000', '142145.768000', '142145.771000', '142145.774000', '142145.777000', '142145.780000', '142145.783000', '142145.786000', '142145.788000', '142145.791000', '142145.804000', '142145.807000', '142145.809000', '142145.812000', '142145.815000', '142145.818000', '142145.821000', '142145.824000', '142145.827000', '142145.830000', '142145.832000', '142145.835000', '142145.838000', '142145.841000', '142145.844000', '142145.847000', '142145.850000', '142145.853000', '142145.856000', '142145.859000', '142145.861000', '142145.864000', '142145.867000', '142145.870000', '142145.873000', '142205.743000', '142205.746000', '142205.749000', '142205.752000', '142205.755000', '142205.758000', '142205.761000', '142205.764000', '142205.767000', '142205.770000', '142205.772000', '142205.775000', '142205.778000', '142205.781000', '142205.784000', '142205.787000', '142205.790000', '142205.793000', '142205.796000', '142205.798000', '142205.801000', '142205.804000', '142205.807000', '142205.810000', '142205.813000', '142205.816000', '142205.819000', '142205.822000', '142205.825000', '142205.827000', '142205.830000', '142205.833000', '142205.836000', '142205.839000', '142205.842000', '142205.845000', '142205.848000', '142205.851000', '142205.854000', '142205.856000', '142205.859000', '142205.862000', '142205.865000', '142205.868000', '142225.743000', '142225.746000', '142225.749000', '142225.752000', '142225.755000', '142225.758000', '142225.761000', '142225.764000', '142225.766000', '142225.769000', '142225.772000', '142225.775000', '142225.778000', '142225.781000', '142225.784000', '142225.787000', '142225.790000', '142225.792000', '142225.795000', '142225.798000', '142225.801000', '142225.804000', '142225.807000', '142225.810000', '142225.813000', '142225.816000', '142225.822000', '142225.825000', '142225.828000', '142225.831000', '142225.834000', '142225.837000', '142225.839000', '142225.844000', '142225.847000', '142225.850000', '142225.853000', '142225.856000', '142225.859000', '142225.862000', '142225.864000', '142225.867000', '142225.870000', '142245.743000', '142245.746000', '142245.749000', '142245.752000', '142245.755000', '142245.767000', '142245.770000', '142245.773000', '142245.776000', '142245.779000', '142245.782000', '142245.785000', '142245.788000', '142245.791000', '142245.794000', '142245.797000', '142245.799000', '142245.802000', '142245.805000', '142245.808000', '142245.811000', '142245.814000', '142245.817000', '142245.820000', '142245.823000', '142245.825000', '142245.828000', '142245.831000', '142245.834000', '142245.837000', '142245.840000', '142245.843000', '142245.846000', '142245.848000', '142245.851000', '142245.854000', '142245.857000', '142245.860000', '142245.863000', '142245.866000', '142245.869000', '142245.872000', '142245.874000', '142245.877000', '142305.743000', '142305.746000', '142305.749000', '142305.752000', '142305.755000', '142305.758000', '142305.761000', '142305.763000', '142305.766000', '142305.769000', '142305.772000', '142305.775000', '142305.778000', '142305.781000', '142305.784000', '142305.787000', '142305.790000', '142305.793000', '142305.795000', '142305.798000', '142305.801000', '142305.804000', '142305.807000', '142305.810000', '142305.813000', '142305.816000', '142305.819000', '142305.821000', '142305.824000', '142305.827000', '142305.830000', '142305.833000', '142305.836000', '142305.839000', '142305.842000', '142305.845000', '142305.847000', '142305.850000', '142305.853000', '142305.856000', '142305.859000', '142305.862000', '142305.865000', '142325.742000', '142325.745000', '142325.748000', '142325.751000', '142325.754000', '142325.757000', '142325.760000', '142325.762000', '142325.765000', '142325.768000', '142325.771000', '142325.774000', '142325.777000', '142325.780000', '142325.783000', '142325.786000', '142325.789000', '142325.791000', '142325.794000', '142325.797000', '142325.800000', '142325.803000', '142325.806000', '142325.809000', '142325.812000', '142325.814000', '142325.817000', '142325.820000', '142325.823000', '142325.826000', '142325.829000', '142325.832000', '142325.835000', '142325.838000', '142325.841000', '142325.843000', '142325.846000', '142325.849000', '142325.852000', '142325.855000', '142325.858000', '142325.860000', '142325.863000', '142325.866000', '142345.742000', '142345.745000', '142345.748000', '142345.751000', '142345.754000', '142345.757000', '142345.760000', '142345.762000', '142345.765000', '142345.768000', '142345.771000', '142345.774000', '142345.777000', '142345.780000', '142345.783000', '142345.785000', '142345.789000', '142345.791000', '142345.794000', '142345.797000', '142345.800000', '142345.803000', '142345.806000', '142345.809000', '142345.812000', '142345.814000', '142345.817000', '142345.820000', '142345.823000', '142345.826000', '142345.829000', '142345.832000', '142345.835000', '142345.838000', '142345.840000', '142345.843000', '142345.846000', '142345.849000', '142345.852000', '142345.855000', '142345.858000', '142345.861000', '142345.863000', '142405.742000', '142405.745000', '142405.748000', '142405.751000', '142405.754000', '142405.757000', '142405.760000', '142405.762000', '142405.765000', '142405.768000', '142405.771000', '142405.774000', '142405.777000', '142405.780000', '142405.783000', '142405.786000', '142405.789000', '142405.792000', '142405.794000', '142405.797000', '142405.800000', '142405.803000', '142405.806000', '142405.809000', '142405.812000', '142405.815000', '142405.817000', '142405.820000', '142405.823000', '142405.826000', '142405.843000', '142405.846000', '142405.849000', '142405.862000', '142405.864000', '142405.867000', '142405.870000', '142405.873000', '142405.876000', '142405.879000', '142405.882000', '142405.885000', '142405.888000', '142405.890000', '142425.743000', '142425.746000', '142425.749000', '142425.752000', '142425.755000', '142425.758000', '142425.760000', '142425.763000', '142425.766000', '142425.769000', '142425.772000', '142425.775000', '142425.778000', '142425.781000', '142425.784000', '142425.787000', '142425.790000', '142425.793000', '142425.796000', '142425.805000', '142425.808000', '142425.811000', '142425.814000', '142425.817000', '142425.820000', '142425.822000', '142425.825000', '142425.828000', '142425.831000', '142425.834000', '142425.837000', '142425.840000', '142425.843000', '142425.846000', '142425.848000', '142425.851000', '142425.854000', '142425.857000', '142425.860000', '142425.863000', '142425.866000', '142425.868000', '142425.871000', '142445.743000', '142445.746000', '142445.749000', '142445.752000', '142445.755000', '142445.758000', '142445.761000', '142445.764000', '142445.767000', '142445.770000', '142445.773000', '142445.776000', '142445.779000', '142445.782000', '142445.785000', '142445.787000', '142445.790000', '142445.793000', '142445.796000', '142445.799000', '142445.802000', '142445.805000', '142445.808000', '142445.810000', '142445.813000', '142445.816000', '142445.819000', '142445.822000', '142445.825000', '142445.828000', '142445.831000', '142445.834000', '142445.837000', '142445.839000', '142445.842000', '142445.845000', '142445.848000', '142445.856000', '142445.858000', '142445.861000', '142445.864000', '142445.867000', '142445.870000', '142505.743000', '142505.746000', '142505.749000', '142505.752000', '142505.755000', '142505.758000', '142505.761000', '142505.764000', '142505.767000', '142505.769000', '142505.772000', '142505.775000', '142505.778000', '142505.781000', '142505.784000', '142505.787000', '142505.790000', '142505.793000', '142505.796000', '142505.799000', '142505.801000', '142505.804000', '142505.807000', '142505.810000', '142505.821000', '142505.824000', '142505.827000', '142505.830000', '142505.833000', '142505.836000', '142505.839000', '142505.842000', '142505.845000', '142505.848000', '142505.851000', '142505.854000', '142505.856000', '142505.859000', '142505.862000', '142505.865000', '142505.868000', '142505.871000', '142505.874000', '142505.877000', '142525.743000', '142525.746000', '142525.749000', '142525.752000', '142525.755000', '142525.758000', '142525.761000', '142525.763000', '142525.767000', '142525.771000', '142525.774000', '142525.777000', '142525.780000', '142525.783000', '142525.785000', '142525.789000', '142525.791000', '142525.794000', '142525.797000', '142525.800000', '142525.803000', '142525.806000', '142525.809000', '142525.812000', '142525.814000', '142525.817000', '142525.820000', '142525.823000', '142525.826000', '142525.829000', '142525.832000', '142525.835000', '142525.837000', '142525.840000', '142525.843000', '142525.846000', '142525.849000', '142525.852000', '142525.855000', '142525.858000', '142525.860000', '142525.863000', '142525.866000', '142545.742000', '142545.745000', '142545.748000', '142545.751000', '142545.754000', '142545.757000', '142545.760000', '142545.763000', '142545.765000', '142545.768000', '142545.771000', '142545.774000', '142545.777000', '142545.780000', '142545.783000', '142545.786000', '142545.789000', '142545.791000', '142545.794000', '142545.797000', '142545.800000', '142545.803000', '142545.806000', '142545.809000', '142545.812000', '142545.815000', '142545.818000', '142545.821000', '142545.823000', '142545.826000', '142545.829000', '142545.832000', '142545.835000', '142545.838000', '142545.841000', '142545.844000', '142545.846000', '142545.849000', '142545.852000', '142545.855000', '142545.858000', '142545.861000', '142545.864000', '142545.867000', '142605.742000', '142605.745000', '142605.748000', '142605.751000', '142605.754000', '142605.757000', '142605.760000', '142605.762000', '142605.765000', '142605.768000', '142605.771000', '142605.774000', '142605.777000', '142605.780000', '142605.783000', '142605.786000', '142605.789000', '142605.792000', '142605.795000', '142605.797000', '142605.800000', '142605.803000', '142605.806000', '142605.809000', '142605.812000', '142605.815000', '142605.818000', '142605.821000', '142605.824000', '142605.826000', '142605.829000', '142605.832000', '142605.835000', '142605.838000', '142605.841000', '142605.844000', '142605.847000', '142605.850000', '142605.853000', '142605.856000', '142605.859000', '142605.862000', '142605.865000', '142625.742000', '142625.745000', '142625.748000', '142625.751000', '142625.754000', '142625.757000', '142625.760000', '142625.763000', '142625.765000', '142625.768000', '142625.771000', '142625.774000', '142625.777000', '142625.785000', '142625.788000', '142625.791000', '142625.794000', '142625.797000', '142625.800000', '142625.802000', '142625.805000', '142625.808000', '142625.811000', '142625.814000', '142625.817000', '142625.820000', '142625.823000', '142625.826000', '142625.828000', '142625.831000', '142625.834000', '142625.837000', '142625.840000', '142625.843000', '142625.846000', '142625.849000', '142625.851000', '142625.854000', '142625.857000', '142625.860000', '142625.863000', '142625.866000', '142625.869000', '142625.872000', '142645.743000', '142645.746000', '142645.749000', '142645.752000', '142645.755000', '142645.758000', '142645.761000', '142645.764000', '142645.766000', '142645.769000', '142645.772000', '142645.775000', '142645.778000', '142645.781000', '142645.784000', '142645.787000', '142645.790000', '142645.792000', '142645.795000', '142645.798000', '142645.801000', '142645.804000', '142645.807000', '142645.810000', '142645.813000', '142645.816000', '142645.819000', '142645.822000', '142645.825000', '142645.828000', '142645.831000', '142645.833000', '142645.836000', '142645.839000', '142645.842000', '142645.845000', '142645.848000', '142645.851000', '142645.854000', '142645.857000', '142645.859000', '142645.862000', '142645.865000', '142705.743000', '142705.746000', '142705.749000', '142705.752000', '142705.755000', '142705.758000', '142705.760000', '142705.763000', '142705.766000', '142705.769000', '142705.772000', '142705.775000', '142705.778000', '142705.781000', '142705.784000', '142705.787000', '142705.790000', '142705.792000', '142705.795000', '142705.798000', '142705.801000', '142705.804000', '142705.807000', '142705.810000', '142705.813000', '142705.816000', '142705.819000', '142705.821000', '142705.824000', '142705.827000', '142705.830000', '142705.833000', '142705.836000', '142705.839000', '142705.841000', '142705.844000', '142705.847000', '142705.850000', '142705.853000', '142705.856000', '142705.859000', '142705.862000', '142705.865000', '142705.867000', '142725.743000', '142725.746000', '142725.749000', '142725.752000', '142725.756000', '142725.759000', '142725.762000', '142725.765000', '142725.768000', '142725.771000', '142725.774000', '142725.777000', '142725.779000', '142725.782000', '142725.785000', '142725.788000', '142725.791000', '142725.794000', '142725.797000', '142725.800000', '142725.803000', '142725.805000', '142725.809000', '142725.812000', '142725.815000', '142725.818000', '142725.821000', '142725.824000', '142725.827000', '142725.829000', '142725.832000', '142725.835000', '142725.838000', '142725.841000', '142725.844000', '142725.847000', '142725.850000', '142725.853000', '142725.855000', '142725.858000', '142725.861000', '142725.864000', '142725.867000', '142745.743000', '142745.746000', '142745.749000', '142745.752000', '142745.755000', '142745.758000', '142745.760000', '142745.764000', '142745.766000', '142745.769000', '142745.772000', '142745.775000', '142745.778000', '142745.781000', '142745.784000', '142745.787000', '142745.790000', '142745.792000', '142745.795000', '142745.798000', '142745.801000', '142745.804000', '142745.807000', '142745.810000', '142745.813000', '142745.816000', '142745.818000', '142745.821000', '142745.824000', '142745.827000', '142745.830000', '142745.833000', '142745.836000', '142745.841000', '142745.844000', '142745.847000', '142745.850000', '142745.853000', '142745.856000', '142745.859000', '142745.862000', '142745.865000', '142745.867000', '142745.870000', '142805.742000', '142805.745000', '142805.748000', '142805.751000', '142805.754000', '142805.757000', '142805.760000', '142805.763000', '142805.766000', '142805.769000', '142805.771000', '142805.774000', '142805.777000', '142805.780000', '142805.783000', '142805.786000', '142805.789000', '142805.792000', '142805.795000', '142805.798000', '142805.800000', '142805.803000', '142805.806000', '142805.809000', '142805.816000', '142805.819000', '142805.822000', '142805.825000', '142805.828000', '142805.831000', '142805.834000', '142805.837000', '142805.839000', '142805.842000', '142805.845000', '142805.848000', '142805.851000', '142805.854000', '142805.857000', '142805.860000', '142805.863000', '142805.866000', '142805.869000', '142825.742000', '142825.745000', '142825.748000', '142825.751000', '142825.754000', '142825.757000', '142825.760000', '142825.763000', '142825.766000', '142825.769000', '142825.772000', '142825.774000', '142825.777000', '142825.780000', '142825.783000', '142825.786000', '142825.789000', '142825.792000', '142825.795000', '142825.798000', '142825.801000', '142825.803000', '142825.806000', '142825.809000', '142825.812000', '142825.815000', '142825.818000', '142825.821000', '142825.824000', '142825.827000', '142825.829000', '142825.832000', '142825.835000', '142825.845000', '142825.849000', '142825.851000', '142825.854000', '142825.857000', '142825.860000', '142825.863000', '142825.866000', '142825.869000', '142825.872000', '142825.874000', '142845.742000', '142845.745000', '142845.748000', '142845.751000', '142845.754000', '142845.757000', '142845.760000', '142845.762000', '142845.765000', '142845.768000', '142845.771000', '142845.774000', '142845.777000', '142845.780000', '142845.783000', '142845.786000', '142845.789000', '142845.793000', '142845.797000', '142845.805000', '142845.808000', '142845.811000', '142845.814000', '142845.817000', '142845.820000', '142845.823000', '142845.826000', '142845.829000', '142845.832000', '142845.834000', '142845.838000', '142845.841000', '142845.844000', '142845.847000', '142845.850000', '142845.853000', '142845.856000', '142845.859000', '142845.862000', '142845.865000', '142845.868000', '142845.871000', '142845.874000', '142905.743000', '142905.750000', '142905.753000', '142905.756000', '142905.760000', '142905.763000', '142905.766000', '142905.769000', '142905.772000', '142905.775000', '142905.778000', '142905.780000', '142905.783000', '142905.786000', '142905.789000', '142905.792000', '142905.795000', '142905.798000', '142905.801000', '142905.804000', '142905.806000', '142905.809000', '142905.812000', '142905.815000', '142905.818000', '142905.821000', '142905.824000', '142905.827000', '142905.830000', '142905.833000', '142905.835000', '142905.838000', '142905.841000', '142905.844000', '142905.847000', '142905.850000', '142905.853000', '142905.856000', '142905.859000', '142905.861000', '142905.864000', '142905.867000', '142905.870000', '142905.873000', '142925.743000', '142925.746000', '142925.749000', '142925.752000', '142925.755000', '142925.761000', '142925.764000', '142925.767000', '142925.770000', '142925.772000', '142925.775000', '142925.778000', '142925.781000', '142925.784000', '142925.787000', '142925.790000', '142925.793000', '142925.796000', '142925.799000', '142925.802000', '142925.804000', '142925.807000', '142925.810000', '142925.813000', '142925.816000', '142925.819000', '142925.822000', '142925.825000', '142925.828000', '142925.831000', '142925.833000', '142925.836000', '142925.839000', '142925.842000', '142925.845000', '142925.848000', '142925.851000', '142925.854000', '142925.857000', '142925.860000', '142925.862000', '142925.865000', '142925.868000', '142945.743000', '142945.746000', '142945.749000', '142945.752000', '142945.755000', '142945.758000', '142945.761000', '142945.763000', '142945.766000', '142945.769000', '142945.772000', '142945.775000', '142945.778000', '142945.781000', '142945.784000', '142945.786000', '142945.790000', '142945.792000', '142945.795000', '142945.798000', '142945.801000', '142945.804000', '142945.807000', '142945.810000', '142945.813000', '142945.816000', '142945.818000', '142945.821000', '142945.824000', '142945.827000', '142945.830000', '142945.833000', '142945.836000', '142945.839000', '142945.842000', '142945.844000', '142945.848000', '142945.850000', '142945.853000', '142945.856000', '142945.859000', '142945.862000', '142945.865000', '142945.868000', '142959.515000', '142959.518000', '142959.522000', '142959.525000', '142959.528000', '142959.532000', '142959.535000', '142959.538000', '142959.541000', '142959.544000', '142959.547000', '142959.550000', '142959.553000', '142959.556000', '142959.559000', '142959.562000', '142959.565000', '142959.568000', '142959.571000', '142959.575000', '142959.578000', '142959.581000', '142959.584000', '142959.587000', '142959.590000', '142959.593000', '142959.596000', '142959.599000', '142959.602000', '142959.605000'], 'InstanceCreationTime': ['142005.792000', '142005.795000', '142005.799000', '142005.810000', '142005.813000', '142005.816000', '142005.819000', '142005.822000', '142005.825000', '142005.828000', '142005.831000', '142005.841000', '142005.844000', '142005.847000', '142005.850000', '142005.853000', '142005.856000', '142005.859000', '142005.862000', '142005.865000', '142005.868000', '142005.871000', '142005.874000', '142005.876000', '142005.880000', '142005.883000', '142005.886000', '142005.889000', '142005.892000', '142005.895000', '142005.898000', '142005.901000', '142005.904000', '142005.907000', '142005.909000', '142005.912000', '142005.915000', '142005.918000', '142005.921000', '142005.924000', '142005.927000', '142005.930000', '142005.933000', '142005.936000', '142025.743000', '142025.746000', '142025.749000', '142025.752000', '142025.755000', '142025.758000', '142025.761000', '142025.763000', '142025.766000', '142025.769000', '142025.772000', '142025.775000', '142025.778000', '142025.781000', '142025.784000', '142025.786000', '142025.789000', '142025.792000', '142025.795000', '142025.798000', '142025.801000', '142025.804000', '142025.806000', '142025.809000', '142025.812000', '142025.815000', '142025.818000', '142025.821000', '142025.824000', '142025.826000', '142025.829000', '142025.832000', '142025.835000', '142025.838000', '142025.841000', '142025.844000', '142025.854000', '142025.856000', '142025.859000', '142025.862000', '142025.865000', '142025.868000', '142025.871000', '142045.743000', '142045.746000', '142045.749000', '142045.752000', '142045.754000', '142045.757000', '142045.760000', '142045.763000', '142045.766000', '142045.769000', '142045.772000', '142045.775000', '142045.778000', '142045.780000', '142045.783000', '142045.786000', '142045.789000', '142045.792000', '142045.795000', '142045.798000', '142045.801000', '142045.803000', '142045.806000', '142045.809000', '142045.812000', '142045.815000', '142045.818000', '142045.821000', '142045.824000', '142045.826000', '142045.829000', '142045.832000', '142045.835000', '142045.838000', '142045.841000', '142045.844000', '142045.846000', '142045.849000', '142045.852000', '142045.855000', '142045.858000', '142045.861000', '142045.864000', '142045.866000', '142105.742000', '142105.745000', '142105.748000', '142105.751000', '142105.754000', '142105.756000', '142105.759000', '142105.762000', '142105.765000', '142105.768000', '142105.771000', '142105.774000', '142105.777000', '142105.780000', '142105.782000', '142105.785000', '142105.788000', '142105.791000', '142105.794000', '142105.797000', '142105.800000', '142105.803000', '142105.807000', '142105.810000', '142105.825000', '142105.828000', '142105.831000', '142105.834000', '142105.837000', '142105.839000', '142105.842000', '142105.845000', '142105.848000', '142105.851000', '142105.854000', '142105.857000', '142105.860000', '142105.863000', '142105.866000', '142105.868000', '142105.871000', '142105.874000', '142105.877000', '142125.742000', '142125.745000', '142125.748000', '142125.751000', '142125.753000', '142125.757000', '142125.760000', '142125.763000', '142125.766000', '142125.769000', '142125.772000', '142125.775000', '142125.777000', '142125.781000', '142125.783000', '142125.786000', '142125.789000', '142125.792000', '142125.795000', '142125.798000', '142125.800000', '142125.803000', '142125.806000', '142125.809000', '142125.812000', '142125.815000', '142125.818000', '142125.821000', '142125.823000', '142125.826000', '142125.829000', '142125.832000', '142125.835000', '142125.838000', '142125.841000', '142125.843000', '142125.853000', '142125.856000', '142125.859000', '142125.861000', '142125.864000', '142125.867000', '142125.870000', '142125.873000', '142145.742000', '142145.745000', '142145.748000', '142145.751000', '142145.754000', '142145.757000', '142145.760000', '142145.763000', '142145.765000', '142145.768000', '142145.771000', '142145.774000', '142145.777000', '142145.780000', '142145.783000', '142145.786000', '142145.788000', '142145.791000', '142145.804000', '142145.807000', '142145.809000', '142145.812000', '142145.815000', '142145.818000', '142145.821000', '142145.824000', '142145.827000', '142145.830000', '142145.832000', '142145.835000', '142145.838000', '142145.841000', '142145.844000', '142145.847000', '142145.850000', '142145.853000', '142145.856000', '142145.859000', '142145.861000', '142145.864000', '142145.867000', '142145.870000', '142145.873000', '142205.743000', '142205.746000', '142205.749000', '142205.752000', '142205.755000', '142205.758000', '142205.761000', '142205.764000', '142205.767000', '142205.770000', '142205.772000', '142205.775000', '142205.778000', '142205.781000', '142205.784000', '142205.787000', '142205.790000', '142205.793000', '142205.796000', '142205.798000', '142205.801000', '142205.804000', '142205.807000', '142205.810000', '142205.813000', '142205.816000', '142205.819000', '142205.822000', '142205.825000', '142205.827000', '142205.830000', '142205.833000', '142205.836000', '142205.839000', '142205.842000', '142205.845000', '142205.848000', '142205.851000', '142205.854000', '142205.856000', '142205.859000', '142205.862000', '142205.865000', '142205.868000', '142225.743000', '142225.746000', '142225.749000', '142225.752000', '142225.755000', '142225.758000', '142225.761000', '142225.764000', '142225.766000', '142225.769000', '142225.772000', '142225.775000', '142225.778000', '142225.781000', '142225.784000', '142225.787000', '142225.790000', '142225.792000', '142225.795000', '142225.798000', '142225.801000', '142225.804000', '142225.807000', '142225.810000', '142225.813000', '142225.816000', '142225.822000', '142225.825000', '142225.828000', '142225.831000', '142225.834000', '142225.837000', '142225.839000', '142225.844000', '142225.847000', '142225.850000', '142225.853000', '142225.856000', '142225.859000', '142225.862000', '142225.864000', '142225.867000', '142225.870000', '142245.743000', '142245.746000', '142245.749000', '142245.752000', '142245.755000', '142245.767000', '142245.770000', '142245.773000', '142245.776000', '142245.779000', '142245.782000', '142245.785000', '142245.788000', '142245.791000', '142245.794000', '142245.797000', '142245.799000', '142245.802000', '142245.805000', '142245.808000', '142245.811000', '142245.814000', '142245.817000', '142245.820000', '142245.823000', '142245.825000', '142245.828000', '142245.831000', '142245.834000', '142245.837000', '142245.840000', '142245.843000', '142245.846000', '142245.848000', '142245.851000', '142245.854000', '142245.857000', '142245.860000', '142245.863000', '142245.866000', '142245.869000', '142245.872000', '142245.874000', '142245.877000', '142305.743000', '142305.746000', '142305.749000', '142305.752000', '142305.755000', '142305.758000', '142305.761000', '142305.763000', '142305.766000', '142305.769000', '142305.772000', '142305.775000', '142305.778000', '142305.781000', '142305.784000', '142305.787000', '142305.790000', '142305.793000', '142305.795000', '142305.798000', '142305.801000', '142305.804000', '142305.807000', '142305.810000', '142305.813000', '142305.816000', '142305.819000', '142305.821000', '142305.824000', '142305.827000', '142305.830000', '142305.833000', '142305.836000', '142305.839000', '142305.842000', '142305.845000', '142305.847000', '142305.850000', '142305.853000', '142305.856000', '142305.859000', '142305.862000', '142305.865000', '142325.742000', '142325.745000', '142325.748000', '142325.751000', '142325.754000', '142325.757000', '142325.760000', '142325.762000', '142325.765000', '142325.768000', '142325.771000', '142325.774000', '142325.777000', '142325.780000', '142325.783000', '142325.786000', '142325.789000', '142325.791000', '142325.794000', '142325.797000', '142325.800000', '142325.803000', '142325.806000', '142325.809000', '142325.812000', '142325.814000', '142325.817000', '142325.820000', '142325.823000', '142325.826000', '142325.829000', '142325.832000', '142325.835000', '142325.838000', '142325.841000', '142325.843000', '142325.846000', '142325.849000', '142325.852000', '142325.855000', '142325.858000', '142325.860000', '142325.863000', '142325.866000', '142345.742000', '142345.745000', '142345.748000', '142345.751000', '142345.754000', '142345.757000', '142345.760000', '142345.762000', '142345.765000', '142345.768000', '142345.771000', '142345.774000', '142345.777000', '142345.780000', '142345.783000', '142345.785000', '142345.789000', '142345.791000', '142345.794000', '142345.797000', '142345.800000', '142345.803000', '142345.806000', '142345.809000', '142345.812000', '142345.814000', '142345.817000', '142345.820000', '142345.823000', '142345.826000', '142345.829000', '142345.832000', '142345.835000', '142345.838000', '142345.840000', '142345.843000', '142345.846000', '142345.849000', '142345.852000', '142345.855000', '142345.858000', '142345.861000', '142345.863000', '142405.742000', '142405.745000', '142405.748000', '142405.751000', '142405.754000', '142405.757000', '142405.760000', '142405.762000', '142405.765000', '142405.768000', '142405.771000', '142405.774000', '142405.777000', '142405.780000', '142405.783000', '142405.786000', '142405.789000', '142405.792000', '142405.794000', '142405.797000', '142405.800000', '142405.803000', '142405.806000', '142405.809000', '142405.812000', '142405.815000', '142405.817000', '142405.820000', '142405.823000', '142405.826000', '142405.843000', '142405.846000', '142405.849000', '142405.862000', '142405.864000', '142405.867000', '142405.870000', '142405.873000', '142405.876000', '142405.879000', '142405.882000', '142405.885000', '142405.888000', '142405.890000', '142425.743000', '142425.746000', '142425.749000', '142425.752000', '142425.755000', '142425.758000', '142425.760000', '142425.763000', '142425.766000', '142425.769000', '142425.772000', '142425.775000', '142425.778000', '142425.781000', '142425.784000', '142425.787000', '142425.790000', '142425.793000', '142425.796000', '142425.805000', '142425.808000', '142425.811000', '142425.814000', '142425.817000', '142425.820000', '142425.822000', '142425.825000', '142425.828000', '142425.831000', '142425.834000', '142425.837000', '142425.840000', '142425.843000', '142425.846000', '142425.848000', '142425.851000', '142425.854000', '142425.857000', '142425.860000', '142425.863000', '142425.866000', '142425.868000', '142425.871000', '142445.743000', '142445.746000', '142445.749000', '142445.752000', '142445.755000', '142445.758000', '142445.761000', '142445.764000', '142445.767000', '142445.770000', '142445.773000', '142445.776000', '142445.779000', '142445.782000', '142445.785000', '142445.787000', '142445.790000', '142445.793000', '142445.796000', '142445.799000', '142445.802000', '142445.805000', '142445.808000', '142445.810000', '142445.813000', '142445.816000', '142445.819000', '142445.822000', '142445.825000', '142445.828000', '142445.831000', '142445.834000', '142445.837000', '142445.839000', '142445.842000', '142445.845000', '142445.848000', '142445.856000', '142445.858000', '142445.861000', '142445.864000', '142445.867000', '142445.870000', '142505.743000', '142505.746000', '142505.749000', '142505.752000', '142505.755000', '142505.758000', '142505.761000', '142505.764000', '142505.767000', '142505.769000', '142505.772000', '142505.775000', '142505.778000', '142505.781000', '142505.784000', '142505.787000', '142505.790000', '142505.793000', '142505.796000', '142505.799000', '142505.801000', '142505.804000', '142505.807000', '142505.810000', '142505.821000', '142505.824000', '142505.827000', '142505.830000', '142505.833000', '142505.836000', '142505.839000', '142505.842000', '142505.845000', '142505.848000', '142505.851000', '142505.854000', '142505.856000', '142505.859000', '142505.862000', '142505.865000', '142505.868000', '142505.871000', '142505.874000', '142505.877000', '142525.743000', '142525.746000', '142525.749000', '142525.752000', '142525.755000', '142525.758000', '142525.761000', '142525.763000', '142525.767000', '142525.771000', '142525.774000', '142525.777000', '142525.780000', '142525.783000', '142525.785000', '142525.789000', '142525.791000', '142525.794000', '142525.797000', '142525.800000', '142525.803000', '142525.806000', '142525.809000', '142525.812000', '142525.814000', '142525.817000', '142525.820000', '142525.823000', '142525.826000', '142525.829000', '142525.832000', '142525.835000', '142525.837000', '142525.840000', '142525.843000', '142525.846000', '142525.849000', '142525.852000', '142525.855000', '142525.858000', '142525.860000', '142525.863000', '142525.866000', '142545.742000', '142545.745000', '142545.748000', '142545.751000', '142545.754000', '142545.757000', '142545.760000', '142545.763000', '142545.765000', '142545.768000', '142545.771000', '142545.774000', '142545.777000', '142545.780000', '142545.783000', '142545.786000', '142545.789000', '142545.791000', '142545.794000', '142545.797000', '142545.800000', '142545.803000', '142545.806000', '142545.809000', '142545.812000', '142545.815000', '142545.818000', '142545.821000', '142545.823000', '142545.826000', '142545.829000', '142545.832000', '142545.835000', '142545.838000', '142545.841000', '142545.844000', '142545.846000', '142545.849000', '142545.852000', '142545.855000', '142545.858000', '142545.861000', '142545.864000', '142545.867000', '142605.742000', '142605.745000', '142605.748000', '142605.751000', '142605.754000', '142605.757000', '142605.760000', '142605.762000', '142605.765000', '142605.768000', '142605.771000', '142605.774000', '142605.777000', '142605.780000', '142605.783000', '142605.786000', '142605.789000', '142605.792000', '142605.795000', '142605.797000', '142605.800000', '142605.803000', '142605.806000', '142605.809000', '142605.812000', '142605.815000', '142605.818000', '142605.821000', '142605.824000', '142605.826000', '142605.829000', '142605.832000', '142605.835000', '142605.838000', '142605.841000', '142605.844000', '142605.847000', '142605.850000', '142605.853000', '142605.856000', '142605.859000', '142605.862000', '142605.865000', '142625.742000', '142625.745000', '142625.748000', '142625.751000', '142625.754000', '142625.757000', '142625.760000', '142625.763000', '142625.765000', '142625.768000', '142625.771000', '142625.774000', '142625.777000', '142625.785000', '142625.788000', '142625.791000', '142625.794000', '142625.797000', '142625.800000', '142625.802000', '142625.805000', '142625.808000', '142625.811000', '142625.814000', '142625.817000', '142625.820000', '142625.823000', '142625.826000', '142625.828000', '142625.831000', '142625.834000', '142625.837000', '142625.840000', '142625.843000', '142625.846000', '142625.849000', '142625.851000', '142625.854000', '142625.857000', '142625.860000', '142625.863000', '142625.866000', '142625.869000', '142625.872000', '142645.743000', '142645.746000', '142645.749000', '142645.752000', '142645.755000', '142645.758000', '142645.761000', '142645.764000', '142645.766000', '142645.769000', '142645.772000', '142645.775000', '142645.778000', '142645.781000', '142645.784000', '142645.787000', '142645.790000', '142645.792000', '142645.795000', '142645.798000', '142645.801000', '142645.804000', '142645.807000', '142645.810000', '142645.813000', '142645.816000', '142645.819000', '142645.822000', '142645.825000', '142645.828000', '142645.831000', '142645.833000', '142645.836000', '142645.839000', '142645.842000', '142645.845000', '142645.848000', '142645.851000', '142645.854000', '142645.857000', '142645.859000', '142645.862000', '142645.865000', '142705.743000', '142705.746000', '142705.749000', '142705.752000', '142705.755000', '142705.758000', '142705.760000', '142705.763000', '142705.766000', '142705.769000', '142705.772000', '142705.775000', '142705.778000', '142705.781000', '142705.784000', '142705.787000', '142705.790000', '142705.792000', '142705.795000', '142705.798000', '142705.801000', '142705.804000', '142705.807000', '142705.810000', '142705.813000', '142705.816000', '142705.819000', '142705.821000', '142705.824000', '142705.827000', '142705.830000', '142705.833000', '142705.836000', '142705.839000', '142705.841000', '142705.844000', '142705.847000', '142705.850000', '142705.853000', '142705.856000', '142705.859000', '142705.862000', '142705.865000', '142705.867000', '142725.743000', '142725.746000', '142725.749000', '142725.752000', '142725.756000', '142725.759000', '142725.762000', '142725.765000', '142725.768000', '142725.771000', '142725.774000', '142725.777000', '142725.779000', '142725.782000', '142725.785000', '142725.788000', '142725.791000', '142725.794000', '142725.797000', '142725.800000', '142725.803000', '142725.805000', '142725.809000', '142725.812000', '142725.815000', '142725.818000', '142725.821000', '142725.824000', '142725.827000', '142725.829000', '142725.832000', '142725.835000', '142725.838000', '142725.841000', '142725.844000', '142725.847000', '142725.850000', '142725.853000', '142725.855000', '142725.858000', '142725.861000', '142725.864000', '142725.867000', '142745.743000', '142745.746000', '142745.749000', '142745.752000', '142745.755000', '142745.758000', '142745.760000', '142745.764000', '142745.766000', '142745.769000', '142745.772000', '142745.775000', '142745.778000', '142745.781000', '142745.784000', '142745.787000', '142745.790000', '142745.792000', '142745.795000', '142745.798000', '142745.801000', '142745.804000', '142745.807000', '142745.810000', '142745.813000', '142745.816000', '142745.818000', '142745.821000', '142745.824000', '142745.827000', '142745.830000', '142745.833000', '142745.836000', '142745.841000', '142745.844000', '142745.847000', '142745.850000', '142745.853000', '142745.856000', '142745.859000', '142745.862000', '142745.865000', '142745.867000', '142745.870000', '142805.742000', '142805.745000', '142805.748000', '142805.751000', '142805.754000', '142805.757000', '142805.760000', '142805.763000', '142805.766000', '142805.769000', '142805.771000', '142805.774000', '142805.777000', '142805.780000', '142805.783000', '142805.786000', '142805.789000', '142805.792000', '142805.795000', '142805.798000', '142805.800000', '142805.803000', '142805.806000', '142805.809000', '142805.816000', '142805.819000', '142805.822000', '142805.825000', '142805.828000', '142805.831000', '142805.834000', '142805.837000', '142805.839000', '142805.842000', '142805.845000', '142805.848000', '142805.851000', '142805.854000', '142805.857000', '142805.860000', '142805.863000', '142805.866000', '142805.869000', '142825.742000', '142825.745000', '142825.748000', '142825.751000', '142825.754000', '142825.757000', '142825.760000', '142825.763000', '142825.766000', '142825.769000', '142825.772000', '142825.774000', '142825.777000', '142825.780000', '142825.783000', '142825.786000', '142825.789000', '142825.792000', '142825.795000', '142825.798000', '142825.801000', '142825.803000', '142825.806000', '142825.809000', '142825.812000', '142825.815000', '142825.818000', '142825.821000', '142825.824000', '142825.827000', '142825.829000', '142825.832000', '142825.835000', '142825.845000', '142825.849000', '142825.851000', '142825.854000', '142825.857000', '142825.860000', '142825.863000', '142825.866000', '142825.869000', '142825.872000', '142825.874000', '142845.742000', '142845.745000', '142845.748000', '142845.751000', '142845.754000', '142845.757000', '142845.760000', '142845.762000', '142845.765000', '142845.768000', '142845.771000', '142845.774000', '142845.777000', '142845.780000', '142845.783000', '142845.786000', '142845.789000', '142845.793000', '142845.797000', '142845.805000', '142845.808000', '142845.811000', '142845.814000', '142845.817000', '142845.820000', '142845.823000', '142845.826000', '142845.829000', '142845.832000', '142845.834000', '142845.838000', '142845.841000', '142845.844000', '142845.847000', '142845.850000', '142845.853000', '142845.856000', '142845.859000', '142845.862000', '142845.865000', '142845.868000', '142845.871000', '142845.874000', '142905.743000', '142905.750000', '142905.753000', '142905.756000', '142905.760000', '142905.763000', '142905.766000', '142905.769000', '142905.772000', '142905.775000', '142905.778000', '142905.780000', '142905.783000', '142905.786000', '142905.789000', '142905.792000', '142905.795000', '142905.798000', '142905.801000', '142905.804000', '142905.806000', '142905.809000', '142905.812000', '142905.815000', '142905.818000', '142905.821000', '142905.824000', '142905.827000', '142905.830000', '142905.833000', '142905.835000', '142905.838000', '142905.841000', '142905.844000', '142905.847000', '142905.850000', '142905.853000', '142905.856000', '142905.859000', '142905.861000', '142905.864000', '142905.867000', '142905.870000', '142905.873000', '142925.743000', '142925.746000', '142925.749000', '142925.752000', '142925.755000', '142925.761000', '142925.764000', '142925.767000', '142925.770000', '142925.772000', '142925.775000', '142925.778000', '142925.781000', '142925.784000', '142925.787000', '142925.790000', '142925.793000', '142925.796000', '142925.799000', '142925.802000', '142925.804000', '142925.807000', '142925.810000', '142925.813000', '142925.816000', '142925.819000', '142925.822000', '142925.825000', '142925.828000', '142925.831000', '142925.833000', '142925.836000', '142925.839000', '142925.842000', '142925.845000', '142925.848000', '142925.851000', '142925.854000', '142925.857000', '142925.860000', '142925.862000', '142925.865000', '142925.868000', '142945.743000', '142945.746000', '142945.749000', '142945.752000', '142945.755000', '142945.758000', '142945.761000', '142945.763000', '142945.766000', '142945.769000', '142945.772000', '142945.775000', '142945.778000', '142945.781000', '142945.784000', '142945.786000', '142945.790000', '142945.792000', '142945.795000', '142945.798000', '142945.801000', '142945.804000', '142945.807000', '142945.810000', '142945.813000', '142945.816000', '142945.818000', '142945.821000', '142945.824000', '142945.827000', '142945.830000', '142945.833000', '142945.836000', '142945.839000', '142945.842000', '142945.844000', '142945.848000', '142945.850000', '142945.853000', '142945.856000', '142945.859000', '142945.862000', '142945.865000', '142945.868000', '142959.515000', '142959.518000', '142959.522000', '142959.525000', '142959.528000', '142959.532000', '142959.535000', '142959.538000', '142959.541000', '142959.544000', '142959.547000', '142959.550000', '142959.553000', '142959.556000', '142959.559000', '142959.562000', '142959.565000', '142959.568000', '142959.571000', '142959.575000', '142959.578000', '142959.581000', '142959.584000', '142959.587000', '142959.590000', '142959.593000', '142959.596000', '142959.599000', '142959.602000', '142959.605000'], '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': [6751, 7640, 10186, 6891, 9200, 7009, 9710, 6469, 8280, 6606, 7186, 6450, 7192, 6178, 7261, 10039, 6671, 8780, 6287, 8655, 6857, 8302, 6198, 6893, 10051, 6657, 9867, 6983, 6426, 7026, 9827, 7033, 9712, 7344, 9874, 6967, 9838, 6689, 9593, 11010, 6923, 10684, 7248, 9698, 7720, 8491, 8899, 7107, 10934, 6375, 9949, 6323, 8823, 7099, 6943, 10942, 6623, 10214, 6195, 8335, 9852, 7013, 10712, 6890, 10915, 7075, 8872, 6336, 7942, 10049, 7011, 10461, 6225, 9721, 6917, 7153, 10870, 6310, 9815, 6506, 7252, 10536, 6591, 10267, 6367, 9378, 6508, 7515, 6248, 8805, 6408, 7564, 6384, 8120, 6432, 9110, 9254, 9014, 9834, 8247, 10045, 9872, 10143, 13701, 10624, 12930, 8963, 11548, 7468, 9206, 8023, 7064, 10496, 7213, 10199, 7257, 7748, 6562, 7064, 10075, 6586, 9272, 6650, 7242, 6424, 6974, 8840, 6694, 9460, 6756, 9033, 6422, 8466, 7001, 7217, 10577, 6758, 9880, 6389, 9792, 6775, 8386, 6531, 8548, 10562, 6868, 10481, 6585, 9760, 7132, 7551, 11131, 6782, 10099, 6884, 9146, 7193, 7177, 10830, 6754, 10016, 6482, 8874, 6696, 7453, 6526, 8777, 6396, 9003, 11487, 8101, 11572, 7926, 10107, 7805, 7590, 10944, 7348, 9743, 7695, 7962, 12013, 6970, 9902, 6464, 7498, 10254, 6856, 9929, 6919, 9529, 6459, 7034, 6542, 6992, 10201, 6923, 9693, 6514, 9771, 7180, 7639, 10413, 6737, 9488, 6648, 7489, 10300, 7118, 9515, 6647, 7985, 7558, 7117, 7052, 6870, 9579, 6918, 9540, 6613, 10129, 7258, 8961, 6950, 7376, 10268, 7077, 9480, 7741, 7906, 11583, 7686, 9553, 6946, 7220, 10546, 6663, 9304, 6407, 7107, 9282, 7338, 9827, 6752, 8294, 6635, 7666, 6539, 6917, 9342, 6392, 8267, 7150, 7267, 9768, 7011, 9072, 6514, 6989, 11266, 6698, 9131, 6541, 8163, 6599, 7013, 10850, 6726, 8857, 6465, 8046, 6590, 6829, 10159, 6881, 9348, 7593, 9857, 7570, 10008, 6904, 10148, 8656, 10107, 12995, 9880, 13880, 8638, 11157, 7651, 10251, 7584, 10916, 8745, 9015, 12897, 7787, 10269, 7490, 8022, 11995, 7421, 9866, 7247, 7761, 6530, 6909, 9015, 7162, 7962, 6515, 7005, 10138, 6958, 8952, 6755, 7777, 6541, 6903, 10202, 6945, 8590, 6614, 8097, 6572, 7022, 6700, 6904, 9401, 6822, 9041, 6509, 8912, 7062, 8367, 6402, 8218, 9079, 7939, 11295, 8662, 12708, 8283, 11109, 8014, 10500, 8881, 10069, 11411, 7773, 10457, 7320, 8826, 11615, 7472, 9780, 6779, 8329, 9064, 7045, 9262, 6719, 7688, 6521, 6753, 7877, 6861, 8561, 6627, 7763, 6404, 7016, 10153, 6696, 9528, 6791, 9736, 7080, 7776, 6548, 8877, 6905, 9446, 11429, 8558, 10078, 7526, 10981, 7550, 11125, 8977, 12725, 8594, 11746, 8087, 10879, 8139, 11242, 8289, 10625, 7264, 9736, 7356, 10009, 8049, 10998, 7440, 8581, 7254, 9076, 7169, 9854, 7205, 9863, 7369, 8790, 6987, 8948, 6435, 9289, 9559, 8595, 10497, 7224, 10545, 6982, 9975, 7067, 8266, 7464, 7062, 9587, 6677, 8556, 6486, 6968, 8855, 6748, 6417, 6507, 6557, 6819, 8223, 6985, 8692, 7170, 9050, 6700, 8043, 10629, 7230, 9855, 7497, 8671, 11644, 8277, 11121, 7723, 9671, 7586, 6955, 10481, 7006, 9513, 7017, 8514, 6587, 7005, 10679, 7229, 9465, 6768, 7729, 11405, 7739, 9927, 7083, 8242, 7230, 7046, 10067, 7401, 9805, 6627, 8440, 7294, 6846, 9882, 6563, 9215, 7666, 7138, 10524, 7844, 10530, 6674, 8330, 8449, 7017, 10045, 6903, 9096, 7991, 7364, 10759, 6835, 8959, 6559, 7048, 10882, 6861, 9316, 6481, 7589, 6904, 6786, 7416, 6533, 8745, 6861, 7949, 6481, 6772, 9767, 7118, 8897, 6452, 7721, 8851, 6843, 9860, 6799, 8917, 7275, 7297, 11765, 7129, 9533, 6751, 8611, 6545, 7089, 8891, 7424, 9892, 7500, 9292, 6764, 7666, 11370, 6943, 9928, 7166, 9144, 9348, 6872, 10148, 6874, 8503, 7189, 7093, 10706, 7071, 9027, 6605, 8269, 6627, 7723, 7738, 7060, 9928, 6885, 9693, 6744, 8112, 8665, 6958, 10513, 7099, 9442, 8068, 8776, 12717, 7655, 10559, 7768, 9419, 9515, 6979, 10342, 7532, 9611, 7442, 8571, 6444, 7210, 10766, 7090, 9674, 7154, 8984, 12200, 7768, 10238, 7333, 7959, 11575, 6836, 9450, 6670, 8367, 7631, 7155, 10089, 7062, 8917, 6404, 7603, 8737, 7101, 10050, 7642, 10667, 6949, 8475, 6826, 7288, 10667, 7206, 10113, 7061, 8236, 6483, 7050, 10095, 6718, 8314, 7695, 6915, 10026, 6850, 8325, 6626, 6554, 9734, 6584, 7910, 6589, 6881, 9223, 6708, 7474, 6531, 6709, 9165, 6674, 8276, 6683, 6711, 7488, 6389, 7425, 7050, 8476, 7306, 8538, 7381, 8000, 11426, 8958, 11703, 9482, 11497, 8047, 10549, 8662, 11213, 10335, 11676, 8773, 10601, 7450, 9192, 8120, 10986, 8492, 9379, 7056, 8241, 6786, 9786, 7997, 10318, 8067, 10322, 7275, 9115, 7797, 9229, 7967, 10344, 8304, 10976, 7505, 9841, 6760, 8085, 11218, 7824, 10717, 7190, 9439, 6459, 8058, 8838, 7133, 10873, 6930, 9829, 6712, 9257, 6783, 8266, 6481, 6884, 9098, 6811, 9613, 6589, 9297, 6797, 9439, 6615, 6545, 6936, 6426, 8251, 6779, 9667, 7151, 10035, 7467, 9572, 11410, 8471, 10803, 8674, 10126, 11005, 7874, 10387, 7375, 8615, 8788, 7624, 11138, 6941, 9029, 6627, 7544, 7295, 6938, 9666, 6974, 8825, 6873, 7854, 6633, 7841, 8420, 6849, 9619, 6809, 9436, 7237, 8394, 7682, 7000, 10578, 6768, 9610, 6804, 9471, 7514, 9032, 7065, 6976, 10073, 7045, 9354, 8082, 7040, 10380, 7875, 9365, 7072, 6978, 10322, 6774, 9036, 6524, 7723, 6951, 6956, 9817, 6877, 8258, 6416, 7227, 8024, 6986, 9788, 7234, 8844, 6370, 7794, 8497, 6958, 9760, 6837, 8931, 7046, 6869, 9137, 6892, 9599, 6686, 8234, 8742, 7023, 10142, 7632, 9656, 7202, 9179, 6965, 9405, 7066, 9931, 9992, 9577, 13351, 8531, 11108, 8692, 8981, 12020, 8462, 10231, 10583, 8290, 11443, 7840, 8731, 10647, 6966, 9393, 6651, 7266, 10563, 7442, 9189, 7009, 7311, 6491, 6916, 9434, 6810, 8526, 6899, 8644, 7102, 8733, 7145, 9170, 9177, 9136, 10719, 8541, 11487, 8288, 9763, 12368, 8644, 12020, 7984, 9322, 11402, 7370, 9531, 6679, 7082, 10448, 7490, 9198, 6799, 7181, 7096, 7033, 9055, 7069, 8641, 6553, 7387, 6525, 6990, 9639, 7030, 9036, 6748, 8584, 6655, 7065, 9673, 6822, 8719, 7351, 6899, 9996, 6868, 8168, 6587, 7135, 8505, 7043, 9368, 6907, 8956, 6696, 9128, 7078, 7514, 11027, 7682, 10594, 7054, 8483, 11881, 7332, 9903, 6812, 6990, 10242, 7134, 9000, 6411, 7010, 9752, 6774, 8145, 6443, 6773, 8237, 6749, 8986, 6598, 8530, 6608, 6919, 6579, 6920, 10035, 7108, 9340, 7617, 9345, 9535, 7317, 10606, 7588, 9221, 8962, 7036, 10436, 7089, 8894, 9833, 7132, 9830, 6654, 7778, 11344, 6965, 9187, 6852, 7731, 6444, 7088, 6651, 7237, 9659, 6967, 9211, 7733, 7797, 11129, 8233, 10616, 7776, 7417, 10559, 7187, 8438, 11263, 7492, 9801, 6467, 7262, 9971, 6962, 8132, 6607, 6794, 6783, 6821, 6395, 7872, 6689, 7929, 8287, 8628, 11265, 8584, 11379, 8375, 10362, 10018, 8472, 11528, 8287, 9765, 12638, 7635, 10514, 7506, 7454, 10212, 7699, 9585, 6971, 7914, 6410, 7157, 8862, 6886, 9274, 6827, 8772, 7021, 7222, 10009, 6782, 8790, 6506, 7294, 8912, 7135, 10207, 6802, 8638, 6726, 7347, 9517, 7334, 9291, 6576, 7978, 8461, 7055, 9311, 6568, 8073, 6673, 6719, 9938, 6855, 8395, 6553, 7654, 6676, 6861, 9940, 6490, 8344, 6369, 6895, 9107, 6726, 9709, 6937, 8731, 6501, 7312, 7728, 7161, 9826, 7676, 9815, 7046, 9283, 6700, 8336, 11884, 7858, 10494, 8109, 9675, 12118, 7882, 10725, 7407, 8933, 11980, 7329, 10191, 7106, 8205, 11361, 7192, 9815, 6970, 8033, 6443, 6816, 9899, 6758, 8626, 6405, 8567, 6816, 6874, 7331, 6976, 9859, 6651, 8790, 6404, 9053, 7210, 8412, 6636, 8429, 6439, 9702, 7945, 11463, 8899, 10145, 7731, 9506, 8247, 11572, 9335, 10375, 8151, 9340, 7845, 9873, 9793, 11184, 9285, 9704, 7330, 9270, 7673, 10240, 8535, 10374, 7699, 9600, 7139, 9707, 7283, 10550, 7769, 10416, 7694, 9965, 7393, 9505, 9134, 7074, 8757, 7450, 10147, 7483, 10153, 8096, 12695, 8467, 12013, 7994, 9893, 7686, 9673, 8840, 6563, 7410, 7074, 8919, 6982, 9690, 7230, 10570, 8065, 9611, 7792, 10748, 7546, 9775, 7028, 9541, 6498, 9150, 6791, 7470, 6378, 6783, 9229, 7072, 8853, 6774, 8190, 6899, 7391, 6395, 6888, 6669, 6826, 7769, 6872, 8598, 6866, 8310, 6842, 7962, 6748, 7645, 6586, 8615, 6990, 10205, 7886, 6528, 8418, 6737, 9679, 7274, 10826, 8807, 12183, 9230, 11648, 8726, 11928, 10038, 11976, 10798, 12171, 9320, 10918, 7755, 10704, 8010, 8107, 8996, 7846, 10977, 9147, 9050, 11370, 8869, 11963, 7905, 11689, 8132, 11387, 8078, 11121, 8511, 10508, 7726, 8443, 8135, 9913, 7748, 10493, 7533, 10554, 7043, 9374, 6531, 7537, 10110, 6946, 9989, 6788, 8773, 6385, 7884, 6383, 6725, 8945, 6676, 9143, 6593, 8795, 6383, 7879, 6619, 6920, 6422, 7031, 6660, 6748, 8645, 7025, 9045, 6854, 8883, 6705, 8711, 6760, 8215, 7155, 7328, 6777, 7261, 7380, 8237, 6707, 7646, 6477, 8608, 6558], 'WindowCenter': [4210.0, 4212.0, 4223.0, 4159.0, 4187.0, 4144.0, 4196.0, 4134.0, 4162.0, 4130.0, 4142.0, 4132.0, 4167.0, 4137.0, 4167.0, 4197.0, 4172.0, 4200.0, 4147.0, 4188.0, 4146.0, 4188.0, 4124.0, 4156.0, 4197.0, 4146.0, 4197.0, 4169.0, 4148.0, 4171.0, 4221.0, 4172.0, 4212.0, 4172.0, 4223.0, 4170.0, 4210.0, 4146.0, 4197.0, 4194.0, 4144.0, 4205.0, 4168.0, 4208.0, 4167.0, 4186.0, 4184.0, 4144.0, 4203.0, 4135.0, 4196.0, 4134.0, 4187.0, 4157.0, 4157.0, 4207.0, 4145.0, 4207.0, 4136.0, 4176.0, 4194.0, 4156.0, 4207.0, 4157.0, 4218.0, 4147.0, 4186.0, 4122.0, 4164.0, 4182.0, 4142.0, 4194.0, 4125.0, 4196.0, 4143.0, 4144.0, 4193.0, 4122.0, 4195.0, 4120.0, 4152.0, 4205.0, 4147.0, 4205.0, 4146.0, 4186.0, 4134.0, 4154.0, 4145.0, 4211.0, 4148.0, 4180.0, 4150.0, 4190.0, 4163.0, 4226.0, 4228.0, 4216.0, 4225.0, 4190.0, 4210.0, 4198.0, 4198.0, 4228.0, 4210.0, 4230.0, 4176.0, 4203.0, 4142.0, 4172.0, 4149.0, 4128.0, 4178.0, 4141.0, 4180.0, 4138.0, 4139.0, 4118.0, 4128.0, 4165.0, 4115.0, 4157.0, 4115.0, 4139.0, 4132.0, 4143.0, 4184.0, 4144.0, 4192.0, 4144.0, 4183.0, 4133.0, 4177.0, 4144.0, 4155.0, 4206.0, 4147.0, 4209.0, 4148.0, 4208.0, 4158.0, 4176.0, 4134.0, 4188.0, 4205.0, 4145.0, 4220.0, 4161.0, 4210.0, 4157.0, 4179.0, 4205.0, 4133.0, 4192.0, 4168.0, 4198.0, 4144.0, 4155.0, 4203.0, 4143.0, 4205.0, 4147.0, 4196.0, 4158.0, 4166.0, 4147.0, 4200.0, 4146.0, 4200.0, 4229.0, 4179.0, 4231.0, 4180.0, 4208.0, 4152.0, 4151.0, 4191.0, 4152.0, 4195.0, 4152.0, 4161.0, 4199.0, 4127.0, 4179.0, 4105.0, 4137.0, 4167.0, 4118.0, 4178.0, 4140.0, 4181.0, 4133.0, 4141.0, 4120.0, 4141.0, 4191.0, 4157.0, 4207.0, 4147.0, 4197.0, 4155.0, 4165.0, 4194.0, 4145.0, 4195.0, 4130.0, 4152.0, 4182.0, 4142.0, 4183.0, 4145.0, 4175.0, 4165.0, 4154.0, 4141.0, 4144.0, 4196.0, 4154.0, 4195.0, 4145.0, 4208.0, 4169.0, 4199.0, 4144.0, 4152.0, 4192.0, 4142.0, 4195.0, 4151.0, 4162.0, 4205.0, 4164.0, 4182.0, 4129.0, 4139.0, 4177.0, 4117.0, 4169.0, 4120.0, 4154.0, 4182.0, 4153.0, 4193.0, 4144.0, 4173.0, 4143.0, 4164.0, 4132.0, 4155.0, 4185.0, 4135.0, 4188.0, 4169.0, 4169.0, 4197.0, 4155.0, 4186.0, 4134.0, 4154.0, 4204.0, 4144.0, 4197.0, 4147.0, 4188.0, 4158.0, 4167.0, 4217.0, 4160.0, 4199.0, 4148.0, 4189.0, 4160.0, 4171.0, 4222.0, 4185.0, 4216.0, 4195.0, 4225.0, 4182.0, 4222.0, 4171.0, 4210.0, 4188.0, 4209.0, 4227.0, 4198.0, 4226.0, 4175.0, 4203.0, 4152.0, 4192.0, 4151.0, 4206.0, 4160.0, 4170.0, 4198.0, 4137.0, 4166.0, 4124.0, 4135.0, 4186.0, 4136.0, 4167.0, 4125.0, 4135.0, 4103.0, 4124.0, 4155.0, 4127.0, 4147.0, 4118.0, 4153.0, 4204.0, 4155.0, 4183.0, 4143.0, 4163.0, 4133.0, 4153.0, 4205.0, 4157.0, 4199.0, 4160.0, 4179.0, 4159.0, 4169.0, 4146.0, 4157.0, 4199.0, 4159.0, 4199.0, 4147.0, 4199.0, 4172.0, 4204.0, 4162.0, 4191.0, 4199.0, 4180.0, 4217.0, 4190.0, 4229.0, 4189.0, 4218.0, 4179.0, 4207.0, 4176.0, 4185.0, 4201.0, 4150.0, 4181.0, 4138.0, 4171.0, 4188.0, 4140.0, 4181.0, 4128.0, 4158.0, 4157.0, 4128.0, 4166.0, 4131.0, 4152.0, 4119.0, 4145.0, 4172.0, 4144.0, 4174.0, 4156.0, 4165.0, 4144.0, 4170.0, 4220.0, 4172.0, 4209.0, 4159.0, 4209.0, 4168.0, 4178.0, 4146.0, 4198.0, 4155.0, 4208.0, 4228.0, 4188.0, 4207.0, 4168.0, 4206.0, 4164.0, 4205.0, 4185.0, 4213.0, 4174.0, 4202.0, 4160.0, 4191.0, 4150.0, 4202.0, 4160.0, 4179.0, 4126.0, 4167.0, 4125.0, 4167.0, 4136.0, 4177.0, 4125.0, 4145.0, 4124.0, 4143.0, 4124.0, 4166.0, 4124.0, 4166.0, 4125.0, 4145.0, 4113.0, 4156.0, 4104.0, 4167.0, 4165.0, 4159.0, 4176.0, 4125.0, 4174.0, 4125.0, 4164.0, 4112.0, 4145.0, 4124.0, 4125.0, 4164.0, 4116.0, 4156.0, 4116.0, 4126.0, 4166.0, 4127.0, 4118.0, 4130.0, 4131.0, 4158.0, 4189.0, 4181.0, 4201.0, 4184.0, 4214.0, 4159.0, 4191.0, 4209.0, 4169.0, 4209.0, 4168.0, 4202.0, 4230.0, 4190.0, 4218.0, 4165.0, 4196.0, 4153.0, 4145.0, 4206.0, 4156.0, 4197.0, 4158.0, 4187.0, 4145.0, 4157.0, 4206.0, 4155.0, 4198.0, 4161.0, 4183.0, 4218.0, 4168.0, 4198.0, 4158.0, 4177.0, 4153.0, 4168.0, 4208.0, 4167.0, 4210.0, 4147.0, 4178.0, 4154.0, 4145.0, 4195.0, 4133.0, 4186.0, 4166.0, 4158.0, 4207.0, 4176.0, 4207.0, 4146.0, 4176.0, 4161.0, 4143.0, 4182.0, 4142.0, 4174.0, 4151.0, 4153.0, 4192.0, 4130.0, 4171.0, 4119.0, 4141.0, 4190.0, 4131.0, 4182.0, 4145.0, 4166.0, 4154.0, 4146.0, 4155.0, 4134.0, 4183.0, 4144.0, 4179.0, 4147.0, 4161.0, 4221.0, 4172.0, 4200.0, 4148.0, 4180.0, 4187.0, 4157.0, 4207.0, 4147.0, 4198.0, 4168.0, 4170.0, 4229.0, 4169.0, 4210.0, 4148.0, 4188.0, 4145.0, 4170.0, 4212.0, 4184.0, 4210.0, 4182.0, 4212.0, 4158.0, 4180.0, 4230.0, 4172.0, 4211.0, 4158.0, 4201.0, 4199.0, 4147.0, 4209.0, 4147.0, 4189.0, 4170.0, 4170.0, 4219.0, 4170.0, 4201.0, 4162.0, 4191.0, 4161.0, 4192.0, 4193.0, 4186.0, 4223.0, 4185.0, 4225.0, 4173.0, 4205.0, 4202.0, 4172.0, 4222.0, 4173.0, 4213.0, 4190.0, 4203.0, 4240.0, 4180.0, 4219.0, 4167.0, 4197.0, 4195.0, 4158.0, 4208.0, 4180.0, 4198.0, 4167.0, 4186.0, 4134.0, 4155.0, 4204.0, 4155.0, 4198.0, 4155.0, 4188.0, 4214.0, 4165.0, 4194.0, 4140.0, 4163.0, 4204.0, 4133.0, 4182.0, 4130.0, 4162.0, 4152.0, 4142.0, 4192.0, 4143.0, 4183.0, 4121.0, 4154.0, 4174.0, 4155.0, 4193.0, 4164.0, 4206.0, 4142.0, 4163.0, 4130.0, 4142.0, 4192.0, 4152.0, 4182.0, 4140.0, 4161.0, 4118.0, 4130.0, 4180.0, 4129.0, 4174.0, 4150.0, 4140.0, 4180.0, 4130.0, 4162.0, 4128.0, 4120.0, 4181.0, 4131.0, 4162.0, 4131.0, 4157.0, 4194.0, 4144.0, 4180.0, 4146.0, 4155.0, 4209.0, 4171.0, 4213.0, 4198.0, 4198.0, 4220.0, 4172.0, 4191.0, 4180.0, 4204.0, 4180.0, 4215.0, 4167.0, 4189.0, 4218.0, 4200.0, 4226.0, 4209.0, 4217.0, 4177.0, 4205.0, 4174.0, 4205.0, 4194.0, 4204.0, 4172.0, 4191.0, 4139.0, 4181.0, 4149.0, 4202.0, 4158.0, 4169.0, 4126.0, 4157.0, 4116.0, 4178.0, 4148.0, 4180.0, 4148.0, 4177.0, 4125.0, 4154.0, 4136.0, 4168.0, 4146.0, 4177.0, 4145.0, 4175.0, 4124.0, 4166.0, 4101.0, 4134.0, 4174.0, 4122.0, 4161.0, 4109.0, 4139.0, 4087.0, 4131.0, 4152.0, 4124.0, 4175.0, 4126.0, 4165.0, 4116.0, 4165.0, 4116.0, 4159.0, 4117.0, 4138.0, 4168.0, 4130.0, 4181.0, 4156.0, 4195.0, 4143.0, 4183.0, 4155.0, 4145.0, 4168.0, 4147.0, 4201.0, 4171.0, 4223.0, 4172.0, 4225.0, 4170.0, 4211.0, 4219.0, 4178.0, 4210.0, 4175.0, 4210.0, 4192.0, 4161.0, 4181.0, 4152.0, 4173.0, 4171.0, 4152.0, 4201.0, 4140.0, 4169.0, 4130.0, 4151.0, 4140.0, 4143.0, 4196.0, 4158.0, 4186.0, 4157.0, 4175.0, 4144.0, 4177.0, 4175.0, 4147.0, 4197.0, 4160.0, 4199.0, 4170.0, 4190.0, 4165.0, 4157.0, 4205.0, 4146.0, 4198.0, 4157.0, 4209.0, 4168.0, 4201.0, 4154.0, 4158.0, 4195.0, 4143.0, 4186.0, 4163.0, 4155.0, 4195.0, 4166.0, 4186.0, 4143.0, 4143.0, 4191.0, 4131.0, 4172.0, 4133.0, 4164.0, 4155.0, 4155.0, 4194.0, 4145.0, 4176.0, 4147.0, 4181.0, 4189.0, 4172.0, 4209.0, 4182.0, 4203.0, 4148.0, 4181.0, 4190.0, 4169.0, 4221.0, 4161.0, 4202.0, 4172.0, 4161.0, 4199.0, 4169.0, 4210.0, 4158.0, 4190.0, 4188.0, 4170.0, 4221.0, 4195.0, 4222.0, 4184.0, 4213.0, 4172.0, 4213.0, 4171.0, 4223.0, 4211.0, 4203.0, 4230.0, 4178.0, 4206.0, 4163.0, 4173.0, 4203.0, 4160.0, 4181.0, 4180.0, 4149.0, 4189.0, 4137.0, 4157.0, 4176.0, 4125.0, 4157.0, 4116.0, 4139.0, 4178.0, 4138.0, 4168.0, 4127.0, 4138.0, 4116.0, 4140.0, 4180.0, 4142.0, 4173.0, 4155.0, 4186.0, 4159.0, 4188.0, 4158.0, 4198.0, 4185.0, 4198.0, 4207.0, 4175.0, 4203.0, 4163.0, 4183.0, 4200.0, 4159.0, 4202.0, 4136.0, 4156.0, 4174.0, 4123.0, 4154.0, 4115.0, 4139.0, 4177.0, 4125.0, 4155.0, 4114.0, 4125.0, 4127.0, 4139.0, 4169.0, 4139.0, 4171.0, 4120.0, 4151.0, 4118.0, 4140.0, 4182.0, 4156.0, 4184.0, 4143.0, 4174.0, 4131.0, 4140.0, 4181.0, 4129.0, 4161.0, 4138.0, 4130.0, 4179.0, 4129.0, 4174.0, 4142.0, 4142.0, 4169.0, 4142.0, 4182.0, 4141.0, 4184.0, 4142.0, 4185.0, 4143.0, 4167.0, 4219.0, 4165.0, 4206.0, 4144.0, 4174.0, 4200.0, 4139.0, 4181.0, 4119.0, 4142.0, 4192.0, 4155.0, 4183.0, 4120.0, 4140.0, 4180.0, 4129.0, 4162.0, 4132.0, 4145.0, 4175.0, 4159.0, 4209.0, 4171.0, 4201.0, 4159.0, 4170.0, 4159.0, 4170.0, 4209.0, 4171.0, 4211.0, 4180.0, 4202.0, 4208.0, 4171.0, 4207.0, 4166.0, 4187.0, 4174.0, 4154.0, 4206.0, 4156.0, 4186.0, 4192.0, 4144.0, 4195.0, 4132.0, 4152.0, 4201.0, 4153.0, 4195.0, 4146.0, 4167.0, 4147.0, 4169.0, 4157.0, 4168.0, 4197.0, 4158.0, 4199.0, 4180.0, 4180.0, 4217.0, 4176.0, 4206.0, 4152.0, 4141.0, 4192.0, 4140.0, 4162.0, 4190.0, 4139.0, 4182.0, 4118.0, 4141.0, 4180.0, 4139.0, 4161.0, 4130.0, 4131.0, 4142.0, 4146.0, 4147.0, 4189.0, 4160.0, 4192.0, 4191.0, 4202.0, 4220.0, 4193.0, 4219.0, 4177.0, 4197.0, 4182.0, 4161.0, 4202.0, 4149.0, 4178.0, 4198.0, 4138.0, 4178.0, 4126.0, 4140.0, 4180.0, 4148.0, 4168.0, 4128.0, 4148.0, 4105.0, 4128.0, 4157.0, 4128.0, 4170.0, 4142.0, 4173.0, 4142.0, 4152.0, 4178.0, 4118.0, 4160.0, 4118.0, 4152.0, 4171.0, 4140.0, 4189.0, 4132.0, 4171.0, 4130.0, 4152.0, 4180.0, 4141.0, 4183.0, 4145.0, 4164.0, 4172.0, 4154.0, 4184.0, 4133.0, 4163.0, 4131.0, 4143.0, 4195.0, 4158.0, 4176.0, 4145.0, 4167.0, 4146.0, 4158.0, 4205.0, 4148.0, 4190.0, 4160.0, 4183.0, 4209.0, 4172.0, 4211.0, 4172.0, 4203.0, 4150.0, 4183.0, 4181.0, 4185.0, 4225.0, 4195.0, 4226.0, 4185.0, 4214.0, 4162.0, 4203.0, 4231.0, 4194.0, 4223.0, 4181.0, 4212.0, 4227.0, 4178.0, 4208.0, 4154.0, 4187.0, 4213.0, 4168.0, 4208.0, 4157.0, 4177.0, 4216.0, 4157.0, 4197.0, 4143.0, 4176.0, 4133.0, 4147.0, 4209.0, 4172.0, 4201.0, 4149.0, 4201.0, 4160.0, 4175.0, 4167.0, 4196.0, 4233.0, 4186.0, 4214.0, 4175.0, 4225.0, 4195.0, 4215.0, 4183.0, 4203.0, 4170.0, 4224.0, 4192.0, 4245.0, 4202.0, 4221.0, 4178.0, 4209.0, 4188.0, 4219.0, 4196.0, 4206.0, 4162.0, 4182.0, 4161.0, 4194.0, 4193.0, 4217.0, 4183.0, 4181.0, 4149.0, 4180.0, 4149.0, 4189.0, 4159.0, 4178.0, 4137.0, 4179.0, 4127.0, 4167.0, 4137.0, 4189.0, 4148.0, 4187.0, 4147.0, 4176.0, 4138.0, 4167.0, 4181.0, 4139.0, 4158.0, 4137.0, 4176.0, 4136.0, 4177.0, 4148.0, 4199.0, 4147.0, 4185.0, 4134.0, 4152.0, 4134.0, 4164.0, 4155.0, 4114.0, 4124.0, 4125.0, 4155.0, 4138.0, 4179.0, 4150.0, 4191.0, 4160.0, 4166.0, 4136.0, 4176.0, 4136.0, 4165.0, 4127.0, 4166.0, 4118.0, 4167.0, 4115.0, 4124.0, 4103.0, 4114.0, 4155.0, 4126.0, 4157.0, 4130.0, 4171.0, 4141.0, 4150.0, 4133.0, 4143.0, 4144.0, 4155.0, 4177.0, 4171.0, 4200.0, 4171.0, 4201.0, 4171.0, 4191.0, 4172.0, 4194.0, 4184.0, 4230.0, 4200.0, 4252.0, 4224.0, 4192.0, 4229.0, 4187.0, 4222.0, 4182.0, 4234.0, 4201.0, 4244.0, 4211.0, 4232.0, 4201.0, 4219.0, 4198.0, 4217.0, 4193.0, 4203.0, 4172.0, 4192.0, 4151.0, 4177.0, 4146.0, 4147.0, 4156.0, 4145.0, 4176.0, 4157.0, 4144.0, 4176.0, 4154.0, 4172.0, 4132.0, 4171.0, 4121.0, 4172.0, 4133.0, 4172.0, 4144.0, 4162.0, 4132.0, 4131.0, 4134.0, 4163.0, 4136.0, 4173.0, 4137.0, 4176.0, 4113.0, 4153.0, 4090.0, 4135.0, 4164.0, 4113.0, 4152.0, 4101.0, 4142.0, 4104.0, 4146.0, 4115.0, 4128.0, 4168.0, 4129.0, 4169.0, 4131.0, 4172.0, 4147.0, 4177.0, 4145.0, 4169.0, 4145.0, 4156.0, 4146.0, 4159.0, 4200.0, 4170.0, 4201.0, 4162.0, 4202.0, 4174.0, 4203.0, 4159.0, 4203.0, 4171.0, 4182.0, 4161.0, 4185.0, 4196.0, 4220.0, 4177.0, 4207.0, 4175.0, 4218.0, 4165.0], 'WindowWidth': [9392.0, 9372.0, 9366.0, 9270.0, 9303.0, 9238.0, 9309.0, 9225.0, 9257.0, 9212.0, 9230.0, 9219.0, 9275.0, 9234.0, 9272.0, 9310.0, 9288.0, 9323.0, 9248.0, 9302.0, 9244.0, 9301.0, 9209.0, 9255.0, 9308.0, 9243.0, 9310.0, 9278.0, 9251.0, 9286.0, 9350.0, 9288.0, 9339.0, 9285.0, 9358.0, 9282.0, 9335.0, 9243.0, 9308.0, 9299.0, 9234.0, 9318.0, 9273.0, 9330.0, 9272.0, 9294.0, 9288.0, 9237.0, 9312.0, 9224.0, 9305.0, 9222.0, 9299.0, 9260.0, 9259.0, 9323.0, 9240.0, 9325.0, 9230.0, 9282.0, 9299.0, 9254.0, 9323.0, 9259.0, 9339.0, 9243.0, 9295.0, 9204.0, 9261.0, 9282.0, 9231.0, 9302.0, 9214.0, 9307.0, 9233.0, 9235.0, 9297.0, 9204.0, 9307.0, 9197.0, 9243.0, 9317.0, 9246.0, 9319.0, 9246.0, 9294.0, 9227.0, 9250.0, 9242.0, 9340.0, 9249.0, 9295.0, 9254.0, 9309.0, 9280.0, 9369.0, 9373.0, 9353.0, 9362.0, 9308.0, 9334.0, 9312.0, 9314.0, 9353.0, 9332.0, 9361.0, 9281.0, 9311.0, 9228.0, 9268.0, 9233.0, 9204.0, 9269.0, 9227.0, 9276.0, 9220.0, 9220.0, 9190.0, 9207.0, 9248.0, 9181.0, 9239.0, 9182.0, 9220.0, 9220.0, 9235.0, 9289.0, 9239.0, 9298.0, 9237.0, 9287.0, 9223.0, 9285.0, 9236.0, 9254.0, 9322.0, 9248.0, 9334.0, 9252.0, 9330.0, 9263.0, 9285.0, 9224.0, 9300.0, 9319.0, 9241.0, 9346.0, 9274.0, 9336.0, 9262.0, 9293.0, 9317.0, 9220.0, 9297.0, 9279.0, 9318.0, 9237.0, 9254.0, 9313.0, 9235.0, 9320.0, 9247.0, 9311.0, 9266.0, 9272.0, 9248.0, 9323.0, 9247.0, 9323.0, 9360.0, 9294.0, 9365.0, 9296.0, 9328.0, 9242.0, 9241.0, 9292.0, 9245.0, 9307.0, 9246.0, 9254.0, 9301.0, 9203.0, 9274.0, 9168.0, 9215.0, 9253.0, 9191.0, 9273.0, 9225.0, 9280.0, 9222.0, 9229.0, 9198.0, 9229.0, 9293.0, 9260.0, 9329.0, 9247.0, 9313.0, 9253.0, 9267.0, 9301.0, 9242.0, 9307.0, 9212.0, 9246.0, 9281.0, 9230.0, 9285.0, 9243.0, 9281.0, 9268.0, 9251.0, 9231.0, 9239.0, 9309.0, 9251.0, 9306.0, 9244.0, 9329.0, 9281.0, 9318.0, 9238.0, 9246.0, 9297.0, 9230.0, 9308.0, 9243.0, 9258.0, 9320.0, 9264.0, 9285.0, 9210.0, 9222.0, 9269.0, 9190.0, 9261.0, 9198.0, 9252.0, 9287.0, 9250.0, 9299.0, 9240.0, 9275.0, 9234.0, 9264.0, 9220.0, 9254.0, 9294.0, 9229.0, 9304.0, 9281.0, 9280.0, 9313.0, 9254.0, 9299.0, 9223.0, 9253.0, 9317.0, 9239.0, 9313.0, 9249.0, 9304.0, 9262.0, 9276.0, 9338.0, 9271.0, 9321.0, 9252.0, 9309.0, 9270.0, 9289.0, 9355.0, 9313.0, 9353.0, 9327.0, 9363.0, 9304.0, 9355.0, 9285.0, 9336.0, 9300.0, 9333.0, 9352.0, 9314.0, 9350.0, 9279.0, 9311.0, 9246.0, 9297.0, 9240.0, 9324.0, 9251.0, 9264.0, 9297.0, 9215.0, 9252.0, 9193.0, 9211.0, 9281.0, 9215.0, 9255.0, 9197.0, 9208.0, 9163.0, 9194.0, 9235.0, 9203.0, 9231.0, 9196.0, 9253.0, 9319.0, 9256.0, 9290.0, 9237.0, 9263.0, 9221.0, 9251.0, 9319.0, 9259.0, 9320.0, 9271.0, 9294.0, 9266.0, 9280.0, 9245.0, 9262.0, 9317.0, 9265.0, 9318.0, 9250.0, 9320.0, 9290.0, 9337.0, 9275.0, 9313.0, 9320.0, 9295.0, 9342.0, 9309.0, 9359.0, 9305.0, 9342.0, 9292.0, 9326.0, 9280.0, 9291.0, 9307.0, 9237.0, 9278.0, 9217.0, 9265.0, 9283.0, 9223.0, 9280.0, 9208.0, 9247.0, 9243.0, 9204.0, 9253.0, 9217.0, 9245.0, 9198.0, 9242.0, 9274.0, 9240.0, 9277.0, 9258.0, 9270.0, 9241.0, 9284.0, 9350.0, 9292.0, 9335.0, 9267.0, 9336.0, 9279.0, 9292.0, 9247.0, 9318.0, 9256.0, 9330.0, 9357.0, 9304.0, 9327.0, 9275.0, 9320.0, 9266.0, 9320.0, 9293.0, 9328.0, 9276.0, 9309.0, 9253.0, 9295.0, 9239.0, 9311.0, 9252.0, 9274.0, 9200.0, 9255.0, 9194.0, 9255.0, 9210.0, 9268.0, 9197.0, 9222.0, 9192.0, 9217.0, 9195.0, 9252.0, 9194.0, 9254.0, 9197.0, 9223.0, 9177.0, 9238.0, 9169.0, 9258.0, 9250.0, 9248.0, 9266.0, 9197.0, 9260.0, 9196.0, 9245.0, 9176.0, 9224.0, 9192.0, 9197.0, 9246.0, 9187.0, 9244.0, 9189.0, 9203.0, 9255.0, 9206.0, 9194.0, 9215.0, 9218.0, 9268.0, 9308.0, 9302.0, 9327.0, 9310.0, 9351.0, 9268.0, 9311.0, 9331.0, 9279.0, 9333.0, 9275.0, 9328.0, 9362.0, 9310.0, 9342.0, 9266.0, 9309.0, 9246.0, 9241.0, 9321.0, 9257.0, 9311.0, 9262.0, 9300.0, 9241.0, 9259.0, 9322.0, 9255.0, 9316.0, 9274.0, 9303.0, 9341.0, 9274.0, 9315.0, 9260.0, 9286.0, 9249.0, 9277.0, 9328.0, 9273.0, 9336.0, 9248.0, 9289.0, 9252.0, 9240.0, 9304.0, 9221.0, 9295.0, 9270.0, 9263.0, 9325.0, 9283.0, 9327.0, 9241.0, 9280.0, 9252.0, 9231.0, 9284.0, 9234.0, 9276.0, 9242.0, 9248.0, 9295.0, 9213.0, 9267.0, 9195.0, 9227.0, 9289.0, 9214.0, 9285.0, 9243.0, 9271.0, 9253.0, 9243.0, 9254.0, 9227.0, 9290.0, 9242.0, 9294.0, 9248.0, 9272.0, 9353.0, 9288.0, 9323.0, 9252.0, 9295.0, 9299.0, 9260.0, 9327.0, 9247.0, 9317.0, 9277.0, 9281.0, 9357.0, 9280.0, 9334.0, 9249.0, 9301.0, 9242.0, 9282.0, 9342.0, 9309.0, 9337.0, 9303.0, 9340.0, 9264.0, 9294.0, 9362.0, 9290.0, 9337.0, 9263.0, 9325.0, 9318.0, 9248.0, 9329.0, 9245.0, 9303.0, 9284.0, 9285.0, 9344.0, 9283.0, 9324.0, 9275.0, 9312.0, 9272.0, 9316.0, 9318.0, 9316.0, 9361.0, 9312.0, 9364.0, 9292.0, 9338.0, 9327.0, 9286.0, 9354.0, 9292.0, 9345.0, 9310.0, 9330.0, 9375.0, 9294.0, 9347.0, 9272.0, 9314.0, 9307.0, 9265.0, 9330.0, 9297.0, 9316.0, 9274.0, 9296.0, 9224.0, 9253.0, 9315.0, 9255.0, 9314.0, 9254.0, 9300.0, 9332.0, 9265.0, 9302.0, 9225.0, 9258.0, 9315.0, 9219.0, 9282.0, 9214.0, 9258.0, 9244.0, 9233.0, 9298.0, 9235.0, 9288.0, 9202.0, 9249.0, 9276.0, 9255.0, 9301.0, 9266.0, 9322.0, 9231.0, 9260.0, 9210.0, 9231.0, 9295.0, 9244.0, 9283.0, 9225.0, 9255.0, 9194.0, 9211.0, 9276.0, 9211.0, 9276.0, 9238.0, 9227.0, 9277.0, 9213.0, 9257.0, 9206.0, 9199.0, 9279.0, 9215.0, 9258.0, 9217.0, 9261.0, 9305.0, 9239.0, 9298.0, 9245.0, 9255.0, 9334.0, 9290.0, 9351.0, 9337.0, 9340.0, 9369.0, 9295.0, 9320.0, 9302.0, 9335.0, 9297.0, 9352.0, 9275.0, 9306.0, 9343.0, 9322.0, 9354.0, 9332.0, 9340.0, 9286.0, 9321.0, 9278.0, 9323.0, 9306.0, 9319.0, 9271.0, 9294.0, 9223.0, 9281.0, 9236.0, 9312.0, 9247.0, 9261.0, 9199.0, 9241.0, 9186.0, 9273.0, 9231.0, 9278.0, 9230.0, 9266.0, 9195.0, 9232.0, 9214.0, 9259.0, 9227.0, 9270.0, 9223.0, 9261.0, 9193.0, 9252.0, 9160.0, 9206.0, 9258.0, 9187.0, 9237.0, 9165.0, 9205.0, 9132.0, 9197.0, 9228.0, 9195.0, 9262.0, 9202.0, 9250.0, 9187.0, 9250.0, 9188.0, 9251.0, 9191.0, 9220.0, 9262.0, 9212.0, 9281.0, 9260.0, 9308.0, 9239.0, 9288.0, 9257.0, 9243.0, 9278.0, 9251.0, 9329.0, 9288.0, 9360.0, 9290.0, 9363.0, 9284.0, 9338.0, 9344.0, 9288.0, 9334.0, 9280.0, 9334.0, 9297.0, 9254.0, 9279.0, 9243.0, 9275.0, 9268.0, 9244.0, 9307.0, 9224.0, 9262.0, 9210.0, 9241.0, 9225.0, 9233.0, 9311.0, 9265.0, 9296.0, 9261.0, 9280.0, 9239.0, 9287.0, 9280.0, 9247.0, 9314.0, 9269.0, 9319.0, 9281.0, 9308.0, 9269.0, 9259.0, 9320.0, 9243.0, 9314.0, 9261.0, 9333.0, 9276.0, 9326.0, 9255.0, 9261.0, 9307.0, 9234.0, 9295.0, 9259.0, 9254.0, 9308.0, 9269.0, 9298.0, 9233.0, 9234.0, 9293.0, 9216.0, 9271.0, 9222.0, 9266.0, 9253.0, 9255.0, 9305.0, 9242.0, 9284.0, 9249.0, 9301.0, 9309.0, 9291.0, 9335.0, 9303.0, 9330.0, 9253.0, 9299.0, 9307.0, 9281.0, 9352.0, 9273.0, 9327.0, 9287.0, 9273.0, 9318.0, 9280.0, 9335.0, 9262.0, 9309.0, 9302.0, 9285.0, 9354.0, 9325.0, 9355.0, 9307.0, 9342.0, 9290.0, 9344.0, 9286.0, 9358.0, 9337.0, 9328.0, 9360.0, 9285.0, 9322.0, 9257.0, 9270.0, 9311.0, 9252.0, 9282.0, 9277.0, 9233.0, 9287.0, 9213.0, 9241.0, 9263.0, 9196.0, 9241.0, 9188.0, 9224.0, 9271.0, 9218.0, 9259.0, 9202.0, 9218.0, 9188.0, 9225.0, 9278.0, 9233.0, 9274.0, 9257.0, 9298.0, 9266.0, 9301.0, 9265.0, 9318.0, 9295.0, 9314.0, 9325.0, 9281.0, 9313.0, 9258.0, 9287.0, 9302.0, 9248.0, 9311.0, 9211.0, 9237.0, 9258.0, 9190.0, 9233.0, 9186.0, 9223.0, 9266.0, 9196.0, 9236.0, 9181.0, 9198.0, 9205.0, 9226.0, 9262.0, 9223.0, 9269.0, 9201.0, 9242.0, 9194.0, 9226.0, 9283.0, 9258.0, 9292.0, 9235.0, 9279.0, 9217.0, 9226.0, 9279.0, 9208.0, 9253.0, 9218.0, 9210.0, 9274.0, 9210.0, 9277.0, 9232.0, 9232.0, 9264.0, 9233.0, 9285.0, 9232.0, 9290.0, 9235.0, 9293.0, 9234.0, 9274.0, 9346.0, 9271.0, 9322.0, 9236.0, 9274.0, 9302.0, 9223.0, 9281.0, 9195.0, 9231.0, 9300.0, 9255.0, 9288.0, 9200.0, 9228.0, 9278.0, 9210.0, 9259.0, 9219.0, 9243.0, 9281.0, 9269.0, 9336.0, 9287.0, 9326.0, 9267.0, 9285.0, 9268.0, 9282.0, 9333.0, 9286.0, 9339.0, 9296.0, 9328.0, 9331.0, 9283.0, 9326.0, 9268.0, 9298.0, 9276.0, 9252.0, 9323.0, 9258.0, 9296.0, 9299.0, 9237.0, 9305.0, 9217.0, 9245.0, 9306.0, 9250.0, 9308.0, 9245.0, 9272.0, 9248.0, 9281.0, 9262.0, 9277.0, 9313.0, 9262.0, 9318.0, 9297.0, 9295.0, 9340.0, 9283.0, 9322.0, 9243.0, 9228.0, 9295.0, 9226.0, 9257.0, 9290.0, 9224.0, 9283.0, 9192.0, 9227.0, 9276.0, 9222.0, 9253.0, 9212.0, 9217.0, 9233.0, 9246.0, 9249.0, 9308.0, 9270.0, 9319.0, 9312.0, 9328.0, 9348.0, 9317.0, 9347.0, 9285.0, 9312.0, 9283.0, 9254.0, 9308.0, 9233.0, 9272.0, 9295.0, 9215.0, 9270.0, 9197.0, 9224.0, 9278.0, 9233.0, 9258.0, 9204.0, 9232.0, 9171.0, 9206.0, 9242.0, 9208.0, 9265.0, 9234.0, 9276.0, 9231.0, 9245.0, 9272.0, 9193.0, 9250.0, 9192.0, 9246.0, 9268.0, 9227.0, 9289.0, 9218.0, 9268.0, 9211.0, 9247.0, 9278.0, 9229.0, 9289.0, 9243.0, 9266.0, 9271.0, 9251.0, 9290.0, 9220.0, 9260.0, 9215.0, 9235.0, 9305.0, 9265.0, 9284.0, 9244.0, 9274.0, 9246.0, 9264.0, 9322.0, 9251.0, 9309.0, 9271.0, 9307.0, 9337.0, 9291.0, 9339.0, 9289.0, 9330.0, 9257.0, 9306.0, 9300.0, 9311.0, 9362.0, 9324.0, 9365.0, 9312.0, 9348.0, 9276.0, 9331.0, 9363.0, 9320.0, 9357.0, 9296.0, 9339.0, 9354.0, 9289.0, 9328.0, 9251.0, 9297.0, 9328.0, 9275.0, 9328.0, 9259.0, 9286.0, 9336.0, 9259.0, 9311.0, 9236.0, 9283.0, 9223.0, 9248.0, 9334.0, 9291.0, 9325.0, 9256.0, 9325.0, 9270.0, 9298.0, 9275.0, 9332.0, 9374.0, 9317.0, 9350.0, 9300.0, 9368.0, 9329.0, 9355.0, 9310.0, 9336.0, 9290.0, 9363.0, 9316.0, 9394.0, 9329.0, 9351.0, 9290.0, 9335.0, 9304.0, 9346.0, 9310.0, 9323.0, 9258.0, 9286.0, 9257.0, 9304.0, 9302.0, 9343.0, 9287.0, 9280.0, 9238.0, 9280.0, 9238.0, 9293.0, 9248.0, 9274.0, 9216.0, 9277.0, 9204.0, 9258.0, 9219.0, 9289.0, 9235.0, 9283.0, 9230.0, 9268.0, 9222.0, 9257.0, 9282.0, 9222.0, 9247.0, 9218.0, 9267.0, 9215.0, 9270.0, 9234.0, 9302.0, 9228.0, 9275.0, 9207.0, 9226.0, 9209.0, 9247.0, 9238.0, 9182.0, 9196.0, 9198.0, 9237.0, 9221.0, 9276.0, 9242.0, 9295.0, 9252.0, 9254.0, 9214.0, 9263.0, 9213.0, 9250.0, 9201.0, 9253.0, 9195.0, 9256.0, 9184.0, 9194.0, 9164.0, 9181.0, 9234.0, 9201.0, 9242.0, 9216.0, 9271.0, 9229.0, 9241.0, 9222.0, 9235.0, 9239.0, 9256.0, 9288.0, 9289.0, 9324.0, 9287.0, 9326.0, 9287.0, 9314.0, 9290.0, 9322.0, 9312.0, 9380.0, 9342.0, 9412.0, 9379.0, 9335.0, 9380.0, 9319.0, 9357.0, 9302.0, 9373.0, 9327.0, 9387.0, 9340.0, 9367.0, 9324.0, 9346.0, 9311.0, 9343.0, 9299.0, 9315.0, 9272.0, 9299.0, 9240.0, 9269.0, 9225.0, 9227.0, 9238.0, 9223.0, 9264.0, 9240.0, 9217.0, 9263.0, 9230.0, 9252.0, 9198.0, 9246.0, 9182.0, 9251.0, 9202.0, 9254.0, 9217.0, 9238.0, 9200.0, 9196.0, 9205.0, 9241.0, 9210.0, 9257.0, 9217.0, 9264.0, 9177.0, 9228.0, 9140.0, 9206.0, 9245.0, 9176.0, 9223.0, 9156.0, 9212.0, 9166.0, 9226.0, 9183.0, 9209.0, 9258.0, 9209.0, 9262.0, 9214.0, 9271.0, 9250.0, 9287.0, 9243.0, 9279.0, 9243.0, 9258.0, 9243.0, 9266.0, 9320.0, 9283.0, 9324.0, 9276.0, 9327.0, 9294.0, 9331.0, 9268.0, 9330.0, 9285.0, 9302.0, 9273.0, 9310.0, 9332.0, 9366.0, 9304.0, 9345.0, 9302.0, 9358.0, 9284.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.008081439280359821</td></tr>
<tr><td colspan=3>aqi</td><td>0.03444498133433283</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.82995991230308</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2952711718304573</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1156989010727691</td></tr>
<tr><td colspan=3>efc</td><td>0.4835</td></tr>
<tr><td colspan=3>fber</td><td>3578.5212</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1293192312877377</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>185</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.868065967016491</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4562911663123828</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.461811395851297</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.530165848767054</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.376896254318798</td></tr>
<tr><td colspan=3>gcor</td><td>0.0230488</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.007164815440773964</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025650784373283386</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1334</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9996022224458883</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>33.6045</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.22</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>191.1859</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300068.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>825.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>383.3566</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4919</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>557.0306</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3385.8204</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3543.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76476.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1269.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4480.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>885.8323</td></tr>
<tr><td colspan=3>tsnr</td><td>30.737838057568297</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>