<?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-0124_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-0124_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-0124_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-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0124/figures/sub-0124_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-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124/ses-03/func/sub-0124_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>86e73eb742c3d80ff81f0160bc1ef0e0</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>20:39:29.087500</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.998162, 0.0413002, 0.044355, -0.0468976, 0.98992, 0.133637]</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.259</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.0867443</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>[4229, -7792, -7216, 425, -109, -94, -13, 48]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.373</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>71993bc4-5700-46a0-ba9b-b737fefe1273||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.677994966506958, -0.12582270801067352, 0.10364944487810135, 112.37893676757812], [-0.11080530285835266, 2.6558830738067627, 0.3657742440700531, -109.14398193359375], [0.11900129914283752, -0.35853952169418335, 2.673100471496582, -56.965213775634766], [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': ['203929.087500', '203929.547500', '203930.007500', '203930.467500', '203930.927500', '203931.387500', '203931.847500', '203932.307500', '203932.767500', '203933.227500', '203933.687500', '203934.147500', '203934.607500', '203935.067500', '203935.527500', '203935.987500', '203936.447500', '203936.907500', '203937.367500', '203937.827500', '203938.287500', '203938.747500', '203939.207500', '203939.667500', '203940.127500', '203940.587500', '203941.047500', '203941.507500', '203941.967500', '203942.427500', '203942.887500', '203943.347500', '203943.807500', '203944.267500', '203944.727500', '203945.187500', '203945.647500', '203946.107500', '203946.567500', '203947.027500', '203947.487500', '203947.947500', '203948.407500', '203948.867500', '203949.327500', '203949.787500', '203950.247500', '203950.707500', '203951.167500', '203951.627500', '203952.087500', '203952.547500', '203953.007500', '203953.467500', '203953.927500', '203954.387500', '203954.847500', '203955.307500', '203955.767500', '203956.227500', '203956.687500', '203957.147500', '203957.607500', '203958.067500', '203958.527500', '203958.987500', '203959.447500', '203959.907500', '204000.367500', '204000.827500', '204001.287500', '204001.747500', '204002.207500', '204002.667500', '204003.127500', '204003.587500', '204004.047500', '204004.507500', '204004.967500', '204005.427500', '204005.887500', '204006.347500', '204006.807500', '204007.267500', '204007.727500', '204008.187500', '204008.647500', '204009.107500', '204009.567500', '204010.027500', '204010.487500', '204010.947500', '204011.407500', '204011.867500', '204012.327500', '204012.787500', '204013.247500', '204013.707500', '204014.167500', '204014.627500', '204015.087500', '204015.547500', '204016.007500', '204016.467500', '204016.927500', '204017.387500', '204017.847500', '204018.307500', '204018.767500', '204019.227500', '204019.687500', '204020.147500', '204020.607500', '204021.067500', '204021.527500', '204021.987500', '204022.447500', '204022.907500', '204023.367500', '204023.827500', '204024.287500', '204024.747500', '204025.207500', '204025.667500', '204026.127500', '204026.587500', '204027.047500', '204027.507500', '204027.967500', '204028.427500', '204028.887500', '204029.347500', '204029.807500', '204030.267500', '204030.727500', '204031.187500', '204031.647500', '204032.107500', '204032.567500', '204033.027500', '204033.487500', '204033.947500', '204034.407500', '204034.867500', '204035.327500', '204035.787500', '204036.247500', '204036.707500', '204037.167500', '204037.627500', '204038.087500', '204038.547500', '204039.007500', '204039.467500', '204039.927500', '204040.387500', '204040.847500', '204041.307500', '204041.767500', '204042.227500', '204042.687500', '204043.147500', '204043.607500', '204044.067500', '204044.527500', '204044.987500', '204045.447500', '204045.907500', '204046.367500', '204046.827500', '204047.287500', '204047.747500', '204048.207500', '204048.667500', '204049.127500', '204049.587500', '204050.047500', '204050.507500', '204050.967500', '204051.427500', '204051.887500', '204052.347500', '204052.807500', '204053.267500', '204053.727500', '204054.187500', '204054.647500', '204055.107500', '204055.567500', '204056.027500', '204056.487500', '204056.947500', '204057.407500', '204057.867500', '204058.327500', '204058.787500', '204059.247500', '204059.707500', '204100.167500', '204100.627500', '204101.087500', '204101.547500', '204102.007500', '204102.467500', '204102.927500', '204103.387500', '204103.847500', '204104.307500', '204104.767500', '204105.227500', '204105.687500', '204106.147500', '204106.607500', '204107.067500', '204107.527500', '204107.987500', '204108.447500', '204108.907500', '204109.367500', '204109.827500', '204110.287500', '204110.747500', '204111.207500', '204111.667500', '204112.127500', '204112.587500', '204113.047500', '204113.507500', '204113.967500', '204114.427500', '204114.887500', '204115.347500', '204115.807500', '204116.267500', '204116.727500', '204117.187500', '204117.647500', '204118.107500', '204118.567500', '204119.027500', '204119.487500', '204119.947500', '204120.407500', '204120.867500', '204121.327500', '204121.787500', '204122.247500', '204122.707500', '204123.167500', '204123.627500', '204124.087500', '204124.547500', '204125.007500', '204125.467500', '204125.927500', '204126.387500', '204126.847500', '204127.307500', '204127.767500', '204128.227500', '204128.687500', '204129.147500', '204129.607500', '204130.067500', '204130.527500', '204130.987500', '204131.447500', '204131.907500', '204132.367500', '204132.827500', '204133.287500', '204133.747500', '204134.207500', '204134.667500', '204135.127500', '204135.587500', '204136.047500', '204136.507500', '204136.967500', '204137.427500', '204137.887500', '204138.347500', '204138.807500', '204139.267500', '204139.727500', '204140.187500', '204140.647500', '204141.107500', '204141.567500', '204142.027500', '204142.487500', '204142.947500', '204143.407500', '204143.867500', '204144.327500', '204144.787500', '204145.247500', '204145.707500', '204146.167500', '204146.627500', '204147.087500', '204147.547500', '204148.007500', '204148.467500', '204148.927500', '204149.387500', '204149.847500', '204150.307500', '204150.767500', '204151.227500', '204151.687500', '204152.147500', '204152.607500', '204153.067500', '204153.527500', '204153.987500', '204154.447500', '204154.907500', '204155.367500', '204155.827500', '204156.287500', '204156.747500', '204157.207500', '204157.667500', '204158.127500', '204158.587500', '204159.047500', '204159.507500', '204159.967500', '204200.427500', '204200.887500', '204201.347500', '204201.807500', '204202.267500', '204202.727500', '204203.187500', '204203.647500', '204204.107500', '204204.567500', '204205.027500', '204205.487500', '204205.947500', '204206.407500', '204206.867500', '204207.327500', '204207.787500', '204208.247500', '204208.707500', '204209.167500', '204209.627500', '204210.087500', '204210.547500', '204211.007500', '204211.467500', '204211.927500', '204212.387500', '204212.847500', '204213.307500', '204213.767500', '204214.227500', '204214.687500', '204215.147500', '204215.607500', '204216.067500', '204216.527500', '204216.987500', '204217.447500', '204217.907500', '204218.367500', '204218.827500', '204219.287500', '204219.747500', '204220.207500', '204220.667500', '204221.127500', '204221.587500', '204222.047500', '204222.507500', '204222.967500', '204223.427500', '204223.887500', '204224.347500', '204224.807500', '204225.267500', '204225.727500', '204226.187500', '204226.647500', '204227.107500', '204227.567500', '204228.027500', '204228.487500', '204228.947500', '204229.407500', '204229.867500', '204230.327500', '204230.787500', '204231.247500', '204231.707500', '204232.167500', '204232.627500', '204233.087500', '204233.547500', '204234.007500', '204234.467500', '204234.927500', '204235.387500', '204235.847500', '204236.307500', '204236.767500', '204237.227500', '204237.687500', '204238.147500', '204238.607500', '204239.067500', '204239.527500', '204239.987500', '204240.447500', '204240.907500', '204241.367500', '204241.827500', '204242.287500', '204242.747500', '204243.207500', '204243.667500', '204244.127500', '204244.587500', '204245.047500', '204245.507500', '204245.967500', '204246.427500', '204246.887500', '204247.347500', '204247.807500', '204248.267500', '204248.727500', '204249.187500', '204249.647500', '204250.107500', '204250.567500', '204251.027500', '204251.487500', '204251.947500', '204252.407500', '204252.867500', '204253.327500', '204253.787500', '204254.247500', '204254.707500', '204255.167500', '204255.627500', '204256.087500', '204256.547500', '204257.007500', '204257.467500', '204257.927500', '204258.387500', '204258.847500', '204259.307500', '204259.767500', '204300.227500', '204300.687500', '204301.147500', '204301.607500', '204302.067500', '204302.527500', '204302.987500', '204303.447500', '204303.907500', '204304.367500', '204304.827500', '204305.287500', '204305.747500', '204306.207500', '204306.667500', '204307.127500', '204307.587500', '204308.047500', '204308.507500', '204308.967500', '204309.427500', '204309.887500', '204310.347500', '204310.807500', '204311.267500', '204311.727500', '204312.187500', '204312.647500', '204313.107500', '204313.567500', '204314.027500', '204314.487500', '204314.947500', '204315.407500', '204315.867500', '204316.327500', '204316.787500', '204317.247500', '204317.707500', '204318.167500', '204318.627500', '204319.087500', '204319.547500', '204320.007500', '204320.467500', '204320.927500', '204321.387500', '204321.847500', '204322.307500', '204322.767500', '204323.227500', '204323.687500', '204324.147500', '204324.607500', '204325.067500', '204325.527500', '204325.987500', '204326.447500', '204326.907500', '204327.367500', '204327.827500', '204328.287500', '204328.747500', '204329.207500', '204329.667500', '204330.127500', '204330.587500', '204331.047500', '204331.507500', '204331.967500', '204332.427500', '204332.887500', '204333.347500', '204333.807500', '204334.267500', '204334.727500', '204335.187500', '204335.647500', '204336.107500', '204336.567500', '204337.027500', '204337.487500', '204337.947500', '204338.407500', '204338.867500', '204339.327500', '204339.787500', '204340.247500', '204340.707500', '204341.167500', '204341.627500', '204342.087500', '204342.547500', '204343.007500', '204343.467500', '204343.927500', '204344.387500', '204344.847500', '204345.307500', '204345.767500', '204346.227500', '204346.687500', '204347.147500', '204347.607500', '204348.067500', '204348.527500', '204348.987500', '204349.447500', '204349.907500', '204350.367500', '204350.827500', '204351.287500', '204351.747500', '204352.207500', '204352.667500', '204353.127500', '204353.587500', '204354.047500', '204354.507500', '204354.967500', '204355.427500', '204355.887500', '204356.347500', '204356.807500', '204357.267500', '204357.727500', '204358.187500', '204358.647500', '204359.107500', '204359.567500', '204400.027500', '204400.487500', '204400.947500', '204401.407500', '204401.867500', '204402.327500', '204402.787500', '204403.247500', '204403.707500', '204404.167500', '204404.627500', '204405.087500', '204405.547500', '204406.007500', '204406.467500', '204406.927500', '204407.387500', '204407.847500', '204408.307500', '204408.767500', '204409.227500', '204409.687500', '204410.147500', '204410.607500', '204411.067500', '204411.527500', '204411.987500', '204412.447500', '204412.907500', '204413.367500', '204413.827500', '204414.287500', '204414.747500', '204415.207500', '204415.667500', '204416.127500', '204416.587500', '204417.047500', '204417.507500', '204417.967500', '204418.427500', '204418.887500', '204419.347500', '204419.807500', '204420.267500', '204420.727500', '204421.187500', '204421.647500', '204422.107500', '204422.567500', '204423.027500', '204423.487500', '204423.947500', '204424.407500', '204424.867500', '204425.327500', '204425.787500', '204426.247500', '204426.707500', '204427.167500', '204427.627500', '204428.087500', '204428.547500', '204429.007500', '204429.467500', '204429.927500', '204430.387500', '204430.847500', '204431.307500', '204431.767500', '204432.227500', '204432.687500', '204433.147500', '204433.607500', '204434.067500', '204434.527500', '204434.987500', '204435.447500', '204435.907500', '204436.367500', '204436.827500', '204437.287500', '204437.747500', '204438.207500', '204438.667500', '204439.127500', '204439.587500', '204440.047500', '204440.507500', '204440.967500', '204441.427500', '204441.887500', '204442.347500', '204442.807500', '204443.267500', '204443.727500', '204444.187500', '204444.647500', '204445.107500', '204445.567500', '204446.027500', '204446.487500', '204446.947500', '204447.407500', '204447.867500', '204448.327500', '204448.787500', '204449.247500', '204449.707500', '204450.167500', '204450.627500', '204451.087500', '204451.547500', '204452.007500', '204452.467500', '204452.927500', '204453.387500', '204453.847500', '204454.307500', '204454.767500', '204455.227500', '204455.687500', '204456.147500', '204456.607500', '204457.067500', '204457.527500', '204457.987500', '204458.447500', '204458.907500', '204459.367500', '204459.827500', '204500.287500', '204500.747500', '204501.207500', '204501.667500', '204502.127500', '204502.587500', '204503.047500', '204503.507500', '204503.967500', '204504.427500', '204504.887500', '204505.347500', '204505.807500', '204506.267500', '204506.727500', '204507.187500', '204507.647500', '204508.107500', '204508.567500', '204509.027500', '204509.487500', '204509.947500', '204510.407500', '204510.867500', '204511.327500', '204511.787500', '204512.247500', '204512.707500', '204513.167500', '204513.627500', '204514.087500', '204514.547500', '204515.007500', '204515.467500', '204515.927500', '204516.387500', '204516.847500', '204517.307500', '204517.767500', '204518.227500', '204518.687500', '204519.147500', '204519.607500', '204520.067500', '204520.527500', '204520.987500', '204521.447500', '204521.907500', '204522.367500', '204522.827500', '204523.287500', '204523.747500', '204524.207500', '204524.667500', '204525.127500', '204525.587500', '204526.047500', '204526.507500', '204526.967500', '204527.427500', '204527.887500', '204528.347500', '204528.807500', '204529.267500', '204529.727500', '204530.187500', '204530.647500', '204531.107500', '204531.567500', '204532.027500', '204532.487500', '204532.947500', '204533.407500', '204533.867500', '204534.327500', '204534.787500', '204535.247500', '204535.707500', '204536.167500', '204536.627500', '204537.087500', '204537.547500', '204538.007500', '204538.467500', '204538.927500', '204539.387500', '204539.847500', '204540.307500', '204540.767500', '204541.227500', '204541.687500', '204542.147500', '204542.607500', '204543.067500', '204543.527500', '204543.987500', '204544.447500', '204544.907500', '204545.367500', '204545.827500', '204546.287500', '204546.747500', '204547.207500', '204547.667500', '204548.127500', '204548.587500', '204549.047500', '204549.507500', '204549.967500', '204550.427500', '204550.887500', '204551.347500', '204551.807500', '204552.267500', '204552.727500', '204553.187500', '204553.647500', '204554.107500', '204554.567500', '204555.027500', '204555.487500', '204555.947500', '204556.407500', '204556.867500', '204557.327500', '204557.787500', '204558.247500', '204558.707500', '204559.167500', '204559.627500', '204600.087500', '204600.547500', '204601.007500', '204601.467500', '204601.927500', '204602.387500', '204602.847500', '204603.307500', '204603.767500', '204604.227500', '204604.687500', '204605.147500', '204605.607500', '204606.067500', '204606.527500', '204606.987500', '204607.447500', '204607.907500', '204608.367500', '204608.827500', '204609.287500', '204609.747500', '204610.207500', '204610.667500', '204611.127500', '204611.587500', '204612.047500', '204612.507500', '204612.967500', '204613.427500', '204613.887500', '204614.347500', '204614.807500', '204615.267500', '204615.727500', '204616.187500', '204616.647500', '204617.107500', '204617.567500', '204618.027500', '204618.487500', '204618.947500', '204619.407500', '204619.867500', '204620.327500', '204620.787500', '204621.247500', '204621.707500', '204622.167500', '204622.627500', '204623.087500', '204623.547500', '204624.007500', '204624.467500', '204624.927500', '204625.387500', '204625.847500', '204626.307500', '204626.767500', '204627.227500', '204627.687500', '204628.147500', '204628.607500', '204629.067500', '204629.527500', '204629.987500', '204630.447500', '204630.907500', '204631.367500', '204631.827500', '204632.287500', '204632.747500', '204633.207500', '204633.667500', '204634.127500', '204634.587500', '204635.047500', '204635.507500', '204635.967500', '204636.427500', '204636.887500', '204637.347500', '204637.807500', '204638.267500', '204638.727500', '204639.187500', '204639.647500', '204640.107500', '204640.567500', '204641.027500', '204641.487500', '204641.947500', '204642.407500', '204642.867500', '204643.327500', '204643.787500', '204644.247500', '204644.707500', '204645.167500', '204645.627500', '204646.087500', '204646.547500', '204647.007500', '204647.467500', '204647.927500', '204648.387500', '204648.847500', '204649.307500', '204649.767500', '204650.227500', '204650.687500', '204651.147500', '204651.607500', '204652.067500', '204652.527500', '204652.987500', '204653.447500', '204653.907500', '204654.367500', '204654.827500', '204655.287500', '204655.747500', '204656.207500', '204656.667500', '204657.127500', '204657.587500', '204658.047500', '204658.507500', '204658.967500', '204659.427500', '204659.887500', '204700.347500', '204700.807500', '204701.267500', '204701.727500', '204702.187500', '204702.647500', '204703.107500', '204703.567500', '204704.027500', '204704.487500', '204704.947500', '204705.407500', '204705.867500', '204706.327500', '204706.787500', '204707.247500', '204707.707500', '204708.167500', '204708.627500', '204709.087500', '204709.547500', '204710.007500', '204710.467500', '204710.927500', '204711.387500', '204711.847500', '204712.307500', '204712.767500', '204713.227500', '204713.687500', '204714.147500', '204714.607500', '204715.067500', '204715.527500', '204715.987500', '204716.447500', '204716.907500', '204717.367500', '204717.827500', '204718.287500', '204718.747500', '204719.207500', '204719.667500', '204720.127500', '204720.587500', '204721.047500', '204721.507500', '204721.967500', '204722.427500', '204722.887500', '204723.347500', '204723.807500', '204724.267500', '204724.727500', '204725.187500', '204725.647500', '204726.107500', '204726.567500', '204727.027500', '204727.487500', '204727.947500', '204728.407500', '204728.867500', '204729.327500', '204729.787500', '204730.247500', '204730.707500', '204731.167500', '204731.627500', '204732.087500', '204732.547500', '204733.007500', '204733.467500', '204733.927500', '204734.387500', '204734.847500', '204735.307500', '204735.767500', '204736.227500', '204736.687500', '204737.147500', '204737.607500', '204738.067500', '204738.527500', '204738.987500', '204739.447500', '204739.907500', '204740.367500', '204740.827500', '204741.287500', '204741.747500', '204742.207500', '204742.667500', '204743.127500', '204743.587500', '204744.047500', '204744.507500', '204744.967500', '204745.427500', '204745.887500', '204746.347500', '204746.807500', '204747.267500', '204747.727500', '204748.187500', '204748.647500', '204749.107500', '204749.567500', '204750.027500', '204750.487500', '204750.947500', '204751.407500', '204751.867500', '204752.327500', '204752.787500', '204753.247500', '204753.707500', '204754.167500', '204754.627500', '204755.087500', '204755.547500', '204756.007500', '204756.467500', '204756.927500', '204757.387500', '204757.847500', '204758.307500', '204758.767500', '204759.227500', '204759.687500', '204800.147500', '204800.607500', '204801.067500', '204801.527500', '204801.987500', '204802.447500', '204802.907500', '204803.367500', '204803.827500', '204804.287500', '204804.747500', '204805.207500', '204805.667500', '204806.127500', '204806.587500', '204807.047500', '204807.507500', '204807.967500', '204808.427500', '204808.887500', '204809.347500', '204809.807500', '204810.267500', '204810.727500', '204811.187500', '204811.647500', '204812.107500', '204812.567500', '204813.027500', '204813.487500', '204813.947500', '204814.407500', '204814.867500', '204815.327500', '204815.787500', '204816.247500', '204816.707500', '204817.167500', '204817.627500', '204818.087500', '204818.547500', '204819.007500', '204819.467500', '204819.927500', '204820.387500', '204820.847500', '204821.307500', '204821.767500', '204822.227500', '204822.687500', '204823.147500', '204823.607500', '204824.067500', '204824.527500', '204824.987500', '204825.447500', '204825.907500', '204826.367500', '204826.827500', '204827.287500', '204827.747500', '204828.207500', '204828.667500', '204829.127500', '204829.587500', '204830.047500', '204830.507500', '204830.967500', '204831.427500', '204831.887500', '204832.347500', '204832.807500', '204833.267500', '204833.727500', '204834.187500', '204834.647500', '204835.107500', '204835.567500', '204836.027500', '204836.487500', '204836.947500', '204837.407500', '204837.867500', '204838.327500', '204838.787500', '204839.247500', '204839.707500', '204840.167500', '204840.627500', '204841.087500', '204841.547500', '204842.007500', '204842.467500', '204842.927500', '204843.387500', '204843.847500', '204844.307500', '204844.767500', '204845.227500', '204845.687500', '204846.147500', '204846.607500', '204847.067500', '204847.527500', '204847.987500', '204848.447500', '204848.907500', '204849.367500', '204849.827500', '204850.287500', '204850.747500', '204851.207500', '204851.667500', '204852.127500', '204852.587500', '204853.047500', '204853.507500', '204853.967500', '204854.427500', '204854.887500', '204855.347500', '204855.807500', '204856.267500', '204856.727500', '204857.187500', '204857.647500', '204858.107500', '204858.567500', '204859.027500', '204859.487500', '204859.947500', '204900.407500', '204900.867500', '204901.327500', '204901.787500', '204902.247500', '204902.707500', '204903.167500', '204903.627500', '204904.087500', '204904.547500', '204905.007500', '204905.467500', '204905.927500', '204906.387500', '204906.847500', '204907.307500', '204907.767500', '204908.227500', '204908.687500', '204909.147500', '204909.607500', '204910.067500', '204910.527500', '204910.987500', '204911.447500', '204911.907500', '204912.367500', '204912.827500', '204913.287500', '204913.747500', '204914.207500', '204914.667500', '204915.127500', '204915.587500', '204916.047500', '204916.507500', '204916.967500', '204917.427500', '204917.887500', '204918.347500', '204918.807500', '204919.267500', '204919.727500', '204920.187500', '204920.647500', '204921.107500', '204921.567500', '204922.027500', '204922.487500', '204922.947500', '204923.407500', '204923.867500', '204924.327500', '204924.787500', '204925.247500', '204925.707500', '204926.167500', '204926.627500', '204927.087500', '204927.547500', '204928.007500', '204928.467500', '204928.927500', '204929.387500', '204929.847500', '204930.307500', '204930.767500', '204931.227500', '204931.687500', '204932.147500', '204932.607500', '204933.067500', '204933.527500', '204933.987500', '204934.447500', '204934.907500', '204935.367500', '204935.827500', '204936.287500', '204936.747500', '204937.207500', '204937.667500', '204938.127500', '204938.587500', '204939.047500', '204939.507500', '204939.967500', '204940.427500', '204940.887500', '204941.347500', '204941.807500', '204942.267500', '204942.727500'], 'ContentTime': ['203938.736000', '203938.739000', '203938.741000', '203938.744000', '203938.747000', '203938.749000', '203938.752000', '203938.754000', '203938.757000', '203938.762000', '203938.765000', '203938.768000', '203938.771000', '203938.773000', '203938.776000', '203938.779000', '203938.781000', '203938.784000', '203958.702000', '203958.705000', '203958.708000', '203958.710000', '203958.713000', '203958.715000', '203958.718000', '203958.720000', '203958.723000', '203958.726000', '203958.728000', '203958.731000', '203958.733000', '203958.736000', '203958.739000', '203958.741000', '203958.744000', '203958.746000', '203958.749000', '203958.751000', '203958.754000', '203958.757000', '203958.763000', '203958.783000', '203958.786000', '203958.789000', '203958.791000', '203958.794000', '203958.796000', '203958.799000', '203958.802000', '203958.804000', '203958.807000', '203958.809000', '203958.812000', '203958.814000', '203958.817000', '203958.820000', '203958.822000', '203958.825000', '203958.827000', '203958.830000', '203958.832000', '204018.702000', '204018.705000', '204018.708000', '204018.710000', '204018.713000', '204018.716000', '204018.718000', '204018.721000', '204018.723000', '204018.726000', '204018.729000', '204018.731000', '204018.734000', '204018.737000', '204018.739000', '204018.742000', '204018.744000', '204018.747000', '204018.750000', '204018.752000', '204018.755000', '204018.757000', '204018.760000', '204018.763000', '204018.765000', '204018.773000', '204018.775000', '204018.778000', '204018.781000', '204018.783000', '204018.786000', '204018.788000', '204018.791000', '204018.793000', '204018.796000', '204018.798000', '204018.801000', '204018.804000', '204018.806000', '204018.809000', '204018.812000', '204018.814000', '204018.817000', '204018.819000', '204038.702000', '204038.705000', '204038.707000', '204038.710000', '204038.713000', '204038.715000', '204038.718000', '204038.720000', '204038.723000', '204038.726000', '204038.728000', '204038.731000', '204038.733000', '204038.736000', '204038.738000', '204038.741000', '204038.743000', '204038.746000', '204038.749000', '204038.751000', '204038.754000', '204038.756000', '204038.759000', '204038.762000', '204038.764000', '204038.767000', '204038.770000', '204038.772000', '204038.776000', '204038.779000', '204038.781000', '204038.784000', '204038.787000', '204038.789000', '204038.792000', '204038.794000', '204038.797000', '204038.800000', '204038.802000', '204038.805000', '204038.807000', '204038.810000', '204038.813000', '204058.702000', '204058.706000', '204058.709000', '204058.712000', '204058.715000', '204058.717000', '204058.720000', '204058.723000', '204058.726000', '204058.728000', '204058.731000', '204058.734000', '204058.736000', '204058.739000', '204058.742000', '204058.745000', '204058.748000', '204058.751000', '204058.754000', '204058.757000', '204058.759000', '204058.762000', '204058.764000', '204058.767000', '204058.770000', '204058.772000', '204058.775000', '204058.777000', '204058.780000', '204058.783000', '204058.785000', '204058.788000', '204058.790000', '204058.793000', '204058.796000', '204058.799000', '204058.801000', '204058.804000', '204058.807000', '204058.809000', '204058.812000', '204058.814000', '204058.817000', '204118.703000', '204118.705000', '204118.708000', '204118.711000', '204118.713000', '204118.716000', '204118.718000', '204118.721000', '204118.724000', '204118.726000', '204118.729000', '204118.731000', '204118.734000', '204118.736000', '204118.739000', '204118.742000', '204118.744000', '204118.747000', '204118.749000', '204118.752000', '204118.755000', '204118.757000', '204118.760000', '204118.762000', '204118.765000', '204118.767000', '204118.770000', '204118.773000', '204118.775000', '204118.778000', '204118.780000', '204118.783000', '204118.785000', '204118.788000', '204118.791000', '204118.793000', '204118.796000', '204118.798000', '204118.801000', '204118.804000', '204118.806000', '204118.809000', '204118.811000', '204118.814000', '204138.702000', '204138.705000', '204138.708000', '204138.711000', '204138.713000', '204138.716000', '204138.719000', '204138.721000', '204138.724000', '204138.727000', '204138.729000', '204138.732000', '204138.734000', '204138.737000', '204138.739000', '204138.742000', '204138.745000', '204138.747000', '204138.750000', '204138.752000', '204138.755000', '204138.758000', '204138.760000', '204138.763000', '204138.766000', '204138.768000', '204138.771000', '204138.774000', '204138.776000', '204138.779000', '204138.781000', '204138.784000', '204138.787000', '204138.809000', '204138.812000', '204138.814000', '204138.817000', '204138.819000', '204138.822000', '204138.825000', '204138.827000', '204138.830000', '204138.832000', '204158.703000', '204158.705000', '204158.708000', '204158.711000', '204158.713000', '204158.716000', '204158.719000', '204158.721000', '204158.724000', '204158.726000', '204158.729000', '204158.731000', '204158.734000', '204158.737000', '204158.739000', '204158.742000', '204158.744000', '204158.747000', '204158.749000', '204158.752000', '204158.755000', '204158.757000', '204158.760000', '204158.763000', '204158.765000', '204158.768000', '204158.770000', '204158.773000', '204158.775000', '204158.778000', '204158.781000', '204158.783000', '204158.786000', '204158.788000', '204158.791000', '204158.793000', '204158.796000', '204158.799000', '204158.801000', '204158.804000', '204158.806000', '204158.809000', '204158.811000', '204158.814000', '204218.702000', '204218.705000', '204218.708000', '204218.711000', '204218.713000', '204218.716000', '204218.718000', '204218.721000', '204218.723000', '204218.726000', '204218.729000', '204218.731000', '204218.734000', '204218.736000', '204218.739000', '204218.741000', '204218.744000', '204218.747000', '204218.757000', '204218.760000', '204218.762000', '204218.765000', '204218.768000', '204218.771000', '204218.774000', '204218.777000', '204218.779000', '204218.782000', '204218.785000', '204218.787000', '204218.790000', '204218.792000', '204218.795000', '204218.798000', '204218.801000', '204218.804000', '204218.806000', '204218.809000', '204218.812000', '204218.814000', '204218.817000', '204218.819000', '204218.822000', '204238.703000', '204238.705000', '204238.708000', '204238.711000', '204238.713000', '204238.716000', '204238.718000', '204238.721000', '204238.723000', '204238.726000', '204238.729000', '204238.731000', '204238.734000', '204238.736000', '204238.739000', '204238.741000', '204238.744000', '204238.747000', '204238.749000', '204238.752000', '204238.755000', '204238.757000', '204238.760000', '204238.762000', '204238.765000', '204238.767000', '204238.770000', '204238.772000', '204238.775000', '204238.778000', '204238.780000', '204238.783000', '204238.785000', '204238.788000', '204238.790000', '204238.793000', '204238.796000', '204238.798000', '204238.801000', '204238.803000', '204238.806000', '204238.808000', '204238.811000', '204238.814000', '204258.703000', '204258.706000', '204258.708000', '204258.711000', '204258.713000', '204258.716000', '204258.719000', '204258.721000', '204258.724000', '204258.726000', '204258.729000', '204258.731000', '204258.734000', '204258.736000', '204258.739000', '204258.742000', '204258.744000', '204258.747000', '204258.750000', '204258.753000', '204258.755000', '204258.758000', '204258.761000', '204258.772000', '204258.775000', '204258.778000', '204258.780000', '204258.783000', '204258.785000', '204258.788000', '204258.791000', '204258.793000', '204258.796000', '204258.798000', '204258.801000', '204258.804000', '204258.806000', '204258.809000', '204258.811000', '204258.814000', '204258.817000', '204258.819000', '204258.822000', '204318.703000', '204318.706000', '204318.708000', '204318.711000', '204318.713000', '204318.716000', '204318.719000', '204318.721000', '204318.724000', '204318.726000', '204318.729000', '204318.731000', '204318.734000', '204318.737000', '204318.739000', '204318.751000', '204318.753000', '204318.756000', '204318.759000', '204318.761000', '204318.764000', '204318.766000', '204318.769000', '204318.771000', '204318.774000', '204318.777000', '204318.779000', '204318.782000', '204318.784000', '204318.787000', '204318.789000', '204318.792000', '204318.795000', '204318.797000', '204318.800000', '204318.802000', '204318.805000', '204318.808000', '204318.810000', '204318.813000', '204318.815000', '204318.818000', '204318.821000', '204318.823000', '204338.702000', '204338.705000', '204338.708000', '204338.710000', '204338.713000', '204338.716000', '204338.718000', '204338.721000', '204338.723000', '204338.726000', '204338.728000', '204338.731000', '204338.734000', '204338.736000', '204338.739000', '204338.741000', '204338.744000', '204338.747000', '204338.749000', '204338.752000', '204338.754000', '204338.757000', '204338.760000', '204338.762000', '204338.765000', '204338.767000', '204338.770000', '204338.773000', '204338.775000', '204338.778000', '204338.780000', '204338.783000', '204338.786000', '204338.788000', '204338.791000', '204338.793000', '204338.796000', '204338.799000', '204338.811000', '204338.814000', '204338.817000', '204338.819000', '204338.822000', '204358.703000', '204358.705000', '204358.708000', '204358.711000', '204358.713000', '204358.716000', '204358.718000', '204358.721000', '204358.723000', '204358.726000', '204358.729000', '204358.731000', '204358.734000', '204358.736000', '204358.739000', '204358.742000', '204358.744000', '204358.747000', '204358.749000', '204358.752000', '204358.754000', '204358.757000', '204358.760000', '204358.762000', '204358.765000', '204358.768000', '204358.770000', '204358.773000', '204358.775000', '204358.778000', '204358.781000', '204358.783000', '204358.786000', '204358.788000', '204358.791000', '204358.793000', '204358.796000', '204358.799000', '204358.801000', '204358.804000', '204358.806000', '204358.809000', '204358.812000', '204358.814000', '204418.703000', '204418.706000', '204418.708000', '204418.711000', '204418.713000', '204418.716000', '204418.719000', '204418.721000', '204418.724000', '204418.726000', '204418.729000', '204418.731000', '204418.734000', '204418.737000', '204418.739000', '204418.742000', '204418.745000', '204418.747000', '204418.750000', '204418.752000', '204418.755000', '204418.757000', '204418.760000', '204418.763000', '204418.765000', '204418.768000', '204418.770000', '204418.773000', '204418.776000', '204418.778000', '204418.781000', '204418.783000', '204418.786000', '204418.788000', '204418.791000', '204418.794000', '204418.796000', '204418.799000', '204418.802000', '204418.805000', '204418.808000', '204418.811000', '204418.813000', '204438.703000', '204438.706000', '204438.708000', '204438.711000', '204438.714000', '204438.716000', '204438.719000', '204438.721000', '204438.724000', '204438.727000', '204438.729000', '204438.732000', '204438.734000', '204438.737000', '204438.740000', '204438.742000', '204438.745000', '204438.747000', '204438.750000', '204438.753000', '204438.755000', '204438.758000', '204438.760000', '204438.763000', '204438.766000', '204438.768000', '204438.771000', '204438.773000', '204438.776000', '204438.779000', '204438.781000', '204438.784000', '204438.786000', '204438.789000', '204438.791000', '204438.794000', '204438.797000', '204438.799000', '204438.802000', '204438.804000', '204438.823000', '204438.825000', '204438.828000', '204438.830000', '204458.703000', '204458.706000', '204458.708000', '204458.711000', '204458.713000', '204458.716000', '204458.718000', '204458.721000', '204458.724000', '204458.726000', '204458.729000', '204458.731000', '204458.734000', '204458.737000', '204458.739000', '204458.742000', '204458.744000', '204458.747000', '204458.750000', '204458.752000', '204458.755000', '204458.757000', '204458.760000', '204458.763000', '204458.765000', '204458.768000', '204458.771000', '204458.773000', '204458.776000', '204458.780000', '204458.783000', '204458.785000', '204458.788000', '204458.791000', '204458.793000', '204458.796000', '204458.798000', '204458.801000', '204458.804000', '204458.807000', '204458.809000', '204458.812000', '204458.815000', '204518.702000', '204518.705000', '204518.708000', '204518.711000', '204518.713000', '204518.716000', '204518.719000', '204518.721000', '204518.724000', '204518.726000', '204518.729000', '204518.732000', '204518.734000', '204518.737000', '204518.740000', '204518.742000', '204518.745000', '204518.747000', '204518.750000', '204518.753000', '204518.755000', '204518.758000', '204518.760000', '204518.763000', '204518.765000', '204518.768000', '204518.771000', '204518.773000', '204518.776000', '204518.779000', '204518.781000', '204518.784000', '204518.786000', '204518.789000', '204518.791000', '204518.794000', '204518.797000', '204518.799000', '204518.802000', '204518.804000', '204518.807000', '204518.810000', '204518.812000', '204518.815000', '204538.702000', '204538.705000', '204538.708000', '204538.711000', '204538.713000', '204538.716000', '204538.718000', '204538.721000', '204538.723000', '204538.726000', '204538.728000', '204538.731000', '204538.734000', '204538.736000', '204538.739000', '204538.741000', '204538.744000', '204538.747000', '204538.749000', '204538.752000', '204538.755000', '204538.757000', '204538.760000', '204538.762000', '204538.765000', '204538.768000', '204538.770000', '204538.773000', '204538.776000', '204538.778000', '204538.781000', '204538.783000', '204538.786000', '204538.788000', '204538.791000', '204538.793000', '204538.796000', '204538.799000', '204538.801000', '204538.804000', '204538.806000', '204538.809000', '204538.811000', '204558.703000', '204558.706000', '204558.708000', '204558.711000', '204558.713000', '204558.716000', '204558.718000', '204558.721000', '204558.724000', '204558.727000', '204558.729000', '204558.732000', '204558.734000', '204558.737000', '204558.739000', '204558.742000', '204558.744000', '204558.747000', '204558.750000', '204558.752000', '204558.755000', '204558.757000', '204558.760000', '204558.763000', '204558.765000', '204558.768000', '204558.770000', '204558.773000', '204558.775000', '204558.778000', '204558.781000', '204558.783000', '204558.786000', '204558.788000', '204558.791000', '204558.793000', '204558.796000', '204558.799000', '204558.802000', '204558.804000', '204558.807000', '204558.810000', '204558.812000', '204558.815000', '204618.702000', '204618.705000', '204618.708000', '204618.711000', '204618.713000', '204618.716000', '204618.719000', '204618.721000', '204618.724000', '204618.727000', '204618.729000', '204618.732000', '204618.734000', '204618.737000', '204618.739000', '204618.742000', '204618.745000', '204618.747000', '204618.750000', '204618.752000', '204618.755000', '204618.757000', '204618.760000', '204618.763000', '204618.765000', '204618.768000', '204618.770000', '204618.773000', '204618.776000', '204618.778000', '204618.781000', '204618.784000', '204618.787000', '204618.789000', '204618.792000', '204618.795000', '204618.797000', '204618.800000', '204618.802000', '204618.805000', '204618.808000', '204618.810000', '204618.813000', '204638.702000', '204638.705000', '204638.708000', '204638.710000', '204638.713000', '204638.716000', '204638.718000', '204638.721000', '204638.724000', '204638.726000', '204638.729000', '204638.731000', '204638.734000', '204638.737000', '204638.739000', '204638.742000', '204638.745000', '204638.747000', '204638.750000', '204638.752000', '204638.755000', '204638.758000', '204638.760000', '204638.763000', '204638.766000', '204638.768000', '204638.771000', '204638.773000', '204638.776000', '204638.778000', '204638.781000', '204638.784000', '204638.786000', '204638.789000', '204638.791000', '204638.794000', '204638.797000', '204638.799000', '204638.802000', '204638.805000', '204638.807000', '204638.810000', '204638.812000', '204638.815000', '204658.702000', '204658.705000', '204658.717000', '204658.719000', '204658.722000', '204658.725000', '204658.727000', '204658.730000', '204658.733000', '204658.735000', '204658.738000', '204658.741000', '204658.743000', '204658.746000', '204658.748000', '204658.751000', '204658.754000', '204658.756000', '204658.759000', '204658.762000', '204658.764000', '204658.767000', '204658.769000', '204658.772000', '204658.775000', '204658.777000', '204658.780000', '204658.782000', '204658.785000', '204658.788000', '204658.790000', '204658.793000', '204658.795000', '204658.798000', '204658.801000', '204658.803000', '204658.806000', '204658.808000', '204658.811000', '204658.813000', '204658.816000', '204658.819000', '204658.821000', '204718.703000', '204718.705000', '204718.708000', '204718.711000', '204718.714000', '204718.717000', '204718.719000', '204718.722000', '204718.724000', '204718.727000', '204718.730000', '204718.732000', '204718.735000', '204718.738000', '204718.740000', '204718.743000', '204718.745000', '204718.748000', '204718.751000', '204718.753000', '204718.756000', '204718.758000', '204718.761000', '204718.764000', '204718.766000', '204718.769000', '204718.771000', '204718.774000', '204718.777000', '204718.779000', '204718.782000', '204718.784000', '204718.787000', '204718.790000', '204718.792000', '204718.795000', '204718.797000', '204718.800000', '204718.803000', '204718.805000', '204718.808000', '204718.810000', '204718.813000', '204718.815000', '204738.703000', '204738.706000', '204738.708000', '204738.711000', '204738.713000', '204738.716000', '204738.719000', '204738.721000', '204738.724000', '204738.726000', '204738.729000', '204738.731000', '204738.734000', '204738.737000', '204738.739000', '204738.742000', '204738.744000', '204738.747000', '204738.750000', '204738.752000', '204738.755000', '204738.758000', '204738.760000', '204738.763000', '204738.765000', '204738.768000', '204738.771000', '204738.773000', '204738.776000', '204738.778000', '204738.781000', '204738.783000', '204738.786000', '204738.790000', '204738.792000', '204738.795000', '204738.797000', '204738.800000', '204738.803000', '204738.805000', '204738.808000', '204738.811000', '204738.813000', '204758.703000', '204758.705000', '204758.708000', '204758.711000', '204758.713000', '204758.716000', '204758.719000', '204758.721000', '204758.724000', '204758.726000', '204758.729000', '204758.732000', '204758.734000', '204758.737000', '204758.740000', '204758.742000', '204758.745000', '204758.748000', '204758.750000', '204758.753000', '204758.756000', '204758.758000', '204758.761000', '204758.764000', '204758.766000', '204758.769000', '204758.772000', '204758.774000', '204758.777000', '204758.780000', '204758.782000', '204758.785000', '204758.788000', '204758.790000', '204758.793000', '204758.795000', '204758.798000', '204758.800000', '204758.803000', '204758.806000', '204758.808000', '204758.811000', '204758.813000', '204818.703000', '204818.706000', '204818.709000', '204818.712000', '204818.714000', '204818.717000', '204818.720000', '204818.722000', '204818.725000', '204818.728000', '204818.730000', '204818.733000', '204818.736000', '204818.738000', '204818.741000', '204818.743000', '204818.746000', '204818.749000', '204818.751000', '204818.754000', '204818.757000', '204818.759000', '204818.762000', '204818.765000', '204818.767000', '204818.770000', '204818.772000', '204818.775000', '204818.778000', '204818.780000', '204818.783000', '204818.786000', '204818.788000', '204818.791000', '204818.793000', '204818.796000', '204818.799000', '204818.801000', '204818.804000', '204818.807000', '204818.809000', '204818.812000', '204818.814000', '204818.817000', '204838.702000', '204838.705000', '204838.708000', '204838.711000', '204838.714000', '204838.716000', '204838.719000', '204838.722000', '204838.724000', '204838.727000', '204838.730000', '204838.733000', '204838.736000', '204838.739000', '204838.741000', '204838.744000', '204838.747000', '204838.750000', '204838.753000', '204838.756000', '204838.758000', '204838.761000', '204838.764000', '204838.766000', '204838.769000', '204838.772000', '204838.774000', '204838.777000', '204838.779000', '204838.782000', '204838.785000', '204838.787000', '204838.790000', '204838.792000', '204838.795000', '204838.798000', '204838.800000', '204838.803000', '204838.805000', '204838.808000', '204838.811000', '204838.813000', '204838.816000', '204858.703000', '204858.705000', '204858.708000', '204858.711000', '204858.714000', '204858.716000', '204858.719000', '204858.721000', '204858.725000', '204858.727000', '204858.730000', '204858.732000', '204858.735000', '204858.738000', '204858.740000', '204858.743000', '204858.746000', '204858.748000', '204858.751000', '204858.754000', '204858.757000', '204858.759000', '204858.762000', '204858.764000', '204858.767000', '204858.770000', '204858.772000', '204858.775000', '204858.777000', '204858.780000', '204858.783000', '204858.785000', '204858.788000', '204858.791000', '204858.793000', '204858.796000', '204858.798000', '204858.801000', '204858.804000', '204858.806000', '204858.809000', '204858.812000', '204858.814000', '204858.817000', '204918.703000', '204918.706000', '204918.708000', '204918.711000', '204918.714000', '204918.716000', '204918.719000', '204918.722000', '204918.727000', '204918.729000', '204918.732000', '204918.734000', '204918.737000', '204918.740000', '204918.742000', '204918.745000', '204918.748000', '204918.750000', '204918.753000', '204918.756000', '204918.758000', '204918.761000', '204918.763000', '204918.766000', '204918.769000', '204918.771000', '204918.774000', '204918.777000', '204918.779000', '204918.782000', '204918.785000', '204918.787000', '204918.790000', '204918.793000', '204918.795000', '204918.798000', '204918.800000', '204918.803000', '204918.806000', '204918.808000', '204918.811000', '204918.813000', '204918.816000', '204938.703000', '204938.706000', '204938.709000', '204938.712000', '204938.715000', '204938.717000', '204938.720000', '204938.722000', '204938.725000', '204938.728000', '204938.730000', '204938.733000', '204938.736000', '204938.738000', '204938.741000', '204938.743000', '204938.746000', '204938.749000', '204938.751000', '204938.754000', '204938.756000', '204938.759000', '204938.762000', '204938.764000', '204938.767000', '204938.769000', '204938.772000', '204938.775000', '204938.777000', '204938.780000', '204938.783000', '204938.785000', '204938.788000', '204938.790000', '204938.793000', '204938.796000', '204938.798000', '204938.801000', '204938.803000', '204938.806000', '204938.809000', '204938.811000', '204938.814000', '204938.816000', '204944.464000', '204944.467000', '204944.470000', '204944.473000', '204944.475000', '204944.478000', '204944.481000', '204944.484000', '204944.487000', '204944.490000', '204944.500000', '204944.503000', '204944.507000'], 'InstanceCreationTime': ['203938.736000', '203938.739000', '203938.741000', '203938.744000', '203938.747000', '203938.749000', '203938.752000', '203938.754000', '203938.757000', '203938.762000', '203938.765000', '203938.768000', '203938.771000', '203938.773000', '203938.776000', '203938.779000', '203938.781000', '203938.784000', '203958.702000', '203958.705000', '203958.708000', '203958.710000', '203958.713000', '203958.715000', '203958.718000', '203958.720000', '203958.723000', '203958.726000', '203958.728000', '203958.731000', '203958.733000', '203958.736000', '203958.739000', '203958.741000', '203958.744000', '203958.746000', '203958.749000', '203958.751000', '203958.754000', '203958.757000', '203958.763000', '203958.783000', '203958.786000', '203958.789000', '203958.791000', '203958.794000', '203958.796000', '203958.799000', '203958.802000', '203958.804000', '203958.807000', '203958.809000', '203958.812000', '203958.814000', '203958.817000', '203958.820000', '203958.822000', '203958.825000', '203958.827000', '203958.830000', '203958.832000', '204018.702000', '204018.705000', '204018.708000', '204018.710000', '204018.713000', '204018.716000', '204018.718000', '204018.721000', '204018.723000', '204018.726000', '204018.729000', '204018.731000', '204018.734000', '204018.737000', '204018.739000', '204018.742000', '204018.744000', '204018.747000', '204018.750000', '204018.752000', '204018.755000', '204018.757000', '204018.760000', '204018.763000', '204018.765000', '204018.773000', '204018.775000', '204018.778000', '204018.781000', '204018.783000', '204018.786000', '204018.788000', '204018.791000', '204018.793000', '204018.796000', '204018.798000', '204018.801000', '204018.804000', '204018.806000', '204018.809000', '204018.812000', '204018.814000', '204018.817000', '204018.819000', '204038.702000', '204038.705000', '204038.707000', '204038.710000', '204038.713000', '204038.715000', '204038.718000', '204038.720000', '204038.723000', '204038.726000', '204038.728000', '204038.731000', '204038.733000', '204038.736000', '204038.738000', '204038.741000', '204038.743000', '204038.746000', '204038.749000', '204038.751000', '204038.754000', '204038.756000', '204038.759000', '204038.762000', '204038.764000', '204038.767000', '204038.770000', '204038.772000', '204038.776000', '204038.779000', '204038.781000', '204038.784000', '204038.787000', '204038.789000', '204038.792000', '204038.794000', '204038.797000', '204038.800000', '204038.802000', '204038.805000', '204038.807000', '204038.810000', '204038.813000', '204058.702000', '204058.706000', '204058.709000', '204058.712000', '204058.715000', '204058.717000', '204058.720000', '204058.723000', '204058.726000', '204058.728000', '204058.731000', '204058.734000', '204058.736000', '204058.739000', '204058.742000', '204058.745000', '204058.748000', '204058.751000', '204058.754000', '204058.757000', '204058.759000', '204058.762000', '204058.764000', '204058.767000', '204058.770000', '204058.772000', '204058.775000', '204058.777000', '204058.780000', '204058.783000', '204058.785000', '204058.788000', '204058.790000', '204058.793000', '204058.796000', '204058.799000', '204058.801000', '204058.804000', '204058.807000', '204058.809000', '204058.812000', '204058.814000', '204058.817000', '204118.703000', '204118.705000', '204118.708000', '204118.711000', '204118.713000', '204118.716000', '204118.718000', '204118.721000', '204118.724000', '204118.726000', '204118.729000', '204118.731000', '204118.734000', '204118.736000', '204118.739000', '204118.742000', '204118.744000', '204118.747000', '204118.749000', '204118.752000', '204118.755000', '204118.757000', '204118.760000', '204118.762000', '204118.765000', '204118.767000', '204118.770000', '204118.773000', '204118.775000', '204118.778000', '204118.780000', '204118.783000', '204118.785000', '204118.788000', '204118.791000', '204118.793000', '204118.796000', '204118.798000', '204118.801000', '204118.804000', '204118.806000', '204118.809000', '204118.811000', '204118.814000', '204138.702000', '204138.705000', '204138.708000', '204138.711000', '204138.713000', '204138.716000', '204138.719000', '204138.721000', '204138.724000', '204138.727000', '204138.729000', '204138.732000', '204138.734000', '204138.737000', '204138.739000', '204138.742000', '204138.745000', '204138.747000', '204138.750000', '204138.752000', '204138.755000', '204138.758000', '204138.760000', '204138.763000', '204138.766000', '204138.768000', '204138.771000', '204138.774000', '204138.776000', '204138.779000', '204138.781000', '204138.784000', '204138.787000', '204138.809000', '204138.812000', '204138.814000', '204138.817000', '204138.819000', '204138.822000', '204138.825000', '204138.827000', '204138.830000', '204138.832000', '204158.703000', '204158.705000', '204158.708000', '204158.711000', '204158.713000', '204158.716000', '204158.719000', '204158.721000', '204158.724000', '204158.726000', '204158.729000', '204158.731000', '204158.734000', '204158.737000', '204158.739000', '204158.742000', '204158.744000', '204158.747000', '204158.749000', '204158.752000', '204158.755000', '204158.757000', '204158.760000', '204158.763000', '204158.765000', '204158.768000', '204158.770000', '204158.773000', '204158.775000', '204158.778000', '204158.781000', '204158.783000', '204158.786000', '204158.788000', '204158.791000', '204158.793000', '204158.796000', '204158.799000', '204158.801000', '204158.804000', '204158.806000', '204158.809000', '204158.811000', '204158.814000', '204218.702000', '204218.705000', '204218.708000', '204218.711000', '204218.713000', '204218.716000', '204218.718000', '204218.721000', '204218.723000', '204218.726000', '204218.729000', '204218.731000', '204218.734000', '204218.736000', '204218.739000', '204218.741000', '204218.744000', '204218.747000', '204218.757000', '204218.760000', '204218.762000', '204218.765000', '204218.768000', '204218.771000', '204218.774000', '204218.777000', '204218.779000', '204218.782000', '204218.785000', '204218.787000', '204218.790000', '204218.792000', '204218.795000', '204218.798000', '204218.801000', '204218.804000', '204218.806000', '204218.809000', '204218.812000', '204218.814000', '204218.817000', '204218.819000', '204218.822000', '204238.703000', '204238.705000', '204238.708000', '204238.711000', '204238.713000', '204238.716000', '204238.718000', '204238.721000', '204238.723000', '204238.726000', '204238.729000', '204238.731000', '204238.734000', '204238.736000', '204238.739000', '204238.741000', '204238.744000', '204238.747000', '204238.749000', '204238.752000', '204238.755000', '204238.757000', '204238.760000', '204238.762000', '204238.765000', '204238.767000', '204238.770000', '204238.772000', '204238.775000', '204238.778000', '204238.780000', '204238.783000', '204238.785000', '204238.788000', '204238.790000', '204238.793000', '204238.796000', '204238.798000', '204238.801000', '204238.803000', '204238.806000', '204238.808000', '204238.811000', '204238.814000', '204258.703000', '204258.706000', '204258.708000', '204258.711000', '204258.713000', '204258.716000', '204258.719000', '204258.721000', '204258.724000', '204258.726000', '204258.729000', '204258.731000', '204258.734000', '204258.736000', '204258.739000', '204258.742000', '204258.744000', '204258.747000', '204258.750000', '204258.753000', '204258.755000', '204258.758000', '204258.761000', '204258.772000', '204258.775000', '204258.778000', '204258.780000', '204258.783000', '204258.785000', '204258.788000', '204258.791000', '204258.793000', '204258.796000', '204258.798000', '204258.801000', '204258.804000', '204258.806000', '204258.809000', '204258.811000', '204258.814000', '204258.817000', '204258.819000', '204258.822000', '204318.703000', '204318.706000', '204318.708000', '204318.711000', '204318.713000', '204318.716000', '204318.719000', '204318.721000', '204318.724000', '204318.726000', '204318.729000', '204318.731000', '204318.734000', '204318.737000', '204318.739000', '204318.751000', '204318.753000', '204318.756000', '204318.759000', '204318.761000', '204318.764000', '204318.766000', '204318.769000', '204318.771000', '204318.774000', '204318.777000', '204318.779000', '204318.782000', '204318.784000', '204318.787000', '204318.789000', '204318.792000', '204318.795000', '204318.797000', '204318.800000', '204318.802000', '204318.805000', '204318.808000', '204318.810000', '204318.813000', '204318.815000', '204318.818000', '204318.821000', '204318.823000', '204338.702000', '204338.705000', '204338.708000', '204338.710000', '204338.713000', '204338.716000', '204338.718000', '204338.721000', '204338.723000', '204338.726000', '204338.728000', '204338.731000', '204338.734000', '204338.736000', '204338.739000', '204338.741000', '204338.744000', '204338.747000', '204338.749000', '204338.752000', '204338.754000', '204338.757000', '204338.760000', '204338.762000', '204338.765000', '204338.767000', '204338.770000', '204338.773000', '204338.775000', '204338.778000', '204338.780000', '204338.783000', '204338.786000', '204338.788000', '204338.791000', '204338.793000', '204338.796000', '204338.799000', '204338.811000', '204338.814000', '204338.817000', '204338.819000', '204338.822000', '204358.703000', '204358.705000', '204358.708000', '204358.711000', '204358.713000', '204358.716000', '204358.718000', '204358.721000', '204358.723000', '204358.726000', '204358.729000', '204358.731000', '204358.734000', '204358.736000', '204358.739000', '204358.742000', '204358.744000', '204358.747000', '204358.749000', '204358.752000', '204358.754000', '204358.757000', '204358.760000', '204358.762000', '204358.765000', '204358.768000', '204358.770000', '204358.773000', '204358.775000', '204358.778000', '204358.781000', '204358.783000', '204358.786000', '204358.788000', '204358.791000', '204358.793000', '204358.796000', '204358.799000', '204358.801000', '204358.804000', '204358.806000', '204358.809000', '204358.812000', '204358.814000', '204418.703000', '204418.706000', '204418.708000', '204418.711000', '204418.713000', '204418.716000', '204418.719000', '204418.721000', '204418.724000', '204418.726000', '204418.729000', '204418.731000', '204418.734000', '204418.737000', '204418.739000', '204418.742000', '204418.745000', '204418.747000', '204418.750000', '204418.752000', '204418.755000', '204418.757000', '204418.760000', '204418.763000', '204418.765000', '204418.768000', '204418.770000', '204418.773000', '204418.776000', '204418.778000', '204418.781000', '204418.783000', '204418.786000', '204418.788000', '204418.791000', '204418.794000', '204418.796000', '204418.799000', '204418.802000', '204418.805000', '204418.808000', '204418.811000', '204418.813000', '204438.703000', '204438.706000', '204438.708000', '204438.711000', '204438.714000', '204438.716000', '204438.719000', '204438.721000', '204438.724000', '204438.727000', '204438.729000', '204438.732000', '204438.734000', '204438.737000', '204438.740000', '204438.742000', '204438.745000', '204438.747000', '204438.750000', '204438.753000', '204438.755000', '204438.758000', '204438.760000', '204438.763000', '204438.766000', '204438.768000', '204438.771000', '204438.773000', '204438.776000', '204438.779000', '204438.781000', '204438.784000', '204438.786000', '204438.789000', '204438.791000', '204438.794000', '204438.797000', '204438.799000', '204438.802000', '204438.804000', '204438.823000', '204438.825000', '204438.828000', '204438.830000', '204458.703000', '204458.706000', '204458.708000', '204458.711000', '204458.713000', '204458.716000', '204458.718000', '204458.721000', '204458.724000', '204458.726000', '204458.729000', '204458.731000', '204458.734000', '204458.737000', '204458.739000', '204458.742000', '204458.744000', '204458.747000', '204458.750000', '204458.752000', '204458.755000', '204458.757000', '204458.760000', '204458.763000', '204458.765000', '204458.768000', '204458.771000', '204458.773000', '204458.776000', '204458.780000', '204458.783000', '204458.785000', '204458.788000', '204458.791000', '204458.793000', '204458.796000', '204458.798000', '204458.801000', '204458.804000', '204458.807000', '204458.809000', '204458.812000', '204458.815000', '204518.702000', '204518.705000', '204518.708000', '204518.711000', '204518.713000', '204518.716000', '204518.719000', '204518.721000', '204518.724000', '204518.726000', '204518.729000', '204518.732000', '204518.734000', '204518.737000', '204518.740000', '204518.742000', '204518.745000', '204518.747000', '204518.750000', '204518.753000', '204518.755000', '204518.758000', '204518.760000', '204518.763000', '204518.765000', '204518.768000', '204518.771000', '204518.773000', '204518.776000', '204518.779000', '204518.781000', '204518.784000', '204518.786000', '204518.789000', '204518.791000', '204518.794000', '204518.797000', '204518.799000', '204518.802000', '204518.804000', '204518.807000', '204518.810000', '204518.812000', '204518.815000', '204538.702000', '204538.705000', '204538.708000', '204538.711000', '204538.713000', '204538.716000', '204538.718000', '204538.721000', '204538.723000', '204538.726000', '204538.728000', '204538.731000', '204538.734000', '204538.736000', '204538.739000', '204538.741000', '204538.744000', '204538.747000', '204538.749000', '204538.752000', '204538.755000', '204538.757000', '204538.760000', '204538.762000', '204538.765000', '204538.768000', '204538.770000', '204538.773000', '204538.776000', '204538.778000', '204538.781000', '204538.783000', '204538.786000', '204538.788000', '204538.791000', '204538.793000', '204538.796000', '204538.799000', '204538.801000', '204538.804000', '204538.806000', '204538.809000', '204538.811000', '204558.703000', '204558.706000', '204558.708000', '204558.711000', '204558.713000', '204558.716000', '204558.718000', '204558.721000', '204558.724000', '204558.727000', '204558.729000', '204558.732000', '204558.734000', '204558.737000', '204558.739000', '204558.742000', '204558.744000', '204558.747000', '204558.750000', '204558.752000', '204558.755000', '204558.757000', '204558.760000', '204558.763000', '204558.765000', '204558.768000', '204558.770000', '204558.773000', '204558.775000', '204558.778000', '204558.781000', '204558.783000', '204558.786000', '204558.788000', '204558.791000', '204558.793000', '204558.796000', '204558.799000', '204558.802000', '204558.804000', '204558.807000', '204558.810000', '204558.812000', '204558.815000', '204618.702000', '204618.705000', '204618.708000', '204618.711000', '204618.713000', '204618.716000', '204618.719000', '204618.721000', '204618.724000', '204618.727000', '204618.729000', '204618.732000', '204618.734000', '204618.737000', '204618.739000', '204618.742000', '204618.745000', '204618.747000', '204618.750000', '204618.752000', '204618.755000', '204618.757000', '204618.760000', '204618.763000', '204618.765000', '204618.768000', '204618.770000', '204618.773000', '204618.776000', '204618.778000', '204618.781000', '204618.784000', '204618.787000', '204618.789000', '204618.792000', '204618.795000', '204618.797000', '204618.800000', '204618.802000', '204618.805000', '204618.808000', '204618.810000', '204618.813000', '204638.702000', '204638.705000', '204638.708000', '204638.710000', '204638.713000', '204638.716000', '204638.718000', '204638.721000', '204638.724000', '204638.726000', '204638.729000', '204638.731000', '204638.734000', '204638.737000', '204638.739000', '204638.742000', '204638.745000', '204638.747000', '204638.750000', '204638.752000', '204638.755000', '204638.758000', '204638.760000', '204638.763000', '204638.766000', '204638.768000', '204638.771000', '204638.773000', '204638.776000', '204638.778000', '204638.781000', '204638.784000', '204638.786000', '204638.789000', '204638.791000', '204638.794000', '204638.797000', '204638.799000', '204638.802000', '204638.805000', '204638.807000', '204638.810000', '204638.812000', '204638.815000', '204658.702000', '204658.705000', '204658.717000', '204658.719000', '204658.722000', '204658.725000', '204658.727000', '204658.730000', '204658.733000', '204658.735000', '204658.738000', '204658.741000', '204658.743000', '204658.746000', '204658.748000', '204658.751000', '204658.754000', '204658.756000', '204658.759000', '204658.762000', '204658.764000', '204658.767000', '204658.769000', '204658.772000', '204658.775000', '204658.777000', '204658.780000', '204658.782000', '204658.785000', '204658.788000', '204658.790000', '204658.793000', '204658.795000', '204658.798000', '204658.801000', '204658.803000', '204658.806000', '204658.808000', '204658.811000', '204658.813000', '204658.816000', '204658.819000', '204658.821000', '204718.703000', '204718.705000', '204718.708000', '204718.711000', '204718.714000', '204718.717000', '204718.719000', '204718.722000', '204718.724000', '204718.727000', '204718.730000', '204718.732000', '204718.735000', '204718.738000', '204718.740000', '204718.743000', '204718.745000', '204718.748000', '204718.751000', '204718.753000', '204718.756000', '204718.758000', '204718.761000', '204718.764000', '204718.766000', '204718.769000', '204718.771000', '204718.774000', '204718.777000', '204718.779000', '204718.782000', '204718.784000', '204718.787000', '204718.790000', '204718.792000', '204718.795000', '204718.797000', '204718.800000', '204718.803000', '204718.805000', '204718.808000', '204718.810000', '204718.813000', '204718.815000', '204738.703000', '204738.706000', '204738.708000', '204738.711000', '204738.713000', '204738.716000', '204738.719000', '204738.721000', '204738.724000', '204738.726000', '204738.729000', '204738.731000', '204738.734000', '204738.737000', '204738.739000', '204738.742000', '204738.744000', '204738.747000', '204738.750000', '204738.752000', '204738.755000', '204738.758000', '204738.760000', '204738.763000', '204738.765000', '204738.768000', '204738.771000', '204738.773000', '204738.776000', '204738.778000', '204738.781000', '204738.783000', '204738.786000', '204738.790000', '204738.792000', '204738.795000', '204738.797000', '204738.800000', '204738.803000', '204738.805000', '204738.808000', '204738.811000', '204738.813000', '204758.703000', '204758.705000', '204758.708000', '204758.711000', '204758.713000', '204758.716000', '204758.719000', '204758.721000', '204758.724000', '204758.726000', '204758.729000', '204758.732000', '204758.734000', '204758.737000', '204758.740000', '204758.742000', '204758.745000', '204758.748000', '204758.750000', '204758.753000', '204758.756000', '204758.758000', '204758.761000', '204758.764000', '204758.766000', '204758.769000', '204758.772000', '204758.774000', '204758.777000', '204758.780000', '204758.782000', '204758.785000', '204758.788000', '204758.790000', '204758.793000', '204758.795000', '204758.798000', '204758.800000', '204758.803000', '204758.806000', '204758.808000', '204758.811000', '204758.813000', '204818.703000', '204818.706000', '204818.709000', '204818.712000', '204818.714000', '204818.717000', '204818.720000', '204818.722000', '204818.725000', '204818.728000', '204818.730000', '204818.733000', '204818.736000', '204818.738000', '204818.741000', '204818.743000', '204818.746000', '204818.749000', '204818.751000', '204818.754000', '204818.757000', '204818.759000', '204818.762000', '204818.765000', '204818.767000', '204818.770000', '204818.772000', '204818.775000', '204818.778000', '204818.780000', '204818.783000', '204818.786000', '204818.788000', '204818.791000', '204818.793000', '204818.796000', '204818.799000', '204818.801000', '204818.804000', '204818.807000', '204818.809000', '204818.812000', '204818.814000', '204818.817000', '204838.702000', '204838.705000', '204838.708000', '204838.711000', '204838.714000', '204838.716000', '204838.719000', '204838.722000', '204838.724000', '204838.727000', '204838.730000', '204838.733000', '204838.736000', '204838.739000', '204838.741000', '204838.744000', '204838.747000', '204838.750000', '204838.753000', '204838.756000', '204838.758000', '204838.761000', '204838.764000', '204838.766000', '204838.769000', '204838.772000', '204838.774000', '204838.777000', '204838.779000', '204838.782000', '204838.785000', '204838.787000', '204838.790000', '204838.792000', '204838.795000', '204838.798000', '204838.800000', '204838.803000', '204838.805000', '204838.808000', '204838.811000', '204838.813000', '204838.816000', '204858.703000', '204858.705000', '204858.708000', '204858.711000', '204858.714000', '204858.716000', '204858.719000', '204858.721000', '204858.725000', '204858.727000', '204858.730000', '204858.732000', '204858.735000', '204858.738000', '204858.740000', '204858.743000', '204858.746000', '204858.748000', '204858.751000', '204858.754000', '204858.757000', '204858.759000', '204858.762000', '204858.764000', '204858.767000', '204858.770000', '204858.772000', '204858.775000', '204858.777000', '204858.780000', '204858.783000', '204858.785000', '204858.788000', '204858.791000', '204858.793000', '204858.796000', '204858.798000', '204858.801000', '204858.804000', '204858.806000', '204858.809000', '204858.812000', '204858.814000', '204858.817000', '204918.703000', '204918.706000', '204918.708000', '204918.711000', '204918.714000', '204918.716000', '204918.719000', '204918.722000', '204918.727000', '204918.729000', '204918.732000', '204918.734000', '204918.737000', '204918.740000', '204918.742000', '204918.745000', '204918.748000', '204918.750000', '204918.753000', '204918.756000', '204918.758000', '204918.761000', '204918.763000', '204918.766000', '204918.769000', '204918.771000', '204918.774000', '204918.777000', '204918.779000', '204918.782000', '204918.785000', '204918.787000', '204918.790000', '204918.793000', '204918.795000', '204918.798000', '204918.800000', '204918.803000', '204918.806000', '204918.808000', '204918.811000', '204918.813000', '204918.816000', '204938.703000', '204938.706000', '204938.709000', '204938.712000', '204938.715000', '204938.717000', '204938.720000', '204938.722000', '204938.725000', '204938.728000', '204938.730000', '204938.733000', '204938.736000', '204938.738000', '204938.741000', '204938.743000', '204938.746000', '204938.749000', '204938.751000', '204938.754000', '204938.756000', '204938.759000', '204938.762000', '204938.764000', '204938.767000', '204938.769000', '204938.772000', '204938.775000', '204938.777000', '204938.780000', '204938.783000', '204938.785000', '204938.788000', '204938.790000', '204938.793000', '204938.796000', '204938.798000', '204938.801000', '204938.803000', '204938.806000', '204938.809000', '204938.811000', '204938.814000', '204938.816000', '204944.464000', '204944.467000', '204944.470000', '204944.473000', '204944.475000', '204944.478000', '204944.481000', '204944.484000', '204944.487000', '204944.490000', '204944.500000', '204944.503000', '204944.507000'], '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': [10850, 11663, 10383, 11912, 8542, 12057, 9842, 12320, 10527, 9670, 10641, 9405, 10455, 10413, 9349, 11402, 9872, 8985, 11109, 9532, 11398, 10209, 11002, 11233, 15230, 11036, 9786, 12034, 9504, 12026, 11940, 9773, 11832, 10153, 12699, 10919, 11135, 11730, 10227, 12372, 9817, 12581, 10272, 12629, 12307, 10129, 12464, 9390, 12650, 11308, 11751, 11464, 10080, 12739, 10359, 12542, 11612, 10091, 11436, 9506, 12918, 10862, 14896, 11168, 10142, 12426, 9327, 12392, 11580, 10379, 11756, 10508, 11734, 11272, 10100, 11700, 9489, 12634, 11427, 9647, 11266, 9656, 12472, 11179, 12435, 11215, 10180, 10792, 9558, 11789, 10060, 10465, 11064, 9814, 12092, 11555, 9505, 11826, 11989, 10153, 12651, 10864, 9852, 12217, 11209, 16132, 11963, 10677, 12926, 11035, 13588, 11932, 10207, 10903, 8954, 12646, 9772, 8621, 12292, 9735, 8493, 9739, 11932, 11444, 10024, 13941, 11734, 11159, 13292, 10081, 15536, 11781, 10267, 13141, 11269, 12234, 10989, 14354, 10675, 9126, 11608, 9088, 11110, 11836, 9178, 11609, 9425, 12103, 11199, 10236, 11641, 9892, 8966, 12243, 9769, 12388, 9935, 12910, 11520, 12361, 12482, 14646, 11742, 9643, 12426, 9399, 12504, 12559, 9534, 12560, 9768, 12209, 12882, 10486, 12072, 9897, 12550, 11508, 11242, 11948, 10005, 13131, 10293, 12961, 11994, 9603, 12415, 10155, 13137, 10593, 13017, 11889, 9465, 12808, 11256, 12418, 11814, 9443, 11970, 10295, 13438, 11208, 13176, 11900, 10381, 11361, 9962, 12663, 10856, 12200, 11674, 9704, 12372, 10083, 12185, 10400, 12427, 11961, 9595, 11040, 9763, 11481, 9947, 12771, 10537, 11827, 11755, 9230, 12153, 9859, 12478, 12000, 9358, 11527, 9946, 12752, 11152, 15866, 11529, 9837, 12747, 11451, 12989, 12083, 9504, 13041, 11689, 13838, 12267, 15920, 11654, 11710, 12732, 10727, 13339, 11835, 14748, 11479, 9879, 12406, 9885, 11648, 12517, 9597, 12591, 10151, 13219, 11434, 13082, 10750, 12294, 12234, 11059, 11338, 10055, 12420, 9889, 12118, 12188, 9311, 11463, 10840, 12766, 9936, 12726, 11650, 12483, 11550, 9709, 12276, 10122, 12112, 12121, 10448, 11630, 10351, 12463, 12605, 10487, 13059, 9826, 13006, 12155, 11212, 13665, 10085, 12924, 11053, 13573, 11891, 10288, 11736, 11485, 13637, 10209, 12725, 12085, 12978, 12330, 9637, 11781, 10125, 13336, 11462, 12574, 11335, 13000, 11628, 10599, 11566, 9623, 12474, 10721, 11597, 12076, 12402, 11479, 12288, 11873, 10261, 11836, 10224, 10118, 11913, 10742, 15155, 11789, 10200, 12232, 10258, 12618, 12549, 11379, 12045, 12732, 15300, 12599, 10934, 11601, 10646, 14377, 11446, 13100, 9979, 12686, 12495, 15525, 11324, 10043, 11095, 9842, 12766, 11161, 12124, 10548, 12066, 11616, 16428, 10572, 9969, 10954, 9695, 12146, 10118, 12098, 10022, 11867, 11340, 9982, 10503, 9741, 12193, 9989, 11817, 12817, 12438, 11783, 15629, 11563, 14282, 11496, 11126, 10898, 11651, 12130, 10585, 11645, 10476, 11528, 10673, 13564, 9997, 12312, 9898, 12378, 10963, 12657, 9893, 12074, 11770, 12042, 11291, 12348, 11161, 11939, 11430, 10693, 10248, 10019, 10941, 10614, 11151, 9880, 11381, 10358, 12527, 11114, 12068, 11646, 13153, 10923, 10152, 10608, 10285, 11430, 10546, 12484, 9446, 12153, 10287, 11641, 12018, 15228, 10380, 10101, 10381, 10384, 12074, 9689, 11606, 9299, 11534, 11491, 13908, 11060, 10147, 10492, 9965, 11303, 10205, 12203, 11880, 13141, 11396, 10078, 11227, 10020, 12474, 10196, 12440, 11222, 13812, 10913, 10028, 10865, 9858, 11786, 10185, 11745, 11667, 12888, 10994, 9902, 10665, 10208, 11118, 9331, 11559, 9788, 11325, 11198, 9382, 10344, 10285, 12067, 9317, 12176, 11331, 14953, 10434, 10744, 13269, 9873, 12312, 9887, 11677, 11693, 10146, 10699, 10632, 12215, 11211, 12045, 10857, 12161, 11725, 10327, 11055, 10234, 11929, 10507, 11753, 11987, 12310, 11623, 10317, 10824, 10950, 11435, 9492, 12251, 10346, 10956, 12123, 10320, 10881, 10061, 11568, 10213, 12006, 9719, 12143, 11190, 11556, 11349, 9840, 10675, 10015, 11875, 10493, 11883, 10004, 11802, 12120, 10057, 10745, 9644, 12126, 9623, 11296, 12240, 9902, 11108, 10453, 12507, 10276, 12415, 11815, 15013, 10987, 10507, 11909, 9726, 12083, 9752, 11525, 12882, 15060, 11056, 10294, 11325, 10099, 12031, 9548, 11874, 11633, 13912, 10797, 10107, 11409, 10011, 11526, 11792, 13049, 11255, 10079, 11508, 10621, 12563, 9708, 12566, 12151, 17010, 11323, 10311, 11624, 10343, 11505, 11804, 12817, 11251, 10515, 11070, 10574, 11829, 10012, 12253, 9455, 11061, 12262, 10510, 10486, 10516, 10710, 9958, 11805, 9544, 11879, 11794, 13754, 11279, 10435, 11031, 10168, 13556, 10752, 11726, 9369, 11784, 11337, 11476, 12215, 14627, 10525, 10601, 10393, 9921, 11541, 9528, 11300, 9028, 10950, 11440, 11737, 10275, 10687, 11210, 9817, 11284, 10105, 11885, 9339, 11583, 11802, 12072, 11193, 13716, 11240, 10579, 11379, 10095, 11737, 10584, 12289, 11272, 12191, 11370, 10398, 11228, 9997, 11242, 9776, 11627, 12256, 14839, 10912, 10423, 11101, 10248, 11674, 9335, 11938, 12229, 14017, 11034, 10176, 11216, 10485, 12032, 11400, 12591, 10786, 10243, 10704, 9894, 11522, 9876, 11889, 10860, 11847, 11007, 9997, 10398, 10711, 12439, 10239, 11997, 9235, 11557, 11051, 11426, 11532, 12745, 10808, 10413, 10355, 9697, 11890, 9941, 12010, 10573, 12084, 11072, 14437, 10655, 10120, 10644, 9330, 11768, 9032, 11682, 11191, 14665, 10307, 9742, 12631, 9317, 11540, 8877, 11051, 11765, 9977, 13104, 9825, 11684, 11256, 15934, 10861, 10150, 11442, 10998, 12357, 9330, 11826, 11898, 14851, 10738, 10108, 10792, 9372, 12278, 9863, 11291, 10424, 10225, 11336, 10327, 11837, 9807, 12091, 10916, 12600, 11503, 12450, 10572, 12025, 10028, 12336, 10597, 12264, 10457, 11202, 12148, 11848, 10819, 13918, 10612, 14654, 10594, 10500, 10430, 10244, 11014, 9894, 12605, 9346, 11525, 9696, 11361, 11719, 14940, 10000, 10226, 10509, 9909, 10753, 10049, 11347, 9720, 11363, 11150, 11580, 11006, 11469, 12385, 11405, 10939, 10885, 10937, 16305, 9745, 9753, 9930, 9873, 10681, 9699, 12603, 9381, 11438, 9007, 11433, 10640, 11020, 10144, 9787, 10069, 9715, 11242, 10119, 11414, 9791, 11618, 10833, 10949, 10656, 9581, 10171, 9853, 10304, 9714, 11292, 9839, 11685, 9473, 11086, 11898, 14939, 10350, 9952, 10064, 10150, 11045, 10004, 11458, 10826, 11353, 10769, 9921, 12913, 9602, 11342, 11758, 11488, 11324, 10411, 10974, 11291, 11260, 10235, 13305, 11022, 12201, 10304, 12038, 11953, 11626, 11259, 9877, 10816, 10285, 11401, 10499, 12566, 9797, 11624, 9233, 11141, 11844, 14484, 10582, 10063, 10148, 10031, 13047, 9405, 11246, 9681, 11712, 11363, 12028, 11064, 9880, 10119, 9989, 10860, 10303, 11711, 11326, 11478, 11310, 14116, 10461, 10085, 10757, 10154, 11106, 9868, 11884, 9366, 11530, 11323, 12683, 10616, 11631, 10083, 10035, 10869, 9890, 12347, 10626, 11183, 9407, 11610, 11630, 11542, 10603, 9898, 10248, 9940, 11121, 10426, 11414, 9889, 11621, 11334, 13381, 11081, 10018, 11185, 9776, 12060, 10971, 12178, 10898, 11591, 12172, 16832, 10780, 10166, 11254, 9807, 12194, 9492, 12213, 11355, 11909, 10996, 10220, 10816, 9922, 12565, 10359, 11804, 10471, 11511, 11309, 14846, 10533, 9754, 10981, 9908, 11494, 10263, 11500, 10357, 11365, 11253, 11578, 10751, 9895, 10622, 10031, 10898, 10234, 11522, 9344, 11755, 11281, 11357, 11686, 11059, 10429, 10264, 10722, 10197, 11819, 10106, 11664, 10653, 11343, 10820, 10009, 10177, 10503, 11620, 10333, 11836, 9878, 11507, 11815, 13426, 10723, 10248, 10969, 9963, 13328, 10675, 11551, 9918, 11471, 11199, 12781, 10721, 10187, 10686, 9892, 13511, 10690, 11388, 9877, 11435, 11257, 13546, 10273, 9755, 11088, 9272, 11419, 12343, 14231, 10849, 10153, 11143, 11107, 12312, 10334, 12115, 10588, 11737, 10298, 12640, 11493, 12380, 11723, 11999, 12736, 13403, 10895, 14361, 10080, 10814, 10636, 10129, 11194, 9291, 11396, 10936, 11146, 10845, 11079, 11593, 10011, 10221, 9431, 9991, 10772, 10094, 10245, 10253, 11399, 10546, 10009, 10241, 9376, 11023, 9437, 11641, 9456, 10835, 9177, 11014, 10625, 11325, 9907, 10165, 9550, 9253, 10607, 9840, 10361, 9740, 10806, 11383, 11236, 10595, 13678, 10545, 14506, 10619, 11173, 9894, 10611, 10619, 9689, 10299, 9353, 10309, 9213, 11604, 9897, 12015, 9405, 11017, 9255, 11085, 10105, 10701, 10602, 11191, 10229, 9996, 9720, 9920, 9801, 9356, 11032, 9624, 10425, 8723, 10793, 11736, 10128, 9964, 9787, 11834, 10867, 10801, 10652, 10225, 9847, 10499, 11088, 10673, 11091, 10782, 14289, 10657, 10121, 11901, 10139, 11846, 10468, 11401, 10566, 13018, 9602, 10382, 10341, 9290, 10445, 9430, 10449, 9997, 12428, 9993, 9810, 10207, 9654, 11084, 9360, 11226, 10579, 10290, 10366, 10880, 10791, 10450, 13851, 10611, 10366, 10299, 9846, 10951, 9747, 11196, 11492, 12580, 10590, 10496, 10364, 10427, 10530, 9294, 10907, 9638, 10887, 9203, 10981, 10450, 11471, 10447, 11920, 9999, 9316, 11224, 9415, 10636, 10522, 11213, 10461, 10195, 11504, 11795, 10799, 14145, 10097, 14325, 10314, 10052, 9888, 10099, 10762, 10617, 11402, 10515, 11119, 10647, 11995, 11007, 13685, 10184, 9958, 10198, 10247, 10690, 10028, 13939, 10633, 11289, 11429, 10589, 10884, 10875, 10163, 11157, 9558, 11144, 9018, 11128, 10292, 11142, 10321, 10768, 11195, 11575, 10247, 10458, 10083, 9934, 9830, 9718, 10002, 9807, 10031, 9514, 11727, 10016, 11282, 8914, 10820, 10264, 11043, 10516, 14672, 9706, 9786, 9958, 8950, 9759, 8804, 10686, 9722, 11043, 9932, 10486], 'WindowCenter': [4551.0, 4535.0, 4496.0, 4496.0, 4450.0, 4492.0, 4470.0, 4488.0, 4466.0, 4454.0, 4464.0, 4455.0, 4475.0, 4478.0, 4468.0, 4489.0, 4493.0, 4483.0, 4506.0, 4494.0, 4505.0, 4495.0, 4503.0, 4505.0, 4522.0, 4505.0, 4495.0, 4505.0, 4484.0, 4503.0, 4503.0, 4494.0, 4514.0, 4494.0, 4512.0, 4493.0, 4491.0, 4516.0, 4492.0, 4503.0, 4481.0, 4502.0, 4492.0, 4501.0, 4502.0, 4479.0, 4501.0, 4470.0, 4513.0, 4493.0, 4500.0, 4501.0, 4481.0, 4502.0, 4491.0, 4502.0, 4493.0, 4479.0, 4490.0, 4482.0, 4501.0, 4490.0, 4510.0, 4489.0, 4480.0, 4500.0, 4471.0, 4499.0, 4490.0, 4481.0, 4502.0, 4490.0, 4491.0, 4490.0, 4479.0, 4502.0, 4482.0, 4501.0, 4491.0, 4469.0, 4492.0, 4481.0, 4502.0, 4492.0, 4499.0, 4492.0, 4479.0, 4493.0, 4481.0, 4490.0, 4481.0, 4478.0, 4502.0, 4481.0, 4501.0, 4502.0, 4482.0, 4514.0, 4514.0, 4493.0, 4513.0, 4504.0, 4494.0, 4515.0, 4507.0, 4535.0, 4504.0, 4492.0, 4514.0, 4492.0, 4512.0, 4490.0, 4478.0, 4493.0, 4471.0, 4510.0, 4492.0, 4473.0, 4513.0, 4493.0, 4485.0, 4493.0, 4513.0, 4528.0, 4506.0, 4537.0, 4517.0, 4504.0, 4513.0, 4496.0, 4535.0, 4515.0, 4480.0, 4499.0, 4490.0, 4501.0, 4491.0, 4498.0, 4469.0, 4456.0, 4477.0, 4468.0, 4490.0, 4500.0, 4469.0, 4488.0, 4481.0, 4511.0, 4504.0, 4493.0, 4503.0, 4494.0, 4485.0, 4526.0, 4508.0, 4527.0, 4496.0, 4512.0, 4503.0, 4502.0, 4514.0, 4511.0, 4490.0, 4468.0, 4500.0, 4480.0, 4500.0, 4501.0, 4479.0, 4500.0, 4492.0, 4502.0, 4512.0, 4490.0, 4500.0, 4479.0, 4513.0, 4501.0, 4490.0, 4500.0, 4480.0, 4500.0, 4481.0, 4500.0, 4489.0, 4468.0, 4499.0, 4478.0, 4498.0, 4478.0, 4495.0, 4486.0, 4466.0, 4500.0, 4488.0, 4497.0, 4499.0, 4466.0, 4500.0, 4491.0, 4511.0, 4490.0, 4497.0, 4499.0, 4480.0, 4492.0, 4477.0, 4497.0, 4488.0, 4498.0, 4500.0, 4478.0, 4499.0, 4480.0, 4500.0, 4491.0, 4499.0, 4500.0, 4466.0, 4490.0, 4478.0, 4489.0, 4478.0, 4499.0, 4489.0, 4488.0, 4499.0, 4468.0, 4498.0, 4481.0, 4500.0, 4501.0, 4468.0, 4488.0, 4479.0, 4500.0, 4491.0, 4518.0, 4490.0, 4479.0, 4510.0, 4499.0, 4510.0, 4500.0, 4479.0, 4512.0, 4502.0, 4511.0, 4501.0, 4520.0, 4502.0, 4501.0, 4501.0, 4489.0, 4509.0, 4502.0, 4509.0, 4499.0, 4479.0, 4498.0, 4491.0, 4500.0, 4511.0, 4480.0, 4511.0, 4491.0, 4512.0, 4500.0, 4500.0, 4489.0, 4498.0, 4500.0, 4489.0, 4490.0, 4467.0, 4498.0, 4481.0, 4499.0, 4499.0, 4467.0, 4488.0, 4487.0, 4498.0, 4479.0, 4496.0, 4489.0, 4497.0, 4489.0, 4479.0, 4499.0, 4491.0, 4499.0, 4500.0, 4490.0, 4490.0, 4481.0, 4500.0, 4501.0, 4489.0, 4510.0, 4479.0, 4510.0, 4500.0, 4500.0, 4512.0, 4490.0, 4512.0, 4503.0, 4510.0, 4502.0, 4480.0, 4501.0, 4489.0, 4510.0, 4481.0, 4498.0, 4500.0, 4499.0, 4499.0, 4468.0, 4499.0, 4478.0, 4508.0, 4489.0, 4499.0, 4488.0, 4497.0, 4500.0, 4489.0, 4498.0, 4479.0, 4501.0, 4502.0, 4502.0, 4500.0, 4500.0, 4488.0, 4498.0, 4501.0, 4489.0, 4499.0, 4491.0, 4492.0, 4512.0, 4502.0, 4533.0, 4514.0, 4505.0, 4515.0, 4517.0, 4525.0, 4515.0, 4514.0, 4513.0, 4526.0, 4522.0, 4503.0, 4479.0, 4487.0, 4475.0, 4508.0, 4488.0, 4496.0, 4467.0, 4486.0, 4499.0, 4505.0, 4478.0, 4464.0, 4487.0, 4477.0, 4497.0, 4478.0, 4487.0, 4475.0, 4485.0, 4488.0, 4504.0, 4480.0, 4465.0, 4477.0, 4465.0, 4487.0, 4467.0, 4484.0, 4465.0, 4486.0, 4487.0, 4477.0, 4488.0, 4479.0, 4511.0, 4493.0, 4512.0, 4524.0, 4511.0, 4512.0, 4533.0, 4503.0, 4521.0, 4503.0, 4490.0, 4489.0, 4489.0, 4501.0, 4477.0, 4490.0, 4475.0, 4488.0, 4476.0, 4499.0, 4477.0, 4487.0, 4478.0, 4499.0, 4489.0, 4498.0, 4478.0, 4489.0, 4488.0, 4487.0, 4488.0, 4487.0, 4488.0, 4485.0, 4488.0, 4475.0, 4479.0, 4466.0, 4479.0, 4479.0, 4476.0, 4467.0, 4488.0, 4477.0, 4488.0, 4477.0, 4485.0, 4488.0, 4497.0, 4479.0, 4475.0, 4477.0, 4466.0, 4489.0, 4477.0, 4487.0, 4467.0, 4485.0, 4478.0, 4476.0, 4489.0, 4505.0, 4466.0, 4466.0, 4479.0, 4468.0, 4487.0, 4467.0, 4476.0, 4469.0, 4488.0, 4488.0, 4495.0, 4486.0, 4476.0, 4480.0, 4479.0, 4488.0, 4479.0, 4489.0, 4499.0, 4497.0, 4490.0, 4466.0, 4488.0, 4477.0, 4499.0, 4480.0, 4498.0, 4488.0, 4498.0, 4488.0, 4477.0, 4480.0, 4477.0, 4487.0, 4478.0, 4489.0, 4489.0, 4498.0, 4478.0, 4468.0, 4479.0, 4479.0, 4489.0, 4467.0, 4490.0, 4478.0, 4488.0, 4491.0, 4467.0, 4481.0, 4478.0, 4502.0, 4471.0, 4499.0, 4490.0, 4509.0, 4491.0, 4490.0, 4501.0, 4479.0, 4499.0, 4480.0, 4488.0, 4490.0, 4478.0, 4478.0, 4489.0, 4502.0, 4491.0, 4500.0, 4490.0, 4497.0, 4500.0, 4480.0, 4491.0, 4476.0, 4488.0, 4480.0, 4490.0, 4490.0, 4486.0, 4489.0, 4466.0, 4480.0, 4477.0, 4488.0, 4466.0, 4489.0, 4491.0, 4489.0, 4500.0, 4477.0, 4489.0, 4478.0, 4491.0, 4478.0, 4501.0, 4481.0, 4498.0, 4490.0, 4489.0, 4491.0, 4477.0, 4480.0, 4478.0, 4491.0, 4480.0, 4490.0, 4481.0, 4500.0, 4500.0, 4479.0, 4491.0, 4480.0, 4501.0, 4491.0, 4500.0, 4512.0, 4479.0, 4491.0, 4490.0, 4501.0, 4481.0, 4500.0, 4500.0, 4507.0, 4493.0, 4479.0, 4490.0, 4469.0, 4499.0, 4482.0, 4490.0, 4501.0, 4508.0, 4490.0, 4477.0, 4489.0, 4479.0, 4498.0, 4478.0, 4488.0, 4502.0, 4508.0, 4491.0, 4478.0, 4500.0, 4490.0, 4500.0, 4502.0, 4509.0, 4501.0, 4479.0, 4502.0, 4492.0, 4501.0, 4481.0, 4500.0, 4501.0, 4518.0, 4489.0, 4478.0, 4489.0, 4490.0, 4490.0, 4500.0, 4499.0, 4489.0, 4478.0, 4489.0, 4492.0, 4501.0, 4478.0, 4489.0, 4479.0, 4489.0, 4499.0, 4477.0, 4477.0, 4478.0, 4490.0, 4479.0, 4489.0, 4479.0, 4489.0, 4501.0, 4508.0, 4491.0, 4477.0, 4489.0, 4480.0, 4509.0, 4490.0, 4500.0, 4469.0, 4499.0, 4492.0, 4491.0, 4500.0, 4507.0, 4478.0, 4478.0, 4479.0, 4491.0, 4490.0, 4478.0, 4487.0, 4469.0, 4490.0, 4500.0, 4499.0, 4491.0, 4490.0, 4503.0, 4480.0, 4499.0, 4490.0, 4502.0, 4483.0, 4500.0, 4503.0, 4499.0, 4490.0, 4508.0, 4491.0, 4478.0, 4489.0, 4478.0, 4500.0, 4479.0, 4498.0, 4490.0, 4487.0, 4489.0, 4478.0, 4491.0, 4479.0, 4489.0, 4483.0, 4491.0, 4501.0, 4509.0, 4489.0, 4489.0, 4491.0, 4480.0, 4492.0, 4470.0, 4499.0, 4502.0, 4510.0, 4492.0, 4478.0, 4491.0, 4478.0, 4498.0, 4488.0, 4488.0, 4488.0, 4478.0, 4480.0, 4478.0, 4488.0, 4478.0, 4488.0, 4488.0, 4488.0, 4488.0, 4476.0, 4480.0, 4477.0, 4500.0, 4477.0, 4488.0, 4468.0, 4490.0, 4489.0, 4487.0, 4487.0, 4498.0, 4489.0, 4476.0, 4478.0, 4467.0, 4488.0, 4479.0, 4497.0, 4477.0, 4486.0, 4488.0, 4509.0, 4480.0, 4479.0, 4479.0, 4469.0, 4490.0, 4458.0, 4487.0, 4487.0, 4506.0, 4479.0, 4467.0, 4499.0, 4469.0, 4488.0, 4470.0, 4490.0, 4499.0, 4481.0, 4511.0, 4480.0, 4501.0, 4489.0, 4520.0, 4490.0, 4479.0, 4491.0, 4479.0, 4500.0, 4467.0, 4488.0, 4488.0, 4508.0, 4480.0, 4467.0, 4478.0, 4467.0, 4489.0, 4479.0, 4487.0, 4488.0, 4490.0, 4502.0, 4491.0, 4512.0, 4491.0, 4512.0, 4502.0, 4515.0, 4501.0, 4499.0, 4479.0, 4490.0, 4469.0, 4499.0, 4477.0, 4487.0, 4478.0, 4477.0, 4487.0, 4486.0, 4478.0, 4497.0, 4479.0, 4506.0, 4478.0, 4476.0, 4478.0, 4477.0, 4481.0, 4467.0, 4499.0, 4467.0, 4489.0, 4479.0, 4490.0, 4489.0, 4508.0, 4480.0, 4479.0, 4479.0, 4478.0, 4478.0, 4478.0, 4490.0, 4480.0, 4490.0, 4491.0, 4487.0, 4489.0, 4488.0, 4490.0, 4476.0, 4477.0, 4475.0, 4476.0, 4505.0, 4467.0, 4453.0, 4468.0, 4467.0, 4475.0, 4464.0, 4486.0, 4466.0, 4487.0, 4457.0, 4486.0, 4476.0, 4476.0, 4479.0, 4476.0, 4469.0, 4466.0, 4486.0, 4480.0, 4487.0, 4479.0, 4487.0, 4476.0, 4477.0, 4478.0, 4468.0, 4480.0, 4465.0, 4481.0, 4469.0, 4489.0, 4467.0, 4487.0, 4467.0, 4486.0, 4488.0, 4508.0, 4477.0, 4476.0, 4480.0, 4478.0, 4488.0, 4478.0, 4489.0, 4489.0, 4489.0, 4492.0, 4479.0, 4511.0, 4490.0, 4501.0, 4512.0, 4500.0, 4503.0, 4502.0, 4503.0, 4503.0, 4502.0, 4491.0, 4511.0, 4491.0, 4503.0, 4490.0, 4500.0, 4503.0, 4489.0, 4492.0, 4479.0, 4488.0, 4479.0, 4491.0, 4479.0, 4501.0, 4478.0, 4488.0, 4468.0, 4488.0, 4489.0, 4497.0, 4478.0, 4478.0, 4480.0, 4468.0, 4497.0, 4467.0, 4489.0, 4471.0, 4488.0, 4489.0, 4487.0, 4489.0, 4477.0, 4479.0, 4478.0, 4488.0, 4478.0, 4489.0, 4488.0, 4489.0, 4490.0, 4508.0, 4478.0, 4479.0, 4490.0, 4477.0, 4488.0, 4477.0, 4489.0, 4468.0, 4487.0, 4488.0, 4499.0, 4490.0, 4488.0, 4481.0, 4469.0, 4489.0, 4479.0, 4500.0, 4479.0, 4489.0, 4469.0, 4487.0, 4500.0, 4488.0, 4489.0, 4477.0, 4478.0, 4479.0, 4492.0, 4489.0, 4501.0, 4480.0, 4500.0, 4503.0, 4510.0, 4503.0, 4480.0, 4500.0, 4492.0, 4514.0, 4494.0, 4501.0, 4492.0, 4500.0, 4501.0, 4530.0, 4492.0, 4478.0, 4489.0, 4481.0, 4500.0, 4482.0, 4500.0, 4489.0, 4488.0, 4491.0, 4479.0, 4490.0, 4477.0, 4501.0, 4479.0, 4489.0, 4479.0, 4486.0, 4489.0, 4509.0, 4491.0, 4478.0, 4490.0, 4480.0, 4501.0, 4480.0, 4491.0, 4491.0, 4488.0, 4490.0, 4488.0, 4492.0, 4478.0, 4490.0, 4478.0, 4490.0, 4481.0, 4490.0, 4471.0, 4489.0, 4492.0, 4490.0, 4500.0, 4487.0, 4480.0, 4477.0, 4491.0, 4479.0, 4488.0, 4478.0, 4489.0, 4481.0, 4478.0, 4487.0, 4477.0, 4480.0, 4488.0, 4492.0, 4479.0, 4489.0, 4479.0, 4489.0, 4499.0, 4499.0, 4489.0, 4479.0, 4490.0, 4478.0, 4512.0, 4480.0, 4489.0, 4479.0, 4487.0, 4490.0, 4499.0, 4491.0, 4478.0, 4479.0, 4479.0, 4511.0, 4480.0, 4490.0, 4478.0, 4499.0, 4500.0, 4509.0, 4491.0, 4481.0, 4490.0, 4481.0, 4502.0, 4512.0, 4523.0, 4502.0, 4491.0, 4504.0, 4491.0, 4503.0, 4481.0, 4502.0, 4490.0, 4503.0, 4480.0, 4501.0, 4489.0, 4488.0, 4490.0, 4489.0, 4499.0, 4495.0, 4477.0, 4494.0, 4477.0, 4476.0, 4481.0, 4490.0, 4491.0, 4480.0, 4486.0, 4491.0, 4488.0, 4487.0, 4487.0, 4493.0, 4477.0, 4481.0, 4481.0, 4491.0, 4492.0, 4493.0, 4491.0, 4506.0, 4501.0, 4494.0, 4479.0, 4481.0, 4468.0, 4491.0, 4469.0, 4491.0, 4467.0, 4478.0, 4468.0, 4477.0, 4478.0, 4476.0, 4469.0, 4476.0, 4480.0, 4469.0, 4492.0, 4492.0, 4491.0, 4494.0, 4503.0, 4504.0, 4492.0, 4493.0, 4513.0, 4494.0, 4510.0, 4483.0, 4478.0, 4471.0, 4478.0, 4480.0, 4468.0, 4480.0, 4458.0, 4479.0, 4467.0, 4489.0, 4470.0, 4489.0, 4457.0, 4478.0, 4469.0, 4477.0, 4480.0, 4478.0, 4480.0, 4478.0, 4479.0, 4467.0, 4469.0, 4468.0, 4480.0, 4468.0, 4489.0, 4469.0, 4479.0, 4487.0, 4502.0, 4504.0, 4493.0, 4491.0, 4480.0, 4502.0, 4492.0, 4492.0, 4492.0, 4481.0, 4494.0, 4492.0, 4501.0, 4492.0, 4488.0, 4492.0, 4509.0, 4480.0, 4468.0, 4488.0, 4478.0, 4490.0, 4479.0, 4476.0, 4477.0, 4485.0, 4470.0, 4467.0, 4466.0, 4457.0, 4475.0, 4466.0, 4478.0, 4477.0, 4498.0, 4478.0, 4477.0, 4478.0, 4481.0, 4490.0, 4470.0, 4488.0, 4480.0, 4480.0, 4481.0, 4489.0, 4490.0, 4491.0, 4511.0, 4492.0, 4480.0, 4483.0, 4480.0, 4491.0, 4484.0, 4492.0, 4491.0, 4489.0, 4479.0, 4478.0, 4481.0, 4477.0, 4478.0, 4467.0, 4477.0, 4468.0, 4479.0, 4469.0, 4476.0, 4477.0, 4488.0, 4493.0, 4499.0, 4480.0, 4469.0, 4489.0, 4480.0, 4492.0, 4490.0, 4491.0, 4493.0, 4481.0, 4503.0, 4501.0, 4492.0, 4508.0, 4481.0, 4509.0, 4492.0, 4478.0, 4481.0, 4478.0, 4490.0, 4488.0, 4489.0, 4490.0, 4490.0, 4491.0, 4502.0, 4494.0, 4509.0, 4481.0, 4467.0, 4480.0, 4478.0, 4478.0, 4480.0, 4510.0, 4502.0, 4491.0, 4503.0, 4479.0, 4490.0, 4491.0, 4481.0, 4489.0, 4468.0, 4477.0, 4467.0, 4477.0, 4480.0, 4479.0, 4478.0, 4477.0, 4489.0, 4487.0, 4478.0, 4477.0, 4480.0, 4478.0, 4482.0, 4467.0, 4479.0, 4467.0, 4468.0, 4468.0, 4489.0, 4469.0, 4477.0, 4457.0, 4488.0, 4481.0, 4488.0, 4479.0, 4507.0, 4481.0, 4477.0, 4481.0, 4458.0, 4470.0, 4470.0, 4482.0, 4469.0, 4490.0, 4479.0, 4479.0], 'WindowWidth': [10000.0, 9963.0, 9891.0, 9885.0, 9814.0, 9874.0, 9841.0, 9858.0, 9827.0, 9805.0, 9821.0, 9809.0, 9840.0, 9847.0, 9833.0, 9865.0, 9878.0, 9866.0, 9901.0, 9882.0, 9895.0, 9884.0, 9893.0, 9897.0, 9917.0, 9898.0, 9884.0, 9897.0, 9865.0, 9890.0, 9892.0, 9881.0, 9910.0, 9881.0, 9901.0, 9878.0, 9873.0, 9912.0, 9876.0, 9892.0, 9857.0, 9885.0, 9874.0, 9886.0, 9887.0, 9852.0, 9883.0, 9842.0, 9903.0, 9876.0, 9883.0, 9886.0, 9857.0, 9888.0, 9873.0, 9889.0, 9876.0, 9852.0, 9870.0, 9861.0, 9886.0, 9870.0, 9895.0, 9866.0, 9855.0, 9884.0, 9844.0, 9881.0, 9868.0, 9858.0, 9889.0, 9869.0, 9871.0, 9869.0, 9854.0, 9887.0, 9860.0, 9886.0, 9872.0, 9838.0, 9874.0, 9859.0, 9888.0, 9874.0, 9880.0, 9873.0, 9854.0, 9877.0, 9857.0, 9868.0, 9857.0, 9851.0, 9889.0, 9859.0, 9888.0, 9888.0, 9862.0, 9911.0, 9911.0, 9881.0, 9906.0, 9897.0, 9884.0, 9913.0, 9903.0, 9940.0, 9896.0, 9877.0, 9911.0, 9874.0, 9902.0, 9870.0, 9848.0, 9878.0, 9846.0, 9897.0, 9878.0, 9852.0, 9909.0, 9885.0, 9873.0, 9883.0, 9911.0, 9937.0, 9902.0, 9947.0, 9916.0, 9894.0, 9903.0, 9887.0, 9942.0, 9913.0, 9856.0, 9880.0, 9868.0, 9884.0, 9870.0, 9873.0, 9834.0, 9812.0, 9842.0, 9835.0, 9868.0, 9883.0, 9837.0, 9863.0, 9862.0, 9902.0, 9896.0, 9880.0, 9893.0, 9884.0, 9872.0, 9929.0, 9908.0, 9932.0, 9887.0, 9904.0, 9892.0, 9890.0, 9908.0, 9900.0, 9870.0, 9836.0, 9880.0, 9857.0, 9883.0, 9885.0, 9853.0, 9885.0, 9877.0, 9891.0, 9904.0, 9870.0, 9883.0, 9855.0, 9905.0, 9886.0, 9870.0, 9885.0, 9854.0, 9885.0, 9859.0, 9884.0, 9866.0, 9835.0, 9879.0, 9850.0, 9879.0, 9848.0, 9869.0, 9857.0, 9832.0, 9882.0, 9863.0, 9876.0, 9878.0, 9832.0, 9883.0, 9872.0, 9899.0, 9869.0, 9876.0, 9880.0, 9856.0, 9874.0, 9849.0, 9873.0, 9865.0, 9881.0, 9883.0, 9851.0, 9880.0, 9855.0, 9884.0, 9872.0, 9881.0, 9881.0, 9831.0, 9869.0, 9849.0, 9866.0, 9849.0, 9877.0, 9868.0, 9865.0, 9881.0, 9836.0, 9878.0, 9859.0, 9882.0, 9885.0, 9837.0, 9866.0, 9856.0, 9885.0, 9872.0, 9907.0, 9869.0, 9855.0, 9899.0, 9881.0, 9897.0, 9885.0, 9857.0, 9906.0, 9890.0, 9903.0, 9888.0, 9913.0, 9892.0, 9887.0, 9886.0, 9867.0, 9895.0, 9890.0, 9895.0, 9880.0, 9853.0, 9877.0, 9875.0, 9884.0, 9902.0, 9858.0, 9900.0, 9873.0, 9905.0, 9884.0, 9883.0, 9867.0, 9879.0, 9885.0, 9866.0, 9868.0, 9834.0, 9876.0, 9857.0, 9879.0, 9882.0, 9835.0, 9866.0, 9864.0, 9880.0, 9853.0, 9874.0, 9866.0, 9877.0, 9869.0, 9853.0, 9879.0, 9872.0, 9881.0, 9885.0, 9871.0, 9870.0, 9857.0, 9883.0, 9886.0, 9868.0, 9899.0, 9855.0, 9898.0, 9887.0, 9884.0, 9903.0, 9872.0, 9904.0, 9893.0, 9900.0, 9890.0, 9857.0, 9886.0, 9867.0, 9896.0, 9857.0, 9878.0, 9882.0, 9881.0, 9881.0, 9838.0, 9879.0, 9852.0, 9893.0, 9866.0, 9879.0, 9864.0, 9877.0, 9885.0, 9867.0, 9879.0, 9855.0, 9885.0, 9891.0, 9888.0, 9885.0, 9883.0, 9866.0, 9880.0, 9885.0, 9867.0, 9880.0, 9874.0, 9877.0, 9906.0, 9892.0, 9935.0, 9911.0, 9899.0, 9913.0, 9923.0, 9929.0, 9913.0, 9910.0, 9906.0, 9930.0, 9924.0, 9894.0, 9854.0, 9862.0, 9842.0, 9893.0, 9862.0, 9871.0, 9832.0, 9856.0, 9878.0, 9882.0, 9849.0, 9824.0, 9860.0, 9847.0, 9875.0, 9847.0, 9858.0, 9842.0, 9854.0, 9863.0, 9881.0, 9853.0, 9827.0, 9846.0, 9828.0, 9859.0, 9831.0, 9852.0, 9828.0, 9859.0, 9863.0, 9848.0, 9864.0, 9855.0, 9901.0, 9882.0, 9906.0, 9924.0, 9904.0, 9906.0, 9933.0, 9894.0, 9914.0, 9891.0, 9868.0, 9867.0, 9866.0, 9884.0, 9846.0, 9866.0, 9842.0, 9864.0, 9846.0, 9882.0, 9847.0, 9861.0, 9851.0, 9879.0, 9866.0, 9876.0, 9849.0, 9863.0, 9865.0, 9860.0, 9863.0, 9859.0, 9864.0, 9856.0, 9864.0, 9841.0, 9849.0, 9831.0, 9851.0, 9850.0, 9844.0, 9832.0, 9861.0, 9845.0, 9862.0, 9846.0, 9854.0, 9863.0, 9872.0, 9851.0, 9841.0, 9847.0, 9831.0, 9863.0, 9844.0, 9860.0, 9831.0, 9853.0, 9849.0, 9843.0, 9866.0, 9881.0, 9830.0, 9829.0, 9851.0, 9834.0, 9858.0, 9830.0, 9843.0, 9837.0, 9862.0, 9862.0, 9870.0, 9859.0, 9845.0, 9855.0, 9851.0, 9863.0, 9851.0, 9864.0, 9881.0, 9876.0, 9868.0, 9831.0, 9862.0, 9849.0, 9880.0, 9853.0, 9876.0, 9863.0, 9877.0, 9866.0, 9848.0, 9853.0, 9847.0, 9860.0, 9852.0, 9867.0, 9867.0, 9875.0, 9849.0, 9836.0, 9854.0, 9851.0, 9865.0, 9833.0, 9866.0, 9852.0, 9864.0, 9871.0, 9833.0, 9858.0, 9851.0, 9887.0, 9844.0, 9880.0, 9869.0, 9894.0, 9873.0, 9869.0, 9884.0, 9851.0, 9878.0, 9857.0, 9865.0, 9869.0, 9849.0, 9851.0, 9866.0, 9888.0, 9871.0, 9881.0, 9867.0, 9875.0, 9884.0, 9854.0, 9869.0, 9845.0, 9863.0, 9854.0, 9869.0, 9868.0, 9858.0, 9865.0, 9832.0, 9854.0, 9848.0, 9864.0, 9831.0, 9863.0, 9873.0, 9865.0, 9884.0, 9846.0, 9866.0, 9850.0, 9871.0, 9850.0, 9886.0, 9857.0, 9879.0, 9870.0, 9867.0, 9873.0, 9848.0, 9854.0, 9851.0, 9872.0, 9854.0, 9868.0, 9860.0, 9883.0, 9885.0, 9854.0, 9872.0, 9856.0, 9886.0, 9876.0, 9885.0, 9903.0, 9854.0, 9873.0, 9870.0, 9887.0, 9860.0, 9883.0, 9882.0, 9889.0, 9875.0, 9854.0, 9870.0, 9838.0, 9879.0, 9861.0, 9869.0, 9886.0, 9891.0, 9869.0, 9849.0, 9867.0, 9852.0, 9879.0, 9852.0, 9864.0, 9889.0, 9893.0, 9874.0, 9853.0, 9884.0, 9871.0, 9885.0, 9888.0, 9895.0, 9888.0, 9856.0, 9891.0, 9874.0, 9885.0, 9859.0, 9882.0, 9887.0, 9906.0, 9868.0, 9850.0, 9867.0, 9870.0, 9870.0, 9883.0, 9880.0, 9867.0, 9851.0, 9866.0, 9876.0, 9885.0, 9849.0, 9864.0, 9855.0, 9865.0, 9879.0, 9846.0, 9849.0, 9848.0, 9869.0, 9851.0, 9865.0, 9852.0, 9865.0, 9886.0, 9891.0, 9873.0, 9848.0, 9867.0, 9855.0, 9896.0, 9869.0, 9882.0, 9842.0, 9880.0, 9876.0, 9871.0, 9882.0, 9887.0, 9849.0, 9850.0, 9854.0, 9875.0, 9868.0, 9852.0, 9861.0, 9842.0, 9869.0, 9883.0, 9883.0, 9873.0, 9871.0, 9891.0, 9859.0, 9884.0, 9871.0, 9888.0, 9865.0, 9886.0, 9891.0, 9880.0, 9869.0, 9893.0, 9871.0, 9852.0, 9868.0, 9850.0, 9882.0, 9853.0, 9879.0, 9870.0, 9862.0, 9868.0, 9851.0, 9873.0, 9852.0, 9866.0, 9863.0, 9872.0, 9886.0, 9895.0, 9869.0, 9867.0, 9872.0, 9857.0, 9873.0, 9844.0, 9881.0, 9888.0, 9897.0, 9873.0, 9850.0, 9870.0, 9851.0, 9879.0, 9864.0, 9863.0, 9862.0, 9848.0, 9855.0, 9849.0, 9862.0, 9848.0, 9863.0, 9864.0, 9865.0, 9864.0, 9844.0, 9855.0, 9848.0, 9883.0, 9848.0, 9863.0, 9837.0, 9867.0, 9866.0, 9860.0, 9861.0, 9876.0, 9868.0, 9846.0, 9849.0, 9832.0, 9863.0, 9852.0, 9875.0, 9849.0, 9859.0, 9864.0, 9892.0, 9855.0, 9851.0, 9853.0, 9839.0, 9867.0, 9823.0, 9861.0, 9860.0, 9886.0, 9853.0, 9834.0, 9879.0, 9838.0, 9864.0, 9843.0, 9868.0, 9880.0, 9858.0, 9898.0, 9855.0, 9884.0, 9867.0, 9909.0, 9867.0, 9852.0, 9870.0, 9852.0, 9881.0, 9834.0, 9864.0, 9865.0, 9889.0, 9853.0, 9832.0, 9848.0, 9833.0, 9866.0, 9852.0, 9862.0, 9865.0, 9871.0, 9890.0, 9876.0, 9904.0, 9874.0, 9903.0, 9890.0, 9910.0, 9886.0, 9882.0, 9853.0, 9867.0, 9839.0, 9879.0, 9848.0, 9859.0, 9850.0, 9846.0, 9861.0, 9857.0, 9849.0, 9873.0, 9852.0, 9885.0, 9851.0, 9843.0, 9847.0, 9847.0, 9856.0, 9832.0, 9880.0, 9833.0, 9866.0, 9854.0, 9869.0, 9865.0, 9891.0, 9858.0, 9853.0, 9853.0, 9850.0, 9851.0, 9850.0, 9868.0, 9855.0, 9870.0, 9870.0, 9861.0, 9866.0, 9862.0, 9866.0, 9842.0, 9845.0, 9840.0, 9844.0, 9881.0, 9831.0, 9806.0, 9834.0, 9830.0, 9840.0, 9824.0, 9856.0, 9831.0, 9859.0, 9820.0, 9856.0, 9843.0, 9846.0, 9853.0, 9846.0, 9838.0, 9831.0, 9859.0, 9854.0, 9863.0, 9853.0, 9859.0, 9846.0, 9848.0, 9851.0, 9835.0, 9853.0, 9828.0, 9856.0, 9837.0, 9866.0, 9834.0, 9857.0, 9835.0, 9859.0, 9864.0, 9889.0, 9848.0, 9845.0, 9855.0, 9849.0, 9863.0, 9851.0, 9864.0, 9869.0, 9866.0, 9874.0, 9852.0, 9899.0, 9873.0, 9887.0, 9904.0, 9887.0, 9893.0, 9891.0, 9895.0, 9895.0, 9891.0, 9873.0, 9903.0, 9874.0, 9891.0, 9871.0, 9882.0, 9890.0, 9868.0, 9874.0, 9851.0, 9865.0, 9852.0, 9872.0, 9852.0, 9884.0, 9848.0, 9861.0, 9839.0, 9864.0, 9866.0, 9875.0, 9851.0, 9848.0, 9855.0, 9835.0, 9875.0, 9833.0, 9864.0, 9844.0, 9865.0, 9866.0, 9862.0, 9866.0, 9846.0, 9854.0, 9850.0, 9864.0, 9850.0, 9866.0, 9866.0, 9867.0, 9870.0, 9891.0, 9850.0, 9852.0, 9869.0, 9847.0, 9864.0, 9847.0, 9866.0, 9838.0, 9861.0, 9864.0, 9879.0, 9870.0, 9863.0, 9857.0, 9838.0, 9866.0, 9852.0, 9882.0, 9853.0, 9865.0, 9839.0, 9862.0, 9884.0, 9865.0, 9867.0, 9847.0, 9850.0, 9854.0, 9875.0, 9868.0, 9886.0, 9857.0, 9882.0, 9892.0, 9898.0, 9893.0, 9857.0, 9886.0, 9877.0, 9908.0, 9880.0, 9888.0, 9875.0, 9883.0, 9889.0, 9926.0, 9874.0, 9850.0, 9867.0, 9858.0, 9885.0, 9861.0, 9881.0, 9867.0, 9865.0, 9873.0, 9853.0, 9869.0, 9848.0, 9886.0, 9852.0, 9867.0, 9853.0, 9860.0, 9868.0, 9893.0, 9873.0, 9851.0, 9870.0, 9856.0, 9886.0, 9858.0, 9872.0, 9872.0, 9865.0, 9871.0, 9867.0, 9876.0, 9851.0, 9869.0, 9850.0, 9872.0, 9857.0, 9869.0, 9844.0, 9865.0, 9874.0, 9868.0, 9884.0, 9862.0, 9855.0, 9850.0, 9871.0, 9852.0, 9862.0, 9849.0, 9864.0, 9857.0, 9850.0, 9862.0, 9847.0, 9856.0, 9865.0, 9875.0, 9854.0, 9867.0, 9855.0, 9867.0, 9883.0, 9881.0, 9869.0, 9851.0, 9867.0, 9851.0, 9901.0, 9855.0, 9865.0, 9852.0, 9862.0, 9869.0, 9880.0, 9872.0, 9849.0, 9852.0, 9853.0, 9898.0, 9855.0, 9870.0, 9851.0, 9881.0, 9885.0, 9894.0, 9873.0, 9857.0, 9870.0, 9864.0, 9891.0, 9907.0, 9920.0, 9892.0, 9875.0, 9897.0, 9874.0, 9894.0, 9858.0, 9890.0, 9871.0, 9891.0, 9857.0, 9885.0, 9867.0, 9862.0, 9869.0, 9865.0, 9878.0, 9870.0, 9846.0, 9865.0, 9846.0, 9843.0, 9859.0, 9870.0, 9872.0, 9855.0, 9860.0, 9871.0, 9862.0, 9861.0, 9860.0, 9873.0, 9848.0, 9856.0, 9863.0, 9876.0, 9876.0, 9879.0, 9875.0, 9902.0, 9887.0, 9881.0, 9853.0, 9857.0, 9834.0, 9870.0, 9837.0, 9870.0, 9831.0, 9846.0, 9834.0, 9845.0, 9847.0, 9842.0, 9836.0, 9843.0, 9856.0, 9842.0, 9875.0, 9874.0, 9873.0, 9881.0, 9892.0, 9895.0, 9875.0, 9877.0, 9904.0, 9881.0, 9898.0, 9862.0, 9849.0, 9841.0, 9850.0, 9854.0, 9834.0, 9853.0, 9820.0, 9850.0, 9834.0, 9864.0, 9838.0, 9863.0, 9817.0, 9847.0, 9838.0, 9847.0, 9852.0, 9847.0, 9853.0, 9850.0, 9851.0, 9832.0, 9838.0, 9834.0, 9855.0, 9836.0, 9867.0, 9838.0, 9852.0, 9878.0, 9891.0, 9895.0, 9880.0, 9874.0, 9858.0, 9889.0, 9874.0, 9874.0, 9874.0, 9857.0, 9880.0, 9875.0, 9888.0, 9875.0, 9866.0, 9874.0, 9892.0, 9855.0, 9834.0, 9862.0, 9848.0, 9867.0, 9850.0, 9843.0, 9845.0, 9853.0, 9838.0, 9830.0, 9831.0, 9817.0, 9839.0, 9828.0, 9848.0, 9848.0, 9877.0, 9849.0, 9846.0, 9851.0, 9857.0, 9870.0, 9842.0, 9863.0, 9854.0, 9856.0, 9859.0, 9867.0, 9869.0, 9872.0, 9898.0, 9876.0, 9858.0, 9863.0, 9855.0, 9870.0, 9865.0, 9872.0, 9871.0, 9863.0, 9850.0, 9849.0, 9857.0, 9846.0, 9848.0, 9831.0, 9846.0, 9837.0, 9850.0, 9836.0, 9843.0, 9846.0, 9861.0, 9878.0, 9880.0, 9857.0, 9839.0, 9867.0, 9858.0, 9875.0, 9871.0, 9871.0, 9876.0, 9858.0, 9892.0, 9884.0, 9874.0, 9891.0, 9858.0, 9894.0, 9876.0, 9851.0, 9858.0, 9850.0, 9870.0, 9864.0, 9867.0, 9870.0, 9869.0, 9874.0, 9887.0, 9878.0, 9893.0, 9855.0, 9834.0, 9854.0, 9850.0, 9850.0, 9856.0, 9897.0, 9892.0, 9873.0, 9891.0, 9854.0, 9868.0, 9871.0, 9858.0, 9867.0, 9836.0, 9846.0, 9835.0, 9846.0, 9854.0, 9850.0, 9848.0, 9846.0, 9866.0, 9860.0, 9848.0, 9846.0, 9852.0, 9850.0, 9858.0, 9832.0, 9852.0, 9830.0, 9834.0, 9834.0, 9866.0, 9837.0, 9846.0, 9819.0, 9862.0, 9856.0, 9863.0, 9853.0, 9887.0, 9856.0, 9848.0, 9857.0, 9823.0, 9840.0, 9841.0, 9859.0, 9839.0, 9866.0, 9853.0, 9854.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.0012200675168792198</td></tr>
<tr><td colspan=3>aqi</td><td>0.02248309939984996</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.20767118842339</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2605465969669691</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.019553550127629</td></tr>
<tr><td colspan=3>efc</td><td>0.4651</td></tr>
<tr><td colspan=3>fber</td><td>6653.0137</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10374145063101547</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>70</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.251312828207052</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4740565518126143</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3851451249518907</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.737424571098349</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2995999593876033</td></tr>
<tr><td colspan=3>gcor</td><td>0.00584031</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010566666722297668</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024213848635554314</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1333</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>4.021934503753395</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>28.9027</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.5933</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.6827</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302354.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>791.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>342.8627</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4772</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>553.2255</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3709.3081</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3929.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74190.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1340.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4818.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>976.8865</td></tr>
<tr><td colspan=3>tsnr</td><td>41.948956795502454</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>