<?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-0078_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-0078_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-0078_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-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0078/figures/sub-0078_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-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078/ses-03/func/sub-0078_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>e721fabf920d9e30cf5c064fc0639c67</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>11:54:33.822500</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.999504, 0.0283799, -0.0136307, -0.0265221, 0.992277, 0.121176]</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.0819758</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>[4138, -7764, -7215, 737, -54, -169, -35, 104]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.869</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e219eb1c-103d-4e38-99a2-27d643bd4fdd||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.6815969944000244, -0.07115685939788818, -0.04580378532409668, 117.13214111328125], [-0.07614108920097351, 2.662205696105957, 0.32603806257247925, -107.58740234375], [-0.03657009080052376, -0.32510748505592346, 2.6798510551452637, -35.782562255859375], [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': ['115433.822500', '115434.282500', '115434.742500', '115435.202500', '115435.662500', '115436.122500', '115436.582500', '115437.042500', '115437.502500', '115437.962500', '115438.422500', '115438.882500', '115439.342500', '115439.802500', '115440.262500', '115440.722500', '115441.182500', '115441.642500', '115442.102500', '115442.562500', '115443.022500', '115443.482500', '115443.942500', '115444.402500', '115444.862500', '115445.322500', '115445.782500', '115446.242500', '115446.702500', '115447.162500', '115447.622500', '115448.082500', '115448.542500', '115449.002500', '115449.462500', '115449.922500', '115450.382500', '115450.842500', '115451.302500', '115451.762500', '115452.222500', '115452.682500', '115453.142500', '115453.602500', '115454.062500', '115454.522500', '115454.982500', '115455.442500', '115455.902500', '115456.362500', '115456.822500', '115457.282500', '115457.742500', '115458.202500', '115458.662500', '115459.122500', '115459.582500', '115500.042500', '115500.502500', '115500.962500', '115501.422500', '115501.882500', '115502.342500', '115502.802500', '115503.262500', '115503.722500', '115504.182500', '115504.642500', '115505.102500', '115505.562500', '115506.022500', '115506.482500', '115506.942500', '115507.402500', '115507.862500', '115508.322500', '115508.782500', '115509.242500', '115509.702500', '115510.162500', '115510.622500', '115511.082500', '115511.542500', '115512.002500', '115512.462500', '115512.922500', '115513.382500', '115513.842500', '115514.302500', '115514.762500', '115515.222500', '115515.682500', '115516.142500', '115516.602500', '115517.062500', '115517.522500', '115517.982500', '115518.442500', '115518.902500', '115519.362500', '115519.822500', '115520.282500', '115520.742500', '115521.202500', '115521.662500', '115522.122500', '115522.582500', '115523.042500', '115523.502500', '115523.962500', '115524.422500', '115524.882500', '115525.342500', '115525.802500', '115526.262500', '115526.722500', '115527.182500', '115527.642500', '115528.102500', '115528.562500', '115529.022500', '115529.482500', '115529.942500', '115530.402500', '115530.862500', '115531.322500', '115531.782500', '115532.242500', '115532.702500', '115533.162500', '115533.622500', '115534.082500', '115534.542500', '115535.002500', '115535.462500', '115535.922500', '115536.382500', '115536.842500', '115537.302500', '115537.762500', '115538.222500', '115538.682500', '115539.142500', '115539.602500', '115540.062500', '115540.522500', '115540.982500', '115541.442500', '115541.902500', '115542.362500', '115542.822500', '115543.282500', '115543.742500', '115544.202500', '115544.662500', '115545.122500', '115545.582500', '115546.042500', '115546.502500', '115546.962500', '115547.422500', '115547.882500', '115548.342500', '115548.802500', '115549.262500', '115549.722500', '115550.182500', '115550.642500', '115551.102500', '115551.562500', '115552.022500', '115552.482500', '115552.942500', '115553.402500', '115553.862500', '115554.322500', '115554.782500', '115555.242500', '115555.702500', '115556.162500', '115556.622500', '115557.082500', '115557.542500', '115558.002500', '115558.462500', '115558.922500', '115559.382500', '115559.842500', '115600.302500', '115600.762500', '115601.222500', '115601.682500', '115602.142500', '115602.602500', '115603.062500', '115603.522500', '115603.982500', '115604.442500', '115604.902500', '115605.362500', '115605.822500', '115606.282500', '115606.742500', '115607.202500', '115607.662500', '115608.122500', '115608.582500', '115609.042500', '115609.502500', '115609.962500', '115610.422500', '115610.882500', '115611.342500', '115611.802500', '115612.262500', '115612.722500', '115613.182500', '115613.642500', '115614.102500', '115614.562500', '115615.022500', '115615.482500', '115615.942500', '115616.402500', '115616.862500', '115617.322500', '115617.782500', '115618.242500', '115618.702500', '115619.162500', '115619.622500', '115620.082500', '115620.542500', '115621.002500', '115621.462500', '115621.922500', '115622.382500', '115622.842500', '115623.302500', '115623.762500', '115624.222500', '115624.682500', '115625.142500', '115625.602500', '115626.062500', '115626.522500', '115626.982500', '115627.442500', '115627.902500', '115628.362500', '115628.822500', '115629.282500', '115629.742500', '115630.202500', '115630.662500', '115631.122500', '115631.582500', '115632.042500', '115632.502500', '115632.962500', '115633.422500', '115633.882500', '115634.342500', '115634.802500', '115635.262500', '115635.722500', '115636.182500', '115636.642500', '115637.102500', '115637.562500', '115638.022500', '115638.482500', '115638.942500', '115639.402500', '115639.862500', '115640.322500', '115640.782500', '115641.242500', '115641.702500', '115642.162500', '115642.622500', '115643.082500', '115643.542500', '115644.002500', '115644.462500', '115644.922500', '115645.382500', '115645.842500', '115646.302500', '115646.762500', '115647.222500', '115647.682500', '115648.142500', '115648.602500', '115649.062500', '115649.522500', '115649.982500', '115650.442500', '115650.902500', '115651.362500', '115651.822500', '115652.282500', '115652.742500', '115653.202500', '115653.662500', '115654.122500', '115654.582500', '115655.042500', '115655.502500', '115655.962500', '115656.422500', '115656.882500', '115657.342500', '115657.802500', '115658.262500', '115658.722500', '115659.182500', '115659.642500', '115700.102500', '115700.562500', '115701.022500', '115701.482500', '115701.942500', '115702.402500', '115702.862500', '115703.322500', '115703.782500', '115704.242500', '115704.702500', '115705.162500', '115705.622500', '115706.082500', '115706.542500', '115707.002500', '115707.462500', '115707.922500', '115708.382500', '115708.842500', '115709.302500', '115709.762500', '115710.222500', '115710.682500', '115711.142500', '115711.602500', '115712.062500', '115712.522500', '115712.982500', '115713.442500', '115713.902500', '115714.362500', '115714.822500', '115715.282500', '115715.742500', '115716.202500', '115716.662500', '115717.122500', '115717.582500', '115718.042500', '115718.502500', '115718.962500', '115719.422500', '115719.882500', '115720.342500', '115720.802500', '115721.262500', '115721.722500', '115722.182500', '115722.642500', '115723.102500', '115723.562500', '115724.022500', '115724.482500', '115724.942500', '115725.402500', '115725.862500', '115726.322500', '115726.782500', '115727.242500', '115727.702500', '115728.162500', '115728.622500', '115729.082500', '115729.542500', '115730.002500', '115730.462500', '115730.922500', '115731.382500', '115731.842500', '115732.302500', '115732.762500', '115733.222500', '115733.682500', '115734.142500', '115734.602500', '115735.062500', '115735.522500', '115735.982500', '115736.442500', '115736.902500', '115737.362500', '115737.822500', '115738.282500', '115738.742500', '115739.202500', '115739.662500', '115740.122500', '115740.582500', '115741.042500', '115741.502500', '115741.962500', '115742.422500', '115742.882500', '115743.342500', '115743.802500', '115744.262500', '115744.722500', '115745.182500', '115745.642500', '115746.102500', '115746.562500', '115747.022500', '115747.482500', '115747.942500', '115748.402500', '115748.862500', '115749.322500', '115749.782500', '115750.242500', '115750.702500', '115751.162500', '115751.622500', '115752.082500', '115752.542500', '115753.002500', '115753.462500', '115753.922500', '115754.382500', '115754.842500', '115755.302500', '115755.762500', '115756.222500', '115756.682500', '115757.142500', '115757.602500', '115758.062500', '115758.522500', '115758.982500', '115759.442500', '115759.902500', '115800.362500', '115800.822500', '115801.282500', '115801.742500', '115802.202500', '115802.662500', '115803.122500', '115803.582500', '115804.042500', '115804.502500', '115804.962500', '115805.422500', '115805.882500', '115806.342500', '115806.802500', '115807.262500', '115807.722500', '115808.182500', '115808.642500', '115809.102500', '115809.562500', '115810.022500', '115810.482500', '115810.942500', '115811.402500', '115811.862500', '115812.322500', '115812.782500', '115813.242500', '115813.702500', '115814.162500', '115814.622500', '115815.082500', '115815.542500', '115816.002500', '115816.462500', '115816.922500', '115817.382500', '115817.842500', '115818.302500', '115818.762500', '115819.222500', '115819.682500', '115820.142500', '115820.602500', '115821.062500', '115821.522500', '115821.982500', '115822.442500', '115822.902500', '115823.362500', '115823.822500', '115824.282500', '115824.742500', '115825.202500', '115825.662500', '115826.122500', '115826.582500', '115827.042500', '115827.502500', '115827.962500', '115828.422500', '115828.882500', '115829.342500', '115829.802500', '115830.262500', '115830.722500', '115831.182500', '115831.642500', '115832.102500', '115832.562500', '115833.022500', '115833.482500', '115833.942500', '115834.402500', '115834.862500', '115835.322500', '115835.782500', '115836.242500', '115836.702500', '115837.162500', '115837.622500', '115838.082500', '115838.542500', '115839.002500', '115839.462500', '115839.922500', '115840.382500', '115840.842500', '115841.302500', '115841.762500', '115842.222500', '115842.682500', '115843.142500', '115843.602500', '115844.062500', '115844.522500', '115844.982500', '115845.442500', '115845.902500', '115846.362500', '115846.822500', '115847.282500', '115847.742500', '115848.202500', '115848.662500', '115849.122500', '115849.582500', '115850.042500', '115850.502500', '115850.962500', '115851.422500', '115851.882500', '115852.342500', '115852.802500', '115853.262500', '115853.722500', '115854.182500', '115854.642500', '115855.102500', '115855.562500', '115856.022500', '115856.482500', '115856.942500', '115857.402500', '115857.862500', '115858.322500', '115858.782500', '115859.242500', '115859.702500', '115900.162500', '115900.622500', '115901.082500', '115901.542500', '115902.002500', '115902.462500', '115902.922500', '115903.382500', '115903.842500', '115904.302500', '115904.762500', '115905.222500', '115905.682500', '115906.142500', '115906.602500', '115907.062500', '115907.522500', '115907.982500', '115908.442500', '115908.902500', '115909.362500', '115909.822500', '115910.282500', '115910.742500', '115911.202500', '115911.662500', '115912.122500', '115912.582500', '115913.042500', '115913.502500', '115913.962500', '115914.422500', '115914.882500', '115915.342500', '115915.802500', '115916.262500', '115916.722500', '115917.182500', '115917.642500', '115918.102500', '115918.562500', '115919.022500', '115919.482500', '115919.942500', '115920.402500', '115920.862500', '115921.322500', '115921.782500', '115922.242500', '115922.702500', '115923.162500', '115923.622500', '115924.082500', '115924.542500', '115925.002500', '115925.462500', '115925.922500', '115926.382500', '115926.842500', '115927.302500', '115927.762500', '115928.222500', '115928.682500', '115929.142500', '115929.602500', '115930.062500', '115930.522500', '115930.982500', '115931.442500', '115931.902500', '115932.362500', '115932.822500', '115933.282500', '115933.742500', '115934.202500', '115934.662500', '115935.122500', '115935.582500', '115936.042500', '115936.502500', '115936.962500', '115937.422500', '115937.882500', '115938.342500', '115938.802500', '115939.262500', '115939.722500', '115940.182500', '115940.642500', '115941.102500', '115941.562500', '115942.022500', '115942.482500', '115942.942500', '115943.402500', '115943.862500', '115944.322500', '115944.782500', '115945.242500', '115945.702500', '115946.162500', '115946.622500', '115947.082500', '115947.542500', '115948.002500', '115948.462500', '115948.922500', '115949.382500', '115949.842500', '115950.302500', '115950.762500', '115951.222500', '115951.682500', '115952.142500', '115952.602500', '115953.062500', '115953.522500', '115953.982500', '115954.442500', '115954.902500', '115955.362500', '115955.822500', '115956.282500', '115956.742500', '115957.202500', '115957.662500', '115958.122500', '115958.582500', '115959.042500', '115959.502500', '115959.962500', '120000.422500', '120000.882500', '120001.342500', '120001.802500', '120002.262500', '120002.722500', '120003.182500', '120003.642500', '120004.102500', '120004.562500', '120005.022500', '120005.482500', '120005.942500', '120006.402500', '120006.862500', '120007.322500', '120007.782500', '120008.242500', '120008.702500', '120009.162500', '120009.622500', '120010.082500', '120010.542500', '120011.002500', '120011.462500', '120011.922500', '120012.382500', '120012.842500', '120013.302500', '120013.762500', '120014.222500', '120014.682500', '120015.142500', '120015.602500', '120016.062500', '120016.522500', '120016.982500', '120017.442500', '120017.902500', '120018.362500', '120018.822500', '120019.282500', '120019.742500', '120020.202500', '120020.662500', '120021.122500', '120021.582500', '120022.042500', '120022.502500', '120022.962500', '120023.422500', '120023.882500', '120024.342500', '120024.802500', '120025.262500', '120025.722500', '120026.182500', '120026.642500', '120027.102500', '120027.562500', '120028.022500', '120028.482500', '120028.942500', '120029.402500', '120029.862500', '120030.322500', '120030.782500', '120031.242500', '120031.702500', '120032.162500', '120032.622500', '120033.082500', '120033.542500', '120034.002500', '120034.462500', '120034.922500', '120035.382500', '120035.842500', '120036.302500', '120036.762500', '120037.222500', '120037.682500', '120038.142500', '120038.602500', '120039.062500', '120039.522500', '120039.982500', '120040.442500', '120040.902500', '120041.362500', '120041.822500', '120042.282500', '120042.742500', '120043.202500', '120043.662500', '120044.122500', '120044.582500', '120045.042500', '120045.502500', '120045.962500', '120046.422500', '120046.882500', '120047.342500', '120047.802500', '120048.262500', '120048.722500', '120049.182500', '120049.642500', '120050.102500', '120050.562500', '120051.022500', '120051.482500', '120051.942500', '120052.402500', '120052.862500', '120053.322500', '120053.782500', '120054.242500', '120054.702500', '120055.162500', '120055.622500', '120056.082500', '120056.542500', '120057.002500', '120057.462500', '120057.922500', '120058.382500', '120058.842500', '120059.302500', '120059.762500', '120100.222500', '120100.682500', '120101.142500', '120101.602500', '120102.062500', '120102.522500', '120102.982500', '120103.442500', '120103.902500', '120104.362500', '120104.822500', '120105.282500', '120105.742500', '120106.202500', '120106.662500', '120107.122500', '120107.582500', '120108.042500', '120108.502500', '120108.962500', '120109.422500', '120109.882500', '120110.342500', '120110.802500', '120111.262500', '120111.722500', '120112.182500', '120112.642500', '120113.102500', '120113.562500', '120114.022500', '120114.482500', '120114.942500', '120115.402500', '120115.862500', '120116.322500', '120116.782500', '120117.242500', '120117.702500', '120118.162500', '120118.622500', '120119.082500', '120119.542500', '120120.002500', '120120.462500', '120120.922500', '120121.382500', '120121.842500', '120122.302500', '120122.762500', '120123.222500', '120123.682500', '120124.142500', '120124.602500', '120125.062500', '120125.522500', '120125.982500', '120126.442500', '120126.902500', '120127.362500', '120127.822500', '120128.282500', '120128.742500', '120129.202500', '120129.662500', '120130.122500', '120130.582500', '120131.042500', '120131.502500', '120131.962500', '120132.422500', '120132.882500', '120133.342500', '120133.802500', '120134.262500', '120134.722500', '120135.182500', '120135.642500', '120136.102500', '120136.562500', '120137.022500', '120137.482500', '120137.942500', '120138.402500', '120138.862500', '120139.322500', '120139.782500', '120140.242500', '120140.702500', '120141.162500', '120141.622500', '120142.082500', '120142.542500', '120143.002500', '120143.462500', '120143.922500', '120144.382500', '120144.842500', '120145.302500', '120145.762500', '120146.222500', '120146.682500', '120147.142500', '120147.602500', '120148.062500', '120148.522500', '120148.982500', '120149.442500', '120149.902500', '120150.362500', '120150.822500', '120151.282500', '120151.742500', '120152.202500', '120152.662500', '120153.122500', '120153.582500', '120154.042500', '120154.502500', '120154.962500', '120155.422500', '120155.882500', '120156.342500', '120156.802500', '120157.262500', '120157.722500', '120158.182500', '120158.642500', '120159.102500', '120159.562500', '120200.022500', '120200.482500', '120200.942500', '120201.402500', '120201.862500', '120202.322500', '120202.782500', '120203.242500', '120203.702500', '120204.162500', '120204.622500', '120205.082500', '120205.542500', '120206.002500', '120206.462500', '120206.922500', '120207.382500', '120207.842500', '120208.302500', '120208.762500', '120209.222500', '120209.682500', '120210.142500', '120210.602500', '120211.062500', '120211.522500', '120211.982500', '120212.442500', '120212.902500', '120213.362500', '120213.822500', '120214.282500', '120214.742500', '120215.202500', '120215.662500', '120216.122500', '120216.582500', '120217.042500', '120217.502500', '120217.962500', '120218.422500', '120218.882500', '120219.342500', '120219.802500', '120220.262500', '120220.722500', '120221.182500', '120221.642500', '120222.102500', '120222.562500', '120223.022500', '120223.482500', '120223.942500', '120224.402500', '120224.862500', '120225.322500', '120225.782500', '120226.242500', '120226.702500', '120227.162500', '120227.622500', '120228.082500', '120228.542500', '120229.002500', '120229.462500', '120229.922500', '120230.382500', '120230.842500', '120231.302500', '120231.762500', '120232.222500', '120232.682500', '120233.142500', '120233.602500', '120234.062500', '120234.522500', '120234.982500', '120235.442500', '120235.902500', '120236.362500', '120236.822500', '120237.282500', '120237.742500', '120238.202500', '120238.662500', '120239.122500', '120239.582500', '120240.042500', '120240.502500', '120240.962500', '120241.422500', '120241.882500', '120242.342500', '120242.802500', '120243.262500', '120243.722500', '120244.182500', '120244.642500', '120245.102500', '120245.562500', '120246.022500', '120246.482500', '120246.942500', '120247.402500', '120247.862500', '120248.322500', '120248.782500', '120249.242500', '120249.702500', '120250.162500', '120250.622500', '120251.082500', '120251.542500', '120252.002500', '120252.462500', '120252.922500', '120253.382500', '120253.842500', '120254.302500', '120254.762500', '120255.222500', '120255.682500', '120256.142500', '120256.602500', '120257.062500', '120257.522500', '120257.982500', '120258.442500', '120258.902500', '120259.362500', '120259.822500', '120300.282500', '120300.742500', '120301.202500', '120301.662500', '120302.122500', '120302.582500', '120303.042500', '120303.502500', '120303.962500', '120304.422500', '120304.882500', '120305.342500', '120305.802500', '120306.262500', '120306.722500', '120307.182500', '120307.642500', '120308.102500', '120308.562500', '120309.022500', '120309.482500', '120309.942500', '120310.402500', '120310.862500', '120311.322500', '120311.782500', '120312.242500', '120312.702500', '120313.162500', '120313.622500', '120314.082500', '120314.542500', '120315.002500', '120315.462500', '120315.922500', '120316.382500', '120316.842500', '120317.302500', '120317.762500', '120318.222500', '120318.682500', '120319.142500', '120319.602500', '120320.062500', '120320.522500', '120320.982500', '120321.442500', '120321.902500', '120322.362500', '120322.822500', '120323.282500', '120323.742500', '120324.202500', '120324.662500', '120325.122500', '120325.582500', '120326.042500', '120326.502500', '120326.962500', '120327.422500', '120327.882500', '120328.342500', '120328.802500', '120329.262500', '120329.722500', '120330.182500', '120330.642500', '120331.102500', '120331.562500', '120332.022500', '120332.482500', '120332.942500', '120333.402500', '120333.862500', '120334.322500', '120334.782500', '120335.242500', '120335.702500', '120336.162500', '120336.622500', '120337.082500', '120337.542500', '120338.002500', '120338.462500', '120338.922500', '120339.382500', '120339.842500', '120340.302500', '120340.762500', '120341.222500', '120341.682500', '120342.142500', '120342.602500', '120343.062500', '120343.522500', '120343.982500', '120344.442500', '120344.902500', '120345.362500', '120345.822500', '120346.282500', '120346.742500', '120347.202500', '120347.662500', '120348.122500', '120348.582500', '120349.042500', '120349.502500', '120349.962500', '120350.422500', '120350.882500', '120351.342500', '120351.802500', '120352.262500', '120352.722500', '120353.182500', '120353.642500', '120354.102500', '120354.562500', '120355.022500', '120355.482500', '120355.942500', '120356.402500', '120356.862500', '120357.322500', '120357.782500', '120358.242500', '120358.702500', '120359.162500', '120359.622500', '120400.082500', '120400.542500', '120401.002500', '120401.462500', '120401.922500', '120402.382500', '120402.842500', '120403.302500', '120403.762500', '120404.222500', '120404.682500', '120405.142500', '120405.602500', '120406.062500', '120406.522500', '120406.982500', '120407.442500', '120407.902500', '120408.362500', '120408.822500', '120409.282500', '120409.742500', '120410.202500', '120410.662500', '120411.122500', '120411.582500', '120412.042500', '120412.502500', '120412.962500', '120413.422500', '120413.882500', '120414.342500', '120414.802500', '120415.262500', '120415.722500', '120416.182500', '120416.642500', '120417.102500', '120417.562500', '120418.022500', '120418.482500', '120418.942500', '120419.402500', '120419.862500', '120420.322500', '120420.782500', '120421.242500', '120421.702500', '120422.162500', '120422.622500', '120423.082500', '120423.542500', '120424.002500', '120424.462500', '120424.922500', '120425.382500', '120425.842500', '120426.302500', '120426.762500', '120427.222500', '120427.682500', '120428.142500', '120428.602500', '120429.062500', '120429.522500', '120429.982500', '120430.442500', '120430.902500', '120431.362500', '120431.822500', '120432.282500', '120432.742500', '120433.202500', '120433.662500', '120434.122500', '120434.582500', '120435.042500', '120435.502500', '120435.962500', '120436.422500', '120436.882500', '120437.342500', '120437.802500', '120438.262500', '120438.722500', '120439.182500', '120439.642500', '120440.102500', '120440.562500', '120441.022500', '120441.482500', '120441.942500', '120442.402500', '120442.862500', '120443.322500', '120443.782500', '120444.242500', '120444.702500', '120445.162500', '120445.622500', '120446.082500', '120446.542500', '120447.002500', '120447.462500'], 'ContentTime': ['115456.732000', '115456.735000', '115456.738000', '115456.741000', '115456.743000', '115456.746000', '115456.749000', '115456.751000', '115456.756000', '115456.758000', '115456.761000', '115456.763000', '115456.766000', '115456.769000', '115456.771000', '115456.774000', '115456.777000', '115456.779000', '115456.782000', '115456.784000', '115456.787000', '115456.789000', '115456.792000', '115456.794000', '115456.797000', '115456.799000', '115456.802000', '115456.805000', '115456.807000', '115456.810000', '115456.812000', '115456.815000', '115456.817000', '115456.820000', '115456.822000', '115456.825000', '115456.827000', '115456.830000', '115456.833000', '115456.835000', '115456.838000', '115456.847000', '115456.850000', '115456.859000', '115456.862000', '115456.864000', '115456.867000', '115456.869000', '115516.705000', '115516.707000', '115516.710000', '115516.713000', '115516.715000', '115516.718000', '115516.721000', '115516.723000', '115516.726000', '115516.729000', '115516.731000', '115516.734000', '115516.736000', '115516.739000', '115516.742000', '115516.744000', '115516.747000', '115516.749000', '115516.752000', '115516.755000', '115516.757000', '115516.760000', '115516.763000', '115516.765000', '115516.768000', '115516.770000', '115516.773000', '115516.776000', '115516.778000', '115516.781000', '115516.783000', '115516.786000', '115516.789000', '115516.791000', '115516.794000', '115516.796000', '115516.799000', '115516.802000', '115516.804000', '115516.807000', '115516.817000', '115516.819000', '115516.822000', '115536.705000', '115536.708000', '115536.711000', '115536.715000', '115536.717000', '115536.720000', '115536.723000', '115536.725000', '115536.728000', '115536.731000', '115536.733000', '115536.736000', '115536.739000', '115536.741000', '115536.744000', '115536.746000', '115536.749000', '115536.752000', '115536.754000', '115536.757000', '115536.760000', '115536.762000', '115536.765000', '115536.767000', '115536.770000', '115536.773000', '115536.775000', '115536.778000', '115536.783000', '115536.786000', '115536.788000', '115536.791000', '115536.794000', '115536.796000', '115536.799000', '115536.802000', '115536.804000', '115536.807000', '115536.809000', '115536.812000', '115536.815000', '115536.817000', '115536.820000', '115556.704000', '115556.707000', '115556.710000', '115556.712000', '115556.715000', '115556.718000', '115556.720000', '115556.723000', '115556.725000', '115556.728000', '115556.731000', '115556.733000', '115556.736000', '115556.738000', '115556.741000', '115556.744000', '115556.746000', '115556.749000', '115556.756000', '115556.758000', '115556.761000', '115556.764000', '115556.766000', '115556.769000', '115556.771000', '115556.774000', '115556.777000', '115556.779000', '115556.782000', '115556.784000', '115556.787000', '115556.790000', '115556.792000', '115556.795000', '115556.797000', '115556.800000', '115556.803000', '115556.805000', '115556.808000', '115556.810000', '115556.813000', '115556.816000', '115556.818000', '115556.821000', '115616.705000', '115616.708000', '115616.710000', '115616.713000', '115616.716000', '115616.718000', '115616.721000', '115616.724000', '115616.726000', '115616.729000', '115616.731000', '115616.734000', '115616.737000', '115616.739000', '115616.742000', '115616.745000', '115616.747000', '115616.750000', '115616.754000', '115616.758000', '115616.761000', '115616.770000', '115616.772000', '115616.775000', '115616.778000', '115616.780000', '115616.783000', '115616.786000', '115616.788000', '115616.791000', '115616.793000', '115616.796000', '115616.799000', '115616.801000', '115616.804000', '115616.807000', '115616.809000', '115616.812000', '115616.815000', '115616.817000', '115616.820000', '115616.823000', '115616.825000', '115636.704000', '115636.707000', '115636.710000', '115636.712000', '115636.715000', '115636.718000', '115636.721000', '115636.723000', '115636.726000', '115636.729000', '115636.731000', '115636.734000', '115636.737000', '115636.739000', '115636.742000', '115636.745000', '115636.747000', '115636.750000', '115636.753000', '115636.755000', '115636.758000', '115636.761000', '115636.763000', '115636.766000', '115636.769000', '115636.771000', '115636.774000', '115636.776000', '115636.779000', '115636.782000', '115636.784000', '115636.787000', '115636.795000', '115636.805000', '115636.807000', '115636.810000', '115636.813000', '115636.815000', '115636.818000', '115636.820000', '115636.823000', '115636.826000', '115636.828000', '115636.831000', '115656.704000', '115656.706000', '115656.709000', '115656.712000', '115656.715000', '115656.717000', '115656.720000', '115656.723000', '115656.726000', '115656.729000', '115656.732000', '115656.734000', '115656.737000', '115656.740000', '115656.742000', '115656.745000', '115656.748000', '115656.751000', '115656.753000', '115656.756000', '115656.758000', '115656.761000', '115656.764000', '115656.766000', '115656.769000', '115656.772000', '115656.774000', '115656.777000', '115656.780000', '115656.782000', '115656.785000', '115656.787000', '115656.790000', '115656.793000', '115656.795000', '115656.798000', '115656.801000', '115656.803000', '115656.806000', '115656.808000', '115656.811000', '115656.813000', '115656.816000', '115716.704000', '115716.706000', '115716.709000', '115716.712000', '115716.715000', '115716.717000', '115716.720000', '115716.723000', '115716.725000', '115716.728000', '115716.730000', '115716.733000', '115716.736000', '115716.739000', '115716.741000', '115716.744000', '115716.746000', '115716.749000', '115716.752000', '115716.754000', '115716.757000', '115716.766000', '115716.769000', '115716.772000', '115716.774000', '115716.777000', '115716.779000', '115716.782000', '115716.785000', '115716.787000', '115716.790000', '115716.793000', '115716.795000', '115716.798000', '115716.801000', '115716.803000', '115716.806000', '115716.808000', '115716.811000', '115716.813000', '115716.816000', '115716.818000', '115716.821000', '115716.824000', '115736.705000', '115736.708000', '115736.710000', '115736.713000', '115736.715000', '115736.718000', '115736.721000', '115736.724000', '115736.726000', '115736.729000', '115736.732000', '115736.734000', '115736.737000', '115736.740000', '115736.743000', '115736.745000', '115736.748000', '115736.750000', '115736.753000', '115736.756000', '115736.758000', '115736.761000', '115736.764000', '115736.766000', '115736.769000', '115736.772000', '115736.774000', '115736.777000', '115736.780000', '115736.782000', '115736.785000', '115736.788000', '115736.791000', '115736.794000', '115736.797000', '115736.800000', '115736.802000', '115736.805000', '115736.808000', '115736.810000', '115736.813000', '115736.815000', '115736.818000', '115756.705000', '115756.708000', '115756.711000', '115756.713000', '115756.716000', '115756.719000', '115756.721000', '115756.724000', '115756.727000', '115756.729000', '115756.732000', '115756.734000', '115756.737000', '115756.740000', '115756.747000', '115756.750000', '115756.752000', '115756.755000', '115756.758000', '115756.760000', '115756.763000', '115756.766000', '115756.768000', '115756.771000', '115756.774000', '115756.776000', '115756.779000', '115756.781000', '115756.784000', '115756.787000', '115756.789000', '115756.792000', '115756.795000', '115756.797000', '115756.800000', '115756.803000', '115756.805000', '115756.808000', '115756.811000', '115756.813000', '115756.816000', '115756.818000', '115756.821000', '115756.824000', '115816.704000', '115816.707000', '115816.710000', '115816.712000', '115816.715000', '115816.718000', '115816.720000', '115816.723000', '115816.726000', '115816.728000', '115816.731000', '115816.734000', '115816.736000', '115816.739000', '115816.742000', '115816.744000', '115816.747000', '115816.750000', '115816.752000', '115816.755000', '115816.757000', '115816.760000', '115816.763000', '115816.765000', '115816.769000', '115816.771000', '115816.774000', '115816.777000', '115816.785000', '115816.788000', '115816.791000', '115816.793000', '115816.796000', '115816.798000', '115816.801000', '115816.804000', '115816.806000', '115816.809000', '115816.812000', '115816.814000', '115816.817000', '115816.819000', '115816.825000', '115836.704000', '115836.708000', '115836.711000', '115836.713000', '115836.716000', '115836.719000', '115836.721000', '115836.724000', '115836.727000', '115836.729000', '115836.732000', '115836.734000', '115836.737000', '115836.740000', '115836.742000', '115836.745000', '115836.748000', '115836.750000', '115836.753000', '115836.756000', '115836.758000', '115836.761000', '115836.763000', '115836.766000', '115836.769000', '115836.771000', '115836.774000', '115836.776000', '115836.779000', '115836.782000', '115836.784000', '115836.787000', '115836.789000', '115836.792000', '115836.795000', '115836.797000', '115836.800000', '115836.803000', '115836.805000', '115836.808000', '115836.810000', '115836.813000', '115836.816000', '115836.818000', '115856.705000', '115856.707000', '115856.710000', '115856.713000', '115856.716000', '115856.718000', '115856.721000', '115856.724000', '115856.726000', '115856.729000', '115856.731000', '115856.734000', '115856.736000', '115856.739000', '115856.742000', '115856.744000', '115856.747000', '115856.749000', '115856.752000', '115856.755000', '115856.757000', '115856.760000', '115856.762000', '115856.766000', '115856.769000', '115856.772000', '115856.776000', '115856.779000', '115856.781000', '115856.784000', '115856.787000', '115856.789000', '115856.792000', '115856.795000', '115856.797000', '115856.800000', '115856.802000', '115856.805000', '115856.808000', '115856.810000', '115856.813000', '115856.816000', '115856.818000', '115916.703000', '115916.706000', '115916.709000', '115916.711000', '115916.714000', '115916.717000', '115916.719000', '115916.722000', '115916.725000', '115916.727000', '115916.730000', '115916.732000', '115916.735000', '115916.738000', '115916.741000', '115916.743000', '115916.746000', '115916.748000', '115916.751000', '115916.754000', '115916.756000', '115916.759000', '115916.761000', '115916.764000', '115916.767000', '115916.769000', '115916.772000', '115916.775000', '115916.777000', '115916.780000', '115916.782000', '115916.785000', '115916.788000', '115916.790000', '115916.793000', '115916.796000', '115916.798000', '115916.801000', '115916.803000', '115916.806000', '115916.809000', '115916.811000', '115916.814000', '115916.816000', '115936.703000', '115936.706000', '115936.709000', '115936.712000', '115936.714000', '115936.717000', '115936.720000', '115936.722000', '115936.725000', '115936.728000', '115936.730000', '115936.733000', '115936.735000', '115936.738000', '115936.741000', '115936.743000', '115936.746000', '115936.749000', '115936.751000', '115936.754000', '115936.756000', '115936.759000', '115936.762000', '115936.764000', '115936.767000', '115936.770000', '115936.772000', '115936.775000', '115936.778000', '115936.780000', '115936.783000', '115936.786000', '115936.788000', '115936.791000', '115936.794000', '115936.797000', '115936.799000', '115936.802000', '115936.804000', '115936.807000', '115936.810000', '115936.812000', '115936.815000', '115956.705000', '115956.707000', '115956.710000', '115956.713000', '115956.715000', '115956.718000', '115956.721000', '115956.723000', '115956.726000', '115956.729000', '115956.735000', '115956.738000', '115956.740000', '115956.743000', '115956.745000', '115956.748000', '115956.751000', '115956.753000', '115956.756000', '115956.759000', '115956.761000', '115956.764000', '115956.767000', '115956.769000', '115956.772000', '115956.775000', '115956.777000', '115956.780000', '115956.782000', '115956.785000', '115956.788000', '115956.790000', '115956.793000', '115956.796000', '115956.798000', '115956.801000', '115956.803000', '115956.806000', '115956.809000', '115956.811000', '115956.814000', '115956.817000', '115956.819000', '115956.822000', '120016.704000', '120016.707000', '120016.710000', '120016.713000', '120016.715000', '120016.718000', '120016.721000', '120016.723000', '120016.726000', '120016.729000', '120016.731000', '120016.734000', '120016.736000', '120016.739000', '120016.742000', '120016.744000', '120016.747000', '120016.750000', '120016.752000', '120016.755000', '120016.757000', '120016.760000', '120016.762000', '120016.765000', '120016.768000', '120016.770000', '120016.773000', '120016.776000', '120016.778000', '120016.781000', '120016.784000', '120016.786000', '120016.789000', '120016.791000', '120016.794000', '120016.797000', '120016.799000', '120016.802000', '120016.804000', '120016.807000', '120016.809000', '120016.812000', '120016.815000', '120036.704000', '120036.707000', '120036.710000', '120036.712000', '120036.715000', '120036.718000', '120036.720000', '120036.723000', '120036.726000', '120036.728000', '120036.731000', '120036.733000', '120036.736000', '120036.739000', '120036.741000', '120036.744000', '120036.746000', '120036.749000', '120036.752000', '120036.754000', '120036.757000', '120036.759000', '120036.762000', '120036.765000', '120036.767000', '120036.770000', '120036.772000', '120036.775000', '120036.778000', '120036.780000', '120036.783000', '120036.786000', '120036.788000', '120036.791000', '120036.793000', '120036.796000', '120036.799000', '120036.801000', '120036.804000', '120036.807000', '120036.809000', '120036.812000', '120036.814000', '120036.817000', '120056.705000', '120056.707000', '120056.710000', '120056.713000', '120056.715000', '120056.718000', '120056.721000', '120056.723000', '120056.726000', '120056.729000', '120056.731000', '120056.734000', '120056.737000', '120056.739000', '120056.742000', '120056.744000', '120056.747000', '120056.750000', '120056.752000', '120056.755000', '120056.757000', '120056.760000', '120056.763000', '120056.765000', '120056.768000', '120056.771000', '120056.773000', '120056.776000', '120056.778000', '120056.781000', '120056.784000', '120056.786000', '120056.789000', '120056.791000', '120056.794000', '120056.797000', '120056.799000', '120056.802000', '120056.805000', '120056.807000', '120056.810000', '120056.813000', '120056.815000', '120116.704000', '120116.707000', '120116.709000', '120116.712000', '120116.715000', '120116.718000', '120116.720000', '120116.752000', '120116.755000', '120116.757000', '120116.760000', '120116.762000', '120116.765000', '120116.768000', '120116.770000', '120116.773000', '120116.776000', '120116.778000', '120116.781000', '120116.783000', '120116.786000', '120116.789000', '120116.791000', '120116.794000', '120116.797000', '120116.799000', '120116.802000', '120116.804000', '120116.807000', '120116.810000', '120116.812000', '120116.815000', '120116.818000', '120116.820000', '120116.823000', '120116.826000', '120116.828000', '120116.831000', '120116.833000', '120116.836000', '120116.839000', '120116.841000', '120116.844000', '120116.847000', '120136.704000', '120136.706000', '120136.709000', '120136.712000', '120136.715000', '120136.717000', '120136.720000', '120136.723000', '120136.725000', '120136.728000', '120136.731000', '120136.733000', '120136.736000', '120136.738000', '120136.741000', '120136.744000', '120136.746000', '120136.749000', '120136.752000', '120136.754000', '120136.757000', '120136.760000', '120136.762000', '120136.765000', '120136.768000', '120136.770000', '120136.773000', '120136.775000', '120136.778000', '120136.781000', '120136.783000', '120136.786000', '120136.789000', '120136.791000', '120136.794000', '120136.797000', '120136.799000', '120136.802000', '120136.805000', '120136.807000', '120136.810000', '120136.813000', '120136.815000', '120156.704000', '120156.706000', '120156.709000', '120156.712000', '120156.714000', '120156.717000', '120156.720000', '120156.722000', '120156.725000', '120156.728000', '120156.730000', '120156.733000', '120156.735000', '120156.739000', '120156.742000', '120156.744000', '120156.747000', '120156.750000', '120156.752000', '120156.755000', '120156.757000', '120156.760000', '120156.763000', '120156.765000', '120156.768000', '120156.771000', '120156.773000', '120156.776000', '120156.779000', '120156.781000', '120156.784000', '120156.787000', '120156.789000', '120156.792000', '120156.794000', '120156.797000', '120156.800000', '120156.802000', '120156.805000', '120156.808000', '120156.810000', '120156.813000', '120156.815000', '120156.818000', '120216.705000', '120216.708000', '120216.710000', '120216.713000', '120216.716000', '120216.718000', '120216.721000', '120216.724000', '120216.726000', '120216.729000', '120216.731000', '120216.734000', '120216.737000', '120216.739000', '120216.742000', '120216.745000', '120216.747000', '120216.750000', '120216.753000', '120216.755000', '120216.758000', '120216.760000', '120216.763000', '120216.766000', '120216.768000', '120216.771000', '120216.774000', '120216.776000', '120216.779000', '120216.782000', '120216.784000', '120216.787000', '120216.789000', '120216.792000', '120216.795000', '120216.797000', '120216.800000', '120216.803000', '120216.805000', '120216.808000', '120216.811000', '120216.813000', '120216.816000', '120236.705000', '120236.707000', '120236.710000', '120236.722000', '120236.725000', '120236.727000', '120236.730000', '120236.733000', '120236.735000', '120236.738000', '120236.741000', '120236.743000', '120236.746000', '120236.749000', '120236.751000', '120236.754000', '120236.757000', '120236.759000', '120236.762000', '120236.765000', '120236.767000', '120236.770000', '120236.773000', '120236.775000', '120236.778000', '120236.781000', '120236.783000', '120236.786000', '120236.788000', '120236.791000', '120236.794000', '120236.796000', '120236.799000', '120236.802000', '120236.804000', '120236.807000', '120236.809000', '120236.812000', '120236.815000', '120236.817000', '120236.820000', '120236.823000', '120236.825000', '120236.828000', '120256.705000', '120256.707000', '120256.710000', '120256.713000', '120256.716000', '120256.718000', '120256.721000', '120256.723000', '120256.726000', '120256.729000', '120256.731000', '120256.734000', '120256.737000', '120256.739000', '120256.742000', '120256.744000', '120256.752000', '120256.755000', '120256.757000', '120256.760000', '120256.763000', '120256.765000', '120256.768000', '120256.770000', '120256.773000', '120256.776000', '120256.778000', '120256.781000', '120256.784000', '120256.786000', '120256.789000', '120256.791000', '120256.794000', '120256.797000', '120256.799000', '120256.802000', '120256.805000', '120256.807000', '120256.810000', '120256.812000', '120256.815000', '120256.818000', '120256.820000', '120316.705000', '120316.708000', '120316.710000', '120316.713000', '120316.716000', '120316.718000', '120316.721000', '120316.723000', '120316.726000', '120316.729000', '120316.731000', '120316.734000', '120316.737000', '120316.739000', '120316.742000', '120316.745000', '120316.747000', '120316.750000', '120316.753000', '120316.755000', '120316.758000', '120316.760000', '120316.763000', '120316.766000', '120316.768000', '120316.771000', '120316.774000', '120316.776000', '120316.779000', '120316.782000', '120316.784000', '120316.787000', '120316.790000', '120316.792000', '120316.795000', '120316.797000', '120316.800000', '120316.803000', '120316.805000', '120316.808000', '120316.811000', '120316.813000', '120316.816000', '120316.818000', '120336.704000', '120336.707000', '120336.709000', '120336.712000', '120336.715000', '120336.717000', '120336.720000', '120336.722000', '120336.725000', '120336.728000', '120336.730000', '120336.733000', '120336.735000', '120336.738000', '120336.741000', '120336.744000', '120336.746000', '120336.749000', '120336.752000', '120336.754000', '120336.757000', '120336.759000', '120336.762000', '120336.765000', '120336.767000', '120336.770000', '120336.773000', '120336.775000', '120336.778000', '120336.781000', '120336.783000', '120336.786000', '120336.788000', '120336.791000', '120336.794000', '120336.796000', '120336.799000', '120336.801000', '120336.804000', '120336.807000', '120336.809000', '120336.812000', '120336.814000', '120356.704000', '120356.707000', '120356.709000', '120356.712000', '120356.715000', '120356.717000', '120356.720000', '120356.722000', '120356.725000', '120356.728000', '120356.730000', '120356.733000', '120356.736000', '120356.739000', '120356.743000', '120356.746000', '120356.748000', '120356.752000', '120356.755000', '120356.758000', '120356.760000', '120356.763000', '120356.766000', '120356.768000', '120356.771000', '120356.774000', '120356.776000', '120356.779000', '120356.782000', '120356.784000', '120356.787000', '120356.790000', '120356.792000', '120356.795000', '120356.798000', '120356.800000', '120356.803000', '120356.806000', '120356.809000', '120356.811000', '120356.814000', '120356.817000', '120356.819000', '120416.704000', '120416.707000', '120416.710000', '120416.713000', '120416.715000', '120416.718000', '120416.721000', '120416.723000', '120416.726000', '120416.729000', '120416.731000', '120416.734000', '120416.737000', '120416.739000', '120416.742000', '120416.745000', '120416.747000', '120416.750000', '120416.752000', '120416.755000', '120416.758000', '120416.760000', '120416.763000', '120416.766000', '120416.768000', '120416.771000', '120416.774000', '120416.776000', '120416.779000', '120416.782000', '120416.784000', '120416.787000', '120416.789000', '120416.792000', '120416.795000', '120416.797000', '120416.800000', '120416.802000', '120416.805000', '120416.808000', '120416.810000', '120416.813000', '120416.816000', '120416.818000', '120436.704000', '120436.707000', '120436.710000', '120436.713000', '120436.715000', '120436.718000', '120436.720000', '120436.723000', '120436.725000', '120436.728000', '120436.731000', '120436.733000', '120436.736000', '120436.739000', '120436.741000', '120436.744000', '120436.747000', '120436.750000', '120436.753000', '120436.756000', '120436.758000', '120436.761000', '120436.764000', '120436.766000', '120436.769000', '120436.771000', '120436.774000', '120436.777000', '120436.779000', '120436.782000', '120436.785000', '120436.787000', '120436.790000', '120436.792000', '120436.795000', '120436.797000', '120436.800000', '120436.803000', '120436.805000', '120436.808000', '120436.810000', '120436.813000', '120436.816000', '120448.676000', '120448.680000', '120448.682000', '120448.685000', '120448.688000', '120448.691000', '120448.694000', '120448.697000', '120448.700000', '120448.703000', '120448.706000', '120448.709000', '120448.712000', '120448.715000', '120448.717000', '120448.720000', '120448.722000', '120448.725000', '120448.728000', '120448.731000', '120448.735000', '120448.737000', '120448.740000', '120448.743000', '120448.746000', '120448.749000', '120448.753000'], 'InstanceCreationTime': ['115456.732000', '115456.735000', '115456.738000', '115456.741000', '115456.743000', '115456.746000', '115456.749000', '115456.751000', '115456.756000', '115456.758000', '115456.761000', '115456.763000', '115456.766000', '115456.769000', '115456.771000', '115456.774000', '115456.777000', '115456.779000', '115456.782000', '115456.784000', '115456.787000', '115456.789000', '115456.792000', '115456.794000', '115456.797000', '115456.799000', '115456.802000', '115456.805000', '115456.807000', '115456.810000', '115456.812000', '115456.815000', '115456.817000', '115456.820000', '115456.822000', '115456.825000', '115456.827000', '115456.830000', '115456.833000', '115456.835000', '115456.838000', '115456.847000', '115456.850000', '115456.859000', '115456.862000', '115456.864000', '115456.867000', '115456.869000', '115516.705000', '115516.707000', '115516.710000', '115516.713000', '115516.715000', '115516.718000', '115516.721000', '115516.723000', '115516.726000', '115516.729000', '115516.731000', '115516.734000', '115516.736000', '115516.739000', '115516.742000', '115516.744000', '115516.747000', '115516.749000', '115516.752000', '115516.755000', '115516.757000', '115516.760000', '115516.763000', '115516.765000', '115516.768000', '115516.770000', '115516.773000', '115516.776000', '115516.778000', '115516.781000', '115516.783000', '115516.786000', '115516.789000', '115516.791000', '115516.794000', '115516.796000', '115516.799000', '115516.802000', '115516.804000', '115516.807000', '115516.817000', '115516.819000', '115516.822000', '115536.705000', '115536.708000', '115536.711000', '115536.715000', '115536.717000', '115536.720000', '115536.723000', '115536.725000', '115536.728000', '115536.731000', '115536.733000', '115536.736000', '115536.739000', '115536.741000', '115536.744000', '115536.746000', '115536.749000', '115536.752000', '115536.754000', '115536.757000', '115536.760000', '115536.762000', '115536.765000', '115536.767000', '115536.770000', '115536.773000', '115536.775000', '115536.778000', '115536.783000', '115536.786000', '115536.788000', '115536.791000', '115536.794000', '115536.796000', '115536.799000', '115536.802000', '115536.804000', '115536.807000', '115536.809000', '115536.812000', '115536.815000', '115536.817000', '115536.820000', '115556.704000', '115556.707000', '115556.710000', '115556.712000', '115556.715000', '115556.718000', '115556.720000', '115556.723000', '115556.725000', '115556.728000', '115556.731000', '115556.733000', '115556.736000', '115556.738000', '115556.741000', '115556.744000', '115556.746000', '115556.749000', '115556.756000', '115556.758000', '115556.761000', '115556.764000', '115556.766000', '115556.769000', '115556.771000', '115556.774000', '115556.777000', '115556.779000', '115556.782000', '115556.784000', '115556.787000', '115556.790000', '115556.792000', '115556.795000', '115556.797000', '115556.800000', '115556.803000', '115556.805000', '115556.808000', '115556.810000', '115556.813000', '115556.816000', '115556.818000', '115556.821000', '115616.705000', '115616.708000', '115616.710000', '115616.713000', '115616.716000', '115616.718000', '115616.721000', '115616.724000', '115616.726000', '115616.729000', '115616.731000', '115616.734000', '115616.737000', '115616.739000', '115616.742000', '115616.745000', '115616.747000', '115616.750000', '115616.754000', '115616.758000', '115616.761000', '115616.770000', '115616.772000', '115616.775000', '115616.778000', '115616.780000', '115616.783000', '115616.786000', '115616.788000', '115616.791000', '115616.793000', '115616.796000', '115616.799000', '115616.801000', '115616.804000', '115616.807000', '115616.809000', '115616.812000', '115616.815000', '115616.817000', '115616.820000', '115616.823000', '115616.825000', '115636.704000', '115636.707000', '115636.710000', '115636.712000', '115636.715000', '115636.718000', '115636.721000', '115636.723000', '115636.726000', '115636.729000', '115636.731000', '115636.734000', '115636.737000', '115636.739000', '115636.742000', '115636.745000', '115636.747000', '115636.750000', '115636.753000', '115636.755000', '115636.758000', '115636.761000', '115636.763000', '115636.766000', '115636.769000', '115636.771000', '115636.774000', '115636.776000', '115636.779000', '115636.782000', '115636.784000', '115636.787000', '115636.795000', '115636.805000', '115636.807000', '115636.810000', '115636.813000', '115636.815000', '115636.818000', '115636.820000', '115636.823000', '115636.826000', '115636.828000', '115636.831000', '115656.704000', '115656.706000', '115656.709000', '115656.712000', '115656.715000', '115656.717000', '115656.720000', '115656.723000', '115656.726000', '115656.729000', '115656.732000', '115656.734000', '115656.737000', '115656.740000', '115656.742000', '115656.745000', '115656.748000', '115656.751000', '115656.753000', '115656.756000', '115656.758000', '115656.761000', '115656.764000', '115656.766000', '115656.769000', '115656.772000', '115656.774000', '115656.777000', '115656.780000', '115656.782000', '115656.785000', '115656.787000', '115656.790000', '115656.793000', '115656.795000', '115656.798000', '115656.801000', '115656.803000', '115656.806000', '115656.808000', '115656.811000', '115656.813000', '115656.816000', '115716.704000', '115716.706000', '115716.709000', '115716.712000', '115716.715000', '115716.717000', '115716.720000', '115716.723000', '115716.725000', '115716.728000', '115716.730000', '115716.733000', '115716.736000', '115716.739000', '115716.741000', '115716.744000', '115716.746000', '115716.749000', '115716.752000', '115716.754000', '115716.757000', '115716.766000', '115716.769000', '115716.772000', '115716.774000', '115716.777000', '115716.779000', '115716.782000', '115716.785000', '115716.787000', '115716.790000', '115716.793000', '115716.795000', '115716.798000', '115716.801000', '115716.803000', '115716.806000', '115716.808000', '115716.811000', '115716.813000', '115716.816000', '115716.818000', '115716.821000', '115716.824000', '115736.705000', '115736.708000', '115736.710000', '115736.713000', '115736.715000', '115736.718000', '115736.721000', '115736.724000', '115736.726000', '115736.729000', '115736.732000', '115736.734000', '115736.737000', '115736.740000', '115736.743000', '115736.745000', '115736.748000', '115736.750000', '115736.753000', '115736.756000', '115736.758000', '115736.761000', '115736.764000', '115736.766000', '115736.769000', '115736.772000', '115736.774000', '115736.777000', '115736.780000', '115736.782000', '115736.785000', '115736.788000', '115736.791000', '115736.794000', '115736.797000', '115736.800000', '115736.802000', '115736.805000', '115736.808000', '115736.810000', '115736.813000', '115736.815000', '115736.818000', '115756.705000', '115756.708000', '115756.711000', '115756.713000', '115756.716000', '115756.719000', '115756.721000', '115756.724000', '115756.727000', '115756.729000', '115756.732000', '115756.734000', '115756.737000', '115756.740000', '115756.747000', '115756.750000', '115756.752000', '115756.755000', '115756.758000', '115756.760000', '115756.763000', '115756.766000', '115756.768000', '115756.771000', '115756.774000', '115756.776000', '115756.779000', '115756.781000', '115756.784000', '115756.787000', '115756.789000', '115756.792000', '115756.795000', '115756.797000', '115756.800000', '115756.803000', '115756.805000', '115756.808000', '115756.811000', '115756.813000', '115756.816000', '115756.818000', '115756.821000', '115756.824000', '115816.704000', '115816.707000', '115816.710000', '115816.712000', '115816.715000', '115816.718000', '115816.720000', '115816.723000', '115816.726000', '115816.728000', '115816.731000', '115816.734000', '115816.736000', '115816.739000', '115816.742000', '115816.744000', '115816.747000', '115816.750000', '115816.752000', '115816.755000', '115816.757000', '115816.760000', '115816.763000', '115816.765000', '115816.769000', '115816.771000', '115816.774000', '115816.777000', '115816.785000', '115816.788000', '115816.791000', '115816.793000', '115816.796000', '115816.798000', '115816.801000', '115816.804000', '115816.806000', '115816.809000', '115816.812000', '115816.814000', '115816.817000', '115816.819000', '115816.825000', '115836.704000', '115836.708000', '115836.711000', '115836.713000', '115836.716000', '115836.719000', '115836.721000', '115836.724000', '115836.727000', '115836.729000', '115836.732000', '115836.734000', '115836.737000', '115836.740000', '115836.742000', '115836.745000', '115836.748000', '115836.750000', '115836.753000', '115836.756000', '115836.758000', '115836.761000', '115836.763000', '115836.766000', '115836.769000', '115836.771000', '115836.774000', '115836.776000', '115836.779000', '115836.782000', '115836.784000', '115836.787000', '115836.789000', '115836.792000', '115836.795000', '115836.797000', '115836.800000', '115836.803000', '115836.805000', '115836.808000', '115836.810000', '115836.813000', '115836.816000', '115836.818000', '115856.705000', '115856.707000', '115856.710000', '115856.713000', '115856.716000', '115856.718000', '115856.721000', '115856.724000', '115856.726000', '115856.729000', '115856.731000', '115856.734000', '115856.736000', '115856.739000', '115856.742000', '115856.744000', '115856.747000', '115856.749000', '115856.752000', '115856.755000', '115856.757000', '115856.760000', '115856.762000', '115856.766000', '115856.769000', '115856.772000', '115856.776000', '115856.779000', '115856.781000', '115856.784000', '115856.787000', '115856.789000', '115856.792000', '115856.795000', '115856.797000', '115856.800000', '115856.802000', '115856.805000', '115856.808000', '115856.810000', '115856.813000', '115856.816000', '115856.818000', '115916.703000', '115916.706000', '115916.709000', '115916.711000', '115916.714000', '115916.717000', '115916.719000', '115916.722000', '115916.725000', '115916.727000', '115916.730000', '115916.732000', '115916.735000', '115916.738000', '115916.741000', '115916.743000', '115916.746000', '115916.748000', '115916.751000', '115916.754000', '115916.756000', '115916.759000', '115916.761000', '115916.764000', '115916.767000', '115916.769000', '115916.772000', '115916.775000', '115916.777000', '115916.780000', '115916.782000', '115916.785000', '115916.788000', '115916.790000', '115916.793000', '115916.796000', '115916.798000', '115916.801000', '115916.803000', '115916.806000', '115916.809000', '115916.811000', '115916.814000', '115916.816000', '115936.703000', '115936.706000', '115936.709000', '115936.712000', '115936.714000', '115936.717000', '115936.720000', '115936.722000', '115936.725000', '115936.728000', '115936.730000', '115936.733000', '115936.735000', '115936.738000', '115936.741000', '115936.743000', '115936.746000', '115936.749000', '115936.751000', '115936.754000', '115936.756000', '115936.759000', '115936.762000', '115936.764000', '115936.767000', '115936.770000', '115936.772000', '115936.775000', '115936.778000', '115936.780000', '115936.783000', '115936.786000', '115936.788000', '115936.791000', '115936.794000', '115936.797000', '115936.799000', '115936.802000', '115936.804000', '115936.807000', '115936.810000', '115936.812000', '115936.815000', '115956.705000', '115956.707000', '115956.710000', '115956.713000', '115956.715000', '115956.718000', '115956.721000', '115956.723000', '115956.726000', '115956.729000', '115956.735000', '115956.738000', '115956.740000', '115956.743000', '115956.745000', '115956.748000', '115956.751000', '115956.753000', '115956.756000', '115956.759000', '115956.761000', '115956.764000', '115956.767000', '115956.769000', '115956.772000', '115956.775000', '115956.777000', '115956.780000', '115956.782000', '115956.785000', '115956.788000', '115956.790000', '115956.793000', '115956.796000', '115956.798000', '115956.801000', '115956.803000', '115956.806000', '115956.809000', '115956.811000', '115956.814000', '115956.817000', '115956.819000', '115956.822000', '120016.704000', '120016.707000', '120016.710000', '120016.713000', '120016.715000', '120016.718000', '120016.721000', '120016.723000', '120016.726000', '120016.729000', '120016.731000', '120016.734000', '120016.736000', '120016.739000', '120016.742000', '120016.744000', '120016.747000', '120016.750000', '120016.752000', '120016.755000', '120016.757000', '120016.760000', '120016.762000', '120016.765000', '120016.768000', '120016.770000', '120016.773000', '120016.776000', '120016.778000', '120016.781000', '120016.784000', '120016.786000', '120016.789000', '120016.791000', '120016.794000', '120016.797000', '120016.799000', '120016.802000', '120016.804000', '120016.807000', '120016.809000', '120016.812000', '120016.815000', '120036.704000', '120036.707000', '120036.710000', '120036.712000', '120036.715000', '120036.718000', '120036.720000', '120036.723000', '120036.726000', '120036.728000', '120036.731000', '120036.733000', '120036.736000', '120036.739000', '120036.741000', '120036.744000', '120036.746000', '120036.749000', '120036.752000', '120036.754000', '120036.757000', '120036.759000', '120036.762000', '120036.765000', '120036.767000', '120036.770000', '120036.772000', '120036.775000', '120036.778000', '120036.780000', '120036.783000', '120036.786000', '120036.788000', '120036.791000', '120036.793000', '120036.796000', '120036.799000', '120036.801000', '120036.804000', '120036.807000', '120036.809000', '120036.812000', '120036.814000', '120036.817000', '120056.705000', '120056.707000', '120056.710000', '120056.713000', '120056.715000', '120056.718000', '120056.721000', '120056.723000', '120056.726000', '120056.729000', '120056.731000', '120056.734000', '120056.737000', '120056.739000', '120056.742000', '120056.744000', '120056.747000', '120056.750000', '120056.752000', '120056.755000', '120056.757000', '120056.760000', '120056.763000', '120056.765000', '120056.768000', '120056.771000', '120056.773000', '120056.776000', '120056.778000', '120056.781000', '120056.784000', '120056.786000', '120056.789000', '120056.791000', '120056.794000', '120056.797000', '120056.799000', '120056.802000', '120056.805000', '120056.807000', '120056.810000', '120056.813000', '120056.815000', '120116.704000', '120116.707000', '120116.709000', '120116.712000', '120116.715000', '120116.718000', '120116.720000', '120116.752000', '120116.755000', '120116.757000', '120116.760000', '120116.762000', '120116.765000', '120116.768000', '120116.770000', '120116.773000', '120116.776000', '120116.778000', '120116.781000', '120116.783000', '120116.786000', '120116.789000', '120116.791000', '120116.794000', '120116.797000', '120116.799000', '120116.802000', '120116.804000', '120116.807000', '120116.810000', '120116.812000', '120116.815000', '120116.818000', '120116.820000', '120116.823000', '120116.826000', '120116.828000', '120116.831000', '120116.833000', '120116.836000', '120116.839000', '120116.841000', '120116.844000', '120116.847000', '120136.704000', '120136.706000', '120136.709000', '120136.712000', '120136.715000', '120136.717000', '120136.720000', '120136.723000', '120136.725000', '120136.728000', '120136.731000', '120136.733000', '120136.736000', '120136.738000', '120136.741000', '120136.744000', '120136.746000', '120136.749000', '120136.752000', '120136.754000', '120136.757000', '120136.760000', '120136.762000', '120136.765000', '120136.768000', '120136.770000', '120136.773000', '120136.775000', '120136.778000', '120136.781000', '120136.783000', '120136.786000', '120136.789000', '120136.791000', '120136.794000', '120136.797000', '120136.799000', '120136.802000', '120136.805000', '120136.807000', '120136.810000', '120136.813000', '120136.815000', '120156.704000', '120156.706000', '120156.709000', '120156.712000', '120156.714000', '120156.717000', '120156.720000', '120156.722000', '120156.725000', '120156.728000', '120156.730000', '120156.733000', '120156.735000', '120156.739000', '120156.742000', '120156.744000', '120156.747000', '120156.750000', '120156.752000', '120156.755000', '120156.757000', '120156.760000', '120156.763000', '120156.765000', '120156.768000', '120156.771000', '120156.773000', '120156.776000', '120156.779000', '120156.781000', '120156.784000', '120156.787000', '120156.789000', '120156.792000', '120156.794000', '120156.797000', '120156.800000', '120156.802000', '120156.805000', '120156.808000', '120156.810000', '120156.813000', '120156.815000', '120156.818000', '120216.705000', '120216.708000', '120216.710000', '120216.713000', '120216.716000', '120216.718000', '120216.721000', '120216.724000', '120216.726000', '120216.729000', '120216.731000', '120216.734000', '120216.737000', '120216.739000', '120216.742000', '120216.745000', '120216.747000', '120216.750000', '120216.753000', '120216.755000', '120216.758000', '120216.760000', '120216.763000', '120216.766000', '120216.768000', '120216.771000', '120216.774000', '120216.776000', '120216.779000', '120216.782000', '120216.784000', '120216.787000', '120216.789000', '120216.792000', '120216.795000', '120216.797000', '120216.800000', '120216.803000', '120216.805000', '120216.808000', '120216.811000', '120216.813000', '120216.816000', '120236.705000', '120236.707000', '120236.710000', '120236.722000', '120236.725000', '120236.727000', '120236.730000', '120236.733000', '120236.735000', '120236.738000', '120236.741000', '120236.743000', '120236.746000', '120236.749000', '120236.751000', '120236.754000', '120236.757000', '120236.759000', '120236.762000', '120236.765000', '120236.767000', '120236.770000', '120236.773000', '120236.775000', '120236.778000', '120236.781000', '120236.783000', '120236.786000', '120236.788000', '120236.791000', '120236.794000', '120236.796000', '120236.799000', '120236.802000', '120236.804000', '120236.807000', '120236.809000', '120236.812000', '120236.815000', '120236.817000', '120236.820000', '120236.823000', '120236.825000', '120236.828000', '120256.705000', '120256.707000', '120256.710000', '120256.713000', '120256.716000', '120256.718000', '120256.721000', '120256.723000', '120256.726000', '120256.729000', '120256.731000', '120256.734000', '120256.737000', '120256.739000', '120256.742000', '120256.744000', '120256.752000', '120256.755000', '120256.757000', '120256.760000', '120256.763000', '120256.765000', '120256.768000', '120256.770000', '120256.773000', '120256.776000', '120256.778000', '120256.781000', '120256.784000', '120256.786000', '120256.789000', '120256.791000', '120256.794000', '120256.797000', '120256.799000', '120256.802000', '120256.805000', '120256.807000', '120256.810000', '120256.812000', '120256.815000', '120256.818000', '120256.820000', '120316.705000', '120316.708000', '120316.710000', '120316.713000', '120316.716000', '120316.718000', '120316.721000', '120316.723000', '120316.726000', '120316.729000', '120316.731000', '120316.734000', '120316.737000', '120316.739000', '120316.742000', '120316.745000', '120316.747000', '120316.750000', '120316.753000', '120316.755000', '120316.758000', '120316.760000', '120316.763000', '120316.766000', '120316.768000', '120316.771000', '120316.774000', '120316.776000', '120316.779000', '120316.782000', '120316.784000', '120316.787000', '120316.790000', '120316.792000', '120316.795000', '120316.797000', '120316.800000', '120316.803000', '120316.805000', '120316.808000', '120316.811000', '120316.813000', '120316.816000', '120316.818000', '120336.704000', '120336.707000', '120336.709000', '120336.712000', '120336.715000', '120336.717000', '120336.720000', '120336.722000', '120336.725000', '120336.728000', '120336.730000', '120336.733000', '120336.735000', '120336.738000', '120336.741000', '120336.744000', '120336.746000', '120336.749000', '120336.752000', '120336.754000', '120336.757000', '120336.759000', '120336.762000', '120336.765000', '120336.767000', '120336.770000', '120336.773000', '120336.775000', '120336.778000', '120336.781000', '120336.783000', '120336.786000', '120336.788000', '120336.791000', '120336.794000', '120336.796000', '120336.799000', '120336.801000', '120336.804000', '120336.807000', '120336.809000', '120336.812000', '120336.814000', '120356.704000', '120356.707000', '120356.709000', '120356.712000', '120356.715000', '120356.717000', '120356.720000', '120356.722000', '120356.725000', '120356.728000', '120356.730000', '120356.733000', '120356.736000', '120356.739000', '120356.743000', '120356.746000', '120356.748000', '120356.752000', '120356.755000', '120356.758000', '120356.760000', '120356.763000', '120356.766000', '120356.768000', '120356.771000', '120356.774000', '120356.776000', '120356.779000', '120356.782000', '120356.784000', '120356.787000', '120356.790000', '120356.792000', '120356.795000', '120356.798000', '120356.800000', '120356.803000', '120356.806000', '120356.809000', '120356.811000', '120356.814000', '120356.817000', '120356.819000', '120416.704000', '120416.707000', '120416.710000', '120416.713000', '120416.715000', '120416.718000', '120416.721000', '120416.723000', '120416.726000', '120416.729000', '120416.731000', '120416.734000', '120416.737000', '120416.739000', '120416.742000', '120416.745000', '120416.747000', '120416.750000', '120416.752000', '120416.755000', '120416.758000', '120416.760000', '120416.763000', '120416.766000', '120416.768000', '120416.771000', '120416.774000', '120416.776000', '120416.779000', '120416.782000', '120416.784000', '120416.787000', '120416.789000', '120416.792000', '120416.795000', '120416.797000', '120416.800000', '120416.802000', '120416.805000', '120416.808000', '120416.810000', '120416.813000', '120416.816000', '120416.818000', '120436.704000', '120436.707000', '120436.710000', '120436.713000', '120436.715000', '120436.718000', '120436.720000', '120436.723000', '120436.725000', '120436.728000', '120436.731000', '120436.733000', '120436.736000', '120436.739000', '120436.741000', '120436.744000', '120436.747000', '120436.750000', '120436.753000', '120436.756000', '120436.758000', '120436.761000', '120436.764000', '120436.766000', '120436.769000', '120436.771000', '120436.774000', '120436.777000', '120436.779000', '120436.782000', '120436.785000', '120436.787000', '120436.790000', '120436.792000', '120436.795000', '120436.797000', '120436.800000', '120436.803000', '120436.805000', '120436.808000', '120436.810000', '120436.813000', '120436.816000', '120448.676000', '120448.680000', '120448.682000', '120448.685000', '120448.688000', '120448.691000', '120448.694000', '120448.697000', '120448.700000', '120448.703000', '120448.706000', '120448.709000', '120448.712000', '120448.715000', '120448.717000', '120448.720000', '120448.722000', '120448.725000', '120448.728000', '120448.731000', '120448.735000', '120448.737000', '120448.740000', '120448.743000', '120448.746000', '120448.749000', '120448.753000'], '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': [10533, 8247, 11252, 8692, 11229, 8748, 11456, 9057, 11574, 9090, 11877, 8842, 10464, 11918, 8169, 9998, 7968, 7864, 8678, 10301, 11540, 8430, 11481, 8636, 11026, 8234, 12263, 8118, 10900, 8781, 10888, 10883, 11859, 13773, 12212, 15477, 11292, 14348, 10077, 13733, 9555, 13596, 8743, 11827, 8313, 11497, 7953, 11709, 8169, 11727, 8296, 11756, 8339, 11816, 8966, 11433, 9175, 11493, 9253, 9681, 10317, 7999, 10634, 8005, 10678, 7988, 10945, 7879, 10808, 8205, 11227, 8497, 9680, 10333, 9798, 10625, 8021, 9241, 8430, 10398, 7794, 11288, 9199, 11229, 10425, 12106, 10581, 10641, 10426, 8171, 9912, 8161, 10046, 8656, 9827, 8718, 10381, 8170, 10681, 8215, 10761, 8077, 10861, 8206, 10380, 8471, 10102, 8202, 9466, 7852, 9816, 8010, 10423, 7784, 10476, 7975, 11217, 8067, 11471, 7959, 11559, 8004, 10787, 7968, 10795, 7935, 11634, 7733, 11154, 7996, 12406, 9508, 9073, 9605, 8036, 10047, 8915, 9578, 8105, 10923, 8210, 10992, 8337, 11273, 8434, 11009, 9501, 12822, 8150, 12251, 8052, 12100, 8633, 12346, 9995, 13831, 8452, 13167, 8398, 12231, 7887, 11761, 8379, 12176, 8643, 12672, 8335, 11219, 7978, 11940, 7901, 11510, 8612, 11287, 8335, 10896, 7979, 11690, 8037, 11243, 7898, 10837, 7912, 10767, 7984, 11212, 8071, 11298, 8023, 10862, 8054, 11738, 7804, 11396, 7777, 12649, 10481, 10608, 10207, 8317, 10154, 8819, 9483, 10422, 9917, 8624, 9238, 8282, 10041, 9601, 9955, 9740, 9799, 8241, 9538, 7979, 11154, 8194, 10583, 8515, 10422, 7840, 9485, 8306, 10224, 8449, 9884, 7984, 10072, 7867, 9776, 8136, 10129, 8649, 9778, 7909, 10736, 8159, 11557, 8198, 10628, 8326, 9580, 11636, 9258, 12247, 8824, 12234, 8064, 11631, 8034, 11312, 8100, 11005, 7970, 11548, 7942, 11486, 8163, 11207, 7932, 10610, 8037, 10879, 8091, 11134, 7828, 11150, 8098, 9567, 7996, 9326, 8118, 9151, 10722, 8365, 12911, 9650, 12224, 9644, 10018, 8828, 12003, 7983, 12404, 8472, 11794, 8776, 10747, 8353, 11408, 8171, 10854, 7990, 10515, 8466, 10331, 7804, 11074, 7713, 11633, 8348, 12650, 9028, 12714, 8134, 12086, 8800, 12635, 9793, 13210, 9743, 13214, 8799, 12971, 10125, 13518, 10285, 13689, 10173, 13422, 10561, 12194, 9438, 13169, 8513, 12015, 8132, 11193, 7979, 11656, 7819, 11641, 7858, 11264, 7766, 11969, 8434, 7627, 9916, 7974, 10871, 7978, 12129, 8869, 11212, 8190, 11768, 8051, 10353, 8315, 9622, 8484, 11214, 8333, 10776, 8293, 11120, 8117, 10144, 8359, 9789, 7917, 9499, 7817, 9783, 7843, 9943, 10926, 10281, 13436, 10319, 9781, 9952, 7900, 10664, 7782, 10050, 9255, 10352, 9490, 9825, 7929, 9195, 7967, 11415, 8048, 10957, 8144, 11747, 8815, 10955, 7958, 11043, 8067, 11929, 9429, 11232, 11063, 9949, 10589, 8460, 10436, 8247, 11083, 8436, 10210, 9086, 12262, 7981, 11369, 7988, 11324, 7955, 11386, 9091, 11670, 8207, 11249, 8198, 11602, 8443, 11691, 9157, 11376, 8866, 11497, 9037, 12379, 9199, 12244, 9602, 12796, 8581, 12818, 8532, 11595, 8789, 11691, 9651, 12262, 8673, 11994, 8029, 11531, 8001, 11246, 8045, 11374, 8453, 10636, 7942, 10471, 7911, 10033, 9658, 10023, 10120, 9700, 8889, 9035, 11545, 8383, 12397, 9084, 12052, 9855, 11829, 8331, 11482, 8099, 11679, 8969, 12168, 10405, 11539, 9509, 11086, 8971, 12319, 8444, 12116, 9561, 12419, 8925, 12937, 8260, 12193, 8192, 12024, 9116, 11708, 10045, 11715, 8239, 11609, 8067, 11448, 8888, 11864, 10129, 12619, 8036, 11581, 7886, 11070, 7858, 11620, 8158, 10765, 8343, 10038, 7854, 10823, 8142, 10895, 7954, 10804, 8044, 11135, 9058, 11786, 7923, 11010, 7842, 11159, 7979, 11661, 8938, 12680, 8787, 11912, 8171, 11096, 8416, 11502, 9802, 12195, 9726, 9544, 9165, 8774, 9562, 7941, 9468, 7990, 9650, 7968, 10292, 7753, 9608, 8021, 9723, 8170, 10784, 7971, 11668, 8048, 11724, 7907, 11312, 8603, 10648, 7962, 11542, 7926, 11568, 8075, 11916, 9853, 13174, 9135, 13261, 8290, 11906, 8524, 12112, 9287, 11809, 8436, 12089, 7868, 11441, 8057, 12553, 9716, 11313, 10506, 8107, 9247, 8365, 10752, 7960, 11917, 10203, 9371, 9596, 8182, 10088, 7928, 10448, 8673, 9941, 9104, 8215, 10064, 8229, 9805, 9150, 8517, 8500, 10096, 8585, 12929, 11487, 9171, 10163, 8504, 12032, 8341, 11866, 8592, 10423, 8064, 10489, 7926, 9992, 7739, 10167, 7841, 10244, 7799, 10113, 7740, 9729, 7737, 9945, 7685, 11852, 8648, 10281, 9795, 8016, 8405, 8993, 8117, 10294, 10147, 8224, 10955, 9800, 12481, 9734, 12599, 9068, 13121, 9374, 13657, 10245, 13363, 8459, 11852, 8246, 10740, 8014, 11098, 8071, 11231, 8155, 11966, 8539, 10881, 7762, 11410, 9112, 11060, 9255, 7529, 8224, 7888, 9634, 7971, 10128, 8158, 10110, 8206, 10280, 8210, 9926, 9239, 12127, 9537, 8157, 10711, 8144, 10694, 8144, 9854, 8687, 10037, 10744, 10131, 11128, 9586, 11283, 9185, 11325, 8991, 11520, 8406, 10856, 8151, 10825, 8188, 10609, 7963, 10643, 8088, 10609, 8245, 9692, 7787, 11507, 8174, 11012, 8224, 10320, 7717, 9925, 7905, 10002, 7952, 9019, 7954, 10271, 8117, 10317, 8069, 9771, 10309, 9888, 9638, 9703, 10357, 8766, 11376, 9118, 11837, 10541, 11416, 10865, 9214, 9862, 8130, 10539, 8065, 9884, 8023, 9549, 9367, 9493, 8088, 9184, 7977, 10064, 9948, 9782, 11734, 9360, 11568, 9392, 11709, 9204, 10637, 8723, 11229, 8952, 11857, 8998, 11844, 9423, 11484, 9043, 11639, 8691, 11685, 9540, 11564, 10294, 10324, 10352, 9122, 9313, 11437, 8979, 11662, 9696, 11324, 8838, 11504, 7973, 11565, 8131, 11295, 8413, 10699, 8187, 11376, 8296, 11164, 8430, 11164, 9236, 11804, 9958, 9547, 10332, 8991, 10305, 11758, 10261, 12354, 10548, 9748, 9947, 8625, 10059, 11061, 10520, 11334, 10024, 11237, 8727, 11063, 8002, 10401, 8015, 10382, 8080, 10226, 7994, 11002, 7955, 10840, 7934, 10745, 7788, 10863, 7813, 10280, 8410, 9555, 8353, 8612, 11176, 8327, 11077, 7933, 11561, 7885, 10677, 7789, 8853, 7718, 9329, 7817, 9771, 8322, 10366, 8624, 9471, 8092, 11173, 8189, 10874, 8205, 10431, 8394, 10477, 8125, 10426, 8019, 10410, 8043, 9997, 8864, 9984, 8053, 10325, 8139, 10195, 8908, 9312, 9666, 9832, 9665, 9659, 10917, 10350, 11840, 11258, 7899, 10164, 7799, 10586, 7950, 10728, 8011, 10258, 8268, 9298, 7897, 10254, 8373, 10200, 11352, 9111, 11633, 8984, 11230, 8391, 10924, 8052, 11170, 7973, 11346, 8143, 10526, 8425, 11183, 8388, 11169, 8372, 11015, 8779, 11525, 8865, 11668, 8265, 10705, 8265, 11077, 9594, 12085, 9447, 9700, 9931, 8805, 10258, 8675, 9745, 8148, 9723, 8120, 10257, 8037, 9677, 8117, 9872, 7947, 10363, 7948, 10312, 7965, 10924, 7951, 10111, 8009, 11151, 8022, 11179, 9235, 12447, 8598, 12201, 8437, 11270, 8448, 11608, 9190, 11666, 8396, 10894, 9266, 10784, 10675, 9929, 10350, 7990, 10238, 9215, 10277, 11111, 10595, 10839, 10297, 8027, 9629, 8404, 10084, 7940, 9611, 7935, 10430, 7971, 10612, 8034, 10264, 8147, 9445, 8040, 9936, 7940, 10301, 7950, 10857, 8035, 10430, 8056, 10304, 8196, 10993, 8100, 11376, 9435, 12479, 8877, 11984, 8817, 11854, 8983, 11895, 9512, 12717, 8288, 11790, 7872, 10965, 7897, 10315, 8003, 10614, 7819, 11667, 7780, 11569, 8848, 10564, 8086, 10654, 8092, 11384, 8005, 11336, 8923, 11882, 8239, 11507, 8128, 11015, 8182, 10392, 8007, 11011, 8041, 11028, 8020, 11566, 7862, 10540, 8363, 9912, 8294, 10622, 7904, 11285, 7942, 10893, 8567, 11917, 7896, 10802, 7914, 11490, 7843, 11322, 9379, 12880, 8654, 12576, 8442, 11077, 8841, 12024, 9055, 11501, 9290, 11795, 9479, 11633, 9679, 8101, 10040, 7806, 11236, 8059, 11406, 8021, 10473, 8003, 10733, 8148, 9166, 8095, 11275, 8049, 11250, 8796, 11262, 9266, 11738, 10358, 8125, 9184, 8120, 10673, 9940, 10185, 10564, 10103, 10290, 8187, 9659, 8006, 9481, 8076, 10190, 7925, 10373, 8028, 9728, 8180, 9921, 8101, 11119, 8466, 11988, 9598, 9379, 10209, 8380, 10671, 8294, 7970, 9411, 9977, 8663, 10590, 9903, 10728, 10684, 10527, 9955, 9945, 8940, 11816, 8850, 13003, 8516, 12288, 8528, 12461, 9802, 11325, 11704, 7631, 9460, 8199, 10107, 10342, 7694, 9851, 8278, 7823, 10867, 8116, 10466, 8580, 11787, 9223, 11764, 10086, 11670, 10948, 8644, 9541, 8268, 8112, 11199, 8348, 9742, 8950, 12201, 10701, 10354, 9970, 9081, 11783, 10034, 8254, 10109, 9960, 8198, 11362, 10374, 11526, 10370, 11710, 10588, 11778, 10276, 11692, 9868, 11934, 9618, 11378, 8928, 11153, 8902, 11180, 8407, 11209, 8745, 11152, 9479, 10518, 11259, 7901, 9751, 8158, 7745, 8500, 7793, 10550, 7930, 10946, 8212, 10808, 8406, 10402, 8363, 11975, 8430, 12515, 8425, 11435, 8306, 10530, 8015, 10266, 8035, 10564, 8125, 10597, 8715, 11128, 9366, 11064, 9304, 11224, 9298, 10600, 10195, 7777, 10609, 7832, 9912, 8006, 10672, 10129, 7877, 10003, 9194, 7929, 9159, 10701, 8138, 11274, 8422, 10567, 8924, 10930, 8737, 10994, 8547, 12583, 8469, 11606, 9023, 13986, 11358, 13524, 13153, 8599, 12528, 8679, 10992, 8587, 10745, 8174, 10688, 8241, 11384, 9868, 10869, 11159, 7670, 10852, 8073, 10376, 7970, 10913, 8067, 11298, 8996, 7711, 10993, 7941, 10300, 8075, 11264, 11680, 8112, 10044, 9783], 'WindowCenter': [4541.0, 4485.0, 4509.0, 4469.0, 4505.0, 4466.0, 4504.0, 4474.0, 4503.0, 4489.0, 4541.0, 4491.0, 4521.0, 4531.0, 4492.0, 4510.0, 4492.0, 4493.0, 4492.0, 4524.0, 4530.0, 4495.0, 4534.0, 4496.0, 4534.0, 4494.0, 4556.0, 4496.0, 4538.0, 4494.0, 4534.0, 4521.0, 4521.0, 4529.0, 4518.0, 4536.0, 4494.0, 4523.0, 4475.0, 4512.0, 4471.0, 4501.0, 4451.0, 4488.0, 4439.0, 4488.0, 4442.0, 4489.0, 4441.0, 4490.0, 4453.0, 4502.0, 4454.0, 4501.0, 4464.0, 4504.0, 4476.0, 4503.0, 4488.0, 4485.0, 4499.0, 4467.0, 4508.0, 4470.0, 4511.0, 4484.0, 4521.0, 4484.0, 4521.0, 4491.0, 4531.0, 4506.0, 4525.0, 4537.0, 4526.0, 4538.0, 4496.0, 4515.0, 4507.0, 4524.0, 4496.0, 4545.0, 4529.0, 4545.0, 4550.0, 4569.0, 4550.0, 4537.0, 4538.0, 4496.0, 4527.0, 4494.0, 4525.0, 4493.0, 4524.0, 4504.0, 4514.0, 4482.0, 4524.0, 4482.0, 4522.0, 4480.0, 4522.0, 4481.0, 4512.0, 4480.0, 4500.0, 4468.0, 4490.0, 4468.0, 4499.0, 4468.0, 4499.0, 4456.0, 4509.0, 4467.0, 4518.0, 4467.0, 4520.0, 4470.0, 4520.0, 4483.0, 4522.0, 4481.0, 4520.0, 4482.0, 4529.0, 4473.0, 4534.0, 4498.0, 4556.0, 4527.0, 4515.0, 4527.0, 4496.0, 4539.0, 4519.0, 4529.0, 4498.0, 4548.0, 4508.0, 4548.0, 4506.0, 4549.0, 4509.0, 4548.0, 4526.0, 4555.0, 4497.0, 4554.0, 4498.0, 4546.0, 4507.0, 4558.0, 4525.0, 4554.0, 4495.0, 4540.0, 4482.0, 4531.0, 4481.0, 4533.0, 4483.0, 4529.0, 4480.0, 4528.0, 4468.0, 4519.0, 4469.0, 4519.0, 4480.0, 4520.0, 4480.0, 4509.0, 4470.0, 4509.0, 4470.0, 4518.0, 4471.0, 4532.0, 4482.0, 4519.0, 4470.0, 4518.0, 4471.0, 4521.0, 4471.0, 4531.0, 4483.0, 4521.0, 4483.0, 4529.0, 4482.0, 4531.0, 4484.0, 4554.0, 4536.0, 4523.0, 4525.0, 4494.0, 4525.0, 4504.0, 4527.0, 4537.0, 4526.0, 4504.0, 4516.0, 4493.0, 4526.0, 4512.0, 4526.0, 4515.0, 4524.0, 4496.0, 4515.0, 4493.0, 4535.0, 4504.0, 4537.0, 4505.0, 4536.0, 4495.0, 4528.0, 4493.0, 4536.0, 4507.0, 4526.0, 4496.0, 4539.0, 4495.0, 4525.0, 4483.0, 4526.0, 4505.0, 4525.0, 4485.0, 4534.0, 4483.0, 4544.0, 4494.0, 4524.0, 4493.0, 4514.0, 4532.0, 4502.0, 4529.0, 4492.0, 4529.0, 4482.0, 4520.0, 4480.0, 4520.0, 4471.0, 4520.0, 4481.0, 4531.0, 4481.0, 4532.0, 4494.0, 4546.0, 4496.0, 4523.0, 4482.0, 4532.0, 4483.0, 4535.0, 4483.0, 4546.0, 4496.0, 4515.0, 4483.0, 4503.0, 4482.0, 4502.0, 4520.0, 4495.0, 4553.0, 4513.0, 4544.0, 4529.0, 4522.0, 4504.0, 4541.0, 4494.0, 4554.0, 4495.0, 4545.0, 4494.0, 4533.0, 4494.0, 4532.0, 4492.0, 4547.0, 4496.0, 4534.0, 4495.0, 4525.0, 4485.0, 4532.0, 4487.0, 4546.0, 4506.0, 4556.0, 4516.0, 4555.0, 4497.0, 4556.0, 4516.0, 4555.0, 4526.0, 4553.0, 4515.0, 4540.0, 4493.0, 4541.0, 4512.0, 4541.0, 4511.0, 4551.0, 4512.0, 4539.0, 4511.0, 4528.0, 4490.0, 4526.0, 4480.0, 4528.0, 4482.0, 4520.0, 4470.0, 4518.0, 4470.0, 4529.0, 4482.0, 4533.0, 4484.0, 4542.0, 4507.0, 4485.0, 4526.0, 4496.0, 4547.0, 4509.0, 4559.0, 4518.0, 4547.0, 4497.0, 4547.0, 4485.0, 4526.0, 4497.0, 4516.0, 4493.0, 4534.0, 4482.0, 4523.0, 4482.0, 4534.0, 4482.0, 4524.0, 4481.0, 4511.0, 4470.0, 4501.0, 4470.0, 4502.0, 4470.0, 4501.0, 4509.0, 4511.0, 4539.0, 4510.0, 4499.0, 4500.0, 4468.0, 4510.0, 4468.0, 4512.0, 4501.0, 4514.0, 4502.0, 4502.0, 4471.0, 4502.0, 4482.0, 4532.0, 4483.0, 4522.0, 4483.0, 4535.0, 4504.0, 4534.0, 4485.0, 4533.0, 4484.0, 4543.0, 4513.0, 4545.0, 4546.0, 4525.0, 4538.0, 4495.0, 4534.0, 4494.0, 4534.0, 4507.0, 4525.0, 4502.0, 4541.0, 4483.0, 4531.0, 4483.0, 4532.0, 4484.0, 4534.0, 4503.0, 4531.0, 4483.0, 4531.0, 4493.0, 4541.0, 4494.0, 4531.0, 4504.0, 4529.0, 4503.0, 4532.0, 4503.0, 4543.0, 4505.0, 4543.0, 4513.0, 4541.0, 4494.0, 4530.0, 4491.0, 4521.0, 4495.0, 4533.0, 4503.0, 4530.0, 4492.0, 4530.0, 4482.0, 4530.0, 4482.0, 4532.0, 4483.0, 4532.0, 4481.0, 4512.0, 4472.0, 4512.0, 4471.0, 4514.0, 4502.0, 4511.0, 4511.0, 4503.0, 4491.0, 4493.0, 4522.0, 4483.0, 4544.0, 4504.0, 4531.0, 4513.0, 4531.0, 4493.0, 4533.0, 4484.0, 4534.0, 4506.0, 4544.0, 4525.0, 4534.0, 4515.0, 4533.0, 4505.0, 4543.0, 4496.0, 4545.0, 4515.0, 4543.0, 4506.0, 4543.0, 4496.0, 4542.0, 4496.0, 4543.0, 4506.0, 4545.0, 4515.0, 4535.0, 4496.0, 4534.0, 4485.0, 4535.0, 4516.0, 4544.0, 4524.0, 4542.0, 4483.0, 4532.0, 4482.0, 4521.0, 4471.0, 4532.0, 4482.0, 4521.0, 4480.0, 4502.0, 4469.0, 4521.0, 4470.0, 4521.0, 4482.0, 4524.0, 4486.0, 4533.0, 4505.0, 4533.0, 4485.0, 4521.0, 4483.0, 4532.0, 4498.0, 4546.0, 4505.0, 4542.0, 4495.0, 4531.0, 4495.0, 4531.0, 4496.0, 4546.0, 4524.0, 4544.0, 4528.0, 4514.0, 4514.0, 4504.0, 4526.0, 4497.0, 4516.0, 4484.0, 4517.0, 4484.0, 4526.0, 4487.0, 4528.0, 4485.0, 4516.0, 4493.0, 4535.0, 4483.0, 4545.0, 4495.0, 4545.0, 4495.0, 4546.0, 4506.0, 4536.0, 4497.0, 4547.0, 4498.0, 4545.0, 4498.0, 4557.0, 4528.0, 4554.0, 4516.0, 4553.0, 4494.0, 4534.0, 4505.0, 4545.0, 4514.0, 4532.0, 4495.0, 4533.0, 4485.0, 4533.0, 4485.0, 4555.0, 4528.0, 4535.0, 4537.0, 4496.0, 4516.0, 4494.0, 4536.0, 4511.0, 4557.0, 4535.0, 4516.0, 4529.0, 4495.0, 4539.0, 4497.0, 4538.0, 4508.0, 4526.0, 4530.0, 4508.0, 4557.0, 4515.0, 4531.0, 4531.0, 4520.0, 4519.0, 4539.0, 4511.0, 4559.0, 4538.0, 4519.0, 4527.0, 4506.0, 4534.0, 4484.0, 4520.0, 4479.0, 4511.0, 4470.0, 4508.0, 4470.0, 4501.0, 4460.0, 4500.0, 4467.0, 4497.0, 4447.0, 4497.0, 4447.0, 4490.0, 4473.0, 4502.0, 4470.0, 4519.0, 4478.0, 4511.0, 4500.0, 4470.0, 4468.0, 4480.0, 4470.0, 4525.0, 4538.0, 4510.0, 4537.0, 4529.0, 4546.0, 4516.0, 4545.0, 4494.0, 4530.0, 4479.0, 4519.0, 4476.0, 4516.0, 4441.0, 4490.0, 4441.0, 4470.0, 4428.0, 4468.0, 4430.0, 4479.0, 4440.0, 4488.0, 4452.0, 4494.0, 4457.0, 4520.0, 4468.0, 4498.0, 4490.0, 4457.0, 4465.0, 4456.0, 4488.0, 4469.0, 4500.0, 4473.0, 4512.0, 4482.0, 4513.0, 4482.0, 4526.0, 4515.0, 4532.0, 4503.0, 4471.0, 4511.0, 4471.0, 4522.0, 4482.0, 4514.0, 4492.0, 4513.0, 4522.0, 4512.0, 4519.0, 4491.0, 4510.0, 4487.0, 4507.0, 4479.0, 4506.0, 4468.0, 4496.0, 4455.0, 4493.0, 4456.0, 4486.0, 4456.0, 4494.0, 4467.0, 4498.0, 4468.0, 4486.0, 4457.0, 4506.0, 4468.0, 4508.0, 4468.0, 4511.0, 4469.0, 4511.0, 4483.0, 4515.0, 4484.0, 4504.0, 4483.0, 4524.0, 4482.0, 4524.0, 4483.0, 4515.0, 4526.0, 4526.0, 4515.0, 4514.0, 4523.0, 4493.0, 4529.0, 4504.0, 4531.0, 4525.0, 4535.0, 4535.0, 4504.0, 4514.0, 4485.0, 4524.0, 4480.0, 4513.0, 4472.0, 4514.0, 4504.0, 4504.0, 4481.0, 4505.0, 4472.0, 4502.0, 4500.0, 4502.0, 4518.0, 4501.0, 4531.0, 4504.0, 4532.0, 4503.0, 4521.0, 4493.0, 4521.0, 4503.0, 4531.0, 4505.0, 4533.0, 4503.0, 4531.0, 4502.0, 4532.0, 4492.0, 4533.0, 4515.0, 4543.0, 4524.0, 4523.0, 4524.0, 4501.0, 4504.0, 4533.0, 4506.0, 4534.0, 4514.0, 4521.0, 4504.0, 4531.0, 4482.0, 4532.0, 4495.0, 4535.0, 4496.0, 4523.0, 4506.0, 4544.0, 4506.0, 4534.0, 4507.0, 4546.0, 4518.0, 4544.0, 4527.0, 4517.0, 4528.0, 4506.0, 4527.0, 4544.0, 4526.0, 4543.0, 4524.0, 4501.0, 4513.0, 4491.0, 4513.0, 4534.0, 4525.0, 4521.0, 4514.0, 4522.0, 4491.0, 4520.0, 4482.0, 4522.0, 4481.0, 4510.0, 4469.0, 4499.0, 4469.0, 4521.0, 4471.0, 4509.0, 4468.0, 4511.0, 4458.0, 4521.0, 4471.0, 4511.0, 4480.0, 4499.0, 4468.0, 4481.0, 4509.0, 4481.0, 4518.0, 4469.0, 4532.0, 4480.0, 4512.0, 4470.0, 4504.0, 4471.0, 4502.0, 4469.0, 4513.0, 4494.0, 4526.0, 4504.0, 4517.0, 4484.0, 4537.0, 4495.0, 4536.0, 4508.0, 4536.0, 4495.0, 4537.0, 4498.0, 4527.0, 4483.0, 4526.0, 4497.0, 4528.0, 4503.0, 4516.0, 4483.0, 4514.0, 4482.0, 4526.0, 4504.0, 4504.0, 4501.0, 4513.0, 4498.0, 4503.0, 4520.0, 4514.0, 4532.0, 4523.0, 4482.0, 4513.0, 4470.0, 4524.0, 4483.0, 4522.0, 4483.0, 4523.0, 4483.0, 4503.0, 4471.0, 4513.0, 4480.0, 4512.0, 4520.0, 4493.0, 4520.0, 4491.0, 4520.0, 4481.0, 4511.0, 4482.0, 4520.0, 4481.0, 4523.0, 4483.0, 4511.0, 4482.0, 4522.0, 4494.0, 4531.0, 4492.0, 4534.0, 4495.0, 4532.0, 4505.0, 4522.0, 4482.0, 4522.0, 4496.0, 4532.0, 4514.0, 4531.0, 4514.0, 4501.0, 4515.0, 4505.0, 4527.0, 4494.0, 4515.0, 4483.0, 4515.0, 4482.0, 4527.0, 4496.0, 4515.0, 4484.0, 4526.0, 4484.0, 4525.0, 4484.0, 4526.0, 4484.0, 4523.0, 4484.0, 4525.0, 4484.0, 4533.0, 4497.0, 4535.0, 4504.0, 4540.0, 4496.0, 4533.0, 4494.0, 4534.0, 4495.0, 4531.0, 4506.0, 4533.0, 4494.0, 4521.0, 4502.0, 4536.0, 4537.0, 4512.0, 4513.0, 4483.0, 4513.0, 4490.0, 4513.0, 4532.0, 4522.0, 4510.0, 4513.0, 4470.0, 4502.0, 4482.0, 4524.0, 4482.0, 4502.0, 4472.0, 4522.0, 4470.0, 4523.0, 4482.0, 4525.0, 4483.0, 4503.0, 4481.0, 4514.0, 4484.0, 4522.0, 4484.0, 4535.0, 4485.0, 4525.0, 4485.0, 4525.0, 4485.0, 4534.0, 4486.0, 4533.0, 4505.0, 4541.0, 4504.0, 4532.0, 4494.0, 4534.0, 4504.0, 4531.0, 4502.0, 4529.0, 4481.0, 4520.0, 4471.0, 4510.0, 4470.0, 4499.0, 4468.0, 4507.0, 4459.0, 4520.0, 4459.0, 4519.0, 4480.0, 4510.0, 4471.0, 4511.0, 4472.0, 4532.0, 4485.0, 4523.0, 4493.0, 4530.0, 4483.0, 4522.0, 4472.0, 4524.0, 4484.0, 4511.0, 4473.0, 4510.0, 4471.0, 4521.0, 4472.0, 4521.0, 4483.0, 4522.0, 4482.0, 4502.0, 4482.0, 4512.0, 4482.0, 4533.0, 4486.0, 4523.0, 4493.0, 4520.0, 4483.0, 4522.0, 4473.0, 4521.0, 4483.0, 4522.0, 4503.0, 4531.0, 4481.0, 4529.0, 4482.0, 4521.0, 4504.0, 4530.0, 4492.0, 4519.0, 4503.0, 4533.0, 4504.0, 4521.0, 4502.0, 4473.0, 4501.0, 4471.0, 4522.0, 4471.0, 4533.0, 4483.0, 4526.0, 4483.0, 4525.0, 4485.0, 4504.0, 4484.0, 4531.0, 4484.0, 4533.0, 4496.0, 4533.0, 4505.0, 4534.0, 4514.0, 4486.0, 4529.0, 4498.0, 4535.0, 4526.0, 4524.0, 4536.0, 4528.0, 4527.0, 4496.0, 4516.0, 4484.0, 4515.0, 4472.0, 4511.0, 4469.0, 4501.0, 4470.0, 4490.0, 4470.0, 4499.0, 4471.0, 4509.0, 4481.0, 4531.0, 4503.0, 4502.0, 4513.0, 4494.0, 4522.0, 4481.0, 4473.0, 4491.0, 4513.0, 4494.0, 4549.0, 4540.0, 4540.0, 4534.0, 4536.0, 4526.0, 4526.0, 4504.0, 4532.0, 4491.0, 4529.0, 4479.0, 4517.0, 4468.0, 4514.0, 4488.0, 4495.0, 4505.0, 4445.0, 4476.0, 4469.0, 4510.0, 4507.0, 4457.0, 4499.0, 4481.0, 4470.0, 4511.0, 4469.0, 4511.0, 4492.0, 4520.0, 4492.0, 4520.0, 4525.0, 4534.0, 4534.0, 4494.0, 4502.0, 4481.0, 4481.0, 4548.0, 4495.0, 4515.0, 4518.0, 4547.0, 4553.0, 4530.0, 4517.0, 4497.0, 4514.0, 4517.0, 4486.0, 4527.0, 4516.0, 4484.0, 4525.0, 4504.0, 4512.0, 4502.0, 4511.0, 4499.0, 4508.0, 4488.0, 4495.0, 4475.0, 4493.0, 4466.0, 4483.0, 4455.0, 4482.0, 4455.0, 4484.0, 4455.0, 4495.0, 4465.0, 4496.0, 4489.0, 4498.0, 4507.0, 4471.0, 4490.0, 4472.0, 4461.0, 4482.0, 4472.0, 4513.0, 4485.0, 4535.0, 4497.0, 4527.0, 4483.0, 4526.0, 4487.0, 4535.0, 4483.0, 4530.0, 4471.0, 4510.0, 4470.0, 4498.0, 4457.0, 4486.0, 4458.0, 4497.0, 4457.0, 4495.0, 4467.0, 4498.0, 4476.0, 4507.0, 4477.0, 4498.0, 4477.0, 4498.0, 4500.0, 4458.0, 4509.0, 4460.0, 4500.0, 4471.0, 4524.0, 4524.0, 4499.0, 4529.0, 4530.0, 4499.0, 4517.0, 4528.0, 4486.0, 4537.0, 4497.0, 4541.0, 4521.0, 4553.0, 4520.0, 4552.0, 4507.0, 4558.0, 4487.0, 4534.0, 4491.0, 4529.0, 4509.0, 4518.0, 4518.0, 4455.0, 4505.0, 4456.0, 4483.0, 4454.0, 4471.0, 4443.0, 4471.0, 4441.0, 4479.0, 4471.0, 4482.0, 4493.0, 4434.0, 4495.0, 4446.0, 4485.0, 4454.0, 4494.0, 4457.0, 4506.0, 4477.0, 4458.0, 4510.0, 4473.0, 4512.0, 4484.0, 4535.0, 4534.0, 4497.0, 4514.0, 4515.0], 'WindowWidth': [9973.0, 9882.0, 9902.0, 9844.0, 9886.0, 9835.0, 9882.0, 9843.0, 9881.0, 9872.0, 9951.0, 9881.0, 9923.0, 9934.0, 9882.0, 9906.0, 9885.0, 9888.0, 9883.0, 9930.0, 9932.0, 9891.0, 9941.0, 9892.0, 9941.0, 9889.0, 9977.0, 9893.0, 9953.0, 9889.0, 9942.0, 9916.0, 9919.0, 9922.0, 9908.0, 9926.0, 9868.0, 9903.0, 9840.0, 9888.0, 9830.0, 9868.0, 9803.0, 9848.0, 9785.0, 9848.0, 9790.0, 9851.0, 9790.0, 9855.0, 9809.0, 9873.0, 9812.0, 9872.0, 9829.0, 9881.0, 9849.0, 9880.0, 9866.0, 9859.0, 9883.0, 9838.0, 9896.0, 9846.0, 9904.0, 9873.0, 9921.0, 9873.0, 9919.0, 9881.0, 9932.0, 9909.0, 9934.0, 9951.0, 9937.0, 9956.0, 9898.0, 9920.0, 9909.0, 9931.0, 9896.0, 9959.0, 9945.0, 9960.0, 9976.0, 10002.0, 9975.0, 9954.0, 9955.0, 9895.0, 9938.0, 9887.0, 9933.0, 9884.0, 9930.0, 9902.0, 9916.0, 9868.0, 9927.0, 9866.0, 9923.0, 9861.0, 9920.0, 9860.0, 9906.0, 9858.0, 9886.0, 9842.0, 9871.0, 9839.0, 9883.0, 9838.0, 9881.0, 9821.0, 9896.0, 9838.0, 9908.0, 9838.0, 9913.0, 9846.0, 9916.0, 9870.0, 9919.0, 9866.0, 9916.0, 9868.0, 9928.0, 9859.0, 9942.0, 9900.0, 9975.0, 9938.0, 9920.0, 9940.0, 9894.0, 9958.0, 9933.0, 9946.0, 9903.0, 9970.0, 9915.0, 9971.0, 9910.0, 9974.0, 9921.0, 9972.0, 9937.0, 9974.0, 9900.0, 9972.0, 9899.0, 9963.0, 9913.0, 9981.0, 9933.0, 9967.0, 9888.0, 9945.0, 9868.0, 9933.0, 9864.0, 9936.0, 9871.0, 9927.0, 9862.0, 9922.0, 9842.0, 9910.0, 9845.0, 9910.0, 9864.0, 9915.0, 9861.0, 9896.0, 9844.0, 9896.0, 9845.0, 9909.0, 9849.0, 9935.0, 9870.0, 9913.0, 9849.0, 9910.0, 9850.0, 9918.0, 9851.0, 9934.0, 9871.0, 9919.0, 9871.0, 9928.0, 9869.0, 9933.0, 9877.0, 9971.0, 9949.0, 9927.0, 9932.0, 9889.0, 9932.0, 9904.0, 9941.0, 9953.0, 9936.0, 9902.0, 9921.0, 9886.0, 9934.0, 9912.0, 9935.0, 9919.0, 9932.0, 9895.0, 9919.0, 9889.0, 9946.0, 9905.0, 9954.0, 9905.0, 9948.0, 9893.0, 9941.0, 9888.0, 9950.0, 9911.0, 9935.0, 9893.0, 9959.0, 9892.0, 9933.0, 9872.0, 9936.0, 9906.0, 9932.0, 9876.0, 9942.0, 9871.0, 9954.0, 9886.0, 9927.0, 9886.0, 9916.0, 9936.0, 9894.0, 9926.0, 9881.0, 9927.0, 9866.0, 9914.0, 9864.0, 9914.0, 9851.0, 9918.0, 9868.0, 9933.0, 9868.0, 9935.0, 9889.0, 9963.0, 9897.0, 9927.0, 9872.0, 9936.0, 9874.0, 9944.0, 9874.0, 9965.0, 9897.0, 9919.0, 9871.0, 9901.0, 9868.0, 9897.0, 9918.0, 9892.0, 9969.0, 9914.0, 9957.0, 9945.0, 9925.0, 9903.0, 9949.0, 9889.0, 9971.0, 9894.0, 9958.0, 9888.0, 9939.0, 9887.0, 9938.0, 9884.0, 9967.0, 9896.0, 9944.0, 9892.0, 9933.0, 9880.0, 9938.0, 9886.0, 9964.0, 9910.0, 9975.0, 9924.0, 9973.0, 9899.0, 9974.0, 9922.0, 9977.0, 9936.0, 9966.0, 9916.0, 9943.0, 9885.0, 9946.0, 9910.0, 9945.0, 9905.0, 9959.0, 9909.0, 9939.0, 9903.0, 9922.0, 9875.0, 9918.0, 9861.0, 9926.0, 9866.0, 9913.0, 9849.0, 9909.0, 9848.0, 9925.0, 9870.0, 9939.0, 9878.0, 9951.0, 9913.0, 9879.0, 9937.0, 9896.0, 9968.0, 9921.0, 9988.0, 9930.0, 9965.0, 9898.0, 9966.0, 9876.0, 9934.0, 9897.0, 9923.0, 9885.0, 9941.0, 9869.0, 9926.0, 9868.0, 9940.0, 9868.0, 9929.0, 9867.0, 9905.0, 9849.0, 9893.0, 9847.0, 9893.0, 9847.0, 9890.0, 9899.0, 9904.0, 9939.0, 9900.0, 9884.0, 9886.0, 9841.0, 9901.0, 9842.0, 9907.0, 9892.0, 9912.0, 9893.0, 9894.0, 9851.0, 9894.0, 9869.0, 9935.0, 9872.0, 9922.0, 9870.0, 9944.0, 9901.0, 9941.0, 9880.0, 9940.0, 9876.0, 9952.0, 9914.0, 9961.0, 9962.0, 9931.0, 9954.0, 9891.0, 9943.0, 9888.0, 9940.0, 9910.0, 9934.0, 9896.0, 9948.0, 9870.0, 9933.0, 9869.0, 9937.0, 9875.0, 9940.0, 9897.0, 9933.0, 9871.0, 9933.0, 9884.0, 9951.0, 9889.0, 9934.0, 9900.0, 9929.0, 9899.0, 9936.0, 9900.0, 9953.0, 9905.0, 9952.0, 9912.0, 9944.0, 9888.0, 9928.0, 9878.0, 9920.0, 9889.0, 9937.0, 9898.0, 9930.0, 9882.0, 9929.0, 9867.0, 9930.0, 9866.0, 9936.0, 9871.0, 9934.0, 9864.0, 9906.0, 9852.0, 9907.0, 9849.0, 9914.0, 9896.0, 9906.0, 9904.0, 9895.0, 9876.0, 9882.0, 9919.0, 9872.0, 9955.0, 9902.0, 9934.0, 9911.0, 9930.0, 9885.0, 9936.0, 9875.0, 9943.0, 9908.0, 9956.0, 9932.0, 9941.0, 9916.0, 9937.0, 9903.0, 9953.0, 9895.0, 9959.0, 9919.0, 9952.0, 9906.0, 9952.0, 9892.0, 9949.0, 9893.0, 9953.0, 9908.0, 9959.0, 9918.0, 9943.0, 9895.0, 9941.0, 9877.0, 9947.0, 9922.0, 9958.0, 9928.0, 9948.0, 9871.0, 9935.0, 9866.0, 9917.0, 9851.0, 9935.0, 9869.0, 9919.0, 9860.0, 9892.0, 9847.0, 9918.0, 9849.0, 9918.0, 9868.0, 9927.0, 9879.0, 9939.0, 9902.0, 9938.0, 9875.0, 9921.0, 9871.0, 9939.0, 9901.0, 9962.0, 9905.0, 9950.0, 9891.0, 9934.0, 9891.0, 9934.0, 9896.0, 9962.0, 9930.0, 9956.0, 9942.0, 9914.0, 9915.0, 9905.0, 9939.0, 9896.0, 9921.0, 9876.0, 9924.0, 9876.0, 9935.0, 9885.0, 9942.0, 9879.0, 9922.0, 9886.0, 9944.0, 9873.0, 9959.0, 9892.0, 9961.0, 9894.0, 9962.0, 9909.0, 9951.0, 9901.0, 9964.0, 9900.0, 9959.0, 9904.0, 9981.0, 9941.0, 9970.0, 9920.0, 9965.0, 9888.0, 9940.0, 9905.0, 9959.0, 9915.0, 9936.0, 9892.0, 9938.0, 9877.0, 9939.0, 9877.0, 9973.0, 9942.0, 9945.0, 9953.0, 9898.0, 9923.0, 9891.0, 9951.0, 9924.0, 9981.0, 9949.0, 9923.0, 9945.0, 9892.0, 9957.0, 9900.0, 9954.0, 9915.0, 9934.0, 9951.0, 9913.0, 9995.0, 9930.0, 9947.0, 9949.0, 9932.0, 9931.0, 9960.0, 9920.0, 9984.0, 9952.0, 9930.0, 9935.0, 9905.0, 9938.0, 9870.0, 9914.0, 9856.0, 9903.0, 9844.0, 9895.0, 9843.0, 9886.0, 9829.0, 9884.0, 9837.0, 9877.0, 9807.0, 9877.0, 9808.0, 9869.0, 9855.0, 9891.0, 9847.0, 9908.0, 9851.0, 9903.0, 9887.0, 9847.0, 9836.0, 9856.0, 9843.0, 9930.0, 9954.0, 9919.0, 9952.0, 9941.0, 9961.0, 9918.0, 9955.0, 9883.0, 9926.0, 9853.0, 9907.0, 9841.0, 9897.0, 9788.0, 9854.0, 9784.0, 9824.0, 9763.0, 9819.0, 9769.0, 9837.0, 9785.0, 9849.0, 9804.0, 9867.0, 9823.0, 9910.0, 9836.0, 9875.0, 9871.0, 9820.0, 9828.0, 9820.0, 9865.0, 9843.0, 9885.0, 9854.0, 9904.0, 9866.0, 9908.0, 9867.0, 9932.0, 9917.0, 9934.0, 9896.0, 9849.0, 9904.0, 9850.0, 9922.0, 9867.0, 9911.0, 9879.0, 9910.0, 9919.0, 9904.0, 9910.0, 9875.0, 9896.0, 9864.0, 9889.0, 9852.0, 9885.0, 9835.0, 9871.0, 9817.0, 9864.0, 9817.0, 9856.0, 9818.0, 9868.0, 9837.0, 9880.0, 9839.0, 9860.0, 9823.0, 9887.0, 9839.0, 9892.0, 9841.0, 9903.0, 9845.0, 9906.0, 9872.0, 9919.0, 9875.0, 9900.0, 9869.0, 9927.0, 9867.0, 9928.0, 9871.0, 9916.0, 9934.0, 9934.0, 9917.0, 9915.0, 9924.0, 9884.0, 9927.0, 9898.0, 9932.0, 9929.0, 9942.0, 9944.0, 9899.0, 9913.0, 9874.0, 9926.0, 9863.0, 9910.0, 9853.0, 9912.0, 9902.0, 9900.0, 9864.0, 9900.0, 9852.0, 9892.0, 9885.0, 9892.0, 9909.0, 9892.0, 9933.0, 9899.0, 9934.0, 9897.0, 9918.0, 9884.0, 9917.0, 9896.0, 9932.0, 9902.0, 9938.0, 9897.0, 9932.0, 9896.0, 9933.0, 9883.0, 9938.0, 9916.0, 9953.0, 9928.0, 9923.0, 9928.0, 9893.0, 9899.0, 9938.0, 9907.0, 9941.0, 9915.0, 9919.0, 9902.0, 9931.0, 9870.0, 9936.0, 9892.0, 9944.0, 9894.0, 9926.0, 9908.0, 9955.0, 9909.0, 9942.0, 9913.0, 9963.0, 9928.0, 9957.0, 9938.0, 9922.0, 9938.0, 9905.0, 9935.0, 9956.0, 9933.0, 9953.0, 9927.0, 9892.0, 9910.0, 9879.0, 9909.0, 9940.0, 9929.0, 9919.0, 9913.0, 9920.0, 9877.0, 9915.0, 9866.0, 9922.0, 9865.0, 9899.0, 9843.0, 9883.0, 9844.0, 9918.0, 9851.0, 9898.0, 9841.0, 9901.0, 9828.0, 9916.0, 9850.0, 9903.0, 9858.0, 9884.0, 9841.0, 9863.0, 9897.0, 9863.0, 9909.0, 9844.0, 9934.0, 9863.0, 9907.0, 9848.0, 9898.0, 9850.0, 9894.0, 9846.0, 9911.0, 9887.0, 9932.0, 9902.0, 9922.0, 9874.0, 9949.0, 9890.0, 9948.0, 9913.0, 9950.0, 9889.0, 9952.0, 9899.0, 9936.0, 9871.0, 9934.0, 9896.0, 9941.0, 9899.0, 9919.0, 9868.0, 9912.0, 9867.0, 9933.0, 9899.0, 9899.0, 9890.0, 9908.0, 9884.0, 9895.0, 9914.0, 9912.0, 9932.0, 9923.0, 9866.0, 9909.0, 9848.0, 9925.0, 9869.0, 9922.0, 9871.0, 9925.0, 9868.0, 9895.0, 9848.0, 9909.0, 9859.0, 9903.0, 9915.0, 9882.0, 9916.0, 9878.0, 9914.0, 9864.0, 9902.0, 9865.0, 9913.0, 9865.0, 9922.0, 9869.0, 9904.0, 9868.0, 9920.0, 9886.0, 9933.0, 9884.0, 9942.0, 9890.0, 9934.0, 9903.0, 9920.0, 9868.0, 9922.0, 9893.0, 9936.0, 9914.0, 9933.0, 9913.0, 9893.0, 9916.0, 9903.0, 9936.0, 9888.0, 9916.0, 9871.0, 9916.0, 9868.0, 9936.0, 9896.0, 9918.0, 9873.0, 9933.0, 9870.0, 9928.0, 9873.0, 9933.0, 9873.0, 9924.0, 9872.0, 9928.0, 9872.0, 9940.0, 9898.0, 9944.0, 9901.0, 9945.0, 9892.0, 9937.0, 9888.0, 9941.0, 9890.0, 9932.0, 9905.0, 9936.0, 9887.0, 9917.0, 9896.0, 9947.0, 9948.0, 9909.0, 9911.0, 9867.0, 9908.0, 9873.0, 9909.0, 9936.0, 9921.0, 9900.0, 9907.0, 9847.0, 9892.0, 9868.0, 9927.0, 9866.0, 9894.0, 9852.0, 9922.0, 9849.0, 9922.0, 9867.0, 9930.0, 9871.0, 9896.0, 9863.0, 9913.0, 9872.0, 9923.0, 9874.0, 9944.0, 9875.0, 9930.0, 9877.0, 9930.0, 9874.0, 9940.0, 9880.0, 9940.0, 9902.0, 9946.0, 9900.0, 9935.0, 9886.0, 9940.0, 9899.0, 9931.0, 9893.0, 9925.0, 9861.0, 9911.0, 9848.0, 9898.0, 9845.0, 9882.0, 9842.0, 9892.0, 9831.0, 9913.0, 9831.0, 9910.0, 9859.0, 9901.0, 9849.0, 9903.0, 9853.0, 9935.0, 9878.0, 9925.0, 9882.0, 9928.0, 9870.0, 9920.0, 9853.0, 9927.0, 9872.0, 9903.0, 9854.0, 9900.0, 9850.0, 9916.0, 9851.0, 9917.0, 9870.0, 9922.0, 9867.0, 9891.0, 9865.0, 9905.0, 9867.0, 9936.0, 9878.0, 9922.0, 9882.0, 9914.0, 9870.0, 9918.0, 9853.0, 9919.0, 9872.0, 9921.0, 9895.0, 9928.0, 9863.0, 9922.0, 9865.0, 9915.0, 9901.0, 9929.0, 9879.0, 9912.0, 9894.0, 9937.0, 9898.0, 9917.0, 9892.0, 9854.0, 9891.0, 9849.0, 9919.0, 9852.0, 9938.0, 9869.0, 9931.0, 9871.0, 9928.0, 9873.0, 9898.0, 9872.0, 9931.0, 9872.0, 9937.0, 9890.0, 9940.0, 9904.0, 9939.0, 9914.0, 9878.0, 9944.0, 9903.0, 9944.0, 9934.0, 9928.0, 9950.0, 9939.0, 9936.0, 9890.0, 9919.0, 9871.0, 9914.0, 9852.0, 9903.0, 9844.0, 9888.0, 9844.0, 9871.0, 9843.0, 9883.0, 9846.0, 9895.0, 9863.0, 9933.0, 9894.0, 9894.0, 9912.0, 9889.0, 9921.0, 9862.0, 9854.0, 9876.0, 9910.0, 9884.0, 9972.0, 9962.0, 9958.0, 9942.0, 9945.0, 9932.0, 9932.0, 9899.0, 9936.0, 9874.0, 9926.0, 9853.0, 9903.0, 9836.0, 9895.0, 9864.0, 9869.0, 9883.0, 9802.0, 9845.0, 9841.0, 9900.0, 9894.0, 9823.0, 9884.0, 9865.0, 9846.0, 9901.0, 9845.0, 9902.0, 9878.0, 9914.0, 9877.0, 9913.0, 9927.0, 9941.0, 9942.0, 9889.0, 9894.0, 9862.0, 9865.0, 9966.0, 9889.0, 9918.0, 9927.0, 9963.0, 9980.0, 9940.0, 9916.0, 9885.0, 9903.0, 9915.0, 9873.0, 9931.0, 9915.0, 9870.0, 9925.0, 9894.0, 9901.0, 9886.0, 9896.0, 9877.0, 9888.0, 9858.0, 9862.0, 9837.0, 9858.0, 9823.0, 9844.0, 9809.0, 9843.0, 9809.0, 9847.0, 9812.0, 9864.0, 9826.0, 9870.0, 9865.0, 9876.0, 9888.0, 9846.0, 9870.0, 9848.0, 9831.0, 9863.0, 9852.0, 9907.0, 9874.0, 9943.0, 9894.0, 9932.0, 9871.0, 9929.0, 9877.0, 9942.0, 9867.0, 9928.0, 9844.0, 9894.0, 9840.0, 9876.0, 9819.0, 9857.0, 9821.0, 9871.0, 9819.0, 9869.0, 9832.0, 9873.0, 9845.0, 9886.0, 9846.0, 9873.0, 9848.0, 9876.0, 9881.0, 9823.0, 9895.0, 9830.0, 9884.0, 9850.0, 9924.0, 9927.0, 9901.0, 9941.0, 9946.0, 9901.0, 9922.0, 9936.0, 9876.0, 9947.0, 9891.0, 9963.0, 9932.0, 9983.0, 9933.0, 9977.0, 9910.0, 9979.0, 9878.0, 9938.0, 9875.0, 9923.0, 9894.0, 9902.0, 9903.0, 9814.0, 9881.0, 9811.0, 9845.0, 9806.0, 9827.0, 9789.0, 9824.0, 9786.0, 9835.0, 9826.0, 9842.0, 9859.0, 9782.0, 9865.0, 9801.0, 9854.0, 9813.0, 9865.0, 9819.0, 9884.0, 9849.0, 9824.0, 9896.0, 9851.0, 9905.0, 9873.0, 9940.0, 9940.0, 9898.0, 9914.0, 9916.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.004338898876404495</td></tr>
<tr><td colspan=3>aqi</td><td>0.031275283670411984</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.04567463422787</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2230324381934046</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0311626892128927</td></tr>
<tr><td colspan=3>efc</td><td>0.4532</td></tr>
<tr><td colspan=3>fber</td><td>6664.6001</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10075141489337291</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>81</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.067415730337078</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6733422378464518</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5743042113510777</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.879433658621679</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.566288843566597</td></tr>
<tr><td colspan=3>gcor</td><td>0.0161294</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015163436532020569</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025831811130046844</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.5852978987942863</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>28.9341</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.489</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.0008</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307743.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>860.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>371.7777</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6235</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>649.7866</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3722.2045</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4007.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68801.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1002.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4974.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1117.6117</td></tr>
<tr><td colspan=3>tsnr</td><td>33.91693578322884</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>