<?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-0019_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-0019_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-0019_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-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0019/figures/sub-0019_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-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019/ses-01/func/sub-0019_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>ca0bb3498a37d8c13df4ea1a60d6b4b1</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>16:38:48.460000</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.993882, 0.110396, 0.00331058, -0.110252, 0.993471, -0.0293218]</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.0847036</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>70</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4162, -7787, -7250, 553, 35, -343, 46, 46]</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>235.085</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e73ccc13-5a95-4ad5-8730-c0d2ba170a55||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.666513204574585, -0.2957990765571594, 0.017620105296373367, 121.7525634765625], [-0.29618364572525024, 2.665410041809082, -0.07769889384508133, -77.8521957397461], [0.008882054127752781, 0.07866811752319336, 2.698824167251587, -66.46949005126953], [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': ['163848.460000', '163848.920000', '163849.380000', '163849.840000', '163850.300000', '163850.760000', '163851.220000', '163851.680000', '163852.140000', '163852.600000', '163853.060000', '163853.520000', '163853.980000', '163854.440000', '163854.900000', '163855.360000', '163855.820000', '163856.280000', '163856.740000', '163857.200000', '163857.660000', '163858.120000', '163858.580000', '163859.040000', '163859.500000', '163859.960000', '163900.420000', '163900.880000', '163901.340000', '163901.800000', '163902.260000', '163902.720000', '163903.180000', '163903.640000', '163904.100000', '163904.560000', '163905.020000', '163905.480000', '163905.940000', '163906.400000', '163906.860000', '163907.320000', '163907.780000', '163908.240000', '163908.700000', '163909.160000', '163909.620000', '163910.080000', '163910.540000', '163911.000000', '163911.460000', '163911.920000', '163912.380000', '163912.840000', '163913.300000', '163913.760000', '163914.220000', '163914.680000', '163915.140000', '163915.600000', '163916.060000', '163916.520000', '163916.980000', '163917.440000', '163917.900000', '163918.360000', '163918.820000', '163919.280000', '163919.740000', '163920.200000', '163920.660000', '163921.120000', '163921.580000', '163922.040000', '163922.500000', '163922.960000', '163923.420000', '163923.880000', '163924.340000', '163924.800000', '163925.260000', '163925.720000', '163926.180000', '163926.640000', '163927.100000', '163927.560000', '163928.020000', '163928.480000', '163928.940000', '163929.400000', '163929.860000', '163930.320000', '163930.780000', '163931.240000', '163931.700000', '163932.160000', '163932.620000', '163933.080000', '163933.540000', '163934.000000', '163934.460000', '163934.920000', '163935.380000', '163935.840000', '163936.300000', '163936.760000', '163937.220000', '163937.680000', '163938.140000', '163938.600000', '163939.060000', '163939.520000', '163939.980000', '163940.440000', '163940.900000', '163941.360000', '163941.820000', '163942.280000', '163942.740000', '163943.200000', '163943.660000', '163944.120000', '163944.580000', '163945.040000', '163945.500000', '163945.960000', '163946.420000', '163946.880000', '163947.340000', '163947.800000', '163948.260000', '163948.720000', '163949.180000', '163949.640000', '163950.100000', '163950.560000', '163951.020000', '163951.480000', '163951.940000', '163952.400000', '163952.860000', '163953.320000', '163953.780000', '163954.240000', '163954.700000', '163955.160000', '163955.620000', '163956.080000', '163956.540000', '163957.000000', '163957.460000', '163957.920000', '163958.380000', '163958.840000', '163959.300000', '163959.760000', '164000.220000', '164000.680000', '164001.140000', '164001.600000', '164002.060000', '164002.520000', '164002.980000', '164003.440000', '164003.900000', '164004.360000', '164004.820000', '164005.280000', '164005.740000', '164006.200000', '164006.660000', '164007.120000', '164007.580000', '164008.040000', '164008.500000', '164008.960000', '164009.420000', '164009.880000', '164010.340000', '164010.800000', '164011.260000', '164011.720000', '164012.180000', '164012.640000', '164013.100000', '164013.560000', '164014.020000', '164014.480000', '164014.940000', '164015.400000', '164015.860000', '164016.320000', '164016.780000', '164017.240000', '164017.700000', '164018.160000', '164018.620000', '164019.080000', '164019.540000', '164020.000000', '164020.460000', '164020.920000', '164021.380000', '164021.840000', '164022.300000', '164022.760000', '164023.220000', '164023.680000', '164024.140000', '164024.600000', '164025.060000', '164025.520000', '164025.980000', '164026.440000', '164026.900000', '164027.360000', '164027.820000', '164028.280000', '164028.740000', '164029.200000', '164029.660000', '164030.120000', '164030.580000', '164031.040000', '164031.500000', '164031.960000', '164032.420000', '164032.880000', '164033.340000', '164033.800000', '164034.260000', '164034.720000', '164035.180000', '164035.640000', '164036.100000', '164036.560000', '164037.020000', '164037.480000', '164037.940000', '164038.400000', '164038.860000', '164039.320000', '164039.780000', '164040.240000', '164040.700000', '164041.160000', '164041.620000', '164042.080000', '164042.540000', '164043.000000', '164043.460000', '164043.920000', '164044.380000', '164044.840000', '164045.300000', '164045.760000', '164046.220000', '164046.680000', '164047.140000', '164047.600000', '164048.060000', '164048.520000', '164048.980000', '164049.440000', '164049.900000', '164050.360000', '164050.820000', '164051.280000', '164051.740000', '164052.200000', '164052.660000', '164053.120000', '164053.580000', '164054.040000', '164054.500000', '164054.960000', '164055.420000', '164055.880000', '164056.340000', '164056.800000', '164057.260000', '164057.720000', '164058.180000', '164058.640000', '164059.100000', '164059.560000', '164100.020000', '164100.480000', '164100.940000', '164101.400000', '164101.860000', '164102.320000', '164102.780000', '164103.240000', '164103.700000', '164104.160000', '164104.620000', '164105.080000', '164105.540000', '164106.000000', '164106.460000', '164106.920000', '164107.380000', '164107.840000', '164108.300000', '164108.760000', '164109.220000', '164109.680000', '164110.140000', '164110.600000', '164111.060000', '164111.520000', '164111.980000', '164112.440000', '164112.900000', '164113.360000', '164113.820000', '164114.280000', '164114.740000', '164115.200000', '164115.660000', '164116.120000', '164116.580000', '164117.040000', '164117.500000', '164117.960000', '164118.420000', '164118.880000', '164119.340000', '164119.800000', '164120.260000', '164120.720000', '164121.180000', '164121.640000', '164122.100000', '164122.560000', '164123.020000', '164123.480000', '164123.940000', '164124.400000', '164124.860000', '164125.320000', '164125.780000', '164126.240000', '164126.700000', '164127.160000', '164127.620000', '164128.080000', '164128.540000', '164129.000000', '164129.460000', '164129.920000', '164130.380000', '164130.840000', '164131.300000', '164131.760000', '164132.220000', '164132.680000', '164133.140000', '164133.600000', '164134.060000', '164134.520000', '164134.980000', '164135.440000', '164135.900000', '164136.360000', '164136.820000', '164137.280000', '164137.740000', '164138.200000', '164138.660000', '164139.120000', '164139.580000', '164140.040000', '164140.500000', '164140.960000', '164141.420000', '164141.880000', '164142.340000', '164142.800000', '164143.260000', '164143.720000', '164144.180000', '164144.640000', '164145.100000', '164145.560000', '164146.020000', '164146.480000', '164146.940000', '164147.400000', '164147.860000', '164148.320000', '164148.780000', '164149.240000', '164149.700000', '164150.160000', '164150.620000', '164151.080000', '164151.540000', '164152.000000', '164152.460000', '164152.920000', '164153.380000', '164153.840000', '164154.300000', '164154.760000', '164155.220000', '164155.680000', '164156.140000', '164156.600000', '164157.060000', '164157.520000', '164157.980000', '164158.440000', '164158.900000', '164159.360000', '164159.820000', '164200.280000', '164200.740000', '164201.200000', '164201.660000', '164202.120000', '164202.580000', '164203.040000', '164203.500000', '164203.960000', '164204.420000', '164204.880000', '164205.340000', '164205.800000', '164206.260000', '164206.720000', '164207.180000', '164207.640000', '164208.100000', '164208.560000', '164209.020000', '164209.480000', '164209.940000', '164210.400000', '164210.860000', '164211.320000', '164211.780000', '164212.240000', '164212.700000', '164213.160000', '164213.620000', '164214.080000', '164214.540000', '164215.000000', '164215.460000', '164215.920000', '164216.380000', '164216.840000', '164217.300000', '164217.760000', '164218.220000', '164218.680000', '164219.140000', '164219.600000', '164220.060000', '164220.520000', '164220.980000', '164221.440000', '164221.900000', '164222.360000', '164222.820000', '164223.280000', '164223.740000', '164224.200000', '164224.660000', '164225.120000', '164225.580000', '164226.040000', '164226.500000', '164226.960000', '164227.420000', '164227.880000', '164228.340000', '164228.800000', '164229.260000', '164229.720000', '164230.180000', '164230.640000', '164231.100000', '164231.560000', '164232.020000', '164232.480000', '164232.940000', '164233.400000', '164233.860000', '164234.320000', '164234.780000', '164235.240000', '164235.700000', '164236.160000', '164236.620000', '164237.080000', '164237.540000', '164238.000000', '164238.460000', '164238.920000', '164239.380000', '164239.840000', '164240.300000', '164240.760000', '164241.220000', '164241.680000', '164242.140000', '164242.600000', '164243.060000', '164243.520000', '164243.980000', '164244.440000', '164244.900000', '164245.360000', '164245.820000', '164246.280000', '164246.740000', '164247.200000', '164247.660000', '164248.120000', '164248.580000', '164249.040000', '164249.500000', '164249.960000', '164250.420000', '164250.880000', '164251.340000', '164251.800000', '164252.260000', '164252.720000', '164253.180000', '164253.640000', '164254.100000', '164254.560000', '164255.020000', '164255.480000', '164255.940000', '164256.400000', '164256.860000', '164257.320000', '164257.780000', '164258.240000', '164258.700000', '164259.160000', '164259.620000', '164300.080000', '164300.540000', '164301.000000', '164301.460000', '164301.920000', '164302.380000', '164302.840000', '164303.300000', '164303.760000', '164304.220000', '164304.680000', '164305.140000', '164305.600000', '164306.060000', '164306.520000', '164306.980000', '164307.440000', '164307.900000', '164308.360000', '164308.820000', '164309.280000', '164309.740000', '164310.200000', '164310.660000', '164311.120000', '164311.580000', '164312.040000', '164312.500000', '164312.960000', '164313.420000', '164313.880000', '164314.340000', '164314.800000', '164315.260000', '164315.720000', '164316.180000', '164316.640000', '164317.100000', '164317.560000', '164318.020000', '164318.480000', '164318.940000', '164319.400000', '164319.860000', '164320.320000', '164320.780000', '164321.240000', '164321.700000', '164322.160000', '164322.620000', '164323.080000', '164323.540000', '164324.000000', '164324.460000', '164324.920000', '164325.380000', '164325.840000', '164326.300000', '164326.760000', '164327.220000', '164327.680000', '164328.140000', '164328.600000', '164329.060000', '164329.520000', '164329.980000', '164330.440000', '164330.900000', '164331.360000', '164331.820000', '164332.280000', '164332.740000', '164333.200000', '164333.660000', '164334.120000', '164334.580000', '164335.040000', '164335.500000', '164335.960000', '164336.420000', '164336.880000', '164337.340000', '164337.800000', '164338.260000', '164338.720000', '164339.180000', '164339.640000', '164340.100000', '164340.560000', '164341.020000', '164341.480000', '164341.940000', '164342.400000', '164342.860000', '164343.320000', '164343.780000', '164344.240000', '164344.700000', '164345.160000', '164345.620000', '164346.080000', '164346.540000', '164347.000000', '164347.460000', '164347.920000', '164348.380000', '164348.840000', '164349.300000', '164349.760000', '164350.220000', '164350.680000', '164351.140000', '164351.600000', '164352.060000', '164352.520000', '164352.980000', '164353.440000', '164353.900000', '164354.360000', '164354.820000', '164355.280000', '164355.740000', '164356.200000', '164356.660000', '164357.120000', '164357.580000', '164358.040000', '164358.500000', '164358.960000', '164359.420000', '164359.880000', '164400.340000', '164400.800000', '164401.260000', '164401.720000', '164402.180000', '164402.640000', '164403.100000', '164403.560000', '164404.020000', '164404.480000', '164404.940000', '164405.400000', '164405.860000', '164406.320000', '164406.780000', '164407.240000', '164407.700000', '164408.160000', '164408.620000', '164409.080000', '164409.540000', '164410.000000', '164410.460000', '164410.920000', '164411.380000', '164411.840000', '164412.300000', '164412.760000', '164413.220000', '164413.680000', '164414.140000', '164414.600000', '164415.060000', '164415.520000', '164415.980000', '164416.440000', '164416.900000', '164417.360000', '164417.820000', '164418.280000', '164418.740000', '164419.200000', '164419.660000', '164420.120000', '164420.580000', '164421.040000', '164421.500000', '164421.960000', '164422.420000', '164422.880000', '164423.340000', '164423.800000', '164424.260000', '164424.720000', '164425.180000', '164425.640000', '164426.100000', '164426.560000', '164427.020000', '164427.480000', '164427.940000', '164428.400000', '164428.860000', '164429.320000', '164429.780000', '164430.240000', '164430.700000', '164431.160000', '164431.620000', '164432.080000', '164432.540000', '164433.000000', '164433.460000', '164433.920000', '164434.380000', '164434.840000', '164435.300000', '164435.760000', '164436.220000', '164436.680000', '164437.140000', '164437.600000', '164438.060000', '164438.520000', '164438.980000', '164439.440000', '164439.900000', '164440.360000', '164440.820000', '164441.280000', '164441.740000', '164442.200000', '164442.660000', '164443.120000', '164443.580000', '164444.040000', '164444.500000', '164444.960000', '164445.420000', '164445.880000', '164446.340000', '164446.800000', '164447.260000', '164447.720000', '164448.180000', '164448.640000', '164449.100000', '164449.560000', '164450.020000', '164450.480000', '164450.940000', '164451.400000', '164451.860000', '164452.320000', '164452.780000', '164453.240000', '164453.700000', '164454.160000', '164454.620000', '164455.080000', '164455.540000', '164456.000000', '164456.460000', '164456.920000', '164457.380000', '164457.840000', '164458.300000', '164458.760000', '164459.220000', '164459.680000', '164500.140000', '164500.600000', '164501.060000', '164501.520000', '164501.980000', '164502.440000', '164502.900000', '164503.360000', '164503.820000', '164504.280000', '164504.740000', '164505.200000', '164505.660000', '164506.120000', '164506.580000', '164507.040000', '164507.500000', '164507.960000', '164508.420000', '164508.880000', '164509.340000', '164509.800000', '164510.260000', '164510.720000', '164511.180000', '164511.640000', '164512.100000', '164512.560000', '164513.020000', '164513.480000', '164513.940000', '164514.400000', '164514.860000', '164515.320000', '164515.780000', '164516.240000', '164516.700000', '164517.160000', '164517.620000', '164518.080000', '164518.540000', '164519.000000', '164519.460000', '164519.920000', '164520.380000', '164520.840000', '164521.300000', '164521.760000', '164522.220000', '164522.680000', '164523.140000', '164523.600000', '164524.060000', '164524.520000', '164524.980000', '164525.440000', '164525.900000', '164526.360000', '164526.820000', '164527.280000', '164527.740000', '164528.200000', '164528.660000', '164529.120000', '164529.580000', '164530.040000', '164530.500000', '164530.960000', '164531.420000', '164531.880000', '164532.340000', '164532.800000', '164533.260000', '164533.720000', '164534.180000', '164534.640000', '164535.100000', '164535.560000', '164536.020000', '164536.480000', '164536.940000', '164537.400000', '164537.860000', '164538.320000', '164538.780000', '164539.240000', '164539.700000', '164540.160000', '164540.620000', '164541.080000', '164541.540000', '164542.000000', '164542.460000', '164542.920000', '164543.380000', '164543.840000', '164544.300000', '164544.760000', '164545.220000', '164545.680000', '164546.140000', '164546.600000', '164547.060000', '164547.520000', '164547.980000', '164548.440000', '164548.900000', '164549.360000', '164549.820000', '164550.280000', '164550.740000', '164551.200000', '164551.660000', '164552.120000', '164552.580000', '164553.040000', '164553.500000', '164553.960000', '164554.420000', '164554.880000', '164555.340000', '164555.800000', '164556.260000', '164556.720000', '164557.180000', '164557.640000', '164558.100000', '164558.560000', '164559.020000', '164559.480000', '164559.940000', '164600.400000', '164600.860000', '164601.320000', '164601.780000', '164602.240000', '164602.700000', '164603.160000', '164603.620000', '164604.080000', '164604.540000', '164605.000000', '164605.460000', '164605.920000', '164606.380000', '164606.840000', '164607.300000', '164607.760000', '164608.220000', '164608.680000', '164609.140000', '164609.600000', '164610.060000', '164610.520000', '164610.980000', '164611.440000', '164611.900000', '164612.360000', '164612.820000', '164613.280000', '164613.740000', '164614.200000', '164614.660000', '164615.120000', '164615.580000', '164616.040000', '164616.500000', '164616.960000', '164617.420000', '164617.880000', '164618.340000', '164618.800000', '164619.260000', '164619.720000', '164620.180000', '164620.640000', '164621.100000', '164621.560000', '164622.020000', '164622.480000', '164622.940000', '164623.400000', '164623.860000', '164624.320000', '164624.780000', '164625.240000', '164625.700000', '164626.160000', '164626.620000', '164627.080000', '164627.540000', '164628.000000', '164628.460000', '164628.920000', '164629.380000', '164629.840000', '164630.300000', '164630.760000', '164631.220000', '164631.680000', '164632.140000', '164632.600000', '164633.060000', '164633.520000', '164633.980000', '164634.440000', '164634.900000', '164635.360000', '164635.820000', '164636.280000', '164636.740000', '164637.200000', '164637.660000', '164638.120000', '164638.580000', '164639.040000', '164639.500000', '164639.960000', '164640.420000', '164640.880000', '164641.340000', '164641.800000', '164642.260000', '164642.720000', '164643.180000', '164643.640000', '164644.100000', '164644.560000', '164645.020000', '164645.480000', '164645.940000', '164646.400000', '164646.860000', '164647.320000', '164647.780000', '164648.240000', '164648.700000', '164649.160000', '164649.620000', '164650.080000', '164650.540000', '164651.000000', '164651.460000', '164651.920000', '164652.380000', '164652.840000', '164653.300000', '164653.760000', '164654.220000', '164654.680000', '164655.140000', '164655.600000', '164656.060000', '164656.520000', '164656.980000', '164657.440000', '164657.900000', '164658.360000', '164658.820000', '164659.280000', '164659.740000', '164700.200000', '164700.660000', '164701.120000', '164701.580000', '164702.040000', '164702.500000', '164702.960000', '164703.420000', '164703.880000', '164704.340000', '164704.800000', '164705.260000', '164705.720000', '164706.180000', '164706.640000', '164707.100000', '164707.560000', '164708.020000', '164708.480000', '164708.940000', '164709.400000', '164709.860000', '164710.320000', '164710.780000', '164711.240000', '164711.700000', '164712.160000', '164712.620000', '164713.080000', '164713.540000', '164714.000000', '164714.460000', '164714.920000', '164715.380000', '164715.840000', '164716.300000', '164716.760000', '164717.220000', '164717.680000', '164718.140000', '164718.600000', '164719.060000', '164719.520000', '164719.980000', '164720.440000', '164720.900000', '164721.360000', '164721.820000', '164722.280000', '164722.740000', '164723.200000', '164723.660000', '164724.120000', '164724.580000', '164725.040000', '164725.500000', '164725.960000', '164726.420000', '164726.880000', '164727.340000', '164727.800000', '164728.260000', '164728.720000', '164729.180000', '164729.640000', '164730.100000', '164730.560000', '164731.020000', '164731.480000', '164731.940000', '164732.400000', '164732.860000', '164733.320000', '164733.780000', '164734.240000', '164734.700000', '164735.160000', '164735.620000', '164736.080000', '164736.540000', '164737.000000', '164737.460000', '164737.920000', '164738.380000', '164738.840000', '164739.300000', '164739.760000', '164740.220000', '164740.680000', '164741.140000', '164741.600000', '164742.060000', '164742.520000', '164742.980000', '164743.440000', '164743.900000', '164744.360000', '164744.820000', '164745.280000', '164745.740000', '164746.200000', '164746.660000', '164747.120000', '164747.580000', '164748.040000', '164748.500000', '164748.960000', '164749.420000', '164749.880000', '164750.340000', '164750.800000', '164751.260000', '164751.720000', '164752.180000', '164752.640000', '164753.100000', '164753.560000', '164754.020000', '164754.480000', '164754.940000', '164755.400000', '164755.860000', '164756.320000', '164756.780000', '164757.240000', '164757.700000', '164758.160000', '164758.620000', '164759.080000', '164759.540000', '164800.000000', '164800.460000', '164800.920000', '164801.380000', '164801.840000', '164802.300000', '164802.760000', '164803.220000', '164803.680000', '164804.140000', '164804.600000', '164805.060000', '164805.520000', '164805.980000', '164806.440000', '164806.900000', '164807.360000', '164807.820000', '164808.280000', '164808.740000', '164809.200000', '164809.660000', '164810.120000', '164810.580000', '164811.040000', '164811.500000', '164811.960000', '164812.420000', '164812.880000', '164813.340000', '164813.800000', '164814.260000', '164814.720000', '164815.180000', '164815.640000', '164816.100000', '164816.560000', '164817.020000', '164817.480000', '164817.940000', '164818.400000', '164818.860000', '164819.320000', '164819.780000', '164820.240000', '164820.700000', '164821.160000', '164821.620000', '164822.080000', '164822.540000', '164823.000000', '164823.460000', '164823.920000', '164824.380000', '164824.840000', '164825.300000', '164825.760000', '164826.220000', '164826.680000', '164827.140000', '164827.600000', '164828.060000', '164828.520000', '164828.980000', '164829.440000', '164829.900000', '164830.360000', '164830.820000', '164831.280000', '164831.740000', '164832.200000', '164832.660000', '164833.120000', '164833.580000', '164834.040000', '164834.500000', '164834.960000', '164835.420000', '164835.880000', '164836.340000', '164836.800000', '164837.260000', '164837.720000', '164838.180000', '164838.640000', '164839.100000', '164839.560000', '164840.020000', '164840.480000', '164840.940000', '164841.400000', '164841.860000', '164842.320000', '164842.780000', '164843.240000', '164843.700000', '164844.160000', '164844.620000', '164845.080000', '164845.540000', '164846.000000', '164846.460000', '164846.920000', '164847.380000', '164847.840000', '164848.300000', '164848.760000', '164849.220000', '164849.680000', '164850.140000', '164850.600000', '164851.060000', '164851.520000', '164851.980000', '164852.440000', '164852.900000', '164853.360000', '164853.820000', '164854.280000', '164854.740000', '164855.200000', '164855.660000', '164856.120000', '164856.580000', '164857.040000', '164857.500000', '164857.960000', '164858.420000', '164858.880000', '164859.340000', '164859.800000', '164900.260000', '164900.720000', '164901.180000', '164901.640000', '164902.100000', '164902.560000', '164903.020000', '164903.480000', '164903.940000', '164904.400000', '164904.860000', '164905.320000', '164905.780000', '164906.240000', '164906.700000', '164907.160000', '164907.620000', '164908.080000', '164908.540000', '164909.000000', '164909.460000', '164909.920000', '164910.380000', '164910.840000', '164911.300000', '164911.760000', '164912.220000', '164912.680000', '164913.140000', '164913.600000', '164914.060000', '164914.520000', '164914.980000', '164915.440000', '164915.900000', '164916.360000', '164916.820000', '164917.280000', '164917.740000', '164918.200000', '164918.660000', '164919.120000', '164919.580000', '164920.040000', '164920.500000', '164920.960000'], 'ContentTime': ['163852.569000', '163852.685000', '163852.813000', '163853.029000', '163853.207000', '163853.501000', '163853.624000', '163853.886000', '163854.048000', '163854.275000', '163854.462000', '163854.879000', '163855.332000', '163855.848000', '163856.326000', '163856.729000', '163857.198000', '163857.653000', '163858.114000', '163858.579000', '163859.057000', '163859.499000', '163859.951000', '163900.406000', '163900.893000', '163901.336000', '163901.796000', '163902.250000', '163902.706000', '163903.234000', '163903.631000', '163904.100000', '163904.562000', '163905.019000', '163905.480000', '163905.939000', '163906.401000', '163906.858000', '163907.303000', '163907.762000', '163908.236000', '163908.726000', '163909.162000', '163909.613000', '163910.078000', '163910.589000', '163911.006000', '163911.449000', '163911.921000', '163912.455000', '163912.835000', '163913.292000', '163913.760000', '163914.212000', '163914.673000', '163915.135000', '163915.600000', '163916.046000', '163916.508000', '163916.970000', '163917.437000', '163917.889000', '163918.359000', '163918.816000', '163919.274000', '163919.729000', '163920.241000', '163920.666000', '163921.120000', '163921.569000', '163922.046000', '163922.486000', '163922.944000', '163923.422000', '163923.882000', '163924.333000', '163924.815000', '163925.253000', '163925.710000', '163926.165000', '163926.626000', '163927.377000', '163927.552000', '163928.008000', '163928.720000', '163928.935000', '163929.389000', '163929.859000', '163930.347000', '163930.770000', '163931.291000', '163931.694000', '163932.308000', '163932.619000', '163933.097000', '163933.527000', '163934.002000', '163934.722000', '163934.908000', '163935.369000', '163935.837000', '163936.284000', '163936.766000', '163937.221000', '163937.668000', '163938.126000', '163938.589000', '163939.048000', '163939.519000', '163939.981000', '163940.448000', '163940.894000', '163941.367000', '163941.839000', '163942.284000', '163942.745000', '163943.193000', '163943.661000', '163944.110000', '163944.581000', '163945.037000', '163945.494000', '163945.958000', '163946.410000', '163946.868000', '163947.335000', '163948.223000', '163948.364000', '163948.718000', '163949.171000', '163950.186000', '163950.324000', '163950.557000', '163951.018000', '163951.468000', '163951.937000', '163952.407000', '163952.870000', '163953.324000', '163953.774000', '163954.622000', '163954.798000', '163955.151000', '163955.626000', '163956.072000', '163956.534000', '163957.019000', '163957.450000', '163958.032000', '163958.376000', '163958.827000', '163959.294000', '163959.763000', '164000.223000', '164000.685000', '164001.131000', '164001.591000', '164002.056000', '164002.516000', '164002.985000', '164003.436000', '164003.892000', '164004.356000', '164004.828000', '164005.333000', '164005.745000', '164006.190000', '164007.035000', '164007.131000', '164007.585000', '164008.030000', '164008.500000', '164008.959000', '164009.415000', '164009.868000', '164010.333000', '164010.839000', '164011.257000', '164011.729000', '164012.182000', '164012.635000', '164013.085000', '164013.650000', '164014.023000', '164014.467000', '164014.943000', '164015.388000', '164015.859000', '164016.311000', '164016.784000', '164017.236000', '164017.690000', '164018.151000', '164018.860000', '164019.087000', '164019.533000', '164020.002000', '164020.452000', '164020.907000', '164021.466000', '164021.879000', '164022.291000', '164022.757000', '164023.218000', '164023.690000', '164024.215000', '164024.598000', '164025.055000', '164025.510000', '164025.986000', '164026.444000', '164026.903000', '164027.363000', '164027.914000', '164028.289000', '164028.752000', '164029.271000', '164029.649000', '164030.110000', '164030.650000', '164031.056000', '164031.507000', '164031.955000', '164032.431000', '164032.883000', '164033.333000', '164033.803000', '164034.289000', '164034.723000', '164035.178000', '164035.627000', '164036.187000', '164036.554000', '164037.018000', '164037.472000', '164038.071000', '164038.402000', '164038.858000', '164039.327000', '164039.884000', '164040.229000', '164040.705000', '164041.167000', '164041.647000', '164042.083000', '164042.547000', '164043.158000', '164043.461000', '164043.915000', '164044.394000', '164044.844000', '164045.300000', '164045.753000', '164046.231000', '164046.682000', '164047.164000', '164047.693000', '164048.062000', '164048.523000', '164048.977000', '164049.430000', '164049.918000', '164050.352000', '164050.814000', '164051.280000', '164051.970000', '164052.204000', '164052.692000', '164053.126000', '164053.591000', '164054.042000', '164054.494000', '164054.963000', '164055.416000', '164055.893000', '164056.333000', '164056.793000', '164057.258000', '164057.714000', '164058.186000', '164058.640000', '164059.109000', '164059.562000', '164100.011000', '164100.483000', '164100.936000', '164101.750000', '164101.995000', '164102.314000', '164102.784000', '164103.246000', '164103.699000', '164104.150000', '164104.621000', '164105.079000', '164105.537000', '164106.017000', '164106.463000', '164107.047000', '164107.371000', '164108.124000', '164108.320000', '164108.756000', '164109.289000', '164109.684000', '164110.229000', '164110.597000', '164111.066000', '164111.532000', '164111.993000', '164112.450000', '164112.898000', '164113.369000', '164113.980000', '164114.278000', '164114.738000', '164115.333000', '164115.658000', '164116.128000', '164116.589000', '164117.036000', '164117.504000', '164117.956000', '164118.417000', '164118.879000', '164119.356000', '164119.809000', '164120.334000', '164120.770000', '164121.183000', '164121.644000', '164122.098000', '164122.554000', '164123.034000', '164123.488000', '164123.992000', '164124.453000', '164124.858000', '164125.321000', '164125.774000', '164126.255000', '164126.703000', '164127.172000', '164127.619000', '164128.072000', '164128.537000', '164128.996000', '164129.470000', '164129.920000', '164130.390000', '164130.841000', '164131.299000', '164131.835000', '164132.232000', '164132.687000', '164133.144000', '164133.598000', '164134.058000', '164134.523000', '164134.988000', '164135.437000', '164135.912000', '164136.357000', '164136.838000', '164137.291000', '164137.739000', '164138.197000', '164138.675000', '164139.117000', '164139.585000', '164140.034000', '164140.513000', '164140.960000', '164141.432000', '164141.922000', '164142.343000', '164142.800000', '164143.256000', '164143.722000', '164144.176000', '164144.651000', '164145.094000', '164145.557000', '164146.018000', '164146.481000', '164146.937000', '164147.400000', '164147.858000', '164148.319000', '164148.794000', '164149.239000', '164149.701000', '164150.156000', '164150.622000', '164151.077000', '164151.551000', '164152.008000', '164152.456000', '164152.913000', '164153.382000', '164153.845000', '164154.300000', '164154.757000', '164155.220000', '164155.730000', '164156.146000', '164156.657000', '164157.060000', '164157.529000', '164157.978000', '164158.440000', '164158.902000', '164159.356000', '164159.891000', '164200.298000', '164200.739000', '164201.199000', '164201.660000', '164202.155000', '164202.580000', '164203.045000', '164203.516000', '164203.968000', '164204.439000', '164204.891000', '164205.353000', '164205.815000', '164206.260000', '164206.723000', '164207.192000', '164207.659000', '164208.124000', '164208.626000', '164209.016000', '164209.485000', '164209.947000', '164210.413000', '164210.864000', '164211.332000', '164211.777000', '164212.246000', '164212.703000', '164213.178000', '164213.621000', '164214.076000', '164214.558000', '164215.007000', '164215.487000', '164215.929000', '164216.374000', '164216.853000', '164217.331000', '164217.774000', '164218.234000', '164218.708000', '164219.149000', '164219.607000', '164220.060000', '164220.518000', '164221.027000', '164221.441000', '164221.897000', '164222.358000', '164222.821000', '164223.295000', '164223.739000', '164224.218000', '164224.674000', '164225.132000', '164225.579000', '164226.039000', '164226.518000', '164226.971000', '164227.420000', '164227.889000', '164228.342000', '164228.807000', '164229.271000', '164229.732000', '164230.185000', '164230.653000', '164231.103000', '164231.572000', '164232.025000', '164232.478000', '164232.941000', '164233.405000', '164233.858000', '164234.324000', '164234.781000', '164235.255000', '164235.708000', '164236.160000', '164236.617000', '164237.119000', '164237.544000', '164238.019000', '164238.479000', '164238.932000', '164239.428000', '164239.912000', '164240.306000', '164240.777000', '164241.235000', '164241.698000', '164242.142000', '164242.602000', '164243.075000', '164243.535000', '164244.005000', '164244.457000', '164244.911000', '164245.370000', '164245.844000', '164246.293000', '164246.753000', '164247.207000', '164247.663000', '164248.138000', '164248.589000', '164249.053000', '164249.509000', '164249.975000', '164250.434000', '164250.895000', '164251.344000', '164251.818000', '164252.270000', '164252.782000', '164253.193000', '164253.725000', '164254.113000', '164254.572000', '164255.024000', '164255.481000', '164255.945000', '164256.406000', '164256.880000', '164257.326000', '164257.801000', '164258.245000', '164258.707000', '164259.186000', '164259.634000', '164300.082000', '164300.549000', '164301.017000', '164301.483000', '164301.935000', '164302.391000', '164302.857000', '164303.301000', '164303.824000', '164304.235000', '164304.696000', '164305.151000', '164305.607000', '164306.073000', '164306.521000', '164306.992000', '164307.467000', '164307.921000', '164308.362000', '164308.847000', '164309.283000', '164309.748000', '164310.216000', '164310.677000', '164311.149000', '164311.602000', '164312.068000', '164312.511000', '164312.965000', '164313.425000', '164313.916000', '164314.358000', '164314.824000', '164315.268000', '164315.731000', '164316.237000', '164316.647000', '164317.115000', '164317.569000', '164318.041000', '164318.497000', '164319.004000', '164319.412000', '164319.888000', '164320.330000', '164320.805000', '164321.246000', '164321.787000', '164322.177000', '164322.635000', '164323.101000', '164323.548000', '164324.004000', '164324.479000', '164324.944000', '164325.385000', '164325.847000', '164326.304000', '164326.770000', '164327.290000', '164327.692000', '164328.147000', '164328.614000', '164329.087000', '164329.531000', '164329.984000', '164330.463000', '164330.910000', '164331.381000', '164331.828000', '164332.324000', '164332.766000', '164333.203000', '164333.687000', '164334.153000', '164334.596000', '164335.046000', '164335.523000', '164335.983000', '164336.428000', '164336.932000', '164337.350000', '164337.814000', '164338.275000', '164338.730000', '164339.192000', '164339.651000', '164340.146000', '164340.576000', '164341.063000', '164341.503000', '164341.959000', '164342.411000', '164342.878000', '164343.332000', '164343.806000', '164344.304000', '164344.763000', '164345.237000', '164345.628000', '164346.088000', '164346.551000', '164347.026000', '164347.550000', '164347.930000', '164348.389000', '164348.849000', '164349.334000', '164349.777000', '164350.253000', '164350.691000', '164351.162000', '164351.608000', '164352.071000', '164352.533000', '164353.007000', '164353.461000', '164353.951000', '164354.370000', '164354.834000', '164355.305000', '164355.776000', '164356.230000', '164356.670000', '164357.134000', '164357.592000', '164358.052000', '164358.521000', '164358.977000', '164359.436000', '164359.909000', '164400.364000', '164400.809000', '164401.275000', '164401.728000', '164402.192000', '164402.673000', '164403.121000', '164403.580000', '164404.032000', '164404.488000', '164404.949000', '164405.414000', '164405.888000', '164406.335000', '164406.803000', '164407.253000', '164407.722000', '164408.180000', '164408.685000', '164409.092000', '164409.556000', '164410.022000', '164410.474000', '164410.931000', '164411.394000', '164411.854000', '164412.322000', '164412.774000', '164413.233000', '164413.700000', '164414.171000', '164414.628000', '164415.073000', '164415.558000', '164416.010000', '164416.479000', '164416.966000', '164417.400000', '164417.946000', '164418.300000', '164418.780000', '164419.216000', '164419.681000', '164420.136000', '164420.610000', '164421.063000', '164421.522000', '164421.975000', '164422.432000', '164422.893000', '164423.381000', '164423.811000', '164424.278000', '164424.756000', '164425.214000', '164425.662000', '164426.123000', '164426.587000', '164427.098000', '164427.508000', '164427.966000', '164428.415000', '164428.891000', '164429.335000', '164429.813000', '164430.274000', '164430.725000', '164431.191000', '164431.648000', '164432.110000', '164432.554000', '164433.031000', '164433.488000', '164433.946000', '164434.406000', '164434.854000', '164435.329000', '164435.775000', '164436.239000', '164436.738000', '164437.171000', '164437.634000', '164438.087000', '164438.542000', '164438.995000', '164439.470000', '164439.968000', '164440.389000', '164440.854000', '164441.314000', '164441.756000', '164442.224000', '164442.691000', '164443.142000', '164443.600000', '164444.073000', '164444.532000', '164444.980000', '164445.461000', '164445.911000', '164446.370000', '164446.822000', '164447.273000', '164447.754000', '164448.214000', '164448.659000', '164449.132000', '164449.597000', '164450.079000', '164450.500000', '164450.970000', '164451.422000', '164451.946000', '164452.335000', '164452.799000', '164453.258000', '164453.774000', '164454.202000', '164454.647000', '164455.121000', '164455.562000', '164456.018000', '164456.524000', '164456.953000', '164457.402000', '164457.957000', '164458.329000', '164458.794000', '164459.258000', '164459.714000', '164500.159000', '164500.631000', '164501.082000', '164501.567000', '164502.011000', '164502.496000', '164502.937000', '164503.394000', '164503.853000', '164504.298000', '164504.763000', '164505.221000', '164505.688000', '164506.148000', '164506.612000', '164507.100000', '164507.576000', '164508.004000', '164508.445000', '164508.899000', '164509.369000', '164509.825000', '164510.281000', '164510.758000', '164511.225000', '164511.672000', '164512.134000', '164512.584000', '164513.045000', '164513.512000', '164513.963000', '164514.430000', '164514.905000', '164515.350000', '164516.031000', '164516.281000', '164516.723000', '164517.192000', '164517.662000', '164518.106000', '164518.576000', '164519.023000', '164519.498000', '164519.951000', '164520.408000', '164520.861000', '164521.336000', '164521.781000', '164522.310000', '164522.721000', '164523.172000', '164523.645000', '164524.088000', '164524.544000', '164525.008000', '164525.485000', '164526.006000', '164526.382000', '164526.862000', '164527.319000', '164527.767000', '164528.243000', '164528.681000', '164529.157000', '164529.604000', '164530.077000', '164530.528000', '164530.985000', '164531.458000', '164531.905000', '164532.368000', '164532.836000', '164533.286000', '164533.756000', '164534.221000', '164534.667000', '164535.138000', '164535.589000', '164536.055000', '164536.514000', '164536.979000', '164537.445000', '164537.900000', '164538.355000', '164538.810000', '164539.272000', '164539.733000', '164540.202000', '164540.650000', '164541.106000', '164541.585000', '164542.049000', '164542.497000', '164542.958000', '164543.416000', '164543.873000', '164544.334000', '164544.815000', '164545.263000', '164545.718000', '164546.192000', '164546.635000', '164547.092000', '164547.553000', '164548.024000', '164548.473000', '164548.941000', '164549.418000', '164549.850000', '164550.330000', '164550.784000', '164551.245000', '164551.691000', '164552.158000', '164552.682000', '164553.066000', '164553.530000', '164554.000000', '164554.453000', '164554.932000', '164555.372000', '164555.830000', '164556.317000', '164556.756000', '164557.230000', '164557.687000', '164558.133000', '164558.617000', '164559.061000', '164559.512000', '164559.972000', '164600.441000', '164600.906000', '164601.365000', '164601.840000', '164602.320000', '164602.737000', '164603.191000', '164603.656000', '164604.110000', '164604.618000', '164605.046000', '164605.500000', '164605.952000', '164606.435000', '164606.920000', '164607.339000', '164607.799000', '164608.265000', '164608.734000', '164609.174000', '164609.641000', '164610.099000', '164610.567000', '164611.014000', '164611.493000', '164611.931000', '164612.446000', '164612.870000', '164613.318000', '164613.775000', '164614.232000', '164614.696000', '164615.195000', '164615.615000', '164616.079000', '164616.539000', '164617.011000', '164617.456000', '164617.942000', '164618.404000', '164618.918000', '164619.302000', '164619.766000', '164620.265000', '164620.686000', '164621.131000', '164621.594000', '164622.056000', '164622.531000', '164622.976000', '164623.485000', '164623.954000', '164624.376000', '164624.892000', '164625.311000', '164625.736000', '164626.217000', '164626.658000', '164627.128000', '164627.580000', '164628.055000', '164628.517000', '164628.963000', '164629.436000', '164629.895000', '164630.366000', '164630.809000', '164631.277000', '164631.730000', '164632.194000', '164632.681000', '164633.108000', '164633.555000', '164634.017000', '164634.473000', '164634.951000', '164635.417000', '164635.919000', '164636.328000', '164636.797000', '164637.237000', '164637.699000', '164638.158000', '164638.618000', '164639.072000', '164639.533000', '164640.002000', '164640.470000', '164640.927000', '164641.383000', '164641.846000', '164642.305000', '164642.777000', '164643.218000', '164643.678000', '164644.150000', '164644.609000', '164645.088000', '164645.518000', '164646.004000', '164646.459000', '164646.946000', '164647.366000', '164647.824000', '164648.339000', '164648.758000', '164649.241000', '164649.654000', '164650.198000', '164650.588000', '164651.046000', '164651.500000', '164651.961000', '164652.428000', '164652.895000', '164653.344000', '164653.817000', '164654.262000', '164654.732000', '164655.203000', '164655.655000', '164656.105000', '164656.564000', '164657.024000', '164657.498000', '164657.939000', '164658.409000', '164658.882000', '164659.330000', '164659.780000', '164700.244000', '164700.782000', '164701.168000', '164701.637000', '164702.087000', '164702.551000', '164703.011000', '164703.472000', '164703.929000', '164704.423000', '164704.842000', '164705.317000', '164705.778000', '164706.228000', '164706.688000', '164707.149000', '164707.607000', '164708.062000', '164708.523000', '164708.982000', '164709.459000', '164710.041000', '164710.359000', '164710.830000', '164711.295000', '164711.760000', '164712.206000', '164712.684000', '164713.142000', '164713.581000', '164714.049000', '164714.506000', '164715.002000', '164715.433000', '164715.884000', '164716.351000', '164716.811000', '164717.270000', '164717.730000', '164718.197000', '164718.649000', '164719.107000', '164719.583000', '164720.043000', '164720.500000', '164720.988000', '164721.404000', '164722.120000', '164722.331000', '164722.808000', '164723.248000', '164723.706000', '164724.207000', '164724.629000', '164725.106000', '164725.551000', '164726.023000', '164726.483000', '164726.937000', '164727.406000', '164727.855000', '164728.321000', '164728.793000', '164729.238000', '164729.703000', '164730.167000', '164730.611000', '164731.086000', '164731.529000', '164731.997000', '164732.457000', '164732.909000', '164733.373000', '164733.847000', '164734.296000', '164734.761000', '164735.221000', '164735.672000', '164736.134000', '164736.593000', '164737.050000', '164737.522000', '164737.980000', '164738.431000', '164738.907000', '164739.354000', '164739.822000', '164740.271000', '164740.746000', '164741.212000', '164741.652000', '164742.110000', '164742.612000', '164743.045000', '164743.495000', '164743.960000', '164744.412000', '164744.883000', '164745.349000', '164745.901000', '164746.248000', '164746.708000', '164747.180000', '164747.641000', '164748.098000', '164748.549000', '164749.035000', '164749.486000', '164749.942000', '164750.427000', '164750.853000', '164751.314000', '164751.780000', '164752.249000', '164752.704000', '164753.153000', '164753.615000', '164754.069000', '164754.531000', '164755.009000', '164755.504000', '164755.926000', '164756.383000', '164756.839000', '164757.334000', '164757.755000', '164758.228000', '164758.683000', '164759.133000', '164759.662000', '164800.062000', '164800.521000', '164800.972000', '164801.437000', '164801.893000', '164802.375000', '164802.824000', '164803.275000', '164803.749000', '164804.199000', '164804.662000', '164805.120000', '164805.590000', '164806.052000', '164806.503000', '164806.957000', '164807.415000', '164807.969000', '164808.354000', '164808.810000', '164809.274000', '164809.718000', '164810.178000', '164810.637000', '164811.103000', '164811.559000', '164812.033000', '164812.494000', '164812.952000', '164813.414000', '164813.872000', '164814.315000', '164814.785000', '164815.255000', '164815.716000', '164816.182000', '164816.626000', '164817.076000', '164817.544000', '164818.017000', '164818.478000', '164818.922000', '164819.390000', '164819.848000', '164820.309000', '164820.778000', '164821.221000', '164821.707000', '164822.154000', '164822.615000', '164823.063000', '164823.534000', '164823.994000', '164824.448000', '164824.897000', '164825.368000', '164825.819000', '164826.297000', '164826.748000', '164827.212000', '164827.656000', '164828.144000', '164828.586000', '164829.040000', '164829.499000', '164829.978000', '164830.447000', '164830.893000', '164831.353000', '164831.835000', '164832.268000', '164832.773000', '164833.183000', '164833.640000', '164834.102000', '164834.570000', '164835.040000', '164835.490000', '164835.956000', '164836.401000', '164836.883000', '164837.367000', '164837.783000', '164838.265000', '164838.735000', '164839.247000', '164839.628000', '164840.099000', '164840.572000', '164841.001000', '164841.474000', '164841.967000', '164842.385000', '164842.852000', '164843.312000', '164843.768000', '164844.226000', '164844.694000', '164845.175000', '164845.619000', '164846.083000', '164846.550000', '164847.004000', '164847.459000', '164847.928000', '164848.373000', '164848.840000', '164849.296000', '164849.793000', '164850.291000', '164850.683000', '164851.132000', '164851.596000', '164852.146000', '164852.520000', '164852.973000', '164853.423000', '164853.897000', '164854.350000', '164854.837000', '164855.276000', '164855.727000', '164856.200000', '164856.649000', '164857.106000', '164857.580000', '164858.040000', '164858.486000', '164858.968000', '164859.424000', '164859.865000', '164900.348000', '164900.804000', '164901.247000', '164901.728000', '164902.186000', '164902.631000', '164903.114000', '164903.557000', '164904.083000', '164904.470000', '164904.933000', '164905.444000', '164905.849000', '164906.309000', '164906.767000', '164907.236000', '164907.773000', '164908.158000', '164908.695000', '164909.085000', '164909.544000', '164910.010000', '164910.461000', '164910.928000', '164911.371000', '164911.828000', '164912.293000', '164912.756000', '164913.225000', '164913.694000', '164914.147000', '164914.599000', '164915.062000', '164915.517000', '164915.989000', '164916.431000', '164916.909000', '164917.352000', '164917.818000', '164918.298000', '164918.733000', '164919.193000', '164919.666000', '164920.120000', '164920.586000', '164921.047000', '164921.514000', '164921.953000', '164922.413000'], 'InstanceCreationTime': ['163852.569000', '163852.685000', '163852.813000', '163853.029000', '163853.207000', '163853.501000', '163853.624000', '163853.886000', '163854.048000', '163854.275000', '163854.462000', '163854.879000', '163855.332000', '163855.848000', '163856.326000', '163856.729000', '163857.198000', '163857.653000', '163858.114000', '163858.579000', '163859.057000', '163859.499000', '163859.951000', '163900.406000', '163900.893000', '163901.336000', '163901.796000', '163902.250000', '163902.706000', '163903.234000', '163903.631000', '163904.100000', '163904.562000', '163905.019000', '163905.480000', '163905.939000', '163906.401000', '163906.858000', '163907.303000', '163907.762000', '163908.236000', '163908.726000', '163909.162000', '163909.613000', '163910.078000', '163910.589000', '163911.006000', '163911.449000', '163911.921000', '163912.455000', '163912.835000', '163913.292000', '163913.760000', '163914.212000', '163914.673000', '163915.135000', '163915.600000', '163916.046000', '163916.508000', '163916.970000', '163917.437000', '163917.889000', '163918.359000', '163918.816000', '163919.274000', '163919.729000', '163920.241000', '163920.666000', '163921.120000', '163921.569000', '163922.046000', '163922.486000', '163922.944000', '163923.422000', '163923.882000', '163924.333000', '163924.815000', '163925.253000', '163925.710000', '163926.165000', '163926.626000', '163927.377000', '163927.552000', '163928.008000', '163928.720000', '163928.935000', '163929.389000', '163929.859000', '163930.347000', '163930.770000', '163931.291000', '163931.694000', '163932.308000', '163932.619000', '163933.097000', '163933.527000', '163934.002000', '163934.722000', '163934.908000', '163935.369000', '163935.837000', '163936.284000', '163936.766000', '163937.221000', '163937.668000', '163938.126000', '163938.589000', '163939.048000', '163939.519000', '163939.981000', '163940.448000', '163940.894000', '163941.367000', '163941.839000', '163942.284000', '163942.745000', '163943.193000', '163943.661000', '163944.110000', '163944.581000', '163945.037000', '163945.494000', '163945.958000', '163946.410000', '163946.868000', '163947.335000', '163948.223000', '163948.364000', '163948.718000', '163949.171000', '163950.186000', '163950.324000', '163950.557000', '163951.018000', '163951.468000', '163951.937000', '163952.407000', '163952.870000', '163953.324000', '163953.774000', '163954.622000', '163954.798000', '163955.151000', '163955.626000', '163956.072000', '163956.534000', '163957.019000', '163957.450000', '163958.032000', '163958.376000', '163958.827000', '163959.294000', '163959.763000', '164000.223000', '164000.685000', '164001.131000', '164001.591000', '164002.056000', '164002.516000', '164002.985000', '164003.436000', '164003.892000', '164004.356000', '164004.828000', '164005.333000', '164005.745000', '164006.190000', '164007.035000', '164007.131000', '164007.585000', '164008.030000', '164008.500000', '164008.959000', '164009.415000', '164009.868000', '164010.333000', '164010.839000', '164011.257000', '164011.729000', '164012.182000', '164012.635000', '164013.085000', '164013.650000', '164014.023000', '164014.467000', '164014.943000', '164015.388000', '164015.859000', '164016.311000', '164016.784000', '164017.236000', '164017.690000', '164018.151000', '164018.860000', '164019.087000', '164019.533000', '164020.002000', '164020.452000', '164020.907000', '164021.466000', '164021.879000', '164022.291000', '164022.757000', '164023.218000', '164023.690000', '164024.215000', '164024.598000', '164025.055000', '164025.510000', '164025.986000', '164026.444000', '164026.903000', '164027.363000', '164027.914000', '164028.289000', '164028.752000', '164029.271000', '164029.649000', '164030.110000', '164030.650000', '164031.056000', '164031.507000', '164031.955000', '164032.431000', '164032.883000', '164033.333000', '164033.803000', '164034.289000', '164034.723000', '164035.178000', '164035.627000', '164036.187000', '164036.554000', '164037.018000', '164037.472000', '164038.071000', '164038.402000', '164038.858000', '164039.327000', '164039.884000', '164040.229000', '164040.705000', '164041.167000', '164041.647000', '164042.083000', '164042.547000', '164043.158000', '164043.461000', '164043.915000', '164044.394000', '164044.844000', '164045.300000', '164045.753000', '164046.231000', '164046.682000', '164047.164000', '164047.693000', '164048.062000', '164048.523000', '164048.977000', '164049.430000', '164049.918000', '164050.352000', '164050.814000', '164051.280000', '164051.970000', '164052.204000', '164052.692000', '164053.126000', '164053.591000', '164054.042000', '164054.494000', '164054.963000', '164055.416000', '164055.893000', '164056.333000', '164056.793000', '164057.258000', '164057.714000', '164058.186000', '164058.640000', '164059.109000', '164059.562000', '164100.011000', '164100.483000', '164100.936000', '164101.750000', '164101.995000', '164102.314000', '164102.784000', '164103.246000', '164103.699000', '164104.150000', '164104.621000', '164105.079000', '164105.537000', '164106.017000', '164106.463000', '164107.047000', '164107.371000', '164108.124000', '164108.320000', '164108.756000', '164109.289000', '164109.684000', '164110.229000', '164110.597000', '164111.066000', '164111.532000', '164111.993000', '164112.450000', '164112.898000', '164113.369000', '164113.980000', '164114.278000', '164114.738000', '164115.333000', '164115.658000', '164116.128000', '164116.589000', '164117.036000', '164117.504000', '164117.956000', '164118.417000', '164118.879000', '164119.356000', '164119.809000', '164120.334000', '164120.770000', '164121.183000', '164121.644000', '164122.098000', '164122.554000', '164123.034000', '164123.488000', '164123.992000', '164124.453000', '164124.858000', '164125.321000', '164125.774000', '164126.255000', '164126.703000', '164127.172000', '164127.619000', '164128.072000', '164128.537000', '164128.996000', '164129.470000', '164129.920000', '164130.390000', '164130.841000', '164131.299000', '164131.835000', '164132.232000', '164132.687000', '164133.144000', '164133.598000', '164134.058000', '164134.523000', '164134.988000', '164135.437000', '164135.912000', '164136.357000', '164136.838000', '164137.291000', '164137.739000', '164138.197000', '164138.675000', '164139.117000', '164139.585000', '164140.034000', '164140.513000', '164140.960000', '164141.432000', '164141.922000', '164142.343000', '164142.800000', '164143.256000', '164143.722000', '164144.176000', '164144.651000', '164145.094000', '164145.557000', '164146.018000', '164146.481000', '164146.937000', '164147.400000', '164147.858000', '164148.319000', '164148.794000', '164149.239000', '164149.701000', '164150.156000', '164150.622000', '164151.077000', '164151.551000', '164152.008000', '164152.456000', '164152.913000', '164153.382000', '164153.845000', '164154.300000', '164154.757000', '164155.220000', '164155.730000', '164156.146000', '164156.657000', '164157.060000', '164157.529000', '164157.978000', '164158.440000', '164158.902000', '164159.356000', '164159.891000', '164200.298000', '164200.739000', '164201.199000', '164201.660000', '164202.155000', '164202.580000', '164203.045000', '164203.516000', '164203.968000', '164204.439000', '164204.891000', '164205.353000', '164205.815000', '164206.260000', '164206.723000', '164207.192000', '164207.659000', '164208.124000', '164208.626000', '164209.016000', '164209.485000', '164209.947000', '164210.413000', '164210.864000', '164211.332000', '164211.777000', '164212.246000', '164212.703000', '164213.178000', '164213.621000', '164214.076000', '164214.558000', '164215.007000', '164215.487000', '164215.929000', '164216.374000', '164216.853000', '164217.331000', '164217.774000', '164218.234000', '164218.708000', '164219.149000', '164219.607000', '164220.060000', '164220.518000', '164221.027000', '164221.441000', '164221.897000', '164222.358000', '164222.821000', '164223.295000', '164223.739000', '164224.218000', '164224.674000', '164225.132000', '164225.579000', '164226.039000', '164226.518000', '164226.971000', '164227.420000', '164227.889000', '164228.342000', '164228.807000', '164229.271000', '164229.732000', '164230.185000', '164230.653000', '164231.103000', '164231.572000', '164232.025000', '164232.478000', '164232.941000', '164233.405000', '164233.858000', '164234.324000', '164234.781000', '164235.255000', '164235.708000', '164236.160000', '164236.617000', '164237.119000', '164237.544000', '164238.019000', '164238.479000', '164238.932000', '164239.428000', '164239.912000', '164240.306000', '164240.777000', '164241.235000', '164241.698000', '164242.142000', '164242.602000', '164243.075000', '164243.535000', '164244.005000', '164244.457000', '164244.911000', '164245.370000', '164245.844000', '164246.293000', '164246.753000', '164247.207000', '164247.663000', '164248.138000', '164248.589000', '164249.053000', '164249.509000', '164249.975000', '164250.434000', '164250.895000', '164251.344000', '164251.818000', '164252.270000', '164252.782000', '164253.193000', '164253.725000', '164254.113000', '164254.572000', '164255.024000', '164255.481000', '164255.945000', '164256.406000', '164256.880000', '164257.326000', '164257.801000', '164258.245000', '164258.707000', '164259.186000', '164259.634000', '164300.082000', '164300.549000', '164301.017000', '164301.483000', '164301.935000', '164302.391000', '164302.857000', '164303.301000', '164303.824000', '164304.235000', '164304.696000', '164305.151000', '164305.607000', '164306.073000', '164306.521000', '164306.992000', '164307.467000', '164307.921000', '164308.362000', '164308.847000', '164309.283000', '164309.748000', '164310.216000', '164310.677000', '164311.149000', '164311.602000', '164312.068000', '164312.511000', '164312.965000', '164313.425000', '164313.916000', '164314.358000', '164314.824000', '164315.268000', '164315.731000', '164316.237000', '164316.647000', '164317.115000', '164317.569000', '164318.041000', '164318.497000', '164319.004000', '164319.412000', '164319.888000', '164320.330000', '164320.805000', '164321.246000', '164321.787000', '164322.177000', '164322.635000', '164323.101000', '164323.548000', '164324.004000', '164324.479000', '164324.944000', '164325.385000', '164325.847000', '164326.304000', '164326.770000', '164327.290000', '164327.692000', '164328.147000', '164328.614000', '164329.087000', '164329.531000', '164329.984000', '164330.463000', '164330.910000', '164331.381000', '164331.828000', '164332.324000', '164332.766000', '164333.203000', '164333.687000', '164334.153000', '164334.596000', '164335.046000', '164335.523000', '164335.983000', '164336.428000', '164336.932000', '164337.350000', '164337.814000', '164338.275000', '164338.730000', '164339.192000', '164339.651000', '164340.146000', '164340.576000', '164341.063000', '164341.503000', '164341.959000', '164342.411000', '164342.878000', '164343.332000', '164343.806000', '164344.304000', '164344.763000', '164345.237000', '164345.628000', '164346.088000', '164346.551000', '164347.026000', '164347.550000', '164347.930000', '164348.389000', '164348.849000', '164349.334000', '164349.777000', '164350.253000', '164350.691000', '164351.162000', '164351.608000', '164352.071000', '164352.533000', '164353.007000', '164353.461000', '164353.951000', '164354.370000', '164354.834000', '164355.305000', '164355.776000', '164356.230000', '164356.670000', '164357.134000', '164357.592000', '164358.052000', '164358.521000', '164358.977000', '164359.436000', '164359.909000', '164400.364000', '164400.809000', '164401.275000', '164401.728000', '164402.192000', '164402.673000', '164403.121000', '164403.580000', '164404.032000', '164404.488000', '164404.949000', '164405.414000', '164405.888000', '164406.335000', '164406.803000', '164407.253000', '164407.722000', '164408.180000', '164408.685000', '164409.092000', '164409.556000', '164410.022000', '164410.474000', '164410.931000', '164411.394000', '164411.854000', '164412.322000', '164412.774000', '164413.233000', '164413.700000', '164414.171000', '164414.628000', '164415.073000', '164415.558000', '164416.010000', '164416.479000', '164416.966000', '164417.400000', '164417.946000', '164418.300000', '164418.780000', '164419.216000', '164419.681000', '164420.136000', '164420.610000', '164421.063000', '164421.522000', '164421.975000', '164422.432000', '164422.893000', '164423.381000', '164423.811000', '164424.278000', '164424.756000', '164425.214000', '164425.662000', '164426.123000', '164426.587000', '164427.098000', '164427.508000', '164427.966000', '164428.415000', '164428.891000', '164429.335000', '164429.813000', '164430.274000', '164430.725000', '164431.191000', '164431.648000', '164432.110000', '164432.554000', '164433.031000', '164433.488000', '164433.946000', '164434.406000', '164434.854000', '164435.329000', '164435.775000', '164436.239000', '164436.738000', '164437.171000', '164437.634000', '164438.087000', '164438.542000', '164438.995000', '164439.470000', '164439.968000', '164440.389000', '164440.854000', '164441.314000', '164441.756000', '164442.224000', '164442.691000', '164443.142000', '164443.600000', '164444.073000', '164444.532000', '164444.980000', '164445.461000', '164445.911000', '164446.370000', '164446.822000', '164447.273000', '164447.754000', '164448.214000', '164448.659000', '164449.132000', '164449.597000', '164450.079000', '164450.500000', '164450.970000', '164451.422000', '164451.946000', '164452.335000', '164452.799000', '164453.258000', '164453.774000', '164454.202000', '164454.647000', '164455.121000', '164455.562000', '164456.018000', '164456.524000', '164456.953000', '164457.402000', '164457.957000', '164458.329000', '164458.794000', '164459.258000', '164459.714000', '164500.159000', '164500.631000', '164501.082000', '164501.567000', '164502.011000', '164502.496000', '164502.937000', '164503.394000', '164503.853000', '164504.298000', '164504.763000', '164505.221000', '164505.688000', '164506.148000', '164506.612000', '164507.100000', '164507.576000', '164508.004000', '164508.445000', '164508.899000', '164509.369000', '164509.825000', '164510.281000', '164510.758000', '164511.225000', '164511.672000', '164512.134000', '164512.584000', '164513.045000', '164513.512000', '164513.963000', '164514.430000', '164514.905000', '164515.350000', '164516.031000', '164516.281000', '164516.723000', '164517.192000', '164517.662000', '164518.106000', '164518.576000', '164519.023000', '164519.498000', '164519.951000', '164520.408000', '164520.861000', '164521.336000', '164521.781000', '164522.310000', '164522.721000', '164523.172000', '164523.645000', '164524.088000', '164524.544000', '164525.008000', '164525.485000', '164526.006000', '164526.382000', '164526.862000', '164527.319000', '164527.767000', '164528.243000', '164528.681000', '164529.157000', '164529.604000', '164530.077000', '164530.528000', '164530.985000', '164531.458000', '164531.905000', '164532.368000', '164532.836000', '164533.286000', '164533.756000', '164534.221000', '164534.667000', '164535.138000', '164535.589000', '164536.055000', '164536.514000', '164536.979000', '164537.445000', '164537.900000', '164538.355000', '164538.810000', '164539.272000', '164539.733000', '164540.202000', '164540.650000', '164541.106000', '164541.585000', '164542.049000', '164542.497000', '164542.958000', '164543.416000', '164543.873000', '164544.334000', '164544.815000', '164545.263000', '164545.718000', '164546.192000', '164546.635000', '164547.092000', '164547.553000', '164548.024000', '164548.473000', '164548.941000', '164549.418000', '164549.850000', '164550.330000', '164550.784000', '164551.245000', '164551.691000', '164552.158000', '164552.682000', '164553.066000', '164553.530000', '164554.000000', '164554.453000', '164554.932000', '164555.372000', '164555.830000', '164556.317000', '164556.756000', '164557.230000', '164557.687000', '164558.133000', '164558.617000', '164559.061000', '164559.512000', '164559.972000', '164600.441000', '164600.906000', '164601.365000', '164601.840000', '164602.320000', '164602.737000', '164603.191000', '164603.656000', '164604.110000', '164604.618000', '164605.046000', '164605.500000', '164605.952000', '164606.435000', '164606.920000', '164607.339000', '164607.799000', '164608.265000', '164608.734000', '164609.174000', '164609.641000', '164610.099000', '164610.567000', '164611.014000', '164611.493000', '164611.931000', '164612.446000', '164612.870000', '164613.318000', '164613.775000', '164614.232000', '164614.696000', '164615.195000', '164615.615000', '164616.079000', '164616.539000', '164617.011000', '164617.456000', '164617.942000', '164618.404000', '164618.918000', '164619.302000', '164619.766000', '164620.265000', '164620.686000', '164621.131000', '164621.594000', '164622.056000', '164622.531000', '164622.976000', '164623.485000', '164623.954000', '164624.376000', '164624.892000', '164625.311000', '164625.736000', '164626.217000', '164626.658000', '164627.128000', '164627.580000', '164628.055000', '164628.517000', '164628.963000', '164629.436000', '164629.895000', '164630.366000', '164630.809000', '164631.277000', '164631.730000', '164632.194000', '164632.681000', '164633.108000', '164633.555000', '164634.017000', '164634.473000', '164634.951000', '164635.417000', '164635.919000', '164636.328000', '164636.797000', '164637.237000', '164637.699000', '164638.158000', '164638.618000', '164639.072000', '164639.533000', '164640.002000', '164640.470000', '164640.927000', '164641.383000', '164641.846000', '164642.305000', '164642.777000', '164643.218000', '164643.678000', '164644.150000', '164644.609000', '164645.088000', '164645.518000', '164646.004000', '164646.459000', '164646.946000', '164647.366000', '164647.824000', '164648.339000', '164648.758000', '164649.241000', '164649.654000', '164650.198000', '164650.588000', '164651.046000', '164651.500000', '164651.961000', '164652.428000', '164652.895000', '164653.344000', '164653.817000', '164654.262000', '164654.732000', '164655.203000', '164655.655000', '164656.105000', '164656.564000', '164657.024000', '164657.498000', '164657.939000', '164658.409000', '164658.882000', '164659.330000', '164659.780000', '164700.244000', '164700.782000', '164701.168000', '164701.637000', '164702.087000', '164702.551000', '164703.011000', '164703.472000', '164703.929000', '164704.423000', '164704.842000', '164705.317000', '164705.778000', '164706.228000', '164706.688000', '164707.149000', '164707.607000', '164708.062000', '164708.523000', '164708.982000', '164709.459000', '164710.041000', '164710.359000', '164710.830000', '164711.295000', '164711.760000', '164712.206000', '164712.684000', '164713.142000', '164713.581000', '164714.049000', '164714.506000', '164715.002000', '164715.433000', '164715.884000', '164716.351000', '164716.811000', '164717.270000', '164717.730000', '164718.197000', '164718.649000', '164719.107000', '164719.583000', '164720.043000', '164720.500000', '164720.988000', '164721.404000', '164722.120000', '164722.331000', '164722.808000', '164723.248000', '164723.706000', '164724.207000', '164724.629000', '164725.106000', '164725.551000', '164726.023000', '164726.483000', '164726.937000', '164727.406000', '164727.855000', '164728.321000', '164728.793000', '164729.238000', '164729.703000', '164730.167000', '164730.611000', '164731.086000', '164731.529000', '164731.997000', '164732.457000', '164732.909000', '164733.373000', '164733.847000', '164734.296000', '164734.761000', '164735.221000', '164735.672000', '164736.134000', '164736.593000', '164737.050000', '164737.522000', '164737.980000', '164738.431000', '164738.907000', '164739.354000', '164739.822000', '164740.271000', '164740.746000', '164741.212000', '164741.652000', '164742.110000', '164742.612000', '164743.045000', '164743.495000', '164743.960000', '164744.412000', '164744.883000', '164745.349000', '164745.901000', '164746.248000', '164746.708000', '164747.180000', '164747.641000', '164748.098000', '164748.549000', '164749.035000', '164749.486000', '164749.942000', '164750.427000', '164750.853000', '164751.314000', '164751.780000', '164752.249000', '164752.704000', '164753.153000', '164753.615000', '164754.069000', '164754.531000', '164755.009000', '164755.504000', '164755.926000', '164756.383000', '164756.839000', '164757.334000', '164757.755000', '164758.228000', '164758.683000', '164759.133000', '164759.662000', '164800.062000', '164800.521000', '164800.972000', '164801.437000', '164801.893000', '164802.375000', '164802.824000', '164803.275000', '164803.749000', '164804.199000', '164804.662000', '164805.120000', '164805.590000', '164806.052000', '164806.503000', '164806.957000', '164807.415000', '164807.969000', '164808.354000', '164808.810000', '164809.274000', '164809.718000', '164810.178000', '164810.637000', '164811.103000', '164811.559000', '164812.033000', '164812.494000', '164812.952000', '164813.414000', '164813.872000', '164814.315000', '164814.785000', '164815.255000', '164815.716000', '164816.182000', '164816.626000', '164817.076000', '164817.544000', '164818.017000', '164818.478000', '164818.922000', '164819.390000', '164819.848000', '164820.309000', '164820.778000', '164821.221000', '164821.707000', '164822.154000', '164822.615000', '164823.063000', '164823.534000', '164823.994000', '164824.448000', '164824.897000', '164825.368000', '164825.819000', '164826.297000', '164826.748000', '164827.212000', '164827.656000', '164828.144000', '164828.586000', '164829.040000', '164829.499000', '164829.978000', '164830.447000', '164830.893000', '164831.353000', '164831.835000', '164832.268000', '164832.773000', '164833.183000', '164833.640000', '164834.102000', '164834.570000', '164835.040000', '164835.490000', '164835.956000', '164836.401000', '164836.883000', '164837.367000', '164837.783000', '164838.265000', '164838.735000', '164839.247000', '164839.628000', '164840.099000', '164840.572000', '164841.001000', '164841.474000', '164841.967000', '164842.385000', '164842.852000', '164843.312000', '164843.768000', '164844.226000', '164844.694000', '164845.175000', '164845.619000', '164846.083000', '164846.550000', '164847.004000', '164847.459000', '164847.928000', '164848.373000', '164848.840000', '164849.296000', '164849.793000', '164850.291000', '164850.683000', '164851.132000', '164851.596000', '164852.146000', '164852.520000', '164852.973000', '164853.423000', '164853.897000', '164854.350000', '164854.837000', '164855.276000', '164855.727000', '164856.200000', '164856.649000', '164857.106000', '164857.580000', '164858.040000', '164858.486000', '164858.968000', '164859.424000', '164859.865000', '164900.348000', '164900.804000', '164901.247000', '164901.728000', '164902.186000', '164902.631000', '164903.114000', '164903.557000', '164904.083000', '164904.470000', '164904.933000', '164905.444000', '164905.849000', '164906.309000', '164906.767000', '164907.236000', '164907.773000', '164908.158000', '164908.695000', '164909.085000', '164909.544000', '164910.010000', '164910.461000', '164910.928000', '164911.371000', '164911.828000', '164912.293000', '164912.756000', '164913.225000', '164913.694000', '164914.147000', '164914.599000', '164915.062000', '164915.517000', '164915.989000', '164916.431000', '164916.909000', '164917.352000', '164917.818000', '164918.298000', '164918.733000', '164919.193000', '164919.666000', '164920.120000', '164920.586000', '164921.047000', '164921.514000', '164921.953000', '164922.413000'], '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': [629, 829, 579, 727, 590, 665, 606, 640, 686, 615, 725, 623, 778, 645, 780, 623, 825, 574, 799, 583, 788, 607, 669, 611, 604, 599, 606, 625, 624, 645, 638, 651, 629, 628, 629, 726, 636, 781, 642, 742, 656, 751, 659, 852, 642, 652, 604, 634, 621, 647, 672, 638, 747, 637, 812, 659, 753, 676, 796, 650, 901, 604, 750, 609, 717, 588, 713, 634, 665, 648, 663, 643, 649, 762, 649, 807, 655, 792, 659, 802, 670, 880, 646, 862, 597, 733, 598, 696, 590, 666, 623, 657, 660, 666, 740, 675, 738, 671, 752, 671, 747, 679, 773, 670, 765, 659, 786, 656, 764, 639, 701, 608, 648, 591, 653, 583, 660, 706, 661, 802, 665, 794, 654, 751, 648, 791, 639, 868, 654, 718, 581, 647, 590, 629, 654, 640, 743, 650, 769, 671, 782, 664, 847, 639, 747, 606, 720, 604, 719, 594, 659, 690, 640, 709, 653, 772, 659, 817, 663, 810, 626, 828, 632, 789, 618, 653, 604, 631, 783, 657, 802, 647, 818, 647, 805, 667, 650, 741, 653, 618, 642, 751, 653, 784, 643, 766, 634, 787, 617, 767, 612, 653, 573, 647, 588, 633, 588, 647, 646, 621, 695, 667, 709, 658, 743, 656, 796, 640, 817, 656, 784, 672, 789, 622, 805, 612, 765, 631, 791, 628, 630, 570, 646, 608, 661, 591, 644, 653, 657, 721, 664, 764, 655, 778, 617, 651, 590, 606, 658, 648, 701, 668, 827, 654, 780, 661, 793, 668, 855, 670, 810, 650, 682, 618, 635, 614, 649, 621, 614, 609, 667, 655, 652, 685, 673, 739, 683, 745, 646, 740, 622, 647, 595, 645, 594, 643, 633, 667, 680, 662, 700, 654, 722, 660, 760, 676, 695, 687, 704, 660, 662, 624, 627, 621, 627, 615, 615, 623, 648, 721, 663, 910, 644, 748, 652, 628, 627, 637, 667, 643, 737, 656, 744, 670, 896, 652, 699, 637, 608, 606, 620, 641, 656, 820, 655, 758, 676, 858, 649, 987, 635, 939, 634, 955, 639, 964, 633, 728, 602, 606, 589, 665, 641, 653, 807, 679, 865, 656, 898, 655, 747, 608, 648, 633, 650, 659, 670, 722, 654, 757, 669, 787, 653, 750, 620, 653, 590, 678, 704, 669, 724, 671, 783, 666, 816, 636, 693, 618, 701, 623, 852, 682, 650, 677, 669, 664, 623, 770, 650, 995, 659, 879, 672, 925, 659, 921, 665, 949, 636, 933, 648, 909, 662, 884, 647, 951, 635, 675, 621, 653, 625, 634, 593, 657, 591, 631, 612, 649, 640, 644, 790, 665, 976, 669, 909, 659, 874, 672, 987, 648, 782, 722, 625, 667, 644, 744, 644, 946, 658, 942, 636, 890, 650, 962, 645, 856, 586, 850, 611, 709, 584, 655, 583, 656, 600, 663, 580, 660, 597, 593, 795, 667, 701, 662, 668, 657, 677, 621, 822, 666, 841, 667, 802, 668, 906, 630, 969, 639, 874, 615, 955, 617, 957, 637, 848, 597, 822, 584, 813, 595, 729, 594, 635, 598, 720, 583, 728, 583, 652, 597, 869, 632, 917, 636, 875, 614, 744, 625, 704, 629, 659, 594, 652, 576, 645, 608, 652, 629, 662, 769, 589, 913, 650, 795, 655, 779, 640, 840, 657, 939, 666, 838, 661, 806, 648, 701, 656, 684, 661, 648, 658, 645, 628, 624, 607, 643, 637, 629, 627, 655, 663, 581, 662, 580, 644, 600, 638, 623, 652, 660, 652, 680, 646, 682, 652, 713, 648, 730, 646, 730, 654, 815, 652, 848, 626, 659, 607, 627, 604, 618, 626, 653, 646, 629, 671, 655, 668, 661, 759, 651, 937, 633, 820, 623, 708, 595, 641, 602, 617, 715, 652, 680, 640, 746, 640, 820, 638, 1007, 630, 887, 603, 646, 592, 655, 591, 960, 642, 884, 639, 902, 643, 932, 619, 975, 742, 999, 584, 923, 563, 809, 564, 695, 644, 636, 749, 615, 711, 652, 778, 627, 802, 626, 887, 626, 859, 624, 839, 628, 870, 598, 667, 569, 650, 580, 655, 607, 636, 667, 646, 793, 661, 708, 651, 742, 653, 849, 615, 671, 575, 655, 573, 653, 626, 578, 823, 660, 804, 664, 764, 646, 771, 581, 653, 607, 653, 608, 618, 646, 655, 800, 664, 833, 642, 878, 590, 823, 589, 648, 601, 650, 585, 665, 639, 623, 650, 671, 684, 642, 667, 649, 700, 651, 689, 666, 695, 644, 730, 640, 714, 633, 662, 620, 727, 618, 653, 574, 648, 613, 653, 627, 669, 646, 647, 863, 675, 928, 650, 853, 651, 789, 638, 693, 599, 647, 600, 628, 570, 624, 661, 669, 694, 652, 753, 663, 881, 649, 867, 619, 895, 586, 759, 595, 660, 602, 655, 646, 665, 622, 623, 757, 654, 750, 669, 783, 642, 931, 610, 649, 560, 644, 612, 667, 660, 653, 810, 663, 795, 660, 873, 643, 964, 616, 836, 604, 687, 579, 635, 581, 671, 646, 661, 647, 660, 705, 666, 797, 656, 868, 641, 730, 603, 674, 570, 663, 635, 664, 704, 655, 766, 662, 701, 620, 816, 617, 653, 855, 658, 858, 660, 825, 621, 647, 580, 679, 684, 660, 794, 661, 835, 664, 915, 633, 745, 602, 650, 592, 675, 637, 668, 762, 666, 801, 654, 753, 637, 698, 577, 641, 568, 670, 613, 638, 655, 656, 800, 656, 832, 655, 748, 629, 659, 573, 636, 630, 660, 741, 678, 832, 646, 745, 610, 628, 581, 678, 628, 672, 762, 664, 795, 670, 918, 653, 769, 626, 691, 608, 630, 595, 632, 622, 663, 669, 668, 697, 664, 751, 634, 608, 599, 648, 660, 654, 744, 666, 811, 659, 678, 630, 628, 648, 642, 759, 663, 801, 669, 821, 658, 897, 627, 655, 614, 668, 683, 670, 939, 666, 964, 646, 952, 633, 812, 592, 644, 656, 664, 620, 656, 773, 665, 930, 649, 773, 619, 664, 579, 668, 718, 667, 811, 659, 841, 669, 843, 660, 852, 620, 738, 587, 707, 593, 659, 683, 666, 703, 661, 756, 668, 854, 654, 844, 610, 719, 592, 643, 565, 662, 590, 648, 685, 589, 820, 655, 821, 662, 813, 650, 842, 651, 888, 639, 850, 623, 873, 614, 820, 586, 646, 553, 653, 545, 661, 604, 656, 607, 649, 762, 658, 744, 655, 795, 648, 884, 653, 928, 637, 805, 621, 656, 563, 628, 579, 629, 624, 645, 644, 627, 664, 633, 799, 649, 767, 670, 783, 658, 800, 653, 922, 622, 881, 622, 905, 623, 868, 584, 632, 562, 623, 582, 662, 718, 647, 775, 647, 826, 575, 665, 606, 614, 708, 580, 903, 643, 896, 648, 974, 647, 694, 671, 621, 696, 646, 799, 633, 919, 608, 743, 555, 630, 547, 649, 715, 657, 945, 626, 646, 562, 629, 712, 634, 885, 621, 807, 571, 641, 626, 643, 705, 631, 837, 635, 745, 583, 629, 571, 620, 673, 631, 701, 641, 788, 628, 963, 571, 720, 539, 633, 659, 632, 751, 634, 812, 652, 833, 637, 873, 622, 673, 538, 638, 595, 625, 700, 629, 932, 612, 739, 599, 626, 673, 591, 759, 635, 908, 625, 870, 612, 955, 617, 764, 593, 646, 611, 649, 662, 630, 738, 624, 635, 572, 614, 575, 621, 649, 638, 749, 653, 844, 625, 778, 586, 664, 567, 646, 672, 641, 813, 636, 897, 632, 977, 594, 743, 530, 620, 725, 591, 940, 608, 873, 529, 656, 551, 647, 685, 643, 833, 625, 980, 615, 941, 765, 664, 793, 560, 855, 611, 974, 591, 969, 558, 766, 609, 649, 585, 609, 825, 591, 973, 629, 648, 565, 630, 574, 622, 728, 621, 778, 555, 623, 544, 621, 579, 623, 727, 618, 646, 594, 642, 594, 637, 861, 628, 881, 630, 890, 571, 645, 595, 637, 726, 639, 639, 637, 850, 628, 751, 643, 709, 630, 755, 602, 716, 590, 633, 537, 632, 528, 653, 654, 646, 752, 643, 940, 624, 938, 597, 769, 565, 622, 544, 601, 658, 646, 662, 622, 694, 638, 726, 617, 761, 625, 722, 601, 663, 544, 601, 630, 630, 672, 638, 773, 596, 641, 609, 642, 770, 616, 729, 583, 617, 621, 616, 696, 633, 805, 591, 606, 546, 607, 519, 614, 719, 631, 772, 604, 829, 587, 701, 560, 603, 620, 631, 721, 633, 741, 621, 824, 626, 984, 614, 794, 566, 672, 559, 599, 532, 574, 744, 641, 843, 628, 852, 587, 787, 655, 625, 677, 616, 790, 567, 884, 634, 951, 605, 796, 588], 'WindowCenter': [284.0, 285.0, 281.0, 282.0, 281.0, 282.0, 281.0, 281.0, 281.0, 280.0, 281.0, 280.0, 282.0, 281.0, 281.0, 280.0, 282.0, 280.0, 281.0, 280.0, 281.0, 280.0, 280.0, 280.0, 279.0, 279.0, 279.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 281.0, 280.0, 281.0, 280.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 279.0, 280.0, 279.0, 280.0, 279.0, 281.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 281.0, 282.0, 280.0, 281.0, 279.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 280.0, 280.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 279.0, 281.0, 281.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 281.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 281.0, 282.0, 281.0, 282.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 280.0, 281.0, 281.0, 281.0, 280.0, 281.0, 280.0, 281.0, 281.0, 280.0, 281.0, 280.0, 279.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 280.0, 280.0, 279.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 281.0, 281.0, 280.0, 281.0, 280.0, 281.0, 281.0, 281.0, 280.0, 280.0, 279.0, 280.0, 280.0, 281.0, 279.0, 280.0, 280.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 280.0, 280.0, 281.0, 280.0, 281.0, 281.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 281.0, 281.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 280.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 281.0, 281.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 282.0, 281.0, 283.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 282.0, 283.0, 281.0, 281.0, 281.0, 280.0, 280.0, 281.0, 281.0, 281.0, 282.0, 281.0, 281.0, 282.0, 282.0, 281.0, 283.0, 280.0, 283.0, 280.0, 283.0, 281.0, 283.0, 280.0, 281.0, 279.0, 279.0, 279.0, 280.0, 280.0, 281.0, 281.0, 281.0, 282.0, 280.0, 282.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 280.0, 279.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 281.0, 279.0, 282.0, 279.0, 280.0, 279.0, 281.0, 279.0, 281.0, 279.0, 281.0, 279.0, 281.0, 278.0, 280.0, 279.0, 280.0, 279.0, 281.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 279.0, 279.0, 279.0, 279.0, 278.0, 279.0, 279.0, 279.0, 280.0, 279.0, 281.0, 279.0, 281.0, 279.0, 280.0, 279.0, 281.0, 279.0, 280.0, 279.0, 278.0, 278.0, 278.0, 280.0, 278.0, 281.0, 278.0, 280.0, 278.0, 280.0, 279.0, 281.0, 279.0, 280.0, 278.0, 280.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 278.0, 278.0, 279.0, 279.0, 278.0, 280.0, 278.0, 279.0, 278.0, 278.0, 278.0, 279.0, 278.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 281.0, 279.0, 281.0, 279.0, 280.0, 278.0, 280.0, 278.0, 281.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 279.0, 278.0, 278.0, 278.0, 279.0, 278.0, 279.0, 278.0, 278.0, 279.0, 280.0, 278.0, 281.0, 279.0, 280.0, 279.0, 280.0, 279.0, 279.0, 279.0, 279.0, 279.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 279.0, 281.0, 278.0, 281.0, 279.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 281.0, 279.0, 280.0, 279.0, 280.0, 278.0, 279.0, 278.0, 278.0, 279.0, 278.0, 279.0, 278.0, 278.0, 278.0, 278.0, 278.0, 278.0, 278.0, 278.0, 279.0, 278.0, 278.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 279.0, 280.0, 279.0, 279.0, 279.0, 279.0, 280.0, 280.0, 279.0, 279.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 282.0, 280.0, 281.0, 279.0, 280.0, 279.0, 280.0, 279.0, 279.0, 281.0, 280.0, 280.0, 279.0, 280.0, 279.0, 281.0, 280.0, 282.0, 279.0, 281.0, 279.0, 279.0, 279.0, 279.0, 279.0, 281.0, 279.0, 281.0, 279.0, 281.0, 279.0, 281.0, 279.0, 281.0, 279.0, 280.0, 277.0, 279.0, 276.0, 279.0, 277.0, 278.0, 278.0, 278.0, 278.0, 277.0, 278.0, 277.0, 278.0, 277.0, 279.0, 277.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 277.0, 278.0, 277.0, 278.0, 277.0, 278.0, 278.0, 278.0, 279.0, 278.0, 280.0, 278.0, 279.0, 278.0, 279.0, 279.0, 280.0, 279.0, 279.0, 278.0, 278.0, 278.0, 279.0, 279.0, 278.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 280.0, 279.0, 280.0, 279.0, 281.0, 279.0, 280.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 280.0, 279.0, 279.0, 279.0, 279.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 280.0, 279.0, 280.0, 280.0, 280.0, 279.0, 280.0, 280.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 281.0, 280.0, 280.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 282.0, 280.0, 281.0, 279.0, 281.0, 279.0, 281.0, 279.0, 279.0, 279.0, 279.0, 279.0, 280.0, 279.0, 279.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 282.0, 279.0, 279.0, 278.0, 279.0, 279.0, 280.0, 279.0, 279.0, 281.0, 279.0, 280.0, 280.0, 281.0, 279.0, 281.0, 279.0, 280.0, 279.0, 279.0, 279.0, 279.0, 279.0, 280.0, 279.0, 279.0, 279.0, 279.0, 280.0, 280.0, 280.0, 279.0, 281.0, 279.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 280.0, 280.0, 280.0, 281.0, 280.0, 280.0, 279.0, 281.0, 279.0, 279.0, 281.0, 280.0, 281.0, 280.0, 280.0, 279.0, 279.0, 279.0, 280.0, 280.0, 279.0, 280.0, 279.0, 281.0, 280.0, 281.0, 279.0, 280.0, 279.0, 279.0, 279.0, 280.0, 279.0, 280.0, 280.0, 279.0, 280.0, 280.0, 280.0, 280.0, 280.0, 279.0, 279.0, 278.0, 280.0, 279.0, 279.0, 279.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 279.0, 280.0, 279.0, 279.0, 279.0, 280.0, 281.0, 281.0, 281.0, 280.0, 280.0, 279.0, 279.0, 279.0, 280.0, 279.0, 280.0, 281.0, 280.0, 281.0, 281.0, 282.0, 280.0, 281.0, 279.0, 281.0, 279.0, 280.0, 279.0, 279.0, 279.0, 280.0, 280.0, 280.0, 281.0, 281.0, 281.0, 280.0, 279.0, 279.0, 280.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 281.0, 281.0, 280.0, 280.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 280.0, 280.0, 280.0, 280.0, 281.0, 281.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 281.0, 279.0, 279.0, 280.0, 279.0, 279.0, 280.0, 281.0, 280.0, 282.0, 279.0, 280.0, 279.0, 280.0, 279.0, 279.0, 280.0, 280.0, 281.0, 279.0, 281.0, 280.0, 281.0, 280.0, 281.0, 279.0, 280.0, 279.0, 280.0, 279.0, 279.0, 279.0, 279.0, 280.0, 279.0, 280.0, 280.0, 281.0, 280.0, 281.0, 279.0, 280.0, 279.0, 279.0, 278.0, 279.0, 279.0, 279.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 281.0, 279.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 279.0, 278.0, 279.0, 278.0, 279.0, 279.0, 280.0, 279.0, 279.0, 281.0, 280.0, 280.0, 280.0, 281.0, 280.0, 281.0, 280.0, 282.0, 280.0, 281.0, 280.0, 280.0, 279.0, 279.0, 279.0, 279.0, 279.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 280.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 279.0, 281.0, 279.0, 281.0, 279.0, 281.0, 279.0, 279.0, 279.0, 279.0, 279.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 279.0, 280.0, 279.0, 279.0, 281.0, 279.0, 281.0, 279.0, 281.0, 279.0, 282.0, 279.0, 280.0, 279.0, 279.0, 280.0, 279.0, 280.0, 279.0, 281.0, 279.0, 280.0, 278.0, 279.0, 278.0, 279.0, 280.0, 280.0, 282.0, 279.0, 279.0, 278.0, 279.0, 280.0, 279.0, 281.0, 279.0, 280.0, 279.0, 279.0, 279.0, 279.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 280.0, 279.0, 280.0, 279.0, 281.0, 279.0, 280.0, 278.0, 279.0, 279.0, 279.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 281.0, 279.0, 279.0, 278.0, 279.0, 279.0, 279.0, 280.0, 279.0, 282.0, 279.0, 280.0, 279.0, 279.0, 280.0, 279.0, 281.0, 280.0, 281.0, 279.0, 281.0, 279.0, 282.0, 279.0, 280.0, 279.0, 279.0, 279.0, 280.0, 280.0, 280.0, 281.0, 279.0, 279.0, 279.0, 279.0, 279.0, 280.0, 280.0, 280.0, 281.0, 280.0, 281.0, 279.0, 280.0, 279.0, 280.0, 279.0, 279.0, 280.0, 279.0, 281.0, 279.0, 282.0, 280.0, 282.0, 279.0, 280.0, 278.0, 279.0, 281.0, 280.0, 282.0, 279.0, 280.0, 277.0, 279.0, 278.0, 278.0, 279.0, 279.0, 281.0, 279.0, 282.0, 279.0, 281.0, 280.0, 278.0, 280.0, 276.0, 279.0, 277.0, 280.0, 277.0, 280.0, 277.0, 279.0, 277.0, 277.0, 276.0, 277.0, 279.0, 278.0, 280.0, 278.0, 277.0, 276.0, 277.0, 277.0, 278.0, 279.0, 278.0, 279.0, 277.0, 278.0, 277.0, 278.0, 278.0, 278.0, 280.0, 279.0, 278.0, 278.0, 278.0, 278.0, 278.0, 280.0, 279.0, 280.0, 279.0, 281.0, 278.0, 278.0, 278.0, 278.0, 280.0, 278.0, 278.0, 278.0, 280.0, 278.0, 280.0, 279.0, 279.0, 279.0, 280.0, 279.0, 280.0, 279.0, 279.0, 278.0, 279.0, 277.0, 280.0, 279.0, 279.0, 280.0, 279.0, 282.0, 279.0, 281.0, 279.0, 280.0, 279.0, 279.0, 278.0, 278.0, 279.0, 279.0, 280.0, 279.0, 280.0, 280.0, 280.0, 279.0, 280.0, 279.0, 280.0, 280.0, 281.0, 279.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 280.0, 280.0, 281.0, 281.0, 280.0, 281.0, 279.0, 279.0, 280.0, 280.0, 281.0, 280.0, 281.0, 279.0, 279.0, 279.0, 279.0, 279.0, 280.0, 281.0, 280.0, 281.0, 279.0, 281.0, 279.0, 281.0, 279.0, 279.0, 279.0, 280.0, 280.0, 280.0, 281.0, 280.0, 282.0, 280.0, 282.0, 279.0, 280.0, 279.0, 280.0, 279.0, 279.0, 279.0, 279.0, 281.0, 280.0, 281.0, 280.0, 282.0, 279.0, 280.0, 280.0, 279.0, 280.0, 278.0, 281.0, 279.0, 281.0, 279.0, 281.0, 278.0, 280.0, 278.0], 'WindowWidth': [624.0, 624.0, 619.0, 620.0, 618.0, 618.0, 617.0, 617.0, 617.0, 616.0, 617.0, 616.0, 618.0, 617.0, 617.0, 616.0, 618.0, 616.0, 617.0, 616.0, 617.0, 616.0, 615.0, 616.0, 614.0, 615.0, 615.0, 616.0, 615.0, 616.0, 615.0, 615.0, 615.0, 615.0, 615.0, 617.0, 615.0, 617.0, 616.0, 617.0, 616.0, 617.0, 617.0, 618.0, 616.0, 615.0, 616.0, 615.0, 616.0, 617.0, 617.0, 615.0, 617.0, 615.0, 618.0, 616.0, 617.0, 616.0, 617.0, 617.0, 618.0, 615.0, 616.0, 615.0, 616.0, 615.0, 616.0, 615.0, 615.0, 615.0, 615.0, 615.0, 615.0, 617.0, 615.0, 617.0, 615.0, 617.0, 615.0, 617.0, 616.0, 618.0, 615.0, 617.0, 614.0, 616.0, 614.0, 615.0, 615.0, 615.0, 614.0, 615.0, 615.0, 615.0, 616.0, 615.0, 616.0, 615.0, 616.0, 615.0, 616.0, 616.0, 617.0, 617.0, 616.0, 615.0, 617.0, 616.0, 616.0, 616.0, 616.0, 616.0, 616.0, 616.0, 615.0, 615.0, 617.0, 618.0, 617.0, 618.0, 617.0, 617.0, 617.0, 617.0, 617.0, 618.0, 617.0, 618.0, 617.0, 616.0, 615.0, 615.0, 615.0, 616.0, 617.0, 616.0, 617.0, 617.0, 617.0, 617.0, 617.0, 617.0, 618.0, 616.0, 617.0, 616.0, 616.0, 616.0, 616.0, 616.0, 615.0, 616.0, 615.0, 616.0, 616.0, 617.0, 617.0, 618.0, 616.0, 618.0, 616.0, 617.0, 616.0, 617.0, 616.0, 617.0, 616.0, 616.0, 618.0, 617.0, 617.0, 616.0, 617.0, 616.0, 617.0, 617.0, 615.0, 617.0, 615.0, 615.0, 615.0, 617.0, 615.0, 617.0, 615.0, 616.0, 615.0, 617.0, 616.0, 617.0, 616.0, 615.0, 615.0, 615.0, 615.0, 615.0, 615.0, 616.0, 616.0, 615.0, 615.0, 615.0, 615.0, 615.0, 616.0, 616.0, 617.0, 615.0, 617.0, 615.0, 617.0, 617.0, 617.0, 616.0, 617.0, 616.0, 617.0, 617.0, 617.0, 616.0, 616.0, 615.0, 616.0, 616.0, 617.0, 615.0, 615.0, 615.0, 615.0, 616.0, 617.0, 618.0, 617.0, 617.0, 616.0, 617.0, 616.0, 616.0, 617.0, 616.0, 617.0, 617.0, 617.0, 615.0, 617.0, 615.0, 617.0, 616.0, 617.0, 615.0, 617.0, 616.0, 616.0, 616.0, 616.0, 616.0, 616.0, 616.0, 616.0, 616.0, 617.0, 617.0, 617.0, 617.0, 617.0, 617.0, 617.0, 617.0, 617.0, 618.0, 617.0, 617.0, 616.0, 617.0, 616.0, 616.0, 617.0, 617.0, 617.0, 617.0, 618.0, 617.0, 618.0, 617.0, 617.0, 617.0, 617.0, 618.0, 618.0, 617.0, 617.0, 616.0, 616.0, 616.0, 616.0, 616.0, 616.0, 616.0, 617.0, 618.0, 617.0, 619.0, 617.0, 618.0, 617.0, 616.0, 617.0, 617.0, 617.0, 617.0, 618.0, 617.0, 619.0, 618.0, 620.0, 617.0, 618.0, 617.0, 616.0, 616.0, 617.0, 617.0, 617.0, 619.0, 617.0, 618.0, 618.0, 619.0, 617.0, 619.0, 616.0, 619.0, 616.0, 619.0, 617.0, 619.0, 616.0, 616.0, 615.0, 615.0, 614.0, 615.0, 615.0, 617.0, 617.0, 617.0, 618.0, 616.0, 618.0, 616.0, 617.0, 615.0, 615.0, 616.0, 615.0, 615.0, 617.0, 617.0, 617.0, 616.0, 615.0, 616.0, 616.0, 617.0, 616.0, 616.0, 615.0, 616.0, 616.0, 617.0, 616.0, 617.0, 619.0, 617.0, 617.0, 616.0, 616.0, 616.0, 616.0, 615.0, 617.0, 615.0, 614.0, 615.0, 614.0, 615.0, 614.0, 616.0, 614.0, 617.0, 614.0, 615.0, 614.0, 616.0, 614.0, 616.0, 614.0, 616.0, 614.0, 616.0, 613.0, 615.0, 614.0, 615.0, 614.0, 616.0, 613.0, 613.0, 613.0, 613.0, 613.0, 614.0, 613.0, 614.0, 613.0, 613.0, 613.0, 614.0, 614.0, 614.0, 616.0, 614.0, 617.0, 614.0, 616.0, 614.0, 615.0, 614.0, 616.0, 614.0, 615.0, 614.0, 613.0, 612.0, 612.0, 614.0, 613.0, 616.0, 613.0, 615.0, 613.0, 615.0, 614.0, 616.0, 613.0, 615.0, 612.0, 614.0, 613.0, 613.0, 612.0, 613.0, 612.0, 613.0, 612.0, 612.0, 612.0, 613.0, 613.0, 612.0, 614.0, 612.0, 613.0, 612.0, 612.0, 612.0, 614.0, 613.0, 615.0, 614.0, 615.0, 614.0, 614.0, 613.0, 616.0, 614.0, 616.0, 613.0, 615.0, 612.0, 615.0, 613.0, 616.0, 613.0, 614.0, 612.0, 614.0, 612.0, 614.0, 613.0, 613.0, 612.0, 612.0, 612.0, 613.0, 612.0, 613.0, 612.0, 612.0, 613.0, 615.0, 613.0, 616.0, 613.0, 615.0, 613.0, 614.0, 613.0, 613.0, 613.0, 614.0, 614.0, 615.0, 615.0, 615.0, 614.0, 615.0, 614.0, 614.0, 616.0, 612.0, 616.0, 614.0, 615.0, 614.0, 614.0, 613.0, 615.0, 614.0, 616.0, 614.0, 615.0, 613.0, 614.0, 613.0, 613.0, 612.0, 612.0, 613.0, 613.0, 613.0, 613.0, 613.0, 613.0, 613.0, 613.0, 613.0, 613.0, 612.0, 613.0, 612.0, 612.0, 614.0, 613.0, 614.0, 613.0, 614.0, 613.0, 614.0, 614.0, 614.0, 615.0, 615.0, 615.0, 615.0, 616.0, 615.0, 616.0, 615.0, 616.0, 615.0, 617.0, 615.0, 617.0, 614.0, 615.0, 614.0, 614.0, 615.0, 614.0, 615.0, 615.0, 614.0, 614.0, 615.0, 615.0, 615.0, 615.0, 616.0, 615.0, 617.0, 615.0, 617.0, 614.0, 615.0, 615.0, 615.0, 614.0, 614.0, 616.0, 615.0, 615.0, 614.0, 615.0, 614.0, 617.0, 616.0, 618.0, 614.0, 616.0, 613.0, 614.0, 613.0, 613.0, 613.0, 616.0, 614.0, 616.0, 614.0, 617.0, 614.0, 617.0, 613.0, 616.0, 613.0, 615.0, 610.0, 613.0, 609.0, 612.0, 610.0, 612.0, 611.0, 611.0, 612.0, 610.0, 611.0, 610.0, 611.0, 610.0, 612.0, 610.0, 613.0, 611.0, 612.0, 611.0, 612.0, 611.0, 613.0, 610.0, 611.0, 610.0, 612.0, 611.0, 612.0, 612.0, 613.0, 613.0, 613.0, 614.0, 613.0, 613.0, 612.0, 613.0, 614.0, 615.0, 613.0, 613.0, 612.0, 613.0, 612.0, 613.0, 613.0, 612.0, 615.0, 614.0, 615.0, 614.0, 614.0, 614.0, 615.0, 613.0, 614.0, 613.0, 614.0, 613.0, 613.0, 614.0, 614.0, 616.0, 614.0, 615.0, 614.0, 616.0, 614.0, 616.0, 613.0, 614.0, 613.0, 614.0, 613.0, 614.0, 614.0, 614.0, 614.0, 615.0, 614.0, 614.0, 614.0, 614.0, 615.0, 615.0, 615.0, 615.0, 615.0, 615.0, 616.0, 616.0, 616.0, 615.0, 615.0, 616.0, 616.0, 616.0, 615.0, 615.0, 615.0, 616.0, 615.0, 615.0, 616.0, 615.0, 615.0, 618.0, 615.0, 618.0, 615.0, 618.0, 616.0, 617.0, 615.0, 615.0, 615.0, 614.0, 615.0, 614.0, 615.0, 614.0, 615.0, 615.0, 615.0, 615.0, 617.0, 615.0, 618.0, 615.0, 617.0, 614.0, 617.0, 615.0, 616.0, 614.0, 614.0, 613.0, 614.0, 614.0, 615.0, 614.0, 614.0, 616.0, 615.0, 615.0, 615.0, 616.0, 615.0, 617.0, 614.0, 614.0, 613.0, 614.0, 614.0, 615.0, 614.0, 614.0, 616.0, 614.0, 616.0, 615.0, 617.0, 614.0, 616.0, 614.0, 615.0, 613.0, 614.0, 613.0, 614.0, 613.0, 615.0, 614.0, 614.0, 614.0, 614.0, 615.0, 615.0, 616.0, 614.0, 616.0, 614.0, 615.0, 614.0, 615.0, 613.0, 615.0, 614.0, 615.0, 615.0, 615.0, 616.0, 615.0, 615.0, 614.0, 616.0, 614.0, 614.0, 617.0, 615.0, 616.0, 615.0, 616.0, 614.0, 614.0, 614.0, 614.0, 615.0, 614.0, 616.0, 614.0, 617.0, 615.0, 616.0, 614.0, 615.0, 613.0, 614.0, 613.0, 615.0, 614.0, 615.0, 616.0, 614.0, 616.0, 615.0, 616.0, 615.0, 615.0, 614.0, 614.0, 613.0, 615.0, 614.0, 614.0, 614.0, 615.0, 616.0, 615.0, 616.0, 615.0, 616.0, 615.0, 615.0, 614.0, 614.0, 614.0, 615.0, 616.0, 616.0, 617.0, 615.0, 616.0, 615.0, 614.0, 615.0, 615.0, 614.0, 615.0, 616.0, 615.0, 617.0, 616.0, 618.0, 616.0, 616.0, 615.0, 616.0, 615.0, 615.0, 615.0, 614.0, 615.0, 615.0, 615.0, 616.0, 617.0, 617.0, 617.0, 616.0, 615.0, 615.0, 616.0, 617.0, 617.0, 618.0, 617.0, 618.0, 617.0, 617.0, 617.0, 616.0, 616.0, 616.0, 617.0, 616.0, 617.0, 617.0, 617.0, 617.0, 618.0, 616.0, 615.0, 616.0, 615.0, 616.0, 616.0, 618.0, 615.0, 618.0, 615.0, 618.0, 616.0, 617.0, 614.0, 614.0, 615.0, 614.0, 613.0, 615.0, 616.0, 615.0, 617.0, 614.0, 615.0, 614.0, 615.0, 614.0, 614.0, 615.0, 615.0, 616.0, 614.0, 617.0, 615.0, 617.0, 615.0, 617.0, 614.0, 616.0, 613.0, 615.0, 613.0, 614.0, 614.0, 614.0, 615.0, 614.0, 616.0, 615.0, 616.0, 615.0, 616.0, 614.0, 615.0, 615.0, 614.0, 612.0, 614.0, 613.0, 614.0, 615.0, 613.0, 616.0, 614.0, 616.0, 614.0, 615.0, 614.0, 615.0, 614.0, 616.0, 614.0, 615.0, 613.0, 615.0, 613.0, 615.0, 613.0, 614.0, 612.0, 614.0, 612.0, 614.0, 613.0, 615.0, 614.0, 614.0, 616.0, 615.0, 616.0, 615.0, 616.0, 616.0, 617.0, 616.0, 618.0, 616.0, 617.0, 616.0, 615.0, 614.0, 614.0, 614.0, 614.0, 615.0, 615.0, 616.0, 615.0, 616.0, 615.0, 617.0, 615.0, 616.0, 615.0, 616.0, 615.0, 617.0, 615.0, 617.0, 614.0, 617.0, 614.0, 616.0, 615.0, 617.0, 614.0, 615.0, 613.0, 614.0, 614.0, 615.0, 616.0, 616.0, 617.0, 616.0, 617.0, 615.0, 615.0, 615.0, 614.0, 616.0, 613.0, 617.0, 614.0, 616.0, 614.0, 617.0, 614.0, 615.0, 614.0, 613.0, 615.0, 614.0, 615.0, 614.0, 616.0, 613.0, 614.0, 612.0, 614.0, 612.0, 613.0, 614.0, 615.0, 617.0, 614.0, 614.0, 612.0, 613.0, 615.0, 614.0, 616.0, 614.0, 615.0, 613.0, 614.0, 614.0, 614.0, 615.0, 614.0, 615.0, 614.0, 615.0, 613.0, 613.0, 613.0, 613.0, 614.0, 614.0, 615.0, 614.0, 616.0, 614.0, 616.0, 613.0, 614.0, 612.0, 614.0, 614.0, 614.0, 615.0, 614.0, 615.0, 614.0, 615.0, 614.0, 616.0, 614.0, 614.0, 612.0, 614.0, 613.0, 614.0, 615.0, 614.0, 618.0, 614.0, 616.0, 614.0, 614.0, 615.0, 614.0, 616.0, 615.0, 617.0, 614.0, 616.0, 614.0, 617.0, 614.0, 616.0, 614.0, 614.0, 614.0, 615.0, 615.0, 616.0, 616.0, 614.0, 614.0, 613.0, 614.0, 614.0, 615.0, 615.0, 615.0, 616.0, 615.0, 617.0, 614.0, 616.0, 614.0, 615.0, 614.0, 614.0, 615.0, 614.0, 616.0, 614.0, 618.0, 615.0, 617.0, 613.0, 614.0, 612.0, 614.0, 616.0, 616.0, 618.0, 613.0, 615.0, 611.0, 613.0, 612.0, 612.0, 613.0, 614.0, 616.0, 614.0, 618.0, 614.0, 616.0, 615.0, 612.0, 614.0, 609.0, 613.0, 610.0, 614.0, 610.0, 614.0, 610.0, 612.0, 610.0, 610.0, 609.0, 610.0, 612.0, 611.0, 614.0, 611.0, 611.0, 609.0, 611.0, 610.0, 611.0, 613.0, 612.0, 614.0, 611.0, 612.0, 611.0, 612.0, 612.0, 613.0, 614.0, 613.0, 613.0, 613.0, 612.0, 612.0, 613.0, 615.0, 613.0, 615.0, 614.0, 616.0, 612.0, 612.0, 612.0, 612.0, 614.0, 613.0, 613.0, 613.0, 615.0, 613.0, 614.0, 613.0, 613.0, 614.0, 614.0, 613.0, 615.0, 613.0, 614.0, 612.0, 614.0, 611.0, 615.0, 614.0, 614.0, 616.0, 614.0, 617.0, 614.0, 616.0, 613.0, 615.0, 613.0, 614.0, 612.0, 613.0, 614.0, 614.0, 615.0, 614.0, 616.0, 615.0, 616.0, 614.0, 616.0, 614.0, 616.0, 616.0, 616.0, 614.0, 616.0, 615.0, 615.0, 615.0, 615.0, 617.0, 615.0, 615.0, 616.0, 617.0, 617.0, 615.0, 616.0, 614.0, 614.0, 615.0, 616.0, 616.0, 615.0, 617.0, 615.0, 614.0, 614.0, 615.0, 614.0, 616.0, 616.0, 615.0, 617.0, 615.0, 617.0, 615.0, 616.0, 615.0, 615.0, 614.0, 615.0, 616.0, 615.0, 616.0, 615.0, 618.0, 615.0, 618.0, 614.0, 616.0, 613.0, 615.0, 613.0, 614.0, 614.0, 613.0, 616.0, 615.0, 617.0, 615.0, 618.0, 615.0, 616.0, 615.0, 613.0, 615.0, 613.0, 617.0, 613.0, 617.0, 614.0, 616.0, 613.0, 615.0, 612.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.004205134938001459</td></tr>
<tr><td colspan=3>aqi</td><td>0.02740198840262582</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.8441652701898</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2701187428540146</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.036660261656934</td></tr>
<tr><td colspan=3>efc</td><td>0.4483</td></tr>
<tr><td colspan=3>fber</td><td>8500.0156</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07827408666242924</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.87527352297593</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.405066974296909</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3621664891361074</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.570890029614296</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.282144404140324</td></tr>
<tr><td colspan=3>gcor</td><td>0.010147</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020741332322359085</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.015715111047029495</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1371</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.103791493028433</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>35.8573</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>2.9695</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>10.8539</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>308626.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>1.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>23.4079</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.998</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>35.6792</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>235.1514</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>247.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67918.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>89.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>304.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>60.1878</td></tr>
<tr><td colspan=3>tsnr</td><td>38.54284392297268</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>