<?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-0059_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-0059_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-0059_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-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0059/figures/sub-0059_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-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059/ses-03/func/sub-0059_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>d75c6a0eac5ff748fcb29b65bbf87b26</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:46:48.405000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99864, 0.0480685, 0.0201849, -0.0500647, 0.99221, 0.114077]</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.10225</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>[4153, -7752, -7252, 455, -90, -171, -32, 6]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.813</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9194a497-19eb-4c0b-9153-450f099529b3||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6792783737182617, -0.1343199610710144, 0.039269328117370605, 118.3921890258789], [-0.12896418571472168, 2.6620259284973145, 0.31031695008277893, -92.86434173583984], [0.054154716432094574, -0.30605968832969666, 2.6818203926086426, -47.23078918457031], [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': ['134648.405000', '134648.865000', '134649.325000', '134649.785000', '134650.245000', '134650.705000', '134651.165000', '134651.625000', '134652.085000', '134652.545000', '134653.005000', '134653.465000', '134653.925000', '134654.385000', '134654.845000', '134655.305000', '134655.765000', '134656.225000', '134656.685000', '134657.145000', '134657.605000', '134658.065000', '134658.525000', '134658.985000', '134659.445000', '134659.905000', '134700.365000', '134700.825000', '134701.285000', '134701.745000', '134702.205000', '134702.665000', '134703.125000', '134703.585000', '134704.045000', '134704.505000', '134704.965000', '134705.425000', '134705.885000', '134706.345000', '134706.805000', '134707.265000', '134707.725000', '134708.185000', '134708.645000', '134709.105000', '134709.565000', '134710.025000', '134710.485000', '134710.945000', '134711.405000', '134711.865000', '134712.325000', '134712.785000', '134713.245000', '134713.705000', '134714.165000', '134714.625000', '134715.085000', '134715.545000', '134716.005000', '134716.465000', '134716.925000', '134717.385000', '134717.845000', '134718.305000', '134718.765000', '134719.225000', '134719.685000', '134720.145000', '134720.605000', '134721.065000', '134721.525000', '134721.985000', '134722.445000', '134722.905000', '134723.365000', '134723.825000', '134724.285000', '134724.745000', '134725.205000', '134725.665000', '134726.125000', '134726.585000', '134727.045000', '134727.505000', '134727.965000', '134728.425000', '134728.885000', '134729.345000', '134729.805000', '134730.265000', '134730.725000', '134731.185000', '134731.645000', '134732.105000', '134732.565000', '134733.025000', '134733.485000', '134733.945000', '134734.405000', '134734.865000', '134735.325000', '134735.785000', '134736.245000', '134736.705000', '134737.165000', '134737.625000', '134738.085000', '134738.545000', '134739.005000', '134739.465000', '134739.925000', '134740.385000', '134740.845000', '134741.305000', '134741.765000', '134742.225000', '134742.685000', '134743.145000', '134743.605000', '134744.065000', '134744.525000', '134744.985000', '134745.445000', '134745.905000', '134746.365000', '134746.825000', '134747.285000', '134747.745000', '134748.205000', '134748.665000', '134749.125000', '134749.585000', '134750.045000', '134750.505000', '134750.965000', '134751.425000', '134751.885000', '134752.345000', '134752.805000', '134753.265000', '134753.725000', '134754.185000', '134754.645000', '134755.105000', '134755.565000', '134756.025000', '134756.485000', '134756.945000', '134757.405000', '134757.865000', '134758.325000', '134758.785000', '134759.245000', '134759.705000', '134800.165000', '134800.625000', '134801.085000', '134801.545000', '134802.005000', '134802.465000', '134802.925000', '134803.385000', '134803.845000', '134804.305000', '134804.765000', '134805.225000', '134805.685000', '134806.145000', '134806.605000', '134807.065000', '134807.525000', '134807.985000', '134808.445000', '134808.905000', '134809.365000', '134809.825000', '134810.285000', '134810.745000', '134811.205000', '134811.665000', '134812.125000', '134812.585000', '134813.045000', '134813.505000', '134813.965000', '134814.425000', '134814.885000', '134815.345000', '134815.805000', '134816.265000', '134816.725000', '134817.185000', '134817.645000', '134818.105000', '134818.565000', '134819.025000', '134819.485000', '134819.945000', '134820.405000', '134820.865000', '134821.325000', '134821.785000', '134822.245000', '134822.705000', '134823.165000', '134823.625000', '134824.085000', '134824.545000', '134825.005000', '134825.465000', '134825.925000', '134826.385000', '134826.845000', '134827.305000', '134827.765000', '134828.225000', '134828.685000', '134829.145000', '134829.605000', '134830.065000', '134830.525000', '134830.985000', '134831.445000', '134831.905000', '134832.365000', '134832.825000', '134833.285000', '134833.745000', '134834.205000', '134834.665000', '134835.125000', '134835.585000', '134836.045000', '134836.505000', '134836.965000', '134837.425000', '134837.885000', '134838.345000', '134838.805000', '134839.265000', '134839.725000', '134840.185000', '134840.645000', '134841.105000', '134841.565000', '134842.025000', '134842.485000', '134842.945000', '134843.405000', '134843.865000', '134844.325000', '134844.785000', '134845.245000', '134845.705000', '134846.165000', '134846.625000', '134847.085000', '134847.545000', '134848.005000', '134848.465000', '134848.925000', '134849.385000', '134849.845000', '134850.305000', '134850.765000', '134851.225000', '134851.685000', '134852.145000', '134852.605000', '134853.065000', '134853.525000', '134853.985000', '134854.445000', '134854.905000', '134855.365000', '134855.825000', '134856.285000', '134856.745000', '134857.205000', '134857.665000', '134858.125000', '134858.585000', '134859.045000', '134859.505000', '134859.965000', '134900.425000', '134900.885000', '134901.345000', '134901.805000', '134902.265000', '134902.725000', '134903.185000', '134903.645000', '134904.105000', '134904.565000', '134905.025000', '134905.485000', '134905.945000', '134906.405000', '134906.865000', '134907.325000', '134907.785000', '134908.245000', '134908.705000', '134909.165000', '134909.625000', '134910.085000', '134910.545000', '134911.005000', '134911.465000', '134911.925000', '134912.385000', '134912.845000', '134913.305000', '134913.765000', '134914.225000', '134914.685000', '134915.145000', '134915.605000', '134916.065000', '134916.525000', '134916.985000', '134917.445000', '134917.905000', '134918.365000', '134918.825000', '134919.285000', '134919.745000', '134920.205000', '134920.665000', '134921.125000', '134921.585000', '134922.045000', '134922.505000', '134922.965000', '134923.425000', '134923.885000', '134924.345000', '134924.805000', '134925.265000', '134925.725000', '134926.185000', '134926.645000', '134927.105000', '134927.565000', '134928.025000', '134928.485000', '134928.945000', '134929.405000', '134929.865000', '134930.325000', '134930.785000', '134931.245000', '134931.705000', '134932.165000', '134932.625000', '134933.085000', '134933.545000', '134934.005000', '134934.465000', '134934.925000', '134935.385000', '134935.845000', '134936.305000', '134936.765000', '134937.225000', '134937.685000', '134938.145000', '134938.605000', '134939.065000', '134939.525000', '134939.985000', '134940.445000', '134940.905000', '134941.365000', '134941.825000', '134942.285000', '134942.745000', '134943.205000', '134943.665000', '134944.125000', '134944.585000', '134945.045000', '134945.505000', '134945.965000', '134946.425000', '134946.885000', '134947.345000', '134947.805000', '134948.265000', '134948.725000', '134949.185000', '134949.645000', '134950.105000', '134950.565000', '134951.025000', '134951.485000', '134951.945000', '134952.405000', '134952.865000', '134953.325000', '134953.785000', '134954.245000', '134954.705000', '134955.165000', '134955.625000', '134956.085000', '134956.545000', '134957.005000', '134957.465000', '134957.925000', '134958.385000', '134958.845000', '134959.305000', '134959.765000', '135000.225000', '135000.685000', '135001.145000', '135001.605000', '135002.065000', '135002.525000', '135002.985000', '135003.445000', '135003.905000', '135004.365000', '135004.825000', '135005.285000', '135005.745000', '135006.205000', '135006.665000', '135007.125000', '135007.585000', '135008.045000', '135008.505000', '135008.965000', '135009.425000', '135009.885000', '135010.345000', '135010.805000', '135011.265000', '135011.725000', '135012.185000', '135012.645000', '135013.105000', '135013.565000', '135014.025000', '135014.485000', '135014.945000', '135015.405000', '135015.865000', '135016.325000', '135016.785000', '135017.245000', '135017.705000', '135018.165000', '135018.625000', '135019.085000', '135019.545000', '135020.005000', '135020.465000', '135020.925000', '135021.385000', '135021.845000', '135022.305000', '135022.765000', '135023.225000', '135023.685000', '135024.145000', '135024.605000', '135025.065000', '135025.525000', '135025.985000', '135026.445000', '135026.905000', '135027.365000', '135027.825000', '135028.285000', '135028.745000', '135029.205000', '135029.665000', '135030.125000', '135030.585000', '135031.045000', '135031.505000', '135031.965000', '135032.425000', '135032.885000', '135033.345000', '135033.805000', '135034.265000', '135034.725000', '135035.185000', '135035.645000', '135036.105000', '135036.565000', '135037.025000', '135037.485000', '135037.945000', '135038.405000', '135038.865000', '135039.325000', '135039.785000', '135040.245000', '135040.705000', '135041.165000', '135041.625000', '135042.085000', '135042.545000', '135043.005000', '135043.465000', '135043.925000', '135044.385000', '135044.845000', '135045.305000', '135045.765000', '135046.225000', '135046.685000', '135047.145000', '135047.605000', '135048.065000', '135048.525000', '135048.985000', '135049.445000', '135049.905000', '135050.365000', '135050.825000', '135051.285000', '135051.745000', '135052.205000', '135052.665000', '135053.125000', '135053.585000', '135054.045000', '135054.505000', '135054.965000', '135055.425000', '135055.885000', '135056.345000', '135056.805000', '135057.265000', '135057.725000', '135058.185000', '135058.645000', '135059.105000', '135059.565000', '135100.025000', '135100.485000', '135100.945000', '135101.405000', '135101.865000', '135102.325000', '135102.785000', '135103.245000', '135103.705000', '135104.165000', '135104.625000', '135105.085000', '135105.545000', '135106.005000', '135106.465000', '135106.925000', '135107.385000', '135107.845000', '135108.305000', '135108.765000', '135109.225000', '135109.685000', '135110.145000', '135110.605000', '135111.065000', '135111.525000', '135111.985000', '135112.445000', '135112.905000', '135113.365000', '135113.825000', '135114.285000', '135114.745000', '135115.205000', '135115.665000', '135116.125000', '135116.585000', '135117.045000', '135117.505000', '135117.965000', '135118.425000', '135118.885000', '135119.345000', '135119.805000', '135120.265000', '135120.725000', '135121.185000', '135121.645000', '135122.105000', '135122.565000', '135123.025000', '135123.485000', '135123.945000', '135124.405000', '135124.865000', '135125.325000', '135125.785000', '135126.245000', '135126.705000', '135127.165000', '135127.625000', '135128.085000', '135128.545000', '135129.005000', '135129.465000', '135129.925000', '135130.385000', '135130.845000', '135131.305000', '135131.765000', '135132.225000', '135132.685000', '135133.145000', '135133.605000', '135134.065000', '135134.525000', '135134.985000', '135135.445000', '135135.905000', '135136.365000', '135136.825000', '135137.285000', '135137.745000', '135138.205000', '135138.665000', '135139.125000', '135139.585000', '135140.045000', '135140.505000', '135140.965000', '135141.425000', '135141.885000', '135142.345000', '135142.805000', '135143.265000', '135143.725000', '135144.185000', '135144.645000', '135145.105000', '135145.565000', '135146.025000', '135146.485000', '135146.945000', '135147.405000', '135147.865000', '135148.325000', '135148.785000', '135149.245000', '135149.705000', '135150.165000', '135150.625000', '135151.085000', '135151.545000', '135152.005000', '135152.465000', '135152.925000', '135153.385000', '135153.845000', '135154.305000', '135154.765000', '135155.225000', '135155.685000', '135156.145000', '135156.605000', '135157.065000', '135157.525000', '135157.985000', '135158.445000', '135158.905000', '135159.365000', '135159.825000', '135200.285000', '135200.745000', '135201.205000', '135201.665000', '135202.125000', '135202.585000', '135203.045000', '135203.505000', '135203.965000', '135204.425000', '135204.885000', '135205.345000', '135205.805000', '135206.265000', '135206.725000', '135207.185000', '135207.645000', '135208.105000', '135208.565000', '135209.025000', '135209.485000', '135209.945000', '135210.405000', '135210.865000', '135211.325000', '135211.785000', '135212.245000', '135212.705000', '135213.165000', '135213.625000', '135214.085000', '135214.545000', '135215.005000', '135215.465000', '135215.925000', '135216.385000', '135216.845000', '135217.305000', '135217.765000', '135218.225000', '135218.685000', '135219.145000', '135219.605000', '135220.065000', '135220.525000', '135220.985000', '135221.445000', '135221.905000', '135222.365000', '135222.825000', '135223.285000', '135223.745000', '135224.205000', '135224.665000', '135225.125000', '135225.585000', '135226.045000', '135226.505000', '135226.965000', '135227.425000', '135227.885000', '135228.345000', '135228.805000', '135229.265000', '135229.725000', '135230.185000', '135230.645000', '135231.105000', '135231.565000', '135232.025000', '135232.485000', '135232.945000', '135233.405000', '135233.865000', '135234.325000', '135234.785000', '135235.245000', '135235.705000', '135236.165000', '135236.625000', '135237.085000', '135237.545000', '135238.005000', '135238.465000', '135238.925000', '135239.385000', '135239.845000', '135240.305000', '135240.765000', '135241.225000', '135241.685000', '135242.145000', '135242.605000', '135243.065000', '135243.525000', '135243.985000', '135244.445000', '135244.905000', '135245.365000', '135245.825000', '135246.285000', '135246.745000', '135247.205000', '135247.665000', '135248.125000', '135248.585000', '135249.045000', '135249.505000', '135249.965000', '135250.425000', '135250.885000', '135251.345000', '135251.805000', '135252.265000', '135252.725000', '135253.185000', '135253.645000', '135254.105000', '135254.565000', '135255.025000', '135255.485000', '135255.945000', '135256.405000', '135256.865000', '135257.325000', '135257.785000', '135258.245000', '135258.705000', '135259.165000', '135259.625000', '135300.085000', '135300.545000', '135301.005000', '135301.465000', '135301.925000', '135302.385000', '135302.845000', '135303.305000', '135303.765000', '135304.225000', '135304.685000', '135305.145000', '135305.605000', '135306.065000', '135306.525000', '135306.985000', '135307.445000', '135307.905000', '135308.365000', '135308.825000', '135309.285000', '135309.745000', '135310.205000', '135310.665000', '135311.125000', '135311.585000', '135312.045000', '135312.505000', '135312.965000', '135313.425000', '135313.885000', '135314.345000', '135314.805000', '135315.265000', '135315.725000', '135316.185000', '135316.645000', '135317.105000', '135317.565000', '135318.025000', '135318.485000', '135318.945000', '135319.405000', '135319.865000', '135320.325000', '135320.785000', '135321.245000', '135321.705000', '135322.165000', '135322.625000', '135323.085000', '135323.545000', '135324.005000', '135324.465000', '135324.925000', '135325.385000', '135325.845000', '135326.305000', '135326.765000', '135327.225000', '135327.685000', '135328.145000', '135328.605000', '135329.065000', '135329.525000', '135329.985000', '135330.445000', '135330.905000', '135331.365000', '135331.825000', '135332.285000', '135332.745000', '135333.205000', '135333.665000', '135334.125000', '135334.585000', '135335.045000', '135335.505000', '135335.965000', '135336.425000', '135336.885000', '135337.345000', '135337.805000', '135338.265000', '135338.725000', '135339.185000', '135339.645000', '135340.105000', '135340.565000', '135341.025000', '135341.485000', '135341.945000', '135342.405000', '135342.865000', '135343.325000', '135343.785000', '135344.245000', '135344.705000', '135345.165000', '135345.625000', '135346.085000', '135346.545000', '135347.005000', '135347.465000', '135347.925000', '135348.385000', '135348.845000', '135349.305000', '135349.765000', '135350.225000', '135350.685000', '135351.145000', '135351.605000', '135352.065000', '135352.525000', '135352.985000', '135353.445000', '135353.905000', '135354.365000', '135354.825000', '135355.285000', '135355.745000', '135356.205000', '135356.665000', '135357.125000', '135357.585000', '135358.045000', '135358.505000', '135358.965000', '135359.425000', '135359.885000', '135400.345000', '135400.805000', '135401.265000', '135401.725000', '135402.185000', '135402.645000', '135403.105000', '135403.565000', '135404.025000', '135404.485000', '135404.945000', '135405.405000', '135405.865000', '135406.325000', '135406.785000', '135407.245000', '135407.705000', '135408.165000', '135408.625000', '135409.085000', '135409.545000', '135410.005000', '135410.465000', '135410.925000', '135411.385000', '135411.845000', '135412.305000', '135412.765000', '135413.225000', '135413.685000', '135414.145000', '135414.605000', '135415.065000', '135415.525000', '135415.985000', '135416.445000', '135416.905000', '135417.365000', '135417.825000', '135418.285000', '135418.745000', '135419.205000', '135419.665000', '135420.125000', '135420.585000', '135421.045000', '135421.505000', '135421.965000', '135422.425000', '135422.885000', '135423.345000', '135423.805000', '135424.265000', '135424.725000', '135425.185000', '135425.645000', '135426.105000', '135426.565000', '135427.025000', '135427.485000', '135427.945000', '135428.405000', '135428.865000', '135429.325000', '135429.785000', '135430.245000', '135430.705000', '135431.165000', '135431.625000', '135432.085000', '135432.545000', '135433.005000', '135433.465000', '135433.925000', '135434.385000', '135434.845000', '135435.305000', '135435.765000', '135436.225000', '135436.685000', '135437.145000', '135437.605000', '135438.065000', '135438.525000', '135438.985000', '135439.445000', '135439.905000', '135440.365000', '135440.825000', '135441.285000', '135441.745000', '135442.205000', '135442.665000', '135443.125000', '135443.585000', '135444.045000', '135444.505000', '135444.965000', '135445.425000', '135445.885000', '135446.345000', '135446.805000', '135447.265000', '135447.725000', '135448.185000', '135448.645000', '135449.105000', '135449.565000', '135450.025000', '135450.485000', '135450.945000', '135451.405000', '135451.865000', '135452.325000', '135452.785000', '135453.245000', '135453.705000', '135454.165000', '135454.625000', '135455.085000', '135455.545000', '135456.005000', '135456.465000', '135456.925000', '135457.385000', '135457.845000', '135458.305000', '135458.765000', '135459.225000', '135459.685000', '135500.145000', '135500.605000', '135501.065000', '135501.525000', '135501.985000', '135502.445000', '135502.905000', '135503.365000', '135503.825000', '135504.285000', '135504.745000', '135505.205000', '135505.665000', '135506.125000', '135506.585000', '135507.045000', '135507.505000', '135507.965000', '135508.425000', '135508.885000', '135509.345000', '135509.805000', '135510.265000', '135510.725000', '135511.185000', '135511.645000', '135512.105000', '135512.565000', '135513.025000', '135513.485000', '135513.945000', '135514.405000', '135514.865000', '135515.325000', '135515.785000', '135516.245000', '135516.705000', '135517.165000', '135517.625000', '135518.085000', '135518.545000', '135519.005000', '135519.465000', '135519.925000', '135520.385000', '135520.845000', '135521.305000', '135521.765000', '135522.225000', '135522.685000', '135523.145000', '135523.605000', '135524.065000', '135524.525000', '135524.985000', '135525.445000', '135525.905000', '135526.365000', '135526.825000', '135527.285000', '135527.745000', '135528.205000', '135528.665000', '135529.125000', '135529.585000', '135530.045000', '135530.505000', '135530.965000', '135531.425000', '135531.885000', '135532.345000', '135532.805000', '135533.265000', '135533.725000', '135534.185000', '135534.645000', '135535.105000', '135535.565000', '135536.025000', '135536.485000', '135536.945000', '135537.405000', '135537.865000', '135538.325000', '135538.785000', '135539.245000', '135539.705000', '135540.165000', '135540.625000', '135541.085000', '135541.545000', '135542.005000', '135542.465000', '135542.925000', '135543.385000', '135543.845000', '135544.305000', '135544.765000', '135545.225000', '135545.685000', '135546.145000', '135546.605000', '135547.065000', '135547.525000', '135547.985000', '135548.445000', '135548.905000', '135549.365000', '135549.825000', '135550.285000', '135550.745000', '135551.205000', '135551.665000', '135552.125000', '135552.585000', '135553.045000', '135553.505000', '135553.965000', '135554.425000', '135554.885000', '135555.345000', '135555.805000', '135556.265000', '135556.725000', '135557.185000', '135557.645000', '135558.105000', '135558.565000', '135559.025000', '135559.485000', '135559.945000', '135600.405000', '135600.865000', '135601.325000', '135601.785000', '135602.245000', '135602.705000', '135603.165000', '135603.625000', '135604.085000', '135604.545000', '135605.005000', '135605.465000', '135605.925000', '135606.385000', '135606.845000', '135607.305000', '135607.765000', '135608.225000', '135608.685000', '135609.145000', '135609.605000', '135610.065000', '135610.525000', '135610.985000', '135611.445000', '135611.905000', '135612.365000', '135612.825000', '135613.285000', '135613.745000', '135614.205000', '135614.665000', '135615.125000', '135615.585000', '135616.045000', '135616.505000', '135616.965000', '135617.425000', '135617.885000', '135618.345000', '135618.805000', '135619.265000', '135619.725000', '135620.185000', '135620.645000', '135621.105000', '135621.565000', '135622.025000', '135622.485000', '135622.945000', '135623.405000', '135623.865000', '135624.325000', '135624.785000', '135625.245000', '135625.705000', '135626.165000', '135626.625000', '135627.085000', '135627.545000', '135628.005000', '135628.465000', '135628.925000', '135629.385000', '135629.845000', '135630.305000', '135630.765000', '135631.225000', '135631.685000', '135632.145000', '135632.605000', '135633.065000', '135633.525000', '135633.985000', '135634.445000', '135634.905000', '135635.365000', '135635.825000', '135636.285000', '135636.745000', '135637.205000', '135637.665000', '135638.125000', '135638.585000', '135639.045000', '135639.505000', '135639.965000', '135640.425000', '135640.885000', '135641.345000', '135641.805000', '135642.265000', '135642.725000', '135643.185000', '135643.645000', '135644.105000', '135644.565000', '135645.025000', '135645.485000', '135645.945000', '135646.405000', '135646.865000', '135647.325000', '135647.785000', '135648.245000', '135648.705000', '135649.165000', '135649.625000', '135650.085000', '135650.545000', '135651.005000', '135651.465000', '135651.925000', '135652.385000', '135652.845000', '135653.305000', '135653.765000', '135654.225000', '135654.685000', '135655.145000', '135655.605000', '135656.065000', '135656.525000', '135656.985000', '135657.445000', '135657.905000', '135658.365000', '135658.825000', '135659.285000', '135659.745000', '135700.205000', '135700.665000', '135701.125000', '135701.585000', '135702.045000'], 'ContentTime': ['134713.859000', '134713.863000', '134713.865000', '134713.868000', '134713.870000', '134713.873000', '134713.876000', '134713.878000', '134713.881000', '134713.883000', '134713.886000', '134713.888000', '134713.891000', '134713.894000', '134713.896000', '134713.899000', '134713.901000', '134713.904000', '134713.907000', '134713.909000', '134713.912000', '134713.914000', '134713.917000', '134713.920000', '134713.922000', '134713.925000', '134713.927000', '134713.930000', '134713.932000', '134713.935000', '134713.938000', '134713.940000', '134713.943000', '134713.945000', '134713.948000', '134713.955000', '134713.958000', '134713.961000', '134713.964000', '134713.966000', '134713.969000', '134713.972000', '134713.974000', '134713.977000', '134713.979000', '134713.982000', '134713.984000', '134713.987000', '134713.989000', '134713.992000', '134713.995000', '134713.997000', '134714.001000', '134714.004000', '134733.827000', '134733.830000', '134733.833000', '134733.835000', '134733.838000', '134733.841000', '134733.843000', '134733.846000', '134733.848000', '134733.851000', '134733.854000', '134733.856000', '134733.859000', '134733.870000', '134733.872000', '134733.875000', '134733.877000', '134733.880000', '134733.883000', '134733.885000', '134733.888000', '134733.890000', '134733.893000', '134733.896000', '134733.898000', '134733.901000', '134733.903000', '134733.906000', '134733.909000', '134733.911000', '134733.914000', '134733.916000', '134733.919000', '134733.921000', '134733.924000', '134733.927000', '134733.929000', '134733.932000', '134733.934000', '134733.937000', '134733.940000', '134733.942000', '134733.945000', '134753.827000', '134753.830000', '134753.833000', '134753.836000', '134753.838000', '134753.841000', '134753.844000', '134753.846000', '134753.849000', '134753.851000', '134753.854000', '134753.857000', '134753.864000', '134753.867000', '134753.870000', '134753.872000', '134753.875000', '134753.877000', '134753.880000', '134753.883000', '134753.885000', '134753.888000', '134753.891000', '134753.893000', '134753.896000', '134753.898000', '134753.901000', '134753.904000', '134753.906000', '134753.909000', '134753.911000', '134753.914000', '134753.917000', '134753.919000', '134753.922000', '134753.924000', '134753.927000', '134753.930000', '134753.932000', '134753.935000', '134753.938000', '134753.940000', '134753.943000', '134753.946000', '134813.827000', '134813.830000', '134813.833000', '134813.836000', '134813.838000', '134813.841000', '134813.844000', '134813.846000', '134813.849000', '134813.851000', '134813.854000', '134813.857000', '134813.859000', '134813.862000', '134813.871000', '134813.874000', '134813.877000', '134813.879000', '134813.882000', '134813.884000', '134813.887000', '134813.890000', '134813.892000', '134813.895000', '134813.897000', '134813.900000', '134813.902000', '134813.905000', '134813.908000', '134813.910000', '134813.913000', '134813.916000', '134813.918000', '134813.921000', '134813.923000', '134813.926000', '134813.928000', '134813.931000', '134813.934000', '134813.936000', '134813.939000', '134813.941000', '134813.944000', '134833.827000', '134833.830000', '134833.832000', '134833.835000', '134833.838000', '134833.840000', '134833.843000', '134833.845000', '134833.848000', '134833.851000', '134833.853000', '134833.856000', '134833.859000', '134833.861000', '134833.864000', '134833.867000', '134833.869000', '134833.872000', '134833.875000', '134833.877000', '134833.880000', '134833.882000', '134833.885000', '134833.888000', '134833.890000', '134833.893000', '134833.895000', '134833.898000', '134833.901000', '134833.903000', '134833.906000', '134833.908000', '134833.911000', '134833.914000', '134833.916000', '134833.919000', '134833.921000', '134833.924000', '134833.926000', '134833.929000', '134833.939000', '134833.942000', '134833.945000', '134833.947000', '134853.827000', '134853.830000', '134853.833000', '134853.835000', '134853.838000', '134853.841000', '134853.843000', '134853.846000', '134853.848000', '134853.851000', '134853.854000', '134853.856000', '134853.859000', '134853.862000', '134853.864000', '134853.867000', '134853.869000', '134853.872000', '134853.875000', '134853.877000', '134853.880000', '134853.882000', '134853.894000', '134853.896000', '134853.899000', '134853.901000', '134853.904000', '134853.907000', '134853.909000', '134853.912000', '134853.915000', '134853.917000', '134853.920000', '134853.922000', '134853.925000', '134853.928000', '134853.930000', '134853.933000', '134853.935000', '134853.938000', '134853.940000', '134853.943000', '134853.946000', '134913.828000', '134913.830000', '134913.833000', '134913.836000', '134913.838000', '134913.841000', '134913.843000', '134913.846000', '134913.849000', '134913.851000', '134913.854000', '134913.857000', '134913.859000', '134913.862000', '134913.864000', '134913.867000', '134913.870000', '134913.873000', '134913.875000', '134913.878000', '134913.881000', '134913.883000', '134913.886000', '134913.888000', '134913.891000', '134913.894000', '134913.896000', '134913.899000', '134913.902000', '134913.904000', '134913.907000', '134913.909000', '134913.912000', '134913.915000', '134913.917000', '134913.920000', '134913.922000', '134913.925000', '134913.928000', '134913.930000', '134913.933000', '134913.935000', '134913.938000', '134913.941000', '134933.827000', '134933.830000', '134933.833000', '134933.836000', '134933.838000', '134933.841000', '134933.843000', '134933.846000', '134933.849000', '134933.851000', '134933.854000', '134933.857000', '134933.859000', '134933.862000', '134933.864000', '134933.867000', '134933.870000', '134933.872000', '134933.875000', '134933.877000', '134933.880000', '134933.885000', '134933.888000', '134933.891000', '134933.893000', '134933.896000', '134933.898000', '134933.901000', '134933.904000', '134933.906000', '134933.909000', '134933.911000', '134933.914000', '134933.917000', '134933.919000', '134933.922000', '134933.924000', '134933.927000', '134933.930000', '134933.932000', '134933.935000', '134933.937000', '134933.940000', '134953.827000', '134953.830000', '134953.833000', '134953.835000', '134953.838000', '134953.841000', '134953.843000', '134953.846000', '134953.848000', '134953.851000', '134953.881000', '134953.884000', '134953.887000', '134953.889000', '134953.892000', '134953.895000', '134953.898000', '134953.900000', '134953.903000', '134953.905000', '134953.908000', '134953.911000', '134953.913000', '134953.916000', '134953.919000', '134953.921000', '134953.924000', '134953.927000', '134953.929000', '134953.932000', '134953.935000', '134953.937000', '134953.940000', '134953.943000', '134953.945000', '134953.948000', '134953.950000', '134953.953000', '134953.956000', '134953.958000', '134953.961000', '134953.964000', '134953.966000', '134953.969000', '135013.827000', '135013.830000', '135013.833000', '135013.836000', '135013.838000', '135013.841000', '135013.844000', '135013.846000', '135013.849000', '135013.851000', '135013.854000', '135013.857000', '135013.859000', '135013.862000', '135013.864000', '135013.867000', '135013.870000', '135013.872000', '135013.875000', '135013.877000', '135013.880000', '135013.883000', '135013.885000', '135013.888000', '135013.891000', '135013.893000', '135013.896000', '135013.898000', '135013.901000', '135013.904000', '135013.907000', '135013.909000', '135013.912000', '135013.914000', '135013.917000', '135013.920000', '135013.922000', '135013.925000', '135013.927000', '135013.930000', '135013.933000', '135013.935000', '135013.938000', '135033.828000', '135033.830000', '135033.833000', '135033.836000', '135033.838000', '135033.841000', '135033.843000', '135033.846000', '135033.849000', '135033.851000', '135033.854000', '135033.857000', '135033.859000', '135033.862000', '135033.864000', '135033.867000', '135033.870000', '135033.873000', '135033.875000', '135033.878000', '135033.880000', '135033.883000', '135033.886000', '135033.888000', '135033.891000', '135033.893000', '135033.896000', '135033.899000', '135033.901000', '135033.904000', '135033.906000', '135033.909000', '135033.912000', '135033.914000', '135033.917000', '135033.919000', '135033.922000', '135033.925000', '135033.928000', '135033.931000', '135033.933000', '135033.936000', '135033.938000', '135053.827000', '135053.830000', '135053.839000', '135053.842000', '135053.845000', '135053.847000', '135053.850000', '135053.852000', '135053.855000', '135053.858000', '135053.860000', '135053.863000', '135053.866000', '135053.868000', '135053.871000', '135053.873000', '135053.876000', '135053.879000', '135053.881000', '135053.884000', '135053.887000', '135053.889000', '135053.892000', '135053.894000', '135053.897000', '135053.900000', '135053.902000', '135053.905000', '135053.907000', '135053.910000', '135053.913000', '135053.915000', '135053.918000', '135053.920000', '135053.923000', '135053.926000', '135053.928000', '135053.931000', '135053.934000', '135053.936000', '135053.939000', '135053.941000', '135053.944000', '135053.947000', '135113.828000', '135113.830000', '135113.833000', '135113.836000', '135113.838000', '135113.841000', '135113.844000', '135113.846000', '135113.849000', '135113.852000', '135113.854000', '135113.857000', '135113.861000', '135113.863000', '135113.866000', '135113.868000', '135113.871000', '135113.874000', '135113.876000', '135113.879000', '135113.882000', '135113.884000', '135113.887000', '135113.889000', '135113.892000', '135113.895000', '135113.897000', '135113.900000', '135113.903000', '135113.906000', '135113.909000', '135113.912000', '135113.914000', '135113.917000', '135113.920000', '135113.953000', '135113.956000', '135113.958000', '135113.961000', '135113.964000', '135113.966000', '135113.969000', '135113.971000', '135133.827000', '135133.830000', '135133.833000', '135133.836000', '135133.838000', '135133.841000', '135133.844000', '135133.846000', '135133.849000', '135133.851000', '135133.854000', '135133.857000', '135133.859000', '135133.862000', '135133.864000', '135133.867000', '135133.870000', '135133.872000', '135133.875000', '135133.878000', '135133.880000', '135133.883000', '135133.885000', '135133.888000', '135133.891000', '135133.893000', '135133.896000', '135133.898000', '135133.901000', '135133.904000', '135133.906000', '135133.909000', '135133.912000', '135133.914000', '135133.917000', '135133.919000', '135133.922000', '135133.925000', '135133.927000', '135133.930000', '135133.932000', '135133.935000', '135133.938000', '135133.940000', '135153.828000', '135153.831000', '135153.833000', '135153.836000', '135153.838000', '135153.841000', '135153.844000', '135153.846000', '135153.849000', '135153.851000', '135153.854000', '135153.857000', '135153.859000', '135153.862000', '135153.865000', '135153.867000', '135153.870000', '135153.873000', '135153.875000', '135153.878000', '135153.880000', '135153.883000', '135153.886000', '135153.888000', '135153.891000', '135153.893000', '135153.896000', '135153.899000', '135153.902000', '135153.905000', '135153.907000', '135153.910000', '135153.913000', '135153.915000', '135153.918000', '135153.920000', '135153.923000', '135153.926000', '135153.929000', '135153.931000', '135153.934000', '135153.937000', '135153.939000', '135213.827000', '135213.830000', '135213.834000', '135213.836000', '135213.839000', '135213.841000', '135213.844000', '135213.847000', '135213.849000', '135213.852000', '135213.855000', '135213.857000', '135213.860000', '135213.862000', '135213.865000', '135213.868000', '135213.870000', '135213.873000', '135213.876000', '135213.878000', '135213.881000', '135213.883000', '135213.886000', '135213.888000', '135213.891000', '135213.894000', '135213.896000', '135213.899000', '135213.902000', '135213.904000', '135213.916000', '135213.918000', '135213.921000', '135213.924000', '135213.927000', '135213.929000', '135213.932000', '135213.934000', '135213.937000', '135213.940000', '135213.943000', '135213.945000', '135213.948000', '135213.950000', '135233.827000', '135233.830000', '135233.833000', '135233.836000', '135233.838000', '135233.841000', '135233.843000', '135233.846000', '135233.849000', '135233.851000', '135233.854000', '135233.856000', '135233.859000', '135233.862000', '135233.864000', '135233.867000', '135233.870000', '135233.872000', '135233.875000', '135233.877000', '135233.880000', '135233.883000', '135233.885000', '135233.888000', '135233.891000', '135233.893000', '135233.896000', '135233.899000', '135233.901000', '135233.904000', '135233.907000', '135233.909000', '135233.912000', '135233.914000', '135233.917000', '135233.920000', '135233.922000', '135233.925000', '135233.928000', '135233.930000', '135233.933000', '135233.935000', '135233.938000', '135253.828000', '135253.831000', '135253.834000', '135253.836000', '135253.839000', '135253.842000', '135253.844000', '135253.847000', '135253.849000', '135253.852000', '135253.855000', '135253.857000', '135253.860000', '135253.863000', '135253.865000', '135253.868000', '135253.870000', '135253.873000', '135253.876000', '135253.878000', '135253.881000', '135253.883000', '135253.886000', '135253.889000', '135253.891000', '135253.894000', '135253.896000', '135253.899000', '135253.902000', '135253.904000', '135253.907000', '135253.910000', '135253.912000', '135253.915000', '135253.918000', '135253.920000', '135253.923000', '135253.926000', '135253.928000', '135253.931000', '135253.933000', '135253.936000', '135253.939000', '135253.941000', '135313.827000', '135313.829000', '135313.832000', '135313.835000', '135313.838000', '135313.840000', '135313.843000', '135313.846000', '135313.849000', '135313.851000', '135313.854000', '135313.856000', '135313.859000', '135313.862000', '135313.864000', '135313.867000', '135313.870000', '135313.872000', '135313.875000', '135313.882000', '135313.885000', '135313.888000', '135313.890000', '135313.893000', '135313.895000', '135313.898000', '135313.901000', '135313.903000', '135313.906000', '135313.908000', '135313.911000', '135313.914000', '135313.916000', '135313.919000', '135313.921000', '135313.924000', '135313.927000', '135313.929000', '135313.932000', '135313.935000', '135313.938000', '135313.941000', '135313.943000', '135333.828000', '135333.831000', '135333.833000', '135333.836000', '135333.839000', '135333.841000', '135333.844000', '135333.847000', '135333.849000', '135333.852000', '135333.854000', '135333.857000', '135333.860000', '135333.862000', '135333.865000', '135333.868000', '135333.870000', '135333.873000', '135333.875000', '135333.878000', '135333.881000', '135333.883000', '135333.886000', '135333.889000', '135333.891000', '135333.894000', '135333.896000', '135333.899000', '135333.902000', '135333.904000', '135333.907000', '135333.909000', '135333.912000', '135333.915000', '135333.917000', '135333.920000', '135333.922000', '135333.925000', '135333.928000', '135333.930000', '135333.933000', '135333.936000', '135333.938000', '135333.941000', '135353.827000', '135353.830000', '135353.833000', '135353.836000', '135353.838000', '135353.841000', '135353.844000', '135353.846000', '135353.849000', '135353.851000', '135353.854000', '135353.857000', '135353.859000', '135353.862000', '135353.865000', '135353.867000', '135353.870000', '135353.873000', '135353.875000', '135353.878000', '135353.880000', '135353.883000', '135353.886000', '135353.888000', '135353.891000', '135353.894000', '135353.896000', '135353.899000', '135353.901000', '135353.904000', '135353.907000', '135353.909000', '135353.912000', '135353.915000', '135353.917000', '135353.920000', '135353.923000', '135353.925000', '135353.928000', '135353.931000', '135353.934000', '135353.937000', '135353.940000', '135413.828000', '135413.830000', '135413.833000', '135413.836000', '135413.838000', '135413.841000', '135413.843000', '135413.846000', '135413.849000', '135413.851000', '135413.854000', '135413.857000', '135413.859000', '135413.862000', '135413.864000', '135413.867000', '135413.870000', '135413.872000', '135413.875000', '135413.878000', '135413.880000', '135413.883000', '135413.885000', '135413.888000', '135413.891000', '135413.893000', '135413.896000', '135413.899000', '135413.901000', '135413.904000', '135413.906000', '135413.909000', '135413.912000', '135413.914000', '135413.917000', '135413.920000', '135413.922000', '135413.925000', '135413.927000', '135413.930000', '135413.933000', '135413.935000', '135413.938000', '135413.940000', '135433.828000', '135433.830000', '135433.833000', '135433.836000', '135433.838000', '135433.841000', '135433.844000', '135433.846000', '135433.849000', '135433.852000', '135433.854000', '135433.857000', '135433.859000', '135433.862000', '135433.865000', '135433.867000', '135433.870000', '135433.873000', '135433.875000', '135433.878000', '135433.880000', '135433.883000', '135433.886000', '135433.888000', '135433.891000', '135433.893000', '135433.910000', '135433.913000', '135433.915000', '135433.918000', '135433.920000', '135433.923000', '135433.926000', '135433.928000', '135433.931000', '135433.934000', '135433.936000', '135433.939000', '135433.941000', '135433.944000', '135433.947000', '135433.949000', '135433.952000', '135453.827000', '135453.830000', '135453.833000', '135453.836000', '135453.839000', '135453.841000', '135453.844000', '135453.847000', '135453.849000', '135453.852000', '135453.854000', '135453.857000', '135453.860000', '135453.862000', '135453.865000', '135453.867000', '135453.870000', '135453.873000', '135453.875000', '135453.878000', '135453.881000', '135453.883000', '135453.886000', '135453.888000', '135453.891000', '135453.894000', '135453.896000', '135453.899000', '135453.902000', '135453.904000', '135453.907000', '135453.909000', '135453.912000', '135453.915000', '135453.917000', '135453.920000', '135453.923000', '135453.925000', '135453.928000', '135453.930000', '135453.933000', '135453.936000', '135453.938000', '135453.941000', '135513.828000', '135513.830000', '135513.833000', '135513.836000', '135513.839000', '135513.841000', '135513.844000', '135513.846000', '135513.849000', '135513.852000', '135513.855000', '135513.857000', '135513.860000', '135513.862000', '135513.865000', '135513.868000', '135513.870000', '135513.873000', '135513.876000', '135513.878000', '135513.881000', '135513.884000', '135513.886000', '135513.889000', '135513.891000', '135513.894000', '135513.897000', '135513.899000', '135513.902000', '135513.904000', '135513.907000', '135513.910000', '135513.912000', '135513.915000', '135513.917000', '135513.920000', '135513.923000', '135513.925000', '135513.928000', '135513.930000', '135513.933000', '135513.936000', '135513.938000', '135533.827000', '135533.830000', '135533.832000', '135533.835000', '135533.837000', '135533.840000', '135533.843000', '135533.845000', '135533.848000', '135533.850000', '135533.853000', '135533.856000', '135533.858000', '135533.861000', '135533.863000', '135533.866000', '135533.869000', '135533.871000', '135533.874000', '135533.877000', '135533.879000', '135533.882000', '135533.884000', '135533.887000', '135533.890000', '135533.892000', '135533.895000', '135533.897000', '135533.900000', '135533.903000', '135533.905000', '135533.908000', '135533.910000', '135533.913000', '135533.916000', '135533.918000', '135533.921000', '135533.924000', '135533.926000', '135533.929000', '135533.931000', '135533.934000', '135533.937000', '135533.939000', '135553.827000', '135553.830000', '135553.833000', '135553.836000', '135553.838000', '135553.841000', '135553.843000', '135553.846000', '135553.849000', '135553.851000', '135553.854000', '135553.856000', '135553.859000', '135553.862000', '135553.864000', '135553.867000', '135553.870000', '135553.873000', '135553.875000', '135553.878000', '135553.880000', '135553.883000', '135553.886000', '135553.888000', '135553.891000', '135553.894000', '135553.896000', '135553.899000', '135553.901000', '135553.904000', '135553.907000', '135553.909000', '135553.912000', '135553.914000', '135553.917000', '135553.920000', '135553.922000', '135553.925000', '135553.928000', '135553.930000', '135553.933000', '135553.935000', '135553.938000', '135613.828000', '135613.830000', '135613.833000', '135613.836000', '135613.838000', '135613.841000', '135613.844000', '135613.846000', '135613.849000', '135613.852000', '135613.854000', '135613.857000', '135613.859000', '135613.862000', '135613.865000', '135613.867000', '135613.870000', '135613.873000', '135613.875000', '135613.878000', '135613.881000', '135613.883000', '135613.886000', '135613.889000', '135613.891000', '135613.894000', '135613.896000', '135613.899000', '135613.902000', '135613.904000', '135613.907000', '135613.909000', '135613.912000', '135613.915000', '135613.917000', '135613.920000', '135613.923000', '135613.925000', '135613.928000', '135613.931000', '135613.933000', '135613.936000', '135613.938000', '135613.941000', '135633.827000', '135633.830000', '135633.833000', '135633.835000', '135633.838000', '135633.841000', '135633.843000', '135633.846000', '135633.848000', '135633.851000', '135633.854000', '135633.856000', '135633.859000', '135633.862000', '135633.864000', '135633.867000', '135633.870000', '135633.872000', '135633.875000', '135633.878000', '135633.880000', '135633.883000', '135633.886000', '135633.888000', '135633.891000', '135633.894000', '135633.896000', '135633.899000', '135633.902000', '135633.904000', '135633.907000', '135633.909000', '135633.912000', '135633.915000', '135633.917000', '135633.920000', '135633.922000', '135633.925000', '135633.928000', '135633.930000', '135633.933000', '135633.935000', '135633.938000', '135653.827000', '135653.830000', '135653.833000', '135653.836000', '135653.838000', '135653.841000', '135653.844000', '135653.846000', '135653.849000', '135653.851000', '135653.854000', '135653.857000', '135653.859000', '135653.862000', '135653.865000', '135653.867000', '135653.870000', '135653.873000', '135653.875000', '135653.878000', '135653.881000', '135653.883000', '135653.886000', '135653.889000', '135653.891000', '135653.894000', '135653.896000', '135653.899000', '135653.902000', '135653.904000', '135653.907000', '135653.910000', '135653.912000', '135653.915000', '135653.917000', '135653.920000', '135653.923000', '135653.925000', '135653.928000', '135653.931000', '135653.933000', '135653.936000', '135653.939000', '135653.941000', '135702.974000', '135702.977000', '135702.980000', '135702.983000', '135702.986000', '135702.989000', '135702.991000', '135702.994000', '135702.997000', '135703.001000', '135703.004000', '135703.007000', '135703.009000', '135703.012000', '135703.015000', '135703.019000', '135703.027000', '135703.037000', '135703.043000', '135703.046000'], 'InstanceCreationTime': ['134713.859000', '134713.863000', '134713.865000', '134713.868000', '134713.870000', '134713.873000', '134713.876000', '134713.878000', '134713.881000', '134713.883000', '134713.886000', '134713.888000', '134713.891000', '134713.894000', '134713.896000', '134713.899000', '134713.901000', '134713.904000', '134713.907000', '134713.909000', '134713.912000', '134713.914000', '134713.917000', '134713.920000', '134713.922000', '134713.925000', '134713.927000', '134713.930000', '134713.932000', '134713.935000', '134713.938000', '134713.940000', '134713.943000', '134713.945000', '134713.948000', '134713.955000', '134713.958000', '134713.961000', '134713.964000', '134713.966000', '134713.969000', '134713.972000', '134713.974000', '134713.977000', '134713.979000', '134713.982000', '134713.984000', '134713.987000', '134713.989000', '134713.992000', '134713.995000', '134713.997000', '134714.001000', '134714.004000', '134733.827000', '134733.830000', '134733.833000', '134733.835000', '134733.838000', '134733.841000', '134733.843000', '134733.846000', '134733.848000', '134733.851000', '134733.854000', '134733.856000', '134733.859000', '134733.870000', '134733.872000', '134733.875000', '134733.877000', '134733.880000', '134733.883000', '134733.885000', '134733.888000', '134733.890000', '134733.893000', '134733.896000', '134733.898000', '134733.901000', '134733.903000', '134733.906000', '134733.909000', '134733.911000', '134733.914000', '134733.916000', '134733.919000', '134733.921000', '134733.924000', '134733.927000', '134733.929000', '134733.932000', '134733.934000', '134733.937000', '134733.940000', '134733.942000', '134733.945000', '134753.827000', '134753.830000', '134753.833000', '134753.836000', '134753.838000', '134753.841000', '134753.844000', '134753.846000', '134753.849000', '134753.851000', '134753.854000', '134753.857000', '134753.864000', '134753.867000', '134753.870000', '134753.872000', '134753.875000', '134753.877000', '134753.880000', '134753.883000', '134753.885000', '134753.888000', '134753.891000', '134753.893000', '134753.896000', '134753.898000', '134753.901000', '134753.904000', '134753.906000', '134753.909000', '134753.911000', '134753.914000', '134753.917000', '134753.919000', '134753.922000', '134753.924000', '134753.927000', '134753.930000', '134753.932000', '134753.935000', '134753.938000', '134753.940000', '134753.943000', '134753.946000', '134813.827000', '134813.830000', '134813.833000', '134813.836000', '134813.838000', '134813.841000', '134813.844000', '134813.846000', '134813.849000', '134813.851000', '134813.854000', '134813.857000', '134813.859000', '134813.862000', '134813.871000', '134813.874000', '134813.877000', '134813.879000', '134813.882000', '134813.884000', '134813.887000', '134813.890000', '134813.892000', '134813.895000', '134813.897000', '134813.900000', '134813.902000', '134813.905000', '134813.908000', '134813.910000', '134813.913000', '134813.916000', '134813.918000', '134813.921000', '134813.923000', '134813.926000', '134813.928000', '134813.931000', '134813.934000', '134813.936000', '134813.939000', '134813.941000', '134813.944000', '134833.827000', '134833.830000', '134833.832000', '134833.835000', '134833.838000', '134833.840000', '134833.843000', '134833.845000', '134833.848000', '134833.851000', '134833.853000', '134833.856000', '134833.859000', '134833.861000', '134833.864000', '134833.867000', '134833.869000', '134833.872000', '134833.875000', '134833.877000', '134833.880000', '134833.882000', '134833.885000', '134833.888000', '134833.890000', '134833.893000', '134833.895000', '134833.898000', '134833.901000', '134833.903000', '134833.906000', '134833.908000', '134833.911000', '134833.914000', '134833.916000', '134833.919000', '134833.921000', '134833.924000', '134833.926000', '134833.929000', '134833.939000', '134833.942000', '134833.945000', '134833.947000', '134853.827000', '134853.830000', '134853.833000', '134853.835000', '134853.838000', '134853.841000', '134853.843000', '134853.846000', '134853.848000', '134853.851000', '134853.854000', '134853.856000', '134853.859000', '134853.862000', '134853.864000', '134853.867000', '134853.869000', '134853.872000', '134853.875000', '134853.877000', '134853.880000', '134853.882000', '134853.894000', '134853.896000', '134853.899000', '134853.901000', '134853.904000', '134853.907000', '134853.909000', '134853.912000', '134853.915000', '134853.917000', '134853.920000', '134853.922000', '134853.925000', '134853.928000', '134853.930000', '134853.933000', '134853.935000', '134853.938000', '134853.940000', '134853.943000', '134853.946000', '134913.828000', '134913.830000', '134913.833000', '134913.836000', '134913.838000', '134913.841000', '134913.843000', '134913.846000', '134913.849000', '134913.851000', '134913.854000', '134913.857000', '134913.859000', '134913.862000', '134913.864000', '134913.867000', '134913.870000', '134913.873000', '134913.875000', '134913.878000', '134913.881000', '134913.883000', '134913.886000', '134913.888000', '134913.891000', '134913.894000', '134913.896000', '134913.899000', '134913.902000', '134913.904000', '134913.907000', '134913.909000', '134913.912000', '134913.915000', '134913.917000', '134913.920000', '134913.922000', '134913.925000', '134913.928000', '134913.930000', '134913.933000', '134913.935000', '134913.938000', '134913.941000', '134933.827000', '134933.830000', '134933.833000', '134933.836000', '134933.838000', '134933.841000', '134933.843000', '134933.846000', '134933.849000', '134933.851000', '134933.854000', '134933.857000', '134933.859000', '134933.862000', '134933.864000', '134933.867000', '134933.870000', '134933.872000', '134933.875000', '134933.877000', '134933.880000', '134933.885000', '134933.888000', '134933.891000', '134933.893000', '134933.896000', '134933.898000', '134933.901000', '134933.904000', '134933.906000', '134933.909000', '134933.911000', '134933.914000', '134933.917000', '134933.919000', '134933.922000', '134933.924000', '134933.927000', '134933.930000', '134933.932000', '134933.935000', '134933.937000', '134933.940000', '134953.827000', '134953.830000', '134953.833000', '134953.835000', '134953.838000', '134953.841000', '134953.843000', '134953.846000', '134953.848000', '134953.851000', '134953.881000', '134953.884000', '134953.887000', '134953.889000', '134953.892000', '134953.895000', '134953.898000', '134953.900000', '134953.903000', '134953.905000', '134953.908000', '134953.911000', '134953.913000', '134953.916000', '134953.919000', '134953.921000', '134953.924000', '134953.927000', '134953.929000', '134953.932000', '134953.935000', '134953.937000', '134953.940000', '134953.943000', '134953.945000', '134953.948000', '134953.950000', '134953.953000', '134953.956000', '134953.958000', '134953.961000', '134953.964000', '134953.966000', '134953.969000', '135013.827000', '135013.830000', '135013.833000', '135013.836000', '135013.838000', '135013.841000', '135013.844000', '135013.846000', '135013.849000', '135013.851000', '135013.854000', '135013.857000', '135013.859000', '135013.862000', '135013.864000', '135013.867000', '135013.870000', '135013.872000', '135013.875000', '135013.877000', '135013.880000', '135013.883000', '135013.885000', '135013.888000', '135013.891000', '135013.893000', '135013.896000', '135013.898000', '135013.901000', '135013.904000', '135013.907000', '135013.909000', '135013.912000', '135013.914000', '135013.917000', '135013.920000', '135013.922000', '135013.925000', '135013.927000', '135013.930000', '135013.933000', '135013.935000', '135013.938000', '135033.828000', '135033.830000', '135033.833000', '135033.836000', '135033.838000', '135033.841000', '135033.843000', '135033.846000', '135033.849000', '135033.851000', '135033.854000', '135033.857000', '135033.859000', '135033.862000', '135033.864000', '135033.867000', '135033.870000', '135033.873000', '135033.875000', '135033.878000', '135033.880000', '135033.883000', '135033.886000', '135033.888000', '135033.891000', '135033.893000', '135033.896000', '135033.899000', '135033.901000', '135033.904000', '135033.906000', '135033.909000', '135033.912000', '135033.914000', '135033.917000', '135033.919000', '135033.922000', '135033.925000', '135033.928000', '135033.931000', '135033.933000', '135033.936000', '135033.938000', '135053.827000', '135053.830000', '135053.839000', '135053.842000', '135053.845000', '135053.847000', '135053.850000', '135053.852000', '135053.855000', '135053.858000', '135053.860000', '135053.863000', '135053.866000', '135053.868000', '135053.871000', '135053.873000', '135053.876000', '135053.879000', '135053.881000', '135053.884000', '135053.887000', '135053.889000', '135053.892000', '135053.894000', '135053.897000', '135053.900000', '135053.902000', '135053.905000', '135053.907000', '135053.910000', '135053.913000', '135053.915000', '135053.918000', '135053.920000', '135053.923000', '135053.926000', '135053.928000', '135053.931000', '135053.934000', '135053.936000', '135053.939000', '135053.941000', '135053.944000', '135053.947000', '135113.828000', '135113.830000', '135113.833000', '135113.836000', '135113.838000', '135113.841000', '135113.844000', '135113.846000', '135113.849000', '135113.852000', '135113.854000', '135113.857000', '135113.861000', '135113.863000', '135113.866000', '135113.868000', '135113.871000', '135113.874000', '135113.876000', '135113.879000', '135113.882000', '135113.884000', '135113.887000', '135113.889000', '135113.892000', '135113.895000', '135113.897000', '135113.900000', '135113.903000', '135113.906000', '135113.909000', '135113.912000', '135113.914000', '135113.917000', '135113.920000', '135113.953000', '135113.956000', '135113.958000', '135113.961000', '135113.964000', '135113.966000', '135113.969000', '135113.971000', '135133.827000', '135133.830000', '135133.833000', '135133.836000', '135133.838000', '135133.841000', '135133.844000', '135133.846000', '135133.849000', '135133.851000', '135133.854000', '135133.857000', '135133.859000', '135133.862000', '135133.864000', '135133.867000', '135133.870000', '135133.872000', '135133.875000', '135133.878000', '135133.880000', '135133.883000', '135133.885000', '135133.888000', '135133.891000', '135133.893000', '135133.896000', '135133.898000', '135133.901000', '135133.904000', '135133.906000', '135133.909000', '135133.912000', '135133.914000', '135133.917000', '135133.919000', '135133.922000', '135133.925000', '135133.927000', '135133.930000', '135133.932000', '135133.935000', '135133.938000', '135133.940000', '135153.828000', '135153.831000', '135153.833000', '135153.836000', '135153.838000', '135153.841000', '135153.844000', '135153.846000', '135153.849000', '135153.851000', '135153.854000', '135153.857000', '135153.859000', '135153.862000', '135153.865000', '135153.867000', '135153.870000', '135153.873000', '135153.875000', '135153.878000', '135153.880000', '135153.883000', '135153.886000', '135153.888000', '135153.891000', '135153.893000', '135153.896000', '135153.899000', '135153.902000', '135153.905000', '135153.907000', '135153.910000', '135153.913000', '135153.915000', '135153.918000', '135153.920000', '135153.923000', '135153.926000', '135153.929000', '135153.931000', '135153.934000', '135153.937000', '135153.939000', '135213.827000', '135213.830000', '135213.834000', '135213.836000', '135213.839000', '135213.841000', '135213.844000', '135213.847000', '135213.849000', '135213.852000', '135213.855000', '135213.857000', '135213.860000', '135213.862000', '135213.865000', '135213.868000', '135213.870000', '135213.873000', '135213.876000', '135213.878000', '135213.881000', '135213.883000', '135213.886000', '135213.888000', '135213.891000', '135213.894000', '135213.896000', '135213.899000', '135213.902000', '135213.904000', '135213.916000', '135213.918000', '135213.921000', '135213.924000', '135213.927000', '135213.929000', '135213.932000', '135213.934000', '135213.937000', '135213.940000', '135213.943000', '135213.945000', '135213.948000', '135213.950000', '135233.827000', '135233.830000', '135233.833000', '135233.836000', '135233.838000', '135233.841000', '135233.843000', '135233.846000', '135233.849000', '135233.851000', '135233.854000', '135233.856000', '135233.859000', '135233.862000', '135233.864000', '135233.867000', '135233.870000', '135233.872000', '135233.875000', '135233.877000', '135233.880000', '135233.883000', '135233.885000', '135233.888000', '135233.891000', '135233.893000', '135233.896000', '135233.899000', '135233.901000', '135233.904000', '135233.907000', '135233.909000', '135233.912000', '135233.914000', '135233.917000', '135233.920000', '135233.922000', '135233.925000', '135233.928000', '135233.930000', '135233.933000', '135233.935000', '135233.938000', '135253.828000', '135253.831000', '135253.834000', '135253.836000', '135253.839000', '135253.842000', '135253.844000', '135253.847000', '135253.849000', '135253.852000', '135253.855000', '135253.857000', '135253.860000', '135253.863000', '135253.865000', '135253.868000', '135253.870000', '135253.873000', '135253.876000', '135253.878000', '135253.881000', '135253.883000', '135253.886000', '135253.889000', '135253.891000', '135253.894000', '135253.896000', '135253.899000', '135253.902000', '135253.904000', '135253.907000', '135253.910000', '135253.912000', '135253.915000', '135253.918000', '135253.920000', '135253.923000', '135253.926000', '135253.928000', '135253.931000', '135253.933000', '135253.936000', '135253.939000', '135253.941000', '135313.827000', '135313.829000', '135313.832000', '135313.835000', '135313.838000', '135313.840000', '135313.843000', '135313.846000', '135313.849000', '135313.851000', '135313.854000', '135313.856000', '135313.859000', '135313.862000', '135313.864000', '135313.867000', '135313.870000', '135313.872000', '135313.875000', '135313.882000', '135313.885000', '135313.888000', '135313.890000', '135313.893000', '135313.895000', '135313.898000', '135313.901000', '135313.903000', '135313.906000', '135313.908000', '135313.911000', '135313.914000', '135313.916000', '135313.919000', '135313.921000', '135313.924000', '135313.927000', '135313.929000', '135313.932000', '135313.935000', '135313.938000', '135313.941000', '135313.943000', '135333.828000', '135333.831000', '135333.833000', '135333.836000', '135333.839000', '135333.841000', '135333.844000', '135333.847000', '135333.849000', '135333.852000', '135333.854000', '135333.857000', '135333.860000', '135333.862000', '135333.865000', '135333.868000', '135333.870000', '135333.873000', '135333.875000', '135333.878000', '135333.881000', '135333.883000', '135333.886000', '135333.889000', '135333.891000', '135333.894000', '135333.896000', '135333.899000', '135333.902000', '135333.904000', '135333.907000', '135333.909000', '135333.912000', '135333.915000', '135333.917000', '135333.920000', '135333.922000', '135333.925000', '135333.928000', '135333.930000', '135333.933000', '135333.936000', '135333.938000', '135333.941000', '135353.827000', '135353.830000', '135353.833000', '135353.836000', '135353.838000', '135353.841000', '135353.844000', '135353.846000', '135353.849000', '135353.851000', '135353.854000', '135353.857000', '135353.859000', '135353.862000', '135353.865000', '135353.867000', '135353.870000', '135353.873000', '135353.875000', '135353.878000', '135353.880000', '135353.883000', '135353.886000', '135353.888000', '135353.891000', '135353.894000', '135353.896000', '135353.899000', '135353.901000', '135353.904000', '135353.907000', '135353.909000', '135353.912000', '135353.915000', '135353.917000', '135353.920000', '135353.923000', '135353.925000', '135353.928000', '135353.931000', '135353.934000', '135353.937000', '135353.940000', '135413.828000', '135413.830000', '135413.833000', '135413.836000', '135413.838000', '135413.841000', '135413.843000', '135413.846000', '135413.849000', '135413.851000', '135413.854000', '135413.857000', '135413.859000', '135413.862000', '135413.864000', '135413.867000', '135413.870000', '135413.872000', '135413.875000', '135413.878000', '135413.880000', '135413.883000', '135413.885000', '135413.888000', '135413.891000', '135413.893000', '135413.896000', '135413.899000', '135413.901000', '135413.904000', '135413.906000', '135413.909000', '135413.912000', '135413.914000', '135413.917000', '135413.920000', '135413.922000', '135413.925000', '135413.927000', '135413.930000', '135413.933000', '135413.935000', '135413.938000', '135413.940000', '135433.828000', '135433.830000', '135433.833000', '135433.836000', '135433.838000', '135433.841000', '135433.844000', '135433.846000', '135433.849000', '135433.852000', '135433.854000', '135433.857000', '135433.859000', '135433.862000', '135433.865000', '135433.867000', '135433.870000', '135433.873000', '135433.875000', '135433.878000', '135433.880000', '135433.883000', '135433.886000', '135433.888000', '135433.891000', '135433.893000', '135433.910000', '135433.913000', '135433.915000', '135433.918000', '135433.920000', '135433.923000', '135433.926000', '135433.928000', '135433.931000', '135433.934000', '135433.936000', '135433.939000', '135433.941000', '135433.944000', '135433.947000', '135433.949000', '135433.952000', '135453.827000', '135453.830000', '135453.833000', '135453.836000', '135453.839000', '135453.841000', '135453.844000', '135453.847000', '135453.849000', '135453.852000', '135453.854000', '135453.857000', '135453.860000', '135453.862000', '135453.865000', '135453.867000', '135453.870000', '135453.873000', '135453.875000', '135453.878000', '135453.881000', '135453.883000', '135453.886000', '135453.888000', '135453.891000', '135453.894000', '135453.896000', '135453.899000', '135453.902000', '135453.904000', '135453.907000', '135453.909000', '135453.912000', '135453.915000', '135453.917000', '135453.920000', '135453.923000', '135453.925000', '135453.928000', '135453.930000', '135453.933000', '135453.936000', '135453.938000', '135453.941000', '135513.828000', '135513.830000', '135513.833000', '135513.836000', '135513.839000', '135513.841000', '135513.844000', '135513.846000', '135513.849000', '135513.852000', '135513.855000', '135513.857000', '135513.860000', '135513.862000', '135513.865000', '135513.868000', '135513.870000', '135513.873000', '135513.876000', '135513.878000', '135513.881000', '135513.884000', '135513.886000', '135513.889000', '135513.891000', '135513.894000', '135513.897000', '135513.899000', '135513.902000', '135513.904000', '135513.907000', '135513.910000', '135513.912000', '135513.915000', '135513.917000', '135513.920000', '135513.923000', '135513.925000', '135513.928000', '135513.930000', '135513.933000', '135513.936000', '135513.938000', '135533.827000', '135533.830000', '135533.832000', '135533.835000', '135533.837000', '135533.840000', '135533.843000', '135533.845000', '135533.848000', '135533.850000', '135533.853000', '135533.856000', '135533.858000', '135533.861000', '135533.863000', '135533.866000', '135533.869000', '135533.871000', '135533.874000', '135533.877000', '135533.879000', '135533.882000', '135533.884000', '135533.887000', '135533.890000', '135533.892000', '135533.895000', '135533.897000', '135533.900000', '135533.903000', '135533.905000', '135533.908000', '135533.910000', '135533.913000', '135533.916000', '135533.918000', '135533.921000', '135533.924000', '135533.926000', '135533.929000', '135533.931000', '135533.934000', '135533.937000', '135533.939000', '135553.827000', '135553.830000', '135553.833000', '135553.836000', '135553.838000', '135553.841000', '135553.843000', '135553.846000', '135553.849000', '135553.851000', '135553.854000', '135553.856000', '135553.859000', '135553.862000', '135553.864000', '135553.867000', '135553.870000', '135553.873000', '135553.875000', '135553.878000', '135553.880000', '135553.883000', '135553.886000', '135553.888000', '135553.891000', '135553.894000', '135553.896000', '135553.899000', '135553.901000', '135553.904000', '135553.907000', '135553.909000', '135553.912000', '135553.914000', '135553.917000', '135553.920000', '135553.922000', '135553.925000', '135553.928000', '135553.930000', '135553.933000', '135553.935000', '135553.938000', '135613.828000', '135613.830000', '135613.833000', '135613.836000', '135613.838000', '135613.841000', '135613.844000', '135613.846000', '135613.849000', '135613.852000', '135613.854000', '135613.857000', '135613.859000', '135613.862000', '135613.865000', '135613.867000', '135613.870000', '135613.873000', '135613.875000', '135613.878000', '135613.881000', '135613.883000', '135613.886000', '135613.889000', '135613.891000', '135613.894000', '135613.896000', '135613.899000', '135613.902000', '135613.904000', '135613.907000', '135613.909000', '135613.912000', '135613.915000', '135613.917000', '135613.920000', '135613.923000', '135613.925000', '135613.928000', '135613.931000', '135613.933000', '135613.936000', '135613.938000', '135613.941000', '135633.827000', '135633.830000', '135633.833000', '135633.835000', '135633.838000', '135633.841000', '135633.843000', '135633.846000', '135633.848000', '135633.851000', '135633.854000', '135633.856000', '135633.859000', '135633.862000', '135633.864000', '135633.867000', '135633.870000', '135633.872000', '135633.875000', '135633.878000', '135633.880000', '135633.883000', '135633.886000', '135633.888000', '135633.891000', '135633.894000', '135633.896000', '135633.899000', '135633.902000', '135633.904000', '135633.907000', '135633.909000', '135633.912000', '135633.915000', '135633.917000', '135633.920000', '135633.922000', '135633.925000', '135633.928000', '135633.930000', '135633.933000', '135633.935000', '135633.938000', '135653.827000', '135653.830000', '135653.833000', '135653.836000', '135653.838000', '135653.841000', '135653.844000', '135653.846000', '135653.849000', '135653.851000', '135653.854000', '135653.857000', '135653.859000', '135653.862000', '135653.865000', '135653.867000', '135653.870000', '135653.873000', '135653.875000', '135653.878000', '135653.881000', '135653.883000', '135653.886000', '135653.889000', '135653.891000', '135653.894000', '135653.896000', '135653.899000', '135653.902000', '135653.904000', '135653.907000', '135653.910000', '135653.912000', '135653.915000', '135653.917000', '135653.920000', '135653.923000', '135653.925000', '135653.928000', '135653.931000', '135653.933000', '135653.936000', '135653.939000', '135653.941000', '135702.974000', '135702.977000', '135702.980000', '135702.983000', '135702.986000', '135702.989000', '135702.991000', '135702.994000', '135702.997000', '135703.001000', '135703.004000', '135703.007000', '135703.009000', '135703.012000', '135703.015000', '135703.019000', '135703.027000', '135703.037000', '135703.043000', '135703.046000'], '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': [9374, 7774, 12971, 9043, 9948, 10289, 9038, 14064, 8508, 11458, 8643, 7637, 11494, 7823, 12774, 8080, 9360, 8544, 8302, 11167, 7900, 12403, 8045, 12512, 8742, 10445, 8896, 8456, 9589, 7451, 11558, 8143, 12787, 9195, 13825, 9450, 8318, 8449, 7490, 10593, 7287, 12967, 8935, 13403, 8866, 11793, 8840, 10681, 8683, 10424, 10584, 7838, 10931, 7408, 12374, 8298, 13066, 8907, 14558, 9784, 11711, 8184, 10875, 8243, 11631, 9254, 10569, 8599, 8097, 9068, 8476, 9893, 8170, 12230, 7636, 11435, 7923, 8577, 9320, 8336, 13276, 8776, 12905, 8705, 12386, 8954, 12953, 9990, 12734, 9657, 7760, 10610, 7997, 11980, 10421, 13044, 7661, 11281, 7607, 11771, 8449, 11919, 8958, 7437, 9027, 7615, 11185, 7690, 11574, 8668, 11499, 7814, 9917, 7375, 10990, 8059, 11196, 7417, 11039, 7505, 12100, 8857, 14114, 9151, 9627, 8344, 8038, 10016, 7773, 12720, 8388, 12350, 8453, 13028, 9510, 14368, 10055, 13348, 8735, 8323, 9150, 8127, 11416, 8236, 13400, 8368, 12943, 8382, 12580, 9017, 12339, 9702, 9736, 10538, 7561, 12650, 8347, 12712, 8613, 13343, 8769, 12024, 8029, 11740, 8086, 12446, 8551, 13295, 9163, 11733, 8785, 12104, 8856, 13380, 9125, 11834, 8558, 12037, 8473, 14012, 9736, 12859, 8696, 9708, 8757, 13886, 9715, 15226, 9341, 11896, 8310, 11609, 8778, 12538, 8988, 11195, 7805, 11116, 8076, 11856, 9225, 10905, 9327, 9646, 9389, 13503, 9601, 14835, 10287, 11795, 8525, 12129, 8641, 14301, 10136, 12807, 8792, 11604, 8397, 14440, 9432, 12869, 8228, 11524, 8420, 13228, 9502, 13590, 8946, 10415, 8308, 10585, 9103, 11302, 10932, 8878, 10506, 7743, 12540, 9107, 13460, 9550, 14306, 10332, 7367, 10646, 7692, 13520, 9449, 14872, 10278, 14318, 9134, 11352, 8615, 11339, 9495, 8504, 9259, 7374, 10800, 7272, 12210, 8387, 13305, 8866, 13029, 8707, 12757, 8702, 13260, 8873, 11842, 7453, 10840, 7285, 11737, 8397, 12510, 8169, 11097, 8272, 11628, 8794, 13059, 9275, 11256, 8191, 11073, 8350, 15048, 10095, 12048, 8694, 10586, 8509, 12659, 10014, 10791, 9594, 7329, 11021, 7433, 13259, 8841, 14047, 9656, 12868, 9354, 13100, 9060, 13957, 9555, 14561, 9889, 9778, 8370, 8343, 9847, 9309, 12577, 8015, 12074, 7577, 11668, 8071, 13723, 9256, 12819, 8753, 10709, 7823, 10636, 8415, 12923, 9054, 8203, 8134, 7463, 11619, 8642, 14577, 9633, 8700, 9220, 7356, 12453, 8749, 13998, 9049, 11725, 9045, 10847, 9565, 14581, 13337, 10172, 11398, 7372, 11991, 8050, 14373, 9617, 11003, 8499, 7391, 11063, 8093, 10024, 9979, 7575, 12013, 8183, 7907, 10920, 8678, 13748, 13849, 15310, 11298, 11086, 8353, 7782, 11147, 8132, 12727, 8722, 8829, 8695, 7490, 11131, 7504, 13004, 9074, 11808, 8455, 7628, 10447, 8085, 13627, 9320, 8746, 9581, 7589, 11521, 8438, 7204, 10065, 7904, 14021, 9450, 8479, 9730, 7910, 10653, 8485, 8342, 9976, 7815, 12837, 8116, 8930, 8299, 7244, 12090, 8697, 10730, 8462, 7365, 11454, 8411, 12993, 9187, 7548, 10297, 7568, 13563, 9139, 12715, 8827, 7671, 11292, 7727, 14236, 9234, 15621, 9303, 12929, 8611, 12647, 8611, 11989, 8282, 10862, 8660, 8297, 9076, 7183, 11300, 8157, 13068, 9634, 11298, 8611, 8987, 8935, 10343, 10778, 7465, 12047, 7728, 12879, 8808, 14200, 10023, 8784, 9131, 8076, 9761, 8605, 10860, 7881, 11359, 7230, 12237, 8031, 14007, 8941, 13654, 8976, 12965, 8294, 12674, 8469, 12429, 7334, 11578, 7738, 12614, 8793, 13953, 9572, 13135, 9265, 13736, 9148, 14134, 9856, 15159, 9287, 12159, 8655, 11858, 8903, 14609, 9256, 8837, 8197, 7214, 10267, 8071, 12949, 8755, 12157, 8407, 12336, 8960, 14787, 9898, 10921, 8481, 9793, 9011, 10590, 11641, 8291, 11804, 7424, 11890, 7392, 13148, 8987, 12941, 8510, 11947, 8295, 13006, 9312, 13180, 9182, 9880, 8586, 9316, 9526, 10631, 10909, 7817, 10892, 7619, 11305, 7780, 13909, 9004, 12880, 8426, 10652, 8394, 9669, 9745, 10796, 12376, 8622, 12221, 7940, 11830, 7924, 12445, 8357, 11976, 7354, 10884, 7546, 12173, 8782, 14637, 9639, 10742, 8264, 8013, 9234, 7994, 12768, 8150, 12204, 8600, 13126, 9536, 13474, 9119, 8064, 8475, 7479, 11773, 8513, 13043, 8383, 12465, 8657, 12152, 9944, 11664, 10120, 7436, 11588, 7690, 13639, 9364, 15174, 9714, 11639, 8607, 9682, 9486, 9471, 10919, 7550, 11690, 7609, 13508, 9050, 14278, 9339, 12160, 8534, 12224, 8329, 14527, 9567, 9931, 8296, 7899, 8700, 8237, 11540, 7753, 11913, 7448, 12249, 7785, 13792, 9200, 13538, 8404, 11751, 8094, 12822, 9105, 13414, 9377, 8895, 8506, 7357, 10828, 8019, 13310, 8492, 12327, 8653, 12728, 9198, 15242, 10987, 14065, 9061, 11561, 8616, 10864, 9413, 10270, 9129, 7328, 9658, 7346, 12310, 8579, 12375, 8107, 11202, 8289, 9674, 9098, 8313, 11639, 7733, 12437, 8703, 12409, 9362, 9853, 10420, 7318, 11363, 7549, 13274, 9061, 14740, 9672, 13117, 9012, 12130, 8716, 12231, 9658, 8174, 8068, 7237, 10361, 7999, 13030, 9609, 10569, 8412, 8508, 8873, 11188, 9993, 8190, 9564, 7681, 10228, 9848, 11762, 7669, 11217, 7389, 12061, 8712, 14351, 9858, 12984, 8723, 11743, 8434, 11567, 9338, 8837, 9513, 7462, 11583, 8214, 14161, 9086, 12801, 8931, 12801, 9175, 13490, 9710, 8897, 9324, 7632, 11973, 8040, 13913, 9865, 15352, 9672, 12269, 8468, 9630, 8334, 10350, 10329, 7599, 10615, 7538, 11692, 7846, 13414, 9340, 13233, 8811, 9022, 8112, 7848, 10449, 8080, 11911, 7493, 11406, 8167, 13176, 9460, 14770, 9789, 12492, 8623, 11578, 8417, 13823, 9330, 11453, 8263, 11023, 8418, 13054, 8875, 11509, 8557, 9153, 8193, 9646, 8919, 13069, 10142, 9604, 9090, 7694, 10513, 8698, 13255, 8654, 12987, 7821, 12181, 8064, 12961, 8569, 13175, 8453, 11495, 7758, 11757, 7878, 13090, 8379, 11501, 8053, 11573, 8341, 13038, 9243, 13008, 8916, 11324, 8676, 14053, 9313, 14150, 9632, 13278, 8649, 12509, 8954, 12932, 8897, 12792, 8992, 11508, 8370, 10846, 7857, 11529, 8532, 11708, 8723, 11009, 8288, 11680, 8783, 14135, 9603, 13071, 9378, 11818, 8647, 12670, 8914, 13708, 9459, 12589, 8438, 9975, 8609, 10394, 10413, 8060, 11289, 7422, 11643, 8692, 12857, 8096, 12314, 7790, 12687, 8861, 14490, 10135, 14067, 9470, 12577, 9428, 12475, 8764, 12719, 9463, 9921, 8966, 8412, 8629, 9205, 10577, 9002, 11779, 7765, 11195, 7530, 12163, 8368, 12835, 7819, 11495, 7794, 11439, 8970, 10519, 10928, 10907, 7684, 10334, 7444, 10927, 7662, 12608, 8595, 11779, 11784, 9817, 15454, 9917, 15449, 10453, 12105, 8708, 11489, 8552, 13578, 9553, 12993, 9094, 8589, 8941, 8191, 10789, 8804, 12375, 7910, 12484, 8683, 14064, 9790, 14315, 10123, 12174, 8876, 9756, 8827, 10629, 11154, 7792, 12530, 8174, 13130, 8936, 14212, 9849, 12623, 8559, 11636, 8314, 11188, 9652, 8026, 11152, 7736, 12697, 8382, 14367, 10145, 11521, 8814, 8383, 9292, 8349, 12220, 8046, 12652, 7952, 12590, 8400, 14579, 10512, 11098, 8812, 7591, 9487, 7658, 13729, 9709, 12146, 8939, 7514, 11567, 7536, 13345, 8461, 13837, 8527, 12833, 8154, 12858, 8803, 14124, 9666, 15472, 9892, 12606, 8818, 10988, 8649, 10562, 9550, 7961, 10073, 7636, 11397, 7548, 13162, 8885, 13601, 8895, 12373, 8711, 11036, 8519, 10539, 10469, 7436, 11515, 7576, 12207, 8190, 13241, 9087, 12858, 8524, 11874, 8695, 14034, 9414, 12265, 8670, 9573, 8541, 9639, 10296, 8782, 11749, 7613, 12341, 8562, 14151, 10153, 14225, 9584, 10528, 8881, 10497, 10640, 13214, 10868, 8466, 9895, 7511, 12533, 8606, 14445, 9432, 12469, 8478, 11711, 8581, 11346, 9570, 9766, 9629, 7726, 11134, 8528, 13042, 9746, 13072, 7557, 10165, 7455, 11858, 8078, 13602, 8991, 11121, 8197, 11245, 8577, 12560, 9335, 9097, 8377, 8774, 9216, 10204, 10806, 8640, 10680, 7588, 11906, 8336, 14029, 9947, 13740, 8786, 12703, 8704, 14181, 9513, 13256, 9253, 10150, 8549, 10572, 9522, 10543, 9901, 7602, 11367, 7630, 13723, 9737, 14623, 9654, 12271, 8447, 12495, 9446, 13483, 9499, 9866, 8327, 8355, 9490, 10022, 10998, 7605, 11457, 7713, 13487, 9647, 13040, 9395, 7872, 9377, 7320, 11272, 7988, 13645, 9245, 13631, 8665, 12685, 9063, 10537, 9666, 8936, 10897, 7563, 12939, 8568, 14122, 9817, 15051, 11400, 11309, 8595, 7698, 9912, 7650, 13448, 9066, 12784, 8742, 9586, 8506, 8574, 10675, 8255, 12842, 8318, 12750, 8937, 10871, 9124, 7764, 10708, 7599, 11869, 8397, 13156, 9072, 11216, 9081, 7619, 9929, 7426, 12320, 8382, 14455, 9530, 10522, 8538, 7928, 9168, 7453, 11277, 8231, 13169, 9311, 13344, 8114, 12085, 8315, 10660, 8245, 11582, 8814, 10886, 8777, 7520, 9262, 7609, 11142, 7636, 13253, 9561, 13875, 9192, 11162, 7692, 9149, 7736, 11709, 8827, 10913, 8514, 13187, 9049, 12876, 9058, 12642, 7655, 10690, 7849, 10340, 7971, 11584, 8818, 12073, 7419, 11155, 7551, 12164, 8940, 15051, 10333, 11635, 9256, 8883, 9435, 10113, 10407, 11293, 11379, 8961, 10989, 7544, 12292, 8207, 13200, 8742, 13568, 9258, 13676, 7990, 12139, 8681, 12302, 8715, 12483, 9310, 9356, 8451, 8404, 8816, 8574, 9906, 8916, 11722, 7789, 11533, 7602, 11274, 8286, 12146, 9093, 14302, 9744, 13165, 9177, 12086, 8972, 13378, 9644, 13544, 9126, 8076, 8442], 'WindowCenter': [4337.0, 4313.0, 4350.0, 4308.0, 4316.0, 4314.0, 4293.0, 4334.0, 4282.0, 4310.0, 4278.0, 4269.0, 4310.0, 4271.0, 4322.0, 4281.0, 4290.0, 4291.0, 4281.0, 4311.0, 4280.0, 4321.0, 4280.0, 4320.0, 4281.0, 4299.0, 4291.0, 4280.0, 4291.0, 4270.0, 4308.0, 4268.0, 4318.0, 4289.0, 4320.0, 4289.0, 4279.0, 4278.0, 4259.0, 4298.0, 4258.0, 4319.0, 4291.0, 4320.0, 4290.0, 4310.0, 4280.0, 4299.0, 4279.0, 4298.0, 4299.0, 4268.0, 4298.0, 4258.0, 4307.0, 4266.0, 4305.0, 4278.0, 4318.0, 4289.0, 4308.0, 4278.0, 4298.0, 4279.0, 4308.0, 4289.0, 4299.0, 4279.0, 4268.0, 4277.0, 4267.0, 4302.0, 4281.0, 4321.0, 4272.0, 4322.0, 4283.0, 4290.0, 4302.0, 4293.0, 4334.0, 4304.0, 4334.0, 4294.0, 4321.0, 4291.0, 4322.0, 4301.0, 4320.0, 4289.0, 4268.0, 4297.0, 4266.0, 4308.0, 4286.0, 4308.0, 4256.0, 4296.0, 4256.0, 4295.0, 4267.0, 4305.0, 4277.0, 4256.0, 4278.0, 4269.0, 4298.0, 4268.0, 4307.0, 4267.0, 4297.0, 4257.0, 4287.0, 4256.0, 4297.0, 4267.0, 4296.0, 4257.0, 4297.0, 4257.0, 4307.0, 4289.0, 4329.0, 4291.0, 4300.0, 4295.0, 4281.0, 4301.0, 4271.0, 4332.0, 4282.0, 4322.0, 4282.0, 4332.0, 4302.0, 4331.0, 4302.0, 4320.0, 4280.0, 4279.0, 4289.0, 4269.0, 4309.0, 4279.0, 4331.0, 4280.0, 4322.0, 4282.0, 4320.0, 4290.0, 4319.0, 4289.0, 4290.0, 4300.0, 4270.0, 4320.0, 4279.0, 4319.0, 4278.0, 4320.0, 4278.0, 4309.0, 4269.0, 4308.0, 4268.0, 4317.0, 4278.0, 4318.0, 4289.0, 4309.0, 4280.0, 4308.0, 4289.0, 4320.0, 4301.0, 4320.0, 4291.0, 4320.0, 4280.0, 4331.0, 4302.0, 4319.0, 4280.0, 4287.0, 4279.0, 4317.0, 4289.0, 4330.0, 4289.0, 4307.0, 4279.0, 4309.0, 4280.0, 4319.0, 4290.0, 4310.0, 4281.0, 4310.0, 4282.0, 4320.0, 4303.0, 4313.0, 4304.0, 4302.0, 4302.0, 4332.0, 4301.0, 4330.0, 4300.0, 4309.0, 4280.0, 4308.0, 4278.0, 4319.0, 4299.0, 4318.0, 4279.0, 4307.0, 4279.0, 4328.0, 4289.0, 4317.0, 4280.0, 4309.0, 4280.0, 4319.0, 4301.0, 4319.0, 4290.0, 4299.0, 4279.0, 4297.0, 4277.0, 4298.0, 4310.0, 4278.0, 4298.0, 4268.0, 4318.0, 4290.0, 4319.0, 4290.0, 4331.0, 4300.0, 4270.0, 4310.0, 4270.0, 4317.0, 4290.0, 4330.0, 4298.0, 4319.0, 4278.0, 4297.0, 4266.0, 4296.0, 4276.0, 4265.0, 4276.0, 4254.0, 4297.0, 4257.0, 4307.0, 4267.0, 4317.0, 4278.0, 4318.0, 4278.0, 4307.0, 4267.0, 4307.0, 4276.0, 4295.0, 4256.0, 4295.0, 4256.0, 4306.0, 4267.0, 4307.0, 4279.0, 4307.0, 4280.0, 4309.0, 4291.0, 4320.0, 4290.0, 4311.0, 4282.0, 4310.0, 4281.0, 4342.0, 4303.0, 4321.0, 4292.0, 4310.0, 4291.0, 4321.0, 4300.0, 4312.0, 4301.0, 4270.0, 4311.0, 4270.0, 4319.0, 4290.0, 4330.0, 4300.0, 4321.0, 4291.0, 4320.0, 4291.0, 4319.0, 4291.0, 4330.0, 4289.0, 4288.0, 4268.0, 4267.0, 4287.0, 4276.0, 4308.0, 4267.0, 4308.0, 4257.0, 4296.0, 4265.0, 4317.0, 4288.0, 4308.0, 4278.0, 4298.0, 4269.0, 4297.0, 4278.0, 4318.0, 4291.0, 4292.0, 4281.0, 4271.0, 4322.0, 4293.0, 4342.0, 4303.0, 4292.0, 4291.0, 4271.0, 4320.0, 4292.0, 4331.0, 4292.0, 4322.0, 4291.0, 4298.0, 4287.0, 4328.0, 4318.0, 4288.0, 4297.0, 4255.0, 4295.0, 4255.0, 4316.0, 4275.0, 4285.0, 4264.0, 4256.0, 4294.0, 4266.0, 4286.0, 4288.0, 4267.0, 4318.0, 4279.0, 4268.0, 4297.0, 4277.0, 4319.0, 4318.0, 4329.0, 4297.0, 4298.0, 4266.0, 4254.0, 4294.0, 4255.0, 4306.0, 4265.0, 4266.0, 4264.0, 4245.0, 4295.0, 4244.0, 4304.0, 4265.0, 4295.0, 4263.0, 4253.0, 4283.0, 4256.0, 4315.0, 4277.0, 4265.0, 4285.0, 4256.0, 4307.0, 4278.0, 4258.0, 4287.0, 4267.0, 4317.0, 4287.0, 4277.0, 4289.0, 4280.0, 4299.0, 4277.0, 4277.0, 4298.0, 4268.0, 4319.0, 4279.0, 4289.0, 4278.0, 4270.0, 4320.0, 4290.0, 4311.0, 4279.0, 4269.0, 4309.0, 4279.0, 4319.0, 4289.0, 4270.0, 4301.0, 4271.0, 4330.0, 4290.0, 4319.0, 4289.0, 4268.0, 4309.0, 4268.0, 4320.0, 4290.0, 4328.0, 4288.0, 4307.0, 4279.0, 4306.0, 4276.0, 4306.0, 4267.0, 4297.0, 4278.0, 4279.0, 4290.0, 4261.0, 4309.0, 4280.0, 4319.0, 4302.0, 4310.0, 4291.0, 4290.0, 4291.0, 4301.0, 4310.0, 4269.0, 4322.0, 4271.0, 4320.0, 4291.0, 4331.0, 4303.0, 4292.0, 4303.0, 4281.0, 4312.0, 4292.0, 4323.0, 4283.0, 4325.0, 4284.0, 4335.0, 4294.0, 4345.0, 4305.0, 4344.0, 4293.0, 4332.0, 4281.0, 4321.0, 4281.0, 4320.0, 4259.0, 4309.0, 4271.0, 4319.0, 4280.0, 4330.0, 4303.0, 4321.0, 4291.0, 4330.0, 4292.0, 4320.0, 4290.0, 4330.0, 4290.0, 4310.0, 4279.0, 4296.0, 4279.0, 4328.0, 4278.0, 4279.0, 4280.0, 4258.0, 4298.0, 4270.0, 4320.0, 4281.0, 4321.0, 4281.0, 4319.0, 4291.0, 4331.0, 4303.0, 4312.0, 4291.0, 4300.0, 4290.0, 4301.0, 4311.0, 4270.0, 4310.0, 4258.0, 4308.0, 4257.0, 4319.0, 4279.0, 4320.0, 4279.0, 4308.0, 4279.0, 4318.0, 4290.0, 4319.0, 4290.0, 4300.0, 4280.0, 4289.0, 4289.0, 4300.0, 4299.0, 4270.0, 4300.0, 4268.0, 4298.0, 4258.0, 4319.0, 4280.0, 4319.0, 4280.0, 4299.0, 4279.0, 4288.0, 4289.0, 4300.0, 4322.0, 4279.0, 4310.0, 4268.0, 4308.0, 4258.0, 4309.0, 4266.0, 4297.0, 4256.0, 4287.0, 4256.0, 4306.0, 4278.0, 4328.0, 4289.0, 4298.0, 4279.0, 4269.0, 4289.0, 4281.0, 4321.0, 4281.0, 4320.0, 4291.0, 4320.0, 4301.0, 4320.0, 4291.0, 4280.0, 4282.0, 4270.0, 4321.0, 4291.0, 4332.0, 4292.0, 4321.0, 4291.0, 4310.0, 4300.0, 4310.0, 4301.0, 4259.0, 4310.0, 4269.0, 4318.0, 4289.0, 4330.0, 4289.0, 4309.0, 4278.0, 4287.0, 4288.0, 4288.0, 4300.0, 4268.0, 4308.0, 4259.0, 4317.0, 4277.0, 4320.0, 4278.0, 4307.0, 4277.0, 4306.0, 4267.0, 4317.0, 4288.0, 4287.0, 4268.0, 4266.0, 4266.0, 4266.0, 4297.0, 4256.0, 4307.0, 4257.0, 4307.0, 4257.0, 4318.0, 4278.0, 4307.0, 4266.0, 4295.0, 4256.0, 4305.0, 4277.0, 4306.0, 4278.0, 4277.0, 4277.0, 4257.0, 4297.0, 4267.0, 4319.0, 4279.0, 4309.0, 4280.0, 4309.0, 4280.0, 4329.0, 4299.0, 4318.0, 4277.0, 4296.0, 4266.0, 4286.0, 4275.0, 4285.0, 4274.0, 4244.0, 4274.0, 4244.0, 4305.0, 4266.0, 4306.0, 4267.0, 4297.0, 4267.0, 4287.0, 4278.0, 4278.0, 4309.0, 4269.0, 4309.0, 4279.0, 4308.0, 4278.0, 4288.0, 4297.0, 4257.0, 4297.0, 4257.0, 4307.0, 4277.0, 4318.0, 4277.0, 4306.0, 4266.0, 4295.0, 4266.0, 4297.0, 4276.0, 4267.0, 4266.0, 4256.0, 4287.0, 4267.0, 4318.0, 4289.0, 4299.0, 4279.0, 4278.0, 4278.0, 4299.0, 4289.0, 4278.0, 4290.0, 4269.0, 4299.0, 4288.0, 4310.0, 4269.0, 4309.0, 4258.0, 4308.0, 4279.0, 4329.0, 4290.0, 4319.0, 4280.0, 4309.0, 4279.0, 4308.0, 4289.0, 4278.0, 4289.0, 4258.0, 4297.0, 4267.0, 4319.0, 4277.0, 4307.0, 4278.0, 4306.0, 4278.0, 4307.0, 4276.0, 4265.0, 4277.0, 4255.0, 4296.0, 4255.0, 4305.0, 4286.0, 4317.0, 4276.0, 4295.0, 4254.0, 4274.0, 4264.0, 4274.0, 4284.0, 4254.0, 4286.0, 4255.0, 4295.0, 4257.0, 4306.0, 4277.0, 4307.0, 4277.0, 4276.0, 4267.0, 4266.0, 4297.0, 4267.0, 4309.0, 4260.0, 4310.0, 4280.0, 4319.0, 4290.0, 4330.0, 4300.0, 4310.0, 4280.0, 4298.0, 4269.0, 4318.0, 4289.0, 4297.0, 4280.0, 4297.0, 4279.0, 4318.0, 4279.0, 4309.0, 4279.0, 4288.0, 4279.0, 4289.0, 4290.0, 4319.0, 4299.0, 4288.0, 4278.0, 4268.0, 4298.0, 4279.0, 4320.0, 4279.0, 4318.0, 4257.0, 4307.0, 4267.0, 4307.0, 4278.0, 4318.0, 4279.0, 4298.0, 4268.0, 4309.0, 4269.0, 4318.0, 4279.0, 4308.0, 4269.0, 4309.0, 4280.0, 4320.0, 4292.0, 4320.0, 4291.0, 4310.0, 4281.0, 4329.0, 4291.0, 4320.0, 4290.0, 4308.0, 4280.0, 4307.0, 4277.0, 4307.0, 4277.0, 4306.0, 4277.0, 4296.0, 4267.0, 4296.0, 4268.0, 4297.0, 4279.0, 4308.0, 4280.0, 4310.0, 4281.0, 4310.0, 4293.0, 4332.0, 4303.0, 4321.0, 4292.0, 4310.0, 4282.0, 4320.0, 4292.0, 4320.0, 4290.0, 4320.0, 4280.0, 4290.0, 4280.0, 4300.0, 4301.0, 4270.0, 4312.0, 4260.0, 4311.0, 4279.0, 4321.0, 4269.0, 4320.0, 4269.0, 4320.0, 4291.0, 4331.0, 4302.0, 4331.0, 4291.0, 4321.0, 4291.0, 4308.0, 4279.0, 4308.0, 4290.0, 4288.0, 4280.0, 4268.0, 4278.0, 4278.0, 4299.0, 4279.0, 4310.0, 4269.0, 4310.0, 4270.0, 4309.0, 4269.0, 4322.0, 4271.0, 4310.0, 4270.0, 4309.0, 4278.0, 4299.0, 4298.0, 4299.0, 4269.0, 4300.0, 4260.0, 4310.0, 4271.0, 4321.0, 4280.0, 4312.0, 4311.0, 4291.0, 4332.0, 4290.0, 4331.0, 4300.0, 4311.0, 4280.0, 4310.0, 4280.0, 4318.0, 4290.0, 4321.0, 4280.0, 4280.0, 4290.0, 4279.0, 4310.0, 4281.0, 4322.0, 4281.0, 4321.0, 4281.0, 4330.0, 4302.0, 4331.0, 4303.0, 4311.0, 4291.0, 4289.0, 4281.0, 4300.0, 4310.0, 4269.0, 4310.0, 4270.0, 4309.0, 4279.0, 4319.0, 4289.0, 4321.0, 4281.0, 4310.0, 4280.0, 4311.0, 4292.0, 4269.0, 4310.0, 4269.0, 4319.0, 4269.0, 4320.0, 4300.0, 4310.0, 4279.0, 4269.0, 4288.0, 4268.0, 4309.0, 4268.0, 4319.0, 4270.0, 4308.0, 4269.0, 4328.0, 4301.0, 4299.0, 4279.0, 4269.0, 4288.0, 4269.0, 4319.0, 4291.0, 4320.0, 4291.0, 4270.0, 4310.0, 4269.0, 4319.0, 4268.0, 4320.0, 4279.0, 4319.0, 4269.0, 4307.0, 4277.0, 4317.0, 4276.0, 4317.0, 4276.0, 4296.0, 4276.0, 4285.0, 4264.0, 4284.0, 4275.0, 4254.0, 4275.0, 4255.0, 4296.0, 4255.0, 4305.0, 4267.0, 4316.0, 4278.0, 4306.0, 4268.0, 4297.0, 4267.0, 4287.0, 4287.0, 4258.0, 4297.0, 4257.0, 4296.0, 4268.0, 4308.0, 4278.0, 4308.0, 4279.0, 4308.0, 4279.0, 4319.0, 4290.0, 4310.0, 4281.0, 4290.0, 4278.0, 4288.0, 4300.0, 4278.0, 4310.0, 4269.0, 4310.0, 4279.0, 4319.0, 4300.0, 4320.0, 4289.0, 4299.0, 4280.0, 4287.0, 4298.0, 4308.0, 4299.0, 4267.0, 4286.0, 4246.0, 4306.0, 4265.0, 4317.0, 4278.0, 4307.0, 4267.0, 4296.0, 4267.0, 4297.0, 4288.0, 4289.0, 4288.0, 4257.0, 4297.0, 4266.0, 4307.0, 4275.0, 4308.0, 4255.0, 4286.0, 4244.0, 4295.0, 4266.0, 4318.0, 4278.0, 4300.0, 4279.0, 4297.0, 4279.0, 4307.0, 4291.0, 4290.0, 4280.0, 4279.0, 4290.0, 4288.0, 4299.0, 4278.0, 4298.0, 4268.0, 4308.0, 4268.0, 4318.0, 4289.0, 4319.0, 4280.0, 4309.0, 4278.0, 4317.0, 4290.0, 4307.0, 4278.0, 4287.0, 4269.0, 4286.0, 4287.0, 4287.0, 4287.0, 4257.0, 4297.0, 4257.0, 4317.0, 4278.0, 4319.0, 4289.0, 4307.0, 4268.0, 4306.0, 4290.0, 4308.0, 4288.0, 4289.0, 4267.0, 4267.0, 4277.0, 4287.0, 4297.0, 4268.0, 4308.0, 4258.0, 4318.0, 4290.0, 4319.0, 4290.0, 4281.0, 4291.0, 4271.0, 4311.0, 4269.0, 4321.0, 4290.0, 4320.0, 4279.0, 4309.0, 4278.0, 4287.0, 4288.0, 4277.0, 4298.0, 4258.0, 4307.0, 4267.0, 4318.0, 4287.0, 4319.0, 4297.0, 4296.0, 4265.0, 4254.0, 4274.0, 4244.0, 4305.0, 4265.0, 4306.0, 4266.0, 4276.0, 4265.0, 4265.0, 4286.0, 4266.0, 4307.0, 4266.0, 4306.0, 4276.0, 4286.0, 4276.0, 4256.0, 4286.0, 4257.0, 4297.0, 4267.0, 4306.0, 4267.0, 4286.0, 4267.0, 4256.0, 4286.0, 4247.0, 4306.0, 4266.0, 4317.0, 4288.0, 4297.0, 4278.0, 4267.0, 4276.0, 4256.0, 4296.0, 4266.0, 4307.0, 4278.0, 4317.0, 4267.0, 4307.0, 4268.0, 4286.0, 4267.0, 4296.0, 4278.0, 4298.0, 4267.0, 4257.0, 4277.0, 4258.0, 4297.0, 4257.0, 4307.0, 4288.0, 4318.0, 4278.0, 4298.0, 4258.0, 4288.0, 4269.0, 4309.0, 4292.0, 4311.0, 4294.0, 4321.0, 4291.0, 4321.0, 4279.0, 4321.0, 4270.0, 4299.0, 4268.0, 4288.0, 4257.0, 4299.0, 4277.0, 4309.0, 4258.0, 4298.0, 4268.0, 4309.0, 4290.0, 4329.0, 4301.0, 4310.0, 4290.0, 4279.0, 4288.0, 4288.0, 4287.0, 4297.0, 4298.0, 4278.0, 4297.0, 4256.0, 4295.0, 4265.0, 4305.0, 4265.0, 4306.0, 4277.0, 4306.0, 4256.0, 4295.0, 4267.0, 4306.0, 4268.0, 4306.0, 4277.0, 4276.0, 4266.0, 4265.0, 4267.0, 4266.0, 4287.0, 4276.0, 4309.0, 4258.0, 4309.0, 4269.0, 4310.0, 4281.0, 4320.0, 4292.0, 4331.0, 4302.0, 4322.0, 4291.0, 4309.0, 4281.0, 4320.0, 4290.0, 4319.0, 4278.0, 4267.0, 4268.0], 'WindowWidth': [9603.0, 9561.0, 9603.0, 9542.0, 9548.0, 9542.0, 9511.0, 9570.0, 9493.0, 9527.0, 9482.0, 9471.0, 9527.0, 9477.0, 9547.0, 9491.0, 9502.0, 9502.0, 9489.0, 9530.0, 9487.0, 9543.0, 9488.0, 9539.0, 9490.0, 9511.0, 9502.0, 9486.0, 9501.0, 9474.0, 9522.0, 9469.0, 9533.0, 9498.0, 9539.0, 9498.0, 9484.0, 9483.0, 9456.0, 9508.0, 9457.0, 9537.0, 9503.0, 9542.0, 9501.0, 9525.0, 9487.0, 9508.0, 9483.0, 9507.0, 9508.0, 9467.0, 9506.0, 9453.0, 9517.0, 9463.0, 9513.0, 9482.0, 9537.0, 9497.0, 9522.0, 9481.0, 9506.0, 9483.0, 9520.0, 9497.0, 9509.0, 9484.0, 9468.0, 9478.0, 9465.0, 9519.0, 9491.0, 9543.0, 9479.0, 9547.0, 9497.0, 9500.0, 9520.0, 9509.0, 9569.0, 9528.0, 9567.0, 9513.0, 9544.0, 9507.0, 9547.0, 9517.0, 9541.0, 9498.0, 9468.0, 9505.0, 9462.0, 9521.0, 9488.0, 9521.0, 9447.0, 9501.0, 9446.0, 9498.0, 9465.0, 9513.0, 9478.0, 9451.0, 9481.0, 9470.0, 9507.0, 9469.0, 9517.0, 9463.0, 9505.0, 9453.0, 9490.0, 9450.0, 9504.0, 9463.0, 9503.0, 9452.0, 9504.0, 9454.0, 9519.0, 9499.0, 9552.0, 9505.0, 9515.0, 9518.0, 9492.0, 9518.0, 9478.0, 9560.0, 9494.0, 9546.0, 9494.0, 9559.0, 9521.0, 9559.0, 9520.0, 9541.0, 9488.0, 9484.0, 9498.0, 9469.0, 9524.0, 9485.0, 9560.0, 9489.0, 9547.0, 9493.0, 9541.0, 9502.0, 9540.0, 9499.0, 9500.0, 9515.0, 9474.0, 9539.0, 9484.0, 9536.0, 9482.0, 9541.0, 9483.0, 9524.0, 9471.0, 9521.0, 9469.0, 9533.0, 9484.0, 9537.0, 9499.0, 9524.0, 9487.0, 9522.0, 9500.0, 9539.0, 9519.0, 9542.0, 9505.0, 9542.0, 9491.0, 9557.0, 9519.0, 9540.0, 9487.0, 9493.0, 9482.0, 9532.0, 9495.0, 9556.0, 9497.0, 9520.0, 9485.0, 9523.0, 9487.0, 9537.0, 9502.0, 9528.0, 9492.0, 9529.0, 9495.0, 9543.0, 9525.0, 9537.0, 9525.0, 9522.0, 9520.0, 9558.0, 9517.0, 9558.0, 9514.0, 9525.0, 9486.0, 9522.0, 9482.0, 9537.0, 9511.0, 9535.0, 9484.0, 9519.0, 9484.0, 9549.0, 9498.0, 9532.0, 9488.0, 9524.0, 9488.0, 9538.0, 9517.0, 9540.0, 9502.0, 9513.0, 9486.0, 9506.0, 9481.0, 9510.0, 9528.0, 9482.0, 9509.0, 9469.0, 9536.0, 9503.0, 9538.0, 9501.0, 9559.0, 9516.0, 9476.0, 9528.0, 9475.0, 9534.0, 9502.0, 9556.0, 9510.0, 9539.0, 9480.0, 9505.0, 9462.0, 9502.0, 9474.0, 9459.0, 9474.0, 9444.0, 9503.0, 9450.0, 9518.0, 9466.0, 9533.0, 9482.0, 9532.0, 9479.0, 9516.0, 9463.0, 9519.0, 9474.0, 9498.0, 9448.0, 9498.0, 9448.0, 9515.0, 9464.0, 9518.0, 9483.0, 9518.0, 9488.0, 9524.0, 9506.0, 9540.0, 9504.0, 9530.0, 9493.0, 9528.0, 9492.0, 9573.0, 9522.0, 9545.0, 9507.0, 9527.0, 9504.0, 9542.0, 9516.0, 9532.0, 9518.0, 9475.0, 9529.0, 9476.0, 9539.0, 9501.0, 9558.0, 9515.0, 9544.0, 9504.0, 9542.0, 9503.0, 9539.0, 9503.0, 9557.0, 9499.0, 9495.0, 9467.0, 9466.0, 9491.0, 9476.0, 9521.0, 9464.0, 9519.0, 9451.0, 9501.0, 9461.0, 9530.0, 9494.0, 9521.0, 9483.0, 9507.0, 9471.0, 9506.0, 9485.0, 9537.0, 9506.0, 9507.0, 9492.0, 9480.0, 9548.0, 9510.0, 9577.0, 9523.0, 9508.0, 9503.0, 9477.0, 9544.0, 9507.0, 9562.0, 9509.0, 9547.0, 9503.0, 9510.0, 9494.0, 9549.0, 9537.0, 9493.0, 9506.0, 9448.0, 9499.0, 9447.0, 9531.0, 9474.0, 9486.0, 9457.0, 9448.0, 9496.0, 9463.0, 9489.0, 9494.0, 9468.0, 9535.0, 9486.0, 9470.0, 9507.0, 9479.0, 9543.0, 9536.0, 9554.0, 9505.0, 9509.0, 9463.0, 9445.0, 9497.0, 9447.0, 9514.0, 9459.0, 9460.0, 9456.0, 9433.0, 9498.0, 9430.0, 9509.0, 9458.0, 9498.0, 9453.0, 9441.0, 9481.0, 9448.0, 9525.0, 9476.0, 9461.0, 9487.0, 9450.0, 9519.0, 9481.0, 9455.0, 9493.0, 9465.0, 9532.0, 9492.0, 9480.0, 9497.0, 9489.0, 9513.0, 9481.0, 9480.0, 9507.0, 9469.0, 9539.0, 9486.0, 9499.0, 9483.0, 9474.0, 9540.0, 9501.0, 9529.0, 9486.0, 9474.0, 9525.0, 9487.0, 9540.0, 9501.0, 9475.0, 9517.0, 9478.0, 9557.0, 9502.0, 9540.0, 9499.0, 9471.0, 9526.0, 9469.0, 9541.0, 9500.0, 9554.0, 9495.0, 9520.0, 9482.0, 9516.0, 9477.0, 9515.0, 9466.0, 9504.0, 9483.0, 9484.0, 9500.0, 9463.0, 9526.0, 9488.0, 9539.0, 9521.0, 9529.0, 9505.0, 9502.0, 9503.0, 9517.0, 9527.0, 9473.0, 9545.0, 9478.0, 9541.0, 9505.0, 9557.0, 9523.0, 9506.0, 9521.0, 9490.0, 9533.0, 9507.0, 9552.0, 9498.0, 9556.0, 9501.0, 9569.0, 9514.0, 9584.0, 9530.0, 9581.0, 9511.0, 9560.0, 9489.0, 9545.0, 9487.0, 9542.0, 9458.0, 9524.0, 9475.0, 9537.0, 9489.0, 9556.0, 9521.0, 9544.0, 9505.0, 9554.0, 9505.0, 9542.0, 9502.0, 9557.0, 9499.0, 9525.0, 9483.0, 9502.0, 9483.0, 9549.0, 9481.0, 9485.0, 9485.0, 9454.0, 9509.0, 9473.0, 9541.0, 9490.0, 9543.0, 9491.0, 9538.0, 9505.0, 9557.0, 9521.0, 9533.0, 9505.0, 9513.0, 9500.0, 9514.0, 9529.0, 9473.0, 9526.0, 9456.0, 9520.0, 9453.0, 9536.0, 9483.0, 9538.0, 9484.0, 9521.0, 9486.0, 9535.0, 9502.0, 9538.0, 9501.0, 9513.0, 9487.0, 9496.0, 9498.0, 9513.0, 9511.0, 9472.0, 9513.0, 9468.0, 9506.0, 9453.0, 9539.0, 9487.0, 9539.0, 9486.0, 9510.0, 9485.0, 9495.0, 9498.0, 9512.0, 9546.0, 9484.0, 9526.0, 9467.0, 9520.0, 9452.0, 9524.0, 9461.0, 9503.0, 9448.0, 9488.0, 9447.0, 9512.0, 9479.0, 9546.0, 9498.0, 9507.0, 9484.0, 9471.0, 9497.0, 9488.0, 9542.0, 9489.0, 9540.0, 9503.0, 9538.0, 9518.0, 9541.0, 9501.0, 9488.0, 9491.0, 9474.0, 9542.0, 9503.0, 9560.0, 9508.0, 9543.0, 9504.0, 9526.0, 9515.0, 9527.0, 9514.0, 9458.0, 9526.0, 9470.0, 9535.0, 9497.0, 9557.0, 9498.0, 9522.0, 9482.0, 9492.0, 9493.0, 9492.0, 9510.0, 9467.0, 9519.0, 9456.0, 9531.0, 9478.0, 9539.0, 9479.0, 9517.0, 9478.0, 9514.0, 9465.0, 9529.0, 9493.0, 9489.0, 9465.0, 9462.0, 9460.0, 9460.0, 9503.0, 9449.0, 9518.0, 9452.0, 9516.0, 9450.0, 9532.0, 9478.0, 9518.0, 9460.0, 9498.0, 9447.0, 9511.0, 9478.0, 9516.0, 9480.0, 9478.0, 9477.0, 9451.0, 9503.0, 9465.0, 9536.0, 9483.0, 9523.0, 9487.0, 9521.0, 9487.0, 9556.0, 9510.0, 9535.0, 9477.0, 9499.0, 9459.0, 9485.0, 9472.0, 9483.0, 9468.0, 9427.0, 9466.0, 9429.0, 9510.0, 9461.0, 9514.0, 9466.0, 9503.0, 9466.0, 9490.0, 9480.0, 9481.0, 9523.0, 9469.0, 9523.0, 9483.0, 9518.0, 9481.0, 9492.0, 9505.0, 9452.0, 9504.0, 9450.0, 9516.0, 9477.0, 9536.0, 9478.0, 9517.0, 9461.0, 9498.0, 9459.0, 9502.0, 9476.0, 9464.0, 9461.0, 9450.0, 9489.0, 9465.0, 9533.0, 9498.0, 9510.0, 9484.0, 9481.0, 9482.0, 9510.0, 9496.0, 9481.0, 9499.0, 9471.0, 9509.0, 9495.0, 9524.0, 9471.0, 9522.0, 9456.0, 9521.0, 9484.0, 9551.0, 9500.0, 9537.0, 9486.0, 9522.0, 9484.0, 9520.0, 9496.0, 9479.0, 9494.0, 9453.0, 9503.0, 9463.0, 9537.0, 9476.0, 9518.0, 9478.0, 9513.0, 9477.0, 9516.0, 9475.0, 9459.0, 9475.0, 9445.0, 9499.0, 9445.0, 9513.0, 9488.0, 9533.0, 9473.0, 9497.0, 9441.0, 9467.0, 9454.0, 9467.0, 9482.0, 9441.0, 9484.0, 9443.0, 9497.0, 9449.0, 9513.0, 9477.0, 9517.0, 9476.0, 9474.0, 9464.0, 9461.0, 9502.0, 9464.0, 9523.0, 9458.0, 9525.0, 9486.0, 9536.0, 9502.0, 9557.0, 9514.0, 9526.0, 9486.0, 9506.0, 9469.0, 9533.0, 9497.0, 9504.0, 9485.0, 9504.0, 9481.0, 9532.0, 9483.0, 9522.0, 9483.0, 9494.0, 9483.0, 9495.0, 9498.0, 9537.0, 9510.0, 9494.0, 9481.0, 9467.0, 9507.0, 9482.0, 9538.0, 9482.0, 9535.0, 9451.0, 9516.0, 9464.0, 9517.0, 9478.0, 9535.0, 9482.0, 9506.0, 9467.0, 9521.0, 9470.0, 9534.0, 9482.0, 9521.0, 9470.0, 9521.0, 9485.0, 9537.0, 9506.0, 9539.0, 9503.0, 9525.0, 9489.0, 9550.0, 9502.0, 9540.0, 9498.0, 9521.0, 9483.0, 9516.0, 9476.0, 9514.0, 9476.0, 9514.0, 9476.0, 9498.0, 9462.0, 9498.0, 9465.0, 9503.0, 9483.0, 9521.0, 9487.0, 9525.0, 9491.0, 9526.0, 9509.0, 9558.0, 9522.0, 9544.0, 9505.0, 9525.0, 9490.0, 9539.0, 9503.0, 9540.0, 9501.0, 9539.0, 9488.0, 9500.0, 9486.0, 9513.0, 9517.0, 9473.0, 9530.0, 9458.0, 9526.0, 9482.0, 9541.0, 9470.0, 9539.0, 9471.0, 9538.0, 9501.0, 9555.0, 9518.0, 9557.0, 9501.0, 9540.0, 9501.0, 9520.0, 9483.0, 9519.0, 9498.0, 9493.0, 9484.0, 9467.0, 9481.0, 9479.0, 9509.0, 9481.0, 9525.0, 9470.0, 9524.0, 9470.0, 9522.0, 9469.0, 9543.0, 9474.0, 9524.0, 9470.0, 9522.0, 9479.0, 9508.0, 9507.0, 9508.0, 9468.0, 9511.0, 9459.0, 9525.0, 9473.0, 9542.0, 9487.0, 9530.0, 9528.0, 9500.0, 9560.0, 9499.0, 9559.0, 9513.0, 9528.0, 9485.0, 9524.0, 9485.0, 9534.0, 9499.0, 9541.0, 9485.0, 9485.0, 9499.0, 9483.0, 9525.0, 9487.0, 9544.0, 9489.0, 9542.0, 9489.0, 9552.0, 9517.0, 9556.0, 9518.0, 9529.0, 9501.0, 9497.0, 9487.0, 9511.0, 9525.0, 9470.0, 9525.0, 9472.0, 9522.0, 9481.0, 9539.0, 9497.0, 9541.0, 9489.0, 9526.0, 9486.0, 9526.0, 9504.0, 9470.0, 9525.0, 9470.0, 9535.0, 9470.0, 9539.0, 9511.0, 9525.0, 9484.0, 9469.0, 9492.0, 9466.0, 9523.0, 9467.0, 9536.0, 9471.0, 9519.0, 9469.0, 9548.0, 9515.0, 9508.0, 9484.0, 9471.0, 9494.0, 9469.0, 9537.0, 9502.0, 9541.0, 9502.0, 9473.0, 9525.0, 9470.0, 9537.0, 9467.0, 9540.0, 9482.0, 9536.0, 9469.0, 9517.0, 9476.0, 9529.0, 9474.0, 9532.0, 9473.0, 9499.0, 9472.0, 9483.0, 9455.0, 9480.0, 9469.0, 9442.0, 9470.0, 9443.0, 9498.0, 9444.0, 9511.0, 9461.0, 9528.0, 9480.0, 9514.0, 9467.0, 9503.0, 9463.0, 9488.0, 9489.0, 9451.0, 9503.0, 9449.0, 9500.0, 9464.0, 9518.0, 9480.0, 9519.0, 9483.0, 9519.0, 9483.0, 9535.0, 9499.0, 9524.0, 9488.0, 9497.0, 9480.0, 9492.0, 9510.0, 9480.0, 9525.0, 9470.0, 9524.0, 9484.0, 9536.0, 9513.0, 9542.0, 9498.0, 9509.0, 9483.0, 9491.0, 9505.0, 9520.0, 9508.0, 9464.0, 9488.0, 9432.0, 9513.0, 9458.0, 9534.0, 9478.0, 9518.0, 9464.0, 9500.0, 9462.0, 9502.0, 9491.0, 9493.0, 9493.0, 9450.0, 9502.0, 9459.0, 9516.0, 9471.0, 9520.0, 9443.0, 9483.0, 9429.0, 9495.0, 9460.0, 9530.0, 9479.0, 9509.0, 9482.0, 9504.0, 9484.0, 9517.0, 9501.0, 9497.0, 9485.0, 9482.0, 9496.0, 9492.0, 9507.0, 9478.0, 9506.0, 9467.0, 9519.0, 9467.0, 9534.0, 9497.0, 9537.0, 9484.0, 9522.0, 9480.0, 9530.0, 9496.0, 9518.0, 9478.0, 9489.0, 9467.0, 9486.0, 9489.0, 9489.0, 9490.0, 9450.0, 9502.0, 9450.0, 9530.0, 9478.0, 9538.0, 9495.0, 9518.0, 9465.0, 9514.0, 9496.0, 9519.0, 9493.0, 9494.0, 9463.0, 9462.0, 9475.0, 9489.0, 9503.0, 9466.0, 9519.0, 9454.0, 9531.0, 9499.0, 9536.0, 9500.0, 9489.0, 9502.0, 9476.0, 9526.0, 9470.0, 9542.0, 9497.0, 9539.0, 9483.0, 9523.0, 9479.0, 9489.0, 9492.0, 9476.0, 9506.0, 9452.0, 9517.0, 9464.0, 9533.0, 9491.0, 9537.0, 9503.0, 9500.0, 9456.0, 9441.0, 9466.0, 9427.0, 9510.0, 9458.0, 9515.0, 9460.0, 9473.0, 9458.0, 9456.0, 9485.0, 9459.0, 9516.0, 9462.0, 9513.0, 9474.0, 9485.0, 9473.0, 9445.0, 9488.0, 9451.0, 9502.0, 9462.0, 9513.0, 9463.0, 9485.0, 9463.0, 9446.0, 9487.0, 9435.0, 9512.0, 9461.0, 9529.0, 9492.0, 9502.0, 9478.0, 9463.0, 9474.0, 9447.0, 9499.0, 9459.0, 9516.0, 9478.0, 9532.0, 9464.0, 9515.0, 9466.0, 9485.0, 9463.0, 9500.0, 9479.0, 9505.0, 9463.0, 9451.0, 9478.0, 9452.0, 9503.0, 9451.0, 9517.0, 9492.0, 9534.0, 9480.0, 9505.0, 9453.0, 9493.0, 9470.0, 9523.0, 9505.0, 9528.0, 9510.0, 9544.0, 9503.0, 9540.0, 9482.0, 9541.0, 9469.0, 9506.0, 9465.0, 9490.0, 9448.0, 9506.0, 9476.0, 9521.0, 9453.0, 9506.0, 9467.0, 9520.0, 9498.0, 9551.0, 9517.0, 9527.0, 9500.0, 9483.0, 9492.0, 9490.0, 9489.0, 9504.0, 9504.0, 9476.0, 9501.0, 9446.0, 9497.0, 9456.0, 9509.0, 9457.0, 9511.0, 9473.0, 9512.0, 9446.0, 9495.0, 9461.0, 9513.0, 9465.0, 9512.0, 9475.0, 9472.0, 9461.0, 9458.0, 9460.0, 9460.0, 9487.0, 9474.0, 9519.0, 9452.0, 9522.0, 9471.0, 9525.0, 9488.0, 9538.0, 9505.0, 9557.0, 9520.0, 9544.0, 9501.0, 9523.0, 9488.0, 9538.0, 9499.0, 9536.0, 9480.0, 9464.0, 9465.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.00021271428571428572</td></tr>
<tr><td colspan=3>aqi</td><td>0.024385737819548874</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.00153351395787</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2519909634913482</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9877882267494351</td></tr>
<tr><td colspan=3>efc</td><td>0.483</td></tr>
<tr><td colspan=3>fber</td><td>5600.5684</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07086500477491785</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.07518796992481203</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.447597338038277</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.360187307365113</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7020751173956907</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.280529589354028</td></tr>
<tr><td colspan=3>gcor</td><td>0.00590067</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0170928705483675</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03235316276550293</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.8585535122450674</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.2781</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.4368</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.3795</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296471.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>813.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>324.1767</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5003</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>530.2467</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3459.9105</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3667.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80073.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1121.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4534.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>950.3502</td></tr>
<tr><td colspan=3>tsnr</td><td>40.29022353282198</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>