<?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-0073_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-0073_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-0073_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-0073/figures/sub-0073_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0073/figures/sub-0073_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-0073/figures/sub-0073_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073/ses-03/func/sub-0073_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>b6fadbb9305cb9963ad956e216c102ef</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:02:15.277500</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.998857, 0.0266399, 0.0396747, -0.0354045, 0.970142, 0.239938]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0939592</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>[4160, -7791, -7234, 635, -57, -267, 68, 86]</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>235.456</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f12e5ec2-5c9d-4841-90e6-1d13c71f6843||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.679861545562744, -0.09498759359121323, 0.08666499704122543, 116.31340789794922], [-0.07147303223609924, 2.602820873260498, 0.6508855819702148, -109.4145736694336], [0.10644426941871643, -0.643736720085144, 2.6189382076263428, -29.656173706054688], [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': ['200215.277500', '200215.737500', '200216.197500', '200216.657500', '200217.117500', '200217.577500', '200218.037500', '200218.497500', '200218.957500', '200219.417500', '200219.877500', '200220.337500', '200220.797500', '200221.257500', '200221.717500', '200222.177500', '200222.637500', '200223.097500', '200223.557500', '200224.017500', '200224.477500', '200224.937500', '200225.397500', '200225.857500', '200226.317500', '200226.777500', '200227.237500', '200227.697500', '200228.157500', '200228.617500', '200229.077500', '200229.537500', '200229.997500', '200230.457500', '200230.917500', '200231.377500', '200231.837500', '200232.297500', '200232.757500', '200233.217500', '200233.677500', '200234.137500', '200234.597500', '200235.057500', '200235.517500', '200235.977500', '200236.437500', '200236.897500', '200237.357500', '200237.817500', '200238.277500', '200238.737500', '200239.197500', '200239.657500', '200240.117500', '200240.577500', '200241.037500', '200241.497500', '200241.957500', '200242.417500', '200242.877500', '200243.337500', '200243.797500', '200244.257500', '200244.717500', '200245.177500', '200245.637500', '200246.097500', '200246.557500', '200247.017500', '200247.477500', '200247.937500', '200248.397500', '200248.857500', '200249.317500', '200249.777500', '200250.237500', '200250.697500', '200251.157500', '200251.617500', '200252.077500', '200252.537500', '200252.997500', '200253.457500', '200253.917500', '200254.377500', '200254.837500', '200255.297500', '200255.757500', '200256.217500', '200256.677500', '200257.137500', '200257.597500', '200258.057500', '200258.517500', '200258.977500', '200259.437500', '200259.897500', '200300.357500', '200300.817500', '200301.277500', '200301.737500', '200302.197500', '200302.657500', '200303.117500', '200303.577500', '200304.037500', '200304.497500', '200304.957500', '200305.417500', '200305.877500', '200306.337500', '200306.797500', '200307.257500', '200307.717500', '200308.177500', '200308.637500', '200309.097500', '200309.557500', '200310.017500', '200310.477500', '200310.937500', '200311.397500', '200311.857500', '200312.317500', '200312.777500', '200313.237500', '200313.697500', '200314.157500', '200314.617500', '200315.077500', '200315.537500', '200315.997500', '200316.457500', '200316.917500', '200317.377500', '200317.837500', '200318.297500', '200318.757500', '200319.217500', '200319.677500', '200320.137500', '200320.597500', '200321.057500', '200321.517500', '200321.977500', '200322.437500', '200322.897500', '200323.357500', '200323.817500', '200324.277500', '200324.737500', '200325.197500', '200325.657500', '200326.117500', '200326.577500', '200327.037500', '200327.497500', '200327.957500', '200328.417500', '200328.877500', '200329.337500', '200329.797500', '200330.257500', '200330.717500', '200331.177500', '200331.637500', '200332.097500', '200332.557500', '200333.017500', '200333.477500', '200333.937500', '200334.397500', '200334.857500', '200335.317500', '200335.777500', '200336.237500', '200336.697500', '200337.157500', '200337.617500', '200338.077500', '200338.537500', '200338.997500', '200339.457500', '200339.917500', '200340.377500', '200340.837500', '200341.297500', '200341.757500', '200342.217500', '200342.677500', '200343.137500', '200343.597500', '200344.057500', '200344.517500', '200344.977500', '200345.437500', '200345.897500', '200346.357500', '200346.817500', '200347.277500', '200347.737500', '200348.197500', '200348.657500', '200349.117500', '200349.577500', '200350.037500', '200350.497500', '200350.957500', '200351.417500', '200351.877500', '200352.337500', '200352.797500', '200353.257500', '200353.717500', '200354.177500', '200354.637500', '200355.097500', '200355.557500', '200356.017500', '200356.477500', '200356.937500', '200357.397500', '200357.857500', '200358.317500', '200358.777500', '200359.237500', '200359.697500', '200400.157500', '200400.617500', '200401.077500', '200401.537500', '200401.997500', '200402.457500', '200402.917500', '200403.377500', '200403.837500', '200404.297500', '200404.757500', '200405.217500', '200405.677500', '200406.137500', '200406.597500', '200407.057500', '200407.517500', '200407.977500', '200408.437500', '200408.897500', '200409.357500', '200409.817500', '200410.277500', '200410.737500', '200411.197500', '200411.657500', '200412.117500', '200412.577500', '200413.037500', '200413.497500', '200413.957500', '200414.417500', '200414.877500', '200415.337500', '200415.797500', '200416.257500', '200416.717500', '200417.177500', '200417.637500', '200418.097500', '200418.557500', '200419.017500', '200419.477500', '200419.937500', '200420.397500', '200420.857500', '200421.317500', '200421.777500', '200422.237500', '200422.697500', '200423.157500', '200423.617500', '200424.077500', '200424.537500', '200424.997500', '200425.457500', '200425.917500', '200426.377500', '200426.837500', '200427.297500', '200427.757500', '200428.217500', '200428.677500', '200429.137500', '200429.597500', '200430.057500', '200430.517500', '200430.977500', '200431.437500', '200431.897500', '200432.357500', '200432.817500', '200433.277500', '200433.737500', '200434.197500', '200434.657500', '200435.117500', '200435.577500', '200436.037500', '200436.497500', '200436.957500', '200437.417500', '200437.877500', '200438.337500', '200438.797500', '200439.257500', '200439.717500', '200440.177500', '200440.637500', '200441.097500', '200441.557500', '200442.017500', '200442.477500', '200442.937500', '200443.397500', '200443.857500', '200444.317500', '200444.777500', '200445.237500', '200445.697500', '200446.157500', '200446.617500', '200447.077500', '200447.537500', '200447.997500', '200448.457500', '200448.917500', '200449.377500', '200449.837500', '200450.297500', '200450.757500', '200451.217500', '200451.677500', '200452.137500', '200452.597500', '200453.057500', '200453.517500', '200453.977500', '200454.437500', '200454.897500', '200455.357500', '200455.817500', '200456.277500', '200456.737500', '200457.197500', '200457.657500', '200458.117500', '200458.577500', '200459.037500', '200459.497500', '200459.957500', '200500.417500', '200500.877500', '200501.337500', '200501.797500', '200502.257500', '200502.717500', '200503.177500', '200503.637500', '200504.097500', '200504.557500', '200505.017500', '200505.477500', '200505.937500', '200506.397500', '200506.857500', '200507.317500', '200507.777500', '200508.237500', '200508.697500', '200509.157500', '200509.617500', '200510.077500', '200510.537500', '200510.997500', '200511.457500', '200511.917500', '200512.377500', '200512.837500', '200513.297500', '200513.757500', '200514.217500', '200514.677500', '200515.137500', '200515.597500', '200516.057500', '200516.517500', '200516.977500', '200517.437500', '200517.897500', '200518.357500', '200518.817500', '200519.277500', '200519.737500', '200520.197500', '200520.657500', '200521.117500', '200521.577500', '200522.037500', '200522.497500', '200522.957500', '200523.417500', '200523.877500', '200524.337500', '200524.797500', '200525.257500', '200525.717500', '200526.177500', '200526.637500', '200527.097500', '200527.557500', '200528.017500', '200528.477500', '200528.937500', '200529.397500', '200529.857500', '200530.317500', '200530.777500', '200531.237500', '200531.697500', '200532.157500', '200532.617500', '200533.077500', '200533.537500', '200533.997500', '200534.457500', '200534.917500', '200535.377500', '200535.837500', '200536.297500', '200536.757500', '200537.217500', '200537.677500', '200538.137500', '200538.597500', '200539.057500', '200539.517500', '200539.977500', '200540.437500', '200540.897500', '200541.357500', '200541.817500', '200542.277500', '200542.737500', '200543.197500', '200543.657500', '200544.117500', '200544.577500', '200545.037500', '200545.497500', '200545.957500', '200546.417500', '200546.877500', '200547.337500', '200547.797500', '200548.257500', '200548.717500', '200549.177500', '200549.637500', '200550.097500', '200550.557500', '200551.017500', '200551.477500', '200551.937500', '200552.397500', '200552.857500', '200553.317500', '200553.777500', '200554.237500', '200554.697500', '200555.157500', '200555.617500', '200556.077500', '200556.537500', '200556.997500', '200557.457500', '200557.917500', '200558.377500', '200558.837500', '200559.297500', '200559.757500', '200600.217500', '200600.677500', '200601.137500', '200601.597500', '200602.057500', '200602.517500', '200602.977500', '200603.437500', '200603.897500', '200604.357500', '200604.817500', '200605.277500', '200605.737500', '200606.197500', '200606.657500', '200607.117500', '200607.577500', '200608.037500', '200608.497500', '200608.957500', '200609.417500', '200609.877500', '200610.337500', '200610.797500', '200611.257500', '200611.717500', '200612.177500', '200612.637500', '200613.097500', '200613.557500', '200614.017500', '200614.477500', '200614.937500', '200615.397500', '200615.857500', '200616.317500', '200616.777500', '200617.237500', '200617.697500', '200618.157500', '200618.617500', '200619.077500', '200619.537500', '200619.997500', '200620.457500', '200620.917500', '200621.377500', '200621.837500', '200622.297500', '200622.757500', '200623.217500', '200623.677500', '200624.137500', '200624.597500', '200625.057500', '200625.517500', '200625.977500', '200626.437500', '200626.897500', '200627.357500', '200627.817500', '200628.277500', '200628.737500', '200629.197500', '200629.657500', '200630.117500', '200630.577500', '200631.037500', '200631.497500', '200631.957500', '200632.417500', '200632.877500', '200633.337500', '200633.797500', '200634.257500', '200634.717500', '200635.177500', '200635.637500', '200636.097500', '200636.557500', '200637.017500', '200637.477500', '200637.937500', '200638.397500', '200638.857500', '200639.317500', '200639.777500', '200640.237500', '200640.697500', '200641.157500', '200641.617500', '200642.077500', '200642.537500', '200642.997500', '200643.457500', '200643.917500', '200644.377500', '200644.837500', '200645.297500', '200645.757500', '200646.217500', '200646.677500', '200647.137500', '200647.597500', '200648.057500', '200648.517500', '200648.977500', '200649.437500', '200649.897500', '200650.357500', '200650.817500', '200651.277500', '200651.737500', '200652.197500', '200652.657500', '200653.117500', '200653.577500', '200654.037500', '200654.497500', '200654.957500', '200655.417500', '200655.877500', '200656.337500', '200656.797500', '200657.257500', '200657.717500', '200658.177500', '200658.637500', '200659.097500', '200659.557500', '200700.017500', '200700.477500', '200700.937500', '200701.397500', '200701.857500', '200702.317500', '200702.777500', '200703.237500', '200703.697500', '200704.157500', '200704.617500', '200705.077500', '200705.537500', '200705.997500', '200706.457500', '200706.917500', '200707.377500', '200707.837500', '200708.297500', '200708.757500', '200709.217500', '200709.677500', '200710.137500', '200710.597500', '200711.057500', '200711.517500', '200711.977500', '200712.437500', '200712.897500', '200713.357500', '200713.817500', '200714.277500', '200714.737500', '200715.197500', '200715.657500', '200716.117500', '200716.577500', '200717.037500', '200717.497500', '200717.957500', '200718.417500', '200718.877500', '200719.337500', '200719.797500', '200720.257500', '200720.717500', '200721.177500', '200721.637500', '200722.097500', '200722.557500', '200723.017500', '200723.477500', '200723.937500', '200724.397500', '200724.857500', '200725.317500', '200725.777500', '200726.237500', '200726.697500', '200727.157500', '200727.617500', '200728.077500', '200728.537500', '200728.997500', '200729.457500', '200729.917500', '200730.377500', '200730.837500', '200731.297500', '200731.757500', '200732.217500', '200732.677500', '200733.137500', '200733.597500', '200734.057500', '200734.517500', '200734.977500', '200735.437500', '200735.897500', '200736.357500', '200736.817500', '200737.277500', '200737.737500', '200738.197500', '200738.657500', '200739.117500', '200739.577500', '200740.037500', '200740.497500', '200740.957500', '200741.417500', '200741.877500', '200742.337500', '200742.797500', '200743.257500', '200743.717500', '200744.177500', '200744.637500', '200745.097500', '200745.557500', '200746.017500', '200746.477500', '200746.937500', '200747.397500', '200747.857500', '200748.317500', '200748.777500', '200749.237500', '200749.697500', '200750.157500', '200750.617500', '200751.077500', '200751.537500', '200751.997500', '200752.457500', '200752.917500', '200753.377500', '200753.837500', '200754.297500', '200754.757500', '200755.217500', '200755.677500', '200756.137500', '200756.597500', '200757.057500', '200757.517500', '200757.977500', '200758.437500', '200758.897500', '200759.357500', '200759.817500', '200800.277500', '200800.737500', '200801.197500', '200801.657500', '200802.117500', '200802.577500', '200803.037500', '200803.497500', '200803.957500', '200804.417500', '200804.877500', '200805.337500', '200805.797500', '200806.257500', '200806.717500', '200807.177500', '200807.637500', '200808.097500', '200808.557500', '200809.017500', '200809.477500', '200809.937500', '200810.397500', '200810.857500', '200811.317500', '200811.777500', '200812.237500', '200812.697500', '200813.157500', '200813.617500', '200814.077500', '200814.537500', '200814.997500', '200815.457500', '200815.917500', '200816.377500', '200816.837500', '200817.297500', '200817.757500', '200818.217500', '200818.677500', '200819.137500', '200819.597500', '200820.057500', '200820.517500', '200820.977500', '200821.437500', '200821.897500', '200822.357500', '200822.817500', '200823.277500', '200823.737500', '200824.197500', '200824.657500', '200825.117500', '200825.577500', '200826.037500', '200826.497500', '200826.957500', '200827.417500', '200827.877500', '200828.337500', '200828.797500', '200829.257500', '200829.717500', '200830.177500', '200830.637500', '200831.097500', '200831.557500', '200832.017500', '200832.477500', '200832.937500', '200833.397500', '200833.857500', '200834.317500', '200834.777500', '200835.237500', '200835.697500', '200836.157500', '200836.617500', '200837.077500', '200837.537500', '200837.997500', '200838.457500', '200838.917500', '200839.377500', '200839.837500', '200840.297500', '200840.757500', '200841.217500', '200841.677500', '200842.137500', '200842.597500', '200843.057500', '200843.517500', '200843.977500', '200844.437500', '200844.897500', '200845.357500', '200845.817500', '200846.277500', '200846.737500', '200847.197500', '200847.657500', '200848.117500', '200848.577500', '200849.037500', '200849.497500', '200849.957500', '200850.417500', '200850.877500', '200851.337500', '200851.797500', '200852.257500', '200852.717500', '200853.177500', '200853.637500', '200854.097500', '200854.557500', '200855.017500', '200855.477500', '200855.937500', '200856.397500', '200856.857500', '200857.317500', '200857.777500', '200858.237500', '200858.697500', '200859.157500', '200859.617500', '200900.077500', '200900.537500', '200900.997500', '200901.457500', '200901.917500', '200902.377500', '200902.837500', '200903.297500', '200903.757500', '200904.217500', '200904.677500', '200905.137500', '200905.597500', '200906.057500', '200906.517500', '200906.977500', '200907.437500', '200907.897500', '200908.357500', '200908.817500', '200909.277500', '200909.737500', '200910.197500', '200910.657500', '200911.117500', '200911.577500', '200912.037500', '200912.497500', '200912.957500', '200913.417500', '200913.877500', '200914.337500', '200914.797500', '200915.257500', '200915.717500', '200916.177500', '200916.637500', '200917.097500', '200917.557500', '200918.017500', '200918.477500', '200918.937500', '200919.397500', '200919.857500', '200920.317500', '200920.777500', '200921.237500', '200921.697500', '200922.157500', '200922.617500', '200923.077500', '200923.537500', '200923.997500', '200924.457500', '200924.917500', '200925.377500', '200925.837500', '200926.297500', '200926.757500', '200927.217500', '200927.677500', '200928.137500', '200928.597500', '200929.057500', '200929.517500', '200929.977500', '200930.437500', '200930.897500', '200931.357500', '200931.817500', '200932.277500', '200932.737500', '200933.197500', '200933.657500', '200934.117500', '200934.577500', '200935.037500', '200935.497500', '200935.957500', '200936.417500', '200936.877500', '200937.337500', '200937.797500', '200938.257500', '200938.717500', '200939.177500', '200939.637500', '200940.097500', '200940.557500', '200941.017500', '200941.477500', '200941.937500', '200942.397500', '200942.857500', '200943.317500', '200943.777500', '200944.237500', '200944.697500', '200945.157500', '200945.617500', '200946.077500', '200946.537500', '200946.997500', '200947.457500', '200947.917500', '200948.377500', '200948.837500', '200949.297500', '200949.757500', '200950.217500', '200950.677500', '200951.137500', '200951.597500', '200952.057500', '200952.517500', '200952.977500', '200953.437500', '200953.897500', '200954.357500', '200954.817500', '200955.277500', '200955.737500', '200956.197500', '200956.657500', '200957.117500', '200957.577500', '200958.037500', '200958.497500', '200958.957500', '200959.417500', '200959.877500', '201000.337500', '201000.797500', '201001.257500', '201001.717500', '201002.177500', '201002.637500', '201003.097500', '201003.557500', '201004.017500', '201004.477500', '201004.937500', '201005.397500', '201005.857500', '201006.317500', '201006.777500', '201007.237500', '201007.697500', '201008.157500', '201008.617500', '201009.077500', '201009.537500', '201009.997500', '201010.457500', '201010.917500', '201011.377500', '201011.837500', '201012.297500', '201012.757500', '201013.217500', '201013.677500', '201014.137500', '201014.597500', '201015.057500', '201015.517500', '201015.977500', '201016.437500', '201016.897500', '201017.357500', '201017.817500', '201018.277500', '201018.737500', '201019.197500', '201019.657500', '201020.117500', '201020.577500', '201021.037500', '201021.497500', '201021.957500', '201022.417500', '201022.877500', '201023.337500', '201023.797500', '201024.257500', '201024.717500', '201025.177500', '201025.637500', '201026.097500', '201026.557500', '201027.017500', '201027.477500', '201027.937500', '201028.397500', '201028.857500', '201029.317500', '201029.777500', '201030.237500', '201030.697500', '201031.157500', '201031.617500', '201032.077500', '201032.537500', '201032.997500', '201033.457500', '201033.917500', '201034.377500', '201034.837500', '201035.297500', '201035.757500', '201036.217500', '201036.677500', '201037.137500', '201037.597500', '201038.057500', '201038.517500', '201038.977500', '201039.437500', '201039.897500', '201040.357500', '201040.817500', '201041.277500', '201041.737500', '201042.197500', '201042.657500', '201043.117500', '201043.577500', '201044.037500', '201044.497500', '201044.957500', '201045.417500', '201045.877500', '201046.337500', '201046.797500', '201047.257500', '201047.717500', '201048.177500', '201048.637500', '201049.097500', '201049.557500', '201050.017500', '201050.477500', '201050.937500', '201051.397500', '201051.857500', '201052.317500', '201052.777500', '201053.237500', '201053.697500', '201054.157500', '201054.617500', '201055.077500', '201055.537500', '201055.997500', '201056.457500', '201056.917500', '201057.377500', '201057.837500', '201058.297500', '201058.757500', '201059.217500', '201059.677500', '201100.137500', '201100.597500', '201101.057500', '201101.517500', '201101.977500', '201102.437500', '201102.897500', '201103.357500', '201103.817500', '201104.277500', '201104.737500', '201105.197500', '201105.657500', '201106.117500', '201106.577500', '201107.037500', '201107.497500', '201107.957500', '201108.417500', '201108.877500', '201109.337500', '201109.797500', '201110.257500', '201110.717500', '201111.177500', '201111.637500', '201112.097500', '201112.557500', '201113.017500', '201113.477500', '201113.937500', '201114.397500', '201114.857500', '201115.317500', '201115.777500', '201116.237500', '201116.697500', '201117.157500', '201117.617500', '201118.077500', '201118.537500', '201118.997500', '201119.457500', '201119.917500', '201120.377500', '201120.837500', '201121.297500', '201121.757500', '201122.217500', '201122.677500', '201123.137500', '201123.597500', '201124.057500', '201124.517500', '201124.977500', '201125.437500', '201125.897500', '201126.357500', '201126.817500', '201127.277500', '201127.737500', '201128.197500', '201128.657500', '201129.117500', '201129.577500', '201130.037500', '201130.497500', '201130.957500', '201131.417500', '201131.877500', '201132.337500', '201132.797500', '201133.257500', '201133.717500', '201134.177500', '201134.637500', '201135.097500', '201135.557500', '201136.017500', '201136.477500', '201136.937500', '201137.397500', '201137.857500', '201138.317500', '201138.777500', '201139.237500', '201139.697500', '201140.157500', '201140.617500', '201141.077500', '201141.537500', '201141.997500', '201142.457500', '201142.917500', '201143.377500', '201143.837500', '201144.297500', '201144.757500', '201145.217500', '201145.677500', '201146.137500', '201146.597500', '201147.057500', '201147.517500', '201147.977500', '201148.437500', '201148.897500', '201149.357500', '201149.817500', '201150.277500', '201150.737500', '201151.197500', '201151.657500', '201152.117500', '201152.577500', '201153.037500', '201153.497500', '201153.957500', '201154.417500', '201154.877500', '201155.337500', '201155.797500', '201156.257500', '201156.717500', '201157.177500', '201157.637500', '201158.097500', '201158.557500', '201159.017500', '201159.477500', '201159.937500', '201200.397500', '201200.857500', '201201.317500', '201201.777500', '201202.237500', '201202.697500', '201203.157500', '201203.617500', '201204.077500', '201204.537500', '201204.997500', '201205.457500', '201205.917500', '201206.377500', '201206.837500', '201207.297500', '201207.757500', '201208.217500', '201208.677500', '201209.137500', '201209.597500', '201210.057500', '201210.517500', '201210.977500', '201211.437500', '201211.897500', '201212.357500', '201212.817500', '201213.277500', '201213.737500', '201214.197500', '201214.657500', '201215.117500', '201215.577500', '201216.037500', '201216.497500', '201216.957500', '201217.417500', '201217.877500', '201218.337500', '201218.797500', '201219.257500', '201219.717500', '201220.177500', '201220.637500', '201221.097500', '201221.557500', '201222.017500', '201222.477500', '201222.937500', '201223.397500', '201223.857500', '201224.317500', '201224.777500', '201225.237500', '201225.697500', '201226.157500', '201226.617500', '201227.077500', '201227.537500', '201227.997500', '201228.457500', '201228.917500'], 'ContentTime': ['200237.682000', '200237.685000', '200237.688000', '200237.691000', '200237.694000', '200237.696000', '200237.699000', '200237.701000', '200237.704000', '200237.707000', '200237.710000', '200237.719000', '200237.722000', '200237.725000', '200237.727000', '200237.730000', '200237.733000', '200237.735000', '200237.738000', '200237.740000', '200237.743000', '200237.746000', '200237.748000', '200237.751000', '200237.754000', '200237.756000', '200237.759000', '200237.761000', '200237.764000', '200237.767000', '200237.769000', '200237.772000', '200237.775000', '200237.777000', '200237.780000', '200237.782000', '200237.785000', '200237.788000', '200237.790000', '200237.793000', '200237.796000', '200237.815000', '200237.818000', '200237.820000', '200237.823000', '200237.825000', '200237.828000', '200257.658000', '200257.661000', '200257.664000', '200257.666000', '200257.669000', '200257.672000', '200257.674000', '200257.677000', '200257.680000', '200257.682000', '200257.685000', '200257.687000', '200257.690000', '200257.693000', '200257.695000', '200257.698000', '200257.701000', '200257.703000', '200257.706000', '200257.708000', '200257.711000', '200257.714000', '200257.716000', '200257.719000', '200257.722000', '200257.724000', '200257.727000', '200257.729000', '200257.739000', '200257.741000', '200257.744000', '200257.747000', '200257.749000', '200257.752000', '200257.754000', '200257.757000', '200257.760000', '200257.762000', '200257.765000', '200257.768000', '200257.770000', '200257.773000', '200257.775000', '200257.778000', '200317.658000', '200317.661000', '200317.664000', '200317.667000', '200317.669000', '200317.672000', '200317.675000', '200317.677000', '200317.680000', '200317.683000', '200317.685000', '200317.688000', '200317.691000', '200317.693000', '200317.696000', '200317.699000', '200317.712000', '200317.714000', '200317.717000', '200317.719000', '200317.722000', '200317.725000', '200317.728000', '200317.730000', '200317.733000', '200317.735000', '200317.738000', '200317.741000', '200317.744000', '200317.746000', '200317.749000', '200317.752000', '200317.754000', '200317.757000', '200317.764000', '200317.766000', '200317.769000', '200317.772000', '200317.775000', '200317.777000', '200317.780000', '200317.782000', '200317.785000', '200337.658000', '200337.661000', '200337.664000', '200337.667000', '200337.669000', '200337.672000', '200337.674000', '200337.677000', '200337.680000', '200337.682000', '200337.685000', '200337.688000', '200337.690000', '200337.693000', '200337.697000', '200337.700000', '200337.702000', '200337.705000', '200337.707000', '200337.710000', '200337.713000', '200337.723000', '200337.726000', '200337.729000', '200337.731000', '200337.734000', '200337.736000', '200337.739000', '200337.742000', '200337.744000', '200337.747000', '200337.750000', '200337.753000', '200337.755000', '200337.758000', '200337.761000', '200337.763000', '200337.766000', '200337.775000', '200337.778000', '200337.781000', '200337.783000', '200337.786000', '200337.789000', '200357.659000', '200357.662000', '200357.664000', '200357.667000', '200357.670000', '200357.672000', '200357.675000', '200357.677000', '200357.680000', '200357.683000', '200357.685000', '200357.688000', '200357.690000', '200357.693000', '200357.696000', '200357.698000', '200357.701000', '200357.704000', '200357.706000', '200357.709000', '200357.711000', '200357.714000', '200357.721000', '200357.724000', '200357.726000', '200357.729000', '200357.732000', '200357.734000', '200357.737000', '200357.740000', '200357.742000', '200357.745000', '200357.748000', '200357.750000', '200357.753000', '200357.756000', '200357.758000', '200357.761000', '200357.763000', '200357.766000', '200357.769000', '200357.772000', '200357.774000', '200417.658000', '200417.661000', '200417.664000', '200417.667000', '200417.669000', '200417.672000', '200417.675000', '200417.677000', '200417.680000', '200417.682000', '200417.685000', '200417.688000', '200417.690000', '200417.693000', '200417.696000', '200417.698000', '200417.701000', '200417.703000', '200417.706000', '200417.709000', '200417.711000', '200417.714000', '200417.717000', '200417.719000', '200417.722000', '200417.725000', '200417.727000', '200417.730000', '200417.733000', '200417.735000', '200417.738000', '200417.740000', '200417.743000', '200417.746000', '200417.748000', '200417.757000', '200417.759000', '200417.762000', '200417.765000', '200417.767000', '200417.770000', '200417.772000', '200417.775000', '200417.778000', '200437.658000', '200437.661000', '200437.664000', '200437.667000', '200437.670000', '200437.672000', '200437.675000', '200437.677000', '200437.680000', '200437.683000', '200437.685000', '200437.688000', '200437.691000', '200437.693000', '200437.696000', '200437.699000', '200437.701000', '200437.704000', '200437.707000', '200437.709000', '200437.712000', '200437.715000', '200437.717000', '200437.720000', '200437.723000', '200437.725000', '200437.728000', '200437.731000', '200437.733000', '200437.736000', '200437.739000', '200437.741000', '200437.744000', '200437.747000', '200437.749000', '200437.752000', '200437.755000', '200437.757000', '200437.760000', '200437.762000', '200437.765000', '200437.768000', '200437.770000', '200457.657000', '200457.660000', '200457.663000', '200457.666000', '200457.668000', '200457.671000', '200457.674000', '200457.676000', '200457.680000', '200457.683000', '200457.685000', '200457.688000', '200457.691000', '200457.693000', '200457.696000', '200457.698000', '200457.701000', '200457.704000', '200457.706000', '200457.709000', '200457.712000', '200457.714000', '200457.717000', '200457.720000', '200457.722000', '200457.725000', '200457.728000', '200457.730000', '200457.733000', '200457.736000', '200457.738000', '200457.741000', '200457.744000', '200457.752000', '200457.755000', '200457.758000', '200457.760000', '200457.763000', '200457.766000', '200457.768000', '200457.771000', '200457.773000', '200457.776000', '200457.779000', '200517.658000', '200517.661000', '200517.664000', '200517.667000', '200517.669000', '200517.672000', '200517.675000', '200517.677000', '200517.680000', '200517.683000', '200517.685000', '200517.688000', '200517.691000', '200517.693000', '200517.696000', '200517.699000', '200517.720000', '200517.723000', '200517.725000', '200517.728000', '200517.731000', '200517.733000', '200517.736000', '200517.739000', '200517.741000', '200517.744000', '200517.746000', '200517.749000', '200517.752000', '200517.754000', '200517.757000', '200517.760000', '200517.762000', '200517.765000', '200517.768000', '200517.770000', '200517.773000', '200517.776000', '200517.778000', '200517.781000', '200517.784000', '200517.786000', '200517.789000', '200537.659000', '200537.662000', '200537.664000', '200537.667000', '200537.670000', '200537.672000', '200537.675000', '200537.678000', '200537.680000', '200537.683000', '200537.686000', '200537.689000', '200537.691000', '200537.694000', '200537.697000', '200537.699000', '200537.702000', '200537.705000', '200537.707000', '200537.710000', '200537.713000', '200537.715000', '200537.718000', '200537.721000', '200537.723000', '200537.726000', '200537.729000', '200537.731000', '200537.734000', '200537.737000', '200537.739000', '200537.742000', '200537.745000', '200537.747000', '200537.750000', '200537.753000', '200537.755000', '200537.758000', '200537.761000', '200537.763000', '200537.766000', '200537.768000', '200537.771000', '200557.659000', '200557.662000', '200557.664000', '200557.667000', '200557.670000', '200557.672000', '200557.675000', '200557.678000', '200557.681000', '200557.683000', '200557.686000', '200557.689000', '200557.691000', '200557.694000', '200557.696000', '200557.699000', '200557.702000', '200557.705000', '200557.707000', '200557.710000', '200557.713000', '200557.715000', '200557.718000', '200557.720000', '200557.723000', '200557.726000', '200557.728000', '200557.731000', '200557.734000', '200557.736000', '200557.739000', '200557.742000', '200557.744000', '200557.747000', '200557.750000', '200557.752000', '200557.755000', '200557.758000', '200557.760000', '200557.763000', '200557.766000', '200557.768000', '200557.771000', '200557.774000', '200617.658000', '200617.662000', '200617.664000', '200617.667000', '200617.670000', '200617.672000', '200617.675000', '200617.678000', '200617.680000', '200617.683000', '200617.686000', '200617.688000', '200617.691000', '200617.694000', '200617.696000', '200617.699000', '200617.702000', '200617.705000', '200617.707000', '200617.710000', '200617.715000', '200617.717000', '200617.721000', '200617.724000', '200617.726000', '200617.729000', '200617.732000', '200617.734000', '200617.737000', '200617.740000', '200617.742000', '200617.745000', '200617.748000', '200617.750000', '200617.753000', '200617.756000', '200617.758000', '200617.761000', '200617.764000', '200617.766000', '200617.769000', '200617.771000', '200617.774000', '200637.658000', '200637.661000', '200637.664000', '200637.667000', '200637.669000', '200637.672000', '200637.675000', '200637.677000', '200637.680000', '200637.683000', '200637.685000', '200637.688000', '200637.691000', '200637.693000', '200637.696000', '200637.699000', '200637.701000', '200637.704000', '200637.707000', '200637.709000', '200637.712000', '200637.714000', '200637.717000', '200637.720000', '200637.722000', '200637.725000', '200637.728000', '200637.731000', '200637.733000', '200637.736000', '200637.739000', '200637.741000', '200637.744000', '200637.747000', '200637.749000', '200637.752000', '200637.755000', '200637.757000', '200637.760000', '200637.763000', '200637.765000', '200637.768000', '200637.781000', '200637.783000', '200657.659000', '200657.662000', '200657.664000', '200657.667000', '200657.670000', '200657.672000', '200657.675000', '200657.677000', '200657.680000', '200657.683000', '200657.686000', '200657.688000', '200657.691000', '200657.694000', '200657.696000', '200657.699000', '200657.701000', '200657.704000', '200657.707000', '200657.710000', '200657.712000', '200657.715000', '200657.717000', '200657.720000', '200657.723000', '200657.725000', '200657.728000', '200657.731000', '200657.734000', '200657.736000', '200657.739000', '200657.741000', '200657.744000', '200657.747000', '200657.750000', '200657.752000', '200657.755000', '200657.757000', '200657.760000', '200657.763000', '200657.765000', '200657.768000', '200657.771000', '200717.657000', '200717.661000', '200717.663000', '200717.666000', '200717.668000', '200717.671000', '200717.674000', '200717.676000', '200717.679000', '200717.682000', '200717.684000', '200717.687000', '200717.690000', '200717.693000', '200717.695000', '200717.698000', '200717.700000', '200717.703000', '200717.706000', '200717.708000', '200717.711000', '200717.714000', '200717.716000', '200717.719000', '200717.722000', '200717.725000', '200717.727000', '200717.730000', '200717.733000', '200717.735000', '200717.738000', '200717.741000', '200717.743000', '200717.746000', '200717.749000', '200717.751000', '200717.754000', '200717.757000', '200717.759000', '200717.762000', '200717.765000', '200717.767000', '200717.770000', '200717.772000', '200737.658000', '200737.661000', '200737.664000', '200737.667000', '200737.670000', '200737.672000', '200737.675000', '200737.678000', '200737.680000', '200737.683000', '200737.686000', '200737.688000', '200737.691000', '200737.694000', '200737.696000', '200737.699000', '200737.702000', '200737.704000', '200737.707000', '200737.710000', '200737.713000', '200737.716000', '200737.718000', '200737.721000', '200737.723000', '200737.726000', '200737.729000', '200737.732000', '200737.734000', '200737.737000', '200737.740000', '200737.742000', '200737.745000', '200737.748000', '200737.750000', '200737.753000', '200737.755000', '200737.759000', '200737.762000', '200737.764000', '200737.767000', '200737.770000', '200737.773000', '200757.659000', '200757.661000', '200757.664000', '200757.667000', '200757.670000', '200757.673000', '200757.676000', '200757.678000', '200757.681000', '200757.684000', '200757.687000', '200757.689000', '200757.692000', '200757.695000', '200757.697000', '200757.700000', '200757.702000', '200757.705000', '200757.708000', '200757.710000', '200757.719000', '200757.721000', '200757.724000', '200757.727000', '200757.730000', '200757.732000', '200757.735000', '200757.737000', '200757.740000', '200757.743000', '200757.745000', '200757.748000', '200757.751000', '200757.753000', '200757.756000', '200757.758000', '200757.761000', '200757.764000', '200757.766000', '200757.769000', '200757.772000', '200757.774000', '200757.777000', '200757.779000', '200817.658000', '200817.661000', '200817.664000', '200817.667000', '200817.669000', '200817.672000', '200817.675000', '200817.678000', '200817.706000', '200817.708000', '200817.711000', '200817.714000', '200817.716000', '200817.719000', '200817.722000', '200817.724000', '200817.727000', '200817.730000', '200817.732000', '200817.735000', '200817.738000', '200817.740000', '200817.743000', '200817.746000', '200817.748000', '200817.751000', '200817.754000', '200817.757000', '200817.759000', '200817.762000', '200817.765000', '200817.767000', '200817.770000', '200817.773000', '200817.775000', '200817.778000', '200817.781000', '200817.783000', '200817.786000', '200817.788000', '200817.791000', '200817.794000', '200817.796000', '200837.658000', '200837.661000', '200837.664000', '200837.667000', '200837.669000', '200837.672000', '200837.675000', '200837.677000', '200837.680000', '200837.683000', '200837.685000', '200837.688000', '200837.691000', '200837.694000', '200837.696000', '200837.699000', '200837.702000', '200837.704000', '200837.707000', '200837.710000', '200837.712000', '200837.715000', '200837.717000', '200837.720000', '200837.723000', '200837.726000', '200837.728000', '200837.731000', '200837.734000', '200837.736000', '200837.739000', '200837.742000', '200837.745000', '200837.747000', '200837.750000', '200837.753000', '200837.755000', '200837.758000', '200837.761000', '200837.763000', '200837.766000', '200837.768000', '200837.771000', '200837.774000', '200857.659000', '200857.662000', '200857.664000', '200857.667000', '200857.670000', '200857.672000', '200857.675000', '200857.678000', '200857.680000', '200857.683000', '200857.686000', '200857.688000', '200857.691000', '200857.694000', '200857.696000', '200857.699000', '200857.701000', '200857.704000', '200857.707000', '200857.709000', '200857.712000', '200857.715000', '200857.718000', '200857.720000', '200857.723000', '200857.725000', '200857.728000', '200857.731000', '200857.733000', '200857.736000', '200857.739000', '200857.741000', '200857.744000', '200857.747000', '200857.749000', '200857.752000', '200857.755000', '200857.758000', '200857.761000', '200857.763000', '200857.767000', '200857.770000', '200857.772000', '200917.659000', '200917.662000', '200917.665000', '200917.667000', '200917.670000', '200917.673000', '200917.675000', '200917.678000', '200917.681000', '200917.683000', '200917.686000', '200917.689000', '200917.691000', '200917.694000', '200917.697000', '200917.699000', '200917.702000', '200917.705000', '200917.707000', '200917.710000', '200917.713000', '200917.715000', '200917.718000', '200917.721000', '200917.723000', '200917.726000', '200917.729000', '200917.731000', '200917.734000', '200917.737000', '200917.739000', '200917.742000', '200917.745000', '200917.747000', '200917.750000', '200917.753000', '200917.755000', '200917.758000', '200917.761000', '200917.763000', '200917.766000', '200917.769000', '200917.771000', '200917.774000', '200937.657000', '200937.660000', '200937.663000', '200937.666000', '200937.668000', '200937.677000', '200937.680000', '200937.683000', '200937.685000', '200937.688000', '200937.691000', '200937.693000', '200937.696000', '200937.699000', '200937.701000', '200937.704000', '200937.707000', '200937.709000', '200937.712000', '200937.715000', '200937.718000', '200937.720000', '200937.723000', '200937.725000', '200937.728000', '200937.731000', '200937.733000', '200937.736000', '200937.739000', '200937.741000', '200937.744000', '200937.747000', '200937.749000', '200937.752000', '200937.755000', '200937.757000', '200937.760000', '200937.763000', '200937.765000', '200937.768000', '200937.771000', '200937.774000', '200937.776000', '200957.658000', '200957.662000', '200957.664000', '200957.667000', '200957.670000', '200957.672000', '200957.675000', '200957.678000', '200957.680000', '200957.683000', '200957.686000', '200957.688000', '200957.691000', '200957.693000', '200957.696000', '200957.699000', '200957.701000', '200957.704000', '200957.707000', '200957.709000', '200957.712000', '200957.715000', '200957.717000', '200957.720000', '200957.723000', '200957.725000', '200957.728000', '200957.731000', '200957.733000', '200957.736000', '200957.738000', '200957.741000', '200957.744000', '200957.746000', '200957.749000', '200957.752000', '200957.754000', '200957.757000', '200957.760000', '200957.762000', '200957.765000', '200957.768000', '200957.770000', '200957.773000', '201017.658000', '201017.661000', '201017.664000', '201017.667000', '201017.670000', '201017.672000', '201017.675000', '201017.678000', '201017.680000', '201017.683000', '201017.686000', '201017.689000', '201017.691000', '201017.694000', '201017.697000', '201017.699000', '201017.702000', '201017.705000', '201017.707000', '201017.710000', '201017.713000', '201017.715000', '201017.718000', '201017.721000', '201017.723000', '201017.726000', '201017.729000', '201017.731000', '201017.734000', '201017.737000', '201017.739000', '201017.742000', '201017.745000', '201017.747000', '201017.750000', '201017.753000', '201017.755000', '201017.758000', '201017.760000', '201017.763000', '201017.766000', '201017.768000', '201017.771000', '201037.659000', '201037.662000', '201037.664000', '201037.667000', '201037.670000', '201037.672000', '201037.675000', '201037.678000', '201037.680000', '201037.683000', '201037.686000', '201037.688000', '201037.691000', '201037.694000', '201037.696000', '201037.699000', '201037.702000', '201037.704000', '201037.707000', '201037.710000', '201037.712000', '201037.715000', '201037.718000', '201037.720000', '201037.723000', '201037.726000', '201037.728000', '201037.731000', '201037.734000', '201037.736000', '201037.739000', '201037.742000', '201037.744000', '201037.747000', '201037.750000', '201037.752000', '201037.755000', '201037.757000', '201037.760000', '201037.763000', '201037.765000', '201037.768000', '201037.771000', '201037.773000', '201057.659000', '201057.676000', '201057.678000', '201057.681000', '201057.684000', '201057.687000', '201057.689000', '201057.692000', '201057.695000', '201057.697000', '201057.700000', '201057.703000', '201057.705000', '201057.708000', '201057.711000', '201057.713000', '201057.716000', '201057.718000', '201057.721000', '201057.724000', '201057.726000', '201057.729000', '201057.732000', '201057.734000', '201057.737000', '201057.740000', '201057.742000', '201057.745000', '201057.748000', '201057.750000', '201057.753000', '201057.756000', '201057.758000', '201057.761000', '201057.764000', '201057.767000', '201057.769000', '201057.772000', '201057.775000', '201057.777000', '201057.780000', '201057.782000', '201057.785000', '201117.659000', '201117.662000', '201117.664000', '201117.667000', '201117.670000', '201117.672000', '201117.675000', '201117.678000', '201117.680000', '201117.683000', '201117.686000', '201117.688000', '201117.692000', '201117.695000', '201117.698000', '201117.700000', '201117.703000', '201117.706000', '201117.708000', '201117.711000', '201117.714000', '201117.716000', '201117.719000', '201117.722000', '201117.724000', '201117.727000', '201117.730000', '201117.732000', '201117.735000', '201117.738000', '201117.740000', '201117.743000', '201117.746000', '201117.748000', '201117.751000', '201117.754000', '201117.756000', '201117.759000', '201117.761000', '201117.764000', '201117.767000', '201117.769000', '201117.772000', '201117.775000', '201137.659000', '201137.662000', '201137.664000', '201137.667000', '201137.669000', '201137.672000', '201137.675000', '201137.678000', '201137.680000', '201137.683000', '201137.686000', '201137.688000', '201137.691000', '201137.694000', '201137.696000', '201137.699000', '201137.701000', '201137.704000', '201137.707000', '201137.709000', '201137.712000', '201137.715000', '201137.718000', '201137.720000', '201137.723000', '201137.726000', '201137.728000', '201137.731000', '201137.733000', '201137.736000', '201137.739000', '201137.741000', '201137.744000', '201137.747000', '201137.749000', '201137.752000', '201137.755000', '201137.757000', '201137.760000', '201137.763000', '201137.765000', '201137.768000', '201137.771000', '201157.658000', '201157.660000', '201157.663000', '201157.666000', '201157.668000', '201157.671000', '201157.674000', '201157.676000', '201157.679000', '201157.682000', '201157.685000', '201157.687000', '201157.690000', '201157.693000', '201157.695000', '201157.698000', '201157.701000', '201157.703000', '201157.706000', '201157.709000', '201157.711000', '201157.714000', '201157.717000', '201157.719000', '201157.722000', '201157.724000', '201157.727000', '201157.730000', '201157.732000', '201157.735000', '201157.738000', '201157.740000', '201157.743000', '201157.746000', '201157.748000', '201157.751000', '201157.753000', '201157.756000', '201157.759000', '201157.761000', '201157.764000', '201157.767000', '201157.769000', '201157.772000', '201217.658000', '201217.661000', '201217.664000', '201217.667000', '201217.669000', '201217.672000', '201217.675000', '201217.677000', '201217.680000', '201217.683000', '201217.685000', '201217.688000', '201217.691000', '201217.693000', '201217.696000', '201217.699000', '201217.701000', '201217.704000', '201217.707000', '201217.709000', '201217.712000', '201217.715000', '201217.717000', '201217.720000', '201217.723000', '201217.725000', '201217.728000', '201217.731000', '201217.733000', '201217.736000', '201217.739000', '201217.741000', '201217.744000', '201217.747000', '201217.749000', '201217.752000', '201217.755000', '201217.757000', '201217.760000', '201217.762000', '201217.765000', '201217.768000', '201217.771000', '201229.813000', '201229.817000', '201229.820000', '201229.823000', '201229.826000', '201229.828000', '201229.831000', '201229.835000', '201229.838000', '201229.841000', '201229.844000', '201229.855000', '201229.858000', '201229.861000', '201229.864000', '201229.867000', '201229.869000', '201229.872000', '201229.875000', '201229.878000', '201229.881000', '201229.884000', '201229.887000', '201229.890000', '201229.893000', '201229.896000', '201229.899000'], 'InstanceCreationTime': ['200237.682000', '200237.685000', '200237.688000', '200237.691000', '200237.694000', '200237.696000', '200237.699000', '200237.701000', '200237.704000', '200237.707000', '200237.710000', '200237.719000', '200237.722000', '200237.725000', '200237.727000', '200237.730000', '200237.733000', '200237.735000', '200237.738000', '200237.740000', '200237.743000', '200237.746000', '200237.748000', '200237.751000', '200237.754000', '200237.756000', '200237.759000', '200237.761000', '200237.764000', '200237.767000', '200237.769000', '200237.772000', '200237.775000', '200237.777000', '200237.780000', '200237.782000', '200237.785000', '200237.788000', '200237.790000', '200237.793000', '200237.796000', '200237.815000', '200237.818000', '200237.820000', '200237.823000', '200237.825000', '200237.828000', '200257.658000', '200257.661000', '200257.664000', '200257.666000', '200257.669000', '200257.672000', '200257.674000', '200257.677000', '200257.680000', '200257.682000', '200257.685000', '200257.687000', '200257.690000', '200257.693000', '200257.695000', '200257.698000', '200257.701000', '200257.703000', '200257.706000', '200257.708000', '200257.711000', '200257.714000', '200257.716000', '200257.719000', '200257.722000', '200257.724000', '200257.727000', '200257.729000', '200257.739000', '200257.741000', '200257.744000', '200257.747000', '200257.749000', '200257.752000', '200257.754000', '200257.757000', '200257.760000', '200257.762000', '200257.765000', '200257.768000', '200257.770000', '200257.773000', '200257.775000', '200257.778000', '200317.658000', '200317.661000', '200317.664000', '200317.667000', '200317.669000', '200317.672000', '200317.675000', '200317.677000', '200317.680000', '200317.683000', '200317.685000', '200317.688000', '200317.691000', '200317.693000', '200317.696000', '200317.699000', '200317.712000', '200317.714000', '200317.717000', '200317.719000', '200317.722000', '200317.725000', '200317.728000', '200317.730000', '200317.733000', '200317.735000', '200317.738000', '200317.741000', '200317.744000', '200317.746000', '200317.749000', '200317.752000', '200317.754000', '200317.757000', '200317.764000', '200317.766000', '200317.769000', '200317.772000', '200317.775000', '200317.777000', '200317.780000', '200317.782000', '200317.785000', '200337.658000', '200337.661000', '200337.664000', '200337.667000', '200337.669000', '200337.672000', '200337.674000', '200337.677000', '200337.680000', '200337.682000', '200337.685000', '200337.688000', '200337.690000', '200337.693000', '200337.697000', '200337.700000', '200337.702000', '200337.705000', '200337.707000', '200337.710000', '200337.713000', '200337.723000', '200337.726000', '200337.729000', '200337.731000', '200337.734000', '200337.736000', '200337.739000', '200337.742000', '200337.744000', '200337.747000', '200337.750000', '200337.753000', '200337.755000', '200337.758000', '200337.761000', '200337.763000', '200337.766000', '200337.775000', '200337.778000', '200337.781000', '200337.783000', '200337.786000', '200337.789000', '200357.659000', '200357.662000', '200357.664000', '200357.667000', '200357.670000', '200357.672000', '200357.675000', '200357.677000', '200357.680000', '200357.683000', '200357.685000', '200357.688000', '200357.690000', '200357.693000', '200357.696000', '200357.698000', '200357.701000', '200357.704000', '200357.706000', '200357.709000', '200357.711000', '200357.714000', '200357.721000', '200357.724000', '200357.726000', '200357.729000', '200357.732000', '200357.734000', '200357.737000', '200357.740000', '200357.742000', '200357.745000', '200357.748000', '200357.750000', '200357.753000', '200357.756000', '200357.758000', '200357.761000', '200357.763000', '200357.766000', '200357.769000', '200357.772000', '200357.774000', '200417.658000', '200417.661000', '200417.664000', '200417.667000', '200417.669000', '200417.672000', '200417.675000', '200417.677000', '200417.680000', '200417.682000', '200417.685000', '200417.688000', '200417.690000', '200417.693000', '200417.696000', '200417.698000', '200417.701000', '200417.703000', '200417.706000', '200417.709000', '200417.711000', '200417.714000', '200417.717000', '200417.719000', '200417.722000', '200417.725000', '200417.727000', '200417.730000', '200417.733000', '200417.735000', '200417.738000', '200417.740000', '200417.743000', '200417.746000', '200417.748000', '200417.757000', '200417.759000', '200417.762000', '200417.765000', '200417.767000', '200417.770000', '200417.772000', '200417.775000', '200417.778000', '200437.658000', '200437.661000', '200437.664000', '200437.667000', '200437.670000', '200437.672000', '200437.675000', '200437.677000', '200437.680000', '200437.683000', '200437.685000', '200437.688000', '200437.691000', '200437.693000', '200437.696000', '200437.699000', '200437.701000', '200437.704000', '200437.707000', '200437.709000', '200437.712000', '200437.715000', '200437.717000', '200437.720000', '200437.723000', '200437.725000', '200437.728000', '200437.731000', '200437.733000', '200437.736000', '200437.739000', '200437.741000', '200437.744000', '200437.747000', '200437.749000', '200437.752000', '200437.755000', '200437.757000', '200437.760000', '200437.762000', '200437.765000', '200437.768000', '200437.770000', '200457.657000', '200457.660000', '200457.663000', '200457.666000', '200457.668000', '200457.671000', '200457.674000', '200457.676000', '200457.680000', '200457.683000', '200457.685000', '200457.688000', '200457.691000', '200457.693000', '200457.696000', '200457.698000', '200457.701000', '200457.704000', '200457.706000', '200457.709000', '200457.712000', '200457.714000', '200457.717000', '200457.720000', '200457.722000', '200457.725000', '200457.728000', '200457.730000', '200457.733000', '200457.736000', '200457.738000', '200457.741000', '200457.744000', '200457.752000', '200457.755000', '200457.758000', '200457.760000', '200457.763000', '200457.766000', '200457.768000', '200457.771000', '200457.773000', '200457.776000', '200457.779000', '200517.658000', '200517.661000', '200517.664000', '200517.667000', '200517.669000', '200517.672000', '200517.675000', '200517.677000', '200517.680000', '200517.683000', '200517.685000', '200517.688000', '200517.691000', '200517.693000', '200517.696000', '200517.699000', '200517.720000', '200517.723000', '200517.725000', '200517.728000', '200517.731000', '200517.733000', '200517.736000', '200517.739000', '200517.741000', '200517.744000', '200517.746000', '200517.749000', '200517.752000', '200517.754000', '200517.757000', '200517.760000', '200517.762000', '200517.765000', '200517.768000', '200517.770000', '200517.773000', '200517.776000', '200517.778000', '200517.781000', '200517.784000', '200517.786000', '200517.789000', '200537.659000', '200537.662000', '200537.664000', '200537.667000', '200537.670000', '200537.672000', '200537.675000', '200537.678000', '200537.680000', '200537.683000', '200537.686000', '200537.689000', '200537.691000', '200537.694000', '200537.697000', '200537.699000', '200537.702000', '200537.705000', '200537.707000', '200537.710000', '200537.713000', '200537.715000', '200537.718000', '200537.721000', '200537.723000', '200537.726000', '200537.729000', '200537.731000', '200537.734000', '200537.737000', '200537.739000', '200537.742000', '200537.745000', '200537.747000', '200537.750000', '200537.753000', '200537.755000', '200537.758000', '200537.761000', '200537.763000', '200537.766000', '200537.768000', '200537.771000', '200557.659000', '200557.662000', '200557.664000', '200557.667000', '200557.670000', '200557.672000', '200557.675000', '200557.678000', '200557.681000', '200557.683000', '200557.686000', '200557.689000', '200557.691000', '200557.694000', '200557.696000', '200557.699000', '200557.702000', '200557.705000', '200557.707000', '200557.710000', '200557.713000', '200557.715000', '200557.718000', '200557.720000', '200557.723000', '200557.726000', '200557.728000', '200557.731000', '200557.734000', '200557.736000', '200557.739000', '200557.742000', '200557.744000', '200557.747000', '200557.750000', '200557.752000', '200557.755000', '200557.758000', '200557.760000', '200557.763000', '200557.766000', '200557.768000', '200557.771000', '200557.774000', '200617.658000', '200617.662000', '200617.664000', '200617.667000', '200617.670000', '200617.672000', '200617.675000', '200617.678000', '200617.680000', '200617.683000', '200617.686000', '200617.688000', '200617.691000', '200617.694000', '200617.696000', '200617.699000', '200617.702000', '200617.705000', '200617.707000', '200617.710000', '200617.715000', '200617.717000', '200617.721000', '200617.724000', '200617.726000', '200617.729000', '200617.732000', '200617.734000', '200617.737000', '200617.740000', '200617.742000', '200617.745000', '200617.748000', '200617.750000', '200617.753000', '200617.756000', '200617.758000', '200617.761000', '200617.764000', '200617.766000', '200617.769000', '200617.771000', '200617.774000', '200637.658000', '200637.661000', '200637.664000', '200637.667000', '200637.669000', '200637.672000', '200637.675000', '200637.677000', '200637.680000', '200637.683000', '200637.685000', '200637.688000', '200637.691000', '200637.693000', '200637.696000', '200637.699000', '200637.701000', '200637.704000', '200637.707000', '200637.709000', '200637.712000', '200637.714000', '200637.717000', '200637.720000', '200637.722000', '200637.725000', '200637.728000', '200637.731000', '200637.733000', '200637.736000', '200637.739000', '200637.741000', '200637.744000', '200637.747000', '200637.749000', '200637.752000', '200637.755000', '200637.757000', '200637.760000', '200637.763000', '200637.765000', '200637.768000', '200637.781000', '200637.783000', '200657.659000', '200657.662000', '200657.664000', '200657.667000', '200657.670000', '200657.672000', '200657.675000', '200657.677000', '200657.680000', '200657.683000', '200657.686000', '200657.688000', '200657.691000', '200657.694000', '200657.696000', '200657.699000', '200657.701000', '200657.704000', '200657.707000', '200657.710000', '200657.712000', '200657.715000', '200657.717000', '200657.720000', '200657.723000', '200657.725000', '200657.728000', '200657.731000', '200657.734000', '200657.736000', '200657.739000', '200657.741000', '200657.744000', '200657.747000', '200657.750000', '200657.752000', '200657.755000', '200657.757000', '200657.760000', '200657.763000', '200657.765000', '200657.768000', '200657.771000', '200717.657000', '200717.661000', '200717.663000', '200717.666000', '200717.668000', '200717.671000', '200717.674000', '200717.676000', '200717.679000', '200717.682000', '200717.684000', '200717.687000', '200717.690000', '200717.693000', '200717.695000', '200717.698000', '200717.700000', '200717.703000', '200717.706000', '200717.708000', '200717.711000', '200717.714000', '200717.716000', '200717.719000', '200717.722000', '200717.725000', '200717.727000', '200717.730000', '200717.733000', '200717.735000', '200717.738000', '200717.741000', '200717.743000', '200717.746000', '200717.749000', '200717.751000', '200717.754000', '200717.757000', '200717.759000', '200717.762000', '200717.765000', '200717.767000', '200717.770000', '200717.772000', '200737.658000', '200737.661000', '200737.664000', '200737.667000', '200737.670000', '200737.672000', '200737.675000', '200737.678000', '200737.680000', '200737.683000', '200737.686000', '200737.688000', '200737.691000', '200737.694000', '200737.696000', '200737.699000', '200737.702000', '200737.704000', '200737.707000', '200737.710000', '200737.713000', '200737.716000', '200737.718000', '200737.721000', '200737.723000', '200737.726000', '200737.729000', '200737.732000', '200737.734000', '200737.737000', '200737.740000', '200737.742000', '200737.745000', '200737.748000', '200737.750000', '200737.753000', '200737.755000', '200737.759000', '200737.762000', '200737.764000', '200737.767000', '200737.770000', '200737.773000', '200757.659000', '200757.661000', '200757.664000', '200757.667000', '200757.670000', '200757.673000', '200757.676000', '200757.678000', '200757.681000', '200757.684000', '200757.687000', '200757.689000', '200757.692000', '200757.695000', '200757.697000', '200757.700000', '200757.702000', '200757.705000', '200757.708000', '200757.710000', '200757.719000', '200757.721000', '200757.724000', '200757.727000', '200757.730000', '200757.732000', '200757.735000', '200757.737000', '200757.740000', '200757.743000', '200757.745000', '200757.748000', '200757.751000', '200757.753000', '200757.756000', '200757.758000', '200757.761000', '200757.764000', '200757.766000', '200757.769000', '200757.772000', '200757.774000', '200757.777000', '200757.779000', '200817.658000', '200817.661000', '200817.664000', '200817.667000', '200817.669000', '200817.672000', '200817.675000', '200817.678000', '200817.706000', '200817.708000', '200817.711000', '200817.714000', '200817.716000', '200817.719000', '200817.722000', '200817.724000', '200817.727000', '200817.730000', '200817.732000', '200817.735000', '200817.738000', '200817.740000', '200817.743000', '200817.746000', '200817.748000', '200817.751000', '200817.754000', '200817.757000', '200817.759000', '200817.762000', '200817.765000', '200817.767000', '200817.770000', '200817.773000', '200817.775000', '200817.778000', '200817.781000', '200817.783000', '200817.786000', '200817.788000', '200817.791000', '200817.794000', '200817.796000', '200837.658000', '200837.661000', '200837.664000', '200837.667000', '200837.669000', '200837.672000', '200837.675000', '200837.677000', '200837.680000', '200837.683000', '200837.685000', '200837.688000', '200837.691000', '200837.694000', '200837.696000', '200837.699000', '200837.702000', '200837.704000', '200837.707000', '200837.710000', '200837.712000', '200837.715000', '200837.717000', '200837.720000', '200837.723000', '200837.726000', '200837.728000', '200837.731000', '200837.734000', '200837.736000', '200837.739000', '200837.742000', '200837.745000', '200837.747000', '200837.750000', '200837.753000', '200837.755000', '200837.758000', '200837.761000', '200837.763000', '200837.766000', '200837.768000', '200837.771000', '200837.774000', '200857.659000', '200857.662000', '200857.664000', '200857.667000', '200857.670000', '200857.672000', '200857.675000', '200857.678000', '200857.680000', '200857.683000', '200857.686000', '200857.688000', '200857.691000', '200857.694000', '200857.696000', '200857.699000', '200857.701000', '200857.704000', '200857.707000', '200857.709000', '200857.712000', '200857.715000', '200857.718000', '200857.720000', '200857.723000', '200857.725000', '200857.728000', '200857.731000', '200857.733000', '200857.736000', '200857.739000', '200857.741000', '200857.744000', '200857.747000', '200857.749000', '200857.752000', '200857.755000', '200857.758000', '200857.761000', '200857.763000', '200857.767000', '200857.770000', '200857.772000', '200917.659000', '200917.662000', '200917.665000', '200917.667000', '200917.670000', '200917.673000', '200917.675000', '200917.678000', '200917.681000', '200917.683000', '200917.686000', '200917.689000', '200917.691000', '200917.694000', '200917.697000', '200917.699000', '200917.702000', '200917.705000', '200917.707000', '200917.710000', '200917.713000', '200917.715000', '200917.718000', '200917.721000', '200917.723000', '200917.726000', '200917.729000', '200917.731000', '200917.734000', '200917.737000', '200917.739000', '200917.742000', '200917.745000', '200917.747000', '200917.750000', '200917.753000', '200917.755000', '200917.758000', '200917.761000', '200917.763000', '200917.766000', '200917.769000', '200917.771000', '200917.774000', '200937.657000', '200937.660000', '200937.663000', '200937.666000', '200937.668000', '200937.677000', '200937.680000', '200937.683000', '200937.685000', '200937.688000', '200937.691000', '200937.693000', '200937.696000', '200937.699000', '200937.701000', '200937.704000', '200937.707000', '200937.709000', '200937.712000', '200937.715000', '200937.718000', '200937.720000', '200937.723000', '200937.725000', '200937.728000', '200937.731000', '200937.733000', '200937.736000', '200937.739000', '200937.741000', '200937.744000', '200937.747000', '200937.749000', '200937.752000', '200937.755000', '200937.757000', '200937.760000', '200937.763000', '200937.765000', '200937.768000', '200937.771000', '200937.774000', '200937.776000', '200957.658000', '200957.662000', '200957.664000', '200957.667000', '200957.670000', '200957.672000', '200957.675000', '200957.678000', '200957.680000', '200957.683000', '200957.686000', '200957.688000', '200957.691000', '200957.693000', '200957.696000', '200957.699000', '200957.701000', '200957.704000', '200957.707000', '200957.709000', '200957.712000', '200957.715000', '200957.717000', '200957.720000', '200957.723000', '200957.725000', '200957.728000', '200957.731000', '200957.733000', '200957.736000', '200957.738000', '200957.741000', '200957.744000', '200957.746000', '200957.749000', '200957.752000', '200957.754000', '200957.757000', '200957.760000', '200957.762000', '200957.765000', '200957.768000', '200957.770000', '200957.773000', '201017.658000', '201017.661000', '201017.664000', '201017.667000', '201017.670000', '201017.672000', '201017.675000', '201017.678000', '201017.680000', '201017.683000', '201017.686000', '201017.689000', '201017.691000', '201017.694000', '201017.697000', '201017.699000', '201017.702000', '201017.705000', '201017.707000', '201017.710000', '201017.713000', '201017.715000', '201017.718000', '201017.721000', '201017.723000', '201017.726000', '201017.729000', '201017.731000', '201017.734000', '201017.737000', '201017.739000', '201017.742000', '201017.745000', '201017.747000', '201017.750000', '201017.753000', '201017.755000', '201017.758000', '201017.760000', '201017.763000', '201017.766000', '201017.768000', '201017.771000', '201037.659000', '201037.662000', '201037.664000', '201037.667000', '201037.670000', '201037.672000', '201037.675000', '201037.678000', '201037.680000', '201037.683000', '201037.686000', '201037.688000', '201037.691000', '201037.694000', '201037.696000', '201037.699000', '201037.702000', '201037.704000', '201037.707000', '201037.710000', '201037.712000', '201037.715000', '201037.718000', '201037.720000', '201037.723000', '201037.726000', '201037.728000', '201037.731000', '201037.734000', '201037.736000', '201037.739000', '201037.742000', '201037.744000', '201037.747000', '201037.750000', '201037.752000', '201037.755000', '201037.757000', '201037.760000', '201037.763000', '201037.765000', '201037.768000', '201037.771000', '201037.773000', '201057.659000', '201057.676000', '201057.678000', '201057.681000', '201057.684000', '201057.687000', '201057.689000', '201057.692000', '201057.695000', '201057.697000', '201057.700000', '201057.703000', '201057.705000', '201057.708000', '201057.711000', '201057.713000', '201057.716000', '201057.718000', '201057.721000', '201057.724000', '201057.726000', '201057.729000', '201057.732000', '201057.734000', '201057.737000', '201057.740000', '201057.742000', '201057.745000', '201057.748000', '201057.750000', '201057.753000', '201057.756000', '201057.758000', '201057.761000', '201057.764000', '201057.767000', '201057.769000', '201057.772000', '201057.775000', '201057.777000', '201057.780000', '201057.782000', '201057.785000', '201117.659000', '201117.662000', '201117.664000', '201117.667000', '201117.670000', '201117.672000', '201117.675000', '201117.678000', '201117.680000', '201117.683000', '201117.686000', '201117.688000', '201117.692000', '201117.695000', '201117.698000', '201117.700000', '201117.703000', '201117.706000', '201117.708000', '201117.711000', '201117.714000', '201117.716000', '201117.719000', '201117.722000', '201117.724000', '201117.727000', '201117.730000', '201117.732000', '201117.735000', '201117.738000', '201117.740000', '201117.743000', '201117.746000', '201117.748000', '201117.751000', '201117.754000', '201117.756000', '201117.759000', '201117.761000', '201117.764000', '201117.767000', '201117.769000', '201117.772000', '201117.775000', '201137.659000', '201137.662000', '201137.664000', '201137.667000', '201137.669000', '201137.672000', '201137.675000', '201137.678000', '201137.680000', '201137.683000', '201137.686000', '201137.688000', '201137.691000', '201137.694000', '201137.696000', '201137.699000', '201137.701000', '201137.704000', '201137.707000', '201137.709000', '201137.712000', '201137.715000', '201137.718000', '201137.720000', '201137.723000', '201137.726000', '201137.728000', '201137.731000', '201137.733000', '201137.736000', '201137.739000', '201137.741000', '201137.744000', '201137.747000', '201137.749000', '201137.752000', '201137.755000', '201137.757000', '201137.760000', '201137.763000', '201137.765000', '201137.768000', '201137.771000', '201157.658000', '201157.660000', '201157.663000', '201157.666000', '201157.668000', '201157.671000', '201157.674000', '201157.676000', '201157.679000', '201157.682000', '201157.685000', '201157.687000', '201157.690000', '201157.693000', '201157.695000', '201157.698000', '201157.701000', '201157.703000', '201157.706000', '201157.709000', '201157.711000', '201157.714000', '201157.717000', '201157.719000', '201157.722000', '201157.724000', '201157.727000', '201157.730000', '201157.732000', '201157.735000', '201157.738000', '201157.740000', '201157.743000', '201157.746000', '201157.748000', '201157.751000', '201157.753000', '201157.756000', '201157.759000', '201157.761000', '201157.764000', '201157.767000', '201157.769000', '201157.772000', '201217.658000', '201217.661000', '201217.664000', '201217.667000', '201217.669000', '201217.672000', '201217.675000', '201217.677000', '201217.680000', '201217.683000', '201217.685000', '201217.688000', '201217.691000', '201217.693000', '201217.696000', '201217.699000', '201217.701000', '201217.704000', '201217.707000', '201217.709000', '201217.712000', '201217.715000', '201217.717000', '201217.720000', '201217.723000', '201217.725000', '201217.728000', '201217.731000', '201217.733000', '201217.736000', '201217.739000', '201217.741000', '201217.744000', '201217.747000', '201217.749000', '201217.752000', '201217.755000', '201217.757000', '201217.760000', '201217.762000', '201217.765000', '201217.768000', '201217.771000', '201229.813000', '201229.817000', '201229.820000', '201229.823000', '201229.826000', '201229.828000', '201229.831000', '201229.835000', '201229.838000', '201229.841000', '201229.844000', '201229.855000', '201229.858000', '201229.861000', '201229.864000', '201229.867000', '201229.869000', '201229.872000', '201229.875000', '201229.878000', '201229.881000', '201229.884000', '201229.887000', '201229.890000', '201229.893000', '201229.896000', '201229.899000'], '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': [8472, 9022, 8973, 7874, 8703, 8194, 13547, 8247, 13721, 10165, 12477, 12823, 10158, 17789, 8291, 15689, 8443, 9008, 8451, 18467, 13582, 15274, 9882, 11443, 11427, 9505, 18518, 10955, 12816, 7725, 8831, 13422, 8017, 13682, 9020, 9624, 7740, 8317, 8581, 7987, 10213, 7693, 9080, 7687, 8480, 8503, 9328, 13826, 8567, 11968, 8386, 9096, 14791, 7935, 14098, 9647, 10238, 13142, 8856, 17941, 10419, 10194, 17687, 10767, 15981, 9403, 9605, 14853, 7897, 14445, 9737, 9795, 8399, 8484, 11301, 8651, 9144, 12495, 7895, 12964, 7768, 9144, 11565, 8298, 14460, 9771, 9992, 13254, 9255, 11839, 8332, 8953, 15304, 8136, 14001, 8785, 9468, 17944, 9379, 13919, 8459, 9680, 11914, 8489, 12376, 8557, 9239, 12400, 8812, 17532, 7977, 11360, 11978, 10154, 16052, 9632, 15253, 7810, 8455, 13217, 7514, 10622, 7987, 9006, 15310, 8096, 8934, 13578, 10548, 15108, 10613, 10492, 17239, 8549, 15746, 10832, 11024, 13828, 7766, 11360, 8125, 8949, 10977, 8455, 11263, 7493, 8596, 10362, 8206, 11210, 8470, 9191, 11126, 9051, 13007, 8691, 9407, 14835, 8089, 14726, 7855, 8403, 13861, 7862, 13660, 8329, 9296, 12906, 8044, 14780, 10141, 10385, 16160, 8253, 12021, 8348, 8712, 13458, 8707, 16771, 9855, 9953, 13777, 8379, 15054, 8796, 12512, 7763, 8479, 11190, 8036, 10758, 8167, 9209, 10043, 8710, 11659, 9214, 9005, 14911, 8916, 15738, 10437, 10866, 18726, 10200, 15249, 9217, 9398, 16383, 8987, 12137, 8310, 9509, 14499, 7133, 8801, 8719, 8923, 11028, 8020, 10382, 8644, 9378, 14023, 8915, 9422, 7859, 9312, 16586, 7721, 11136, 9451, 9185, 15327, 7308, 9018, 10797, 8381, 13291, 8435, 11066, 11116, 8848, 13764, 8591, 11147, 8236, 9136, 13009, 7940, 10314, 8752, 9082, 15928, 8166, 9781, 14298, 9073, 14427, 10897, 11506, 15995, 8857, 16149, 10644, 11177, 8805, 9965, 13156, 7780, 8681, 10146, 8743, 10551, 7512, 11069, 8773, 9646, 16418, 9792, 13056, 12050, 10198, 16590, 9956, 10732, 13607, 8873, 17902, 8111, 10378, 11802, 8687, 16946, 9258, 10612, 7463, 8890, 10284, 7862, 11153, 8638, 8842, 8077, 8803, 15472, 7905, 13800, 10181, 10735, 17816, 7753, 14634, 11938, 11187, 18603, 12139, 16206, 10846, 11466, 16637, 10015, 15540, 8199, 11391, 10486, 9457, 15726, 8549, 12465, 8701, 9534, 15100, 8616, 11858, 8139, 9837, 8499, 8727, 10110, 8125, 8536, 8573, 12395, 8453, 10824, 7934, 9331, 12362, 8809, 17257, 9676, 13601, 9084, 10574, 8392, 11960, 9571, 12600, 10206, 15885, 8641, 15006, 11939, 11432, 17543, 13128, 14141, 12143, 7932, 9445, 7736, 11182, 10946, 9428, 13590, 8418, 11328, 10090, 9901, 17790, 11833, 16438, 11088, 14866, 15757, 13251, 18074, 13131, 13835, 9847, 11318, 9039, 9724, 17519, 9020, 14713, 8266, 9758, 10765, 8639, 10946, 8487, 10280, 7580, 9248, 9559, 8732, 10759, 7783, 9098, 7362, 9198, 9224, 7527, 9372, 7851, 12179, 8161, 11260, 8377, 9272, 10896, 8586, 15649, 7817, 10013, 8213, 9295, 8090, 9337, 7999, 9117, 7779, 10016, 7705, 10129, 7463, 10753, 7593, 11239, 8271, 9353, 8503, 8691, 16126, 7529, 15714, 10148, 10776, 10415, 9307, 18310, 9645, 15150, 11367, 10944, 16028, 9052, 15743, 8505, 9879, 12177, 8152, 15127, 10278, 11148, 7794, 8976, 14560, 7895, 9951, 8437, 9073, 16254, 7568, 9308, 13467, 8020, 14306, 9580, 10623, 13952, 8637, 13804, 8934, 9854, 13455, 8686, 15934, 7848, 9861, 10438, 8865, 16003, 8822, 12911, 7917, 9237, 8727, 8544, 13553, 7849, 9424, 7646, 8389, 9508, 7631, 11419, 8590, 14925, 17336, 12594, 16708, 10668, 11807, 15179, 9392, 16129, 10148, 11389, 16727, 9924, 15478, 9199, 10119, 8011, 8687, 11513, 8211, 10893, 8017, 9888, 7197, 9425, 12823, 8114, 11033, 8325, 9511, 13398, 7774, 11756, 8611, 10028, 16757, 9361, 12871, 8500, 9793, 15766, 7991, 12865, 8766, 10051, 10162, 8585, 11703, 8404, 10017, 15764, 8006, 12816, 7998, 9635, 14030, 8411, 14769, 9900, 10763, 8188, 9789, 13783, 7804, 9631, 11355, 8582, 12827, 7792, 11116, 11440, 9488, 16786, 9949, 11547, 7903, 9771, 15926, 8732, 13561, 9496, 12043, 8137, 9601, 14452, 8333, 13601, 9051, 11397, 7644, 10780, 8180, 11355, 8385, 10365, 8358, 9601, 16287, 11116, 16643, 12362, 14497, 9562, 9498, 9230, 14634, 8637, 10868, 10947, 9569, 7549, 9555, 7570, 12551, 10577, 14034, 15388, 12169, 19171, 12061, 14670, 15298, 12549, 10130, 9837, 13255, 8710, 11804, 8131, 10466, 7896, 9994, 7646, 9494, 11826, 8953, 12333, 9869, 13102, 8665, 9979, 13589, 8431, 14271, 9772, 10934, 7639, 9725, 12947, 8495, 12051, 8634, 9659, 7735, 9392, 10883, 8456, 11322, 8572, 10582, 8240, 9743, 7827, 9086, 13597, 8281, 14071, 9320, 10351, 14246, 9706, 15041, 9490, 12067, 8340, 9756, 14498, 8553, 12631, 9489, 10807, 7477, 9869, 13277, 8713, 11065, 7676, 9369, 7667, 9130, 8232, 8078, 11722, 8972, 10397, 7929, 9958, 7608, 8736, 9474, 8555, 9751, 8661, 7836, 9854, 7945, 11134, 18248, 12785, 13858, 9012, 10865, 16667, 8166, 11478, 8660, 9733, 15372, 8591, 10896, 7837, 9743, 10456, 7648, 10518, 8007, 9658, 11516, 7505, 10789, 8995, 9507, 12947, 8802, 12090, 8895, 10361, 16437, 9504, 13545, 9236, 9979, 12543, 8455, 16502, 11349, 10921, 15005, 9169, 15099, 10478, 10719, 17937, 11188, 14260, 9330, 10698, 15974, 9468, 11863, 9313, 9740, 8305, 8961, 8149, 8666, 12501, 9007, 9759, 9346, 8962, 13892, 8590, 10554, 8797, 14847, 14994, 12927, 16921, 12775, 14092, 12755, 10711, 16718, 11011, 11476, 9048, 9837, 15075, 8627, 9834, 7922, 9485, 11122, 8291, 10609, 7549, 9740, 8473, 8791, 11241, 8677, 10987, 7987, 9614, 13273, 8893, 11882, 8860, 9862, 14106, 8152, 12773, 9284, 10376, 15542, 8657, 13052, 8593, 9624, 16103, 8864, 12574, 8629, 9731, 16092, 7810, 12050, 10781, 10386, 10997, 8745, 11549, 8210, 9673, 14568, 8011, 11717, 7675, 9155, 14970, 7912, 12325, 10530, 10027, 15510, 8233, 10421, 12133, 8966, 15076, 10069, 10922, 7768, 9108, 12032, 8978, 10467, 11117, 8582, 13281, 8355, 9471, 16498, 8974, 12067, 8008, 9123, 14188, 8021, 13834, 9714, 10196, 8377, 9382, 12052, 8595, 9754, 13073, 7957, 12269, 8535, 9401, 14732, 8899, 10271, 7778, 9096, 15028, 8429, 9911, 13612, 9005, 13601, 8588, 10828, 8782, 9184, 13998, 8613, 10072, 7545, 9588, 13932, 7758, 11586, 8906, 9940, 11575, 8194, 11463, 8296, 9775, 12756, 8443, 13217, 8512, 10003, 11405, 9659, 13392, 8080, 12054, 8327, 9638, 16078, 8212, 10993, 7877, 9055, 15787, 9261, 11536, 15114, 9774, 14972, 10351, 11817, 7932, 9430, 10936, 7731, 11232, 8282, 9386, 11234, 8238, 10831, 8249, 9279, 12879, 8690, 13541, 8882, 10630, 16495, 9500, 13423, 8710, 9686, 16781, 7861, 10944, 7952, 9522, 8080, 8831, 12370, 8070, 10464, 10058, 9393, 13421, 8506, 12155, 8341, 9925, 7696, 9653, 8935, 9085, 7940, 10240, 7761, 11898, 14642, 12896, 12331, 9917, 10318, 11172, 17663, 15071, 16103, 11447, 13906, 8325, 11444, 7899, 10473, 8069, 9350, 7745, 9295, 7684, 8984, 7903, 8210, 9712, 8306, 8919, 7668, 10618, 8710, 13141, 9645, 9978, 8179, 9643, 11164, 8860, 16574, 9349, 14622, 7592, 12281, 9082, 9969, 12314, 8651, 16933, 7670, 11757, 7872, 9216, 7943, 8822, 16071, 7646, 12243, 11810, 10375, 14385, 8266, 12533, 8017, 9650, 17240, 8579, 13427, 8751, 9838, 14182, 8207, 13598, 9116, 10976, 10388, 11360, 8243, 8867, 7451, 9815, 7374, 10153, 16250, 8448, 13083, 9856, 10228, 17341, 9122, 13855, 10141, 10432, 15306, 9118, 17285, 11925, 11639, 12952, 9287, 15475, 9514, 11148, 7572, 9524, 7856, 8947, 7633, 9427, 7883, 10797, 10979, 10519, 10964, 9610, 13269, 8470, 12564, 8941, 11296, 9207, 9161, 8296, 8678, 10924, 7255, 9640, 7840, 8929, 8013, 8867, 12971, 7637, 9381, 9519, 8826, 13200, 9406, 15334, 8477, 12470, 8445, 9606, 8126, 8903, 7186, 9327, 10677, 8727, 16722, 10499, 12855, 8745, 11604, 8457, 9949, 8938, 12283, 9186, 7590, 11622, 8933, 15338, 9761, 13750, 8732, 10046, 9411, 9013, 10177, 8987, 7458, 9635, 9028, 8812, 11550, 9012, 7182, 8994, 7415, 8705, 8101, 9272, 8432, 11202, 9933, 7864, 11805, 17647, 11872, 16275, 11979, 15024, 11588, 15517, 9783, 12823, 8636, 10568, 8866, 10097, 8656, 11541, 8537, 10774, 8973, 11887, 9605, 8433, 13151, 8875, 17944, 12649, 9746, 9104, 8853, 9020, 11734, 9074, 13883, 8977, 10720, 8231, 10059, 7999, 10837, 8037, 10213, 8101, 10528, 7821, 10766, 8135, 9199, 12669, 9152, 13380, 8465, 12584, 8744, 10145, 15260, 8597, 11907, 8405, 11271, 7910, 9420, 7180, 8448, 7418, 9150, 10380, 8429, 10926, 8706, 10077, 10491, 9304, 13405, 8560, 13472, 9246, 10216, 14516, 9531, 14971, 7762, 12828, 8525, 11461, 8891, 10362, 8854, 9233, 9308, 10037, 9754, 12048, 9246, 18338, 11832, 13171, 15946, 12336, 14028, 8884, 12460, 8083, 11047, 7801, 9047, 8394, 7951, 8561, 8143, 8763, 8026, 9897, 9144, 13523, 10744, 16866, 12349, 15286, 10251, 10661, 11639, 9683, 10909, 9541, 18101, 12990, 14535, 9683, 11350, 11418, 9758, 14018, 9145, 11285, 8395, 10859, 7795, 9227, 8839, 8672, 11643, 8650, 13104, 8402, 10688, 9801, 9395, 15139, 9125, 14477, 8748, 9637, 10823, 8567, 12302], 'WindowCenter': [4402.0, 4397.0, 4384.0, 4373.0, 4371.0, 4371.0, 4409.0, 4359.0, 4419.0, 4378.0, 4408.0, 4407.0, 4378.0, 4436.0, 4369.0, 4426.0, 4357.0, 4366.0, 4358.0, 4439.0, 4407.0, 4416.0, 4375.0, 4385.0, 4383.0, 4364.0, 4423.0, 4373.0, 4393.0, 4332.0, 4353.0, 4391.0, 4331.0, 4391.0, 4341.0, 4351.0, 4330.0, 4341.0, 4339.0, 4331.0, 4360.0, 4333.0, 4352.0, 4333.0, 4354.0, 4353.0, 4365.0, 4404.0, 4354.0, 4385.0, 4344.0, 4365.0, 4403.0, 4344.0, 4404.0, 4363.0, 4364.0, 4393.0, 4354.0, 4423.0, 4362.0, 4363.0, 4412.0, 4372.0, 4412.0, 4352.0, 4363.0, 4400.0, 4332.0, 4391.0, 4352.0, 4362.0, 4340.0, 4342.0, 4371.0, 4342.0, 4353.0, 4381.0, 4343.0, 4392.0, 4332.0, 4363.0, 4371.0, 4343.0, 4402.0, 4362.0, 4363.0, 4391.0, 4352.0, 4381.0, 4342.0, 4353.0, 4402.0, 4342.0, 4392.0, 4341.0, 4351.0, 4421.0, 4351.0, 4391.0, 4341.0, 4362.0, 4370.0, 4341.0, 4381.0, 4352.0, 4352.0, 4381.0, 4352.0, 4421.0, 4331.0, 4371.0, 4370.0, 4361.0, 4410.0, 4351.0, 4400.0, 4330.0, 4341.0, 4390.0, 4332.0, 4372.0, 4342.0, 4353.0, 4401.0, 4342.0, 4353.0, 4391.0, 4373.0, 4403.0, 4372.0, 4372.0, 4410.0, 4340.0, 4401.0, 4360.0, 4361.0, 4389.0, 4330.0, 4369.0, 4330.0, 4351.0, 4359.0, 4340.0, 4369.0, 4320.0, 4341.0, 4360.0, 4342.0, 4372.0, 4342.0, 4363.0, 4371.0, 4353.0, 4392.0, 4352.0, 4352.0, 4401.0, 4342.0, 4401.0, 4342.0, 4343.0, 4402.0, 4343.0, 4402.0, 4353.0, 4363.0, 4391.0, 4343.0, 4402.0, 4362.0, 4373.0, 4411.0, 4342.0, 4381.0, 4342.0, 4352.0, 4391.0, 4352.0, 4411.0, 4360.0, 4361.0, 4390.0, 4341.0, 4399.0, 4341.0, 4380.0, 4331.0, 4341.0, 4370.0, 4343.0, 4372.0, 4353.0, 4364.0, 4372.0, 4354.0, 4384.0, 4364.0, 4364.0, 4413.0, 4353.0, 4413.0, 4371.0, 4372.0, 4421.0, 4361.0, 4402.0, 4350.0, 4351.0, 4410.0, 4351.0, 4381.0, 4340.0, 4361.0, 4389.0, 4321.0, 4351.0, 4340.0, 4352.0, 4371.0, 4342.0, 4372.0, 4351.0, 4352.0, 4401.0, 4352.0, 4352.0, 4341.0, 4362.0, 4411.0, 4331.0, 4372.0, 4361.0, 4362.0, 4411.0, 4332.0, 4352.0, 4372.0, 4353.0, 4402.0, 4353.0, 4383.0, 4371.0, 4352.0, 4401.0, 4353.0, 4383.0, 4342.0, 4363.0, 4392.0, 4343.0, 4374.0, 4353.0, 4365.0, 4423.0, 4354.0, 4374.0, 4413.0, 4364.0, 4413.0, 4384.0, 4384.0, 4412.0, 4352.0, 4412.0, 4372.0, 4382.0, 4351.0, 4362.0, 4391.0, 4331.0, 4352.0, 4371.0, 4354.0, 4372.0, 4344.0, 4384.0, 4353.0, 4374.0, 4423.0, 4374.0, 4404.0, 4382.0, 4373.0, 4422.0, 4362.0, 4373.0, 4402.0, 4353.0, 4421.0, 4341.0, 4361.0, 4380.0, 4351.0, 4410.0, 4351.0, 4371.0, 4332.0, 4353.0, 4371.0, 4344.0, 4384.0, 4354.0, 4365.0, 4355.0, 4366.0, 4424.0, 4356.0, 4416.0, 4375.0, 4386.0, 4434.0, 4344.0, 4414.0, 4394.0, 4385.0, 4433.0, 4393.0, 4412.0, 4371.0, 4382.0, 4411.0, 4361.0, 4410.0, 4341.0, 4381.0, 4371.0, 4361.0, 4410.0, 4352.0, 4394.0, 4352.0, 4362.0, 4411.0, 4352.0, 4381.0, 4354.0, 4374.0, 4350.0, 4351.0, 4371.0, 4343.0, 4352.0, 4354.0, 4392.0, 4354.0, 4383.0, 4342.0, 4364.0, 4392.0, 4363.0, 4422.0, 4374.0, 4404.0, 4364.0, 4373.0, 4356.0, 4395.0, 4388.0, 4404.0, 4375.0, 4413.0, 4353.0, 4413.0, 4383.0, 4395.0, 4424.0, 4380.0, 4378.0, 4368.0, 4330.0, 4359.0, 4332.0, 4384.0, 4372.0, 4363.0, 4391.0, 4342.0, 4383.0, 4372.0, 4364.0, 4421.0, 4381.0, 4410.0, 4369.0, 4389.0, 4388.0, 4379.0, 4397.0, 4367.0, 4366.0, 4334.0, 4345.0, 4323.0, 4334.0, 4394.0, 4326.0, 4374.0, 4315.0, 4336.0, 4342.0, 4324.0, 4343.0, 4325.0, 4345.0, 4316.0, 4350.0, 4362.0, 4350.0, 4368.0, 4342.0, 4351.0, 4318.0, 4352.0, 4363.0, 4334.0, 4363.0, 4357.0, 4397.0, 4344.0, 4372.0, 4331.0, 4355.0, 4372.0, 4355.0, 4416.0, 4346.0, 4363.0, 4345.0, 4340.0, 4332.0, 4351.0, 4332.0, 4351.0, 4332.0, 4375.0, 4345.0, 4374.0, 4336.0, 4385.0, 4346.0, 4386.0, 4356.0, 4366.0, 4356.0, 4357.0, 4416.0, 4346.0, 4427.0, 4376.0, 4386.0, 4376.0, 4367.0, 4436.0, 4364.0, 4416.0, 4384.0, 4376.0, 4415.0, 4356.0, 4415.0, 4355.0, 4376.0, 4394.0, 4346.0, 4415.0, 4376.0, 4386.0, 4348.0, 4381.0, 4428.0, 4371.0, 4377.0, 4356.0, 4367.0, 4425.0, 4345.0, 4366.0, 4405.0, 4345.0, 4416.0, 4376.0, 4376.0, 4404.0, 4355.0, 4394.0, 4354.0, 4364.0, 4394.0, 4344.0, 4413.0, 4333.0, 4363.0, 4362.0, 4353.0, 4412.0, 4353.0, 4392.0, 4332.0, 4353.0, 4352.0, 4368.0, 4417.0, 4367.0, 4376.0, 4358.0, 4369.0, 4389.0, 4357.0, 4408.0, 4370.0, 4431.0, 4439.0, 4409.0, 4427.0, 4375.0, 4385.0, 4403.0, 4353.0, 4413.0, 4361.0, 4372.0, 4412.0, 4363.0, 4401.0, 4351.0, 4361.0, 4330.0, 4341.0, 4370.0, 4341.0, 4371.0, 4343.0, 4363.0, 4323.0, 4365.0, 4393.0, 4345.0, 4385.0, 4355.0, 4376.0, 4405.0, 4346.0, 4395.0, 4354.0, 4376.0, 4425.0, 4366.0, 4396.0, 4355.0, 4376.0, 4414.0, 4344.0, 4394.0, 4354.0, 4375.0, 4373.0, 4355.0, 4395.0, 4355.0, 4376.0, 4414.0, 4345.0, 4395.0, 4345.0, 4376.0, 4404.0, 4355.0, 4415.0, 4374.0, 4385.0, 4354.0, 4376.0, 4404.0, 4345.0, 4366.0, 4384.0, 4356.0, 4405.0, 4346.0, 4387.0, 4385.0, 4376.0, 4425.0, 4377.0, 4396.0, 4345.0, 4376.0, 4424.0, 4356.0, 4404.0, 4376.0, 4395.0, 4345.0, 4376.0, 4414.0, 4355.0, 4405.0, 4366.0, 4395.0, 4357.0, 4398.0, 4369.0, 4398.0, 4367.0, 4388.0, 4368.0, 4389.0, 4427.0, 4387.0, 4426.0, 4395.0, 4404.0, 4365.0, 4363.0, 4364.0, 4414.0, 4354.0, 4387.0, 4386.0, 4377.0, 4356.0, 4377.0, 4347.0, 4407.0, 4385.0, 4407.0, 4403.0, 4384.0, 4424.0, 4371.0, 4391.0, 4390.0, 4380.0, 4348.0, 4349.0, 4377.0, 4328.0, 4367.0, 4329.0, 4358.0, 4330.0, 4361.0, 4330.0, 4362.0, 4381.0, 4352.0, 4381.0, 4362.0, 4380.0, 4340.0, 4351.0, 4389.0, 4341.0, 4400.0, 4360.0, 4370.0, 4329.0, 4351.0, 4379.0, 4341.0, 4380.0, 4340.0, 4350.0, 4331.0, 4352.0, 4371.0, 4342.0, 4371.0, 4366.0, 4384.0, 4342.0, 4350.0, 4331.0, 4353.0, 4391.0, 4342.0, 4401.0, 4352.0, 4362.0, 4400.0, 4361.0, 4401.0, 4361.0, 4380.0, 4329.0, 4351.0, 4389.0, 4341.0, 4380.0, 4364.0, 4387.0, 4334.0, 4406.0, 4447.0, 4395.0, 4386.0, 4333.0, 4363.0, 4332.0, 4336.0, 4328.0, 4343.0, 4393.0, 4364.0, 4373.0, 4343.0, 4373.0, 4315.0, 4325.0, 4348.0, 4353.0, 4362.0, 4353.0, 4344.0, 4376.0, 4345.0, 4386.0, 4436.0, 4394.0, 4392.0, 4340.0, 4370.0, 4400.0, 4340.0, 4370.0, 4339.0, 4361.0, 4400.0, 4339.0, 4369.0, 4329.0, 4351.0, 4359.0, 4331.0, 4371.0, 4342.0, 4364.0, 4381.0, 4335.0, 4384.0, 4354.0, 4365.0, 4394.0, 4365.0, 4394.0, 4353.0, 4374.0, 4414.0, 4364.0, 4404.0, 4365.0, 4375.0, 4393.0, 4354.0, 4425.0, 4384.0, 4385.0, 4414.0, 4364.0, 4414.0, 4373.0, 4374.0, 4422.0, 4373.0, 4403.0, 4351.0, 4372.0, 4411.0, 4365.0, 4395.0, 4365.0, 4361.0, 4340.0, 4352.0, 4341.0, 4365.0, 4395.0, 4365.0, 4375.0, 4363.0, 4366.0, 4402.0, 4353.0, 4373.0, 4355.0, 4415.0, 4415.0, 4394.0, 4412.0, 4381.0, 4391.0, 4378.0, 4349.0, 4398.0, 4358.0, 4368.0, 4326.0, 4347.0, 4386.0, 4325.0, 4345.0, 4315.0, 4336.0, 4354.0, 4326.0, 4346.0, 4317.0, 4348.0, 4327.0, 4339.0, 4369.0, 4341.0, 4369.0, 4330.0, 4362.0, 4390.0, 4352.0, 4382.0, 4351.0, 4363.0, 4391.0, 4340.0, 4392.0, 4351.0, 4372.0, 4411.0, 4352.0, 4392.0, 4341.0, 4362.0, 4412.0, 4353.0, 4392.0, 4341.0, 4362.0, 4410.0, 4331.0, 4382.0, 4370.0, 4362.0, 4370.0, 4351.0, 4370.0, 4340.0, 4362.0, 4401.0, 4341.0, 4381.0, 4331.0, 4363.0, 4401.0, 4341.0, 4393.0, 4370.0, 4361.0, 4401.0, 4341.0, 4362.0, 4379.0, 4350.0, 4400.0, 4360.0, 4371.0, 4329.0, 4351.0, 4379.0, 4352.0, 4372.0, 4370.0, 4340.0, 4390.0, 4330.0, 4361.0, 4411.0, 4351.0, 4380.0, 4330.0, 4351.0, 4389.0, 4341.0, 4390.0, 4360.0, 4362.0, 4340.0, 4352.0, 4382.0, 4351.0, 4362.0, 4391.0, 4342.0, 4382.0, 4340.0, 4352.0, 4400.0, 4352.0, 4362.0, 4331.0, 4352.0, 4401.0, 4340.0, 4360.0, 4389.0, 4350.0, 4390.0, 4341.0, 4371.0, 4338.0, 4348.0, 4390.0, 4340.0, 4360.0, 4331.0, 4362.0, 4391.0, 4332.0, 4382.0, 4351.0, 4361.0, 4370.0, 4342.0, 4370.0, 4341.0, 4362.0, 4381.0, 4341.0, 4391.0, 4341.0, 4361.0, 4380.0, 4359.0, 4389.0, 4332.0, 4381.0, 4340.0, 4362.0, 4411.0, 4342.0, 4372.0, 4330.0, 4351.0, 4401.0, 4350.0, 4372.0, 4400.0, 4361.0, 4400.0, 4360.0, 4368.0, 4330.0, 4350.0, 4369.0, 4330.0, 4372.0, 4341.0, 4362.0, 4382.0, 4342.0, 4373.0, 4343.0, 4364.0, 4392.0, 4352.0, 4391.0, 4351.0, 4372.0, 4411.0, 4351.0, 4392.0, 4341.0, 4352.0, 4410.0, 4330.0, 4370.0, 4340.0, 4361.0, 4340.0, 4353.0, 4392.0, 4342.0, 4372.0, 4361.0, 4363.0, 4418.0, 4378.0, 4392.0, 4364.0, 4385.0, 4344.0, 4376.0, 4364.0, 4365.0, 4355.0, 4386.0, 4357.0, 4408.0, 4431.0, 4398.0, 4395.0, 4362.0, 4362.0, 4386.0, 4409.0, 4390.0, 4399.0, 4371.0, 4378.0, 4329.0, 4357.0, 4317.0, 4346.0, 4317.0, 4349.0, 4331.0, 4362.0, 4332.0, 4352.0, 4341.0, 4343.0, 4363.0, 4369.0, 4379.0, 4359.0, 4384.0, 4368.0, 4406.0, 4377.0, 4379.0, 4358.0, 4364.0, 4386.0, 4368.0, 4427.0, 4365.0, 4415.0, 4346.0, 4395.0, 4355.0, 4364.0, 4383.0, 4353.0, 4412.0, 4332.0, 4383.0, 4332.0, 4353.0, 4343.0, 4354.0, 4413.0, 4333.0, 4383.0, 4381.0, 4363.0, 4402.0, 4343.0, 4383.0, 4332.0, 4362.0, 4412.0, 4342.0, 4392.0, 4342.0, 4362.0, 4390.0, 4341.0, 4390.0, 4340.0, 4361.0, 4360.0, 4369.0, 4318.0, 4340.0, 4320.0, 4360.0, 4322.0, 4373.0, 4411.0, 4341.0, 4392.0, 4351.0, 4362.0, 4412.0, 4351.0, 4391.0, 4349.0, 4359.0, 4387.0, 4327.0, 4397.0, 4356.0, 4357.0, 4365.0, 4336.0, 4376.0, 4336.0, 4356.0, 4319.0, 4361.0, 4329.0, 4339.0, 4329.0, 4350.0, 4341.0, 4373.0, 4371.0, 4360.0, 4357.0, 4347.0, 4377.0, 4344.0, 4381.0, 4351.0, 4371.0, 4351.0, 4351.0, 4339.0, 4339.0, 4358.0, 4318.0, 4360.0, 4342.0, 4353.0, 4341.0, 4364.0, 4394.0, 4333.0, 4364.0, 4362.0, 4353.0, 4394.0, 4365.0, 4402.0, 4344.0, 4382.0, 4344.0, 4363.0, 4343.0, 4365.0, 4323.0, 4365.0, 4373.0, 4355.0, 4426.0, 4377.0, 4395.0, 4368.0, 4397.0, 4358.0, 4378.0, 4366.0, 4395.0, 4364.0, 4344.0, 4398.0, 4379.0, 4427.0, 4375.0, 4405.0, 4355.0, 4374.0, 4364.0, 4354.0, 4361.0, 4351.0, 4335.0, 4376.0, 4363.0, 4368.0, 4397.0, 4366.0, 4335.0, 4365.0, 4346.0, 4379.0, 4369.0, 4390.0, 4384.0, 4412.0, 4391.0, 4371.0, 4412.0, 4439.0, 4395.0, 4426.0, 4396.0, 4417.0, 4398.0, 4416.0, 4362.0, 4394.0, 4397.0, 4431.0, 4411.0, 4405.0, 4372.0, 4400.0, 4340.0, 4357.0, 4341.0, 4382.0, 4363.0, 4343.0, 4393.0, 4366.0, 4438.0, 4396.0, 4352.0, 4353.0, 4340.0, 4354.0, 4373.0, 4353.0, 4391.0, 4356.0, 4375.0, 4356.0, 4366.0, 4347.0, 4360.0, 4291.0, 4333.0, 4317.0, 4361.0, 4346.0, 4401.0, 4371.0, 4381.0, 4407.0, 4365.0, 4395.0, 4387.0, 4454.0, 4398.0, 4391.0, 4416.0, 4356.0, 4386.0, 4356.0, 4358.0, 4317.0, 4349.0, 4308.0, 4328.0, 4318.0, 4352.0, 4360.0, 4343.0, 4374.0, 4354.0, 4376.0, 4376.0, 4380.0, 4418.0, 4367.0, 4402.0, 4365.0, 4376.0, 4404.0, 4378.0, 4416.0, 4346.0, 4405.0, 4367.0, 4397.0, 4366.0, 4386.0, 4366.0, 4376.0, 4377.0, 4376.0, 4377.0, 4395.0, 4366.0, 4436.0, 4384.0, 4406.0, 4415.0, 4384.0, 4402.0, 4352.0, 4380.0, 4341.0, 4370.0, 4332.0, 4365.0, 4368.0, 4357.0, 4368.0, 4359.0, 4369.0, 4359.0, 4388.0, 4378.0, 4432.0, 4412.0, 4441.0, 4408.0, 4417.0, 4375.0, 4373.0, 4371.0, 4352.0, 4371.0, 4362.0, 4422.0, 4390.0, 4391.0, 4352.0, 4373.0, 4370.0, 4352.0, 4390.0, 4350.0, 4369.0, 4339.0, 4369.0, 4342.0, 4362.0, 4352.0, 4352.0, 4381.0, 4352.0, 4378.0, 4329.0, 4359.0, 4350.0, 4350.0, 4400.0, 4351.0, 4389.0, 4338.0, 4349.0, 4370.0, 4340.0, 4379.0], 'WindowWidth': [9730.0, 9714.0, 9689.0, 9671.0, 9664.0, 9664.0, 9710.0, 9644.0, 9723.0, 9666.0, 9706.0, 9704.0, 9665.0, 9743.0, 9657.0, 9729.0, 9635.0, 9647.0, 9640.0, 9752.0, 9703.0, 9713.0, 9657.0, 9669.0, 9662.0, 9638.0, 9718.0, 9650.0, 9676.0, 9595.0, 9623.0, 9670.0, 9591.0, 9669.0, 9602.0, 9615.0, 9588.0, 9604.0, 9597.0, 9591.0, 9629.0, 9597.0, 9623.0, 9600.0, 9628.0, 9626.0, 9645.0, 9694.0, 9628.0, 9670.0, 9615.0, 9644.0, 9692.0, 9613.0, 9693.0, 9638.0, 9640.0, 9676.0, 9626.0, 9719.0, 9633.0, 9636.0, 9702.0, 9647.0, 9703.0, 9621.0, 9635.0, 9683.0, 9593.0, 9672.0, 9619.0, 9633.0, 9603.0, 9609.0, 9645.0, 9606.0, 9623.0, 9659.0, 9610.0, 9673.0, 9596.0, 9638.0, 9645.0, 9611.0, 9689.0, 9634.0, 9635.0, 9670.0, 9621.0, 9659.0, 9608.0, 9624.0, 9687.0, 9609.0, 9673.0, 9603.0, 9618.0, 9714.0, 9618.0, 9670.0, 9604.0, 9633.0, 9642.0, 9606.0, 9657.0, 9621.0, 9622.0, 9658.0, 9620.0, 9712.0, 9591.0, 9645.0, 9642.0, 9629.0, 9697.0, 9618.0, 9683.0, 9589.0, 9605.0, 9670.0, 9595.0, 9649.0, 9608.0, 9625.0, 9687.0, 9608.0, 9624.0, 9674.0, 9649.0, 9690.0, 9647.0, 9647.0, 9696.0, 9601.0, 9684.0, 9626.0, 9629.0, 9664.0, 9587.0, 9638.0, 9589.0, 9617.0, 9625.0, 9603.0, 9639.0, 9576.0, 9605.0, 9628.0, 9610.0, 9649.0, 9609.0, 9638.0, 9647.0, 9624.0, 9675.0, 9621.0, 9622.0, 9685.0, 9609.0, 9686.0, 9610.0, 9612.0, 9688.0, 9612.0, 9691.0, 9626.0, 9639.0, 9674.0, 9611.0, 9690.0, 9636.0, 9651.0, 9699.0, 9607.0, 9660.0, 9609.0, 9623.0, 9673.0, 9622.0, 9700.0, 9630.0, 9630.0, 9668.0, 9605.0, 9681.0, 9606.0, 9657.0, 9592.0, 9607.0, 9644.0, 9612.0, 9649.0, 9626.0, 9643.0, 9652.0, 9630.0, 9669.0, 9642.0, 9643.0, 9706.0, 9625.0, 9705.0, 9645.0, 9648.0, 9715.0, 9633.0, 9689.0, 9616.0, 9619.0, 9699.0, 9620.0, 9658.0, 9602.0, 9632.0, 9668.0, 9579.0, 9619.0, 9605.0, 9623.0, 9646.0, 9612.0, 9650.0, 9620.0, 9623.0, 9686.0, 9621.0, 9623.0, 9606.0, 9637.0, 9700.0, 9595.0, 9648.0, 9632.0, 9636.0, 9700.0, 9597.0, 9625.0, 9650.0, 9627.0, 9689.0, 9627.0, 9666.0, 9646.0, 9624.0, 9688.0, 9626.0, 9665.0, 9611.0, 9641.0, 9677.0, 9615.0, 9656.0, 9627.0, 9645.0, 9720.0, 9629.0, 9657.0, 9706.0, 9643.0, 9708.0, 9668.0, 9669.0, 9705.0, 9623.0, 9704.0, 9650.0, 9664.0, 9619.0, 9636.0, 9672.0, 9594.0, 9623.0, 9648.0, 9628.0, 9652.0, 9618.0, 9671.0, 9628.0, 9657.0, 9721.0, 9655.0, 9697.0, 9663.0, 9653.0, 9718.0, 9636.0, 9651.0, 9689.0, 9624.0, 9716.0, 9606.0, 9633.0, 9656.0, 9619.0, 9698.0, 9620.0, 9645.0, 9597.0, 9627.0, 9648.0, 9616.0, 9669.0, 9631.0, 9647.0, 9633.0, 9651.0, 9726.0, 9635.0, 9716.0, 9658.0, 9676.0, 9740.0, 9616.0, 9711.0, 9684.0, 9671.0, 9735.0, 9680.0, 9705.0, 9646.0, 9662.0, 9703.0, 9633.0, 9697.0, 9608.0, 9661.0, 9646.0, 9633.0, 9698.0, 9623.0, 9685.0, 9623.0, 9638.0, 9702.0, 9623.0, 9661.0, 9631.0, 9655.0, 9619.0, 9621.0, 9647.0, 9612.0, 9625.0, 9631.0, 9678.0, 9630.0, 9668.0, 9611.0, 9642.0, 9676.0, 9639.0, 9720.0, 9658.0, 9695.0, 9642.0, 9655.0, 9635.0, 9689.0, 9683.0, 9698.0, 9658.0, 9706.0, 9625.0, 9708.0, 9665.0, 9684.0, 9724.0, 9655.0, 9647.0, 9633.0, 9587.0, 9627.0, 9595.0, 9667.0, 9649.0, 9639.0, 9673.0, 9610.0, 9665.0, 9648.0, 9639.0, 9715.0, 9659.0, 9698.0, 9637.0, 9667.0, 9662.0, 9652.0, 9673.0, 9630.0, 9624.0, 9581.0, 9598.0, 9566.0, 9583.0, 9665.0, 9574.0, 9636.0, 9558.0, 9587.0, 9591.0, 9570.0, 9593.0, 9574.0, 9598.0, 9562.0, 9613.0, 9637.0, 9619.0, 9638.0, 9611.0, 9618.0, 9569.0, 9622.0, 9638.0, 9601.0, 9636.0, 9639.0, 9688.0, 9612.0, 9645.0, 9589.0, 9627.0, 9645.0, 9628.0, 9714.0, 9619.0, 9636.0, 9617.0, 9600.0, 9594.0, 9617.0, 9595.0, 9618.0, 9595.0, 9659.0, 9618.0, 9655.0, 9609.0, 9669.0, 9618.0, 9672.0, 9632.0, 9647.0, 9631.0, 9636.0, 9713.0, 9620.0, 9729.0, 9660.0, 9673.0, 9658.0, 9648.0, 9740.0, 9641.0, 9714.0, 9666.0, 9656.0, 9712.0, 9634.0, 9712.0, 9631.0, 9658.0, 9681.0, 9621.0, 9711.0, 9658.0, 9671.0, 9627.0, 9676.0, 9736.0, 9664.0, 9665.0, 9634.0, 9650.0, 9724.0, 9617.0, 9647.0, 9697.0, 9618.0, 9713.0, 9660.0, 9660.0, 9694.0, 9628.0, 9679.0, 9625.0, 9639.0, 9679.0, 9612.0, 9703.0, 9595.0, 9636.0, 9633.0, 9623.0, 9700.0, 9623.0, 9674.0, 9594.0, 9624.0, 9623.0, 9654.0, 9721.0, 9656.0, 9665.0, 9645.0, 9660.0, 9685.0, 9641.0, 9708.0, 9659.0, 9745.0, 9752.0, 9708.0, 9732.0, 9657.0, 9670.0, 9693.0, 9622.0, 9703.0, 9629.0, 9646.0, 9702.0, 9634.0, 9684.0, 9616.0, 9629.0, 9587.0, 9603.0, 9640.0, 9605.0, 9644.0, 9609.0, 9638.0, 9585.0, 9643.0, 9678.0, 9616.0, 9669.0, 9629.0, 9660.0, 9696.0, 9619.0, 9684.0, 9627.0, 9658.0, 9724.0, 9646.0, 9686.0, 9629.0, 9657.0, 9707.0, 9614.0, 9681.0, 9625.0, 9657.0, 9652.0, 9631.0, 9683.0, 9629.0, 9658.0, 9709.0, 9617.0, 9684.0, 9618.0, 9660.0, 9696.0, 9629.0, 9710.0, 9652.0, 9670.0, 9628.0, 9660.0, 9694.0, 9616.0, 9645.0, 9668.0, 9634.0, 9696.0, 9621.0, 9676.0, 9671.0, 9660.0, 9726.0, 9661.0, 9686.0, 9617.0, 9659.0, 9724.0, 9632.0, 9695.0, 9660.0, 9684.0, 9617.0, 9659.0, 9710.0, 9631.0, 9697.0, 9646.0, 9685.0, 9639.0, 9695.0, 9659.0, 9694.0, 9653.0, 9680.0, 9654.0, 9685.0, 9733.0, 9677.0, 9729.0, 9681.0, 9695.0, 9642.0, 9636.0, 9641.0, 9708.0, 9626.0, 9675.0, 9676.0, 9662.0, 9636.0, 9663.0, 9623.0, 9703.0, 9671.0, 9702.0, 9692.0, 9663.0, 9722.0, 9643.0, 9669.0, 9667.0, 9651.0, 9605.0, 9608.0, 9643.0, 9579.0, 9631.0, 9585.0, 9622.0, 9586.0, 9630.0, 9588.0, 9633.0, 9657.0, 9622.0, 9656.0, 9632.0, 9655.0, 9598.0, 9614.0, 9666.0, 9602.0, 9682.0, 9628.0, 9640.0, 9585.0, 9617.0, 9652.0, 9603.0, 9653.0, 9601.0, 9615.0, 9590.0, 9620.0, 9644.0, 9608.0, 9645.0, 9647.0, 9669.0, 9609.0, 9615.0, 9590.0, 9626.0, 9672.0, 9606.0, 9685.0, 9619.0, 9634.0, 9684.0, 9631.0, 9684.0, 9631.0, 9655.0, 9584.0, 9616.0, 9666.0, 9604.0, 9656.0, 9643.0, 9678.0, 9602.0, 9720.0, 9781.0, 9705.0, 9673.0, 9599.0, 9638.0, 9596.0, 9587.0, 9581.0, 9612.0, 9680.0, 9643.0, 9650.0, 9611.0, 9651.0, 9559.0, 9572.0, 9610.0, 9625.0, 9636.0, 9627.0, 9617.0, 9661.0, 9619.0, 9675.0, 9747.0, 9682.0, 9674.0, 9600.0, 9641.0, 9682.0, 9599.0, 9641.0, 9599.0, 9632.0, 9682.0, 9600.0, 9640.0, 9587.0, 9617.0, 9625.0, 9592.0, 9646.0, 9608.0, 9643.0, 9662.0, 9604.0, 9669.0, 9628.0, 9645.0, 9681.0, 9644.0, 9683.0, 9625.0, 9655.0, 9709.0, 9642.0, 9695.0, 9643.0, 9657.0, 9680.0, 9628.0, 9725.0, 9668.0, 9670.0, 9708.0, 9641.0, 9710.0, 9652.0, 9655.0, 9720.0, 9650.0, 9691.0, 9616.0, 9646.0, 9698.0, 9644.0, 9689.0, 9645.0, 9634.0, 9604.0, 9623.0, 9608.0, 9646.0, 9685.0, 9645.0, 9659.0, 9639.0, 9651.0, 9693.0, 9627.0, 9652.0, 9631.0, 9715.0, 9714.0, 9681.0, 9702.0, 9658.0, 9670.0, 9648.0, 9609.0, 9679.0, 9624.0, 9635.0, 9575.0, 9604.0, 9654.0, 9573.0, 9598.0, 9558.0, 9588.0, 9609.0, 9575.0, 9602.0, 9565.0, 9609.0, 9580.0, 9599.0, 9637.0, 9604.0, 9641.0, 9589.0, 9634.0, 9669.0, 9620.0, 9660.0, 9618.0, 9636.0, 9672.0, 9604.0, 9674.0, 9619.0, 9649.0, 9701.0, 9622.0, 9675.0, 9606.0, 9636.0, 9702.0, 9624.0, 9676.0, 9606.0, 9634.0, 9698.0, 9591.0, 9660.0, 9643.0, 9634.0, 9642.0, 9619.0, 9643.0, 9603.0, 9634.0, 9688.0, 9607.0, 9659.0, 9593.0, 9637.0, 9687.0, 9608.0, 9679.0, 9643.0, 9633.0, 9687.0, 9605.0, 9633.0, 9653.0, 9617.0, 9682.0, 9628.0, 9645.0, 9586.0, 9618.0, 9652.0, 9620.0, 9648.0, 9641.0, 9603.0, 9669.0, 9588.0, 9631.0, 9702.0, 9618.0, 9656.0, 9589.0, 9620.0, 9667.0, 9606.0, 9670.0, 9629.0, 9634.0, 9603.0, 9621.0, 9661.0, 9621.0, 9635.0, 9674.0, 9607.0, 9660.0, 9601.0, 9620.0, 9685.0, 9622.0, 9635.0, 9591.0, 9621.0, 9684.0, 9603.0, 9630.0, 9669.0, 9615.0, 9669.0, 9604.0, 9644.0, 9596.0, 9613.0, 9669.0, 9602.0, 9629.0, 9591.0, 9636.0, 9672.0, 9596.0, 9663.0, 9619.0, 9632.0, 9643.0, 9606.0, 9642.0, 9606.0, 9635.0, 9658.0, 9606.0, 9670.0, 9603.0, 9632.0, 9656.0, 9628.0, 9668.0, 9595.0, 9660.0, 9602.0, 9634.0, 9701.0, 9607.0, 9647.0, 9589.0, 9620.0, 9686.0, 9615.0, 9646.0, 9683.0, 9629.0, 9680.0, 9628.0, 9638.0, 9587.0, 9617.0, 9640.0, 9591.0, 9647.0, 9606.0, 9637.0, 9661.0, 9609.0, 9651.0, 9612.0, 9640.0, 9676.0, 9622.0, 9675.0, 9618.0, 9648.0, 9702.0, 9619.0, 9674.0, 9604.0, 9619.0, 9697.0, 9589.0, 9643.0, 9604.0, 9633.0, 9604.0, 9624.0, 9676.0, 9610.0, 9648.0, 9632.0, 9640.0, 9725.0, 9673.0, 9679.0, 9645.0, 9677.0, 9619.0, 9663.0, 9642.0, 9644.0, 9631.0, 9674.0, 9640.0, 9709.0, 9743.0, 9690.0, 9684.0, 9634.0, 9634.0, 9672.0, 9695.0, 9667.0, 9676.0, 9645.0, 9648.0, 9583.0, 9616.0, 9565.0, 9602.0, 9564.0, 9609.0, 9592.0, 9634.0, 9594.0, 9622.0, 9606.0, 9611.0, 9638.0, 9655.0, 9673.0, 9646.0, 9670.0, 9653.0, 9699.0, 9662.0, 9668.0, 9638.0, 9641.0, 9672.0, 9651.0, 9732.0, 9643.0, 9713.0, 9619.0, 9683.0, 9631.0, 9639.0, 9663.0, 9624.0, 9704.0, 9596.0, 9662.0, 9594.0, 9622.0, 9609.0, 9626.0, 9704.0, 9595.0, 9665.0, 9658.0, 9635.0, 9689.0, 9611.0, 9664.0, 9593.0, 9635.0, 9705.0, 9608.0, 9675.0, 9606.0, 9634.0, 9669.0, 9603.0, 9669.0, 9601.0, 9628.0, 9628.0, 9636.0, 9564.0, 9599.0, 9575.0, 9628.0, 9580.0, 9650.0, 9697.0, 9604.0, 9674.0, 9615.0, 9634.0, 9701.0, 9618.0, 9670.0, 9610.0, 9622.0, 9659.0, 9577.0, 9672.0, 9613.0, 9615.0, 9624.0, 9586.0, 9641.0, 9587.0, 9615.0, 9571.0, 9632.0, 9584.0, 9598.0, 9585.0, 9613.0, 9605.0, 9650.0, 9645.0, 9625.0, 9617.0, 9604.0, 9645.0, 9614.0, 9657.0, 9616.0, 9644.0, 9618.0, 9619.0, 9599.0, 9600.0, 9622.0, 9570.0, 9629.0, 9608.0, 9624.0, 9606.0, 9641.0, 9679.0, 9599.0, 9638.0, 9634.0, 9622.0, 9680.0, 9641.0, 9689.0, 9611.0, 9661.0, 9614.0, 9639.0, 9610.0, 9641.0, 9585.0, 9642.0, 9651.0, 9630.0, 9730.0, 9661.0, 9682.0, 9654.0, 9692.0, 9639.0, 9666.0, 9647.0, 9686.0, 9641.0, 9617.0, 9695.0, 9674.0, 9731.0, 9655.0, 9696.0, 9629.0, 9655.0, 9641.0, 9628.0, 9630.0, 9617.0, 9605.0, 9660.0, 9639.0, 9652.0, 9690.0, 9648.0, 9607.0, 9645.0, 9623.0, 9671.0, 9658.0, 9689.0, 9688.0, 9721.0, 9691.0, 9666.0, 9719.0, 9752.0, 9685.0, 9728.0, 9684.0, 9717.0, 9692.0, 9714.0, 9635.0, 9681.0, 9711.0, 9763.0, 9736.0, 9715.0, 9664.0, 9695.0, 9599.0, 9613.0, 9601.0, 9659.0, 9635.0, 9609.0, 9676.0, 9647.0, 9747.0, 9685.0, 9619.0, 9621.0, 9601.0, 9624.0, 9649.0, 9620.0, 9675.0, 9631.0, 9655.0, 9632.0, 9643.0, 9622.0, 9622.0, 9514.0, 9572.0, 9562.0, 9628.0, 9620.0, 9701.0, 9664.0, 9675.0, 9702.0, 9639.0, 9680.0, 9694.0, 9801.0, 9710.0, 9687.0, 9712.0, 9631.0, 9670.0, 9632.0, 9618.0, 9562.0, 9609.0, 9554.0, 9580.0, 9567.0, 9618.0, 9628.0, 9610.0, 9652.0, 9625.0, 9661.0, 9659.0, 9672.0, 9722.0, 9649.0, 9691.0, 9643.0, 9660.0, 9694.0, 9666.0, 9714.0, 9623.0, 9701.0, 9653.0, 9692.0, 9646.0, 9673.0, 9648.0, 9663.0, 9664.0, 9661.0, 9663.0, 9685.0, 9646.0, 9743.0, 9666.0, 9700.0, 9711.0, 9664.0, 9688.0, 9621.0, 9656.0, 9605.0, 9641.0, 9594.0, 9645.0, 9653.0, 9639.0, 9653.0, 9643.0, 9657.0, 9644.0, 9681.0, 9669.0, 9748.0, 9721.0, 9759.0, 9706.0, 9716.0, 9655.0, 9647.0, 9641.0, 9617.0, 9643.0, 9633.0, 9715.0, 9669.0, 9671.0, 9619.0, 9650.0, 9641.0, 9619.0, 9668.0, 9615.0, 9638.0, 9599.0, 9639.0, 9609.0, 9636.0, 9621.0, 9621.0, 9659.0, 9620.0, 9649.0, 9583.0, 9625.0, 9613.0, 9613.0, 9680.0, 9616.0, 9665.0, 9594.0, 9609.0, 9640.0, 9602.0, 9649.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.0007496776611694152</td></tr>
<tr><td colspan=3>aqi</td><td>0.022492364167916043</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.12024859704424</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1431169306151532</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9915202142160543</td></tr>
<tr><td colspan=3>efc</td><td>0.4698</td></tr>
<tr><td colspan=3>fber</td><td>5903.5435</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0978961329574718</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>94</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.04647676161919</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5252890961917633</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4630600321851635</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7423072982546626</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3704999581354644</td></tr>
<tr><td colspan=3>gcor</td><td>0.0132295</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013991126790642738</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025566531345248222</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.653588256817176</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>26.4606</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.567</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.3923</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301898.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>884.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>355.5504</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8328</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>608.981</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3548.8095</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3774.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74646.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1015.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4764.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1032.9502</td></tr>
<tr><td colspan=3>tsnr</td><td>37.9264456917881</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>