<?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-0018_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-0018_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-0018_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-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0018/figures/sub-0018_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-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018/ses-03/func/sub-0018_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>7d5f0d9b5a442d970a4bf9c8cf8f8615</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>11:08:43.942500</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_VE11C_LATEST_20160120</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.995589, -0.0330429, 0.087816, 0.0234623, 0.993877, 0.107973]</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.0908058</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7745, -7248, 686, -27, -201, -33, 13]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.768</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>670c3e21-6f06-4755-9def-5963623f8995||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.671091318130493, 0.06294772028923035, 0.24528434872627258, 105.0157470703125], [0.0886516273021698, 2.666499137878418, 0.284677118062973, -105.78080749511719], [0.23560397326946259, -0.2896827459335327, 2.673722982406616, -59.053401947021484], [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': ['110843.942500', '110844.402500', '110844.862500', '110845.322500', '110845.782500', '110846.242500', '110846.702500', '110847.162500', '110847.622500', '110848.082500', '110848.542500', '110849.002500', '110849.462500', '110849.922500', '110850.382500', '110850.842500', '110851.302500', '110851.762500', '110852.222500', '110852.682500', '110853.142500', '110853.602500', '110854.062500', '110854.522500', '110854.982500', '110855.442500', '110855.902500', '110856.362500', '110856.822500', '110857.282500', '110857.742500', '110858.202500', '110858.662500', '110859.122500', '110859.582500', '110900.042500', '110900.502500', '110900.962500', '110901.422500', '110901.882500', '110902.342500', '110902.802500', '110903.262500', '110903.722500', '110904.182500', '110904.642500', '110905.102500', '110905.562500', '110906.022500', '110906.482500', '110906.942500', '110907.402500', '110907.862500', '110908.322500', '110908.782500', '110909.242500', '110909.702500', '110910.162500', '110910.622500', '110911.082500', '110911.542500', '110912.002500', '110912.462500', '110912.922500', '110913.382500', '110913.842500', '110914.302500', '110914.762500', '110915.222500', '110915.682500', '110916.142500', '110916.602500', '110917.062500', '110917.522500', '110917.982500', '110918.442500', '110918.902500', '110919.362500', '110919.822500', '110920.282500', '110920.742500', '110921.202500', '110921.662500', '110922.122500', '110922.582500', '110923.042500', '110923.502500', '110923.962500', '110924.422500', '110924.882500', '110925.342500', '110925.802500', '110926.262500', '110926.722500', '110927.182500', '110927.642500', '110928.102500', '110928.562500', '110929.022500', '110929.482500', '110929.942500', '110930.402500', '110930.862500', '110931.322500', '110931.782500', '110932.242500', '110932.702500', '110933.162500', '110933.622500', '110934.082500', '110934.542500', '110935.002500', '110935.462500', '110935.922500', '110936.382500', '110936.842500', '110937.302500', '110937.762500', '110938.222500', '110938.682500', '110939.142500', '110939.602500', '110940.062500', '110940.522500', '110940.982500', '110941.442500', '110941.902500', '110942.362500', '110942.822500', '110943.282500', '110943.742500', '110944.202500', '110944.662500', '110945.122500', '110945.582500', '110946.042500', '110946.502500', '110946.962500', '110947.422500', '110947.882500', '110948.342500', '110948.802500', '110949.262500', '110949.722500', '110950.182500', '110950.642500', '110951.102500', '110951.562500', '110952.022500', '110952.482500', '110952.942500', '110953.402500', '110953.862500', '110954.322500', '110954.782500', '110955.242500', '110955.702500', '110956.162500', '110956.622500', '110957.082500', '110957.542500', '110958.002500', '110958.462500', '110958.922500', '110959.382500', '110959.842500', '111000.302500', '111000.762500', '111001.222500', '111001.682500', '111002.142500', '111002.602500', '111003.062500', '111003.522500', '111003.982500', '111004.442500', '111004.902500', '111005.362500', '111005.822500', '111006.282500', '111006.742500', '111007.202500', '111007.662500', '111008.122500', '111008.582500', '111009.042500', '111009.502500', '111009.962500', '111010.422500', '111010.882500', '111011.342500', '111011.802500', '111012.262500', '111012.722500', '111013.182500', '111013.642500', '111014.102500', '111014.562500', '111015.022500', '111015.482500', '111015.942500', '111016.402500', '111016.862500', '111017.322500', '111017.782500', '111018.242500', '111018.702500', '111019.162500', '111019.622500', '111020.082500', '111020.542500', '111021.002500', '111021.462500', '111021.922500', '111022.382500', '111022.842500', '111023.302500', '111023.762500', '111024.222500', '111024.682500', '111025.142500', '111025.602500', '111026.062500', '111026.522500', '111026.982500', '111027.442500', '111027.902500', '111028.362500', '111028.822500', '111029.282500', '111029.742500', '111030.202500', '111030.662500', '111031.122500', '111031.582500', '111032.042500', '111032.502500', '111032.962500', '111033.422500', '111033.882500', '111034.342500', '111034.802500', '111035.262500', '111035.722500', '111036.182500', '111036.642500', '111037.102500', '111037.562500', '111038.022500', '111038.482500', '111038.942500', '111039.402500', '111039.862500', '111040.322500', '111040.782500', '111041.242500', '111041.702500', '111042.162500', '111042.622500', '111043.082500', '111043.542500', '111044.002500', '111044.462500', '111044.922500', '111045.382500', '111045.842500', '111046.302500', '111046.762500', '111047.222500', '111047.682500', '111048.142500', '111048.602500', '111049.062500', '111049.522500', '111049.982500', '111050.442500', '111050.902500', '111051.362500', '111051.822500', '111052.282500', '111052.742500', '111053.202500', '111053.662500', '111054.122500', '111054.582500', '111055.042500', '111055.502500', '111055.962500', '111056.422500', '111056.882500', '111057.342500', '111057.802500', '111058.262500', '111058.722500', '111059.182500', '111059.642500', '111100.102500', '111100.562500', '111101.022500', '111101.482500', '111101.942500', '111102.402500', '111102.862500', '111103.322500', '111103.782500', '111104.242500', '111104.702500', '111105.162500', '111105.622500', '111106.082500', '111106.542500', '111107.002500', '111107.462500', '111107.922500', '111108.382500', '111108.842500', '111109.302500', '111109.762500', '111110.222500', '111110.682500', '111111.142500', '111111.602500', '111112.062500', '111112.522500', '111112.982500', '111113.442500', '111113.902500', '111114.362500', '111114.822500', '111115.282500', '111115.742500', '111116.202500', '111116.662500', '111117.122500', '111117.582500', '111118.042500', '111118.502500', '111118.962500', '111119.422500', '111119.882500', '111120.342500', '111120.802500', '111121.262500', '111121.722500', '111122.182500', '111122.642500', '111123.102500', '111123.562500', '111124.022500', '111124.482500', '111124.942500', '111125.402500', '111125.862500', '111126.322500', '111126.782500', '111127.242500', '111127.702500', '111128.162500', '111128.622500', '111129.082500', '111129.542500', '111130.002500', '111130.462500', '111130.922500', '111131.382500', '111131.842500', '111132.302500', '111132.762500', '111133.222500', '111133.682500', '111134.142500', '111134.602500', '111135.062500', '111135.522500', '111135.982500', '111136.442500', '111136.902500', '111137.362500', '111137.822500', '111138.282500', '111138.742500', '111139.202500', '111139.662500', '111140.122500', '111140.582500', '111141.042500', '111141.502500', '111141.962500', '111142.422500', '111142.882500', '111143.342500', '111143.802500', '111144.262500', '111144.722500', '111145.182500', '111145.642500', '111146.102500', '111146.562500', '111147.022500', '111147.482500', '111147.942500', '111148.402500', '111148.862500', '111149.322500', '111149.782500', '111150.242500', '111150.702500', '111151.162500', '111151.622500', '111152.082500', '111152.542500', '111153.002500', '111153.462500', '111153.922500', '111154.382500', '111154.842500', '111155.302500', '111155.762500', '111156.222500', '111156.682500', '111157.142500', '111157.602500', '111158.062500', '111158.522500', '111158.982500', '111159.442500', '111159.902500', '111200.362500', '111200.822500', '111201.282500', '111201.742500', '111202.202500', '111202.662500', '111203.122500', '111203.582500', '111204.042500', '111204.502500', '111204.962500', '111205.422500', '111205.882500', '111206.342500', '111206.802500', '111207.262500', '111207.722500', '111208.182500', '111208.642500', '111209.102500', '111209.562500', '111210.022500', '111210.482500', '111210.942500', '111211.402500', '111211.862500', '111212.322500', '111212.782500', '111213.242500', '111213.702500', '111214.162500', '111214.622500', '111215.082500', '111215.542500', '111216.002500', '111216.462500', '111216.922500', '111217.382500', '111217.842500', '111218.302500', '111218.762500', '111219.222500', '111219.682500', '111220.142500', '111220.602500', '111221.062500', '111221.522500', '111221.982500', '111222.442500', '111222.902500', '111223.362500', '111223.822500', '111224.282500', '111224.742500', '111225.202500', '111225.662500', '111226.122500', '111226.582500', '111227.042500', '111227.502500', '111227.962500', '111228.422500', '111228.882500', '111229.342500', '111229.802500', '111230.262500', '111230.722500', '111231.182500', '111231.642500', '111232.102500', '111232.562500', '111233.022500', '111233.482500', '111233.942500', '111234.402500', '111234.862500', '111235.322500', '111235.782500', '111236.242500', '111236.702500', '111237.162500', '111237.622500', '111238.082500', '111238.542500', '111239.002500', '111239.462500', '111239.922500', '111240.382500', '111240.842500', '111241.302500', '111241.762500', '111242.222500', '111242.682500', '111243.142500', '111243.602500', '111244.062500', '111244.522500', '111244.982500', '111245.442500', '111245.902500', '111246.362500', '111246.822500', '111247.282500', '111247.742500', '111248.202500', '111248.662500', '111249.122500', '111249.582500', '111250.042500', '111250.502500', '111250.962500', '111251.422500', '111251.882500', '111252.342500', '111252.802500', '111253.262500', '111253.722500', '111254.182500', '111254.642500', '111255.102500', '111255.562500', '111256.022500', '111256.482500', '111256.942500', '111257.402500', '111257.862500', '111258.322500', '111258.782500', '111259.242500', '111259.702500', '111300.162500', '111300.622500', '111301.082500', '111301.542500', '111302.002500', '111302.462500', '111302.922500', '111303.382500', '111303.842500', '111304.302500', '111304.762500', '111305.222500', '111305.682500', '111306.142500', '111306.602500', '111307.062500', '111307.522500', '111307.982500', '111308.442500', '111308.902500', '111309.362500', '111309.822500', '111310.282500', '111310.742500', '111311.202500', '111311.662500', '111312.122500', '111312.582500', '111313.042500', '111313.502500', '111313.962500', '111314.422500', '111314.882500', '111315.342500', '111315.802500', '111316.262500', '111316.722500', '111317.182500', '111317.642500', '111318.102500', '111318.562500', '111319.022500', '111319.482500', '111319.942500', '111320.402500', '111320.862500', '111321.322500', '111321.782500', '111322.242500', '111322.702500', '111323.162500', '111323.622500', '111324.082500', '111324.542500', '111325.002500', '111325.462500', '111325.922500', '111326.382500', '111326.842500', '111327.302500', '111327.762500', '111328.222500', '111328.682500', '111329.142500', '111329.602500', '111330.062500', '111330.522500', '111330.982500', '111331.442500', '111331.902500', '111332.362500', '111332.822500', '111333.282500', '111333.742500', '111334.202500', '111334.662500', '111335.122500', '111335.582500', '111336.042500', '111336.502500', '111336.962500', '111337.422500', '111337.882500', '111338.342500', '111338.802500', '111339.262500', '111339.722500', '111340.182500', '111340.642500', '111341.102500', '111341.562500', '111342.022500', '111342.482500', '111342.942500', '111343.402500', '111343.862500', '111344.322500', '111344.782500', '111345.242500', '111345.702500', '111346.162500', '111346.622500', '111347.082500', '111347.542500', '111348.002500', '111348.462500', '111348.922500', '111349.382500', '111349.842500', '111350.302500', '111350.762500', '111351.222500', '111351.682500', '111352.142500', '111352.602500', '111353.062500', '111353.522500', '111353.982500', '111354.442500', '111354.902500', '111355.362500', '111355.822500', '111356.282500', '111356.742500', '111357.202500', '111357.662500', '111358.122500', '111358.582500', '111359.042500', '111359.502500', '111359.962500', '111400.422500', '111400.882500', '111401.342500', '111401.802500', '111402.262500', '111402.722500', '111403.182500', '111403.642500', '111404.102500', '111404.562500', '111405.022500', '111405.482500', '111405.942500', '111406.402500', '111406.862500', '111407.322500', '111407.782500', '111408.242500', '111408.702500', '111409.162500', '111409.622500', '111410.082500', '111410.542500', '111411.002500', '111411.462500', '111411.922500', '111412.382500', '111412.842500', '111413.302500', '111413.762500', '111414.222500', '111414.682500', '111415.142500', '111415.602500', '111416.062500', '111416.522500', '111416.982500', '111417.442500', '111417.902500', '111418.362500', '111418.822500', '111419.282500', '111419.742500', '111420.202500', '111420.662500', '111421.122500', '111421.582500', '111422.042500', '111422.502500', '111422.962500', '111423.422500', '111423.882500', '111424.342500', '111424.802500', '111425.262500', '111425.722500', '111426.182500', '111426.642500', '111427.102500', '111427.562500', '111428.022500', '111428.482500', '111428.942500', '111429.402500', '111429.862500', '111430.322500', '111430.782500', '111431.242500', '111431.702500', '111432.162500', '111432.622500', '111433.082500', '111433.542500', '111434.002500', '111434.462500', '111434.922500', '111435.382500', '111435.842500', '111436.302500', '111436.762500', '111437.222500', '111437.682500', '111438.142500', '111438.602500', '111439.062500', '111439.522500', '111439.982500', '111440.442500', '111440.902500', '111441.362500', '111441.822500', '111442.282500', '111442.742500', '111443.202500', '111443.662500', '111444.122500', '111444.582500', '111445.042500', '111445.502500', '111445.962500', '111446.422500', '111446.882500', '111447.342500', '111447.802500', '111448.262500', '111448.722500', '111449.182500', '111449.642500', '111450.102500', '111450.562500', '111451.022500', '111451.482500', '111451.942500', '111452.402500', '111452.862500', '111453.322500', '111453.782500', '111454.242500', '111454.702500', '111455.162500', '111455.622500', '111456.082500', '111456.542500', '111457.002500', '111457.462500', '111457.922500', '111458.382500', '111458.842500', '111459.302500', '111459.762500', '111500.222500', '111500.682500', '111501.142500', '111501.602500', '111502.062500', '111502.522500', '111502.982500', '111503.442500', '111503.902500', '111504.362500', '111504.822500', '111505.282500', '111505.742500', '111506.202500', '111506.662500', '111507.122500', '111507.582500', '111508.042500', '111508.502500', '111508.962500', '111509.422500', '111509.882500', '111510.342500', '111510.802500', '111511.262500', '111511.722500', '111512.182500', '111512.642500', '111513.102500', '111513.562500', '111514.022500', '111514.482500', '111514.942500', '111515.402500', '111515.862500', '111516.322500', '111516.782500', '111517.242500', '111517.702500', '111518.162500', '111518.622500', '111519.082500', '111519.542500', '111520.002500', '111520.462500', '111520.922500', '111521.382500', '111521.842500', '111522.302500', '111522.762500', '111523.222500', '111523.682500', '111524.142500', '111524.602500', '111525.062500', '111525.522500', '111525.982500', '111526.442500', '111526.902500', '111527.362500', '111527.822500', '111528.282500', '111528.742500', '111529.202500', '111529.662500', '111530.122500', '111530.582500', '111531.042500', '111531.502500', '111531.962500', '111532.422500', '111532.882500', '111533.342500', '111533.802500', '111534.262500', '111534.722500', '111535.182500', '111535.642500', '111536.102500', '111536.562500', '111537.022500', '111537.482500', '111537.942500', '111538.402500', '111538.862500', '111539.322500', '111539.782500', '111540.242500', '111540.702500', '111541.162500', '111541.622500', '111542.082500', '111542.542500', '111543.002500', '111543.462500', '111543.922500', '111544.382500', '111544.842500', '111545.302500', '111545.762500', '111546.222500', '111546.682500', '111547.142500', '111547.602500', '111548.062500', '111548.522500', '111548.982500', '111549.442500', '111549.902500', '111550.362500', '111550.822500', '111551.282500', '111551.742500', '111552.202500', '111552.662500', '111553.122500', '111553.582500', '111554.042500', '111554.502500', '111554.962500', '111555.422500', '111555.882500', '111556.342500', '111556.802500', '111557.262500', '111557.722500', '111558.182500', '111558.642500', '111559.102500', '111559.562500', '111600.022500', '111600.482500', '111600.942500', '111601.402500', '111601.862500', '111602.322500', '111602.782500', '111603.242500', '111603.702500', '111604.162500', '111604.622500', '111605.082500', '111605.542500', '111606.002500', '111606.462500', '111606.922500', '111607.382500', '111607.842500', '111608.302500', '111608.762500', '111609.222500', '111609.682500', '111610.142500', '111610.602500', '111611.062500', '111611.522500', '111611.982500', '111612.442500', '111612.902500', '111613.362500', '111613.822500', '111614.282500', '111614.742500', '111615.202500', '111615.662500', '111616.122500', '111616.582500', '111617.042500', '111617.502500', '111617.962500', '111618.422500', '111618.882500', '111619.342500', '111619.802500', '111620.262500', '111620.722500', '111621.182500', '111621.642500', '111622.102500', '111622.562500', '111623.022500', '111623.482500', '111623.942500', '111624.402500', '111624.862500', '111625.322500', '111625.782500', '111626.242500', '111626.702500', '111627.162500', '111627.622500', '111628.082500', '111628.542500', '111629.002500', '111629.462500', '111629.922500', '111630.382500', '111630.842500', '111631.302500', '111631.762500', '111632.222500', '111632.682500', '111633.142500', '111633.602500', '111634.062500', '111634.522500', '111634.982500', '111635.442500', '111635.902500', '111636.362500', '111636.822500', '111637.282500', '111637.742500', '111638.202500', '111638.662500', '111639.122500', '111639.582500', '111640.042500', '111640.502500', '111640.962500', '111641.422500', '111641.882500', '111642.342500', '111642.802500', '111643.262500', '111643.722500', '111644.182500', '111644.642500', '111645.102500', '111645.562500', '111646.022500', '111646.482500', '111646.942500', '111647.402500', '111647.862500', '111648.322500', '111648.782500', '111649.242500', '111649.702500', '111650.162500', '111650.622500', '111651.082500', '111651.542500', '111652.002500', '111652.462500', '111652.922500', '111653.382500'], 'ContentTime': ['110903.946000', '110903.950000', '110903.953000', '110903.956000', '110903.959000', '110903.962000', '110903.978000', '110903.981000', '110903.984000', '110903.987000', '110903.998000', '110904.002000', '110904.004000', '110904.007000', '110904.010000', '110904.013000', '110904.016000', '110904.019000', '110904.022000', '110904.025000', '110904.028000', '110904.031000', '110904.034000', '110904.037000', '110904.040000', '110904.043000', '110904.046000', '110904.049000', '110904.052000', '110904.055000', '110904.058000', '110904.061000', '110904.064000', '110904.067000', '110904.070000', '110904.073000', '110904.076000', '110904.079000', '110904.082000', '110904.085000', '110904.088000', '110904.091000', '110923.913000', '110923.916000', '110923.919000', '110923.922000', '110923.925000', '110923.927000', '110923.930000', '110923.933000', '110923.936000', '110923.939000', '110923.942000', '110923.944000', '110923.947000', '110923.950000', '110923.953000', '110923.956000', '110923.959000', '110923.961000', '110923.964000', '110923.967000', '110923.970000', '110923.973000', '110923.976000', '110923.978000', '110923.981000', '110923.984000', '110923.987000', '110923.990000', '110923.993000', '110923.995000', '110923.998000', '110924.002000', '110924.005000', '110924.008000', '110924.011000', '110924.014000', '110924.016000', '110924.019000', '110924.022000', '110924.025000', '110924.028000', '110924.031000', '110924.034000', '110943.913000', '110943.916000', '110943.919000', '110943.921000', '110943.924000', '110943.927000', '110943.930000', '110943.933000', '110943.936000', '110943.939000', '110943.941000', '110943.944000', '110943.947000', '110943.950000', '110943.953000', '110943.956000', '110943.959000', '110943.961000', '110943.964000', '110943.967000', '110943.976000', '110943.978000', '110943.981000', '110943.984000', '110943.987000', '110943.990000', '110943.992000', '110943.995000', '110943.998000', '110944.002000', '110944.005000', '110944.008000', '110944.011000', '110944.013000', '110944.016000', '110944.019000', '110944.022000', '110944.025000', '110944.027000', '110944.030000', '110944.033000', '110944.036000', '110944.039000', '110944.042000', '111003.914000', '111003.917000', '111003.920000', '111003.922000', '111003.925000', '111003.928000', '111003.931000', '111003.934000', '111003.937000', '111003.939000', '111003.942000', '111003.945000', '111003.948000', '111003.951000', '111003.954000', '111003.956000', '111003.959000', '111003.962000', '111003.965000', '111003.968000', '111003.971000', '111003.973000', '111003.976000', '111003.979000', '111003.982000', '111003.985000', '111003.988000', '111003.990000', '111003.993000', '111003.996000', '111004.001000', '111004.004000', '111004.007000', '111004.010000', '111004.013000', '111004.016000', '111004.018000', '111004.021000', '111004.024000', '111004.027000', '111004.030000', '111004.033000', '111004.036000', '111023.913000', '111023.916000', '111023.919000', '111023.921000', '111023.924000', '111023.927000', '111023.930000', '111023.933000', '111023.936000', '111023.938000', '111023.941000', '111023.944000', '111023.947000', '111023.950000', '111023.953000', '111023.956000', '111023.959000', '111023.961000', '111023.964000', '111023.967000', '111023.970000', '111023.973000', '111023.976000', '111023.979000', '111023.981000', '111023.984000', '111023.987000', '111023.990000', '111023.993000', '111023.996000', '111024.000000', '111024.003000', '111024.005000', '111024.008000', '111024.011000', '111024.014000', '111024.022000', '111024.024000', '111024.027000', '111024.030000', '111024.033000', '111024.036000', '111024.039000', '111024.041000', '111043.913000', '111043.916000', '111043.919000', '111043.921000', '111043.924000', '111043.927000', '111043.930000', '111043.933000', '111043.936000', '111043.938000', '111043.941000', '111043.944000', '111043.947000', '111043.950000', '111043.953000', '111043.955000', '111043.958000', '111043.961000', '111043.964000', '111043.967000', '111043.970000', '111043.972000', '111043.975000', '111043.978000', '111043.981000', '111043.984000', '111043.987000', '111043.990000', '111043.992000', '111043.995000', '111043.998000', '111044.002000', '111044.005000', '111044.008000', '111044.011000', '111044.013000', '111044.016000', '111044.019000', '111044.022000', '111044.025000', '111044.028000', '111044.031000', '111044.039000', '111103.913000', '111103.916000', '111103.919000', '111103.921000', '111103.924000', '111103.927000', '111103.930000', '111103.933000', '111103.936000', '111103.939000', '111103.942000', '111103.944000', '111103.947000', '111103.950000', '111103.953000', '111103.956000', '111103.959000', '111103.962000', '111103.964000', '111103.967000', '111103.970000', '111103.973000', '111103.976000', '111103.979000', '111103.981000', '111103.984000', '111103.987000', '111103.990000', '111103.993000', '111103.996000', '111104.000000', '111104.002000', '111104.005000', '111104.008000', '111104.011000', '111104.014000', '111104.017000', '111104.019000', '111104.022000', '111104.025000', '111104.028000', '111104.031000', '111104.034000', '111104.036000', '111123.913000', '111123.916000', '111123.919000', '111123.922000', '111123.924000', '111123.927000', '111123.930000', '111123.933000', '111123.936000', '111123.939000', '111123.942000', '111123.944000', '111123.947000', '111123.950000', '111123.953000', '111123.956000', '111123.959000', '111123.961000', '111123.964000', '111123.967000', '111123.970000', '111123.973000', '111123.976000', '111123.979000', '111123.981000', '111123.984000', '111123.987000', '111123.990000', '111123.993000', '111123.996000', '111123.998000', '111124.002000', '111124.005000', '111124.008000', '111124.011000', '111124.014000', '111124.017000', '111124.020000', '111124.022000', '111124.025000', '111124.028000', '111124.031000', '111124.034000', '111143.913000', '111143.916000', '111143.919000', '111143.922000', '111143.924000', '111143.927000', '111143.930000', '111143.933000', '111143.936000', '111143.939000', '111143.942000', '111143.944000', '111143.947000', '111143.950000', '111143.953000', '111143.956000', '111143.959000', '111143.962000', '111143.964000', '111143.967000', '111143.970000', '111143.973000', '111143.976000', '111143.979000', '111143.982000', '111143.984000', '111143.987000', '111143.990000', '111143.993000', '111143.996000', '111144.000000', '111144.003000', '111144.006000', '111144.008000', '111144.011000', '111144.014000', '111144.029000', '111144.032000', '111144.035000', '111144.038000', '111144.041000', '111144.044000', '111144.047000', '111144.049000', '111203.913000', '111203.916000', '111203.919000', '111203.922000', '111203.924000', '111203.927000', '111203.930000', '111203.933000', '111203.936000', '111203.939000', '111203.942000', '111203.944000', '111203.947000', '111203.950000', '111203.953000', '111203.956000', '111203.959000', '111203.962000', '111203.964000', '111203.967000', '111203.970000', '111203.973000', '111203.976000', '111203.979000', '111203.982000', '111203.985000', '111203.988000', '111203.990000', '111203.993000', '111203.996000', '111204.000000', '111204.003000', '111204.006000', '111204.009000', '111204.011000', '111204.014000', '111204.017000', '111204.020000', '111204.023000', '111204.026000', '111204.029000', '111204.032000', '111204.034000', '111223.914000', '111223.917000', '111223.920000', '111223.923000', '111223.926000', '111223.928000', '111223.931000', '111223.934000', '111223.937000', '111223.940000', '111223.943000', '111223.945000', '111223.948000', '111223.951000', '111223.954000', '111223.957000', '111223.960000', '111223.962000', '111223.965000', '111223.968000', '111223.971000', '111223.974000', '111223.977000', '111223.980000', '111223.983000', '111223.985000', '111223.988000', '111223.991000', '111223.994000', '111223.997000', '111224.001000', '111224.004000', '111224.007000', '111224.009000', '111224.012000', '111224.015000', '111224.018000', '111224.021000', '111224.024000', '111224.027000', '111224.029000', '111224.032000', '111224.035000', '111243.913000', '111243.916000', '111243.919000', '111243.922000', '111243.924000', '111243.927000', '111243.930000', '111243.933000', '111243.936000', '111243.939000', '111243.942000', '111243.945000', '111243.948000', '111243.950000', '111243.953000', '111243.956000', '111243.959000', '111243.962000', '111243.965000', '111243.968000', '111243.970000', '111243.973000', '111243.976000', '111243.979000', '111243.982000', '111243.985000', '111243.988000', '111243.991000', '111243.993000', '111243.996000', '111244.000000', '111244.003000', '111244.006000', '111244.009000', '111244.012000', '111244.015000', '111244.018000', '111244.020000', '111244.023000', '111244.026000', '111244.029000', '111244.032000', '111244.035000', '111244.038000', '111303.915000', '111303.919000', '111303.922000', '111303.925000', '111303.928000', '111303.931000', '111303.934000', '111303.936000', '111303.939000', '111303.942000', '111303.945000', '111303.948000', '111303.951000', '111303.953000', '111303.956000', '111303.959000', '111303.962000', '111303.965000', '111303.968000', '111303.971000', '111303.973000', '111303.976000', '111303.979000', '111303.982000', '111303.985000', '111303.988000', '111303.991000', '111303.993000', '111303.996000', '111304.000000', '111304.003000', '111304.006000', '111304.009000', '111304.012000', '111304.014000', '111304.017000', '111304.020000', '111304.023000', '111304.026000', '111304.029000', '111304.032000', '111304.034000', '111304.037000', '111323.913000', '111323.916000', '111323.919000', '111323.922000', '111323.925000', '111323.927000', '111323.930000', '111323.933000', '111323.936000', '111323.939000', '111323.942000', '111323.945000', '111323.948000', '111323.951000', '111323.953000', '111323.956000', '111323.959000', '111323.962000', '111323.980000', '111323.983000', '111323.986000', '111323.989000', '111323.991000', '111323.994000', '111323.997000', '111324.000000', '111324.003000', '111324.006000', '111324.009000', '111324.012000', '111324.015000', '111324.018000', '111324.020000', '111324.023000', '111324.026000', '111324.029000', '111324.032000', '111324.035000', '111324.038000', '111324.040000', '111324.043000', '111324.046000', '111324.049000', '111324.052000', '111343.913000', '111343.916000', '111343.919000', '111343.922000', '111343.925000', '111343.927000', '111343.930000', '111343.933000', '111343.936000', '111343.939000', '111343.942000', '111343.946000', '111343.950000', '111343.953000', '111343.956000', '111343.959000', '111343.962000', '111343.965000', '111343.968000', '111343.971000', '111343.973000', '111343.976000', '111343.979000', '111343.982000', '111343.985000', '111343.988000', '111343.991000', '111343.994000', '111343.996000', '111344.000000', '111344.003000', '111344.006000', '111344.009000', '111344.012000', '111344.015000', '111344.017000', '111344.020000', '111344.023000', '111344.026000', '111344.029000', '111344.032000', '111344.035000', '111344.037000', '111403.913000', '111403.916000', '111403.919000', '111403.922000', '111403.925000', '111403.927000', '111403.930000', '111403.933000', '111403.936000', '111403.939000', '111403.942000', '111403.945000', '111403.948000', '111403.950000', '111403.953000', '111403.956000', '111403.959000', '111403.962000', '111403.965000', '111403.968000', '111403.971000', '111403.973000', '111403.976000', '111403.979000', '111403.982000', '111403.985000', '111403.988000', '111403.991000', '111403.994000', '111403.997000', '111404.001000', '111404.003000', '111404.006000', '111404.009000', '111404.014000', '111404.017000', '111404.020000', '111404.023000', '111404.026000', '111404.028000', '111404.031000', '111404.034000', '111404.037000', '111404.040000', '111423.913000', '111423.916000', '111423.919000', '111423.922000', '111423.925000', '111423.927000', '111423.930000', '111423.933000', '111423.936000', '111423.939000', '111423.942000', '111423.945000', '111423.947000', '111423.950000', '111423.953000', '111423.956000', '111423.959000', '111423.962000', '111423.966000', '111423.971000', '111423.974000', '111423.977000', '111423.980000', '111423.983000', '111423.986000', '111423.989000', '111423.991000', '111423.994000', '111423.997000', '111424.001000', '111424.004000', '111424.007000', '111424.010000', '111424.013000', '111424.015000', '111424.018000', '111424.021000', '111424.024000', '111424.027000', '111424.030000', '111424.033000', '111424.035000', '111424.038000', '111443.914000', '111443.917000', '111443.920000', '111443.923000', '111443.926000', '111443.928000', '111443.931000', '111443.934000', '111443.937000', '111443.940000', '111443.943000', '111443.945000', '111443.948000', '111443.951000', '111443.954000', '111443.957000', '111443.960000', '111443.963000', '111443.966000', '111443.968000', '111443.971000', '111443.974000', '111443.977000', '111443.980000', '111443.983000', '111443.985000', '111443.988000', '111443.991000', '111443.994000', '111444.008000', '111444.011000', '111444.014000', '111444.017000', '111444.020000', '111444.022000', '111444.025000', '111444.028000', '111444.031000', '111444.034000', '111444.037000', '111444.040000', '111444.042000', '111444.045000', '111444.048000', '111503.914000', '111503.917000', '111503.920000', '111503.923000', '111503.926000', '111503.929000', '111503.932000', '111503.935000', '111503.937000', '111503.940000', '111503.943000', '111503.946000', '111503.949000', '111503.952000', '111503.955000', '111503.958000', '111503.961000', '111503.964000', '111503.966000', '111503.969000', '111503.973000', '111503.977000', '111503.981000', '111503.984000', '111503.987000', '111503.989000', '111503.992000', '111503.995000', '111503.998000', '111504.002000', '111504.005000', '111504.008000', '111504.010000', '111504.013000', '111504.016000', '111504.019000', '111504.022000', '111504.025000', '111504.028000', '111504.030000', '111504.033000', '111504.036000', '111504.039000', '111523.913000', '111523.916000', '111523.919000', '111523.922000', '111523.924000', '111523.927000', '111523.930000', '111523.933000', '111523.936000', '111523.939000', '111523.942000', '111523.944000', '111523.947000', '111523.950000', '111523.953000', '111523.956000', '111523.959000', '111523.962000', '111523.965000', '111523.967000', '111523.970000', '111523.973000', '111523.976000', '111523.979000', '111523.982000', '111523.985000', '111523.988000', '111523.991000', '111523.993000', '111523.996000', '111524.000000', '111524.003000', '111524.006000', '111524.009000', '111524.012000', '111524.014000', '111524.017000', '111524.020000', '111524.023000', '111524.026000', '111524.029000', '111524.032000', '111524.035000', '111524.037000', '111543.913000', '111543.916000', '111543.919000', '111543.922000', '111543.924000', '111543.927000', '111543.930000', '111543.933000', '111543.936000', '111543.939000', '111543.942000', '111543.944000', '111543.947000', '111543.950000', '111543.953000', '111543.956000', '111543.959000', '111543.962000', '111543.965000', '111543.968000', '111543.970000', '111543.973000', '111543.976000', '111543.979000', '111543.982000', '111543.985000', '111543.990000', '111543.994000', '111543.997000', '111544.001000', '111544.004000', '111544.007000', '111544.010000', '111544.012000', '111544.015000', '111544.018000', '111544.021000', '111544.024000', '111544.027000', '111544.029000', '111544.033000', '111544.035000', '111544.041000', '111603.913000', '111603.916000', '111603.919000', '111603.922000', '111603.924000', '111603.927000', '111603.930000', '111603.933000', '111603.936000', '111603.939000', '111603.942000', '111603.945000', '111603.947000', '111603.950000', '111603.953000', '111603.956000', '111603.959000', '111603.962000', '111603.965000', '111603.967000', '111603.970000', '111603.973000', '111603.976000', '111603.979000', '111603.982000', '111603.985000', '111603.987000', '111603.990000', '111603.993000', '111603.996000', '111604.000000', '111604.003000', '111604.006000', '111604.008000', '111604.011000', '111604.014000', '111604.017000', '111604.020000', '111604.023000', '111604.042000', '111604.045000', '111604.048000', '111604.051000', '111604.053000', '111623.913000', '111623.916000', '111623.919000', '111623.922000', '111623.925000', '111623.928000', '111623.930000', '111623.933000', '111623.936000', '111623.939000', '111623.942000', '111623.945000', '111623.948000', '111623.952000', '111623.955000', '111623.958000', '111623.961000', '111623.964000', '111623.967000', '111623.969000', '111623.972000', '111623.975000', '111623.978000', '111623.981000', '111623.984000', '111623.987000', '111623.990000', '111623.992000', '111623.995000', '111623.998000', '111624.002000', '111624.005000', '111624.008000', '111624.011000', '111624.015000', '111624.018000', '111624.021000', '111624.024000', '111624.027000', '111624.030000', '111624.032000', '111624.035000', '111624.038000', '111643.913000', '111643.916000', '111643.919000', '111643.922000', '111643.925000', '111643.928000', '111643.930000', '111643.933000', '111643.936000', '111643.939000', '111643.942000', '111643.945000', '111643.948000', '111643.951000', '111643.954000', '111643.956000', '111643.959000', '111643.962000', '111643.965000', '111643.968000', '111643.971000', '111643.974000', '111643.976000', '111643.979000', '111643.982000', '111643.985000', '111643.988000', '111643.991000', '111643.994000', '111643.996000', '111644.000000', '111644.003000', '111644.006000', '111644.009000', '111644.012000', '111644.015000', '111644.017000', '111644.020000', '111644.023000', '111644.026000', '111644.029000', '111644.032000', '111644.035000', '111644.038000', '111654.450000', '111654.453000', '111654.456000', '111654.459000', '111654.462000', '111654.465000', '111654.468000', '111654.471000', '111654.474000', '111654.477000', '111654.480000', '111654.482000', '111654.485000', '111654.488000', '111654.491000', '111654.494000', '111654.497000', '111654.500000', '111654.503000', '111654.506000', '111654.509000', '111654.511000', '111654.514000'], 'InstanceCreationTime': ['110903.946000', '110903.950000', '110903.953000', '110903.956000', '110903.959000', '110903.962000', '110903.978000', '110903.981000', '110903.984000', '110903.987000', '110903.998000', '110904.002000', '110904.004000', '110904.007000', '110904.010000', '110904.013000', '110904.016000', '110904.019000', '110904.022000', '110904.025000', '110904.028000', '110904.031000', '110904.034000', '110904.037000', '110904.040000', '110904.043000', '110904.046000', '110904.049000', '110904.052000', '110904.055000', '110904.058000', '110904.061000', '110904.064000', '110904.067000', '110904.070000', '110904.073000', '110904.076000', '110904.079000', '110904.082000', '110904.085000', '110904.088000', '110904.091000', '110923.913000', '110923.916000', '110923.919000', '110923.922000', '110923.925000', '110923.927000', '110923.930000', '110923.933000', '110923.936000', '110923.939000', '110923.942000', '110923.944000', '110923.947000', '110923.950000', '110923.953000', '110923.956000', '110923.959000', '110923.961000', '110923.964000', '110923.967000', '110923.970000', '110923.973000', '110923.976000', '110923.978000', '110923.981000', '110923.984000', '110923.987000', '110923.990000', '110923.993000', '110923.995000', '110923.998000', '110924.002000', '110924.005000', '110924.008000', '110924.011000', '110924.014000', '110924.016000', '110924.019000', '110924.022000', '110924.025000', '110924.028000', '110924.031000', '110924.034000', '110943.913000', '110943.916000', '110943.919000', '110943.921000', '110943.924000', '110943.927000', '110943.930000', '110943.933000', '110943.936000', '110943.939000', '110943.941000', '110943.944000', '110943.947000', '110943.950000', '110943.953000', '110943.956000', '110943.959000', '110943.961000', '110943.964000', '110943.967000', '110943.976000', '110943.978000', '110943.981000', '110943.984000', '110943.987000', '110943.990000', '110943.992000', '110943.995000', '110943.998000', '110944.002000', '110944.005000', '110944.008000', '110944.011000', '110944.013000', '110944.016000', '110944.019000', '110944.022000', '110944.025000', '110944.027000', '110944.030000', '110944.033000', '110944.036000', '110944.039000', '110944.042000', '111003.914000', '111003.917000', '111003.920000', '111003.922000', '111003.925000', '111003.928000', '111003.931000', '111003.934000', '111003.937000', '111003.939000', '111003.942000', '111003.945000', '111003.948000', '111003.951000', '111003.954000', '111003.956000', '111003.959000', '111003.962000', '111003.965000', '111003.968000', '111003.971000', '111003.973000', '111003.976000', '111003.979000', '111003.982000', '111003.985000', '111003.988000', '111003.990000', '111003.993000', '111003.996000', '111004.001000', '111004.004000', '111004.007000', '111004.010000', '111004.013000', '111004.016000', '111004.018000', '111004.021000', '111004.024000', '111004.027000', '111004.030000', '111004.033000', '111004.036000', '111023.913000', '111023.916000', '111023.919000', '111023.921000', '111023.924000', '111023.927000', '111023.930000', '111023.933000', '111023.936000', '111023.938000', '111023.941000', '111023.944000', '111023.947000', '111023.950000', '111023.953000', '111023.956000', '111023.959000', '111023.961000', '111023.964000', '111023.967000', '111023.970000', '111023.973000', '111023.976000', '111023.979000', '111023.981000', '111023.984000', '111023.987000', '111023.990000', '111023.993000', '111023.996000', '111024.000000', '111024.003000', '111024.005000', '111024.008000', '111024.011000', '111024.014000', '111024.022000', '111024.024000', '111024.027000', '111024.030000', '111024.033000', '111024.036000', '111024.039000', '111024.041000', '111043.913000', '111043.916000', '111043.919000', '111043.921000', '111043.924000', '111043.927000', '111043.930000', '111043.933000', '111043.936000', '111043.938000', '111043.941000', '111043.944000', '111043.947000', '111043.950000', '111043.953000', '111043.955000', '111043.958000', '111043.961000', '111043.964000', '111043.967000', '111043.970000', '111043.972000', '111043.975000', '111043.978000', '111043.981000', '111043.984000', '111043.987000', '111043.990000', '111043.992000', '111043.995000', '111043.998000', '111044.002000', '111044.005000', '111044.008000', '111044.011000', '111044.013000', '111044.016000', '111044.019000', '111044.022000', '111044.025000', '111044.028000', '111044.031000', '111044.039000', '111103.913000', '111103.916000', '111103.919000', '111103.921000', '111103.924000', '111103.927000', '111103.930000', '111103.933000', '111103.936000', '111103.939000', '111103.942000', '111103.944000', '111103.947000', '111103.950000', '111103.953000', '111103.956000', '111103.959000', '111103.962000', '111103.964000', '111103.967000', '111103.970000', '111103.973000', '111103.976000', '111103.979000', '111103.981000', '111103.984000', '111103.987000', '111103.990000', '111103.993000', '111103.996000', '111104.000000', '111104.002000', '111104.005000', '111104.008000', '111104.011000', '111104.014000', '111104.017000', '111104.019000', '111104.022000', '111104.025000', '111104.028000', '111104.031000', '111104.034000', '111104.036000', '111123.913000', '111123.916000', '111123.919000', '111123.922000', '111123.924000', '111123.927000', '111123.930000', '111123.933000', '111123.936000', '111123.939000', '111123.942000', '111123.944000', '111123.947000', '111123.950000', '111123.953000', '111123.956000', '111123.959000', '111123.961000', '111123.964000', '111123.967000', '111123.970000', '111123.973000', '111123.976000', '111123.979000', '111123.981000', '111123.984000', '111123.987000', '111123.990000', '111123.993000', '111123.996000', '111123.998000', '111124.002000', '111124.005000', '111124.008000', '111124.011000', '111124.014000', '111124.017000', '111124.020000', '111124.022000', '111124.025000', '111124.028000', '111124.031000', '111124.034000', '111143.913000', '111143.916000', '111143.919000', '111143.922000', '111143.924000', '111143.927000', '111143.930000', '111143.933000', '111143.936000', '111143.939000', '111143.942000', '111143.944000', '111143.947000', '111143.950000', '111143.953000', '111143.956000', '111143.959000', '111143.962000', '111143.964000', '111143.967000', '111143.970000', '111143.973000', '111143.976000', '111143.979000', '111143.982000', '111143.984000', '111143.987000', '111143.990000', '111143.993000', '111143.996000', '111144.000000', '111144.003000', '111144.006000', '111144.008000', '111144.011000', '111144.014000', '111144.029000', '111144.032000', '111144.035000', '111144.038000', '111144.041000', '111144.044000', '111144.047000', '111144.049000', '111203.913000', '111203.916000', '111203.919000', '111203.922000', '111203.924000', '111203.927000', '111203.930000', '111203.933000', '111203.936000', '111203.939000', '111203.942000', '111203.944000', '111203.947000', '111203.950000', '111203.953000', '111203.956000', '111203.959000', '111203.962000', '111203.964000', '111203.967000', '111203.970000', '111203.973000', '111203.976000', '111203.979000', '111203.982000', '111203.985000', '111203.988000', '111203.990000', '111203.993000', '111203.996000', '111204.000000', '111204.003000', '111204.006000', '111204.009000', '111204.011000', '111204.014000', '111204.017000', '111204.020000', '111204.023000', '111204.026000', '111204.029000', '111204.032000', '111204.034000', '111223.914000', '111223.917000', '111223.920000', '111223.923000', '111223.926000', '111223.928000', '111223.931000', '111223.934000', '111223.937000', '111223.940000', '111223.943000', '111223.945000', '111223.948000', '111223.951000', '111223.954000', '111223.957000', '111223.960000', '111223.962000', '111223.965000', '111223.968000', '111223.971000', '111223.974000', '111223.977000', '111223.980000', '111223.983000', '111223.985000', '111223.988000', '111223.991000', '111223.994000', '111223.997000', '111224.001000', '111224.004000', '111224.007000', '111224.009000', '111224.012000', '111224.015000', '111224.018000', '111224.021000', '111224.024000', '111224.027000', '111224.029000', '111224.032000', '111224.035000', '111243.913000', '111243.916000', '111243.919000', '111243.922000', '111243.924000', '111243.927000', '111243.930000', '111243.933000', '111243.936000', '111243.939000', '111243.942000', '111243.945000', '111243.948000', '111243.950000', '111243.953000', '111243.956000', '111243.959000', '111243.962000', '111243.965000', '111243.968000', '111243.970000', '111243.973000', '111243.976000', '111243.979000', '111243.982000', '111243.985000', '111243.988000', '111243.991000', '111243.993000', '111243.996000', '111244.000000', '111244.003000', '111244.006000', '111244.009000', '111244.012000', '111244.015000', '111244.018000', '111244.020000', '111244.023000', '111244.026000', '111244.029000', '111244.032000', '111244.035000', '111244.038000', '111303.915000', '111303.919000', '111303.922000', '111303.925000', '111303.928000', '111303.931000', '111303.934000', '111303.936000', '111303.939000', '111303.942000', '111303.945000', '111303.948000', '111303.951000', '111303.953000', '111303.956000', '111303.959000', '111303.962000', '111303.965000', '111303.968000', '111303.971000', '111303.973000', '111303.976000', '111303.979000', '111303.982000', '111303.985000', '111303.988000', '111303.991000', '111303.993000', '111303.996000', '111304.000000', '111304.003000', '111304.006000', '111304.009000', '111304.012000', '111304.014000', '111304.017000', '111304.020000', '111304.023000', '111304.026000', '111304.029000', '111304.032000', '111304.034000', '111304.037000', '111323.913000', '111323.916000', '111323.919000', '111323.922000', '111323.925000', '111323.927000', '111323.930000', '111323.933000', '111323.936000', '111323.939000', '111323.942000', '111323.945000', '111323.948000', '111323.951000', '111323.953000', '111323.956000', '111323.959000', '111323.962000', '111323.980000', '111323.983000', '111323.986000', '111323.989000', '111323.991000', '111323.994000', '111323.997000', '111324.000000', '111324.003000', '111324.006000', '111324.009000', '111324.012000', '111324.015000', '111324.018000', '111324.020000', '111324.023000', '111324.026000', '111324.029000', '111324.032000', '111324.035000', '111324.038000', '111324.040000', '111324.043000', '111324.046000', '111324.049000', '111324.052000', '111343.913000', '111343.916000', '111343.919000', '111343.922000', '111343.925000', '111343.927000', '111343.930000', '111343.933000', '111343.936000', '111343.939000', '111343.942000', '111343.946000', '111343.950000', '111343.953000', '111343.956000', '111343.959000', '111343.962000', '111343.965000', '111343.968000', '111343.971000', '111343.973000', '111343.976000', '111343.979000', '111343.982000', '111343.985000', '111343.988000', '111343.991000', '111343.994000', '111343.996000', '111344.000000', '111344.003000', '111344.006000', '111344.009000', '111344.012000', '111344.015000', '111344.017000', '111344.020000', '111344.023000', '111344.026000', '111344.029000', '111344.032000', '111344.035000', '111344.037000', '111403.913000', '111403.916000', '111403.919000', '111403.922000', '111403.925000', '111403.927000', '111403.930000', '111403.933000', '111403.936000', '111403.939000', '111403.942000', '111403.945000', '111403.948000', '111403.950000', '111403.953000', '111403.956000', '111403.959000', '111403.962000', '111403.965000', '111403.968000', '111403.971000', '111403.973000', '111403.976000', '111403.979000', '111403.982000', '111403.985000', '111403.988000', '111403.991000', '111403.994000', '111403.997000', '111404.001000', '111404.003000', '111404.006000', '111404.009000', '111404.014000', '111404.017000', '111404.020000', '111404.023000', '111404.026000', '111404.028000', '111404.031000', '111404.034000', '111404.037000', '111404.040000', '111423.913000', '111423.916000', '111423.919000', '111423.922000', '111423.925000', '111423.927000', '111423.930000', '111423.933000', '111423.936000', '111423.939000', '111423.942000', '111423.945000', '111423.947000', '111423.950000', '111423.953000', '111423.956000', '111423.959000', '111423.962000', '111423.966000', '111423.971000', '111423.974000', '111423.977000', '111423.980000', '111423.983000', '111423.986000', '111423.989000', '111423.991000', '111423.994000', '111423.997000', '111424.001000', '111424.004000', '111424.007000', '111424.010000', '111424.013000', '111424.015000', '111424.018000', '111424.021000', '111424.024000', '111424.027000', '111424.030000', '111424.033000', '111424.035000', '111424.038000', '111443.914000', '111443.917000', '111443.920000', '111443.923000', '111443.926000', '111443.928000', '111443.931000', '111443.934000', '111443.937000', '111443.940000', '111443.943000', '111443.945000', '111443.948000', '111443.951000', '111443.954000', '111443.957000', '111443.960000', '111443.963000', '111443.966000', '111443.968000', '111443.971000', '111443.974000', '111443.977000', '111443.980000', '111443.983000', '111443.985000', '111443.988000', '111443.991000', '111443.994000', '111444.008000', '111444.011000', '111444.014000', '111444.017000', '111444.020000', '111444.022000', '111444.025000', '111444.028000', '111444.031000', '111444.034000', '111444.037000', '111444.040000', '111444.042000', '111444.045000', '111444.048000', '111503.914000', '111503.917000', '111503.920000', '111503.923000', '111503.926000', '111503.929000', '111503.932000', '111503.935000', '111503.937000', '111503.940000', '111503.943000', '111503.946000', '111503.949000', '111503.952000', '111503.955000', '111503.958000', '111503.961000', '111503.964000', '111503.966000', '111503.969000', '111503.973000', '111503.977000', '111503.981000', '111503.984000', '111503.987000', '111503.989000', '111503.992000', '111503.995000', '111503.998000', '111504.002000', '111504.005000', '111504.008000', '111504.010000', '111504.013000', '111504.016000', '111504.019000', '111504.022000', '111504.025000', '111504.028000', '111504.030000', '111504.033000', '111504.036000', '111504.039000', '111523.913000', '111523.916000', '111523.919000', '111523.922000', '111523.924000', '111523.927000', '111523.930000', '111523.933000', '111523.936000', '111523.939000', '111523.942000', '111523.944000', '111523.947000', '111523.950000', '111523.953000', '111523.956000', '111523.959000', '111523.962000', '111523.965000', '111523.967000', '111523.970000', '111523.973000', '111523.976000', '111523.979000', '111523.982000', '111523.985000', '111523.988000', '111523.991000', '111523.993000', '111523.996000', '111524.000000', '111524.003000', '111524.006000', '111524.009000', '111524.012000', '111524.014000', '111524.017000', '111524.020000', '111524.023000', '111524.026000', '111524.029000', '111524.032000', '111524.035000', '111524.037000', '111543.913000', '111543.916000', '111543.919000', '111543.922000', '111543.924000', '111543.927000', '111543.930000', '111543.933000', '111543.936000', '111543.939000', '111543.942000', '111543.944000', '111543.947000', '111543.950000', '111543.953000', '111543.956000', '111543.959000', '111543.962000', '111543.965000', '111543.968000', '111543.970000', '111543.973000', '111543.976000', '111543.979000', '111543.982000', '111543.985000', '111543.990000', '111543.994000', '111543.997000', '111544.001000', '111544.004000', '111544.007000', '111544.010000', '111544.012000', '111544.015000', '111544.018000', '111544.021000', '111544.024000', '111544.027000', '111544.029000', '111544.033000', '111544.035000', '111544.041000', '111603.913000', '111603.916000', '111603.919000', '111603.922000', '111603.924000', '111603.927000', '111603.930000', '111603.933000', '111603.936000', '111603.939000', '111603.942000', '111603.945000', '111603.947000', '111603.950000', '111603.953000', '111603.956000', '111603.959000', '111603.962000', '111603.965000', '111603.967000', '111603.970000', '111603.973000', '111603.976000', '111603.979000', '111603.982000', '111603.985000', '111603.987000', '111603.990000', '111603.993000', '111603.996000', '111604.000000', '111604.003000', '111604.006000', '111604.008000', '111604.011000', '111604.014000', '111604.017000', '111604.020000', '111604.023000', '111604.042000', '111604.045000', '111604.048000', '111604.051000', '111604.053000', '111623.913000', '111623.916000', '111623.919000', '111623.922000', '111623.925000', '111623.928000', '111623.930000', '111623.933000', '111623.936000', '111623.939000', '111623.942000', '111623.945000', '111623.948000', '111623.952000', '111623.955000', '111623.958000', '111623.961000', '111623.964000', '111623.967000', '111623.969000', '111623.972000', '111623.975000', '111623.978000', '111623.981000', '111623.984000', '111623.987000', '111623.990000', '111623.992000', '111623.995000', '111623.998000', '111624.002000', '111624.005000', '111624.008000', '111624.011000', '111624.015000', '111624.018000', '111624.021000', '111624.024000', '111624.027000', '111624.030000', '111624.032000', '111624.035000', '111624.038000', '111643.913000', '111643.916000', '111643.919000', '111643.922000', '111643.925000', '111643.928000', '111643.930000', '111643.933000', '111643.936000', '111643.939000', '111643.942000', '111643.945000', '111643.948000', '111643.951000', '111643.954000', '111643.956000', '111643.959000', '111643.962000', '111643.965000', '111643.968000', '111643.971000', '111643.974000', '111643.976000', '111643.979000', '111643.982000', '111643.985000', '111643.988000', '111643.991000', '111643.994000', '111643.996000', '111644.000000', '111644.003000', '111644.006000', '111644.009000', '111644.012000', '111644.015000', '111644.017000', '111644.020000', '111644.023000', '111644.026000', '111644.029000', '111644.032000', '111644.035000', '111644.038000', '111654.450000', '111654.453000', '111654.456000', '111654.459000', '111654.462000', '111654.465000', '111654.468000', '111654.471000', '111654.474000', '111654.477000', '111654.480000', '111654.482000', '111654.485000', '111654.488000', '111654.491000', '111654.494000', '111654.497000', '111654.500000', '111654.503000', '111654.506000', '111654.509000', '111654.511000', '111654.514000'], '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': [11398, 8793, 13840, 8598, 8988, 8666, 8948, 9365, 8302, 8980, 12033, 8716, 8830, 11621, 8872, 9444, 8527, 9122, 12027, 8952, 8941, 9813, 9008, 10927, 8628, 9282, 8737, 8729, 12279, 8757, 9087, 8243, 8854, 11348, 8787, 8836, 8146, 8994, 8684, 8670, 8882, 10198, 8795, 9183, 9214, 8774, 11773, 8959, 11302, 8661, 8891, 9283, 8886, 11270, 8625, 8614, 9032, 8948, 8945, 8719, 8736, 9389, 8947, 8836, 8676, 8761, 11373, 8613, 8932, 8387, 8721, 10567, 8544, 8484, 8330, 8270, 10023, 8554, 8623, 8479, 8712, 9277, 8652, 8314, 9085, 8706, 9183, 9136, 8799, 12015, 8640, 8915, 9313, 8204, 13315, 9034, 8944, 8784, 8590, 12124, 9276, 8703, 12208, 8739, 8993, 8758, 8819, 9474, 9294, 8291, 11942, 8567, 9046, 8467, 8450, 9753, 8510, 11790, 9608, 8450, 9594, 8445, 8558, 8277, 8272, 11856, 8372, 8576, 9661, 8668, 8703, 9060, 8623, 11493, 8598, 8503, 9274, 8535, 11770, 8655, 8470, 9801, 8407, 12217, 9622, 8340, 11323, 8266, 8658, 7979, 8236, 11094, 8135, 8134, 9157, 8410, 8579, 9057, 8292, 13430, 8231, 8307, 9632, 8299, 10992, 8482, 8094, 9707, 8018, 8374, 9357, 8139, 8021, 7774, 8191, 9693, 7876, 7600, 12601, 7921, 7912, 10517, 7990, 8062, 9645, 8037, 8242, 9105, 8171, 8765, 7684, 7627, 11758, 8823, 7815, 10484, 7960, 7717, 9345, 7850, 7902, 10825, 7973, 8362, 8592, 7925, 13086, 8853, 7822, 10921, 8126, 11176, 7818, 7945, 11772, 8587, 9009, 8227, 7690, 9764, 7739, 7559, 8632, 7720, 8307, 7375, 7710, 8625, 7409, 7473, 9335, 7754, 7657, 7897, 7585, 13172, 9567, 7455, 11167, 7683, 7830, 8834, 7662, 8956, 8198, 7782, 8320, 7866, 7662, 13643, 10678, 7621, 11012, 8051, 8010, 12377, 8700, 7598, 11476, 7681, 7491, 10562, 8405, 7489, 11575, 7862, 7694, 10182, 8527, 7690, 9809, 7334, 7699, 8981, 7442, 7486, 10590, 7500, 7332, 8265, 7408, 7436, 11362, 9326, 7487, 10920, 7552, 7931, 11492, 8127, 7790, 13143, 7170, 7425, 7493, 9999, 8987, 7677, 11335, 7062, 7452, 8818, 8871, 7275, 7487, 7842, 7346, 7547, 11151, 8035, 7576, 10102, 7403, 7950, 9630, 7770, 7676, 10317, 8263, 7697, 13926, 10095, 7467, 8440, 7452, 7663, 10326, 8423, 7757, 10043, 10238, 7535, 7460, 8443, 7103, 7397, 8094, 7559, 7221, 7708, 7519, 13416, 9741, 7242, 12339, 9514, 7492, 11203, 8066, 11246, 8196, 7552, 9649, 7446, 7536, 7558, 7417, 7215, 7291, 7575, 7091, 7154, 7268, 7402, 7139, 7250, 12406, 7453, 7399, 8243, 7104, 7131, 7626, 7607, 10756, 7755, 7402, 8004, 7460, 8164, 7188, 7296, 10190, 7052, 7097, 7992, 7296, 8143, 8020, 7373, 9488, 7327, 10421, 8306, 7211, 11283, 7733, 11991, 8027, 7289, 9906, 7694, 9233, 7566, 7352, 8740, 7351, 7700, 7891, 7241, 11002, 7252, 7451, 7950, 7400, 9110, 7444, 7409, 9077, 7447, 7089, 9893, 7359, 7376, 7888, 7654, 10692, 8063, 8122, 9106, 7486, 10615, 7710, 7588, 8314, 7361, 12635, 8033, 7496, 8692, 7186, 7250, 8539, 7600, 6901, 7023, 7095, 8465, 7325, 8321, 7839, 7353, 9311, 7567, 7798, 10272, 7598, 8856, 7730, 7539, 9485, 7363, 7644, 8290, 7231, 9991, 7856, 8659, 8273, 7323, 10242, 7296, 7125, 7844, 7239, 9036, 7415, 7102, 7281, 7272, 9207, 7581, 7119, 7865, 7391, 8822, 7321, 7450, 10215, 7702, 7073, 8933, 7252, 8363, 8122, 7505, 12001, 8682, 7213, 9718, 7559, 7400, 8594, 7276, 11268, 7658, 7255, 9588, 7743, 7307, 9006, 7224, 6894, 7813, 7340, 7298, 7772, 7577, 9609, 7151, 7152, 8359, 7423, 10788, 7971, 7617, 8165, 7359, 10037, 8123, 7228, 8675, 6991, 6974, 7290, 7139, 7481, 7145, 7176, 9235, 7371, 7985, 9176, 7401, 10830, 7899, 8387, 8750, 7315, 11004, 7977, 8016, 8331, 7386, 11062, 8336, 7302, 8472, 7731, 7603, 8019, 7207, 7089, 7545, 7192, 10237, 7798, 7203, 10207, 7738, 8031, 7925, 7267, 9795, 7555, 7448, 11856, 8387, 7591, 10074, 7621, 7330, 8238, 7368, 12040, 9142, 8021, 9003, 7425, 11169, 7994, 7341, 10078, 8356, 8146, 8202, 7361, 8464, 7168, 7381, 10681, 7973, 7735, 7521, 7312, 7228, 7273, 7442, 7402, 9214, 7869, 7406, 9924, 7659, 11285, 8081, 10872, 9081, 7744, 12333, 8228, 7229, 8731, 7275, 7348, 7450, 7504, 12109, 8236, 7508, 9133, 7298, 7466, 7985, 7348, 10926, 8611, 7321, 9210, 7548, 7433, 9401, 7934, 7509, 11439, 7725, 7497, 8728, 7220, 7470, 7710, 7450, 12358, 8322, 7596, 9192, 7413, 7496, 9312, 8022, 7298, 10188, 7430, 7270, 7165, 7573, 7761, 10847, 7864, 7360, 11957, 7923, 7677, 9944, 8047, 7377, 12591, 9000, 7243, 9245, 7599, 7414, 8778, 7764, 7262, 12224, 8027, 7244, 7299, 7314, 7387, 7737, 7871, 7526, 7887, 8017, 7537, 10850, 7702, 9392, 8947, 7960, 11669, 9009, 7327, 7820, 7618, 7747, 10622, 8363, 7375, 10231, 7964, 7321, 9281, 7889, 7526, 12380, 8953, 7360, 9798, 7455, 7268, 8605, 7733, 7451, 8456, 7012, 7648, 8055, 7350, 12017, 8508, 7210, 8492, 7561, 10530, 7927, 9543, 9425, 7303, 8194, 7308, 7623, 9213, 7992, 7350, 11446, 7699, 7665, 8928, 7555, 7370, 10833, 8068, 7411, 8723, 7268, 7391, 10226, 7884, 7314, 8635, 7084, 7345, 8029, 7430, 7293, 9148, 6986, 7212, 8035, 7134, 7437, 11107, 8170, 7366, 8599, 7491, 7281, 9008, 7767, 7290, 9511, 8743, 7283, 7628, 7773, 7304, 11841, 8995, 7443, 10833, 8036, 7224, 8521, 7505, 8865, 8784, 7211, 7721, 7585, 7255, 8544, 7461, 7526, 11374, 7891, 7591, 9084, 7408, 7608, 8454, 7502, 11887, 8052, 10236, 8091, 7470, 8810, 7476, 12538, 8308, 7433, 8832, 7291, 8314, 7789, 7388, 9076, 7266, 7525, 7523, 7539, 10559, 7688, 7445, 7934, 7579, 9782, 8255, 8150, 8628, 7244, 9739, 7360, 8274, 8130, 7292, 9530, 7307, 7219, 7841, 7508, 10445, 8000, 7350, 8462, 7263, 9579, 7860, 11825, 8807, 7409, 9254, 7358, 7515, 7941, 7323, 9453, 7943, 11029, 8092, 7199, 8730, 7252, 9767, 7700, 12464, 8605, 8140, 8056, 7167, 9251, 7424, 7247, 7824, 7217, 8600, 7145, 9544, 7679, 7248, 8852, 7198, 9738, 7224, 10390, 8230, 7127, 8600, 7018, 9469, 7247, 8321, 7832, 7087, 9209, 7068, 7004, 7675, 7260, 9345, 7867, 7334, 8385, 7167, 7424, 8045, 7347, 12030, 8605, 7139, 9994, 7849, 7278, 8932, 7374, 12350, 8775, 9833, 9432, 7237, 10429, 8030, 7397, 8810, 7956, 8265, 8367, 7345, 9689, 7625, 8785, 8649, 7238, 9966, 7443, 7478, 8120, 7222, 10893, 8259, 7223, 8467, 7417, 9897, 8119, 7159, 8889, 7086, 9859, 7588, 7146, 8522, 7197, 10272, 7964, 7254, 8777, 7547, 9799, 8508, 7003, 8670, 7592, 7350, 8765, 7161, 11543, 8775, 7233, 10838, 8014, 8204, 8449, 7121, 11784, 8916, 7313, 10683, 8312, 7114, 11515, 8788, 7241, 12104, 8464, 7049, 10447, 8310, 7445, 13122, 9823, 8189, 8424, 8676, 7196, 7721, 8055, 7051, 11209, 8225, 7230, 8615, 8445, 7331, 7377, 9765, 8877, 7146, 12211, 8270, 7069, 9880, 8605, 7232, 12308, 8057, 7223, 7616, 7386, 7099, 8976, 7967, 7198, 9163, 7579, 7100, 8916, 7779, 7082, 9095, 7233, 7510, 8281, 7267, 11992, 8880, 7645, 11142, 8277, 8624, 8910, 7410, 9844, 8043, 6941, 9305, 7702, 7198, 9270, 7419, 7188, 8425], 'WindowCenter': [4144.0, 4088.0, 4122.0, 4078.0, 4066.0, 4052.0, 4061.0, 4060.0, 4050.0, 4050.0, 4080.0, 4050.0, 4051.0, 4081.0, 4060.0, 4060.0, 4048.0, 4060.0, 4081.0, 4062.0, 4061.0, 4072.0, 4062.0, 4082.0, 4051.0, 4060.0, 4050.0, 4048.0, 4081.0, 4050.0, 4049.0, 4049.0, 4061.0, 4080.0, 4061.0, 4062.0, 4051.0, 4063.0, 4063.0, 4063.0, 4074.0, 4085.0, 4057.0, 4065.0, 4074.0, 4064.0, 4096.0, 4074.0, 4095.0, 4062.0, 4062.0, 4065.0, 4064.0, 4084.0, 4062.0, 4064.0, 4073.0, 4074.0, 4074.0, 4074.0, 4068.0, 4075.0, 4076.0, 4074.0, 4076.0, 4076.0, 4097.0, 4077.0, 4076.0, 4065.0, 4065.0, 4084.0, 4075.0, 4065.0, 4065.0, 4065.0, 4084.0, 4074.0, 4075.0, 4065.0, 4077.0, 4086.0, 4077.0, 4075.0, 4088.0, 4078.0, 4088.0, 4088.0, 4078.0, 4108.0, 4077.0, 4076.0, 4076.0, 4065.0, 4107.0, 4076.0, 4076.0, 4065.0, 4063.0, 4095.0, 4076.0, 4065.0, 4094.0, 4064.0, 4074.0, 4055.0, 4073.0, 4065.0, 4074.0, 4064.0, 4095.0, 4064.0, 4075.0, 4064.0, 4066.0, 4073.0, 4064.0, 4093.0, 4066.0, 4063.0, 4072.0, 4063.0, 4063.0, 4063.0, 4064.0, 4094.0, 4063.0, 4064.0, 4074.0, 4064.0, 4065.0, 4074.0, 4064.0, 4094.0, 4076.0, 4055.0, 4075.0, 4065.0, 4095.0, 4063.0, 4055.0, 4073.0, 4062.0, 4093.0, 4073.0, 4051.0, 4083.0, 4061.0, 4061.0, 4050.0, 4062.0, 4082.0, 4051.0, 4052.0, 4073.0, 4062.0, 4063.0, 4075.0, 4064.0, 4104.0, 4055.0, 4044.0, 4073.0, 4053.0, 4083.0, 4061.0, 4051.0, 4072.0, 4045.0, 4062.0, 4072.0, 4051.0, 4051.0, 4052.0, 4063.0, 4073.0, 4064.0, 4054.0, 4106.0, 4064.0, 4064.0, 4084.0, 4064.0, 4063.0, 4086.0, 4066.0, 4065.0, 4074.0, 4064.0, 4064.0, 4052.0, 4054.0, 4095.0, 4068.0, 4045.0, 4084.0, 4064.0, 4054.0, 4075.0, 4057.0, 4065.0, 4095.0, 4065.0, 4064.0, 4065.0, 4065.0, 4105.0, 4074.0, 4053.0, 4084.0, 4053.0, 4075.0, 4044.0, 4051.0, 4082.0, 4062.0, 4061.0, 4052.0, 4050.0, 4071.0, 4051.0, 4040.0, 4062.0, 4051.0, 4061.0, 4052.0, 4052.0, 4063.0, 4046.0, 4054.0, 4074.0, 4065.0, 4065.0, 4064.0, 4065.0, 4106.0, 4086.0, 4055.0, 4096.0, 4065.0, 4046.0, 4074.0, 4053.0, 4075.0, 4065.0, 4066.0, 4075.0, 4057.0, 4066.0, 4119.0, 4097.0, 4065.0, 4096.0, 4064.0, 4064.0, 4104.0, 4063.0, 4052.0, 4095.0, 4052.0, 4053.0, 4082.0, 4063.0, 4052.0, 4094.0, 4043.0, 4040.0, 4071.0, 4062.0, 4040.0, 4060.0, 4040.0, 4040.0, 4060.0, 4041.0, 4033.0, 4075.0, 4052.0, 4045.0, 4062.0, 4052.0, 4041.0, 4093.0, 4073.0, 4044.0, 4084.0, 4051.0, 4063.0, 4092.0, 4050.0, 4051.0, 4100.0, 4040.0, 4042.0, 4034.0, 4073.0, 4062.0, 4051.0, 4081.0, 4028.0, 4040.0, 4061.0, 4061.0, 4041.0, 4042.0, 4052.0, 4046.0, 4054.0, 4096.0, 4066.0, 4066.0, 4086.0, 4055.0, 4066.0, 4077.0, 4052.0, 4066.0, 4084.0, 4063.0, 4046.0, 4114.0, 4084.0, 4054.0, 4064.0, 4040.0, 4041.0, 4070.0, 4051.0, 4038.0, 4073.0, 4084.0, 4053.0, 4042.0, 4061.0, 4041.0, 4041.0, 4051.0, 4051.0, 4042.0, 4051.0, 4034.0, 4091.0, 4071.0, 4042.0, 4091.0, 4058.0, 4025.0, 4055.0, 4024.0, 4052.0, 4022.0, 4012.0, 4042.0, 4012.0, 4023.0, 4023.0, 4012.0, 4013.0, 4023.0, 4025.0, 4026.0, 4027.0, 4039.0, 4039.0, 4039.0, 4041.0, 4093.0, 4041.0, 4052.0, 4062.0, 4040.0, 4039.0, 4050.0, 4052.0, 4083.0, 4043.0, 4041.0, 4051.0, 4042.0, 4063.0, 4043.0, 4042.0, 4084.0, 4035.0, 4043.0, 4062.0, 4054.0, 4066.0, 4064.0, 4055.0, 4077.0, 4054.0, 4082.0, 4064.0, 4052.0, 4084.0, 4052.0, 4082.0, 4042.0, 4040.0, 4072.0, 4039.0, 4060.0, 4040.0, 4041.0, 4049.0, 4040.0, 4040.0, 4051.0, 4040.0, 4082.0, 4042.0, 4042.0, 4052.0, 4041.0, 4061.0, 4033.0, 4042.0, 4060.0, 4052.0, 4042.0, 4083.0, 4053.0, 4053.0, 4052.0, 4053.0, 4074.0, 4052.0, 4050.0, 4062.0, 4040.0, 4082.0, 4050.0, 4040.0, 4052.0, 4040.0, 4091.0, 4049.0, 4040.0, 4049.0, 4041.0, 4041.0, 4060.0, 4052.0, 4043.0, 4042.0, 4039.0, 4062.0, 4053.0, 4063.0, 4051.0, 4042.0, 4071.0, 4052.0, 4045.0, 4071.0, 4041.0, 4053.0, 4040.0, 4039.0, 4061.0, 4042.0, 4040.0, 4051.0, 4040.0, 4071.0, 4051.0, 4061.0, 4050.0, 4040.0, 4070.0, 4040.0, 4028.0, 4050.0, 4040.0, 4061.0, 4040.0, 4040.0, 4041.0, 4041.0, 4072.0, 4045.0, 4042.0, 4055.0, 4053.0, 4072.0, 4052.0, 4053.0, 4084.0, 4064.0, 4043.0, 4073.0, 4054.0, 4063.0, 4066.0, 4067.0, 4106.0, 4063.0, 4053.0, 4074.0, 4052.0, 4052.0, 4054.0, 4041.0, 4081.0, 4050.0, 4040.0, 4070.0, 4051.0, 4041.0, 4061.0, 4041.0, 4042.0, 4049.0, 4034.0, 4041.0, 4052.0, 4053.0, 4073.0, 4043.0, 4041.0, 4062.0, 4052.0, 4083.0, 4053.0, 4052.0, 4051.0, 4040.0, 4070.0, 4052.0, 4040.0, 4053.0, 4042.0, 4034.0, 4053.0, 4055.0, 4054.0, 4055.0, 4055.0, 4085.0, 4055.0, 4066.0, 4086.0, 4054.0, 4083.0, 4063.0, 4064.0, 4057.0, 4041.0, 4083.0, 4052.0, 4050.0, 4052.0, 4041.0, 4083.0, 4062.0, 4042.0, 4075.0, 4053.0, 4051.0, 4063.0, 4053.0, 4054.0, 4065.0, 4055.0, 4083.0, 4053.0, 4053.0, 4085.0, 4053.0, 4045.0, 4052.0, 4052.0, 4071.0, 4052.0, 4041.0, 4093.0, 4062.0, 4053.0, 4082.0, 4063.0, 4053.0, 4062.0, 4052.0, 4093.0, 4073.0, 4050.0, 4061.0, 4039.0, 4081.0, 4048.0, 4038.0, 4059.0, 4049.0, 4038.0, 4048.0, 4038.0, 4048.0, 4027.0, 4028.0, 4069.0, 4050.0, 4039.0, 4039.0, 4033.0, 4052.0, 4040.0, 4052.0, 4053.0, 4074.0, 4064.0, 4054.0, 4084.0, 4047.0, 4094.0, 4052.0, 4069.0, 4060.0, 4039.0, 4080.0, 4049.0, 4039.0, 4059.0, 4040.0, 4039.0, 4039.0, 4040.0, 4091.0, 4051.0, 4040.0, 4071.0, 4041.0, 4040.0, 4052.0, 4040.0, 4083.0, 4049.0, 4032.0, 4061.0, 4050.0, 4040.0, 4060.0, 4050.0, 4039.0, 4081.0, 4032.0, 4039.0, 4060.0, 4040.0, 4038.0, 4039.0, 4039.0, 4091.0, 4050.0, 4039.0, 4072.0, 4040.0, 4040.0, 4059.0, 4043.0, 4039.0, 4070.0, 4038.0, 4040.0, 4041.0, 4050.0, 4052.0, 4092.0, 4061.0, 4053.0, 4093.0, 4052.0, 4052.0, 4071.0, 4051.0, 4041.0, 4092.0, 4061.0, 4029.0, 4057.0, 4039.0, 4040.0, 4048.0, 4039.0, 4039.0, 4072.0, 4037.0, 4039.0, 4040.0, 4040.0, 4052.0, 4053.0, 4064.0, 4064.0, 4065.0, 4064.0, 4064.0, 4095.0, 4053.0, 4060.0, 4062.0, 4050.0, 4080.0, 4060.0, 4039.0, 4040.0, 4050.0, 4050.0, 4069.0, 4050.0, 4041.0, 4070.0, 4050.0, 4040.0, 4058.0, 4038.0, 4031.0, 4090.0, 4048.0, 4037.0, 4057.0, 4038.0, 4037.0, 4049.0, 4050.0, 4041.0, 4061.0, 4040.0, 4051.0, 4051.0, 4042.0, 4093.0, 4062.0, 4041.0, 4061.0, 4038.0, 4069.0, 4050.0, 4059.0, 4059.0, 4039.0, 4049.0, 4039.0, 4039.0, 4059.0, 4051.0, 4040.0, 4080.0, 4039.0, 4051.0, 4061.0, 4051.0, 4040.0, 4082.0, 4052.0, 4040.0, 4061.0, 4041.0, 4041.0, 4071.0, 4052.0, 4038.0, 4042.0, 4029.0, 4037.0, 4049.0, 4039.0, 4040.0, 4060.0, 4041.0, 4052.0, 4051.0, 4042.0, 4051.0, 4093.0, 4062.0, 4041.0, 4062.0, 4051.0, 4051.0, 4061.0, 4052.0, 4052.0, 4071.0, 4061.0, 4041.0, 4049.0, 4050.0, 4038.0, 4092.0, 4061.0, 4040.0, 4081.0, 4049.0, 4032.0, 4060.0, 4040.0, 4059.0, 4048.0, 4032.0, 4038.0, 4039.0, 4040.0, 4058.0, 4040.0, 4050.0, 4091.0, 4051.0, 4051.0, 4073.0, 4053.0, 4052.0, 4063.0, 4041.0, 4085.0, 4051.0, 4071.0, 4062.0, 4039.0, 4060.0, 4039.0, 4079.0, 4048.0, 4038.0, 4058.0, 4039.0, 4049.0, 4050.0, 4040.0, 4059.0, 4040.0, 4050.0, 4052.0, 4051.0, 4081.0, 4052.0, 4041.0, 4050.0, 4051.0, 4072.0, 4050.0, 4051.0, 4060.0, 4040.0, 4071.0, 4051.0, 4050.0, 4050.0, 4040.0, 4070.0, 4041.0, 4040.0, 4051.0, 4041.0, 4082.0, 4051.0, 4040.0, 4050.0, 4040.0, 4070.0, 4051.0, 4081.0, 4059.0, 4039.0, 4060.0, 4041.0, 4052.0, 4052.0, 4053.0, 4072.0, 4062.0, 4083.0, 4052.0, 4041.0, 4062.0, 4052.0, 4072.0, 4039.0, 4080.0, 4049.0, 4037.0, 4037.0, 4027.0, 4059.0, 4040.0, 4040.0, 4051.0, 4052.0, 4061.0, 4053.0, 4073.0, 4053.0, 4042.0, 4061.0, 4043.0, 4072.0, 4041.0, 4071.0, 4050.0, 4029.0, 4049.0, 4029.0, 4070.0, 4039.0, 4061.0, 4051.0, 4041.0, 4072.0, 4042.0, 4041.0, 4051.0, 4053.0, 4073.0, 4063.0, 4054.0, 4062.0, 4054.0, 4053.0, 4063.0, 4053.0, 4093.0, 4063.0, 4042.0, 4083.0, 4063.0, 4041.0, 4061.0, 4040.0, 4091.0, 4061.0, 4070.0, 4060.0, 4041.0, 4080.0, 4050.0, 4040.0, 4060.0, 4051.0, 4050.0, 4050.0, 4039.0, 4070.0, 4052.0, 4060.0, 4061.0, 4040.0, 4070.0, 4040.0, 4039.0, 4051.0, 4039.0, 4081.0, 4061.0, 4041.0, 4050.0, 4041.0, 4071.0, 4051.0, 4040.0, 4060.0, 4040.0, 4070.0, 4049.0, 4040.0, 4061.0, 4041.0, 4082.0, 4052.0, 4052.0, 4061.0, 4053.0, 4072.0, 4061.0, 4042.0, 4062.0, 4053.0, 4054.0, 4073.0, 4055.0, 4094.0, 4063.0, 4053.0, 4084.0, 4054.0, 4062.0, 4062.0, 4041.0, 4093.0, 4073.0, 4052.0, 4082.0, 4062.0, 4054.0, 4095.0, 4076.0, 4055.0, 4093.0, 4061.0, 4040.0, 4081.0, 4062.0, 4040.0, 4105.0, 4073.0, 4062.0, 4062.0, 4060.0, 4038.0, 4037.0, 4047.0, 4026.0, 4079.0, 4060.0, 4040.0, 4062.0, 4061.0, 4052.0, 4039.0, 4070.0, 4059.0, 4028.0, 4080.0, 4034.0, 4015.0, 4055.0, 4046.0, 4026.0, 4076.0, 4035.0, 4025.0, 4035.0, 4025.0, 4026.0, 4056.0, 4049.0, 4039.0, 4072.0, 4051.0, 4041.0, 4060.0, 4052.0, 4041.0, 4073.0, 4042.0, 4041.0, 4062.0, 4041.0, 4093.0, 4063.0, 4052.0, 4081.0, 4050.0, 4049.0, 4073.0, 4041.0, 4070.0, 4048.0, 4041.0, 4060.0, 4051.0, 4041.0, 4073.0, 4041.0, 4042.0, 4051.0], 'WindowWidth': [9219.0, 9118.0, 9160.0, 9093.0, 9070.0, 9044.0, 9052.0, 9048.0, 9034.0, 9035.0, 9075.0, 9038.0, 9036.0, 9078.0, 9050.0, 9049.0, 9030.0, 9046.0, 9075.0, 9052.0, 9050.0, 9065.0, 9054.0, 9079.0, 9037.0, 9046.0, 9035.0, 9029.0, 9077.0, 9033.0, 9031.0, 9031.0, 9050.0, 9075.0, 9052.0, 9054.0, 9038.0, 9058.0, 9058.0, 9059.0, 9076.0, 9090.0, 9049.0, 9056.0, 9074.0, 9060.0, 9105.0, 9074.0, 9103.0, 9057.0, 9055.0, 9054.0, 9059.0, 9086.0, 9056.0, 9061.0, 9072.0, 9075.0, 9074.0, 9076.0, 9062.0, 9078.0, 9083.0, 9075.0, 9080.0, 9081.0, 9110.0, 9082.0, 9082.0, 9066.0, 9063.0, 9089.0, 9078.0, 9063.0, 9064.0, 9066.0, 9088.0, 9076.0, 9078.0, 9067.0, 9083.0, 9096.0, 9085.0, 9080.0, 9100.0, 9088.0, 9101.0, 9100.0, 9088.0, 9128.0, 9085.0, 9078.0, 9080.0, 9065.0, 9123.0, 9080.0, 9083.0, 9064.0, 9060.0, 9104.0, 9081.0, 9064.0, 9102.0, 9059.0, 9074.0, 9043.0, 9072.0, 9055.0, 9075.0, 9063.0, 9105.0, 9061.0, 9077.0, 9063.0, 9063.0, 9073.0, 9062.0, 9098.0, 9059.0, 9059.0, 9070.0, 9059.0, 9059.0, 9059.0, 9062.0, 9101.0, 9060.0, 9062.0, 9076.0, 9062.0, 9064.0, 9075.0, 9062.0, 9104.0, 9082.0, 9045.0, 9077.0, 9065.0, 9104.0, 9060.0, 9042.0, 9073.0, 9056.0, 9097.0, 9071.0, 9038.0, 9084.0, 9055.0, 9052.0, 9036.0, 9055.0, 9082.0, 9039.0, 9043.0, 9071.0, 9056.0, 9058.0, 9077.0, 9060.0, 9115.0, 9043.0, 9026.0, 9070.0, 9045.0, 9083.0, 9053.0, 9041.0, 9068.0, 9028.0, 9056.0, 9070.0, 9041.0, 9042.0, 9044.0, 9060.0, 9071.0, 9061.0, 9050.0, 9121.0, 9063.0, 9063.0, 9090.0, 9063.0, 9060.0, 9094.0, 9068.0, 9064.0, 9076.0, 9063.0, 9061.0, 9045.0, 9048.0, 9106.0, 9065.0, 9031.0, 9088.0, 9062.0, 9049.0, 9078.0, 9049.0, 9066.0, 9105.0, 9065.0, 9063.0, 9065.0, 9064.0, 9119.0, 9075.0, 9044.0, 9087.0, 9046.0, 9068.0, 9025.0, 9039.0, 9082.0, 9055.0, 9052.0, 9041.0, 9039.0, 9066.0, 9040.0, 9022.0, 9054.0, 9040.0, 9055.0, 9044.0, 9044.0, 9059.0, 9034.0, 9051.0, 9077.0, 9065.0, 9067.0, 9064.0, 9067.0, 9122.0, 9096.0, 9052.0, 9108.0, 9066.0, 9034.0, 9077.0, 9049.0, 9079.0, 9065.0, 9070.0, 9082.0, 9051.0, 9068.0, 9143.0, 9113.0, 9066.0, 9107.0, 9063.0, 9063.0, 9116.0, 9060.0, 9043.0, 9105.0, 9045.0, 9045.0, 9084.0, 9060.0, 9044.0, 9102.0, 9025.0, 9022.0, 9066.0, 9054.0, 9023.0, 9048.0, 9022.0, 9022.0, 9049.0, 9027.0, 9010.0, 9069.0, 9044.0, 9032.0, 9057.0, 9043.0, 9027.0, 9100.0, 9073.0, 9034.0, 9086.0, 9040.0, 9061.0, 9096.0, 9038.0, 9039.0, 9106.0, 9024.0, 9030.0, 9014.0, 9071.0, 9057.0, 9039.0, 9079.0, 9004.0, 9021.0, 9052.0, 9052.0, 9025.0, 9027.0, 9042.0, 9034.0, 9049.0, 9109.0, 9067.0, 9070.0, 9095.0, 9054.0, 9071.0, 9081.0, 9043.0, 9069.0, 9090.0, 9059.0, 9031.0, 9128.0, 9087.0, 9049.0, 9061.0, 9025.0, 9024.0, 9064.0, 9039.0, 9019.0, 9069.0, 9087.0, 9045.0, 9030.0, 9054.0, 9029.0, 9026.0, 9038.0, 9040.0, 9028.0, 9040.0, 9012.0, 9093.0, 9067.0, 9029.0, 9093.0, 9042.0, 8992.0, 9031.0, 8987.0, 9022.0, 8984.0, 8968.0, 9011.0, 8972.0, 8985.0, 8986.0, 8973.0, 8973.0, 8989.0, 8994.0, 8997.0, 9001.0, 9019.0, 9020.0, 9022.0, 9025.0, 9096.0, 9025.0, 9044.0, 9055.0, 9024.0, 9020.0, 9037.0, 9041.0, 9085.0, 9023.0, 9028.0, 9040.0, 9028.0, 9060.0, 9032.0, 9029.0, 9086.0, 9016.0, 9031.0, 9058.0, 9049.0, 9068.0, 9063.0, 9053.0, 9076.0, 9049.0, 9083.0, 9061.0, 9043.0, 9087.0, 9042.0, 9081.0, 9020.0, 9022.0, 9068.0, 9021.0, 9050.0, 9022.0, 9024.0, 9033.0, 9024.0, 9024.0, 9040.0, 9025.0, 9082.0, 9028.0, 9027.0, 9041.0, 9027.0, 9054.0, 9011.0, 9030.0, 9052.0, 9043.0, 9030.0, 9087.0, 9047.0, 9045.0, 9044.0, 9044.0, 9066.0, 9041.0, 9037.0, 9057.0, 9025.0, 9083.0, 9037.0, 9022.0, 9040.0, 9024.0, 9091.0, 9032.0, 9022.0, 9032.0, 9025.0, 9025.0, 9050.0, 9042.0, 9032.0, 9029.0, 9022.0, 9055.0, 9046.0, 9057.0, 9040.0, 9031.0, 9068.0, 9042.0, 9026.0, 9067.0, 9025.0, 9034.0, 9021.0, 9020.0, 9050.0, 9028.0, 9023.0, 9038.0, 9023.0, 9064.0, 9039.0, 9054.0, 9036.0, 9022.0, 9063.0, 9024.0, 9006.0, 9037.0, 9026.0, 9055.0, 9025.0, 9025.0, 9027.0, 9026.0, 9071.0, 9030.0, 9031.0, 9045.0, 9049.0, 9068.0, 9044.0, 9046.0, 9090.0, 9062.0, 9032.0, 9073.0, 9049.0, 9061.0, 9069.0, 9072.0, 9120.0, 9059.0, 9046.0, 9074.0, 9043.0, 9044.0, 9040.0, 9028.0, 9079.0, 9037.0, 9023.0, 9064.0, 9041.0, 9025.0, 9053.0, 9027.0, 9028.0, 9036.0, 9013.0, 9027.0, 9042.0, 9045.0, 9072.0, 9033.0, 9027.0, 9057.0, 9046.0, 9087.0, 9045.0, 9041.0, 9039.0, 9024.0, 9063.0, 9042.0, 9023.0, 9038.0, 9029.0, 9015.0, 9048.0, 9054.0, 9051.0, 9052.0, 9053.0, 9093.0, 9053.0, 9067.0, 9095.0, 9050.0, 9087.0, 9060.0, 9061.0, 9047.0, 9028.0, 9084.0, 9042.0, 9038.0, 9042.0, 9026.0, 9086.0, 9056.0, 9029.0, 9081.0, 9045.0, 9041.0, 9060.0, 9046.0, 9051.0, 9067.0, 9057.0, 9089.0, 9046.0, 9045.0, 9090.0, 9044.0, 9029.0, 9042.0, 9043.0, 9066.0, 9041.0, 9027.0, 9100.0, 9056.0, 9045.0, 9085.0, 9060.0, 9047.0, 9057.0, 9043.0, 9097.0, 9074.0, 9037.0, 9052.0, 9022.0, 9078.0, 9031.0, 9017.0, 9045.0, 9033.0, 9015.0, 9028.0, 9017.0, 9029.0, 9001.0, 9002.0, 9060.0, 9036.0, 9021.0, 9022.0, 9009.0, 9042.0, 9024.0, 9042.0, 9046.0, 9074.0, 9062.0, 9049.0, 9090.0, 9036.0, 9102.0, 9044.0, 9060.0, 9049.0, 9018.0, 9076.0, 9031.0, 9018.0, 9046.0, 9025.0, 9021.0, 9022.0, 9023.0, 9092.0, 9038.0, 9024.0, 9067.0, 9027.0, 9023.0, 9041.0, 9024.0, 9084.0, 9034.0, 9005.0, 9050.0, 9036.0, 9022.0, 9050.0, 9037.0, 9021.0, 9077.0, 9005.0, 9019.0, 9047.0, 9022.0, 9016.0, 9019.0, 9020.0, 9092.0, 9034.0, 9021.0, 9068.0, 9024.0, 9022.0, 9047.0, 9022.0, 9021.0, 9062.0, 9019.0, 9025.0, 9027.0, 9039.0, 9045.0, 9099.0, 9056.0, 9047.0, 9100.0, 9044.0, 9041.0, 9067.0, 9040.0, 9024.0, 9093.0, 9050.0, 9004.0, 9042.0, 9019.0, 9019.0, 9030.0, 9018.0, 9017.0, 9060.0, 9016.0, 9020.0, 9025.0, 9025.0, 9042.0, 9045.0, 9061.0, 9063.0, 9065.0, 9063.0, 9064.0, 9104.0, 9045.0, 9050.0, 9055.0, 9035.0, 9077.0, 9048.0, 9022.0, 9023.0, 9037.0, 9036.0, 9061.0, 9036.0, 9027.0, 9063.0, 9035.0, 9024.0, 9042.0, 9015.0, 9002.0, 9090.0, 9031.0, 9015.0, 9041.0, 9016.0, 9015.0, 9032.0, 9038.0, 9025.0, 9055.0, 9026.0, 9039.0, 9041.0, 9029.0, 9098.0, 9057.0, 9025.0, 9053.0, 9019.0, 9060.0, 9035.0, 9046.0, 9046.0, 9018.0, 9032.0, 9020.0, 9020.0, 9048.0, 9038.0, 9023.0, 9077.0, 9021.0, 9039.0, 9052.0, 9039.0, 9023.0, 9083.0, 9042.0, 9024.0, 9052.0, 9025.0, 9025.0, 9065.0, 9039.0, 9018.0, 9018.0, 9005.0, 9015.0, 9035.0, 9021.0, 9023.0, 9051.0, 9026.0, 9043.0, 9041.0, 9029.0, 9040.0, 9098.0, 9055.0, 9027.0, 9055.0, 9040.0, 9040.0, 9052.0, 9043.0, 9042.0, 9067.0, 9053.0, 9026.0, 9035.0, 9036.0, 9021.0, 9094.0, 9051.0, 9022.0, 9078.0, 9034.0, 9006.0, 9050.0, 9024.0, 9047.0, 9031.0, 9004.0, 9016.0, 9020.0, 9023.0, 9045.0, 9025.0, 9039.0, 9095.0, 9041.0, 9041.0, 9071.0, 9045.0, 9043.0, 9058.0, 9028.0, 9083.0, 9039.0, 9065.0, 9058.0, 9022.0, 9049.0, 9020.0, 9072.0, 9029.0, 9017.0, 9043.0, 9021.0, 9032.0, 9038.0, 9022.0, 9048.0, 9025.0, 9037.0, 9041.0, 9040.0, 9080.0, 9042.0, 9026.0, 9038.0, 9040.0, 9067.0, 9037.0, 9037.0, 9048.0, 9024.0, 9066.0, 9041.0, 9038.0, 9037.0, 9022.0, 9063.0, 9026.0, 9024.0, 9039.0, 9025.0, 9081.0, 9039.0, 9023.0, 9036.0, 9023.0, 9063.0, 9039.0, 9078.0, 9047.0, 9021.0, 9050.0, 9026.0, 9043.0, 9044.0, 9045.0, 9070.0, 9056.0, 9084.0, 9042.0, 9027.0, 9056.0, 9045.0, 9068.0, 9020.0, 9074.0, 9031.0, 9014.0, 9014.0, 9003.0, 9046.0, 9023.0, 9024.0, 9040.0, 9044.0, 9055.0, 9049.0, 9072.0, 9046.0, 9029.0, 9054.0, 9030.0, 9068.0, 9028.0, 9064.0, 9036.0, 9008.0, 9033.0, 9006.0, 9060.0, 9021.0, 9052.0, 9041.0, 9026.0, 9067.0, 9030.0, 9028.0, 9042.0, 9045.0, 9072.0, 9059.0, 9049.0, 9059.0, 9051.0, 9046.0, 9061.0, 9045.0, 9100.0, 9059.0, 9031.0, 9085.0, 9060.0, 9026.0, 9053.0, 9024.0, 9092.0, 9053.0, 9062.0, 9049.0, 9025.0, 9076.0, 9035.0, 9022.0, 9049.0, 9039.0, 9036.0, 9035.0, 9021.0, 9062.0, 9040.0, 9051.0, 9052.0, 9021.0, 9062.0, 9024.0, 9020.0, 9039.0, 9021.0, 9079.0, 9051.0, 9027.0, 9037.0, 9026.0, 9067.0, 9038.0, 9022.0, 9048.0, 9022.0, 9063.0, 9036.0, 9023.0, 9054.0, 9028.0, 9081.0, 9043.0, 9042.0, 9054.0, 9045.0, 9070.0, 9055.0, 9030.0, 9057.0, 9048.0, 9050.0, 9073.0, 9054.0, 9103.0, 9061.0, 9046.0, 9086.0, 9046.0, 9055.0, 9057.0, 9028.0, 9099.0, 9073.0, 9042.0, 9083.0, 9056.0, 9049.0, 9105.0, 9082.0, 9052.0, 9099.0, 9051.0, 9024.0, 9079.0, 9054.0, 9024.0, 9119.0, 9071.0, 9056.0, 9055.0, 9048.0, 9019.0, 9016.0, 9028.0, 9000.0, 9072.0, 9050.0, 9025.0, 9057.0, 9056.0, 9046.0, 9022.0, 9061.0, 9046.0, 9001.0, 9073.0, 9007.0, 8981.0, 9032.0, 9021.0, 8996.0, 9064.0, 9006.0, 8994.0, 9006.0, 8995.0, 8999.0, 9041.0, 9034.0, 9023.0, 9066.0, 9039.0, 9027.0, 9050.0, 9043.0, 9026.0, 9071.0, 9028.0, 9027.0, 9055.0, 9025.0, 9098.0, 9058.0, 9040.0, 9077.0, 9034.0, 9032.0, 9072.0, 9026.0, 9062.0, 9032.0, 9027.0, 9049.0, 9041.0, 9027.0, 9073.0, 9027.0, 9027.0, 9037.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.0008548587570621469</td></tr>
<tr><td colspan=3>aqi</td><td>0.02924776252354049</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.64376719952872</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.187078606352498</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9784775922337416</td></tr>
<tr><td colspan=3>efc</td><td>0.4723</td></tr>
<tr><td colspan=3>fber</td><td>5631.0776</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07805902476743383</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0357815442561205</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3524179306371327</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2631552187694477</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5224615762234657</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.271636996918484</td></tr>
<tr><td colspan=3>gcor</td><td>0.00506515</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007244118023663759</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028706157580018044</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1062</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.044266799960598</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>21.2607</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.1619</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>167.9214</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301889.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>800.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>331.8508</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5307</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>542.5235</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3298.3124</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3443.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74655.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1277.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4341.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>851.3229</td></tr>
<tr><td colspan=3>tsnr</td><td>35.60260227997787</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>