<?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-0020_ses-01_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-0020_ses-01_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-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_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-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_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-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0020/figures/sub-0020_ses-01_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-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_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-0020/ses-01/func/sub-0020_ses-01_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>c5ccbc5a2f166d588ca0272039eb8685</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>11:09:11.390000</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_VE11C_LATEST_20160120</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.996315, -0.0521302, 0.0681143, 0.0400161, 0.984897, 0.168455]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'FMRI', 'NONE', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0846836</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>45</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4164, -7777, -7223, 557, -70, -242, 110, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>245.349</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3c107630-20ab-4964-836a-1c7b67d2748a||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.673039436340332, 0.10736031085252762, 0.20484139025211334, 104.33385467529297], [0.13986144959926605, 2.6424059867858887, 0.44579288363456726, -108.28345489501953], [0.1827457994222641, -0.45195233821868896, 2.6550536155700684, -41.95502853393555], [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, 1376]</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, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'AcquisitionTime': ['110911.390000', '110911.850000', '110912.310000', '110912.770000', '110913.230000', '110913.690000', '110914.150000', '110914.610000', '110915.070000', '110915.530000', '110915.990000', '110916.450000', '110916.910000', '110917.370000', '110917.830000', '110918.290000', '110918.750000', '110919.210000', '110919.670000', '110920.130000', '110920.590000', '110921.050000', '110921.510000', '110921.970000', '110922.430000', '110922.890000', '110923.350000', '110923.810000', '110924.270000', '110924.730000', '110925.190000', '110925.650000', '110926.110000', '110926.570000', '110927.030000', '110927.490000', '110927.950000', '110928.410000', '110928.870000', '110929.330000', '110929.790000', '110930.250000', '110930.710000', '110931.170000', '110931.630000', '110932.090000', '110932.550000', '110933.010000', '110933.470000', '110933.930000', '110934.390000', '110934.850000', '110935.310000', '110935.770000', '110936.230000', '110936.690000', '110937.150000', '110937.610000', '110938.070000', '110938.530000', '110938.990000', '110939.450000', '110939.910000', '110940.370000', '110940.830000', '110941.290000', '110941.750000', '110942.210000', '110942.670000', '110943.130000', '110943.590000', '110944.050000', '110944.510000', '110944.970000', '110945.430000', '110945.890000', '110946.350000', '110946.810000', '110947.270000', '110947.730000', '110948.190000', '110948.650000', '110949.110000', '110949.570000', '110950.030000', '110950.490000', '110950.950000', '110951.410000', '110951.870000', '110952.330000', '110952.790000', '110953.250000', '110953.710000', '110954.170000', '110954.630000', '110955.090000', '110955.550000', '110956.010000', '110956.470000', '110956.930000', '110957.390000', '110957.850000', '110958.310000', '110958.770000', '110959.230000', '110959.690000', '111000.150000', '111000.610000', '111001.070000', '111001.530000', '111001.990000', '111002.450000', '111002.910000', '111003.370000', '111003.830000', '111004.290000', '111004.750000', '111005.210000', '111005.670000', '111006.130000', '111006.590000', '111007.050000', '111007.510000', '111007.970000', '111008.430000', '111008.890000', '111009.350000', '111009.810000', '111010.270000', '111010.730000', '111011.190000', '111011.650000', '111012.110000', '111012.570000', '111013.030000', '111013.490000', '111013.950000', '111014.410000', '111014.870000', '111015.330000', '111015.790000', '111016.250000', '111016.710000', '111017.170000', '111017.630000', '111018.090000', '111018.550000', '111019.010000', '111019.470000', '111019.930000', '111020.390000', '111020.850000', '111021.310000', '111021.770000', '111022.230000', '111022.690000', '111023.150000', '111023.610000', '111024.070000', '111024.530000', '111024.990000', '111025.450000', '111025.910000', '111026.370000', '111026.830000', '111027.290000', '111027.750000', '111028.210000', '111028.670000', '111029.130000', '111029.590000', '111030.050000', '111030.510000', '111030.970000', '111031.430000', '111031.890000', '111032.350000', '111032.810000', '111033.270000', '111033.730000', '111034.190000', '111034.650000', '111035.110000', '111035.570000', '111036.030000', '111036.490000', '111036.950000', '111037.410000', '111037.870000', '111038.330000', '111038.790000', '111039.250000', '111039.710000', '111040.170000', '111040.630000', '111041.090000', '111041.550000', '111042.010000', '111042.470000', '111042.930000', '111043.390000', '111043.850000', '111044.310000', '111044.770000', '111045.230000', '111045.690000', '111046.150000', '111046.610000', '111047.070000', '111047.530000', '111047.990000', '111048.450000', '111048.910000', '111049.370000', '111049.830000', '111050.290000', '111050.750000', '111051.210000', '111051.670000', '111052.130000', '111052.590000', '111053.050000', '111053.510000', '111053.970000', '111054.430000', '111054.890000', '111055.350000', '111055.810000', '111056.270000', '111056.730000', '111057.190000', '111057.650000', '111058.110000', '111058.570000', '111059.030000', '111059.490000', '111059.950000', '111100.410000', '111100.870000', '111101.330000', '111101.790000', '111102.250000', '111102.710000', '111103.170000', '111103.630000', '111104.090000', '111104.550000', '111105.010000', '111105.470000', '111105.930000', '111106.390000', '111106.850000', '111107.310000', '111107.770000', '111108.230000', '111108.690000', '111109.150000', '111109.610000', '111110.070000', '111110.530000', '111110.990000', '111111.450000', '111111.910000', '111112.370000', '111112.830000', '111113.290000', '111113.750000', '111114.210000', '111114.670000', '111115.130000', '111115.590000', '111116.050000', '111116.510000', '111116.970000', '111117.430000', '111117.890000', '111118.350000', '111118.810000', '111119.270000', '111119.730000', '111120.190000', '111120.650000', '111121.110000', '111121.570000', '111122.030000', '111122.490000', '111122.950000', '111123.410000', '111123.870000', '111124.330000', '111124.790000', '111125.250000', '111125.710000', '111126.170000', '111126.630000', '111127.090000', '111127.550000', '111128.010000', '111128.470000', '111128.930000', '111129.390000', '111129.850000', '111130.310000', '111130.770000', '111131.230000', '111131.690000', '111132.150000', '111132.610000', '111133.070000', '111133.530000', '111133.990000', '111134.450000', '111134.910000', '111135.370000', '111135.830000', '111136.290000', '111136.750000', '111137.210000', '111137.670000', '111138.130000', '111138.590000', '111139.050000', '111139.510000', '111139.970000', '111140.430000', '111140.890000', '111141.350000', '111141.810000', '111142.270000', '111142.730000', '111143.190000', '111143.650000', '111144.110000', '111144.570000', '111145.030000', '111145.490000', '111145.950000', '111146.410000', '111146.870000', '111147.330000', '111147.790000', '111148.250000', '111148.710000', '111149.170000', '111149.630000', '111150.090000', '111150.550000', '111151.010000', '111151.470000', '111151.930000', '111152.390000', '111152.850000', '111153.310000', '111153.770000', '111154.230000', '111154.690000', '111155.150000', '111155.610000', '111156.070000', '111156.530000', '111156.990000', '111157.450000', '111157.910000', '111158.370000', '111158.830000', '111159.290000', '111159.750000', '111200.210000', '111200.670000', '111201.130000', '111201.590000', '111202.050000', '111202.510000', '111202.970000', '111203.430000', '111203.890000', '111204.350000', '111204.810000', '111205.270000', '111205.730000', '111206.190000', '111206.650000', '111207.110000', '111207.570000', '111208.030000', '111208.490000', '111208.950000', '111209.410000', '111209.870000', '111210.330000', '111210.790000', '111211.250000', '111211.710000', '111212.170000', '111212.630000', '111213.090000', '111213.550000', '111214.010000', '111214.470000', '111214.930000', '111215.390000', '111215.850000', '111216.310000', '111216.770000', '111217.230000', '111217.690000', '111218.150000', '111218.610000', '111219.070000', '111219.530000', '111219.990000', '111220.450000', '111220.910000', '111221.370000', '111221.830000', '111222.290000', '111222.750000', '111223.210000', '111223.670000', '111224.130000', '111224.590000', '111225.050000', '111225.510000', '111225.970000', '111226.430000', '111226.890000', '111227.350000', '111227.810000', '111228.270000', '111228.730000', '111229.190000', '111229.650000', '111230.110000', '111230.570000', '111231.030000', '111231.490000', '111231.950000', '111232.410000', '111232.870000', '111233.330000', '111233.790000', '111234.250000', '111234.710000', '111235.170000', '111235.630000', '111236.090000', '111236.550000', '111237.010000', '111237.470000', '111237.930000', '111238.390000', '111238.850000', '111239.310000', '111239.770000', '111240.230000', '111240.690000', '111241.150000', '111241.610000', '111242.070000', '111242.530000', '111242.990000', '111243.450000', '111243.910000', '111244.370000', '111244.830000', '111245.290000', '111245.750000', '111246.210000', '111246.670000', '111247.130000', '111247.590000', '111248.050000', '111248.510000', '111248.970000', '111249.430000', '111249.890000', '111250.350000', '111250.810000', '111251.270000', '111251.730000', '111252.190000', '111252.650000', '111253.110000', '111253.570000', '111254.030000', '111254.490000', '111254.950000', '111255.410000', '111255.870000', '111256.330000', '111256.790000', '111257.250000', '111257.710000', '111258.170000', '111258.630000', '111259.090000', '111259.550000', '111300.010000', '111300.470000', '111300.930000', '111301.390000', '111301.850000', '111302.310000', '111302.770000', '111303.230000', '111303.690000', '111304.150000', '111304.610000', '111305.070000', '111305.530000', '111305.990000', '111306.450000', '111306.910000', '111307.370000', '111307.830000', '111308.290000', '111308.750000', '111309.210000', '111309.670000', '111310.130000', '111310.590000', '111311.050000', '111311.510000', '111311.970000', '111312.430000', '111312.890000', '111313.350000', '111313.810000', '111314.270000', '111314.730000', '111315.190000', '111315.650000', '111316.110000', '111316.570000', '111317.030000', '111317.490000', '111317.950000', '111318.410000', '111318.870000', '111319.330000', '111319.790000', '111320.250000', '111320.710000', '111321.170000', '111321.630000', '111322.090000', '111322.550000', '111323.010000', '111323.470000', '111323.930000', '111324.390000', '111324.850000', '111325.310000', '111325.770000', '111326.230000', '111326.690000', '111327.150000', '111327.610000', '111328.070000', '111328.530000', '111328.990000', '111329.450000', '111329.910000', '111330.370000', '111330.830000', '111331.290000', '111331.750000', '111332.210000', '111332.670000', '111333.130000', '111333.590000', '111334.050000', '111334.510000', '111334.970000', '111335.430000', '111335.890000', '111336.350000', '111336.810000', '111337.270000', '111337.730000', '111338.190000', '111338.650000', '111339.110000', '111339.570000', '111340.030000', '111340.490000', '111340.950000', '111341.410000', '111341.870000', '111342.330000', '111342.790000', '111343.250000', '111343.710000', '111344.170000', '111344.630000', '111345.090000', '111345.550000', '111346.010000', '111346.470000', '111346.930000', '111347.390000', '111347.850000', '111348.310000', '111348.770000', '111349.230000', '111349.690000', '111350.150000', '111350.610000', '111351.070000', '111351.530000', '111351.990000', '111352.450000', '111352.910000', '111353.370000', '111353.830000', '111354.290000', '111354.750000', '111355.210000', '111355.670000', '111356.130000', '111356.590000', '111357.050000', '111357.510000', '111357.970000', '111358.430000', '111358.890000', '111359.350000', '111359.810000', '111400.270000', '111400.730000', '111401.190000', '111401.650000', '111402.110000', '111402.570000', '111403.030000', '111403.490000', '111403.950000', '111404.410000', '111404.870000', '111405.330000', '111405.790000', '111406.250000', '111406.710000', '111407.170000', '111407.630000', '111408.090000', '111408.550000', '111409.010000', '111409.470000', '111409.930000', '111410.390000', '111410.850000', '111411.310000', '111411.770000', '111412.230000', '111412.690000', '111413.150000', '111413.610000', '111414.070000', '111414.530000', '111414.990000', '111415.450000', '111415.910000', '111416.370000', '111416.830000', '111417.290000', '111417.750000', '111418.210000', '111418.670000', '111419.130000', '111419.590000', '111420.050000', '111420.510000', '111420.970000', '111421.430000', '111421.890000', '111422.350000', '111422.810000', '111423.270000', '111423.730000', '111424.190000', '111424.650000', '111425.110000', '111425.570000', '111426.030000', '111426.490000', '111426.950000', '111427.410000', '111427.870000', '111428.330000', '111428.790000', '111429.250000', '111429.710000', '111430.170000', '111430.630000', '111431.090000', '111431.550000', '111432.010000', '111432.470000', '111432.930000', '111433.390000', '111433.850000', '111434.310000', '111434.770000', '111435.230000', '111435.690000', '111436.150000', '111436.610000', '111437.070000', '111437.530000', '111437.990000', '111438.450000', '111438.910000', '111439.370000', '111439.830000', '111440.290000', '111440.750000', '111441.210000', '111441.670000', '111442.130000', '111442.590000', '111443.050000', '111443.510000', '111443.970000', '111444.430000', '111444.890000', '111445.350000', '111445.810000', '111446.270000', '111446.730000', '111447.190000', '111447.650000', '111448.110000', '111448.570000', '111449.030000', '111449.490000', '111449.950000', '111450.410000', '111450.870000', '111451.330000', '111451.790000', '111452.250000', '111452.710000', '111453.170000', '111453.630000', '111454.090000', '111454.550000', '111455.010000', '111455.470000', '111455.930000', '111456.390000', '111456.850000', '111457.310000', '111457.770000', '111458.230000', '111458.690000', '111459.150000', '111459.610000', '111500.070000', '111500.530000', '111500.990000', '111501.450000', '111501.910000', '111502.370000', '111502.830000', '111503.290000', '111503.750000', '111504.210000', '111504.670000', '111505.130000', '111505.590000', '111506.050000', '111506.510000', '111506.970000', '111507.430000', '111507.890000', '111508.350000', '111508.810000', '111509.270000', '111509.730000', '111510.190000', '111510.650000', '111511.110000', '111511.570000', '111512.030000', '111512.490000', '111512.950000', '111513.410000', '111513.870000', '111514.330000', '111514.790000', '111515.250000', '111515.710000', '111516.170000', '111516.630000', '111517.090000', '111517.550000', '111518.010000', '111518.470000', '111518.930000', '111519.390000', '111519.850000', '111520.310000', '111520.770000', '111521.230000', '111521.690000', '111522.150000', '111522.610000', '111523.070000', '111523.530000', '111523.990000', '111524.450000', '111524.910000', '111525.370000', '111525.830000', '111526.290000', '111526.750000', '111527.210000', '111527.670000', '111528.130000', '111528.590000', '111529.050000', '111529.510000', '111529.970000', '111530.430000', '111530.890000', '111531.350000', '111531.810000', '111532.270000', '111532.730000', '111533.190000', '111533.650000', '111534.110000', '111534.570000', '111535.030000', '111535.490000', '111535.950000', '111536.410000', '111536.870000', '111537.330000', '111537.790000', '111538.250000', '111538.710000', '111539.170000', '111539.630000', '111540.090000', '111540.550000', '111541.010000', '111541.470000', '111541.930000', '111542.390000', '111542.850000', '111543.310000', '111543.770000', '111544.230000', '111544.690000', '111545.150000', '111545.610000', '111546.070000', '111546.530000', '111546.990000', '111547.450000', '111547.910000', '111548.370000', '111548.830000', '111549.290000', '111549.750000', '111550.210000', '111550.670000', '111551.130000', '111551.590000', '111552.050000', '111552.510000', '111552.970000', '111553.430000', '111553.890000', '111554.350000', '111554.810000', '111555.270000', '111555.730000', '111556.190000', '111556.650000', '111557.110000', '111557.570000', '111558.030000', '111558.490000', '111558.950000', '111559.410000', '111559.870000', '111600.330000', '111600.790000', '111601.250000', '111601.710000', '111602.170000', '111602.630000', '111603.090000', '111603.550000', '111604.010000', '111604.470000', '111604.930000', '111605.390000', '111605.850000', '111606.310000', '111606.770000', '111607.230000', '111607.690000', '111608.150000', '111608.610000', '111609.070000', '111609.530000', '111609.990000', '111610.450000', '111610.910000', '111611.370000', '111611.830000', '111612.290000', '111612.750000', '111613.210000', '111613.670000', '111614.130000', '111614.590000', '111615.050000', '111615.510000', '111615.970000', '111616.430000', '111616.890000', '111617.350000', '111617.810000', '111618.270000', '111618.730000', '111619.190000', '111619.650000', '111620.110000', '111620.570000', '111621.030000', '111621.490000', '111621.950000', '111622.410000', '111622.870000', '111623.330000', '111623.790000', '111624.250000', '111624.710000', '111625.170000', '111625.630000', '111626.090000', '111626.550000', '111627.010000', '111627.470000', '111627.930000', '111628.390000', '111628.850000', '111629.310000', '111629.770000', '111630.230000', '111630.690000', '111631.150000', '111631.610000', '111632.070000', '111632.530000', '111632.990000', '111633.450000', '111633.910000', '111634.370000', '111634.830000', '111635.290000', '111635.750000', '111636.210000', '111636.670000', '111637.130000', '111637.590000', '111638.050000', '111638.510000', '111638.970000', '111639.430000', '111639.890000', '111640.350000', '111640.810000', '111641.270000', '111641.730000', '111642.190000', '111642.650000', '111643.110000', '111643.570000', '111644.030000', '111644.490000', '111644.950000', '111645.410000', '111645.870000', '111646.330000', '111646.790000', '111647.250000', '111647.710000', '111648.170000', '111648.630000', '111649.090000', '111649.550000', '111650.010000', '111650.470000', '111650.930000', '111651.390000', '111651.850000', '111652.310000', '111652.770000', '111653.230000', '111653.690000', '111654.150000', '111654.610000', '111655.070000', '111655.530000', '111655.990000', '111656.450000', '111656.910000', '111657.370000', '111657.830000', '111658.290000', '111658.750000', '111659.210000', '111659.670000', '111700.130000', '111700.590000', '111701.050000', '111701.510000', '111701.970000', '111702.430000', '111702.890000', '111703.350000', '111703.810000', '111704.270000', '111704.730000', '111705.190000', '111705.650000', '111706.110000', '111706.570000', '111707.030000', '111707.490000', '111707.950000', '111708.410000', '111708.870000', '111709.330000', '111709.790000', '111710.250000', '111710.710000', '111711.170000', '111711.630000', '111712.090000', '111712.550000', '111713.010000', '111713.470000', '111713.930000', '111714.390000', '111714.850000', '111715.310000', '111715.770000', '111716.230000', '111716.690000', '111717.150000', '111717.610000', '111718.070000', '111718.530000', '111718.990000', '111719.450000', '111719.910000', '111720.370000', '111720.830000', '111721.290000', '111721.750000', '111722.210000', '111722.670000', '111723.130000', '111723.590000', '111724.050000', '111724.510000', '111724.970000', '111725.430000', '111725.890000', '111726.350000', '111726.810000', '111727.270000', '111727.730000', '111728.190000', '111728.650000', '111729.110000', '111729.570000', '111730.030000', '111730.490000', '111730.950000', '111731.410000', '111731.870000', '111732.330000', '111732.790000', '111733.250000', '111733.710000', '111734.170000', '111734.630000', '111735.090000', '111735.550000', '111736.010000', '111736.470000', '111736.930000', '111737.390000', '111737.850000', '111738.310000', '111738.770000', '111739.230000', '111739.690000', '111740.150000', '111740.610000', '111741.070000', '111741.530000', '111741.990000', '111742.450000', '111742.910000', '111743.370000', '111743.830000', '111744.290000', '111744.750000', '111745.210000', '111745.670000', '111746.130000', '111746.590000', '111747.050000', '111747.510000', '111747.970000', '111748.430000', '111748.890000', '111749.350000', '111749.810000', '111750.270000', '111750.730000', '111751.190000', '111751.650000', '111752.110000', '111752.570000', '111753.030000', '111753.490000', '111753.950000', '111754.410000', '111754.870000', '111755.330000', '111755.790000', '111756.250000', '111756.710000', '111757.170000', '111757.630000', '111758.090000', '111758.550000', '111759.010000', '111759.470000', '111759.930000', '111800.390000', '111800.850000', '111801.310000', '111801.770000', '111802.230000', '111802.690000', '111803.150000', '111803.610000', '111804.070000', '111804.530000', '111804.990000', '111805.450000', '111805.910000', '111806.370000', '111806.830000', '111807.290000', '111807.750000', '111808.210000', '111808.670000', '111809.130000', '111809.590000', '111810.050000', '111810.510000', '111810.970000', '111811.430000', '111811.890000', '111812.350000', '111812.810000', '111813.270000', '111813.730000', '111814.190000', '111814.650000', '111815.110000', '111815.570000', '111816.030000', '111816.490000', '111816.950000', '111817.410000', '111817.870000', '111818.330000', '111818.790000', '111819.250000', '111819.710000', '111820.170000', '111820.630000', '111821.090000', '111821.550000', '111822.010000', '111822.470000', '111822.930000', '111823.390000', '111823.850000', '111824.310000', '111824.770000', '111825.230000', '111825.690000', '111826.150000', '111826.610000', '111827.070000', '111827.530000', '111827.990000', '111828.450000', '111828.910000', '111829.370000', '111829.830000', '111830.290000', '111830.750000', '111831.210000', '111831.670000', '111832.130000', '111832.590000', '111833.050000', '111833.510000', '111833.970000', '111834.430000', '111834.890000', '111835.350000', '111835.810000', '111836.270000', '111836.730000', '111837.190000', '111837.650000', '111838.110000', '111838.570000', '111839.030000', '111839.490000', '111839.950000', '111840.410000', '111840.870000', '111841.330000', '111841.790000', '111842.250000', '111842.710000', '111843.170000', '111843.630000', '111844.090000', '111844.550000', '111845.010000', '111845.470000', '111845.930000', '111846.390000', '111846.850000', '111847.310000', '111847.770000', '111848.230000', '111848.690000', '111849.150000', '111849.610000', '111850.070000', '111850.530000', '111850.990000', '111851.450000', '111851.910000', '111852.370000', '111852.830000', '111853.290000', '111853.750000', '111854.210000', '111854.670000', '111855.130000', '111855.590000', '111856.050000', '111856.510000', '111856.970000', '111857.430000', '111857.890000', '111858.350000', '111858.810000', '111859.270000', '111859.730000', '111900.190000', '111900.650000', '111901.110000', '111901.570000', '111902.030000', '111902.490000', '111902.950000', '111903.410000', '111903.870000', '111904.330000', '111904.790000', '111905.250000', '111905.710000', '111906.170000', '111906.630000', '111907.090000', '111907.550000', '111908.010000', '111908.470000', '111908.930000', '111909.390000', '111909.850000', '111910.310000', '111910.770000', '111911.230000', '111911.690000', '111912.150000', '111912.610000', '111913.070000', '111913.530000', '111913.990000', '111914.450000', '111914.910000', '111915.370000', '111915.830000', '111916.290000', '111916.750000', '111917.210000', '111917.670000', '111918.130000', '111918.590000', '111919.050000', '111919.510000', '111919.970000', '111920.430000', '111920.890000', '111921.350000', '111921.810000', '111922.270000', '111922.730000', '111923.190000', '111923.650000', '111924.110000', '111924.570000', '111925.030000', '111925.490000', '111925.950000', '111926.410000', '111926.870000', '111927.330000', '111927.790000', '111928.250000', '111928.710000', '111929.170000', '111929.630000', '111930.090000', '111930.550000', '111931.010000', '111931.470000', '111931.930000', '111932.390000', '111932.850000', '111933.310000', '111933.770000', '111934.230000', '111934.690000', '111935.150000', '111935.610000', '111936.070000', '111936.530000', '111936.990000', '111937.450000', '111937.910000', '111938.370000', '111938.830000', '111939.290000', '111939.750000', '111940.210000', '111940.670000', '111941.130000', '111941.590000', '111942.050000', '111942.510000', '111942.970000', '111943.430000', '111943.890000'], 'ContentTime': ['110914.746000', '110915.023000', '110915.198000', '110915.379000', '110915.666000', '110915.820000', '110916.033000', '110916.226000', '110916.433000', '110916.629000', '110916.890000', '110917.349000', '110917.794000', '110918.250000', '110918.758000', '110919.196000', '110919.673000', '110920.113000', '110920.578000', '110921.066000', '110921.509000', '110921.971000', '110922.430000', '110922.893000', '110923.345000', '110923.802000', '110924.273000', '110924.724000', '110925.192000', '110925.650000', '110926.093000', '110926.570000', '110927.028000', '110927.491000', '110927.944000', '110928.401000', '110928.864000', '110929.318000', '110929.781000', '110930.250000', '110930.714000', '110931.169000', '110931.615000', '110932.097000', '110932.540000', '110933.012000', '110933.473000', '110933.938000', '110934.389000', '110934.836000', '110935.301000', '110935.763000', '110936.219000', '110936.693000', '110937.149000', '110937.614000', '110938.077000', '110938.519000', '110938.985000', '110939.455000', '110939.904000', '110940.359000', '110940.830000', '110941.314000', '110941.754000', '110942.223000', '110942.665000', '110943.115000', '110943.582000', '110944.056000', '110944.514000', '110944.959000', '110945.424000', '110945.881000', '110946.349000', '110946.799000', '110947.271000', '110947.721000', '110948.196000', '110948.653000', '110949.115000', '110949.566000', '110950.082000', '110950.483000', '110950.950000', '110951.410000', '110951.860000', '110952.327000', '110952.795000', '110953.256000', '110953.716000', '110954.161000', '110954.629000', '110955.086000', '110955.556000', '110956.003000', '110956.473000', '110956.922000', '110957.391000', '110957.896000', '110958.304000', '110958.798000', '110959.237000', '110959.702000', '111000.147000', '111000.605000', '111001.061000', '111001.525000', '111001.976000', '111002.435000', '111002.899000', '111003.368000', '111003.833000', '111004.276000', '111004.742000', '111005.209000', '111005.672000', '111006.122000', '111006.580000', '111007.056000', '111007.505000', '111007.961000', '111008.459000', '111008.898000', '111009.338000', '111009.805000', '111010.277000', '111010.723000', '111011.191000', '111011.651000', '111012.101000', '111012.573000', '111013.018000', '111013.498000', '111013.963000', '111014.399000', '111014.857000', '111015.334000', '111015.795000', '111016.259000', '111016.713000', '111017.172000', '111017.632000', '111018.089000', '111018.554000', '111019.053000', '111019.475000', '111019.939000', '111020.392000', '111020.859000', '111021.303000', '111021.765000', '111022.237000', '111022.681000', '111023.155000', '111023.606000', '111024.066000', '111024.538000', '111024.981000', '111025.439000', '111025.902000', '111026.364000', '111026.837000', '111027.285000', '111027.759000', '111028.202000', '111028.662000', '111029.153000', '111029.588000', '111030.052000', '111030.516000', '111030.975000', '111031.422000', '111031.887000', '111032.361000', '111032.818000', '111033.258000', '111033.739000', '111034.181000', '111034.656000', '111035.119000', '111035.560000', '111036.033000', '111036.483000', '111036.953000', '111037.424000', '111037.873000', '111038.333000', '111038.794000', '111039.253000', '111039.704000', '111040.164000', '111040.638000', '111041.103000', '111041.543000', '111042.007000', '111042.474000', '111042.962000', '111043.382000', '111043.848000', '111044.312000', '111044.780000', '111045.236000', '111045.693000', '111046.160000', '111046.614000', '111047.060000', '111047.536000', '111047.987000', '111048.521000', '111048.905000', '111049.368000', '111049.829000', '111050.291000', '111050.786000', '111051.210000', '111051.659000', '111052.134000', '111052.603000', '111053.065000', '111053.507000', '111053.980000', '111054.427000', '111054.880000', '111055.350000', '111055.813000', '111056.266000', '111056.743000', '111057.198000', '111057.646000', '111058.119000', '111058.582000', '111059.035000', '111059.483000', '111059.939000', '111100.414000', '111100.877000', '111101.332000', '111101.801000', '111102.285000', '111102.718000', '111103.178000', '111103.636000', '111104.085000', '111104.545000', '111105.003000', '111105.476000', '111105.928000', '111106.395000', '111106.849000', '111107.305000', '111107.765000', '111108.238000', '111108.686000', '111109.143000', '111109.606000', '111110.070000', '111110.528000', '111111.003000', '111111.453000', '111111.919000', '111112.381000', '111112.820000', '111113.296000', '111113.763000', '111114.201000', '111114.660000', '111115.137000', '111115.593000', '111116.047000', '111116.516000', '111116.971000', '111117.427000', '111117.887000', '111118.349000', '111118.824000', '111119.266000', '111119.721000', '111120.198000', '111120.662000', '111121.125000', '111121.574000', '111122.036000', '111122.492000', '111122.944000', '111123.408000', '111123.884000', '111124.323000', '111124.802000', '111125.242000', '111125.709000', '111126.176000', '111126.646000', '111127.090000', '111127.547000', '111128.017000', '111128.476000', '111128.936000', '111129.418000', '111129.862000', '111130.312000', '111130.784000', '111131.245000', '111131.692000', '111132.163000', '111132.656000', '111133.069000', '111133.529000', '111134.003000', '111134.444000', '111134.954000', '111135.379000', '111135.830000', '111136.287000', '111136.757000', '111137.208000', '111137.668000', '111138.144000', '111138.588000', '111139.051000', '111139.511000', '111139.972000', '111140.435000', '111140.900000', '111141.348000', '111141.821000', '111142.283000', '111142.729000', '111143.188000', '111143.652000', '111144.121000', '111144.590000', '111145.027000', '111145.490000', '111145.952000', '111146.426000', '111146.865000', '111147.342000', '111147.804000', '111148.256000', '111148.722000', '111149.171000', '111149.635000', '111150.085000', '111150.564000', '111151.021000', '111151.472000', '111151.926000', '111152.399000', '111152.864000', '111153.332000', '111153.789000', '111154.244000', '111154.702000', '111155.149000', '111155.633000', '111156.080000', '111156.546000', '111156.995000', '111157.452000', '111157.949000', '111158.372000', '111158.841000', '111159.289000', '111159.769000', '111200.218000', '111200.700000', '111201.140000', '111201.606000', '111202.089000', '111202.530000', '111202.983000', '111203.428000', '111203.895000', '111204.363000', '111204.830000', '111205.280000', '111205.735000', '111206.191000', '111206.666000', '111207.124000', '111207.573000', '111208.032000', '111208.510000', '111208.969000', '111209.422000', '111209.909000', '111210.332000', '111210.787000', '111211.253000', '111211.712000', '111212.183000', '111212.639000', '111213.105000', '111213.562000', '111214.019000', '111214.496000', '111214.927000', '111215.394000', '111215.857000', '111216.315000', '111216.794000', '111217.277000', '111217.731000', '111218.151000', '111218.626000', '111219.073000', '111219.530000', '111219.996000', '111220.455000', '111220.929000', '111221.388000', '111221.830000', '111222.309000', '111222.748000', '111223.215000', '111223.690000', '111224.147000', '111224.610000', '111225.051000', '111225.523000', '111225.986000', '111226.434000', '111226.900000', '111227.436000', '111227.815000', '111228.280000', '111228.746000', '111229.194000', '111229.668000', '111230.113000', '111230.583000', '111231.040000', '111231.509000', '111231.950000', '111232.410000', '111232.889000', '111233.341000', '111233.796000', '111234.259000', '111234.712000', '111235.184000', '111235.631000', '111236.089000', '111236.560000', '111237.056000', '111237.472000', '111237.938000', '111238.392000', '111238.893000', '111239.326000', '111239.794000', '111240.234000', '111240.692000', '111241.156000', '111241.628000', '111242.092000', '111242.531000', '111242.994000', '111243.462000', '111243.912000', '111244.382000', '111244.845000', '111245.306000', '111245.766000', '111246.228000', '111246.684000', '111247.145000', '111247.611000', '111248.071000', '111248.528000', '111249.040000', '111249.442000', '111249.909000', '111250.352000', '111250.826000', '111251.302000', '111251.748000', '111252.192000', '111252.681000', '111253.130000', '111253.604000', '111254.052000', '111254.504000', '111254.966000', '111255.426000', '111255.886000', '111256.348000', '111256.805000', '111257.268000', '111257.731000', '111258.188000', '111258.647000', '111259.106000', '111259.596000', '111300.017000', '111300.484000', '111300.952000', '111301.396000', '111301.874000', '111302.322000', '111302.772000', '111303.249000', '111303.706000', '111304.230000', '111304.620000', '111305.069000', '111305.554000', '111306.008000', '111306.455000', '111306.919000', '111307.394000', '111307.833000', '111308.307000', '111308.778000', '111309.223000', '111309.685000', '111310.153000', '111310.603000', '111311.068000', '111311.530000', '111311.988000', '111312.449000', '111312.910000', '111313.391000', '111313.826000', '111314.278000', '111314.780000', '111315.209000', '111315.655000', '111316.126000', '111316.587000', '111317.055000', '111317.540000', '111317.955000', '111318.429000', '111318.889000', '111319.355000', '111319.819000', '111320.272000', '111320.727000', '111321.194000', '111321.639000', '111322.108000', '111322.561000', '111323.025000', '111323.496000', '111323.943000', '111324.397000', '111324.875000', '111325.337000', '111325.782000', '111326.245000', '111326.703000', '111327.174000', '111327.631000', '111328.090000', '111328.591000', '111329.004000', '111329.459000', '111329.918000', '111330.373000', '111330.846000', '111331.294000', '111331.781000', '111332.220000', '111332.674000', '111333.148000', '111333.609000', '111334.075000', '111334.524000', '111334.986000', '111335.453000', '111335.905000', '111336.371000', '111336.819000', '111337.293000', '111337.757000', '111338.317000', '111338.678000', '111339.119000', '111339.586000', '111340.047000', '111340.504000', '111340.975000', '111341.418000', '111341.894000', '111342.351000', '111342.801000', '111343.272000', '111343.735000', '111344.185000', '111344.657000', '111345.110000', '111345.564000', '111346.039000', '111346.487000', '111346.947000', '111347.419000', '111347.877000', '111348.320000', '111348.796000', '111349.250000', '111349.711000', '111350.175000', '111350.624000', '111351.123000', '111351.558000', '111352.054000', '111352.478000', '111352.920000', '111353.401000', '111353.841000', '111354.307000', '111354.759000', '111355.237000', '111355.691000', '111356.151000', '111356.603000', '111357.073000', '111357.523000', '111358.011000', '111358.443000', '111358.965000', '111359.381000', '111359.840000', '111400.317000', '111400.742000', '111401.219000', '111401.676000', '111402.139000', '111402.579000', '111403.056000', '111403.523000', '111403.960000', '111404.422000', '111404.882000', '111405.356000', '111405.815000', '111406.323000', '111406.736000', '111407.197000', '111407.661000', '111408.118000', '111408.577000', '111409.042000', '111409.483000', '111409.960000', '111410.405000', '111410.877000', '111411.371000', '111411.797000', '111412.245000', '111412.716000', '111413.184000', '111413.628000', '111414.089000', '111414.543000', '111415.010000', '111415.464000', '111415.940000', '111416.401000', '111416.852000', '111417.315000', '111417.766000', '111418.229000', '111418.732000', '111419.163000', '111419.600000', '111420.076000', '111420.528000', '111421.032000', '111421.456000', '111421.906000', '111422.379000', '111422.828000', '111423.302000', '111423.749000', '111424.218000', '111424.678000', '111425.138000', '111425.596000', '111426.061000', '111426.519000', '111426.966000', '111427.425000', '111427.884000', '111428.383000', '111428.819000', '111429.281000', '111429.735000', '111430.198000', '111430.657000', '111431.126000', '111431.565000', '111432.043000', '111432.505000', '111432.952000', '111433.407000', '111433.886000', '111434.335000', '111434.786000', '111435.246000', '111435.705000', '111436.181000', '111436.648000', '111437.106000', '111437.570000', '111438.027000', '111438.466000', '111438.940000', '111439.409000', '111439.857000', '111440.323000', '111440.782000', '111441.225000', '111441.742000', '111442.155000', '111442.615000', '111443.086000', '111443.536000', '111443.986000', '111444.446000', '111444.928000', '111445.369000', '111445.826000', '111446.291000', '111446.761000', '111447.226000', '111447.687000', '111448.131000', '111448.600000', '111449.062000', '111449.524000', '111449.964000', '111450.427000', '111450.903000', '111451.365000', '111451.878000', '111452.282000', '111452.744000', '111453.202000', '111453.649000', '111454.130000', '111454.577000', '111455.030000', '111455.503000', '111455.961000', '111456.414000', '111456.911000', '111457.342000', '111457.802000', '111458.248000', '111458.724000', '111459.173000', '111459.645000', '111500.093000', '111500.563000', '111501.066000', '111501.486000', '111501.940000', '111502.404000', '111502.914000', '111503.327000', '111503.781000', '111504.236000', '111504.694000', '111505.153000', '111505.611000', '111506.083000', '111506.547000', '111507.019000', '111507.449000', '111507.925000', '111508.384000', '111508.851000', '111509.305000', '111509.764000', '111510.269000', '111510.670000', '111511.149000', '111511.609000', '111512.060000', '111512.524000', '111512.972000', '111513.431000', '111513.892000', '111514.366000', '111514.824000', '111515.289000', '111515.752000', '111516.286000', '111516.653000', '111517.109000', '111517.572000', '111518.051000', '111518.510000', '111518.952000', '111519.433000', '111519.868000', '111520.335000', '111520.790000', '111521.257000', '111521.723000', '111522.275000', '111522.645000', '111523.115000', '111523.568000', '111524.031000', '111524.489000', '111524.951000', '111525.400000', '111525.861000', '111526.322000', '111526.779000', '111527.244000', '111527.704000', '111528.172000', '111528.612000', '111529.087000', '111529.548000', '111530.007000', '111530.470000', '111530.930000', '111531.376000', '111531.847000', '111532.293000', '111532.752000', '111533.229000', '111533.690000', '111534.138000', '111534.610000', '111535.059000', '111535.528000', '111535.998000', '111536.452000', '111536.910000', '111537.371000', '111537.813000', '111538.326000', '111538.751000', '111539.201000', '111539.668000', '111540.116000', '111540.591000', '111541.056000', '111541.514000', '111541.975000', '111542.429000', '111542.875000', '111543.365000', '111543.805000', '111544.275000', '111544.722000', '111545.186000', '111545.648000', '111546.116000', '111546.572000', '111547.012000', '111547.476000', '111547.949000', '111548.434000', '111548.868000', '111549.326000', '111549.781000', '111550.238000', '111550.733000', '111551.178000', '111551.633000', '111552.091000', '111552.547000', '111553.013000', '111553.475000', '111553.926000', '111554.378000', '111554.856000', '111555.374000', '111555.757000', '111556.382000', '111556.695000', '111557.149000', '111557.612000', '111558.075000', '111558.522000', '111558.989000', '111559.453000', '111559.898000', '111600.380000', '111600.837000', '111601.287000', '111601.750000', '111602.198000', '111602.675000', '111603.125000', '111603.612000', '111604.060000', '111604.513000', '111604.962000', '111605.493000', '111605.889000', '111606.370000', '111606.808000', '111607.256000', '111607.725000', '111608.185000', '111608.663000', '111609.113000', '111609.575000', '111610.025000', '111610.481000', '111610.952000', '111611.401000', '111611.876000', '111612.349000', '111612.825000', '111613.243000', '111613.706000', '111614.200000', '111614.636000', '111615.095000', '111615.565000', '111616.033000', '111616.460000', '111616.946000', '111617.400000', '111617.858000', '111618.325000', '111618.766000', '111619.230000', '111619.737000', '111620.154000', '111620.612000', '111621.117000', '111621.537000', '111622.004000', '111622.463000', '111622.922000', '111623.373000', '111623.841000', '111624.292000', '111624.751000', '111625.209000', '111625.669000', '111626.138000', '111626.584000', '111627.042000', '111627.541000', '111627.980000', '111628.430000', '111628.883000', '111629.347000', '111629.805000', '111630.267000', '111630.731000', '111631.188000', '111631.644000', '111632.108000', '111632.578000', '111633.033000', '111633.494000', '111633.960000', '111634.426000', '111634.871000', '111635.359000', '111635.806000', '111636.281000', '111636.745000', '111637.177000', '111637.638000', '111638.104000', '111638.584000', '111639.018000', '111639.474000', '111639.939000', '111640.405000', '111640.850000', '111641.314000', '111641.784000', '111642.233000', '111642.709000', '111643.157000', '111643.618000', '111644.078000', '111644.527000', '111645.048000', '111645.452000', '111645.925000', '111646.384000', '111646.840000', '111647.289000', '111647.768000', '111648.209000', '111648.682000', '111649.127000', '111649.609000', '111650.078000', '111650.529000', '111650.972000', '111651.459000', '111651.897000', '111652.357000', '111652.823000', '111653.289000', '111653.729000', '111654.204000', '111654.652000', '111655.130000', '111655.577000', '111656.048000', '111656.506000', '111656.955000', '111657.454000', '111657.886000', '111658.350000', '111658.810000', '111659.265000', '111659.731000', '111700.182000', '111700.650000', '111701.087000', '111701.570000', '111702.010000', '111702.472000', '111702.936000', '111703.392000', '111703.848000', '111704.322000', '111704.794000', '111705.262000', '111705.715000', '111706.154000', '111706.623000', '111707.078000', '111707.538000', '111707.995000', '111708.466000', '111708.927000', '111709.390000', '111709.844000', '111710.315000', '111710.772000', '111711.220000', '111711.682000', '111712.169000', '111712.613000', '111713.063000', '111713.546000', '111713.987000', '111714.471000', '111714.904000', '111715.350000', '111715.824000', '111716.371000', '111716.735000', '111717.199000', '111717.654000', '111718.125000', '111718.591000', '111719.034000', '111719.511000', '111719.951000', '111720.413000', '111720.874000', '111721.385000', '111721.811000', '111722.259000', '111722.713000', '111723.186000', '111723.650000', '111724.119000', '111724.568000', '111725.028000', '111725.481000', '111725.946000', '111726.439000', '111726.870000', '111727.317000', '111727.794000', '111728.506000', '111728.701000', '111729.156000', '111729.620000', '111730.089000', '111730.550000', '111730.998000', '111731.475000', '111731.916000', '111732.469000', '111732.850000', '111733.299000', '111733.776000', '111734.232000', '111734.690000', '111735.181000', '111735.595000', '111736.077000', '111736.517000', '111736.975000', '111737.441000', '111737.907000', '111738.356000', '111738.839000', '111739.298000', '111739.747000', '111740.218000', '111740.675000', '111741.118000', '111741.595000', '111742.055000', '111742.513000', '111742.961000', '111743.421000', '111743.885000', '111744.342000', '111744.801000', '111745.259000', '111745.719000', '111746.187000', '111746.652000', '111747.103000', '111747.578000', '111748.025000', '111748.483000', '111748.943000', '111749.402000', '111749.875000', '111750.344000', '111750.788000', '111751.253000', '111751.722000', '111752.180000', '111752.642000', '111753.098000', '111753.540000', '111754.015000', '111754.458000', '111754.921000', '111755.380000', '111755.852000', '111756.309000', '111756.782000', '111757.243000', '111757.687000', '111758.184000', '111758.634000', '111759.076000', '111759.528000', '111800.003000', '111800.441000', '111800.918000', '111801.386000', '111801.842000', '111802.502000', '111802.747000', '111803.214000', '111803.667000', '111804.143000', '111804.592000', '111805.042000', '111805.528000', '111806.028000', '111806.426000', '111806.884000', '111807.359000', '111807.799000', '111808.313000', '111808.741000', '111809.201000', '111809.664000', '111810.105000', '111810.579000', '111811.038000', '111811.497000', '111811.942000', '111812.404000', '111812.906000', '111813.342000', '111813.798000', '111814.260000', '111814.721000', '111815.185000', '111815.626000', '111816.086000', '111816.561000', '111817.010000', '111817.473000', '111817.975000', '111818.404000', '111818.864000', '111819.316000', '111819.786000', '111820.353000', '111820.749000', '111821.158000', '111821.660000', '111822.083000', '111822.528000', '111823.002000', '111823.470000', '111823.908000', '111824.410000', '111824.846000', '111825.289000', '111825.768000', '111826.214000', '111826.726000', '111827.132000', '111827.595000', '111828.048000', '111828.523000', '111828.988000', '111829.429000', '111829.888000', '111830.364000', '111830.821000', '111831.275000', '111831.750000', '111832.228000', '111832.661000', '111833.149000', '111833.588000', '111834.040000', '111834.510000', '111834.969000', '111835.456000', '111835.885000', '111836.370000', '111836.790000', '111837.263000', '111837.724000', '111838.190000', '111838.638000', '111839.104000', '111839.561000', '111840.014000', '111840.481000', '111840.942000', '111841.403000', '111841.867000', '111842.324000', '111842.792000', '111843.240000', '111843.697000', '111844.170000', '111844.614000', '111845.077000', '111845.534000', '111846.013000', '111846.463000', '111846.913000', '111847.386000', '111847.849000', '111848.305000', '111848.769000', '111849.227000', '111849.695000', '111850.133000', '111850.607000', '111851.071000', '111851.534000', '111851.976000', '111852.442000', '111852.909000', '111853.365000', '111853.817000', '111854.292000', '111854.747000', '111855.213000', '111855.661000', '111856.115000', '111856.573000', '111857.047000', '111857.498000', '111857.959000', '111858.422000', '111858.912000', '111859.338000', '111859.844000', '111900.255000', '111900.732000', '111901.177000', '111901.650000', '111902.117000', '111902.567000', '111903.041000', '111903.484000', '111903.939000', '111904.416000', '111904.864000', '111905.327000', '111905.808000', '111906.238000', '111906.699000', '111907.175000', '111907.622000', '111908.081000', '111908.560000', '111909.018000', '111909.465000', '111909.929000', '111910.392000', '111910.842000', '111911.300000', '111911.770000', '111912.225000', '111912.688000', '111913.152000', '111913.599000', '111914.062000', '111914.531000', '111914.997000', '111915.442000', '111915.920000', '111916.380000', '111916.836000', '111917.331000', '111917.740000', '111918.390000', '111918.659000', '111919.136000', '111919.592000', '111920.041000', '111920.513000', '111920.968000', '111921.425000', '111921.883000', '111922.360000', '111922.809000', '111923.295000', '111923.737000', '111924.201000', '111924.684000', '111925.102000', '111925.603000', '111926.043000', '111926.502000', '111926.944000', '111927.413000', '111927.893000', '111928.345000', '111928.806000', '111929.250000', '111929.731000', '111930.169000', '111930.651000', '111931.098000', '111931.562000', '111932.013000', '111932.556000', '111932.937000', '111933.395000', '111933.868000', '111934.338000', '111934.762000', '111935.229000', '111935.696000', '111936.163000', '111936.613000', '111937.084000', '111937.571000', '111938.001000', '111938.457000', '111938.923000', '111939.369000', '111939.845000', '111940.288000', '111940.752000', '111941.211000', '111941.680000', '111942.130000', '111942.588000', '111943.055000', '111943.512000', '111943.972000', '111944.465000', '111944.887000'], 'InstanceCreationTime': ['110914.746000', '110915.023000', '110915.198000', '110915.379000', '110915.666000', '110915.820000', '110916.033000', '110916.226000', '110916.433000', '110916.629000', '110916.890000', '110917.349000', '110917.794000', '110918.250000', '110918.758000', '110919.196000', '110919.673000', '110920.113000', '110920.578000', '110921.066000', '110921.509000', '110921.971000', '110922.430000', '110922.893000', '110923.345000', '110923.802000', '110924.273000', '110924.724000', '110925.192000', '110925.650000', '110926.093000', '110926.570000', '110927.028000', '110927.491000', '110927.944000', '110928.401000', '110928.864000', '110929.318000', '110929.781000', '110930.250000', '110930.714000', '110931.169000', '110931.615000', '110932.097000', '110932.540000', '110933.012000', '110933.473000', '110933.938000', '110934.389000', '110934.836000', '110935.301000', '110935.763000', '110936.219000', '110936.693000', '110937.149000', '110937.614000', '110938.077000', '110938.519000', '110938.985000', '110939.455000', '110939.904000', '110940.359000', '110940.830000', '110941.314000', '110941.754000', '110942.223000', '110942.665000', '110943.115000', '110943.582000', '110944.056000', '110944.514000', '110944.959000', '110945.424000', '110945.881000', '110946.349000', '110946.799000', '110947.271000', '110947.721000', '110948.196000', '110948.653000', '110949.115000', '110949.566000', '110950.082000', '110950.483000', '110950.950000', '110951.410000', '110951.860000', '110952.327000', '110952.795000', '110953.256000', '110953.716000', '110954.161000', '110954.629000', '110955.086000', '110955.556000', '110956.003000', '110956.473000', '110956.922000', '110957.391000', '110957.896000', '110958.304000', '110958.798000', '110959.237000', '110959.702000', '111000.147000', '111000.605000', '111001.061000', '111001.525000', '111001.976000', '111002.435000', '111002.899000', '111003.368000', '111003.833000', '111004.276000', '111004.742000', '111005.209000', '111005.672000', '111006.122000', '111006.580000', '111007.056000', '111007.505000', '111007.961000', '111008.459000', '111008.898000', '111009.338000', '111009.805000', '111010.277000', '111010.723000', '111011.191000', '111011.651000', '111012.101000', '111012.573000', '111013.018000', '111013.498000', '111013.963000', '111014.399000', '111014.857000', '111015.334000', '111015.795000', '111016.259000', '111016.713000', '111017.172000', '111017.632000', '111018.089000', '111018.554000', '111019.053000', '111019.475000', '111019.939000', '111020.392000', '111020.859000', '111021.303000', '111021.765000', '111022.237000', '111022.681000', '111023.155000', '111023.606000', '111024.066000', '111024.538000', '111024.981000', '111025.439000', '111025.902000', '111026.364000', '111026.837000', '111027.285000', '111027.759000', '111028.202000', '111028.662000', '111029.153000', '111029.588000', '111030.052000', '111030.516000', '111030.975000', '111031.422000', '111031.887000', '111032.361000', '111032.818000', '111033.258000', '111033.739000', '111034.181000', '111034.656000', '111035.119000', '111035.560000', '111036.033000', '111036.483000', '111036.953000', '111037.424000', '111037.873000', '111038.333000', '111038.794000', '111039.253000', '111039.704000', '111040.164000', '111040.638000', '111041.103000', '111041.543000', '111042.007000', '111042.474000', '111042.962000', '111043.382000', '111043.848000', '111044.312000', '111044.780000', '111045.236000', '111045.693000', '111046.160000', '111046.614000', '111047.060000', '111047.536000', '111047.987000', '111048.521000', '111048.905000', '111049.368000', '111049.829000', '111050.291000', '111050.786000', '111051.210000', '111051.659000', '111052.134000', '111052.603000', '111053.065000', '111053.507000', '111053.980000', '111054.427000', '111054.880000', '111055.350000', '111055.813000', '111056.266000', '111056.743000', '111057.198000', '111057.646000', '111058.119000', '111058.582000', '111059.035000', '111059.483000', '111059.939000', '111100.414000', '111100.877000', '111101.332000', '111101.801000', '111102.285000', '111102.718000', '111103.178000', '111103.636000', '111104.085000', '111104.545000', '111105.003000', '111105.476000', '111105.928000', '111106.395000', '111106.849000', '111107.305000', '111107.765000', '111108.238000', '111108.686000', '111109.143000', '111109.606000', '111110.070000', '111110.528000', '111111.003000', '111111.453000', '111111.919000', '111112.381000', '111112.820000', '111113.296000', '111113.763000', '111114.201000', '111114.660000', '111115.137000', '111115.593000', '111116.047000', '111116.516000', '111116.971000', '111117.427000', '111117.887000', '111118.349000', '111118.824000', '111119.266000', '111119.721000', '111120.198000', '111120.662000', '111121.125000', '111121.574000', '111122.036000', '111122.492000', '111122.944000', '111123.408000', '111123.884000', '111124.323000', '111124.802000', '111125.242000', '111125.709000', '111126.176000', '111126.646000', '111127.090000', '111127.547000', '111128.017000', '111128.476000', '111128.936000', '111129.418000', '111129.862000', '111130.312000', '111130.784000', '111131.245000', '111131.692000', '111132.163000', '111132.656000', '111133.069000', '111133.529000', '111134.003000', '111134.444000', '111134.954000', '111135.379000', '111135.830000', '111136.287000', '111136.757000', '111137.208000', '111137.668000', '111138.144000', '111138.588000', '111139.051000', '111139.511000', '111139.972000', '111140.435000', '111140.900000', '111141.348000', '111141.821000', '111142.283000', '111142.729000', '111143.188000', '111143.652000', '111144.121000', '111144.590000', '111145.027000', '111145.490000', '111145.952000', '111146.426000', '111146.865000', '111147.342000', '111147.804000', '111148.256000', '111148.722000', '111149.171000', '111149.635000', '111150.085000', '111150.564000', '111151.021000', '111151.472000', '111151.926000', '111152.399000', '111152.864000', '111153.332000', '111153.789000', '111154.244000', '111154.702000', '111155.149000', '111155.633000', '111156.080000', '111156.546000', '111156.995000', '111157.452000', '111157.949000', '111158.372000', '111158.841000', '111159.289000', '111159.769000', '111200.218000', '111200.700000', '111201.140000', '111201.606000', '111202.089000', '111202.530000', '111202.983000', '111203.428000', '111203.895000', '111204.363000', '111204.830000', '111205.280000', '111205.735000', '111206.191000', '111206.666000', '111207.124000', '111207.573000', '111208.032000', '111208.510000', '111208.969000', '111209.422000', '111209.909000', '111210.332000', '111210.787000', '111211.253000', '111211.712000', '111212.183000', '111212.639000', '111213.105000', '111213.562000', '111214.019000', '111214.496000', '111214.927000', '111215.394000', '111215.857000', '111216.315000', '111216.794000', '111217.277000', '111217.731000', '111218.151000', '111218.626000', '111219.073000', '111219.530000', '111219.996000', '111220.455000', '111220.929000', '111221.388000', '111221.830000', '111222.309000', '111222.748000', '111223.215000', '111223.690000', '111224.147000', '111224.610000', '111225.051000', '111225.523000', '111225.986000', '111226.434000', '111226.900000', '111227.436000', '111227.815000', '111228.280000', '111228.746000', '111229.194000', '111229.668000', '111230.113000', '111230.583000', '111231.040000', '111231.509000', '111231.950000', '111232.410000', '111232.889000', '111233.341000', '111233.796000', '111234.259000', '111234.712000', '111235.184000', '111235.631000', '111236.089000', '111236.560000', '111237.056000', '111237.472000', '111237.938000', '111238.392000', '111238.893000', '111239.326000', '111239.794000', '111240.234000', '111240.692000', '111241.156000', '111241.628000', '111242.092000', '111242.531000', '111242.994000', '111243.462000', '111243.912000', '111244.382000', '111244.845000', '111245.306000', '111245.766000', '111246.228000', '111246.684000', '111247.145000', '111247.611000', '111248.071000', '111248.528000', '111249.040000', '111249.442000', '111249.909000', '111250.352000', '111250.826000', '111251.302000', '111251.748000', '111252.192000', '111252.681000', '111253.130000', '111253.604000', '111254.052000', '111254.504000', '111254.966000', '111255.426000', '111255.886000', '111256.348000', '111256.805000', '111257.268000', '111257.731000', '111258.188000', '111258.647000', '111259.106000', '111259.596000', '111300.017000', '111300.484000', '111300.952000', '111301.396000', '111301.874000', '111302.322000', '111302.772000', '111303.249000', '111303.706000', '111304.230000', '111304.620000', '111305.069000', '111305.554000', '111306.008000', '111306.455000', '111306.919000', '111307.394000', '111307.833000', '111308.307000', '111308.778000', '111309.223000', '111309.685000', '111310.153000', '111310.603000', '111311.068000', '111311.530000', '111311.988000', '111312.449000', '111312.910000', '111313.391000', '111313.826000', '111314.278000', '111314.780000', '111315.209000', '111315.655000', '111316.126000', '111316.587000', '111317.055000', '111317.540000', '111317.955000', '111318.429000', '111318.889000', '111319.355000', '111319.819000', '111320.272000', '111320.727000', '111321.194000', '111321.639000', '111322.108000', '111322.561000', '111323.025000', '111323.496000', '111323.943000', '111324.397000', '111324.875000', '111325.337000', '111325.782000', '111326.245000', '111326.703000', '111327.174000', '111327.631000', '111328.090000', '111328.591000', '111329.004000', '111329.459000', '111329.918000', '111330.373000', '111330.846000', '111331.294000', '111331.781000', '111332.220000', '111332.674000', '111333.148000', '111333.609000', '111334.075000', '111334.524000', '111334.986000', '111335.453000', '111335.905000', '111336.371000', '111336.819000', '111337.293000', '111337.757000', '111338.317000', '111338.678000', '111339.119000', '111339.586000', '111340.047000', '111340.504000', '111340.975000', '111341.418000', '111341.894000', '111342.351000', '111342.801000', '111343.272000', '111343.735000', '111344.185000', '111344.657000', '111345.110000', '111345.564000', '111346.039000', '111346.487000', '111346.947000', '111347.419000', '111347.877000', '111348.320000', '111348.796000', '111349.250000', '111349.711000', '111350.175000', '111350.624000', '111351.123000', '111351.558000', '111352.054000', '111352.478000', '111352.920000', '111353.401000', '111353.841000', '111354.307000', '111354.759000', '111355.237000', '111355.691000', '111356.151000', '111356.603000', '111357.073000', '111357.523000', '111358.011000', '111358.443000', '111358.965000', '111359.381000', '111359.840000', '111400.317000', '111400.742000', '111401.219000', '111401.676000', '111402.139000', '111402.579000', '111403.056000', '111403.523000', '111403.960000', '111404.422000', '111404.882000', '111405.356000', '111405.815000', '111406.323000', '111406.736000', '111407.197000', '111407.661000', '111408.118000', '111408.577000', '111409.042000', '111409.483000', '111409.960000', '111410.405000', '111410.877000', '111411.371000', '111411.797000', '111412.245000', '111412.716000', '111413.184000', '111413.628000', '111414.089000', '111414.543000', '111415.010000', '111415.464000', '111415.940000', '111416.401000', '111416.852000', '111417.315000', '111417.766000', '111418.229000', '111418.732000', '111419.163000', '111419.600000', '111420.076000', '111420.528000', '111421.032000', '111421.456000', '111421.906000', '111422.379000', '111422.828000', '111423.302000', '111423.749000', '111424.218000', '111424.678000', '111425.138000', '111425.596000', '111426.061000', '111426.519000', '111426.966000', '111427.425000', '111427.884000', '111428.383000', '111428.819000', '111429.281000', '111429.735000', '111430.198000', '111430.657000', '111431.126000', '111431.565000', '111432.043000', '111432.505000', '111432.952000', '111433.407000', '111433.886000', '111434.335000', '111434.786000', '111435.246000', '111435.705000', '111436.181000', '111436.648000', '111437.106000', '111437.570000', '111438.027000', '111438.466000', '111438.940000', '111439.409000', '111439.857000', '111440.323000', '111440.782000', '111441.225000', '111441.742000', '111442.155000', '111442.615000', '111443.086000', '111443.536000', '111443.986000', '111444.446000', '111444.928000', '111445.369000', '111445.826000', '111446.291000', '111446.761000', '111447.226000', '111447.687000', '111448.131000', '111448.600000', '111449.062000', '111449.524000', '111449.964000', '111450.427000', '111450.903000', '111451.365000', '111451.878000', '111452.282000', '111452.744000', '111453.202000', '111453.649000', '111454.130000', '111454.577000', '111455.030000', '111455.503000', '111455.961000', '111456.414000', '111456.911000', '111457.342000', '111457.802000', '111458.248000', '111458.724000', '111459.173000', '111459.645000', '111500.093000', '111500.563000', '111501.066000', '111501.486000', '111501.940000', '111502.404000', '111502.914000', '111503.327000', '111503.781000', '111504.236000', '111504.694000', '111505.153000', '111505.611000', '111506.083000', '111506.547000', '111507.019000', '111507.449000', '111507.925000', '111508.384000', '111508.851000', '111509.305000', '111509.764000', '111510.269000', '111510.670000', '111511.149000', '111511.609000', '111512.060000', '111512.524000', '111512.972000', '111513.431000', '111513.892000', '111514.366000', '111514.824000', '111515.289000', '111515.752000', '111516.286000', '111516.653000', '111517.109000', '111517.572000', '111518.051000', '111518.510000', '111518.952000', '111519.433000', '111519.868000', '111520.335000', '111520.790000', '111521.257000', '111521.723000', '111522.275000', '111522.645000', '111523.115000', '111523.568000', '111524.031000', '111524.489000', '111524.951000', '111525.400000', '111525.861000', '111526.322000', '111526.779000', '111527.244000', '111527.704000', '111528.172000', '111528.612000', '111529.087000', '111529.548000', '111530.007000', '111530.470000', '111530.930000', '111531.376000', '111531.847000', '111532.293000', '111532.752000', '111533.229000', '111533.690000', '111534.138000', '111534.610000', '111535.059000', '111535.528000', '111535.998000', '111536.452000', '111536.910000', '111537.371000', '111537.813000', '111538.326000', '111538.751000', '111539.201000', '111539.668000', '111540.116000', '111540.591000', '111541.056000', '111541.514000', '111541.975000', '111542.429000', '111542.875000', '111543.365000', '111543.805000', '111544.275000', '111544.722000', '111545.186000', '111545.648000', '111546.116000', '111546.572000', '111547.012000', '111547.476000', '111547.949000', '111548.434000', '111548.868000', '111549.326000', '111549.781000', '111550.238000', '111550.733000', '111551.178000', '111551.633000', '111552.091000', '111552.547000', '111553.013000', '111553.475000', '111553.926000', '111554.378000', '111554.856000', '111555.374000', '111555.757000', '111556.382000', '111556.695000', '111557.149000', '111557.612000', '111558.075000', '111558.522000', '111558.989000', '111559.453000', '111559.898000', '111600.380000', '111600.837000', '111601.287000', '111601.750000', '111602.198000', '111602.675000', '111603.125000', '111603.612000', '111604.060000', '111604.513000', '111604.962000', '111605.493000', '111605.889000', '111606.370000', '111606.808000', '111607.256000', '111607.725000', '111608.185000', '111608.663000', '111609.113000', '111609.575000', '111610.025000', '111610.481000', '111610.952000', '111611.401000', '111611.876000', '111612.349000', '111612.825000', '111613.243000', '111613.706000', '111614.200000', '111614.636000', '111615.095000', '111615.565000', '111616.033000', '111616.460000', '111616.946000', '111617.400000', '111617.858000', '111618.325000', '111618.766000', '111619.230000', '111619.737000', '111620.154000', '111620.612000', '111621.117000', '111621.537000', '111622.004000', '111622.463000', '111622.922000', '111623.373000', '111623.841000', '111624.292000', '111624.751000', '111625.209000', '111625.669000', '111626.138000', '111626.584000', '111627.042000', '111627.541000', '111627.980000', '111628.430000', '111628.883000', '111629.347000', '111629.805000', '111630.267000', '111630.731000', '111631.188000', '111631.644000', '111632.108000', '111632.578000', '111633.033000', '111633.494000', '111633.960000', '111634.426000', '111634.871000', '111635.359000', '111635.806000', '111636.281000', '111636.745000', '111637.177000', '111637.638000', '111638.104000', '111638.584000', '111639.018000', '111639.474000', '111639.939000', '111640.405000', '111640.850000', '111641.314000', '111641.784000', '111642.233000', '111642.709000', '111643.157000', '111643.618000', '111644.078000', '111644.527000', '111645.048000', '111645.452000', '111645.925000', '111646.384000', '111646.840000', '111647.289000', '111647.768000', '111648.209000', '111648.682000', '111649.127000', '111649.609000', '111650.078000', '111650.529000', '111650.972000', '111651.459000', '111651.897000', '111652.357000', '111652.823000', '111653.289000', '111653.729000', '111654.204000', '111654.652000', '111655.130000', '111655.577000', '111656.048000', '111656.506000', '111656.955000', '111657.454000', '111657.886000', '111658.350000', '111658.810000', '111659.265000', '111659.731000', '111700.182000', '111700.650000', '111701.087000', '111701.570000', '111702.010000', '111702.472000', '111702.936000', '111703.392000', '111703.848000', '111704.322000', '111704.794000', '111705.262000', '111705.715000', '111706.154000', '111706.623000', '111707.078000', '111707.538000', '111707.995000', '111708.466000', '111708.927000', '111709.390000', '111709.844000', '111710.315000', '111710.772000', '111711.220000', '111711.682000', '111712.169000', '111712.613000', '111713.063000', '111713.546000', '111713.987000', '111714.471000', '111714.904000', '111715.350000', '111715.824000', '111716.371000', '111716.735000', '111717.199000', '111717.654000', '111718.125000', '111718.591000', '111719.034000', '111719.511000', '111719.951000', '111720.413000', '111720.874000', '111721.385000', '111721.811000', '111722.259000', '111722.713000', '111723.186000', '111723.650000', '111724.119000', '111724.568000', '111725.028000', '111725.481000', '111725.946000', '111726.439000', '111726.870000', '111727.317000', '111727.794000', '111728.506000', '111728.701000', '111729.156000', '111729.620000', '111730.089000', '111730.550000', '111730.998000', '111731.475000', '111731.916000', '111732.469000', '111732.850000', '111733.299000', '111733.776000', '111734.232000', '111734.690000', '111735.181000', '111735.595000', '111736.077000', '111736.517000', '111736.975000', '111737.441000', '111737.907000', '111738.356000', '111738.839000', '111739.298000', '111739.747000', '111740.218000', '111740.675000', '111741.118000', '111741.595000', '111742.055000', '111742.513000', '111742.961000', '111743.421000', '111743.885000', '111744.342000', '111744.801000', '111745.259000', '111745.719000', '111746.187000', '111746.652000', '111747.103000', '111747.578000', '111748.025000', '111748.483000', '111748.943000', '111749.402000', '111749.875000', '111750.344000', '111750.788000', '111751.253000', '111751.722000', '111752.180000', '111752.642000', '111753.098000', '111753.540000', '111754.015000', '111754.458000', '111754.921000', '111755.380000', '111755.852000', '111756.309000', '111756.782000', '111757.243000', '111757.687000', '111758.184000', '111758.634000', '111759.076000', '111759.528000', '111800.003000', '111800.441000', '111800.918000', '111801.386000', '111801.842000', '111802.502000', '111802.747000', '111803.214000', '111803.667000', '111804.143000', '111804.592000', '111805.042000', '111805.528000', '111806.028000', '111806.426000', '111806.884000', '111807.359000', '111807.799000', '111808.313000', '111808.741000', '111809.201000', '111809.664000', '111810.105000', '111810.579000', '111811.038000', '111811.497000', '111811.942000', '111812.404000', '111812.906000', '111813.342000', '111813.798000', '111814.260000', '111814.721000', '111815.185000', '111815.626000', '111816.086000', '111816.561000', '111817.010000', '111817.473000', '111817.975000', '111818.404000', '111818.864000', '111819.316000', '111819.786000', '111820.353000', '111820.749000', '111821.158000', '111821.660000', '111822.083000', '111822.528000', '111823.002000', '111823.470000', '111823.908000', '111824.410000', '111824.846000', '111825.289000', '111825.768000', '111826.214000', '111826.726000', '111827.132000', '111827.595000', '111828.048000', '111828.523000', '111828.988000', '111829.429000', '111829.888000', '111830.364000', '111830.821000', '111831.275000', '111831.750000', '111832.228000', '111832.661000', '111833.149000', '111833.588000', '111834.040000', '111834.510000', '111834.969000', '111835.456000', '111835.885000', '111836.370000', '111836.790000', '111837.263000', '111837.724000', '111838.190000', '111838.638000', '111839.104000', '111839.561000', '111840.014000', '111840.481000', '111840.942000', '111841.403000', '111841.867000', '111842.324000', '111842.792000', '111843.240000', '111843.697000', '111844.170000', '111844.614000', '111845.077000', '111845.534000', '111846.013000', '111846.463000', '111846.913000', '111847.386000', '111847.849000', '111848.305000', '111848.769000', '111849.227000', '111849.695000', '111850.133000', '111850.607000', '111851.071000', '111851.534000', '111851.976000', '111852.442000', '111852.909000', '111853.365000', '111853.817000', '111854.292000', '111854.747000', '111855.213000', '111855.661000', '111856.115000', '111856.573000', '111857.047000', '111857.498000', '111857.959000', '111858.422000', '111858.912000', '111859.338000', '111859.844000', '111900.255000', '111900.732000', '111901.177000', '111901.650000', '111902.117000', '111902.567000', '111903.041000', '111903.484000', '111903.939000', '111904.416000', '111904.864000', '111905.327000', '111905.808000', '111906.238000', '111906.699000', '111907.175000', '111907.622000', '111908.081000', '111908.560000', '111909.018000', '111909.465000', '111909.929000', '111910.392000', '111910.842000', '111911.300000', '111911.770000', '111912.225000', '111912.688000', '111913.152000', '111913.599000', '111914.062000', '111914.531000', '111914.997000', '111915.442000', '111915.920000', '111916.380000', '111916.836000', '111917.331000', '111917.740000', '111918.390000', '111918.659000', '111919.136000', '111919.592000', '111920.041000', '111920.513000', '111920.968000', '111921.425000', '111921.883000', '111922.360000', '111922.809000', '111923.295000', '111923.737000', '111924.201000', '111924.684000', '111925.102000', '111925.603000', '111926.043000', '111926.502000', '111926.944000', '111927.413000', '111927.893000', '111928.345000', '111928.806000', '111929.250000', '111929.731000', '111930.169000', '111930.651000', '111931.098000', '111931.562000', '111932.013000', '111932.556000', '111932.937000', '111933.395000', '111933.868000', '111934.338000', '111934.762000', '111935.229000', '111935.696000', '111936.163000', '111936.613000', '111937.084000', '111937.571000', '111938.001000', '111938.457000', '111938.923000', '111939.369000', '111939.845000', '111940.288000', '111940.752000', '111941.211000', '111941.680000', '111942.130000', '111942.588000', '111943.055000', '111943.512000', '111943.972000', '111944.465000', '111944.887000'], '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, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'LargestImagePixelValue': [738, 1095, 769, 903, 1071, 765, 1088, 757, 792, 711, 771, 1334, 773, 783, 763, 774, 741, 775, 719, 781, 679, 754, 690, 793, 732, 787, 732, 778, 949, 718, 1097, 688, 930, 1310, 950, 937, 756, 774, 691, 759, 978, 772, 786, 697, 784, 922, 759, 790, 725, 769, 727, 760, 715, 763, 723, 775, 1190, 776, 1177, 774, 851, 763, 787, 716, 774, 1134, 851, 876, 778, 788, 730, 771, 697, 764, 724, 764, 696, 770, 691, 757, 785, 748, 780, 773, 797, 736, 774, 1080, 777, 787, 895, 790, 748, 772, 710, 749, 785, 753, 788, 734, 778, 686, 774, 704, 765, 698, 762, 867, 753, 794, 741, 799, 752, 775, 887, 733, 789, 718, 794, 738, 767, 936, 725, 836, 697, 777, 1204, 746, 881, 756, 796, 702, 775, 1314, 748, 921, 774, 796, 761, 785, 692, 786, 706, 766, 893, 733, 821, 1093, 751, 806, 761, 768, 821, 731, 787, 745, 779, 709, 776, 726, 743, 989, 784, 798, 722, 772, 721, 771, 729, 740, 1004, 745, 774, 1261, 753, 794, 1433, 752, 930, 937, 777, 750, 766, 792, 1025, 765, 791, 1011, 745, 774, 905, 744, 792, 743, 767, 701, 765, 708, 741, 883, 736, 773, 1205, 736, 798, 767, 753, 898, 731, 782, 685, 754, 679, 745, 680, 730, 891, 703, 776, 701, 742, 969, 738, 788, 849, 765, 934, 730, 786, 722, 789, 672, 777, 680, 743, 663, 731, 985, 753, 781, 704, 751, 1015, 971, 763, 893, 744, 772, 862, 727, 777, 678, 768, 690, 739, 709, 713, 775, 703, 749, 925, 742, 798, 700, 753, 1121, 722, 787, 716, 778, 688, 763, 944, 724, 840, 676, 771, 1095, 718, 779, 1072, 754, 774, 726, 781, 713, 770, 665, 740, 695, 723, 980, 734, 809, 683, 757, 1088, 720, 771, 979, 741, 782, 734, 787, 704, 783, 685, 745, 876, 720, 770, 700, 759, 725, 723, 815, 704, 758, 1022, 738, 775, 886, 731, 772, 738, 779, 691, 742, 687, 740, 800, 712, 773, 734, 768, 687, 747, 686, 735, 1325, 702, 959, 956, 760, 1085, 759, 771, 1074, 734, 729, 721, 695, 706, 721, 691, 753, 682, 759, 726, 719, 900, 686, 761, 1059, 785, 782, 976, 744, 887, 683, 771, 1426, 730, 787, 728, 769, 690, 733, 966, 751, 804, 719, 752, 707, 757, 694, 744, 729, 720, 1067, 728, 912, 1127, 757, 765, 1086, 750, 825, 798, 743, 833, 699, 757, 680, 757, 695, 734, 706, 735, 685, 725, 677, 713, 992, 690, 762, 1110, 765, 765, 704, 739, 809, 740, 778, 740, 760, 681, 744, 686, 746, 722, 745, 802, 689, 770, 685, 760, 771, 738, 835, 700, 751, 703, 778, 685, 752, 690, 728, 646, 707, 899, 752, 783, 672, 767, 690, 752, 669, 731, 665, 708, 677, 726, 680, 829, 700, 896, 688, 1004, 1425, 883, 983, 708, 756, 689, 732, 1112, 705, 694, 697, 739, 671, 730, 715, 717, 776, 699, 736, 674, 752, 676, 732, 649, 695, 1046, 708, 901, 962, 727, 1351, 707, 869, 667, 779, 1384, 800, 934, 697, 726, 674, 748, 676, 731, 676, 707, 645, 698, 778, 710, 886, 702, 778, 750, 702, 958, 869, 721, 850, 745, 763, 700, 745, 670, 730, 674, 733, 921, 703, 757, 698, 730, 1305, 700, 802, 690, 751, 682, 707, 1072, 713, 753, 662, 752, 678, 722, 661, 720, 998, 706, 877, 696, 770, 738, 781, 736, 712, 725, 772, 698, 815, 695, 800, 869, 719, 810, 693, 1103, 693, 981, 1213, 831, 1128, 758, 793, 759, 781, 764, 728, 758, 738, 697, 828, 717, 784, 1319, 705, 879, 958, 712, 1130, 722, 885, 680, 711, 808, 695, 1131, 699, 868, 708, 755, 699, 702, 698, 687, 710, 675, 701, 699, 796, 704, 795, 719, 697, 678, 687, 676, 692, 759, 699, 750, 685, 740, 696, 764, 736, 851, 701, 707, 700, 689, 665, 689, 689, 634, 692, 633, 1000, 672, 986, 731, 948, 1130, 809, 920, 1327, 860, 943, 686, 693, 648, 695, 603, 668, 705, 690, 690, 597, 698, 668, 680, 630, 669, 646, 679, 716, 652, 700, 772, 671, 711, 662, 693, 1227, 669, 736, 680, 741, 650, 708, 663, 709, 631, 688, 924, 659, 738, 660, 691, 868, 673, 837, 660, 714, 622, 695, 968, 683, 809, 668, 766, 670, 695, 1054, 684, 885, 668, 689, 670, 681, 950, 675, 856, 736, 744, 681, 717, 685, 685, 637, 704, 1208, 723, 969, 774, 763, 714, 764, 698, 748, 672, 721, 1212, 696, 788, 716, 757, 705, 749, 675, 731, 686, 773, 694, 735, 676, 709, 1082, 704, 882, 685, 752, 706, 721, 870, 679, 753, 785, 706, 674, 685, 683, 672, 741, 699, 753, 709, 708, 703, 760, 672, 752, 872, 692, 774, 679, 751, 664, 727, 959, 724, 867, 695, 771, 681, 757, 1105, 1070, 797, 1087, 702, 776, 713, 757, 731, 711, 761, 717, 749, 661, 738, 922, 703, 757, 681, 716, 687, 709, 923, 722, 790, 681, 728, 699, 725, 988, 703, 754, 1247, 700, 802, 731, 763, 708, 751, 680, 735, 680, 756, 689, 748, 699, 747, 673, 727, 987, 918, 741, 920, 783, 763, 873, 699, 772, 673, 762, 651, 743, 697, 718, 740, 714, 771, 687, 766, 668, 756, 664, 733, 964, 742, 781, 1145, 739, 827, 736, 759, 668, 750, 781, 723, 759, 725, 770, 696, 744, 777, 718, 826, 728, 759, 663, 735, 852, 1103, 739, 818, 694, 753, 647, 721, 746, 713, 775, 721, 764, 664, 754, 650, 684, 898, 699, 910, 716, 860, 729, 675, 719, 1013, 729, 1086, 812, 863, 704, 748, 1123, 681, 769, 699, 749, 686, 719, 729, 703, 755, 716, 765, 694, 748, 659, 727, 1092, 720, 817, 687, 757, 663, 732, 699, 718, 890, 709, 754, 669, 755, 673, 737, 658, 710, 880, 703, 760, 670, 728, 1088, 702, 802, 706, 741, 1101, 742, 766, 699, 763, 677, 750, 670, 726, 659, 716, 788, 698, 852, 1251, 754, 778, 749, 716, 839, 684, 754, 845, 730, 753, 664, 736, 742, 696, 755, 755, 728, 749, 701, 760, 666, 736, 839, 703, 758, 663, 724, 651, 716, 863, 715, 768, 666, 741, 985, 723, 1270, 692, 949, 738, 819, 721, 775, 690, 750, 665, 738, 1136, 749, 1047, 739, 836, 697, 901, 715, 876, 687, 752, 775, 715, 954, 678, 749, 701, 740, 702, 719, 861, 716, 868, 723, 799, 736, 791, 774, 818, 767, 851, 724, 887, 725, 919, 691, 1055, 708, 971, 704, 908, 720, 981, 702, 1328, 810, 1338, 784, 1068, 726, 932, 721, 866, 724, 741, 680, 732, 692, 752, 694, 736, 706, 719, 695, 741, 677, 741, 689, 738, 662, 721, 686, 712, 694, 720, 669, 714, 844, 705, 771, 684, 740, 930, 719, 789, 696, 744, 1068, 713, 772, 687, 746, 700, 703, 746, 693, 833, 862, 732, 1246, 699, 813, 700, 745, 866, 744, 854, 719, 972, 725, 980, 780, 1042, 750, 814, 715, 776, 709, 817, 1199, 757, 1031, 724, 865, 687, 737, 1065, 746, 766, 700, 725, 691, 742, 765, 781, 729, 790, 771, 795, 708, 791, 1018, 779, 900, 805, 752, 999, 731, 771, 692, 726, 690, 734, 700, 962, 685, 1040, 1009, 841, 1104, 767, 920, 1344, 874, 889, 697, 682, 680, 669, 680, 687, 682, 765, 743, 770, 723, 762, 726, 767, 719, 757, 909, 749, 801, 753, 778, 706, 769, 1111, 853, 864, 909, 769, 1056, 773, 859, 719, 781, 705, 771, 737, 780, 723, 751, 688, 733, 812, 767, 777, 705, 765, 717, 763, 826, 771, 780, 701, 766, 684, 755, 744, 736, 702, 732, 795, 728, 781, 688, 768, 823, 742, 793, 719, 780, 998, 765, 792, 719, 771, 686, 759, 878, 733, 780, 722, 794, 697, 766, 978, 843, 768, 854, 720, 775, 693, 763, 719, 752, 702, 755, 735, 730, 941, 1292, 735, 846, 1258, 737, 775, 684, 752, 901, 718, 750, 906, 720, 749, 707, 746, 678, 727, 743, 718, 754, 766, 715, 750, 721, 751, 699, 755, 989, 894, 770, 1010, 770, 811, 704, 837, 1183, 831, 990, 749, 1117, 718, 1021, 737, 923, 733, 768, 734, 776, 730, 807, 729, 768, 728, 777, 726, 837, 691, 785, 685, 756, 697, 805, 701, 788, 699, 750, 657, 743, 747, 720, 662, 711, 732, 710, 771, 698, 752, 709, 769, 716, 748], 'WindowCenter': [299.0, 300.0, 297.0, 298.0, 297.0, 295.0, 297.0, 295.0, 295.0, 294.0, 295.0, 298.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 296.0, 294.0, 296.0, 296.0, 298.0, 296.0, 297.0, 296.0, 297.0, 297.0, 295.0, 298.0, 294.0, 298.0, 299.0, 296.0, 296.0, 294.0, 295.0, 293.0, 295.0, 297.0, 295.0, 295.0, 294.0, 295.0, 296.0, 295.0, 295.0, 295.0, 295.0, 294.0, 295.0, 294.0, 296.0, 296.0, 297.0, 299.0, 296.0, 298.0, 296.0, 296.0, 295.0, 295.0, 294.0, 295.0, 297.0, 295.0, 295.0, 295.0, 295.0, 294.0, 295.0, 294.0, 295.0, 294.0, 295.0, 294.0, 295.0, 295.0, 296.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 297.0, 295.0, 295.0, 296.0, 295.0, 294.0, 295.0, 294.0, 295.0, 295.0, 295.0, 296.0, 296.0, 296.0, 295.0, 297.0, 296.0, 297.0, 296.0, 297.0, 297.0, 296.0, 297.0, 296.0, 296.0, 296.0, 296.0, 297.0, 296.0, 296.0, 295.0, 296.0, 295.0, 295.0, 297.0, 295.0, 297.0, 295.0, 296.0, 299.0, 296.0, 297.0, 296.0, 296.0, 294.0, 295.0, 298.0, 295.0, 297.0, 295.0, 295.0, 295.0, 295.0, 295.0, 296.0, 295.0, 296.0, 296.0, 296.0, 296.0, 297.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 296.0, 296.0, 295.0, 296.0, 295.0, 296.0, 298.0, 297.0, 296.0, 295.0, 296.0, 295.0, 296.0, 295.0, 296.0, 298.0, 295.0, 295.0, 299.0, 295.0, 295.0, 299.0, 295.0, 296.0, 295.0, 295.0, 294.0, 294.0, 295.0, 296.0, 294.0, 294.0, 296.0, 294.0, 295.0, 295.0, 296.0, 295.0, 295.0, 295.0, 294.0, 296.0, 295.0, 296.0, 297.0, 296.0, 296.0, 298.0, 295.0, 295.0, 295.0, 296.0, 296.0, 294.0, 295.0, 294.0, 295.0, 294.0, 295.0, 294.0, 295.0, 297.0, 295.0, 295.0, 294.0, 295.0, 297.0, 295.0, 296.0, 295.0, 295.0, 296.0, 295.0, 295.0, 295.0, 295.0, 295.0, 296.0, 295.0, 296.0, 294.0, 297.0, 298.0, 296.0, 296.0, 294.0, 295.0, 297.0, 297.0, 295.0, 296.0, 294.0, 295.0, 295.0, 294.0, 294.0, 294.0, 295.0, 294.0, 295.0, 295.0, 295.0, 296.0, 295.0, 296.0, 297.0, 296.0, 296.0, 295.0, 296.0, 298.0, 295.0, 295.0, 295.0, 295.0, 294.0, 296.0, 297.0, 295.0, 296.0, 294.0, 296.0, 297.0, 294.0, 295.0, 297.0, 295.0, 295.0, 294.0, 295.0, 296.0, 296.0, 294.0, 296.0, 295.0, 296.0, 297.0, 296.0, 296.0, 294.0, 296.0, 297.0, 294.0, 295.0, 296.0, 294.0, 294.0, 294.0, 295.0, 294.0, 295.0, 294.0, 295.0, 296.0, 295.0, 296.0, 294.0, 295.0, 295.0, 295.0, 295.0, 294.0, 296.0, 297.0, 294.0, 295.0, 295.0, 294.0, 295.0, 295.0, 295.0, 294.0, 295.0, 294.0, 296.0, 295.0, 295.0, 296.0, 296.0, 296.0, 294.0, 295.0, 294.0, 295.0, 299.0, 295.0, 297.0, 296.0, 295.0, 297.0, 294.0, 295.0, 296.0, 294.0, 295.0, 295.0, 294.0, 295.0, 295.0, 295.0, 296.0, 295.0, 296.0, 296.0, 296.0, 297.0, 294.0, 296.0, 298.0, 295.0, 295.0, 297.0, 294.0, 295.0, 293.0, 295.0, 299.0, 294.0, 295.0, 294.0, 295.0, 294.0, 296.0, 297.0, 296.0, 295.0, 295.0, 295.0, 295.0, 296.0, 295.0, 296.0, 296.0, 296.0, 298.0, 296.0, 298.0, 298.0, 295.0, 295.0, 296.0, 294.0, 295.0, 294.0, 294.0, 294.0, 293.0, 294.0, 293.0, 294.0, 293.0, 294.0, 294.0, 295.0, 294.0, 295.0, 294.0, 295.0, 297.0, 294.0, 296.0, 297.0, 295.0, 294.0, 293.0, 294.0, 294.0, 295.0, 295.0, 295.0, 295.0, 294.0, 295.0, 294.0, 296.0, 295.0, 296.0, 296.0, 295.0, 295.0, 295.0, 296.0, 295.0, 295.0, 296.0, 295.0, 295.0, 295.0, 295.0, 295.0, 296.0, 295.0, 296.0, 294.0, 295.0, 297.0, 296.0, 296.0, 294.0, 295.0, 295.0, 295.0, 294.0, 296.0, 294.0, 295.0, 295.0, 296.0, 295.0, 296.0, 295.0, 296.0, 294.0, 298.0, 299.0, 295.0, 296.0, 293.0, 294.0, 293.0, 295.0, 297.0, 294.0, 293.0, 294.0, 294.0, 293.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 296.0, 295.0, 296.0, 294.0, 295.0, 297.0, 294.0, 297.0, 296.0, 294.0, 298.0, 293.0, 295.0, 293.0, 295.0, 298.0, 295.0, 295.0, 293.0, 293.0, 293.0, 295.0, 294.0, 294.0, 293.0, 294.0, 293.0, 294.0, 295.0, 294.0, 296.0, 294.0, 295.0, 295.0, 294.0, 296.0, 295.0, 294.0, 295.0, 294.0, 294.0, 294.0, 295.0, 294.0, 295.0, 294.0, 296.0, 297.0, 295.0, 296.0, 294.0, 295.0, 299.0, 294.0, 295.0, 294.0, 295.0, 293.0, 294.0, 297.0, 294.0, 295.0, 293.0, 295.0, 293.0, 294.0, 293.0, 295.0, 297.0, 294.0, 295.0, 294.0, 296.0, 296.0, 296.0, 295.0, 295.0, 296.0, 296.0, 296.0, 296.0, 295.0, 296.0, 296.0, 295.0, 295.0, 294.0, 297.0, 294.0, 297.0, 297.0, 295.0, 297.0, 295.0, 294.0, 294.0, 294.0, 294.0, 293.0, 295.0, 295.0, 295.0, 296.0, 295.0, 296.0, 298.0, 294.0, 295.0, 295.0, 293.0, 296.0, 292.0, 294.0, 292.0, 292.0, 293.0, 292.0, 295.0, 292.0, 294.0, 292.0, 292.0, 292.0, 292.0, 292.0, 292.0, 293.0, 292.0, 293.0, 293.0, 294.0, 293.0, 294.0, 293.0, 292.0, 292.0, 292.0, 292.0, 293.0, 294.0, 293.0, 294.0, 293.0, 295.0, 295.0, 296.0, 295.0, 295.0, 295.0, 294.0, 295.0, 295.0, 295.0, 295.0, 295.0, 294.0, 295.0, 294.0, 298.0, 294.0, 297.0, 295.0, 296.0, 297.0, 294.0, 295.0, 296.0, 294.0, 294.0, 292.0, 292.0, 292.0, 292.0, 290.0, 292.0, 292.0, 293.0, 293.0, 292.0, 294.0, 293.0, 293.0, 293.0, 293.0, 293.0, 294.0, 294.0, 294.0, 294.0, 295.0, 294.0, 295.0, 294.0, 295.0, 298.0, 294.0, 294.0, 294.0, 295.0, 294.0, 295.0, 294.0, 295.0, 294.0, 295.0, 296.0, 294.0, 295.0, 294.0, 294.0, 295.0, 294.0, 296.0, 294.0, 294.0, 293.0, 294.0, 297.0, 294.0, 295.0, 294.0, 295.0, 294.0, 294.0, 297.0, 294.0, 296.0, 294.0, 293.0, 293.0, 294.0, 296.0, 294.0, 296.0, 295.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 295.0, 298.0, 295.0, 298.0, 296.0, 295.0, 294.0, 295.0, 294.0, 295.0, 293.0, 294.0, 298.0, 294.0, 295.0, 294.0, 295.0, 294.0, 295.0, 294.0, 294.0, 293.0, 295.0, 294.0, 295.0, 294.0, 294.0, 296.0, 294.0, 295.0, 293.0, 294.0, 293.0, 294.0, 295.0, 293.0, 295.0, 295.0, 293.0, 293.0, 294.0, 294.0, 294.0, 296.0, 297.0, 297.0, 297.0, 296.0, 297.0, 297.0, 296.0, 297.0, 298.0, 296.0, 297.0, 295.0, 296.0, 295.0, 296.0, 297.0, 296.0, 297.0, 295.0, 296.0, 294.0, 296.0, 298.0, 296.0, 295.0, 296.0, 293.0, 294.0, 293.0, 295.0, 294.0, 294.0, 295.0, 294.0, 295.0, 293.0, 295.0, 296.0, 293.0, 295.0, 294.0, 294.0, 293.0, 294.0, 296.0, 294.0, 295.0, 294.0, 294.0, 293.0, 294.0, 296.0, 293.0, 294.0, 297.0, 293.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 295.0, 294.0, 296.0, 295.0, 296.0, 296.0, 296.0, 295.0, 296.0, 298.0, 296.0, 295.0, 296.0, 295.0, 294.0, 295.0, 294.0, 294.0, 294.0, 295.0, 293.0, 295.0, 294.0, 295.0, 295.0, 295.0, 296.0, 295.0, 295.0, 294.0, 296.0, 294.0, 296.0, 297.0, 295.0, 296.0, 298.0, 295.0, 295.0, 295.0, 295.0, 293.0, 295.0, 295.0, 296.0, 295.0, 295.0, 296.0, 295.0, 296.0, 296.0, 296.0, 296.0, 295.0, 296.0, 294.0, 296.0, 297.0, 298.0, 295.0, 295.0, 294.0, 295.0, 293.0, 295.0, 295.0, 296.0, 296.0, 296.0, 296.0, 295.0, 297.0, 296.0, 296.0, 298.0, 296.0, 298.0, 297.0, 298.0, 296.0, 295.0, 296.0, 297.0, 295.0, 298.0, 296.0, 296.0, 294.0, 295.0, 297.0, 293.0, 295.0, 293.0, 294.0, 293.0, 294.0, 294.0, 294.0, 295.0, 295.0, 295.0, 295.0, 296.0, 294.0, 295.0, 298.0, 295.0, 296.0, 294.0, 295.0, 294.0, 295.0, 294.0, 295.0, 296.0, 295.0, 296.0, 294.0, 296.0, 295.0, 296.0, 295.0, 296.0, 297.0, 296.0, 296.0, 295.0, 296.0, 298.0, 295.0, 296.0, 294.0, 295.0, 297.0, 295.0, 295.0, 294.0, 295.0, 295.0, 295.0, 295.0, 296.0, 295.0, 296.0, 296.0, 296.0, 297.0, 299.0, 295.0, 296.0, 295.0, 294.0, 295.0, 293.0, 295.0, 295.0, 295.0, 295.0, 293.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 294.0, 296.0, 296.0, 295.0, 296.0, 294.0, 296.0, 295.0, 296.0, 297.0, 296.0, 296.0, 294.0, 296.0, 297.0, 295.0, 299.0, 295.0, 297.0, 296.0, 296.0, 295.0, 295.0, 295.0, 296.0, 294.0, 297.0, 300.0, 296.0, 298.0, 296.0, 296.0, 295.0, 296.0, 295.0, 296.0, 294.0, 295.0, 295.0, 295.0, 297.0, 294.0, 295.0, 294.0, 295.0, 294.0, 295.0, 297.0, 295.0, 296.0, 295.0, 296.0, 296.0, 296.0, 296.0, 296.0, 296.0, 297.0, 295.0, 296.0, 295.0, 297.0, 294.0, 297.0, 295.0, 297.0, 294.0, 296.0, 294.0, 296.0, 294.0, 298.0, 295.0, 298.0, 294.0, 296.0, 292.0, 295.0, 293.0, 294.0, 292.0, 293.0, 292.0, 293.0, 294.0, 295.0, 294.0, 294.0, 294.0, 294.0, 294.0, 295.0, 294.0, 296.0, 295.0, 296.0, 294.0, 296.0, 294.0, 296.0, 296.0, 296.0, 295.0, 296.0, 297.0, 296.0, 296.0, 295.0, 297.0, 298.0, 295.0, 296.0, 296.0, 296.0, 298.0, 296.0, 296.0, 295.0, 296.0, 296.0, 296.0, 296.0, 296.0, 297.0, 297.0, 296.0, 299.0, 295.0, 296.0, 295.0, 296.0, 296.0, 295.0, 296.0, 295.0, 297.0, 296.0, 298.0, 296.0, 297.0, 295.0, 296.0, 295.0, 295.0, 294.0, 296.0, 298.0, 295.0, 296.0, 294.0, 295.0, 293.0, 294.0, 296.0, 294.0, 294.0, 293.0, 294.0, 294.0, 295.0, 295.0, 295.0, 294.0, 295.0, 294.0, 295.0, 293.0, 296.0, 296.0, 294.0, 295.0, 294.0, 294.0, 295.0, 294.0, 295.0, 293.0, 293.0, 293.0, 293.0, 293.0, 295.0, 293.0, 296.0, 295.0, 294.0, 295.0, 292.0, 293.0, 295.0, 293.0, 293.0, 291.0, 291.0, 292.0, 292.0, 292.0, 293.0, 294.0, 295.0, 295.0, 294.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 296.0, 295.0, 295.0, 296.0, 295.0, 294.0, 295.0, 297.0, 295.0, 295.0, 295.0, 294.0, 296.0, 294.0, 294.0, 293.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 295.0, 293.0, 295.0, 295.0, 295.0, 295.0, 294.0, 295.0, 294.0, 295.0, 295.0, 295.0, 295.0, 294.0, 296.0, 294.0, 296.0, 295.0, 296.0, 295.0, 296.0, 296.0, 296.0, 296.0, 296.0, 296.0, 296.0, 296.0, 296.0, 295.0, 296.0, 297.0, 296.0, 295.0, 295.0, 295.0, 295.0, 296.0, 297.0, 296.0, 297.0, 296.0, 296.0, 296.0, 297.0, 298.0, 297.0, 296.0, 297.0, 296.0, 296.0, 296.0, 296.0, 296.0, 297.0, 297.0, 297.0, 297.0, 297.0, 300.0, 300.0, 297.0, 298.0, 300.0, 296.0, 296.0, 295.0, 296.0, 298.0, 296.0, 297.0, 298.0, 297.0, 296.0, 296.0, 297.0, 295.0, 297.0, 297.0, 297.0, 297.0, 297.0, 297.0, 297.0, 297.0, 298.0, 297.0, 298.0, 299.0, 298.0, 297.0, 298.0, 296.0, 296.0, 295.0, 296.0, 298.0, 296.0, 297.0, 295.0, 297.0, 295.0, 297.0, 295.0, 296.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 296.0, 294.0, 295.0, 294.0, 295.0, 294.0, 295.0, 295.0, 295.0, 294.0, 295.0, 294.0, 295.0, 295.0, 295.0, 293.0, 295.0, 295.0, 295.0, 295.0, 296.0, 296.0, 296.0, 296.0, 296.0, 296.0], 'WindowWidth': [651.0, 653.0, 648.0, 649.0, 648.0, 644.0, 647.0, 644.0, 644.0, 643.0, 644.0, 648.0, 643.0, 644.0, 644.0, 644.0, 644.0, 645.0, 645.0, 646.0, 644.0, 646.0, 647.0, 650.0, 646.0, 647.0, 646.0, 647.0, 647.0, 645.0, 650.0, 644.0, 649.0, 650.0, 646.0, 646.0, 643.0, 643.0, 641.0, 644.0, 646.0, 644.0, 644.0, 643.0, 644.0, 645.0, 644.0, 645.0, 644.0, 644.0, 643.0, 644.0, 643.0, 646.0, 646.0, 648.0, 650.0, 645.0, 649.0, 646.0, 646.0, 644.0, 644.0, 643.0, 644.0, 648.0, 645.0, 644.0, 643.0, 643.0, 642.0, 643.0, 643.0, 644.0, 643.0, 645.0, 643.0, 645.0, 644.0, 645.0, 645.0, 645.0, 645.0, 645.0, 645.0, 644.0, 645.0, 647.0, 644.0, 644.0, 645.0, 643.0, 642.0, 644.0, 642.0, 644.0, 645.0, 645.0, 647.0, 646.0, 646.0, 645.0, 648.0, 647.0, 647.0, 646.0, 648.0, 648.0, 647.0, 648.0, 646.0, 647.0, 645.0, 646.0, 647.0, 646.0, 647.0, 644.0, 646.0, 644.0, 645.0, 647.0, 645.0, 647.0, 645.0, 645.0, 649.0, 645.0, 647.0, 646.0, 646.0, 643.0, 645.0, 649.0, 644.0, 647.0, 645.0, 645.0, 644.0, 645.0, 644.0, 647.0, 644.0, 645.0, 646.0, 645.0, 646.0, 648.0, 644.0, 645.0, 644.0, 644.0, 644.0, 644.0, 645.0, 646.0, 645.0, 645.0, 645.0, 644.0, 646.0, 650.0, 648.0, 647.0, 645.0, 646.0, 644.0, 647.0, 644.0, 645.0, 648.0, 645.0, 645.0, 649.0, 645.0, 645.0, 649.0, 644.0, 646.0, 644.0, 643.0, 643.0, 642.0, 643.0, 645.0, 642.0, 643.0, 645.0, 643.0, 643.0, 644.0, 646.0, 644.0, 644.0, 644.0, 643.0, 645.0, 644.0, 646.0, 647.0, 646.0, 645.0, 648.0, 644.0, 645.0, 645.0, 645.0, 646.0, 643.0, 644.0, 643.0, 644.0, 643.0, 644.0, 643.0, 645.0, 647.0, 645.0, 645.0, 643.0, 644.0, 647.0, 644.0, 645.0, 645.0, 644.0, 646.0, 644.0, 645.0, 645.0, 645.0, 645.0, 645.0, 645.0, 646.0, 644.0, 647.0, 649.0, 646.0, 646.0, 644.0, 645.0, 648.0, 646.0, 644.0, 646.0, 643.0, 643.0, 644.0, 643.0, 643.0, 643.0, 644.0, 643.0, 645.0, 644.0, 645.0, 645.0, 644.0, 646.0, 647.0, 646.0, 645.0, 644.0, 645.0, 648.0, 644.0, 645.0, 644.0, 645.0, 644.0, 645.0, 647.0, 644.0, 646.0, 643.0, 645.0, 648.0, 643.0, 644.0, 646.0, 644.0, 643.0, 643.0, 645.0, 645.0, 647.0, 644.0, 646.0, 645.0, 646.0, 648.0, 646.0, 646.0, 644.0, 646.0, 648.0, 643.0, 644.0, 645.0, 643.0, 643.0, 643.0, 644.0, 643.0, 644.0, 643.0, 645.0, 646.0, 645.0, 646.0, 643.0, 645.0, 644.0, 644.0, 645.0, 643.0, 645.0, 647.0, 643.0, 644.0, 644.0, 643.0, 644.0, 644.0, 645.0, 643.0, 644.0, 644.0, 646.0, 645.0, 644.0, 645.0, 646.0, 646.0, 644.0, 645.0, 644.0, 645.0, 650.0, 644.0, 647.0, 645.0, 644.0, 646.0, 643.0, 644.0, 646.0, 643.0, 644.0, 644.0, 643.0, 644.0, 644.0, 645.0, 646.0, 645.0, 647.0, 646.0, 646.0, 648.0, 644.0, 646.0, 649.0, 645.0, 644.0, 646.0, 643.0, 645.0, 642.0, 644.0, 649.0, 643.0, 643.0, 643.0, 644.0, 643.0, 647.0, 648.0, 645.0, 645.0, 644.0, 645.0, 645.0, 645.0, 645.0, 646.0, 646.0, 646.0, 649.0, 646.0, 649.0, 649.0, 644.0, 644.0, 646.0, 642.0, 643.0, 642.0, 642.0, 643.0, 641.0, 642.0, 641.0, 642.0, 641.0, 643.0, 643.0, 644.0, 643.0, 644.0, 643.0, 644.0, 647.0, 643.0, 645.0, 647.0, 643.0, 643.0, 641.0, 642.0, 643.0, 643.0, 643.0, 643.0, 644.0, 643.0, 644.0, 643.0, 645.0, 644.0, 645.0, 646.0, 645.0, 645.0, 644.0, 645.0, 645.0, 644.0, 646.0, 644.0, 645.0, 644.0, 645.0, 645.0, 645.0, 644.0, 646.0, 644.0, 645.0, 647.0, 645.0, 645.0, 643.0, 645.0, 644.0, 645.0, 643.0, 646.0, 644.0, 645.0, 645.0, 646.0, 645.0, 646.0, 644.0, 646.0, 643.0, 649.0, 650.0, 645.0, 645.0, 642.0, 643.0, 642.0, 644.0, 647.0, 643.0, 642.0, 643.0, 643.0, 642.0, 644.0, 644.0, 644.0, 645.0, 644.0, 644.0, 645.0, 646.0, 645.0, 646.0, 643.0, 645.0, 648.0, 644.0, 647.0, 646.0, 643.0, 648.0, 642.0, 644.0, 641.0, 644.0, 648.0, 643.0, 644.0, 641.0, 642.0, 642.0, 644.0, 643.0, 643.0, 642.0, 643.0, 641.0, 643.0, 644.0, 643.0, 646.0, 643.0, 644.0, 644.0, 643.0, 645.0, 643.0, 642.0, 643.0, 643.0, 642.0, 643.0, 644.0, 643.0, 644.0, 644.0, 646.0, 647.0, 645.0, 645.0, 643.0, 645.0, 649.0, 643.0, 645.0, 643.0, 644.0, 642.0, 643.0, 646.0, 643.0, 644.0, 642.0, 643.0, 642.0, 643.0, 642.0, 644.0, 646.0, 643.0, 644.0, 643.0, 645.0, 646.0, 645.0, 644.0, 644.0, 646.0, 646.0, 646.0, 646.0, 644.0, 645.0, 646.0, 644.0, 645.0, 643.0, 647.0, 643.0, 647.0, 647.0, 643.0, 648.0, 643.0, 642.0, 642.0, 642.0, 642.0, 641.0, 643.0, 644.0, 645.0, 646.0, 644.0, 645.0, 648.0, 643.0, 644.0, 644.0, 641.0, 644.0, 639.0, 641.0, 638.0, 639.0, 640.0, 639.0, 644.0, 638.0, 641.0, 639.0, 639.0, 638.0, 639.0, 639.0, 640.0, 641.0, 640.0, 641.0, 641.0, 642.0, 641.0, 642.0, 641.0, 640.0, 640.0, 640.0, 640.0, 641.0, 642.0, 642.0, 642.0, 642.0, 644.0, 645.0, 645.0, 644.0, 645.0, 644.0, 643.0, 645.0, 645.0, 646.0, 645.0, 645.0, 644.0, 645.0, 644.0, 648.0, 644.0, 647.0, 644.0, 646.0, 647.0, 642.0, 644.0, 645.0, 641.0, 642.0, 639.0, 639.0, 639.0, 640.0, 637.0, 639.0, 640.0, 641.0, 641.0, 640.0, 643.0, 641.0, 642.0, 641.0, 642.0, 641.0, 643.0, 643.0, 642.0, 643.0, 644.0, 643.0, 644.0, 642.0, 645.0, 648.0, 642.0, 643.0, 643.0, 644.0, 644.0, 644.0, 644.0, 645.0, 644.0, 645.0, 646.0, 642.0, 644.0, 642.0, 643.0, 645.0, 643.0, 645.0, 643.0, 643.0, 641.0, 643.0, 647.0, 643.0, 644.0, 642.0, 644.0, 642.0, 643.0, 647.0, 642.0, 645.0, 642.0, 642.0, 642.0, 642.0, 645.0, 643.0, 646.0, 644.0, 643.0, 642.0, 643.0, 643.0, 643.0, 643.0, 644.0, 649.0, 645.0, 648.0, 645.0, 644.0, 643.0, 644.0, 643.0, 644.0, 642.0, 643.0, 648.0, 643.0, 644.0, 643.0, 643.0, 643.0, 644.0, 643.0, 643.0, 642.0, 645.0, 643.0, 644.0, 643.0, 643.0, 646.0, 643.0, 644.0, 642.0, 643.0, 641.0, 642.0, 644.0, 641.0, 644.0, 643.0, 642.0, 642.0, 643.0, 643.0, 643.0, 645.0, 648.0, 648.0, 648.0, 646.0, 648.0, 648.0, 647.0, 648.0, 649.0, 647.0, 648.0, 645.0, 647.0, 645.0, 646.0, 648.0, 646.0, 648.0, 645.0, 646.0, 644.0, 645.0, 649.0, 646.0, 644.0, 646.0, 641.0, 642.0, 641.0, 643.0, 642.0, 643.0, 643.0, 643.0, 644.0, 642.0, 644.0, 646.0, 642.0, 644.0, 643.0, 643.0, 642.0, 643.0, 645.0, 643.0, 645.0, 643.0, 643.0, 641.0, 643.0, 645.0, 641.0, 643.0, 646.0, 641.0, 643.0, 642.0, 642.0, 642.0, 643.0, 643.0, 644.0, 643.0, 645.0, 645.0, 646.0, 646.0, 646.0, 645.0, 646.0, 649.0, 645.0, 644.0, 646.0, 643.0, 643.0, 644.0, 643.0, 643.0, 643.0, 644.0, 642.0, 644.0, 643.0, 644.0, 644.0, 645.0, 646.0, 645.0, 645.0, 644.0, 646.0, 644.0, 646.0, 647.0, 645.0, 647.0, 648.0, 644.0, 645.0, 644.0, 644.0, 642.0, 645.0, 645.0, 645.0, 645.0, 645.0, 645.0, 645.0, 646.0, 646.0, 646.0, 646.0, 645.0, 646.0, 643.0, 645.0, 647.0, 648.0, 644.0, 645.0, 643.0, 644.0, 642.0, 644.0, 644.0, 645.0, 646.0, 646.0, 647.0, 645.0, 648.0, 647.0, 647.0, 649.0, 646.0, 650.0, 648.0, 649.0, 646.0, 645.0, 646.0, 648.0, 645.0, 650.0, 645.0, 646.0, 643.0, 644.0, 647.0, 642.0, 644.0, 642.0, 642.0, 641.0, 643.0, 643.0, 643.0, 645.0, 644.0, 645.0, 644.0, 645.0, 644.0, 645.0, 649.0, 645.0, 646.0, 643.0, 644.0, 642.0, 644.0, 643.0, 644.0, 646.0, 644.0, 645.0, 644.0, 645.0, 645.0, 646.0, 645.0, 646.0, 648.0, 646.0, 647.0, 645.0, 646.0, 649.0, 645.0, 645.0, 643.0, 644.0, 648.0, 644.0, 644.0, 643.0, 645.0, 644.0, 645.0, 645.0, 645.0, 645.0, 646.0, 646.0, 646.0, 648.0, 650.0, 644.0, 645.0, 644.0, 643.0, 645.0, 642.0, 644.0, 644.0, 644.0, 644.0, 642.0, 644.0, 644.0, 644.0, 645.0, 644.0, 644.0, 644.0, 644.0, 645.0, 644.0, 646.0, 646.0, 645.0, 645.0, 644.0, 646.0, 645.0, 647.0, 648.0, 646.0, 647.0, 644.0, 646.0, 648.0, 645.0, 650.0, 644.0, 648.0, 646.0, 646.0, 644.0, 645.0, 644.0, 645.0, 644.0, 648.0, 651.0, 646.0, 649.0, 646.0, 646.0, 645.0, 646.0, 644.0, 646.0, 643.0, 644.0, 644.0, 644.0, 647.0, 643.0, 644.0, 643.0, 644.0, 643.0, 644.0, 647.0, 644.0, 646.0, 644.0, 647.0, 647.0, 647.0, 645.0, 646.0, 646.0, 647.0, 644.0, 646.0, 644.0, 647.0, 643.0, 648.0, 644.0, 646.0, 643.0, 645.0, 643.0, 645.0, 643.0, 648.0, 644.0, 648.0, 642.0, 645.0, 640.0, 643.0, 641.0, 641.0, 640.0, 640.0, 640.0, 641.0, 642.0, 643.0, 642.0, 642.0, 643.0, 643.0, 643.0, 644.0, 643.0, 645.0, 644.0, 645.0, 643.0, 645.0, 644.0, 646.0, 646.0, 646.0, 645.0, 646.0, 647.0, 646.0, 647.0, 645.0, 647.0, 648.0, 645.0, 646.0, 647.0, 646.0, 649.0, 645.0, 646.0, 645.0, 646.0, 646.0, 646.0, 646.0, 646.0, 648.0, 647.0, 646.0, 650.0, 645.0, 646.0, 644.0, 646.0, 646.0, 644.0, 645.0, 644.0, 647.0, 646.0, 650.0, 646.0, 648.0, 645.0, 646.0, 644.0, 645.0, 643.0, 645.0, 648.0, 644.0, 646.0, 642.0, 644.0, 641.0, 642.0, 645.0, 642.0, 642.0, 641.0, 642.0, 643.0, 644.0, 644.0, 645.0, 643.0, 644.0, 642.0, 643.0, 642.0, 645.0, 645.0, 642.0, 645.0, 642.0, 642.0, 644.0, 642.0, 644.0, 641.0, 641.0, 640.0, 641.0, 641.0, 644.0, 640.0, 645.0, 643.0, 642.0, 644.0, 639.0, 641.0, 643.0, 639.0, 639.0, 638.0, 637.0, 638.0, 638.0, 638.0, 641.0, 643.0, 645.0, 643.0, 643.0, 644.0, 644.0, 644.0, 645.0, 644.0, 645.0, 645.0, 644.0, 645.0, 645.0, 645.0, 643.0, 644.0, 647.0, 644.0, 644.0, 644.0, 642.0, 645.0, 642.0, 642.0, 641.0, 642.0, 642.0, 643.0, 642.0, 643.0, 643.0, 644.0, 642.0, 643.0, 644.0, 644.0, 644.0, 643.0, 644.0, 643.0, 644.0, 645.0, 645.0, 644.0, 643.0, 645.0, 643.0, 645.0, 645.0, 646.0, 645.0, 646.0, 646.0, 646.0, 647.0, 646.0, 647.0, 646.0, 646.0, 647.0, 645.0, 646.0, 648.0, 646.0, 645.0, 644.0, 645.0, 645.0, 647.0, 647.0, 647.0, 648.0, 647.0, 647.0, 647.0, 648.0, 649.0, 647.0, 647.0, 647.0, 646.0, 647.0, 646.0, 647.0, 646.0, 648.0, 648.0, 648.0, 648.0, 649.0, 653.0, 653.0, 648.0, 649.0, 652.0, 646.0, 646.0, 645.0, 647.0, 649.0, 646.0, 647.0, 649.0, 647.0, 646.0, 646.0, 647.0, 645.0, 647.0, 647.0, 648.0, 649.0, 649.0, 649.0, 649.0, 649.0, 650.0, 649.0, 650.0, 652.0, 649.0, 648.0, 650.0, 647.0, 647.0, 645.0, 646.0, 649.0, 646.0, 646.0, 644.0, 647.0, 644.0, 647.0, 644.0, 645.0, 644.0, 643.0, 644.0, 644.0, 644.0, 645.0, 644.0, 644.0, 644.0, 644.0, 644.0, 646.0, 643.0, 644.0, 643.0, 644.0, 643.0, 645.0, 644.0, 645.0, 643.0, 645.0, 643.0, 644.0, 644.0, 644.0, 642.0, 644.0, 644.0, 644.0, 645.0, 646.0, 646.0, 646.0, 646.0, 646.0, 646.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.0018404803493449779</td></tr>
<tr><td colspan=3>aqi</td><td>0.024215974163027655</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.565001921864514</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.272246046030591</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.039345950823015</td></tr>
<tr><td colspan=3>efc</td><td>0.4897</td></tr>
<tr><td colspan=3>fber</td><td>5873.9214</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07889172255969587</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>37</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.692867540029112</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.797672857754885</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7662252067753244</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0716267449485297</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5551666215408004</td></tr>
<tr><td colspan=3>gcor</td><td>0.0151437</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01323369238525629</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030593769624829292</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1374</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.453845576478959</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.2529</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>3.1357</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>13.1948</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>3.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294016.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>0.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>24.1255</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.5927</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>41.2048</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>235.3915</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>255.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82528.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>52.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>317.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>73.8303</td></tr>
<tr><td colspan=3>tsnr</td><td>36.13802154106088</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>