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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:30:34.287500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999265, 0.0139733, 0.0356885, -0.021455, 0.975539, 0.218776]</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.122921</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>[4172, -7766, -7229, 478, -19, -9, 67, 55]</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.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>278.703</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7d1e514f-5438-44bd-bcad-96c2e6ba400b||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680955648422241, -0.05756232514977455, 0.08574800193309784, 114.13251495361328], [-0.03748929873108864, 2.617300271987915, 0.5923293232917786, -103.63671875], [0.09574966877698898, -0.5869607925415039, 2.6328299045562744, -18.868040084838867], [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': ['133034.287500', '133034.747500', '133035.207500', '133035.667500', '133036.127500', '133036.587500', '133037.047500', '133037.507500', '133037.967500', '133038.427500', '133038.887500', '133039.347500', '133039.807500', '133040.267500', '133040.727500', '133041.187500', '133041.647500', '133042.107500', '133042.567500', '133043.027500', '133043.487500', '133043.947500', '133044.407500', '133044.867500', '133045.327500', '133045.787500', '133046.247500', '133046.707500', '133047.167500', '133047.627500', '133048.087500', '133048.547500', '133049.007500', '133049.467500', '133049.927500', '133050.387500', '133050.847500', '133051.307500', '133051.767500', '133052.227500', '133052.687500', '133053.147500', '133053.607500', '133054.067500', '133054.527500', '133054.987500', '133055.447500', '133055.907500', '133056.367500', '133056.827500', '133057.287500', '133057.747500', '133058.207500', '133058.667500', '133059.127500', '133059.587500', '133100.047500', '133100.507500', '133100.967500', '133101.427500', '133101.887500', '133102.347500', '133102.807500', '133103.267500', '133103.727500', '133104.187500', '133104.647500', '133105.107500', '133105.567500', '133106.027500', '133106.487500', '133106.947500', '133107.407500', '133107.867500', '133108.327500', '133108.787500', '133109.247500', '133109.707500', '133110.167500', '133110.627500', '133111.087500', '133111.547500', '133112.007500', '133112.467500', '133112.927500', '133113.387500', '133113.847500', '133114.307500', '133114.767500', '133115.227500', '133115.687500', '133116.147500', '133116.607500', '133117.067500', '133117.527500', '133117.987500', '133118.447500', '133118.907500', '133119.367500', '133119.827500', '133120.287500', '133120.747500', '133121.207500', '133121.667500', '133122.127500', '133122.587500', '133123.047500', '133123.507500', '133123.967500', '133124.427500', '133124.887500', '133125.347500', '133125.807500', '133126.267500', '133126.727500', '133127.187500', '133127.647500', '133128.107500', '133128.567500', '133129.027500', '133129.487500', '133129.947500', '133130.407500', '133130.867500', '133131.327500', '133131.787500', '133132.247500', '133132.707500', '133133.167500', '133133.627500', '133134.087500', '133134.547500', '133135.007500', '133135.467500', '133135.927500', '133136.387500', '133136.847500', '133137.307500', '133137.767500', '133138.227500', '133138.687500', '133139.147500', '133139.607500', '133140.067500', '133140.527500', '133140.987500', '133141.447500', '133141.907500', '133142.367500', '133142.827500', '133143.287500', '133143.747500', '133144.207500', '133144.667500', '133145.127500', '133145.587500', '133146.047500', '133146.507500', '133146.967500', '133147.427500', '133147.887500', '133148.347500', '133148.807500', '133149.267500', '133149.727500', '133150.187500', '133150.647500', '133151.107500', '133151.567500', '133152.027500', '133152.487500', '133152.947500', '133153.407500', '133153.867500', '133154.327500', '133154.787500', '133155.247500', '133155.707500', '133156.167500', '133156.627500', '133157.087500', '133157.547500', '133158.007500', '133158.467500', '133158.927500', '133159.387500', '133159.847500', '133200.307500', '133200.767500', '133201.227500', '133201.687500', '133202.147500', '133202.607500', '133203.067500', '133203.527500', '133203.987500', '133204.447500', '133204.907500', '133205.367500', '133205.827500', '133206.287500', '133206.747500', '133207.207500', '133207.667500', '133208.127500', '133208.587500', '133209.047500', '133209.507500', '133209.967500', '133210.427500', '133210.887500', '133211.347500', '133211.807500', '133212.267500', '133212.727500', '133213.187500', '133213.647500', '133214.107500', '133214.567500', '133215.027500', '133215.487500', '133215.947500', '133216.407500', '133216.867500', '133217.327500', '133217.787500', '133218.247500', '133218.707500', '133219.167500', '133219.627500', '133220.087500', '133220.547500', '133221.007500', '133221.467500', '133221.927500', '133222.387500', '133222.847500', '133223.307500', '133223.767500', '133224.227500', '133224.687500', '133225.147500', '133225.607500', '133226.067500', '133226.527500', '133226.987500', '133227.447500', '133227.907500', '133228.367500', '133228.827500', '133229.287500', '133229.747500', '133230.207500', '133230.667500', '133231.127500', '133231.587500', '133232.047500', '133232.507500', '133232.967500', '133233.427500', '133233.887500', '133234.347500', '133234.807500', '133235.267500', '133235.727500', '133236.187500', '133236.647500', '133237.107500', '133237.567500', '133238.027500', '133238.487500', '133238.947500', '133239.407500', '133239.867500', '133240.327500', '133240.787500', '133241.247500', '133241.707500', '133242.167500', '133242.627500', '133243.087500', '133243.547500', '133244.007500', '133244.467500', '133244.927500', '133245.387500', '133245.847500', '133246.307500', '133246.767500', '133247.227500', '133247.687500', '133248.147500', '133248.607500', '133249.067500', '133249.527500', '133249.987500', '133250.447500', '133250.907500', '133251.367500', '133251.827500', '133252.287500', '133252.747500', '133253.207500', '133253.667500', '133254.127500', '133254.587500', '133255.047500', '133255.507500', '133255.967500', '133256.427500', '133256.887500', '133257.347500', '133257.807500', '133258.267500', '133258.727500', '133259.187500', '133259.647500', '133300.107500', '133300.567500', '133301.027500', '133301.487500', '133301.947500', '133302.407500', '133302.867500', '133303.327500', '133303.787500', '133304.247500', '133304.707500', '133305.167500', '133305.627500', '133306.087500', '133306.547500', '133307.007500', '133307.467500', '133307.927500', '133308.387500', '133308.847500', '133309.307500', '133309.767500', '133310.227500', '133310.687500', '133311.147500', '133311.607500', '133312.067500', '133312.527500', '133312.987500', '133313.447500', '133313.907500', '133314.367500', '133314.827500', '133315.287500', '133315.747500', '133316.207500', '133316.667500', '133317.127500', '133317.587500', '133318.047500', '133318.507500', '133318.967500', '133319.427500', '133319.887500', '133320.347500', '133320.807500', '133321.267500', '133321.727500', '133322.187500', '133322.647500', '133323.107500', '133323.567500', '133324.027500', '133324.487500', '133324.947500', '133325.407500', '133325.867500', '133326.327500', '133326.787500', '133327.247500', '133327.707500', '133328.167500', '133328.627500', '133329.087500', '133329.547500', '133330.007500', '133330.467500', '133330.927500', '133331.387500', '133331.847500', '133332.307500', '133332.767500', '133333.227500', '133333.687500', '133334.147500', '133334.607500', '133335.067500', '133335.527500', '133335.987500', '133336.447500', '133336.907500', '133337.367500', '133337.827500', '133338.287500', '133338.747500', '133339.207500', '133339.667500', '133340.127500', '133340.587500', '133341.047500', '133341.507500', '133341.967500', '133342.427500', '133342.887500', '133343.347500', '133343.807500', '133344.267500', '133344.727500', '133345.187500', '133345.647500', '133346.107500', '133346.567500', '133347.027500', '133347.487500', '133347.947500', '133348.407500', '133348.867500', '133349.327500', '133349.787500', '133350.247500', '133350.707500', '133351.167500', '133351.627500', '133352.087500', '133352.547500', '133353.007500', '133353.467500', '133353.927500', '133354.387500', '133354.847500', '133355.307500', '133355.767500', '133356.227500', '133356.687500', '133357.147500', '133357.607500', '133358.067500', '133358.527500', '133358.987500', '133359.447500', '133359.907500', '133400.367500', '133400.827500', '133401.287500', '133401.747500', '133402.207500', '133402.667500', '133403.127500', '133403.587500', '133404.047500', '133404.507500', '133404.967500', '133405.427500', '133405.887500', '133406.347500', '133406.807500', '133407.267500', '133407.727500', '133408.187500', '133408.647500', '133409.107500', '133409.567500', '133410.027500', '133410.487500', '133410.947500', '133411.407500', '133411.867500', '133412.327500', '133412.787500', '133413.247500', '133413.707500', '133414.167500', '133414.627500', '133415.087500', '133415.547500', '133416.007500', '133416.467500', '133416.927500', '133417.387500', '133417.847500', '133418.307500', '133418.767500', '133419.227500', '133419.687500', '133420.147500', '133420.607500', '133421.067500', '133421.527500', '133421.987500', '133422.447500', '133422.907500', '133423.367500', '133423.827500', '133424.287500', '133424.747500', '133425.207500', '133425.667500', '133426.127500', '133426.587500', '133427.047500', '133427.507500', '133427.967500', '133428.427500', '133428.887500', '133429.347500', '133429.807500', '133430.267500', '133430.727500', '133431.187500', '133431.647500', '133432.107500', '133432.567500', '133433.027500', '133433.487500', '133433.947500', '133434.407500', '133434.867500', '133435.327500', '133435.787500', '133436.247500', '133436.707500', '133437.167500', '133437.627500', '133438.087500', '133438.547500', '133439.007500', '133439.467500', '133439.927500', '133440.387500', '133440.847500', '133441.307500', '133441.767500', '133442.227500', '133442.687500', '133443.147500', '133443.607500', '133444.067500', '133444.527500', '133444.987500', '133445.447500', '133445.907500', '133446.367500', '133446.827500', '133447.287500', '133447.747500', '133448.207500', '133448.667500', '133449.127500', '133449.587500', '133450.047500', '133450.507500', '133450.967500', '133451.427500', '133451.887500', '133452.347500', '133452.807500', '133453.267500', '133453.727500', '133454.187500', '133454.647500', '133455.107500', '133455.567500', '133456.027500', '133456.487500', '133456.947500', '133457.407500', '133457.867500', '133458.327500', '133458.787500', '133459.247500', '133459.707500', '133500.167500', '133500.627500', '133501.087500', '133501.547500', '133502.007500', '133502.467500', '133502.927500', '133503.387500', '133503.847500', '133504.307500', '133504.767500', '133505.227500', '133505.687500', '133506.147500', '133506.607500', '133507.067500', '133507.527500', '133507.987500', '133508.447500', '133508.907500', '133509.367500', '133509.827500', '133510.287500', '133510.747500', '133511.207500', '133511.667500', '133512.127500', '133512.587500', '133513.047500', '133513.507500', '133513.967500', '133514.427500', '133514.887500', '133515.347500', '133515.807500', '133516.267500', '133516.727500', '133517.187500', '133517.647500', '133518.107500', '133518.567500', '133519.027500', '133519.487500', '133519.947500', '133520.407500', '133520.867500', '133521.327500', '133521.787500', '133522.247500', '133522.707500', '133523.167500', '133523.627500', '133524.087500', '133524.547500', '133525.007500', '133525.467500', '133525.927500', '133526.387500', '133526.847500', '133527.307500', '133527.767500', '133528.227500', '133528.687500', '133529.147500', '133529.607500', '133530.067500', '133530.527500', '133530.987500', '133531.447500', '133531.907500', '133532.367500', '133532.827500', '133533.287500', '133533.747500', '133534.207500', '133534.667500', '133535.127500', '133535.587500', '133536.047500', '133536.507500', '133536.967500', '133537.427500', '133537.887500', '133538.347500', '133538.807500', '133539.267500', '133539.727500', '133540.187500', '133540.647500', '133541.107500', '133541.567500', '133542.027500', '133542.487500', '133542.947500', '133543.407500', '133543.867500', '133544.327500', '133544.787500', '133545.247500', '133545.707500', '133546.167500', '133546.627500', '133547.087500', '133547.547500', '133548.007500', '133548.467500', '133548.927500', '133549.387500', '133549.847500', '133550.307500', '133550.767500', '133551.227500', '133551.687500', '133552.147500', '133552.607500', '133553.067500', '133553.527500', '133553.987500', '133554.447500', '133554.907500', '133555.367500', '133555.827500', '133556.287500', '133556.747500', '133557.207500', '133557.667500', '133558.127500', '133558.587500', '133559.047500', '133559.507500', '133559.967500', '133600.427500', '133600.887500', '133601.347500', '133601.807500', '133602.267500', '133602.727500', '133603.187500', '133603.647500', '133604.107500', '133604.567500', '133605.027500', '133605.487500', '133605.947500', '133606.407500', '133606.867500', '133607.327500', '133607.787500', '133608.247500', '133608.707500', '133609.167500', '133609.627500', '133610.087500', '133610.547500', '133611.007500', '133611.467500', '133611.927500', '133612.387500', '133612.847500', '133613.307500', '133613.767500', '133614.227500', '133614.687500', '133615.147500', '133615.607500', '133616.067500', '133616.527500', '133616.987500', '133617.447500', '133617.907500', '133618.367500', '133618.827500', '133619.287500', '133619.747500', '133620.207500', '133620.667500', '133621.127500', '133621.587500', '133622.047500', '133622.507500', '133622.967500', '133623.427500', '133623.887500', '133624.347500', '133624.807500', '133625.267500', '133625.727500', '133626.187500', '133626.647500', '133627.107500', '133627.567500', '133628.027500', '133628.487500', '133628.947500', '133629.407500', '133629.867500', '133630.327500', '133630.787500', '133631.247500', '133631.707500', '133632.167500', '133632.627500', '133633.087500', '133633.547500', '133634.007500', '133634.467500', '133634.927500', '133635.387500', '133635.847500', '133636.307500', '133636.767500', '133637.227500', '133637.687500', '133638.147500', '133638.607500', '133639.067500', '133639.527500', '133639.987500', '133640.447500', '133640.907500', '133641.367500', '133641.827500', '133642.287500', '133642.747500', '133643.207500', '133643.667500', '133644.127500', '133644.587500', '133645.047500', '133645.507500', '133645.967500', '133646.427500', '133646.887500', '133647.347500', '133647.807500', '133648.267500', '133648.727500', '133649.187500', '133649.647500', '133650.107500', '133650.567500', '133651.027500', '133651.487500', '133651.947500', '133652.407500', '133652.867500', '133653.327500', '133653.787500', '133654.247500', '133654.707500', '133655.167500', '133655.627500', '133656.087500', '133656.547500', '133657.007500', '133657.467500', '133657.927500', '133658.387500', '133658.847500', '133659.307500', '133659.767500', '133700.227500', '133700.687500', '133701.147500', '133701.607500', '133702.067500', '133702.527500', '133702.987500', '133703.447500', '133703.907500', '133704.367500', '133704.827500', '133705.287500', '133705.747500', '133706.207500', '133706.667500', '133707.127500', '133707.587500', '133708.047500', '133708.507500', '133708.967500', '133709.427500', '133709.887500', '133710.347500', '133710.807500', '133711.267500', '133711.727500', '133712.187500', '133712.647500', '133713.107500', '133713.567500', '133714.027500', '133714.487500', '133714.947500', '133715.407500', '133715.867500', '133716.327500', '133716.787500', '133717.247500', '133717.707500', '133718.167500', '133718.627500', '133719.087500', '133719.547500', '133720.007500', '133720.467500', '133720.927500', '133721.387500', '133721.847500', '133722.307500', '133722.767500', '133723.227500', '133723.687500', '133724.147500', '133724.607500', '133725.067500', '133725.527500', '133725.987500', '133726.447500', '133726.907500', '133727.367500', '133727.827500', '133728.287500', '133728.747500', '133729.207500', '133729.667500', '133730.127500', '133730.587500', '133731.047500', '133731.507500', '133731.967500', '133732.427500', '133732.887500', '133733.347500', '133733.807500', '133734.267500', '133734.727500', '133735.187500', '133735.647500', '133736.107500', '133736.567500', '133737.027500', '133737.487500', '133737.947500', '133738.407500', '133738.867500', '133739.327500', '133739.787500', '133740.247500', '133740.707500', '133741.167500', '133741.627500', '133742.087500', '133742.547500', '133743.007500', '133743.467500', '133743.927500', '133744.387500', '133744.847500', '133745.307500', '133745.767500', '133746.227500', '133746.687500', '133747.147500', '133747.607500', '133748.067500', '133748.527500', '133748.987500', '133749.447500', '133749.907500', '133750.367500', '133750.827500', '133751.287500', '133751.747500', '133752.207500', '133752.667500', '133753.127500', '133753.587500', '133754.047500', '133754.507500', '133754.967500', '133755.427500', '133755.887500', '133756.347500', '133756.807500', '133757.267500', '133757.727500', '133758.187500', '133758.647500', '133759.107500', '133759.567500', '133800.027500', '133800.487500', '133800.947500', '133801.407500', '133801.867500', '133802.327500', '133802.787500', '133803.247500', '133803.707500', '133804.167500', '133804.627500', '133805.087500', '133805.547500', '133806.007500', '133806.467500', '133806.927500', '133807.387500', '133807.847500', '133808.307500', '133808.767500', '133809.227500', '133809.687500', '133810.147500', '133810.607500', '133811.067500', '133811.527500', '133811.987500', '133812.447500', '133812.907500', '133813.367500', '133813.827500', '133814.287500', '133814.747500', '133815.207500', '133815.667500', '133816.127500', '133816.587500', '133817.047500', '133817.507500', '133817.967500', '133818.427500', '133818.887500', '133819.347500', '133819.807500', '133820.267500', '133820.727500', '133821.187500', '133821.647500', '133822.107500', '133822.567500', '133823.027500', '133823.487500', '133823.947500', '133824.407500', '133824.867500', '133825.327500', '133825.787500', '133826.247500', '133826.707500', '133827.167500', '133827.627500', '133828.087500', '133828.547500', '133829.007500', '133829.467500', '133829.927500', '133830.387500', '133830.847500', '133831.307500', '133831.767500', '133832.227500', '133832.687500', '133833.147500', '133833.607500', '133834.067500', '133834.527500', '133834.987500', '133835.447500', '133835.907500', '133836.367500', '133836.827500', '133837.287500', '133837.747500', '133838.207500', '133838.667500', '133839.127500', '133839.587500', '133840.047500', '133840.507500', '133840.967500', '133841.427500', '133841.887500', '133842.347500', '133842.807500', '133843.267500', '133843.727500', '133844.187500', '133844.647500', '133845.107500', '133845.567500', '133846.027500', '133846.487500', '133846.947500', '133847.407500', '133847.867500', '133848.327500', '133848.787500', '133849.247500', '133849.707500', '133850.167500', '133850.627500', '133851.087500', '133851.547500', '133852.007500', '133852.467500', '133852.927500', '133853.387500', '133853.847500', '133854.307500', '133854.767500', '133855.227500', '133855.687500', '133856.147500', '133856.607500', '133857.067500', '133857.527500', '133857.987500', '133858.447500', '133858.907500', '133859.367500', '133859.827500', '133900.287500', '133900.747500', '133901.207500', '133901.667500', '133902.127500', '133902.587500', '133903.047500', '133903.507500', '133903.967500', '133904.427500', '133904.887500', '133905.347500', '133905.807500', '133906.267500', '133906.727500', '133907.187500', '133907.647500', '133908.107500', '133908.567500', '133909.027500', '133909.487500', '133909.947500', '133910.407500', '133910.867500', '133911.327500', '133911.787500', '133912.247500', '133912.707500', '133913.167500', '133913.627500', '133914.087500', '133914.547500', '133915.007500', '133915.467500', '133915.927500', '133916.387500', '133916.847500', '133917.307500', '133917.767500', '133918.227500', '133918.687500', '133919.147500', '133919.607500', '133920.067500', '133920.527500', '133920.987500', '133921.447500', '133921.907500', '133922.367500', '133922.827500', '133923.287500', '133923.747500', '133924.207500', '133924.667500', '133925.127500', '133925.587500', '133926.047500', '133926.507500', '133926.967500', '133927.427500', '133927.887500', '133928.347500', '133928.807500', '133929.267500', '133929.727500', '133930.187500', '133930.647500', '133931.107500', '133931.567500', '133932.027500', '133932.487500', '133932.947500', '133933.407500', '133933.867500', '133934.327500', '133934.787500', '133935.247500', '133935.707500', '133936.167500', '133936.627500', '133937.087500', '133937.547500', '133938.007500', '133938.467500', '133938.927500', '133939.387500', '133939.847500', '133940.307500', '133940.767500', '133941.227500', '133941.687500', '133942.147500', '133942.607500', '133943.067500', '133943.527500', '133943.987500', '133944.447500', '133944.907500', '133945.367500', '133945.827500', '133946.287500', '133946.747500', '133947.207500', '133947.667500', '133948.127500', '133948.587500', '133949.047500', '133949.507500', '133949.967500', '133950.427500', '133950.887500', '133951.347500', '133951.807500', '133952.267500', '133952.727500', '133953.187500', '133953.647500', '133954.107500', '133954.567500', '133955.027500', '133955.487500', '133955.947500', '133956.407500', '133956.867500', '133957.327500', '133957.787500', '133958.247500', '133958.707500', '133959.167500', '133959.627500', '134000.087500', '134000.547500', '134001.007500', '134001.467500', '134001.927500', '134002.387500', '134002.847500', '134003.307500', '134003.767500', '134004.227500', '134004.687500', '134005.147500', '134005.607500', '134006.067500', '134006.527500', '134006.987500', '134007.447500', '134007.907500', '134008.367500', '134008.827500', '134009.287500', '134009.747500', '134010.207500', '134010.667500', '134011.127500', '134011.587500', '134012.047500', '134012.507500', '134012.967500', '134013.427500', '134013.887500', '134014.347500', '134014.807500', '134015.267500', '134015.727500', '134016.187500', '134016.647500', '134017.107500', '134017.567500', '134018.027500', '134018.487500', '134018.947500', '134019.407500', '134019.867500', '134020.327500', '134020.787500', '134021.247500', '134021.707500', '134022.167500', '134022.627500', '134023.087500', '134023.547500', '134024.007500', '134024.467500', '134024.927500', '134025.387500', '134025.847500', '134026.307500', '134026.767500', '134027.227500', '134027.687500', '134028.147500', '134028.607500', '134029.067500', '134029.527500', '134029.987500', '134030.447500', '134030.907500', '134031.367500', '134031.827500', '134032.287500', '134032.747500', '134033.207500', '134033.667500', '134034.127500', '134034.587500', '134035.047500', '134035.507500', '134035.967500', '134036.427500', '134036.887500', '134037.347500', '134037.807500', '134038.267500', '134038.727500', '134039.187500', '134039.647500', '134040.107500', '134040.567500', '134041.027500', '134041.487500', '134041.947500', '134042.407500', '134042.867500', '134043.327500', '134043.787500', '134044.247500', '134044.707500', '134045.167500', '134045.627500', '134046.087500', '134046.547500', '134047.007500', '134047.467500', '134047.927500'], 'ContentTime': ['133047.497000', '133047.501000', '133047.506000', '133047.537000', '133047.540000', '133047.543000', '133047.546000', '133047.548000', '133047.551000', '133047.554000', '133047.556000', '133047.559000', '133047.561000', '133047.564000', '133047.567000', '133047.570000', '133047.572000', '133047.575000', '133047.577000', '133047.580000', '133047.583000', '133047.585000', '133047.588000', '133047.591000', '133047.594000', '133047.596000', '133107.461000', '133107.465000', '133107.467000', '133107.470000', '133107.472000', '133107.475000', '133107.477000', '133107.480000', '133107.482000', '133107.495000', '133107.497000', '133107.500000', '133107.502000', '133107.505000', '133107.508000', '133107.510000', '133107.513000', '133107.515000', '133107.518000', '133107.520000', '133107.523000', '133107.526000', '133107.528000', '133107.531000', '133107.533000', '133107.536000', '133107.538000', '133107.541000', '133107.543000', '133107.546000', '133107.549000', '133107.551000', '133107.554000', '133107.556000', '133107.559000', '133107.561000', '133107.564000', '133107.570000', '133107.572000', '133107.575000', '133107.577000', '133107.580000', '133107.582000', '133127.461000', '133127.464000', '133127.467000', '133127.469000', '133127.472000', '133127.475000', '133127.477000', '133127.480000', '133127.482000', '133127.485000', '133127.488000', '133127.490000', '133127.493000', '133127.496000', '133127.498000', '133127.501000', '133127.504000', '133127.506000', '133127.509000', '133127.512000', '133127.514000', '133127.517000', '133127.519000', '133127.522000', '133127.525000', '133127.527000', '133127.530000', '133127.541000', '133127.544000', '133127.547000', '133127.549000', '133127.552000', '133127.554000', '133127.557000', '133127.560000', '133127.562000', '133127.565000', '133127.567000', '133127.570000', '133127.573000', '133127.575000', '133127.578000', '133127.581000', '133127.583000', '133147.462000', '133147.465000', '133147.467000', '133147.470000', '133147.472000', '133147.475000', '133147.477000', '133147.480000', '133147.483000', '133147.485000', '133147.488000', '133147.490000', '133147.493000', '133147.496000', '133147.498000', '133147.501000', '133147.504000', '133147.506000', '133147.509000', '133147.511000', '133147.514000', '133147.516000', '133147.519000', '133147.522000', '133147.524000', '133147.527000', '133147.529000', '133147.532000', '133147.535000', '133147.537000', '133147.540000', '133147.542000', '133147.545000', '133147.548000', '133147.550000', '133147.553000', '133147.555000', '133147.558000', '133147.560000', '133147.563000', '133147.566000', '133147.568000', '133147.571000', '133207.460000', '133207.463000', '133207.466000', '133207.468000', '133207.471000', '133207.474000', '133207.476000', '133207.479000', '133207.481000', '133207.484000', '133207.487000', '133207.489000', '133207.492000', '133207.494000', '133207.497000', '133207.500000', '133207.502000', '133207.505000', '133207.507000', '133207.510000', '133207.512000', '133207.515000', '133207.518000', '133207.520000', '133207.523000', '133207.525000', '133207.528000', '133207.531000', '133207.533000', '133207.536000', '133207.539000', '133207.541000', '133207.544000', '133207.546000', '133207.549000', '133207.552000', '133207.554000', '133207.557000', '133207.559000', '133207.562000', '133207.564000', '133207.581000', '133207.583000', '133207.586000', '133227.461000', '133227.464000', '133227.467000', '133227.470000', '133227.472000', '133227.475000', '133227.477000', '133227.480000', '133227.483000', '133227.485000', '133227.488000', '133227.491000', '133227.493000', '133227.496000', '133227.499000', '133227.501000', '133227.504000', '133227.507000', '133227.509000', '133227.512000', '133227.515000', '133227.517000', '133227.520000', '133227.529000', '133227.532000', '133227.535000', '133227.537000', '133227.540000', '133227.543000', '133227.545000', '133227.548000', '133227.550000', '133227.553000', '133227.556000', '133227.558000', '133227.561000', '133227.563000', '133227.566000', '133227.569000', '133227.571000', '133227.574000', '133227.576000', '133227.579000', '133247.461000', '133247.464000', '133247.467000', '133247.469000', '133247.472000', '133247.475000', '133247.477000', '133247.480000', '133247.483000', '133247.485000', '133247.488000', '133247.490000', '133247.493000', '133247.496000', '133247.498000', '133247.501000', '133247.503000', '133247.506000', '133247.509000', '133247.511000', '133247.514000', '133247.516000', '133247.519000', '133247.521000', '133247.524000', '133247.527000', '133247.529000', '133247.532000', '133247.535000', '133247.537000', '133247.540000', '133247.542000', '133247.545000', '133247.548000', '133247.550000', '133247.553000', '133247.556000', '133247.558000', '133247.561000', '133247.563000', '133247.566000', '133247.569000', '133247.571000', '133247.574000', '133307.462000', '133307.465000', '133307.467000', '133307.470000', '133307.472000', '133307.475000', '133307.478000', '133307.480000', '133307.483000', '133307.485000', '133307.488000', '133307.491000', '133307.493000', '133307.496000', '133307.498000', '133307.501000', '133307.504000', '133307.506000', '133307.509000', '133307.511000', '133307.514000', '133307.516000', '133307.519000', '133307.522000', '133307.524000', '133307.527000', '133307.530000', '133307.532000', '133307.535000', '133307.537000', '133307.540000', '133307.543000', '133307.545000', '133307.548000', '133307.550000', '133307.553000', '133307.556000', '133307.558000', '133307.561000', '133307.564000', '133307.566000', '133307.569000', '133307.571000', '133327.463000', '133327.466000', '133327.469000', '133327.471000', '133327.474000', '133327.477000', '133327.479000', '133327.482000', '133327.485000', '133327.487000', '133327.490000', '133327.493000', '133327.495000', '133327.498000', '133327.500000', '133327.503000', '133327.506000', '133327.508000', '133327.511000', '133327.514000', '133327.516000', '133327.519000', '133327.521000', '133327.524000', '133327.527000', '133327.529000', '133327.532000', '133327.535000', '133327.537000', '133327.540000', '133327.542000', '133327.545000', '133327.547000', '133327.550000', '133327.553000', '133327.555000', '133327.558000', '133327.560000', '133327.563000', '133327.566000', '133327.568000', '133327.571000', '133327.573000', '133327.576000', '133347.461000', '133347.464000', '133347.467000', '133347.469000', '133347.472000', '133347.474000', '133347.477000', '133347.480000', '133347.482000', '133347.485000', '133347.487000', '133347.490000', '133347.493000', '133347.495000', '133347.498000', '133347.501000', '133347.503000', '133347.506000', '133347.509000', '133347.511000', '133347.514000', '133347.516000', '133347.546000', '133347.548000', '133347.551000', '133347.554000', '133347.556000', '133347.559000', '133347.562000', '133347.564000', '133347.567000', '133347.569000', '133347.572000', '133347.575000', '133347.577000', '133347.580000', '133347.582000', '133347.585000', '133347.588000', '133347.591000', '133347.593000', '133347.596000', '133347.598000', '133407.461000', '133407.464000', '133407.467000', '133407.469000', '133407.472000', '133407.474000', '133407.477000', '133407.480000', '133407.482000', '133407.489000', '133407.492000', '133407.494000', '133407.497000', '133407.500000', '133407.502000', '133407.505000', '133407.507000', '133407.510000', '133407.513000', '133407.515000', '133407.518000', '133407.520000', '133407.523000', '133407.526000', '133407.529000', '133407.531000', '133407.534000', '133407.536000', '133407.539000', '133407.541000', '133407.544000', '133407.547000', '133407.549000', '133407.552000', '133407.555000', '133407.557000', '133407.560000', '133407.563000', '133407.565000', '133407.568000', '133407.570000', '133407.573000', '133407.576000', '133407.579000', '133427.461000', '133427.463000', '133427.466000', '133427.469000', '133427.471000', '133427.474000', '133427.477000', '133427.479000', '133427.482000', '133427.484000', '133427.487000', '133427.490000', '133427.492000', '133427.495000', '133427.497000', '133427.500000', '133427.503000', '133427.505000', '133427.508000', '133427.511000', '133427.513000', '133427.516000', '133427.518000', '133427.521000', '133427.524000', '133427.526000', '133427.529000', '133427.532000', '133427.534000', '133427.537000', '133427.539000', '133427.542000', '133427.545000', '133427.547000', '133427.550000', '133427.552000', '133427.555000', '133427.558000', '133427.560000', '133427.563000', '133427.565000', '133427.568000', '133427.570000', '133447.462000', '133447.464000', '133447.467000', '133447.470000', '133447.472000', '133447.475000', '133447.477000', '133447.480000', '133447.483000', '133447.485000', '133447.488000', '133447.490000', '133447.493000', '133447.496000', '133447.499000', '133447.502000', '133447.505000', '133447.508000', '133447.510000', '133447.513000', '133447.515000', '133447.518000', '133447.521000', '133447.523000', '133447.526000', '133447.529000', '133447.531000', '133447.534000', '133447.536000', '133447.539000', '133447.542000', '133447.544000', '133447.547000', '133447.549000', '133447.552000', '133447.555000', '133447.557000', '133447.560000', '133447.563000', '133447.565000', '133447.568000', '133447.570000', '133447.573000', '133507.461000', '133507.464000', '133507.467000', '133507.470000', '133507.472000', '133507.475000', '133507.478000', '133507.480000', '133507.483000', '133507.485000', '133507.488000', '133507.491000', '133507.493000', '133507.496000', '133507.498000', '133507.501000', '133507.503000', '133507.506000', '133507.509000', '133507.511000', '133507.514000', '133507.516000', '133507.519000', '133507.521000', '133507.524000', '133507.527000', '133507.529000', '133507.532000', '133507.534000', '133507.537000', '133507.539000', '133507.542000', '133507.544000', '133507.572000', '133507.575000', '133507.578000', '133507.580000', '133507.583000', '133507.585000', '133507.588000', '133507.591000', '133507.593000', '133507.596000', '133507.598000', '133527.462000', '133527.464000', '133527.467000', '133527.470000', '133527.517000', '133527.520000', '133527.522000', '133527.525000', '133527.528000', '133527.530000', '133527.533000', '133527.535000', '133527.538000', '133527.540000', '133527.543000', '133527.546000', '133527.548000', '133527.551000', '133527.554000', '133527.556000', '133527.559000', '133527.562000', '133527.564000', '133527.567000', '133527.569000', '133527.572000', '133527.575000', '133527.577000', '133527.580000', '133527.582000', '133527.585000', '133527.587000', '133527.590000', '133527.593000', '133527.595000', '133527.598000', '133527.600000', '133527.603000', '133527.606000', '133527.608000', '133527.611000', '133527.613000', '133527.616000', '133547.462000', '133547.464000', '133547.467000', '133547.469000', '133547.472000', '133547.475000', '133547.477000', '133547.480000', '133547.482000', '133547.485000', '133547.487000', '133547.490000', '133547.493000', '133547.495000', '133547.498000', '133547.501000', '133547.503000', '133547.506000', '133547.509000', '133547.511000', '133547.514000', '133547.516000', '133547.519000', '133547.522000', '133547.524000', '133547.527000', '133547.529000', '133547.532000', '133547.535000', '133547.537000', '133547.540000', '133547.542000', '133547.545000', '133547.548000', '133547.550000', '133547.553000', '133547.556000', '133547.558000', '133547.561000', '133547.564000', '133547.566000', '133547.569000', '133547.571000', '133547.574000', '133607.461000', '133607.464000', '133607.467000', '133607.470000', '133607.472000', '133607.475000', '133607.477000', '133607.480000', '133607.502000', '133607.504000', '133607.507000', '133607.509000', '133607.512000', '133607.514000', '133607.517000', '133607.519000', '133607.522000', '133607.525000', '133607.527000', '133607.532000', '133607.534000', '133607.537000', '133607.541000', '133607.544000', '133607.546000', '133607.549000', '133607.552000', '133607.554000', '133607.557000', '133607.559000', '133607.562000', '133607.565000', '133607.567000', '133607.570000', '133607.572000', '133607.575000', '133607.577000', '133607.580000', '133607.582000', '133607.585000', '133607.588000', '133607.590000', '133607.593000', '133627.461000', '133627.464000', '133627.467000', '133627.470000', '133627.472000', '133627.475000', '133627.478000', '133627.480000', '133627.483000', '133627.485000', '133627.488000', '133627.491000', '133627.493000', '133627.496000', '133627.498000', '133627.501000', '133627.504000', '133627.506000', '133627.509000', '133627.512000', '133627.514000', '133627.517000', '133627.519000', '133627.522000', '133627.524000', '133627.527000', '133627.530000', '133627.532000', '133627.535000', '133627.537000', '133627.540000', '133627.543000', '133627.545000', '133627.548000', '133627.551000', '133627.553000', '133627.556000', '133627.558000', '133627.561000', '133627.564000', '133627.566000', '133627.569000', '133627.572000', '133627.574000', '133647.476000', '133647.479000', '133647.481000', '133647.484000', '133647.487000', '133647.489000', '133647.492000', '133647.494000', '133647.497000', '133647.500000', '133647.502000', '133647.505000', '133647.508000', '133647.510000', '133647.513000', '133647.516000', '133647.519000', '133647.522000', '133647.526000', '133647.529000', '133647.531000', '133647.534000', '133647.536000', '133647.539000', '133647.542000', '133647.544000', '133647.547000', '133647.550000', '133647.552000', '133647.555000', '133647.558000', '133647.560000', '133647.563000', '133647.565000', '133647.568000', '133647.571000', '133647.573000', '133647.576000', '133647.579000', '133647.581000', '133647.584000', '133647.586000', '133647.589000', '133707.462000', '133707.465000', '133707.468000', '133707.471000', '133707.473000', '133707.476000', '133707.478000', '133707.481000', '133707.483000', '133707.486000', '133707.489000', '133707.491000', '133707.494000', '133707.496000', '133707.499000', '133707.502000', '133707.504000', '133707.513000', '133707.515000', '133707.518000', '133707.520000', '133707.523000', '133707.526000', '133707.528000', '133707.531000', '133707.534000', '133707.536000', '133707.539000', '133707.541000', '133707.544000', '133707.546000', '133707.549000', '133707.552000', '133707.554000', '133707.557000', '133707.559000', '133707.562000', '133707.565000', '133707.567000', '133707.570000', '133707.572000', '133707.575000', '133707.577000', '133707.580000', '133727.462000', '133727.464000', '133727.467000', '133727.470000', '133727.472000', '133727.475000', '133727.477000', '133727.480000', '133727.483000', '133727.485000', '133727.488000', '133727.490000', '133727.493000', '133727.495000', '133727.498000', '133727.501000', '133727.503000', '133727.506000', '133727.508000', '133727.511000', '133727.513000', '133727.516000', '133727.519000', '133727.522000', '133727.524000', '133727.527000', '133727.530000', '133727.532000', '133727.535000', '133727.538000', '133727.540000', '133727.543000', '133727.546000', '133727.548000', '133727.551000', '133727.553000', '133727.556000', '133727.559000', '133727.561000', '133727.564000', '133727.566000', '133727.569000', '133727.571000', '133747.462000', '133747.464000', '133747.467000', '133747.470000', '133747.472000', '133747.475000', '133747.478000', '133747.480000', '133747.483000', '133747.485000', '133747.488000', '133747.490000', '133747.493000', '133747.496000', '133747.498000', '133747.501000', '133747.504000', '133747.506000', '133747.509000', '133747.511000', '133747.514000', '133747.517000', '133747.519000', '133747.522000', '133747.525000', '133747.527000', '133747.530000', '133747.533000', '133747.535000', '133747.538000', '133747.540000', '133747.543000', '133747.546000', '133747.548000', '133747.551000', '133747.554000', '133747.556000', '133747.559000', '133747.561000', '133747.564000', '133747.567000', '133747.569000', '133747.572000', '133747.574000', '133807.462000', '133807.464000', '133807.467000', '133807.470000', '133807.472000', '133807.475000', '133807.478000', '133807.480000', '133807.483000', '133807.485000', '133807.488000', '133807.504000', '133807.506000', '133807.509000', '133807.512000', '133807.514000', '133807.517000', '133807.519000', '133807.522000', '133807.525000', '133807.527000', '133807.530000', '133807.532000', '133807.535000', '133807.537000', '133807.540000', '133807.543000', '133807.545000', '133807.548000', '133807.550000', '133807.553000', '133807.556000', '133807.558000', '133807.561000', '133807.564000', '133807.566000', '133807.569000', '133807.571000', '133807.574000', '133807.577000', '133807.579000', '133807.582000', '133807.584000', '133827.461000', '133827.464000', '133827.467000', '133827.469000', '133827.472000', '133827.475000', '133827.477000', '133827.480000', '133827.482000', '133827.485000', '133827.487000', '133827.490000', '133827.493000', '133827.496000', '133827.498000', '133827.501000', '133827.503000', '133827.506000', '133827.509000', '133827.511000', '133827.514000', '133827.517000', '133827.519000', '133827.522000', '133827.525000', '133827.527000', '133827.530000', '133827.532000', '133827.535000', '133827.538000', '133827.540000', '133827.543000', '133827.546000', '133827.548000', '133827.551000', '133827.553000', '133827.556000', '133827.558000', '133827.561000', '133827.564000', '133827.566000', '133827.569000', '133827.572000', '133827.574000', '133847.462000', '133847.464000', '133847.467000', '133847.470000', '133847.472000', '133847.475000', '133847.477000', '133847.480000', '133847.482000', '133847.485000', '133847.494000', '133847.497000', '133847.499000', '133847.502000', '133847.504000', '133847.507000', '133847.509000', '133847.512000', '133847.515000', '133847.517000', '133847.520000', '133847.522000', '133847.525000', '133847.528000', '133847.530000', '133847.533000', '133847.536000', '133847.538000', '133847.541000', '133847.543000', '133847.546000', '133847.549000', '133847.551000', '133847.554000', '133847.557000', '133847.560000', '133847.564000', '133847.567000', '133847.569000', '133847.572000', '133847.574000', '133847.577000', '133847.579000', '133907.461000', '133907.463000', '133907.466000', '133907.469000', '133907.472000', '133907.474000', '133907.477000', '133907.479000', '133907.482000', '133907.485000', '133907.487000', '133907.490000', '133907.492000', '133907.495000', '133907.498000', '133907.500000', '133907.503000', '133907.505000', '133907.508000', '133907.511000', '133907.513000', '133907.516000', '133907.518000', '133907.521000', '133907.524000', '133907.526000', '133907.529000', '133907.531000', '133907.534000', '133907.537000', '133907.539000', '133907.542000', '133907.544000', '133907.547000', '133907.549000', '133907.552000', '133907.555000', '133907.557000', '133907.560000', '133907.562000', '133907.565000', '133907.568000', '133907.570000', '133907.573000', '133927.462000', '133927.464000', '133927.467000', '133927.470000', '133927.472000', '133927.475000', '133927.478000', '133927.480000', '133927.491000', '133927.493000', '133927.496000', '133927.498000', '133927.501000', '133927.504000', '133927.506000', '133927.509000', '133927.511000', '133927.514000', '133927.516000', '133927.519000', '133927.522000', '133927.524000', '133927.527000', '133927.529000', '133927.532000', '133927.535000', '133927.537000', '133927.540000', '133927.542000', '133927.545000', '133927.548000', '133927.550000', '133927.553000', '133927.555000', '133927.558000', '133927.560000', '133927.563000', '133927.566000', '133927.568000', '133927.571000', '133927.573000', '133927.576000', '133927.579000', '133947.462000', '133947.464000', '133947.467000', '133947.470000', '133947.472000', '133947.475000', '133947.478000', '133947.480000', '133947.483000', '133947.486000', '133947.488000', '133947.491000', '133947.493000', '133947.496000', '133947.499000', '133947.501000', '133947.504000', '133947.506000', '133947.509000', '133947.511000', '133947.514000', '133947.517000', '133947.519000', '133947.522000', '133947.524000', '133947.527000', '133947.530000', '133947.532000', '133947.535000', '133947.537000', '133947.540000', '133947.542000', '133947.545000', '133947.548000', '133947.550000', '133947.553000', '133947.555000', '133947.558000', '133947.561000', '133947.563000', '133947.566000', '133947.568000', '133947.571000', '133947.573000', '134007.462000', '134007.464000', '134007.467000', '134007.470000', '134007.472000', '134007.475000', '134007.478000', '134007.480000', '134007.483000', '134007.485000', '134007.488000', '134007.491000', '134007.494000', '134007.496000', '134007.499000', '134007.501000', '134007.504000', '134007.506000', '134007.509000', '134007.512000', '134007.514000', '134007.517000', '134007.520000', '134007.522000', '134007.525000', '134007.527000', '134007.530000', '134007.533000', '134007.535000', '134007.538000', '134007.540000', '134007.543000', '134007.546000', '134007.548000', '134007.551000', '134007.553000', '134007.556000', '134007.559000', '134007.561000', '134007.564000', '134007.566000', '134007.569000', '134007.571000', '134027.461000', '134027.464000', '134027.467000', '134027.470000', '134027.472000', '134027.475000', '134027.478000', '134027.480000', '134027.483000', '134027.486000', '134027.488000', '134027.491000', '134027.494000', '134027.496000', '134027.499000', '134027.501000', '134027.504000', '134027.507000', '134027.509000', '134027.512000', '134027.515000', '134027.517000', '134027.520000', '134027.526000', '134027.528000', '134027.531000', '134027.533000', '134027.536000', '134027.539000', '134027.541000', '134027.544000', '134027.546000', '134027.549000', '134027.552000', '134027.554000', '134027.557000', '134027.560000', '134027.562000', '134027.565000', '134027.567000', '134027.570000', '134027.573000', '134027.575000', '134027.578000', '134047.462000', '134047.464000', '134047.467000', '134047.470000', '134047.472000', '134047.475000', '134047.478000', '134047.480000', '134047.483000', '134047.485000', '134047.488000', '134047.491000', '134047.493000', '134047.496000', '134047.499000', '134047.501000', '134047.504000', '134047.506000', '134047.509000', '134047.512000', '134047.514000', '134047.517000', '134047.520000', '134047.522000', '134047.525000', '134047.527000', '134047.530000', '134047.533000', '134047.535000', '134047.538000', '134047.541000', '134047.543000', '134047.546000', '134047.549000', '134047.551000', '134047.554000', '134047.556000', '134047.559000', '134047.562000', '134047.564000', '134047.567000', '134047.570000', '134047.572000', '134049.472000', '134049.476000', '134049.478000', '134049.481000', '134049.484000'], 'InstanceCreationTime': ['133047.497000', '133047.501000', '133047.506000', '133047.537000', '133047.540000', '133047.543000', '133047.546000', '133047.548000', '133047.551000', '133047.554000', '133047.556000', '133047.559000', '133047.561000', '133047.564000', '133047.567000', '133047.570000', '133047.572000', '133047.575000', '133047.577000', '133047.580000', '133047.583000', '133047.585000', '133047.588000', '133047.591000', '133047.594000', '133047.596000', '133107.461000', '133107.465000', '133107.467000', '133107.470000', '133107.472000', '133107.475000', '133107.477000', '133107.480000', '133107.482000', '133107.495000', '133107.497000', '133107.500000', '133107.502000', '133107.505000', '133107.508000', '133107.510000', '133107.513000', '133107.515000', '133107.518000', '133107.520000', '133107.523000', '133107.526000', '133107.528000', '133107.531000', '133107.533000', '133107.536000', '133107.538000', '133107.541000', '133107.543000', '133107.546000', '133107.549000', '133107.551000', '133107.554000', '133107.556000', '133107.559000', '133107.561000', '133107.564000', '133107.570000', '133107.572000', '133107.575000', '133107.577000', '133107.580000', '133107.582000', '133127.461000', '133127.464000', '133127.467000', '133127.469000', '133127.472000', '133127.475000', '133127.477000', '133127.480000', '133127.482000', '133127.485000', '133127.488000', '133127.490000', '133127.493000', '133127.496000', '133127.498000', '133127.501000', '133127.504000', '133127.506000', '133127.509000', '133127.512000', '133127.514000', '133127.517000', '133127.519000', '133127.522000', '133127.525000', '133127.527000', '133127.530000', '133127.541000', '133127.544000', '133127.547000', '133127.549000', '133127.552000', '133127.554000', '133127.557000', '133127.560000', '133127.562000', '133127.565000', '133127.567000', '133127.570000', '133127.573000', '133127.575000', '133127.578000', '133127.581000', '133127.583000', '133147.462000', '133147.465000', '133147.467000', '133147.470000', '133147.472000', '133147.475000', '133147.477000', '133147.480000', '133147.483000', '133147.485000', '133147.488000', '133147.490000', '133147.493000', '133147.496000', '133147.498000', '133147.501000', '133147.504000', '133147.506000', '133147.509000', '133147.511000', '133147.514000', '133147.516000', '133147.519000', '133147.522000', '133147.524000', '133147.527000', '133147.529000', '133147.532000', '133147.535000', '133147.537000', '133147.540000', '133147.542000', '133147.545000', '133147.548000', '133147.550000', '133147.553000', '133147.555000', '133147.558000', '133147.560000', '133147.563000', '133147.566000', '133147.568000', '133147.571000', '133207.460000', '133207.463000', '133207.466000', '133207.468000', '133207.471000', '133207.474000', '133207.476000', '133207.479000', '133207.481000', '133207.484000', '133207.487000', '133207.489000', '133207.492000', '133207.494000', '133207.497000', '133207.500000', '133207.502000', '133207.505000', '133207.507000', '133207.510000', '133207.512000', '133207.515000', '133207.518000', '133207.520000', '133207.523000', '133207.525000', '133207.528000', '133207.531000', '133207.533000', '133207.536000', '133207.539000', '133207.541000', '133207.544000', '133207.546000', '133207.549000', '133207.552000', '133207.554000', '133207.557000', '133207.559000', '133207.562000', '133207.564000', '133207.581000', '133207.583000', '133207.586000', '133227.461000', '133227.464000', '133227.467000', '133227.470000', '133227.472000', '133227.475000', '133227.477000', '133227.480000', '133227.483000', '133227.485000', '133227.488000', '133227.491000', '133227.493000', '133227.496000', '133227.499000', '133227.501000', '133227.504000', '133227.507000', '133227.509000', '133227.512000', '133227.515000', '133227.517000', '133227.520000', '133227.529000', '133227.532000', '133227.535000', '133227.537000', '133227.540000', '133227.543000', '133227.545000', '133227.548000', '133227.550000', '133227.553000', '133227.556000', '133227.558000', '133227.561000', '133227.563000', '133227.566000', '133227.569000', '133227.571000', '133227.574000', '133227.576000', '133227.579000', '133247.461000', '133247.464000', '133247.467000', '133247.469000', '133247.472000', '133247.475000', '133247.477000', '133247.480000', '133247.483000', '133247.485000', '133247.488000', '133247.490000', '133247.493000', '133247.496000', '133247.498000', '133247.501000', '133247.503000', '133247.506000', '133247.509000', '133247.511000', '133247.514000', '133247.516000', '133247.519000', '133247.521000', '133247.524000', '133247.527000', '133247.529000', '133247.532000', '133247.535000', '133247.537000', '133247.540000', '133247.542000', '133247.545000', '133247.548000', '133247.550000', '133247.553000', '133247.556000', '133247.558000', '133247.561000', '133247.563000', '133247.566000', '133247.569000', '133247.571000', '133247.574000', '133307.462000', '133307.465000', '133307.467000', '133307.470000', '133307.472000', '133307.475000', '133307.478000', '133307.480000', '133307.483000', '133307.485000', '133307.488000', '133307.491000', '133307.493000', '133307.496000', '133307.498000', '133307.501000', '133307.504000', '133307.506000', '133307.509000', '133307.511000', '133307.514000', '133307.516000', '133307.519000', '133307.522000', '133307.524000', '133307.527000', '133307.530000', '133307.532000', '133307.535000', '133307.537000', '133307.540000', '133307.543000', '133307.545000', '133307.548000', '133307.550000', '133307.553000', '133307.556000', '133307.558000', '133307.561000', '133307.564000', '133307.566000', '133307.569000', '133307.571000', '133327.463000', '133327.466000', '133327.469000', '133327.471000', '133327.474000', '133327.477000', '133327.479000', '133327.482000', '133327.485000', '133327.487000', '133327.490000', '133327.493000', '133327.495000', '133327.498000', '133327.500000', '133327.503000', '133327.506000', '133327.508000', '133327.511000', '133327.514000', '133327.516000', '133327.519000', '133327.521000', '133327.524000', '133327.527000', '133327.529000', '133327.532000', '133327.535000', '133327.537000', '133327.540000', '133327.542000', '133327.545000', '133327.547000', '133327.550000', '133327.553000', '133327.555000', '133327.558000', '133327.560000', '133327.563000', '133327.566000', '133327.568000', '133327.571000', '133327.573000', '133327.576000', '133347.461000', '133347.464000', '133347.467000', '133347.469000', '133347.472000', '133347.474000', '133347.477000', '133347.480000', '133347.482000', '133347.485000', '133347.487000', '133347.490000', '133347.493000', '133347.495000', '133347.498000', '133347.501000', '133347.503000', '133347.506000', '133347.509000', '133347.511000', '133347.514000', '133347.516000', '133347.546000', '133347.548000', '133347.551000', '133347.554000', '133347.556000', '133347.559000', '133347.562000', '133347.564000', '133347.567000', '133347.569000', '133347.572000', '133347.575000', '133347.577000', '133347.580000', '133347.582000', '133347.585000', '133347.588000', '133347.591000', '133347.593000', '133347.596000', '133347.598000', '133407.461000', '133407.464000', '133407.467000', '133407.469000', '133407.472000', '133407.474000', '133407.477000', '133407.480000', '133407.482000', '133407.489000', '133407.492000', '133407.494000', '133407.497000', '133407.500000', '133407.502000', '133407.505000', '133407.507000', '133407.510000', '133407.513000', '133407.515000', '133407.518000', '133407.520000', '133407.523000', '133407.526000', '133407.529000', '133407.531000', '133407.534000', '133407.536000', '133407.539000', '133407.541000', '133407.544000', '133407.547000', '133407.549000', '133407.552000', '133407.555000', '133407.557000', '133407.560000', '133407.563000', '133407.565000', '133407.568000', '133407.570000', '133407.573000', '133407.576000', '133407.579000', '133427.461000', '133427.463000', '133427.466000', '133427.469000', '133427.471000', '133427.474000', '133427.477000', '133427.479000', '133427.482000', '133427.484000', '133427.487000', '133427.490000', '133427.492000', '133427.495000', '133427.497000', '133427.500000', '133427.503000', '133427.505000', '133427.508000', '133427.511000', '133427.513000', '133427.516000', '133427.518000', '133427.521000', '133427.524000', '133427.526000', '133427.529000', '133427.532000', '133427.534000', '133427.537000', '133427.539000', '133427.542000', '133427.545000', '133427.547000', '133427.550000', '133427.552000', '133427.555000', '133427.558000', '133427.560000', '133427.563000', '133427.565000', '133427.568000', '133427.570000', '133447.462000', '133447.464000', '133447.467000', '133447.470000', '133447.472000', '133447.475000', '133447.477000', '133447.480000', '133447.483000', '133447.485000', '133447.488000', '133447.490000', '133447.493000', '133447.496000', '133447.499000', '133447.502000', '133447.505000', '133447.508000', '133447.510000', '133447.513000', '133447.515000', '133447.518000', '133447.521000', '133447.523000', '133447.526000', '133447.529000', '133447.531000', '133447.534000', '133447.536000', '133447.539000', '133447.542000', '133447.544000', '133447.547000', '133447.549000', '133447.552000', '133447.555000', '133447.557000', '133447.560000', '133447.563000', '133447.565000', '133447.568000', '133447.570000', '133447.573000', '133507.461000', '133507.464000', '133507.467000', '133507.470000', '133507.472000', '133507.475000', '133507.478000', '133507.480000', '133507.483000', '133507.485000', '133507.488000', '133507.491000', '133507.493000', '133507.496000', '133507.498000', '133507.501000', '133507.503000', '133507.506000', '133507.509000', '133507.511000', '133507.514000', '133507.516000', '133507.519000', '133507.521000', '133507.524000', '133507.527000', '133507.529000', '133507.532000', '133507.534000', '133507.537000', '133507.539000', '133507.542000', '133507.544000', '133507.572000', '133507.575000', '133507.578000', '133507.580000', '133507.583000', '133507.585000', '133507.588000', '133507.591000', '133507.593000', '133507.596000', '133507.598000', '133527.462000', '133527.464000', '133527.467000', '133527.470000', '133527.517000', '133527.520000', '133527.522000', '133527.525000', '133527.528000', '133527.530000', '133527.533000', '133527.535000', '133527.538000', '133527.540000', '133527.543000', '133527.546000', '133527.548000', '133527.551000', '133527.554000', '133527.556000', '133527.559000', '133527.562000', '133527.564000', '133527.567000', '133527.569000', '133527.572000', '133527.575000', '133527.577000', '133527.580000', '133527.582000', '133527.585000', '133527.587000', '133527.590000', '133527.593000', '133527.595000', '133527.598000', '133527.600000', '133527.603000', '133527.606000', '133527.608000', '133527.611000', '133527.613000', '133527.616000', '133547.462000', '133547.464000', '133547.467000', '133547.469000', '133547.472000', '133547.475000', '133547.477000', '133547.480000', '133547.482000', '133547.485000', '133547.487000', '133547.490000', '133547.493000', '133547.495000', '133547.498000', '133547.501000', '133547.503000', '133547.506000', '133547.509000', '133547.511000', '133547.514000', '133547.516000', '133547.519000', '133547.522000', '133547.524000', '133547.527000', '133547.529000', '133547.532000', '133547.535000', '133547.537000', '133547.540000', '133547.542000', '133547.545000', '133547.548000', '133547.550000', '133547.553000', '133547.556000', '133547.558000', '133547.561000', '133547.564000', '133547.566000', '133547.569000', '133547.571000', '133547.574000', '133607.461000', '133607.464000', '133607.467000', '133607.470000', '133607.472000', '133607.475000', '133607.477000', '133607.480000', '133607.502000', '133607.504000', '133607.507000', '133607.509000', '133607.512000', '133607.514000', '133607.517000', '133607.519000', '133607.522000', '133607.525000', '133607.527000', '133607.532000', '133607.534000', '133607.537000', '133607.541000', '133607.544000', '133607.546000', '133607.549000', '133607.552000', '133607.554000', '133607.557000', '133607.559000', '133607.562000', '133607.565000', '133607.567000', '133607.570000', '133607.572000', '133607.575000', '133607.577000', '133607.580000', '133607.582000', '133607.585000', '133607.588000', '133607.590000', '133607.593000', '133627.461000', '133627.464000', '133627.467000', '133627.470000', '133627.472000', '133627.475000', '133627.478000', '133627.480000', '133627.483000', '133627.485000', '133627.488000', '133627.491000', '133627.493000', '133627.496000', '133627.498000', '133627.501000', '133627.504000', '133627.506000', '133627.509000', '133627.512000', '133627.514000', '133627.517000', '133627.519000', '133627.522000', '133627.524000', '133627.527000', '133627.530000', '133627.532000', '133627.535000', '133627.537000', '133627.540000', '133627.543000', '133627.545000', '133627.548000', '133627.551000', '133627.553000', '133627.556000', '133627.558000', '133627.561000', '133627.564000', '133627.566000', '133627.569000', '133627.572000', '133627.574000', '133647.476000', '133647.479000', '133647.481000', '133647.484000', '133647.487000', '133647.489000', '133647.492000', '133647.494000', '133647.497000', '133647.500000', '133647.502000', '133647.505000', '133647.508000', '133647.510000', '133647.513000', '133647.516000', '133647.519000', '133647.522000', '133647.526000', '133647.529000', '133647.531000', '133647.534000', '133647.536000', '133647.539000', '133647.542000', '133647.544000', '133647.547000', '133647.550000', '133647.552000', '133647.555000', '133647.558000', '133647.560000', '133647.563000', '133647.565000', '133647.568000', '133647.571000', '133647.573000', '133647.576000', '133647.579000', '133647.581000', '133647.584000', '133647.586000', '133647.589000', '133707.462000', '133707.465000', '133707.468000', '133707.471000', '133707.473000', '133707.476000', '133707.478000', '133707.481000', '133707.483000', '133707.486000', '133707.489000', '133707.491000', '133707.494000', '133707.496000', '133707.499000', '133707.502000', '133707.504000', '133707.513000', '133707.515000', '133707.518000', '133707.520000', '133707.523000', '133707.526000', '133707.528000', '133707.531000', '133707.534000', '133707.536000', '133707.539000', '133707.541000', '133707.544000', '133707.546000', '133707.549000', '133707.552000', '133707.554000', '133707.557000', '133707.559000', '133707.562000', '133707.565000', '133707.567000', '133707.570000', '133707.572000', '133707.575000', '133707.577000', '133707.580000', '133727.462000', '133727.464000', '133727.467000', '133727.470000', '133727.472000', '133727.475000', '133727.477000', '133727.480000', '133727.483000', '133727.485000', '133727.488000', '133727.490000', '133727.493000', '133727.495000', '133727.498000', '133727.501000', '133727.503000', '133727.506000', '133727.508000', '133727.511000', '133727.513000', '133727.516000', '133727.519000', '133727.522000', '133727.524000', '133727.527000', '133727.530000', '133727.532000', '133727.535000', '133727.538000', '133727.540000', '133727.543000', '133727.546000', '133727.548000', '133727.551000', '133727.553000', '133727.556000', '133727.559000', '133727.561000', '133727.564000', '133727.566000', '133727.569000', '133727.571000', '133747.462000', '133747.464000', '133747.467000', '133747.470000', '133747.472000', '133747.475000', '133747.478000', '133747.480000', '133747.483000', '133747.485000', '133747.488000', '133747.490000', '133747.493000', '133747.496000', '133747.498000', '133747.501000', '133747.504000', '133747.506000', '133747.509000', '133747.511000', '133747.514000', '133747.517000', '133747.519000', '133747.522000', '133747.525000', '133747.527000', '133747.530000', '133747.533000', '133747.535000', '133747.538000', '133747.540000', '133747.543000', '133747.546000', '133747.548000', '133747.551000', '133747.554000', '133747.556000', '133747.559000', '133747.561000', '133747.564000', '133747.567000', '133747.569000', '133747.572000', '133747.574000', '133807.462000', '133807.464000', '133807.467000', '133807.470000', '133807.472000', '133807.475000', '133807.478000', '133807.480000', '133807.483000', '133807.485000', '133807.488000', '133807.504000', '133807.506000', '133807.509000', '133807.512000', '133807.514000', '133807.517000', '133807.519000', '133807.522000', '133807.525000', '133807.527000', '133807.530000', '133807.532000', '133807.535000', '133807.537000', '133807.540000', '133807.543000', '133807.545000', '133807.548000', '133807.550000', '133807.553000', '133807.556000', '133807.558000', '133807.561000', '133807.564000', '133807.566000', '133807.569000', '133807.571000', '133807.574000', '133807.577000', '133807.579000', '133807.582000', '133807.584000', '133827.461000', '133827.464000', '133827.467000', '133827.469000', '133827.472000', '133827.475000', '133827.477000', '133827.480000', '133827.482000', '133827.485000', '133827.487000', '133827.490000', '133827.493000', '133827.496000', '133827.498000', '133827.501000', '133827.503000', '133827.506000', '133827.509000', '133827.511000', '133827.514000', '133827.517000', '133827.519000', '133827.522000', '133827.525000', '133827.527000', '133827.530000', '133827.532000', '133827.535000', '133827.538000', '133827.540000', '133827.543000', '133827.546000', '133827.548000', '133827.551000', '133827.553000', '133827.556000', '133827.558000', '133827.561000', '133827.564000', '133827.566000', '133827.569000', '133827.572000', '133827.574000', '133847.462000', '133847.464000', '133847.467000', '133847.470000', '133847.472000', '133847.475000', '133847.477000', '133847.480000', '133847.482000', '133847.485000', '133847.494000', '133847.497000', '133847.499000', '133847.502000', '133847.504000', '133847.507000', '133847.509000', '133847.512000', '133847.515000', '133847.517000', '133847.520000', '133847.522000', '133847.525000', '133847.528000', '133847.530000', '133847.533000', '133847.536000', '133847.538000', '133847.541000', '133847.543000', '133847.546000', '133847.549000', '133847.551000', '133847.554000', '133847.557000', '133847.560000', '133847.564000', '133847.567000', '133847.569000', '133847.572000', '133847.574000', '133847.577000', '133847.579000', '133907.461000', '133907.463000', '133907.466000', '133907.469000', '133907.472000', '133907.474000', '133907.477000', '133907.479000', '133907.482000', '133907.485000', '133907.487000', '133907.490000', '133907.492000', '133907.495000', '133907.498000', '133907.500000', '133907.503000', '133907.505000', '133907.508000', '133907.511000', '133907.513000', '133907.516000', '133907.518000', '133907.521000', '133907.524000', '133907.526000', '133907.529000', '133907.531000', '133907.534000', '133907.537000', '133907.539000', '133907.542000', '133907.544000', '133907.547000', '133907.549000', '133907.552000', '133907.555000', '133907.557000', '133907.560000', '133907.562000', '133907.565000', '133907.568000', '133907.570000', '133907.573000', '133927.462000', '133927.464000', '133927.467000', '133927.470000', '133927.472000', '133927.475000', '133927.478000', '133927.480000', '133927.491000', '133927.493000', '133927.496000', '133927.498000', '133927.501000', '133927.504000', '133927.506000', '133927.509000', '133927.511000', '133927.514000', '133927.516000', '133927.519000', '133927.522000', '133927.524000', '133927.527000', '133927.529000', '133927.532000', '133927.535000', '133927.537000', '133927.540000', '133927.542000', '133927.545000', '133927.548000', '133927.550000', '133927.553000', '133927.555000', '133927.558000', '133927.560000', '133927.563000', '133927.566000', '133927.568000', '133927.571000', '133927.573000', '133927.576000', '133927.579000', '133947.462000', '133947.464000', '133947.467000', '133947.470000', '133947.472000', '133947.475000', '133947.478000', '133947.480000', '133947.483000', '133947.486000', '133947.488000', '133947.491000', '133947.493000', '133947.496000', '133947.499000', '133947.501000', '133947.504000', '133947.506000', '133947.509000', '133947.511000', '133947.514000', '133947.517000', '133947.519000', '133947.522000', '133947.524000', '133947.527000', '133947.530000', '133947.532000', '133947.535000', '133947.537000', '133947.540000', '133947.542000', '133947.545000', '133947.548000', '133947.550000', '133947.553000', '133947.555000', '133947.558000', '133947.561000', '133947.563000', '133947.566000', '133947.568000', '133947.571000', '133947.573000', '134007.462000', '134007.464000', '134007.467000', '134007.470000', '134007.472000', '134007.475000', '134007.478000', '134007.480000', '134007.483000', '134007.485000', '134007.488000', '134007.491000', '134007.494000', '134007.496000', '134007.499000', '134007.501000', '134007.504000', '134007.506000', '134007.509000', '134007.512000', '134007.514000', '134007.517000', '134007.520000', '134007.522000', '134007.525000', '134007.527000', '134007.530000', '134007.533000', '134007.535000', '134007.538000', '134007.540000', '134007.543000', '134007.546000', '134007.548000', '134007.551000', '134007.553000', '134007.556000', '134007.559000', '134007.561000', '134007.564000', '134007.566000', '134007.569000', '134007.571000', '134027.461000', '134027.464000', '134027.467000', '134027.470000', '134027.472000', '134027.475000', '134027.478000', '134027.480000', '134027.483000', '134027.486000', '134027.488000', '134027.491000', '134027.494000', '134027.496000', '134027.499000', '134027.501000', '134027.504000', '134027.507000', '134027.509000', '134027.512000', '134027.515000', '134027.517000', '134027.520000', '134027.526000', '134027.528000', '134027.531000', '134027.533000', '134027.536000', '134027.539000', '134027.541000', '134027.544000', '134027.546000', '134027.549000', '134027.552000', '134027.554000', '134027.557000', '134027.560000', '134027.562000', '134027.565000', '134027.567000', '134027.570000', '134027.573000', '134027.575000', '134027.578000', '134047.462000', '134047.464000', '134047.467000', '134047.470000', '134047.472000', '134047.475000', '134047.478000', '134047.480000', '134047.483000', '134047.485000', '134047.488000', '134047.491000', '134047.493000', '134047.496000', '134047.499000', '134047.501000', '134047.504000', '134047.506000', '134047.509000', '134047.512000', '134047.514000', '134047.517000', '134047.520000', '134047.522000', '134047.525000', '134047.527000', '134047.530000', '134047.533000', '134047.535000', '134047.538000', '134047.541000', '134047.543000', '134047.546000', '134047.549000', '134047.551000', '134047.554000', '134047.556000', '134047.559000', '134047.562000', '134047.564000', '134047.567000', '134047.570000', '134047.572000', '134049.472000', '134049.476000', '134049.478000', '134049.481000', '134049.484000'], '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': [16906, 12077, 10315, 11329, 11043, 13703, 10924, 14114, 8927, 13841, 10751, 8510, 10762, 10629, 13827, 10799, 14138, 11065, 11347, 11046, 8861, 10982, 9484, 11673, 9763, 11943, 9715, 11782, 10160, 11695, 10234, 11343, 9658, 11207, 9182, 10778, 9227, 11412, 7758, 11393, 7137, 11273, 7346, 10893, 10406, 9859, 12678, 9657, 11712, 9657, 12103, 9667, 12202, 10552, 12728, 10229, 12709, 10444, 12943, 10346, 13567, 10147, 13822, 10220, 13330, 10320, 13151, 10250, 13574, 10450, 12683, 10580, 12122, 10022, 12028, 10524, 11820, 9952, 11518, 9764, 11657, 9716, 11772, 9446, 11742, 9855, 11933, 10732, 12101, 10731, 11814, 9650, 11818, 10357, 11630, 10251, 11353, 9333, 11216, 10142, 11513, 10003, 12099, 9406, 11523, 10421, 11746, 10401, 12530, 9802, 12070, 10569, 11984, 10559, 12079, 10370, 12009, 10433, 12063, 10140, 12251, 10231, 11984, 10527, 11878, 10599, 10651, 10585, 7957, 10589, 7234, 11527, 7530, 11101, 8801, 11356, 7880, 11150, 9166, 11088, 9385, 11587, 7944, 11441, 10238, 11195, 9971, 11891, 9784, 11867, 10472, 11601, 10182, 11415, 10361, 11915, 10222, 11765, 10649, 11526, 9977, 11126, 9686, 11280, 9295, 11618, 9912, 11493, 10719, 11422, 10783, 11334, 10609, 11527, 9992, 11042, 10151, 11954, 9213, 11356, 11196, 8487, 11315, 9067, 11793, 11224, 12430, 11158, 11278, 9068, 9329, 10764, 10926, 11703, 10001, 13160, 9896, 12594, 9064, 11413, 9641, 13006, 10794, 10372, 11697, 9057, 13511, 8468, 14755, 11100, 8243, 11701, 9783, 12309, 8222, 10658, 10648, 9603, 13616, 9292, 12477, 9121, 10980, 9671, 12063, 10333, 7193, 10955, 10690, 8266, 11675, 10254, 12384, 10732, 11612, 8928, 11052, 12247, 10420, 12863, 10676, 12803, 10601, 11392, 10264, 11209, 9885, 11819, 9706, 10391, 9783, 10564, 9321, 11233, 9046, 10887, 9591, 9884, 9641, 9707, 9613, 7531, 10361, 7357, 10117, 7554, 10368, 7547, 10286, 7627, 10379, 7213, 10222, 7681, 10176, 7491, 10698, 7753, 11290, 8207, 11075, 9564, 11171, 9698, 11199, 7444, 10187, 7654, 10351, 7580, 10294, 7373, 10126, 7420, 10390, 7535, 10245, 7494, 10433, 7343, 10283, 7508, 9799, 8657, 9521, 7352, 10327, 7013, 9846, 8002, 9522, 7665, 10380, 7739, 10129, 11538, 9425, 10353, 9404, 10810, 9137, 12278, 9313, 10191, 8805, 10107, 9439, 11832, 8561, 11137, 8822, 11414, 8135, 11133, 8214, 10485, 8553, 10953, 9457, 10005, 9893, 8750, 10734, 8848, 8209, 10047, 8655, 10714, 8185, 10644, 7442, 10823, 11547, 10229, 13461, 9426, 13374, 9412, 12498, 9492, 10060, 9874, 10265, 9417, 7456, 10163, 7232, 9861, 11178, 9923, 7837, 9639, 7265, 10419, 7703, 10565, 9676, 10923, 7537, 10876, 8544, 10330, 10701, 10945, 9502, 9083, 11797, 10442, 12549, 9832, 11954, 9965, 11709, 9279, 12618, 8611, 10747, 8823, 10692, 7616, 10692, 7593, 10763, 7278, 10563, 7689, 10745, 8708, 10743, 7662, 10522, 9047, 10719, 9388, 10808, 7613, 10407, 8530, 10968, 7272, 10322, 10597, 9699, 10784, 9612, 12175, 9394, 11166, 8659, 10139, 8904, 10837, 7802, 10766, 8946, 10351, 8225, 10660, 7670, 10849, 7584, 9997, 7354, 10510, 7639, 10241, 11618, 9412, 12366, 9060, 11386, 8473, 11279, 9148, 11562, 8551, 11733, 8737, 11349, 8572, 10922, 8779, 11269, 8538, 11289, 8512, 11501, 8549, 11104, 8740, 11059, 9856, 8778, 9688, 8669, 11571, 9283, 12427, 9240, 10393, 9326, 7369, 10290, 7745, 10765, 7514, 10972, 8220, 11416, 7303, 11616, 8688, 10981, 8333, 11721, 8829, 11512, 9143, 9642, 10366, 9234, 11097, 8483, 12296, 9538, 11828, 9300, 12753, 9679, 13284, 9154, 11902, 8515, 11872, 9099, 11688, 9116, 11580, 8842, 11981, 8581, 10724, 8313, 10579, 7998, 11010, 7891, 10289, 8177, 10503, 7994, 10642, 8669, 11369, 8581, 10984, 8658, 11310, 8526, 10694, 7592, 10419, 7608, 11127, 8542, 10579, 8944, 10240, 7758, 10356, 8479, 10093, 7353, 10516, 7556, 10416, 7787, 10417, 7922, 10899, 7939, 10735, 8042, 10844, 8069, 11137, 8393, 11664, 8588, 11154, 9351, 12105, 9075, 11436, 9021, 11796, 9017, 11441, 9156, 11039, 8574, 11180, 8465, 11127, 8968, 11017, 9556, 9654, 8891, 9940, 11668, 9157, 9134, 11058, 10297, 12292, 9595, 13379, 8538, 10163, 8930, 11460, 10459, 12748, 10298, 11598, 9672, 8520, 10403, 14632, 10503, 12046, 9176, 7410, 9316, 8324, 10984, 9647, 7358, 9810, 8707, 10290, 7557, 10839, 7549, 9216, 8798, 12094, 8112, 11205, 8597, 10633, 7869, 8259, 8112, 9583, 11331, 9774, 10287, 8176, 10414, 11305, 10003, 10771, 9468, 10012, 11486, 10485, 14155, 10658, 14952, 12113, 15310, 11847, 14606, 10806, 14996, 10715, 13084, 11679, 11732, 11904, 11841, 11292, 11513, 11579, 9967, 11057, 8225, 12151, 11970, 9494, 11287, 12000, 11781, 8691, 11977, 10322, 11928, 10052, 11021, 7922, 11313, 7615, 10779, 9116, 10534, 8476, 11266, 8236, 10841, 8008, 11462, 8547, 11897, 8932, 11529, 9267, 11511, 9540, 11488, 8840, 11344, 8894, 11987, 9270, 8797, 8536, 7503, 11737, 7737, 11169, 7942, 12333, 9472, 10079, 11254, 9193, 14597, 9217, 14241, 11228, 16751, 12571, 8819, 10714, 10265, 11445, 13341, 10959, 14119, 10271, 13038, 9389, 12197, 10344, 11669, 8932, 11132, 8677, 10904, 8841, 10550, 8624, 10573, 8500, 10347, 8351, 10764, 11491, 12747, 10319, 12729, 9535, 12021, 9720, 11992, 9052, 11799, 9669, 11369, 9213, 9193, 9325, 9148, 11404, 8304, 11646, 9969, 9411, 9855, 8334, 9716, 13697, 10147, 12263, 9370, 10779, 10243, 9259, 8740, 12356, 8577, 11533, 7372, 12235, 8054, 12625, 8671, 12634, 8923, 10474, 10833, 7378, 10689, 8023, 11549, 8410, 11989, 9135, 11509, 7476, 10685, 12085, 10127, 13496, 9894, 12078, 9537, 11236, 9290, 11791, 9152, 12168, 8962, 11704, 8834, 11812, 8640, 11309, 8677, 11833, 8550, 11877, 8375, 10602, 7378, 10069, 7839, 9533, 12887, 9442, 11663, 8819, 11472, 8773, 11806, 8519, 11277, 8339, 11711, 8294, 11880, 7897, 11708, 7352, 11189, 7369, 10658, 7554, 10843, 7660, 10308, 7463, 9113, 12993, 8891, 12284, 8812, 12117, 7559, 11342, 7853, 11594, 8157, 12024, 7636, 11391, 7533, 11602, 7567, 11167, 7495, 9933, 7608, 9930, 7782, 9442, 11077, 9870, 12003, 9615, 10711, 9207, 11558, 10021, 9632, 10186, 7342, 10547, 7465, 12339, 10145, 9143, 10569, 8329, 12184, 7669, 11723, 9716, 10058, 9502, 9873, 13845, 9787, 11528, 9394, 12090, 9432, 12854, 10742, 10923, 10269, 10446, 10749, 10705, 10003, 10031, 10214, 10928, 9682, 12475, 9473, 12610, 9962, 12218, 9671, 12818, 10513, 12404, 10155, 12295, 9951, 12269, 10692, 12101, 9726, 11870, 8184, 10552, 7580, 10204, 9284, 10386, 7656, 9920, 9119, 10064, 11476, 9881, 10464, 9515, 10121, 9820, 10401, 9514, 10150, 9279, 10063, 9778, 11345, 9308, 12409, 9408, 12442, 9755, 12523, 8961, 12148, 8971, 12019, 9597, 12440, 7560, 12328, 7389, 10556, 8317, 10217, 8338, 9669, 7368, 10108, 10656, 9147, 8882, 12601, 10229, 7703, 11711, 7460, 11240, 12541, 10378, 11780, 10306, 12146, 9282, 12317, 8623, 11659, 8574, 11745, 8759, 11997, 8627, 11389, 9171, 11499, 9059, 11911, 9113, 11865, 9458, 11665, 8741, 12063, 8808, 12140, 8702, 11967, 8766, 12079, 8697, 12084, 8549, 11832, 8682, 11285, 9046, 11513, 9666, 11644, 7952, 10968, 7616, 11118, 7671, 11315, 7447, 10785, 7523, 10676, 7259, 10499, 8445, 10016, 8902, 10162, 7937, 9989, 11578, 9961, 12412, 9203, 11481, 8100, 11451, 8634, 11593, 7988, 11668, 7402, 10768, 11128, 10157, 8843, 9970, 12788, 9898, 12501, 9428, 11401, 9490, 11796, 8743, 11964, 8502, 11203, 8399, 11526, 7807, 11163, 8168, 10358, 8956, 10492, 11617, 9564, 12125, 9664, 11919, 9296, 11879, 9345, 11567, 9990, 11929, 10634, 11496, 10763, 8462, 11505, 8917, 11866, 9197, 12614, 10253, 13166, 9996, 12887, 9841, 12943, 9424, 12566, 9062, 12066, 9113, 12701, 9114, 12146, 8871, 12210, 9195, 12413, 9006, 12111, 9148, 11960, 9394, 12363, 9275, 11921, 9410, 12005, 9693, 12208, 10698, 7302, 10428, 10541, 10998, 10798, 10127, 11461, 8813, 12084, 9803, 11799, 9441, 11916, 8975, 12815, 10326, 12193, 10491, 11219, 10352, 7567, 10951, 8315, 11282, 7765, 11073, 9252, 11294, 8779, 12572, 8972, 11335, 7496, 11045, 8143, 10720, 7437, 11045, 7639, 11800, 7782, 12075, 8040, 12312, 8435, 12418, 8417, 12948, 8525, 12743, 8810, 12908, 8452, 12582, 9028, 12640, 8988, 12766, 8789, 11780, 8601, 12028, 8517, 12059, 7975, 10801, 8251, 11168, 7675, 10833, 8016, 10393, 7283, 10654, 7504, 11262, 7420, 10533, 7951, 11994, 8378, 12064, 9224, 12094, 8716, 11621, 10911, 11440, 11413, 8597, 7961, 9037, 9911, 9522, 9004, 12578, 10812, 14116, 12593, 9000, 13685, 12419, 13647, 9476, 15276, 10331, 11662, 15152, 9864, 11031, 12046, 10677, 14769, 12857, 10785, 15467, 12407, 16111, 12361, 15555, 12093, 11872, 12589, 11913, 14021, 10043, 13582, 10916, 12859, 10422, 9882, 11729, 9819, 12239, 9798, 8065, 10581, 9868, 12751, 10242, 10470, 10531, 9399, 12846, 9516, 14145, 9690, 13394, 9256, 13681, 8180, 12835, 7773, 12317, 8123, 11921, 7894, 13075, 7745, 12905, 7830, 12486, 7968, 12225, 7838, 11443, 7762, 10881, 7506, 10360, 8608, 9640, 13703, 8916, 14629, 9293, 9749, 9521, 9875, 10337, 8920, 9857, 8942, 10008, 12431, 10090, 9595, 10025, 12809, 10052, 14984, 9456, 13506, 8816, 13085, 8854, 13568], 'WindowCenter': [4602.0, 4558.0, 4524.0, 4534.0, 4520.0, 4537.0, 4497.0, 4514.0, 4452.0, 4502.0, 4495.0, 4464.0, 4497.0, 4497.0, 4525.0, 4496.0, 4514.0, 4494.0, 4481.0, 4481.0, 4450.0, 4483.0, 4472.0, 4492.0, 4485.0, 4504.0, 4474.0, 4505.0, 4486.0, 4505.0, 4486.0, 4505.0, 4498.0, 4508.0, 4488.0, 4508.0, 4501.0, 4522.0, 4470.0, 4534.0, 4463.0, 4522.0, 4462.0, 4522.0, 4513.0, 4514.0, 4544.0, 4503.0, 4531.0, 4503.0, 4532.0, 4514.0, 4530.0, 4513.0, 4539.0, 4512.0, 4544.0, 4524.0, 4530.0, 4513.0, 4539.0, 4511.0, 4541.0, 4511.0, 4540.0, 4508.0, 4530.0, 4500.0, 4540.0, 4509.0, 4526.0, 4496.0, 4517.0, 4498.0, 4518.0, 4508.0, 4516.0, 4500.0, 4516.0, 4501.0, 4530.0, 4501.0, 4518.0, 4501.0, 4529.0, 4512.0, 4530.0, 4521.0, 4529.0, 4510.0, 4530.0, 4501.0, 4517.0, 4510.0, 4518.0, 4508.0, 4521.0, 4489.0, 4518.0, 4508.0, 4518.0, 4501.0, 4532.0, 4491.0, 4517.0, 4510.0, 4520.0, 4511.0, 4528.0, 4499.0, 4530.0, 4510.0, 4517.0, 4510.0, 4530.0, 4509.0, 4529.0, 4510.0, 4529.0, 4510.0, 4528.0, 4510.0, 4517.0, 4509.0, 4519.0, 4510.0, 4507.0, 4510.0, 4468.0, 4511.0, 4471.0, 4531.0, 4471.0, 4521.0, 4491.0, 4523.0, 4483.0, 4520.0, 4500.0, 4520.0, 4499.0, 4532.0, 4471.0, 4520.0, 4509.0, 4520.0, 4510.0, 4532.0, 4511.0, 4531.0, 4522.0, 4529.0, 4521.0, 4532.0, 4513.0, 4531.0, 4511.0, 4529.0, 4521.0, 4530.0, 4510.0, 4517.0, 4501.0, 4519.0, 4502.0, 4521.0, 4511.0, 4518.0, 4521.0, 4532.0, 4523.0, 4520.0, 4521.0, 4520.0, 4513.0, 4520.0, 4511.0, 4529.0, 4513.0, 4530.0, 4534.0, 4504.0, 4533.0, 4499.0, 4532.0, 4520.0, 4542.0, 4533.0, 4533.0, 4506.0, 4504.0, 4524.0, 4524.0, 4533.0, 4527.0, 4554.0, 4501.0, 4531.0, 4488.0, 4519.0, 4502.0, 4542.0, 4535.0, 4523.0, 4543.0, 4504.0, 4552.0, 4481.0, 4548.0, 4532.0, 4497.0, 4547.0, 4526.0, 4544.0, 4483.0, 4525.0, 4510.0, 4490.0, 4526.0, 4490.0, 4505.0, 4491.0, 4525.0, 4518.0, 4489.0, 4388.0, 4378.0, 4468.0, 4495.0, 4466.0, 4505.0, 4499.0, 4519.0, 4507.0, 4520.0, 4468.0, 4508.0, 4516.0, 4496.0, 4514.0, 4496.0, 4513.0, 4484.0, 4491.0, 4483.0, 4491.0, 4483.0, 4517.0, 4487.0, 4495.0, 4499.0, 4495.0, 4487.0, 4506.0, 4491.0, 4509.0, 4501.0, 4511.0, 4514.0, 4513.0, 4514.0, 4473.0, 4525.0, 4462.0, 4512.0, 4472.0, 4514.0, 4471.0, 4511.0, 4472.0, 4512.0, 4458.0, 4509.0, 4459.0, 4510.0, 4460.0, 4511.0, 4468.0, 4521.0, 4479.0, 4519.0, 4498.0, 4521.0, 4501.0, 4519.0, 4459.0, 4511.0, 4459.0, 4509.0, 4469.0, 4510.0, 4459.0, 4511.0, 4460.0, 4510.0, 4460.0, 4510.0, 4461.0, 4511.0, 4458.0, 4510.0, 4461.0, 4512.0, 4480.0, 4501.0, 4460.0, 4512.0, 4450.0, 4510.0, 4481.0, 4502.0, 4472.0, 4523.0, 4470.0, 4524.0, 4532.0, 4502.0, 4512.0, 4502.0, 4519.0, 4501.0, 4532.0, 4500.0, 4510.0, 4491.0, 4511.0, 4502.0, 4531.0, 4494.0, 4530.0, 4506.0, 4531.0, 4484.0, 4533.0, 4494.0, 4520.0, 4503.0, 4544.0, 4537.0, 4539.0, 4538.0, 4507.0, 4534.0, 4515.0, 4495.0, 4527.0, 4505.0, 4538.0, 4496.0, 4537.0, 4474.0, 4535.0, 4534.0, 4525.0, 4542.0, 4501.0, 4541.0, 4502.0, 4530.0, 4500.0, 4499.0, 4511.0, 4509.0, 4500.0, 4458.0, 4510.0, 4459.0, 4499.0, 4518.0, 4500.0, 4458.0, 4500.0, 4459.0, 4509.0, 4469.0, 4510.0, 4500.0, 4520.0, 4459.0, 4510.0, 4479.0, 4498.0, 4509.0, 4519.0, 4500.0, 4491.0, 4530.0, 4522.0, 4544.0, 4512.0, 4531.0, 4511.0, 4530.0, 4501.0, 4528.0, 4479.0, 4506.0, 4477.0, 4507.0, 4456.0, 4508.0, 4458.0, 4506.0, 4447.0, 4508.0, 4458.0, 4507.0, 4478.0, 4508.0, 4469.0, 4508.0, 4488.0, 4510.0, 4499.0, 4520.0, 4471.0, 4511.0, 4480.0, 4521.0, 4460.0, 4510.0, 4509.0, 4499.0, 4508.0, 4498.0, 4528.0, 4500.0, 4519.0, 4491.0, 4510.0, 4490.0, 4519.0, 4470.0, 4520.0, 4491.0, 4509.0, 4482.0, 4520.0, 4472.0, 4524.0, 4472.0, 4510.0, 4461.0, 4520.0, 4470.0, 4524.0, 4520.0, 4502.0, 4530.0, 4502.0, 4531.0, 4492.0, 4522.0, 4504.0, 4531.0, 4491.0, 4531.0, 4492.0, 4520.0, 4493.0, 4521.0, 4494.0, 4532.0, 4492.0, 4532.0, 4502.0, 4531.0, 4493.0, 4532.0, 4494.0, 4533.0, 4525.0, 4505.0, 4516.0, 4505.0, 4544.0, 4515.0, 4543.0, 4514.0, 4522.0, 4516.0, 4473.0, 4524.0, 4473.0, 4535.0, 4473.0, 4523.0, 4493.0, 4532.0, 4475.0, 4533.0, 4493.0, 4532.0, 4493.0, 4543.0, 4517.0, 4543.0, 4514.0, 4514.0, 4525.0, 4514.0, 4545.0, 4517.0, 4553.0, 4524.0, 4543.0, 4515.0, 4555.0, 4514.0, 4551.0, 4500.0, 4530.0, 4492.0, 4531.0, 4489.0, 4529.0, 4491.0, 4518.0, 4490.0, 4530.0, 4491.0, 4520.0, 4480.0, 4507.0, 4480.0, 4520.0, 4482.0, 4509.0, 4491.0, 4522.0, 4494.0, 4521.0, 4502.0, 4531.0, 4504.0, 4532.0, 4505.0, 4534.0, 4504.0, 4524.0, 4485.0, 4523.0, 4483.0, 4531.0, 4501.0, 4520.0, 4501.0, 4522.0, 4481.0, 4522.0, 4503.0, 4523.0, 4473.0, 4521.0, 4481.0, 4533.0, 4495.0, 4532.0, 4493.0, 4532.0, 4492.0, 4531.0, 4494.0, 4533.0, 4494.0, 4543.0, 4506.0, 4542.0, 4503.0, 4542.0, 4524.0, 4554.0, 4515.0, 4543.0, 4514.0, 4541.0, 4513.0, 4541.0, 4513.0, 4530.0, 4501.0, 4531.0, 4503.0, 4530.0, 4503.0, 4530.0, 4522.0, 4523.0, 4527.0, 4535.0, 4555.0, 4527.0, 4524.0, 4546.0, 4536.0, 4557.0, 4525.0, 4578.0, 4516.0, 4535.0, 4516.0, 4557.0, 4536.0, 4563.0, 4537.0, 4530.0, 4513.0, 4489.0, 4520.0, 4561.0, 4523.0, 4530.0, 4512.0, 4473.0, 4516.0, 4493.0, 4530.0, 4522.0, 4481.0, 4524.0, 4503.0, 4525.0, 4484.0, 4545.0, 4495.0, 4504.0, 4499.0, 4521.0, 4483.0, 4532.0, 4503.0, 4533.0, 4508.0, 4534.0, 4505.0, 4508.0, 4541.0, 4536.0, 4538.0, 4505.0, 4548.0, 4561.0, 4539.0, 4535.0, 4523.0, 4511.0, 4531.0, 4520.0, 4552.0, 4520.0, 4550.0, 4528.0, 4535.0, 4515.0, 4523.0, 4493.0, 4521.0, 4481.0, 4509.0, 4489.0, 4499.0, 4499.0, 4497.0, 4501.0, 4502.0, 4502.0, 4481.0, 4515.0, 4460.0, 4511.0, 4512.0, 4482.0, 4504.0, 4524.0, 4526.0, 4477.0, 4529.0, 4508.0, 4528.0, 4496.0, 4518.0, 4482.0, 4562.0, 4461.0, 4495.0, 4434.0, 4548.0, 4571.0, 4575.0, 4533.0, 4543.0, 4480.0, 4517.0, 4474.0, 4527.0, 4500.0, 4530.0, 4500.0, 4530.0, 4524.0, 4544.0, 4516.0, 4546.0, 4527.0, 4557.0, 4523.0, 4500.0, 4501.0, 4525.0, 4586.0, 4498.0, 4543.0, 4494.0, 4553.0, 4524.0, 4535.0, 4558.0, 4524.0, 4548.0, 4501.0, 4562.0, 4533.0, 4573.0, 4556.0, 4516.0, 4538.0, 4499.0, 4520.0, 4527.0, 4506.0, 4525.0, 4497.0, 4527.0, 4477.0, 4516.0, 4484.0, 4503.0, 4462.0, 4492.0, 4449.0, 4492.0, 4459.0, 4481.0, 4451.0, 4494.0, 4462.0, 4494.0, 4463.0, 4503.0, 4517.0, 4527.0, 4507.0, 4526.0, 4486.0, 4516.0, 4496.0, 4527.0, 4488.0, 4516.0, 4499.0, 4518.0, 4502.0, 4500.0, 4502.0, 4501.0, 4545.0, 4504.0, 4543.0, 4539.0, 4515.0, 4526.0, 4493.0, 4514.0, 4553.0, 4525.0, 4543.0, 4502.0, 4544.0, 4537.0, 4498.0, 4493.0, 4531.0, 4491.0, 4533.0, 4475.0, 4543.0, 4494.0, 4553.0, 4506.0, 4529.0, 4506.0, 4539.0, 4534.0, 4473.0, 4509.0, 4425.0, 4478.0, 4463.0, 4530.0, 4501.0, 4531.0, 4459.0, 4495.0, 4501.0, 4494.0, 4524.0, 4496.0, 4527.0, 4499.0, 4519.0, 4500.0, 4528.0, 4488.0, 4515.0, 4476.0, 4512.0, 4475.0, 4515.0, 4478.0, 4518.0, 4489.0, 4528.0, 4488.0, 4529.0, 4478.0, 4508.0, 4457.0, 4498.0, 4458.0, 4499.0, 4539.0, 4499.0, 4528.0, 4500.0, 4529.0, 4492.0, 4528.0, 4492.0, 4529.0, 4492.0, 4530.0, 4493.0, 4530.0, 4483.0, 4539.0, 4472.0, 4531.0, 4471.0, 4522.0, 4471.0, 4521.0, 4472.0, 4523.0, 4472.0, 4503.0, 4541.0, 4502.0, 4529.0, 4500.0, 4529.0, 4471.0, 4519.0, 4480.0, 4531.0, 4482.0, 4541.0, 4482.0, 4533.0, 4483.0, 4531.0, 4473.0, 4533.0, 4472.0, 4513.0, 4471.0, 4512.0, 4471.0, 4511.0, 4530.0, 4511.0, 4529.0, 4511.0, 4519.0, 4500.0, 4530.0, 4523.0, 4512.0, 4523.0, 4475.0, 4533.0, 4484.0, 4540.0, 4525.0, 4515.0, 4533.0, 4494.0, 4544.0, 4483.0, 4544.0, 4511.0, 4512.0, 4500.0, 4511.0, 4550.0, 4510.0, 4517.0, 4489.0, 4527.0, 4500.0, 4537.0, 4541.0, 4542.0, 4521.0, 4517.0, 4517.0, 4517.0, 4508.0, 4495.0, 4507.0, 4517.0, 4508.0, 4538.0, 4511.0, 4539.0, 4508.0, 4528.0, 4509.0, 4537.0, 4519.0, 4538.0, 4509.0, 4528.0, 4510.0, 4538.0, 4519.0, 4540.0, 4499.0, 4529.0, 4479.0, 4520.0, 4467.0, 4519.0, 4500.0, 4519.0, 4467.0, 4510.0, 4488.0, 4508.0, 4528.0, 4509.0, 4519.0, 4508.0, 4507.0, 4509.0, 4519.0, 4510.0, 4520.0, 4501.0, 4509.0, 4509.0, 4529.0, 4498.0, 4538.0, 4499.0, 4537.0, 4498.0, 4538.0, 4498.0, 4537.0, 4499.0, 4537.0, 4498.0, 4539.0, 4468.0, 4540.0, 4469.0, 4519.0, 4477.0, 4520.0, 4480.0, 4512.0, 4470.0, 4522.0, 4521.0, 4513.0, 4514.0, 4553.0, 4535.0, 4484.0, 4545.0, 4474.0, 4535.0, 4542.0, 4521.0, 4530.0, 4511.0, 4530.0, 4499.0, 4529.0, 4479.0, 4518.0, 4478.0, 4516.0, 4489.0, 4528.0, 4490.0, 4526.0, 4501.0, 4530.0, 4501.0, 4530.0, 4502.0, 4529.0, 4510.0, 4530.0, 4490.0, 4530.0, 4491.0, 4529.0, 4490.0, 4528.0, 4489.0, 4528.0, 4489.0, 4527.0, 4489.0, 4527.0, 4489.0, 4518.0, 4488.0, 4518.0, 4498.0, 4519.0, 4469.0, 4519.0, 4468.0, 4519.0, 4458.0, 4518.0, 4458.0, 4520.0, 4467.0, 4520.0, 4458.0, 4508.0, 4477.0, 4508.0, 4487.0, 4507.0, 4466.0, 4509.0, 4517.0, 4508.0, 4528.0, 4499.0, 4519.0, 4467.0, 4519.0, 4488.0, 4519.0, 4466.0, 4528.0, 4457.0, 4519.0, 4519.0, 4508.0, 4486.0, 4509.0, 4525.0, 4499.0, 4528.0, 4498.0, 4518.0, 4509.0, 4527.0, 4490.0, 4529.0, 4491.0, 4518.0, 4478.0, 4528.0, 4469.0, 4520.0, 4477.0, 4508.0, 4487.0, 4508.0, 4516.0, 4498.0, 4525.0, 4499.0, 4516.0, 4498.0, 4529.0, 4499.0, 4518.0, 4510.0, 4530.0, 4521.0, 4518.0, 4521.0, 4491.0, 4545.0, 4500.0, 4529.0, 4501.0, 4539.0, 4522.0, 4541.0, 4513.0, 4539.0, 4512.0, 4539.0, 4502.0, 4529.0, 4488.0, 4515.0, 4486.0, 4527.0, 4487.0, 4517.0, 4488.0, 4516.0, 4488.0, 4526.0, 4488.0, 4526.0, 4488.0, 4516.0, 4500.0, 4528.0, 4500.0, 4517.0, 4499.0, 4540.0, 4524.0, 4545.0, 4523.0, 4471.0, 4522.0, 4522.0, 4520.0, 4532.0, 4511.0, 4532.0, 4491.0, 4543.0, 4511.0, 4531.0, 4500.0, 4530.0, 4502.0, 4528.0, 4508.0, 4527.0, 4508.0, 4519.0, 4510.0, 4469.0, 4520.0, 4481.0, 4531.0, 4470.0, 4521.0, 4500.0, 4520.0, 4479.0, 4530.0, 4490.0, 4520.0, 4458.0, 4519.0, 4469.0, 4522.0, 4473.0, 4532.0, 4469.0, 4528.0, 4468.0, 4529.0, 4480.0, 4530.0, 4480.0, 4530.0, 4478.0, 4538.0, 4479.0, 4528.0, 4489.0, 4529.0, 4479.0, 4528.0, 4477.0, 4526.0, 4477.0, 4528.0, 4475.0, 4517.0, 4477.0, 4515.0, 4475.0, 4517.0, 4465.0, 4507.0, 4466.0, 4517.0, 4457.0, 4507.0, 4467.0, 4508.0, 4445.0, 4508.0, 4458.0, 4517.0, 4458.0, 4508.0, 4469.0, 4529.0, 4480.0, 4539.0, 4530.0, 4611.0, 4558.0, 4529.0, 4533.0, 4531.0, 4517.0, 4505.0, 4521.0, 4515.0, 4520.0, 4520.0, 4511.0, 4552.0, 4558.0, 4589.0, 4569.0, 4516.0, 4576.0, 4554.0, 4566.0, 4524.0, 4574.0, 4536.0, 4557.0, 4577.0, 4526.0, 4536.0, 4532.0, 4509.0, 4538.0, 4513.0, 4483.0, 4523.0, 4518.0, 4539.0, 4530.0, 4537.0, 4516.0, 4504.0, 4502.0, 4490.0, 4511.0, 4473.0, 4500.0, 4484.0, 4500.0, 4483.0, 4483.0, 4504.0, 4484.0, 4515.0, 4497.0, 4456.0, 4511.0, 4511.0, 4529.0, 4512.0, 4509.0, 4523.0, 4503.0, 4541.0, 4514.0, 4553.0, 4504.0, 4541.0, 4502.0, 4542.0, 4480.0, 4530.0, 4471.0, 4530.0, 4468.0, 4521.0, 4470.0, 4540.0, 4471.0, 4529.0, 4470.0, 4529.0, 4470.0, 4531.0, 4472.0, 4530.0, 4471.0, 4521.0, 4461.0, 4512.0, 4489.0, 4512.0, 4551.0, 4492.0, 4552.0, 4502.0, 4510.0, 4513.0, 4511.0, 4523.0, 4502.0, 4511.0, 4491.0, 4514.0, 4542.0, 4521.0, 4501.0, 4513.0, 4540.0, 4512.0, 4561.0, 4501.0, 4538.0, 4490.0, 4539.0, 4491.0, 4540.0], 'WindowWidth': [10078.0, 10007.0, 9950.0, 9963.0, 9936.0, 9954.0, 9894.0, 9914.0, 9824.0, 9891.0, 9888.0, 9847.0, 9896.0, 9892.0, 9929.0, 9890.0, 9912.0, 9883.0, 9861.0, 9860.0, 9818.0, 9868.0, 9850.0, 9880.0, 9873.0, 9899.0, 9859.0, 9900.0, 9875.0, 9902.0, 9875.0, 9905.0, 9901.0, 9910.0, 9885.0, 9913.0, 9909.0, 9937.0, 9866.0, 9959.0, 9862.0, 9937.0, 9859.0, 9940.0, 9928.0, 9932.0, 9972.0, 9915.0, 9950.0, 9914.0, 9954.0, 9934.0, 9950.0, 9928.0, 9960.0, 9926.0, 9972.0, 9945.0, 9948.0, 9929.0, 9960.0, 9923.0, 9965.0, 9923.0, 9958.0, 9916.0, 9945.0, 9906.0, 9961.0, 9916.0, 9936.0, 9895.0, 9924.0, 9902.0, 9929.0, 9914.0, 9923.0, 9907.0, 9925.0, 9910.0, 9949.0, 9911.0, 9930.0, 9911.0, 9947.0, 9929.0, 9949.0, 9936.0, 9946.0, 9920.0, 9949.0, 9911.0, 9928.0, 9919.0, 9931.0, 9916.0, 9939.0, 9894.0, 9929.0, 9916.0, 9930.0, 9909.0, 9954.0, 9895.0, 9928.0, 9920.0, 9933.0, 9925.0, 9945.0, 9905.0, 9946.0, 9919.0, 9927.0, 9923.0, 9948.0, 9918.0, 9944.0, 9920.0, 9946.0, 9922.0, 9941.0, 9920.0, 9926.0, 9918.0, 9933.0, 9923.0, 9915.0, 9922.0, 9863.0, 9923.0, 9872.0, 9951.0, 9869.0, 9938.0, 9895.0, 9943.0, 9889.0, 9936.0, 9907.0, 9935.0, 9907.0, 9955.0, 9872.0, 9935.0, 9917.0, 9935.0, 9924.0, 9957.0, 9925.0, 9950.0, 9941.0, 9948.0, 9939.0, 9955.0, 9930.0, 9950.0, 9924.0, 9947.0, 9938.0, 9950.0, 9922.0, 9927.0, 9910.0, 9933.0, 9915.0, 9936.0, 9925.0, 9930.0, 9938.0, 9955.0, 9942.0, 9935.0, 9939.0, 9936.0, 9929.0, 9937.0, 9924.0, 9948.0, 9935.0, 9953.0, 9963.0, 9924.0, 9958.0, 9910.0, 9956.0, 9934.0, 9970.0, 9959.0, 9959.0, 9927.0, 9921.0, 9946.0, 9945.0, 9957.0, 9954.0, 9990.0, 9912.0, 9950.0, 9889.0, 9931.0, 9915.0, 9970.0, 9963.0, 9947.0, 9977.0, 9926.0, 9989.0, 9890.0, 9976.0, 9959.0, 9921.0, 9990.0, 9955.0, 9975.0, 9891.0, 9951.0, 9920.0, 9892.0, 9932.0, 9892.0, 9903.0, 9895.0, 9948.0, 9943.0, 9868.0, 9687.0, 9697.0, 9838.0, 9891.0, 9855.0, 9906.0, 9902.0, 9932.0, 9912.0, 9936.0, 9856.0, 9914.0, 9920.0, 9892.0, 9916.0, 9895.0, 9913.0, 9873.0, 9877.0, 9871.0, 9880.0, 9872.0, 9925.0, 9884.0, 9894.0, 9902.0, 9894.0, 9886.0, 9910.0, 9895.0, 9918.0, 9913.0, 9926.0, 9933.0, 9931.0, 9936.0, 9877.0, 9949.0, 9862.0, 9929.0, 9873.0, 9932.0, 9871.0, 9926.0, 9871.0, 9926.0, 9849.0, 9920.0, 9852.0, 9921.0, 9854.0, 9923.0, 9865.0, 9938.0, 9880.0, 9934.0, 9905.0, 9937.0, 9910.0, 9935.0, 9853.0, 9924.0, 9852.0, 9920.0, 9865.0, 9922.0, 9853.0, 9923.0, 9854.0, 9922.0, 9855.0, 9922.0, 9857.0, 9926.0, 9851.0, 9924.0, 9857.0, 9926.0, 9882.0, 9912.0, 9855.0, 9926.0, 9842.0, 9924.0, 9887.0, 9916.0, 9875.0, 9945.0, 9871.0, 9946.0, 9957.0, 9915.0, 9927.0, 9915.0, 9935.0, 9912.0, 9956.0, 9912.0, 9923.0, 9901.0, 9926.0, 9915.0, 9954.0, 9907.0, 9951.0, 9927.0, 9957.0, 9896.0, 9960.0, 9908.0, 9940.0, 9921.0, 9982.0, 9976.0, 9980.0, 9976.0, 9932.0, 9965.0, 9941.0, 9915.0, 9960.0, 9929.0, 9974.0, 9915.0, 9970.0, 9882.0, 9967.0, 9962.0, 9950.0, 9969.0, 9912.0, 9968.0, 9915.0, 9951.0, 9910.0, 9907.0, 9925.0, 9924.0, 9912.0, 9850.0, 9922.0, 9851.0, 9905.0, 9931.0, 9907.0, 9849.0, 9907.0, 9851.0, 9922.0, 9867.0, 9923.0, 9908.0, 9938.0, 9853.0, 9922.0, 9879.0, 9904.0, 9918.0, 9934.0, 9910.0, 9899.0, 9952.0, 9942.0, 9976.0, 9929.0, 9952.0, 9925.0, 9949.0, 9912.0, 9945.0, 9877.0, 9910.0, 9872.0, 9913.0, 9845.0, 9915.0, 9847.0, 9910.0, 9832.0, 9916.0, 9848.0, 9914.0, 9875.0, 9917.0, 9868.0, 9918.0, 9891.0, 9923.0, 9907.0, 9938.0, 9872.0, 9926.0, 9881.0, 9939.0, 9856.0, 9922.0, 9920.0, 9906.0, 9916.0, 9905.0, 9943.0, 9908.0, 9935.0, 9898.0, 9922.0, 9898.0, 9934.0, 9869.0, 9937.0, 9898.0, 9920.0, 9888.0, 9938.0, 9875.0, 9947.0, 9875.0, 9924.0, 9859.0, 9938.0, 9872.0, 9946.0, 9939.0, 9915.0, 9952.0, 9916.0, 9954.0, 9904.0, 9943.0, 9920.0, 9952.0, 9901.0, 9956.0, 9903.0, 9937.0, 9904.0, 9941.0, 9909.0, 9957.0, 9905.0, 9958.0, 9918.0, 9955.0, 9905.0, 9958.0, 9908.0, 9958.0, 9954.0, 9925.0, 9942.0, 9924.0, 9977.0, 9937.0, 9974.0, 9937.0, 9945.0, 9939.0, 9880.0, 9948.0, 9880.0, 9966.0, 9880.0, 9946.0, 9905.0, 9956.0, 9885.0, 9962.0, 9907.0, 9958.0, 9909.0, 9976.0, 9946.0, 9976.0, 9938.0, 9937.0, 9953.0, 9937.0, 9981.0, 9950.0, 9992.0, 9954.0, 9977.0, 9940.0, 9993.0, 9939.0, 9984.0, 9913.0, 9952.0, 9902.0, 9955.0, 9897.0, 9947.0, 9900.0, 9932.0, 9898.0, 9954.0, 9901.0, 9936.0, 9884.0, 9918.0, 9886.0, 9940.0, 9891.0, 9923.0, 9902.0, 9944.0, 9912.0, 9944.0, 9921.0, 9957.0, 9925.0, 9960.0, 9927.0, 9964.0, 9922.0, 9949.0, 9900.0, 9948.0, 9894.0, 9955.0, 9916.0, 9941.0, 9915.0, 9945.0, 9890.0, 9945.0, 9924.0, 9947.0, 9881.0, 9943.0, 9891.0, 9962.0, 9917.0, 9960.0, 9909.0, 9960.0, 9907.0, 9959.0, 9913.0, 9963.0, 9911.0, 9977.0, 9933.0, 9976.0, 9926.0, 9975.0, 9955.0, 9997.0, 9943.0, 9978.0, 9940.0, 9973.0, 9938.0, 9971.0, 9934.0, 9955.0, 9918.0, 9959.0, 9925.0, 9955.0, 9922.0, 9956.0, 9947.0, 9954.0, 9962.0, 9970.0, 9996.0, 9963.0, 9954.0, 9985.0, 9971.0, 10003.0, 9958.0, 10033.0, 9945.0, 9968.0, 9946.0, 10002.0, 9972.0, 10007.0, 9975.0, 9956.0, 9934.0, 9896.0, 9942.0, 9998.0, 9945.0, 9952.0, 9932.0, 9882.0, 9944.0, 9909.0, 9955.0, 9946.0, 9893.0, 9951.0, 9925.0, 9954.0, 9898.0, 9983.0, 9918.0, 9921.0, 9919.0, 9935.0, 9890.0, 9960.0, 9922.0, 9962.0, 9936.0, 9986.0, 9930.0, 9923.0, 9974.0, 9974.0, 9981.0, 9929.0, 9993.0, 10018.0, 9982.0, 9969.0, 9950.0, 9928.0, 9957.0, 9939.0, 9989.0, 9939.0, 9979.0, 9946.0, 9952.0, 9921.0, 9930.0, 9886.0, 9921.0, 9868.0, 9903.0, 9875.0, 9893.0, 9891.0, 9886.0, 9898.0, 9898.0, 9899.0, 9871.0, 9923.0, 9844.0, 9912.0, 9915.0, 9875.0, 9907.0, 9934.0, 9940.0, 9875.0, 9950.0, 9918.0, 9945.0, 9901.0, 9933.0, 9893.0, 10021.0, 9853.0, 9887.0, 9785.0, 9995.0, 10056.0, 10042.0, 9984.0, 9978.0, 9885.0, 9927.0, 9867.0, 9943.0, 9909.0, 9951.0, 9913.0, 9952.0, 9952.0, 9977.0, 9944.0, 9986.0, 9962.0, 10003.0, 9949.0, 9912.0, 9914.0, 9975.0, 10059.0, 9923.0, 9976.0, 9912.0, 9990.0, 9952.0, 9969.0, 10007.0, 9955.0, 9976.0, 9915.0, 10004.0, 9964.0, 10018.0, 10001.0, 9945.0, 9978.0, 9905.0, 9936.0, 9942.0, 9908.0, 9936.0, 9897.0, 9937.0, 9869.0, 9921.0, 9873.0, 9898.0, 9840.0, 9880.0, 9819.0, 9878.0, 9832.0, 9865.0, 9823.0, 9885.0, 9843.0, 9893.0, 9849.0, 9903.0, 9927.0, 9942.0, 9915.0, 9938.0, 9882.0, 9922.0, 9897.0, 9943.0, 9888.0, 9925.0, 9903.0, 9930.0, 9915.0, 9909.0, 9913.0, 9913.0, 9979.0, 9925.0, 9977.0, 9981.0, 9942.0, 9955.0, 9906.0, 9934.0, 9984.0, 9950.0, 9973.0, 9917.0, 9982.0, 9976.0, 9907.0, 9906.0, 9952.0, 9898.0, 9959.0, 9885.0, 9973.0, 9909.0, 9987.0, 9930.0, 9947.0, 9926.0, 9978.0, 9962.0, 9878.0, 9917.0, 9775.0, 9853.0, 9845.0, 9952.0, 9916.0, 9953.0, 9853.0, 9894.0, 9896.0, 9890.0, 9933.0, 9898.0, 9942.0, 9907.0, 9935.0, 9911.0, 9947.0, 9891.0, 9922.0, 9870.0, 9914.0, 9868.0, 9922.0, 9877.0, 9930.0, 9895.0, 9945.0, 9894.0, 9947.0, 9878.0, 9917.0, 9848.0, 9904.0, 9851.0, 9907.0, 9962.0, 9910.0, 9947.0, 9912.0, 9949.0, 9903.0, 9949.0, 9902.0, 9950.0, 9903.0, 9952.0, 9907.0, 9954.0, 9894.0, 9965.0, 9879.0, 9955.0, 9877.0, 9944.0, 9874.0, 9942.0, 9876.0, 9946.0, 9877.0, 9921.0, 9967.0, 9916.0, 9949.0, 9912.0, 9950.0, 9876.0, 9937.0, 9886.0, 9955.0, 9891.0, 9968.0, 9893.0, 9959.0, 9894.0, 9957.0, 9880.0, 9960.0, 9879.0, 9933.0, 9875.0, 9931.0, 9875.0, 9928.0, 9953.0, 9928.0, 9950.0, 9928.0, 9936.0, 9913.0, 9953.0, 9949.0, 9933.0, 9952.0, 9887.0, 9962.0, 9899.0, 9967.0, 9953.0, 9942.0, 9963.0, 9911.0, 9978.0, 9894.0, 9976.0, 9927.0, 9929.0, 9910.0, 9925.0, 9979.0, 9924.0, 9929.0, 9893.0, 9942.0, 9910.0, 9959.0, 9975.0, 9981.0, 9947.0, 9933.0, 9931.0, 9936.0, 9920.0, 9900.0, 9918.0, 9931.0, 9920.0, 9963.0, 9933.0, 9964.0, 9923.0, 9947.0, 9923.0, 9957.0, 9938.0, 9961.0, 9922.0, 9948.0, 9926.0, 9962.0, 9939.0, 9968.0, 9911.0, 9950.0, 9884.0, 9940.0, 9866.0, 9940.0, 9915.0, 9939.0, 9867.0, 9928.0, 9895.0, 9922.0, 9951.0, 9925.0, 9936.0, 9923.0, 9920.0, 9925.0, 9939.0, 9929.0, 9939.0, 9916.0, 9925.0, 9923.0, 9951.0, 9910.0, 9961.0, 9910.0, 9959.0, 9908.0, 9961.0, 9907.0, 9959.0, 9910.0, 9960.0, 9908.0, 9964.0, 9869.0, 9967.0, 9871.0, 9937.0, 9881.0, 9941.0, 9887.0, 9931.0, 9874.0, 9943.0, 9941.0, 9935.0, 9938.0, 9988.0, 9968.0, 9898.0, 9981.0, 9884.0, 9967.0, 9973.0, 9942.0, 9951.0, 9926.0, 9951.0, 9908.0, 9947.0, 9882.0, 9931.0, 9879.0, 9927.0, 9893.0, 9944.0, 9896.0, 9942.0, 9913.0, 9951.0, 9916.0, 9953.0, 9918.0, 9951.0, 9925.0, 9952.0, 9900.0, 9949.0, 9899.0, 9948.0, 9896.0, 9945.0, 9895.0, 9945.0, 9895.0, 9942.0, 9892.0, 9944.0, 9895.0, 9931.0, 9890.0, 9932.0, 9903.0, 9933.0, 9868.0, 9934.0, 9865.0, 9933.0, 9850.0, 9932.0, 9852.0, 9940.0, 9865.0, 9936.0, 9851.0, 9919.0, 9875.0, 9918.0, 9887.0, 9915.0, 9860.0, 9921.0, 9931.0, 9922.0, 9948.0, 9909.0, 9934.0, 9863.0, 9934.0, 9892.0, 9934.0, 9861.0, 9947.0, 9850.0, 9935.0, 9936.0, 9918.0, 9887.0, 9921.0, 9938.0, 9907.0, 9947.0, 9906.0, 9931.0, 9924.0, 9943.0, 9898.0, 9949.0, 9899.0, 9933.0, 9880.0, 9947.0, 9867.0, 9937.0, 9876.0, 9918.0, 9887.0, 9916.0, 9928.0, 9906.0, 9937.0, 9908.0, 9927.0, 9905.0, 9947.0, 9908.0, 9932.0, 9926.0, 9952.0, 9939.0, 9933.0, 9942.0, 9903.0, 9979.0, 9910.0, 9951.0, 9913.0, 9961.0, 9943.0, 9967.0, 9934.0, 9964.0, 9928.0, 9962.0, 9916.0, 9947.0, 9891.0, 9923.0, 9886.0, 9941.0, 9887.0, 9925.0, 9890.0, 9924.0, 9891.0, 9940.0, 9890.0, 9939.0, 9890.0, 9927.0, 9910.0, 9944.0, 9908.0, 9928.0, 9907.0, 9964.0, 9952.0, 9980.0, 9948.0, 9875.0, 9945.0, 9945.0, 9937.0, 9957.0, 9926.0, 9955.0, 9899.0, 9975.0, 9927.0, 9954.0, 9910.0, 9950.0, 9916.0, 9945.0, 9919.0, 9942.0, 9918.0, 9933.0, 9923.0, 9868.0, 9937.0, 9886.0, 9954.0, 9870.0, 9940.0, 9909.0, 9937.0, 9880.0, 9951.0, 9894.0, 9937.0, 9850.0, 9933.0, 9868.0, 9944.0, 9880.0, 9957.0, 9867.0, 9944.0, 9865.0, 9948.0, 9884.0, 9951.0, 9884.0, 9950.0, 9880.0, 9958.0, 9879.0, 9944.0, 9892.0, 9947.0, 9879.0, 9942.0, 9874.0, 9939.0, 9873.0, 9944.0, 9869.0, 9925.0, 9871.0, 9922.0, 9868.0, 9928.0, 9856.0, 9914.0, 9857.0, 9926.0, 9845.0, 9915.0, 9862.0, 9915.0, 9829.0, 9917.0, 9850.0, 9930.0, 9852.0, 9919.0, 9868.0, 9948.0, 9883.0, 9965.0, 9971.0, 10105.0, 10030.0, 9950.0, 9961.0, 9956.0, 9927.0, 9926.0, 9965.0, 9945.0, 9943.0, 9943.0, 9935.0, 9991.0, 10011.0, 10054.0, 10029.0, 9950.0, 10036.0, 10000.0, 10017.0, 9958.0, 10026.0, 9979.0, 10007.0, 10033.0, 9958.0, 9969.0, 9955.0, 9917.0, 9952.0, 9913.0, 9870.0, 9927.0, 9923.0, 9958.0, 9948.0, 9953.0, 9921.0, 9900.0, 9894.0, 9874.0, 9902.0, 9853.0, 9888.0, 9870.0, 9888.0, 9869.0, 9872.0, 9901.0, 9877.0, 9918.0, 9898.0, 9842.0, 9926.0, 9925.0, 9947.0, 9926.0, 9919.0, 9941.0, 9916.0, 9966.0, 9934.0, 9985.0, 9920.0, 9966.0, 9914.0, 9965.0, 9881.0, 9947.0, 9869.0, 9947.0, 9863.0, 9935.0, 9867.0, 9963.0, 9870.0, 9947.0, 9869.0, 9947.0, 9869.0, 9953.0, 9875.0, 9952.0, 9872.0, 9939.0, 9859.0, 9930.0, 9895.0, 9930.0, 9979.0, 9901.0, 9981.0, 9917.0, 9925.0, 9931.0, 9927.0, 9945.0, 9917.0, 9928.0, 9901.0, 9933.0, 9969.0, 9942.0, 9914.0, 9932.0, 9965.0, 9930.0, 9993.0, 9913.0, 9958.0, 9897.0, 9960.0, 9898.0, 9962.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.0026516104868913853</td></tr>
<tr><td colspan=3>aqi</td><td>0.046685793857677904</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.32399835544231</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1778359983058477</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9869296150974509</td></tr>
<tr><td colspan=3>efc</td><td>0.4729</td></tr>
<tr><td colspan=3>fber</td><td>5915.1152</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1308509725910259</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>192</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.382022471910112</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.737029471970647</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6880344813668096</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.979876201681488</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5431777328636427</td></tr>
<tr><td colspan=3>gcor</td><td>0.0122022</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0008053124183788896</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024520834907889366</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1335</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.672088100635761</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>20.3115</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.5411</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.8694</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299913.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>800.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>340.0235</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8499</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>589.553</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3674.9181</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3931.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76631.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1073.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4918.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1070.5011</td></tr>
<tr><td colspan=3>tsnr</td><td>29.295524762710556</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>