<?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-0106_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-0106_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-0106_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-0106/figures/sub-0106_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0106/figures/sub-0106_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-0106/figures/sub-0106_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106/ses-03/func/sub-0106_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>77eadfa99f95ae0ee73fc8ff9f9efb8a</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:4.225000</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.991853, -0.0956694, 0.0841151, 0.0834626, 0.986871, 0.138272]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0855458</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>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4241, -7815, -7237, 408, -72, -86, 92, 57]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.217</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>27b50db4-fe57-4017-8afe-3845c7fdcb8b||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.6610686779022217, 0.2239239364862442, 0.25984570384025574, 98.66255950927734], [0.2566738724708557, 2.6477034091949463, 0.35133740305900574, -122.24143981933594], [0.22567464411258698, -0.37097352743148804, 2.664402723312378, -62.61309051513672], [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': ['200204.225000', '200204.685000', '200205.145000', '200205.605000', '200206.065000', '200206.525000', '200206.985000', '200207.445000', '200207.905000', '200208.365000', '200208.825000', '200209.285000', '200209.745000', '200210.205000', '200210.665000', '200211.125000', '200211.585000', '200212.045000', '200212.505000', '200212.965000', '200213.425000', '200213.885000', '200214.345000', '200214.805000', '200215.265000', '200215.725000', '200216.185000', '200216.645000', '200217.105000', '200217.565000', '200218.025000', '200218.485000', '200218.945000', '200219.405000', '200219.865000', '200220.325000', '200220.785000', '200221.245000', '200221.705000', '200222.165000', '200222.625000', '200223.085000', '200223.545000', '200224.005000', '200224.465000', '200224.925000', '200225.385000', '200225.845000', '200226.305000', '200226.765000', '200227.225000', '200227.685000', '200228.145000', '200228.605000', '200229.065000', '200229.525000', '200229.985000', '200230.445000', '200230.905000', '200231.365000', '200231.825000', '200232.285000', '200232.745000', '200233.205000', '200233.665000', '200234.125000', '200234.585000', '200235.045000', '200235.505000', '200235.965000', '200236.425000', '200236.885000', '200237.345000', '200237.805000', '200238.265000', '200238.725000', '200239.185000', '200239.645000', '200240.105000', '200240.565000', '200241.025000', '200241.485000', '200241.945000', '200242.405000', '200242.865000', '200243.325000', '200243.785000', '200244.245000', '200244.705000', '200245.165000', '200245.625000', '200246.085000', '200246.545000', '200247.005000', '200247.465000', '200247.925000', '200248.385000', '200248.845000', '200249.305000', '200249.765000', '200250.225000', '200250.685000', '200251.145000', '200251.605000', '200252.065000', '200252.525000', '200252.985000', '200253.445000', '200253.905000', '200254.365000', '200254.825000', '200255.285000', '200255.745000', '200256.205000', '200256.665000', '200257.125000', '200257.585000', '200258.045000', '200258.505000', '200258.965000', '200259.425000', '200259.885000', '200300.345000', '200300.805000', '200301.265000', '200301.725000', '200302.185000', '200302.645000', '200303.105000', '200303.565000', '200304.025000', '200304.485000', '200304.945000', '200305.405000', '200305.865000', '200306.325000', '200306.785000', '200307.245000', '200307.705000', '200308.165000', '200308.625000', '200309.085000', '200309.545000', '200310.005000', '200310.465000', '200310.925000', '200311.385000', '200311.845000', '200312.305000', '200312.765000', '200313.225000', '200313.685000', '200314.145000', '200314.605000', '200315.065000', '200315.525000', '200315.985000', '200316.445000', '200316.905000', '200317.365000', '200317.825000', '200318.285000', '200318.745000', '200319.205000', '200319.665000', '200320.125000', '200320.585000', '200321.045000', '200321.505000', '200321.965000', '200322.425000', '200322.885000', '200323.345000', '200323.805000', '200324.265000', '200324.725000', '200325.185000', '200325.645000', '200326.105000', '200326.565000', '200327.025000', '200327.485000', '200327.945000', '200328.405000', '200328.865000', '200329.325000', '200329.785000', '200330.245000', '200330.705000', '200331.165000', '200331.625000', '200332.085000', '200332.545000', '200333.005000', '200333.465000', '200333.925000', '200334.385000', '200334.845000', '200335.305000', '200335.765000', '200336.225000', '200336.685000', '200337.145000', '200337.605000', '200338.065000', '200338.525000', '200338.985000', '200339.445000', '200339.905000', '200340.365000', '200340.825000', '200341.285000', '200341.745000', '200342.205000', '200342.665000', '200343.125000', '200343.585000', '200344.045000', '200344.505000', '200344.965000', '200345.425000', '200345.885000', '200346.345000', '200346.805000', '200347.265000', '200347.725000', '200348.185000', '200348.645000', '200349.105000', '200349.565000', '200350.025000', '200350.485000', '200350.945000', '200351.405000', '200351.865000', '200352.325000', '200352.785000', '200353.245000', '200353.705000', '200354.165000', '200354.625000', '200355.085000', '200355.545000', '200356.005000', '200356.465000', '200356.925000', '200357.385000', '200357.845000', '200358.305000', '200358.765000', '200359.225000', '200359.685000', '200400.145000', '200400.605000', '200401.065000', '200401.525000', '200401.985000', '200402.445000', '200402.905000', '200403.365000', '200403.825000', '200404.285000', '200404.745000', '200405.205000', '200405.665000', '200406.125000', '200406.585000', '200407.045000', '200407.505000', '200407.965000', '200408.425000', '200408.885000', '200409.345000', '200409.805000', '200410.265000', '200410.725000', '200411.185000', '200411.645000', '200412.105000', '200412.565000', '200413.025000', '200413.485000', '200413.945000', '200414.405000', '200414.865000', '200415.325000', '200415.785000', '200416.245000', '200416.705000', '200417.165000', '200417.625000', '200418.085000', '200418.545000', '200419.005000', '200419.465000', '200419.925000', '200420.385000', '200420.845000', '200421.305000', '200421.765000', '200422.225000', '200422.685000', '200423.145000', '200423.605000', '200424.065000', '200424.525000', '200424.985000', '200425.445000', '200425.905000', '200426.365000', '200426.825000', '200427.285000', '200427.745000', '200428.205000', '200428.665000', '200429.125000', '200429.585000', '200430.045000', '200430.505000', '200430.965000', '200431.425000', '200431.885000', '200432.345000', '200432.805000', '200433.265000', '200433.725000', '200434.185000', '200434.645000', '200435.105000', '200435.565000', '200436.025000', '200436.485000', '200436.945000', '200437.405000', '200437.865000', '200438.325000', '200438.785000', '200439.245000', '200439.705000', '200440.165000', '200440.625000', '200441.085000', '200441.545000', '200442.005000', '200442.465000', '200442.925000', '200443.385000', '200443.845000', '200444.305000', '200444.765000', '200445.225000', '200445.685000', '200446.145000', '200446.605000', '200447.065000', '200447.525000', '200447.985000', '200448.445000', '200448.905000', '200449.365000', '200449.825000', '200450.285000', '200450.745000', '200451.205000', '200451.665000', '200452.125000', '200452.585000', '200453.045000', '200453.505000', '200453.965000', '200454.425000', '200454.885000', '200455.345000', '200455.805000', '200456.265000', '200456.725000', '200457.185000', '200457.645000', '200458.105000', '200458.565000', '200459.025000', '200459.485000', '200459.945000', '200500.405000', '200500.865000', '200501.325000', '200501.785000', '200502.245000', '200502.705000', '200503.165000', '200503.625000', '200504.085000', '200504.545000', '200505.005000', '200505.465000', '200505.925000', '200506.385000', '200506.845000', '200507.305000', '200507.765000', '200508.225000', '200508.685000', '200509.145000', '200509.605000', '200510.065000', '200510.525000', '200510.985000', '200511.445000', '200511.905000', '200512.365000', '200512.825000', '200513.285000', '200513.745000', '200514.205000', '200514.665000', '200515.125000', '200515.585000', '200516.045000', '200516.505000', '200516.965000', '200517.425000', '200517.885000', '200518.345000', '200518.805000', '200519.265000', '200519.725000', '200520.185000', '200520.645000', '200521.105000', '200521.565000', '200522.025000', '200522.485000', '200522.945000', '200523.405000', '200523.865000', '200524.325000', '200524.785000', '200525.245000', '200525.705000', '200526.165000', '200526.625000', '200527.085000', '200527.545000', '200528.005000', '200528.465000', '200528.925000', '200529.385000', '200529.845000', '200530.305000', '200530.765000', '200531.225000', '200531.685000', '200532.145000', '200532.605000', '200533.065000', '200533.525000', '200533.985000', '200534.445000', '200534.905000', '200535.365000', '200535.825000', '200536.285000', '200536.745000', '200537.205000', '200537.665000', '200538.125000', '200538.585000', '200539.045000', '200539.505000', '200539.965000', '200540.425000', '200540.885000', '200541.345000', '200541.805000', '200542.265000', '200542.725000', '200543.185000', '200543.645000', '200544.105000', '200544.565000', '200545.025000', '200545.485000', '200545.945000', '200546.405000', '200546.865000', '200547.325000', '200547.785000', '200548.245000', '200548.705000', '200549.165000', '200549.625000', '200550.085000', '200550.545000', '200551.005000', '200551.465000', '200551.925000', '200552.385000', '200552.845000', '200553.305000', '200553.765000', '200554.225000', '200554.685000', '200555.145000', '200555.605000', '200556.065000', '200556.525000', '200556.985000', '200557.445000', '200557.905000', '200558.365000', '200558.825000', '200559.285000', '200559.745000', '200600.205000', '200600.665000', '200601.125000', '200601.585000', '200602.045000', '200602.505000', '200602.965000', '200603.425000', '200603.885000', '200604.345000', '200604.805000', '200605.265000', '200605.725000', '200606.185000', '200606.645000', '200607.105000', '200607.565000', '200608.025000', '200608.485000', '200608.945000', '200609.405000', '200609.865000', '200610.325000', '200610.785000', '200611.245000', '200611.705000', '200612.165000', '200612.625000', '200613.085000', '200613.545000', '200614.005000', '200614.465000', '200614.925000', '200615.385000', '200615.845000', '200616.305000', '200616.765000', '200617.225000', '200617.685000', '200618.145000', '200618.605000', '200619.065000', '200619.525000', '200619.985000', '200620.445000', '200620.905000', '200621.365000', '200621.825000', '200622.285000', '200622.745000', '200623.205000', '200623.665000', '200624.125000', '200624.585000', '200625.045000', '200625.505000', '200625.965000', '200626.425000', '200626.885000', '200627.345000', '200627.805000', '200628.265000', '200628.725000', '200629.185000', '200629.645000', '200630.105000', '200630.565000', '200631.025000', '200631.485000', '200631.945000', '200632.405000', '200632.865000', '200633.325000', '200633.785000', '200634.245000', '200634.705000', '200635.165000', '200635.625000', '200636.085000', '200636.545000', '200637.005000', '200637.465000', '200637.925000', '200638.385000', '200638.845000', '200639.305000', '200639.765000', '200640.225000', '200640.685000', '200641.145000', '200641.605000', '200642.065000', '200642.525000', '200642.985000', '200643.445000', '200643.905000', '200644.365000', '200644.825000', '200645.285000', '200645.745000', '200646.205000', '200646.665000', '200647.125000', '200647.585000', '200648.045000', '200648.505000', '200648.965000', '200649.425000', '200649.885000', '200650.345000', '200650.805000', '200651.265000', '200651.725000', '200652.185000', '200652.645000', '200653.105000', '200653.565000', '200654.025000', '200654.485000', '200654.945000', '200655.405000', '200655.865000', '200656.325000', '200656.785000', '200657.245000', '200657.705000', '200658.165000', '200658.625000', '200659.085000', '200659.545000', '200700.005000', '200700.465000', '200700.925000', '200701.385000', '200701.845000', '200702.305000', '200702.765000', '200703.225000', '200703.685000', '200704.145000', '200704.605000', '200705.065000', '200705.525000', '200705.985000', '200706.445000', '200706.905000', '200707.365000', '200707.825000', '200708.285000', '200708.745000', '200709.205000', '200709.665000', '200710.125000', '200710.585000', '200711.045000', '200711.505000', '200711.965000', '200712.425000', '200712.885000', '200713.345000', '200713.805000', '200714.265000', '200714.725000', '200715.185000', '200715.645000', '200716.105000', '200716.565000', '200717.025000', '200717.485000', '200717.945000', '200718.405000', '200718.865000', '200719.325000', '200719.785000', '200720.245000', '200720.705000', '200721.165000', '200721.625000', '200722.085000', '200722.545000', '200723.005000', '200723.465000', '200723.925000', '200724.385000', '200724.845000', '200725.305000', '200725.765000', '200726.225000', '200726.685000', '200727.145000', '200727.605000', '200728.065000', '200728.525000', '200728.985000', '200729.445000', '200729.905000', '200730.365000', '200730.825000', '200731.285000', '200731.745000', '200732.205000', '200732.665000', '200733.125000', '200733.585000', '200734.045000', '200734.505000', '200734.965000', '200735.425000', '200735.885000', '200736.345000', '200736.805000', '200737.265000', '200737.725000', '200738.185000', '200738.645000', '200739.105000', '200739.565000', '200740.025000', '200740.485000', '200740.945000', '200741.405000', '200741.865000', '200742.325000', '200742.785000', '200743.245000', '200743.705000', '200744.165000', '200744.625000', '200745.085000', '200745.545000', '200746.005000', '200746.465000', '200746.925000', '200747.385000', '200747.845000', '200748.305000', '200748.765000', '200749.225000', '200749.685000', '200750.145000', '200750.605000', '200751.065000', '200751.525000', '200751.985000', '200752.445000', '200752.905000', '200753.365000', '200753.825000', '200754.285000', '200754.745000', '200755.205000', '200755.665000', '200756.125000', '200756.585000', '200757.045000', '200757.505000', '200757.965000', '200758.425000', '200758.885000', '200759.345000', '200759.805000', '200800.265000', '200800.725000', '200801.185000', '200801.645000', '200802.105000', '200802.565000', '200803.025000', '200803.485000', '200803.945000', '200804.405000', '200804.865000', '200805.325000', '200805.785000', '200806.245000', '200806.705000', '200807.165000', '200807.625000', '200808.085000', '200808.545000', '200809.005000', '200809.465000', '200809.925000', '200810.385000', '200810.845000', '200811.305000', '200811.765000', '200812.225000', '200812.685000', '200813.145000', '200813.605000', '200814.065000', '200814.525000', '200814.985000', '200815.445000', '200815.905000', '200816.365000', '200816.825000', '200817.285000', '200817.745000', '200818.205000', '200818.665000', '200819.125000', '200819.585000', '200820.045000', '200820.505000', '200820.965000', '200821.425000', '200821.885000', '200822.345000', '200822.805000', '200823.265000', '200823.725000', '200824.185000', '200824.645000', '200825.105000', '200825.565000', '200826.025000', '200826.485000', '200826.945000', '200827.405000', '200827.865000', '200828.325000', '200828.785000', '200829.245000', '200829.705000', '200830.165000', '200830.625000', '200831.085000', '200831.545000', '200832.005000', '200832.465000', '200832.925000', '200833.385000', '200833.845000', '200834.305000', '200834.765000', '200835.225000', '200835.685000', '200836.145000', '200836.605000', '200837.065000', '200837.525000', '200837.985000', '200838.445000', '200838.905000', '200839.365000', '200839.825000', '200840.285000', '200840.745000', '200841.205000', '200841.665000', '200842.125000', '200842.585000', '200843.045000', '200843.505000', '200843.965000', '200844.425000', '200844.885000', '200845.345000', '200845.805000', '200846.265000', '200846.725000', '200847.185000', '200847.645000', '200848.105000', '200848.565000', '200849.025000', '200849.485000', '200849.945000', '200850.405000', '200850.865000', '200851.325000', '200851.785000', '200852.245000', '200852.705000', '200853.165000', '200853.625000', '200854.085000', '200854.545000', '200855.005000', '200855.465000', '200855.925000', '200856.385000', '200856.845000', '200857.305000', '200857.765000', '200858.225000', '200858.685000', '200859.145000', '200859.605000', '200900.065000', '200900.525000', '200900.985000', '200901.445000', '200901.905000', '200902.365000', '200902.825000', '200903.285000', '200903.745000', '200904.205000', '200904.665000', '200905.125000', '200905.585000', '200906.045000', '200906.505000', '200906.965000', '200907.425000', '200907.885000', '200908.345000', '200908.805000', '200909.265000', '200909.725000', '200910.185000', '200910.645000', '200911.105000', '200911.565000', '200912.025000', '200912.485000', '200912.945000', '200913.405000', '200913.865000', '200914.325000', '200914.785000', '200915.245000', '200915.705000', '200916.165000', '200916.625000', '200917.085000', '200917.545000', '200918.005000', '200918.465000', '200918.925000', '200919.385000', '200919.845000', '200920.305000', '200920.765000', '200921.225000', '200921.685000', '200922.145000', '200922.605000', '200923.065000', '200923.525000', '200923.985000', '200924.445000', '200924.905000', '200925.365000', '200925.825000', '200926.285000', '200926.745000', '200927.205000', '200927.665000', '200928.125000', '200928.585000', '200929.045000', '200929.505000', '200929.965000', '200930.425000', '200930.885000', '200931.345000', '200931.805000', '200932.265000', '200932.725000', '200933.185000', '200933.645000', '200934.105000', '200934.565000', '200935.025000', '200935.485000', '200935.945000', '200936.405000', '200936.865000', '200937.325000', '200937.785000', '200938.245000', '200938.705000', '200939.165000', '200939.625000', '200940.085000', '200940.545000', '200941.005000', '200941.465000', '200941.925000', '200942.385000', '200942.845000', '200943.305000', '200943.765000', '200944.225000', '200944.685000', '200945.145000', '200945.605000', '200946.065000', '200946.525000', '200946.985000', '200947.445000', '200947.905000', '200948.365000', '200948.825000', '200949.285000', '200949.745000', '200950.205000', '200950.665000', '200951.125000', '200951.585000', '200952.045000', '200952.505000', '200952.965000', '200953.425000', '200953.885000', '200954.345000', '200954.805000', '200955.265000', '200955.725000', '200956.185000', '200956.645000', '200957.105000', '200957.565000', '200958.025000', '200958.485000', '200958.945000', '200959.405000', '200959.865000', '201000.325000', '201000.785000', '201001.245000', '201001.705000', '201002.165000', '201002.625000', '201003.085000', '201003.545000', '201004.005000', '201004.465000', '201004.925000', '201005.385000', '201005.845000', '201006.305000', '201006.765000', '201007.225000', '201007.685000', '201008.145000', '201008.605000', '201009.065000', '201009.525000', '201009.985000', '201010.445000', '201010.905000', '201011.365000', '201011.825000', '201012.285000', '201012.745000', '201013.205000', '201013.665000', '201014.125000', '201014.585000', '201015.045000', '201015.505000', '201015.965000', '201016.425000', '201016.885000', '201017.345000', '201017.805000', '201018.265000', '201018.725000', '201019.185000', '201019.645000', '201020.105000', '201020.565000', '201021.025000', '201021.485000', '201021.945000', '201022.405000', '201022.865000', '201023.325000', '201023.785000', '201024.245000', '201024.705000', '201025.165000', '201025.625000', '201026.085000', '201026.545000', '201027.005000', '201027.465000', '201027.925000', '201028.385000', '201028.845000', '201029.305000', '201029.765000', '201030.225000', '201030.685000', '201031.145000', '201031.605000', '201032.065000', '201032.525000', '201032.985000', '201033.445000', '201033.905000', '201034.365000', '201034.825000', '201035.285000', '201035.745000', '201036.205000', '201036.665000', '201037.125000', '201037.585000', '201038.045000', '201038.505000', '201038.965000', '201039.425000', '201039.885000', '201040.345000', '201040.805000', '201041.265000', '201041.725000', '201042.185000', '201042.645000', '201043.105000', '201043.565000', '201044.025000', '201044.485000', '201044.945000', '201045.405000', '201045.865000', '201046.325000', '201046.785000', '201047.245000', '201047.705000', '201048.165000', '201048.625000', '201049.085000', '201049.545000', '201050.005000', '201050.465000', '201050.925000', '201051.385000', '201051.845000', '201052.305000', '201052.765000', '201053.225000', '201053.685000', '201054.145000', '201054.605000', '201055.065000', '201055.525000', '201055.985000', '201056.445000', '201056.905000', '201057.365000', '201057.825000', '201058.285000', '201058.745000', '201059.205000', '201059.665000', '201100.125000', '201100.585000', '201101.045000', '201101.505000', '201101.965000', '201102.425000', '201102.885000', '201103.345000', '201103.805000', '201104.265000', '201104.725000', '201105.185000', '201105.645000', '201106.105000', '201106.565000', '201107.025000', '201107.485000', '201107.945000', '201108.405000', '201108.865000', '201109.325000', '201109.785000', '201110.245000', '201110.705000', '201111.165000', '201111.625000', '201112.085000', '201112.545000', '201113.005000', '201113.465000', '201113.925000', '201114.385000', '201114.845000', '201115.305000', '201115.765000', '201116.225000', '201116.685000', '201117.145000', '201117.605000', '201118.065000', '201118.525000', '201118.985000', '201119.445000', '201119.905000', '201120.365000', '201120.825000', '201121.285000', '201121.745000', '201122.205000', '201122.665000', '201123.125000', '201123.585000', '201124.045000', '201124.505000', '201124.965000', '201125.425000', '201125.885000', '201126.345000', '201126.805000', '201127.265000', '201127.725000', '201128.185000', '201128.645000', '201129.105000', '201129.565000', '201130.025000', '201130.485000', '201130.945000', '201131.405000', '201131.865000', '201132.325000', '201132.785000', '201133.245000', '201133.705000', '201134.165000', '201134.625000', '201135.085000', '201135.545000', '201136.005000', '201136.465000', '201136.925000', '201137.385000', '201137.845000', '201138.305000', '201138.765000', '201139.225000', '201139.685000', '201140.145000', '201140.605000', '201141.065000', '201141.525000', '201141.985000', '201142.445000', '201142.905000', '201143.365000', '201143.825000', '201144.285000', '201144.745000', '201145.205000', '201145.665000', '201146.125000', '201146.585000', '201147.045000', '201147.505000', '201147.965000', '201148.425000', '201148.885000', '201149.345000', '201149.805000', '201150.265000', '201150.725000', '201151.185000', '201151.645000', '201152.105000', '201152.565000', '201153.025000', '201153.485000', '201153.945000', '201154.405000', '201154.865000', '201155.325000', '201155.785000', '201156.245000', '201156.705000', '201157.165000', '201157.625000', '201158.085000', '201158.545000', '201159.005000', '201159.465000', '201159.925000', '201200.385000', '201200.845000', '201201.305000', '201201.765000', '201202.225000', '201202.685000', '201203.145000', '201203.605000', '201204.065000', '201204.525000', '201204.985000', '201205.445000', '201205.905000', '201206.365000', '201206.825000', '201207.285000', '201207.745000', '201208.205000', '201208.665000', '201209.125000', '201209.585000', '201210.045000', '201210.505000', '201210.965000', '201211.425000', '201211.885000', '201212.345000', '201212.805000', '201213.265000', '201213.725000', '201214.185000', '201214.645000', '201215.105000', '201215.565000', '201216.025000', '201216.485000', '201216.945000', '201217.405000', '201217.865000'], 'ContentTime': ['200215.873000', '200215.876000', '200215.879000', '200215.881000', '200215.884000', '200215.886000', '200215.889000', '200215.891000', '200215.894000', '200215.897000', '200215.899000', '200215.902000', '200215.906000', '200215.909000', '200215.911000', '200215.923000', '200215.925000', '200215.936000', '200215.938000', '200215.941000', '200215.943000', '200215.946000', '200235.847000', '200235.850000', '200235.853000', '200235.855000', '200235.858000', '200235.860000', '200235.863000', '200235.870000', '200235.873000', '200235.875000', '200235.878000', '200235.880000', '200235.883000', '200235.886000', '200235.888000', '200235.891000', '200235.893000', '200235.896000', '200235.905000', '200235.920000', '200235.923000', '200235.925000', '200235.928000', '200235.930000', '200235.933000', '200235.935000', '200235.938000', '200235.940000', '200235.943000', '200235.946000', '200235.948000', '200235.951000', '200235.953000', '200235.956000', '200235.958000', '200235.961000', '200235.963000', '200235.966000', '200235.968000', '200235.971000', '200235.974000', '200235.976000', '200235.979000', '200235.981000', '200255.848000', '200255.850000', '200255.853000', '200255.855000', '200255.858000', '200255.861000', '200255.863000', '200255.866000', '200255.868000', '200255.871000', '200255.873000', '200255.876000', '200255.878000', '200255.881000', '200255.884000', '200255.886000', '200255.889000', '200255.891000', '200255.894000', '200255.896000', '200255.899000', '200255.901000', '200255.904000', '200255.906000', '200255.909000', '200255.912000', '200255.914000', '200255.917000', '200255.919000', '200255.922000', '200255.927000', '200255.930000', '200255.932000', '200255.935000', '200255.938000', '200255.940000', '200255.943000', '200255.945000', '200255.948000', '200255.951000', '200255.954000', '200255.957000', '200255.959000', '200315.847000', '200315.850000', '200315.853000', '200315.855000', '200315.858000', '200315.860000', '200315.863000', '200315.866000', '200315.868000', '200315.871000', '200315.873000', '200315.876000', '200315.878000', '200315.881000', '200315.883000', '200315.886000', '200315.889000', '200315.891000', '200315.894000', '200315.896000', '200315.899000', '200315.901000', '200315.904000', '200315.907000', '200315.909000', '200315.912000', '200315.914000', '200315.917000', '200315.920000', '200315.922000', '200315.925000', '200315.927000', '200315.930000', '200315.933000', '200315.935000', '200315.938000', '200315.940000', '200315.943000', '200315.945000', '200315.948000', '200315.950000', '200315.953000', '200315.955000', '200315.958000', '200335.846000', '200335.849000', '200335.852000', '200335.854000', '200335.857000', '200335.859000', '200335.862000', '200335.868000', '200335.871000', '200335.873000', '200335.876000', '200335.878000', '200335.881000', '200335.884000', '200335.886000', '200335.889000', '200335.891000', '200335.894000', '200335.896000', '200335.899000', '200335.901000', '200335.904000', '200335.907000', '200335.909000', '200335.912000', '200335.914000', '200335.917000', '200335.919000', '200335.923000', '200335.925000', '200335.928000', '200335.931000', '200335.933000', '200335.936000', '200335.938000', '200335.941000', '200335.943000', '200335.946000', '200335.948000', '200335.951000', '200335.954000', '200335.956000', '200335.959000', '200355.846000', '200355.849000', '200355.852000', '200355.854000', '200355.857000', '200355.860000', '200355.862000', '200355.865000', '200355.867000', '200355.870000', '200355.872000', '200355.885000', '200355.888000', '200355.890000', '200355.893000', '200355.896000', '200355.898000', '200355.901000', '200355.903000', '200355.906000', '200355.908000', '200355.911000', '200355.914000', '200355.916000', '200355.919000', '200355.921000', '200355.924000', '200355.926000', '200355.929000', '200355.931000', '200355.934000', '200355.937000', '200355.939000', '200355.942000', '200355.944000', '200355.947000', '200355.949000', '200355.952000', '200355.954000', '200355.957000', '200355.960000', '200355.962000', '200355.965000', '200355.967000', '200415.847000', '200415.849000', '200415.852000', '200415.855000', '200415.857000', '200415.860000', '200415.862000', '200415.865000', '200415.867000', '200415.870000', '200415.873000', '200415.884000', '200415.887000', '200415.889000', '200415.922000', '200415.925000', '200415.928000', '200415.930000', '200415.933000', '200415.935000', '200415.938000', '200415.940000', '200415.943000', '200415.946000', '200415.948000', '200415.951000', '200415.953000', '200415.956000', '200415.959000', '200415.961000', '200415.964000', '200415.966000', '200415.969000', '200415.971000', '200415.974000', '200415.976000', '200415.979000', '200415.982000', '200415.984000', '200415.987000', '200415.991000', '200415.994000', '200415.997000', '200435.847000', '200435.850000', '200435.853000', '200435.855000', '200435.858000', '200435.860000', '200435.863000', '200435.866000', '200435.868000', '200435.871000', '200435.873000', '200435.876000', '200435.879000', '200435.881000', '200435.884000', '200435.886000', '200435.889000', '200435.892000', '200435.894000', '200435.897000', '200435.899000', '200435.902000', '200435.905000', '200435.907000', '200435.910000', '200435.912000', '200435.915000', '200435.917000', '200435.920000', '200435.923000', '200435.925000', '200435.928000', '200435.930000', '200435.933000', '200435.936000', '200435.938000', '200435.941000', '200435.943000', '200435.946000', '200435.949000', '200435.951000', '200435.954000', '200435.957000', '200435.959000', '200455.847000', '200455.850000', '200455.853000', '200455.855000', '200455.858000', '200455.860000', '200455.863000', '200455.866000', '200455.868000', '200455.871000', '200455.873000', '200455.876000', '200455.879000', '200455.881000', '200455.884000', '200455.886000', '200455.889000', '200455.891000', '200455.894000', '200455.896000', '200455.899000', '200455.902000', '200455.904000', '200455.907000', '200455.909000', '200455.912000', '200455.915000', '200455.917000', '200455.920000', '200455.922000', '200455.925000', '200455.927000', '200455.930000', '200455.932000', '200455.935000', '200455.937000', '200455.940000', '200455.943000', '200455.945000', '200455.948000', '200455.950000', '200455.953000', '200455.956000', '200515.848000', '200515.850000', '200515.853000', '200515.856000', '200515.858000', '200515.861000', '200515.863000', '200515.866000', '200515.868000', '200515.871000', '200515.874000', '200515.876000', '200515.879000', '200515.881000', '200515.884000', '200515.886000', '200515.889000', '200515.892000', '200515.894000', '200515.897000', '200515.900000', '200515.902000', '200515.905000', '200515.907000', '200515.910000', '200515.912000', '200515.915000', '200515.918000', '200515.920000', '200515.923000', '200515.926000', '200515.928000', '200515.931000', '200515.933000', '200515.936000', '200515.938000', '200515.941000', '200515.944000', '200515.946000', '200515.949000', '200515.951000', '200515.954000', '200515.956000', '200515.959000', '200535.847000', '200535.850000', '200535.853000', '200535.855000', '200535.858000', '200535.860000', '200535.863000', '200535.865000', '200535.868000', '200535.871000', '200535.873000', '200535.876000', '200535.879000', '200535.881000', '200535.884000', '200535.886000', '200535.889000', '200535.891000', '200535.894000', '200535.897000', '200535.899000', '200535.902000', '200535.904000', '200535.907000', '200535.909000', '200535.912000', '200535.915000', '200535.917000', '200535.920000', '200535.922000', '200535.925000', '200535.928000', '200535.930000', '200535.933000', '200535.935000', '200535.938000', '200535.940000', '200535.943000', '200535.945000', '200535.948000', '200535.951000', '200535.953000', '200535.956000', '200555.846000', '200555.849000', '200555.852000', '200555.854000', '200555.857000', '200555.860000', '200555.862000', '200555.865000', '200555.867000', '200555.870000', '200555.880000', '200555.883000', '200555.885000', '200555.888000', '200555.891000', '200555.893000', '200555.896000', '200555.898000', '200555.901000', '200555.904000', '200555.906000', '200555.909000', '200555.911000', '200555.914000', '200555.917000', '200555.919000', '200555.922000', '200555.924000', '200555.927000', '200555.930000', '200555.932000', '200555.935000', '200555.937000', '200555.940000', '200555.942000', '200555.945000', '200555.947000', '200555.950000', '200555.953000', '200555.955000', '200555.958000', '200555.960000', '200555.963000', '200615.846000', '200615.849000', '200615.852000', '200615.854000', '200615.857000', '200615.859000', '200615.862000', '200615.865000', '200615.867000', '200615.870000', '200615.872000', '200615.875000', '200615.877000', '200615.880000', '200615.882000', '200615.885000', '200615.888000', '200615.890000', '200615.893000', '200615.895000', '200615.898000', '200615.901000', '200615.903000', '200615.906000', '200615.908000', '200615.911000', '200615.914000', '200615.916000', '200615.919000', '200615.921000', '200615.924000', '200615.926000', '200615.929000', '200615.932000', '200615.934000', '200615.937000', '200615.939000', '200615.942000', '200615.945000', '200615.947000', '200615.950000', '200615.953000', '200615.955000', '200615.958000', '200635.847000', '200635.849000', '200635.852000', '200635.855000', '200635.857000', '200635.860000', '200635.862000', '200635.865000', '200635.868000', '200635.870000', '200635.873000', '200635.875000', '200635.878000', '200635.881000', '200635.883000', '200635.886000', '200635.889000', '200635.891000', '200635.894000', '200635.896000', '200635.899000', '200635.902000', '200635.904000', '200635.907000', '200635.909000', '200635.912000', '200635.914000', '200635.917000', '200635.920000', '200635.922000', '200635.925000', '200635.927000', '200635.930000', '200635.933000', '200635.935000', '200635.938000', '200635.940000', '200635.943000', '200635.946000', '200635.948000', '200635.951000', '200635.953000', '200635.956000', '200635.958000', '200655.848000', '200655.850000', '200655.853000', '200655.856000', '200655.858000', '200655.861000', '200655.863000', '200655.866000', '200655.868000', '200655.871000', '200655.874000', '200655.876000', '200655.879000', '200655.881000', '200655.884000', '200655.886000', '200655.889000', '200655.892000', '200655.894000', '200655.897000', '200655.899000', '200655.902000', '200655.905000', '200655.907000', '200655.910000', '200655.912000', '200655.915000', '200655.918000', '200655.920000', '200655.923000', '200655.925000', '200655.928000', '200655.931000', '200655.933000', '200655.936000', '200655.939000', '200655.941000', '200655.944000', '200655.946000', '200655.949000', '200655.951000', '200655.954000', '200655.957000', '200715.848000', '200715.850000', '200715.853000', '200715.856000', '200715.858000', '200715.861000', '200715.864000', '200715.866000', '200715.869000', '200715.871000', '200715.874000', '200715.877000', '200715.879000', '200715.882000', '200715.885000', '200715.887000', '200715.890000', '200715.892000', '200715.895000', '200715.898000', '200715.900000', '200715.921000', '200715.924000', '200715.926000', '200715.929000', '200715.931000', '200715.934000', '200715.937000', '200715.939000', '200715.942000', '200715.944000', '200715.947000', '200715.949000', '200715.952000', '200715.955000', '200715.957000', '200715.960000', '200715.963000', '200715.965000', '200715.977000', '200715.979000', '200715.982000', '200715.984000', '200715.987000', '200735.847000', '200735.850000', '200735.853000', '200735.855000', '200735.858000', '200735.861000', '200735.863000', '200735.866000', '200735.868000', '200735.871000', '200735.874000', '200735.876000', '200735.879000', '200735.881000', '200735.884000', '200735.887000', '200735.889000', '200735.892000', '200735.894000', '200735.897000', '200735.902000', '200735.904000', '200735.907000', '200735.910000', '200735.912000', '200735.915000', '200735.917000', '200735.920000', '200735.922000', '200735.925000', '200735.928000', '200735.930000', '200735.933000', '200735.936000', '200735.938000', '200735.941000', '200735.943000', '200735.946000', '200735.949000', '200735.951000', '200735.954000', '200735.956000', '200735.959000', '200755.847000', '200755.850000', '200755.853000', '200755.855000', '200755.858000', '200755.861000', '200755.863000', '200755.866000', '200755.869000', '200755.872000', '200755.875000', '200755.877000', '200755.880000', '200755.883000', '200755.885000', '200755.888000', '200755.890000', '200755.893000', '200755.895000', '200755.898000', '200755.901000', '200755.903000', '200755.906000', '200755.908000', '200755.911000', '200755.914000', '200755.916000', '200755.919000', '200755.921000', '200755.924000', '200755.926000', '200755.929000', '200755.932000', '200755.934000', '200755.937000', '200755.940000', '200755.942000', '200755.945000', '200755.947000', '200755.950000', '200755.953000', '200755.955000', '200755.958000', '200755.960000', '200815.847000', '200815.850000', '200815.852000', '200815.855000', '200815.857000', '200815.860000', '200815.862000', '200815.865000', '200815.867000', '200815.870000', '200815.872000', '200815.875000', '200815.878000', '200815.880000', '200815.883000', '200815.885000', '200815.888000', '200815.891000', '200815.893000', '200815.896000', '200815.898000', '200815.901000', '200815.904000', '200815.906000', '200815.909000', '200815.911000', '200815.914000', '200815.916000', '200815.919000', '200815.921000', '200815.924000', '200815.927000', '200815.929000', '200815.932000', '200815.934000', '200815.937000', '200815.940000', '200815.942000', '200815.945000', '200815.947000', '200815.950000', '200815.952000', '200815.955000', '200835.847000', '200835.850000', '200835.852000', '200835.855000', '200835.857000', '200835.860000', '200835.863000', '200835.865000', '200835.868000', '200835.870000', '200835.873000', '200835.876000', '200835.878000', '200835.881000', '200835.883000', '200835.886000', '200835.889000', '200835.891000', '200835.894000', '200835.896000', '200835.899000', '200835.902000', '200835.904000', '200835.911000', '200835.914000', '200835.916000', '200835.919000', '200835.922000', '200835.924000', '200835.927000', '200835.930000', '200835.932000', '200835.935000', '200835.938000', '200835.940000', '200835.943000', '200835.945000', '200835.948000', '200835.951000', '200835.953000', '200835.956000', '200835.958000', '200835.961000', '200855.847000', '200855.850000', '200855.852000', '200855.855000', '200855.857000', '200855.860000', '200855.862000', '200855.865000', '200855.868000', '200855.870000', '200855.873000', '200855.875000', '200855.878000', '200855.881000', '200855.883000', '200855.886000', '200855.888000', '200855.891000', '200855.894000', '200855.896000', '200855.899000', '200855.901000', '200855.904000', '200855.906000', '200855.909000', '200855.912000', '200855.914000', '200855.917000', '200855.919000', '200855.922000', '200855.925000', '200855.927000', '200855.930000', '200855.932000', '200855.935000', '200855.938000', '200855.940000', '200855.943000', '200855.945000', '200855.948000', '200855.951000', '200855.953000', '200855.956000', '200855.958000', '200915.847000', '200915.850000', '200915.853000', '200915.855000', '200915.858000', '200915.861000', '200915.863000', '200915.866000', '200915.868000', '200915.871000', '200915.874000', '200915.876000', '200915.879000', '200915.881000', '200915.884000', '200915.887000', '200915.889000', '200915.892000', '200915.894000', '200915.897000', '200915.899000', '200915.902000', '200915.905000', '200915.907000', '200915.911000', '200915.913000', '200915.916000', '200915.919000', '200915.921000', '200915.924000', '200915.927000', '200915.929000', '200915.932000', '200915.934000', '200915.937000', '200915.940000', '200915.942000', '200915.945000', '200915.947000', '200915.950000', '200915.952000', '200915.955000', '200915.958000', '200935.848000', '200935.850000', '200935.853000', '200935.856000', '200935.858000', '200935.861000', '200935.863000', '200935.866000', '200935.868000', '200935.871000', '200935.874000', '200935.877000', '200935.880000', '200935.882000', '200935.885000', '200935.888000', '200935.890000', '200935.893000', '200935.895000', '200935.898000', '200935.901000', '200935.903000', '200935.906000', '200935.908000', '200935.911000', '200935.913000', '200935.916000', '200935.918000', '200935.921000', '200935.924000', '200935.926000', '200935.929000', '200935.931000', '200935.934000', '200935.937000', '200935.939000', '200935.942000', '200935.944000', '200935.947000', '200935.950000', '200935.952000', '200935.955000', '200935.965000', '200935.968000', '200955.848000', '200955.850000', '200955.853000', '200955.856000', '200955.858000', '200955.861000', '200955.863000', '200955.866000', '200955.868000', '200955.871000', '200955.874000', '200955.876000', '200955.879000', '200955.883000', '200955.886000', '200955.888000', '200955.891000', '200955.894000', '200955.896000', '200955.899000', '200955.901000', '200955.904000', '200955.907000', '200955.909000', '200955.912000', '200955.914000', '200955.917000', '200955.920000', '200955.922000', '200955.925000', '200955.927000', '200955.930000', '200955.932000', '200955.935000', '200955.938000', '200955.940000', '200955.943000', '200955.945000', '200955.948000', '200955.950000', '200955.953000', '200955.955000', '200955.968000', '201015.847000', '201015.850000', '201015.853000', '201015.856000', '201015.858000', '201015.861000', '201015.864000', '201015.866000', '201015.869000', '201015.871000', '201015.874000', '201015.877000', '201015.880000', '201015.882000', '201015.885000', '201015.888000', '201015.890000', '201015.893000', '201015.896000', '201015.898000', '201015.901000', '201015.904000', '201015.906000', '201015.909000', '201015.911000', '201015.914000', '201015.917000', '201015.919000', '201015.922000', '201015.924000', '201015.927000', '201015.929000', '201015.932000', '201015.935000', '201015.937000', '201015.940000', '201015.942000', '201015.945000', '201015.948000', '201015.950000', '201015.953000', '201015.955000', '201015.958000', '201015.960000', '201035.847000', '201035.850000', '201035.852000', '201035.855000', '201035.857000', '201035.860000', '201035.863000', '201035.865000', '201035.868000', '201035.871000', '201035.873000', '201035.876000', '201035.879000', '201035.881000', '201035.884000', '201035.887000', '201035.890000', '201035.894000', '201035.897000', '201035.899000', '201035.902000', '201035.904000', '201035.907000', '201035.910000', '201035.912000', '201035.915000', '201035.918000', '201035.920000', '201035.923000', '201035.926000', '201035.928000', '201035.931000', '201035.934000', '201035.936000', '201035.939000', '201035.942000', '201035.944000', '201035.948000', '201035.952000', '201035.955000', '201035.957000', '201035.960000', '201035.963000', '201055.847000', '201055.850000', '201055.852000', '201055.855000', '201055.857000', '201055.860000', '201055.863000', '201055.865000', '201055.868000', '201055.870000', '201055.873000', '201055.875000', '201055.878000', '201055.881000', '201055.883000', '201055.886000', '201055.888000', '201055.891000', '201055.894000', '201055.896000', '201055.899000', '201055.901000', '201055.904000', '201055.907000', '201055.909000', '201055.912000', '201055.914000', '201055.917000', '201055.920000', '201055.922000', '201055.925000', '201055.928000', '201055.930000', '201055.933000', '201055.935000', '201055.938000', '201055.941000', '201055.943000', '201055.946000', '201055.949000', '201055.951000', '201055.954000', '201055.956000', '201055.959000', '201115.847000', '201115.849000', '201115.852000', '201115.855000', '201115.857000', '201115.860000', '201115.862000', '201115.865000', '201115.867000', '201115.870000', '201115.873000', '201115.875000', '201115.878000', '201115.880000', '201115.883000', '201115.886000', '201115.889000', '201115.892000', '201115.895000', '201115.898000', '201115.900000', '201115.903000', '201115.905000', '201115.908000', '201115.911000', '201115.913000', '201115.916000', '201115.918000', '201115.921000', '201115.924000', '201115.926000', '201115.929000', '201115.932000', '201115.934000', '201115.937000', '201115.939000', '201115.942000', '201115.945000', '201115.947000', '201115.958000', '201115.960000', '201115.963000', '201115.965000', '201135.848000', '201135.850000', '201135.853000', '201135.856000', '201135.858000', '201135.861000', '201135.864000', '201135.866000', '201135.869000', '201135.871000', '201135.874000', '201135.877000', '201135.879000', '201135.882000', '201135.884000', '201135.887000', '201135.890000', '201135.892000', '201135.895000', '201135.897000', '201135.900000', '201135.903000', '201135.905000', '201135.908000', '201135.911000', '201135.913000', '201135.916000', '201135.918000', '201135.921000', '201135.924000', '201135.926000', '201135.929000', '201135.931000', '201135.934000', '201135.936000', '201135.939000', '201135.942000', '201135.944000', '201135.947000', '201135.950000', '201135.952000', '201135.955000', '201135.958000', '201135.960000', '201155.848000', '201155.851000', '201155.853000', '201155.856000', '201155.858000', '201155.861000', '201155.863000', '201155.866000', '201155.869000', '201155.871000', '201155.874000', '201155.876000', '201155.879000', '201155.882000', '201155.884000', '201155.887000', '201155.889000', '201155.892000', '201155.895000', '201155.897000', '201155.900000', '201155.902000', '201155.905000', '201155.908000', '201155.910000', '201155.913000', '201155.915000', '201155.918000', '201155.921000', '201155.923000', '201155.926000', '201155.928000', '201155.931000', '201155.934000', '201155.936000', '201155.939000', '201155.942000', '201155.944000', '201155.947000', '201155.950000', '201155.952000', '201155.955000', '201155.957000', '201215.848000', '201215.851000', '201215.853000', '201215.856000', '201215.859000', '201215.861000', '201215.864000', '201215.866000', '201215.869000', '201215.872000', '201215.874000', '201215.877000', '201215.880000', '201215.882000', '201215.885000', '201215.887000', '201215.890000', '201215.893000', '201215.895000', '201215.898000', '201215.900000', '201215.903000', '201215.906000', '201215.908000', '201215.911000', '201215.913000', '201215.916000', '201215.919000', '201215.921000', '201215.924000', '201215.927000', '201215.929000', '201215.932000', '201215.934000', '201215.937000', '201215.939000', '201215.942000', '201215.945000', '201215.947000', '201215.950000', '201215.952000', '201215.955000', '201215.959000', '201215.961000', '201219.430000', '201219.433000', '201219.436000', '201219.439000', '201219.441000', '201219.444000', '201219.447000', '201219.449000'], 'InstanceCreationTime': ['200215.873000', '200215.876000', '200215.879000', '200215.881000', '200215.884000', '200215.886000', '200215.889000', '200215.891000', '200215.894000', '200215.897000', '200215.899000', '200215.902000', '200215.906000', '200215.909000', '200215.911000', '200215.923000', '200215.925000', '200215.936000', '200215.938000', '200215.941000', '200215.943000', '200215.946000', '200235.847000', '200235.850000', '200235.853000', '200235.855000', '200235.858000', '200235.860000', '200235.863000', '200235.870000', '200235.873000', '200235.875000', '200235.878000', '200235.880000', '200235.883000', '200235.886000', '200235.888000', '200235.891000', '200235.893000', '200235.896000', '200235.905000', '200235.920000', '200235.923000', '200235.925000', '200235.928000', '200235.930000', '200235.933000', '200235.935000', '200235.938000', '200235.940000', '200235.943000', '200235.946000', '200235.948000', '200235.951000', '200235.953000', '200235.956000', '200235.958000', '200235.961000', '200235.963000', '200235.966000', '200235.968000', '200235.971000', '200235.974000', '200235.976000', '200235.979000', '200235.981000', '200255.848000', '200255.850000', '200255.853000', '200255.855000', '200255.858000', '200255.861000', '200255.863000', '200255.866000', '200255.868000', '200255.871000', '200255.873000', '200255.876000', '200255.878000', '200255.881000', '200255.884000', '200255.886000', '200255.889000', '200255.891000', '200255.894000', '200255.896000', '200255.899000', '200255.901000', '200255.904000', '200255.906000', '200255.909000', '200255.912000', '200255.914000', '200255.917000', '200255.919000', '200255.922000', '200255.927000', '200255.930000', '200255.932000', '200255.935000', '200255.938000', '200255.940000', '200255.943000', '200255.945000', '200255.948000', '200255.951000', '200255.954000', '200255.957000', '200255.959000', '200315.847000', '200315.850000', '200315.853000', '200315.855000', '200315.858000', '200315.860000', '200315.863000', '200315.866000', '200315.868000', '200315.871000', '200315.873000', '200315.876000', '200315.878000', '200315.881000', '200315.883000', '200315.886000', '200315.889000', '200315.891000', '200315.894000', '200315.896000', '200315.899000', '200315.901000', '200315.904000', '200315.907000', '200315.909000', '200315.912000', '200315.914000', '200315.917000', '200315.920000', '200315.922000', '200315.925000', '200315.927000', '200315.930000', '200315.933000', '200315.935000', '200315.938000', '200315.940000', '200315.943000', '200315.945000', '200315.948000', '200315.950000', '200315.953000', '200315.955000', '200315.958000', '200335.846000', '200335.849000', '200335.852000', '200335.854000', '200335.857000', '200335.859000', '200335.862000', '200335.868000', '200335.871000', '200335.873000', '200335.876000', '200335.878000', '200335.881000', '200335.884000', '200335.886000', '200335.889000', '200335.891000', '200335.894000', '200335.896000', '200335.899000', '200335.901000', '200335.904000', '200335.907000', '200335.909000', '200335.912000', '200335.914000', '200335.917000', '200335.919000', '200335.923000', '200335.925000', '200335.928000', '200335.931000', '200335.933000', '200335.936000', '200335.938000', '200335.941000', '200335.943000', '200335.946000', '200335.948000', '200335.951000', '200335.954000', '200335.956000', '200335.959000', '200355.846000', '200355.849000', '200355.852000', '200355.854000', '200355.857000', '200355.860000', '200355.862000', '200355.865000', '200355.867000', '200355.870000', '200355.872000', '200355.885000', '200355.888000', '200355.890000', '200355.893000', '200355.896000', '200355.898000', '200355.901000', '200355.903000', '200355.906000', '200355.908000', '200355.911000', '200355.914000', '200355.916000', '200355.919000', '200355.921000', '200355.924000', '200355.926000', '200355.929000', '200355.931000', '200355.934000', '200355.937000', '200355.939000', '200355.942000', '200355.944000', '200355.947000', '200355.949000', '200355.952000', '200355.954000', '200355.957000', '200355.960000', '200355.962000', '200355.965000', '200355.967000', '200415.847000', '200415.849000', '200415.852000', '200415.855000', '200415.857000', '200415.860000', '200415.862000', '200415.865000', '200415.867000', '200415.870000', '200415.873000', '200415.884000', '200415.887000', '200415.889000', '200415.922000', '200415.925000', '200415.928000', '200415.930000', '200415.933000', '200415.935000', '200415.938000', '200415.940000', '200415.943000', '200415.946000', '200415.948000', '200415.951000', '200415.953000', '200415.956000', '200415.959000', '200415.961000', '200415.964000', '200415.966000', '200415.969000', '200415.971000', '200415.974000', '200415.976000', '200415.979000', '200415.982000', '200415.984000', '200415.987000', '200415.991000', '200415.994000', '200415.997000', '200435.847000', '200435.850000', '200435.853000', '200435.855000', '200435.858000', '200435.860000', '200435.863000', '200435.866000', '200435.868000', '200435.871000', '200435.873000', '200435.876000', '200435.879000', '200435.881000', '200435.884000', '200435.886000', '200435.889000', '200435.892000', '200435.894000', '200435.897000', '200435.899000', '200435.902000', '200435.905000', '200435.907000', '200435.910000', '200435.912000', '200435.915000', '200435.917000', '200435.920000', '200435.923000', '200435.925000', '200435.928000', '200435.930000', '200435.933000', '200435.936000', '200435.938000', '200435.941000', '200435.943000', '200435.946000', '200435.949000', '200435.951000', '200435.954000', '200435.957000', '200435.959000', '200455.847000', '200455.850000', '200455.853000', '200455.855000', '200455.858000', '200455.860000', '200455.863000', '200455.866000', '200455.868000', '200455.871000', '200455.873000', '200455.876000', '200455.879000', '200455.881000', '200455.884000', '200455.886000', '200455.889000', '200455.891000', '200455.894000', '200455.896000', '200455.899000', '200455.902000', '200455.904000', '200455.907000', '200455.909000', '200455.912000', '200455.915000', '200455.917000', '200455.920000', '200455.922000', '200455.925000', '200455.927000', '200455.930000', '200455.932000', '200455.935000', '200455.937000', '200455.940000', '200455.943000', '200455.945000', '200455.948000', '200455.950000', '200455.953000', '200455.956000', '200515.848000', '200515.850000', '200515.853000', '200515.856000', '200515.858000', '200515.861000', '200515.863000', '200515.866000', '200515.868000', '200515.871000', '200515.874000', '200515.876000', '200515.879000', '200515.881000', '200515.884000', '200515.886000', '200515.889000', '200515.892000', '200515.894000', '200515.897000', '200515.900000', '200515.902000', '200515.905000', '200515.907000', '200515.910000', '200515.912000', '200515.915000', '200515.918000', '200515.920000', '200515.923000', '200515.926000', '200515.928000', '200515.931000', '200515.933000', '200515.936000', '200515.938000', '200515.941000', '200515.944000', '200515.946000', '200515.949000', '200515.951000', '200515.954000', '200515.956000', '200515.959000', '200535.847000', '200535.850000', '200535.853000', '200535.855000', '200535.858000', '200535.860000', '200535.863000', '200535.865000', '200535.868000', '200535.871000', '200535.873000', '200535.876000', '200535.879000', '200535.881000', '200535.884000', '200535.886000', '200535.889000', '200535.891000', '200535.894000', '200535.897000', '200535.899000', '200535.902000', '200535.904000', '200535.907000', '200535.909000', '200535.912000', '200535.915000', '200535.917000', '200535.920000', '200535.922000', '200535.925000', '200535.928000', '200535.930000', '200535.933000', '200535.935000', '200535.938000', '200535.940000', '200535.943000', '200535.945000', '200535.948000', '200535.951000', '200535.953000', '200535.956000', '200555.846000', '200555.849000', '200555.852000', '200555.854000', '200555.857000', '200555.860000', '200555.862000', '200555.865000', '200555.867000', '200555.870000', '200555.880000', '200555.883000', '200555.885000', '200555.888000', '200555.891000', '200555.893000', '200555.896000', '200555.898000', '200555.901000', '200555.904000', '200555.906000', '200555.909000', '200555.911000', '200555.914000', '200555.917000', '200555.919000', '200555.922000', '200555.924000', '200555.927000', '200555.930000', '200555.932000', '200555.935000', '200555.937000', '200555.940000', '200555.942000', '200555.945000', '200555.947000', '200555.950000', '200555.953000', '200555.955000', '200555.958000', '200555.960000', '200555.963000', '200615.846000', '200615.849000', '200615.852000', '200615.854000', '200615.857000', '200615.859000', '200615.862000', '200615.865000', '200615.867000', '200615.870000', '200615.872000', '200615.875000', '200615.877000', '200615.880000', '200615.882000', '200615.885000', '200615.888000', '200615.890000', '200615.893000', '200615.895000', '200615.898000', '200615.901000', '200615.903000', '200615.906000', '200615.908000', '200615.911000', '200615.914000', '200615.916000', '200615.919000', '200615.921000', '200615.924000', '200615.926000', '200615.929000', '200615.932000', '200615.934000', '200615.937000', '200615.939000', '200615.942000', '200615.945000', '200615.947000', '200615.950000', '200615.953000', '200615.955000', '200615.958000', '200635.847000', '200635.849000', '200635.852000', '200635.855000', '200635.857000', '200635.860000', '200635.862000', '200635.865000', '200635.868000', '200635.870000', '200635.873000', '200635.875000', '200635.878000', '200635.881000', '200635.883000', '200635.886000', '200635.889000', '200635.891000', '200635.894000', '200635.896000', '200635.899000', '200635.902000', '200635.904000', '200635.907000', '200635.909000', '200635.912000', '200635.914000', '200635.917000', '200635.920000', '200635.922000', '200635.925000', '200635.927000', '200635.930000', '200635.933000', '200635.935000', '200635.938000', '200635.940000', '200635.943000', '200635.946000', '200635.948000', '200635.951000', '200635.953000', '200635.956000', '200635.958000', '200655.848000', '200655.850000', '200655.853000', '200655.856000', '200655.858000', '200655.861000', '200655.863000', '200655.866000', '200655.868000', '200655.871000', '200655.874000', '200655.876000', '200655.879000', '200655.881000', '200655.884000', '200655.886000', '200655.889000', '200655.892000', '200655.894000', '200655.897000', '200655.899000', '200655.902000', '200655.905000', '200655.907000', '200655.910000', '200655.912000', '200655.915000', '200655.918000', '200655.920000', '200655.923000', '200655.925000', '200655.928000', '200655.931000', '200655.933000', '200655.936000', '200655.939000', '200655.941000', '200655.944000', '200655.946000', '200655.949000', '200655.951000', '200655.954000', '200655.957000', '200715.848000', '200715.850000', '200715.853000', '200715.856000', '200715.858000', '200715.861000', '200715.864000', '200715.866000', '200715.869000', '200715.871000', '200715.874000', '200715.877000', '200715.879000', '200715.882000', '200715.885000', '200715.887000', '200715.890000', '200715.892000', '200715.895000', '200715.898000', '200715.900000', '200715.921000', '200715.924000', '200715.926000', '200715.929000', '200715.931000', '200715.934000', '200715.937000', '200715.939000', '200715.942000', '200715.944000', '200715.947000', '200715.949000', '200715.952000', '200715.955000', '200715.957000', '200715.960000', '200715.963000', '200715.965000', '200715.977000', '200715.979000', '200715.982000', '200715.984000', '200715.987000', '200735.847000', '200735.850000', '200735.853000', '200735.855000', '200735.858000', '200735.861000', '200735.863000', '200735.866000', '200735.868000', '200735.871000', '200735.874000', '200735.876000', '200735.879000', '200735.881000', '200735.884000', '200735.887000', '200735.889000', '200735.892000', '200735.894000', '200735.897000', '200735.902000', '200735.904000', '200735.907000', '200735.910000', '200735.912000', '200735.915000', '200735.917000', '200735.920000', '200735.922000', '200735.925000', '200735.928000', '200735.930000', '200735.933000', '200735.936000', '200735.938000', '200735.941000', '200735.943000', '200735.946000', '200735.949000', '200735.951000', '200735.954000', '200735.956000', '200735.959000', '200755.847000', '200755.850000', '200755.853000', '200755.855000', '200755.858000', '200755.861000', '200755.863000', '200755.866000', '200755.869000', '200755.872000', '200755.875000', '200755.877000', '200755.880000', '200755.883000', '200755.885000', '200755.888000', '200755.890000', '200755.893000', '200755.895000', '200755.898000', '200755.901000', '200755.903000', '200755.906000', '200755.908000', '200755.911000', '200755.914000', '200755.916000', '200755.919000', '200755.921000', '200755.924000', '200755.926000', '200755.929000', '200755.932000', '200755.934000', '200755.937000', '200755.940000', '200755.942000', '200755.945000', '200755.947000', '200755.950000', '200755.953000', '200755.955000', '200755.958000', '200755.960000', '200815.847000', '200815.850000', '200815.852000', '200815.855000', '200815.857000', '200815.860000', '200815.862000', '200815.865000', '200815.867000', '200815.870000', '200815.872000', '200815.875000', '200815.878000', '200815.880000', '200815.883000', '200815.885000', '200815.888000', '200815.891000', '200815.893000', '200815.896000', '200815.898000', '200815.901000', '200815.904000', '200815.906000', '200815.909000', '200815.911000', '200815.914000', '200815.916000', '200815.919000', '200815.921000', '200815.924000', '200815.927000', '200815.929000', '200815.932000', '200815.934000', '200815.937000', '200815.940000', '200815.942000', '200815.945000', '200815.947000', '200815.950000', '200815.952000', '200815.955000', '200835.847000', '200835.850000', '200835.852000', '200835.855000', '200835.857000', '200835.860000', '200835.863000', '200835.865000', '200835.868000', '200835.870000', '200835.873000', '200835.876000', '200835.878000', '200835.881000', '200835.883000', '200835.886000', '200835.889000', '200835.891000', '200835.894000', '200835.896000', '200835.899000', '200835.902000', '200835.904000', '200835.911000', '200835.914000', '200835.916000', '200835.919000', '200835.922000', '200835.924000', '200835.927000', '200835.930000', '200835.932000', '200835.935000', '200835.938000', '200835.940000', '200835.943000', '200835.945000', '200835.948000', '200835.951000', '200835.953000', '200835.956000', '200835.958000', '200835.961000', '200855.847000', '200855.850000', '200855.852000', '200855.855000', '200855.857000', '200855.860000', '200855.862000', '200855.865000', '200855.868000', '200855.870000', '200855.873000', '200855.875000', '200855.878000', '200855.881000', '200855.883000', '200855.886000', '200855.888000', '200855.891000', '200855.894000', '200855.896000', '200855.899000', '200855.901000', '200855.904000', '200855.906000', '200855.909000', '200855.912000', '200855.914000', '200855.917000', '200855.919000', '200855.922000', '200855.925000', '200855.927000', '200855.930000', '200855.932000', '200855.935000', '200855.938000', '200855.940000', '200855.943000', '200855.945000', '200855.948000', '200855.951000', '200855.953000', '200855.956000', '200855.958000', '200915.847000', '200915.850000', '200915.853000', '200915.855000', '200915.858000', '200915.861000', '200915.863000', '200915.866000', '200915.868000', '200915.871000', '200915.874000', '200915.876000', '200915.879000', '200915.881000', '200915.884000', '200915.887000', '200915.889000', '200915.892000', '200915.894000', '200915.897000', '200915.899000', '200915.902000', '200915.905000', '200915.907000', '200915.911000', '200915.913000', '200915.916000', '200915.919000', '200915.921000', '200915.924000', '200915.927000', '200915.929000', '200915.932000', '200915.934000', '200915.937000', '200915.940000', '200915.942000', '200915.945000', '200915.947000', '200915.950000', '200915.952000', '200915.955000', '200915.958000', '200935.848000', '200935.850000', '200935.853000', '200935.856000', '200935.858000', '200935.861000', '200935.863000', '200935.866000', '200935.868000', '200935.871000', '200935.874000', '200935.877000', '200935.880000', '200935.882000', '200935.885000', '200935.888000', '200935.890000', '200935.893000', '200935.895000', '200935.898000', '200935.901000', '200935.903000', '200935.906000', '200935.908000', '200935.911000', '200935.913000', '200935.916000', '200935.918000', '200935.921000', '200935.924000', '200935.926000', '200935.929000', '200935.931000', '200935.934000', '200935.937000', '200935.939000', '200935.942000', '200935.944000', '200935.947000', '200935.950000', '200935.952000', '200935.955000', '200935.965000', '200935.968000', '200955.848000', '200955.850000', '200955.853000', '200955.856000', '200955.858000', '200955.861000', '200955.863000', '200955.866000', '200955.868000', '200955.871000', '200955.874000', '200955.876000', '200955.879000', '200955.883000', '200955.886000', '200955.888000', '200955.891000', '200955.894000', '200955.896000', '200955.899000', '200955.901000', '200955.904000', '200955.907000', '200955.909000', '200955.912000', '200955.914000', '200955.917000', '200955.920000', '200955.922000', '200955.925000', '200955.927000', '200955.930000', '200955.932000', '200955.935000', '200955.938000', '200955.940000', '200955.943000', '200955.945000', '200955.948000', '200955.950000', '200955.953000', '200955.955000', '200955.968000', '201015.847000', '201015.850000', '201015.853000', '201015.856000', '201015.858000', '201015.861000', '201015.864000', '201015.866000', '201015.869000', '201015.871000', '201015.874000', '201015.877000', '201015.880000', '201015.882000', '201015.885000', '201015.888000', '201015.890000', '201015.893000', '201015.896000', '201015.898000', '201015.901000', '201015.904000', '201015.906000', '201015.909000', '201015.911000', '201015.914000', '201015.917000', '201015.919000', '201015.922000', '201015.924000', '201015.927000', '201015.929000', '201015.932000', '201015.935000', '201015.937000', '201015.940000', '201015.942000', '201015.945000', '201015.948000', '201015.950000', '201015.953000', '201015.955000', '201015.958000', '201015.960000', '201035.847000', '201035.850000', '201035.852000', '201035.855000', '201035.857000', '201035.860000', '201035.863000', '201035.865000', '201035.868000', '201035.871000', '201035.873000', '201035.876000', '201035.879000', '201035.881000', '201035.884000', '201035.887000', '201035.890000', '201035.894000', '201035.897000', '201035.899000', '201035.902000', '201035.904000', '201035.907000', '201035.910000', '201035.912000', '201035.915000', '201035.918000', '201035.920000', '201035.923000', '201035.926000', '201035.928000', '201035.931000', '201035.934000', '201035.936000', '201035.939000', '201035.942000', '201035.944000', '201035.948000', '201035.952000', '201035.955000', '201035.957000', '201035.960000', '201035.963000', '201055.847000', '201055.850000', '201055.852000', '201055.855000', '201055.857000', '201055.860000', '201055.863000', '201055.865000', '201055.868000', '201055.870000', '201055.873000', '201055.875000', '201055.878000', '201055.881000', '201055.883000', '201055.886000', '201055.888000', '201055.891000', '201055.894000', '201055.896000', '201055.899000', '201055.901000', '201055.904000', '201055.907000', '201055.909000', '201055.912000', '201055.914000', '201055.917000', '201055.920000', '201055.922000', '201055.925000', '201055.928000', '201055.930000', '201055.933000', '201055.935000', '201055.938000', '201055.941000', '201055.943000', '201055.946000', '201055.949000', '201055.951000', '201055.954000', '201055.956000', '201055.959000', '201115.847000', '201115.849000', '201115.852000', '201115.855000', '201115.857000', '201115.860000', '201115.862000', '201115.865000', '201115.867000', '201115.870000', '201115.873000', '201115.875000', '201115.878000', '201115.880000', '201115.883000', '201115.886000', '201115.889000', '201115.892000', '201115.895000', '201115.898000', '201115.900000', '201115.903000', '201115.905000', '201115.908000', '201115.911000', '201115.913000', '201115.916000', '201115.918000', '201115.921000', '201115.924000', '201115.926000', '201115.929000', '201115.932000', '201115.934000', '201115.937000', '201115.939000', '201115.942000', '201115.945000', '201115.947000', '201115.958000', '201115.960000', '201115.963000', '201115.965000', '201135.848000', '201135.850000', '201135.853000', '201135.856000', '201135.858000', '201135.861000', '201135.864000', '201135.866000', '201135.869000', '201135.871000', '201135.874000', '201135.877000', '201135.879000', '201135.882000', '201135.884000', '201135.887000', '201135.890000', '201135.892000', '201135.895000', '201135.897000', '201135.900000', '201135.903000', '201135.905000', '201135.908000', '201135.911000', '201135.913000', '201135.916000', '201135.918000', '201135.921000', '201135.924000', '201135.926000', '201135.929000', '201135.931000', '201135.934000', '201135.936000', '201135.939000', '201135.942000', '201135.944000', '201135.947000', '201135.950000', '201135.952000', '201135.955000', '201135.958000', '201135.960000', '201155.848000', '201155.851000', '201155.853000', '201155.856000', '201155.858000', '201155.861000', '201155.863000', '201155.866000', '201155.869000', '201155.871000', '201155.874000', '201155.876000', '201155.879000', '201155.882000', '201155.884000', '201155.887000', '201155.889000', '201155.892000', '201155.895000', '201155.897000', '201155.900000', '201155.902000', '201155.905000', '201155.908000', '201155.910000', '201155.913000', '201155.915000', '201155.918000', '201155.921000', '201155.923000', '201155.926000', '201155.928000', '201155.931000', '201155.934000', '201155.936000', '201155.939000', '201155.942000', '201155.944000', '201155.947000', '201155.950000', '201155.952000', '201155.955000', '201155.957000', '201215.848000', '201215.851000', '201215.853000', '201215.856000', '201215.859000', '201215.861000', '201215.864000', '201215.866000', '201215.869000', '201215.872000', '201215.874000', '201215.877000', '201215.880000', '201215.882000', '201215.885000', '201215.887000', '201215.890000', '201215.893000', '201215.895000', '201215.898000', '201215.900000', '201215.903000', '201215.906000', '201215.908000', '201215.911000', '201215.913000', '201215.916000', '201215.919000', '201215.921000', '201215.924000', '201215.927000', '201215.929000', '201215.932000', '201215.934000', '201215.937000', '201215.939000', '201215.942000', '201215.945000', '201215.947000', '201215.950000', '201215.952000', '201215.955000', '201215.959000', '201215.961000', '201219.430000', '201219.433000', '201219.436000', '201219.439000', '201219.441000', '201219.444000', '201219.447000', '201219.449000'], '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': [9965, 9320, 10128, 9684, 9666, 9593, 8503, 9711, 10041, 9491, 11130, 9240, 9164, 10605, 9250, 9667, 9119, 9592, 10022, 9406, 10519, 9473, 8865, 9239, 9468, 9862, 9171, 8252, 9656, 9470, 11682, 10523, 14432, 10654, 7921, 9321, 9177, 11428, 9949, 12787, 10235, 13910, 10085, 8841, 9449, 9355, 10456, 11184, 11283, 8776, 10245, 9036, 11219, 8687, 10569, 9993, 10846, 7879, 9821, 8789, 9975, 8233, 9766, 8259, 12056, 9124, 10472, 9383, 11553, 9776, 11100, 8741, 10404, 8487, 9216, 8274, 9476, 12326, 10357, 12145, 9496, 10312, 9186, 10758, 9370, 9278, 9159, 10288, 7992, 9826, 12459, 10531, 12455, 9001, 10197, 8429, 9170, 10196, 9631, 12901, 8900, 11056, 8867, 8907, 9136, 9651, 7738, 9673, 8603, 9915, 8645, 8924, 9141, 9588, 11697, 10570, 12746, 10273, 11350, 8387, 9214, 12338, 9213, 11873, 9564, 12618, 7794, 9904, 8434, 9247, 12096, 8876, 9701, 8785, 9584, 7736, 8738, 12581, 9217, 11974, 8091, 10802, 14835, 13964, 12996, 9093, 9840, 8131, 9171, 8041, 9277, 8285, 9013, 8815, 9307, 11516, 10178, 13487, 10357, 11641, 8829, 10146, 7549, 9172, 11504, 9486, 12564, 9949, 8907, 9103, 8233, 9012, 8933, 11731, 9137, 12657, 8236, 10365, 8722, 10258, 8657, 11034, 14264, 12639, 7866, 9919, 8413, 9813, 13693, 14752, 14198, 10610, 9891, 9420, 11192, 10410, 11837, 9307, 10573, 8754, 9285, 8806, 8997, 8579, 9620, 8638, 10488, 8189, 10014, 14184, 12877, 11252, 10771, 10988, 8516, 10070, 13000, 9874, 10634, 10739, 11059, 9636, 9054, 9569, 9825, 9003, 11506, 8801, 9252, 8115, 10014, 13712, 9745, 9910, 8915, 10033, 8972, 9097, 8879, 9490, 8481, 10837, 8537, 9670, 8178, 10075, 12540, 9857, 10670, 10271, 8584, 9688, 8651, 9193, 10891, 10102, 11355, 8412, 10082, 8240, 9280, 11323, 10030, 11930, 9815, 12561, 8754, 9483, 12170, 9814, 11996, 11565, 12726, 8860, 9550, 8020, 9738, 8500, 9526, 8330, 9050, 8149, 9742, 8796, 11140, 10260, 12373, 7983, 10095, 8640, 9954, 11876, 14339, 12033, 10108, 12438, 9506, 9929, 8845, 10366, 8257, 9691, 7788, 8704, 8256, 9669, 11132, 10396, 12438, 10737, 11522, 9090, 9749, 8060, 9977, 14413, 11215, 12328, 9810, 10712, 8946, 8695, 8957, 10545, 9107, 9679, 9208, 8059, 9213, 11570, 10089, 11855, 7770, 10643, 8950, 9503, 8776, 9792, 7716, 9538, 14784, 12587, 9136, 9595, 7820, 9477, 8188, 9711, 9077, 9999, 12552, 12589, 8201, 9652, 8624, 10659, 9211, 11014, 9237, 10837, 9514, 10375, 9477, 12137, 9684, 8013, 8258, 8965, 8347, 9901, 10872, 11119, 11396, 11273, 9097, 9544, 8604, 9888, 9880, 8098, 10118, 11057, 11525, 8527, 9926, 8901, 9998, 9626, 12120, 9719, 11351, 10991, 8682, 10760, 9564, 10647, 9158, 11269, 9148, 12894, 10355, 8084, 9301, 8377, 9814, 8588, 11675, 9433, 11379, 9878, 8553, 10257, 8161, 10459, 8747, 10468, 8623, 10530, 9076, 10796, 9611, 10549, 10028, 8388, 10308, 9840, 11322, 8755, 9935, 9249, 10171, 8750, 10575, 8211, 10573, 8950, 9842, 8256, 9434, 8660, 8810, 9032, 11335, 8067, 10186, 11443, 11370, 12343, 9991, 10324, 9057, 10479, 12264, 10219, 11742, 11385, 10260, 9992, 7919, 10104, 8178, 10283, 12187, 10954, 11428, 12278, 12755, 9896, 8032, 9996, 10722, 9652, 10426, 8867, 9699, 8196, 9083, 8445, 10173, 8494, 10399, 7985, 9227, 7909, 9804, 11699, 11716, 11705, 9942, 11194, 7921, 9810, 13053, 9413, 9391, 8557, 10107, 8270, 9094, 8522, 9309, 9150, 7921, 9498, 11149, 9726, 10810, 12562, 12064, 11790, 9035, 9953, 9650, 9743, 12486, 12593, 12272, 8657, 10354, 9607, 10032, 10371, 9734, 10486, 9898, 8043, 9954, 8332, 9860, 12565, 9957, 10766, 10107, 10129, 9293, 11863, 9688, 10278, 9307, 10470, 8877, 10095, 8931, 9885, 9768, 9894, 8973, 10491, 8347, 9980, 8511, 9498, 8973, 9060, 7782, 9353, 8441, 9373, 8893, 9433, 7421, 8875, 8156, 9427, 9860, 10018, 7718, 9899, 8375, 12880, 11371, 11770, 9304, 9956, 7895, 9187, 7956, 9553, 11536, 9984, 7640, 9358, 8678, 9856, 8466, 10635, 8298, 7921, 9994, 9192, 10784, 10034, 11329, 11080, 11864, 11235, 11224, 9643, 8012, 9693, 8298, 11948, 12351, 13231, 7934, 9922, 8909, 10419, 9176, 10529, 10558, 10998, 8588, 10652, 9587, 8931, 10178, 8310, 10512, 8668, 12191, 9146, 12086, 10173, 8185, 9212, 8700, 11546, 9220, 11417, 9978, 12529, 9604, 10731, 9797, 9025, 10316, 8228, 8701, 8652, 11539, 9423, 11733, 10004, 8500, 9305, 8885, 10753, 9884, 10902, 8896, 10272, 9655, 7985, 9204, 8063, 10267, 8801, 12406, 11250, 8002, 9463, 8575, 10757, 9242, 11318, 10267, 13316, 10290, 8242, 8648, 8722, 10580, 9386, 12545, 10711, 9391, 9014, 9371, 10184, 10231, 10505, 10625, 12583, 13168, 8532, 9191, 9050, 10245, 9488, 10886, 10008, 13597, 10158, 7936, 10398, 8212, 10082, 8857, 11817, 9294, 10720, 9902, 10857, 10315, 13151, 12356, 8512, 9204, 9110, 10482, 9332, 10648, 9413, 11180, 10623, 8210, 8803, 8545, 10219, 8931, 11016, 9954, 12475, 9434, 9708, 9687, 10510, 8790, 10707, 8287, 10058, 8846, 9639, 9517, 10218, 9442, 10485, 8767, 12036, 9613, 7732, 9995, 10894, 10512, 10584, 8473, 10400, 9121, 10605, 8279, 10357, 11716, 10398, 10977, 10946, 11487, 9669, 8044, 9893, 8485, 9879, 9639, 9682, 10854, 9631, 11633, 11916, 10539, 9944, 9718, 9651, 10220, 10023, 10556, 11261, 9874, 8107, 9758, 8933, 9634, 9606, 9885, 8019, 9959, 12541, 11073, 9436, 9490, 10280, 9358, 8133, 8827, 8330, 10384, 11386, 12430, 11096, 9816, 10172, 9508, 9578, 8758, 10691, 8720, 9351, 8692, 9849, 8183, 9999, 8859, 9143, 7843, 10062, 12202, 9859, 11478, 10071, 10006, 9735, 8179, 9768, 8451, 9921, 11878, 12541, 11417, 8995, 10072, 7878, 9825, 13822, 10405, 11409, 9134, 9918, 8598, 10269, 7849, 10615, 8100, 9614, 7956, 9875, 9715, 10174, 12095, 9234, 10399, 7900, 10011, 12238, 10265, 11978, 9328, 10234, 8154, 10055, 12903, 11684, 11697, 9721, 10549, 9680, 10842, 9878, 11848, 9720, 9924, 9547, 10719, 9397, 11780, 9905, 11921, 8565, 10351, 8251, 10161, 13751, 11404, 8708, 9725, 10043, 9812, 10908, 9815, 10914, 10005, 7715, 9447, 8866, 10167, 8432, 9848, 11597, 10295, 11596, 8752, 11159, 8715, 9986, 8770, 10503, 8496, 10933, 10079, 10448, 8694, 9972, 10935, 9850, 12422, 9680, 9018, 9919, 7761, 9352, 7974, 10002, 10555, 10587, 11555, 11039, 10804, 9772, 10368, 9591, 10392, 9461, 11124, 9088, 10489, 9335, 10448, 9665, 10479, 9482, 10397, 8450, 10273, 8137, 9756, 8599, 9639, 8171, 9913, 12492, 11287, 10705, 9426, 10636, 9064, 9504, 8002, 9934, 8570, 9646, 7847, 9327, 8113, 9726, 8712, 9519, 12267, 11615, 10958, 9132, 8951, 9145, 10973, 9866, 10662, 9610, 10860, 8075, 9287, 8044, 9263, 7772, 9550, 12305, 11380, 9698, 9605, 7614, 9408, 7695, 10037, 10815, 10700, 7707, 9405, 7790, 10424, 8104, 10683, 8018, 10162, 10113, 9888, 13494, 10015, 11276, 9544, 8160, 9355, 8666, 10788, 9364, 10443, 13248, 11580, 9608, 9831, 7875, 9973, 10576, 9791, 10840, 9899, 9895, 9355, 8491, 9670, 11070, 9299, 10696, 8946, 10297, 9428, 8196, 9653, 11476, 9614, 11267, 11091, 10862, 9712, 8035, 9907, 8125, 9972, 12510, 10001, 12400, 9752, 8446, 9905, 8481, 9803, 12799, 10263, 11137, 11412, 8788, 9396, 8066, 10056, 7866, 9821, 11471, 9845, 9435, 9793, 7917, 9669, 11292, 10790, 10576, 8449, 10383, 8662, 9875, 9274, 10305, 9766, 11072, 9768, 11879, 8861, 9858, 9009, 10494, 9039, 10479, 12301, 10435, 8443, 8855, 8775, 10457, 8540, 10910, 8601, 9889, 8670, 10609, 9392, 8359, 9533, 9302, 10700, 9894, 10311, 12901, 10818, 10725, 9557, 10588, 10784, 10517, 12659, 13003, 9952, 9908, 8021, 8782, 9099, 10415, 9486, 10289, 11033, 10596, 10506, 9943, 8628, 11799, 9798, 8711, 10844, 13720, 11973, 11257, 9722, 10233, 9444, 9929, 9645, 8699, 10418, 11145, 10683, 10606, 10034, 10743, 9405, 10636, 9756, 8901, 10103, 9424, 9666, 10231, 9024, 11252, 9740, 8198, 10238, 8436, 10376, 8751, 9536, 8322, 11557, 10429, 10941, 9618, 11198, 9555, 10776, 10911, 9944, 9569, 9625, 8676, 8817, 9869, 10874, 9817, 11109, 11093, 11644, 12886, 12062, 12377, 13951, 14178, 10423, 9577, 12850, 10230, 13378, 10327, 15498, 9425, 9837, 8601, 10130, 12503, 10619, 13283, 9548, 10309, 8904, 11077, 10537, 7448, 10550, 9752, 7490, 10102, 9392, 7572, 10062, 8139, 10422, 10445, 9052, 10177, 10130, 7869, 9807, 12540, 10822, 9455, 10355, 9497, 8495, 9721, 8941, 9957, 9469, 9468, 9248, 8766, 10419, 8368, 10097, 10700, 11159, 10145, 11236, 11463, 10287, 8611, 10546, 8600, 10622, 10623, 10400, 13867, 10522, 10340, 10503, 7947, 10193, 8625, 9164, 9376, 7890, 9880, 11107, 11679, 13828, 11179, 12229, 11708, 7973, 8894, 9847, 10037, 10499, 10318, 8670, 10450, 12849, 10329, 8249, 8986, 9460, 9998, 10156, 10345, 10388, 10592, 8729, 10475, 8416, 9165, 8879, 9296, 9891, 9813, 10276, 10106, 10085, 10224, 8872, 10748, 8249, 10349, 9333, 10155, 8148, 10054, 7908, 9955, 10191, 9900, 11530, 9400, 7661, 10030, 7782, 10967, 8090, 10833, 10970, 10672, 14292, 9804, 12021, 9218, 10509, 9556, 10431, 12681, 10395, 11834, 9989, 11008, 9285, 11262, 9114], 'WindowCenter': [4341.0, 4313.0, 4321.0, 4307.0, 4307.0, 4298.0, 4286.0, 4298.0, 4320.0, 4347.0, 4350.0, 4335.0, 4334.0, 4339.0, 4329.0, 4332.0, 4335.0, 4344.0, 4343.0, 4332.0, 4357.0, 4345.0, 4336.0, 4333.0, 4349.0, 4346.0, 4339.0, 4328.0, 4349.0, 4344.0, 4369.0, 4358.0, 4375.0, 4344.0, 4313.0, 4323.0, 4335.0, 4357.0, 4336.0, 4367.0, 4334.0, 4361.0, 4332.0, 4325.0, 4336.0, 4322.0, 4344.0, 4340.0, 4342.0, 4312.0, 4347.0, 4321.0, 4341.0, 4311.0, 4336.0, 4320.0, 4330.0, 4299.0, 4318.0, 4309.0, 4323.0, 4300.0, 4321.0, 4311.0, 4340.0, 4310.0, 4329.0, 4323.0, 4329.0, 4316.0, 4327.0, 4301.0, 4319.0, 4298.0, 4308.0, 4297.0, 4322.0, 4341.0, 4319.0, 4328.0, 4311.0, 4322.0, 4310.0, 4328.0, 4306.0, 4308.0, 4323.0, 4332.0, 4301.0, 4320.0, 4353.0, 4333.0, 4348.0, 4311.0, 4331.0, 4301.0, 4310.0, 4321.0, 4318.0, 4350.0, 4313.0, 4331.0, 4309.0, 4311.0, 4307.0, 4318.0, 4292.0, 4324.0, 4312.0, 4328.0, 4312.0, 4320.0, 4320.0, 4334.0, 4340.0, 4344.0, 4362.0, 4344.0, 4343.0, 4313.0, 4322.0, 4338.0, 4318.0, 4343.0, 4320.0, 4351.0, 4287.0, 4321.0, 4300.0, 4323.0, 4342.0, 4321.0, 4332.0, 4321.0, 4332.0, 4299.0, 4326.0, 4355.0, 4320.0, 4350.0, 4301.0, 4346.0, 4374.0, 4363.0, 4350.0, 4310.0, 4319.0, 4298.0, 4320.0, 4302.0, 4321.0, 4311.0, 4324.0, 4322.0, 4333.0, 4344.0, 4331.0, 4354.0, 4331.0, 4338.0, 4322.0, 4329.0, 4302.0, 4324.0, 4343.0, 4332.0, 4364.0, 4335.0, 4323.0, 4325.0, 4314.0, 4323.0, 4336.0, 4369.0, 4332.0, 4364.0, 4312.0, 4332.0, 4311.0, 4333.0, 4311.0, 4343.0, 4358.0, 4341.0, 4298.0, 4320.0, 4300.0, 4318.0, 4351.0, 4351.0, 4339.0, 4319.0, 4308.0, 4307.0, 4328.0, 4318.0, 4326.0, 4303.0, 4317.0, 4293.0, 4307.0, 4308.0, 4306.0, 4311.0, 4319.0, 4308.0, 4331.0, 4297.0, 4319.0, 4347.0, 4338.0, 4328.0, 4318.0, 4313.0, 4285.0, 4305.0, 4324.0, 4304.0, 4318.0, 4314.0, 4316.0, 4305.0, 4295.0, 4306.0, 4306.0, 4308.0, 4329.0, 4295.0, 4307.0, 4286.0, 4308.0, 4333.0, 4305.0, 4317.0, 4296.0, 4307.0, 4297.0, 4298.0, 4308.0, 4307.0, 4297.0, 4325.0, 4296.0, 4308.0, 4285.0, 4319.0, 4338.0, 4317.0, 4316.0, 4319.0, 4298.0, 4304.0, 4310.0, 4320.0, 4338.0, 4333.0, 4342.0, 4313.0, 4332.0, 4298.0, 4318.0, 4332.0, 4320.0, 4341.0, 4320.0, 4350.0, 4308.0, 4317.0, 4336.0, 4321.0, 4340.0, 4343.0, 4341.0, 4310.0, 4315.0, 4287.0, 4318.0, 4311.0, 4321.0, 4301.0, 4309.0, 4302.0, 4322.0, 4311.0, 4344.0, 4332.0, 4349.0, 4298.0, 4332.0, 4295.0, 4321.0, 4341.0, 4346.0, 4329.0, 4316.0, 4327.0, 4309.0, 4306.0, 4298.0, 4317.0, 4298.0, 4306.0, 4285.0, 4308.0, 4297.0, 4321.0, 4325.0, 4329.0, 4341.0, 4328.0, 4327.0, 4311.0, 4317.0, 4289.0, 4322.0, 4346.0, 4330.0, 4340.0, 4317.0, 4317.0, 4294.0, 4298.0, 4310.0, 4329.0, 4321.0, 4333.0, 4321.0, 4304.0, 4324.0, 4344.0, 4333.0, 4341.0, 4303.0, 4330.0, 4322.0, 4330.0, 4322.0, 4329.0, 4303.0, 4331.0, 4360.0, 4352.0, 4320.0, 4333.0, 4330.0, 4345.0, 4325.0, 4342.0, 4331.0, 4346.0, 4365.0, 4362.0, 4313.0, 4347.0, 4320.0, 4341.0, 4321.0, 4344.0, 4335.0, 4342.0, 4323.0, 4332.0, 4334.0, 4338.0, 4322.0, 4301.0, 4310.0, 4320.0, 4310.0, 4332.0, 4339.0, 4343.0, 4354.0, 4342.0, 4313.0, 4319.0, 4312.0, 4322.0, 4332.0, 4302.0, 4332.0, 4344.0, 4342.0, 4314.0, 4330.0, 4311.0, 4323.0, 4322.0, 4341.0, 4322.0, 4340.0, 4344.0, 4310.0, 4330.0, 4319.0, 4330.0, 4308.0, 4329.0, 4309.0, 4341.0, 4319.0, 4285.0, 4308.0, 4301.0, 4321.0, 4312.0, 4331.0, 4322.0, 4341.0, 4332.0, 4311.0, 4330.0, 4299.0, 4330.0, 4311.0, 4333.0, 4312.0, 4333.0, 4322.0, 4343.0, 4321.0, 4332.0, 4331.0, 4299.0, 4333.0, 4334.0, 4329.0, 4298.0, 4318.0, 4310.0, 4320.0, 4296.0, 4318.0, 4285.0, 4316.0, 4320.0, 4319.0, 4302.0, 4310.0, 4310.0, 4321.0, 4324.0, 4353.0, 4303.0, 4344.0, 4339.0, 4341.0, 4340.0, 4322.0, 4317.0, 4305.0, 4318.0, 4330.0, 4319.0, 4339.0, 4331.0, 4320.0, 4319.0, 4290.0, 4329.0, 4298.0, 4330.0, 4342.0, 4330.0, 4339.0, 4343.0, 4338.0, 4318.0, 4290.0, 4319.0, 4329.0, 4307.0, 4318.0, 4299.0, 4309.0, 4289.0, 4308.0, 4301.0, 4327.0, 4313.0, 4321.0, 4300.0, 4309.0, 4301.0, 4320.0, 4339.0, 4343.0, 4342.0, 4318.0, 4330.0, 4302.0, 4333.0, 4339.0, 4307.0, 4307.0, 4299.0, 4319.0, 4313.0, 4311.0, 4312.0, 4320.0, 4322.0, 4302.0, 4334.0, 4345.0, 4324.0, 4343.0, 4354.0, 4342.0, 4343.0, 4310.0, 4321.0, 4318.0, 4322.0, 4343.0, 4339.0, 4337.0, 4312.0, 4332.0, 4321.0, 4331.0, 4331.0, 4323.0, 4341.0, 4343.0, 4301.0, 4331.0, 4314.0, 4343.0, 4365.0, 4333.0, 4342.0, 4342.0, 4334.0, 4333.0, 4355.0, 4337.0, 4330.0, 4322.0, 4344.0, 4321.0, 4331.0, 4321.0, 4332.0, 4329.0, 4334.0, 4319.0, 4342.0, 4314.0, 4334.0, 4324.0, 4332.0, 4321.0, 4322.0, 4304.0, 4335.0, 4328.0, 4334.0, 4337.0, 4336.0, 4307.0, 4324.0, 4316.0, 4349.0, 4347.0, 4346.0, 4318.0, 4349.0, 4325.0, 4379.0, 4360.0, 4356.0, 4323.0, 4333.0, 4300.0, 4325.0, 4303.0, 4322.0, 4343.0, 4332.0, 4305.0, 4334.0, 4322.0, 4348.0, 4327.0, 4360.0, 4336.0, 4340.0, 4367.0, 4362.0, 4379.0, 4363.0, 4369.0, 4366.0, 4369.0, 4368.0, 4357.0, 4346.0, 4329.0, 4346.0, 4327.0, 4367.0, 4368.0, 4365.0, 4302.0, 4336.0, 4322.0, 4342.0, 4323.0, 4331.0, 4333.0, 4331.0, 4309.0, 4330.0, 4332.0, 4323.0, 4333.0, 4313.0, 4342.0, 4308.0, 4352.0, 4318.0, 4353.0, 4331.0, 4312.0, 4321.0, 4312.0, 4343.0, 4322.0, 4342.0, 4320.0, 4349.0, 4317.0, 4331.0, 4317.0, 4307.0, 4317.0, 4300.0, 4308.0, 4309.0, 4340.0, 4323.0, 4340.0, 4333.0, 4307.0, 4320.0, 4312.0, 4338.0, 4319.0, 4332.0, 4310.0, 4316.0, 4319.0, 4298.0, 4322.0, 4299.0, 4331.0, 4319.0, 4351.0, 4343.0, 4300.0, 4321.0, 4309.0, 4329.0, 4309.0, 4338.0, 4330.0, 4347.0, 4318.0, 4298.0, 4306.0, 4308.0, 4327.0, 4320.0, 4350.0, 4331.0, 4309.0, 4306.0, 4320.0, 4330.0, 4332.0, 4330.0, 4343.0, 4353.0, 4350.0, 4298.0, 4304.0, 4311.0, 4320.0, 4317.0, 4329.0, 4319.0, 4350.0, 4318.0, 4289.0, 4318.0, 4298.0, 4318.0, 4311.0, 4328.0, 4309.0, 4330.0, 4320.0, 4329.0, 4320.0, 4352.0, 4338.0, 4300.0, 4307.0, 4307.0, 4328.0, 4308.0, 4331.0, 4309.0, 4329.0, 4330.0, 4298.0, 4311.0, 4312.0, 4330.0, 4312.0, 4331.0, 4321.0, 4340.0, 4309.0, 4318.0, 4319.0, 4318.0, 4300.0, 4319.0, 4297.0, 4317.0, 4305.0, 4319.0, 4320.0, 4320.0, 4318.0, 4330.0, 4310.0, 4338.0, 4320.0, 4291.0, 4330.0, 4332.0, 4318.0, 4319.0, 4297.0, 4320.0, 4307.0, 4320.0, 4286.0, 4317.0, 4329.0, 4317.0, 4325.0, 4320.0, 4329.0, 4308.0, 4289.0, 4328.0, 4309.0, 4332.0, 4328.0, 4336.0, 4341.0, 4332.0, 4354.0, 4355.0, 4341.0, 4332.0, 4331.0, 4332.0, 4332.0, 4320.0, 4331.0, 4339.0, 4319.0, 4301.0, 4330.0, 4320.0, 4328.0, 4335.0, 4343.0, 4300.0, 4332.0, 4353.0, 4342.0, 4321.0, 4334.0, 4334.0, 4322.0, 4312.0, 4336.0, 4327.0, 4345.0, 4358.0, 4365.0, 4345.0, 4321.0, 4318.0, 4318.0, 4319.0, 4309.0, 4329.0, 4311.0, 4321.0, 4310.0, 4330.0, 4302.0, 4332.0, 4312.0, 4320.0, 4298.0, 4334.0, 4350.0, 4332.0, 4344.0, 4332.0, 4334.0, 4332.0, 4314.0, 4346.0, 4312.0, 4334.0, 4354.0, 4357.0, 4341.0, 4312.0, 4331.0, 4299.0, 4333.0, 4362.0, 4332.0, 4341.0, 4323.0, 4322.0, 4310.0, 4332.0, 4302.0, 4332.0, 4301.0, 4320.0, 4303.0, 4332.0, 4323.0, 4331.0, 4351.0, 4321.0, 4330.0, 4302.0, 4331.0, 4342.0, 4334.0, 4339.0, 4322.0, 4329.0, 4300.0, 4319.0, 4341.0, 4338.0, 4337.0, 4318.0, 4330.0, 4319.0, 4328.0, 4319.0, 4341.0, 4321.0, 4318.0, 4322.0, 4329.0, 4322.0, 4340.0, 4319.0, 4340.0, 4308.0, 4329.0, 4300.0, 4318.0, 4351.0, 4328.0, 4299.0, 4318.0, 4315.0, 4319.0, 4332.0, 4320.0, 4342.0, 4332.0, 4303.0, 4331.0, 4324.0, 4343.0, 4314.0, 4332.0, 4341.0, 4334.0, 4341.0, 4312.0, 4340.0, 4309.0, 4322.0, 4313.0, 4332.0, 4312.0, 4330.0, 4318.0, 4320.0, 4299.0, 4320.0, 4329.0, 4321.0, 4352.0, 4319.0, 4308.0, 4320.0, 4290.0, 4322.0, 4299.0, 4335.0, 4344.0, 4343.0, 4344.0, 4334.0, 4331.0, 4330.0, 4331.0, 4321.0, 4330.0, 4321.0, 4342.0, 4310.0, 4329.0, 4320.0, 4333.0, 4321.0, 4330.0, 4319.0, 4332.0, 4301.0, 4330.0, 4301.0, 4321.0, 4312.0, 4320.0, 4312.0, 4334.0, 4354.0, 4344.0, 4332.0, 4323.0, 4332.0, 4311.0, 4318.0, 4299.0, 4331.0, 4314.0, 4335.0, 4302.0, 4320.0, 4311.0, 4335.0, 4312.0, 4332.0, 4354.0, 4342.0, 4344.0, 4323.0, 4323.0, 4335.0, 4344.0, 4334.0, 4343.0, 4332.0, 4345.0, 4302.0, 4322.0, 4300.0, 4321.0, 4302.0, 4333.0, 4354.0, 4345.0, 4323.0, 4321.0, 4300.0, 4324.0, 4304.0, 4333.0, 4343.0, 4331.0, 4292.0, 4321.0, 4300.0, 4331.0, 4300.0, 4331.0, 4301.0, 4334.0, 4332.0, 4321.0, 4351.0, 4319.0, 4328.0, 4321.0, 4301.0, 4311.0, 4308.0, 4332.0, 4309.0, 4321.0, 4339.0, 4327.0, 4306.0, 4308.0, 4288.0, 4320.0, 4319.0, 4318.0, 4330.0, 4321.0, 4317.0, 4309.0, 4311.0, 4319.0, 4341.0, 4323.0, 4329.0, 4310.0, 4332.0, 4323.0, 4312.0, 4334.0, 4344.0, 4324.0, 4343.0, 4345.0, 4334.0, 4321.0, 4312.0, 4344.0, 4316.0, 4342.0, 4367.0, 4333.0, 4352.0, 4330.0, 4314.0, 4331.0, 4324.0, 4336.0, 4351.0, 4331.0, 4341.0, 4345.0, 4312.0, 4320.0, 4300.0, 4333.0, 4302.0, 4333.0, 4344.0, 4334.0, 4323.0, 4336.0, 4315.0, 4334.0, 4343.0, 4342.0, 4345.0, 4314.0, 4331.0, 4313.0, 4333.0, 4325.0, 4334.0, 4334.0, 4343.0, 4332.0, 4344.0, 4310.0, 4320.0, 4310.0, 4331.0, 4310.0, 4344.0, 4351.0, 4330.0, 4302.0, 4309.0, 4311.0, 4333.0, 4312.0, 4343.0, 4314.0, 4334.0, 4313.0, 4331.0, 4321.0, 4310.0, 4336.0, 4337.0, 4348.0, 4332.0, 4345.0, 4364.0, 4342.0, 4344.0, 4322.0, 4334.0, 4330.0, 4330.0, 4342.0, 4347.0, 4320.0, 4318.0, 4301.0, 4310.0, 4321.0, 4344.0, 4323.0, 4331.0, 4333.0, 4332.0, 4344.0, 4332.0, 4325.0, 4352.0, 4335.0, 4323.0, 4355.0, 4361.0, 4343.0, 4333.0, 4309.0, 4317.0, 4308.0, 4319.0, 4308.0, 4296.0, 4328.0, 4328.0, 4318.0, 4320.0, 4306.0, 4319.0, 4306.0, 4318.0, 4317.0, 4303.0, 4319.0, 4306.0, 4306.0, 4320.0, 4310.0, 4331.0, 4319.0, 4301.0, 4330.0, 4312.0, 4332.0, 4313.0, 4332.0, 4315.0, 4367.0, 4359.0, 4346.0, 4326.0, 4331.0, 4314.0, 4333.0, 4313.0, 4285.0, 4278.0, 4261.0, 4249.0, 4260.0, 4281.0, 4293.0, 4283.0, 4317.0, 4321.0, 4321.0, 4342.0, 4332.0, 4326.0, 4336.0, 4323.0, 4295.0, 4282.0, 4302.0, 4279.0, 4309.0, 4292.0, 4309.0, 4266.0, 4278.0, 4257.0, 4278.0, 4299.0, 4277.0, 4297.0, 4257.0, 4265.0, 4254.0, 4276.0, 4261.0, 4221.0, 4265.0, 4266.0, 4235.0, 4278.0, 4270.0, 4251.0, 4292.0, 4261.0, 4292.0, 4295.0, 4283.0, 4292.0, 4294.0, 4275.0, 4294.0, 4315.0, 4301.0, 4294.0, 4306.0, 4294.0, 4284.0, 4294.0, 4296.0, 4308.0, 4309.0, 4309.0, 4310.0, 4297.0, 4320.0, 4300.0, 4323.0, 4320.0, 4332.0, 4319.0, 4331.0, 4330.0, 4319.0, 4298.0, 4319.0, 4297.0, 4319.0, 4321.0, 4318.0, 4339.0, 4321.0, 4308.0, 4321.0, 4290.0, 4322.0, 4299.0, 4309.0, 4318.0, 4304.0, 4335.0, 4346.0, 4345.0, 4353.0, 4344.0, 4344.0, 4342.0, 4299.0, 4311.0, 4322.0, 4323.0, 4332.0, 4322.0, 4302.0, 4321.0, 4342.0, 4321.0, 4299.0, 4309.0, 4320.0, 4321.0, 4333.0, 4323.0, 4320.0, 4331.0, 4302.0, 4321.0, 4302.0, 4310.0, 4310.0, 4310.0, 4321.0, 4319.0, 4322.0, 4319.0, 4321.0, 4318.0, 4310.0, 4330.0, 4298.0, 4320.0, 4312.0, 4320.0, 4288.0, 4318.0, 4290.0, 4322.0, 4319.0, 4321.0, 4341.0, 4319.0, 4303.0, 4334.0, 4319.0, 4348.0, 4318.0, 4358.0, 4349.0, 4348.0, 4368.0, 4336.0, 4355.0, 4327.0, 4345.0, 4324.0, 4334.0, 4339.0, 4322.0, 4329.0, 4321.0, 4328.0, 4311.0, 4334.0, 4313.0], 'WindowWidth': [9596.0, 9544.0, 9549.0, 9523.0, 9519.0, 9508.0, 9491.0, 9507.0, 9541.0, 9597.0, 9597.0, 9577.0, 9572.0, 9575.0, 9563.0, 9569.0, 9577.0, 9590.0, 9587.0, 9574.0, 9610.0, 9596.0, 9581.0, 9574.0, 9598.0, 9595.0, 9586.0, 9571.0, 9599.0, 9590.0, 9629.0, 9610.0, 9630.0, 9585.0, 9543.0, 9556.0, 9575.0, 9605.0, 9576.0, 9619.0, 9570.0, 9605.0, 9567.0, 9558.0, 9576.0, 9553.0, 9585.0, 9577.0, 9580.0, 9537.0, 9592.0, 9553.0, 9579.0, 9537.0, 9574.0, 9546.0, 9560.0, 9516.0, 9541.0, 9531.0, 9551.0, 9518.0, 9549.0, 9535.0, 9574.0, 9532.0, 9558.0, 9553.0, 9557.0, 9536.0, 9550.0, 9520.0, 9541.0, 9510.0, 9527.0, 9510.0, 9547.0, 9571.0, 9542.0, 9551.0, 9532.0, 9549.0, 9529.0, 9553.0, 9522.0, 9526.0, 9551.0, 9565.0, 9521.0, 9546.0, 9593.0, 9566.0, 9582.0, 9535.0, 9562.0, 9520.0, 9531.0, 9548.0, 9543.0, 9585.0, 9538.0, 9560.0, 9530.0, 9534.0, 9525.0, 9543.0, 9508.0, 9555.0, 9539.0, 9556.0, 9538.0, 9549.0, 9549.0, 9571.0, 9575.0, 9583.0, 9611.0, 9588.0, 9580.0, 9540.0, 9551.0, 9568.0, 9543.0, 9578.0, 9547.0, 9588.0, 9499.0, 9548.0, 9519.0, 9551.0, 9577.0, 9549.0, 9565.0, 9551.0, 9566.0, 9520.0, 9563.0, 9600.0, 9550.0, 9590.0, 9524.0, 9588.0, 9627.0, 9608.0, 9588.0, 9532.0, 9544.0, 9514.0, 9546.0, 9525.0, 9551.0, 9537.0, 9557.0, 9554.0, 9571.0, 9583.0, 9564.0, 9595.0, 9562.0, 9570.0, 9551.0, 9560.0, 9526.0, 9556.0, 9580.0, 9566.0, 9614.0, 9574.0, 9554.0, 9560.0, 9545.0, 9557.0, 9578.0, 9627.0, 9572.0, 9614.0, 9541.0, 9567.0, 9538.0, 9568.0, 9537.0, 9582.0, 9597.0, 9574.0, 9515.0, 9546.0, 9517.0, 9541.0, 9588.0, 9587.0, 9569.0, 9540.0, 9525.0, 9522.0, 9552.0, 9536.0, 9549.0, 9513.0, 9535.0, 9500.0, 9521.0, 9526.0, 9521.0, 9535.0, 9543.0, 9528.0, 9561.0, 9512.0, 9543.0, 9578.0, 9566.0, 9552.0, 9538.0, 9526.0, 9488.0, 9516.0, 9540.0, 9515.0, 9537.0, 9529.0, 9532.0, 9520.0, 9504.0, 9521.0, 9520.0, 9526.0, 9554.0, 9504.0, 9522.0, 9493.0, 9524.0, 9553.0, 9518.0, 9535.0, 9506.0, 9520.0, 9510.0, 9510.0, 9526.0, 9523.0, 9512.0, 9547.0, 9506.0, 9524.0, 9491.0, 9541.0, 9565.0, 9536.0, 9535.0, 9540.0, 9512.0, 9518.0, 9532.0, 9549.0, 9571.0, 9569.0, 9581.0, 9540.0, 9565.0, 9516.0, 9543.0, 9564.0, 9546.0, 9577.0, 9547.0, 9587.0, 9528.0, 9541.0, 9565.0, 9549.0, 9574.0, 9578.0, 9572.0, 9530.0, 9533.0, 9497.0, 9541.0, 9535.0, 9548.0, 9521.0, 9531.0, 9524.0, 9550.0, 9537.0, 9586.0, 9565.0, 9586.0, 9514.0, 9563.0, 9508.0, 9546.0, 9575.0, 9576.0, 9552.0, 9534.0, 9549.0, 9526.0, 9520.0, 9510.0, 9536.0, 9511.0, 9520.0, 9493.0, 9526.0, 9511.0, 9549.0, 9550.0, 9558.0, 9575.0, 9555.0, 9552.0, 9534.0, 9539.0, 9502.0, 9547.0, 9575.0, 9555.0, 9569.0, 9536.0, 9534.0, 9503.0, 9511.0, 9532.0, 9559.0, 9552.0, 9567.0, 9551.0, 9530.0, 9558.0, 9582.0, 9566.0, 9577.0, 9527.0, 9560.0, 9553.0, 9561.0, 9554.0, 9561.0, 9527.0, 9566.0, 9602.0, 9592.0, 9547.0, 9571.0, 9581.0, 9594.0, 9566.0, 9586.0, 9569.0, 9595.0, 9622.0, 9614.0, 9545.0, 9595.0, 9553.0, 9579.0, 9553.0, 9584.0, 9577.0, 9582.0, 9556.0, 9570.0, 9573.0, 9570.0, 9547.0, 9522.0, 9533.0, 9549.0, 9534.0, 9566.0, 9574.0, 9583.0, 9598.0, 9579.0, 9538.0, 9544.0, 9536.0, 9550.0, 9564.0, 9525.0, 9566.0, 9583.0, 9579.0, 9542.0, 9561.0, 9536.0, 9552.0, 9553.0, 9575.0, 9551.0, 9575.0, 9582.0, 9533.0, 9560.0, 9543.0, 9558.0, 9527.0, 9555.0, 9529.0, 9572.0, 9542.0, 9492.0, 9526.0, 9518.0, 9545.0, 9534.0, 9560.0, 9549.0, 9576.0, 9566.0, 9534.0, 9558.0, 9514.0, 9560.0, 9535.0, 9566.0, 9536.0, 9568.0, 9554.0, 9580.0, 9550.0, 9562.0, 9563.0, 9518.0, 9565.0, 9569.0, 9556.0, 9512.0, 9540.0, 9531.0, 9544.0, 9505.0, 9537.0, 9491.0, 9534.0, 9548.0, 9544.0, 9521.0, 9531.0, 9533.0, 9548.0, 9559.0, 9598.0, 9527.0, 9585.0, 9572.0, 9574.0, 9572.0, 9549.0, 9538.0, 9520.0, 9539.0, 9556.0, 9542.0, 9570.0, 9559.0, 9543.0, 9541.0, 9502.0, 9556.0, 9515.0, 9560.0, 9576.0, 9560.0, 9572.0, 9578.0, 9565.0, 9539.0, 9502.0, 9544.0, 9555.0, 9523.0, 9538.0, 9512.0, 9525.0, 9499.0, 9526.0, 9519.0, 9554.0, 9539.0, 9547.0, 9517.0, 9529.0, 9519.0, 9546.0, 9571.0, 9577.0, 9576.0, 9540.0, 9556.0, 9524.0, 9565.0, 9568.0, 9523.0, 9523.0, 9511.0, 9543.0, 9540.0, 9536.0, 9535.0, 9545.0, 9549.0, 9522.0, 9569.0, 9586.0, 9556.0, 9580.0, 9597.0, 9577.0, 9578.0, 9533.0, 9549.0, 9539.0, 9548.0, 9577.0, 9570.0, 9565.0, 9540.0, 9566.0, 9549.0, 9566.0, 9564.0, 9554.0, 9579.0, 9584.0, 9527.0, 9566.0, 9545.0, 9584.0, 9614.0, 9570.0, 9582.0, 9582.0, 9572.0, 9571.0, 9601.0, 9581.0, 9564.0, 9555.0, 9585.0, 9553.0, 9564.0, 9552.0, 9567.0, 9562.0, 9572.0, 9548.0, 9583.0, 9545.0, 9571.0, 9558.0, 9568.0, 9554.0, 9557.0, 9534.0, 9577.0, 9571.0, 9574.0, 9584.0, 9579.0, 9539.0, 9559.0, 9550.0, 9604.0, 9596.0, 9593.0, 9557.0, 9598.0, 9566.0, 9642.0, 9615.0, 9602.0, 9555.0, 9566.0, 9520.0, 9558.0, 9525.0, 9552.0, 9580.0, 9566.0, 9531.0, 9572.0, 9558.0, 9594.0, 9566.0, 9616.0, 9585.0, 9597.0, 9631.0, 9628.0, 9648.0, 9629.0, 9632.0, 9623.0, 9631.0, 9626.0, 9608.0, 9593.0, 9572.0, 9594.0, 9567.0, 9622.0, 9623.0, 9614.0, 9524.0, 9572.0, 9552.0, 9580.0, 9551.0, 9561.0, 9566.0, 9561.0, 9530.0, 9561.0, 9565.0, 9553.0, 9566.0, 9540.0, 9580.0, 9531.0, 9594.0, 9545.0, 9594.0, 9564.0, 9538.0, 9551.0, 9537.0, 9581.0, 9552.0, 9580.0, 9547.0, 9587.0, 9538.0, 9559.0, 9537.0, 9524.0, 9539.0, 9517.0, 9529.0, 9530.0, 9574.0, 9553.0, 9573.0, 9566.0, 9527.0, 9546.0, 9538.0, 9570.0, 9542.0, 9562.0, 9531.0, 9536.0, 9542.0, 9515.0, 9550.0, 9519.0, 9563.0, 9548.0, 9592.0, 9581.0, 9521.0, 9550.0, 9531.0, 9558.0, 9530.0, 9570.0, 9559.0, 9579.0, 9539.0, 9513.0, 9523.0, 9528.0, 9554.0, 9546.0, 9587.0, 9559.0, 9527.0, 9523.0, 9545.0, 9560.0, 9565.0, 9560.0, 9581.0, 9596.0, 9587.0, 9514.0, 9518.0, 9532.0, 9542.0, 9538.0, 9555.0, 9542.0, 9582.0, 9538.0, 9499.0, 9540.0, 9511.0, 9541.0, 9532.0, 9553.0, 9528.0, 9555.0, 9543.0, 9553.0, 9544.0, 9589.0, 9567.0, 9516.0, 9523.0, 9523.0, 9552.0, 9526.0, 9557.0, 9528.0, 9555.0, 9558.0, 9515.0, 9535.0, 9536.0, 9558.0, 9537.0, 9562.0, 9547.0, 9573.0, 9529.0, 9540.0, 9541.0, 9540.0, 9514.0, 9540.0, 9509.0, 9536.0, 9519.0, 9541.0, 9545.0, 9542.0, 9539.0, 9557.0, 9532.0, 9568.0, 9545.0, 9508.0, 9560.0, 9562.0, 9538.0, 9541.0, 9509.0, 9542.0, 9522.0, 9541.0, 9493.0, 9537.0, 9553.0, 9535.0, 9547.0, 9542.0, 9552.0, 9525.0, 9501.0, 9557.0, 9533.0, 9570.0, 9562.0, 9577.0, 9579.0, 9568.0, 9599.0, 9601.0, 9579.0, 9569.0, 9565.0, 9569.0, 9567.0, 9546.0, 9564.0, 9572.0, 9546.0, 9523.0, 9562.0, 9550.0, 9559.0, 9574.0, 9584.0, 9523.0, 9568.0, 9598.0, 9580.0, 9550.0, 9571.0, 9570.0, 9552.0, 9542.0, 9577.0, 9566.0, 9589.0, 9610.0, 9616.0, 9583.0, 9548.0, 9540.0, 9540.0, 9542.0, 9528.0, 9555.0, 9534.0, 9548.0, 9533.0, 9560.0, 9522.0, 9565.0, 9538.0, 9545.0, 9516.0, 9571.0, 9588.0, 9566.0, 9582.0, 9566.0, 9568.0, 9567.0, 9546.0, 9590.0, 9540.0, 9573.0, 9599.0, 9606.0, 9575.0, 9538.0, 9562.0, 9515.0, 9567.0, 9605.0, 9565.0, 9575.0, 9552.0, 9550.0, 9533.0, 9565.0, 9525.0, 9564.0, 9521.0, 9547.0, 9527.0, 9566.0, 9554.0, 9564.0, 9591.0, 9551.0, 9562.0, 9523.0, 9563.0, 9579.0, 9567.0, 9570.0, 9550.0, 9558.0, 9518.0, 9544.0, 9573.0, 9568.0, 9564.0, 9540.0, 9557.0, 9543.0, 9555.0, 9544.0, 9574.0, 9548.0, 9543.0, 9550.0, 9557.0, 9551.0, 9574.0, 9543.0, 9570.0, 9527.0, 9557.0, 9516.0, 9541.0, 9587.0, 9554.0, 9514.0, 9540.0, 9536.0, 9543.0, 9563.0, 9546.0, 9582.0, 9567.0, 9528.0, 9566.0, 9560.0, 9585.0, 9544.0, 9566.0, 9578.0, 9569.0, 9577.0, 9538.0, 9573.0, 9532.0, 9549.0, 9540.0, 9563.0, 9536.0, 9560.0, 9542.0, 9544.0, 9515.0, 9543.0, 9554.0, 9547.0, 9591.0, 9546.0, 9527.0, 9546.0, 9506.0, 9550.0, 9519.0, 9573.0, 9585.0, 9584.0, 9585.0, 9568.0, 9562.0, 9559.0, 9562.0, 9549.0, 9560.0, 9549.0, 9577.0, 9533.0, 9557.0, 9549.0, 9566.0, 9550.0, 9562.0, 9545.0, 9564.0, 9522.0, 9560.0, 9522.0, 9549.0, 9538.0, 9547.0, 9538.0, 9570.0, 9597.0, 9583.0, 9565.0, 9553.0, 9565.0, 9537.0, 9543.0, 9518.0, 9563.0, 9544.0, 9571.0, 9526.0, 9549.0, 9539.0, 9574.0, 9539.0, 9567.0, 9598.0, 9580.0, 9583.0, 9557.0, 9555.0, 9574.0, 9586.0, 9569.0, 9581.0, 9568.0, 9586.0, 9524.0, 9551.0, 9521.0, 9550.0, 9526.0, 9569.0, 9599.0, 9585.0, 9554.0, 9551.0, 9521.0, 9556.0, 9529.0, 9570.0, 9581.0, 9562.0, 9511.0, 9549.0, 9521.0, 9564.0, 9520.0, 9563.0, 9520.0, 9569.0, 9562.0, 9547.0, 9587.0, 9542.0, 9553.0, 9545.0, 9519.0, 9533.0, 9528.0, 9564.0, 9528.0, 9545.0, 9568.0, 9548.0, 9519.0, 9524.0, 9497.0, 9543.0, 9541.0, 9540.0, 9559.0, 9545.0, 9538.0, 9530.0, 9534.0, 9545.0, 9576.0, 9552.0, 9557.0, 9535.0, 9564.0, 9555.0, 9539.0, 9571.0, 9583.0, 9557.0, 9582.0, 9585.0, 9569.0, 9550.0, 9542.0, 9588.0, 9554.0, 9587.0, 9621.0, 9571.0, 9594.0, 9567.0, 9547.0, 9567.0, 9558.0, 9576.0, 9590.0, 9562.0, 9578.0, 9584.0, 9538.0, 9547.0, 9520.0, 9567.0, 9525.0, 9568.0, 9584.0, 9571.0, 9556.0, 9576.0, 9548.0, 9573.0, 9582.0, 9580.0, 9587.0, 9542.0, 9562.0, 9541.0, 9567.0, 9559.0, 9570.0, 9572.0, 9583.0, 9566.0, 9583.0, 9533.0, 9547.0, 9533.0, 9565.0, 9534.0, 9584.0, 9592.0, 9561.0, 9522.0, 9530.0, 9536.0, 9566.0, 9536.0, 9582.0, 9544.0, 9571.0, 9541.0, 9562.0, 9552.0, 9538.0, 9578.0, 9582.0, 9598.0, 9569.0, 9587.0, 9613.0, 9580.0, 9582.0, 9551.0, 9568.0, 9559.0, 9557.0, 9576.0, 9578.0, 9542.0, 9541.0, 9521.0, 9533.0, 9549.0, 9584.0, 9554.0, 9563.0, 9568.0, 9565.0, 9583.0, 9565.0, 9560.0, 9593.0, 9575.0, 9556.0, 9603.0, 9606.0, 9580.0, 9565.0, 9527.0, 9537.0, 9524.0, 9540.0, 9525.0, 9507.0, 9552.0, 9551.0, 9540.0, 9543.0, 9520.0, 9541.0, 9519.0, 9536.0, 9535.0, 9513.0, 9541.0, 9521.0, 9520.0, 9543.0, 9530.0, 9558.0, 9541.0, 9519.0, 9560.0, 9538.0, 9565.0, 9540.0, 9566.0, 9547.0, 9622.0, 9613.0, 9589.0, 9560.0, 9560.0, 9536.0, 9560.0, 9529.0, 9477.0, 9466.0, 9435.0, 9416.0, 9432.0, 9465.0, 9487.0, 9474.0, 9528.0, 9542.0, 9545.0, 9574.0, 9564.0, 9545.0, 9559.0, 9538.0, 9496.0, 9476.0, 9499.0, 9464.0, 9508.0, 9488.0, 9505.0, 9445.0, 9462.0, 9432.0, 9463.0, 9495.0, 9462.0, 9486.0, 9430.0, 9435.0, 9423.0, 9455.0, 9428.0, 9375.0, 9437.0, 9440.0, 9400.0, 9461.0, 9453.0, 9431.0, 9487.0, 9446.0, 9487.0, 9494.0, 9477.0, 9489.0, 9493.0, 9468.0, 9494.0, 9524.0, 9503.0, 9495.0, 9514.0, 9495.0, 9484.0, 9498.0, 9502.0, 9523.0, 9524.0, 9524.0, 9526.0, 9508.0, 9541.0, 9515.0, 9550.0, 9542.0, 9561.0, 9543.0, 9559.0, 9556.0, 9540.0, 9512.0, 9539.0, 9507.0, 9539.0, 9540.0, 9536.0, 9566.0, 9543.0, 9523.0, 9543.0, 9502.0, 9545.0, 9514.0, 9529.0, 9541.0, 9527.0, 9572.0, 9586.0, 9584.0, 9594.0, 9580.0, 9582.0, 9577.0, 9516.0, 9534.0, 9550.0, 9549.0, 9561.0, 9549.0, 9519.0, 9544.0, 9573.0, 9542.0, 9513.0, 9527.0, 9543.0, 9545.0, 9563.0, 9550.0, 9543.0, 9559.0, 9519.0, 9545.0, 9521.0, 9530.0, 9530.0, 9530.0, 9546.0, 9540.0, 9546.0, 9540.0, 9545.0, 9540.0, 9528.0, 9556.0, 9511.0, 9543.0, 9532.0, 9541.0, 9497.0, 9537.0, 9501.0, 9548.0, 9540.0, 9545.0, 9573.0, 9544.0, 9527.0, 9569.0, 9555.0, 9593.0, 9556.0, 9610.0, 9595.0, 9592.0, 9618.0, 9574.0, 9598.0, 9561.0, 9586.0, 9555.0, 9570.0, 9569.0, 9549.0, 9555.0, 9544.0, 9552.0, 9531.0, 9565.0, 9537.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.0026985617977528095</td></tr>
<tr><td colspan=3>aqi</td><td>0.02457031468164794</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.38833509789354</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2249183778860568</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0335518164542745</td></tr>
<tr><td colspan=3>efc</td><td>0.4681</td></tr>
<tr><td colspan=3>fber</td><td>6764.0063</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07742923542694005</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>47</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.5205992509363297</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5083379012429137</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3801207614353173</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8068152058075833</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.338077736485839</td></tr>
<tr><td colspan=3>gcor</td><td>0.0130276</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015102102421224117</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031906913965940475</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1335</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.863337822264835</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>30.2144</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.4604</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.8631</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299954.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>727.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>307.6865</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0222</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>606.9041</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3497.5805</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3695.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76590.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1219.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4632.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>956.4206</td></tr>
<tr><td colspan=3>tsnr</td><td>36.172262901905924</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>