<?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-0060_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-0060_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-0060_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-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0060/figures/sub-0060_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-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060/ses-03/func/sub-0060_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>a90c92d6afe993e51f56a95bd9195c9a</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>19:12:59.055000</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.998638, 0.0515038, 0.00828804, -0.0521616, 0.988019, 0.145247]</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.0892743</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7732, -7269, 680, -23, 57, 5, 85]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>228.71</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fd15a664-93c0-4152-9948-b8d1af17c00f||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.679273843765259, -0.1399458348751068, 0.0019114542519673705, 116.66041564941406], [-0.13818103075027466, 2.6507837772369385, 0.39280110597610474, -99.17584228515625], [0.02223619632422924, -0.38968798518180847, 2.671273946762085, -42.25143051147461], [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': ['191259.055000', '191259.515000', '191259.975000', '191300.435000', '191300.895000', '191301.355000', '191301.815000', '191302.275000', '191302.735000', '191303.195000', '191303.655000', '191304.115000', '191304.575000', '191305.035000', '191305.495000', '191305.955000', '191306.415000', '191306.875000', '191307.335000', '191307.795000', '191308.255000', '191308.715000', '191309.175000', '191309.635000', '191310.095000', '191310.555000', '191311.015000', '191311.475000', '191311.935000', '191312.395000', '191312.855000', '191313.315000', '191313.775000', '191314.235000', '191314.695000', '191315.155000', '191315.615000', '191316.075000', '191316.535000', '191316.995000', '191317.455000', '191317.915000', '191318.375000', '191318.835000', '191319.295000', '191319.755000', '191320.215000', '191320.675000', '191321.135000', '191321.595000', '191322.055000', '191322.515000', '191322.975000', '191323.435000', '191323.895000', '191324.355000', '191324.815000', '191325.275000', '191325.735000', '191326.195000', '191326.655000', '191327.115000', '191327.575000', '191328.035000', '191328.495000', '191328.955000', '191329.415000', '191329.875000', '191330.335000', '191330.795000', '191331.255000', '191331.715000', '191332.175000', '191332.635000', '191333.095000', '191333.555000', '191334.015000', '191334.475000', '191334.935000', '191335.395000', '191335.855000', '191336.315000', '191336.775000', '191337.235000', '191337.695000', '191338.155000', '191338.615000', '191339.075000', '191339.535000', '191339.995000', '191340.455000', '191340.915000', '191341.375000', '191341.835000', '191342.295000', '191342.755000', '191343.215000', '191343.675000', '191344.135000', '191344.595000', '191345.055000', '191345.515000', '191345.975000', '191346.435000', '191346.895000', '191347.355000', '191347.815000', '191348.275000', '191348.735000', '191349.195000', '191349.655000', '191350.115000', '191350.575000', '191351.035000', '191351.495000', '191351.955000', '191352.415000', '191352.875000', '191353.335000', '191353.795000', '191354.255000', '191354.715000', '191355.175000', '191355.635000', '191356.095000', '191356.555000', '191357.015000', '191357.475000', '191357.935000', '191358.395000', '191358.855000', '191359.315000', '191359.775000', '191400.235000', '191400.695000', '191401.155000', '191401.615000', '191402.075000', '191402.535000', '191402.995000', '191403.455000', '191403.915000', '191404.375000', '191404.835000', '191405.295000', '191405.755000', '191406.215000', '191406.675000', '191407.135000', '191407.595000', '191408.055000', '191408.515000', '191408.975000', '191409.435000', '191409.895000', '191410.355000', '191410.815000', '191411.275000', '191411.735000', '191412.195000', '191412.655000', '191413.115000', '191413.575000', '191414.035000', '191414.495000', '191414.955000', '191415.415000', '191415.875000', '191416.335000', '191416.795000', '191417.255000', '191417.715000', '191418.175000', '191418.635000', '191419.095000', '191419.555000', '191420.015000', '191420.475000', '191420.935000', '191421.395000', '191421.855000', '191422.315000', '191422.775000', '191423.235000', '191423.695000', '191424.155000', '191424.615000', '191425.075000', '191425.535000', '191425.995000', '191426.455000', '191426.915000', '191427.375000', '191427.835000', '191428.295000', '191428.755000', '191429.215000', '191429.675000', '191430.135000', '191430.595000', '191431.055000', '191431.515000', '191431.975000', '191432.435000', '191432.895000', '191433.355000', '191433.815000', '191434.275000', '191434.735000', '191435.195000', '191435.655000', '191436.115000', '191436.575000', '191437.035000', '191437.495000', '191437.955000', '191438.415000', '191438.875000', '191439.335000', '191439.795000', '191440.255000', '191440.715000', '191441.175000', '191441.635000', '191442.095000', '191442.555000', '191443.015000', '191443.475000', '191443.935000', '191444.395000', '191444.855000', '191445.315000', '191445.775000', '191446.235000', '191446.695000', '191447.155000', '191447.615000', '191448.075000', '191448.535000', '191448.995000', '191449.455000', '191449.915000', '191450.375000', '191450.835000', '191451.295000', '191451.755000', '191452.215000', '191452.675000', '191453.135000', '191453.595000', '191454.055000', '191454.515000', '191454.975000', '191455.435000', '191455.895000', '191456.355000', '191456.815000', '191457.275000', '191457.735000', '191458.195000', '191458.655000', '191459.115000', '191459.575000', '191500.035000', '191500.495000', '191500.955000', '191501.415000', '191501.875000', '191502.335000', '191502.795000', '191503.255000', '191503.715000', '191504.175000', '191504.635000', '191505.095000', '191505.555000', '191506.015000', '191506.475000', '191506.935000', '191507.395000', '191507.855000', '191508.315000', '191508.775000', '191509.235000', '191509.695000', '191510.155000', '191510.615000', '191511.075000', '191511.535000', '191511.995000', '191512.455000', '191512.915000', '191513.375000', '191513.835000', '191514.295000', '191514.755000', '191515.215000', '191515.675000', '191516.135000', '191516.595000', '191517.055000', '191517.515000', '191517.975000', '191518.435000', '191518.895000', '191519.355000', '191519.815000', '191520.275000', '191520.735000', '191521.195000', '191521.655000', '191522.115000', '191522.575000', '191523.035000', '191523.495000', '191523.955000', '191524.415000', '191524.875000', '191525.335000', '191525.795000', '191526.255000', '191526.715000', '191527.175000', '191527.635000', '191528.095000', '191528.555000', '191529.015000', '191529.475000', '191529.935000', '191530.395000', '191530.855000', '191531.315000', '191531.775000', '191532.235000', '191532.695000', '191533.155000', '191533.615000', '191534.075000', '191534.535000', '191534.995000', '191535.455000', '191535.915000', '191536.375000', '191536.835000', '191537.295000', '191537.755000', '191538.215000', '191538.675000', '191539.135000', '191539.595000', '191540.055000', '191540.515000', '191540.975000', '191541.435000', '191541.895000', '191542.355000', '191542.815000', '191543.275000', '191543.735000', '191544.195000', '191544.655000', '191545.115000', '191545.575000', '191546.035000', '191546.495000', '191546.955000', '191547.415000', '191547.875000', '191548.335000', '191548.795000', '191549.255000', '191549.715000', '191550.175000', '191550.635000', '191551.095000', '191551.555000', '191552.015000', '191552.475000', '191552.935000', '191553.395000', '191553.855000', '191554.315000', '191554.775000', '191555.235000', '191555.695000', '191556.155000', '191556.615000', '191557.075000', '191557.535000', '191557.995000', '191558.455000', '191558.915000', '191559.375000', '191559.835000', '191600.295000', '191600.755000', '191601.215000', '191601.675000', '191602.135000', '191602.595000', '191603.055000', '191603.515000', '191603.975000', '191604.435000', '191604.895000', '191605.355000', '191605.815000', '191606.275000', '191606.735000', '191607.195000', '191607.655000', '191608.115000', '191608.575000', '191609.035000', '191609.495000', '191609.955000', '191610.415000', '191610.875000', '191611.335000', '191611.795000', '191612.255000', '191612.715000', '191613.175000', '191613.635000', '191614.095000', '191614.555000', '191615.015000', '191615.475000', '191615.935000', '191616.395000', '191616.855000', '191617.315000', '191617.775000', '191618.235000', '191618.695000', '191619.155000', '191619.615000', '191620.075000', '191620.535000', '191620.995000', '191621.455000', '191621.915000', '191622.375000', '191622.835000', '191623.295000', '191623.755000', '191624.215000', '191624.675000', '191625.135000', '191625.595000', '191626.055000', '191626.515000', '191626.975000', '191627.435000', '191627.895000', '191628.355000', '191628.815000', '191629.275000', '191629.735000', '191630.195000', '191630.655000', '191631.115000', '191631.575000', '191632.035000', '191632.495000', '191632.955000', '191633.415000', '191633.875000', '191634.335000', '191634.795000', '191635.255000', '191635.715000', '191636.175000', '191636.635000', '191637.095000', '191637.555000', '191638.015000', '191638.475000', '191638.935000', '191639.395000', '191639.855000', '191640.315000', '191640.775000', '191641.235000', '191641.695000', '191642.155000', '191642.615000', '191643.075000', '191643.535000', '191643.995000', '191644.455000', '191644.915000', '191645.375000', '191645.835000', '191646.295000', '191646.755000', '191647.215000', '191647.675000', '191648.135000', '191648.595000', '191649.055000', '191649.515000', '191649.975000', '191650.435000', '191650.895000', '191651.355000', '191651.815000', '191652.275000', '191652.735000', '191653.195000', '191653.655000', '191654.115000', '191654.575000', '191655.035000', '191655.495000', '191655.955000', '191656.415000', '191656.875000', '191657.335000', '191657.795000', '191658.255000', '191658.715000', '191659.175000', '191659.635000', '191700.095000', '191700.555000', '191701.015000', '191701.475000', '191701.935000', '191702.395000', '191702.855000', '191703.315000', '191703.775000', '191704.235000', '191704.695000', '191705.155000', '191705.615000', '191706.075000', '191706.535000', '191706.995000', '191707.455000', '191707.915000', '191708.375000', '191708.835000', '191709.295000', '191709.755000', '191710.215000', '191710.675000', '191711.135000', '191711.595000', '191712.055000', '191712.515000', '191712.975000', '191713.435000', '191713.895000', '191714.355000', '191714.815000', '191715.275000', '191715.735000', '191716.195000', '191716.655000', '191717.115000', '191717.575000', '191718.035000', '191718.495000', '191718.955000', '191719.415000', '191719.875000', '191720.335000', '191720.795000', '191721.255000', '191721.715000', '191722.175000', '191722.635000', '191723.095000', '191723.555000', '191724.015000', '191724.475000', '191724.935000', '191725.395000', '191725.855000', '191726.315000', '191726.775000', '191727.235000', '191727.695000', '191728.155000', '191728.615000', '191729.075000', '191729.535000', '191729.995000', '191730.455000', '191730.915000', '191731.375000', '191731.835000', '191732.295000', '191732.755000', '191733.215000', '191733.675000', '191734.135000', '191734.595000', '191735.055000', '191735.515000', '191735.975000', '191736.435000', '191736.895000', '191737.355000', '191737.815000', '191738.275000', '191738.735000', '191739.195000', '191739.655000', '191740.115000', '191740.575000', '191741.035000', '191741.495000', '191741.955000', '191742.415000', '191742.875000', '191743.335000', '191743.795000', '191744.255000', '191744.715000', '191745.175000', '191745.635000', '191746.095000', '191746.555000', '191747.015000', '191747.475000', '191747.935000', '191748.395000', '191748.855000', '191749.315000', '191749.775000', '191750.235000', '191750.695000', '191751.155000', '191751.615000', '191752.075000', '191752.535000', '191752.995000', '191753.455000', '191753.915000', '191754.375000', '191754.835000', '191755.295000', '191755.755000', '191756.215000', '191756.675000', '191757.135000', '191757.595000', '191758.055000', '191758.515000', '191758.975000', '191759.435000', '191759.895000', '191800.355000', '191800.815000', '191801.275000', '191801.735000', '191802.195000', '191802.655000', '191803.115000', '191803.575000', '191804.035000', '191804.495000', '191804.955000', '191805.415000', '191805.875000', '191806.335000', '191806.795000', '191807.255000', '191807.715000', '191808.175000', '191808.635000', '191809.095000', '191809.555000', '191810.015000', '191810.475000', '191810.935000', '191811.395000', '191811.855000', '191812.315000', '191812.775000', '191813.235000', '191813.695000', '191814.155000', '191814.615000', '191815.075000', '191815.535000', '191815.995000', '191816.455000', '191816.915000', '191817.375000', '191817.835000', '191818.295000', '191818.755000', '191819.215000', '191819.675000', '191820.135000', '191820.595000', '191821.055000', '191821.515000', '191821.975000', '191822.435000', '191822.895000', '191823.355000', '191823.815000', '191824.275000', '191824.735000', '191825.195000', '191825.655000', '191826.115000', '191826.575000', '191827.035000', '191827.495000', '191827.955000', '191828.415000', '191828.875000', '191829.335000', '191829.795000', '191830.255000', '191830.715000', '191831.175000', '191831.635000', '191832.095000', '191832.555000', '191833.015000', '191833.475000', '191833.935000', '191834.395000', '191834.855000', '191835.315000', '191835.775000', '191836.235000', '191836.695000', '191837.155000', '191837.615000', '191838.075000', '191838.535000', '191838.995000', '191839.455000', '191839.915000', '191840.375000', '191840.835000', '191841.295000', '191841.755000', '191842.215000', '191842.675000', '191843.135000', '191843.595000', '191844.055000', '191844.515000', '191844.975000', '191845.435000', '191845.895000', '191846.355000', '191846.815000', '191847.275000', '191847.735000', '191848.195000', '191848.655000', '191849.115000', '191849.575000', '191850.035000', '191850.495000', '191850.955000', '191851.415000', '191851.875000', '191852.335000', '191852.795000', '191853.255000', '191853.715000', '191854.175000', '191854.635000', '191855.095000', '191855.555000', '191856.015000', '191856.475000', '191856.935000', '191857.395000', '191857.855000', '191858.315000', '191858.775000', '191859.235000', '191859.695000', '191900.155000', '191900.615000', '191901.075000', '191901.535000', '191901.995000', '191902.455000', '191902.915000', '191903.375000', '191903.835000', '191904.295000', '191904.755000', '191905.215000', '191905.675000', '191906.135000', '191906.595000', '191907.055000', '191907.515000', '191907.975000', '191908.435000', '191908.895000', '191909.355000', '191909.815000', '191910.275000', '191910.735000', '191911.195000', '191911.655000', '191912.115000', '191912.575000', '191913.035000', '191913.495000', '191913.955000', '191914.415000', '191914.875000', '191915.335000', '191915.795000', '191916.255000', '191916.715000', '191917.175000', '191917.635000', '191918.095000', '191918.555000', '191919.015000', '191919.475000', '191919.935000', '191920.395000', '191920.855000', '191921.315000', '191921.775000', '191922.235000', '191922.695000', '191923.155000', '191923.615000', '191924.075000', '191924.535000', '191924.995000', '191925.455000', '191925.915000', '191926.375000', '191926.835000', '191927.295000', '191927.755000', '191928.215000', '191928.675000', '191929.135000', '191929.595000', '191930.055000', '191930.515000', '191930.975000', '191931.435000', '191931.895000', '191932.355000', '191932.815000', '191933.275000', '191933.735000', '191934.195000', '191934.655000', '191935.115000', '191935.575000', '191936.035000', '191936.495000', '191936.955000', '191937.415000', '191937.875000', '191938.335000', '191938.795000', '191939.255000', '191939.715000', '191940.175000', '191940.635000', '191941.095000', '191941.555000', '191942.015000', '191942.475000', '191942.935000', '191943.395000', '191943.855000', '191944.315000', '191944.775000', '191945.235000', '191945.695000', '191946.155000', '191946.615000', '191947.075000', '191947.535000', '191947.995000', '191948.455000', '191948.915000', '191949.375000', '191949.835000', '191950.295000', '191950.755000', '191951.215000', '191951.675000', '191952.135000', '191952.595000', '191953.055000', '191953.515000', '191953.975000', '191954.435000', '191954.895000', '191955.355000', '191955.815000', '191956.275000', '191956.735000', '191957.195000', '191957.655000', '191958.115000', '191958.575000', '191959.035000', '191959.495000', '191959.955000', '192000.415000', '192000.875000', '192001.335000', '192001.795000', '192002.255000', '192002.715000', '192003.175000', '192003.635000', '192004.095000', '192004.555000', '192005.015000', '192005.475000', '192005.935000', '192006.395000', '192006.855000', '192007.315000', '192007.775000', '192008.235000', '192008.695000', '192009.155000', '192009.615000', '192010.075000', '192010.535000', '192010.995000', '192011.455000', '192011.915000', '192012.375000', '192012.835000', '192013.295000', '192013.755000', '192014.215000', '192014.675000', '192015.135000', '192015.595000', '192016.055000', '192016.515000', '192016.975000', '192017.435000', '192017.895000', '192018.355000', '192018.815000', '192019.275000', '192019.735000', '192020.195000', '192020.655000', '192021.115000', '192021.575000', '192022.035000', '192022.495000', '192022.955000', '192023.415000', '192023.875000', '192024.335000', '192024.795000', '192025.255000', '192025.715000', '192026.175000', '192026.635000', '192027.095000', '192027.555000', '192028.015000', '192028.475000', '192028.935000', '192029.395000', '192029.855000', '192030.315000', '192030.775000', '192031.235000', '192031.695000', '192032.155000', '192032.615000', '192033.075000', '192033.535000', '192033.995000', '192034.455000', '192034.915000', '192035.375000', '192035.835000', '192036.295000', '192036.755000', '192037.215000', '192037.675000', '192038.135000', '192038.595000', '192039.055000', '192039.515000', '192039.975000', '192040.435000', '192040.895000', '192041.355000', '192041.815000', '192042.275000', '192042.735000', '192043.195000', '192043.655000', '192044.115000', '192044.575000', '192045.035000', '192045.495000', '192045.955000', '192046.415000', '192046.875000', '192047.335000', '192047.795000', '192048.255000', '192048.715000', '192049.175000', '192049.635000', '192050.095000', '192050.555000', '192051.015000', '192051.475000', '192051.935000', '192052.395000', '192052.855000', '192053.315000', '192053.775000', '192054.235000', '192054.695000', '192055.155000', '192055.615000', '192056.075000', '192056.535000', '192056.995000', '192057.455000', '192057.915000', '192058.375000', '192058.835000', '192059.295000', '192059.755000', '192100.215000', '192100.675000', '192101.135000', '192101.595000', '192102.055000', '192102.515000', '192102.975000', '192103.435000', '192103.895000', '192104.355000', '192104.815000', '192105.275000', '192105.735000', '192106.195000', '192106.655000', '192107.115000', '192107.575000', '192108.035000', '192108.495000', '192108.955000', '192109.415000', '192109.875000', '192110.335000', '192110.795000', '192111.255000', '192111.715000', '192112.175000', '192112.635000', '192113.095000', '192113.555000', '192114.015000', '192114.475000', '192114.935000', '192115.395000', '192115.855000', '192116.315000', '192116.775000', '192117.235000', '192117.695000', '192118.155000', '192118.615000', '192119.075000', '192119.535000', '192119.995000', '192120.455000', '192120.915000', '192121.375000', '192121.835000', '192122.295000', '192122.755000', '192123.215000', '192123.675000', '192124.135000', '192124.595000', '192125.055000', '192125.515000', '192125.975000', '192126.435000', '192126.895000', '192127.355000', '192127.815000', '192128.275000', '192128.735000', '192129.195000', '192129.655000', '192130.115000', '192130.575000', '192131.035000', '192131.495000', '192131.955000', '192132.415000', '192132.875000', '192133.335000', '192133.795000', '192134.255000', '192134.715000', '192135.175000', '192135.635000', '192136.095000', '192136.555000', '192137.015000', '192137.475000', '192137.935000', '192138.395000', '192138.855000', '192139.315000', '192139.775000', '192140.235000', '192140.695000', '192141.155000', '192141.615000', '192142.075000', '192142.535000', '192142.995000', '192143.455000', '192143.915000', '192144.375000', '192144.835000', '192145.295000', '192145.755000', '192146.215000', '192146.675000', '192147.135000', '192147.595000', '192148.055000', '192148.515000', '192148.975000', '192149.435000', '192149.895000', '192150.355000', '192150.815000', '192151.275000', '192151.735000', '192152.195000', '192152.655000', '192153.115000', '192153.575000', '192154.035000', '192154.495000', '192154.955000', '192155.415000', '192155.875000', '192156.335000', '192156.795000', '192157.255000', '192157.715000', '192158.175000', '192158.635000', '192159.095000', '192159.555000', '192200.015000', '192200.475000', '192200.935000', '192201.395000', '192201.855000', '192202.315000', '192202.775000', '192203.235000', '192203.695000', '192204.155000', '192204.615000', '192205.075000', '192205.535000', '192205.995000', '192206.455000', '192206.915000', '192207.375000', '192207.835000', '192208.295000', '192208.755000', '192209.215000', '192209.675000', '192210.135000', '192210.595000', '192211.055000', '192211.515000', '192211.975000', '192212.435000', '192212.895000', '192213.355000', '192213.815000', '192214.275000', '192214.735000', '192215.195000', '192215.655000', '192216.115000', '192216.575000', '192217.035000', '192217.495000', '192217.955000', '192218.415000', '192218.875000', '192219.335000', '192219.795000', '192220.255000', '192220.715000', '192221.175000', '192221.635000', '192222.095000', '192222.555000', '192223.015000', '192223.475000', '192223.935000', '192224.395000', '192224.855000', '192225.315000', '192225.775000', '192226.235000', '192226.695000', '192227.155000', '192227.615000', '192228.075000', '192228.535000', '192228.995000', '192229.455000', '192229.915000', '192230.375000', '192230.835000', '192231.295000', '192231.755000', '192232.215000', '192232.675000', '192233.135000', '192233.595000', '192234.055000', '192234.515000', '192234.975000', '192235.435000', '192235.895000', '192236.355000', '192236.815000', '192237.275000', '192237.735000', '192238.195000', '192238.655000', '192239.115000', '192239.575000', '192240.035000', '192240.495000', '192240.955000', '192241.415000', '192241.875000', '192242.335000', '192242.795000', '192243.255000', '192243.715000', '192244.175000', '192244.635000', '192245.095000', '192245.555000', '192246.015000', '192246.475000', '192246.935000', '192247.395000', '192247.855000', '192248.315000', '192248.775000', '192249.235000', '192249.695000', '192250.155000', '192250.615000', '192251.075000', '192251.535000', '192251.995000', '192252.455000', '192252.915000', '192253.375000', '192253.835000', '192254.295000', '192254.755000', '192255.215000', '192255.675000', '192256.135000', '192256.595000', '192257.055000', '192257.515000', '192257.975000', '192258.435000', '192258.895000', '192259.355000', '192259.815000', '192300.275000', '192300.735000', '192301.195000', '192301.655000', '192302.115000', '192302.575000', '192303.035000', '192303.495000', '192303.955000', '192304.415000', '192304.875000', '192305.335000', '192305.795000', '192306.255000', '192306.715000', '192307.175000', '192307.635000', '192308.095000', '192308.555000', '192309.015000', '192309.475000', '192309.935000', '192310.395000', '192310.855000', '192311.315000', '192311.775000', '192312.235000', '192312.695000'], 'ContentTime': ['191313.503000', '191313.506000', '191313.520000', '191313.533000', '191313.536000', '191313.538000', '191313.541000', '191313.543000', '191313.546000', '191313.549000', '191313.552000', '191313.554000', '191313.557000', '191313.560000', '191313.562000', '191313.565000', '191313.567000', '191313.570000', '191313.579000', '191313.581000', '191313.584000', '191313.587000', '191313.589000', '191313.592000', '191313.595000', '191313.597000', '191313.600000', '191313.603000', '191313.606000', '191313.608000', '191333.474000', '191333.477000', '191333.480000', '191333.487000', '191333.490000', '191333.492000', '191333.495000', '191333.497000', '191333.505000', '191333.507000', '191333.510000', '191333.513000', '191333.515000', '191333.518000', '191333.521000', '191333.523000', '191333.526000', '191333.528000', '191333.531000', '191333.533000', '191333.536000', '191333.539000', '191333.542000', '191333.545000', '191333.548000', '191333.551000', '191333.554000', '191333.556000', '191333.559000', '191333.562000', '191333.564000', '191333.567000', '191333.570000', '191333.572000', '191333.575000', '191333.577000', '191333.580000', '191333.582000', '191333.585000', '191333.587000', '191333.590000', '191333.593000', '191333.596000', '191353.475000', '191353.478000', '191353.481000', '191353.483000', '191353.486000', '191353.489000', '191353.491000', '191353.494000', '191353.496000', '191353.499000', '191353.502000', '191353.504000', '191353.507000', '191353.509000', '191353.512000', '191353.515000', '191353.517000', '191353.520000', '191353.527000', '191353.529000', '191353.532000', '191353.535000', '191353.537000', '191353.540000', '191353.542000', '191353.545000', '191353.547000', '191353.550000', '191353.553000', '191353.555000', '191353.558000', '191353.561000', '191353.563000', '191353.566000', '191353.568000', '191353.571000', '191353.573000', '191353.576000', '191353.578000', '191353.581000', '191353.584000', '191353.586000', '191353.589000', '191353.592000', '191413.476000', '191413.479000', '191413.481000', '191413.484000', '191413.486000', '191413.489000', '191413.492000', '191413.494000', '191413.497000', '191413.500000', '191413.502000', '191413.505000', '191413.507000', '191413.510000', '191413.513000', '191413.515000', '191413.518000', '191413.520000', '191413.523000', '191413.525000', '191413.528000', '191413.531000', '191413.533000', '191413.536000', '191413.538000', '191413.541000', '191413.544000', '191413.546000', '191413.549000', '191413.552000', '191413.555000', '191413.557000', '191413.560000', '191413.562000', '191413.565000', '191413.567000', '191413.570000', '191413.573000', '191413.575000', '191413.578000', '191413.580000', '191413.583000', '191413.586000', '191433.475000', '191433.478000', '191433.481000', '191433.484000', '191433.486000', '191433.489000', '191433.492000', '191433.494000', '191433.497000', '191433.500000', '191433.502000', '191433.505000', '191433.507000', '191433.510000', '191433.513000', '191433.515000', '191433.518000', '191433.520000', '191433.523000', '191433.526000', '191433.528000', '191433.531000', '191433.533000', '191433.554000', '191433.557000', '191433.559000', '191433.562000', '191433.565000', '191433.567000', '191433.570000', '191433.572000', '191433.575000', '191433.577000', '191433.580000', '191433.583000', '191433.585000', '191433.588000', '191433.590000', '191433.593000', '191433.596000', '191433.598000', '191433.601000', '191433.604000', '191433.606000', '191453.475000', '191453.478000', '191453.481000', '191453.483000', '191453.486000', '191453.489000', '191453.491000', '191453.494000', '191453.496000', '191453.499000', '191453.502000', '191453.504000', '191453.507000', '191453.509000', '191453.512000', '191453.515000', '191453.517000', '191453.520000', '191453.522000', '191453.525000', '191453.528000', '191453.530000', '191453.533000', '191453.535000', '191453.538000', '191453.541000', '191453.543000', '191453.546000', '191453.549000', '191453.551000', '191453.554000', '191453.556000', '191453.559000', '191453.562000', '191453.564000', '191453.567000', '191453.570000', '191453.572000', '191453.575000', '191453.577000', '191453.580000', '191453.583000', '191453.585000', '191513.475000', '191513.479000', '191513.481000', '191513.484000', '191513.486000', '191513.489000', '191513.492000', '191513.495000', '191513.497000', '191513.500000', '191513.503000', '191513.505000', '191513.508000', '191513.510000', '191513.513000', '191513.516000', '191513.518000', '191513.521000', '191513.524000', '191513.526000', '191513.529000', '191513.532000', '191513.534000', '191513.537000', '191513.539000', '191513.542000', '191513.545000', '191513.547000', '191513.550000', '191513.552000', '191513.555000', '191513.558000', '191513.560000', '191513.563000', '191513.565000', '191513.568000', '191513.571000', '191513.573000', '191513.576000', '191513.578000', '191513.581000', '191513.584000', '191513.586000', '191513.589000', '191533.475000', '191533.477000', '191533.480000', '191533.483000', '191533.485000', '191533.488000', '191533.490000', '191533.493000', '191533.496000', '191533.498000', '191533.501000', '191533.503000', '191533.506000', '191533.508000', '191533.511000', '191533.514000', '191533.516000', '191533.519000', '191533.521000', '191533.524000', '191533.527000', '191533.529000', '191533.532000', '191533.534000', '191533.537000', '191533.540000', '191533.542000', '191533.545000', '191533.547000', '191533.550000', '191533.553000', '191533.555000', '191533.558000', '191533.560000', '191533.563000', '191533.566000', '191533.568000', '191533.571000', '191533.573000', '191533.576000', '191533.578000', '191533.581000', '191533.584000', '191553.474000', '191553.477000', '191553.480000', '191553.482000', '191553.485000', '191553.489000', '191553.491000', '191553.494000', '191553.497000', '191553.499000', '191553.502000', '191553.504000', '191553.507000', '191553.510000', '191553.512000', '191553.515000', '191553.517000', '191553.520000', '191553.523000', '191553.525000', '191553.528000', '191553.531000', '191553.533000', '191553.536000', '191553.538000', '191553.541000', '191553.544000', '191553.546000', '191553.549000', '191553.552000', '191553.554000', '191553.557000', '191553.559000', '191553.562000', '191553.565000', '191553.567000', '191553.570000', '191553.572000', '191553.575000', '191553.577000', '191553.580000', '191553.583000', '191553.585000', '191553.588000', '191613.475000', '191613.478000', '191613.481000', '191613.484000', '191613.486000', '191613.489000', '191613.492000', '191613.495000', '191613.497000', '191613.500000', '191613.503000', '191613.505000', '191613.508000', '191613.511000', '191613.513000', '191613.516000', '191613.519000', '191613.521000', '191613.546000', '191613.548000', '191613.551000', '191613.554000', '191613.556000', '191613.559000', '191613.561000', '191613.564000', '191613.567000', '191613.569000', '191613.572000', '191613.575000', '191613.577000', '191613.580000', '191613.582000', '191613.585000', '191613.588000', '191613.590000', '191613.593000', '191613.595000', '191613.598000', '191613.601000', '191613.603000', '191613.606000', '191613.609000', '191633.475000', '191633.478000', '191633.481000', '191633.483000', '191633.486000', '191633.489000', '191633.491000', '191633.494000', '191633.497000', '191633.499000', '191633.502000', '191633.504000', '191633.507000', '191633.510000', '191633.512000', '191633.515000', '191633.517000', '191633.520000', '191633.523000', '191633.525000', '191633.528000', '191633.530000', '191633.533000', '191633.536000', '191633.538000', '191633.541000', '191633.543000', '191633.546000', '191633.548000', '191633.551000', '191633.554000', '191633.556000', '191633.559000', '191633.562000', '191633.564000', '191633.567000', '191633.569000', '191633.572000', '191633.575000', '191633.577000', '191633.580000', '191633.582000', '191633.585000', '191633.588000', '191653.476000', '191653.479000', '191653.482000', '191653.484000', '191653.487000', '191653.490000', '191653.492000', '191653.495000', '191653.497000', '191653.500000', '191653.503000', '191653.505000', '191653.508000', '191653.510000', '191653.513000', '191653.515000', '191653.518000', '191653.521000', '191653.523000', '191653.526000', '191653.528000', '191653.531000', '191653.534000', '191653.536000', '191653.539000', '191653.542000', '191653.544000', '191653.547000', '191653.549000', '191653.552000', '191653.555000', '191653.557000', '191653.560000', '191653.563000', '191653.565000', '191653.568000', '191653.570000', '191653.573000', '191653.576000', '191653.578000', '191653.581000', '191653.583000', '191653.586000', '191713.477000', '191713.480000', '191713.483000', '191713.485000', '191713.488000', '191713.491000', '191713.493000', '191713.496000', '191713.498000', '191713.501000', '191713.504000', '191713.506000', '191713.509000', '191713.512000', '191713.514000', '191713.517000', '191713.520000', '191713.522000', '191713.525000', '191713.528000', '191713.530000', '191713.533000', '191713.536000', '191713.538000', '191713.541000', '191713.543000', '191713.546000', '191713.549000', '191713.552000', '191713.554000', '191713.557000', '191713.559000', '191713.562000', '191713.565000', '191713.568000', '191713.570000', '191713.573000', '191713.575000', '191713.578000', '191713.580000', '191713.583000', '191713.586000', '191713.588000', '191713.591000', '191733.476000', '191733.479000', '191733.481000', '191733.484000', '191733.487000', '191733.489000', '191733.492000', '191733.494000', '191733.497000', '191733.500000', '191733.502000', '191733.505000', '191733.507000', '191733.510000', '191733.513000', '191733.516000', '191733.518000', '191733.521000', '191733.523000', '191733.526000', '191733.529000', '191733.531000', '191733.534000', '191733.536000', '191733.539000', '191733.542000', '191733.544000', '191733.547000', '191733.550000', '191733.552000', '191733.555000', '191733.557000', '191733.560000', '191733.563000', '191733.565000', '191733.568000', '191733.571000', '191733.573000', '191733.576000', '191733.578000', '191733.581000', '191733.584000', '191733.586000', '191753.475000', '191753.478000', '191753.480000', '191753.483000', '191753.485000', '191753.488000', '191753.491000', '191753.493000', '191753.496000', '191753.498000', '191753.501000', '191753.504000', '191753.506000', '191753.509000', '191753.511000', '191753.514000', '191753.517000', '191753.519000', '191753.522000', '191753.524000', '191753.527000', '191753.530000', '191753.532000', '191753.535000', '191753.538000', '191753.540000', '191753.543000', '191753.546000', '191753.548000', '191753.551000', '191753.554000', '191753.556000', '191753.559000', '191753.561000', '191753.564000', '191753.567000', '191753.569000', '191753.572000', '191753.574000', '191753.577000', '191753.580000', '191753.582000', '191753.585000', '191753.588000', '191813.475000', '191813.477000', '191813.480000', '191813.483000', '191813.486000', '191813.488000', '191813.491000', '191813.494000', '191813.496000', '191813.499000', '191813.501000', '191813.504000', '191813.507000', '191813.509000', '191813.512000', '191813.515000', '191813.517000', '191813.520000', '191813.522000', '191813.525000', '191813.528000', '191813.531000', '191813.533000', '191813.536000', '191813.539000', '191813.541000', '191813.544000', '191813.547000', '191813.549000', '191813.552000', '191813.554000', '191813.557000', '191813.560000', '191813.562000', '191813.565000', '191813.568000', '191813.570000', '191813.573000', '191813.575000', '191813.578000', '191813.581000', '191813.583000', '191813.586000', '191833.476000', '191833.479000', '191833.481000', '191833.484000', '191833.486000', '191833.489000', '191833.492000', '191833.494000', '191833.497000', '191833.500000', '191833.502000', '191833.505000', '191833.508000', '191833.510000', '191833.516000', '191833.518000', '191833.521000', '191833.524000', '191833.526000', '191833.529000', '191833.532000', '191833.535000', '191833.537000', '191833.540000', '191833.543000', '191833.545000', '191833.548000', '191833.550000', '191833.553000', '191833.556000', '191833.558000', '191833.561000', '191833.564000', '191833.566000', '191833.569000', '191833.572000', '191833.574000', '191833.577000', '191833.580000', '191833.582000', '191833.585000', '191833.600000', '191833.602000', '191833.605000', '191853.476000', '191853.479000', '191853.482000', '191853.484000', '191853.487000', '191853.490000', '191853.492000', '191853.495000', '191853.497000', '191853.500000', '191853.503000', '191853.505000', '191853.508000', '191853.511000', '191853.513000', '191853.516000', '191853.518000', '191853.521000', '191853.524000', '191853.526000', '191853.529000', '191853.532000', '191853.534000', '191853.537000', '191853.539000', '191853.542000', '191853.545000', '191853.547000', '191853.550000', '191853.553000', '191853.555000', '191853.558000', '191853.560000', '191853.563000', '191853.566000', '191853.568000', '191853.571000', '191853.573000', '191853.576000', '191853.579000', '191853.581000', '191853.584000', '191853.587000', '191913.476000', '191913.478000', '191913.481000', '191913.484000', '191913.486000', '191913.489000', '191913.491000', '191913.494000', '191913.497000', '191913.499000', '191913.502000', '191913.523000', '191913.526000', '191913.529000', '191913.531000', '191913.534000', '191913.537000', '191913.539000', '191913.542000', '191913.545000', '191913.548000', '191913.550000', '191913.553000', '191913.556000', '191913.558000', '191913.561000', '191913.564000', '191913.567000', '191913.569000', '191913.572000', '191913.574000', '191913.577000', '191913.580000', '191913.582000', '191913.585000', '191913.587000', '191913.590000', '191913.593000', '191913.595000', '191913.598000', '191913.601000', '191913.604000', '191913.606000', '191913.609000', '191933.476000', '191933.479000', '191933.481000', '191933.484000', '191933.487000', '191933.490000', '191933.492000', '191933.495000', '191933.497000', '191933.500000', '191933.503000', '191933.506000', '191933.508000', '191933.511000', '191933.513000', '191933.516000', '191933.519000', '191933.521000', '191933.524000', '191933.527000', '191933.529000', '191933.532000', '191933.535000', '191933.537000', '191933.540000', '191933.543000', '191933.545000', '191933.548000', '191933.551000', '191933.554000', '191933.557000', '191933.559000', '191933.562000', '191933.564000', '191933.567000', '191933.570000', '191933.572000', '191933.580000', '191933.583000', '191933.585000', '191933.588000', '191933.591000', '191933.593000', '191953.476000', '191953.478000', '191953.481000', '191953.484000', '191953.486000', '191953.489000', '191953.491000', '191953.494000', '191953.497000', '191953.499000', '191953.503000', '191953.506000', '191953.509000', '191953.511000', '191953.514000', '191953.516000', '191953.519000', '191953.522000', '191953.524000', '191953.527000', '191953.529000', '191953.532000', '191953.535000', '191953.537000', '191953.540000', '191953.542000', '191953.545000', '191953.548000', '191953.550000', '191953.554000', '191953.557000', '191953.559000', '191953.562000', '191953.565000', '191953.567000', '191953.570000', '191953.572000', '191953.575000', '191953.578000', '191953.580000', '191953.583000', '191953.585000', '191953.588000', '192013.474000', '192013.478000', '192013.481000', '192013.483000', '192013.486000', '192013.489000', '192013.491000', '192013.494000', '192013.496000', '192013.499000', '192013.502000', '192013.504000', '192013.507000', '192013.510000', '192013.512000', '192013.515000', '192013.517000', '192013.520000', '192013.523000', '192013.525000', '192013.528000', '192013.531000', '192013.533000', '192013.536000', '192013.538000', '192013.541000', '192013.544000', '192013.546000', '192013.549000', '192013.552000', '192013.555000', '192013.557000', '192013.560000', '192013.563000', '192013.566000', '192013.568000', '192013.571000', '192013.574000', '192013.577000', '192013.579000', '192013.582000', '192013.584000', '192013.587000', '192013.590000', '192033.475000', '192033.478000', '192033.480000', '192033.483000', '192033.486000', '192033.488000', '192033.491000', '192033.510000', '192033.513000', '192033.515000', '192033.518000', '192033.521000', '192033.523000', '192033.526000', '192033.528000', '192033.531000', '192033.534000', '192033.537000', '192033.540000', '192033.543000', '192033.545000', '192033.548000', '192033.551000', '192033.553000', '192033.556000', '192033.559000', '192033.562000', '192033.564000', '192033.567000', '192033.570000', '192033.572000', '192033.575000', '192033.577000', '192033.580000', '192033.583000', '192033.585000', '192033.588000', '192033.591000', '192033.593000', '192033.596000', '192033.598000', '192033.601000', '192033.604000', '192053.475000', '192053.478000', '192053.481000', '192053.484000', '192053.487000', '192053.489000', '192053.492000', '192053.494000', '192053.497000', '192053.500000', '192053.502000', '192053.505000', '192053.507000', '192053.510000', '192053.513000', '192053.515000', '192053.518000', '192053.520000', '192053.523000', '192053.526000', '192053.528000', '192053.531000', '192053.534000', '192053.536000', '192053.539000', '192053.541000', '192053.544000', '192053.547000', '192053.549000', '192053.552000', '192053.555000', '192053.557000', '192053.560000', '192053.562000', '192053.565000', '192053.568000', '192053.570000', '192053.573000', '192053.576000', '192053.578000', '192053.581000', '192053.583000', '192053.586000', '192053.588000', '192113.476000', '192113.478000', '192113.481000', '192113.484000', '192113.486000', '192113.489000', '192113.492000', '192113.494000', '192113.497000', '192113.499000', '192113.502000', '192113.505000', '192113.507000', '192113.510000', '192113.513000', '192113.515000', '192113.518000', '192113.521000', '192113.524000', '192113.526000', '192113.529000', '192113.532000', '192113.534000', '192113.537000', '192113.540000', '192113.542000', '192113.545000', '192113.547000', '192113.550000', '192113.553000', '192113.555000', '192113.558000', '192113.561000', '192113.563000', '192113.566000', '192113.569000', '192113.572000', '192113.574000', '192113.577000', '192113.580000', '192113.583000', '192113.585000', '192113.588000', '192133.476000', '192133.479000', '192133.481000', '192133.484000', '192133.487000', '192133.490000', '192133.492000', '192133.495000', '192133.497000', '192133.500000', '192133.503000', '192133.505000', '192133.508000', '192133.510000', '192133.513000', '192133.516000', '192133.518000', '192133.521000', '192133.523000', '192133.526000', '192133.529000', '192133.531000', '192133.534000', '192133.537000', '192133.539000', '192133.542000', '192133.544000', '192133.547000', '192133.550000', '192133.552000', '192133.555000', '192133.558000', '192133.560000', '192133.563000', '192133.566000', '192133.569000', '192133.571000', '192133.574000', '192133.576000', '192133.579000', '192133.582000', '192133.584000', '192133.587000', '192133.590000', '192153.476000', '192153.479000', '192153.481000', '192153.484000', '192153.497000', '192153.500000', '192153.502000', '192153.505000', '192153.507000', '192153.510000', '192153.513000', '192153.515000', '192153.518000', '192153.520000', '192153.523000', '192153.526000', '192153.528000', '192153.531000', '192153.534000', '192153.536000', '192153.539000', '192153.542000', '192153.544000', '192153.547000', '192153.549000', '192153.552000', '192153.555000', '192153.557000', '192153.560000', '192153.563000', '192153.565000', '192153.568000', '192153.570000', '192153.573000', '192153.576000', '192153.578000', '192153.581000', '192153.583000', '192153.586000', '192153.588000', '192153.591000', '192153.594000', '192153.597000', '192213.476000', '192213.479000', '192213.482000', '192213.484000', '192213.487000', '192213.489000', '192213.492000', '192213.495000', '192213.497000', '192213.500000', '192213.503000', '192213.505000', '192213.508000', '192213.511000', '192213.513000', '192213.516000', '192213.518000', '192213.521000', '192213.524000', '192213.526000', '192213.529000', '192213.532000', '192213.534000', '192213.537000', '192213.540000', '192213.542000', '192213.545000', '192213.547000', '192213.550000', '192213.553000', '192213.556000', '192213.558000', '192213.561000', '192213.563000', '192213.566000', '192213.569000', '192213.571000', '192213.574000', '192213.577000', '192213.579000', '192213.582000', '192213.584000', '192213.587000', '192213.590000', '192233.475000', '192233.477000', '192233.480000', '192233.483000', '192233.485000', '192233.488000', '192233.491000', '192233.493000', '192233.496000', '192233.498000', '192233.501000', '192233.503000', '192233.506000', '192233.509000', '192233.512000', '192233.514000', '192233.517000', '192233.520000', '192233.522000', '192233.525000', '192233.528000', '192233.530000', '192233.533000', '192233.535000', '192233.538000', '192233.541000', '192233.543000', '192233.546000', '192233.548000', '192233.551000', '192233.554000', '192233.556000', '192233.560000', '192233.562000', '192233.565000', '192233.568000', '192233.570000', '192233.573000', '192233.576000', '192233.578000', '192233.581000', '192233.583000', '192233.586000', '192253.475000', '192253.478000', '192253.480000', '192253.483000', '192253.485000', '192253.488000', '192253.491000', '192253.493000', '192253.496000', '192253.499000', '192253.501000', '192253.504000', '192253.506000', '192253.509000', '192253.512000', '192253.514000', '192253.517000', '192253.520000', '192253.522000', '192253.525000', '192253.527000', '192253.530000', '192253.533000', '192253.535000', '192253.538000', '192253.540000', '192253.543000', '192253.546000', '192253.548000', '192253.551000', '192253.554000', '192253.556000', '192253.559000', '192253.563000', '192253.565000', '192253.568000', '192253.570000', '192253.573000', '192253.576000', '192253.579000', '192253.581000', '192253.584000', '192253.587000', '192253.589000', '192313.476000', '192313.478000', '192313.481000', '192313.484000', '192313.486000', '192313.489000', '192313.492000', '192313.495000', '192313.498000', '192313.500000', '192313.503000', '192313.506000', '192313.509000', '192313.512000', '192313.515000', '192313.518000', '192313.520000', '192313.523000', '192313.526000', '192313.528000', '192313.531000', '192313.534000', '192313.536000', '192313.539000', '192313.542000', '192313.545000', '192313.548000', '192313.551000', '192313.553000', '192313.556000', '192313.559000', '192313.562000', '192313.565000', '192313.569000', '192313.572000', '192313.575000', '192313.578000', '192313.581000', '192313.584000', '192313.588000', '192313.591000', '192313.594000', '192313.597000', '192313.678000'], 'InstanceCreationTime': ['191313.503000', '191313.506000', '191313.520000', '191313.533000', '191313.536000', '191313.538000', '191313.541000', '191313.543000', '191313.546000', '191313.549000', '191313.552000', '191313.554000', '191313.557000', '191313.560000', '191313.562000', '191313.565000', '191313.567000', '191313.570000', '191313.579000', '191313.581000', '191313.584000', '191313.587000', '191313.589000', '191313.592000', '191313.595000', '191313.597000', '191313.600000', '191313.603000', '191313.606000', '191313.608000', '191333.474000', '191333.477000', '191333.480000', '191333.487000', '191333.490000', '191333.492000', '191333.495000', '191333.497000', '191333.505000', '191333.507000', '191333.510000', '191333.513000', '191333.515000', '191333.518000', '191333.521000', '191333.523000', '191333.526000', '191333.528000', '191333.531000', '191333.533000', '191333.536000', '191333.539000', '191333.542000', '191333.545000', '191333.548000', '191333.551000', '191333.554000', '191333.556000', '191333.559000', '191333.562000', '191333.564000', '191333.567000', '191333.570000', '191333.572000', '191333.575000', '191333.577000', '191333.580000', '191333.582000', '191333.585000', '191333.587000', '191333.590000', '191333.593000', '191333.596000', '191353.475000', '191353.478000', '191353.481000', '191353.483000', '191353.486000', '191353.489000', '191353.491000', '191353.494000', '191353.496000', '191353.499000', '191353.502000', '191353.504000', '191353.507000', '191353.509000', '191353.512000', '191353.515000', '191353.517000', '191353.520000', '191353.527000', '191353.529000', '191353.532000', '191353.535000', '191353.537000', '191353.540000', '191353.542000', '191353.545000', '191353.547000', '191353.550000', '191353.553000', '191353.555000', '191353.558000', '191353.561000', '191353.563000', '191353.566000', '191353.568000', '191353.571000', '191353.573000', '191353.576000', '191353.578000', '191353.581000', '191353.584000', '191353.586000', '191353.589000', '191353.592000', '191413.476000', '191413.479000', '191413.481000', '191413.484000', '191413.486000', '191413.489000', '191413.492000', '191413.494000', '191413.497000', '191413.500000', '191413.502000', '191413.505000', '191413.507000', '191413.510000', '191413.513000', '191413.515000', '191413.518000', '191413.520000', '191413.523000', '191413.525000', '191413.528000', '191413.531000', '191413.533000', '191413.536000', '191413.538000', '191413.541000', '191413.544000', '191413.546000', '191413.549000', '191413.552000', '191413.555000', '191413.557000', '191413.560000', '191413.562000', '191413.565000', '191413.567000', '191413.570000', '191413.573000', '191413.575000', '191413.578000', '191413.580000', '191413.583000', '191413.586000', '191433.475000', '191433.478000', '191433.481000', '191433.484000', '191433.486000', '191433.489000', '191433.492000', '191433.494000', '191433.497000', '191433.500000', '191433.502000', '191433.505000', '191433.507000', '191433.510000', '191433.513000', '191433.515000', '191433.518000', '191433.520000', '191433.523000', '191433.526000', '191433.528000', '191433.531000', '191433.533000', '191433.554000', '191433.557000', '191433.559000', '191433.562000', '191433.565000', '191433.567000', '191433.570000', '191433.572000', '191433.575000', '191433.577000', '191433.580000', '191433.583000', '191433.585000', '191433.588000', '191433.590000', '191433.593000', '191433.596000', '191433.598000', '191433.601000', '191433.604000', '191433.606000', '191453.475000', '191453.478000', '191453.481000', '191453.483000', '191453.486000', '191453.489000', '191453.491000', '191453.494000', '191453.496000', '191453.499000', '191453.502000', '191453.504000', '191453.507000', '191453.509000', '191453.512000', '191453.515000', '191453.517000', '191453.520000', '191453.522000', '191453.525000', '191453.528000', '191453.530000', '191453.533000', '191453.535000', '191453.538000', '191453.541000', '191453.543000', '191453.546000', '191453.549000', '191453.551000', '191453.554000', '191453.556000', '191453.559000', '191453.562000', '191453.564000', '191453.567000', '191453.570000', '191453.572000', '191453.575000', '191453.577000', '191453.580000', '191453.583000', '191453.585000', '191513.475000', '191513.479000', '191513.481000', '191513.484000', '191513.486000', '191513.489000', '191513.492000', '191513.495000', '191513.497000', '191513.500000', '191513.503000', '191513.505000', '191513.508000', '191513.510000', '191513.513000', '191513.516000', '191513.518000', '191513.521000', '191513.524000', '191513.526000', '191513.529000', '191513.532000', '191513.534000', '191513.537000', '191513.539000', '191513.542000', '191513.545000', '191513.547000', '191513.550000', '191513.552000', '191513.555000', '191513.558000', '191513.560000', '191513.563000', '191513.565000', '191513.568000', '191513.571000', '191513.573000', '191513.576000', '191513.578000', '191513.581000', '191513.584000', '191513.586000', '191513.589000', '191533.475000', '191533.477000', '191533.480000', '191533.483000', '191533.485000', '191533.488000', '191533.490000', '191533.493000', '191533.496000', '191533.498000', '191533.501000', '191533.503000', '191533.506000', '191533.508000', '191533.511000', '191533.514000', '191533.516000', '191533.519000', '191533.521000', '191533.524000', '191533.527000', '191533.529000', '191533.532000', '191533.534000', '191533.537000', '191533.540000', '191533.542000', '191533.545000', '191533.547000', '191533.550000', '191533.553000', '191533.555000', '191533.558000', '191533.560000', '191533.563000', '191533.566000', '191533.568000', '191533.571000', '191533.573000', '191533.576000', '191533.578000', '191533.581000', '191533.584000', '191553.474000', '191553.477000', '191553.480000', '191553.482000', '191553.485000', '191553.489000', '191553.491000', '191553.494000', '191553.497000', '191553.499000', '191553.502000', '191553.504000', '191553.507000', '191553.510000', '191553.512000', '191553.515000', '191553.517000', '191553.520000', '191553.523000', '191553.525000', '191553.528000', '191553.531000', '191553.533000', '191553.536000', '191553.538000', '191553.541000', '191553.544000', '191553.546000', '191553.549000', '191553.552000', '191553.554000', '191553.557000', '191553.559000', '191553.562000', '191553.565000', '191553.567000', '191553.570000', '191553.572000', '191553.575000', '191553.577000', '191553.580000', '191553.583000', '191553.585000', '191553.588000', '191613.475000', '191613.478000', '191613.481000', '191613.484000', '191613.486000', '191613.489000', '191613.492000', '191613.495000', '191613.497000', '191613.500000', '191613.503000', '191613.505000', '191613.508000', '191613.511000', '191613.513000', '191613.516000', '191613.519000', '191613.521000', '191613.546000', '191613.548000', '191613.551000', '191613.554000', '191613.556000', '191613.559000', '191613.561000', '191613.564000', '191613.567000', '191613.569000', '191613.572000', '191613.575000', '191613.577000', '191613.580000', '191613.582000', '191613.585000', '191613.588000', '191613.590000', '191613.593000', '191613.595000', '191613.598000', '191613.601000', '191613.603000', '191613.606000', '191613.609000', '191633.475000', '191633.478000', '191633.481000', '191633.483000', '191633.486000', '191633.489000', '191633.491000', '191633.494000', '191633.497000', '191633.499000', '191633.502000', '191633.504000', '191633.507000', '191633.510000', '191633.512000', '191633.515000', '191633.517000', '191633.520000', '191633.523000', '191633.525000', '191633.528000', '191633.530000', '191633.533000', '191633.536000', '191633.538000', '191633.541000', '191633.543000', '191633.546000', '191633.548000', '191633.551000', '191633.554000', '191633.556000', '191633.559000', '191633.562000', '191633.564000', '191633.567000', '191633.569000', '191633.572000', '191633.575000', '191633.577000', '191633.580000', '191633.582000', '191633.585000', '191633.588000', '191653.476000', '191653.479000', '191653.482000', '191653.484000', '191653.487000', '191653.490000', '191653.492000', '191653.495000', '191653.497000', '191653.500000', '191653.503000', '191653.505000', '191653.508000', '191653.510000', '191653.513000', '191653.515000', '191653.518000', '191653.521000', '191653.523000', '191653.526000', '191653.528000', '191653.531000', '191653.534000', '191653.536000', '191653.539000', '191653.542000', '191653.544000', '191653.547000', '191653.549000', '191653.552000', '191653.555000', '191653.557000', '191653.560000', '191653.563000', '191653.565000', '191653.568000', '191653.570000', '191653.573000', '191653.576000', '191653.578000', '191653.581000', '191653.583000', '191653.586000', '191713.477000', '191713.480000', '191713.483000', '191713.485000', '191713.488000', '191713.491000', '191713.493000', '191713.496000', '191713.498000', '191713.501000', '191713.504000', '191713.506000', '191713.509000', '191713.512000', '191713.514000', '191713.517000', '191713.520000', '191713.522000', '191713.525000', '191713.528000', '191713.530000', '191713.533000', '191713.536000', '191713.538000', '191713.541000', '191713.543000', '191713.546000', '191713.549000', '191713.552000', '191713.554000', '191713.557000', '191713.559000', '191713.562000', '191713.565000', '191713.568000', '191713.570000', '191713.573000', '191713.575000', '191713.578000', '191713.580000', '191713.583000', '191713.586000', '191713.588000', '191713.591000', '191733.476000', '191733.479000', '191733.481000', '191733.484000', '191733.487000', '191733.489000', '191733.492000', '191733.494000', '191733.497000', '191733.500000', '191733.502000', '191733.505000', '191733.507000', '191733.510000', '191733.513000', '191733.516000', '191733.518000', '191733.521000', '191733.523000', '191733.526000', '191733.529000', '191733.531000', '191733.534000', '191733.536000', '191733.539000', '191733.542000', '191733.544000', '191733.547000', '191733.550000', '191733.552000', '191733.555000', '191733.557000', '191733.560000', '191733.563000', '191733.565000', '191733.568000', '191733.571000', '191733.573000', '191733.576000', '191733.578000', '191733.581000', '191733.584000', '191733.586000', '191753.475000', '191753.478000', '191753.480000', '191753.483000', '191753.485000', '191753.488000', '191753.491000', '191753.493000', '191753.496000', '191753.498000', '191753.501000', '191753.504000', '191753.506000', '191753.509000', '191753.511000', '191753.514000', '191753.517000', '191753.519000', '191753.522000', '191753.524000', '191753.527000', '191753.530000', '191753.532000', '191753.535000', '191753.538000', '191753.540000', '191753.543000', '191753.546000', '191753.548000', '191753.551000', '191753.554000', '191753.556000', '191753.559000', '191753.561000', '191753.564000', '191753.567000', '191753.569000', '191753.572000', '191753.574000', '191753.577000', '191753.580000', '191753.582000', '191753.585000', '191753.588000', '191813.475000', '191813.477000', '191813.480000', '191813.483000', '191813.486000', '191813.488000', '191813.491000', '191813.494000', '191813.496000', '191813.499000', '191813.501000', '191813.504000', '191813.507000', '191813.509000', '191813.512000', '191813.515000', '191813.517000', '191813.520000', '191813.522000', '191813.525000', '191813.528000', '191813.531000', '191813.533000', '191813.536000', '191813.539000', '191813.541000', '191813.544000', '191813.547000', '191813.549000', '191813.552000', '191813.554000', '191813.557000', '191813.560000', '191813.562000', '191813.565000', '191813.568000', '191813.570000', '191813.573000', '191813.575000', '191813.578000', '191813.581000', '191813.583000', '191813.586000', '191833.476000', '191833.479000', '191833.481000', '191833.484000', '191833.486000', '191833.489000', '191833.492000', '191833.494000', '191833.497000', '191833.500000', '191833.502000', '191833.505000', '191833.508000', '191833.510000', '191833.516000', '191833.518000', '191833.521000', '191833.524000', '191833.526000', '191833.529000', '191833.532000', '191833.535000', '191833.537000', '191833.540000', '191833.543000', '191833.545000', '191833.548000', '191833.550000', '191833.553000', '191833.556000', '191833.558000', '191833.561000', '191833.564000', '191833.566000', '191833.569000', '191833.572000', '191833.574000', '191833.577000', '191833.580000', '191833.582000', '191833.585000', '191833.600000', '191833.602000', '191833.605000', '191853.476000', '191853.479000', '191853.482000', '191853.484000', '191853.487000', '191853.490000', '191853.492000', '191853.495000', '191853.497000', '191853.500000', '191853.503000', '191853.505000', '191853.508000', '191853.511000', '191853.513000', '191853.516000', '191853.518000', '191853.521000', '191853.524000', '191853.526000', '191853.529000', '191853.532000', '191853.534000', '191853.537000', '191853.539000', '191853.542000', '191853.545000', '191853.547000', '191853.550000', '191853.553000', '191853.555000', '191853.558000', '191853.560000', '191853.563000', '191853.566000', '191853.568000', '191853.571000', '191853.573000', '191853.576000', '191853.579000', '191853.581000', '191853.584000', '191853.587000', '191913.476000', '191913.478000', '191913.481000', '191913.484000', '191913.486000', '191913.489000', '191913.491000', '191913.494000', '191913.497000', '191913.499000', '191913.502000', '191913.523000', '191913.526000', '191913.529000', '191913.531000', '191913.534000', '191913.537000', '191913.539000', '191913.542000', '191913.545000', '191913.548000', '191913.550000', '191913.553000', '191913.556000', '191913.558000', '191913.561000', '191913.564000', '191913.567000', '191913.569000', '191913.572000', '191913.574000', '191913.577000', '191913.580000', '191913.582000', '191913.585000', '191913.587000', '191913.590000', '191913.593000', '191913.595000', '191913.598000', '191913.601000', '191913.604000', '191913.606000', '191913.609000', '191933.476000', '191933.479000', '191933.481000', '191933.484000', '191933.487000', '191933.490000', '191933.492000', '191933.495000', '191933.497000', '191933.500000', '191933.503000', '191933.506000', '191933.508000', '191933.511000', '191933.513000', '191933.516000', '191933.519000', '191933.521000', '191933.524000', '191933.527000', '191933.529000', '191933.532000', '191933.535000', '191933.537000', '191933.540000', '191933.543000', '191933.545000', '191933.548000', '191933.551000', '191933.554000', '191933.557000', '191933.559000', '191933.562000', '191933.564000', '191933.567000', '191933.570000', '191933.572000', '191933.580000', '191933.583000', '191933.585000', '191933.588000', '191933.591000', '191933.593000', '191953.476000', '191953.478000', '191953.481000', '191953.484000', '191953.486000', '191953.489000', '191953.491000', '191953.494000', '191953.497000', '191953.499000', '191953.503000', '191953.506000', '191953.509000', '191953.511000', '191953.514000', '191953.516000', '191953.519000', '191953.522000', '191953.524000', '191953.527000', '191953.529000', '191953.532000', '191953.535000', '191953.537000', '191953.540000', '191953.542000', '191953.545000', '191953.548000', '191953.550000', '191953.554000', '191953.557000', '191953.559000', '191953.562000', '191953.565000', '191953.567000', '191953.570000', '191953.572000', '191953.575000', '191953.578000', '191953.580000', '191953.583000', '191953.585000', '191953.588000', '192013.474000', '192013.478000', '192013.481000', '192013.483000', '192013.486000', '192013.489000', '192013.491000', '192013.494000', '192013.496000', '192013.499000', '192013.502000', '192013.504000', '192013.507000', '192013.510000', '192013.512000', '192013.515000', '192013.517000', '192013.520000', '192013.523000', '192013.525000', '192013.528000', '192013.531000', '192013.533000', '192013.536000', '192013.538000', '192013.541000', '192013.544000', '192013.546000', '192013.549000', '192013.552000', '192013.555000', '192013.557000', '192013.560000', '192013.563000', '192013.566000', '192013.568000', '192013.571000', '192013.574000', '192013.577000', '192013.579000', '192013.582000', '192013.584000', '192013.587000', '192013.590000', '192033.475000', '192033.478000', '192033.480000', '192033.483000', '192033.486000', '192033.488000', '192033.491000', '192033.510000', '192033.513000', '192033.515000', '192033.518000', '192033.521000', '192033.523000', '192033.526000', '192033.528000', '192033.531000', '192033.534000', '192033.537000', '192033.540000', '192033.543000', '192033.545000', '192033.548000', '192033.551000', '192033.553000', '192033.556000', '192033.559000', '192033.562000', '192033.564000', '192033.567000', '192033.570000', '192033.572000', '192033.575000', '192033.577000', '192033.580000', '192033.583000', '192033.585000', '192033.588000', '192033.591000', '192033.593000', '192033.596000', '192033.598000', '192033.601000', '192033.604000', '192053.475000', '192053.478000', '192053.481000', '192053.484000', '192053.487000', '192053.489000', '192053.492000', '192053.494000', '192053.497000', '192053.500000', '192053.502000', '192053.505000', '192053.507000', '192053.510000', '192053.513000', '192053.515000', '192053.518000', '192053.520000', '192053.523000', '192053.526000', '192053.528000', '192053.531000', '192053.534000', '192053.536000', '192053.539000', '192053.541000', '192053.544000', '192053.547000', '192053.549000', '192053.552000', '192053.555000', '192053.557000', '192053.560000', '192053.562000', '192053.565000', '192053.568000', '192053.570000', '192053.573000', '192053.576000', '192053.578000', '192053.581000', '192053.583000', '192053.586000', '192053.588000', '192113.476000', '192113.478000', '192113.481000', '192113.484000', '192113.486000', '192113.489000', '192113.492000', '192113.494000', '192113.497000', '192113.499000', '192113.502000', '192113.505000', '192113.507000', '192113.510000', '192113.513000', '192113.515000', '192113.518000', '192113.521000', '192113.524000', '192113.526000', '192113.529000', '192113.532000', '192113.534000', '192113.537000', '192113.540000', '192113.542000', '192113.545000', '192113.547000', '192113.550000', '192113.553000', '192113.555000', '192113.558000', '192113.561000', '192113.563000', '192113.566000', '192113.569000', '192113.572000', '192113.574000', '192113.577000', '192113.580000', '192113.583000', '192113.585000', '192113.588000', '192133.476000', '192133.479000', '192133.481000', '192133.484000', '192133.487000', '192133.490000', '192133.492000', '192133.495000', '192133.497000', '192133.500000', '192133.503000', '192133.505000', '192133.508000', '192133.510000', '192133.513000', '192133.516000', '192133.518000', '192133.521000', '192133.523000', '192133.526000', '192133.529000', '192133.531000', '192133.534000', '192133.537000', '192133.539000', '192133.542000', '192133.544000', '192133.547000', '192133.550000', '192133.552000', '192133.555000', '192133.558000', '192133.560000', '192133.563000', '192133.566000', '192133.569000', '192133.571000', '192133.574000', '192133.576000', '192133.579000', '192133.582000', '192133.584000', '192133.587000', '192133.590000', '192153.476000', '192153.479000', '192153.481000', '192153.484000', '192153.497000', '192153.500000', '192153.502000', '192153.505000', '192153.507000', '192153.510000', '192153.513000', '192153.515000', '192153.518000', '192153.520000', '192153.523000', '192153.526000', '192153.528000', '192153.531000', '192153.534000', '192153.536000', '192153.539000', '192153.542000', '192153.544000', '192153.547000', '192153.549000', '192153.552000', '192153.555000', '192153.557000', '192153.560000', '192153.563000', '192153.565000', '192153.568000', '192153.570000', '192153.573000', '192153.576000', '192153.578000', '192153.581000', '192153.583000', '192153.586000', '192153.588000', '192153.591000', '192153.594000', '192153.597000', '192213.476000', '192213.479000', '192213.482000', '192213.484000', '192213.487000', '192213.489000', '192213.492000', '192213.495000', '192213.497000', '192213.500000', '192213.503000', '192213.505000', '192213.508000', '192213.511000', '192213.513000', '192213.516000', '192213.518000', '192213.521000', '192213.524000', '192213.526000', '192213.529000', '192213.532000', '192213.534000', '192213.537000', '192213.540000', '192213.542000', '192213.545000', '192213.547000', '192213.550000', '192213.553000', '192213.556000', '192213.558000', '192213.561000', '192213.563000', '192213.566000', '192213.569000', '192213.571000', '192213.574000', '192213.577000', '192213.579000', '192213.582000', '192213.584000', '192213.587000', '192213.590000', '192233.475000', '192233.477000', '192233.480000', '192233.483000', '192233.485000', '192233.488000', '192233.491000', '192233.493000', '192233.496000', '192233.498000', '192233.501000', '192233.503000', '192233.506000', '192233.509000', '192233.512000', '192233.514000', '192233.517000', '192233.520000', '192233.522000', '192233.525000', '192233.528000', '192233.530000', '192233.533000', '192233.535000', '192233.538000', '192233.541000', '192233.543000', '192233.546000', '192233.548000', '192233.551000', '192233.554000', '192233.556000', '192233.560000', '192233.562000', '192233.565000', '192233.568000', '192233.570000', '192233.573000', '192233.576000', '192233.578000', '192233.581000', '192233.583000', '192233.586000', '192253.475000', '192253.478000', '192253.480000', '192253.483000', '192253.485000', '192253.488000', '192253.491000', '192253.493000', '192253.496000', '192253.499000', '192253.501000', '192253.504000', '192253.506000', '192253.509000', '192253.512000', '192253.514000', '192253.517000', '192253.520000', '192253.522000', '192253.525000', '192253.527000', '192253.530000', '192253.533000', '192253.535000', '192253.538000', '192253.540000', '192253.543000', '192253.546000', '192253.548000', '192253.551000', '192253.554000', '192253.556000', '192253.559000', '192253.563000', '192253.565000', '192253.568000', '192253.570000', '192253.573000', '192253.576000', '192253.579000', '192253.581000', '192253.584000', '192253.587000', '192253.589000', '192313.476000', '192313.478000', '192313.481000', '192313.484000', '192313.486000', '192313.489000', '192313.492000', '192313.495000', '192313.498000', '192313.500000', '192313.503000', '192313.506000', '192313.509000', '192313.512000', '192313.515000', '192313.518000', '192313.520000', '192313.523000', '192313.526000', '192313.528000', '192313.531000', '192313.534000', '192313.536000', '192313.539000', '192313.542000', '192313.545000', '192313.548000', '192313.551000', '192313.553000', '192313.556000', '192313.559000', '192313.562000', '192313.565000', '192313.569000', '192313.572000', '192313.575000', '192313.578000', '192313.581000', '192313.584000', '192313.588000', '192313.591000', '192313.594000', '192313.597000', '192313.678000'], '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': [9164, 9331, 8951, 8206, 9073, 10860, 9548, 8891, 8610, 9188, 9178, 9222, 8712, 7737, 9007, 8854, 8888, 8946, 8539, 8880, 9049, 7884, 8975, 9507, 9280, 8849, 8544, 8785, 8818, 7874, 9113, 8827, 8801, 9000, 8424, 8925, 8824, 8767, 8903, 8721, 8099, 9036, 9037, 8631, 8950, 10455, 9177, 8569, 8536, 8889, 8974, 8285, 8869, 10165, 9464, 8668, 8553, 9019, 8649, 9371, 8585, 8960, 8119, 9087, 8794, 8703, 8789, 8835, 8820, 10350, 8612, 8724, 7878, 8733, 8706, 8755, 8675, 9533, 9161, 8625, 8619, 8529, 8794, 7992, 8781, 9221, 8681, 8752, 8250, 8850, 9693, 8662, 8636, 7972, 8903, 8561, 9413, 8611, 8585, 8742, 8857, 8586, 8761, 8459, 8928, 8644, 8033, 8603, 8615, 8731, 8850, 8379, 8744, 8737, 7866, 8799, 9406, 8895, 8647, 8245, 8903, 8752, 9033, 8690, 9649, 8582, 8758, 8156, 8876, 8280, 8641, 8864, 8312, 8869, 8406, 8514, 8742, 7752, 8802, 8823, 7836, 8834, 8451, 8839, 8612, 8375, 8774, 8976, 8348, 8815, 8512, 8705, 8898, 8280, 8853, 8996, 8700, 8722, 9120, 8977, 8715, 8010, 8939, 8891, 8516, 8656, 9988, 8681, 8505, 9282, 8692, 8033, 8769, 8993, 8512, 9058, 8352, 8493, 8687, 7883, 8673, 8629, 8846, 8640, 8317, 8516, 8732, 8260, 8719, 8858, 7831, 8860, 8678, 8716, 8650, 8485, 8569, 8682, 8534, 8773, 9446, 8383, 8895, 8970, 8559, 10501, 8584, 9049, 8764, 8742, 8729, 8513, 8835, 8200, 8849, 8403, 8655, 8990, 8087, 8815, 8487, 8648, 8798, 7952, 8806, 8478, 8686, 8958, 8676, 8889, 9330, 8646, 8861, 8741, 8697, 9763, 8610, 8659, 7736, 8617, 8316, 8543, 8319, 7718, 8634, 8278, 8448, 8608, 7738, 8650, 8392, 8289, 8687, 7987, 8735, 8308, 8395, 8685, 7928, 8704, 8292, 8524, 8658, 7463, 8616, 8346, 8547, 8500, 7537, 8509, 9393, 8448, 8533, 7927, 8803, 8346, 8740, 8902, 8252, 8805, 8282, 8644, 8638, 8561, 8585, 9160, 8584, 8468, 8293, 8532, 7952, 8550, 10213, 8199, 8694, 8075, 8606, 8011, 8288, 8658, 7643, 8593, 8592, 8259, 8538, 10507, 8596, 9375, 8998, 8700, 8111, 8572, 8870, 9109, 8548, 8263, 8663, 8334, 8466, 8416, 8177, 8444, 8591, 8655, 8460, 7999, 8300, 8583, 8058, 8577, 8337, 8361, 8738, 8545, 8736, 9779, 8309, 8781, 8117, 8850, 10528, 9175, 7802, 9524, 8867, 8226, 8108, 8268, 8128, 8485, 8248, 7973, 8430, 8392, 8380, 7768, 8566, 9890, 8434, 9107, 10090, 8033, 11871, 10068, 8433, 8391, 7793, 8984, 7895, 8341, 9143, 7901, 11097, 8006, 10222, 7893, 8373, 8733, 8127, 8649, 8002, 8156, 8991, 8048, 8110, 8111, 7772, 7945, 8593, 8215, 8466, 8246, 8196, 8656, 8394, 8384, 8365, 8238, 8202, 8001, 8656, 8463, 8642, 9506, 8269, 8844, 8087, 8555, 8250, 8318, 8783, 7967, 8702, 8015, 8547, 8598, 7623, 8645, 8189, 8486, 8503, 7553, 8533, 8340, 8274, 8817, 8306, 8855, 8543, 8539, 8908, 8695, 8611, 8555, 8603, 8967, 7710, 8888, 8748, 9256, 8689, 7930, 8576, 8858, 8581, 8529, 7843, 8742, 8723, 8589, 8964, 8475, 8691, 8632, 8525, 8851, 8751, 8418, 9148, 8473, 8748, 8602, 8490, 8501, 8468, 8888, 8782, 8337, 8513, 8145, 8806, 8598, 8546, 8670, 8211, 8789, 8176, 8349, 8243, 7989, 8672, 8204, 8569, 8897, 8118, 8796, 8153, 8582, 8107, 8144, 8406, 8604, 8304, 7659, 8415, 8238, 7987, 8594, 7961, 8325, 8372, 8435, 8513, 8367, 8277, 8570, 7377, 8634, 8370, 8469, 8714, 8392, 8860, 9018, 8910, 8420, 10652, 8332, 8725, 7686, 8775, 8423, 8630, 8589, 8066, 8672, 8469, 8777, 8260, 8037, 8843, 8867, 7833, 8824, 8281, 8511, 8470, 8068, 8708, 8618, 8347, 8399, 8199, 8662, 8692, 8167, 8516, 8348, 8634, 8529, 7674, 8664, 7971, 8450, 8374, 7358, 8557, 8185, 8531, 8468, 8336, 8562, 8655, 7386, 8463, 8428, 8578, 8358, 7904, 8455, 8184, 7808, 8518, 8046, 8653, 8252, 7476, 8507, 8581, 7737, 8459, 7949, 8393, 8473, 7345, 8674, 8183, 8233, 8057, 7790, 8629, 8490, 7456, 8493, 8143, 8935, 8407, 8112, 8669, 8473, 7308, 8824, 8495, 8915, 8667, 7908, 8512, 8465, 7682, 8855, 8599, 9002, 8597, 8201, 8592, 8805, 8600, 8869, 8849, 8644, 8767, 9512, 8673, 8781, 7734, 8841, 8372, 8670, 8395, 11501, 9314, 8047, 10502, 9615, 7182, 8349, 8005, 8122, 8645, 8185, 8632, 8458, 9065, 8520, 8871, 8616, 8744, 8474, 8371, 8538, 8745, 7847, 8788, 10491, 9647, 8531, 11418, 8408, 9094, 9235, 8592, 10740, 8393, 8636, 8788, 8717, 9246, 8538, 8884, 8472, 8660, 9538, 8765, 8496, 8814, 8824, 9185, 8360, 8596, 8614, 8710, 8809, 8360, 9045, 9058, 8915, 8845, 8714, 8647, 8847, 8051, 9108, 9131, 8240, 8877, 9119, 8187, 8973, 8657, 8802, 8895, 7937, 8840, 10315, 9423, 8870, 8695, 8990, 9260, 8718, 9064, 8717, 8992, 9169, 7981, 9111, 8397, 9282, 8862, 8080, 9162, 9173, 8412, 8980, 8543, 8856, 9152, 8572, 8901, 9589, 8820, 9061, 9248, 8967, 7963, 8785, 10293, 8937, 8766, 7974, 9022, 8438, 8917, 8720, 7884, 8859, 8793, 8844, 8667, 8338, 8831, 8945, 8704, 8931, 8616, 8738, 8793, 8133, 9005, 8406, 8764, 8483, 8205, 8906, 8994, 8635, 8885, 8719, 8778, 8919, 7714, 8955, 8460, 8841, 8783, 8191, 9016, 8766, 9106, 8670, 8543, 8797, 9095, 8208, 9021, 8639, 8805, 8887, 8016, 8932, 8504, 8874, 8679, 8182, 8919, 9079, 8901, 8836, 8402, 8796, 9055, 7924, 9016, 8677, 8795, 8802, 7848, 9001, 9025, 8820, 9076, 7855, 9086, 8820, 8805, 8941, 7657, 8933, 8571, 9084, 8850, 8611, 8747, 9021, 8249, 9073, 9259, 8788, 8667, 7584, 8905, 8815, 8682, 8696, 7575, 8834, 8323, 9262, 8653, 8282, 8955, 8775, 8567, 8762, 8880, 8870, 8877, 8147, 8725, 8541, 8734, 8995, 7901, 8941, 8464, 8601, 8930, 8059, 8977, 8412, 8769, 8699, 7706, 8947, 8496, 8964, 8708, 7568, 8846, 8809, 9304, 8789, 7986, 8714, 8438, 8605, 8869, 8458, 8788, 8586, 7849, 8864, 9650, 8667, 8785, 7507, 8667, 9060, 8617, 8799, 8415, 8672, 8514, 7925, 8803, 8262, 8604, 8639, 7525, 8764, 8496, 8778, 8542, 7373, 8660, 8223, 9130, 8561, 8035, 8756, 8345, 8849, 8650, 8299, 8855, 8858, 7576, 8813, 8517, 8345, 8601, 8187, 8702, 8739, 7626, 8753, 10102, 8725, 8631, 7520, 8988, 8802, 8652, 8687, 8599, 8766, 8679, 8674, 8442, 8743, 8844, 8293, 8689, 8487, 7584, 8699, 8643, 7696, 8868, 8217, 8773, 8309, 7499, 8810, 8408, 8892, 8743, 7927, 8779, 8610, 9018, 8736, 8038, 8928, 8382, 8971, 8639, 7555, 8898, 8367, 8666, 8697, 7701, 8845, 8145, 8720, 8625, 7423, 8805, 8330, 8406, 8638, 8348, 8913, 8535, 8445, 8844, 8663, 8531, 8671, 11075, 8374, 8641, 8241, 8647, 9151, 8861, 8668, 8565, 8657, 7825, 8728, 8724, 8051, 8719, 8240, 8704, 8424, 7377, 8868, 8385, 8726, 8690, 7334, 8734, 9852, 8616, 8625, 7348, 8665, 8390, 8615, 8565, 7439, 8839, 8199, 8584, 8343, 7409, 8542, 8037, 8848, 8345, 7384, 8624, 8610, 8074, 8802, 8817, 8054, 8916, 8327, 8561, 8906, 7830, 8644, 9892, 8387, 8555, 8013, 8411, 9559, 8547, 8977, 8310, 8473, 8332, 8669, 8382, 8342, 8604, 8496, 8383, 8391, 7492, 8527, 8964, 8833, 8358, 8196, 8432, 8465, 8269, 8561, 8995, 8592, 8796, 8480, 8679, 9172, 8591, 9722, 8933, 8503, 7687, 8720, 8377, 8732, 8694, 8088, 8535, 8782, 7161, 8613, 7968, 8182, 8492, 8018, 8598, 8356, 7384, 8551, 10397, 8553, 8429, 7261, 8697, 8781, 8854, 8415, 8054, 8756, 8655, 9059, 8539, 8711, 8671, 8499, 8102, 8556, 8146, 8757, 8462, 8008, 8787, 8666, 7347, 8775, 8163, 9050, 8397, 8037, 8857, 8461, 8756, 8627, 10368, 8841, 8609, 8889, 8682, 9996, 8797, 8674, 8041, 8763, 8236, 8840, 8761, 8012, 8226, 7486, 8229, 7725, 8041, 7441, 8468, 8045, 8591, 8286, 8504, 8343, 8599, 8536, 8504, 8597, 8267, 8810, 9818, 8423, 9001, 10087, 8213, 11547, 9119, 11025, 8290, 8744, 9008, 8286, 10000, 8336, 8624, 9015, 8600, 8377, 8228, 8295, 7936, 7865, 8327, 8225, 8186, 8564, 7954, 8593, 8247, 8910, 8346, 7702, 8352, 8561, 8696, 8114, 8411, 8347, 8575, 8221, 8682, 8844, 9060, 8573, 8235, 8518, 8643, 8021, 8674, 9109, 8938, 8711, 8079, 8617, 9177, 8506, 8472, 7891, 8678, 8531, 8420, 8746, 7961, 8984, 8610, 9091, 8627, 8630, 8744, 8320, 8275, 8890, 8616, 8669, 10396, 8400, 8638, 8099, 8846, 8493, 8652, 9205, 8968, 8757, 8246, 8860, 9842, 8748, 9019, 9264, 8712, 8678, 8623, 8767, 7670, 9084, 8616, 8976, 9212, 9270, 8940, 8590, 8909, 9455, 9531, 8898, 7898, 8977, 9713, 8798, 9239, 9589, 8898, 8011, 8963, 9967, 8822, 8885, 8284, 9199, 9427, 8822, 9223, 9411, 9008, 8468, 8829, 8716, 8678, 9014, 8790, 9094, 9980, 8714, 8934, 8658, 9079, 8841, 8927, 9094, 8993, 9006, 8768, 8937, 9293, 9203, 8779, 8710, 8793, 9164, 8798, 8963, 8790, 8993, 9408, 9148, 9029, 8767, 9008, 9174, 8791, 9110, 8889, 8919, 9130, 7753, 9119], 'WindowCenter': [3943.0, 3938.0, 3924.0, 3913.0, 3912.0, 3919.0, 3908.0, 3898.0, 3886.0, 3897.0, 3896.0, 3897.0, 3897.0, 3888.0, 3897.0, 3896.0, 3897.0, 3897.0, 3896.0, 3897.0, 3897.0, 3899.0, 3898.0, 3897.0, 3897.0, 3896.0, 3885.0, 3897.0, 3897.0, 3887.0, 3897.0, 3896.0, 3896.0, 3897.0, 3887.0, 3897.0, 3896.0, 3898.0, 3896.0, 3896.0, 3887.0, 3898.0, 3898.0, 3897.0, 3897.0, 3908.0, 3897.0, 3886.0, 3896.0, 3897.0, 3899.0, 3897.0, 3897.0, 3908.0, 3906.0, 3897.0, 3897.0, 3897.0, 3896.0, 3897.0, 3896.0, 3897.0, 3886.0, 3897.0, 3896.0, 3898.0, 3896.0, 3897.0, 3897.0, 3905.0, 3884.0, 3885.0, 3874.0, 3886.0, 3885.0, 3885.0, 3884.0, 3895.0, 3894.0, 3884.0, 3884.0, 3896.0, 3896.0, 3886.0, 3886.0, 3894.0, 3885.0, 3885.0, 3886.0, 3884.0, 3894.0, 3884.0, 3884.0, 3874.0, 3896.0, 3885.0, 3896.0, 3884.0, 3885.0, 3886.0, 3895.0, 3885.0, 3886.0, 3885.0, 3895.0, 3885.0, 3886.0, 3898.0, 3897.0, 3898.0, 3897.0, 3897.0, 3898.0, 3897.0, 3887.0, 3898.0, 3898.0, 3898.0, 3897.0, 3886.0, 3898.0, 3898.0, 3897.0, 3897.0, 3897.0, 3897.0, 3886.0, 3887.0, 3897.0, 3899.0, 3897.0, 3897.0, 3887.0, 3896.0, 3886.0, 3898.0, 3898.0, 3887.0, 3898.0, 3897.0, 3886.0, 3897.0, 3897.0, 3910.0, 3899.0, 3899.0, 3898.0, 3897.0, 3899.0, 3898.0, 3900.0, 3899.0, 3897.0, 3899.0, 3899.0, 3897.0, 3897.0, 3898.0, 3897.0, 3898.0, 3898.0, 3887.0, 3897.0, 3897.0, 3897.0, 3896.0, 3907.0, 3886.0, 3885.0, 3895.0, 3885.0, 3886.0, 3896.0, 3896.0, 3885.0, 3897.0, 3885.0, 3897.0, 3897.0, 3886.0, 3898.0, 3886.0, 3896.0, 3896.0, 3898.0, 3897.0, 3898.0, 3887.0, 3897.0, 3898.0, 3887.0, 3898.0, 3899.0, 3898.0, 3899.0, 3899.0, 3899.0, 3899.0, 3899.0, 3899.0, 3908.0, 3898.0, 3898.0, 3899.0, 3897.0, 3909.0, 3897.0, 3896.0, 3897.0, 3898.0, 3897.0, 3897.0, 3897.0, 3887.0, 3897.0, 3887.0, 3898.0, 3899.0, 3887.0, 3898.0, 3898.0, 3899.0, 3898.0, 3888.0, 3899.0, 3897.0, 3898.0, 3909.0, 3898.0, 3898.0, 3897.0, 3897.0, 3897.0, 3898.0, 3897.0, 3907.0, 3897.0, 3898.0, 3887.0, 3898.0, 3898.0, 3898.0, 3898.0, 3888.0, 3898.0, 3900.0, 3899.0, 3897.0, 3887.0, 3897.0, 3888.0, 3898.0, 3897.0, 3887.0, 3897.0, 3887.0, 3887.0, 3898.0, 3888.0, 3898.0, 3898.0, 3897.0, 3897.0, 3888.0, 3899.0, 3899.0, 3899.0, 3899.0, 3887.0, 3898.0, 3899.0, 3899.0, 3897.0, 3887.0, 3897.0, 3897.0, 3898.0, 3898.0, 3888.0, 3897.0, 3886.0, 3897.0, 3897.0, 3897.0, 3897.0, 3897.0, 3897.0, 3886.0, 3886.0, 3896.0, 3887.0, 3896.0, 3906.0, 3886.0, 3885.0, 3885.0, 3896.0, 3886.0, 3897.0, 3896.0, 3887.0, 3897.0, 3897.0, 3898.0, 3886.0, 3907.0, 3886.0, 3895.0, 3895.0, 3886.0, 3886.0, 3897.0, 3896.0, 3896.0, 3885.0, 3885.0, 3885.0, 3886.0, 3887.0, 3885.0, 3886.0, 3885.0, 3885.0, 3897.0, 3886.0, 3885.0, 3886.0, 3886.0, 3885.0, 3887.0, 3885.0, 3886.0, 3897.0, 3896.0, 3896.0, 3907.0, 3886.0, 3896.0, 3886.0, 3896.0, 3906.0, 3897.0, 3889.0, 3897.0, 3896.0, 3885.0, 3873.0, 3886.0, 3884.0, 3885.0, 3883.0, 3885.0, 3884.0, 3896.0, 3885.0, 3875.0, 3885.0, 3895.0, 3885.0, 3884.0, 3893.0, 3872.0, 3904.0, 3881.0, 3858.0, 3857.0, 3847.0, 3856.0, 3857.0, 3856.0, 3867.0, 3846.0, 3877.0, 3857.0, 3865.0, 3846.0, 3856.0, 3855.0, 3845.0, 3856.0, 3858.0, 3857.0, 3868.0, 3857.0, 3857.0, 3858.0, 3859.0, 3871.0, 3870.0, 3871.0, 3871.0, 3871.0, 3872.0, 3872.0, 3871.0, 3873.0, 3872.0, 3873.0, 3872.0, 3873.0, 3872.0, 3873.0, 3884.0, 3883.0, 3872.0, 3882.0, 3872.0, 3882.0, 3872.0, 3884.0, 3885.0, 3886.0, 3886.0, 3874.0, 3885.0, 3886.0, 3876.0, 3896.0, 3886.0, 3897.0, 3886.0, 3875.0, 3887.0, 3885.0, 3886.0, 3898.0, 3886.0, 3896.0, 3885.0, 3886.0, 3896.0, 3886.0, 3897.0, 3886.0, 3887.0, 3897.0, 3877.0, 3897.0, 3896.0, 3897.0, 3897.0, 3887.0, 3898.0, 3897.0, 3898.0, 3898.0, 3886.0, 3897.0, 3898.0, 3897.0, 3896.0, 3886.0, 3896.0, 3896.0, 3897.0, 3896.0, 3898.0, 3886.0, 3898.0, 3887.0, 3885.0, 3887.0, 3887.0, 3887.0, 3897.0, 3896.0, 3887.0, 3886.0, 3885.0, 3886.0, 3896.0, 3897.0, 3897.0, 3897.0, 3887.0, 3897.0, 3886.0, 3886.0, 3885.0, 3886.0, 3897.0, 3886.0, 3885.0, 3896.0, 3886.0, 3886.0, 3887.0, 3898.0, 3901.0, 3899.0, 3887.0, 3897.0, 3886.0, 3886.0, 3887.0, 3886.0, 3887.0, 3887.0, 3886.0, 3887.0, 3887.0, 3887.0, 3897.0, 3888.0, 3887.0, 3897.0, 3877.0, 3898.0, 3887.0, 3898.0, 3898.0, 3887.0, 3897.0, 3897.0, 3897.0, 3887.0, 3908.0, 3887.0, 3886.0, 3876.0, 3897.0, 3887.0, 3898.0, 3886.0, 3886.0, 3887.0, 3887.0, 3897.0, 3898.0, 3887.0, 3898.0, 3897.0, 3887.0, 3897.0, 3898.0, 3899.0, 3887.0, 3888.0, 3898.0, 3898.0, 3899.0, 3899.0, 3898.0, 3900.0, 3898.0, 3888.0, 3899.0, 3898.0, 3898.0, 3898.0, 3887.0, 3898.0, 3888.0, 3898.0, 3898.0, 3877.0, 3898.0, 3898.0, 3899.0, 3899.0, 3898.0, 3898.0, 3898.0, 3889.0, 3899.0, 3898.0, 3898.0, 3887.0, 3887.0, 3899.0, 3898.0, 3888.0, 3898.0, 3887.0, 3898.0, 3899.0, 3889.0, 3898.0, 3898.0, 3889.0, 3899.0, 3900.0, 3899.0, 3898.0, 3888.0, 3897.0, 3888.0, 3898.0, 3888.0, 3887.0, 3899.0, 3896.0, 3876.0, 3897.0, 3887.0, 3898.0, 3899.0, 3887.0, 3899.0, 3898.0, 3888.0, 3909.0, 3899.0, 3910.0, 3900.0, 3900.0, 3911.0, 3900.0, 3890.0, 3909.0, 3898.0, 3909.0, 3898.0, 3899.0, 3899.0, 3898.0, 3898.0, 3898.0, 3897.0, 3898.0, 3897.0, 3907.0, 3899.0, 3898.0, 3887.0, 3898.0, 3886.0, 3899.0, 3897.0, 3918.0, 3897.0, 3889.0, 3920.0, 3897.0, 3875.0, 3886.0, 3885.0, 3887.0, 3897.0, 3884.0, 3886.0, 3884.0, 3895.0, 3883.0, 3895.0, 3883.0, 3885.0, 3873.0, 3872.0, 3884.0, 3883.0, 3874.0, 3885.0, 3893.0, 3882.0, 3870.0, 3890.0, 3859.0, 3868.0, 3867.0, 3856.0, 3877.0, 3857.0, 3857.0, 3857.0, 3857.0, 3867.0, 3857.0, 3866.0, 3858.0, 3869.0, 3868.0, 3857.0, 3868.0, 3868.0, 3868.0, 3879.0, 3870.0, 3882.0, 3872.0, 3881.0, 3881.0, 3871.0, 3882.0, 3883.0, 3883.0, 3885.0, 3883.0, 3885.0, 3884.0, 3885.0, 3895.0, 3895.0, 3887.0, 3896.0, 3896.0, 3884.0, 3896.0, 3885.0, 3895.0, 3884.0, 3885.0, 3897.0, 3896.0, 3884.0, 3883.0, 3884.0, 3884.0, 3884.0, 3885.0, 3884.0, 3885.0, 3896.0, 3896.0, 3885.0, 3897.0, 3886.0, 3896.0, 3896.0, 3886.0, 3908.0, 3898.0, 3887.0, 3897.0, 3896.0, 3897.0, 3897.0, 3898.0, 3897.0, 3907.0, 3898.0, 3896.0, 3896.0, 3896.0, 3886.0, 3898.0, 3906.0, 3897.0, 3886.0, 3886.0, 3896.0, 3897.0, 3898.0, 3897.0, 3886.0, 3897.0, 3887.0, 3897.0, 3897.0, 3887.0, 3898.0, 3896.0, 3887.0, 3898.0, 3897.0, 3898.0, 3887.0, 3888.0, 3898.0, 3887.0, 3897.0, 3888.0, 3888.0, 3897.0, 3896.0, 3886.0, 3898.0, 3886.0, 3897.0, 3897.0, 3877.0, 3898.0, 3898.0, 3898.0, 3897.0, 3887.0, 3898.0, 3886.0, 3897.0, 3897.0, 3886.0, 3886.0, 3896.0, 3886.0, 3897.0, 3897.0, 3897.0, 3886.0, 3886.0, 3897.0, 3886.0, 3899.0, 3897.0, 3887.0, 3897.0, 3898.0, 3897.0, 3898.0, 3888.0, 3897.0, 3897.0, 3887.0, 3897.0, 3886.0, 3898.0, 3899.0, 3887.0, 3897.0, 3897.0, 3897.0, 3897.0, 3888.0, 3898.0, 3897.0, 3897.0, 3896.0, 3876.0, 3897.0, 3897.0, 3897.0, 3897.0, 3886.0, 3897.0, 3897.0, 3888.0, 3897.0, 3897.0, 3897.0, 3899.0, 3888.0, 3898.0, 3897.0, 3897.0, 3897.0, 3887.0, 3909.0, 3898.0, 3908.0, 3898.0, 3887.0, 3899.0, 3899.0, 3899.0, 3898.0, 3898.0, 3899.0, 3897.0, 3888.0, 3899.0, 3897.0, 3898.0, 3896.0, 3887.0, 3897.0, 3898.0, 3899.0, 3896.0, 3886.0, 3896.0, 3886.0, 3898.0, 3899.0, 3887.0, 3897.0, 3897.0, 3897.0, 3897.0, 3888.0, 3898.0, 3897.0, 3897.0, 3886.0, 3886.0, 3898.0, 3899.0, 3897.0, 3898.0, 3886.0, 3897.0, 3899.0, 3887.0, 3897.0, 3908.0, 3898.0, 3897.0, 3889.0, 3898.0, 3897.0, 3897.0, 3898.0, 3887.0, 3899.0, 3899.0, 3887.0, 3897.0, 3886.0, 3897.0, 3897.0, 3887.0, 3898.0, 3897.0, 3898.0, 3897.0, 3888.0, 3898.0, 3887.0, 3897.0, 3896.0, 3887.0, 3898.0, 3898.0, 3898.0, 3897.0, 3888.0, 3898.0, 3898.0, 3888.0, 3898.0, 3897.0, 3887.0, 3899.0, 3887.0, 3899.0, 3897.0, 3887.0, 3898.0, 3908.0, 3898.0, 3888.0, 3888.0, 3897.0, 3898.0, 3898.0, 3887.0, 3887.0, 3888.0, 3886.0, 3897.0, 3886.0, 3887.0, 3897.0, 3886.0, 3887.0, 3898.0, 3876.0, 3886.0, 3886.0, 3875.0, 3897.0, 3885.0, 3897.0, 3897.0, 3877.0, 3899.0, 3898.0, 3898.0, 3898.0, 3888.0, 3899.0, 3898.0, 3898.0, 3887.0, 3887.0, 3898.0, 3898.0, 3897.0, 3887.0, 3877.0, 3897.0, 3887.0, 3899.0, 3898.0, 3886.0, 3896.0, 3885.0, 3898.0, 3897.0, 3877.0, 3897.0, 3887.0, 3899.0, 3899.0, 3899.0, 3910.0, 3900.0, 3899.0, 3911.0, 3912.0, 3900.0, 3900.0, 3919.0, 3888.0, 3897.0, 3887.0, 3898.0, 3898.0, 3898.0, 3897.0, 3898.0, 3898.0, 3887.0, 3898.0, 3898.0, 3887.0, 3897.0, 3887.0, 3898.0, 3900.0, 3889.0, 3909.0, 3899.0, 3900.0, 3900.0, 3890.0, 3900.0, 3909.0, 3899.0, 3899.0, 3877.0, 3898.0, 3888.0, 3899.0, 3898.0, 3878.0, 3898.0, 3887.0, 3899.0, 3887.0, 3878.0, 3899.0, 3886.0, 3897.0, 3887.0, 3877.0, 3898.0, 3897.0, 3888.0, 3899.0, 3898.0, 3888.0, 3898.0, 3899.0, 3900.0, 3898.0, 3888.0, 3898.0, 3910.0, 3901.0, 3898.0, 3888.0, 3886.0, 3896.0, 3886.0, 3896.0, 3886.0, 3885.0, 3886.0, 3887.0, 3886.0, 3886.0, 3886.0, 3885.0, 3886.0, 3886.0, 3875.0, 3886.0, 3897.0, 3896.0, 3887.0, 3897.0, 3887.0, 3886.0, 3888.0, 3898.0, 3897.0, 3898.0, 3898.0, 3887.0, 3898.0, 3897.0, 3896.0, 3895.0, 3885.0, 3884.0, 3875.0, 3885.0, 3886.0, 3886.0, 3886.0, 3886.0, 3886.0, 3897.0, 3876.0, 3898.0, 3887.0, 3898.0, 3898.0, 3889.0, 3898.0, 3898.0, 3889.0, 3898.0, 3909.0, 3898.0, 3886.0, 3877.0, 3899.0, 3897.0, 3899.0, 3888.0, 3887.0, 3899.0, 3897.0, 3898.0, 3897.0, 3899.0, 3898.0, 3898.0, 3887.0, 3898.0, 3886.0, 3898.0, 3888.0, 3887.0, 3897.0, 3897.0, 3887.0, 3898.0, 3898.0, 3899.0, 3899.0, 3888.0, 3898.0, 3898.0, 3898.0, 3898.0, 3908.0, 3897.0, 3885.0, 3896.0, 3897.0, 3906.0, 3886.0, 3885.0, 3885.0, 3895.0, 3885.0, 3897.0, 3886.0, 3875.0, 3899.0, 3890.0, 3888.0, 3887.0, 3887.0, 3877.0, 3886.0, 3887.0, 3898.0, 3887.0, 3885.0, 3886.0, 3886.0, 3896.0, 3897.0, 3896.0, 3886.0, 3896.0, 3905.0, 3886.0, 3884.0, 3894.0, 3873.0, 3903.0, 3871.0, 3879.0, 3858.0, 3857.0, 3868.0, 3856.0, 3866.0, 3858.0, 3857.0, 3868.0, 3856.0, 3856.0, 3858.0, 3857.0, 3857.0, 3859.0, 3870.0, 3870.0, 3870.0, 3870.0, 3860.0, 3870.0, 3870.0, 3881.0, 3871.0, 3861.0, 3871.0, 3883.0, 3881.0, 3870.0, 3870.0, 3870.0, 3871.0, 3872.0, 3882.0, 3882.0, 3883.0, 3896.0, 3884.0, 3885.0, 3884.0, 3873.0, 3885.0, 3895.0, 3896.0, 3896.0, 3886.0, 3898.0, 3897.0, 3887.0, 3886.0, 3885.0, 3886.0, 3884.0, 3885.0, 3885.0, 3885.0, 3896.0, 3885.0, 3895.0, 3885.0, 3885.0, 3887.0, 3885.0, 3887.0, 3885.0, 3886.0, 3885.0, 3906.0, 3885.0, 3885.0, 3885.0, 3897.0, 3886.0, 3898.0, 3897.0, 3897.0, 3886.0, 3886.0, 3895.0, 3895.0, 3885.0, 3884.0, 3895.0, 3884.0, 3886.0, 3885.0, 3885.0, 3887.0, 3897.0, 3897.0, 3909.0, 3908.0, 3909.0, 3898.0, 3898.0, 3899.0, 3909.0, 3909.0, 3899.0, 3888.0, 3899.0, 3909.0, 3899.0, 3897.0, 3908.0, 3897.0, 3887.0, 3898.0, 3907.0, 3897.0, 3898.0, 3887.0, 3897.0, 3896.0, 3897.0, 3897.0, 3896.0, 3897.0, 3885.0, 3896.0, 3885.0, 3897.0, 3896.0, 3886.0, 3897.0, 3906.0, 3896.0, 3896.0, 3885.0, 3896.0, 3896.0, 3899.0, 3897.0, 3909.0, 3897.0, 3897.0, 3898.0, 3908.0, 3909.0, 3899.0, 3898.0, 3898.0, 3908.0, 3899.0, 3897.0, 3898.0, 3898.0, 3897.0, 3897.0, 3897.0, 3897.0, 3898.0, 3908.0, 3898.0, 3898.0, 3898.0, 3897.0, 3908.0, 3887.0, 3898.0], 'WindowWidth': [8820.0, 8803.0, 8775.0, 8756.0, 8753.0, 8755.0, 8738.0, 8724.0, 8704.0, 8719.0, 8717.0, 8720.0, 8722.0, 8709.0, 8720.0, 8717.0, 8720.0, 8720.0, 8717.0, 8719.0, 8720.0, 8727.0, 8724.0, 8719.0, 8720.0, 8716.0, 8702.0, 8720.0, 8721.0, 8707.0, 8721.0, 8717.0, 8718.0, 8719.0, 8708.0, 8721.0, 8718.0, 8722.0, 8718.0, 8718.0, 8706.0, 8724.0, 8724.0, 8721.0, 8720.0, 8736.0, 8719.0, 8703.0, 8718.0, 8721.0, 8726.0, 8721.0, 8719.0, 8736.0, 8731.0, 8721.0, 8720.0, 8720.0, 8717.0, 8720.0, 8719.0, 8719.0, 8703.0, 8721.0, 8718.0, 8722.0, 8719.0, 8720.0, 8718.0, 8727.0, 8699.0, 8699.0, 8684.0, 8702.0, 8702.0, 8701.0, 8696.0, 8713.0, 8710.0, 8697.0, 8697.0, 8719.0, 8718.0, 8704.0, 8702.0, 8712.0, 8699.0, 8699.0, 8703.0, 8698.0, 8711.0, 8697.0, 8697.0, 8683.0, 8717.0, 8699.0, 8715.0, 8697.0, 8699.0, 8701.0, 8715.0, 8702.0, 8702.0, 8700.0, 8714.0, 8701.0, 8704.0, 8724.0, 8721.0, 8724.0, 8722.0, 8722.0, 8722.0, 8721.0, 8708.0, 8724.0, 8722.0, 8723.0, 8719.0, 8703.0, 8721.0, 8724.0, 8721.0, 8719.0, 8720.0, 8718.0, 8704.0, 8706.0, 8719.0, 8725.0, 8721.0, 8720.0, 8706.0, 8718.0, 8703.0, 8725.0, 8722.0, 8706.0, 8721.0, 8719.0, 8705.0, 8721.0, 8721.0, 8743.0, 8725.0, 8726.0, 8725.0, 8721.0, 8725.0, 8722.0, 8729.0, 8726.0, 8722.0, 8729.0, 8726.0, 8720.0, 8720.0, 8722.0, 8720.0, 8722.0, 8721.0, 8706.0, 8721.0, 8721.0, 8722.0, 8717.0, 8732.0, 8703.0, 8701.0, 8714.0, 8701.0, 8703.0, 8717.0, 8716.0, 8701.0, 8717.0, 8701.0, 8721.0, 8721.0, 8706.0, 8721.0, 8703.0, 8717.0, 8716.0, 8723.0, 8720.0, 8721.0, 8707.0, 8719.0, 8724.0, 8709.0, 8724.0, 8725.0, 8725.0, 8726.0, 8726.0, 8728.0, 8727.0, 8725.0, 8726.0, 8736.0, 8723.0, 8723.0, 8727.0, 8720.0, 8737.0, 8720.0, 8717.0, 8718.0, 8723.0, 8719.0, 8720.0, 8719.0, 8706.0, 8720.0, 8707.0, 8725.0, 8725.0, 8708.0, 8722.0, 8722.0, 8725.0, 8723.0, 8710.0, 8727.0, 8721.0, 8724.0, 8739.0, 8724.0, 8722.0, 8721.0, 8721.0, 8722.0, 8722.0, 8720.0, 8734.0, 8720.0, 8722.0, 8707.0, 8726.0, 8725.0, 8725.0, 8723.0, 8711.0, 8724.0, 8728.0, 8727.0, 8721.0, 8708.0, 8720.0, 8708.0, 8724.0, 8721.0, 8708.0, 8719.0, 8707.0, 8707.0, 8724.0, 8710.0, 8722.0, 8723.0, 8722.0, 8722.0, 8712.0, 8728.0, 8725.0, 8727.0, 8724.0, 8709.0, 8725.0, 8724.0, 8726.0, 8720.0, 8707.0, 8720.0, 8722.0, 8723.0, 8720.0, 8708.0, 8721.0, 8704.0, 8722.0, 8722.0, 8722.0, 8719.0, 8721.0, 8720.0, 8705.0, 8705.0, 8718.0, 8707.0, 8717.0, 8730.0, 8703.0, 8700.0, 8701.0, 8717.0, 8705.0, 8721.0, 8718.0, 8706.0, 8720.0, 8720.0, 8723.0, 8703.0, 8732.0, 8703.0, 8714.0, 8714.0, 8703.0, 8704.0, 8720.0, 8716.0, 8717.0, 8701.0, 8700.0, 8702.0, 8706.0, 8705.0, 8701.0, 8704.0, 8702.0, 8702.0, 8718.0, 8704.0, 8702.0, 8703.0, 8705.0, 8701.0, 8705.0, 8701.0, 8706.0, 8719.0, 8718.0, 8717.0, 8732.0, 8705.0, 8716.0, 8703.0, 8716.0, 8729.0, 8720.0, 8717.0, 8720.0, 8717.0, 8701.0, 8682.0, 8703.0, 8698.0, 8699.0, 8695.0, 8702.0, 8698.0, 8719.0, 8701.0, 8688.0, 8701.0, 8712.0, 8699.0, 8696.0, 8707.0, 8677.0, 8720.0, 8685.0, 8650.0, 8646.0, 8632.0, 8644.0, 8646.0, 8643.0, 8658.0, 8629.0, 8673.0, 8648.0, 8654.0, 8629.0, 8641.0, 8641.0, 8629.0, 8644.0, 8650.0, 8647.0, 8662.0, 8648.0, 8647.0, 8651.0, 8652.0, 8672.0, 8670.0, 8672.0, 8674.0, 8674.0, 8676.0, 8677.0, 8674.0, 8679.0, 8677.0, 8680.0, 8676.0, 8679.0, 8676.0, 8679.0, 8695.0, 8692.0, 8677.0, 8689.0, 8677.0, 8691.0, 8677.0, 8695.0, 8700.0, 8701.0, 8702.0, 8685.0, 8699.0, 8702.0, 8688.0, 8717.0, 8704.0, 8719.0, 8702.0, 8689.0, 8705.0, 8701.0, 8704.0, 8721.0, 8703.0, 8716.0, 8700.0, 8704.0, 8715.0, 8703.0, 8719.0, 8704.0, 8705.0, 8719.0, 8692.0, 8718.0, 8718.0, 8720.0, 8721.0, 8709.0, 8724.0, 8721.0, 8721.0, 8722.0, 8705.0, 8718.0, 8722.0, 8721.0, 8716.0, 8704.0, 8717.0, 8716.0, 8719.0, 8717.0, 8722.0, 8706.0, 8722.0, 8705.0, 8701.0, 8704.0, 8704.0, 8706.0, 8721.0, 8718.0, 8705.0, 8703.0, 8702.0, 8705.0, 8718.0, 8719.0, 8720.0, 8719.0, 8707.0, 8719.0, 8704.0, 8703.0, 8701.0, 8704.0, 8718.0, 8703.0, 8702.0, 8716.0, 8704.0, 8703.0, 8708.0, 8723.0, 8734.0, 8726.0, 8707.0, 8719.0, 8704.0, 8704.0, 8706.0, 8705.0, 8706.0, 8705.0, 8703.0, 8707.0, 8708.0, 8707.0, 8720.0, 8708.0, 8707.0, 8720.0, 8694.0, 8722.0, 8706.0, 8722.0, 8722.0, 8708.0, 8721.0, 8719.0, 8721.0, 8706.0, 8735.0, 8708.0, 8705.0, 8691.0, 8720.0, 8707.0, 8722.0, 8704.0, 8704.0, 8705.0, 8705.0, 8720.0, 8724.0, 8707.0, 8722.0, 8719.0, 8706.0, 8721.0, 8722.0, 8726.0, 8709.0, 8709.0, 8724.0, 8722.0, 8727.0, 8728.0, 8724.0, 8727.0, 8723.0, 8710.0, 8727.0, 8723.0, 8724.0, 8723.0, 8707.0, 8722.0, 8711.0, 8724.0, 8722.0, 8693.0, 8722.0, 8725.0, 8727.0, 8725.0, 8724.0, 8724.0, 8725.0, 8716.0, 8727.0, 8723.0, 8724.0, 8709.0, 8709.0, 8728.0, 8725.0, 8711.0, 8723.0, 8708.0, 8724.0, 8726.0, 8713.0, 8725.0, 8723.0, 8712.0, 8725.0, 8728.0, 8726.0, 8724.0, 8710.0, 8722.0, 8709.0, 8725.0, 8709.0, 8708.0, 8724.0, 8719.0, 8693.0, 8722.0, 8707.0, 8724.0, 8725.0, 8709.0, 8727.0, 8726.0, 8714.0, 8742.0, 8729.0, 8743.0, 8728.0, 8733.0, 8748.0, 8730.0, 8717.0, 8741.0, 8725.0, 8739.0, 8724.0, 8726.0, 8726.0, 8724.0, 8724.0, 8723.0, 8720.0, 8723.0, 8721.0, 8735.0, 8725.0, 8721.0, 8706.0, 8721.0, 8706.0, 8725.0, 8721.0, 8748.0, 8721.0, 8712.0, 8755.0, 8718.0, 8688.0, 8706.0, 8702.0, 8706.0, 8721.0, 8698.0, 8702.0, 8698.0, 8714.0, 8696.0, 8713.0, 8694.0, 8699.0, 8680.0, 8679.0, 8697.0, 8694.0, 8682.0, 8697.0, 8706.0, 8689.0, 8670.0, 8696.0, 8654.0, 8663.0, 8660.0, 8645.0, 8674.0, 8648.0, 8645.0, 8645.0, 8646.0, 8658.0, 8648.0, 8659.0, 8652.0, 8668.0, 8663.0, 8647.0, 8662.0, 8663.0, 8666.0, 8680.0, 8673.0, 8691.0, 8676.0, 8688.0, 8687.0, 8674.0, 8691.0, 8692.0, 8693.0, 8699.0, 8696.0, 8701.0, 8697.0, 8703.0, 8715.0, 8716.0, 8705.0, 8716.0, 8716.0, 8697.0, 8714.0, 8699.0, 8714.0, 8698.0, 8700.0, 8718.0, 8714.0, 8696.0, 8695.0, 8696.0, 8697.0, 8697.0, 8699.0, 8699.0, 8700.0, 8718.0, 8717.0, 8701.0, 8718.0, 8703.0, 8716.0, 8716.0, 8705.0, 8734.0, 8721.0, 8707.0, 8719.0, 8718.0, 8721.0, 8722.0, 8725.0, 8722.0, 8735.0, 8723.0, 8718.0, 8718.0, 8716.0, 8703.0, 8722.0, 8730.0, 8721.0, 8704.0, 8704.0, 8717.0, 8721.0, 8722.0, 8720.0, 8705.0, 8718.0, 8705.0, 8719.0, 8721.0, 8706.0, 8722.0, 8717.0, 8707.0, 8721.0, 8721.0, 8723.0, 8706.0, 8708.0, 8721.0, 8707.0, 8720.0, 8708.0, 8709.0, 8719.0, 8718.0, 8704.0, 8722.0, 8705.0, 8721.0, 8719.0, 8693.0, 8721.0, 8724.0, 8722.0, 8718.0, 8707.0, 8721.0, 8703.0, 8720.0, 8719.0, 8705.0, 8705.0, 8716.0, 8702.0, 8720.0, 8720.0, 8720.0, 8702.0, 8702.0, 8718.0, 8702.0, 8725.0, 8721.0, 8706.0, 8720.0, 8721.0, 8719.0, 8722.0, 8710.0, 8722.0, 8720.0, 8707.0, 8719.0, 8704.0, 8723.0, 8726.0, 8709.0, 8721.0, 8720.0, 8721.0, 8721.0, 8710.0, 8723.0, 8720.0, 8720.0, 8718.0, 8691.0, 8721.0, 8719.0, 8721.0, 8720.0, 8705.0, 8721.0, 8720.0, 8711.0, 8719.0, 8721.0, 8720.0, 8727.0, 8709.0, 8723.0, 8720.0, 8722.0, 8719.0, 8707.0, 8742.0, 8724.0, 8737.0, 8722.0, 8708.0, 8726.0, 8727.0, 8727.0, 8723.0, 8722.0, 8725.0, 8720.0, 8709.0, 8727.0, 8722.0, 8723.0, 8718.0, 8705.0, 8720.0, 8723.0, 8725.0, 8718.0, 8706.0, 8718.0, 8704.0, 8722.0, 8725.0, 8708.0, 8721.0, 8721.0, 8722.0, 8722.0, 8712.0, 8725.0, 8721.0, 8721.0, 8704.0, 8705.0, 8725.0, 8725.0, 8721.0, 8721.0, 8704.0, 8722.0, 8727.0, 8708.0, 8720.0, 8736.0, 8722.0, 8720.0, 8714.0, 8724.0, 8720.0, 8720.0, 8721.0, 8707.0, 8727.0, 8725.0, 8708.0, 8720.0, 8705.0, 8721.0, 8723.0, 8710.0, 8724.0, 8720.0, 8723.0, 8719.0, 8710.0, 8724.0, 8707.0, 8721.0, 8719.0, 8708.0, 8723.0, 8726.0, 8724.0, 8721.0, 8710.0, 8722.0, 8723.0, 8711.0, 8725.0, 8722.0, 8709.0, 8724.0, 8707.0, 8725.0, 8721.0, 8708.0, 8723.0, 8735.0, 8722.0, 8709.0, 8708.0, 8722.0, 8723.0, 8723.0, 8706.0, 8706.0, 8708.0, 8703.0, 8720.0, 8704.0, 8706.0, 8719.0, 8704.0, 8705.0, 8721.0, 8690.0, 8703.0, 8703.0, 8688.0, 8719.0, 8701.0, 8722.0, 8722.0, 8693.0, 8726.0, 8726.0, 8724.0, 8725.0, 8711.0, 8728.0, 8723.0, 8723.0, 8706.0, 8705.0, 8722.0, 8725.0, 8721.0, 8705.0, 8693.0, 8719.0, 8706.0, 8725.0, 8721.0, 8705.0, 8718.0, 8701.0, 8723.0, 8721.0, 8694.0, 8721.0, 8708.0, 8726.0, 8728.0, 8727.0, 8745.0, 8730.0, 8729.0, 8746.0, 8748.0, 8730.0, 8728.0, 8751.0, 8709.0, 8720.0, 8707.0, 8723.0, 8723.0, 8722.0, 8721.0, 8721.0, 8722.0, 8708.0, 8723.0, 8722.0, 8708.0, 8722.0, 8707.0, 8726.0, 8729.0, 8713.0, 8741.0, 8728.0, 8730.0, 8728.0, 8716.0, 8729.0, 8739.0, 8726.0, 8725.0, 8696.0, 8725.0, 8710.0, 8726.0, 8722.0, 8697.0, 8723.0, 8708.0, 8726.0, 8709.0, 8696.0, 8724.0, 8706.0, 8722.0, 8707.0, 8695.0, 8724.0, 8721.0, 8711.0, 8727.0, 8722.0, 8710.0, 8725.0, 8728.0, 8729.0, 8725.0, 8711.0, 8725.0, 8740.0, 8731.0, 8723.0, 8708.0, 8703.0, 8715.0, 8704.0, 8716.0, 8703.0, 8701.0, 8704.0, 8705.0, 8706.0, 8704.0, 8704.0, 8702.0, 8703.0, 8703.0, 8689.0, 8703.0, 8718.0, 8717.0, 8706.0, 8720.0, 8709.0, 8705.0, 8711.0, 8722.0, 8720.0, 8723.0, 8721.0, 8707.0, 8721.0, 8720.0, 8717.0, 8714.0, 8699.0, 8697.0, 8686.0, 8702.0, 8703.0, 8704.0, 8703.0, 8703.0, 8705.0, 8720.0, 8693.0, 8723.0, 8709.0, 8724.0, 8724.0, 8712.0, 8725.0, 8725.0, 8712.0, 8723.0, 8738.0, 8723.0, 8704.0, 8694.0, 8725.0, 8720.0, 8724.0, 8710.0, 8706.0, 8725.0, 8722.0, 8723.0, 8720.0, 8725.0, 8724.0, 8725.0, 8706.0, 8723.0, 8705.0, 8724.0, 8709.0, 8708.0, 8721.0, 8719.0, 8709.0, 8724.0, 8724.0, 8727.0, 8726.0, 8710.0, 8724.0, 8723.0, 8724.0, 8723.0, 8735.0, 8720.0, 8702.0, 8716.0, 8719.0, 8731.0, 8704.0, 8702.0, 8701.0, 8715.0, 8702.0, 8721.0, 8703.0, 8686.0, 8728.0, 8718.0, 8708.0, 8709.0, 8707.0, 8693.0, 8704.0, 8707.0, 8724.0, 8705.0, 8701.0, 8705.0, 8704.0, 8718.0, 8721.0, 8716.0, 8705.0, 8717.0, 8728.0, 8704.0, 8697.0, 8710.0, 8678.0, 8718.0, 8672.0, 8680.0, 8652.0, 8647.0, 8663.0, 8646.0, 8659.0, 8650.0, 8647.0, 8664.0, 8646.0, 8645.0, 8651.0, 8648.0, 8650.0, 8655.0, 8671.0, 8671.0, 8671.0, 8670.0, 8656.0, 8672.0, 8670.0, 8687.0, 8675.0, 8661.0, 8674.0, 8693.0, 8689.0, 8672.0, 8670.0, 8672.0, 8675.0, 8678.0, 8692.0, 8691.0, 8695.0, 8717.0, 8698.0, 8699.0, 8697.0, 8682.0, 8700.0, 8713.0, 8717.0, 8718.0, 8704.0, 8722.0, 8722.0, 8704.0, 8702.0, 8701.0, 8702.0, 8696.0, 8699.0, 8700.0, 8701.0, 8716.0, 8701.0, 8714.0, 8701.0, 8699.0, 8705.0, 8700.0, 8704.0, 8699.0, 8702.0, 8701.0, 8728.0, 8701.0, 8700.0, 8699.0, 8717.0, 8703.0, 8724.0, 8719.0, 8718.0, 8702.0, 8703.0, 8714.0, 8712.0, 8699.0, 8698.0, 8713.0, 8698.0, 8701.0, 8702.0, 8701.0, 8706.0, 8721.0, 8721.0, 8740.0, 8737.0, 8739.0, 8724.0, 8724.0, 8725.0, 8740.0, 8739.0, 8726.0, 8711.0, 8726.0, 8738.0, 8726.0, 8720.0, 8735.0, 8720.0, 8706.0, 8722.0, 8734.0, 8721.0, 8722.0, 8707.0, 8719.0, 8718.0, 8721.0, 8719.0, 8718.0, 8718.0, 8702.0, 8717.0, 8700.0, 8719.0, 8715.0, 8703.0, 8719.0, 8730.0, 8716.0, 8717.0, 8701.0, 8717.0, 8717.0, 8725.0, 8722.0, 8740.0, 8721.0, 8722.0, 8724.0, 8738.0, 8741.0, 8727.0, 8724.0, 8724.0, 8735.0, 8726.0, 8722.0, 8724.0, 8724.0, 8720.0, 8720.0, 8718.0, 8719.0, 8725.0, 8737.0, 8724.0, 8723.0, 8724.0, 8722.0, 8736.0, 8708.0, 8724.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.0003860150375939849</td></tr>
<tr><td colspan=3>aqi</td><td>0.018286877669172936</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>32.72120547528216</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1635242427915733</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.00540073528969</td></tr>
<tr><td colspan=3>efc</td><td>0.4467</td></tr>
<tr><td colspan=3>fber</td><td>7152.9331</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.055697151690729724</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.7518796992481203</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.429125248707352</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3511374893990595</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6482234823159776</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.28801477440702</td></tr>
<tr><td colspan=3>gcor</td><td>0.0139399</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015647580847144127</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.015963289886713028</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.8917738942755316</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>31.5097</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.6954</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>146.203</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309220.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>703.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>303.4224</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2523</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>482.4594</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3160.7538</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3368.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67324.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1048.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4113.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>865.4087</td></tr>
<tr><td colspan=3>tsnr</td><td>45.12684894364793</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>