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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:56:38.965000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997785, -0.0283759, 0.0601717, 0.0278706, 0.999569, 0.00921956]</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.0783956</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4145, -7717, -7317, 646, -111, -33, -80, 106]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>222.29</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d935d4c8-5832-4f61-a650-587dd88cd874||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.676983118057251, 0.07477486878633499, 0.16310001909732819, 105.92430877685547], [0.07613039761781693, 2.6817705631256104, 0.020309703424572945, -104.74772644042969], [0.16143636405467987, -0.024735409766435623, 2.694992780685425, -67.274658203125], [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': ['135638.965000', '135639.425000', '135639.885000', '135640.345000', '135640.805000', '135641.265000', '135641.725000', '135642.185000', '135642.645000', '135643.105000', '135643.565000', '135644.025000', '135644.485000', '135644.945000', '135645.405000', '135645.865000', '135646.325000', '135646.785000', '135647.245000', '135647.705000', '135648.165000', '135648.625000', '135649.085000', '135649.545000', '135650.005000', '135650.465000', '135650.925000', '135651.385000', '135651.845000', '135652.305000', '135652.765000', '135653.225000', '135653.685000', '135654.145000', '135654.605000', '135655.065000', '135655.525000', '135655.985000', '135656.445000', '135656.905000', '135657.365000', '135657.825000', '135658.285000', '135658.745000', '135659.205000', '135659.665000', '135700.125000', '135700.585000', '135701.045000', '135701.505000', '135701.965000', '135702.425000', '135702.885000', '135703.345000', '135703.805000', '135704.265000', '135704.725000', '135705.185000', '135705.645000', '135706.105000', '135706.565000', '135707.025000', '135707.485000', '135707.945000', '135708.405000', '135708.865000', '135709.325000', '135709.785000', '135710.245000', '135710.705000', '135711.165000', '135711.625000', '135712.085000', '135712.545000', '135713.005000', '135713.465000', '135713.925000', '135714.385000', '135714.845000', '135715.305000', '135715.765000', '135716.225000', '135716.685000', '135717.145000', '135717.605000', '135718.065000', '135718.525000', '135718.985000', '135719.445000', '135719.905000', '135720.365000', '135720.825000', '135721.285000', '135721.745000', '135722.205000', '135722.665000', '135723.125000', '135723.585000', '135724.045000', '135724.505000', '135724.965000', '135725.425000', '135725.885000', '135726.345000', '135726.805000', '135727.265000', '135727.725000', '135728.185000', '135728.645000', '135729.105000', '135729.565000', '135730.025000', '135730.485000', '135730.945000', '135731.405000', '135731.865000', '135732.325000', '135732.785000', '135733.245000', '135733.705000', '135734.165000', '135734.625000', '135735.085000', '135735.545000', '135736.005000', '135736.465000', '135736.925000', '135737.385000', '135737.845000', '135738.305000', '135738.765000', '135739.225000', '135739.685000', '135740.145000', '135740.605000', '135741.065000', '135741.525000', '135741.985000', '135742.445000', '135742.905000', '135743.365000', '135743.825000', '135744.285000', '135744.745000', '135745.205000', '135745.665000', '135746.125000', '135746.585000', '135747.045000', '135747.505000', '135747.965000', '135748.425000', '135748.885000', '135749.345000', '135749.805000', '135750.265000', '135750.725000', '135751.185000', '135751.645000', '135752.105000', '135752.565000', '135753.025000', '135753.485000', '135753.945000', '135754.405000', '135754.865000', '135755.325000', '135755.785000', '135756.245000', '135756.705000', '135757.165000', '135757.625000', '135758.085000', '135758.545000', '135759.005000', '135759.465000', '135759.925000', '135800.385000', '135800.845000', '135801.305000', '135801.765000', '135802.225000', '135802.685000', '135803.145000', '135803.605000', '135804.065000', '135804.525000', '135804.985000', '135805.445000', '135805.905000', '135806.365000', '135806.825000', '135807.285000', '135807.745000', '135808.205000', '135808.665000', '135809.125000', '135809.585000', '135810.045000', '135810.505000', '135810.965000', '135811.425000', '135811.885000', '135812.345000', '135812.805000', '135813.265000', '135813.725000', '135814.185000', '135814.645000', '135815.105000', '135815.565000', '135816.025000', '135816.485000', '135816.945000', '135817.405000', '135817.865000', '135818.325000', '135818.785000', '135819.245000', '135819.705000', '135820.165000', '135820.625000', '135821.085000', '135821.545000', '135822.005000', '135822.465000', '135822.925000', '135823.385000', '135823.845000', '135824.305000', '135824.765000', '135825.225000', '135825.685000', '135826.145000', '135826.605000', '135827.065000', '135827.525000', '135827.985000', '135828.445000', '135828.905000', '135829.365000', '135829.825000', '135830.285000', '135830.745000', '135831.205000', '135831.665000', '135832.125000', '135832.585000', '135833.045000', '135833.505000', '135833.965000', '135834.425000', '135834.885000', '135835.345000', '135835.805000', '135836.265000', '135836.725000', '135837.185000', '135837.645000', '135838.105000', '135838.565000', '135839.025000', '135839.485000', '135839.945000', '135840.405000', '135840.865000', '135841.325000', '135841.785000', '135842.245000', '135842.705000', '135843.165000', '135843.625000', '135844.085000', '135844.545000', '135845.005000', '135845.465000', '135845.925000', '135846.385000', '135846.845000', '135847.305000', '135847.765000', '135848.225000', '135848.685000', '135849.145000', '135849.605000', '135850.065000', '135850.525000', '135850.985000', '135851.445000', '135851.905000', '135852.365000', '135852.825000', '135853.285000', '135853.745000', '135854.205000', '135854.665000', '135855.125000', '135855.585000', '135856.045000', '135856.505000', '135856.965000', '135857.425000', '135857.885000', '135858.345000', '135858.805000', '135859.265000', '135859.725000', '135900.185000', '135900.645000', '135901.105000', '135901.565000', '135902.025000', '135902.485000', '135902.945000', '135903.405000', '135903.865000', '135904.325000', '135904.785000', '135905.245000', '135905.705000', '135906.165000', '135906.625000', '135907.085000', '135907.545000', '135908.005000', '135908.465000', '135908.925000', '135909.385000', '135909.845000', '135910.305000', '135910.765000', '135911.225000', '135911.685000', '135912.145000', '135912.605000', '135913.065000', '135913.525000', '135913.985000', '135914.445000', '135914.905000', '135915.365000', '135915.825000', '135916.285000', '135916.745000', '135917.205000', '135917.665000', '135918.125000', '135918.585000', '135919.045000', '135919.505000', '135919.965000', '135920.425000', '135920.885000', '135921.345000', '135921.805000', '135922.265000', '135922.725000', '135923.185000', '135923.645000', '135924.105000', '135924.565000', '135925.025000', '135925.485000', '135925.945000', '135926.405000', '135926.865000', '135927.325000', '135927.785000', '135928.245000', '135928.705000', '135929.165000', '135929.625000', '135930.085000', '135930.545000', '135931.005000', '135931.465000', '135931.925000', '135932.385000', '135932.845000', '135933.305000', '135933.765000', '135934.225000', '135934.685000', '135935.145000', '135935.605000', '135936.065000', '135936.525000', '135936.985000', '135937.445000', '135937.905000', '135938.365000', '135938.825000', '135939.285000', '135939.745000', '135940.205000', '135940.665000', '135941.125000', '135941.585000', '135942.045000', '135942.505000', '135942.965000', '135943.425000', '135943.885000', '135944.345000', '135944.805000', '135945.265000', '135945.725000', '135946.185000', '135946.645000', '135947.105000', '135947.565000', '135948.025000', '135948.485000', '135948.945000', '135949.405000', '135949.865000', '135950.325000', '135950.785000', '135951.245000', '135951.705000', '135952.165000', '135952.625000', '135953.085000', '135953.545000', '135954.005000', '135954.465000', '135954.925000', '135955.385000', '135955.845000', '135956.305000', '135956.765000', '135957.225000', '135957.685000', '135958.145000', '135958.605000', '135959.065000', '135959.525000', '135959.985000', '140000.445000', '140000.905000', '140001.365000', '140001.825000', '140002.285000', '140002.745000', '140003.205000', '140003.665000', '140004.125000', '140004.585000', '140005.045000', '140005.505000', '140005.965000', '140006.425000', '140006.885000', '140007.345000', '140007.805000', '140008.265000', '140008.725000', '140009.185000', '140009.645000', '140010.105000', '140010.565000', '140011.025000', '140011.485000', '140011.945000', '140012.405000', '140012.865000', '140013.325000', '140013.785000', '140014.245000', '140014.705000', '140015.165000', '140015.625000', '140016.085000', '140016.545000', '140017.005000', '140017.465000', '140017.925000', '140018.385000', '140018.845000', '140019.305000', '140019.765000', '140020.225000', '140020.685000', '140021.145000', '140021.605000', '140022.065000', '140022.525000', '140022.985000', '140023.445000', '140023.905000', '140024.365000', '140024.825000', '140025.285000', '140025.745000', '140026.205000', '140026.665000', '140027.125000', '140027.585000', '140028.045000', '140028.505000', '140028.965000', '140029.425000', '140029.885000', '140030.345000', '140030.805000', '140031.265000', '140031.725000', '140032.185000', '140032.645000', '140033.105000', '140033.565000', '140034.025000', '140034.485000', '140034.945000', '140035.405000', '140035.865000', '140036.325000', '140036.785000', '140037.245000', '140037.705000', '140038.165000', '140038.625000', '140039.085000', '140039.545000', '140040.005000', '140040.465000', '140040.925000', '140041.385000', '140041.845000', '140042.305000', '140042.765000', '140043.225000', '140043.685000', '140044.145000', '140044.605000', '140045.065000', '140045.525000', '140045.985000', '140046.445000', '140046.905000', '140047.365000', '140047.825000', '140048.285000', '140048.745000', '140049.205000', '140049.665000', '140050.125000', '140050.585000', '140051.045000', '140051.505000', '140051.965000', '140052.425000', '140052.885000', '140053.345000', '140053.805000', '140054.265000', '140054.725000', '140055.185000', '140055.645000', '140056.105000', '140056.565000', '140057.025000', '140057.485000', '140057.945000', '140058.405000', '140058.865000', '140059.325000', '140059.785000', '140100.245000', '140100.705000', '140101.165000', '140101.625000', '140102.085000', '140102.545000', '140103.005000', '140103.465000', '140103.925000', '140104.385000', '140104.845000', '140105.305000', '140105.765000', '140106.225000', '140106.685000', '140107.145000', '140107.605000', '140108.065000', '140108.525000', '140108.985000', '140109.445000', '140109.905000', '140110.365000', '140110.825000', '140111.285000', '140111.745000', '140112.205000', '140112.665000', '140113.125000', '140113.585000', '140114.045000', '140114.505000', '140114.965000', '140115.425000', '140115.885000', '140116.345000', '140116.805000', '140117.265000', '140117.725000', '140118.185000', '140118.645000', '140119.105000', '140119.565000', '140120.025000', '140120.485000', '140120.945000', '140121.405000', '140121.865000', '140122.325000', '140122.785000', '140123.245000', '140123.705000', '140124.165000', '140124.625000', '140125.085000', '140125.545000', '140126.005000', '140126.465000', '140126.925000', '140127.385000', '140127.845000', '140128.305000', '140128.765000', '140129.225000', '140129.685000', '140130.145000', '140130.605000', '140131.065000', '140131.525000', '140131.985000', '140132.445000', '140132.905000', '140133.365000', '140133.825000', '140134.285000', '140134.745000', '140135.205000', '140135.665000', '140136.125000', '140136.585000', '140137.045000', '140137.505000', '140137.965000', '140138.425000', '140138.885000', '140139.345000', '140139.805000', '140140.265000', '140140.725000', '140141.185000', '140141.645000', '140142.105000', '140142.565000', '140143.025000', '140143.485000', '140143.945000', '140144.405000', '140144.865000', '140145.325000', '140145.785000', '140146.245000', '140146.705000', '140147.165000', '140147.625000', '140148.085000', '140148.545000', '140149.005000', '140149.465000', '140149.925000', '140150.385000', '140150.845000', '140151.305000', '140151.765000', '140152.225000', '140152.685000', '140153.145000', '140153.605000', '140154.065000', '140154.525000', '140154.985000', '140155.445000', '140155.905000', '140156.365000', '140156.825000', '140157.285000', '140157.745000', '140158.205000', '140158.665000', '140159.125000', '140159.585000', '140200.045000', '140200.505000', '140200.965000', '140201.425000', '140201.885000', '140202.345000', '140202.805000', '140203.265000', '140203.725000', '140204.185000', '140204.645000', '140205.105000', '140205.565000', '140206.025000', '140206.485000', '140206.945000', '140207.405000', '140207.865000', '140208.325000', '140208.785000', '140209.245000', '140209.705000', '140210.165000', '140210.625000', '140211.085000', '140211.545000', '140212.005000', '140212.465000', '140212.925000', '140213.385000', '140213.845000', '140214.305000', '140214.765000', '140215.225000', '140215.685000', '140216.145000', '140216.605000', '140217.065000', '140217.525000', '140217.985000', '140218.445000', '140218.905000', '140219.365000', '140219.825000', '140220.285000', '140220.745000', '140221.205000', '140221.665000', '140222.125000', '140222.585000', '140223.045000', '140223.505000', '140223.965000', '140224.425000', '140224.885000', '140225.345000', '140225.805000', '140226.265000', '140226.725000', '140227.185000', '140227.645000', '140228.105000', '140228.565000', '140229.025000', '140229.485000', '140229.945000', '140230.405000', '140230.865000', '140231.325000', '140231.785000', '140232.245000', '140232.705000', '140233.165000', '140233.625000', '140234.085000', '140234.545000', '140235.005000', '140235.465000', '140235.925000', '140236.385000', '140236.845000', '140237.305000', '140237.765000', '140238.225000', '140238.685000', '140239.145000', '140239.605000', '140240.065000', '140240.525000', '140240.985000', '140241.445000', '140241.905000', '140242.365000', '140242.825000', '140243.285000', '140243.745000', '140244.205000', '140244.665000', '140245.125000', '140245.585000', '140246.045000', '140246.505000', '140246.965000', '140247.425000', '140247.885000', '140248.345000', '140248.805000', '140249.265000', '140249.725000', '140250.185000', '140250.645000', '140251.105000', '140251.565000', '140252.025000', '140252.485000', '140252.945000', '140253.405000', '140253.865000', '140254.325000', '140254.785000', '140255.245000', '140255.705000', '140256.165000', '140256.625000', '140257.085000', '140257.545000', '140258.005000', '140258.465000', '140258.925000', '140259.385000', '140259.845000', '140300.305000', '140300.765000', '140301.225000', '140301.685000', '140302.145000', '140302.605000', '140303.065000', '140303.525000', '140303.985000', '140304.445000', '140304.905000', '140305.365000', '140305.825000', '140306.285000', '140306.745000', '140307.205000', '140307.665000', '140308.125000', '140308.585000', '140309.045000', '140309.505000', '140309.965000', '140310.425000', '140310.885000', '140311.345000', '140311.805000', '140312.265000', '140312.725000', '140313.185000', '140313.645000', '140314.105000', '140314.565000', '140315.025000', '140315.485000', '140315.945000', '140316.405000', '140316.865000', '140317.325000', '140317.785000', '140318.245000', '140318.705000', '140319.165000', '140319.625000', '140320.085000', '140320.545000', '140321.005000', '140321.465000', '140321.925000', '140322.385000', '140322.845000', '140323.305000', '140323.765000', '140324.225000', '140324.685000', '140325.145000', '140325.605000', '140326.065000', '140326.525000', '140326.985000', '140327.445000', '140327.905000', '140328.365000', '140328.825000', '140329.285000', '140329.745000', '140330.205000', '140330.665000', '140331.125000', '140331.585000', '140332.045000', '140332.505000', '140332.965000', '140333.425000', '140333.885000', '140334.345000', '140334.805000', '140335.265000', '140335.725000', '140336.185000', '140336.645000', '140337.105000', '140337.565000', '140338.025000', '140338.485000', '140338.945000', '140339.405000', '140339.865000', '140340.325000', '140340.785000', '140341.245000', '140341.705000', '140342.165000', '140342.625000', '140343.085000', '140343.545000', '140344.005000', '140344.465000', '140344.925000', '140345.385000', '140345.845000', '140346.305000', '140346.765000', '140347.225000', '140347.685000', '140348.145000', '140348.605000', '140349.065000', '140349.525000', '140349.985000', '140350.445000', '140350.905000', '140351.365000', '140351.825000', '140352.285000', '140352.745000', '140353.205000', '140353.665000', '140354.125000', '140354.585000', '140355.045000', '140355.505000', '140355.965000', '140356.425000', '140356.885000', '140357.345000', '140357.805000', '140358.265000', '140358.725000', '140359.185000', '140359.645000', '140400.105000', '140400.565000', '140401.025000', '140401.485000', '140401.945000', '140402.405000', '140402.865000', '140403.325000', '140403.785000', '140404.245000', '140404.705000', '140405.165000', '140405.625000', '140406.085000', '140406.545000', '140407.005000', '140407.465000', '140407.925000', '140408.385000', '140408.845000', '140409.305000', '140409.765000', '140410.225000', '140410.685000', '140411.145000', '140411.605000', '140412.065000', '140412.525000', '140412.985000', '140413.445000', '140413.905000', '140414.365000', '140414.825000', '140415.285000', '140415.745000', '140416.205000', '140416.665000', '140417.125000', '140417.585000', '140418.045000', '140418.505000', '140418.965000', '140419.425000', '140419.885000', '140420.345000', '140420.805000', '140421.265000', '140421.725000', '140422.185000', '140422.645000', '140423.105000', '140423.565000', '140424.025000', '140424.485000', '140424.945000', '140425.405000', '140425.865000', '140426.325000', '140426.785000', '140427.245000', '140427.705000', '140428.165000', '140428.625000', '140429.085000', '140429.545000', '140430.005000', '140430.465000', '140430.925000', '140431.385000', '140431.845000', '140432.305000', '140432.765000', '140433.225000', '140433.685000', '140434.145000', '140434.605000', '140435.065000', '140435.525000', '140435.985000', '140436.445000', '140436.905000', '140437.365000', '140437.825000', '140438.285000', '140438.745000', '140439.205000', '140439.665000', '140440.125000', '140440.585000', '140441.045000', '140441.505000', '140441.965000', '140442.425000', '140442.885000', '140443.345000', '140443.805000', '140444.265000', '140444.725000', '140445.185000', '140445.645000', '140446.105000', '140446.565000', '140447.025000', '140447.485000', '140447.945000', '140448.405000', '140448.865000', '140449.325000', '140449.785000', '140450.245000', '140450.705000', '140451.165000', '140451.625000', '140452.085000', '140452.545000', '140453.005000', '140453.465000', '140453.925000', '140454.385000', '140454.845000', '140455.305000', '140455.765000', '140456.225000', '140456.685000', '140457.145000', '140457.605000', '140458.065000', '140458.525000', '140458.985000', '140459.445000', '140459.905000', '140500.365000', '140500.825000', '140501.285000', '140501.745000', '140502.205000', '140502.665000', '140503.125000', '140503.585000', '140504.045000', '140504.505000', '140504.965000', '140505.425000', '140505.885000', '140506.345000', '140506.805000', '140507.265000', '140507.725000', '140508.185000', '140508.645000', '140509.105000', '140509.565000', '140510.025000', '140510.485000', '140510.945000', '140511.405000', '140511.865000', '140512.325000', '140512.785000', '140513.245000', '140513.705000', '140514.165000', '140514.625000', '140515.085000', '140515.545000', '140516.005000', '140516.465000', '140516.925000', '140517.385000', '140517.845000', '140518.305000', '140518.765000', '140519.225000', '140519.685000', '140520.145000', '140520.605000', '140521.065000', '140521.525000', '140521.985000', '140522.445000', '140522.905000', '140523.365000', '140523.825000', '140524.285000', '140524.745000', '140525.205000', '140525.665000', '140526.125000', '140526.585000', '140527.045000', '140527.505000', '140527.965000', '140528.425000', '140528.885000', '140529.345000', '140529.805000', '140530.265000', '140530.725000', '140531.185000', '140531.645000', '140532.105000', '140532.565000', '140533.025000', '140533.485000', '140533.945000', '140534.405000', '140534.865000', '140535.325000', '140535.785000', '140536.245000', '140536.705000', '140537.165000', '140537.625000', '140538.085000', '140538.545000', '140539.005000', '140539.465000', '140539.925000', '140540.385000', '140540.845000', '140541.305000', '140541.765000', '140542.225000', '140542.685000', '140543.145000', '140543.605000', '140544.065000', '140544.525000', '140544.985000', '140545.445000', '140545.905000', '140546.365000', '140546.825000', '140547.285000', '140547.745000', '140548.205000', '140548.665000', '140549.125000', '140549.585000', '140550.045000', '140550.505000', '140550.965000', '140551.425000', '140551.885000', '140552.345000', '140552.805000', '140553.265000', '140553.725000', '140554.185000', '140554.645000', '140555.105000', '140555.565000', '140556.025000', '140556.485000', '140556.945000', '140557.405000', '140557.865000', '140558.325000', '140558.785000', '140559.245000', '140559.705000', '140600.165000', '140600.625000', '140601.085000', '140601.545000', '140602.005000', '140602.465000', '140602.925000', '140603.385000', '140603.845000', '140604.305000', '140604.765000', '140605.225000', '140605.685000', '140606.145000', '140606.605000', '140607.065000', '140607.525000', '140607.985000', '140608.445000', '140608.905000', '140609.365000', '140609.825000', '140610.285000', '140610.745000', '140611.205000', '140611.665000', '140612.125000', '140612.585000', '140613.045000', '140613.505000', '140613.965000', '140614.425000', '140614.885000', '140615.345000', '140615.805000', '140616.265000', '140616.725000', '140617.185000', '140617.645000', '140618.105000', '140618.565000', '140619.025000', '140619.485000', '140619.945000', '140620.405000', '140620.865000', '140621.325000', '140621.785000', '140622.245000', '140622.705000', '140623.165000', '140623.625000', '140624.085000', '140624.545000', '140625.005000', '140625.465000', '140625.925000', '140626.385000', '140626.845000', '140627.305000', '140627.765000', '140628.225000', '140628.685000', '140629.145000', '140629.605000', '140630.065000', '140630.525000', '140630.985000', '140631.445000', '140631.905000', '140632.365000', '140632.825000', '140633.285000', '140633.745000', '140634.205000', '140634.665000', '140635.125000', '140635.585000', '140636.045000', '140636.505000', '140636.965000', '140637.425000', '140637.885000', '140638.345000', '140638.805000', '140639.265000', '140639.725000', '140640.185000', '140640.645000', '140641.105000', '140641.565000', '140642.025000', '140642.485000', '140642.945000', '140643.405000', '140643.865000', '140644.325000', '140644.785000', '140645.245000', '140645.705000', '140646.165000', '140646.625000', '140647.085000', '140647.545000', '140648.005000', '140648.465000', '140648.925000', '140649.385000', '140649.845000', '140650.305000', '140650.765000', '140651.225000', '140651.685000', '140652.145000', '140652.605000'], 'ContentTime': ['135704.075000', '135704.078000', '135704.089000', '135704.092000', '135704.095000', '135704.098000', '135704.102000', '135704.105000', '135704.108000', '135704.111000', '135704.115000', '135704.118000', '135704.120000', '135704.124000', '135704.127000', '135704.130000', '135704.133000', '135704.136000', '135704.139000', '135704.143000', '135704.146000', '135704.148000', '135704.152000', '135704.155000', '135704.158000', '135704.161000', '135704.164000', '135704.167000', '135704.170000', '135704.173000', '135704.176000', '135704.179000', '135704.183000', '135704.185000', '135704.189000', '135704.200000', '135704.203000', '135704.206000', '135704.209000', '135704.212000', '135704.216000', '135704.219000', '135704.222000', '135704.225000', '135704.228000', '135704.231000', '135704.234000', '135704.237000', '135704.240000', '135704.244000', '135704.247000', '135704.250000', '135704.253000', '135724.040000', '135724.043000', '135724.046000', '135724.049000', '135724.052000', '135724.055000', '135724.058000', '135724.060000', '135724.063000', '135724.066000', '135724.069000', '135724.072000', '135724.075000', '135724.077000', '135724.080000', '135724.083000', '135724.086000', '135724.089000', '135724.092000', '135724.095000', '135724.098000', '135724.101000', '135724.104000', '135724.107000', '135724.109000', '135724.112000', '135724.115000', '135724.118000', '135724.126000', '135724.129000', '135724.132000', '135724.135000', '135724.138000', '135724.141000', '135724.144000', '135724.147000', '135724.150000', '135724.153000', '135724.156000', '135724.159000', '135724.161000', '135724.164000', '135724.167000', '135724.170000', '135744.040000', '135744.043000', '135744.048000', '135744.051000', '135744.054000', '135744.057000', '135744.060000', '135744.063000', '135744.066000', '135744.069000', '135744.072000', '135744.075000', '135744.077000', '135744.080000', '135744.083000', '135744.086000', '135744.089000', '135744.092000', '135744.095000', '135744.098000', '135744.101000', '135744.104000', '135744.107000', '135744.109000', '135744.112000', '135744.115000', '135744.118000', '135744.123000', '135744.126000', '135744.128000', '135744.131000', '135744.134000', '135744.137000', '135744.140000', '135744.143000', '135744.146000', '135744.149000', '135744.151000', '135744.154000', '135744.157000', '135744.160000', '135744.163000', '135744.166000', '135804.040000', '135804.043000', '135804.046000', '135804.049000', '135804.052000', '135804.055000', '135804.058000', '135804.061000', '135804.064000', '135804.067000', '135804.069000', '135804.072000', '135804.075000', '135804.078000', '135804.081000', '135804.084000', '135804.087000', '135804.090000', '135804.093000', '135804.096000', '135804.102000', '135804.105000', '135804.108000', '135804.111000', '135804.114000', '135804.123000', '135804.126000', '135804.129000', '135804.132000', '135804.135000', '135804.138000', '135804.141000', '135804.144000', '135804.147000', '135804.150000', '135804.153000', '135804.156000', '135804.159000', '135804.161000', '135804.164000', '135804.167000', '135804.170000', '135804.173000', '135804.176000', '135824.040000', '135824.043000', '135824.048000', '135824.052000', '135824.055000', '135824.058000', '135824.061000', '135824.064000', '135824.067000', '135824.070000', '135824.073000', '135824.076000', '135824.078000', '135824.082000', '135824.084000', '135824.087000', '135824.090000', '135824.093000', '135824.096000', '135824.099000', '135824.102000', '135824.105000', '135824.108000', '135824.111000', '135824.113000', '135824.117000', '135824.122000', '135824.144000', '135824.147000', '135824.157000', '135824.160000', '135824.163000', '135824.166000', '135824.169000', '135824.172000', '135824.175000', '135824.177000', '135824.180000', '135824.183000', '135824.186000', '135824.189000', '135824.192000', '135824.195000', '135844.039000', '135844.042000', '135844.045000', '135844.048000', '135844.051000', '135844.060000', '135844.063000', '135844.066000', '135844.069000', '135844.072000', '135844.075000', '135844.078000', '135844.081000', '135844.084000', '135844.087000', '135844.089000', '135844.092000', '135844.095000', '135844.098000', '135844.101000', '135844.104000', '135844.107000', '135844.110000', '135844.113000', '135844.115000', '135844.118000', '135844.121000', '135844.124000', '135844.127000', '135844.130000', '135844.133000', '135844.136000', '135844.139000', '135844.141000', '135844.144000', '135844.147000', '135844.150000', '135844.153000', '135844.156000', '135844.159000', '135844.162000', '135844.165000', '135844.167000', '135844.170000', '135904.039000', '135904.042000', '135904.045000', '135904.048000', '135904.051000', '135904.054000', '135904.057000', '135904.059000', '135904.062000', '135904.065000', '135904.068000', '135904.071000', '135904.075000', '135904.079000', '135904.083000', '135904.086000', '135904.089000', '135904.092000', '135904.095000', '135904.098000', '135904.100000', '135904.103000', '135904.106000', '135904.109000', '135904.112000', '135904.115000', '135904.118000', '135904.121000', '135904.123000', '135904.126000', '135904.129000', '135904.132000', '135904.135000', '135904.138000', '135904.141000', '135904.144000', '135904.146000', '135904.149000', '135904.152000', '135904.155000', '135904.158000', '135904.161000', '135904.164000', '135924.039000', '135924.042000', '135924.045000', '135924.048000', '135924.051000', '135924.054000', '135924.056000', '135924.059000', '135924.062000', '135924.065000', '135924.068000', '135924.071000', '135924.074000', '135924.079000', '135924.081000', '135924.084000', '135924.087000', '135924.090000', '135924.093000', '135924.096000', '135924.099000', '135924.102000', '135924.105000', '135924.107000', '135924.110000', '135924.113000', '135924.116000', '135924.119000', '135924.122000', '135924.125000', '135924.128000', '135924.131000', '135924.134000', '135924.137000', '135924.140000', '135924.143000', '135924.145000', '135924.148000', '135924.151000', '135924.154000', '135924.157000', '135924.160000', '135924.163000', '135924.166000', '135944.040000', '135944.043000', '135944.046000', '135944.049000', '135944.052000', '135944.060000', '135944.063000', '135944.065000', '135944.068000', '135944.071000', '135944.074000', '135944.077000', '135944.081000', '135944.086000', '135944.089000', '135944.093000', '135944.096000', '135944.098000', '135944.101000', '135944.104000', '135944.107000', '135944.110000', '135944.113000', '135944.116000', '135944.119000', '135944.121000', '135944.124000', '135944.127000', '135944.130000', '135944.133000', '135944.136000', '135944.139000', '135944.141000', '135944.144000', '135944.147000', '135944.150000', '135944.153000', '135944.156000', '135944.159000', '135944.162000', '135944.164000', '135944.167000', '135944.170000', '140004.040000', '140004.043000', '140004.046000', '140004.049000', '140004.052000', '140004.054000', '140004.057000', '140004.060000', '140004.063000', '140004.066000', '140004.069000', '140004.072000', '140004.075000', '140004.078000', '140004.081000', '140004.083000', '140004.086000', '140004.089000', '140004.092000', '140004.105000', '140004.108000', '140004.111000', '140004.114000', '140004.117000', '140004.132000', '140004.135000', '140004.137000', '140004.140000', '140004.143000', '140004.146000', '140004.149000', '140004.152000', '140004.155000', '140004.158000', '140004.160000', '140004.163000', '140004.166000', '140004.169000', '140004.172000', '140004.175000', '140004.178000', '140004.181000', '140004.184000', '140004.187000', '140024.040000', '140024.043000', '140024.047000', '140024.050000', '140024.053000', '140024.056000', '140024.059000', '140024.062000', '140024.065000', '140024.068000', '140024.071000', '140024.073000', '140024.076000', '140024.079000', '140024.082000', '140024.085000', '140024.088000', '140024.091000', '140024.093000', '140024.096000', '140024.099000', '140024.105000', '140024.108000', '140024.111000', '140024.114000', '140024.117000', '140024.120000', '140024.123000', '140024.125000', '140024.128000', '140024.131000', '140024.134000', '140024.137000', '140024.140000', '140024.143000', '140024.146000', '140024.149000', '140024.151000', '140024.154000', '140024.157000', '140024.160000', '140024.163000', '140024.166000', '140044.040000', '140044.043000', '140044.046000', '140044.049000', '140044.051000', '140044.054000', '140044.057000', '140044.060000', '140044.063000', '140044.066000', '140044.069000', '140044.072000', '140044.075000', '140044.078000', '140044.080000', '140044.083000', '140044.086000', '140044.089000', '140044.092000', '140044.095000', '140044.098000', '140044.101000', '140044.104000', '140044.106000', '140044.109000', '140044.112000', '140044.115000', '140044.118000', '140044.121000', '140044.124000', '140044.127000', '140044.130000', '140044.132000', '140044.135000', '140044.138000', '140044.141000', '140044.144000', '140044.147000', '140044.150000', '140044.153000', '140044.156000', '140044.159000', '140044.161000', '140044.164000', '140104.039000', '140104.042000', '140104.045000', '140104.048000', '140104.051000', '140104.054000', '140104.057000', '140104.059000', '140104.062000', '140104.065000', '140104.068000', '140104.071000', '140104.074000', '140104.077000', '140104.080000', '140104.083000', '140104.085000', '140104.088000', '140104.091000', '140104.094000', '140104.097000', '140104.100000', '140104.103000', '140104.106000', '140104.109000', '140104.112000', '140104.115000', '140104.117000', '140104.120000', '140104.123000', '140104.126000', '140104.129000', '140104.132000', '140104.134000', '140104.137000', '140104.140000', '140104.143000', '140104.146000', '140104.149000', '140104.152000', '140104.155000', '140104.158000', '140104.161000', '140124.039000', '140124.042000', '140124.045000', '140124.048000', '140124.051000', '140124.054000', '140124.057000', '140124.060000', '140124.062000', '140124.065000', '140124.068000', '140124.071000', '140124.074000', '140124.077000', '140124.080000', '140124.083000', '140124.086000', '140124.088000', '140124.091000', '140124.094000', '140124.097000', '140124.100000', '140124.103000', '140124.106000', '140124.109000', '140124.112000', '140124.115000', '140124.118000', '140124.120000', '140124.123000', '140124.126000', '140124.129000', '140124.132000', '140124.135000', '140124.138000', '140124.141000', '140124.144000', '140124.147000', '140124.149000', '140124.152000', '140124.155000', '140124.158000', '140124.161000', '140124.164000', '140144.039000', '140144.042000', '140144.045000', '140144.048000', '140144.062000', '140144.065000', '140144.068000', '140144.070000', '140144.073000', '140144.076000', '140144.079000', '140144.083000', '140144.087000', '140144.089000', '140144.092000', '140144.095000', '140144.098000', '140144.101000', '140144.104000', '140144.107000', '140144.110000', '140144.113000', '140144.115000', '140144.118000', '140144.121000', '140144.124000', '140144.127000', '140144.130000', '140144.133000', '140144.135000', '140144.138000', '140144.141000', '140144.144000', '140144.147000', '140144.151000', '140144.154000', '140144.157000', '140144.160000', '140144.163000', '140144.165000', '140144.168000', '140144.171000', '140144.174000', '140204.040000', '140204.043000', '140204.046000', '140204.049000', '140204.052000', '140204.055000', '140204.058000', '140204.061000', '140204.063000', '140204.066000', '140204.069000', '140204.072000', '140204.075000', '140204.078000', '140204.081000', '140204.084000', '140204.087000', '140204.089000', '140204.092000', '140204.095000', '140204.098000', '140204.101000', '140204.104000', '140204.107000', '140204.109000', '140204.112000', '140204.115000', '140204.118000', '140204.121000', '140204.124000', '140204.127000', '140204.130000', '140204.132000', '140204.135000', '140204.138000', '140204.141000', '140204.144000', '140204.147000', '140204.152000', '140204.155000', '140204.158000', '140204.160000', '140204.163000', '140204.166000', '140224.040000', '140224.043000', '140224.046000', '140224.049000', '140224.052000', '140224.054000', '140224.057000', '140224.060000', '140224.063000', '140224.066000', '140224.069000', '140224.072000', '140224.075000', '140224.078000', '140224.080000', '140224.083000', '140224.086000', '140224.092000', '140224.095000', '140224.098000', '140224.101000', '140224.104000', '140224.107000', '140224.109000', '140224.112000', '140224.115000', '140224.118000', '140224.121000', '140224.124000', '140224.127000', '140224.130000', '140224.133000', '140224.135000', '140224.138000', '140224.141000', '140224.144000', '140224.147000', '140224.150000', '140224.153000', '140224.156000', '140224.159000', '140224.162000', '140224.164000', '140244.040000', '140244.043000', '140244.046000', '140244.049000', '140244.052000', '140244.055000', '140244.058000', '140244.061000', '140244.064000', '140244.067000', '140244.070000', '140244.073000', '140244.076000', '140244.079000', '140244.082000', '140244.084000', '140244.087000', '140244.090000', '140244.093000', '140244.096000', '140244.099000', '140244.102000', '140244.105000', '140244.108000', '140244.110000', '140244.113000', '140244.116000', '140244.119000', '140244.122000', '140244.125000', '140244.128000', '140244.131000', '140244.134000', '140244.136000', '140244.139000', '140244.142000', '140244.145000', '140244.148000', '140244.151000', '140244.153000', '140244.156000', '140244.159000', '140244.162000', '140244.165000', '140304.040000', '140304.043000', '140304.046000', '140304.049000', '140304.052000', '140304.055000', '140304.057000', '140304.060000', '140304.063000', '140304.066000', '140304.069000', '140304.072000', '140304.075000', '140304.078000', '140304.081000', '140304.093000', '140304.096000', '140304.099000', '140304.102000', '140304.105000', '140304.108000', '140304.111000', '140304.114000', '140304.117000', '140304.120000', '140304.124000', '140304.127000', '140304.130000', '140304.133000', '140304.136000', '140304.139000', '140304.142000', '140304.145000', '140304.148000', '140304.151000', '140304.153000', '140304.157000', '140304.159000', '140304.162000', '140304.165000', '140304.168000', '140304.171000', '140304.175000', '140324.039000', '140324.042000', '140324.045000', '140324.048000', '140324.051000', '140324.062000', '140324.065000', '140324.068000', '140324.071000', '140324.074000', '140324.077000', '140324.080000', '140324.083000', '140324.085000', '140324.088000', '140324.091000', '140324.094000', '140324.097000', '140324.100000', '140324.103000', '140324.106000', '140324.109000', '140324.112000', '140324.114000', '140324.117000', '140324.120000', '140324.123000', '140324.126000', '140324.129000', '140324.132000', '140324.135000', '140324.138000', '140324.141000', '140324.144000', '140324.146000', '140324.149000', '140324.152000', '140324.155000', '140324.158000', '140324.161000', '140324.164000', '140324.167000', '140324.170000', '140324.173000', '140344.039000', '140344.042000', '140344.045000', '140344.048000', '140344.051000', '140344.054000', '140344.057000', '140344.060000', '140344.063000', '140344.065000', '140344.068000', '140344.071000', '140344.074000', '140344.077000', '140344.080000', '140344.083000', '140344.086000', '140344.089000', '140344.092000', '140344.095000', '140344.098000', '140344.101000', '140344.103000', '140344.107000', '140344.109000', '140344.112000', '140344.115000', '140344.118000', '140344.121000', '140344.124000', '140344.127000', '140344.130000', '140344.133000', '140344.136000', '140344.138000', '140344.141000', '140344.144000', '140344.147000', '140344.150000', '140344.153000', '140344.156000', '140344.159000', '140344.162000', '140404.039000', '140404.042000', '140404.045000', '140404.048000', '140404.051000', '140404.054000', '140404.057000', '140404.060000', '140404.063000', '140404.066000', '140404.068000', '140404.071000', '140404.074000', '140404.077000', '140404.080000', '140404.083000', '140404.086000', '140404.089000', '140404.092000', '140404.095000', '140404.098000', '140404.101000', '140404.104000', '140404.106000', '140404.110000', '140404.112000', '140404.115000', '140404.118000', '140404.121000', '140404.124000', '140404.127000', '140404.130000', '140404.133000', '140404.136000', '140404.139000', '140404.142000', '140404.145000', '140404.147000', '140404.150000', '140404.153000', '140404.156000', '140404.159000', '140404.162000', '140404.165000', '140424.040000', '140424.043000', '140424.046000', '140424.049000', '140424.052000', '140424.055000', '140424.058000', '140424.061000', '140424.064000', '140424.067000', '140424.070000', '140424.072000', '140424.086000', '140424.089000', '140424.092000', '140424.095000', '140424.098000', '140424.101000', '140424.104000', '140424.107000', '140424.110000', '140424.113000', '140424.115000', '140424.118000', '140424.121000', '140424.124000', '140424.127000', '140424.130000', '140424.133000', '140424.136000', '140424.138000', '140424.141000', '140424.144000', '140424.147000', '140424.150000', '140424.153000', '140424.156000', '140424.159000', '140424.163000', '140424.166000', '140424.169000', '140424.172000', '140424.175000', '140444.040000', '140444.043000', '140444.046000', '140444.049000', '140444.052000', '140444.055000', '140444.058000', '140444.060000', '140444.063000', '140444.066000', '140444.069000', '140444.072000', '140444.075000', '140444.078000', '140444.081000', '140444.084000', '140444.087000', '140444.090000', '140444.093000', '140444.096000', '140444.099000', '140444.102000', '140444.105000', '140444.108000', '140444.111000', '140444.114000', '140444.117000', '140444.120000', '140444.123000', '140444.126000', '140444.129000', '140444.132000', '140444.135000', '140444.138000', '140444.141000', '140444.148000', '140444.150000', '140444.153000', '140444.156000', '140444.159000', '140444.162000', '140444.165000', '140444.168000', '140444.171000', '140504.040000', '140504.043000', '140504.046000', '140504.049000', '140504.052000', '140504.055000', '140504.058000', '140504.061000', '140504.064000', '140504.067000', '140504.070000', '140504.073000', '140504.076000', '140504.078000', '140504.081000', '140504.084000', '140504.087000', '140504.090000', '140504.093000', '140504.096000', '140504.099000', '140504.102000', '140504.104000', '140504.107000', '140504.110000', '140504.113000', '140504.116000', '140504.119000', '140504.122000', '140504.125000', '140504.128000', '140504.131000', '140504.134000', '140504.137000', '140504.140000', '140504.143000', '140504.146000', '140504.149000', '140504.152000', '140504.154000', '140504.157000', '140504.160000', '140504.163000', '140524.040000', '140524.043000', '140524.046000', '140524.049000', '140524.052000', '140524.055000', '140524.058000', '140524.061000', '140524.063000', '140524.066000', '140524.070000', '140524.072000', '140524.075000', '140524.078000', '140524.081000', '140524.084000', '140524.087000', '140524.090000', '140524.093000', '140524.096000', '140524.099000', '140524.102000', '140524.105000', '140524.108000', '140524.111000', '140524.113000', '140524.116000', '140524.119000', '140524.122000', '140524.125000', '140524.128000', '140524.131000', '140524.134000', '140524.137000', '140524.140000', '140524.143000', '140524.145000', '140524.148000', '140524.151000', '140524.154000', '140524.158000', '140524.160000', '140524.163000', '140524.166000', '140544.039000', '140544.042000', '140544.045000', '140544.048000', '140544.051000', '140544.054000', '140544.057000', '140544.060000', '140544.075000', '140544.078000', '140544.081000', '140544.084000', '140544.087000', '140544.090000', '140544.093000', '140544.096000', '140544.099000', '140544.101000', '140544.104000', '140544.107000', '140544.110000', '140544.113000', '140544.116000', '140544.119000', '140544.122000', '140544.125000', '140544.128000', '140544.131000', '140544.133000', '140544.136000', '140544.139000', '140544.142000', '140544.145000', '140544.148000', '140544.151000', '140544.154000', '140544.156000', '140544.159000', '140544.162000', '140544.165000', '140544.176000', '140544.179000', '140544.182000', '140604.041000', '140604.045000', '140604.102000', '140604.105000', '140604.108000', '140604.111000', '140604.114000', '140604.117000', '140604.120000', '140604.123000', '140604.126000', '140604.129000', '140604.131000', '140604.135000', '140604.137000', '140604.140000', '140604.143000', '140604.146000', '140604.149000', '140604.152000', '140604.155000', '140604.158000', '140604.161000', '140604.164000', '140604.167000', '140604.170000', '140604.173000', '140604.176000', '140604.178000', '140604.181000', '140604.184000', '140604.187000', '140604.190000', '140604.193000', '140604.196000', '140604.199000', '140604.202000', '140604.205000', '140604.207000', '140604.210000', '140604.213000', '140604.216000', '140604.219000', '140624.039000', '140624.042000', '140624.045000', '140624.048000', '140624.051000', '140624.054000', '140624.057000', '140624.060000', '140624.063000', '140624.066000', '140624.068000', '140624.071000', '140624.074000', '140624.077000', '140624.080000', '140624.083000', '140624.086000', '140624.089000', '140624.092000', '140624.095000', '140624.098000', '140624.101000', '140624.104000', '140624.107000', '140624.110000', '140624.113000', '140624.115000', '140624.118000', '140624.121000', '140624.124000', '140624.127000', '140624.130000', '140624.133000', '140624.136000', '140624.139000', '140624.142000', '140624.145000', '140624.148000', '140624.150000', '140624.153000', '140624.156000', '140624.159000', '140624.162000', '140624.165000', '140644.040000', '140644.043000', '140644.046000', '140644.049000', '140644.052000', '140644.055000', '140644.058000', '140644.061000', '140644.064000', '140644.067000', '140644.070000', '140644.072000', '140644.075000', '140644.079000', '140644.083000', '140644.086000', '140644.089000', '140644.092000', '140644.094000', '140644.097000', '140644.100000', '140644.103000', '140644.106000', '140644.109000', '140644.112000', '140644.115000', '140644.118000', '140644.121000', '140644.123000', '140644.126000', '140644.129000', '140644.132000', '140644.135000', '140644.138000', '140644.141000', '140644.144000', '140644.147000', '140644.149000', '140644.152000', '140644.155000', '140644.158000', '140644.161000', '140644.164000', '140653.324000', '140653.328000', '140653.331000', '140653.334000', '140653.338000', '140653.341000', '140653.366000', '140653.369000', '140653.372000', '140653.376000', '140653.379000', '140653.382000', '140653.385000', '140653.388000', '140653.391000', '140653.394000', '140653.397000', '140653.400000', '140653.403000', '140653.406000', '140653.409000'], 'InstanceCreationTime': ['135704.075000', '135704.078000', '135704.089000', '135704.092000', '135704.095000', '135704.098000', '135704.102000', '135704.105000', '135704.108000', '135704.111000', '135704.115000', '135704.118000', '135704.120000', '135704.124000', '135704.127000', '135704.130000', '135704.133000', '135704.136000', '135704.139000', '135704.143000', '135704.146000', '135704.148000', '135704.152000', '135704.155000', '135704.158000', '135704.161000', '135704.164000', '135704.167000', '135704.170000', '135704.173000', '135704.176000', '135704.179000', '135704.183000', '135704.185000', '135704.189000', '135704.200000', '135704.203000', '135704.206000', '135704.209000', '135704.212000', '135704.216000', '135704.219000', '135704.222000', '135704.225000', '135704.228000', '135704.231000', '135704.234000', '135704.237000', '135704.240000', '135704.244000', '135704.247000', '135704.250000', '135704.253000', '135724.040000', '135724.043000', '135724.046000', '135724.049000', '135724.052000', '135724.055000', '135724.058000', '135724.060000', '135724.063000', '135724.066000', '135724.069000', '135724.072000', '135724.075000', '135724.077000', '135724.080000', '135724.083000', '135724.086000', '135724.089000', '135724.092000', '135724.095000', '135724.098000', '135724.101000', '135724.104000', '135724.107000', '135724.109000', '135724.112000', '135724.115000', '135724.118000', '135724.126000', '135724.129000', '135724.132000', '135724.135000', '135724.138000', '135724.141000', '135724.144000', '135724.147000', '135724.150000', '135724.153000', '135724.156000', '135724.159000', '135724.161000', '135724.164000', '135724.167000', '135724.170000', '135744.040000', '135744.043000', '135744.048000', '135744.051000', '135744.054000', '135744.057000', '135744.060000', '135744.063000', '135744.066000', '135744.069000', '135744.072000', '135744.075000', '135744.077000', '135744.080000', '135744.083000', '135744.086000', '135744.089000', '135744.092000', '135744.095000', '135744.098000', '135744.101000', '135744.104000', '135744.107000', '135744.109000', '135744.112000', '135744.115000', '135744.118000', '135744.123000', '135744.126000', '135744.128000', '135744.131000', '135744.134000', '135744.137000', '135744.140000', '135744.143000', '135744.146000', '135744.149000', '135744.151000', '135744.154000', '135744.157000', '135744.160000', '135744.163000', '135744.166000', '135804.040000', '135804.043000', '135804.046000', '135804.049000', '135804.052000', '135804.055000', '135804.058000', '135804.061000', '135804.064000', '135804.067000', '135804.069000', '135804.072000', '135804.075000', '135804.078000', '135804.081000', '135804.084000', '135804.087000', '135804.090000', '135804.093000', '135804.096000', '135804.102000', '135804.105000', '135804.108000', '135804.111000', '135804.114000', '135804.123000', '135804.126000', '135804.129000', '135804.132000', '135804.135000', '135804.138000', '135804.141000', '135804.144000', '135804.147000', '135804.150000', '135804.153000', '135804.156000', '135804.159000', '135804.161000', '135804.164000', '135804.167000', '135804.170000', '135804.173000', '135804.176000', '135824.040000', '135824.043000', '135824.048000', '135824.052000', '135824.055000', '135824.058000', '135824.061000', '135824.064000', '135824.067000', '135824.070000', '135824.073000', '135824.076000', '135824.078000', '135824.082000', '135824.084000', '135824.087000', '135824.090000', '135824.093000', '135824.096000', '135824.099000', '135824.102000', '135824.105000', '135824.108000', '135824.111000', '135824.113000', '135824.117000', '135824.122000', '135824.144000', '135824.147000', '135824.157000', '135824.160000', '135824.163000', '135824.166000', '135824.169000', '135824.172000', '135824.175000', '135824.177000', '135824.180000', '135824.183000', '135824.186000', '135824.189000', '135824.192000', '135824.195000', '135844.039000', '135844.042000', '135844.045000', '135844.048000', '135844.051000', '135844.060000', '135844.063000', '135844.066000', '135844.069000', '135844.072000', '135844.075000', '135844.078000', '135844.081000', '135844.084000', '135844.087000', '135844.089000', '135844.092000', '135844.095000', '135844.098000', '135844.101000', '135844.104000', '135844.107000', '135844.110000', '135844.113000', '135844.115000', '135844.118000', '135844.121000', '135844.124000', '135844.127000', '135844.130000', '135844.133000', '135844.136000', '135844.139000', '135844.141000', '135844.144000', '135844.147000', '135844.150000', '135844.153000', '135844.156000', '135844.159000', '135844.162000', '135844.165000', '135844.167000', '135844.170000', '135904.039000', '135904.042000', '135904.045000', '135904.048000', '135904.051000', '135904.054000', '135904.057000', '135904.059000', '135904.062000', '135904.065000', '135904.068000', '135904.071000', '135904.075000', '135904.079000', '135904.083000', '135904.086000', '135904.089000', '135904.092000', '135904.095000', '135904.098000', '135904.100000', '135904.103000', '135904.106000', '135904.109000', '135904.112000', '135904.115000', '135904.118000', '135904.121000', '135904.123000', '135904.126000', '135904.129000', '135904.132000', '135904.135000', '135904.138000', '135904.141000', '135904.144000', '135904.146000', '135904.149000', '135904.152000', '135904.155000', '135904.158000', '135904.161000', '135904.164000', '135924.039000', '135924.042000', '135924.045000', '135924.048000', '135924.051000', '135924.054000', '135924.056000', '135924.059000', '135924.062000', '135924.065000', '135924.068000', '135924.071000', '135924.074000', '135924.079000', '135924.081000', '135924.084000', '135924.087000', '135924.090000', '135924.093000', '135924.096000', '135924.099000', '135924.102000', '135924.105000', '135924.107000', '135924.110000', '135924.113000', '135924.116000', '135924.119000', '135924.122000', '135924.125000', '135924.128000', '135924.131000', '135924.134000', '135924.137000', '135924.140000', '135924.143000', '135924.145000', '135924.148000', '135924.151000', '135924.154000', '135924.157000', '135924.160000', '135924.163000', '135924.166000', '135944.040000', '135944.043000', '135944.046000', '135944.049000', '135944.052000', '135944.060000', '135944.063000', '135944.065000', '135944.068000', '135944.071000', '135944.074000', '135944.077000', '135944.081000', '135944.086000', '135944.089000', '135944.093000', '135944.096000', '135944.098000', '135944.101000', '135944.104000', '135944.107000', '135944.110000', '135944.113000', '135944.116000', '135944.119000', '135944.121000', '135944.124000', '135944.127000', '135944.130000', '135944.133000', '135944.136000', '135944.139000', '135944.141000', '135944.144000', '135944.147000', '135944.150000', '135944.153000', '135944.156000', '135944.159000', '135944.162000', '135944.164000', '135944.167000', '135944.170000', '140004.040000', '140004.043000', '140004.046000', '140004.049000', '140004.052000', '140004.054000', '140004.057000', '140004.060000', '140004.063000', '140004.066000', '140004.069000', '140004.072000', '140004.075000', '140004.078000', '140004.081000', '140004.083000', '140004.086000', '140004.089000', '140004.092000', '140004.105000', '140004.108000', '140004.111000', '140004.114000', '140004.117000', '140004.132000', '140004.135000', '140004.137000', '140004.140000', '140004.143000', '140004.146000', '140004.149000', '140004.152000', '140004.155000', '140004.158000', '140004.160000', '140004.163000', '140004.166000', '140004.169000', '140004.172000', '140004.175000', '140004.178000', '140004.181000', '140004.184000', '140004.187000', '140024.040000', '140024.043000', '140024.047000', '140024.050000', '140024.053000', '140024.056000', '140024.059000', '140024.062000', '140024.065000', '140024.068000', '140024.071000', '140024.073000', '140024.076000', '140024.079000', '140024.082000', '140024.085000', '140024.088000', '140024.091000', '140024.093000', '140024.096000', '140024.099000', '140024.105000', '140024.108000', '140024.111000', '140024.114000', '140024.117000', '140024.120000', '140024.123000', '140024.125000', '140024.128000', '140024.131000', '140024.134000', '140024.137000', '140024.140000', '140024.143000', '140024.146000', '140024.149000', '140024.151000', '140024.154000', '140024.157000', '140024.160000', '140024.163000', '140024.166000', '140044.040000', '140044.043000', '140044.046000', '140044.049000', '140044.051000', '140044.054000', '140044.057000', '140044.060000', '140044.063000', '140044.066000', '140044.069000', '140044.072000', '140044.075000', '140044.078000', '140044.080000', '140044.083000', '140044.086000', '140044.089000', '140044.092000', '140044.095000', '140044.098000', '140044.101000', '140044.104000', '140044.106000', '140044.109000', '140044.112000', '140044.115000', '140044.118000', '140044.121000', '140044.124000', '140044.127000', '140044.130000', '140044.132000', '140044.135000', '140044.138000', '140044.141000', '140044.144000', '140044.147000', '140044.150000', '140044.153000', '140044.156000', '140044.159000', '140044.161000', '140044.164000', '140104.039000', '140104.042000', '140104.045000', '140104.048000', '140104.051000', '140104.054000', '140104.057000', '140104.059000', '140104.062000', '140104.065000', '140104.068000', '140104.071000', '140104.074000', '140104.077000', '140104.080000', '140104.083000', '140104.085000', '140104.088000', '140104.091000', '140104.094000', '140104.097000', '140104.100000', '140104.103000', '140104.106000', '140104.109000', '140104.112000', '140104.115000', '140104.117000', '140104.120000', '140104.123000', '140104.126000', '140104.129000', '140104.132000', '140104.134000', '140104.137000', '140104.140000', '140104.143000', '140104.146000', '140104.149000', '140104.152000', '140104.155000', '140104.158000', '140104.161000', '140124.039000', '140124.042000', '140124.045000', '140124.048000', '140124.051000', '140124.054000', '140124.057000', '140124.060000', '140124.062000', '140124.065000', '140124.068000', '140124.071000', '140124.074000', '140124.077000', '140124.080000', '140124.083000', '140124.086000', '140124.088000', '140124.091000', '140124.094000', '140124.097000', '140124.100000', '140124.103000', '140124.106000', '140124.109000', '140124.112000', '140124.115000', '140124.118000', '140124.120000', '140124.123000', '140124.126000', '140124.129000', '140124.132000', '140124.135000', '140124.138000', '140124.141000', '140124.144000', '140124.147000', '140124.149000', '140124.152000', '140124.155000', '140124.158000', '140124.161000', '140124.164000', '140144.039000', '140144.042000', '140144.045000', '140144.048000', '140144.062000', '140144.065000', '140144.068000', '140144.070000', '140144.073000', '140144.076000', '140144.079000', '140144.083000', '140144.087000', '140144.089000', '140144.092000', '140144.095000', '140144.098000', '140144.101000', '140144.104000', '140144.107000', '140144.110000', '140144.113000', '140144.115000', '140144.118000', '140144.121000', '140144.124000', '140144.127000', '140144.130000', '140144.133000', '140144.135000', '140144.138000', '140144.141000', '140144.144000', '140144.147000', '140144.151000', '140144.154000', '140144.157000', '140144.160000', '140144.163000', '140144.165000', '140144.168000', '140144.171000', '140144.174000', '140204.040000', '140204.043000', '140204.046000', '140204.049000', '140204.052000', '140204.055000', '140204.058000', '140204.061000', '140204.063000', '140204.066000', '140204.069000', '140204.072000', '140204.075000', '140204.078000', '140204.081000', '140204.084000', '140204.087000', '140204.089000', '140204.092000', '140204.095000', '140204.098000', '140204.101000', '140204.104000', '140204.107000', '140204.109000', '140204.112000', '140204.115000', '140204.118000', '140204.121000', '140204.124000', '140204.127000', '140204.130000', '140204.132000', '140204.135000', '140204.138000', '140204.141000', '140204.144000', '140204.147000', '140204.152000', '140204.155000', '140204.158000', '140204.160000', '140204.163000', '140204.166000', '140224.040000', '140224.043000', '140224.046000', '140224.049000', '140224.052000', '140224.054000', '140224.057000', '140224.060000', '140224.063000', '140224.066000', '140224.069000', '140224.072000', '140224.075000', '140224.078000', '140224.080000', '140224.083000', '140224.086000', '140224.092000', '140224.095000', '140224.098000', '140224.101000', '140224.104000', '140224.107000', '140224.109000', '140224.112000', '140224.115000', '140224.118000', '140224.121000', '140224.124000', '140224.127000', '140224.130000', '140224.133000', '140224.135000', '140224.138000', '140224.141000', '140224.144000', '140224.147000', '140224.150000', '140224.153000', '140224.156000', '140224.159000', '140224.162000', '140224.164000', '140244.040000', '140244.043000', '140244.046000', '140244.049000', '140244.052000', '140244.055000', '140244.058000', '140244.061000', '140244.064000', '140244.067000', '140244.070000', '140244.073000', '140244.076000', '140244.079000', '140244.082000', '140244.084000', '140244.087000', '140244.090000', '140244.093000', '140244.096000', '140244.099000', '140244.102000', '140244.105000', '140244.108000', '140244.110000', '140244.113000', '140244.116000', '140244.119000', '140244.122000', '140244.125000', '140244.128000', '140244.131000', '140244.134000', '140244.136000', '140244.139000', '140244.142000', '140244.145000', '140244.148000', '140244.151000', '140244.153000', '140244.156000', '140244.159000', '140244.162000', '140244.165000', '140304.040000', '140304.043000', '140304.046000', '140304.049000', '140304.052000', '140304.055000', '140304.057000', '140304.060000', '140304.063000', '140304.066000', '140304.069000', '140304.072000', '140304.075000', '140304.078000', '140304.081000', '140304.093000', '140304.096000', '140304.099000', '140304.102000', '140304.105000', '140304.108000', '140304.111000', '140304.114000', '140304.117000', '140304.120000', '140304.124000', '140304.127000', '140304.130000', '140304.133000', '140304.136000', '140304.139000', '140304.142000', '140304.145000', '140304.148000', '140304.151000', '140304.153000', '140304.157000', '140304.159000', '140304.162000', '140304.165000', '140304.168000', '140304.171000', '140304.175000', '140324.039000', '140324.042000', '140324.045000', '140324.048000', '140324.051000', '140324.062000', '140324.065000', '140324.068000', '140324.071000', '140324.074000', '140324.077000', '140324.080000', '140324.083000', '140324.085000', '140324.088000', '140324.091000', '140324.094000', '140324.097000', '140324.100000', '140324.103000', '140324.106000', '140324.109000', '140324.112000', '140324.114000', '140324.117000', '140324.120000', '140324.123000', '140324.126000', '140324.129000', '140324.132000', '140324.135000', '140324.138000', '140324.141000', '140324.144000', '140324.146000', '140324.149000', '140324.152000', '140324.155000', '140324.158000', '140324.161000', '140324.164000', '140324.167000', '140324.170000', '140324.173000', '140344.039000', '140344.042000', '140344.045000', '140344.048000', '140344.051000', '140344.054000', '140344.057000', '140344.060000', '140344.063000', '140344.065000', '140344.068000', '140344.071000', '140344.074000', '140344.077000', '140344.080000', '140344.083000', '140344.086000', '140344.089000', '140344.092000', '140344.095000', '140344.098000', '140344.101000', '140344.103000', '140344.107000', '140344.109000', '140344.112000', '140344.115000', '140344.118000', '140344.121000', '140344.124000', '140344.127000', '140344.130000', '140344.133000', '140344.136000', '140344.138000', '140344.141000', '140344.144000', '140344.147000', '140344.150000', '140344.153000', '140344.156000', '140344.159000', '140344.162000', '140404.039000', '140404.042000', '140404.045000', '140404.048000', '140404.051000', '140404.054000', '140404.057000', '140404.060000', '140404.063000', '140404.066000', '140404.068000', '140404.071000', '140404.074000', '140404.077000', '140404.080000', '140404.083000', '140404.086000', '140404.089000', '140404.092000', '140404.095000', '140404.098000', '140404.101000', '140404.104000', '140404.106000', '140404.110000', '140404.112000', '140404.115000', '140404.118000', '140404.121000', '140404.124000', '140404.127000', '140404.130000', '140404.133000', '140404.136000', '140404.139000', '140404.142000', '140404.145000', '140404.147000', '140404.150000', '140404.153000', '140404.156000', '140404.159000', '140404.162000', '140404.165000', '140424.040000', '140424.043000', '140424.046000', '140424.049000', '140424.052000', '140424.055000', '140424.058000', '140424.061000', '140424.064000', '140424.067000', '140424.070000', '140424.072000', '140424.086000', '140424.089000', '140424.092000', '140424.095000', '140424.098000', '140424.101000', '140424.104000', '140424.107000', '140424.110000', '140424.113000', '140424.115000', '140424.118000', '140424.121000', '140424.124000', '140424.127000', '140424.130000', '140424.133000', '140424.136000', '140424.138000', '140424.141000', '140424.144000', '140424.147000', '140424.150000', '140424.153000', '140424.156000', '140424.159000', '140424.163000', '140424.166000', '140424.169000', '140424.172000', '140424.175000', '140444.040000', '140444.043000', '140444.046000', '140444.049000', '140444.052000', '140444.055000', '140444.058000', '140444.060000', '140444.063000', '140444.066000', '140444.069000', '140444.072000', '140444.075000', '140444.078000', '140444.081000', '140444.084000', '140444.087000', '140444.090000', '140444.093000', '140444.096000', '140444.099000', '140444.102000', '140444.105000', '140444.108000', '140444.111000', '140444.114000', '140444.117000', '140444.120000', '140444.123000', '140444.126000', '140444.129000', '140444.132000', '140444.135000', '140444.138000', '140444.141000', '140444.148000', '140444.150000', '140444.153000', '140444.156000', '140444.159000', '140444.162000', '140444.165000', '140444.168000', '140444.171000', '140504.040000', '140504.043000', '140504.046000', '140504.049000', '140504.052000', '140504.055000', '140504.058000', '140504.061000', '140504.064000', '140504.067000', '140504.070000', '140504.073000', '140504.076000', '140504.078000', '140504.081000', '140504.084000', '140504.087000', '140504.090000', '140504.093000', '140504.096000', '140504.099000', '140504.102000', '140504.104000', '140504.107000', '140504.110000', '140504.113000', '140504.116000', '140504.119000', '140504.122000', '140504.125000', '140504.128000', '140504.131000', '140504.134000', '140504.137000', '140504.140000', '140504.143000', '140504.146000', '140504.149000', '140504.152000', '140504.154000', '140504.157000', '140504.160000', '140504.163000', '140524.040000', '140524.043000', '140524.046000', '140524.049000', '140524.052000', '140524.055000', '140524.058000', '140524.061000', '140524.063000', '140524.066000', '140524.070000', '140524.072000', '140524.075000', '140524.078000', '140524.081000', '140524.084000', '140524.087000', '140524.090000', '140524.093000', '140524.096000', '140524.099000', '140524.102000', '140524.105000', '140524.108000', '140524.111000', '140524.113000', '140524.116000', '140524.119000', '140524.122000', '140524.125000', '140524.128000', '140524.131000', '140524.134000', '140524.137000', '140524.140000', '140524.143000', '140524.145000', '140524.148000', '140524.151000', '140524.154000', '140524.158000', '140524.160000', '140524.163000', '140524.166000', '140544.039000', '140544.042000', '140544.045000', '140544.048000', '140544.051000', '140544.054000', '140544.057000', '140544.060000', '140544.075000', '140544.078000', '140544.081000', '140544.084000', '140544.087000', '140544.090000', '140544.093000', '140544.096000', '140544.099000', '140544.101000', '140544.104000', '140544.107000', '140544.110000', '140544.113000', '140544.116000', '140544.119000', '140544.122000', '140544.125000', '140544.128000', '140544.131000', '140544.133000', '140544.136000', '140544.139000', '140544.142000', '140544.145000', '140544.148000', '140544.151000', '140544.154000', '140544.156000', '140544.159000', '140544.162000', '140544.165000', '140544.176000', '140544.179000', '140544.182000', '140604.041000', '140604.045000', '140604.102000', '140604.105000', '140604.108000', '140604.111000', '140604.114000', '140604.117000', '140604.120000', '140604.123000', '140604.126000', '140604.129000', '140604.131000', '140604.135000', '140604.137000', '140604.140000', '140604.143000', '140604.146000', '140604.149000', '140604.152000', '140604.155000', '140604.158000', '140604.161000', '140604.164000', '140604.167000', '140604.170000', '140604.173000', '140604.176000', '140604.178000', '140604.181000', '140604.184000', '140604.187000', '140604.190000', '140604.193000', '140604.196000', '140604.199000', '140604.202000', '140604.205000', '140604.207000', '140604.210000', '140604.213000', '140604.216000', '140604.219000', '140624.039000', '140624.042000', '140624.045000', '140624.048000', '140624.051000', '140624.054000', '140624.057000', '140624.060000', '140624.063000', '140624.066000', '140624.068000', '140624.071000', '140624.074000', '140624.077000', '140624.080000', '140624.083000', '140624.086000', '140624.089000', '140624.092000', '140624.095000', '140624.098000', '140624.101000', '140624.104000', '140624.107000', '140624.110000', '140624.113000', '140624.115000', '140624.118000', '140624.121000', '140624.124000', '140624.127000', '140624.130000', '140624.133000', '140624.136000', '140624.139000', '140624.142000', '140624.145000', '140624.148000', '140624.150000', '140624.153000', '140624.156000', '140624.159000', '140624.162000', '140624.165000', '140644.040000', '140644.043000', '140644.046000', '140644.049000', '140644.052000', '140644.055000', '140644.058000', '140644.061000', '140644.064000', '140644.067000', '140644.070000', '140644.072000', '140644.075000', '140644.079000', '140644.083000', '140644.086000', '140644.089000', '140644.092000', '140644.094000', '140644.097000', '140644.100000', '140644.103000', '140644.106000', '140644.109000', '140644.112000', '140644.115000', '140644.118000', '140644.121000', '140644.123000', '140644.126000', '140644.129000', '140644.132000', '140644.135000', '140644.138000', '140644.141000', '140644.144000', '140644.147000', '140644.149000', '140644.152000', '140644.155000', '140644.158000', '140644.161000', '140644.164000', '140653.324000', '140653.328000', '140653.331000', '140653.334000', '140653.338000', '140653.341000', '140653.366000', '140653.369000', '140653.372000', '140653.376000', '140653.379000', '140653.382000', '140653.385000', '140653.388000', '140653.391000', '140653.394000', '140653.397000', '140653.400000', '140653.403000', '140653.406000', '140653.409000'], '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': [8477, 8600, 8371, 8801, 7982, 7815, 7829, 7780, 7147, 7641, 6751, 7784, 6663, 8123, 6554, 7989, 6410, 8074, 8197, 8182, 7729, 7671, 7779, 6588, 7784, 6616, 8318, 6572, 8230, 8791, 7473, 7749, 6724, 7742, 6663, 7626, 6544, 7579, 7204, 7337, 8021, 6471, 7610, 6532, 7584, 6375, 7565, 6351, 7209, 6448, 6905, 8053, 7271, 7605, 6914, 7863, 6747, 7672, 6441, 7916, 8165, 7905, 8967, 7197, 7994, 6474, 7719, 6501, 7774, 6302, 7417, 6460, 7386, 8552, 7123, 8596, 6764, 7726, 6576, 7705, 6574, 7530, 6461, 7630, 6575, 7435, 6443, 7176, 6792, 7951, 6357, 7861, 6550, 8076, 6406, 8067, 6704, 8184, 6608, 8161, 6257, 7969, 6428, 7644, 9287, 7522, 8880, 6782, 8307, 6608, 7888, 6521, 7910, 6643, 7815, 6523, 7656, 6557, 7590, 6336, 7225, 7733, 7339, 8247, 7061, 7595, 6964, 7837, 6629, 7921, 6516, 8008, 6398, 8079, 7135, 7799, 8219, 7295, 7802, 7120, 7619, 6564, 7720, 6440, 7381, 8202, 7502, 8349, 7155, 7626, 6501, 7761, 6451, 7578, 6363, 7257, 7275, 7152, 8078, 6600, 7652, 6391, 7672, 6597, 7557, 6413, 7696, 8018, 7333, 8048, 6878, 7714, 6408, 7750, 6339, 7696, 6709, 7549, 8349, 6806, 7676, 6673, 7598, 6551, 7722, 6730, 7364, 8314, 7417, 9291, 7383, 7948, 6655, 7684, 6559, 7742, 6518, 7496, 6712, 7512, 6521, 7403, 8067, 7503, 8124, 7125, 7755, 6971, 7603, 6513, 7989, 6639, 7754, 8277, 7344, 7958, 6748, 7759, 6536, 7635, 6277, 7500, 6480, 8134, 6506, 7150, 6354, 7475, 6652, 8234, 6866, 8117, 6567, 7598, 6672, 8340, 6554, 8201, 6902, 7973, 6875, 7918, 6430, 7973, 6529, 7425, 6699, 7200, 7990, 7131, 8389, 6664, 8089, 6630, 7802, 6630, 8057, 6545, 8023, 6416, 8168, 6620, 8133, 6563, 8077, 6603, 7684, 6747, 7129, 8792, 6602, 7794, 6632, 8247, 6757, 8021, 6764, 8105, 6674, 7974, 6422, 7572, 8031, 6771, 8803, 6692, 8146, 6573, 7871, 6262, 7513, 6454, 6677, 8123, 6391, 7908, 6484, 7899, 6502, 8114, 6574, 7931, 6519, 7656, 6304, 7231, 8487, 6713, 8337, 6643, 8391, 6532, 7931, 6363, 7769, 8263, 6829, 8404, 6759, 8689, 6778, 8106, 6678, 7836, 6340, 7982, 6390, 7469, 6443, 6897, 7596, 6708, 8264, 6642, 7785, 6597, 7969, 6350, 7743, 6355, 7685, 6834, 7630, 8589, 6920, 8040, 6441, 7967, 6630, 8061, 6315, 7943, 6526, 7678, 6468, 7125, 7465, 6610, 8429, 6631, 8119, 6827, 7951, 6658, 7823, 6669, 7565, 6409, 6972, 7134, 6800, 7309, 6563, 7739, 6802, 7896, 6518, 8044, 6607, 7925, 6398, 7866, 6364, 8142, 7752, 7344, 9075, 7091, 8242, 6469, 7912, 6609, 7778, 6528, 7887, 6668, 7759, 6499, 7888, 6423, 7783, 6742, 8112, 6407, 8146, 6655, 8349, 6643, 7944, 7094, 6311, 7484, 6521, 7248, 8902, 7596, 9161, 7214, 8096, 7089, 7887, 6526, 7953, 7310, 8152, 6502, 7599, 6317, 7271, 6274, 7287, 7334, 6663, 8125, 6771, 7817, 6599, 8043, 6594, 8121, 6590, 7767, 6245, 7376, 7675, 7051, 8635, 6569, 8194, 6653, 7859, 6445, 7960, 6292, 7297, 7609, 6663, 8981, 6769, 8040, 6333, 7986, 6414, 8025, 6749, 7898, 6291, 7594, 6461, 6569, 9108, 6430, 8424, 6548, 8673, 6691, 8039, 6333, 7951, 6251, 6814, 7362, 6377, 8354, 6536, 8059, 6762, 8240, 6381, 7573, 6412, 7153, 7749, 6673, 8136, 6518, 8272, 6586, 7921, 6226, 7094, 6694, 6536, 8533, 6516, 7997, 6290, 8137, 6403, 7910, 6319, 6828, 8824, 6494, 8166, 6539, 8161, 6557, 8172, 6407, 7649, 7318, 6810, 7632, 6591, 8108, 6509, 7952, 6374, 7899, 6602, 7932, 6509, 7923, 6412, 6577, 8916, 6702, 8087, 6532, 7994, 6354, 7937, 6450, 6963, 7227, 6509, 8219, 6314, 8094, 6295, 8186, 6381, 7925, 6515, 6785, 8500, 6615, 8151, 6510, 8115, 6632, 7743, 6359, 7239, 7315, 6772, 8457, 6454, 8041, 6597, 7980, 6429, 7791, 6418, 7272, 7344, 6493, 8524, 6671, 8285, 6328, 8188, 6428, 7238, 8757, 6561, 8134, 6986, 7996, 6457, 7966, 6385, 6891, 8815, 6670, 8075, 6557, 7848, 6434, 7954, 6658, 7280, 6344, 7095, 8110, 6674, 8043, 6474, 7900, 6464, 7569, 6625, 8025, 6631, 7694, 6312, 7302, 7792, 6795, 9444, 6455, 8857, 6865, 7880, 6585, 7914, 6688, 7859, 6430, 7789, 6250, 6853, 7394, 6756, 8301, 6702, 7831, 6471, 7975, 6612, 7939, 6469, 7252, 6803, 6881, 8477, 6710, 7813, 6592, 7717, 6563, 7882, 6292, 7507, 6494, 6660, 7852, 6357, 7918, 6614, 7940, 6267, 7765, 6350, 7641, 6215, 7065, 8065, 6696, 8223, 6580, 7674, 6761, 8098, 6817, 7866, 6519, 7865, 6289, 7315, 6403, 7082, 7078, 6412, 8688, 6647, 8270, 6705, 7799, 6771, 7972, 6973, 7326, 8440, 6878, 8600, 6805, 7966, 6529, 7699, 6513, 7847, 6704, 7396, 6534, 6860, 8188, 6908, 8125, 6595, 7408, 6382, 7373, 6492, 7357, 6461, 7901, 6360, 7799, 6528, 8098, 6551, 8527, 6656, 8229, 6434, 7893, 6364, 8276, 6580, 7577, 6237, 7096, 6286, 6675, 7142, 6500, 8828, 6487, 8502, 6614, 8088, 6340, 7965, 6583, 7866, 6395, 7910, 6401, 7711, 6485, 7237, 6429, 6560, 7376, 6465, 8645, 6625, 8406, 6414, 7925, 6370, 8153, 6642, 7916, 6289, 7548, 6491, 6419, 7036, 6417, 7917, 6455, 8247, 6382, 7921, 6658, 7855, 6382, 7876, 6522, 8090, 6570, 7427, 6497, 6779, 8739, 6613, 8926, 6685, 8206, 6871, 7798, 6491, 7824, 6635, 7776, 6684, 7545, 6651, 6912, 6426, 6680, 7701, 6623, 8230, 6672, 8011, 6498, 7756, 6319, 8068, 6745, 8133, 6537, 7702, 6809, 7259, 6460, 7150, 9443, 7018, 8243, 6787, 7710, 6765, 7967, 6554, 7751, 6712, 7328, 8514, 6656, 8096, 6428, 7907, 6519, 7756, 6643, 7878, 6443, 7149, 7049, 6440, 8257, 6607, 7888, 6371, 7977, 6304, 7868, 6443, 7168, 8214, 6795, 8145, 6660, 7745, 6358, 7808, 6430, 7860, 6529, 7800, 6851, 7111, 9242, 6749, 9664, 6690, 8253, 6713, 8056, 6692, 7585, 6617, 7126, 6820, 6903, 8395, 6423, 7869, 6487, 7769, 6484, 7155, 6314, 7633, 6466, 7802, 6555, 7678, 7393, 8341, 6661, 8674, 6713, 8570, 6575, 9418, 7178, 8902, 6378, 7936, 6369, 8037, 6270, 7135, 8013, 6815, 8265, 6620, 8047, 6472, 7959, 6674, 7810, 6579, 8089, 6693, 7801, 6426, 7666, 6452, 7701, 6391, 7115, 8261, 6889, 8177, 6562, 7947, 6575, 7632, 6235, 7958, 6546, 7776, 6302, 7438, 6312, 6841, 6346, 6427, 6279, 6655, 6374, 7066, 7893, 6510, 9129, 6494, 8152, 6626, 7737, 6711, 8138, 6546, 8051, 6861, 7704, 6561, 7224, 6442, 6972, 6520, 6896, 7860, 6960, 8326, 6721, 7843, 6723, 8144, 6415, 8022, 6558, 7794, 7333, 7074, 8675, 7048, 8196, 6670, 7919, 6543, 7998, 6467, 7875, 6631, 7851, 6354, 7615, 6618, 7294, 6537, 6617, 7883, 6777, 8216, 6715, 7966, 6627, 7761, 6421, 7875, 6426, 7797, 6922, 7557, 8082, 6893, 8947, 6770, 8059, 6592, 7982, 6537, 7981, 6378, 7901, 6627, 6766, 6350, 6477, 8504, 6482, 7968, 6574, 7899, 6657, 7902, 6464, 7863, 6515, 7588, 6646, 6261, 6641, 6486, 7844, 6429, 7475, 6730, 7296, 7032, 6308, 7664, 6548, 9017, 6466, 8266, 6427, 8265, 6794, 8477, 8673, 7113, 8889, 7089, 8553, 6420, 8510, 6425, 8300, 6777, 7970, 6812, 7954, 6511, 8063, 6315, 7930, 6483, 7912, 6662, 7253, 6274, 7003, 6476, 6824, 7225, 6873, 9076, 6948, 9765, 6991, 8123, 6597, 8051, 6768, 8308, 6723, 7909, 6592, 7620, 6329, 6796, 6828, 6299, 7883, 6535, 7602, 6791, 8116, 7091, 7550, 7129, 7903, 6603, 6506, 7880, 6425, 8298, 6712, 8307, 6411, 8411, 6334, 8329, 6735, 8365, 7067, 8243, 6994, 6948, 7018, 6532, 7440, 6536, 7607, 6445, 7646, 6749, 7828, 6569, 7934, 6476, 7647, 8284, 7059, 9030, 6951, 8986, 6802, 8523, 6555, 7877, 6480, 8088, 6263, 8146, 6465, 7994, 6459, 7638, 6402, 7771, 6192, 7688, 6680, 7392, 6977, 6757, 7832, 6387, 7789, 6403, 8275, 6368, 8212, 6755, 8443, 6409, 8131, 6417, 7921, 6552, 7233, 6416, 6954, 6513, 6490, 8457, 6585, 8010, 6690, 7928, 6825, 7819, 6484, 7542, 6528, 7288, 7711, 7200, 8390, 6815, 7996, 6681, 7663, 6419, 7704, 6329, 7945, 6332, 7760, 7396, 6976, 9206, 6945, 9331, 6584, 8095, 6548, 7833, 6621, 8123, 6295, 7949, 6484, 7431, 6314, 6576, 8599, 6505, 8103, 6370, 8120, 6563, 7978, 6442, 7513, 6217, 6984, 8595, 6598, 8209, 6917, 8060, 6488, 7940, 6257, 7412, 6519, 6305, 8715, 6690, 8201, 6296, 7783, 6567, 7924, 6378, 7541, 6550, 6575, 7794, 6493, 8505, 6592, 8157, 6887, 8123, 6426, 8077, 6258, 7793, 8925, 6743, 8401, 6513, 8050, 6529, 8017, 6357, 7544, 6274, 8096, 6259, 7641, 6671, 8285, 6506, 8234, 6760, 8711, 7131, 9202, 6714, 8604, 6702, 8197, 6402, 8164, 6946, 7841, 6542, 7433, 6844, 6948, 8738, 6785, 8124, 6480, 7997, 6421, 7740, 6287, 7858, 6448, 8294, 6322, 8222, 6824, 8275, 6342, 8049, 8561, 7470, 9120, 7065, 8877, 7113, 8024, 6728, 8195, 6691, 8002, 6429, 8003, 6327, 8034, 6694], 'WindowCenter': [4134.0, 4118.0, 4102.0, 4113.0, 4090.0, 4078.0, 4076.0, 4075.0, 4064.0, 4064.0, 4053.0, 4063.0, 4054.0, 4075.0, 4054.0, 4074.0, 4054.0, 4074.0, 4074.0, 4075.0, 4075.0, 4075.0, 4075.0, 4055.0, 4076.0, 4054.0, 4075.0, 4052.0, 4074.0, 4073.0, 4063.0, 4064.0, 4054.0, 4075.0, 4053.0, 4075.0, 4054.0, 4075.0, 4064.0, 4064.0, 4075.0, 4055.0, 4076.0, 4055.0, 4076.0, 4067.0, 4088.0, 4067.0, 4078.0, 4068.0, 4080.0, 4090.0, 4078.0, 4078.0, 4078.0, 4076.0, 4066.0, 4077.0, 4055.0, 4088.0, 4087.0, 4087.0, 4086.0, 4066.0, 4076.0, 4056.0, 4076.0, 4055.0, 4077.0, 4056.0, 4077.0, 4056.0, 4077.0, 4087.0, 4065.0, 4085.0, 4056.0, 4075.0, 4065.0, 4075.0, 4054.0, 4088.0, 4068.0, 4076.0, 4066.0, 4078.0, 4067.0, 4066.0, 4066.0, 4088.0, 4056.0, 4087.0, 4057.0, 4087.0, 4057.0, 4088.0, 4068.0, 4089.0, 4067.0, 4089.0, 4068.0, 4088.0, 4056.0, 4077.0, 4097.0, 4078.0, 4086.0, 4067.0, 4076.0, 4067.0, 4087.0, 4055.0, 4087.0, 4055.0, 4075.0, 4066.0, 4076.0, 4055.0, 4075.0, 4053.0, 4075.0, 4075.0, 4065.0, 4076.0, 4064.0, 4074.0, 4064.0, 4064.0, 4054.0, 4075.0, 4053.0, 4075.0, 4054.0, 4075.0, 4064.0, 4075.0, 4074.0, 4076.0, 4075.0, 4066.0, 4077.0, 4066.0, 4076.0, 4055.0, 4077.0, 4087.0, 4076.0, 4075.0, 4065.0, 4074.0, 4055.0, 4075.0, 4054.0, 4076.0, 4055.0, 4076.0, 4065.0, 4065.0, 4086.0, 4064.0, 4075.0, 4055.0, 4077.0, 4065.0, 4078.0, 4056.0, 4077.0, 4086.0, 4065.0, 4075.0, 4066.0, 4076.0, 4055.0, 4075.0, 4055.0, 4076.0, 4065.0, 4076.0, 4085.0, 4067.0, 4076.0, 4066.0, 4076.0, 4066.0, 4076.0, 4066.0, 4077.0, 4087.0, 4078.0, 4096.0, 4065.0, 4074.0, 4053.0, 4074.0, 4053.0, 4076.0, 4055.0, 4076.0, 4065.0, 4077.0, 4067.0, 4077.0, 4076.0, 4076.0, 4076.0, 4066.0, 4076.0, 4065.0, 4075.0, 4054.0, 4075.0, 4064.0, 4076.0, 4085.0, 4077.0, 4075.0, 4065.0, 4075.0, 4055.0, 4076.0, 4054.0, 4077.0, 4055.0, 4076.0, 4067.0, 4076.0, 4067.0, 4078.0, 4067.0, 4089.0, 4068.0, 4088.0, 4068.0, 4089.0, 4069.0, 4089.0, 4068.0, 4088.0, 4067.0, 4077.0, 4066.0, 4077.0, 4055.0, 4076.0, 4054.0, 4065.0, 4054.0, 4065.0, 4074.0, 4064.0, 4074.0, 4055.0, 4074.0, 4053.0, 4074.0, 4066.0, 4076.0, 4054.0, 4076.0, 4056.0, 4087.0, 4068.0, 4089.0, 4066.0, 4087.0, 4065.0, 4076.0, 4054.0, 4066.0, 4085.0, 4066.0, 4076.0, 4066.0, 4086.0, 4066.0, 4086.0, 4066.0, 4088.0, 4067.0, 4087.0, 4056.0, 4077.0, 4076.0, 4066.0, 4085.0, 4066.0, 4075.0, 4054.0, 4074.0, 4054.0, 4064.0, 4054.0, 4066.0, 4076.0, 4056.0, 4087.0, 4067.0, 4087.0, 4067.0, 4088.0, 4067.0, 4089.0, 4068.0, 4090.0, 4068.0, 4078.0, 4088.0, 4068.0, 4087.0, 4068.0, 4087.0, 4056.0, 4076.0, 4055.0, 4077.0, 4076.0, 4056.0, 4075.0, 4055.0, 4074.0, 4054.0, 4075.0, 4054.0, 4075.0, 4054.0, 4075.0, 4054.0, 4065.0, 4054.0, 4066.0, 4076.0, 4066.0, 4085.0, 4065.0, 4075.0, 4064.0, 4077.0, 4055.0, 4076.0, 4054.0, 4077.0, 4064.0, 4076.0, 4084.0, 4065.0, 4073.0, 4056.0, 4075.0, 4055.0, 4076.0, 4055.0, 4076.0, 4055.0, 4077.0, 4055.0, 4066.0, 4067.0, 4066.0, 4086.0, 4066.0, 4076.0, 4066.0, 4076.0, 4066.0, 4076.0, 4054.0, 4075.0, 4056.0, 4066.0, 4066.0, 4066.0, 4065.0, 4055.0, 4075.0, 4064.0, 4074.0, 4055.0, 4077.0, 4066.0, 4076.0, 4056.0, 4087.0, 4056.0, 4077.0, 4063.0, 4077.0, 4085.0, 4053.0, 4074.0, 4043.0, 4073.0, 4054.0, 4064.0, 4055.0, 4075.0, 4055.0, 4065.0, 4054.0, 4075.0, 4055.0, 4064.0, 4066.0, 4077.0, 4055.0, 4088.0, 4068.0, 4087.0, 4067.0, 4076.0, 4065.0, 4054.0, 4065.0, 4054.0, 4077.0, 4086.0, 4076.0, 4085.0, 4065.0, 4074.0, 4064.0, 4074.0, 4042.0, 4063.0, 4063.0, 4074.0, 4043.0, 4064.0, 4043.0, 4064.0, 4054.0, 4065.0, 4064.0, 4066.0, 4077.0, 4055.0, 4076.0, 4066.0, 4076.0, 4066.0, 4076.0, 4055.0, 4077.0, 4054.0, 4067.0, 4075.0, 4065.0, 4075.0, 4055.0, 4087.0, 4055.0, 4074.0, 4054.0, 4076.0, 4054.0, 4065.0, 4064.0, 4055.0, 4085.0, 4066.0, 4076.0, 4056.0, 4078.0, 4056.0, 4088.0, 4068.0, 4088.0, 4056.0, 4078.0, 4057.0, 4069.0, 4087.0, 4056.0, 4087.0, 4056.0, 4086.0, 4053.0, 4075.0, 4055.0, 4076.0, 4055.0, 4067.0, 4066.0, 4056.0, 4087.0, 4056.0, 4076.0, 4066.0, 4087.0, 4067.0, 4091.0, 4056.0, 4078.0, 4088.0, 4068.0, 4087.0, 4067.0, 4088.0, 4067.0, 4088.0, 4058.0, 4066.0, 4066.0, 4055.0, 4086.0, 4056.0, 4076.0, 4055.0, 4076.0, 4055.0, 4076.0, 4054.0, 4067.0, 4086.0, 4055.0, 4076.0, 4055.0, 4075.0, 4054.0, 4086.0, 4056.0, 4077.0, 4066.0, 4066.0, 4076.0, 4056.0, 4075.0, 4055.0, 4076.0, 4055.0, 4077.0, 4066.0, 4077.0, 4055.0, 4077.0, 4055.0, 4066.0, 4086.0, 4055.0, 4076.0, 4056.0, 4076.0, 4055.0, 4076.0, 4055.0, 4066.0, 4065.0, 4056.0, 4086.0, 4057.0, 4087.0, 4056.0, 4088.0, 4057.0, 4089.0, 4057.0, 4067.0, 4098.0, 4067.0, 4076.0, 4054.0, 4077.0, 4065.0, 4077.0, 4055.0, 4066.0, 4065.0, 4065.0, 4075.0, 4055.0, 4087.0, 4066.0, 4076.0, 4055.0, 4077.0, 4056.0, 4077.0, 4066.0, 4057.0, 4087.0, 4056.0, 4087.0, 4055.0, 4088.0, 4057.0, 4077.0, 4087.0, 4067.0, 4076.0, 4065.0, 4076.0, 4056.0, 4077.0, 4054.0, 4066.0, 4086.0, 4066.0, 4075.0, 4054.0, 4075.0, 4055.0, 4076.0, 4065.0, 4078.0, 4067.0, 4079.0, 4089.0, 4068.0, 4088.0, 4069.0, 4088.0, 4068.0, 4088.0, 4067.0, 4089.0, 4067.0, 4079.0, 4057.0, 4077.0, 4077.0, 4068.0, 4096.0, 4057.0, 4086.0, 4066.0, 4076.0, 4055.0, 4075.0, 4054.0, 4076.0, 4055.0, 4075.0, 4054.0, 4065.0, 4064.0, 4065.0, 4075.0, 4054.0, 4074.0, 4053.0, 4075.0, 4054.0, 4076.0, 4054.0, 4064.0, 4065.0, 4064.0, 4074.0, 4053.0, 4075.0, 4054.0, 4075.0, 4065.0, 4075.0, 4054.0, 4076.0, 4056.0, 4066.0, 4076.0, 4055.0, 4074.0, 4065.0, 4076.0, 4055.0, 4076.0, 4056.0, 4076.0, 4055.0, 4066.0, 4075.0, 4054.0, 4085.0, 4065.0, 4075.0, 4055.0, 4076.0, 4066.0, 4076.0, 4055.0, 4075.0, 4054.0, 4077.0, 4055.0, 4076.0, 4065.0, 4058.0, 4087.0, 4067.0, 4087.0, 4065.0, 4075.0, 4054.0, 4075.0, 4064.0, 4065.0, 4074.0, 4053.0, 4073.0, 4052.0, 4073.0, 4043.0, 4063.0, 4042.0, 4074.0, 4053.0, 4063.0, 4053.0, 4065.0, 4075.0, 4065.0, 4075.0, 4055.0, 4065.0, 4054.0, 4064.0, 4043.0, 4065.0, 4053.0, 4075.0, 4054.0, 4076.0, 4054.0, 4075.0, 4043.0, 4074.0, 4052.0, 4073.0, 4054.0, 4075.0, 4055.0, 4087.0, 4055.0, 4077.0, 4045.0, 4067.0, 4055.0, 4066.0, 4066.0, 4055.0, 4086.0, 4055.0, 4085.0, 4055.0, 4076.0, 4056.0, 4075.0, 4054.0, 4075.0, 4054.0, 4076.0, 4054.0, 4076.0, 4055.0, 4077.0, 4056.0, 4068.0, 4077.0, 4057.0, 4087.0, 4068.0, 4087.0, 4056.0, 4076.0, 4054.0, 4076.0, 4054.0, 4074.0, 4043.0, 4075.0, 4054.0, 4055.0, 4064.0, 4055.0, 4075.0, 4055.0, 4076.0, 4056.0, 4076.0, 4066.0, 4077.0, 4056.0, 4076.0, 4056.0, 4078.0, 4056.0, 4077.0, 4056.0, 4066.0, 4084.0, 4055.0, 4086.0, 4055.0, 4076.0, 4054.0, 4074.0, 4055.0, 4075.0, 4066.0, 4089.0, 4066.0, 4104.0, 4082.0, 4079.0, 4056.0, 4066.0, 4077.0, 4068.0, 4089.0, 4069.0, 4090.0, 4069.0, 4078.0, 4057.0, 4087.0, 4066.0, 4088.0, 4056.0, 4079.0, 4067.0, 4078.0, 4056.0, 4066.0, 4097.0, 4066.0, 4086.0, 4066.0, 4077.0, 4066.0, 4076.0, 4055.0, 4076.0, 4055.0, 4076.0, 4085.0, 4054.0, 4074.0, 4055.0, 4076.0, 4054.0, 4065.0, 4066.0, 4088.0, 4067.0, 4066.0, 4066.0, 4069.0, 4087.0, 4066.0, 4087.0, 4056.0, 4087.0, 4056.0, 4090.0, 4066.0, 4067.0, 4087.0, 4067.0, 4087.0, 4066.0, 4077.0, 4057.0, 4077.0, 4067.0, 4088.0, 4067.0, 4079.0, 4068.0, 4079.0, 4098.0, 4066.0, 4097.0, 4054.0, 4074.0, 4054.0, 4077.0, 4053.0, 4064.0, 4052.0, 4055.0, 4053.0, 4063.0, 4073.0, 4054.0, 4074.0, 4053.0, 4076.0, 4057.0, 4065.0, 4055.0, 4088.0, 4068.0, 4077.0, 4067.0, 4077.0, 4077.0, 4086.0, 4066.0, 4087.0, 4066.0, 4087.0, 4056.0, 4085.0, 4053.0, 4072.0, 4041.0, 4061.0, 4041.0, 4062.0, 4040.0, 4051.0, 4061.0, 4040.0, 4061.0, 4040.0, 4061.0, 4040.0, 4061.0, 4040.0, 4061.0, 4052.0, 4074.0, 4052.0, 4063.0, 4043.0, 4065.0, 4042.0, 4065.0, 4043.0, 4054.0, 4073.0, 4053.0, 4074.0, 4054.0, 4063.0, 4053.0, 4064.0, 4043.0, 4074.0, 4055.0, 4076.0, 4055.0, 4066.0, 4057.0, 4069.0, 4056.0, 4057.0, 4057.0, 4069.0, 4068.0, 4078.0, 4088.0, 4071.0, 4100.0, 4058.0, 4090.0, 4069.0, 4078.0, 4067.0, 4076.0, 4055.0, 4077.0, 4055.0, 4077.0, 4055.0, 4065.0, 4055.0, 4066.0, 4055.0, 4066.0, 4075.0, 4066.0, 4086.0, 4068.0, 4089.0, 4067.0, 4088.0, 4057.0, 4087.0, 4056.0, 4078.0, 4066.0, 4068.0, 4086.0, 4067.0, 4087.0, 4066.0, 4076.0, 4055.0, 4077.0, 4057.0, 4076.0, 4066.0, 4087.0, 4057.0, 4078.0, 4067.0, 4079.0, 4058.0, 4068.0, 4090.0, 4069.0, 4089.0, 4067.0, 4089.0, 4068.0, 4077.0, 4056.0, 4077.0, 4056.0, 4078.0, 4067.0, 4089.0, 4077.0, 4068.0, 4087.0, 4066.0, 4076.0, 4055.0, 4076.0, 4056.0, 4075.0, 4056.0, 4076.0, 4054.0, 4054.0, 4054.0, 4054.0, 4085.0, 4055.0, 4075.0, 4066.0, 4076.0, 4055.0, 4076.0, 4055.0, 4076.0, 4054.0, 4076.0, 4055.0, 4056.0, 4055.0, 4068.0, 4077.0, 4057.0, 4078.0, 4068.0, 4078.0, 4079.0, 4058.0, 4079.0, 4058.0, 4089.0, 4057.0, 4088.0, 4057.0, 4088.0, 4056.0, 4077.0, 4076.0, 4067.0, 4085.0, 4055.0, 4085.0, 4043.0, 4073.0, 4043.0, 4073.0, 4053.0, 4064.0, 4054.0, 4075.0, 4054.0, 4076.0, 4056.0, 4076.0, 4055.0, 4077.0, 4068.0, 4079.0, 4057.0, 4079.0, 4069.0, 4069.0, 4077.0, 4069.0, 4100.0, 4068.0, 4097.0, 4067.0, 4078.0, 4056.0, 4075.0, 4054.0, 4076.0, 4054.0, 4076.0, 4053.0, 4064.0, 4054.0, 4054.0, 4053.0, 4056.0, 4075.0, 4055.0, 4075.0, 4067.0, 4090.0, 4091.0, 4090.0, 4081.0, 4090.0, 4084.0, 4070.0, 4077.0, 4056.0, 4078.0, 4056.0, 4075.0, 4043.0, 4074.0, 4053.0, 4074.0, 4054.0, 4074.0, 4055.0, 4074.0, 4053.0, 4051.0, 4053.0, 4042.0, 4053.0, 4042.0, 4053.0, 4041.0, 4063.0, 4040.0, 4063.0, 4041.0, 4063.0, 4041.0, 4063.0, 4062.0, 4054.0, 4072.0, 4053.0, 4072.0, 4041.0, 4072.0, 4041.0, 4062.0, 4042.0, 4062.0, 4042.0, 4063.0, 4043.0, 4076.0, 4043.0, 4065.0, 4056.0, 4076.0, 4045.0, 4078.0, 4067.0, 4078.0, 4067.0, 4068.0, 4077.0, 4057.0, 4077.0, 4056.0, 4076.0, 4056.0, 4077.0, 4055.0, 4076.0, 4056.0, 4075.0, 4054.0, 4076.0, 4044.0, 4066.0, 4055.0, 4066.0, 4055.0, 4055.0, 4076.0, 4056.0, 4076.0, 4055.0, 4076.0, 4054.0, 4064.0, 4044.0, 4066.0, 4044.0, 4064.0, 4064.0, 4064.0, 4074.0, 4053.0, 4065.0, 4055.0, 4065.0, 4054.0, 4065.0, 4055.0, 4076.0, 4044.0, 4065.0, 4065.0, 4066.0, 4085.0, 4055.0, 4084.0, 4053.0, 4063.0, 4042.0, 4063.0, 4052.0, 4063.0, 4042.0, 4064.0, 4042.0, 4053.0, 4042.0, 4053.0, 4073.0, 4042.0, 4073.0, 4043.0, 4075.0, 4054.0, 4075.0, 4054.0, 4065.0, 4044.0, 4065.0, 4075.0, 4055.0, 4075.0, 4055.0, 4076.0, 4055.0, 4076.0, 4054.0, 4066.0, 4056.0, 4055.0, 4074.0, 4055.0, 4076.0, 4056.0, 4077.0, 4067.0, 4078.0, 4057.0, 4079.0, 4072.0, 4081.0, 4090.0, 4069.0, 4089.0, 4068.0, 4089.0, 4068.0, 4089.0, 4058.0, 4089.0, 4057.0, 4079.0, 4100.0, 4067.0, 4088.0, 4056.0, 4088.0, 4057.0, 4076.0, 4057.0, 4078.0, 4069.0, 4089.0, 4069.0, 4091.0, 4096.0, 4103.0, 4071.0, 4101.0, 4071.0, 4090.0, 4069.0, 4100.0, 4068.0, 4087.0, 4055.0, 4076.0, 4054.0, 4076.0, 4054.0, 4074.0, 4043.0, 4064.0, 4054.0, 4052.0, 4072.0, 4052.0, 4073.0, 4055.0, 4075.0, 4055.0, 4076.0, 4057.0, 4077.0, 4068.0, 4089.0, 4058.0, 4089.0, 4068.0, 4089.0, 4056.0, 4078.0, 4087.0, 4068.0, 4085.0, 4065.0, 4087.0, 4055.0, 4064.0, 4055.0, 4074.0, 4054.0, 4074.0, 4054.0, 4074.0, 4053.0, 4075.0, 4056.0], 'WindowWidth': [9205.0, 9168.0, 9136.0, 9153.0, 9114.0, 9095.0, 9088.0, 9085.0, 9069.0, 9066.0, 9051.0, 9065.0, 9054.0, 9083.0, 9053.0, 9081.0, 9055.0, 9082.0, 9081.0, 9083.0, 9084.0, 9083.0, 9084.0, 9056.0, 9085.0, 9054.0, 9083.0, 9049.0, 9080.0, 9079.0, 9065.0, 9067.0, 9054.0, 9082.0, 9052.0, 9083.0, 9055.0, 9083.0, 9067.0, 9070.0, 9085.0, 9060.0, 9088.0, 9060.0, 9087.0, 9079.0, 9107.0, 9078.0, 9095.0, 9082.0, 9101.0, 9111.0, 9095.0, 9095.0, 9093.0, 9089.0, 9074.0, 9090.0, 9059.0, 9106.0, 9103.0, 9102.0, 9101.0, 9074.0, 9088.0, 9062.0, 9087.0, 9059.0, 9090.0, 9061.0, 9091.0, 9061.0, 9090.0, 9104.0, 9072.0, 9097.0, 9059.0, 9085.0, 9071.0, 9083.0, 9056.0, 9108.0, 9079.0, 9088.0, 9078.0, 9094.0, 9080.0, 9075.0, 9075.0, 9105.0, 9059.0, 9104.0, 9064.0, 9103.0, 9064.0, 9107.0, 9080.0, 9111.0, 9079.0, 9109.0, 9080.0, 9107.0, 9060.0, 9091.0, 9116.0, 9092.0, 9100.0, 9076.0, 9087.0, 9076.0, 9103.0, 9059.0, 9104.0, 9058.0, 9083.0, 9075.0, 9088.0, 9059.0, 9086.0, 9052.0, 9086.0, 9085.0, 9072.0, 9085.0, 9069.0, 9082.0, 9068.0, 9067.0, 9054.0, 9084.0, 9053.0, 9082.0, 9055.0, 9083.0, 9069.0, 9083.0, 9083.0, 9087.0, 9085.0, 9074.0, 9091.0, 9077.0, 9089.0, 9058.0, 9089.0, 9105.0, 9088.0, 9083.0, 9070.0, 9085.0, 9058.0, 9083.0, 9054.0, 9087.0, 9058.0, 9089.0, 9070.0, 9070.0, 9102.0, 9072.0, 9086.0, 9059.0, 9090.0, 9074.0, 9093.0, 9061.0, 9091.0, 9101.0, 9072.0, 9086.0, 9074.0, 9088.0, 9058.0, 9085.0, 9058.0, 9086.0, 9073.0, 9089.0, 9100.0, 9078.0, 9089.0, 9074.0, 9090.0, 9077.0, 9090.0, 9075.0, 9089.0, 9104.0, 9094.0, 9115.0, 9071.0, 9084.0, 9054.0, 9082.0, 9053.0, 9087.0, 9060.0, 9087.0, 9072.0, 9090.0, 9079.0, 9090.0, 9089.0, 9089.0, 9089.0, 9076.0, 9086.0, 9070.0, 9085.0, 9057.0, 9086.0, 9070.0, 9087.0, 9100.0, 9089.0, 9085.0, 9071.0, 9086.0, 9057.0, 9085.0, 9055.0, 9088.0, 9057.0, 9086.0, 9077.0, 9090.0, 9080.0, 9095.0, 9079.0, 9108.0, 9080.0, 9107.0, 9081.0, 9110.0, 9084.0, 9111.0, 9079.0, 9106.0, 9077.0, 9091.0, 9073.0, 9089.0, 9059.0, 9087.0, 9055.0, 9070.0, 9053.0, 9068.0, 9081.0, 9068.0, 9082.0, 9057.0, 9082.0, 9054.0, 9082.0, 9073.0, 9086.0, 9057.0, 9089.0, 9062.0, 9104.0, 9081.0, 9109.0, 9075.0, 9103.0, 9073.0, 9087.0, 9055.0, 9072.0, 9097.0, 9073.0, 9086.0, 9075.0, 9102.0, 9075.0, 9101.0, 9075.0, 9106.0, 9076.0, 9104.0, 9063.0, 9090.0, 9086.0, 9072.0, 9098.0, 9073.0, 9085.0, 9054.0, 9081.0, 9056.0, 9068.0, 9055.0, 9075.0, 9087.0, 9061.0, 9105.0, 9079.0, 9106.0, 9080.0, 9109.0, 9079.0, 9110.0, 9080.0, 9112.0, 9080.0, 9094.0, 9108.0, 9082.0, 9105.0, 9079.0, 9104.0, 9060.0, 9087.0, 9058.0, 9088.0, 9085.0, 9059.0, 9084.0, 9057.0, 9082.0, 9055.0, 9083.0, 9055.0, 9082.0, 9054.0, 9083.0, 9054.0, 9072.0, 9054.0, 9072.0, 9090.0, 9073.0, 9099.0, 9071.0, 9085.0, 9070.0, 9088.0, 9057.0, 9086.0, 9055.0, 9089.0, 9070.0, 9086.0, 9096.0, 9070.0, 9079.0, 9060.0, 9084.0, 9058.0, 9086.0, 9059.0, 9088.0, 9060.0, 9091.0, 9059.0, 9075.0, 9076.0, 9074.0, 9102.0, 9073.0, 9087.0, 9073.0, 9088.0, 9073.0, 9086.0, 9054.0, 9085.0, 9061.0, 9072.0, 9073.0, 9075.0, 9072.0, 9056.0, 9084.0, 9069.0, 9083.0, 9058.0, 9088.0, 9075.0, 9087.0, 9063.0, 9104.0, 9061.0, 9087.0, 9065.0, 9090.0, 9096.0, 9051.0, 9080.0, 9036.0, 9078.0, 9054.0, 9067.0, 9057.0, 9082.0, 9057.0, 9069.0, 9055.0, 9082.0, 9056.0, 9066.0, 9072.0, 9089.0, 9061.0, 9106.0, 9079.0, 9104.0, 9076.0, 9085.0, 9072.0, 9056.0, 9071.0, 9054.0, 9088.0, 9100.0, 9084.0, 9098.0, 9069.0, 9082.0, 9067.0, 9079.0, 9036.0, 9062.0, 9062.0, 9079.0, 9037.0, 9065.0, 9037.0, 9068.0, 9054.0, 9070.0, 9068.0, 9074.0, 9088.0, 9058.0, 9088.0, 9074.0, 9089.0, 9073.0, 9087.0, 9058.0, 9089.0, 9055.0, 9075.0, 9085.0, 9071.0, 9084.0, 9058.0, 9102.0, 9058.0, 9082.0, 9056.0, 9086.0, 9056.0, 9071.0, 9069.0, 9057.0, 9097.0, 9073.0, 9086.0, 9060.0, 9092.0, 9062.0, 9105.0, 9080.0, 9108.0, 9063.0, 9092.0, 9063.0, 9081.0, 9102.0, 9062.0, 9102.0, 9060.0, 9100.0, 9053.0, 9084.0, 9057.0, 9086.0, 9057.0, 9076.0, 9073.0, 9061.0, 9103.0, 9062.0, 9089.0, 9076.0, 9104.0, 9079.0, 9114.0, 9063.0, 9094.0, 9109.0, 9081.0, 9104.0, 9079.0, 9108.0, 9076.0, 9106.0, 9066.0, 9075.0, 9073.0, 9059.0, 9100.0, 9061.0, 9085.0, 9058.0, 9086.0, 9058.0, 9086.0, 9054.0, 9076.0, 9101.0, 9058.0, 9087.0, 9057.0, 9084.0, 9056.0, 9099.0, 9058.0, 9088.0, 9072.0, 9073.0, 9085.0, 9060.0, 9085.0, 9058.0, 9085.0, 9057.0, 9090.0, 9072.0, 9088.0, 9059.0, 9089.0, 9059.0, 9073.0, 9101.0, 9058.0, 9088.0, 9060.0, 9085.0, 9059.0, 9087.0, 9057.0, 9074.0, 9071.0, 9063.0, 9102.0, 9063.0, 9105.0, 9063.0, 9105.0, 9064.0, 9108.0, 9063.0, 9078.0, 9121.0, 9077.0, 9088.0, 9055.0, 9089.0, 9072.0, 9090.0, 9057.0, 9074.0, 9071.0, 9072.0, 9084.0, 9060.0, 9104.0, 9072.0, 9087.0, 9059.0, 9090.0, 9062.0, 9090.0, 9073.0, 9064.0, 9104.0, 9061.0, 9103.0, 9059.0, 9108.0, 9065.0, 9091.0, 9103.0, 9078.0, 9086.0, 9071.0, 9088.0, 9062.0, 9089.0, 9056.0, 9075.0, 9101.0, 9073.0, 9084.0, 9056.0, 9085.0, 9059.0, 9089.0, 9072.0, 9095.0, 9077.0, 9099.0, 9110.0, 9081.0, 9108.0, 9083.0, 9107.0, 9080.0, 9108.0, 9079.0, 9108.0, 9078.0, 9097.0, 9063.0, 9091.0, 9089.0, 9078.0, 9114.0, 9064.0, 9101.0, 9073.0, 9086.0, 9057.0, 9083.0, 9055.0, 9086.0, 9055.0, 9085.0, 9055.0, 9071.0, 9069.0, 9071.0, 9083.0, 9054.0, 9081.0, 9053.0, 9084.0, 9055.0, 9086.0, 9053.0, 9068.0, 9071.0, 9068.0, 9081.0, 9053.0, 9084.0, 9056.0, 9084.0, 9070.0, 9085.0, 9053.0, 9087.0, 9060.0, 9072.0, 9088.0, 9058.0, 9084.0, 9071.0, 9087.0, 9059.0, 9086.0, 9061.0, 9089.0, 9057.0, 9074.0, 9084.0, 9056.0, 9098.0, 9071.0, 9086.0, 9058.0, 9086.0, 9073.0, 9087.0, 9057.0, 9085.0, 9057.0, 9089.0, 9058.0, 9089.0, 9073.0, 9066.0, 9104.0, 9076.0, 9104.0, 9072.0, 9084.0, 9055.0, 9084.0, 9066.0, 9069.0, 9079.0, 9051.0, 9078.0, 9048.0, 9076.0, 9038.0, 9064.0, 9035.0, 9080.0, 9053.0, 9067.0, 9053.0, 9071.0, 9083.0, 9072.0, 9083.0, 9056.0, 9069.0, 9056.0, 9067.0, 9038.0, 9069.0, 9052.0, 9083.0, 9054.0, 9085.0, 9055.0, 9081.0, 9036.0, 9077.0, 9048.0, 9076.0, 9053.0, 9082.0, 9057.0, 9102.0, 9059.0, 9089.0, 9045.0, 9077.0, 9060.0, 9074.0, 9073.0, 9058.0, 9099.0, 9060.0, 9098.0, 9057.0, 9088.0, 9061.0, 9083.0, 9055.0, 9083.0, 9054.0, 9086.0, 9055.0, 9086.0, 9059.0, 9088.0, 9060.0, 9079.0, 9089.0, 9064.0, 9103.0, 9078.0, 9103.0, 9059.0, 9086.0, 9055.0, 9085.0, 9054.0, 9082.0, 9039.0, 9083.0, 9054.0, 9056.0, 9066.0, 9056.0, 9084.0, 9058.0, 9085.0, 9060.0, 9089.0, 9075.0, 9089.0, 9060.0, 9088.0, 9059.0, 9091.0, 9059.0, 9088.0, 9060.0, 9074.0, 9095.0, 9056.0, 9100.0, 9058.0, 9086.0, 9055.0, 9081.0, 9057.0, 9087.0, 9077.0, 9110.0, 9075.0, 9139.0, 9107.0, 9097.0, 9061.0, 9075.0, 9092.0, 9080.0, 9111.0, 9084.0, 9112.0, 9084.0, 9092.0, 9065.0, 9103.0, 9075.0, 9105.0, 9060.0, 9094.0, 9079.0, 9092.0, 9062.0, 9075.0, 9115.0, 9074.0, 9100.0, 9073.0, 9090.0, 9073.0, 9087.0, 9059.0, 9087.0, 9057.0, 9087.0, 9098.0, 9056.0, 9081.0, 9057.0, 9086.0, 9055.0, 9069.0, 9075.0, 9108.0, 9078.0, 9075.0, 9074.0, 9083.0, 9102.0, 9074.0, 9104.0, 9062.0, 9103.0, 9061.0, 9111.0, 9076.0, 9078.0, 9104.0, 9077.0, 9104.0, 9074.0, 9090.0, 9064.0, 9089.0, 9078.0, 9108.0, 9079.0, 9096.0, 9079.0, 9095.0, 9117.0, 9074.0, 9115.0, 9055.0, 9080.0, 9054.0, 9087.0, 9049.0, 9064.0, 9048.0, 9054.0, 9051.0, 9065.0, 9077.0, 9054.0, 9079.0, 9052.0, 9085.0, 9064.0, 9071.0, 9059.0, 9109.0, 9083.0, 9090.0, 9078.0, 9091.0, 9088.0, 9100.0, 9074.0, 9102.0, 9075.0, 9102.0, 9059.0, 9095.0, 9048.0, 9072.0, 9028.0, 9055.0, 9026.0, 9057.0, 9025.0, 9042.0, 9056.0, 9025.0, 9053.0, 9027.0, 9054.0, 9026.0, 9057.0, 9029.0, 9057.0, 9046.0, 9079.0, 9047.0, 9063.0, 9038.0, 9067.0, 9035.0, 9068.0, 9037.0, 9051.0, 9077.0, 9050.0, 9080.0, 9054.0, 9062.0, 9050.0, 9066.0, 9038.0, 9080.0, 9055.0, 9085.0, 9057.0, 9073.0, 9062.0, 9080.0, 9061.0, 9062.0, 9063.0, 9083.0, 9081.0, 9095.0, 9108.0, 9089.0, 9124.0, 9066.0, 9111.0, 9082.0, 9093.0, 9076.0, 9087.0, 9056.0, 9089.0, 9057.0, 9087.0, 9055.0, 9070.0, 9056.0, 9072.0, 9056.0, 9072.0, 9085.0, 9075.0, 9101.0, 9081.0, 9108.0, 9078.0, 9107.0, 9064.0, 9104.0, 9060.0, 9092.0, 9074.0, 9078.0, 9098.0, 9075.0, 9103.0, 9073.0, 9086.0, 9058.0, 9090.0, 9064.0, 9088.0, 9074.0, 9103.0, 9063.0, 9093.0, 9076.0, 9097.0, 9066.0, 9080.0, 9114.0, 9083.0, 9108.0, 9076.0, 9107.0, 9080.0, 9089.0, 9060.0, 9089.0, 9063.0, 9091.0, 9077.0, 9109.0, 9090.0, 9079.0, 9103.0, 9074.0, 9086.0, 9058.0, 9085.0, 9057.0, 9083.0, 9057.0, 9087.0, 9052.0, 9054.0, 9054.0, 9054.0, 9096.0, 9059.0, 9086.0, 9074.0, 9086.0, 9058.0, 9086.0, 9058.0, 9086.0, 9055.0, 9086.0, 9057.0, 9059.0, 9058.0, 9079.0, 9088.0, 9062.0, 9091.0, 9080.0, 9093.0, 9096.0, 9068.0, 9095.0, 9065.0, 9106.0, 9063.0, 9106.0, 9063.0, 9104.0, 9059.0, 9088.0, 9084.0, 9075.0, 9094.0, 9055.0, 9097.0, 9038.0, 9075.0, 9035.0, 9077.0, 9049.0, 9064.0, 9053.0, 9081.0, 9053.0, 9088.0, 9062.0, 9088.0, 9058.0, 9088.0, 9078.0, 9095.0, 9061.0, 9096.0, 9084.0, 9081.0, 9089.0, 9081.0, 9124.0, 9080.0, 9115.0, 9074.0, 9091.0, 9058.0, 9081.0, 9052.0, 9086.0, 9052.0, 9083.0, 9048.0, 9066.0, 9052.0, 9053.0, 9051.0, 9061.0, 9081.0, 9055.0, 9083.0, 9078.0, 9114.0, 9118.0, 9115.0, 9104.0, 9112.0, 9112.0, 9085.0, 9089.0, 9056.0, 9089.0, 9059.0, 9078.0, 9035.0, 9077.0, 9050.0, 9080.0, 9051.0, 9080.0, 9054.0, 9078.0, 9049.0, 9044.0, 9047.0, 9031.0, 9048.0, 9031.0, 9046.0, 9028.0, 9060.0, 9027.0, 9061.0, 9031.0, 9060.0, 9030.0, 9061.0, 9058.0, 9049.0, 9072.0, 9046.0, 9071.0, 9030.0, 9070.0, 9028.0, 9059.0, 9033.0, 9060.0, 9034.0, 9062.0, 9037.0, 9083.0, 9037.0, 9068.0, 9060.0, 9086.0, 9043.0, 9090.0, 9075.0, 9092.0, 9076.0, 9080.0, 9088.0, 9062.0, 9090.0, 9060.0, 9085.0, 9058.0, 9088.0, 9056.0, 9084.0, 9058.0, 9082.0, 9052.0, 9083.0, 9038.0, 9071.0, 9055.0, 9071.0, 9057.0, 9057.0, 9085.0, 9058.0, 9084.0, 9054.0, 9084.0, 9052.0, 9067.0, 9040.0, 9072.0, 9039.0, 9067.0, 9066.0, 9065.0, 9079.0, 9051.0, 9068.0, 9056.0, 9067.0, 9054.0, 9069.0, 9057.0, 9084.0, 9039.0, 9070.0, 9068.0, 9071.0, 9093.0, 9054.0, 9092.0, 9049.0, 9063.0, 9033.0, 9061.0, 9045.0, 9063.0, 9034.0, 9064.0, 9033.0, 9048.0, 9033.0, 9049.0, 9075.0, 9035.0, 9077.0, 9037.0, 9082.0, 9054.0, 9083.0, 9053.0, 9070.0, 9042.0, 9071.0, 9082.0, 9056.0, 9083.0, 9054.0, 9084.0, 9055.0, 9085.0, 9053.0, 9071.0, 9058.0, 9056.0, 9080.0, 9054.0, 9085.0, 9060.0, 9087.0, 9075.0, 9091.0, 9065.0, 9096.0, 9092.0, 9103.0, 9112.0, 9083.0, 9108.0, 9080.0, 9109.0, 9080.0, 9106.0, 9065.0, 9107.0, 9064.0, 9094.0, 9126.0, 9077.0, 9105.0, 9061.0, 9107.0, 9062.0, 9088.0, 9065.0, 9091.0, 9081.0, 9110.0, 9084.0, 9116.0, 9136.0, 9136.0, 9091.0, 9128.0, 9089.0, 9111.0, 9082.0, 9125.0, 9077.0, 9100.0, 9056.0, 9086.0, 9053.0, 9083.0, 9052.0, 9080.0, 9036.0, 9063.0, 9052.0, 9047.0, 9072.0, 9047.0, 9077.0, 9055.0, 9084.0, 9059.0, 9088.0, 9063.0, 9090.0, 9082.0, 9110.0, 9067.0, 9109.0, 9079.0, 9107.0, 9060.0, 9092.0, 9102.0, 9076.0, 9097.0, 9069.0, 9100.0, 9054.0, 9065.0, 9055.0, 9078.0, 9051.0, 9079.0, 9052.0, 9078.0, 9052.0, 9084.0, 9059.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.00030177443609022555</td></tr>
<tr><td colspan=3>aqi</td><td>0.014605862255639097</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.69548493344625</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1701170304665154</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0026013486606462</td></tr>
<tr><td colspan=3>efc</td><td>0.4685</td></tr>
<tr><td colspan=3>fber</td><td>6397.9077</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0629786432181157</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.45112781954887216</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.546445815209234</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.488338395218844</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7292953894739815</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.421703660934878</td></tr>
<tr><td colspan=3>gcor</td><td>0.00678272</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.002498868154361844</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030048659071326256</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1330</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.812762819788237</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>21.0228</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.9091</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.5547</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300685.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>775.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>317.888</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1194</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>538.994</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3280.3161</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3482.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75859.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1073.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4332.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>913.2425</td></tr>
<tr><td colspan=3>tsnr</td><td>46.53584397258237</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>