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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0030_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-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-01_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-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-01_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-0030/ses-01/func/sub-0030_ses-01_task-alignvideo_acq-mb8_run-01_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>7a655548aa0d2a14473a2c12b39e2363</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>18:54:8.110000</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.991594, -0.00553486, 0.129271, 0.020944, 0.992775, -0.118148]</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-01_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.102659</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4162, -7704, -7257, 434, -119, -308, -111, 102]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 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>255.309</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1eac6f7f-00f9-4f6a-8835-9c60c08c59b3||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.6603739261627197, 0.05619121715426445, 0.3447439968585968, 100.16268157958984], [0.014849637635052204, 2.6635429859161377, -0.3236275613307953, -89.976806640625], [0.3468242585659027, 0.31698185205459595, 2.658273220062256, -115.74052429199219], [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, 1073]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'AcquisitionTime': ['185408.110000', '185408.570000', '185409.030000', '185409.490000', '185409.950000', '185410.410000', '185410.870000', '185411.330000', '185411.790000', '185412.250000', '185412.710000', '185413.170000', '185413.630000', '185414.090000', '185414.550000', '185415.010000', '185415.470000', '185415.930000', '185416.390000', '185416.850000', '185417.310000', '185417.770000', '185418.230000', '185418.690000', '185419.150000', '185419.610000', '185420.070000', '185420.530000', '185420.990000', '185421.450000', '185421.910000', '185422.370000', '185422.830000', '185423.290000', '185423.750000', '185424.210000', '185424.670000', '185425.130000', '185425.590000', '185426.050000', '185426.510000', '185426.970000', '185427.430000', '185427.890000', '185428.350000', '185428.810000', '185429.270000', '185429.730000', '185430.190000', '185430.650000', '185431.110000', '185431.570000', '185432.030000', '185432.490000', '185432.950000', '185433.410000', '185433.870000', '185434.330000', '185434.790000', '185435.250000', '185435.710000', '185436.170000', '185436.630000', '185437.090000', '185437.550000', '185438.010000', '185438.470000', '185438.930000', '185439.390000', '185439.850000', '185440.310000', '185440.770000', '185441.230000', '185441.690000', '185442.150000', '185442.610000', '185443.070000', '185443.530000', '185443.990000', '185444.450000', '185444.910000', '185445.370000', '185445.830000', '185446.290000', '185446.750000', '185447.210000', '185447.670000', '185448.130000', '185448.590000', '185449.050000', '185449.510000', '185449.970000', '185450.430000', '185450.890000', '185451.350000', '185451.810000', '185452.270000', '185452.730000', '185453.190000', '185453.650000', '185454.110000', '185454.570000', '185455.030000', '185455.490000', '185455.950000', '185456.410000', '185456.870000', '185457.330000', '185457.790000', '185458.250000', '185458.710000', '185459.170000', '185459.630000', '185500.090000', '185500.550000', '185501.010000', '185501.470000', '185501.930000', '185502.390000', '185502.850000', '185503.310000', '185503.770000', '185504.230000', '185504.690000', '185505.150000', '185505.610000', '185506.070000', '185506.530000', '185506.990000', '185507.450000', '185507.910000', '185508.370000', '185508.830000', '185509.290000', '185509.750000', '185510.210000', '185510.670000', '185511.130000', '185511.590000', '185512.050000', '185512.510000', '185512.970000', '185513.430000', '185513.890000', '185514.350000', '185514.810000', '185515.270000', '185515.730000', '185516.190000', '185516.650000', '185517.110000', '185517.570000', '185518.030000', '185518.490000', '185518.950000', '185519.410000', '185519.870000', '185520.330000', '185520.790000', '185521.250000', '185521.710000', '185522.170000', '185522.630000', '185523.090000', '185523.550000', '185524.010000', '185524.470000', '185524.930000', '185525.390000', '185525.850000', '185526.310000', '185526.770000', '185527.230000', '185527.690000', '185528.150000', '185528.610000', '185529.070000', '185529.530000', '185529.990000', '185530.450000', '185530.910000', '185531.370000', '185531.830000', '185532.290000', '185532.750000', '185533.210000', '185533.670000', '185534.130000', '185534.590000', '185535.050000', '185535.510000', '185535.970000', '185536.430000', '185536.890000', '185537.350000', '185537.810000', '185538.270000', '185538.730000', '185539.190000', '185539.650000', '185540.110000', '185540.570000', '185541.030000', '185541.490000', '185541.950000', '185542.410000', '185542.870000', '185543.330000', '185543.790000', '185544.250000', '185544.710000', '185545.170000', '185545.630000', '185546.090000', '185546.550000', '185547.010000', '185547.470000', '185547.930000', '185548.390000', '185548.850000', '185549.310000', '185549.770000', '185550.230000', '185550.690000', '185551.150000', '185551.610000', '185552.070000', '185552.530000', '185552.990000', '185553.450000', '185553.910000', '185554.370000', '185554.830000', '185555.290000', '185555.750000', '185556.210000', '185556.670000', '185557.130000', '185557.590000', '185558.050000', '185558.510000', '185558.970000', '185559.430000', '185559.890000', '185600.350000', '185600.810000', '185601.270000', '185601.730000', '185602.190000', '185602.650000', '185603.110000', '185603.570000', '185604.030000', '185604.490000', '185604.950000', '185605.410000', '185605.870000', '185606.330000', '185606.790000', '185607.250000', '185607.710000', '185608.170000', '185608.630000', '185609.090000', '185609.550000', '185610.010000', '185610.470000', '185610.930000', '185611.390000', '185611.850000', '185612.310000', '185612.770000', '185613.230000', '185613.690000', '185614.150000', '185614.610000', '185615.070000', '185615.530000', '185615.990000', '185616.450000', '185616.910000', '185617.370000', '185617.830000', '185618.290000', '185618.750000', '185619.210000', '185619.670000', '185620.130000', '185620.590000', '185621.050000', '185621.510000', '185621.970000', '185622.430000', '185622.890000', '185623.350000', '185623.810000', '185624.270000', '185624.730000', '185625.190000', '185625.650000', '185626.110000', '185626.570000', '185627.030000', '185627.490000', '185627.950000', '185628.410000', '185628.870000', '185629.330000', '185629.790000', '185630.250000', '185630.710000', '185631.170000', '185631.630000', '185632.090000', '185632.550000', '185633.010000', '185633.470000', '185633.930000', '185634.390000', '185634.850000', '185635.310000', '185635.770000', '185636.230000', '185636.690000', '185637.150000', '185637.610000', '185638.070000', '185638.530000', '185638.990000', '185639.450000', '185639.910000', '185640.370000', '185640.830000', '185641.290000', '185641.750000', '185642.210000', '185642.670000', '185643.130000', '185643.590000', '185644.050000', '185644.510000', '185644.970000', '185645.430000', '185645.890000', '185646.350000', '185646.810000', '185647.270000', '185647.730000', '185648.190000', '185648.650000', '185649.110000', '185649.570000', '185650.030000', '185650.490000', '185650.950000', '185651.410000', '185651.870000', '185652.330000', '185652.790000', '185653.250000', '185653.710000', '185654.170000', '185654.630000', '185655.090000', '185655.550000', '185656.010000', '185656.470000', '185656.930000', '185657.390000', '185657.850000', '185658.310000', '185658.770000', '185659.230000', '185659.690000', '185700.150000', '185700.610000', '185701.070000', '185701.530000', '185701.990000', '185702.450000', '185702.910000', '185703.370000', '185703.830000', '185704.290000', '185704.750000', '185705.210000', '185705.670000', '185706.130000', '185706.590000', '185707.050000', '185707.510000', '185707.970000', '185708.430000', '185708.890000', '185709.350000', '185709.810000', '185710.270000', '185710.730000', '185711.190000', '185711.650000', '185712.110000', '185712.570000', '185713.030000', '185713.490000', '185713.950000', '185714.410000', '185714.870000', '185715.330000', '185715.790000', '185716.250000', '185716.710000', '185717.170000', '185717.630000', '185718.090000', '185718.550000', '185719.010000', '185719.470000', '185719.930000', '185720.390000', '185720.850000', '185721.310000', '185721.770000', '185722.230000', '185722.690000', '185723.150000', '185723.610000', '185724.070000', '185724.530000', '185724.990000', '185725.450000', '185725.910000', '185726.370000', '185726.830000', '185727.290000', '185727.750000', '185728.210000', '185728.670000', '185729.130000', '185729.590000', '185730.050000', '185730.510000', '185730.970000', '185731.430000', '185731.890000', '185732.350000', '185732.810000', '185733.270000', '185733.730000', '185734.190000', '185734.650000', '185735.110000', '185735.570000', '185736.030000', '185736.490000', '185736.950000', '185737.410000', '185737.870000', '185738.330000', '185738.790000', '185739.250000', '185739.710000', '185740.170000', '185740.630000', '185741.090000', '185741.550000', '185742.010000', '185742.470000', '185742.930000', '185743.390000', '185743.850000', '185744.310000', '185744.770000', '185745.230000', '185745.690000', '185746.150000', '185746.610000', '185747.070000', '185747.530000', '185747.990000', '185748.450000', '185748.910000', '185749.370000', '185749.830000', '185750.290000', '185750.750000', '185751.210000', '185751.670000', '185752.130000', '185752.590000', '185753.050000', '185753.510000', '185753.970000', '185754.430000', '185754.890000', '185755.350000', '185755.810000', '185756.270000', '185756.730000', '185757.190000', '185757.650000', '185758.110000', '185758.570000', '185759.030000', '185759.490000', '185759.950000', '185800.410000', '185800.870000', '185801.330000', '185801.790000', '185802.250000', '185802.710000', '185803.170000', '185803.630000', '185804.090000', '185804.550000', '185805.010000', '185805.470000', '185805.930000', '185806.390000', '185806.850000', '185807.310000', '185807.770000', '185808.230000', '185808.690000', '185809.150000', '185809.610000', '185810.070000', '185810.530000', '185810.990000', '185811.450000', '185811.910000', '185812.370000', '185812.830000', '185813.290000', '185813.750000', '185814.210000', '185814.670000', '185815.130000', '185815.590000', '185816.050000', '185816.510000', '185816.970000', '185817.430000', '185817.890000', '185818.350000', '185818.810000', '185819.270000', '185819.730000', '185820.190000', '185820.650000', '185821.110000', '185821.570000', '185822.030000', '185822.490000', '185822.950000', '185823.410000', '185823.870000', '185824.330000', '185824.790000', '185825.250000', '185825.710000', '185826.170000', '185826.630000', '185827.090000', '185827.550000', '185828.010000', '185828.470000', '185828.930000', '185829.390000', '185829.850000', '185830.310000', '185830.770000', '185831.230000', '185831.690000', '185832.150000', '185832.610000', '185833.070000', '185833.530000', '185833.990000', '185834.450000', '185834.910000', '185835.370000', '185835.830000', '185836.290000', '185836.750000', '185837.210000', '185837.670000', '185838.130000', '185838.590000', '185839.050000', '185839.510000', '185839.970000', '185840.430000', '185840.890000', '185841.350000', '185841.810000', '185842.270000', '185842.730000', '185843.190000', '185843.650000', '185844.110000', '185844.570000', '185845.030000', '185845.490000', '185845.950000', '185846.410000', '185846.870000', '185847.330000', '185847.790000', '185848.250000', '185848.710000', '185849.170000', '185849.630000', '185850.090000', '185850.550000', '185851.010000', '185851.470000', '185851.930000', '185852.390000', '185852.850000', '185853.310000', '185853.770000', '185854.230000', '185854.690000', '185855.150000', '185855.610000', '185856.070000', '185856.530000', '185856.990000', '185857.450000', '185857.910000', '185858.370000', '185858.830000', '185859.290000', '185859.750000', '185900.210000', '185900.670000', '185901.130000', '185901.590000', '185902.050000', '185902.510000', '185902.970000', '185903.430000', '185903.890000', '185904.350000', '185904.810000', '185905.270000', '185905.730000', '185906.190000', '185906.650000', '185907.110000', '185907.570000', '185908.030000', '185908.490000', '185908.950000', '185909.410000', '185909.870000', '185910.330000', '185910.790000', '185911.250000', '185911.710000', '185912.170000', '185912.630000', '185913.090000', '185913.550000', '185914.010000', '185914.470000', '185914.930000', '185915.390000', '185915.850000', '185916.310000', '185916.770000', '185917.230000', '185917.690000', '185918.150000', '185918.610000', '185919.070000', '185919.530000', '185919.990000', '185920.450000', '185920.910000', '185921.370000', '185921.830000', '185922.290000', '185922.750000', '185923.210000', '185923.670000', '185924.130000', '185924.590000', '185925.050000', '185925.510000', '185925.970000', '185926.430000', '185926.890000', '185927.350000', '185927.810000', '185928.270000', '185928.730000', '185929.190000', '185929.650000', '185930.110000', '185930.570000', '185931.030000', '185931.490000', '185931.950000', '185932.410000', '185932.870000', '185933.330000', '185933.790000', '185934.250000', '185934.710000', '185935.170000', '185935.630000', '185936.090000', '185936.550000', '185937.010000', '185937.470000', '185937.930000', '185938.390000', '185938.850000', '185939.310000', '185939.770000', '185940.230000', '185940.690000', '185941.150000', '185941.610000', '185942.070000', '185942.530000', '185942.990000', '185943.450000', '185943.910000', '185944.370000', '185944.830000', '185945.290000', '185945.750000', '185946.210000', '185946.670000', '185947.130000', '185947.590000', '185948.050000', '185948.510000', '185948.970000', '185949.430000', '185949.890000', '185950.350000', '185950.810000', '185951.270000', '185951.730000', '185952.190000', '185952.650000', '185953.110000', '185953.570000', '185954.030000', '185954.490000', '185954.950000', '185955.410000', '185955.870000', '185956.330000', '185956.790000', '185957.250000', '185957.710000', '185958.170000', '185958.630000', '185959.090000', '185959.550000', '190000.010000', '190000.470000', '190000.930000', '190001.390000', '190001.850000', '190002.310000', '190002.770000', '190003.230000', '190003.690000', '190004.150000', '190004.610000', '190005.070000', '190005.530000', '190005.990000', '190006.450000', '190006.910000', '190007.370000', '190007.830000', '190008.290000', '190008.750000', '190009.210000', '190009.670000', '190010.130000', '190010.590000', '190011.050000', '190011.510000', '190011.970000', '190012.430000', '190012.890000', '190013.350000', '190013.810000', '190014.270000', '190014.730000', '190015.190000', '190015.650000', '190016.110000', '190016.570000', '190017.030000', '190017.490000', '190017.950000', '190018.410000', '190018.870000', '190019.330000', '190019.790000', '190020.250000', '190020.710000', '190021.170000', '190021.630000', '190022.090000', '190022.550000', '190023.010000', '190023.470000', '190023.930000', '190024.390000', '190024.850000', '190025.310000', '190025.770000', '190026.230000', '190026.690000', '190027.150000', '190027.610000', '190028.070000', '190028.530000', '190028.990000', '190029.450000', '190029.910000', '190030.370000', '190030.830000', '190031.290000', '190031.750000', '190032.210000', '190032.670000', '190033.130000', '190033.590000', '190034.050000', '190034.510000', '190034.970000', '190035.430000', '190035.890000', '190036.350000', '190036.810000', '190037.270000', '190037.730000', '190038.190000', '190038.650000', '190039.110000', '190039.570000', '190040.030000', '190040.490000', '190040.950000', '190041.410000', '190041.870000', '190042.330000', '190042.790000', '190043.250000', '190043.710000', '190044.170000', '190044.630000', '190045.090000', '190045.550000', '190046.010000', '190046.470000', '190046.930000', '190047.390000', '190047.850000', '190048.310000', '190048.770000', '190049.230000', '190049.690000', '190050.150000', '190050.610000', '190051.070000', '190051.530000', '190051.990000', '190052.450000', '190052.910000', '190053.370000', '190053.830000', '190054.290000', '190054.750000', '190055.210000', '190055.670000', '190056.130000', '190056.590000', '190057.050000', '190057.510000', '190057.970000', '190058.430000', '190058.890000', '190059.350000', '190059.810000', '190100.270000', '190100.730000', '190101.190000', '190101.650000', '190102.110000', '190102.570000', '190103.030000', '190103.490000', '190103.950000', '190104.410000', '190104.870000', '190105.330000', '190105.790000', '190106.250000', '190106.710000', '190107.170000', '190107.630000', '190108.090000', '190108.550000', '190109.010000', '190109.470000', '190109.930000', '190110.390000', '190110.850000', '190111.310000', '190111.770000', '190112.230000', '190112.690000', '190113.150000', '190113.610000', '190114.070000', '190114.530000', '190114.990000', '190115.450000', '190115.910000', '190116.370000', '190116.830000', '190117.290000', '190117.750000', '190118.210000', '190118.670000', '190119.130000', '190119.590000', '190120.050000', '190120.510000', '190120.970000', '190121.430000', '190121.890000', '190122.350000', '190122.810000', '190123.270000', '190123.730000', '190124.190000', '190124.650000', '190125.110000', '190125.570000', '190126.030000', '190126.490000', '190126.950000', '190127.410000', '190127.870000', '190128.330000', '190128.790000', '190129.250000', '190129.710000', '190130.170000', '190130.630000', '190131.090000', '190131.550000', '190132.010000', '190132.470000', '190132.930000', '190133.390000', '190133.850000', '190134.310000', '190134.770000', '190135.230000', '190135.690000', '190136.150000', '190136.610000', '190137.070000', '190137.530000', '190137.990000', '190138.450000', '190138.910000', '190139.370000', '190139.830000', '190140.290000', '190140.750000', '190141.210000', '190141.670000', '190142.130000', '190142.590000', '190143.050000', '190143.510000', '190143.970000', '190144.430000', '190144.890000', '190145.350000', '190145.810000', '190146.270000', '190146.730000', '190147.190000', '190147.650000', '190148.110000', '190148.570000', '190149.030000', '190149.490000', '190149.950000', '190150.410000', '190150.870000', '190151.330000', '190151.790000', '190152.250000', '190152.710000', '190153.170000', '190153.630000', '190154.090000', '190154.550000', '190155.010000', '190155.470000', '190155.930000', '190156.390000', '190156.850000', '190157.310000', '190157.770000', '190158.230000', '190158.690000', '190159.150000', '190159.610000', '190200.070000', '190200.530000', '190200.990000', '190201.450000', '190201.910000', '190202.370000', '190202.830000', '190203.290000', '190203.750000', '190204.210000', '190204.670000', '190205.130000', '190205.590000', '190206.050000', '190206.510000', '190206.970000', '190207.430000', '190207.890000', '190208.350000', '190208.810000', '190209.270000', '190209.730000', '190210.190000', '190210.650000', '190211.110000', '190211.570000', '190212.030000', '190212.490000', '190212.950000', '190213.410000', '190213.870000', '190214.330000', '190214.790000', '190215.250000', '190215.710000', '190216.170000', '190216.630000', '190217.090000', '190217.550000', '190218.010000', '190218.470000', '190218.930000', '190219.390000', '190219.850000', '190220.310000', '190220.770000', '190221.230000'], 'ContentTime': ['185433.638000', '185433.641000', '185433.643000', '185433.646000', '185433.648000', '185433.651000', '185433.653000', '185433.656000', '185433.659000', '185433.661000', '185433.664000', '185433.666000', '185433.669000', '185433.671000', '185433.674000', '185433.682000', '185433.685000', '185433.688000', '185433.690000', '185433.693000', '185433.695000', '185433.698000', '185433.700000', '185433.703000', '185433.705000', '185433.708000', '185433.710000', '185433.713000', '185433.716000', '185433.718000', '185433.721000', '185433.723000', '185433.726000', '185433.729000', '185433.731000', '185433.734000', '185433.736000', '185433.739000', '185433.741000', '185433.744000', '185433.746000', '185433.749000', '185433.752000', '185433.754000', '185433.757000', '185433.759000', '185433.762000', '185433.764000', '185433.767000', '185433.770000', '185433.772000', '185433.775000', '185433.777000', '185453.588000', '185453.591000', '185453.594000', '185453.596000', '185453.599000', '185453.602000', '185453.604000', '185453.607000', '185453.609000', '185453.612000', '185453.614000', '185453.617000', '185453.620000', '185453.622000', '185453.625000', '185453.627000', '185453.630000', '185453.632000', '185453.635000', '185453.638000', '185453.640000', '185453.643000', '185453.645000', '185453.648000', '185453.650000', '185453.653000', '185453.656000', '185453.658000', '185453.661000', '185453.663000', '185453.666000', '185453.668000', '185453.671000', '185453.674000', '185453.676000', '185453.679000', '185453.681000', '185453.684000', '185453.686000', '185453.689000', '185453.692000', '185453.694000', '185453.697000', '185513.589000', '185513.591000', '185513.594000', '185513.597000', '185513.600000', '185513.602000', '185513.605000', '185513.607000', '185513.610000', '185513.613000', '185513.615000', '185513.618000', '185513.620000', '185513.623000', '185513.626000', '185513.628000', '185513.631000', '185513.634000', '185513.636000', '185513.639000', '185513.641000', '185513.644000', '185513.647000', '185513.649000', '185513.652000', '185513.654000', '185513.657000', '185513.659000', '185513.662000', '185513.665000', '185513.667000', '185513.670000', '185513.673000', '185513.675000', '185513.678000', '185513.680000', '185513.683000', '185513.685000', '185513.688000', '185513.690000', '185513.693000', '185513.696000', '185513.698000', '185513.701000', '185533.589000', '185533.591000', '185533.594000', '185533.597000', '185533.599000', '185533.602000', '185533.604000', '185533.607000', '185533.609000', '185533.612000', '185533.615000', '185533.618000', '185533.621000', '185533.630000', '185533.632000', '185533.635000', '185533.638000', '185533.640000', '185533.643000', '185533.646000', '185533.649000', '185533.651000', '185533.654000', '185533.656000', '185533.659000', '185533.662000', '185533.664000', '185533.667000', '185533.669000', '185533.672000', '185533.675000', '185533.677000', '185533.680000', '185533.682000', '185533.685000', '185533.688000', '185533.690000', '185533.693000', '185533.696000', '185533.698000', '185533.701000', '185533.703000', '185533.706000', '185553.589000', '185553.592000', '185553.594000', '185553.597000', '185553.599000', '185553.602000', '185553.605000', '185553.607000', '185553.610000', '185553.618000', '185553.620000', '185553.623000', '185553.626000', '185553.628000', '185553.631000', '185553.633000', '185553.636000', '185553.639000', '185553.641000', '185553.644000', '185553.646000', '185553.649000', '185553.651000', '185553.654000', '185553.657000', '185553.659000', '185553.662000', '185553.664000', '185553.678000', '185553.681000', '185553.683000', '185553.686000', '185553.688000', '185553.691000', '185553.693000', '185553.696000', '185553.699000', '185553.701000', '185553.704000', '185553.706000', '185553.709000', '185553.711000', '185553.714000', '185553.717000', '185613.589000', '185613.592000', '185613.594000', '185613.597000', '185613.599000', '185613.602000', '185613.605000', '185613.607000', '185613.610000', '185613.613000', '185613.615000', '185613.618000', '185613.620000', '185613.623000', '185613.626000', '185613.628000', '185613.631000', '185613.633000', '185613.636000', '185613.639000', '185613.641000', '185613.644000', '185613.647000', '185613.650000', '185613.652000', '185613.655000', '185613.657000', '185613.660000', '185613.663000', '185613.666000', '185613.668000', '185613.671000', '185613.674000', '185613.677000', '185613.679000', '185613.682000', '185613.684000', '185613.687000', '185613.690000', '185613.692000', '185613.695000', '185613.697000', '185613.700000', '185633.589000', '185633.591000', '185633.594000', '185633.597000', '185633.599000', '185633.602000', '185633.605000', '185633.607000', '185633.610000', '185633.612000', '185633.615000', '185633.617000', '185633.620000', '185633.623000', '185633.626000', '185633.628000', '185633.631000', '185633.633000', '185633.636000', '185633.638000', '185633.641000', '185633.644000', '185633.646000', '185633.649000', '185633.651000', '185633.654000', '185633.656000', '185633.659000', '185633.662000', '185633.664000', '185633.667000', '185633.669000', '185633.672000', '185633.674000', '185633.677000', '185633.680000', '185633.682000', '185633.685000', '185633.687000', '185633.690000', '185633.693000', '185633.695000', '185633.698000', '185633.700000', '185653.589000', '185653.592000', '185653.594000', '185653.597000', '185653.599000', '185653.602000', '185653.605000', '185653.607000', '185653.610000', '185653.612000', '185653.615000', '185653.618000', '185653.620000', '185653.623000', '185653.625000', '185653.628000', '185653.630000', '185653.633000', '185653.636000', '185653.639000', '185653.642000', '185653.644000', '185653.647000', '185653.650000', '185653.652000', '185653.655000', '185653.658000', '185653.660000', '185653.663000', '185653.665000', '185653.668000', '185653.670000', '185653.673000', '185653.675000', '185653.678000', '185653.681000', '185653.684000', '185653.687000', '185653.689000', '185653.692000', '185653.694000', '185653.697000', '185653.700000', '185713.589000', '185713.592000', '185713.594000', '185713.597000', '185713.599000', '185713.602000', '185713.605000', '185713.607000', '185713.610000', '185713.613000', '185713.615000', '185713.618000', '185713.620000', '185713.623000', '185713.626000', '185713.628000', '185713.631000', '185713.633000', '185713.636000', '185713.639000', '185713.641000', '185713.644000', '185713.646000', '185713.649000', '185713.652000', '185713.654000', '185713.657000', '185713.659000', '185713.662000', '185713.665000', '185713.667000', '185713.670000', '185713.673000', '185713.675000', '185713.678000', '185713.680000', '185713.683000', '185713.685000', '185713.688000', '185713.691000', '185713.693000', '185713.696000', '185713.698000', '185713.701000', '185733.589000', '185733.592000', '185733.594000', '185733.597000', '185733.600000', '185733.603000', '185733.606000', '185733.608000', '185733.617000', '185733.620000', '185733.622000', '185733.625000', '185733.628000', '185733.630000', '185733.633000', '185733.635000', '185733.638000', '185733.640000', '185733.643000', '185733.646000', '185733.648000', '185733.651000', '185733.654000', '185733.656000', '185733.667000', '185733.669000', '185733.672000', '185733.675000', '185733.677000', '185733.680000', '185733.682000', '185733.685000', '185733.688000', '185733.690000', '185733.693000', '185733.695000', '185733.698000', '185733.700000', '185733.703000', '185733.706000', '185733.708000', '185733.711000', '185733.713000', '185753.589000', '185753.591000', '185753.594000', '185753.597000', '185753.599000', '185753.602000', '185753.605000', '185753.607000', '185753.610000', '185753.612000', '185753.615000', '185753.618000', '185753.620000', '185753.623000', '185753.625000', '185753.628000', '185753.631000', '185753.633000', '185753.636000', '185753.638000', '185753.641000', '185753.643000', '185753.646000', '185753.649000', '185753.651000', '185753.654000', '185753.656000', '185753.659000', '185753.662000', '185753.664000', '185753.667000', '185753.669000', '185753.672000', '185753.675000', '185753.677000', '185753.680000', '185753.682000', '185753.685000', '185753.688000', '185753.690000', '185753.693000', '185753.695000', '185753.698000', '185753.700000', '185813.589000', '185813.591000', '185813.594000', '185813.597000', '185813.599000', '185813.602000', '185813.604000', '185813.611000', '185813.614000', '185813.617000', '185813.619000', '185813.622000', '185813.624000', '185813.627000', '185813.629000', '185813.632000', '185813.635000', '185813.637000', '185813.640000', '185813.643000', '185813.645000', '185813.648000', '185813.651000', '185813.653000', '185813.656000', '185813.658000', '185813.662000', '185813.665000', '185813.667000', '185813.670000', '185813.673000', '185813.675000', '185813.678000', '185813.681000', '185813.683000', '185813.686000', '185813.689000', '185813.691000', '185813.694000', '185813.696000', '185813.699000', '185813.701000', '185813.704000', '185833.589000', '185833.591000', '185833.594000', '185833.597000', '185833.599000', '185833.602000', '185833.604000', '185833.607000', '185833.610000', '185833.613000', '185833.615000', '185833.618000', '185833.620000', '185833.623000', '185833.625000', '185833.628000', '185833.631000', '185833.633000', '185833.636000', '185833.638000', '185833.641000', '185833.644000', '185833.646000', '185833.649000', '185833.651000', '185833.654000', '185833.657000', '185833.659000', '185833.662000', '185833.664000', '185833.667000', '185833.670000', '185833.672000', '185833.675000', '185833.677000', '185833.680000', '185833.683000', '185833.685000', '185833.688000', '185833.690000', '185833.693000', '185833.696000', '185833.698000', '185833.701000', '185853.589000', '185853.591000', '185853.594000', '185853.597000', '185853.599000', '185853.602000', '185853.604000', '185853.607000', '185853.610000', '185853.612000', '185853.615000', '185853.617000', '185853.620000', '185853.623000', '185853.625000', '185853.628000', '185853.630000', '185853.633000', '185853.636000', '185853.638000', '185853.641000', '185853.643000', '185853.646000', '185853.649000', '185853.651000', '185853.654000', '185853.656000', '185853.659000', '185853.661000', '185853.664000', '185853.667000', '185853.669000', '185853.672000', '185853.674000', '185853.677000', '185853.680000', '185853.682000', '185853.685000', '185853.687000', '185853.690000', '185853.693000', '185853.695000', '185853.698000', '185913.589000', '185913.591000', '185913.594000', '185913.597000', '185913.599000', '185913.602000', '185913.605000', '185913.607000', '185913.610000', '185913.613000', '185913.615000', '185913.618000', '185913.621000', '185913.623000', '185913.626000', '185913.628000', '185913.631000', '185913.634000', '185913.636000', '185913.639000', '185913.641000', '185913.644000', '185913.647000', '185913.649000', '185913.652000', '185913.654000', '185913.657000', '185913.660000', '185913.662000', '185913.665000', '185913.667000', '185913.670000', '185913.673000', '185913.675000', '185913.678000', '185913.681000', '185913.683000', '185913.686000', '185913.688000', '185913.691000', '185913.694000', '185913.696000', '185913.699000', '185913.701000', '185933.589000', '185933.592000', '185933.601000', '185933.603000', '185933.606000', '185933.609000', '185933.611000', '185933.614000', '185933.617000', '185933.619000', '185933.622000', '185933.624000', '185933.627000', '185933.630000', '185933.632000', '185933.635000', '185933.637000', '185933.640000', '185933.643000', '185933.645000', '185933.648000', '185933.650000', '185933.653000', '185933.656000', '185933.658000', '185933.661000', '185933.663000', '185933.666000', '185933.669000', '185933.671000', '185933.674000', '185933.677000', '185933.679000', '185933.682000', '185933.684000', '185933.687000', '185933.690000', '185933.692000', '185933.695000', '185933.698000', '185933.700000', '185933.703000', '185933.706000', '185953.589000', '185953.592000', '185953.594000', '185953.597000', '185953.599000', '185953.602000', '185953.605000', '185953.607000', '185953.610000', '185953.613000', '185953.615000', '185953.618000', '185953.620000', '185953.623000', '185953.626000', '185953.628000', '185953.631000', '185953.633000', '185953.636000', '185953.640000', '185953.643000', '185953.646000', '185953.648000', '185953.651000', '185953.654000', '185953.656000', '185953.659000', '185953.661000', '185953.664000', '185953.666000', '185953.669000', '185953.672000', '185953.674000', '185953.677000', '185953.679000', '185953.682000', '185953.685000', '185953.687000', '185953.690000', '185953.692000', '185953.695000', '185953.698000', '185953.700000', '185953.703000', '190013.589000', '190013.592000', '190013.594000', '190013.597000', '190013.600000', '190013.602000', '190013.605000', '190013.608000', '190013.610000', '190013.613000', '190013.615000', '190013.618000', '190013.620000', '190013.623000', '190013.626000', '190013.628000', '190013.631000', '190013.633000', '190013.636000', '190013.639000', '190013.641000', '190013.644000', '190013.646000', '190013.649000', '190013.652000', '190013.654000', '190013.657000', '190013.659000', '190013.662000', '190013.664000', '190013.667000', '190013.670000', '190013.672000', '190013.675000', '190013.677000', '190013.680000', '190013.683000', '190013.685000', '190013.688000', '190013.691000', '190013.693000', '190013.696000', '190013.698000', '190033.590000', '190033.593000', '190033.609000', '190033.612000', '190033.614000', '190033.617000', '190033.620000', '190033.622000', '190033.625000', '190033.627000', '190033.630000', '190033.632000', '190033.635000', '190033.638000', '190033.640000', '190033.643000', '190033.645000', '190033.648000', '190033.651000', '190033.653000', '190033.656000', '190033.658000', '190033.661000', '190033.664000', '190033.666000', '190033.669000', '190033.671000', '190033.674000', '190033.676000', '190033.679000', '190033.682000', '190033.684000', '190033.687000', '190033.689000', '190033.692000', '190033.694000', '190033.697000', '190033.700000', '190033.702000', '190033.705000', '190033.707000', '190033.710000', '190033.712000', '190033.715000', '190053.589000', '190053.591000', '190053.594000', '190053.597000', '190053.600000', '190053.602000', '190053.605000', '190053.607000', '190053.610000', '190053.612000', '190053.615000', '190053.617000', '190053.620000', '190053.623000', '190053.625000', '190053.628000', '190053.630000', '190053.633000', '190053.636000', '190053.638000', '190053.641000', '190053.643000', '190053.646000', '190053.648000', '190053.651000', '190053.653000', '190053.656000', '190053.659000', '190053.661000', '190053.664000', '190053.667000', '190053.669000', '190053.672000', '190053.674000', '190053.677000', '190053.679000', '190053.682000', '190053.684000', '190053.687000', '190053.690000', '190053.692000', '190053.695000', '190053.697000', '190113.589000', '190113.592000', '190113.594000', '190113.597000', '190113.600000', '190113.602000', '190113.605000', '190113.607000', '190113.610000', '190113.612000', '190113.615000', '190113.618000', '190113.620000', '190113.623000', '190113.626000', '190113.628000', '190113.631000', '190113.634000', '190113.636000', '190113.639000', '190113.641000', '190113.644000', '190113.646000', '190113.649000', '190113.652000', '190113.654000', '190113.657000', '190113.659000', '190113.662000', '190113.665000', '190113.667000', '190113.670000', '190113.673000', '190113.675000', '190113.678000', '190113.680000', '190113.683000', '190113.686000', '190113.688000', '190113.691000', '190113.694000', '190113.696000', '190113.699000', '190113.701000', '190133.589000', '190133.592000', '190133.594000', '190133.597000', '190133.600000', '190133.602000', '190133.605000', '190133.608000', '190133.610000', '190133.613000', '190133.615000', '190133.618000', '190133.620000', '190133.623000', '190133.626000', '190133.628000', '190133.631000', '190133.633000', '190133.636000', '190133.638000', '190133.641000', '190133.644000', '190133.646000', '190133.649000', '190133.651000', '190133.654000', '190133.656000', '190133.659000', '190133.662000', '190133.664000', '190133.667000', '190133.670000', '190133.672000', '190133.675000', '190133.677000', '190133.680000', '190133.682000', '190133.685000', '190133.687000', '190133.690000', '190133.693000', '190133.695000', '190133.698000', '190153.589000', '190153.591000', '190153.594000', '190153.597000', '190153.599000', '190153.603000', '190153.606000', '190153.609000', '190153.611000', '190153.614000', '190153.617000', '190153.619000', '190153.622000', '190153.625000', '190153.627000', '190153.630000', '190153.632000', '190153.635000', '190153.638000', '190153.640000', '190153.643000', '190153.645000', '190153.648000', '190153.651000', '190153.653000', '190153.656000', '190153.659000', '190153.661000', '190153.664000', '190153.667000', '190153.669000', '190153.672000', '190153.674000', '190153.677000', '190153.679000', '190153.682000', '190153.684000', '190153.687000', '190153.690000', '190153.692000', '190153.695000', '190153.697000', '190153.700000', '190153.703000', '190213.589000', '190213.592000', '190213.594000', '190213.597000', '190213.599000', '190213.602000', '190213.605000', '190213.607000', '190213.610000', '190213.612000', '190213.615000', '190213.618000', '190213.620000', '190213.623000', '190213.625000', '190213.628000', '190213.631000', '190213.633000', '190213.636000', '190213.638000', '190213.641000', '190213.643000', '190213.646000', '190213.649000', '190213.651000', '190213.654000', '190213.656000', '190213.659000', '190213.661000', '190213.664000', '190213.667000', '190213.669000', '190213.672000', '190213.674000', '190213.677000', '190213.679000', '190213.682000', '190213.684000', '190213.687000', '190213.690000', '190213.692000', '190213.695000', '190213.697000', '190222.534000', '190222.537000', '190222.540000', '190222.543000', '190222.545000', '190222.548000', '190222.551000', '190222.553000', '190222.556000', '190222.558000', '190222.561000', '190222.564000', '190222.567000', '190222.569000', '190222.572000', '190222.575000', '190222.577000', '190222.580000', '190222.583000', '190222.585000'], 'InstanceCreationTime': ['185433.638000', '185433.641000', '185433.643000', '185433.646000', '185433.648000', '185433.651000', '185433.653000', '185433.656000', '185433.659000', '185433.661000', '185433.664000', '185433.666000', '185433.669000', '185433.671000', '185433.674000', '185433.682000', '185433.685000', '185433.688000', '185433.690000', '185433.693000', '185433.695000', '185433.698000', '185433.700000', '185433.703000', '185433.705000', '185433.708000', '185433.710000', '185433.713000', '185433.716000', '185433.718000', '185433.721000', '185433.723000', '185433.726000', '185433.729000', '185433.731000', '185433.734000', '185433.736000', '185433.739000', '185433.741000', '185433.744000', '185433.746000', '185433.749000', '185433.752000', '185433.754000', '185433.757000', '185433.759000', '185433.762000', '185433.764000', '185433.767000', '185433.770000', '185433.772000', '185433.775000', '185433.777000', '185453.588000', '185453.591000', '185453.594000', '185453.596000', '185453.599000', '185453.602000', '185453.604000', '185453.607000', '185453.609000', '185453.612000', '185453.614000', '185453.617000', '185453.620000', '185453.622000', '185453.625000', '185453.627000', '185453.630000', '185453.632000', '185453.635000', '185453.638000', '185453.640000', '185453.643000', '185453.645000', '185453.648000', '185453.650000', '185453.653000', '185453.656000', '185453.658000', '185453.661000', '185453.663000', '185453.666000', '185453.668000', '185453.671000', '185453.674000', '185453.676000', '185453.679000', '185453.681000', '185453.684000', '185453.686000', '185453.689000', '185453.692000', '185453.694000', '185453.697000', '185513.589000', '185513.591000', '185513.594000', '185513.597000', '185513.600000', '185513.602000', '185513.605000', '185513.607000', '185513.610000', '185513.613000', '185513.615000', '185513.618000', '185513.620000', '185513.623000', '185513.626000', '185513.628000', '185513.631000', '185513.634000', '185513.636000', '185513.639000', '185513.641000', '185513.644000', '185513.647000', '185513.649000', '185513.652000', '185513.654000', '185513.657000', '185513.659000', '185513.662000', '185513.665000', '185513.667000', '185513.670000', '185513.673000', '185513.675000', '185513.678000', '185513.680000', '185513.683000', '185513.685000', '185513.688000', '185513.690000', '185513.693000', '185513.696000', '185513.698000', '185513.701000', '185533.589000', '185533.591000', '185533.594000', '185533.597000', '185533.599000', '185533.602000', '185533.604000', '185533.607000', '185533.609000', '185533.612000', '185533.615000', '185533.618000', '185533.621000', '185533.630000', '185533.632000', '185533.635000', '185533.638000', '185533.640000', '185533.643000', '185533.646000', '185533.649000', '185533.651000', '185533.654000', '185533.656000', '185533.659000', '185533.662000', '185533.664000', '185533.667000', '185533.669000', '185533.672000', '185533.675000', '185533.677000', '185533.680000', '185533.682000', '185533.685000', '185533.688000', '185533.690000', '185533.693000', '185533.696000', '185533.698000', '185533.701000', '185533.703000', '185533.706000', '185553.589000', '185553.592000', '185553.594000', '185553.597000', '185553.599000', '185553.602000', '185553.605000', '185553.607000', '185553.610000', '185553.618000', '185553.620000', '185553.623000', '185553.626000', '185553.628000', '185553.631000', '185553.633000', '185553.636000', '185553.639000', '185553.641000', '185553.644000', '185553.646000', '185553.649000', '185553.651000', '185553.654000', '185553.657000', '185553.659000', '185553.662000', '185553.664000', '185553.678000', '185553.681000', '185553.683000', '185553.686000', '185553.688000', '185553.691000', '185553.693000', '185553.696000', '185553.699000', '185553.701000', '185553.704000', '185553.706000', '185553.709000', '185553.711000', '185553.714000', '185553.717000', '185613.589000', '185613.592000', '185613.594000', '185613.597000', '185613.599000', '185613.602000', '185613.605000', '185613.607000', '185613.610000', '185613.613000', '185613.615000', '185613.618000', '185613.620000', '185613.623000', '185613.626000', '185613.628000', '185613.631000', '185613.633000', '185613.636000', '185613.639000', '185613.641000', '185613.644000', '185613.647000', '185613.650000', '185613.652000', '185613.655000', '185613.657000', '185613.660000', '185613.663000', '185613.666000', '185613.668000', '185613.671000', '185613.674000', '185613.677000', '185613.679000', '185613.682000', '185613.684000', '185613.687000', '185613.690000', '185613.692000', '185613.695000', '185613.697000', '185613.700000', '185633.589000', '185633.591000', '185633.594000', '185633.597000', '185633.599000', '185633.602000', '185633.605000', '185633.607000', '185633.610000', '185633.612000', '185633.615000', '185633.617000', '185633.620000', '185633.623000', '185633.626000', '185633.628000', '185633.631000', '185633.633000', '185633.636000', '185633.638000', '185633.641000', '185633.644000', '185633.646000', '185633.649000', '185633.651000', '185633.654000', '185633.656000', '185633.659000', '185633.662000', '185633.664000', '185633.667000', '185633.669000', '185633.672000', '185633.674000', '185633.677000', '185633.680000', '185633.682000', '185633.685000', '185633.687000', '185633.690000', '185633.693000', '185633.695000', '185633.698000', '185633.700000', '185653.589000', '185653.592000', '185653.594000', '185653.597000', '185653.599000', '185653.602000', '185653.605000', '185653.607000', '185653.610000', '185653.612000', '185653.615000', '185653.618000', '185653.620000', '185653.623000', '185653.625000', '185653.628000', '185653.630000', '185653.633000', '185653.636000', '185653.639000', '185653.642000', '185653.644000', '185653.647000', '185653.650000', '185653.652000', '185653.655000', '185653.658000', '185653.660000', '185653.663000', '185653.665000', '185653.668000', '185653.670000', '185653.673000', '185653.675000', '185653.678000', '185653.681000', '185653.684000', '185653.687000', '185653.689000', '185653.692000', '185653.694000', '185653.697000', '185653.700000', '185713.589000', '185713.592000', '185713.594000', '185713.597000', '185713.599000', '185713.602000', '185713.605000', '185713.607000', '185713.610000', '185713.613000', '185713.615000', '185713.618000', '185713.620000', '185713.623000', '185713.626000', '185713.628000', '185713.631000', '185713.633000', '185713.636000', '185713.639000', '185713.641000', '185713.644000', '185713.646000', '185713.649000', '185713.652000', '185713.654000', '185713.657000', '185713.659000', '185713.662000', '185713.665000', '185713.667000', '185713.670000', '185713.673000', '185713.675000', '185713.678000', '185713.680000', '185713.683000', '185713.685000', '185713.688000', '185713.691000', '185713.693000', '185713.696000', '185713.698000', '185713.701000', '185733.589000', '185733.592000', '185733.594000', '185733.597000', '185733.600000', '185733.603000', '185733.606000', '185733.608000', '185733.617000', '185733.620000', '185733.622000', '185733.625000', '185733.628000', '185733.630000', '185733.633000', '185733.635000', '185733.638000', '185733.640000', '185733.643000', '185733.646000', '185733.648000', '185733.651000', '185733.654000', '185733.656000', '185733.667000', '185733.669000', '185733.672000', '185733.675000', '185733.677000', '185733.680000', '185733.682000', '185733.685000', '185733.688000', '185733.690000', '185733.693000', '185733.695000', '185733.698000', '185733.700000', '185733.703000', '185733.706000', '185733.708000', '185733.711000', '185733.713000', '185753.589000', '185753.591000', '185753.594000', '185753.597000', '185753.599000', '185753.602000', '185753.605000', '185753.607000', '185753.610000', '185753.612000', '185753.615000', '185753.618000', '185753.620000', '185753.623000', '185753.625000', '185753.628000', '185753.631000', '185753.633000', '185753.636000', '185753.638000', '185753.641000', '185753.643000', '185753.646000', '185753.649000', '185753.651000', '185753.654000', '185753.656000', '185753.659000', '185753.662000', '185753.664000', '185753.667000', '185753.669000', '185753.672000', '185753.675000', '185753.677000', '185753.680000', '185753.682000', '185753.685000', '185753.688000', '185753.690000', '185753.693000', '185753.695000', '185753.698000', '185753.700000', '185813.589000', '185813.591000', '185813.594000', '185813.597000', '185813.599000', '185813.602000', '185813.604000', '185813.611000', '185813.614000', '185813.617000', '185813.619000', '185813.622000', '185813.624000', '185813.627000', '185813.629000', '185813.632000', '185813.635000', '185813.637000', '185813.640000', '185813.643000', '185813.645000', '185813.648000', '185813.651000', '185813.653000', '185813.656000', '185813.658000', '185813.662000', '185813.665000', '185813.667000', '185813.670000', '185813.673000', '185813.675000', '185813.678000', '185813.681000', '185813.683000', '185813.686000', '185813.689000', '185813.691000', '185813.694000', '185813.696000', '185813.699000', '185813.701000', '185813.704000', '185833.589000', '185833.591000', '185833.594000', '185833.597000', '185833.599000', '185833.602000', '185833.604000', '185833.607000', '185833.610000', '185833.613000', '185833.615000', '185833.618000', '185833.620000', '185833.623000', '185833.625000', '185833.628000', '185833.631000', '185833.633000', '185833.636000', '185833.638000', '185833.641000', '185833.644000', '185833.646000', '185833.649000', '185833.651000', '185833.654000', '185833.657000', '185833.659000', '185833.662000', '185833.664000', '185833.667000', '185833.670000', '185833.672000', '185833.675000', '185833.677000', '185833.680000', '185833.683000', '185833.685000', '185833.688000', '185833.690000', '185833.693000', '185833.696000', '185833.698000', '185833.701000', '185853.589000', '185853.591000', '185853.594000', '185853.597000', '185853.599000', '185853.602000', '185853.604000', '185853.607000', '185853.610000', '185853.612000', '185853.615000', '185853.617000', '185853.620000', '185853.623000', '185853.625000', '185853.628000', '185853.630000', '185853.633000', '185853.636000', '185853.638000', '185853.641000', '185853.643000', '185853.646000', '185853.649000', '185853.651000', '185853.654000', '185853.656000', '185853.659000', '185853.661000', '185853.664000', '185853.667000', '185853.669000', '185853.672000', '185853.674000', '185853.677000', '185853.680000', '185853.682000', '185853.685000', '185853.687000', '185853.690000', '185853.693000', '185853.695000', '185853.698000', '185913.589000', '185913.591000', '185913.594000', '185913.597000', '185913.599000', '185913.602000', '185913.605000', '185913.607000', '185913.610000', '185913.613000', '185913.615000', '185913.618000', '185913.621000', '185913.623000', '185913.626000', '185913.628000', '185913.631000', '185913.634000', '185913.636000', '185913.639000', '185913.641000', '185913.644000', '185913.647000', '185913.649000', '185913.652000', '185913.654000', '185913.657000', '185913.660000', '185913.662000', '185913.665000', '185913.667000', '185913.670000', '185913.673000', '185913.675000', '185913.678000', '185913.681000', '185913.683000', '185913.686000', '185913.688000', '185913.691000', '185913.694000', '185913.696000', '185913.699000', '185913.701000', '185933.589000', '185933.592000', '185933.601000', '185933.603000', '185933.606000', '185933.609000', '185933.611000', '185933.614000', '185933.617000', '185933.619000', '185933.622000', '185933.624000', '185933.627000', '185933.630000', '185933.632000', '185933.635000', '185933.637000', '185933.640000', '185933.643000', '185933.645000', '185933.648000', '185933.650000', '185933.653000', '185933.656000', '185933.658000', '185933.661000', '185933.663000', '185933.666000', '185933.669000', '185933.671000', '185933.674000', '185933.677000', '185933.679000', '185933.682000', '185933.684000', '185933.687000', '185933.690000', '185933.692000', '185933.695000', '185933.698000', '185933.700000', '185933.703000', '185933.706000', '185953.589000', '185953.592000', '185953.594000', '185953.597000', '185953.599000', '185953.602000', '185953.605000', '185953.607000', '185953.610000', '185953.613000', '185953.615000', '185953.618000', '185953.620000', '185953.623000', '185953.626000', '185953.628000', '185953.631000', '185953.633000', '185953.636000', '185953.640000', '185953.643000', '185953.646000', '185953.648000', '185953.651000', '185953.654000', '185953.656000', '185953.659000', '185953.661000', '185953.664000', '185953.666000', '185953.669000', '185953.672000', '185953.674000', '185953.677000', '185953.679000', '185953.682000', '185953.685000', '185953.687000', '185953.690000', '185953.692000', '185953.695000', '185953.698000', '185953.700000', '185953.703000', '190013.589000', '190013.592000', '190013.594000', '190013.597000', '190013.600000', '190013.602000', '190013.605000', '190013.608000', '190013.610000', '190013.613000', '190013.615000', '190013.618000', '190013.620000', '190013.623000', '190013.626000', '190013.628000', '190013.631000', '190013.633000', '190013.636000', '190013.639000', '190013.641000', '190013.644000', '190013.646000', '190013.649000', '190013.652000', '190013.654000', '190013.657000', '190013.659000', '190013.662000', '190013.664000', '190013.667000', '190013.670000', '190013.672000', '190013.675000', '190013.677000', '190013.680000', '190013.683000', '190013.685000', '190013.688000', '190013.691000', '190013.693000', '190013.696000', '190013.698000', '190033.590000', '190033.593000', '190033.609000', '190033.612000', '190033.614000', '190033.617000', '190033.620000', '190033.622000', '190033.625000', '190033.627000', '190033.630000', '190033.632000', '190033.635000', '190033.638000', '190033.640000', '190033.643000', '190033.645000', '190033.648000', '190033.651000', '190033.653000', '190033.656000', '190033.658000', '190033.661000', '190033.664000', '190033.666000', '190033.669000', '190033.671000', '190033.674000', '190033.676000', '190033.679000', '190033.682000', '190033.684000', '190033.687000', '190033.689000', '190033.692000', '190033.694000', '190033.697000', '190033.700000', '190033.702000', '190033.705000', '190033.707000', '190033.710000', '190033.712000', '190033.715000', '190053.589000', '190053.591000', '190053.594000', '190053.597000', '190053.600000', '190053.602000', '190053.605000', '190053.607000', '190053.610000', '190053.612000', '190053.615000', '190053.617000', '190053.620000', '190053.623000', '190053.625000', '190053.628000', '190053.630000', '190053.633000', '190053.636000', '190053.638000', '190053.641000', '190053.643000', '190053.646000', '190053.648000', '190053.651000', '190053.653000', '190053.656000', '190053.659000', '190053.661000', '190053.664000', '190053.667000', '190053.669000', '190053.672000', '190053.674000', '190053.677000', '190053.679000', '190053.682000', '190053.684000', '190053.687000', '190053.690000', '190053.692000', '190053.695000', '190053.697000', '190113.589000', '190113.592000', '190113.594000', '190113.597000', '190113.600000', '190113.602000', '190113.605000', '190113.607000', '190113.610000', '190113.612000', '190113.615000', '190113.618000', '190113.620000', '190113.623000', '190113.626000', '190113.628000', '190113.631000', '190113.634000', '190113.636000', '190113.639000', '190113.641000', '190113.644000', '190113.646000', '190113.649000', '190113.652000', '190113.654000', '190113.657000', '190113.659000', '190113.662000', '190113.665000', '190113.667000', '190113.670000', '190113.673000', '190113.675000', '190113.678000', '190113.680000', '190113.683000', '190113.686000', '190113.688000', '190113.691000', '190113.694000', '190113.696000', '190113.699000', '190113.701000', '190133.589000', '190133.592000', '190133.594000', '190133.597000', '190133.600000', '190133.602000', '190133.605000', '190133.608000', '190133.610000', '190133.613000', '190133.615000', '190133.618000', '190133.620000', '190133.623000', '190133.626000', '190133.628000', '190133.631000', '190133.633000', '190133.636000', '190133.638000', '190133.641000', '190133.644000', '190133.646000', '190133.649000', '190133.651000', '190133.654000', '190133.656000', '190133.659000', '190133.662000', '190133.664000', '190133.667000', '190133.670000', '190133.672000', '190133.675000', '190133.677000', '190133.680000', '190133.682000', '190133.685000', '190133.687000', '190133.690000', '190133.693000', '190133.695000', '190133.698000', '190153.589000', '190153.591000', '190153.594000', '190153.597000', '190153.599000', '190153.603000', '190153.606000', '190153.609000', '190153.611000', '190153.614000', '190153.617000', '190153.619000', '190153.622000', '190153.625000', '190153.627000', '190153.630000', '190153.632000', '190153.635000', '190153.638000', '190153.640000', '190153.643000', '190153.645000', '190153.648000', '190153.651000', '190153.653000', '190153.656000', '190153.659000', '190153.661000', '190153.664000', '190153.667000', '190153.669000', '190153.672000', '190153.674000', '190153.677000', '190153.679000', '190153.682000', '190153.684000', '190153.687000', '190153.690000', '190153.692000', '190153.695000', '190153.697000', '190153.700000', '190153.703000', '190213.589000', '190213.592000', '190213.594000', '190213.597000', '190213.599000', '190213.602000', '190213.605000', '190213.607000', '190213.610000', '190213.612000', '190213.615000', '190213.618000', '190213.620000', '190213.623000', '190213.625000', '190213.628000', '190213.631000', '190213.633000', '190213.636000', '190213.638000', '190213.641000', '190213.643000', '190213.646000', '190213.649000', '190213.651000', '190213.654000', '190213.656000', '190213.659000', '190213.661000', '190213.664000', '190213.667000', '190213.669000', '190213.672000', '190213.674000', '190213.677000', '190213.679000', '190213.682000', '190213.684000', '190213.687000', '190213.690000', '190213.692000', '190213.695000', '190213.697000', '190222.534000', '190222.537000', '190222.540000', '190222.543000', '190222.545000', '190222.548000', '190222.551000', '190222.553000', '190222.556000', '190222.558000', '190222.561000', '190222.564000', '190222.567000', '190222.569000', '190222.572000', '190222.575000', '190222.577000', '190222.580000', '190222.583000', '190222.585000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'LargestImagePixelValue': [13451, 8648, 12314, 6901, 10074, 7173, 8405, 14155, 8352, 13087, 7229, 9909, 6394, 8564, 9174, 7413, 13718, 7383, 11389, 6981, 7813, 13371, 7509, 11302, 6711, 9033, 5975, 8470, 8877, 7324, 13141, 7295, 11878, 6546, 9696, 9824, 7718, 8286, 8236, 8130, 8986, 8861, 9518, 6670, 9945, 12087, 8771, 14726, 8893, 13264, 6818, 10724, 6727, 9051, 14207, 8978, 12934, 8483, 12411, 7642, 12407, 7020, 11308, 6804, 8414, 13257, 8100, 12048, 7623, 12093, 7288, 11939, 6342, 10356, 7501, 8229, 14020, 8136, 12421, 7869, 11611, 7376, 11766, 7495, 11950, 6568, 9862, 10406, 7994, 13912, 8429, 13362, 7845, 12671, 6625, 9969, 13442, 8304, 13404, 6959, 9592, 6130, 8599, 6239, 9068, 11017, 8132, 14118, 8091, 13175, 8517, 12095, 7732, 12718, 7714, 12367, 6825, 10152, 12142, 8649, 14268, 8974, 13197, 7686, 12822, 7779, 11457, 6463, 9835, 6324, 9978, 6226, 10257, 6974, 11813, 8258, 13041, 7932, 12267, 7837, 13169, 7795, 13005, 7163, 10563, 11447, 9257, 13918, 9759, 12817, 8400, 12291, 7610, 12117, 6669, 10190, 7708, 8817, 13831, 9480, 10741, 8454, 11044, 8474, 13324, 8913, 13649, 9071, 13160, 8741, 12006, 8797, 11815, 8269, 12664, 8563, 10658, 8399, 6565, 10083, 6600, 10707, 12465, 9740, 10152, 8784, 8820, 8759, 14150, 9037, 12764, 6818, 9402, 8607, 8076, 8208, 8031, 13223, 7961, 12786, 6897, 10784, 6271, 9362, 7472, 8750, 13158, 8406, 13084, 8637, 12582, 7906, 11899, 6562, 9108, 13811, 9006, 12659, 7865, 11352, 6535, 10717, 6533, 11142, 6532, 11279, 6615, 8890, 13053, 8476, 13602, 7833, 11186, 6585, 10535, 6206, 10300, 12951, 7958, 13242, 6814, 8989, 11294, 7427, 12482, 7704, 10671, 6560, 9985, 6211, 9939, 5924, 8598, 13310, 7777, 12497, 8093, 11707, 6837, 10571, 6338, 10744, 6184, 10550, 11195, 8508, 14089, 8313, 12240, 6783, 9510, 6214, 9225, 6098, 9547, 10837, 8332, 13676, 8239, 12272, 6637, 10534, 6285, 10752, 6291, 10630, 5947, 9342, 14311, 8653, 12827, 7662, 11493, 6558, 10681, 6618, 11456, 6959, 12126, 6537, 11732, 6570, 10662, 6950, 9594, 7722, 9441, 7206, 9947, 13689, 9319, 14170, 9071, 12719, 8679, 12328, 7808, 12306, 7468, 11941, 6643, 10384, 6739, 9696, 6290, 9813, 6441, 9856, 10975, 8887, 13566, 9029, 12169, 8525, 13451, 8275, 12907, 8452, 12339, 8447, 11873, 7772, 12317, 7897, 12653, 7814, 11885, 6522, 9981, 7234, 8377, 8399, 7803, 13440, 7728, 12702, 7354, 11063, 7677, 11608, 7500, 9609, 7326, 6620, 9190, 11019, 8502, 13897, 8327, 11992, 8334, 11949, 7521, 11622, 6310, 11034, 5887, 9685, 9183, 8284, 9992, 8148, 9531, 7595, 12523, 7752, 12234, 7691, 11694, 6300, 10105, 6127, 9078, 9630, 8106, 9789, 8244, 7867, 8064, 8976, 8270, 13154, 8022, 12740, 7995, 11478, 7942, 12107, 7716, 12537, 7582, 11984, 6549, 11191, 6504, 9688, 6363, 9563, 6132, 10142, 6647, 9954, 9762, 8749, 11585, 8445, 8466, 8717, 6123, 9094, 9880, 8510, 12583, 8320, 13548, 8794, 11908, 7831, 11921, 7648, 12424, 7616, 11936, 6612, 9063, 10622, 7848, 9715, 7653, 11096, 7353, 12564, 7697, 11633, 6691, 10648, 6959, 11178, 7166, 11593, 6417, 11127, 6457, 10373, 6938, 8888, 14393, 8509, 12643, 8313, 11889, 7687, 11457, 7336, 11236, 6609, 9811, 6798, 8352, 6413, 8204, 8895, 7801, 13304, 7791, 12444, 7013, 10751, 6645, 9989, 6480, 9652, 6067, 9411, 10784, 7870, 13291, 7720, 12738, 7935, 12817, 6522, 10690, 6286, 10217, 6350, 10581, 6499, 10755, 6170, 9457, 11124, 7641, 12060, 8085, 11302, 7322, 12195, 7126, 11781, 7321, 11438, 7430, 10967, 7400, 11791, 7305, 11790, 6778, 10468, 6405, 9787, 6123, 9953, 6078, 10388, 10295, 8724, 12638, 8169, 13291, 8604, 12143, 7638, 12337, 7565, 11925, 6624, 9644, 7739, 8797, 6764, 8419, 10227, 7902, 12887, 7844, 11688, 7558, 10820, 7428, 11273, 7387, 11542, 6944, 10031, 6062, 9002, 12617, 8358, 12263, 7565, 12034, 7434, 11239, 6608, 10200, 6477, 9539, 6477, 9486, 6032, 9464, 9030, 8728, 13767, 8158, 13287, 7893, 11885, 6462, 9773, 6073, 10134, 6489, 10566, 6097, 10203, 12249, 8376, 13619, 8383, 12425, 6284, 10172, 6430, 9639, 6245, 9592, 8472, 8433, 14043, 8035, 12492, 6503, 10610, 6316, 10197, 6319, 10482, 6490, 9911, 6356, 9325, 10760, 8675, 9312, 8423, 11387, 7844, 12747, 7590, 11326, 8439, 10566, 7879, 6436, 8292, 5837, 10242, 6533, 11695, 7195, 11978, 7779, 11621, 8429, 12431, 8740, 12750, 7162, 11362, 6570, 9972, 9965, 9499, 8276, 8910, 6234, 9503, 9738, 8842, 13798, 9381, 13059, 9076, 11713, 8537, 11610, 8374, 11880, 7759, 11957, 6834, 11099, 6518, 9903, 6244, 10127, 6844, 9658, 6641, 9417, 13912, 9136, 12635, 9289, 11486, 7824, 10872, 6865, 10816, 6321, 10254, 6230, 9602, 6319, 10004, 6060, 9815, 6048, 9699, 8989, 8836, 12769, 9077, 11511, 8390, 12702, 8422, 12218, 8133, 11412, 7119, 10978, 6266, 9221, 7827, 8548, 12473, 8908, 9437, 7924, 7077, 8311, 9695, 8649, 6505, 9133, 6597, 10444, 6328, 11487, 6625, 11215, 6569, 10909, 6271, 9507, 6391, 8815, 11088, 8701, 10005, 8283, 10515, 7706, 12213, 7825, 11561, 7715, 10709, 6624, 9718, 6189, 9455, 6297, 9607, 6245, 8910, 11232, 8227, 12293, 8537, 11220, 7989, 8585, 7654, 9698, 7668, 12295, 8384, 12100, 9226, 11057, 8097, 11654, 7837, 11005, 6708, 9456, 7873, 8678, 11059, 9278, 10097, 8559, 12639, 8427, 12804, 8618, 11624, 7002, 10610, 6927, 10327, 6398, 9989, 6309, 10413, 7741, 9231, 13812, 9425, 12180, 9074, 11568, 8128, 11737, 7899, 11541, 6735, 9819, 7907, 8430, 7955, 8443, 7033, 8094, 12207, 7731, 11798, 7988, 10653, 6672, 10431, 6317, 9993, 6133, 9149, 12317, 8711, 11776, 8867, 11364, 7494, 10425, 6363, 9439, 10283, 8391, 12376, 8423, 10159, 7500, 10013, 7384, 10118, 7185, 10272, 6891, 10212, 6544, 9699, 6361, 10349, 6374, 10220, 6482, 9295, 14226, 9763, 12123, 9625, 10475, 7874, 10585, 6724, 10291, 6445, 8739, 9228, 8184, 10891, 8661, 10127, 7580, 12222, 7982, 11159, 8031, 10432, 7379, 10656, 6674, 10026, 6381, 9558, 7438, 8641, 10052, 9105, 9271, 8190, 12092, 8135, 11823, 8005, 10867, 8415, 10763, 7688, 10902, 7758, 11343, 7140, 10883, 7107, 10155, 6243, 10479, 6331, 10039, 6307, 9347, 6916, 8504, 13391, 8509, 11090, 8456, 10116, 6896, 9618, 6175, 8659, 8730, 7458, 11297, 7345, 9914, 6902, 9885, 6219, 9153, 5882, 8582, 8456, 8022, 12458, 8235, 11073, 7823, 11246, 7908, 11355, 7949, 10772, 6971, 10171, 6781, 10016, 6301, 9934, 6044, 9440, 10986, 9190, 12181, 8902, 10125, 8302, 11424, 8156, 12323, 8539, 11848, 8367, 11236, 8895, 11311, 8246, 11509, 7222, 10896, 6870, 10024, 6014, 9218, 8870, 8607, 12805, 8614, 10895, 7911, 10456, 7112, 10654, 6978, 10233, 6455, 10036, 6284, 9706, 6358, 9736, 6065, 9373, 11064, 8431, 12309, 8443, 10890, 6923, 10071, 7298, 9915, 7166, 7649, 7588, 5989, 9275, 6291, 9523, 6242, 11619, 7487, 12324, 7591, 11820, 7518, 11604, 7145, 10336, 6456, 10465, 6602, 10747, 6041, 9428, 13421, 8774, 11867, 8267, 10007, 6193, 9341, 5938, 8892, 6107, 8623, 8021, 7878, 6444, 8552, 6012, 8736, 11827, 8369, 12231, 9146, 10801, 7966, 10735, 6692, 10649, 6461, 9405, 6515, 8561, 6572, 8882, 6027, 9798, 6170, 10010, 6290, 9377, 8059, 9454, 6461, 9840, 6329], 'WindowCenter': [3899.0, 3843.0, 3869.0, 3798.0, 3837.0, 3791.0, 3814.0, 3865.0, 3813.0, 3853.0, 3802.0, 3834.0, 3780.0, 3811.0, 3822.0, 3800.0, 3852.0, 3788.0, 3840.0, 3788.0, 3800.0, 3852.0, 3800.0, 3839.0, 3782.0, 3822.0, 3780.0, 3822.0, 3820.0, 3800.0, 3853.0, 3800.0, 3854.0, 3780.0, 3834.0, 3833.0, 3812.0, 3822.0, 3824.0, 3813.0, 3832.0, 3824.0, 3834.0, 3793.0, 3835.0, 3854.0, 3823.0, 3863.0, 3823.0, 3854.0, 3787.0, 3844.0, 3789.0, 3820.0, 3864.0, 3823.0, 3851.0, 3822.0, 3852.0, 3800.0, 3848.0, 3791.0, 3841.0, 3788.0, 3812.0, 3853.0, 3812.0, 3853.0, 3812.0, 3853.0, 3803.0, 3854.0, 3781.0, 3834.0, 3802.0, 3821.0, 3863.0, 3813.0, 3855.0, 3809.0, 3843.0, 3801.0, 3851.0, 3803.0, 3854.0, 3790.0, 3834.0, 3845.0, 3814.0, 3866.0, 3822.0, 3865.0, 3814.0, 3854.0, 3791.0, 3831.0, 3852.0, 3811.0, 3854.0, 3790.0, 3820.0, 3769.0, 3810.0, 3769.0, 3819.0, 3840.0, 3810.0, 3863.0, 3810.0, 3852.0, 3821.0, 3853.0, 3799.0, 3851.0, 3799.0, 3852.0, 3790.0, 3831.0, 3841.0, 3808.0, 3849.0, 3810.0, 3851.0, 3799.0, 3839.0, 3798.0, 3853.0, 3780.0, 3820.0, 3776.0, 3830.0, 3768.0, 3831.0, 3800.0, 3844.0, 3825.0, 3867.0, 3816.0, 3855.0, 3812.0, 3852.0, 3810.0, 3853.0, 3789.0, 3830.0, 3841.0, 3820.0, 3851.0, 3818.0, 3837.0, 3808.0, 3839.0, 3786.0, 3836.0, 3771.0, 3818.0, 3786.0, 3818.0, 3847.0, 3818.0, 3828.0, 3795.0, 3828.0, 3797.0, 3837.0, 3806.0, 3847.0, 3807.0, 3836.0, 3809.0, 3840.0, 3810.0, 3839.0, 3810.0, 3838.0, 3808.0, 3817.0, 3808.0, 3776.0, 3829.0, 3776.0, 3832.0, 3850.0, 3820.0, 3819.0, 3807.0, 3806.0, 3807.0, 3847.0, 3807.0, 3837.0, 3772.0, 3817.0, 3807.0, 3796.0, 3794.0, 3797.0, 3849.0, 3795.0, 3838.0, 3775.0, 3827.0, 3774.0, 3819.0, 3786.0, 3818.0, 3849.0, 3809.0, 3850.0, 3808.0, 3837.0, 3797.0, 3826.0, 3773.0, 3805.0, 3836.0, 3806.0, 3836.0, 3786.0, 3828.0, 3765.0, 3815.0, 3766.0, 3825.0, 3766.0, 3828.0, 3776.0, 3808.0, 3849.0, 3808.0, 3850.0, 3798.0, 3837.0, 3775.0, 3826.0, 3766.0, 3830.0, 3837.0, 3796.0, 3837.0, 3773.0, 3807.0, 3826.0, 3786.0, 3838.0, 3797.0, 3828.0, 3786.0, 3829.0, 3777.0, 3830.0, 3777.0, 3819.0, 3853.0, 3799.0, 3853.0, 3811.0, 3853.0, 3790.0, 3841.0, 3777.0, 3840.0, 3766.0, 3842.0, 3841.0, 3811.0, 3861.0, 3810.0, 3851.0, 3789.0, 3828.0, 3766.0, 3820.0, 3768.0, 3830.0, 3841.0, 3811.0, 3861.0, 3810.0, 3853.0, 3791.0, 3842.0, 3791.0, 3843.0, 3791.0, 3834.0, 3780.0, 3822.0, 3864.0, 3810.0, 3851.0, 3801.0, 3843.0, 3792.0, 3842.0, 3790.0, 3841.0, 3800.0, 3852.0, 3781.0, 3854.0, 3792.0, 3843.0, 3804.0, 3834.0, 3813.0, 3832.0, 3802.0, 3832.0, 3864.0, 3820.0, 3854.0, 3822.0, 3851.0, 3822.0, 3853.0, 3801.0, 3852.0, 3800.0, 3843.0, 3778.0, 3832.0, 3789.0, 3832.0, 3780.0, 3832.0, 3780.0, 3825.0, 3842.0, 3822.0, 3863.0, 3823.0, 3842.0, 3811.0, 3851.0, 3811.0, 3850.0, 3809.0, 3851.0, 3810.0, 3842.0, 3801.0, 3841.0, 3799.0, 3852.0, 3797.0, 3839.0, 3776.0, 3832.0, 3788.0, 3808.0, 3798.0, 3798.0, 3848.0, 3797.0, 3839.0, 3787.0, 3829.0, 3799.0, 3828.0, 3799.0, 3831.0, 3801.0, 3791.0, 3834.0, 3831.0, 3812.0, 3850.0, 3812.0, 3840.0, 3810.0, 3840.0, 3797.0, 3829.0, 3765.0, 3829.0, 3756.0, 3817.0, 3807.0, 3798.0, 3819.0, 3799.0, 3818.0, 3798.0, 3840.0, 3797.0, 3838.0, 3798.0, 3839.0, 3768.0, 3829.0, 3768.0, 3810.0, 3821.0, 3809.0, 3818.0, 3808.0, 3789.0, 3800.0, 3816.0, 3810.0, 3852.0, 3811.0, 3851.0, 3814.0, 3842.0, 3810.0, 3840.0, 3802.0, 3838.0, 3791.0, 3840.0, 3779.0, 3833.0, 3780.0, 3821.0, 3780.0, 3820.0, 3769.0, 3831.0, 3776.0, 3818.0, 3810.0, 3811.0, 3834.0, 3813.0, 3811.0, 3819.0, 3779.0, 3819.0, 3830.0, 3811.0, 3850.0, 3811.0, 3863.0, 3823.0, 3842.0, 3800.0, 3841.0, 3800.0, 3840.0, 3800.0, 3841.0, 3768.0, 3819.0, 3831.0, 3799.0, 3820.0, 3799.0, 3828.0, 3790.0, 3841.0, 3798.0, 3830.0, 3781.0, 3832.0, 3791.0, 3843.0, 3789.0, 3842.0, 3778.0, 3840.0, 3779.0, 3832.0, 3789.0, 3811.0, 3864.0, 3811.0, 3852.0, 3808.0, 3839.0, 3800.0, 3820.0, 3788.0, 3831.0, 3777.0, 3820.0, 3790.0, 3811.0, 3779.0, 3808.0, 3809.0, 3799.0, 3852.0, 3799.0, 3841.0, 3789.0, 3831.0, 3790.0, 3820.0, 3779.0, 3818.0, 3769.0, 3819.0, 3830.0, 3798.0, 3841.0, 3798.0, 3840.0, 3799.0, 3850.0, 3779.0, 3831.0, 3778.0, 3829.0, 3778.0, 3832.0, 3779.0, 3831.0, 3769.0, 3820.0, 3844.0, 3800.0, 3832.0, 3813.0, 3843.0, 3799.0, 3842.0, 3791.0, 3842.0, 3802.0, 3843.0, 3802.0, 3844.0, 3802.0, 3853.0, 3801.0, 3853.0, 3791.0, 3834.0, 3780.0, 3812.0, 3768.0, 3831.0, 3768.0, 3832.0, 3831.0, 3808.0, 3840.0, 3810.0, 3853.0, 3802.0, 3831.0, 3800.0, 3841.0, 3799.0, 3841.0, 3776.0, 3821.0, 3799.0, 3799.0, 3777.0, 3798.0, 3819.0, 3799.0, 3840.0, 3800.0, 3840.0, 3800.0, 3828.0, 3801.0, 3842.0, 3800.0, 3840.0, 3790.0, 3811.0, 3767.0, 3821.0, 3840.0, 3810.0, 3841.0, 3799.0, 3840.0, 3790.0, 3830.0, 3776.0, 3831.0, 3778.0, 3822.0, 3781.0, 3822.0, 3769.0, 3821.0, 3821.0, 3802.0, 3852.0, 3800.0, 3842.0, 3799.0, 3842.0, 3780.0, 3820.0, 3766.0, 3831.0, 3776.0, 3831.0, 3765.0, 3830.0, 3841.0, 3800.0, 3851.0, 3799.0, 3840.0, 3779.0, 3830.0, 3766.0, 3818.0, 3766.0, 3820.0, 3797.0, 3798.0, 3842.0, 3800.0, 3841.0, 3777.0, 3830.0, 3777.0, 3830.0, 3777.0, 3830.0, 3778.0, 3832.0, 3770.0, 3821.0, 3843.0, 3820.0, 3823.0, 3811.0, 3843.0, 3810.0, 3850.0, 3812.0, 3841.0, 3825.0, 3845.0, 3814.0, 3792.0, 3824.0, 3773.0, 3845.0, 3793.0, 3857.0, 3805.0, 3856.0, 3815.0, 3856.0, 3825.0, 3855.0, 3824.0, 3854.0, 3789.0, 3845.0, 3780.0, 3833.0, 3833.0, 3823.0, 3808.0, 3801.0, 3768.0, 3820.0, 3818.0, 3807.0, 3842.0, 3821.0, 3841.0, 3810.0, 3840.0, 3805.0, 3829.0, 3799.0, 3830.0, 3787.0, 3830.0, 3777.0, 3832.0, 3769.0, 3832.0, 3777.0, 3830.0, 3779.0, 3820.0, 3767.0, 3819.0, 3842.0, 3820.0, 3840.0, 3821.0, 3830.0, 3798.0, 3829.0, 3779.0, 3831.0, 3778.0, 3831.0, 3778.0, 3835.0, 3779.0, 3831.0, 3781.0, 3834.0, 3768.0, 3821.0, 3820.0, 3822.0, 3855.0, 3824.0, 3843.0, 3813.0, 3844.0, 3802.0, 3841.0, 3801.0, 3842.0, 3780.0, 3831.0, 3780.0, 3821.0, 3799.0, 3806.0, 3852.0, 3822.0, 3820.0, 3800.0, 3786.0, 3811.0, 3821.0, 3811.0, 3780.0, 3821.0, 3791.0, 3844.0, 3792.0, 3857.0, 3794.0, 3845.0, 3792.0, 3844.0, 3779.0, 3831.0, 3781.0, 3823.0, 3835.0, 3822.0, 3824.0, 3822.0, 3833.0, 3803.0, 3843.0, 3800.0, 3842.0, 3801.0, 3844.0, 3793.0, 3832.0, 3782.0, 3833.0, 3781.0, 3833.0, 3779.0, 3822.0, 3843.0, 3812.0, 3855.0, 3824.0, 3844.0, 3814.0, 3824.0, 3814.0, 3833.0, 3813.0, 3853.0, 3824.0, 3856.0, 3837.0, 3843.0, 3805.0, 3855.0, 3813.0, 3845.0, 3791.0, 3833.0, 3811.0, 3823.0, 3844.0, 3834.0, 3833.0, 3823.0, 3854.0, 3813.0, 3854.0, 3821.0, 3844.0, 3804.0, 3844.0, 3791.0, 3831.0, 3779.0, 3833.0, 3779.0, 3844.0, 3792.0, 3822.0, 3855.0, 3832.0, 3842.0, 3822.0, 3842.0, 3811.0, 3841.0, 3799.0, 3841.0, 3779.0, 3831.0, 3811.0, 3812.0, 3798.0, 3810.0, 3790.0, 3810.0, 3843.0, 3799.0, 3841.0, 3812.0, 3833.0, 3791.0, 3832.0, 3778.0, 3831.0, 3768.0, 3822.0, 3853.0, 3810.0, 3841.0, 3821.0, 3841.0, 3788.0, 3830.0, 3766.0, 3819.0, 3830.0, 3810.0, 3852.0, 3811.0, 3830.0, 3789.0, 3820.0, 3800.0, 3829.0, 3791.0, 3843.0, 3803.0, 3846.0, 3794.0, 3844.0, 3792.0, 3842.0, 3779.0, 3844.0, 3780.0, 3822.0, 3865.0, 3832.0, 3842.0, 3820.0, 3830.0, 3800.0, 3830.0, 3769.0, 3831.0, 3766.0, 3809.0, 3820.0, 3811.0, 3825.0, 3811.0, 3827.0, 3800.0, 3839.0, 3798.0, 3829.0, 3799.0, 3828.0, 3789.0, 3830.0, 3778.0, 3819.0, 3777.0, 3820.0, 3789.0, 3808.0, 3820.0, 3809.0, 3821.0, 3808.0, 3839.0, 3799.0, 3840.0, 3800.0, 3841.0, 3810.0, 3821.0, 3801.0, 3830.0, 3799.0, 3842.0, 3789.0, 3840.0, 3788.0, 3830.0, 3776.0, 3831.0, 3777.0, 3829.0, 3766.0, 3819.0, 3788.0, 3809.0, 3851.0, 3821.0, 3840.0, 3809.0, 3829.0, 3789.0, 3820.0, 3767.0, 3809.0, 3808.0, 3798.0, 3841.0, 3801.0, 3832.0, 3789.0, 3830.0, 3779.0, 3820.0, 3768.0, 3821.0, 3809.0, 3810.0, 3853.0, 3812.0, 3842.0, 3801.0, 3841.0, 3810.0, 3841.0, 3810.0, 3830.0, 3791.0, 3832.0, 3790.0, 3832.0, 3780.0, 3834.0, 3769.0, 3833.0, 3842.0, 3833.0, 3853.0, 3824.0, 3832.0, 3822.0, 3843.0, 3812.0, 3853.0, 3823.0, 3853.0, 3823.0, 3842.0, 3823.0, 3841.0, 3811.0, 3843.0, 3802.0, 3841.0, 3790.0, 3831.0, 3769.0, 3823.0, 3822.0, 3822.0, 3854.0, 3823.0, 3844.0, 3812.0, 3831.0, 3790.0, 3831.0, 3790.0, 3831.0, 3780.0, 3832.0, 3794.0, 3846.0, 3792.0, 3834.0, 3781.0, 3834.0, 3842.0, 3812.0, 3854.0, 3823.0, 3841.0, 3804.0, 3831.0, 3801.0, 3834.0, 3804.0, 3815.0, 3815.0, 3784.0, 3848.0, 3806.0, 3862.0, 3797.0, 3859.0, 3815.0, 3866.0, 3813.0, 3857.0, 3805.0, 3855.0, 3805.0, 3834.0, 3779.0, 3831.0, 3780.0, 3841.0, 3769.0, 3820.0, 3853.0, 3809.0, 3841.0, 3801.0, 3821.0, 3768.0, 3820.0, 3768.0, 3821.0, 3768.0, 3835.0, 3814.0, 3808.0, 3779.0, 3823.0, 3770.0, 3821.0, 3841.0, 3812.0, 3853.0, 3822.0, 3831.0, 3801.0, 3831.0, 3779.0, 3830.0, 3769.0, 3821.0, 3780.0, 3825.0, 3791.0, 3820.0, 3767.0, 3831.0, 3769.0, 3828.0, 3778.0, 3832.0, 3814.0, 3833.0, 3780.0, 3834.0, 3781.0], 'WindowWidth': [8731.0, 8642.0, 8669.0, 8562.0, 8618.0, 8550.0, 8580.0, 8650.0, 8577.0, 8631.0, 8561.0, 8606.0, 8530.0, 8571.0, 8587.0, 8558.0, 8627.0, 8537.0, 8610.0, 8537.0, 8556.0, 8626.0, 8558.0, 8610.0, 8528.0, 8587.0, 8530.0, 8590.0, 8584.0, 8558.0, 8630.0, 8560.0, 8633.0, 8530.0, 8605.0, 8603.0, 8576.0, 8590.0, 8595.0, 8582.0, 8606.0, 8596.0, 8608.0, 8553.0, 8610.0, 8635.0, 8591.0, 8646.0, 8589.0, 8631.0, 8539.0, 8618.0, 8542.0, 8585.0, 8649.0, 8591.0, 8626.0, 8588.0, 8627.0, 8559.0, 8620.0, 8546.0, 8615.0, 8541.0, 8574.0, 8632.0, 8575.0, 8631.0, 8577.0, 8633.0, 8568.0, 8634.0, 8535.0, 8607.0, 8563.0, 8588.0, 8648.0, 8580.0, 8636.0, 8571.0, 8618.0, 8562.0, 8627.0, 8565.0, 8634.0, 8546.0, 8608.0, 8623.0, 8583.0, 8654.0, 8593.0, 8649.0, 8581.0, 8635.0, 8546.0, 8599.0, 8631.0, 8573.0, 8635.0, 8543.0, 8583.0, 8515.0, 8569.0, 8516.0, 8582.0, 8610.0, 8569.0, 8643.0, 8571.0, 8631.0, 8588.0, 8631.0, 8557.0, 8625.0, 8556.0, 8628.0, 8544.0, 8598.0, 8613.0, 8564.0, 8623.0, 8569.0, 8623.0, 8554.0, 8606.0, 8552.0, 8634.0, 8533.0, 8584.0, 8523.0, 8596.0, 8513.0, 8599.0, 8562.0, 8615.0, 8601.0, 8658.0, 8582.0, 8638.0, 8579.0, 8630.0, 8574.0, 8632.0, 8542.0, 8597.0, 8612.0, 8584.0, 8627.0, 8578.0, 8601.0, 8564.0, 8604.0, 8533.0, 8599.0, 8508.0, 8578.0, 8532.0, 8579.0, 8617.0, 8575.0, 8588.0, 8544.0, 8589.0, 8547.0, 8601.0, 8559.0, 8615.0, 8562.0, 8600.0, 8569.0, 8611.0, 8571.0, 8605.0, 8569.0, 8603.0, 8562.0, 8573.0, 8565.0, 8521.0, 8592.0, 8521.0, 8602.0, 8628.0, 8583.0, 8579.0, 8561.0, 8559.0, 8561.0, 8617.0, 8561.0, 8601.0, 8509.0, 8575.0, 8562.0, 8545.0, 8541.0, 8548.0, 8618.0, 8545.0, 8603.0, 8517.0, 8588.0, 8516.0, 8581.0, 8535.0, 8579.0, 8624.0, 8566.0, 8623.0, 8565.0, 8601.0, 8548.0, 8586.0, 8512.0, 8555.0, 8601.0, 8557.0, 8598.0, 8526.0, 8590.0, 8504.0, 8569.0, 8505.0, 8584.0, 8506.0, 8591.0, 8520.0, 8564.0, 8621.0, 8565.0, 8623.0, 8554.0, 8603.0, 8518.0, 8587.0, 8508.0, 8595.0, 8604.0, 8546.0, 8602.0, 8511.0, 8560.0, 8584.0, 8533.0, 8603.0, 8549.0, 8591.0, 8536.0, 8594.0, 8525.0, 8597.0, 8526.0, 8583.0, 8631.0, 8557.0, 8630.0, 8574.0, 8632.0, 8546.0, 8613.0, 8526.0, 8611.0, 8510.0, 8616.0, 8614.0, 8572.0, 8641.0, 8571.0, 8626.0, 8545.0, 8594.0, 8510.0, 8582.0, 8513.0, 8597.0, 8613.0, 8572.0, 8640.0, 8573.0, 8630.0, 8550.0, 8616.0, 8549.0, 8619.0, 8549.0, 8603.0, 8535.0, 8589.0, 8648.0, 8573.0, 8627.0, 8560.0, 8617.0, 8551.0, 8617.0, 8546.0, 8614.0, 8560.0, 8628.0, 8534.0, 8634.0, 8550.0, 8621.0, 8572.0, 8610.0, 8581.0, 8604.0, 8564.0, 8603.0, 8648.0, 8585.0, 8628.0, 8589.0, 8628.0, 8589.0, 8631.0, 8562.0, 8629.0, 8560.0, 8617.0, 8526.0, 8601.0, 8544.0, 8601.0, 8532.0, 8601.0, 8532.0, 8588.0, 8616.0, 8589.0, 8647.0, 8590.0, 8617.0, 8572.0, 8627.0, 8574.0, 8624.0, 8568.0, 8625.0, 8573.0, 8614.0, 8560.0, 8613.0, 8555.0, 8626.0, 8551.0, 8608.0, 8520.0, 8600.0, 8538.0, 8565.0, 8551.0, 8551.0, 8618.0, 8549.0, 8608.0, 8537.0, 8593.0, 8553.0, 8589.0, 8556.0, 8598.0, 8561.0, 8549.0, 8606.0, 8600.0, 8573.0, 8625.0, 8576.0, 8608.0, 8569.0, 8608.0, 8549.0, 8591.0, 8504.0, 8591.0, 8491.0, 8575.0, 8561.0, 8551.0, 8579.0, 8553.0, 8577.0, 8551.0, 8609.0, 8550.0, 8603.0, 8552.0, 8607.0, 8510.0, 8594.0, 8511.0, 8569.0, 8585.0, 8567.0, 8578.0, 8564.0, 8534.0, 8556.0, 8575.0, 8571.0, 8628.0, 8575.0, 8628.0, 8582.0, 8616.0, 8574.0, 8610.0, 8562.0, 8606.0, 8539.0, 8609.0, 8528.0, 8598.0, 8532.0, 8585.0, 8532.0, 8584.0, 8514.0, 8597.0, 8521.0, 8579.0, 8562.0, 8571.0, 8603.0, 8578.0, 8574.0, 8583.0, 8531.0, 8583.0, 8596.0, 8573.0, 8626.0, 8573.0, 8646.0, 8592.0, 8616.0, 8559.0, 8612.0, 8557.0, 8608.0, 8556.0, 8611.0, 8505.0, 8580.0, 8599.0, 8553.0, 8581.0, 8554.0, 8591.0, 8542.0, 8609.0, 8552.0, 8594.0, 8527.0, 8599.0, 8545.0, 8615.0, 8542.0, 8613.0, 8527.0, 8610.0, 8528.0, 8601.0, 8540.0, 8571.0, 8647.0, 8572.0, 8627.0, 8566.0, 8606.0, 8555.0, 8574.0, 8538.0, 8595.0, 8521.0, 8583.0, 8543.0, 8571.0, 8527.0, 8564.0, 8565.0, 8553.0, 8625.0, 8552.0, 8610.0, 8539.0, 8598.0, 8543.0, 8582.0, 8528.0, 8579.0, 8515.0, 8579.0, 8595.0, 8552.0, 8606.0, 8553.0, 8609.0, 8555.0, 8623.0, 8531.0, 8599.0, 8525.0, 8593.0, 8524.0, 8597.0, 8528.0, 8598.0, 8514.0, 8584.0, 8621.0, 8559.0, 8596.0, 8576.0, 8617.0, 8556.0, 8612.0, 8545.0, 8614.0, 8563.0, 8619.0, 8564.0, 8620.0, 8566.0, 8632.0, 8564.0, 8632.0, 8545.0, 8600.0, 8531.0, 8569.0, 8513.0, 8599.0, 8513.0, 8601.0, 8598.0, 8566.0, 8611.0, 8571.0, 8630.0, 8554.0, 8592.0, 8556.0, 8610.0, 8553.0, 8610.0, 8519.0, 8583.0, 8552.0, 8545.0, 8520.0, 8550.0, 8572.0, 8554.0, 8609.0, 8555.0, 8608.0, 8557.0, 8591.0, 8558.0, 8612.0, 8557.0, 8608.0, 8541.0, 8564.0, 8509.0, 8584.0, 8611.0, 8569.0, 8611.0, 8554.0, 8609.0, 8542.0, 8595.0, 8521.0, 8597.0, 8525.0, 8588.0, 8531.0, 8586.0, 8516.0, 8586.0, 8585.0, 8553.0, 8628.0, 8556.0, 8606.0, 8553.0, 8612.0, 8530.0, 8583.0, 8508.0, 8596.0, 8520.0, 8596.0, 8504.0, 8595.0, 8612.0, 8554.0, 8624.0, 8552.0, 8608.0, 8527.0, 8594.0, 8507.0, 8576.0, 8506.0, 8582.0, 8549.0, 8551.0, 8608.0, 8555.0, 8610.0, 8523.0, 8595.0, 8523.0, 8594.0, 8522.0, 8594.0, 8525.0, 8601.0, 8511.0, 8586.0, 8619.0, 8585.0, 8591.0, 8573.0, 8616.0, 8571.0, 8623.0, 8577.0, 8616.0, 8602.0, 8624.0, 8579.0, 8551.0, 8596.0, 8521.0, 8623.0, 8556.0, 8643.0, 8573.0, 8641.0, 8586.0, 8640.0, 8597.0, 8634.0, 8595.0, 8633.0, 8541.0, 8620.0, 8529.0, 8603.0, 8604.0, 8588.0, 8563.0, 8550.0, 8509.0, 8580.0, 8575.0, 8561.0, 8607.0, 8584.0, 8611.0, 8569.0, 8607.0, 8558.0, 8591.0, 8552.0, 8591.0, 8534.0, 8592.0, 8521.0, 8600.0, 8512.0, 8599.0, 8521.0, 8594.0, 8524.0, 8581.0, 8502.0, 8577.0, 8607.0, 8583.0, 8608.0, 8582.0, 8592.0, 8551.0, 8591.0, 8527.0, 8597.0, 8524.0, 8597.0, 8527.0, 8608.0, 8527.0, 8598.0, 8533.0, 8604.0, 8513.0, 8585.0, 8582.0, 8587.0, 8637.0, 8591.0, 8616.0, 8579.0, 8613.0, 8554.0, 8610.0, 8557.0, 8612.0, 8523.0, 8598.0, 8530.0, 8585.0, 8554.0, 8562.0, 8628.0, 8587.0, 8582.0, 8555.0, 8535.0, 8570.0, 8581.0, 8571.0, 8531.0, 8586.0, 8547.0, 8620.0, 8553.0, 8642.0, 8554.0, 8622.0, 8549.0, 8619.0, 8528.0, 8600.0, 8533.0, 8591.0, 8605.0, 8590.0, 8587.0, 8589.0, 8603.0, 8565.0, 8610.0, 8559.0, 8615.0, 8561.0, 8620.0, 8553.0, 8602.0, 8535.0, 8603.0, 8534.0, 8604.0, 8530.0, 8589.0, 8616.0, 8577.0, 8638.0, 8596.0, 8621.0, 8583.0, 8594.0, 8581.0, 8604.0, 8580.0, 8633.0, 8596.0, 8642.0, 8615.0, 8620.0, 8565.0, 8636.0, 8580.0, 8623.0, 8546.0, 8606.0, 8576.0, 8593.0, 8622.0, 8608.0, 8606.0, 8592.0, 8635.0, 8579.0, 8633.0, 8587.0, 8620.0, 8570.0, 8622.0, 8546.0, 8601.0, 8529.0, 8603.0, 8530.0, 8619.0, 8543.0, 8587.0, 8631.0, 8604.0, 8616.0, 8588.0, 8614.0, 8572.0, 8610.0, 8555.0, 8610.0, 8526.0, 8600.0, 8573.0, 8574.0, 8553.0, 8570.0, 8543.0, 8570.0, 8615.0, 8555.0, 8613.0, 8576.0, 8604.0, 8548.0, 8600.0, 8525.0, 8598.0, 8513.0, 8586.0, 8632.0, 8571.0, 8612.0, 8586.0, 8611.0, 8539.0, 8595.0, 8508.0, 8580.0, 8595.0, 8567.0, 8627.0, 8572.0, 8595.0, 8542.0, 8580.0, 8557.0, 8594.0, 8547.0, 8617.0, 8568.0, 8627.0, 8559.0, 8623.0, 8552.0, 8617.0, 8532.0, 8622.0, 8532.0, 8588.0, 8652.0, 8606.0, 8616.0, 8584.0, 8596.0, 8557.0, 8595.0, 8507.0, 8598.0, 8507.0, 8565.0, 8583.0, 8572.0, 8585.0, 8571.0, 8589.0, 8557.0, 8607.0, 8552.0, 8593.0, 8553.0, 8591.0, 8541.0, 8598.0, 8525.0, 8581.0, 8522.0, 8581.0, 8541.0, 8566.0, 8582.0, 8565.0, 8583.0, 8564.0, 8606.0, 8554.0, 8609.0, 8557.0, 8615.0, 8572.0, 8577.0, 8559.0, 8595.0, 8555.0, 8613.0, 8540.0, 8611.0, 8540.0, 8595.0, 8522.0, 8598.0, 8522.0, 8594.0, 8508.0, 8580.0, 8538.0, 8567.0, 8625.0, 8587.0, 8609.0, 8567.0, 8593.0, 8540.0, 8580.0, 8508.0, 8567.0, 8564.0, 8552.0, 8611.0, 8561.0, 8600.0, 8543.0, 8597.0, 8528.0, 8583.0, 8512.0, 8585.0, 8569.0, 8572.0, 8632.0, 8575.0, 8614.0, 8562.0, 8613.0, 8573.0, 8613.0, 8571.0, 8597.0, 8547.0, 8603.0, 8545.0, 8601.0, 8532.0, 8606.0, 8515.0, 8604.0, 8616.0, 8606.0, 8633.0, 8595.0, 8603.0, 8589.0, 8619.0, 8576.0, 8631.0, 8591.0, 8630.0, 8594.0, 8618.0, 8593.0, 8614.0, 8575.0, 8617.0, 8563.0, 8612.0, 8544.0, 8599.0, 8515.0, 8590.0, 8589.0, 8588.0, 8632.0, 8592.0, 8621.0, 8576.0, 8597.0, 8544.0, 8598.0, 8545.0, 8599.0, 8532.0, 8603.0, 8556.0, 8628.0, 8551.0, 8608.0, 8535.0, 8606.0, 8616.0, 8576.0, 8633.0, 8592.0, 8617.0, 8569.0, 8601.0, 8562.0, 8606.0, 8571.0, 8586.0, 8585.0, 8544.0, 8633.0, 8577.0, 8659.0, 8566.0, 8648.0, 8586.0, 8652.0, 8579.0, 8642.0, 8570.0, 8640.0, 8571.0, 8607.0, 8527.0, 8599.0, 8530.0, 8612.0, 8514.0, 8581.0, 8629.0, 8568.0, 8614.0, 8552.0, 8584.0, 8511.0, 8580.0, 8510.0, 8583.0, 8511.0, 8611.0, 8580.0, 8565.0, 8529.0, 8590.0, 8517.0, 8587.0, 8613.0, 8575.0, 8631.0, 8588.0, 8598.0, 8558.0, 8598.0, 8527.0, 8596.0, 8512.0, 8583.0, 8531.0, 8596.0, 8545.0, 8583.0, 8511.0, 8597.0, 8516.0, 8594.0, 8527.0, 8603.0, 8581.0, 8606.0, 8532.0, 8604.0, 8534.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.00034791588785046726</td></tr>
<tr><td colspan=3>aqi</td><td>0.029327027850467292</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.81906029794201</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1926160184658563</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9863290903461174</td></tr>
<tr><td colspan=3>efc</td><td>0.5012</td></tr>
<tr><td colspan=3>fber</td><td>2743.2878</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09205200076430742</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>41</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.8317757009345796</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.522530372597322</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.46847575932877</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.609459846876538</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4896555115866574</td></tr>
<tr><td colspan=3>gcor</td><td>0.00479075</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01241278275847435</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.037420131266117096</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1070</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.209214368588117</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>19.8378</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>61.7635</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.0609</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298855.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>897.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>349.0983</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.6534</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>438.426</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3060.554</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3185.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77689.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1251.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3949.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>756.6684</td></tr>
<tr><td colspan=3>tsnr</td><td>36.63735032849945</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>