<?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-0094_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-0094_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-0094_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-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0094/figures/sub-0094_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-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094/ses-03/func/sub-0094_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>5045a4b178b0d9810e1d356fb96bd4e7</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>19:22:19.342500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999338, -0.0304324, 0.0199377, 0.0314054, 0.998232, -0.0504603]</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.259</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.114476</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>[4251, -7895, -7078, 667, -36, -211, 343, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>233.758</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6b30addc-906c-48f6-9189-012621ded3f2||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6811506748199463, 0.08425851911306381, 0.04959040507674217, 107.64888000488281], [0.08164788782596588, 2.6781840324401855, -0.1378433108329773, -105.91764068603516], [0.053491368889808655, 0.13538138568401337, 2.6960229873657227, -39.465824127197266], [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': ['192219.342500', '192219.802500', '192220.262500', '192220.722500', '192221.182500', '192221.642500', '192222.102500', '192222.562500', '192223.022500', '192223.482500', '192223.942500', '192224.402500', '192224.862500', '192225.322500', '192225.782500', '192226.242500', '192226.702500', '192227.162500', '192227.622500', '192228.082500', '192228.542500', '192229.002500', '192229.462500', '192229.922500', '192230.382500', '192230.842500', '192231.302500', '192231.762500', '192232.222500', '192232.682500', '192233.142500', '192233.602500', '192234.062500', '192234.522500', '192234.982500', '192235.442500', '192235.902500', '192236.362500', '192236.822500', '192237.282500', '192237.742500', '192238.202500', '192238.662500', '192239.122500', '192239.582500', '192240.042500', '192240.502500', '192240.962500', '192241.422500', '192241.882500', '192242.342500', '192242.802500', '192243.262500', '192243.722500', '192244.182500', '192244.642500', '192245.102500', '192245.562500', '192246.022500', '192246.482500', '192246.942500', '192247.402500', '192247.862500', '192248.322500', '192248.782500', '192249.242500', '192249.702500', '192250.162500', '192250.622500', '192251.082500', '192251.542500', '192252.002500', '192252.462500', '192252.922500', '192253.382500', '192253.842500', '192254.302500', '192254.762500', '192255.222500', '192255.682500', '192256.142500', '192256.602500', '192257.062500', '192257.522500', '192257.982500', '192258.442500', '192258.902500', '192259.362500', '192259.822500', '192300.282500', '192300.742500', '192301.202500', '192301.662500', '192302.122500', '192302.582500', '192303.042500', '192303.502500', '192303.962500', '192304.422500', '192304.882500', '192305.342500', '192305.802500', '192306.262500', '192306.722500', '192307.182500', '192307.642500', '192308.102500', '192308.562500', '192309.022500', '192309.482500', '192309.942500', '192310.402500', '192310.862500', '192311.322500', '192311.782500', '192312.242500', '192312.702500', '192313.162500', '192313.622500', '192314.082500', '192314.542500', '192315.002500', '192315.462500', '192315.922500', '192316.382500', '192316.842500', '192317.302500', '192317.762500', '192318.222500', '192318.682500', '192319.142500', '192319.602500', '192320.062500', '192320.522500', '192320.982500', '192321.442500', '192321.902500', '192322.362500', '192322.822500', '192323.282500', '192323.742500', '192324.202500', '192324.662500', '192325.122500', '192325.582500', '192326.042500', '192326.502500', '192326.962500', '192327.422500', '192327.882500', '192328.342500', '192328.802500', '192329.262500', '192329.722500', '192330.182500', '192330.642500', '192331.102500', '192331.562500', '192332.022500', '192332.482500', '192332.942500', '192333.402500', '192333.862500', '192334.322500', '192334.782500', '192335.242500', '192335.702500', '192336.162500', '192336.622500', '192337.082500', '192337.542500', '192338.002500', '192338.462500', '192338.922500', '192339.382500', '192339.842500', '192340.302500', '192340.762500', '192341.222500', '192341.682500', '192342.142500', '192342.602500', '192343.062500', '192343.522500', '192343.982500', '192344.442500', '192344.902500', '192345.362500', '192345.822500', '192346.282500', '192346.742500', '192347.202500', '192347.662500', '192348.122500', '192348.582500', '192349.042500', '192349.502500', '192349.962500', '192350.422500', '192350.882500', '192351.342500', '192351.802500', '192352.262500', '192352.722500', '192353.182500', '192353.642500', '192354.102500', '192354.562500', '192355.022500', '192355.482500', '192355.942500', '192356.402500', '192356.862500', '192357.322500', '192357.782500', '192358.242500', '192358.702500', '192359.162500', '192359.622500', '192400.082500', '192400.542500', '192401.002500', '192401.462500', '192401.922500', '192402.382500', '192402.842500', '192403.302500', '192403.762500', '192404.222500', '192404.682500', '192405.142500', '192405.602500', '192406.062500', '192406.522500', '192406.982500', '192407.442500', '192407.902500', '192408.362500', '192408.822500', '192409.282500', '192409.742500', '192410.202500', '192410.662500', '192411.122500', '192411.582500', '192412.042500', '192412.502500', '192412.962500', '192413.422500', '192413.882500', '192414.342500', '192414.802500', '192415.262500', '192415.722500', '192416.182500', '192416.642500', '192417.102500', '192417.562500', '192418.022500', '192418.482500', '192418.942500', '192419.402500', '192419.862500', '192420.322500', '192420.782500', '192421.242500', '192421.702500', '192422.162500', '192422.622500', '192423.082500', '192423.542500', '192424.002500', '192424.462500', '192424.922500', '192425.382500', '192425.842500', '192426.302500', '192426.762500', '192427.222500', '192427.682500', '192428.142500', '192428.602500', '192429.062500', '192429.522500', '192429.982500', '192430.442500', '192430.902500', '192431.362500', '192431.822500', '192432.282500', '192432.742500', '192433.202500', '192433.662500', '192434.122500', '192434.582500', '192435.042500', '192435.502500', '192435.962500', '192436.422500', '192436.882500', '192437.342500', '192437.802500', '192438.262500', '192438.722500', '192439.182500', '192439.642500', '192440.102500', '192440.562500', '192441.022500', '192441.482500', '192441.942500', '192442.402500', '192442.862500', '192443.322500', '192443.782500', '192444.242500', '192444.702500', '192445.162500', '192445.622500', '192446.082500', '192446.542500', '192447.002500', '192447.462500', '192447.922500', '192448.382500', '192448.842500', '192449.302500', '192449.762500', '192450.222500', '192450.682500', '192451.142500', '192451.602500', '192452.062500', '192452.522500', '192452.982500', '192453.442500', '192453.902500', '192454.362500', '192454.822500', '192455.282500', '192455.742500', '192456.202500', '192456.662500', '192457.122500', '192457.582500', '192458.042500', '192458.502500', '192458.962500', '192459.422500', '192459.882500', '192500.342500', '192500.802500', '192501.262500', '192501.722500', '192502.182500', '192502.642500', '192503.102500', '192503.562500', '192504.022500', '192504.482500', '192504.942500', '192505.402500', '192505.862500', '192506.322500', '192506.782500', '192507.242500', '192507.702500', '192508.162500', '192508.622500', '192509.082500', '192509.542500', '192510.002500', '192510.462500', '192510.922500', '192511.382500', '192511.842500', '192512.302500', '192512.762500', '192513.222500', '192513.682500', '192514.142500', '192514.602500', '192515.062500', '192515.522500', '192515.982500', '192516.442500', '192516.902500', '192517.362500', '192517.822500', '192518.282500', '192518.742500', '192519.202500', '192519.662500', '192520.122500', '192520.582500', '192521.042500', '192521.502500', '192521.962500', '192522.422500', '192522.882500', '192523.342500', '192523.802500', '192524.262500', '192524.722500', '192525.182500', '192525.642500', '192526.102500', '192526.562500', '192527.022500', '192527.482500', '192527.942500', '192528.402500', '192528.862500', '192529.322500', '192529.782500', '192530.242500', '192530.702500', '192531.162500', '192531.622500', '192532.082500', '192532.542500', '192533.002500', '192533.462500', '192533.922500', '192534.382500', '192534.842500', '192535.302500', '192535.762500', '192536.222500', '192536.682500', '192537.142500', '192537.602500', '192538.062500', '192538.522500', '192538.982500', '192539.442500', '192539.902500', '192540.362500', '192540.822500', '192541.282500', '192541.742500', '192542.202500', '192542.662500', '192543.122500', '192543.582500', '192544.042500', '192544.502500', '192544.962500', '192545.422500', '192545.882500', '192546.342500', '192546.802500', '192547.262500', '192547.722500', '192548.182500', '192548.642500', '192549.102500', '192549.562500', '192550.022500', '192550.482500', '192550.942500', '192551.402500', '192551.862500', '192552.322500', '192552.782500', '192553.242500', '192553.702500', '192554.162500', '192554.622500', '192555.082500', '192555.542500', '192556.002500', '192556.462500', '192556.922500', '192557.382500', '192557.842500', '192558.302500', '192558.762500', '192559.222500', '192559.682500', '192600.142500', '192600.602500', '192601.062500', '192601.522500', '192601.982500', '192602.442500', '192602.902500', '192603.362500', '192603.822500', '192604.282500', '192604.742500', '192605.202500', '192605.662500', '192606.122500', '192606.582500', '192607.042500', '192607.502500', '192607.962500', '192608.422500', '192608.882500', '192609.342500', '192609.802500', '192610.262500', '192610.722500', '192611.182500', '192611.642500', '192612.102500', '192612.562500', '192613.022500', '192613.482500', '192613.942500', '192614.402500', '192614.862500', '192615.322500', '192615.782500', '192616.242500', '192616.702500', '192617.162500', '192617.622500', '192618.082500', '192618.542500', '192619.002500', '192619.462500', '192619.922500', '192620.382500', '192620.842500', '192621.302500', '192621.762500', '192622.222500', '192622.682500', '192623.142500', '192623.602500', '192624.062500', '192624.522500', '192624.982500', '192625.442500', '192625.902500', '192626.362500', '192626.822500', '192627.282500', '192627.742500', '192628.202500', '192628.662500', '192629.122500', '192629.582500', '192630.042500', '192630.502500', '192630.962500', '192631.422500', '192631.882500', '192632.342500', '192632.802500', '192633.262500', '192633.722500', '192634.182500', '192634.642500', '192635.102500', '192635.562500', '192636.022500', '192636.482500', '192636.942500', '192637.402500', '192637.862500', '192638.322500', '192638.782500', '192639.242500', '192639.702500', '192640.162500', '192640.622500', '192641.082500', '192641.542500', '192642.002500', '192642.462500', '192642.922500', '192643.382500', '192643.842500', '192644.302500', '192644.762500', '192645.222500', '192645.682500', '192646.142500', '192646.602500', '192647.062500', '192647.522500', '192647.982500', '192648.442500', '192648.902500', '192649.362500', '192649.822500', '192650.282500', '192650.742500', '192651.202500', '192651.662500', '192652.122500', '192652.582500', '192653.042500', '192653.502500', '192653.962500', '192654.422500', '192654.882500', '192655.342500', '192655.802500', '192656.262500', '192656.722500', '192657.182500', '192657.642500', '192658.102500', '192658.562500', '192659.022500', '192659.482500', '192659.942500', '192700.402500', '192700.862500', '192701.322500', '192701.782500', '192702.242500', '192702.702500', '192703.162500', '192703.622500', '192704.082500', '192704.542500', '192705.002500', '192705.462500', '192705.922500', '192706.382500', '192706.842500', '192707.302500', '192707.762500', '192708.222500', '192708.682500', '192709.142500', '192709.602500', '192710.062500', '192710.522500', '192710.982500', '192711.442500', '192711.902500', '192712.362500', '192712.822500', '192713.282500', '192713.742500', '192714.202500', '192714.662500', '192715.122500', '192715.582500', '192716.042500', '192716.502500', '192716.962500', '192717.422500', '192717.882500', '192718.342500', '192718.802500', '192719.262500', '192719.722500', '192720.182500', '192720.642500', '192721.102500', '192721.562500', '192722.022500', '192722.482500', '192722.942500', '192723.402500', '192723.862500', '192724.322500', '192724.782500', '192725.242500', '192725.702500', '192726.162500', '192726.622500', '192727.082500', '192727.542500', '192728.002500', '192728.462500', '192728.922500', '192729.382500', '192729.842500', '192730.302500', '192730.762500', '192731.222500', '192731.682500', '192732.142500', '192732.602500', '192733.062500', '192733.522500', '192733.982500', '192734.442500', '192734.902500', '192735.362500', '192735.822500', '192736.282500', '192736.742500', '192737.202500', '192737.662500', '192738.122500', '192738.582500', '192739.042500', '192739.502500', '192739.962500', '192740.422500', '192740.882500', '192741.342500', '192741.802500', '192742.262500', '192742.722500', '192743.182500', '192743.642500', '192744.102500', '192744.562500', '192745.022500', '192745.482500', '192745.942500', '192746.402500', '192746.862500', '192747.322500', '192747.782500', '192748.242500', '192748.702500', '192749.162500', '192749.622500', '192750.082500', '192750.542500', '192751.002500', '192751.462500', '192751.922500', '192752.382500', '192752.842500', '192753.302500', '192753.762500', '192754.222500', '192754.682500', '192755.142500', '192755.602500', '192756.062500', '192756.522500', '192756.982500', '192757.442500', '192757.902500', '192758.362500', '192758.822500', '192759.282500', '192759.742500', '192800.202500', '192800.662500', '192801.122500', '192801.582500', '192802.042500', '192802.502500', '192802.962500', '192803.422500', '192803.882500', '192804.342500', '192804.802500', '192805.262500', '192805.722500', '192806.182500', '192806.642500', '192807.102500', '192807.562500', '192808.022500', '192808.482500', '192808.942500', '192809.402500', '192809.862500', '192810.322500', '192810.782500', '192811.242500', '192811.702500', '192812.162500', '192812.622500', '192813.082500', '192813.542500', '192814.002500', '192814.462500', '192814.922500', '192815.382500', '192815.842500', '192816.302500', '192816.762500', '192817.222500', '192817.682500', '192818.142500', '192818.602500', '192819.062500', '192819.522500', '192819.982500', '192820.442500', '192820.902500', '192821.362500', '192821.822500', '192822.282500', '192822.742500', '192823.202500', '192823.662500', '192824.122500', '192824.582500', '192825.042500', '192825.502500', '192825.962500', '192826.422500', '192826.882500', '192827.342500', '192827.802500', '192828.262500', '192828.722500', '192829.182500', '192829.642500', '192830.102500', '192830.562500', '192831.022500', '192831.482500', '192831.942500', '192832.402500', '192832.862500', '192833.322500', '192833.782500', '192834.242500', '192834.702500', '192835.162500', '192835.622500', '192836.082500', '192836.542500', '192837.002500', '192837.462500', '192837.922500', '192838.382500', '192838.842500', '192839.302500', '192839.762500', '192840.222500', '192840.682500', '192841.142500', '192841.602500', '192842.062500', '192842.522500', '192842.982500', '192843.442500', '192843.902500', '192844.362500', '192844.822500', '192845.282500', '192845.742500', '192846.202500', '192846.662500', '192847.122500', '192847.582500', '192848.042500', '192848.502500', '192848.962500', '192849.422500', '192849.882500', '192850.342500', '192850.802500', '192851.262500', '192851.722500', '192852.182500', '192852.642500', '192853.102500', '192853.562500', '192854.022500', '192854.482500', '192854.942500', '192855.402500', '192855.862500', '192856.322500', '192856.782500', '192857.242500', '192857.702500', '192858.162500', '192858.622500', '192859.082500', '192859.542500', '192900.002500', '192900.462500', '192900.922500', '192901.382500', '192901.842500', '192902.302500', '192902.762500', '192903.222500', '192903.682500', '192904.142500', '192904.602500', '192905.062500', '192905.522500', '192905.982500', '192906.442500', '192906.902500', '192907.362500', '192907.822500', '192908.282500', '192908.742500', '192909.202500', '192909.662500', '192910.122500', '192910.582500', '192911.042500', '192911.502500', '192911.962500', '192912.422500', '192912.882500', '192913.342500', '192913.802500', '192914.262500', '192914.722500', '192915.182500', '192915.642500', '192916.102500', '192916.562500', '192917.022500', '192917.482500', '192917.942500', '192918.402500', '192918.862500', '192919.322500', '192919.782500', '192920.242500', '192920.702500', '192921.162500', '192921.622500', '192922.082500', '192922.542500', '192923.002500', '192923.462500', '192923.922500', '192924.382500', '192924.842500', '192925.302500', '192925.762500', '192926.222500', '192926.682500', '192927.142500', '192927.602500', '192928.062500', '192928.522500', '192928.982500', '192929.442500', '192929.902500', '192930.362500', '192930.822500', '192931.282500', '192931.742500', '192932.202500', '192932.662500', '192933.122500', '192933.582500', '192934.042500', '192934.502500', '192934.962500', '192935.422500', '192935.882500', '192936.342500', '192936.802500', '192937.262500', '192937.722500', '192938.182500', '192938.642500', '192939.102500', '192939.562500', '192940.022500', '192940.482500', '192940.942500', '192941.402500', '192941.862500', '192942.322500', '192942.782500', '192943.242500', '192943.702500', '192944.162500', '192944.622500', '192945.082500', '192945.542500', '192946.002500', '192946.462500', '192946.922500', '192947.382500', '192947.842500', '192948.302500', '192948.762500', '192949.222500', '192949.682500', '192950.142500', '192950.602500', '192951.062500', '192951.522500', '192951.982500', '192952.442500', '192952.902500', '192953.362500', '192953.822500', '192954.282500', '192954.742500', '192955.202500', '192955.662500', '192956.122500', '192956.582500', '192957.042500', '192957.502500', '192957.962500', '192958.422500', '192958.882500', '192959.342500', '192959.802500', '193000.262500', '193000.722500', '193001.182500', '193001.642500', '193002.102500', '193002.562500', '193003.022500', '193003.482500', '193003.942500', '193004.402500', '193004.862500', '193005.322500', '193005.782500', '193006.242500', '193006.702500', '193007.162500', '193007.622500', '193008.082500', '193008.542500', '193009.002500', '193009.462500', '193009.922500', '193010.382500', '193010.842500', '193011.302500', '193011.762500', '193012.222500', '193012.682500', '193013.142500', '193013.602500', '193014.062500', '193014.522500', '193014.982500', '193015.442500', '193015.902500', '193016.362500', '193016.822500', '193017.282500', '193017.742500', '193018.202500', '193018.662500', '193019.122500', '193019.582500', '193020.042500', '193020.502500', '193020.962500', '193021.422500', '193021.882500', '193022.342500', '193022.802500', '193023.262500', '193023.722500', '193024.182500', '193024.642500', '193025.102500', '193025.562500', '193026.022500', '193026.482500', '193026.942500', '193027.402500', '193027.862500', '193028.322500', '193028.782500'], 'ContentTime': ['192240.887000', '192240.894000', '192240.896000', '192240.899000', '192240.902000', '192240.904000', '192240.907000', '192240.909000', '192240.912000', '192240.914000', '192240.917000', '192240.919000', '192240.922000', '192240.929000', '192240.932000', '192240.934000', '192240.937000', '192240.939000', '192240.942000', '192240.944000', '192240.947000', '192240.950000', '192240.952000', '192240.955000', '192240.958000', '192240.960000', '192240.963000', '192240.966000', '192240.968000', '192240.971000', '192240.973000', '192240.976000', '192240.978000', '192240.981000', '192240.983000', '192240.986000', '192240.989000', '192240.991000', '192240.994000', '192240.996000', '192240.999000', '192241.001000', '192241.004000', '192300.858000', '192300.860000', '192300.863000', '192300.865000', '192300.868000', '192300.871000', '192300.873000', '192300.876000', '192300.878000', '192300.881000', '192300.883000', '192300.886000', '192300.889000', '192300.891000', '192300.894000', '192300.896000', '192300.899000', '192300.901000', '192300.904000', '192300.906000', '192300.909000', '192300.912000', '192300.914000', '192300.917000', '192300.919000', '192300.922000', '192300.924000', '192300.927000', '192300.930000', '192300.932000', '192300.935000', '192300.937000', '192300.940000', '192300.942000', '192300.945000', '192300.947000', '192300.950000', '192300.952000', '192300.955000', '192300.957000', '192300.960000', '192300.962000', '192300.968000', '192300.970000', '192320.858000', '192320.860000', '192320.863000', '192320.865000', '192320.868000', '192320.871000', '192320.873000', '192320.876000', '192320.878000', '192320.881000', '192320.883000', '192320.897000', '192320.900000', '192320.903000', '192320.905000', '192320.908000', '192320.910000', '192320.913000', '192320.916000', '192320.918000', '192320.921000', '192320.923000', '192320.926000', '192320.928000', '192320.931000', '192320.933000', '192320.936000', '192320.939000', '192320.941000', '192320.944000', '192320.946000', '192320.949000', '192320.951000', '192320.954000', '192320.956000', '192320.959000', '192320.962000', '192320.964000', '192320.967000', '192320.969000', '192320.972000', '192320.975000', '192320.978000', '192340.857000', '192340.860000', '192340.863000', '192340.866000', '192340.868000', '192340.871000', '192340.874000', '192340.876000', '192340.879000', '192340.881000', '192340.884000', '192340.887000', '192340.889000', '192340.892000', '192340.894000', '192340.897000', '192340.899000', '192340.902000', '192340.904000', '192340.907000', '192340.910000', '192340.912000', '192340.915000', '192340.917000', '192340.920000', '192340.922000', '192340.925000', '192340.927000', '192340.930000', '192340.932000', '192340.935000', '192340.938000', '192340.945000', '192340.947000', '192340.950000', '192340.953000', '192340.955000', '192340.958000', '192340.960000', '192340.963000', '192340.965000', '192340.968000', '192340.970000', '192340.973000', '192400.858000', '192400.860000', '192400.863000', '192400.866000', '192400.868000', '192400.871000', '192400.873000', '192400.876000', '192400.879000', '192400.881000', '192400.884000', '192400.886000', '192400.889000', '192400.891000', '192400.894000', '192400.897000', '192400.899000', '192400.902000', '192400.904000', '192400.907000', '192400.909000', '192400.912000', '192400.915000', '192400.917000', '192400.920000', '192400.922000', '192400.925000', '192400.927000', '192400.930000', '192400.933000', '192400.935000', '192400.938000', '192400.940000', '192400.943000', '192400.945000', '192400.948000', '192400.950000', '192400.953000', '192400.956000', '192400.958000', '192400.961000', '192400.963000', '192400.966000', '192420.857000', '192420.860000', '192420.863000', '192420.866000', '192420.868000', '192420.871000', '192420.873000', '192420.876000', '192420.878000', '192420.881000', '192420.884000', '192420.886000', '192420.889000', '192420.891000', '192420.894000', '192420.897000', '192420.899000', '192420.902000', '192420.904000', '192420.907000', '192420.910000', '192420.912000', '192420.915000', '192420.917000', '192420.920000', '192420.922000', '192420.925000', '192420.928000', '192420.930000', '192420.933000', '192420.935000', '192420.938000', '192420.940000', '192420.943000', '192420.946000', '192420.948000', '192420.954000', '192420.956000', '192420.959000', '192420.961000', '192420.964000', '192420.967000', '192420.969000', '192420.972000', '192440.859000', '192440.861000', '192440.864000', '192440.867000', '192440.869000', '192440.872000', '192440.874000', '192440.877000', '192440.880000', '192440.882000', '192440.885000', '192440.887000', '192440.890000', '192440.892000', '192440.895000', '192440.898000', '192440.900000', '192440.903000', '192440.905000', '192440.908000', '192440.910000', '192440.913000', '192440.916000', '192440.918000', '192440.921000', '192440.923000', '192440.926000', '192440.928000', '192440.931000', '192440.934000', '192440.936000', '192440.939000', '192440.941000', '192440.944000', '192440.946000', '192440.949000', '192440.951000', '192440.954000', '192440.957000', '192440.959000', '192440.962000', '192440.964000', '192440.967000', '192500.859000', '192500.863000', '192500.865000', '192500.868000', '192500.870000', '192500.873000', '192500.875000', '192500.878000', '192500.881000', '192500.883000', '192500.886000', '192500.888000', '192500.891000', '192500.894000', '192500.896000', '192500.899000', '192500.901000', '192500.904000', '192500.906000', '192500.909000', '192500.912000', '192500.926000', '192500.929000', '192500.931000', '192500.934000', '192500.937000', '192500.939000', '192500.942000', '192500.944000', '192500.947000', '192500.950000', '192500.952000', '192500.955000', '192500.957000', '192500.960000', '192500.962000', '192500.965000', '192500.968000', '192500.970000', '192500.973000', '192500.975000', '192500.978000', '192500.981000', '192500.983000', '192520.858000', '192520.860000', '192520.863000', '192520.866000', '192520.868000', '192520.871000', '192520.873000', '192520.876000', '192520.878000', '192520.881000', '192520.884000', '192520.886000', '192520.889000', '192520.891000', '192520.894000', '192520.897000', '192520.899000', '192520.902000', '192520.904000', '192520.907000', '192520.909000', '192520.912000', '192520.915000', '192520.917000', '192520.920000', '192520.922000', '192520.925000', '192520.927000', '192520.930000', '192520.933000', '192520.935000', '192520.938000', '192520.940000', '192520.943000', '192520.945000', '192520.948000', '192520.951000', '192520.953000', '192520.956000', '192520.958000', '192520.961000', '192520.964000', '192520.966000', '192540.858000', '192540.860000', '192540.863000', '192540.866000', '192540.868000', '192540.871000', '192540.874000', '192540.876000', '192540.879000', '192540.881000', '192540.884000', '192540.887000', '192540.889000', '192540.892000', '192540.894000', '192540.897000', '192540.899000', '192540.902000', '192540.904000', '192540.907000', '192540.910000', '192540.912000', '192540.915000', '192540.917000', '192540.920000', '192540.923000', '192540.925000', '192540.928000', '192540.930000', '192540.933000', '192540.935000', '192540.938000', '192540.941000', '192540.943000', '192540.946000', '192540.948000', '192540.951000', '192540.953000', '192540.956000', '192540.959000', '192540.961000', '192540.964000', '192540.966000', '192540.969000', '192600.858000', '192600.861000', '192600.863000', '192600.866000', '192600.868000', '192600.871000', '192600.874000', '192600.876000', '192600.879000', '192600.882000', '192600.884000', '192600.887000', '192600.889000', '192600.892000', '192600.894000', '192600.897000', '192600.900000', '192600.902000', '192600.905000', '192600.907000', '192600.910000', '192600.913000', '192600.915000', '192600.918000', '192600.921000', '192600.923000', '192600.926000', '192600.928000', '192600.931000', '192600.934000', '192600.936000', '192600.939000', '192600.942000', '192600.944000', '192600.947000', '192600.949000', '192600.952000', '192600.955000', '192600.957000', '192600.960000', '192600.962000', '192600.965000', '192600.968000', '192620.857000', '192620.860000', '192620.863000', '192620.866000', '192620.868000', '192620.871000', '192620.873000', '192620.876000', '192620.879000', '192620.881000', '192620.884000', '192620.886000', '192620.889000', '192620.891000', '192620.894000', '192620.896000', '192620.900000', '192620.903000', '192620.906000', '192620.908000', '192620.911000', '192620.914000', '192620.916000', '192620.919000', '192620.921000', '192620.924000', '192620.926000', '192620.929000', '192620.931000', '192620.934000', '192620.937000', '192620.939000', '192620.942000', '192620.944000', '192620.947000', '192620.950000', '192620.952000', '192620.955000', '192620.958000', '192620.960000', '192620.963000', '192620.965000', '192620.968000', '192620.970000', '192640.857000', '192640.860000', '192640.871000', '192640.874000', '192640.877000', '192640.879000', '192640.882000', '192640.885000', '192640.887000', '192640.890000', '192640.892000', '192640.895000', '192640.897000', '192640.900000', '192640.902000', '192640.905000', '192640.908000', '192640.910000', '192640.913000', '192640.915000', '192640.918000', '192640.921000', '192640.923000', '192640.926000', '192640.928000', '192640.931000', '192640.933000', '192640.936000', '192640.938000', '192640.941000', '192640.944000', '192640.946000', '192640.949000', '192640.951000', '192640.954000', '192640.957000', '192640.959000', '192640.962000', '192640.964000', '192640.967000', '192640.969000', '192640.972000', '192640.974000', '192700.859000', '192700.862000', '192700.865000', '192700.868000', '192700.871000', '192700.873000', '192700.876000', '192700.879000', '192700.881000', '192700.884000', '192700.886000', '192700.889000', '192700.891000', '192700.894000', '192700.897000', '192700.899000', '192700.902000', '192700.904000', '192700.907000', '192700.910000', '192700.912000', '192700.915000', '192700.917000', '192700.920000', '192700.922000', '192700.925000', '192700.928000', '192700.930000', '192700.933000', '192700.935000', '192700.938000', '192700.941000', '192700.943000', '192700.946000', '192700.949000', '192700.951000', '192700.954000', '192700.956000', '192700.959000', '192700.961000', '192700.964000', '192700.966000', '192700.969000', '192720.858000', '192720.861000', '192720.864000', '192720.866000', '192720.869000', '192720.872000', '192720.874000', '192720.877000', '192720.879000', '192720.882000', '192720.884000', '192720.887000', '192720.890000', '192720.892000', '192720.895000', '192720.897000', '192720.900000', '192720.902000', '192720.905000', '192720.908000', '192720.910000', '192720.913000', '192720.915000', '192720.918000', '192720.920000', '192720.923000', '192720.925000', '192720.928000', '192720.931000', '192720.933000', '192720.936000', '192720.938000', '192720.941000', '192720.944000', '192720.946000', '192720.949000', '192720.951000', '192720.954000', '192720.956000', '192720.959000', '192720.962000', '192720.964000', '192720.967000', '192720.969000', '192740.858000', '192740.861000', '192740.863000', '192740.866000', '192740.868000', '192740.871000', '192740.874000', '192740.876000', '192740.879000', '192740.882000', '192740.884000', '192740.887000', '192740.889000', '192740.892000', '192740.895000', '192740.897000', '192740.900000', '192740.902000', '192740.905000', '192740.908000', '192740.910000', '192740.913000', '192740.915000', '192740.918000', '192740.920000', '192740.923000', '192740.926000', '192740.928000', '192740.931000', '192740.933000', '192740.936000', '192740.939000', '192740.944000', '192740.947000', '192740.949000', '192740.952000', '192740.955000', '192740.957000', '192740.960000', '192740.962000', '192740.965000', '192740.967000', '192740.970000', '192800.858000', '192800.860000', '192800.863000', '192800.866000', '192800.868000', '192800.871000', '192800.874000', '192800.876000', '192800.879000', '192800.881000', '192800.884000', '192800.886000', '192800.889000', '192800.892000', '192800.905000', '192800.907000', '192800.910000', '192800.913000', '192800.915000', '192800.918000', '192800.920000', '192800.923000', '192800.926000', '192800.928000', '192800.931000', '192800.933000', '192800.936000', '192800.938000', '192800.941000', '192800.944000', '192800.946000', '192800.949000', '192800.952000', '192800.954000', '192800.957000', '192800.959000', '192800.962000', '192800.964000', '192800.967000', '192800.969000', '192800.972000', '192800.975000', '192800.977000', '192800.980000', '192820.858000', '192820.861000', '192820.863000', '192820.866000', '192820.869000', '192820.871000', '192820.874000', '192820.876000', '192820.879000', '192820.881000', '192820.884000', '192820.886000', '192820.889000', '192820.892000', '192820.894000', '192820.897000', '192820.899000', '192820.902000', '192820.905000', '192820.907000', '192820.910000', '192820.912000', '192820.915000', '192820.917000', '192820.920000', '192820.923000', '192820.925000', '192820.928000', '192820.930000', '192820.933000', '192820.936000', '192820.938000', '192820.941000', '192820.943000', '192820.946000', '192820.949000', '192820.951000', '192820.954000', '192820.956000', '192820.959000', '192820.961000', '192820.964000', '192820.967000', '192840.858000', '192840.861000', '192840.863000', '192840.866000', '192840.868000', '192840.871000', '192840.874000', '192840.876000', '192840.879000', '192840.881000', '192840.884000', '192840.886000', '192840.889000', '192840.892000', '192840.894000', '192840.897000', '192840.899000', '192840.902000', '192840.904000', '192840.907000', '192840.909000', '192840.912000', '192840.915000', '192840.917000', '192840.920000', '192840.922000', '192840.925000', '192840.927000', '192840.930000', '192840.933000', '192840.935000', '192840.938000', '192840.940000', '192840.943000', '192840.945000', '192840.948000', '192840.951000', '192840.953000', '192840.956000', '192840.958000', '192840.961000', '192840.964000', '192840.966000', '192840.969000', '192900.857000', '192900.861000', '192900.863000', '192900.866000', '192900.868000', '192900.871000', '192900.874000', '192900.876000', '192900.879000', '192900.881000', '192900.884000', '192900.887000', '192900.889000', '192900.892000', '192900.895000', '192900.897000', '192900.900000', '192900.902000', '192900.905000', '192900.907000', '192900.910000', '192900.913000', '192900.915000', '192900.918000', '192900.920000', '192900.923000', '192900.926000', '192900.928000', '192900.931000', '192900.933000', '192900.936000', '192900.938000', '192900.941000', '192900.944000', '192900.947000', '192900.950000', '192900.953000', '192900.956000', '192900.958000', '192900.961000', '192900.964000', '192900.966000', '192900.969000', '192920.858000', '192920.861000', '192920.864000', '192920.867000', '192920.869000', '192920.872000', '192920.874000', '192920.877000', '192920.880000', '192920.882000', '192920.885000', '192920.887000', '192920.890000', '192920.892000', '192920.895000', '192920.898000', '192920.900000', '192920.903000', '192920.905000', '192920.908000', '192920.910000', '192920.913000', '192920.916000', '192920.918000', '192920.931000', '192920.934000', '192920.936000', '192920.939000', '192920.941000', '192920.944000', '192920.947000', '192920.949000', '192920.952000', '192920.954000', '192920.957000', '192920.959000', '192920.962000', '192920.965000', '192920.967000', '192920.970000', '192920.972000', '192920.975000', '192920.978000', '192920.980000', '192940.859000', '192940.862000', '192940.864000', '192940.867000', '192940.870000', '192940.872000', '192940.875000', '192940.877000', '192940.880000', '192940.882000', '192940.885000', '192940.888000', '192940.891000', '192940.894000', '192940.897000', '192940.900000', '192940.902000', '192940.905000', '192940.908000', '192940.910000', '192940.913000', '192940.915000', '192940.918000', '192940.920000', '192940.923000', '192940.926000', '192940.928000', '192940.931000', '192940.933000', '192940.936000', '192940.939000', '192940.941000', '192940.944000', '192940.946000', '192940.949000', '192940.951000', '192940.954000', '192940.957000', '192940.959000', '192940.962000', '192940.964000', '192940.967000', '192940.970000', '193000.858000', '193000.861000', '193000.863000', '193000.866000', '193000.869000', '193000.871000', '193000.874000', '193000.876000', '193000.879000', '193000.882000', '193000.884000', '193000.887000', '193000.889000', '193000.892000', '193000.895000', '193000.897000', '193000.900000', '193000.902000', '193000.905000', '193000.907000', '193000.910000', '193000.913000', '193000.915000', '193000.918000', '193000.920000', '193000.923000', '193000.925000', '193000.928000', '193000.930000', '193000.933000', '193000.936000', '193000.938000', '193000.941000', '193000.943000', '193000.946000', '193000.948000', '193000.951000', '193000.954000', '193000.956000', '193000.959000', '193000.961000', '193000.964000', '193000.967000', '193000.969000', '193020.858000', '193020.860000', '193020.863000', '193020.866000', '193020.868000', '193020.871000', '193020.873000', '193020.876000', '193020.879000', '193020.881000', '193020.884000', '193020.887000', '193020.889000', '193020.892000', '193020.894000', '193020.897000', '193020.899000', '193020.902000', '193020.905000', '193020.907000', '193020.910000', '193020.912000', '193020.915000', '193020.918000', '193020.920000', '193020.923000', '193020.925000', '193020.928000', '193020.930000', '193020.933000', '193020.936000', '193020.938000', '193020.941000', '193020.943000', '193020.946000', '193020.948000', '193020.951000', '193020.954000', '193020.956000', '193020.959000', '193020.961000', '193020.964000', '193020.967000', '193030.635000', '193030.638000', '193030.641000', '193030.643000', '193030.646000', '193030.649000', '193030.651000', '193030.654000', '193030.656000', '193030.659000', '193030.662000', '193030.664000', '193030.667000', '193030.670000', '193030.672000', '193030.675000', '193030.677000', '193030.680000', '193030.682000', '193030.685000', '193030.688000', '193030.690000'], 'InstanceCreationTime': ['192240.887000', '192240.894000', '192240.896000', '192240.899000', '192240.902000', '192240.904000', '192240.907000', '192240.909000', '192240.912000', '192240.914000', '192240.917000', '192240.919000', '192240.922000', '192240.929000', '192240.932000', '192240.934000', '192240.937000', '192240.939000', '192240.942000', '192240.944000', '192240.947000', '192240.950000', '192240.952000', '192240.955000', '192240.958000', '192240.960000', '192240.963000', '192240.966000', '192240.968000', '192240.971000', '192240.973000', '192240.976000', '192240.978000', '192240.981000', '192240.983000', '192240.986000', '192240.989000', '192240.991000', '192240.994000', '192240.996000', '192240.999000', '192241.001000', '192241.004000', '192300.858000', '192300.860000', '192300.863000', '192300.865000', '192300.868000', '192300.871000', '192300.873000', '192300.876000', '192300.878000', '192300.881000', '192300.883000', '192300.886000', '192300.889000', '192300.891000', '192300.894000', '192300.896000', '192300.899000', '192300.901000', '192300.904000', '192300.906000', '192300.909000', '192300.912000', '192300.914000', '192300.917000', '192300.919000', '192300.922000', '192300.924000', '192300.927000', '192300.930000', '192300.932000', '192300.935000', '192300.937000', '192300.940000', '192300.942000', '192300.945000', '192300.947000', '192300.950000', '192300.952000', '192300.955000', '192300.957000', '192300.960000', '192300.962000', '192300.968000', '192300.970000', '192320.858000', '192320.860000', '192320.863000', '192320.865000', '192320.868000', '192320.871000', '192320.873000', '192320.876000', '192320.878000', '192320.881000', '192320.883000', '192320.897000', '192320.900000', '192320.903000', '192320.905000', '192320.908000', '192320.910000', '192320.913000', '192320.916000', '192320.918000', '192320.921000', '192320.923000', '192320.926000', '192320.928000', '192320.931000', '192320.933000', '192320.936000', '192320.939000', '192320.941000', '192320.944000', '192320.946000', '192320.949000', '192320.951000', '192320.954000', '192320.956000', '192320.959000', '192320.962000', '192320.964000', '192320.967000', '192320.969000', '192320.972000', '192320.975000', '192320.978000', '192340.857000', '192340.860000', '192340.863000', '192340.866000', '192340.868000', '192340.871000', '192340.874000', '192340.876000', '192340.879000', '192340.881000', '192340.884000', '192340.887000', '192340.889000', '192340.892000', '192340.894000', '192340.897000', '192340.899000', '192340.902000', '192340.904000', '192340.907000', '192340.910000', '192340.912000', '192340.915000', '192340.917000', '192340.920000', '192340.922000', '192340.925000', '192340.927000', '192340.930000', '192340.932000', '192340.935000', '192340.938000', '192340.945000', '192340.947000', '192340.950000', '192340.953000', '192340.955000', '192340.958000', '192340.960000', '192340.963000', '192340.965000', '192340.968000', '192340.970000', '192340.973000', '192400.858000', '192400.860000', '192400.863000', '192400.866000', '192400.868000', '192400.871000', '192400.873000', '192400.876000', '192400.879000', '192400.881000', '192400.884000', '192400.886000', '192400.889000', '192400.891000', '192400.894000', '192400.897000', '192400.899000', '192400.902000', '192400.904000', '192400.907000', '192400.909000', '192400.912000', '192400.915000', '192400.917000', '192400.920000', '192400.922000', '192400.925000', '192400.927000', '192400.930000', '192400.933000', '192400.935000', '192400.938000', '192400.940000', '192400.943000', '192400.945000', '192400.948000', '192400.950000', '192400.953000', '192400.956000', '192400.958000', '192400.961000', '192400.963000', '192400.966000', '192420.857000', '192420.860000', '192420.863000', '192420.866000', '192420.868000', '192420.871000', '192420.873000', '192420.876000', '192420.878000', '192420.881000', '192420.884000', '192420.886000', '192420.889000', '192420.891000', '192420.894000', '192420.897000', '192420.899000', '192420.902000', '192420.904000', '192420.907000', '192420.910000', '192420.912000', '192420.915000', '192420.917000', '192420.920000', '192420.922000', '192420.925000', '192420.928000', '192420.930000', '192420.933000', '192420.935000', '192420.938000', '192420.940000', '192420.943000', '192420.946000', '192420.948000', '192420.954000', '192420.956000', '192420.959000', '192420.961000', '192420.964000', '192420.967000', '192420.969000', '192420.972000', '192440.859000', '192440.861000', '192440.864000', '192440.867000', '192440.869000', '192440.872000', '192440.874000', '192440.877000', '192440.880000', '192440.882000', '192440.885000', '192440.887000', '192440.890000', '192440.892000', '192440.895000', '192440.898000', '192440.900000', '192440.903000', '192440.905000', '192440.908000', '192440.910000', '192440.913000', '192440.916000', '192440.918000', '192440.921000', '192440.923000', '192440.926000', '192440.928000', '192440.931000', '192440.934000', '192440.936000', '192440.939000', '192440.941000', '192440.944000', '192440.946000', '192440.949000', '192440.951000', '192440.954000', '192440.957000', '192440.959000', '192440.962000', '192440.964000', '192440.967000', '192500.859000', '192500.863000', '192500.865000', '192500.868000', '192500.870000', '192500.873000', '192500.875000', '192500.878000', '192500.881000', '192500.883000', '192500.886000', '192500.888000', '192500.891000', '192500.894000', '192500.896000', '192500.899000', '192500.901000', '192500.904000', '192500.906000', '192500.909000', '192500.912000', '192500.926000', '192500.929000', '192500.931000', '192500.934000', '192500.937000', '192500.939000', '192500.942000', '192500.944000', '192500.947000', '192500.950000', '192500.952000', '192500.955000', '192500.957000', '192500.960000', '192500.962000', '192500.965000', '192500.968000', '192500.970000', '192500.973000', '192500.975000', '192500.978000', '192500.981000', '192500.983000', '192520.858000', '192520.860000', '192520.863000', '192520.866000', '192520.868000', '192520.871000', '192520.873000', '192520.876000', '192520.878000', '192520.881000', '192520.884000', '192520.886000', '192520.889000', '192520.891000', '192520.894000', '192520.897000', '192520.899000', '192520.902000', '192520.904000', '192520.907000', '192520.909000', '192520.912000', '192520.915000', '192520.917000', '192520.920000', '192520.922000', '192520.925000', '192520.927000', '192520.930000', '192520.933000', '192520.935000', '192520.938000', '192520.940000', '192520.943000', '192520.945000', '192520.948000', '192520.951000', '192520.953000', '192520.956000', '192520.958000', '192520.961000', '192520.964000', '192520.966000', '192540.858000', '192540.860000', '192540.863000', '192540.866000', '192540.868000', '192540.871000', '192540.874000', '192540.876000', '192540.879000', '192540.881000', '192540.884000', '192540.887000', '192540.889000', '192540.892000', '192540.894000', '192540.897000', '192540.899000', '192540.902000', '192540.904000', '192540.907000', '192540.910000', '192540.912000', '192540.915000', '192540.917000', '192540.920000', '192540.923000', '192540.925000', '192540.928000', '192540.930000', '192540.933000', '192540.935000', '192540.938000', '192540.941000', '192540.943000', '192540.946000', '192540.948000', '192540.951000', '192540.953000', '192540.956000', '192540.959000', '192540.961000', '192540.964000', '192540.966000', '192540.969000', '192600.858000', '192600.861000', '192600.863000', '192600.866000', '192600.868000', '192600.871000', '192600.874000', '192600.876000', '192600.879000', '192600.882000', '192600.884000', '192600.887000', '192600.889000', '192600.892000', '192600.894000', '192600.897000', '192600.900000', '192600.902000', '192600.905000', '192600.907000', '192600.910000', '192600.913000', '192600.915000', '192600.918000', '192600.921000', '192600.923000', '192600.926000', '192600.928000', '192600.931000', '192600.934000', '192600.936000', '192600.939000', '192600.942000', '192600.944000', '192600.947000', '192600.949000', '192600.952000', '192600.955000', '192600.957000', '192600.960000', '192600.962000', '192600.965000', '192600.968000', '192620.857000', '192620.860000', '192620.863000', '192620.866000', '192620.868000', '192620.871000', '192620.873000', '192620.876000', '192620.879000', '192620.881000', '192620.884000', '192620.886000', '192620.889000', '192620.891000', '192620.894000', '192620.896000', '192620.900000', '192620.903000', '192620.906000', '192620.908000', '192620.911000', '192620.914000', '192620.916000', '192620.919000', '192620.921000', '192620.924000', '192620.926000', '192620.929000', '192620.931000', '192620.934000', '192620.937000', '192620.939000', '192620.942000', '192620.944000', '192620.947000', '192620.950000', '192620.952000', '192620.955000', '192620.958000', '192620.960000', '192620.963000', '192620.965000', '192620.968000', '192620.970000', '192640.857000', '192640.860000', '192640.871000', '192640.874000', '192640.877000', '192640.879000', '192640.882000', '192640.885000', '192640.887000', '192640.890000', '192640.892000', '192640.895000', '192640.897000', '192640.900000', '192640.902000', '192640.905000', '192640.908000', '192640.910000', '192640.913000', '192640.915000', '192640.918000', '192640.921000', '192640.923000', '192640.926000', '192640.928000', '192640.931000', '192640.933000', '192640.936000', '192640.938000', '192640.941000', '192640.944000', '192640.946000', '192640.949000', '192640.951000', '192640.954000', '192640.957000', '192640.959000', '192640.962000', '192640.964000', '192640.967000', '192640.969000', '192640.972000', '192640.974000', '192700.859000', '192700.862000', '192700.865000', '192700.868000', '192700.871000', '192700.873000', '192700.876000', '192700.879000', '192700.881000', '192700.884000', '192700.886000', '192700.889000', '192700.891000', '192700.894000', '192700.897000', '192700.899000', '192700.902000', '192700.904000', '192700.907000', '192700.910000', '192700.912000', '192700.915000', '192700.917000', '192700.920000', '192700.922000', '192700.925000', '192700.928000', '192700.930000', '192700.933000', '192700.935000', '192700.938000', '192700.941000', '192700.943000', '192700.946000', '192700.949000', '192700.951000', '192700.954000', '192700.956000', '192700.959000', '192700.961000', '192700.964000', '192700.966000', '192700.969000', '192720.858000', '192720.861000', '192720.864000', '192720.866000', '192720.869000', '192720.872000', '192720.874000', '192720.877000', '192720.879000', '192720.882000', '192720.884000', '192720.887000', '192720.890000', '192720.892000', '192720.895000', '192720.897000', '192720.900000', '192720.902000', '192720.905000', '192720.908000', '192720.910000', '192720.913000', '192720.915000', '192720.918000', '192720.920000', '192720.923000', '192720.925000', '192720.928000', '192720.931000', '192720.933000', '192720.936000', '192720.938000', '192720.941000', '192720.944000', '192720.946000', '192720.949000', '192720.951000', '192720.954000', '192720.956000', '192720.959000', '192720.962000', '192720.964000', '192720.967000', '192720.969000', '192740.858000', '192740.861000', '192740.863000', '192740.866000', '192740.868000', '192740.871000', '192740.874000', '192740.876000', '192740.879000', '192740.882000', '192740.884000', '192740.887000', '192740.889000', '192740.892000', '192740.895000', '192740.897000', '192740.900000', '192740.902000', '192740.905000', '192740.908000', '192740.910000', '192740.913000', '192740.915000', '192740.918000', '192740.920000', '192740.923000', '192740.926000', '192740.928000', '192740.931000', '192740.933000', '192740.936000', '192740.939000', '192740.944000', '192740.947000', '192740.949000', '192740.952000', '192740.955000', '192740.957000', '192740.960000', '192740.962000', '192740.965000', '192740.967000', '192740.970000', '192800.858000', '192800.860000', '192800.863000', '192800.866000', '192800.868000', '192800.871000', '192800.874000', '192800.876000', '192800.879000', '192800.881000', '192800.884000', '192800.886000', '192800.889000', '192800.892000', '192800.905000', '192800.907000', '192800.910000', '192800.913000', '192800.915000', '192800.918000', '192800.920000', '192800.923000', '192800.926000', '192800.928000', '192800.931000', '192800.933000', '192800.936000', '192800.938000', '192800.941000', '192800.944000', '192800.946000', '192800.949000', '192800.952000', '192800.954000', '192800.957000', '192800.959000', '192800.962000', '192800.964000', '192800.967000', '192800.969000', '192800.972000', '192800.975000', '192800.977000', '192800.980000', '192820.858000', '192820.861000', '192820.863000', '192820.866000', '192820.869000', '192820.871000', '192820.874000', '192820.876000', '192820.879000', '192820.881000', '192820.884000', '192820.886000', '192820.889000', '192820.892000', '192820.894000', '192820.897000', '192820.899000', '192820.902000', '192820.905000', '192820.907000', '192820.910000', '192820.912000', '192820.915000', '192820.917000', '192820.920000', '192820.923000', '192820.925000', '192820.928000', '192820.930000', '192820.933000', '192820.936000', '192820.938000', '192820.941000', '192820.943000', '192820.946000', '192820.949000', '192820.951000', '192820.954000', '192820.956000', '192820.959000', '192820.961000', '192820.964000', '192820.967000', '192840.858000', '192840.861000', '192840.863000', '192840.866000', '192840.868000', '192840.871000', '192840.874000', '192840.876000', '192840.879000', '192840.881000', '192840.884000', '192840.886000', '192840.889000', '192840.892000', '192840.894000', '192840.897000', '192840.899000', '192840.902000', '192840.904000', '192840.907000', '192840.909000', '192840.912000', '192840.915000', '192840.917000', '192840.920000', '192840.922000', '192840.925000', '192840.927000', '192840.930000', '192840.933000', '192840.935000', '192840.938000', '192840.940000', '192840.943000', '192840.945000', '192840.948000', '192840.951000', '192840.953000', '192840.956000', '192840.958000', '192840.961000', '192840.964000', '192840.966000', '192840.969000', '192900.857000', '192900.861000', '192900.863000', '192900.866000', '192900.868000', '192900.871000', '192900.874000', '192900.876000', '192900.879000', '192900.881000', '192900.884000', '192900.887000', '192900.889000', '192900.892000', '192900.895000', '192900.897000', '192900.900000', '192900.902000', '192900.905000', '192900.907000', '192900.910000', '192900.913000', '192900.915000', '192900.918000', '192900.920000', '192900.923000', '192900.926000', '192900.928000', '192900.931000', '192900.933000', '192900.936000', '192900.938000', '192900.941000', '192900.944000', '192900.947000', '192900.950000', '192900.953000', '192900.956000', '192900.958000', '192900.961000', '192900.964000', '192900.966000', '192900.969000', '192920.858000', '192920.861000', '192920.864000', '192920.867000', '192920.869000', '192920.872000', '192920.874000', '192920.877000', '192920.880000', '192920.882000', '192920.885000', '192920.887000', '192920.890000', '192920.892000', '192920.895000', '192920.898000', '192920.900000', '192920.903000', '192920.905000', '192920.908000', '192920.910000', '192920.913000', '192920.916000', '192920.918000', '192920.931000', '192920.934000', '192920.936000', '192920.939000', '192920.941000', '192920.944000', '192920.947000', '192920.949000', '192920.952000', '192920.954000', '192920.957000', '192920.959000', '192920.962000', '192920.965000', '192920.967000', '192920.970000', '192920.972000', '192920.975000', '192920.978000', '192920.980000', '192940.859000', '192940.862000', '192940.864000', '192940.867000', '192940.870000', '192940.872000', '192940.875000', '192940.877000', '192940.880000', '192940.882000', '192940.885000', '192940.888000', '192940.891000', '192940.894000', '192940.897000', '192940.900000', '192940.902000', '192940.905000', '192940.908000', '192940.910000', '192940.913000', '192940.915000', '192940.918000', '192940.920000', '192940.923000', '192940.926000', '192940.928000', '192940.931000', '192940.933000', '192940.936000', '192940.939000', '192940.941000', '192940.944000', '192940.946000', '192940.949000', '192940.951000', '192940.954000', '192940.957000', '192940.959000', '192940.962000', '192940.964000', '192940.967000', '192940.970000', '193000.858000', '193000.861000', '193000.863000', '193000.866000', '193000.869000', '193000.871000', '193000.874000', '193000.876000', '193000.879000', '193000.882000', '193000.884000', '193000.887000', '193000.889000', '193000.892000', '193000.895000', '193000.897000', '193000.900000', '193000.902000', '193000.905000', '193000.907000', '193000.910000', '193000.913000', '193000.915000', '193000.918000', '193000.920000', '193000.923000', '193000.925000', '193000.928000', '193000.930000', '193000.933000', '193000.936000', '193000.938000', '193000.941000', '193000.943000', '193000.946000', '193000.948000', '193000.951000', '193000.954000', '193000.956000', '193000.959000', '193000.961000', '193000.964000', '193000.967000', '193000.969000', '193020.858000', '193020.860000', '193020.863000', '193020.866000', '193020.868000', '193020.871000', '193020.873000', '193020.876000', '193020.879000', '193020.881000', '193020.884000', '193020.887000', '193020.889000', '193020.892000', '193020.894000', '193020.897000', '193020.899000', '193020.902000', '193020.905000', '193020.907000', '193020.910000', '193020.912000', '193020.915000', '193020.918000', '193020.920000', '193020.923000', '193020.925000', '193020.928000', '193020.930000', '193020.933000', '193020.936000', '193020.938000', '193020.941000', '193020.943000', '193020.946000', '193020.948000', '193020.951000', '193020.954000', '193020.956000', '193020.959000', '193020.961000', '193020.964000', '193020.967000', '193030.635000', '193030.638000', '193030.641000', '193030.643000', '193030.646000', '193030.649000', '193030.651000', '193030.654000', '193030.656000', '193030.659000', '193030.662000', '193030.664000', '193030.667000', '193030.670000', '193030.672000', '193030.675000', '193030.677000', '193030.680000', '193030.682000', '193030.685000', '193030.688000', '193030.690000'], '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': [9394, 9203, 8876, 9487, 8877, 9369, 8672, 8862, 8676, 9209, 8384, 9740, 8578, 8746, 9177, 8777, 8681, 8540, 9947, 9233, 10001, 9545, 9967, 8472, 9550, 8203, 9484, 8978, 9800, 8867, 9717, 8407, 9395, 8444, 9981, 8502, 9649, 7980, 9386, 8455, 9164, 8029, 9076, 8772, 8498, 8925, 8233, 9412, 8524, 9310, 8445, 8937, 8322, 9964, 8414, 9335, 8681, 9731, 8316, 9760, 7958, 9547, 8852, 8754, 9576, 8762, 9976, 9081, 9952, 8956, 9603, 8479, 9836, 8204, 9758, 8744, 9150, 9207, 8945, 8291, 8921, 9670, 9078, 9639, 8120, 9438, 8396, 9677, 8848, 9851, 9203, 9410, 8349, 9418, 8403, 9637, 9082, 8730, 9098, 9153, 8864, 9226, 9654, 8950, 9065, 9312, 8867, 9174, 9506, 8640, 9683, 8350, 9417, 9553, 9675, 9340, 8683, 9383, 8483, 9555, 8785, 9652, 8371, 9495, 9022, 10074, 8618, 9849, 7981, 9485, 8607, 9491, 8450, 9731, 8518, 9384, 8405, 8881, 9636, 8899, 8853, 9123, 9129, 8674, 9811, 8527, 9802, 8529, 9345, 8606, 9804, 8904, 9959, 8879, 9968, 8742, 9819, 9262, 9889, 8605, 9681, 7982, 9573, 8484, 9355, 8449, 9257, 8639, 9006, 9342, 9087, 8774, 8663, 8866, 8153, 9507, 8597, 9085, 8761, 9145, 8565, 9728, 8076, 9607, 8235, 9473, 8767, 9810, 8477, 9465, 8118, 9412, 8469, 8672, 9095, 8511, 8291, 9239, 9864, 9056, 9763, 8249, 9624, 8277, 9253, 8977, 7860, 9669, 8929, 9590, 8435, 9021, 8536, 9632, 8573, 9760, 8902, 8796, 8721, 9223, 9151, 9275, 8541, 9281, 8254, 9558, 8366, 9251, 8722, 9368, 8413, 9462, 8702, 9496, 8646, 9242, 8308, 9338, 7961, 9332, 8292, 9046, 8752, 9015, 8552, 9503, 8935, 9955, 9130, 9453, 8878, 9696, 8368, 9817, 9028, 10029, 8461, 9566, 8706, 9491, 8631, 10080, 7935, 8578, 7945, 9333, 8110, 9500, 8460, 9768, 8331, 9306, 8046, 9306, 8810, 9975, 8901, 9695, 8724, 9284, 8403, 9569, 8756, 9862, 8313, 9807, 8558, 9237, 8759, 10071, 8693, 9330, 9280, 10052, 8764, 8582, 9668, 8004, 10053, 8030, 9598, 8052, 9464, 7954, 9740, 8436, 9861, 7967, 9408, 8153, 8756, 8224, 9527, 8223, 9608, 8007, 9801, 8575, 9409, 8784, 8928, 9002, 8680, 9011, 8474, 9388, 8063, 9409, 8141, 9134, 8644, 9589, 7984, 9576, 8278, 9239, 8377, 9239, 8198, 9698, 8375, 9446, 8070, 9678, 8303, 9853, 8758, 9480, 7997, 9228, 8292, 9808, 8188, 9444, 8533, 9422, 8348, 9608, 8419, 9804, 8138, 9825, 7982, 9572, 8017, 10229, 8415, 9908, 8035, 10094, 8319, 10122, 8558, 10026, 8863, 9852, 9096, 9972, 9210, 9982, 8965, 9538, 9278, 8765, 9772, 8670, 9952, 8772, 9945, 8782, 9888, 8649, 9916, 9276, 10085, 9258, 10155, 8883, 9748, 9087, 9912, 9708, 9729, 9187, 9887, 8657, 10016, 9453, 10339, 8771, 9968, 8953, 9573, 9347, 9751, 8803, 9790, 8498, 9696, 8778, 9719, 8855, 9815, 8667, 10011, 8714, 9685, 8941, 8834, 9036, 9427, 8996, 9646, 9197, 9995, 8427, 8973, 7979, 9501, 8474, 9047, 8817, 9527, 8458, 9470, 8495, 9530, 8323, 9641, 8469, 9452, 8143, 8303, 8059, 8666, 8747, 9300, 8976, 10220, 8653, 9828, 8752, 9959, 8916, 9879, 8896, 9984, 9113, 10007, 8991, 9975, 8707, 10095, 9328, 9463, 9522, 9751, 8365, 9514, 8262, 9075, 9125, 8735, 8403, 9451, 8590, 9063, 9776, 8831, 8184, 8869, 9520, 8780, 10056, 8410, 8076, 9039, 8224, 9300, 9851, 9113, 9753, 8421, 9782, 9198, 9982, 8537, 10065, 8912, 10020, 9505, 9983, 8826, 9638, 8515, 9942, 9230, 9974, 8786, 9868, 8829, 10176, 8775, 10191, 8276, 9578, 8368, 9677, 8471, 9318, 8304, 9602, 8271, 8994, 8317, 8969, 8273, 9123, 9438, 8639, 9914, 8627, 10270, 8642, 10083, 9215, 9814, 9120, 9782, 8367, 9892, 8783, 10015, 9058, 9751, 8527, 10108, 8602, 9483, 9111, 8853, 9775, 9200, 9818, 8662, 9245, 9123, 9996, 9141, 9718, 8949, 9717, 8756, 10061, 8752, 9945, 8774, 9348, 8226, 9543, 8757, 9066, 8529, 8661, 9135, 8561, 9842, 8684, 9532, 8984, 8935, 9383, 9900, 8752, 9597, 8279, 9489, 8939, 9066, 8502, 8890, 8403, 8698, 9476, 8852, 9548, 9257, 9923, 8912, 9797, 8911, 9966, 8627, 9815, 9103, 9627, 8927, 9770, 8570, 9554, 8779, 9311, 9501, 8842, 8460, 8664, 9991, 9156, 9983, 9116, 10016, 8591, 9822, 8770, 9780, 8382, 9295, 8170, 9290, 8700, 8981, 8899, 8920, 8873, 8982, 9553, 9075, 9690, 8781, 9731, 8464, 9715, 8966, 9358, 9021, 9546, 8427, 9472, 9278, 9588, 8896, 9852, 8370, 9501, 8402, 8865, 8659, 9381, 7901, 8898, 9605, 8909, 9521, 8621, 9717, 8580, 9591, 8982, 9720, 8871, 9616, 8557, 9625, 8961, 9859, 8958, 9397, 9068, 9398, 8646, 9674, 8553, 9018, 9756, 8905, 9788, 8786, 9452, 8425, 9683, 9336, 9853, 8675, 9730, 8520, 9987, 9135, 10027, 9351, 9600, 8360, 9848, 8338, 9537, 8615, 9756, 8531, 9597, 8489, 10062, 8625, 9714, 8401, 9568, 8724, 9599, 8146, 9431, 9320, 9153, 8460, 9028, 9317, 8437, 9812, 9199, 9879, 8891, 9881, 8598, 9897, 8571, 9404, 8784, 9499, 8189, 8963, 8812, 9001, 8375, 9136, 8833, 8703, 8180, 8871, 8332, 9067, 8882, 8373, 9676, 8245, 9899, 7905, 9378, 8538, 9361, 8605, 9884, 8777, 9460, 8153, 9736, 8361, 9595, 8870, 9494, 8764, 9655, 8527, 9420, 9101, 8636, 9099, 8824, 8888, 8576, 9036, 8541, 9762, 8840, 9386, 8753, 8987, 8678, 9533, 8669, 9343, 9030, 9293, 8514, 9903, 8323, 9441, 8770, 9094, 8311, 9573, 8204, 9430, 8534, 9267, 8308, 9497, 8183, 9601, 8085, 9277, 8119, 9195, 8102, 9469, 8075, 9357, 8302, 9765, 8538, 9451, 8009, 9667, 8447, 9586, 8199, 9600, 8011, 9577, 8092, 9464, 8326, 9611, 8124, 9522, 8287, 9488, 8371, 9434, 8391, 9693, 8433, 9424, 8360, 9010, 8642, 8959, 9260, 8595, 9340, 8612, 8900, 9063, 8698, 8908, 8689, 9093, 8370, 9140, 8182, 8671, 8700, 9705, 8420, 9787, 8002, 9410, 8505, 9562, 8391, 10059, 8976, 9883, 8492, 9827, 8429, 9973, 9150, 9567, 8710, 9224, 8223, 9382, 8801, 9460, 8705, 9485, 8444, 9293, 8496, 9598, 8766, 9520, 8422, 9316, 8519, 9739, 8402, 9195, 8841, 9142, 8534, 9877, 8446, 9625, 8739, 9211, 8532, 9516, 8714, 9159, 8566, 9420, 8789, 9527, 9019, 9050, 8621, 9138, 8567, 9542, 8747, 9127, 8794, 8941, 8766, 9343, 9131, 8702, 9113, 8715, 9024, 9070, 9051, 8731, 9066, 8877, 8833, 8938, 9242, 8632, 9014, 8689, 8871, 9191, 8920, 8592, 8432, 9109, 8854, 9209, 8947, 9629, 8710, 9394, 8832, 9366, 9106, 8863, 8297, 9020, 8327, 9800, 8425, 9494, 8185, 9245, 8198, 9465, 8541, 9606, 8119, 9738, 7999, 9327, 8592, 9395, 8887, 9074, 8364, 9753, 8410, 8122, 8472, 8981, 9384, 8319, 9810, 8515, 9427, 8146, 9596, 8279, 8323, 8508, 8085, 8002, 9725, 8247, 9515, 8122, 9399, 8650, 8971, 8423, 9755, 8826, 9280, 9482, 9156, 8951, 8104, 8691, 8358, 8590, 8992, 8078, 7982, 7954, 8122, 7934, 8374, 8065, 8481, 8692, 8052, 7960, 7987, 8315, 8905, 8894, 8175, 8800, 7934, 8203, 8837, 8468, 8762, 7975, 8726, 8117, 8172, 8592, 9344, 8336, 8781, 9176, 8979, 9076, 8674, 8811, 9390, 8264, 9480, 8844, 10092, 8401, 10130, 8927], 'WindowCenter': [4561.0, 4544.0, 4520.0, 4527.0, 4504.0, 4503.0, 4490.0, 4490.0, 4488.0, 4501.0, 4478.0, 4510.0, 4488.0, 4489.0, 4499.0, 4492.0, 4493.0, 4491.0, 4510.0, 4513.0, 4523.0, 4515.0, 4513.0, 4493.0, 4501.0, 4491.0, 4501.0, 4488.0, 4510.0, 4489.0, 4497.0, 4478.0, 4501.0, 4477.0, 4496.0, 4487.0, 4498.0, 4477.0, 4499.0, 4476.0, 4498.0, 4477.0, 4488.0, 4491.0, 4488.0, 4487.0, 4488.0, 4509.0, 4488.0, 4499.0, 4487.0, 4500.0, 4488.0, 4510.0, 4478.0, 4499.0, 4487.0, 4497.0, 4477.0, 4509.0, 4478.0, 4498.0, 4487.0, 4487.0, 4498.0, 4489.0, 4509.0, 4489.0, 4498.0, 4488.0, 4498.0, 4489.0, 4510.0, 4492.0, 4511.0, 4492.0, 4500.0, 4498.0, 4498.0, 4489.0, 4501.0, 4510.0, 4502.0, 4512.0, 4489.0, 4501.0, 4489.0, 4510.0, 4501.0, 4511.0, 4499.0, 4500.0, 4490.0, 4501.0, 4491.0, 4511.0, 4501.0, 4491.0, 4500.0, 4499.0, 4500.0, 4500.0, 4499.0, 4489.0, 4489.0, 4487.0, 4489.0, 4498.0, 4499.0, 4489.0, 4499.0, 4478.0, 4498.0, 4497.0, 4498.0, 4487.0, 4477.0, 4487.0, 4485.0, 4497.0, 4477.0, 4488.0, 4478.0, 4498.0, 4476.0, 4497.0, 4476.0, 4494.0, 4466.0, 4486.0, 4477.0, 4497.0, 4473.0, 4488.0, 4479.0, 4485.0, 4475.0, 4485.0, 4497.0, 4487.0, 4488.0, 4497.0, 4499.0, 4487.0, 4509.0, 4489.0, 4498.0, 4487.0, 4498.0, 4488.0, 4508.0, 4488.0, 4506.0, 4488.0, 4509.0, 4489.0, 4509.0, 4499.0, 4499.0, 4489.0, 4499.0, 4481.0, 4508.0, 4490.0, 4499.0, 4489.0, 4498.0, 4488.0, 4498.0, 4495.0, 4498.0, 4485.0, 4488.0, 4502.0, 4489.0, 4509.0, 4500.0, 4500.0, 4501.0, 4510.0, 4500.0, 4512.0, 4491.0, 4511.0, 4491.0, 4510.0, 4501.0, 4512.0, 4489.0, 4501.0, 4478.0, 4499.0, 4491.0, 4503.0, 4501.0, 4488.0, 4490.0, 4502.0, 4509.0, 4499.0, 4510.0, 4489.0, 4501.0, 4478.0, 4500.0, 4490.0, 4481.0, 4489.0, 4490.0, 4501.0, 4490.0, 4501.0, 4488.0, 4510.0, 4492.0, 4498.0, 4488.0, 4487.0, 4480.0, 4489.0, 4489.0, 4500.0, 4488.0, 4501.0, 4490.0, 4500.0, 4489.0, 4501.0, 4490.0, 4499.0, 4478.0, 4499.0, 4489.0, 4498.0, 4489.0, 4499.0, 4481.0, 4488.0, 4478.0, 4513.0, 4503.0, 4501.0, 4488.0, 4489.0, 4489.0, 4512.0, 4501.0, 4511.0, 4501.0, 4511.0, 4501.0, 4513.0, 4502.0, 4510.0, 4489.0, 4510.0, 4490.0, 4500.0, 4489.0, 4499.0, 4489.0, 4511.0, 4479.0, 4502.0, 4479.0, 4499.0, 4476.0, 4496.0, 4484.0, 4509.0, 4487.0, 4499.0, 4480.0, 4501.0, 4488.0, 4510.0, 4489.0, 4497.0, 4488.0, 4500.0, 4488.0, 4500.0, 4490.0, 4496.0, 4489.0, 4497.0, 4476.0, 4501.0, 4489.0, 4509.0, 4491.0, 4491.0, 4489.0, 4498.0, 4490.0, 4500.0, 4510.0, 4490.0, 4510.0, 4478.0, 4499.0, 4476.0, 4498.0, 4477.0, 4498.0, 4488.0, 4498.0, 4477.0, 4498.0, 4479.0, 4488.0, 4473.0, 4497.0, 4488.0, 4499.0, 4478.0, 4524.0, 4498.0, 4510.0, 4499.0, 4502.0, 4499.0, 4499.0, 4501.0, 4488.0, 4500.0, 4490.0, 4500.0, 4478.0, 4499.0, 4487.0, 4499.0, 4477.0, 4497.0, 4477.0, 4486.0, 4475.0, 4497.0, 4475.0, 4497.0, 4473.0, 4496.0, 4476.0, 4497.0, 4477.0, 4496.0, 4474.0, 4486.0, 4473.0, 4486.0, 4473.0, 4496.0, 4477.0, 4497.0, 4490.0, 4498.0, 4479.0, 4497.0, 4476.0, 4499.0, 4478.0, 4508.0, 4477.0, 4499.0, 4477.0, 4509.0, 4489.0, 4499.0, 4479.0, 4509.0, 4479.0, 4509.0, 4490.0, 4499.0, 4488.0, 4500.0, 4487.0, 4512.0, 4490.0, 4502.0, 4493.0, 4490.0, 4480.0, 4490.0, 4512.0, 4502.0, 4512.0, 4503.0, 4511.0, 4489.0, 4497.0, 4476.0, 4486.0, 4475.0, 4497.0, 4487.0, 4498.0, 4477.0, 4488.0, 4477.0, 4498.0, 4499.0, 4496.0, 4489.0, 4496.0, 4490.0, 4501.0, 4501.0, 4512.0, 4491.0, 4501.0, 4490.0, 4500.0, 4500.0, 4499.0, 4489.0, 4499.0, 4485.0, 4499.0, 4488.0, 4500.0, 4489.0, 4500.0, 4489.0, 4496.0, 4478.0, 4498.0, 4489.0, 4493.0, 4490.0, 4491.0, 4489.0, 4500.0, 4501.0, 4511.0, 4486.0, 4500.0, 4478.0, 4499.0, 4488.0, 4491.0, 4488.0, 4501.0, 4479.0, 4501.0, 4490.0, 4501.0, 4489.0, 4500.0, 4478.0, 4500.0, 4480.0, 4491.0, 4480.0, 4493.0, 4490.0, 4501.0, 4500.0, 4511.0, 4502.0, 4512.0, 4490.0, 4509.0, 4487.0, 4497.0, 4476.0, 4497.0, 4486.0, 4497.0, 4487.0, 4498.0, 4476.0, 4496.0, 4486.0, 4495.0, 4486.0, 4488.0, 4475.0, 4497.0, 4477.0, 4500.0, 4496.0, 4489.0, 4488.0, 4499.0, 4489.0, 4499.0, 4498.0, 4488.0, 4488.0, 4498.0, 4500.0, 4500.0, 4508.0, 4489.0, 4474.0, 4489.0, 4479.0, 4488.0, 4499.0, 4501.0, 4500.0, 4489.0, 4508.0, 4511.0, 4509.0, 4488.0, 4498.0, 4487.0, 4496.0, 4497.0, 4498.0, 4487.0, 4498.0, 4475.0, 4497.0, 4500.0, 4498.0, 4477.0, 4498.0, 4485.0, 4497.0, 4486.0, 4498.0, 4476.0, 4499.0, 4490.0, 4497.0, 4477.0, 4486.0, 4478.0, 4495.0, 4474.0, 4486.0, 4476.0, 4485.0, 4489.0, 4498.0, 4497.0, 4499.0, 4508.0, 4488.0, 4495.0, 4487.0, 4507.0, 4499.0, 4498.0, 4488.0, 4510.0, 4488.0, 4498.0, 4488.0, 4508.0, 4487.0, 4497.0, 4476.0, 4496.0, 4489.0, 4512.0, 4491.0, 4482.0, 4499.0, 4490.0, 4499.0, 4490.0, 4502.0, 4500.0, 4510.0, 4500.0, 4512.0, 4500.0, 4499.0, 4488.0, 4499.0, 4486.0, 4498.0, 4488.0, 4489.0, 4477.0, 4497.0, 4477.0, 4488.0, 4488.0, 4488.0, 4487.0, 4488.0, 4499.0, 4487.0, 4500.0, 4489.0, 4489.0, 4486.0, 4500.0, 4490.0, 4500.0, 4478.0, 4500.0, 4489.0, 4501.0, 4489.0, 4490.0, 4478.0, 4489.0, 4498.0, 4489.0, 4500.0, 4499.0, 4499.0, 4486.0, 4499.0, 4487.0, 4497.0, 4485.0, 4500.0, 4488.0, 4497.0, 4488.0, 4499.0, 4487.0, 4500.0, 4487.0, 4499.0, 4499.0, 4489.0, 4478.0, 4489.0, 4498.0, 4488.0, 4499.0, 4487.0, 4497.0, 4477.0, 4497.0, 4487.0, 4509.0, 4477.0, 4488.0, 4476.0, 4487.0, 4487.0, 4489.0, 4488.0, 4488.0, 4487.0, 4489.0, 4498.0, 4489.0, 4500.0, 4489.0, 4500.0, 4479.0, 4499.0, 4500.0, 4500.0, 4489.0, 4500.0, 4479.0, 4500.0, 4501.0, 4501.0, 4489.0, 4501.0, 4479.0, 4499.0, 4490.0, 4501.0, 4489.0, 4488.0, 4479.0, 4489.0, 4496.0, 4500.0, 4499.0, 4488.0, 4497.0, 4477.0, 4497.0, 4487.0, 4498.0, 4487.0, 4489.0, 4478.0, 4496.0, 4486.0, 4497.0, 4487.0, 4488.0, 4478.0, 4487.0, 4476.0, 4485.0, 4476.0, 4476.0, 4486.0, 4486.0, 4486.0, 4476.0, 4486.0, 4476.0, 4488.0, 4488.0, 4497.0, 4477.0, 4497.0, 4476.0, 4496.0, 4486.0, 4497.0, 4488.0, 4497.0, 4478.0, 4496.0, 4477.0, 4497.0, 4477.0, 4496.0, 4488.0, 4499.0, 4488.0, 4499.0, 4489.0, 4498.0, 4478.0, 4500.0, 4488.0, 4499.0, 4478.0, 4489.0, 4488.0, 4501.0, 4480.0, 4487.0, 4488.0, 4479.0, 4498.0, 4500.0, 4510.0, 4486.0, 4499.0, 4478.0, 4499.0, 4489.0, 4500.0, 4478.0, 4499.0, 4477.0, 4489.0, 4489.0, 4500.0, 4489.0, 4501.0, 4501.0, 4491.0, 4491.0, 4502.0, 4491.0, 4500.0, 4501.0, 4490.0, 4510.0, 4489.0, 4511.0, 4479.0, 4499.0, 4487.0, 4497.0, 4487.0, 4510.0, 4489.0, 4500.0, 4481.0, 4500.0, 4488.0, 4500.0, 4488.0, 4499.0, 4491.0, 4498.0, 4478.0, 4487.0, 4485.0, 4486.0, 4487.0, 4486.0, 4486.0, 4475.0, 4486.0, 4475.0, 4497.0, 4487.0, 4486.0, 4476.0, 4491.0, 4486.0, 4497.0, 4487.0, 4488.0, 4486.0, 4488.0, 4479.0, 4497.0, 4478.0, 4496.0, 4476.0, 4486.0, 4476.0, 4496.0, 4478.0, 4496.0, 4488.0, 4488.0, 4476.0, 4497.0, 4476.0, 4487.0, 4465.0, 4487.0, 4465.0, 4486.0, 4465.0, 4485.0, 4465.0, 4486.0, 4476.0, 4496.0, 4477.0, 4497.0, 4477.0, 4496.0, 4476.0, 4497.0, 4476.0, 4497.0, 4475.0, 4498.0, 4476.0, 4497.0, 4479.0, 4498.0, 4474.0, 4497.0, 4477.0, 4497.0, 4477.0, 4497.0, 4476.0, 4498.0, 4478.0, 4488.0, 4477.0, 4488.0, 4487.0, 4487.0, 4496.0, 4489.0, 4498.0, 4488.0, 4488.0, 4488.0, 4487.0, 4489.0, 4488.0, 4488.0, 4478.0, 4490.0, 4480.0, 4480.0, 4479.0, 4498.0, 4490.0, 4511.0, 4492.0, 4501.0, 4491.0, 4498.0, 4476.0, 4498.0, 4490.0, 4498.0, 4478.0, 4498.0, 4478.0, 4499.0, 4488.0, 4499.0, 4478.0, 4487.0, 4476.0, 4498.0, 4487.0, 4500.0, 4488.0, 4499.0, 4489.0, 4499.0, 4490.0, 4500.0, 4489.0, 4500.0, 4480.0, 4501.0, 4489.0, 4500.0, 4477.0, 4502.0, 4489.0, 4500.0, 4489.0, 4510.0, 4491.0, 4500.0, 4490.0, 4500.0, 4490.0, 4501.0, 4490.0, 4500.0, 4489.0, 4500.0, 4490.0, 4500.0, 4489.0, 4490.0, 4489.0, 4489.0, 4490.0, 4499.0, 4480.0, 4488.0, 4488.0, 4488.0, 4490.0, 4499.0, 4499.0, 4488.0, 4488.0, 4488.0, 4490.0, 4489.0, 4489.0, 4479.0, 4489.0, 4488.0, 4490.0, 4488.0, 4489.0, 4477.0, 4488.0, 4479.0, 4488.0, 4489.0, 4487.0, 4478.0, 4477.0, 4489.0, 4487.0, 4501.0, 4487.0, 4499.0, 4477.0, 4498.0, 4488.0, 4499.0, 4487.0, 4488.0, 4477.0, 4488.0, 4478.0, 4498.0, 4476.0, 4498.0, 4477.0, 4487.0, 4476.0, 4496.0, 4476.0, 4498.0, 4475.0, 4498.0, 4477.0, 4489.0, 4476.0, 4499.0, 4501.0, 4500.0, 4492.0, 4504.0, 4489.0, 4486.0, 4492.0, 4501.0, 4513.0, 4504.0, 4523.0, 4503.0, 4503.0, 4480.0, 4500.0, 4480.0, 4489.0, 4486.0, 4477.0, 4478.0, 4499.0, 4476.0, 4487.0, 4466.0, 4486.0, 4476.0, 4488.0, 4476.0, 4499.0, 4488.0, 4487.0, 4486.0, 4488.0, 4489.0, 4476.0, 4483.0, 4486.0, 4483.0, 4479.0, 4472.0, 4469.0, 4483.0, 4484.0, 4473.0, 4470.0, 4471.0, 4485.0, 4497.0, 4491.0, 4483.0, 4482.0, 4486.0, 4494.0, 4495.0, 4471.0, 4500.0, 4485.0, 4484.0, 4485.0, 4470.0, 4474.0, 4466.0, 4484.0, 4459.0, 4471.0, 4467.0, 4484.0, 4467.0, 4478.0, 4498.0, 4499.0, 4492.0, 4491.0, 4493.0, 4506.0, 4494.0, 4517.0, 4505.0, 4524.0, 4493.0, 4514.0, 4504.0], 'WindowWidth': [10041.0, 9999.0, 9954.0, 9959.0, 9921.0, 9916.0, 9890.0, 9890.0, 9885.0, 9904.0, 9871.0, 9916.0, 9885.0, 9887.0, 9901.0, 9889.0, 9892.0, 9891.0, 9918.0, 9925.0, 9938.0, 9930.0, 9925.0, 9897.0, 9905.0, 9890.0, 9903.0, 9883.0, 9913.0, 9884.0, 9892.0, 9868.0, 9901.0, 9866.0, 9892.0, 9880.0, 9895.0, 9865.0, 9896.0, 9864.0, 9895.0, 9868.0, 9883.0, 9890.0, 9884.0, 9881.0, 9886.0, 9916.0, 9885.0, 9900.0, 9883.0, 9901.0, 9884.0, 9915.0, 9870.0, 9897.0, 9879.0, 9894.0, 9867.0, 9913.0, 9869.0, 9896.0, 9880.0, 9879.0, 9894.0, 9885.0, 9912.0, 9883.0, 9895.0, 9881.0, 9895.0, 9886.0, 9918.0, 9893.0, 9918.0, 9894.0, 9904.0, 9898.0, 9898.0, 9887.0, 9906.0, 9917.0, 9908.0, 9921.0, 9886.0, 9906.0, 9887.0, 9916.0, 9907.0, 9919.0, 9901.0, 9901.0, 9887.0, 9904.0, 9892.0, 9920.0, 9906.0, 9891.0, 9903.0, 9901.0, 9903.0, 9901.0, 9899.0, 9884.0, 9885.0, 9879.0, 9884.0, 9896.0, 9898.0, 9885.0, 9898.0, 9868.0, 9896.0, 9892.0, 9894.0, 9878.0, 9864.0, 9879.0, 9874.0, 9894.0, 9865.0, 9880.0, 9865.0, 9892.0, 9861.0, 9892.0, 9862.0, 9886.0, 9848.0, 9875.0, 9864.0, 9892.0, 9855.0, 9879.0, 9870.0, 9874.0, 9861.0, 9877.0, 9892.0, 9881.0, 9881.0, 9895.0, 9898.0, 9882.0, 9913.0, 9886.0, 9897.0, 9881.0, 9896.0, 9882.0, 9909.0, 9881.0, 9905.0, 9884.0, 9913.0, 9885.0, 9912.0, 9899.0, 9899.0, 9884.0, 9900.0, 9876.0, 9913.0, 9890.0, 9900.0, 9885.0, 9898.0, 9885.0, 9899.0, 9891.0, 9898.0, 9876.0, 9885.0, 9906.0, 9888.0, 9915.0, 9905.0, 9906.0, 9909.0, 9920.0, 9905.0, 9924.0, 9895.0, 9919.0, 9893.0, 9917.0, 9906.0, 9922.0, 9886.0, 9904.0, 9870.0, 9899.0, 9890.0, 9910.0, 9902.0, 9885.0, 9886.0, 9905.0, 9913.0, 9900.0, 9914.0, 9885.0, 9904.0, 9869.0, 9901.0, 9887.0, 9870.0, 9880.0, 9885.0, 9901.0, 9888.0, 9906.0, 9885.0, 9918.0, 9892.0, 9895.0, 9880.0, 9879.0, 9871.0, 9883.0, 9883.0, 9899.0, 9882.0, 9901.0, 9887.0, 9900.0, 9886.0, 9904.0, 9885.0, 9898.0, 9867.0, 9898.0, 9882.0, 9896.0, 9884.0, 9898.0, 9873.0, 9882.0, 9869.0, 9925.0, 9911.0, 9905.0, 9882.0, 9884.0, 9884.0, 9922.0, 9904.0, 9918.0, 9903.0, 9918.0, 9903.0, 9922.0, 9908.0, 9915.0, 9885.0, 9913.0, 9887.0, 9899.0, 9885.0, 9899.0, 9886.0, 9919.0, 9872.0, 9909.0, 9871.0, 9897.0, 9862.0, 9890.0, 9875.0, 9913.0, 9881.0, 9898.0, 9871.0, 9904.0, 9882.0, 9914.0, 9885.0, 9895.0, 9882.0, 9900.0, 9882.0, 9901.0, 9889.0, 9893.0, 9885.0, 9892.0, 9863.0, 9901.0, 9884.0, 9912.0, 9887.0, 9888.0, 9882.0, 9894.0, 9888.0, 9903.0, 9919.0, 9890.0, 9916.0, 9869.0, 9897.0, 9862.0, 9892.0, 9865.0, 9895.0, 9883.0, 9896.0, 9865.0, 9896.0, 9871.0, 9881.0, 9856.0, 9895.0, 9882.0, 9898.0, 9869.0, 9944.0, 9900.0, 9917.0, 9901.0, 9908.0, 9903.0, 9902.0, 9907.0, 9884.0, 9905.0, 9888.0, 9903.0, 9869.0, 9898.0, 9881.0, 9901.0, 9865.0, 9893.0, 9864.0, 9877.0, 9859.0, 9893.0, 9860.0, 9893.0, 9856.0, 9889.0, 9862.0, 9892.0, 9864.0, 9888.0, 9857.0, 9875.0, 9855.0, 9877.0, 9855.0, 9890.0, 9866.0, 9892.0, 9886.0, 9896.0, 9868.0, 9893.0, 9863.0, 9898.0, 9870.0, 9912.0, 9866.0, 9898.0, 9866.0, 9913.0, 9885.0, 9900.0, 9871.0, 9912.0, 9871.0, 9912.0, 9888.0, 9899.0, 9882.0, 9900.0, 9879.0, 9922.0, 9885.0, 9904.0, 9889.0, 9878.0, 9865.0, 9885.0, 9922.0, 9907.0, 9922.0, 9912.0, 9916.0, 9883.0, 9890.0, 9858.0, 9873.0, 9857.0, 9890.0, 9876.0, 9891.0, 9864.0, 9877.0, 9862.0, 9892.0, 9895.0, 9889.0, 9882.0, 9890.0, 9885.0, 9901.0, 9904.0, 9918.0, 9890.0, 9901.0, 9887.0, 9899.0, 9902.0, 9897.0, 9882.0, 9897.0, 9875.0, 9898.0, 9882.0, 9900.0, 9884.0, 9900.0, 9883.0, 9891.0, 9868.0, 9895.0, 9885.0, 9893.0, 9884.0, 9885.0, 9881.0, 9898.0, 9900.0, 9918.0, 9881.0, 9902.0, 9869.0, 9898.0, 9883.0, 9887.0, 9879.0, 9902.0, 9869.0, 9902.0, 9887.0, 9903.0, 9884.0, 9902.0, 9869.0, 9902.0, 9873.0, 9890.0, 9873.0, 9894.0, 9884.0, 9905.0, 9902.0, 9917.0, 9907.0, 9921.0, 9888.0, 9912.0, 9878.0, 9891.0, 9860.0, 9888.0, 9874.0, 9892.0, 9878.0, 9894.0, 9863.0, 9889.0, 9874.0, 9888.0, 9874.0, 9878.0, 9859.0, 9891.0, 9865.0, 9902.0, 9890.0, 9885.0, 9883.0, 9899.0, 9885.0, 9899.0, 9895.0, 9882.0, 9883.0, 9897.0, 9902.0, 9902.0, 9911.0, 9884.0, 9859.0, 9884.0, 9867.0, 9880.0, 9895.0, 9904.0, 9899.0, 9884.0, 9910.0, 9919.0, 9913.0, 9881.0, 9895.0, 9877.0, 9890.0, 9892.0, 9895.0, 9879.0, 9894.0, 9859.0, 9893.0, 9901.0, 9896.0, 9865.0, 9894.0, 9873.0, 9892.0, 9877.0, 9894.0, 9863.0, 9899.0, 9887.0, 9893.0, 9866.0, 9877.0, 9864.0, 9888.0, 9858.0, 9877.0, 9863.0, 9875.0, 9887.0, 9897.0, 9894.0, 9901.0, 9908.0, 9881.0, 9887.0, 9880.0, 9904.0, 9898.0, 9895.0, 9881.0, 9914.0, 9881.0, 9895.0, 9884.0, 9908.0, 9879.0, 9892.0, 9863.0, 9890.0, 9887.0, 9920.0, 9888.0, 9871.0, 9892.0, 9883.0, 9896.0, 9887.0, 9905.0, 9899.0, 9914.0, 9901.0, 9923.0, 9902.0, 9897.0, 9882.0, 9897.0, 9876.0, 9896.0, 9881.0, 9882.0, 9866.0, 9891.0, 9864.0, 9880.0, 9880.0, 9882.0, 9878.0, 9882.0, 9898.0, 9880.0, 9899.0, 9884.0, 9882.0, 9876.0, 9899.0, 9884.0, 9899.0, 9869.0, 9900.0, 9885.0, 9904.0, 9885.0, 9886.0, 9867.0, 9883.0, 9894.0, 9884.0, 9900.0, 9897.0, 9896.0, 9876.0, 9897.0, 9878.0, 9892.0, 9874.0, 9899.0, 9883.0, 9892.0, 9881.0, 9898.0, 9880.0, 9898.0, 9879.0, 9898.0, 9898.0, 9884.0, 9869.0, 9883.0, 9893.0, 9882.0, 9897.0, 9878.0, 9892.0, 9863.0, 9892.0, 9878.0, 9912.0, 9867.0, 9880.0, 9863.0, 9879.0, 9879.0, 9886.0, 9880.0, 9881.0, 9878.0, 9884.0, 9896.0, 9884.0, 9901.0, 9886.0, 9900.0, 9871.0, 9899.0, 9903.0, 9902.0, 9885.0, 9901.0, 9872.0, 9901.0, 9902.0, 9903.0, 9883.0, 9901.0, 9869.0, 9897.0, 9888.0, 9904.0, 9884.0, 9882.0, 9870.0, 9883.0, 9890.0, 9902.0, 9897.0, 9880.0, 9892.0, 9865.0, 9892.0, 9879.0, 9894.0, 9879.0, 9881.0, 9866.0, 9888.0, 9875.0, 9892.0, 9877.0, 9882.0, 9866.0, 9877.0, 9861.0, 9873.0, 9860.0, 9862.0, 9874.0, 9874.0, 9875.0, 9862.0, 9873.0, 9861.0, 9879.0, 9882.0, 9892.0, 9863.0, 9891.0, 9862.0, 9889.0, 9873.0, 9890.0, 9879.0, 9893.0, 9867.0, 9888.0, 9864.0, 9891.0, 9864.0, 9890.0, 9883.0, 9897.0, 9880.0, 9899.0, 9883.0, 9896.0, 9869.0, 9902.0, 9882.0, 9897.0, 9867.0, 9884.0, 9882.0, 9902.0, 9873.0, 9881.0, 9881.0, 9869.0, 9895.0, 9901.0, 9915.0, 9878.0, 9897.0, 9867.0, 9896.0, 9884.0, 9900.0, 9867.0, 9895.0, 9866.0, 9884.0, 9885.0, 9903.0, 9886.0, 9904.0, 9902.0, 9892.0, 9892.0, 9908.0, 9890.0, 9903.0, 9906.0, 9889.0, 9917.0, 9888.0, 9917.0, 9873.0, 9898.0, 9879.0, 9893.0, 9880.0, 9916.0, 9886.0, 9901.0, 9876.0, 9901.0, 9882.0, 9901.0, 9882.0, 9899.0, 9887.0, 9893.0, 9865.0, 9877.0, 9873.0, 9876.0, 9879.0, 9875.0, 9876.0, 9860.0, 9875.0, 9861.0, 9893.0, 9879.0, 9877.0, 9863.0, 9886.0, 9876.0, 9894.0, 9879.0, 9880.0, 9877.0, 9881.0, 9870.0, 9895.0, 9868.0, 9889.0, 9863.0, 9877.0, 9862.0, 9890.0, 9867.0, 9892.0, 9881.0, 9882.0, 9863.0, 9891.0, 9863.0, 9877.0, 9847.0, 9878.0, 9846.0, 9876.0, 9845.0, 9873.0, 9846.0, 9875.0, 9860.0, 9890.0, 9863.0, 9891.0, 9863.0, 9890.0, 9862.0, 9893.0, 9863.0, 9891.0, 9860.0, 9893.0, 9862.0, 9891.0, 9870.0, 9895.0, 9858.0, 9893.0, 9864.0, 9891.0, 9865.0, 9892.0, 9864.0, 9895.0, 9866.0, 9880.0, 9867.0, 9882.0, 9879.0, 9881.0, 9891.0, 9885.0, 9894.0, 9882.0, 9881.0, 9882.0, 9881.0, 9885.0, 9882.0, 9881.0, 9866.0, 9886.0, 9869.0, 9869.0, 9867.0, 9895.0, 9889.0, 9920.0, 9893.0, 9905.0, 9890.0, 9895.0, 9863.0, 9893.0, 9885.0, 9893.0, 9864.0, 9892.0, 9867.0, 9895.0, 9881.0, 9898.0, 9865.0, 9879.0, 9864.0, 9895.0, 9880.0, 9900.0, 9881.0, 9896.0, 9883.0, 9899.0, 9889.0, 9901.0, 9885.0, 9900.0, 9874.0, 9902.0, 9885.0, 9900.0, 9868.0, 9905.0, 9884.0, 9899.0, 9885.0, 9914.0, 9892.0, 9901.0, 9886.0, 9900.0, 9887.0, 9903.0, 9888.0, 9900.0, 9883.0, 9901.0, 9888.0, 9900.0, 9883.0, 9886.0, 9882.0, 9884.0, 9886.0, 9899.0, 9872.0, 9881.0, 9882.0, 9882.0, 9888.0, 9898.0, 9897.0, 9881.0, 9883.0, 9882.0, 9888.0, 9883.0, 9883.0, 9870.0, 9883.0, 9882.0, 9887.0, 9882.0, 9883.0, 9864.0, 9881.0, 9868.0, 9881.0, 9883.0, 9879.0, 9868.0, 9864.0, 9881.0, 9880.0, 9901.0, 9879.0, 9896.0, 9864.0, 9894.0, 9883.0, 9896.0, 9878.0, 9882.0, 9865.0, 9880.0, 9869.0, 9894.0, 9863.0, 9893.0, 9865.0, 9878.0, 9861.0, 9889.0, 9864.0, 9897.0, 9861.0, 9895.0, 9864.0, 9882.0, 9862.0, 9899.0, 9907.0, 9906.0, 9895.0, 9909.0, 9889.0, 9884.0, 9896.0, 9905.0, 9927.0, 9914.0, 9940.0, 9910.0, 9909.0, 9874.0, 9898.0, 9871.0, 9887.0, 9877.0, 9868.0, 9866.0, 9896.0, 9860.0, 9874.0, 9845.0, 9874.0, 9860.0, 9879.0, 9860.0, 9895.0, 9878.0, 9878.0, 9873.0, 9879.0, 9885.0, 9864.0, 9873.0, 9880.0, 9874.0, 9864.0, 9857.0, 9851.0, 9876.0, 9877.0, 9861.0, 9851.0, 9855.0, 9880.0, 9898.0, 9895.0, 9875.0, 9875.0, 9882.0, 9890.0, 9891.0, 9852.0, 9903.0, 9879.0, 9873.0, 9876.0, 9850.0, 9857.0, 9840.0, 9872.0, 9833.0, 9851.0, 9841.0, 9868.0, 9847.0, 9861.0, 9895.0, 9897.0, 9886.0, 9887.0, 9892.0, 9915.0, 9898.0, 9933.0, 9911.0, 9939.0, 9894.0, 9923.0, 9910.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.001196161806208843</td></tr>
<tr><td colspan=3>aqi</td><td>0.01783665540921919</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.68504671878532</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.20821202690207</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0133159792843707</td></tr>
<tr><td colspan=3>efc</td><td>0.4583</td></tr>
<tr><td colspan=3>fber</td><td>7506.5181</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11405404103541429</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>109</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.253998118532456</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4181584171077524</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4074193062390146</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6615633910888383</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.185492553995405</td></tr>
<tr><td colspan=3>gcor</td><td>0.0047981</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01949344575405121</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02713428996503353</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1063</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8547780157121507</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>26.9195</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.8126</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>192.2177</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>306283.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>981.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>418.5277</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2189</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>621.2216</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3748.3993</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3954.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70261.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1281.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4947.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1025.7327</td></tr>
<tr><td colspan=3>tsnr</td><td>44.96213886886835</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>