<?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-0084_ses-03_task-alignvideo_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0084_ses-03_task-alignvideo_acq-mb8_run-03_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-0084_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-0084/figures/sub-0084_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-0084_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-0084/figures/sub-0084_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-0084_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-0084/figures/sub-0084_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0084_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-0084/figures/sub-0084_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0084/figures/sub-0084_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0084/ses-03/func/sub-0084_ses-03_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>ac1895787ce0c3624e3109bb3eb643f3</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>13:38:11.682500</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.997389, 0.0673803, 0.0259899, -0.0671207, 0.997687, -0.0107339]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.108331</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7740, -7270, 469, -62, -284, 127, 67]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>281.353</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e260caa1-eb0c-41e8-bcf0-068cce6516e9||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.6759212017059326, -0.18008005619049072, 0.0719631165266037, 118.70271301269531], [-0.18077640235424042, 2.6767215728759766, -0.02419591322541237, -89.18363189697266], [0.06972890347242355, 0.028798367828130722, 2.698932409286499, -83.7527847290039], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1065]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065], 'AcquisitionTime': ['133811.682500', '133812.142500', '133812.602500', '133813.062500', '133813.522500', '133813.982500', '133814.442500', '133814.902500', '133815.362500', '133815.822500', '133816.282500', '133816.742500', '133817.202500', '133817.662500', '133818.122500', '133818.582500', '133819.042500', '133819.502500', '133819.962500', '133820.422500', '133820.882500', '133821.342500', '133821.802500', '133822.262500', '133822.722500', '133823.182500', '133823.642500', '133824.102500', '133824.562500', '133825.022500', '133825.482500', '133825.942500', '133826.402500', '133826.862500', '133827.322500', '133827.782500', '133828.242500', '133828.702500', '133829.162500', '133829.622500', '133830.082500', '133830.542500', '133831.002500', '133831.462500', '133831.922500', '133832.382500', '133832.842500', '133833.302500', '133833.762500', '133834.222500', '133834.682500', '133835.142500', '133835.602500', '133836.062500', '133836.522500', '133836.982500', '133837.442500', '133837.902500', '133838.362500', '133838.822500', '133839.282500', '133839.742500', '133840.202500', '133840.662500', '133841.122500', '133841.582500', '133842.042500', '133842.502500', '133842.962500', '133843.422500', '133843.882500', '133844.342500', '133844.802500', '133845.262500', '133845.722500', '133846.182500', '133846.642500', '133847.102500', '133847.562500', '133848.022500', '133848.482500', '133848.942500', '133849.402500', '133849.862500', '133850.322500', '133850.782500', '133851.242500', '133851.702500', '133852.162500', '133852.622500', '133853.082500', '133853.542500', '133854.002500', '133854.462500', '133854.922500', '133855.382500', '133855.842500', '133856.302500', '133856.762500', '133857.222500', '133857.682500', '133858.142500', '133858.602500', '133859.062500', '133859.522500', '133859.982500', '133900.442500', '133900.902500', '133901.362500', '133901.822500', '133902.282500', '133902.742500', '133903.202500', '133903.662500', '133904.122500', '133904.582500', '133905.042500', '133905.502500', '133905.962500', '133906.422500', '133906.882500', '133907.342500', '133907.802500', '133908.262500', '133908.722500', '133909.182500', '133909.642500', '133910.102500', '133910.562500', '133911.022500', '133911.482500', '133911.942500', '133912.402500', '133912.862500', '133913.322500', '133913.782500', '133914.242500', '133914.702500', '133915.162500', '133915.622500', '133916.082500', '133916.542500', '133917.002500', '133917.462500', '133917.922500', '133918.382500', '133918.842500', '133919.302500', '133919.762500', '133920.222500', '133920.682500', '133921.142500', '133921.602500', '133922.062500', '133922.522500', '133922.982500', '133923.442500', '133923.902500', '133924.362500', '133924.822500', '133925.282500', '133925.742500', '133926.202500', '133926.662500', '133927.122500', '133927.582500', '133928.042500', '133928.502500', '133928.962500', '133929.422500', '133929.882500', '133930.342500', '133930.802500', '133931.262500', '133931.722500', '133932.182500', '133932.642500', '133933.102500', '133933.562500', '133934.022500', '133934.482500', '133934.942500', '133935.402500', '133935.862500', '133936.322500', '133936.782500', '133937.242500', '133937.702500', '133938.162500', '133938.622500', '133939.082500', '133939.542500', '133940.002500', '133940.462500', '133940.922500', '133941.382500', '133941.842500', '133942.302500', '133942.762500', '133943.222500', '133943.682500', '133944.142500', '133944.602500', '133945.062500', '133945.522500', '133945.982500', '133946.442500', '133946.902500', '133947.362500', '133947.822500', '133948.282500', '133948.742500', '133949.202500', '133949.662500', '133950.122500', '133950.582500', '133951.042500', '133951.502500', '133951.962500', '133952.422500', '133952.882500', '133953.342500', '133953.802500', '133954.262500', '133954.722500', '133955.182500', '133955.642500', '133956.102500', '133956.562500', '133957.022500', '133957.482500', '133957.942500', '133958.402500', '133958.862500', '133959.322500', '133959.782500', '134000.242500', '134000.702500', '134001.162500', '134001.622500', '134002.082500', '134002.542500', '134003.002500', '134003.462500', '134003.922500', '134004.382500', '134004.842500', '134005.302500', '134005.762500', '134006.222500', '134006.682500', '134007.142500', '134007.602500', '134008.062500', '134008.522500', '134008.982500', '134009.442500', '134009.902500', '134010.362500', '134010.822500', '134011.282500', '134011.742500', '134012.202500', '134012.662500', '134013.122500', '134013.582500', '134014.042500', '134014.502500', '134014.962500', '134015.422500', '134015.882500', '134016.342500', '134016.802500', '134017.262500', '134017.722500', '134018.182500', '134018.642500', '134019.102500', '134019.562500', '134020.022500', '134020.482500', '134020.942500', '134021.402500', '134021.862500', '134022.322500', '134022.782500', '134023.242500', '134023.702500', '134024.162500', '134024.622500', '134025.082500', '134025.542500', '134026.002500', '134026.462500', '134026.922500', '134027.382500', '134027.842500', '134028.302500', '134028.762500', '134029.222500', '134029.682500', '134030.142500', '134030.602500', '134031.062500', '134031.522500', '134031.982500', '134032.442500', '134032.902500', '134033.362500', '134033.822500', '134034.282500', '134034.742500', '134035.202500', '134035.662500', '134036.122500', '134036.582500', '134037.042500', '134037.502500', '134037.962500', '134038.422500', '134038.882500', '134039.342500', '134039.802500', '134040.262500', '134040.722500', '134041.182500', '134041.642500', '134042.102500', '134042.562500', '134043.022500', '134043.482500', '134043.942500', '134044.402500', '134044.862500', '134045.322500', '134045.782500', '134046.242500', '134046.702500', '134047.162500', '134047.622500', '134048.082500', '134048.542500', '134049.002500', '134049.462500', '134049.922500', '134050.382500', '134050.842500', '134051.302500', '134051.762500', '134052.222500', '134052.682500', '134053.142500', '134053.602500', '134054.062500', '134054.522500', '134054.982500', '134055.442500', '134055.902500', '134056.362500', '134056.822500', '134057.282500', '134057.742500', '134058.202500', '134058.662500', '134059.122500', '134059.582500', '134100.042500', '134100.502500', '134100.962500', '134101.422500', '134101.882500', '134102.342500', '134102.802500', '134103.262500', '134103.722500', '134104.182500', '134104.642500', '134105.102500', '134105.562500', '134106.022500', '134106.482500', '134106.942500', '134107.402500', '134107.862500', '134108.322500', '134108.782500', '134109.242500', '134109.702500', '134110.162500', '134110.622500', '134111.082500', '134111.542500', '134112.002500', '134112.462500', '134112.922500', '134113.382500', '134113.842500', '134114.302500', '134114.762500', '134115.222500', '134115.682500', '134116.142500', '134116.602500', '134117.062500', '134117.522500', '134117.982500', '134118.442500', '134118.902500', '134119.362500', '134119.822500', '134120.282500', '134120.742500', '134121.202500', '134121.662500', '134122.122500', '134122.582500', '134123.042500', '134123.502500', '134123.962500', '134124.422500', '134124.882500', '134125.342500', '134125.802500', '134126.262500', '134126.722500', '134127.182500', '134127.642500', '134128.102500', '134128.562500', '134129.022500', '134129.482500', '134129.942500', '134130.402500', '134130.862500', '134131.322500', '134131.782500', '134132.242500', '134132.702500', '134133.162500', '134133.622500', '134134.082500', '134134.542500', '134135.002500', '134135.462500', '134135.922500', '134136.382500', '134136.842500', '134137.302500', '134137.762500', '134138.222500', '134138.682500', '134139.142500', '134139.602500', '134140.062500', '134140.522500', '134140.982500', '134141.442500', '134141.902500', '134142.362500', '134142.822500', '134143.282500', '134143.742500', '134144.202500', '134144.662500', '134145.122500', '134145.582500', '134146.042500', '134146.502500', '134146.962500', '134147.422500', '134147.882500', '134148.342500', '134148.802500', '134149.262500', '134149.722500', '134150.182500', '134150.642500', '134151.102500', '134151.562500', '134152.022500', '134152.482500', '134152.942500', '134153.402500', '134153.862500', '134154.322500', '134154.782500', '134155.242500', '134155.702500', '134156.162500', '134156.622500', '134157.082500', '134157.542500', '134158.002500', '134158.462500', '134158.922500', '134159.382500', '134159.842500', '134200.302500', '134200.762500', '134201.222500', '134201.682500', '134202.142500', '134202.602500', '134203.062500', '134203.522500', '134203.982500', '134204.442500', '134204.902500', '134205.362500', '134205.822500', '134206.282500', '134206.742500', '134207.202500', '134207.662500', '134208.122500', '134208.582500', '134209.042500', '134209.502500', '134209.962500', '134210.422500', '134210.882500', '134211.342500', '134211.802500', '134212.262500', '134212.722500', '134213.182500', '134213.642500', '134214.102500', '134214.562500', '134215.022500', '134215.482500', '134215.942500', '134216.402500', '134216.862500', '134217.322500', '134217.782500', '134218.242500', '134218.702500', '134219.162500', '134219.622500', '134220.082500', '134220.542500', '134221.002500', '134221.462500', '134221.922500', '134222.382500', '134222.842500', '134223.302500', '134223.762500', '134224.222500', '134224.682500', '134225.142500', '134225.602500', '134226.062500', '134226.522500', '134226.982500', '134227.442500', '134227.902500', '134228.362500', '134228.822500', '134229.282500', '134229.742500', '134230.202500', '134230.662500', '134231.122500', '134231.582500', '134232.042500', '134232.502500', '134232.962500', '134233.422500', '134233.882500', '134234.342500', '134234.802500', '134235.262500', '134235.722500', '134236.182500', '134236.642500', '134237.102500', '134237.562500', '134238.022500', '134238.482500', '134238.942500', '134239.402500', '134239.862500', '134240.322500', '134240.782500', '134241.242500', '134241.702500', '134242.162500', '134242.622500', '134243.082500', '134243.542500', '134244.002500', '134244.462500', '134244.922500', '134245.382500', '134245.842500', '134246.302500', '134246.762500', '134247.222500', '134247.682500', '134248.142500', '134248.602500', '134249.062500', '134249.522500', '134249.982500', '134250.442500', '134250.902500', '134251.362500', '134251.822500', '134252.282500', '134252.742500', '134253.202500', '134253.662500', '134254.122500', '134254.582500', '134255.042500', '134255.502500', '134255.962500', '134256.422500', '134256.882500', '134257.342500', '134257.802500', '134258.262500', '134258.722500', '134259.182500', '134259.642500', '134300.102500', '134300.562500', '134301.022500', '134301.482500', '134301.942500', '134302.402500', '134302.862500', '134303.322500', '134303.782500', '134304.242500', '134304.702500', '134305.162500', '134305.622500', '134306.082500', '134306.542500', '134307.002500', '134307.462500', '134307.922500', '134308.382500', '134308.842500', '134309.302500', '134309.762500', '134310.222500', '134310.682500', '134311.142500', '134311.602500', '134312.062500', '134312.522500', '134312.982500', '134313.442500', '134313.902500', '134314.362500', '134314.822500', '134315.282500', '134315.742500', '134316.202500', '134316.662500', '134317.122500', '134317.582500', '134318.042500', '134318.502500', '134318.962500', '134319.422500', '134319.882500', '134320.342500', '134320.802500', '134321.262500', '134321.722500', '134322.182500', '134322.642500', '134323.102500', '134323.562500', '134324.022500', '134324.482500', '134324.942500', '134325.402500', '134325.862500', '134326.322500', '134326.782500', '134327.242500', '134327.702500', '134328.162500', '134328.622500', '134329.082500', '134329.542500', '134330.002500', '134330.462500', '134330.922500', '134331.382500', '134331.842500', '134332.302500', '134332.762500', '134333.222500', '134333.682500', '134334.142500', '134334.602500', '134335.062500', '134335.522500', '134335.982500', '134336.442500', '134336.902500', '134337.362500', '134337.822500', '134338.282500', '134338.742500', '134339.202500', '134339.662500', '134340.122500', '134340.582500', '134341.042500', '134341.502500', '134341.962500', '134342.422500', '134342.882500', '134343.342500', '134343.802500', '134344.262500', '134344.722500', '134345.182500', '134345.642500', '134346.102500', '134346.562500', '134347.022500', '134347.482500', '134347.942500', '134348.402500', '134348.862500', '134349.322500', '134349.782500', '134350.242500', '134350.702500', '134351.162500', '134351.622500', '134352.082500', '134352.542500', '134353.002500', '134353.462500', '134353.922500', '134354.382500', '134354.842500', '134355.302500', '134355.762500', '134356.222500', '134356.682500', '134357.142500', '134357.602500', '134358.062500', '134358.522500', '134358.982500', '134359.442500', '134359.902500', '134400.362500', '134400.822500', '134401.282500', '134401.742500', '134402.202500', '134402.662500', '134403.122500', '134403.582500', '134404.042500', '134404.502500', '134404.962500', '134405.422500', '134405.882500', '134406.342500', '134406.802500', '134407.262500', '134407.722500', '134408.182500', '134408.642500', '134409.102500', '134409.562500', '134410.022500', '134410.482500', '134410.942500', '134411.402500', '134411.862500', '134412.322500', '134412.782500', '134413.242500', '134413.702500', '134414.162500', '134414.622500', '134415.082500', '134415.542500', '134416.002500', '134416.462500', '134416.922500', '134417.382500', '134417.842500', '134418.302500', '134418.762500', '134419.222500', '134419.682500', '134420.142500', '134420.602500', '134421.062500', '134421.522500', '134421.982500', '134422.442500', '134422.902500', '134423.362500', '134423.822500', '134424.282500', '134424.742500', '134425.202500', '134425.662500', '134426.122500', '134426.582500', '134427.042500', '134427.502500', '134427.962500', '134428.422500', '134428.882500', '134429.342500', '134429.802500', '134430.262500', '134430.722500', '134431.182500', '134431.642500', '134432.102500', '134432.562500', '134433.022500', '134433.482500', '134433.942500', '134434.402500', '134434.862500', '134435.322500', '134435.782500', '134436.242500', '134436.702500', '134437.162500', '134437.622500', '134438.082500', '134438.542500', '134439.002500', '134439.462500', '134439.922500', '134440.382500', '134440.842500', '134441.302500', '134441.762500', '134442.222500', '134442.682500', '134443.142500', '134443.602500', '134444.062500', '134444.522500', '134444.982500', '134445.442500', '134445.902500', '134446.362500', '134446.822500', '134447.282500', '134447.742500', '134448.202500', '134448.662500', '134449.122500', '134449.582500', '134450.042500', '134450.502500', '134450.962500', '134451.422500', '134451.882500', '134452.342500', '134452.802500', '134453.262500', '134453.722500', '134454.182500', '134454.642500', '134455.102500', '134455.562500', '134456.022500', '134456.482500', '134456.942500', '134457.402500', '134457.862500', '134458.322500', '134458.782500', '134459.242500', '134459.702500', '134500.162500', '134500.622500', '134501.082500', '134501.542500', '134502.002500', '134502.462500', '134502.922500', '134503.382500', '134503.842500', '134504.302500', '134504.762500', '134505.222500', '134505.682500', '134506.142500', '134506.602500', '134507.062500', '134507.522500', '134507.982500', '134508.442500', '134508.902500', '134509.362500', '134509.822500', '134510.282500', '134510.742500', '134511.202500', '134511.662500', '134512.122500', '134512.582500', '134513.042500', '134513.502500', '134513.962500', '134514.422500', '134514.882500', '134515.342500', '134515.802500', '134516.262500', '134516.722500', '134517.182500', '134517.642500', '134518.102500', '134518.562500', '134519.022500', '134519.482500', '134519.942500', '134520.402500', '134520.862500', '134521.322500', '134521.782500', '134522.242500', '134522.702500', '134523.162500', '134523.622500', '134524.082500', '134524.542500', '134525.002500', '134525.462500', '134525.922500', '134526.382500', '134526.842500', '134527.302500', '134527.762500', '134528.222500', '134528.682500', '134529.142500', '134529.602500', '134530.062500', '134530.522500', '134530.982500', '134531.442500', '134531.902500', '134532.362500', '134532.822500', '134533.282500', '134533.742500', '134534.202500', '134534.662500', '134535.122500', '134535.582500', '134536.042500', '134536.502500', '134536.962500', '134537.422500', '134537.882500', '134538.342500', '134538.802500', '134539.262500', '134539.722500', '134540.182500', '134540.642500', '134541.102500', '134541.562500', '134542.022500', '134542.482500', '134542.942500', '134543.402500', '134543.862500', '134544.322500', '134544.782500', '134545.242500', '134545.702500', '134546.162500', '134546.622500', '134547.082500', '134547.542500', '134548.002500', '134548.462500', '134548.922500', '134549.382500', '134549.842500', '134550.302500', '134550.762500', '134551.222500', '134551.682500', '134552.142500', '134552.602500', '134553.062500', '134553.522500', '134553.982500', '134554.442500', '134554.902500', '134555.362500', '134555.822500', '134556.282500', '134556.742500', '134557.202500', '134557.662500', '134558.122500', '134558.582500', '134559.042500', '134559.502500', '134559.962500', '134600.422500', '134600.882500', '134601.342500', '134601.802500', '134602.262500', '134602.722500', '134603.182500', '134603.642500', '134604.102500', '134604.562500', '134605.022500', '134605.482500', '134605.942500', '134606.402500', '134606.862500', '134607.322500', '134607.782500', '134608.242500', '134608.702500', '134609.162500', '134609.622500', '134610.082500', '134610.542500', '134611.002500', '134611.462500', '134611.922500', '134612.382500', '134612.842500', '134613.302500', '134613.762500', '134614.222500', '134614.682500', '134615.142500', '134615.602500', '134616.062500', '134616.522500', '134616.982500', '134617.442500', '134617.902500', '134618.362500', '134618.822500', '134619.282500', '134619.742500', '134620.202500', '134620.662500', '134621.122500'], 'ContentTime': ['133818.986000', '133818.989000', '133818.992000', '133818.994000', '133818.997000', '133819.001000', '133819.003000', '133819.006000', '133819.022000', '133819.025000', '133819.027000', '133819.030000', '133819.034000', '133819.036000', '133838.936000', '133838.938000', '133838.941000', '133838.944000', '133838.946000', '133838.956000', '133838.959000', '133838.962000', '133838.964000', '133838.967000', '133838.969000', '133838.972000', '133838.975000', '133838.977000', '133838.980000', '133838.983000', '133838.985000', '133838.988000', '133838.990000', '133838.993000', '133838.995000', '133838.998000', '133839.002000', '133839.004000', '133839.007000', '133839.009000', '133839.012000', '133839.015000', '133839.017000', '133839.020000', '133839.022000', '133839.025000', '133839.028000', '133839.030000', '133839.033000', '133839.036000', '133839.038000', '133839.052000', '133839.055000', '133839.058000', '133839.061000', '133839.064000', '133839.066000', '133858.937000', '133858.939000', '133858.942000', '133858.945000', '133858.948000', '133858.951000', '133858.953000', '133858.956000', '133858.958000', '133858.961000', '133858.964000', '133858.966000', '133858.969000', '133858.972000', '133858.974000', '133858.977000', '133858.979000', '133858.982000', '133858.985000', '133858.987000', '133858.990000', '133858.992000', '133858.995000', '133858.997000', '133859.000000', '133859.003000', '133859.005000', '133859.008000', '133859.011000', '133859.013000', '133859.016000', '133859.018000', '133859.021000', '133859.024000', '133859.026000', '133859.029000', '133859.032000', '133859.034000', '133859.037000', '133859.039000', '133859.042000', '133859.045000', '133859.047000', '133859.050000', '133918.936000', '133918.939000', '133918.942000', '133918.945000', '133918.947000', '133918.950000', '133918.953000', '133918.955000', '133918.958000', '133918.971000', '133918.973000', '133918.984000', '133918.987000', '133918.989000', '133918.992000', '133918.995000', '133918.997000', '133919.001000', '133919.003000', '133919.006000', '133919.009000', '133919.011000', '133919.014000', '133919.016000', '133919.019000', '133919.022000', '133919.024000', '133919.027000', '133919.030000', '133919.033000', '133919.035000', '133919.038000', '133919.040000', '133919.043000', '133919.046000', '133919.048000', '133919.051000', '133919.053000', '133919.056000', '133919.059000', '133919.061000', '133919.064000', '133919.067000', '133938.936000', '133938.939000', '133938.942000', '133938.945000', '133938.947000', '133938.950000', '133938.952000', '133938.955000', '133938.958000', '133938.960000', '133938.963000', '133938.966000', '133938.968000', '133938.971000', '133938.974000', '133938.976000', '133938.979000', '133938.981000', '133938.984000', '133938.987000', '133938.989000', '133938.992000', '133938.994000', '133938.997000', '133939.001000', '133939.003000', '133939.006000', '133939.009000', '133939.011000', '133939.014000', '133939.016000', '133939.019000', '133939.022000', '133939.024000', '133939.027000', '133939.030000', '133939.032000', '133939.035000', '133939.037000', '133939.040000', '133939.043000', '133939.045000', '133939.048000', '133939.051000', '133958.936000', '133958.940000', '133958.942000', '133958.945000', '133958.948000', '133958.951000', '133958.953000', '133958.956000', '133958.958000', '133958.961000', '133958.964000', '133958.966000', '133958.969000', '133958.972000', '133958.974000', '133958.977000', '133958.980000', '133958.982000', '133958.985000', '133958.987000', '133958.990000', '133958.993000', '133958.995000', '133958.998000', '133959.002000', '133959.004000', '133959.007000', '133959.010000', '133959.012000', '133959.015000', '133959.017000', '133959.020000', '133959.023000', '133959.025000', '133959.028000', '133959.030000', '133959.033000', '133959.035000', '133959.038000', '133959.041000', '133959.043000', '133959.046000', '133959.049000', '134018.935000', '134018.938000', '134018.941000', '134018.944000', '134018.946000', '134018.949000', '134018.951000', '134018.954000', '134018.956000', '134018.959000', '134018.962000', '134018.964000', '134018.967000', '134018.970000', '134018.972000', '134018.975000', '134018.977000', '134018.980000', '134018.983000', '134018.985000', '134018.988000', '134018.990000', '134018.993000', '134018.996000', '134018.998000', '134019.002000', '134019.005000', '134019.007000', '134019.010000', '134019.012000', '134019.015000', '134019.018000', '134019.020000', '134019.023000', '134019.025000', '134019.028000', '134019.031000', '134019.033000', '134019.036000', '134019.039000', '134019.041000', '134019.044000', '134019.047000', '134019.049000', '134038.935000', '134038.938000', '134038.941000', '134038.943000', '134038.947000', '134038.950000', '134038.952000', '134038.955000', '134038.958000', '134038.960000', '134038.963000', '134038.965000', '134038.968000', '134038.971000', '134038.973000', '134038.976000', '134038.979000', '134038.981000', '134038.987000', '134038.989000', '134038.992000', '134038.995000', '134038.998000', '134039.001000', '134039.004000', '134039.006000', '134039.009000', '134039.012000', '134039.014000', '134039.017000', '134039.020000', '134039.022000', '134039.025000', '134039.028000', '134039.030000', '134039.033000', '134039.036000', '134039.038000', '134039.041000', '134039.043000', '134039.046000', '134039.049000', '134039.051000', '134058.936000', '134058.939000', '134058.941000', '134058.944000', '134058.946000', '134058.949000', '134058.952000', '134058.964000', '134058.966000', '134058.969000', '134058.972000', '134058.974000', '134058.977000', '134058.979000', '134058.982000', '134058.985000', '134058.987000', '134058.990000', '134058.992000', '134058.995000', '134058.998000', '134059.001000', '134059.004000', '134059.007000', '134059.009000', '134059.020000', '134059.023000', '134059.025000', '134059.028000', '134059.031000', '134059.033000', '134059.036000', '134059.038000', '134059.041000', '134059.044000', '134059.046000', '134059.049000', '134059.051000', '134059.054000', '134059.057000', '134059.059000', '134059.062000', '134059.064000', '134059.067000', '134118.936000', '134118.939000', '134118.942000', '134118.945000', '134118.947000', '134118.950000', '134118.953000', '134118.955000', '134118.958000', '134118.960000', '134118.963000', '134118.966000', '134118.968000', '134118.971000', '134118.973000', '134118.976000', '134118.979000', '134118.981000', '134118.984000', '134118.987000', '134118.989000', '134118.992000', '134118.995000', '134118.997000', '134119.000000', '134119.003000', '134119.005000', '134119.008000', '134119.011000', '134119.013000', '134119.016000', '134119.018000', '134119.021000', '134119.024000', '134119.026000', '134119.029000', '134119.032000', '134119.034000', '134119.037000', '134119.040000', '134119.042000', '134119.045000', '134119.047000', '134138.936000', '134138.939000', '134138.942000', '134138.944000', '134138.947000', '134138.950000', '134138.952000', '134138.955000', '134138.958000', '134138.960000', '134138.963000', '134138.965000', '134138.968000', '134138.971000', '134138.973000', '134138.976000', '134138.979000', '134138.981000', '134138.984000', '134138.987000', '134138.989000', '134138.992000', '134138.995000', '134138.997000', '134139.001000', '134139.003000', '134139.006000', '134139.009000', '134139.011000', '134139.014000', '134139.016000', '134139.019000', '134139.022000', '134139.024000', '134139.027000', '134139.029000', '134139.032000', '134139.035000', '134139.037000', '134139.040000', '134139.043000', '134139.045000', '134139.048000', '134139.050000', '134158.936000', '134158.939000', '134158.942000', '134158.945000', '134158.948000', '134158.950000', '134158.953000', '134158.956000', '134158.958000', '134158.961000', '134158.963000', '134158.966000', '134158.969000', '134158.971000', '134158.974000', '134158.976000', '134158.979000', '134158.991000', '134158.994000', '134158.996000', '134159.000000', '134159.003000', '134159.005000', '134159.008000', '134159.010000', '134159.013000', '134159.015000', '134159.018000', '134159.021000', '134159.023000', '134159.026000', '134159.028000', '134159.031000', '134159.034000', '134159.037000', '134159.039000', '134159.042000', '134159.044000', '134159.047000', '134159.050000', '134159.052000', '134159.055000', '134159.058000', '134218.938000', '134218.941000', '134218.944000', '134218.946000', '134218.949000', '134218.952000', '134218.954000', '134218.957000', '134218.959000', '134218.962000', '134218.965000', '134218.967000', '134218.970000', '134218.973000', '134218.975000', '134218.978000', '134218.981000', '134218.983000', '134218.986000', '134218.989000', '134218.992000', '134218.994000', '134218.997000', '134219.001000', '134219.003000', '134219.006000', '134219.009000', '134219.011000', '134219.014000', '134219.017000', '134219.020000', '134219.042000', '134219.045000', '134219.047000', '134219.050000', '134219.052000', '134219.055000', '134219.058000', '134219.060000', '134219.063000', '134219.066000', '134219.068000', '134219.071000', '134238.935000', '134238.938000', '134238.942000', '134238.944000', '134238.947000', '134238.950000', '134238.953000', '134238.955000', '134238.958000', '134238.960000', '134238.963000', '134238.966000', '134238.968000', '134238.971000', '134238.974000', '134238.976000', '134238.979000', '134238.981000', '134238.984000', '134238.987000', '134238.989000', '134238.992000', '134238.995000', '134238.997000', '134239.001000', '134239.003000', '134239.006000', '134239.009000', '134239.011000', '134239.014000', '134239.017000', '134239.019000', '134239.022000', '134239.025000', '134239.027000', '134239.030000', '134239.033000', '134239.035000', '134239.038000', '134239.040000', '134239.043000', '134239.046000', '134239.048000', '134239.051000', '134258.935000', '134258.938000', '134258.941000', '134258.944000', '134258.946000', '134258.949000', '134258.951000', '134258.954000', '134258.957000', '134258.959000', '134258.962000', '134258.965000', '134258.967000', '134258.970000', '134258.973000', '134258.975000', '134258.978000', '134258.980000', '134258.983000', '134258.986000', '134258.988000', '134258.991000', '134258.994000', '134258.996000', '134259.000000', '134259.002000', '134259.005000', '134259.008000', '134259.010000', '134259.013000', '134259.016000', '134259.019000', '134259.021000', '134259.024000', '134259.026000', '134259.029000', '134259.032000', '134259.034000', '134259.037000', '134259.040000', '134259.042000', '134259.045000', '134259.048000', '134259.050000', '134318.936000', '134318.938000', '134318.941000', '134318.944000', '134318.947000', '134318.949000', '134318.952000', '134318.954000', '134318.957000', '134318.960000', '134318.962000', '134318.965000', '134318.967000', '134318.970000', '134318.973000', '134318.975000', '134318.978000', '134318.980000', '134318.983000', '134318.986000', '134318.988000', '134318.991000', '134318.993000', '134318.996000', '134319.000000', '134319.002000', '134319.005000', '134319.007000', '134319.010000', '134319.013000', '134319.016000', '134319.018000', '134319.021000', '134319.023000', '134319.026000', '134319.029000', '134319.031000', '134319.034000', '134319.037000', '134319.039000', '134319.042000', '134319.044000', '134319.047000', '134338.936000', '134338.939000', '134338.942000', '134338.945000', '134338.948000', '134338.950000', '134338.954000', '134338.957000', '134338.959000', '134338.962000', '134338.965000', '134338.968000', '134338.970000', '134338.973000', '134338.977000', '134338.979000', '134338.982000', '134338.985000', '134338.987000', '134338.990000', '134338.992000', '134338.995000', '134338.998000', '134339.000000', '134339.003000', '134339.006000', '134339.008000', '134339.011000', '134339.013000', '134339.016000', '134339.019000', '134339.021000', '134339.024000', '134339.027000', '134339.029000', '134339.032000', '134339.035000', '134339.037000', '134339.040000', '134339.043000', '134339.045000', '134339.048000', '134339.050000', '134358.950000', '134358.953000', '134358.955000', '134358.958000', '134358.961000', '134358.963000', '134358.966000', '134358.969000', '134358.971000', '134358.974000', '134358.984000', '134358.987000', '134358.990000', '134358.992000', '134358.995000', '134358.998000', '134359.001000', '134359.004000', '134359.006000', '134359.009000', '134359.012000', '134359.014000', '134359.017000', '134359.020000', '134359.022000', '134359.025000', '134359.028000', '134359.030000', '134359.033000', '134359.035000', '134359.038000', '134359.040000', '134359.043000', '134359.046000', '134359.048000', '134359.051000', '134359.054000', '134359.056000', '134359.059000', '134359.061000', '134359.064000', '134359.067000', '134359.070000', '134359.072000', '134418.937000', '134418.940000', '134418.942000', '134418.945000', '134418.948000', '134418.950000', '134418.953000', '134418.955000', '134418.958000', '134418.961000', '134418.963000', '134418.966000', '134418.969000', '134418.971000', '134418.974000', '134418.977000', '134418.979000', '134418.982000', '134418.985000', '134418.987000', '134418.990000', '134418.992000', '134418.995000', '134418.998000', '134419.001000', '134419.004000', '134419.007000', '134419.009000', '134419.012000', '134419.015000', '134419.017000', '134419.020000', '134419.023000', '134419.025000', '134419.028000', '134419.030000', '134419.033000', '134419.036000', '134419.038000', '134419.041000', '134419.044000', '134419.046000', '134419.049000', '134419.051000', '134438.937000', '134438.939000', '134438.943000', '134438.945000', '134438.948000', '134438.951000', '134438.953000', '134438.956000', '134438.959000', '134438.961000', '134438.964000', '134438.967000', '134438.969000', '134438.972000', '134438.975000', '134438.977000', '134438.980000', '134438.982000', '134438.985000', '134438.988000', '134438.990000', '134438.993000', '134438.996000', '134438.998000', '134439.002000', '134439.005000', '134439.008000', '134439.010000', '134439.013000', '134439.015000', '134439.018000', '134439.021000', '134439.023000', '134439.026000', '134439.029000', '134439.031000', '134439.034000', '134439.036000', '134439.039000', '134439.042000', '134439.044000', '134439.047000', '134439.050000', '134458.935000', '134458.938000', '134458.941000', '134458.944000', '134458.946000', '134458.949000', '134458.951000', '134458.954000', '134458.957000', '134458.959000', '134458.962000', '134458.965000', '134458.967000', '134458.970000', '134458.972000', '134458.975000', '134458.978000', '134458.980000', '134458.983000', '134458.986000', '134458.988000', '134458.991000', '134458.994000', '134458.997000', '134459.006000', '134459.009000', '134459.012000', '134459.015000', '134459.018000', '134459.020000', '134459.023000', '134459.026000', '134459.028000', '134459.031000', '134459.033000', '134459.036000', '134459.039000', '134459.042000', '134459.044000', '134459.047000', '134459.050000', '134459.052000', '134459.055000', '134518.936000', '134518.938000', '134518.942000', '134518.944000', '134518.947000', '134518.950000', '134518.953000', '134518.955000', '134518.958000', '134518.960000', '134518.971000', '134518.973000', '134518.976000', '134518.979000', '134518.982000', '134518.984000', '134518.987000', '134518.989000', '134518.992000', '134518.995000', '134518.998000', '134519.001000', '134519.004000', '134519.006000', '134519.009000', '134519.012000', '134519.015000', '134519.017000', '134519.020000', '134519.022000', '134519.025000', '134519.028000', '134519.030000', '134519.033000', '134519.036000', '134519.038000', '134519.041000', '134519.043000', '134519.046000', '134519.049000', '134519.051000', '134519.054000', '134519.057000', '134519.059000', '134538.935000', '134538.938000', '134538.941000', '134538.944000', '134538.946000', '134538.949000', '134538.952000', '134538.954000', '134538.957000', '134538.960000', '134538.962000', '134538.965000', '134538.968000', '134538.970000', '134538.973000', '134538.975000', '134538.978000', '134538.981000', '134538.983000', '134538.986000', '134539.001000', '134539.003000', '134539.006000', '134539.009000', '134539.012000', '134539.014000', '134539.017000', '134539.019000', '134539.022000', '134539.025000', '134539.027000', '134539.030000', '134539.033000', '134539.035000', '134539.038000', '134539.041000', '134539.043000', '134539.046000', '134539.049000', '134539.051000', '134539.054000', '134539.057000', '134539.059000', '134558.936000', '134558.939000', '134558.942000', '134558.945000', '134558.947000', '134558.950000', '134558.953000', '134558.955000', '134558.958000', '134558.961000', '134558.963000', '134558.966000', '134558.969000', '134558.971000', '134558.974000', '134558.977000', '134558.979000', '134558.982000', '134558.984000', '134558.987000', '134558.990000', '134558.992000', '134558.995000', '134558.998000', '134559.000000', '134559.003000', '134559.006000', '134559.008000', '134559.011000', '134559.013000', '134559.016000', '134559.019000', '134559.021000', '134559.024000', '134559.027000', '134559.029000', '134559.032000', '134559.035000', '134559.037000', '134559.040000', '134559.043000', '134559.045000', '134559.048000', '134559.050000', '134618.937000', '134618.939000', '134618.942000', '134618.945000', '134618.947000', '134618.950000', '134618.952000', '134618.955000', '134618.958000', '134618.960000', '134618.963000', '134618.965000', '134618.968000', '134618.971000', '134618.973000', '134618.976000', '134618.979000', '134618.981000', '134618.984000', '134618.987000', '134618.989000', '134618.992000', '134618.995000', '134618.997000', '134619.001000', '134619.004000', '134619.008000', '134619.010000', '134619.013000', '134619.016000', '134619.018000', '134619.021000', '134619.024000', '134619.026000', '134619.029000', '134619.031000', '134619.034000', '134619.037000', '134619.039000', '134619.042000', '134619.044000', '134619.047000', '134619.050000', '134622.216000', '134622.219000', '134622.221000', '134622.224000', '134622.227000', '134622.229000', '134622.232000', '134622.235000'], 'InstanceCreationTime': ['133818.986000', '133818.989000', '133818.992000', '133818.994000', '133818.997000', '133819.001000', '133819.003000', '133819.006000', '133819.022000', '133819.025000', '133819.027000', '133819.030000', '133819.034000', '133819.036000', '133838.936000', '133838.938000', '133838.941000', '133838.944000', '133838.946000', '133838.956000', '133838.959000', '133838.962000', '133838.964000', '133838.967000', '133838.969000', '133838.972000', '133838.975000', '133838.977000', '133838.980000', '133838.983000', '133838.985000', '133838.988000', '133838.990000', '133838.993000', '133838.995000', '133838.998000', '133839.002000', '133839.004000', '133839.007000', '133839.009000', '133839.012000', '133839.015000', '133839.017000', '133839.020000', '133839.022000', '133839.025000', '133839.028000', '133839.030000', '133839.033000', '133839.036000', '133839.038000', '133839.052000', '133839.055000', '133839.058000', '133839.061000', '133839.064000', '133839.066000', '133858.937000', '133858.939000', '133858.942000', '133858.945000', '133858.948000', '133858.951000', '133858.953000', '133858.956000', '133858.958000', '133858.961000', '133858.964000', '133858.966000', '133858.969000', '133858.972000', '133858.974000', '133858.977000', '133858.979000', '133858.982000', '133858.985000', '133858.987000', '133858.990000', '133858.992000', '133858.995000', '133858.997000', '133859.000000', '133859.003000', '133859.005000', '133859.008000', '133859.011000', '133859.013000', '133859.016000', '133859.018000', '133859.021000', '133859.024000', '133859.026000', '133859.029000', '133859.032000', '133859.034000', '133859.037000', '133859.039000', '133859.042000', '133859.045000', '133859.047000', '133859.050000', '133918.936000', '133918.939000', '133918.942000', '133918.945000', '133918.947000', '133918.950000', '133918.953000', '133918.955000', '133918.958000', '133918.971000', '133918.973000', '133918.984000', '133918.987000', '133918.989000', '133918.992000', '133918.995000', '133918.997000', '133919.001000', '133919.003000', '133919.006000', '133919.009000', '133919.011000', '133919.014000', '133919.016000', '133919.019000', '133919.022000', '133919.024000', '133919.027000', '133919.030000', '133919.033000', '133919.035000', '133919.038000', '133919.040000', '133919.043000', '133919.046000', '133919.048000', '133919.051000', '133919.053000', '133919.056000', '133919.059000', '133919.061000', '133919.064000', '133919.067000', '133938.936000', '133938.939000', '133938.942000', '133938.945000', '133938.947000', '133938.950000', '133938.952000', '133938.955000', '133938.958000', '133938.960000', '133938.963000', '133938.966000', '133938.968000', '133938.971000', '133938.974000', '133938.976000', '133938.979000', '133938.981000', '133938.984000', '133938.987000', '133938.989000', '133938.992000', '133938.994000', '133938.997000', '133939.001000', '133939.003000', '133939.006000', '133939.009000', '133939.011000', '133939.014000', '133939.016000', '133939.019000', '133939.022000', '133939.024000', '133939.027000', '133939.030000', '133939.032000', '133939.035000', '133939.037000', '133939.040000', '133939.043000', '133939.045000', '133939.048000', '133939.051000', '133958.936000', '133958.940000', '133958.942000', '133958.945000', '133958.948000', '133958.951000', '133958.953000', '133958.956000', '133958.958000', '133958.961000', '133958.964000', '133958.966000', '133958.969000', '133958.972000', '133958.974000', '133958.977000', '133958.980000', '133958.982000', '133958.985000', '133958.987000', '133958.990000', '133958.993000', '133958.995000', '133958.998000', '133959.002000', '133959.004000', '133959.007000', '133959.010000', '133959.012000', '133959.015000', '133959.017000', '133959.020000', '133959.023000', '133959.025000', '133959.028000', '133959.030000', '133959.033000', '133959.035000', '133959.038000', '133959.041000', '133959.043000', '133959.046000', '133959.049000', '134018.935000', '134018.938000', '134018.941000', '134018.944000', '134018.946000', '134018.949000', '134018.951000', '134018.954000', '134018.956000', '134018.959000', '134018.962000', '134018.964000', '134018.967000', '134018.970000', '134018.972000', '134018.975000', '134018.977000', '134018.980000', '134018.983000', '134018.985000', '134018.988000', '134018.990000', '134018.993000', '134018.996000', '134018.998000', '134019.002000', '134019.005000', '134019.007000', '134019.010000', '134019.012000', '134019.015000', '134019.018000', '134019.020000', '134019.023000', '134019.025000', '134019.028000', '134019.031000', '134019.033000', '134019.036000', '134019.039000', '134019.041000', '134019.044000', '134019.047000', '134019.049000', '134038.935000', '134038.938000', '134038.941000', '134038.943000', '134038.947000', '134038.950000', '134038.952000', '134038.955000', '134038.958000', '134038.960000', '134038.963000', '134038.965000', '134038.968000', '134038.971000', '134038.973000', '134038.976000', '134038.979000', '134038.981000', '134038.987000', '134038.989000', '134038.992000', '134038.995000', '134038.998000', '134039.001000', '134039.004000', '134039.006000', '134039.009000', '134039.012000', '134039.014000', '134039.017000', '134039.020000', '134039.022000', '134039.025000', '134039.028000', '134039.030000', '134039.033000', '134039.036000', '134039.038000', '134039.041000', '134039.043000', '134039.046000', '134039.049000', '134039.051000', '134058.936000', '134058.939000', '134058.941000', '134058.944000', '134058.946000', '134058.949000', '134058.952000', '134058.964000', '134058.966000', '134058.969000', '134058.972000', '134058.974000', '134058.977000', '134058.979000', '134058.982000', '134058.985000', '134058.987000', '134058.990000', '134058.992000', '134058.995000', '134058.998000', '134059.001000', '134059.004000', '134059.007000', '134059.009000', '134059.020000', '134059.023000', '134059.025000', '134059.028000', '134059.031000', '134059.033000', '134059.036000', '134059.038000', '134059.041000', '134059.044000', '134059.046000', '134059.049000', '134059.051000', '134059.054000', '134059.057000', '134059.059000', '134059.062000', '134059.064000', '134059.067000', '134118.936000', '134118.939000', '134118.942000', '134118.945000', '134118.947000', '134118.950000', '134118.953000', '134118.955000', '134118.958000', '134118.960000', '134118.963000', '134118.966000', '134118.968000', '134118.971000', '134118.973000', '134118.976000', '134118.979000', '134118.981000', '134118.984000', '134118.987000', '134118.989000', '134118.992000', '134118.995000', '134118.997000', '134119.000000', '134119.003000', '134119.005000', '134119.008000', '134119.011000', '134119.013000', '134119.016000', '134119.018000', '134119.021000', '134119.024000', '134119.026000', '134119.029000', '134119.032000', '134119.034000', '134119.037000', '134119.040000', '134119.042000', '134119.045000', '134119.047000', '134138.936000', '134138.939000', '134138.942000', '134138.944000', '134138.947000', '134138.950000', '134138.952000', '134138.955000', '134138.958000', '134138.960000', '134138.963000', '134138.965000', '134138.968000', '134138.971000', '134138.973000', '134138.976000', '134138.979000', '134138.981000', '134138.984000', '134138.987000', '134138.989000', '134138.992000', '134138.995000', '134138.997000', '134139.001000', '134139.003000', '134139.006000', '134139.009000', '134139.011000', '134139.014000', '134139.016000', '134139.019000', '134139.022000', '134139.024000', '134139.027000', '134139.029000', '134139.032000', '134139.035000', '134139.037000', '134139.040000', '134139.043000', '134139.045000', '134139.048000', '134139.050000', '134158.936000', '134158.939000', '134158.942000', '134158.945000', '134158.948000', '134158.950000', '134158.953000', '134158.956000', '134158.958000', '134158.961000', '134158.963000', '134158.966000', '134158.969000', '134158.971000', '134158.974000', '134158.976000', '134158.979000', '134158.991000', '134158.994000', '134158.996000', '134159.000000', '134159.003000', '134159.005000', '134159.008000', '134159.010000', '134159.013000', '134159.015000', '134159.018000', '134159.021000', '134159.023000', '134159.026000', '134159.028000', '134159.031000', '134159.034000', '134159.037000', '134159.039000', '134159.042000', '134159.044000', '134159.047000', '134159.050000', '134159.052000', '134159.055000', '134159.058000', '134218.938000', '134218.941000', '134218.944000', '134218.946000', '134218.949000', '134218.952000', '134218.954000', '134218.957000', '134218.959000', '134218.962000', '134218.965000', '134218.967000', '134218.970000', '134218.973000', '134218.975000', '134218.978000', '134218.981000', '134218.983000', '134218.986000', '134218.989000', '134218.992000', '134218.994000', '134218.997000', '134219.001000', '134219.003000', '134219.006000', '134219.009000', '134219.011000', '134219.014000', '134219.017000', '134219.020000', '134219.042000', '134219.045000', '134219.047000', '134219.050000', '134219.052000', '134219.055000', '134219.058000', '134219.060000', '134219.063000', '134219.066000', '134219.068000', '134219.071000', '134238.935000', '134238.938000', '134238.942000', '134238.944000', '134238.947000', '134238.950000', '134238.953000', '134238.955000', '134238.958000', '134238.960000', '134238.963000', '134238.966000', '134238.968000', '134238.971000', '134238.974000', '134238.976000', '134238.979000', '134238.981000', '134238.984000', '134238.987000', '134238.989000', '134238.992000', '134238.995000', '134238.997000', '134239.001000', '134239.003000', '134239.006000', '134239.009000', '134239.011000', '134239.014000', '134239.017000', '134239.019000', '134239.022000', '134239.025000', '134239.027000', '134239.030000', '134239.033000', '134239.035000', '134239.038000', '134239.040000', '134239.043000', '134239.046000', '134239.048000', '134239.051000', '134258.935000', '134258.938000', '134258.941000', '134258.944000', '134258.946000', '134258.949000', '134258.951000', '134258.954000', '134258.957000', '134258.959000', '134258.962000', '134258.965000', '134258.967000', '134258.970000', '134258.973000', '134258.975000', '134258.978000', '134258.980000', '134258.983000', '134258.986000', '134258.988000', '134258.991000', '134258.994000', '134258.996000', '134259.000000', '134259.002000', '134259.005000', '134259.008000', '134259.010000', '134259.013000', '134259.016000', '134259.019000', '134259.021000', '134259.024000', '134259.026000', '134259.029000', '134259.032000', '134259.034000', '134259.037000', '134259.040000', '134259.042000', '134259.045000', '134259.048000', '134259.050000', '134318.936000', '134318.938000', '134318.941000', '134318.944000', '134318.947000', '134318.949000', '134318.952000', '134318.954000', '134318.957000', '134318.960000', '134318.962000', '134318.965000', '134318.967000', '134318.970000', '134318.973000', '134318.975000', '134318.978000', '134318.980000', '134318.983000', '134318.986000', '134318.988000', '134318.991000', '134318.993000', '134318.996000', '134319.000000', '134319.002000', '134319.005000', '134319.007000', '134319.010000', '134319.013000', '134319.016000', '134319.018000', '134319.021000', '134319.023000', '134319.026000', '134319.029000', '134319.031000', '134319.034000', '134319.037000', '134319.039000', '134319.042000', '134319.044000', '134319.047000', '134338.936000', '134338.939000', '134338.942000', '134338.945000', '134338.948000', '134338.950000', '134338.954000', '134338.957000', '134338.959000', '134338.962000', '134338.965000', '134338.968000', '134338.970000', '134338.973000', '134338.977000', '134338.979000', '134338.982000', '134338.985000', '134338.987000', '134338.990000', '134338.992000', '134338.995000', '134338.998000', '134339.000000', '134339.003000', '134339.006000', '134339.008000', '134339.011000', '134339.013000', '134339.016000', '134339.019000', '134339.021000', '134339.024000', '134339.027000', '134339.029000', '134339.032000', '134339.035000', '134339.037000', '134339.040000', '134339.043000', '134339.045000', '134339.048000', '134339.050000', '134358.950000', '134358.953000', '134358.955000', '134358.958000', '134358.961000', '134358.963000', '134358.966000', '134358.969000', '134358.971000', '134358.974000', '134358.984000', '134358.987000', '134358.990000', '134358.992000', '134358.995000', '134358.998000', '134359.001000', '134359.004000', '134359.006000', '134359.009000', '134359.012000', '134359.014000', '134359.017000', '134359.020000', '134359.022000', '134359.025000', '134359.028000', '134359.030000', '134359.033000', '134359.035000', '134359.038000', '134359.040000', '134359.043000', '134359.046000', '134359.048000', '134359.051000', '134359.054000', '134359.056000', '134359.059000', '134359.061000', '134359.064000', '134359.067000', '134359.070000', '134359.072000', '134418.937000', '134418.940000', '134418.942000', '134418.945000', '134418.948000', '134418.950000', '134418.953000', '134418.955000', '134418.958000', '134418.961000', '134418.963000', '134418.966000', '134418.969000', '134418.971000', '134418.974000', '134418.977000', '134418.979000', '134418.982000', '134418.985000', '134418.987000', '134418.990000', '134418.992000', '134418.995000', '134418.998000', '134419.001000', '134419.004000', '134419.007000', '134419.009000', '134419.012000', '134419.015000', '134419.017000', '134419.020000', '134419.023000', '134419.025000', '134419.028000', '134419.030000', '134419.033000', '134419.036000', '134419.038000', '134419.041000', '134419.044000', '134419.046000', '134419.049000', '134419.051000', '134438.937000', '134438.939000', '134438.943000', '134438.945000', '134438.948000', '134438.951000', '134438.953000', '134438.956000', '134438.959000', '134438.961000', '134438.964000', '134438.967000', '134438.969000', '134438.972000', '134438.975000', '134438.977000', '134438.980000', '134438.982000', '134438.985000', '134438.988000', '134438.990000', '134438.993000', '134438.996000', '134438.998000', '134439.002000', '134439.005000', '134439.008000', '134439.010000', '134439.013000', '134439.015000', '134439.018000', '134439.021000', '134439.023000', '134439.026000', '134439.029000', '134439.031000', '134439.034000', '134439.036000', '134439.039000', '134439.042000', '134439.044000', '134439.047000', '134439.050000', '134458.935000', '134458.938000', '134458.941000', '134458.944000', '134458.946000', '134458.949000', '134458.951000', '134458.954000', '134458.957000', '134458.959000', '134458.962000', '134458.965000', '134458.967000', '134458.970000', '134458.972000', '134458.975000', '134458.978000', '134458.980000', '134458.983000', '134458.986000', '134458.988000', '134458.991000', '134458.994000', '134458.997000', '134459.006000', '134459.009000', '134459.012000', '134459.015000', '134459.018000', '134459.020000', '134459.023000', '134459.026000', '134459.028000', '134459.031000', '134459.033000', '134459.036000', '134459.039000', '134459.042000', '134459.044000', '134459.047000', '134459.050000', '134459.052000', '134459.055000', '134518.936000', '134518.938000', '134518.942000', '134518.944000', '134518.947000', '134518.950000', '134518.953000', '134518.955000', '134518.958000', '134518.960000', '134518.971000', '134518.973000', '134518.976000', '134518.979000', '134518.982000', '134518.984000', '134518.987000', '134518.989000', '134518.992000', '134518.995000', '134518.998000', '134519.001000', '134519.004000', '134519.006000', '134519.009000', '134519.012000', '134519.015000', '134519.017000', '134519.020000', '134519.022000', '134519.025000', '134519.028000', '134519.030000', '134519.033000', '134519.036000', '134519.038000', '134519.041000', '134519.043000', '134519.046000', '134519.049000', '134519.051000', '134519.054000', '134519.057000', '134519.059000', '134538.935000', '134538.938000', '134538.941000', '134538.944000', '134538.946000', '134538.949000', '134538.952000', '134538.954000', '134538.957000', '134538.960000', '134538.962000', '134538.965000', '134538.968000', '134538.970000', '134538.973000', '134538.975000', '134538.978000', '134538.981000', '134538.983000', '134538.986000', '134539.001000', '134539.003000', '134539.006000', '134539.009000', '134539.012000', '134539.014000', '134539.017000', '134539.019000', '134539.022000', '134539.025000', '134539.027000', '134539.030000', '134539.033000', '134539.035000', '134539.038000', '134539.041000', '134539.043000', '134539.046000', '134539.049000', '134539.051000', '134539.054000', '134539.057000', '134539.059000', '134558.936000', '134558.939000', '134558.942000', '134558.945000', '134558.947000', '134558.950000', '134558.953000', '134558.955000', '134558.958000', '134558.961000', '134558.963000', '134558.966000', '134558.969000', '134558.971000', '134558.974000', '134558.977000', '134558.979000', '134558.982000', '134558.984000', '134558.987000', '134558.990000', '134558.992000', '134558.995000', '134558.998000', '134559.000000', '134559.003000', '134559.006000', '134559.008000', '134559.011000', '134559.013000', '134559.016000', '134559.019000', '134559.021000', '134559.024000', '134559.027000', '134559.029000', '134559.032000', '134559.035000', '134559.037000', '134559.040000', '134559.043000', '134559.045000', '134559.048000', '134559.050000', '134618.937000', '134618.939000', '134618.942000', '134618.945000', '134618.947000', '134618.950000', '134618.952000', '134618.955000', '134618.958000', '134618.960000', '134618.963000', '134618.965000', '134618.968000', '134618.971000', '134618.973000', '134618.976000', '134618.979000', '134618.981000', '134618.984000', '134618.987000', '134618.989000', '134618.992000', '134618.995000', '134618.997000', '134619.001000', '134619.004000', '134619.008000', '134619.010000', '134619.013000', '134619.016000', '134619.018000', '134619.021000', '134619.024000', '134619.026000', '134619.029000', '134619.031000', '134619.034000', '134619.037000', '134619.039000', '134619.042000', '134619.044000', '134619.047000', '134619.050000', '134622.216000', '134622.219000', '134622.221000', '134622.224000', '134622.227000', '134622.229000', '134622.232000', '134622.235000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065], 'LargestImagePixelValue': [13372, 7302, 6735, 6762, 7663, 6676, 6614, 10261, 12075, 10972, 11698, 8221, 6388, 8892, 6833, 7437, 12587, 10845, 7807, 7841, 7665, 6571, 11893, 10109, 7871, 11219, 7235, 12645, 12271, 12339, 13726, 13415, 10520, 6939, 6628, 6019, 8191, 8950, 11296, 9759, 6556, 6077, 7597, 6798, 6787, 6264, 10714, 8728, 9710, 10636, 12199, 10707, 9755, 11261, 12939, 8895, 7223, 11266, 12113, 6529, 6999, 6713, 6699, 8678, 8539, 11294, 7364, 7550, 11273, 14435, 10081, 14546, 7269, 6822, 7709, 6670, 6839, 11677, 12059, 11281, 8803, 6747, 6828, 7400, 6168, 10822, 12065, 9577, 11719, 9371, 6691, 9874, 8101, 7766, 10304, 12442, 14432, 12780, 8953, 9210, 6300, 6252, 7510, 6335, 6837, 10664, 8755, 6811, 11815, 11352, 9539, 11556, 7362, 6959, 6474, 6576, 6830, 10295, 10734, 9176, 8666, 7552, 6798, 7063, 9927, 6996, 6706, 9815, 11715, 10888, 12592, 9640, 6757, 6940, 6875, 8351, 6622, 8601, 11077, 8252, 10946, 6698, 6484, 7438, 7242, 6356, 9919, 11367, 10733, 10478, 7573, 7588, 6900, 6657, 8960, 10621, 11125, 10534, 7241, 7835, 6286, 6616, 10399, 11495, 11616, 10866, 7629, 7162, 6386, 6574, 7985, 6517, 10507, 12312, 9545, 12456, 7041, 6523, 7177, 7092, 6795, 9371, 12151, 11548, 11518, 6743, 7829, 7232, 7166, 9515, 11304, 11010, 10223, 7062, 7820, 6417, 6629, 7352, 7851, 12959, 12557, 9368, 8432, 6482, 7027, 8075, 8154, 11798, 12350, 8058, 7453, 6417, 7275, 8470, 10345, 11486, 12941, 8771, 6985, 7183, 7385, 7377, 7595, 8171, 11240, 10733, 8465, 9957, 6494, 7266, 8853, 7228, 7767, 11531, 9899, 11882, 11824, 7503, 6951, 6572, 7325, 7571, 7269, 8184, 11995, 10481, 8018, 7556, 6798, 7557, 7410, 8006, 9535, 12539, 11782, 8493, 7367, 6777, 7463, 9103, 8692, 7733, 13312, 12481, 11593, 13295, 11051, 6443, 6918, 6540, 6832, 7281, 9532, 8411, 7175, 9365, 11596, 9096, 7678, 12580, 9867, 7024, 8616, 9152, 10853, 11235, 14095, 8405, 6763, 6894, 7756, 6775, 6955, 7515, 10144, 7662, 8067, 10049, 11491, 10062, 11616, 13427, 10952, 11006, 14270, 11916, 8180, 14591, 13105, 10015, 8077, 6984, 6461, 7175, 9386, 8588, 6971, 11826, 12539, 10378, 10833, 10751, 7442, 7686, 6244, 6974, 7450, 9149, 9547, 11937, 10870, 8161, 7416, 6709, 7063, 7692, 7239, 6637, 12693, 10676, 10681, 12987, 7421, 6948, 7839, 6411, 8061, 11203, 11235, 11520, 10800, 7992, 6548, 6473, 6744, 9342, 12093, 13687, 13086, 6226, 6769, 6983, 8101, 7191, 6493, 11493, 8238, 6503, 11182, 11818, 10029, 10317, 9575, 7586, 7014, 7174, 7006, 9899, 11559, 9736, 13165, 7760, 7244, 9247, 6844, 11128, 10014, 9656, 12085, 11526, 8758, 8606, 6719, 6467, 8521, 7196, 9897, 12720, 10833, 9584, 10078, 7428, 7409, 9181, 8573, 7274, 13102, 11618, 11547, 13705, 8363, 7366, 10273, 6492, 6793, 12536, 11881, 10834, 13998, 8294, 7474, 9948, 6137, 7159, 13054, 12196, 10081, 13126, 7360, 6726, 8338, 9167, 11130, 12592, 7108, 6778, 7499, 7254, 9641, 11497, 10039, 8774, 7204, 6761, 6400, 8917, 9206, 12054, 11006, 8056, 6603, 7638, 6710, 7193, 8641, 7843, 7086, 12622, 12202, 10874, 12633, 9699, 7428, 7958, 6601, 7627, 11219, 10852, 9589, 9535, 6697, 6558, 8331, 9467, 9799, 12302, 8113, 6982, 8186, 6861, 6429, 11512, 10000, 11934, 12742, 9272, 7360, 9143, 7052, 6917, 10011, 9947, 8928, 12841, 12038, 9017, 12310, 7367, 6945, 7850, 10599, 11524, 11957, 12103, 8009, 6949, 6404, 6427, 6542, 8550, 7427, 6513, 10925, 11164, 11718, 12165, 9163, 11895, 12888, 9354, 6910, 6909, 6280, 6686, 7359, 6583, 9030, 10403, 9045, 8223, 6860, 6739, 7682, 9090, 9066, 11339, 12352, 7366, 7080, 7099, 7284, 7422, 8178, 7543, 7241, 9725, 10507, 10840, 9305, 6955, 7487, 8484, 6676, 7168, 11262, 10137, 7807, 8696, 6736, 6845, 10886, 8314, 7622, 11866, 7529, 12982, 11889, 7863, 12473, 9557, 12389, 11384, 8987, 9089, 6516, 6905, 7800, 6625, 11282, 11821, 8791, 11071, 8329, 7407, 7975, 6638, 7152, 12044, 10909, 9604, 11903, 10558, 10010, 8876, 7298, 6643, 6575, 6361, 11963, 10362, 11605, 9659, 7012, 8615, 6533, 6864, 10804, 8084, 12772, 10627, 7104, 7375, 6656, 8615, 6845, 6438, 12022, 10880, 10255, 9774, 6974, 7337, 6966, 6915, 12272, 11418, 9415, 11584, 8462, 6901, 9273, 8107, 11650, 12055, 11256, 12591, 9286, 6776, 8999, 6770, 7737, 12486, 11370, 8904, 7872, 6953, 6912, 8177, 12451, 9277, 9930, 8157, 6898, 6532, 6782, 8785, 12327, 11950, 8562, 7673, 7037, 6656, 8196, 7918, 9751, 11677, 10846, 8955, 8172, 7116, 6487, 6675, 7199, 7053, 11901, 13493, 13849, 12147, 12454, 7854, 6681, 8770, 6795, 10386, 13246, 11793, 8043, 6329, 8400, 6422, 6766, 11461, 9814, 7689, 14528, 12002, 8130, 13782, 13078, 11408, 12959, 9853, 7208, 6962, 9556, 7768, 6429, 11434, 13051, 12016, 9369, 10008, 6780, 7388, 8053, 8196, 11746, 11869, 10850, 7923, 7062, 7839, 6945, 6558, 11679, 12868, 9936, 12894, 6616, 7064, 6428, 7701, 6928, 7659, 11142, 9299, 8883, 11526, 9407, 12310, 11417, 9798, 8164, 8478, 7622, 7551, 9761, 10390, 7685, 7782, 8329, 8362, 7880, 8296, 8499, 10150, 8819, 7039, 10254, 10735, 12488, 7939, 7110, 8551, 8226, 7911, 7565, 7464, 7404, 8012, 9508, 9291, 8860, 11547, 10816, 8064, 11666, 10007, 12159, 10936, 7823, 12785, 9766, 7738, 12008, 13226, 11852, 12644, 8016, 6949, 7098, 8413, 10207, 8495, 10931, 7408, 7641, 9460, 9602, 9189, 12336, 10365, 7668, 8003, 9394, 11445, 12382, 12240, 7245, 7231, 8293, 6876, 6821, 11055, 11717, 9702, 14055, 10797, 7365, 8157, 6381, 6657, 13513, 11011, 7886, 8107, 7087, 7040, 7996, 9931, 9806, 12575, 11453, 6953, 7308, 8811, 6862, 7350, 13325, 10425, 7695, 8754, 6928, 7181, 8383, 10563, 10007, 10595, 8711, 7385, 8589, 9240, 9917, 12274, 9876, 7316, 8577, 7454, 7074, 11506, 10406, 9774, 11098, 6734, 7346, 8676, 8195, 8242, 10954, 10090, 7413, 8718, 7158, 7860, 11229, 11591, 9468, 10903, 9248, 7265, 8100, 11205, 8323, 7753, 10619, 13298, 13299, 11723, 13807, 10939, 8151, 8758, 7900, 7473, 11437, 12621, 9434, 12048, 7328, 7775, 8653, 8024, 7310, 9679, 9736, 10503, 12650, 10575, 7543, 8692, 8297, 7300, 11939, 12480, 9426, 11224, 7955, 7932, 8712, 8222, 8834, 13514, 12144, 7686, 7993, 7199, 6919, 8055, 11944, 11858, 12760, 11317, 7100, 7566, 9104, 6915, 7336, 11428, 10747, 11867, 12663, 7354, 8667, 9356, 7217, 7919, 11268, 10564, 10072, 11905, 7222, 7827, 9260, 7213, 10474, 13019, 9079, 10960, 8757, 8138, 8868, 8277, 7899, 12677, 11207, 9580, 11961, 7176, 8385, 9042, 7900, 7581, 11807, 11173, 13033, 10911, 7158, 8523, 7723, 7228, 10977, 9232, 7121, 12258, 10783, 10322, 11956, 6700, 7926, 8743, 7519, 12661, 12024, 9072, 9729, 6380, 7676, 8201, 9827, 10372, 12284, 8749, 7745, 8378, 6756, 7492, 11129, 11052, 9522, 11396, 6494, 7544, 8764, 8327, 11659, 12724, 10150, 11350, 6797, 7005, 9330, 9575, 10590, 11848, 7667, 6840, 7903, 6213, 7238, 12244, 11001, 8251, 8080, 7761, 6642, 7579, 11190, 10723, 8606, 7969, 6952, 6846, 9313, 9547, 10893, 12724, 11570, 7571, 7789, 6932, 6651, 6913, 11644, 10741, 8147, 9674, 6315, 6977, 8702, 7299, 6322, 10245, 8746, 9647, 12800], 'WindowCenter': [3988.0, 3902.0, 3891.0, 3892.0, 3910.0, 3892.0, 3890.0, 3950.0, 3972.0, 3966.0, 3964.0, 3920.0, 3867.0, 3914.0, 3872.0, 3885.0, 3948.0, 3951.0, 3911.0, 3920.0, 3911.0, 3879.0, 3949.0, 3926.0, 3881.0, 3925.0, 3871.0, 3934.0, 3937.0, 3936.0, 3949.0, 3947.0, 3925.0, 3860.0, 3861.0, 3837.0, 3878.0, 3891.0, 3937.0, 3926.0, 3878.0, 3880.0, 3911.0, 3890.0, 3888.0, 3878.0, 3963.0, 3920.0, 3932.0, 3955.0, 3977.0, 3968.0, 3945.0, 3964.0, 3974.0, 3918.0, 3886.0, 3949.0, 3962.0, 3879.0, 3890.0, 3877.0, 3889.0, 3908.0, 3906.0, 3926.0, 3875.0, 3883.0, 3912.0, 3945.0, 3913.0, 3945.0, 3872.0, 3863.0, 3885.0, 3863.0, 3864.0, 3936.0, 3949.0, 3939.0, 3929.0, 3891.0, 3879.0, 3900.0, 3869.0, 3940.0, 3963.0, 3943.0, 3963.0, 3934.0, 3892.0, 3931.0, 3909.0, 3888.0, 3916.0, 3937.0, 3948.0, 3948.0, 3918.0, 3930.0, 3867.0, 3865.0, 3873.0, 3852.0, 3877.0, 3925.0, 3905.0, 3863.0, 3951.0, 3940.0, 3942.0, 3951.0, 3900.0, 3886.0, 3864.0, 3863.0, 3864.0, 3927.0, 3941.0, 3931.0, 3934.0, 3911.0, 3891.0, 3888.0, 3927.0, 3874.0, 3875.0, 3928.0, 3949.0, 3940.0, 3963.0, 3942.0, 3889.0, 3887.0, 3863.0, 3880.0, 3860.0, 3891.0, 3935.0, 3895.0, 3936.0, 3876.0, 3877.0, 3885.0, 3884.0, 3863.0, 3915.0, 3938.0, 3940.0, 3939.0, 3897.0, 3894.0, 3885.0, 3861.0, 3905.0, 3927.0, 3939.0, 3938.0, 3886.0, 3897.0, 3866.0, 3875.0, 3926.0, 3937.0, 3936.0, 3936.0, 3885.0, 3873.0, 3862.0, 3863.0, 3893.0, 3863.0, 3924.0, 3947.0, 3917.0, 3947.0, 3874.0, 3861.0, 3873.0, 3871.0, 3861.0, 3915.0, 3947.0, 3946.0, 3949.0, 3876.0, 3895.0, 3885.0, 3873.0, 3913.0, 3934.0, 3922.0, 3923.0, 3876.0, 3894.0, 3863.0, 3863.0, 3880.0, 3895.0, 3947.0, 3946.0, 3915.0, 3906.0, 3865.0, 3871.0, 3892.0, 3895.0, 3938.0, 3946.0, 3894.0, 3882.0, 3853.0, 3872.0, 3894.0, 3927.0, 3937.0, 3949.0, 3904.0, 3885.0, 3875.0, 3884.0, 3870.0, 3883.0, 3895.0, 3934.0, 3937.0, 3907.0, 3926.0, 3863.0, 3874.0, 3902.0, 3871.0, 3869.0, 3922.0, 3914.0, 3936.0, 3934.0, 3884.0, 3873.0, 3873.0, 3881.0, 3880.0, 3885.0, 3907.0, 3950.0, 3938.0, 3909.0, 3909.0, 3889.0, 3898.0, 3883.0, 3896.0, 3927.0, 3948.0, 3950.0, 3920.0, 3896.0, 3874.0, 3885.0, 3905.0, 3890.0, 3883.0, 3947.0, 3935.0, 3934.0, 3945.0, 3923.0, 3850.0, 3861.0, 3848.0, 3860.0, 3857.0, 3888.0, 3877.0, 3847.0, 3889.0, 3920.0, 3889.0, 3867.0, 3918.0, 3896.0, 3846.0, 3877.0, 3889.0, 3925.0, 3949.0, 3969.0, 3881.0, 3876.0, 3889.0, 3921.0, 3904.0, 3912.0, 3925.0, 3966.0, 3925.0, 3924.0, 3955.0, 3964.0, 3955.0, 3964.0, 3974.0, 3953.0, 3939.0, 3957.0, 3934.0, 3894.0, 3945.0, 3945.0, 3914.0, 3883.0, 3872.0, 3853.0, 3861.0, 3902.0, 3891.0, 3871.0, 3935.0, 3934.0, 3926.0, 3937.0, 3937.0, 3885.0, 3895.0, 3862.0, 3872.0, 3884.0, 3915.0, 3917.0, 3949.0, 3940.0, 3909.0, 3888.0, 3875.0, 3875.0, 3883.0, 3872.0, 3863.0, 3948.0, 3927.0, 3939.0, 3960.0, 3885.0, 3875.0, 3883.0, 3850.0, 3882.0, 3935.0, 3923.0, 3935.0, 3936.0, 3896.0, 3863.0, 3863.0, 3863.0, 3915.0, 3947.0, 3991.0, 3935.0, 3837.0, 3860.0, 3872.0, 3881.0, 3871.0, 3852.0, 3934.0, 3894.0, 3865.0, 3948.0, 3950.0, 3930.0, 3938.0, 3929.0, 3909.0, 3884.0, 3885.0, 3875.0, 3926.0, 3949.0, 3931.0, 3961.0, 3907.0, 3896.0, 3915.0, 3872.0, 3933.0, 3915.0, 3913.0, 3935.0, 3937.0, 3906.0, 3905.0, 3873.0, 3862.0, 3904.0, 3873.0, 3925.0, 3959.0, 3939.0, 3928.0, 3940.0, 3897.0, 3895.0, 3915.0, 3903.0, 3884.0, 3946.0, 3951.0, 3948.0, 3970.0, 3907.0, 3896.0, 3935.0, 3862.0, 3860.0, 3946.0, 3946.0, 3935.0, 3957.0, 3905.0, 3895.0, 3925.0, 3851.0, 3872.0, 3944.0, 3946.0, 3928.0, 3957.0, 3884.0, 3872.0, 3904.0, 3916.0, 3936.0, 3957.0, 3887.0, 3873.0, 3885.0, 3883.0, 3913.0, 3935.0, 3925.0, 3916.0, 3884.0, 3873.0, 3862.0, 3914.0, 3927.0, 3947.0, 3937.0, 3907.0, 3875.0, 3896.0, 3874.0, 3886.0, 3907.0, 3896.0, 3886.0, 3958.0, 3950.0, 3937.0, 3959.0, 3927.0, 3887.0, 3893.0, 3861.0, 3880.0, 3924.0, 3924.0, 3915.0, 3914.0, 3873.0, 3862.0, 3894.0, 3914.0, 3912.0, 3944.0, 3894.0, 3872.0, 3892.0, 3861.0, 3853.0, 3936.0, 3913.0, 3935.0, 3947.0, 3915.0, 3884.0, 3915.0, 3873.0, 3872.0, 3923.0, 3926.0, 3917.0, 3959.0, 3959.0, 3918.0, 3960.0, 3897.0, 3885.0, 3892.0, 3924.0, 3934.0, 3935.0, 3947.0, 3907.0, 3886.0, 3876.0, 3864.0, 3864.0, 3904.0, 3884.0, 3864.0, 3937.0, 3949.0, 3949.0, 3949.0, 3928.0, 3945.0, 3945.0, 3915.0, 3882.0, 3883.0, 3862.0, 3888.0, 3897.0, 3885.0, 3916.0, 3950.0, 3942.0, 3931.0, 3889.0, 3888.0, 3898.0, 3917.0, 3916.0, 3937.0, 3946.0, 3897.0, 3887.0, 3884.0, 3884.0, 3884.0, 3893.0, 3881.0, 3881.0, 3914.0, 3938.0, 3937.0, 3926.0, 3899.0, 3909.0, 3918.0, 3874.0, 3873.0, 3936.0, 3929.0, 3898.0, 3919.0, 3890.0, 3889.0, 3937.0, 3905.0, 3884.0, 3934.0, 3871.0, 3933.0, 3934.0, 3882.0, 3934.0, 3903.0, 3933.0, 3924.0, 3902.0, 3901.0, 3851.0, 3872.0, 3883.0, 3861.0, 3937.0, 3948.0, 3907.0, 3950.0, 3919.0, 3898.0, 3907.0, 3863.0, 3874.0, 3935.0, 3936.0, 3915.0, 3950.0, 3938.0, 3929.0, 3918.0, 3884.0, 3862.0, 3860.0, 3849.0, 3922.0, 3914.0, 3936.0, 3928.0, 3874.0, 3902.0, 3851.0, 3860.0, 3922.0, 3883.0, 3934.0, 3914.0, 3861.0, 3870.0, 3861.0, 3903.0, 3861.0, 3863.0, 3947.0, 3936.0, 3925.0, 3937.0, 3899.0, 3899.0, 3887.0, 3887.0, 3960.0, 3950.0, 3930.0, 3950.0, 3908.0, 3889.0, 3916.0, 3897.0, 3935.0, 3948.0, 3937.0, 3946.0, 3915.0, 3862.0, 3901.0, 3861.0, 3881.0, 3944.0, 3935.0, 3916.0, 3905.0, 3873.0, 3872.0, 3893.0, 3944.0, 3915.0, 3926.0, 3906.0, 3885.0, 3862.0, 3873.0, 3904.0, 3933.0, 3934.0, 3892.0, 3881.0, 3869.0, 3859.0, 3878.0, 3878.0, 3900.0, 3921.0, 3922.0, 3902.0, 3892.0, 3872.0, 3849.0, 3859.0, 3859.0, 3860.0, 3934.0, 3957.0, 3958.0, 3949.0, 3960.0, 3908.0, 3876.0, 3905.0, 3873.0, 3924.0, 3932.0, 3923.0, 3881.0, 3865.0, 3907.0, 3866.0, 3876.0, 3948.0, 3927.0, 3898.0, 3957.0, 3946.0, 3896.0, 3957.0, 3947.0, 3950.0, 3959.0, 3925.0, 3884.0, 3875.0, 3914.0, 3882.0, 3852.0, 3936.0, 3957.0, 3950.0, 3933.0, 3941.0, 3888.0, 3897.0, 3906.0, 3894.0, 3946.0, 3948.0, 3938.0, 3908.0, 3888.0, 3909.0, 3886.0, 3864.0, 3946.0, 3958.0, 3938.0, 3973.0, 3888.0, 3886.0, 3876.0, 3896.0, 3874.0, 3884.0, 3936.0, 3905.0, 3904.0, 3947.0, 3918.0, 3936.0, 3926.0, 3900.0, 3891.0, 3890.0, 3882.0, 3882.0, 3926.0, 3938.0, 3897.0, 3899.0, 3908.0, 3903.0, 3894.0, 3892.0, 3892.0, 3917.0, 3892.0, 3860.0, 3915.0, 3936.0, 3960.0, 3906.0, 3883.0, 3902.0, 3892.0, 3905.0, 3895.0, 3897.0, 3898.0, 3922.0, 3939.0, 3941.0, 3931.0, 3951.0, 3952.0, 3908.0, 3948.0, 3927.0, 3934.0, 3924.0, 3871.0, 3920.0, 3899.0, 3882.0, 3935.0, 3945.0, 3948.0, 3958.0, 3904.0, 3886.0, 3884.0, 3904.0, 3939.0, 3933.0, 3963.0, 3914.0, 3924.0, 3940.0, 3941.0, 3941.0, 3972.0, 3953.0, 3910.0, 3907.0, 3927.0, 3959.0, 3960.0, 3959.0, 3898.0, 3886.0, 3891.0, 3864.0, 3861.0, 3925.0, 3934.0, 3914.0, 3957.0, 3923.0, 3870.0, 3877.0, 3835.0, 3848.0, 3942.0, 3923.0, 3892.0, 3893.0, 3871.0, 3874.0, 3879.0, 3912.0, 3911.0, 3942.0, 3936.0, 3873.0, 3883.0, 3903.0, 3861.0, 3883.0, 3942.0, 3926.0, 3893.0, 3902.0, 3887.0, 3872.0, 3892.0, 3925.0, 3926.0, 3925.0, 3905.0, 3885.0, 3903.0, 3915.0, 3925.0, 3943.0, 3926.0, 3884.0, 3902.0, 3872.0, 3872.0, 3931.0, 3924.0, 3914.0, 3936.0, 3874.0, 3884.0, 3904.0, 3891.0, 3893.0, 3935.0, 3937.0, 3894.0, 3918.0, 3889.0, 3907.0, 3947.0, 3949.0, 3930.0, 3950.0, 3941.0, 3909.0, 3921.0, 3949.0, 3907.0, 3897.0, 3937.0, 3956.0, 3961.0, 3947.0, 3970.0, 3939.0, 3896.0, 3892.0, 3879.0, 3870.0, 3921.0, 3934.0, 3902.0, 3946.0, 3884.0, 3895.0, 3904.0, 3893.0, 3872.0, 3912.0, 3913.0, 3925.0, 3948.0, 3939.0, 3898.0, 3907.0, 3904.0, 3883.0, 3932.0, 3932.0, 3915.0, 3936.0, 3896.0, 3906.0, 3914.0, 3905.0, 3914.0, 3957.0, 3949.0, 3895.0, 3905.0, 3886.0, 3873.0, 3894.0, 3935.0, 3934.0, 3944.0, 3937.0, 3875.0, 3883.0, 3904.0, 3872.0, 3871.0, 3932.0, 3922.0, 3935.0, 3958.0, 3896.0, 3914.0, 3916.0, 3872.0, 3894.0, 3933.0, 3925.0, 3925.0, 3946.0, 3886.0, 3895.0, 3913.0, 3884.0, 3923.0, 3945.0, 3904.0, 3933.0, 3907.0, 3906.0, 3915.0, 3893.0, 3895.0, 3945.0, 3936.0, 3913.0, 3944.0, 3874.0, 3906.0, 3902.0, 3883.0, 3883.0, 3935.0, 3935.0, 3944.0, 3938.0, 3886.0, 3906.0, 3894.0, 3883.0, 3922.0, 3903.0, 3872.0, 3934.0, 3925.0, 3924.0, 3946.0, 3873.0, 3894.0, 3905.0, 3883.0, 3943.0, 3947.0, 3918.0, 3929.0, 3877.0, 3897.0, 3905.0, 3926.0, 3927.0, 3948.0, 3906.0, 3896.0, 3906.0, 3875.0, 3886.0, 3937.0, 3937.0, 3914.0, 3948.0, 3865.0, 3895.0, 3905.0, 3894.0, 3922.0, 3944.0, 3914.0, 3923.0, 3859.0, 3859.0, 3899.0, 3911.0, 3912.0, 3921.0, 3882.0, 3861.0, 3891.0, 3850.0, 3883.0, 3947.0, 3938.0, 3907.0, 3908.0, 3909.0, 3876.0, 3897.0, 3948.0, 3938.0, 3905.0, 3895.0, 3872.0, 3863.0, 3902.0, 3903.0, 3924.0, 3946.0, 3935.0, 3882.0, 3881.0, 3871.0, 3860.0, 3858.0, 3920.0, 3922.0, 3881.0, 3913.0, 3862.0, 3873.0, 3891.0, 3870.0, 3849.0, 3899.0, 3879.0, 3901.0, 3931.0], 'WindowWidth': [8882.0, 8759.0, 8743.0, 8746.0, 8765.0, 8740.0, 8739.0, 8817.0, 8849.0, 8846.0, 8838.0, 8773.0, 8699.0, 8757.0, 8700.0, 8719.0, 8806.0, 8816.0, 8764.0, 8776.0, 8763.0, 8720.0, 8805.0, 8771.0, 8705.0, 8764.0, 8690.0, 8778.0, 8787.0, 8784.0, 8808.0, 8801.0, 8767.0, 8676.0, 8679.0, 8641.0, 8696.0, 8719.0, 8787.0, 8777.0, 8716.0, 8724.0, 8766.0, 8735.0, 8730.0, 8717.0, 8839.0, 8776.0, 8792.0, 8828.0, 8864.0, 8851.0, 8818.0, 8842.0, 8856.0, 8769.0, 8724.0, 8811.0, 8832.0, 8720.0, 8733.0, 8713.0, 8731.0, 8751.0, 8745.0, 8769.0, 8703.0, 8707.0, 8744.0, 8793.0, 8749.0, 8794.0, 8695.0, 8686.0, 8718.0, 8685.0, 8688.0, 8784.0, 8808.0, 8793.0, 8785.0, 8736.0, 8717.0, 8745.0, 8706.0, 8798.0, 8832.0, 8806.0, 8834.0, 8796.0, 8739.0, 8784.0, 8755.0, 8725.0, 8759.0, 8788.0, 8804.0, 8803.0, 8765.0, 8784.0, 8697.0, 8690.0, 8694.0, 8668.0, 8708.0, 8768.0, 8741.0, 8685.0, 8815.0, 8797.0, 8804.0, 8816.0, 8749.0, 8721.0, 8687.0, 8687.0, 8688.0, 8775.0, 8800.0, 8788.0, 8798.0, 8763.0, 8740.0, 8730.0, 8777.0, 8702.0, 8705.0, 8777.0, 8809.0, 8798.0, 8834.0, 8806.0, 8732.0, 8725.0, 8687.0, 8703.0, 8677.0, 8717.0, 8783.0, 8730.0, 8786.0, 8707.0, 8713.0, 8718.0, 8715.0, 8688.0, 8756.0, 8791.0, 8796.0, 8794.0, 8738.0, 8729.0, 8718.0, 8682.0, 8741.0, 8775.0, 8793.0, 8791.0, 8724.0, 8736.0, 8697.0, 8707.0, 8771.0, 8789.0, 8786.0, 8787.0, 8718.0, 8701.0, 8685.0, 8685.0, 8724.0, 8687.0, 8767.0, 8804.0, 8764.0, 8803.0, 8703.0, 8684.0, 8699.0, 8694.0, 8681.0, 8756.0, 8802.0, 8803.0, 8810.0, 8711.0, 8733.0, 8719.0, 8699.0, 8752.0, 8781.0, 8764.0, 8765.0, 8707.0, 8730.0, 8686.0, 8685.0, 8707.0, 8731.0, 8800.0, 8801.0, 8759.0, 8748.0, 8691.0, 8697.0, 8724.0, 8732.0, 8791.0, 8801.0, 8730.0, 8710.0, 8672.0, 8697.0, 8727.0, 8776.0, 8788.0, 8808.0, 8745.0, 8719.0, 8705.0, 8715.0, 8692.0, 8712.0, 8730.0, 8781.0, 8788.0, 8749.0, 8775.0, 8686.0, 8700.0, 8733.0, 8692.0, 8686.0, 8761.0, 8753.0, 8785.0, 8780.0, 8716.0, 8700.0, 8701.0, 8709.0, 8706.0, 8718.0, 8749.0, 8811.0, 8795.0, 8760.0, 8761.0, 8731.0, 8741.0, 8716.0, 8736.0, 8776.0, 8806.0, 8812.0, 8772.0, 8738.0, 8705.0, 8720.0, 8741.0, 8717.0, 8711.0, 8799.0, 8781.0, 8780.0, 8797.0, 8764.0, 8666.0, 8678.0, 8657.0, 8675.0, 8663.0, 8703.0, 8690.0, 8651.0, 8708.0, 8750.0, 8708.0, 8678.0, 8741.0, 8711.0, 8648.0, 8689.0, 8709.0, 8771.0, 8810.0, 8842.0, 8704.0, 8710.0, 8734.0, 8783.0, 8763.0, 8775.0, 8794.0, 8848.0, 8793.0, 8787.0, 8827.0, 8837.0, 8826.0, 8836.0, 8850.0, 8821.0, 8793.0, 8813.0, 8779.0, 8727.0, 8799.0, 8799.0, 8751.0, 8708.0, 8695.0, 8670.0, 8679.0, 8730.0, 8715.0, 8692.0, 8783.0, 8779.0, 8773.0, 8788.0, 8789.0, 8721.0, 8731.0, 8684.0, 8696.0, 8714.0, 8757.0, 8762.0, 8808.0, 8798.0, 8757.0, 8727.0, 8705.0, 8705.0, 8711.0, 8694.0, 8685.0, 8803.0, 8776.0, 8793.0, 8822.0, 8719.0, 8703.0, 8710.0, 8663.0, 8708.0, 8782.0, 8763.0, 8783.0, 8788.0, 8734.0, 8688.0, 8687.0, 8688.0, 8757.0, 8801.0, 8886.0, 8779.0, 8641.0, 8675.0, 8695.0, 8705.0, 8692.0, 8667.0, 8777.0, 8724.0, 8691.0, 8809.0, 8812.0, 8785.0, 8794.0, 8781.0, 8757.0, 8718.0, 8718.0, 8705.0, 8773.0, 8808.0, 8787.0, 8828.0, 8753.0, 8738.0, 8758.0, 8698.0, 8775.0, 8755.0, 8753.0, 8785.0, 8789.0, 8747.0, 8745.0, 8701.0, 8686.0, 8740.0, 8699.0, 8771.0, 8823.0, 8798.0, 8780.0, 8799.0, 8740.0, 8736.0, 8759.0, 8739.0, 8716.0, 8800.0, 8815.0, 8807.0, 8840.0, 8752.0, 8735.0, 8785.0, 8684.0, 8679.0, 8799.0, 8800.0, 8785.0, 8818.0, 8748.0, 8735.0, 8773.0, 8671.0, 8700.0, 8796.0, 8800.0, 8778.0, 8816.0, 8717.0, 8701.0, 8746.0, 8760.0, 8787.0, 8819.0, 8725.0, 8701.0, 8720.0, 8714.0, 8753.0, 8784.0, 8771.0, 8761.0, 8716.0, 8703.0, 8686.0, 8757.0, 8777.0, 8802.0, 8792.0, 8751.0, 8709.0, 8736.0, 8705.0, 8722.0, 8750.0, 8733.0, 8724.0, 8821.0, 8813.0, 8792.0, 8824.0, 8780.0, 8723.0, 8724.0, 8680.0, 8704.0, 8765.0, 8769.0, 8756.0, 8755.0, 8702.0, 8685.0, 8729.0, 8754.0, 8749.0, 8795.0, 8727.0, 8697.0, 8724.0, 8681.0, 8672.0, 8785.0, 8754.0, 8783.0, 8803.0, 8759.0, 8717.0, 8759.0, 8701.0, 8700.0, 8767.0, 8772.0, 8765.0, 8821.0, 8823.0, 8768.0, 8826.0, 8740.0, 8719.0, 8724.0, 8766.0, 8781.0, 8786.0, 8804.0, 8752.0, 8723.0, 8711.0, 8692.0, 8691.0, 8740.0, 8714.0, 8688.0, 8786.0, 8809.0, 8809.0, 8807.0, 8781.0, 8799.0, 8800.0, 8761.0, 8715.0, 8717.0, 8687.0, 8730.0, 8741.0, 8723.0, 8766.0, 8817.0, 8811.0, 8795.0, 8737.0, 8732.0, 8742.0, 8766.0, 8763.0, 8792.0, 8803.0, 8739.0, 8726.0, 8720.0, 8717.0, 8715.0, 8724.0, 8706.0, 8709.0, 8754.0, 8794.0, 8792.0, 8778.0, 8746.0, 8762.0, 8769.0, 8704.0, 8701.0, 8788.0, 8781.0, 8743.0, 8773.0, 8736.0, 8731.0, 8791.0, 8745.0, 8711.0, 8776.0, 8692.0, 8774.0, 8776.0, 8704.0, 8777.0, 8736.0, 8777.0, 8767.0, 8734.0, 8732.0, 8667.0, 8696.0, 8710.0, 8684.0, 8787.0, 8804.0, 8752.0, 8811.0, 8771.0, 8743.0, 8750.0, 8688.0, 8701.0, 8781.0, 8786.0, 8757.0, 8812.0, 8794.0, 8782.0, 8767.0, 8716.0, 8682.0, 8675.0, 8660.0, 8757.0, 8754.0, 8783.0, 8779.0, 8703.0, 8737.0, 8668.0, 8676.0, 8760.0, 8710.0, 8777.0, 8749.0, 8679.0, 8691.0, 8681.0, 8736.0, 8682.0, 8686.0, 8803.0, 8789.0, 8773.0, 8793.0, 8747.0, 8745.0, 8725.0, 8727.0, 8825.0, 8813.0, 8784.0, 8811.0, 8755.0, 8729.0, 8761.0, 8737.0, 8784.0, 8806.0, 8789.0, 8799.0, 8755.0, 8684.0, 8734.0, 8681.0, 8708.0, 8795.0, 8786.0, 8761.0, 8746.0, 8700.0, 8698.0, 8726.0, 8796.0, 8759.0, 8775.0, 8749.0, 8720.0, 8687.0, 8699.0, 8738.0, 8777.0, 8780.0, 8722.0, 8706.0, 8688.0, 8673.0, 8696.0, 8697.0, 8728.0, 8757.0, 8762.0, 8736.0, 8722.0, 8695.0, 8663.0, 8675.0, 8674.0, 8677.0, 8776.0, 8816.0, 8820.0, 8809.0, 8828.0, 8755.0, 8711.0, 8746.0, 8702.0, 8767.0, 8773.0, 8762.0, 8707.0, 8692.0, 8750.0, 8697.0, 8710.0, 8806.0, 8777.0, 8739.0, 8816.0, 8799.0, 8736.0, 8816.0, 8804.0, 8812.0, 8822.0, 8771.0, 8716.0, 8704.0, 8753.0, 8708.0, 8672.0, 8784.0, 8816.0, 8812.0, 8793.0, 8803.0, 8731.0, 8739.0, 8749.0, 8728.0, 8800.0, 8804.0, 8793.0, 8757.0, 8731.0, 8758.0, 8725.0, 8694.0, 8802.0, 8819.0, 8796.0, 8850.0, 8731.0, 8724.0, 8709.0, 8735.0, 8702.0, 8713.0, 8784.0, 8741.0, 8739.0, 8802.0, 8767.0, 8787.0, 8770.0, 8727.0, 8718.0, 8716.0, 8708.0, 8711.0, 8772.0, 8794.0, 8737.0, 8744.0, 8751.0, 8740.0, 8726.0, 8719.0, 8719.0, 8757.0, 8717.0, 8676.0, 8751.0, 8786.0, 8828.0, 8750.0, 8716.0, 8740.0, 8724.0, 8747.0, 8736.0, 8740.0, 8743.0, 8783.0, 8802.0, 8806.0, 8788.0, 8815.0, 8817.0, 8755.0, 8804.0, 8772.0, 8777.0, 8762.0, 8689.0, 8751.0, 8722.0, 8708.0, 8784.0, 8801.0, 8807.0, 8821.0, 8747.0, 8726.0, 8722.0, 8748.0, 8800.0, 8800.0, 8841.0, 8778.0, 8793.0, 8805.0, 8807.0, 8807.0, 8852.0, 8824.0, 8765.0, 8754.0, 8782.0, 8829.0, 8830.0, 8829.0, 8742.0, 8721.0, 8722.0, 8687.0, 8680.0, 8767.0, 8783.0, 8756.0, 8820.0, 8767.0, 8692.0, 8695.0, 8636.0, 8658.0, 8787.0, 8764.0, 8723.0, 8725.0, 8694.0, 8700.0, 8701.0, 8747.0, 8748.0, 8790.0, 8787.0, 8701.0, 8715.0, 8741.0, 8682.0, 8713.0, 8790.0, 8775.0, 8729.0, 8741.0, 8724.0, 8701.0, 8724.0, 8773.0, 8775.0, 8774.0, 8746.0, 8720.0, 8740.0, 8757.0, 8770.0, 8793.0, 8773.0, 8716.0, 8737.0, 8696.0, 8696.0, 8773.0, 8767.0, 8755.0, 8788.0, 8702.0, 8717.0, 8741.0, 8722.0, 8727.0, 8786.0, 8793.0, 8735.0, 8769.0, 8733.0, 8755.0, 8805.0, 8813.0, 8788.0, 8815.0, 8805.0, 8763.0, 8779.0, 8811.0, 8750.0, 8739.0, 8790.0, 8817.0, 8829.0, 8806.0, 8843.0, 8797.0, 8735.0, 8721.0, 8700.0, 8688.0, 8756.0, 8779.0, 8736.0, 8801.0, 8717.0, 8732.0, 8743.0, 8724.0, 8694.0, 8747.0, 8751.0, 8771.0, 8806.0, 8796.0, 8742.0, 8750.0, 8742.0, 8712.0, 8774.0, 8777.0, 8758.0, 8788.0, 8736.0, 8751.0, 8759.0, 8748.0, 8760.0, 8818.0, 8809.0, 8736.0, 8747.0, 8722.0, 8701.0, 8728.0, 8782.0, 8784.0, 8796.0, 8791.0, 8706.0, 8715.0, 8741.0, 8697.0, 8692.0, 8775.0, 8766.0, 8784.0, 8820.0, 8736.0, 8759.0, 8760.0, 8698.0, 8727.0, 8779.0, 8771.0, 8770.0, 8801.0, 8723.0, 8733.0, 8754.0, 8717.0, 8764.0, 8797.0, 8743.0, 8782.0, 8751.0, 8752.0, 8759.0, 8726.0, 8732.0, 8797.0, 8788.0, 8753.0, 8797.0, 8705.0, 8748.0, 8737.0, 8711.0, 8711.0, 8783.0, 8785.0, 8797.0, 8793.0, 8723.0, 8747.0, 8731.0, 8713.0, 8761.0, 8737.0, 8696.0, 8781.0, 8772.0, 8768.0, 8801.0, 8701.0, 8729.0, 8743.0, 8712.0, 8791.0, 8802.0, 8768.0, 8784.0, 8714.0, 8739.0, 8744.0, 8776.0, 8776.0, 8807.0, 8751.0, 8737.0, 8750.0, 8707.0, 8723.0, 8790.0, 8792.0, 8757.0, 8808.0, 8694.0, 8732.0, 8743.0, 8727.0, 8761.0, 8795.0, 8754.0, 8766.0, 8674.0, 8674.0, 8726.0, 8745.0, 8746.0, 8759.0, 8707.0, 8682.0, 8721.0, 8666.0, 8715.0, 8802.0, 8793.0, 8753.0, 8755.0, 8761.0, 8712.0, 8738.0, 8810.0, 8795.0, 8747.0, 8733.0, 8698.0, 8686.0, 8734.0, 8736.0, 8767.0, 8799.0, 8783.0, 8711.0, 8708.0, 8692.0, 8679.0, 8671.0, 8756.0, 8761.0, 8707.0, 8753.0, 8685.0, 8702.0, 8720.0, 8689.0, 8658.0, 8724.0, 8697.0, 8729.0, 8771.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.002560460093896714</td></tr>
<tr><td colspan=3>aqi</td><td>0.045516528920187795</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.19141957634396</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1474460486748133</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0170472304699258</td></tr>
<tr><td colspan=3>efc</td><td>0.474</td></tr>
<tr><td colspan=3>fber</td><td>4656.0576</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.23228925851872334</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>486</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>45.63380281690141</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5360414047121878</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3913696702580314</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.780828660972605</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4359258829059267</td></tr>
<tr><td colspan=3>gcor</td><td>0.00647934</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.022008920088410378</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024649426341056824</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1065</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.909806147214733</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.4263</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.3542</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.0885</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303695.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>744.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>305.9312</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3012</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>493.5545</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3137.7421</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3318.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72849.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1052.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4099.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>848.6296</td></tr>
<tr><td colspan=3>tsnr</td><td>28.170385888544843</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>