<?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-0018_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-0018_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-0018_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-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0018/figures/sub-0018_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-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018/ses-01/func/sub-0018_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>953bcd34120be8be1c72ae1caa4f31c1</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:03:2.892500</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.995368, -0.0819082, 0.0503398, 0.0758904, 0.990847, 0.111634]</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.100246</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>66</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4157, -7743, -7281, 646, -57, -247, -15, 13]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 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>232.71</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>dfdd7ca3-2fb7-445b-a344-43a9956dc54c||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.670498847961426, 0.2036084234714508, 0.15936139225959778, 99.80409240722656], [0.21975360810756683, 2.6583712100982666, 0.28970015048980713, -108.49424743652344], [0.13505788147449493, -0.2995052635669708, 2.6796786785125732, -60.756526947021484], [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': ['110302.892500', '110303.352500', '110303.812500', '110304.272500', '110304.732500', '110305.192500', '110305.652500', '110306.112500', '110306.572500', '110307.032500', '110307.492500', '110307.952500', '110308.412500', '110308.872500', '110309.332500', '110309.792500', '110310.252500', '110310.712500', '110311.172500', '110311.632500', '110312.092500', '110312.552500', '110313.012500', '110313.472500', '110313.932500', '110314.392500', '110314.852500', '110315.312500', '110315.772500', '110316.232500', '110316.692500', '110317.152500', '110317.612500', '110318.072500', '110318.532500', '110318.992500', '110319.452500', '110319.912500', '110320.372500', '110320.832500', '110321.292500', '110321.752500', '110322.212500', '110322.672500', '110323.132500', '110323.592500', '110324.052500', '110324.512500', '110324.972500', '110325.432500', '110325.892500', '110326.352500', '110326.812500', '110327.272500', '110327.732500', '110328.192500', '110328.652500', '110329.112500', '110329.572500', '110330.032500', '110330.492500', '110330.952500', '110331.412500', '110331.872500', '110332.332500', '110332.792500', '110333.252500', '110333.712500', '110334.172500', '110334.632500', '110335.092500', '110335.552500', '110336.012500', '110336.472500', '110336.932500', '110337.392500', '110337.852500', '110338.312500', '110338.772500', '110339.232500', '110339.692500', '110340.152500', '110340.612500', '110341.072500', '110341.532500', '110341.992500', '110342.452500', '110342.912500', '110343.372500', '110343.832500', '110344.292500', '110344.752500', '110345.212500', '110345.672500', '110346.132500', '110346.592500', '110347.052500', '110347.512500', '110347.972500', '110348.432500', '110348.892500', '110349.352500', '110349.812500', '110350.272500', '110350.732500', '110351.192500', '110351.652500', '110352.112500', '110352.572500', '110353.032500', '110353.492500', '110353.952500', '110354.412500', '110354.872500', '110355.332500', '110355.792500', '110356.252500', '110356.712500', '110357.172500', '110357.632500', '110358.092500', '110358.552500', '110359.012500', '110359.472500', '110359.932500', '110400.392500', '110400.852500', '110401.312500', '110401.772500', '110402.232500', '110402.692500', '110403.152500', '110403.612500', '110404.072500', '110404.532500', '110404.992500', '110405.452500', '110405.912500', '110406.372500', '110406.832500', '110407.292500', '110407.752500', '110408.212500', '110408.672500', '110409.132500', '110409.592500', '110410.052500', '110410.512500', '110410.972500', '110411.432500', '110411.892500', '110412.352500', '110412.812500', '110413.272500', '110413.732500', '110414.192500', '110414.652500', '110415.112500', '110415.572500', '110416.032500', '110416.492500', '110416.952500', '110417.412500', '110417.872500', '110418.332500', '110418.792500', '110419.252500', '110419.712500', '110420.172500', '110420.632500', '110421.092500', '110421.552500', '110422.012500', '110422.472500', '110422.932500', '110423.392500', '110423.852500', '110424.312500', '110424.772500', '110425.232500', '110425.692500', '110426.152500', '110426.612500', '110427.072500', '110427.532500', '110427.992500', '110428.452500', '110428.912500', '110429.372500', '110429.832500', '110430.292500', '110430.752500', '110431.212500', '110431.672500', '110432.132500', '110432.592500', '110433.052500', '110433.512500', '110433.972500', '110434.432500', '110434.892500', '110435.352500', '110435.812500', '110436.272500', '110436.732500', '110437.192500', '110437.652500', '110438.112500', '110438.572500', '110439.032500', '110439.492500', '110439.952500', '110440.412500', '110440.872500', '110441.332500', '110441.792500', '110442.252500', '110442.712500', '110443.172500', '110443.632500', '110444.092500', '110444.552500', '110445.012500', '110445.472500', '110445.932500', '110446.392500', '110446.852500', '110447.312500', '110447.772500', '110448.232500', '110448.692500', '110449.152500', '110449.612500', '110450.072500', '110450.532500', '110450.992500', '110451.452500', '110451.912500', '110452.372500', '110452.832500', '110453.292500', '110453.752500', '110454.212500', '110454.672500', '110455.132500', '110455.592500', '110456.052500', '110456.512500', '110456.972500', '110457.432500', '110457.892500', '110458.352500', '110458.812500', '110459.272500', '110459.732500', '110500.192500', '110500.652500', '110501.112500', '110501.572500', '110502.032500', '110502.492500', '110502.952500', '110503.412500', '110503.872500', '110504.332500', '110504.792500', '110505.252500', '110505.712500', '110506.172500', '110506.632500', '110507.092500', '110507.552500', '110508.012500', '110508.472500', '110508.932500', '110509.392500', '110509.852500', '110510.312500', '110510.772500', '110511.232500', '110511.692500', '110512.152500', '110512.612500', '110513.072500', '110513.532500', '110513.992500', '110514.452500', '110514.912500', '110515.372500', '110515.832500', '110516.292500', '110516.752500', '110517.212500', '110517.672500', '110518.132500', '110518.592500', '110519.052500', '110519.512500', '110519.972500', '110520.432500', '110520.892500', '110521.352500', '110521.812500', '110522.272500', '110522.732500', '110523.192500', '110523.652500', '110524.112500', '110524.572500', '110525.032500', '110525.492500', '110525.952500', '110526.412500', '110526.872500', '110527.332500', '110527.792500', '110528.252500', '110528.712500', '110529.172500', '110529.632500', '110530.092500', '110530.552500', '110531.012500', '110531.472500', '110531.932500', '110532.392500', '110532.852500', '110533.312500', '110533.772500', '110534.232500', '110534.692500', '110535.152500', '110535.612500', '110536.072500', '110536.532500', '110536.992500', '110537.452500', '110537.912500', '110538.372500', '110538.832500', '110539.292500', '110539.752500', '110540.212500', '110540.672500', '110541.132500', '110541.592500', '110542.052500', '110542.512500', '110542.972500', '110543.432500', '110543.892500', '110544.352500', '110544.812500', '110545.272500', '110545.732500', '110546.192500', '110546.652500', '110547.112500', '110547.572500', '110548.032500', '110548.492500', '110548.952500', '110549.412500', '110549.872500', '110550.332500', '110550.792500', '110551.252500', '110551.712500', '110552.172500', '110552.632500', '110553.092500', '110553.552500', '110554.012500', '110554.472500', '110554.932500', '110555.392500', '110555.852500', '110556.312500', '110556.772500', '110557.232500', '110557.692500', '110558.152500', '110558.612500', '110559.072500', '110559.532500', '110559.992500', '110600.452500', '110600.912500', '110601.372500', '110601.832500', '110602.292500', '110602.752500', '110603.212500', '110603.672500', '110604.132500', '110604.592500', '110605.052500', '110605.512500', '110605.972500', '110606.432500', '110606.892500', '110607.352500', '110607.812500', '110608.272500', '110608.732500', '110609.192500', '110609.652500', '110610.112500', '110610.572500', '110611.032500', '110611.492500', '110611.952500', '110612.412500', '110612.872500', '110613.332500', '110613.792500', '110614.252500', '110614.712500', '110615.172500', '110615.632500', '110616.092500', '110616.552500', '110617.012500', '110617.472500', '110617.932500', '110618.392500', '110618.852500', '110619.312500', '110619.772500', '110620.232500', '110620.692500', '110621.152500', '110621.612500', '110622.072500', '110622.532500', '110622.992500', '110623.452500', '110623.912500', '110624.372500', '110624.832500', '110625.292500', '110625.752500', '110626.212500', '110626.672500', '110627.132500', '110627.592500', '110628.052500', '110628.512500', '110628.972500', '110629.432500', '110629.892500', '110630.352500', '110630.812500', '110631.272500', '110631.732500', '110632.192500', '110632.652500', '110633.112500', '110633.572500', '110634.032500', '110634.492500', '110634.952500', '110635.412500', '110635.872500', '110636.332500', '110636.792500', '110637.252500', '110637.712500', '110638.172500', '110638.632500', '110639.092500', '110639.552500', '110640.012500', '110640.472500', '110640.932500', '110641.392500', '110641.852500', '110642.312500', '110642.772500', '110643.232500', '110643.692500', '110644.152500', '110644.612500', '110645.072500', '110645.532500', '110645.992500', '110646.452500', '110646.912500', '110647.372500', '110647.832500', '110648.292500', '110648.752500', '110649.212500', '110649.672500', '110650.132500', '110650.592500', '110651.052500', '110651.512500', '110651.972500', '110652.432500', '110652.892500', '110653.352500', '110653.812500', '110654.272500', '110654.732500', '110655.192500', '110655.652500', '110656.112500', '110656.572500', '110657.032500', '110657.492500', '110657.952500', '110658.412500', '110658.872500', '110659.332500', '110659.792500', '110700.252500', '110700.712500', '110701.172500', '110701.632500', '110702.092500', '110702.552500', '110703.012500', '110703.472500', '110703.932500', '110704.392500', '110704.852500', '110705.312500', '110705.772500', '110706.232500', '110706.692500', '110707.152500', '110707.612500', '110708.072500', '110708.532500', '110708.992500', '110709.452500', '110709.912500', '110710.372500', '110710.832500', '110711.292500', '110711.752500', '110712.212500', '110712.672500', '110713.132500', '110713.592500', '110714.052500', '110714.512500', '110714.972500', '110715.432500', '110715.892500', '110716.352500', '110716.812500', '110717.272500', '110717.732500', '110718.192500', '110718.652500', '110719.112500', '110719.572500', '110720.032500', '110720.492500', '110720.952500', '110721.412500', '110721.872500', '110722.332500', '110722.792500', '110723.252500', '110723.712500', '110724.172500', '110724.632500', '110725.092500', '110725.552500', '110726.012500', '110726.472500', '110726.932500', '110727.392500', '110727.852500', '110728.312500', '110728.772500', '110729.232500', '110729.692500', '110730.152500', '110730.612500', '110731.072500', '110731.532500', '110731.992500', '110732.452500', '110732.912500', '110733.372500', '110733.832500', '110734.292500', '110734.752500', '110735.212500', '110735.672500', '110736.132500', '110736.592500', '110737.052500', '110737.512500', '110737.972500', '110738.432500', '110738.892500', '110739.352500', '110739.812500', '110740.272500', '110740.732500', '110741.192500', '110741.652500', '110742.112500', '110742.572500', '110743.032500', '110743.492500', '110743.952500', '110744.412500', '110744.872500', '110745.332500', '110745.792500', '110746.252500', '110746.712500', '110747.172500', '110747.632500', '110748.092500', '110748.552500', '110749.012500', '110749.472500', '110749.932500', '110750.392500', '110750.852500', '110751.312500', '110751.772500', '110752.232500', '110752.692500', '110753.152500', '110753.612500', '110754.072500', '110754.532500', '110754.992500', '110755.452500', '110755.912500', '110756.372500', '110756.832500', '110757.292500', '110757.752500', '110758.212500', '110758.672500', '110759.132500', '110759.592500', '110800.052500', '110800.512500', '110800.972500', '110801.432500', '110801.892500', '110802.352500', '110802.812500', '110803.272500', '110803.732500', '110804.192500', '110804.652500', '110805.112500', '110805.572500', '110806.032500', '110806.492500', '110806.952500', '110807.412500', '110807.872500', '110808.332500', '110808.792500', '110809.252500', '110809.712500', '110810.172500', '110810.632500', '110811.092500', '110811.552500', '110812.012500', '110812.472500', '110812.932500', '110813.392500', '110813.852500', '110814.312500', '110814.772500', '110815.232500', '110815.692500', '110816.152500', '110816.612500', '110817.072500', '110817.532500', '110817.992500', '110818.452500', '110818.912500', '110819.372500', '110819.832500', '110820.292500', '110820.752500', '110821.212500', '110821.672500', '110822.132500', '110822.592500', '110823.052500', '110823.512500', '110823.972500', '110824.432500', '110824.892500', '110825.352500', '110825.812500', '110826.272500', '110826.732500', '110827.192500', '110827.652500', '110828.112500', '110828.572500', '110829.032500', '110829.492500', '110829.952500', '110830.412500', '110830.872500', '110831.332500', '110831.792500', '110832.252500', '110832.712500', '110833.172500', '110833.632500', '110834.092500', '110834.552500', '110835.012500', '110835.472500', '110835.932500', '110836.392500', '110836.852500', '110837.312500', '110837.772500', '110838.232500', '110838.692500', '110839.152500', '110839.612500', '110840.072500', '110840.532500', '110840.992500', '110841.452500', '110841.912500', '110842.372500', '110842.832500', '110843.292500', '110843.752500', '110844.212500', '110844.672500', '110845.132500', '110845.592500', '110846.052500', '110846.512500', '110846.972500', '110847.432500', '110847.892500', '110848.352500', '110848.812500', '110849.272500', '110849.732500', '110850.192500', '110850.652500', '110851.112500', '110851.572500', '110852.032500', '110852.492500', '110852.952500', '110853.412500', '110853.872500', '110854.332500', '110854.792500', '110855.252500', '110855.712500', '110856.172500', '110856.632500', '110857.092500', '110857.552500', '110858.012500', '110858.472500', '110858.932500', '110859.392500', '110859.852500', '110900.312500', '110900.772500', '110901.232500', '110901.692500', '110902.152500', '110902.612500', '110903.072500', '110903.532500', '110903.992500', '110904.452500', '110904.912500', '110905.372500', '110905.832500', '110906.292500', '110906.752500', '110907.212500', '110907.672500', '110908.132500', '110908.592500', '110909.052500', '110909.512500', '110909.972500', '110910.432500', '110910.892500', '110911.352500', '110911.812500', '110912.272500', '110912.732500', '110913.192500', '110913.652500', '110914.112500', '110914.572500', '110915.032500', '110915.492500', '110915.952500', '110916.412500', '110916.872500', '110917.332500', '110917.792500', '110918.252500', '110918.712500', '110919.172500', '110919.632500', '110920.092500', '110920.552500', '110921.012500', '110921.472500', '110921.932500', '110922.392500', '110922.852500', '110923.312500', '110923.772500', '110924.232500', '110924.692500', '110925.152500', '110925.612500', '110926.072500', '110926.532500', '110926.992500', '110927.452500', '110927.912500', '110928.372500', '110928.832500', '110929.292500', '110929.752500', '110930.212500', '110930.672500', '110931.132500', '110931.592500', '110932.052500', '110932.512500', '110932.972500', '110933.432500', '110933.892500', '110934.352500', '110934.812500', '110935.272500', '110935.732500', '110936.192500', '110936.652500', '110937.112500', '110937.572500', '110938.032500', '110938.492500', '110938.952500', '110939.412500', '110939.872500', '110940.332500', '110940.792500', '110941.252500', '110941.712500', '110942.172500', '110942.632500', '110943.092500', '110943.552500', '110944.012500', '110944.472500', '110944.932500', '110945.392500', '110945.852500', '110946.312500', '110946.772500', '110947.232500', '110947.692500', '110948.152500', '110948.612500', '110949.072500', '110949.532500', '110949.992500', '110950.452500', '110950.912500', '110951.372500', '110951.832500', '110952.292500', '110952.752500', '110953.212500', '110953.672500', '110954.132500', '110954.592500', '110955.052500', '110955.512500', '110955.972500', '110956.432500', '110956.892500', '110957.352500', '110957.812500', '110958.272500', '110958.732500', '110959.192500', '110959.652500', '111000.112500', '111000.572500', '111001.032500', '111001.492500', '111001.952500', '111002.412500', '111002.872500', '111003.332500', '111003.792500', '111004.252500', '111004.712500', '111005.172500', '111005.632500', '111006.092500', '111006.552500', '111007.012500', '111007.472500', '111007.932500', '111008.392500', '111008.852500', '111009.312500', '111009.772500', '111010.232500', '111010.692500', '111011.152500', '111011.612500', '111012.072500', '111012.532500', '111012.992500', '111013.452500', '111013.912500', '111014.372500', '111014.832500', '111015.292500', '111015.752500', '111016.212500', '111016.672500', '111017.132500', '111017.592500', '111018.052500', '111018.512500', '111018.972500', '111019.432500', '111019.892500', '111020.352500', '111020.812500', '111021.272500', '111021.732500', '111022.192500', '111022.652500', '111023.112500', '111023.572500', '111024.032500', '111024.492500', '111024.952500', '111025.412500', '111025.872500', '111026.332500', '111026.792500', '111027.252500', '111027.712500', '111028.172500', '111028.632500', '111029.092500', '111029.552500', '111030.012500', '111030.472500', '111030.932500', '111031.392500', '111031.852500', '111032.312500', '111032.772500', '111033.232500', '111033.692500', '111034.152500', '111034.612500', '111035.072500', '111035.532500', '111035.992500', '111036.452500', '111036.912500', '111037.372500', '111037.832500', '111038.292500', '111038.752500', '111039.212500', '111039.672500', '111040.132500', '111040.592500', '111041.052500', '111041.512500', '111041.972500', '111042.432500', '111042.892500', '111043.352500', '111043.812500', '111044.272500', '111044.732500', '111045.192500', '111045.652500', '111046.112500', '111046.572500', '111047.032500', '111047.492500', '111047.952500', '111048.412500', '111048.872500', '111049.332500', '111049.792500', '111050.252500', '111050.712500', '111051.172500', '111051.632500', '111052.092500', '111052.552500', '111053.012500', '111053.472500', '111053.932500', '111054.392500', '111054.852500', '111055.312500', '111055.772500', '111056.232500', '111056.692500', '111057.152500', '111057.612500', '111058.072500', '111058.532500', '111058.992500', '111059.452500', '111059.912500', '111100.372500', '111100.832500', '111101.292500', '111101.752500', '111102.212500', '111102.672500', '111103.132500', '111103.592500', '111104.052500', '111104.512500', '111104.972500', '111105.432500', '111105.892500', '111106.352500', '111106.812500', '111107.272500', '111107.732500', '111108.192500', '111108.652500', '111109.112500', '111109.572500', '111110.032500', '111110.492500', '111110.952500', '111111.412500', '111111.872500', '111112.332500', '111112.792500', '111113.252500', '111113.712500', '111114.172500', '111114.632500', '111115.092500', '111115.552500', '111116.012500', '111116.472500', '111116.932500', '111117.392500', '111117.852500', '111118.312500', '111118.772500', '111119.232500', '111119.692500', '111120.152500', '111120.612500', '111121.072500', '111121.532500', '111121.992500', '111122.452500', '111122.912500', '111123.372500', '111123.832500', '111124.292500', '111124.752500', '111125.212500', '111125.672500', '111126.132500', '111126.592500', '111127.052500', '111127.512500', '111127.972500', '111128.432500', '111128.892500', '111129.352500', '111129.812500', '111130.272500', '111130.732500', '111131.192500', '111131.652500', '111132.112500', '111132.572500', '111133.032500', '111133.492500', '111133.952500', '111134.412500', '111134.872500', '111135.332500', '111135.792500', '111136.252500', '111136.712500', '111137.172500', '111137.632500', '111138.092500', '111138.552500', '111139.012500', '111139.472500', '111139.932500', '111140.392500', '111140.852500', '111141.312500', '111141.772500', '111142.232500', '111142.692500', '111143.152500', '111143.612500', '111144.072500', '111144.532500', '111144.992500', '111145.452500', '111145.912500', '111146.372500', '111146.832500', '111147.292500', '111147.752500', '111148.212500', '111148.672500', '111149.132500', '111149.592500', '111150.052500', '111150.512500', '111150.972500', '111151.432500', '111151.892500', '111152.352500', '111152.812500', '111153.272500', '111153.732500', '111154.192500', '111154.652500', '111155.112500', '111155.572500', '111156.032500', '111156.492500', '111156.952500', '111157.412500', '111157.872500', '111158.332500', '111158.792500', '111159.252500', '111159.712500', '111200.172500', '111200.632500', '111201.092500', '111201.552500', '111202.012500', '111202.472500', '111202.932500', '111203.392500', '111203.852500', '111204.312500', '111204.772500', '111205.232500', '111205.692500', '111206.152500', '111206.612500', '111207.072500', '111207.532500', '111207.992500', '111208.452500', '111208.912500', '111209.372500', '111209.832500', '111210.292500', '111210.752500', '111211.212500', '111211.672500', '111212.132500', '111212.592500', '111213.052500', '111213.512500', '111213.972500', '111214.432500', '111214.892500', '111215.352500', '111215.812500', '111216.272500', '111216.732500', '111217.192500', '111217.652500', '111218.112500', '111218.572500', '111219.032500', '111219.492500', '111219.952500', '111220.412500', '111220.872500', '111221.332500', '111221.792500', '111222.252500', '111222.712500', '111223.172500', '111223.632500', '111224.092500', '111224.552500', '111225.012500', '111225.472500', '111225.932500', '111226.392500', '111226.852500', '111227.312500', '111227.772500', '111228.232500', '111228.692500', '111229.152500', '111229.612500', '111230.072500', '111230.532500', '111230.992500', '111231.452500', '111231.912500', '111232.372500', '111232.832500', '111233.292500', '111233.752500', '111234.212500', '111234.672500', '111235.132500', '111235.592500', '111236.052500', '111236.512500', '111236.972500', '111237.432500', '111237.892500', '111238.352500', '111238.812500', '111239.272500', '111239.732500', '111240.192500', '111240.652500', '111241.112500', '111241.572500', '111242.032500', '111242.492500', '111242.952500', '111243.412500', '111243.872500', '111244.332500', '111244.792500', '111245.252500', '111245.712500', '111246.172500', '111246.632500', '111247.092500', '111247.552500', '111248.012500', '111248.472500', '111248.932500', '111249.392500', '111249.852500', '111250.312500', '111250.772500', '111251.232500', '111251.692500', '111252.152500', '111252.612500', '111253.072500', '111253.532500', '111253.992500', '111254.452500', '111254.912500', '111255.372500', '111255.832500', '111256.292500', '111256.752500', '111257.212500', '111257.672500', '111258.132500', '111258.592500', '111259.052500', '111259.512500', '111259.972500', '111300.432500', '111300.892500', '111301.352500', '111301.812500', '111302.272500', '111302.732500', '111303.192500', '111303.652500', '111304.112500', '111304.572500', '111305.032500', '111305.492500', '111305.952500', '111306.412500', '111306.872500', '111307.332500', '111307.792500', '111308.252500', '111308.712500', '111309.172500', '111309.632500', '111310.092500', '111310.552500', '111311.012500', '111311.472500', '111311.932500', '111312.392500', '111312.852500', '111313.312500', '111313.772500', '111314.232500', '111314.692500', '111315.152500', '111315.612500', '111316.072500', '111316.532500', '111316.992500', '111317.452500', '111317.912500', '111318.372500', '111318.832500', '111319.292500', '111319.752500', '111320.212500', '111320.672500', '111321.132500', '111321.592500', '111322.052500', '111322.512500', '111322.972500', '111323.432500', '111323.892500', '111324.352500', '111324.812500', '111325.272500', '111325.732500', '111326.192500', '111326.652500', '111327.112500', '111327.572500', '111328.032500', '111328.492500', '111328.952500', '111329.412500', '111329.872500', '111330.332500', '111330.792500', '111331.252500', '111331.712500', '111332.172500', '111332.632500', '111333.092500', '111333.552500', '111334.012500', '111334.472500', '111334.932500', '111335.392500'], 'ContentTime': ['110306.247000', '110306.447000', '110306.650000', '110306.863000', '110307.076000', '110307.337000', '110307.508000', '110307.782000', '110307.908000', '110308.123000', '110308.389000', '110308.708000', '110309.159000', '110309.629000', '110310.165000', '110310.560000', '110311.063000', '110311.482000', '110311.974000', '110312.418000', '110312.871000', '110313.340000', '110313.803000', '110314.251000', '110314.710000', '110315.179000', '110315.641000', '110316.384000', '110316.558000', '110317.073000', '110317.470000', '110317.942000', '110318.382000', '110318.858000', '110319.303000', '110319.766000', '110320.237000', '110320.705000', '110321.145000', '110321.621000', '110322.065000', '110322.534000', '110323.023000', '110323.462000', '110323.918000', '110324.401000', '110324.834000', '110325.295000', '110325.747000', '110326.216000', '110326.679000', '110327.136000', '110327.601000', '110328.055000', '110328.514000', '110328.966000', '110329.434000', '110329.924000', '110330.355000', '110330.823000', '110331.293000', '110331.730000', '110332.201000', '110332.660000', '110333.122000', '110333.565000', '110334.036000', '110334.495000', '110334.953000', '110335.427000', '110335.868000', '110336.329000', '110336.796000', '110337.256000', '110337.758000', '110338.166000', '110338.636000', '110339.080000', '110339.556000', '110340.022000', '110340.480000', '110340.925000', '110341.399000', '110341.845000', '110342.322000', '110342.776000', '110343.236000', '110343.702000', '110344.150000', '110344.618000', '110345.078000', '110345.526000', '110345.993000', '110346.444000', '110346.921000', '110347.370000', '110347.837000', '110348.302000', '110348.758000', '110349.216000', '110349.674000', '110350.141000', '110350.587000', '110351.078000', '110351.547000', '110351.965000', '110352.436000', '110352.903000', '110353.413000', '110353.802000', '110354.284000', '110354.741000', '110355.193000', '110355.660000', '110356.120000', '110356.582000', '110357.026000', '110357.502000', '110357.955000', '110358.421000', '110358.867000', '110359.333000', '110359.800000', '110400.247000', '110400.709000', '110401.209000', '110401.631000', '110402.092000', '110402.558000', '110403.020000', '110403.477000', '110403.935000', '110404.398000', '110404.848000', '110405.317000', '110405.771000', '110406.230000', '110406.700000', '110407.161000', '110407.618000', '110408.068000', '110408.529000', '110408.992000', '110409.457000', '110409.914000', '110410.382000', '110410.836000', '110411.294000', '110411.764000', '110412.206000', '110412.671000', '110413.123000', '110413.597000', '110414.052000', '110414.512000', '110414.977000', '110415.437000', '110415.941000', '110416.355000', '110416.811000', '110417.282000', '110417.742000', '110418.205000', '110418.667000', '110419.117000', '110419.581000', '110420.044000', '110420.506000', '110420.968000', '110421.416000', '110421.904000', '110422.349000', '110422.792000', '110423.281000', '110423.706000', '110424.187000', '110424.640000', '110425.101000', '110425.564000', '110426.020000', '110426.472000', '110426.946000', '110427.388000', '110427.852000', '110428.318000', '110428.772000', '110429.236000', '110429.697000', '110430.149000', '110430.624000', '110431.069000', '110431.522000', '110432.005000', '110432.456000', '110432.923000', '110433.382000', '110433.837000', '110434.295000', '110434.771000', '110435.210000', '110435.688000', '110436.142000', '110436.589000', '110437.054000', '110437.545000', '110437.973000', '110438.445000', '110438.901000', '110439.366000', '110439.821000', '110440.267000', '110440.744000', '110441.321000', '110441.658000', '110442.123000', '110442.567000', '110443.041000', '110443.503000', '110443.988000', '110444.418000', '110444.882000', '110445.325000', '110445.787000', '110446.253000', '110446.711000', '110447.189000', '110447.636000', '110448.088000', '110448.590000', '110449.012000', '110449.481000', '110449.926000', '110450.411000', '110450.885000', '110451.314000', '110451.783000', '110452.267000', '110452.702000', '110453.152000', '110453.625000', '110454.083000', '110454.535000', '110455.001000', '110455.453000', '110455.913000', '110456.379000', '110456.844000', '110457.298000', '110457.750000', '110458.210000', '110458.671000', '110459.129000', '110459.603000', '110500.051000', '110500.567000', '110500.968000', '110501.435000', '110501.902000', '110502.349000', '110502.811000', '110503.281000', '110503.751000', '110504.196000', '110504.650000', '110505.135000', '110505.592000', '110506.044000', '110506.507000', '110506.968000', '110507.424000', '110507.889000', '110508.343000', '110508.802000', '110509.261000', '110509.719000', '110510.163000', '110510.670000', '110511.104000', '110511.569000', '110512.016000', '110512.476000', '110512.928000', '110513.393000', '110513.892000', '110514.329000', '110514.786000', '110515.238000', '110515.705000', '110516.163000', '110516.637000', '110517.075000', '110517.535000', '110518.005000', '110518.459000', '110518.916000', '110519.408000', '110519.832000', '110520.307000', '110520.752000', '110521.289000', '110521.692000', '110522.194000', '110522.600000', '110523.067000', '110523.510000', '110523.983000', '110524.448000', '110524.904000', '110525.359000', '110525.823000', '110526.278000', '110526.741000', '110527.235000', '110527.664000', '110528.112000', '110528.592000', '110529.040000', '110529.508000', '110529.969000', '110530.422000', '110530.874000', '110531.332000', '110531.801000', '110532.266000', '110532.718000', '110533.181000', '110533.632000', '110534.103000', '110534.568000', '110535.028000', '110535.485000', '110535.935000', '110536.397000', '110536.856000', '110537.353000', '110537.781000', '110538.232000', '110538.745000', '110539.170000', '110539.621000', '110540.080000', '110540.537000', '110541.010000', '110541.467000', '110541.924000', '110542.376000', '110542.838000', '110543.291000', '110543.762000', '110544.220000', '110544.684000', '110545.146000', '110545.599000', '110546.069000', '110546.512000', '110546.980000', '110547.451000', '110547.908000', '110548.357000', '110548.812000', '110549.277000', '110549.734000', '110550.202000', '110550.667000', '110551.154000', '110551.585000', '110552.048000', '110552.506000', '110552.968000', '110553.428000', '110553.892000', '110554.339000', '110554.813000', '110555.269000', '110555.730000', '110556.172000', '110556.648000', '110557.107000', '110557.557000', '110558.017000', '110558.487000', '110558.944000', '110559.412000', '110559.864000', '110600.326000', '110600.786000', '110601.313000', '110601.694000', '110602.155000', '110602.623000', '110603.080000', '110603.540000', '110604.006000', '110604.471000', '110604.939000', '110605.393000', '110605.847000', '110606.311000', '110606.768000', '110607.229000', '110607.675000', '110608.150000', '110608.617000', '110609.060000', '110609.520000', '110609.988000', '110610.438000', '110610.898000', '110611.358000', '110611.830000', '110612.282000', '110612.744000', '110613.205000', '110613.665000', '110614.123000', '110614.585000', '110615.045000', '110615.499000', '110615.992000', '110616.455000', '110616.894000', '110617.337000', '110617.799000', '110618.273000', '110618.724000', '110619.192000', '110619.640000', '110620.100000', '110620.573000', '110621.034000', '110621.494000', '110621.955000', '110622.410000', '110622.860000', '110623.334000', '110623.774000', '110624.238000', '110624.723000', '110625.168000', '110625.636000', '110626.084000', '110626.553000', '110627.010000', '110627.468000', '110627.936000', '110628.374000', '110628.837000', '110629.306000', '110629.769000', '110630.261000', '110630.694000', '110631.153000', '110631.610000', '110632.084000', '110632.528000', '110632.977000', '110633.448000', '110633.906000', '110634.358000', '110634.830000', '110635.285000', '110635.740000', '110636.196000', '110636.660000', '110637.137000', '110637.580000', '110638.054000', '110638.502000', '110638.962000', '110639.418000', '110639.888000', '110640.342000', '110640.800000', '110641.275000', '110641.723000', '110642.187000', '110642.654000', '110643.111000', '110643.561000', '110644.037000', '110644.493000', '110644.937000', '110645.417000', '110645.871000', '110646.336000', '110646.794000', '110647.244000', '110647.738000', '110648.160000', '110648.622000', '110649.084000', '110649.556000', '110650.003000', '110650.473000', '110650.925000', '110651.399000', '110651.849000', '110652.345000', '110652.764000', '110653.241000', '110653.697000', '110654.157000', '110654.603000', '110655.067000', '110655.538000', '110655.986000', '110656.443000', '110656.908000', '110657.398000', '110657.832000', '110658.299000', '110658.758000', '110659.216000', '110659.677000', '110700.120000', '110700.599000', '110701.051000', '110701.512000', '110701.965000', '110702.426000', '110702.884000', '110703.355000', '110703.819000', '110704.269000', '110704.725000', '110705.250000', '110705.642000', '110706.113000', '110706.570000', '110707.039000', '110707.498000', '110707.937000', '110708.442000', '110708.860000', '110709.320000', '110709.795000', '110710.242000', '110710.715000', '110711.168000', '110711.636000', '110712.105000', '110712.539000', '110713.026000', '110713.477000', '110713.925000', '110714.409000', '110714.843000', '110715.317000', '110715.775000', '110716.239000', '110716.679000', '110717.169000', '110717.618000', '110718.060000', '110718.518000', '110718.991000', '110719.458000', '110719.899000', '110720.408000', '110720.822000', '110721.285000', '110721.745000', '110722.218000', '110722.661000', '110723.132000', '110723.593000', '110724.063000', '110724.513000', '110724.965000', '110725.425000', '110725.915000', '110726.381000', '110726.808000', '110727.338000', '110727.745000', '110728.194000', '110728.666000', '110729.116000', '110729.575000', '110730.035000', '110730.491000', '110730.958000', '110731.422000', '110731.863000', '110732.346000', '110732.787000', '110733.280000', '110733.706000', '110734.163000', '110734.635000', '110735.099000', '110735.561000', '110736.006000', '110736.477000', '110736.927000', '110737.398000', '110737.846000', '110738.315000', '110738.773000', '110739.282000', '110739.709000', '110740.166000', '110740.617000', '110741.101000', '110741.570000', '110741.998000', '110742.455000', '110742.905000', '110743.385000', '110743.837000', '110744.290000', '110744.760000', '110745.216000', '110745.676000', '110746.137000', '110746.597000', '110747.049000', '110747.522000', '110747.968000', '110748.437000', '110748.907000', '110749.364000', '110749.813000', '110750.288000', '110750.741000', '110751.264000', '110751.666000', '110752.106000', '110752.578000', '110753.044000', '110753.489000', '110753.957000', '110754.407000', '110754.883000', '110755.350000', '110755.798000', '110756.259000', '110756.745000', '110757.181000', '110757.642000', '110758.106000', '110758.545000', '110759.027000', '110759.488000', '110759.930000', '110800.395000', '110800.845000', '110801.319000', '110801.773000', '110802.234000', '110802.703000', '110803.147000', '110803.628000', '110804.067000', '110804.532000', '110805.000000', '110805.459000', '110805.926000', '110806.379000', '110806.828000', '110807.303000', '110807.789000', '110808.224000', '110808.684000', '110809.134000', '110809.601000', '110810.068000', '110810.529000', '110810.981000', '110811.429000', '110811.888000', '110812.346000', '110812.811000', '110813.273000', '110813.743000', '110814.207000', '110814.665000', '110815.111000', '110815.588000', '110816.032000', '110816.491000', '110816.965000', '110817.419000', '110817.882000', '110818.340000', '110818.793000', '110819.266000', '110819.723000', '110820.190000', '110820.643000', '110821.093000', '110821.559000', '110822.013000', '110822.470000', '110822.943000', '110823.402000', '110823.861000', '110824.311000', '110824.786000', '110825.251000', '110825.702000', '110826.167000', '110826.626000', '110827.082000', '110827.549000', '110828.005000', '110828.451000', '110828.911000', '110829.395000', '110829.839000', '110830.297000', '110830.754000', '110831.219000', '110831.691000', '110832.142000', '110832.607000', '110833.067000', '110833.524000', '110833.991000', '110834.469000', '110834.903000', '110835.366000', '110835.829000', '110836.288000', '110836.735000', '110837.193000', '110837.660000', '110838.155000', '110838.571000', '110839.033000', '110839.511000', '110839.991000', '110840.432000', '110840.876000', '110841.386000', '110841.809000', '110842.272000', '110842.734000', '110843.173000', '110843.651000', '110844.094000', '110844.551000', '110845.026000', '110845.491000', '110845.946000', '110846.406000', '110846.852000', '110847.316000', '110847.783000', '110848.252000', '110848.700000', '110849.169000', '110849.656000', '110850.088000', '110850.538000', '110850.995000', '110851.455000', '110851.930000', '110852.387000', '110852.849000', '110853.308000', '110853.771000', '110854.226000', '110854.690000', '110855.143000', '110855.610000', '110856.069000', '110856.529000', '110856.993000', '110857.453000', '110857.906000', '110858.377000', '110858.833000', '110859.325000', '110859.774000', '110900.213000', '110900.674000', '110901.138000', '110901.591000', '110902.054000', '110902.499000', '110902.965000', '110903.421000', '110903.892000', '110904.351000', '110904.793000', '110905.273000', '110905.731000', '110906.182000', '110906.649000', '110907.112000', '110907.594000', '110908.058000', '110908.519000', '110908.936000', '110909.403000', '110909.876000', '110910.318000', '110910.780000', '110911.238000', '110911.738000', '110912.179000', '110912.635000', '110913.092000', '110913.578000', '110914.048000', '110914.465000', '110914.924000', '110915.378000', '110915.849000', '110916.301000', '110916.778000', '110917.234000', '110917.681000', '110918.158000', '110918.613000', '110919.113000', '110919.530000', '110920.001000', '110920.453000', '110920.917000', '110921.375000', '110921.821000', '110922.297000', '110922.744000', '110923.199000', '110923.661000', '110924.140000', '110924.592000', '110925.054000', '110925.502000', '110925.972000', '110926.431000', '110926.887000', '110927.359000', '110927.818000', '110928.309000', '110928.732000', '110929.333000', '110929.652000', '110930.139000', '110930.581000', '110931.036000', '110931.493000', '110931.950000', '110932.409000', '110932.866000', '110933.338000', '110933.781000', '110934.251000', '110934.714000', '110935.170000', '110935.627000', '110936.099000', '110936.558000', '110937.026000', '110937.482000', '110937.941000', '110938.394000', '110938.856000', '110939.338000', '110939.775000', '110940.237000', '110940.695000', '110941.165000', '110941.616000', '110942.066000', '110942.532000', '110942.993000', '110943.447000', '110943.917000', '110944.377000', '110944.824000', '110945.316000', '110945.743000', '110946.222000', '110946.662000', '110947.130000', '110947.599000', '110948.057000', '110948.507000', '110948.974000', '110949.444000', '110949.901000', '110950.364000', '110950.812000', '110951.378000', '110951.727000', '110952.198000', '110952.659000', '110953.115000', '110953.577000', '110954.038000', '110954.498000', '110954.974000', '110955.424000', '110955.881000', '110956.345000', '110956.798000', '110957.261000', '110957.703000', '110958.177000', '110958.629000', '110959.102000', '110959.559000', '111000.005000', '111000.466000', '111000.946000', '111001.409000', '111001.862000', '111002.322000', '111002.781000', '111003.242000', '111003.691000', '111004.166000', '111004.622000', '111005.082000', '111005.549000', '111006.000000', '111006.470000', '111006.918000', '111007.376000', '111007.841000', '111008.288000', '111008.765000', '111009.214000', '111009.686000', '111010.128000', '111010.610000', '111011.068000', '111011.516000', '111011.977000', '111012.429000', '111012.897000', '111013.358000', '111013.826000', '111014.280000', '111014.790000', '111015.226000', '111015.660000', '111016.167000', '111016.585000', '111017.042000', '111017.500000', '111017.964000', '111018.425000', '111018.885000', '111019.344000', '111019.807000', '111020.248000', '111020.727000', '111021.416000', '111021.649000', '111022.092000', '111022.553000', '111023.027000', '111023.482000', '111023.949000', '111024.393000', '111024.862000', '111025.323000', '111025.778000', '111026.273000', '111026.709000', '111027.167000', '111027.632000', '111028.091000', '111028.550000', '111029.006000', '111029.463000', '111029.911000', '111030.373000', '111030.848000', '111031.315000', '111031.764000', '111032.229000', '111032.729000', '111033.134000', '111033.604000', '111034.073000', '111034.529000', '111034.990000', '111035.439000', '111035.900000', '111036.378000', '111036.816000', '111037.278000', '111037.754000', '111038.200000', '111038.667000', '111039.116000', '111039.577000', '111040.042000', '111040.515000', '111040.957000', '111041.414000', '111041.903000', '111042.337000', '111042.796000', '111043.299000', '111043.727000', '111044.188000', '111044.648000', '111045.105000', '111045.580000', '111046.021000', '111046.486000', '111046.960000', '111047.410000', '111047.871000', '111048.327000', '111048.779000', '111049.256000', '111049.711000', '111050.171000', '111050.622000', '111051.081000', '111051.550000', '111052.005000', '111052.465000', '111052.918000', '111053.387000', '111053.842000', '111054.299000', '111054.759000', '111055.329000', '111055.688000', '111056.135000', '111056.606000', '111057.078000', '111057.526000', '111057.982000', '111058.438000', '111058.911000', '111059.364000', '111059.832000', '111100.280000', '111100.741000', '111101.199000', '111101.670000', '111102.158000', '111102.581000', '111103.079000', '111103.503000', '111103.974000', '111104.431000', '111104.887000', '111105.357000', '111105.806000', '111106.271000', '111106.718000', '111107.313000', '111107.652000', '111108.116000', '111108.568000', '111109.025000', '111109.498000', '111109.948000', '111110.407000', '111110.876000', '111111.326000', '111111.835000', '111112.248000', '111112.704000', '111113.158000', '111113.631000', '111114.098000', '111114.541000', '111115.006000', '111115.464000', '111115.939000', '111116.454000', '111116.852000', '111117.363000', '111117.778000', '111118.227000', '111118.685000', '111119.187000', '111119.605000', '111120.077000', '111120.538000', '111120.997000', '111121.451000', '111121.913000', '111122.388000', '111122.838000', '111123.293000', '111123.748000', '111124.212000', '111124.677000', '111125.143000', '111125.601000', '111126.071000', '111126.508000', '111126.971000', '111127.440000', '111127.887000', '111128.366000', '111128.804000', '111129.322000', '111129.724000', '111130.185000', '111130.651000', '111131.108000', '111131.582000', '111132.023000', '111132.498000', '111132.959000', '111133.408000', '111133.861000', '111134.341000', '111134.803000', '111135.260000', '111135.713000', '111136.167000', '111136.643000', '111137.094000', '111137.561000', '111138.008000', '111138.487000', '111138.942000', '111139.392000', '111139.855000', '111140.324000', '111140.769000', '111141.375000', '111141.704000', '111142.150000', '111142.619000', '111143.066000', '111143.530000', '111143.995000', '111144.465000', '111144.905000', '111145.368000', '111145.899000', '111146.307000', '111146.749000', '111147.215000', '111147.689000', '111148.148000', '111148.607000', '111149.052000', '111149.528000', '111149.985000', '111150.436000', '111150.899000', '111151.457000', '111151.826000', '111152.315000', '111152.737000', '111153.195000', '111153.668000', '111154.121000', '111154.609000', '111155.039000', '111155.502000', '111155.955000', '111156.424000', '111156.867000', '111157.334000', '111157.806000', '111158.270000', '111158.730000', '111159.188000', '111159.652000', '111200.102000', '111200.554000', '111201.022000', '111201.488000', '111201.958000', '111202.396000', '111202.859000', '111203.413000', '111203.774000', '111204.230000', '111204.728000', '111205.193000', '111205.622000', '111206.072000', '111206.532000', '111207.060000', '111207.460000', '111207.928000', '111208.382000', '111208.846000', '111209.295000', '111209.753000', '111210.260000', '111210.691000', '111211.145000', '111211.611000', '111212.053000', '111212.530000', '111212.976000', '111213.448000', '111213.896000', '111214.359000', '111214.848000', '111215.391000', '111215.732000', '111216.210000', '111216.671000', '111217.117000', '111217.592000', '111218.056000', '111218.526000', '111218.958000', '111219.423000', '111219.893000', '111220.377000', '111220.799000', '111221.273000', '111221.722000', '111222.194000', '111222.663000', '111223.109000', '111223.572000', '111224.032000', '111224.492000', '111224.946000', '111225.403000', '111225.859000', '111226.340000', '111226.785000', '111227.246000', '111227.708000', '111228.171000', '111228.624000', '111229.089000', '111229.648000', '111230.013000', '111230.473000', '111230.933000', '111231.387000', '111231.838000', '111232.306000', '111232.776000', '111233.215000', '111233.685000', '111234.157000', '111234.618000', '111235.072000', '111235.534000', '111235.985000', '111236.456000', '111236.899000', '111237.372000', '111237.825000', '111238.298000', '111238.742000', '111239.300000', '111239.678000', '111240.123000', '111240.600000', '111241.048000', '111241.499000', '111241.977000', '111242.419000', '111242.893000', '111243.337000', '111243.813000', '111244.285000', '111244.732000', '111245.191000', '111245.636000', '111246.143000', '111246.578000', '111247.077000', '111247.490000', '111247.949000', '111248.413000', '111248.864000', '111249.323000', '111249.782000', '111250.242000', '111250.717000', '111251.307000', '111251.634000', '111252.092000', '111252.539000', '111253.022000', '111253.471000', '111253.938000', '111254.391000', '111254.843000', '111255.306000', '111255.778000', '111256.237000', '111256.698000', '111257.161000', '111257.605000', '111258.079000', '111258.541000', '111259.004000', '111259.458000', '111259.917000', '111300.382000', '111300.834000', '111301.300000', '111301.750000', '111302.215000', '111302.712000', '111303.134000', '111303.598000', '111304.062000', '111304.516000', '111304.986000', '111305.448000', '111305.897000', '111306.360000', '111306.823000', '111307.285000', '111307.741000', '111308.200000', '111308.645000', '111309.116000', '111309.582000', '111310.047000', '111310.495000', '111310.959000', '111311.427000', '111311.874000', '111312.368000', '111312.818000', '111313.259000', '111313.723000', '111314.179000', '111314.630000', '111315.103000', '111315.563000', '111316.006000', '111316.506000', '111316.943000', '111317.400000', '111317.851000', '111318.315000', '111318.821000', '111319.240000', '111319.686000', '111320.149000', '111320.619000', '111321.076000', '111321.545000', '111322.006000', '111322.468000', '111322.922000', '111323.378000', '111323.828000', '111324.305000', '111324.759000', '111325.219000', '111325.686000', '111326.131000', '111326.607000', '111327.062000', '111327.516000', '111327.986000', '111328.450000', '111328.897000', '111329.361000', '111329.822000', '111330.279000', '111330.731000', '111331.287000', '111331.663000', '111332.114000', '111332.581000', '111333.031000', '111333.499000', '111333.992000', '111334.426000', '111334.870000', '111335.353000', '111335.798000', '111336.248000'], 'InstanceCreationTime': ['110306.247000', '110306.447000', '110306.650000', '110306.863000', '110307.076000', '110307.337000', '110307.508000', '110307.782000', '110307.908000', '110308.123000', '110308.389000', '110308.708000', '110309.159000', '110309.629000', '110310.165000', '110310.560000', '110311.063000', '110311.482000', '110311.974000', '110312.418000', '110312.871000', '110313.340000', '110313.803000', '110314.251000', '110314.710000', '110315.179000', '110315.641000', '110316.384000', '110316.558000', '110317.073000', '110317.470000', '110317.942000', '110318.382000', '110318.858000', '110319.303000', '110319.766000', '110320.237000', '110320.705000', '110321.145000', '110321.621000', '110322.065000', '110322.534000', '110323.023000', '110323.462000', '110323.918000', '110324.401000', '110324.834000', '110325.295000', '110325.747000', '110326.216000', '110326.679000', '110327.136000', '110327.601000', '110328.055000', '110328.514000', '110328.966000', '110329.434000', '110329.924000', '110330.355000', '110330.823000', '110331.293000', '110331.730000', '110332.201000', '110332.660000', '110333.122000', '110333.565000', '110334.036000', '110334.495000', '110334.953000', '110335.427000', '110335.868000', '110336.329000', '110336.796000', '110337.256000', '110337.758000', '110338.166000', '110338.636000', '110339.080000', '110339.556000', '110340.022000', '110340.480000', '110340.925000', '110341.399000', '110341.845000', '110342.322000', '110342.776000', '110343.236000', '110343.702000', '110344.150000', '110344.618000', '110345.078000', '110345.526000', '110345.993000', '110346.444000', '110346.921000', '110347.370000', '110347.837000', '110348.302000', '110348.758000', '110349.216000', '110349.674000', '110350.141000', '110350.587000', '110351.078000', '110351.547000', '110351.965000', '110352.436000', '110352.903000', '110353.413000', '110353.802000', '110354.284000', '110354.741000', '110355.193000', '110355.660000', '110356.120000', '110356.582000', '110357.026000', '110357.502000', '110357.955000', '110358.421000', '110358.867000', '110359.333000', '110359.800000', '110400.247000', '110400.709000', '110401.209000', '110401.631000', '110402.092000', '110402.558000', '110403.020000', '110403.477000', '110403.935000', '110404.398000', '110404.848000', '110405.317000', '110405.771000', '110406.230000', '110406.700000', '110407.161000', '110407.618000', '110408.068000', '110408.529000', '110408.992000', '110409.457000', '110409.914000', '110410.382000', '110410.836000', '110411.294000', '110411.764000', '110412.206000', '110412.671000', '110413.123000', '110413.597000', '110414.052000', '110414.512000', '110414.977000', '110415.437000', '110415.941000', '110416.355000', '110416.811000', '110417.282000', '110417.742000', '110418.205000', '110418.667000', '110419.117000', '110419.581000', '110420.044000', '110420.506000', '110420.968000', '110421.416000', '110421.904000', '110422.349000', '110422.792000', '110423.281000', '110423.706000', '110424.187000', '110424.640000', '110425.101000', '110425.564000', '110426.020000', '110426.472000', '110426.946000', '110427.388000', '110427.852000', '110428.318000', '110428.772000', '110429.236000', '110429.697000', '110430.149000', '110430.624000', '110431.069000', '110431.522000', '110432.005000', '110432.456000', '110432.923000', '110433.382000', '110433.837000', '110434.295000', '110434.771000', '110435.210000', '110435.688000', '110436.142000', '110436.589000', '110437.054000', '110437.545000', '110437.973000', '110438.445000', '110438.901000', '110439.366000', '110439.821000', '110440.267000', '110440.744000', '110441.321000', '110441.658000', '110442.123000', '110442.567000', '110443.041000', '110443.503000', '110443.988000', '110444.418000', '110444.882000', '110445.325000', '110445.787000', '110446.253000', '110446.711000', '110447.189000', '110447.636000', '110448.088000', '110448.590000', '110449.012000', '110449.481000', '110449.926000', '110450.411000', '110450.885000', '110451.314000', '110451.783000', '110452.267000', '110452.702000', '110453.152000', '110453.625000', '110454.083000', '110454.535000', '110455.001000', '110455.453000', '110455.913000', '110456.379000', '110456.844000', '110457.298000', '110457.750000', '110458.210000', '110458.671000', '110459.129000', '110459.603000', '110500.051000', '110500.567000', '110500.968000', '110501.435000', '110501.902000', '110502.349000', '110502.811000', '110503.281000', '110503.751000', '110504.196000', '110504.650000', '110505.135000', '110505.592000', '110506.044000', '110506.507000', '110506.968000', '110507.424000', '110507.889000', '110508.343000', '110508.802000', '110509.261000', '110509.719000', '110510.163000', '110510.670000', '110511.104000', '110511.569000', '110512.016000', '110512.476000', '110512.928000', '110513.393000', '110513.892000', '110514.329000', '110514.786000', '110515.238000', '110515.705000', '110516.163000', '110516.637000', '110517.075000', '110517.535000', '110518.005000', '110518.459000', '110518.916000', '110519.408000', '110519.832000', '110520.307000', '110520.752000', '110521.289000', '110521.692000', '110522.194000', '110522.600000', '110523.067000', '110523.510000', '110523.983000', '110524.448000', '110524.904000', '110525.359000', '110525.823000', '110526.278000', '110526.741000', '110527.235000', '110527.664000', '110528.112000', '110528.592000', '110529.040000', '110529.508000', '110529.969000', '110530.422000', '110530.874000', '110531.332000', '110531.801000', '110532.266000', '110532.718000', '110533.181000', '110533.632000', '110534.103000', '110534.568000', '110535.028000', '110535.485000', '110535.935000', '110536.397000', '110536.856000', '110537.353000', '110537.781000', '110538.232000', '110538.745000', '110539.170000', '110539.621000', '110540.080000', '110540.537000', '110541.010000', '110541.467000', '110541.924000', '110542.376000', '110542.838000', '110543.291000', '110543.762000', '110544.220000', '110544.684000', '110545.146000', '110545.599000', '110546.069000', '110546.512000', '110546.980000', '110547.451000', '110547.908000', '110548.357000', '110548.812000', '110549.277000', '110549.734000', '110550.202000', '110550.667000', '110551.154000', '110551.585000', '110552.048000', '110552.506000', '110552.968000', '110553.428000', '110553.892000', '110554.339000', '110554.813000', '110555.269000', '110555.730000', '110556.172000', '110556.648000', '110557.107000', '110557.557000', '110558.017000', '110558.487000', '110558.944000', '110559.412000', '110559.864000', '110600.326000', '110600.786000', '110601.313000', '110601.694000', '110602.155000', '110602.623000', '110603.080000', '110603.540000', '110604.006000', '110604.471000', '110604.939000', '110605.393000', '110605.847000', '110606.311000', '110606.768000', '110607.229000', '110607.675000', '110608.150000', '110608.617000', '110609.060000', '110609.520000', '110609.988000', '110610.438000', '110610.898000', '110611.358000', '110611.830000', '110612.282000', '110612.744000', '110613.205000', '110613.665000', '110614.123000', '110614.585000', '110615.045000', '110615.499000', '110615.992000', '110616.455000', '110616.894000', '110617.337000', '110617.799000', '110618.273000', '110618.724000', '110619.192000', '110619.640000', '110620.100000', '110620.573000', '110621.034000', '110621.494000', '110621.955000', '110622.410000', '110622.860000', '110623.334000', '110623.774000', '110624.238000', '110624.723000', '110625.168000', '110625.636000', '110626.084000', '110626.553000', '110627.010000', '110627.468000', '110627.936000', '110628.374000', '110628.837000', '110629.306000', '110629.769000', '110630.261000', '110630.694000', '110631.153000', '110631.610000', '110632.084000', '110632.528000', '110632.977000', '110633.448000', '110633.906000', '110634.358000', '110634.830000', '110635.285000', '110635.740000', '110636.196000', '110636.660000', '110637.137000', '110637.580000', '110638.054000', '110638.502000', '110638.962000', '110639.418000', '110639.888000', '110640.342000', '110640.800000', '110641.275000', '110641.723000', '110642.187000', '110642.654000', '110643.111000', '110643.561000', '110644.037000', '110644.493000', '110644.937000', '110645.417000', '110645.871000', '110646.336000', '110646.794000', '110647.244000', '110647.738000', '110648.160000', '110648.622000', '110649.084000', '110649.556000', '110650.003000', '110650.473000', '110650.925000', '110651.399000', '110651.849000', '110652.345000', '110652.764000', '110653.241000', '110653.697000', '110654.157000', '110654.603000', '110655.067000', '110655.538000', '110655.986000', '110656.443000', '110656.908000', '110657.398000', '110657.832000', '110658.299000', '110658.758000', '110659.216000', '110659.677000', '110700.120000', '110700.599000', '110701.051000', '110701.512000', '110701.965000', '110702.426000', '110702.884000', '110703.355000', '110703.819000', '110704.269000', '110704.725000', '110705.250000', '110705.642000', '110706.113000', '110706.570000', '110707.039000', '110707.498000', '110707.937000', '110708.442000', '110708.860000', '110709.320000', '110709.795000', '110710.242000', '110710.715000', '110711.168000', '110711.636000', '110712.105000', '110712.539000', '110713.026000', '110713.477000', '110713.925000', '110714.409000', '110714.843000', '110715.317000', '110715.775000', '110716.239000', '110716.679000', '110717.169000', '110717.618000', '110718.060000', '110718.518000', '110718.991000', '110719.458000', '110719.899000', '110720.408000', '110720.822000', '110721.285000', '110721.745000', '110722.218000', '110722.661000', '110723.132000', '110723.593000', '110724.063000', '110724.513000', '110724.965000', '110725.425000', '110725.915000', '110726.381000', '110726.808000', '110727.338000', '110727.745000', '110728.194000', '110728.666000', '110729.116000', '110729.575000', '110730.035000', '110730.491000', '110730.958000', '110731.422000', '110731.863000', '110732.346000', '110732.787000', '110733.280000', '110733.706000', '110734.163000', '110734.635000', '110735.099000', '110735.561000', '110736.006000', '110736.477000', '110736.927000', '110737.398000', '110737.846000', '110738.315000', '110738.773000', '110739.282000', '110739.709000', '110740.166000', '110740.617000', '110741.101000', '110741.570000', '110741.998000', '110742.455000', '110742.905000', '110743.385000', '110743.837000', '110744.290000', '110744.760000', '110745.216000', '110745.676000', '110746.137000', '110746.597000', '110747.049000', '110747.522000', '110747.968000', '110748.437000', '110748.907000', '110749.364000', '110749.813000', '110750.288000', '110750.741000', '110751.264000', '110751.666000', '110752.106000', '110752.578000', '110753.044000', '110753.489000', '110753.957000', '110754.407000', '110754.883000', '110755.350000', '110755.798000', '110756.259000', '110756.745000', '110757.181000', '110757.642000', '110758.106000', '110758.545000', '110759.027000', '110759.488000', '110759.930000', '110800.395000', '110800.845000', '110801.319000', '110801.773000', '110802.234000', '110802.703000', '110803.147000', '110803.628000', '110804.067000', '110804.532000', '110805.000000', '110805.459000', '110805.926000', '110806.379000', '110806.828000', '110807.303000', '110807.789000', '110808.224000', '110808.684000', '110809.134000', '110809.601000', '110810.068000', '110810.529000', '110810.981000', '110811.429000', '110811.888000', '110812.346000', '110812.811000', '110813.273000', '110813.743000', '110814.207000', '110814.665000', '110815.111000', '110815.588000', '110816.032000', '110816.491000', '110816.965000', '110817.419000', '110817.882000', '110818.340000', '110818.793000', '110819.266000', '110819.723000', '110820.190000', '110820.643000', '110821.093000', '110821.559000', '110822.013000', '110822.470000', '110822.943000', '110823.402000', '110823.861000', '110824.311000', '110824.786000', '110825.251000', '110825.702000', '110826.167000', '110826.626000', '110827.082000', '110827.549000', '110828.005000', '110828.451000', '110828.911000', '110829.395000', '110829.839000', '110830.297000', '110830.754000', '110831.219000', '110831.691000', '110832.142000', '110832.607000', '110833.067000', '110833.524000', '110833.991000', '110834.469000', '110834.903000', '110835.366000', '110835.829000', '110836.288000', '110836.735000', '110837.193000', '110837.660000', '110838.155000', '110838.571000', '110839.033000', '110839.511000', '110839.991000', '110840.432000', '110840.876000', '110841.386000', '110841.809000', '110842.272000', '110842.734000', '110843.173000', '110843.651000', '110844.094000', '110844.551000', '110845.026000', '110845.491000', '110845.946000', '110846.406000', '110846.852000', '110847.316000', '110847.783000', '110848.252000', '110848.700000', '110849.169000', '110849.656000', '110850.088000', '110850.538000', '110850.995000', '110851.455000', '110851.930000', '110852.387000', '110852.849000', '110853.308000', '110853.771000', '110854.226000', '110854.690000', '110855.143000', '110855.610000', '110856.069000', '110856.529000', '110856.993000', '110857.453000', '110857.906000', '110858.377000', '110858.833000', '110859.325000', '110859.774000', '110900.213000', '110900.674000', '110901.138000', '110901.591000', '110902.054000', '110902.499000', '110902.965000', '110903.421000', '110903.892000', '110904.351000', '110904.793000', '110905.273000', '110905.731000', '110906.182000', '110906.649000', '110907.112000', '110907.594000', '110908.058000', '110908.519000', '110908.936000', '110909.403000', '110909.876000', '110910.318000', '110910.780000', '110911.238000', '110911.738000', '110912.179000', '110912.635000', '110913.092000', '110913.578000', '110914.048000', '110914.465000', '110914.924000', '110915.378000', '110915.849000', '110916.301000', '110916.778000', '110917.234000', '110917.681000', '110918.158000', '110918.613000', '110919.113000', '110919.530000', '110920.001000', '110920.453000', '110920.917000', '110921.375000', '110921.821000', '110922.297000', '110922.744000', '110923.199000', '110923.661000', '110924.140000', '110924.592000', '110925.054000', '110925.502000', '110925.972000', '110926.431000', '110926.887000', '110927.359000', '110927.818000', '110928.309000', '110928.732000', '110929.333000', '110929.652000', '110930.139000', '110930.581000', '110931.036000', '110931.493000', '110931.950000', '110932.409000', '110932.866000', '110933.338000', '110933.781000', '110934.251000', '110934.714000', '110935.170000', '110935.627000', '110936.099000', '110936.558000', '110937.026000', '110937.482000', '110937.941000', '110938.394000', '110938.856000', '110939.338000', '110939.775000', '110940.237000', '110940.695000', '110941.165000', '110941.616000', '110942.066000', '110942.532000', '110942.993000', '110943.447000', '110943.917000', '110944.377000', '110944.824000', '110945.316000', '110945.743000', '110946.222000', '110946.662000', '110947.130000', '110947.599000', '110948.057000', '110948.507000', '110948.974000', '110949.444000', '110949.901000', '110950.364000', '110950.812000', '110951.378000', '110951.727000', '110952.198000', '110952.659000', '110953.115000', '110953.577000', '110954.038000', '110954.498000', '110954.974000', '110955.424000', '110955.881000', '110956.345000', '110956.798000', '110957.261000', '110957.703000', '110958.177000', '110958.629000', '110959.102000', '110959.559000', '111000.005000', '111000.466000', '111000.946000', '111001.409000', '111001.862000', '111002.322000', '111002.781000', '111003.242000', '111003.691000', '111004.166000', '111004.622000', '111005.082000', '111005.549000', '111006.000000', '111006.470000', '111006.918000', '111007.376000', '111007.841000', '111008.288000', '111008.765000', '111009.214000', '111009.686000', '111010.128000', '111010.610000', '111011.068000', '111011.516000', '111011.977000', '111012.429000', '111012.897000', '111013.358000', '111013.826000', '111014.280000', '111014.790000', '111015.226000', '111015.660000', '111016.167000', '111016.585000', '111017.042000', '111017.500000', '111017.964000', '111018.425000', '111018.885000', '111019.344000', '111019.807000', '111020.248000', '111020.727000', '111021.416000', '111021.649000', '111022.092000', '111022.553000', '111023.027000', '111023.482000', '111023.949000', '111024.393000', '111024.862000', '111025.323000', '111025.778000', '111026.273000', '111026.709000', '111027.167000', '111027.632000', '111028.091000', '111028.550000', '111029.006000', '111029.463000', '111029.911000', '111030.373000', '111030.848000', '111031.315000', '111031.764000', '111032.229000', '111032.729000', '111033.134000', '111033.604000', '111034.073000', '111034.529000', '111034.990000', '111035.439000', '111035.900000', '111036.378000', '111036.816000', '111037.278000', '111037.754000', '111038.200000', '111038.667000', '111039.116000', '111039.577000', '111040.042000', '111040.515000', '111040.957000', '111041.414000', '111041.903000', '111042.337000', '111042.796000', '111043.299000', '111043.727000', '111044.188000', '111044.648000', '111045.105000', '111045.580000', '111046.021000', '111046.486000', '111046.960000', '111047.410000', '111047.871000', '111048.327000', '111048.779000', '111049.256000', '111049.711000', '111050.171000', '111050.622000', '111051.081000', '111051.550000', '111052.005000', '111052.465000', '111052.918000', '111053.387000', '111053.842000', '111054.299000', '111054.759000', '111055.329000', '111055.688000', '111056.135000', '111056.606000', '111057.078000', '111057.526000', '111057.982000', '111058.438000', '111058.911000', '111059.364000', '111059.832000', '111100.280000', '111100.741000', '111101.199000', '111101.670000', '111102.158000', '111102.581000', '111103.079000', '111103.503000', '111103.974000', '111104.431000', '111104.887000', '111105.357000', '111105.806000', '111106.271000', '111106.718000', '111107.313000', '111107.652000', '111108.116000', '111108.568000', '111109.025000', '111109.498000', '111109.948000', '111110.407000', '111110.876000', '111111.326000', '111111.835000', '111112.248000', '111112.704000', '111113.158000', '111113.631000', '111114.098000', '111114.541000', '111115.006000', '111115.464000', '111115.939000', '111116.454000', '111116.852000', '111117.363000', '111117.778000', '111118.227000', '111118.685000', '111119.187000', '111119.605000', '111120.077000', '111120.538000', '111120.997000', '111121.451000', '111121.913000', '111122.388000', '111122.838000', '111123.293000', '111123.748000', '111124.212000', '111124.677000', '111125.143000', '111125.601000', '111126.071000', '111126.508000', '111126.971000', '111127.440000', '111127.887000', '111128.366000', '111128.804000', '111129.322000', '111129.724000', '111130.185000', '111130.651000', '111131.108000', '111131.582000', '111132.023000', '111132.498000', '111132.959000', '111133.408000', '111133.861000', '111134.341000', '111134.803000', '111135.260000', '111135.713000', '111136.167000', '111136.643000', '111137.094000', '111137.561000', '111138.008000', '111138.487000', '111138.942000', '111139.392000', '111139.855000', '111140.324000', '111140.769000', '111141.375000', '111141.704000', '111142.150000', '111142.619000', '111143.066000', '111143.530000', '111143.995000', '111144.465000', '111144.905000', '111145.368000', '111145.899000', '111146.307000', '111146.749000', '111147.215000', '111147.689000', '111148.148000', '111148.607000', '111149.052000', '111149.528000', '111149.985000', '111150.436000', '111150.899000', '111151.457000', '111151.826000', '111152.315000', '111152.737000', '111153.195000', '111153.668000', '111154.121000', '111154.609000', '111155.039000', '111155.502000', '111155.955000', '111156.424000', '111156.867000', '111157.334000', '111157.806000', '111158.270000', '111158.730000', '111159.188000', '111159.652000', '111200.102000', '111200.554000', '111201.022000', '111201.488000', '111201.958000', '111202.396000', '111202.859000', '111203.413000', '111203.774000', '111204.230000', '111204.728000', '111205.193000', '111205.622000', '111206.072000', '111206.532000', '111207.060000', '111207.460000', '111207.928000', '111208.382000', '111208.846000', '111209.295000', '111209.753000', '111210.260000', '111210.691000', '111211.145000', '111211.611000', '111212.053000', '111212.530000', '111212.976000', '111213.448000', '111213.896000', '111214.359000', '111214.848000', '111215.391000', '111215.732000', '111216.210000', '111216.671000', '111217.117000', '111217.592000', '111218.056000', '111218.526000', '111218.958000', '111219.423000', '111219.893000', '111220.377000', '111220.799000', '111221.273000', '111221.722000', '111222.194000', '111222.663000', '111223.109000', '111223.572000', '111224.032000', '111224.492000', '111224.946000', '111225.403000', '111225.859000', '111226.340000', '111226.785000', '111227.246000', '111227.708000', '111228.171000', '111228.624000', '111229.089000', '111229.648000', '111230.013000', '111230.473000', '111230.933000', '111231.387000', '111231.838000', '111232.306000', '111232.776000', '111233.215000', '111233.685000', '111234.157000', '111234.618000', '111235.072000', '111235.534000', '111235.985000', '111236.456000', '111236.899000', '111237.372000', '111237.825000', '111238.298000', '111238.742000', '111239.300000', '111239.678000', '111240.123000', '111240.600000', '111241.048000', '111241.499000', '111241.977000', '111242.419000', '111242.893000', '111243.337000', '111243.813000', '111244.285000', '111244.732000', '111245.191000', '111245.636000', '111246.143000', '111246.578000', '111247.077000', '111247.490000', '111247.949000', '111248.413000', '111248.864000', '111249.323000', '111249.782000', '111250.242000', '111250.717000', '111251.307000', '111251.634000', '111252.092000', '111252.539000', '111253.022000', '111253.471000', '111253.938000', '111254.391000', '111254.843000', '111255.306000', '111255.778000', '111256.237000', '111256.698000', '111257.161000', '111257.605000', '111258.079000', '111258.541000', '111259.004000', '111259.458000', '111259.917000', '111300.382000', '111300.834000', '111301.300000', '111301.750000', '111302.215000', '111302.712000', '111303.134000', '111303.598000', '111304.062000', '111304.516000', '111304.986000', '111305.448000', '111305.897000', '111306.360000', '111306.823000', '111307.285000', '111307.741000', '111308.200000', '111308.645000', '111309.116000', '111309.582000', '111310.047000', '111310.495000', '111310.959000', '111311.427000', '111311.874000', '111312.368000', '111312.818000', '111313.259000', '111313.723000', '111314.179000', '111314.630000', '111315.103000', '111315.563000', '111316.006000', '111316.506000', '111316.943000', '111317.400000', '111317.851000', '111318.315000', '111318.821000', '111319.240000', '111319.686000', '111320.149000', '111320.619000', '111321.076000', '111321.545000', '111322.006000', '111322.468000', '111322.922000', '111323.378000', '111323.828000', '111324.305000', '111324.759000', '111325.219000', '111325.686000', '111326.131000', '111326.607000', '111327.062000', '111327.516000', '111327.986000', '111328.450000', '111328.897000', '111329.361000', '111329.822000', '111330.279000', '111330.731000', '111331.287000', '111331.663000', '111332.114000', '111332.581000', '111333.031000', '111333.499000', '111333.992000', '111334.426000', '111334.870000', '111335.353000', '111335.798000', '111336.248000'], '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': [639, 907, 616, 616, 595, 630, 607, 594, 764, 650, 874, 606, 654, 601, 580, 605, 654, 618, 589, 683, 647, 613, 611, 730, 617, 724, 611, 619, 581, 603, 592, 584, 666, 651, 789, 593, 796, 595, 652, 623, 643, 595, 584, 580, 626, 614, 618, 767, 594, 603, 601, 607, 659, 619, 799, 659, 858, 608, 812, 581, 769, 591, 609, 591, 622, 571, 553, 631, 627, 728, 605, 763, 592, 569, 585, 620, 602, 618, 610, 558, 634, 637, 703, 607, 704, 602, 582, 605, 611, 607, 582, 605, 643, 705, 606, 768, 597, 858, 590, 769, 598, 645, 584, 615, 595, 576, 590, 656, 725, 595, 664, 584, 609, 584, 619, 701, 623, 707, 602, 753, 600, 597, 584, 607, 578, 600, 716, 612, 806, 579, 708, 579, 618, 592, 591, 615, 629, 598, 608, 768, 619, 630, 576, 593, 588, 646, 774, 603, 770, 578, 619, 561, 600, 577, 625, 739, 607, 780, 580, 656, 586, 619, 621, 568, 704, 604, 726, 585, 830, 625, 614, 579, 591, 571, 622, 695, 610, 818, 606, 594, 572, 626, 574, 595, 567, 604, 713, 616, 785, 599, 750, 593, 688, 591, 604, 596, 612, 569, 630, 642, 598, 744, 615, 585, 588, 628, 590, 645, 571, 623, 749, 611, 603, 619, 633, 589, 655, 641, 621, 759, 604, 649, 599, 610, 644, 637, 793, 624, 599, 629, 651, 611, 670, 614, 639, 716, 609, 648, 625, 644, 620, 666, 676, 619, 773, 635, 610, 620, 642, 604, 659, 638, 647, 802, 633, 633, 624, 619, 615, 645, 765, 624, 623, 610, 626, 635, 673, 793, 628, 802, 634, 644, 633, 638, 609, 654, 739, 649, 684, 633, 654, 620, 612, 621, 671, 724, 602, 566, 608, 593, 605, 646, 613, 627, 648, 622, 651, 746, 644, 795, 614, 657, 708, 647, 774, 687, 688, 671, 704, 632, 661, 676, 672, 675, 633, 709, 707, 664, 780, 659, 815, 637, 658, 624, 683, 706, 661, 792, 655, 677, 630, 678, 632, 688, 654, 668, 677, 691, 643, 673, 628, 663, 679, 649, 645, 650, 721, 719, 673, 680, 657, 687, 755, 666, 628, 713, 653, 626, 632, 654, 626, 785, 673, 836, 726, 730, 644, 677, 707, 687, 714, 688, 763, 694, 797, 624, 644, 645, 715, 812, 633, 648, 650, 665, 783, 671, 809, 684, 724, 618, 658, 606, 608, 736, 676, 751, 634, 714, 602, 644, 637, 618, 817, 629, 719, 614, 667, 609, 650, 776, 633, 850, 677, 773, 652, 774, 620, 627, 627, 740, 640, 648, 589, 644, 599, 656, 596, 670, 744, 628, 598, 581, 627, 568, 584, 582, 655, 722, 634, 747, 608, 618, 594, 632, 595, 616, 779, 638, 784, 611, 595, 606, 630, 615, 663, 725, 675, 661, 624, 745, 633, 614, 615, 663, 726, 688, 762, 632, 799, 621, 698, 607, 664, 769, 619, 706, 646, 712, 626, 788, 621, 639, 605, 650, 613, 624, 592, 646, 694, 647, 776, 599, 761, 606, 667, 590, 633, 588, 637, 638, 652, 607, 666, 793, 623, 750, 600, 806, 611, 617, 590, 617, 576, 632, 636, 611, 710, 659, 673, 616, 739, 601, 784, 600, 644, 589, 641, 577, 631, 596, 636, 601, 598, 746, 666, 604, 630, 601, 613, 740, 629, 601, 610, 627, 613, 634, 606, 655, 617, 645, 713, 652, 625, 651, 656, 639, 662, 616, 649, 597, 679, 650, 647, 743, 660, 789, 634, 682, 663, 650, 647, 620, 789, 681, 843, 620, 784, 622, 632, 645, 628, 689, 622, 631, 619, 626, 820, 663, 634, 731, 630, 671, 610, 665, 656, 651, 602, 666, 643, 655, 735, 651, 789, 628, 842, 627, 789, 582, 631, 598, 597, 701, 638, 844, 580, 604, 568, 629, 561, 593, 709, 639, 833, 599, 623, 584, 632, 575, 658, 743, 637, 726, 591, 658, 584, 659, 725, 609, 829, 606, 740, 581, 607, 575, 642, 605, 627, 712, 650, 674, 610, 768, 607, 650, 579, 617, 583, 635, 570, 614, 732, 620, 670, 611, 735, 636, 658, 583, 610, 591, 657, 636, 642, 597, 611, 649, 608, 624, 677, 633, 798, 614, 643, 623, 662, 759, 676, 830, 621, 621, 608, 659, 666, 673, 850, 645, 637, 613, 654, 601, 662, 804, 629, 786, 603, 642, 595, 655, 676, 617, 847, 645, 755, 626, 762, 613, 656, 579, 651, 619, 645, 782, 643, 680, 596, 658, 632, 626, 753, 606, 648, 586, 583, 733, 644, 883, 642, 656, 610, 598, 647, 621, 809, 602, 601, 597, 646, 768, 673, 745, 592, 809, 606, 635, 572, 600, 580, 629, 709, 642, 647, 603, 669, 597, 622, 604, 593, 636, 749, 637, 633, 594, 607, 671, 658, 826, 654, 889, 715, 894, 616, 580, 602, 645, 579, 611, 728, 628, 614, 590, 624, 571, 630, 765, 608, 616, 577, 591, 615, 659, 749, 603, 836, 606, 606, 608, 661, 595, 655, 620, 616, 759, 622, 625, 593, 604, 579, 676, 774, 616, 647, 592, 650, 730, 632, 719, 596, 634, 701, 613, 680, 669, 818, 608, 600, 600, 644, 612, 641, 623, 624, 620, 607, 678, 722, 648, 810, 635, 650, 609, 607, 650, 662, 786, 633, 614, 609, 636, 628, 656, 755, 642, 621, 596, 615, 640, 656, 644, 616, 637, 599, 660, 731, 648, 632, 618, 602, 608, 663, 754, 664, 657, 611, 663, 741, 632, 642, 607, 685, 749, 630, 727, 629, 674, 666, 654, 785, 644, 653, 643, 679, 778, 624, 838, 649, 637, 631, 614, 628, 627, 757, 643, 647, 678, 629, 596, 622, 651, 658, 657, 796, 604, 641, 693, 652, 781, 626, 911, 592, 649, 605, 657, 722, 632, 593, 600, 593, 692, 644, 770, 614, 624, 598, 669, 780, 620, 650, 599, 580, 690, 677, 770, 620, 858, 610, 594, 608, 661, 644, 644, 677, 608, 626, 591, 672, 637, 619, 628, 684, 621, 658, 608, 660, 815, 649, 607, 604, 622, 676, 651, 822, 613, 702, 614, 590, 698, 613, 648, 624, 664, 793, 648, 630, 588, 630, 588, 669, 805, 627, 617, 593, 618, 583, 661, 707, 635, 690, 606, 620, 641, 623, 599, 599, 637, 680, 685, 924, 774, 627, 776, 593, 651, 573, 658, 774, 595, 829, 588, 894, 617, 788, 648, 602, 650, 631, 696, 588, 666, 575, 622, 579, 633, 795, 577, 593, 560, 621, 641, 592, 572, 571, 652, 616, 631, 643, 599, 648, 591, 592, 625, 584, 639, 712, 620, 619, 601, 652, 584, 597, 719, 652, 809, 604, 653, 587, 579, 601, 646, 699, 645, 700, 612, 606, 603, 639, 702, 604, 607, 593, 624, 620, 626, 790, 604, 602, 603, 590, 754, 613, 579, 591, 645, 599, 657, 742, 594, 632, 605, 657, 682, 649, 577, 597, 642, 643, 653, 812, 610, 661, 601, 631, 583, 584, 754, 640, 835, 593, 622, 578, 633, 773, 612, 598, 592, 614, 586, 654, 791, 623, 615, 686, 601, 615, 602, 632, 708, 619, 840, 604, 792, 611, 637, 625, 595, 726, 607, 595, 597, 621, 743, 619, 590, 749, 604, 555, 721, 579, 583, 689, 597, 909, 734, 626, 906, 621, 659, 652, 630, 768, 607, 844, 606, 702, 648, 691, 619, 615, 647, 771, 592, 731, 640, 644, 801, 638, 627, 570, 610, 706, 617, 871, 680, 587, 580, 596, 650, 584, 800, 612, 640, 565, 625, 642, 575, 572, 578, 665, 890, 609, 622, 592, 599, 682, 569, 623, 665, 644, 691, 582, 597, 620, 606, 819, 572, 859, 681, 654, 674, 621, 582, 579, 626, 549, 551, 689, 605, 633, 741, 639, 651, 581, 640, 692, 612, 797, 550, 693, 565, 684, 581, 786, 634, 911, 650, 647, 591, 629, 557, 648, 592, 579, 572, 553, 597, 638, 622, 908, 727, 629, 627, 636, 664, 590, 632, 568, 605, 549, 598, 652, 664, 888, 600, 626, 576, 592, 563, 595, 728, 583, 601, 566, 637, 730, 610, 779, 585, 640, 562, 604, 821, 623, 644, 568, 596, 626, 599, 866, 599, 654, 627, 601, 565, 617, 690, 595, 593, 625, 601, 619, 617, 759, 595, 620, 605, 622, 797, 637, 630, 609, 626, 611, 621, 715, 593, 638, 615, 626, 814, 598, 888, 604, 695, 637, 610, 649, 643, 709, 600, 619, 704, 696, 746, 625, 612, 600, 615, 606, 600, 609, 681, 646, 858, 589, 684, 611, 632], 'WindowCenter': [288.0, 288.0, 285.0, 283.0, 283.0, 283.0, 282.0, 282.0, 285.0, 283.0, 284.0, 282.0, 282.0, 281.0, 280.0, 282.0, 283.0, 283.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 283.0, 282.0, 282.0, 281.0, 281.0, 281.0, 281.0, 283.0, 283.0, 283.0, 282.0, 283.0, 282.0, 283.0, 283.0, 282.0, 282.0, 281.0, 281.0, 282.0, 283.0, 283.0, 284.0, 283.0, 282.0, 282.0, 282.0, 283.0, 283.0, 284.0, 283.0, 284.0, 281.0, 283.0, 281.0, 282.0, 282.0, 282.0, 281.0, 281.0, 280.0, 280.0, 281.0, 282.0, 283.0, 281.0, 282.0, 281.0, 280.0, 281.0, 283.0, 282.0, 282.0, 281.0, 280.0, 282.0, 283.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 283.0, 283.0, 283.0, 283.0, 283.0, 284.0, 283.0, 284.0, 283.0, 284.0, 282.0, 283.0, 283.0, 283.0, 282.0, 282.0, 282.0, 281.0, 283.0, 283.0, 283.0, 282.0, 282.0, 282.0, 282.0, 283.0, 283.0, 283.0, 283.0, 283.0, 282.0, 283.0, 283.0, 282.0, 282.0, 282.0, 282.0, 282.0, 284.0, 283.0, 284.0, 282.0, 282.0, 282.0, 283.0, 282.0, 283.0, 283.0, 282.0, 282.0, 283.0, 285.0, 283.0, 283.0, 282.0, 282.0, 282.0, 283.0, 285.0, 283.0, 284.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 284.0, 283.0, 284.0, 282.0, 282.0, 283.0, 283.0, 283.0, 281.0, 282.0, 282.0, 283.0, 282.0, 284.0, 282.0, 282.0, 281.0, 281.0, 281.0, 282.0, 282.0, 282.0, 284.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 282.0, 281.0, 283.0, 281.0, 282.0, 281.0, 282.0, 282.0, 281.0, 281.0, 281.0, 280.0, 281.0, 282.0, 282.0, 283.0, 282.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 283.0, 283.0, 282.0, 283.0, 283.0, 282.0, 283.0, 283.0, 283.0, 284.0, 283.0, 283.0, 282.0, 283.0, 283.0, 283.0, 284.0, 283.0, 282.0, 283.0, 283.0, 283.0, 283.0, 283.0, 283.0, 284.0, 283.0, 283.0, 284.0, 283.0, 283.0, 283.0, 283.0, 283.0, 285.0, 284.0, 283.0, 283.0, 283.0, 283.0, 284.0, 283.0, 283.0, 285.0, 283.0, 283.0, 283.0, 283.0, 283.0, 283.0, 285.0, 284.0, 283.0, 283.0, 284.0, 284.0, 284.0, 285.0, 283.0, 285.0, 284.0, 283.0, 283.0, 283.0, 283.0, 283.0, 284.0, 284.0, 284.0, 283.0, 283.0, 283.0, 283.0, 283.0, 284.0, 285.0, 284.0, 283.0, 283.0, 283.0, 283.0, 283.0, 283.0, 283.0, 283.0, 283.0, 283.0, 284.0, 283.0, 284.0, 283.0, 283.0, 284.0, 284.0, 285.0, 283.0, 282.0, 282.0, 283.0, 283.0, 283.0, 283.0, 283.0, 283.0, 283.0, 284.0, 283.0, 283.0, 285.0, 284.0, 285.0, 283.0, 283.0, 283.0, 283.0, 283.0, 283.0, 285.0, 283.0, 283.0, 283.0, 283.0, 283.0, 283.0, 283.0, 283.0, 284.0, 284.0, 283.0, 283.0, 283.0, 283.0, 283.0, 283.0, 283.0, 284.0, 285.0, 284.0, 284.0, 284.0, 284.0, 284.0, 285.0, 284.0, 284.0, 285.0, 285.0, 284.0, 284.0, 284.0, 284.0, 286.0, 286.0, 287.0, 285.0, 285.0, 284.0, 284.0, 283.0, 284.0, 284.0, 283.0, 284.0, 283.0, 284.0, 283.0, 283.0, 284.0, 284.0, 285.0, 283.0, 283.0, 283.0, 283.0, 284.0, 283.0, 285.0, 283.0, 283.0, 282.0, 282.0, 281.0, 281.0, 283.0, 283.0, 283.0, 282.0, 283.0, 281.0, 282.0, 283.0, 282.0, 283.0, 281.0, 282.0, 282.0, 282.0, 281.0, 282.0, 283.0, 282.0, 283.0, 282.0, 282.0, 281.0, 282.0, 280.0, 280.0, 281.0, 283.0, 282.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 283.0, 283.0, 282.0, 282.0, 281.0, 282.0, 281.0, 281.0, 281.0, 283.0, 284.0, 283.0, 283.0, 282.0, 281.0, 281.0, 282.0, 282.0, 283.0, 283.0, 282.0, 282.0, 282.0, 281.0, 281.0, 282.0, 282.0, 283.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 283.0, 283.0, 283.0, 283.0, 282.0, 283.0, 282.0, 282.0, 282.0, 283.0, 283.0, 281.0, 282.0, 282.0, 282.0, 282.0, 283.0, 282.0, 282.0, 281.0, 282.0, 281.0, 281.0, 281.0, 283.0, 282.0, 282.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 283.0, 281.0, 282.0, 281.0, 283.0, 281.0, 281.0, 281.0, 281.0, 280.0, 282.0, 283.0, 282.0, 282.0, 282.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 281.0, 282.0, 282.0, 281.0, 282.0, 281.0, 282.0, 283.0, 283.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 283.0, 283.0, 283.0, 283.0, 282.0, 283.0, 283.0, 283.0, 285.0, 283.0, 284.0, 283.0, 283.0, 283.0, 283.0, 282.0, 282.0, 284.0, 283.0, 284.0, 282.0, 283.0, 282.0, 282.0, 282.0, 281.0, 282.0, 281.0, 282.0, 283.0, 283.0, 285.0, 283.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 281.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 281.0, 282.0, 281.0, 282.0, 280.0, 280.0, 280.0, 280.0, 282.0, 281.0, 282.0, 280.0, 280.0, 280.0, 280.0, 279.0, 282.0, 283.0, 282.0, 283.0, 281.0, 281.0, 280.0, 281.0, 280.0, 283.0, 284.0, 283.0, 282.0, 281.0, 282.0, 280.0, 281.0, 282.0, 280.0, 282.0, 281.0, 282.0, 280.0, 280.0, 280.0, 281.0, 281.0, 280.0, 282.0, 281.0, 281.0, 280.0, 282.0, 280.0, 281.0, 280.0, 280.0, 280.0, 281.0, 280.0, 281.0, 281.0, 281.0, 281.0, 282.0, 284.0, 282.0, 282.0, 281.0, 281.0, 281.0, 283.0, 283.0, 283.0, 282.0, 282.0, 282.0, 283.0, 283.0, 283.0, 283.0, 284.0, 282.0, 283.0, 283.0, 284.0, 284.0, 283.0, 284.0, 282.0, 282.0, 282.0, 283.0, 283.0, 283.0, 284.0, 282.0, 282.0, 282.0, 282.0, 281.0, 282.0, 284.0, 282.0, 283.0, 281.0, 282.0, 281.0, 283.0, 283.0, 281.0, 283.0, 281.0, 282.0, 282.0, 283.0, 281.0, 281.0, 280.0, 281.0, 281.0, 283.0, 284.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 281.0, 282.0, 281.0, 280.0, 282.0, 283.0, 284.0, 282.0, 281.0, 281.0, 280.0, 281.0, 281.0, 283.0, 281.0, 281.0, 281.0, 281.0, 282.0, 282.0, 282.0, 280.0, 282.0, 282.0, 281.0, 281.0, 280.0, 280.0, 282.0, 283.0, 282.0, 282.0, 281.0, 282.0, 282.0, 283.0, 282.0, 282.0, 283.0, 284.0, 283.0, 283.0, 282.0, 282.0, 282.0, 282.0, 283.0, 282.0, 284.0, 282.0, 283.0, 281.0, 280.0, 280.0, 281.0, 280.0, 281.0, 283.0, 282.0, 281.0, 281.0, 281.0, 280.0, 282.0, 284.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 282.0, 281.0, 283.0, 281.0, 281.0, 282.0, 283.0, 281.0, 282.0, 281.0, 282.0, 283.0, 282.0, 282.0, 281.0, 281.0, 281.0, 283.0, 283.0, 282.0, 282.0, 281.0, 283.0, 284.0, 283.0, 283.0, 282.0, 282.0, 282.0, 282.0, 283.0, 282.0, 283.0, 281.0, 281.0, 281.0, 283.0, 283.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 283.0, 283.0, 284.0, 283.0, 283.0, 282.0, 282.0, 283.0, 283.0, 284.0, 283.0, 282.0, 282.0, 283.0, 282.0, 283.0, 284.0, 283.0, 282.0, 282.0, 282.0, 283.0, 283.0, 283.0, 283.0, 283.0, 282.0, 283.0, 284.0, 283.0, 283.0, 283.0, 283.0, 283.0, 283.0, 284.0, 283.0, 283.0, 283.0, 283.0, 284.0, 284.0, 283.0, 282.0, 283.0, 283.0, 283.0, 284.0, 283.0, 283.0, 283.0, 283.0, 284.0, 283.0, 284.0, 283.0, 283.0, 284.0, 283.0, 284.0, 283.0, 283.0, 283.0, 283.0, 282.0, 283.0, 284.0, 283.0, 283.0, 283.0, 283.0, 283.0, 284.0, 284.0, 283.0, 283.0, 285.0, 283.0, 283.0, 283.0, 283.0, 284.0, 283.0, 284.0, 282.0, 282.0, 283.0, 283.0, 283.0, 282.0, 281.0, 282.0, 282.0, 283.0, 283.0, 284.0, 283.0, 282.0, 282.0, 283.0, 285.0, 283.0, 283.0, 282.0, 281.0, 283.0, 283.0, 283.0, 282.0, 284.0, 282.0, 281.0, 282.0, 283.0, 282.0, 283.0, 283.0, 282.0, 282.0, 283.0, 284.0, 282.0, 282.0, 282.0, 283.0, 283.0, 283.0, 283.0, 284.0, 284.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 284.0, 282.0, 282.0, 282.0, 281.0, 283.0, 282.0, 282.0, 283.0, 283.0, 283.0, 282.0, 282.0, 281.0, 282.0, 281.0, 283.0, 284.0, 281.0, 281.0, 281.0, 282.0, 281.0, 283.0, 283.0, 283.0, 282.0, 281.0, 282.0, 282.0, 282.0, 281.0, 281.0, 282.0, 283.0, 283.0, 284.0, 283.0, 281.0, 283.0, 281.0, 282.0, 281.0, 282.0, 283.0, 281.0, 283.0, 281.0, 284.0, 281.0, 282.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 282.0, 280.0, 280.0, 280.0, 281.0, 281.0, 281.0, 280.0, 281.0, 283.0, 282.0, 282.0, 282.0, 281.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 283.0, 282.0, 282.0, 282.0, 282.0, 281.0, 282.0, 283.0, 283.0, 284.0, 282.0, 282.0, 281.0, 281.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 281.0, 282.0, 283.0, 283.0, 282.0, 281.0, 282.0, 283.0, 282.0, 282.0, 284.0, 282.0, 282.0, 283.0, 282.0, 284.0, 283.0, 282.0, 282.0, 283.0, 282.0, 283.0, 283.0, 282.0, 283.0, 283.0, 284.0, 283.0, 283.0, 282.0, 283.0, 283.0, 283.0, 283.0, 285.0, 283.0, 283.0, 282.0, 282.0, 281.0, 281.0, 284.0, 282.0, 284.0, 281.0, 282.0, 281.0, 283.0, 284.0, 282.0, 281.0, 281.0, 282.0, 282.0, 283.0, 285.0, 283.0, 282.0, 283.0, 282.0, 282.0, 282.0, 283.0, 283.0, 283.0, 284.0, 282.0, 283.0, 283.0, 283.0, 283.0, 282.0, 283.0, 282.0, 282.0, 282.0, 283.0, 283.0, 283.0, 283.0, 284.0, 284.0, 283.0, 285.0, 283.0, 283.0, 284.0, 284.0, 287.0, 285.0, 283.0, 285.0, 282.0, 282.0, 283.0, 283.0, 283.0, 281.0, 284.0, 283.0, 283.0, 282.0, 283.0, 281.0, 282.0, 283.0, 283.0, 282.0, 283.0, 283.0, 283.0, 283.0, 282.0, 281.0, 281.0, 281.0, 282.0, 281.0, 284.0, 282.0, 280.0, 280.0, 280.0, 281.0, 281.0, 285.0, 282.0, 281.0, 280.0, 281.0, 281.0, 280.0, 281.0, 282.0, 283.0, 284.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 283.0, 282.0, 282.0, 281.0, 281.0, 281.0, 281.0, 283.0, 281.0, 284.0, 283.0, 282.0, 282.0, 281.0, 281.0, 281.0, 281.0, 280.0, 280.0, 283.0, 282.0, 282.0, 283.0, 282.0, 282.0, 282.0, 283.0, 283.0, 282.0, 283.0, 280.0, 281.0, 280.0, 281.0, 280.0, 283.0, 282.0, 283.0, 281.0, 279.0, 279.0, 280.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 280.0, 282.0, 282.0, 284.0, 282.0, 280.0, 280.0, 280.0, 281.0, 280.0, 281.0, 280.0, 280.0, 280.0, 281.0, 282.0, 282.0, 284.0, 280.0, 280.0, 280.0, 281.0, 280.0, 281.0, 282.0, 280.0, 281.0, 281.0, 282.0, 282.0, 282.0, 283.0, 280.0, 281.0, 280.0, 281.0, 283.0, 282.0, 281.0, 280.0, 280.0, 281.0, 280.0, 283.0, 280.0, 281.0, 280.0, 280.0, 280.0, 281.0, 282.0, 282.0, 282.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 282.0, 283.0, 284.0, 282.0, 282.0, 281.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 281.0, 284.0, 281.0, 282.0, 281.0, 280.0, 281.0, 281.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 281.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 283.0, 285.0, 282.0, 282.0, 282.0, 281.0], 'WindowWidth': [634.0, 631.0, 626.0, 623.0, 622.0, 622.0, 621.0, 621.0, 625.0, 622.0, 624.0, 620.0, 619.0, 619.0, 618.0, 620.0, 621.0, 621.0, 620.0, 621.0, 620.0, 620.0, 620.0, 621.0, 622.0, 622.0, 620.0, 620.0, 619.0, 619.0, 619.0, 619.0, 622.0, 621.0, 622.0, 620.0, 621.0, 620.0, 622.0, 621.0, 620.0, 620.0, 619.0, 619.0, 620.0, 621.0, 622.0, 623.0, 621.0, 620.0, 620.0, 620.0, 621.0, 621.0, 623.0, 621.0, 622.0, 619.0, 621.0, 619.0, 620.0, 620.0, 620.0, 619.0, 619.0, 618.0, 617.0, 618.0, 620.0, 622.0, 619.0, 620.0, 619.0, 618.0, 619.0, 621.0, 620.0, 620.0, 619.0, 618.0, 620.0, 621.0, 621.0, 620.0, 621.0, 620.0, 620.0, 621.0, 623.0, 622.0, 622.0, 622.0, 621.0, 623.0, 622.0, 623.0, 621.0, 624.0, 620.0, 622.0, 622.0, 621.0, 620.0, 620.0, 620.0, 619.0, 622.0, 622.0, 622.0, 621.0, 621.0, 620.0, 620.0, 622.0, 621.0, 622.0, 621.0, 622.0, 620.0, 622.0, 621.0, 620.0, 621.0, 620.0, 620.0, 620.0, 623.0, 621.0, 623.0, 620.0, 621.0, 620.0, 622.0, 621.0, 621.0, 621.0, 621.0, 620.0, 622.0, 624.0, 621.0, 621.0, 620.0, 620.0, 620.0, 622.0, 624.0, 621.0, 622.0, 620.0, 620.0, 620.0, 620.0, 620.0, 621.0, 623.0, 621.0, 623.0, 620.0, 621.0, 622.0, 621.0, 621.0, 619.0, 621.0, 620.0, 621.0, 620.0, 624.0, 620.0, 619.0, 619.0, 619.0, 619.0, 620.0, 621.0, 620.0, 623.0, 620.0, 619.0, 619.0, 618.0, 618.0, 618.0, 618.0, 619.0, 620.0, 619.0, 621.0, 618.0, 620.0, 619.0, 619.0, 620.0, 618.0, 619.0, 618.0, 617.0, 618.0, 619.0, 620.0, 622.0, 620.0, 618.0, 619.0, 618.0, 619.0, 621.0, 619.0, 621.0, 622.0, 621.0, 620.0, 621.0, 621.0, 621.0, 622.0, 621.0, 621.0, 623.0, 621.0, 621.0, 620.0, 621.0, 621.0, 621.0, 623.0, 621.0, 620.0, 622.0, 621.0, 621.0, 622.0, 622.0, 623.0, 623.0, 622.0, 622.0, 623.0, 623.0, 622.0, 623.0, 623.0, 623.0, 624.0, 623.0, 622.0, 622.0, 621.0, 622.0, 623.0, 623.0, 623.0, 624.0, 622.0, 622.0, 622.0, 622.0, 622.0, 622.0, 625.0, 623.0, 622.0, 623.0, 623.0, 623.0, 624.0, 624.0, 622.0, 624.0, 624.0, 623.0, 621.0, 623.0, 622.0, 622.0, 623.0, 623.0, 624.0, 623.0, 622.0, 622.0, 621.0, 622.0, 624.0, 625.0, 623.0, 622.0, 621.0, 622.0, 622.0, 623.0, 622.0, 622.0, 622.0, 622.0, 623.0, 624.0, 623.0, 623.0, 622.0, 622.0, 624.0, 624.0, 625.0, 622.0, 621.0, 621.0, 622.0, 623.0, 623.0, 622.0, 622.0, 622.0, 623.0, 623.0, 622.0, 623.0, 625.0, 624.0, 624.0, 622.0, 622.0, 622.0, 622.0, 622.0, 623.0, 624.0, 622.0, 622.0, 622.0, 622.0, 622.0, 622.0, 622.0, 622.0, 624.0, 624.0, 621.0, 623.0, 622.0, 623.0, 622.0, 622.0, 622.0, 624.0, 625.0, 624.0, 624.0, 624.0, 624.0, 624.0, 625.0, 624.0, 624.0, 625.0, 625.0, 624.0, 625.0, 624.0, 624.0, 626.0, 627.0, 629.0, 625.0, 625.0, 623.0, 623.0, 622.0, 623.0, 623.0, 622.0, 623.0, 622.0, 622.0, 621.0, 621.0, 623.0, 624.0, 624.0, 622.0, 621.0, 622.0, 621.0, 623.0, 623.0, 624.0, 622.0, 621.0, 621.0, 620.0, 619.0, 619.0, 622.0, 621.0, 621.0, 620.0, 621.0, 619.0, 621.0, 621.0, 620.0, 622.0, 619.0, 620.0, 619.0, 620.0, 619.0, 620.0, 621.0, 620.0, 621.0, 620.0, 620.0, 619.0, 619.0, 617.0, 617.0, 619.0, 622.0, 619.0, 619.0, 619.0, 619.0, 619.0, 619.0, 619.0, 622.0, 622.0, 620.0, 620.0, 619.0, 620.0, 619.0, 619.0, 619.0, 621.0, 623.0, 621.0, 622.0, 620.0, 619.0, 619.0, 619.0, 620.0, 621.0, 621.0, 619.0, 620.0, 619.0, 618.0, 619.0, 619.0, 620.0, 621.0, 620.0, 620.0, 619.0, 620.0, 620.0, 620.0, 620.0, 622.0, 622.0, 622.0, 621.0, 621.0, 620.0, 621.0, 620.0, 620.0, 620.0, 621.0, 621.0, 618.0, 619.0, 619.0, 620.0, 619.0, 621.0, 619.0, 620.0, 619.0, 620.0, 619.0, 618.0, 619.0, 621.0, 620.0, 620.0, 620.0, 619.0, 620.0, 619.0, 620.0, 619.0, 619.0, 619.0, 619.0, 618.0, 619.0, 619.0, 620.0, 621.0, 618.0, 620.0, 618.0, 621.0, 618.0, 618.0, 618.0, 618.0, 618.0, 619.0, 621.0, 620.0, 620.0, 620.0, 619.0, 619.0, 620.0, 619.0, 620.0, 619.0, 620.0, 619.0, 619.0, 619.0, 619.0, 619.0, 619.0, 619.0, 619.0, 620.0, 619.0, 618.0, 619.0, 618.0, 620.0, 622.0, 621.0, 620.0, 620.0, 620.0, 620.0, 620.0, 620.0, 622.0, 620.0, 620.0, 621.0, 620.0, 620.0, 621.0, 621.0, 623.0, 621.0, 621.0, 621.0, 620.0, 622.0, 621.0, 623.0, 625.0, 623.0, 623.0, 621.0, 621.0, 621.0, 621.0, 620.0, 620.0, 623.0, 621.0, 622.0, 621.0, 621.0, 619.0, 619.0, 619.0, 618.0, 619.0, 619.0, 620.0, 621.0, 621.0, 624.0, 621.0, 620.0, 621.0, 619.0, 621.0, 620.0, 620.0, 620.0, 620.0, 619.0, 620.0, 620.0, 620.0, 620.0, 619.0, 620.0, 618.0, 620.0, 619.0, 620.0, 617.0, 617.0, 617.0, 617.0, 621.0, 618.0, 620.0, 616.0, 616.0, 616.0, 617.0, 616.0, 620.0, 621.0, 620.0, 621.0, 619.0, 618.0, 617.0, 618.0, 617.0, 621.0, 623.0, 621.0, 620.0, 619.0, 620.0, 618.0, 618.0, 619.0, 618.0, 620.0, 619.0, 619.0, 617.0, 617.0, 617.0, 618.0, 618.0, 617.0, 619.0, 618.0, 618.0, 617.0, 620.0, 618.0, 618.0, 617.0, 617.0, 617.0, 618.0, 618.0, 618.0, 619.0, 618.0, 618.0, 620.0, 623.0, 620.0, 620.0, 619.0, 619.0, 619.0, 621.0, 622.0, 621.0, 620.0, 620.0, 620.0, 622.0, 623.0, 621.0, 621.0, 622.0, 620.0, 621.0, 622.0, 623.0, 623.0, 621.0, 623.0, 620.0, 620.0, 620.0, 621.0, 621.0, 621.0, 622.0, 620.0, 620.0, 620.0, 620.0, 619.0, 621.0, 622.0, 620.0, 622.0, 619.0, 620.0, 619.0, 621.0, 621.0, 619.0, 621.0, 618.0, 620.0, 620.0, 622.0, 618.0, 618.0, 617.0, 618.0, 618.0, 621.0, 623.0, 620.0, 619.0, 620.0, 621.0, 619.0, 620.0, 622.0, 619.0, 620.0, 619.0, 618.0, 620.0, 621.0, 623.0, 620.0, 618.0, 618.0, 617.0, 618.0, 619.0, 621.0, 619.0, 618.0, 619.0, 618.0, 620.0, 619.0, 620.0, 617.0, 620.0, 620.0, 618.0, 618.0, 617.0, 617.0, 620.0, 622.0, 620.0, 620.0, 618.0, 619.0, 620.0, 621.0, 620.0, 620.0, 621.0, 623.0, 622.0, 621.0, 620.0, 620.0, 621.0, 620.0, 621.0, 620.0, 622.0, 621.0, 621.0, 619.0, 617.0, 617.0, 618.0, 617.0, 619.0, 622.0, 620.0, 619.0, 619.0, 619.0, 618.0, 620.0, 623.0, 619.0, 619.0, 619.0, 618.0, 619.0, 621.0, 620.0, 619.0, 621.0, 618.0, 619.0, 620.0, 621.0, 619.0, 620.0, 619.0, 620.0, 622.0, 620.0, 620.0, 619.0, 619.0, 619.0, 622.0, 622.0, 620.0, 620.0, 619.0, 621.0, 623.0, 621.0, 621.0, 620.0, 620.0, 621.0, 620.0, 621.0, 620.0, 622.0, 619.0, 618.0, 619.0, 623.0, 622.0, 621.0, 620.0, 620.0, 620.0, 620.0, 621.0, 622.0, 622.0, 623.0, 621.0, 621.0, 620.0, 620.0, 621.0, 621.0, 623.0, 621.0, 620.0, 620.0, 621.0, 620.0, 621.0, 623.0, 621.0, 620.0, 620.0, 620.0, 621.0, 623.0, 621.0, 621.0, 621.0, 620.0, 622.0, 624.0, 622.0, 621.0, 621.0, 621.0, 621.0, 622.0, 623.0, 622.0, 621.0, 622.0, 623.0, 623.0, 623.0, 623.0, 621.0, 622.0, 622.0, 622.0, 623.0, 623.0, 623.0, 623.0, 623.0, 623.0, 623.0, 623.0, 622.0, 622.0, 623.0, 621.0, 624.0, 622.0, 621.0, 621.0, 621.0, 621.0, 621.0, 623.0, 621.0, 621.0, 622.0, 622.0, 621.0, 623.0, 624.0, 622.0, 622.0, 624.0, 622.0, 621.0, 622.0, 623.0, 623.0, 622.0, 624.0, 620.0, 620.0, 622.0, 622.0, 622.0, 620.0, 619.0, 620.0, 620.0, 622.0, 622.0, 623.0, 622.0, 620.0, 620.0, 623.0, 625.0, 622.0, 621.0, 620.0, 619.0, 621.0, 622.0, 622.0, 620.0, 622.0, 620.0, 619.0, 620.0, 621.0, 620.0, 621.0, 621.0, 620.0, 620.0, 622.0, 623.0, 620.0, 620.0, 620.0, 621.0, 621.0, 621.0, 622.0, 623.0, 623.0, 620.0, 620.0, 620.0, 620.0, 621.0, 621.0, 623.0, 620.0, 621.0, 620.0, 619.0, 621.0, 620.0, 620.0, 622.0, 621.0, 621.0, 620.0, 620.0, 619.0, 620.0, 619.0, 621.0, 623.0, 619.0, 619.0, 619.0, 620.0, 619.0, 621.0, 622.0, 621.0, 620.0, 619.0, 620.0, 620.0, 620.0, 619.0, 619.0, 620.0, 621.0, 621.0, 624.0, 621.0, 619.0, 621.0, 619.0, 619.0, 618.0, 619.0, 621.0, 619.0, 621.0, 619.0, 622.0, 619.0, 620.0, 618.0, 617.0, 617.0, 617.0, 618.0, 617.0, 618.0, 617.0, 618.0, 617.0, 618.0, 620.0, 617.0, 617.0, 617.0, 618.0, 618.0, 618.0, 617.0, 619.0, 623.0, 620.0, 620.0, 620.0, 619.0, 620.0, 620.0, 620.0, 620.0, 620.0, 621.0, 622.0, 620.0, 620.0, 620.0, 621.0, 619.0, 620.0, 622.0, 621.0, 622.0, 620.0, 620.0, 619.0, 619.0, 620.0, 620.0, 621.0, 619.0, 619.0, 620.0, 619.0, 621.0, 621.0, 621.0, 620.0, 619.0, 620.0, 621.0, 620.0, 620.0, 622.0, 620.0, 620.0, 622.0, 621.0, 623.0, 621.0, 620.0, 620.0, 621.0, 621.0, 622.0, 622.0, 620.0, 621.0, 623.0, 624.0, 622.0, 621.0, 620.0, 621.0, 621.0, 621.0, 622.0, 624.0, 621.0, 621.0, 620.0, 620.0, 619.0, 619.0, 623.0, 620.0, 623.0, 619.0, 620.0, 619.0, 621.0, 622.0, 620.0, 619.0, 619.0, 620.0, 620.0, 623.0, 624.0, 621.0, 620.0, 621.0, 621.0, 620.0, 620.0, 621.0, 621.0, 621.0, 623.0, 620.0, 621.0, 621.0, 623.0, 621.0, 620.0, 622.0, 620.0, 620.0, 621.0, 623.0, 622.0, 621.0, 621.0, 623.0, 624.0, 622.0, 624.0, 622.0, 622.0, 624.0, 623.0, 628.0, 625.0, 622.0, 624.0, 620.0, 620.0, 622.0, 621.0, 622.0, 619.0, 622.0, 621.0, 622.0, 621.0, 621.0, 619.0, 620.0, 621.0, 622.0, 620.0, 621.0, 621.0, 621.0, 621.0, 619.0, 618.0, 618.0, 618.0, 619.0, 619.0, 622.0, 620.0, 618.0, 617.0, 617.0, 618.0, 619.0, 624.0, 620.0, 618.0, 618.0, 618.0, 618.0, 617.0, 619.0, 621.0, 621.0, 622.0, 619.0, 619.0, 619.0, 619.0, 619.0, 619.0, 620.0, 622.0, 621.0, 620.0, 619.0, 619.0, 618.0, 619.0, 621.0, 619.0, 624.0, 621.0, 619.0, 619.0, 618.0, 619.0, 619.0, 618.0, 618.0, 618.0, 621.0, 620.0, 620.0, 622.0, 620.0, 621.0, 620.0, 621.0, 622.0, 620.0, 621.0, 617.0, 619.0, 616.0, 618.0, 618.0, 622.0, 620.0, 622.0, 618.0, 615.0, 615.0, 616.0, 616.0, 617.0, 616.0, 617.0, 617.0, 616.0, 617.0, 619.0, 619.0, 622.0, 619.0, 617.0, 617.0, 617.0, 617.0, 617.0, 618.0, 616.0, 617.0, 616.0, 618.0, 620.0, 620.0, 622.0, 617.0, 617.0, 617.0, 618.0, 616.0, 618.0, 619.0, 618.0, 618.0, 618.0, 620.0, 620.0, 620.0, 621.0, 617.0, 618.0, 617.0, 619.0, 621.0, 620.0, 618.0, 617.0, 617.0, 618.0, 617.0, 621.0, 617.0, 618.0, 617.0, 617.0, 616.0, 618.0, 619.0, 620.0, 620.0, 619.0, 618.0, 618.0, 619.0, 620.0, 619.0, 619.0, 620.0, 621.0, 623.0, 620.0, 620.0, 619.0, 620.0, 620.0, 620.0, 621.0, 620.0, 620.0, 620.0, 620.0, 621.0, 619.0, 622.0, 619.0, 620.0, 619.0, 617.0, 618.0, 618.0, 619.0, 620.0, 620.0, 621.0, 619.0, 620.0, 618.0, 620.0, 620.0, 620.0, 620.0, 620.0, 621.0, 622.0, 623.0, 624.0, 620.0, 621.0, 619.0, 618.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.0004110050983248362</td></tr>
<tr><td colspan=3>aqi</td><td>0.01762104151493081</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.687165107346985</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2289978877988332</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0047924527405243</td></tr>
<tr><td colspan=3>efc</td><td>0.4659</td></tr>
<tr><td colspan=3>fber</td><td>8980.9648</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0813695944824795</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.8739985433357611</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.302351295359212</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.215252310820633</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.472564577413103</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2192369978439013</td></tr>
<tr><td colspan=3>gcor</td><td>0.0159511</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008252051658928394</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026641953736543655</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1373</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.022771068917943</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>23.3521</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>2.9674</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>11.3097</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>302006.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>1.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>23.7084</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5443</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>39.4498</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>234.06</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>244.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74538.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>91.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>308.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>60.6543</td></tr>
<tr><td colspan=3>tsnr</td><td>41.76432070194278</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>