<?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-0133_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-0133_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-0133_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-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0133/figures/sub-0133_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-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133/ses-03/func/sub-0133_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>b3e224ef5229deea6ac2b59bf2af471f</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>21:43:40.952500</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.994586, 0.0981192, 0.034231, -0.0971695, 0.994863, -0.0283869]</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.0890015</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4218, -7781, -7232, 229, -176, -85, -23, 88]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>261.806</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>71b1933b-531b-4f77-a339-399cb615759c||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.668401002883911, -0.2606986463069916, 0.09946931898593903, 121.80004119873047], [-0.2632465362548828, 2.669144630432129, -0.06724897772073746, -86.55231475830078], [0.09183935821056366, 0.07616007328033447, 2.697328805923462, -82.52931213378906], [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': ['214340.952500', '214341.412500', '214341.872500', '214342.332500', '214342.792500', '214343.252500', '214343.712500', '214344.172500', '214344.632500', '214345.092500', '214345.552500', '214346.012500', '214346.472500', '214346.932500', '214347.392500', '214347.852500', '214348.312500', '214348.772500', '214349.232500', '214349.692500', '214350.152500', '214350.612500', '214351.072500', '214351.532500', '214351.992500', '214352.452500', '214352.912500', '214353.372500', '214353.832500', '214354.292500', '214354.752500', '214355.212500', '214355.672500', '214356.132500', '214356.592500', '214357.052500', '214357.512500', '214357.972500', '214358.432500', '214358.892500', '214359.352500', '214359.812500', '214400.272500', '214400.732500', '214401.192500', '214401.652500', '214402.112500', '214402.572500', '214403.032500', '214403.492500', '214403.952500', '214404.412500', '214404.872500', '214405.332500', '214405.792500', '214406.252500', '214406.712500', '214407.172500', '214407.632500', '214408.092500', '214408.552500', '214409.012500', '214409.472500', '214409.932500', '214410.392500', '214410.852500', '214411.312500', '214411.772500', '214412.232500', '214412.692500', '214413.152500', '214413.612500', '214414.072500', '214414.532500', '214414.992500', '214415.452500', '214415.912500', '214416.372500', '214416.832500', '214417.292500', '214417.752500', '214418.212500', '214418.672500', '214419.132500', '214419.592500', '214420.052500', '214420.512500', '214420.972500', '214421.432500', '214421.892500', '214422.352500', '214422.812500', '214423.272500', '214423.732500', '214424.192500', '214424.652500', '214425.112500', '214425.572500', '214426.032500', '214426.492500', '214426.952500', '214427.412500', '214427.872500', '214428.332500', '214428.792500', '214429.252500', '214429.712500', '214430.172500', '214430.632500', '214431.092500', '214431.552500', '214432.012500', '214432.472500', '214432.932500', '214433.392500', '214433.852500', '214434.312500', '214434.772500', '214435.232500', '214435.692500', '214436.152500', '214436.612500', '214437.072500', '214437.532500', '214437.992500', '214438.452500', '214438.912500', '214439.372500', '214439.832500', '214440.292500', '214440.752500', '214441.212500', '214441.672500', '214442.132500', '214442.592500', '214443.052500', '214443.512500', '214443.972500', '214444.432500', '214444.892500', '214445.352500', '214445.812500', '214446.272500', '214446.732500', '214447.192500', '214447.652500', '214448.112500', '214448.572500', '214449.032500', '214449.492500', '214449.952500', '214450.412500', '214450.872500', '214451.332500', '214451.792500', '214452.252500', '214452.712500', '214453.172500', '214453.632500', '214454.092500', '214454.552500', '214455.012500', '214455.472500', '214455.932500', '214456.392500', '214456.852500', '214457.312500', '214457.772500', '214458.232500', '214458.692500', '214459.152500', '214459.612500', '214500.072500', '214500.532500', '214500.992500', '214501.452500', '214501.912500', '214502.372500', '214502.832500', '214503.292500', '214503.752500', '214504.212500', '214504.672500', '214505.132500', '214505.592500', '214506.052500', '214506.512500', '214506.972500', '214507.432500', '214507.892500', '214508.352500', '214508.812500', '214509.272500', '214509.732500', '214510.192500', '214510.652500', '214511.112500', '214511.572500', '214512.032500', '214512.492500', '214512.952500', '214513.412500', '214513.872500', '214514.332500', '214514.792500', '214515.252500', '214515.712500', '214516.172500', '214516.632500', '214517.092500', '214517.552500', '214518.012500', '214518.472500', '214518.932500', '214519.392500', '214519.852500', '214520.312500', '214520.772500', '214521.232500', '214521.692500', '214522.152500', '214522.612500', '214523.072500', '214523.532500', '214523.992500', '214524.452500', '214524.912500', '214525.372500', '214525.832500', '214526.292500', '214526.752500', '214527.212500', '214527.672500', '214528.132500', '214528.592500', '214529.052500', '214529.512500', '214529.972500', '214530.432500', '214530.892500', '214531.352500', '214531.812500', '214532.272500', '214532.732500', '214533.192500', '214533.652500', '214534.112500', '214534.572500', '214535.032500', '214535.492500', '214535.952500', '214536.412500', '214536.872500', '214537.332500', '214537.792500', '214538.252500', '214538.712500', '214539.172500', '214539.632500', '214540.092500', '214540.552500', '214541.012500', '214541.472500', '214541.932500', '214542.392500', '214542.852500', '214543.312500', '214543.772500', '214544.232500', '214544.692500', '214545.152500', '214545.612500', '214546.072500', '214546.532500', '214546.992500', '214547.452500', '214547.912500', '214548.372500', '214548.832500', '214549.292500', '214549.752500', '214550.212500', '214550.672500', '214551.132500', '214551.592500', '214552.052500', '214552.512500', '214552.972500', '214553.432500', '214553.892500', '214554.352500', '214554.812500', '214555.272500', '214555.732500', '214556.192500', '214556.652500', '214557.112500', '214557.572500', '214558.032500', '214558.492500', '214558.952500', '214559.412500', '214559.872500', '214600.332500', '214600.792500', '214601.252500', '214601.712500', '214602.172500', '214602.632500', '214603.092500', '214603.552500', '214604.012500', '214604.472500', '214604.932500', '214605.392500', '214605.852500', '214606.312500', '214606.772500', '214607.232500', '214607.692500', '214608.152500', '214608.612500', '214609.072500', '214609.532500', '214609.992500', '214610.452500', '214610.912500', '214611.372500', '214611.832500', '214612.292500', '214612.752500', '214613.212500', '214613.672500', '214614.132500', '214614.592500', '214615.052500', '214615.512500', '214615.972500', '214616.432500', '214616.892500', '214617.352500', '214617.812500', '214618.272500', '214618.732500', '214619.192500', '214619.652500', '214620.112500', '214620.572500', '214621.032500', '214621.492500', '214621.952500', '214622.412500', '214622.872500', '214623.332500', '214623.792500', '214624.252500', '214624.712500', '214625.172500', '214625.632500', '214626.092500', '214626.552500', '214627.012500', '214627.472500', '214627.932500', '214628.392500', '214628.852500', '214629.312500', '214629.772500', '214630.232500', '214630.692500', '214631.152500', '214631.612500', '214632.072500', '214632.532500', '214632.992500', '214633.452500', '214633.912500', '214634.372500', '214634.832500', '214635.292500', '214635.752500', '214636.212500', '214636.672500', '214637.132500', '214637.592500', '214638.052500', '214638.512500', '214638.972500', '214639.432500', '214639.892500', '214640.352500', '214640.812500', '214641.272500', '214641.732500', '214642.192500', '214642.652500', '214643.112500', '214643.572500', '214644.032500', '214644.492500', '214644.952500', '214645.412500', '214645.872500', '214646.332500', '214646.792500', '214647.252500', '214647.712500', '214648.172500', '214648.632500', '214649.092500', '214649.552500', '214650.012500', '214650.472500', '214650.932500', '214651.392500', '214651.852500', '214652.312500', '214652.772500', '214653.232500', '214653.692500', '214654.152500', '214654.612500', '214655.072500', '214655.532500', '214655.992500', '214656.452500', '214656.912500', '214657.372500', '214657.832500', '214658.292500', '214658.752500', '214659.212500', '214659.672500', '214700.132500', '214700.592500', '214701.052500', '214701.512500', '214701.972500', '214702.432500', '214702.892500', '214703.352500', '214703.812500', '214704.272500', '214704.732500', '214705.192500', '214705.652500', '214706.112500', '214706.572500', '214707.032500', '214707.492500', '214707.952500', '214708.412500', '214708.872500', '214709.332500', '214709.792500', '214710.252500', '214710.712500', '214711.172500', '214711.632500', '214712.092500', '214712.552500', '214713.012500', '214713.472500', '214713.932500', '214714.392500', '214714.852500', '214715.312500', '214715.772500', '214716.232500', '214716.692500', '214717.152500', '214717.612500', '214718.072500', '214718.532500', '214718.992500', '214719.452500', '214719.912500', '214720.372500', '214720.832500', '214721.292500', '214721.752500', '214722.212500', '214722.672500', '214723.132500', '214723.592500', '214724.052500', '214724.512500', '214724.972500', '214725.432500', '214725.892500', '214726.352500', '214726.812500', '214727.272500', '214727.732500', '214728.192500', '214728.652500', '214729.112500', '214729.572500', '214730.032500', '214730.492500', '214730.952500', '214731.412500', '214731.872500', '214732.332500', '214732.792500', '214733.252500', '214733.712500', '214734.172500', '214734.632500', '214735.092500', '214735.552500', '214736.012500', '214736.472500', '214736.932500', '214737.392500', '214737.852500', '214738.312500', '214738.772500', '214739.232500', '214739.692500', '214740.152500', '214740.612500', '214741.072500', '214741.532500', '214741.992500', '214742.452500', '214742.912500', '214743.372500', '214743.832500', '214744.292500', '214744.752500', '214745.212500', '214745.672500', '214746.132500', '214746.592500', '214747.052500', '214747.512500', '214747.972500', '214748.432500', '214748.892500', '214749.352500', '214749.812500', '214750.272500', '214750.732500', '214751.192500', '214751.652500', '214752.112500', '214752.572500', '214753.032500', '214753.492500', '214753.952500', '214754.412500', '214754.872500', '214755.332500', '214755.792500', '214756.252500', '214756.712500', '214757.172500', '214757.632500', '214758.092500', '214758.552500', '214759.012500', '214759.472500', '214759.932500', '214800.392500', '214800.852500', '214801.312500', '214801.772500', '214802.232500', '214802.692500', '214803.152500', '214803.612500', '214804.072500', '214804.532500', '214804.992500', '214805.452500', '214805.912500', '214806.372500', '214806.832500', '214807.292500', '214807.752500', '214808.212500', '214808.672500', '214809.132500', '214809.592500', '214810.052500', '214810.512500', '214810.972500', '214811.432500', '214811.892500', '214812.352500', '214812.812500', '214813.272500', '214813.732500', '214814.192500', '214814.652500', '214815.112500', '214815.572500', '214816.032500', '214816.492500', '214816.952500', '214817.412500', '214817.872500', '214818.332500', '214818.792500', '214819.252500', '214819.712500', '214820.172500', '214820.632500', '214821.092500', '214821.552500', '214822.012500', '214822.472500', '214822.932500', '214823.392500', '214823.852500', '214824.312500', '214824.772500', '214825.232500', '214825.692500', '214826.152500', '214826.612500', '214827.072500', '214827.532500', '214827.992500', '214828.452500', '214828.912500', '214829.372500', '214829.832500', '214830.292500', '214830.752500', '214831.212500', '214831.672500', '214832.132500', '214832.592500', '214833.052500', '214833.512500', '214833.972500', '214834.432500', '214834.892500', '214835.352500', '214835.812500', '214836.272500', '214836.732500', '214837.192500', '214837.652500', '214838.112500', '214838.572500', '214839.032500', '214839.492500', '214839.952500', '214840.412500', '214840.872500', '214841.332500', '214841.792500', '214842.252500', '214842.712500', '214843.172500', '214843.632500', '214844.092500', '214844.552500', '214845.012500', '214845.472500', '214845.932500', '214846.392500', '214846.852500', '214847.312500', '214847.772500', '214848.232500', '214848.692500', '214849.152500', '214849.612500', '214850.072500', '214850.532500', '214850.992500', '214851.452500', '214851.912500', '214852.372500', '214852.832500', '214853.292500', '214853.752500', '214854.212500', '214854.672500', '214855.132500', '214855.592500', '214856.052500', '214856.512500', '214856.972500', '214857.432500', '214857.892500', '214858.352500', '214858.812500', '214859.272500', '214859.732500', '214900.192500', '214900.652500', '214901.112500', '214901.572500', '214902.032500', '214902.492500', '214902.952500', '214903.412500', '214903.872500', '214904.332500', '214904.792500', '214905.252500', '214905.712500', '214906.172500', '214906.632500', '214907.092500', '214907.552500', '214908.012500', '214908.472500', '214908.932500', '214909.392500', '214909.852500', '214910.312500', '214910.772500', '214911.232500', '214911.692500', '214912.152500', '214912.612500', '214913.072500', '214913.532500', '214913.992500', '214914.452500', '214914.912500', '214915.372500', '214915.832500', '214916.292500', '214916.752500', '214917.212500', '214917.672500', '214918.132500', '214918.592500', '214919.052500', '214919.512500', '214919.972500', '214920.432500', '214920.892500', '214921.352500', '214921.812500', '214922.272500', '214922.732500', '214923.192500', '214923.652500', '214924.112500', '214924.572500', '214925.032500', '214925.492500', '214925.952500', '214926.412500', '214926.872500', '214927.332500', '214927.792500', '214928.252500', '214928.712500', '214929.172500', '214929.632500', '214930.092500', '214930.552500', '214931.012500', '214931.472500', '214931.932500', '214932.392500', '214932.852500', '214933.312500', '214933.772500', '214934.232500', '214934.692500', '214935.152500', '214935.612500', '214936.072500', '214936.532500', '214936.992500', '214937.452500', '214937.912500', '214938.372500', '214938.832500', '214939.292500', '214939.752500', '214940.212500', '214940.672500', '214941.132500', '214941.592500', '214942.052500', '214942.512500', '214942.972500', '214943.432500', '214943.892500', '214944.352500', '214944.812500', '214945.272500', '214945.732500', '214946.192500', '214946.652500', '214947.112500', '214947.572500', '214948.032500', '214948.492500', '214948.952500', '214949.412500', '214949.872500', '214950.332500', '214950.792500', '214951.252500', '214951.712500', '214952.172500', '214952.632500', '214953.092500', '214953.552500', '214954.012500', '214954.472500', '214954.932500', '214955.392500', '214955.852500', '214956.312500', '214956.772500', '214957.232500', '214957.692500', '214958.152500', '214958.612500', '214959.072500', '214959.532500', '214959.992500', '215000.452500', '215000.912500', '215001.372500', '215001.832500', '215002.292500', '215002.752500', '215003.212500', '215003.672500', '215004.132500', '215004.592500', '215005.052500', '215005.512500', '215005.972500', '215006.432500', '215006.892500', '215007.352500', '215007.812500', '215008.272500', '215008.732500', '215009.192500', '215009.652500', '215010.112500', '215010.572500', '215011.032500', '215011.492500', '215011.952500', '215012.412500', '215012.872500', '215013.332500', '215013.792500', '215014.252500', '215014.712500', '215015.172500', '215015.632500', '215016.092500', '215016.552500', '215017.012500', '215017.472500', '215017.932500', '215018.392500', '215018.852500', '215019.312500', '215019.772500', '215020.232500', '215020.692500', '215021.152500', '215021.612500', '215022.072500', '215022.532500', '215022.992500', '215023.452500', '215023.912500', '215024.372500', '215024.832500', '215025.292500', '215025.752500', '215026.212500', '215026.672500', '215027.132500', '215027.592500', '215028.052500', '215028.512500', '215028.972500', '215029.432500', '215029.892500', '215030.352500', '215030.812500', '215031.272500', '215031.732500', '215032.192500', '215032.652500', '215033.112500', '215033.572500', '215034.032500', '215034.492500', '215034.952500', '215035.412500', '215035.872500', '215036.332500', '215036.792500', '215037.252500', '215037.712500', '215038.172500', '215038.632500', '215039.092500', '215039.552500', '215040.012500', '215040.472500', '215040.932500', '215041.392500', '215041.852500', '215042.312500', '215042.772500', '215043.232500', '215043.692500', '215044.152500', '215044.612500', '215045.072500', '215045.532500', '215045.992500', '215046.452500', '215046.912500', '215047.372500', '215047.832500', '215048.292500', '215048.752500', '215049.212500', '215049.672500', '215050.132500', '215050.592500', '215051.052500', '215051.512500', '215051.972500', '215052.432500', '215052.892500', '215053.352500', '215053.812500', '215054.272500', '215054.732500', '215055.192500', '215055.652500', '215056.112500', '215056.572500', '215057.032500', '215057.492500', '215057.952500', '215058.412500', '215058.872500', '215059.332500', '215059.792500', '215100.252500', '215100.712500', '215101.172500', '215101.632500', '215102.092500', '215102.552500', '215103.012500', '215103.472500', '215103.932500', '215104.392500', '215104.852500', '215105.312500', '215105.772500', '215106.232500', '215106.692500', '215107.152500', '215107.612500', '215108.072500', '215108.532500', '215108.992500', '215109.452500', '215109.912500', '215110.372500', '215110.832500', '215111.292500', '215111.752500', '215112.212500', '215112.672500', '215113.132500', '215113.592500', '215114.052500', '215114.512500', '215114.972500', '215115.432500', '215115.892500', '215116.352500', '215116.812500', '215117.272500', '215117.732500', '215118.192500', '215118.652500', '215119.112500', '215119.572500', '215120.032500', '215120.492500', '215120.952500', '215121.412500', '215121.872500', '215122.332500', '215122.792500', '215123.252500', '215123.712500', '215124.172500', '215124.632500', '215125.092500', '215125.552500', '215126.012500', '215126.472500', '215126.932500', '215127.392500', '215127.852500', '215128.312500', '215128.772500', '215129.232500', '215129.692500', '215130.152500', '215130.612500', '215131.072500', '215131.532500', '215131.992500', '215132.452500', '215132.912500', '215133.372500', '215133.832500', '215134.292500', '215134.752500', '215135.212500', '215135.672500', '215136.132500', '215136.592500', '215137.052500', '215137.512500', '215137.972500', '215138.432500', '215138.892500', '215139.352500', '215139.812500', '215140.272500', '215140.732500', '215141.192500', '215141.652500', '215142.112500', '215142.572500', '215143.032500', '215143.492500', '215143.952500', '215144.412500', '215144.872500', '215145.332500', '215145.792500', '215146.252500', '215146.712500', '215147.172500', '215147.632500', '215148.092500', '215148.552500', '215149.012500', '215149.472500', '215149.932500', '215150.392500'], 'ContentTime': ['214354.708000', '214354.713000', '214354.716000', '214354.718000', '214354.721000', '214354.724000', '214354.726000', '214354.729000', '214354.733000', '214354.736000', '214354.739000', '214354.741000', '214354.744000', '214354.747000', '214354.749000', '214354.752000', '214354.763000', '214354.767000', '214354.770000', '214354.772000', '214354.775000', '214354.778000', '214354.780000', '214354.783000', '214354.786000', '214354.788000', '214354.791000', '214414.674000', '214414.677000', '214414.680000', '214414.683000', '214414.685000', '214414.688000', '214414.690000', '214414.693000', '214414.695000', '214414.698000', '214414.700000', '214414.703000', '214414.706000', '214414.708000', '214414.711000', '214414.713000', '214414.716000', '214414.718000', '214414.721000', '214414.724000', '214414.726000', '214414.729000', '214414.732000', '214414.735000', '214414.737000', '214414.740000', '214414.761000', '214414.764000', '214414.767000', '214414.769000', '214414.772000', '214414.774000', '214414.777000', '214414.780000', '214414.782000', '214414.785000', '214414.787000', '214414.790000', '214414.793000', '214414.795000', '214414.798000', '214414.800000', '214414.803000', '214434.673000', '214434.676000', '214434.679000', '214434.681000', '214434.684000', '214434.687000', '214434.690000', '214434.692000', '214434.695000', '214434.697000', '214434.700000', '214434.703000', '214434.705000', '214434.708000', '214434.710000', '214434.713000', '214434.716000', '214434.718000', '214434.721000', '214434.723000', '214434.726000', '214434.729000', '214434.731000', '214434.734000', '214434.737000', '214434.739000', '214434.742000', '214434.744000', '214434.758000', '214434.761000', '214434.764000', '214434.766000', '214434.769000', '214434.771000', '214434.774000', '214434.777000', '214434.779000', '214434.782000', '214434.785000', '214434.787000', '214434.790000', '214434.792000', '214434.795000', '214434.798000', '214454.673000', '214454.676000', '214454.679000', '214454.682000', '214454.684000', '214454.687000', '214454.690000', '214454.692000', '214454.695000', '214454.698000', '214454.700000', '214454.703000', '214454.706000', '214454.708000', '214454.711000', '214454.714000', '214454.716000', '214454.719000', '214454.721000', '214454.724000', '214454.726000', '214454.729000', '214454.732000', '214454.735000', '214454.737000', '214454.740000', '214454.743000', '214454.745000', '214454.748000', '214454.751000', '214454.754000', '214454.757000', '214454.760000', '214454.763000', '214454.766000', '214454.768000', '214454.771000', '214454.774000', '214454.776000', '214454.779000', '214454.782000', '214454.784000', '214454.787000', '214514.673000', '214514.676000', '214514.679000', '214514.682000', '214514.685000', '214514.687000', '214514.690000', '214514.693000', '214514.695000', '214514.698000', '214514.700000', '214514.703000', '214514.706000', '214514.708000', '214514.711000', '214514.714000', '214514.716000', '214514.719000', '214514.721000', '214514.724000', '214514.727000', '214514.729000', '214514.732000', '214514.735000', '214514.737000', '214514.740000', '214514.743000', '214514.745000', '214514.748000', '214514.750000', '214514.753000', '214514.756000', '214514.758000', '214514.761000', '214514.763000', '214514.766000', '214514.769000', '214514.771000', '214514.774000', '214514.777000', '214514.779000', '214514.782000', '214514.784000', '214514.787000', '214534.675000', '214534.678000', '214534.680000', '214534.683000', '214534.685000', '214534.688000', '214534.691000', '214534.693000', '214534.696000', '214534.699000', '214534.701000', '214534.704000', '214534.706000', '214534.709000', '214534.712000', '214534.714000', '214534.717000', '214534.720000', '214534.722000', '214534.725000', '214534.727000', '214534.730000', '214534.733000', '214534.735000', '214534.738000', '214534.741000', '214534.743000', '214534.746000', '214534.750000', '214534.753000', '214534.755000', '214534.758000', '214534.761000', '214534.763000', '214534.766000', '214534.769000', '214534.771000', '214534.774000', '214534.776000', '214534.779000', '214534.782000', '214534.784000', '214534.787000', '214554.675000', '214554.677000', '214554.681000', '214554.683000', '214554.686000', '214554.688000', '214554.691000', '214554.694000', '214554.696000', '214554.699000', '214554.702000', '214554.704000', '214554.707000', '214554.709000', '214554.712000', '214554.715000', '214554.717000', '214554.720000', '214554.723000', '214554.725000', '214554.728000', '214554.730000', '214554.733000', '214554.736000', '214554.738000', '214554.741000', '214554.744000', '214554.746000', '214554.749000', '214554.751000', '214554.754000', '214554.757000', '214554.759000', '214554.762000', '214554.765000', '214554.767000', '214554.770000', '214554.773000', '214554.776000', '214554.778000', '214554.781000', '214554.783000', '214554.786000', '214554.789000', '214614.674000', '214614.677000', '214614.680000', '214614.683000', '214614.685000', '214614.688000', '214614.691000', '214614.693000', '214614.696000', '214614.699000', '214614.701000', '214614.704000', '214614.706000', '214614.709000', '214614.712000', '214614.714000', '214614.717000', '214614.720000', '214614.722000', '214614.725000', '214614.727000', '214614.730000', '214614.732000', '214614.745000', '214614.751000', '214614.754000', '214614.756000', '214614.759000', '214614.762000', '214614.764000', '214614.767000', '214614.770000', '214614.773000', '214614.775000', '214614.778000', '214614.781000', '214614.783000', '214614.786000', '214614.789000', '214614.792000', '214614.794000', '214614.797000', '214614.841000', '214634.674000', '214634.677000', '214634.680000', '214634.683000', '214634.685000', '214634.688000', '214634.690000', '214634.693000', '214634.696000', '214634.698000', '214634.701000', '214634.703000', '214634.706000', '214634.709000', '214634.711000', '214634.714000', '214634.717000', '214634.719000', '214634.722000', '214634.724000', '214634.727000', '214634.730000', '214634.732000', '214634.735000', '214634.738000', '214634.740000', '214634.743000', '214634.746000', '214634.748000', '214634.751000', '214634.753000', '214634.756000', '214634.759000', '214634.761000', '214634.764000', '214634.767000', '214634.769000', '214634.772000', '214634.774000', '214634.777000', '214634.780000', '214634.782000', '214634.785000', '214634.787000', '214654.674000', '214654.676000', '214654.679000', '214654.682000', '214654.685000', '214654.687000', '214654.690000', '214654.693000', '214654.695000', '214654.698000', '214654.700000', '214654.703000', '214654.706000', '214654.708000', '214654.711000', '214654.714000', '214654.716000', '214654.719000', '214654.721000', '214654.724000', '214654.727000', '214654.729000', '214654.732000', '214654.735000', '214654.737000', '214654.740000', '214654.742000', '214654.745000', '214654.748000', '214654.750000', '214654.753000', '214654.756000', '214654.758000', '214654.761000', '214654.763000', '214654.766000', '214654.769000', '214654.771000', '214654.774000', '214654.777000', '214654.779000', '214654.782000', '214654.784000', '214714.673000', '214714.676000', '214714.679000', '214714.682000', '214714.684000', '214714.687000', '214714.690000', '214714.692000', '214714.695000', '214714.698000', '214714.700000', '214714.703000', '214714.706000', '214714.708000', '214714.711000', '214714.713000', '214714.716000', '214714.719000', '214714.726000', '214714.729000', '214714.732000', '214714.734000', '214714.737000', '214714.740000', '214714.742000', '214714.745000', '214714.748000', '214714.750000', '214714.753000', '214714.755000', '214714.758000', '214714.761000', '214714.763000', '214714.766000', '214714.769000', '214714.771000', '214714.774000', '214714.776000', '214714.779000', '214714.782000', '214714.784000', '214714.787000', '214714.789000', '214714.792000', '214734.673000', '214734.676000', '214734.679000', '214734.682000', '214734.685000', '214734.687000', '214734.690000', '214734.693000', '214734.695000', '214734.698000', '214734.700000', '214734.703000', '214734.706000', '214734.708000', '214734.711000', '214734.713000', '214734.716000', '214734.719000', '214734.721000', '214734.724000', '214734.727000', '214734.729000', '214734.732000', '214734.735000', '214734.737000', '214734.740000', '214734.743000', '214734.745000', '214734.748000', '214734.751000', '214734.753000', '214734.756000', '214734.759000', '214734.761000', '214734.764000', '214734.767000', '214734.769000', '214734.772000', '214734.774000', '214734.777000', '214734.780000', '214734.782000', '214734.785000', '214754.675000', '214754.677000', '214754.680000', '214754.683000', '214754.685000', '214754.714000', '214754.716000', '214754.719000', '214754.722000', '214754.724000', '214754.727000', '214754.730000', '214754.732000', '214754.735000', '214754.737000', '214754.740000', '214754.743000', '214754.745000', '214754.748000', '214754.751000', '214754.753000', '214754.756000', '214754.759000', '214754.761000', '214754.764000', '214754.767000', '214754.769000', '214754.772000', '214754.775000', '214754.777000', '214754.780000', '214754.782000', '214754.785000', '214754.788000', '214754.790000', '214754.793000', '214754.796000', '214754.798000', '214754.854000', '214754.856000', '214754.859000', '214754.862000', '214754.864000', '214754.867000', '214814.675000', '214814.678000', '214814.680000', '214814.683000', '214814.685000', '214814.688000', '214814.691000', '214814.693000', '214814.696000', '214814.699000', '214814.701000', '214814.704000', '214814.706000', '214814.709000', '214814.712000', '214814.714000', '214814.717000', '214814.720000', '214814.722000', '214814.725000', '214814.727000', '214814.730000', '214814.733000', '214814.735000', '214814.738000', '214814.741000', '214814.743000', '214814.746000', '214814.748000', '214814.751000', '214814.754000', '214814.756000', '214814.759000', '214814.762000', '214814.764000', '214814.767000', '214814.770000', '214814.772000', '214814.775000', '214814.777000', '214814.780000', '214814.783000', '214814.785000', '214834.675000', '214834.677000', '214834.680000', '214834.683000', '214834.686000', '214834.688000', '214834.691000', '214834.694000', '214834.696000', '214834.699000', '214834.702000', '214834.704000', '214834.707000', '214834.709000', '214834.712000', '214834.715000', '214834.717000', '214834.720000', '214834.723000', '214834.726000', '214834.728000', '214834.731000', '214834.734000', '214834.736000', '214834.739000', '214834.742000', '214834.744000', '214834.747000', '214834.750000', '214834.752000', '214834.755000', '214834.757000', '214834.760000', '214834.763000', '214834.766000', '214834.768000', '214834.771000', '214834.774000', '214834.777000', '214834.780000', '214834.782000', '214834.785000', '214834.788000', '214854.675000', '214854.678000', '214854.680000', '214854.683000', '214854.686000', '214854.689000', '214854.691000', '214854.694000', '214854.697000', '214854.699000', '214854.702000', '214854.704000', '214854.707000', '214854.710000', '214854.712000', '214854.715000', '214854.718000', '214854.720000', '214854.723000', '214854.726000', '214854.728000', '214854.731000', '214854.734000', '214854.736000', '214854.739000', '214854.742000', '214854.744000', '214854.747000', '214854.749000', '214854.752000', '214854.755000', '214854.757000', '214854.760000', '214854.763000', '214854.765000', '214854.768000', '214854.771000', '214854.774000', '214854.776000', '214854.779000', '214854.781000', '214854.784000', '214854.787000', '214854.789000', '214914.673000', '214914.677000', '214914.679000', '214914.682000', '214914.685000', '214914.687000', '214914.690000', '214914.693000', '214914.695000', '214914.698000', '214914.700000', '214914.703000', '214914.706000', '214914.708000', '214914.711000', '214914.714000', '214914.716000', '214914.719000', '214914.721000', '214914.724000', '214914.727000', '214914.729000', '214914.732000', '214914.735000', '214914.737000', '214914.740000', '214914.742000', '214914.745000', '214914.748000', '214914.750000', '214914.769000', '214914.772000', '214914.775000', '214914.777000', '214914.780000', '214914.783000', '214914.785000', '214914.788000', '214914.791000', '214914.793000', '214914.796000', '214914.799000', '214914.851000', '214934.673000', '214934.676000', '214934.679000', '214934.682000', '214934.685000', '214934.688000', '214934.690000', '214934.693000', '214934.696000', '214934.698000', '214934.701000', '214934.703000', '214934.706000', '214934.709000', '214934.711000', '214934.714000', '214934.717000', '214934.719000', '214934.722000', '214934.724000', '214934.727000', '214934.729000', '214934.732000', '214934.734000', '214934.737000', '214934.740000', '214934.742000', '214934.745000', '214934.747000', '214934.750000', '214934.753000', '214934.755000', '214934.758000', '214934.760000', '214934.763000', '214934.765000', '214934.768000', '214934.771000', '214934.773000', '214934.776000', '214934.779000', '214934.781000', '214934.784000', '214934.786000', '214954.673000', '214954.676000', '214954.679000', '214954.681000', '214954.684000', '214954.687000', '214954.689000', '214954.692000', '214954.695000', '214954.697000', '214954.700000', '214954.703000', '214954.705000', '214954.708000', '214954.711000', '214954.714000', '214954.717000', '214954.720000', '214954.722000', '214954.725000', '214954.727000', '214954.730000', '214954.732000', '214954.735000', '214954.738000', '214954.740000', '214954.743000', '214954.746000', '214954.748000', '214954.751000', '214954.754000', '214954.756000', '214954.759000', '214954.762000', '214954.764000', '214954.767000', '214954.770000', '214954.772000', '214954.775000', '214954.777000', '214954.780000', '214954.783000', '214954.785000', '214954.788000', '215014.674000', '215014.677000', '215014.680000', '215014.683000', '215014.685000', '215014.688000', '215014.691000', '215014.693000', '215014.696000', '215014.698000', '215014.701000', '215014.704000', '215014.706000', '215014.709000', '215014.711000', '215014.714000', '215014.717000', '215014.719000', '215014.722000', '215014.725000', '215014.727000', '215014.730000', '215014.732000', '215014.735000', '215014.738000', '215014.740000', '215014.743000', '215014.745000', '215014.748000', '215014.751000', '215014.753000', '215014.756000', '215014.759000', '215014.761000', '215014.764000', '215014.767000', '215014.769000', '215014.772000', '215014.775000', '215014.777000', '215014.780000', '215014.783000', '215014.785000', '215034.674000', '215034.677000', '215034.681000', '215034.683000', '215034.686000', '215034.688000', '215034.691000', '215034.694000', '215034.697000', '215034.699000', '215034.702000', '215034.704000', '215034.707000', '215034.710000', '215034.712000', '215034.715000', '215034.718000', '215034.720000', '215034.723000', '215034.726000', '215034.728000', '215034.731000', '215034.733000', '215034.736000', '215034.739000', '215034.741000', '215034.744000', '215034.746000', '215034.749000', '215034.752000', '215034.754000', '215034.757000', '215034.759000', '215034.762000', '215034.764000', '215034.767000', '215034.770000', '215034.772000', '215034.775000', '215034.777000', '215034.784000', '215034.787000', '215034.789000', '215054.675000', '215054.678000', '215054.680000', '215054.683000', '215054.685000', '215054.688000', '215054.691000', '215054.693000', '215054.696000', '215054.707000', '215054.709000', '215054.712000', '215054.715000', '215054.718000', '215054.720000', '215054.723000', '215054.725000', '215054.728000', '215054.731000', '215054.733000', '215054.736000', '215054.738000', '215054.741000', '215054.744000', '215054.746000', '215054.749000', '215054.752000', '215054.754000', '215054.757000', '215054.759000', '215054.762000', '215054.765000', '215054.767000', '215054.770000', '215054.773000', '215054.775000', '215054.778000', '215054.780000', '215054.783000', '215054.786000', '215054.788000', '215054.791000', '215054.793000', '215054.796000', '215114.675000', '215114.677000', '215114.680000', '215114.683000', '215114.685000', '215114.688000', '215114.690000', '215114.693000', '215114.696000', '215114.699000', '215114.701000', '215114.704000', '215114.707000', '215114.710000', '215114.712000', '215114.715000', '215114.717000', '215114.720000', '215114.723000', '215114.725000', '215114.728000', '215114.731000', '215114.733000', '215114.736000', '215114.738000', '215114.741000', '215114.744000', '215114.746000', '215114.749000', '215114.752000', '215114.755000', '215114.758000', '215114.760000', '215114.763000', '215114.766000', '215114.768000', '215114.771000', '215114.774000', '215114.776000', '215114.779000', '215114.781000', '215114.784000', '215114.787000', '215134.674000', '215134.676000', '215134.679000', '215134.682000', '215134.685000', '215134.687000', '215134.690000', '215134.692000', '215134.695000', '215134.698000', '215134.700000', '215134.703000', '215134.706000', '215134.708000', '215134.711000', '215134.713000', '215134.716000', '215134.719000', '215134.721000', '215134.724000', '215134.727000', '215134.729000', '215134.732000', '215134.735000', '215134.738000', '215134.740000', '215134.743000', '215134.746000', '215134.748000', '215134.751000', '215134.754000', '215134.756000', '215134.759000', '215134.762000', '215134.764000', '215134.767000', '215134.770000', '215134.772000', '215134.775000', '215134.778000', '215134.780000', '215134.783000', '215134.785000', '215134.788000', '215151.939000', '215151.942000', '215151.944000', '215151.947000', '215151.950000', '215151.952000', '215151.955000', '215151.958000', '215151.960000', '215151.963000', '215151.965000', '215151.968000', '215151.971000', '215151.973000', '215151.976000', '215151.979000', '215151.981000', '215151.984000', '215151.987000', '215151.989000', '215151.992000', '215151.995000', '215151.997000', '215152.001000', '215152.003000', '215152.006000', '215152.009000', '215152.012000', '215152.014000', '215152.017000', '215152.019000', '215152.022000', '215152.025000', '215152.027000', '215152.030000', '215152.033000', '215152.035000', '215152.051000'], 'InstanceCreationTime': ['214354.708000', '214354.713000', '214354.716000', '214354.718000', '214354.721000', '214354.724000', '214354.726000', '214354.729000', '214354.733000', '214354.736000', '214354.739000', '214354.741000', '214354.744000', '214354.747000', '214354.749000', '214354.752000', '214354.763000', '214354.767000', '214354.770000', '214354.772000', '214354.775000', '214354.778000', '214354.780000', '214354.783000', '214354.786000', '214354.788000', '214354.791000', '214414.674000', '214414.677000', '214414.680000', '214414.683000', '214414.685000', '214414.688000', '214414.690000', '214414.693000', '214414.695000', '214414.698000', '214414.700000', '214414.703000', '214414.706000', '214414.708000', '214414.711000', '214414.713000', '214414.716000', '214414.718000', '214414.721000', '214414.724000', '214414.726000', '214414.729000', '214414.732000', '214414.735000', '214414.737000', '214414.740000', '214414.761000', '214414.764000', '214414.767000', '214414.769000', '214414.772000', '214414.774000', '214414.777000', '214414.780000', '214414.782000', '214414.785000', '214414.787000', '214414.790000', '214414.793000', '214414.795000', '214414.798000', '214414.800000', '214414.803000', '214434.673000', '214434.676000', '214434.679000', '214434.681000', '214434.684000', '214434.687000', '214434.690000', '214434.692000', '214434.695000', '214434.697000', '214434.700000', '214434.703000', '214434.705000', '214434.708000', '214434.710000', '214434.713000', '214434.716000', '214434.718000', '214434.721000', '214434.723000', '214434.726000', '214434.729000', '214434.731000', '214434.734000', '214434.737000', '214434.739000', '214434.742000', '214434.744000', '214434.758000', '214434.761000', '214434.764000', '214434.766000', '214434.769000', '214434.771000', '214434.774000', '214434.777000', '214434.779000', '214434.782000', '214434.785000', '214434.787000', '214434.790000', '214434.792000', '214434.795000', '214434.798000', '214454.673000', '214454.676000', '214454.679000', '214454.682000', '214454.684000', '214454.687000', '214454.690000', '214454.692000', '214454.695000', '214454.698000', '214454.700000', '214454.703000', '214454.706000', '214454.708000', '214454.711000', '214454.714000', '214454.716000', '214454.719000', '214454.721000', '214454.724000', '214454.726000', '214454.729000', '214454.732000', '214454.735000', '214454.737000', '214454.740000', '214454.743000', '214454.745000', '214454.748000', '214454.751000', '214454.754000', '214454.757000', '214454.760000', '214454.763000', '214454.766000', '214454.768000', '214454.771000', '214454.774000', '214454.776000', '214454.779000', '214454.782000', '214454.784000', '214454.787000', '214514.673000', '214514.676000', '214514.679000', '214514.682000', '214514.685000', '214514.687000', '214514.690000', '214514.693000', '214514.695000', '214514.698000', '214514.700000', '214514.703000', '214514.706000', '214514.708000', '214514.711000', '214514.714000', '214514.716000', '214514.719000', '214514.721000', '214514.724000', '214514.727000', '214514.729000', '214514.732000', '214514.735000', '214514.737000', '214514.740000', '214514.743000', '214514.745000', '214514.748000', '214514.750000', '214514.753000', '214514.756000', '214514.758000', '214514.761000', '214514.763000', '214514.766000', '214514.769000', '214514.771000', '214514.774000', '214514.777000', '214514.779000', '214514.782000', '214514.784000', '214514.787000', '214534.675000', '214534.678000', '214534.680000', '214534.683000', '214534.685000', '214534.688000', '214534.691000', '214534.693000', '214534.696000', '214534.699000', '214534.701000', '214534.704000', '214534.706000', '214534.709000', '214534.712000', '214534.714000', '214534.717000', '214534.720000', '214534.722000', '214534.725000', '214534.727000', '214534.730000', '214534.733000', '214534.735000', '214534.738000', '214534.741000', '214534.743000', '214534.746000', '214534.750000', '214534.753000', '214534.755000', '214534.758000', '214534.761000', '214534.763000', '214534.766000', '214534.769000', '214534.771000', '214534.774000', '214534.776000', '214534.779000', '214534.782000', '214534.784000', '214534.787000', '214554.675000', '214554.677000', '214554.681000', '214554.683000', '214554.686000', '214554.688000', '214554.691000', '214554.694000', '214554.696000', '214554.699000', '214554.702000', '214554.704000', '214554.707000', '214554.709000', '214554.712000', '214554.715000', '214554.717000', '214554.720000', '214554.723000', '214554.725000', '214554.728000', '214554.730000', '214554.733000', '214554.736000', '214554.738000', '214554.741000', '214554.744000', '214554.746000', '214554.749000', '214554.751000', '214554.754000', '214554.757000', '214554.759000', '214554.762000', '214554.765000', '214554.767000', '214554.770000', '214554.773000', '214554.776000', '214554.778000', '214554.781000', '214554.783000', '214554.786000', '214554.789000', '214614.674000', '214614.677000', '214614.680000', '214614.683000', '214614.685000', '214614.688000', '214614.691000', '214614.693000', '214614.696000', '214614.699000', '214614.701000', '214614.704000', '214614.706000', '214614.709000', '214614.712000', '214614.714000', '214614.717000', '214614.720000', '214614.722000', '214614.725000', '214614.727000', '214614.730000', '214614.732000', '214614.745000', '214614.751000', '214614.754000', '214614.756000', '214614.759000', '214614.762000', '214614.764000', '214614.767000', '214614.770000', '214614.773000', '214614.775000', '214614.778000', '214614.781000', '214614.783000', '214614.786000', '214614.789000', '214614.792000', '214614.794000', '214614.797000', '214614.841000', '214634.674000', '214634.677000', '214634.680000', '214634.683000', '214634.685000', '214634.688000', '214634.690000', '214634.693000', '214634.696000', '214634.698000', '214634.701000', '214634.703000', '214634.706000', '214634.709000', '214634.711000', '214634.714000', '214634.717000', '214634.719000', '214634.722000', '214634.724000', '214634.727000', '214634.730000', '214634.732000', '214634.735000', '214634.738000', '214634.740000', '214634.743000', '214634.746000', '214634.748000', '214634.751000', '214634.753000', '214634.756000', '214634.759000', '214634.761000', '214634.764000', '214634.767000', '214634.769000', '214634.772000', '214634.774000', '214634.777000', '214634.780000', '214634.782000', '214634.785000', '214634.787000', '214654.674000', '214654.676000', '214654.679000', '214654.682000', '214654.685000', '214654.687000', '214654.690000', '214654.693000', '214654.695000', '214654.698000', '214654.700000', '214654.703000', '214654.706000', '214654.708000', '214654.711000', '214654.714000', '214654.716000', '214654.719000', '214654.721000', '214654.724000', '214654.727000', '214654.729000', '214654.732000', '214654.735000', '214654.737000', '214654.740000', '214654.742000', '214654.745000', '214654.748000', '214654.750000', '214654.753000', '214654.756000', '214654.758000', '214654.761000', '214654.763000', '214654.766000', '214654.769000', '214654.771000', '214654.774000', '214654.777000', '214654.779000', '214654.782000', '214654.784000', '214714.673000', '214714.676000', '214714.679000', '214714.682000', '214714.684000', '214714.687000', '214714.690000', '214714.692000', '214714.695000', '214714.698000', '214714.700000', '214714.703000', '214714.706000', '214714.708000', '214714.711000', '214714.713000', '214714.716000', '214714.719000', '214714.726000', '214714.729000', '214714.732000', '214714.734000', '214714.737000', '214714.740000', '214714.742000', '214714.745000', '214714.748000', '214714.750000', '214714.753000', '214714.755000', '214714.758000', '214714.761000', '214714.763000', '214714.766000', '214714.769000', '214714.771000', '214714.774000', '214714.776000', '214714.779000', '214714.782000', '214714.784000', '214714.787000', '214714.789000', '214714.792000', '214734.673000', '214734.676000', '214734.679000', '214734.682000', '214734.685000', '214734.687000', '214734.690000', '214734.693000', '214734.695000', '214734.698000', '214734.700000', '214734.703000', '214734.706000', '214734.708000', '214734.711000', '214734.713000', '214734.716000', '214734.719000', '214734.721000', '214734.724000', '214734.727000', '214734.729000', '214734.732000', '214734.735000', '214734.737000', '214734.740000', '214734.743000', '214734.745000', '214734.748000', '214734.751000', '214734.753000', '214734.756000', '214734.759000', '214734.761000', '214734.764000', '214734.767000', '214734.769000', '214734.772000', '214734.774000', '214734.777000', '214734.780000', '214734.782000', '214734.785000', '214754.675000', '214754.677000', '214754.680000', '214754.683000', '214754.685000', '214754.714000', '214754.716000', '214754.719000', '214754.722000', '214754.724000', '214754.727000', '214754.730000', '214754.732000', '214754.735000', '214754.737000', '214754.740000', '214754.743000', '214754.745000', '214754.748000', '214754.751000', '214754.753000', '214754.756000', '214754.759000', '214754.761000', '214754.764000', '214754.767000', '214754.769000', '214754.772000', '214754.775000', '214754.777000', '214754.780000', '214754.782000', '214754.785000', '214754.788000', '214754.790000', '214754.793000', '214754.796000', '214754.798000', '214754.854000', '214754.856000', '214754.859000', '214754.862000', '214754.864000', '214754.867000', '214814.675000', '214814.678000', '214814.680000', '214814.683000', '214814.685000', '214814.688000', '214814.691000', '214814.693000', '214814.696000', '214814.699000', '214814.701000', '214814.704000', '214814.706000', '214814.709000', '214814.712000', '214814.714000', '214814.717000', '214814.720000', '214814.722000', '214814.725000', '214814.727000', '214814.730000', '214814.733000', '214814.735000', '214814.738000', '214814.741000', '214814.743000', '214814.746000', '214814.748000', '214814.751000', '214814.754000', '214814.756000', '214814.759000', '214814.762000', '214814.764000', '214814.767000', '214814.770000', '214814.772000', '214814.775000', '214814.777000', '214814.780000', '214814.783000', '214814.785000', '214834.675000', '214834.677000', '214834.680000', '214834.683000', '214834.686000', '214834.688000', '214834.691000', '214834.694000', '214834.696000', '214834.699000', '214834.702000', '214834.704000', '214834.707000', '214834.709000', '214834.712000', '214834.715000', '214834.717000', '214834.720000', '214834.723000', '214834.726000', '214834.728000', '214834.731000', '214834.734000', '214834.736000', '214834.739000', '214834.742000', '214834.744000', '214834.747000', '214834.750000', '214834.752000', '214834.755000', '214834.757000', '214834.760000', '214834.763000', '214834.766000', '214834.768000', '214834.771000', '214834.774000', '214834.777000', '214834.780000', '214834.782000', '214834.785000', '214834.788000', '214854.675000', '214854.678000', '214854.680000', '214854.683000', '214854.686000', '214854.689000', '214854.691000', '214854.694000', '214854.697000', '214854.699000', '214854.702000', '214854.704000', '214854.707000', '214854.710000', '214854.712000', '214854.715000', '214854.718000', '214854.720000', '214854.723000', '214854.726000', '214854.728000', '214854.731000', '214854.734000', '214854.736000', '214854.739000', '214854.742000', '214854.744000', '214854.747000', '214854.749000', '214854.752000', '214854.755000', '214854.757000', '214854.760000', '214854.763000', '214854.765000', '214854.768000', '214854.771000', '214854.774000', '214854.776000', '214854.779000', '214854.781000', '214854.784000', '214854.787000', '214854.789000', '214914.673000', '214914.677000', '214914.679000', '214914.682000', '214914.685000', '214914.687000', '214914.690000', '214914.693000', '214914.695000', '214914.698000', '214914.700000', '214914.703000', '214914.706000', '214914.708000', '214914.711000', '214914.714000', '214914.716000', '214914.719000', '214914.721000', '214914.724000', '214914.727000', '214914.729000', '214914.732000', '214914.735000', '214914.737000', '214914.740000', '214914.742000', '214914.745000', '214914.748000', '214914.750000', '214914.769000', '214914.772000', '214914.775000', '214914.777000', '214914.780000', '214914.783000', '214914.785000', '214914.788000', '214914.791000', '214914.793000', '214914.796000', '214914.799000', '214914.851000', '214934.673000', '214934.676000', '214934.679000', '214934.682000', '214934.685000', '214934.688000', '214934.690000', '214934.693000', '214934.696000', '214934.698000', '214934.701000', '214934.703000', '214934.706000', '214934.709000', '214934.711000', '214934.714000', '214934.717000', '214934.719000', '214934.722000', '214934.724000', '214934.727000', '214934.729000', '214934.732000', '214934.734000', '214934.737000', '214934.740000', '214934.742000', '214934.745000', '214934.747000', '214934.750000', '214934.753000', '214934.755000', '214934.758000', '214934.760000', '214934.763000', '214934.765000', '214934.768000', '214934.771000', '214934.773000', '214934.776000', '214934.779000', '214934.781000', '214934.784000', '214934.786000', '214954.673000', '214954.676000', '214954.679000', '214954.681000', '214954.684000', '214954.687000', '214954.689000', '214954.692000', '214954.695000', '214954.697000', '214954.700000', '214954.703000', '214954.705000', '214954.708000', '214954.711000', '214954.714000', '214954.717000', '214954.720000', '214954.722000', '214954.725000', '214954.727000', '214954.730000', '214954.732000', '214954.735000', '214954.738000', '214954.740000', '214954.743000', '214954.746000', '214954.748000', '214954.751000', '214954.754000', '214954.756000', '214954.759000', '214954.762000', '214954.764000', '214954.767000', '214954.770000', '214954.772000', '214954.775000', '214954.777000', '214954.780000', '214954.783000', '214954.785000', '214954.788000', '215014.674000', '215014.677000', '215014.680000', '215014.683000', '215014.685000', '215014.688000', '215014.691000', '215014.693000', '215014.696000', '215014.698000', '215014.701000', '215014.704000', '215014.706000', '215014.709000', '215014.711000', '215014.714000', '215014.717000', '215014.719000', '215014.722000', '215014.725000', '215014.727000', '215014.730000', '215014.732000', '215014.735000', '215014.738000', '215014.740000', '215014.743000', '215014.745000', '215014.748000', '215014.751000', '215014.753000', '215014.756000', '215014.759000', '215014.761000', '215014.764000', '215014.767000', '215014.769000', '215014.772000', '215014.775000', '215014.777000', '215014.780000', '215014.783000', '215014.785000', '215034.674000', '215034.677000', '215034.681000', '215034.683000', '215034.686000', '215034.688000', '215034.691000', '215034.694000', '215034.697000', '215034.699000', '215034.702000', '215034.704000', '215034.707000', '215034.710000', '215034.712000', '215034.715000', '215034.718000', '215034.720000', '215034.723000', '215034.726000', '215034.728000', '215034.731000', '215034.733000', '215034.736000', '215034.739000', '215034.741000', '215034.744000', '215034.746000', '215034.749000', '215034.752000', '215034.754000', '215034.757000', '215034.759000', '215034.762000', '215034.764000', '215034.767000', '215034.770000', '215034.772000', '215034.775000', '215034.777000', '215034.784000', '215034.787000', '215034.789000', '215054.675000', '215054.678000', '215054.680000', '215054.683000', '215054.685000', '215054.688000', '215054.691000', '215054.693000', '215054.696000', '215054.707000', '215054.709000', '215054.712000', '215054.715000', '215054.718000', '215054.720000', '215054.723000', '215054.725000', '215054.728000', '215054.731000', '215054.733000', '215054.736000', '215054.738000', '215054.741000', '215054.744000', '215054.746000', '215054.749000', '215054.752000', '215054.754000', '215054.757000', '215054.759000', '215054.762000', '215054.765000', '215054.767000', '215054.770000', '215054.773000', '215054.775000', '215054.778000', '215054.780000', '215054.783000', '215054.786000', '215054.788000', '215054.791000', '215054.793000', '215054.796000', '215114.675000', '215114.677000', '215114.680000', '215114.683000', '215114.685000', '215114.688000', '215114.690000', '215114.693000', '215114.696000', '215114.699000', '215114.701000', '215114.704000', '215114.707000', '215114.710000', '215114.712000', '215114.715000', '215114.717000', '215114.720000', '215114.723000', '215114.725000', '215114.728000', '215114.731000', '215114.733000', '215114.736000', '215114.738000', '215114.741000', '215114.744000', '215114.746000', '215114.749000', '215114.752000', '215114.755000', '215114.758000', '215114.760000', '215114.763000', '215114.766000', '215114.768000', '215114.771000', '215114.774000', '215114.776000', '215114.779000', '215114.781000', '215114.784000', '215114.787000', '215134.674000', '215134.676000', '215134.679000', '215134.682000', '215134.685000', '215134.687000', '215134.690000', '215134.692000', '215134.695000', '215134.698000', '215134.700000', '215134.703000', '215134.706000', '215134.708000', '215134.711000', '215134.713000', '215134.716000', '215134.719000', '215134.721000', '215134.724000', '215134.727000', '215134.729000', '215134.732000', '215134.735000', '215134.738000', '215134.740000', '215134.743000', '215134.746000', '215134.748000', '215134.751000', '215134.754000', '215134.756000', '215134.759000', '215134.762000', '215134.764000', '215134.767000', '215134.770000', '215134.772000', '215134.775000', '215134.778000', '215134.780000', '215134.783000', '215134.785000', '215134.788000', '215151.939000', '215151.942000', '215151.944000', '215151.947000', '215151.950000', '215151.952000', '215151.955000', '215151.958000', '215151.960000', '215151.963000', '215151.965000', '215151.968000', '215151.971000', '215151.973000', '215151.976000', '215151.979000', '215151.981000', '215151.984000', '215151.987000', '215151.989000', '215151.992000', '215151.995000', '215151.997000', '215152.001000', '215152.003000', '215152.006000', '215152.009000', '215152.012000', '215152.014000', '215152.017000', '215152.019000', '215152.022000', '215152.025000', '215152.027000', '215152.030000', '215152.033000', '215152.035000', '215152.051000'], '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': [10223, 7508, 10133, 9400, 12417, 9557, 10977, 8837, 11239, 9949, 7410, 9269, 7209, 9206, 8101, 10218, 9252, 6820, 8135, 7726, 11485, 9851, 7042, 9400, 6913, 8920, 9228, 11710, 9342, 7506, 9233, 9027, 8051, 10023, 6959, 8990, 8674, 7289, 9850, 7135, 9735, 8670, 8046, 8936, 8093, 9355, 12249, 10836, 9467, 10953, 7587, 10392, 9112, 8400, 8697, 7471, 9873, 8994, 12705, 10188, 11159, 9661, 11547, 9015, 11602, 8400, 9273, 7713, 9041, 7116, 9452, 7088, 8624, 7125, 8567, 9563, 8965, 7823, 9086, 7161, 8758, 6917, 9196, 7738, 8828, 8216, 9025, 7540, 9856, 13528, 9756, 11117, 9389, 10154, 8908, 12515, 9817, 10144, 9293, 7329, 8314, 12168, 9651, 9473, 9025, 10974, 9238, 11431, 8050, 10643, 6924, 8875, 8682, 8813, 12069, 9247, 9036, 9099, 9071, 8631, 10213, 8421, 9109, 7918, 8195, 7656, 8681, 7527, 10076, 8191, 8649, 7438, 8675, 7166, 10624, 7128, 8920, 6873, 8764, 8985, 9516, 7194, 9380, 8130, 9133, 12687, 9851, 9959, 9689, 7399, 9241, 9718, 9567, 8269, 10098, 6992, 9128, 10068, 9658, 10771, 9938, 10534, 9322, 12342, 9381, 11091, 9125, 10244, 8884, 10855, 8958, 12482, 9172, 9843, 8885, 10730, 9074, 7602, 9464, 6626, 8795, 9072, 10453, 7299, 9649, 7724, 9217, 12935, 10532, 9237, 9797, 8862, 8986, 12104, 9336, 8313, 9106, 7543, 8684, 12317, 9981, 8402, 9591, 6765, 8784, 9332, 9622, 8148, 9900, 6854, 9072, 9512, 10213, 7332, 10081, 6937, 9321, 12764, 10146, 9392, 10069, 6774, 9011, 7925, 10461, 8836, 7021, 8925, 7175, 8629, 13168, 10649, 8447, 9254, 10615, 8652, 13045, 9959, 7599, 8622, 6800, 9228, 7493, 11372, 8031, 9726, 8889, 11984, 8432, 12000, 8440, 9502, 9071, 11264, 9295, 7255, 8886, 7013, 8569, 7123, 11616, 8003, 9092, 9023, 10327, 7668, 11519, 8969, 9348, 9102, 9497, 9475, 7015, 9224, 7316, 8410, 8234, 10562, 6973, 9053, 7086, 8844, 8260, 11432, 9221, 11186, 9249, 12043, 9930, 12139, 9583, 10112, 8985, 9477, 9942, 7456, 9192, 7272, 8961, 8877, 12327, 9045, 7238, 8337, 6842, 11044, 8798, 12464, 7941, 9204, 9100, 9027, 6935, 10845, 8263, 10840, 7124, 8842, 7927, 8197, 8380, 7041, 7906, 6582, 8319, 11390, 9527, 12423, 9499, 11489, 9366, 12033, 9343, 11510, 9202, 10953, 9072, 11377, 9058, 10640, 9031, 10778, 9241, 7226, 8958, 7134, 8666, 7243, 9693, 7173, 8680, 7904, 9222, 8337, 6968, 8702, 8267, 8825, 8876, 7835, 9647, 8567, 11550, 8370, 10894, 7548, 9726, 7401, 9716, 7414, 11706, 7686, 8958, 7968, 9342, 7810, 10805, 9122, 10829, 8621, 8186, 8452, 10226, 8651, 12528, 10488, 6989, 8924, 7184, 8174, 7048, 11043, 7165, 8720, 7061, 8637, 10057, 9693, 10726, 9657, 7262, 9197, 6803, 9404, 7286, 9409, 6826, 8439, 6932, 8683, 11468, 10572, 6739, 9063, 6957, 8686, 10988, 9642, 9908, 9757, 6936, 9256, 8355, 8537, 12927, 9990, 9874, 8991, 11010, 8555, 10953, 8891, 11284, 9293, 9927, 8964, 9844, 8658, 10652, 8710, 8427, 8476, 9276, 7998, 10822, 9647, 10596, 8515, 6620, 7919, 7451, 10527, 7737, 11406, 6821, 9412, 6814, 10577, 12501, 10027, 7732, 9206, 6812, 9337, 8754, 10729, 6797, 9169, 7898, 11151, 9038, 9299, 8613, 6781, 8050, 13215, 10739, 11234, 8976, 10078, 8500, 10771, 7534, 9427, 7686, 7771, 8209, 9541, 8715, 6931, 8106, 7344, 9231, 8260, 10799, 8786, 10481, 8032, 10873, 8619, 10282, 8688, 9882, 8545, 11353, 8684, 10637, 9138, 10284, 8509, 11630, 9802, 11465, 8950, 10996, 8787, 11961, 9439, 10552, 9106, 6703, 7966, 7044, 10064, 7189, 8303, 7015, 8708, 6978, 11091, 8359, 9688, 8843, 11351, 9772, 8018, 8960, 12841, 9156, 11966, 9418, 9275, 9161, 9637, 8339, 9159, 9312, 7194, 7750, 7895, 12356, 9692, 7270, 8988, 8587, 9967, 9592, 7680, 9179, 8359, 11402, 9466, 13480, 9758, 11886, 9303, 12932, 9950, 8123, 9439, 6979, 8411, 7594, 11182, 9028, 11272, 8745, 12558, 9959, 11548, 7959, 8553, 7430, 11070, 8763, 7077, 7756, 7069, 8110, 8157, 11542, 9892, 11948, 9131, 10241, 8741, 10595, 7842, 9791, 7215, 8284, 7152, 8167, 7168, 8332, 7688, 7995, 7123, 8120, 9935, 8654, 9565, 8691, 6971, 8149, 7015, 7962, 7381, 8441, 7363, 8730, 7883, 10866, 7569, 10173, 7205, 9478, 11075, 9925, 6807, 8517, 6845, 8367, 8835, 10939, 7007, 8770, 7030, 8112, 13713, 10714, 12619, 9351, 10625, 9046, 11332, 8627, 11145, 9093, 8668, 8916, 10257, 8117, 11406, 8106, 8346, 7206, 8181, 8429, 9314, 6625, 8873, 8026, 8142, 12176, 9123, 7409, 8501, 10534, 8575, 11568, 9026, 9098, 8864, 9575, 7996, 10679, 7819, 11100, 8438, 9571, 7716, 10273, 7229, 11525, 7160, 8761, 7192, 8299, 10521, 9713, 7844, 9416, 7187, 8195, 7052, 10197, 6966, 8268, 7016, 10142, 7560, 12452, 7402, 9024, 7352, 10973, 14440, 11281, 11636, 9077, 10295, 8607, 12116, 9394, 10441, 8771, 9645, 8348, 12512, 9324, 7997, 8755, 7118, 10240, 8361, 9277, 8776, 8478, 7669, 8538, 7293, 10763, 7773, 11043, 8057, 8513, 8842, 8756, 8674, 7024, 11156, 9982, 9769, 9301, 7843, 9358, 8464, 11654, 8180, 10533, 8263, 8511, 8299, 8751, 7261, 10016, 7621, 8310, 8761, 8731, 7894, 6919, 8310, 6912, 7584, 8365, 9908, 8396, 9164, 8892, 6722, 8448, 7466, 11935, 10112, 10503, 9471, 6905, 8934, 7439, 12510, 8360, 9896, 9061, 10961, 9458, 8349, 9499, 7003, 8698, 7605, 11887, 8988, 10146, 8969, 6590, 8757, 9928, 10471, 6845, 8594, 7808, 9292, 8428, 12368, 9149, 6636, 8483, 6921, 10489, 8239, 11702, 9105, 10248, 8873, 10191, 7395, 11395, 8037, 10355, 9178, 6834, 10348, 7806, 9929, 8821, 9312, 11280, 7871, 10991, 7957, 13049, 9149, 12632, 7927, 11875, 8110, 13264, 9036, 11331, 9250, 9068, 12599, 8001, 11530, 8926, 15099, 12605, 13006, 10406, 14691, 12443, 14635, 9368, 12428, 10006, 13493, 9873, 6751, 10372, 7882, 14107, 9380, 7032, 9693, 8460, 14272, 8240, 12099, 8751, 11558, 10089, 10119, 8575, 7045, 9337, 8805, 14986, 9916, 7165, 8690, 6760, 10247, 8336, 10786, 9217, 7724, 10773, 7977, 9447, 8951, 8446, 10686, 8441, 10875, 9902, 7409, 11013, 9391, 10097, 9491, 6608, 10519, 9124, 6666, 10126, 7578, 10053, 10064, 7022, 9490, 8014, 7864, 8681, 6816, 9887, 9579, 6952, 9395, 7298, 9916, 8628, 11889, 10179, 10363, 10080, 7204, 9960, 7897, 11664, 9521, 10184, 9711, 8533, 9619, 7395, 10122, 7005, 9677, 8413, 9655, 7648, 10508, 6934, 9976, 6691, 9306, 8374, 8920, 8876, 7084, 8769, 10536, 9007, 6741, 9624, 6813, 8941, 9332, 9649, 8402, 10037, 6684, 9483, 6902, 10934, 9023, 9826, 9495, 6689, 8710, 7696, 10713, 7860, 9834, 7293, 10511, 8987, 8365, 10006, 7663, 8856, 8535, 10942, 8658, 11247, 9057, 10028, 9370, 8114, 9281, 6660, 9294, 8577, 10358, 9469, 6810, 9269, 7591, 12177, 8720, 9856, 8977, 10695, 9195, 10313, 8797, 6827, 9660, 6811, 10108, 7710, 8849, 9012, 10624, 8276, 10932, 8168, 9400, 8294, 9741, 9073, 6974, 9060, 6900, 9081, 7204, 10591, 9012, 9374, 8665, 10991, 9024, 7382, 9627, 6929, 9237, 8221, 11515, 9517, 10594, 9049, 11362, 9196, 11887, 9230, 7215, 9536, 7181, 10225, 8476, 7686, 9613, 7862, 11183, 7937, 10439, 9007, 10685, 10055, 7861, 10853, 7060, 9798], 'WindowCenter': [4083.0, 4013.0, 4042.0, 4031.0, 4060.0, 4040.0, 4040.0, 4013.0, 4019.0, 4011.0, 3969.0, 4000.0, 3980.0, 3996.0, 3975.0, 4008.0, 3981.0, 3950.0, 4000.0, 3990.0, 4029.0, 4039.0, 4005.0, 4012.0, 3976.0, 4013.0, 4022.0, 4045.0, 4027.0, 3992.0, 4022.0, 4039.0, 4026.0, 4038.0, 3991.0, 4011.0, 4023.0, 4006.0, 4049.0, 4006.0, 4052.0, 4054.0, 4029.0, 4039.0, 4013.0, 4026.0, 4042.0, 4031.0, 4013.0, 4022.0, 3976.0, 4022.0, 4015.0, 4004.0, 4003.0, 3981.0, 4010.0, 4001.0, 4031.0, 4011.0, 4021.0, 4000.0, 4020.0, 3989.0, 4020.0, 3987.0, 3986.0, 3962.0, 3985.0, 3954.0, 3997.0, 3966.0, 3987.0, 3965.0, 3987.0, 3996.0, 3998.0, 3977.0, 3999.0, 3966.0, 4000.0, 3967.0, 4011.0, 3992.0, 4000.0, 4003.0, 4003.0, 3992.0, 4013.0, 4044.0, 4012.0, 4020.0, 4000.0, 4008.0, 4000.0, 4030.0, 4000.0, 4009.0, 3999.0, 3976.0, 4001.0, 4029.0, 4012.0, 4010.0, 4002.0, 4021.0, 4000.0, 4021.0, 3978.0, 4009.0, 3966.0, 3998.0, 3987.0, 3998.0, 4018.0, 3998.0, 3987.0, 3998.0, 3984.0, 3998.0, 4009.0, 3988.0, 3998.0, 3989.0, 3988.0, 3989.0, 4000.0, 3991.0, 4022.0, 4002.0, 4001.0, 3981.0, 4002.0, 3981.0, 4024.0, 3981.0, 4003.0, 3970.0, 4002.0, 4001.0, 4012.0, 3980.0, 4012.0, 3990.0, 4013.0, 4042.0, 4023.0, 4021.0, 4012.0, 3978.0, 4012.0, 4010.0, 4012.0, 4002.0, 4024.0, 3979.0, 4011.0, 4010.0, 4011.0, 4019.0, 4011.0, 4018.0, 4010.0, 4028.0, 4014.0, 4034.0, 4011.0, 4010.0, 4000.0, 4021.0, 4001.0, 4042.0, 4012.0, 4009.0, 4012.0, 4032.0, 4013.0, 3990.0, 4012.0, 3968.0, 4002.0, 4011.0, 4022.0, 3980.0, 4011.0, 3978.0, 4011.0, 4030.0, 4021.0, 3998.0, 4010.0, 3998.0, 4011.0, 4030.0, 4011.0, 3998.0, 4011.0, 3988.0, 4001.0, 4029.0, 4009.0, 3989.0, 4010.0, 3967.0, 4001.0, 3998.0, 4009.0, 3988.0, 4009.0, 3955.0, 3998.0, 3995.0, 4008.0, 3965.0, 4008.0, 3965.0, 3998.0, 4027.0, 4008.0, 3997.0, 4010.0, 3967.0, 3997.0, 3976.0, 4009.0, 4012.0, 3992.0, 4011.0, 3993.0, 4014.0, 4055.0, 4024.0, 3998.0, 4010.0, 4020.0, 4001.0, 4044.0, 4021.0, 3989.0, 4042.0, 4008.0, 4028.0, 3993.0, 4034.0, 4001.0, 4011.0, 4011.0, 4032.0, 3999.0, 4031.0, 3987.0, 4007.0, 3996.0, 4017.0, 4007.0, 3978.0, 4000.0, 3978.0, 4000.0, 3978.0, 4031.0, 3989.0, 3998.0, 3999.0, 4006.0, 3988.0, 4029.0, 3998.0, 4007.0, 4010.0, 4007.0, 4008.0, 3979.0, 4011.0, 3979.0, 4000.0, 3999.0, 4021.0, 3978.0, 4000.0, 3979.0, 3999.0, 4000.0, 4032.0, 4011.0, 4019.0, 4011.0, 4031.0, 4011.0, 4029.0, 4009.0, 4007.0, 3998.0, 4008.0, 4010.0, 3977.0, 3999.0, 3978.0, 3999.0, 4011.0, 4041.0, 4008.0, 3990.0, 4001.0, 3980.0, 4033.0, 4011.0, 4044.0, 3989.0, 3998.0, 4000.0, 3999.0, 3992.0, 4016.0, 3972.0, 4004.0, 3952.0, 3981.0, 3975.0, 3987.0, 3988.0, 3978.0, 3991.0, 3981.0, 4004.0, 4031.0, 4012.0, 4031.0, 3999.0, 4007.0, 3997.0, 4017.0, 3998.0, 4006.0, 3986.0, 4004.0, 3984.0, 4003.0, 3984.0, 3993.0, 3985.0, 4005.0, 3996.0, 3965.0, 3987.0, 3965.0, 3987.0, 3966.0, 3998.0, 3967.0, 4014.0, 3991.0, 4000.0, 4001.0, 3979.0, 4001.0, 4003.0, 4013.0, 4014.0, 3993.0, 4013.0, 4004.0, 4034.0, 3991.0, 4022.0, 3979.0, 4000.0, 3978.0, 3999.0, 3967.0, 4021.0, 3978.0, 3998.0, 3978.0, 3997.0, 3979.0, 4018.0, 4000.0, 4019.0, 4000.0, 3987.0, 3989.0, 4009.0, 4000.0, 4030.0, 4011.0, 3968.0, 3999.0, 3968.0, 4001.0, 3979.0, 4021.0, 3969.0, 4000.0, 3967.0, 3999.0, 4009.0, 4000.0, 4019.0, 3999.0, 3977.0, 3998.0, 3969.0, 4010.0, 3979.0, 4000.0, 3969.0, 3989.0, 3979.0, 4002.0, 4020.0, 4010.0, 3966.0, 3998.0, 3965.0, 4000.0, 4018.0, 4011.0, 4010.0, 4009.0, 3967.0, 3997.0, 3988.0, 4000.0, 4028.0, 4011.0, 4007.0, 3999.0, 4020.0, 4000.0, 4018.0, 4000.0, 4021.0, 4010.0, 4008.0, 4000.0, 4009.0, 4012.0, 4020.0, 4002.0, 4000.0, 4030.0, 4050.0, 4029.0, 4047.0, 4035.0, 4035.0, 4015.0, 3994.0, 4004.0, 4005.0, 4036.0, 4006.0, 4047.0, 3983.0, 4011.0, 3981.0, 4024.0, 4042.0, 4011.0, 3979.0, 3999.0, 3967.0, 3999.0, 3999.0, 4020.0, 3968.0, 3998.0, 3989.0, 4018.0, 3999.0, 4009.0, 3998.0, 3967.0, 3989.0, 4039.0, 4019.0, 4017.0, 3996.0, 3995.0, 3986.0, 4007.0, 3973.0, 3995.0, 3975.0, 3973.0, 3998.0, 4007.0, 4001.0, 3979.0, 4000.0, 3990.0, 4012.0, 4013.0, 4032.0, 4012.0, 4021.0, 3990.0, 4019.0, 4000.0, 4020.0, 3998.0, 4009.0, 4001.0, 4030.0, 3998.0, 4020.0, 4010.0, 4019.0, 4000.0, 4030.0, 4021.0, 4028.0, 4001.0, 4019.0, 3999.0, 4029.0, 4010.0, 4019.0, 3999.0, 3967.0, 4000.0, 3979.0, 4022.0, 3979.0, 4001.0, 3978.0, 4000.0, 3979.0, 4031.0, 4000.0, 4008.0, 4009.0, 4031.0, 4020.0, 4001.0, 4013.0, 4040.0, 4011.0, 4029.0, 4010.0, 3997.0, 4009.0, 4007.0, 3999.0, 4008.0, 4012.0, 3996.0, 3988.0, 3988.0, 4028.0, 3996.0, 3979.0, 4015.0, 4026.0, 4024.0, 4025.0, 4006.0, 4013.0, 3999.0, 4017.0, 4012.0, 4043.0, 4014.0, 4029.0, 3999.0, 4017.0, 3997.0, 3974.0, 3985.0, 3964.0, 3975.0, 3976.0, 4018.0, 3998.0, 4006.0, 3988.0, 4017.0, 3996.0, 4005.0, 3973.0, 3984.0, 3964.0, 4006.0, 3984.0, 3951.0, 3974.0, 3964.0, 3974.0, 3987.0, 4018.0, 4009.0, 4016.0, 3987.0, 3994.0, 3974.0, 3994.0, 3961.0, 3984.0, 3950.0, 3960.0, 3950.0, 3973.0, 3950.0, 3973.0, 3963.0, 3975.0, 3953.0, 3987.0, 4008.0, 3988.0, 3997.0, 3997.0, 3966.0, 3990.0, 3980.0, 4004.0, 3995.0, 4004.0, 3995.0, 4003.0, 4004.0, 4036.0, 3993.0, 4025.0, 3981.0, 4013.0, 4022.0, 4012.0, 3967.0, 4002.0, 3969.0, 4002.0, 4000.0, 4023.0, 3980.0, 4001.0, 3969.0, 3991.0, 4041.0, 4023.0, 4029.0, 4001.0, 4009.0, 3998.0, 4019.0, 3989.0, 4019.0, 3999.0, 3987.0, 4000.0, 4010.0, 3989.0, 4020.0, 3989.0, 3988.0, 3979.0, 4001.0, 3988.0, 4002.0, 3968.0, 4001.0, 3989.0, 4002.0, 4032.0, 4012.0, 3979.0, 4002.0, 4020.0, 4002.0, 4031.0, 4002.0, 3999.0, 4001.0, 4010.0, 3990.0, 4012.0, 3980.0, 4021.0, 4001.0, 4011.0, 3991.0, 4022.0, 3979.0, 4032.0, 3969.0, 4001.0, 3967.0, 3989.0, 4008.0, 4009.0, 3989.0, 4000.0, 3967.0, 4000.0, 3980.0, 4023.0, 3983.0, 4002.0, 3982.0, 4025.0, 3991.0, 4045.0, 3981.0, 4003.0, 3979.0, 4021.0, 4039.0, 4020.0, 4006.0, 3986.0, 3995.0, 3986.0, 4016.0, 3985.0, 3992.0, 3974.0, 3983.0, 3974.0, 4015.0, 3985.0, 3973.0, 3985.0, 3965.0, 4007.0, 3986.0, 3995.0, 3984.0, 3985.0, 3974.0, 3986.0, 3965.0, 4021.0, 3978.0, 4008.0, 3977.0, 3988.0, 3986.0, 3984.0, 3986.0, 3964.0, 4018.0, 3997.0, 3996.0, 3985.0, 3975.0, 3984.0, 3975.0, 4004.0, 3974.0, 3994.0, 3972.0, 3971.0, 3972.0, 3972.0, 3963.0, 3994.0, 3963.0, 3972.0, 3985.0, 3984.0, 3987.0, 3967.0, 3988.0, 3978.0, 3988.0, 4002.0, 4022.0, 4003.0, 4013.0, 4003.0, 3969.0, 3990.0, 3980.0, 4021.0, 4011.0, 4010.0, 3999.0, 3966.0, 3998.0, 3977.0, 4030.0, 3988.0, 3997.0, 3999.0, 4017.0, 4009.0, 3988.0, 4008.0, 3965.0, 4001.0, 3977.0, 4030.0, 4000.0, 4008.0, 3998.0, 3967.0, 4000.0, 4007.0, 4009.0, 3956.0, 3987.0, 3977.0, 3996.0, 3988.0, 4028.0, 3999.0, 3957.0, 3987.0, 3967.0, 4009.0, 3988.0, 4019.0, 3998.0, 3996.0, 3986.0, 3996.0, 3966.0, 4019.0, 3991.0, 4022.0, 4011.0, 3967.0, 4036.0, 4006.0, 4026.0, 4029.0, 4025.0, 4050.0, 4007.0, 4036.0, 4006.0, 4058.0, 4016.0, 4047.0, 3992.0, 4034.0, 3992.0, 4044.0, 4002.0, 4031.0, 4026.0, 4015.0, 4058.0, 4006.0, 4036.0, 4017.0, 4069.0, 4060.0, 4046.0, 4025.0, 4057.0, 4033.0, 4038.0, 3999.0, 4032.0, 4012.0, 4044.0, 4009.0, 3971.0, 4023.0, 3992.0, 4068.0, 4026.0, 3981.0, 4013.0, 4001.0, 4055.0, 3992.0, 4049.0, 4032.0, 4075.0, 4066.0, 4039.0, 4017.0, 3980.0, 3996.0, 3999.0, 4052.0, 4023.0, 3997.0, 4042.0, 4011.0, 4052.0, 4031.0, 4048.0, 4028.0, 4005.0, 4021.0, 3991.0, 4012.0, 4001.0, 3990.0, 4020.0, 3974.0, 4005.0, 3998.0, 3978.0, 4020.0, 3999.0, 4021.0, 4013.0, 3981.0, 4020.0, 4007.0, 3966.0, 3995.0, 3975.0, 3998.0, 4009.0, 3968.0, 4007.0, 3991.0, 3992.0, 4004.0, 3985.0, 4028.0, 4027.0, 3985.0, 4015.0, 3993.0, 4026.0, 4005.0, 4036.0, 4026.0, 4012.0, 4012.0, 3981.0, 4013.0, 3989.0, 4022.0, 4001.0, 4010.0, 4012.0, 4000.0, 4011.0, 3980.0, 4012.0, 3968.0, 4012.0, 3990.0, 4013.0, 3980.0, 4011.0, 3969.0, 4011.0, 3971.0, 4013.0, 4004.0, 4013.0, 4015.0, 3984.0, 4017.0, 4037.0, 4018.0, 3985.0, 4040.0, 3984.0, 4000.0, 4000.0, 4023.0, 4005.0, 4024.0, 3970.0, 4013.0, 3984.0, 4035.0, 4015.0, 4025.0, 4024.0, 3971.0, 4004.0, 3994.0, 4038.0, 4021.0, 4043.0, 3994.0, 4021.0, 4002.0, 4003.0, 4022.0, 4007.0, 4026.0, 4014.0, 4033.0, 4004.0, 4033.0, 4013.0, 4011.0, 4011.0, 4005.0, 4014.0, 3968.0, 4012.0, 4003.0, 4024.0, 4013.0, 3970.0, 4000.0, 3991.0, 4034.0, 4001.0, 4009.0, 3999.0, 4007.0, 4000.0, 4009.0, 3998.0, 3967.0, 4010.0, 3970.0, 4022.0, 3991.0, 4001.0, 4012.0, 4021.0, 3991.0, 4019.0, 3990.0, 3998.0, 3989.0, 4010.0, 4013.0, 3981.0, 4015.0, 3994.0, 4013.0, 3982.0, 4036.0, 4015.0, 4012.0, 4016.0, 4034.0, 4015.0, 3993.0, 4014.0, 3983.0, 4014.0, 4004.0, 4036.0, 4014.0, 4023.0, 4013.0, 4022.0, 4002.0, 4032.0, 4012.0, 3980.0, 4011.0, 3981.0, 4024.0, 4003.0, 3992.0, 4015.0, 4004.0, 4038.0, 4003.0, 4024.0, 4014.0, 4023.0, 4026.0, 3991.0, 4021.0, 3968.0, 4009.0], 'WindowWidth': [9096.0, 8983.0, 9017.0, 9000.0, 9034.0, 9010.0, 9006.0, 8963.0, 8962.0, 8951.0, 8893.0, 8932.0, 8909.0, 8926.0, 8899.0, 8942.0, 8899.0, 8859.0, 8949.0, 8930.0, 8982.0, 9010.0, 8962.0, 8960.0, 8906.0, 8965.0, 8978.0, 9011.0, 8991.0, 8938.0, 8979.0, 9016.0, 8994.0, 9005.0, 8938.0, 8961.0, 8981.0, 8962.0, 9023.0, 8968.0, 9034.0, 9044.0, 9003.0, 9012.0, 8968.0, 8986.0, 9000.0, 8987.0, 8961.0, 8970.0, 8903.0, 8972.0, 8967.0, 8949.0, 8945.0, 8913.0, 8950.0, 8939.0, 8981.0, 8954.0, 8963.0, 8937.0, 8961.0, 8919.0, 8960.0, 8915.0, 8910.0, 8877.0, 8910.0, 8867.0, 8928.0, 8886.0, 8915.0, 8884.0, 8914.0, 8926.0, 8932.0, 8903.0, 8934.0, 8889.0, 8937.0, 8894.0, 8955.0, 8931.0, 8940.0, 8946.0, 8946.0, 8930.0, 8961.0, 9000.0, 8956.0, 8962.0, 8937.0, 8947.0, 8939.0, 8977.0, 8937.0, 8946.0, 8934.0, 8902.0, 8942.0, 8978.0, 8958.0, 8953.0, 8944.0, 8966.0, 8937.0, 8967.0, 8905.0, 8948.0, 8888.0, 8932.0, 8915.0, 8933.0, 8957.0, 8933.0, 8915.0, 8932.0, 8910.0, 8934.0, 8947.0, 8921.0, 8933.0, 8924.0, 8921.0, 8926.0, 8940.0, 8929.0, 8972.0, 8946.0, 8942.0, 8916.0, 8947.0, 8918.0, 8976.0, 8916.0, 8946.0, 8900.0, 8946.0, 8941.0, 8960.0, 8915.0, 8958.0, 8927.0, 8962.0, 8999.0, 8976.0, 8969.0, 8958.0, 8909.0, 8960.0, 8954.0, 8959.0, 8945.0, 8974.0, 8911.0, 8957.0, 8954.0, 8956.0, 8963.0, 8954.0, 8961.0, 8954.0, 8976.0, 8966.0, 8992.0, 8957.0, 8952.0, 8940.0, 8966.0, 8944.0, 8998.0, 8958.0, 8951.0, 8960.0, 8984.0, 8962.0, 8928.0, 8960.0, 8899.0, 8947.0, 8956.0, 8973.0, 8913.0, 8956.0, 8907.0, 8955.0, 8979.0, 8968.0, 8935.0, 8952.0, 8935.0, 8956.0, 8979.0, 8956.0, 8937.0, 8956.0, 8922.0, 8942.0, 8977.0, 8953.0, 8923.0, 8951.0, 8892.0, 8940.0, 8935.0, 8952.0, 8921.0, 8949.0, 8874.0, 8934.0, 8927.0, 8947.0, 8887.0, 8946.0, 8885.0, 8932.0, 8969.0, 8947.0, 8930.0, 8952.0, 8891.0, 8931.0, 8901.0, 8947.0, 8961.0, 8938.0, 8958.0, 8941.0, 8967.0, 9024.0, 8979.0, 8937.0, 8953.0, 8968.0, 8943.0, 9004.0, 8972.0, 8925.0, 9021.0, 8970.0, 8992.0, 8940.0, 8993.0, 8944.0, 8958.0, 8959.0, 8986.0, 8940.0, 8982.0, 8921.0, 8946.0, 8931.0, 8959.0, 8949.0, 8909.0, 8940.0, 8910.0, 8940.0, 8910.0, 8984.0, 8925.0, 8934.0, 8937.0, 8945.0, 8922.0, 8977.0, 8936.0, 8946.0, 8955.0, 8949.0, 8950.0, 8914.0, 8955.0, 8911.0, 8942.0, 8938.0, 8968.0, 8910.0, 8939.0, 8911.0, 8938.0, 8941.0, 8985.0, 8957.0, 8964.0, 8956.0, 8982.0, 8957.0, 8977.0, 8951.0, 8945.0, 8934.0, 8947.0, 8952.0, 8908.0, 8936.0, 8908.0, 8937.0, 8957.0, 8996.0, 8952.0, 8930.0, 8944.0, 8915.0, 8990.0, 8961.0, 9005.0, 8926.0, 8935.0, 8939.0, 8936.0, 8936.0, 8955.0, 8891.0, 8933.0, 8862.0, 8899.0, 8899.0, 8916.0, 8919.0, 8910.0, 8931.0, 8917.0, 8951.0, 8983.0, 8957.0, 8979.0, 8934.0, 8940.0, 8929.0, 8955.0, 8931.0, 8938.0, 8911.0, 8932.0, 8908.0, 8931.0, 8908.0, 8917.0, 8909.0, 8937.0, 8928.0, 8885.0, 8916.0, 8886.0, 8916.0, 8889.0, 8933.0, 8892.0, 8964.0, 8928.0, 8940.0, 8943.0, 8912.0, 8943.0, 8948.0, 8963.0, 8963.0, 8937.0, 8960.0, 8950.0, 8989.0, 8929.0, 8969.0, 8909.0, 8937.0, 8905.0, 8935.0, 8891.0, 8965.0, 8905.0, 8931.0, 8905.0, 8929.0, 8910.0, 8959.0, 8937.0, 8961.0, 8937.0, 8918.0, 8922.0, 8947.0, 8939.0, 8977.0, 8954.0, 8894.0, 8934.0, 8892.0, 8943.0, 8911.0, 8969.0, 8896.0, 8937.0, 8892.0, 8936.0, 8947.0, 8938.0, 8962.0, 8935.0, 8904.0, 8933.0, 8897.0, 8953.0, 8910.0, 8939.0, 8896.0, 8923.0, 8911.0, 8944.0, 8966.0, 8952.0, 8888.0, 8933.0, 8888.0, 8938.0, 8962.0, 8954.0, 8952.0, 8949.0, 8891.0, 8931.0, 8919.0, 8939.0, 8973.0, 8954.0, 8944.0, 8936.0, 8962.0, 8939.0, 8960.0, 8939.0, 8965.0, 8952.0, 8947.0, 8940.0, 8950.0, 8960.0, 8966.0, 8945.0, 8940.0, 9000.0, 9030.0, 8999.0, 9017.0, 9000.0, 8996.0, 8971.0, 8942.0, 8954.0, 8957.0, 9000.0, 8959.0, 9014.0, 8924.0, 8960.0, 8920.0, 8978.0, 8998.0, 8957.0, 8910.0, 8936.0, 8893.0, 8939.0, 8939.0, 8967.0, 8897.0, 8936.0, 8924.0, 8961.0, 8940.0, 8950.0, 8936.0, 8893.0, 8926.0, 8990.0, 8964.0, 8956.0, 8929.0, 8923.0, 8915.0, 8942.0, 8895.0, 8925.0, 8901.0, 8896.0, 8935.0, 8947.0, 8943.0, 8915.0, 8941.0, 8931.0, 8961.0, 8964.0, 8988.0, 8961.0, 8970.0, 8928.0, 8965.0, 8941.0, 8968.0, 8939.0, 8951.0, 8943.0, 8981.0, 8938.0, 8966.0, 8955.0, 8964.0, 8943.0, 8980.0, 8972.0, 8977.0, 8942.0, 8963.0, 8938.0, 8976.0, 8955.0, 8963.0, 8939.0, 8895.0, 8943.0, 8914.0, 8974.0, 8915.0, 8944.0, 8910.0, 8942.0, 8911.0, 8985.0, 8942.0, 8950.0, 8953.0, 8983.0, 8973.0, 8945.0, 8962.0, 8995.0, 8956.0, 8978.0, 8953.0, 8933.0, 8951.0, 8947.0, 8940.0, 8951.0, 8962.0, 8948.0, 8921.0, 8920.0, 8969.0, 8926.0, 8912.0, 8969.0, 8986.0, 8980.0, 8983.0, 8960.0, 8963.0, 8938.0, 8961.0, 8958.0, 9001.0, 8965.0, 8976.0, 8935.0, 8957.0, 8930.0, 8896.0, 8910.0, 8883.0, 8898.0, 8902.0, 8958.0, 8932.0, 8941.0, 8919.0, 8957.0, 8927.0, 8935.0, 8892.0, 8908.0, 8884.0, 8941.0, 8907.0, 8863.0, 8896.0, 8885.0, 8898.0, 8919.0, 8958.0, 8948.0, 8953.0, 8914.0, 8920.0, 8894.0, 8919.0, 8873.0, 8905.0, 8855.0, 8868.0, 8855.0, 8889.0, 8860.0, 8891.0, 8879.0, 8896.0, 8865.0, 8916.0, 8945.0, 8919.0, 8930.0, 8931.0, 8892.0, 8926.0, 8915.0, 8950.0, 8944.0, 8952.0, 8942.0, 8947.0, 8950.0, 8995.0, 8936.0, 8979.0, 8916.0, 8961.0, 8969.0, 8958.0, 8892.0, 8941.0, 8897.0, 8944.0, 8939.0, 8973.0, 8913.0, 8942.0, 8896.0, 8929.0, 8993.0, 8972.0, 8974.0, 8938.0, 8944.0, 8934.0, 8961.0, 8920.0, 8960.0, 8933.0, 8916.0, 8940.0, 8951.0, 8923.0, 8963.0, 8922.0, 8919.0, 8911.0, 8941.0, 8921.0, 8942.0, 8896.0, 8941.0, 8923.0, 8946.0, 8983.0, 8958.0, 8911.0, 8944.0, 8966.0, 8945.0, 8981.0, 8944.0, 8936.0, 8941.0, 8950.0, 8926.0, 8955.0, 8912.0, 8967.0, 8941.0, 8953.0, 8928.0, 8969.0, 8910.0, 8982.0, 8896.0, 8939.0, 8893.0, 8924.0, 8947.0, 8950.0, 8922.0, 8940.0, 8895.0, 8940.0, 8914.0, 8975.0, 8922.0, 8947.0, 8921.0, 8979.0, 8932.0, 9006.0, 8916.0, 8945.0, 8909.0, 8967.0, 8988.0, 8964.0, 8938.0, 8911.0, 8921.0, 8912.0, 8950.0, 8908.0, 8915.0, 8892.0, 8902.0, 8895.0, 8948.0, 8910.0, 8892.0, 8907.0, 8886.0, 8945.0, 8916.0, 8925.0, 8909.0, 8911.0, 8895.0, 8912.0, 8886.0, 8970.0, 8908.0, 8947.0, 8904.0, 8917.0, 8913.0, 8909.0, 8913.0, 8883.0, 8958.0, 8932.0, 8928.0, 8912.0, 8897.0, 8905.0, 8897.0, 8933.0, 8892.0, 8917.0, 8887.0, 8883.0, 8889.0, 8889.0, 8877.0, 8920.0, 8879.0, 8888.0, 8910.0, 8910.0, 8919.0, 8891.0, 8921.0, 8908.0, 8922.0, 8945.0, 8971.0, 8949.0, 8961.0, 8945.0, 8897.0, 8924.0, 8912.0, 8966.0, 8955.0, 8950.0, 8934.0, 8888.0, 8933.0, 8903.0, 8978.0, 8918.0, 8928.0, 8935.0, 8957.0, 8948.0, 8921.0, 8946.0, 8889.0, 8939.0, 8905.0, 8978.0, 8937.0, 8946.0, 8933.0, 8893.0, 8937.0, 8943.0, 8947.0, 8874.0, 8914.0, 8901.0, 8926.0, 8919.0, 8972.0, 8934.0, 8876.0, 8915.0, 8890.0, 8946.0, 8918.0, 8960.0, 8931.0, 8924.0, 8913.0, 8923.0, 8885.0, 8963.0, 8928.0, 8971.0, 8955.0, 8893.0, 8996.0, 8956.0, 8981.0, 8992.0, 8983.0, 9023.0, 8959.0, 8995.0, 8957.0, 9027.0, 8968.0, 9007.0, 8930.0, 8987.0, 8932.0, 9001.0, 8944.0, 8982.0, 8984.0, 8967.0, 9030.0, 8955.0, 8994.0, 8972.0, 9042.0, 9034.0, 9008.0, 8977.0, 9023.0, 8987.0, 8987.0, 8936.0, 8981.0, 8955.0, 9000.0, 8949.0, 8904.0, 8973.0, 8932.0, 9043.0, 8989.0, 8918.0, 8958.0, 8943.0, 9019.0, 8931.0, 9016.0, 9004.0, 9068.0, 9056.0, 9009.0, 8975.0, 8914.0, 8929.0, 8937.0, 9010.0, 8972.0, 8951.0, 9017.0, 8975.0, 9029.0, 9000.0, 9014.0, 8988.0, 8953.0, 8966.0, 8928.0, 8957.0, 8940.0, 8921.0, 8963.0, 8892.0, 8937.0, 8930.0, 8907.0, 8966.0, 8934.0, 8966.0, 8957.0, 8916.0, 8966.0, 8945.0, 8887.0, 8917.0, 8894.0, 8929.0, 8944.0, 8892.0, 8943.0, 8926.0, 8930.0, 8950.0, 8925.0, 8985.0, 8984.0, 8926.0, 8966.0, 8934.0, 8979.0, 8952.0, 8993.0, 8978.0, 8955.0, 8954.0, 8912.0, 8956.0, 8922.0, 8968.0, 8938.0, 8947.0, 8954.0, 8936.0, 8953.0, 8911.0, 8955.0, 8893.0, 8956.0, 8925.0, 8956.0, 8909.0, 8951.0, 8895.0, 8953.0, 8902.0, 8959.0, 8949.0, 8960.0, 8967.0, 8925.0, 8971.0, 8998.0, 8973.0, 8926.0, 9007.0, 8927.0, 8939.0, 8938.0, 8975.0, 8952.0, 8975.0, 8900.0, 8961.0, 8925.0, 8993.0, 8968.0, 8978.0, 8976.0, 8904.0, 8950.0, 8937.0, 9001.0, 8986.0, 9017.0, 8939.0, 8967.0, 8946.0, 8947.0, 8973.0, 8964.0, 8986.0, 8967.0, 8986.0, 8950.0, 8987.0, 8959.0, 8956.0, 8957.0, 8955.0, 8965.0, 8899.0, 8958.0, 8949.0, 8978.0, 8960.0, 8901.0, 8940.0, 8929.0, 8990.0, 8943.0, 8950.0, 8937.0, 8945.0, 8940.0, 8948.0, 8933.0, 8890.0, 8951.0, 8900.0, 8973.0, 8931.0, 8942.0, 8958.0, 8968.0, 8928.0, 8961.0, 8925.0, 8932.0, 8924.0, 8951.0, 8963.0, 8917.0, 8965.0, 8940.0, 8961.0, 8919.0, 8996.0, 8966.0, 8958.0, 8968.0, 8991.0, 8969.0, 8936.0, 8962.0, 8922.0, 8964.0, 8951.0, 8994.0, 8964.0, 8973.0, 8961.0, 8969.0, 8944.0, 8983.0, 8957.0, 8913.0, 8956.0, 8918.0, 8977.0, 8949.0, 8931.0, 8964.0, 8950.0, 9000.0, 8949.0, 8975.0, 8963.0, 8974.0, 8981.0, 8930.0, 8967.0, 8894.0, 8948.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.006676983082706767</td></tr>
<tr><td colspan=3>aqi</td><td>0.043068260244360904</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.43799849783639</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2593513353151464</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0971769822389446</td></tr>
<tr><td colspan=3>efc</td><td>0.5091</td></tr>
<tr><td colspan=3>fber</td><td>4266.0024</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13631756888116037</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>154</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.473684210526315</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.315170962745699</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2007494929845888</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5725412113931108</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.172222183859398</td></tr>
<tr><td colspan=3>gcor</td><td>0.00932412</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01984313130378723</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04966333508491516</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1064</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.336814989722142</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>13.0538</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.6574</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>204.9125</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294731.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>962.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>357.4541</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0095</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>463.3689</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3222.8859</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3348.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81813.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1428.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4170.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>771.9904</td></tr>
<tr><td colspan=3>tsnr</td><td>29.555071258801036</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>