<?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-0024_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-0024_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-0024_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-0024/figures/sub-0024_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0024/figures/sub-0024_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-0024/figures/sub-0024_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024/ses-01/func/sub-0024_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>4087f6793006a0c0dd3d8ab92729f273</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:43:5.402500</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.995545, -0.0161382, 0.0928993, 0.0145966, 0.999745, 0.01725]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'FMRI', 'NONE', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0788126</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>66</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4178, -7768, -7260, 617, -20, -321, 104, 53]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.597</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f49fd062-c6a3-4c9a-9516-0a855b05244c||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.670973777770996, 0.039161503314971924, 0.25151577591896057, 99.27080535888672], [0.04329749941825867, 2.682241916656494, 0.042706169188022614, -96.99212646484375], [0.24924211204051971, -0.046280387789011, 2.687920331954956, -85.75289154052734], [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': ['164305.402500', '164305.862500', '164306.322500', '164306.782500', '164307.242500', '164307.702500', '164308.162500', '164308.622500', '164309.082500', '164309.542500', '164310.002500', '164310.462500', '164310.922500', '164311.382500', '164311.842500', '164312.302500', '164312.762500', '164313.222500', '164313.682500', '164314.142500', '164314.602500', '164315.062500', '164315.522500', '164315.982500', '164316.442500', '164316.902500', '164317.362500', '164317.822500', '164318.282500', '164318.742500', '164319.202500', '164319.662500', '164320.122500', '164320.582500', '164321.042500', '164321.502500', '164321.962500', '164322.422500', '164322.882500', '164323.342500', '164323.802500', '164324.262500', '164324.722500', '164325.182500', '164325.642500', '164326.102500', '164326.562500', '164327.022500', '164327.482500', '164327.942500', '164328.402500', '164328.862500', '164329.322500', '164329.782500', '164330.242500', '164330.702500', '164331.162500', '164331.622500', '164332.082500', '164332.542500', '164333.002500', '164333.462500', '164333.922500', '164334.382500', '164334.842500', '164335.302500', '164335.762500', '164336.222500', '164336.682500', '164337.142500', '164337.602500', '164338.062500', '164338.522500', '164338.982500', '164339.442500', '164339.902500', '164340.362500', '164340.822500', '164341.282500', '164341.742500', '164342.202500', '164342.662500', '164343.122500', '164343.582500', '164344.042500', '164344.502500', '164344.962500', '164345.422500', '164345.882500', '164346.342500', '164346.802500', '164347.262500', '164347.722500', '164348.182500', '164348.642500', '164349.102500', '164349.562500', '164350.022500', '164350.482500', '164350.942500', '164351.402500', '164351.862500', '164352.322500', '164352.782500', '164353.242500', '164353.702500', '164354.162500', '164354.622500', '164355.082500', '164355.542500', '164356.002500', '164356.462500', '164356.922500', '164357.382500', '164357.842500', '164358.302500', '164358.762500', '164359.222500', '164359.682500', '164400.142500', '164400.602500', '164401.062500', '164401.522500', '164401.982500', '164402.442500', '164402.902500', '164403.362500', '164403.822500', '164404.282500', '164404.742500', '164405.202500', '164405.662500', '164406.122500', '164406.582500', '164407.042500', '164407.502500', '164407.962500', '164408.422500', '164408.882500', '164409.342500', '164409.802500', '164410.262500', '164410.722500', '164411.182500', '164411.642500', '164412.102500', '164412.562500', '164413.022500', '164413.482500', '164413.942500', '164414.402500', '164414.862500', '164415.322500', '164415.782500', '164416.242500', '164416.702500', '164417.162500', '164417.622500', '164418.082500', '164418.542500', '164419.002500', '164419.462500', '164419.922500', '164420.382500', '164420.842500', '164421.302500', '164421.762500', '164422.222500', '164422.682500', '164423.142500', '164423.602500', '164424.062500', '164424.522500', '164424.982500', '164425.442500', '164425.902500', '164426.362500', '164426.822500', '164427.282500', '164427.742500', '164428.202500', '164428.662500', '164429.122500', '164429.582500', '164430.042500', '164430.502500', '164430.962500', '164431.422500', '164431.882500', '164432.342500', '164432.802500', '164433.262500', '164433.722500', '164434.182500', '164434.642500', '164435.102500', '164435.562500', '164436.022500', '164436.482500', '164436.942500', '164437.402500', '164437.862500', '164438.322500', '164438.782500', '164439.242500', '164439.702500', '164440.162500', '164440.622500', '164441.082500', '164441.542500', '164442.002500', '164442.462500', '164442.922500', '164443.382500', '164443.842500', '164444.302500', '164444.762500', '164445.222500', '164445.682500', '164446.142500', '164446.602500', '164447.062500', '164447.522500', '164447.982500', '164448.442500', '164448.902500', '164449.362500', '164449.822500', '164450.282500', '164450.742500', '164451.202500', '164451.662500', '164452.122500', '164452.582500', '164453.042500', '164453.502500', '164453.962500', '164454.422500', '164454.882500', '164455.342500', '164455.802500', '164456.262500', '164456.722500', '164457.182500', '164457.642500', '164458.102500', '164458.562500', '164459.022500', '164459.482500', '164459.942500', '164500.402500', '164500.862500', '164501.322500', '164501.782500', '164502.242500', '164502.702500', '164503.162500', '164503.622500', '164504.082500', '164504.542500', '164505.002500', '164505.462500', '164505.922500', '164506.382500', '164506.842500', '164507.302500', '164507.762500', '164508.222500', '164508.682500', '164509.142500', '164509.602500', '164510.062500', '164510.522500', '164510.982500', '164511.442500', '164511.902500', '164512.362500', '164512.822500', '164513.282500', '164513.742500', '164514.202500', '164514.662500', '164515.122500', '164515.582500', '164516.042500', '164516.502500', '164516.962500', '164517.422500', '164517.882500', '164518.342500', '164518.802500', '164519.262500', '164519.722500', '164520.182500', '164520.642500', '164521.102500', '164521.562500', '164522.022500', '164522.482500', '164522.942500', '164523.402500', '164523.862500', '164524.322500', '164524.782500', '164525.242500', '164525.702500', '164526.162500', '164526.622500', '164527.082500', '164527.542500', '164528.002500', '164528.462500', '164528.922500', '164529.382500', '164529.842500', '164530.302500', '164530.762500', '164531.222500', '164531.682500', '164532.142500', '164532.602500', '164533.062500', '164533.522500', '164533.982500', '164534.442500', '164534.902500', '164535.362500', '164535.822500', '164536.282500', '164536.742500', '164537.202500', '164537.662500', '164538.122500', '164538.582500', '164539.042500', '164539.502500', '164539.962500', '164540.422500', '164540.882500', '164541.342500', '164541.802500', '164542.262500', '164542.722500', '164543.182500', '164543.642500', '164544.102500', '164544.562500', '164545.022500', '164545.482500', '164545.942500', '164546.402500', '164546.862500', '164547.322500', '164547.782500', '164548.242500', '164548.702500', '164549.162500', '164549.622500', '164550.082500', '164550.542500', '164551.002500', '164551.462500', '164551.922500', '164552.382500', '164552.842500', '164553.302500', '164553.762500', '164554.222500', '164554.682500', '164555.142500', '164555.602500', '164556.062500', '164556.522500', '164556.982500', '164557.442500', '164557.902500', '164558.362500', '164558.822500', '164559.282500', '164559.742500', '164600.202500', '164600.662500', '164601.122500', '164601.582500', '164602.042500', '164602.502500', '164602.962500', '164603.422500', '164603.882500', '164604.342500', '164604.802500', '164605.262500', '164605.722500', '164606.182500', '164606.642500', '164607.102500', '164607.562500', '164608.022500', '164608.482500', '164608.942500', '164609.402500', '164609.862500', '164610.322500', '164610.782500', '164611.242500', '164611.702500', '164612.162500', '164612.622500', '164613.082500', '164613.542500', '164614.002500', '164614.462500', '164614.922500', '164615.382500', '164615.842500', '164616.302500', '164616.762500', '164617.222500', '164617.682500', '164618.142500', '164618.602500', '164619.062500', '164619.522500', '164619.982500', '164620.442500', '164620.902500', '164621.362500', '164621.822500', '164622.282500', '164622.742500', '164623.202500', '164623.662500', '164624.122500', '164624.582500', '164625.042500', '164625.502500', '164625.962500', '164626.422500', '164626.882500', '164627.342500', '164627.802500', '164628.262500', '164628.722500', '164629.182500', '164629.642500', '164630.102500', '164630.562500', '164631.022500', '164631.482500', '164631.942500', '164632.402500', '164632.862500', '164633.322500', '164633.782500', '164634.242500', '164634.702500', '164635.162500', '164635.622500', '164636.082500', '164636.542500', '164637.002500', '164637.462500', '164637.922500', '164638.382500', '164638.842500', '164639.302500', '164639.762500', '164640.222500', '164640.682500', '164641.142500', '164641.602500', '164642.062500', '164642.522500', '164642.982500', '164643.442500', '164643.902500', '164644.362500', '164644.822500', '164645.282500', '164645.742500', '164646.202500', '164646.662500', '164647.122500', '164647.582500', '164648.042500', '164648.502500', '164648.962500', '164649.422500', '164649.882500', '164650.342500', '164650.802500', '164651.262500', '164651.722500', '164652.182500', '164652.642500', '164653.102500', '164653.562500', '164654.022500', '164654.482500', '164654.942500', '164655.402500', '164655.862500', '164656.322500', '164656.782500', '164657.242500', '164657.702500', '164658.162500', '164658.622500', '164659.082500', '164659.542500', '164700.002500', '164700.462500', '164700.922500', '164701.382500', '164701.842500', '164702.302500', '164702.762500', '164703.222500', '164703.682500', '164704.142500', '164704.602500', '164705.062500', '164705.522500', '164705.982500', '164706.442500', '164706.902500', '164707.362500', '164707.822500', '164708.282500', '164708.742500', '164709.202500', '164709.662500', '164710.122500', '164710.582500', '164711.042500', '164711.502500', '164711.962500', '164712.422500', '164712.882500', '164713.342500', '164713.802500', '164714.262500', '164714.722500', '164715.182500', '164715.642500', '164716.102500', '164716.562500', '164717.022500', '164717.482500', '164717.942500', '164718.402500', '164718.862500', '164719.322500', '164719.782500', '164720.242500', '164720.702500', '164721.162500', '164721.622500', '164722.082500', '164722.542500', '164723.002500', '164723.462500', '164723.922500', '164724.382500', '164724.842500', '164725.302500', '164725.762500', '164726.222500', '164726.682500', '164727.142500', '164727.602500', '164728.062500', '164728.522500', '164728.982500', '164729.442500', '164729.902500', '164730.362500', '164730.822500', '164731.282500', '164731.742500', '164732.202500', '164732.662500', '164733.122500', '164733.582500', '164734.042500', '164734.502500', '164734.962500', '164735.422500', '164735.882500', '164736.342500', '164736.802500', '164737.262500', '164737.722500', '164738.182500', '164738.642500', '164739.102500', '164739.562500', '164740.022500', '164740.482500', '164740.942500', '164741.402500', '164741.862500', '164742.322500', '164742.782500', '164743.242500', '164743.702500', '164744.162500', '164744.622500', '164745.082500', '164745.542500', '164746.002500', '164746.462500', '164746.922500', '164747.382500', '164747.842500', '164748.302500', '164748.762500', '164749.222500', '164749.682500', '164750.142500', '164750.602500', '164751.062500', '164751.522500', '164751.982500', '164752.442500', '164752.902500', '164753.362500', '164753.822500', '164754.282500', '164754.742500', '164755.202500', '164755.662500', '164756.122500', '164756.582500', '164757.042500', '164757.502500', '164757.962500', '164758.422500', '164758.882500', '164759.342500', '164759.802500', '164800.262500', '164800.722500', '164801.182500', '164801.642500', '164802.102500', '164802.562500', '164803.022500', '164803.482500', '164803.942500', '164804.402500', '164804.862500', '164805.322500', '164805.782500', '164806.242500', '164806.702500', '164807.162500', '164807.622500', '164808.082500', '164808.542500', '164809.002500', '164809.462500', '164809.922500', '164810.382500', '164810.842500', '164811.302500', '164811.762500', '164812.222500', '164812.682500', '164813.142500', '164813.602500', '164814.062500', '164814.522500', '164814.982500', '164815.442500', '164815.902500', '164816.362500', '164816.822500', '164817.282500', '164817.742500', '164818.202500', '164818.662500', '164819.122500', '164819.582500', '164820.042500', '164820.502500', '164820.962500', '164821.422500', '164821.882500', '164822.342500', '164822.802500', '164823.262500', '164823.722500', '164824.182500', '164824.642500', '164825.102500', '164825.562500', '164826.022500', '164826.482500', '164826.942500', '164827.402500', '164827.862500', '164828.322500', '164828.782500', '164829.242500', '164829.702500', '164830.162500', '164830.622500', '164831.082500', '164831.542500', '164832.002500', '164832.462500', '164832.922500', '164833.382500', '164833.842500', '164834.302500', '164834.762500', '164835.222500', '164835.682500', '164836.142500', '164836.602500', '164837.062500', '164837.522500', '164837.982500', '164838.442500', '164838.902500', '164839.362500', '164839.822500', '164840.282500', '164840.742500', '164841.202500', '164841.662500', '164842.122500', '164842.582500', '164843.042500', '164843.502500', '164843.962500', '164844.422500', '164844.882500', '164845.342500', '164845.802500', '164846.262500', '164846.722500', '164847.182500', '164847.642500', '164848.102500', '164848.562500', '164849.022500', '164849.482500', '164849.942500', '164850.402500', '164850.862500', '164851.322500', '164851.782500', '164852.242500', '164852.702500', '164853.162500', '164853.622500', '164854.082500', '164854.542500', '164855.002500', '164855.462500', '164855.922500', '164856.382500', '164856.842500', '164857.302500', '164857.762500', '164858.222500', '164858.682500', '164859.142500', '164859.602500', '164900.062500', '164900.522500', '164900.982500', '164901.442500', '164901.902500', '164902.362500', '164902.822500', '164903.282500', '164903.742500', '164904.202500', '164904.662500', '164905.122500', '164905.582500', '164906.042500', '164906.502500', '164906.962500', '164907.422500', '164907.882500', '164908.342500', '164908.802500', '164909.262500', '164909.722500', '164910.182500', '164910.642500', '164911.102500', '164911.562500', '164912.022500', '164912.482500', '164912.942500', '164913.402500', '164913.862500', '164914.322500', '164914.782500', '164915.242500', '164915.702500', '164916.162500', '164916.622500', '164917.082500', '164917.542500', '164918.002500', '164918.462500', '164918.922500', '164919.382500', '164919.842500', '164920.302500', '164920.762500', '164921.222500', '164921.682500', '164922.142500', '164922.602500', '164923.062500', '164923.522500', '164923.982500', '164924.442500', '164924.902500', '164925.362500', '164925.822500', '164926.282500', '164926.742500', '164927.202500', '164927.662500', '164928.122500', '164928.582500', '164929.042500', '164929.502500', '164929.962500', '164930.422500', '164930.882500', '164931.342500', '164931.802500', '164932.262500', '164932.722500', '164933.182500', '164933.642500', '164934.102500', '164934.562500', '164935.022500', '164935.482500', '164935.942500', '164936.402500', '164936.862500', '164937.322500', '164937.782500', '164938.242500', '164938.702500', '164939.162500', '164939.622500', '164940.082500', '164940.542500', '164941.002500', '164941.462500', '164941.922500', '164942.382500', '164942.842500', '164943.302500', '164943.762500', '164944.222500', '164944.682500', '164945.142500', '164945.602500', '164946.062500', '164946.522500', '164946.982500', '164947.442500', '164947.902500', '164948.362500', '164948.822500', '164949.282500', '164949.742500', '164950.202500', '164950.662500', '164951.122500', '164951.582500', '164952.042500', '164952.502500', '164952.962500', '164953.422500', '164953.882500', '164954.342500', '164954.802500', '164955.262500', '164955.722500', '164956.182500', '164956.642500', '164957.102500', '164957.562500', '164958.022500', '164958.482500', '164958.942500', '164959.402500', '164959.862500', '165000.322500', '165000.782500', '165001.242500', '165001.702500', '165002.162500', '165002.622500', '165003.082500', '165003.542500', '165004.002500', '165004.462500', '165004.922500', '165005.382500', '165005.842500', '165006.302500', '165006.762500', '165007.222500', '165007.682500', '165008.142500', '165008.602500', '165009.062500', '165009.522500', '165009.982500', '165010.442500', '165010.902500', '165011.362500', '165011.822500', '165012.282500', '165012.742500', '165013.202500', '165013.662500', '165014.122500', '165014.582500', '165015.042500', '165015.502500', '165015.962500', '165016.422500', '165016.882500', '165017.342500', '165017.802500', '165018.262500', '165018.722500', '165019.182500', '165019.642500', '165020.102500', '165020.562500', '165021.022500', '165021.482500', '165021.942500', '165022.402500', '165022.862500', '165023.322500', '165023.782500', '165024.242500', '165024.702500', '165025.162500', '165025.622500', '165026.082500', '165026.542500', '165027.002500', '165027.462500', '165027.922500', '165028.382500', '165028.842500', '165029.302500', '165029.762500', '165030.222500', '165030.682500', '165031.142500', '165031.602500', '165032.062500', '165032.522500', '165032.982500', '165033.442500', '165033.902500', '165034.362500', '165034.822500', '165035.282500', '165035.742500', '165036.202500', '165036.662500', '165037.122500', '165037.582500', '165038.042500', '165038.502500', '165038.962500', '165039.422500', '165039.882500', '165040.342500', '165040.802500', '165041.262500', '165041.722500', '165042.182500', '165042.642500', '165043.102500', '165043.562500', '165044.022500', '165044.482500', '165044.942500', '165045.402500', '165045.862500', '165046.322500', '165046.782500', '165047.242500', '165047.702500', '165048.162500', '165048.622500', '165049.082500', '165049.542500', '165050.002500', '165050.462500', '165050.922500', '165051.382500', '165051.842500', '165052.302500', '165052.762500', '165053.222500', '165053.682500', '165054.142500', '165054.602500', '165055.062500', '165055.522500', '165055.982500', '165056.442500', '165056.902500', '165057.362500', '165057.822500', '165058.282500', '165058.742500', '165059.202500', '165059.662500', '165100.122500', '165100.582500', '165101.042500', '165101.502500', '165101.962500', '165102.422500', '165102.882500', '165103.342500', '165103.802500', '165104.262500', '165104.722500', '165105.182500', '165105.642500', '165106.102500', '165106.562500', '165107.022500', '165107.482500', '165107.942500', '165108.402500', '165108.862500', '165109.322500', '165109.782500', '165110.242500', '165110.702500', '165111.162500', '165111.622500', '165112.082500', '165112.542500', '165113.002500', '165113.462500', '165113.922500', '165114.382500', '165114.842500', '165115.302500', '165115.762500', '165116.222500', '165116.682500', '165117.142500', '165117.602500', '165118.062500', '165118.522500', '165118.982500', '165119.442500', '165119.902500', '165120.362500', '165120.822500', '165121.282500', '165121.742500', '165122.202500', '165122.662500', '165123.122500', '165123.582500', '165124.042500', '165124.502500', '165124.962500', '165125.422500', '165125.882500', '165126.342500', '165126.802500', '165127.262500', '165127.722500', '165128.182500', '165128.642500', '165129.102500', '165129.562500', '165130.022500', '165130.482500', '165130.942500', '165131.402500', '165131.862500', '165132.322500', '165132.782500', '165133.242500', '165133.702500', '165134.162500', '165134.622500', '165135.082500', '165135.542500', '165136.002500', '165136.462500', '165136.922500', '165137.382500', '165137.842500', '165138.302500', '165138.762500', '165139.222500', '165139.682500', '165140.142500', '165140.602500', '165141.062500', '165141.522500', '165141.982500', '165142.442500', '165142.902500', '165143.362500', '165143.822500', '165144.282500', '165144.742500', '165145.202500', '165145.662500', '165146.122500', '165146.582500', '165147.042500', '165147.502500', '165147.962500', '165148.422500', '165148.882500', '165149.342500', '165149.802500', '165150.262500', '165150.722500', '165151.182500', '165151.642500', '165152.102500', '165152.562500', '165153.022500', '165153.482500', '165153.942500', '165154.402500', '165154.862500', '165155.322500', '165155.782500', '165156.242500', '165156.702500', '165157.162500', '165157.622500', '165158.082500', '165158.542500', '165159.002500', '165159.462500', '165159.922500', '165200.382500', '165200.842500', '165201.302500', '165201.762500', '165202.222500', '165202.682500', '165203.142500', '165203.602500', '165204.062500', '165204.522500', '165204.982500', '165205.442500', '165205.902500', '165206.362500', '165206.822500', '165207.282500', '165207.742500', '165208.202500', '165208.662500', '165209.122500', '165209.582500', '165210.042500', '165210.502500', '165210.962500', '165211.422500', '165211.882500', '165212.342500', '165212.802500', '165213.262500', '165213.722500', '165214.182500', '165214.642500', '165215.102500', '165215.562500', '165216.022500', '165216.482500', '165216.942500', '165217.402500', '165217.862500', '165218.322500', '165218.782500', '165219.242500', '165219.702500', '165220.162500', '165220.622500', '165221.082500', '165221.542500', '165222.002500', '165222.462500', '165222.922500', '165223.382500', '165223.842500', '165224.302500', '165224.762500', '165225.222500', '165225.682500', '165226.142500', '165226.602500', '165227.062500', '165227.522500', '165227.982500', '165228.442500', '165228.902500', '165229.362500', '165229.822500', '165230.282500', '165230.742500', '165231.202500', '165231.662500', '165232.122500', '165232.582500', '165233.042500', '165233.502500', '165233.962500', '165234.422500', '165234.882500', '165235.342500', '165235.802500', '165236.262500', '165236.722500', '165237.182500', '165237.642500', '165238.102500', '165238.562500', '165239.022500', '165239.482500', '165239.942500', '165240.402500', '165240.862500', '165241.322500', '165241.782500', '165242.242500', '165242.702500', '165243.162500', '165243.622500', '165244.082500', '165244.542500', '165245.002500', '165245.462500', '165245.922500', '165246.382500', '165246.842500', '165247.302500', '165247.762500', '165248.222500', '165248.682500', '165249.142500', '165249.602500', '165250.062500', '165250.522500', '165250.982500', '165251.442500', '165251.902500', '165252.362500', '165252.822500', '165253.282500', '165253.742500', '165254.202500', '165254.662500', '165255.122500', '165255.582500', '165256.042500', '165256.502500', '165256.962500', '165257.422500', '165257.882500', '165258.342500', '165258.802500', '165259.262500', '165259.722500', '165300.182500', '165300.642500', '165301.102500', '165301.562500', '165302.022500', '165302.482500', '165302.942500', '165303.402500', '165303.862500', '165304.322500', '165304.782500', '165305.242500', '165305.702500', '165306.162500', '165306.622500', '165307.082500', '165307.542500', '165308.002500', '165308.462500', '165308.922500', '165309.382500', '165309.842500', '165310.302500', '165310.762500', '165311.222500', '165311.682500', '165312.142500', '165312.602500', '165313.062500', '165313.522500', '165313.982500', '165314.442500', '165314.902500', '165315.362500', '165315.822500', '165316.282500', '165316.742500', '165317.202500', '165317.662500', '165318.122500', '165318.582500', '165319.042500', '165319.502500', '165319.962500', '165320.422500', '165320.882500', '165321.342500', '165321.802500', '165322.262500', '165322.722500', '165323.182500', '165323.642500', '165324.102500', '165324.562500', '165325.022500', '165325.482500', '165325.942500', '165326.402500', '165326.862500', '165327.322500', '165327.782500', '165328.242500', '165328.702500', '165329.162500', '165329.622500', '165330.082500', '165330.542500', '165331.002500', '165331.462500', '165331.922500', '165332.382500', '165332.842500', '165333.302500', '165333.762500', '165334.222500', '165334.682500', '165335.142500', '165335.602500', '165336.062500', '165336.522500', '165336.982500', '165337.442500', '165337.902500'], 'ContentTime': ['164309.269000', '164309.510000', '164309.681000', '164309.871000', '164310.106000', '164310.265000', '164310.487000', '164310.665000', '164310.914000', '164311.097000', '164311.405000', '164311.857000', '164312.353000', '164312.773000', '164313.267000', '164313.710000', '164314.189000', '164314.641000', '164315.101000', '164315.569000', '164316.020000', '164316.470000', '164316.931000', '164317.406000', '164317.860000', '164318.326000', '164318.785000', '164319.228000', '164319.692000', '164320.167000', '164320.619000', '164321.092000', '164321.539000', '164322.006000', '164322.471000', '164322.913000', '164323.401000', '164323.838000', '164324.303000', '164324.767000', '164325.220000', '164325.681000', '164326.141000', '164326.607000', '164327.052000', '164327.520000', '164327.983000', '164328.451000', '164328.908000', '164329.394000', '164329.828000', '164330.277000', '164330.741000', '164331.200000', '164331.662000', '164332.115000', '164332.588000', '164333.045000', '164333.500000', '164333.966000', '164334.418000', '164334.879000', '164335.336000', '164335.789000', '164336.267000', '164336.723000', '164337.177000', '164337.638000', '164338.091000', '164338.567000', '164339.023000', '164339.479000', '164339.928000', '164340.411000', '164340.849000', '164341.315000', '164341.786000', '164342.240000', '164342.705000', '164343.153000', '164343.680000', '164344.078000', '164344.540000', '164345.013000', '164345.451000', '164345.914000', '164346.408000', '164346.968000', '164347.300000', '164347.763000', '164348.217000', '164348.676000', '164349.142000', '164349.608000', '164350.058000', '164350.523000', '164350.985000', '164351.446000', '164351.903000', '164352.366000', '164352.829000', '164353.281000', '164353.744000', '164354.200000', '164354.670000', '164355.121000', '164355.605000', '164356.037000', '164356.543000', '164356.960000', '164357.425000', '164357.884000', '164358.338000', '164358.801000', '164359.266000', '164359.731000', '164400.179000', '164400.652000', '164401.103000', '164401.562000', '164402.053000', '164402.489000', '164402.945000', '164403.470000', '164403.861000', '164404.329000', '164404.816000', '164405.233000', '164405.700000', '164406.182000', '164406.627000', '164407.091000', '164407.540000', '164408.114000', '164408.453000', '164408.917000', '164409.414000', '164409.841000', '164410.318000', '164410.772000', '164411.231000', '164411.689000', '164412.146000', '164412.606000', '164413.065000', '164413.542000', '164413.984000', '164414.435000', '164414.898000', '164415.355000', '164415.820000', '164416.274000', '164416.753000', '164417.214000', '164417.698000', '164418.122000', '164418.580000', '164419.042000', '164419.509000', '164419.964000', '164420.429000', '164420.883000', '164421.350000', '164421.810000', '164422.255000', '164422.731000', '164423.174000', '164423.652000', '164424.096000', '164424.577000', '164425.022000', '164425.483000', '164425.948000', '164426.400000', '164426.865000', '164427.324000', '164427.790000', '164428.234000', '164428.711000', '164429.170000', '164429.616000', '164430.090000', '164430.542000', '164431.005000', '164431.464000', '164431.926000', '164432.376000', '164432.847000', '164433.305000', '164433.763000', '164434.222000', '164434.676000', '164435.152000', '164435.596000', '164436.095000', '164436.523000', '164436.985000', '164437.447000', '164437.896000', '164438.365000', '164438.866000', '164439.286000', '164439.749000', '164440.203000', '164440.663000', '164441.117000', '164441.575000', '164442.046000', '164442.495000', '164442.958000', '164443.426000', '164443.887000', '164444.343000', '164444.800000', '164445.256000', '164445.723000', '164446.180000', '164446.652000', '164447.109000', '164447.569000', '164448.017000', '164448.490000', '164448.957000', '164449.397000', '164449.876000', '164450.325000', '164450.782000', '164451.243000', '164451.708000', '164452.171000', '164452.630000', '164453.090000', '164453.590000', '164454.012000', '164454.490000', '164454.922000', '164455.382000', '164455.847000', '164456.305000', '164456.754000', '164457.222000', '164457.714000', '164458.138000', '164458.611000', '164459.070000', '164459.566000', '164459.993000', '164500.434000', '164500.907000', '164501.358000', '164501.829000', '164502.280000', '164502.743000', '164503.206000', '164503.674000', '164504.113000', '164504.590000', '164505.045000', '164505.500000', '164505.972000', '164506.473000', '164506.886000', '164507.338000', '164507.794000', '164508.266000', '164508.717000', '164509.195000', '164509.643000', '164510.146000', '164510.563000', '164511.072000', '164511.475000', '164511.943000', '164512.403000', '164512.859000', '164513.335000', '164513.787000', '164514.276000', '164514.706000', '164515.161000', '164515.618000', '164516.087000', '164516.555000', '164517.009000', '164517.454000', '164517.932000', '164518.396000', '164518.842000', '164519.294000', '164519.771000', '164520.272000', '164520.691000', '164521.151000', '164521.613000', '164522.062000', '164522.518000', '164522.992000', '164523.436000', '164523.937000', '164524.364000', '164524.834000', '164525.285000', '164525.757000', '164526.198000', '164526.669000', '164527.127000', '164527.579000', '164528.044000', '164528.504000', '164528.967000', '164529.437000', '164529.881000', '164530.341000', '164530.841000', '164531.274000', '164531.729000', '164532.183000', '164532.648000', '164533.108000', '164533.563000', '164534.028000', '164534.488000', '164534.944000', '164535.409000', '164535.867000', '164536.328000', '164536.793000', '164537.251000', '164537.714000', '164538.169000', '164538.631000', '164539.078000', '164539.599000', '164540.007000', '164540.468000', '164540.920000', '164541.394000', '164541.856000', '164542.303000', '164542.819000', '164543.264000', '164543.686000', '164544.138000', '164544.623000', '164545.074000', '164545.526000', '164546.017000', '164546.483000', '164546.909000', '164547.397000', '164547.831000', '164548.285000', '164548.745000', '164549.207000', '164549.671000', '164550.135000', '164550.584000', '164551.041000', '164551.519000', '164551.961000', '164552.428000', '164552.881000', '164553.336000', '164553.815000', '164554.270000', '164554.731000', '164555.194000', '164555.656000', '164556.105000', '164556.569000', '164557.034000', '164557.488000', '164557.946000', '164558.400000', '164558.914000', '164559.322000', '164559.782000', '164600.253000', '164600.710000', '164601.160000', '164601.636000', '164602.098000', '164602.548000', '164603.036000', '164603.471000', '164603.920000', '164604.380000', '164604.860000', '164605.343000', '164605.770000', '164606.235000', '164606.691000', '164607.157000', '164607.619000', '164608.078000', '164608.535000', '164608.979000', '164609.458000', '164609.898000', '164610.371000', '164610.821000', '164611.297000', '164611.741000', '164612.215000', '164612.667000', '164613.180000', '164613.624000', '164614.047000', '164614.544000', '164614.963000', '164615.440000', '164615.884000', '164616.359000', '164616.813000', '164617.278000', '164617.736000', '164618.195000', '164618.648000', '164619.102000', '164619.592000', '164620.023000', '164620.492000', '164620.957000', '164621.410000', '164621.877000', '164622.342000', '164622.785000', '164623.259000', '164623.712000', '164624.163000', '164624.630000', '164625.094000', '164625.552000', '164626.019000', '164626.482000', '164626.924000', '164627.385000', '164627.920000', '164628.302000', '164628.779000', '164629.238000', '164629.684000', '164630.158000', '164630.608000', '164631.075000', '164631.573000', '164631.981000', '164632.503000', '164632.914000', '164633.375000', '164633.828000', '164634.282000', '164634.745000', '164635.262000', '164635.679000', '164636.132000', '164636.599000', '164637.046000', '164637.510000', '164637.964000', '164638.434000', '164638.885000', '164639.352000', '164639.808000', '164640.264000', '164640.766000', '164641.196000', '164641.651000', '164642.119000', '164642.615000', '164643.036000', '164643.484000', '164643.957000', '164644.409000', '164644.876000', '164645.343000', '164645.795000', '164646.258000', '164646.719000', '164647.220000', '164647.628000', '164648.102000', '164648.570000', '164649.021000', '164649.488000', '164649.925000', '164650.394000', '164650.853000', '164651.331000', '164651.766000', '164652.244000', '164652.695000', '164653.154000', '164653.606000', '164654.064000', '164654.532000', '164654.986000', '164655.454000', '164655.924000', '164656.371000', '164656.880000', '164657.290000', '164657.758000', '164658.213000', '164658.679000', '164659.137000', '164659.595000', '164700.058000', '164700.514000', '164700.981000', '164701.425000', '164701.902000', '164702.357000', '164702.825000', '164703.266000', '164703.726000', '164704.191000', '164704.647000', '164705.119000', '164705.581000', '164706.026000', '164706.496000', '164706.961000', '164707.421000', '164707.870000', '164708.326000', '164708.797000', '164709.264000', '164709.712000', '164710.197000', '164710.626000', '164711.086000', '164711.550000', '164712.020000', '164712.483000', '164712.942000', '164713.400000', '164713.865000', '164714.322000', '164714.771000', '164715.263000', '164715.687000', '164716.156000', '164716.610000', '164717.118000', '164717.536000', '164718.001000', '164718.458000', '164718.906000', '164719.368000', '164719.842000', '164720.306000', '164720.768000', '164721.221000', '164721.682000', '164722.152000', '164722.588000', '164723.048000', '164723.524000', '164723.978000', '164724.445000', '164724.896000', '164725.357000', '164725.808000', '164726.271000', '164726.730000', '164727.191000', '164727.653000', '164728.115000', '164728.586000', '164729.047000', '164729.493000', '164729.965000', '164730.408000', '164730.873000', '164731.340000', '164731.804000', '164732.261000', '164732.718000', '164733.169000', '164733.632000', '164734.094000', '164734.560000', '164735.056000', '164735.475000', '164735.941000', '164736.397000', '164736.932000', '164737.358000', '164737.848000', '164738.251000', '164738.691000', '164739.159000', '164739.613000', '164740.081000', '164740.577000', '164741.023000', '164741.464000', '164741.923000', '164742.382000', '164742.845000', '164743.293000', '164743.752000', '164744.209000', '164744.679000', '164745.134000', '164745.603000', '164746.063000', '164746.520000', '164746.983000', '164747.449000', '164747.891000', '164748.362000', '164748.859000', '164749.283000', '164749.747000', '164750.230000', '164750.651000', '164751.127000', '164751.588000', '164752.042000', '164752.511000', '164752.965000', '164753.421000', '164753.887000', '164754.386000', '164754.801000', '164755.256000', '164755.714000', '164756.187000', '164756.643000', '164757.094000', '164757.570000', '164758.023000', '164758.476000', '164758.935000', '164759.404000', '164759.862000', '164800.322000', '164800.793000', '164801.234000', '164801.699000', '164802.160000', '164802.622000', '164803.078000', '164803.539000', '164804.004000', '164804.454000', '164804.915000', '164805.390000', '164805.831000', '164806.343000', '164806.763000', '164807.230000', '164807.688000', '164808.141000', '164808.656000', '164809.099000', '164809.514000', '164809.975000', '164810.435000', '164810.892000', '164811.370000', '164811.818000', '164812.284000', '164812.745000', '164813.209000', '164813.665000', '164814.132000', '164814.579000', '164815.054000', '164815.502000', '164815.990000', '164816.414000', '164816.920000', '164817.344000', '164817.812000', '164818.262000', '164818.715000', '164819.184000', '164819.643000', '164820.100000', '164820.560000', '164821.028000', '164821.499000', '164821.985000', '164822.394000', '164822.865000', '164823.325000', '164823.798000', '164824.262000', '164824.718000', '164825.172000', '164825.629000', '164826.098000', '164826.540000', '164827.016000', '164827.468000', '164827.931000', '164828.388000', '164828.842000', '164829.311000', '164829.757000', '164830.220000', '164830.688000', '164831.144000', '164831.615000', '164832.058000', '164832.580000', '164832.985000', '164833.448000', '164833.910000', '164834.365000', '164834.818000', '164835.283000', '164835.752000', '164836.212000', '164836.678000', '164837.125000', '164837.588000', '164838.055000', '164838.515000', '164838.970000', '164839.438000', '164839.889000', '164840.337000', '164840.919000', '164841.273000', '164841.736000', '164842.195000', '164842.641000', '164843.142000', '164843.575000', '164844.068000', '164844.491000', '164844.948000', '164845.411000', '164845.875000', '164846.332000', '164846.795000', '164847.255000', '164847.700000', '164848.166000', '164848.625000', '164849.094000', '164849.551000', '164850.002000', '164850.463000', '164850.931000', '164851.385000', '164851.845000', '164852.308000', '164852.777000', '164853.220000', '164853.718000', '164854.153000', '164854.599000', '164855.078000', '164855.523000', '164855.982000', '164856.488000', '164856.908000', '164857.369000', '164857.836000', '164858.282000', '164858.738000', '164859.210000', '164859.670000', '164900.143000', '164900.583000', '164901.045000', '164901.511000', '164901.974000', '164902.432000', '164902.960000', '164903.362000', '164903.813000', '164904.268000', '164904.733000', '164905.217000', '164905.651000', '164906.101000', '164906.576000', '164907.029000', '164907.484000', '164907.948000', '164908.419000', '164908.875000', '164909.333000', '164909.800000', '164910.254000', '164910.713000', '164911.210000', '164911.687000', '164912.095000', '164912.554000', '164913.019000', '164913.476000', '164913.946000', '164914.385000', '164914.856000', '164915.318000', '164915.778000', '164916.256000', '164916.723000', '164917.152000', '164917.623000', '164918.081000', '164918.533000', '164918.996000', '164919.498000', '164919.914000', '164920.379000', '164920.833000', '164921.293000', '164921.751000', '164922.255000', '164922.682000', '164923.138000', '164923.599000', '164924.058000', '164924.515000', '164924.981000', '164925.440000', '164925.893000', '164926.365000', '164927.055000', '164927.284000', '164927.737000', '164928.190000', '164928.659000', '164929.122000', '164929.581000', '164930.032000', '164930.501000', '164930.954000', '164931.413000', '164931.905000', '164932.340000', '164932.796000', '164933.300000', '164933.717000', '164934.179000', '164934.636000', '164935.106000', '164935.552000', '164936.028000', '164936.490000', '164936.957000', '164937.398000', '164937.859000', '164938.309000', '164938.765000', '164939.245000', '164939.703000', '164940.148000', '164940.611000', '164941.113000', '164941.543000', '164942.001000', '164942.466000', '164942.915000', '164943.377000', '164943.845000', '164944.288000', '164944.762000', '164945.252000', '164945.672000', '164946.128000', '164946.601000', '164947.053000', '164947.524000', '164947.989000', '164948.441000', '164948.895000', '164949.356000', '164949.821000', '164950.277000', '164950.731000', '164951.250000', '164951.708000', '164952.109000', '164952.572000', '164953.048000', '164953.504000', '164953.951000', '164954.411000', '164954.894000', '164955.335000', '164955.804000', '164956.259000', '164956.724000', '164957.175000', '164957.642000', '164958.107000', '164958.552000', '164959.032000', '164959.474000', '164959.941000', '165000.400000', '165000.867000', '165001.315000', '165001.770000', '165002.242000', '165002.703000', '165003.169000', '165003.625000', '165004.071000', '165004.543000', '165004.997000', '165005.453000', '165005.929000', '165006.389000', '165006.843000', '165007.301000', '165007.770000', '165008.211000', '165008.685000', '165009.138000', '165009.595000', '165010.070000', '165010.534000', '165010.983000', '165011.436000', '165011.902000', '165012.366000', '165012.863000', '165013.282000', '165013.750000', '165014.194000', '165014.669000', '165015.130000', '165015.582000', '165016.041000', '165016.512000', '165016.969000', '165017.415000', '165017.890000', '165018.361000', '165019.002000', '165019.268000', '165019.734000', '165020.195000', '165020.648000', '165021.100000', '165021.557000', '165022.066000', '165022.487000', '165022.945000', '165023.396000', '165023.859000', '165024.327000', '165024.792000', '165025.243000', '165025.708000', '165026.171000', '165026.619000', '165027.083000', '165027.540000', '165028.015000', '165028.469000', '165028.930000', '165029.381000', '165029.843000', '165030.306000', '165030.768000', '165031.232000', '165031.686000', '165032.161000', '165032.614000', '165033.121000', '165033.525000', '165033.984000', '165034.452000', '165034.908000', '165035.376000', '165035.870000', '165036.285000', '165036.747000', '165037.211000', '165037.675000', '165038.138000', '165038.595000', '165039.050000', '165039.505000', '165039.967000', '165040.429000', '165040.894000', '165041.344000', '165041.817000', '165042.273000', '165042.730000', '165043.188000', '165043.643000', '165044.109000', '165044.573000', '165045.033000', '165045.496000', '165046.005000', '165046.400000', '165046.877000', '165047.333000', '165047.780000', '165048.278000', '165048.709000', '165049.161000', '165049.624000', '165050.159000', '165050.554000', '165051.102000', '165051.469000', '165051.928000', '165052.389000', '165052.850000', '165053.303000', '165053.766000', '165054.267000', '165054.692000', '165055.152000', '165055.604000', '165056.063000', '165056.523000', '165056.993000', '165057.441000', '165057.915000', '165058.376000', '165058.829000', '165059.317000', '165059.742000', '165100.215000', '165100.671000', '165101.127000', '165101.613000', '165102.050000', '165102.521000', '165102.978000', '165103.438000', '165103.890000', '165104.346000', '165104.817000', '165105.335000', '165105.727000', '165106.201000', '165106.655000', '165107.107000', '165107.575000', '165108.043000', '165108.492000', '165108.961000', '165109.416000', '165109.906000', '165110.362000', '165110.786000', '165111.260000', '165111.713000', '165112.166000', '165112.638000', '165113.100000', '165113.558000', '165114.013000', '165114.473000', '165114.937000', '165115.431000', '165115.857000', '165116.325000', '165116.782000', '165117.236000', '165117.703000', '165118.158000', '165118.622000', '165119.070000', '165119.532000', '165120.008000', '165120.459000', '165120.966000', '165121.382000', '165121.825000', '165122.297000', '165122.755000', '165123.222000', '165123.665000', '165124.175000', '165124.600000', '165125.093000', '165125.512000', '165125.974000', '165126.427000', '165126.900000', '165127.359000', '165127.856000', '165128.280000', '165128.744000', '165129.196000', '165129.646000', '165130.120000', '165130.579000', '165131.038000', '165131.519000', '165131.956000', '165132.428000', '165132.879000', '165133.331000', '165133.800000', '165134.254000', '165134.714000', '165135.183000', '165135.644000', '165136.103000', '165136.560000', '165137.026000', '165137.468000', '165137.938000', '165138.423000', '165138.856000', '165139.321000', '165139.784000', '165140.232000', '165140.705000', '165141.166000', '165141.621000', '165142.077000', '165142.542000', '165143.060000', '165143.467000', '165143.922000', '165144.382000', '165144.829000', '165145.311000', '165145.770000', '165146.230000', '165146.685000', '165147.204000', '165147.614000', '165148.070000', '165148.529000', '165148.972000', '165149.447000', '165149.907000', '165150.412000', '165150.828000', '165151.284000', '165151.781000', '165152.209000', '165152.667000', '165153.132000', '165153.582000', '165154.047000', '165154.507000', '165154.954000', '165155.427000', '165155.874000', '165156.341000', '165156.806000', '165157.269000', '165157.721000', '165158.176000', '165158.639000', '165159.115000', '165159.554000', '165200.026000', '165200.485000', '165200.941000', '165201.398000', '165201.870000', '165202.377000', '165202.785000', '165203.248000', '165203.704000', '165204.167000', '165204.627000', '165205.086000', '165205.537000', '165206.005000', '165206.472000', '165206.935000', '165207.374000', '165207.837000', '165208.307000', '165208.759000', '165209.223000', '165209.693000', '165210.139000', '165210.599000', '165211.058000', '165211.520000', '165211.982000', '165212.453000', '165212.934000', '165213.367000', '165213.824000', '165214.296000', '165214.748000', '165215.208000', '165215.676000', '165216.132000', '165216.588000', '165217.055000', '165217.503000', '165217.980000', '165218.429000', '165218.891000', '165219.348000', '165219.819000', '165220.277000', '165220.729000', '165221.182000', '165221.648000', '165222.102000', '165222.567000', '165223.035000', '165223.498000', '165223.958000', '165224.408000', '165224.868000', '165225.334000', '165225.792000', '165226.238000', '165226.708000', '165227.158000', '165227.622000', '165228.084000', '165228.554000', '165229.000000', '165229.473000', '165229.942000', '165230.389000', '165230.853000', '165231.313000', '165231.767000', '165232.237000', '165232.689000', '165233.153000', '165233.615000', '165234.063000', '165234.560000', '165234.998000', '165235.444000', '165235.913000', '165236.362000', '165236.822000', '165237.296000', '165237.756000', '165238.223000', '165238.667000', '165239.128000', '165239.591000', '165240.063000', '165240.521000', '165240.964000', '165241.436000', '165241.898000', '165242.420000', '165242.871000', '165243.281000', '165243.741000', '165244.225000', '165244.657000', '165245.112000', '165245.567000', '165246.040000', '165246.491000', '165247.012000', '165247.413000', '165247.883000', '165248.341000', '165248.803000', '165249.263000', '165249.709000', '165250.181000', '165250.634000', '165251.088000', '165251.549000', '165252.019000', '165252.474000', '165252.936000', '165253.396000', '165253.865000', '165254.316000', '165254.781000', '165255.245000', '165255.696000', '165256.165000', '165256.615000', '165257.085000', '165257.532000', '165257.998000', '165258.459000', '165258.927000', '165259.380000', '165259.828000', '165300.305000', '165300.754000', '165301.220000', '165301.672000', '165302.139000', '165302.587000', '165303.057000', '165303.525000', '165303.973000', '165304.442000', '165304.902000', '165305.363000', '165305.826000', '165306.281000', '165306.730000', '165307.196000', '165307.665000', '165308.124000', '165308.582000', '165309.048000', '165309.494000', '165309.960000', '165310.428000', '165310.882000', '165311.327000', '165311.790000', '165312.272000', '165312.730000', '165313.185000', '165313.646000', '165314.102000', '165314.558000', '165315.028000', '165315.487000', '165315.942000', '165316.394000', '165317.136000', '165317.339000', '165317.780000', '165318.241000', '165318.692000', '165319.162000', '165319.657000', '165320.082000', '165320.554000', '165321.018000', '165321.473000', '165321.922000', '165322.388000', '165322.850000', '165323.296000', '165323.761000', '165324.218000', '165324.695000', '165325.133000', '165325.611000', '165326.058000', '165326.515000', '165327.113000', '165327.488000', '165327.897000', '165328.374000', '165329.033000', '165329.293000', '165329.750000', '165330.203000', '165330.671000', '165331.131000', '165331.583000', '165332.047000', '165332.507000', '165332.960000', '165333.468000', '165333.879000', '165334.352000', '165334.802000', '165335.275000', '165335.731000', '165336.182000', '165336.648000', '165337.098000', '165337.574000', '165338.020000', '165338.482000', '165338.954000', '165339.399000'], 'InstanceCreationTime': ['164309.269000', '164309.510000', '164309.681000', '164309.871000', '164310.106000', '164310.265000', '164310.487000', '164310.665000', '164310.914000', '164311.097000', '164311.405000', '164311.857000', '164312.353000', '164312.773000', '164313.267000', '164313.710000', '164314.189000', '164314.641000', '164315.101000', '164315.569000', '164316.020000', '164316.470000', '164316.931000', '164317.406000', '164317.860000', '164318.326000', '164318.785000', '164319.228000', '164319.692000', '164320.167000', '164320.619000', '164321.092000', '164321.539000', '164322.006000', '164322.471000', '164322.913000', '164323.401000', '164323.838000', '164324.303000', '164324.767000', '164325.220000', '164325.681000', '164326.141000', '164326.607000', '164327.052000', '164327.520000', '164327.983000', '164328.451000', '164328.908000', '164329.394000', '164329.828000', '164330.277000', '164330.741000', '164331.200000', '164331.662000', '164332.115000', '164332.588000', '164333.045000', '164333.500000', '164333.966000', '164334.418000', '164334.879000', '164335.336000', '164335.789000', '164336.267000', '164336.723000', '164337.177000', '164337.638000', '164338.091000', '164338.567000', '164339.023000', '164339.479000', '164339.928000', '164340.411000', '164340.849000', '164341.315000', '164341.786000', '164342.240000', '164342.705000', '164343.153000', '164343.680000', '164344.078000', '164344.540000', '164345.013000', '164345.451000', '164345.914000', '164346.408000', '164346.968000', '164347.300000', '164347.763000', '164348.217000', '164348.676000', '164349.142000', '164349.608000', '164350.058000', '164350.523000', '164350.985000', '164351.446000', '164351.903000', '164352.366000', '164352.829000', '164353.281000', '164353.744000', '164354.200000', '164354.670000', '164355.121000', '164355.605000', '164356.037000', '164356.543000', '164356.960000', '164357.425000', '164357.884000', '164358.338000', '164358.801000', '164359.266000', '164359.731000', '164400.179000', '164400.652000', '164401.103000', '164401.562000', '164402.053000', '164402.489000', '164402.945000', '164403.470000', '164403.861000', '164404.329000', '164404.816000', '164405.233000', '164405.700000', '164406.182000', '164406.627000', '164407.091000', '164407.540000', '164408.114000', '164408.453000', '164408.917000', '164409.414000', '164409.841000', '164410.318000', '164410.772000', '164411.231000', '164411.689000', '164412.146000', '164412.606000', '164413.065000', '164413.542000', '164413.984000', '164414.435000', '164414.898000', '164415.355000', '164415.820000', '164416.274000', '164416.753000', '164417.214000', '164417.698000', '164418.122000', '164418.580000', '164419.042000', '164419.509000', '164419.964000', '164420.429000', '164420.883000', '164421.350000', '164421.810000', '164422.255000', '164422.731000', '164423.174000', '164423.652000', '164424.096000', '164424.577000', '164425.022000', '164425.483000', '164425.948000', '164426.400000', '164426.865000', '164427.324000', '164427.790000', '164428.234000', '164428.711000', '164429.170000', '164429.616000', '164430.090000', '164430.542000', '164431.005000', '164431.464000', '164431.926000', '164432.376000', '164432.847000', '164433.305000', '164433.763000', '164434.222000', '164434.676000', '164435.152000', '164435.596000', '164436.095000', '164436.523000', '164436.985000', '164437.447000', '164437.896000', '164438.365000', '164438.866000', '164439.286000', '164439.749000', '164440.203000', '164440.663000', '164441.117000', '164441.575000', '164442.046000', '164442.495000', '164442.958000', '164443.426000', '164443.887000', '164444.343000', '164444.800000', '164445.256000', '164445.723000', '164446.180000', '164446.652000', '164447.109000', '164447.569000', '164448.017000', '164448.490000', '164448.957000', '164449.397000', '164449.876000', '164450.325000', '164450.782000', '164451.243000', '164451.708000', '164452.171000', '164452.630000', '164453.090000', '164453.590000', '164454.012000', '164454.490000', '164454.922000', '164455.382000', '164455.847000', '164456.305000', '164456.754000', '164457.222000', '164457.714000', '164458.138000', '164458.611000', '164459.070000', '164459.566000', '164459.993000', '164500.434000', '164500.907000', '164501.358000', '164501.829000', '164502.280000', '164502.743000', '164503.206000', '164503.674000', '164504.113000', '164504.590000', '164505.045000', '164505.500000', '164505.972000', '164506.473000', '164506.886000', '164507.338000', '164507.794000', '164508.266000', '164508.717000', '164509.195000', '164509.643000', '164510.146000', '164510.563000', '164511.072000', '164511.475000', '164511.943000', '164512.403000', '164512.859000', '164513.335000', '164513.787000', '164514.276000', '164514.706000', '164515.161000', '164515.618000', '164516.087000', '164516.555000', '164517.009000', '164517.454000', '164517.932000', '164518.396000', '164518.842000', '164519.294000', '164519.771000', '164520.272000', '164520.691000', '164521.151000', '164521.613000', '164522.062000', '164522.518000', '164522.992000', '164523.436000', '164523.937000', '164524.364000', '164524.834000', '164525.285000', '164525.757000', '164526.198000', '164526.669000', '164527.127000', '164527.579000', '164528.044000', '164528.504000', '164528.967000', '164529.437000', '164529.881000', '164530.341000', '164530.841000', '164531.274000', '164531.729000', '164532.183000', '164532.648000', '164533.108000', '164533.563000', '164534.028000', '164534.488000', '164534.944000', '164535.409000', '164535.867000', '164536.328000', '164536.793000', '164537.251000', '164537.714000', '164538.169000', '164538.631000', '164539.078000', '164539.599000', '164540.007000', '164540.468000', '164540.920000', '164541.394000', '164541.856000', '164542.303000', '164542.819000', '164543.264000', '164543.686000', '164544.138000', '164544.623000', '164545.074000', '164545.526000', '164546.017000', '164546.483000', '164546.909000', '164547.397000', '164547.831000', '164548.285000', '164548.745000', '164549.207000', '164549.671000', '164550.135000', '164550.584000', '164551.041000', '164551.519000', '164551.961000', '164552.428000', '164552.881000', '164553.336000', '164553.815000', '164554.270000', '164554.731000', '164555.194000', '164555.656000', '164556.105000', '164556.569000', '164557.034000', '164557.488000', '164557.946000', '164558.400000', '164558.914000', '164559.322000', '164559.782000', '164600.253000', '164600.710000', '164601.160000', '164601.636000', '164602.098000', '164602.548000', '164603.036000', '164603.471000', '164603.920000', '164604.380000', '164604.860000', '164605.343000', '164605.770000', '164606.235000', '164606.691000', '164607.157000', '164607.619000', '164608.078000', '164608.535000', '164608.979000', '164609.458000', '164609.898000', '164610.371000', '164610.821000', '164611.297000', '164611.741000', '164612.215000', '164612.667000', '164613.180000', '164613.624000', '164614.047000', '164614.544000', '164614.963000', '164615.440000', '164615.884000', '164616.359000', '164616.813000', '164617.278000', '164617.736000', '164618.195000', '164618.648000', '164619.102000', '164619.592000', '164620.023000', '164620.492000', '164620.957000', '164621.410000', '164621.877000', '164622.342000', '164622.785000', '164623.259000', '164623.712000', '164624.163000', '164624.630000', '164625.094000', '164625.552000', '164626.019000', '164626.482000', '164626.924000', '164627.385000', '164627.920000', '164628.302000', '164628.779000', '164629.238000', '164629.684000', '164630.158000', '164630.608000', '164631.075000', '164631.573000', '164631.981000', '164632.503000', '164632.914000', '164633.375000', '164633.828000', '164634.282000', '164634.745000', '164635.262000', '164635.679000', '164636.132000', '164636.599000', '164637.046000', '164637.510000', '164637.964000', '164638.434000', '164638.885000', '164639.352000', '164639.808000', '164640.264000', '164640.766000', '164641.196000', '164641.651000', '164642.119000', '164642.615000', '164643.036000', '164643.484000', '164643.957000', '164644.409000', '164644.876000', '164645.343000', '164645.795000', '164646.258000', '164646.719000', '164647.220000', '164647.628000', '164648.102000', '164648.570000', '164649.021000', '164649.488000', '164649.925000', '164650.394000', '164650.853000', '164651.331000', '164651.766000', '164652.244000', '164652.695000', '164653.154000', '164653.606000', '164654.064000', '164654.532000', '164654.986000', '164655.454000', '164655.924000', '164656.371000', '164656.880000', '164657.290000', '164657.758000', '164658.213000', '164658.679000', '164659.137000', '164659.595000', '164700.058000', '164700.514000', '164700.981000', '164701.425000', '164701.902000', '164702.357000', '164702.825000', '164703.266000', '164703.726000', '164704.191000', '164704.647000', '164705.119000', '164705.581000', '164706.026000', '164706.496000', '164706.961000', '164707.421000', '164707.870000', '164708.326000', '164708.797000', '164709.264000', '164709.712000', '164710.197000', '164710.626000', '164711.086000', '164711.550000', '164712.020000', '164712.483000', '164712.942000', '164713.400000', '164713.865000', '164714.322000', '164714.771000', '164715.263000', '164715.687000', '164716.156000', '164716.610000', '164717.118000', '164717.536000', '164718.001000', '164718.458000', '164718.906000', '164719.368000', '164719.842000', '164720.306000', '164720.768000', '164721.221000', '164721.682000', '164722.152000', '164722.588000', '164723.048000', '164723.524000', '164723.978000', '164724.445000', '164724.896000', '164725.357000', '164725.808000', '164726.271000', '164726.730000', '164727.191000', '164727.653000', '164728.115000', '164728.586000', '164729.047000', '164729.493000', '164729.965000', '164730.408000', '164730.873000', '164731.340000', '164731.804000', '164732.261000', '164732.718000', '164733.169000', '164733.632000', '164734.094000', '164734.560000', '164735.056000', '164735.475000', '164735.941000', '164736.397000', '164736.932000', '164737.358000', '164737.848000', '164738.251000', '164738.691000', '164739.159000', '164739.613000', '164740.081000', '164740.577000', '164741.023000', '164741.464000', '164741.923000', '164742.382000', '164742.845000', '164743.293000', '164743.752000', '164744.209000', '164744.679000', '164745.134000', '164745.603000', '164746.063000', '164746.520000', '164746.983000', '164747.449000', '164747.891000', '164748.362000', '164748.859000', '164749.283000', '164749.747000', '164750.230000', '164750.651000', '164751.127000', '164751.588000', '164752.042000', '164752.511000', '164752.965000', '164753.421000', '164753.887000', '164754.386000', '164754.801000', '164755.256000', '164755.714000', '164756.187000', '164756.643000', '164757.094000', '164757.570000', '164758.023000', '164758.476000', '164758.935000', '164759.404000', '164759.862000', '164800.322000', '164800.793000', '164801.234000', '164801.699000', '164802.160000', '164802.622000', '164803.078000', '164803.539000', '164804.004000', '164804.454000', '164804.915000', '164805.390000', '164805.831000', '164806.343000', '164806.763000', '164807.230000', '164807.688000', '164808.141000', '164808.656000', '164809.099000', '164809.514000', '164809.975000', '164810.435000', '164810.892000', '164811.370000', '164811.818000', '164812.284000', '164812.745000', '164813.209000', '164813.665000', '164814.132000', '164814.579000', '164815.054000', '164815.502000', '164815.990000', '164816.414000', '164816.920000', '164817.344000', '164817.812000', '164818.262000', '164818.715000', '164819.184000', '164819.643000', '164820.100000', '164820.560000', '164821.028000', '164821.499000', '164821.985000', '164822.394000', '164822.865000', '164823.325000', '164823.798000', '164824.262000', '164824.718000', '164825.172000', '164825.629000', '164826.098000', '164826.540000', '164827.016000', '164827.468000', '164827.931000', '164828.388000', '164828.842000', '164829.311000', '164829.757000', '164830.220000', '164830.688000', '164831.144000', '164831.615000', '164832.058000', '164832.580000', '164832.985000', '164833.448000', '164833.910000', '164834.365000', '164834.818000', '164835.283000', '164835.752000', '164836.212000', '164836.678000', '164837.125000', '164837.588000', '164838.055000', '164838.515000', '164838.970000', '164839.438000', '164839.889000', '164840.337000', '164840.919000', '164841.273000', '164841.736000', '164842.195000', '164842.641000', '164843.142000', '164843.575000', '164844.068000', '164844.491000', '164844.948000', '164845.411000', '164845.875000', '164846.332000', '164846.795000', '164847.255000', '164847.700000', '164848.166000', '164848.625000', '164849.094000', '164849.551000', '164850.002000', '164850.463000', '164850.931000', '164851.385000', '164851.845000', '164852.308000', '164852.777000', '164853.220000', '164853.718000', '164854.153000', '164854.599000', '164855.078000', '164855.523000', '164855.982000', '164856.488000', '164856.908000', '164857.369000', '164857.836000', '164858.282000', '164858.738000', '164859.210000', '164859.670000', '164900.143000', '164900.583000', '164901.045000', '164901.511000', '164901.974000', '164902.432000', '164902.960000', '164903.362000', '164903.813000', '164904.268000', '164904.733000', '164905.217000', '164905.651000', '164906.101000', '164906.576000', '164907.029000', '164907.484000', '164907.948000', '164908.419000', '164908.875000', '164909.333000', '164909.800000', '164910.254000', '164910.713000', '164911.210000', '164911.687000', '164912.095000', '164912.554000', '164913.019000', '164913.476000', '164913.946000', '164914.385000', '164914.856000', '164915.318000', '164915.778000', '164916.256000', '164916.723000', '164917.152000', '164917.623000', '164918.081000', '164918.533000', '164918.996000', '164919.498000', '164919.914000', '164920.379000', '164920.833000', '164921.293000', '164921.751000', '164922.255000', '164922.682000', '164923.138000', '164923.599000', '164924.058000', '164924.515000', '164924.981000', '164925.440000', '164925.893000', '164926.365000', '164927.055000', '164927.284000', '164927.737000', '164928.190000', '164928.659000', '164929.122000', '164929.581000', '164930.032000', '164930.501000', '164930.954000', '164931.413000', '164931.905000', '164932.340000', '164932.796000', '164933.300000', '164933.717000', '164934.179000', '164934.636000', '164935.106000', '164935.552000', '164936.028000', '164936.490000', '164936.957000', '164937.398000', '164937.859000', '164938.309000', '164938.765000', '164939.245000', '164939.703000', '164940.148000', '164940.611000', '164941.113000', '164941.543000', '164942.001000', '164942.466000', '164942.915000', '164943.377000', '164943.845000', '164944.288000', '164944.762000', '164945.252000', '164945.672000', '164946.128000', '164946.601000', '164947.053000', '164947.524000', '164947.989000', '164948.441000', '164948.895000', '164949.356000', '164949.821000', '164950.277000', '164950.731000', '164951.250000', '164951.708000', '164952.109000', '164952.572000', '164953.048000', '164953.504000', '164953.951000', '164954.411000', '164954.894000', '164955.335000', '164955.804000', '164956.259000', '164956.724000', '164957.175000', '164957.642000', '164958.107000', '164958.552000', '164959.032000', '164959.474000', '164959.941000', '165000.400000', '165000.867000', '165001.315000', '165001.770000', '165002.242000', '165002.703000', '165003.169000', '165003.625000', '165004.071000', '165004.543000', '165004.997000', '165005.453000', '165005.929000', '165006.389000', '165006.843000', '165007.301000', '165007.770000', '165008.211000', '165008.685000', '165009.138000', '165009.595000', '165010.070000', '165010.534000', '165010.983000', '165011.436000', '165011.902000', '165012.366000', '165012.863000', '165013.282000', '165013.750000', '165014.194000', '165014.669000', '165015.130000', '165015.582000', '165016.041000', '165016.512000', '165016.969000', '165017.415000', '165017.890000', '165018.361000', '165019.002000', '165019.268000', '165019.734000', '165020.195000', '165020.648000', '165021.100000', '165021.557000', '165022.066000', '165022.487000', '165022.945000', '165023.396000', '165023.859000', '165024.327000', '165024.792000', '165025.243000', '165025.708000', '165026.171000', '165026.619000', '165027.083000', '165027.540000', '165028.015000', '165028.469000', '165028.930000', '165029.381000', '165029.843000', '165030.306000', '165030.768000', '165031.232000', '165031.686000', '165032.161000', '165032.614000', '165033.121000', '165033.525000', '165033.984000', '165034.452000', '165034.908000', '165035.376000', '165035.870000', '165036.285000', '165036.747000', '165037.211000', '165037.675000', '165038.138000', '165038.595000', '165039.050000', '165039.505000', '165039.967000', '165040.429000', '165040.894000', '165041.344000', '165041.817000', '165042.273000', '165042.730000', '165043.188000', '165043.643000', '165044.109000', '165044.573000', '165045.033000', '165045.496000', '165046.005000', '165046.400000', '165046.877000', '165047.333000', '165047.780000', '165048.278000', '165048.709000', '165049.161000', '165049.624000', '165050.159000', '165050.554000', '165051.102000', '165051.469000', '165051.928000', '165052.389000', '165052.850000', '165053.303000', '165053.766000', '165054.267000', '165054.692000', '165055.152000', '165055.604000', '165056.063000', '165056.523000', '165056.993000', '165057.441000', '165057.915000', '165058.376000', '165058.829000', '165059.317000', '165059.742000', '165100.215000', '165100.671000', '165101.127000', '165101.613000', '165102.050000', '165102.521000', '165102.978000', '165103.438000', '165103.890000', '165104.346000', '165104.817000', '165105.335000', '165105.727000', '165106.201000', '165106.655000', '165107.107000', '165107.575000', '165108.043000', '165108.492000', '165108.961000', '165109.416000', '165109.906000', '165110.362000', '165110.786000', '165111.260000', '165111.713000', '165112.166000', '165112.638000', '165113.100000', '165113.558000', '165114.013000', '165114.473000', '165114.937000', '165115.431000', '165115.857000', '165116.325000', '165116.782000', '165117.236000', '165117.703000', '165118.158000', '165118.622000', '165119.070000', '165119.532000', '165120.008000', '165120.459000', '165120.966000', '165121.382000', '165121.825000', '165122.297000', '165122.755000', '165123.222000', '165123.665000', '165124.175000', '165124.600000', '165125.093000', '165125.512000', '165125.974000', '165126.427000', '165126.900000', '165127.359000', '165127.856000', '165128.280000', '165128.744000', '165129.196000', '165129.646000', '165130.120000', '165130.579000', '165131.038000', '165131.519000', '165131.956000', '165132.428000', '165132.879000', '165133.331000', '165133.800000', '165134.254000', '165134.714000', '165135.183000', '165135.644000', '165136.103000', '165136.560000', '165137.026000', '165137.468000', '165137.938000', '165138.423000', '165138.856000', '165139.321000', '165139.784000', '165140.232000', '165140.705000', '165141.166000', '165141.621000', '165142.077000', '165142.542000', '165143.060000', '165143.467000', '165143.922000', '165144.382000', '165144.829000', '165145.311000', '165145.770000', '165146.230000', '165146.685000', '165147.204000', '165147.614000', '165148.070000', '165148.529000', '165148.972000', '165149.447000', '165149.907000', '165150.412000', '165150.828000', '165151.284000', '165151.781000', '165152.209000', '165152.667000', '165153.132000', '165153.582000', '165154.047000', '165154.507000', '165154.954000', '165155.427000', '165155.874000', '165156.341000', '165156.806000', '165157.269000', '165157.721000', '165158.176000', '165158.639000', '165159.115000', '165159.554000', '165200.026000', '165200.485000', '165200.941000', '165201.398000', '165201.870000', '165202.377000', '165202.785000', '165203.248000', '165203.704000', '165204.167000', '165204.627000', '165205.086000', '165205.537000', '165206.005000', '165206.472000', '165206.935000', '165207.374000', '165207.837000', '165208.307000', '165208.759000', '165209.223000', '165209.693000', '165210.139000', '165210.599000', '165211.058000', '165211.520000', '165211.982000', '165212.453000', '165212.934000', '165213.367000', '165213.824000', '165214.296000', '165214.748000', '165215.208000', '165215.676000', '165216.132000', '165216.588000', '165217.055000', '165217.503000', '165217.980000', '165218.429000', '165218.891000', '165219.348000', '165219.819000', '165220.277000', '165220.729000', '165221.182000', '165221.648000', '165222.102000', '165222.567000', '165223.035000', '165223.498000', '165223.958000', '165224.408000', '165224.868000', '165225.334000', '165225.792000', '165226.238000', '165226.708000', '165227.158000', '165227.622000', '165228.084000', '165228.554000', '165229.000000', '165229.473000', '165229.942000', '165230.389000', '165230.853000', '165231.313000', '165231.767000', '165232.237000', '165232.689000', '165233.153000', '165233.615000', '165234.063000', '165234.560000', '165234.998000', '165235.444000', '165235.913000', '165236.362000', '165236.822000', '165237.296000', '165237.756000', '165238.223000', '165238.667000', '165239.128000', '165239.591000', '165240.063000', '165240.521000', '165240.964000', '165241.436000', '165241.898000', '165242.420000', '165242.871000', '165243.281000', '165243.741000', '165244.225000', '165244.657000', '165245.112000', '165245.567000', '165246.040000', '165246.491000', '165247.012000', '165247.413000', '165247.883000', '165248.341000', '165248.803000', '165249.263000', '165249.709000', '165250.181000', '165250.634000', '165251.088000', '165251.549000', '165252.019000', '165252.474000', '165252.936000', '165253.396000', '165253.865000', '165254.316000', '165254.781000', '165255.245000', '165255.696000', '165256.165000', '165256.615000', '165257.085000', '165257.532000', '165257.998000', '165258.459000', '165258.927000', '165259.380000', '165259.828000', '165300.305000', '165300.754000', '165301.220000', '165301.672000', '165302.139000', '165302.587000', '165303.057000', '165303.525000', '165303.973000', '165304.442000', '165304.902000', '165305.363000', '165305.826000', '165306.281000', '165306.730000', '165307.196000', '165307.665000', '165308.124000', '165308.582000', '165309.048000', '165309.494000', '165309.960000', '165310.428000', '165310.882000', '165311.327000', '165311.790000', '165312.272000', '165312.730000', '165313.185000', '165313.646000', '165314.102000', '165314.558000', '165315.028000', '165315.487000', '165315.942000', '165316.394000', '165317.136000', '165317.339000', '165317.780000', '165318.241000', '165318.692000', '165319.162000', '165319.657000', '165320.082000', '165320.554000', '165321.018000', '165321.473000', '165321.922000', '165322.388000', '165322.850000', '165323.296000', '165323.761000', '165324.218000', '165324.695000', '165325.133000', '165325.611000', '165326.058000', '165326.515000', '165327.113000', '165327.488000', '165327.897000', '165328.374000', '165329.033000', '165329.293000', '165329.750000', '165330.203000', '165330.671000', '165331.131000', '165331.583000', '165332.047000', '165332.507000', '165332.960000', '165333.468000', '165333.879000', '165334.352000', '165334.802000', '165335.275000', '165335.731000', '165336.182000', '165336.648000', '165337.098000', '165337.574000', '165338.020000', '165338.482000', '165338.954000', '165339.399000'], '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': [794, 658, 844, 660, 947, 743, 686, 711, 606, 740, 602, 912, 664, 692, 625, 604, 669, 594, 725, 604, 718, 649, 611, 661, 629, 876, 757, 883, 650, 685, 662, 601, 803, 613, 934, 656, 865, 628, 811, 694, 648, 785, 578, 787, 594, 917, 730, 813, 640, 682, 688, 714, 796, 613, 955, 644, 884, 605, 731, 665, 729, 899, 597, 804, 608, 887, 698, 898, 717, 679, 630, 709, 734, 722, 928, 588, 807, 605, 802, 629, 707, 636, 720, 717, 649, 928, 590, 820, 596, 796, 625, 917, 692, 794, 609, 594, 635, 628, 763, 645, 753, 621, 788, 584, 950, 673, 638, 626, 651, 777, 594, 886, 684, 901, 682, 901, 721, 731, 885, 606, 851, 659, 866, 708, 718, 880, 690, 710, 807, 646, 822, 915, 625, 947, 668, 883, 719, 873, 907, 683, 849, 611, 829, 673, 958, 774, 684, 672, 703, 755, 664, 936, 715, 830, 628, 625, 697, 740, 923, 621, 917, 628, 736, 631, 777, 828, 764, 902, 649, 824, 629, 904, 748, 917, 666, 707, 664, 746, 836, 714, 923, 642, 872, 648, 845, 685, 927, 693, 847, 621, 834, 674, 806, 703, 757, 632, 766, 837, 810, 737, 697, 779, 642, 742, 679, 657, 791, 648, 848, 675, 847, 655, 871, 598, 892, 625, 921, 619, 805, 626, 792, 616, 900, 636, 867, 700, 804, 701, 873, 713, 893, 627, 692, 641, 711, 771, 659, 825, 672, 824, 659, 853, 650, 876, 667, 846, 669, 842, 718, 885, 706, 841, 711, 773, 700, 724, 744, 801, 656, 934, 782, 734, 713, 704, 711, 680, 771, 698, 739, 760, 722, 739, 780, 755, 797, 723, 794, 707, 794, 740, 785, 725, 760, 719, 779, 719, 807, 690, 753, 741, 838, 720, 788, 709, 811, 780, 683, 752, 753, 821, 738, 815, 746, 754, 771, 794, 793, 777, 769, 751, 764, 717, 770, 713, 821, 782, 831, 783, 825, 785, 806, 762, 816, 729, 787, 714, 774, 710, 747, 687, 754, 705, 762, 737, 745, 756, 750, 745, 838, 715, 686, 691, 811, 749, 808, 739, 808, 716, 701, 726, 804, 839, 718, 782, 700, 833, 878, 795, 857, 769, 794, 792, 792, 863, 738, 822, 754, 810, 849, 779, 770, 690, 790, 724, 817, 728, 829, 789, 721, 716, 748, 705, 804, 749, 770, 752, 810, 722, 802, 732, 855, 782, 757, 826, 687, 834, 666, 864, 781, 763, 791, 799, 762, 759, 779, 720, 754, 818, 769, 718, 753, 770, 765, 734, 869, 750, 862, 713, 792, 752, 784, 775, 732, 764, 684, 900, 741, 823, 755, 798, 695, 687, 754, 745, 792, 677, 890, 684, 781, 701, 848, 728, 831, 730, 677, 767, 763, 748, 715, 880, 749, 861, 748, 839, 739, 684, 753, 779, 836, 760, 883, 743, 851, 730, 799, 723, 793, 761, 767, 851, 684, 822, 765, 859, 775, 723, 792, 789, 783, 751, 828, 733, 790, 682, 849, 733, 862, 753, 734, 761, 790, 773, 765, 862, 712, 791, 732, 850, 786, 692, 784, 790, 723, 769, 903, 691, 860, 751, 735, 749, 758, 771, 727, 836, 784, 789, 796, 778, 811, 741, 804, 712, 794, 743, 764, 733, 847, 763, 849, 784, 860, 753, 735, 761, 794, 777, 787, 762, 664, 815, 747, 802, 736, 760, 754, 831, 777, 673, 759, 754, 756, 803, 784, 728, 726, 738, 800, 741, 720, 817, 740, 840, 799, 808, 878, 790, 832, 742, 761, 742, 779, 762, 852, 801, 763, 769, 724, 791, 725, 843, 773, 809, 772, 752, 791, 698, 739, 726, 869, 740, 809, 792, 748, 776, 676, 877, 742, 749, 728, 690, 821, 759, 674, 910, 716, 862, 757, 783, 811, 715, 781, 720, 794, 730, 899, 725, 851, 738, 678, 700, 695, 884, 719, 866, 717, 883, 752, 822, 755, 681, 748, 758, 906, 733, 829, 731, 807, 717, 680, 791, 709, 779, 760, 848, 701, 846, 723, 830, 775, 780, 761, 630, 731, 752, 670, 760, 683, 701, 877, 697, 841, 711, 853, 718, 663, 735, 747, 774, 656, 829, 692, 615, 875, 694, 895, 673, 777, 879, 771, 698, 804, 734, 801, 779, 730, 804, 729, 815, 740, 698, 817, 719, 806, 749, 869, 745, 796, 788, 716, 827, 724, 778, 716, 851, 773, 763, 771, 790, 803, 715, 772, 707, 736, 746, 845, 785, 754, 855, 721, 738, 753, 702, 780, 746, 791, 766, 766, 813, 712, 858, 799, 742, 806, 785, 708, 801, 750, 779, 741, 781, 709, 892, 775, 782, 778, 735, 817, 723, 792, 714, 728, 769, 740, 790, 689, 802, 698, 762, 768, 763, 795, 742, 807, 709, 777, 714, 823, 725, 913, 744, 859, 792, 687, 810, 793, 771, 693, 882, 722, 798, 763, 820, 775, 753, 820, 746, 771, 698, 897, 715, 838, 748, 723, 821, 761, 778, 690, 813, 746, 852, 766, 799, 750, 710, 797, 775, 758, 731, 830, 703, 838, 727, 828, 748, 839, 732, 665, 787, 766, 860, 707, 905, 677, 865, 732, 836, 774, 766, 756, 813, 912, 717, 867, 720, 766, 737, 699, 768, 807, 900, 718, 863, 680, 849, 780, 855, 704, 852, 732, 720, 733, 792, 761, 782, 907, 724, 860, 712, 839, 718, 798, 723, 861, 915, 801, 913, 704, 857, 751, 849, 929, 801, 937, 749, 927, 773, 785, 759, 848, 814, 828, 893, 741, 812, 792, 841, 909, 785, 907, 784, 832, 791, 855, 898, 809, 844, 751, 890, 687, 859, 778, 788, 802, 819, 882, 699, 811, 723, 896, 917, 828, 887, 727, 891, 770, 737, 782, 864, 848, 725, 919, 728, 789, 859, 791, 849, 724, 767, 772, 771, 881, 697, 757, 775, 829, 766, 757, 912, 696, 803, 794, 866, 764, 797, 918, 708, 881, 720, 767, 918, 775, 887, 787, 812, 762, 710, 903, 668, 831, 745, 742, 871, 734, 805, 906, 812, 874, 712, 830, 731, 705, 894, 753, 876, 691, 747, 754, 796, 866, 730, 857, 678, 713, 731, 779, 718, 807, 899, 740, 897, 661, 884, 701, 870, 725, 756, 690, 766, 921, 716, 892, 716, 854, 751, 795, 864, 713, 755, 694, 796, 943, 732, 879, 732, 852, 910, 766, 903, 710, 817, 762, 735, 814, 764, 926, 659, 912, 647, 861, 777, 895, 737, 827, 898, 725, 874, 698, 900, 662, 886, 649, 856, 775, 866, 729, 780, 733, 832, 707, 752, 907, 708, 772, 742, 818, 912, 780, 919, 729, 828, 726, 830, 731, 756, 893, 683, 899, 721, 828, 746, 747, 905, 672, 762, 719, 822, 737, 763, 918, 705, 888, 664, 927, 706, 632, 721, 776, 901, 725, 902, 743, 896, 696, 821, 810, 777, 907, 723, 860, 669, 876, 685, 764, 727, 776, 890, 693, 904, 685, 806, 869, 769, 880, 688, 804, 693, 836, 904, 762, 903, 672, 904, 714, 821, 902, 753, 891, 633, 820, 864, 660, 806, 923, 755, 772, 855, 765, 922, 730, 733, 821, 796, 885, 733, 880, 748, 729, 742, 782, 912, 710, 885, 688, 864, 621, 871, 657, 760, 817, 763, 898, 658, 881, 663, 789, 899, 750, 919, 664, 781, 719, 738, 743, 804, 909, 756, 901, 731, 848, 745, 818, 918, 721, 882, 809, 802, 710, 726, 853, 678, 923, 804, 804, 736, 804, 694, 749, 852, 712, 883, 639, 873, 658, 703, 750, 728, 899, 646, 852, 673, 670, 742, 739, 893, 647, 854, 741, 663, 742, 673, 903, 624, 813, 736, 741, 722, 726, 890, 679, 868, 695, 848, 672, 814, 798, 694, 897, 657, 892, 614, 884, 665, 680, 725, 747, 912, 713, 921, 631, 899, 692, 807, 755, 803, 882, 755, 876, 634, 868, 718, 778, 725, 746, 872, 731, 888, 672, 873, 683, 833, 749, 708, 708, 815, 695, 800, 697, 718, 891, 693, 905, 678, 908, 673, 878, 740, 779, 728, 785, 909, 690, 911, 628, 858, 720, 701, 788, 734, 905, 745, 881, 682, 797, 753, 739, 667, 798, 720, 760, 870, 740, 875, 670, 871, 698, 713, 751, 738, 875, 682, 885, 674, 780, 745, 760, 843, 723, 731, 652, 729, 692, 738, 705, 756, 674, 794, 694, 770, 654, 670, 686, 729, 666, 704, 656, 749, 758, 699, 882, 670, 877, 655, 847, 681, 817, 722, 716, 903, 708, 724, 679, 802, 835, 701, 833, 708, 877, 654, 858, 703, 725, 815, 728, 821, 657, 746], 'WindowCenter': [290.0, 288.0, 289.0, 287.0, 289.0, 288.0, 287.0, 287.0, 286.0, 287.0, 285.0, 288.0, 286.0, 287.0, 286.0, 286.0, 286.0, 286.0, 287.0, 286.0, 288.0, 287.0, 287.0, 287.0, 286.0, 289.0, 288.0, 289.0, 287.0, 287.0, 287.0, 286.0, 288.0, 286.0, 289.0, 287.0, 288.0, 286.0, 288.0, 288.0, 286.0, 287.0, 286.0, 287.0, 286.0, 289.0, 288.0, 288.0, 286.0, 287.0, 287.0, 287.0, 288.0, 286.0, 289.0, 287.0, 289.0, 286.0, 288.0, 287.0, 287.0, 289.0, 286.0, 288.0, 286.0, 289.0, 288.0, 289.0, 287.0, 287.0, 287.0, 287.0, 287.0, 288.0, 289.0, 286.0, 288.0, 286.0, 288.0, 286.0, 288.0, 287.0, 288.0, 288.0, 287.0, 289.0, 286.0, 288.0, 286.0, 288.0, 286.0, 289.0, 288.0, 288.0, 286.0, 286.0, 287.0, 286.0, 288.0, 287.0, 288.0, 286.0, 288.0, 286.0, 289.0, 288.0, 288.0, 287.0, 288.0, 289.0, 287.0, 289.0, 288.0, 289.0, 288.0, 290.0, 288.0, 288.0, 289.0, 286.0, 289.0, 288.0, 289.0, 288.0, 288.0, 290.0, 288.0, 288.0, 289.0, 288.0, 289.0, 290.0, 287.0, 290.0, 288.0, 290.0, 288.0, 289.0, 289.0, 287.0, 288.0, 286.0, 288.0, 287.0, 289.0, 288.0, 287.0, 287.0, 287.0, 288.0, 287.0, 289.0, 288.0, 288.0, 287.0, 286.0, 288.0, 288.0, 289.0, 286.0, 289.0, 287.0, 288.0, 287.0, 288.0, 288.0, 288.0, 289.0, 287.0, 288.0, 287.0, 289.0, 288.0, 289.0, 287.0, 288.0, 287.0, 288.0, 288.0, 288.0, 289.0, 287.0, 289.0, 287.0, 288.0, 288.0, 289.0, 288.0, 288.0, 286.0, 288.0, 288.0, 288.0, 287.0, 287.0, 287.0, 288.0, 289.0, 288.0, 288.0, 287.0, 288.0, 287.0, 288.0, 288.0, 288.0, 288.0, 287.0, 289.0, 288.0, 288.0, 287.0, 289.0, 286.0, 289.0, 286.0, 288.0, 286.0, 287.0, 286.0, 287.0, 286.0, 288.0, 286.0, 288.0, 287.0, 287.0, 287.0, 288.0, 288.0, 289.0, 286.0, 288.0, 287.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 287.0, 289.0, 288.0, 289.0, 287.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 289.0, 290.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 289.0, 288.0, 289.0, 289.0, 289.0, 289.0, 289.0, 289.0, 289.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 288.0, 289.0, 290.0, 289.0, 289.0, 289.0, 289.0, 289.0, 290.0, 289.0, 289.0, 289.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 287.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 288.0, 289.0, 290.0, 289.0, 290.0, 289.0, 291.0, 291.0, 290.0, 290.0, 290.0, 290.0, 290.0, 290.0, 290.0, 289.0, 290.0, 289.0, 289.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 289.0, 289.0, 288.0, 288.0, 288.0, 288.0, 287.0, 287.0, 287.0, 288.0, 287.0, 288.0, 288.0, 288.0, 287.0, 287.0, 287.0, 285.0, 287.0, 285.0, 287.0, 286.0, 286.0, 286.0, 285.0, 285.0, 285.0, 285.0, 284.0, 285.0, 286.0, 286.0, 285.0, 286.0, 286.0, 286.0, 286.0, 286.0, 286.0, 286.0, 286.0, 286.0, 287.0, 287.0, 287.0, 287.0, 287.0, 286.0, 288.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 288.0, 287.0, 289.0, 287.0, 288.0, 287.0, 288.0, 288.0, 288.0, 288.0, 287.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 288.0, 289.0, 289.0, 288.0, 290.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 288.0, 289.0, 288.0, 289.0, 289.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 289.0, 289.0, 290.0, 289.0, 289.0, 289.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 289.0, 288.0, 289.0, 289.0, 290.0, 289.0, 289.0, 290.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 287.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 287.0, 287.0, 287.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 287.0, 287.0, 287.0, 288.0, 287.0, 288.0, 287.0, 288.0, 287.0, 287.0, 287.0, 288.0, 288.0, 287.0, 288.0, 287.0, 288.0, 287.0, 287.0, 287.0, 287.0, 287.0, 288.0, 289.0, 288.0, 288.0, 287.0, 288.0, 287.0, 287.0, 288.0, 288.0, 288.0, 288.0, 288.0, 287.0, 288.0, 287.0, 288.0, 288.0, 287.0, 287.0, 286.0, 287.0, 288.0, 286.0, 288.0, 287.0, 287.0, 288.0, 287.0, 288.0, 287.0, 288.0, 287.0, 286.0, 287.0, 288.0, 288.0, 286.0, 288.0, 287.0, 286.0, 289.0, 288.0, 289.0, 287.0, 288.0, 289.0, 288.0, 288.0, 289.0, 289.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 287.0, 288.0, 288.0, 287.0, 287.0, 288.0, 288.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 288.0, 287.0, 288.0, 288.0, 288.0, 287.0, 288.0, 288.0, 287.0, 288.0, 287.0, 287.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 287.0, 287.0, 288.0, 287.0, 288.0, 287.0, 287.0, 287.0, 288.0, 288.0, 287.0, 288.0, 287.0, 288.0, 287.0, 288.0, 287.0, 287.0, 287.0, 288.0, 287.0, 288.0, 288.0, 287.0, 288.0, 287.0, 288.0, 287.0, 288.0, 288.0, 287.0, 288.0, 287.0, 288.0, 287.0, 289.0, 287.0, 288.0, 288.0, 288.0, 287.0, 287.0, 288.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 289.0, 287.0, 288.0, 288.0, 288.0, 287.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 290.0, 290.0, 289.0, 290.0, 288.0, 290.0, 288.0, 289.0, 290.0, 289.0, 290.0, 288.0, 290.0, 289.0, 289.0, 288.0, 289.0, 289.0, 289.0, 290.0, 289.0, 289.0, 289.0, 290.0, 290.0, 289.0, 290.0, 289.0, 290.0, 289.0, 290.0, 290.0, 289.0, 290.0, 289.0, 290.0, 289.0, 290.0, 289.0, 289.0, 289.0, 289.0, 290.0, 288.0, 290.0, 289.0, 291.0, 291.0, 290.0, 291.0, 289.0, 290.0, 289.0, 289.0, 289.0, 290.0, 289.0, 288.0, 290.0, 289.0, 289.0, 290.0, 289.0, 289.0, 288.0, 288.0, 288.0, 288.0, 290.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 289.0, 287.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 289.0, 288.0, 288.0, 287.0, 288.0, 287.0, 288.0, 288.0, 287.0, 288.0, 287.0, 287.0, 287.0, 288.0, 287.0, 288.0, 288.0, 287.0, 289.0, 287.0, 288.0, 287.0, 288.0, 287.0, 288.0, 287.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 289.0, 288.0, 288.0, 288.0, 289.0, 290.0, 288.0, 290.0, 288.0, 290.0, 290.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 289.0, 287.0, 289.0, 286.0, 288.0, 287.0, 288.0, 288.0, 288.0, 289.0, 287.0, 289.0, 288.0, 289.0, 287.0, 288.0, 286.0, 288.0, 288.0, 289.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 290.0, 289.0, 290.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 289.0, 287.0, 289.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 287.0, 288.0, 287.0, 289.0, 287.0, 286.0, 287.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 287.0, 289.0, 287.0, 288.0, 288.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 288.0, 289.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 289.0, 288.0, 290.0, 287.0, 289.0, 289.0, 288.0, 289.0, 290.0, 288.0, 289.0, 289.0, 288.0, 290.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 288.0, 287.0, 289.0, 288.0, 288.0, 286.0, 288.0, 286.0, 288.0, 286.0, 288.0, 288.0, 288.0, 289.0, 287.0, 290.0, 287.0, 289.0, 290.0, 288.0, 290.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 287.0, 288.0, 288.0, 287.0, 289.0, 288.0, 287.0, 287.0, 288.0, 287.0, 288.0, 288.0, 287.0, 288.0, 286.0, 288.0, 286.0, 287.0, 287.0, 287.0, 288.0, 286.0, 288.0, 286.0, 286.0, 287.0, 287.0, 288.0, 286.0, 288.0, 287.0, 286.0, 287.0, 287.0, 288.0, 285.0, 287.0, 287.0, 287.0, 287.0, 287.0, 288.0, 287.0, 288.0, 287.0, 287.0, 286.0, 287.0, 287.0, 287.0, 288.0, 286.0, 288.0, 286.0, 288.0, 286.0, 287.0, 287.0, 288.0, 289.0, 287.0, 289.0, 286.0, 288.0, 287.0, 288.0, 288.0, 288.0, 289.0, 288.0, 289.0, 287.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 287.0, 288.0, 287.0, 287.0, 287.0, 286.0, 286.0, 287.0, 286.0, 287.0, 286.0, 287.0, 288.0, 286.0, 288.0, 286.0, 288.0, 286.0, 287.0, 287.0, 287.0, 287.0, 287.0, 289.0, 287.0, 289.0, 286.0, 288.0, 287.0, 287.0, 288.0, 288.0, 289.0, 288.0, 288.0, 287.0, 287.0, 287.0, 287.0, 286.0, 288.0, 287.0, 288.0, 288.0, 287.0, 289.0, 287.0, 288.0, 287.0, 287.0, 287.0, 288.0, 288.0, 287.0, 288.0, 287.0, 287.0, 288.0, 288.0, 289.0, 288.0, 288.0, 287.0, 287.0, 287.0, 287.0, 286.0, 287.0, 286.0, 287.0, 286.0, 287.0, 285.0, 286.0, 285.0, 286.0, 285.0, 286.0, 285.0, 287.0, 287.0, 286.0, 287.0, 286.0, 288.0, 286.0, 287.0, 286.0, 288.0, 287.0, 287.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 287.0, 288.0, 288.0, 289.0, 287.0, 289.0, 287.0, 288.0, 288.0, 288.0, 288.0, 287.0, 288.0], 'WindowWidth': [636.0, 632.0, 633.0, 630.0, 632.0, 630.0, 629.0, 629.0, 627.0, 629.0, 627.0, 630.0, 628.0, 629.0, 628.0, 627.0, 628.0, 628.0, 630.0, 629.0, 630.0, 630.0, 630.0, 629.0, 629.0, 632.0, 631.0, 632.0, 629.0, 630.0, 629.0, 629.0, 631.0, 629.0, 632.0, 630.0, 631.0, 629.0, 631.0, 630.0, 629.0, 630.0, 628.0, 630.0, 629.0, 632.0, 630.0, 631.0, 629.0, 629.0, 629.0, 630.0, 631.0, 629.0, 632.0, 629.0, 632.0, 629.0, 630.0, 630.0, 630.0, 632.0, 629.0, 631.0, 629.0, 632.0, 630.0, 632.0, 630.0, 629.0, 629.0, 629.0, 630.0, 630.0, 632.0, 628.0, 631.0, 629.0, 631.0, 629.0, 630.0, 630.0, 630.0, 631.0, 630.0, 632.0, 629.0, 631.0, 629.0, 631.0, 629.0, 632.0, 631.0, 631.0, 629.0, 628.0, 630.0, 629.0, 630.0, 629.0, 631.0, 629.0, 631.0, 629.0, 633.0, 631.0, 631.0, 630.0, 631.0, 633.0, 630.0, 633.0, 631.0, 633.0, 631.0, 633.0, 631.0, 632.0, 632.0, 629.0, 633.0, 631.0, 632.0, 631.0, 632.0, 633.0, 632.0, 632.0, 633.0, 632.0, 633.0, 634.0, 630.0, 634.0, 631.0, 634.0, 632.0, 632.0, 633.0, 629.0, 631.0, 629.0, 631.0, 630.0, 632.0, 631.0, 629.0, 629.0, 629.0, 630.0, 629.0, 632.0, 631.0, 631.0, 629.0, 629.0, 631.0, 630.0, 632.0, 629.0, 632.0, 630.0, 630.0, 630.0, 631.0, 632.0, 630.0, 632.0, 629.0, 631.0, 630.0, 632.0, 631.0, 632.0, 630.0, 630.0, 630.0, 630.0, 632.0, 630.0, 632.0, 630.0, 632.0, 630.0, 631.0, 630.0, 632.0, 631.0, 631.0, 629.0, 631.0, 630.0, 631.0, 630.0, 630.0, 629.0, 631.0, 633.0, 631.0, 630.0, 629.0, 631.0, 630.0, 632.0, 631.0, 631.0, 632.0, 630.0, 633.0, 631.0, 632.0, 630.0, 632.0, 629.0, 632.0, 628.0, 631.0, 628.0, 630.0, 628.0, 630.0, 628.0, 631.0, 628.0, 631.0, 629.0, 630.0, 629.0, 631.0, 630.0, 632.0, 629.0, 630.0, 630.0, 632.0, 633.0, 631.0, 632.0, 631.0, 632.0, 631.0, 632.0, 631.0, 633.0, 631.0, 632.0, 630.0, 632.0, 631.0, 632.0, 630.0, 631.0, 630.0, 631.0, 630.0, 631.0, 631.0, 633.0, 633.0, 635.0, 633.0, 630.0, 631.0, 630.0, 632.0, 632.0, 633.0, 632.0, 632.0, 633.0, 632.0, 633.0, 633.0, 633.0, 633.0, 632.0, 633.0, 632.0, 633.0, 632.0, 632.0, 631.0, 630.0, 631.0, 631.0, 631.0, 631.0, 631.0, 631.0, 632.0, 632.0, 631.0, 632.0, 631.0, 632.0, 632.0, 631.0, 632.0, 633.0, 634.0, 633.0, 633.0, 632.0, 633.0, 633.0, 634.0, 633.0, 633.0, 632.0, 633.0, 632.0, 632.0, 632.0, 631.0, 632.0, 631.0, 632.0, 631.0, 632.0, 631.0, 631.0, 630.0, 631.0, 630.0, 630.0, 630.0, 630.0, 630.0, 630.0, 630.0, 630.0, 630.0, 630.0, 631.0, 630.0, 631.0, 630.0, 631.0, 632.0, 631.0, 630.0, 632.0, 632.0, 632.0, 633.0, 632.0, 633.0, 632.0, 632.0, 632.0, 633.0, 634.0, 633.0, 634.0, 633.0, 636.0, 635.0, 635.0, 635.0, 635.0, 635.0, 634.0, 635.0, 634.0, 634.0, 634.0, 633.0, 633.0, 633.0, 632.0, 632.0, 631.0, 631.0, 631.0, 631.0, 631.0, 633.0, 633.0, 632.0, 632.0, 631.0, 631.0, 631.0, 630.0, 630.0, 629.0, 631.0, 630.0, 631.0, 630.0, 631.0, 630.0, 629.0, 630.0, 626.0, 629.0, 626.0, 628.0, 626.0, 627.0, 626.0, 626.0, 625.0, 625.0, 625.0, 624.0, 625.0, 626.0, 626.0, 626.0, 627.0, 628.0, 627.0, 627.0, 627.0, 627.0, 627.0, 627.0, 628.0, 628.0, 628.0, 628.0, 628.0, 628.0, 628.0, 630.0, 629.0, 629.0, 630.0, 630.0, 629.0, 629.0, 630.0, 630.0, 631.0, 629.0, 631.0, 629.0, 630.0, 629.0, 631.0, 630.0, 631.0, 630.0, 629.0, 630.0, 631.0, 631.0, 632.0, 632.0, 631.0, 632.0, 631.0, 632.0, 631.0, 631.0, 632.0, 633.0, 632.0, 632.0, 633.0, 632.0, 633.0, 632.0, 633.0, 632.0, 633.0, 632.0, 633.0, 632.0, 631.0, 632.0, 632.0, 633.0, 632.0, 632.0, 632.0, 633.0, 632.0, 632.0, 632.0, 631.0, 631.0, 631.0, 632.0, 632.0, 632.0, 632.0, 632.0, 632.0, 633.0, 632.0, 632.0, 633.0, 631.0, 633.0, 632.0, 632.0, 632.0, 631.0, 632.0, 633.0, 631.0, 633.0, 633.0, 631.0, 632.0, 632.0, 632.0, 632.0, 632.0, 633.0, 633.0, 634.0, 633.0, 633.0, 633.0, 632.0, 632.0, 632.0, 632.0, 632.0, 632.0, 632.0, 631.0, 632.0, 632.0, 631.0, 631.0, 631.0, 632.0, 631.0, 630.0, 630.0, 631.0, 631.0, 631.0, 631.0, 631.0, 633.0, 632.0, 631.0, 631.0, 631.0, 632.0, 632.0, 632.0, 631.0, 631.0, 631.0, 631.0, 631.0, 632.0, 632.0, 631.0, 632.0, 633.0, 632.0, 632.0, 633.0, 633.0, 634.0, 633.0, 633.0, 634.0, 632.0, 633.0, 632.0, 631.0, 632.0, 631.0, 631.0, 631.0, 631.0, 630.0, 630.0, 630.0, 631.0, 630.0, 631.0, 631.0, 631.0, 630.0, 630.0, 631.0, 630.0, 630.0, 630.0, 631.0, 630.0, 631.0, 631.0, 630.0, 630.0, 631.0, 632.0, 630.0, 630.0, 630.0, 631.0, 631.0, 631.0, 631.0, 632.0, 631.0, 631.0, 630.0, 630.0, 630.0, 629.0, 630.0, 629.0, 630.0, 630.0, 630.0, 629.0, 631.0, 629.0, 629.0, 629.0, 630.0, 631.0, 629.0, 631.0, 629.0, 630.0, 629.0, 630.0, 630.0, 629.0, 630.0, 630.0, 632.0, 630.0, 631.0, 630.0, 631.0, 629.0, 630.0, 631.0, 631.0, 631.0, 630.0, 631.0, 629.0, 631.0, 629.0, 630.0, 631.0, 630.0, 630.0, 628.0, 629.0, 630.0, 628.0, 630.0, 629.0, 629.0, 631.0, 629.0, 630.0, 629.0, 631.0, 629.0, 629.0, 629.0, 630.0, 630.0, 629.0, 630.0, 629.0, 629.0, 632.0, 631.0, 632.0, 630.0, 631.0, 632.0, 632.0, 631.0, 632.0, 632.0, 633.0, 632.0, 632.0, 632.0, 631.0, 632.0, 631.0, 631.0, 631.0, 631.0, 632.0, 631.0, 632.0, 631.0, 631.0, 631.0, 631.0, 631.0, 631.0, 631.0, 631.0, 632.0, 631.0, 631.0, 631.0, 631.0, 632.0, 631.0, 631.0, 631.0, 630.0, 631.0, 631.0, 631.0, 632.0, 633.0, 631.0, 632.0, 631.0, 631.0, 631.0, 631.0, 631.0, 631.0, 630.0, 631.0, 631.0, 631.0, 631.0, 630.0, 631.0, 630.0, 629.0, 630.0, 630.0, 630.0, 629.0, 628.0, 629.0, 629.0, 629.0, 628.0, 630.0, 629.0, 630.0, 629.0, 630.0, 629.0, 629.0, 630.0, 630.0, 631.0, 629.0, 631.0, 630.0, 630.0, 630.0, 630.0, 631.0, 630.0, 631.0, 630.0, 630.0, 630.0, 631.0, 630.0, 632.0, 630.0, 631.0, 631.0, 630.0, 631.0, 631.0, 630.0, 630.0, 632.0, 630.0, 631.0, 630.0, 631.0, 631.0, 630.0, 631.0, 630.0, 630.0, 629.0, 631.0, 629.0, 631.0, 629.0, 630.0, 630.0, 630.0, 630.0, 629.0, 631.0, 630.0, 631.0, 630.0, 630.0, 630.0, 629.0, 630.0, 630.0, 630.0, 630.0, 631.0, 629.0, 631.0, 630.0, 631.0, 630.0, 631.0, 630.0, 629.0, 630.0, 630.0, 631.0, 630.0, 632.0, 629.0, 631.0, 630.0, 631.0, 630.0, 630.0, 630.0, 631.0, 632.0, 631.0, 632.0, 631.0, 631.0, 631.0, 631.0, 630.0, 631.0, 632.0, 630.0, 632.0, 630.0, 631.0, 631.0, 631.0, 629.0, 632.0, 630.0, 630.0, 630.0, 631.0, 630.0, 631.0, 632.0, 631.0, 632.0, 631.0, 632.0, 631.0, 633.0, 631.0, 634.0, 633.0, 633.0, 634.0, 631.0, 634.0, 632.0, 633.0, 634.0, 633.0, 634.0, 632.0, 634.0, 633.0, 633.0, 632.0, 633.0, 632.0, 633.0, 633.0, 632.0, 633.0, 633.0, 634.0, 633.0, 633.0, 634.0, 633.0, 634.0, 633.0, 634.0, 634.0, 633.0, 634.0, 633.0, 635.0, 633.0, 634.0, 633.0, 633.0, 633.0, 633.0, 634.0, 632.0, 634.0, 633.0, 635.0, 635.0, 634.0, 635.0, 633.0, 634.0, 633.0, 633.0, 633.0, 634.0, 633.0, 632.0, 634.0, 632.0, 633.0, 634.0, 633.0, 633.0, 631.0, 632.0, 632.0, 632.0, 633.0, 631.0, 632.0, 631.0, 633.0, 631.0, 631.0, 632.0, 631.0, 633.0, 632.0, 631.0, 630.0, 631.0, 632.0, 631.0, 632.0, 631.0, 632.0, 632.0, 632.0, 632.0, 632.0, 633.0, 630.0, 631.0, 632.0, 629.0, 631.0, 630.0, 631.0, 632.0, 631.0, 631.0, 632.0, 632.0, 632.0, 630.0, 632.0, 630.0, 630.0, 632.0, 630.0, 631.0, 629.0, 630.0, 630.0, 631.0, 631.0, 629.0, 631.0, 629.0, 629.0, 629.0, 630.0, 629.0, 631.0, 631.0, 630.0, 632.0, 629.0, 631.0, 629.0, 631.0, 629.0, 630.0, 629.0, 630.0, 632.0, 630.0, 632.0, 630.0, 632.0, 631.0, 631.0, 632.0, 631.0, 632.0, 631.0, 633.0, 633.0, 632.0, 633.0, 632.0, 633.0, 633.0, 632.0, 633.0, 632.0, 633.0, 631.0, 631.0, 631.0, 631.0, 632.0, 629.0, 632.0, 628.0, 630.0, 630.0, 631.0, 630.0, 631.0, 632.0, 630.0, 632.0, 630.0, 632.0, 629.0, 631.0, 628.0, 631.0, 631.0, 632.0, 631.0, 631.0, 630.0, 632.0, 631.0, 632.0, 632.0, 631.0, 633.0, 631.0, 633.0, 633.0, 633.0, 633.0, 632.0, 633.0, 631.0, 633.0, 631.0, 632.0, 632.0, 630.0, 632.0, 630.0, 631.0, 630.0, 631.0, 632.0, 631.0, 631.0, 630.0, 631.0, 631.0, 630.0, 632.0, 630.0, 631.0, 629.0, 632.0, 629.0, 629.0, 629.0, 631.0, 632.0, 630.0, 632.0, 630.0, 632.0, 630.0, 631.0, 631.0, 631.0, 632.0, 630.0, 631.0, 629.0, 632.0, 629.0, 631.0, 630.0, 631.0, 632.0, 630.0, 632.0, 630.0, 632.0, 632.0, 631.0, 632.0, 630.0, 631.0, 631.0, 633.0, 632.0, 631.0, 632.0, 630.0, 632.0, 631.0, 633.0, 632.0, 632.0, 633.0, 630.0, 632.0, 632.0, 631.0, 633.0, 634.0, 632.0, 633.0, 632.0, 632.0, 633.0, 632.0, 630.0, 631.0, 631.0, 632.0, 632.0, 632.0, 631.0, 630.0, 630.0, 630.0, 631.0, 630.0, 631.0, 628.0, 631.0, 628.0, 631.0, 628.0, 630.0, 631.0, 631.0, 632.0, 630.0, 633.0, 630.0, 633.0, 633.0, 632.0, 633.0, 631.0, 632.0, 631.0, 631.0, 631.0, 631.0, 632.0, 630.0, 632.0, 631.0, 631.0, 630.0, 631.0, 633.0, 630.0, 631.0, 631.0, 631.0, 630.0, 630.0, 631.0, 629.0, 631.0, 631.0, 630.0, 630.0, 631.0, 629.0, 630.0, 630.0, 629.0, 631.0, 628.0, 631.0, 628.0, 629.0, 629.0, 629.0, 630.0, 628.0, 630.0, 628.0, 628.0, 629.0, 629.0, 630.0, 628.0, 630.0, 629.0, 628.0, 629.0, 629.0, 630.0, 627.0, 629.0, 628.0, 629.0, 629.0, 629.0, 630.0, 629.0, 630.0, 629.0, 629.0, 628.0, 629.0, 629.0, 628.0, 630.0, 628.0, 631.0, 628.0, 631.0, 628.0, 629.0, 629.0, 630.0, 632.0, 630.0, 632.0, 628.0, 631.0, 629.0, 631.0, 630.0, 631.0, 632.0, 630.0, 632.0, 630.0, 632.0, 630.0, 631.0, 630.0, 630.0, 631.0, 630.0, 632.0, 629.0, 631.0, 629.0, 629.0, 629.0, 628.0, 628.0, 630.0, 628.0, 630.0, 628.0, 629.0, 630.0, 628.0, 630.0, 628.0, 630.0, 628.0, 629.0, 629.0, 629.0, 629.0, 630.0, 632.0, 629.0, 632.0, 628.0, 631.0, 629.0, 629.0, 630.0, 630.0, 632.0, 630.0, 631.0, 629.0, 630.0, 630.0, 630.0, 628.0, 630.0, 629.0, 630.0, 631.0, 630.0, 632.0, 629.0, 631.0, 629.0, 630.0, 630.0, 630.0, 631.0, 629.0, 630.0, 629.0, 629.0, 631.0, 632.0, 632.0, 630.0, 631.0, 629.0, 629.0, 629.0, 629.0, 628.0, 629.0, 628.0, 630.0, 628.0, 629.0, 626.0, 627.0, 626.0, 627.0, 626.0, 627.0, 626.0, 628.0, 628.0, 628.0, 629.0, 627.0, 630.0, 628.0, 629.0, 628.0, 630.0, 629.0, 630.0, 632.0, 630.0, 630.0, 630.0, 631.0, 631.0, 630.0, 631.0, 630.0, 632.0, 629.0, 632.0, 629.0, 630.0, 631.0, 630.0, 631.0, 629.0, 630.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.005413180494905387</td></tr>
<tr><td colspan=3>aqi</td><td>0.0417669729985444</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.063415655112884</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3199374400873989</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0529102842024751</td></tr>
<tr><td colspan=3>efc</td><td>0.478</td></tr>
<tr><td colspan=3>fber</td><td>6697.5132</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09728268885516508</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>35</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.547307132459971</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5157836149872987</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4886775770289393</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6637177546738378</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.394955513259119</td></tr>
<tr><td colspan=3>gcor</td><td>0.0063652</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01577690802514553</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0255250446498394</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1374</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.10528170409556</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>29.9756</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>2.9868</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>11.6094</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>297782.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>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>23.2645</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0545</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>36.1608</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>236.7222</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>248.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78762.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>90.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>306.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>60.4096</td></tr>
<tr><td colspan=3>tsnr</td><td>32.018867183011025</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>