<?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-0047_ses-01_task-alignvideo_acq-mb8_run-01_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-0047_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0047_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-0047/figures/sub-0047_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0047/figures/sub-0047_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0047_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-0047/figures/sub-0047_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0047/figures/sub-0047_ses-01_task-alignvideo_acq-mb8_run-01_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-0047/figures/sub-0047_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0047/figures/sub-0047_ses-01_task-alignvideo_acq-mb8_run-01_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-0047/ses-01/func/sub-0047_ses-01_task-alignvideo_acq-mb8_run-01_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>3603b9858c3e1128ea908c47c6a5fd66</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>18:21:0.752500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.990502, -0.127585, -0.0512561, 0.133745, 0.980508, 0.143929]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.090445</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7760, -7251, 633, -16, -177, 41, 94]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 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>238.78</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ea3e9d1a-8de1-417b-979c-8620c2916149||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.6574454307556152, 0.3588285744190216, -0.08611352741718292, 96.78524017333984], [0.3422999978065491, 2.6306324005126953, 0.4034261703491211, -116.9651870727539], [-0.13751624524593353, -0.3861505091190338, 2.6683013439178467, -38.511634826660156], [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, 1073]</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, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'AcquisitionTime': ['182100.752500', '182101.212500', '182101.672500', '182102.132500', '182102.592500', '182103.052500', '182103.512500', '182103.972500', '182104.432500', '182104.892500', '182105.352500', '182105.812500', '182106.272500', '182106.732500', '182107.192500', '182107.652500', '182108.112500', '182108.572500', '182109.032500', '182109.492500', '182109.952500', '182110.412500', '182110.872500', '182111.332500', '182111.792500', '182112.252500', '182112.712500', '182113.172500', '182113.632500', '182114.092500', '182114.552500', '182115.012500', '182115.472500', '182115.932500', '182116.392500', '182116.852500', '182117.312500', '182117.772500', '182118.232500', '182118.692500', '182119.152500', '182119.612500', '182120.072500', '182120.532500', '182120.992500', '182121.452500', '182121.912500', '182122.372500', '182122.832500', '182123.292500', '182123.752500', '182124.212500', '182124.672500', '182125.132500', '182125.592500', '182126.052500', '182126.512500', '182126.972500', '182127.432500', '182127.892500', '182128.352500', '182128.812500', '182129.272500', '182129.732500', '182130.192500', '182130.652500', '182131.112500', '182131.572500', '182132.032500', '182132.492500', '182132.952500', '182133.412500', '182133.872500', '182134.332500', '182134.792500', '182135.252500', '182135.712500', '182136.172500', '182136.632500', '182137.092500', '182137.552500', '182138.012500', '182138.472500', '182138.932500', '182139.392500', '182139.852500', '182140.312500', '182140.772500', '182141.232500', '182141.692500', '182142.152500', '182142.612500', '182143.072500', '182143.532500', '182143.992500', '182144.452500', '182144.912500', '182145.372500', '182145.832500', '182146.292500', '182146.752500', '182147.212500', '182147.672500', '182148.132500', '182148.592500', '182149.052500', '182149.512500', '182149.972500', '182150.432500', '182150.892500', '182151.352500', '182151.812500', '182152.272500', '182152.732500', '182153.192500', '182153.652500', '182154.112500', '182154.572500', '182155.032500', '182155.492500', '182155.952500', '182156.412500', '182156.872500', '182157.332500', '182157.792500', '182158.252500', '182158.712500', '182159.172500', '182159.632500', '182200.092500', '182200.552500', '182201.012500', '182201.472500', '182201.932500', '182202.392500', '182202.852500', '182203.312500', '182203.772500', '182204.232500', '182204.692500', '182205.152500', '182205.612500', '182206.072500', '182206.532500', '182206.992500', '182207.452500', '182207.912500', '182208.372500', '182208.832500', '182209.292500', '182209.752500', '182210.212500', '182210.672500', '182211.132500', '182211.592500', '182212.052500', '182212.512500', '182212.972500', '182213.432500', '182213.892500', '182214.352500', '182214.812500', '182215.272500', '182215.732500', '182216.192500', '182216.652500', '182217.112500', '182217.572500', '182218.032500', '182218.492500', '182218.952500', '182219.412500', '182219.872500', '182220.332500', '182220.792500', '182221.252500', '182221.712500', '182222.172500', '182222.632500', '182223.092500', '182223.552500', '182224.012500', '182224.472500', '182224.932500', '182225.392500', '182225.852500', '182226.312500', '182226.772500', '182227.232500', '182227.692500', '182228.152500', '182228.612500', '182229.072500', '182229.532500', '182229.992500', '182230.452500', '182230.912500', '182231.372500', '182231.832500', '182232.292500', '182232.752500', '182233.212500', '182233.672500', '182234.132500', '182234.592500', '182235.052500', '182235.512500', '182235.972500', '182236.432500', '182236.892500', '182237.352500', '182237.812500', '182238.272500', '182238.732500', '182239.192500', '182239.652500', '182240.112500', '182240.572500', '182241.032500', '182241.492500', '182241.952500', '182242.412500', '182242.872500', '182243.332500', '182243.792500', '182244.252500', '182244.712500', '182245.172500', '182245.632500', '182246.092500', '182246.552500', '182247.012500', '182247.472500', '182247.932500', '182248.392500', '182248.852500', '182249.312500', '182249.772500', '182250.232500', '182250.692500', '182251.152500', '182251.612500', '182252.072500', '182252.532500', '182252.992500', '182253.452500', '182253.912500', '182254.372500', '182254.832500', '182255.292500', '182255.752500', '182256.212500', '182256.672500', '182257.132500', '182257.592500', '182258.052500', '182258.512500', '182258.972500', '182259.432500', '182259.892500', '182300.352500', '182300.812500', '182301.272500', '182301.732500', '182302.192500', '182302.652500', '182303.112500', '182303.572500', '182304.032500', '182304.492500', '182304.952500', '182305.412500', '182305.872500', '182306.332500', '182306.792500', '182307.252500', '182307.712500', '182308.172500', '182308.632500', '182309.092500', '182309.552500', '182310.012500', '182310.472500', '182310.932500', '182311.392500', '182311.852500', '182312.312500', '182312.772500', '182313.232500', '182313.692500', '182314.152500', '182314.612500', '182315.072500', '182315.532500', '182315.992500', '182316.452500', '182316.912500', '182317.372500', '182317.832500', '182318.292500', '182318.752500', '182319.212500', '182319.672500', '182320.132500', '182320.592500', '182321.052500', '182321.512500', '182321.972500', '182322.432500', '182322.892500', '182323.352500', '182323.812500', '182324.272500', '182324.732500', '182325.192500', '182325.652500', '182326.112500', '182326.572500', '182327.032500', '182327.492500', '182327.952500', '182328.412500', '182328.872500', '182329.332500', '182329.792500', '182330.252500', '182330.712500', '182331.172500', '182331.632500', '182332.092500', '182332.552500', '182333.012500', '182333.472500', '182333.932500', '182334.392500', '182334.852500', '182335.312500', '182335.772500', '182336.232500', '182336.692500', '182337.152500', '182337.612500', '182338.072500', '182338.532500', '182338.992500', '182339.452500', '182339.912500', '182340.372500', '182340.832500', '182341.292500', '182341.752500', '182342.212500', '182342.672500', '182343.132500', '182343.592500', '182344.052500', '182344.512500', '182344.972500', '182345.432500', '182345.892500', '182346.352500', '182346.812500', '182347.272500', '182347.732500', '182348.192500', '182348.652500', '182349.112500', '182349.572500', '182350.032500', '182350.492500', '182350.952500', '182351.412500', '182351.872500', '182352.332500', '182352.792500', '182353.252500', '182353.712500', '182354.172500', '182354.632500', '182355.092500', '182355.552500', '182356.012500', '182356.472500', '182356.932500', '182357.392500', '182357.852500', '182358.312500', '182358.772500', '182359.232500', '182359.692500', '182400.152500', '182400.612500', '182401.072500', '182401.532500', '182401.992500', '182402.452500', '182402.912500', '182403.372500', '182403.832500', '182404.292500', '182404.752500', '182405.212500', '182405.672500', '182406.132500', '182406.592500', '182407.052500', '182407.512500', '182407.972500', '182408.432500', '182408.892500', '182409.352500', '182409.812500', '182410.272500', '182410.732500', '182411.192500', '182411.652500', '182412.112500', '182412.572500', '182413.032500', '182413.492500', '182413.952500', '182414.412500', '182414.872500', '182415.332500', '182415.792500', '182416.252500', '182416.712500', '182417.172500', '182417.632500', '182418.092500', '182418.552500', '182419.012500', '182419.472500', '182419.932500', '182420.392500', '182420.852500', '182421.312500', '182421.772500', '182422.232500', '182422.692500', '182423.152500', '182423.612500', '182424.072500', '182424.532500', '182424.992500', '182425.452500', '182425.912500', '182426.372500', '182426.832500', '182427.292500', '182427.752500', '182428.212500', '182428.672500', '182429.132500', '182429.592500', '182430.052500', '182430.512500', '182430.972500', '182431.432500', '182431.892500', '182432.352500', '182432.812500', '182433.272500', '182433.732500', '182434.192500', '182434.652500', '182435.112500', '182435.572500', '182436.032500', '182436.492500', '182436.952500', '182437.412500', '182437.872500', '182438.332500', '182438.792500', '182439.252500', '182439.712500', '182440.172500', '182440.632500', '182441.092500', '182441.552500', '182442.012500', '182442.472500', '182442.932500', '182443.392500', '182443.852500', '182444.312500', '182444.772500', '182445.232500', '182445.692500', '182446.152500', '182446.612500', '182447.072500', '182447.532500', '182447.992500', '182448.452500', '182448.912500', '182449.372500', '182449.832500', '182450.292500', '182450.752500', '182451.212500', '182451.672500', '182452.132500', '182452.592500', '182453.052500', '182453.512500', '182453.972500', '182454.432500', '182454.892500', '182455.352500', '182455.812500', '182456.272500', '182456.732500', '182457.192500', '182457.652500', '182458.112500', '182458.572500', '182459.032500', '182459.492500', '182459.952500', '182500.412500', '182500.872500', '182501.332500', '182501.792500', '182502.252500', '182502.712500', '182503.172500', '182503.632500', '182504.092500', '182504.552500', '182505.012500', '182505.472500', '182505.932500', '182506.392500', '182506.852500', '182507.312500', '182507.772500', '182508.232500', '182508.692500', '182509.152500', '182509.612500', '182510.072500', '182510.532500', '182510.992500', '182511.452500', '182511.912500', '182512.372500', '182512.832500', '182513.292500', '182513.752500', '182514.212500', '182514.672500', '182515.132500', '182515.592500', '182516.052500', '182516.512500', '182516.972500', '182517.432500', '182517.892500', '182518.352500', '182518.812500', '182519.272500', '182519.732500', '182520.192500', '182520.652500', '182521.112500', '182521.572500', '182522.032500', '182522.492500', '182522.952500', '182523.412500', '182523.872500', '182524.332500', '182524.792500', '182525.252500', '182525.712500', '182526.172500', '182526.632500', '182527.092500', '182527.552500', '182528.012500', '182528.472500', '182528.932500', '182529.392500', '182529.852500', '182530.312500', '182530.772500', '182531.232500', '182531.692500', '182532.152500', '182532.612500', '182533.072500', '182533.532500', '182533.992500', '182534.452500', '182534.912500', '182535.372500', '182535.832500', '182536.292500', '182536.752500', '182537.212500', '182537.672500', '182538.132500', '182538.592500', '182539.052500', '182539.512500', '182539.972500', '182540.432500', '182540.892500', '182541.352500', '182541.812500', '182542.272500', '182542.732500', '182543.192500', '182543.652500', '182544.112500', '182544.572500', '182545.032500', '182545.492500', '182545.952500', '182546.412500', '182546.872500', '182547.332500', '182547.792500', '182548.252500', '182548.712500', '182549.172500', '182549.632500', '182550.092500', '182550.552500', '182551.012500', '182551.472500', '182551.932500', '182552.392500', '182552.852500', '182553.312500', '182553.772500', '182554.232500', '182554.692500', '182555.152500', '182555.612500', '182556.072500', '182556.532500', '182556.992500', '182557.452500', '182557.912500', '182558.372500', '182558.832500', '182559.292500', '182559.752500', '182600.212500', '182600.672500', '182601.132500', '182601.592500', '182602.052500', '182602.512500', '182602.972500', '182603.432500', '182603.892500', '182604.352500', '182604.812500', '182605.272500', '182605.732500', '182606.192500', '182606.652500', '182607.112500', '182607.572500', '182608.032500', '182608.492500', '182608.952500', '182609.412500', '182609.872500', '182610.332500', '182610.792500', '182611.252500', '182611.712500', '182612.172500', '182612.632500', '182613.092500', '182613.552500', '182614.012500', '182614.472500', '182614.932500', '182615.392500', '182615.852500', '182616.312500', '182616.772500', '182617.232500', '182617.692500', '182618.152500', '182618.612500', '182619.072500', '182619.532500', '182619.992500', '182620.452500', '182620.912500', '182621.372500', '182621.832500', '182622.292500', '182622.752500', '182623.212500', '182623.672500', '182624.132500', '182624.592500', '182625.052500', '182625.512500', '182625.972500', '182626.432500', '182626.892500', '182627.352500', '182627.812500', '182628.272500', '182628.732500', '182629.192500', '182629.652500', '182630.112500', '182630.572500', '182631.032500', '182631.492500', '182631.952500', '182632.412500', '182632.872500', '182633.332500', '182633.792500', '182634.252500', '182634.712500', '182635.172500', '182635.632500', '182636.092500', '182636.552500', '182637.012500', '182637.472500', '182637.932500', '182638.392500', '182638.852500', '182639.312500', '182639.772500', '182640.232500', '182640.692500', '182641.152500', '182641.612500', '182642.072500', '182642.532500', '182642.992500', '182643.452500', '182643.912500', '182644.372500', '182644.832500', '182645.292500', '182645.752500', '182646.212500', '182646.672500', '182647.132500', '182647.592500', '182648.052500', '182648.512500', '182648.972500', '182649.432500', '182649.892500', '182650.352500', '182650.812500', '182651.272500', '182651.732500', '182652.192500', '182652.652500', '182653.112500', '182653.572500', '182654.032500', '182654.492500', '182654.952500', '182655.412500', '182655.872500', '182656.332500', '182656.792500', '182657.252500', '182657.712500', '182658.172500', '182658.632500', '182659.092500', '182659.552500', '182700.012500', '182700.472500', '182700.932500', '182701.392500', '182701.852500', '182702.312500', '182702.772500', '182703.232500', '182703.692500', '182704.152500', '182704.612500', '182705.072500', '182705.532500', '182705.992500', '182706.452500', '182706.912500', '182707.372500', '182707.832500', '182708.292500', '182708.752500', '182709.212500', '182709.672500', '182710.132500', '182710.592500', '182711.052500', '182711.512500', '182711.972500', '182712.432500', '182712.892500', '182713.352500', '182713.812500', '182714.272500', '182714.732500', '182715.192500', '182715.652500', '182716.112500', '182716.572500', '182717.032500', '182717.492500', '182717.952500', '182718.412500', '182718.872500', '182719.332500', '182719.792500', '182720.252500', '182720.712500', '182721.172500', '182721.632500', '182722.092500', '182722.552500', '182723.012500', '182723.472500', '182723.932500', '182724.392500', '182724.852500', '182725.312500', '182725.772500', '182726.232500', '182726.692500', '182727.152500', '182727.612500', '182728.072500', '182728.532500', '182728.992500', '182729.452500', '182729.912500', '182730.372500', '182730.832500', '182731.292500', '182731.752500', '182732.212500', '182732.672500', '182733.132500', '182733.592500', '182734.052500', '182734.512500', '182734.972500', '182735.432500', '182735.892500', '182736.352500', '182736.812500', '182737.272500', '182737.732500', '182738.192500', '182738.652500', '182739.112500', '182739.572500', '182740.032500', '182740.492500', '182740.952500', '182741.412500', '182741.872500', '182742.332500', '182742.792500', '182743.252500', '182743.712500', '182744.172500', '182744.632500', '182745.092500', '182745.552500', '182746.012500', '182746.472500', '182746.932500', '182747.392500', '182747.852500', '182748.312500', '182748.772500', '182749.232500', '182749.692500', '182750.152500', '182750.612500', '182751.072500', '182751.532500', '182751.992500', '182752.452500', '182752.912500', '182753.372500', '182753.832500', '182754.292500', '182754.752500', '182755.212500', '182755.672500', '182756.132500', '182756.592500', '182757.052500', '182757.512500', '182757.972500', '182758.432500', '182758.892500', '182759.352500', '182759.812500', '182800.272500', '182800.732500', '182801.192500', '182801.652500', '182802.112500', '182802.572500', '182803.032500', '182803.492500', '182803.952500', '182804.412500', '182804.872500', '182805.332500', '182805.792500', '182806.252500', '182806.712500', '182807.172500', '182807.632500', '182808.092500', '182808.552500', '182809.012500', '182809.472500', '182809.932500', '182810.392500', '182810.852500', '182811.312500', '182811.772500', '182812.232500', '182812.692500', '182813.152500', '182813.612500', '182814.072500', '182814.532500', '182814.992500', '182815.452500', '182815.912500', '182816.372500', '182816.832500', '182817.292500', '182817.752500', '182818.212500', '182818.672500', '182819.132500', '182819.592500', '182820.052500', '182820.512500', '182820.972500', '182821.432500', '182821.892500', '182822.352500', '182822.812500', '182823.272500', '182823.732500', '182824.192500', '182824.652500', '182825.112500', '182825.572500', '182826.032500', '182826.492500', '182826.952500', '182827.412500', '182827.872500', '182828.332500', '182828.792500', '182829.252500', '182829.712500', '182830.172500', '182830.632500', '182831.092500', '182831.552500', '182832.012500', '182832.472500', '182832.932500', '182833.392500', '182833.852500', '182834.312500', '182834.772500', '182835.232500', '182835.692500', '182836.152500', '182836.612500', '182837.072500', '182837.532500', '182837.992500', '182838.452500', '182838.912500', '182839.372500', '182839.832500', '182840.292500', '182840.752500', '182841.212500', '182841.672500', '182842.132500', '182842.592500', '182843.052500', '182843.512500', '182843.972500', '182844.432500', '182844.892500', '182845.352500', '182845.812500', '182846.272500', '182846.732500', '182847.192500', '182847.652500', '182848.112500', '182848.572500', '182849.032500', '182849.492500', '182849.952500', '182850.412500', '182850.872500', '182851.332500', '182851.792500', '182852.252500', '182852.712500', '182853.172500', '182853.632500', '182854.092500', '182854.552500', '182855.012500', '182855.472500', '182855.932500', '182856.392500', '182856.852500', '182857.312500', '182857.772500', '182858.232500', '182858.692500', '182859.152500', '182859.612500', '182900.072500', '182900.532500', '182900.992500', '182901.452500', '182901.912500', '182902.372500', '182902.832500', '182903.292500', '182903.752500', '182904.212500', '182904.672500', '182905.132500', '182905.592500', '182906.052500', '182906.512500', '182906.972500', '182907.432500', '182907.892500', '182908.352500', '182908.812500', '182909.272500', '182909.732500', '182910.192500', '182910.652500', '182911.112500', '182911.572500', '182912.032500', '182912.492500', '182912.952500', '182913.412500', '182913.872500'], 'ContentTime': ['182130.719000', '182130.723000', '182130.725000', '182130.728000', '182130.731000', '182130.733000', '182130.736000', '182130.738000', '182130.741000', '182130.743000', '182130.746000', '182130.749000', '182130.757000', '182130.759000', '182130.762000', '182130.764000', '182130.767000', '182130.770000', '182130.772000', '182130.775000', '182130.777000', '182130.780000', '182130.782000', '182130.785000', '182130.787000', '182130.790000', '182130.792000', '182130.795000', '182130.798000', '182130.800000', '182130.803000', '182130.805000', '182130.808000', '182130.811000', '182130.813000', '182130.816000', '182130.818000', '182130.821000', '182130.823000', '182130.827000', '182130.830000', '182130.833000', '182130.835000', '182130.838000', '182130.840000', '182130.843000', '182130.845000', '182130.848000', '182130.851000', '182130.853000', '182130.856000', '182130.858000', '182130.861000', '182130.863000', '182130.866000', '182130.868000', '182130.871000', '182130.874000', '182130.876000', '182130.879000', '182130.881000', '182130.884000', '182150.680000', '182150.682000', '182150.685000', '182150.687000', '182150.690000', '182150.693000', '182150.695000', '182150.698000', '182150.700000', '182150.703000', '182150.706000', '182150.708000', '182150.715000', '182150.718000', '182150.720000', '182150.723000', '182150.725000', '182150.728000', '182150.730000', '182150.733000', '182150.735000', '182150.738000', '182150.741000', '182150.743000', '182150.746000', '182150.748000', '182150.751000', '182150.753000', '182150.756000', '182150.758000', '182150.761000', '182150.763000', '182150.766000', '182150.769000', '182150.772000', '182150.775000', '182150.778000', '182150.780000', '182150.783000', '182150.785000', '182150.788000', '182150.790000', '182150.793000', '182210.680000', '182210.683000', '182210.685000', '182210.688000', '182210.690000', '182210.693000', '182210.695000', '182210.698000', '182210.701000', '182210.703000', '182210.706000', '182210.708000', '182210.711000', '182210.713000', '182210.716000', '182210.718000', '182210.721000', '182210.724000', '182210.726000', '182210.729000', '182210.731000', '182210.734000', '182210.737000', '182210.739000', '182210.742000', '182210.744000', '182210.747000', '182210.749000', '182210.752000', '182210.755000', '182210.757000', '182210.760000', '182210.762000', '182210.765000', '182210.768000', '182210.770000', '182210.773000', '182210.775000', '182210.778000', '182210.781000', '182210.783000', '182210.786000', '182210.788000', '182210.791000', '182230.680000', '182230.682000', '182230.685000', '182230.688000', '182230.690000', '182230.693000', '182230.695000', '182230.698000', '182230.700000', '182230.703000', '182230.706000', '182230.708000', '182230.711000', '182230.713000', '182230.716000', '182230.718000', '182230.721000', '182230.724000', '182230.726000', '182230.729000', '182230.731000', '182230.734000', '182230.737000', '182230.739000', '182230.742000', '182230.744000', '182230.747000', '182230.750000', '182230.752000', '182230.755000', '182230.757000', '182230.760000', '182230.762000', '182230.765000', '182230.767000', '182230.770000', '182230.773000', '182230.775000', '182230.778000', '182230.780000', '182230.783000', '182230.785000', '182230.788000', '182250.681000', '182250.684000', '182250.686000', '182250.689000', '182250.691000', '182250.694000', '182250.697000', '182250.699000', '182250.702000', '182250.704000', '182250.707000', '182250.710000', '182250.712000', '182250.715000', '182250.717000', '182250.720000', '182250.723000', '182250.725000', '182250.728000', '182250.734000', '182250.737000', '182250.740000', '182250.742000', '182250.745000', '182250.747000', '182250.750000', '182250.753000', '182250.755000', '182250.758000', '182250.760000', '182250.763000', '182250.765000', '182250.768000', '182250.770000', '182250.773000', '182250.776000', '182250.778000', '182250.781000', '182250.783000', '182250.786000', '182250.789000', '182250.791000', '182250.794000', '182250.796000', '182310.680000', '182310.683000', '182310.685000', '182310.688000', '182310.690000', '182310.693000', '182310.696000', '182310.698000', '182310.701000', '182310.703000', '182310.706000', '182310.708000', '182310.711000', '182310.713000', '182310.716000', '182310.719000', '182310.721000', '182310.724000', '182310.727000', '182310.729000', '182310.732000', '182310.734000', '182310.737000', '182310.739000', '182310.742000', '182310.744000', '182310.747000', '182310.750000', '182310.752000', '182310.755000', '182310.757000', '182310.760000', '182310.762000', '182310.765000', '182310.768000', '182310.770000', '182310.773000', '182310.775000', '182310.778000', '182310.780000', '182310.783000', '182310.786000', '182310.788000', '182330.680000', '182330.682000', '182330.685000', '182330.688000', '182330.691000', '182330.693000', '182330.696000', '182330.698000', '182330.701000', '182330.704000', '182330.706000', '182330.709000', '182330.711000', '182330.714000', '182330.717000', '182330.719000', '182330.722000', '182330.724000', '182330.727000', '182330.730000', '182330.732000', '182330.735000', '182330.737000', '182330.740000', '182330.742000', '182330.745000', '182330.748000', '182330.750000', '182330.753000', '182330.755000', '182330.758000', '182330.760000', '182330.763000', '182330.766000', '182330.768000', '182330.771000', '182330.774000', '182330.776000', '182330.779000', '182330.781000', '182330.784000', '182330.786000', '182330.789000', '182350.680000', '182350.682000', '182350.685000', '182350.693000', '182350.696000', '182350.698000', '182350.701000', '182350.704000', '182350.706000', '182350.709000', '182350.711000', '182350.714000', '182350.716000', '182350.719000', '182350.722000', '182350.724000', '182350.727000', '182350.729000', '182350.732000', '182350.735000', '182350.737000', '182350.740000', '182350.742000', '182350.745000', '182350.748000', '182350.750000', '182350.753000', '182350.755000', '182350.758000', '182350.761000', '182350.763000', '182350.766000', '182350.769000', '182350.771000', '182350.774000', '182350.776000', '182350.779000', '182350.781000', '182350.784000', '182350.787000', '182350.789000', '182350.792000', '182350.794000', '182350.797000', '182410.680000', '182410.682000', '182410.685000', '182410.688000', '182410.690000', '182410.693000', '182410.696000', '182410.698000', '182410.701000', '182410.703000', '182410.706000', '182410.709000', '182410.711000', '182410.714000', '182410.716000', '182410.719000', '182410.722000', '182410.724000', '182410.727000', '182410.730000', '182410.732000', '182410.735000', '182410.737000', '182410.740000', '182410.742000', '182410.745000', '182410.747000', '182410.750000', '182410.752000', '182410.755000', '182410.758000', '182410.760000', '182410.763000', '182410.765000', '182410.768000', '182410.771000', '182410.773000', '182410.776000', '182410.778000', '182410.781000', '182410.783000', '182410.786000', '182410.788000', '182410.791000', '182430.697000', '182430.700000', '182430.702000', '182430.705000', '182430.708000', '182430.710000', '182430.713000', '182430.715000', '182430.718000', '182430.720000', '182430.723000', '182430.725000', '182430.728000', '182430.731000', '182430.733000', '182430.736000', '182430.738000', '182430.741000', '182430.744000', '182430.746000', '182430.749000', '182430.751000', '182430.754000', '182430.756000', '182430.759000', '182430.762000', '182430.764000', '182430.767000', '182430.769000', '182430.772000', '182430.775000', '182430.777000', '182430.780000', '182430.782000', '182430.785000', '182430.787000', '182430.790000', '182430.792000', '182430.795000', '182430.797000', '182430.800000', '182430.803000', '182430.805000', '182450.679000', '182450.682000', '182450.685000', '182450.688000', '182450.690000', '182450.693000', '182450.696000', '182450.698000', '182450.701000', '182450.704000', '182450.706000', '182450.709000', '182450.711000', '182450.714000', '182450.717000', '182450.719000', '182450.722000', '182450.724000', '182450.727000', '182450.730000', '182450.732000', '182450.735000', '182450.737000', '182450.740000', '182450.743000', '182450.745000', '182450.748000', '182450.750000', '182450.753000', '182450.756000', '182450.758000', '182450.761000', '182450.764000', '182450.766000', '182450.769000', '182450.771000', '182450.774000', '182450.777000', '182450.779000', '182450.782000', '182450.785000', '182450.787000', '182450.790000', '182450.792000', '182510.681000', '182510.684000', '182510.686000', '182510.689000', '182510.691000', '182510.694000', '182510.696000', '182510.699000', '182510.702000', '182510.704000', '182510.707000', '182510.709000', '182510.712000', '182510.715000', '182510.717000', '182510.720000', '182510.722000', '182510.728000', '182510.730000', '182510.733000', '182510.735000', '182510.738000', '182510.740000', '182510.743000', '182510.746000', '182510.748000', '182510.751000', '182510.753000', '182510.756000', '182510.758000', '182510.761000', '182510.764000', '182510.766000', '182510.769000', '182510.771000', '182510.774000', '182510.776000', '182510.779000', '182510.782000', '182510.784000', '182510.787000', '182510.789000', '182510.792000', '182530.680000', '182530.684000', '182530.687000', '182530.690000', '182530.692000', '182530.695000', '182530.697000', '182530.700000', '182530.703000', '182530.705000', '182530.708000', '182530.710000', '182530.713000', '182530.715000', '182530.718000', '182530.721000', '182530.723000', '182530.726000', '182530.728000', '182530.731000', '182530.734000', '182530.736000', '182530.739000', '182530.741000', '182530.744000', '182530.747000', '182530.749000', '182530.752000', '182530.755000', '182530.757000', '182530.760000', '182530.762000', '182530.765000', '182530.767000', '182530.770000', '182530.772000', '182530.775000', '182530.778000', '182530.780000', '182530.783000', '182530.785000', '182530.788000', '182530.790000', '182530.793000', '182550.679000', '182550.682000', '182550.685000', '182550.688000', '182550.690000', '182550.693000', '182550.695000', '182550.698000', '182550.700000', '182550.703000', '182550.705000', '182550.708000', '182550.711000', '182550.713000', '182550.716000', '182550.719000', '182550.721000', '182550.724000', '182550.726000', '182550.729000', '182550.732000', '182550.734000', '182550.737000', '182550.739000', '182550.742000', '182550.773000', '182550.775000', '182550.778000', '182550.780000', '182550.783000', '182550.786000', '182550.788000', '182550.791000', '182550.793000', '182550.796000', '182550.799000', '182550.801000', '182550.804000', '182550.806000', '182550.809000', '182550.812000', '182550.814000', '182550.817000', '182610.680000', '182610.683000', '182610.685000', '182610.688000', '182610.690000', '182610.693000', '182610.696000', '182610.698000', '182610.701000', '182610.703000', '182610.706000', '182610.709000', '182610.711000', '182610.714000', '182610.717000', '182610.719000', '182610.722000', '182610.724000', '182610.727000', '182610.730000', '182610.732000', '182610.735000', '182610.737000', '182610.740000', '182610.742000', '182610.745000', '182610.748000', '182610.750000', '182610.753000', '182610.756000', '182610.758000', '182610.761000', '182610.764000', '182610.767000', '182610.770000', '182610.773000', '182610.775000', '182610.778000', '182610.781000', '182610.783000', '182610.786000', '182610.788000', '182610.791000', '182630.680000', '182630.683000', '182630.685000', '182630.688000', '182630.691000', '182630.693000', '182630.696000', '182630.699000', '182630.701000', '182630.704000', '182630.706000', '182630.709000', '182630.712000', '182630.714000', '182630.717000', '182630.719000', '182630.722000', '182630.724000', '182630.727000', '182630.730000', '182630.732000', '182630.735000', '182630.737000', '182630.740000', '182630.742000', '182630.745000', '182630.748000', '182630.750000', '182630.753000', '182630.755000', '182630.758000', '182630.760000', '182630.763000', '182630.766000', '182630.768000', '182630.771000', '182630.773000', '182630.776000', '182630.778000', '182630.781000', '182630.784000', '182630.786000', '182630.789000', '182630.791000', '182650.679000', '182650.682000', '182650.685000', '182650.688000', '182650.690000', '182650.693000', '182650.695000', '182650.698000', '182650.702000', '182650.705000', '182650.708000', '182650.710000', '182650.713000', '182650.715000', '182650.718000', '182650.722000', '182650.725000', '182650.727000', '182650.730000', '182650.733000', '182650.735000', '182650.738000', '182650.740000', '182650.743000', '182650.745000', '182650.748000', '182650.751000', '182650.753000', '182650.756000', '182650.758000', '182650.761000', '182650.763000', '182650.766000', '182650.769000', '182650.771000', '182650.774000', '182650.777000', '182650.779000', '182650.782000', '182650.784000', '182650.787000', '182650.790000', '182650.792000', '182650.795000', '182710.680000', '182710.683000', '182710.685000', '182710.688000', '182710.690000', '182710.693000', '182710.696000', '182710.699000', '182710.701000', '182710.704000', '182710.706000', '182710.709000', '182710.712000', '182710.714000', '182710.717000', '182710.719000', '182710.722000', '182710.725000', '182710.727000', '182710.730000', '182710.732000', '182710.735000', '182710.738000', '182710.740000', '182710.743000', '182710.745000', '182710.748000', '182710.751000', '182710.753000', '182710.756000', '182710.758000', '182710.761000', '182710.763000', '182710.766000', '182710.769000', '182710.771000', '182710.774000', '182710.776000', '182710.779000', '182710.782000', '182710.784000', '182710.787000', '182710.789000', '182730.681000', '182730.684000', '182730.686000', '182730.689000', '182730.691000', '182730.694000', '182730.697000', '182730.699000', '182730.702000', '182730.705000', '182730.707000', '182730.710000', '182730.712000', '182730.715000', '182730.717000', '182730.720000', '182730.722000', '182730.725000', '182730.728000', '182730.730000', '182730.733000', '182730.735000', '182730.738000', '182730.741000', '182730.743000', '182730.746000', '182730.748000', '182730.751000', '182730.753000', '182730.756000', '182730.758000', '182730.761000', '182730.764000', '182730.766000', '182730.769000', '182730.771000', '182730.774000', '182730.777000', '182730.779000', '182730.782000', '182730.784000', '182730.787000', '182730.789000', '182750.679000', '182750.682000', '182750.685000', '182750.688000', '182750.690000', '182750.693000', '182750.695000', '182750.698000', '182750.701000', '182750.703000', '182750.706000', '182750.708000', '182750.711000', '182750.714000', '182750.716000', '182750.719000', '182750.722000', '182750.724000', '182750.727000', '182750.729000', '182750.732000', '182750.734000', '182750.737000', '182750.740000', '182750.742000', '182750.745000', '182750.747000', '182750.750000', '182750.753000', '182750.755000', '182750.758000', '182750.760000', '182750.766000', '182750.769000', '182750.771000', '182750.774000', '182750.777000', '182750.779000', '182750.782000', '182750.784000', '182750.787000', '182750.790000', '182750.792000', '182750.795000', '182810.680000', '182810.683000', '182810.685000', '182810.688000', '182810.690000', '182810.693000', '182810.696000', '182810.698000', '182810.701000', '182810.703000', '182810.706000', '182810.709000', '182810.712000', '182810.715000', '182810.718000', '182810.721000', '182810.723000', '182810.726000', '182810.728000', '182810.731000', '182810.733000', '182810.736000', '182810.739000', '182810.741000', '182810.744000', '182810.746000', '182810.749000', '182810.751000', '182810.754000', '182810.757000', '182810.760000', '182810.764000', '182810.766000', '182810.769000', '182810.771000', '182810.774000', '182810.777000', '182810.779000', '182810.782000', '182810.784000', '182810.787000', '182810.789000', '182810.792000', '182830.680000', '182830.682000', '182830.685000', '182830.688000', '182830.690000', '182830.693000', '182830.696000', '182830.698000', '182830.701000', '182830.703000', '182830.706000', '182830.708000', '182830.711000', '182830.714000', '182830.716000', '182830.719000', '182830.721000', '182830.724000', '182830.726000', '182830.729000', '182830.732000', '182830.734000', '182830.737000', '182830.739000', '182830.742000', '182830.745000', '182830.747000', '182830.750000', '182830.752000', '182830.755000', '182830.757000', '182830.760000', '182830.762000', '182830.765000', '182830.768000', '182830.770000', '182830.773000', '182830.775000', '182830.778000', '182830.780000', '182830.783000', '182830.785000', '182830.788000', '182830.791000', '182850.680000', '182850.683000', '182850.685000', '182850.688000', '182850.690000', '182850.693000', '182850.696000', '182850.698000', '182850.701000', '182850.704000', '182850.706000', '182850.709000', '182850.711000', '182850.714000', '182850.716000', '182850.719000', '182850.722000', '182850.724000', '182850.727000', '182850.729000', '182850.732000', '182850.735000', '182850.737000', '182850.740000', '182850.742000', '182850.745000', '182850.748000', '182850.751000', '182850.754000', '182850.757000', '182850.759000', '182850.762000', '182850.764000', '182850.767000', '182850.770000', '182850.772000', '182850.775000', '182850.777000', '182850.780000', '182850.783000', '182850.785000', '182850.788000', '182850.790000', '182910.680000', '182910.683000', '182910.685000', '182910.688000', '182910.690000', '182910.693000', '182910.696000', '182910.698000', '182910.701000', '182910.703000', '182910.706000', '182910.708000', '182910.711000', '182910.714000', '182910.716000', '182910.719000', '182910.721000', '182910.724000', '182910.727000', '182910.729000', '182910.732000', '182910.735000', '182910.737000', '182910.740000', '182910.742000', '182910.745000', '182910.747000', '182910.750000', '182910.753000', '182910.755000', '182910.758000', '182910.760000', '182910.763000', '182910.766000', '182910.768000', '182910.771000', '182910.773000', '182910.776000', '182910.778000', '182910.781000', '182910.783000', '182910.786000', '182910.789000', '182910.791000', '182915.556000', '182915.559000', '182915.561000', '182915.564000', '182915.567000', '182915.570000', '182915.573000', '182915.576000', '182915.578000', '182915.581000', '182915.585000'], 'InstanceCreationTime': ['182130.719000', '182130.723000', '182130.725000', '182130.728000', '182130.731000', '182130.733000', '182130.736000', '182130.738000', '182130.741000', '182130.743000', '182130.746000', '182130.749000', '182130.757000', '182130.759000', '182130.762000', '182130.764000', '182130.767000', '182130.770000', '182130.772000', '182130.775000', '182130.777000', '182130.780000', '182130.782000', '182130.785000', '182130.787000', '182130.790000', '182130.792000', '182130.795000', '182130.798000', '182130.800000', '182130.803000', '182130.805000', '182130.808000', '182130.811000', '182130.813000', '182130.816000', '182130.818000', '182130.821000', '182130.823000', '182130.827000', '182130.830000', '182130.833000', '182130.835000', '182130.838000', '182130.840000', '182130.843000', '182130.845000', '182130.848000', '182130.851000', '182130.853000', '182130.856000', '182130.858000', '182130.861000', '182130.863000', '182130.866000', '182130.868000', '182130.871000', '182130.874000', '182130.876000', '182130.879000', '182130.881000', '182130.884000', '182150.680000', '182150.682000', '182150.685000', '182150.687000', '182150.690000', '182150.693000', '182150.695000', '182150.698000', '182150.700000', '182150.703000', '182150.706000', '182150.708000', '182150.715000', '182150.718000', '182150.720000', '182150.723000', '182150.725000', '182150.728000', '182150.730000', '182150.733000', '182150.735000', '182150.738000', '182150.741000', '182150.743000', '182150.746000', '182150.748000', '182150.751000', '182150.753000', '182150.756000', '182150.758000', '182150.761000', '182150.763000', '182150.766000', '182150.769000', '182150.772000', '182150.775000', '182150.778000', '182150.780000', '182150.783000', '182150.785000', '182150.788000', '182150.790000', '182150.793000', '182210.680000', '182210.683000', '182210.685000', '182210.688000', '182210.690000', '182210.693000', '182210.695000', '182210.698000', '182210.701000', '182210.703000', '182210.706000', '182210.708000', '182210.711000', '182210.713000', '182210.716000', '182210.718000', '182210.721000', '182210.724000', '182210.726000', '182210.729000', '182210.731000', '182210.734000', '182210.737000', '182210.739000', '182210.742000', '182210.744000', '182210.747000', '182210.749000', '182210.752000', '182210.755000', '182210.757000', '182210.760000', '182210.762000', '182210.765000', '182210.768000', '182210.770000', '182210.773000', '182210.775000', '182210.778000', '182210.781000', '182210.783000', '182210.786000', '182210.788000', '182210.791000', '182230.680000', '182230.682000', '182230.685000', '182230.688000', '182230.690000', '182230.693000', '182230.695000', '182230.698000', '182230.700000', '182230.703000', '182230.706000', '182230.708000', '182230.711000', '182230.713000', '182230.716000', '182230.718000', '182230.721000', '182230.724000', '182230.726000', '182230.729000', '182230.731000', '182230.734000', '182230.737000', '182230.739000', '182230.742000', '182230.744000', '182230.747000', '182230.750000', '182230.752000', '182230.755000', '182230.757000', '182230.760000', '182230.762000', '182230.765000', '182230.767000', '182230.770000', '182230.773000', '182230.775000', '182230.778000', '182230.780000', '182230.783000', '182230.785000', '182230.788000', '182250.681000', '182250.684000', '182250.686000', '182250.689000', '182250.691000', '182250.694000', '182250.697000', '182250.699000', '182250.702000', '182250.704000', '182250.707000', '182250.710000', '182250.712000', '182250.715000', '182250.717000', '182250.720000', '182250.723000', '182250.725000', '182250.728000', '182250.734000', '182250.737000', '182250.740000', '182250.742000', '182250.745000', '182250.747000', '182250.750000', '182250.753000', '182250.755000', '182250.758000', '182250.760000', '182250.763000', '182250.765000', '182250.768000', '182250.770000', '182250.773000', '182250.776000', '182250.778000', '182250.781000', '182250.783000', '182250.786000', '182250.789000', '182250.791000', '182250.794000', '182250.796000', '182310.680000', '182310.683000', '182310.685000', '182310.688000', '182310.690000', '182310.693000', '182310.696000', '182310.698000', '182310.701000', '182310.703000', '182310.706000', '182310.708000', '182310.711000', '182310.713000', '182310.716000', '182310.719000', '182310.721000', '182310.724000', '182310.727000', '182310.729000', '182310.732000', '182310.734000', '182310.737000', '182310.739000', '182310.742000', '182310.744000', '182310.747000', '182310.750000', '182310.752000', '182310.755000', '182310.757000', '182310.760000', '182310.762000', '182310.765000', '182310.768000', '182310.770000', '182310.773000', '182310.775000', '182310.778000', '182310.780000', '182310.783000', '182310.786000', '182310.788000', '182330.680000', '182330.682000', '182330.685000', '182330.688000', '182330.691000', '182330.693000', '182330.696000', '182330.698000', '182330.701000', '182330.704000', '182330.706000', '182330.709000', '182330.711000', '182330.714000', '182330.717000', '182330.719000', '182330.722000', '182330.724000', '182330.727000', '182330.730000', '182330.732000', '182330.735000', '182330.737000', '182330.740000', '182330.742000', '182330.745000', '182330.748000', '182330.750000', '182330.753000', '182330.755000', '182330.758000', '182330.760000', '182330.763000', '182330.766000', '182330.768000', '182330.771000', '182330.774000', '182330.776000', '182330.779000', '182330.781000', '182330.784000', '182330.786000', '182330.789000', '182350.680000', '182350.682000', '182350.685000', '182350.693000', '182350.696000', '182350.698000', '182350.701000', '182350.704000', '182350.706000', '182350.709000', '182350.711000', '182350.714000', '182350.716000', '182350.719000', '182350.722000', '182350.724000', '182350.727000', '182350.729000', '182350.732000', '182350.735000', '182350.737000', '182350.740000', '182350.742000', '182350.745000', '182350.748000', '182350.750000', '182350.753000', '182350.755000', '182350.758000', '182350.761000', '182350.763000', '182350.766000', '182350.769000', '182350.771000', '182350.774000', '182350.776000', '182350.779000', '182350.781000', '182350.784000', '182350.787000', '182350.789000', '182350.792000', '182350.794000', '182350.797000', '182410.680000', '182410.682000', '182410.685000', '182410.688000', '182410.690000', '182410.693000', '182410.696000', '182410.698000', '182410.701000', '182410.703000', '182410.706000', '182410.709000', '182410.711000', '182410.714000', '182410.716000', '182410.719000', '182410.722000', '182410.724000', '182410.727000', '182410.730000', '182410.732000', '182410.735000', '182410.737000', '182410.740000', '182410.742000', '182410.745000', '182410.747000', '182410.750000', '182410.752000', '182410.755000', '182410.758000', '182410.760000', '182410.763000', '182410.765000', '182410.768000', '182410.771000', '182410.773000', '182410.776000', '182410.778000', '182410.781000', '182410.783000', '182410.786000', '182410.788000', '182410.791000', '182430.697000', '182430.700000', '182430.702000', '182430.705000', '182430.708000', '182430.710000', '182430.713000', '182430.715000', '182430.718000', '182430.720000', '182430.723000', '182430.725000', '182430.728000', '182430.731000', '182430.733000', '182430.736000', '182430.738000', '182430.741000', '182430.744000', '182430.746000', '182430.749000', '182430.751000', '182430.754000', '182430.756000', '182430.759000', '182430.762000', '182430.764000', '182430.767000', '182430.769000', '182430.772000', '182430.775000', '182430.777000', '182430.780000', '182430.782000', '182430.785000', '182430.787000', '182430.790000', '182430.792000', '182430.795000', '182430.797000', '182430.800000', '182430.803000', '182430.805000', '182450.679000', '182450.682000', '182450.685000', '182450.688000', '182450.690000', '182450.693000', '182450.696000', '182450.698000', '182450.701000', '182450.704000', '182450.706000', '182450.709000', '182450.711000', '182450.714000', '182450.717000', '182450.719000', '182450.722000', '182450.724000', '182450.727000', '182450.730000', '182450.732000', '182450.735000', '182450.737000', '182450.740000', '182450.743000', '182450.745000', '182450.748000', '182450.750000', '182450.753000', '182450.756000', '182450.758000', '182450.761000', '182450.764000', '182450.766000', '182450.769000', '182450.771000', '182450.774000', '182450.777000', '182450.779000', '182450.782000', '182450.785000', '182450.787000', '182450.790000', '182450.792000', '182510.681000', '182510.684000', '182510.686000', '182510.689000', '182510.691000', '182510.694000', '182510.696000', '182510.699000', '182510.702000', '182510.704000', '182510.707000', '182510.709000', '182510.712000', '182510.715000', '182510.717000', '182510.720000', '182510.722000', '182510.728000', '182510.730000', '182510.733000', '182510.735000', '182510.738000', '182510.740000', '182510.743000', '182510.746000', '182510.748000', '182510.751000', '182510.753000', '182510.756000', '182510.758000', '182510.761000', '182510.764000', '182510.766000', '182510.769000', '182510.771000', '182510.774000', '182510.776000', '182510.779000', '182510.782000', '182510.784000', '182510.787000', '182510.789000', '182510.792000', '182530.680000', '182530.684000', '182530.687000', '182530.690000', '182530.692000', '182530.695000', '182530.697000', '182530.700000', '182530.703000', '182530.705000', '182530.708000', '182530.710000', '182530.713000', '182530.715000', '182530.718000', '182530.721000', '182530.723000', '182530.726000', '182530.728000', '182530.731000', '182530.734000', '182530.736000', '182530.739000', '182530.741000', '182530.744000', '182530.747000', '182530.749000', '182530.752000', '182530.755000', '182530.757000', '182530.760000', '182530.762000', '182530.765000', '182530.767000', '182530.770000', '182530.772000', '182530.775000', '182530.778000', '182530.780000', '182530.783000', '182530.785000', '182530.788000', '182530.790000', '182530.793000', '182550.679000', '182550.682000', '182550.685000', '182550.688000', '182550.690000', '182550.693000', '182550.695000', '182550.698000', '182550.700000', '182550.703000', '182550.705000', '182550.708000', '182550.711000', '182550.713000', '182550.716000', '182550.719000', '182550.721000', '182550.724000', '182550.726000', '182550.729000', '182550.732000', '182550.734000', '182550.737000', '182550.739000', '182550.742000', '182550.773000', '182550.775000', '182550.778000', '182550.780000', '182550.783000', '182550.786000', '182550.788000', '182550.791000', '182550.793000', '182550.796000', '182550.799000', '182550.801000', '182550.804000', '182550.806000', '182550.809000', '182550.812000', '182550.814000', '182550.817000', '182610.680000', '182610.683000', '182610.685000', '182610.688000', '182610.690000', '182610.693000', '182610.696000', '182610.698000', '182610.701000', '182610.703000', '182610.706000', '182610.709000', '182610.711000', '182610.714000', '182610.717000', '182610.719000', '182610.722000', '182610.724000', '182610.727000', '182610.730000', '182610.732000', '182610.735000', '182610.737000', '182610.740000', '182610.742000', '182610.745000', '182610.748000', '182610.750000', '182610.753000', '182610.756000', '182610.758000', '182610.761000', '182610.764000', '182610.767000', '182610.770000', '182610.773000', '182610.775000', '182610.778000', '182610.781000', '182610.783000', '182610.786000', '182610.788000', '182610.791000', '182630.680000', '182630.683000', '182630.685000', '182630.688000', '182630.691000', '182630.693000', '182630.696000', '182630.699000', '182630.701000', '182630.704000', '182630.706000', '182630.709000', '182630.712000', '182630.714000', '182630.717000', '182630.719000', '182630.722000', '182630.724000', '182630.727000', '182630.730000', '182630.732000', '182630.735000', '182630.737000', '182630.740000', '182630.742000', '182630.745000', '182630.748000', '182630.750000', '182630.753000', '182630.755000', '182630.758000', '182630.760000', '182630.763000', '182630.766000', '182630.768000', '182630.771000', '182630.773000', '182630.776000', '182630.778000', '182630.781000', '182630.784000', '182630.786000', '182630.789000', '182630.791000', '182650.679000', '182650.682000', '182650.685000', '182650.688000', '182650.690000', '182650.693000', '182650.695000', '182650.698000', '182650.702000', '182650.705000', '182650.708000', '182650.710000', '182650.713000', '182650.715000', '182650.718000', '182650.722000', '182650.725000', '182650.727000', '182650.730000', '182650.733000', '182650.735000', '182650.738000', '182650.740000', '182650.743000', '182650.745000', '182650.748000', '182650.751000', '182650.753000', '182650.756000', '182650.758000', '182650.761000', '182650.763000', '182650.766000', '182650.769000', '182650.771000', '182650.774000', '182650.777000', '182650.779000', '182650.782000', '182650.784000', '182650.787000', '182650.790000', '182650.792000', '182650.795000', '182710.680000', '182710.683000', '182710.685000', '182710.688000', '182710.690000', '182710.693000', '182710.696000', '182710.699000', '182710.701000', '182710.704000', '182710.706000', '182710.709000', '182710.712000', '182710.714000', '182710.717000', '182710.719000', '182710.722000', '182710.725000', '182710.727000', '182710.730000', '182710.732000', '182710.735000', '182710.738000', '182710.740000', '182710.743000', '182710.745000', '182710.748000', '182710.751000', '182710.753000', '182710.756000', '182710.758000', '182710.761000', '182710.763000', '182710.766000', '182710.769000', '182710.771000', '182710.774000', '182710.776000', '182710.779000', '182710.782000', '182710.784000', '182710.787000', '182710.789000', '182730.681000', '182730.684000', '182730.686000', '182730.689000', '182730.691000', '182730.694000', '182730.697000', '182730.699000', '182730.702000', '182730.705000', '182730.707000', '182730.710000', '182730.712000', '182730.715000', '182730.717000', '182730.720000', '182730.722000', '182730.725000', '182730.728000', '182730.730000', '182730.733000', '182730.735000', '182730.738000', '182730.741000', '182730.743000', '182730.746000', '182730.748000', '182730.751000', '182730.753000', '182730.756000', '182730.758000', '182730.761000', '182730.764000', '182730.766000', '182730.769000', '182730.771000', '182730.774000', '182730.777000', '182730.779000', '182730.782000', '182730.784000', '182730.787000', '182730.789000', '182750.679000', '182750.682000', '182750.685000', '182750.688000', '182750.690000', '182750.693000', '182750.695000', '182750.698000', '182750.701000', '182750.703000', '182750.706000', '182750.708000', '182750.711000', '182750.714000', '182750.716000', '182750.719000', '182750.722000', '182750.724000', '182750.727000', '182750.729000', '182750.732000', '182750.734000', '182750.737000', '182750.740000', '182750.742000', '182750.745000', '182750.747000', '182750.750000', '182750.753000', '182750.755000', '182750.758000', '182750.760000', '182750.766000', '182750.769000', '182750.771000', '182750.774000', '182750.777000', '182750.779000', '182750.782000', '182750.784000', '182750.787000', '182750.790000', '182750.792000', '182750.795000', '182810.680000', '182810.683000', '182810.685000', '182810.688000', '182810.690000', '182810.693000', '182810.696000', '182810.698000', '182810.701000', '182810.703000', '182810.706000', '182810.709000', '182810.712000', '182810.715000', '182810.718000', '182810.721000', '182810.723000', '182810.726000', '182810.728000', '182810.731000', '182810.733000', '182810.736000', '182810.739000', '182810.741000', '182810.744000', '182810.746000', '182810.749000', '182810.751000', '182810.754000', '182810.757000', '182810.760000', '182810.764000', '182810.766000', '182810.769000', '182810.771000', '182810.774000', '182810.777000', '182810.779000', '182810.782000', '182810.784000', '182810.787000', '182810.789000', '182810.792000', '182830.680000', '182830.682000', '182830.685000', '182830.688000', '182830.690000', '182830.693000', '182830.696000', '182830.698000', '182830.701000', '182830.703000', '182830.706000', '182830.708000', '182830.711000', '182830.714000', '182830.716000', '182830.719000', '182830.721000', '182830.724000', '182830.726000', '182830.729000', '182830.732000', '182830.734000', '182830.737000', '182830.739000', '182830.742000', '182830.745000', '182830.747000', '182830.750000', '182830.752000', '182830.755000', '182830.757000', '182830.760000', '182830.762000', '182830.765000', '182830.768000', '182830.770000', '182830.773000', '182830.775000', '182830.778000', '182830.780000', '182830.783000', '182830.785000', '182830.788000', '182830.791000', '182850.680000', '182850.683000', '182850.685000', '182850.688000', '182850.690000', '182850.693000', '182850.696000', '182850.698000', '182850.701000', '182850.704000', '182850.706000', '182850.709000', '182850.711000', '182850.714000', '182850.716000', '182850.719000', '182850.722000', '182850.724000', '182850.727000', '182850.729000', '182850.732000', '182850.735000', '182850.737000', '182850.740000', '182850.742000', '182850.745000', '182850.748000', '182850.751000', '182850.754000', '182850.757000', '182850.759000', '182850.762000', '182850.764000', '182850.767000', '182850.770000', '182850.772000', '182850.775000', '182850.777000', '182850.780000', '182850.783000', '182850.785000', '182850.788000', '182850.790000', '182910.680000', '182910.683000', '182910.685000', '182910.688000', '182910.690000', '182910.693000', '182910.696000', '182910.698000', '182910.701000', '182910.703000', '182910.706000', '182910.708000', '182910.711000', '182910.714000', '182910.716000', '182910.719000', '182910.721000', '182910.724000', '182910.727000', '182910.729000', '182910.732000', '182910.735000', '182910.737000', '182910.740000', '182910.742000', '182910.745000', '182910.747000', '182910.750000', '182910.753000', '182910.755000', '182910.758000', '182910.760000', '182910.763000', '182910.766000', '182910.768000', '182910.771000', '182910.773000', '182910.776000', '182910.778000', '182910.781000', '182910.783000', '182910.786000', '182910.789000', '182910.791000', '182915.556000', '182915.559000', '182915.561000', '182915.564000', '182915.567000', '182915.570000', '182915.573000', '182915.576000', '182915.578000', '182915.581000', '182915.585000'], '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, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'LargestImagePixelValue': [14435, 11101, 20911, 13976, 10922, 16739, 11475, 15944, 12911, 10898, 15101, 11134, 14908, 12312, 10584, 13928, 10755, 12887, 12334, 10032, 14216, 10263, 13184, 12510, 10220, 14432, 10663, 13607, 11985, 10243, 13950, 10494, 18171, 11600, 10102, 12466, 10199, 15322, 10951, 11168, 12118, 10679, 18328, 10856, 18309, 10895, 19661, 14152, 13638, 12359, 10072, 14023, 10993, 17587, 10976, 9709, 13501, 10833, 11541, 12111, 10444, 15567, 10859, 20048, 12022, 15950, 13037, 10302, 18821, 10692, 19233, 11257, 10579, 17449, 10864, 13409, 12267, 10814, 17499, 12293, 10623, 17216, 11747, 12618, 15543, 10812, 17871, 10790, 20021, 11289, 17441, 10919, 14695, 12095, 10924, 14095, 10841, 18149, 11911, 10696, 13334, 10794, 16627, 11443, 10614, 13602, 11192, 19167, 12837, 10711, 14611, 10853, 19652, 12907, 11163, 17773, 11251, 11009, 17796, 12981, 11768, 15345, 13516, 11616, 18845, 14289, 11091, 15720, 10595, 14095, 12615, 10753, 14975, 10983, 11096, 13481, 10808, 16049, 11443, 10495, 15804, 11082, 10877, 13911, 11276, 15795, 13129, 11031, 18692, 12037, 11583, 13315, 11149, 18072, 11670, 11156, 15555, 11217, 16616, 12458, 11278, 16735, 11456, 10916, 19249, 11517, 11513, 15040, 11626, 18503, 13012, 11126, 18681, 12202, 11319, 18487, 11168, 11120, 18639, 12361, 10518, 15693, 11310, 18261, 13461, 11017, 17099, 11676, 11006, 14970, 11468, 13385, 13566, 11194, 13807, 12828, 11448, 15581, 13546, 11594, 17577, 14727, 11716, 20346, 11655, 11460, 19639, 12846, 13255, 13097, 11510, 20006, 11512, 11095, 16100, 11459, 16697, 11921, 11443, 15338, 11571, 12742, 12343, 11436, 17230, 12127, 11040, 14732, 11470, 12246, 14447, 11473, 18910, 11579, 11191, 15984, 11329, 18907, 11323, 11060, 15801, 11390, 18139, 11354, 11465, 14159, 11463, 16873, 10889, 10624, 14618, 11296, 13606, 11622, 11472, 17556, 11894, 11395, 14558, 11673, 18764, 13433, 11358, 17099, 11480, 17438, 15012, 11313, 18529, 11623, 11930, 16867, 11164, 18386, 11683, 10993, 18137, 11995, 10958, 13580, 11639, 17748, 12764, 11369, 18257, 11879, 11634, 18244, 12713, 11684, 12747, 12712, 10544, 11325, 21164, 16507, 11703, 19365, 14078, 12682, 18958, 11414, 20475, 12905, 11254, 17374, 11288, 16950, 11684, 11135, 17217, 11486, 10977, 12586, 11602, 16032, 11653, 11130, 13839, 11368, 19282, 11650, 10908, 12832, 11358, 18209, 10944, 18294, 11298, 10915, 15391, 11242, 15367, 10872, 10585, 15373, 11173, 20339, 11571, 12107, 15302, 11377, 19837, 12239, 10827, 13985, 11655, 19841, 11652, 11110, 16266, 11411, 12802, 13479, 11239, 18283, 11565, 15011, 11838, 11367, 16502, 11215, 10754, 13937, 11349, 12036, 14055, 11250, 16580, 11297, 11324, 17817, 11340, 10614, 15893, 11477, 11510, 16572, 11243, 20730, 13836, 11215, 18086, 11276, 12903, 12514, 11330, 18521, 11677, 10897, 16283, 11466, 15603, 11640, 11198, 16719, 11321, 11365, 13519, 11159, 19516, 11956, 11184, 14276, 11303, 15267, 12450, 11390, 17130, 11583, 11069, 14610, 11231, 17806, 11364, 11156, 15619, 11177, 15008, 11466, 11403, 17499, 11720, 11332, 16453, 11056, 10826, 18135, 11979, 16646, 13910, 11641, 20682, 15016, 10958, 16297, 11145, 13764, 13209, 11527, 18696, 11726, 11457, 18102, 12136, 10994, 16462, 10956, 10915, 17615, 11478, 12482, 13752, 11595, 20088, 13272, 10922, 13954, 11592, 12390, 14085, 11232, 11870, 12427, 11772, 11830, 15158, 10945, 17252, 11338, 10993, 19032, 13171, 12305, 14665, 11379, 20372, 14575, 11059, 17403, 11012, 10864, 16909, 11098, 13696, 12225, 11214, 20224, 13309, 11028, 16146, 10835, 10705, 16675, 11042, 11536, 12076, 10652, 11617, 13109, 10490, 11457, 19355, 12191, 10543, 10868, 16396, 12048, 15178, 13456, 11241, 18922, 11888, 11121, 12843, 11448, 17793, 12268, 11379, 15599, 10726, 11273, 16962, 11020, 10855, 13610, 11760, 16371, 12907, 11490, 16716, 11699, 11421, 18069, 11452, 14368, 14739, 11841, 20755, 12154, 11231, 19254, 12618, 11551, 15614, 11180, 11381, 16912, 11414, 11124, 14166, 11560, 21332, 14604, 11097, 16153, 11404, 17360, 13699, 11289, 16406, 11122, 11092, 14061, 11212, 18956, 12158, 10834, 16255, 10901, 13305, 14084, 11612, 20050, 11769, 11169, 18537, 12159, 15658, 12442, 11336, 18924, 12449, 12049, 14737, 11752, 19392, 12178, 11400, 12934, 11245, 16635, 12388, 11262, 17352, 11275, 12475, 14807, 11260, 16119, 11804, 11303, 17941, 12022, 11285, 15526, 11488, 16464, 13622, 10478, 17409, 12108, 11379, 12468, 12385, 10804, 11038, 17323, 11214, 11372, 17473, 11211, 19336, 12509, 10987, 15835, 11487, 18383, 11626, 11032, 13836, 10766, 11054, 10976, 10187, 12974, 10509, 10308, 13044, 10894, 17414, 11203, 19725, 13935, 12007, 16610, 11904, 20688, 14412, 11182, 17432, 11861, 11243, 18267, 11687, 13306, 16866, 11663, 19898, 12642, 11531, 18194, 11151, 15066, 12894, 11732, 20570, 12382, 11584, 16407, 11249, 11338, 16716, 11344, 12348, 15467, 11520, 15885, 11734, 11839, 19779, 13148, 11738, 16222, 11444, 11517, 18950, 11411, 12097, 14568, 11764, 17472, 11818, 10385, 12904, 14449, 11278, 11910, 15913, 16773, 12144, 11856, 18215, 12870, 16316, 15298, 11957, 18914, 12451, 11497, 16650, 11352, 11349, 12571, 11403, 12331, 11977, 11471, 17106, 11583, 11313, 16854, 11543, 11164, 13616, 11327, 12873, 11681, 11691, 18109, 12598, 11328, 18781, 11765, 11842, 17161, 11791, 21194, 13995, 11583, 17782, 12225, 20431, 13452, 11916, 16674, 11863, 15102, 12451, 11518, 15507, 11756, 11179, 15699, 11820, 19463, 12585, 11850, 15986, 12226, 17869, 11878, 11603, 15379, 11787, 16065, 12037, 11631, 17520, 11692, 11462, 12755, 11747, 20207, 12152, 11412, 14251, 11684, 16242, 11830, 17486, 11545, 11341, 13456, 11204, 13508, 11574, 11333, 15384, 11225, 11809, 12857, 11153, 15068, 11535, 17343, 11095, 14539, 11160, 14762, 11088, 15739, 11333, 10511, 11343, 11123, 13125, 10994, 9964, 11545, 10983, 17252, 11051, 19604, 13078, 15228, 14887, 11261, 16746, 11460, 18517, 12072, 12504, 11988, 11349, 14961, 10760, 10851, 14531, 11589, 12750, 13881, 11513, 17516, 11209, 19539, 14129, 14759, 12571, 10998, 13116, 11505, 15654, 10845, 10725, 11899, 11495, 16918, 11056, 10871, 13944, 11381, 11869, 15957, 11457, 19891, 13769, 11555, 18135, 11956, 12739, 17866, 11608, 16819, 13235, 11796, 20400, 13073, 11670, 18648, 12340, 11768, 19771, 11786, 12327, 19314, 13753, 11726, 15783, 11822, 14094, 14727, 11781, 12088, 15370, 10857, 10415, 11978, 11708, 11571, 14210, 16527, 13346, 11343, 16983, 14221, 12030, 12575, 18601, 11655, 12921, 14073, 11887, 15311, 13442, 11574, 13221, 12919, 11446, 13228, 12823, 11721, 13583, 15775, 11863, 13594, 15653, 11950, 19742, 11674, 11660, 13998, 11623, 15425, 11255, 15255, 12625, 11410, 14628, 11385, 13188, 12124, 11698, 14778, 11450, 14456, 12108, 11360, 15473, 11225, 13172, 14003, 11612, 18127, 11509, 14755, 14234, 12226, 17935, 11542, 19659, 13300, 11669, 15162, 11625, 16861, 11764, 16524, 12701, 11568, 13781, 11567, 19627, 12346, 11661, 13949, 11802, 16910, 12980, 11346, 14866, 11791, 20058, 12793, 12186, 12956, 11830, 18715, 11396, 18511, 11320, 11851, 12835, 11589, 14174, 11689, 14744, 12949, 11768, 16469, 11542, 14607, 13252, 11903, 17979, 11958, 19684, 12502, 20199, 14442, 14279, 12072, 11489, 15545, 12020, 11036, 10748, 11855, 12025, 12991, 11841, 18844, 12608, 14369, 16253, 11048, 20552, 15014, 12134, 17258, 13690, 11786, 13971, 14853, 11970, 16665, 16665, 12443, 20070, 13612, 12528, 18849, 13333, 12445, 17735, 11500, 12064, 16480, 11391, 11904, 14988, 11205, 12008, 18939, 11884, 11558, 15308, 11311, 12047, 18656, 11643, 12085, 16050, 11954, 12132, 19456, 12251, 11360, 15433, 12952, 11044, 12609, 17749, 15422, 11781, 12274, 15915, 13676, 12032, 15916, 12519, 12131, 18415], 'WindowCenter': [4843.0, 4801.0, 4834.0, 4804.0, 4763.0, 4802.0, 4771.0, 4788.0, 4768.0, 4756.0, 4787.0, 4761.0, 4787.0, 4767.0, 4757.0, 4787.0, 4771.0, 4779.0, 4781.0, 4761.0, 4801.0, 4762.0, 4789.0, 4779.0, 4761.0, 4801.0, 4773.0, 4789.0, 4780.0, 4761.0, 4791.0, 4774.0, 4819.0, 4771.0, 4759.0, 4791.0, 4773.0, 4803.0, 4771.0, 4772.0, 4781.0, 4772.0, 4823.0, 4772.0, 4810.0, 4772.0, 4819.0, 4791.0, 4777.0, 4769.0, 4751.0, 4787.0, 4768.0, 4808.0, 4760.0, 4761.0, 4790.0, 4773.0, 4770.0, 4781.0, 4772.0, 4812.0, 4773.0, 4820.0, 4781.0, 4800.0, 4791.0, 4760.0, 4810.0, 4760.0, 4808.0, 4772.0, 4762.0, 4810.0, 4763.0, 4790.0, 4780.0, 4772.0, 4811.0, 4782.0, 4763.0, 4811.0, 4779.0, 4782.0, 4802.0, 4758.0, 4809.0, 4759.0, 4809.0, 4757.0, 4796.0, 4759.0, 4785.0, 4768.0, 4746.0, 4777.0, 4760.0, 4807.0, 4757.0, 4747.0, 4779.0, 4760.0, 4796.0, 4771.0, 4757.0, 4780.0, 4771.0, 4807.0, 4770.0, 4747.0, 4777.0, 4759.0, 4809.0, 4770.0, 4756.0, 4798.0, 4757.0, 4758.0, 4809.0, 4778.0, 4770.0, 4787.0, 4778.0, 4771.0, 4809.0, 4778.0, 4748.0, 4786.0, 4760.0, 4778.0, 4768.0, 4747.0, 4787.0, 4760.0, 4757.0, 4776.0, 4745.0, 4787.0, 4757.0, 4748.0, 4789.0, 4757.0, 4759.0, 4779.0, 4762.0, 4790.0, 4769.0, 4759.0, 4800.0, 4760.0, 4758.0, 4767.0, 4748.0, 4797.0, 4759.0, 4746.0, 4786.0, 4758.0, 4799.0, 4769.0, 4756.0, 4787.0, 4761.0, 4757.0, 4809.0, 4760.0, 4758.0, 4787.0, 4759.0, 4798.0, 4768.0, 4757.0, 4808.0, 4767.0, 4758.0, 4799.0, 4758.0, 4770.0, 4808.0, 4767.0, 4748.0, 4788.0, 4759.0, 4797.0, 4777.0, 4760.0, 4799.0, 4759.0, 4747.0, 4789.0, 4770.0, 4778.0, 4777.0, 4758.0, 4777.0, 4780.0, 4770.0, 4799.0, 4780.0, 4769.0, 4810.0, 4789.0, 4767.0, 4805.0, 4758.0, 4760.0, 4806.0, 4769.0, 4767.0, 4766.0, 4758.0, 4795.0, 4748.0, 4748.0, 4789.0, 4748.0, 4786.0, 4745.0, 4757.0, 4785.0, 4758.0, 4767.0, 4756.0, 4756.0, 4796.0, 4760.0, 4748.0, 4777.0, 4756.0, 4758.0, 4779.0, 4757.0, 4795.0, 4757.0, 4756.0, 4786.0, 4746.0, 4795.0, 4749.0, 4756.0, 4777.0, 4747.0, 4795.0, 4749.0, 4758.0, 4778.0, 4758.0, 4786.0, 4757.0, 4759.0, 4780.0, 4758.0, 4778.0, 4760.0, 4770.0, 4796.0, 4768.0, 4760.0, 4778.0, 4759.0, 4784.0, 4768.0, 4750.0, 4786.0, 4759.0, 4799.0, 4778.0, 4750.0, 4799.0, 4762.0, 4759.0, 4789.0, 4760.0, 4797.0, 4758.0, 4757.0, 4798.0, 4759.0, 4746.0, 4776.0, 4759.0, 4799.0, 4768.0, 4757.0, 4799.0, 4757.0, 4758.0, 4797.0, 4767.0, 4767.0, 4767.0, 4768.0, 4759.0, 4762.0, 4820.0, 4790.0, 4757.0, 4809.0, 4780.0, 4758.0, 4795.0, 4747.0, 4796.0, 4757.0, 4748.0, 4785.0, 4745.0, 4784.0, 4757.0, 4745.0, 4786.0, 4745.0, 4744.0, 4766.0, 4758.0, 4784.0, 4758.0, 4756.0, 4777.0, 4759.0, 4807.0, 4758.0, 4746.0, 4767.0, 4759.0, 4796.0, 4748.0, 4793.0, 4748.0, 4758.0, 4787.0, 4761.0, 4785.0, 4747.0, 4749.0, 4790.0, 4758.0, 4806.0, 4757.0, 4758.0, 4778.0, 4749.0, 4796.0, 4758.0, 4745.0, 4766.0, 4755.0, 4797.0, 4758.0, 4746.0, 4788.0, 4757.0, 4768.0, 4766.0, 4745.0, 4795.0, 4745.0, 4766.0, 4745.0, 4748.0, 4787.0, 4747.0, 4748.0, 4765.0, 4747.0, 4757.0, 4766.0, 4745.0, 4785.0, 4746.0, 4757.0, 4797.0, 4747.0, 4748.0, 4788.0, 4759.0, 4758.0, 4786.0, 4750.0, 4808.0, 4768.0, 4747.0, 4796.0, 4745.0, 4767.0, 4757.0, 4748.0, 4795.0, 4757.0, 4759.0, 4787.0, 4757.0, 4776.0, 4757.0, 4760.0, 4786.0, 4760.0, 4757.0, 4767.0, 4758.0, 4804.0, 4760.0, 4748.0, 4773.0, 4757.0, 4789.0, 4768.0, 4756.0, 4783.0, 4758.0, 4756.0, 4778.0, 4756.0, 4795.0, 4760.0, 4757.0, 4785.0, 4760.0, 4777.0, 4759.0, 4761.0, 4800.0, 4769.0, 4758.0, 4788.0, 4759.0, 4759.0, 4810.0, 4771.0, 4786.0, 4766.0, 4757.0, 4809.0, 4778.0, 4747.0, 4786.0, 4750.0, 4766.0, 4764.0, 4756.0, 4797.0, 4756.0, 4758.0, 4796.0, 4759.0, 4749.0, 4787.0, 4748.0, 4758.0, 4797.0, 4757.0, 4757.0, 4768.0, 4735.0, 4808.0, 4770.0, 4745.0, 4776.0, 4757.0, 4769.0, 4776.0, 4758.0, 4758.0, 4768.0, 4771.0, 4769.0, 4789.0, 4761.0, 4797.0, 4761.0, 4761.0, 4809.0, 4781.0, 4768.0, 4776.0, 4760.0, 4809.0, 4780.0, 4746.0, 4786.0, 4749.0, 4747.0, 4787.0, 4757.0, 4769.0, 4758.0, 4758.0, 4808.0, 4766.0, 4748.0, 4786.0, 4750.0, 4748.0, 4786.0, 4749.0, 4758.0, 4757.0, 4750.0, 4758.0, 4776.0, 4759.0, 4760.0, 4810.0, 4767.0, 4751.0, 4762.0, 4800.0, 4768.0, 4788.0, 4768.0, 4762.0, 4808.0, 4759.0, 4724.0, 4767.0, 4760.0, 4798.0, 4758.0, 4755.0, 4787.0, 4758.0, 4759.0, 4801.0, 4758.0, 4749.0, 4779.0, 4769.0, 4788.0, 4769.0, 4759.0, 4787.0, 4758.0, 4759.0, 4796.0, 4759.0, 4778.0, 4776.0, 4757.0, 4805.0, 4755.0, 4758.0, 4796.0, 4757.0, 4747.0, 4787.0, 4759.0, 4757.0, 4786.0, 4757.0, 4757.0, 4779.0, 4758.0, 4807.0, 4779.0, 4746.0, 4787.0, 4756.0, 4785.0, 4764.0, 4747.0, 4786.0, 4750.0, 4745.0, 4775.0, 4748.0, 4798.0, 4758.0, 4747.0, 4788.0, 4750.0, 4767.0, 4776.0, 4757.0, 4799.0, 4756.0, 4758.0, 4798.0, 4759.0, 4776.0, 4757.0, 4748.0, 4795.0, 4755.0, 4757.0, 4768.0, 4747.0, 4796.0, 4754.0, 4746.0, 4757.0, 4748.0, 4787.0, 4757.0, 4746.0, 4787.0, 4750.0, 4757.0, 4777.0, 4747.0, 4786.0, 4747.0, 4757.0, 4795.0, 4759.0, 4747.0, 4777.0, 4759.0, 4787.0, 4770.0, 4746.0, 4788.0, 4757.0, 4759.0, 4768.0, 4770.0, 4759.0, 4761.0, 4799.0, 4760.0, 4770.0, 4797.0, 4760.0, 4797.0, 4757.0, 4747.0, 4790.0, 4760.0, 4796.0, 4749.0, 4749.0, 4778.0, 4748.0, 4757.0, 4749.0, 4761.0, 4791.0, 4764.0, 4762.0, 4784.0, 4764.0, 4814.0, 4771.0, 4810.0, 4780.0, 4772.0, 4802.0, 4771.0, 4810.0, 4779.0, 4759.0, 4799.0, 4771.0, 4759.0, 4799.0, 4761.0, 4778.0, 4789.0, 4760.0, 4809.0, 4768.0, 4759.0, 4797.0, 4749.0, 4778.0, 4757.0, 4755.0, 4796.0, 4756.0, 4746.0, 4785.0, 4750.0, 4747.0, 4787.0, 4747.0, 4768.0, 4776.0, 4746.0, 4778.0, 4748.0, 4757.0, 4797.0, 4767.0, 4756.0, 4788.0, 4757.0, 4747.0, 4796.0, 4748.0, 4756.0, 4779.0, 4756.0, 4787.0, 4749.0, 4736.0, 4754.0, 4766.0, 4749.0, 4761.0, 4789.0, 4790.0, 4758.0, 4759.0, 4796.0, 4757.0, 4775.0, 4766.0, 4745.0, 4784.0, 4758.0, 4744.0, 4775.0, 4736.0, 4743.0, 4753.0, 4748.0, 4757.0, 4755.0, 4756.0, 4796.0, 4759.0, 4757.0, 4788.0, 4759.0, 4761.0, 4767.0, 4759.0, 4769.0, 4759.0, 4771.0, 4811.0, 4772.0, 4760.0, 4800.0, 4759.0, 4759.0, 4787.0, 4757.0, 4805.0, 4769.0, 4748.0, 4788.0, 4755.0, 4796.0, 4757.0, 4744.0, 4774.0, 4746.0, 4763.0, 4756.0, 4747.0, 4777.0, 4759.0, 4747.0, 4774.0, 4748.0, 4798.0, 4756.0, 4745.0, 4777.0, 4744.0, 4786.0, 4748.0, 4745.0, 4776.0, 4746.0, 4774.0, 4757.0, 4757.0, 4797.0, 4759.0, 4745.0, 4768.0, 4760.0, 4795.0, 4755.0, 4746.0, 4767.0, 4757.0, 4778.0, 4755.0, 4784.0, 4748.0, 4746.0, 4767.0, 4749.0, 4768.0, 4758.0, 4758.0, 4792.0, 4758.0, 4759.0, 4770.0, 4748.0, 4779.0, 4747.0, 4788.0, 4745.0, 4766.0, 4749.0, 4779.0, 4746.0, 4778.0, 4748.0, 4747.0, 4759.0, 4761.0, 4779.0, 4762.0, 4751.0, 4770.0, 4764.0, 4798.0, 4760.0, 4810.0, 4781.0, 4779.0, 4778.0, 4748.0, 4789.0, 4750.0, 4796.0, 4758.0, 4754.0, 4747.0, 4749.0, 4789.0, 4749.0, 4747.0, 4778.0, 4760.0, 4772.0, 4779.0, 4760.0, 4798.0, 4759.0, 4809.0, 4780.0, 4778.0, 4757.0, 4749.0, 4769.0, 4748.0, 4777.0, 4749.0, 4748.0, 4761.0, 4764.0, 4800.0, 4760.0, 4760.0, 4792.0, 4774.0, 4760.0, 4791.0, 4760.0, 4812.0, 4782.0, 4759.0, 4799.0, 4760.0, 4769.0, 4799.0, 4760.0, 4789.0, 4770.0, 4760.0, 4809.0, 4770.0, 4759.0, 4809.0, 4771.0, 4760.0, 4807.0, 4762.0, 4769.0, 4798.0, 4767.0, 4747.0, 4777.0, 4759.0, 4768.0, 4765.0, 4759.0, 4758.0, 4776.0, 4748.0, 4740.0, 4757.0, 4758.0, 4760.0, 4777.0, 4803.0, 4773.0, 4751.0, 4789.0, 4769.0, 4758.0, 4758.0, 4786.0, 4745.0, 4758.0, 4768.0, 4747.0, 4778.0, 4758.0, 4746.0, 4768.0, 4758.0, 4746.0, 4758.0, 4757.0, 4758.0, 4768.0, 4778.0, 4758.0, 4768.0, 4777.0, 4725.0, 4797.0, 4747.0, 4747.0, 4769.0, 4745.0, 4775.0, 4749.0, 4779.0, 4758.0, 4747.0, 4766.0, 4750.0, 4767.0, 4759.0, 4760.0, 4777.0, 4759.0, 4776.0, 4760.0, 4750.0, 4778.0, 4753.0, 4770.0, 4769.0, 4749.0, 4798.0, 4758.0, 4779.0, 4769.0, 4758.0, 4789.0, 4750.0, 4810.0, 4770.0, 4749.0, 4778.0, 4749.0, 4798.0, 4761.0, 4789.0, 4758.0, 4748.0, 4768.0, 4759.0, 4800.0, 4759.0, 4748.0, 4779.0, 4762.0, 4786.0, 4770.0, 4749.0, 4781.0, 4760.0, 4810.0, 4770.0, 4758.0, 4770.0, 4759.0, 4800.0, 4749.0, 4797.0, 4749.0, 4759.0, 4768.0, 4757.0, 4776.0, 4761.0, 4790.0, 4770.0, 4758.0, 4791.0, 4760.0, 4792.0, 4770.0, 4761.0, 4797.0, 4758.0, 4812.0, 4771.0, 4801.0, 4770.0, 4766.0, 4760.0, 4748.0, 4780.0, 4760.0, 4749.0, 4749.0, 4749.0, 4772.0, 4781.0, 4774.0, 4811.0, 4784.0, 4783.0, 4790.0, 4748.0, 4799.0, 4779.0, 4760.0, 4800.0, 4768.0, 4759.0, 4770.0, 4770.0, 4760.0, 4789.0, 4791.0, 4756.0, 4798.0, 4757.0, 4757.0, 4799.0, 4758.0, 4744.0, 4775.0, 4736.0, 4749.0, 4774.0, 4748.0, 4746.0, 4764.0, 4749.0, 4757.0, 4786.0, 4750.0, 4737.0, 4779.0, 4749.0, 4745.0, 4786.0, 4750.0, 4746.0, 4778.0, 4746.0, 4746.0, 4798.0, 4746.0, 4748.0, 4777.0, 4755.0, 4749.0, 4758.0, 4788.0, 4777.0, 4745.0, 4759.0, 4786.0, 4768.0, 4758.0, 4777.0, 4757.0, 4758.0, 4786.0], 'WindowWidth': [10533.0, 10467.0, 10508.0, 10457.0, 10396.0, 10452.0, 10405.0, 10425.0, 10395.0, 10377.0, 10425.0, 10392.0, 10420.0, 10394.0, 10380.0, 10425.0, 10406.0, 10414.0, 10418.0, 10391.0, 10448.0, 10397.0, 10430.0, 10417.0, 10393.0, 10450.0, 10412.0, 10429.0, 10418.0, 10392.0, 10434.0, 10413.0, 10473.0, 10406.0, 10389.0, 10434.0, 10414.0, 10453.0, 10409.0, 10409.0, 10422.0, 10409.0, 10483.0, 10408.0, 10460.0, 10409.0, 10473.0, 10433.0, 10408.0, 10398.0, 10378.0, 10426.0, 10399.0, 10455.0, 10390.0, 10393.0, 10432.0, 10413.0, 10405.0, 10421.0, 10411.0, 10466.0, 10412.0, 10476.0, 10422.0, 10447.0, 10432.0, 10388.0, 10461.0, 10388.0, 10456.0, 10408.0, 10394.0, 10459.0, 10396.0, 10430.0, 10417.0, 10409.0, 10463.0, 10420.0, 10396.0, 10465.0, 10417.0, 10419.0, 10447.0, 10384.0, 10457.0, 10384.0, 10456.0, 10378.0, 10433.0, 10384.0, 10417.0, 10397.0, 10364.0, 10407.0, 10388.0, 10449.0, 10379.0, 10364.0, 10410.0, 10388.0, 10434.0, 10401.0, 10379.0, 10413.0, 10404.0, 10452.0, 10400.0, 10365.0, 10407.0, 10384.0, 10456.0, 10399.0, 10374.0, 10436.0, 10379.0, 10381.0, 10457.0, 10411.0, 10400.0, 10422.0, 10409.0, 10404.0, 10454.0, 10409.0, 10364.0, 10419.0, 10388.0, 10407.0, 10392.0, 10364.0, 10420.0, 10388.0, 10379.0, 10404.0, 10360.0, 10419.0, 10378.0, 10366.0, 10425.0, 10379.0, 10383.0, 10413.0, 10391.0, 10426.0, 10396.0, 10383.0, 10441.0, 10385.0, 10378.0, 10391.0, 10365.0, 10433.0, 10382.0, 10360.0, 10416.0, 10379.0, 10439.0, 10395.0, 10375.0, 10420.0, 10387.0, 10379.0, 10453.0, 10384.0, 10381.0, 10421.0, 10384.0, 10437.0, 10392.0, 10377.0, 10451.0, 10393.0, 10380.0, 10438.0, 10381.0, 10402.0, 10451.0, 10392.0, 10365.0, 10423.0, 10384.0, 10434.0, 10406.0, 10384.0, 10440.0, 10385.0, 10366.0, 10423.0, 10399.0, 10410.0, 10405.0, 10381.0, 10408.0, 10414.0, 10402.0, 10441.0, 10413.0, 10397.0, 10457.0, 10425.0, 10392.0, 10448.0, 10381.0, 10385.0, 10448.0, 10397.0, 10392.0, 10389.0, 10378.0, 10431.0, 10365.0, 10363.0, 10421.0, 10365.0, 10416.0, 10358.0, 10377.0, 10415.0, 10380.0, 10389.0, 10372.0, 10374.0, 10430.0, 10382.0, 10363.0, 10404.0, 10377.0, 10379.0, 10409.0, 10375.0, 10427.0, 10377.0, 10374.0, 10415.0, 10359.0, 10427.0, 10367.0, 10373.0, 10404.0, 10361.0, 10427.0, 10367.0, 10379.0, 10406.0, 10377.0, 10416.0, 10378.0, 10384.0, 10412.0, 10380.0, 10407.0, 10384.0, 10399.0, 10434.0, 10396.0, 10384.0, 10406.0, 10383.0, 10405.0, 10395.0, 10370.0, 10417.0, 10384.0, 10439.0, 10409.0, 10369.0, 10437.0, 10389.0, 10382.0, 10422.0, 10383.0, 10434.0, 10379.0, 10380.0, 10437.0, 10383.0, 10363.0, 10404.0, 10383.0, 10438.0, 10393.0, 10376.0, 10439.0, 10377.0, 10380.0, 10432.0, 10392.0, 10393.0, 10394.0, 10396.0, 10387.0, 10390.0, 10473.0, 10427.0, 10379.0, 10454.0, 10414.0, 10378.0, 10430.0, 10360.0, 10432.0, 10376.0, 10361.0, 10412.0, 10355.0, 10411.0, 10375.0, 10359.0, 10416.0, 10357.0, 10355.0, 10387.0, 10380.0, 10415.0, 10380.0, 10375.0, 10407.0, 10385.0, 10450.0, 10382.0, 10361.0, 10391.0, 10383.0, 10432.0, 10366.0, 10425.0, 10366.0, 10381.0, 10420.0, 10385.0, 10415.0, 10364.0, 10370.0, 10425.0, 10380.0, 10448.0, 10378.0, 10380.0, 10407.0, 10365.0, 10431.0, 10376.0, 10356.0, 10387.0, 10371.0, 10435.0, 10377.0, 10361.0, 10420.0, 10378.0, 10391.0, 10386.0, 10358.0, 10427.0, 10359.0, 10386.0, 10354.0, 10362.0, 10416.0, 10362.0, 10361.0, 10385.0, 10364.0, 10376.0, 10387.0, 10357.0, 10412.0, 10360.0, 10377.0, 10433.0, 10363.0, 10364.0, 10423.0, 10382.0, 10379.0, 10415.0, 10369.0, 10453.0, 10393.0, 10361.0, 10429.0, 10358.0, 10392.0, 10376.0, 10364.0, 10427.0, 10377.0, 10381.0, 10418.0, 10376.0, 10402.0, 10374.0, 10383.0, 10417.0, 10384.0, 10375.0, 10388.0, 10380.0, 10443.0, 10384.0, 10365.0, 10396.0, 10377.0, 10423.0, 10393.0, 10375.0, 10409.0, 10379.0, 10377.0, 10407.0, 10375.0, 10428.0, 10385.0, 10377.0, 10415.0, 10383.0, 10405.0, 10380.0, 10387.0, 10443.0, 10398.0, 10382.0, 10422.0, 10384.0, 10384.0, 10455.0, 10401.0, 10418.0, 10389.0, 10377.0, 10454.0, 10408.0, 10361.0, 10413.0, 10368.0, 10388.0, 10385.0, 10373.0, 10432.0, 10373.0, 10381.0, 10432.0, 10382.0, 10365.0, 10419.0, 10367.0, 10380.0, 10433.0, 10379.0, 10376.0, 10392.0, 10335.0, 10451.0, 10398.0, 10359.0, 10401.0, 10378.0, 10395.0, 10403.0, 10378.0, 10380.0, 10394.0, 10401.0, 10398.0, 10425.0, 10387.0, 10434.0, 10387.0, 10387.0, 10452.0, 10415.0, 10393.0, 10403.0, 10383.0, 10456.0, 10410.0, 10361.0, 10416.0, 10368.0, 10364.0, 10420.0, 10377.0, 10394.0, 10378.0, 10380.0, 10450.0, 10388.0, 10363.0, 10416.0, 10371.0, 10366.0, 10417.0, 10368.0, 10379.0, 10376.0, 10369.0, 10381.0, 10403.0, 10384.0, 10385.0, 10457.0, 10392.0, 10375.0, 10392.0, 10441.0, 10396.0, 10421.0, 10393.0, 10388.0, 10450.0, 10381.0, 10317.0, 10389.0, 10385.0, 10439.0, 10380.0, 10373.0, 10419.0, 10380.0, 10382.0, 10442.0, 10380.0, 10367.0, 10410.0, 10397.0, 10421.0, 10394.0, 10380.0, 10419.0, 10380.0, 10379.0, 10430.0, 10382.0, 10407.0, 10401.0, 10375.0, 10443.0, 10372.0, 10377.0, 10430.0, 10375.0, 10359.0, 10416.0, 10382.0, 10374.0, 10417.0, 10377.0, 10377.0, 10410.0, 10381.0, 10450.0, 10407.0, 10361.0, 10417.0, 10374.0, 10415.0, 10382.0, 10361.0, 10416.0, 10370.0, 10357.0, 10399.0, 10364.0, 10436.0, 10378.0, 10362.0, 10419.0, 10370.0, 10391.0, 10401.0, 10376.0, 10438.0, 10375.0, 10379.0, 10435.0, 10381.0, 10401.0, 10373.0, 10364.0, 10427.0, 10372.0, 10375.0, 10390.0, 10359.0, 10428.0, 10367.0, 10357.0, 10372.0, 10363.0, 10418.0, 10375.0, 10360.0, 10416.0, 10369.0, 10377.0, 10402.0, 10362.0, 10415.0, 10361.0, 10377.0, 10429.0, 10380.0, 10362.0, 10404.0, 10382.0, 10421.0, 10396.0, 10360.0, 10419.0, 10378.0, 10383.0, 10396.0, 10401.0, 10386.0, 10387.0, 10440.0, 10386.0, 10400.0, 10435.0, 10385.0, 10435.0, 10377.0, 10361.0, 10424.0, 10383.0, 10431.0, 10365.0, 10367.0, 10408.0, 10366.0, 10377.0, 10367.0, 10390.0, 10431.0, 10397.0, 10392.0, 10426.0, 10396.0, 10467.0, 10404.0, 10457.0, 10414.0, 10403.0, 10447.0, 10402.0, 10461.0, 10409.0, 10381.0, 10441.0, 10401.0, 10381.0, 10438.0, 10387.0, 10410.0, 10423.0, 10380.0, 10453.0, 10393.0, 10381.0, 10432.0, 10365.0, 10404.0, 10376.0, 10370.0, 10432.0, 10373.0, 10358.0, 10414.0, 10369.0, 10360.0, 10416.0, 10362.0, 10393.0, 10400.0, 10360.0, 10404.0, 10362.0, 10376.0, 10433.0, 10390.0, 10372.0, 10419.0, 10377.0, 10359.0, 10430.0, 10361.0, 10373.0, 10406.0, 10370.0, 10418.0, 10363.0, 10344.0, 10368.0, 10386.0, 10366.0, 10386.0, 10423.0, 10423.0, 10375.0, 10377.0, 10429.0, 10376.0, 10398.0, 10384.0, 10353.0, 10410.0, 10374.0, 10350.0, 10395.0, 10342.0, 10353.0, 10366.0, 10362.0, 10375.0, 10370.0, 10374.0, 10432.0, 10381.0, 10377.0, 10419.0, 10381.0, 10386.0, 10391.0, 10383.0, 10394.0, 10381.0, 10400.0, 10459.0, 10404.0, 10384.0, 10440.0, 10382.0, 10384.0, 10419.0, 10377.0, 10445.0, 10393.0, 10364.0, 10421.0, 10369.0, 10431.0, 10373.0, 10354.0, 10396.0, 10357.0, 10380.0, 10370.0, 10360.0, 10403.0, 10380.0, 10360.0, 10397.0, 10361.0, 10433.0, 10373.0, 10354.0, 10400.0, 10352.0, 10414.0, 10364.0, 10354.0, 10398.0, 10357.0, 10397.0, 10375.0, 10375.0, 10430.0, 10379.0, 10357.0, 10391.0, 10382.0, 10430.0, 10371.0, 10358.0, 10388.0, 10376.0, 10405.0, 10370.0, 10411.0, 10363.0, 10361.0, 10390.0, 10367.0, 10391.0, 10378.0, 10382.0, 10430.0, 10381.0, 10381.0, 10396.0, 10363.0, 10409.0, 10362.0, 10419.0, 10356.0, 10385.0, 10364.0, 10407.0, 10360.0, 10404.0, 10364.0, 10363.0, 10383.0, 10388.0, 10411.0, 10390.0, 10375.0, 10402.0, 10396.0, 10438.0, 10387.0, 10455.0, 10416.0, 10409.0, 10406.0, 10363.0, 10420.0, 10367.0, 10431.0, 10378.0, 10369.0, 10362.0, 10366.0, 10422.0, 10368.0, 10362.0, 10407.0, 10385.0, 10404.0, 10410.0, 10383.0, 10435.0, 10383.0, 10453.0, 10410.0, 10405.0, 10374.0, 10364.0, 10393.0, 10364.0, 10402.0, 10366.0, 10364.0, 10385.0, 10392.0, 10440.0, 10386.0, 10384.0, 10433.0, 10408.0, 10385.0, 10427.0, 10386.0, 10462.0, 10415.0, 10381.0, 10439.0, 10385.0, 10398.0, 10437.0, 10382.0, 10424.0, 10397.0, 10381.0, 10454.0, 10396.0, 10380.0, 10454.0, 10400.0, 10383.0, 10449.0, 10387.0, 10395.0, 10436.0, 10389.0, 10360.0, 10402.0, 10378.0, 10391.0, 10383.0, 10378.0, 10377.0, 10400.0, 10365.0, 10353.0, 10373.0, 10378.0, 10383.0, 10407.0, 10446.0, 10404.0, 10372.0, 10424.0, 10394.0, 10378.0, 10376.0, 10416.0, 10357.0, 10376.0, 10388.0, 10360.0, 10403.0, 10374.0, 10358.0, 10392.0, 10375.0, 10357.0, 10377.0, 10375.0, 10376.0, 10390.0, 10404.0, 10375.0, 10393.0, 10401.0, 10317.0, 10431.0, 10361.0, 10359.0, 10391.0, 10354.0, 10396.0, 10364.0, 10405.0, 10373.0, 10357.0, 10384.0, 10366.0, 10390.0, 10379.0, 10381.0, 10403.0, 10381.0, 10404.0, 10382.0, 10368.0, 10404.0, 10375.0, 10398.0, 10395.0, 10366.0, 10433.0, 10378.0, 10409.0, 10394.0, 10375.0, 10420.0, 10369.0, 10454.0, 10395.0, 10365.0, 10405.0, 10364.0, 10435.0, 10385.0, 10420.0, 10377.0, 10361.0, 10393.0, 10381.0, 10440.0, 10380.0, 10364.0, 10408.0, 10387.0, 10416.0, 10396.0, 10366.0, 10413.0, 10383.0, 10453.0, 10396.0, 10378.0, 10398.0, 10381.0, 10439.0, 10365.0, 10432.0, 10368.0, 10382.0, 10392.0, 10375.0, 10400.0, 10386.0, 10428.0, 10397.0, 10379.0, 10427.0, 10384.0, 10431.0, 10397.0, 10383.0, 10433.0, 10378.0, 10460.0, 10400.0, 10442.0, 10395.0, 10385.0, 10380.0, 10363.0, 10409.0, 10381.0, 10364.0, 10367.0, 10358.0, 10405.0, 10415.0, 10407.0, 10458.0, 10425.0, 10420.0, 10425.0, 10362.0, 10439.0, 10409.0, 10379.0, 10442.0, 10393.0, 10379.0, 10394.0, 10392.0, 10381.0, 10422.0, 10424.0, 10371.0, 10433.0, 10371.0, 10371.0, 10436.0, 10374.0, 10350.0, 10397.0, 10340.0, 10361.0, 10392.0, 10359.0, 10354.0, 10380.0, 10364.0, 10373.0, 10414.0, 10364.0, 10343.0, 10404.0, 10363.0, 10353.0, 10414.0, 10363.0, 10355.0, 10402.0, 10359.0, 10355.0, 10433.0, 10354.0, 10358.0, 10400.0, 10369.0, 10363.0, 10375.0, 10420.0, 10401.0, 10357.0, 10377.0, 10416.0, 10390.0, 10377.0, 10401.0, 10371.0, 10375.0, 10414.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.00032538317757009345</td></tr>
<tr><td colspan=3>aqi</td><td>0.016187622803738318</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.11278365497663</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2058748557436838</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9975604799906459</td></tr>
<tr><td colspan=3>efc</td><td>0.4704</td></tr>
<tr><td colspan=3>fber</td><td>7543.7549</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08644433592886032</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6542056074766355</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3689873991710386</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2976362179473564</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.63808157346687</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1712444060988885</td></tr>
<tr><td colspan=3>gcor</td><td>0.00697479</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0172308087348938</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.038963764905929565</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1070</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8662396216992683</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>34.7088</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.6085</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>201.5485</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301204.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>996.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>422.0957</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.321</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>662.8738</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3933.4684</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4165.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75340.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1315.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5164.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1077.267</td></tr>
<tr><td colspan=3>tsnr</td><td>44.00219285138883</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>