<?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-0023_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-0023_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-0023_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-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0023/figures/sub-0023_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-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023/ses-01/func/sub-0023_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>ab247d14fe2b94a54849e027336fe0d4</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>13:52:39.872500</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.99974, 0.0222421, 0.00509037, -0.0218144, 0.997125, -0.0725724]</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.253</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.0970693</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>68</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7726, -7287, 573, 35, -185, -22, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>264.151</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>70833004-70fd-4851-bf01-df2515255206||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.6822283267974854, -0.05852654203772545, 0.018062736839056015, 115.67452239990234], [-0.05967402458190918, 2.6752123832702637, -0.1955946683883667, -80.52481079101562], [0.01365710236132145, 0.19470646977424622, 2.692845344543457, -88.7565689086914], [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': ['135239.872500', '135240.332500', '135240.792500', '135241.252500', '135241.712500', '135242.172500', '135242.632500', '135243.092500', '135243.552500', '135244.012500', '135244.472500', '135244.932500', '135245.392500', '135245.852500', '135246.312500', '135246.772500', '135247.232500', '135247.692500', '135248.152500', '135248.612500', '135249.072500', '135249.532500', '135249.992500', '135250.452500', '135250.912500', '135251.372500', '135251.832500', '135252.292500', '135252.752500', '135253.212500', '135253.672500', '135254.132500', '135254.592500', '135255.052500', '135255.512500', '135255.972500', '135256.432500', '135256.892500', '135257.352500', '135257.812500', '135258.272500', '135258.732500', '135259.192500', '135259.652500', '135300.112500', '135300.572500', '135301.032500', '135301.492500', '135301.952500', '135302.412500', '135302.872500', '135303.332500', '135303.792500', '135304.252500', '135304.712500', '135305.172500', '135305.632500', '135306.092500', '135306.552500', '135307.012500', '135307.472500', '135307.932500', '135308.392500', '135308.852500', '135309.312500', '135309.772500', '135310.232500', '135310.692500', '135311.152500', '135311.612500', '135312.072500', '135312.532500', '135312.992500', '135313.452500', '135313.912500', '135314.372500', '135314.832500', '135315.292500', '135315.752500', '135316.212500', '135316.672500', '135317.132500', '135317.592500', '135318.052500', '135318.512500', '135318.972500', '135319.432500', '135319.892500', '135320.352500', '135320.812500', '135321.272500', '135321.732500', '135322.192500', '135322.652500', '135323.112500', '135323.572500', '135324.032500', '135324.492500', '135324.952500', '135325.412500', '135325.872500', '135326.332500', '135326.792500', '135327.252500', '135327.712500', '135328.172500', '135328.632500', '135329.092500', '135329.552500', '135330.012500', '135330.472500', '135330.932500', '135331.392500', '135331.852500', '135332.312500', '135332.772500', '135333.232500', '135333.692500', '135334.152500', '135334.612500', '135335.072500', '135335.532500', '135335.992500', '135336.452500', '135336.912500', '135337.372500', '135337.832500', '135338.292500', '135338.752500', '135339.212500', '135339.672500', '135340.132500', '135340.592500', '135341.052500', '135341.512500', '135341.972500', '135342.432500', '135342.892500', '135343.352500', '135343.812500', '135344.272500', '135344.732500', '135345.192500', '135345.652500', '135346.112500', '135346.572500', '135347.032500', '135347.492500', '135347.952500', '135348.412500', '135348.872500', '135349.332500', '135349.792500', '135350.252500', '135350.712500', '135351.172500', '135351.632500', '135352.092500', '135352.552500', '135353.012500', '135353.472500', '135353.932500', '135354.392500', '135354.852500', '135355.312500', '135355.772500', '135356.232500', '135356.692500', '135357.152500', '135357.612500', '135358.072500', '135358.532500', '135358.992500', '135359.452500', '135359.912500', '135400.372500', '135400.832500', '135401.292500', '135401.752500', '135402.212500', '135402.672500', '135403.132500', '135403.592500', '135404.052500', '135404.512500', '135404.972500', '135405.432500', '135405.892500', '135406.352500', '135406.812500', '135407.272500', '135407.732500', '135408.192500', '135408.652500', '135409.112500', '135409.572500', '135410.032500', '135410.492500', '135410.952500', '135411.412500', '135411.872500', '135412.332500', '135412.792500', '135413.252500', '135413.712500', '135414.172500', '135414.632500', '135415.092500', '135415.552500', '135416.012500', '135416.472500', '135416.932500', '135417.392500', '135417.852500', '135418.312500', '135418.772500', '135419.232500', '135419.692500', '135420.152500', '135420.612500', '135421.072500', '135421.532500', '135421.992500', '135422.452500', '135422.912500', '135423.372500', '135423.832500', '135424.292500', '135424.752500', '135425.212500', '135425.672500', '135426.132500', '135426.592500', '135427.052500', '135427.512500', '135427.972500', '135428.432500', '135428.892500', '135429.352500', '135429.812500', '135430.272500', '135430.732500', '135431.192500', '135431.652500', '135432.112500', '135432.572500', '135433.032500', '135433.492500', '135433.952500', '135434.412500', '135434.872500', '135435.332500', '135435.792500', '135436.252500', '135436.712500', '135437.172500', '135437.632500', '135438.092500', '135438.552500', '135439.012500', '135439.472500', '135439.932500', '135440.392500', '135440.852500', '135441.312500', '135441.772500', '135442.232500', '135442.692500', '135443.152500', '135443.612500', '135444.072500', '135444.532500', '135444.992500', '135445.452500', '135445.912500', '135446.372500', '135446.832500', '135447.292500', '135447.752500', '135448.212500', '135448.672500', '135449.132500', '135449.592500', '135450.052500', '135450.512500', '135450.972500', '135451.432500', '135451.892500', '135452.352500', '135452.812500', '135453.272500', '135453.732500', '135454.192500', '135454.652500', '135455.112500', '135455.572500', '135456.032500', '135456.492500', '135456.952500', '135457.412500', '135457.872500', '135458.332500', '135458.792500', '135459.252500', '135459.712500', '135500.172500', '135500.632500', '135501.092500', '135501.552500', '135502.012500', '135502.472500', '135502.932500', '135503.392500', '135503.852500', '135504.312500', '135504.772500', '135505.232500', '135505.692500', '135506.152500', '135506.612500', '135507.072500', '135507.532500', '135507.992500', '135508.452500', '135508.912500', '135509.372500', '135509.832500', '135510.292500', '135510.752500', '135511.212500', '135511.672500', '135512.132500', '135512.592500', '135513.052500', '135513.512500', '135513.972500', '135514.432500', '135514.892500', '135515.352500', '135515.812500', '135516.272500', '135516.732500', '135517.192500', '135517.652500', '135518.112500', '135518.572500', '135519.032500', '135519.492500', '135519.952500', '135520.412500', '135520.872500', '135521.332500', '135521.792500', '135522.252500', '135522.712500', '135523.172500', '135523.632500', '135524.092500', '135524.552500', '135525.012500', '135525.472500', '135525.932500', '135526.392500', '135526.852500', '135527.312500', '135527.772500', '135528.232500', '135528.692500', '135529.152500', '135529.612500', '135530.072500', '135530.532500', '135530.992500', '135531.452500', '135531.912500', '135532.372500', '135532.832500', '135533.292500', '135533.752500', '135534.212500', '135534.672500', '135535.132500', '135535.592500', '135536.052500', '135536.512500', '135536.972500', '135537.432500', '135537.892500', '135538.352500', '135538.812500', '135539.272500', '135539.732500', '135540.192500', '135540.652500', '135541.112500', '135541.572500', '135542.032500', '135542.492500', '135542.952500', '135543.412500', '135543.872500', '135544.332500', '135544.792500', '135545.252500', '135545.712500', '135546.172500', '135546.632500', '135547.092500', '135547.552500', '135548.012500', '135548.472500', '135548.932500', '135549.392500', '135549.852500', '135550.312500', '135550.772500', '135551.232500', '135551.692500', '135552.152500', '135552.612500', '135553.072500', '135553.532500', '135553.992500', '135554.452500', '135554.912500', '135555.372500', '135555.832500', '135556.292500', '135556.752500', '135557.212500', '135557.672500', '135558.132500', '135558.592500', '135559.052500', '135559.512500', '135559.972500', '135600.432500', '135600.892500', '135601.352500', '135601.812500', '135602.272500', '135602.732500', '135603.192500', '135603.652500', '135604.112500', '135604.572500', '135605.032500', '135605.492500', '135605.952500', '135606.412500', '135606.872500', '135607.332500', '135607.792500', '135608.252500', '135608.712500', '135609.172500', '135609.632500', '135610.092500', '135610.552500', '135611.012500', '135611.472500', '135611.932500', '135612.392500', '135612.852500', '135613.312500', '135613.772500', '135614.232500', '135614.692500', '135615.152500', '135615.612500', '135616.072500', '135616.532500', '135616.992500', '135617.452500', '135617.912500', '135618.372500', '135618.832500', '135619.292500', '135619.752500', '135620.212500', '135620.672500', '135621.132500', '135621.592500', '135622.052500', '135622.512500', '135622.972500', '135623.432500', '135623.892500', '135624.352500', '135624.812500', '135625.272500', '135625.732500', '135626.192500', '135626.652500', '135627.112500', '135627.572500', '135628.032500', '135628.492500', '135628.952500', '135629.412500', '135629.872500', '135630.332500', '135630.792500', '135631.252500', '135631.712500', '135632.172500', '135632.632500', '135633.092500', '135633.552500', '135634.012500', '135634.472500', '135634.932500', '135635.392500', '135635.852500', '135636.312500', '135636.772500', '135637.232500', '135637.692500', '135638.152500', '135638.612500', '135639.072500', '135639.532500', '135639.992500', '135640.452500', '135640.912500', '135641.372500', '135641.832500', '135642.292500', '135642.752500', '135643.212500', '135643.672500', '135644.132500', '135644.592500', '135645.052500', '135645.512500', '135645.972500', '135646.432500', '135646.892500', '135647.352500', '135647.812500', '135648.272500', '135648.732500', '135649.192500', '135649.652500', '135650.112500', '135650.572500', '135651.032500', '135651.492500', '135651.952500', '135652.412500', '135652.872500', '135653.332500', '135653.792500', '135654.252500', '135654.712500', '135655.172500', '135655.632500', '135656.092500', '135656.552500', '135657.012500', '135657.472500', '135657.932500', '135658.392500', '135658.852500', '135659.312500', '135659.772500', '135700.232500', '135700.692500', '135701.152500', '135701.612500', '135702.072500', '135702.532500', '135702.992500', '135703.452500', '135703.912500', '135704.372500', '135704.832500', '135705.292500', '135705.752500', '135706.212500', '135706.672500', '135707.132500', '135707.592500', '135708.052500', '135708.512500', '135708.972500', '135709.432500', '135709.892500', '135710.352500', '135710.812500', '135711.272500', '135711.732500', '135712.192500', '135712.652500', '135713.112500', '135713.572500', '135714.032500', '135714.492500', '135714.952500', '135715.412500', '135715.872500', '135716.332500', '135716.792500', '135717.252500', '135717.712500', '135718.172500', '135718.632500', '135719.092500', '135719.552500', '135720.012500', '135720.472500', '135720.932500', '135721.392500', '135721.852500', '135722.312500', '135722.772500', '135723.232500', '135723.692500', '135724.152500', '135724.612500', '135725.072500', '135725.532500', '135725.992500', '135726.452500', '135726.912500', '135727.372500', '135727.832500', '135728.292500', '135728.752500', '135729.212500', '135729.672500', '135730.132500', '135730.592500', '135731.052500', '135731.512500', '135731.972500', '135732.432500', '135732.892500', '135733.352500', '135733.812500', '135734.272500', '135734.732500', '135735.192500', '135735.652500', '135736.112500', '135736.572500', '135737.032500', '135737.492500', '135737.952500', '135738.412500', '135738.872500', '135739.332500', '135739.792500', '135740.252500', '135740.712500', '135741.172500', '135741.632500', '135742.092500', '135742.552500', '135743.012500', '135743.472500', '135743.932500', '135744.392500', '135744.852500', '135745.312500', '135745.772500', '135746.232500', '135746.692500', '135747.152500', '135747.612500', '135748.072500', '135748.532500', '135748.992500', '135749.452500', '135749.912500', '135750.372500', '135750.832500', '135751.292500', '135751.752500', '135752.212500', '135752.672500', '135753.132500', '135753.592500', '135754.052500', '135754.512500', '135754.972500', '135755.432500', '135755.892500', '135756.352500', '135756.812500', '135757.272500', '135757.732500', '135758.192500', '135758.652500', '135759.112500', '135759.572500', '135800.032500', '135800.492500', '135800.952500', '135801.412500', '135801.872500', '135802.332500', '135802.792500', '135803.252500', '135803.712500', '135804.172500', '135804.632500', '135805.092500', '135805.552500', '135806.012500', '135806.472500', '135806.932500', '135807.392500', '135807.852500', '135808.312500', '135808.772500', '135809.232500', '135809.692500', '135810.152500', '135810.612500', '135811.072500', '135811.532500', '135811.992500', '135812.452500', '135812.912500', '135813.372500', '135813.832500', '135814.292500', '135814.752500', '135815.212500', '135815.672500', '135816.132500', '135816.592500', '135817.052500', '135817.512500', '135817.972500', '135818.432500', '135818.892500', '135819.352500', '135819.812500', '135820.272500', '135820.732500', '135821.192500', '135821.652500', '135822.112500', '135822.572500', '135823.032500', '135823.492500', '135823.952500', '135824.412500', '135824.872500', '135825.332500', '135825.792500', '135826.252500', '135826.712500', '135827.172500', '135827.632500', '135828.092500', '135828.552500', '135829.012500', '135829.472500', '135829.932500', '135830.392500', '135830.852500', '135831.312500', '135831.772500', '135832.232500', '135832.692500', '135833.152500', '135833.612500', '135834.072500', '135834.532500', '135834.992500', '135835.452500', '135835.912500', '135836.372500', '135836.832500', '135837.292500', '135837.752500', '135838.212500', '135838.672500', '135839.132500', '135839.592500', '135840.052500', '135840.512500', '135840.972500', '135841.432500', '135841.892500', '135842.352500', '135842.812500', '135843.272500', '135843.732500', '135844.192500', '135844.652500', '135845.112500', '135845.572500', '135846.032500', '135846.492500', '135846.952500', '135847.412500', '135847.872500', '135848.332500', '135848.792500', '135849.252500', '135849.712500', '135850.172500', '135850.632500', '135851.092500', '135851.552500', '135852.012500', '135852.472500', '135852.932500', '135853.392500', '135853.852500', '135854.312500', '135854.772500', '135855.232500', '135855.692500', '135856.152500', '135856.612500', '135857.072500', '135857.532500', '135857.992500', '135858.452500', '135858.912500', '135859.372500', '135859.832500', '135900.292500', '135900.752500', '135901.212500', '135901.672500', '135902.132500', '135902.592500', '135903.052500', '135903.512500', '135903.972500', '135904.432500', '135904.892500', '135905.352500', '135905.812500', '135906.272500', '135906.732500', '135907.192500', '135907.652500', '135908.112500', '135908.572500', '135909.032500', '135909.492500', '135909.952500', '135910.412500', '135910.872500', '135911.332500', '135911.792500', '135912.252500', '135912.712500', '135913.172500', '135913.632500', '135914.092500', '135914.552500', '135915.012500', '135915.472500', '135915.932500', '135916.392500', '135916.852500', '135917.312500', '135917.772500', '135918.232500', '135918.692500', '135919.152500', '135919.612500', '135920.072500', '135920.532500', '135920.992500', '135921.452500', '135921.912500', '135922.372500', '135922.832500', '135923.292500', '135923.752500', '135924.212500', '135924.672500', '135925.132500', '135925.592500', '135926.052500', '135926.512500', '135926.972500', '135927.432500', '135927.892500', '135928.352500', '135928.812500', '135929.272500', '135929.732500', '135930.192500', '135930.652500', '135931.112500', '135931.572500', '135932.032500', '135932.492500', '135932.952500', '135933.412500', '135933.872500', '135934.332500', '135934.792500', '135935.252500', '135935.712500', '135936.172500', '135936.632500', '135937.092500', '135937.552500', '135938.012500', '135938.472500', '135938.932500', '135939.392500', '135939.852500', '135940.312500', '135940.772500', '135941.232500', '135941.692500', '135942.152500', '135942.612500', '135943.072500', '135943.532500', '135943.992500', '135944.452500', '135944.912500', '135945.372500', '135945.832500', '135946.292500', '135946.752500', '135947.212500', '135947.672500', '135948.132500', '135948.592500', '135949.052500', '135949.512500', '135949.972500', '135950.432500', '135950.892500', '135951.352500', '135951.812500', '135952.272500', '135952.732500', '135953.192500', '135953.652500', '135954.112500', '135954.572500', '135955.032500', '135955.492500', '135955.952500', '135956.412500', '135956.872500', '135957.332500', '135957.792500', '135958.252500', '135958.712500', '135959.172500', '135959.632500', '140000.092500', '140000.552500', '140001.012500', '140001.472500', '140001.932500', '140002.392500', '140002.852500', '140003.312500', '140003.772500', '140004.232500', '140004.692500', '140005.152500', '140005.612500', '140006.072500', '140006.532500', '140006.992500', '140007.452500', '140007.912500', '140008.372500', '140008.832500', '140009.292500', '140009.752500', '140010.212500', '140010.672500', '140011.132500', '140011.592500', '140012.052500', '140012.512500', '140012.972500', '140013.432500', '140013.892500', '140014.352500', '140014.812500', '140015.272500', '140015.732500', '140016.192500', '140016.652500', '140017.112500', '140017.572500', '140018.032500', '140018.492500', '140018.952500', '140019.412500', '140019.872500', '140020.332500', '140020.792500', '140021.252500', '140021.712500', '140022.172500', '140022.632500', '140023.092500', '140023.552500', '140024.012500', '140024.472500', '140024.932500', '140025.392500', '140025.852500', '140026.312500', '140026.772500', '140027.232500', '140027.692500', '140028.152500', '140028.612500', '140029.072500', '140029.532500', '140029.992500', '140030.452500', '140030.912500', '140031.372500', '140031.832500', '140032.292500', '140032.752500', '140033.212500', '140033.672500', '140034.132500', '140034.592500', '140035.052500', '140035.512500', '140035.972500', '140036.432500', '140036.892500', '140037.352500', '140037.812500', '140038.272500', '140038.732500', '140039.192500', '140039.652500', '140040.112500', '140040.572500', '140041.032500', '140041.492500', '140041.952500', '140042.412500', '140042.872500', '140043.332500', '140043.792500', '140044.252500', '140044.712500', '140045.172500', '140045.632500', '140046.092500', '140046.552500', '140047.012500', '140047.472500', '140047.932500', '140048.392500', '140048.852500', '140049.312500', '140049.772500', '140050.232500', '140050.692500', '140051.152500', '140051.612500', '140052.072500', '140052.532500', '140052.992500', '140053.452500', '140053.912500', '140054.372500', '140054.832500', '140055.292500', '140055.752500', '140056.212500', '140056.672500', '140057.132500', '140057.592500', '140058.052500', '140058.512500', '140058.972500', '140059.432500', '140059.892500', '140100.352500', '140100.812500', '140101.272500', '140101.732500', '140102.192500', '140102.652500', '140103.112500', '140103.572500', '140104.032500', '140104.492500', '140104.952500', '140105.412500', '140105.872500', '140106.332500', '140106.792500', '140107.252500', '140107.712500', '140108.172500', '140108.632500', '140109.092500', '140109.552500', '140110.012500', '140110.472500', '140110.932500', '140111.392500', '140111.852500', '140112.312500', '140112.772500', '140113.232500', '140113.692500', '140114.152500', '140114.612500', '140115.072500', '140115.532500', '140115.992500', '140116.452500', '140116.912500', '140117.372500', '140117.832500', '140118.292500', '140118.752500', '140119.212500', '140119.672500', '140120.132500', '140120.592500', '140121.052500', '140121.512500', '140121.972500', '140122.432500', '140122.892500', '140123.352500', '140123.812500', '140124.272500', '140124.732500', '140125.192500', '140125.652500', '140126.112500', '140126.572500', '140127.032500', '140127.492500', '140127.952500', '140128.412500', '140128.872500', '140129.332500', '140129.792500', '140130.252500', '140130.712500', '140131.172500', '140131.632500', '140132.092500', '140132.552500', '140133.012500', '140133.472500', '140133.932500', '140134.392500', '140134.852500', '140135.312500', '140135.772500', '140136.232500', '140136.692500', '140137.152500', '140137.612500', '140138.072500', '140138.532500', '140138.992500', '140139.452500', '140139.912500', '140140.372500', '140140.832500', '140141.292500', '140141.752500', '140142.212500', '140142.672500', '140143.132500', '140143.592500', '140144.052500', '140144.512500', '140144.972500', '140145.432500', '140145.892500', '140146.352500', '140146.812500', '140147.272500', '140147.732500', '140148.192500', '140148.652500', '140149.112500', '140149.572500', '140150.032500', '140150.492500', '140150.952500', '140151.412500', '140151.872500', '140152.332500', '140152.792500', '140153.252500', '140153.712500', '140154.172500', '140154.632500', '140155.092500', '140155.552500', '140156.012500', '140156.472500', '140156.932500', '140157.392500', '140157.852500', '140158.312500', '140158.772500', '140159.232500', '140159.692500', '140200.152500', '140200.612500', '140201.072500', '140201.532500', '140201.992500', '140202.452500', '140202.912500', '140203.372500', '140203.832500', '140204.292500', '140204.752500', '140205.212500', '140205.672500', '140206.132500', '140206.592500', '140207.052500', '140207.512500', '140207.972500', '140208.432500', '140208.892500', '140209.352500', '140209.812500', '140210.272500', '140210.732500', '140211.192500', '140211.652500', '140212.112500', '140212.572500', '140213.032500', '140213.492500', '140213.952500', '140214.412500', '140214.872500', '140215.332500', '140215.792500', '140216.252500', '140216.712500', '140217.172500', '140217.632500', '140218.092500', '140218.552500', '140219.012500', '140219.472500', '140219.932500', '140220.392500', '140220.852500', '140221.312500', '140221.772500', '140222.232500', '140222.692500', '140223.152500', '140223.612500', '140224.072500', '140224.532500', '140224.992500', '140225.452500', '140225.912500', '140226.372500', '140226.832500', '140227.292500', '140227.752500', '140228.212500', '140228.672500', '140229.132500', '140229.592500', '140230.052500', '140230.512500', '140230.972500', '140231.432500', '140231.892500', '140232.352500', '140232.812500', '140233.272500', '140233.732500', '140234.192500', '140234.652500', '140235.112500', '140235.572500', '140236.032500', '140236.492500', '140236.952500', '140237.412500', '140237.872500', '140238.332500', '140238.792500', '140239.252500', '140239.712500', '140240.172500', '140240.632500', '140241.092500', '140241.552500', '140242.012500', '140242.472500', '140242.932500', '140243.392500', '140243.852500', '140244.312500', '140244.772500', '140245.232500', '140245.692500', '140246.152500', '140246.612500', '140247.072500', '140247.532500', '140247.992500', '140248.452500', '140248.912500', '140249.372500', '140249.832500', '140250.292500', '140250.752500', '140251.212500', '140251.672500', '140252.132500', '140252.592500', '140253.052500', '140253.512500', '140253.972500', '140254.432500', '140254.892500', '140255.352500', '140255.812500', '140256.272500', '140256.732500', '140257.192500', '140257.652500', '140258.112500', '140258.572500', '140259.032500', '140259.492500', '140259.952500', '140300.412500', '140300.872500', '140301.332500', '140301.792500', '140302.252500', '140302.712500', '140303.172500', '140303.632500', '140304.092500', '140304.552500', '140305.012500', '140305.472500', '140305.932500', '140306.392500', '140306.852500', '140307.312500', '140307.772500', '140308.232500', '140308.692500', '140309.152500', '140309.612500', '140310.072500', '140310.532500', '140310.992500', '140311.452500', '140311.912500', '140312.372500'], 'ContentTime': ['135243.856000', '135244.122000', '135244.325000', '135244.560000', '135244.805000', '135245.032000', '135245.262000', '135245.482000', '135245.679000', '135245.889000', '135246.073000', '135246.328000', '135246.801000', '135247.253000', '135247.835000', '135248.194000', '135248.653000', '135249.108000', '135249.571000', '135250.041000', '135250.488000', '135250.937000', '135251.441000', '135251.920000', '135252.316000', '135252.791000', '135253.248000', '135253.709000', '135254.171000', '135254.682000', '135255.089000', '135256.044000', '135256.237000', '135256.475000', '135256.940000', '135257.396000', '135257.848000', '135258.308000', '135258.756000', '135259.222000', '135259.683000', '135300.147000', '135300.597000', '135301.072000', '135301.541000', '135301.977000', '135302.457000', '135302.899000', '135303.361000', '135303.845000', '135304.289000', '135304.743000', '135305.215000', '135305.674000', '135306.130000', '135306.591000', '135307.044000', '135307.517000', '135307.979000', '135308.420000', '135308.884000', '135309.354000', '135309.800000', '135310.272000', '135310.718000', '135311.190000', '135311.692000', '135312.120000', '135312.604000', '135313.027000', '135313.491000', '135313.950000', '135314.416000', '135314.869000', '135315.338000', '135315.778000', '135316.253000', '135316.711000', '135317.170000', '135317.639000', '135318.084000', '135318.537000', '135318.997000', '135319.457000', '135319.930000', '135320.392000', '135320.847000', '135321.316000', '135321.765000', '135322.265000', '135322.681000', '135323.154000', '135323.612000', '135324.073000', '135324.532000', '135324.991000', '135325.454000', '135325.943000', '135326.379000', '135326.839000', '135327.282000', '135327.742000', '135328.204000', '135328.671000', '135329.120000', '135329.582000', '135330.051000', '135330.511000', '135330.959000', '135331.437000', '135331.879000', '135332.338000', '135332.810000', '135333.267000', '135333.742000', '135334.259000', '135334.648000', '135335.110000', '135335.561000', '135336.041000', '135336.481000', '135336.936000', '135337.402000', '135337.871000', '135338.330000', '135338.793000', '135339.255000', '135339.697000', '135340.167000', '135340.662000', '135341.093000', '135341.554000', '135342.019000', '135342.473000', '135342.931000', '135343.391000', '135343.851000', '135344.319000', '135344.765000', '135345.225000', '135345.683000', '135346.152000', '135346.603000', '135347.074000', '135347.529000', '135347.985000', '135348.458000', '135348.906000', '135349.366000', '135349.824000', '135350.327000', '135350.754000', '135351.203000', '135351.671000', '135352.136000', '135352.578000', '135353.038000', '135353.511000', '135353.966000', '135354.479000', '135354.896000', '135355.386000', '135355.835000', '135356.265000', '135356.731000', '135357.194000', '135357.656000', '135358.113000', '135358.567000', '135359.034000', '135359.478000', '135359.951000', '135400.423000', '135400.876000', '135401.330000', '135401.785000', '135402.244000', '135402.710000', '135403.177000', '135403.625000', '135404.086000', '135404.544000', '135405.020000', '135405.461000', '135405.935000', '135406.382000', '135406.848000', '135407.312000', '135407.764000', '135408.226000', '135408.719000', '135409.143000', '135409.611000', '135410.061000', '135410.537000', '135410.985000', '135411.456000', '135411.910000', '135412.380000', '135412.832000', '135413.294000', '135413.751000', '135414.207000', '135414.674000', '135415.121000', '135415.598000', '135416.178000', '135416.507000', '135416.961000', '135417.434000', '135417.902000', '135418.354000', '135418.806000', '135419.271000', '135419.724000', '135420.185000', '135420.658000', '135421.107000', '135421.575000', '135422.055000', '135422.484000', '135422.945000', '135423.410000', '135423.880000', '135424.340000', '135424.784000', '135425.256000', '135425.720000', '135426.164000', '135426.624000', '135427.092000', '135427.559000', '135428.014000', '135428.459000', '135428.931000', '135429.384000', '135429.860000', '135430.315000', '135430.771000', '135431.231000', '135431.690000', '135432.155000', '135432.606000', '135433.062000', '135433.538000', '135433.986000', '135434.446000', '135434.918000', '135435.373000', '135435.831000', '135436.302000', '135436.754000', '135437.217000', '135437.666000', '135438.130000', '135438.595000', '135439.047000', '135439.550000', '135439.963000', '135440.439000', '135440.899000', '135441.360000', '135441.802000', '135442.263000', '135442.723000', '135443.200000', '135443.655000', '135444.115000', '135444.563000', '135445.024000', '135445.481000', '135445.948000', '135446.411000', '135446.873000', '135447.332000', '135447.801000', '135448.268000', '135448.714000', '135449.177000', '135449.650000', '135450.090000', '135450.548000', '135451.004000', '135451.462000', '135451.921000', '135452.394000', '135452.854000', '135453.311000', '135453.764000', '135454.240000', '135454.687000', '135455.161000', '135455.631000', '135456.071000', '135456.536000', '135456.995000', '135457.445000', '135457.921000', '135458.382000', '135458.827000', '135459.299000', '135459.763000', '135500.210000', '135500.670000', '135501.137000', '135501.590000', '135502.046000', '135502.515000', '135502.963000', '135503.436000', '135503.899000', '135504.355000', '135504.825000', '135505.285000', '135505.746000', '135506.197000', '135506.669000', '135507.110000', '135507.573000', '135508.035000', '135508.491000', '135508.950000', '135509.414000', '135509.879000', '135510.331000', '135510.797000', '135511.261000', '135511.708000', '135512.180000', '135512.650000', '135513.112000', '135513.548000', '135514.006000', '135514.473000', '135514.934000', '135515.428000', '135515.864000', '135516.306000', '135516.772000', '135517.229000', '135517.706000', '135518.160000', '135518.609000', '135519.084000', '135519.525000', '135519.992000', '135520.467000', '135520.940000', '135521.369000', '135521.836000', '135522.291000', '135522.765000', '135523.211000', '135523.678000', '135524.147000', '135524.589000', '135525.066000', '135525.524000', '135525.966000', '135526.429000', '135526.891000', '135527.361000', '135527.829000', '135528.289000', '135528.740000', '135529.206000', '135529.664000', '135530.128000', '135530.567000', '135531.028000', '135531.540000', '135531.953000', '135532.411000', '135532.867000', '135533.338000', '135533.800000', '135534.251000', '135534.717000', '135535.189000', '135535.640000', '135536.084000', '135536.555000', '135537.025000', '135537.487000', '135537.935000', '135538.407000', '135538.849000', '135539.312000', '135539.777000', '135540.248000', '135540.714000', '135541.153000', '135541.624000', '135542.094000', '135542.535000', '135543.004000', '135543.489000', '135543.948000', '135544.374000', '135544.844000', '135545.329000', '135545.766000', '135546.224000', '135546.688000', '135547.189000', '135547.596000', '135548.055000', '135548.510000', '135548.972000', '135549.430000', '135549.905000', '135550.358000', '135550.813000', '135551.275000', '135551.754000', '135552.207000', '135552.667000', '135553.113000', '135553.589000', '135554.043000', '135554.505000', '135554.968000', '135555.424000', '135555.911000', '135556.332000', '135556.793000', '135557.253000', '135557.716000', '135558.173000', '135558.635000', '135559.099000', '135559.553000', '135600.012000', '135600.472000', '135600.929000', '135601.432000', '135601.868000', '135602.310000', '135602.786000', '135603.234000', '135603.713000', '135604.149000', '135604.613000', '135605.080000', '135605.550000', '135606.005000', '135606.493000', '135606.919000', '135607.389000', '135607.847000', '135608.295000', '135608.762000', '135609.221000', '135609.681000', '135610.146000', '135610.594000', '135611.071000', '135611.507000', '135611.983000', '135612.437000', '135612.894000', '135613.350000', '135613.869000', '135614.280000', '135614.735000', '135615.204000', '135615.670000', '135616.109000', '135616.587000', '135617.052000', '135617.505000', '135617.954000', '135618.419000', '135618.871000', '135619.347000', '135619.800000', '135620.306000', '135620.784000', '135621.170000', '135621.636000', '135622.126000', '135622.556000', '135623.033000', '135623.515000', '135623.933000', '135624.405000', '135624.853000', '135625.322000', '135625.784000', '135626.244000', '135626.701000', '135627.152000', '135627.628000', '135628.090000', '135628.532000', '135629.001000', '135629.469000', '135629.928000', '135630.383000', '135630.849000', '135631.309000', '135631.771000', '135632.217000', '135632.687000', '135633.134000', '135633.600000', '135634.067000', '135634.533000', '135634.974000', '135635.446000', '135635.946000', '135636.403000', '135636.817000', '135637.284000', '135637.741000', '135638.193000', '135638.664000', '135639.117000', '135639.575000', '135640.051000', '135640.499000', '135640.963000', '135641.415000', '135641.888000', '135642.335000', '135642.802000', '135643.254000', '135643.734000', '135644.191000', '135644.644000', '135645.107000', '135645.572000', '135646.037000', '135646.483000', '135646.943000', '135647.434000', '135647.958000', '135648.314000', '135648.781000', '135649.243000', '135649.701000', '135650.156000', '135650.619000', '135651.077000', '135651.538000', '135651.997000', '135652.461000', '135652.935000', '135653.389000', '135653.847000', '135654.314000', '135654.767000', '135655.226000', '135655.690000', '135656.144000', '135656.597000', '135657.058000', '135657.540000', '135657.998000', '135658.454000', '135658.915000', '135659.381000', '135659.868000', '135700.292000', '135700.748000', '135701.240000', '135701.670000', '135702.155000', '135702.581000', '135703.047000', '135703.511000', '135703.973000', '135704.418000', '135704.882000', '135705.340000', '135705.896000', '135706.270000', '135706.729000', '135707.185000', '135707.641000', '135708.105000', '135708.567000', '135709.019000', '135709.488000', '135709.940000', '135710.401000', '135710.860000', '135711.328000', '135711.785000', '135712.239000', '135712.748000', '135713.155000', '135713.632000', '135714.098000', '135714.548000', '135715.009000', '135715.469000', '135715.932000', '135716.395000', '135716.855000', '135717.315000', '135717.762000', '135718.223000', '135718.691000', '135719.158000', '135719.597000', '135720.102000', '135720.520000', '135720.997000', '135721.447000', '135721.913000', '135722.378000', '135722.841000', '135723.295000', '135723.751000', '135724.206000', '135724.669000', '135725.118000', '135725.637000', '135726.063000', '135726.509000', '135726.972000', '135727.432000', '135727.893000', '135728.356000', '135728.846000', '135729.259000', '135729.722000', '135730.227000', '135730.640000', '135731.101000', '135731.559000', '135732.038000', '135732.486000', '135732.937000', '135733.416000', '135733.858000', '135734.324000', '135734.796000', '135735.257000', '135735.755000', '135736.175000', '135736.641000', '135737.099000', '135737.558000', '135738.004000', '135738.521000', '135738.930000', '135739.383000', '135739.850000', '135740.307000', '135740.775000', '135741.236000', '135741.696000', '135742.153000', '135742.619000', '135743.075000', '135743.524000', '135743.983000', '135744.458000', '135744.915000', '135745.381000', '135745.823000', '135746.281000', '135746.755000', '135747.212000', '135747.665000', '135748.119000', '135748.595000', '135749.060000', '135749.522000', '135749.971000', '135750.439000', '135750.894000', '135751.357000', '135751.819000', '135752.283000', '135752.729000', '135753.186000', '135753.645000', '135754.104000', '135754.585000', '135755.038000', '135755.501000', '135755.979000', '135756.415000', '135756.869000', '135757.354000', '135757.806000', '135758.247000', '135758.703000', '135759.177000', '135759.642000', '135800.096000', '135800.556000', '135801.003000', '135801.468000', '135801.937000', '135802.399000', '135802.853000', '135803.313000', '135803.787000', '135804.249000', '135804.690000', '135805.162000', '135805.619000', '135806.068000', '135806.525000', '135807.002000', '135807.452000', '135807.941000', '135808.367000', '135808.828000', '135809.295000', '135809.764000', '135810.255000', '135810.679000', '135811.137000', '135811.587000', '135812.086000', '135812.522000', '135812.982000', '135813.445000', '135813.916000', '135814.366000', '135814.830000', '135815.286000', '135815.730000', '135816.189000', '135816.696000', '135817.127000', '135817.572000', '135818.038000', '135818.509000', '135818.949000', '135819.419000', '135819.879000', '135820.340000', '135820.793000', '135821.253000', '135821.704000', '135822.166000', '135822.646000', '135823.099000', '135823.561000', '135824.014000', '135824.469000', '135824.946000', '135825.411000', '135825.846000', '135826.351000', '135826.777000', '135827.250000', '135827.709000', '135828.152000', '135828.617000', '135829.083000', '135829.537000', '135830.028000', '135830.466000', '135830.908000', '135831.385000', '135831.847000', '135832.287000', '135832.754000', '135833.231000', '135833.667000', '135834.174000', '135834.612000', '135835.058000', '135835.524000', '135835.983000', '135836.429000', '135836.910000', '135837.365000', '135837.827000', '135838.269000', '135838.740000', '135839.241000', '135839.689000', '135840.127000', '135840.581000', '135841.043000', '135841.489000', '135841.962000', '135842.413000', '135842.871000', '135843.348000', '135843.809000', '135844.262000', '135844.726000', '135845.180000', '135845.635000', '135846.103000', '135846.557000', '135847.023000', '135847.473000', '135847.932000', '135848.401000', '135848.872000', '135849.355000', '135849.787000', '135850.231000', '135850.697000', '135851.162000', '135851.629000', '135852.091000', '135852.538000', '135853.003000', '135853.479000', '135853.912000', '135854.420000', '135854.830000', '135855.306000', '135855.759000', '135856.211000', '135856.687000', '135857.135000', '135857.613000', '135858.073000', '135858.517000', '135858.980000', '135859.454000', '135900.049000', '135900.353000', '135900.822000', '135901.295000', '135901.753000', '135902.199000', '135902.674000', '135903.114000', '135903.570000', '135904.046000', '135904.511000', '135904.951000', '135905.418000', '135905.916000', '135906.355000', '135906.807000', '135907.258000', '135907.717000', '135908.200000', '135908.645000', '135909.107000', '135909.561000', '135910.059000', '135910.483000', '135910.936000', '135911.417000', '135911.943000', '135912.321000', '135912.797000', '135913.245000', '135913.695000', '135914.158000', '135914.630000', '135915.119000', '135915.538000', '135916.020000', '135916.474000', '135916.935000', '135917.396000', '135917.836000', '135918.298000', '135918.763000', '135919.227000', '135919.678000', '135920.143000', '135920.610000', '135921.078000', '135921.536000', '135922.001000', '135922.439000', '135922.908000', '135923.356000', '135923.837000', '135924.319000', '135924.743000', '135925.220000', '135925.661000', '135926.139000', '135926.581000', '135927.067000', '135927.508000', '135927.979000', '135928.431000', '135928.877000', '135929.344000', '135929.805000', '135930.269000', '135930.740000', '135931.192000', '135931.655000', '135932.101000', '135932.565000', '135933.019000', '135933.492000', '135933.958000', '135934.402000', '135934.875000', '135935.327000', '135935.963000', '135936.249000', '135936.705000', '135937.169000', '135937.632000', '135938.088000', '135938.543000', '135939.015000', '135939.481000', '135939.935000', '135940.410000', '135940.853000', '135941.323000', '135941.778000', '135942.236000', '135942.685000', '135943.146000', '135943.613000', '135944.065000', '135944.533000', '135944.992000', '135945.446000', '135945.983000', '135946.365000', '135946.832000', '135947.306000', '135947.793000', '135948.221000', '135948.673000', '135949.127000', '135949.593000', '135950.048000', '135950.511000', '135950.983000', '135951.428000', '135951.897000', '135952.344000', '135952.805000', '135953.271000', '135953.740000', '135954.198000', '135954.672000', '135955.104000', '135955.567000', '135956.040000', '135956.488000', '135957.007000', '135957.421000', '135957.953000', '135958.367000', '135958.795000', '135959.257000', '135959.705000', '140000.173000', '140000.639000', '140001.091000', '140001.549000', '140002.055000', '140002.468000', '140002.935000', '140003.388000', '140003.858000', '140004.307000', '140004.785000', '140005.236000', '140005.710000', '140006.151000', '140006.618000', '140007.084000', '140007.539000', '140007.989000', '140008.449000', '140008.925000', '140009.373000', '140009.839000', '140010.305000', '140010.762000', '140011.217000', '140011.679000', '140012.133000', '140012.600000', '140013.059000', '140013.509000', '140013.977000', '140014.445000', '140014.906000', '140015.374000', '140015.810000', '140016.292000', '140016.750000', '140017.196000', '140017.651000', '140018.130000', '140018.571000', '140019.027000', '140019.500000', '140019.987000', '140020.408000', '140020.872000', '140021.351000', '140021.803000', '140022.298000', '140022.755000', '140023.188000', '140023.637000', '140024.101000', '140024.557000', '140025.018000', '140025.477000', '140025.937000', '140026.395000', '140026.859000', '140027.318000', '140027.783000', '140028.249000', '140028.707000', '140029.167000', '140029.622000', '140030.067000', '140030.534000', '140030.996000', '140031.462000', '140032.004000', '140032.381000', '140032.834000', '140033.309000', '140033.756000', '140034.204000', '140034.678000', '140035.139000', '140035.598000', '140036.070000', '140036.526000', '140036.987000', '140037.431000', '140037.891000', '140038.404000', '140038.855000', '140039.279000', '140039.782000', '140040.191000', '140040.677000', '140041.127000', '140041.575000', '140042.054000', '140042.508000', '140042.976000', '140043.430000', '140043.880000', '140044.355000', '140044.801000', '140045.260000', '140045.714000', '140046.174000', '140046.653000', '140047.114000', '140047.575000', '140048.028000', '140048.476000', '140048.938000', '140049.427000', '140049.864000', '140050.332000', '140050.786000', '140051.249000', '140051.699000', '140052.168000', '140052.631000', '140053.080000', '140053.547000', '140054.001000', '140054.456000', '140054.968000', '140055.391000', '140055.874000', '140056.316000', '140056.770000', '140057.222000', '140057.687000', '140058.148000', '140058.639000', '140059.077000', '140059.535000', '140059.978000', '140100.442000', '140100.908000', '140101.396000', '140101.839000', '140102.283000', '140102.741000', '140103.201000', '140103.671000', '140104.136000', '140104.600000', '140105.039000', '140105.547000', '140105.961000', '140106.425000', '140106.886000', '140107.342000', '140107.807000', '140108.267000', '140108.736000', '140109.182000', '140109.654000', '140110.100000', '140110.562000', '140111.018000', '140111.479000', '140111.948000', '140112.419000', '140112.862000', '140113.331000', '140113.785000', '140114.255000', '140114.711000', '140115.170000', '140115.621000', '140116.092000', '140116.544000', '140116.996000', '140117.476000', '140117.939000', '140118.390000', '140118.851000', '140119.306000', '140119.767000', '140120.231000', '140120.695000', '140121.147000', '140121.606000', '140122.071000', '140122.564000', '140123.001000', '140123.461000', '140123.909000', '140124.378000', '140124.835000', '140125.301000', '140125.755000', '140126.208000', '140126.673000', '140127.200000', '140127.603000', '140128.051000', '140128.531000', '140128.980000', '140129.441000', '140129.890000', '140130.357000', '140130.801000', '140131.276000', '140131.729000', '140132.204000', '140132.654000', '140133.122000', '140133.578000', '140134.031000', '140134.482000', '140134.955000', '140135.420000', '140135.871000', '140136.327000', '140136.794000', '140137.261000', '140137.716000', '140138.178000', '140138.643000', '140139.098000', '140139.564000', '140140.025000', '140140.466000', '140140.949000', '140141.396000', '140141.862000', '140142.304000', '140142.776000', '140143.241000', '140143.687000', '140144.156000', '140144.621000', '140145.069000', '140145.536000', '140145.991000', '140146.452000', '140146.926000', '140147.383000', '140147.833000', '140148.306000', '140148.755000', '140149.264000', '140149.671000', '140150.128000', '140150.589000', '140151.048000', '140151.514000', '140151.983000', '140152.432000', '140152.903000', '140153.363000', '140153.821000', '140154.274000', '140154.748000', '140155.201000', '140155.661000', '140156.143000', '140156.571000', '140157.029000', '140157.504000', '140157.957000', '140158.412000', '140158.873000', '140159.335000', '140159.790000', '140200.298000', '140200.710000', '140201.172000', '140201.649000', '140202.102000', '140202.551000', '140203.024000', '140203.483000', '140203.947000', '140204.407000', '140204.849000', '140205.317000', '140205.775000', '140206.249000', '140206.692000', '140207.191000', '140207.628000', '140208.093000', '140208.544000', '140209.007000', '140209.468000', '140209.926000', '140210.379000', '140210.847000', '140211.320000', '140211.755000', '140212.220000', '140212.673000', '140213.145000', '140213.611000', '140214.063000', '140214.517000', '140214.994000', '140215.449000', '140215.903000', '140216.367000', '140216.843000', '140217.321000', '140217.736000', '140218.202000', '140218.654000', '140219.113000', '140219.589000', '140220.071000', '140220.505000', '140220.963000', '140221.424000', '140221.996000', '140222.335000', '140222.873000', '140223.269000', '140223.730000', '140224.173000', '140224.657000', '140225.110000', '140225.558000', '140226.035000', '140226.488000', '140226.951000', '140227.395000', '140227.857000', '140228.324000', '140228.792000', '140229.242000', '140229.694000', '140230.171000', '140230.627000', '140231.096000', '140231.541000', '140232.033000', '140232.473000', '140232.914000', '140233.379000', '140233.849000', '140234.319000', '140234.771000', '140235.228000', '140235.697000', '140236.142000', '140236.607000', '140237.069000', '140237.568000', '140237.993000', '140238.447000', '140238.923000', '140239.371000', '140239.854000', '140240.324000', '140240.762000', '140241.198000', '140241.672000', '140242.132000', '140242.578000', '140243.053000', '140243.511000', '140244.075000', '140244.438000', '140244.886000', '140245.338000', '140245.817000', '140246.262000', '140246.740000', '140247.197000', '140247.667000', '140248.108000', '140248.559000', '140249.042000', '140249.489000', '140249.959000', '140250.418000', '140250.863000', '140251.331000', '140251.787000', '140252.250000', '140252.718000', '140253.184000', '140253.642000', '140254.421000', '140254.615000', '140255.003000', '140255.475000', '140255.934000', '140256.387000', '140256.858000', '140257.313000', '140257.778000', '140258.242000', '140258.700000', '140259.149000', '140259.601000', '140300.061000', '140300.540000', '140301.003000', '140301.461000', '140301.942000', '140302.369000', '140302.837000', '140303.301000', '140303.761000', '140304.207000', '140304.678000', '140305.136000', '140305.595000', '140306.054000', '140306.537000', '140306.979000', '140307.423000', '140307.895000', '140308.353000', '140308.803000', '140309.271000', '140309.727000', '140310.189000', '140310.651000', '140311.112000', '140311.577000', '140312.042000', '140312.492000', '140312.957000', '140313.426000', '140313.865000'], 'InstanceCreationTime': ['135243.856000', '135244.122000', '135244.325000', '135244.560000', '135244.805000', '135245.032000', '135245.262000', '135245.482000', '135245.679000', '135245.889000', '135246.073000', '135246.328000', '135246.801000', '135247.253000', '135247.835000', '135248.194000', '135248.653000', '135249.108000', '135249.571000', '135250.041000', '135250.488000', '135250.937000', '135251.441000', '135251.920000', '135252.316000', '135252.791000', '135253.248000', '135253.709000', '135254.171000', '135254.682000', '135255.089000', '135256.044000', '135256.237000', '135256.475000', '135256.940000', '135257.396000', '135257.848000', '135258.308000', '135258.756000', '135259.222000', '135259.683000', '135300.147000', '135300.597000', '135301.072000', '135301.541000', '135301.977000', '135302.457000', '135302.899000', '135303.361000', '135303.845000', '135304.289000', '135304.743000', '135305.215000', '135305.674000', '135306.130000', '135306.591000', '135307.044000', '135307.517000', '135307.979000', '135308.420000', '135308.884000', '135309.354000', '135309.800000', '135310.272000', '135310.718000', '135311.190000', '135311.692000', '135312.120000', '135312.604000', '135313.027000', '135313.491000', '135313.950000', '135314.416000', '135314.869000', '135315.338000', '135315.778000', '135316.253000', '135316.711000', '135317.170000', '135317.639000', '135318.084000', '135318.537000', '135318.997000', '135319.457000', '135319.930000', '135320.392000', '135320.847000', '135321.316000', '135321.765000', '135322.265000', '135322.681000', '135323.154000', '135323.612000', '135324.073000', '135324.532000', '135324.991000', '135325.454000', '135325.943000', '135326.379000', '135326.839000', '135327.282000', '135327.742000', '135328.204000', '135328.671000', '135329.120000', '135329.582000', '135330.051000', '135330.511000', '135330.959000', '135331.437000', '135331.879000', '135332.338000', '135332.810000', '135333.267000', '135333.742000', '135334.259000', '135334.648000', '135335.110000', '135335.561000', '135336.041000', '135336.481000', '135336.936000', '135337.402000', '135337.871000', '135338.330000', '135338.793000', '135339.255000', '135339.697000', '135340.167000', '135340.662000', '135341.093000', '135341.554000', '135342.019000', '135342.473000', '135342.931000', '135343.391000', '135343.851000', '135344.319000', '135344.765000', '135345.225000', '135345.683000', '135346.152000', '135346.603000', '135347.074000', '135347.529000', '135347.985000', '135348.458000', '135348.906000', '135349.366000', '135349.824000', '135350.327000', '135350.754000', '135351.203000', '135351.671000', '135352.136000', '135352.578000', '135353.038000', '135353.511000', '135353.966000', '135354.479000', '135354.896000', '135355.386000', '135355.835000', '135356.265000', '135356.731000', '135357.194000', '135357.656000', '135358.113000', '135358.567000', '135359.034000', '135359.478000', '135359.951000', '135400.423000', '135400.876000', '135401.330000', '135401.785000', '135402.244000', '135402.710000', '135403.177000', '135403.625000', '135404.086000', '135404.544000', '135405.020000', '135405.461000', '135405.935000', '135406.382000', '135406.848000', '135407.312000', '135407.764000', '135408.226000', '135408.719000', '135409.143000', '135409.611000', '135410.061000', '135410.537000', '135410.985000', '135411.456000', '135411.910000', '135412.380000', '135412.832000', '135413.294000', '135413.751000', '135414.207000', '135414.674000', '135415.121000', '135415.598000', '135416.178000', '135416.507000', '135416.961000', '135417.434000', '135417.902000', '135418.354000', '135418.806000', '135419.271000', '135419.724000', '135420.185000', '135420.658000', '135421.107000', '135421.575000', '135422.055000', '135422.484000', '135422.945000', '135423.410000', '135423.880000', '135424.340000', '135424.784000', '135425.256000', '135425.720000', '135426.164000', '135426.624000', '135427.092000', '135427.559000', '135428.014000', '135428.459000', '135428.931000', '135429.384000', '135429.860000', '135430.315000', '135430.771000', '135431.231000', '135431.690000', '135432.155000', '135432.606000', '135433.062000', '135433.538000', '135433.986000', '135434.446000', '135434.918000', '135435.373000', '135435.831000', '135436.302000', '135436.754000', '135437.217000', '135437.666000', '135438.130000', '135438.595000', '135439.047000', '135439.550000', '135439.963000', '135440.439000', '135440.899000', '135441.360000', '135441.802000', '135442.263000', '135442.723000', '135443.200000', '135443.655000', '135444.115000', '135444.563000', '135445.024000', '135445.481000', '135445.948000', '135446.411000', '135446.873000', '135447.332000', '135447.801000', '135448.268000', '135448.714000', '135449.177000', '135449.650000', '135450.090000', '135450.548000', '135451.004000', '135451.462000', '135451.921000', '135452.394000', '135452.854000', '135453.311000', '135453.764000', '135454.240000', '135454.687000', '135455.161000', '135455.631000', '135456.071000', '135456.536000', '135456.995000', '135457.445000', '135457.921000', '135458.382000', '135458.827000', '135459.299000', '135459.763000', '135500.210000', '135500.670000', '135501.137000', '135501.590000', '135502.046000', '135502.515000', '135502.963000', '135503.436000', '135503.899000', '135504.355000', '135504.825000', '135505.285000', '135505.746000', '135506.197000', '135506.669000', '135507.110000', '135507.573000', '135508.035000', '135508.491000', '135508.950000', '135509.414000', '135509.879000', '135510.331000', '135510.797000', '135511.261000', '135511.708000', '135512.180000', '135512.650000', '135513.112000', '135513.548000', '135514.006000', '135514.473000', '135514.934000', '135515.428000', '135515.864000', '135516.306000', '135516.772000', '135517.229000', '135517.706000', '135518.160000', '135518.609000', '135519.084000', '135519.525000', '135519.992000', '135520.467000', '135520.940000', '135521.369000', '135521.836000', '135522.291000', '135522.765000', '135523.211000', '135523.678000', '135524.147000', '135524.589000', '135525.066000', '135525.524000', '135525.966000', '135526.429000', '135526.891000', '135527.361000', '135527.829000', '135528.289000', '135528.740000', '135529.206000', '135529.664000', '135530.128000', '135530.567000', '135531.028000', '135531.540000', '135531.953000', '135532.411000', '135532.867000', '135533.338000', '135533.800000', '135534.251000', '135534.717000', '135535.189000', '135535.640000', '135536.084000', '135536.555000', '135537.025000', '135537.487000', '135537.935000', '135538.407000', '135538.849000', '135539.312000', '135539.777000', '135540.248000', '135540.714000', '135541.153000', '135541.624000', '135542.094000', '135542.535000', '135543.004000', '135543.489000', '135543.948000', '135544.374000', '135544.844000', '135545.329000', '135545.766000', '135546.224000', '135546.688000', '135547.189000', '135547.596000', '135548.055000', '135548.510000', '135548.972000', '135549.430000', '135549.905000', '135550.358000', '135550.813000', '135551.275000', '135551.754000', '135552.207000', '135552.667000', '135553.113000', '135553.589000', '135554.043000', '135554.505000', '135554.968000', '135555.424000', '135555.911000', '135556.332000', '135556.793000', '135557.253000', '135557.716000', '135558.173000', '135558.635000', '135559.099000', '135559.553000', '135600.012000', '135600.472000', '135600.929000', '135601.432000', '135601.868000', '135602.310000', '135602.786000', '135603.234000', '135603.713000', '135604.149000', '135604.613000', '135605.080000', '135605.550000', '135606.005000', '135606.493000', '135606.919000', '135607.389000', '135607.847000', '135608.295000', '135608.762000', '135609.221000', '135609.681000', '135610.146000', '135610.594000', '135611.071000', '135611.507000', '135611.983000', '135612.437000', '135612.894000', '135613.350000', '135613.869000', '135614.280000', '135614.735000', '135615.204000', '135615.670000', '135616.109000', '135616.587000', '135617.052000', '135617.505000', '135617.954000', '135618.419000', '135618.871000', '135619.347000', '135619.800000', '135620.306000', '135620.784000', '135621.170000', '135621.636000', '135622.126000', '135622.556000', '135623.033000', '135623.515000', '135623.933000', '135624.405000', '135624.853000', '135625.322000', '135625.784000', '135626.244000', '135626.701000', '135627.152000', '135627.628000', '135628.090000', '135628.532000', '135629.001000', '135629.469000', '135629.928000', '135630.383000', '135630.849000', '135631.309000', '135631.771000', '135632.217000', '135632.687000', '135633.134000', '135633.600000', '135634.067000', '135634.533000', '135634.974000', '135635.446000', '135635.946000', '135636.403000', '135636.817000', '135637.284000', '135637.741000', '135638.193000', '135638.664000', '135639.117000', '135639.575000', '135640.051000', '135640.499000', '135640.963000', '135641.415000', '135641.888000', '135642.335000', '135642.802000', '135643.254000', '135643.734000', '135644.191000', '135644.644000', '135645.107000', '135645.572000', '135646.037000', '135646.483000', '135646.943000', '135647.434000', '135647.958000', '135648.314000', '135648.781000', '135649.243000', '135649.701000', '135650.156000', '135650.619000', '135651.077000', '135651.538000', '135651.997000', '135652.461000', '135652.935000', '135653.389000', '135653.847000', '135654.314000', '135654.767000', '135655.226000', '135655.690000', '135656.144000', '135656.597000', '135657.058000', '135657.540000', '135657.998000', '135658.454000', '135658.915000', '135659.381000', '135659.868000', '135700.292000', '135700.748000', '135701.240000', '135701.670000', '135702.155000', '135702.581000', '135703.047000', '135703.511000', '135703.973000', '135704.418000', '135704.882000', '135705.340000', '135705.896000', '135706.270000', '135706.729000', '135707.185000', '135707.641000', '135708.105000', '135708.567000', '135709.019000', '135709.488000', '135709.940000', '135710.401000', '135710.860000', '135711.328000', '135711.785000', '135712.239000', '135712.748000', '135713.155000', '135713.632000', '135714.098000', '135714.548000', '135715.009000', '135715.469000', '135715.932000', '135716.395000', '135716.855000', '135717.315000', '135717.762000', '135718.223000', '135718.691000', '135719.158000', '135719.597000', '135720.102000', '135720.520000', '135720.997000', '135721.447000', '135721.913000', '135722.378000', '135722.841000', '135723.295000', '135723.751000', '135724.206000', '135724.669000', '135725.118000', '135725.637000', '135726.063000', '135726.509000', '135726.972000', '135727.432000', '135727.893000', '135728.356000', '135728.846000', '135729.259000', '135729.722000', '135730.227000', '135730.640000', '135731.101000', '135731.559000', '135732.038000', '135732.486000', '135732.937000', '135733.416000', '135733.858000', '135734.324000', '135734.796000', '135735.257000', '135735.755000', '135736.175000', '135736.641000', '135737.099000', '135737.558000', '135738.004000', '135738.521000', '135738.930000', '135739.383000', '135739.850000', '135740.307000', '135740.775000', '135741.236000', '135741.696000', '135742.153000', '135742.619000', '135743.075000', '135743.524000', '135743.983000', '135744.458000', '135744.915000', '135745.381000', '135745.823000', '135746.281000', '135746.755000', '135747.212000', '135747.665000', '135748.119000', '135748.595000', '135749.060000', '135749.522000', '135749.971000', '135750.439000', '135750.894000', '135751.357000', '135751.819000', '135752.283000', '135752.729000', '135753.186000', '135753.645000', '135754.104000', '135754.585000', '135755.038000', '135755.501000', '135755.979000', '135756.415000', '135756.869000', '135757.354000', '135757.806000', '135758.247000', '135758.703000', '135759.177000', '135759.642000', '135800.096000', '135800.556000', '135801.003000', '135801.468000', '135801.937000', '135802.399000', '135802.853000', '135803.313000', '135803.787000', '135804.249000', '135804.690000', '135805.162000', '135805.619000', '135806.068000', '135806.525000', '135807.002000', '135807.452000', '135807.941000', '135808.367000', '135808.828000', '135809.295000', '135809.764000', '135810.255000', '135810.679000', '135811.137000', '135811.587000', '135812.086000', '135812.522000', '135812.982000', '135813.445000', '135813.916000', '135814.366000', '135814.830000', '135815.286000', '135815.730000', '135816.189000', '135816.696000', '135817.127000', '135817.572000', '135818.038000', '135818.509000', '135818.949000', '135819.419000', '135819.879000', '135820.340000', '135820.793000', '135821.253000', '135821.704000', '135822.166000', '135822.646000', '135823.099000', '135823.561000', '135824.014000', '135824.469000', '135824.946000', '135825.411000', '135825.846000', '135826.351000', '135826.777000', '135827.250000', '135827.709000', '135828.152000', '135828.617000', '135829.083000', '135829.537000', '135830.028000', '135830.466000', '135830.908000', '135831.385000', '135831.847000', '135832.287000', '135832.754000', '135833.231000', '135833.667000', '135834.174000', '135834.612000', '135835.058000', '135835.524000', '135835.983000', '135836.429000', '135836.910000', '135837.365000', '135837.827000', '135838.269000', '135838.740000', '135839.241000', '135839.689000', '135840.127000', '135840.581000', '135841.043000', '135841.489000', '135841.962000', '135842.413000', '135842.871000', '135843.348000', '135843.809000', '135844.262000', '135844.726000', '135845.180000', '135845.635000', '135846.103000', '135846.557000', '135847.023000', '135847.473000', '135847.932000', '135848.401000', '135848.872000', '135849.355000', '135849.787000', '135850.231000', '135850.697000', '135851.162000', '135851.629000', '135852.091000', '135852.538000', '135853.003000', '135853.479000', '135853.912000', '135854.420000', '135854.830000', '135855.306000', '135855.759000', '135856.211000', '135856.687000', '135857.135000', '135857.613000', '135858.073000', '135858.517000', '135858.980000', '135859.454000', '135900.049000', '135900.353000', '135900.822000', '135901.295000', '135901.753000', '135902.199000', '135902.674000', '135903.114000', '135903.570000', '135904.046000', '135904.511000', '135904.951000', '135905.418000', '135905.916000', '135906.355000', '135906.807000', '135907.258000', '135907.717000', '135908.200000', '135908.645000', '135909.107000', '135909.561000', '135910.059000', '135910.483000', '135910.936000', '135911.417000', '135911.943000', '135912.321000', '135912.797000', '135913.245000', '135913.695000', '135914.158000', '135914.630000', '135915.119000', '135915.538000', '135916.020000', '135916.474000', '135916.935000', '135917.396000', '135917.836000', '135918.298000', '135918.763000', '135919.227000', '135919.678000', '135920.143000', '135920.610000', '135921.078000', '135921.536000', '135922.001000', '135922.439000', '135922.908000', '135923.356000', '135923.837000', '135924.319000', '135924.743000', '135925.220000', '135925.661000', '135926.139000', '135926.581000', '135927.067000', '135927.508000', '135927.979000', '135928.431000', '135928.877000', '135929.344000', '135929.805000', '135930.269000', '135930.740000', '135931.192000', '135931.655000', '135932.101000', '135932.565000', '135933.019000', '135933.492000', '135933.958000', '135934.402000', '135934.875000', '135935.327000', '135935.963000', '135936.249000', '135936.705000', '135937.169000', '135937.632000', '135938.088000', '135938.543000', '135939.015000', '135939.481000', '135939.935000', '135940.410000', '135940.853000', '135941.323000', '135941.778000', '135942.236000', '135942.685000', '135943.146000', '135943.613000', '135944.065000', '135944.533000', '135944.992000', '135945.446000', '135945.983000', '135946.365000', '135946.832000', '135947.306000', '135947.793000', '135948.221000', '135948.673000', '135949.127000', '135949.593000', '135950.048000', '135950.511000', '135950.983000', '135951.428000', '135951.897000', '135952.344000', '135952.805000', '135953.271000', '135953.740000', '135954.198000', '135954.672000', '135955.104000', '135955.567000', '135956.040000', '135956.488000', '135957.007000', '135957.421000', '135957.953000', '135958.367000', '135958.795000', '135959.257000', '135959.705000', '140000.173000', '140000.639000', '140001.091000', '140001.549000', '140002.055000', '140002.468000', '140002.935000', '140003.388000', '140003.858000', '140004.307000', '140004.785000', '140005.236000', '140005.710000', '140006.151000', '140006.618000', '140007.084000', '140007.539000', '140007.989000', '140008.449000', '140008.925000', '140009.373000', '140009.839000', '140010.305000', '140010.762000', '140011.217000', '140011.679000', '140012.133000', '140012.600000', '140013.059000', '140013.509000', '140013.977000', '140014.445000', '140014.906000', '140015.374000', '140015.810000', '140016.292000', '140016.750000', '140017.196000', '140017.651000', '140018.130000', '140018.571000', '140019.027000', '140019.500000', '140019.987000', '140020.408000', '140020.872000', '140021.351000', '140021.803000', '140022.298000', '140022.755000', '140023.188000', '140023.637000', '140024.101000', '140024.557000', '140025.018000', '140025.477000', '140025.937000', '140026.395000', '140026.859000', '140027.318000', '140027.783000', '140028.249000', '140028.707000', '140029.167000', '140029.622000', '140030.067000', '140030.534000', '140030.996000', '140031.462000', '140032.004000', '140032.381000', '140032.834000', '140033.309000', '140033.756000', '140034.204000', '140034.678000', '140035.139000', '140035.598000', '140036.070000', '140036.526000', '140036.987000', '140037.431000', '140037.891000', '140038.404000', '140038.855000', '140039.279000', '140039.782000', '140040.191000', '140040.677000', '140041.127000', '140041.575000', '140042.054000', '140042.508000', '140042.976000', '140043.430000', '140043.880000', '140044.355000', '140044.801000', '140045.260000', '140045.714000', '140046.174000', '140046.653000', '140047.114000', '140047.575000', '140048.028000', '140048.476000', '140048.938000', '140049.427000', '140049.864000', '140050.332000', '140050.786000', '140051.249000', '140051.699000', '140052.168000', '140052.631000', '140053.080000', '140053.547000', '140054.001000', '140054.456000', '140054.968000', '140055.391000', '140055.874000', '140056.316000', '140056.770000', '140057.222000', '140057.687000', '140058.148000', '140058.639000', '140059.077000', '140059.535000', '140059.978000', '140100.442000', '140100.908000', '140101.396000', '140101.839000', '140102.283000', '140102.741000', '140103.201000', '140103.671000', '140104.136000', '140104.600000', '140105.039000', '140105.547000', '140105.961000', '140106.425000', '140106.886000', '140107.342000', '140107.807000', '140108.267000', '140108.736000', '140109.182000', '140109.654000', '140110.100000', '140110.562000', '140111.018000', '140111.479000', '140111.948000', '140112.419000', '140112.862000', '140113.331000', '140113.785000', '140114.255000', '140114.711000', '140115.170000', '140115.621000', '140116.092000', '140116.544000', '140116.996000', '140117.476000', '140117.939000', '140118.390000', '140118.851000', '140119.306000', '140119.767000', '140120.231000', '140120.695000', '140121.147000', '140121.606000', '140122.071000', '140122.564000', '140123.001000', '140123.461000', '140123.909000', '140124.378000', '140124.835000', '140125.301000', '140125.755000', '140126.208000', '140126.673000', '140127.200000', '140127.603000', '140128.051000', '140128.531000', '140128.980000', '140129.441000', '140129.890000', '140130.357000', '140130.801000', '140131.276000', '140131.729000', '140132.204000', '140132.654000', '140133.122000', '140133.578000', '140134.031000', '140134.482000', '140134.955000', '140135.420000', '140135.871000', '140136.327000', '140136.794000', '140137.261000', '140137.716000', '140138.178000', '140138.643000', '140139.098000', '140139.564000', '140140.025000', '140140.466000', '140140.949000', '140141.396000', '140141.862000', '140142.304000', '140142.776000', '140143.241000', '140143.687000', '140144.156000', '140144.621000', '140145.069000', '140145.536000', '140145.991000', '140146.452000', '140146.926000', '140147.383000', '140147.833000', '140148.306000', '140148.755000', '140149.264000', '140149.671000', '140150.128000', '140150.589000', '140151.048000', '140151.514000', '140151.983000', '140152.432000', '140152.903000', '140153.363000', '140153.821000', '140154.274000', '140154.748000', '140155.201000', '140155.661000', '140156.143000', '140156.571000', '140157.029000', '140157.504000', '140157.957000', '140158.412000', '140158.873000', '140159.335000', '140159.790000', '140200.298000', '140200.710000', '140201.172000', '140201.649000', '140202.102000', '140202.551000', '140203.024000', '140203.483000', '140203.947000', '140204.407000', '140204.849000', '140205.317000', '140205.775000', '140206.249000', '140206.692000', '140207.191000', '140207.628000', '140208.093000', '140208.544000', '140209.007000', '140209.468000', '140209.926000', '140210.379000', '140210.847000', '140211.320000', '140211.755000', '140212.220000', '140212.673000', '140213.145000', '140213.611000', '140214.063000', '140214.517000', '140214.994000', '140215.449000', '140215.903000', '140216.367000', '140216.843000', '140217.321000', '140217.736000', '140218.202000', '140218.654000', '140219.113000', '140219.589000', '140220.071000', '140220.505000', '140220.963000', '140221.424000', '140221.996000', '140222.335000', '140222.873000', '140223.269000', '140223.730000', '140224.173000', '140224.657000', '140225.110000', '140225.558000', '140226.035000', '140226.488000', '140226.951000', '140227.395000', '140227.857000', '140228.324000', '140228.792000', '140229.242000', '140229.694000', '140230.171000', '140230.627000', '140231.096000', '140231.541000', '140232.033000', '140232.473000', '140232.914000', '140233.379000', '140233.849000', '140234.319000', '140234.771000', '140235.228000', '140235.697000', '140236.142000', '140236.607000', '140237.069000', '140237.568000', '140237.993000', '140238.447000', '140238.923000', '140239.371000', '140239.854000', '140240.324000', '140240.762000', '140241.198000', '140241.672000', '140242.132000', '140242.578000', '140243.053000', '140243.511000', '140244.075000', '140244.438000', '140244.886000', '140245.338000', '140245.817000', '140246.262000', '140246.740000', '140247.197000', '140247.667000', '140248.108000', '140248.559000', '140249.042000', '140249.489000', '140249.959000', '140250.418000', '140250.863000', '140251.331000', '140251.787000', '140252.250000', '140252.718000', '140253.184000', '140253.642000', '140254.421000', '140254.615000', '140255.003000', '140255.475000', '140255.934000', '140256.387000', '140256.858000', '140257.313000', '140257.778000', '140258.242000', '140258.700000', '140259.149000', '140259.601000', '140300.061000', '140300.540000', '140301.003000', '140301.461000', '140301.942000', '140302.369000', '140302.837000', '140303.301000', '140303.761000', '140304.207000', '140304.678000', '140305.136000', '140305.595000', '140306.054000', '140306.537000', '140306.979000', '140307.423000', '140307.895000', '140308.353000', '140308.803000', '140309.271000', '140309.727000', '140310.189000', '140310.651000', '140311.112000', '140311.577000', '140312.042000', '140312.492000', '140312.957000', '140313.426000', '140313.865000'], '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': [700, 727, 731, 734, 689, 705, 691, 682, 703, 652, 694, 689, 664, 879, 796, 617, 670, 690, 710, 746, 711, 729, 762, 729, 776, 823, 723, 676, 639, 728, 640, 748, 766, 705, 765, 697, 696, 742, 724, 741, 755, 717, 733, 737, 680, 724, 769, 718, 762, 749, 781, 726, 716, 744, 726, 638, 774, 793, 669, 740, 706, 756, 732, 634, 750, 793, 710, 766, 699, 733, 750, 730, 764, 749, 667, 767, 758, 688, 751, 698, 746, 765, 651, 771, 733, 710, 770, 681, 750, 742, 685, 781, 703, 724, 720, 649, 758, 760, 731, 767, 666, 777, 759, 653, 756, 654, 776, 755, 672, 776, 688, 614, 750, 662, 782, 724, 689, 780, 677, 756, 744, 696, 779, 723, 783, 734, 810, 748, 696, 630, 727, 615, 785, 693, 624, 738, 644, 761, 685, 792, 788, 923, 775, 789, 763, 715, 778, 779, 971, 761, 712, 754, 762, 684, 765, 704, 767, 783, 669, 757, 635, 758, 747, 769, 726, 694, 736, 747, 605, 785, 685, 792, 771, 644, 762, 710, 767, 788, 721, 804, 827, 783, 777, 686, 734, 618, 773, 738, 775, 746, 690, 774, 697, 770, 784, 772, 784, 641, 750, 681, 772, 747, 656, 789, 732, 773, 731, 657, 750, 659, 788, 724, 640, 778, 656, 787, 706, 780, 746, 851, 806, 655, 785, 683, 780, 774, 685, 816, 685, 779, 665, 640, 764, 644, 825, 808, 804, 767, 625, 772, 688, 777, 745, 670, 819, 697, 795, 754, 653, 791, 745, 828, 760, 794, 799, 642, 826, 700, 813, 741, 716, 811, 694, 798, 772, 651, 818, 758, 625, 784, 706, 803, 819, 795, 812, 704, 807, 750, 798, 765, 787, 854, 815, 810, 738, 657, 830, 707, 842, 855, 811, 813, 679, 819, 679, 806, 745, 646, 830, 799, 789, 758, 635, 821, 691, 839, 735, 601, 794, 653, 808, 733, 831, 748, 748, 811, 674, 757, 670, 669, 753, 845, 725, 712, 684, 758, 638, 765, 722, 767, 707, 775, 732, 706, 756, 767, 720, 781, 683, 734, 772, 695, 732, 654, 770, 739, 763, 727, 675, 728, 684, 658, 731, 667, 692, 756, 696, 706, 759, 687, 710, 735, 741, 738, 697, 755, 775, 888, 731, 704, 694, 735, 690, 708, 719, 705, 736, 738, 702, 623, 749, 669, 737, 742, 824, 723, 742, 808, 702, 964, 792, 949, 748, 728, 713, 680, 719, 722, 724, 720, 719, 713, 696, 666, 723, 702, 719, 784, 719, 696, 706, 714, 711, 729, 720, 732, 760, 712, 679, 687, 719, 668, 719, 683, 731, 717, 753, 690, 741, 731, 744, 688, 714, 732, 739, 719, 702, 693, 724, 710, 773, 746, 698, 712, 724, 732, 768, 749, 757, 730, 689, 724, 695, 769, 759, 749, 757, 647, 757, 692, 718, 758, 715, 715, 724, 692, 755, 768, 734, 754, 741, 704, 901, 647, 728, 738, 727, 824, 689, 743, 863, 739, 760, 711, 726, 665, 712, 727, 692, 752, 736, 711, 733, 735, 735, 698, 733, 728, 684, 718, 702, 712, 741, 681, 717, 683, 745, 756, 754, 642, 754, 741, 737, 772, 708, 809, 647, 769, 733, 737, 745, 690, 792, 722, 755, 806, 595, 783, 743, 735, 780, 681, 774, 648, 763, 785, 715, 779, 596, 770, 735, 757, 730, 614, 771, 732, 773, 771, 760, 793, 618, 766, 779, 618, 785, 714, 784, 751, 745, 752, 717, 786, 711, 773, 779, 607, 776, 770, 762, 737, 671, 755, 729, 733, 836, 714, 784, 664, 764, 883, 677, 791, 728, 773, 740, 708, 731, 773, 686, 676, 708, 712, 733, 715, 853, 724, 706, 731, 733, 644, 775, 773, 773, 770, 765, 767, 757, 717, 776, 697, 716, 752, 851, 717, 714, 651, 735, 717, 719, 740, 706, 723, 763, 712, 739, 693, 715, 723, 716, 757, 731, 803, 773, 772, 740, 752, 839, 726, 753, 761, 596, 776, 733, 716, 800, 712, 749, 781, 690, 763, 724, 741, 892, 663, 769, 789, 684, 768, 749, 731, 730, 619, 751, 789, 698, 755, 758, 727, 727, 638, 775, 795, 702, 780, 730, 717, 788, 730, 742, 733, 654, 768, 730, 719, 806, 745, 755, 733, 642, 747, 717, 724, 779, 738, 740, 718, 640, 752, 694, 690, 764, 758, 693, 627, 700, 623, 737, 735, 690, 739, 708, 729, 726, 710, 730, 726, 745, 716, 746, 731, 746, 742, 750, 717, 866, 727, 727, 785, 706, 776, 719, 727, 954, 731, 700, 759, 694, 726, 700, 727, 755, 723, 724, 724, 666, 729, 770, 741, 777, 704, 710, 750, 663, 738, 726, 725, 743, 796, 688, 770, 717, 729, 741, 669, 737, 829, 699, 730, 776, 687, 747, 729, 728, 762, 766, 682, 762, 743, 715, 766, 732, 742, 778, 724, 737, 768, 722, 727, 736, 636, 741, 719, 740, 714, 721, 681, 744, 747, 858, 733, 725, 712, 724, 709, 728, 769, 733, 706, 729, 740, 699, 735, 756, 764, 847, 738, 745, 667, 715, 734, 717, 787, 730, 727, 758, 719, 739, 712, 664, 723, 759, 684, 755, 767, 649, 759, 791, 712, 778, 697, 789, 696, 659, 745, 704, 647, 762, 766, 685, 791, 711, 721, 756, 684, 762, 769, 812, 766, 739, 713, 722, 658, 761, 775, 690, 750, 730, 738, 745, 725, 735, 752, 684, 743, 729, 706, 742, 729, 738, 712, 689, 753, 715, 738, 724, 709, 724, 721, 664, 762, 719, 706, 765, 703, 728, 756, 727, 756, 713, 746, 699, 878, 702, 731, 710, 759, 696, 774, 745, 708, 719, 722, 721, 766, 714, 675, 730, 708, 745, 742, 718, 740, 715, 867, 730, 734, 701, 712, 732, 719, 733, 688, 744, 709, 685, 730, 730, 713, 725, 740, 718, 948, 706, 711, 698, 729, 705, 737, 731, 727, 728, 723, 676, 723, 742, 679, 761, 719, 733, 701, 675, 706, 719, 710, 719, 745, 718, 751, 687, 705, 736, 705, 755, 750, 694, 756, 706, 682, 747, 663, 721, 753, 732, 744, 709, 760, 694, 728, 679, 711, 711, 738, 692, 739, 689, 621, 721, 742, 642, 729, 702, 645, 719, 655, 719, 709, 631, 694, 711, 642, 848, 654, 662, 895, 776, 821, 717, 657, 688, 644, 693, 715, 652, 934, 618, 694, 715, 678, 686, 698, 662, 689, 647, 667, 690, 654, 699, 704, 696, 676, 640, 691, 734, 658, 732, 704, 699, 718, 689, 733, 740, 725, 709, 759, 729, 662, 758, 730, 648, 795, 734, 674, 745, 703, 705, 707, 711, 642, 698, 705, 653, 698, 778, 733, 674, 758, 743, 723, 719, 721, 709, 812, 662, 686, 686, 680, 721, 720, 653, 701, 727, 676, 707, 656, 746, 960, 653, 725, 702, 716, 686, 703, 697, 692, 659, 678, 670, 651, 696, 711, 696, 695, 717, 664, 709, 690, 693, 685, 660, 732, 712, 700, 701, 694, 721, 667, 692, 716, 666, 717, 715, 655, 701, 673, 700, 728, 724, 720, 705, 661, 719, 671, 720, 717, 722, 699, 822, 660, 678, 644, 713, 661, 707, 705, 808, 691, 706, 628, 704, 665, 664, 698, 633, 698, 669, 675, 654, 692, 699, 660, 674, 714, 626, 679, 663, 696, 710, 654, 678, 678, 683, 684, 674, 729, 795, 599, 687, 700, 699, 792, 694, 699, 904, 644, 697, 690, 739, 647, 705, 738, 806, 670, 706, 655, 722, 666, 741, 764, 715, 725, 667, 679, 698, 673, 744, 747, 697, 779, 642, 717, 726, 662, 750, 707, 719, 738, 674, 708, 723, 679, 709, 712, 718, 796, 709, 697, 745, 659, 723, 770, 671, 785, 701, 718, 747, 782, 736, 739, 743, 736, 909, 735, 737, 698, 741, 701, 750, 772, 716, 778, 756, 719, 717, 705, 762, 698, 791, 891, 744, 753, 683, 732, 738, 754, 745, 647, 754, 700, 703, 741, 674, 745, 757, 759, 772, 805, 729, 724, 723, 742, 653, 745, 710, 707, 732, 674, 758, 671, 770, 751, 734, 752, 642, 737, 688, 746, 814, 688, 741, 740, 662, 749, 747, 810, 772, 645, 728, 720, 682, 778, 662, 789, 819, 837, 759, 702, 734, 773, 744, 767, 755, 707, 773, 933, 755, 755, 670, 750, 759, 735, 783, 680, 815, 810, 803, 765, 661, 775, 741, 752, 741, 640, 782, 727, 645, 782, 756, 714, 748, 610, 792, 750, 794, 781, 719, 769, 669, 800, 772, 799, 742, 860, 748, 713, 761, 754], 'WindowCenter': [269.0, 269.0, 268.0, 268.0, 267.0, 268.0, 267.0, 267.0, 267.0, 266.0, 266.0, 266.0, 266.0, 268.0, 267.0, 265.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 266.0, 265.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 268.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 266.0, 266.0, 267.0, 266.0, 267.0, 266.0, 267.0, 267.0, 266.0, 267.0, 266.0, 267.0, 267.0, 268.0, 268.0, 267.0, 266.0, 268.0, 267.0, 268.0, 267.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 268.0, 267.0, 267.0, 266.0, 268.0, 267.0, 268.0, 268.0, 267.0, 268.0, 267.0, 268.0, 268.0, 268.0, 268.0, 269.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 269.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 266.0, 265.0, 266.0, 265.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 265.0, 267.0, 267.0, 268.0, 268.0, 266.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 265.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 265.0, 266.0, 266.0, 266.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 266.0, 267.0, 268.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 268.0, 266.0, 267.0, 266.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 266.0, 266.0, 267.0, 266.0, 268.0, 268.0, 268.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 268.0, 267.0, 266.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 265.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 268.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 267.0, 267.0, 265.0, 267.0, 266.0, 268.0, 268.0, 267.0, 267.0, 266.0, 267.0, 266.0, 266.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 265.0, 267.0, 267.0, 267.0, 267.0, 265.0, 267.0, 266.0, 267.0, 267.0, 268.0, 267.0, 267.0, 268.0, 267.0, 268.0, 267.0, 266.0, 267.0, 267.0, 266.0, 266.0, 265.0, 266.0, 265.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 266.0, 266.0, 266.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 268.0, 268.0, 269.0, 268.0, 269.0, 269.0, 268.0, 269.0, 268.0, 267.0, 267.0, 269.0, 268.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 267.0, 268.0, 267.0, 268.0, 267.0, 267.0, 268.0, 268.0, 268.0, 267.0, 267.0, 266.0, 268.0, 267.0, 268.0, 266.0, 267.0, 266.0, 265.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 265.0, 267.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 267.0, 267.0, 267.0, 266.0, 266.0, 267.0, 266.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 266.0, 266.0, 267.0, 267.0, 267.0, 266.0, 266.0, 266.0, 266.0, 266.0, 267.0, 266.0, 266.0, 266.0, 266.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 265.0, 266.0, 266.0, 266.0, 266.0, 265.0, 266.0, 267.0, 267.0, 266.0, 266.0, 266.0, 265.0, 266.0, 266.0, 266.0, 266.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 268.0, 268.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 265.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 265.0, 267.0, 267.0, 267.0, 267.0, 265.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 269.0, 267.0, 267.0, 267.0, 268.0, 267.0, 265.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 268.0, 268.0, 268.0, 268.0, 267.0, 266.0, 267.0, 268.0, 267.0, 267.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 266.0, 266.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 266.0, 265.0, 266.0, 266.0, 267.0, 267.0, 267.0, 266.0, 266.0, 266.0, 266.0, 267.0, 267.0, 267.0, 267.0, 266.0, 266.0, 265.0, 266.0, 267.0, 266.0, 266.0, 266.0, 267.0, 267.0, 266.0, 267.0, 266.0, 267.0, 267.0, 267.0, 268.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 265.0, 267.0, 267.0, 268.0, 267.0, 266.0, 267.0, 266.0, 266.0, 267.0, 266.0, 267.0, 267.0, 265.0, 266.0, 266.0, 265.0, 266.0, 266.0, 267.0, 266.0, 264.0, 266.0, 266.0, 266.0, 266.0, 266.0, 267.0, 266.0, 265.0, 266.0, 266.0, 266.0, 266.0, 266.0, 267.0, 267.0, 267.0, 266.0, 266.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 265.0, 267.0, 266.0, 266.0, 267.0, 266.0, 267.0, 266.0, 265.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 266.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 268.0, 268.0, 267.0, 267.0, 267.0, 266.0, 267.0, 266.0, 266.0, 268.0, 266.0, 266.0, 266.0, 266.0, 267.0, 267.0, 267.0, 268.0, 267.0, 267.0, 267.0, 265.0, 266.0, 266.0, 267.0, 267.0, 266.0, 267.0, 267.0, 265.0, 266.0, 266.0, 266.0, 267.0, 267.0, 266.0, 266.0, 266.0, 266.0, 266.0, 265.0, 267.0, 267.0, 266.0, 266.0, 266.0, 265.0, 266.0, 266.0, 266.0, 267.0, 267.0, 266.0, 267.0, 266.0, 266.0, 267.0, 266.0, 267.0, 267.0, 266.0, 266.0, 266.0, 266.0, 267.0, 267.0, 266.0, 268.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 268.0, 267.0, 267.0, 266.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 265.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 265.0, 266.0, 267.0, 266.0, 267.0, 267.0, 266.0, 267.0, 267.0, 266.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 266.0, 268.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 266.0, 265.0, 266.0, 267.0, 266.0, 267.0, 266.0, 266.0, 266.0, 266.0, 267.0, 267.0, 266.0, 267.0, 267.0, 266.0, 266.0, 266.0, 266.0, 266.0, 265.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 267.0, 266.0, 267.0, 267.0, 267.0, 266.0, 266.0, 266.0, 267.0, 266.0, 266.0, 266.0, 267.0, 266.0, 266.0, 266.0, 266.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 266.0, 267.0, 266.0, 267.0, 266.0, 267.0, 266.0, 266.0, 266.0, 266.0, 267.0, 266.0, 266.0, 266.0, 267.0, 265.0, 265.0, 265.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 266.0, 266.0, 266.0, 267.0, 266.0, 266.0, 266.0, 267.0, 266.0, 266.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 265.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 266.0, 266.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 266.0, 267.0, 267.0, 265.0, 267.0, 266.0, 266.0, 268.0, 266.0, 267.0, 266.0, 266.0, 267.0, 266.0, 265.0, 267.0, 265.0, 265.0, 267.0, 267.0, 267.0, 265.0, 265.0, 265.0, 265.0, 265.0, 265.0, 264.0, 266.0, 264.0, 265.0, 265.0, 265.0, 265.0, 265.0, 265.0, 265.0, 264.0, 264.0, 265.0, 264.0, 265.0, 266.0, 266.0, 265.0, 265.0, 265.0, 266.0, 265.0, 266.0, 265.0, 265.0, 266.0, 266.0, 267.0, 268.0, 267.0, 266.0, 267.0, 267.0, 266.0, 268.0, 266.0, 266.0, 268.0, 267.0, 266.0, 267.0, 266.0, 267.0, 267.0, 267.0, 265.0, 266.0, 266.0, 266.0, 266.0, 267.0, 267.0, 266.0, 267.0, 266.0, 267.0, 266.0, 267.0, 266.0, 267.0, 265.0, 265.0, 266.0, 265.0, 267.0, 267.0, 265.0, 266.0, 266.0, 265.0, 266.0, 265.0, 267.0, 268.0, 265.0, 266.0, 265.0, 265.0, 265.0, 265.0, 266.0, 266.0, 265.0, 265.0, 265.0, 265.0, 266.0, 266.0, 266.0, 266.0, 266.0, 265.0, 266.0, 265.0, 266.0, 265.0, 266.0, 267.0, 266.0, 266.0, 266.0, 265.0, 266.0, 265.0, 266.0, 266.0, 265.0, 266.0, 266.0, 265.0, 266.0, 266.0, 266.0, 266.0, 266.0, 267.0, 266.0, 265.0, 266.0, 266.0, 267.0, 266.0, 266.0, 266.0, 267.0, 265.0, 265.0, 264.0, 266.0, 265.0, 265.0, 266.0, 267.0, 266.0, 265.0, 264.0, 266.0, 265.0, 267.0, 267.0, 266.0, 267.0, 266.0, 267.0, 267.0, 268.0, 268.0, 266.0, 267.0, 268.0, 266.0, 267.0, 266.0, 267.0, 267.0, 266.0, 267.0, 266.0, 266.0, 266.0, 266.0, 267.0, 267.0, 265.0, 266.0, 266.0, 266.0, 267.0, 266.0, 266.0, 267.0, 265.0, 266.0, 266.0, 266.0, 265.0, 266.0, 267.0, 267.0, 266.0, 266.0, 266.0, 266.0, 265.0, 266.0, 266.0, 266.0, 266.0, 265.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 264.0, 266.0, 266.0, 265.0, 266.0, 266.0, 266.0, 267.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 266.0, 266.0, 267.0, 266.0, 266.0, 265.0, 266.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 266.0, 267.0, 266.0, 266.0, 267.0, 266.0, 266.0, 265.0, 267.0, 267.0, 267.0, 267.0, 265.0, 267.0, 266.0, 266.0, 266.0, 265.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 265.0, 267.0, 266.0, 266.0, 266.0, 265.0, 267.0, 265.0, 267.0, 267.0, 267.0, 267.0, 265.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 265.0, 267.0, 267.0, 266.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 266.0, 266.0, 267.0, 266.0, 266.0, 266.0, 266.0, 267.0, 268.0, 266.0, 266.0, 265.0, 266.0, 266.0, 266.0, 267.0, 265.0, 267.0, 266.0, 266.0, 266.0, 265.0, 266.0, 266.0, 266.0, 266.0, 265.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0], 'WindowWidth': [596.0, 594.0, 593.0, 592.0, 591.0, 592.0, 590.0, 590.0, 590.0, 589.0, 588.0, 588.0, 588.0, 592.0, 591.0, 588.0, 589.0, 589.0, 589.0, 590.0, 591.0, 591.0, 591.0, 590.0, 591.0, 591.0, 591.0, 591.0, 591.0, 591.0, 589.0, 591.0, 591.0, 590.0, 592.0, 590.0, 590.0, 590.0, 590.0, 590.0, 591.0, 591.0, 591.0, 591.0, 590.0, 590.0, 590.0, 590.0, 590.0, 590.0, 592.0, 590.0, 590.0, 589.0, 590.0, 589.0, 591.0, 592.0, 590.0, 591.0, 590.0, 589.0, 589.0, 588.0, 589.0, 590.0, 590.0, 591.0, 590.0, 589.0, 589.0, 589.0, 589.0, 590.0, 589.0, 591.0, 591.0, 590.0, 590.0, 590.0, 591.0, 591.0, 589.0, 592.0, 591.0, 590.0, 591.0, 589.0, 590.0, 589.0, 589.0, 591.0, 591.0, 589.0, 590.0, 588.0, 589.0, 589.0, 589.0, 591.0, 589.0, 590.0, 591.0, 588.0, 590.0, 589.0, 590.0, 591.0, 591.0, 592.0, 591.0, 590.0, 592.0, 590.0, 592.0, 591.0, 590.0, 592.0, 590.0, 591.0, 591.0, 590.0, 591.0, 590.0, 590.0, 591.0, 592.0, 591.0, 590.0, 589.0, 591.0, 590.0, 592.0, 592.0, 591.0, 593.0, 591.0, 592.0, 592.0, 592.0, 592.0, 593.0, 591.0, 591.0, 590.0, 589.0, 589.0, 590.0, 593.0, 591.0, 589.0, 589.0, 589.0, 590.0, 590.0, 589.0, 590.0, 589.0, 587.0, 589.0, 587.0, 589.0, 590.0, 590.0, 590.0, 590.0, 591.0, 591.0, 588.0, 591.0, 590.0, 592.0, 592.0, 589.0, 591.0, 590.0, 590.0, 589.0, 589.0, 591.0, 591.0, 591.0, 590.0, 589.0, 589.0, 588.0, 590.0, 590.0, 591.0, 589.0, 588.0, 590.0, 588.0, 589.0, 590.0, 590.0, 591.0, 588.0, 589.0, 588.0, 589.0, 589.0, 588.0, 590.0, 590.0, 589.0, 589.0, 588.0, 590.0, 589.0, 591.0, 591.0, 591.0, 592.0, 590.0, 591.0, 590.0, 591.0, 591.0, 592.0, 591.0, 589.0, 590.0, 589.0, 589.0, 591.0, 589.0, 590.0, 590.0, 591.0, 589.0, 589.0, 591.0, 589.0, 592.0, 592.0, 592.0, 591.0, 589.0, 591.0, 590.0, 591.0, 591.0, 590.0, 592.0, 591.0, 592.0, 591.0, 589.0, 592.0, 591.0, 590.0, 591.0, 591.0, 590.0, 588.0, 590.0, 589.0, 590.0, 590.0, 590.0, 590.0, 589.0, 590.0, 590.0, 589.0, 590.0, 591.0, 589.0, 591.0, 590.0, 590.0, 592.0, 591.0, 592.0, 590.0, 590.0, 589.0, 590.0, 589.0, 591.0, 591.0, 591.0, 591.0, 589.0, 587.0, 590.0, 588.0, 591.0, 591.0, 591.0, 590.0, 588.0, 590.0, 588.0, 589.0, 589.0, 589.0, 590.0, 591.0, 590.0, 589.0, 587.0, 590.0, 590.0, 590.0, 590.0, 588.0, 591.0, 589.0, 590.0, 589.0, 592.0, 591.0, 590.0, 592.0, 590.0, 592.0, 591.0, 589.0, 590.0, 590.0, 588.0, 588.0, 587.0, 589.0, 587.0, 591.0, 590.0, 590.0, 589.0, 589.0, 589.0, 588.0, 589.0, 589.0, 589.0, 591.0, 589.0, 591.0, 590.0, 590.0, 589.0, 589.0, 590.0, 590.0, 591.0, 590.0, 590.0, 590.0, 590.0, 590.0, 591.0, 590.0, 590.0, 592.0, 593.0, 593.0, 594.0, 593.0, 595.0, 595.0, 593.0, 593.0, 592.0, 591.0, 591.0, 594.0, 592.0, 591.0, 590.0, 591.0, 590.0, 590.0, 591.0, 591.0, 591.0, 591.0, 592.0, 590.0, 593.0, 590.0, 591.0, 593.0, 592.0, 591.0, 591.0, 591.0, 589.0, 592.0, 590.0, 592.0, 589.0, 590.0, 588.0, 587.0, 588.0, 588.0, 588.0, 588.0, 588.0, 588.0, 588.0, 587.0, 590.0, 588.0, 588.0, 589.0, 588.0, 588.0, 588.0, 588.0, 588.0, 589.0, 589.0, 591.0, 590.0, 589.0, 588.0, 588.0, 589.0, 588.0, 589.0, 588.0, 589.0, 590.0, 590.0, 589.0, 589.0, 589.0, 589.0, 588.0, 589.0, 590.0, 589.0, 588.0, 588.0, 588.0, 588.0, 589.0, 590.0, 589.0, 588.0, 589.0, 589.0, 589.0, 589.0, 589.0, 590.0, 591.0, 590.0, 591.0, 591.0, 591.0, 593.0, 590.0, 590.0, 589.0, 591.0, 590.0, 590.0, 591.0, 589.0, 591.0, 590.0, 590.0, 590.0, 589.0, 589.0, 590.0, 591.0, 590.0, 591.0, 587.0, 588.0, 588.0, 588.0, 589.0, 587.0, 589.0, 590.0, 589.0, 589.0, 588.0, 588.0, 587.0, 588.0, 588.0, 588.0, 589.0, 591.0, 589.0, 590.0, 589.0, 589.0, 590.0, 589.0, 590.0, 590.0, 590.0, 590.0, 589.0, 590.0, 588.0, 590.0, 590.0, 591.0, 592.0, 592.0, 589.0, 589.0, 589.0, 590.0, 591.0, 590.0, 592.0, 589.0, 591.0, 590.0, 590.0, 590.0, 590.0, 591.0, 590.0, 591.0, 591.0, 588.0, 590.0, 589.0, 589.0, 589.0, 589.0, 591.0, 588.0, 591.0, 590.0, 590.0, 589.0, 588.0, 589.0, 589.0, 591.0, 590.0, 590.0, 591.0, 589.0, 590.0, 589.0, 590.0, 591.0, 589.0, 591.0, 591.0, 591.0, 591.0, 590.0, 591.0, 591.0, 590.0, 593.0, 590.0, 591.0, 590.0, 592.0, 591.0, 588.0, 591.0, 590.0, 591.0, 591.0, 590.0, 591.0, 592.0, 593.0, 592.0, 591.0, 591.0, 589.0, 591.0, 592.0, 590.0, 590.0, 590.0, 591.0, 591.0, 590.0, 591.0, 591.0, 589.0, 588.0, 589.0, 591.0, 590.0, 588.0, 590.0, 589.0, 590.0, 589.0, 589.0, 587.0, 589.0, 589.0, 590.0, 591.0, 589.0, 589.0, 589.0, 588.0, 589.0, 589.0, 589.0, 590.0, 590.0, 588.0, 588.0, 587.0, 588.0, 589.0, 588.0, 589.0, 589.0, 589.0, 589.0, 589.0, 589.0, 588.0, 590.0, 590.0, 590.0, 592.0, 591.0, 593.0, 590.0, 591.0, 589.0, 589.0, 591.0, 589.0, 589.0, 589.0, 587.0, 590.0, 589.0, 591.0, 591.0, 588.0, 589.0, 589.0, 588.0, 589.0, 589.0, 590.0, 590.0, 587.0, 589.0, 588.0, 587.0, 588.0, 588.0, 589.0, 588.0, 586.0, 589.0, 589.0, 588.0, 589.0, 589.0, 589.0, 588.0, 587.0, 589.0, 589.0, 588.0, 589.0, 589.0, 590.0, 589.0, 589.0, 589.0, 588.0, 588.0, 589.0, 589.0, 590.0, 590.0, 589.0, 589.0, 588.0, 587.0, 589.0, 588.0, 588.0, 590.0, 588.0, 589.0, 588.0, 587.0, 589.0, 590.0, 588.0, 591.0, 590.0, 590.0, 590.0, 588.0, 589.0, 591.0, 591.0, 590.0, 591.0, 589.0, 590.0, 589.0, 590.0, 590.0, 591.0, 593.0, 590.0, 591.0, 591.0, 591.0, 591.0, 591.0, 591.0, 592.0, 590.0, 589.0, 589.0, 588.0, 589.0, 588.0, 588.0, 592.0, 589.0, 588.0, 589.0, 588.0, 589.0, 590.0, 590.0, 591.0, 590.0, 590.0, 589.0, 587.0, 589.0, 589.0, 589.0, 591.0, 588.0, 589.0, 589.0, 587.0, 589.0, 588.0, 588.0, 590.0, 591.0, 588.0, 589.0, 588.0, 588.0, 588.0, 587.0, 589.0, 589.0, 588.0, 588.0, 588.0, 587.0, 588.0, 588.0, 588.0, 590.0, 590.0, 588.0, 589.0, 588.0, 588.0, 589.0, 589.0, 590.0, 590.0, 588.0, 589.0, 589.0, 588.0, 589.0, 590.0, 589.0, 591.0, 590.0, 591.0, 589.0, 589.0, 589.0, 591.0, 590.0, 592.0, 590.0, 589.0, 589.0, 588.0, 590.0, 590.0, 591.0, 590.0, 590.0, 589.0, 589.0, 588.0, 589.0, 590.0, 589.0, 591.0, 589.0, 588.0, 587.0, 588.0, 588.0, 588.0, 589.0, 588.0, 588.0, 588.0, 588.0, 588.0, 588.0, 587.0, 588.0, 590.0, 589.0, 589.0, 590.0, 589.0, 590.0, 590.0, 588.0, 590.0, 590.0, 589.0, 590.0, 590.0, 590.0, 590.0, 589.0, 590.0, 591.0, 589.0, 592.0, 590.0, 589.0, 589.0, 588.0, 589.0, 591.0, 590.0, 591.0, 589.0, 588.0, 588.0, 587.0, 589.0, 589.0, 588.0, 589.0, 588.0, 588.0, 588.0, 588.0, 589.0, 589.0, 588.0, 589.0, 589.0, 588.0, 588.0, 588.0, 588.0, 588.0, 587.0, 589.0, 588.0, 588.0, 588.0, 588.0, 588.0, 588.0, 589.0, 589.0, 588.0, 590.0, 589.0, 590.0, 588.0, 589.0, 588.0, 589.0, 588.0, 588.0, 588.0, 590.0, 588.0, 588.0, 588.0, 589.0, 589.0, 590.0, 591.0, 590.0, 590.0, 591.0, 591.0, 591.0, 591.0, 590.0, 591.0, 590.0, 590.0, 590.0, 589.0, 589.0, 589.0, 591.0, 590.0, 589.0, 588.0, 588.0, 589.0, 588.0, 589.0, 588.0, 590.0, 588.0, 588.0, 589.0, 588.0, 589.0, 588.0, 588.0, 588.0, 590.0, 587.0, 587.0, 587.0, 588.0, 588.0, 588.0, 588.0, 588.0, 588.0, 588.0, 588.0, 588.0, 589.0, 590.0, 589.0, 590.0, 590.0, 588.0, 589.0, 589.0, 588.0, 590.0, 589.0, 589.0, 588.0, 589.0, 589.0, 588.0, 589.0, 588.0, 591.0, 591.0, 590.0, 591.0, 590.0, 589.0, 589.0, 587.0, 588.0, 589.0, 590.0, 590.0, 590.0, 590.0, 589.0, 589.0, 588.0, 590.0, 590.0, 590.0, 590.0, 591.0, 590.0, 589.0, 590.0, 590.0, 588.0, 590.0, 589.0, 589.0, 591.0, 589.0, 590.0, 589.0, 589.0, 590.0, 589.0, 588.0, 589.0, 587.0, 588.0, 590.0, 590.0, 589.0, 587.0, 587.0, 587.0, 586.0, 587.0, 587.0, 586.0, 588.0, 585.0, 586.0, 586.0, 587.0, 587.0, 587.0, 587.0, 587.0, 586.0, 586.0, 587.0, 586.0, 587.0, 588.0, 588.0, 587.0, 587.0, 587.0, 588.0, 587.0, 588.0, 587.0, 587.0, 588.0, 588.0, 590.0, 591.0, 590.0, 589.0, 589.0, 590.0, 589.0, 591.0, 589.0, 588.0, 591.0, 590.0, 589.0, 590.0, 589.0, 590.0, 590.0, 590.0, 588.0, 589.0, 589.0, 589.0, 589.0, 591.0, 589.0, 589.0, 589.0, 588.0, 590.0, 589.0, 590.0, 589.0, 589.0, 587.0, 587.0, 588.0, 587.0, 590.0, 590.0, 587.0, 588.0, 588.0, 587.0, 588.0, 587.0, 589.0, 591.0, 587.0, 588.0, 587.0, 587.0, 587.0, 587.0, 588.0, 588.0, 587.0, 587.0, 587.0, 587.0, 588.0, 588.0, 588.0, 588.0, 588.0, 587.0, 588.0, 587.0, 588.0, 587.0, 588.0, 589.0, 589.0, 588.0, 588.0, 587.0, 588.0, 587.0, 588.0, 588.0, 587.0, 588.0, 588.0, 587.0, 588.0, 588.0, 589.0, 589.0, 588.0, 590.0, 589.0, 587.0, 588.0, 588.0, 590.0, 589.0, 589.0, 588.0, 589.0, 587.0, 587.0, 586.0, 589.0, 587.0, 587.0, 588.0, 589.0, 588.0, 587.0, 586.0, 588.0, 587.0, 590.0, 590.0, 589.0, 590.0, 589.0, 590.0, 590.0, 592.0, 592.0, 589.0, 590.0, 591.0, 589.0, 590.0, 589.0, 590.0, 590.0, 589.0, 590.0, 589.0, 589.0, 589.0, 589.0, 590.0, 591.0, 588.0, 588.0, 588.0, 588.0, 591.0, 589.0, 589.0, 590.0, 588.0, 588.0, 588.0, 588.0, 587.0, 588.0, 589.0, 589.0, 588.0, 588.0, 588.0, 588.0, 587.0, 588.0, 588.0, 588.0, 588.0, 587.0, 588.0, 588.0, 588.0, 589.0, 588.0, 588.0, 589.0, 586.0, 588.0, 588.0, 587.0, 589.0, 589.0, 588.0, 590.0, 588.0, 588.0, 588.0, 588.0, 588.0, 588.0, 588.0, 590.0, 590.0, 590.0, 590.0, 589.0, 589.0, 592.0, 590.0, 591.0, 590.0, 590.0, 589.0, 590.0, 589.0, 588.0, 588.0, 588.0, 590.0, 588.0, 588.0, 587.0, 588.0, 588.0, 589.0, 590.0, 590.0, 591.0, 590.0, 590.0, 588.0, 588.0, 589.0, 588.0, 589.0, 590.0, 588.0, 589.0, 587.0, 589.0, 589.0, 589.0, 589.0, 588.0, 589.0, 589.0, 588.0, 588.0, 587.0, 588.0, 588.0, 588.0, 588.0, 589.0, 588.0, 588.0, 588.0, 588.0, 587.0, 589.0, 588.0, 588.0, 588.0, 587.0, 589.0, 587.0, 591.0, 590.0, 590.0, 589.0, 588.0, 589.0, 590.0, 589.0, 591.0, 590.0, 590.0, 590.0, 589.0, 591.0, 590.0, 590.0, 590.0, 588.0, 589.0, 589.0, 588.0, 591.0, 589.0, 591.0, 591.0, 591.0, 590.0, 588.0, 588.0, 589.0, 588.0, 588.0, 588.0, 588.0, 589.0, 591.0, 588.0, 589.0, 587.0, 588.0, 588.0, 588.0, 589.0, 587.0, 589.0, 589.0, 589.0, 588.0, 587.0, 589.0, 587.0, 587.0, 588.0, 587.0, 590.0, 590.0, 589.0, 590.0, 591.0, 589.0, 590.0, 589.0, 591.0, 591.0, 591.0, 591.0, 590.0, 589.0, 589.0, 591.0, 589.0, 589.0, 590.0, 590.0, 590.0, 589.0, 589.0, 590.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.0022399636363636365</td></tr>
<tr><td colspan=3>aqi</td><td>0.027944615636363634</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.72099347516015</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1871924146579325</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0277487291994167</td></tr>
<tr><td colspan=3>efc</td><td>0.5036</td></tr>
<tr><td colspan=3>fber</td><td>6011.5815</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15219823708782595</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>235</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.09090909090909</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.539415613281166</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4264992148750233</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.806677296719962</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3850703282485126</td></tr>
<tr><td colspan=3>gcor</td><td>0.00647977</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013022761791944504</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0412188395857811</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1375</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.040875532422429</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>20.9464</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>3.0342</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>12.9121</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>292864.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>0.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>63.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>24.4086</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6081</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>33.3478</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>212.8238</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>224.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83680.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>79.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>277.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>55.4332</td></tr>
<tr><td colspan=3>tsnr</td><td>33.637984776636586</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>