<?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-0131_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-0131_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-0131_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-0131/figures/sub-0131_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0131/figures/sub-0131_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-0131/figures/sub-0131_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131/ses-03/func/sub-0131_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>b794eb46a99713d74bac1bb82f705ee3</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>22:31:24.502500</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>[1, 0, 5.737e-12, 0, 1, -3.9345e-11]</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.106523</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>38</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4202, -7807, -7184, 364, -150, -76, 64, 136]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.249</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c9deb1ca-c211-4183-ae56-c1aa0c42ec0e||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.682926893234253, 0.0, 1.5489899293785747e-11, 110.0], [0.0, 2.682926893234253, -1.062315027611227e-10, -107.31707763671875], [1.539195160216167e-11, 1.0555975538117934e-10, 2.700000047683716, -74.25], [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': ['223124.502500', '223124.962500', '223125.422500', '223125.882500', '223126.342500', '223126.802500', '223127.262500', '223127.722500', '223128.182500', '223128.642500', '223129.102500', '223129.562500', '223130.022500', '223130.482500', '223130.942500', '223131.402500', '223131.862500', '223132.322500', '223132.782500', '223133.242500', '223133.702500', '223134.162500', '223134.622500', '223135.082500', '223135.542500', '223136.002500', '223136.462500', '223136.922500', '223137.382500', '223137.842500', '223138.302500', '223138.762500', '223139.222500', '223139.682500', '223140.142500', '223140.602500', '223141.062500', '223141.522500', '223141.982500', '223142.442500', '223142.902500', '223143.362500', '223143.822500', '223144.282500', '223144.742500', '223145.202500', '223145.662500', '223146.122500', '223146.582500', '223147.042500', '223147.502500', '223147.962500', '223148.422500', '223148.882500', '223149.342500', '223149.802500', '223150.262500', '223150.722500', '223151.182500', '223151.642500', '223152.102500', '223152.562500', '223153.022500', '223153.482500', '223153.942500', '223154.402500', '223154.862500', '223155.322500', '223155.782500', '223156.242500', '223156.702500', '223157.162500', '223157.622500', '223158.082500', '223158.542500', '223159.002500', '223159.462500', '223159.922500', '223200.382500', '223200.842500', '223201.302500', '223201.762500', '223202.222500', '223202.682500', '223203.142500', '223203.602500', '223204.062500', '223204.522500', '223204.982500', '223205.442500', '223205.902500', '223206.362500', '223206.822500', '223207.282500', '223207.742500', '223208.202500', '223208.662500', '223209.122500', '223209.582500', '223210.042500', '223210.502500', '223210.962500', '223211.422500', '223211.882500', '223212.342500', '223212.802500', '223213.262500', '223213.722500', '223214.182500', '223214.642500', '223215.102500', '223215.562500', '223216.022500', '223216.482500', '223216.942500', '223217.402500', '223217.862500', '223218.322500', '223218.782500', '223219.242500', '223219.702500', '223220.162500', '223220.622500', '223221.082500', '223221.542500', '223222.002500', '223222.462500', '223222.922500', '223223.382500', '223223.842500', '223224.302500', '223224.762500', '223225.222500', '223225.682500', '223226.142500', '223226.602500', '223227.062500', '223227.522500', '223227.982500', '223228.442500', '223228.902500', '223229.362500', '223229.822500', '223230.282500', '223230.742500', '223231.202500', '223231.662500', '223232.122500', '223232.582500', '223233.042500', '223233.502500', '223233.962500', '223234.422500', '223234.882500', '223235.342500', '223235.802500', '223236.262500', '223236.722500', '223237.182500', '223237.642500', '223238.102500', '223238.562500', '223239.022500', '223239.482500', '223239.942500', '223240.402500', '223240.862500', '223241.322500', '223241.782500', '223242.242500', '223242.702500', '223243.162500', '223243.622500', '223244.082500', '223244.542500', '223245.002500', '223245.462500', '223245.922500', '223246.382500', '223246.842500', '223247.302500', '223247.762500', '223248.222500', '223248.682500', '223249.142500', '223249.602500', '223250.062500', '223250.522500', '223250.982500', '223251.442500', '223251.902500', '223252.362500', '223252.822500', '223253.282500', '223253.742500', '223254.202500', '223254.662500', '223255.122500', '223255.582500', '223256.042500', '223256.502500', '223256.962500', '223257.422500', '223257.882500', '223258.342500', '223258.802500', '223259.262500', '223259.722500', '223300.182500', '223300.642500', '223301.102500', '223301.562500', '223302.022500', '223302.482500', '223302.942500', '223303.402500', '223303.862500', '223304.322500', '223304.782500', '223305.242500', '223305.702500', '223306.162500', '223306.622500', '223307.082500', '223307.542500', '223308.002500', '223308.462500', '223308.922500', '223309.382500', '223309.842500', '223310.302500', '223310.762500', '223311.222500', '223311.682500', '223312.142500', '223312.602500', '223313.062500', '223313.522500', '223313.982500', '223314.442500', '223314.902500', '223315.362500', '223315.822500', '223316.282500', '223316.742500', '223317.202500', '223317.662500', '223318.122500', '223318.582500', '223319.042500', '223319.502500', '223319.962500', '223320.422500', '223320.882500', '223321.342500', '223321.802500', '223322.262500', '223322.722500', '223323.182500', '223323.642500', '223324.102500', '223324.562500', '223325.022500', '223325.482500', '223325.942500', '223326.402500', '223326.862500', '223327.322500', '223327.782500', '223328.242500', '223328.702500', '223329.162500', '223329.622500', '223330.082500', '223330.542500', '223331.002500', '223331.462500', '223331.922500', '223332.382500', '223332.842500', '223333.302500', '223333.762500', '223334.222500', '223334.682500', '223335.142500', '223335.602500', '223336.062500', '223336.522500', '223336.982500', '223337.442500', '223337.902500', '223338.362500', '223338.822500', '223339.282500', '223339.742500', '223340.202500', '223340.662500', '223341.122500', '223341.582500', '223342.042500', '223342.502500', '223342.962500', '223343.422500', '223343.882500', '223344.342500', '223344.802500', '223345.262500', '223345.722500', '223346.182500', '223346.642500', '223347.102500', '223347.562500', '223348.022500', '223348.482500', '223348.942500', '223349.402500', '223349.862500', '223350.322500', '223350.782500', '223351.242500', '223351.702500', '223352.162500', '223352.622500', '223353.082500', '223353.542500', '223354.002500', '223354.462500', '223354.922500', '223355.382500', '223355.842500', '223356.302500', '223356.762500', '223357.222500', '223357.682500', '223358.142500', '223358.602500', '223359.062500', '223359.522500', '223359.982500', '223400.442500', '223400.902500', '223401.362500', '223401.822500', '223402.282500', '223402.742500', '223403.202500', '223403.662500', '223404.122500', '223404.582500', '223405.042500', '223405.502500', '223405.962500', '223406.422500', '223406.882500', '223407.342500', '223407.802500', '223408.262500', '223408.722500', '223409.182500', '223409.642500', '223410.102500', '223410.562500', '223411.022500', '223411.482500', '223411.942500', '223412.402500', '223412.862500', '223413.322500', '223413.782500', '223414.242500', '223414.702500', '223415.162500', '223415.622500', '223416.082500', '223416.542500', '223417.002500', '223417.462500', '223417.922500', '223418.382500', '223418.842500', '223419.302500', '223419.762500', '223420.222500', '223420.682500', '223421.142500', '223421.602500', '223422.062500', '223422.522500', '223422.982500', '223423.442500', '223423.902500', '223424.362500', '223424.822500', '223425.282500', '223425.742500', '223426.202500', '223426.662500', '223427.122500', '223427.582500', '223428.042500', '223428.502500', '223428.962500', '223429.422500', '223429.882500', '223430.342500', '223430.802500', '223431.262500', '223431.722500', '223432.182500', '223432.642500', '223433.102500', '223433.562500', '223434.022500', '223434.482500', '223434.942500', '223435.402500', '223435.862500', '223436.322500', '223436.782500', '223437.242500', '223437.702500', '223438.162500', '223438.622500', '223439.082500', '223439.542500', '223440.002500', '223440.462500', '223440.922500', '223441.382500', '223441.842500', '223442.302500', '223442.762500', '223443.222500', '223443.682500', '223444.142500', '223444.602500', '223445.062500', '223445.522500', '223445.982500', '223446.442500', '223446.902500', '223447.362500', '223447.822500', '223448.282500', '223448.742500', '223449.202500', '223449.662500', '223450.122500', '223450.582500', '223451.042500', '223451.502500', '223451.962500', '223452.422500', '223452.882500', '223453.342500', '223453.802500', '223454.262500', '223454.722500', '223455.182500', '223455.642500', '223456.102500', '223456.562500', '223457.022500', '223457.482500', '223457.942500', '223458.402500', '223458.862500', '223459.322500', '223459.782500', '223500.242500', '223500.702500', '223501.162500', '223501.622500', '223502.082500', '223502.542500', '223503.002500', '223503.462500', '223503.922500', '223504.382500', '223504.842500', '223505.302500', '223505.762500', '223506.222500', '223506.682500', '223507.142500', '223507.602500', '223508.062500', '223508.522500', '223508.982500', '223509.442500', '223509.902500', '223510.362500', '223510.822500', '223511.282500', '223511.742500', '223512.202500', '223512.662500', '223513.122500', '223513.582500', '223514.042500', '223514.502500', '223514.962500', '223515.422500', '223515.882500', '223516.342500', '223516.802500', '223517.262500', '223517.722500', '223518.182500', '223518.642500', '223519.102500', '223519.562500', '223520.022500', '223520.482500', '223520.942500', '223521.402500', '223521.862500', '223522.322500', '223522.782500', '223523.242500', '223523.702500', '223524.162500', '223524.622500', '223525.082500', '223525.542500', '223526.002500', '223526.462500', '223526.922500', '223527.382500', '223527.842500', '223528.302500', '223528.762500', '223529.222500', '223529.682500', '223530.142500', '223530.602500', '223531.062500', '223531.522500', '223531.982500', '223532.442500', '223532.902500', '223533.362500', '223533.822500', '223534.282500', '223534.742500', '223535.202500', '223535.662500', '223536.122500', '223536.582500', '223537.042500', '223537.502500', '223537.962500', '223538.422500', '223538.882500', '223539.342500', '223539.802500', '223540.262500', '223540.722500', '223541.182500', '223541.642500', '223542.102500', '223542.562500', '223543.022500', '223543.482500', '223543.942500', '223544.402500', '223544.862500', '223545.322500', '223545.782500', '223546.242500', '223546.702500', '223547.162500', '223547.622500', '223548.082500', '223548.542500', '223549.002500', '223549.462500', '223549.922500', '223550.382500', '223550.842500', '223551.302500', '223551.762500', '223552.222500', '223552.682500', '223553.142500', '223553.602500', '223554.062500', '223554.522500', '223554.982500', '223555.442500', '223555.902500', '223556.362500', '223556.822500', '223557.282500', '223557.742500', '223558.202500', '223558.662500', '223559.122500', '223559.582500', '223600.042500', '223600.502500', '223600.962500', '223601.422500', '223601.882500', '223602.342500', '223602.802500', '223603.262500', '223603.722500', '223604.182500', '223604.642500', '223605.102500', '223605.562500', '223606.022500', '223606.482500', '223606.942500', '223607.402500', '223607.862500', '223608.322500', '223608.782500', '223609.242500', '223609.702500', '223610.162500', '223610.622500', '223611.082500', '223611.542500', '223612.002500', '223612.462500', '223612.922500', '223613.382500', '223613.842500', '223614.302500', '223614.762500', '223615.222500', '223615.682500', '223616.142500', '223616.602500', '223617.062500', '223617.522500', '223617.982500', '223618.442500', '223618.902500', '223619.362500', '223619.822500', '223620.282500', '223620.742500', '223621.202500', '223621.662500', '223622.122500', '223622.582500', '223623.042500', '223623.502500', '223623.962500', '223624.422500', '223624.882500', '223625.342500', '223625.802500', '223626.262500', '223626.722500', '223627.182500', '223627.642500', '223628.102500', '223628.562500', '223629.022500', '223629.482500', '223629.942500', '223630.402500', '223630.862500', '223631.322500', '223631.782500', '223632.242500', '223632.702500', '223633.162500', '223633.622500', '223634.082500', '223634.542500', '223635.002500', '223635.462500', '223635.922500', '223636.382500', '223636.842500', '223637.302500', '223637.762500', '223638.222500', '223638.682500', '223639.142500', '223639.602500', '223640.062500', '223640.522500', '223640.982500', '223641.442500', '223641.902500', '223642.362500', '223642.822500', '223643.282500', '223643.742500', '223644.202500', '223644.662500', '223645.122500', '223645.582500', '223646.042500', '223646.502500', '223646.962500', '223647.422500', '223647.882500', '223648.342500', '223648.802500', '223649.262500', '223649.722500', '223650.182500', '223650.642500', '223651.102500', '223651.562500', '223652.022500', '223652.482500', '223652.942500', '223653.402500', '223653.862500', '223654.322500', '223654.782500', '223655.242500', '223655.702500', '223656.162500', '223656.622500', '223657.082500', '223657.542500', '223658.002500', '223658.462500', '223658.922500', '223659.382500', '223659.842500', '223700.302500', '223700.762500', '223701.222500', '223701.682500', '223702.142500', '223702.602500', '223703.062500', '223703.522500', '223703.982500', '223704.442500', '223704.902500', '223705.362500', '223705.822500', '223706.282500', '223706.742500', '223707.202500', '223707.662500', '223708.122500', '223708.582500', '223709.042500', '223709.502500', '223709.962500', '223710.422500', '223710.882500', '223711.342500', '223711.802500', '223712.262500', '223712.722500', '223713.182500', '223713.642500', '223714.102500', '223714.562500', '223715.022500', '223715.482500', '223715.942500', '223716.402500', '223716.862500', '223717.322500', '223717.782500', '223718.242500', '223718.702500', '223719.162500', '223719.622500', '223720.082500', '223720.542500', '223721.002500', '223721.462500', '223721.922500', '223722.382500', '223722.842500', '223723.302500', '223723.762500', '223724.222500', '223724.682500', '223725.142500', '223725.602500', '223726.062500', '223726.522500', '223726.982500', '223727.442500', '223727.902500', '223728.362500', '223728.822500', '223729.282500', '223729.742500', '223730.202500', '223730.662500', '223731.122500', '223731.582500', '223732.042500', '223732.502500', '223732.962500', '223733.422500', '223733.882500', '223734.342500', '223734.802500', '223735.262500', '223735.722500', '223736.182500', '223736.642500', '223737.102500', '223737.562500', '223738.022500', '223738.482500', '223738.942500', '223739.402500', '223739.862500', '223740.322500', '223740.782500', '223741.242500', '223741.702500', '223742.162500', '223742.622500', '223743.082500', '223743.542500', '223744.002500', '223744.462500', '223744.922500', '223745.382500', '223745.842500', '223746.302500', '223746.762500', '223747.222500', '223747.682500', '223748.142500', '223748.602500', '223749.062500', '223749.522500', '223749.982500', '223750.442500', '223750.902500', '223751.362500', '223751.822500', '223752.282500', '223752.742500', '223753.202500', '223753.662500', '223754.122500', '223754.582500', '223755.042500', '223755.502500', '223755.962500', '223756.422500', '223756.882500', '223757.342500', '223757.802500', '223758.262500', '223758.722500', '223759.182500', '223759.642500', '223800.102500', '223800.562500', '223801.022500', '223801.482500', '223801.942500', '223802.402500', '223802.862500', '223803.322500', '223803.782500', '223804.242500', '223804.702500', '223805.162500', '223805.622500', '223806.082500', '223806.542500', '223807.002500', '223807.462500', '223807.922500', '223808.382500', '223808.842500', '223809.302500', '223809.762500', '223810.222500', '223810.682500', '223811.142500', '223811.602500', '223812.062500', '223812.522500', '223812.982500', '223813.442500', '223813.902500', '223814.362500', '223814.822500', '223815.282500', '223815.742500', '223816.202500', '223816.662500', '223817.122500', '223817.582500', '223818.042500', '223818.502500', '223818.962500', '223819.422500', '223819.882500', '223820.342500', '223820.802500', '223821.262500', '223821.722500', '223822.182500', '223822.642500', '223823.102500', '223823.562500', '223824.022500', '223824.482500', '223824.942500', '223825.402500', '223825.862500', '223826.322500', '223826.782500', '223827.242500', '223827.702500', '223828.162500', '223828.622500', '223829.082500', '223829.542500', '223830.002500', '223830.462500', '223830.922500', '223831.382500', '223831.842500', '223832.302500', '223832.762500', '223833.222500', '223833.682500', '223834.142500', '223834.602500', '223835.062500', '223835.522500', '223835.982500', '223836.442500', '223836.902500', '223837.362500', '223837.822500', '223838.282500', '223838.742500', '223839.202500', '223839.662500', '223840.122500', '223840.582500', '223841.042500', '223841.502500', '223841.962500', '223842.422500', '223842.882500', '223843.342500', '223843.802500', '223844.262500', '223844.722500', '223845.182500', '223845.642500', '223846.102500', '223846.562500', '223847.022500', '223847.482500', '223847.942500', '223848.402500', '223848.862500', '223849.322500', '223849.782500', '223850.242500', '223850.702500', '223851.162500', '223851.622500', '223852.082500', '223852.542500', '223853.002500', '223853.462500', '223853.922500', '223854.382500', '223854.842500', '223855.302500', '223855.762500', '223856.222500', '223856.682500', '223857.142500', '223857.602500', '223858.062500', '223858.522500', '223858.982500', '223859.442500', '223859.902500', '223900.362500', '223900.822500', '223901.282500', '223901.742500', '223902.202500', '223902.662500', '223903.122500', '223903.582500', '223904.042500', '223904.502500', '223904.962500', '223905.422500', '223905.882500', '223906.342500', '223906.802500', '223907.262500', '223907.722500', '223908.182500', '223908.642500', '223909.102500', '223909.562500', '223910.022500', '223910.482500', '223910.942500', '223911.402500', '223911.862500', '223912.322500', '223912.782500', '223913.242500', '223913.702500', '223914.162500', '223914.622500', '223915.082500', '223915.542500', '223916.002500', '223916.462500', '223916.922500', '223917.382500', '223917.842500', '223918.302500', '223918.762500', '223919.222500', '223919.682500', '223920.142500', '223920.602500', '223921.062500', '223921.522500', '223921.982500', '223922.442500', '223922.902500', '223923.362500', '223923.822500', '223924.282500', '223924.742500', '223925.202500', '223925.662500', '223926.122500', '223926.582500', '223927.042500', '223927.502500', '223927.962500', '223928.422500', '223928.882500', '223929.342500', '223929.802500', '223930.262500', '223930.722500', '223931.182500', '223931.642500', '223932.102500', '223932.562500', '223933.022500', '223933.482500', '223933.942500'], 'ContentTime': ['223139.960000', '223139.972000', '223139.974000', '223139.977000', '223139.986000', '223139.988000', '223139.991000', '223139.993000', '223139.996000', '223139.998000', '223140.002000', '223140.005000', '223140.007000', '223140.010000', '223140.012000', '223140.015000', '223140.017000', '223140.020000', '223140.027000', '223140.030000', '223140.032000', '223140.035000', '223140.038000', '223140.041000', '223140.043000', '223140.046000', '223140.049000', '223140.052000', '223140.054000', '223140.057000', '223140.060000', '223159.902000', '223159.905000', '223159.908000', '223159.910000', '223159.913000', '223159.916000', '223159.918000', '223159.921000', '223159.923000', '223159.926000', '223159.928000', '223159.931000', '223159.933000', '223159.936000', '223159.939000', '223159.941000', '223159.950000', '223159.953000', '223159.955000', '223159.958000', '223159.960000', '223159.963000', '223159.966000', '223159.968000', '223159.971000', '223159.974000', '223159.976000', '223159.979000', '223159.981000', '223159.984000', '223159.986000', '223159.989000', '223159.991000', '223159.994000', '223159.997000', '223200.000000', '223200.003000', '223200.005000', '223200.008000', '223200.010000', '223200.013000', '223200.015000', '223200.018000', '223200.021000', '223219.902000', '223219.905000', '223219.908000', '223219.910000', '223219.913000', '223219.915000', '223219.918000', '223219.920000', '223219.923000', '223219.926000', '223219.928000', '223219.931000', '223219.933000', '223219.936000', '223219.938000', '223219.941000', '223219.944000', '223219.946000', '223219.949000', '223219.951000', '223219.954000', '223219.956000', '223219.959000', '223219.975000', '223219.978000', '223219.981000', '223219.983000', '223219.989000', '223219.992000', '223219.994000', '223219.997000', '223220.000000', '223220.003000', '223220.006000', '223220.008000', '223220.011000', '223220.013000', '223220.016000', '223220.018000', '223220.021000', '223220.024000', '223220.026000', '223220.029000', '223239.903000', '223239.905000', '223239.908000', '223239.911000', '223239.913000', '223239.916000', '223239.918000', '223239.921000', '223239.923000', '223239.926000', '223239.929000', '223239.931000', '223239.934000', '223239.937000', '223239.939000', '223239.942000', '223239.944000', '223239.947000', '223239.949000', '223239.952000', '223239.955000', '223239.957000', '223239.960000', '223239.962000', '223239.965000', '223239.968000', '223239.970000', '223239.973000', '223239.975000', '223239.978000', '223239.980000', '223239.983000', '223239.986000', '223239.988000', '223239.991000', '223239.993000', '223239.996000', '223240.000000', '223240.002000', '223240.005000', '223240.007000', '223240.010000', '223240.013000', '223240.015000', '223259.902000', '223259.905000', '223259.908000', '223259.910000', '223259.913000', '223259.915000', '223259.918000', '223259.920000', '223259.923000', '223259.926000', '223259.928000', '223259.931000', '223259.933000', '223259.936000', '223259.938000', '223259.941000', '223259.944000', '223259.946000', '223259.949000', '223259.951000', '223259.954000', '223259.956000', '223259.959000', '223259.962000', '223259.964000', '223259.967000', '223259.969000', '223259.972000', '223259.975000', '223259.977000', '223259.980000', '223259.982000', '223259.985000', '223259.987000', '223259.990000', '223259.993000', '223259.995000', '223259.998000', '223300.001000', '223300.004000', '223300.006000', '223300.009000', '223300.012000', '223319.902000', '223319.905000', '223319.908000', '223319.910000', '223319.913000', '223319.916000', '223319.918000', '223319.921000', '223319.923000', '223319.926000', '223319.929000', '223319.931000', '223319.934000', '223319.936000', '223319.939000', '223319.942000', '223319.944000', '223319.947000', '223319.949000', '223319.952000', '223319.955000', '223319.957000', '223319.960000', '223319.962000', '223319.965000', '223319.968000', '223319.970000', '223319.973000', '223319.975000', '223319.978000', '223319.981000', '223319.983000', '223319.986000', '223319.988000', '223319.991000', '223319.994000', '223319.996000', '223320.000000', '223320.002000', '223320.005000', '223320.008000', '223320.010000', '223320.013000', '223320.015000', '223339.902000', '223339.905000', '223339.908000', '223339.911000', '223339.913000', '223339.916000', '223339.918000', '223339.921000', '223339.924000', '223339.926000', '223339.929000', '223339.931000', '223339.934000', '223339.937000', '223339.939000', '223339.942000', '223339.944000', '223339.947000', '223339.950000', '223339.952000', '223339.955000', '223339.957000', '223339.960000', '223339.962000', '223339.965000', '223339.968000', '223339.970000', '223339.973000', '223339.976000', '223339.978000', '223339.981000', '223339.983000', '223339.986000', '223339.989000', '223339.991000', '223339.994000', '223339.996000', '223340.000000', '223340.004000', '223340.006000', '223340.009000', '223340.011000', '223340.014000', '223359.902000', '223359.905000', '223359.908000', '223359.911000', '223359.913000', '223359.916000', '223359.919000', '223359.923000', '223359.926000', '223359.928000', '223359.931000', '223359.934000', '223359.936000', '223359.939000', '223359.941000', '223359.944000', '223359.946000', '223359.949000', '223359.951000', '223359.967000', '223359.970000', '223359.973000', '223359.975000', '223359.978000', '223359.980000', '223359.983000', '223359.986000', '223359.988000', '223359.991000', '223359.993000', '223359.996000', '223359.998000', '223400.002000', '223400.005000', '223400.007000', '223400.010000', '223400.013000', '223400.015000', '223400.018000', '223400.020000', '223400.023000', '223400.025000', '223400.028000', '223400.031000', '223419.902000', '223419.905000', '223419.908000', '223419.911000', '223419.913000', '223419.916000', '223419.918000', '223419.921000', '223419.924000', '223419.926000', '223419.929000', '223419.931000', '223419.934000', '223419.936000', '223419.939000', '223419.942000', '223419.944000', '223419.947000', '223419.949000', '223419.952000', '223419.955000', '223419.957000', '223419.960000', '223419.962000', '223419.965000', '223419.968000', '223419.970000', '223419.973000', '223419.975000', '223419.978000', '223419.980000', '223419.983000', '223419.986000', '223419.989000', '223419.991000', '223419.994000', '223419.996000', '223420.000000', '223420.002000', '223420.005000', '223420.008000', '223420.010000', '223420.013000', '223439.903000', '223439.906000', '223439.908000', '223439.911000', '223439.913000', '223439.916000', '223439.919000', '223439.921000', '223439.924000', '223439.926000', '223439.929000', '223439.931000', '223439.934000', '223439.937000', '223439.939000', '223439.942000', '223439.944000', '223439.947000', '223439.950000', '223439.952000', '223439.955000', '223439.958000', '223439.960000', '223439.963000', '223439.965000', '223439.968000', '223439.970000', '223439.973000', '223439.976000', '223439.978000', '223439.981000', '223439.984000', '223439.986000', '223439.989000', '223439.992000', '223439.994000', '223439.997000', '223440.000000', '223440.003000', '223440.005000', '223440.008000', '223440.011000', '223440.013000', '223440.016000', '223459.902000', '223459.905000', '223459.908000', '223459.911000', '223459.913000', '223459.916000', '223459.918000', '223459.921000', '223459.923000', '223459.926000', '223459.929000', '223459.931000', '223459.934000', '223459.936000', '223459.939000', '223459.941000', '223459.944000', '223459.947000', '223459.949000', '223459.952000', '223459.954000', '223459.957000', '223459.960000', '223459.962000', '223459.965000', '223459.967000', '223459.970000', '223459.973000', '223459.975000', '223459.978000', '223459.981000', '223459.983000', '223459.986000', '223459.988000', '223459.991000', '223459.994000', '223459.996000', '223500.000000', '223500.002000', '223500.005000', '223500.007000', '223500.010000', '223500.013000', '223519.903000', '223519.906000', '223519.908000', '223519.911000', '223519.914000', '223519.916000', '223519.919000', '223519.922000', '223519.925000', '223519.928000', '223519.931000', '223519.933000', '223519.936000', '223519.939000', '223519.941000', '223519.944000', '223519.947000', '223519.949000', '223519.952000', '223519.954000', '223519.957000', '223519.960000', '223519.963000', '223519.966000', '223519.968000', '223519.971000', '223519.974000', '223519.976000', '223519.979000', '223519.982000', '223519.984000', '223519.987000', '223519.990000', '223519.992000', '223519.995000', '223519.998000', '223520.001000', '223520.004000', '223520.006000', '223520.009000', '223520.011000', '223520.014000', '223520.017000', '223539.903000', '223539.913000', '223539.916000', '223539.918000', '223539.921000', '223539.924000', '223539.926000', '223539.929000', '223539.931000', '223539.934000', '223539.937000', '223539.939000', '223539.942000', '223539.944000', '223539.947000', '223539.950000', '223539.952000', '223539.955000', '223539.957000', '223539.960000', '223539.963000', '223539.965000', '223539.968000', '223539.970000', '223539.973000', '223539.976000', '223539.978000', '223539.981000', '223539.984000', '223539.986000', '223539.989000', '223539.991000', '223539.994000', '223539.997000', '223540.000000', '223540.003000', '223540.006000', '223540.008000', '223540.011000', '223540.013000', '223540.016000', '223540.019000', '223540.021000', '223540.024000', '223559.903000', '223559.906000', '223559.909000', '223559.912000', '223559.914000', '223559.917000', '223559.919000', '223559.922000', '223559.925000', '223559.927000', '223559.930000', '223559.932000', '223559.935000', '223559.937000', '223559.940000', '223559.943000', '223559.945000', '223559.948000', '223559.951000', '223559.953000', '223559.956000', '223559.959000', '223559.962000', '223559.964000', '223559.967000', '223559.970000', '223559.972000', '223559.975000', '223559.977000', '223559.980000', '223559.983000', '223559.985000', '223559.988000', '223559.990000', '223559.993000', '223559.996000', '223559.998000', '223600.001000', '223600.003000', '223600.006000', '223600.009000', '223600.011000', '223600.014000', '223619.903000', '223619.905000', '223619.908000', '223619.911000', '223619.913000', '223619.916000', '223619.918000', '223619.921000', '223619.924000', '223619.926000', '223619.929000', '223619.931000', '223619.934000', '223619.937000', '223619.939000', '223619.942000', '223619.945000', '223619.947000', '223619.950000', '223619.952000', '223619.955000', '223619.957000', '223619.960000', '223619.963000', '223619.965000', '223619.968000', '223619.970000', '223619.973000', '223619.976000', '223619.978000', '223619.981000', '223619.983000', '223619.986000', '223619.989000', '223619.991000', '223619.994000', '223619.996000', '223620.000000', '223620.003000', '223620.005000', '223620.008000', '223620.010000', '223620.013000', '223620.016000', '223639.902000', '223639.905000', '223639.908000', '223639.910000', '223639.913000', '223639.916000', '223639.918000', '223639.921000', '223639.923000', '223639.926000', '223639.929000', '223639.931000', '223639.934000', '223639.936000', '223639.939000', '223639.942000', '223639.944000', '223639.947000', '223639.950000', '223639.952000', '223639.955000', '223639.958000', '223639.960000', '223639.963000', '223639.966000', '223639.968000', '223639.971000', '223639.973000', '223639.976000', '223639.979000', '223639.981000', '223639.984000', '223639.986000', '223639.989000', '223639.992000', '223639.994000', '223639.997000', '223640.001000', '223640.004000', '223640.007000', '223640.009000', '223640.012000', '223640.014000', '223659.902000', '223659.905000', '223659.908000', '223659.910000', '223659.913000', '223659.916000', '223659.918000', '223659.921000', '223659.923000', '223659.926000', '223659.928000', '223659.961000', '223659.963000', '223659.966000', '223659.968000', '223659.971000', '223659.974000', '223659.976000', '223659.979000', '223659.981000', '223659.984000', '223659.986000', '223659.989000', '223659.992000', '223659.994000', '223659.997000', '223700.000000', '223700.003000', '223700.006000', '223700.008000', '223700.011000', '223700.013000', '223700.016000', '223700.019000', '223700.021000', '223700.024000', '223700.026000', '223700.029000', '223700.032000', '223700.034000', '223700.037000', '223700.039000', '223700.042000', '223700.045000', '223719.903000', '223719.905000', '223719.908000', '223719.911000', '223719.913000', '223719.916000', '223719.918000', '223719.921000', '223719.923000', '223719.926000', '223719.929000', '223719.931000', '223719.934000', '223719.936000', '223719.939000', '223719.942000', '223719.944000', '223719.947000', '223719.949000', '223719.952000', '223719.955000', '223719.957000', '223719.960000', '223719.963000', '223719.966000', '223719.969000', '223719.972000', '223719.974000', '223719.977000', '223719.980000', '223719.982000', '223719.985000', '223719.988000', '223719.990000', '223719.993000', '223719.995000', '223719.998000', '223720.001000', '223720.004000', '223720.007000', '223720.009000', '223720.012000', '223720.015000', '223739.903000', '223739.905000', '223739.908000', '223739.911000', '223739.913000', '223739.916000', '223739.918000', '223739.921000', '223739.924000', '223739.926000', '223739.929000', '223739.931000', '223739.934000', '223739.937000', '223739.939000', '223739.942000', '223739.944000', '223739.947000', '223739.950000', '223739.952000', '223739.955000', '223739.957000', '223739.960000', '223739.962000', '223739.965000', '223739.968000', '223739.970000', '223739.973000', '223739.976000', '223739.978000', '223739.981000', '223739.983000', '223739.986000', '223739.989000', '223739.991000', '223739.994000', '223739.996000', '223740.000000', '223740.003000', '223740.005000', '223740.008000', '223740.011000', '223740.013000', '223740.016000', '223759.903000', '223759.906000', '223759.908000', '223759.911000', '223759.913000', '223759.916000', '223759.918000', '223759.921000', '223759.924000', '223759.926000', '223759.929000', '223759.932000', '223759.934000', '223759.937000', '223759.939000', '223759.942000', '223759.944000', '223759.947000', '223759.950000', '223759.952000', '223759.955000', '223759.957000', '223759.960000', '223759.963000', '223759.965000', '223759.968000', '223759.970000', '223759.973000', '223759.975000', '223759.978000', '223759.981000', '223759.983000', '223759.986000', '223759.988000', '223759.991000', '223759.993000', '223759.996000', '223800.000000', '223800.002000', '223800.005000', '223800.008000', '223800.010000', '223800.013000', '223819.904000', '223819.906000', '223819.909000', '223819.912000', '223819.914000', '223819.917000', '223819.919000', '223819.922000', '223819.925000', '223819.927000', '223819.930000', '223819.933000', '223819.935000', '223819.938000', '223819.940000', '223819.943000', '223819.946000', '223819.948000', '223819.951000', '223819.954000', '223819.956000', '223819.959000', '223819.986000', '223819.988000', '223819.991000', '223820.021000', '223820.024000', '223820.026000', '223820.029000', '223820.032000', '223820.034000', '223820.037000', '223820.039000', '223820.042000', '223820.045000', '223820.047000', '223820.050000', '223820.052000', '223820.055000', '223820.058000', '223820.060000', '223820.063000', '223820.066000', '223820.068000', '223839.903000', '223839.905000', '223839.908000', '223839.911000', '223839.913000', '223839.916000', '223839.918000', '223839.921000', '223839.924000', '223839.926000', '223839.929000', '223839.931000', '223839.934000', '223839.937000', '223839.939000', '223839.942000', '223839.944000', '223839.947000', '223839.950000', '223839.952000', '223839.955000', '223839.957000', '223839.960000', '223839.963000', '223839.965000', '223839.968000', '223839.970000', '223839.973000', '223839.976000', '223839.978000', '223839.981000', '223839.984000', '223839.986000', '223839.989000', '223839.991000', '223839.994000', '223839.997000', '223840.000000', '223840.003000', '223840.006000', '223840.008000', '223840.011000', '223840.013000', '223859.903000', '223859.906000', '223859.908000', '223859.911000', '223859.913000', '223859.916000', '223859.919000', '223859.921000', '223859.924000', '223859.926000', '223859.929000', '223859.932000', '223859.934000', '223859.937000', '223859.939000', '223859.942000', '223859.945000', '223859.947000', '223859.950000', '223859.952000', '223859.955000', '223859.958000', '223859.960000', '223859.963000', '223859.965000', '223859.968000', '223859.970000', '223859.973000', '223859.976000', '223859.978000', '223859.981000', '223859.983000', '223859.986000', '223859.989000', '223859.991000', '223859.994000', '223859.997000', '223900.000000', '223900.003000', '223900.005000', '223900.008000', '223900.010000', '223900.013000', '223900.016000', '223919.903000', '223919.905000', '223919.908000', '223919.911000', '223919.913000', '223919.916000', '223919.918000', '223919.921000', '223919.924000', '223919.926000', '223919.929000', '223919.931000', '223919.934000', '223919.937000', '223919.939000', '223919.942000', '223919.944000', '223919.947000', '223919.950000', '223919.952000', '223919.955000', '223919.957000', '223919.960000', '223919.963000', '223919.965000', '223919.968000', '223919.970000', '223919.973000', '223919.976000', '223919.978000', '223919.981000', '223919.983000', '223919.986000', '223919.989000', '223919.991000', '223919.994000', '223919.996000', '223920.000000', '223920.003000', '223920.006000', '223920.009000', '223920.012000', '223920.015000', '223935.202000', '223935.205000', '223935.207000', '223935.210000', '223935.213000', '223935.215000', '223935.218000', '223935.220000', '223935.223000', '223935.226000', '223935.228000', '223935.231000', '223935.233000', '223935.236000', '223935.239000', '223935.242000', '223935.244000', '223935.247000', '223935.250000', '223935.280000', '223935.283000', '223935.285000', '223935.288000', '223935.291000', '223935.293000', '223935.296000', '223935.298000', '223935.301000', '223935.303000', '223935.306000', '223935.309000', '223935.311000', '223935.314000', '223935.317000'], 'InstanceCreationTime': ['223139.960000', '223139.972000', '223139.974000', '223139.977000', '223139.986000', '223139.988000', '223139.991000', '223139.993000', '223139.996000', '223139.998000', '223140.002000', '223140.005000', '223140.007000', '223140.010000', '223140.012000', '223140.015000', '223140.017000', '223140.020000', '223140.027000', '223140.030000', '223140.032000', '223140.035000', '223140.038000', '223140.041000', '223140.043000', '223140.046000', '223140.049000', '223140.052000', '223140.054000', '223140.057000', '223140.060000', '223159.902000', '223159.905000', '223159.908000', '223159.910000', '223159.913000', '223159.916000', '223159.918000', '223159.921000', '223159.923000', '223159.926000', '223159.928000', '223159.931000', '223159.933000', '223159.936000', '223159.939000', '223159.941000', '223159.950000', '223159.953000', '223159.955000', '223159.958000', '223159.960000', '223159.963000', '223159.966000', '223159.968000', '223159.971000', '223159.974000', '223159.976000', '223159.979000', '223159.981000', '223159.984000', '223159.986000', '223159.989000', '223159.991000', '223159.994000', '223159.997000', '223200.000000', '223200.003000', '223200.005000', '223200.008000', '223200.010000', '223200.013000', '223200.015000', '223200.018000', '223200.021000', '223219.902000', '223219.905000', '223219.908000', '223219.910000', '223219.913000', '223219.915000', '223219.918000', '223219.920000', '223219.923000', '223219.926000', '223219.928000', '223219.931000', '223219.933000', '223219.936000', '223219.938000', '223219.941000', '223219.944000', '223219.946000', '223219.949000', '223219.951000', '223219.954000', '223219.956000', '223219.959000', '223219.975000', '223219.978000', '223219.981000', '223219.983000', '223219.989000', '223219.992000', '223219.994000', '223219.997000', '223220.000000', '223220.003000', '223220.006000', '223220.008000', '223220.011000', '223220.013000', '223220.016000', '223220.018000', '223220.021000', '223220.024000', '223220.026000', '223220.029000', '223239.903000', '223239.905000', '223239.908000', '223239.911000', '223239.913000', '223239.916000', '223239.918000', '223239.921000', '223239.923000', '223239.926000', '223239.929000', '223239.931000', '223239.934000', '223239.937000', '223239.939000', '223239.942000', '223239.944000', '223239.947000', '223239.949000', '223239.952000', '223239.955000', '223239.957000', '223239.960000', '223239.962000', '223239.965000', '223239.968000', '223239.970000', '223239.973000', '223239.975000', '223239.978000', '223239.980000', '223239.983000', '223239.986000', '223239.988000', '223239.991000', '223239.993000', '223239.996000', '223240.000000', '223240.002000', '223240.005000', '223240.007000', '223240.010000', '223240.013000', '223240.015000', '223259.902000', '223259.905000', '223259.908000', '223259.910000', '223259.913000', '223259.915000', '223259.918000', '223259.920000', '223259.923000', '223259.926000', '223259.928000', '223259.931000', '223259.933000', '223259.936000', '223259.938000', '223259.941000', '223259.944000', '223259.946000', '223259.949000', '223259.951000', '223259.954000', '223259.956000', '223259.959000', '223259.962000', '223259.964000', '223259.967000', '223259.969000', '223259.972000', '223259.975000', '223259.977000', '223259.980000', '223259.982000', '223259.985000', '223259.987000', '223259.990000', '223259.993000', '223259.995000', '223259.998000', '223300.001000', '223300.004000', '223300.006000', '223300.009000', '223300.012000', '223319.902000', '223319.905000', '223319.908000', '223319.910000', '223319.913000', '223319.916000', '223319.918000', '223319.921000', '223319.923000', '223319.926000', '223319.929000', '223319.931000', '223319.934000', '223319.936000', '223319.939000', '223319.942000', '223319.944000', '223319.947000', '223319.949000', '223319.952000', '223319.955000', '223319.957000', '223319.960000', '223319.962000', '223319.965000', '223319.968000', '223319.970000', '223319.973000', '223319.975000', '223319.978000', '223319.981000', '223319.983000', '223319.986000', '223319.988000', '223319.991000', '223319.994000', '223319.996000', '223320.000000', '223320.002000', '223320.005000', '223320.008000', '223320.010000', '223320.013000', '223320.015000', '223339.902000', '223339.905000', '223339.908000', '223339.911000', '223339.913000', '223339.916000', '223339.918000', '223339.921000', '223339.924000', '223339.926000', '223339.929000', '223339.931000', '223339.934000', '223339.937000', '223339.939000', '223339.942000', '223339.944000', '223339.947000', '223339.950000', '223339.952000', '223339.955000', '223339.957000', '223339.960000', '223339.962000', '223339.965000', '223339.968000', '223339.970000', '223339.973000', '223339.976000', '223339.978000', '223339.981000', '223339.983000', '223339.986000', '223339.989000', '223339.991000', '223339.994000', '223339.996000', '223340.000000', '223340.004000', '223340.006000', '223340.009000', '223340.011000', '223340.014000', '223359.902000', '223359.905000', '223359.908000', '223359.911000', '223359.913000', '223359.916000', '223359.919000', '223359.923000', '223359.926000', '223359.928000', '223359.931000', '223359.934000', '223359.936000', '223359.939000', '223359.941000', '223359.944000', '223359.946000', '223359.949000', '223359.951000', '223359.967000', '223359.970000', '223359.973000', '223359.975000', '223359.978000', '223359.980000', '223359.983000', '223359.986000', '223359.988000', '223359.991000', '223359.993000', '223359.996000', '223359.998000', '223400.002000', '223400.005000', '223400.007000', '223400.010000', '223400.013000', '223400.015000', '223400.018000', '223400.020000', '223400.023000', '223400.025000', '223400.028000', '223400.031000', '223419.902000', '223419.905000', '223419.908000', '223419.911000', '223419.913000', '223419.916000', '223419.918000', '223419.921000', '223419.924000', '223419.926000', '223419.929000', '223419.931000', '223419.934000', '223419.936000', '223419.939000', '223419.942000', '223419.944000', '223419.947000', '223419.949000', '223419.952000', '223419.955000', '223419.957000', '223419.960000', '223419.962000', '223419.965000', '223419.968000', '223419.970000', '223419.973000', '223419.975000', '223419.978000', '223419.980000', '223419.983000', '223419.986000', '223419.989000', '223419.991000', '223419.994000', '223419.996000', '223420.000000', '223420.002000', '223420.005000', '223420.008000', '223420.010000', '223420.013000', '223439.903000', '223439.906000', '223439.908000', '223439.911000', '223439.913000', '223439.916000', '223439.919000', '223439.921000', '223439.924000', '223439.926000', '223439.929000', '223439.931000', '223439.934000', '223439.937000', '223439.939000', '223439.942000', '223439.944000', '223439.947000', '223439.950000', '223439.952000', '223439.955000', '223439.958000', '223439.960000', '223439.963000', '223439.965000', '223439.968000', '223439.970000', '223439.973000', '223439.976000', '223439.978000', '223439.981000', '223439.984000', '223439.986000', '223439.989000', '223439.992000', '223439.994000', '223439.997000', '223440.000000', '223440.003000', '223440.005000', '223440.008000', '223440.011000', '223440.013000', '223440.016000', '223459.902000', '223459.905000', '223459.908000', '223459.911000', '223459.913000', '223459.916000', '223459.918000', '223459.921000', '223459.923000', '223459.926000', '223459.929000', '223459.931000', '223459.934000', '223459.936000', '223459.939000', '223459.941000', '223459.944000', '223459.947000', '223459.949000', '223459.952000', '223459.954000', '223459.957000', '223459.960000', '223459.962000', '223459.965000', '223459.967000', '223459.970000', '223459.973000', '223459.975000', '223459.978000', '223459.981000', '223459.983000', '223459.986000', '223459.988000', '223459.991000', '223459.994000', '223459.996000', '223500.000000', '223500.002000', '223500.005000', '223500.007000', '223500.010000', '223500.013000', '223519.903000', '223519.906000', '223519.908000', '223519.911000', '223519.914000', '223519.916000', '223519.919000', '223519.922000', '223519.925000', '223519.928000', '223519.931000', '223519.933000', '223519.936000', '223519.939000', '223519.941000', '223519.944000', '223519.947000', '223519.949000', '223519.952000', '223519.954000', '223519.957000', '223519.960000', '223519.963000', '223519.966000', '223519.968000', '223519.971000', '223519.974000', '223519.976000', '223519.979000', '223519.982000', '223519.984000', '223519.987000', '223519.990000', '223519.992000', '223519.995000', '223519.998000', '223520.001000', '223520.004000', '223520.006000', '223520.009000', '223520.011000', '223520.014000', '223520.017000', '223539.903000', '223539.913000', '223539.916000', '223539.918000', '223539.921000', '223539.924000', '223539.926000', '223539.929000', '223539.931000', '223539.934000', '223539.937000', '223539.939000', '223539.942000', '223539.944000', '223539.947000', '223539.950000', '223539.952000', '223539.955000', '223539.957000', '223539.960000', '223539.963000', '223539.965000', '223539.968000', '223539.970000', '223539.973000', '223539.976000', '223539.978000', '223539.981000', '223539.984000', '223539.986000', '223539.989000', '223539.991000', '223539.994000', '223539.997000', '223540.000000', '223540.003000', '223540.006000', '223540.008000', '223540.011000', '223540.013000', '223540.016000', '223540.019000', '223540.021000', '223540.024000', '223559.903000', '223559.906000', '223559.909000', '223559.912000', '223559.914000', '223559.917000', '223559.919000', '223559.922000', '223559.925000', '223559.927000', '223559.930000', '223559.932000', '223559.935000', '223559.937000', '223559.940000', '223559.943000', '223559.945000', '223559.948000', '223559.951000', '223559.953000', '223559.956000', '223559.959000', '223559.962000', '223559.964000', '223559.967000', '223559.970000', '223559.972000', '223559.975000', '223559.977000', '223559.980000', '223559.983000', '223559.985000', '223559.988000', '223559.990000', '223559.993000', '223559.996000', '223559.998000', '223600.001000', '223600.003000', '223600.006000', '223600.009000', '223600.011000', '223600.014000', '223619.903000', '223619.905000', '223619.908000', '223619.911000', '223619.913000', '223619.916000', '223619.918000', '223619.921000', '223619.924000', '223619.926000', '223619.929000', '223619.931000', '223619.934000', '223619.937000', '223619.939000', '223619.942000', '223619.945000', '223619.947000', '223619.950000', '223619.952000', '223619.955000', '223619.957000', '223619.960000', '223619.963000', '223619.965000', '223619.968000', '223619.970000', '223619.973000', '223619.976000', '223619.978000', '223619.981000', '223619.983000', '223619.986000', '223619.989000', '223619.991000', '223619.994000', '223619.996000', '223620.000000', '223620.003000', '223620.005000', '223620.008000', '223620.010000', '223620.013000', '223620.016000', '223639.902000', '223639.905000', '223639.908000', '223639.910000', '223639.913000', '223639.916000', '223639.918000', '223639.921000', '223639.923000', '223639.926000', '223639.929000', '223639.931000', '223639.934000', '223639.936000', '223639.939000', '223639.942000', '223639.944000', '223639.947000', '223639.950000', '223639.952000', '223639.955000', '223639.958000', '223639.960000', '223639.963000', '223639.966000', '223639.968000', '223639.971000', '223639.973000', '223639.976000', '223639.979000', '223639.981000', '223639.984000', '223639.986000', '223639.989000', '223639.992000', '223639.994000', '223639.997000', '223640.001000', '223640.004000', '223640.007000', '223640.009000', '223640.012000', '223640.014000', '223659.902000', '223659.905000', '223659.908000', '223659.910000', '223659.913000', '223659.916000', '223659.918000', '223659.921000', '223659.923000', '223659.926000', '223659.928000', '223659.961000', '223659.963000', '223659.966000', '223659.968000', '223659.971000', '223659.974000', '223659.976000', '223659.979000', '223659.981000', '223659.984000', '223659.986000', '223659.989000', '223659.992000', '223659.994000', '223659.997000', '223700.000000', '223700.003000', '223700.006000', '223700.008000', '223700.011000', '223700.013000', '223700.016000', '223700.019000', '223700.021000', '223700.024000', '223700.026000', '223700.029000', '223700.032000', '223700.034000', '223700.037000', '223700.039000', '223700.042000', '223700.045000', '223719.903000', '223719.905000', '223719.908000', '223719.911000', '223719.913000', '223719.916000', '223719.918000', '223719.921000', '223719.923000', '223719.926000', '223719.929000', '223719.931000', '223719.934000', '223719.936000', '223719.939000', '223719.942000', '223719.944000', '223719.947000', '223719.949000', '223719.952000', '223719.955000', '223719.957000', '223719.960000', '223719.963000', '223719.966000', '223719.969000', '223719.972000', '223719.974000', '223719.977000', '223719.980000', '223719.982000', '223719.985000', '223719.988000', '223719.990000', '223719.993000', '223719.995000', '223719.998000', '223720.001000', '223720.004000', '223720.007000', '223720.009000', '223720.012000', '223720.015000', '223739.903000', '223739.905000', '223739.908000', '223739.911000', '223739.913000', '223739.916000', '223739.918000', '223739.921000', '223739.924000', '223739.926000', '223739.929000', '223739.931000', '223739.934000', '223739.937000', '223739.939000', '223739.942000', '223739.944000', '223739.947000', '223739.950000', '223739.952000', '223739.955000', '223739.957000', '223739.960000', '223739.962000', '223739.965000', '223739.968000', '223739.970000', '223739.973000', '223739.976000', '223739.978000', '223739.981000', '223739.983000', '223739.986000', '223739.989000', '223739.991000', '223739.994000', '223739.996000', '223740.000000', '223740.003000', '223740.005000', '223740.008000', '223740.011000', '223740.013000', '223740.016000', '223759.903000', '223759.906000', '223759.908000', '223759.911000', '223759.913000', '223759.916000', '223759.918000', '223759.921000', '223759.924000', '223759.926000', '223759.929000', '223759.932000', '223759.934000', '223759.937000', '223759.939000', '223759.942000', '223759.944000', '223759.947000', '223759.950000', '223759.952000', '223759.955000', '223759.957000', '223759.960000', '223759.963000', '223759.965000', '223759.968000', '223759.970000', '223759.973000', '223759.975000', '223759.978000', '223759.981000', '223759.983000', '223759.986000', '223759.988000', '223759.991000', '223759.993000', '223759.996000', '223800.000000', '223800.002000', '223800.005000', '223800.008000', '223800.010000', '223800.013000', '223819.904000', '223819.906000', '223819.909000', '223819.912000', '223819.914000', '223819.917000', '223819.919000', '223819.922000', '223819.925000', '223819.927000', '223819.930000', '223819.933000', '223819.935000', '223819.938000', '223819.940000', '223819.943000', '223819.946000', '223819.948000', '223819.951000', '223819.954000', '223819.956000', '223819.959000', '223819.986000', '223819.988000', '223819.991000', '223820.021000', '223820.024000', '223820.026000', '223820.029000', '223820.032000', '223820.034000', '223820.037000', '223820.039000', '223820.042000', '223820.045000', '223820.047000', '223820.050000', '223820.052000', '223820.055000', '223820.058000', '223820.060000', '223820.063000', '223820.066000', '223820.068000', '223839.903000', '223839.905000', '223839.908000', '223839.911000', '223839.913000', '223839.916000', '223839.918000', '223839.921000', '223839.924000', '223839.926000', '223839.929000', '223839.931000', '223839.934000', '223839.937000', '223839.939000', '223839.942000', '223839.944000', '223839.947000', '223839.950000', '223839.952000', '223839.955000', '223839.957000', '223839.960000', '223839.963000', '223839.965000', '223839.968000', '223839.970000', '223839.973000', '223839.976000', '223839.978000', '223839.981000', '223839.984000', '223839.986000', '223839.989000', '223839.991000', '223839.994000', '223839.997000', '223840.000000', '223840.003000', '223840.006000', '223840.008000', '223840.011000', '223840.013000', '223859.903000', '223859.906000', '223859.908000', '223859.911000', '223859.913000', '223859.916000', '223859.919000', '223859.921000', '223859.924000', '223859.926000', '223859.929000', '223859.932000', '223859.934000', '223859.937000', '223859.939000', '223859.942000', '223859.945000', '223859.947000', '223859.950000', '223859.952000', '223859.955000', '223859.958000', '223859.960000', '223859.963000', '223859.965000', '223859.968000', '223859.970000', '223859.973000', '223859.976000', '223859.978000', '223859.981000', '223859.983000', '223859.986000', '223859.989000', '223859.991000', '223859.994000', '223859.997000', '223900.000000', '223900.003000', '223900.005000', '223900.008000', '223900.010000', '223900.013000', '223900.016000', '223919.903000', '223919.905000', '223919.908000', '223919.911000', '223919.913000', '223919.916000', '223919.918000', '223919.921000', '223919.924000', '223919.926000', '223919.929000', '223919.931000', '223919.934000', '223919.937000', '223919.939000', '223919.942000', '223919.944000', '223919.947000', '223919.950000', '223919.952000', '223919.955000', '223919.957000', '223919.960000', '223919.963000', '223919.965000', '223919.968000', '223919.970000', '223919.973000', '223919.976000', '223919.978000', '223919.981000', '223919.983000', '223919.986000', '223919.989000', '223919.991000', '223919.994000', '223919.996000', '223920.000000', '223920.003000', '223920.006000', '223920.009000', '223920.012000', '223920.015000', '223935.202000', '223935.205000', '223935.207000', '223935.210000', '223935.213000', '223935.215000', '223935.218000', '223935.220000', '223935.223000', '223935.226000', '223935.228000', '223935.231000', '223935.233000', '223935.236000', '223935.239000', '223935.242000', '223935.244000', '223935.247000', '223935.250000', '223935.280000', '223935.283000', '223935.285000', '223935.288000', '223935.291000', '223935.293000', '223935.296000', '223935.298000', '223935.301000', '223935.303000', '223935.306000', '223935.309000', '223935.311000', '223935.314000', '223935.317000'], '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': [13607, 11830, 12254, 14339, 11754, 12747, 12655, 12637, 13324, 11516, 12018, 13843, 14492, 18112, 14917, 13026, 17182, 13452, 17936, 14432, 12278, 15591, 12961, 17838, 13456, 14464, 16632, 11999, 17173, 13174, 16919, 12875, 10997, 14845, 12135, 17499, 13441, 10902, 14852, 11867, 16575, 13640, 13951, 14184, 11893, 14040, 13524, 17003, 13870, 12124, 15025, 13011, 17724, 13886, 11973, 14928, 12706, 16338, 13286, 11092, 15374, 12390, 13792, 13331, 16441, 14767, 12522, 15922, 13247, 17471, 13931, 12925, 16273, 13485, 17122, 13629, 16342, 15671, 12973, 16825, 13580, 17472, 14277, 16578, 15956, 13263, 16560, 13382, 17375, 13852, 16666, 15767, 13546, 16711, 13531, 16113, 14252, 17096, 14800, 12138, 16555, 10122, 16796, 15505, 16719, 15198, 17091, 13868, 17010, 14304, 17401, 15145, 14403, 16307, 13381, 16629, 14431, 15101, 16211, 13203, 16821, 14526, 17392, 15213, 13283, 16957, 13621, 17092, 14317, 17553, 14825, 16811, 16399, 10809, 17356, 14820, 17460, 14987, 18366, 15112, 17840, 15757, 16130, 16020, 11819, 17196, 14940, 17480, 13667, 16471, 14042, 17164, 14502, 17535, 15158, 16819, 16168, 15203, 17142, 13779, 17167, 14213, 18182, 14310, 16338, 14577, 17574, 14601, 17845, 15400, 16289, 16165, 13273, 16820, 13726, 17055, 13910, 17654, 13905, 16955, 14073, 17558, 14497, 17553, 14519, 18065, 14366, 19091, 16308, 18338, 16619, 18002, 18074, 16522, 18138, 15284, 17058, 14954, 18355, 14593, 18129, 15600, 17392, 17172, 13299, 17746, 14199, 18248, 13738, 16876, 14194, 17131, 14337, 18353, 14356, 18489, 15412, 17703, 15749, 17810, 15993, 13989, 16669, 12539, 16752, 12453, 16804, 18138, 16933, 14936, 16829, 13638, 16690, 13153, 17058, 13325, 17013, 13877, 15743, 14343, 18569, 14346, 17464, 15696, 16239, 17017, 17709, 16630, 17357, 16414, 15109, 16979, 15269, 16481, 15152, 16607, 14041, 17414, 13574, 17932, 13895, 17890, 14455, 17065, 13992, 17390, 13916, 17304, 14356, 17094, 14254, 16394, 14189, 18198, 14739, 17863, 15463, 13687, 16136, 13505, 16863, 13678, 16193, 15910, 16034, 14637, 16107, 18251, 16326, 15489, 16384, 13428, 17038, 13703, 17930, 14389, 17390, 13942, 18207, 14631, 17672, 15892, 13269, 16550, 17166, 16559, 13831, 16934, 13894, 17467, 15201, 19658, 19351, 19361, 16433, 17405, 18313, 16178, 18388, 14340, 16267, 14736, 17874, 15510, 17547, 14830, 17093, 14911, 18132, 15592, 17807, 15539, 18133, 16715, 13057, 18122, 15013, 17983, 14500, 19179, 15521, 15618, 17199, 13654, 17264, 14457, 17837, 14933, 14950, 15582, 13773, 18181, 15093, 18901, 15616, 17588, 16271, 11097, 18052, 14054, 18946, 15227, 17403, 13103, 16141, 16033, 18043, 18274, 11957, 16214, 18344, 19205, 13542, 18785, 18098, 17876, 19841, 17107, 18509, 17283, 14489, 18582, 15039, 18893, 15547, 20063, 16555, 12373, 18791, 14982, 19067, 16098, 19375, 17658, 11916, 19411, 15338, 19728, 16602, 19137, 17354, 20070, 17689, 17178, 17959, 19270, 17711, 19604, 17051, 19191, 16944, 19624, 17078, 19198, 17865, 13375, 18790, 15018, 18643, 16722, 19236, 13646, 18058, 16460, 17434, 18572, 17548, 19702, 16801, 17696, 17013, 15885, 17958, 15375, 17947, 15497, 19089, 16714, 13562, 19215, 15899, 18634, 16694, 16647, 18340, 15584, 20367, 16154, 18145, 17567, 10169, 18987, 15589, 19472, 16485, 19046, 18952, 19490, 14558, 18245, 16685, 14395, 12948, 13656, 14026, 13785, 14260, 14368, 16498, 14152, 15123, 14249, 17007, 14534, 17745, 15140, 15006, 14218, 13911, 17182, 14059, 18101, 14786, 16339, 15692, 13922, 17139, 14090, 14839, 14721, 14107, 14640, 18111, 14543, 13175, 14415, 13505, 15244, 13788, 14282, 13909, 16046, 14491, 18354, 14991, 14857, 14750, 14651, 18815, 13885, 11564, 14432, 9188, 9508, 9186, 9155, 10461, 11268, 11308, 15825, 14352, 15836, 15977, 14272, 13648, 17081, 17247, 13062, 13604, 18738, 14397, 14221, 12527, 14121, 18369, 15380, 15530, 16028, 16224, 14740, 14351, 15417, 15969, 15811, 15877, 16753, 14659, 14247, 14467, 14786, 14657, 15320, 14158, 16477, 19416, 15565, 19657, 15846, 17717, 14757, 17000, 15038, 16967, 13467, 15097, 14319, 15072, 15595, 15455, 14912, 14095, 15071, 14489, 15044, 15864, 15474, 15505, 15273, 14240, 13919, 14526, 14248, 15594, 15231, 15292, 13887, 13902, 15111, 14133, 15157, 14657, 15626, 15632, 15933, 13736, 15401, 13792, 14911, 13967, 13613, 14702, 14510, 14956, 14684, 15672, 13913, 15496, 13789, 14242, 14352, 15335, 14992, 14512, 15158, 13799, 15486, 13557, 15215, 14325, 15289, 14859, 14421, 15250, 13977, 14773, 15123, 13394, 14934, 14265, 14609, 14792, 14518, 15194, 14769, 15120, 14627, 15749, 13952, 15440, 14082, 15697, 17125, 16337, 16239, 17296, 19617, 16622, 15419, 15080, 17556, 14654, 17997, 14773, 16513, 14741, 17867, 15152, 18134, 15178, 18979, 15442, 19707, 17216, 16324, 15154, 15381, 14909, 17664, 18697, 13865, 15161, 14027, 14606, 13656, 13755, 15751, 13621, 15464, 13237, 15336, 15233, 15436, 16455, 14171, 15636, 16501, 14839, 14800, 14242, 13859, 14626, 15173, 15292, 13778, 16464, 13763, 15343, 14237, 15806, 13740, 15155, 14721, 14199, 14797, 13234, 14607, 13618, 15196, 12985, 14649, 16643, 15375, 18236, 14527, 14629, 13487, 17456, 13863, 16308, 13713, 15384, 13932, 16692, 13542, 18041, 14367, 14609, 14021, 13386, 13791, 12982, 15315, 13177, 14590, 13230, 14616, 13195, 14118, 13443, 14347, 13348, 16078, 13222, 14454, 13185, 14606, 13349, 15059, 13907, 13911, 16666, 14508, 13987, 18421, 19982, 15722, 17962, 15397, 18217, 16950, 16704, 17156, 13952, 16311, 14335, 17734, 15226, 15973, 14566, 16779, 14256, 17599, 14823, 16372, 14915, 16435, 16064, 14343, 17313, 13582, 17196, 13448, 17042, 14976, 17455, 15022, 15935, 14409, 17465, 15099, 17417, 13790, 16085, 17101, 16823, 13945, 16147, 15652, 14193, 16823, 14888, 16692, 13687, 16249, 13541, 16044, 14599, 15980, 14340, 16800, 14511, 17955, 14906, 17075, 14344, 16482, 15802, 16316, 15807, 15441, 14959, 16426, 15602, 16992, 14379, 17133, 14739, 18136, 14199, 18003, 14864, 16568, 17012, 14570, 16654, 15651, 15249, 14064, 15529, 17022, 15076, 16740, 14061, 15979, 14433, 16962, 14121, 15714, 13804, 17154, 14705, 15644, 13914, 16366, 16022, 16179, 14460, 14596, 16471, 14844, 15912, 13672, 15609, 13770, 16262, 15438, 15824, 15152, 15862, 13399, 17217, 14103, 17062, 13759, 15567, 15441, 16463, 16722, 14075, 16198, 13183, 17429, 14401, 16653, 13563, 16559, 13820, 17214, 13924, 19244, 13594, 18923, 13681, 15743, 15766, 14464, 16142, 13807, 14746, 18410, 16295, 14367, 15328, 14896, 14743, 14309, 16637, 19801, 13620, 16088, 14010, 15251, 16054, 14879, 16022, 16657, 15088, 17734, 16035, 17799, 16887, 17532, 18139, 16087, 18271, 16617, 18570, 15912, 18931, 16123, 18489, 16859, 17039, 17010, 18476, 17128, 17470, 17823, 17599, 17555, 17800, 17649, 16833, 17766, 14553, 18624, 14460, 18783, 14206, 18593, 17455, 18924, 16098, 18996, 15151, 19152, 16125, 18892, 16009, 19031, 16163, 18860, 16303, 19030, 15491, 18722, 15885, 18323, 15937, 19302, 16636, 18762, 17104, 18783, 17368, 18784, 17786, 17555, 18241, 18681, 17767, 18689, 17784, 17215, 18316, 15593, 18836, 14801, 18693, 15654, 19166, 19417, 19440, 17140, 19666, 18683, 19420, 19000, 19227, 18400, 19680, 14201, 17432, 17947, 14735, 18791, 14358, 18010, 15700, 16731, 17983, 15814, 16421, 14800, 17839, 17917, 17707, 18168, 18369, 15346, 15446, 15726, 18430, 14606, 18073, 14477, 17476, 17109, 17349, 15913, 16328, 15949, 15325, 16369, 13367, 16083, 14142, 17644, 14575, 18014, 13963, 17240, 14508, 17813, 14763, 17694, 14070, 17304, 13704, 17585, 13633, 17347, 11161, 16143, 12325, 15870, 15079, 15735, 17704, 13887, 16318, 17343, 15697, 16851, 14762], 'WindowCenter': [4934.0, 4900.0, 4913.0, 4908.0, 4885.0, 4856.0, 4856.0, 4858.0, 4867.0, 4847.0, 4858.0, 4866.0, 4876.0, 4894.0, 4863.0, 4865.0, 4871.0, 4850.0, 4867.0, 4847.0, 4829.0, 4857.0, 4837.0, 4856.0, 4837.0, 4837.0, 4846.0, 4814.0, 4844.0, 4812.0, 4842.0, 4823.0, 4802.0, 4819.0, 4799.0, 4838.0, 4809.0, 4792.0, 4820.0, 4812.0, 4840.0, 4822.0, 4820.0, 4818.0, 4813.0, 4833.0, 4823.0, 4842.0, 4822.0, 4813.0, 4830.0, 4836.0, 4852.0, 4834.0, 4815.0, 4845.0, 4826.0, 4856.0, 4836.0, 4816.0, 4847.0, 4838.0, 4838.0, 4838.0, 4856.0, 4846.0, 4839.0, 4856.0, 4836.0, 4867.0, 4847.0, 4840.0, 4856.0, 4850.0, 4868.0, 4851.0, 4871.0, 4871.0, 4852.0, 4870.0, 4861.0, 4882.0, 4862.0, 4884.0, 4883.0, 4865.0, 4881.0, 4863.0, 4883.0, 4864.0, 4882.0, 4884.0, 4864.0, 4883.0, 4866.0, 4883.0, 4876.0, 4883.0, 4872.0, 4858.0, 4884.0, 4844.0, 4896.0, 4885.0, 4884.0, 4885.0, 4898.0, 4889.0, 4898.0, 4888.0, 4897.0, 4887.0, 4877.0, 4897.0, 4878.0, 4884.0, 4865.0, 4874.0, 4871.0, 4864.0, 4882.0, 4863.0, 4882.0, 4872.0, 4863.0, 4881.0, 4865.0, 4884.0, 4874.0, 4882.0, 4873.0, 4883.0, 4883.0, 4843.0, 4895.0, 4876.0, 4893.0, 4886.0, 4893.0, 4885.0, 4905.0, 4898.0, 4887.0, 4887.0, 4859.0, 4897.0, 4886.0, 4896.0, 4876.0, 4884.0, 4876.0, 4897.0, 4879.0, 4895.0, 4873.0, 4884.0, 4884.0, 4874.0, 4896.0, 4864.0, 4884.0, 4875.0, 4893.0, 4873.0, 4883.0, 4874.0, 4882.0, 4873.0, 4893.0, 4884.0, 4883.0, 4884.0, 4866.0, 4882.0, 4865.0, 4884.0, 4864.0, 4881.0, 4864.0, 4883.0, 4865.0, 4885.0, 4876.0, 4882.0, 4874.0, 4894.0, 4877.0, 4904.0, 4898.0, 4906.0, 4895.0, 4894.0, 4894.0, 4898.0, 4908.0, 4888.0, 4883.0, 4875.0, 4897.0, 4876.0, 4895.0, 4872.0, 4884.0, 4883.0, 4864.0, 4882.0, 4863.0, 4879.0, 4852.0, 4872.0, 4864.0, 4883.0, 4864.0, 4882.0, 4862.0, 4881.0, 4871.0, 4883.0, 4874.0, 4881.0, 4872.0, 4865.0, 4883.0, 4855.0, 4883.0, 4852.0, 4883.0, 4894.0, 4883.0, 4874.0, 4885.0, 4862.0, 4884.0, 4855.0, 4883.0, 4865.0, 4882.0, 4865.0, 4873.0, 4864.0, 4882.0, 4876.0, 4883.0, 4875.0, 4883.0, 4883.0, 4881.0, 4895.0, 4881.0, 4884.0, 4874.0, 4885.0, 4885.0, 4898.0, 4886.0, 4887.0, 4876.0, 4896.0, 4867.0, 4894.0, 4864.0, 4892.0, 4874.0, 4895.0, 4877.0, 4883.0, 4865.0, 4885.0, 4877.0, 4896.0, 4874.0, 4883.0, 4863.0, 4897.0, 4876.0, 4894.0, 4875.0, 4863.0, 4871.0, 4862.0, 4881.0, 4862.0, 4871.0, 4873.0, 4872.0, 4876.0, 4883.0, 4892.0, 4869.0, 4871.0, 4882.0, 4864.0, 4882.0, 4864.0, 4883.0, 4864.0, 4881.0, 4864.0, 4881.0, 4861.0, 4882.0, 4870.0, 4854.0, 4882.0, 4881.0, 4871.0, 4860.0, 4880.0, 4863.0, 4882.0, 4885.0, 4892.0, 4890.0, 4900.0, 4894.0, 4894.0, 4889.0, 4885.0, 4891.0, 4887.0, 4882.0, 4871.0, 4889.0, 4872.0, 4882.0, 4873.0, 4882.0, 4871.0, 4879.0, 4869.0, 4870.0, 4870.0, 4878.0, 4868.0, 4850.0, 4877.0, 4858.0, 4878.0, 4859.0, 4878.0, 4858.0, 4869.0, 4866.0, 4847.0, 4866.0, 4848.0, 4865.0, 4860.0, 4857.0, 4858.0, 4849.0, 4868.0, 4846.0, 4865.0, 4858.0, 4868.0, 4869.0, 4827.0, 4866.0, 4848.0, 4878.0, 4860.0, 4878.0, 4853.0, 4869.0, 4858.0, 4867.0, 4880.0, 4841.0, 4882.0, 4881.0, 4890.0, 4862.0, 4891.0, 4890.0, 4891.0, 4901.0, 4882.0, 4893.0, 4883.0, 4862.0, 4879.0, 4871.0, 4892.0, 4872.0, 4891.0, 4870.0, 4841.0, 4877.0, 4859.0, 4877.0, 4869.0, 4877.0, 4877.0, 4840.0, 4878.0, 4860.0, 4890.0, 4878.0, 4887.0, 4880.0, 4900.0, 4892.0, 4890.0, 4893.0, 4901.0, 4893.0, 4904.0, 4896.0, 4906.0, 4895.0, 4903.0, 4896.0, 4903.0, 4896.0, 4865.0, 4905.0, 4875.0, 4892.0, 4882.0, 4891.0, 4864.0, 4892.0, 4883.0, 4892.0, 4890.0, 4893.0, 4902.0, 4894.0, 4894.0, 4894.0, 4882.0, 4890.0, 4872.0, 4880.0, 4872.0, 4890.0, 4871.0, 4849.0, 4876.0, 4868.0, 4877.0, 4868.0, 4867.0, 4876.0, 4858.0, 4885.0, 4857.0, 4876.0, 4877.0, 4817.0, 4875.0, 4867.0, 4886.0, 4869.0, 4887.0, 4889.0, 4888.0, 4870.0, 4904.0, 4906.0, 4923.0, 4928.0, 4940.0, 4912.0, 4901.0, 4901.0, 4898.0, 4906.0, 4888.0, 4885.0, 4887.0, 4895.0, 4875.0, 4895.0, 4872.0, 4874.0, 4860.0, 4862.0, 4880.0, 4862.0, 4890.0, 4857.0, 4868.0, 4867.0, 4859.0, 4876.0, 4859.0, 4857.0, 4857.0, 4859.0, 4870.0, 4877.0, 4858.0, 4849.0, 4856.0, 4847.0, 4868.0, 4858.0, 4855.0, 4846.0, 4866.0, 4859.0, 4877.0, 4857.0, 4857.0, 4845.0, 4707.0, 4982.0, 4988.0, 4916.0, 4916.0, 4852.0, 4860.0, 4833.0, 4844.0, 4850.0, 4874.0, 4866.0, 4904.0, 4878.0, 4875.0, 4887.0, 4889.0, 4878.0, 4897.0, 4887.0, 4856.0, 4856.0, 4884.0, 4855.0, 4854.0, 4844.0, 4855.0, 4885.0, 4875.0, 4874.0, 4876.0, 4875.0, 4864.0, 4865.0, 4864.0, 4876.0, 4875.0, 4876.0, 4887.0, 4877.0, 4879.0, 4879.0, 4879.0, 4879.0, 4889.0, 4870.0, 4907.0, 4901.0, 4884.0, 4915.0, 4894.0, 4892.0, 4884.0, 4907.0, 4882.0, 4903.0, 4873.0, 4895.0, 4883.0, 4885.0, 4895.0, 4884.0, 4896.0, 4896.0, 4895.0, 4882.0, 4885.0, 4882.0, 4883.0, 4883.0, 4882.0, 4870.0, 4871.0, 4871.0, 4870.0, 4880.0, 4868.0, 4880.0, 4858.0, 4868.0, 4869.0, 4869.0, 4879.0, 4870.0, 4890.0, 4890.0, 4892.0, 4870.0, 4882.0, 4870.0, 4882.0, 4871.0, 4874.0, 4882.0, 4881.0, 4881.0, 4883.0, 4892.0, 4873.0, 4881.0, 4871.0, 4882.0, 4883.0, 4893.0, 4882.0, 4881.0, 4884.0, 4872.0, 4893.0, 4872.0, 4882.0, 4881.0, 4882.0, 4882.0, 4894.0, 4892.0, 4884.0, 4893.0, 4906.0, 4887.0, 4908.0, 4896.0, 4908.0, 4897.0, 4898.0, 4908.0, 4908.0, 4896.0, 4897.0, 4897.0, 4887.0, 4897.0, 4884.0, 4893.0, 4904.0, 4896.0, 4904.0, 4916.0, 4925.0, 4907.0, 4895.0, 4895.0, 4918.0, 4897.0, 4915.0, 4886.0, 4894.0, 4883.0, 4915.0, 4883.0, 4902.0, 4883.0, 4902.0, 4884.0, 4913.0, 4914.0, 4902.0, 4893.0, 4893.0, 4883.0, 4904.0, 4903.0, 4876.0, 4896.0, 4887.0, 4885.0, 4875.0, 4874.0, 4883.0, 4862.0, 4871.0, 4861.0, 4871.0, 4884.0, 4871.0, 4881.0, 4874.0, 4883.0, 4892.0, 4883.0, 4882.0, 4883.0, 4875.0, 4882.0, 4884.0, 4895.0, 4886.0, 4905.0, 4885.0, 4884.0, 4885.0, 4894.0, 4886.0, 4884.0, 4883.0, 4873.0, 4883.0, 4873.0, 4884.0, 4872.0, 4883.0, 4875.0, 4884.0, 4893.0, 4895.0, 4902.0, 4885.0, 4884.0, 4886.0, 4914.0, 4887.0, 4893.0, 4886.0, 4894.0, 4884.0, 4895.0, 4873.0, 4890.0, 4872.0, 4870.0, 4871.0, 4860.0, 4859.0, 4848.0, 4870.0, 4860.0, 4870.0, 4858.0, 4868.0, 4859.0, 4869.0, 4859.0, 4870.0, 4859.0, 4880.0, 4861.0, 4881.0, 4860.0, 4870.0, 4861.0, 4881.0, 4870.0, 4872.0, 4890.0, 4882.0, 4872.0, 4903.0, 4925.0, 4905.0, 4917.0, 4905.0, 4915.0, 4904.0, 4918.0, 4928.0, 4898.0, 4906.0, 4896.0, 4917.0, 4895.0, 4908.0, 4895.0, 4905.0, 4896.0, 4903.0, 4884.0, 4893.0, 4885.0, 4905.0, 4894.0, 4871.0, 4903.0, 4872.0, 4889.0, 4872.0, 4889.0, 4880.0, 4889.0, 4880.0, 4891.0, 4881.0, 4900.0, 4891.0, 4902.0, 4884.0, 4904.0, 4904.0, 4904.0, 4884.0, 4893.0, 4895.0, 4885.0, 4905.0, 4894.0, 4895.0, 4884.0, 4904.0, 4873.0, 4891.0, 4882.0, 4891.0, 4872.0, 4890.0, 4870.0, 4900.0, 4881.0, 4889.0, 4870.0, 4880.0, 4879.0, 4880.0, 4879.0, 4879.0, 4880.0, 4878.0, 4879.0, 4891.0, 4880.0, 4900.0, 4880.0, 4913.0, 4873.0, 4913.0, 4894.0, 4904.0, 4903.0, 4896.0, 4905.0, 4895.0, 4895.0, 4883.0, 4892.0, 4902.0, 4883.0, 4903.0, 4872.0, 4891.0, 4882.0, 4902.0, 4884.0, 4892.0, 4871.0, 4901.0, 4881.0, 4894.0, 4871.0, 4892.0, 4891.0, 4893.0, 4884.0, 4883.0, 4891.0, 4883.0, 4892.0, 4885.0, 4894.0, 4872.0, 4894.0, 4882.0, 4893.0, 4882.0, 4891.0, 4870.0, 4890.0, 4870.0, 4889.0, 4869.0, 4878.0, 4879.0, 4878.0, 4879.0, 4867.0, 4889.0, 4858.0, 4889.0, 4870.0, 4890.0, 4870.0, 4891.0, 4870.0, 4901.0, 4872.0, 4913.0, 4872.0, 4915.0, 4884.0, 4894.0, 4894.0, 4895.0, 4895.0, 4883.0, 4897.0, 4902.0, 4904.0, 4883.0, 4895.0, 4895.0, 4895.0, 4883.0, 4904.0, 4901.0, 4903.0, 4867.0, 4875.0, 4886.0, 4908.0, 4900.0, 4907.0, 4907.0, 4898.0, 4918.0, 4896.0, 4903.0, 4894.0, 4903.0, 4905.0, 4895.0, 4904.0, 4893.0, 4902.0, 4883.0, 4901.0, 4883.0, 4904.0, 4891.0, 4880.0, 4891.0, 4892.0, 4890.0, 4890.0, 4901.0, 4890.0, 4890.0, 4888.0, 4891.0, 4891.0, 4892.0, 4872.0, 4900.0, 4872.0, 4900.0, 4870.0, 4900.0, 4890.0, 4899.0, 4879.0, 4901.0, 4870.0, 4900.0, 4880.0, 4899.0, 4881.0, 4901.0, 4881.0, 4899.0, 4890.0, 4900.0, 4882.0, 4901.0, 4880.0, 4899.0, 4883.0, 4901.0, 4889.0, 4899.0, 4891.0, 4898.0, 4890.0, 4900.0, 4900.0, 4891.0, 4901.0, 4901.0, 4902.0, 4900.0, 4901.0, 4890.0, 4901.0, 4880.0, 4901.0, 4882.0, 4902.0, 4881.0, 4912.0, 4912.0, 4913.0, 4906.0, 4925.0, 4903.0, 4925.0, 4914.0, 4927.0, 4913.0, 4925.0, 4886.0, 4916.0, 4915.0, 4897.0, 4927.0, 4911.0, 4942.0, 4910.0, 4920.0, 4928.0, 4908.0, 4917.0, 4897.0, 4904.0, 4904.0, 4905.0, 4917.0, 4915.0, 4883.0, 4883.0, 4884.0, 4904.0, 4882.0, 4902.0, 4882.0, 4904.0, 4893.0, 4903.0, 4891.0, 4904.0, 4893.0, 4893.0, 4882.0, 4862.0, 4893.0, 4873.0, 4901.0, 4870.0, 4891.0, 4870.0, 4878.0, 4860.0, 4878.0, 4858.0, 4876.0, 4856.0, 4877.0, 4848.0, 4866.0, 4846.0, 4864.0, 4817.0, 4854.0, 4824.0, 4854.0, 4853.0, 4865.0, 4865.0, 4845.0, 4865.0, 4875.0, 4857.0, 4864.0, 4856.0], 'WindowWidth': [10730.0, 10673.0, 10697.0, 10674.0, 10633.0, 10575.0, 10573.0, 10579.0, 10592.0, 10564.0, 10580.0, 10591.0, 10602.0, 10628.0, 10578.0, 10585.0, 10587.0, 10556.0, 10575.0, 10548.0, 10525.0, 10560.0, 10532.0, 10561.0, 10532.0, 10534.0, 10543.0, 10496.0, 10541.0, 10489.0, 10531.0, 10507.0, 10477.0, 10496.0, 10467.0, 10520.0, 10481.0, 10461.0, 10498.0, 10490.0, 10525.0, 10505.0, 10498.0, 10493.0, 10495.0, 10521.0, 10508.0, 10528.0, 10504.0, 10495.0, 10517.0, 10530.0, 10546.0, 10523.0, 10499.0, 10540.0, 10516.0, 10558.0, 10533.0, 10505.0, 10547.0, 10538.0, 10536.0, 10536.0, 10559.0, 10548.0, 10539.0, 10557.0, 10534.0, 10575.0, 10551.0, 10543.0, 10562.0, 10556.0, 10580.0, 10560.0, 10585.0, 10590.0, 10563.0, 10584.0, 10577.0, 10603.0, 10579.0, 10609.0, 10610.0, 10584.0, 10603.0, 10583.0, 10608.0, 10585.0, 10606.0, 10611.0, 10583.0, 10606.0, 10588.0, 10611.0, 10603.0, 10608.0, 10594.0, 10581.0, 10611.0, 10561.0, 10632.0, 10615.0, 10613.0, 10617.0, 10636.0, 10628.0, 10638.0, 10624.0, 10635.0, 10621.0, 10610.0, 10635.0, 10610.0, 10615.0, 10586.0, 10599.0, 10589.0, 10584.0, 10607.0, 10581.0, 10606.0, 10592.0, 10581.0, 10602.0, 10584.0, 10611.0, 10599.0, 10607.0, 10595.0, 10610.0, 10611.0, 10556.0, 10631.0, 10605.0, 10624.0, 10619.0, 10626.0, 10617.0, 10646.0, 10638.0, 10619.0, 10619.0, 10584.0, 10634.0, 10622.0, 10632.0, 10605.0, 10613.0, 10602.0, 10635.0, 10611.0, 10630.0, 10597.0, 10614.0, 10610.0, 10600.0, 10630.0, 10586.0, 10610.0, 10600.0, 10623.0, 10597.0, 10614.0, 10600.0, 10608.0, 10596.0, 10623.0, 10613.0, 10610.0, 10611.0, 10589.0, 10606.0, 10584.0, 10611.0, 10584.0, 10604.0, 10585.0, 10610.0, 10586.0, 10615.0, 10602.0, 10607.0, 10599.0, 10627.0, 10608.0, 10641.0, 10636.0, 10648.0, 10630.0, 10625.0, 10626.0, 10638.0, 10650.0, 10620.0, 10610.0, 10600.0, 10634.0, 10604.0, 10626.0, 10592.0, 10614.0, 10606.0, 10582.0, 10606.0, 10578.0, 10596.0, 10563.0, 10589.0, 10581.0, 10608.0, 10581.0, 10601.0, 10577.0, 10603.0, 10588.0, 10605.0, 10597.0, 10601.0, 10591.0, 10583.0, 10605.0, 10571.0, 10609.0, 10566.0, 10606.0, 10626.0, 10607.0, 10597.0, 10613.0, 10577.0, 10608.0, 10572.0, 10609.0, 10586.0, 10609.0, 10583.0, 10591.0, 10582.0, 10606.0, 10601.0, 10607.0, 10598.0, 10607.0, 10604.0, 10602.0, 10630.0, 10605.0, 10611.0, 10599.0, 10613.0, 10615.0, 10637.0, 10617.0, 10618.0, 10607.0, 10630.0, 10591.0, 10623.0, 10582.0, 10619.0, 10599.0, 10630.0, 10609.0, 10610.0, 10589.0, 10614.0, 10606.0, 10632.0, 10599.0, 10609.0, 10583.0, 10634.0, 10603.0, 10625.0, 10598.0, 10579.0, 10588.0, 10578.0, 10604.0, 10578.0, 10589.0, 10592.0, 10589.0, 10602.0, 10611.0, 10620.0, 10584.0, 10591.0, 10605.0, 10583.0, 10604.0, 10580.0, 10607.0, 10581.0, 10606.0, 10584.0, 10602.0, 10576.0, 10605.0, 10588.0, 10569.0, 10606.0, 10602.0, 10588.0, 10573.0, 10599.0, 10581.0, 10606.0, 10615.0, 10621.0, 10612.0, 10630.0, 10627.0, 10629.0, 10614.0, 10613.0, 10620.0, 10621.0, 10609.0, 10592.0, 10614.0, 10595.0, 10606.0, 10595.0, 10609.0, 10591.0, 10596.0, 10583.0, 10586.0, 10584.0, 10594.0, 10581.0, 10556.0, 10589.0, 10566.0, 10594.0, 10569.0, 10594.0, 10567.0, 10585.0, 10573.0, 10551.0, 10576.0, 10552.0, 10572.0, 10573.0, 10566.0, 10565.0, 10555.0, 10578.0, 10546.0, 10570.0, 10565.0, 10578.0, 10584.0, 10523.0, 10574.0, 10553.0, 10593.0, 10569.0, 10596.0, 10569.0, 10582.0, 10567.0, 10578.0, 10597.0, 10545.0, 10607.0, 10601.0, 10612.0, 10577.0, 10616.0, 10613.0, 10616.0, 10630.0, 10605.0, 10620.0, 10609.0, 10581.0, 10598.0, 10590.0, 10619.0, 10591.0, 10619.0, 10587.0, 10547.0, 10590.0, 10568.0, 10593.0, 10584.0, 10594.0, 10593.0, 10546.0, 10595.0, 10571.0, 10614.0, 10598.0, 10607.0, 10602.0, 10629.0, 10622.0, 10618.0, 10626.0, 10634.0, 10627.0, 10639.0, 10634.0, 10647.0, 10632.0, 10639.0, 10633.0, 10640.0, 10631.0, 10591.0, 10643.0, 10601.0, 10621.0, 10607.0, 10617.0, 10584.0, 10623.0, 10611.0, 10624.0, 10615.0, 10625.0, 10636.0, 10629.0, 10630.0, 10628.0, 10608.0, 10618.0, 10596.0, 10603.0, 10595.0, 10620.0, 10588.0, 10558.0, 10590.0, 10581.0, 10594.0, 10583.0, 10578.0, 10591.0, 10567.0, 10601.0, 10564.0, 10590.0, 10594.0, 10511.0, 10589.0, 10580.0, 10603.0, 10584.0, 10610.0, 10615.0, 10611.0, 10590.0, 10644.0, 10652.0, 10694.0, 10708.0, 10726.0, 10673.0, 10654.0, 10654.0, 10644.0, 10650.0, 10626.0, 10622.0, 10626.0, 10640.0, 10608.0, 10637.0, 10598.0, 10604.0, 10578.0, 10583.0, 10608.0, 10582.0, 10624.0, 10569.0, 10587.0, 10581.0, 10574.0, 10593.0, 10573.0, 10569.0, 10569.0, 10574.0, 10589.0, 10595.0, 10573.0, 10559.0, 10565.0, 10553.0, 10583.0, 10569.0, 10564.0, 10552.0, 10579.0, 10573.0, 10598.0, 10568.0, 10571.0, 10543.0, 10326.0, 10848.0, 10853.0, 10719.0, 10691.0, 10592.0, 10596.0, 10548.0, 10568.0, 10574.0, 10615.0, 10604.0, 10657.0, 10611.0, 10599.0, 10620.0, 10629.0, 10610.0, 10636.0, 10616.0, 10574.0, 10572.0, 10607.0, 10568.0, 10565.0, 10552.0, 10569.0, 10614.0, 10598.0, 10596.0, 10600.0, 10595.0, 10581.0, 10581.0, 10581.0, 10600.0, 10598.0, 10599.0, 10617.0, 10605.0, 10609.0, 10609.0, 10610.0, 10608.0, 10624.0, 10596.0, 10654.0, 10636.0, 10615.0, 10659.0, 10631.0, 10622.0, 10613.0, 10654.0, 10610.0, 10642.0, 10601.0, 10634.0, 10617.0, 10619.0, 10634.0, 10619.0, 10639.0, 10641.0, 10635.0, 10613.0, 10619.0, 10615.0, 10616.0, 10616.0, 10611.0, 10593.0, 10594.0, 10594.0, 10592.0, 10605.0, 10589.0, 10606.0, 10575.0, 10590.0, 10589.0, 10589.0, 10605.0, 10593.0, 10623.0, 10623.0, 10627.0, 10593.0, 10614.0, 10595.0, 10614.0, 10597.0, 10605.0, 10613.0, 10610.0, 10612.0, 10615.0, 10628.0, 10601.0, 10612.0, 10597.0, 10614.0, 10616.0, 10633.0, 10615.0, 10612.0, 10620.0, 10602.0, 10631.0, 10602.0, 10614.0, 10612.0, 10613.0, 10614.0, 10636.0, 10630.0, 10622.0, 10633.0, 10655.0, 10632.0, 10664.0, 10643.0, 10663.0, 10645.0, 10648.0, 10661.0, 10661.0, 10641.0, 10644.0, 10645.0, 10629.0, 10642.0, 10620.0, 10631.0, 10650.0, 10635.0, 10650.0, 10670.0, 10679.0, 10655.0, 10637.0, 10637.0, 10674.0, 10641.0, 10663.0, 10623.0, 10634.0, 10617.0, 10664.0, 10618.0, 10640.0, 10616.0, 10641.0, 10618.0, 10659.0, 10663.0, 10645.0, 10634.0, 10634.0, 10618.0, 10646.0, 10641.0, 10608.0, 10636.0, 10626.0, 10621.0, 10603.0, 10602.0, 10611.0, 10583.0, 10592.0, 10579.0, 10591.0, 10615.0, 10591.0, 10605.0, 10602.0, 10614.0, 10625.0, 10615.0, 10611.0, 10612.0, 10605.0, 10610.0, 10616.0, 10632.0, 10624.0, 10648.0, 10619.0, 10616.0, 10619.0, 10632.0, 10622.0, 10617.0, 10614.0, 10600.0, 10615.0, 10601.0, 10619.0, 10599.0, 10614.0, 10605.0, 10619.0, 10630.0, 10635.0, 10641.0, 10623.0, 10620.0, 10625.0, 10662.0, 10625.0, 10631.0, 10624.0, 10633.0, 10618.0, 10635.0, 10599.0, 10622.0, 10596.0, 10593.0, 10596.0, 10579.0, 10576.0, 10559.0, 10590.0, 10575.0, 10594.0, 10573.0, 10587.0, 10576.0, 10588.0, 10578.0, 10594.0, 10578.0, 10606.0, 10582.0, 10612.0, 10581.0, 10594.0, 10582.0, 10610.0, 10595.0, 10602.0, 10620.0, 10613.0, 10600.0, 10643.0, 10678.0, 10653.0, 10671.0, 10651.0, 10665.0, 10648.0, 10676.0, 10687.0, 10646.0, 10655.0, 10641.0, 10670.0, 10638.0, 10659.0, 10640.0, 10651.0, 10641.0, 10644.0, 10619.0, 10630.0, 10620.0, 10653.0, 10633.0, 10597.0, 10644.0, 10600.0, 10621.0, 10597.0, 10620.0, 10607.0, 10618.0, 10609.0, 10626.0, 10611.0, 10635.0, 10627.0, 10641.0, 10621.0, 10648.0, 10646.0, 10648.0, 10621.0, 10633.0, 10637.0, 10625.0, 10647.0, 10634.0, 10634.0, 10622.0, 10647.0, 10602.0, 10624.0, 10616.0, 10624.0, 10600.0, 10623.0, 10594.0, 10633.0, 10610.0, 10620.0, 10595.0, 10609.0, 10605.0, 10608.0, 10604.0, 10607.0, 10608.0, 10601.0, 10606.0, 10624.0, 10610.0, 10635.0, 10611.0, 10658.0, 10601.0, 10658.0, 10637.0, 10650.0, 10647.0, 10639.0, 10651.0, 10638.0, 10637.0, 10618.0, 10628.0, 10642.0, 10617.0, 10645.0, 10601.0, 10624.0, 10614.0, 10640.0, 10617.0, 10629.0, 10596.0, 10637.0, 10611.0, 10634.0, 10598.0, 10627.0, 10625.0, 10630.0, 10621.0, 10618.0, 10625.0, 10617.0, 10628.0, 10621.0, 10633.0, 10599.0, 10632.0, 10615.0, 10631.0, 10614.0, 10625.0, 10596.0, 10620.0, 10595.0, 10619.0, 10592.0, 10602.0, 10603.0, 10601.0, 10603.0, 10586.0, 10620.0, 10576.0, 10617.0, 10592.0, 10621.0, 10593.0, 10624.0, 10593.0, 10637.0, 10598.0, 10657.0, 10597.0, 10662.0, 10620.0, 10636.0, 10633.0, 10637.0, 10634.0, 10619.0, 10641.0, 10643.0, 10647.0, 10617.0, 10637.0, 10637.0, 10637.0, 10617.0, 10647.0, 10636.0, 10663.0, 10584.0, 10600.0, 10620.0, 10657.0, 10650.0, 10655.0, 10653.0, 10642.0, 10667.0, 10636.0, 10641.0, 10628.0, 10639.0, 10644.0, 10635.0, 10643.0, 10629.0, 10638.0, 10613.0, 10633.0, 10610.0, 10638.0, 10619.0, 10603.0, 10619.0, 10621.0, 10617.0, 10618.0, 10634.0, 10617.0, 10619.0, 10614.0, 10621.0, 10621.0, 10623.0, 10593.0, 10633.0, 10595.0, 10634.0, 10592.0, 10633.0, 10618.0, 10632.0, 10603.0, 10634.0, 10591.0, 10632.0, 10603.0, 10631.0, 10606.0, 10635.0, 10607.0, 10631.0, 10619.0, 10634.0, 10611.0, 10636.0, 10606.0, 10630.0, 10610.0, 10633.0, 10617.0, 10630.0, 10618.0, 10627.0, 10620.0, 10631.0, 10633.0, 10622.0, 10635.0, 10633.0, 10637.0, 10634.0, 10636.0, 10620.0, 10635.0, 10605.0, 10636.0, 10611.0, 10639.0, 10608.0, 10652.0, 10653.0, 10656.0, 10650.0, 10677.0, 10643.0, 10676.0, 10660.0, 10680.0, 10658.0, 10675.0, 10622.0, 10668.0, 10661.0, 10641.0, 10684.0, 10668.0, 10712.0, 10664.0, 10680.0, 10686.0, 10659.0, 10670.0, 10640.0, 10644.0, 10647.0, 10650.0, 10670.0, 10661.0, 10617.0, 10614.0, 10617.0, 10642.0, 10611.0, 10638.0, 10614.0, 10645.0, 10630.0, 10643.0, 10624.0, 10646.0, 10628.0, 10632.0, 10612.0, 10583.0, 10628.0, 10600.0, 10638.0, 10591.0, 10619.0, 10590.0, 10599.0, 10573.0, 10596.0, 10567.0, 10590.0, 10564.0, 10593.0, 10555.0, 10577.0, 10547.0, 10568.0, 10509.0, 10554.0, 10514.0, 10558.0, 10555.0, 10574.0, 10572.0, 10548.0, 10574.0, 10588.0, 10564.0, 10570.0, 10562.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.009506112676056337</td></tr>
<tr><td colspan=3>aqi</td><td>0.17212478967136152</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.16892352495303</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>0.9652681151879691</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9152706239849641</td></tr>
<tr><td colspan=3>efc</td><td>0.512</td></tr>
<tr><td colspan=3>fber</td><td>3424.6099</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2172509157873847</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>179</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.8075117370892</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.21138487509066</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>3.0226802006609605</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.383748555688784</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>3.227725868922236</td></tr>
<tr><td colspan=3>gcor</td><td>0.00986222</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.025109898298978806</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01132273580878973</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1065</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.785278462142411</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.0525</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>69.2758</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>281.303</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>72.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297229.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>19.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1328.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>510.3287</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.6442</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>511.8387</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4078.0842</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4242.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79315.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>2033.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5108.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>886.4632</td></tr>
<tr><td colspan=3>tsnr</td><td>16.563380812876858</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>