<?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-0105_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-0105_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-0105_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-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0105/figures/sub-0105_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-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105/ses-03/func/sub-0105_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>83fba9da58d2047364f1e7b1a9a5c355</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:23:8.075000</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.999189, -0.0300117, 0.0268625, 0.0329719, 0.992518, -0.117562]</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.0987079</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, -7734, -7313, 186, -126, -107, -66, 77]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>266.111</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>aa329580-7fb7-4f86-a328-691e28f9d4cd||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.6807496547698975, 0.08846113085746765, 0.06245986372232437, 105.33256530761719], [0.08051908761262894, 2.662853240966797, -0.3195509612560272, -85.36337280273438], [0.07207010686397552, 0.31540995836257935, 2.680295944213867, -113.97988891601562], [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': ['202308.075000', '202308.535000', '202308.995000', '202309.455000', '202309.915000', '202310.375000', '202310.835000', '202311.295000', '202311.755000', '202312.215000', '202312.675000', '202313.135000', '202313.595000', '202314.055000', '202314.515000', '202314.975000', '202315.435000', '202315.895000', '202316.355000', '202316.815000', '202317.275000', '202317.735000', '202318.195000', '202318.655000', '202319.115000', '202319.575000', '202320.035000', '202320.495000', '202320.955000', '202321.415000', '202321.875000', '202322.335000', '202322.795000', '202323.255000', '202323.715000', '202324.175000', '202324.635000', '202325.095000', '202325.555000', '202326.015000', '202326.475000', '202326.935000', '202327.395000', '202327.855000', '202328.315000', '202328.775000', '202329.235000', '202329.695000', '202330.155000', '202330.615000', '202331.075000', '202331.535000', '202331.995000', '202332.455000', '202332.915000', '202333.375000', '202333.835000', '202334.295000', '202334.755000', '202335.215000', '202335.675000', '202336.135000', '202336.595000', '202337.055000', '202337.515000', '202337.975000', '202338.435000', '202338.895000', '202339.355000', '202339.815000', '202340.275000', '202340.735000', '202341.195000', '202341.655000', '202342.115000', '202342.575000', '202343.035000', '202343.495000', '202343.955000', '202344.415000', '202344.875000', '202345.335000', '202345.795000', '202346.255000', '202346.715000', '202347.175000', '202347.635000', '202348.095000', '202348.555000', '202349.015000', '202349.475000', '202349.935000', '202350.395000', '202350.855000', '202351.315000', '202351.775000', '202352.235000', '202352.695000', '202353.155000', '202353.615000', '202354.075000', '202354.535000', '202354.995000', '202355.455000', '202355.915000', '202356.375000', '202356.835000', '202357.295000', '202357.755000', '202358.215000', '202358.675000', '202359.135000', '202359.595000', '202400.055000', '202400.515000', '202400.975000', '202401.435000', '202401.895000', '202402.355000', '202402.815000', '202403.275000', '202403.735000', '202404.195000', '202404.655000', '202405.115000', '202405.575000', '202406.035000', '202406.495000', '202406.955000', '202407.415000', '202407.875000', '202408.335000', '202408.795000', '202409.255000', '202409.715000', '202410.175000', '202410.635000', '202411.095000', '202411.555000', '202412.015000', '202412.475000', '202412.935000', '202413.395000', '202413.855000', '202414.315000', '202414.775000', '202415.235000', '202415.695000', '202416.155000', '202416.615000', '202417.075000', '202417.535000', '202417.995000', '202418.455000', '202418.915000', '202419.375000', '202419.835000', '202420.295000', '202420.755000', '202421.215000', '202421.675000', '202422.135000', '202422.595000', '202423.055000', '202423.515000', '202423.975000', '202424.435000', '202424.895000', '202425.355000', '202425.815000', '202426.275000', '202426.735000', '202427.195000', '202427.655000', '202428.115000', '202428.575000', '202429.035000', '202429.495000', '202429.955000', '202430.415000', '202430.875000', '202431.335000', '202431.795000', '202432.255000', '202432.715000', '202433.175000', '202433.635000', '202434.095000', '202434.555000', '202435.015000', '202435.475000', '202435.935000', '202436.395000', '202436.855000', '202437.315000', '202437.775000', '202438.235000', '202438.695000', '202439.155000', '202439.615000', '202440.075000', '202440.535000', '202440.995000', '202441.455000', '202441.915000', '202442.375000', '202442.835000', '202443.295000', '202443.755000', '202444.215000', '202444.675000', '202445.135000', '202445.595000', '202446.055000', '202446.515000', '202446.975000', '202447.435000', '202447.895000', '202448.355000', '202448.815000', '202449.275000', '202449.735000', '202450.195000', '202450.655000', '202451.115000', '202451.575000', '202452.035000', '202452.495000', '202452.955000', '202453.415000', '202453.875000', '202454.335000', '202454.795000', '202455.255000', '202455.715000', '202456.175000', '202456.635000', '202457.095000', '202457.555000', '202458.015000', '202458.475000', '202458.935000', '202459.395000', '202459.855000', '202500.315000', '202500.775000', '202501.235000', '202501.695000', '202502.155000', '202502.615000', '202503.075000', '202503.535000', '202503.995000', '202504.455000', '202504.915000', '202505.375000', '202505.835000', '202506.295000', '202506.755000', '202507.215000', '202507.675000', '202508.135000', '202508.595000', '202509.055000', '202509.515000', '202509.975000', '202510.435000', '202510.895000', '202511.355000', '202511.815000', '202512.275000', '202512.735000', '202513.195000', '202513.655000', '202514.115000', '202514.575000', '202515.035000', '202515.495000', '202515.955000', '202516.415000', '202516.875000', '202517.335000', '202517.795000', '202518.255000', '202518.715000', '202519.175000', '202519.635000', '202520.095000', '202520.555000', '202521.015000', '202521.475000', '202521.935000', '202522.395000', '202522.855000', '202523.315000', '202523.775000', '202524.235000', '202524.695000', '202525.155000', '202525.615000', '202526.075000', '202526.535000', '202526.995000', '202527.455000', '202527.915000', '202528.375000', '202528.835000', '202529.295000', '202529.755000', '202530.215000', '202530.675000', '202531.135000', '202531.595000', '202532.055000', '202532.515000', '202532.975000', '202533.435000', '202533.895000', '202534.355000', '202534.815000', '202535.275000', '202535.735000', '202536.195000', '202536.655000', '202537.115000', '202537.575000', '202538.035000', '202538.495000', '202538.955000', '202539.415000', '202539.875000', '202540.335000', '202540.795000', '202541.255000', '202541.715000', '202542.175000', '202542.635000', '202543.095000', '202543.555000', '202544.015000', '202544.475000', '202544.935000', '202545.395000', '202545.855000', '202546.315000', '202546.775000', '202547.235000', '202547.695000', '202548.155000', '202548.615000', '202549.075000', '202549.535000', '202549.995000', '202550.455000', '202550.915000', '202551.375000', '202551.835000', '202552.295000', '202552.755000', '202553.215000', '202553.675000', '202554.135000', '202554.595000', '202555.055000', '202555.515000', '202555.975000', '202556.435000', '202556.895000', '202557.355000', '202557.815000', '202558.275000', '202558.735000', '202559.195000', '202559.655000', '202600.115000', '202600.575000', '202601.035000', '202601.495000', '202601.955000', '202602.415000', '202602.875000', '202603.335000', '202603.795000', '202604.255000', '202604.715000', '202605.175000', '202605.635000', '202606.095000', '202606.555000', '202607.015000', '202607.475000', '202607.935000', '202608.395000', '202608.855000', '202609.315000', '202609.775000', '202610.235000', '202610.695000', '202611.155000', '202611.615000', '202612.075000', '202612.535000', '202612.995000', '202613.455000', '202613.915000', '202614.375000', '202614.835000', '202615.295000', '202615.755000', '202616.215000', '202616.675000', '202617.135000', '202617.595000', '202618.055000', '202618.515000', '202618.975000', '202619.435000', '202619.895000', '202620.355000', '202620.815000', '202621.275000', '202621.735000', '202622.195000', '202622.655000', '202623.115000', '202623.575000', '202624.035000', '202624.495000', '202624.955000', '202625.415000', '202625.875000', '202626.335000', '202626.795000', '202627.255000', '202627.715000', '202628.175000', '202628.635000', '202629.095000', '202629.555000', '202630.015000', '202630.475000', '202630.935000', '202631.395000', '202631.855000', '202632.315000', '202632.775000', '202633.235000', '202633.695000', '202634.155000', '202634.615000', '202635.075000', '202635.535000', '202635.995000', '202636.455000', '202636.915000', '202637.375000', '202637.835000', '202638.295000', '202638.755000', '202639.215000', '202639.675000', '202640.135000', '202640.595000', '202641.055000', '202641.515000', '202641.975000', '202642.435000', '202642.895000', '202643.355000', '202643.815000', '202644.275000', '202644.735000', '202645.195000', '202645.655000', '202646.115000', '202646.575000', '202647.035000', '202647.495000', '202647.955000', '202648.415000', '202648.875000', '202649.335000', '202649.795000', '202650.255000', '202650.715000', '202651.175000', '202651.635000', '202652.095000', '202652.555000', '202653.015000', '202653.475000', '202653.935000', '202654.395000', '202654.855000', '202655.315000', '202655.775000', '202656.235000', '202656.695000', '202657.155000', '202657.615000', '202658.075000', '202658.535000', '202658.995000', '202659.455000', '202659.915000', '202700.375000', '202700.835000', '202701.295000', '202701.755000', '202702.215000', '202702.675000', '202703.135000', '202703.595000', '202704.055000', '202704.515000', '202704.975000', '202705.435000', '202705.895000', '202706.355000', '202706.815000', '202707.275000', '202707.735000', '202708.195000', '202708.655000', '202709.115000', '202709.575000', '202710.035000', '202710.495000', '202710.955000', '202711.415000', '202711.875000', '202712.335000', '202712.795000', '202713.255000', '202713.715000', '202714.175000', '202714.635000', '202715.095000', '202715.555000', '202716.015000', '202716.475000', '202716.935000', '202717.395000', '202717.855000', '202718.315000', '202718.775000', '202719.235000', '202719.695000', '202720.155000', '202720.615000', '202721.075000', '202721.535000', '202721.995000', '202722.455000', '202722.915000', '202723.375000', '202723.835000', '202724.295000', '202724.755000', '202725.215000', '202725.675000', '202726.135000', '202726.595000', '202727.055000', '202727.515000', '202727.975000', '202728.435000', '202728.895000', '202729.355000', '202729.815000', '202730.275000', '202730.735000', '202731.195000', '202731.655000', '202732.115000', '202732.575000', '202733.035000', '202733.495000', '202733.955000', '202734.415000', '202734.875000', '202735.335000', '202735.795000', '202736.255000', '202736.715000', '202737.175000', '202737.635000', '202738.095000', '202738.555000', '202739.015000', '202739.475000', '202739.935000', '202740.395000', '202740.855000', '202741.315000', '202741.775000', '202742.235000', '202742.695000', '202743.155000', '202743.615000', '202744.075000', '202744.535000', '202744.995000', '202745.455000', '202745.915000', '202746.375000', '202746.835000', '202747.295000', '202747.755000', '202748.215000', '202748.675000', '202749.135000', '202749.595000', '202750.055000', '202750.515000', '202750.975000', '202751.435000', '202751.895000', '202752.355000', '202752.815000', '202753.275000', '202753.735000', '202754.195000', '202754.655000', '202755.115000', '202755.575000', '202756.035000', '202756.495000', '202756.955000', '202757.415000', '202757.875000', '202758.335000', '202758.795000', '202759.255000', '202759.715000', '202800.175000', '202800.635000', '202801.095000', '202801.555000', '202802.015000', '202802.475000', '202802.935000', '202803.395000', '202803.855000', '202804.315000', '202804.775000', '202805.235000', '202805.695000', '202806.155000', '202806.615000', '202807.075000', '202807.535000', '202807.995000', '202808.455000', '202808.915000', '202809.375000', '202809.835000', '202810.295000', '202810.755000', '202811.215000', '202811.675000', '202812.135000', '202812.595000', '202813.055000', '202813.515000', '202813.975000', '202814.435000', '202814.895000', '202815.355000', '202815.815000', '202816.275000', '202816.735000', '202817.195000', '202817.655000', '202818.115000', '202818.575000', '202819.035000', '202819.495000', '202819.955000', '202820.415000', '202820.875000', '202821.335000', '202821.795000', '202822.255000', '202822.715000', '202823.175000', '202823.635000', '202824.095000', '202824.555000', '202825.015000', '202825.475000', '202825.935000', '202826.395000', '202826.855000', '202827.315000', '202827.775000', '202828.235000', '202828.695000', '202829.155000', '202829.615000', '202830.075000', '202830.535000', '202830.995000', '202831.455000', '202831.915000', '202832.375000', '202832.835000', '202833.295000', '202833.755000', '202834.215000', '202834.675000', '202835.135000', '202835.595000', '202836.055000', '202836.515000', '202836.975000', '202837.435000', '202837.895000', '202838.355000', '202838.815000', '202839.275000', '202839.735000', '202840.195000', '202840.655000', '202841.115000', '202841.575000', '202842.035000', '202842.495000', '202842.955000', '202843.415000', '202843.875000', '202844.335000', '202844.795000', '202845.255000', '202845.715000', '202846.175000', '202846.635000', '202847.095000', '202847.555000', '202848.015000', '202848.475000', '202848.935000', '202849.395000', '202849.855000', '202850.315000', '202850.775000', '202851.235000', '202851.695000', '202852.155000', '202852.615000', '202853.075000', '202853.535000', '202853.995000', '202854.455000', '202854.915000', '202855.375000', '202855.835000', '202856.295000', '202856.755000', '202857.215000', '202857.675000', '202858.135000', '202858.595000', '202859.055000', '202859.515000', '202859.975000', '202900.435000', '202900.895000', '202901.355000', '202901.815000', '202902.275000', '202902.735000', '202903.195000', '202903.655000', '202904.115000', '202904.575000', '202905.035000', '202905.495000', '202905.955000', '202906.415000', '202906.875000', '202907.335000', '202907.795000', '202908.255000', '202908.715000', '202909.175000', '202909.635000', '202910.095000', '202910.555000', '202911.015000', '202911.475000', '202911.935000', '202912.395000', '202912.855000', '202913.315000', '202913.775000', '202914.235000', '202914.695000', '202915.155000', '202915.615000', '202916.075000', '202916.535000', '202916.995000', '202917.455000', '202917.915000', '202918.375000', '202918.835000', '202919.295000', '202919.755000', '202920.215000', '202920.675000', '202921.135000', '202921.595000', '202922.055000', '202922.515000', '202922.975000', '202923.435000', '202923.895000', '202924.355000', '202924.815000', '202925.275000', '202925.735000', '202926.195000', '202926.655000', '202927.115000', '202927.575000', '202928.035000', '202928.495000', '202928.955000', '202929.415000', '202929.875000', '202930.335000', '202930.795000', '202931.255000', '202931.715000', '202932.175000', '202932.635000', '202933.095000', '202933.555000', '202934.015000', '202934.475000', '202934.935000', '202935.395000', '202935.855000', '202936.315000', '202936.775000', '202937.235000', '202937.695000', '202938.155000', '202938.615000', '202939.075000', '202939.535000', '202939.995000', '202940.455000', '202940.915000', '202941.375000', '202941.835000', '202942.295000', '202942.755000', '202943.215000', '202943.675000', '202944.135000', '202944.595000', '202945.055000', '202945.515000', '202945.975000', '202946.435000', '202946.895000', '202947.355000', '202947.815000', '202948.275000', '202948.735000', '202949.195000', '202949.655000', '202950.115000', '202950.575000', '202951.035000', '202951.495000', '202951.955000', '202952.415000', '202952.875000', '202953.335000', '202953.795000', '202954.255000', '202954.715000', '202955.175000', '202955.635000', '202956.095000', '202956.555000', '202957.015000', '202957.475000', '202957.935000', '202958.395000', '202958.855000', '202959.315000', '202959.775000', '203000.235000', '203000.695000', '203001.155000', '203001.615000', '203002.075000', '203002.535000', '203002.995000', '203003.455000', '203003.915000', '203004.375000', '203004.835000', '203005.295000', '203005.755000', '203006.215000', '203006.675000', '203007.135000', '203007.595000', '203008.055000', '203008.515000', '203008.975000', '203009.435000', '203009.895000', '203010.355000', '203010.815000', '203011.275000', '203011.735000', '203012.195000', '203012.655000', '203013.115000', '203013.575000', '203014.035000', '203014.495000', '203014.955000', '203015.415000', '203015.875000', '203016.335000', '203016.795000', '203017.255000', '203017.715000', '203018.175000', '203018.635000', '203019.095000', '203019.555000', '203020.015000', '203020.475000', '203020.935000', '203021.395000', '203021.855000', '203022.315000', '203022.775000', '203023.235000', '203023.695000', '203024.155000', '203024.615000', '203025.075000', '203025.535000', '203025.995000', '203026.455000', '203026.915000', '203027.375000', '203027.835000', '203028.295000', '203028.755000', '203029.215000', '203029.675000', '203030.135000', '203030.595000', '203031.055000', '203031.515000', '203031.975000', '203032.435000', '203032.895000', '203033.355000', '203033.815000', '203034.275000', '203034.735000', '203035.195000', '203035.655000', '203036.115000', '203036.575000', '203037.035000', '203037.495000', '203037.955000', '203038.415000', '203038.875000', '203039.335000', '203039.795000', '203040.255000', '203040.715000', '203041.175000', '203041.635000', '203042.095000', '203042.555000', '203043.015000', '203043.475000', '203043.935000', '203044.395000', '203044.855000', '203045.315000', '203045.775000', '203046.235000', '203046.695000', '203047.155000', '203047.615000', '203048.075000', '203048.535000', '203048.995000', '203049.455000', '203049.915000', '203050.375000', '203050.835000', '203051.295000', '203051.755000', '203052.215000', '203052.675000', '203053.135000', '203053.595000', '203054.055000', '203054.515000', '203054.975000', '203055.435000', '203055.895000', '203056.355000', '203056.815000', '203057.275000', '203057.735000', '203058.195000', '203058.655000', '203059.115000', '203059.575000', '203100.035000', '203100.495000', '203100.955000', '203101.415000', '203101.875000', '203102.335000', '203102.795000', '203103.255000', '203103.715000', '203104.175000', '203104.635000', '203105.095000', '203105.555000', '203106.015000', '203106.475000', '203106.935000', '203107.395000', '203107.855000', '203108.315000', '203108.775000', '203109.235000', '203109.695000', '203110.155000', '203110.615000', '203111.075000', '203111.535000', '203111.995000', '203112.455000', '203112.915000', '203113.375000', '203113.835000', '203114.295000', '203114.755000', '203115.215000', '203115.675000', '203116.135000', '203116.595000', '203117.055000', '203117.515000', '203117.975000', '203118.435000', '203118.895000', '203119.355000', '203119.815000', '203120.275000', '203120.735000', '203121.195000', '203121.655000', '203122.115000', '203122.575000', '203123.035000', '203123.495000', '203123.955000', '203124.415000', '203124.875000', '203125.335000', '203125.795000', '203126.255000', '203126.715000', '203127.175000', '203127.635000', '203128.095000', '203128.555000', '203129.015000', '203129.475000', '203129.935000', '203130.395000', '203130.855000', '203131.315000', '203131.775000', '203132.235000', '203132.695000', '203133.155000', '203133.615000', '203134.075000', '203134.535000', '203134.995000', '203135.455000', '203135.915000', '203136.375000', '203136.835000', '203137.295000', '203137.755000', '203138.215000', '203138.675000', '203139.135000', '203139.595000', '203140.055000', '203140.515000', '203140.975000', '203141.435000', '203141.895000', '203142.355000', '203142.815000', '203143.275000', '203143.735000', '203144.195000', '203144.655000', '203145.115000', '203145.575000', '203146.035000', '203146.495000', '203146.955000', '203147.415000', '203147.875000', '203148.335000', '203148.795000', '203149.255000', '203149.715000', '203150.175000', '203150.635000', '203151.095000', '203151.555000', '203152.015000', '203152.475000', '203152.935000', '203153.395000', '203153.855000', '203154.315000', '203154.775000', '203155.235000', '203155.695000', '203156.155000', '203156.615000', '203157.075000', '203157.535000', '203157.995000', '203158.455000', '203158.915000', '203159.375000', '203159.835000', '203200.295000', '203200.755000', '203201.215000', '203201.675000', '203202.135000', '203202.595000', '203203.055000', '203203.515000', '203203.975000', '203204.435000', '203204.895000', '203205.355000', '203205.815000', '203206.275000', '203206.735000', '203207.195000', '203207.655000', '203208.115000', '203208.575000', '203209.035000', '203209.495000', '203209.955000', '203210.415000', '203210.875000', '203211.335000', '203211.795000', '203212.255000', '203212.715000', '203213.175000', '203213.635000', '203214.095000', '203214.555000', '203215.015000', '203215.475000', '203215.935000', '203216.395000', '203216.855000', '203217.315000', '203217.775000', '203218.235000', '203218.695000', '203219.155000', '203219.615000', '203220.075000', '203220.535000', '203220.995000', '203221.455000', '203221.915000', '203222.375000', '203222.835000', '203223.295000', '203223.755000', '203224.215000', '203224.675000', '203225.135000', '203225.595000', '203226.055000', '203226.515000', '203226.975000', '203227.435000', '203227.895000', '203228.355000', '203228.815000', '203229.275000', '203229.735000', '203230.195000', '203230.655000', '203231.115000', '203231.575000', '203232.035000', '203232.495000', '203232.955000', '203233.415000', '203233.875000', '203234.335000', '203234.795000', '203235.255000', '203235.715000', '203236.175000', '203236.635000', '203237.095000', '203237.555000', '203238.015000', '203238.475000', '203238.935000', '203239.395000', '203239.855000', '203240.315000', '203240.775000', '203241.235000', '203241.695000', '203242.155000', '203242.615000', '203243.075000', '203243.535000', '203243.995000', '203244.455000', '203244.915000', '203245.375000', '203245.835000', '203246.295000', '203246.755000', '203247.215000', '203247.675000', '203248.135000', '203248.595000', '203249.055000', '203249.515000', '203249.975000', '203250.435000', '203250.895000', '203251.355000', '203251.815000', '203252.275000', '203252.735000', '203253.195000', '203253.655000', '203254.115000', '203254.575000', '203255.035000', '203255.495000', '203255.955000', '203256.415000', '203256.875000', '203257.335000', '203257.795000', '203258.255000', '203258.715000', '203259.175000', '203259.635000', '203300.095000', '203300.555000', '203301.015000', '203301.475000', '203301.935000', '203302.395000', '203302.855000', '203303.315000', '203303.775000', '203304.235000', '203304.695000', '203305.155000', '203305.615000', '203306.075000', '203306.535000', '203306.995000', '203307.455000', '203307.915000', '203308.375000', '203308.835000', '203309.295000', '203309.755000', '203310.215000', '203310.675000', '203311.135000', '203311.595000', '203312.055000', '203312.515000', '203312.975000', '203313.435000', '203313.895000', '203314.355000', '203314.815000', '203315.275000', '203315.735000', '203316.195000', '203316.655000', '203317.115000', '203317.575000', '203318.035000', '203318.495000', '203318.955000', '203319.415000', '203319.875000', '203320.335000', '203320.795000', '203321.255000', '203321.715000'], 'ContentTime': ['202333.752000', '202333.755000', '202333.757000', '202333.760000', '202333.763000', '202333.765000', '202333.768000', '202333.770000', '202333.773000', '202333.775000', '202333.778000', '202333.780000', '202333.783000', '202333.806000', '202333.808000', '202333.811000', '202333.813000', '202333.816000', '202333.818000', '202333.821000', '202333.823000', '202333.826000', '202333.829000', '202333.831000', '202333.834000', '202333.836000', '202333.839000', '202333.842000', '202333.844000', '202333.847000', '202333.849000', '202333.852000', '202333.854000', '202333.858000', '202333.861000', '202333.864000', '202333.866000', '202333.869000', '202333.871000', '202333.874000', '202333.876000', '202333.879000', '202333.882000', '202333.884000', '202333.887000', '202333.889000', '202333.892000', '202333.894000', '202333.897000', '202333.899000', '202333.902000', '202333.905000', '202333.907000', '202353.709000', '202353.712000', '202353.715000', '202353.717000', '202353.720000', '202353.722000', '202353.727000', '202353.730000', '202353.732000', '202353.735000', '202353.737000', '202353.740000', '202353.743000', '202353.745000', '202353.748000', '202353.750000', '202353.753000', '202353.755000', '202353.758000', '202353.761000', '202353.763000', '202353.766000', '202353.768000', '202353.771000', '202353.773000', '202353.776000', '202353.778000', '202353.781000', '202353.784000', '202353.786000', '202353.789000', '202353.791000', '202353.794000', '202353.796000', '202353.799000', '202353.801000', '202353.804000', '202353.807000', '202353.809000', '202353.812000', '202353.814000', '202353.817000', '202353.819000', '202413.708000', '202413.711000', '202413.714000', '202413.716000', '202413.719000', '202413.722000', '202413.724000', '202413.727000', '202413.729000', '202413.732000', '202413.734000', '202413.737000', '202413.740000', '202413.742000', '202413.745000', '202413.747000', '202413.750000', '202413.761000', '202413.764000', '202413.766000', '202413.769000', '202413.772000', '202413.774000', '202413.777000', '202413.779000', '202413.782000', '202413.784000', '202413.787000', '202413.790000', '202413.792000', '202413.795000', '202413.797000', '202413.800000', '202413.803000', '202413.805000', '202413.808000', '202413.810000', '202413.813000', '202413.816000', '202413.818000', '202413.821000', '202413.823000', '202413.826000', '202413.829000', '202433.709000', '202433.711000', '202433.714000', '202433.716000', '202433.719000', '202433.722000', '202433.724000', '202433.727000', '202433.729000', '202433.732000', '202433.734000', '202433.737000', '202433.739000', '202433.742000', '202433.745000', '202433.747000', '202433.750000', '202433.753000', '202433.755000', '202433.758000', '202433.760000', '202433.763000', '202433.766000', '202433.768000', '202433.771000', '202433.773000', '202433.776000', '202433.779000', '202433.781000', '202433.784000', '202433.787000', '202433.789000', '202433.793000', '202433.796000', '202433.799000', '202433.801000', '202433.804000', '202433.806000', '202433.809000', '202433.812000', '202433.814000', '202433.817000', '202433.819000', '202453.708000', '202453.711000', '202453.714000', '202453.716000', '202453.719000', '202453.721000', '202453.724000', '202453.727000', '202453.729000', '202453.732000', '202453.735000', '202453.737000', '202453.740000', '202453.742000', '202453.745000', '202453.747000', '202453.750000', '202453.753000', '202453.755000', '202453.758000', '202453.760000', '202453.763000', '202453.766000', '202453.768000', '202453.771000', '202453.773000', '202453.776000', '202453.779000', '202453.781000', '202453.784000', '202453.787000', '202453.789000', '202453.792000', '202453.794000', '202453.797000', '202453.818000', '202453.820000', '202453.823000', '202453.825000', '202453.828000', '202453.830000', '202453.833000', '202453.836000', '202453.848000', '202513.708000', '202513.711000', '202513.714000', '202513.716000', '202513.719000', '202513.722000', '202513.724000', '202513.727000', '202513.729000', '202513.732000', '202513.735000', '202513.737000', '202513.740000', '202513.742000', '202513.745000', '202513.748000', '202513.750000', '202513.753000', '202513.755000', '202513.758000', '202513.760000', '202513.763000', '202513.766000', '202513.769000', '202513.772000', '202513.775000', '202513.778000', '202513.780000', '202513.783000', '202513.786000', '202513.788000', '202513.791000', '202513.793000', '202513.796000', '202513.798000', '202513.847000', '202513.850000', '202513.852000', '202513.855000', '202513.857000', '202513.860000', '202513.862000', '202513.865000', '202533.708000', '202533.711000', '202533.714000', '202533.716000', '202533.719000', '202533.722000', '202533.724000', '202533.727000', '202533.729000', '202533.732000', '202533.734000', '202533.737000', '202533.740000', '202533.742000', '202533.745000', '202533.747000', '202533.750000', '202533.753000', '202533.755000', '202533.758000', '202533.760000', '202533.763000', '202533.765000', '202533.768000', '202533.771000', '202533.773000', '202533.776000', '202533.778000', '202533.781000', '202533.783000', '202533.786000', '202533.789000', '202533.791000', '202533.794000', '202533.796000', '202533.799000', '202533.848000', '202533.850000', '202533.853000', '202533.856000', '202533.858000', '202533.861000', '202533.863000', '202533.866000', '202553.708000', '202553.711000', '202553.714000', '202553.716000', '202553.719000', '202553.722000', '202553.724000', '202553.727000', '202553.729000', '202553.732000', '202553.735000', '202553.737000', '202553.740000', '202553.743000', '202553.745000', '202553.748000', '202553.751000', '202553.753000', '202553.756000', '202553.758000', '202553.761000', '202553.763000', '202553.766000', '202553.769000', '202553.771000', '202553.774000', '202553.777000', '202553.779000', '202553.782000', '202553.784000', '202553.787000', '202553.789000', '202553.792000', '202553.795000', '202553.797000', '202553.848000', '202553.851000', '202553.853000', '202553.856000', '202553.858000', '202553.861000', '202553.864000', '202553.866000', '202613.710000', '202613.712000', '202613.715000', '202613.718000', '202613.720000', '202613.723000', '202613.725000', '202613.728000', '202613.731000', '202613.733000', '202613.736000', '202613.738000', '202613.741000', '202613.744000', '202613.746000', '202613.749000', '202613.751000', '202613.754000', '202613.757000', '202613.759000', '202613.762000', '202613.764000', '202613.767000', '202613.770000', '202613.772000', '202613.775000', '202613.778000', '202613.780000', '202613.783000', '202613.785000', '202613.788000', '202613.791000', '202613.793000', '202613.796000', '202613.798000', '202613.801000', '202613.804000', '202613.806000', '202613.809000', '202613.811000', '202613.814000', '202613.817000', '202613.819000', '202613.822000', '202633.709000', '202633.711000', '202633.714000', '202633.717000', '202633.719000', '202633.722000', '202633.724000', '202633.727000', '202633.730000', '202633.732000', '202633.735000', '202633.737000', '202633.740000', '202633.743000', '202633.745000', '202633.748000', '202633.751000', '202633.753000', '202633.756000', '202633.759000', '202633.761000', '202633.764000', '202633.767000', '202633.770000', '202633.772000', '202633.775000', '202633.778000', '202633.781000', '202633.783000', '202633.786000', '202633.788000', '202633.791000', '202633.793000', '202633.796000', '202633.799000', '202633.848000', '202633.851000', '202633.853000', '202633.880000', '202633.883000', '202633.885000', '202633.888000', '202633.890000', '202653.709000', '202653.711000', '202653.714000', '202653.717000', '202653.719000', '202653.722000', '202653.725000', '202653.727000', '202653.730000', '202653.732000', '202653.735000', '202653.737000', '202653.740000', '202653.743000', '202653.745000', '202653.748000', '202653.751000', '202653.753000', '202653.756000', '202653.758000', '202653.761000', '202653.764000', '202653.767000', '202653.769000', '202653.772000', '202653.774000', '202653.777000', '202653.780000', '202653.782000', '202653.785000', '202653.788000', '202653.790000', '202653.793000', '202653.795000', '202653.798000', '202653.860000', '202653.863000', '202653.865000', '202653.868000', '202653.871000', '202653.873000', '202653.876000', '202653.878000', '202713.708000', '202713.711000', '202713.714000', '202713.716000', '202713.719000', '202713.722000', '202713.724000', '202713.727000', '202713.729000', '202713.732000', '202713.735000', '202713.737000', '202713.740000', '202713.742000', '202713.745000', '202713.748000', '202713.750000', '202713.753000', '202713.756000', '202713.758000', '202713.761000', '202713.763000', '202713.766000', '202713.768000', '202713.771000', '202713.774000', '202713.776000', '202713.779000', '202713.782000', '202713.784000', '202713.787000', '202713.790000', '202713.792000', '202713.795000', '202713.797000', '202713.858000', '202713.860000', '202713.863000', '202713.865000', '202713.868000', '202713.871000', '202713.874000', '202713.876000', '202713.879000', '202733.708000', '202733.711000', '202733.714000', '202733.716000', '202733.719000', '202733.722000', '202733.724000', '202733.727000', '202733.729000', '202733.732000', '202733.734000', '202733.737000', '202733.740000', '202733.742000', '202733.745000', '202733.747000', '202733.750000', '202733.753000', '202733.755000', '202733.758000', '202733.760000', '202733.763000', '202733.766000', '202733.768000', '202733.771000', '202733.773000', '202733.776000', '202733.779000', '202733.781000', '202733.784000', '202733.787000', '202733.789000', '202733.792000', '202733.794000', '202733.797000', '202733.847000', '202733.849000', '202733.852000', '202733.855000', '202733.857000', '202733.860000', '202733.862000', '202733.865000', '202733.867000', '202753.708000', '202753.711000', '202753.714000', '202753.716000', '202753.719000', '202753.722000', '202753.724000', '202753.727000', '202753.730000', '202753.732000', '202753.735000', '202753.738000', '202753.740000', '202753.743000', '202753.745000', '202753.748000', '202753.751000', '202753.753000', '202753.756000', '202753.758000', '202753.761000', '202753.764000', '202753.766000', '202753.769000', '202753.772000', '202753.774000', '202753.777000', '202753.779000', '202753.782000', '202753.785000', '202753.788000', '202753.790000', '202753.793000', '202753.795000', '202753.798000', '202753.833000', '202753.836000', '202753.839000', '202753.841000', '202753.844000', '202753.846000', '202753.849000', '202753.852000', '202813.709000', '202813.711000', '202813.714000', '202813.717000', '202813.719000', '202813.727000', '202813.729000', '202813.732000', '202813.735000', '202813.737000', '202813.740000', '202813.742000', '202813.745000', '202813.748000', '202813.750000', '202813.753000', '202813.755000', '202813.758000', '202813.760000', '202813.763000', '202813.766000', '202813.768000', '202813.771000', '202813.774000', '202813.776000', '202813.779000', '202813.781000', '202813.784000', '202813.787000', '202813.789000', '202813.792000', '202813.794000', '202813.797000', '202813.862000', '202813.865000', '202813.868000', '202813.870000', '202813.873000', '202813.875000', '202813.878000', '202813.881000', '202813.883000', '202813.886000', '202813.888000', '202833.709000', '202833.712000', '202833.715000', '202833.717000', '202833.720000', '202833.723000', '202833.725000', '202833.728000', '202833.730000', '202833.733000', '202833.736000', '202833.738000', '202833.741000', '202833.743000', '202833.746000', '202833.749000', '202833.751000', '202833.754000', '202833.757000', '202833.759000', '202833.762000', '202833.764000', '202833.767000', '202833.770000', '202833.772000', '202833.775000', '202833.777000', '202833.780000', '202833.782000', '202833.785000', '202833.788000', '202833.790000', '202833.793000', '202833.795000', '202833.798000', '202833.851000', '202833.853000', '202833.856000', '202833.858000', '202833.863000', '202833.865000', '202833.868000', '202833.871000', '202853.708000', '202853.711000', '202853.714000', '202853.716000', '202853.719000', '202853.722000', '202853.724000', '202853.727000', '202853.729000', '202853.732000', '202853.734000', '202853.737000', '202853.740000', '202853.742000', '202853.745000', '202853.747000', '202853.750000', '202853.752000', '202853.755000', '202853.758000', '202853.760000', '202853.763000', '202853.765000', '202853.768000', '202853.770000', '202853.773000', '202853.776000', '202853.778000', '202853.781000', '202853.784000', '202853.786000', '202853.789000', '202853.792000', '202853.794000', '202853.797000', '202853.873000', '202853.876000', '202853.879000', '202853.881000', '202853.884000', '202853.886000', '202853.889000', '202853.891000', '202853.894000', '202913.708000', '202913.711000', '202913.714000', '202913.717000', '202913.720000', '202913.722000', '202913.725000', '202913.727000', '202913.730000', '202913.733000', '202913.735000', '202913.738000', '202913.740000', '202913.743000', '202913.745000', '202913.748000', '202913.751000', '202913.753000', '202913.756000', '202913.759000', '202913.761000', '202913.764000', '202913.766000', '202913.769000', '202913.772000', '202913.774000', '202913.777000', '202913.780000', '202913.782000', '202913.785000', '202913.787000', '202913.790000', '202913.793000', '202913.795000', '202913.798000', '202913.849000', '202913.851000', '202913.854000', '202913.856000', '202913.859000', '202913.862000', '202913.864000', '202913.867000', '202933.709000', '202933.712000', '202933.715000', '202933.718000', '202933.720000', '202933.723000', '202933.725000', '202933.728000', '202933.731000', '202933.733000', '202933.736000', '202933.738000', '202933.741000', '202933.743000', '202933.746000', '202933.749000', '202933.759000', '202933.762000', '202933.765000', '202933.767000', '202933.770000', '202933.773000', '202933.775000', '202933.778000', '202933.780000', '202933.783000', '202933.786000', '202933.788000', '202933.791000', '202933.793000', '202933.796000', '202933.799000', '202933.801000', '202933.804000', '202933.807000', '202933.809000', '202933.812000', '202933.814000', '202933.817000', '202933.820000', '202933.822000', '202933.825000', '202933.827000', '202953.709000', '202953.711000', '202953.714000', '202953.717000', '202953.719000', '202953.722000', '202953.724000', '202953.727000', '202953.730000', '202953.732000', '202953.735000', '202953.737000', '202953.740000', '202953.743000', '202953.745000', '202953.748000', '202953.751000', '202953.753000', '202953.756000', '202953.758000', '202953.761000', '202953.763000', '202953.766000', '202953.769000', '202953.771000', '202953.774000', '202953.776000', '202953.779000', '202953.782000', '202953.784000', '202953.787000', '202953.790000', '202953.792000', '202953.795000', '202953.797000', '202953.800000', '202953.803000', '202953.805000', '202953.808000', '202953.811000', '202953.813000', '202953.816000', '202953.818000', '202953.821000', '203013.708000', '203013.711000', '203013.714000', '203013.716000', '203013.719000', '203013.722000', '203013.724000', '203013.727000', '203013.730000', '203013.732000', '203013.735000', '203013.737000', '203013.740000', '203013.743000', '203013.745000', '203013.748000', '203013.750000', '203013.753000', '203013.756000', '203013.758000', '203013.761000', '203013.763000', '203013.766000', '203013.768000', '203013.771000', '203013.774000', '203013.776000', '203013.779000', '203013.781000', '203013.784000', '203013.787000', '203013.789000', '203013.792000', '203013.794000', '203013.797000', '203013.800000', '203013.803000', '203013.805000', '203013.808000', '203013.810000', '203013.813000', '203013.816000', '203013.818000', '203033.708000', '203033.711000', '203033.714000', '203033.716000', '203033.719000', '203033.722000', '203033.724000', '203033.727000', '203033.729000', '203033.732000', '203033.735000', '203033.737000', '203033.740000', '203033.742000', '203033.745000', '203033.748000', '203033.750000', '203033.753000', '203033.755000', '203033.758000', '203033.760000', '203033.763000', '203033.766000', '203033.768000', '203033.771000', '203033.773000', '203033.776000', '203033.778000', '203033.781000', '203033.784000', '203033.786000', '203033.789000', '203033.792000', '203033.794000', '203033.797000', '203033.800000', '203033.846000', '203033.849000', '203033.851000', '203033.854000', '203033.856000', '203033.859000', '203033.862000', '203033.864000', '203053.709000', '203053.712000', '203053.715000', '203053.717000', '203053.720000', '203053.723000', '203053.725000', '203053.728000', '203053.730000', '203053.733000', '203053.736000', '203053.739000', '203053.742000', '203053.745000', '203053.747000', '203053.750000', '203053.753000', '203053.756000', '203053.759000', '203053.761000', '203053.764000', '203053.766000', '203053.769000', '203053.771000', '203053.774000', '203053.777000', '203053.779000', '203053.792000', '203053.795000', '203053.797000', '203053.862000', '203053.865000', '203053.867000', '203053.870000', '203053.873000', '203053.875000', '203053.878000', '203053.881000', '203053.883000', '203053.886000', '203053.888000', '203053.891000', '203053.894000', '203113.709000', '203113.711000', '203113.714000', '203113.717000', '203113.719000', '203113.722000', '203113.724000', '203113.727000', '203113.730000', '203113.732000', '203113.735000', '203113.737000', '203113.740000', '203113.743000', '203113.745000', '203113.748000', '203113.750000', '203113.753000', '203113.756000', '203113.758000', '203113.761000', '203113.763000', '203113.766000', '203113.768000', '203113.771000', '203113.774000', '203113.776000', '203113.779000', '203113.781000', '203113.784000', '203113.786000', '203113.789000', '203113.792000', '203113.794000', '203113.797000', '203113.800000', '203113.803000', '203113.805000', '203113.808000', '203113.810000', '203113.813000', '203113.815000', '203113.818000', '203113.821000', '203133.708000', '203133.711000', '203133.714000', '203133.716000', '203133.719000', '203133.722000', '203133.724000', '203133.727000', '203133.729000', '203133.732000', '203133.735000', '203133.737000', '203133.740000', '203133.743000', '203133.745000', '203133.748000', '203133.750000', '203133.753000', '203133.755000', '203133.758000', '203133.761000', '203133.763000', '203133.766000', '203133.768000', '203133.771000', '203133.774000', '203133.776000', '203133.779000', '203133.781000', '203133.784000', '203133.786000', '203133.789000', '203133.792000', '203133.794000', '203133.797000', '203133.823000', '203133.826000', '203133.828000', '203133.831000', '203133.834000', '203133.836000', '203133.839000', '203133.841000', '203153.708000', '203153.711000', '203153.714000', '203153.717000', '203153.719000', '203153.722000', '203153.724000', '203153.727000', '203153.730000', '203153.732000', '203153.735000', '203153.737000', '203153.740000', '203153.743000', '203153.745000', '203153.748000', '203153.750000', '203153.753000', '203153.755000', '203153.758000', '203153.761000', '203153.763000', '203153.766000', '203153.768000', '203153.771000', '203153.774000', '203153.776000', '203153.779000', '203153.781000', '203153.784000', '203153.787000', '203153.789000', '203153.792000', '203153.794000', '203153.797000', '203153.800000', '203153.889000', '203153.891000', '203153.894000', '203153.896000', '203153.899000', '203153.902000', '203153.904000', '203153.907000', '203213.709000', '203213.711000', '203213.714000', '203213.717000', '203213.719000', '203213.722000', '203213.724000', '203213.727000', '203213.730000', '203213.732000', '203213.735000', '203213.737000', '203213.740000', '203213.743000', '203213.745000', '203213.748000', '203213.750000', '203213.753000', '203213.756000', '203213.758000', '203213.761000', '203213.763000', '203213.766000', '203213.778000', '203213.781000', '203213.784000', '203213.786000', '203213.790000', '203213.793000', '203213.796000', '203213.799000', '203213.856000', '203213.858000', '203213.861000', '203213.863000', '203213.866000', '203213.868000', '203213.871000', '203213.874000', '203213.876000', '203213.879000', '203213.881000', '203213.884000', '203233.709000', '203233.712000', '203233.714000', '203233.717000', '203233.719000', '203233.722000', '203233.725000', '203233.727000', '203233.730000', '203233.733000', '203233.735000', '203233.738000', '203233.740000', '203233.743000', '203233.746000', '203233.748000', '203233.751000', '203233.753000', '203233.756000', '203233.758000', '203233.761000', '203233.764000', '203233.767000', '203233.769000', '203233.772000', '203233.775000', '203233.777000', '203233.780000', '203233.782000', '203233.785000', '203233.788000', '203233.790000', '203233.793000', '203233.796000', '203233.798000', '203233.882000', '203233.884000', '203233.887000', '203233.889000', '203233.892000', '203233.895000', '203233.897000', '203233.900000', '203233.902000', '203253.709000', '203253.711000', '203253.714000', '203253.716000', '203253.719000', '203253.722000', '203253.724000', '203253.727000', '203253.729000', '203253.732000', '203253.735000', '203253.737000', '203253.740000', '203253.742000', '203253.745000', '203253.748000', '203253.750000', '203253.753000', '203253.756000', '203253.758000', '203253.761000', '203253.763000', '203253.766000', '203253.769000', '203253.772000', '203253.774000', '203253.777000', '203253.780000', '203253.782000', '203253.785000', '203253.787000', '203253.790000', '203253.793000', '203253.795000', '203253.798000', '203253.887000', '203253.889000', '203253.892000', '203253.895000', '203253.897000', '203253.900000', '203253.902000', '203253.905000', '203313.710000', '203313.712000', '203313.715000', '203313.718000', '203313.720000', '203313.723000', '203313.725000', '203313.728000', '203313.731000', '203313.733000', '203313.736000', '203313.739000', '203313.741000', '203313.744000', '203313.746000', '203313.749000', '203313.752000', '203313.754000', '203313.757000', '203313.759000', '203313.762000', '203313.765000', '203313.767000', '203313.770000', '203313.772000', '203313.775000', '203313.777000', '203313.780000', '203313.783000', '203313.785000', '203313.788000', '203313.790000', '203313.793000', '203313.796000', '203313.798000', '203313.848000', '203313.851000', '203313.853000', '203313.856000', '203313.859000', '203313.861000', '203313.864000', '203313.866000', '203313.869000', '203323.231000', '203323.234000', '203323.236000', '203323.239000', '203323.242000', '203323.244000', '203323.247000', '203323.250000', '203323.252000', '203323.255000', '203323.258000', '203323.260000', '203323.263000', '203323.265000', '203323.268000', '203323.271000', '203323.273000', '203323.276000', '203323.279000', '203323.282000', '203323.297000'], 'InstanceCreationTime': ['202333.752000', '202333.755000', '202333.757000', '202333.760000', '202333.763000', '202333.765000', '202333.768000', '202333.770000', '202333.773000', '202333.775000', '202333.778000', '202333.780000', '202333.783000', '202333.806000', '202333.808000', '202333.811000', '202333.813000', '202333.816000', '202333.818000', '202333.821000', '202333.823000', '202333.826000', '202333.829000', '202333.831000', '202333.834000', '202333.836000', '202333.839000', '202333.842000', '202333.844000', '202333.847000', '202333.849000', '202333.852000', '202333.854000', '202333.858000', '202333.861000', '202333.864000', '202333.866000', '202333.869000', '202333.871000', '202333.874000', '202333.876000', '202333.879000', '202333.882000', '202333.884000', '202333.887000', '202333.889000', '202333.892000', '202333.894000', '202333.897000', '202333.899000', '202333.902000', '202333.905000', '202333.907000', '202353.709000', '202353.712000', '202353.715000', '202353.717000', '202353.720000', '202353.722000', '202353.727000', '202353.730000', '202353.732000', '202353.735000', '202353.737000', '202353.740000', '202353.743000', '202353.745000', '202353.748000', '202353.750000', '202353.753000', '202353.755000', '202353.758000', '202353.761000', '202353.763000', '202353.766000', '202353.768000', '202353.771000', '202353.773000', '202353.776000', '202353.778000', '202353.781000', '202353.784000', '202353.786000', '202353.789000', '202353.791000', '202353.794000', '202353.796000', '202353.799000', '202353.801000', '202353.804000', '202353.807000', '202353.809000', '202353.812000', '202353.814000', '202353.817000', '202353.819000', '202413.708000', '202413.711000', '202413.714000', '202413.716000', '202413.719000', '202413.722000', '202413.724000', '202413.727000', '202413.729000', '202413.732000', '202413.734000', '202413.737000', '202413.740000', '202413.742000', '202413.745000', '202413.747000', '202413.750000', '202413.761000', '202413.764000', '202413.766000', '202413.769000', '202413.772000', '202413.774000', '202413.777000', '202413.779000', '202413.782000', '202413.784000', '202413.787000', '202413.790000', '202413.792000', '202413.795000', '202413.797000', '202413.800000', '202413.803000', '202413.805000', '202413.808000', '202413.810000', '202413.813000', '202413.816000', '202413.818000', '202413.821000', '202413.823000', '202413.826000', '202413.829000', '202433.709000', '202433.711000', '202433.714000', '202433.716000', '202433.719000', '202433.722000', '202433.724000', '202433.727000', '202433.729000', '202433.732000', '202433.734000', '202433.737000', '202433.739000', '202433.742000', '202433.745000', '202433.747000', '202433.750000', '202433.753000', '202433.755000', '202433.758000', '202433.760000', '202433.763000', '202433.766000', '202433.768000', '202433.771000', '202433.773000', '202433.776000', '202433.779000', '202433.781000', '202433.784000', '202433.787000', '202433.789000', '202433.793000', '202433.796000', '202433.799000', '202433.801000', '202433.804000', '202433.806000', '202433.809000', '202433.812000', '202433.814000', '202433.817000', '202433.819000', '202453.708000', '202453.711000', '202453.714000', '202453.716000', '202453.719000', '202453.721000', '202453.724000', '202453.727000', '202453.729000', '202453.732000', '202453.735000', '202453.737000', '202453.740000', '202453.742000', '202453.745000', '202453.747000', '202453.750000', '202453.753000', '202453.755000', '202453.758000', '202453.760000', '202453.763000', '202453.766000', '202453.768000', '202453.771000', '202453.773000', '202453.776000', '202453.779000', '202453.781000', '202453.784000', '202453.787000', '202453.789000', '202453.792000', '202453.794000', '202453.797000', '202453.818000', '202453.820000', '202453.823000', '202453.825000', '202453.828000', '202453.830000', '202453.833000', '202453.836000', '202453.848000', '202513.708000', '202513.711000', '202513.714000', '202513.716000', '202513.719000', '202513.722000', '202513.724000', '202513.727000', '202513.729000', '202513.732000', '202513.735000', '202513.737000', '202513.740000', '202513.742000', '202513.745000', '202513.748000', '202513.750000', '202513.753000', '202513.755000', '202513.758000', '202513.760000', '202513.763000', '202513.766000', '202513.769000', '202513.772000', '202513.775000', '202513.778000', '202513.780000', '202513.783000', '202513.786000', '202513.788000', '202513.791000', '202513.793000', '202513.796000', '202513.798000', '202513.847000', '202513.850000', '202513.852000', '202513.855000', '202513.857000', '202513.860000', '202513.862000', '202513.865000', '202533.708000', '202533.711000', '202533.714000', '202533.716000', '202533.719000', '202533.722000', '202533.724000', '202533.727000', '202533.729000', '202533.732000', '202533.734000', '202533.737000', '202533.740000', '202533.742000', '202533.745000', '202533.747000', '202533.750000', '202533.753000', '202533.755000', '202533.758000', '202533.760000', '202533.763000', '202533.765000', '202533.768000', '202533.771000', '202533.773000', '202533.776000', '202533.778000', '202533.781000', '202533.783000', '202533.786000', '202533.789000', '202533.791000', '202533.794000', '202533.796000', '202533.799000', '202533.848000', '202533.850000', '202533.853000', '202533.856000', '202533.858000', '202533.861000', '202533.863000', '202533.866000', '202553.708000', '202553.711000', '202553.714000', '202553.716000', '202553.719000', '202553.722000', '202553.724000', '202553.727000', '202553.729000', '202553.732000', '202553.735000', '202553.737000', '202553.740000', '202553.743000', '202553.745000', '202553.748000', '202553.751000', '202553.753000', '202553.756000', '202553.758000', '202553.761000', '202553.763000', '202553.766000', '202553.769000', '202553.771000', '202553.774000', '202553.777000', '202553.779000', '202553.782000', '202553.784000', '202553.787000', '202553.789000', '202553.792000', '202553.795000', '202553.797000', '202553.848000', '202553.851000', '202553.853000', '202553.856000', '202553.858000', '202553.861000', '202553.864000', '202553.866000', '202613.710000', '202613.712000', '202613.715000', '202613.718000', '202613.720000', '202613.723000', '202613.725000', '202613.728000', '202613.731000', '202613.733000', '202613.736000', '202613.738000', '202613.741000', '202613.744000', '202613.746000', '202613.749000', '202613.751000', '202613.754000', '202613.757000', '202613.759000', '202613.762000', '202613.764000', '202613.767000', '202613.770000', '202613.772000', '202613.775000', '202613.778000', '202613.780000', '202613.783000', '202613.785000', '202613.788000', '202613.791000', '202613.793000', '202613.796000', '202613.798000', '202613.801000', '202613.804000', '202613.806000', '202613.809000', '202613.811000', '202613.814000', '202613.817000', '202613.819000', '202613.822000', '202633.709000', '202633.711000', '202633.714000', '202633.717000', '202633.719000', '202633.722000', '202633.724000', '202633.727000', '202633.730000', '202633.732000', '202633.735000', '202633.737000', '202633.740000', '202633.743000', '202633.745000', '202633.748000', '202633.751000', '202633.753000', '202633.756000', '202633.759000', '202633.761000', '202633.764000', '202633.767000', '202633.770000', '202633.772000', '202633.775000', '202633.778000', '202633.781000', '202633.783000', '202633.786000', '202633.788000', '202633.791000', '202633.793000', '202633.796000', '202633.799000', '202633.848000', '202633.851000', '202633.853000', '202633.880000', '202633.883000', '202633.885000', '202633.888000', '202633.890000', '202653.709000', '202653.711000', '202653.714000', '202653.717000', '202653.719000', '202653.722000', '202653.725000', '202653.727000', '202653.730000', '202653.732000', '202653.735000', '202653.737000', '202653.740000', '202653.743000', '202653.745000', '202653.748000', '202653.751000', '202653.753000', '202653.756000', '202653.758000', '202653.761000', '202653.764000', '202653.767000', '202653.769000', '202653.772000', '202653.774000', '202653.777000', '202653.780000', '202653.782000', '202653.785000', '202653.788000', '202653.790000', '202653.793000', '202653.795000', '202653.798000', '202653.860000', '202653.863000', '202653.865000', '202653.868000', '202653.871000', '202653.873000', '202653.876000', '202653.878000', '202713.708000', '202713.711000', '202713.714000', '202713.716000', '202713.719000', '202713.722000', '202713.724000', '202713.727000', '202713.729000', '202713.732000', '202713.735000', '202713.737000', '202713.740000', '202713.742000', '202713.745000', '202713.748000', '202713.750000', '202713.753000', '202713.756000', '202713.758000', '202713.761000', '202713.763000', '202713.766000', '202713.768000', '202713.771000', '202713.774000', '202713.776000', '202713.779000', '202713.782000', '202713.784000', '202713.787000', '202713.790000', '202713.792000', '202713.795000', '202713.797000', '202713.858000', '202713.860000', '202713.863000', '202713.865000', '202713.868000', '202713.871000', '202713.874000', '202713.876000', '202713.879000', '202733.708000', '202733.711000', '202733.714000', '202733.716000', '202733.719000', '202733.722000', '202733.724000', '202733.727000', '202733.729000', '202733.732000', '202733.734000', '202733.737000', '202733.740000', '202733.742000', '202733.745000', '202733.747000', '202733.750000', '202733.753000', '202733.755000', '202733.758000', '202733.760000', '202733.763000', '202733.766000', '202733.768000', '202733.771000', '202733.773000', '202733.776000', '202733.779000', '202733.781000', '202733.784000', '202733.787000', '202733.789000', '202733.792000', '202733.794000', '202733.797000', '202733.847000', '202733.849000', '202733.852000', '202733.855000', '202733.857000', '202733.860000', '202733.862000', '202733.865000', '202733.867000', '202753.708000', '202753.711000', '202753.714000', '202753.716000', '202753.719000', '202753.722000', '202753.724000', '202753.727000', '202753.730000', '202753.732000', '202753.735000', '202753.738000', '202753.740000', '202753.743000', '202753.745000', '202753.748000', '202753.751000', '202753.753000', '202753.756000', '202753.758000', '202753.761000', '202753.764000', '202753.766000', '202753.769000', '202753.772000', '202753.774000', '202753.777000', '202753.779000', '202753.782000', '202753.785000', '202753.788000', '202753.790000', '202753.793000', '202753.795000', '202753.798000', '202753.833000', '202753.836000', '202753.839000', '202753.841000', '202753.844000', '202753.846000', '202753.849000', '202753.852000', '202813.709000', '202813.711000', '202813.714000', '202813.717000', '202813.719000', '202813.727000', '202813.729000', '202813.732000', '202813.735000', '202813.737000', '202813.740000', '202813.742000', '202813.745000', '202813.748000', '202813.750000', '202813.753000', '202813.755000', '202813.758000', '202813.760000', '202813.763000', '202813.766000', '202813.768000', '202813.771000', '202813.774000', '202813.776000', '202813.779000', '202813.781000', '202813.784000', '202813.787000', '202813.789000', '202813.792000', '202813.794000', '202813.797000', '202813.862000', '202813.865000', '202813.868000', '202813.870000', '202813.873000', '202813.875000', '202813.878000', '202813.881000', '202813.883000', '202813.886000', '202813.888000', '202833.709000', '202833.712000', '202833.715000', '202833.717000', '202833.720000', '202833.723000', '202833.725000', '202833.728000', '202833.730000', '202833.733000', '202833.736000', '202833.738000', '202833.741000', '202833.743000', '202833.746000', '202833.749000', '202833.751000', '202833.754000', '202833.757000', '202833.759000', '202833.762000', '202833.764000', '202833.767000', '202833.770000', '202833.772000', '202833.775000', '202833.777000', '202833.780000', '202833.782000', '202833.785000', '202833.788000', '202833.790000', '202833.793000', '202833.795000', '202833.798000', '202833.851000', '202833.853000', '202833.856000', '202833.858000', '202833.863000', '202833.865000', '202833.868000', '202833.871000', '202853.708000', '202853.711000', '202853.714000', '202853.716000', '202853.719000', '202853.722000', '202853.724000', '202853.727000', '202853.729000', '202853.732000', '202853.734000', '202853.737000', '202853.740000', '202853.742000', '202853.745000', '202853.747000', '202853.750000', '202853.752000', '202853.755000', '202853.758000', '202853.760000', '202853.763000', '202853.765000', '202853.768000', '202853.770000', '202853.773000', '202853.776000', '202853.778000', '202853.781000', '202853.784000', '202853.786000', '202853.789000', '202853.792000', '202853.794000', '202853.797000', '202853.873000', '202853.876000', '202853.879000', '202853.881000', '202853.884000', '202853.886000', '202853.889000', '202853.891000', '202853.894000', '202913.708000', '202913.711000', '202913.714000', '202913.717000', '202913.720000', '202913.722000', '202913.725000', '202913.727000', '202913.730000', '202913.733000', '202913.735000', '202913.738000', '202913.740000', '202913.743000', '202913.745000', '202913.748000', '202913.751000', '202913.753000', '202913.756000', '202913.759000', '202913.761000', '202913.764000', '202913.766000', '202913.769000', '202913.772000', '202913.774000', '202913.777000', '202913.780000', '202913.782000', '202913.785000', '202913.787000', '202913.790000', '202913.793000', '202913.795000', '202913.798000', '202913.849000', '202913.851000', '202913.854000', '202913.856000', '202913.859000', '202913.862000', '202913.864000', '202913.867000', '202933.709000', '202933.712000', '202933.715000', '202933.718000', '202933.720000', '202933.723000', '202933.725000', '202933.728000', '202933.731000', '202933.733000', '202933.736000', '202933.738000', '202933.741000', '202933.743000', '202933.746000', '202933.749000', '202933.759000', '202933.762000', '202933.765000', '202933.767000', '202933.770000', '202933.773000', '202933.775000', '202933.778000', '202933.780000', '202933.783000', '202933.786000', '202933.788000', '202933.791000', '202933.793000', '202933.796000', '202933.799000', '202933.801000', '202933.804000', '202933.807000', '202933.809000', '202933.812000', '202933.814000', '202933.817000', '202933.820000', '202933.822000', '202933.825000', '202933.827000', '202953.709000', '202953.711000', '202953.714000', '202953.717000', '202953.719000', '202953.722000', '202953.724000', '202953.727000', '202953.730000', '202953.732000', '202953.735000', '202953.737000', '202953.740000', '202953.743000', '202953.745000', '202953.748000', '202953.751000', '202953.753000', '202953.756000', '202953.758000', '202953.761000', '202953.763000', '202953.766000', '202953.769000', '202953.771000', '202953.774000', '202953.776000', '202953.779000', '202953.782000', '202953.784000', '202953.787000', '202953.790000', '202953.792000', '202953.795000', '202953.797000', '202953.800000', '202953.803000', '202953.805000', '202953.808000', '202953.811000', '202953.813000', '202953.816000', '202953.818000', '202953.821000', '203013.708000', '203013.711000', '203013.714000', '203013.716000', '203013.719000', '203013.722000', '203013.724000', '203013.727000', '203013.730000', '203013.732000', '203013.735000', '203013.737000', '203013.740000', '203013.743000', '203013.745000', '203013.748000', '203013.750000', '203013.753000', '203013.756000', '203013.758000', '203013.761000', '203013.763000', '203013.766000', '203013.768000', '203013.771000', '203013.774000', '203013.776000', '203013.779000', '203013.781000', '203013.784000', '203013.787000', '203013.789000', '203013.792000', '203013.794000', '203013.797000', '203013.800000', '203013.803000', '203013.805000', '203013.808000', '203013.810000', '203013.813000', '203013.816000', '203013.818000', '203033.708000', '203033.711000', '203033.714000', '203033.716000', '203033.719000', '203033.722000', '203033.724000', '203033.727000', '203033.729000', '203033.732000', '203033.735000', '203033.737000', '203033.740000', '203033.742000', '203033.745000', '203033.748000', '203033.750000', '203033.753000', '203033.755000', '203033.758000', '203033.760000', '203033.763000', '203033.766000', '203033.768000', '203033.771000', '203033.773000', '203033.776000', '203033.778000', '203033.781000', '203033.784000', '203033.786000', '203033.789000', '203033.792000', '203033.794000', '203033.797000', '203033.800000', '203033.846000', '203033.849000', '203033.851000', '203033.854000', '203033.856000', '203033.859000', '203033.862000', '203033.864000', '203053.709000', '203053.712000', '203053.715000', '203053.717000', '203053.720000', '203053.723000', '203053.725000', '203053.728000', '203053.730000', '203053.733000', '203053.736000', '203053.739000', '203053.742000', '203053.745000', '203053.747000', '203053.750000', '203053.753000', '203053.756000', '203053.759000', '203053.761000', '203053.764000', '203053.766000', '203053.769000', '203053.771000', '203053.774000', '203053.777000', '203053.779000', '203053.792000', '203053.795000', '203053.797000', '203053.862000', '203053.865000', '203053.867000', '203053.870000', '203053.873000', '203053.875000', '203053.878000', '203053.881000', '203053.883000', '203053.886000', '203053.888000', '203053.891000', '203053.894000', '203113.709000', '203113.711000', '203113.714000', '203113.717000', '203113.719000', '203113.722000', '203113.724000', '203113.727000', '203113.730000', '203113.732000', '203113.735000', '203113.737000', '203113.740000', '203113.743000', '203113.745000', '203113.748000', '203113.750000', '203113.753000', '203113.756000', '203113.758000', '203113.761000', '203113.763000', '203113.766000', '203113.768000', '203113.771000', '203113.774000', '203113.776000', '203113.779000', '203113.781000', '203113.784000', '203113.786000', '203113.789000', '203113.792000', '203113.794000', '203113.797000', '203113.800000', '203113.803000', '203113.805000', '203113.808000', '203113.810000', '203113.813000', '203113.815000', '203113.818000', '203113.821000', '203133.708000', '203133.711000', '203133.714000', '203133.716000', '203133.719000', '203133.722000', '203133.724000', '203133.727000', '203133.729000', '203133.732000', '203133.735000', '203133.737000', '203133.740000', '203133.743000', '203133.745000', '203133.748000', '203133.750000', '203133.753000', '203133.755000', '203133.758000', '203133.761000', '203133.763000', '203133.766000', '203133.768000', '203133.771000', '203133.774000', '203133.776000', '203133.779000', '203133.781000', '203133.784000', '203133.786000', '203133.789000', '203133.792000', '203133.794000', '203133.797000', '203133.823000', '203133.826000', '203133.828000', '203133.831000', '203133.834000', '203133.836000', '203133.839000', '203133.841000', '203153.708000', '203153.711000', '203153.714000', '203153.717000', '203153.719000', '203153.722000', '203153.724000', '203153.727000', '203153.730000', '203153.732000', '203153.735000', '203153.737000', '203153.740000', '203153.743000', '203153.745000', '203153.748000', '203153.750000', '203153.753000', '203153.755000', '203153.758000', '203153.761000', '203153.763000', '203153.766000', '203153.768000', '203153.771000', '203153.774000', '203153.776000', '203153.779000', '203153.781000', '203153.784000', '203153.787000', '203153.789000', '203153.792000', '203153.794000', '203153.797000', '203153.800000', '203153.889000', '203153.891000', '203153.894000', '203153.896000', '203153.899000', '203153.902000', '203153.904000', '203153.907000', '203213.709000', '203213.711000', '203213.714000', '203213.717000', '203213.719000', '203213.722000', '203213.724000', '203213.727000', '203213.730000', '203213.732000', '203213.735000', '203213.737000', '203213.740000', '203213.743000', '203213.745000', '203213.748000', '203213.750000', '203213.753000', '203213.756000', '203213.758000', '203213.761000', '203213.763000', '203213.766000', '203213.778000', '203213.781000', '203213.784000', '203213.786000', '203213.790000', '203213.793000', '203213.796000', '203213.799000', '203213.856000', '203213.858000', '203213.861000', '203213.863000', '203213.866000', '203213.868000', '203213.871000', '203213.874000', '203213.876000', '203213.879000', '203213.881000', '203213.884000', '203233.709000', '203233.712000', '203233.714000', '203233.717000', '203233.719000', '203233.722000', '203233.725000', '203233.727000', '203233.730000', '203233.733000', '203233.735000', '203233.738000', '203233.740000', '203233.743000', '203233.746000', '203233.748000', '203233.751000', '203233.753000', '203233.756000', '203233.758000', '203233.761000', '203233.764000', '203233.767000', '203233.769000', '203233.772000', '203233.775000', '203233.777000', '203233.780000', '203233.782000', '203233.785000', '203233.788000', '203233.790000', '203233.793000', '203233.796000', '203233.798000', '203233.882000', '203233.884000', '203233.887000', '203233.889000', '203233.892000', '203233.895000', '203233.897000', '203233.900000', '203233.902000', '203253.709000', '203253.711000', '203253.714000', '203253.716000', '203253.719000', '203253.722000', '203253.724000', '203253.727000', '203253.729000', '203253.732000', '203253.735000', '203253.737000', '203253.740000', '203253.742000', '203253.745000', '203253.748000', '203253.750000', '203253.753000', '203253.756000', '203253.758000', '203253.761000', '203253.763000', '203253.766000', '203253.769000', '203253.772000', '203253.774000', '203253.777000', '203253.780000', '203253.782000', '203253.785000', '203253.787000', '203253.790000', '203253.793000', '203253.795000', '203253.798000', '203253.887000', '203253.889000', '203253.892000', '203253.895000', '203253.897000', '203253.900000', '203253.902000', '203253.905000', '203313.710000', '203313.712000', '203313.715000', '203313.718000', '203313.720000', '203313.723000', '203313.725000', '203313.728000', '203313.731000', '203313.733000', '203313.736000', '203313.739000', '203313.741000', '203313.744000', '203313.746000', '203313.749000', '203313.752000', '203313.754000', '203313.757000', '203313.759000', '203313.762000', '203313.765000', '203313.767000', '203313.770000', '203313.772000', '203313.775000', '203313.777000', '203313.780000', '203313.783000', '203313.785000', '203313.788000', '203313.790000', '203313.793000', '203313.796000', '203313.798000', '203313.848000', '203313.851000', '203313.853000', '203313.856000', '203313.859000', '203313.861000', '203313.864000', '203313.866000', '203313.869000', '203323.231000', '203323.234000', '203323.236000', '203323.239000', '203323.242000', '203323.244000', '203323.247000', '203323.250000', '203323.252000', '203323.255000', '203323.258000', '203323.260000', '203323.263000', '203323.265000', '203323.268000', '203323.271000', '203323.273000', '203323.276000', '203323.279000', '203323.282000', '203323.297000'], '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': [10205, 9777, 13993, 9733, 13048, 9369, 12201, 8465, 11485, 7112, 10249, 7915, 9231, 9153, 9197, 12898, 8900, 12386, 8419, 11617, 7729, 10578, 7196, 9360, 9380, 8484, 12744, 8815, 11834, 8141, 10770, 6782, 9131, 7526, 8644, 8560, 8921, 13186, 8868, 11760, 6894, 10375, 7932, 9561, 13899, 10032, 12895, 8573, 11242, 7388, 9793, 8721, 10203, 12799, 9484, 13428, 8938, 11732, 7367, 10069, 9878, 9285, 14332, 9326, 11912, 7497, 10018, 7668, 9361, 9586, 8658, 12961, 8737, 11799, 8429, 11120, 7095, 9868, 12918, 9446, 12603, 9225, 11415, 7279, 10204, 8414, 8946, 13878, 9186, 12041, 8243, 10565, 8288, 9179, 12738, 9202, 12594, 8202, 10737, 6961, 9586, 6734, 8986, 8669, 8338, 13148, 8801, 12167, 8212, 10804, 7850, 8718, 13714, 9364, 11987, 7920, 10638, 8255, 8956, 11690, 8743, 12174, 8294, 11225, 7604, 9826, 6716, 9306, 7716, 8626, 12409, 9377, 13207, 8501, 11757, 7157, 10270, 8719, 9616, 12610, 9132, 13322, 8271, 11265, 7643, 9495, 10805, 9034, 12804, 8561, 12018, 8142, 11379, 8044, 11313, 7445, 10598, 6782, 9728, 7548, 8842, 12549, 9427, 13157, 8702, 11478, 7839, 9835, 12349, 9789, 13827, 9117, 11387, 7269, 9786, 8872, 8616, 9544, 7229, 8889, 9729, 7300, 8921, 6669, 11135, 7680, 11281, 6929, 10647, 9271, 8966, 13807, 9997, 12969, 8894, 11491, 7452, 9808, 7805, 8570, 8885, 8532, 10725, 8028, 11185, 7647, 10255, 7069, 10409, 6606, 10203, 7396, 9318, 13321, 9475, 11662, 8329, 11067, 8527, 8862, 13297, 8876, 11402, 8499, 10684, 7160, 9363, 8142, 8483, 11952, 8557, 12311, 8702, 11450, 7227, 9897, 7844, 9399, 13510, 9305, 11704, 7801, 9611, 10623, 8238, 12780, 8792, 11188, 6975, 8725, 12427, 8346, 10721, 7579, 9661, 6767, 8599, 10888, 8012, 11396, 7788, 10948, 7130, 9833, 9537, 8710, 12576, 8508, 11603, 8324, 11117, 7370, 9736, 10372, 9346, 13326, 10313, 12477, 8582, 11063, 7683, 10225, 10853, 10000, 12725, 9072, 13643, 8364, 11580, 8133, 10601, 7231, 9639, 8328, 8699, 13835, 9108, 12407, 9064, 11114, 7559, 8884, 13432, 8583, 11439, 7639, 9315, 7096, 8226, 11663, 7876, 10569, 7024, 8877, 7835, 8084, 12907, 8073, 10615, 6760, 9595, 7749, 8877, 12531, 8821, 11596, 7815, 10088, 6935, 9444, 7747, 9093, 10912, 8881, 12541, 8582, 11801, 8823, 11802, 7922, 8232, 8565, 10800, 6196, 10611, 7310, 12402, 8834, 12886, 8858, 12883, 9197, 12887, 9344, 12663, 9767, 13527, 9194, 12225, 8522, 11417, 7934, 10630, 7777, 10197, 7279, 9240, 7095, 9093, 7863, 6488, 9516, 8629, 8441, 12559, 9340, 12647, 9538, 12286, 9740, 11440, 9096, 10920, 9961, 9672, 13782, 8922, 12663, 8608, 11030, 8024, 10222, 7785, 10053, 7196, 9443, 7142, 8966, 7874, 8173, 12277, 8425, 11237, 8010, 10823, 7592, 9961, 7079, 9282, 6897, 9327, 6568, 8595, 7983, 7990, 10639, 8199, 11661, 7892, 9555, 7200, 9780, 6599, 9568, 6772, 8551, 9605, 8396, 11650, 8892, 11886, 7823, 10589, 7789, 10522, 7902, 10755, 7627, 10824, 7427, 10807, 8028, 12063, 8313, 11795, 9509, 10163, 13363, 10344, 13612, 10656, 12633, 8831, 11490, 8159, 10557, 8075, 11404, 7296, 10999, 7588, 9214, 13306, 9232, 12266, 9288, 11163, 8570, 8879, 13196, 8742, 11141, 8026, 9876, 7876, 8620, 12679, 7942, 10412, 7044, 9156, 7035, 8410, 8217, 7749, 11726, 8230, 10702, 7503, 10135, 9718, 8767, 12896, 8558, 10907, 7235, 10095, 11061, 9183, 12860, 8484, 10711, 7959, 10506, 7584, 10684, 7091, 9618, 9821, 8716, 13575, 9846, 12349, 8155, 10617, 7522, 9720, 11990, 9414, 13522, 9274, 11508, 7849, 9511, 10886, 8472, 13265, 9357, 11724, 7236, 9929, 7975, 8536, 13346, 8764, 11853, 8119, 10205, 7026, 8744, 13704, 9183, 12076, 8536, 10602, 7260, 8760, 13409, 8678, 11623, 8738, 10372, 7364, 8974, 8914, 7930, 12779, 8481, 11812, 7689, 10188, 6980, 9115, 13188, 9134, 11987, 9243, 10884, 7341, 9739, 9042, 8289, 13352, 8782, 11772, 8261, 9707, 8996, 8031, 12980, 8174, 11581, 7840, 10141, 7790, 8573, 13569, 8477, 11725, 8539, 10843, 7326, 9482, 8198, 8481, 14220, 9573, 12564, 8874, 11120, 7513, 10467, 7076, 11115, 8949, 10769, 9337, 9259, 13246, 9046, 12107, 9329, 10964, 7902, 10185, 7303, 9124, 9569, 8467, 13615, 9547, 11991, 8110, 10495, 7462, 9526, 7381, 10462, 7328, 9030, 10419, 8412, 13328, 9418, 12100, 9808, 11854, 7923, 10210, 8024, 8882, 13708, 9679, 12912, 8378, 10735, 7429, 9271, 7054, 8972, 7046, 8945, 7776, 8591, 10977, 8134, 13008, 8610, 12155, 8652, 10481, 8725, 7551, 9207, 7462, 10728, 8128, 11809, 7602, 11150, 8565, 10383, 10257, 10024, 8411, 9917, 6978, 9613, 7051, 9580, 7203, 10165, 6952, 10018, 6653, 9521, 7628, 9243, 9360, 9550, 9470, 8535, 11936, 8626, 12032, 8814, 11323, 8456, 10413, 7348, 9431, 7043, 8952, 8795, 8737, 11673, 8201, 11907, 7850, 10677, 8028, 10467, 7880, 9573, 10508, 8322, 12287, 8479, 11128, 8517, 10481, 7260, 8794, 10975, 8043, 11740, 7929, 10787, 7672, 10306, 6673, 8545, 9207, 8169, 12711, 8524, 11394, 8154, 10360, 8659, 8507, 12879, 9822, 11589, 8807, 10555, 7549, 8891, 11945, 8418, 12161, 8966, 11380, 7879, 9755, 7097, 8989, 12840, 9703, 12214, 8911, 10824, 7696, 9096, 11242, 8375, 12184, 8769, 10974, 7242, 8682, 7718, 8251, 12600, 8283, 11306, 7689, 9823, 7227, 9024, 7172, 9176, 7274, 9320, 9627, 8540, 12951, 8895, 11614, 8874, 11007, 7447, 9444, 13104, 8398, 11277, 8363, 10340, 6994, 8858, 10091, 8081, 11402, 7864, 10066, 7623, 9611, 7118, 8543, 12799, 7833, 10603, 7988, 10750, 7276, 9182, 11215, 8375, 12670, 8678, 11016, 8198, 10345, 9254, 8713, 12884, 8606, 11142, 8299, 9955, 7452, 9202, 10153, 7959, 11975, 7960, 10726, 8074, 10355, 7288, 8536, 13289, 8134, 11498, 8420, 10829, 7090, 8876, 11817, 8000, 11644, 7662, 10335, 7203, 9341, 10625, 8513, 11919, 7795, 9918, 7861, 10262, 7550, 9245, 12620, 9020, 11576, 8204, 11199, 7780, 10734, 12310, 9265, 11959, 8286, 11044, 7923, 10302, 10722, 9519, 10924, 8317, 12640, 8492, 11152, 8582, 10779, 7610, 10313, 6791, 8544, 13328, 9233, 11674, 9107, 10750, 7693, 9048, 8720, 8426, 13182, 9802, 12552, 9057, 11316, 8067, 9882, 7544, 9990, 7356, 10177, 7782, 8509, 13738, 8700, 11375, 8851, 10934, 7922, 9642, 8390, 8441, 13671, 9415, 11850, 8782, 10599, 7511, 9733, 7473, 10548, 9131, 10822, 8779, 9854, 13179, 9374, 11871, 9603, 11133, 8253, 10121, 8325, 9240, 12734, 9438, 12090, 9026, 10867, 7738, 9355, 7327, 8926, 9823, 8539, 12709, 8415, 11244, 7890, 10214, 8100, 11273, 7929, 9430, 6761, 10996, 8118, 11302, 8621, 11558, 8642, 11667, 7979, 11332, 8096, 9565, 12012, 8790, 12453, 9269, 11222, 8039, 11276, 7726, 9880, 7888, 10180, 7702, 9761, 7185, 9257, 7142, 9715, 7768, 10039, 9861, 9027, 12473, 9024, 11145, 9244, 11698, 8734, 10464, 7606, 9703, 8169, 9158, 10895, 9957, 11274, 9128, 12011, 8437, 10383, 8438, 10351, 8009, 10514, 7718, 10125, 7454, 10505, 8614, 13298, 9017, 12627, 8623, 11327, 8458, 9632, 11473, 8690, 12716, 9186, 11509, 8463, 10639, 8315, 8977, 7272, 10567, 9375, 6929, 10533, 8182, 12057, 9063, 12282, 8917, 12422, 9110, 11432, 8560, 10488, 7549, 9674, 6859, 9483, 6570, 8739, 6633, 8481, 7074, 8245, 7367, 8189, 8591, 7998, 10641, 8291, 11490, 8123, 11207, 7734, 10102, 7711, 10145, 7810, 9697, 7433, 9616, 7112, 9649, 6744, 9566, 8101, 9018, 8940, 8424, 9722, 8287, 12302, 8148, 10998, 8607, 10475, 7560, 9830, 7645, 8784, 12098, 9165, 12134, 9381, 9789, 8243, 10278, 8006, 12094, 8739, 11621, 9037, 10912, 7947, 9980, 7529, 10878, 6936, 11765, 8053, 10927, 8473, 10207, 8538, 7236, 9462, 6875, 10924, 9680, 9092, 13141, 9252, 11444, 8432, 10573, 8098, 10396, 7077, 9903, 6719, 9467, 6229, 9535, 7233, 8750, 11121, 8881, 12230, 8741, 10596, 8577, 10234, 8400, 10014, 7592, 9600, 6964, 9183, 8765, 8963, 11601, 8897, 10342, 8091, 11627, 8503, 11199, 7893, 10473, 8263, 10073, 7278, 9794, 6874, 9819, 6897, 9561, 7072, 9561, 6534, 9641, 6733, 10092, 7131, 10584, 7824, 11018, 7864, 10312, 7274, 10076, 8901, 10647, 9409, 9962, 9049, 9281, 9359, 8878, 9332, 8886, 7175, 9138, 6884, 9643, 6679, 9537, 7257, 10111, 6791, 9452, 8024, 8573, 12729, 9145, 11232, 8708, 10308, 7389, 9971, 6930, 8976, 9741, 8572, 11316, 7826, 10070, 7519, 10065, 7175, 10071, 6929, 9607, 6698, 9533, 6847, 9185, 11753, 8992, 11422, 9250, 10834, 7512, 9320, 11526, 7972, 11652, 8622, 10557, 7694, 9725, 7515, 10352, 7333, 10166, 8026, 8468, 7953, 7185, 8836, 6407, 9746, 8129, 9412, 12103, 9627, 12332, 9400, 10514, 7975, 8931, 8324, 7172, 8557, 7282, 10545, 7456, 7528, 8495, 7390, 9063, 7727, 9031, 7889, 9218, 6728, 9338, 7041, 9742, 7279, 10493, 7689, 11128, 7560, 9994, 7514, 9855, 7134, 9364, 7540, 9210, 6664, 9171, 6694, 8879, 6478, 8773, 6332, 8680, 6755, 8087, 9773, 7596, 10848, 7700, 10124, 7116, 9586, 7191, 8337, 11667, 8509, 10672, 8386, 10037, 7133, 9614, 7123, 9877, 7488, 9957, 7408, 9706, 7060], 'WindowCenter': [3780.0, 3765.0, 3783.0, 3738.0, 3758.0, 3737.0, 3758.0, 3725.0, 3746.0, 3703.0, 3734.0, 3712.0, 3735.0, 3735.0, 3735.0, 3768.0, 3736.0, 3755.0, 3725.0, 3746.0, 3713.0, 3748.0, 3705.0, 3736.0, 3734.0, 3726.0, 3755.0, 3724.0, 3757.0, 3725.0, 3748.0, 3706.0, 3749.0, 3726.0, 3740.0, 3736.0, 3739.0, 3771.0, 3739.0, 3772.0, 3718.0, 3761.0, 3730.0, 3753.0, 3772.0, 3750.0, 3769.0, 3737.0, 3759.0, 3717.0, 3750.0, 3738.0, 3750.0, 3770.0, 3739.0, 3768.0, 3736.0, 3758.0, 3714.0, 3747.0, 3748.0, 3738.0, 3769.0, 3736.0, 3757.0, 3715.0, 3749.0, 3714.0, 3736.0, 3748.0, 3738.0, 3768.0, 3727.0, 3758.0, 3726.0, 3749.0, 3716.0, 3748.0, 3758.0, 3737.0, 3759.0, 3736.0, 3748.0, 3715.0, 3747.0, 3726.0, 3735.0, 3767.0, 3736.0, 3757.0, 3724.0, 3747.0, 3724.0, 3736.0, 3756.0, 3723.0, 3743.0, 3712.0, 3745.0, 3701.0, 3736.0, 3703.0, 3737.0, 3736.0, 3726.0, 3769.0, 3737.0, 3759.0, 3727.0, 3758.0, 3727.0, 3727.0, 3756.0, 3736.0, 3747.0, 3712.0, 3735.0, 3724.0, 3724.0, 3745.0, 3724.0, 3744.0, 3723.0, 3744.0, 3714.0, 3748.0, 3705.0, 3738.0, 3727.0, 3739.0, 3770.0, 3739.0, 3769.0, 3739.0, 3760.0, 3717.0, 3750.0, 3738.0, 3739.0, 3759.0, 3737.0, 3769.0, 3727.0, 3748.0, 3715.0, 3737.0, 3745.0, 3725.0, 3756.0, 3724.0, 3755.0, 3726.0, 3756.0, 3726.0, 3746.0, 3716.0, 3749.0, 3706.0, 3749.0, 3727.0, 3738.0, 3770.0, 3739.0, 3770.0, 3737.0, 3758.0, 3715.0, 3737.0, 3757.0, 3735.0, 3756.0, 3724.0, 3744.0, 3700.0, 3735.0, 3724.0, 3724.0, 3735.0, 3728.0, 3734.0, 3736.0, 3715.0, 3737.0, 3705.0, 3760.0, 3727.0, 3761.0, 3717.0, 3749.0, 3738.0, 3737.0, 3757.0, 3735.0, 3756.0, 3725.0, 3746.0, 3702.0, 3734.0, 3701.0, 3723.0, 3722.0, 3712.0, 3733.0, 3712.0, 3744.0, 3715.0, 3746.0, 3705.0, 3748.0, 3706.0, 3749.0, 3715.0, 3739.0, 3769.0, 3737.0, 3759.0, 3726.0, 3749.0, 3726.0, 3736.0, 3757.0, 3724.0, 3745.0, 3724.0, 3735.0, 3703.0, 3735.0, 3724.0, 3726.0, 3757.0, 3726.0, 3758.0, 3737.0, 3759.0, 3716.0, 3748.0, 3726.0, 3738.0, 3770.0, 3736.0, 3758.0, 3715.0, 3749.0, 3746.0, 3726.0, 3757.0, 3725.0, 3747.0, 3702.0, 3726.0, 3756.0, 3725.0, 3748.0, 3714.0, 3738.0, 3704.0, 3737.0, 3759.0, 3728.0, 3758.0, 3727.0, 3760.0, 3716.0, 3749.0, 3749.0, 3740.0, 3769.0, 3739.0, 3761.0, 3727.0, 3760.0, 3716.0, 3750.0, 3747.0, 3737.0, 3770.0, 3749.0, 3759.0, 3726.0, 3760.0, 3727.0, 3747.0, 3747.0, 3736.0, 3757.0, 3724.0, 3767.0, 3726.0, 3756.0, 3715.0, 3747.0, 3704.0, 3736.0, 3725.0, 3726.0, 3769.0, 3725.0, 3756.0, 3723.0, 3747.0, 3713.0, 3724.0, 3756.0, 3724.0, 3745.0, 3702.0, 3723.0, 3691.0, 3713.0, 3744.0, 3712.0, 3745.0, 3704.0, 3725.0, 3713.0, 3716.0, 3758.0, 3727.0, 3747.0, 3706.0, 3738.0, 3715.0, 3738.0, 3759.0, 3738.0, 3757.0, 3717.0, 3749.0, 3704.0, 3748.0, 3716.0, 3739.0, 3760.0, 3739.0, 3769.0, 3738.0, 3758.0, 3739.0, 3762.0, 3740.0, 3742.0, 3737.0, 3761.0, 3707.0, 3759.0, 3729.0, 3770.0, 3739.0, 3770.0, 3739.0, 3772.0, 3749.0, 3770.0, 3738.0, 3758.0, 3737.0, 3757.0, 3737.0, 3757.0, 3725.0, 3744.0, 3713.0, 3733.0, 3701.0, 3735.0, 3716.0, 3736.0, 3705.0, 3735.0, 3739.0, 3707.0, 3749.0, 3738.0, 3738.0, 3770.0, 3737.0, 3760.0, 3738.0, 3758.0, 3737.0, 3748.0, 3724.0, 3734.0, 3720.0, 3709.0, 3740.0, 3707.0, 3729.0, 3696.0, 3719.0, 3697.0, 3718.0, 3686.0, 3707.0, 3676.0, 3707.0, 3675.0, 3707.0, 3697.0, 3697.0, 3730.0, 3697.0, 3729.0, 3697.0, 3718.0, 3687.0, 3718.0, 3688.0, 3723.0, 3703.0, 3724.0, 3692.0, 3724.0, 3726.0, 3727.0, 3749.0, 3729.0, 3757.0, 3739.0, 3749.0, 3716.0, 3749.0, 3704.0, 3738.0, 3707.0, 3741.0, 3736.0, 3727.0, 3758.0, 3738.0, 3759.0, 3728.0, 3748.0, 3729.0, 3762.0, 3743.0, 3776.0, 3743.0, 3763.0, 3731.0, 3763.0, 3729.0, 3774.0, 3728.0, 3763.0, 3750.0, 3750.0, 3769.0, 3737.0, 3758.0, 3747.0, 3756.0, 3725.0, 3745.0, 3714.0, 3735.0, 3714.0, 3747.0, 3703.0, 3747.0, 3715.0, 3737.0, 3769.0, 3736.0, 3758.0, 3725.0, 3746.0, 3724.0, 3724.0, 3755.0, 3713.0, 3734.0, 3712.0, 3734.0, 3712.0, 3712.0, 3755.0, 3712.0, 3745.0, 3703.0, 3736.0, 3703.0, 3726.0, 3726.0, 3715.0, 3759.0, 3727.0, 3749.0, 3717.0, 3761.0, 3749.0, 3738.0, 3769.0, 3726.0, 3748.0, 3714.0, 3749.0, 3748.0, 3737.0, 3757.0, 3725.0, 3745.0, 3725.0, 3747.0, 3715.0, 3749.0, 3716.0, 3750.0, 3748.0, 3739.0, 3770.0, 3750.0, 3769.0, 3727.0, 3748.0, 3716.0, 3738.0, 3758.0, 3736.0, 3769.0, 3737.0, 3748.0, 3714.0, 3735.0, 3747.0, 3725.0, 3756.0, 3736.0, 3757.0, 3714.0, 3736.0, 3714.0, 3726.0, 3767.0, 3736.0, 3758.0, 3726.0, 3749.0, 3716.0, 3738.0, 3768.0, 3737.0, 3758.0, 3726.0, 3748.0, 3715.0, 3726.0, 3769.0, 3724.0, 3756.0, 3724.0, 3736.0, 3713.0, 3736.0, 3736.0, 3727.0, 3767.0, 3739.0, 3759.0, 3727.0, 3749.0, 3716.0, 3740.0, 3770.0, 3749.0, 3759.0, 3737.0, 3749.0, 3716.0, 3749.0, 3738.0, 3728.0, 3768.0, 3726.0, 3759.0, 3725.0, 3739.0, 3736.0, 3728.0, 3768.0, 3727.0, 3760.0, 3725.0, 3748.0, 3715.0, 3727.0, 3770.0, 3727.0, 3759.0, 3738.0, 3760.0, 3716.0, 3749.0, 3728.0, 3739.0, 3781.0, 3751.0, 3770.0, 3738.0, 3760.0, 3718.0, 3760.0, 3716.0, 3761.0, 3739.0, 3759.0, 3737.0, 3738.0, 3768.0, 3736.0, 3757.0, 3735.0, 3748.0, 3724.0, 3749.0, 3714.0, 3736.0, 3735.0, 3726.0, 3769.0, 3749.0, 3757.0, 3726.0, 3747.0, 3715.0, 3737.0, 3715.0, 3760.0, 3717.0, 3740.0, 3759.0, 3739.0, 3769.0, 3738.0, 3769.0, 3748.0, 3760.0, 3727.0, 3748.0, 3726.0, 3736.0, 3757.0, 3735.0, 3757.0, 3724.0, 3744.0, 3702.0, 3734.0, 3702.0, 3737.0, 3714.0, 3737.0, 3715.0, 3726.0, 3746.0, 3726.0, 3769.0, 3739.0, 3774.0, 3738.0, 3748.0, 3739.0, 3729.0, 3750.0, 3729.0, 3760.0, 3726.0, 3759.0, 3715.0, 3748.0, 3725.0, 3735.0, 3733.0, 3734.0, 3713.0, 3734.0, 3702.0, 3735.0, 3702.0, 3734.0, 3702.0, 3747.0, 3704.0, 3747.0, 3704.0, 3736.0, 3715.0, 3737.0, 3736.0, 3737.0, 3736.0, 3726.0, 3757.0, 3725.0, 3756.0, 3725.0, 3745.0, 3714.0, 3735.0, 3714.0, 3735.0, 3703.0, 3725.0, 3724.0, 3726.0, 3747.0, 3726.0, 3757.0, 3727.0, 3748.0, 3714.0, 3747.0, 3725.0, 3737.0, 3746.0, 3725.0, 3757.0, 3726.0, 3746.0, 3724.0, 3747.0, 3704.0, 3726.0, 3747.0, 3725.0, 3756.0, 3725.0, 3747.0, 3715.0, 3748.0, 3705.0, 3738.0, 3748.0, 3738.0, 3769.0, 3738.0, 3761.0, 3727.0, 3750.0, 3738.0, 3738.0, 3770.0, 3748.0, 3759.0, 3726.0, 3747.0, 3715.0, 3725.0, 3755.0, 3724.0, 3757.0, 3725.0, 3758.0, 3726.0, 3736.0, 3704.0, 3737.0, 3757.0, 3737.0, 3757.0, 3723.0, 3747.0, 3712.0, 3725.0, 3745.0, 3713.0, 3745.0, 3724.0, 3734.0, 3701.0, 3723.0, 3713.0, 3724.0, 3755.0, 3723.0, 3746.0, 3713.0, 3734.0, 3714.0, 3737.0, 3715.0, 3738.0, 3716.0, 3739.0, 3749.0, 3738.0, 3770.0, 3737.0, 3759.0, 3726.0, 3748.0, 3704.0, 3736.0, 3756.0, 3725.0, 3745.0, 3712.0, 3734.0, 3701.0, 3724.0, 3733.0, 3712.0, 3755.0, 3714.0, 3735.0, 3713.0, 3736.0, 3715.0, 3738.0, 3770.0, 3727.0, 3747.0, 3726.0, 3760.0, 3715.0, 3739.0, 3759.0, 3727.0, 3769.0, 3726.0, 3748.0, 3725.0, 3737.0, 3735.0, 3725.0, 3757.0, 3725.0, 3745.0, 3723.0, 3747.0, 3713.0, 3737.0, 3746.0, 3727.0, 3758.0, 3726.0, 3759.0, 3726.0, 3748.0, 3716.0, 3738.0, 3769.0, 3727.0, 3758.0, 3725.0, 3748.0, 3715.0, 3738.0, 3758.0, 3726.0, 3759.0, 3715.0, 3747.0, 3714.0, 3738.0, 3748.0, 3737.0, 3758.0, 3727.0, 3749.0, 3727.0, 3761.0, 3728.0, 3750.0, 3771.0, 3750.0, 3771.0, 3739.0, 3761.0, 3716.0, 3760.0, 3760.0, 3737.0, 3760.0, 3726.0, 3758.0, 3725.0, 3748.0, 3746.0, 3737.0, 3746.0, 3726.0, 3768.0, 3737.0, 3756.0, 3736.0, 3759.0, 3716.0, 3749.0, 3706.0, 3739.0, 3771.0, 3737.0, 3759.0, 3738.0, 3760.0, 3715.0, 3738.0, 3738.0, 3727.0, 3768.0, 3747.0, 3759.0, 3738.0, 3758.0, 3727.0, 3749.0, 3726.0, 3748.0, 3715.0, 3750.0, 3727.0, 3738.0, 3782.0, 3739.0, 3759.0, 3736.0, 3749.0, 3726.0, 3749.0, 3726.0, 3739.0, 3768.0, 3737.0, 3758.0, 3737.0, 3748.0, 3716.0, 3749.0, 3716.0, 3760.0, 3738.0, 3761.0, 3739.0, 3750.0, 3772.0, 3739.0, 3759.0, 3737.0, 3748.0, 3726.0, 3748.0, 3725.0, 3737.0, 3757.0, 3736.0, 3756.0, 3725.0, 3746.0, 3715.0, 3737.0, 3714.0, 3737.0, 3746.0, 3726.0, 3758.0, 3726.0, 3757.0, 3728.0, 3747.0, 3726.0, 3761.0, 3740.0, 3750.0, 3715.0, 3762.0, 3739.0, 3759.0, 3739.0, 3760.0, 3738.0, 3762.0, 3729.0, 3760.0, 3726.0, 3737.0, 3757.0, 3725.0, 3756.0, 3724.0, 3746.0, 3725.0, 3758.0, 3728.0, 3747.0, 3727.0, 3747.0, 3729.0, 3749.0, 3718.0, 3752.0, 3730.0, 3753.0, 3729.0, 3752.0, 3749.0, 3739.0, 3771.0, 3740.0, 3759.0, 3737.0, 3758.0, 3727.0, 3748.0, 3715.0, 3737.0, 3726.0, 3739.0, 3760.0, 3748.0, 3759.0, 3738.0, 3770.0, 3739.0, 3759.0, 3738.0, 3749.0, 3726.0, 3747.0, 3727.0, 3748.0, 3728.0, 3748.0, 3727.0, 3769.0, 3739.0, 3772.0, 3739.0, 3760.0, 3724.0, 3736.0, 3745.0, 3724.0, 3756.0, 3722.0, 3745.0, 3723.0, 3732.0, 3712.0, 3722.0, 3701.0, 3733.0, 3723.0, 3689.0, 3734.0, 3713.0, 3745.0, 3722.0, 3743.0, 3711.0, 3730.0, 3696.0, 3716.0, 3694.0, 3705.0, 3684.0, 3705.0, 3673.0, 3705.0, 3673.0, 3695.0, 3674.0, 3696.0, 3686.0, 3708.0, 3698.0, 3710.0, 3722.0, 3712.0, 3744.0, 3724.0, 3745.0, 3725.0, 3747.0, 3716.0, 3746.0, 3716.0, 3748.0, 3715.0, 3738.0, 3716.0, 3739.0, 3716.0, 3737.0, 3704.0, 3737.0, 3725.0, 3738.0, 3737.0, 3727.0, 3748.0, 3738.0, 3770.0, 3729.0, 3762.0, 3741.0, 3763.0, 3729.0, 3750.0, 3728.0, 3741.0, 3771.0, 3739.0, 3759.0, 3738.0, 3750.0, 3740.0, 3759.0, 3728.0, 3770.0, 3738.0, 3759.0, 3738.0, 3759.0, 3729.0, 3763.0, 3727.0, 3774.0, 3720.0, 3772.0, 3728.0, 3761.0, 3739.0, 3761.0, 3740.0, 3718.0, 3750.0, 3720.0, 3761.0, 3748.0, 3737.0, 3770.0, 3750.0, 3759.0, 3725.0, 3746.0, 3714.0, 3735.0, 3702.0, 3735.0, 3704.0, 3747.0, 3694.0, 3748.0, 3727.0, 3739.0, 3759.0, 3740.0, 3770.0, 3738.0, 3748.0, 3726.0, 3747.0, 3725.0, 3738.0, 3714.0, 3737.0, 3703.0, 3736.0, 3725.0, 3739.0, 3759.0, 3726.0, 3748.0, 3726.0, 3757.0, 3725.0, 3746.0, 3725.0, 3746.0, 3728.0, 3747.0, 3716.0, 3748.0, 3705.0, 3748.0, 3716.0, 3748.0, 3716.0, 3762.0, 3707.0, 3751.0, 3719.0, 3761.0, 3730.0, 3762.0, 3730.0, 3762.0, 3741.0, 3762.0, 3717.0, 3750.0, 3737.0, 3751.0, 3736.0, 3735.0, 3724.0, 3734.0, 3723.0, 3723.0, 3735.0, 3723.0, 3702.0, 3735.0, 3703.0, 3735.0, 3704.0, 3747.0, 3716.0, 3760.0, 3706.0, 3749.0, 3726.0, 3727.0, 3758.0, 3736.0, 3757.0, 3725.0, 3747.0, 3713.0, 3735.0, 3702.0, 3723.0, 3733.0, 3723.0, 3746.0, 3713.0, 3745.0, 3715.0, 3746.0, 3716.0, 3748.0, 3717.0, 3750.0, 3718.0, 3750.0, 3718.0, 3752.0, 3771.0, 3739.0, 3761.0, 3738.0, 3762.0, 3716.0, 3737.0, 3758.0, 3726.0, 3747.0, 3725.0, 3746.0, 3725.0, 3747.0, 3730.0, 3748.0, 3729.0, 3759.0, 3740.0, 3740.0, 3741.0, 3731.0, 3753.0, 3721.0, 3763.0, 3742.0, 3753.0, 3771.0, 3750.0, 3761.0, 3738.0, 3749.0, 3728.0, 3739.0, 3726.0, 3704.0, 3737.0, 3730.0, 3759.0, 3717.0, 3728.0, 3737.0, 3716.0, 3737.0, 3715.0, 3737.0, 3726.0, 3739.0, 3705.0, 3736.0, 3704.0, 3735.0, 3702.0, 3735.0, 3702.0, 3745.0, 3701.0, 3723.0, 3700.0, 3734.0, 3690.0, 3722.0, 3699.0, 3709.0, 3677.0, 3709.0, 3687.0, 3709.0, 3677.0, 3710.0, 3689.0, 3722.0, 3692.0, 3713.0, 3746.0, 3715.0, 3747.0, 3716.0, 3749.0, 3716.0, 3748.0, 3716.0, 3738.0, 3759.0, 3739.0, 3748.0, 3727.0, 3747.0, 3716.0, 3747.0, 3717.0, 3749.0, 3729.0, 3761.0, 3732.0, 3762.0, 3733.0], 'WindowWidth': [8501.0, 8471.0, 8492.0, 8421.0, 8447.0, 8417.0, 8444.0, 8397.0, 8426.0, 8365.0, 8406.0, 8375.0, 8409.0, 8409.0, 8408.0, 8459.0, 8412.0, 8438.0, 8394.0, 8424.0, 8377.0, 8430.0, 8371.0, 8412.0, 8406.0, 8397.0, 8438.0, 8395.0, 8440.0, 8396.0, 8430.0, 8374.0, 8434.0, 8402.0, 8423.0, 8416.0, 8422.0, 8467.0, 8424.0, 8470.0, 8395.0, 8454.0, 8409.0, 8445.0, 8469.0, 8437.0, 8463.0, 8417.0, 8448.0, 8389.0, 8438.0, 8418.0, 8435.0, 8465.0, 8420.0, 8460.0, 8413.0, 8445.0, 8379.0, 8429.0, 8430.0, 8416.0, 8463.0, 8414.0, 8442.0, 8385.0, 8432.0, 8380.0, 8412.0, 8432.0, 8419.0, 8459.0, 8402.0, 8446.0, 8401.0, 8435.0, 8388.0, 8431.0, 8446.0, 8417.0, 8448.0, 8413.0, 8432.0, 8382.0, 8428.0, 8398.0, 8410.0, 8457.0, 8412.0, 8441.0, 8392.0, 8428.0, 8393.0, 8410.0, 8439.0, 8389.0, 8418.0, 8373.0, 8421.0, 8359.0, 8411.0, 8365.0, 8415.0, 8413.0, 8400.0, 8462.0, 8415.0, 8448.0, 8403.0, 8447.0, 8401.0, 8402.0, 8442.0, 8411.0, 8428.0, 8375.0, 8408.0, 8391.0, 8393.0, 8421.0, 8392.0, 8419.0, 8390.0, 8421.0, 8382.0, 8430.0, 8373.0, 8420.0, 8402.0, 8422.0, 8465.0, 8420.0, 8462.0, 8420.0, 8450.0, 8389.0, 8438.0, 8417.0, 8419.0, 8448.0, 8417.0, 8462.0, 8404.0, 8430.0, 8382.0, 8416.0, 8424.0, 8396.0, 8441.0, 8395.0, 8438.0, 8399.0, 8438.0, 8399.0, 8426.0, 8387.0, 8434.0, 8375.0, 8434.0, 8403.0, 8420.0, 8465.0, 8420.0, 8466.0, 8416.0, 8445.0, 8382.0, 8414.0, 8441.0, 8408.0, 8441.0, 8392.0, 8421.0, 8355.0, 8408.0, 8391.0, 8391.0, 8411.0, 8406.0, 8408.0, 8413.0, 8386.0, 8416.0, 8371.0, 8450.0, 8404.0, 8452.0, 8389.0, 8435.0, 8419.0, 8414.0, 8442.0, 8408.0, 8439.0, 8393.0, 8423.0, 8362.0, 8405.0, 8357.0, 8388.0, 8385.0, 8372.0, 8403.0, 8374.0, 8421.0, 8384.0, 8424.0, 8370.0, 8430.0, 8375.0, 8434.0, 8386.0, 8421.0, 8462.0, 8416.0, 8449.0, 8398.0, 8432.0, 8396.0, 8412.0, 8442.0, 8393.0, 8424.0, 8393.0, 8410.0, 8365.0, 8409.0, 8395.0, 8399.0, 8442.0, 8400.0, 8445.0, 8416.0, 8446.0, 8389.0, 8434.0, 8399.0, 8418.0, 8464.0, 8413.0, 8445.0, 8383.0, 8433.0, 8425.0, 8400.0, 8444.0, 8395.0, 8428.0, 8363.0, 8397.0, 8442.0, 8398.0, 8431.0, 8383.0, 8418.0, 8370.0, 8416.0, 8449.0, 8407.0, 8448.0, 8403.0, 8452.0, 8388.0, 8436.0, 8435.0, 8426.0, 8463.0, 8422.0, 8454.0, 8402.0, 8450.0, 8388.0, 8437.0, 8431.0, 8417.0, 8464.0, 8432.0, 8449.0, 8400.0, 8450.0, 8403.0, 8430.0, 8427.0, 8412.0, 8442.0, 8394.0, 8455.0, 8400.0, 8441.0, 8382.0, 8428.0, 8366.0, 8413.0, 8396.0, 8397.0, 8464.0, 8397.0, 8439.0, 8390.0, 8426.0, 8375.0, 8393.0, 8439.0, 8392.0, 8421.0, 8360.0, 8390.0, 8344.0, 8376.0, 8421.0, 8375.0, 8423.0, 8366.0, 8397.0, 8379.0, 8385.0, 8444.0, 8400.0, 8430.0, 8375.0, 8418.0, 8384.0, 8417.0, 8447.0, 8416.0, 8444.0, 8389.0, 8433.0, 8367.0, 8433.0, 8387.0, 8420.0, 8450.0, 8421.0, 8464.0, 8419.0, 8447.0, 8421.0, 8455.0, 8428.0, 8430.0, 8415.0, 8454.0, 8379.0, 8448.0, 8409.0, 8465.0, 8422.0, 8467.0, 8423.0, 8471.0, 8437.0, 8465.0, 8418.0, 8446.0, 8414.0, 8444.0, 8412.0, 8442.0, 8394.0, 8418.0, 8377.0, 8402.0, 8358.0, 8408.0, 8384.0, 8411.0, 8368.0, 8411.0, 8424.0, 8381.0, 8437.0, 8420.0, 8420.0, 8464.0, 8416.0, 8450.0, 8416.0, 8446.0, 8414.0, 8431.0, 8392.0, 8405.0, 8379.0, 8361.0, 8409.0, 8356.0, 8390.0, 8342.0, 8375.0, 8344.0, 8372.0, 8328.0, 8357.0, 8313.0, 8356.0, 8311.0, 8357.0, 8344.0, 8342.0, 8391.0, 8344.0, 8389.0, 8344.0, 8373.0, 8330.0, 8373.0, 8334.0, 8390.0, 8364.0, 8391.0, 8346.0, 8392.0, 8397.0, 8402.0, 8433.0, 8404.0, 8440.0, 8423.0, 8434.0, 8387.0, 8432.0, 8368.0, 8416.0, 8375.0, 8429.0, 8413.0, 8400.0, 8444.0, 8418.0, 8449.0, 8405.0, 8432.0, 8410.0, 8458.0, 8435.0, 8483.0, 8436.0, 8461.0, 8416.0, 8459.0, 8409.0, 8477.0, 8406.0, 8460.0, 8435.0, 8437.0, 8462.0, 8415.0, 8446.0, 8427.0, 8441.0, 8396.0, 8422.0, 8380.0, 8409.0, 8379.0, 8428.0, 8365.0, 8430.0, 8384.0, 8415.0, 8461.0, 8412.0, 8444.0, 8395.0, 8427.0, 8390.0, 8392.0, 8438.0, 8376.0, 8406.0, 8371.0, 8407.0, 8372.0, 8374.0, 8436.0, 8373.0, 8421.0, 8364.0, 8412.0, 8365.0, 8401.0, 8399.0, 8386.0, 8448.0, 8404.0, 8436.0, 8388.0, 8455.0, 8433.0, 8419.0, 8461.0, 8401.0, 8432.0, 8380.0, 8435.0, 8430.0, 8415.0, 8443.0, 8397.0, 8424.0, 8397.0, 8429.0, 8386.0, 8435.0, 8388.0, 8436.0, 8434.0, 8420.0, 8463.0, 8438.0, 8463.0, 8404.0, 8433.0, 8385.0, 8419.0, 8444.0, 8413.0, 8462.0, 8413.0, 8432.0, 8379.0, 8412.0, 8429.0, 8397.0, 8441.0, 8413.0, 8442.0, 8381.0, 8412.0, 8382.0, 8400.0, 8455.0, 8414.0, 8445.0, 8400.0, 8434.0, 8387.0, 8420.0, 8461.0, 8416.0, 8448.0, 8399.0, 8432.0, 8383.0, 8400.0, 8461.0, 8396.0, 8441.0, 8394.0, 8413.0, 8378.0, 8413.0, 8414.0, 8403.0, 8457.0, 8421.0, 8450.0, 8403.0, 8437.0, 8390.0, 8425.0, 8466.0, 8435.0, 8451.0, 8417.0, 8434.0, 8387.0, 8435.0, 8418.0, 8406.0, 8460.0, 8400.0, 8449.0, 8398.0, 8421.0, 8412.0, 8405.0, 8462.0, 8403.0, 8451.0, 8399.0, 8433.0, 8384.0, 8402.0, 8467.0, 8404.0, 8449.0, 8418.0, 8451.0, 8386.0, 8437.0, 8405.0, 8423.0, 8482.0, 8443.0, 8466.0, 8419.0, 8452.0, 8392.0, 8453.0, 8389.0, 8454.0, 8420.0, 8449.0, 8418.0, 8420.0, 8462.0, 8414.0, 8444.0, 8411.0, 8433.0, 8395.0, 8434.0, 8383.0, 8414.0, 8412.0, 8400.0, 8462.0, 8435.0, 8444.0, 8401.0, 8428.0, 8386.0, 8417.0, 8384.0, 8452.0, 8391.0, 8424.0, 8450.0, 8421.0, 8465.0, 8420.0, 8465.0, 8432.0, 8451.0, 8404.0, 8433.0, 8399.0, 8413.0, 8443.0, 8410.0, 8443.0, 8394.0, 8421.0, 8363.0, 8408.0, 8362.0, 8415.0, 8382.0, 8417.0, 8385.0, 8399.0, 8427.0, 8401.0, 8462.0, 8424.0, 8477.0, 8420.0, 8433.0, 8423.0, 8411.0, 8441.0, 8409.0, 8452.0, 8401.0, 8450.0, 8384.0, 8432.0, 8395.0, 8411.0, 8404.0, 8406.0, 8374.0, 8407.0, 8362.0, 8409.0, 8363.0, 8407.0, 8361.0, 8428.0, 8366.0, 8428.0, 8369.0, 8414.0, 8385.0, 8415.0, 8411.0, 8415.0, 8412.0, 8399.0, 8443.0, 8396.0, 8438.0, 8395.0, 8424.0, 8379.0, 8408.0, 8379.0, 8408.0, 8364.0, 8395.0, 8394.0, 8398.0, 8427.0, 8399.0, 8443.0, 8401.0, 8430.0, 8381.0, 8429.0, 8397.0, 8416.0, 8428.0, 8397.0, 8444.0, 8399.0, 8426.0, 8392.0, 8428.0, 8365.0, 8398.0, 8428.0, 8396.0, 8440.0, 8396.0, 8430.0, 8383.0, 8433.0, 8370.0, 8418.0, 8432.0, 8419.0, 8462.0, 8419.0, 8453.0, 8404.0, 8439.0, 8419.0, 8418.0, 8464.0, 8431.0, 8450.0, 8397.0, 8429.0, 8382.0, 8397.0, 8438.0, 8395.0, 8441.0, 8396.0, 8443.0, 8398.0, 8412.0, 8367.0, 8415.0, 8444.0, 8413.0, 8444.0, 8392.0, 8428.0, 8376.0, 8395.0, 8423.0, 8378.0, 8425.0, 8392.0, 8406.0, 8357.0, 8390.0, 8377.0, 8392.0, 8436.0, 8392.0, 8424.0, 8379.0, 8409.0, 8383.0, 8416.0, 8387.0, 8420.0, 8388.0, 8423.0, 8434.0, 8418.0, 8466.0, 8418.0, 8447.0, 8399.0, 8431.0, 8365.0, 8411.0, 8443.0, 8397.0, 8424.0, 8374.0, 8407.0, 8357.0, 8391.0, 8404.0, 8375.0, 8436.0, 8381.0, 8412.0, 8380.0, 8412.0, 8385.0, 8417.0, 8464.0, 8404.0, 8432.0, 8401.0, 8450.0, 8385.0, 8420.0, 8447.0, 8403.0, 8463.0, 8400.0, 8432.0, 8395.0, 8417.0, 8408.0, 8394.0, 8445.0, 8398.0, 8423.0, 8393.0, 8429.0, 8379.0, 8415.0, 8427.0, 8402.0, 8447.0, 8402.0, 8449.0, 8400.0, 8433.0, 8386.0, 8418.0, 8465.0, 8404.0, 8446.0, 8398.0, 8431.0, 8384.0, 8417.0, 8444.0, 8401.0, 8448.0, 8384.0, 8431.0, 8382.0, 8417.0, 8431.0, 8415.0, 8446.0, 8407.0, 8437.0, 8404.0, 8455.0, 8406.0, 8440.0, 8469.0, 8439.0, 8471.0, 8424.0, 8455.0, 8389.0, 8452.0, 8452.0, 8418.0, 8451.0, 8403.0, 8449.0, 8396.0, 8433.0, 8427.0, 8415.0, 8427.0, 8399.0, 8461.0, 8417.0, 8442.0, 8415.0, 8448.0, 8387.0, 8436.0, 8375.0, 8425.0, 8469.0, 8419.0, 8450.0, 8418.0, 8450.0, 8386.0, 8419.0, 8418.0, 8405.0, 8459.0, 8431.0, 8450.0, 8418.0, 8446.0, 8404.0, 8437.0, 8402.0, 8434.0, 8384.0, 8437.0, 8404.0, 8421.0, 8485.0, 8423.0, 8449.0, 8415.0, 8436.0, 8399.0, 8434.0, 8403.0, 8423.0, 8461.0, 8417.0, 8447.0, 8416.0, 8432.0, 8388.0, 8436.0, 8387.0, 8453.0, 8418.0, 8453.0, 8420.0, 8437.0, 8472.0, 8421.0, 8448.0, 8415.0, 8434.0, 8399.0, 8432.0, 8398.0, 8416.0, 8442.0, 8412.0, 8442.0, 8397.0, 8427.0, 8383.0, 8417.0, 8384.0, 8416.0, 8425.0, 8401.0, 8446.0, 8400.0, 8445.0, 8406.0, 8431.0, 8401.0, 8454.0, 8426.0, 8441.0, 8387.0, 8458.0, 8422.0, 8452.0, 8424.0, 8455.0, 8420.0, 8460.0, 8409.0, 8452.0, 8400.0, 8415.0, 8442.0, 8395.0, 8441.0, 8393.0, 8425.0, 8396.0, 8446.0, 8407.0, 8428.0, 8404.0, 8430.0, 8408.0, 8436.0, 8395.0, 8444.0, 8415.0, 8447.0, 8410.0, 8445.0, 8437.0, 8423.0, 8468.0, 8424.0, 8448.0, 8416.0, 8447.0, 8400.0, 8432.0, 8384.0, 8418.0, 8401.0, 8421.0, 8452.0, 8432.0, 8449.0, 8418.0, 8467.0, 8422.0, 8450.0, 8418.0, 8437.0, 8401.0, 8430.0, 8404.0, 8432.0, 8406.0, 8432.0, 8402.0, 8462.0, 8422.0, 8475.0, 8425.0, 8454.0, 8394.0, 8413.0, 8421.0, 8391.0, 8439.0, 8388.0, 8423.0, 8392.0, 8400.0, 8374.0, 8388.0, 8359.0, 8406.0, 8390.0, 8339.0, 8406.0, 8374.0, 8423.0, 8385.0, 8417.0, 8366.0, 8394.0, 8339.0, 8369.0, 8334.0, 8352.0, 8321.0, 8350.0, 8305.0, 8351.0, 8307.0, 8337.0, 8310.0, 8340.0, 8328.0, 8361.0, 8349.0, 8368.0, 8386.0, 8374.0, 8420.0, 8395.0, 8422.0, 8397.0, 8427.0, 8385.0, 8427.0, 8386.0, 8429.0, 8385.0, 8419.0, 8384.0, 8420.0, 8386.0, 8416.0, 8369.0, 8415.0, 8396.0, 8418.0, 8415.0, 8404.0, 8431.0, 8419.0, 8465.0, 8410.0, 8457.0, 8427.0, 8461.0, 8408.0, 8440.0, 8408.0, 8429.0, 8469.0, 8421.0, 8449.0, 8420.0, 8440.0, 8425.0, 8451.0, 8407.0, 8466.0, 8421.0, 8451.0, 8421.0, 8451.0, 8407.0, 8460.0, 8403.0, 8479.0, 8401.0, 8472.0, 8406.0, 8455.0, 8422.0, 8456.0, 8426.0, 8392.0, 8439.0, 8399.0, 8456.0, 8432.0, 8417.0, 8466.0, 8438.0, 8448.0, 8397.0, 8425.0, 8379.0, 8408.0, 8361.0, 8409.0, 8368.0, 8428.0, 8356.0, 8432.0, 8404.0, 8421.0, 8447.0, 8423.0, 8465.0, 8419.0, 8433.0, 8401.0, 8429.0, 8396.0, 8417.0, 8381.0, 8416.0, 8365.0, 8413.0, 8397.0, 8421.0, 8449.0, 8398.0, 8434.0, 8402.0, 8444.0, 8397.0, 8425.0, 8397.0, 8426.0, 8403.0, 8428.0, 8389.0, 8432.0, 8372.0, 8432.0, 8387.0, 8431.0, 8387.0, 8458.0, 8379.0, 8440.0, 8398.0, 8454.0, 8412.0, 8460.0, 8413.0, 8458.0, 8428.0, 8458.0, 8392.0, 8439.0, 8416.0, 8440.0, 8411.0, 8411.0, 8393.0, 8406.0, 8389.0, 8391.0, 8407.0, 8391.0, 8363.0, 8409.0, 8366.0, 8409.0, 8370.0, 8430.0, 8387.0, 8452.0, 8375.0, 8435.0, 8401.0, 8402.0, 8446.0, 8414.0, 8445.0, 8396.0, 8428.0, 8379.0, 8409.0, 8361.0, 8392.0, 8405.0, 8391.0, 8425.0, 8379.0, 8424.0, 8384.0, 8427.0, 8387.0, 8432.0, 8390.0, 8439.0, 8392.0, 8439.0, 8395.0, 8443.0, 8469.0, 8424.0, 8454.0, 8419.0, 8457.0, 8386.0, 8417.0, 8446.0, 8399.0, 8429.0, 8397.0, 8427.0, 8399.0, 8430.0, 8415.0, 8433.0, 8408.0, 8452.0, 8427.0, 8427.0, 8429.0, 8416.0, 8448.0, 8404.0, 8462.0, 8430.0, 8445.0, 8470.0, 8437.0, 8455.0, 8418.0, 8435.0, 8404.0, 8422.0, 8399.0, 8367.0, 8415.0, 8411.0, 8448.0, 8389.0, 8405.0, 8417.0, 8387.0, 8415.0, 8385.0, 8415.0, 8399.0, 8419.0, 8368.0, 8410.0, 8367.0, 8408.0, 8360.0, 8408.0, 8359.0, 8422.0, 8356.0, 8388.0, 8355.0, 8407.0, 8341.0, 8384.0, 8349.0, 8364.0, 8319.0, 8363.0, 8331.0, 8364.0, 8320.0, 8368.0, 8339.0, 8386.0, 8347.0, 8378.0, 8424.0, 8384.0, 8427.0, 8387.0, 8434.0, 8386.0, 8431.0, 8388.0, 8419.0, 8447.0, 8420.0, 8432.0, 8402.0, 8428.0, 8385.0, 8429.0, 8391.0, 8434.0, 8410.0, 8454.0, 8419.0, 8460.0, 8424.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.0012249400299850076</td></tr>
<tr><td colspan=3>aqi</td><td>0.02869670547226387</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.71346671873223</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2140579832333072</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.010895119107276</td></tr>
<tr><td colspan=3>efc</td><td>0.5003</td></tr>
<tr><td colspan=3>fber</td><td>4322.3311</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09860077771240867</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>57</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.272863568215892</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.671299802192736</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.614961301290828</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.947501111544279</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4514369937431018</td></tr>
<tr><td colspan=3>gcor</td><td>0.008726</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009209630079567432</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03513596951961517</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1334</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.969123368033771</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>22.2864</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.1519</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>163.5338</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292377.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>736.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>303.1839</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4735</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>449.7776</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2890.3523</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3062.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84167.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1029.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3762.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>771.4504</td></tr>
<tr><td colspan=3>tsnr</td><td>34.66302543121856</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>