<?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-0078_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-0078_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-0078_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-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0078/figures/sub-0078_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-0078/figures/sub-0078_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078/ses-03/func/sub-0078_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>5e890bec05fc27385da9eba71dc4c267</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>12:05:14.920000</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.999504, 0.0283799, -0.0136307, -0.0265221, 0.992277, 0.121176]</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.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.081891</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>[4138, -7764, -7215, 737, -54, -169, -35, 104]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.869</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6e04e0f0-4289-4424-8600-1c3e7c23c6dc||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.6815969944000244, -0.07115685939788818, -0.04580378532409668, 117.13214111328125], [-0.07614108920097351, 2.662205696105957, 0.32603806257247925, -107.58740234375], [-0.03657009080052376, -0.32510748505592346, 2.6798510551452637, -35.782562255859375], [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': ['120514.920000', '120515.380000', '120515.840000', '120516.300000', '120516.760000', '120517.220000', '120517.680000', '120518.140000', '120518.600000', '120519.060000', '120519.520000', '120519.980000', '120520.440000', '120520.900000', '120521.360000', '120521.820000', '120522.280000', '120522.740000', '120523.200000', '120523.660000', '120524.120000', '120524.580000', '120525.040000', '120525.500000', '120525.960000', '120526.420000', '120526.880000', '120527.340000', '120527.800000', '120528.260000', '120528.720000', '120529.180000', '120529.640000', '120530.100000', '120530.560000', '120531.020000', '120531.480000', '120531.940000', '120532.400000', '120532.860000', '120533.320000', '120533.780000', '120534.240000', '120534.700000', '120535.160000', '120535.620000', '120536.080000', '120536.540000', '120537.000000', '120537.460000', '120537.920000', '120538.380000', '120538.840000', '120539.300000', '120539.760000', '120540.220000', '120540.680000', '120541.140000', '120541.600000', '120542.060000', '120542.520000', '120542.980000', '120543.440000', '120543.900000', '120544.360000', '120544.820000', '120545.280000', '120545.740000', '120546.200000', '120546.660000', '120547.120000', '120547.580000', '120548.040000', '120548.500000', '120548.960000', '120549.420000', '120549.880000', '120550.340000', '120550.800000', '120551.260000', '120551.720000', '120552.180000', '120552.640000', '120553.100000', '120553.560000', '120554.020000', '120554.480000', '120554.940000', '120555.400000', '120555.860000', '120556.320000', '120556.780000', '120557.240000', '120557.700000', '120558.160000', '120558.620000', '120559.080000', '120559.540000', '120600.000000', '120600.460000', '120600.920000', '120601.380000', '120601.840000', '120602.300000', '120602.760000', '120603.220000', '120603.680000', '120604.140000', '120604.600000', '120605.060000', '120605.520000', '120605.980000', '120606.440000', '120606.900000', '120607.360000', '120607.820000', '120608.280000', '120608.740000', '120609.200000', '120609.660000', '120610.120000', '120610.580000', '120611.040000', '120611.500000', '120611.960000', '120612.420000', '120612.880000', '120613.340000', '120613.800000', '120614.260000', '120614.720000', '120615.180000', '120615.640000', '120616.100000', '120616.560000', '120617.020000', '120617.480000', '120617.940000', '120618.400000', '120618.860000', '120619.320000', '120619.780000', '120620.240000', '120620.700000', '120621.160000', '120621.620000', '120622.080000', '120622.540000', '120623.000000', '120623.460000', '120623.920000', '120624.380000', '120624.840000', '120625.300000', '120625.760000', '120626.220000', '120626.680000', '120627.140000', '120627.600000', '120628.060000', '120628.520000', '120628.980000', '120629.440000', '120629.900000', '120630.360000', '120630.820000', '120631.280000', '120631.740000', '120632.200000', '120632.660000', '120633.120000', '120633.580000', '120634.040000', '120634.500000', '120634.960000', '120635.420000', '120635.880000', '120636.340000', '120636.800000', '120637.260000', '120637.720000', '120638.180000', '120638.640000', '120639.100000', '120639.560000', '120640.020000', '120640.480000', '120640.940000', '120641.400000', '120641.860000', '120642.320000', '120642.780000', '120643.240000', '120643.700000', '120644.160000', '120644.620000', '120645.080000', '120645.540000', '120646.000000', '120646.460000', '120646.920000', '120647.380000', '120647.840000', '120648.300000', '120648.760000', '120649.220000', '120649.680000', '120650.140000', '120650.600000', '120651.060000', '120651.520000', '120651.980000', '120652.440000', '120652.900000', '120653.360000', '120653.820000', '120654.280000', '120654.740000', '120655.200000', '120655.660000', '120656.120000', '120656.580000', '120657.040000', '120657.500000', '120657.960000', '120658.420000', '120658.880000', '120659.340000', '120659.800000', '120700.260000', '120700.720000', '120701.180000', '120701.640000', '120702.100000', '120702.560000', '120703.020000', '120703.480000', '120703.940000', '120704.400000', '120704.860000', '120705.320000', '120705.780000', '120706.240000', '120706.700000', '120707.160000', '120707.620000', '120708.080000', '120708.540000', '120709.000000', '120709.460000', '120709.920000', '120710.380000', '120710.840000', '120711.300000', '120711.760000', '120712.220000', '120712.680000', '120713.140000', '120713.600000', '120714.060000', '120714.520000', '120714.980000', '120715.440000', '120715.900000', '120716.360000', '120716.820000', '120717.280000', '120717.740000', '120718.200000', '120718.660000', '120719.120000', '120719.580000', '120720.040000', '120720.500000', '120720.960000', '120721.420000', '120721.880000', '120722.340000', '120722.800000', '120723.260000', '120723.720000', '120724.180000', '120724.640000', '120725.100000', '120725.560000', '120726.020000', '120726.480000', '120726.940000', '120727.400000', '120727.860000', '120728.320000', '120728.780000', '120729.240000', '120729.700000', '120730.160000', '120730.620000', '120731.080000', '120731.540000', '120732.000000', '120732.460000', '120732.920000', '120733.380000', '120733.840000', '120734.300000', '120734.760000', '120735.220000', '120735.680000', '120736.140000', '120736.600000', '120737.060000', '120737.520000', '120737.980000', '120738.440000', '120738.900000', '120739.360000', '120739.820000', '120740.280000', '120740.740000', '120741.200000', '120741.660000', '120742.120000', '120742.580000', '120743.040000', '120743.500000', '120743.960000', '120744.420000', '120744.880000', '120745.340000', '120745.800000', '120746.260000', '120746.720000', '120747.180000', '120747.640000', '120748.100000', '120748.560000', '120749.020000', '120749.480000', '120749.940000', '120750.400000', '120750.860000', '120751.320000', '120751.780000', '120752.240000', '120752.700000', '120753.160000', '120753.620000', '120754.080000', '120754.540000', '120755.000000', '120755.460000', '120755.920000', '120756.380000', '120756.840000', '120757.300000', '120757.760000', '120758.220000', '120758.680000', '120759.140000', '120759.600000', '120800.060000', '120800.520000', '120800.980000', '120801.440000', '120801.900000', '120802.360000', '120802.820000', '120803.280000', '120803.740000', '120804.200000', '120804.660000', '120805.120000', '120805.580000', '120806.040000', '120806.500000', '120806.960000', '120807.420000', '120807.880000', '120808.340000', '120808.800000', '120809.260000', '120809.720000', '120810.180000', '120810.640000', '120811.100000', '120811.560000', '120812.020000', '120812.480000', '120812.940000', '120813.400000', '120813.860000', '120814.320000', '120814.780000', '120815.240000', '120815.700000', '120816.160000', '120816.620000', '120817.080000', '120817.540000', '120818.000000', '120818.460000', '120818.920000', '120819.380000', '120819.840000', '120820.300000', '120820.760000', '120821.220000', '120821.680000', '120822.140000', '120822.600000', '120823.060000', '120823.520000', '120823.980000', '120824.440000', '120824.900000', '120825.360000', '120825.820000', '120826.280000', '120826.740000', '120827.200000', '120827.660000', '120828.120000', '120828.580000', '120829.040000', '120829.500000', '120829.960000', '120830.420000', '120830.880000', '120831.340000', '120831.800000', '120832.260000', '120832.720000', '120833.180000', '120833.640000', '120834.100000', '120834.560000', '120835.020000', '120835.480000', '120835.940000', '120836.400000', '120836.860000', '120837.320000', '120837.780000', '120838.240000', '120838.700000', '120839.160000', '120839.620000', '120840.080000', '120840.540000', '120841.000000', '120841.460000', '120841.920000', '120842.380000', '120842.840000', '120843.300000', '120843.760000', '120844.220000', '120844.680000', '120845.140000', '120845.600000', '120846.060000', '120846.520000', '120846.980000', '120847.440000', '120847.900000', '120848.360000', '120848.820000', '120849.280000', '120849.740000', '120850.200000', '120850.660000', '120851.120000', '120851.580000', '120852.040000', '120852.500000', '120852.960000', '120853.420000', '120853.880000', '120854.340000', '120854.800000', '120855.260000', '120855.720000', '120856.180000', '120856.640000', '120857.100000', '120857.560000', '120858.020000', '120858.480000', '120858.940000', '120859.400000', '120859.860000', '120900.320000', '120900.780000', '120901.240000', '120901.700000', '120902.160000', '120902.620000', '120903.080000', '120903.540000', '120904.000000', '120904.460000', '120904.920000', '120905.380000', '120905.840000', '120906.300000', '120906.760000', '120907.220000', '120907.680000', '120908.140000', '120908.600000', '120909.060000', '120909.520000', '120909.980000', '120910.440000', '120910.900000', '120911.360000', '120911.820000', '120912.280000', '120912.740000', '120913.200000', '120913.660000', '120914.120000', '120914.580000', '120915.040000', '120915.500000', '120915.960000', '120916.420000', '120916.880000', '120917.340000', '120917.800000', '120918.260000', '120918.720000', '120919.180000', '120919.640000', '120920.100000', '120920.560000', '120921.020000', '120921.480000', '120921.940000', '120922.400000', '120922.860000', '120923.320000', '120923.780000', '120924.240000', '120924.700000', '120925.160000', '120925.620000', '120926.080000', '120926.540000', '120927.000000', '120927.460000', '120927.920000', '120928.380000', '120928.840000', '120929.300000', '120929.760000', '120930.220000', '120930.680000', '120931.140000', '120931.600000', '120932.060000', '120932.520000', '120932.980000', '120933.440000', '120933.900000', '120934.360000', '120934.820000', '120935.280000', '120935.740000', '120936.200000', '120936.660000', '120937.120000', '120937.580000', '120938.040000', '120938.500000', '120938.960000', '120939.420000', '120939.880000', '120940.340000', '120940.800000', '120941.260000', '120941.720000', '120942.180000', '120942.640000', '120943.100000', '120943.560000', '120944.020000', '120944.480000', '120944.940000', '120945.400000', '120945.860000', '120946.320000', '120946.780000', '120947.240000', '120947.700000', '120948.160000', '120948.620000', '120949.080000', '120949.540000', '120950.000000', '120950.460000', '120950.920000', '120951.380000', '120951.840000', '120952.300000', '120952.760000', '120953.220000', '120953.680000', '120954.140000', '120954.600000', '120955.060000', '120955.520000', '120955.980000', '120956.440000', '120956.900000', '120957.360000', '120957.820000', '120958.280000', '120958.740000', '120959.200000', '120959.660000', '121000.120000', '121000.580000', '121001.040000', '121001.500000', '121001.960000', '121002.420000', '121002.880000', '121003.340000', '121003.800000', '121004.260000', '121004.720000', '121005.180000', '121005.640000', '121006.100000', '121006.560000', '121007.020000', '121007.480000', '121007.940000', '121008.400000', '121008.860000', '121009.320000', '121009.780000', '121010.240000', '121010.700000', '121011.160000', '121011.620000', '121012.080000', '121012.540000', '121013.000000', '121013.460000', '121013.920000', '121014.380000', '121014.840000', '121015.300000', '121015.760000', '121016.220000', '121016.680000', '121017.140000', '121017.600000', '121018.060000', '121018.520000', '121018.980000', '121019.440000', '121019.900000', '121020.360000', '121020.820000', '121021.280000', '121021.740000', '121022.200000', '121022.660000', '121023.120000', '121023.580000', '121024.040000', '121024.500000', '121024.960000', '121025.420000', '121025.880000', '121026.340000', '121026.800000', '121027.260000', '121027.720000', '121028.180000', '121028.640000', '121029.100000', '121029.560000', '121030.020000', '121030.480000', '121030.940000', '121031.400000', '121031.860000', '121032.320000', '121032.780000', '121033.240000', '121033.700000', '121034.160000', '121034.620000', '121035.080000', '121035.540000', '121036.000000', '121036.460000', '121036.920000', '121037.380000', '121037.840000', '121038.300000', '121038.760000', '121039.220000', '121039.680000', '121040.140000', '121040.600000', '121041.060000', '121041.520000', '121041.980000', '121042.440000', '121042.900000', '121043.360000', '121043.820000', '121044.280000', '121044.740000', '121045.200000', '121045.660000', '121046.120000', '121046.580000', '121047.040000', '121047.500000', '121047.960000', '121048.420000', '121048.880000', '121049.340000', '121049.800000', '121050.260000', '121050.720000', '121051.180000', '121051.640000', '121052.100000', '121052.560000', '121053.020000', '121053.480000', '121053.940000', '121054.400000', '121054.860000', '121055.320000', '121055.780000', '121056.240000', '121056.700000', '121057.160000', '121057.620000', '121058.080000', '121058.540000', '121059.000000', '121059.460000', '121059.920000', '121100.380000', '121100.840000', '121101.300000', '121101.760000', '121102.220000', '121102.680000', '121103.140000', '121103.600000', '121104.060000', '121104.520000', '121104.980000', '121105.440000', '121105.900000', '121106.360000', '121106.820000', '121107.280000', '121107.740000', '121108.200000', '121108.660000', '121109.120000', '121109.580000', '121110.040000', '121110.500000', '121110.960000', '121111.420000', '121111.880000', '121112.340000', '121112.800000', '121113.260000', '121113.720000', '121114.180000', '121114.640000', '121115.100000', '121115.560000', '121116.020000', '121116.480000', '121116.940000', '121117.400000', '121117.860000', '121118.320000', '121118.780000', '121119.240000', '121119.700000', '121120.160000', '121120.620000', '121121.080000', '121121.540000', '121122.000000', '121122.460000', '121122.920000', '121123.380000', '121123.840000', '121124.300000', '121124.760000', '121125.220000', '121125.680000', '121126.140000', '121126.600000', '121127.060000', '121127.520000', '121127.980000', '121128.440000', '121128.900000', '121129.360000', '121129.820000', '121130.280000', '121130.740000', '121131.200000', '121131.660000', '121132.120000', '121132.580000', '121133.040000', '121133.500000', '121133.960000', '121134.420000', '121134.880000', '121135.340000', '121135.800000', '121136.260000', '121136.720000', '121137.180000', '121137.640000', '121138.100000', '121138.560000', '121139.020000', '121139.480000', '121139.940000', '121140.400000', '121140.860000', '121141.320000', '121141.780000', '121142.240000', '121142.700000', '121143.160000', '121143.620000', '121144.080000', '121144.540000', '121145.000000', '121145.460000', '121145.920000', '121146.380000', '121146.840000', '121147.300000', '121147.760000', '121148.220000', '121148.680000', '121149.140000', '121149.600000', '121150.060000', '121150.520000', '121150.980000', '121151.440000', '121151.900000', '121152.360000', '121152.820000', '121153.280000', '121153.740000', '121154.200000', '121154.660000', '121155.120000', '121155.580000', '121156.040000', '121156.500000', '121156.960000', '121157.420000', '121157.880000', '121158.340000', '121158.800000', '121159.260000', '121159.720000', '121200.180000', '121200.640000', '121201.100000', '121201.560000', '121202.020000', '121202.480000', '121202.940000', '121203.400000', '121203.860000', '121204.320000', '121204.780000', '121205.240000', '121205.700000', '121206.160000', '121206.620000', '121207.080000', '121207.540000', '121208.000000', '121208.460000', '121208.920000', '121209.380000', '121209.840000', '121210.300000', '121210.760000', '121211.220000', '121211.680000', '121212.140000', '121212.600000', '121213.060000', '121213.520000', '121213.980000', '121214.440000', '121214.900000', '121215.360000', '121215.820000', '121216.280000', '121216.740000', '121217.200000', '121217.660000', '121218.120000', '121218.580000', '121219.040000', '121219.500000', '121219.960000', '121220.420000', '121220.880000', '121221.340000', '121221.800000', '121222.260000', '121222.720000', '121223.180000', '121223.640000', '121224.100000', '121224.560000', '121225.020000', '121225.480000', '121225.940000', '121226.400000', '121226.860000', '121227.320000', '121227.780000', '121228.240000', '121228.700000', '121229.160000', '121229.620000', '121230.080000', '121230.540000', '121231.000000', '121231.460000', '121231.920000', '121232.380000', '121232.840000', '121233.300000', '121233.760000', '121234.220000', '121234.680000', '121235.140000', '121235.600000', '121236.060000', '121236.520000', '121236.980000', '121237.440000', '121237.900000', '121238.360000', '121238.820000', '121239.280000', '121239.740000', '121240.200000', '121240.660000', '121241.120000', '121241.580000', '121242.040000', '121242.500000', '121242.960000', '121243.420000', '121243.880000', '121244.340000', '121244.800000', '121245.260000', '121245.720000', '121246.180000', '121246.640000', '121247.100000', '121247.560000', '121248.020000', '121248.480000', '121248.940000', '121249.400000', '121249.860000', '121250.320000', '121250.780000', '121251.240000', '121251.700000', '121252.160000', '121252.620000', '121253.080000', '121253.540000', '121254.000000', '121254.460000', '121254.920000', '121255.380000', '121255.840000', '121256.300000', '121256.760000', '121257.220000', '121257.680000', '121258.140000', '121258.600000', '121259.060000', '121259.520000', '121259.980000', '121300.440000', '121300.900000', '121301.360000', '121301.820000', '121302.280000', '121302.740000', '121303.200000', '121303.660000', '121304.120000', '121304.580000', '121305.040000', '121305.500000', '121305.960000', '121306.420000', '121306.880000', '121307.340000', '121307.800000', '121308.260000', '121308.720000', '121309.180000', '121309.640000', '121310.100000', '121310.560000', '121311.020000', '121311.480000', '121311.940000', '121312.400000', '121312.860000', '121313.320000', '121313.780000', '121314.240000', '121314.700000', '121315.160000', '121315.620000', '121316.080000', '121316.540000', '121317.000000', '121317.460000', '121317.920000', '121318.380000', '121318.840000', '121319.300000', '121319.760000', '121320.220000', '121320.680000', '121321.140000', '121321.600000', '121322.060000', '121322.520000', '121322.980000', '121323.440000', '121323.900000', '121324.360000'], 'ContentTime': ['120536.822000', '120536.825000', '120536.828000', '120536.830000', '120536.833000', '120536.836000', '120536.838000', '120536.841000', '120536.843000', '120536.846000', '120536.848000', '120536.851000', '120536.853000', '120536.856000', '120536.859000', '120536.867000', '120536.869000', '120536.872000', '120536.874000', '120536.877000', '120536.880000', '120536.882000', '120536.885000', '120536.887000', '120536.890000', '120536.892000', '120536.895000', '120536.898000', '120536.900000', '120536.903000', '120536.907000', '120536.909000', '120536.912000', '120536.914000', '120536.926000', '120536.929000', '120536.931000', '120536.934000', '120536.937000', '120536.939000', '120536.942000', '120536.945000', '120536.948000', '120536.951000', '120536.953000', '120556.790000', '120556.793000', '120556.796000', '120556.798000', '120556.801000', '120556.803000', '120556.806000', '120556.808000', '120556.811000', '120556.814000', '120556.816000', '120556.819000', '120556.822000', '120556.824000', '120556.827000', '120556.829000', '120556.832000', '120556.834000', '120556.837000', '120556.840000', '120556.842000', '120556.845000', '120556.847000', '120556.850000', '120556.882000', '120556.885000', '120556.887000', '120556.890000', '120556.892000', '120556.895000', '120556.898000', '120556.900000', '120556.903000', '120556.905000', '120556.908000', '120556.910000', '120556.913000', '120556.916000', '120556.918000', '120556.921000', '120556.924000', '120556.926000', '120556.929000', '120556.931000', '120616.791000', '120616.794000', '120616.796000', '120616.799000', '120616.801000', '120616.804000', '120616.806000', '120616.809000', '120616.812000', '120616.822000', '120616.825000', '120616.828000', '120616.830000', '120616.833000', '120616.835000', '120616.838000', '120616.841000', '120616.843000', '120616.846000', '120616.848000', '120616.851000', '120616.853000', '120616.856000', '120616.873000', '120616.875000', '120616.878000', '120616.880000', '120616.883000', '120616.886000', '120616.888000', '120616.891000', '120616.893000', '120616.896000', '120616.899000', '120616.901000', '120616.904000', '120616.906000', '120616.909000', '120616.912000', '120616.915000', '120616.917000', '120616.920000', '120616.924000', '120636.792000', '120636.795000', '120636.797000', '120636.800000', '120636.802000', '120636.809000', '120636.812000', '120636.814000', '120636.817000', '120636.819000', '120636.822000', '120636.825000', '120636.827000', '120636.830000', '120636.832000', '120636.835000', '120636.838000', '120636.840000', '120636.843000', '120636.845000', '120636.848000', '120636.851000', '120636.853000', '120636.856000', '120636.859000', '120636.861000', '120636.864000', '120636.866000', '120636.869000', '120636.880000', '120636.883000', '120636.885000', '120636.888000', '120636.890000', '120636.893000', '120636.896000', '120636.898000', '120636.901000', '120636.904000', '120636.906000', '120636.909000', '120636.911000', '120636.914000', '120636.916000', '120656.791000', '120656.794000', '120656.797000', '120656.800000', '120656.802000', '120656.805000', '120656.807000', '120656.810000', '120656.813000', '120656.816000', '120656.818000', '120656.821000', '120656.823000', '120656.826000', '120656.828000', '120656.831000', '120656.834000', '120656.837000', '120656.839000', '120656.842000', '120656.844000', '120656.847000', '120656.850000', '120656.852000', '120656.855000', '120656.857000', '120656.860000', '120656.863000', '120656.865000', '120656.868000', '120656.870000', '120656.873000', '120656.875000', '120656.878000', '120656.881000', '120656.883000', '120656.886000', '120656.888000', '120656.891000', '120656.894000', '120656.896000', '120656.899000', '120656.901000', '120716.792000', '120716.794000', '120716.797000', '120716.800000', '120716.802000', '120716.805000', '120716.807000', '120716.810000', '120716.813000', '120716.815000', '120716.818000', '120716.820000', '120716.823000', '120716.826000', '120716.828000', '120716.831000', '120716.833000', '120716.836000', '120716.839000', '120716.841000', '120716.844000', '120716.846000', '120716.849000', '120716.852000', '120716.854000', '120716.857000', '120716.859000', '120716.862000', '120716.865000', '120716.867000', '120716.870000', '120716.872000', '120716.875000', '120716.878000', '120716.880000', '120716.883000', '120716.885000', '120716.888000', '120716.891000', '120716.893000', '120716.896000', '120716.898000', '120716.901000', '120716.904000', '120736.791000', '120736.794000', '120736.797000', '120736.800000', '120736.803000', '120736.805000', '120736.808000', '120736.810000', '120736.813000', '120736.816000', '120736.818000', '120736.821000', '120736.823000', '120736.826000', '120736.829000', '120736.831000', '120736.834000', '120736.836000', '120736.839000', '120736.842000', '120736.844000', '120736.847000', '120736.850000', '120736.852000', '120736.855000', '120736.857000', '120736.860000', '120736.863000', '120736.865000', '120736.868000', '120736.871000', '120736.873000', '120736.876000', '120736.878000', '120736.881000', '120736.884000', '120736.886000', '120736.889000', '120736.892000', '120736.894000', '120736.897000', '120736.899000', '120736.902000', '120756.791000', '120756.794000', '120756.797000', '120756.799000', '120756.802000', '120756.805000', '120756.807000', '120756.810000', '120756.812000', '120756.815000', '120756.817000', '120756.820000', '120756.823000', '120756.825000', '120756.828000', '120756.831000', '120756.833000', '120756.836000', '120756.839000', '120756.851000', '120756.853000', '120756.856000', '120756.858000', '120756.861000', '120756.864000', '120756.866000', '120756.869000', '120756.871000', '120756.874000', '120756.877000', '120756.879000', '120756.882000', '120756.885000', '120756.887000', '120756.890000', '120756.892000', '120756.895000', '120756.898000', '120756.900000', '120756.903000', '120756.906000', '120756.908000', '120756.911000', '120756.914000', '120816.791000', '120816.794000', '120816.796000', '120816.799000', '120816.802000', '120816.804000', '120816.807000', '120816.809000', '120816.812000', '120816.815000', '120816.817000', '120816.820000', '120816.823000', '120816.825000', '120816.828000', '120816.831000', '120816.833000', '120816.836000', '120816.838000', '120816.841000', '120816.844000', '120816.846000', '120816.849000', '120816.851000', '120816.854000', '120816.856000', '120816.859000', '120816.862000', '120816.864000', '120816.867000', '120816.869000', '120816.872000', '120816.875000', '120816.877000', '120816.880000', '120816.882000', '120816.885000', '120816.888000', '120816.890000', '120816.893000', '120816.895000', '120816.898000', '120816.901000', '120836.790000', '120836.793000', '120836.796000', '120836.799000', '120836.801000', '120836.804000', '120836.806000', '120836.809000', '120836.812000', '120836.814000', '120836.817000', '120836.819000', '120836.822000', '120836.824000', '120836.827000', '120836.830000', '120836.832000', '120836.835000', '120836.838000', '120836.840000', '120836.843000', '120836.845000', '120836.848000', '120836.851000', '120836.853000', '120836.856000', '120836.858000', '120836.861000', '120836.864000', '120836.866000', '120836.869000', '120836.871000', '120836.874000', '120836.876000', '120836.879000', '120836.882000', '120836.884000', '120836.887000', '120836.890000', '120836.892000', '120836.895000', '120836.897000', '120836.900000', '120836.902000', '120856.791000', '120856.794000', '120856.797000', '120856.799000', '120856.802000', '120856.805000', '120856.807000', '120856.810000', '120856.813000', '120856.815000', '120856.818000', '120856.820000', '120856.823000', '120856.826000', '120856.828000', '120856.831000', '120856.834000', '120856.836000', '120856.839000', '120856.841000', '120856.844000', '120856.847000', '120856.849000', '120856.852000', '120856.854000', '120856.857000', '120856.860000', '120856.862000', '120856.865000', '120856.867000', '120856.870000', '120856.873000', '120856.875000', '120856.878000', '120856.881000', '120856.883000', '120856.886000', '120856.889000', '120856.891000', '120856.894000', '120856.896000', '120856.899000', '120856.901000', '120916.792000', '120916.795000', '120916.797000', '120916.800000', '120916.803000', '120916.805000', '120916.808000', '120916.810000', '120916.813000', '120916.816000', '120916.818000', '120916.821000', '120916.823000', '120916.826000', '120916.829000', '120916.832000', '120916.835000', '120916.838000', '120916.840000', '120916.843000', '120916.846000', '120916.848000', '120916.851000', '120916.853000', '120916.856000', '120916.859000', '120916.861000', '120916.864000', '120916.866000', '120916.869000', '120916.872000', '120916.874000', '120916.877000', '120916.879000', '120916.882000', '120916.885000', '120916.887000', '120916.890000', '120916.893000', '120916.895000', '120916.898000', '120916.900000', '120916.903000', '120916.906000', '120936.797000', '120936.800000', '120936.803000', '120936.805000', '120936.808000', '120936.811000', '120936.813000', '120936.816000', '120936.818000', '120936.821000', '120936.824000', '120936.826000', '120936.829000', '120936.831000', '120936.834000', '120936.836000', '120936.839000', '120936.842000', '120936.844000', '120936.847000', '120936.849000', '120936.852000', '120936.854000', '120936.857000', '120936.860000', '120936.862000', '120936.865000', '120936.867000', '120936.870000', '120936.872000', '120936.875000', '120936.878000', '120936.880000', '120936.883000', '120936.886000', '120936.888000', '120936.891000', '120936.893000', '120936.896000', '120936.899000', '120936.901000', '120936.904000', '120936.907000', '120956.792000', '120956.794000', '120956.798000', '120956.800000', '120956.805000', '120956.807000', '120956.810000', '120956.813000', '120956.815000', '120956.818000', '120956.820000', '120956.823000', '120956.826000', '120956.828000', '120956.831000', '120956.834000', '120956.836000', '120956.839000', '120956.842000', '120956.844000', '120956.847000', '120956.850000', '120956.852000', '120956.855000', '120956.857000', '120956.860000', '120956.863000', '120956.865000', '120956.868000', '120956.871000', '120956.873000', '120956.876000', '120956.878000', '120956.881000', '120956.883000', '120956.886000', '120956.889000', '120956.891000', '120956.894000', '120956.896000', '120956.899000', '120956.902000', '120956.904000', '121016.791000', '121016.794000', '121016.797000', '121016.800000', '121016.803000', '121016.805000', '121016.808000', '121016.810000', '121016.813000', '121016.816000', '121016.818000', '121016.821000', '121016.823000', '121016.826000', '121016.829000', '121016.831000', '121016.834000', '121016.837000', '121016.839000', '121016.842000', '121016.844000', '121016.847000', '121016.850000', '121016.852000', '121016.855000', '121016.858000', '121016.860000', '121016.863000', '121016.866000', '121016.868000', '121016.871000', '121016.874000', '121016.876000', '121016.879000', '121016.882000', '121016.884000', '121016.887000', '121016.890000', '121016.892000', '121016.895000', '121016.898000', '121016.900000', '121016.903000', '121016.906000', '121036.791000', '121036.794000', '121036.796000', '121036.799000', '121036.803000', '121036.805000', '121036.808000', '121036.811000', '121036.813000', '121036.816000', '121036.818000', '121036.821000', '121036.824000', '121036.826000', '121036.829000', '121036.832000', '121036.834000', '121036.837000', '121036.839000', '121036.842000', '121036.845000', '121036.847000', '121036.850000', '121036.852000', '121036.855000', '121036.857000', '121036.860000', '121036.863000', '121036.867000', '121036.872000', '121036.875000', '121036.878000', '121036.880000', '121036.883000', '121036.885000', '121036.888000', '121036.891000', '121036.893000', '121036.896000', '121036.899000', '121036.901000', '121036.904000', '121036.906000', '121056.790000', '121056.793000', '121056.796000', '121056.799000', '121056.801000', '121056.804000', '121056.806000', '121056.809000', '121056.812000', '121056.814000', '121056.817000', '121056.819000', '121056.835000', '121056.838000', '121056.840000', '121056.843000', '121056.845000', '121056.848000', '121056.851000', '121056.853000', '121056.856000', '121056.858000', '121056.861000', '121056.863000', '121056.866000', '121056.869000', '121056.871000', '121056.874000', '121056.877000', '121056.879000', '121056.882000', '121056.884000', '121056.887000', '121056.890000', '121056.892000', '121056.895000', '121056.897000', '121056.900000', '121056.902000', '121056.905000', '121056.908000', '121056.910000', '121056.913000', '121056.916000', '121116.791000', '121116.794000', '121116.797000', '121116.799000', '121116.802000', '121116.805000', '121116.807000', '121116.810000', '121116.812000', '121116.815000', '121116.818000', '121116.820000', '121116.823000', '121116.825000', '121116.828000', '121116.830000', '121116.833000', '121116.836000', '121116.850000', '121116.852000', '121116.855000', '121116.858000', '121116.861000', '121116.863000', '121116.866000', '121116.868000', '121116.871000', '121116.874000', '121116.876000', '121116.879000', '121116.882000', '121116.884000', '121116.887000', '121116.889000', '121116.892000', '121116.894000', '121116.897000', '121116.900000', '121116.902000', '121116.905000', '121116.908000', '121116.910000', '121116.913000', '121136.792000', '121136.795000', '121136.798000', '121136.800000', '121136.803000', '121136.805000', '121136.808000', '121136.811000', '121136.813000', '121136.816000', '121136.819000', '121136.821000', '121136.824000', '121136.827000', '121136.829000', '121136.832000', '121136.834000', '121136.837000', '121136.840000', '121136.842000', '121136.845000', '121136.847000', '121136.850000', '121136.852000', '121136.855000', '121136.858000', '121136.860000', '121136.863000', '121136.865000', '121136.868000', '121136.871000', '121136.873000', '121136.876000', '121136.878000', '121136.881000', '121136.883000', '121136.886000', '121136.889000', '121136.891000', '121136.894000', '121136.896000', '121136.899000', '121136.902000', '121136.904000', '121156.792000', '121156.794000', '121156.797000', '121156.800000', '121156.802000', '121156.805000', '121156.808000', '121156.810000', '121156.813000', '121156.816000', '121156.818000', '121156.821000', '121156.823000', '121156.826000', '121156.829000', '121156.831000', '121156.834000', '121156.836000', '121156.839000', '121156.841000', '121156.844000', '121156.847000', '121156.849000', '121156.852000', '121156.855000', '121156.857000', '121156.860000', '121156.863000', '121156.865000', '121156.868000', '121156.870000', '121156.873000', '121156.875000', '121156.878000', '121156.881000', '121156.883000', '121156.886000', '121156.889000', '121156.891000', '121156.894000', '121156.897000', '121156.900000', '121156.904000', '121216.791000', '121216.794000', '121216.797000', '121216.799000', '121216.802000', '121216.805000', '121216.807000', '121216.810000', '121216.812000', '121216.815000', '121216.818000', '121216.820000', '121216.823000', '121216.826000', '121216.828000', '121216.831000', '121216.834000', '121216.836000', '121216.839000', '121216.841000', '121216.844000', '121216.846000', '121216.856000', '121216.858000', '121216.861000', '121216.863000', '121216.866000', '121216.868000', '121216.871000', '121216.874000', '121216.876000', '121216.879000', '121216.882000', '121216.884000', '121216.887000', '121216.889000', '121216.892000', '121216.895000', '121216.898000', '121216.900000', '121216.903000', '121216.905000', '121216.908000', '121216.911000', '121236.792000', '121236.794000', '121236.798000', '121236.800000', '121236.803000', '121236.805000', '121236.808000', '121236.810000', '121236.813000', '121236.816000', '121236.818000', '121236.821000', '121236.824000', '121236.826000', '121236.829000', '121236.831000', '121236.834000', '121236.837000', '121236.839000', '121236.842000', '121236.844000', '121236.847000', '121236.850000', '121236.852000', '121236.855000', '121236.857000', '121236.860000', '121236.862000', '121236.865000', '121236.868000', '121236.870000', '121236.873000', '121236.875000', '121236.878000', '121236.881000', '121236.883000', '121236.886000', '121236.888000', '121236.891000', '121236.894000', '121236.896000', '121236.899000', '121236.902000', '121256.790000', '121256.793000', '121256.796000', '121256.799000', '121256.801000', '121256.804000', '121256.806000', '121256.809000', '121256.811000', '121256.814000', '121256.817000', '121256.819000', '121256.822000', '121256.825000', '121256.827000', '121256.830000', '121256.832000', '121256.835000', '121256.838000', '121256.840000', '121256.843000', '121256.845000', '121256.848000', '121256.851000', '121256.853000', '121256.856000', '121256.858000', '121256.861000', '121256.864000', '121256.866000', '121256.869000', '121256.871000', '121256.874000', '121256.877000', '121256.879000', '121256.882000', '121256.885000', '121256.887000', '121256.890000', '121256.892000', '121256.895000', '121256.897000', '121256.900000', '121256.903000', '121316.791000', '121316.794000', '121316.796000', '121316.799000', '121316.801000', '121316.804000', '121316.807000', '121316.809000', '121316.812000', '121316.815000', '121316.817000', '121316.820000', '121316.823000', '121316.825000', '121316.828000', '121316.830000', '121316.833000', '121316.836000', '121316.838000', '121316.841000', '121316.844000', '121316.846000', '121316.849000', '121316.851000', '121316.854000', '121316.857000', '121316.859000', '121316.862000', '121316.865000', '121316.867000', '121316.870000', '121316.872000', '121316.875000', '121316.878000', '121316.880000', '121316.883000', '121316.886000', '121316.888000', '121316.891000', '121316.893000', '121316.896000', '121316.899000', '121316.901000', '121325.617000', '121325.620000', '121325.623000', '121325.625000', '121325.628000', '121325.630000', '121325.633000', '121325.636000', '121325.638000', '121325.641000', '121325.643000', '121325.646000', '121325.649000', '121325.651000', '121325.654000', '121325.656000', '121325.659000', '121325.662000', '121325.664000', '121325.667000'], 'InstanceCreationTime': ['120536.822000', '120536.825000', '120536.828000', '120536.830000', '120536.833000', '120536.836000', '120536.838000', '120536.841000', '120536.843000', '120536.846000', '120536.848000', '120536.851000', '120536.853000', '120536.856000', '120536.859000', '120536.867000', '120536.869000', '120536.872000', '120536.874000', '120536.877000', '120536.880000', '120536.882000', '120536.885000', '120536.887000', '120536.890000', '120536.892000', '120536.895000', '120536.898000', '120536.900000', '120536.903000', '120536.907000', '120536.909000', '120536.912000', '120536.914000', '120536.926000', '120536.929000', '120536.931000', '120536.934000', '120536.937000', '120536.939000', '120536.942000', '120536.945000', '120536.948000', '120536.951000', '120536.953000', '120556.790000', '120556.793000', '120556.796000', '120556.798000', '120556.801000', '120556.803000', '120556.806000', '120556.808000', '120556.811000', '120556.814000', '120556.816000', '120556.819000', '120556.822000', '120556.824000', '120556.827000', '120556.829000', '120556.832000', '120556.834000', '120556.837000', '120556.840000', '120556.842000', '120556.845000', '120556.847000', '120556.850000', '120556.882000', '120556.885000', '120556.887000', '120556.890000', '120556.892000', '120556.895000', '120556.898000', '120556.900000', '120556.903000', '120556.905000', '120556.908000', '120556.910000', '120556.913000', '120556.916000', '120556.918000', '120556.921000', '120556.924000', '120556.926000', '120556.929000', '120556.931000', '120616.791000', '120616.794000', '120616.796000', '120616.799000', '120616.801000', '120616.804000', '120616.806000', '120616.809000', '120616.812000', '120616.822000', '120616.825000', '120616.828000', '120616.830000', '120616.833000', '120616.835000', '120616.838000', '120616.841000', '120616.843000', '120616.846000', '120616.848000', '120616.851000', '120616.853000', '120616.856000', '120616.873000', '120616.875000', '120616.878000', '120616.880000', '120616.883000', '120616.886000', '120616.888000', '120616.891000', '120616.893000', '120616.896000', '120616.899000', '120616.901000', '120616.904000', '120616.906000', '120616.909000', '120616.912000', '120616.915000', '120616.917000', '120616.920000', '120616.924000', '120636.792000', '120636.795000', '120636.797000', '120636.800000', '120636.802000', '120636.809000', '120636.812000', '120636.814000', '120636.817000', '120636.819000', '120636.822000', '120636.825000', '120636.827000', '120636.830000', '120636.832000', '120636.835000', '120636.838000', '120636.840000', '120636.843000', '120636.845000', '120636.848000', '120636.851000', '120636.853000', '120636.856000', '120636.859000', '120636.861000', '120636.864000', '120636.866000', '120636.869000', '120636.880000', '120636.883000', '120636.885000', '120636.888000', '120636.890000', '120636.893000', '120636.896000', '120636.898000', '120636.901000', '120636.904000', '120636.906000', '120636.909000', '120636.911000', '120636.914000', '120636.916000', '120656.791000', '120656.794000', '120656.797000', '120656.800000', '120656.802000', '120656.805000', '120656.807000', '120656.810000', '120656.813000', '120656.816000', '120656.818000', '120656.821000', '120656.823000', '120656.826000', '120656.828000', '120656.831000', '120656.834000', '120656.837000', '120656.839000', '120656.842000', '120656.844000', '120656.847000', '120656.850000', '120656.852000', '120656.855000', '120656.857000', '120656.860000', '120656.863000', '120656.865000', '120656.868000', '120656.870000', '120656.873000', '120656.875000', '120656.878000', '120656.881000', '120656.883000', '120656.886000', '120656.888000', '120656.891000', '120656.894000', '120656.896000', '120656.899000', '120656.901000', '120716.792000', '120716.794000', '120716.797000', '120716.800000', '120716.802000', '120716.805000', '120716.807000', '120716.810000', '120716.813000', '120716.815000', '120716.818000', '120716.820000', '120716.823000', '120716.826000', '120716.828000', '120716.831000', '120716.833000', '120716.836000', '120716.839000', '120716.841000', '120716.844000', '120716.846000', '120716.849000', '120716.852000', '120716.854000', '120716.857000', '120716.859000', '120716.862000', '120716.865000', '120716.867000', '120716.870000', '120716.872000', '120716.875000', '120716.878000', '120716.880000', '120716.883000', '120716.885000', '120716.888000', '120716.891000', '120716.893000', '120716.896000', '120716.898000', '120716.901000', '120716.904000', '120736.791000', '120736.794000', '120736.797000', '120736.800000', '120736.803000', '120736.805000', '120736.808000', '120736.810000', '120736.813000', '120736.816000', '120736.818000', '120736.821000', '120736.823000', '120736.826000', '120736.829000', '120736.831000', '120736.834000', '120736.836000', '120736.839000', '120736.842000', '120736.844000', '120736.847000', '120736.850000', '120736.852000', '120736.855000', '120736.857000', '120736.860000', '120736.863000', '120736.865000', '120736.868000', '120736.871000', '120736.873000', '120736.876000', '120736.878000', '120736.881000', '120736.884000', '120736.886000', '120736.889000', '120736.892000', '120736.894000', '120736.897000', '120736.899000', '120736.902000', '120756.791000', '120756.794000', '120756.797000', '120756.799000', '120756.802000', '120756.805000', '120756.807000', '120756.810000', '120756.812000', '120756.815000', '120756.817000', '120756.820000', '120756.823000', '120756.825000', '120756.828000', '120756.831000', '120756.833000', '120756.836000', '120756.839000', '120756.851000', '120756.853000', '120756.856000', '120756.858000', '120756.861000', '120756.864000', '120756.866000', '120756.869000', '120756.871000', '120756.874000', '120756.877000', '120756.879000', '120756.882000', '120756.885000', '120756.887000', '120756.890000', '120756.892000', '120756.895000', '120756.898000', '120756.900000', '120756.903000', '120756.906000', '120756.908000', '120756.911000', '120756.914000', '120816.791000', '120816.794000', '120816.796000', '120816.799000', '120816.802000', '120816.804000', '120816.807000', '120816.809000', '120816.812000', '120816.815000', '120816.817000', '120816.820000', '120816.823000', '120816.825000', '120816.828000', '120816.831000', '120816.833000', '120816.836000', '120816.838000', '120816.841000', '120816.844000', '120816.846000', '120816.849000', '120816.851000', '120816.854000', '120816.856000', '120816.859000', '120816.862000', '120816.864000', '120816.867000', '120816.869000', '120816.872000', '120816.875000', '120816.877000', '120816.880000', '120816.882000', '120816.885000', '120816.888000', '120816.890000', '120816.893000', '120816.895000', '120816.898000', '120816.901000', '120836.790000', '120836.793000', '120836.796000', '120836.799000', '120836.801000', '120836.804000', '120836.806000', '120836.809000', '120836.812000', '120836.814000', '120836.817000', '120836.819000', '120836.822000', '120836.824000', '120836.827000', '120836.830000', '120836.832000', '120836.835000', '120836.838000', '120836.840000', '120836.843000', '120836.845000', '120836.848000', '120836.851000', '120836.853000', '120836.856000', '120836.858000', '120836.861000', '120836.864000', '120836.866000', '120836.869000', '120836.871000', '120836.874000', '120836.876000', '120836.879000', '120836.882000', '120836.884000', '120836.887000', '120836.890000', '120836.892000', '120836.895000', '120836.897000', '120836.900000', '120836.902000', '120856.791000', '120856.794000', '120856.797000', '120856.799000', '120856.802000', '120856.805000', '120856.807000', '120856.810000', '120856.813000', '120856.815000', '120856.818000', '120856.820000', '120856.823000', '120856.826000', '120856.828000', '120856.831000', '120856.834000', '120856.836000', '120856.839000', '120856.841000', '120856.844000', '120856.847000', '120856.849000', '120856.852000', '120856.854000', '120856.857000', '120856.860000', '120856.862000', '120856.865000', '120856.867000', '120856.870000', '120856.873000', '120856.875000', '120856.878000', '120856.881000', '120856.883000', '120856.886000', '120856.889000', '120856.891000', '120856.894000', '120856.896000', '120856.899000', '120856.901000', '120916.792000', '120916.795000', '120916.797000', '120916.800000', '120916.803000', '120916.805000', '120916.808000', '120916.810000', '120916.813000', '120916.816000', '120916.818000', '120916.821000', '120916.823000', '120916.826000', '120916.829000', '120916.832000', '120916.835000', '120916.838000', '120916.840000', '120916.843000', '120916.846000', '120916.848000', '120916.851000', '120916.853000', '120916.856000', '120916.859000', '120916.861000', '120916.864000', '120916.866000', '120916.869000', '120916.872000', '120916.874000', '120916.877000', '120916.879000', '120916.882000', '120916.885000', '120916.887000', '120916.890000', '120916.893000', '120916.895000', '120916.898000', '120916.900000', '120916.903000', '120916.906000', '120936.797000', '120936.800000', '120936.803000', '120936.805000', '120936.808000', '120936.811000', '120936.813000', '120936.816000', '120936.818000', '120936.821000', '120936.824000', '120936.826000', '120936.829000', '120936.831000', '120936.834000', '120936.836000', '120936.839000', '120936.842000', '120936.844000', '120936.847000', '120936.849000', '120936.852000', '120936.854000', '120936.857000', '120936.860000', '120936.862000', '120936.865000', '120936.867000', '120936.870000', '120936.872000', '120936.875000', '120936.878000', '120936.880000', '120936.883000', '120936.886000', '120936.888000', '120936.891000', '120936.893000', '120936.896000', '120936.899000', '120936.901000', '120936.904000', '120936.907000', '120956.792000', '120956.794000', '120956.798000', '120956.800000', '120956.805000', '120956.807000', '120956.810000', '120956.813000', '120956.815000', '120956.818000', '120956.820000', '120956.823000', '120956.826000', '120956.828000', '120956.831000', '120956.834000', '120956.836000', '120956.839000', '120956.842000', '120956.844000', '120956.847000', '120956.850000', '120956.852000', '120956.855000', '120956.857000', '120956.860000', '120956.863000', '120956.865000', '120956.868000', '120956.871000', '120956.873000', '120956.876000', '120956.878000', '120956.881000', '120956.883000', '120956.886000', '120956.889000', '120956.891000', '120956.894000', '120956.896000', '120956.899000', '120956.902000', '120956.904000', '121016.791000', '121016.794000', '121016.797000', '121016.800000', '121016.803000', '121016.805000', '121016.808000', '121016.810000', '121016.813000', '121016.816000', '121016.818000', '121016.821000', '121016.823000', '121016.826000', '121016.829000', '121016.831000', '121016.834000', '121016.837000', '121016.839000', '121016.842000', '121016.844000', '121016.847000', '121016.850000', '121016.852000', '121016.855000', '121016.858000', '121016.860000', '121016.863000', '121016.866000', '121016.868000', '121016.871000', '121016.874000', '121016.876000', '121016.879000', '121016.882000', '121016.884000', '121016.887000', '121016.890000', '121016.892000', '121016.895000', '121016.898000', '121016.900000', '121016.903000', '121016.906000', '121036.791000', '121036.794000', '121036.796000', '121036.799000', '121036.803000', '121036.805000', '121036.808000', '121036.811000', '121036.813000', '121036.816000', '121036.818000', '121036.821000', '121036.824000', '121036.826000', '121036.829000', '121036.832000', '121036.834000', '121036.837000', '121036.839000', '121036.842000', '121036.845000', '121036.847000', '121036.850000', '121036.852000', '121036.855000', '121036.857000', '121036.860000', '121036.863000', '121036.867000', '121036.872000', '121036.875000', '121036.878000', '121036.880000', '121036.883000', '121036.885000', '121036.888000', '121036.891000', '121036.893000', '121036.896000', '121036.899000', '121036.901000', '121036.904000', '121036.906000', '121056.790000', '121056.793000', '121056.796000', '121056.799000', '121056.801000', '121056.804000', '121056.806000', '121056.809000', '121056.812000', '121056.814000', '121056.817000', '121056.819000', '121056.835000', '121056.838000', '121056.840000', '121056.843000', '121056.845000', '121056.848000', '121056.851000', '121056.853000', '121056.856000', '121056.858000', '121056.861000', '121056.863000', '121056.866000', '121056.869000', '121056.871000', '121056.874000', '121056.877000', '121056.879000', '121056.882000', '121056.884000', '121056.887000', '121056.890000', '121056.892000', '121056.895000', '121056.897000', '121056.900000', '121056.902000', '121056.905000', '121056.908000', '121056.910000', '121056.913000', '121056.916000', '121116.791000', '121116.794000', '121116.797000', '121116.799000', '121116.802000', '121116.805000', '121116.807000', '121116.810000', '121116.812000', '121116.815000', '121116.818000', '121116.820000', '121116.823000', '121116.825000', '121116.828000', '121116.830000', '121116.833000', '121116.836000', '121116.850000', '121116.852000', '121116.855000', '121116.858000', '121116.861000', '121116.863000', '121116.866000', '121116.868000', '121116.871000', '121116.874000', '121116.876000', '121116.879000', '121116.882000', '121116.884000', '121116.887000', '121116.889000', '121116.892000', '121116.894000', '121116.897000', '121116.900000', '121116.902000', '121116.905000', '121116.908000', '121116.910000', '121116.913000', '121136.792000', '121136.795000', '121136.798000', '121136.800000', '121136.803000', '121136.805000', '121136.808000', '121136.811000', '121136.813000', '121136.816000', '121136.819000', '121136.821000', '121136.824000', '121136.827000', '121136.829000', '121136.832000', '121136.834000', '121136.837000', '121136.840000', '121136.842000', '121136.845000', '121136.847000', '121136.850000', '121136.852000', '121136.855000', '121136.858000', '121136.860000', '121136.863000', '121136.865000', '121136.868000', '121136.871000', '121136.873000', '121136.876000', '121136.878000', '121136.881000', '121136.883000', '121136.886000', '121136.889000', '121136.891000', '121136.894000', '121136.896000', '121136.899000', '121136.902000', '121136.904000', '121156.792000', '121156.794000', '121156.797000', '121156.800000', '121156.802000', '121156.805000', '121156.808000', '121156.810000', '121156.813000', '121156.816000', '121156.818000', '121156.821000', '121156.823000', '121156.826000', '121156.829000', '121156.831000', '121156.834000', '121156.836000', '121156.839000', '121156.841000', '121156.844000', '121156.847000', '121156.849000', '121156.852000', '121156.855000', '121156.857000', '121156.860000', '121156.863000', '121156.865000', '121156.868000', '121156.870000', '121156.873000', '121156.875000', '121156.878000', '121156.881000', '121156.883000', '121156.886000', '121156.889000', '121156.891000', '121156.894000', '121156.897000', '121156.900000', '121156.904000', '121216.791000', '121216.794000', '121216.797000', '121216.799000', '121216.802000', '121216.805000', '121216.807000', '121216.810000', '121216.812000', '121216.815000', '121216.818000', '121216.820000', '121216.823000', '121216.826000', '121216.828000', '121216.831000', '121216.834000', '121216.836000', '121216.839000', '121216.841000', '121216.844000', '121216.846000', '121216.856000', '121216.858000', '121216.861000', '121216.863000', '121216.866000', '121216.868000', '121216.871000', '121216.874000', '121216.876000', '121216.879000', '121216.882000', '121216.884000', '121216.887000', '121216.889000', '121216.892000', '121216.895000', '121216.898000', '121216.900000', '121216.903000', '121216.905000', '121216.908000', '121216.911000', '121236.792000', '121236.794000', '121236.798000', '121236.800000', '121236.803000', '121236.805000', '121236.808000', '121236.810000', '121236.813000', '121236.816000', '121236.818000', '121236.821000', '121236.824000', '121236.826000', '121236.829000', '121236.831000', '121236.834000', '121236.837000', '121236.839000', '121236.842000', '121236.844000', '121236.847000', '121236.850000', '121236.852000', '121236.855000', '121236.857000', '121236.860000', '121236.862000', '121236.865000', '121236.868000', '121236.870000', '121236.873000', '121236.875000', '121236.878000', '121236.881000', '121236.883000', '121236.886000', '121236.888000', '121236.891000', '121236.894000', '121236.896000', '121236.899000', '121236.902000', '121256.790000', '121256.793000', '121256.796000', '121256.799000', '121256.801000', '121256.804000', '121256.806000', '121256.809000', '121256.811000', '121256.814000', '121256.817000', '121256.819000', '121256.822000', '121256.825000', '121256.827000', '121256.830000', '121256.832000', '121256.835000', '121256.838000', '121256.840000', '121256.843000', '121256.845000', '121256.848000', '121256.851000', '121256.853000', '121256.856000', '121256.858000', '121256.861000', '121256.864000', '121256.866000', '121256.869000', '121256.871000', '121256.874000', '121256.877000', '121256.879000', '121256.882000', '121256.885000', '121256.887000', '121256.890000', '121256.892000', '121256.895000', '121256.897000', '121256.900000', '121256.903000', '121316.791000', '121316.794000', '121316.796000', '121316.799000', '121316.801000', '121316.804000', '121316.807000', '121316.809000', '121316.812000', '121316.815000', '121316.817000', '121316.820000', '121316.823000', '121316.825000', '121316.828000', '121316.830000', '121316.833000', '121316.836000', '121316.838000', '121316.841000', '121316.844000', '121316.846000', '121316.849000', '121316.851000', '121316.854000', '121316.857000', '121316.859000', '121316.862000', '121316.865000', '121316.867000', '121316.870000', '121316.872000', '121316.875000', '121316.878000', '121316.880000', '121316.883000', '121316.886000', '121316.888000', '121316.891000', '121316.893000', '121316.896000', '121316.899000', '121316.901000', '121325.617000', '121325.620000', '121325.623000', '121325.625000', '121325.628000', '121325.630000', '121325.633000', '121325.636000', '121325.638000', '121325.641000', '121325.643000', '121325.646000', '121325.649000', '121325.651000', '121325.654000', '121325.656000', '121325.659000', '121325.662000', '121325.664000', '121325.667000'], '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': [10380, 9311, 9868, 9641, 11870, 11002, 10696, 12941, 9447, 12485, 9161, 12720, 9436, 12181, 10216, 11891, 9560, 11418, 9395, 11606, 11413, 11845, 12975, 11197, 14026, 10322, 13274, 10457, 12658, 10464, 12893, 10151, 13230, 10192, 12472, 10098, 12487, 10285, 13006, 10129, 13229, 10021, 13031, 9922, 12466, 8997, 13779, 9150, 11495, 8845, 11930, 8695, 10965, 11692, 11752, 14664, 11203, 13799, 10378, 13304, 10059, 13359, 9772, 12530, 9048, 13741, 9318, 11661, 8990, 11557, 8423, 10618, 10430, 11018, 14537, 10250, 13224, 10432, 12215, 9755, 12997, 9857, 12625, 9620, 12272, 9574, 11446, 9528, 11712, 9752, 12104, 9619, 12706, 9669, 12339, 9592, 12276, 8992, 11619, 9039, 14148, 9251, 12340, 9073, 11725, 12124, 11875, 12469, 10200, 13001, 10196, 13558, 9480, 14099, 8963, 11833, 8862, 10496, 8745, 9888, 10478, 10142, 13849, 10079, 13582, 10331, 11187, 10496, 8119, 10024, 8405, 11458, 8928, 12453, 9500, 12647, 10327, 11098, 14594, 9959, 13584, 10328, 11974, 9963, 11947, 9618, 11503, 9395, 12345, 9382, 12955, 9541, 11833, 8912, 11398, 8476, 10104, 11906, 10489, 14269, 11202, 12489, 9877, 13476, 9564, 13354, 9889, 12496, 10224, 12707, 10281, 13099, 10257, 13485, 11474, 11406, 11760, 11416, 10243, 12399, 11143, 12745, 11941, 8867, 11321, 8682, 10925, 8684, 11813, 10883, 11813, 8777, 11298, 8794, 10723, 12290, 11659, 11869, 12448, 8802, 12674, 8476, 8877, 9263, 11926, 9766, 12979, 10348, 13498, 10056, 13113, 9808, 13141, 9640, 12432, 9733, 12107, 9810, 11697, 9710, 12836, 9935, 13061, 9904, 13460, 10723, 13818, 11728, 10107, 10810, 9493, 11279, 11185, 11730, 12597, 12233, 10558, 12162, 8696, 10059, 8215, 10657, 8550, 13218, 9345, 11938, 9689, 12877, 10805, 8837, 11607, 8754, 12680, 9589, 12970, 10076, 13296, 11399, 9240, 11269, 8971, 12647, 8695, 12947, 9421, 12309, 8750, 12014, 9520, 12957, 10215, 12934, 10664, 13023, 10062, 12987, 9897, 12305, 11840, 10525, 12923, 9108, 11657, 9319, 12423, 9491, 14870, 9273, 13943, 9658, 11623, 9572, 12215, 9423, 12391, 9455, 14535, 9121, 14318, 9439, 11837, 9172, 11124, 9184, 11613, 9600, 13474, 10047, 10523, 10479, 8455, 12572, 9005, 12189, 9681, 14490, 12228, 9086, 10076, 9536, 13309, 9938, 13400, 10456, 13050, 11361, 13549, 9857, 13937, 10954, 14230, 12116, 10686, 11951, 8847, 10899, 10009, 11260, 10690, 12314, 8794, 11403, 8564, 10671, 8597, 14131, 9072, 11875, 9524, 12646, 9807, 13234, 9803, 13282, 10750, 10940, 10787, 10777, 11353, 11418, 12334, 8741, 12724, 8658, 13762, 8574, 13451, 8934, 13285, 8994, 12587, 8793, 13797, 9091, 14609, 9206, 12334, 9727, 12704, 9969, 13273, 10840, 12551, 12110, 9039, 11607, 8598, 11445, 8893, 12690, 9040, 13313, 8921, 13843, 8653, 14546, 9147, 12046, 9431, 12463, 9483, 13555, 9690, 13240, 10063, 12843, 9792, 13201, 9294, 13655, 9861, 13315, 9834, 10761, 10023, 8374, 11080, 8804, 14000, 9149, 12045, 9737, 12828, 9630, 13477, 9816, 13124, 10445, 12757, 9756, 11670, 10015, 11120, 10631, 9931, 11695, 9235, 12661, 9058, 12671, 9687, 13292, 9183, 14194, 9146, 11679, 9188, 12035, 9109, 12179, 9393, 13155, 10064, 13313, 10756, 9883, 11027, 8495, 13285, 8964, 11951, 9488, 13272, 10294, 12810, 10844, 11819, 12008, 10282, 11692, 8798, 12288, 8853, 11563, 8967, 12880, 9964, 13713, 10047, 13204, 10036, 10243, 10098, 8401, 11877, 8974, 12150, 9577, 12642, 9582, 9331, 10495, 9499, 12186, 8661, 12663, 8614, 12892, 8766, 14132, 9436, 12331, 9394, 13050, 10010, 13439, 10090, 13816, 11604, 8952, 11300, 8689, 12388, 8865, 14002, 9266, 12481, 9894, 11951, 10538, 9025, 12779, 8914, 12974, 9251, 13557, 9255, 13467, 9131, 12202, 10032, 13360, 10004, 10807, 10674, 8856, 11450, 9489, 12007, 10129, 13171, 9294, 12314, 9699, 11338, 10980, 9131, 13368, 9261, 13279, 9804, 9441, 11200, 8674, 14220, 9205, 13215, 9996, 12593, 10069, 12840, 12548, 10350, 14396, 9381, 16714, 10505, 8361, 10900, 9016, 12037, 9588, 12380, 9162, 9520, 12175, 9154, 14329, 11701, 14467, 12469, 14319, 10182, 14115, 9307, 13192, 9305, 12365, 8940, 12362, 8761, 11824, 8808, 11145, 8790, 10615, 8430, 11432, 9612, 10285, 9455, 10676, 9625, 11792, 10055, 13054, 10708, 13022, 10504, 12816, 10939, 13229, 11008, 13243, 11276, 15353, 11523, 8950, 12570, 8650, 12873, 8557, 15331, 8818, 13233, 9316, 12572, 8906, 12476, 8698, 12201, 8631, 12691, 9368, 11894, 9674, 8373, 9945, 8524, 12013, 11341, 12531, 14175, 10482, 13245, 9776, 12755, 9327, 13351, 8763, 12213, 8588, 12183, 8480, 11228, 10004, 11436, 14267, 9492, 12837, 9570, 12420, 9411, 12035, 9387, 11799, 9380, 12160, 9717, 12418, 9098, 8149, 8451, 8482, 11032, 10904, 8612, 10334, 7979, 12107, 11302, 9201, 12189, 11367, 9704, 13956, 9133, 13260, 12994, 12623, 14292, 10086, 13152, 9048, 13419, 8655, 12563, 8633, 12122, 8296, 11701, 7785, 11253, 8361, 11567, 8176, 11210, 8447, 11546, 8328, 11975, 7983, 8788, 8501, 12531, 8341, 13145, 8497, 12429, 8759, 11640, 8433, 13207, 8146, 14275, 8047, 13175, 8447, 12758, 8813, 11948, 9180, 11410, 8379, 10896, 12406, 11020, 14400, 9923, 12926, 9216, 12479, 8800, 11981, 9132, 11754, 8998, 11216, 9033, 14110, 8466, 13268, 8774, 13979, 9120, 11963, 8480, 11082, 9132, 12233, 8869, 14181, 8538, 12707, 8480, 12307, 8608, 12663, 8440, 11293, 8528, 11105, 8685, 14963, 8553, 12954, 8509, 12386, 8501, 11959, 8413, 12677, 9213, 13743, 8439, 11292, 8828, 14707, 8290, 13447, 8375, 12240, 8083, 11616, 8076, 11695, 9509, 12031, 13747, 11469, 14212, 10661, 13017, 10288, 13147, 9948, 13852, 9132, 12103, 9279, 13298, 9386, 12727, 9065, 12146, 8961, 11979, 8967, 11615, 8985, 11718, 8911, 11809, 9236, 12144, 9689, 11124, 11076, 7911, 9118, 8280, 11648, 9332, 12357, 9222, 12412, 9599, 12662, 9940, 13861, 11204, 13011, 11684, 14408, 11675, 14466, 12288, 11237, 12275, 8441, 11745, 8153, 12554, 8673, 13289, 8888, 11769, 9274, 12136, 10894, 14530, 11226, 13146, 10290, 13225, 9622, 12937, 9292, 12824, 8698, 12370, 8225, 13100, 8163, 12141, 8221, 11865, 7835, 11133, 8025, 11346, 10027, 11334, 8011, 9348, 8300, 9361, 8107, 11593, 9477, 12807, 9577, 8571, 10687, 8940, 11485, 10277, 8847, 12444, 9477, 14657, 10071, 13764, 12170, 13132, 13983, 9410, 13732, 8983, 12159, 8380, 11079, 8948, 10578, 12794, 9821, 13020, 10017, 11918, 10375, 8165, 9870, 8523, 9669, 8350, 10469, 9030, 7905, 10581, 8455, 9072, 8732, 9330, 11399, 7953, 11325, 8504, 12082, 9479, 13872, 9385, 12940, 9606, 13661, 12116, 13258, 12265, 8048, 12264, 8108, 11754, 13389, 9840, 12837, 9040, 13466, 8330, 12124, 7689, 10784, 7975, 10485, 11275, 9754, 12384, 9128, 11339, 9003, 11167, 8859, 11013, 9234, 12101, 8902, 7792, 9824, 7934, 11417, 7982, 12271, 8692, 11497, 8204, 12189, 8894, 13539, 10824, 12190, 12416, 14943, 10944, 13282, 9562, 12329, 8706, 12160, 8516, 11333, 8315, 11358, 9131, 11404, 8674, 11816, 9075, 12818, 8857, 12942, 9118, 12334, 8686, 11722, 8872, 11965, 9435, 12352, 8811, 12050, 9089, 12294, 8801, 12867, 8459, 11908, 8931, 12421, 8754, 11097, 9233, 11937, 10467, 12745, 10097, 14017, 11250, 9830, 10854, 9913, 11779, 13398, 10374, 13231, 9034, 12468, 9278, 11925, 8603, 11396, 8840, 11720, 8554, 11449, 8422, 13091, 7894, 10613, 7992, 10395, 8456, 8453, 9808, 7951, 13267, 8086, 10979], 'WindowCenter': [4558.0, 4521.0, 4519.0, 4507.0, 4535.0, 4526.0, 4513.0, 4536.0, 4494.0, 4533.0, 4492.0, 4533.0, 4491.0, 4535.0, 4502.0, 4524.0, 4490.0, 4522.0, 4478.0, 4510.0, 4509.0, 4509.0, 4517.0, 4499.0, 4528.0, 4490.0, 4529.0, 4502.0, 4518.0, 4502.0, 4518.0, 4489.0, 4519.0, 4491.0, 4521.0, 4502.0, 4523.0, 4504.0, 4532.0, 4503.0, 4530.0, 4502.0, 4532.0, 4502.0, 4522.0, 4493.0, 4544.0, 4493.0, 4525.0, 4482.0, 4523.0, 4482.0, 4514.0, 4521.0, 4523.0, 4542.0, 4512.0, 4531.0, 4503.0, 4531.0, 4503.0, 4531.0, 4502.0, 4522.0, 4481.0, 4532.0, 4493.0, 4524.0, 4481.0, 4522.0, 4471.0, 4502.0, 4501.0, 4502.0, 4540.0, 4501.0, 4530.0, 4512.0, 4521.0, 4494.0, 4531.0, 4503.0, 4521.0, 4491.0, 4521.0, 4493.0, 4512.0, 4491.0, 4520.0, 4492.0, 4524.0, 4492.0, 4534.0, 4504.0, 4523.0, 4494.0, 4523.0, 4482.0, 4511.0, 4480.0, 4531.0, 4482.0, 4522.0, 4479.0, 4512.0, 4509.0, 4511.0, 4508.0, 4491.0, 4516.0, 4487.0, 4518.0, 4477.0, 4517.0, 4468.0, 4510.0, 4469.0, 4498.0, 4467.0, 4489.0, 4487.0, 4502.0, 4529.0, 4491.0, 4530.0, 4514.0, 4512.0, 4515.0, 4473.0, 4506.0, 4484.0, 4536.0, 4496.0, 4546.0, 4504.0, 4546.0, 4502.0, 4524.0, 4543.0, 4503.0, 4533.0, 4502.0, 4511.0, 4492.0, 4510.0, 4492.0, 4510.0, 4481.0, 4521.0, 4481.0, 4534.0, 4492.0, 4524.0, 4480.0, 4513.0, 4460.0, 4500.0, 4510.0, 4501.0, 4530.0, 4511.0, 4533.0, 4503.0, 4531.0, 4493.0, 4529.0, 4492.0, 4520.0, 4513.0, 4521.0, 4500.0, 4519.0, 4504.0, 4543.0, 4523.0, 4524.0, 4524.0, 4511.0, 4503.0, 4531.0, 4524.0, 4534.0, 4524.0, 4481.0, 4524.0, 4481.0, 4513.0, 4482.0, 4523.0, 4514.0, 4523.0, 4472.0, 4513.0, 4485.0, 4553.0, 4534.0, 4523.0, 4522.0, 4521.0, 4493.0, 4532.0, 4471.0, 4482.0, 4494.0, 4535.0, 4515.0, 4545.0, 4516.0, 4543.0, 4505.0, 4533.0, 4503.0, 4533.0, 4494.0, 4534.0, 4493.0, 4522.0, 4493.0, 4522.0, 4491.0, 4521.0, 4490.0, 4519.0, 4501.0, 4533.0, 4512.0, 4531.0, 4522.0, 4501.0, 4512.0, 4489.0, 4512.0, 4510.0, 4523.0, 4520.0, 4522.0, 4499.0, 4521.0, 4469.0, 4491.0, 4459.0, 4502.0, 4483.0, 4533.0, 4492.0, 4522.0, 4502.0, 4533.0, 4526.0, 4507.0, 4536.0, 4497.0, 4545.0, 4506.0, 4547.0, 4519.0, 4547.0, 4539.0, 4506.0, 4525.0, 4496.0, 4545.0, 4497.0, 4547.0, 4505.0, 4535.0, 4483.0, 4523.0, 4493.0, 4532.0, 4513.0, 4535.0, 4515.0, 4532.0, 4491.0, 4518.0, 4491.0, 4519.0, 4522.0, 4501.0, 4520.0, 4480.0, 4510.0, 4479.0, 4509.0, 4490.0, 4529.0, 4480.0, 4530.0, 4479.0, 4509.0, 4480.0, 4508.0, 4480.0, 4508.0, 4478.0, 4530.0, 4481.0, 4540.0, 4492.0, 4513.0, 4481.0, 4499.0, 4481.0, 4512.0, 4493.0, 4530.0, 4504.0, 4500.0, 4512.0, 4471.0, 4533.0, 4494.0, 4534.0, 4505.0, 4545.0, 4523.0, 4483.0, 4505.0, 4492.0, 4532.0, 4504.0, 4544.0, 4515.0, 4533.0, 4523.0, 4532.0, 4502.0, 4530.0, 4512.0, 4541.0, 4522.0, 4502.0, 4512.0, 4469.0, 4501.0, 4490.0, 4512.0, 4500.0, 4522.0, 4470.0, 4511.0, 4471.0, 4501.0, 4483.0, 4541.0, 4483.0, 4524.0, 4495.0, 4532.0, 4503.0, 4533.0, 4504.0, 4533.0, 4514.0, 4512.0, 4513.0, 4501.0, 4514.0, 4522.0, 4533.0, 4482.0, 4534.0, 4482.0, 4543.0, 4483.0, 4544.0, 4484.0, 4532.0, 4482.0, 4523.0, 4470.0, 4532.0, 4483.0, 4543.0, 4492.0, 4521.0, 4492.0, 4531.0, 4503.0, 4531.0, 4514.0, 4533.0, 4524.0, 4483.0, 4524.0, 4483.0, 4523.0, 4493.0, 4534.0, 4482.0, 4532.0, 4481.0, 4532.0, 4471.0, 4542.0, 4492.0, 4521.0, 4481.0, 4520.0, 4481.0, 4529.0, 4490.0, 4531.0, 4492.0, 4519.0, 4493.0, 4521.0, 4482.0, 4530.0, 4492.0, 4530.0, 4491.0, 4500.0, 4492.0, 4470.0, 4512.0, 4482.0, 4543.0, 4493.0, 4522.0, 4493.0, 4531.0, 4492.0, 4532.0, 4505.0, 4534.0, 4513.0, 4521.0, 4493.0, 4511.0, 4504.0, 4511.0, 4513.0, 4503.0, 4523.0, 4492.0, 4532.0, 4483.0, 4534.0, 4492.0, 4532.0, 4484.0, 4543.0, 4492.0, 4511.0, 4481.0, 4522.0, 4484.0, 4520.0, 4491.0, 4531.0, 4503.0, 4531.0, 4513.0, 4491.0, 4512.0, 4472.0, 4532.0, 4484.0, 4524.0, 4493.0, 4532.0, 4503.0, 4522.0, 4503.0, 4511.0, 4523.0, 4501.0, 4523.0, 4470.0, 4522.0, 4481.0, 4511.0, 4481.0, 4521.0, 4503.0, 4543.0, 4503.0, 4531.0, 4504.0, 4501.0, 4503.0, 4482.0, 4535.0, 4495.0, 4534.0, 4506.0, 4535.0, 4506.0, 4504.0, 4527.0, 4506.0, 4537.0, 4495.0, 4546.0, 4485.0, 4535.0, 4497.0, 4555.0, 4494.0, 4535.0, 4494.0, 4532.0, 4492.0, 4532.0, 4506.0, 4533.0, 4523.0, 4482.0, 4512.0, 4472.0, 4533.0, 4483.0, 4543.0, 4491.0, 4520.0, 4493.0, 4511.0, 4503.0, 4480.0, 4534.0, 4483.0, 4531.0, 4481.0, 4522.0, 4482.0, 4520.0, 4480.0, 4520.0, 4490.0, 4519.0, 4493.0, 4500.0, 4501.0, 4469.0, 4511.0, 4491.0, 4521.0, 4490.0, 4530.0, 4481.0, 4520.0, 4491.0, 4510.0, 4513.0, 4493.0, 4543.0, 4494.0, 4534.0, 4506.0, 4505.0, 4524.0, 4484.0, 4546.0, 4495.0, 4546.0, 4506.0, 4532.0, 4504.0, 4534.0, 4538.0, 4516.0, 4557.0, 4508.0, 4578.0, 4517.0, 4485.0, 4515.0, 4496.0, 4537.0, 4495.0, 4522.0, 4496.0, 4505.0, 4534.0, 4494.0, 4545.0, 4526.0, 4532.0, 4512.0, 4518.0, 4466.0, 4495.0, 4443.0, 4484.0, 4441.0, 4481.0, 4429.0, 4480.0, 4429.0, 4468.0, 4427.0, 4460.0, 4428.0, 4461.0, 4442.0, 4483.0, 4452.0, 4462.0, 4463.0, 4474.0, 4465.0, 4496.0, 4480.0, 4508.0, 4489.0, 4519.0, 4500.0, 4519.0, 4501.0, 4531.0, 4502.0, 4520.0, 4503.0, 4529.0, 4499.0, 4457.0, 4509.0, 4471.0, 4519.0, 4469.0, 4540.0, 4469.0, 4521.0, 4470.0, 4510.0, 4468.0, 4509.0, 4457.0, 4510.0, 4457.0, 4519.0, 4482.0, 4498.0, 4478.0, 4459.0, 4490.0, 4469.0, 4522.0, 4500.0, 4521.0, 4531.0, 4501.0, 4520.0, 4480.0, 4510.0, 4471.0, 4518.0, 4457.0, 4497.0, 4456.0, 4496.0, 4445.0, 4487.0, 4466.0, 4486.0, 4516.0, 4466.0, 4505.0, 4467.0, 4506.0, 4467.0, 4498.0, 4479.0, 4508.0, 4481.0, 4520.0, 4492.0, 4520.0, 4483.0, 4473.0, 4484.0, 4497.0, 4526.0, 4529.0, 4500.0, 4535.0, 4495.0, 4553.0, 4544.0, 4512.0, 4540.0, 4540.0, 4510.0, 4550.0, 4485.0, 4525.0, 4523.0, 4514.0, 4522.0, 4491.0, 4510.0, 4459.0, 4508.0, 4447.0, 4498.0, 4457.0, 4498.0, 4447.0, 4498.0, 4438.0, 4488.0, 4447.0, 4499.0, 4449.0, 4501.0, 4460.0, 4512.0, 4461.0, 4511.0, 4462.0, 4472.0, 4473.0, 4523.0, 4473.0, 4534.0, 4484.0, 4539.0, 4497.0, 4527.0, 4475.0, 4546.0, 4475.0, 4545.0, 4465.0, 4537.0, 4475.0, 4537.0, 4486.0, 4526.0, 4495.0, 4525.0, 4474.0, 4515.0, 4521.0, 4505.0, 4531.0, 4494.0, 4522.0, 4482.0, 4525.0, 4484.0, 4511.0, 4481.0, 4511.0, 4471.0, 4501.0, 4472.0, 4532.0, 4462.0, 4535.0, 4474.0, 4543.0, 4484.0, 4512.0, 4473.0, 4500.0, 4481.0, 4511.0, 4483.0, 4532.0, 4472.0, 4523.0, 4473.0, 4523.0, 4472.0, 4522.0, 4462.0, 4500.0, 4470.0, 4500.0, 4471.0, 4542.0, 4472.0, 4523.0, 4472.0, 4521.0, 4470.0, 4511.0, 4459.0, 4519.0, 4469.0, 4519.0, 4458.0, 4499.0, 4469.0, 4528.0, 4448.0, 4519.0, 4458.0, 4510.0, 4448.0, 4499.0, 4448.0, 4509.0, 4479.0, 4509.0, 4517.0, 4500.0, 4518.0, 4491.0, 4520.0, 4492.0, 4520.0, 4481.0, 4517.0, 4471.0, 4507.0, 4469.0, 4517.0, 4481.0, 4519.0, 4471.0, 4510.0, 4481.0, 4511.0, 4482.0, 4511.0, 4482.0, 4511.0, 4483.0, 4513.0, 4494.0, 4524.0, 4506.0, 4525.0, 4526.0, 4476.0, 4495.0, 4486.0, 4525.0, 4495.0, 4536.0, 4507.0, 4538.0, 4519.0, 4548.0, 4518.0, 4546.0, 4527.0, 4534.0, 4525.0, 4543.0, 4526.0, 4545.0, 4525.0, 4513.0, 4536.0, 4485.0, 4526.0, 4475.0, 4536.0, 4496.0, 4544.0, 4484.0, 4523.0, 4495.0, 4522.0, 4516.0, 4544.0, 4525.0, 4545.0, 4518.0, 4534.0, 4495.0, 4533.0, 4484.0, 4524.0, 4472.0, 4521.0, 4461.0, 4521.0, 4461.0, 4509.0, 4459.0, 4511.0, 4449.0, 4501.0, 4460.0, 4513.0, 4491.0, 4512.0, 4463.0, 4482.0, 4485.0, 4492.0, 4464.0, 4537.0, 4512.0, 4540.0, 4508.0, 4489.0, 4531.0, 4512.0, 4552.0, 4533.0, 4511.0, 4552.0, 4509.0, 4559.0, 4497.0, 4537.0, 4513.0, 4514.0, 4522.0, 4471.0, 4509.0, 4458.0, 4498.0, 4436.0, 4477.0, 4444.0, 4476.0, 4495.0, 4468.0, 4508.0, 4480.0, 4498.0, 4479.0, 4448.0, 4480.0, 4470.0, 4495.0, 4474.0, 4516.0, 4497.0, 4476.0, 4515.0, 4486.0, 4499.0, 4512.0, 4522.0, 4554.0, 4492.0, 4542.0, 4503.0, 4552.0, 4522.0, 4564.0, 4500.0, 4538.0, 4500.0, 4535.0, 4526.0, 4525.0, 4514.0, 4451.0, 4511.0, 4438.0, 4499.0, 4507.0, 4481.0, 4509.0, 4459.0, 4508.0, 4448.0, 4499.0, 4437.0, 4488.0, 4437.0, 4479.0, 4486.0, 4470.0, 4498.0, 4470.0, 4489.0, 4471.0, 4500.0, 4474.0, 4502.0, 4483.0, 4511.0, 4484.0, 4453.0, 4496.0, 4464.0, 4526.0, 4476.0, 4538.0, 4499.0, 4528.0, 4488.0, 4538.0, 4498.0, 4546.0, 4528.0, 4526.0, 4539.0, 4558.0, 4529.0, 4547.0, 4508.0, 4526.0, 4487.0, 4525.0, 4475.0, 4515.0, 4477.0, 4515.0, 4496.0, 4525.0, 4486.0, 4524.0, 4498.0, 4546.0, 4497.0, 4535.0, 4498.0, 4526.0, 4475.0, 4525.0, 4486.0, 4525.0, 4495.0, 4523.0, 4485.0, 4524.0, 4484.0, 4523.0, 4484.0, 4523.0, 4475.0, 4525.0, 4485.0, 4522.0, 4473.0, 4501.0, 4482.0, 4512.0, 4503.0, 4533.0, 4504.0, 4532.0, 4516.0, 4491.0, 4502.0, 4490.0, 4512.0, 4519.0, 4492.0, 4522.0, 4485.0, 4521.0, 4481.0, 4509.0, 4471.0, 4499.0, 4470.0, 4509.0, 4461.0, 4499.0, 4461.0, 4522.0, 4463.0, 4503.0, 4462.0, 4491.0, 4473.0, 4472.0, 4504.0, 4475.0, 4547.0, 4489.0, 4530.0], 'WindowWidth': [10008.0, 9939.0, 9928.0, 9907.0, 9942.0, 9930.0, 9908.0, 9941.0, 9879.0, 9933.0, 9873.0, 9932.0, 9871.0, 9937.0, 9887.0, 9921.0, 9868.0, 9912.0, 9848.0, 9893.0, 9889.0, 9889.0, 9897.0, 9876.0, 9913.0, 9867.0, 9919.0, 9885.0, 9903.0, 9884.0, 9902.0, 9865.0, 9904.0, 9869.0, 9908.0, 9886.0, 9916.0, 9891.0, 9925.0, 9889.0, 9923.0, 9888.0, 9926.0, 9887.0, 9914.0, 9878.0, 9948.0, 9877.0, 9922.0, 9859.0, 9917.0, 9859.0, 9906.0, 9910.0, 9917.0, 9941.0, 9902.0, 9924.0, 9890.0, 9925.0, 9890.0, 9925.0, 9885.0, 9912.0, 9857.0, 9929.0, 9876.0, 9919.0, 9857.0, 9914.0, 9844.0, 9887.0, 9881.0, 9885.0, 9937.0, 9886.0, 9924.0, 9902.0, 9911.0, 9877.0, 9923.0, 9889.0, 9912.0, 9872.0, 9911.0, 9875.0, 9900.0, 9871.0, 9908.0, 9873.0, 9917.0, 9874.0, 9932.0, 9893.0, 9916.0, 9877.0, 9913.0, 9857.0, 9897.0, 9854.0, 9924.0, 9856.0, 9915.0, 9850.0, 9898.0, 9891.0, 9894.0, 9887.0, 9865.0, 9895.0, 9858.0, 9898.0, 9842.0, 9898.0, 9833.0, 9894.0, 9835.0, 9874.0, 9829.0, 9862.0, 9858.0, 9883.0, 9916.0, 9869.0, 9924.0, 9907.0, 9900.0, 9910.0, 9852.0, 9900.0, 9868.0, 9942.0, 9886.0, 9954.0, 9894.0, 9953.0, 9888.0, 9920.0, 9945.0, 9890.0, 9930.0, 9887.0, 9898.0, 9871.0, 9892.0, 9870.0, 9892.0, 9855.0, 9910.0, 9856.0, 9935.0, 9874.0, 9919.0, 9852.0, 9900.0, 9825.0, 9881.0, 9893.0, 9882.0, 9922.0, 9897.0, 9931.0, 9889.0, 9926.0, 9876.0, 9919.0, 9871.0, 9907.0, 9905.0, 9909.0, 9882.0, 9906.0, 9893.0, 9946.0, 9919.0, 9917.0, 9920.0, 9897.0, 9890.0, 9925.0, 9920.0, 9932.0, 9919.0, 9858.0, 9919.0, 9857.0, 9903.0, 9859.0, 9920.0, 9907.0, 9917.0, 9844.0, 9903.0, 9871.0, 9980.0, 9934.0, 9916.0, 9913.0, 9912.0, 9876.0, 9927.0, 9844.0, 9859.0, 9880.0, 9938.0, 9911.0, 9951.0, 9915.0, 9945.0, 9895.0, 9930.0, 9890.0, 9930.0, 9879.0, 9934.0, 9877.0, 9913.0, 9874.0, 9911.0, 9869.0, 9909.0, 9866.0, 9904.0, 9885.0, 9929.0, 9901.0, 9923.0, 9913.0, 9882.0, 9898.0, 9863.0, 9897.0, 9892.0, 9916.0, 9909.0, 9911.0, 9875.0, 9909.0, 9835.0, 9867.0, 9821.0, 9887.0, 9864.0, 9929.0, 9875.0, 9913.0, 9889.0, 9932.0, 9929.0, 9903.0, 9941.0, 9891.0, 9953.0, 9903.0, 9957.0, 9925.0, 9960.0, 9952.0, 9900.0, 9925.0, 9884.0, 9953.0, 9890.0, 9958.0, 9898.0, 9939.0, 9864.0, 9917.0, 9875.0, 9927.0, 9905.0, 9938.0, 9908.0, 9927.0, 9870.0, 9902.0, 9868.0, 9904.0, 9912.0, 9884.0, 9909.0, 9852.0, 9894.0, 9851.0, 9890.0, 9866.0, 9919.0, 9852.0, 9920.0, 9850.0, 9889.0, 9853.0, 9887.0, 9851.0, 9886.0, 9847.0, 9919.0, 9856.0, 9935.0, 9873.0, 9900.0, 9853.0, 9877.0, 9853.0, 9900.0, 9876.0, 9921.0, 9893.0, 9880.0, 9901.0, 9845.0, 9930.0, 9881.0, 9936.0, 9895.0, 9948.0, 9919.0, 9862.0, 9892.0, 9874.0, 9926.0, 9894.0, 9947.0, 9909.0, 9928.0, 9916.0, 9926.0, 9888.0, 9921.0, 9902.0, 9938.0, 9914.0, 9883.0, 9899.0, 9838.0, 9882.0, 9867.0, 9899.0, 9881.0, 9912.0, 9839.0, 9897.0, 9840.0, 9884.0, 9861.0, 9940.0, 9862.0, 9918.0, 9882.0, 9927.0, 9888.0, 9932.0, 9895.0, 9931.0, 9906.0, 9899.0, 9903.0, 9882.0, 9905.0, 9915.0, 9929.0, 9859.0, 9933.0, 9859.0, 9943.0, 9865.0, 9950.0, 9866.0, 9930.0, 9859.0, 9916.0, 9842.0, 9928.0, 9863.0, 9945.0, 9874.0, 9912.0, 9874.0, 9925.0, 9889.0, 9924.0, 9908.0, 9933.0, 9920.0, 9863.0, 9921.0, 9862.0, 9919.0, 9877.0, 9935.0, 9860.0, 9929.0, 9857.0, 9929.0, 9843.0, 9942.0, 9872.0, 9910.0, 9856.0, 9906.0, 9855.0, 9917.0, 9868.0, 9925.0, 9872.0, 9903.0, 9873.0, 9909.0, 9858.0, 9921.0, 9872.0, 9921.0, 9872.0, 9881.0, 9873.0, 9841.0, 9900.0, 9860.0, 9945.0, 9877.0, 9917.0, 9876.0, 9925.0, 9874.0, 9927.0, 9897.0, 9933.0, 9904.0, 9913.0, 9877.0, 9898.0, 9893.0, 9896.0, 9905.0, 9891.0, 9919.0, 9874.0, 9928.0, 9862.0, 9932.0, 9874.0, 9927.0, 9864.0, 9944.0, 9874.0, 9899.0, 9856.0, 9913.0, 9863.0, 9907.0, 9871.0, 9925.0, 9892.0, 9926.0, 9903.0, 9871.0, 9901.0, 9846.0, 9927.0, 9866.0, 9921.0, 9876.0, 9927.0, 9890.0, 9912.0, 9888.0, 9895.0, 9916.0, 9885.0, 9916.0, 9840.0, 9913.0, 9855.0, 9896.0, 9857.0, 9909.0, 9891.0, 9943.0, 9891.0, 9925.0, 9892.0, 9883.0, 9889.0, 9862.0, 9940.0, 9882.0, 9936.0, 9900.0, 9936.0, 9899.0, 9894.0, 9932.0, 9900.0, 9944.0, 9885.0, 9954.0, 9868.0, 9939.0, 9891.0, 9966.0, 9880.0, 9935.0, 9878.0, 9928.0, 9873.0, 9929.0, 9897.0, 9929.0, 9916.0, 9860.0, 9901.0, 9845.0, 9930.0, 9861.0, 9945.0, 9870.0, 9908.0, 9875.0, 9895.0, 9887.0, 9854.0, 9933.0, 9862.0, 9926.0, 9854.0, 9911.0, 9854.0, 9905.0, 9853.0, 9907.0, 9866.0, 9903.0, 9873.0, 9879.0, 9882.0, 9837.0, 9896.0, 9870.0, 9911.0, 9866.0, 9921.0, 9856.0, 9906.0, 9870.0, 9892.0, 9901.0, 9877.0, 9945.0, 9879.0, 9933.0, 9899.0, 9894.0, 9921.0, 9866.0, 9954.0, 9882.0, 9954.0, 9898.0, 9928.0, 9893.0, 9933.0, 9943.0, 9913.0, 9973.0, 9908.0, 10003.0, 9914.0, 9871.0, 9909.0, 9883.0, 9939.0, 9877.0, 9910.0, 9884.0, 9898.0, 9934.0, 9880.0, 9948.0, 9923.0, 9926.0, 9895.0, 9900.0, 9823.0, 9860.0, 9783.0, 9841.0, 9778.0, 9833.0, 9758.0, 9830.0, 9757.0, 9812.0, 9753.0, 9802.0, 9757.0, 9807.0, 9785.0, 9841.0, 9799.0, 9813.0, 9817.0, 9832.0, 9823.0, 9864.0, 9849.0, 9885.0, 9863.0, 9902.0, 9878.0, 9901.0, 9882.0, 9923.0, 9885.0, 9909.0, 9886.0, 9915.0, 9873.0, 9814.0, 9888.0, 9837.0, 9902.0, 9833.0, 9932.0, 9834.0, 9909.0, 9836.0, 9891.0, 9830.0, 9887.0, 9815.0, 9891.0, 9815.0, 9904.0, 9856.0, 9872.0, 9844.0, 9819.0, 9864.0, 9837.0, 9913.0, 9878.0, 9909.0, 9922.0, 9879.0, 9904.0, 9850.0, 9889.0, 9836.0, 9898.0, 9812.0, 9870.0, 9809.0, 9866.0, 9795.0, 9853.0, 9823.0, 9851.0, 9890.0, 9825.0, 9876.0, 9826.0, 9878.0, 9828.0, 9869.0, 9847.0, 9885.0, 9853.0, 9907.0, 9874.0, 9907.0, 9864.0, 9849.0, 9866.0, 9889.0, 9925.0, 9933.0, 9894.0, 9952.0, 9898.0, 9972.0, 9961.0, 9915.0, 9950.0, 9951.0, 9908.0, 9962.0, 9864.0, 9917.0, 9909.0, 9898.0, 9908.0, 9865.0, 9888.0, 9817.0, 9882.0, 9797.0, 9867.0, 9810.0, 9868.0, 9796.0, 9868.0, 9787.0, 9857.0, 9800.0, 9874.0, 9806.0, 9877.0, 9823.0, 9896.0, 9828.0, 9895.0, 9829.0, 9844.0, 9847.0, 9914.0, 9846.0, 9933.0, 9862.0, 9947.0, 9888.0, 9928.0, 9855.0, 9950.0, 9852.0, 9949.0, 9840.0, 9940.0, 9853.0, 9941.0, 9870.0, 9924.0, 9880.0, 9921.0, 9849.0, 9906.0, 9906.0, 9889.0, 9923.0, 9876.0, 9910.0, 9857.0, 9920.0, 9863.0, 9896.0, 9855.0, 9892.0, 9841.0, 9879.0, 9842.0, 9925.0, 9830.0, 9936.0, 9850.0, 9945.0, 9863.0, 9898.0, 9845.0, 9878.0, 9853.0, 9893.0, 9858.0, 9926.0, 9844.0, 9916.0, 9846.0, 9917.0, 9843.0, 9913.0, 9829.0, 9877.0, 9836.0, 9876.0, 9839.0, 9939.0, 9842.0, 9916.0, 9842.0, 9909.0, 9837.0, 9893.0, 9819.0, 9903.0, 9833.0, 9902.0, 9818.0, 9873.0, 9832.0, 9912.0, 9802.0, 9903.0, 9817.0, 9890.0, 9804.0, 9875.0, 9804.0, 9888.0, 9846.0, 9887.0, 9896.0, 9877.0, 9899.0, 9865.0, 9906.0, 9870.0, 9906.0, 9853.0, 9896.0, 9838.0, 9881.0, 9835.0, 9895.0, 9854.0, 9902.0, 9841.0, 9893.0, 9855.0, 9894.0, 9857.0, 9894.0, 9857.0, 9896.0, 9861.0, 9900.0, 9877.0, 9919.0, 9898.0, 9923.0, 9925.0, 9857.0, 9883.0, 9873.0, 9923.0, 9885.0, 9939.0, 9903.0, 9945.0, 9924.0, 9960.0, 9920.0, 9954.0, 9929.0, 9933.0, 9922.0, 9943.0, 9923.0, 9951.0, 9924.0, 9903.0, 9938.0, 9869.0, 9924.0, 9855.0, 9938.0, 9885.0, 9947.0, 9864.0, 9914.0, 9882.0, 9913.0, 9910.0, 9945.0, 9924.0, 9951.0, 9916.0, 9933.0, 9882.0, 9931.0, 9863.0, 9915.0, 9845.0, 9908.0, 9827.0, 9909.0, 9825.0, 9891.0, 9821.0, 9894.0, 9807.0, 9880.0, 9824.0, 9901.0, 9868.0, 9900.0, 9834.0, 9858.0, 9869.0, 9874.0, 9837.0, 9943.0, 9916.0, 9945.0, 9902.0, 9878.0, 9942.0, 9919.0, 9972.0, 9950.0, 9916.0, 9971.0, 9907.0, 9977.0, 9882.0, 9940.0, 9898.0, 9900.0, 9910.0, 9837.0, 9888.0, 9813.0, 9867.0, 9780.0, 9836.0, 9788.0, 9835.0, 9858.0, 9829.0, 9882.0, 9850.0, 9871.0, 9847.0, 9804.0, 9850.0, 9837.0, 9883.0, 9853.0, 9912.0, 9890.0, 9856.0, 9908.0, 9870.0, 9894.0, 9918.0, 9931.0, 9978.0, 9892.0, 9959.0, 9905.0, 9972.0, 9930.0, 9986.0, 9892.0, 9943.0, 9892.0, 9935.0, 9923.0, 9919.0, 9901.0, 9810.0, 9889.0, 9786.0, 9869.0, 9879.0, 9848.0, 9884.0, 9815.0, 9882.0, 9799.0, 9872.0, 9783.0, 9854.0, 9783.0, 9843.0, 9848.0, 9832.0, 9868.0, 9835.0, 9858.0, 9837.0, 9877.0, 9847.0, 9884.0, 9860.0, 9893.0, 9862.0, 9819.0, 9882.0, 9836.0, 9924.0, 9856.0, 9946.0, 9893.0, 9933.0, 9875.0, 9942.0, 9891.0, 9950.0, 9929.0, 9923.0, 9946.0, 9970.0, 9933.0, 9957.0, 9903.0, 9922.0, 9872.0, 9919.0, 9851.0, 9907.0, 9860.0, 9907.0, 9884.0, 9919.0, 9870.0, 9920.0, 9888.0, 9954.0, 9888.0, 9935.0, 9889.0, 9922.0, 9853.0, 9918.0, 9871.0, 9922.0, 9880.0, 9915.0, 9866.0, 9916.0, 9864.0, 9914.0, 9863.0, 9916.0, 9853.0, 9921.0, 9867.0, 9912.0, 9848.0, 9881.0, 9856.0, 9897.0, 9887.0, 9930.0, 9892.0, 9924.0, 9909.0, 9866.0, 9883.0, 9865.0, 9896.0, 9905.0, 9870.0, 9911.0, 9865.0, 9907.0, 9853.0, 9888.0, 9838.0, 9874.0, 9838.0, 9888.0, 9824.0, 9875.0, 9825.0, 9911.0, 9832.0, 9886.0, 9830.0, 9867.0, 9847.0, 9843.0, 9890.0, 9853.0, 9957.0, 9881.0, 9937.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.0032486654135338348</td></tr>
<tr><td colspan=3>aqi</td><td>0.028242084774436092</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.54422246837256</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2680692860206966</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0158470282032</td></tr>
<tr><td colspan=3>efc</td><td>0.4545</td></tr>
<tr><td colspan=3>fber</td><td>6620.4331</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09857656982395459</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>49</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.605263157894737</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6298875216247874</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.563234211615007</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.801872842289055</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.524555510970301</td></tr>
<tr><td colspan=3>gcor</td><td>0.0129997</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01441977545619011</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03011537529528141</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1064</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.61740804266123</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>23.4004</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.8812</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.807</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307640.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>857.5</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>370.207</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7422</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>637.7656</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3712.3433</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3990.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68904.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1010.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4943.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1102.9917</td></tr>
<tr><td colspan=3>tsnr</td><td>35.743567786412314</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>