<?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-0051_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-0051_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-0051_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-0051/figures/sub-0051_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0051/figures/sub-0051_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-0051/figures/sub-0051_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051/ses-03/func/sub-0051_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>9f18e00f412e4e21bdcef2bb0a43281d</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>14:35:42.137500</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.999029, 0.0372372, 0.0235633, -0.0420464, 0.965547, 0.25681]</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.102016</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>[4136, -7803, -7252, 615, -105, -126, 39, 107]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.789</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1f3d8260-bea0-4552-92e7-9f8a6261de0a||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.6803207397460938, -0.11280731111764908, 0.035609226673841476, 116.64733123779297], [-0.0999046042561531, 2.590491771697998, 0.695387601852417, -102.7064208984375], [0.0632186010479927, -0.6890016198158264, 2.6086716651916504, -32.92164993286133], [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': ['143542.137500', '143542.597500', '143543.057500', '143543.517500', '143543.977500', '143544.437500', '143544.897500', '143545.357500', '143545.817500', '143546.277500', '143546.737500', '143547.197500', '143547.657500', '143548.117500', '143548.577500', '143549.037500', '143549.497500', '143549.957500', '143550.417500', '143550.877500', '143551.337500', '143551.797500', '143552.257500', '143552.717500', '143553.177500', '143553.637500', '143554.097500', '143554.557500', '143555.017500', '143555.477500', '143555.937500', '143556.397500', '143556.857500', '143557.317500', '143557.777500', '143558.237500', '143558.697500', '143559.157500', '143559.617500', '143600.077500', '143600.537500', '143600.997500', '143601.457500', '143601.917500', '143602.377500', '143602.837500', '143603.297500', '143603.757500', '143604.217500', '143604.677500', '143605.137500', '143605.597500', '143606.057500', '143606.517500', '143606.977500', '143607.437500', '143607.897500', '143608.357500', '143608.817500', '143609.277500', '143609.737500', '143610.197500', '143610.657500', '143611.117500', '143611.577500', '143612.037500', '143612.497500', '143612.957500', '143613.417500', '143613.877500', '143614.337500', '143614.797500', '143615.257500', '143615.717500', '143616.177500', '143616.637500', '143617.097500', '143617.557500', '143618.017500', '143618.477500', '143618.937500', '143619.397500', '143619.857500', '143620.317500', '143620.777500', '143621.237500', '143621.697500', '143622.157500', '143622.617500', '143623.077500', '143623.537500', '143623.997500', '143624.457500', '143624.917500', '143625.377500', '143625.837500', '143626.297500', '143626.757500', '143627.217500', '143627.677500', '143628.137500', '143628.597500', '143629.057500', '143629.517500', '143629.977500', '143630.437500', '143630.897500', '143631.357500', '143631.817500', '143632.277500', '143632.737500', '143633.197500', '143633.657500', '143634.117500', '143634.577500', '143635.037500', '143635.497500', '143635.957500', '143636.417500', '143636.877500', '143637.337500', '143637.797500', '143638.257500', '143638.717500', '143639.177500', '143639.637500', '143640.097500', '143640.557500', '143641.017500', '143641.477500', '143641.937500', '143642.397500', '143642.857500', '143643.317500', '143643.777500', '143644.237500', '143644.697500', '143645.157500', '143645.617500', '143646.077500', '143646.537500', '143646.997500', '143647.457500', '143647.917500', '143648.377500', '143648.837500', '143649.297500', '143649.757500', '143650.217500', '143650.677500', '143651.137500', '143651.597500', '143652.057500', '143652.517500', '143652.977500', '143653.437500', '143653.897500', '143654.357500', '143654.817500', '143655.277500', '143655.737500', '143656.197500', '143656.657500', '143657.117500', '143657.577500', '143658.037500', '143658.497500', '143658.957500', '143659.417500', '143659.877500', '143700.337500', '143700.797500', '143701.257500', '143701.717500', '143702.177500', '143702.637500', '143703.097500', '143703.557500', '143704.017500', '143704.477500', '143704.937500', '143705.397500', '143705.857500', '143706.317500', '143706.777500', '143707.237500', '143707.697500', '143708.157500', '143708.617500', '143709.077500', '143709.537500', '143709.997500', '143710.457500', '143710.917500', '143711.377500', '143711.837500', '143712.297500', '143712.757500', '143713.217500', '143713.677500', '143714.137500', '143714.597500', '143715.057500', '143715.517500', '143715.977500', '143716.437500', '143716.897500', '143717.357500', '143717.817500', '143718.277500', '143718.737500', '143719.197500', '143719.657500', '143720.117500', '143720.577500', '143721.037500', '143721.497500', '143721.957500', '143722.417500', '143722.877500', '143723.337500', '143723.797500', '143724.257500', '143724.717500', '143725.177500', '143725.637500', '143726.097500', '143726.557500', '143727.017500', '143727.477500', '143727.937500', '143728.397500', '143728.857500', '143729.317500', '143729.777500', '143730.237500', '143730.697500', '143731.157500', '143731.617500', '143732.077500', '143732.537500', '143732.997500', '143733.457500', '143733.917500', '143734.377500', '143734.837500', '143735.297500', '143735.757500', '143736.217500', '143736.677500', '143737.137500', '143737.597500', '143738.057500', '143738.517500', '143738.977500', '143739.437500', '143739.897500', '143740.357500', '143740.817500', '143741.277500', '143741.737500', '143742.197500', '143742.657500', '143743.117500', '143743.577500', '143744.037500', '143744.497500', '143744.957500', '143745.417500', '143745.877500', '143746.337500', '143746.797500', '143747.257500', '143747.717500', '143748.177500', '143748.637500', '143749.097500', '143749.557500', '143750.017500', '143750.477500', '143750.937500', '143751.397500', '143751.857500', '143752.317500', '143752.777500', '143753.237500', '143753.697500', '143754.157500', '143754.617500', '143755.077500', '143755.537500', '143755.997500', '143756.457500', '143756.917500', '143757.377500', '143757.837500', '143758.297500', '143758.757500', '143759.217500', '143759.677500', '143800.137500', '143800.597500', '143801.057500', '143801.517500', '143801.977500', '143802.437500', '143802.897500', '143803.357500', '143803.817500', '143804.277500', '143804.737500', '143805.197500', '143805.657500', '143806.117500', '143806.577500', '143807.037500', '143807.497500', '143807.957500', '143808.417500', '143808.877500', '143809.337500', '143809.797500', '143810.257500', '143810.717500', '143811.177500', '143811.637500', '143812.097500', '143812.557500', '143813.017500', '143813.477500', '143813.937500', '143814.397500', '143814.857500', '143815.317500', '143815.777500', '143816.237500', '143816.697500', '143817.157500', '143817.617500', '143818.077500', '143818.537500', '143818.997500', '143819.457500', '143819.917500', '143820.377500', '143820.837500', '143821.297500', '143821.757500', '143822.217500', '143822.677500', '143823.137500', '143823.597500', '143824.057500', '143824.517500', '143824.977500', '143825.437500', '143825.897500', '143826.357500', '143826.817500', '143827.277500', '143827.737500', '143828.197500', '143828.657500', '143829.117500', '143829.577500', '143830.037500', '143830.497500', '143830.957500', '143831.417500', '143831.877500', '143832.337500', '143832.797500', '143833.257500', '143833.717500', '143834.177500', '143834.637500', '143835.097500', '143835.557500', '143836.017500', '143836.477500', '143836.937500', '143837.397500', '143837.857500', '143838.317500', '143838.777500', '143839.237500', '143839.697500', '143840.157500', '143840.617500', '143841.077500', '143841.537500', '143841.997500', '143842.457500', '143842.917500', '143843.377500', '143843.837500', '143844.297500', '143844.757500', '143845.217500', '143845.677500', '143846.137500', '143846.597500', '143847.057500', '143847.517500', '143847.977500', '143848.437500', '143848.897500', '143849.357500', '143849.817500', '143850.277500', '143850.737500', '143851.197500', '143851.657500', '143852.117500', '143852.577500', '143853.037500', '143853.497500', '143853.957500', '143854.417500', '143854.877500', '143855.337500', '143855.797500', '143856.257500', '143856.717500', '143857.177500', '143857.637500', '143858.097500', '143858.557500', '143859.017500', '143859.477500', '143859.937500', '143900.397500', '143900.857500', '143901.317500', '143901.777500', '143902.237500', '143902.697500', '143903.157500', '143903.617500', '143904.077500', '143904.537500', '143904.997500', '143905.457500', '143905.917500', '143906.377500', '143906.837500', '143907.297500', '143907.757500', '143908.217500', '143908.677500', '143909.137500', '143909.597500', '143910.057500', '143910.517500', '143910.977500', '143911.437500', '143911.897500', '143912.357500', '143912.817500', '143913.277500', '143913.737500', '143914.197500', '143914.657500', '143915.117500', '143915.577500', '143916.037500', '143916.497500', '143916.957500', '143917.417500', '143917.877500', '143918.337500', '143918.797500', '143919.257500', '143919.717500', '143920.177500', '143920.637500', '143921.097500', '143921.557500', '143922.017500', '143922.477500', '143922.937500', '143923.397500', '143923.857500', '143924.317500', '143924.777500', '143925.237500', '143925.697500', '143926.157500', '143926.617500', '143927.077500', '143927.537500', '143927.997500', '143928.457500', '143928.917500', '143929.377500', '143929.837500', '143930.297500', '143930.757500', '143931.217500', '143931.677500', '143932.137500', '143932.597500', '143933.057500', '143933.517500', '143933.977500', '143934.437500', '143934.897500', '143935.357500', '143935.817500', '143936.277500', '143936.737500', '143937.197500', '143937.657500', '143938.117500', '143938.577500', '143939.037500', '143939.497500', '143939.957500', '143940.417500', '143940.877500', '143941.337500', '143941.797500', '143942.257500', '143942.717500', '143943.177500', '143943.637500', '143944.097500', '143944.557500', '143945.017500', '143945.477500', '143945.937500', '143946.397500', '143946.857500', '143947.317500', '143947.777500', '143948.237500', '143948.697500', '143949.157500', '143949.617500', '143950.077500', '143950.537500', '143950.997500', '143951.457500', '143951.917500', '143952.377500', '143952.837500', '143953.297500', '143953.757500', '143954.217500', '143954.677500', '143955.137500', '143955.597500', '143956.057500', '143956.517500', '143956.977500', '143957.437500', '143957.897500', '143958.357500', '143958.817500', '143959.277500', '143959.737500', '144000.197500', '144000.657500', '144001.117500', '144001.577500', '144002.037500', '144002.497500', '144002.957500', '144003.417500', '144003.877500', '144004.337500', '144004.797500', '144005.257500', '144005.717500', '144006.177500', '144006.637500', '144007.097500', '144007.557500', '144008.017500', '144008.477500', '144008.937500', '144009.397500', '144009.857500', '144010.317500', '144010.777500', '144011.237500', '144011.697500', '144012.157500', '144012.617500', '144013.077500', '144013.537500', '144013.997500', '144014.457500', '144014.917500', '144015.377500', '144015.837500', '144016.297500', '144016.757500', '144017.217500', '144017.677500', '144018.137500', '144018.597500', '144019.057500', '144019.517500', '144019.977500', '144020.437500', '144020.897500', '144021.357500', '144021.817500', '144022.277500', '144022.737500', '144023.197500', '144023.657500', '144024.117500', '144024.577500', '144025.037500', '144025.497500', '144025.957500', '144026.417500', '144026.877500', '144027.337500', '144027.797500', '144028.257500', '144028.717500', '144029.177500', '144029.637500', '144030.097500', '144030.557500', '144031.017500', '144031.477500', '144031.937500', '144032.397500', '144032.857500', '144033.317500', '144033.777500', '144034.237500', '144034.697500', '144035.157500', '144035.617500', '144036.077500', '144036.537500', '144036.997500', '144037.457500', '144037.917500', '144038.377500', '144038.837500', '144039.297500', '144039.757500', '144040.217500', '144040.677500', '144041.137500', '144041.597500', '144042.057500', '144042.517500', '144042.977500', '144043.437500', '144043.897500', '144044.357500', '144044.817500', '144045.277500', '144045.737500', '144046.197500', '144046.657500', '144047.117500', '144047.577500', '144048.037500', '144048.497500', '144048.957500', '144049.417500', '144049.877500', '144050.337500', '144050.797500', '144051.257500', '144051.717500', '144052.177500', '144052.637500', '144053.097500', '144053.557500', '144054.017500', '144054.477500', '144054.937500', '144055.397500', '144055.857500', '144056.317500', '144056.777500', '144057.237500', '144057.697500', '144058.157500', '144058.617500', '144059.077500', '144059.537500', '144059.997500', '144100.457500', '144100.917500', '144101.377500', '144101.837500', '144102.297500', '144102.757500', '144103.217500', '144103.677500', '144104.137500', '144104.597500', '144105.057500', '144105.517500', '144105.977500', '144106.437500', '144106.897500', '144107.357500', '144107.817500', '144108.277500', '144108.737500', '144109.197500', '144109.657500', '144110.117500', '144110.577500', '144111.037500', '144111.497500', '144111.957500', '144112.417500', '144112.877500', '144113.337500', '144113.797500', '144114.257500', '144114.717500', '144115.177500', '144115.637500', '144116.097500', '144116.557500', '144117.017500', '144117.477500', '144117.937500', '144118.397500', '144118.857500', '144119.317500', '144119.777500', '144120.237500', '144120.697500', '144121.157500', '144121.617500', '144122.077500', '144122.537500', '144122.997500', '144123.457500', '144123.917500', '144124.377500', '144124.837500', '144125.297500', '144125.757500', '144126.217500', '144126.677500', '144127.137500', '144127.597500', '144128.057500', '144128.517500', '144128.977500', '144129.437500', '144129.897500', '144130.357500', '144130.817500', '144131.277500', '144131.737500', '144132.197500', '144132.657500', '144133.117500', '144133.577500', '144134.037500', '144134.497500', '144134.957500', '144135.417500', '144135.877500', '144136.337500', '144136.797500', '144137.257500', '144137.717500', '144138.177500', '144138.637500', '144139.097500', '144139.557500', '144140.017500', '144140.477500', '144140.937500', '144141.397500', '144141.857500', '144142.317500', '144142.777500', '144143.237500', '144143.697500', '144144.157500', '144144.617500', '144145.077500', '144145.537500', '144145.997500', '144146.457500', '144146.917500', '144147.377500', '144147.837500', '144148.297500', '144148.757500', '144149.217500', '144149.677500', '144150.137500', '144150.597500', '144151.057500', '144151.517500', '144151.977500', '144152.437500', '144152.897500', '144153.357500', '144153.817500', '144154.277500', '144154.737500', '144155.197500', '144155.657500', '144156.117500', '144156.577500', '144157.037500', '144157.497500', '144157.957500', '144158.417500', '144158.877500', '144159.337500', '144159.797500', '144200.257500', '144200.717500', '144201.177500', '144201.637500', '144202.097500', '144202.557500', '144203.017500', '144203.477500', '144203.937500', '144204.397500', '144204.857500', '144205.317500', '144205.777500', '144206.237500', '144206.697500', '144207.157500', '144207.617500', '144208.077500', '144208.537500', '144208.997500', '144209.457500', '144209.917500', '144210.377500', '144210.837500', '144211.297500', '144211.757500', '144212.217500', '144212.677500', '144213.137500', '144213.597500', '144214.057500', '144214.517500', '144214.977500', '144215.437500', '144215.897500', '144216.357500', '144216.817500', '144217.277500', '144217.737500', '144218.197500', '144218.657500', '144219.117500', '144219.577500', '144220.037500', '144220.497500', '144220.957500', '144221.417500', '144221.877500', '144222.337500', '144222.797500', '144223.257500', '144223.717500', '144224.177500', '144224.637500', '144225.097500', '144225.557500', '144226.017500', '144226.477500', '144226.937500', '144227.397500', '144227.857500', '144228.317500', '144228.777500', '144229.237500', '144229.697500', '144230.157500', '144230.617500', '144231.077500', '144231.537500', '144231.997500', '144232.457500', '144232.917500', '144233.377500', '144233.837500', '144234.297500', '144234.757500', '144235.217500', '144235.677500', '144236.137500', '144236.597500', '144237.057500', '144237.517500', '144237.977500', '144238.437500', '144238.897500', '144239.357500', '144239.817500', '144240.277500', '144240.737500', '144241.197500', '144241.657500', '144242.117500', '144242.577500', '144243.037500', '144243.497500', '144243.957500', '144244.417500', '144244.877500', '144245.337500', '144245.797500', '144246.257500', '144246.717500', '144247.177500', '144247.637500', '144248.097500', '144248.557500', '144249.017500', '144249.477500', '144249.937500', '144250.397500', '144250.857500', '144251.317500', '144251.777500', '144252.237500', '144252.697500', '144253.157500', '144253.617500', '144254.077500', '144254.537500', '144254.997500', '144255.457500', '144255.917500', '144256.377500', '144256.837500', '144257.297500', '144257.757500', '144258.217500', '144258.677500', '144259.137500', '144259.597500', '144300.057500', '144300.517500', '144300.977500', '144301.437500', '144301.897500', '144302.357500', '144302.817500', '144303.277500', '144303.737500', '144304.197500', '144304.657500', '144305.117500', '144305.577500', '144306.037500', '144306.497500', '144306.957500', '144307.417500', '144307.877500', '144308.337500', '144308.797500', '144309.257500', '144309.717500', '144310.177500', '144310.637500', '144311.097500', '144311.557500', '144312.017500', '144312.477500', '144312.937500', '144313.397500', '144313.857500', '144314.317500', '144314.777500', '144315.237500', '144315.697500', '144316.157500', '144316.617500', '144317.077500', '144317.537500', '144317.997500', '144318.457500', '144318.917500', '144319.377500', '144319.837500', '144320.297500', '144320.757500', '144321.217500', '144321.677500', '144322.137500', '144322.597500', '144323.057500', '144323.517500', '144323.977500', '144324.437500', '144324.897500', '144325.357500', '144325.817500', '144326.277500', '144326.737500', '144327.197500', '144327.657500', '144328.117500', '144328.577500', '144329.037500', '144329.497500', '144329.957500', '144330.417500', '144330.877500', '144331.337500', '144331.797500', '144332.257500', '144332.717500', '144333.177500', '144333.637500', '144334.097500', '144334.557500', '144335.017500', '144335.477500', '144335.937500', '144336.397500', '144336.857500', '144337.317500', '144337.777500', '144338.237500', '144338.697500', '144339.157500', '144339.617500', '144340.077500', '144340.537500', '144340.997500', '144341.457500', '144341.917500', '144342.377500', '144342.837500', '144343.297500', '144343.757500', '144344.217500', '144344.677500', '144345.137500', '144345.597500', '144346.057500', '144346.517500', '144346.977500', '144347.437500', '144347.897500', '144348.357500', '144348.817500', '144349.277500', '144349.737500', '144350.197500', '144350.657500', '144351.117500', '144351.577500'], 'ContentTime': ['143556.819000', '143556.831000', '143556.834000', '143556.836000', '143556.839000', '143556.842000', '143556.844000', '143556.847000', '143556.850000', '143556.852000', '143556.855000', '143556.858000', '143556.861000', '143556.863000', '143556.866000', '143556.869000', '143556.872000', '143556.874000', '143556.877000', '143556.880000', '143556.883000', '143556.885000', '143556.888000', '143556.891000', '143556.893000', '143556.896000', '143556.898000', '143556.911000', '143556.914000', '143616.776000', '143616.779000', '143616.782000', '143616.784000', '143616.787000', '143616.790000', '143616.792000', '143616.795000', '143616.797000', '143616.800000', '143616.803000', '143616.805000', '143616.808000', '143616.811000', '143616.813000', '143616.816000', '143616.818000', '143616.821000', '143616.823000', '143616.826000', '143616.829000', '143616.831000', '143616.834000', '143616.836000', '143616.839000', '143616.847000', '143616.850000', '143616.852000', '143616.855000', '143616.857000', '143616.860000', '143616.863000', '143616.865000', '143616.868000', '143616.871000', '143616.873000', '143616.876000', '143616.879000', '143616.881000', '143616.884000', '143616.887000', '143616.889000', '143616.892000', '143616.895000', '143636.776000', '143636.779000', '143636.782000', '143636.784000', '143636.787000', '143636.790000', '143636.792000', '143636.795000', '143636.798000', '143636.800000', '143636.803000', '143636.805000', '143636.808000', '143636.811000', '143636.813000', '143636.816000', '143636.818000', '143636.821000', '143636.824000', '143636.826000', '143636.829000', '143636.831000', '143636.834000', '143636.836000', '143636.839000', '143636.842000', '143636.844000', '143636.847000', '143636.850000', '143636.852000', '143636.855000', '143636.861000', '143636.863000', '143636.866000', '143636.869000', '143636.871000', '143636.874000', '143636.876000', '143636.879000', '143636.881000', '143636.884000', '143636.887000', '143636.889000', '143656.777000', '143656.780000', '143656.783000', '143656.786000', '143656.789000', '143656.791000', '143656.794000', '143656.797000', '143656.799000', '143656.802000', '143656.804000', '143656.807000', '143656.810000', '143656.812000', '143656.815000', '143656.817000', '143656.820000', '143656.823000', '143656.825000', '143656.828000', '143656.830000', '143656.833000', '143656.836000', '143656.839000', '143656.841000', '143656.844000', '143656.847000', '143656.849000', '143656.852000', '143656.855000', '143656.857000', '143656.860000', '143656.862000', '143656.865000', '143656.867000', '143656.870000', '143656.873000', '143656.875000', '143656.878000', '143656.880000', '143656.883000', '143656.886000', '143656.888000', '143656.891000', '143716.776000', '143716.779000', '143716.782000', '143716.785000', '143716.787000', '143716.790000', '143716.793000', '143716.795000', '143716.798000', '143716.801000', '143716.803000', '143716.806000', '143716.808000', '143716.811000', '143716.814000', '143716.816000', '143716.819000', '143716.821000', '143716.824000', '143716.827000', '143716.829000', '143716.832000', '143716.835000', '143716.837000', '143716.840000', '143716.842000', '143716.845000', '143716.848000', '143716.850000', '143716.853000', '143716.855000', '143716.858000', '143716.861000', '143716.863000', '143716.866000', '143716.869000', '143716.871000', '143716.874000', '143716.877000', '143716.879000', '143716.882000', '143716.885000', '143716.887000', '143736.776000', '143736.779000', '143736.782000', '143736.785000', '143736.787000', '143736.790000', '143736.792000', '143736.795000', '143736.812000', '143736.814000', '143736.817000', '143736.819000', '143736.822000', '143736.825000', '143736.827000', '143736.830000', '143736.833000', '143736.835000', '143736.838000', '143736.841000', '143736.843000', '143736.846000', '143736.848000', '143736.851000', '143736.854000', '143736.856000', '143736.859000', '143736.861000', '143736.864000', '143736.867000', '143736.869000', '143736.872000', '143736.875000', '143736.877000', '143736.880000', '143736.882000', '143736.885000', '143736.888000', '143736.890000', '143736.893000', '143736.896000', '143736.898000', '143736.901000', '143756.777000', '143756.779000', '143756.782000', '143756.785000', '143756.788000', '143756.790000', '143756.793000', '143756.795000', '143756.798000', '143756.801000', '143756.803000', '143756.806000', '143756.808000', '143756.811000', '143756.814000', '143756.816000', '143756.819000', '143756.821000', '143756.824000', '143756.827000', '143756.829000', '143756.832000', '143756.834000', '143756.837000', '143756.840000', '143756.842000', '143756.845000', '143756.848000', '143756.850000', '143756.853000', '143756.855000', '143756.858000', '143756.861000', '143756.863000', '143756.866000', '143756.869000', '143756.871000', '143756.874000', '143756.877000', '143756.879000', '143756.882000', '143756.884000', '143756.887000', '143756.890000', '143816.777000', '143816.780000', '143816.782000', '143816.785000', '143816.788000', '143816.790000', '143816.793000', '143816.795000', '143816.798000', '143816.801000', '143816.803000', '143816.806000', '143816.809000', '143816.811000', '143816.814000', '143816.818000', '143816.821000', '143816.824000', '143816.827000', '143816.830000', '143816.832000', '143816.835000', '143816.837000', '143816.840000', '143816.843000', '143816.845000', '143816.848000', '143816.850000', '143816.853000', '143816.856000', '143816.858000', '143816.861000', '143816.863000', '143816.866000', '143816.869000', '143816.871000', '143816.874000', '143816.877000', '143816.879000', '143816.882000', '143816.885000', '143816.887000', '143816.890000', '143836.777000', '143836.779000', '143836.782000', '143836.785000', '143836.788000', '143836.790000', '143836.793000', '143836.796000', '143836.798000', '143836.801000', '143836.803000', '143836.806000', '143836.809000', '143836.811000', '143836.814000', '143836.816000', '143836.819000', '143836.821000', '143836.824000', '143836.827000', '143836.829000', '143836.832000', '143836.835000', '143836.837000', '143836.840000', '143836.842000', '143836.845000', '143836.847000', '143836.850000', '143836.853000', '143836.856000', '143836.858000', '143836.861000', '143836.863000', '143836.866000', '143836.869000', '143836.871000', '143836.874000', '143836.877000', '143836.879000', '143836.882000', '143836.884000', '143836.887000', '143836.889000', '143856.777000', '143856.779000', '143856.782000', '143856.785000', '143856.787000', '143856.790000', '143856.792000', '143856.795000', '143856.798000', '143856.800000', '143856.803000', '143856.805000', '143856.808000', '143856.811000', '143856.813000', '143856.816000', '143856.819000', '143856.821000', '143856.824000', '143856.826000', '143856.829000', '143856.832000', '143856.834000', '143856.837000', '143856.840000', '143856.842000', '143856.845000', '143856.848000', '143856.851000', '143856.853000', '143856.856000', '143856.859000', '143856.861000', '143856.864000', '143856.867000', '143856.869000', '143856.872000', '143856.874000', '143856.877000', '143856.880000', '143856.883000', '143856.885000', '143856.888000', '143916.776000', '143916.780000', '143916.782000', '143916.785000', '143916.788000', '143916.790000', '143916.793000', '143916.796000', '143916.798000', '143916.801000', '143916.803000', '143916.806000', '143916.809000', '143916.811000', '143916.814000', '143916.816000', '143916.819000', '143916.822000', '143916.824000', '143916.827000', '143916.829000', '143916.832000', '143916.835000', '143916.837000', '143916.840000', '143916.843000', '143916.845000', '143916.848000', '143916.851000', '143916.853000', '143916.856000', '143916.858000', '143916.861000', '143916.864000', '143916.866000', '143916.869000', '143916.872000', '143916.874000', '143916.877000', '143916.880000', '143916.882000', '143916.885000', '143916.887000', '143916.890000', '143936.777000', '143936.780000', '143936.782000', '143936.785000', '143936.788000', '143936.790000', '143936.793000', '143936.796000', '143936.798000', '143936.801000', '143936.803000', '143936.806000', '143936.809000', '143936.811000', '143936.814000', '143936.817000', '143936.819000', '143936.822000', '143936.825000', '143936.827000', '143936.830000', '143936.832000', '143936.835000', '143936.838000', '143936.840000', '143936.843000', '143936.846000', '143936.849000', '143936.852000', '143936.855000', '143936.858000', '143936.861000', '143936.864000', '143936.867000', '143936.869000', '143936.872000', '143936.874000', '143936.877000', '143936.880000', '143936.883000', '143936.885000', '143936.888000', '143936.890000', '143956.776000', '143956.779000', '143956.782000', '143956.785000', '143956.788000', '143956.791000', '143956.793000', '143956.796000', '143956.798000', '143956.801000', '143956.804000', '143956.806000', '143956.809000', '143956.812000', '143956.814000', '143956.817000', '143956.819000', '143956.822000', '143956.825000', '143956.827000', '143956.830000', '143956.832000', '143956.835000', '143956.838000', '143956.840000', '143956.843000', '143956.845000', '143956.848000', '143956.851000', '143956.853000', '143956.856000', '143956.858000', '143956.861000', '143956.864000', '143956.866000', '143956.869000', '143956.872000', '143956.874000', '143956.877000', '143956.879000', '143956.882000', '143956.885000', '143956.887000', '143956.890000', '144016.776000', '144016.779000', '144016.782000', '144016.785000', '144016.787000', '144016.790000', '144016.792000', '144016.795000', '144016.798000', '144016.800000', '144016.803000', '144016.806000', '144016.808000', '144016.811000', '144016.813000', '144016.816000', '144016.819000', '144016.821000', '144016.824000', '144016.827000', '144016.829000', '144016.832000', '144016.834000', '144016.837000', '144016.839000', '144016.842000', '144016.845000', '144016.847000', '144016.850000', '144016.852000', '144016.855000', '144016.858000', '144016.860000', '144016.863000', '144016.866000', '144016.868000', '144016.871000', '144016.875000', '144016.877000', '144016.880000', '144016.883000', '144016.885000', '144016.888000', '144036.777000', '144036.779000', '144036.782000', '144036.785000', '144036.787000', '144036.790000', '144036.793000', '144036.795000', '144036.798000', '144036.800000', '144036.803000', '144036.806000', '144036.808000', '144036.811000', '144036.813000', '144036.829000', '144036.832000', '144036.835000', '144036.837000', '144036.840000', '144036.842000', '144036.845000', '144036.848000', '144036.850000', '144036.853000', '144036.856000', '144036.858000', '144036.861000', '144036.864000', '144036.866000', '144036.869000', '144036.872000', '144036.874000', '144036.877000', '144036.880000', '144036.882000', '144036.885000', '144036.887000', '144036.890000', '144036.893000', '144036.895000', '144036.898000', '144036.900000', '144036.903000', '144056.777000', '144056.780000', '144056.782000', '144056.785000', '144056.787000', '144056.790000', '144056.793000', '144056.795000', '144056.798000', '144056.800000', '144056.803000', '144056.806000', '144056.808000', '144056.811000', '144056.814000', '144056.816000', '144056.819000', '144056.821000', '144056.824000', '144056.827000', '144056.829000', '144056.832000', '144056.835000', '144056.837000', '144056.840000', '144056.843000', '144056.845000', '144056.848000', '144056.850000', '144056.853000', '144056.856000', '144056.858000', '144056.861000', '144056.864000', '144056.866000', '144056.869000', '144056.872000', '144056.874000', '144056.877000', '144056.879000', '144056.882000', '144056.885000', '144056.888000', '144116.776000', '144116.779000', '144116.782000', '144116.784000', '144116.787000', '144116.790000', '144116.792000', '144116.795000', '144116.798000', '144116.800000', '144116.803000', '144116.807000', '144116.809000', '144116.812000', '144116.815000', '144116.817000', '144116.820000', '144116.822000', '144116.825000', '144116.828000', '144116.830000', '144116.833000', '144116.835000', '144116.838000', '144116.841000', '144116.843000', '144116.846000', '144116.849000', '144116.851000', '144116.854000', '144116.856000', '144116.859000', '144116.862000', '144116.864000', '144116.867000', '144116.870000', '144116.872000', '144116.875000', '144116.878000', '144116.881000', '144116.883000', '144116.886000', '144116.888000', '144136.776000', '144136.779000', '144136.782000', '144136.785000', '144136.787000', '144136.790000', '144136.793000', '144136.795000', '144136.798000', '144136.801000', '144136.803000', '144136.806000', '144136.808000', '144136.811000', '144136.814000', '144136.816000', '144136.819000', '144136.822000', '144136.824000', '144136.827000', '144136.829000', '144136.832000', '144136.834000', '144136.837000', '144136.840000', '144136.842000', '144136.845000', '144136.847000', '144136.850000', '144136.853000', '144136.856000', '144136.858000', '144136.861000', '144136.864000', '144136.866000', '144136.869000', '144136.871000', '144136.874000', '144136.877000', '144136.879000', '144136.882000', '144136.885000', '144136.887000', '144136.890000', '144156.777000', '144156.780000', '144156.782000', '144156.785000', '144156.787000', '144156.790000', '144156.793000', '144156.795000', '144156.798000', '144156.801000', '144156.803000', '144156.806000', '144156.808000', '144156.811000', '144156.814000', '144156.816000', '144156.819000', '144156.822000', '144156.824000', '144156.827000', '144156.829000', '144156.832000', '144156.835000', '144156.837000', '144156.840000', '144156.843000', '144156.845000', '144156.848000', '144156.850000', '144156.853000', '144156.856000', '144156.858000', '144156.861000', '144156.864000', '144156.866000', '144156.869000', '144156.871000', '144156.874000', '144156.877000', '144156.879000', '144156.897000', '144156.899000', '144156.902000', '144156.904000', '144216.777000', '144216.779000', '144216.782000', '144216.785000', '144216.787000', '144216.790000', '144216.792000', '144216.795000', '144216.798000', '144216.800000', '144216.803000', '144216.806000', '144216.808000', '144216.811000', '144216.813000', '144216.816000', '144216.819000', '144216.821000', '144216.824000', '144216.827000', '144216.829000', '144216.832000', '144216.835000', '144216.837000', '144216.840000', '144216.842000', '144216.845000', '144216.848000', '144216.850000', '144216.853000', '144216.855000', '144216.858000', '144216.861000', '144216.863000', '144216.866000', '144216.869000', '144216.871000', '144216.881000', '144216.883000', '144216.886000', '144216.889000', '144216.891000', '144216.894000', '144236.777000', '144236.779000', '144236.782000', '144236.784000', '144236.787000', '144236.790000', '144236.792000', '144236.795000', '144236.798000', '144236.800000', '144236.803000', '144236.805000', '144236.808000', '144236.811000', '144236.813000', '144236.816000', '144236.819000', '144236.821000', '144236.824000', '144236.826000', '144236.829000', '144236.831000', '144236.834000', '144236.837000', '144236.839000', '144236.842000', '144236.845000', '144236.847000', '144236.850000', '144236.853000', '144236.855000', '144236.858000', '144236.860000', '144236.863000', '144236.866000', '144236.868000', '144236.871000', '144236.873000', '144236.876000', '144236.879000', '144236.881000', '144236.884000', '144236.887000', '144236.889000', '144256.777000', '144256.780000', '144256.782000', '144256.785000', '144256.788000', '144256.790000', '144256.793000', '144256.795000', '144256.798000', '144256.801000', '144256.803000', '144256.806000', '144256.809000', '144256.811000', '144256.814000', '144256.817000', '144256.819000', '144256.822000', '144256.825000', '144256.827000', '144256.830000', '144256.832000', '144256.835000', '144256.838000', '144256.840000', '144256.843000', '144256.845000', '144256.848000', '144256.851000', '144256.853000', '144256.856000', '144256.859000', '144256.861000', '144256.864000', '144256.866000', '144256.869000', '144256.872000', '144256.874000', '144256.877000', '144256.880000', '144256.882000', '144256.885000', '144256.887000', '144316.777000', '144316.779000', '144316.782000', '144316.785000', '144316.787000', '144316.790000', '144316.792000', '144316.795000', '144316.798000', '144316.800000', '144316.803000', '144316.806000', '144316.808000', '144316.811000', '144316.814000', '144316.816000', '144316.819000', '144316.822000', '144316.824000', '144316.827000', '144316.829000', '144316.832000', '144316.835000', '144316.837000', '144316.840000', '144316.843000', '144316.845000', '144316.848000', '144316.850000', '144316.853000', '144316.856000', '144316.858000', '144316.861000', '144316.864000', '144316.866000', '144316.869000', '144316.871000', '144316.917000', '144316.920000', '144316.922000', '144316.925000', '144316.928000', '144316.930000', '144316.933000', '144336.776000', '144336.779000', '144336.782000', '144336.785000', '144336.787000', '144336.790000', '144336.793000', '144336.795000', '144336.798000', '144336.801000', '144336.803000', '144336.806000', '144336.808000', '144336.811000', '144336.814000', '144336.816000', '144336.819000', '144336.822000', '144336.824000', '144336.827000', '144336.829000', '144336.832000', '144336.835000', '144336.837000', '144336.840000', '144336.843000', '144336.845000', '144336.848000', '144336.850000', '144336.853000', '144336.856000', '144336.858000', '144336.861000', '144336.863000', '144336.866000', '144336.869000', '144336.871000', '144336.874000', '144336.877000', '144336.879000', '144336.882000', '144336.884000', '144336.887000', '144353.035000', '144353.038000', '144353.041000', '144353.043000', '144353.046000', '144353.049000', '144353.051000', '144353.054000', '144353.056000', '144353.059000', '144353.062000', '144353.064000', '144353.067000', '144353.070000', '144353.073000', '144353.075000', '144353.078000', '144353.080000', '144353.083000', '144353.086000', '144353.088000', '144353.091000', '144353.094000', '144353.096000', '144353.099000', '144353.101000', '144353.104000', '144353.107000', '144353.109000', '144353.112000', '144353.114000', '144353.117000', '144353.120000', '144353.122000', '144353.125000', '144353.128000'], 'InstanceCreationTime': ['143556.819000', '143556.831000', '143556.834000', '143556.836000', '143556.839000', '143556.842000', '143556.844000', '143556.847000', '143556.850000', '143556.852000', '143556.855000', '143556.858000', '143556.861000', '143556.863000', '143556.866000', '143556.869000', '143556.872000', '143556.874000', '143556.877000', '143556.880000', '143556.883000', '143556.885000', '143556.888000', '143556.891000', '143556.893000', '143556.896000', '143556.898000', '143556.911000', '143556.914000', '143616.776000', '143616.779000', '143616.782000', '143616.784000', '143616.787000', '143616.790000', '143616.792000', '143616.795000', '143616.797000', '143616.800000', '143616.803000', '143616.805000', '143616.808000', '143616.811000', '143616.813000', '143616.816000', '143616.818000', '143616.821000', '143616.823000', '143616.826000', '143616.829000', '143616.831000', '143616.834000', '143616.836000', '143616.839000', '143616.847000', '143616.850000', '143616.852000', '143616.855000', '143616.857000', '143616.860000', '143616.863000', '143616.865000', '143616.868000', '143616.871000', '143616.873000', '143616.876000', '143616.879000', '143616.881000', '143616.884000', '143616.887000', '143616.889000', '143616.892000', '143616.895000', '143636.776000', '143636.779000', '143636.782000', '143636.784000', '143636.787000', '143636.790000', '143636.792000', '143636.795000', '143636.798000', '143636.800000', '143636.803000', '143636.805000', '143636.808000', '143636.811000', '143636.813000', '143636.816000', '143636.818000', '143636.821000', '143636.824000', '143636.826000', '143636.829000', '143636.831000', '143636.834000', '143636.836000', '143636.839000', '143636.842000', '143636.844000', '143636.847000', '143636.850000', '143636.852000', '143636.855000', '143636.861000', '143636.863000', '143636.866000', '143636.869000', '143636.871000', '143636.874000', '143636.876000', '143636.879000', '143636.881000', '143636.884000', '143636.887000', '143636.889000', '143656.777000', '143656.780000', '143656.783000', '143656.786000', '143656.789000', '143656.791000', '143656.794000', '143656.797000', '143656.799000', '143656.802000', '143656.804000', '143656.807000', '143656.810000', '143656.812000', '143656.815000', '143656.817000', '143656.820000', '143656.823000', '143656.825000', '143656.828000', '143656.830000', '143656.833000', '143656.836000', '143656.839000', '143656.841000', '143656.844000', '143656.847000', '143656.849000', '143656.852000', '143656.855000', '143656.857000', '143656.860000', '143656.862000', '143656.865000', '143656.867000', '143656.870000', '143656.873000', '143656.875000', '143656.878000', '143656.880000', '143656.883000', '143656.886000', '143656.888000', '143656.891000', '143716.776000', '143716.779000', '143716.782000', '143716.785000', '143716.787000', '143716.790000', '143716.793000', '143716.795000', '143716.798000', '143716.801000', '143716.803000', '143716.806000', '143716.808000', '143716.811000', '143716.814000', '143716.816000', '143716.819000', '143716.821000', '143716.824000', '143716.827000', '143716.829000', '143716.832000', '143716.835000', '143716.837000', '143716.840000', '143716.842000', '143716.845000', '143716.848000', '143716.850000', '143716.853000', '143716.855000', '143716.858000', '143716.861000', '143716.863000', '143716.866000', '143716.869000', '143716.871000', '143716.874000', '143716.877000', '143716.879000', '143716.882000', '143716.885000', '143716.887000', '143736.776000', '143736.779000', '143736.782000', '143736.785000', '143736.787000', '143736.790000', '143736.792000', '143736.795000', '143736.812000', '143736.814000', '143736.817000', '143736.819000', '143736.822000', '143736.825000', '143736.827000', '143736.830000', '143736.833000', '143736.835000', '143736.838000', '143736.841000', '143736.843000', '143736.846000', '143736.848000', '143736.851000', '143736.854000', '143736.856000', '143736.859000', '143736.861000', '143736.864000', '143736.867000', '143736.869000', '143736.872000', '143736.875000', '143736.877000', '143736.880000', '143736.882000', '143736.885000', '143736.888000', '143736.890000', '143736.893000', '143736.896000', '143736.898000', '143736.901000', '143756.777000', '143756.779000', '143756.782000', '143756.785000', '143756.788000', '143756.790000', '143756.793000', '143756.795000', '143756.798000', '143756.801000', '143756.803000', '143756.806000', '143756.808000', '143756.811000', '143756.814000', '143756.816000', '143756.819000', '143756.821000', '143756.824000', '143756.827000', '143756.829000', '143756.832000', '143756.834000', '143756.837000', '143756.840000', '143756.842000', '143756.845000', '143756.848000', '143756.850000', '143756.853000', '143756.855000', '143756.858000', '143756.861000', '143756.863000', '143756.866000', '143756.869000', '143756.871000', '143756.874000', '143756.877000', '143756.879000', '143756.882000', '143756.884000', '143756.887000', '143756.890000', '143816.777000', '143816.780000', '143816.782000', '143816.785000', '143816.788000', '143816.790000', '143816.793000', '143816.795000', '143816.798000', '143816.801000', '143816.803000', '143816.806000', '143816.809000', '143816.811000', '143816.814000', '143816.818000', '143816.821000', '143816.824000', '143816.827000', '143816.830000', '143816.832000', '143816.835000', '143816.837000', '143816.840000', '143816.843000', '143816.845000', '143816.848000', '143816.850000', '143816.853000', '143816.856000', '143816.858000', '143816.861000', '143816.863000', '143816.866000', '143816.869000', '143816.871000', '143816.874000', '143816.877000', '143816.879000', '143816.882000', '143816.885000', '143816.887000', '143816.890000', '143836.777000', '143836.779000', '143836.782000', '143836.785000', '143836.788000', '143836.790000', '143836.793000', '143836.796000', '143836.798000', '143836.801000', '143836.803000', '143836.806000', '143836.809000', '143836.811000', '143836.814000', '143836.816000', '143836.819000', '143836.821000', '143836.824000', '143836.827000', '143836.829000', '143836.832000', '143836.835000', '143836.837000', '143836.840000', '143836.842000', '143836.845000', '143836.847000', '143836.850000', '143836.853000', '143836.856000', '143836.858000', '143836.861000', '143836.863000', '143836.866000', '143836.869000', '143836.871000', '143836.874000', '143836.877000', '143836.879000', '143836.882000', '143836.884000', '143836.887000', '143836.889000', '143856.777000', '143856.779000', '143856.782000', '143856.785000', '143856.787000', '143856.790000', '143856.792000', '143856.795000', '143856.798000', '143856.800000', '143856.803000', '143856.805000', '143856.808000', '143856.811000', '143856.813000', '143856.816000', '143856.819000', '143856.821000', '143856.824000', '143856.826000', '143856.829000', '143856.832000', '143856.834000', '143856.837000', '143856.840000', '143856.842000', '143856.845000', '143856.848000', '143856.851000', '143856.853000', '143856.856000', '143856.859000', '143856.861000', '143856.864000', '143856.867000', '143856.869000', '143856.872000', '143856.874000', '143856.877000', '143856.880000', '143856.883000', '143856.885000', '143856.888000', '143916.776000', '143916.780000', '143916.782000', '143916.785000', '143916.788000', '143916.790000', '143916.793000', '143916.796000', '143916.798000', '143916.801000', '143916.803000', '143916.806000', '143916.809000', '143916.811000', '143916.814000', '143916.816000', '143916.819000', '143916.822000', '143916.824000', '143916.827000', '143916.829000', '143916.832000', '143916.835000', '143916.837000', '143916.840000', '143916.843000', '143916.845000', '143916.848000', '143916.851000', '143916.853000', '143916.856000', '143916.858000', '143916.861000', '143916.864000', '143916.866000', '143916.869000', '143916.872000', '143916.874000', '143916.877000', '143916.880000', '143916.882000', '143916.885000', '143916.887000', '143916.890000', '143936.777000', '143936.780000', '143936.782000', '143936.785000', '143936.788000', '143936.790000', '143936.793000', '143936.796000', '143936.798000', '143936.801000', '143936.803000', '143936.806000', '143936.809000', '143936.811000', '143936.814000', '143936.817000', '143936.819000', '143936.822000', '143936.825000', '143936.827000', '143936.830000', '143936.832000', '143936.835000', '143936.838000', '143936.840000', '143936.843000', '143936.846000', '143936.849000', '143936.852000', '143936.855000', '143936.858000', '143936.861000', '143936.864000', '143936.867000', '143936.869000', '143936.872000', '143936.874000', '143936.877000', '143936.880000', '143936.883000', '143936.885000', '143936.888000', '143936.890000', '143956.776000', '143956.779000', '143956.782000', '143956.785000', '143956.788000', '143956.791000', '143956.793000', '143956.796000', '143956.798000', '143956.801000', '143956.804000', '143956.806000', '143956.809000', '143956.812000', '143956.814000', '143956.817000', '143956.819000', '143956.822000', '143956.825000', '143956.827000', '143956.830000', '143956.832000', '143956.835000', '143956.838000', '143956.840000', '143956.843000', '143956.845000', '143956.848000', '143956.851000', '143956.853000', '143956.856000', '143956.858000', '143956.861000', '143956.864000', '143956.866000', '143956.869000', '143956.872000', '143956.874000', '143956.877000', '143956.879000', '143956.882000', '143956.885000', '143956.887000', '143956.890000', '144016.776000', '144016.779000', '144016.782000', '144016.785000', '144016.787000', '144016.790000', '144016.792000', '144016.795000', '144016.798000', '144016.800000', '144016.803000', '144016.806000', '144016.808000', '144016.811000', '144016.813000', '144016.816000', '144016.819000', '144016.821000', '144016.824000', '144016.827000', '144016.829000', '144016.832000', '144016.834000', '144016.837000', '144016.839000', '144016.842000', '144016.845000', '144016.847000', '144016.850000', '144016.852000', '144016.855000', '144016.858000', '144016.860000', '144016.863000', '144016.866000', '144016.868000', '144016.871000', '144016.875000', '144016.877000', '144016.880000', '144016.883000', '144016.885000', '144016.888000', '144036.777000', '144036.779000', '144036.782000', '144036.785000', '144036.787000', '144036.790000', '144036.793000', '144036.795000', '144036.798000', '144036.800000', '144036.803000', '144036.806000', '144036.808000', '144036.811000', '144036.813000', '144036.829000', '144036.832000', '144036.835000', '144036.837000', '144036.840000', '144036.842000', '144036.845000', '144036.848000', '144036.850000', '144036.853000', '144036.856000', '144036.858000', '144036.861000', '144036.864000', '144036.866000', '144036.869000', '144036.872000', '144036.874000', '144036.877000', '144036.880000', '144036.882000', '144036.885000', '144036.887000', '144036.890000', '144036.893000', '144036.895000', '144036.898000', '144036.900000', '144036.903000', '144056.777000', '144056.780000', '144056.782000', '144056.785000', '144056.787000', '144056.790000', '144056.793000', '144056.795000', '144056.798000', '144056.800000', '144056.803000', '144056.806000', '144056.808000', '144056.811000', '144056.814000', '144056.816000', '144056.819000', '144056.821000', '144056.824000', '144056.827000', '144056.829000', '144056.832000', '144056.835000', '144056.837000', '144056.840000', '144056.843000', '144056.845000', '144056.848000', '144056.850000', '144056.853000', '144056.856000', '144056.858000', '144056.861000', '144056.864000', '144056.866000', '144056.869000', '144056.872000', '144056.874000', '144056.877000', '144056.879000', '144056.882000', '144056.885000', '144056.888000', '144116.776000', '144116.779000', '144116.782000', '144116.784000', '144116.787000', '144116.790000', '144116.792000', '144116.795000', '144116.798000', '144116.800000', '144116.803000', '144116.807000', '144116.809000', '144116.812000', '144116.815000', '144116.817000', '144116.820000', '144116.822000', '144116.825000', '144116.828000', '144116.830000', '144116.833000', '144116.835000', '144116.838000', '144116.841000', '144116.843000', '144116.846000', '144116.849000', '144116.851000', '144116.854000', '144116.856000', '144116.859000', '144116.862000', '144116.864000', '144116.867000', '144116.870000', '144116.872000', '144116.875000', '144116.878000', '144116.881000', '144116.883000', '144116.886000', '144116.888000', '144136.776000', '144136.779000', '144136.782000', '144136.785000', '144136.787000', '144136.790000', '144136.793000', '144136.795000', '144136.798000', '144136.801000', '144136.803000', '144136.806000', '144136.808000', '144136.811000', '144136.814000', '144136.816000', '144136.819000', '144136.822000', '144136.824000', '144136.827000', '144136.829000', '144136.832000', '144136.834000', '144136.837000', '144136.840000', '144136.842000', '144136.845000', '144136.847000', '144136.850000', '144136.853000', '144136.856000', '144136.858000', '144136.861000', '144136.864000', '144136.866000', '144136.869000', '144136.871000', '144136.874000', '144136.877000', '144136.879000', '144136.882000', '144136.885000', '144136.887000', '144136.890000', '144156.777000', '144156.780000', '144156.782000', '144156.785000', '144156.787000', '144156.790000', '144156.793000', '144156.795000', '144156.798000', '144156.801000', '144156.803000', '144156.806000', '144156.808000', '144156.811000', '144156.814000', '144156.816000', '144156.819000', '144156.822000', '144156.824000', '144156.827000', '144156.829000', '144156.832000', '144156.835000', '144156.837000', '144156.840000', '144156.843000', '144156.845000', '144156.848000', '144156.850000', '144156.853000', '144156.856000', '144156.858000', '144156.861000', '144156.864000', '144156.866000', '144156.869000', '144156.871000', '144156.874000', '144156.877000', '144156.879000', '144156.897000', '144156.899000', '144156.902000', '144156.904000', '144216.777000', '144216.779000', '144216.782000', '144216.785000', '144216.787000', '144216.790000', '144216.792000', '144216.795000', '144216.798000', '144216.800000', '144216.803000', '144216.806000', '144216.808000', '144216.811000', '144216.813000', '144216.816000', '144216.819000', '144216.821000', '144216.824000', '144216.827000', '144216.829000', '144216.832000', '144216.835000', '144216.837000', '144216.840000', '144216.842000', '144216.845000', '144216.848000', '144216.850000', '144216.853000', '144216.855000', '144216.858000', '144216.861000', '144216.863000', '144216.866000', '144216.869000', '144216.871000', '144216.881000', '144216.883000', '144216.886000', '144216.889000', '144216.891000', '144216.894000', '144236.777000', '144236.779000', '144236.782000', '144236.784000', '144236.787000', '144236.790000', '144236.792000', '144236.795000', '144236.798000', '144236.800000', '144236.803000', '144236.805000', '144236.808000', '144236.811000', '144236.813000', '144236.816000', '144236.819000', '144236.821000', '144236.824000', '144236.826000', '144236.829000', '144236.831000', '144236.834000', '144236.837000', '144236.839000', '144236.842000', '144236.845000', '144236.847000', '144236.850000', '144236.853000', '144236.855000', '144236.858000', '144236.860000', '144236.863000', '144236.866000', '144236.868000', '144236.871000', '144236.873000', '144236.876000', '144236.879000', '144236.881000', '144236.884000', '144236.887000', '144236.889000', '144256.777000', '144256.780000', '144256.782000', '144256.785000', '144256.788000', '144256.790000', '144256.793000', '144256.795000', '144256.798000', '144256.801000', '144256.803000', '144256.806000', '144256.809000', '144256.811000', '144256.814000', '144256.817000', '144256.819000', '144256.822000', '144256.825000', '144256.827000', '144256.830000', '144256.832000', '144256.835000', '144256.838000', '144256.840000', '144256.843000', '144256.845000', '144256.848000', '144256.851000', '144256.853000', '144256.856000', '144256.859000', '144256.861000', '144256.864000', '144256.866000', '144256.869000', '144256.872000', '144256.874000', '144256.877000', '144256.880000', '144256.882000', '144256.885000', '144256.887000', '144316.777000', '144316.779000', '144316.782000', '144316.785000', '144316.787000', '144316.790000', '144316.792000', '144316.795000', '144316.798000', '144316.800000', '144316.803000', '144316.806000', '144316.808000', '144316.811000', '144316.814000', '144316.816000', '144316.819000', '144316.822000', '144316.824000', '144316.827000', '144316.829000', '144316.832000', '144316.835000', '144316.837000', '144316.840000', '144316.843000', '144316.845000', '144316.848000', '144316.850000', '144316.853000', '144316.856000', '144316.858000', '144316.861000', '144316.864000', '144316.866000', '144316.869000', '144316.871000', '144316.917000', '144316.920000', '144316.922000', '144316.925000', '144316.928000', '144316.930000', '144316.933000', '144336.776000', '144336.779000', '144336.782000', '144336.785000', '144336.787000', '144336.790000', '144336.793000', '144336.795000', '144336.798000', '144336.801000', '144336.803000', '144336.806000', '144336.808000', '144336.811000', '144336.814000', '144336.816000', '144336.819000', '144336.822000', '144336.824000', '144336.827000', '144336.829000', '144336.832000', '144336.835000', '144336.837000', '144336.840000', '144336.843000', '144336.845000', '144336.848000', '144336.850000', '144336.853000', '144336.856000', '144336.858000', '144336.861000', '144336.863000', '144336.866000', '144336.869000', '144336.871000', '144336.874000', '144336.877000', '144336.879000', '144336.882000', '144336.884000', '144336.887000', '144353.035000', '144353.038000', '144353.041000', '144353.043000', '144353.046000', '144353.049000', '144353.051000', '144353.054000', '144353.056000', '144353.059000', '144353.062000', '144353.064000', '144353.067000', '144353.070000', '144353.073000', '144353.075000', '144353.078000', '144353.080000', '144353.083000', '144353.086000', '144353.088000', '144353.091000', '144353.094000', '144353.096000', '144353.099000', '144353.101000', '144353.104000', '144353.107000', '144353.109000', '144353.112000', '144353.114000', '144353.117000', '144353.120000', '144353.122000', '144353.125000', '144353.128000'], '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': [13733, 18847, 14869, 15970, 16258, 12408, 15842, 11954, 17724, 12216, 15514, 12190, 13820, 12138, 13498, 13289, 13767, 12932, 12709, 15843, 12946, 18302, 13519, 17046, 12548, 15196, 11543, 13611, 11282, 12802, 12824, 12431, 13128, 14430, 11089, 13380, 10711, 15141, 11448, 16879, 13656, 17112, 12467, 15965, 14873, 14385, 18846, 15714, 16827, 13066, 15381, 11667, 15922, 12255, 15860, 11260, 14600, 12822, 13609, 18311, 13643, 17865, 13336, 17398, 12445, 16060, 11612, 15788, 11485, 16001, 12456, 15086, 18010, 14082, 17938, 13500, 17672, 13552, 18127, 14392, 16916, 12853, 16624, 11908, 16964, 12899, 16454, 11897, 15406, 15327, 15203, 18938, 15316, 16480, 14002, 12557, 14560, 11329, 16572, 15589, 14790, 18987, 15389, 19809, 22303, 21173, 20978, 22877, 19039, 14329, 12438, 12942, 15443, 12693, 16791, 14390, 16556, 14300, 16566, 19442, 15941, 19414, 15895, 17240, 14774, 14652, 15483, 14429, 16187, 13516, 15876, 14344, 15245, 19318, 14764, 17860, 15597, 17185, 14643, 16069, 13313, 12156, 14673, 11736, 17695, 15745, 15332, 18661, 14954, 17477, 13995, 12317, 13940, 12635, 18667, 22914, 15541, 15933, 13353, 14605, 12131, 13893, 15792, 13878, 16342, 14876, 14556, 14618, 13752, 14401, 13914, 18074, 14871, 16023, 16869, 17522, 13672, 12191, 14888, 12837, 17578, 15751, 21010, 22242, 13967, 12294, 12698, 15666, 12391, 11521, 11316, 11976, 14581, 12016, 12152, 14281, 14313, 17525, 13820, 12610, 14651, 12852, 17792, 12857, 16387, 13645, 14990, 12043, 13929, 11745, 16120, 12050, 14988, 12378, 17555, 12999, 18362, 14492, 17998, 14071, 11134, 13441, 11378, 15002, 12912, 12850, 19176, 16182, 18589, 14954, 17150, 13197, 16167, 12795, 11309, 13620, 11234, 16847, 13205, 12522, 14334, 11670, 17025, 13796, 16347, 12191, 13264, 12141, 16718, 15164, 18310, 13859, 16301, 11871, 13887, 12176, 17207, 12630, 13929, 14614, 11502, 15050, 11080, 17253, 12962, 19256, 14996, 17973, 13776, 12332, 14478, 12413, 17557, 15072, 16774, 12220, 14673, 19582, 13108, 16604, 13096, 16848, 12783, 16407, 12763, 16065, 12626, 14489, 12289, 15045, 12800, 18144, 13181, 18362, 13803, 18017, 13538, 16391, 12584, 15946, 12370, 15694, 12301, 16517, 13273, 17764, 12710, 16079, 12228, 13298, 12356, 16304, 13892, 12667, 13418, 12356, 15820, 15727, 15724, 17671, 12910, 17488, 12637, 16354, 11988, 15117, 14305, 12730, 17767, 12670, 16684, 12416, 15915, 12040, 16176, 12134, 16113, 11946, 16573, 11908, 17003, 13012, 16993, 12311, 16275, 11745, 14988, 13744, 13802, 17399, 12755, 16537, 12535, 16786, 12393, 16190, 11954, 16089, 11693, 16624, 11747, 16126, 11806, 15363, 11645, 16650, 11641, 16040, 11933, 15514, 16330, 14695, 16225, 13336, 18869, 13188, 18265, 13968, 16836, 12153, 15980, 11719, 16908, 12799, 17518, 12255, 17006, 12113, 17321, 12627, 17099, 11715, 16110, 12491, 15414, 15279, 15236, 13785, 14006, 16269, 13254, 16745, 13984, 16106, 12925, 18609, 12936, 17618, 13265, 16531, 11861, 15915, 11063, 15741, 12100, 16119, 11606, 16747, 14437, 16580, 14631, 17693, 15289, 19598, 14144, 12085, 15406, 12332, 16986, 13039, 16258, 12525, 13872, 18427, 13721, 16949, 13010, 15163, 11548, 13735, 12162, 12401, 17688, 12753, 16253, 12265, 15149, 11205, 14579, 12614, 14256, 13102, 12850, 15360, 12853, 16824, 14435, 12233, 14149, 14670, 13143, 18344, 14534, 16304, 12086, 15248, 12540, 12965, 18182, 13236, 16264, 12377, 15849, 12388, 16213, 12562, 15982, 11953, 15815, 11822, 16862, 12672, 16368, 11216, 16235, 11792, 16980, 12200, 15989, 11489, 17328, 13328, 18220, 13311, 14432, 12879, 12390, 17636, 13370, 17377, 12701, 16980, 13284, 18326, 13036, 17681, 12996, 15331, 13051, 15453, 14226, 11962, 18656, 14345, 19039, 19841, 14004, 11976, 15213, 12572, 14127, 19452, 14828, 14068, 15510, 13520, 13854, 16627, 14426, 19461, 14193, 14322, 14850, 13740, 15153, 13313, 14273, 19504, 13035, 16044, 12974, 11606, 12928, 11623, 13558, 11726, 15035, 11841, 16313, 12305, 17786, 13708, 17324, 13768, 15602, 14627, 12103, 14290, 18911, 13685, 19077, 15976, 19791, 23785, 18729, 14348, 13890, 11226, 12271, 10950, 14857, 12635, 15954, 13442, 16366, 13840, 15125, 15095, 14151, 15323, 11768, 15551, 14211, 18639, 14597, 18084, 13582, 17435, 14615, 13701, 16924, 13088, 15481, 14963, 14628, 12290, 11521, 12490, 13867, 16717, 15240, 17751, 12225, 16512, 12517, 15874, 11742, 13245, 16553, 12210, 16282, 11358, 11147, 11011, 15449, 12903, 13495, 12764, 13562, 16211, 17858, 14089, 13951, 17227, 13185, 13806, 13445, 12198, 11922, 13907, 12839, 14970, 13161, 14785, 12221, 14424, 11456, 16291, 12748, 15719, 12198, 12357, 16962, 13299, 15541, 12757, 15044, 12720, 17828, 13269, 17177, 13853, 16356, 12861, 14805, 12223, 14707, 12041, 15255, 12739, 16481, 12824, 15591, 12367, 15421, 12449, 16524, 13125, 15484, 12734, 15566, 12690, 17848, 14062, 17046, 13449, 15808, 12470, 16348, 13044, 16799, 13345, 15207, 12476, 16296, 12639, 17044, 13636, 16973, 13116, 15834, 12778, 16198, 13057, 16757, 12998, 15900, 12809, 15656, 12632, 16310, 12640, 15626, 12081, 14590, 12688, 15617, 12375, 14522, 11621, 15557, 12270, 13997, 13077, 18014, 12602, 16692, 12678, 16007, 12518, 14874, 11204, 15033, 15009, 16512, 11800, 15565, 11573, 14592, 12536, 14915, 18750, 14028, 18041, 14275, 16486, 13040, 14297, 11588, 14095, 12829, 14816, 11829, 13437, 10541, 13682, 11267, 13033, 12374, 14224, 12188, 16654, 13089, 15945, 11801, 15492, 13678, 16411, 11334, 13502, 11235, 12984, 12009, 13004, 14728, 12137, 16301, 12597, 14645, 12424, 14634, 12036, 16019, 11905, 16108, 12308, 15285, 12029, 14952, 11908, 14608, 11965, 14792, 11614, 13800, 10978, 13440, 13180, 12388, 16405, 12794, 15306, 12459, 14247, 11438, 13816, 11024, 14357, 10413, 14325, 11611, 13718, 11620, 16087, 13759, 13097, 16328, 13116, 18976, 14082, 13778, 15489, 13220, 17558, 14917, 15505, 12881, 13722, 19480, 13358, 17362, 12605, 15109, 11896, 13157, 11204, 13947, 11636, 14821, 11776, 15490, 11439, 15125, 11616, 14827, 11256, 13573, 14096, 11955, 16804, 11918, 14979, 11773, 14095, 10838, 13587, 10518, 12845, 11200, 12300, 16273, 11351, 15998, 11892, 15553, 11761, 15121, 11904, 15116, 11702, 15337, 11214, 14300, 11530, 12478, 16540, 12056, 16733, 12020, 16649, 12471, 16174, 12934, 15579, 12210, 15551, 11931, 16114, 12638, 15755, 12672, 16191, 12734, 16803, 13593, 16645, 13731, 16913, 14079, 16837, 13798, 16719, 12790, 15527, 13366, 14610, 13719, 12722, 18006, 13240, 16644, 13077, 16639, 12700, 16161, 12854, 15893, 12708, 15384, 11670, 15338, 12098, 15381, 12039, 14511, 13534, 13725, 17404, 13521, 17179, 13014, 16101, 13106, 15955, 12426, 15196, 11322, 13999, 11482, 13456, 12456, 13378, 14982, 12179, 17702, 12846, 17179, 13318, 16467, 11794, 15105, 11896, 14276, 12859, 14566, 13369, 13318, 16351, 13553, 16708, 12967, 17520, 12871, 17497, 13505, 17102, 13208, 16664, 11986, 16035, 11935, 16170, 12009, 15363, 12036, 14518, 12690, 14643, 11012, 14289, 11065, 16844, 13114, 17512, 13243, 16767, 13105, 17915, 13783, 16702, 13071, 15932, 11933, 15369, 12564, 14529, 11088, 14446, 11348, 16060, 12108, 10842, 14891, 12214, 12064, 16168, 12746, 12233, 19109, 12667, 15075, 11974, 15123, 14381, 15238, 19945, 15322, 22420, 17242, 16005, 12958, 12353, 15070, 13172, 21035, 15123, 13213, 20859, 15856, 15947, 21330, 23562, 22891, 17061, 13557, 12323, 12033, 14794, 12427, 12521, 14125, 14398, 13811, 13339, 18525, 14359, 12637, 13636, 12363, 15384, 13419, 13807, 15581, 12358, 12918, 17952, 15687, 16310, 15250, 13806, 18149, 14650, 19174, 13596, 13570, 14474, 12856, 16811, 12963, 16945, 13120, 15771, 12549, 14309, 11733], 'WindowCenter': [4927.0, 4911.0, 4866.0, 4877.0, 4877.0, 4846.0, 4863.0, 4837.0, 4876.0, 4824.0, 4852.0, 4820.0, 4831.0, 4821.0, 4843.0, 4831.0, 4842.0, 4818.0, 4831.0, 4848.0, 4829.0, 4859.0, 4831.0, 4849.0, 4819.0, 4852.0, 4819.0, 4840.0, 4809.0, 4817.0, 4815.0, 4821.0, 4829.0, 4840.0, 4819.0, 4842.0, 4824.0, 4867.0, 4834.0, 4887.0, 4855.0, 4875.0, 4845.0, 4875.0, 4854.0, 4867.0, 4886.0, 4864.0, 4862.0, 4842.0, 4854.0, 4823.0, 4865.0, 4833.0, 4863.0, 4822.0, 4852.0, 4832.0, 4855.0, 4885.0, 4857.0, 4884.0, 4856.0, 4872.0, 4846.0, 4875.0, 4837.0, 4875.0, 4834.0, 4877.0, 4845.0, 4879.0, 4886.0, 4867.0, 4884.0, 4857.0, 4885.0, 4859.0, 4886.0, 4854.0, 4872.0, 4845.0, 4877.0, 4847.0, 4876.0, 4857.0, 4876.0, 4846.0, 4878.0, 4874.0, 4879.0, 4896.0, 4892.0, 4904.0, 4869.0, 4834.0, 4866.0, 4837.0, 4877.0, 4865.0, 4866.0, 4887.0, 4868.0, 4905.0, 4916.0, 4903.0, 4906.0, 4903.0, 4874.0, 4839.0, 4816.0, 4830.0, 4836.0, 4816.0, 4846.0, 4825.0, 4844.0, 4825.0, 4846.0, 4855.0, 4845.0, 4853.0, 4848.0, 4844.0, 4826.0, 4824.0, 4824.0, 4812.0, 4821.0, 4801.0, 4822.0, 4808.0, 4821.0, 4841.0, 4812.0, 4845.0, 4833.0, 4843.0, 4824.0, 4834.0, 4825.0, 4816.0, 4849.0, 4831.0, 4882.0, 4859.0, 4863.0, 4870.0, 4863.0, 4876.0, 4840.0, 4820.0, 4842.0, 4831.0, 4873.0, 4880.0, 4850.0, 4835.0, 4824.0, 4834.0, 4814.0, 4840.0, 4849.0, 4841.0, 4845.0, 4842.0, 4827.0, 4825.0, 4827.0, 4835.0, 4835.0, 4881.0, 4836.0, 4830.0, 4846.0, 4840.0, 4809.0, 4804.0, 4820.0, 4843.0, 4883.0, 4858.0, 4893.0, 4908.0, 4825.0, 4819.0, 4828.0, 4832.0, 4814.0, 4832.0, 4872.0, 4870.0, 4886.0, 4869.0, 4842.0, 4853.0, 4862.0, 4885.0, 4854.0, 4842.0, 4861.0, 4844.0, 4872.0, 4831.0, 4876.0, 4852.0, 4848.0, 4820.0, 4837.0, 4816.0, 4860.0, 4828.0, 4848.0, 4841.0, 4867.0, 4845.0, 4882.0, 4863.0, 4884.0, 4867.0, 4837.0, 4855.0, 4848.0, 4876.0, 4869.0, 4859.0, 4910.0, 4903.0, 4914.0, 4893.0, 4899.0, 4860.0, 4877.0, 4856.0, 4835.0, 4843.0, 4823.0, 4874.0, 4855.0, 4845.0, 4863.0, 4834.0, 4885.0, 4855.0, 4873.0, 4845.0, 4860.0, 4835.0, 4887.0, 4868.0, 4887.0, 4858.0, 4877.0, 4862.0, 4856.0, 4861.0, 4884.0, 4834.0, 4851.0, 4851.0, 4822.0, 4852.0, 4835.0, 4884.0, 4859.0, 4912.0, 4883.0, 4887.0, 4870.0, 4859.0, 4867.0, 4835.0, 4875.0, 4855.0, 4865.0, 4821.0, 4842.0, 4859.0, 4821.0, 4838.0, 4818.0, 4836.0, 4808.0, 4835.0, 4818.0, 4838.0, 4807.0, 4815.0, 4806.0, 4825.0, 4816.0, 4857.0, 4818.0, 4858.0, 4830.0, 4858.0, 4828.0, 4837.0, 4818.0, 4837.0, 4819.0, 4850.0, 4834.0, 4862.0, 4833.0, 4871.0, 4834.0, 4850.0, 4823.0, 4831.0, 4847.0, 4876.0, 4859.0, 4819.0, 4830.0, 4819.0, 4864.0, 4853.0, 4855.0, 4862.0, 4834.0, 4861.0, 4821.0, 4849.0, 4809.0, 4840.0, 4842.0, 4832.0, 4860.0, 4818.0, 4821.0, 4792.0, 4823.0, 4817.0, 4848.0, 4820.0, 4835.0, 4807.0, 4835.0, 4810.0, 4848.0, 4819.0, 4848.0, 4809.0, 4848.0, 4809.0, 4839.0, 4818.0, 4818.0, 4837.0, 4818.0, 4848.0, 4821.0, 4847.0, 4817.0, 4849.0, 4810.0, 4849.0, 4821.0, 4861.0, 4820.0, 4849.0, 4821.0, 4862.0, 4821.0, 4862.0, 4809.0, 4861.0, 4821.0, 4866.0, 4863.0, 4854.0, 4861.0, 4843.0, 4883.0, 4844.0, 4887.0, 4854.0, 4862.0, 4836.0, 4862.0, 4836.0, 4874.0, 4844.0, 4874.0, 4836.0, 4874.0, 4846.0, 4876.0, 4835.0, 4876.0, 4822.0, 4864.0, 4833.0, 4865.0, 4853.0, 4852.0, 4840.0, 4843.0, 4860.0, 4844.0, 4863.0, 4841.0, 4851.0, 4833.0, 4871.0, 4832.0, 4871.0, 4832.0, 4861.0, 4823.0, 4851.0, 4824.0, 4862.0, 4822.0, 4864.0, 4824.0, 4873.0, 4854.0, 4888.0, 4867.0, 4888.0, 4879.0, 4897.0, 4855.0, 4849.0, 4868.0, 4849.0, 4879.0, 4847.0, 4868.0, 4834.0, 4849.0, 4864.0, 4834.0, 4852.0, 4820.0, 4839.0, 4800.0, 4831.0, 4809.0, 4821.0, 4860.0, 4818.0, 4848.0, 4821.0, 4839.0, 4809.0, 4842.0, 4820.0, 4843.0, 4819.0, 4833.0, 4851.0, 4836.0, 4864.0, 4858.0, 4836.0, 4858.0, 4854.0, 4845.0, 4874.0, 4843.0, 4852.0, 4822.0, 4843.0, 4820.0, 4833.0, 4861.0, 4821.0, 4838.0, 4821.0, 4840.0, 4822.0, 4850.0, 4822.0, 4851.0, 4824.0, 4866.0, 4862.0, 4931.0, 4872.0, 4877.0, 4826.0, 4875.0, 4853.0, 4891.0, 4847.0, 4880.0, 4852.0, 4901.0, 4870.0, 4899.0, 4869.0, 4867.0, 4847.0, 4848.0, 4901.0, 4861.0, 4887.0, 4860.0, 4877.0, 4859.0, 4890.0, 4850.0, 4892.0, 4864.0, 4881.0, 4889.0, 4868.0, 4870.0, 4866.0, 4943.0, 4898.0, 4906.0, 4894.0, 4861.0, 4824.0, 4853.0, 4839.0, 4856.0, 4874.0, 4857.0, 4855.0, 4857.0, 4837.0, 4831.0, 4829.0, 4804.0, 4823.0, 4792.0, 4781.0, 4791.0, 4768.0, 4775.0, 4764.0, 4773.0, 4793.0, 4750.0, 4768.0, 4758.0, 4739.0, 4761.0, 4765.0, 4786.0, 4781.0, 4827.0, 4810.0, 4836.0, 4806.0, 4845.0, 4827.0, 4849.0, 4845.0, 4852.0, 4854.0, 4821.0, 4856.0, 4872.0, 4869.0, 4900.0, 4892.0, 4897.0, 4905.0, 4907.0, 4863.0, 4825.0, 4780.0, 4816.0, 4823.0, 4864.0, 4856.0, 4899.0, 4879.0, 4901.0, 4895.0, 4905.0, 4906.0, 4881.0, 4878.0, 4840.0, 4866.0, 4831.0, 4862.0, 4830.0, 4849.0, 4806.0, 4847.0, 4810.0, 4813.0, 4843.0, 4801.0, 4805.0, 4810.0, 4807.0, 4791.0, 4789.0, 4814.0, 4825.0, 4856.0, 4848.0, 4867.0, 4829.0, 4869.0, 4841.0, 4861.0, 4833.0, 4842.0, 4857.0, 4831.0, 4861.0, 4823.0, 4836.0, 4830.0, 4873.0, 4852.0, 4864.0, 4857.0, 4865.0, 4888.0, 4894.0, 4878.0, 4869.0, 4897.0, 4883.0, 4882.0, 4885.0, 4846.0, 4834.0, 4855.0, 4855.0, 4894.0, 4867.0, 4868.0, 4844.0, 4867.0, 4851.0, 4890.0, 4844.0, 4873.0, 4843.0, 4856.0, 4899.0, 4869.0, 4878.0, 4857.0, 4864.0, 4847.0, 4884.0, 4854.0, 4887.0, 4852.0, 4874.0, 4854.0, 4863.0, 4844.0, 4860.0, 4845.0, 4875.0, 4856.0, 4882.0, 4857.0, 4872.0, 4857.0, 4875.0, 4860.0, 4885.0, 4871.0, 4875.0, 4860.0, 4876.0, 4857.0, 4898.0, 4881.0, 4887.0, 4867.0, 4877.0, 4859.0, 4884.0, 4869.0, 4885.0, 4867.0, 4877.0, 4859.0, 4876.0, 4856.0, 4886.0, 4880.0, 4899.0, 4869.0, 4873.0, 4858.0, 4877.0, 4859.0, 4887.0, 4857.0, 4875.0, 4858.0, 4877.0, 4848.0, 4887.0, 4856.0, 4877.0, 4847.0, 4866.0, 4857.0, 4888.0, 4845.0, 4866.0, 4849.0, 4906.0, 4875.0, 4867.0, 4871.0, 4887.0, 4859.0, 4903.0, 4898.0, 4906.0, 4887.0, 4867.0, 4808.0, 4852.0, 4852.0, 4876.0, 4838.0, 4865.0, 4822.0, 4852.0, 4832.0, 4856.0, 4873.0, 4856.0, 4873.0, 4842.0, 4861.0, 4835.0, 4857.0, 4823.0, 4801.0, 4817.0, 4838.0, 4811.0, 4831.0, 4800.0, 4839.0, 4823.0, 4841.0, 4859.0, 4868.0, 4862.0, 4874.0, 4832.0, 4851.0, 4821.0, 4855.0, 4835.0, 4853.0, 4812.0, 4831.0, 4800.0, 4821.0, 4809.0, 4822.0, 4827.0, 4821.0, 4850.0, 4822.0, 4839.0, 4818.0, 4837.0, 4823.0, 4861.0, 4822.0, 4863.0, 4835.0, 4853.0, 4833.0, 4852.0, 4821.0, 4842.0, 4812.0, 4840.0, 4811.0, 4830.0, 4798.0, 4832.0, 4819.0, 4820.0, 4841.0, 4819.0, 4837.0, 4809.0, 4826.0, 4809.0, 4828.0, 4799.0, 4853.0, 4811.0, 4840.0, 4824.0, 4841.0, 4837.0, 4878.0, 4869.0, 4873.0, 4903.0, 4859.0, 4911.0, 4880.0, 4883.0, 4894.0, 4874.0, 4904.0, 4882.0, 4882.0, 4859.0, 4860.0, 4885.0, 4845.0, 4878.0, 4824.0, 4852.0, 4824.0, 4832.0, 4811.0, 4830.0, 4808.0, 4850.0, 4823.0, 4849.0, 4821.0, 4837.0, 4819.0, 4841.0, 4808.0, 4831.0, 4829.0, 4812.0, 4850.0, 4809.0, 4826.0, 4806.0, 4827.0, 4787.0, 4817.0, 4786.0, 4820.0, 4799.0, 4822.0, 4847.0, 4809.0, 4849.0, 4811.0, 4849.0, 4821.0, 4838.0, 4822.0, 4849.0, 4821.0, 4850.0, 4811.0, 4841.0, 4809.0, 4832.0, 4859.0, 4834.0, 4862.0, 4835.0, 4862.0, 4844.0, 4871.0, 4845.0, 4863.0, 4845.0, 4874.0, 4846.0, 4875.0, 4847.0, 4876.0, 4858.0, 4888.0, 4860.0, 4887.0, 4870.0, 4890.0, 4870.0, 4888.0, 4870.0, 4889.0, 4869.0, 4889.0, 4847.0, 4876.0, 4856.0, 4866.0, 4854.0, 4846.0, 4873.0, 4847.0, 4865.0, 4846.0, 4873.0, 4845.0, 4872.0, 4847.0, 4865.0, 4844.0, 4864.0, 4837.0, 4864.0, 4835.0, 4866.0, 4835.0, 4868.0, 4845.0, 4856.0, 4873.0, 4845.0, 4874.0, 4834.0, 4861.0, 4843.0, 4862.0, 4824.0, 4852.0, 4813.0, 4842.0, 4811.0, 4844.0, 4819.0, 4842.0, 4850.0, 4835.0, 4872.0, 4843.0, 4873.0, 4844.0, 4864.0, 4824.0, 4854.0, 4824.0, 4855.0, 4835.0, 4867.0, 4844.0, 4848.0, 4862.0, 4857.0, 4874.0, 4849.0, 4886.0, 4849.0, 4885.0, 4849.0, 4879.0, 4860.0, 4877.0, 4837.0, 4866.0, 4825.0, 4865.0, 4835.0, 4866.0, 4834.0, 4869.0, 4848.0, 4881.0, 4842.0, 4884.0, 4882.0, 4890.0, 4860.0, 4891.0, 4864.0, 4878.0, 4862.0, 4890.0, 4862.0, 4880.0, 4850.0, 4868.0, 4853.0, 4885.0, 4849.0, 4845.0, 4827.0, 4859.0, 4843.0, 4868.0, 4848.0, 4827.0, 4879.0, 4837.0, 4837.0, 4889.0, 4849.0, 4862.0, 4940.0, 4889.0, 4882.0, 4839.0, 4853.0, 4854.0, 4853.0, 4890.0, 4842.0, 4862.0, 4808.0, 4795.0, 4792.0, 4793.0, 4825.0, 4786.0, 4840.0, 4822.0, 4800.0, 4865.0, 4874.0, 4899.0, 4903.0, 4894.0, 4867.0, 4824.0, 4778.0, 4764.0, 4755.0, 4774.0, 4751.0, 4753.0, 4757.0, 4759.0, 4760.0, 4761.0, 4805.0, 4783.0, 4778.0, 4786.0, 4790.0, 4808.0, 4800.0, 4811.0, 4844.0, 4829.0, 4814.0, 4853.0, 4850.0, 4858.0, 4862.0, 4856.0, 4875.0, 4870.0, 4856.0, 4775.0, 4791.0, 4803.0, 4806.0, 4834.0, 4818.0, 4835.0, 4816.0, 4828.0, 4794.0, 4813.0, 4794.0], 'WindowWidth': [10704.0, 10659.0, 10587.0, 10603.0, 10599.0, 10553.0, 10574.0, 10541.0, 10598.0, 10515.0, 10553.0, 10505.0, 10522.0, 10509.0, 10543.0, 10522.0, 10539.0, 10500.0, 10521.0, 10542.0, 10519.0, 10565.0, 10521.0, 10548.0, 10503.0, 10558.0, 10506.0, 10537.0, 10489.0, 10499.0, 10494.0, 10511.0, 10518.0, 10536.0, 10508.0, 10544.0, 10519.0, 10583.0, 10537.0, 10615.0, 10566.0, 10595.0, 10549.0, 10595.0, 10559.0, 10583.0, 10614.0, 10575.0, 10571.0, 10541.0, 10560.0, 10516.0, 10577.0, 10528.0, 10571.0, 10513.0, 10558.0, 10526.0, 10564.0, 10609.0, 10570.0, 10606.0, 10566.0, 10586.0, 10553.0, 10594.0, 10541.0, 10594.0, 10535.0, 10597.0, 10550.0, 10604.0, 10612.0, 10585.0, 10608.0, 10570.0, 10609.0, 10576.0, 10610.0, 10563.0, 10586.0, 10550.0, 10597.0, 10557.0, 10598.0, 10571.0, 10597.0, 10552.0, 10604.0, 10594.0, 10607.0, 10630.0, 10633.0, 10649.0, 10590.0, 10533.0, 10586.0, 10544.0, 10602.0, 10580.0, 10583.0, 10621.0, 10591.0, 10668.0, 10701.0, 10661.0, 10674.0, 10669.0, 10591.0, 10533.0, 10500.0, 10522.0, 10524.0, 10496.0, 10536.0, 10504.0, 10534.0, 10505.0, 10538.0, 10550.0, 10537.0, 10549.0, 10546.0, 10534.0, 10511.0, 10505.0, 10504.0, 10482.0, 10495.0, 10467.0, 10498.0, 10474.0, 10496.0, 10527.0, 10485.0, 10538.0, 10519.0, 10534.0, 10509.0, 10524.0, 10514.0, 10500.0, 10551.0, 10531.0, 10606.0, 10571.0, 10579.0, 10596.0, 10578.0, 10603.0, 10539.0, 10510.0, 10542.0, 10524.0, 10598.0, 10609.0, 10551.0, 10521.0, 10506.0, 10522.0, 10493.0, 10541.0, 10551.0, 10543.0, 10537.0, 10541.0, 10512.0, 10509.0, 10516.0, 10525.0, 10531.0, 10604.0, 10530.0, 10512.0, 10546.0, 10531.0, 10483.0, 10481.0, 10499.0, 10551.0, 10611.0, 10569.0, 10639.0, 10671.0, 10512.0, 10509.0, 10519.0, 10519.0, 10497.0, 10533.0, 10610.0, 10604.0, 10621.0, 10599.0, 10544.0, 10561.0, 10577.0, 10612.0, 10565.0, 10548.0, 10571.0, 10550.0, 10589.0, 10526.0, 10601.0, 10558.0, 10549.0, 10509.0, 10531.0, 10502.0, 10564.0, 10520.0, 10546.0, 10543.0, 10578.0, 10551.0, 10604.0, 10577.0, 10608.0, 10587.0, 10542.0, 10563.0, 10559.0, 10599.0, 10592.0, 10576.0, 10656.0, 10646.0, 10670.0, 10632.0, 10639.0, 10580.0, 10602.0, 10569.0, 10538.0, 10544.0, 10517.0, 10590.0, 10564.0, 10549.0, 10575.0, 10535.0, 10612.0, 10564.0, 10590.0, 10552.0, 10578.0, 10536.0, 10617.0, 10589.0, 10620.0, 10574.0, 10599.0, 10585.0, 10566.0, 10583.0, 10606.0, 10534.0, 10553.0, 10553.0, 10510.0, 10553.0, 10535.0, 10603.0, 10577.0, 10659.0, 10613.0, 10616.0, 10593.0, 10575.0, 10581.0, 10534.0, 10594.0, 10562.0, 10574.0, 10505.0, 10537.0, 10563.0, 10503.0, 10524.0, 10494.0, 10520.0, 10483.0, 10519.0, 10497.0, 10525.0, 10482.0, 10488.0, 10479.0, 10502.0, 10493.0, 10551.0, 10499.0, 10557.0, 10517.0, 10557.0, 10514.0, 10527.0, 10499.0, 10523.0, 10498.0, 10547.0, 10531.0, 10566.0, 10526.0, 10579.0, 10529.0, 10548.0, 10512.0, 10521.0, 10553.0, 10593.0, 10574.0, 10499.0, 10517.0, 10501.0, 10572.0, 10554.0, 10559.0, 10566.0, 10526.0, 10564.0, 10506.0, 10544.0, 10484.0, 10532.0, 10537.0, 10522.0, 10564.0, 10497.0, 10490.0, 10448.0, 10495.0, 10497.0, 10541.0, 10503.0, 10519.0, 10480.0, 10517.0, 10489.0, 10540.0, 10500.0, 10540.0, 10485.0, 10539.0, 10482.0, 10528.0, 10495.0, 10497.0, 10525.0, 10495.0, 10541.0, 10507.0, 10537.0, 10495.0, 10543.0, 10491.0, 10543.0, 10506.0, 10565.0, 10505.0, 10546.0, 10507.0, 10569.0, 10509.0, 10565.0, 10489.0, 10565.0, 10507.0, 10578.0, 10570.0, 10559.0, 10565.0, 10543.0, 10601.0, 10545.0, 10613.0, 10560.0, 10568.0, 10536.0, 10567.0, 10538.0, 10590.0, 10546.0, 10589.0, 10537.0, 10589.0, 10552.0, 10594.0, 10534.0, 10591.0, 10512.0, 10574.0, 10526.0, 10576.0, 10554.0, 10553.0, 10532.0, 10540.0, 10562.0, 10544.0, 10568.0, 10538.0, 10549.0, 10528.0, 10580.0, 10527.0, 10580.0, 10525.0, 10564.0, 10512.0, 10551.0, 10515.0, 10569.0, 10512.0, 10572.0, 10514.0, 10584.0, 10561.0, 10619.0, 10583.0, 10613.0, 10604.0, 10637.0, 10565.0, 10560.0, 10585.0, 10558.0, 10605.0, 10552.0, 10583.0, 10530.0, 10556.0, 10577.0, 10528.0, 10554.0, 10504.0, 10530.0, 10473.0, 10520.0, 10484.0, 10507.0, 10563.0, 10501.0, 10541.0, 10505.0, 10531.0, 10488.0, 10539.0, 10504.0, 10539.0, 10500.0, 10524.0, 10549.0, 10537.0, 10574.0, 10571.0, 10534.0, 10568.0, 10555.0, 10548.0, 10590.0, 10539.0, 10552.0, 10507.0, 10540.0, 10502.0, 10525.0, 10564.0, 10506.0, 10528.0, 10505.0, 10529.0, 10508.0, 10546.0, 10507.0, 10548.0, 10513.0, 10580.0, 10586.0, 10700.0, 10600.0, 10596.0, 10524.0, 10591.0, 10572.0, 10622.0, 10553.0, 10604.0, 10571.0, 10639.0, 10590.0, 10632.0, 10590.0, 10580.0, 10555.0, 10556.0, 10637.0, 10578.0, 10612.0, 10575.0, 10596.0, 10573.0, 10619.0, 10558.0, 10627.0, 10588.0, 10609.0, 10629.0, 10584.0, 10590.0, 10598.0, 10723.0, 10645.0, 10652.0, 10639.0, 10577.0, 10513.0, 10552.0, 10541.0, 10566.0, 10597.0, 10564.0, 10561.0, 10564.0, 10531.0, 10518.0, 10514.0, 10468.0, 10503.0, 10450.0, 10431.0, 10443.0, 10405.0, 10416.0, 10396.0, 10407.0, 10442.0, 10370.0, 10394.0, 10379.0, 10355.0, 10390.0, 10401.0, 10435.0, 10435.0, 10508.0, 10488.0, 10519.0, 10478.0, 10530.0, 10509.0, 10542.0, 10548.0, 10552.0, 10556.0, 10507.0, 10561.0, 10584.0, 10592.0, 10643.0, 10630.0, 10640.0, 10663.0, 10656.0, 10578.0, 10512.0, 10438.0, 10502.0, 10522.0, 10581.0, 10572.0, 10638.0, 10612.0, 10646.0, 10642.0, 10654.0, 10661.0, 10617.0, 10609.0, 10551.0, 10581.0, 10524.0, 10570.0, 10520.0, 10550.0, 10478.0, 10548.0, 10482.0, 10489.0, 10534.0, 10467.0, 10465.0, 10480.0, 10475.0, 10456.0, 10454.0, 10494.0, 10512.0, 10562.0, 10553.0, 10583.0, 10525.0, 10583.0, 10545.0, 10572.0, 10534.0, 10549.0, 10560.0, 10527.0, 10571.0, 10518.0, 10541.0, 10529.0, 10595.0, 10561.0, 10582.0, 10573.0, 10586.0, 10620.0, 10625.0, 10606.0, 10594.0, 10635.0, 10619.0, 10616.0, 10623.0, 10557.0, 10536.0, 10564.0, 10570.0, 10639.0, 10592.0, 10590.0, 10550.0, 10588.0, 10571.0, 10625.0, 10548.0, 10587.0, 10550.0, 10574.0, 10639.0, 10595.0, 10604.0, 10575.0, 10580.0, 10557.0, 10607.0, 10565.0, 10616.0, 10559.0, 10594.0, 10566.0, 10576.0, 10550.0, 10569.0, 10551.0, 10595.0, 10571.0, 10605.0, 10574.0, 10589.0, 10572.0, 10595.0, 10581.0, 10614.0, 10598.0, 10599.0, 10581.0, 10599.0, 10577.0, 10636.0, 10616.0, 10620.0, 10591.0, 10604.0, 10580.0, 10612.0, 10595.0, 10616.0, 10589.0, 10602.0, 10580.0, 10601.0, 10573.0, 10617.0, 10611.0, 10637.0, 10593.0, 10593.0, 10577.0, 10601.0, 10578.0, 10617.0, 10573.0, 10598.0, 10574.0, 10601.0, 10562.0, 10614.0, 10570.0, 10601.0, 10557.0, 10587.0, 10574.0, 10622.0, 10551.0, 10585.0, 10563.0, 10657.0, 10610.0, 10587.0, 10597.0, 10616.0, 10577.0, 10646.0, 10648.0, 10656.0, 10630.0, 10583.0, 10484.0, 10550.0, 10556.0, 10595.0, 10542.0, 10577.0, 10512.0, 10555.0, 10525.0, 10566.0, 10590.0, 10565.0, 10592.0, 10541.0, 10568.0, 10532.0, 10570.0, 10513.0, 10462.0, 10497.0, 10527.0, 10494.0, 10518.0, 10476.0, 10529.0, 10516.0, 10541.0, 10575.0, 10586.0, 10585.0, 10592.0, 10522.0, 10548.0, 10509.0, 10563.0, 10531.0, 10559.0, 10495.0, 10519.0, 10475.0, 10505.0, 10487.0, 10508.0, 10511.0, 10508.0, 10551.0, 10508.0, 10531.0, 10502.0, 10528.0, 10513.0, 10568.0, 10511.0, 10570.0, 10531.0, 10557.0, 10530.0, 10552.0, 10508.0, 10539.0, 10494.0, 10531.0, 10488.0, 10516.0, 10470.0, 10523.0, 10501.0, 10502.0, 10534.0, 10500.0, 10523.0, 10484.0, 10504.0, 10483.0, 10510.0, 10473.0, 10555.0, 10490.0, 10531.0, 10518.0, 10537.0, 10541.0, 10600.0, 10592.0, 10600.0, 10649.0, 10576.0, 10662.0, 10614.0, 10618.0, 10636.0, 10606.0, 10652.0, 10614.0, 10614.0, 10576.0, 10578.0, 10617.0, 10549.0, 10604.0, 10518.0, 10559.0, 10517.0, 10526.0, 10495.0, 10519.0, 10488.0, 10551.0, 10515.0, 10546.0, 10509.0, 10528.0, 10506.0, 10540.0, 10489.0, 10524.0, 10515.0, 10497.0, 10550.0, 10490.0, 10511.0, 10482.0, 10512.0, 10456.0, 10498.0, 10454.0, 10504.0, 10474.0, 10512.0, 10544.0, 10493.0, 10546.0, 10495.0, 10544.0, 10509.0, 10531.0, 10510.0, 10547.0, 10511.0, 10551.0, 10497.0, 10538.0, 10491.0, 10529.0, 10562.0, 10533.0, 10571.0, 10535.0, 10571.0, 10548.0, 10585.0, 10551.0, 10575.0, 10552.0, 10590.0, 10555.0, 10596.0, 10558.0, 10597.0, 10574.0, 10616.0, 10581.0, 10618.0, 10594.0, 10621.0, 10593.0, 10620.0, 10595.0, 10621.0, 10592.0, 10621.0, 10557.0, 10599.0, 10566.0, 10582.0, 10560.0, 10554.0, 10594.0, 10556.0, 10582.0, 10553.0, 10588.0, 10550.0, 10585.0, 10554.0, 10578.0, 10549.0, 10578.0, 10540.0, 10579.0, 10538.0, 10582.0, 10535.0, 10584.0, 10549.0, 10569.0, 10589.0, 10550.0, 10592.0, 10531.0, 10567.0, 10545.0, 10571.0, 10516.0, 10555.0, 10498.0, 10539.0, 10496.0, 10544.0, 10505.0, 10540.0, 10547.0, 10532.0, 10586.0, 10546.0, 10587.0, 10546.0, 10574.0, 10517.0, 10561.0, 10517.0, 10564.0, 10533.0, 10582.0, 10543.0, 10556.0, 10571.0, 10569.0, 10589.0, 10559.0, 10610.0, 10557.0, 10606.0, 10557.0, 10601.0, 10572.0, 10594.0, 10537.0, 10577.0, 10517.0, 10574.0, 10529.0, 10574.0, 10531.0, 10586.0, 10553.0, 10608.0, 10553.0, 10616.0, 10627.0, 10618.0, 10573.0, 10623.0, 10585.0, 10600.0, 10580.0, 10618.0, 10579.0, 10605.0, 10557.0, 10583.0, 10572.0, 10624.0, 10559.0, 10549.0, 10522.0, 10572.0, 10555.0, 10585.0, 10559.0, 10527.0, 10605.0, 10539.0, 10540.0, 10618.0, 10559.0, 10585.0, 10712.0, 10638.0, 10615.0, 10547.0, 10560.0, 10559.0, 10560.0, 10632.0, 10544.0, 10586.0, 10474.0, 10446.0, 10456.0, 10458.0, 10509.0, 10442.0, 10527.0, 10498.0, 10466.0, 10571.0, 10597.0, 10650.0, 10660.0, 10659.0, 10602.0, 10504.0, 10422.0, 10399.0, 10384.0, 10409.0, 10373.0, 10377.0, 10377.0, 10381.0, 10383.0, 10389.0, 10463.0, 10427.0, 10425.0, 10435.0, 10450.0, 10473.0, 10463.0, 10482.0, 10536.0, 10522.0, 10491.0, 10548.0, 10550.0, 10562.0, 10570.0, 10566.0, 10595.0, 10590.0, 10551.0, 10415.0, 10444.0, 10467.0, 10475.0, 10517.0, 10497.0, 10523.0, 10494.0, 10514.0, 10458.0, 10484.0, 10459.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.003029332706766917</td></tr>
<tr><td colspan=3>aqi</td><td>0.040489645488721804</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.758076744045184</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.281887448965193</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0301501069990577</td></tr>
<tr><td colspan=3>efc</td><td>0.5147</td></tr>
<tr><td colspan=3>fber</td><td>3915.8687</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15421792135415208</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>215</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>20.206766917293233</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3765173642429445</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2519547644910327</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6850936632551057</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.192503664982696</td></tr>
<tr><td colspan=3>gcor</td><td>0.0259166</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017524641007184982</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03941984847187996</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>4.081962161159763</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>34.226</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>67.9461</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>264.0452</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>67.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292335.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1236.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>466.5268</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9774</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>612.2872</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3982.922</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4173.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84209.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1491.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5167.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1022.2964</td></tr>
<tr><td colspan=3>tsnr</td><td>31.433639116585255</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>