<?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-0124_ses-03_task-alignvideo_acq-mb8_run-03_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-0124_ses-03_task-alignvideo_acq-mb8_run-03_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-03_session-03_subject-0124_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-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0124_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-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0124_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-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0124_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-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-03_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-03_session-03_subject-0124_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-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-03_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-03_session-03_subject-0124_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-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0124_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-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-03_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-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-03_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-0124/ses-03/func/sub-0124_ses-03_task-alignvideo_acq-mb8_run-03_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>17ca156740f4e3aa621894fd4d84d69c</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>20:50:6.442500</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_VE11E_LATEST_20181129</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.998162, 0.0413002, 0.044355, -0.0468976, 0.98992, 0.133637]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</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-03_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.0866546</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-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4229, -7792, -7216, 425, -109, -94, -13, 48]</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.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.373</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>23e5fe84-1c1c-4a7b-a240-2c535cf220bd||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.677994966506958, -0.12582270801067352, 0.10364944487810135, 112.37893676757812], [-0.11080530285835266, 2.6558830738067627, 0.3657742440700531, -109.14398193359375], [0.11900129914283752, -0.35853952169418335, 2.673100471496582, -56.965213775634766], [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, 1065]</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], 'AcquisitionTime': ['205006.442500', '205006.902500', '205007.362500', '205007.822500', '205008.282500', '205008.742500', '205009.202500', '205009.662500', '205010.122500', '205010.582500', '205011.042500', '205011.502500', '205011.962500', '205012.422500', '205012.882500', '205013.342500', '205013.802500', '205014.262500', '205014.722500', '205015.182500', '205015.642500', '205016.102500', '205016.562500', '205017.022500', '205017.482500', '205017.942500', '205018.402500', '205018.862500', '205019.322500', '205019.782500', '205020.242500', '205020.702500', '205021.162500', '205021.622500', '205022.082500', '205022.542500', '205023.002500', '205023.462500', '205023.922500', '205024.382500', '205024.842500', '205025.302500', '205025.762500', '205026.222500', '205026.682500', '205027.142500', '205027.602500', '205028.062500', '205028.522500', '205028.982500', '205029.442500', '205029.902500', '205030.362500', '205030.822500', '205031.282500', '205031.742500', '205032.202500', '205032.662500', '205033.122500', '205033.582500', '205034.042500', '205034.502500', '205034.962500', '205035.422500', '205035.882500', '205036.342500', '205036.802500', '205037.262500', '205037.722500', '205038.182500', '205038.642500', '205039.102500', '205039.562500', '205040.022500', '205040.482500', '205040.942500', '205041.402500', '205041.862500', '205042.322500', '205042.782500', '205043.242500', '205043.702500', '205044.162500', '205044.622500', '205045.082500', '205045.542500', '205046.002500', '205046.462500', '205046.922500', '205047.382500', '205047.842500', '205048.302500', '205048.762500', '205049.222500', '205049.682500', '205050.142500', '205050.602500', '205051.062500', '205051.522500', '205051.982500', '205052.442500', '205052.902500', '205053.362500', '205053.822500', '205054.282500', '205054.742500', '205055.202500', '205055.662500', '205056.122500', '205056.582500', '205057.042500', '205057.502500', '205057.962500', '205058.422500', '205058.882500', '205059.342500', '205059.802500', '205100.262500', '205100.722500', '205101.182500', '205101.642500', '205102.102500', '205102.562500', '205103.022500', '205103.482500', '205103.942500', '205104.402500', '205104.862500', '205105.322500', '205105.782500', '205106.242500', '205106.702500', '205107.162500', '205107.622500', '205108.082500', '205108.542500', '205109.002500', '205109.462500', '205109.922500', '205110.382500', '205110.842500', '205111.302500', '205111.762500', '205112.222500', '205112.682500', '205113.142500', '205113.602500', '205114.062500', '205114.522500', '205114.982500', '205115.442500', '205115.902500', '205116.362500', '205116.822500', '205117.282500', '205117.742500', '205118.202500', '205118.662500', '205119.122500', '205119.582500', '205120.042500', '205120.502500', '205120.962500', '205121.422500', '205121.882500', '205122.342500', '205122.802500', '205123.262500', '205123.722500', '205124.182500', '205124.642500', '205125.102500', '205125.562500', '205126.022500', '205126.482500', '205126.942500', '205127.402500', '205127.862500', '205128.322500', '205128.782500', '205129.242500', '205129.702500', '205130.162500', '205130.622500', '205131.082500', '205131.542500', '205132.002500', '205132.462500', '205132.922500', '205133.382500', '205133.842500', '205134.302500', '205134.762500', '205135.222500', '205135.682500', '205136.142500', '205136.602500', '205137.062500', '205137.522500', '205137.982500', '205138.442500', '205138.902500', '205139.362500', '205139.822500', '205140.282500', '205140.742500', '205141.202500', '205141.662500', '205142.122500', '205142.582500', '205143.042500', '205143.502500', '205143.962500', '205144.422500', '205144.882500', '205145.342500', '205145.802500', '205146.262500', '205146.722500', '205147.182500', '205147.642500', '205148.102500', '205148.562500', '205149.022500', '205149.482500', '205149.942500', '205150.402500', '205150.862500', '205151.322500', '205151.782500', '205152.242500', '205152.702500', '205153.162500', '205153.622500', '205154.082500', '205154.542500', '205155.002500', '205155.462500', '205155.922500', '205156.382500', '205156.842500', '205157.302500', '205157.762500', '205158.222500', '205158.682500', '205159.142500', '205159.602500', '205200.062500', '205200.522500', '205200.982500', '205201.442500', '205201.902500', '205202.362500', '205202.822500', '205203.282500', '205203.742500', '205204.202500', '205204.662500', '205205.122500', '205205.582500', '205206.042500', '205206.502500', '205206.962500', '205207.422500', '205207.882500', '205208.342500', '205208.802500', '205209.262500', '205209.722500', '205210.182500', '205210.642500', '205211.102500', '205211.562500', '205212.022500', '205212.482500', '205212.942500', '205213.402500', '205213.862500', '205214.322500', '205214.782500', '205215.242500', '205215.702500', '205216.162500', '205216.622500', '205217.082500', '205217.542500', '205218.002500', '205218.462500', '205218.922500', '205219.382500', '205219.842500', '205220.302500', '205220.762500', '205221.222500', '205221.682500', '205222.142500', '205222.602500', '205223.062500', '205223.522500', '205223.982500', '205224.442500', '205224.902500', '205225.362500', '205225.822500', '205226.282500', '205226.742500', '205227.202500', '205227.662500', '205228.122500', '205228.582500', '205229.042500', '205229.502500', '205229.962500', '205230.422500', '205230.882500', '205231.342500', '205231.802500', '205232.262500', '205232.722500', '205233.182500', '205233.642500', '205234.102500', '205234.562500', '205235.022500', '205235.482500', '205235.942500', '205236.402500', '205236.862500', '205237.322500', '205237.782500', '205238.242500', '205238.702500', '205239.162500', '205239.622500', '205240.082500', '205240.542500', '205241.002500', '205241.462500', '205241.922500', '205242.382500', '205242.842500', '205243.302500', '205243.762500', '205244.222500', '205244.682500', '205245.142500', '205245.602500', '205246.062500', '205246.522500', '205246.982500', '205247.442500', '205247.902500', '205248.362500', '205248.822500', '205249.282500', '205249.742500', '205250.202500', '205250.662500', '205251.122500', '205251.582500', '205252.042500', '205252.502500', '205252.962500', '205253.422500', '205253.882500', '205254.342500', '205254.802500', '205255.262500', '205255.722500', '205256.182500', '205256.642500', '205257.102500', '205257.562500', '205258.022500', '205258.482500', '205258.942500', '205259.402500', '205259.862500', '205300.322500', '205300.782500', '205301.242500', '205301.702500', '205302.162500', '205302.622500', '205303.082500', '205303.542500', '205304.002500', '205304.462500', '205304.922500', '205305.382500', '205305.842500', '205306.302500', '205306.762500', '205307.222500', '205307.682500', '205308.142500', '205308.602500', '205309.062500', '205309.522500', '205309.982500', '205310.442500', '205310.902500', '205311.362500', '205311.822500', '205312.282500', '205312.742500', '205313.202500', '205313.662500', '205314.122500', '205314.582500', '205315.042500', '205315.502500', '205315.962500', '205316.422500', '205316.882500', '205317.342500', '205317.802500', '205318.262500', '205318.722500', '205319.182500', '205319.642500', '205320.102500', '205320.562500', '205321.022500', '205321.482500', '205321.942500', '205322.402500', '205322.862500', '205323.322500', '205323.782500', '205324.242500', '205324.702500', '205325.162500', '205325.622500', '205326.082500', '205326.542500', '205327.002500', '205327.462500', '205327.922500', '205328.382500', '205328.842500', '205329.302500', '205329.762500', '205330.222500', '205330.682500', '205331.142500', '205331.602500', '205332.062500', '205332.522500', '205332.982500', '205333.442500', '205333.902500', '205334.362500', '205334.822500', '205335.282500', '205335.742500', '205336.202500', '205336.662500', '205337.122500', '205337.582500', '205338.042500', '205338.502500', '205338.962500', '205339.422500', '205339.882500', '205340.342500', '205340.802500', '205341.262500', '205341.722500', '205342.182500', '205342.642500', '205343.102500', '205343.562500', '205344.022500', '205344.482500', '205344.942500', '205345.402500', '205345.862500', '205346.322500', '205346.782500', '205347.242500', '205347.702500', '205348.162500', '205348.622500', '205349.082500', '205349.542500', '205350.002500', '205350.462500', '205350.922500', '205351.382500', '205351.842500', '205352.302500', '205352.762500', '205353.222500', '205353.682500', '205354.142500', '205354.602500', '205355.062500', '205355.522500', '205355.982500', '205356.442500', '205356.902500', '205357.362500', '205357.822500', '205358.282500', '205358.742500', '205359.202500', '205359.662500', '205400.122500', '205400.582500', '205401.042500', '205401.502500', '205401.962500', '205402.422500', '205402.882500', '205403.342500', '205403.802500', '205404.262500', '205404.722500', '205405.182500', '205405.642500', '205406.102500', '205406.562500', '205407.022500', '205407.482500', '205407.942500', '205408.402500', '205408.862500', '205409.322500', '205409.782500', '205410.242500', '205410.702500', '205411.162500', '205411.622500', '205412.082500', '205412.542500', '205413.002500', '205413.462500', '205413.922500', '205414.382500', '205414.842500', '205415.302500', '205415.762500', '205416.222500', '205416.682500', '205417.142500', '205417.602500', '205418.062500', '205418.522500', '205418.982500', '205419.442500', '205419.902500', '205420.362500', '205420.822500', '205421.282500', '205421.742500', '205422.202500', '205422.662500', '205423.122500', '205423.582500', '205424.042500', '205424.502500', '205424.962500', '205425.422500', '205425.882500', '205426.342500', '205426.802500', '205427.262500', '205427.722500', '205428.182500', '205428.642500', '205429.102500', '205429.562500', '205430.022500', '205430.482500', '205430.942500', '205431.402500', '205431.862500', '205432.322500', '205432.782500', '205433.242500', '205433.702500', '205434.162500', '205434.622500', '205435.082500', '205435.542500', '205436.002500', '205436.462500', '205436.922500', '205437.382500', '205437.842500', '205438.302500', '205438.762500', '205439.222500', '205439.682500', '205440.142500', '205440.602500', '205441.062500', '205441.522500', '205441.982500', '205442.442500', '205442.902500', '205443.362500', '205443.822500', '205444.282500', '205444.742500', '205445.202500', '205445.662500', '205446.122500', '205446.582500', '205447.042500', '205447.502500', '205447.962500', '205448.422500', '205448.882500', '205449.342500', '205449.802500', '205450.262500', '205450.722500', '205451.182500', '205451.642500', '205452.102500', '205452.562500', '205453.022500', '205453.482500', '205453.942500', '205454.402500', '205454.862500', '205455.322500', '205455.782500', '205456.242500', '205456.702500', '205457.162500', '205457.622500', '205458.082500', '205458.542500', '205459.002500', '205459.462500', '205459.922500', '205500.382500', '205500.842500', '205501.302500', '205501.762500', '205502.222500', '205502.682500', '205503.142500', '205503.602500', '205504.062500', '205504.522500', '205504.982500', '205505.442500', '205505.902500', '205506.362500', '205506.822500', '205507.282500', '205507.742500', '205508.202500', '205508.662500', '205509.122500', '205509.582500', '205510.042500', '205510.502500', '205510.962500', '205511.422500', '205511.882500', '205512.342500', '205512.802500', '205513.262500', '205513.722500', '205514.182500', '205514.642500', '205515.102500', '205515.562500', '205516.022500', '205516.482500', '205516.942500', '205517.402500', '205517.862500', '205518.322500', '205518.782500', '205519.242500', '205519.702500', '205520.162500', '205520.622500', '205521.082500', '205521.542500', '205522.002500', '205522.462500', '205522.922500', '205523.382500', '205523.842500', '205524.302500', '205524.762500', '205525.222500', '205525.682500', '205526.142500', '205526.602500', '205527.062500', '205527.522500', '205527.982500', '205528.442500', '205528.902500', '205529.362500', '205529.822500', '205530.282500', '205530.742500', '205531.202500', '205531.662500', '205532.122500', '205532.582500', '205533.042500', '205533.502500', '205533.962500', '205534.422500', '205534.882500', '205535.342500', '205535.802500', '205536.262500', '205536.722500', '205537.182500', '205537.642500', '205538.102500', '205538.562500', '205539.022500', '205539.482500', '205539.942500', '205540.402500', '205540.862500', '205541.322500', '205541.782500', '205542.242500', '205542.702500', '205543.162500', '205543.622500', '205544.082500', '205544.542500', '205545.002500', '205545.462500', '205545.922500', '205546.382500', '205546.842500', '205547.302500', '205547.762500', '205548.222500', '205548.682500', '205549.142500', '205549.602500', '205550.062500', '205550.522500', '205550.982500', '205551.442500', '205551.902500', '205552.362500', '205552.822500', '205553.282500', '205553.742500', '205554.202500', '205554.662500', '205555.122500', '205555.582500', '205556.042500', '205556.502500', '205556.962500', '205557.422500', '205557.882500', '205558.342500', '205558.802500', '205559.262500', '205559.722500', '205600.182500', '205600.642500', '205601.102500', '205601.562500', '205602.022500', '205602.482500', '205602.942500', '205603.402500', '205603.862500', '205604.322500', '205604.782500', '205605.242500', '205605.702500', '205606.162500', '205606.622500', '205607.082500', '205607.542500', '205608.002500', '205608.462500', '205608.922500', '205609.382500', '205609.842500', '205610.302500', '205610.762500', '205611.222500', '205611.682500', '205612.142500', '205612.602500', '205613.062500', '205613.522500', '205613.982500', '205614.442500', '205614.902500', '205615.362500', '205615.822500', '205616.282500', '205616.742500', '205617.202500', '205617.662500', '205618.122500', '205618.582500', '205619.042500', '205619.502500', '205619.962500', '205620.422500', '205620.882500', '205621.342500', '205621.802500', '205622.262500', '205622.722500', '205623.182500', '205623.642500', '205624.102500', '205624.562500', '205625.022500', '205625.482500', '205625.942500', '205626.402500', '205626.862500', '205627.322500', '205627.782500', '205628.242500', '205628.702500', '205629.162500', '205629.622500', '205630.082500', '205630.542500', '205631.002500', '205631.462500', '205631.922500', '205632.382500', '205632.842500', '205633.302500', '205633.762500', '205634.222500', '205634.682500', '205635.142500', '205635.602500', '205636.062500', '205636.522500', '205636.982500', '205637.442500', '205637.902500', '205638.362500', '205638.822500', '205639.282500', '205639.742500', '205640.202500', '205640.662500', '205641.122500', '205641.582500', '205642.042500', '205642.502500', '205642.962500', '205643.422500', '205643.882500', '205644.342500', '205644.802500', '205645.262500', '205645.722500', '205646.182500', '205646.642500', '205647.102500', '205647.562500', '205648.022500', '205648.482500', '205648.942500', '205649.402500', '205649.862500', '205650.322500', '205650.782500', '205651.242500', '205651.702500', '205652.162500', '205652.622500', '205653.082500', '205653.542500', '205654.002500', '205654.462500', '205654.922500', '205655.382500', '205655.842500', '205656.302500', '205656.762500', '205657.222500', '205657.682500', '205658.142500', '205658.602500', '205659.062500', '205659.522500', '205659.982500', '205700.442500', '205700.902500', '205701.362500', '205701.822500', '205702.282500', '205702.742500', '205703.202500', '205703.662500', '205704.122500', '205704.582500', '205705.042500', '205705.502500', '205705.962500', '205706.422500', '205706.882500', '205707.342500', '205707.802500', '205708.262500', '205708.722500', '205709.182500', '205709.642500', '205710.102500', '205710.562500', '205711.022500', '205711.482500', '205711.942500', '205712.402500', '205712.862500', '205713.322500', '205713.782500', '205714.242500', '205714.702500', '205715.162500', '205715.622500', '205716.082500', '205716.542500', '205717.002500', '205717.462500', '205717.922500', '205718.382500', '205718.842500', '205719.302500', '205719.762500', '205720.222500', '205720.682500', '205721.142500', '205721.602500', '205722.062500', '205722.522500', '205722.982500', '205723.442500', '205723.902500', '205724.362500', '205724.822500', '205725.282500', '205725.742500', '205726.202500', '205726.662500', '205727.122500', '205727.582500', '205728.042500', '205728.502500', '205728.962500', '205729.422500', '205729.882500', '205730.342500', '205730.802500', '205731.262500', '205731.722500', '205732.182500', '205732.642500', '205733.102500', '205733.562500', '205734.022500', '205734.482500', '205734.942500', '205735.402500', '205735.862500', '205736.322500', '205736.782500', '205737.242500', '205737.702500', '205738.162500', '205738.622500', '205739.082500', '205739.542500', '205740.002500', '205740.462500', '205740.922500', '205741.382500', '205741.842500', '205742.302500', '205742.762500', '205743.222500', '205743.682500', '205744.142500', '205744.602500', '205745.062500', '205745.522500', '205745.982500', '205746.442500', '205746.902500', '205747.362500', '205747.822500', '205748.282500', '205748.742500', '205749.202500', '205749.662500', '205750.122500', '205750.582500', '205751.042500', '205751.502500', '205751.962500', '205752.422500', '205752.882500', '205753.342500', '205753.802500', '205754.262500', '205754.722500', '205755.182500', '205755.642500', '205756.102500', '205756.562500', '205757.022500', '205757.482500', '205757.942500', '205758.402500', '205758.862500', '205759.322500', '205759.782500', '205800.242500', '205800.702500', '205801.162500', '205801.622500', '205802.082500', '205802.542500', '205803.002500', '205803.462500', '205803.922500', '205804.382500', '205804.842500', '205805.302500', '205805.762500', '205806.222500', '205806.682500', '205807.142500', '205807.602500', '205808.062500', '205808.522500', '205808.982500', '205809.442500', '205809.902500', '205810.362500', '205810.822500', '205811.282500', '205811.742500', '205812.202500', '205812.662500', '205813.122500', '205813.582500', '205814.042500', '205814.502500', '205814.962500', '205815.422500', '205815.882500'], 'ContentTime': ['205018.854000', '205018.857000', '205018.860000', '205018.863000', '205018.865000', '205018.868000', '205018.871000', '205018.874000', '205018.876000', '205018.879000', '205018.881000', '205018.884000', '205018.887000', '205018.890000', '205018.892000', '205018.895000', '205018.898000', '205018.900000', '205018.903000', '205018.910000', '205018.912000', '205018.915000', '205018.918000', '205018.920000', '205018.923000', '205038.801000', '205038.804000', '205038.807000', '205038.809000', '205038.812000', '205038.820000', '205038.823000', '205038.825000', '205038.828000', '205038.830000', '205038.833000', '205038.835000', '205038.838000', '205038.840000', '205038.843000', '205038.845000', '205038.848000', '205038.851000', '205038.854000', '205038.857000', '205038.860000', '205038.862000', '205038.865000', '205038.867000', '205038.870000', '205038.872000', '205038.875000', '205038.877000', '205038.880000', '205038.883000', '205038.885000', '205038.888000', '205038.890000', '205038.893000', '205038.896000', '205038.898000', '205038.901000', '205038.903000', '205038.906000', '205038.908000', '205038.911000', '205038.914000', '205038.916000', '205058.801000', '205058.804000', '205058.807000', '205058.809000', '205058.812000', '205058.815000', '205058.817000', '205058.820000', '205058.822000', '205058.825000', '205058.827000', '205058.830000', '205058.833000', '205058.835000', '205058.838000', '205058.840000', '205058.843000', '205058.846000', '205058.848000', '205058.851000', '205058.853000', '205058.856000', '205058.858000', '205058.861000', '205058.864000', '205058.871000', '205058.874000', '205058.877000', '205058.879000', '205058.882000', '205058.884000', '205058.887000', '205058.890000', '205058.892000', '205058.895000', '205058.897000', '205058.900000', '205058.902000', '205058.905000', '205058.908000', '205058.910000', '205058.913000', '205058.915000', '205058.918000', '205118.832000', '205118.835000', '205118.838000', '205118.840000', '205118.843000', '205118.845000', '205118.848000', '205118.851000', '205118.853000', '205118.856000', '205118.860000', '205118.863000', '205118.865000', '205118.868000', '205118.871000', '205118.873000', '205118.876000', '205118.878000', '205118.881000', '205118.883000', '205118.886000', '205118.888000', '205118.891000', '205118.894000', '205118.896000', '205118.899000', '205118.901000', '205118.904000', '205118.907000', '205118.910000', '205118.913000', '205118.915000', '205118.918000', '205118.920000', '205118.923000', '205118.926000', '205118.928000', '205118.931000', '205118.933000', '205118.936000', '205118.938000', '205118.941000', '205118.944000', '205138.801000', '205138.804000', '205138.807000', '205138.810000', '205138.812000', '205138.815000', '205138.817000', '205138.820000', '205138.822000', '205138.825000', '205138.828000', '205138.830000', '205138.833000', '205138.835000', '205138.838000', '205138.841000', '205138.843000', '205138.846000', '205138.848000', '205138.851000', '205138.854000', '205138.856000', '205138.859000', '205138.861000', '205138.864000', '205138.866000', '205138.869000', '205138.871000', '205138.874000', '205138.877000', '205138.879000', '205138.882000', '205138.884000', '205138.887000', '205138.890000', '205138.892000', '205138.895000', '205138.897000', '205138.900000', '205138.902000', '205138.905000', '205138.907000', '205138.910000', '205138.913000', '205158.801000', '205158.804000', '205158.807000', '205158.809000', '205158.812000', '205158.815000', '205158.817000', '205158.820000', '205158.822000', '205158.825000', '205158.827000', '205158.830000', '205158.833000', '205158.835000', '205158.838000', '205158.841000', '205158.843000', '205158.846000', '205158.848000', '205158.851000', '205158.853000', '205158.856000', '205158.859000', '205158.862000', '205158.865000', '205158.868000', '205158.870000', '205158.873000', '205158.876000', '205158.878000', '205158.881000', '205158.883000', '205158.886000', '205158.889000', '205158.891000', '205158.894000', '205158.896000', '205158.899000', '205158.901000', '205158.904000', '205158.906000', '205158.909000', '205158.912000', '205218.801000', '205218.804000', '205218.807000', '205218.810000', '205218.812000', '205218.815000', '205218.817000', '205218.820000', '205218.823000', '205218.825000', '205218.828000', '205218.830000', '205218.833000', '205218.836000', '205218.839000', '205218.841000', '205218.844000', '205218.847000', '205218.849000', '205218.852000', '205218.854000', '205218.857000', '205218.860000', '205218.862000', '205218.865000', '205218.867000', '205218.870000', '205218.872000', '205218.875000', '205218.878000', '205218.880000', '205218.883000', '205218.885000', '205218.888000', '205218.891000', '205218.893000', '205218.896000', '205218.898000', '205218.901000', '205218.904000', '205218.906000', '205218.909000', '205218.911000', '205218.914000', '205238.802000', '205238.804000', '205238.807000', '205238.809000', '205238.812000', '205238.815000', '205238.817000', '205238.820000', '205238.822000', '205238.825000', '205238.828000', '205238.830000', '205238.833000', '205238.835000', '205238.838000', '205238.841000', '205238.843000', '205238.846000', '205238.848000', '205238.851000', '205238.853000', '205238.856000', '205238.859000', '205238.861000', '205238.864000', '205238.880000', '205238.883000', '205238.886000', '205238.889000', '205238.892000', '205238.894000', '205238.897000', '205238.899000', '205238.902000', '205238.905000', '205238.907000', '205238.910000', '205238.912000', '205238.915000', '205238.918000', '205238.920000', '205238.923000', '205238.925000', '205258.802000', '205258.804000', '205258.807000', '205258.810000', '205258.812000', '205258.815000', '205258.817000', '205258.820000', '205258.823000', '205258.826000', '205258.828000', '205258.831000', '205258.834000', '205258.836000', '205258.839000', '205258.842000', '205258.844000', '205258.847000', '205258.849000', '205258.852000', '205258.854000', '205258.857000', '205258.860000', '205258.862000', '205258.865000', '205258.868000', '205258.876000', '205258.878000', '205258.881000', '205258.884000', '205258.886000', '205258.889000', '205258.891000', '205258.894000', '205258.897000', '205258.899000', '205258.902000', '205258.905000', '205258.907000', '205258.910000', '205258.913000', '205258.915000', '205258.918000', '205258.921000', '205318.801000', '205318.804000', '205318.807000', '205318.810000', '205318.812000', '205318.815000', '205318.818000', '205318.820000', '205318.823000', '205318.825000', '205318.828000', '205318.831000', '205318.833000', '205318.836000', '205318.839000', '205318.841000', '205318.844000', '205318.846000', '205318.849000', '205318.852000', '205318.854000', '205318.857000', '205318.859000', '205318.862000', '205318.865000', '205318.867000', '205318.870000', '205318.872000', '205318.875000', '205318.877000', '205318.880000', '205318.883000', '205318.885000', '205318.888000', '205318.890000', '205318.893000', '205318.895000', '205318.898000', '205318.901000', '205318.903000', '205318.906000', '205318.909000', '205318.911000', '205338.802000', '205338.804000', '205338.808000', '205338.810000', '205338.813000', '205338.815000', '205338.818000', '205338.821000', '205338.824000', '205338.826000', '205338.829000', '205338.832000', '205338.835000', '205338.837000', '205338.840000', '205338.842000', '205338.845000', '205338.848000', '205338.850000', '205338.853000', '205338.856000', '205338.858000', '205338.861000', '205338.864000', '205338.866000', '205338.869000', '205338.871000', '205338.874000', '205338.877000', '205338.879000', '205338.882000', '205338.885000', '205338.887000', '205338.890000', '205338.892000', '205338.895000', '205338.898000', '205338.900000', '205338.903000', '205338.905000', '205338.908000', '205338.911000', '205338.913000', '205338.916000', '205358.802000', '205358.805000', '205358.807000', '205358.810000', '205358.813000', '205358.815000', '205358.818000', '205358.820000', '205358.823000', '205358.826000', '205358.828000', '205358.831000', '205358.833000', '205358.836000', '205358.838000', '205358.841000', '205358.844000', '205358.846000', '205358.849000', '205358.851000', '205358.854000', '205358.857000', '205358.859000', '205358.862000', '205358.865000', '205358.867000', '205358.870000', '205358.873000', '205358.875000', '205358.878000', '205358.881000', '205358.883000', '205358.886000', '205358.888000', '205358.891000', '205358.894000', '205358.896000', '205358.899000', '205358.902000', '205358.904000', '205358.907000', '205358.910000', '205358.912000', '205418.801000', '205418.804000', '205418.807000', '205418.810000', '205418.812000', '205418.815000', '205418.818000', '205418.831000', '205418.833000', '205418.836000', '205418.839000', '205418.841000', '205418.844000', '205418.846000', '205418.849000', '205418.852000', '205418.854000', '205418.857000', '205418.859000', '205418.862000', '205418.865000', '205418.867000', '205418.870000', '205418.872000', '205418.875000', '205418.877000', '205418.880000', '205418.883000', '205418.885000', '205418.888000', '205418.890000', '205418.893000', '205418.896000', '205418.898000', '205418.901000', '205418.904000', '205418.906000', '205418.909000', '205418.911000', '205418.914000', '205418.917000', '205418.919000', '205418.922000', '205418.924000', '205438.802000', '205438.805000', '205438.807000', '205438.810000', '205438.813000', '205438.815000', '205438.818000', '205438.820000', '205438.823000', '205438.826000', '205438.828000', '205438.831000', '205438.834000', '205438.837000', '205438.839000', '205438.842000', '205438.844000', '205438.847000', '205438.850000', '205438.852000', '205438.855000', '205438.858000', '205438.860000', '205438.863000', '205438.866000', '205438.868000', '205438.871000', '205438.874000', '205438.876000', '205438.879000', '205438.881000', '205438.884000', '205438.887000', '205438.889000', '205438.892000', '205438.895000', '205438.897000', '205438.900000', '205438.902000', '205438.905000', '205438.908000', '205438.910000', '205438.913000', '205458.801000', '205458.804000', '205458.807000', '205458.809000', '205458.812000', '205458.815000', '205458.817000', '205458.820000', '205458.822000', '205458.825000', '205458.828000', '205458.830000', '205458.833000', '205458.835000', '205458.838000', '205458.840000', '205458.843000', '205458.846000', '205458.848000', '205458.851000', '205458.854000', '205458.856000', '205458.859000', '205458.861000', '205458.864000', '205458.867000', '205458.869000', '205458.872000', '205458.874000', '205458.877000', '205458.880000', '205458.882000', '205458.885000', '205458.887000', '205458.890000', '205458.892000', '205458.895000', '205458.898000', '205458.900000', '205458.903000', '205458.906000', '205458.908000', '205458.911000', '205458.914000', '205518.802000', '205518.805000', '205518.808000', '205518.810000', '205518.813000', '205518.816000', '205518.819000', '205518.821000', '205518.824000', '205518.826000', '205518.829000', '205518.832000', '205518.835000', '205518.837000', '205518.840000', '205518.842000', '205518.845000', '205518.848000', '205518.850000', '205518.853000', '205518.855000', '205518.858000', '205518.861000', '205518.863000', '205518.866000', '205518.868000', '205518.871000', '205518.874000', '205518.876000', '205518.879000', '205518.882000', '205518.884000', '205518.887000', '205518.889000', '205518.892000', '205518.895000', '205518.897000', '205518.900000', '205518.902000', '205518.905000', '205518.908000', '205518.910000', '205518.913000', '205538.801000', '205538.806000', '205538.809000', '205538.812000', '205538.825000', '205538.827000', '205538.830000', '205538.832000', '205538.835000', '205538.838000', '205538.840000', '205538.843000', '205538.846000', '205538.848000', '205538.851000', '205538.853000', '205538.856000', '205538.859000', '205538.861000', '205538.864000', '205538.866000', '205538.869000', '205538.872000', '205538.874000', '205538.877000', '205538.879000', '205538.882000', '205538.884000', '205538.887000', '205538.889000', '205538.892000', '205538.895000', '205538.916000', '205538.918000', '205538.921000', '205538.924000', '205538.926000', '205538.929000', '205538.931000', '205538.934000', '205538.936000', '205538.939000', '205538.942000', '205538.944000', '205558.801000', '205558.805000', '205558.807000', '205558.810000', '205558.812000', '205558.815000', '205558.818000', '205558.820000', '205558.823000', '205558.826000', '205558.829000', '205558.831000', '205558.834000', '205558.836000', '205558.839000', '205558.841000', '205558.844000', '205558.847000', '205558.849000', '205558.852000', '205558.854000', '205558.857000', '205558.859000', '205558.862000', '205558.865000', '205558.867000', '205558.870000', '205558.872000', '205558.875000', '205558.877000', '205558.880000', '205558.883000', '205558.885000', '205558.888000', '205558.890000', '205558.893000', '205558.896000', '205558.898000', '205558.901000', '205558.903000', '205558.906000', '205558.908000', '205558.911000', '205618.801000', '205618.804000', '205618.807000', '205618.810000', '205618.813000', '205618.815000', '205618.818000', '205618.820000', '205618.823000', '205618.827000', '205618.830000', '205618.832000', '205618.835000', '205618.838000', '205618.840000', '205618.843000', '205618.846000', '205618.848000', '205618.851000', '205618.854000', '205618.856000', '205618.859000', '205618.861000', '205618.864000', '205618.867000', '205618.869000', '205618.872000', '205618.874000', '205618.877000', '205618.880000', '205618.883000', '205618.885000', '205618.888000', '205618.891000', '205618.893000', '205618.896000', '205618.898000', '205618.901000', '205618.904000', '205618.906000', '205618.909000', '205618.911000', '205618.914000', '205638.802000', '205638.805000', '205638.808000', '205638.842000', '205638.845000', '205638.848000', '205638.850000', '205638.853000', '205638.855000', '205638.858000', '205638.861000', '205638.863000', '205638.866000', '205638.869000', '205638.871000', '205638.874000', '205638.876000', '205638.879000', '205638.881000', '205638.884000', '205638.887000', '205638.889000', '205638.892000', '205638.894000', '205638.897000', '205638.900000', '205638.902000', '205638.905000', '205638.908000', '205638.910000', '205638.913000', '205638.916000', '205638.918000', '205638.921000', '205638.923000', '205638.926000', '205638.928000', '205638.931000', '205638.934000', '205638.936000', '205638.939000', '205638.941000', '205638.944000', '205638.946000', '205658.802000', '205658.805000', '205658.810000', '205658.812000', '205658.815000', '205658.817000', '205658.820000', '205658.823000', '205658.825000', '205658.828000', '205658.831000', '205658.833000', '205658.836000', '205658.839000', '205658.841000', '205658.844000', '205658.846000', '205658.849000', '205658.852000', '205658.854000', '205658.857000', '205658.860000', '205658.862000', '205658.865000', '205658.867000', '205658.870000', '205658.872000', '205658.875000', '205658.878000', '205658.880000', '205658.883000', '205658.885000', '205658.888000', '205658.891000', '205658.893000', '205658.896000', '205658.898000', '205658.901000', '205658.904000', '205658.906000', '205658.909000', '205658.911000', '205658.930000', '205718.802000', '205718.805000', '205718.807000', '205718.810000', '205718.813000', '205718.815000', '205718.818000', '205718.821000', '205718.823000', '205718.826000', '205718.829000', '205718.831000', '205718.834000', '205718.837000', '205718.839000', '205718.842000', '205718.845000', '205718.847000', '205718.850000', '205718.853000', '205718.855000', '205718.858000', '205718.860000', '205718.863000', '205718.866000', '205718.868000', '205718.871000', '205718.874000', '205718.876000', '205718.879000', '205718.881000', '205718.884000', '205718.887000', '205718.889000', '205718.892000', '205718.894000', '205718.897000', '205718.900000', '205718.902000', '205718.905000', '205718.907000', '205718.910000', '205718.913000', '205718.915000', '205738.801000', '205738.804000', '205738.807000', '205738.810000', '205738.812000', '205738.815000', '205738.818000', '205738.821000', '205738.824000', '205738.827000', '205738.830000', '205738.833000', '205738.836000', '205738.838000', '205738.841000', '205738.843000', '205738.846000', '205738.849000', '205738.851000', '205738.854000', '205738.856000', '205738.859000', '205738.862000', '205738.866000', '205738.869000', '205738.871000', '205738.874000', '205738.877000', '205738.879000', '205738.882000', '205738.885000', '205738.887000', '205738.890000', '205738.892000', '205738.895000', '205738.898000', '205738.901000', '205738.903000', '205738.906000', '205738.908000', '205738.911000', '205738.914000', '205738.916000', '205758.802000', '205758.805000', '205758.807000', '205758.810000', '205758.813000', '205758.815000', '205758.818000', '205758.821000', '205758.823000', '205758.826000', '205758.829000', '205758.831000', '205758.834000', '205758.837000', '205758.839000', '205758.842000', '205758.844000', '205758.847000', '205758.850000', '205758.852000', '205758.855000', '205758.857000', '205758.860000', '205758.863000', '205758.865000', '205758.868000', '205758.870000', '205758.873000', '205758.876000', '205758.878000', '205758.881000', '205758.884000', '205758.886000', '205758.889000', '205758.891000', '205758.894000', '205758.897000', '205758.900000', '205758.902000', '205758.905000', '205758.907000', '205758.910000', '205758.913000', '205758.916000', '205816.994000', '205816.997000', '205817.000000', '205817.003000', '205817.006000', '205817.008000', '205817.011000', '205817.014000', '205817.017000', '205817.020000', '205817.023000', '205817.026000', '205817.028000', '205817.031000', '205817.034000', '205817.036000', '205817.039000', '205817.042000', '205817.044000', '205817.047000', '205817.049000', '205817.052000', '205817.054000', '205817.057000', '205817.060000', '205817.063000', '205817.065000', '205817.068000', '205817.071000', '205817.073000', '205817.076000', '205817.078000', '205817.081000', '205817.084000', '205817.086000', '205817.089000', '205817.092000', '205817.094000', '205817.097000', '205817.111000'], 'InstanceCreationTime': ['205018.854000', '205018.857000', '205018.860000', '205018.863000', '205018.865000', '205018.868000', '205018.871000', '205018.874000', '205018.876000', '205018.879000', '205018.881000', '205018.884000', '205018.887000', '205018.890000', '205018.892000', '205018.895000', '205018.898000', '205018.900000', '205018.903000', '205018.910000', '205018.912000', '205018.915000', '205018.918000', '205018.920000', '205018.923000', '205038.801000', '205038.804000', '205038.807000', '205038.809000', '205038.812000', '205038.820000', '205038.823000', '205038.825000', '205038.828000', '205038.830000', '205038.833000', '205038.835000', '205038.838000', '205038.840000', '205038.843000', '205038.845000', '205038.848000', '205038.851000', '205038.854000', '205038.857000', '205038.860000', '205038.862000', '205038.865000', '205038.867000', '205038.870000', '205038.872000', '205038.875000', '205038.877000', '205038.880000', '205038.883000', '205038.885000', '205038.888000', '205038.890000', '205038.893000', '205038.896000', '205038.898000', '205038.901000', '205038.903000', '205038.906000', '205038.908000', '205038.911000', '205038.914000', '205038.916000', '205058.801000', '205058.804000', '205058.807000', '205058.809000', '205058.812000', '205058.815000', '205058.817000', '205058.820000', '205058.822000', '205058.825000', '205058.827000', '205058.830000', '205058.833000', '205058.835000', '205058.838000', '205058.840000', '205058.843000', '205058.846000', '205058.848000', '205058.851000', '205058.853000', '205058.856000', '205058.858000', '205058.861000', '205058.864000', '205058.871000', '205058.874000', '205058.877000', '205058.879000', '205058.882000', '205058.884000', '205058.887000', '205058.890000', '205058.892000', '205058.895000', '205058.897000', '205058.900000', '205058.902000', '205058.905000', '205058.908000', '205058.910000', '205058.913000', '205058.915000', '205058.918000', '205118.832000', '205118.835000', '205118.838000', '205118.840000', '205118.843000', '205118.845000', '205118.848000', '205118.851000', '205118.853000', '205118.856000', '205118.860000', '205118.863000', '205118.865000', '205118.868000', '205118.871000', '205118.873000', '205118.876000', '205118.878000', '205118.881000', '205118.883000', '205118.886000', '205118.888000', '205118.891000', '205118.894000', '205118.896000', '205118.899000', '205118.901000', '205118.904000', '205118.907000', '205118.910000', '205118.913000', '205118.915000', '205118.918000', '205118.920000', '205118.923000', '205118.926000', '205118.928000', '205118.931000', '205118.933000', '205118.936000', '205118.938000', '205118.941000', '205118.944000', '205138.801000', '205138.804000', '205138.807000', '205138.810000', '205138.812000', '205138.815000', '205138.817000', '205138.820000', '205138.822000', '205138.825000', '205138.828000', '205138.830000', '205138.833000', '205138.835000', '205138.838000', '205138.841000', '205138.843000', '205138.846000', '205138.848000', '205138.851000', '205138.854000', '205138.856000', '205138.859000', '205138.861000', '205138.864000', '205138.866000', '205138.869000', '205138.871000', '205138.874000', '205138.877000', '205138.879000', '205138.882000', '205138.884000', '205138.887000', '205138.890000', '205138.892000', '205138.895000', '205138.897000', '205138.900000', '205138.902000', '205138.905000', '205138.907000', '205138.910000', '205138.913000', '205158.801000', '205158.804000', '205158.807000', '205158.809000', '205158.812000', '205158.815000', '205158.817000', '205158.820000', '205158.822000', '205158.825000', '205158.827000', '205158.830000', '205158.833000', '205158.835000', '205158.838000', '205158.841000', '205158.843000', '205158.846000', '205158.848000', '205158.851000', '205158.853000', '205158.856000', '205158.859000', '205158.862000', '205158.865000', '205158.868000', '205158.870000', '205158.873000', '205158.876000', '205158.878000', '205158.881000', '205158.883000', '205158.886000', '205158.889000', '205158.891000', '205158.894000', '205158.896000', '205158.899000', '205158.901000', '205158.904000', '205158.906000', '205158.909000', '205158.912000', '205218.801000', '205218.804000', '205218.807000', '205218.810000', '205218.812000', '205218.815000', '205218.817000', '205218.820000', '205218.823000', '205218.825000', '205218.828000', '205218.830000', '205218.833000', '205218.836000', '205218.839000', '205218.841000', '205218.844000', '205218.847000', '205218.849000', '205218.852000', '205218.854000', '205218.857000', '205218.860000', '205218.862000', '205218.865000', '205218.867000', '205218.870000', '205218.872000', '205218.875000', '205218.878000', '205218.880000', '205218.883000', '205218.885000', '205218.888000', '205218.891000', '205218.893000', '205218.896000', '205218.898000', '205218.901000', '205218.904000', '205218.906000', '205218.909000', '205218.911000', '205218.914000', '205238.802000', '205238.804000', '205238.807000', '205238.809000', '205238.812000', '205238.815000', '205238.817000', '205238.820000', '205238.822000', '205238.825000', '205238.828000', '205238.830000', '205238.833000', '205238.835000', '205238.838000', '205238.841000', '205238.843000', '205238.846000', '205238.848000', '205238.851000', '205238.853000', '205238.856000', '205238.859000', '205238.861000', '205238.864000', '205238.880000', '205238.883000', '205238.886000', '205238.889000', '205238.892000', '205238.894000', '205238.897000', '205238.899000', '205238.902000', '205238.905000', '205238.907000', '205238.910000', '205238.912000', '205238.915000', '205238.918000', '205238.920000', '205238.923000', '205238.925000', '205258.802000', '205258.804000', '205258.807000', '205258.810000', '205258.812000', '205258.815000', '205258.817000', '205258.820000', '205258.823000', '205258.826000', '205258.828000', '205258.831000', '205258.834000', '205258.836000', '205258.839000', '205258.842000', '205258.844000', '205258.847000', '205258.849000', '205258.852000', '205258.854000', '205258.857000', '205258.860000', '205258.862000', '205258.865000', '205258.868000', '205258.876000', '205258.878000', '205258.881000', '205258.884000', '205258.886000', '205258.889000', '205258.891000', '205258.894000', '205258.897000', '205258.899000', '205258.902000', '205258.905000', '205258.907000', '205258.910000', '205258.913000', '205258.915000', '205258.918000', '205258.921000', '205318.801000', '205318.804000', '205318.807000', '205318.810000', '205318.812000', '205318.815000', '205318.818000', '205318.820000', '205318.823000', '205318.825000', '205318.828000', '205318.831000', '205318.833000', '205318.836000', '205318.839000', '205318.841000', '205318.844000', '205318.846000', '205318.849000', '205318.852000', '205318.854000', '205318.857000', '205318.859000', '205318.862000', '205318.865000', '205318.867000', '205318.870000', '205318.872000', '205318.875000', '205318.877000', '205318.880000', '205318.883000', '205318.885000', '205318.888000', '205318.890000', '205318.893000', '205318.895000', '205318.898000', '205318.901000', '205318.903000', '205318.906000', '205318.909000', '205318.911000', '205338.802000', '205338.804000', '205338.808000', '205338.810000', '205338.813000', '205338.815000', '205338.818000', '205338.821000', '205338.824000', '205338.826000', '205338.829000', '205338.832000', '205338.835000', '205338.837000', '205338.840000', '205338.842000', '205338.845000', '205338.848000', '205338.850000', '205338.853000', '205338.856000', '205338.858000', '205338.861000', '205338.864000', '205338.866000', '205338.869000', '205338.871000', '205338.874000', '205338.877000', '205338.879000', '205338.882000', '205338.885000', '205338.887000', '205338.890000', '205338.892000', '205338.895000', '205338.898000', '205338.900000', '205338.903000', '205338.905000', '205338.908000', '205338.911000', '205338.913000', '205338.916000', '205358.802000', '205358.805000', '205358.807000', '205358.810000', '205358.813000', '205358.815000', '205358.818000', '205358.820000', '205358.823000', '205358.826000', '205358.828000', '205358.831000', '205358.833000', '205358.836000', '205358.838000', '205358.841000', '205358.844000', '205358.846000', '205358.849000', '205358.851000', '205358.854000', '205358.857000', '205358.859000', '205358.862000', '205358.865000', '205358.867000', '205358.870000', '205358.873000', '205358.875000', '205358.878000', '205358.881000', '205358.883000', '205358.886000', '205358.888000', '205358.891000', '205358.894000', '205358.896000', '205358.899000', '205358.902000', '205358.904000', '205358.907000', '205358.910000', '205358.912000', '205418.801000', '205418.804000', '205418.807000', '205418.810000', '205418.812000', '205418.815000', '205418.818000', '205418.831000', '205418.833000', '205418.836000', '205418.839000', '205418.841000', '205418.844000', '205418.846000', '205418.849000', '205418.852000', '205418.854000', '205418.857000', '205418.859000', '205418.862000', '205418.865000', '205418.867000', '205418.870000', '205418.872000', '205418.875000', '205418.877000', '205418.880000', '205418.883000', '205418.885000', '205418.888000', '205418.890000', '205418.893000', '205418.896000', '205418.898000', '205418.901000', '205418.904000', '205418.906000', '205418.909000', '205418.911000', '205418.914000', '205418.917000', '205418.919000', '205418.922000', '205418.924000', '205438.802000', '205438.805000', '205438.807000', '205438.810000', '205438.813000', '205438.815000', '205438.818000', '205438.820000', '205438.823000', '205438.826000', '205438.828000', '205438.831000', '205438.834000', '205438.837000', '205438.839000', '205438.842000', '205438.844000', '205438.847000', '205438.850000', '205438.852000', '205438.855000', '205438.858000', '205438.860000', '205438.863000', '205438.866000', '205438.868000', '205438.871000', '205438.874000', '205438.876000', '205438.879000', '205438.881000', '205438.884000', '205438.887000', '205438.889000', '205438.892000', '205438.895000', '205438.897000', '205438.900000', '205438.902000', '205438.905000', '205438.908000', '205438.910000', '205438.913000', '205458.801000', '205458.804000', '205458.807000', '205458.809000', '205458.812000', '205458.815000', '205458.817000', '205458.820000', '205458.822000', '205458.825000', '205458.828000', '205458.830000', '205458.833000', '205458.835000', '205458.838000', '205458.840000', '205458.843000', '205458.846000', '205458.848000', '205458.851000', '205458.854000', '205458.856000', '205458.859000', '205458.861000', '205458.864000', '205458.867000', '205458.869000', '205458.872000', '205458.874000', '205458.877000', '205458.880000', '205458.882000', '205458.885000', '205458.887000', '205458.890000', '205458.892000', '205458.895000', '205458.898000', '205458.900000', '205458.903000', '205458.906000', '205458.908000', '205458.911000', '205458.914000', '205518.802000', '205518.805000', '205518.808000', '205518.810000', '205518.813000', '205518.816000', '205518.819000', '205518.821000', '205518.824000', '205518.826000', '205518.829000', '205518.832000', '205518.835000', '205518.837000', '205518.840000', '205518.842000', '205518.845000', '205518.848000', '205518.850000', '205518.853000', '205518.855000', '205518.858000', '205518.861000', '205518.863000', '205518.866000', '205518.868000', '205518.871000', '205518.874000', '205518.876000', '205518.879000', '205518.882000', '205518.884000', '205518.887000', '205518.889000', '205518.892000', '205518.895000', '205518.897000', '205518.900000', '205518.902000', '205518.905000', '205518.908000', '205518.910000', '205518.913000', '205538.801000', '205538.806000', '205538.809000', '205538.812000', '205538.825000', '205538.827000', '205538.830000', '205538.832000', '205538.835000', '205538.838000', '205538.840000', '205538.843000', '205538.846000', '205538.848000', '205538.851000', '205538.853000', '205538.856000', '205538.859000', '205538.861000', '205538.864000', '205538.866000', '205538.869000', '205538.872000', '205538.874000', '205538.877000', '205538.879000', '205538.882000', '205538.884000', '205538.887000', '205538.889000', '205538.892000', '205538.895000', '205538.916000', '205538.918000', '205538.921000', '205538.924000', '205538.926000', '205538.929000', '205538.931000', '205538.934000', '205538.936000', '205538.939000', '205538.942000', '205538.944000', '205558.801000', '205558.805000', '205558.807000', '205558.810000', '205558.812000', '205558.815000', '205558.818000', '205558.820000', '205558.823000', '205558.826000', '205558.829000', '205558.831000', '205558.834000', '205558.836000', '205558.839000', '205558.841000', '205558.844000', '205558.847000', '205558.849000', '205558.852000', '205558.854000', '205558.857000', '205558.859000', '205558.862000', '205558.865000', '205558.867000', '205558.870000', '205558.872000', '205558.875000', '205558.877000', '205558.880000', '205558.883000', '205558.885000', '205558.888000', '205558.890000', '205558.893000', '205558.896000', '205558.898000', '205558.901000', '205558.903000', '205558.906000', '205558.908000', '205558.911000', '205618.801000', '205618.804000', '205618.807000', '205618.810000', '205618.813000', '205618.815000', '205618.818000', '205618.820000', '205618.823000', '205618.827000', '205618.830000', '205618.832000', '205618.835000', '205618.838000', '205618.840000', '205618.843000', '205618.846000', '205618.848000', '205618.851000', '205618.854000', '205618.856000', '205618.859000', '205618.861000', '205618.864000', '205618.867000', '205618.869000', '205618.872000', '205618.874000', '205618.877000', '205618.880000', '205618.883000', '205618.885000', '205618.888000', '205618.891000', '205618.893000', '205618.896000', '205618.898000', '205618.901000', '205618.904000', '205618.906000', '205618.909000', '205618.911000', '205618.914000', '205638.802000', '205638.805000', '205638.808000', '205638.842000', '205638.845000', '205638.848000', '205638.850000', '205638.853000', '205638.855000', '205638.858000', '205638.861000', '205638.863000', '205638.866000', '205638.869000', '205638.871000', '205638.874000', '205638.876000', '205638.879000', '205638.881000', '205638.884000', '205638.887000', '205638.889000', '205638.892000', '205638.894000', '205638.897000', '205638.900000', '205638.902000', '205638.905000', '205638.908000', '205638.910000', '205638.913000', '205638.916000', '205638.918000', '205638.921000', '205638.923000', '205638.926000', '205638.928000', '205638.931000', '205638.934000', '205638.936000', '205638.939000', '205638.941000', '205638.944000', '205638.946000', '205658.802000', '205658.805000', '205658.810000', '205658.812000', '205658.815000', '205658.817000', '205658.820000', '205658.823000', '205658.825000', '205658.828000', '205658.831000', '205658.833000', '205658.836000', '205658.839000', '205658.841000', '205658.844000', '205658.846000', '205658.849000', '205658.852000', '205658.854000', '205658.857000', '205658.860000', '205658.862000', '205658.865000', '205658.867000', '205658.870000', '205658.872000', '205658.875000', '205658.878000', '205658.880000', '205658.883000', '205658.885000', '205658.888000', '205658.891000', '205658.893000', '205658.896000', '205658.898000', '205658.901000', '205658.904000', '205658.906000', '205658.909000', '205658.911000', '205658.930000', '205718.802000', '205718.805000', '205718.807000', '205718.810000', '205718.813000', '205718.815000', '205718.818000', '205718.821000', '205718.823000', '205718.826000', '205718.829000', '205718.831000', '205718.834000', '205718.837000', '205718.839000', '205718.842000', '205718.845000', '205718.847000', '205718.850000', '205718.853000', '205718.855000', '205718.858000', '205718.860000', '205718.863000', '205718.866000', '205718.868000', '205718.871000', '205718.874000', '205718.876000', '205718.879000', '205718.881000', '205718.884000', '205718.887000', '205718.889000', '205718.892000', '205718.894000', '205718.897000', '205718.900000', '205718.902000', '205718.905000', '205718.907000', '205718.910000', '205718.913000', '205718.915000', '205738.801000', '205738.804000', '205738.807000', '205738.810000', '205738.812000', '205738.815000', '205738.818000', '205738.821000', '205738.824000', '205738.827000', '205738.830000', '205738.833000', '205738.836000', '205738.838000', '205738.841000', '205738.843000', '205738.846000', '205738.849000', '205738.851000', '205738.854000', '205738.856000', '205738.859000', '205738.862000', '205738.866000', '205738.869000', '205738.871000', '205738.874000', '205738.877000', '205738.879000', '205738.882000', '205738.885000', '205738.887000', '205738.890000', '205738.892000', '205738.895000', '205738.898000', '205738.901000', '205738.903000', '205738.906000', '205738.908000', '205738.911000', '205738.914000', '205738.916000', '205758.802000', '205758.805000', '205758.807000', '205758.810000', '205758.813000', '205758.815000', '205758.818000', '205758.821000', '205758.823000', '205758.826000', '205758.829000', '205758.831000', '205758.834000', '205758.837000', '205758.839000', '205758.842000', '205758.844000', '205758.847000', '205758.850000', '205758.852000', '205758.855000', '205758.857000', '205758.860000', '205758.863000', '205758.865000', '205758.868000', '205758.870000', '205758.873000', '205758.876000', '205758.878000', '205758.881000', '205758.884000', '205758.886000', '205758.889000', '205758.891000', '205758.894000', '205758.897000', '205758.900000', '205758.902000', '205758.905000', '205758.907000', '205758.910000', '205758.913000', '205758.916000', '205816.994000', '205816.997000', '205817.000000', '205817.003000', '205817.006000', '205817.008000', '205817.011000', '205817.014000', '205817.017000', '205817.020000', '205817.023000', '205817.026000', '205817.028000', '205817.031000', '205817.034000', '205817.036000', '205817.039000', '205817.042000', '205817.044000', '205817.047000', '205817.049000', '205817.052000', '205817.054000', '205817.057000', '205817.060000', '205817.063000', '205817.065000', '205817.068000', '205817.071000', '205817.073000', '205817.076000', '205817.078000', '205817.081000', '205817.084000', '205817.086000', '205817.089000', '205817.092000', '205817.094000', '205817.097000', '205817.111000'], '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], 'LargestImagePixelValue': [10984, 11027, 9621, 11623, 10983, 13756, 10404, 9860, 11428, 11209, 13213, 11219, 9268, 12121, 11122, 14681, 11585, 9434, 12163, 10876, 11547, 12660, 14408, 10064, 9313, 11809, 10551, 11346, 9988, 11555, 11139, 9642, 11466, 9990, 10903, 10897, 11803, 10076, 11333, 9994, 10808, 10336, 11036, 11193, 13365, 10067, 9788, 11735, 10393, 11444, 10642, 12149, 11128, 10084, 11542, 9673, 11139, 12223, 12352, 10770, 9786, 11086, 11877, 14240, 10642, 10466, 12565, 11509, 12616, 11413, 10144, 12152, 11537, 12941, 11593, 9341, 12006, 9826, 11590, 13118, 10644, 10383, 9596, 12470, 10089, 12689, 11146, 9861, 11474, 10808, 12595, 10277, 14259, 10819, 10374, 11986, 9877, 11476, 11085, 11609, 11462, 10668, 12030, 10590, 11660, 11880, 10710, 11451, 9711, 11779, 12103, 13860, 11591, 9285, 11894, 11019, 13602, 11611, 13330, 11612, 11020, 12903, 11415, 12689, 11085, 12990, 12518, 10634, 12165, 10160, 12650, 10920, 12068, 12040, 11734, 11203, 11049, 13069, 10843, 12556, 11195, 12519, 11605, 9429, 11790, 10499, 12481, 10481, 12820, 11248, 10882, 11247, 10628, 11836, 9874, 12270, 10482, 12068, 11491, 13999, 10715, 9808, 12194, 10609, 14318, 10741, 9284, 12743, 11899, 12297, 10971, 11980, 12747, 13302, 11065, 9885, 12108, 11837, 15707, 11109, 9717, 12187, 10115, 11731, 12937, 10019, 11606, 10576, 11959, 13003, 12868, 10714, 9501, 11814, 10780, 12256, 9562, 11576, 10978, 14216, 11142, 9400, 11364, 9591, 11615, 12147, 14616, 10852, 8784, 11800, 11013, 12350, 11753, 14346, 10490, 10654, 12219, 11436, 12299, 10676, 11833, 12323, 11293, 11725, 10619, 12649, 12505, 16075, 11667, 10145, 12407, 11526, 15367, 11682, 9848, 12156, 10134, 12204, 12156, 12297, 11828, 14586, 11412, 11473, 11592, 9511, 11999, 10199, 12560, 12139, 9051, 9968, 9460, 11346, 11853, 9111, 11935, 10135, 11600, 12540, 11617, 10622, 10289, 11724, 10697, 11564, 9305, 12783, 10919, 12928, 12016, 9883, 10871, 10273, 12568, 11483, 12801, 11057, 11849, 10726, 12000, 11266, 12303, 11242, 11752, 13030, 12517, 11511, 11883, 10339, 10298, 12385, 9798, 11909, 10327, 12130, 11274, 11789, 11312, 13582, 11010, 11049, 10969, 8980, 11155, 10089, 12215, 10098, 11941, 11041, 14358, 11197, 11149, 12424, 10128, 11988, 11253, 14954, 12008, 9699, 11973, 11078, 12613, 12852, 12037, 11260, 15133, 11627, 11256, 11580, 9875, 11958, 10972, 12718, 10228, 12173, 10905, 12644, 11566, 12113, 11066, 11605, 11995, 10669, 10566, 8922, 11975, 10807, 12286, 10821, 11800, 11516, 14937, 10766, 9409, 10911, 10269, 12946, 11394, 12422, 10764, 11959, 12735, 14259, 11022, 9545, 11125, 9303, 12280, 10342, 12067, 11068, 10342, 10074, 10317, 13910, 11005, 14040, 11275, 15008, 11940, 10483, 11691, 9738, 12946, 11747, 13015, 10529, 12470, 11930, 12386, 12260, 9634, 10929, 9511, 13288, 11765, 12574, 10401, 11798, 12812, 12210, 11092, 9134, 12153, 10649, 12689, 12152, 13571, 10832, 10347, 11997, 10954, 11763, 10240, 11940, 12415, 14907, 11193, 9263, 11606, 10662, 12307, 12657, 13974, 10867, 9934, 12620, 11675, 12375, 10567, 14155, 11517, 11283, 12796, 10758, 12743, 11555, 12414, 12804, 11962, 10795, 10173, 12890, 11412, 12379, 10482, 12641, 12728, 14558, 11265, 9888, 11175, 10104, 13371, 10252, 12235, 10368, 10952, 11737, 10784, 12010, 9902, 12486, 11618, 12066, 12836, 13663, 11443, 14515, 11628, 12416, 11555, 9325, 12736, 10189, 13173, 10916, 12861, 10980, 11689, 12465, 14983, 12356, 12267, 14496, 10860, 12837, 11872, 14725, 11903, 11879, 12580, 12287, 11898, 12523, 11936, 14959, 12060, 13387, 11289, 12766, 11606, 12059, 9318, 12368, 11212, 10936, 9441, 8497, 10919, 10932, 10141, 9528, 7769, 8461, 9056, 9693, 10039, 8935, 10693, 9547, 10112, 10114, 10352, 15876, 15970, 11264, 14003, 10923, 15583, 12057, 15857, 12205, 14400, 11166, 11793, 10231, 10020, 11261, 10136, 11969, 8823, 11328, 10719, 11540, 10453, 8917, 10461, 9254, 10813, 8617, 10538, 10788, 9719, 9868, 9504, 12065, 10253, 11727, 11257, 10124, 12295, 11745, 12156, 10406, 12903, 11642, 11279, 12495, 9853, 12540, 11294, 13095, 11816, 9017, 11921, 10703, 13098, 11563, 12445, 12223, 11075, 11695, 10528, 12718, 10517, 12298, 11761, 14441, 11947, 8971, 11785, 10717, 13353, 11960, 12255, 11034, 9220, 13879, 11975, 13139, 11768, 9947, 13055, 11376, 14607, 11475, 13023, 12607, 15974, 12928, 9490, 13123, 10733, 13494, 12642, 15112, 11711, 10300, 13479, 10976, 13109, 10539, 13143, 11756, 13312, 11005, 12471, 10716, 12212, 13112, 9440, 10422, 9180, 12463, 10951, 14974, 11336, 9546, 12157, 11026, 12658, 10455, 12163, 12784, 10186, 11681, 10078, 12884, 10663, 12495, 12746, 9199, 11661, 10229, 13447, 11485, 13215, 12155, 9084, 12520, 11255, 13164, 12723, 10338, 12357, 9915, 13384, 11016, 13035, 10874, 13225, 13753, 10664, 12244, 9850, 13260, 11565, 13390, 12784, 10461, 11194, 9901, 13762, 12811, 9261, 12364, 10443, 13117, 12670, 15160, 11780, 9976, 12942, 11639, 13136, 11003, 15286, 12372, 10942, 12289, 10170, 12664, 12888, 14825, 11706, 8966, 12125, 10516, 13382, 11825, 10840, 12022, 10427, 12514, 13296, 10003, 11680, 9372, 13072, 11261, 12766, 11501, 9263, 12000, 10963, 12590, 10923, 13066, 12082, 11310, 12728, 11385, 9689, 12627, 11750, 13141, 11770, 12690, 13674, 16244, 11797, 9325, 12390, 10956, 13715, 10723, 12585, 12542, 15620, 11961, 9075, 12442, 10805, 12733, 12119, 8805, 12035, 10026, 12762, 10797, 13377, 11011, 12625, 10112, 12884, 12701, 14432, 10960, 8993, 12983, 11221, 12597, 10247, 12176, 12297, 12335, 11718, 9276, 11114, 10208, 12669, 10486, 12845, 11170, 12228, 13192, 14780, 11628, 9349, 12374, 10391, 12807, 10405, 12626, 11217, 12954, 11880, 12217, 11757, 13419, 11616, 9548, 10989, 8743, 11791, 10795, 12316, 11977, 12541, 12007, 9576, 12287, 9319, 12728, 11272, 12903, 12812, 12941, 12570, 11994, 12792, 10260, 13109, 10400, 13231, 12063, 13520, 12199, 12664, 12104, 9590, 12017, 9702, 12487, 10879, 13123, 13570, 12663, 11855, 9289, 13479, 12268, 13416, 11911, 12693, 12691, 13254, 12254, 9940, 12382, 10504, 13044, 10747, 12917, 12236, 10263, 12085, 10715, 12729, 10561, 11532, 12077, 10840, 13599, 11387, 14056, 11921, 9733, 12164, 9195, 12842, 10733, 13899, 11259, 13492, 11471, 12509, 13328, 14726, 11594, 9436, 11927, 9905, 13426, 11059, 12673, 10839, 11858, 13108, 11438, 10974, 9251, 12152, 10238, 12752, 10369, 11808, 11563, 14534, 11644, 9257, 11881, 9323, 12316, 10911, 12608, 11831, 14213, 11502, 9887, 12700, 10577, 12691, 11944, 14687, 12096, 9133, 12746, 10634, 13232, 12923, 14403, 12196, 9355, 13291, 11685, 14294, 11797, 15184, 12048, 10315, 14314, 10993, 13454, 12525, 12884, 14203, 15679, 12304, 11096, 12087, 10693, 13288, 9567, 12871, 10842, 13041, 12267, 12727, 11816, 15133, 12023, 9348, 11884, 9793, 12735, 10744, 12607, 12407, 14875, 11401, 9572, 11954, 10371, 11925, 10507, 12481, 12249, 14737, 11336, 8848, 12133, 11606, 12301, 12508, 12554, 11475, 10367, 13437, 11328, 12964, 10559, 12845, 12861, 12590, 11798, 10743, 10598, 9249, 12574, 10371, 12038, 9916, 12448, 11400, 11954, 11816, 13245, 11051, 9165, 11740, 9595, 11916, 9074, 12212, 10158, 13655, 9569, 12762, 9461, 13078, 11554, 13153, 11066, 12798, 12152, 12150, 13450, 14608, 12286, 9592, 11769, 10072, 13614, 10165, 12791, 11129, 12790, 12311, 12481, 12199, 15555, 11455, 9427, 11838, 10484, 11966, 13122, 9708, 11351, 9234, 12691, 11608, 12894, 11832, 12380, 12477, 10222, 11718, 9072, 12348, 10303, 13106, 10838, 12357, 11522, 9506, 12414, 11212, 12463, 12058, 12883, 12115], 'WindowCenter': [4564.0, 4548.0, 4523.0, 4544.0, 4531.0, 4539.0, 4506.0, 4506.0, 4514.0, 4516.0, 4524.0, 4506.0, 4483.0, 4512.0, 4505.0, 4523.0, 4515.0, 4483.0, 4512.0, 4506.0, 4505.0, 4516.0, 4523.0, 4494.0, 4498.0, 4515.0, 4507.0, 4515.0, 4506.0, 4516.0, 4514.0, 4493.0, 4503.0, 4494.0, 4504.0, 4505.0, 4504.0, 4492.0, 4501.0, 4492.0, 4504.0, 4493.0, 4491.0, 4503.0, 4511.0, 4494.0, 4493.0, 4514.0, 4492.0, 4502.0, 4503.0, 4514.0, 4504.0, 4494.0, 4503.0, 4484.0, 4502.0, 4512.0, 4515.0, 4505.0, 4518.0, 4517.0, 4517.0, 4520.0, 4530.0, 4517.0, 4512.0, 4514.0, 4512.0, 4503.0, 4493.0, 4511.0, 4515.0, 4514.0, 4515.0, 4492.0, 4512.0, 4494.0, 4504.0, 4524.0, 4492.0, 4491.0, 4482.0, 4512.0, 4493.0, 4511.0, 4504.0, 4491.0, 4502.0, 4492.0, 4511.0, 4492.0, 4520.0, 4502.0, 4493.0, 4513.0, 4492.0, 4502.0, 4515.0, 4504.0, 4504.0, 4503.0, 4513.0, 4505.0, 4513.0, 4514.0, 4505.0, 4513.0, 4495.0, 4515.0, 4529.0, 4537.0, 4517.0, 4497.0, 4516.0, 4504.0, 4537.0, 4515.0, 4524.0, 4515.0, 4505.0, 4526.0, 4515.0, 4523.0, 4514.0, 4524.0, 4526.0, 4505.0, 4514.0, 4493.0, 4513.0, 4503.0, 4515.0, 4514.0, 4502.0, 4504.0, 4502.0, 4512.0, 4492.0, 4513.0, 4503.0, 4512.0, 4504.0, 4482.0, 4501.0, 4503.0, 4512.0, 4492.0, 4511.0, 4504.0, 4491.0, 4502.0, 4492.0, 4503.0, 4481.0, 4499.0, 4492.0, 4501.0, 4502.0, 4510.0, 4491.0, 4489.0, 4512.0, 4502.0, 4521.0, 4503.0, 4493.0, 4526.0, 4515.0, 4515.0, 4502.0, 4503.0, 4513.0, 4511.0, 4501.0, 4491.0, 4502.0, 4513.0, 4532.0, 4503.0, 4482.0, 4513.0, 4493.0, 4513.0, 4513.0, 4492.0, 4501.0, 4503.0, 4512.0, 4513.0, 4512.0, 4503.0, 4481.0, 4514.0, 4493.0, 4501.0, 4482.0, 4500.0, 4503.0, 4523.0, 4503.0, 4483.0, 4502.0, 4493.0, 4513.0, 4516.0, 4535.0, 4505.0, 4484.0, 4515.0, 4505.0, 4526.0, 4515.0, 4525.0, 4504.0, 4504.0, 4515.0, 4513.0, 4514.0, 4504.0, 4512.0, 4514.0, 4503.0, 4502.0, 4503.0, 4512.0, 4514.0, 4533.0, 4503.0, 4492.0, 4512.0, 4515.0, 4534.0, 4516.0, 4493.0, 4513.0, 4502.0, 4513.0, 4515.0, 4514.0, 4503.0, 4521.0, 4502.0, 4501.0, 4502.0, 4481.0, 4513.0, 4506.0, 4524.0, 4512.0, 4480.0, 4504.0, 4507.0, 4513.0, 4525.0, 4496.0, 4524.0, 4517.0, 4516.0, 4526.0, 4515.0, 4517.0, 4506.0, 4516.0, 4504.0, 4502.0, 4481.0, 4511.0, 4491.0, 4511.0, 4511.0, 4490.0, 4501.0, 4504.0, 4525.0, 4513.0, 4513.0, 4514.0, 4512.0, 4503.0, 4513.0, 4504.0, 4500.0, 4501.0, 4500.0, 4512.0, 4499.0, 4501.0, 4500.0, 4491.0, 4490.0, 4512.0, 4492.0, 4513.0, 4492.0, 4512.0, 4502.0, 4503.0, 4512.0, 4522.0, 4503.0, 4501.0, 4502.0, 4483.0, 4502.0, 4493.0, 4512.0, 4505.0, 4513.0, 4504.0, 4522.0, 4513.0, 4503.0, 4514.0, 4504.0, 4514.0, 4516.0, 4535.0, 4526.0, 4495.0, 4515.0, 4516.0, 4525.0, 4525.0, 4515.0, 4515.0, 4534.0, 4515.0, 4504.0, 4503.0, 4493.0, 4502.0, 4491.0, 4512.0, 4491.0, 4500.0, 4502.0, 4511.0, 4502.0, 4500.0, 4500.0, 4501.0, 4501.0, 4491.0, 4492.0, 4470.0, 4502.0, 4502.0, 4512.0, 4502.0, 4503.0, 4514.0, 4522.0, 4503.0, 4482.0, 4504.0, 4493.0, 4513.0, 4502.0, 4511.0, 4490.0, 4502.0, 4513.0, 4520.0, 4491.0, 4480.0, 4502.0, 4481.0, 4510.0, 4492.0, 4511.0, 4504.0, 4502.0, 4505.0, 4504.0, 4535.0, 4516.0, 4536.0, 4517.0, 4537.0, 4517.0, 4505.0, 4514.0, 4494.0, 4514.0, 4502.0, 4513.0, 4492.0, 4500.0, 4504.0, 4501.0, 4513.0, 4481.0, 4501.0, 4491.0, 4523.0, 4502.0, 4512.0, 4492.0, 4500.0, 4513.0, 4511.0, 4502.0, 4480.0, 4502.0, 4491.0, 4511.0, 4511.0, 4511.0, 4502.0, 4491.0, 4503.0, 4503.0, 4502.0, 4492.0, 4502.0, 4511.0, 4522.0, 4501.0, 4481.0, 4502.0, 4503.0, 4513.0, 4512.0, 4522.0, 4503.0, 4493.0, 4513.0, 4503.0, 4513.0, 4504.0, 4523.0, 4514.0, 4503.0, 4515.0, 4502.0, 4511.0, 4516.0, 4513.0, 4516.0, 4501.0, 4492.0, 4490.0, 4512.0, 4501.0, 4500.0, 4490.0, 4512.0, 4513.0, 4520.0, 4503.0, 4479.0, 4501.0, 4491.0, 4513.0, 4492.0, 4511.0, 4491.0, 4503.0, 4516.0, 4515.0, 4514.0, 4504.0, 4524.0, 4517.0, 4515.0, 4526.0, 4523.0, 4504.0, 4523.0, 4503.0, 4502.0, 4502.0, 4470.0, 4500.0, 4490.0, 4512.0, 4492.0, 4511.0, 4490.0, 4501.0, 4525.0, 4521.0, 4512.0, 4503.0, 4510.0, 4493.0, 4513.0, 4504.0, 4523.0, 4502.0, 4500.0, 4513.0, 4514.0, 4504.0, 4514.0, 4503.0, 4512.0, 4502.0, 4501.0, 4491.0, 4500.0, 4490.0, 4490.0, 4469.0, 4488.0, 4488.0, 4478.0, 4467.0, 4470.0, 4487.0, 4487.0, 4488.0, 4476.0, 4446.0, 4470.0, 4505.0, 4504.0, 4530.0, 4511.0, 4521.0, 4521.0, 4520.0, 4535.0, 4546.0, 4562.0, 4553.0, 4520.0, 4537.0, 4507.0, 4537.0, 4503.0, 4510.0, 4478.0, 4485.0, 4475.0, 4471.0, 4464.0, 4452.0, 4463.0, 4450.0, 4470.0, 4452.0, 4471.0, 4475.0, 4474.0, 4475.0, 4454.0, 4474.0, 4466.0, 4485.0, 4467.0, 4488.0, 4488.0, 4467.0, 4479.0, 4479.0, 4499.0, 4491.0, 4499.0, 4501.0, 4490.0, 4511.0, 4502.0, 4510.0, 4491.0, 4511.0, 4503.0, 4502.0, 4513.0, 4492.0, 4510.0, 4502.0, 4513.0, 4502.0, 4481.0, 4512.0, 4492.0, 4512.0, 4503.0, 4511.0, 4511.0, 4501.0, 4512.0, 4492.0, 4512.0, 4502.0, 4510.0, 4513.0, 4521.0, 4513.0, 4483.0, 4513.0, 4517.0, 4525.0, 4526.0, 4525.0, 4516.0, 4497.0, 4537.0, 4526.0, 4536.0, 4527.0, 4507.0, 4537.0, 4516.0, 4537.0, 4516.0, 4525.0, 4525.0, 4532.0, 4525.0, 4493.0, 4524.0, 4503.0, 4524.0, 4523.0, 4522.0, 4514.0, 4492.0, 4522.0, 4503.0, 4512.0, 4489.0, 4511.0, 4499.0, 4509.0, 4491.0, 4499.0, 4490.0, 4498.0, 4511.0, 4480.0, 4490.0, 4481.0, 4511.0, 4502.0, 4532.0, 4513.0, 4493.0, 4515.0, 4505.0, 4512.0, 4504.0, 4513.0, 4524.0, 4494.0, 4513.0, 4492.0, 4511.0, 4503.0, 4511.0, 4514.0, 4493.0, 4513.0, 4492.0, 4522.0, 4504.0, 4522.0, 4514.0, 4483.0, 4514.0, 4512.0, 4525.0, 4525.0, 4504.0, 4526.0, 4493.0, 4523.0, 4505.0, 4513.0, 4503.0, 4512.0, 4523.0, 4492.0, 4511.0, 4492.0, 4510.0, 4501.0, 4512.0, 4510.0, 4490.0, 4501.0, 4491.0, 4521.0, 4524.0, 4481.0, 4513.0, 4505.0, 4524.0, 4524.0, 4534.0, 4514.0, 4494.0, 4515.0, 4504.0, 4511.0, 4502.0, 4521.0, 4511.0, 4503.0, 4512.0, 4491.0, 4512.0, 4514.0, 4521.0, 4501.0, 4480.0, 4511.0, 4490.0, 4511.0, 4502.0, 4500.0, 4511.0, 4502.0, 4513.0, 4524.0, 4493.0, 4514.0, 4494.0, 4524.0, 4504.0, 4513.0, 4514.0, 4493.0, 4514.0, 4504.0, 4513.0, 4502.0, 4523.0, 4513.0, 4514.0, 4524.0, 4515.0, 4493.0, 4524.0, 4515.0, 4523.0, 4513.0, 4513.0, 4525.0, 4531.0, 4501.0, 4480.0, 4501.0, 4489.0, 4510.0, 4491.0, 4500.0, 4510.0, 4521.0, 4501.0, 4470.0, 4510.0, 4502.0, 4512.0, 4512.0, 4482.0, 4512.0, 4491.0, 4512.0, 4492.0, 4514.0, 4490.0, 4500.0, 4490.0, 4498.0, 4500.0, 4508.0, 4500.0, 4480.0, 4522.0, 4501.0, 4511.0, 4493.0, 4514.0, 4515.0, 4523.0, 4527.0, 4506.0, 4515.0, 4503.0, 4525.0, 4517.0, 4527.0, 4505.0, 4513.0, 4524.0, 4522.0, 4514.0, 4482.0, 4514.0, 4493.0, 4513.0, 4491.0, 4512.0, 4502.0, 4512.0, 4512.0, 4512.0, 4513.0, 4523.0, 4512.0, 4493.0, 4504.0, 4484.0, 4514.0, 4516.0, 4513.0, 4526.0, 4524.0, 4526.0, 4496.0, 4526.0, 4495.0, 4526.0, 4514.0, 4525.0, 4515.0, 4512.0, 4512.0, 4501.0, 4512.0, 4492.0, 4512.0, 4489.0, 4511.0, 4502.0, 4510.0, 4500.0, 4499.0, 4511.0, 4481.0, 4512.0, 4491.0, 4512.0, 4500.0, 4511.0, 4523.0, 4513.0, 4514.0, 4483.0, 4523.0, 4514.0, 4524.0, 4512.0, 4512.0, 4513.0, 4511.0, 4503.0, 4481.0, 4502.0, 4490.0, 4509.0, 4492.0, 4512.0, 4513.0, 4492.0, 4513.0, 4491.0, 4511.0, 4501.0, 4501.0, 4512.0, 4504.0, 4523.0, 4514.0, 4535.0, 4515.0, 4495.0, 4514.0, 4484.0, 4514.0, 4491.0, 4513.0, 4491.0, 4511.0, 4499.0, 4499.0, 4511.0, 4510.0, 4499.0, 4467.0, 4501.0, 4480.0, 4511.0, 4489.0, 4500.0, 4489.0, 4499.0, 4510.0, 4488.0, 4489.0, 4480.0, 4501.0, 4490.0, 4511.0, 4493.0, 4502.0, 4514.0, 4524.0, 4516.0, 4482.0, 4512.0, 4483.0, 4514.0, 4504.0, 4513.0, 4513.0, 4523.0, 4514.0, 4507.0, 4526.0, 4505.0, 4524.0, 4526.0, 4535.0, 4527.0, 4496.0, 4524.0, 4514.0, 4526.0, 4527.0, 4536.0, 4528.0, 4496.0, 4526.0, 4516.0, 4537.0, 4517.0, 4536.0, 4527.0, 4505.0, 4536.0, 4517.0, 4535.0, 4527.0, 4527.0, 4537.0, 4535.0, 4514.0, 4502.0, 4513.0, 4493.0, 4513.0, 4482.0, 4511.0, 4491.0, 4511.0, 4512.0, 4509.0, 4501.0, 4520.0, 4512.0, 4482.0, 4501.0, 4492.0, 4513.0, 4502.0, 4511.0, 4513.0, 4522.0, 4503.0, 4492.0, 4502.0, 4493.0, 4503.0, 4490.0, 4512.0, 4512.0, 4523.0, 4504.0, 4483.0, 4513.0, 4513.0, 4515.0, 4524.0, 4515.0, 4514.0, 4492.0, 4526.0, 4503.0, 4513.0, 4492.0, 4512.0, 4513.0, 4501.0, 4501.0, 4490.0, 4492.0, 4482.0, 4513.0, 4492.0, 4511.0, 4494.0, 4515.0, 4516.0, 4516.0, 4528.0, 4526.0, 4517.0, 4496.0, 4528.0, 4497.0, 4516.0, 4485.0, 4516.0, 4504.0, 4527.0, 4494.0, 4525.0, 4494.0, 4513.0, 4504.0, 4514.0, 4504.0, 4512.0, 4512.0, 4512.0, 4525.0, 4521.0, 4512.0, 4483.0, 4502.0, 4492.0, 4520.0, 4491.0, 4511.0, 4501.0, 4513.0, 4513.0, 4511.0, 4501.0, 4521.0, 4503.0, 4480.0, 4500.0, 4492.0, 4500.0, 4524.0, 4481.0, 4501.0, 4481.0, 4513.0, 4513.0, 4512.0, 4513.0, 4511.0, 4511.0, 4492.0, 4502.0, 4471.0, 4509.0, 4491.0, 4512.0, 4502.0, 4512.0, 4513.0, 4492.0, 4513.0, 4512.0, 4523.0, 4514.0, 4523.0, 4515.0], 'WindowWidth': [10025.0, 9989.0, 9946.0, 9972.0, 9948.0, 9956.0, 9906.0, 9904.0, 9912.0, 9919.0, 9926.0, 9901.0, 9865.0, 9902.0, 9899.0, 9921.0, 9912.0, 9867.0, 9904.0, 9902.0, 9898.0, 9914.0, 9919.0, 9885.0, 9894.0, 9914.0, 9906.0, 9914.0, 9906.0, 9917.0, 9912.0, 9881.0, 9894.0, 9882.0, 9896.0, 9902.0, 9895.0, 9877.0, 9887.0, 9878.0, 9894.0, 9882.0, 9875.0, 9892.0, 9901.0, 9883.0, 9881.0, 9910.0, 9877.0, 9890.0, 9894.0, 9912.0, 9897.0, 9884.0, 9894.0, 9867.0, 9892.0, 9907.0, 9909.0, 9902.0, 9926.0, 9919.0, 9920.0, 9914.0, 9946.0, 9921.0, 9906.0, 9911.0, 9905.0, 9894.0, 9880.0, 9903.0, 9915.0, 9912.0, 9914.0, 9879.0, 9904.0, 9883.0, 9896.0, 9922.0, 9876.0, 9875.0, 9865.0, 9905.0, 9879.0, 9901.0, 9894.0, 9875.0, 9893.0, 9877.0, 9900.0, 9877.0, 9913.0, 9892.0, 9880.0, 9908.0, 9880.0, 9892.0, 9914.0, 9897.0, 9898.0, 9895.0, 9908.0, 9901.0, 9911.0, 9914.0, 9901.0, 9908.0, 9889.0, 9916.0, 9938.0, 9947.0, 9920.0, 9892.0, 9918.0, 9896.0, 9945.0, 9914.0, 9925.0, 9913.0, 9900.0, 9930.0, 9912.0, 9923.0, 9913.0, 9926.0, 9931.0, 9902.0, 9912.0, 9882.0, 9908.0, 9896.0, 9912.0, 9911.0, 9891.0, 9897.0, 9891.0, 9904.0, 9877.0, 9905.0, 9895.0, 9903.0, 9896.0, 9864.0, 9888.0, 9894.0, 9905.0, 9877.0, 9902.0, 9894.0, 9875.0, 9891.0, 9876.0, 9892.0, 9858.0, 9881.0, 9875.0, 9887.0, 9889.0, 9898.0, 9873.0, 9870.0, 9904.0, 9891.0, 9917.0, 9896.0, 9884.0, 9931.0, 9913.0, 9911.0, 9892.0, 9894.0, 9908.0, 9901.0, 9888.0, 9875.0, 9891.0, 9908.0, 9933.0, 9895.0, 9864.0, 9905.0, 9882.0, 9908.0, 9909.0, 9878.0, 9888.0, 9893.0, 9905.0, 9907.0, 9905.0, 9894.0, 9862.0, 9908.0, 9879.0, 9888.0, 9863.0, 9885.0, 9895.0, 9922.0, 9893.0, 9867.0, 9892.0, 9883.0, 9909.0, 9917.0, 9941.0, 9901.0, 9871.0, 9915.0, 9901.0, 9929.0, 9915.0, 9926.0, 9900.0, 9897.0, 9914.0, 9909.0, 9909.0, 9896.0, 9907.0, 9911.0, 9894.0, 9891.0, 9892.0, 9905.0, 9912.0, 9934.0, 9895.0, 9876.0, 9905.0, 9915.0, 9937.0, 9915.0, 9881.0, 9907.0, 9892.0, 9908.0, 9915.0, 9911.0, 9893.0, 9914.0, 9891.0, 9887.0, 9889.0, 9859.0, 9910.0, 9905.0, 9925.0, 9905.0, 9861.0, 9901.0, 9911.0, 9912.0, 9931.0, 9890.0, 9926.0, 9922.0, 9919.0, 9932.0, 9914.0, 9919.0, 9902.0, 9917.0, 9897.0, 9892.0, 9860.0, 9900.0, 9873.0, 9902.0, 9901.0, 9871.0, 9888.0, 9898.0, 9926.0, 9909.0, 9907.0, 9910.0, 9904.0, 9895.0, 9907.0, 9894.0, 9885.0, 9888.0, 9885.0, 9903.0, 9883.0, 9888.0, 9884.0, 9875.0, 9871.0, 9905.0, 9876.0, 9907.0, 9878.0, 9904.0, 9892.0, 9893.0, 9907.0, 9919.0, 9894.0, 9888.0, 9892.0, 9865.0, 9890.0, 9879.0, 9905.0, 9898.0, 9908.0, 9896.0, 9920.0, 9909.0, 9894.0, 9910.0, 9898.0, 9910.0, 9919.0, 9942.0, 9931.0, 9887.0, 9914.0, 9916.0, 9929.0, 9928.0, 9913.0, 9912.0, 9939.0, 9913.0, 9896.0, 9895.0, 9878.0, 9891.0, 9874.0, 9906.0, 9874.0, 9884.0, 9891.0, 9901.0, 9889.0, 9884.0, 9886.0, 9888.0, 9890.0, 9875.0, 9876.0, 9845.0, 9892.0, 9889.0, 9905.0, 9891.0, 9893.0, 9910.0, 9918.0, 9894.0, 9863.0, 9894.0, 9880.0, 9908.0, 9890.0, 9900.0, 9873.0, 9890.0, 9907.0, 9914.0, 9875.0, 9858.0, 9890.0, 9861.0, 9901.0, 9878.0, 9904.0, 9896.0, 9892.0, 9901.0, 9900.0, 9942.0, 9919.0, 9944.0, 9921.0, 9946.0, 9920.0, 9902.0, 9912.0, 9883.0, 9912.0, 9890.0, 9906.0, 9876.0, 9884.0, 9895.0, 9888.0, 9906.0, 9860.0, 9887.0, 9876.0, 9921.0, 9892.0, 9903.0, 9877.0, 9887.0, 9909.0, 9901.0, 9889.0, 9858.0, 9889.0, 9876.0, 9903.0, 9903.0, 9902.0, 9890.0, 9874.0, 9893.0, 9892.0, 9891.0, 9878.0, 9890.0, 9905.0, 9918.0, 9889.0, 9861.0, 9892.0, 9894.0, 9907.0, 9906.0, 9917.0, 9892.0, 9880.0, 9907.0, 9893.0, 9908.0, 9896.0, 9923.0, 9912.0, 9896.0, 9913.0, 9893.0, 9902.0, 9915.0, 9908.0, 9914.0, 9888.0, 9876.0, 9873.0, 9903.0, 9887.0, 9885.0, 9870.0, 9901.0, 9905.0, 9914.0, 9892.0, 9855.0, 9886.0, 9874.0, 9904.0, 9875.0, 9901.0, 9877.0, 9897.0, 9915.0, 9915.0, 9913.0, 9900.0, 9926.0, 9921.0, 9915.0, 9929.0, 9921.0, 9896.0, 9921.0, 9894.0, 9888.0, 9890.0, 9842.0, 9884.0, 9873.0, 9902.0, 9876.0, 9898.0, 9872.0, 9888.0, 9926.0, 9916.0, 9905.0, 9892.0, 9899.0, 9877.0, 9905.0, 9894.0, 9919.0, 9890.0, 9884.0, 9907.0, 9910.0, 9896.0, 9907.0, 9894.0, 9900.0, 9889.0, 9884.0, 9872.0, 9883.0, 9868.0, 9869.0, 9836.0, 9864.0, 9862.0, 9849.0, 9835.0, 9846.0, 9864.0, 9862.0, 9865.0, 9844.0, 9804.0, 9844.0, 9905.0, 9903.0, 9946.0, 9919.0, 9933.0, 9933.0, 9931.0, 9960.0, 9979.0, 9994.0, 9978.0, 9928.0, 9948.0, 9905.0, 9947.0, 9894.0, 9899.0, 9847.0, 9852.0, 9838.0, 9826.0, 9823.0, 9803.0, 9819.0, 9798.0, 9825.0, 9805.0, 9828.0, 9840.0, 9838.0, 9840.0, 9811.0, 9841.0, 9832.0, 9856.0, 9836.0, 9864.0, 9864.0, 9836.0, 9852.0, 9855.0, 9882.0, 9873.0, 9884.0, 9888.0, 9873.0, 9903.0, 9889.0, 9900.0, 9875.0, 9901.0, 9894.0, 9890.0, 9907.0, 9876.0, 9897.0, 9892.0, 9906.0, 9892.0, 9863.0, 9904.0, 9878.0, 9905.0, 9895.0, 9902.0, 9903.0, 9887.0, 9904.0, 9877.0, 9905.0, 9890.0, 9900.0, 9909.0, 9919.0, 9909.0, 9868.0, 9909.0, 9920.0, 9928.0, 9933.0, 9929.0, 9918.0, 9894.0, 9948.0, 9931.0, 9947.0, 9935.0, 9907.0, 9949.0, 9918.0, 9948.0, 9919.0, 9928.0, 9930.0, 9937.0, 9929.0, 9881.0, 9923.0, 9895.0, 9924.0, 9923.0, 9919.0, 9907.0, 9876.0, 9918.0, 9893.0, 9906.0, 9869.0, 9902.0, 9883.0, 9895.0, 9874.0, 9879.0, 9870.0, 9879.0, 9899.0, 9856.0, 9872.0, 9861.0, 9903.0, 9893.0, 9933.0, 9908.0, 9881.0, 9914.0, 9899.0, 9907.0, 9897.0, 9909.0, 9925.0, 9883.0, 9907.0, 9877.0, 9901.0, 9895.0, 9904.0, 9910.0, 9884.0, 9908.0, 9879.0, 9919.0, 9895.0, 9921.0, 9911.0, 9868.0, 9911.0, 9908.0, 9930.0, 9929.0, 9899.0, 9931.0, 9883.0, 9924.0, 9898.0, 9906.0, 9893.0, 9904.0, 9919.0, 9876.0, 9901.0, 9876.0, 9900.0, 9887.0, 9905.0, 9899.0, 9872.0, 9888.0, 9877.0, 9916.0, 9923.0, 9865.0, 9909.0, 9900.0, 9926.0, 9926.0, 9937.0, 9911.0, 9885.0, 9912.0, 9897.0, 9904.0, 9892.0, 9917.0, 9903.0, 9893.0, 9904.0, 9875.0, 9903.0, 9910.0, 9915.0, 9888.0, 9858.0, 9901.0, 9873.0, 9902.0, 9892.0, 9885.0, 9902.0, 9892.0, 9910.0, 9926.0, 9881.0, 9911.0, 9883.0, 9924.0, 9897.0, 9909.0, 9911.0, 9881.0, 9909.0, 9896.0, 9908.0, 9894.0, 9922.0, 9909.0, 9911.0, 9925.0, 9913.0, 9882.0, 9926.0, 9913.0, 9922.0, 9908.0, 9908.0, 9924.0, 9931.0, 9887.0, 9857.0, 9887.0, 9870.0, 9897.0, 9872.0, 9883.0, 9898.0, 9913.0, 9886.0, 9845.0, 9897.0, 9892.0, 9905.0, 9906.0, 9865.0, 9906.0, 9875.0, 9907.0, 9877.0, 9909.0, 9870.0, 9882.0, 9870.0, 9880.0, 9885.0, 9894.0, 9884.0, 9861.0, 9919.0, 9889.0, 9902.0, 9879.0, 9910.0, 9913.0, 9923.0, 9936.0, 9910.0, 9916.0, 9896.0, 9926.0, 9922.0, 9933.0, 9899.0, 9906.0, 9925.0, 9918.0, 9909.0, 9865.0, 9910.0, 9880.0, 9908.0, 9873.0, 9904.0, 9890.0, 9904.0, 9904.0, 9904.0, 9906.0, 9920.0, 9906.0, 9881.0, 9896.0, 9871.0, 9911.0, 9916.0, 9912.0, 9932.0, 9926.0, 9929.0, 9889.0, 9931.0, 9888.0, 9929.0, 9912.0, 9927.0, 9913.0, 9906.0, 9905.0, 9888.0, 9907.0, 9878.0, 9904.0, 9868.0, 9901.0, 9888.0, 9899.0, 9884.0, 9882.0, 9901.0, 9861.0, 9904.0, 9875.0, 9904.0, 9888.0, 9904.0, 9922.0, 9908.0, 9910.0, 9869.0, 9923.0, 9909.0, 9923.0, 9905.0, 9903.0, 9907.0, 9902.0, 9893.0, 9859.0, 9889.0, 9870.0, 9896.0, 9875.0, 9906.0, 9908.0, 9877.0, 9905.0, 9876.0, 9900.0, 9891.0, 9889.0, 9906.0, 9897.0, 9923.0, 9914.0, 9942.0, 9915.0, 9886.0, 9912.0, 9869.0, 9908.0, 9873.0, 9907.0, 9874.0, 9900.0, 9883.0, 9881.0, 9899.0, 9896.0, 9882.0, 9837.0, 9884.0, 9856.0, 9901.0, 9867.0, 9883.0, 9870.0, 9881.0, 9897.0, 9867.0, 9870.0, 9858.0, 9889.0, 9873.0, 9902.0, 9879.0, 9891.0, 9911.0, 9924.0, 9914.0, 9864.0, 9906.0, 9868.0, 9910.0, 9895.0, 9909.0, 9909.0, 9922.0, 9913.0, 9907.0, 9932.0, 9901.0, 9926.0, 9932.0, 9942.0, 9934.0, 9889.0, 9927.0, 9913.0, 9931.0, 9934.0, 9946.0, 9936.0, 9891.0, 9931.0, 9918.0, 9947.0, 9919.0, 9944.0, 9934.0, 9904.0, 9946.0, 9922.0, 9944.0, 9934.0, 9933.0, 9948.0, 9942.0, 9912.0, 9891.0, 9910.0, 9880.0, 9907.0, 9863.0, 9900.0, 9875.0, 9902.0, 9903.0, 9897.0, 9888.0, 9912.0, 9904.0, 9864.0, 9889.0, 9876.0, 9906.0, 9890.0, 9903.0, 9907.0, 9917.0, 9892.0, 9877.0, 9890.0, 9878.0, 9891.0, 9873.0, 9904.0, 9904.0, 9921.0, 9896.0, 9867.0, 9907.0, 9909.0, 9915.0, 9924.0, 9911.0, 9910.0, 9878.0, 9929.0, 9892.0, 9905.0, 9877.0, 9904.0, 9906.0, 9889.0, 9888.0, 9872.0, 9876.0, 9863.0, 9905.0, 9879.0, 9901.0, 9883.0, 9912.0, 9917.0, 9917.0, 9938.0, 9932.0, 9921.0, 9891.0, 9935.0, 9893.0, 9916.0, 9872.0, 9915.0, 9896.0, 9932.0, 9883.0, 9925.0, 9881.0, 9907.0, 9894.0, 9909.0, 9896.0, 9904.0, 9906.0, 9903.0, 9928.0, 9916.0, 9903.0, 9864.0, 9890.0, 9877.0, 9913.0, 9874.0, 9901.0, 9889.0, 9907.0, 9905.0, 9902.0, 9889.0, 9914.0, 9891.0, 9857.0, 9883.0, 9877.0, 9886.0, 9923.0, 9862.0, 9889.0, 9863.0, 9907.0, 9908.0, 9904.0, 9907.0, 9902.0, 9904.0, 9877.0, 9890.0, 9847.0, 9897.0, 9874.0, 9904.0, 9891.0, 9904.0, 9908.0, 9879.0, 9909.0, 9906.0, 9922.0, 9912.0, 9923.0, 9914.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.0008658945386064029</td></tr>
<tr><td colspan=3>aqi</td><td>0.018757889924670434</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.002461267059374</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2521571379547607</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.015786437210179</td></tr>
<tr><td colspan=3>efc</td><td>0.4641</td></tr>
<tr><td colspan=3>fber</td><td>6882.4707</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09720279437913004</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>41</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.8606403013182673</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5277425427599596</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4409833963478755</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.802040569557783</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3402036623742197</td></tr>
<tr><td colspan=3>gcor</td><td>0.0101456</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00991751067340374</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02443358488380909</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1062</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>3.930880144387314</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>28.3554</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.2643</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.3446</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302219.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>794.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.5813</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.425</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>560.2716</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3711.2261</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3942.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74325.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1261.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4839.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1002.8221</td></tr>
<tr><td colspan=3>tsnr</td><td>45.23776380694471</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>