<?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-0021_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-0021_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-0021_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-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0021/figures/sub-0021_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-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021/ses-01/func/sub-0021_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>eea4ddc57163fa0e5f2fa4a5f7b74864</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:52:50.640000</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.998711, 0.0496185, -0.0107279, -0.0504178, 0.994153, -0.0954906]</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.108968</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>59</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4145, -7725, -7222, 510, -33, -29, -149, 57]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.242</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6c059fcb-b9b9-4510-bc21-51e5dfe25239||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.6794676780700684, -0.1352672576904297, -0.016002951189875603, 118.39840698242188], [-0.13312283158302307, 2.66723895072937, -0.25895264744758606, -90.2393569946289], [-0.028782039880752563, 0.2561943829059601, 2.6875057220458984, -54.835044860839844], [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': ['165250.640000', '165251.100000', '165251.560000', '165252.020000', '165252.480000', '165252.940000', '165253.400000', '165253.860000', '165254.320000', '165254.780000', '165255.240000', '165255.700000', '165256.160000', '165256.620000', '165257.080000', '165257.540000', '165258.000000', '165258.460000', '165258.920000', '165259.380000', '165259.840000', '165300.300000', '165300.760000', '165301.220000', '165301.680000', '165302.140000', '165302.600000', '165303.060000', '165303.520000', '165303.980000', '165304.440000', '165304.900000', '165305.360000', '165305.820000', '165306.280000', '165306.740000', '165307.200000', '165307.660000', '165308.120000', '165308.580000', '165309.040000', '165309.500000', '165309.960000', '165310.420000', '165310.880000', '165311.340000', '165311.800000', '165312.260000', '165312.720000', '165313.180000', '165313.640000', '165314.100000', '165314.560000', '165315.020000', '165315.480000', '165315.940000', '165316.400000', '165316.860000', '165317.320000', '165317.780000', '165318.240000', '165318.700000', '165319.160000', '165319.620000', '165320.080000', '165320.540000', '165321.000000', '165321.460000', '165321.920000', '165322.380000', '165322.840000', '165323.300000', '165323.760000', '165324.220000', '165324.680000', '165325.140000', '165325.600000', '165326.060000', '165326.520000', '165326.980000', '165327.440000', '165327.900000', '165328.360000', '165328.820000', '165329.280000', '165329.740000', '165330.200000', '165330.660000', '165331.120000', '165331.580000', '165332.040000', '165332.500000', '165332.960000', '165333.420000', '165333.880000', '165334.340000', '165334.800000', '165335.260000', '165335.720000', '165336.180000', '165336.640000', '165337.100000', '165337.560000', '165338.020000', '165338.480000', '165338.940000', '165339.400000', '165339.860000', '165340.320000', '165340.780000', '165341.240000', '165341.700000', '165342.160000', '165342.620000', '165343.080000', '165343.540000', '165344.000000', '165344.460000', '165344.920000', '165345.380000', '165345.840000', '165346.300000', '165346.760000', '165347.220000', '165347.680000', '165348.140000', '165348.600000', '165349.060000', '165349.520000', '165349.980000', '165350.440000', '165350.900000', '165351.360000', '165351.820000', '165352.280000', '165352.740000', '165353.200000', '165353.660000', '165354.120000', '165354.580000', '165355.040000', '165355.500000', '165355.960000', '165356.420000', '165356.880000', '165357.340000', '165357.800000', '165358.260000', '165358.720000', '165359.180000', '165359.640000', '165400.100000', '165400.560000', '165401.020000', '165401.480000', '165401.940000', '165402.400000', '165402.860000', '165403.320000', '165403.780000', '165404.240000', '165404.700000', '165405.160000', '165405.620000', '165406.080000', '165406.540000', '165407.000000', '165407.460000', '165407.920000', '165408.380000', '165408.840000', '165409.300000', '165409.760000', '165410.220000', '165410.680000', '165411.140000', '165411.600000', '165412.060000', '165412.520000', '165412.980000', '165413.440000', '165413.900000', '165414.360000', '165414.820000', '165415.280000', '165415.740000', '165416.200000', '165416.660000', '165417.120000', '165417.580000', '165418.040000', '165418.500000', '165418.960000', '165419.420000', '165419.880000', '165420.340000', '165420.800000', '165421.260000', '165421.720000', '165422.180000', '165422.640000', '165423.100000', '165423.560000', '165424.020000', '165424.480000', '165424.940000', '165425.400000', '165425.860000', '165426.320000', '165426.780000', '165427.240000', '165427.700000', '165428.160000', '165428.620000', '165429.080000', '165429.540000', '165430.000000', '165430.460000', '165430.920000', '165431.380000', '165431.840000', '165432.300000', '165432.760000', '165433.220000', '165433.680000', '165434.140000', '165434.600000', '165435.060000', '165435.520000', '165435.980000', '165436.440000', '165436.900000', '165437.360000', '165437.820000', '165438.280000', '165438.740000', '165439.200000', '165439.660000', '165440.120000', '165440.580000', '165441.040000', '165441.500000', '165441.960000', '165442.420000', '165442.880000', '165443.340000', '165443.800000', '165444.260000', '165444.720000', '165445.180000', '165445.640000', '165446.100000', '165446.560000', '165447.020000', '165447.480000', '165447.940000', '165448.400000', '165448.860000', '165449.320000', '165449.780000', '165450.240000', '165450.700000', '165451.160000', '165451.620000', '165452.080000', '165452.540000', '165453.000000', '165453.460000', '165453.920000', '165454.380000', '165454.840000', '165455.300000', '165455.760000', '165456.220000', '165456.680000', '165457.140000', '165457.600000', '165458.060000', '165458.520000', '165458.980000', '165459.440000', '165459.900000', '165500.360000', '165500.820000', '165501.280000', '165501.740000', '165502.200000', '165502.660000', '165503.120000', '165503.580000', '165504.040000', '165504.500000', '165504.960000', '165505.420000', '165505.880000', '165506.340000', '165506.800000', '165507.260000', '165507.720000', '165508.180000', '165508.640000', '165509.100000', '165509.560000', '165510.020000', '165510.480000', '165510.940000', '165511.400000', '165511.860000', '165512.320000', '165512.780000', '165513.240000', '165513.700000', '165514.160000', '165514.620000', '165515.080000', '165515.540000', '165516.000000', '165516.460000', '165516.920000', '165517.380000', '165517.840000', '165518.300000', '165518.760000', '165519.220000', '165519.680000', '165520.140000', '165520.600000', '165521.060000', '165521.520000', '165521.980000', '165522.440000', '165522.900000', '165523.360000', '165523.820000', '165524.280000', '165524.740000', '165525.200000', '165525.660000', '165526.120000', '165526.580000', '165527.040000', '165527.500000', '165527.960000', '165528.420000', '165528.880000', '165529.340000', '165529.800000', '165530.260000', '165530.720000', '165531.180000', '165531.640000', '165532.100000', '165532.560000', '165533.020000', '165533.480000', '165533.940000', '165534.400000', '165534.860000', '165535.320000', '165535.780000', '165536.240000', '165536.700000', '165537.160000', '165537.620000', '165538.080000', '165538.540000', '165539.000000', '165539.460000', '165539.920000', '165540.380000', '165540.840000', '165541.300000', '165541.760000', '165542.220000', '165542.680000', '165543.140000', '165543.600000', '165544.060000', '165544.520000', '165544.980000', '165545.440000', '165545.900000', '165546.360000', '165546.820000', '165547.280000', '165547.740000', '165548.200000', '165548.660000', '165549.120000', '165549.580000', '165550.040000', '165550.500000', '165550.960000', '165551.420000', '165551.880000', '165552.340000', '165552.800000', '165553.260000', '165553.720000', '165554.180000', '165554.640000', '165555.100000', '165555.560000', '165556.020000', '165556.480000', '165556.940000', '165557.400000', '165557.860000', '165558.320000', '165558.780000', '165559.240000', '165559.700000', '165600.160000', '165600.620000', '165601.080000', '165601.540000', '165602.000000', '165602.460000', '165602.920000', '165603.380000', '165603.840000', '165604.300000', '165604.760000', '165605.220000', '165605.680000', '165606.140000', '165606.600000', '165607.060000', '165607.520000', '165607.980000', '165608.440000', '165608.900000', '165609.360000', '165609.820000', '165610.280000', '165610.740000', '165611.200000', '165611.660000', '165612.120000', '165612.580000', '165613.040000', '165613.500000', '165613.960000', '165614.420000', '165614.880000', '165615.340000', '165615.800000', '165616.260000', '165616.720000', '165617.180000', '165617.640000', '165618.100000', '165618.560000', '165619.020000', '165619.480000', '165619.940000', '165620.400000', '165620.860000', '165621.320000', '165621.780000', '165622.240000', '165622.700000', '165623.160000', '165623.620000', '165624.080000', '165624.540000', '165625.000000', '165625.460000', '165625.920000', '165626.380000', '165626.840000', '165627.300000', '165627.760000', '165628.220000', '165628.680000', '165629.140000', '165629.600000', '165630.060000', '165630.520000', '165630.980000', '165631.440000', '165631.900000', '165632.360000', '165632.820000', '165633.280000', '165633.740000', '165634.200000', '165634.660000', '165635.120000', '165635.580000', '165636.040000', '165636.500000', '165636.960000', '165637.420000', '165637.880000', '165638.340000', '165638.800000', '165639.260000', '165639.720000', '165640.180000', '165640.640000', '165641.100000', '165641.560000', '165642.020000', '165642.480000', '165642.940000', '165643.400000', '165643.860000', '165644.320000', '165644.780000', '165645.240000', '165645.700000', '165646.160000', '165646.620000', '165647.080000', '165647.540000', '165648.000000', '165648.460000', '165648.920000', '165649.380000', '165649.840000', '165650.300000', '165650.760000', '165651.220000', '165651.680000', '165652.140000', '165652.600000', '165653.060000', '165653.520000', '165653.980000', '165654.440000', '165654.900000', '165655.360000', '165655.820000', '165656.280000', '165656.740000', '165657.200000', '165657.660000', '165658.120000', '165658.580000', '165659.040000', '165659.500000', '165659.960000', '165700.420000', '165700.880000', '165701.340000', '165701.800000', '165702.260000', '165702.720000', '165703.180000', '165703.640000', '165704.100000', '165704.560000', '165705.020000', '165705.480000', '165705.940000', '165706.400000', '165706.860000', '165707.320000', '165707.780000', '165708.240000', '165708.700000', '165709.160000', '165709.620000', '165710.080000', '165710.540000', '165711.000000', '165711.460000', '165711.920000', '165712.380000', '165712.840000', '165713.300000', '165713.760000', '165714.220000', '165714.680000', '165715.140000', '165715.600000', '165716.060000', '165716.520000', '165716.980000', '165717.440000', '165717.900000', '165718.360000', '165718.820000', '165719.280000', '165719.740000', '165720.200000', '165720.660000', '165721.120000', '165721.580000', '165722.040000', '165722.500000', '165722.960000', '165723.420000', '165723.880000', '165724.340000', '165724.800000', '165725.260000', '165725.720000', '165726.180000', '165726.640000', '165727.100000', '165727.560000', '165728.020000', '165728.480000', '165728.940000', '165729.400000', '165729.860000', '165730.320000', '165730.780000', '165731.240000', '165731.700000', '165732.160000', '165732.620000', '165733.080000', '165733.540000', '165734.000000', '165734.460000', '165734.920000', '165735.380000', '165735.840000', '165736.300000', '165736.760000', '165737.220000', '165737.680000', '165738.140000', '165738.600000', '165739.060000', '165739.520000', '165739.980000', '165740.440000', '165740.900000', '165741.360000', '165741.820000', '165742.280000', '165742.740000', '165743.200000', '165743.660000', '165744.120000', '165744.580000', '165745.040000', '165745.500000', '165745.960000', '165746.420000', '165746.880000', '165747.340000', '165747.800000', '165748.260000', '165748.720000', '165749.180000', '165749.640000', '165750.100000', '165750.560000', '165751.020000', '165751.480000', '165751.940000', '165752.400000', '165752.860000', '165753.320000', '165753.780000', '165754.240000', '165754.700000', '165755.160000', '165755.620000', '165756.080000', '165756.540000', '165757.000000', '165757.460000', '165757.920000', '165758.380000', '165758.840000', '165759.300000', '165759.760000', '165800.220000', '165800.680000', '165801.140000', '165801.600000', '165802.060000', '165802.520000', '165802.980000', '165803.440000', '165803.900000', '165804.360000', '165804.820000', '165805.280000', '165805.740000', '165806.200000', '165806.660000', '165807.120000', '165807.580000', '165808.040000', '165808.500000', '165808.960000', '165809.420000', '165809.880000', '165810.340000', '165810.800000', '165811.260000', '165811.720000', '165812.180000', '165812.640000', '165813.100000', '165813.560000', '165814.020000', '165814.480000', '165814.940000', '165815.400000', '165815.860000', '165816.320000', '165816.780000', '165817.240000', '165817.700000', '165818.160000', '165818.620000', '165819.080000', '165819.540000', '165820.000000', '165820.460000', '165820.920000', '165821.380000', '165821.840000', '165822.300000', '165822.760000', '165823.220000', '165823.680000', '165824.140000', '165824.600000', '165825.060000', '165825.520000', '165825.980000', '165826.440000', '165826.900000', '165827.360000', '165827.820000', '165828.280000', '165828.740000', '165829.200000', '165829.660000', '165830.120000', '165830.580000', '165831.040000', '165831.500000', '165831.960000', '165832.420000', '165832.880000', '165833.340000', '165833.800000', '165834.260000', '165834.720000', '165835.180000', '165835.640000', '165836.100000', '165836.560000', '165837.020000', '165837.480000', '165837.940000', '165838.400000', '165838.860000', '165839.320000', '165839.780000', '165840.240000', '165840.700000', '165841.160000', '165841.620000', '165842.080000', '165842.540000', '165843.000000', '165843.460000', '165843.920000', '165844.380000', '165844.840000', '165845.300000', '165845.760000', '165846.220000', '165846.680000', '165847.140000', '165847.600000', '165848.060000', '165848.520000', '165848.980000', '165849.440000', '165849.900000', '165850.360000', '165850.820000', '165851.280000', '165851.740000', '165852.200000', '165852.660000', '165853.120000', '165853.580000', '165854.040000', '165854.500000', '165854.960000', '165855.420000', '165855.880000', '165856.340000', '165856.800000', '165857.260000', '165857.720000', '165858.180000', '165858.640000', '165859.100000', '165859.560000', '165900.020000', '165900.480000', '165900.940000', '165901.400000', '165901.860000', '165902.320000', '165902.780000', '165903.240000', '165903.700000', '165904.160000', '165904.620000', '165905.080000', '165905.540000', '165906.000000', '165906.460000', '165906.920000', '165907.380000', '165907.840000', '165908.300000', '165908.760000', '165909.220000', '165909.680000', '165910.140000', '165910.600000', '165911.060000', '165911.520000', '165911.980000', '165912.440000', '165912.900000', '165913.360000', '165913.820000', '165914.280000', '165914.740000', '165915.200000', '165915.660000', '165916.120000', '165916.580000', '165917.040000', '165917.500000', '165917.960000', '165918.420000', '165918.880000', '165919.340000', '165919.800000', '165920.260000', '165920.720000', '165921.180000', '165921.640000', '165922.100000', '165922.560000', '165923.020000', '165923.480000', '165923.940000', '165924.400000', '165924.860000', '165925.320000', '165925.780000', '165926.240000', '165926.700000', '165927.160000', '165927.620000', '165928.080000', '165928.540000', '165929.000000', '165929.460000', '165929.920000', '165930.380000', '165930.840000', '165931.300000', '165931.760000', '165932.220000', '165932.680000', '165933.140000', '165933.600000', '165934.060000', '165934.520000', '165934.980000', '165935.440000', '165935.900000', '165936.360000', '165936.820000', '165937.280000', '165937.740000', '165938.200000', '165938.660000', '165939.120000', '165939.580000', '165940.040000', '165940.500000', '165940.960000', '165941.420000', '165941.880000', '165942.340000', '165942.800000', '165943.260000', '165943.720000', '165944.180000', '165944.640000', '165945.100000', '165945.560000', '165946.020000', '165946.480000', '165946.940000', '165947.400000', '165947.860000', '165948.320000', '165948.780000', '165949.240000', '165949.700000', '165950.160000', '165950.620000', '165951.080000', '165951.540000', '165952.000000', '165952.460000', '165952.920000', '165953.380000', '165953.840000', '165954.300000', '165954.760000', '165955.220000', '165955.680000', '165956.140000', '165956.600000', '165957.060000', '165957.520000', '165957.980000', '165958.440000', '165958.900000', '165959.360000', '165959.820000', '170000.280000', '170000.740000', '170001.200000', '170001.660000', '170002.120000', '170002.580000', '170003.040000', '170003.500000', '170003.960000', '170004.420000', '170004.880000', '170005.340000', '170005.800000', '170006.260000', '170006.720000', '170007.180000', '170007.640000', '170008.100000', '170008.560000', '170009.020000', '170009.480000', '170009.940000', '170010.400000', '170010.860000', '170011.320000', '170011.780000', '170012.240000', '170012.700000', '170013.160000', '170013.620000', '170014.080000', '170014.540000', '170015.000000', '170015.460000', '170015.920000', '170016.380000', '170016.840000', '170017.300000', '170017.760000', '170018.220000', '170018.680000', '170019.140000', '170019.600000', '170020.060000', '170020.520000', '170020.980000', '170021.440000', '170021.900000', '170022.360000', '170022.820000', '170023.280000', '170023.740000', '170024.200000', '170024.660000', '170025.120000', '170025.580000', '170026.040000', '170026.500000', '170026.960000', '170027.420000', '170027.880000', '170028.340000', '170028.800000', '170029.260000', '170029.720000', '170030.180000', '170030.640000', '170031.100000', '170031.560000', '170032.020000', '170032.480000', '170032.940000', '170033.400000', '170033.860000', '170034.320000', '170034.780000', '170035.240000', '170035.700000', '170036.160000', '170036.620000', '170037.080000', '170037.540000', '170038.000000', '170038.460000', '170038.920000', '170039.380000', '170039.840000', '170040.300000', '170040.760000', '170041.220000', '170041.680000', '170042.140000', '170042.600000', '170043.060000', '170043.520000', '170043.980000', '170044.440000', '170044.900000', '170045.360000', '170045.820000', '170046.280000', '170046.740000', '170047.200000', '170047.660000', '170048.120000', '170048.580000', '170049.040000', '170049.500000', '170049.960000', '170050.420000', '170050.880000', '170051.340000', '170051.800000', '170052.260000', '170052.720000', '170053.180000', '170053.640000', '170054.100000', '170054.560000', '170055.020000', '170055.480000', '170055.940000', '170056.400000', '170056.860000', '170057.320000', '170057.780000', '170058.240000', '170058.700000', '170059.160000', '170059.620000', '170100.080000', '170100.540000', '170101.000000', '170101.460000', '170101.920000', '170102.380000', '170102.840000', '170103.300000', '170103.760000', '170104.220000', '170104.680000', '170105.140000', '170105.600000', '170106.060000', '170106.520000', '170106.980000', '170107.440000', '170107.900000', '170108.360000', '170108.820000', '170109.280000', '170109.740000', '170110.200000', '170110.660000', '170111.120000', '170111.580000', '170112.040000', '170112.500000', '170112.960000', '170113.420000', '170113.880000', '170114.340000', '170114.800000', '170115.260000', '170115.720000', '170116.180000', '170116.640000', '170117.100000', '170117.560000', '170118.020000', '170118.480000', '170118.940000', '170119.400000', '170119.860000', '170120.320000', '170120.780000', '170121.240000', '170121.700000', '170122.160000', '170122.620000', '170123.080000', '170123.540000', '170124.000000', '170124.460000', '170124.920000', '170125.380000', '170125.840000', '170126.300000', '170126.760000', '170127.220000', '170127.680000', '170128.140000', '170128.600000', '170129.060000', '170129.520000', '170129.980000', '170130.440000', '170130.900000', '170131.360000', '170131.820000', '170132.280000', '170132.740000', '170133.200000', '170133.660000', '170134.120000', '170134.580000', '170135.040000', '170135.500000', '170135.960000', '170136.420000', '170136.880000', '170137.340000', '170137.800000', '170138.260000', '170138.720000', '170139.180000', '170139.640000', '170140.100000', '170140.560000', '170141.020000', '170141.480000', '170141.940000', '170142.400000', '170142.860000', '170143.320000', '170143.780000', '170144.240000', '170144.700000', '170145.160000', '170145.620000', '170146.080000', '170146.540000', '170147.000000', '170147.460000', '170147.920000', '170148.380000', '170148.840000', '170149.300000', '170149.760000', '170150.220000', '170150.680000', '170151.140000', '170151.600000', '170152.060000', '170152.520000', '170152.980000', '170153.440000', '170153.900000', '170154.360000', '170154.820000', '170155.280000', '170155.740000', '170156.200000', '170156.660000', '170157.120000', '170157.580000', '170158.040000', '170158.500000', '170158.960000', '170159.420000', '170159.880000', '170200.340000', '170200.800000', '170201.260000', '170201.720000', '170202.180000', '170202.640000', '170203.100000', '170203.560000', '170204.020000', '170204.480000', '170204.940000', '170205.400000', '170205.860000', '170206.320000', '170206.780000', '170207.240000', '170207.700000', '170208.160000', '170208.620000', '170209.080000', '170209.540000', '170210.000000', '170210.460000', '170210.920000', '170211.380000', '170211.840000', '170212.300000', '170212.760000', '170213.220000', '170213.680000', '170214.140000', '170214.600000', '170215.060000', '170215.520000', '170215.980000', '170216.440000', '170216.900000', '170217.360000', '170217.820000', '170218.280000', '170218.740000', '170219.200000', '170219.660000', '170220.120000', '170220.580000', '170221.040000', '170221.500000', '170221.960000', '170222.420000', '170222.880000', '170223.340000', '170223.800000', '170224.260000', '170224.720000', '170225.180000', '170225.640000', '170226.100000', '170226.560000', '170227.020000', '170227.480000', '170227.940000', '170228.400000', '170228.860000', '170229.320000', '170229.780000', '170230.240000', '170230.700000', '170231.160000', '170231.620000', '170232.080000', '170232.540000', '170233.000000', '170233.460000', '170233.920000', '170234.380000', '170234.840000', '170235.300000', '170235.760000', '170236.220000', '170236.680000', '170237.140000', '170237.600000', '170238.060000', '170238.520000', '170238.980000', '170239.440000', '170239.900000', '170240.360000', '170240.820000', '170241.280000', '170241.740000', '170242.200000', '170242.660000', '170243.120000', '170243.580000', '170244.040000', '170244.500000', '170244.960000', '170245.420000', '170245.880000', '170246.340000', '170246.800000', '170247.260000', '170247.720000', '170248.180000', '170248.640000', '170249.100000', '170249.560000', '170250.020000', '170250.480000', '170250.940000', '170251.400000', '170251.860000', '170252.320000', '170252.780000', '170253.240000', '170253.700000', '170254.160000', '170254.620000', '170255.080000', '170255.540000', '170256.000000', '170256.460000', '170256.920000', '170257.380000', '170257.840000', '170258.300000', '170258.760000', '170259.220000', '170259.680000', '170300.140000', '170300.600000', '170301.060000', '170301.520000', '170301.980000', '170302.440000', '170302.900000', '170303.360000', '170303.820000', '170304.280000', '170304.740000', '170305.200000', '170305.660000', '170306.120000', '170306.580000', '170307.040000', '170307.500000', '170307.960000', '170308.420000', '170308.880000', '170309.340000', '170309.800000', '170310.260000', '170310.720000', '170311.180000', '170311.640000', '170312.100000', '170312.560000', '170313.020000', '170313.480000', '170313.940000', '170314.400000', '170314.860000', '170315.320000', '170315.780000', '170316.240000', '170316.700000', '170317.160000', '170317.620000', '170318.080000', '170318.540000', '170319.000000', '170319.460000', '170319.920000', '170320.380000', '170320.840000', '170321.300000', '170321.760000', '170322.220000', '170322.680000', '170323.140000'], 'ContentTime': ['165254.812000', '165255.001000', '165255.272000', '165255.453000', '165255.646000', '165255.881000', '165256.084000', '165256.295000', '165256.504000', '165257.258000', '165257.318000', '165257.369000', '165257.635000', '165258.081000', '165258.564000', '165259.023000', '165259.489000', '165300.036000', '165300.390000', '165300.868000', '165301.330000', '165301.774000', '165302.251000', '165302.692000', '165303.155000', '165303.626000', '165304.084000', '165304.548000', '165305.002000', '165305.483000', '165305.971000', '165307.899000', '165309.808000', '165311.144000', '165311.474000', '165311.895000', '165311.974000', '165312.077000', '165312.169000', '165312.262000', '165312.382000', '165312.474000', '165312.569000', '165312.669000', '165312.769000', '165312.872000', '165313.273000', '165313.756000', '165314.205000', '165314.669000', '165315.126000', '165315.579000', '165316.032000', '165316.506000', '165316.950000', '165317.409000', '165317.883000', '165318.344000', '165318.814000', '165319.284000', '165319.724000', '165320.173000', '165320.665000', '165321.134000', '165321.565000', '165322.060000', '165322.473000', '165322.941000', '165323.409000', '165323.862000', '165324.346000', '165325.445000', '165325.522000', '165325.706000', '165326.170000', '165326.621000', '165327.071000', '165327.553000', '165328.011000', '165328.456000', '165328.922000', '165330.393000', '165330.602000', '165330.684000', '165330.770000', '165331.227000', '165331.682000', '165332.151000', '165332.608000', '165333.328000', '165333.511000', '165333.974000', '165334.440000', '165334.904000', '165335.413000', '165335.928000', '165336.275000', '165336.737000', '165337.194000', '165337.669000', '165338.126000', '165338.589000', '165339.574000', '165339.676000', '165339.964000', '165340.420000', '165340.897000', '165341.351000', '165341.796000', '165342.827000', '165342.904000', '165343.173000', '165343.650000', '165344.104000', '165345.090000', '165345.178000', '165345.475000', '165345.947000', '165346.408000', '165346.852000', '165347.341000', '165347.772000', '165348.234000', '165348.720000', '165349.204000', '165349.626000', '165350.087000', '165350.538000', '165351.000000', '165351.468000', '165351.918000', '165352.373000', '165352.849000', '165353.439000', '165353.768000', '165354.219000', '165354.679000', '165355.217000', '165355.610000', '165356.414000', '165356.530000', '165357.019000', '165357.440000', '165357.894000', '165358.367000', '165358.825000', '165359.280000', '165359.745000', '165400.663000', '165400.796000', '165401.126000', '165403.033000', '165403.924000', '165404.702000', '165404.797000', '165404.925000', '165405.036000', '165405.144000', '165405.282000', '165405.374000', '165405.718000', '165406.228000', '165406.637000', '165407.112000', '165407.566000', '165408.047000', '165408.487000', '165408.951000', '165409.409000', '165409.985000', '165410.324000', '165410.789000', '165411.252000', '165411.707000', '165412.177000', '165412.619000', '165413.090000', '165413.532000', '165414.017000', '165414.466000', '165414.927000', '165415.424000', '165415.841000', '165416.315000', '165416.812000', '165417.223000', '165417.699000', '165419.033000', '165419.137000', '165419.227000', '165419.528000', '165419.981000', '165420.435000', '165420.907000', '165421.357000', '165422.098000', '165422.292000', '165422.749000', '165423.207000', '165423.666000', '165424.138000', '165424.591000', '165425.611000', '165425.697000', '165425.962000', '165426.416000', '165426.877000', '165427.349000', '165428.068000', '165428.268000', '165429.141000', '165429.669000', '165429.894000', '165430.098000', '165430.576000', '165431.025000', '165431.493000', '165431.943000', '165432.410000', '165432.869000', '165433.324000', '165433.776000', '165434.247000', '165434.707000', '165435.239000', '165435.617000', '165436.099000', '165436.555000', '165437.014000', '165437.468000', '165438.028000', '165438.375000', '165438.853000', '165439.299000', '165439.771000', '165440.230000', '165440.737000', '165441.150000', '165441.600000', '165442.070000', '165442.525000', '165442.979000', '165443.450000', '165443.979000', '165444.369000', '165444.822000', '165445.289000', '165445.859000', '165446.208000', '165446.920000', '165448.610000', '165449.539000', '165449.987000', '165450.096000', '165450.199000', '165450.296000', '165450.405000', '165450.496000', '165450.803000', '165451.285000', '165451.718000', '165452.195000', '165452.777000', '165453.162000', '165453.558000', '165454.031000', '165454.483000', '165454.936000', '165455.412000', '165455.872000', '165456.322000', '165456.790000', '165457.255000', '165457.708000', '165458.170000', '165458.619000', '165459.092000', '165459.536000', '165500.046000', '165500.467000', '165500.936000', '165501.388000', '165501.856000', '165502.318000', '165503.248000', '165503.730000', '165503.969000', '165504.151000', '165504.599000', '165505.063000', '165505.537000', '165505.977000', '165506.452000', '165506.901000', '165507.361000', '165507.834000', '165508.281000', '165508.824000', '165509.215000', '165509.675000', '165510.547000', '165510.655000', '165511.050000', '165511.504000', '165512.160000', '165512.423000', '165512.892000', '165513.341000', '165514.130000', '165515.164000', '165515.262000', '165515.353000', '165515.653000', '165516.140000', '165516.579000', '165517.019000', '165517.485000', '165518.108000', '165518.415000', '165518.874000', '165519.334000', '165519.874000', '165520.247000', '165520.741000', '165521.173000', '165521.634000', '165522.090000', '165522.548000', '165523.014000', '165523.479000', '165523.936000', '165524.397000', '165524.841000', '165525.320000', '165525.762000', '165526.241000', '165526.690000', '165527.142000', '165527.615000', '165528.062000', '165528.519000', '165528.997000', '165529.492000', '165529.981000', '165530.372000', '165531.266000', '165531.375000', '165532.335000', '165532.997000', '165534.812000', '165535.088000', '165535.185000', '165535.283000', '165535.391000', '165535.494000', '165535.598000', '165535.947000', '165536.360000', '165536.813000', '165537.264000', '165537.725000', '165538.205000', '165538.664000', '165539.282000', '165539.575000', '165540.029000', '165540.496000', '165540.963000', '165541.412000', '165541.901000', '165542.343000', '165542.789000', '165543.260000', '165543.704000', '165544.191000', '165544.622000', '165545.084000', '165545.562000', '165546.324000', '165546.544000', '165546.939000', '165547.394000', '165547.854000', '165548.313000', '165548.774000', '165549.957000', '165550.060000', '165550.163000', '165550.604000', '165551.078000', '165551.536000', '165552.111000', '165552.478000', '165552.918000', '165553.432000', '165553.844000', '165554.291000', '165554.742000', '165555.217000', '165555.685000', '165556.814000', '165556.915000', '165557.053000', '165557.503000', '165558.086000', '165558.427000', '165558.883000', '165559.353000', '165559.984000', '165600.280000', '165600.733000', '165601.193000', '165601.654000', '165602.944000', '165603.065000', '165603.202000', '165603.497000', '165604.100000', '165604.424000', '165604.866000', '165605.328000', '165606.002000', '165606.266000', '165606.723000', '165607.185000', '165608.213000', '165608.328000', '165608.597000', '165609.009000', '165609.505000', '165609.940000', '165610.550000', '165610.859000', '165611.337000', '165611.996000', '165612.229000', '165612.687000', '165613.154000', '165613.605000', '165614.070000', '165614.533000', '165615.004000', '165615.460000', '165615.957000', '165616.391000', '165616.830000', '165617.290000', '165618.168000', '165618.288000', '165618.682000', '165619.140000', '165619.595000', '165620.061000', '165620.952000', '165621.134000', '165621.439000', '165622.154000', '165622.350000', '165623.044000', '165623.285000', '165624.284000', '165625.561000', '165625.676000', '165625.933000', '165626.059000', '165626.179000', '165626.500000', '165626.963000', '165627.420000', '165627.927000', '165628.566000', '165628.809000', '165629.264000', '165629.713000', '165631.763000', '165632.719000', '165633.889000', '165634.040000', '165634.257000', '165634.479000', '165634.702000', '165634.851000', '165635.104000', '165635.320000', '165635.543000', '165635.660000', '165635.765000', '165636.160000', '165636.615000', '165637.083000', '165637.539000', '165638.009000', '165638.462000', '165638.919000', '165639.370000', '165640.445000', '165640.577000', '165640.758000', '165641.630000', '165643.758000', '165647.050000', '165647.771000', '165649.108000', '165649.223000', '165649.427000', '165649.583000', '165650.165000', '165650.349000', '165650.644000', '165650.876000', '165651.120000', '165651.462000', '165651.614000', '165651.761000', '165652.137000', '165652.452000', '165652.760000', '165653.001000', '165653.244000', '165653.603000', '165653.754000', '165654.040000', '165654.239000', '165654.522000', '165654.716000', '165654.961000', '165656.288000', '165656.413000', '165657.217000', '165657.342000', '165657.473000', '165658.491000', '165700.743000', '165702.871000', '165704.568000', '165706.021000', '165708.043000', '165709.070000', '165710.330000', '165711.691000', '165712.061000', '165712.250000', '165712.412000', '165712.628000', '165712.810000', '165713.000000', '165713.161000', '165713.330000', '165713.519000', '165713.703000', '165713.892000', '165714.100000', '165714.284000', '165714.729000', '165714.919000', '165715.210000', '165715.454000', '165715.739000', '165715.993000', '165716.300000', '165716.709000', '165716.822000', '165717.182000', '165717.405000', '165717.724000', '165718.138000', '165718.559000', '165719.742000', '165720.014000', '165720.250000', '165720.554000', '165720.821000', '165720.936000', '165721.340000', '165721.525000', '165723.024000', '165723.465000', '165723.615000', '165723.885000', '165724.073000', '165724.187000', '165724.335000', '165724.689000', '165724.841000', '165724.986000', '165725.118000', '165725.239000', '165725.375000', '165725.501000', '165725.610000', '165725.748000', '165726.232000', '165726.369000', '165726.488000', '165726.610000', '165726.742000', '165726.870000', '165726.993000', '165727.213000', '165727.691000', '165728.153000', '165728.605000', '165729.074000', '165729.527000', '165730.239000', '165730.439000', '165730.910000', '165731.357000', '165732.478000', '165732.603000', '165732.746000', '165733.197000', '165733.676000', '165734.115000', '165734.587000', '165735.040000', '165735.517000', '165736.212000', '165736.427000', '165736.876000', '165737.331000', '165737.796000', '165739.444000', '165739.586000', '165739.723000', '165740.077000', '165740.203000', '165740.585000', '165741.458000', '165741.643000', '165741.962000', '165742.410000', '165742.854000', '165743.317000', '165743.777000', '165744.246000', '165744.742000', '165746.474000', '165746.602000', '165746.748000', '165746.890000', '165747.094000', '165747.468000', '165747.927000', '165748.393000', '165748.851000', '165749.306000', '165749.760000', '165750.233000', '165750.723000', '165751.140000', '165751.603000', '165753.004000', '165753.151000', '165753.270000', '165753.447000', '165753.913000', '165754.369000', '165755.087000', '165755.320000', '165755.748000', '165756.210000', '165756.694000', '165758.094000', '165758.225000', '165758.346000', '165758.497000', '165758.961000', '165759.431000', '165759.899000', '165800.352000', '165801.028000', '165801.683000', '165801.956000', '165802.179000', '165802.669000', '165803.097000', '165803.842000', '165804.031000', '165804.498000', '165804.948000', '165805.401000', '165806.059000', '165806.325000', '165806.790000', '165807.256000', '165807.727000', '165808.523000', '165808.654000', '165809.089000', '165809.554000', '165810.088000', '165810.466000', '165811.328000', '165811.483000', '165812.019000', '165812.315000', '165812.771000', '165813.232000', '165813.956000', '165814.791000', '165815.129000', '165815.267000', '165815.522000', '165816.010000', '165816.442000', '165816.913000', '165817.363000', '165817.962000', '165818.281000', '165819.602000', '165821.377000', '165822.133000', '165822.265000', '165822.404000', '165822.560000', '165822.693000', '165822.836000', '165822.969000', '165823.099000', '165823.337000', '165824.178000', '165824.447000', '165824.738000', '165825.373000', '165825.638000', '165827.021000', '165828.699000', '165829.519000', '165830.350000', '165830.483000', '165830.630000', '165830.773000', '165830.905000', '165831.048000', '165831.194000', '165831.339000', '165831.489000', '165831.625000', '165832.096000', '165832.549000', '165833.004000', '165833.676000', '165834.556000', '165836.164000', '165836.924000', '165837.678000', '165838.359000', '165839.101000', '165840.004000', '165840.138000', '165840.270000', '165840.418000', '165840.573000', '165840.717000', '165840.852000', '165840.984000', '165841.132000', '165841.292000', '165841.429000', '165841.767000', '165842.219000', '165842.682000', '165843.139000', '165843.641000', '165844.464000', '165845.213000', '165846.714000', '165847.422000', '165848.183000', '165848.861000', '165849.593000', '165851.198000', '165852.921000', '165853.057000', '165853.199000', '165853.353000', '165853.492000', '165853.635000', '165853.772000', '165853.909000', '165854.062000', '165854.201000', '165854.335000', '165854.486000', '165854.632000', '165854.766000', '165854.915000', '165855.070000', '165855.213000', '165855.558000', '165856.052000', '165856.566000', '165856.927000', '165857.606000', '165858.966000', '165900.683000', '165901.398000', '165902.233000', '165903.032000', '165903.755000', '165905.164000', '165906.649000', '165909.575000', '165910.400000', '165910.544000', '165910.675000', '165910.834000', '165910.978000', '165911.108000', '165911.246000', '165911.404000', '165911.545000', '165911.674000', '165912.029000', '165912.211000', '165912.348000', '165912.502000', '165912.651000', '165912.800000', '165912.960000', '165913.102000', '165913.257000', '165913.902000', '165914.057000', '165914.194000', '165914.897000', '165915.039000', '165915.886000', '165917.615000', '165918.340000', '165919.117000', '165919.822000', '165920.378000', '165921.975000', '165923.509000', '165925.798000', '165926.460000', '165927.214000', '165928.123000', '165928.273000', '165928.434000', '165928.566000', '165928.731000', '165928.880000', '165929.030000', '165929.199000', '165929.336000', '165929.480000', '165929.696000', '165930.034000', '165930.188000', '165930.348000', '165930.526000', '165930.662000', '165930.810000', '165931.496000', '165931.650000', '165932.399000', '165933.165000', '165934.768000', '165935.592000', '165935.729000', '165935.868000', '165936.001000', '165936.170000', '165936.307000', '165936.440000', '165936.593000', '165936.725000', '165936.862000', '165937.005000', '165937.142000', '165937.279000', '165937.424000', '165937.577000', '165937.720000', '165938.006000', '165938.159000', '165938.310000', '165938.445000', '165938.618000', '165938.766000', '165938.921000', '165939.067000', '165939.264000', '165939.717000', '165940.191000', '165940.634000', '165941.381000', '165941.554000', '165942.034000', '165942.492000', '165942.937000', '165944.052000', '165944.220000', '165944.421000', '165944.771000', '165945.237000', '165945.706000', '165946.164000', '165946.620000', '165947.880000', '165948.106000', '165948.267000', '165948.468000', '165948.920000', '165949.374000', '165949.859000', '165950.308000', '165950.757000', '165951.223000', '165951.689000', '165952.936000', '165953.089000', '165953.245000', '165953.529000', '165954.153000', '165954.443000', '165954.916000', '165955.378000', '165956.326000', '165956.547000', '165956.740000', '165957.207000', '165957.659000', '165958.132000', '165958.601000', '170000.010000', '170000.175000', '170000.312000', '170000.466000', '170000.916000', '170001.349000', '170002.100000', '170002.855000', '170003.022000', '170003.192000', '170003.636000', '170004.271000', '170004.903000', '170005.072000', '170005.492000', '170005.936000', '170006.517000', '170006.877000', '170007.324000', '170008.069000', '170008.245000', '170008.711000', '170009.176000', '170009.677000', '170010.117000', '170010.540000', '170010.999000', '170011.474000', '170012.032000', '170012.390000', '170012.843000', '170013.558000', '170013.761000', '170014.244000', '170014.697000', '170015.139000', '170015.612000', '170016.524000', '170016.677000', '170016.998000', '170018.020000', '170018.191000', '170018.368000', '170018.833000', '170019.285000', '170019.761000', '170020.199000', '170020.663000', '170021.122000', '170021.924000', '170023.208000', '170024.920000', '170025.602000', '170025.774000', '170025.952000', '170026.124000', '170026.299000', '170026.465000', '170026.626000', '170026.785000', '170026.929000', '170027.118000', '170027.565000', '170028.092000', '170028.753000', '170028.961000', '170029.637000', '170030.934000', '170033.006000', '170033.773000', '170034.489000', '170034.642000', '170034.798000', '170034.968000', '170035.117000', '170035.277000', '170035.453000', '170035.603000', '170035.757000', '170035.924000', '170036.094000', '170036.328000', '170036.777000', '170037.239000', '170037.707000', '170038.576000', '170038.739000', '170040.988000', '170041.761000', '170042.513000', '170043.258000', '170043.602000', '170043.746000', '170044.156000', '170044.304000', '170044.447000', '170044.608000', '170044.761000', '170044.927000', '170045.081000', '170045.229000', '170045.513000', '170045.972000', '170046.436000', '170046.890000', '170047.350000', '170048.080000', '170048.283000', '170048.732000', '170049.203000', '170049.666000', '170050.483000', '170050.647000', '170051.084000', '170051.493000', '170052.199000', '170052.427000', '170052.937000', '170053.326000', '170054.051000', '170054.250000', '170054.715000', '170055.898000', '170056.142000', '170056.313000', '170056.590000', '170057.261000', '170057.513000', '170057.983000', '170058.412000', '170058.859000', '170059.311000', '170059.924000', '170100.251000', '170100.700000', '170101.739000', '170101.903000', '170102.120000', '170102.544000', '170103.006000', '170103.463000', '170104.036000', '170104.366000', '170104.836000', '170105.301000', '170105.767000', '170106.221000', '170107.241000', '170107.417000', '170107.593000', '170108.071000', '170108.709000', '170108.994000', '170109.441000', '170109.896000', '170110.358000', '170110.819000', '170111.268000', '170111.731000', '170112.188000', '170113.417000', '170113.580000', '170113.738000', '170114.447000', '170114.623000', '170114.960000', '170115.412000', '170116.189000', '170116.372000', '170116.904000', '170117.255000', '170117.732000', '170118.171000', '170118.632000', '170119.110000', '170119.558000', '170120.020000', '170120.475000', '170120.959000', '170121.407000', '170122.016000', '170122.331000', '170122.782000', '170123.238000', '170123.755000', '170124.147000', '170124.628000', '170125.094000', '170125.540000', '170126.005000', '170126.472000', '170126.908000', '170127.383000', '170128.120000', '170128.901000', '170129.082000', '170129.589000', '170129.771000', '170130.146000', '170130.612000', '170131.069000', '170131.530000', '170131.986000', '170132.490000', '170133.251000', '170133.434000', '170135.605000', '170136.165000', '170136.329000', '170136.516000', '170136.680000', '170136.852000', '170137.048000', '170137.217000', '170137.499000', '170137.973000', '170138.414000', '170138.873000', '170139.349000', '170140.939000', '170142.701000', '170143.535000', '170144.285000', '170144.451000', '170144.623000', '170144.800000', '170144.982000', '170145.166000', '170145.354000', '170145.520000', '170145.741000', '170146.051000', '170146.236000', '170146.417000', '170146.710000', '170147.394000', '170147.642000', '170148.417000', '170149.228000', '170151.106000', '170151.928000', '170152.728000', '170153.723000', '170153.920000', '170154.102000', '170154.296000', '170154.462000', '170154.639000', '170154.824000', '170154.993000', '170155.165000', '170155.342000', '170155.536000', '170155.720000', '170156.161000', '170156.370000', '170156.960000', '170157.297000', '170158.091000', '170159.446000', '170201.200000', '170201.971000', '170202.825000', '170203.568000', '170205.039000', '170206.279000', '170206.459000', '170206.638000', '170206.822000', '170207.009000', '170207.195000', '170207.376000', '170207.574000', '170207.747000', '170208.177000', '170208.376000', '170208.553000', '170208.748000', '170208.935000', '170209.501000', '170209.685000', '170210.456000', '170210.659000', '170211.399000', '170213.448000', '170214.193000', '170214.973000', '170215.814000', '170217.305000', '170219.602000', '170222.598000', '170223.215000', '170223.392000', '170223.576000', '170223.758000', '170224.238000', '170224.422000', '170224.585000', '170224.752000', '170224.935000', '170225.100000', '170225.273000', '170225.443000', '170225.606000', '170225.781000', '170225.966000', '170226.151000', '170226.341000', '170226.524000', '170226.701000', '170226.889000', '170227.074000', '170227.244000', '170227.416000', '170227.581000', '170227.758000', '170228.369000', '170228.547000', '170228.741000', '170228.918000', '170229.095000', '170229.273000', '170229.461000', '170229.643000', '170229.821000', '170230.005000', '170230.255000', '170230.427000', '170230.610000', '170230.776000', '170230.959000', '170231.329000', '170231.786000', '170232.262000', '170232.705000', '170233.179000', '170233.645000', '170234.093000', '170234.568000', '170235.020000', '170235.477000', '170235.944000', '170236.398000', '170236.860000', '170237.338000', '170237.771000', '170238.237000', '170238.712000', '170239.203000', '170239.622000', '170240.085000', '170240.531000', '170241.010000', '170241.450000', '170241.923000', '170242.374000', '170242.835000', '170243.293000', '170243.761000', '170244.213000', '170244.680000', '170245.128000', '170245.604000', '170246.071000', '170246.507000', '170246.982000', '170247.464000', '170248.008000', '170248.351000', '170248.832000', '170249.283000', '170249.740000', '170250.190000', '170250.666000', '170251.114000', '170251.585000', '170252.052000', '170252.500000', '170252.954000', '170253.450000', '170253.874000', '170254.337000', '170254.804000', '170255.267000', '170255.725000', '170256.170000', '170256.634000', '170257.099000', '170257.553000', '170258.017000', '170258.491000', '170258.955000', '170259.391000', '170300.086000', '170300.335000', '170300.779000', '170301.249000', '170301.713000', '170302.160000', '170302.629000', '170303.077000', '170303.560000', '170304.007000', '170304.474000', '170304.923000', '170305.387000', '170305.873000', '170306.316000', '170306.770000', '170307.238000', '170307.696000', '170308.151000', '170308.597000', '170309.056000', '170309.525000', '170309.993000', '170310.453000', '170310.917000', '170311.354000', '170311.993000', '170312.278000', '170312.750000', '170313.197000', '170313.671000', '170314.128000', '170314.589000', '170315.042000', '170315.508000', '170315.962000', '170316.418000', '170316.889000', '170317.359000', '170317.821000', '170318.276000', '170318.730000', '170319.187000', '170319.648000', '170320.149000', '170320.558000', '170321.082000', '170321.495000', '170321.956000', '170322.412000', '170322.859000', '170323.323000', '170324.069000', '170324.266000', '170324.704000'], 'InstanceCreationTime': ['165254.812000', '165255.001000', '165255.272000', '165255.453000', '165255.646000', '165255.881000', '165256.084000', '165256.295000', '165256.504000', '165257.258000', '165257.318000', '165257.369000', '165257.635000', '165258.081000', '165258.564000', '165259.023000', '165259.489000', '165300.036000', '165300.390000', '165300.868000', '165301.330000', '165301.774000', '165302.251000', '165302.692000', '165303.155000', '165303.626000', '165304.084000', '165304.548000', '165305.002000', '165305.483000', '165305.971000', '165307.899000', '165309.808000', '165311.144000', '165311.474000', '165311.895000', '165311.974000', '165312.077000', '165312.169000', '165312.262000', '165312.382000', '165312.474000', '165312.569000', '165312.669000', '165312.769000', '165312.872000', '165313.273000', '165313.756000', '165314.205000', '165314.669000', '165315.126000', '165315.579000', '165316.032000', '165316.506000', '165316.950000', '165317.409000', '165317.883000', '165318.344000', '165318.814000', '165319.284000', '165319.724000', '165320.173000', '165320.665000', '165321.134000', '165321.565000', '165322.060000', '165322.473000', '165322.941000', '165323.409000', '165323.862000', '165324.346000', '165325.445000', '165325.522000', '165325.706000', '165326.170000', '165326.621000', '165327.071000', '165327.553000', '165328.011000', '165328.456000', '165328.922000', '165330.393000', '165330.602000', '165330.684000', '165330.770000', '165331.227000', '165331.682000', '165332.151000', '165332.608000', '165333.328000', '165333.511000', '165333.974000', '165334.440000', '165334.904000', '165335.413000', '165335.928000', '165336.275000', '165336.737000', '165337.194000', '165337.669000', '165338.126000', '165338.589000', '165339.574000', '165339.676000', '165339.964000', '165340.420000', '165340.897000', '165341.351000', '165341.796000', '165342.827000', '165342.904000', '165343.173000', '165343.650000', '165344.104000', '165345.090000', '165345.178000', '165345.475000', '165345.947000', '165346.408000', '165346.852000', '165347.341000', '165347.772000', '165348.234000', '165348.720000', '165349.204000', '165349.626000', '165350.087000', '165350.538000', '165351.000000', '165351.468000', '165351.918000', '165352.373000', '165352.849000', '165353.439000', '165353.768000', '165354.219000', '165354.679000', '165355.217000', '165355.610000', '165356.414000', '165356.530000', '165357.019000', '165357.440000', '165357.894000', '165358.367000', '165358.825000', '165359.280000', '165359.745000', '165400.663000', '165400.796000', '165401.126000', '165403.033000', '165403.924000', '165404.702000', '165404.797000', '165404.925000', '165405.036000', '165405.144000', '165405.282000', '165405.374000', '165405.718000', '165406.228000', '165406.637000', '165407.112000', '165407.566000', '165408.047000', '165408.487000', '165408.951000', '165409.409000', '165409.985000', '165410.324000', '165410.789000', '165411.252000', '165411.707000', '165412.177000', '165412.619000', '165413.090000', '165413.532000', '165414.017000', '165414.466000', '165414.927000', '165415.424000', '165415.841000', '165416.315000', '165416.812000', '165417.223000', '165417.699000', '165419.033000', '165419.137000', '165419.227000', '165419.528000', '165419.981000', '165420.435000', '165420.907000', '165421.357000', '165422.098000', '165422.292000', '165422.749000', '165423.207000', '165423.666000', '165424.138000', '165424.591000', '165425.611000', '165425.697000', '165425.962000', '165426.416000', '165426.877000', '165427.349000', '165428.068000', '165428.268000', '165429.141000', '165429.669000', '165429.894000', '165430.098000', '165430.576000', '165431.025000', '165431.493000', '165431.943000', '165432.410000', '165432.869000', '165433.324000', '165433.776000', '165434.247000', '165434.707000', '165435.239000', '165435.617000', '165436.099000', '165436.555000', '165437.014000', '165437.468000', '165438.028000', '165438.375000', '165438.853000', '165439.299000', '165439.771000', '165440.230000', '165440.737000', '165441.150000', '165441.600000', '165442.070000', '165442.525000', '165442.979000', '165443.450000', '165443.979000', '165444.369000', '165444.822000', '165445.289000', '165445.859000', '165446.208000', '165446.920000', '165448.610000', '165449.539000', '165449.987000', '165450.096000', '165450.199000', '165450.296000', '165450.405000', '165450.496000', '165450.803000', '165451.285000', '165451.718000', '165452.195000', '165452.777000', '165453.162000', '165453.558000', '165454.031000', '165454.483000', '165454.936000', '165455.412000', '165455.872000', '165456.322000', '165456.790000', '165457.255000', '165457.708000', '165458.170000', '165458.619000', '165459.092000', '165459.536000', '165500.046000', '165500.467000', '165500.936000', '165501.388000', '165501.856000', '165502.318000', '165503.248000', '165503.730000', '165503.969000', '165504.151000', '165504.599000', '165505.063000', '165505.537000', '165505.977000', '165506.452000', '165506.901000', '165507.361000', '165507.834000', '165508.281000', '165508.824000', '165509.215000', '165509.675000', '165510.547000', '165510.655000', '165511.050000', '165511.504000', '165512.160000', '165512.423000', '165512.892000', '165513.341000', '165514.130000', '165515.164000', '165515.262000', '165515.353000', '165515.653000', '165516.140000', '165516.579000', '165517.019000', '165517.485000', '165518.108000', '165518.415000', '165518.874000', '165519.334000', '165519.874000', '165520.247000', '165520.741000', '165521.173000', '165521.634000', '165522.090000', '165522.548000', '165523.014000', '165523.479000', '165523.936000', '165524.397000', '165524.841000', '165525.320000', '165525.762000', '165526.241000', '165526.690000', '165527.142000', '165527.615000', '165528.062000', '165528.519000', '165528.997000', '165529.492000', '165529.981000', '165530.372000', '165531.266000', '165531.375000', '165532.335000', '165532.997000', '165534.812000', '165535.088000', '165535.185000', '165535.283000', '165535.391000', '165535.494000', '165535.598000', '165535.947000', '165536.360000', '165536.813000', '165537.264000', '165537.725000', '165538.205000', '165538.664000', '165539.282000', '165539.575000', '165540.029000', '165540.496000', '165540.963000', '165541.412000', '165541.901000', '165542.343000', '165542.789000', '165543.260000', '165543.704000', '165544.191000', '165544.622000', '165545.084000', '165545.562000', '165546.324000', '165546.544000', '165546.939000', '165547.394000', '165547.854000', '165548.313000', '165548.774000', '165549.957000', '165550.060000', '165550.163000', '165550.604000', '165551.078000', '165551.536000', '165552.111000', '165552.478000', '165552.918000', '165553.432000', '165553.844000', '165554.291000', '165554.742000', '165555.217000', '165555.685000', '165556.814000', '165556.915000', '165557.053000', '165557.503000', '165558.086000', '165558.427000', '165558.883000', '165559.353000', '165559.984000', '165600.280000', '165600.733000', '165601.193000', '165601.654000', '165602.944000', '165603.065000', '165603.202000', '165603.497000', '165604.100000', '165604.424000', '165604.866000', '165605.328000', '165606.002000', '165606.266000', '165606.723000', '165607.185000', '165608.213000', '165608.328000', '165608.597000', '165609.009000', '165609.505000', '165609.940000', '165610.550000', '165610.859000', '165611.337000', '165611.996000', '165612.229000', '165612.687000', '165613.154000', '165613.605000', '165614.070000', '165614.533000', '165615.004000', '165615.460000', '165615.957000', '165616.391000', '165616.830000', '165617.290000', '165618.168000', '165618.288000', '165618.682000', '165619.140000', '165619.595000', '165620.061000', '165620.952000', '165621.134000', '165621.439000', '165622.154000', '165622.350000', '165623.044000', '165623.285000', '165624.284000', '165625.561000', '165625.676000', '165625.933000', '165626.059000', '165626.179000', '165626.500000', '165626.963000', '165627.420000', '165627.927000', '165628.566000', '165628.809000', '165629.264000', '165629.713000', '165631.763000', '165632.719000', '165633.889000', '165634.040000', '165634.257000', '165634.479000', '165634.702000', '165634.851000', '165635.104000', '165635.320000', '165635.543000', '165635.660000', '165635.765000', '165636.160000', '165636.615000', '165637.083000', '165637.539000', '165638.009000', '165638.462000', '165638.919000', '165639.370000', '165640.445000', '165640.577000', '165640.758000', '165641.630000', '165643.758000', '165647.050000', '165647.771000', '165649.108000', '165649.223000', '165649.427000', '165649.583000', '165650.165000', '165650.349000', '165650.644000', '165650.876000', '165651.120000', '165651.462000', '165651.614000', '165651.761000', '165652.137000', '165652.452000', '165652.760000', '165653.001000', '165653.244000', '165653.603000', '165653.754000', '165654.040000', '165654.239000', '165654.522000', '165654.716000', '165654.961000', '165656.288000', '165656.413000', '165657.217000', '165657.342000', '165657.473000', '165658.491000', '165700.743000', '165702.871000', '165704.568000', '165706.021000', '165708.043000', '165709.070000', '165710.330000', '165711.691000', '165712.061000', '165712.250000', '165712.412000', '165712.628000', '165712.810000', '165713.000000', '165713.161000', '165713.330000', '165713.519000', '165713.703000', '165713.892000', '165714.100000', '165714.284000', '165714.729000', '165714.919000', '165715.210000', '165715.454000', '165715.739000', '165715.993000', '165716.300000', '165716.709000', '165716.822000', '165717.182000', '165717.405000', '165717.724000', '165718.138000', '165718.559000', '165719.742000', '165720.014000', '165720.250000', '165720.554000', '165720.821000', '165720.936000', '165721.340000', '165721.525000', '165723.024000', '165723.465000', '165723.615000', '165723.885000', '165724.073000', '165724.187000', '165724.335000', '165724.689000', '165724.841000', '165724.986000', '165725.118000', '165725.239000', '165725.375000', '165725.501000', '165725.610000', '165725.748000', '165726.232000', '165726.369000', '165726.488000', '165726.610000', '165726.742000', '165726.870000', '165726.993000', '165727.213000', '165727.691000', '165728.153000', '165728.605000', '165729.074000', '165729.527000', '165730.239000', '165730.439000', '165730.910000', '165731.357000', '165732.478000', '165732.603000', '165732.746000', '165733.197000', '165733.676000', '165734.115000', '165734.587000', '165735.040000', '165735.517000', '165736.212000', '165736.427000', '165736.876000', '165737.331000', '165737.796000', '165739.444000', '165739.586000', '165739.723000', '165740.077000', '165740.203000', '165740.585000', '165741.458000', '165741.643000', '165741.962000', '165742.410000', '165742.854000', '165743.317000', '165743.777000', '165744.246000', '165744.742000', '165746.474000', '165746.602000', '165746.748000', '165746.890000', '165747.094000', '165747.468000', '165747.927000', '165748.393000', '165748.851000', '165749.306000', '165749.760000', '165750.233000', '165750.723000', '165751.140000', '165751.603000', '165753.004000', '165753.151000', '165753.270000', '165753.447000', '165753.913000', '165754.369000', '165755.087000', '165755.320000', '165755.748000', '165756.210000', '165756.694000', '165758.094000', '165758.225000', '165758.346000', '165758.497000', '165758.961000', '165759.431000', '165759.899000', '165800.352000', '165801.028000', '165801.683000', '165801.956000', '165802.179000', '165802.669000', '165803.097000', '165803.842000', '165804.031000', '165804.498000', '165804.948000', '165805.401000', '165806.059000', '165806.325000', '165806.790000', '165807.256000', '165807.727000', '165808.523000', '165808.654000', '165809.089000', '165809.554000', '165810.088000', '165810.466000', '165811.328000', '165811.483000', '165812.019000', '165812.315000', '165812.771000', '165813.232000', '165813.956000', '165814.791000', '165815.129000', '165815.267000', '165815.522000', '165816.010000', '165816.442000', '165816.913000', '165817.363000', '165817.962000', '165818.281000', '165819.602000', '165821.377000', '165822.133000', '165822.265000', '165822.404000', '165822.560000', '165822.693000', '165822.836000', '165822.969000', '165823.099000', '165823.337000', '165824.178000', '165824.447000', '165824.738000', '165825.373000', '165825.638000', '165827.021000', '165828.699000', '165829.519000', '165830.350000', '165830.483000', '165830.630000', '165830.773000', '165830.905000', '165831.048000', '165831.194000', '165831.339000', '165831.489000', '165831.625000', '165832.096000', '165832.549000', '165833.004000', '165833.676000', '165834.556000', '165836.164000', '165836.924000', '165837.678000', '165838.359000', '165839.101000', '165840.004000', '165840.138000', '165840.270000', '165840.418000', '165840.573000', '165840.717000', '165840.852000', '165840.984000', '165841.132000', '165841.292000', '165841.429000', '165841.767000', '165842.219000', '165842.682000', '165843.139000', '165843.641000', '165844.464000', '165845.213000', '165846.714000', '165847.422000', '165848.183000', '165848.861000', '165849.593000', '165851.198000', '165852.921000', '165853.057000', '165853.199000', '165853.353000', '165853.492000', '165853.635000', '165853.772000', '165853.909000', '165854.062000', '165854.201000', '165854.335000', '165854.486000', '165854.632000', '165854.766000', '165854.915000', '165855.070000', '165855.213000', '165855.558000', '165856.052000', '165856.566000', '165856.927000', '165857.606000', '165858.966000', '165900.683000', '165901.398000', '165902.233000', '165903.032000', '165903.755000', '165905.164000', '165906.649000', '165909.575000', '165910.400000', '165910.544000', '165910.675000', '165910.834000', '165910.978000', '165911.108000', '165911.246000', '165911.404000', '165911.545000', '165911.674000', '165912.029000', '165912.211000', '165912.348000', '165912.502000', '165912.651000', '165912.800000', '165912.960000', '165913.102000', '165913.257000', '165913.902000', '165914.057000', '165914.194000', '165914.897000', '165915.039000', '165915.886000', '165917.615000', '165918.340000', '165919.117000', '165919.822000', '165920.378000', '165921.975000', '165923.509000', '165925.798000', '165926.460000', '165927.214000', '165928.123000', '165928.273000', '165928.434000', '165928.566000', '165928.731000', '165928.880000', '165929.030000', '165929.199000', '165929.336000', '165929.480000', '165929.696000', '165930.034000', '165930.188000', '165930.348000', '165930.526000', '165930.662000', '165930.810000', '165931.496000', '165931.650000', '165932.399000', '165933.165000', '165934.768000', '165935.592000', '165935.729000', '165935.868000', '165936.001000', '165936.170000', '165936.307000', '165936.440000', '165936.593000', '165936.725000', '165936.862000', '165937.005000', '165937.142000', '165937.279000', '165937.424000', '165937.577000', '165937.720000', '165938.006000', '165938.159000', '165938.310000', '165938.445000', '165938.618000', '165938.766000', '165938.921000', '165939.067000', '165939.264000', '165939.717000', '165940.191000', '165940.634000', '165941.381000', '165941.554000', '165942.034000', '165942.492000', '165942.937000', '165944.052000', '165944.220000', '165944.421000', '165944.771000', '165945.237000', '165945.706000', '165946.164000', '165946.620000', '165947.880000', '165948.106000', '165948.267000', '165948.468000', '165948.920000', '165949.374000', '165949.859000', '165950.308000', '165950.757000', '165951.223000', '165951.689000', '165952.936000', '165953.089000', '165953.245000', '165953.529000', '165954.153000', '165954.443000', '165954.916000', '165955.378000', '165956.326000', '165956.547000', '165956.740000', '165957.207000', '165957.659000', '165958.132000', '165958.601000', '170000.010000', '170000.175000', '170000.312000', '170000.466000', '170000.916000', '170001.349000', '170002.100000', '170002.855000', '170003.022000', '170003.192000', '170003.636000', '170004.271000', '170004.903000', '170005.072000', '170005.492000', '170005.936000', '170006.517000', '170006.877000', '170007.324000', '170008.069000', '170008.245000', '170008.711000', '170009.176000', '170009.677000', '170010.117000', '170010.540000', '170010.999000', '170011.474000', '170012.032000', '170012.390000', '170012.843000', '170013.558000', '170013.761000', '170014.244000', '170014.697000', '170015.139000', '170015.612000', '170016.524000', '170016.677000', '170016.998000', '170018.020000', '170018.191000', '170018.368000', '170018.833000', '170019.285000', '170019.761000', '170020.199000', '170020.663000', '170021.122000', '170021.924000', '170023.208000', '170024.920000', '170025.602000', '170025.774000', '170025.952000', '170026.124000', '170026.299000', '170026.465000', '170026.626000', '170026.785000', '170026.929000', '170027.118000', '170027.565000', '170028.092000', '170028.753000', '170028.961000', '170029.637000', '170030.934000', '170033.006000', '170033.773000', '170034.489000', '170034.642000', '170034.798000', '170034.968000', '170035.117000', '170035.277000', '170035.453000', '170035.603000', '170035.757000', '170035.924000', '170036.094000', '170036.328000', '170036.777000', '170037.239000', '170037.707000', '170038.576000', '170038.739000', '170040.988000', '170041.761000', '170042.513000', '170043.258000', '170043.602000', '170043.746000', '170044.156000', '170044.304000', '170044.447000', '170044.608000', '170044.761000', '170044.927000', '170045.081000', '170045.229000', '170045.513000', '170045.972000', '170046.436000', '170046.890000', '170047.350000', '170048.080000', '170048.283000', '170048.732000', '170049.203000', '170049.666000', '170050.483000', '170050.647000', '170051.084000', '170051.493000', '170052.199000', '170052.427000', '170052.937000', '170053.326000', '170054.051000', '170054.250000', '170054.715000', '170055.898000', '170056.142000', '170056.313000', '170056.590000', '170057.261000', '170057.513000', '170057.983000', '170058.412000', '170058.859000', '170059.311000', '170059.924000', '170100.251000', '170100.700000', '170101.739000', '170101.903000', '170102.120000', '170102.544000', '170103.006000', '170103.463000', '170104.036000', '170104.366000', '170104.836000', '170105.301000', '170105.767000', '170106.221000', '170107.241000', '170107.417000', '170107.593000', '170108.071000', '170108.709000', '170108.994000', '170109.441000', '170109.896000', '170110.358000', '170110.819000', '170111.268000', '170111.731000', '170112.188000', '170113.417000', '170113.580000', '170113.738000', '170114.447000', '170114.623000', '170114.960000', '170115.412000', '170116.189000', '170116.372000', '170116.904000', '170117.255000', '170117.732000', '170118.171000', '170118.632000', '170119.110000', '170119.558000', '170120.020000', '170120.475000', '170120.959000', '170121.407000', '170122.016000', '170122.331000', '170122.782000', '170123.238000', '170123.755000', '170124.147000', '170124.628000', '170125.094000', '170125.540000', '170126.005000', '170126.472000', '170126.908000', '170127.383000', '170128.120000', '170128.901000', '170129.082000', '170129.589000', '170129.771000', '170130.146000', '170130.612000', '170131.069000', '170131.530000', '170131.986000', '170132.490000', '170133.251000', '170133.434000', '170135.605000', '170136.165000', '170136.329000', '170136.516000', '170136.680000', '170136.852000', '170137.048000', '170137.217000', '170137.499000', '170137.973000', '170138.414000', '170138.873000', '170139.349000', '170140.939000', '170142.701000', '170143.535000', '170144.285000', '170144.451000', '170144.623000', '170144.800000', '170144.982000', '170145.166000', '170145.354000', '170145.520000', '170145.741000', '170146.051000', '170146.236000', '170146.417000', '170146.710000', '170147.394000', '170147.642000', '170148.417000', '170149.228000', '170151.106000', '170151.928000', '170152.728000', '170153.723000', '170153.920000', '170154.102000', '170154.296000', '170154.462000', '170154.639000', '170154.824000', '170154.993000', '170155.165000', '170155.342000', '170155.536000', '170155.720000', '170156.161000', '170156.370000', '170156.960000', '170157.297000', '170158.091000', '170159.446000', '170201.200000', '170201.971000', '170202.825000', '170203.568000', '170205.039000', '170206.279000', '170206.459000', '170206.638000', '170206.822000', '170207.009000', '170207.195000', '170207.376000', '170207.574000', '170207.747000', '170208.177000', '170208.376000', '170208.553000', '170208.748000', '170208.935000', '170209.501000', '170209.685000', '170210.456000', '170210.659000', '170211.399000', '170213.448000', '170214.193000', '170214.973000', '170215.814000', '170217.305000', '170219.602000', '170222.598000', '170223.215000', '170223.392000', '170223.576000', '170223.758000', '170224.238000', '170224.422000', '170224.585000', '170224.752000', '170224.935000', '170225.100000', '170225.273000', '170225.443000', '170225.606000', '170225.781000', '170225.966000', '170226.151000', '170226.341000', '170226.524000', '170226.701000', '170226.889000', '170227.074000', '170227.244000', '170227.416000', '170227.581000', '170227.758000', '170228.369000', '170228.547000', '170228.741000', '170228.918000', '170229.095000', '170229.273000', '170229.461000', '170229.643000', '170229.821000', '170230.005000', '170230.255000', '170230.427000', '170230.610000', '170230.776000', '170230.959000', '170231.329000', '170231.786000', '170232.262000', '170232.705000', '170233.179000', '170233.645000', '170234.093000', '170234.568000', '170235.020000', '170235.477000', '170235.944000', '170236.398000', '170236.860000', '170237.338000', '170237.771000', '170238.237000', '170238.712000', '170239.203000', '170239.622000', '170240.085000', '170240.531000', '170241.010000', '170241.450000', '170241.923000', '170242.374000', '170242.835000', '170243.293000', '170243.761000', '170244.213000', '170244.680000', '170245.128000', '170245.604000', '170246.071000', '170246.507000', '170246.982000', '170247.464000', '170248.008000', '170248.351000', '170248.832000', '170249.283000', '170249.740000', '170250.190000', '170250.666000', '170251.114000', '170251.585000', '170252.052000', '170252.500000', '170252.954000', '170253.450000', '170253.874000', '170254.337000', '170254.804000', '170255.267000', '170255.725000', '170256.170000', '170256.634000', '170257.099000', '170257.553000', '170258.017000', '170258.491000', '170258.955000', '170259.391000', '170300.086000', '170300.335000', '170300.779000', '170301.249000', '170301.713000', '170302.160000', '170302.629000', '170303.077000', '170303.560000', '170304.007000', '170304.474000', '170304.923000', '170305.387000', '170305.873000', '170306.316000', '170306.770000', '170307.238000', '170307.696000', '170308.151000', '170308.597000', '170309.056000', '170309.525000', '170309.993000', '170310.453000', '170310.917000', '170311.354000', '170311.993000', '170312.278000', '170312.750000', '170313.197000', '170313.671000', '170314.128000', '170314.589000', '170315.042000', '170315.508000', '170315.962000', '170316.418000', '170316.889000', '170317.359000', '170317.821000', '170318.276000', '170318.730000', '170319.187000', '170319.648000', '170320.149000', '170320.558000', '170321.082000', '170321.495000', '170321.956000', '170322.412000', '170322.859000', '170323.323000', '170324.069000', '170324.266000', '170324.704000'], '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': [638, 631, 646, 656, 940, 592, 1006, 568, 742, 581, 724, 564, 686, 568, 634, 562, 582, 653, 557, 736, 577, 726, 582, 691, 544, 689, 590, 609, 587, 606, 626, 572, 846, 569, 862, 550, 748, 580, 742, 581, 738, 596, 755, 581, 709, 569, 675, 595, 809, 558, 736, 554, 758, 588, 730, 601, 587, 620, 583, 664, 587, 669, 583, 689, 604, 679, 582, 651, 594, 677, 607, 725, 554, 723, 611, 702, 606, 740, 586, 730, 601, 708, 595, 556, 560, 560, 665, 527, 547, 607, 563, 786, 544, 958, 621, 844, 562, 775, 551, 742, 644, 738, 967, 615, 1065, 610, 743, 496, 654, 538, 574, 800, 544, 710, 498, 614, 515, 548, 684, 553, 705, 546, 685, 539, 631, 544, 560, 626, 547, 717, 543, 699, 526, 608, 554, 540, 625, 534, 689, 548, 644, 608, 618, 589, 563, 512, 541, 636, 602, 634, 615, 673, 619, 721, 646, 804, 632, 717, 618, 640, 613, 638, 624, 606, 915, 623, 807, 610, 732, 611, 724, 593, 735, 601, 725, 618, 639, 957, 589, 899, 598, 769, 594, 714, 581, 569, 608, 595, 741, 592, 727, 584, 684, 587, 573, 837, 585, 719, 566, 692, 593, 565, 783, 590, 686, 584, 566, 716, 573, 641, 569, 553, 726, 570, 649, 579, 545, 749, 546, 655, 582, 575, 677, 541, 684, 538, 611, 562, 559, 662, 541, 646, 550, 566, 563, 560, 673, 536, 654, 564, 578, 534, 566, 706, 547, 696, 543, 588, 568, 558, 712, 532, 673, 546, 584, 550, 568, 710, 546, 690, 573, 662, 560, 590, 564, 553, 732, 522, 705, 517, 697, 523, 608, 543, 608, 535, 559, 673, 542, 709, 523, 698, 530, 649, 551, 592, 622, 576, 804, 540, 703, 540, 617, 854, 553, 701, 519, 673, 522, 595, 538, 562, 676, 523, 683, 510, 655, 528, 587, 822, 520, 699, 503, 625, 534, 568, 741, 517, 652, 526, 610, 515, 581, 578, 527, 654, 500, 639, 510, 603, 523, 582, 542, 565, 732, 549, 677, 513, 670, 511, 654, 499, 682, 516, 662, 517, 675, 499, 670, 506, 602, 517, 589, 622, 550, 688, 523, 673, 524, 666, 517, 608, 520, 598, 715, 545, 734, 543, 673, 513, 657, 495, 603, 537, 582, 720, 530, 700, 547, 664, 508, 657, 509, 590, 528, 572, 697, 527, 693, 547, 661, 497, 598, 520, 578, 562, 565, 681, 523, 717, 527, 683, 523, 667, 508, 615, 556, 574, 715, 514, 680, 537, 682, 502, 634, 527, 588, 538, 551, 685, 507, 696, 536, 669, 509, 662, 515, 604, 527, 585, 628, 521, 709, 528, 703, 543, 654, 501, 608, 524, 586, 569, 573, 722, 524, 712, 544, 667, 502, 672, 505, 616, 615, 592, 785, 587, 698, 536, 684, 483, 658, 510, 622, 623, 587, 774, 564, 680, 537, 698, 502, 653, 495, 624, 526, 613, 577, 580, 755, 550, 688, 540, 665, 491, 645, 495, 616, 517, 600, 742, 563, 717, 565, 665, 508, 656, 477, 657, 502, 638, 486, 616, 491, 627, 533, 628, 527, 594, 609, 586, 855, 565, 696, 514, 667, 538, 664, 486, 661, 498, 645, 478, 631, 582, 582, 689, 545, 699, 548, 705, 544, 699, 507, 668, 495, 653, 498, 645, 486, 627, 479, 618, 587, 573, 882, 592, 775, 543, 652, 513, 627, 481, 644, 478, 593, 469, 548, 616, 512, 645, 510, 647, 481, 614, 482, 580, 500, 566, 621, 510, 651, 509, 647, 531, 640, 482, 605, 503, 580, 521, 578, 506, 581, 604, 563, 720, 541, 753, 531, 765, 540, 842, 557, 768, 528, 702, 539, 678, 493, 669, 506, 606, 504, 597, 683, 586, 738, 530, 685, 493, 627, 508, 599, 497, 591, 543, 550, 757, 566, 700, 527, 671, 517, 652, 524, 662, 510, 668, 505, 677, 526, 684, 525, 666, 515, 656, 529, 617, 547, 599, 668, 611, 782, 585, 909, 575, 807, 566, 731, 549, 711, 549, 707, 517, 679, 517, 614, 511, 583, 663, 552, 707, 535, 679, 500, 587, 508, 559, 494, 548, 568, 548, 672, 540, 683, 521, 651, 515, 659, 487, 643, 491, 617, 494, 608, 526, 576, 728, 617, 797, 534, 697, 524, 647, 492, 596, 485, 575, 565, 546, 699, 553, 683, 512, 651, 502, 605, 530, 578, 540, 556, 746, 566, 678, 517, 677, 481, 628, 502, 617, 529, 575, 739, 586, 725, 540, 691, 531, 681, 523, 677, 504, 582, 587, 579, 708, 553, 692, 515, 702, 551, 655, 511, 634, 508, 630, 502, 578, 798, 561, 705, 524, 668, 484, 608, 501, 579, 506, 560, 665, 567, 689, 536, 695, 560, 654, 532, 638, 491, 623, 490, 621, 500, 635, 503, 635, 502, 628, 498, 606, 501, 600, 497, 585, 563, 562, 745, 557, 830, 584, 740, 531, 660, 509, 649, 488, 603, 502, 593, 587, 531, 642, 512, 662, 501, 625, 493, 613, 497, 592, 631, 549, 668, 517, 647, 502, 600, 560, 563, 691, 535, 667, 499, 600, 529, 591, 733, 523, 680, 502, 627, 535, 594, 742, 542, 669, 502, 634, 576, 578, 712, 527, 646, 502, 599, 523, 606, 774, 529, 656, 517, 605, 515, 609, 715, 554, 696, 542, 613, 521, 614, 548, 606, 656, 572, 685, 526, 633, 544, 601, 540, 633, 551, 623, 601, 624, 653, 593, 786, 559, 670, 553, 647, 549, 659, 569, 636, 551, 657, 592, 663, 657, 582, 804, 561, 709, 555, 652, 594, 680, 746, 579, 743, 567, 626, 592, 625, 818, 541, 656, 552, 642, 588, 640, 589, 560, 723, 562, 613, 591, 592, 593, 635, 613, 626, 738, 551, 806, 552, 699, 577, 669, 555, 675, 573, 641, 569, 629, 607, 681, 614, 681, 587, 613, 694, 606, 712, 565, 734, 564, 686, 568, 670, 577, 626, 581, 643, 561, 675, 591, 687, 583, 653, 619, 597, 755, 557, 746, 552, 699, 563, 636, 561, 634, 550, 626, 562, 675, 576, 651, 634, 622, 760, 565, 655, 563, 599, 600, 606, 579, 558, 692, 549, 624, 565, 612, 555, 620, 618, 621, 593, 573, 697, 568, 629, 569, 609, 576, 630, 614, 642, 585, 569, 811, 553, 632, 567, 616, 568, 644, 602, 650, 578, 585, 773, 574, 728, 572, 613, 554, 614, 569, 635, 554, 649, 576, 664, 604, 691, 620, 645, 606, 628, 623, 562, 768, 570, 664, 569, 604, 566, 605, 576, 607, 596, 631, 589, 641, 577, 646, 552, 631, 561, 643, 559, 655, 573, 642, 574, 636, 593, 637, 597, 638, 583, 608, 591, 582, 694, 561, 775, 563, 668, 567, 607, 558, 614, 582, 654, 603, 632, 591, 593, 592, 570, 618, 555, 753, 558, 826, 565, 659, 560, 620, 599, 600, 592, 617, 573, 626, 629, 648, 609, 589, 619, 561, 730, 567, 643, 589, 584, 582, 602, 561, 617, 623, 654, 605, 617, 591, 573, 715, 580, 688, 582, 601, 590, 619, 584, 609, 575, 620, 569, 635, 585, 660, 602, 682, 598, 632, 599, 596, 642, 576, 796, 571, 657, 654, 727, 729, 682, 678, 741, 715, 694, 665, 634, 819, 632, 1002, 643, 888, 659, 852, 638, 768, 835, 693, 1118, 626, 1012, 621, 757, 569, 633, 643, 694, 711, 643, 1062, 647, 747, 659, 619, 626, 626, 644, 623, 726, 647, 842, 657, 623, 628, 621, 643, 631, 842, 681, 622, 631, 635, 693, 527, 487, 432, 521, 507, 840, 719, 732, 749, 728, 698, 732, 701, 764, 724, 741, 834, 708, 739, 715, 737, 704, 877, 695, 717, 700, 720, 924, 705, 997, 684, 1032, 670, 925, 677, 804, 683, 712, 1031, 636, 983, 637, 833, 603, 714, 665, 626, 762, 620, 787, 637, 713, 657, 630, 715, 645, 859, 634, 699, 652, 644, 664, 656, 648, 643, 680, 655, 864, 662, 794, 662, 736, 604, 670, 654, 673, 676, 663, 675, 631, 874, 646, 948, 663, 734, 617, 662, 673, 636, 808, 658, 781, 680, 691, 696, 633, 669, 673, 911, 669, 712, 673, 684, 695, 653, 660, 660, 842, 684, 731, 675, 665, 688, 641, 649, 678, 838, 679, 731, 677, 714, 678, 700, 685, 653, 664, 664, 745, 678, 938, 688, 749, 681, 733, 668, 668, 671, 643, 687, 698, 727, 673, 926, 675, 737, 591, 701, 609, 633, 566, 660, 617, 672, 655, 657, 646, 683, 623, 731, 865, 659, 956, 661], 'WindowCenter': [274.0, 273.0, 272.0, 271.0, 273.0, 269.0, 272.0, 268.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 267.0, 268.0, 267.0, 269.0, 268.0, 269.0, 268.0, 269.0, 267.0, 269.0, 268.0, 268.0, 267.0, 268.0, 268.0, 268.0, 270.0, 267.0, 270.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 267.0, 269.0, 267.0, 269.0, 268.0, 270.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 267.0, 268.0, 267.0, 269.0, 267.0, 268.0, 267.0, 269.0, 267.0, 269.0, 267.0, 268.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 270.0, 269.0, 269.0, 269.0, 269.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 268.0, 269.0, 268.0, 270.0, 268.0, 271.0, 268.0, 269.0, 267.0, 269.0, 267.0, 268.0, 267.0, 268.0, 268.0, 266.0, 269.0, 265.0, 266.0, 264.0, 265.0, 264.0, 265.0, 267.0, 264.0, 266.0, 264.0, 265.0, 264.0, 265.0, 266.0, 266.0, 267.0, 265.0, 267.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 268.0, 266.0, 268.0, 266.0, 267.0, 267.0, 267.0, 268.0, 267.0, 269.0, 269.0, 270.0, 270.0, 271.0, 270.0, 269.0, 269.0, 269.0, 270.0, 271.0, 271.0, 272.0, 271.0, 271.0, 271.0, 271.0, 272.0, 271.0, 271.0, 270.0, 271.0, 270.0, 270.0, 271.0, 270.0, 272.0, 270.0, 271.0, 270.0, 271.0, 271.0, 270.0, 270.0, 270.0, 269.0, 270.0, 269.0, 269.0, 271.0, 269.0, 271.0, 269.0, 269.0, 268.0, 269.0, 267.0, 267.0, 268.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 267.0, 267.0, 270.0, 268.0, 269.0, 267.0, 269.0, 267.0, 267.0, 269.0, 268.0, 269.0, 267.0, 268.0, 269.0, 268.0, 269.0, 267.0, 268.0, 269.0, 268.0, 269.0, 268.0, 268.0, 270.0, 268.0, 269.0, 269.0, 269.0, 269.0, 268.0, 270.0, 268.0, 270.0, 269.0, 269.0, 270.0, 269.0, 270.0, 270.0, 270.0, 270.0, 270.0, 271.0, 270.0, 270.0, 270.0, 271.0, 270.0, 270.0, 271.0, 270.0, 271.0, 269.0, 270.0, 269.0, 270.0, 271.0, 270.0, 271.0, 269.0, 270.0, 269.0, 270.0, 271.0, 270.0, 271.0, 270.0, 271.0, 270.0, 271.0, 270.0, 270.0, 272.0, 269.0, 271.0, 269.0, 271.0, 269.0, 271.0, 270.0, 271.0, 269.0, 270.0, 271.0, 270.0, 271.0, 269.0, 271.0, 269.0, 270.0, 270.0, 271.0, 270.0, 270.0, 271.0, 269.0, 270.0, 268.0, 270.0, 271.0, 269.0, 270.0, 268.0, 270.0, 268.0, 269.0, 268.0, 269.0, 269.0, 268.0, 270.0, 268.0, 270.0, 268.0, 269.0, 271.0, 268.0, 270.0, 268.0, 269.0, 268.0, 269.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 269.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 268.0, 270.0, 269.0, 269.0, 271.0, 269.0, 270.0, 269.0, 271.0, 270.0, 270.0, 269.0, 271.0, 270.0, 271.0, 270.0, 271.0, 269.0, 270.0, 268.0, 270.0, 269.0, 270.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 270.0, 269.0, 271.0, 269.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 269.0, 270.0, 268.0, 270.0, 269.0, 270.0, 268.0, 270.0, 268.0, 269.0, 268.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 268.0, 270.0, 268.0, 270.0, 269.0, 269.0, 270.0, 268.0, 271.0, 269.0, 270.0, 268.0, 270.0, 268.0, 270.0, 269.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 268.0, 270.0, 269.0, 270.0, 269.0, 269.0, 270.0, 269.0, 271.0, 269.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 268.0, 270.0, 268.0, 270.0, 269.0, 270.0, 270.0, 269.0, 270.0, 269.0, 270.0, 268.0, 270.0, 268.0, 270.0, 269.0, 269.0, 271.0, 269.0, 270.0, 268.0, 269.0, 268.0, 270.0, 268.0, 269.0, 269.0, 269.0, 270.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 268.0, 270.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 269.0, 268.0, 269.0, 268.0, 269.0, 267.0, 269.0, 268.0, 269.0, 268.0, 270.0, 267.0, 269.0, 268.0, 269.0, 268.0, 269.0, 267.0, 269.0, 268.0, 268.0, 271.0, 268.0, 269.0, 268.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 268.0, 268.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 268.0, 266.0, 268.0, 267.0, 268.0, 270.0, 268.0, 269.0, 267.0, 268.0, 267.0, 268.0, 267.0, 269.0, 267.0, 268.0, 266.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 268.0, 267.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 270.0, 269.0, 271.0, 269.0, 271.0, 269.0, 271.0, 269.0, 271.0, 269.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 269.0, 268.0, 269.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 272.0, 269.0, 270.0, 268.0, 270.0, 268.0, 270.0, 269.0, 270.0, 269.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 269.0, 268.0, 269.0, 270.0, 269.0, 270.0, 268.0, 271.0, 268.0, 270.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 268.0, 267.0, 267.0, 268.0, 267.0, 269.0, 267.0, 269.0, 267.0, 268.0, 267.0, 268.0, 267.0, 268.0, 268.0, 268.0, 269.0, 268.0, 270.0, 268.0, 269.0, 268.0, 270.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 269.0, 269.0, 270.0, 268.0, 269.0, 268.0, 269.0, 267.0, 268.0, 267.0, 268.0, 268.0, 268.0, 269.0, 268.0, 269.0, 268.0, 270.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 270.0, 269.0, 269.0, 268.0, 269.0, 268.0, 270.0, 268.0, 270.0, 267.0, 269.0, 268.0, 268.0, 269.0, 268.0, 269.0, 268.0, 270.0, 268.0, 269.0, 267.0, 269.0, 268.0, 269.0, 267.0, 268.0, 270.0, 267.0, 269.0, 268.0, 269.0, 267.0, 268.0, 267.0, 268.0, 268.0, 268.0, 269.0, 268.0, 269.0, 268.0, 270.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 268.0, 270.0, 268.0, 271.0, 269.0, 269.0, 268.0, 269.0, 268.0, 269.0, 267.0, 269.0, 268.0, 269.0, 268.0, 268.0, 269.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 269.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 269.0, 268.0, 269.0, 270.0, 268.0, 270.0, 268.0, 269.0, 268.0, 269.0, 270.0, 268.0, 270.0, 268.0, 269.0, 268.0, 269.0, 270.0, 268.0, 270.0, 268.0, 270.0, 269.0, 269.0, 270.0, 268.0, 270.0, 268.0, 269.0, 268.0, 270.0, 271.0, 269.0, 270.0, 268.0, 270.0, 268.0, 270.0, 270.0, 269.0, 270.0, 269.0, 270.0, 268.0, 271.0, 269.0, 270.0, 270.0, 270.0, 270.0, 269.0, 271.0, 269.0, 271.0, 269.0, 271.0, 269.0, 271.0, 270.0, 271.0, 271.0, 270.0, 272.0, 270.0, 270.0, 270.0, 270.0, 269.0, 270.0, 270.0, 271.0, 270.0, 271.0, 270.0, 271.0, 271.0, 270.0, 272.0, 269.0, 270.0, 268.0, 270.0, 269.0, 270.0, 270.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 270.0, 268.0, 269.0, 269.0, 270.0, 268.0, 270.0, 269.0, 269.0, 270.0, 269.0, 269.0, 269.0, 269.0, 269.0, 270.0, 270.0, 270.0, 270.0, 270.0, 271.0, 269.0, 270.0, 270.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 269.0, 271.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 269.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 269.0, 269.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 268.0, 268.0, 268.0, 269.0, 268.0, 269.0, 268.0, 268.0, 268.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 269.0, 270.0, 268.0, 268.0, 270.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 269.0, 270.0, 269.0, 269.0, 270.0, 269.0, 269.0, 269.0, 270.0, 269.0, 269.0, 268.0, 269.0, 268.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 268.0, 270.0, 269.0, 269.0, 269.0, 269.0, 268.0, 269.0, 269.0, 269.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 269.0, 269.0, 270.0, 268.0, 269.0, 269.0, 269.0, 269.0, 268.0, 270.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 268.0, 270.0, 268.0, 270.0, 268.0, 269.0, 268.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 270.0, 269.0, 269.0, 269.0, 268.0, 270.0, 268.0, 269.0, 268.0, 268.0, 269.0, 269.0, 268.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 269.0, 270.0, 269.0, 270.0, 269.0, 269.0, 269.0, 270.0, 269.0, 269.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 269.0, 270.0, 269.0, 270.0, 270.0, 265.0, 268.0, 273.0, 272.0, 270.0, 271.0, 272.0, 272.0, 272.0, 272.0, 272.0, 272.0, 271.0, 272.0, 270.0, 272.0, 271.0, 273.0, 270.0, 270.0, 270.0, 269.0, 271.0, 267.0, 270.0, 267.0, 268.0, 266.0, 268.0, 266.0, 267.0, 266.0, 266.0, 268.0, 266.0, 267.0, 267.0, 266.0, 266.0, 266.0, 267.0, 267.0, 268.0, 267.0, 268.0, 268.0, 267.0, 267.0, 268.0, 268.0, 268.0, 270.0, 269.0, 268.0, 268.0, 269.0, 270.0, 262.0, 267.0, 267.0, 267.0, 263.0, 272.0, 271.0, 271.0, 271.0, 271.0, 271.0, 273.0, 272.0, 273.0, 272.0, 273.0, 273.0, 272.0, 272.0, 271.0, 271.0, 272.0, 274.0, 272.0, 272.0, 272.0, 272.0, 273.0, 272.0, 273.0, 271.0, 273.0, 271.0, 272.0, 270.0, 271.0, 270.0, 270.0, 272.0, 269.0, 272.0, 269.0, 270.0, 268.0, 269.0, 268.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 269.0, 269.0, 269.0, 269.0, 270.0, 269.0, 269.0, 269.0, 268.0, 269.0, 269.0, 269.0, 270.0, 270.0, 270.0, 271.0, 270.0, 271.0, 270.0, 270.0, 269.0, 270.0, 270.0, 270.0, 270.0, 269.0, 269.0, 269.0, 271.0, 269.0, 271.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 270.0, 269.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 271.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 271.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 272.0, 271.0, 270.0, 270.0, 270.0, 271.0, 271.0, 271.0, 270.0, 270.0, 271.0, 271.0, 270.0, 272.0, 271.0, 270.0, 271.0, 271.0, 270.0, 271.0, 270.0, 270.0, 271.0, 271.0, 272.0, 271.0, 273.0, 271.0, 273.0, 271.0, 270.0, 270.0, 271.0, 270.0, 271.0, 271.0, 271.0, 271.0, 270.0, 270.0, 270.0, 269.0, 271.0, 271.0, 270.0, 272.0, 270.0], 'WindowWidth': [606.0, 603.0, 601.0, 599.0, 601.0, 596.0, 599.0, 593.0, 595.0, 592.0, 594.0, 592.0, 594.0, 592.0, 594.0, 592.0, 592.0, 593.0, 592.0, 595.0, 593.0, 595.0, 593.0, 594.0, 592.0, 594.0, 593.0, 593.0, 592.0, 593.0, 593.0, 593.0, 596.0, 592.0, 596.0, 592.0, 595.0, 593.0, 594.0, 593.0, 595.0, 593.0, 595.0, 592.0, 593.0, 592.0, 594.0, 593.0, 596.0, 593.0, 595.0, 593.0, 595.0, 593.0, 595.0, 593.0, 592.0, 593.0, 592.0, 594.0, 592.0, 593.0, 592.0, 594.0, 592.0, 594.0, 592.0, 593.0, 593.0, 594.0, 593.0, 595.0, 592.0, 594.0, 593.0, 594.0, 593.0, 596.0, 595.0, 595.0, 595.0, 595.0, 595.0, 593.0, 595.0, 593.0, 594.0, 592.0, 594.0, 595.0, 594.0, 596.0, 594.0, 597.0, 593.0, 595.0, 592.0, 594.0, 591.0, 593.0, 591.0, 592.0, 593.0, 590.0, 593.0, 588.0, 589.0, 586.0, 588.0, 586.0, 587.0, 589.0, 586.0, 589.0, 586.0, 588.0, 586.0, 587.0, 589.0, 588.0, 590.0, 588.0, 590.0, 589.0, 590.0, 589.0, 590.0, 590.0, 589.0, 592.0, 590.0, 592.0, 589.0, 591.0, 590.0, 591.0, 592.0, 592.0, 594.0, 596.0, 596.0, 596.0, 598.0, 597.0, 595.0, 595.0, 595.0, 597.0, 598.0, 599.0, 600.0, 599.0, 599.0, 599.0, 598.0, 599.0, 599.0, 598.0, 596.0, 597.0, 596.0, 597.0, 598.0, 597.0, 600.0, 596.0, 598.0, 596.0, 598.0, 597.0, 597.0, 596.0, 597.0, 594.0, 596.0, 594.0, 595.0, 598.0, 595.0, 597.0, 594.0, 595.0, 593.0, 595.0, 592.0, 592.0, 593.0, 593.0, 595.0, 593.0, 595.0, 593.0, 594.0, 592.0, 592.0, 595.0, 593.0, 593.0, 592.0, 593.0, 591.0, 592.0, 594.0, 593.0, 594.0, 592.0, 593.0, 594.0, 593.0, 594.0, 592.0, 593.0, 595.0, 593.0, 594.0, 593.0, 594.0, 596.0, 594.0, 595.0, 594.0, 595.0, 595.0, 594.0, 596.0, 594.0, 596.0, 595.0, 595.0, 596.0, 595.0, 596.0, 596.0, 596.0, 597.0, 596.0, 598.0, 596.0, 597.0, 597.0, 598.0, 597.0, 597.0, 598.0, 596.0, 598.0, 596.0, 597.0, 596.0, 596.0, 598.0, 597.0, 598.0, 595.0, 596.0, 595.0, 596.0, 598.0, 597.0, 599.0, 597.0, 599.0, 597.0, 598.0, 597.0, 597.0, 599.0, 596.0, 598.0, 596.0, 598.0, 596.0, 598.0, 597.0, 598.0, 596.0, 597.0, 599.0, 597.0, 598.0, 596.0, 598.0, 595.0, 597.0, 597.0, 598.0, 597.0, 596.0, 598.0, 595.0, 597.0, 594.0, 596.0, 597.0, 595.0, 596.0, 594.0, 596.0, 594.0, 595.0, 594.0, 595.0, 595.0, 594.0, 597.0, 594.0, 597.0, 594.0, 595.0, 597.0, 594.0, 596.0, 593.0, 595.0, 594.0, 595.0, 596.0, 594.0, 596.0, 594.0, 596.0, 594.0, 596.0, 595.0, 595.0, 597.0, 596.0, 597.0, 595.0, 596.0, 594.0, 596.0, 595.0, 595.0, 598.0, 596.0, 597.0, 595.0, 598.0, 597.0, 597.0, 596.0, 598.0, 597.0, 598.0, 597.0, 598.0, 595.0, 597.0, 594.0, 596.0, 595.0, 597.0, 596.0, 595.0, 597.0, 595.0, 597.0, 595.0, 597.0, 595.0, 596.0, 595.0, 596.0, 597.0, 595.0, 598.0, 595.0, 597.0, 594.0, 596.0, 594.0, 596.0, 594.0, 595.0, 596.0, 594.0, 597.0, 595.0, 596.0, 593.0, 596.0, 593.0, 595.0, 594.0, 595.0, 597.0, 595.0, 597.0, 595.0, 596.0, 594.0, 596.0, 594.0, 596.0, 595.0, 595.0, 597.0, 594.0, 598.0, 595.0, 597.0, 594.0, 597.0, 594.0, 596.0, 595.0, 595.0, 597.0, 595.0, 597.0, 595.0, 597.0, 594.0, 596.0, 595.0, 596.0, 595.0, 595.0, 597.0, 595.0, 598.0, 595.0, 597.0, 594.0, 597.0, 594.0, 596.0, 594.0, 596.0, 596.0, 595.0, 597.0, 596.0, 597.0, 596.0, 597.0, 594.0, 596.0, 594.0, 596.0, 595.0, 596.0, 597.0, 595.0, 597.0, 595.0, 597.0, 594.0, 597.0, 593.0, 596.0, 595.0, 595.0, 598.0, 595.0, 596.0, 594.0, 595.0, 593.0, 596.0, 593.0, 595.0, 594.0, 594.0, 596.0, 594.0, 595.0, 594.0, 595.0, 593.0, 595.0, 593.0, 595.0, 593.0, 594.0, 593.0, 594.0, 596.0, 594.0, 595.0, 594.0, 594.0, 593.0, 595.0, 593.0, 595.0, 593.0, 594.0, 595.0, 594.0, 595.0, 594.0, 594.0, 593.0, 595.0, 593.0, 594.0, 593.0, 596.0, 592.0, 594.0, 593.0, 595.0, 594.0, 595.0, 592.0, 594.0, 593.0, 593.0, 597.0, 593.0, 595.0, 593.0, 595.0, 593.0, 594.0, 592.0, 594.0, 592.0, 594.0, 592.0, 595.0, 594.0, 593.0, 594.0, 592.0, 595.0, 592.0, 595.0, 592.0, 595.0, 591.0, 594.0, 591.0, 594.0, 591.0, 594.0, 591.0, 593.0, 590.0, 593.0, 592.0, 593.0, 595.0, 593.0, 594.0, 592.0, 593.0, 591.0, 592.0, 591.0, 594.0, 591.0, 593.0, 590.0, 592.0, 594.0, 592.0, 594.0, 592.0, 594.0, 591.0, 594.0, 592.0, 593.0, 592.0, 594.0, 594.0, 594.0, 595.0, 593.0, 595.0, 594.0, 595.0, 593.0, 595.0, 594.0, 595.0, 594.0, 595.0, 594.0, 595.0, 596.0, 595.0, 598.0, 595.0, 598.0, 595.0, 598.0, 595.0, 598.0, 595.0, 597.0, 594.0, 597.0, 594.0, 596.0, 593.0, 596.0, 593.0, 595.0, 593.0, 595.0, 596.0, 594.0, 596.0, 594.0, 595.0, 593.0, 595.0, 593.0, 595.0, 593.0, 595.0, 594.0, 595.0, 599.0, 596.0, 596.0, 594.0, 596.0, 594.0, 597.0, 595.0, 597.0, 595.0, 597.0, 595.0, 597.0, 594.0, 597.0, 594.0, 596.0, 594.0, 596.0, 593.0, 595.0, 594.0, 595.0, 595.0, 594.0, 596.0, 593.0, 597.0, 593.0, 596.0, 592.0, 595.0, 592.0, 595.0, 592.0, 594.0, 591.0, 594.0, 591.0, 593.0, 591.0, 592.0, 593.0, 592.0, 594.0, 592.0, 594.0, 591.0, 593.0, 591.0, 593.0, 591.0, 594.0, 593.0, 593.0, 594.0, 594.0, 595.0, 593.0, 594.0, 593.0, 595.0, 593.0, 595.0, 593.0, 595.0, 592.0, 595.0, 594.0, 595.0, 595.0, 594.0, 596.0, 592.0, 595.0, 593.0, 594.0, 592.0, 593.0, 591.0, 594.0, 594.0, 594.0, 595.0, 593.0, 595.0, 593.0, 595.0, 593.0, 595.0, 593.0, 595.0, 594.0, 595.0, 596.0, 594.0, 595.0, 593.0, 595.0, 593.0, 595.0, 593.0, 595.0, 593.0, 595.0, 596.0, 595.0, 595.0, 594.0, 595.0, 594.0, 595.0, 593.0, 595.0, 591.0, 595.0, 594.0, 594.0, 595.0, 593.0, 595.0, 594.0, 595.0, 593.0, 594.0, 592.0, 594.0, 593.0, 594.0, 592.0, 593.0, 596.0, 592.0, 595.0, 593.0, 594.0, 591.0, 593.0, 591.0, 593.0, 593.0, 593.0, 594.0, 593.0, 594.0, 594.0, 595.0, 594.0, 594.0, 593.0, 594.0, 593.0, 595.0, 593.0, 596.0, 593.0, 596.0, 593.0, 596.0, 593.0, 595.0, 593.0, 595.0, 593.0, 595.0, 593.0, 595.0, 594.0, 594.0, 597.0, 594.0, 597.0, 595.0, 595.0, 593.0, 594.0, 592.0, 594.0, 592.0, 594.0, 593.0, 595.0, 593.0, 594.0, 594.0, 594.0, 596.0, 594.0, 596.0, 594.0, 596.0, 593.0, 595.0, 596.0, 594.0, 596.0, 594.0, 596.0, 593.0, 595.0, 594.0, 595.0, 596.0, 594.0, 595.0, 593.0, 595.0, 594.0, 595.0, 596.0, 594.0, 596.0, 593.0, 595.0, 594.0, 595.0, 596.0, 594.0, 595.0, 593.0, 596.0, 595.0, 595.0, 596.0, 594.0, 596.0, 594.0, 595.0, 594.0, 596.0, 598.0, 595.0, 597.0, 594.0, 596.0, 594.0, 596.0, 597.0, 596.0, 597.0, 595.0, 596.0, 594.0, 598.0, 595.0, 596.0, 597.0, 596.0, 597.0, 596.0, 597.0, 596.0, 598.0, 596.0, 597.0, 595.0, 598.0, 597.0, 598.0, 597.0, 597.0, 599.0, 597.0, 597.0, 597.0, 597.0, 595.0, 597.0, 597.0, 598.0, 597.0, 597.0, 596.0, 597.0, 598.0, 597.0, 599.0, 595.0, 597.0, 594.0, 596.0, 595.0, 596.0, 596.0, 594.0, 595.0, 594.0, 595.0, 593.0, 594.0, 596.0, 593.0, 595.0, 595.0, 596.0, 593.0, 596.0, 594.0, 595.0, 597.0, 595.0, 595.0, 595.0, 595.0, 595.0, 596.0, 596.0, 596.0, 597.0, 597.0, 598.0, 595.0, 597.0, 596.0, 597.0, 596.0, 597.0, 595.0, 596.0, 595.0, 596.0, 596.0, 597.0, 596.0, 597.0, 596.0, 596.0, 597.0, 596.0, 597.0, 595.0, 598.0, 595.0, 597.0, 595.0, 596.0, 595.0, 596.0, 595.0, 596.0, 595.0, 596.0, 595.0, 596.0, 595.0, 596.0, 595.0, 595.0, 596.0, 594.0, 596.0, 594.0, 595.0, 594.0, 594.0, 593.0, 594.0, 594.0, 594.0, 594.0, 595.0, 593.0, 594.0, 594.0, 594.0, 595.0, 593.0, 594.0, 593.0, 595.0, 593.0, 593.0, 593.0, 593.0, 595.0, 594.0, 594.0, 593.0, 593.0, 593.0, 594.0, 594.0, 595.0, 594.0, 595.0, 595.0, 594.0, 595.0, 594.0, 595.0, 593.0, 594.0, 594.0, 596.0, 594.0, 594.0, 596.0, 594.0, 594.0, 594.0, 594.0, 594.0, 594.0, 594.0, 595.0, 595.0, 595.0, 596.0, 594.0, 595.0, 595.0, 596.0, 595.0, 595.0, 594.0, 595.0, 594.0, 596.0, 595.0, 596.0, 594.0, 595.0, 595.0, 596.0, 595.0, 596.0, 594.0, 594.0, 596.0, 595.0, 595.0, 595.0, 595.0, 594.0, 594.0, 595.0, 595.0, 595.0, 596.0, 595.0, 596.0, 595.0, 596.0, 595.0, 596.0, 595.0, 596.0, 595.0, 596.0, 595.0, 596.0, 595.0, 596.0, 594.0, 595.0, 595.0, 595.0, 593.0, 595.0, 594.0, 594.0, 595.0, 594.0, 596.0, 593.0, 594.0, 593.0, 594.0, 593.0, 594.0, 593.0, 594.0, 593.0, 594.0, 594.0, 594.0, 595.0, 594.0, 594.0, 594.0, 596.0, 594.0, 596.0, 594.0, 594.0, 594.0, 594.0, 595.0, 594.0, 594.0, 594.0, 594.0, 594.0, 595.0, 595.0, 595.0, 595.0, 594.0, 594.0, 596.0, 594.0, 594.0, 594.0, 594.0, 595.0, 595.0, 594.0, 596.0, 595.0, 596.0, 595.0, 596.0, 595.0, 595.0, 597.0, 595.0, 596.0, 595.0, 595.0, 595.0, 596.0, 595.0, 595.0, 595.0, 596.0, 595.0, 596.0, 595.0, 596.0, 595.0, 596.0, 595.0, 596.0, 595.0, 595.0, 595.0, 595.0, 596.0, 596.0, 587.0, 592.0, 603.0, 600.0, 597.0, 599.0, 599.0, 600.0, 600.0, 599.0, 599.0, 600.0, 598.0, 600.0, 596.0, 599.0, 598.0, 601.0, 596.0, 597.0, 596.0, 595.0, 598.0, 592.0, 595.0, 590.0, 592.0, 589.0, 593.0, 590.0, 590.0, 589.0, 589.0, 591.0, 589.0, 590.0, 590.0, 590.0, 590.0, 590.0, 591.0, 591.0, 592.0, 591.0, 593.0, 592.0, 592.0, 591.0, 593.0, 593.0, 593.0, 595.0, 594.0, 593.0, 593.0, 595.0, 596.0, 583.0, 592.0, 592.0, 592.0, 585.0, 599.0, 598.0, 597.0, 598.0, 598.0, 599.0, 601.0, 600.0, 601.0, 600.0, 601.0, 601.0, 600.0, 599.0, 599.0, 599.0, 601.0, 602.0, 601.0, 600.0, 600.0, 600.0, 602.0, 600.0, 602.0, 599.0, 602.0, 598.0, 599.0, 596.0, 598.0, 596.0, 596.0, 599.0, 595.0, 599.0, 595.0, 596.0, 593.0, 594.0, 593.0, 593.0, 595.0, 593.0, 595.0, 593.0, 595.0, 594.0, 594.0, 595.0, 595.0, 596.0, 595.0, 594.0, 594.0, 593.0, 594.0, 594.0, 595.0, 596.0, 596.0, 596.0, 598.0, 597.0, 598.0, 596.0, 597.0, 595.0, 596.0, 595.0, 596.0, 595.0, 595.0, 594.0, 595.0, 597.0, 594.0, 597.0, 594.0, 595.0, 595.0, 595.0, 594.0, 595.0, 596.0, 594.0, 596.0, 595.0, 596.0, 595.0, 596.0, 595.0, 596.0, 598.0, 596.0, 595.0, 595.0, 596.0, 595.0, 596.0, 595.0, 596.0, 598.0, 597.0, 597.0, 597.0, 596.0, 597.0, 596.0, 596.0, 597.0, 599.0, 597.0, 597.0, 597.0, 597.0, 597.0, 597.0, 597.0, 597.0, 596.0, 597.0, 598.0, 597.0, 600.0, 597.0, 597.0, 597.0, 598.0, 597.0, 598.0, 597.0, 597.0, 597.0, 599.0, 600.0, 599.0, 601.0, 599.0, 602.0, 598.0, 597.0, 597.0, 599.0, 598.0, 599.0, 598.0, 599.0, 597.0, 597.0, 596.0, 597.0, 595.0, 598.0, 598.0, 596.0, 600.0, 596.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.013461890510948907</td></tr>
<tr><td colspan=3>aqi</td><td>0.0477832801459854</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.464919715105985</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3588223618772823</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1764013991088373</td></tr>
<tr><td colspan=3>efc</td><td>0.5188</td></tr>
<tr><td colspan=3>fber</td><td>3885.8181</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11079838422768737</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>58</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.233576642335766</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.550087008351346</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.56865739330389</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5689481205696856</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5126555111804625</td></tr>
<tr><td colspan=3>gcor</td><td>0.0154965</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.016141002997756004</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01816786266863346</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1370</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.41362234430003</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>25.2202</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>4.4272</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>15.0754</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>4.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>290089.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>73.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>31.673</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.7754</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>31.8705</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>215.5853</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>223.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>86455.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>99.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>277.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>50.5251</td></tr>
<tr><td colspan=3>tsnr</td><td>28.599433870986104</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>